/*header*/
.h_zw{
    height: 80px;
}
header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background:#fff;
    z-index: 999998;
}
.head{
    position: relative;
}
.wrap{
    width: calc(100% - 160px);
    margin:0 auto;
}
.head .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    max-width: 25%;
}
.logo img{
    max-width: 130px;
}
.head_r{
    max-width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h_language{
    position: relative;
    padding:0 14px 0 22px;
    margin-left: 22px;
    /*display: none;*/
}
.h_language:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-10px;
    width: 1px;
    height: 20px;
    border-left: 1px solid #919191;
}
.h_language p{
    display: flex;
    align-items:center;
    height: 80px;
    cursor: pointer;
}
.h_language p span{
    /*width: 19px;*/
    /*height: 19px;*/
    /*background:url(/template/default/images/lang2.png) no-repeat center;*/
    /*background-size: 19px;  */
}
.h_language p img{
    max-width: 22px;
    /*display: none;*/
}
.h_language p i{
    display: inline-block;
    width: 15px;
    height: 8px;
    background:url(/template/default/images/arrow.png) no-repeat center;
    background-size: contain;
    margin-left: 10px;
}
.h_language:hover .h_language_a{
    display: block;
}
.h_language_a{
    position: absolute;
    top:78px;
    left:0;
    background:#fff;
    width: 100%;
    display: none;
    z-index: 99;
}
.h_language_a a{
    display: block;
    text-align: center;
    padding:5px 0;
}
.h_language_a a:hover{
    background:#ae0002;
    color: #fff;    
}
.head_r a.more1{
    width: 110px;
    height: 38px;
    line-height: 34px;
    /*display: none;*/
    border-radius: 19px;
    border:2px solid #ae0002;
    margin-left: 22px;
}
.head_r a.more1:hover{
    color: #ae0002;
    background: none;
    border:2px solid #ae0002;
}
.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.nav li{
    margin-right: 72px;
    transition:0.5s;
    height: 80px;
}
.pr{
    position: relative;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    text-align: center;  
/*    font-family: "FZLT_M";*/  
}
.nav li a br{
    display: none;
}
.nav li a.a1{
    font-size:16px;
    color: #000000;
    /* line-height: 60px; */
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    line-height: 2em;
    vertical-align: middle;
    font-family: "FZLT_M";
}
.nav li a.a2{
    padding-right: 28px;    
}
.nav li a.a2:before{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    margin-top:-5px;
    width: 15px;
    height: 8px;
    background:url(/template/default/images/arrow.png) no-repeat center;  
    background-size: contain;
}
.head:hover{
    /*border-bottom:1px solid #ececec;*/
}
.nav li:hover a.a1{
    color: #ae0002;
}
.nav li a.a1:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:2px;
    width: 0;
    height: 2px;
    background: #ae0002;
    transition: all 0.4s ease-out;
}
.nav li:hover a.a1:after{
    width: 100%;
    left: 0;
}
/*.nav li .b_nav{*/
/*    display: none;*/
/*    position: absolute;*/
/*    top:90px;*/
/*    left:-20%;*/
/*    z-index: 999;*/
/*    background-color: #fff;*/
/*    width: 140%;*/
/*}*/
.nav li .b_nav{
    box-shadow: 0 0 2px rgba(0, 0, 0, .13);
    width: 270%;
    position: absolute;
    top: 78px;
    left: -85%;
    background: #fff;
    transition: 400ms ease-in-out;
    transform: scaleY(0);
    transform-origin: top center;
    opacity: 0;
    z-index: 100;
    padding: 15px 0;
}
.nav li:hover .b_nav{
    transform: scaleY(1);
    opacity: 1;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.nav li .b_nav a,.b_nav2_c_l2 p{
    font-size:16px;
    color: #333;  
    line-height: 2em; 
    font-family: "FZLT_S";
    text-align: left;
    padding:0 10px;
}
.nav li .b_nav a:hover{
    /*background:#ae0002;*/
    color: #ae0002;
}
.nav li .b_nav3{
    
}
.nav li .b_nav4{
    width: 340%;  
    left:-120%;
}
.nav li .b_nav2{
    /*border-top:1px solid #ececec;*/
    padding:50px 0;
    width: 100%;
    left:0;
    margin-left: 0;
}
.nav li .b_nav2_c{
    width: 100%;
}
.b_nav2_c .wrap{
    display: flex;
    flex-wrap: wrap;
    /*center*/
    justify-content: flex-start;
    align-items: flex-start;    
    max-width: 1000px;
}
.nav li .b_nav2_c_l{
    width: 300px;
}
.b_nav2_c_l p{
    font-size: 24px;
    color: #000;
    max-width: 80px;
    cursor: pointer;
}
.b_nav2_c_l p.cur{
    color: #ae0002;    
}
.nav li .b_nav2_c_r{
    width: calc(100% - 300px);
}
.b_nav2_c_tab{
    display: none;
}
.b_nav2_c_tab.cur{
    display: flex;
}
.b_nav2_c_tab_li{
    margin-right: 60px;
}
.b_nav2_c_tab_li:last-child{
    margin-right: 0;
}
.nav li .b_nav2_c_tab_li .p1 a{
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #dcdcdc;
    line-height: 1.4;
    /*padding-bottom: 8px;*/
    margin-bottom: 10px;
    color: #000;
    font-family: "FZLT_M";
    padding:0 0 8px;
}
.b_nav2_c_tab_li .txt{
    
}
.b_nav2_c_tab_li .txt a{
    display: block;
    font-size:16px;
    padding:0!important;
}
.b_nav2_c_tab .txt a sup{
    top:2px;
}
.nav li .b_nav2_c dl{
    width: 15%;
    margin-right: 5%;
}
.nav li .b_nav2_c dl:last-child{
    margin-right:0;
}
.nav li .b_nav2_c dl dt a{
    text-align: left;
    font-size:16px;
    color: #000;
    font-family: "FZLT_M";
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
}
.nav li .b_nav2_c dl dd{
    
}
.nav li .b_nav2_c dl dd a{
    text-align: left; 
    font-size:16px;
}
.nav li .b_nav2_c dl dd a sup{
    font-size: 12px;
    top:2px;
}
/*产品下拉*/
.nav li .b_p_nav{
    width: 200%;
    left:-50%;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.b_p_nav .b_nav2_c_l2{
    width: 100%;
    padding:0 10px;
}
.b_p_nav .b_nav2_c_l2 p{
    padding:0!important;
    max-width: 50px;
}
.b_p_nav .b_nav2_c_l2 p.cur,.b_p_nav .b_nav2_c_l2 p:hover{
    color: #ae0002;
    cursor: pointer;
}
.b_p_nav .b_nav2_c_r2{
    position: absolute;
    top:0;
    left:100%;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.b_p_nav .b_nav2_c_r2 .b_nav2_c_tab:nth-child(1){
    width: 470px;    
}
.b_p_nav .b_nav2_c_r2 .b_nav2_c_tab:nth-child(2){
    width: 240px;   
    /*margin-top:45px;*/
}
.b_p_nav .b_nav2_c_r2 .b_nav2_c_tab{
    padding:20px 30px;
    background: #f9f9f9;
}

/* 进度条容器 */
#progress-bar-container {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgb(102,197,201,1);
}
#progress-bar {
  height: 100%;
  background-color: #ae0002;
  width: 0%;
}

#index_banner{
/*    height: 100vh;*/
}
#index_banner .swiper-slide:after{
    content:'';
    position: absolute;
}
#index_banner .swiper-slide video, .index_banner video {
    display: block;
    width: 100%;
    height: 100%;
    /*height: 90%;*/
    object-fit: cover;
    position: relative;
    z-index: -9 !important;
}
#index_banner .swiper-slide img{
    width: 100%;
    max-width: auto;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
