@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
    font-family: 'PingFangSC-Regular','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',sans-serif;
}
html, body, div, p, span, font, em, ul, li, dl, dt, dd, table, tr, td, input, button, a {
    margin: 0 auto;
    padding: 0;
}
body {
    font-size: 16px;
    color: #333;
}
html,body{
    height: 100%;
    width: 100%;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
    color: #0A5FA4;
}
img {
    border: 0px;
    vertical-align: top;
}
em, i {
    font-style: normal;
}
.clr {
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    clear: both;
}
input, textarea, button, select{
    outline: none;
    border: 0;

}
span:focus,select:focus,a:focus{
    outline: none;
}
.pchide{
    display: none;
}
.waphide{
    display: block;
}
.mt{
    height:40px;
    line-height: 40px;
    margin:50px 0 30px;
}
.mt span{
    margin-right: 50px;
    float: left;
}
.mt span a{
    font-family: 宋体;
    font-weight: 600;
    font-size: 28px;
}
.mt span.cur a{
    color: #0A5FA4;
}
.mt a.more{
    float: right;
    font-size: 16px;
    color: #666666;
}
.header{
    height:260px;
    background: url("../images/headerbg.png") center top no-repeat;
}
.top{
    height:210px;
    width: 1600px;
    padding:0 100px;
    margin:0 auto;
}
.top .logo{
    float: left;
    margin-top: 70px;
}
.nav{
    height:50px;
    background: #0A5FA4;
    line-height: 50px;
    position: relative;
    width: 100%;
    z-index:9999;
}
.nav-cont{
    width: 1600px;
    padding:0 100px;
}
.nav-cont > ul{
    font-size: 18px;
    float: left;
}
.nav-cont > ul > li{
    display: inline-block;
    padding-right: 75px;
}
.nav-cont > ul > li:last-child{
    padding-right: 0px;
}
.nav-cont > ul > li > a{
    color: #fff;
    letter-spacing: 0.9px;
    display: block;
}

.nav-cont > ul > li > div.navbox{
    display: none;
    position: absolute;
    left:0;
    top: auto;
    width: 100%;
    z-index: 101;
    height:212px;
    background:url("../images/navbg.png") center top no-repeat;
    /*box-shadow: 0px 4px 6px 0px #00000019;*/
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
}
.nav-cont > ul > li > div.navbox div.navbox-cont{
    width: 1400px;
    padding:0;
    margin:0 auto;
}
.nav-cont > ul > li > div.navbox strong{
    float: left;
    height:202px;
    width: 25.57%;
    /*padding-left:13% ;*/
    /*background: #F7F8F9;*/
    font-size: 26px;
    padding-top:40px;

}
.nav-cont > ul > li > div.navbox strong a{
    position: relative;
}
.nav-cont > ul > li > div.navbox strong a:before{
    content: '';
    background: #0077FF33;
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
    height:10px;
}
.nav-cont > ul > li ul{
    float: right;
    width:74.43%;
}
.nav-cont > ul > li ul li{
    float: left;
    font-size: 16px;
    line-height: 22px;
    font-size: 16px;
    margin-left: 50px;
    margin-top: 47px;
    margin-bottom: -17px;
}
.nav-cont > ul > li ul li a{
    color: #333;
    /*padding-right: 20px;*/
}
.nav-cont > ul > li ul li a:hover{
    color: #0A5FA4;
}
/*.nav-cont > ul > li:hover div{*/
    /*display: block;*/
/*}*/
/*.nav-cont > ul > li:nth-child(1):hover > a:after{*/
    /*display: none;*/
/*}*/

