@charset "utf-8";
*{padding: 0;margin: 0;font-family: '微软雅黑'}

a{text-decoration: none;color: #000;-webkit-tap-highlight-color:transparent}

a,input,button,select,textarea{outline:none;}
a:focus {
    outline: none;
}
ol,ul{list-style:none}
#container{width: 100%;margin: 0 auto;max-width: 720px;overflow: hidden}
img{border: 0;width: 100%;display: block}
h1,h2,h3,h4,h5,h6{font-weight: normal}
.all-width{
    width: 1200px;
    margin: 0 auto;
}

.h12{
    font-size: 12px;
}
.h13{
    font-size: 13px;
}
.h14{
    font-size: 14px;
}
.h15{
    font-size: 15px;
}
.h16{
    font-size: 16px;
}
.h17{
    font-size: 17px;
}
.h18{
    font-size: 18px;
}
.h19{
    font-size: 19px;
}
.h20{
    font-size: 20px;
}
.h21{
     font-size: 21px;
 }
.h22{
    font-size: 22px;
}
.h23{
    font-size: 23px;
}
.h24{
    font-size: 24px;
}
.h25{
    font-size: 25px;
}
.h26{
    font-size: 26px;
}
.h30{
    font-size: 30px;
}
.h35{
    font-size: 35px;
}

/*头部样式开始*/
.header-top{
    width: 100%;
    border-bottom: solid 1px #eaeaea;
    overflow: hidden;
    background-color: #f8f8f8;
    font-size: 12px;
    line-height: 30px;
    color: #666;
}
.header-top a{
    color: #666;
}
.header-welcome{
    float: left;
}
.header-right{
    float: right;
}
#header{
    width: 100%;
    margin: 0 auto;
}

#header .logo-box{
    float: left;
    width: 165px;
    margin-top: 28px;
}
#header .search-box{
    float: right;
    margin: 28px 50px 0 0;
}
#header .search-box input[name='keywords']{
    width: 240px;
    height: 33px;
    padding-left: 10px;
    float: left;
    margin-top: 5px;

}
#header .search-box input[type='submit']{
    width: 35px;
    height: 35px;
    margin-left: 5px;
    background: url("../img/arrow-right.png") #514e4d center no-repeat;
    border: 0;
    margin-top: 5px;
    float: left;
    cursor: pointer;

}

#header .tel-box{
    float: right;
    margin-top: 24px;
}
#header .tel-box .tel-icon{
    text-indent: 28px;
    background: url("../img/tel-icon.png") no-repeat;
}
#header .nav-box-back{
    height: 40px;
    background-color: #1f1a17;
    margin-top:25px;
    color: #fff;
}
#header .nav-box{
    float: left;
}
#header .nav-box .one-li{
    line-height: 40px;
    float: left;
    width: 145px;
    text-align: center;
    position: relative;
}
#header .nav-box .one-li a{
    font-size: 16px;
    color: #fff;

}
#header .nav-box .one-li:hover .two-nav{
    display: block;
}
#header .nav-box .one-li .two-nav{
    display: none;
    position: absolute;
    padding-top: 33px;
    background-color: #fff;
    z-index: 9999;
}
#header .nav-box .one-li .two-li{
    border-bottom: solid 1px #ccc;
    line-height: 37px;
}
#header .nav-box .one-li .two-li a{
    font-size: 14px;
    font-weight: normal;
}
#header .nav-box .selected{
    background-color: #cc9933;
}
#header .nav-box .one-li:hover{
    background-color: #cc9933;
}


/*幻灯片*/
.slid2{ width:100%; height:757px;margin: 0 auto;}
#viewport {position: relative;width: 100%;}
.view-content,.view-img, .slide {margin:0;padding:0; height:757px;width: 100%;}
.slide img{ width:100%; height:757px; }
.view-content {overflow: hidden;}
.view-controls {position:absolute;bottom:30px;width:100%;left:0;text-align:center;}
.view-controls a {display:inline-block;width:30px;height:7px;overflow:hidden;margin:0 0 0 7px;-webkit-transition: border-color 350ms ease;-moz-transition: border-color 350ms ease;-o-transition: border-color 350ms ease;-ms-transition: border-color 350ms ease;transition: border-color 350ms ease;transition: border-color 350ms ease; background-color: #fff; border-radius:5px;}
.view-controls a:hover,.view-controls a.active{background:#e87616;}
/*幻灯片*/
/*footer样式*/

#footer{
    width: 100%;
    background-color: #2e2a27;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
}
#footer .footer-left{
    float: left;
    width: 675px;
    margin-top: 45px;
}
#footer .footer-left ul{
    overflow: hidden;
}
.safe-box{
    margin-top: 20px;
}
.safe-box img{
    display: inline;
    margin-right: 45px;
}

#footer .footer-left li{
    float: left;
    width: 80px;
    margin: 0 15px 35px 15px ;
    min-height: 150px;
}
#footer .footer-left li a{
    color: #a2a1a0;
    line-height: 28px;
}
#footer .footer-left li .one-nav{
    color: #fff;
    line-height: 35px;

}
#footer .footer-right{
    float: right;
    width: 387px;
    height: 289px;
    background: url("../img/china.png") no-repeat;
    margin: 62px 78px 0 0;
    text-align: center;
    font-size: 14px;
}
#footer .footer-right .address{
    width: 220px;
    color: #cc9933;
    margin: 50px 0 0 85px;
}
#footer .footer-right .tel{
    width: 220px;
    color: #000;
    margin: 10px 0 0 85px;
}
#footer .footer-right .email{
    width: 220px;
    color: #000;
    margin: 26px 0 0 85px;
}
.copy-box{
    width: 100%;
    height: 55px;
    border-top:solid 1px #3c3835;
    color: #a2a1a0;
    line-height: 55px;
    background-color: #2e2a27;
}
