@charset "UTF-8";


#wrap{
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: rgba(0,0,0,.5);
    line-height: 88px;
    transition: .5s;
    z-index: 10;
}
header.on{
    border-bottom: 1px solid #ccc;
    background-color: white;
}
header > div{
    width: 1800px;
    margin: auto;
}
header > div h1{
    padding-top: 8px;
}
header > div h1 img{
    display: none;
}
header > div h1 img.on{
    display: block;
}
header > div nav{
    margin-left: 480px;
}
header > div nav ul li{
    position: relative;
    font-size: 16px;
}
header > div nav ul li:nth-child(1){
    margin-right: 10px;
}
header > div nav ul li + li{
    margin-left: 30px;
}
header > div nav ul li i,
header > div nav ul li > a{
    vertical-align: middle;
}
header > div nav ul li i{
    width:10px ;
    height: 6px;
    background: url("../img/xia.png") no-repeat center;
}
header.on > div nav ul li i{
    background-image: url("../img/xia1.png");
}
header > div nav ul li:hover i{
    background-image: url("../img/xia2.png");
}
header > div nav ul li > a{
    color: white;
}
header.on > div nav ul li > a{
    color: #333;
}
header > div nav ul li:hover > a{
    color: #0b59a6;
}
header > div nav ul li span{
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: #0b59a6;
    transition: .3s;
}
header > div nav ul li:hover span{
    width: 100%;
}
header > div nav ul li div{
    display: none;
    top: 91px;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    background-color: white;
    font-size: 14px;
    text-align: center;
}
header > div nav ul li div p{
    border-bottom: 1px solid #f3f3f3;
    line-height: 40px;
}
header > div nav ul li div p a{
    color: #666;
}
header > div nav ul li div p a:hover{
    color: #0b59a6;
}
header > div .right .lwg{
    font-size: 0px;
}
header > div .right .lwg i,
header > div .right .lwg a{
    vertical-align: middle;
}
header > div .right .lwg a{
    color: white;
    font-size: 14px;
}
header.on > div .right .lwg a{
    color: #333;
}
header > div .right .lwg i{
    width: 1px;
    height: 13px;
    margin: 0 8px;
    background-color: white;
}
header.on > div .right .lwg i{
    background-color: #333;
}
header > div .right .search{
    margin-left: 30px;
}
header > div .right .search input{
    width: 200px;
    height: 25px;
    border: 1px solid white;
    background-color: transparent;
    font-size: 14px;
    text-indent: 1em;
    border-radius: 20px;
}
header.on > div .right .search input{
    border-color: #333;
}
header > div .right .search .search-button{
    width: 17px ;
    height: 15px;
    margin-left: -35px;
    background: url("../img/search.png") no-repeat center;
}
header.on > div .right .search i{
    background-image: url("../img/search1.png");
}
header > div .product-nav{
    top: 91px;
    left: 0;
    width: 100%;
    padding: 35px 0;
    background-color: white;
}
header > div .product-nav > section{
    width: 1000px;
    margin: auto;
}
header > div .product-nav > section > div{
    padding-bottom: 30px;
    line-height: normal;
    font-size: 0;
}
header > div .product-nav > section > div + div{
    padding-top: 50px;
    border-top: 1px solid #f3f3f3;
}
header > div .product-nav > section > div div{
    width: 25%;
    vertical-align: top;
}
header > div .product-nav > section > div div h2{
    margin-bottom: 25px;
    color: #414141;
    font-size: 14px;
    line-height: normal;
}
header > div .product-nav > section > div div img{
    width: auto;
    max-width: 100%;
    margin-bottom: 25px;
}
header > div .product-nav > section > div div p{
    font-size: 14px;
    line-height: 30px;
}
header > div .product-nav > section > div div p a{
    color: #666;
}
header > div .product-nav > section > div div p a:hover{
    color: #0b59a6;
}


@font-face {
    font-family: hyqh25jf;
    src: url("../font/HYQiHei-25JF.otf");
}
/*top-banner*/
.top-banner .text{
    top: 36.6%;
    left:17.3% ;
    color: white;
}
.top-banner .text h2{
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 4px;
}
.top-banner .text h2 span{
    margin-left: 10px;
    color: rgba(255,255,255,.5);
    font-family: hyqh25jf;
    font-size: 26px;
}
.top-banner .text p{
    font-size: 21px;
}

/*top-nav*/
.top-nav{
    height: 80px;
    background-color: #f2f2f2;
    line-height: 80px;
}
.top-nav > div{
    width: 1470px;
    margin: auto;
}
.top-nav .left{
    font-size: 0;
}
.top-nav .left i,
.top-nav .left a,
.top-nav .left div{
    vertical-align: middle;
}
.top-nav .left i{
    width: 14px;
    height: 14px;
    margin-right: 15px;
    background: url("../img/index.png") no-repeat center;
}
.top-nav .left div + div{
    margin-left: 15px;
}
.top-nav .left div:nth-of-type(2n){
    width: 14px;
    height: 14px;
    background: url("../img/g.png") no-repeat center;
}
.top-nav .left div a{
    color: #595959;
    font-size: 16px;
}
.top-nav .left div a:hover{
    color: #367fb8;
}
.top-nav .left div.on a{
    color: #367fb8;
}
.top-nav .left div a{

}
.top-nav .right ul li a{
    padding: 30px 25px;
    color: #333;
}
.top-nav .right ul li:hover a{
    background-color: #367fb8;
    color: #fff;
}
.top-nav .right ul li.on a{
    background-color: #367fb8;
    color: #fff;
}