/*    justify-content: center;*/
    z-index: 9;    
    color: #fff;
    padding-top:140px;
    /*padding-top:7%;*/
    /*background: rgba(0,0,0,.3);*/
}
.banner_text .p1{
    font-size:50px;
    line-height: 1.4;
    font-family: "FZLT_M";
    max-width: 530px;
    /*text-shadow: 0 2px 2px #000;*/
}
.banner_text .p2{
    font-size:16px;
    font-family: "FZLT_S";
    margin-top:23px;
    width: 45%;
    max-width: 530px;
    /*text-shadow: 0 1px 1px #000;*/
}
.banner_text a{
    margin-top:49px;
}
a.more1{
    display: block;
    text-align: center;
    width: 148px;
    height: 48px;
    line-height: 46px;
    background:#ae0002;
    font-size:14px;
    color: #fff;
    border-radius: 24px;
    font-family: "FZLT_M2";
    border:1px solid #ae0002;
}
.banner_text a:hover{
    background:#fff;
    color: #ae0002;
    border:2px solid #ae0002;
}
#index_banner svg{
    position: absolute;
    left:0;
    bottom:-2px;
    width: 100%;
    display: none;
}
#index_banner .swiper-pagination{
    bottom:65px;
    display: none;
}
#index_banner .loading {
    margin: 0 5px;
    width: 38px;
    height: 38px;
    position: relative;
    border: 4px solid transparent;
    background: transparent;
}
#index_banner .swiper-pagination-bullet{
    opacity: 1;
    margin:0 15px;
}
.loading.swiper-pagination-bullet-active {
    border-color: #ae0002;
}
.loading .c-progress {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    left: 9px;
    top: 9px;
    line-height: 120px;
    text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
    background-color: #ae0002;
}
.loading .yqs{
    position: absolute;
    top: -2px;
    left: -2px;
    width: 38px;
    height: 38px;
    opacity: 0;
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-name: spin-left;
    border: 4px solid #ae0002;
    border-radius: 50%;
}
.loading.swiper-pagination-bullet-active .yqs{
    opacity: 1;
}
.loading .left,
.loading .right {
    opacity: 0;
    width: 17px;
    height: 34px;
    overflow: hidden;
    position: absolute;
    left: -2px;
    top: -2px;
    overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
    opacity: 1;
}
.loading .right {
    left: auto;
    right: -2px;
    top: -2px;
}
.loading .left:after,
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 15px;
    height: 30px;
    border: 2px solid #ae0002;
    border-radius: 19px 0 0 19px;
    border-right: 0;
}
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 19px 19px 0;
    border: 2px solid #ae0002;
    border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
    transform-origin: right center;
    animation-fill-mode: forwards;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-name: spin-left;
}
.loading.swiper-pagination-bullet-active .right:after {
    transform-origin: left center;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media(max-width: 1600px){
    .logo img{
        max-height:28px;
    }
    .h_language p{
        /*height: 80px;*/
    }
    .h_language_a{
        /*top:99px;*/
    }
    .nav li{
        margin-right: 45px;
        /*height: 80px;*/
    }
    .nav li .b_nav{
        /*top:99px;*/
    }
    .nav li a.a1{
        font-size:16px;
    }
    .nav li .b_nav a,.b_nav2_c_l2 p,.banner_intro p,.nav li .b_nav2_c dl dt a,.nav li .b_nav2_c dl dd a,.h_language_a a{
        font-size:12px;
    }
    .banner_text .p1{
        font-size:42px;
    }
    .banner_text .p2{
        font-size:14px;
    }
    /*a.more1{*/
    /*    width:135px;*/
    /*    font-size:12px;*/
    /*}*/
    #index_banner svg{
        bottom:-2px;
    }
    a.more1{
        width: 120px;
        height: 42px;
        line-height: 42px;
        border-radius:21px;
    }
    .nav li .b_nav2_c dl dd a sup{
        font-size:10px;
    }
    /*.h_zw{*/
    /*    height:80px;*/
    /*}*/
    .head_r a.more1{
        width: 80px;
    }
}
@media(max-width: 1360px){
    .nav li{
        margin-right:35px;
    }
    .head_r a.more1{
        width: 85px;
        height: 32px;
        line-height: 28px;
        /*font-size: 12px;*/
    }    
}
@media(max-width: 1280px){
    .logo img{
        max-width: 85px;
    }
    .nav li{
        margin-right: 32px;
    }
/*    .nav li .b_nav{
        top:60px;
    }*/
    .nav li .b_nav2_c dl dd a sup{
        font-size:8px;
    }
    .h_language p{
        /*height:55px;*/
    }
    .nav li .b_nav2_c dl:nth-child(2){
        width:18%;
    }
/*    .h_language_a{
        top:55px;
    }*/
    .banner_text .p1{
        font-size:32px;
    }  
    .banner_text .p2{
        font-size:14px;
        line-height:1.6;
        margin: 15px 0 40px;
    }
    #index_banner .swiper-pagination {
        bottom: 30px;
    }
    /*a.more1,*/

    .banner_scroll{
        bottom:35px;
    }
    /*.banner_scroll span{*/
    /*    font-size:10px;*/
    /*}*/
}
@media(max-width: 1279px){

    .wrap{
        width: calc(100% - 80px);
    }
    .nav li{
        margin-right: 25px;
    }
    .head_r a.more1{
        width:90px;
    }
}
@media(max-width: 1099px){
    .nav,.head_r{
        display: none;
    }
    .h_zw{
        height:50px;
    }


    /*a.more1{*/
    /*    width:90px;*/
    /*    height:40px;*/
    /*    line-height:40px;*/
    /*}*/
 
    /*.nav li a.a1{*/
    /*    font-size:12px;*/
    /*}*/
    .banner_scroll{
        display:none;
    }
}
@media(max-width: 991px){
    .head{
        padding:10px 0;
    }
    .nav li a.a1,.nav li .b_nav a,.b_nav2_c_l2 p,.banner_intro p,.nav li .b_nav2_c dl dt a,.nav li .b_nav2_c dl dd a,.h_language_a a{
        font-size:12px;
    }
    .menu-button{
        display: block;
    }
    .nav,.head_r{
        display: none;
    }
    .banner_text{
        padding-top:100px;
    }
/*    .banner_text .p1{
        font-size:26px;
    }
    .banner_text .p2 {
        margin: 10px 0 25px;
        display:none;
    }*/
}
@media(max-width: 820px){
    .h70{
        display:block;
    }
    .banner_intro {
        top: 30px;
    }
    #index_banner .swiper-pagination{
        bottom:20px;
    }
    #index_banner .swiper-pagination-bullet{
        margin:0 10px;
    }
    .wrap{
        width: calc(100% - 80px);
    }
    .banner_text{
        padding-top:65px;
    }
    .banner_text .p1{
        font-size:24px;
    }
    .banner_text .p2 {
        margin: 15px 0 20px;
    }
    .banner_text a{
        margin-top:35px;
    }
}
@media(max-width: 767px){
    .wrap {
        width: calc(100% - 60px);
    }
    #index_banner{
        height: auto;
    }
    .banner_text{
        /*color:#000;*/
        /*padding-top: 20px;*/
        /*justify-content:flex-start;*/
        text-align:center;
    }
    .banner_text .p1{
        text-align:left;
        color:#000;
    }
    .banner_text a{
        margin:25px auto 0;
    }
}
@media(max-width: 640px){
    .h70{
        height:50px;
    }
    .head{
        padding:0;
    }
    .logo{
        width: 40%;
/*        float: none;*/
    }
    .logo img{
        max-height:26px;
    }
    .menu-button{
        top:25px;
    }
    .banner_intro {
        top: 10px;
        display:none;
    }
    .banner_text{
        /*padding-top: 60px;*/
        /*justify-content:flex-start;*/
        text-align:center;
        padding-top:50px;
        /*padding-top:50px;*/
        /*display: none;*/
    }
    .banner_text a.more1{
        margin:0 auto;
        /*display:none;*/
    }
    /*.banner_text .p3{*/
    /*    display:block;*/
    /*}*/
    .banner_text .p1{
        /*font-size:22px;*/
        /*font-size:20px;*/
        color:#fff;
        /*margin-top:-35px;*/
        /*text-shadow: 0 0px 5px rgba(0,0,0,.8);*/
    }
    .banner_text .p2 {
        margin: 10px 0 0px 5%;
        /*display:none;*/
        width:90%;
        font-size:12px;
        display:none;
    }
    .banner_text .p2 br{
        display:none;
    }
    .banner_text a.more1{
        margin:15px 0 0;
        display:none;
    }
    .banner_intro{
        top:15px;
        /*display:none;*/
    }
    #index_banner .swiper-pagination{
        bottom:15px;
    }
    #index_banner .swiper-pagination-bullet{
        margin:0 7px;
    }
    /*a.more1{*/
    /*    width: 75px;*/
    /*    height: 34px;*/
    /*    line-height: 34px; */
    /*    font-size:10px;*/
    /*}*/
    #index_banner svg{
        display:block;
    }
}