.searchbox{
    position: absolute;
    left:0;
    top: 50px;
    width: 100%;
    height:140px;
    line-height: 60px;
    box-shadow: -2px 4px 5px #efefef;
    background: #fff;
    text-align: center;
    display: none;
    z-index: 999;
}
.search{
    width: 700px;
    margin-top: 47px;

}
.search input{
    float: left;
    width: 600px;
    height:46px;
    background: #F9F9F9;
    border: 1px solid #BBBBBB;
    border-right: 0;
    border-radius: 2px 0 0 2px;
    font-size: 14px;
    color: #999999;
    padding: 0 16px;
}
.search button{
    float: right;
    background: url("../images/ssicon.png") #0A5FA4 21px center no-repeat;
    border-radius: 0 2px 2px 0;
    width: 100px;
    height: 46px;
    line-height:46px;
    padding-left:35px;
    font-size: 16px;
    color: #FFFFFF;
    border:0;
}
.nav .nav-other{
    float: right;
    color: #fff;
}
.nav .nav-other em{
    display: inline;
}
.nav .nav-other a{
    color: #fff;
    letter-spacing: 0.9px;
    font-size: 16px;
    margin:0 15px;
    display: inline;
}
.nav .nav-other a.ssicon{
    background: url("../images/ssicon.png") left center no-repeat;
    padding-left:25px;
    cursor: pointer;
}
.nav .nav-other a.lang{
    background: url("../images/lang.png") left center no-repeat;
    padding-left:25px;
}
.hoverbg{
    box-shadow: -2px 4px 5px #efefef;
    background: #fff;
    position: absolute;
    left:0;
    top:50px;
    height:420px;
    width: 100%;
    z-index: 100;
    display: none;
}
.main{
    width: 1600px;
    margin:0 auto;
}
.container{
    padding:0 100px;
}
.bottombg{
    background: url("../images/bottombg.png") center bottom no-repeat;

    padding-bottom: 75px;
}
.footer{

    padding:32px 0;
    background: #0A5FA4;

}
.footer-left{
    float: left;
    position: relative;
    padding-left:76px;
    font-size: 14px;
    color: #fff;
    line-height: 29px;
}
.footer-left .sydw{
    position: absolute;
    left:0;
    top:10px;
}
.footer-left p span{
    background: url("../images/beiannew.png") left center no-repeat;
    padding-left: 25px;
    display: inline-block;
    margin-left: 10px;
}
.footer-right{
    float: right;
    font-size: 14px;
    letter-spacing: 0;
}
.footer-right p{
    margin:0 -11px;
}
.footer-right a{
    padding:0 11px;
    color: #fff;
}
.footer-right select,.footer-right .ship{
    width: 295px;
    background: none;
    border: 1px solid #fff;
    height:34px;
    margin-top: 15px;
    color: #fff;
}
.footer-right select option{
    color: #333;
}
.footer-right .ship{
    position: relative;
}
.footer-right .ship:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #fff;
    right: 20px;
    top: 50%;
    margin-top: -3px;
}
.footer-right .ship input {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
}
.footer-right .ship ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    background-color: #fff;
    z-index: 1;
    text-align: left;
    display: none;
    max-height: 300px;
    overflow: auto;
}
.footer-right .ship ul li {
    position: relative;
}
.footer-right .ship ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0068B7;
    z-index: 1;
    opacity: 0;
    transition: all .3s ease;
}
.footer-right .ship ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    padding: 0 20px;
    transition: all .3s ease;
    z-index: 2;
}
.footer-right .ship ul li:hover:before {
    opacity: 1;
}
.footer-right .ship ul li:hover a {
    color: #fff;
}
.footer-right .ship.open ul {
    display: block;
}
.path{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    background: url("../images/shouye.png") left center no-repeat;
    padding-left: 30px;
    margin: 20px 0 30px;
}
.path a{
    color: #666666;
}
#toTop{
    position: fixed;
    right:0;
    bottom:100px;
    width: 68px;
    height:68px;
    z-index:9999;
    display: none;
    cursor: pointer;
}
@media screen and (max-width: 1600px) {
    .top,.nav-cont{
        width: 1400px;
        margin:0 auto;
        padding:0;
    }
    .main{
        width: 100%;
    }
    .container{
        width: 1400px;
        margin:0 auto;
        padding:0;
    }

}


