@font-face {
    font-family: 'daq';
    /* project id 752693 */
    src: url('//at.alicdn.com/t/font_752693_4at3jus0hlq.eot');
    src: url('//at.alicdn.com/t/font_752693_4at3jus0hlq.eot?#iefix') format('embedded-opentype'),
        url('//at.alicdn.com/t/font_752693_4at3jus0hlq.woff2') format('woff2'),
        url('//at.alicdn.com/t/font_752693_4at3jus0hlq.woff') format('woff'),
        url('//at.alicdn.com/t/font_752693_4at3jus0hlq.ttf') format('truetype'),
        url('//at.alicdn.com/t/font_752693_4at3jus0hlq.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;
}
/* 头部 -S */

*, ::after, ::before {
    box-sizing: border-box;
    font-family:"PingFang HK", "Microsoft YaHei", "Arial";
}

header .pul_logo {
    position: absolute;
    height: 54px;
    left: 5.5vw;
    top: 5vh;
    pointer-events: auto;
    display: flex;
    transition: all .5s ease;
}
header .pul_logo label{
    line-height: 54px;
    height: 24px;
    font-size: 26px;
    font-family: Malgun Gothic;
    font-weight: bold;
    color: rgba(51,51,51,1);
    margin-left: 20px;
}  
.logo-box label{
    color: #fff !important;
} 

.pul_logo img {
    height: 100%;
    display: block;
}
header .nav_con .pul_logo {
    top: 23px;
    left: 3vw;
    pointer-events: auto;
}
header .nav {
    position: absolute;
    /* top: 19px; */
    height: 100%;
    right: 4vw;
    transition: all .5s ease;
}
.full-menu {
    width: 64px;
    height: 64px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 4vh;
    right: 0;
    z-index: 110;
    border-radius: 50%;
    background-color: #fff;
    pointer-events: auto;
    color: #ff6700;
    text-align: center;
    line-height: 64px;
    font-size: 32px;
    text-indent: 2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
header .nav .full-menu:after {
    width: 64px;
    height: 64px;
    box-sizing: border-box;
    content:'';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    border: 2px solid #a2bccc;
    border-radius: 50%;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: menu_circle;
    animation-name: menu_circle;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@keyframes menu_circle {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}


/*导航*/
.full-menu_m {
    display: none;
}
.pul_now > div {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .8);
    margin: 20px 50px 0 50px;
    overflow: inherit;
    max-height: 100px;
    transition: all 1s ease;
    position: absolute;
    -webkit-box-shadow: 0px 0 90px rgba(19, 53, 80, .5);
    -moz-box-shadow: 0px 0 90px rgba(19, 53, 80, .5);
    box-shadow: 0px 0 90px rgba(19, 53, 80, .5);
    width: calc(100% - 100px);
    opacity: 0;
}
header.on .pul_now > div {
    opacity: 1;
}
.nav_box,.language_box {
    float: right;
    line-height: 100px;
    font-size: 16px;
}
.language_box {
    text-align: center;
    position: relative;
    width: 5.15%;
    pointer-events: auto;
}

.nav_box {
    width: 66vw;
}
.nav_case {
    font-size: 0;
    position: relative;
    pointer-events: none;
}
header.on .nav_case {
    pointer-events: auto;
}
.nav_case > a {
    cursor: pointer;
    color: #74787c;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 13%;
    padding-right: 5px;
}
.nav_case > a:nth-child(6), .nav_sed_box > div:nth-child(6) {
    width: 19%;
}
.nav_case > a:hover, .nav_case > a.on {
    color: #ff6700;
}
.nav_sed_box {
    border-top: 1px solid #dddede;
    padding-top: 28px;
    padding-bottom: .75rem;
    position: relative;
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none;
}
.nav_sed_box>span {
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 20px;
    height: 5px;
    background-color: #ff6700;
    transition: all .5s ease;
}
.nav_sed_box > div {
    float: left;
    width: 13%;
    padding-right: 5px;
}
.nav_sed_box > div a {
    display: block;
    margin: 20px 0;
    line-height: 20px;
    color: #74787c;
    font-size: 14px;
    position: relative;
}
.nav_sed_box > div a::after {
    content:'';
    display: block;
    height: 0;
    width: 2px;
    position: absolute;
    left: -5px;
    top: 3px;
    background-color: #ff6700;
    transition: height .5s ease;
}
.nav_sed_box > div a:hover, .nav_sed_box > div a.on {
    color: #ff6700;
}
.nav_sed_box > div a:hover::after {
    height: 14px;
}
.nav_con {
    position: relative;
    z-index: 2;
    pointer-events: none;
}
.pul_initial {
    opacity: 1;
    transition: opacity .5s ease;
}
header.on .pul_initial {
    opacity: 0;
}
.pul_now {
    opacity: 0;
    transition: opacity .5s ease;
}
header.on .pul_initial .pul_logo {
    opacity: 0;
}
header.on .pul_initial .nav {
    opacity: 0;
}
header.on .pul_now {
    opacity: 1;
}
.header_on .pul_now > div {
    background-color: rgba(255, 255, 255, 1);
    max-height: 9999px;
    height: auto;
    transition-timing-function: cubic-bezier(.5, 0, 1, 0);
    overflow: hidden;
}

.header_on .nav_sed_box {
    opacity: 1;
    pointer-events: auto;
}

@media screen and (max-width:1600px) {
    header .nav_con .pul_logo {
        top: 18px;
        left: 3vw;
    }
}
@media screen and (max-width:1440px) {
    .pul_initial .language_box {
        margin-top: 110px;
    }
}
@media screen and (max-width:1366px) {
    header {
        height: auto;
    }
    header .nav_con .pul_logo {
        top: 21px;
        left: 1vw;
    }
    .language_box {
       margin-right: 1vw;
    }
    .nav_box {
        width: 62vw;
    }
    .nav_case > a {
        font-size: 14px;
    }
    .nav_sed_box > div a {
        font-size: 13px;
    }

}

.lang-box{
    width: 64px;
    margin-top: 18px;
    height: 64px;
    display: block;
    cursor: pointer;
    z-index: 110;
    border-radius: 50%;
    background-color: #fff;
    pointer-events: auto;
    text-align: center;
    line-height: 64px;
    font-size: 32px;
    text-indent: 2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.lang-box:hover{
    color: #ff6700;
}
/* 头部 -E */













@media (min-width: 1200px) {

    /* 页头 */
    .head {
        position: fixed;
        left: 0;
        top: 30px;
        z-index: 11;
        width: 100%;
        font-family: "Microsoft YaHei";

    }

    .header-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 96%;
        height: 90px;
        margin-left: 2%;
        background: rgba(255, 255, 255, .8);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        opacity: 1;
        transition: opacity .5s ease;
    }

    .top-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 96%;
        height: 69px;
        margin-left: 2%;
        opacity: 1;
        transition: opacity .5s ease;
        -webkit-transition: opacity .5s ease;
        -moz-transition: opacity .5s ease;
        -ms-transition: opacity .5s ease;
        -o-transition: opacity .5s ease;
}

    .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: 21%;
        position: relative;
    }

    .pc-logo img {
        margin-left: 20px;
        /* height: 100%; */
    }

    .top-nav .pc-logo label {
        color: #fff;
    }

    .pc-logo label {
        font-size: 26px;
        font-family: Malgun Gothic;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        position: absolute;
        top: 9px;
        left: 120px;
    }

    .head-nav {
        width: 72%;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }

    .nav-box {
        /* display: none; */
        width: 100%;
        padding-left: 31%;
        background: rgba(255, 255, 255, .8);
        margin-top: -10px;
        border-radius: 0 0 10px 10px;
    }

    .nav-box ul {
        float: left;
        width: 15%;
    }

    .nav-box ul:nth-child(1) {
        padding-left: 3%;
    }
    .nav-box ul:nth-child(2),.nav-box ul:nth-child(4) {
        padding-left: 2%;
    }


    .nav-box ul:nth-child(3) {
        padding-left: 3%;
    }
    .nav-box ul:nth-child(5) {
        padding-left: 1%;
    }
    .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;
        position: relative;
    }
    .nav-box ul li a::after {
        content: '';
        display: block;
        height: 0;
        width: 2px;
        position: absolute;
        left: -21px;
        top: 0;
        background-color: #ff6700;
        transition: height .5s ease;
        -webkit-transition: height .5s ease;
        -moz-transition: height .5s ease;
        -ms-transition: height .5s ease;
        -o-transition: height .5s ease;
}
   
    .nav-box ul li a:hover {
        color: #ff6700;
    }

    .switch-lang {
        display: none;
        width: 100%;
        background: rgba(255, 255, 255, 1);
        border-radius: 20px;
    }

    .switch-lang>ul {
        margin: 55px 20%;
        width: 60%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        z-index: 999;

    }

    .switch-lang>ul>li {
        width: 30%;
        line-height: 88px;
        font-size: 14px;
        font-family: Times New Roman;
    }

    .switch-lang>ul>li>a>img {
        margin-right: 20px;
    }

    .nav-item {
        position: relative;
        margin-top: 38px;
        /* border-bottom: 1px solid #ccc; */
        margin-bottom: 10px;
    }

    .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: #ff6700;
    }

    /* .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;
    }

    .search-lang1 {
        width: 90px;
        height: 90px;
        /* border: 1px solid rgba(255, 255, 255, .8); */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .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: 54px;
        height: 54px;
        border-radius: 50%;
        background: #fff;
        font-size: 28px;
    }
    .search-lang .web-iconfont:hover {
        color: #E68109;
    }

    .search-lang .web-iconfont1 {
        color: #E68109;
    }
    .search-lang .web-iconfont1:after {
        width: 54px;
        height: 54px;
        box-sizing: border-box;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        border: 2px solid #a2bccc;
        border-radius: 50%;
        -webkit-animation-duration: 1.2s;
        animation-duration: 1.2s;
        -webkit-animation-name: menu_circle;
        animation-name: menu_circle;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;

      }
      @keyframes menu_circle {
        0% {
          opacity: 1;
          -webkit-transform: scale(1);
          transform: scale(1);
        }
        80% {
          -webkit-transform: scale(1.6);
          transform: scale(1.6);
        }
        100% {
          opacity: 0;
          -webkit-transform: scale(1.6);
          transform: scale(1.6);
        }
      }


    .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 span:nth-child(1){
       margin-right: 20px;
    }

    .footer_box>p:nth-child(2) {
        display: flex;
        justify-content: space-around;
        margin-bottom: 30px;

    }

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

    }



}

@media (max-width: 1366px) {
    .nav-box ul {
        width: 14%;
    }
}

@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;
        line-height: 2;


    }

}