/*搜索*/
.show{
    display: block!important;
}
.search{
    height: 100%;
    /*position: relative;*/
}
.ss{
    width: 20px;
    height: 60px;
    background:url(/template/default/images/search.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.h_search{
    position: fixed;
    left: 0;
    top: 78px;
    width: 100%;
    height: 160px;
    border-top: 1px solid #dfdede;
    z-index: 99;
    background: #fff;
    display: none;
    transition: top 0.36s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
}
.h_search_c{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 690px; */
}
#formsearch{
    /*position: absolute;*/
    /*top:90px;*/
    /*left:-50px;*/
    /*display: flex;*/
    /*width: 200px;*/
    /*border:1px solid #dbdbdb;*/
    /*position: absolute;*/
    /*display: none;*/
    width: 690px;
    padding: 8px;
    border-bottom: 1px solid #dfdede;
    display: flex;
    align-items: center;
}
/*.search #formsearch.cur{*/
/*    display: flex;*/
/*}*/
#keyword{
    /*width: 150px;*/
    /*line-height: 40px;*/
    outline: none;
    border:none;
    /*padding:0 10px;*/
    width: calc(100% - 30px);
    height: 26px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
    padding-right: 12px;
}
#s_btn{
    width: 50px;
    height: 40px;
    background: url(/template/default/images/search.png) no-repeat center #fff;
    font-size:16px;
    color: #fff;
    line-height: 40px;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 0;

    /*font-size: 26px;*/
    /*color: #666666;*/
    /*width: 30px;*/
    /*vertical-align: top;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*cursor: pointer;*/
}
.search:hover #formsearch{
    display: flex;
}
.search_ts{
    position: absolute;
    top:42px;
    left:0;
    width: 100%;
    background: #fff;
    border: 1px solid #dbdbdb;
    display: none;
    z-index: 999;
}
.search_ts ul{
    color: #333333;
    display: block;
    outline: none;
    cursor: default;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;    
}
.search_ts ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 10px;
    line-height: 1.2;
    height: 30px;
    font-size:12px;
    color: #333;
    cursor: pointer;
}
.search_ts ul li a:hover{
    background: #fafafa;
}
.tag_total{
    font-size: 20px;
    color: #333;
}
@media(max-width:1600px){
    .h_search{
        /*top:80px;*/
    }
}
@media(max-width:1280px){
    .ss{
        /*height:55px;*/
    }
    /*#formsearch{*/
    /*    top:75px;*/
    /*}*/
    #s_btn{
        font-size:12px;
    }
    .h_search{
        /*top:55px;*/
    }
}
@media(max-width:1279px){

}
@media(max-width:991px){
    .search{
        margin-right:20px;
    }
    #s_btn{
        font-size:12px;
    }
}
@media(max-width:767px){
    /*.search{*/
    /*    position: fixed;*/
    /*    top:60px;*/
    /*    z-index: 90;*/
    /*    margin-right:0;*/
    /*    width:100%;*/
    /*    height:auto;*/
    /*    margin-bottom:0;*/
    /*    left:0%;*/
    /*    padding:0px 4% 0 4%;*/
        /*background:#fff;*/
    /*    border-top:1px solid #dbdbdb;*/
        /*box-shadow:0 0 10px #ccc inset;*/
    /*    display: none;*/
    /*}*/
    /*#formsearch{*/
    /*    width:100%;*/
    /*}*/
    /*#keyword{*/
    /*    width:calc(100% - 50px);*/
    /*}*/
    /*.search_ts{*/
    /*    top: 40px;*/
    /*    left: 4%;*/
    /*    width: 56%;*/
    /*}*/
}<!--0.00014185905456543-->