@media screen and (max-width: 1400px){

    .top,.nav-cont,.main,.container{
        width: 100%;
        margin:0 auto;
        padding:0;
    }
    .top,.nav,.main{
        padding:0 20px;
    }
    .nav-cont > ul > li > div.navbox div.navbox-cont{
        width: 100%;
        padding:0 20px;
        margin:0 auto;
    }
    .nav-cont > ul > li > div.navbox strong{
        width: calc(25% - 20px);
    }
    .nav-cont > ul > li ul{
        width: calc(75% + 20px);
    }
    .nav-cont > ul > li{
        display: inline-block;
        padding-right: 30px;
    }
}
@media screen and (max-width: 1200px){
    input::-webkit-input-placeholder {
        color: #fff;
    }
    input::-moz-input-placeholder {
        color: #fff;
    }
    input::-ms-input-placeholder {
        color: #fff;
    }
     .main {
        padding: 0;
    }
    .waphide{
        display: none;
    }
    .pchide{
        display: block;
    }
    .header{
        height:100px;
        background-size: cover;
        position: relative;
    }
    .menu{
        position: absolute;
        right:15px;
        top:50px;
        background: url("../images/menu.png") left top no-repeat;
        width: 24px;
        height:16px;
        background-size: 100%;
        z-index: 103;
        cursor: pointer;
    }
    .menu.open{
        background-image: url("../images/close.png");
    }
    .nav-cont > ul > li > div.navbox div.navbox-cont{
        padding:0;
    }
    .nav .nav-other{
        position: absolute;
        left:0;
        top:0;
        width: 100%;
        height:30px;
        line-height: 30px;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        text-align: right;
    }
    .nav .nav-other a{
        font-size: 12px;

    }
    .nav .nav-other a.ssicon,.nav .nav-other em{
        display: none;
    }
    .nav .nav-other a.lang{
        background-size: 30%;
        padding-left: 15px;
    }
    .top{
        padding:0 15px;
        height:100px;
    }
    .top .logo{
        width: 206px;
        margin-top: 50px;
    }
    .top .logo img{
        width: 100%;
    }
    .nav{
        position: static;
        background: none;
        height:auto;
        line-height:normal;
    }
    .nav-cont > ul > li > div.navbox strong{
        display: none;
    }
    .nav-cont > ul{
        display: none;
        position: absolute;
        left: 0;
        top:0px;
        width: 100%;
        background: #0A5FA4;
        padding:155px 15px 24px;
        z-index:102;
        float: none;
        width: 100%;
    }

    .nav-cont > ul > li{
        padding: 0;
        width: 100%;
        font-size: 15px;
        color: #FFFFFF;
        line-height: 45px;
        background: url("../images/arrdwon.png") right 18px no-repeat;
        background-size: 4%;
    }
    .nav-cont > ul > li.open{
        background: url("../images/arrup.png") right 18px no-repeat;
        background-size: 4%;
    }
    .nav-cont > ul > li.open > a{
        color: #FFD302;
    }
    .nav-cont > ul > li:nth-child(1){
        background: no-repeat;
    }
    .nav-cont > ul > li > a{
        display: inline;
    }
    .nav-cont > ul > li:hover a:after{
        display: none;
    }
    .nav-cont > ul > li > div.navbox{
        display: none;
        position: static;
        height:auto;
        background: none;
        box-shadow: none;
        width: 100%;
        padding-top: 0;
    }
    .nav-cont > ul > li:nth-child(2) > div.navbox ul,.nav-cont > ul > li:nth-child(3) > div.navbox ul,.nav-cont > ul > li:nth-child(4) > div.navbox ul,.nav-cont > ul > li:nth-child(5) > div.navbox ul{
        padding-left:13px;
        text-align: left;
        width: 100%;
        float: none;
        padding-right: 13px;
    }

    .nav-cont > ul > li ul li{
        float: none;
        display: block;
        margin:0;
        font-size: 13px;
        line-height:38px;
    }

    .nav-cont > ul > li ul li a{
        color: #fff;
    }
    .searchbox{

        height:39px;
        top:100px;
        z-index: 103;
        width: 100%;
        padding: 0 15px;
        box-shadow: none;
        background: none;

    }
    .search{
        margin:0;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        padding-bottom: 18px;
        overflow: hidden;
    }
    .search input{
       width: calc(100% - 17px);
        border:0;
        height:21px;
        background: none;
        padding:0;
        color: rgba(255,255,255,0.5);
    }
    .search button{
        width: 17px;
        height: 17px;
        background: url("../images/ssicon.png") left top no-repeat;
        background-size: 100%;
        padding:0;
        text-indent:-1000px;
        overflow: hidden;
    }
    .mt{
        height:25px;
        line-height: 25px;
        margin:20px auto 15px;
    }
    .mt span a{
        font-size: 18px;
    }
    .mt a.more{
        font-size: 12px;
    }
    .bottombg{
        padding-bottom: 20px;
        background-size: 100%;
    }
    .footer{
        padding: 10px 0;
        font-size: 12px;
    }
    .footer-left{
        font-size: 12px;
        line-height:22px;
        padding-left: 41px;
        text-align: center;
    }
    .footer-left .sydw{
        top:50%;
        transform: translate(0,-50%);
    }
    .footer-left .sydw img{
        width: 30px;
    }
    .footer-left p span{
        background-size: 8%;
        padding-left: 18px;
    }
    .footer-right{
        float: none;
        font-size: 12px;
        margin-top: 45px;
    }
    .footer-right p{
        text-align: center;
        margin:0 -15px;
    }
    .footer-right a{
        display: inline-block;
        width: 25%;
        padding: 0;
        color: #333;
    }
    .footer-right select,.footer-right .ship{
        display: inline-block;
        background: rgba(227,227,227,0.40);
        border: 1px solid #AAAAAA;
        color: #333;
        width: 100%;
        height:30px;
        line-height: 30px;
        font-size: 12px;
    }
    .footer-right .ship input{
        color: #333;
    }
    .footer-right .ship:after{
        border-top: 6px solid #AAAAAA;
    }
    .footer-right .ship ul li a{
        width: 100%;
    }
}