@font-face {
    font-family: 'daq';  /* project id 752693 */
    src: url('//at.alicdn.com/t/font_752693_qs1h9xzxpi.eot');
    src: url('//at.alicdn.com/t/font_752693_qs1h9xzxpi.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_752693_qs1h9xzxpi.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_752693_qs1h9xzxpi.woff') format('woff'),
    url('//at.alicdn.com/t/font_752693_qs1h9xzxpi.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_752693_qs1h9xzxpi.svg#daq') format('svg');
}

.web-iconfont{
    font-family:"daq" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
body, html {
    overflow-x: hidden;
}
p{
    margin: 0;
}
.none {
    display: none!important;
}
@media (min-width: 1200px) {
    /* 页头 */
    .head {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 11;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        height: 69px;
        font-family: "Microsoft YaHei";
        background: #fff;
        box-shadow: 0 2px 12px 0 rgba(13, 4, 8, 0.16);
    }
    .head-bg {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: url(../images/nav-bg.jpg) no-repeat center / 100% 100%;
    }
    .nav-bg {
        animation: changeBg .5s linear forwards;
    }
    @-webkit-keyframes changeBg {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    .zw .head {
        height: 70px;
        border-bottom: none;
        background: url(../images/nav-bg.jpg) no-repeat center/100% 100%;
    }
    .pc-logo {
        width: 30%;
        height: 100%;
    }
    .pc-logo img{
        height: 100%;
    }
    .head-nav {
        width: 61%;
        display: flex;
        justify-content: space-between;
    }
    .nav-box{
        display: none;
        width: 100%;
        padding-left: 30%;
        background:rgba(255,255,255,.92);
        margin-top: -1vh;
    }
    .nav-box ul {
        float: left;
        width: 16%;
    }
    .nav-box ul:nth-child(1) {
        padding-left: 2%;
    }
    .nav-box ul:nth-child(2) {
        padding-left: 1%;
    }
    .nav-box ul:nth-child(3) {
        padding-left: 2.5%;
    }
    .nav-box ul:nth-child(4) {
        padding-left: 2.5%;
    }
    .nav-box ul:nth-child(5) {
        padding-left: 2%;
    }
    .nav-box ul li{
        margin-bottom: 26px;
    }
    .nav-box ul li:first-child{
        margin-top: 20px;
    }
    .nav-box ul li a{
        color: #333333;
        font-size: 14px;
        font-family: Times New Roman;
    }
    .nav-box ul li a:hover{
        color: #ff6700;
    }
    .language_box{
        display: none;
        width: 100%;
        background:rgba(255,255,255,.8);
    }
    .language_box>ul{
        margin: 55px 20%;
        width: 60%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }
    .language_box>ul>li{
        width: 30%;
        line-height: 88px;
        font-size:14px;
        font-family:Times New Roman;
    }
    .language_box>ul>li>a>img{
        margin-right: 20px;
    }
    .nav-item {
        position: relative;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .nav-item > a{
        margin: 0 25px;
        color: #333333;
        font-size: 16px;
        /* font-weight: bold; */
        font-family: Times New Roman;
    }
    .nav-item > a::before {
        display: none;
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 20px;
        height: 2px;
        margin-left: -10px;
        background-color: #fff;
    }
    /* .hot-icon {
        position: relative;
    } */
    .hot-icon i {
        position: absolute;
        top: -9px;
        right: -10px;
        width: 31px;
        height: 13px;
        background: url(../images/nav-gif.gif) no-repeat center;
    }
    a{
        color: #333333;
    }
    a:hover{
        cursor: pointer; 
        color: #ff6700;
    }
     .nav-item > a:hover::before, .nav-item > a.curr::before {
        
        display: block;
     }
     .child-nav {
         display: none;
         position: absolute;
         top: 40px;
         left: 50%;
         z-index: 2;
         width: 160px;
         height: auto;
         margin-left: -80px;
         padding: 5px 0 25px 0;
         background-color: #fff;
         border-radius: 5px;
         box-shadow: 5px 0 5px rgba(13, 4, 9, .06);
     }
    .child-last {
        left: -30px;
    }
    .nav-item:hover .child-nav{
        cursor: pointer;
        display: block;
    }
    .child-nav:after {
        content: '';
        position: absolute;
        top: -20px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -10px;
        border-top: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
    }
    .child-nav li {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .child-nav li a {
        color: #666;
        font-size: 15px;
        line-height: 16px;
    }
    .child-nav li a:hover {
        color: #ee8221;
    }
    .search-lang {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 162px;
        height: 69px;
    }
    .lang-list {
        cursor: pointer; 
        position: relative;
    }
    .lang-list:hover .child-nav {
        display: block;
        top: 60px;
        margin-left: 0;
        left: -90px;
    }
    .lang-list:hover .child-nav:after {
        left: 80%;
    }
    .search-lang .web-iconfont {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        height: 100%;
        /* color: #fff; */
        font-size: 28px;
        border-left: 1px solid rgba(255, 255, 255, .2);
    }
    .zw .banners .banner .bannerTxt p {
        font-size: 60px;
        color: #d32023;
    }
    .zw .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ec7270;
    }
    .banners {
        min-height: 500px;
    }

    /* 搜索样式 */
    #search-btn:hover {
        /*color: #e68109;*/
        cursor: pointer;
    }

    .nav-search-down {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .8);
        transform: translateX(-100%);
        transition: all .3s linear;
    }
    .nav-search-down.active {
        transform: translateX(0);
    }
    .nav-search-down .close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 101;
        display: block;
        color: #fff;
        font-size: 32px;
        transition: all .3s linear;
        cursor: pointer;
        opacity: 1;
    }
    .nav-search-down .close-btn:hover {
        transform: rotate(180deg);
    }
    .nav-search-down .center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .nav-search-down .center img {
        display: block;
        margin: 0 auto;
    }
    .nav-search-down .input-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 60px;
        overflow: hidden;
    }
    .nav-search-down input {
        padding: 0 20px;
        float: left;
        display: block;
        width: 680px;
        height: 60px;
        background: #fff;
        border: none;
        outline: none;
    }
    .nav-search-down input::placeholder {
        color: #999;
    }
    .nav-search-down .search-btn {
        float: left;
        display: block;
        width: 60px;
        height: 60px;
        color: #fff;
        font-size: 40px;
        line-height: 60px;
        text-align: center;
        background: #f77800;
        cursor: pointer;
        transition: all .3s linear;
    }
    .nav-search-down .search-btn:hover {
        background: rgba(247, 120, 0, 0.8);
    }



    /* 页脚 */
    .footer_box{
        height:400px;
        background:rgba(12,12,12,1);
    }
    .footer_top{
        display: flex;
        width: 100%;
        justify-content: space-around;
        padding: 70px 15% 45px 15%;
        margin-bottom: 45px;
        border-bottom: 1px solid rgba(33,33,33,1);
    }
    .footer_top p:nth-child(2){
        width:100%;
        font-size:16px;
        font-family:Times New Roman;
        font-weight:400;
        color:rgba(116,116,116,1);
        margin-top: 10px;
    }
    .footer_top p:nth-child(1){
        text-align: end;
    }
    .footer_box a,.footer_box p{
        font-size:16px;
        font-family:Times New Roman;
        font-weight:400;
        color:rgba(153,153,153,1);
    }
    .footer_box p{
        width: 80%;
        text-align: center;
        margin-left: 10%;
        
    }
    .footer_box>p:nth-child(2){
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;

    }
    .footer_box>p:last-child{
       padding-bottom: 50px;

    }
  

  
}
@media (max-width: 1366px){
    .nav-box ul {
        width: 16%;
    }
    .head-nav { 
    width: 69%;
    }
    .pc-logo {
        width: 18%;
    }
    .nav-box ul:nth-child(2) {
        padding-left:0;
    }
    .nav-box ul:nth-child(3) {
        padding-left: 1.5%;
    }
    .nav-box {
        padding-left: 18%;
    }
    .nav-box ul:nth-child(4) {
        padding-left: 1%;
    }
    .nav-box ul:nth-child(5) {
        padding-left:0;
    }
}

@media (max-width: 767.9px) {
    .footer_box{
        background:rgba(12,12,12,1);
        padding: 30px 0;
    }
    .footer_box>p{
        text-align: center;
        color: #999999;
        font-family: Times New Roman;


    }
   
}