/*头部样式*/
header{
    position: fixed;
    top:0;
    left:0;
    background:#fff;
    z-index: 999999;
    width: 100%;
    box-shadow: 0 0 10px #ccc;
}
.head{

}
.wrap{
    width: 84%;
    max-width: 1610px;
    margin: 0 auto;
}
.head .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}
.logo{
/*    width: 30%;*/
}
.head_r{
    max-width: 75%;
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.h_lang{
    position: relative; 
    margin:0 35px 0 78px;
    height: 100%;
    line-height: 100px;
    cursor: pointer;
}
.h_lang_btn{
    font-size:18px;
    color: #1a1a1a;
    padding-right: ;
    position: relative;
    display: flex;
    align-items:center;
    padding-right: 18px;
    background:url(../images/down.png) no-repeat right center;
}
.h_lang_btn .img{
    margin-right: 8px;
}
.h_lang_a{
    position: absolute;
    top:100px;
    left:50%;
    width: 90px;
    margin-left: -45px;
    background:#fff;
    box-shadow: 0 0 10px #eee;
    display: none;
    z-index: 9;
}
.h_lang:hover .h_lang_a{
    display: block;
}
.h_lang_a a{
    font-size: 14px;
    color: #666;
    display: block;
    text-align: center;
    line-height: 2em;
}
.h_lang_a a:hover,.nav li .b_nav a:hover,.h_link_a a:hover{
    background:#00a1e9;
    color: #fff;
}
.h_link{
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
}
.h_link p{
    width: 120px;
    height: 34px;
    display: flex;
    align-items:center;
    justify-content: center;
    border-radius: 17px;
    border:1px solid #808080;
    font-size:14px;
    color: #1a1a1a;
    cursor: pointer;
}
.h_link p i{
    margin-left: 16px;
    width: 11px;
    height: 6px;
    background:url(../images/down.png) no-repeat center;
}
.h_link_a{
    display: none;
    position: absolute;
    top:100px;
    left:-25%;
    z-index: 999;
    background-color: #fff;
    width: 150%;
    box-shadow: 0 0 10px #eee;
}
.h_link_a a{
    display: block;
    font-size:14px;
    color: #1a1a1a;
    padding:8px 15px;
    line-height: 1.4;
}
.h_link:hover .h_link_a{
    display: block;
}
.nav{
    display: flex;
}
.nav li{
    position: relative;
    margin-right: 36px;
    transition:0.5s;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 20px;
    color: #1a1a1a;
    text-align: center;
    line-height: 100px;
}
.nav li:hover a.a1{
    color: #00a1e9;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:100px;
    left:-25%;
    z-index: 999;
    background-color: #fff;
    width: 150%;
    box-shadow: 0 0 10px #eee;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #666;  
    line-height: 2em;  
}

#index_banner{

}
#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;
}
#index_banner .video_img01{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index: -10;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;
}
.banner_text .txt{

}
.banner_text .txt p{
    font-size:52px;
    line-height: 1.2;
}
.banner_text .txt p strong{
    display: block;
    font-size: 80px;
    font-family: "puhui85";
    line-height: 1.2;
    margin-top: 10px;
}
.banner_text .txt a{
    margin-top:65px;
}
.more{
    display: flex;
    align-items:center;
    justify-content: center;
    font-size:16px;
    border-radius: 23px;
    width: 156px;
    height: 46px;
    font-family: "puhui45";
}
.more:hover{
    opacity: .9;
}
a.more1{
    color: #fff;
    background:#00a1e9;
}
#index_banner .swiper-pagination{
    bottom:60px;
}
#index_banner .swiper-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 18px;
    border-radius: 9px;
    opacity: .4;
    background:#fff;
    margin:0 15px;
}
#index_banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 66px;
    opacity: 1;
}
@media(max-width: 1760px){
    .wrap{
        width: 88%;
    }
    .head_r{
        max-width: 80%;
    }
    .nav li{
        margin-right: 30px;
    }
    .nav li a{
        font-size:18px;
    }
}
@media(max-width: 1600px){
    .head .wrap,.h_link{
        height: 80px;
    }
    .wrap{
        width: 86%;
    }
    .logo img{
        max-height: 60px;
    }
    .nav li{
        margin-right: 25px;
    }
    .nav li a{
        font-size:16px;
        line-height: 80px;
    }
    .nav li .b_nav,.h_lang_a,.h_link_a{
        top:80px;
    }
    .h_lang {
        margin: 0 30px 0 50px;
        line-height: 80px;
    }
    .h_lang_btn .img{
        max-width: 20px;
        margin-right: 6px;
    }
    .banner_text .txt p{
        font-size:42px;
    }
    .banner_text .txt p strong{
        font-size: 56px;
    }
    .banner_text .txt a{
        margin-top:50px;
    }
    .more{
        width: 125px;
        height: 42px;
    }
    a.more1 {
        width: 160px;
        height: 48px;
        font-size: 15px;
    }
    a.more1 i{
        margin-left: 15px;
    }
    .more{
        font-size:15px;
    }
    #index_banner .swiper-pagination{
        bottom:30px;
    }
    #index_banner .swiper-pagination .swiper-pagination-bullet-active{
        height: 10px;
    }
    #index_banner .swiper-pagination .swiper-pagination-bullet-active{
        width: 50px;
    }
}
@media(max-width: 1440px){
    .banner_text .txt p{
        font-size:32px;
    }
    .banner_text .txt p strong{
        font-size: 42px;
    }
    .nav li{
        margin-right: 22px;
    }
    .h_lang {
        margin: 0 10px 0 25px;
    }
}
@media(max-width: 1280px){
    .wrap{
        width: 88%;
    }  
    .nav li{
        margin-right: 18px;
    }
    .nav li a{
        font-size:15px;
    }
    .h_lang {
        margin: 0 20px 0 30px;
    }
    .banner_text .txt p{
        font-size:26px;
    }
    .banner_text .txt p strong{
        font-size: 36px;
    }
    .banner_text .txt a{
        margin-top:40px;
    }
    a.more1 {
        width: 120px;
        height: 35px;
        font-size: 14px;
    }
    a.more1 i{
        margin-left: 12px;
    }
    .more{
        font-size:14px;
    }
}
@media(max-width: 1199px){
    .wrap{
        width: 90%;
    }
    .h_lang {
        margin: 0 10px 0 20px;
    }
    .nav li{
        margin-right: 15px;
    }
}
@media(max-width: 1099px){
    .head .wrap,.h_link{
        height: 60px;
    }
    .logo img{
        max-height: 42px;
    }
    .nav li{
        margin-right: 8px;
    }
    .nav li a{
        font-size:14px;
    }
    .nav li .b_nav,.h_lang_a,.h_link_a{
        top:60px;
    }
    .h_lang {
        margin: 0 20px 0 30px;
        line-height: 60px;
    }
    .h_lang_btn .img{
        max-width: 16px;
        margin-right: 5px;
    }
    .banner_text .txt p{
        font-size:22px;
    }
    .banner_text .txt p strong{
        font-size: 30px;
    }
    .banner_text .txt a{
        margin-top:30px;
    }
    .more{
        width: 110px;
        height: 35px;
    }
    a.more1 {
        width: 90px;
        height: 32px;
        font-size: 14px;
    }
}
@media(max-width: 1024px){
    .wrap{
        width: 94%;
    }    
}
@media(max-width: 991px){
    .nav,.h_link{
        display: none;
    }  
    .menu-button{
        display: block;
    }  
    .h_lang {
        margin: 0 10px 0 0px;
    }
}
@media(max-width: 820px){
    .banner_text .txt p{
        font-size:18px;
    }
    .banner_text .txt p strong{
        font-size: 26px;
    }
    .more{
        width: 90px;
        height: 32px;
    }
}
@media(max-width: 640px){
    .head .wrap{
        height: 50px;
    }
    .logo{

    }
    .logo img{
        max-height: 40px;
    }
    .h_lang{
        line-height: 50px;
        display: none;
    }
    .h_lang_a{
        top:50px;
    }
    .menu-button{
        top:25px;
    }
    .banner_text{
/*        margin-bottom:25px;
        position:relative;*/
    }
    .banner_text .txt p{
        font-size:16px;
    }
    .banner_text .txt p strong{
        font-size: 20px;
    }
    .banner_text .txt a{
        margin-top:25px;
    }
    a.more1 {
        width: 75px;
        height: 30px;
        font-size: 13px;
    }
    .more {
        width: 75px;
        height: 30px;
        font-size: 13px;
    }    
    .h60{
        width: 100%;
        height: 50px;
    }
    #index_banner .swiper-pagination{
        bottom:10px;
    }
    #index_banner .swiper-pagination .swiper-pagination-bullet-active {
        width: 30px;
        height: 6px;
        margin:0 5px;
    }
}

/*搜索*/
.show{
    display: block!important;
}
.search{
    height: 100%;
}
.ss{
    cursor: pointer;
}
.h_search{
    position: fixed;
    left: 0;
    top: 80px;
    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%);
}
#formsearch{
    width: 690px;
    padding: 8px;
    border-bottom: 1px solid #dfdede;
    display: flex;
    align-items: center;
}
#keyword{
    outline: none;
    border:none;
    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(../images/ss.png) no-repeat center #fff;
    font-size:16px;
    color: #00a1e9;
    line-height: 40px;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
}
.search:hover #formsearch{
    display: flex;
}
.search_ts{
    position: absolute;
    top:42px;
    left:0;
    width: 100%;
    background: #00a1e9;
    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: #00a1e900a1e9;    
}
.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){
    #keyword{
        font-size:14px;
    }
    #s_btn{
        font-size:12px;
    }
}
@media(max-width:1130px){
    .search{
        margin-right:10px;
    }
    #formsearch{
        padding:3px 8px;
    }
    .ss img{
        width:16px;
    }
}
@media(max-width:991px){
    .search{
        margin-right:10px;
    }

    #s_btn{
        font-size:12px;
    }
}
@media(max-width:767px){
    .h_search{
        height: auto;
        padding:15px 0;
    }
    .h_search_c {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        width: 100%;
    }
    #formsearch {
        width: 88%;
        margin: 0 auto;
    }
    #s_btn{
        line-height: 32px;
        height: 32px;
    }
}
@media(max-width:640px){
    .h_search{
        top:60px;
    }
}


.index_product{
    padding:125px 0 0;
    overflow: hidden;
}
.index_t1{
    text-align: center;
}
.index_t1 h2{
    font-size:42px;
    color: #333;
    line-height: 1;
}
.index_p_sort{
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    margin-top:35px;
}
.index_sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.index_sort li{
    margin-right: 95px;
}
.index_sort li:last-child{
    margin-right: 0;
}
.index_sort li a{
    display: block;
    position: relative;
    line-height: 50px;
    font-size:20px;
    color: #4c4c4c;
}
.index_sort li a:after{
    content:'';
    height: 3px;
    width: 100%;
    position: absolute;
    left:0;
    bottom:0px;
    background:#00a1e9;
    opacity: 0;
}
.index_sort li:hover a,.index_sort li.cur a{
    color: #00a1e9;
/*    font-family: "puhui85";*/
}
.index_sort li:hover a:after,.index_sort li.cur a:after{
    opacity: 1;
}
.index_p_tab{
    height: 0;
    opacity: 0;
    width: 100%;
    max-width: 1020px;
    position: relative;
    z-index: -9999;
}
.index_p_tab.cur{
    display: block;
    height: 100%;
    opacity: 1;
    z-index: 10;
    margin:38px auto 0;
}
.index_product_scroll.swiper-container{
    overflow: visible;
}
.index_product_scroll .swiper-slide{
    height: auto;
}
.index_product_scroll .swiper-slide a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
    padding:85px 94px 65px;
    background:url(../images/index_p_bg.jpg) no-repeat center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    height:100%;
}
.index_product_scroll .swiper-slide a .text{
    width: 50%;
}
.index_product_scroll .swiper-slide a .text .p1{
    font-size:16px;
    color: #333333;
}
.index_product_scroll .swiper-slide a .text h3{
    font-size:40px;
    color: #333333;
    font-family: "puhui75";
    line-height: 1.6;
}
.index_product_scroll .swiper-slide a .text .txt{
    font-size:14px;
    color: #808080;
    font-family: "puhui45";
    margin:20px 0 50px;
} 
.index_product_scroll .swiper-slide a .text .txt p{
    position: relative;
    padding-left: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
}  
.index_product_scroll .swiper-slide a .text .txt p:last-child{
    margin-bottom: 0;
}
.index_product_scroll .swiper-slide a .text .txt p:before{
    content:'';
    position: absolute;
    left:0;
    top:7px;
    width: 8px;
    height: 8px;
    background: #b3b3b3;
    border-radius: 50%;
}
.index_product_scroll .swiper-slide a .text span.more{
    background:#00a1e9;
    color: #fff;
}
.index_product_scroll .swiper-slide a .img{
    max-width: 50%;
}
.swiper-button-prev.btn_prev,.swiper-button-next.btn_next{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    top:50%;
    margin-top:-32.5px;
}
.swiper-button-prev.btn_prev{
    left:-115px;
    background:url(../images/left1.png) no-repeat center #f5f5f5;
}
.swiper-button-prev.btn_prev:hover{
    background:url(../images/left1_h.png) no-repeat center #00a1e9;    
}
.swiper-button-next.btn_next{
    right:-115px;  
    background:url(../images/right1.png) no-repeat center #f5f5f5;  
}
.swiper-button-next.btn_next:hover{
    background:url(../images/right1_h.png) no-repeat center #00a1e9;    
}
@media(max-width: 1600px){
    .index_product{
        padding:95px 0 0;
    }
    .index_t1 h2{
        font-size:32px;
    }
    .index_sort li {
        margin-right: 70px;
    }
    .index_sort li a{
        font-size:16px;
    }
    .index_product_scroll .swiper-slide a{
        padding:50px 65px;
    }
    .index_product_scroll .swiper-slide a .text .p1{
        font-size:14px;
    }
    .index_product_scroll .swiper-slide a .text h3{
        font-size:28px;
    }
    .index_product_scroll .swiper-slide a .text .txt{
        margin:15px 0 35px;
    }
    .swiper-button-prev.btn_prev, .swiper-button-next.btn_next{
        width:55px;
        height:55px;
    }
    .swiper-button-next.btn_prev{
        left: -100px;
    }
    .swiper-button-next.btn_next{
        right: -100px;
    }
}
@media(max-width: 1280px){
    .index_product{
        padding:75px 0 0;
    }
    .index_t1 h2{
        font-size:28px;
    }
    .index_sort li {
        margin-right: 50px;
    }
    .index_product_scroll .swiper-slide a .text h3{
        font-size: 24px;
    }

}
@media(max-width: 1199px){
    .index_p_sort{
        display:none;
    }
    .index_p_tab.cur{
        margin:25px auto 0;
    }
}
@media(max-width: 991px){
    .index_t1 h2{
        font-size:26px;
    }
    .index_product_scroll .swiper-slide a {
        padding: 40px 50px;
    }
}
@media(max-width: 820px){
    .index_product{
        padding:55px 0 0;
    }
    .index_t1 h2{
        font-size:24px;
    }
    .index_sort li{
        margin-right:35px;
    }
    .index_product_scroll .swiper-slide a {
        padding: 30px 35px;
    }
    .index_product_scroll .swiper-slide a .text h3 {
        font-size: 22px;
    }
}
@media(max-width: 640px){
    .index_product{
        padding:40px 0 0;
    }
    .index_t1 h2{
        font-size:22px;
    } 
    .index_p_sort{
        margin-top:25px;
    } 
    .index_sort li{
        margin-right:15px;
    } 
    .index_sort li a{
        font-size:14px;
        line-height: 40px;
    }
    .index_product_scroll .swiper-slide a {
        padding: 25px 25px;
        background: url(../images/m_index_p_bg.jpg) no-repeat center;
        background-size: cover;
        justify-content:center;
    }
    .index_product_scroll .swiper-slide a .text,.index_product_scroll .swiper-slide a .img{
        width: 100%;
        max-width: 100%;
    }
    .index_product_scroll .swiper-slide a .img{
        margin-top:25px;
        padding:0 20%;
    }
    .index_product_scroll .swiper-slide a .text h3 {
        font-size: 18px;
    }
    .index_product_scroll .swiper-slide a .text .txt {
        margin: 5px 0 15px;
        font-size: 13px;
    }
    .index_product_scroll .swiper-slide a .text .txt p {
        padding-left: 12px;
        margin-bottom: 3px;
    }
    .index_product_scroll .swiper-slide a .text .txt p:before{
        width: 6px;
        height: 6px;
    }

}


.index_case{
    padding:105px 0 0;
}
.index_case_cont{
    position: relative;
    margin-top:56px;
    overflow: hidden;
}
.index_case .index_t1 p{
    font-size:20px;
    color: #2f2f2f;
    font-family: "puhui45";
    margin:10px 0 25px;
}
.index_case a.more{
    margin:0 auto;
}
.index_case_bg{
    width: 100%;
    height: 100%;
    position: relative;
}
.index_case_bg ul{
    width: 100%;
    height: 100%;
}
.index_case_bg ul li{
/*    position: absolute;top: 0;left: 0;*/
    width: 100%;
    height: 100%;
    transition: transform 2.5s ease,
    opacity 1.5s;
    opacity: 0;
    transform: scale(1.1);
    display: none;
}
.index_case_bg ul li.ontrue {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    z-index: 2;
    display: block;
}
.index_case_bg ul li img{
    width: 100%;
    object-fit: cover;
    opacity: 0;
}

.case-li{
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
.case-li ul{
    /*display: block;*/
    width: 100%;
    height: 100%;
    /*display: flex;*/
}
.case-li ul li{
    width: 12.5%;
    float: left;
    position: relative;
    transition: all .6s ease;
    color: #fff;
    height: 100%;
}
.case-li ul li:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.3);
   -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    z-index: 1;
}
.case-li ul li:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: .2;
    position: absolute;
    top: 0;
    right: 0;
}
.case-li ul li:last-child:after{
    display: none;
}
.case-lilink{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.case-lizz{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
/*    background: #000;
    opacity: .36;*/
    transition: all .4s ease;
}
.case-liwords{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 90px;
    z-index: 6;
    padding:0 10%;
    transition: all .6s ease 300ms;
}
.case-li li.on .case-liwords{
    padding: 0 115px 0 160px;
}
.case-liic{
    width: 100%;
    text-align: center;
}
.case-liic .img3{
    
}
.case-liic img{
    max-width: 100%;
    margin: 0 auto;
    max-height: 50px;
}
.case-liic h5{
    font-size: 20px;
    color: #fff;
    font-family: "puhui85";
    line-height: 50px;
    margin-top:22px;
}
.case-liic h6{
    display: none;
}
.case-liicy{
    display: block;
}
.case-liich{
    display: none;
}
.case-liwords h6{
    font-size: 40px;
    color: #fff;
    font-family: "puhui85";
    line-height: 50px;
    margin-top:22px;
    display: none;
}
.case-liwords .text1{
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    margin-top: 18px;
    overflow: hidden;
    display: none;
    transition: all 0s ease 0ms;
    max-height: 365px;
    min-height:100px;
    overflow-y: auto;
    padding-right: 10px;
}
.case-liwords .text1::-webkit-scrollbar {
    width: 3px;     
    height: 1px;
}
.case-liwords .text1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #20477d;
}
.case-liwords .text1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
.case-liwords .text1 .swiper-slide{
    padding-left: 38px;
}
.case-liwords .text1 dl{
    margin-bottom:25px;
    color: #fff;
}
.case-liwords .text1 dl:last-child{
    margin-bottom:0;
}
.case-liwords .text1 dl dd{
    font-size: 18px;
    font-weight: bold;
    line-height:1em;
}
.case-liwords .text1 dl dt{
    font-size: 14px;

}
.case-liwords .text2,.case-liwords .text3{
    color: #fff;
    display: none;
    font-size: 16px;
    line-height: 34px;
    margin-top: 80px;
    margin-bottom: 68px;
}
#swiper-container2 .swiper-scrollbar{
    width: 1px;
    background:#fff;
    left:1px;
    display: block!important;
}
#swiper-container2 .swiper-scrollbar-drag{
    width: 3px;
    height: 20px!important;
    background:#fff;
    left:-1px;
}
.case-li ul li i{
    display: block;
    width: 44px;
    height: 44px;
    margin-top:195px;
    background: url(../images/jia.png) no-repeat center;
    transition: all .4s ease 340ms;
    position: relative;
    z-index: 9;
    display: none;
}
.case-li ul li i img{
    position: relative;
    z-index: 10;
}
.case-li ul li i img.img2{
/*    display: none;*/
}
.case-li ul li i:before{
    content: '';
    background: rgba(255, 255, 255, .7);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: kuosan 2s linear 0.1s infinite;
    z-index: 8;
}

.case-li ul.aboHover:hover li{width: 12.5%;}
.case-li ul.aboHover li:hover{width: 37.5%;}

.case-li li.on{
    width: 37.5%;
}
.case-li ul li.on:before{
    opacity: 1;
}
.case-li li.on .case-lizz{
    opacity: 0;
}
.case-li li.on .case-liwords{
    top:20%;
    /*500px*/
}
.case-li li.on .case-liic h5{
    display: none;
}
.case-li li.on .case-liwords h6{
    display: block;
}
.case-li li.on .case-liic{
    text-align: left;
}
.case-li li.on .case-liwords .text1{
    display: block;
    margin-bottom: 68px;
}
.case-li li.on .case-liwords .text2,.case-li li.on .case-liwords .text3{
    display: block;
}
.case-li ul li.on i{
    display: block;
    background: url(../images/jia.png) no-repeat center;
    background-size: contain;
    margin-top:0;
}
/*.case-li ul li.on i img.img1{
    display: none;
}
.case-li ul li.on i img.img2{
    display: block;
}*/
.m_index_case{
    height: 0;
    visibility: hidden;
}
.m_index_case .swiper-slide a{
    display: block;
    padding:65px 20px;
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.m_index_case .swiper-slide a img{
    max-width: 40px;
    max-height: 35px;
    line-height: 35px;
}
.m_index_case .swiper-slide a h3{
    font-size: 20px;
    line-height: 1;
    margin:15px 0 10px;
}
.m_index_case .swiper-slide a .txt{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;  
    line-height: 1.8em;
    height: 9em;
}
.m_index_case .swiper-slide a i{
    margin-top:12px;
    display: inline-block;
}
#m_index_case .swiper-pagination{
    
}
#m_index_case .swiper-pagination .swiper-pagination-bullet{
    background: #007aff;
}
@keyframes kuosan {
    0% {
        width: 46px;
        height: 46px;
        opacity: 1;
    }
    50% {
        width: 70px;
        height: 70px;
        opacity: 1;
    }
    100%{
        width: 110px;
        height: 110px;
        opacity: 0;
    }
}
@media(max-width: 1600px){
    .index_case{
        padding:95px 0 0;
    }
    .index_case .index_t1 p{
        font-size:15px;
    }
    .case-liwords{
        padding:0 10%;
    }
    .case-liwords h5,.case-liic h5{
        font-size:24px;
    }
    .case-liwords h6{
        font-size:24px;
        line-height: 40px;
    }
    .case-liwords .text1{
        font-size:14px;
        line-height: 25px;
        max-height: 325px;
    }
    .case-li ul li i{
        margin-top:55px;
    }
    .case-liwords .text1 dl {
        margin-bottom: 15px;
    }
    .case-liwords .text1 dl dd{
        font-size:16px;
    }
    .case-liwords .text2,.case-liwords .text3{
        font-size: 15px;
        line-height: 32px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .case-li li.on .case-liwords .text1{
        margin-bottom: 30px;
    }
    .case-li li.on .case-liwords{
        padding: 0 40px 0 60px;
    }
    .case-liic img{
        max-height: 40px;
    }
}
@media(max-width: 1440px){
    .case-liwords .text2, .case-liwords .text3 {
        margin-top: 0px;
    }
    .case-li li.on .case-liwords{
        top:15%;
    }
}
@media(max-width: 1280px){
    .index_case{
        padding:75px 0 0;
    }
    .index_case .index_t1 p{
        font-size:14px;
    }
    .case-liwords h5,.case-liic h5{
        font-size:22px;
    }
}
@media(max-width: 1259px){
    .case-liwords {
        padding: 0 5%;
    }
    .case-li li.on .case-liwords{
        top:50px;
        padding:0 30px;
    }
    .case-liwords .text1 {
        font-size: 12px;
        line-height: 20px;
        max-height: 160px;
        margin-top:15px;
    }
    .case-li ul li i {
        margin-top: 50px;
        width: 35px;
        height: 35px;
    }
    .case-li ul li i img{
        max-width: 35px;
    }
    .case-li ul li i:before{
        width: 65px;
        height: 65px;
    }
    @keyframes kuosan{
        0% {
            width: 35px;
            height: 35px;
            opacity: 1;
        }
        50% {
            width: 50px;
            height: 50px;
            opacity: 1;
        }
        100%{
            width: 65px;
            height: 65px;
            opacity: 0;
        }
    }
    .case-liic img{
        max-height: 35px;
    }
    .case-liwords h5,.case-liic h5{
        font-size: 20px;
    }
    .case-liwords h6 {
        font-size: 16px;
        line-height: 20px;
        margin-top:18px;
    }
    .case-liwords h5, .case-liic h5{
        font-size:16px;
        line-height: 1.6;
    }
    .case-liwords .text1 .swiper-slide {
        padding-left: 20px;
    }
    .case-li ul li i{
        display: none;
    }
    .case-liwords .text2,.case-liwords .text3{
        font-size: 14px;
        line-height: 2em;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media(max-width: 992px){
    .index_case_cont{
        margin-top:50px;
    }
    .case-li li.on .case-liwords {
        top: 20px;
    }
    .case-liic img {
        max-height: 40px;
    }
    .case-liwords h5,.case-liic h5{
        font-size: 16px;
        /*margin-top:10px;*/
    }
    .case-liwords .text1 dl {
        margin-bottom: 10px;
    }
    .case-liwords .text1 dl dd{
        font-size:14px;
    }
    .case-liwords .text1 dl dt{
        font-size:12px;
    }

}
@media(max-width: 820px){
    .index_case{
        padding:55px 0 0;
    }
    .case-li ul li.on i{
        display: none;
    }

    /*.case-liwords .text2,.case-liwords .text3{*/
    /*    font-size: 14px;*/
    /*    line-height: 2em;*/
    /*    margin-top: 20px;*/
    /*    margin-bottom: 20px;*/
    /*}*/
}
@media(max-width: 767px){
    .index_case_cont{
        display: none;
    }
    .m_index_case{
        height: auto;
        visibility: visible;
        margin-top:25px;
    }
}
@media(max-width: 640px){
    .index_case{
        padding:40px 0 0;
    }
    .index_case_cont{
        margin-top:40px;
    }
    .case-li ul{
        flex-wrap: wrap;
    }
    .case-li li.on,.case-li li{
        width: 100%;
        height: auto;
    }
    .m_index_case .swiper-slide a .txt{
        font-size:13px;
    }
}


.index_about{
    padding:105px 0 60px;
}
.index_about_text{
    width: 43%;
    float: left;
    padding-top:55px;
}
.index_about_text .index_t1{
    text-align: left;
}
.index_about_text .text{
    margin:15px 0 40px;
    line-height: 1.8;
    font-size:18px;
    font-family: "puhui45";
}
.num_list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:80px;
    position: relative;
    max-width: 685px;
}
.num_list1:after{
    content:'';
    position: absolute;
    left:255px;
    top:0;
    width: 1px;
    height: 100%;
    background:#cccccc;
}
.num_list1 li{
    width: 50%;
/*    max-width: 260px;*/
    margin-bottom: 40px;
}
.num_list1 li:nth-child(1),.num_list1 li:nth-child(3){
/*    width: 40%;*/
/*    max-width: 295px;*/
}
.num_list1 li:nth-child(2),.num_list1 li:nth-child(4){
/*    padding-left: 120px;*/
}
.num_list1 li:nth-child(3),.num_list1 li:nth-child(4){
    margin-bottom:0;
}
.num_list1 li p{
    color: #00a1e9;
}
.num_list1 li p span{
    font-size:66px;
    line-height: 1;
}
.num_list1 li p sub{
    font-size:40px;
    line-height: 1;
    margin-left: 8px;
}
.num_list1 li font{
    font-size:18px;
    color: #4c4c4c;
    display: block;
    line-height: 1.6;
    margin-top:5px;
}

.index_about_map{
    width: 46%;
    position: relative;
    float: right;
}
.about_map_li{

}
.about_map_li li{
    position: absolute;
    cursor: pointer;
}
.about_map_li li p{
    font-size:14px;
    color: #1a1a1a;
    font-family: "puhui45";
    display: flex;
    align-items:center;
    position: relative;
}
.about_map_li li p i{
    margin-right: 9px;
    position: relative;
}
.about_map_li li p i em{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background:#00a1e9;
    position: relative;
    z-index: 9;
    display: block;
    font-style: normal;
}
.about_map_li li p.p2 i:before{
    content: '';
    background: rgba(0, 161, 233, .3);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: kuosan2 3s linear 0.1s infinite;
    z-index: 2;
}
.about_map_li li p.p2 i:after{
    content: '';
    background: rgba(0, 161, 233, .4);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: kuosan3 3.2s linear 0.1s infinite;
    z-index: 1;
}
.about_map_li li:hover p i em{
    background:#e90000;
}
.about_map_li li:hover p.p2 i:before{
    background: rgba(233, 0, 0, .3);     
}
.about_map_li li:hover p.p2 i:after{
    background: rgba(233, 0, 0, .4);    
}
.about_map_li li:nth-child(1){
    top: 31%;
    right: 34%;
}
/*
.about_map_li li:nth-child(2){
    top: 37%;
    right: 37%;  
}
*/
.about_map_li li:nth-child(2){
    top: 33%;
    right: 46.5%;   
}
.about_map_li li:nth-child(2) i,.about_map_li li:nth-child(4) i,.about_map_li li:nth-child(5) i{
    margin-right: 0;
}
.about_map_li li:nth-child(2) span{
    position: absolute;
    top: 18px;
    left: 50%;
    width: 28px;
    margin-left: -14px;
    line-height: 1;
}
.about_map_li li:nth-child(4){
    top: 33%;
    right: 51%;  
}
.about_map_li li:nth-child(4) span{
    position: absolute;
    top: -20px;
    left: 50%;
    width: 28px;
    margin-left: -14px;
    line-height: 1;
}
.about_map_li li:nth-child(5){
    top: 33.5%;
    right: 53%;      
}
.about_map_li li:nth-child(5) span{
    position: absolute;
    top: 0px;
    left: -38px;
    width: 28px;
    line-height: 1;
}
.about_map_li li:nth-child(6){
    top: 42%;
    right: 46%;    
}
.about_map_li li:nth-child(7){
    top: 53%;
    right: 45%;     
}
.about_map_li li:nth-child(8){
    top: 11%;
    left: 14%;    
}
.map_notic{
    position: absolute;
    left:0;
    bottom: 12%;
}
.map_notic p{
    font-size:14px;
    color: #1a1a1a;
    font-family: "puhui45";
    display: flex;
    align-items:center;
    margin-bottom: 3px;
}
.map_notic p i{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background:#00a1e9;
    margin-right: 21px;
}
.map_notic p.p2 i{
    position: relative;
}
.map_notic p.p2 i:before{
    content: '';
    background: rgba(0, 161, 233, .3);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: kuosan2 2s linear 0.1s infinite;
    z-index: -1;
}
.map_notic p.p2 i:after{
    content: '';
    background: rgba(0, 161, 233, .4);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: kuosan3 2.2s linear 0.1s infinite;
    z-index: -2;
}
@keyframes kuosan2{
    0% {
        width: 5px;
        height: 5px;
        opacity: 1;
    }
    50% {
        width: 11px;
        height: 11px;
        opacity: 1;
    }
    100%{
        width: 21px;
        height: 21px;
        opacity: 0;
    }
}
@keyframes kuosan3{
    0% {
        width: 5px;
        height: 5px;
        opacity: 1;
    }
    50% {
        width: 13px;
        height: 13px;
        opacity: 1;
    }
    100%{
        width: 25px;
        height: 25px;
        opacity: 0;
    }
}
@media(max-width: 1600px){
    .index_about{
        padding:95px 0 60px;
    }
    .index_about_text{
        padding-top:20px;
    }
    .index_about_text .text{
        font-size: 14px;
        margin:15px 0 30px;
    }
    .num_list1{
        margin-top:55px;
    }
    .num_list1:after{
        left:165px;
    }
    .num_list1 li p span{
        font-size:42px;
    }
    .num_list1 li p sub{
        font-size:20px;
    }
    .num_list1 li font{
        font-size:15px;
    }
    .map_notic p i{
        margin-right: 10px;
    }
    .about_map_li li p i{
        margin-right: 5px;
    }
    .about_map_li li p i em{
        width: 9px;
        height: 9px;
    }

}
@media(max-width: 1280px){
    .index_about{
        padding:75px 0 60px;
    }
    .num_list1 li p span{
        font-size:36px;
    }
    .num_list1 li p sub {
        font-size: 16px;
        margin-left: 3px;
    }
    .num_list1 li font {
        font-size: 14px;
        margin-top:2px;
    }
    .about_map_li li p i em{
        width: 7px;
        height: 7px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .index_about_text{
        width: 46%;
        padding-top:0;
    }
    .num_list1 li p span{
        font-size:32px;
    }
    .num_list1 li p sub {
        font-size: 14px;
    }
    .index_about_map{
        width: 50%;
    }
    .map_notic{
        bottom:0;
    }
}
@media(max-width: 820px){
    .index_about{
        padding:55px 0;
    }
    .num_list1 {
        margin-top: 35px;
    }
    .num_list1 li{
        margin-bottom: 30px;
    }
    .num_list1 li p span{
        font-size:28px;
    }
}
@media(max-width: 640px){
    .index_about{
        padding:40px 0;
    }   
    .index_about_text,.index_about_map{
        width: 100%;
    }
    .num_list1 {
        margin-top: 30px;
    }
    .num_list1 li{
        margin-bottom: 20px;
    }
    .num_list1 li p span{
        font-size:26px;
    }
    .index_about_map{
        margin-top:25px;
        display:none;
    }
}


.index4{
    background:url(../images/index4_bg.jpg) no-repeat center #f4f4f4;
    background-size: cover;
    padding:125px 0 145px;
}
.index_t1 p{
    font-size: 20px;
    color: #2f2f2f;
    font-family: "puhui45";
    margin: 20px 0 0px;
    line-height: 1.4;
}
.index4_c{
    margin-top:40px;
}
.index4_c img{
    border-radius: 10px;
}
#hzhb2{
    margin-top:22px;
}


.index_news{
    padding:120px 0;
}
.news_list1{
    margin-top:45px;
    display: flex;
    flex-wrap: wrap;
}
.news_list1 li{
    width: 31%;
    margin-right: 3.5%;
}
.news_list1 li:nth-child(3n){
    margin-right: 0;
}
.news_list1 li a{
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.news_list1 li a .img{
    border-radius: 10px;
}
.news_list1 li a .img img{
    border-radius: 10px;
}
.news_list1 li a .text{
    background:#f5f5f5;
    padding:35px 40px 50px;
}
.news_list1 li a .text .date1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_list1 li a .text .date1 p{
    font-size:15px;
    color: #666666;
}
.news_list1 li a .text .date1 p span{
    display: block;
    font-size:40px;
    color: #00a1e9;
    line-height: 1;
    /*font-family: "puhui85";*/
    font-family: "PingFangSC-Semibold, sans-serif";
    font-weight: 600;
}
.news_list1 li a .text .date1 .img1{

}
.news_list1 li a .text h3{
    font-size:21px;
    color: #1a1a1a;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
    margin:22px 0 10px;
}
.news_list1 li a .text .txt{
    font-size:15px;
    color: #666666;
    font-family: "puhui45";
    line-height: 1.6;
}
.news_list1 li a:hover .img img{
    transform:scale(1.1);
}
.news_list1 li a:hover .text h3{
    color: #00a1e9;
}
@media(max-width: 1600px){
    .index4,.index_news{
        padding:95px 0;
    }
    .index_t1 p{
        font-size:15px;
    }
    .news_list1 li a .text{
        padding: 20px 20px 30px;
    }
    .news_list1 li a .text .date1 p{
        font-size:14px;
        line-height: 1.6;
    }
    .news_list1 li a .text .date1 p span{
        font-size:32px;
    }
    .news_list1 li a .text .date1 .img1 img{
        max-width: 30px;
    }
    .news_list1 li a .text h3 {
        font-size: 18px;
        margin: 15px 0 10px;
    }
    .news_list1 li a .text .txt{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .index4,.index_news{
        padding:75px 0;
    }
    .index_t1 p{
        font-size:14px;
    }
    .news_list1 li {
        width: 32%;
        margin-right: 2%;
    }
    .news_list1 li a .text .date1 p span{
        font-size:28px;
    }
    .news_list1 li a .text h3{
        font-size:16px;
    }
}
@media(max-width: 1199px){
    .num_list1:after{
        left:150px;
    }
}
@media(max-width: 991px){
    .num_list1:after{
        left:130px;
    }
    /*.news_list1 li a .text .date1 p span{*/
    /*    font-size:24px;*/
    /*}*/
}
@media(max-width: 820px){
    .index4,.index_news{
        padding:55px 0;
    }
    .news_list1{
        margin-top:35px;
    }
    .index_t1 p {
        font-size: 13px;
        margin:10px 0 0px;
    }  
    .index4_c{
        margin-top:30px;
    }  
}
@media(max-width: 640px){
    .index4,.index_news{
        padding:40px 0;
    }  
    .news_list1{
        margin-top:25px;
    }
    .index4_c{
        margin-top:25px;
    }  
    #hzhb2{
        margin-top:12px;
    }
}
@media(max-width: 460px){
    .news_list1 li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .news_list1 li:last-child{
        margin-bottom: 0;
    }
}

/*友情链接*/
.f_link{
    margin-top: 15px;
    line-height: 30px;
}

/*页面底部*/
footer{
    position: relative;
    background:rgba(0,97,140,.7);
}
footer video{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    object-fit:fill;
    z-index: -9;
}
.foot{
    display: flex;
    justify-content: space-between;
    padding:130px 0 55px;
}
.foot_l{
    width: 28%;
}
.f_logo{

}
.f_share{
    display: flex;
    flex-wrap: wrap;
    margin-top:185px;
}
.f_share li{
    position: relative;
    margin-right: 10px;
}
.f_share li:last-child{
    margin-right: 0;
}
.f_share li a{
    display: block;
    cursor: pointer;
}
.f_share li .f_code{
    position: absolute;
    left:50%;
    margin-left: -59px;
    width: 118px;
    z-index: 9;
    top:-125px;
    display: none;
}
.f_share li:hover .f_code{
    display: block;
}
.f_nav{
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.f_nav dl{
    color: #fff;
}
.f_nav dl dt{
    font-size:22px;
    margin-bottom: 30px;
    font-family: "puhui75";
    line-height: 1;
}
.f_nav dl dd{

}
.f_nav dl dd a{
    display: block;
    font-size: 16px;
    color: rgba(255,255,255,.9);
    font-family: "puhui45";
    margin-bottom: 8px;
}
.f_nav dl dd a:last-child{
    margin-bottom: 0;
}
.f_nav dl dd a:hover{
    color: rgba(255,255,255,1);
}
.copyright {
    text-align: center;
    line-height: 24px;
    padding:22px 0;
    color: rgba(255,255,255,.9);
    border-top:1px solid #1b729a;
    font-size:18px;
    font-family: "puhui45";
}
.copyright .wrap{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content:center;
}
.copyright a{
    font-size:18px;
    color: #fff;  
    color: rgba(255,255,255,.9);
    font-family: "puhui45";
}
.copyright a:hover{
    color: rgba(255,255,255,1);
}
@media(max-width: 1600px){
    .foot{
        padding:75px 0 55px;
    }
    .f_share{
        margin-top:135px;
    }
    .f_nav dl dt{
        font-size:18px;
        margin-bottom: 20px;
    }
    .f_nav dl dd a{
        font-size:14px;
        margin-bottom: 3px;
    }
    .copyright{
        padding: 12px 0;
    }
    .copyright,.copyright a{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .foot{
        padding:55px 0 40px;
    }

}
@media(max-width: 1199px){
    .f_logo img{
        max-height: 80px;
    }
    .f_nav{
        width: 66%;
    }
    .f_nav dl:nth-child(5),.f_nav dl:nth-child(6){
        display: none;
    }
}
@media(max-width: 991px){
    .f_share{
        display: none;
    }
}
@media(max-width: 820px){
    .foot{
        padding:40px 0 25px;
    }
    .copyright_l,.copyright_r{
        text-align: center;
        width: 100%;
    }
    .f_nav dl dt{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .f_nav dl dd a{
        margin-bottom: 0;
    }
}
@media(max-width: 640px){
    footer{
        margin-bottom:56px;
    }
    .foot{
        padding:30px 0 15px;
        display: none;
    } 

}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.h100{
/*    width: 100%;
    height: 100px;*/
}
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.n_banner img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
.n_banner_text h2{
    font-size:60px;
    color: #fff;
    font-family: "puhui65";
    padding-top:50px;
}

.sitemp{
    padding:130px 0 0px;
    display: none;
}
.sitemp .site{

}
.arrow_ico{
    margin:0 7px;
}
.sitemp .site,.sitemp .site a{
    font-size:16px;
    color: #333;
}
@media(max-width: 1600px){
    .n_banner_text h2{
        font-size:52px;
    }
}
@media(max-width: 1280px){
    .n_banner_text h2{
        font-size:46px;
    }
}
@media(max-width: 1024px){
    .n_banner_text h2{
        font-size:42px;
    }    
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .n_banner_text h2{
        font-size:36px;
        padding-top:0;
    }    
}
@media(max-width: 767px){
    .n_banner_text h2{
        font-size:26px;
        text-align:center;
    }    
}


/*关于我们*/
.relative{
    position: relative;
}
.n_t1 h2{
    font-size:60px;
    color: #2f2f2f;
    font-family: "puhui65";
    line-height: 1;
}
.about1 .index_about_text .text{
    color: #2f2f2f;
    font-size:20px;
    line-height: 1.6;
    padding-top:10px;
}
.about2{
    background:url(../images/qywh.jpg) no-repeat center;
    background-size: cover;
    padding:95px 0 77px;
}
.n_t1 p{
    font-size:18px;
    color: #2f2f2f;
    padding-top:20px;
    line-height: 1.6;
}
.about2 .n_t1{
    text-align: center;
}
.about2 .n_t1 h2,.about2 .n_t1 p{
    color: #fff;
}
.qywh_list{
    margin-top:224px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.qywh_list li{
    width: 32%;
    cursor: pointer;
}
.qywh_list li .cont{
    background:rgba(255,255,255,.2);
   -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    padding:45px;
    transition:all 0.3s ease-out;    
}
.qywh_list li .cont:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 0%;
    height: 4px;
    background:#00a1e9;
    transition:all 0.5s ease-out;
}
.qywh_list li .img{
    border:1px solid #ebebeb;
    border-radius: 50%;
    width: 98px;
    height: 98px;
    line-height: 98px;
    text-align: center;
}
.qywh_list li .img img.img1{

}
.qywh_list li .img img.img2{
    visibility: hidden;
    width: 0;
}
.qywh_list li .text{
    padding-left: 35px;
    width: calc(100% - 98px);
    color: #fff;
}
.qywh_list li .text h3{
    font-size:26px;
    line-height: 1.2;
}
.qywh_list li .text p{
    font-size:16px;
    line-height: 1.6;
    margin-top:10px;
}
.qywh_list li:hover .cont{
    margin-top:-21px;
    background:#fff;
}
.qywh_list li:hover .cont:after{
    left:0;
    width: 100%;
}
.qywh_list li:hover .img img.img1{
    visibility: hidden;
    width: 0;
}
.qywh_list li:hover .img img.img2{
    visibility: visible;
    width: auto;
}
.qywh_list li:hover .text h3{
    color: #00a1e9;
}
.qywh_list li:hover .text p{
    color: #4c4c4c;
}
.about3{
    padding:150px 0 85px;
    background:url(../images/fzlc.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.fzlc_b{
    margin:100px 0 115px;
}
#fzlc_b{

}
#fzlc_b .swiper-slide{
    opacity: 0;
    visibility: hidden;
}
#fzlc_b .swiper-slide-active{
    opacity: 1;
    visibility: visible;
}
#fzlc_b .text{
    display: flex;
    flex-wrap: wrap;
    /*align-items:center;*/
}
#fzlc_b .text .p1{
    font-size:130px;
    color: #00a1e9;
    width: 547px;
    line-height: 1;
    font-family: "FZLT_M";
    text-align: center;
}
#fzlc_b .text .txt{
    width: calc(100% - 547px);
}
#fzlc_b .text .txt p{
    font-size:20px;
    color: #4c4c4c; 
    padding-left: 28px; 
    position: relative; 
    line-height: 1.6;
    margin-bottom: 8px; 
}
#fzlc_b .text .txt p font{
    font-size: 14px;
}
#fzlc_b .text .txt p:last-child{
    margin-bottom: 0;
}
#fzlc_b .text .txt p:before{
    content:'';
    position: absolute;
    left:0;
    top:8px;
    width: 15px;
    height: 15px;
    background:url(../images/lx.png) no-repeat center ;
    background-size: contain;
    border-radius: 50%;
}
.fzlc_t{
    position: relative;
    padding:0 190px;
}
.fzlc_t:after{
    content:'';
    position: absolute;
    left:50%;
    margin-left: -960px;
    bottom: 36px;
    width: 1920px;
    height: 2px;
    background:#ced2d9;
    z-index: 1;
}
#fzlc_t{
    width: calc(100% - 148px);
    position: relative;
    z-index: 9;
}
#fzlc_t:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
    z-index: 9;
    display: none;
}
#fzlc_t .swiper-slide{
    font-size:20px;
    color: #1a1a1a;
    line-height: 1;
    text-align: center;
    padding-bottom: 70px;
    cursor: pointer;
}
#fzlc_t .swiper-slide:before{
    content:'';
    position: absolute;
    bottom:26px;
    left:50%;
    margin-left: -11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border:7px solid #00a1e9;
    z-index: 9;
    background:#fff;
}
#fzlc_t .swiper-slide:after{
    content:'';
    position: absolute;
    bottom:19px;
    left:50%;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background:#00a1e9;
    opacity: 0;
    z-index: 2;
}
#fzlc_t .swiper-slide:hover:after,#fzlc_t .swiper-slide-thumb-active:after{
    opacity: .2;
}
#fzlc .swiper-button-prev,#fzlc .swiper-button-next{
    width: 74px;
    height: 74px;    
    opacity: 1;
    z-index: 99;
    top: 14px;
    margin-top: 0;
    cursor: pointer;
    pointer-events: unset;
}
#fzlc .swiper-button-prev{
    background:url(../images/left2.png) no-repeat center #fff;
    left:115px;
    border-radius: 50%;
}
#fzlc .swiper-button-prev:hover{
    background:url(../images/left2-h.png) no-repeat center #00a1e9!important;    
}
#fzlc .swiper-button-next{
    background:url(../images/right2.png) no-repeat center #fff;
    right:115px;
    border-radius: 50%;
}
#fzlc .swiper-button-next:hover{
    background:url(../images/right2-h.png) no-repeat center #00a1e9!important;    
}

.about4{
    background:url(../images/ry.png) no-repeat center;
    background-size: cover;
    padding:120px 0;
}
.about4 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about4 .text{
    width: 41%;
    padding-top:52px;
}
.about4 .text .txt{
    font-size:20px;
    color: #2f2f2f;
    line-height: 1.6;
    margin:35px 0 75px;
}
.ry_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ry_list dl{
    width: 47%;
    margin-bottom: 65px;
}
.ry_list dl dt{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}
.ry_list dl dt span{
    display: inline-block;
    font-size:50px;
    color: #00a1e9;
    font-family: "puhui65";
    line-height: 1;
    position: relative;
}
.ry_list dl dt span:after{
    content:'';
    position: absolute;
    left:0;
    bottom:-18px;
    width: 100%;
    height: 4px;
    background:#00a1e9;
}
.ry_list dl dt sub{
    font-size:18px;
    color: #292929;
    line-height: 1;
    margin-left: 8px;
    position: relative;
    top: -4px;
}
.ry_list dl dd{
    font-size:17px;
    color: #2f2f2f;
    font-family: "puhui65";
    margin-top:15px;
}
.ry_list dl:nth-child(3),.ry_list dl:nth-child(4){
    margin-bottom: 0;
}
.about4 .img{
    width: 54%;
}
.about5{
    background:#f4f4f4;
}
@media(max-width: 1600px){
    .n_t1 h2{
        font-size:42px;
    }
    .n_t1 p{
        font-size:15px;
    }
    .about1 .index_about_text .text{
        font-size:15px;
    }
    .qywh_list{
        margin-top:160px;
    }
    .qywh_list li .cont{
        padding:30px;
    }
    .qywh_list li .img{
        width:75px;
        height:75px;
        line-height:72px;
    }
    .qywh_list li .img img{
        max-height:32px;
    }
    .qywh_list li .text{
        padding-left:25px;
    }
    .qywh_list li .text h3{
        font-size:20px;
    }
    .qywh_list li .text p{
        font-size:14px;
    }
    .about3{
        padding:95px 0 85px;
    }
    .fzlc_b {
        margin: 70px 0 65px;
    }
    #fzlc_b .text .p1{
        font-size:90px;
        width:300px;
    }
    #fzlc_b .text .txt {
        width: calc(100% - 300px);
    }
    #fzlc_b .text .txt p{
        font-size:15px;
    }
    #fzlc_b .text .txt p:before{
        top:4px;
    }
    .fzlc_t{
        padding:0 100px;
    }
    #fzlc_t {
        width: calc(100% - 120px);
    }
    #fzlc .swiper-button-prev, #fzlc .swiper-button-next{
        width:60px;
        height:60px;
        top:19px;
    }
    #fzlc .swiper-button-prev{
        left:0;
    }
    #fzlc .swiper-button-next{
        right:0;
    }
    .about4{
        padding:95px 0;
    }
    .about4 .text .txt {
        font-size: 15px;
        margin: 25px 0 50px;
    }
    .ry_list dl{
        margin-bottom:40px;
    }
    .ry_list dl dt{
        padding-bottom:14px;
    }
    .ry_list dl dt span{
        font-size:42px;
    }
    .ry_list dl dt sub,.ry_list dl dd{
        font-size:15px;
    }
    .ry_list dl dd{
        margin-top:10px;
    }
}
@media(max-width: 1280px){
    .n_t1 h2{
        font-size:36px;
    } 
    .n_t1 p{
        font-size:14px;
        padding-top: 10px;
    }
    .about1 .index_about_text .text{
        font-size:14px;
        padding-top:0;
    }
    
    .about2,.about3,.about4{
        padding:75px 0;
    }
    .qywh_list{
        margin-top:100px;
    }
    #fzlc_b .text .p1{
        font-size:52px;
    }
    #fzlc_b .text .txt p{
        font-size:14px;
        padding-left:22px;
    }
    #fzlc_b .text .txt p font{
        font-size:14px;
    }
    #fzlc_b .text .txt p:before{
        top:3px;
    }
    #fzlc .swiper-button-prev, #fzlc .swiper-button-next {
        width: 40px;
        height: 40px;
        top: 27px;
    }
}
@media(max-width: 1199px){
    #fzlc_b .text .p1{
        font-size:42px;
    }    
}
@media(max-width: 991px){
    .n_t1 h2{
        font-size:32px;
    }
    .qywh_list{
        margin-top:60px;
    }
    .qywh_list li .cont{
        padding:20px;
        height:100%;
        display: block;
    }
    .qywh_list li .img {
        width: 65px;
        height: 65px;
        line-height: 62px;
        margin:0 auto;
    }
    .qywh_list li .text{
        width:100%;
        text-align:center;
        padding-left:0;
        padding-top:15px;
    }
    .qywh_list li .text h3 {
        font-size: 18px;
    }
    .qywh_list li:hover .cont{
        margin-top:0px;
    }
    .fzlc_b {
        margin: 55px 0 45px;
    }
    .fzlc_t:after{
        bottom:33px;
    }
    #fzlc_b .text .txt p{
        padding-left:22px;
    }
    #fzlc_b .text .p1 {
        font-size: 32px;
        width: 220px;
    }
    #fzlc_b .text .txt {
        width: calc(100% - 220px);
    }
    #fzlc_t {
        width: calc(100% - 100px);
    }
    #fzlc_t .swiper-slide{
        padding-bottom:60px;
    }
    #fzlc_t .swiper-slide:before{
        width:5px;
        height:5px;
        border:5px solid #00a1e9;
        margin-left:-7.5px;
    }
    #fzlc_t .swiper-slide:after{
        bottom: 19px;
        margin-left: -15px;
        width: 30px;
        height: 30px;
    }
    #fzlc .swiper-button-prev, #fzlc .swiper-button-next {
        width: 50px;
        height: 50px;
        top: 15px;
    }
    .about4 .text{
        padding-top:0;
    }
    .about4 .text .txt {
        font-size: 14px;
        margin: 15px 0 35px;
    }
}
@media(max-width: 820px){
    .n_t1 h2{
        font-size:28px;
    } 
    .fzlc_t {
        padding: 0 60px;
    }
    #fzlc_b .text .p1 {
        font-size: 26px;
        width: 165px;
    }
    #fzlc_b .text .txt{
        width: calc(100% - 165px);
    }
    #fzlc_t .swiper-slide{
        font-size:16px;
    }
    .about2,.about3,.about4{
        padding:55px 0;
    }
    .ry_list dl{
        margin-bottom:25px;
    }
    .ry_list dl dt span{
        font-size:36px;
    }
    .ry_list dl dt sub,.ry_list dl dd{
        font-size:14px;
    }
    .ry_list dl dd{
        margin-top:6px;
    }
    #fzlc .swiper-button-prev, #fzlc .swiper-button-next {
        top: 20px;
    }
}
@media(max-width: 640px){
    .n_t1 h2{
        font-size:22px;
    }
    .about2,.about3,.about4{
        padding:40px 0;
    }
    .qywh_list {
        margin-top: 35px;
    }
    .qywh_list li{
        width:100%;
        margin-right:0;
        margin-bottom:15px;
    }
    .qywh_list li:last-child{
        margin-bottom:0;
    }
    .qywh_list li .cont{
        display:flex;
    }
    .qywh_list li .text {
        padding-left: 20px;
        width: calc(100% - 65px);
        text-align:left;
        padding-top:0;
    }
    .qywh_list li .text p{
        margin-top:6px;
    }
    .fzlc_t {
        padding: 0 15px;
    }
    .fzlc_b {
        margin: 25px 0 20px;
    }
    #fzlc_b .text .p1 {
        font-size: 22px;
        width: 120px;
    }
    #fzlc_b .text .txt {
        width: calc(100% - 120px);
    }
    #fzlc_t {
        width: calc(100% - 80px);
    }
    #fzlc .swiper-button-prev, #fzlc .swiper-button-next {
        width: 40px;
        height: 40px;
        top: 20px;
    }
    .about4 .text,.about4 .img{
        width:100%;
    }
    .about4 .img{
        margin-top:25px;
    }
    .ry_list dl {
        margin-bottom: 15px;
    }
    .ry_list dl dt {
        padding-bottom: 10px;
    }
    .ry_list dl dt span {
        font-size: 32px;
    }
    .ry_list dl dt span:after{
        bottom:-15px;
        height:3px;
    }
}


/*产品*/
.n_product_top{
/*    background:url(../images/g-prolist.png) no-repeat 0;
    background-size: cover;*/
    position: relative;
/*    overflow: hidden;*/
}
.n_product_top_img{
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
    width: 100%;
}
.n_product_top_text{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:100px;
}
.n_product_top_text h2{
    font-size:58px;
    color: #1a1a1a;
    line-height: 1;
}
.n_product_top_text .text{
    font-size:25px;
    color: #1a1a1a;
    line-height: 1.6;
    padding: 0 74px 0 38px;
    border-left:2px solid #e0e0e0;
}
.n_product_top_text .text p{
    margin-bottom: 45px;
}
.more2 a{
    color: #00a1e9;
    font-size:18px;
}
.more2 a i{
    margin-left: 10px;
}
.more2 a i img{
    transition:all 0.6s ease-out;
}
.more2 a:hover i img{
    transform:rotate(45deg);
}
.n_product{
    padding:90px 0 120px;
}
.p_sort{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 60px;
}
.p_sort li{
    position: relative;
    margin-right: 98px;
}
.p_sort li:after{
    content:'';
    position: absolute;
    bottom:-1px;
    left:50%;
    width: 0%;
    height: 3px;
    background:#00a1e9;
    transition:all 0.3s ease-out;
}
.p_sort li:last-child{
    margin-right: 0;
}
.p_sort li a{
    text-align: center;
    padding-bottom: 25px;
    display: block;
}
.p_sort li a .img{
    line-height: 65px;
}
.p_sort li a p{
    font-size:20px;
    color: #4c4c4c;
    margin-top:5px;
    line-height: 1.6;
}

.p_sort li.cur:after{
    left:0;
    width: 100%;
}
.p_sort li.cur a p{
    color: #00a1e9;
    font-family: "puhui85";
}

.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 38px;
}
.product_list li:nth-child(4n){
    margin-right: 0;
}
.product_list li .img{
    background:#f0f2f7;
    line-height: 345px;
    height: 405px;
    text-align: center;
    padding:30px 25px;
}
.product_list li h3 a{
    font-size:20px;
    color: #333333;
    font-family: "puhui75";
    text-align: center;
    display: block;
    margin-top:25px;
    line-height: 1.6;
}
.product_list li:hover h3 a{
    color: #00a1e9;
}
.product_detail{
    padding:78px 0 152px;
}
.product_detail .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_detail .text{
    width: 42%;
}
.p_btn{
    margin:52px 0 62px;
    display: flex;
    flex-wrap: wrap;
}
.p_btn a{
    display: flex;
    justify-content: center;
    align-items:center;
    width: 157px;
    height: 47px;
    font-size:16px;
    color: #00a1e9;
    border:1px solid #00a1e9;
    border-radius: 23.5px;
}
.p_btn a:nth-child(1){
    margin-right: 30px;
    color: #fff;
    background:#00a1e9;
}
.p_btn a:nth-child(2){

}
.p_btn a:hover{
    box-shadow: 0 0 10px #00a1e9;
}
.p_detail{

}
.p_detail .cont{
    background: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:42px;
}
.p_detail .cont h3{
    font-size:25px;
    color: #1a1a1a;
    width: 40%;
    line-height: 1.4;
}
.p_detail .cont .txt{
    font-size:18px;
    color: #666666;
    width: 60%;
    line-height: 1.6;
}
.p_detail .cont .txt p{
    margin-bottom: 8px;
}
.p_detail .cont .txt p:last-child{
    margin-bottom: 0;
}
.p_detail .cont2{
    background:url(../images/p_bg1.jpg) no-repeat right center #f2f2f2;
    background-size: cover;
    margin-top:14px;
}
.product_detail .img{
    width: 45%;
}
@media(max-width: 1600px){
    .n_product{
        padding:90px 0;
    }
    .n_product_top_text{
        margin-top:75px;
    }
    .n_product_top_text h2{
        font-size:40px;
    }
    .n_product_top_text .text{
        font-size:16px;
    }
    .n_product_top_text .text p {
        margin-bottom: 30px;
    }
    .more2 a{
        font-size:15px;
    }
    .p_sort{
        margin-bottom:35px;
    }
    .p_sort li{
        margin-right:75px;
    }
    .p_sort li a{
        padding-bottom:15px;
    }
    .p_sort li a p{
        font-size:15px;
    }
    .product_list li{
        margin-bottom:25px;
    }
    .product_list li .img{
        height:300px;
        line-height:260px;
    }
    .product_list li h3 a{
        font-size:15px;
        margin-top:10px;
    }
    .product_detail{
        padding:75px 0 90px;
    }
    .p_btn {
        margin: 40px 0 40px;
    }
    .p_btn a{
        width:120px;
        height:42px;
        font-size:15px;
    }
    .p_detail .cont{
        padding:30px;
    }
    .p_detail .cont h3{
        font-size:22px;
    }
    .p_detail .cont .txt{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .n_product{
        padding:75px 0;
    }
    .sitemp {
        padding: 110px 0 0px;
    }
    .n_product_top_text{
        margin-top:60px;
    } 
    .n_product_top_text h2 {
        font-size: 32px;
    }
    .n_product_top_text .text{
        padding:0 50px 0 30px;
        font-size:15px;
    }
    .product_list li .img{
        height:260px;
        line-height:230px;
        padding:20px 15px;
    }
    .product_detail{
        padding:75px 0;
    }
    .product_detail .text{
        width:50%;
    }
    .p_btn {
        margin: 30px 0;
    }
    .p_btn a{
        width:100px;
        height:38px;
        font-size:14px;
    }
    .p_detail .cont{
        padding:20px;
    }
    .p_detail .cont h3{
        font-size:20px;
    }
    .p_detail .cont .txt{
        font-size:14px;
    }
}
@media(max-width: 1199px){
    .n_product_top_text h2 {
        font-size: 28px;
    }
    .n_product_top_text .text{
        padding:0 0px 0 25px;
    }  
    .p_sort li {
        margin-right: 55px;
    }
}
@media(max-width: 991px){
    .product_list li .img{
        height:220px;
        line-height:200px;
    }    
}
@media(max-width: 820px){
    .n_product,.product_detail{
        padding:55px 0;
    }
    .sitemp {
        padding: 90px 0 0px;
    }
    .n_product_top_text{
        margin-top:40px;
    }  
    .n_product_top_text h2 {
        font-size: 26px;
    }
    .p_sort li {
        margin-right: 40px;
    }
    .product_list li{
        margin-bottom:15px;
    }
    .product_list li .img{
        height:180px;
        line-height:150px;
    }  
    .product_list li h3 a{
        font-size:14px;
    }
}
@media(max-width: 640px){
    .n_product,.product_detail{
        padding:40px 0;
    }
    .sitemp{
        padding-top:20px;
    }
    .n_product_top_text{
        margin-top:30px;
    }
    .n_product_top_text h2 {
        font-size: 22px;
    }
    .n_product_top_text .text{
        font-size:14px;
        width:100%;
        padding-left:0;
        border-left:none;
        margin-top:10px;
    }
    .n_product_top_text .text p br{
        display:none;
    }
    .more2 a {
        font-size: 14px;
    }
    .p_sort{
        margin-bottom:20px;
    }
    .p_sort li {
        margin-right: 15px;
        margin-bottom:10px;
    }
    .p_sort li a{
        padding-bottom:10px;
    }
    .p_sort li a p {
        font-size: 14px;
    }
    .product_list li{
        width:49%;
    }
    .product_list li:nth-child(2n){
        margin-right:0;
    }
}
@media(max-width: 460px){
    .product_list li{
        width:100%;
        margin-right:0;
    }  
    .product_list li .img {
        height: auto;
        line-height: 1;
        padding:15px;
    }
    .product_list li h3 a{
        font-size:15px;
        margin-top:5px;
    }
    
    .product_detail .text,.product_detail .img{
        width:100%;
    }
    .p_btn a:nth-child(1){
        margin-right:15px;
    }
    .p_detail .cont h3{
        width:30%;
        font-size:17px;
    }
    .p_detail .cont .txt{
        width:70%;
    }
    .product_detail .img{
        margin-top:20px;
    }
}

/*解决方案*/
.yyly{
    padding:120px 0 175px;
    position: relative;
}
.yyly .wrap{
    display: flex;
    flex-wrap: wrap;
}
.yyly_l{
    width: 27.5%;
    position: relative;
}
.yyly_l .cont{
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 9;
}
.sort2{
    margin-top:110px;
}
.sort2 a{
    display: block;
    font-size: 22px;
    color: #cccfd3;
    margin-bottom: 20px;
    padding-left: 32px;
    position: relative;
}
.sort2 a:last-child{
    margin-bottom: 0;
}
.sort2 a.on{
    color: #4c4c4c;
}
.sort2 a.on:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-7px;
    width: 24px;
    height: 14px;
    background:url(../images/jt1.png) no-repeat center;
}
.yyly_r{
    width: 72.5%;
    max-width: 1160px;
}
.yyly_r dl{
    padding-bottom: 150px;
    position: relative;
}
.yyly_r dl:last-child{
    margin-bottom: 0;
}
.yyly_r dl dt{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.yyly_r dl dt .yyly_r_left{
    width: calc(100% - 387px);
}
.yyly_r dl dt .yyly_r_left h3{
    height: 110px;
    line-height: 110px;
    position: relative;
    font-size:30px;
    color: #323232;
    font-family: "puhui95";
    background:#f4f7f9;
    border-radius: 6px;
    padding:0 50px;
    margin-left:4px;
    width: calc(100% - 4px);
}
.yyly_r dl dt .yyly_r_left h3:before{
    content:'';
    position: absolute;
    top:0;
    left:-4px;
    width: 100%;
    height: 100%;
    background:#009fe8;
    z-index: -1;
    border-radius: 4px;
}
.yyly_r dl dt .yyly_r_left .txt{
    margin-top:25px;
    font-size:16px;
    color: #323232;
}
.yyly_r dl dt .img1{
    width: 349px;
    border-radius: 10px;
}
.yyly_r dl dd{
    margin-top:65px;
}
.yyly_r dl dd .img{
    border-radius: 10px;
}
.jjfa_scroll.swiper-container{
    padding-bottom: 40px;
}
.jjfa_scroll p{
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    margin-top:5px;
}
.jjfa_scroll .swiper-pagination{
    bottom:0;
}
@media(max-width: 1600px){
    .yyly{
        padding:95px 0;
    }
    .sort2 a{
        font-size:20px;
    }
    .yyly_r dl{
        padding-bottom:90px;
    }
    .yyly_r dl dt .yyly_r_left h3{
        height: 80px;
        line-height: 80px;
        font-size: 24px;
        padding: 0 40px;
    }
    .yyly_r dl dt .yyly_r_left .txt{
        margin-top: 15px;
        font-size: 14px;
    }
    .yyly_r dl dd{
        margin-top:40px;
    }
    .jjfa_scroll p{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .yyly{
        padding:75px 0;
    }
    .sort2 a{
        font-size:18px;
    }
    .yyly_r dl{
        padding-bottom:75px;
    }
    .yyly_r dl dt .yyly_r_left h3{
        height: 70px;
        line-height: 70px;
        font-size: 20px;
    }
}
@media(max-width: 1199px){
    .sort2 a{
        font-size: 16px;
    }
    .yyly_r dl dt .yyly_r_left {
        width: calc(100% - 369px);
    }
    .yyly_r dl dd{
        margin-top:25px;
    }
}
@media(max-width: 991px){
    .yyly_r dl dt .img1{
        width: 100%;
    }
    .yyly_r dl dt .yyly_r_left {
        width: 100%;
        margin-top:20px;
    }
    .yyly_r dl dt .yyly_r_left h3 {
        height: auto;
        line-height: 1;
        font-size: 18px;
        padding:15px 25px;
    }
    .yyly_r dl dt .yyly_r_left .txt{
        margin-top:10px;
    }
    .yyly_r dl dd {
        margin-top: 20px;
    }
}
@media(max-width: 820px){
    .yyly{
        padding:55px 0;
    }
    .yyly_r dl{
        padding-bottom:55px;
    }
}
@media(max-width: 640px){
    .yyly{
        padding:40px 0;
    }
    .yyly_l{
        width:100%;
    }
    .sort2{
        display:none;
    }
    .sort2 a{
        font-size:14px;
    }
    .yyly_r{
        width:100%;
        margin-top:25px;
    }
    .yyly_r dl{
        padding-bottom:40px;
    }
    .yyly_r dl dt .img1 img{
        width:100%;
    }
}

/*研发创新*/
.yf1{
    background:#edf1f5;
    text-align: center;
    padding:135px 0 0;
}
.jszs_scroll{
    margin-top:85px; 
    padding:0 5%;
    position: relative;
    overflow: visible;
}
.jszs_scroll .swiper-pagination{
    left:0;
    bottom:-20px;
    width: 100%;
    text-align: center;
    line-height: 10px;
}
.jszs_scroll .swiper-pagination-bullet{
    margin:0 5px;
}
.yf1_list{
    margin-top:85px;
    display: flex;
    padding:0 5%;
}
.yf1_list li{
    width: 22%;
    margin-right: 4%;
    text-align: center;
}
.yf1_list li:nth-child(4n){
    margin-right: 0;
}

.yf2{
    padding:135px 0 0;
}
.yf_top{
    display: flex;
    flex-wrap: wrap;
}
.yf_top .n_t1{
    width: 30%;
}
.yf_top .text{
    font-size:22px;
    color: #2f2f2f;
    line-height: 1.6;
    width: 70%;
}
.yf_top .text p{
    margin-bottom: 18px;
}
.yf_top .text p:last-child{
    margin-bottom: 0;
}
.js_team{
    margin-top:170px;
}
#js_team{
    padding-bottom: 75px;
}
.js_team img{
    border-radius: 10px;
}
#js_team .swiper-pagination{
    bottom: 0;
}
#js_team .swiper-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 18px;
    border-radius: 9px;
    background:#d1d1d1;
    margin:0 15px;
}
#js_team .swiper-pagination .swiper-pagination-bullet-active{
    width: 66px;
    background:#00a1e9;
}
.yf3{
    padding:120px 0 135px;
}
.yf3_list{
    margin-top:80px;
    display: flex;
    flex-wrap: wrap;
}
.yf3_list li{
    width: 32%;
    margin-right: 2%;
    background:#edf1f5;
    border-radius: 10px;
    padding:47px 43px;
    height: 394px;
}
.yf3_list li:nth-child(3n){
    margin-right: 0;
}
.yf3_list li .img{
    text-align: right;
    line-height: 176px;
    height: 150px;
}
.yf3_list li h3{
    font-size:50px;
    color: #00a1e9;
    font-family: "puhui65";
    line-height: 1;
    margin:0px 0 25px;
}
.yf3_list li .txt{
    font-size:16px;
    color: #2f2f2f;
    line-height: 1.6;
}
@media(max-width: 1600px){
    .yf1,.yf2{
        padding:95px 0 0;
    }
    .yf1_list,.jszs_scroll{
        margin-top:60px;
    }
    .yf1_list li{
        width:23.5%;
        margin-right:2%;
    }
    .yf_top .text{
        font-size:15px;
    }
    .js_team{
        margin-top:100px;
    }
    #js_team .swiper-pagination .swiper-pagination-bullet{
        height: 12px;
        border-radius: 6px;
        margin:0 10px;
    }
    #js_team .swiper-pagination .swiper-pagination-bullet-active{
        width: 50px;
    }
    .yf3{
        padding: 95px 0;
    }
    .yf3_list li{
        padding: 35px 25px;
        height:320px;
    }
    .yf3_list li .img{
        line-height: 110px;
        height: 90px;
    }
    .yf3_list li .img img{
        max-height:110px;
    }
    .yf3_list li h3{
        font-size:36px;
    }
    .yf3_list li .txt{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .yf1,.yf2{
        padding:75px 0 0;
    }
    .yf1_list,.jszs_scroll{
        margin-top:45px;
    }
    .yf3_list li h3{
        font-size:32px;
    } 
    .js_team,.yf3_list{
        margin-top:70px;
    }
    .yf3{
        padding: 75px 0;
    }
}
@media(max-width: 1099px){
    .yf3_list li h3{
        font-size:28px;
        margin: 0px 0 15px;
    }
}
@media(max-width: 820px){
    .yf1,.yf2{
        padding:55px 0 0;
    }
    .js_team,.yf3_list{
        margin-top:50px;
    }
    #js_team{
        padding-bottom:50px;
    }
    #js_team .swiper-pagination .swiper-pagination-bullet{
        width:20px;
        height: 10px;
        border-radius: 5px;
        margin:0 5px;
    }
    #js_team .swiper-pagination .swiper-pagination-bullet-active{
        width: 35px;
    }
    .yf3{
        padding: 55px 0;
    }
    .yf1_list,.jszs_scroll{
        margin-top:30px;
        padding:0 3%;
    }
    .yf3_list li{
        padding: 25px 20px;
        height:300px;
    }
    .yf3_list li .img{
        line-height: 90px;
        height: 70px;
    }
    .yf3_list li .img img{
        max-height:90px;
    }
    .yf3_list li h3{
        font-size:22px;
    }
}
@media(max-width: 640px){
    .yf1,.yf2{
        padding:40px 0 0;
    }
    .yf1_list,.jszs_scroll{
        margin-top:20px;
    }
    .yf_top .n_t1{
        width:100%;
    }
    .yf_top .text{
        width:100%;
        font-size:14px;
        margin-top:12px;
    }
    .js_team{
        margin-top:30px;
    }
    #js_team{
        padding-bottom:40px;
    }
    .yf3{
        padding: 40px 0;
    }
    .yf3_list{
        margin-top:30px;
    }
    .yf3_list li{
        width:100%;
        margin-right:0;
        margin-bottom:15px;
        height:auto;
    }
    .yf3_list li:last-child{
        margin-bottom:0;
    }
    .yf3_list li h3{
        font-size:18px;
    } 
}


/*新闻*/
.n_news{
    padding:95px 0 105px;
}
.sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sort li{
    margin-right: 15px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    display: flex;
    justify-content: center;
    align-items:center;
    width: 157px;
    height: 47px;
    background:#ededed;
    font-size:16px;
    color: #1a1a1a;
    font-family: "puhui45";
    line-height: 1.4;
    border-radius: 23.5px;
}
.sort li.cur a{
    color: #fff;
    background:#00a1e9;
}
.news_list{
    margin-top:58px;
}
.news_list li{
    margin-bottom: 55px;
}


.news_detail{
    padding:70px 0;
    max-width: 1200px;
    margin:0 auto;
}
h1.title{
    font-size: 28px;
    color: #333;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 30px;
    font-weight: normal;
}
.news_detail .content{
    font-size: 16px;
    margin-bottom: 25px;
}
@media(max-width: 1600px){
    .sort li a {
        width: 120px;
        height: 42px;
        font-size: 15px;
        border-radius: 21px;
    }
    .news_list{
        margin-top:45px;
    }
    .news_list li{
        margin-bottom:40px;
    }
    h1.title{
        font-size:24px;
    }
    .info_title {
        margin-bottom: 20px;
    }
    .news_detail .content{
        font-size: 15px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .n_news{
        padding:75px 0;
    }
    .sort li a {
        width: 100px;
        height: 40px;
        border-radius: 20px;
    }
    .news_list{
        margin-top:35px;
    }
    .news_list li{
        margin-bottom:30px;
    }
    h1.title{
        font-size:20px;
    } 
    .info_title{
        padding-bottom: 10px;
        margin-bottom:15px;
    }
    .news_detail{
        padding:50px 0;
    }
}
@media(max-width: 992px){
 
}
@media(max-width: 820px){
    .n_news{
        padding:55px 0;
    }
    .sort li a {
        width: 80px;
        height: 36px;
        border-radius: 18px;
        font-size:14px;
    }
    .news_list li{
        margin-bottom:25px;
    }
    h1.title{
        font-size:18px;
    }
}
@media(max-width: 640px){
    .n_news{
        padding:40px 0;
    }
    .sort li{
        margin-right:8px;
    }
    .sort li a {
        width: auto;
        padding:0 15px;
        height: 32px;
        border-radius: 16px;
        font-size:13px;
    }
    .news_list{
        margin-top:25px;
    }
    .news_list li{
        margin-bottom:15px;
    }
    .news_detail{
        padding:35px 0;
    }
    h1.title{
        font-size:18px;
    }
    .info_title {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }     
}


/*招聘*/
.job1{
    background:url(../images/job1.png) no-repeat top left;
    background-size: cover;
    margin-top:50px;
    padding:200px 98px 105px;
    color: #fff;
    width: 100%;
}
.job1 p{
    font-size:16px;
    line-height: 2.2;
    max-width: 550px;
}
.job1 p strong{
    display: block;
    font-size:44px;
    line-height: 1;
    margin-bottom: 30px;
}
.job2{
    padding:100px 0 50px;
}
.job_t1{
    text-align: center;
}
.job_t1 h2{
    font-size:44px;
    color: #333333;
    line-height: 1.2;
}
.job_t1 p{
    font-size:20px;
    line-height: 1.6;
    margin-top:10px;
}
.job2 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:75px;
}
.job2 ul li{
    text-align: center;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 70px;
}
.job2 ul li:nth-child(4n){
    margin-right: 0;
}
.job2 ul li .img1{
    width: 48px;
    margin:0 auto 28px;
}
.job2 ul li p{
    font-size: 24px;
    color: #333;
    line-height: 1;
}
#job3{
    background:#f1f1f1;
    padding:100px 0 130px;
}
#job3 h2{
    text-align: center;
    font-size:44px;
    color: #333333;
    line-height: 1;
    margin-bottom: 42px;
}
.job_list{

}
.job_list li{
    background:#ffffff;
    margin-bottom: 10px;
}
.job_top{
    padding:0 60px;    
}
.job_t{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    cursor: pointer;
}
.job_list li.on .job_t{
    border-bottom:1px solid #e0e0e0;
}
.j1{
   width: 31%;    
}
.j_name{
    font-size:20px;
    color: #333333;
    font-weight: bold;
}
.j_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 32px 0;
    width: 45%;
}
.j_c p{
    font-size:16px;
    color: #999999;
    padding-left: 24px;
}
.j_c p:nth-child(1){
    background:url(../images/job_ico1.png) no-repeat left center;
}
.j_c p:nth-child(2){
    background:url(../images/job_ico2.png) no-repeat left center;
}
.j_c p:nth-child(3){
    background:url(../images/job_ico3.png) no-repeat left center;
}
.j_c p:nth-child(4){
    background:url(../images/job_ico4.png) no-repeat left center;
}
.j_date{
    width: 24%;
    float: right;
    font-size:16px;
    color: #999999;
    text-align: right;
}
.j_date span{
    display: inline-block;
}
.job_t i{
    display: block;
    width: 14px;
    height: 30px;
    background:url(../images/j_down.png) no-repeat center;
}

.job_list li .j_cont{
    display: none;
    padding:70px 60px;
    transition: all 0.6s ease-out;
}
.j_cont1{
    display: flex;
    flex-wrap: wrap;
}
.j_cont1 h3{
    font-size:16px;
    color: #333;
    width: 95px;
}
.j_cont1_c{
    font-size:15px;
    color: #666666;
    width: calc(100% - 95px);
}
.j_cont2{
    margin:40px 0 110px;
}
.j_contact{
    background: #f2f2f2;
    color: #5b5b5b;
    border-radius: 6px;
}
.j_contact p{
    padding:0 40px;
    line-height: 64px;
    float: left;
    font-size:14px;
    color: #5b5b5b;
    font-family: "微软雅黑";
}
.j_contact a{
    display: block;
    float: right;
    width: 205px;
    line-height: 64px;
    background:#4d4d4d;
    font-size:18px;
    color: #fff;
    font-family: "puhui85";
    text-align:center;
    border-radius: 6px;
}
.job_list li.on .j_cont{
    display: block;
}
.job_list li.on .j_date img{
    transform:rotate(-180deg);
}


@media(max-width: 1600px){
    .job1 p strong,.job_t1 h2,#job3 h2{
        font-size:36px;
    }
    .job1 p,.job_t1 p{
        font-size:15px;
    }
    .job2 ul li{
        margin-bottom: 40px;
    }
    .job2 ul li .img1 {
        margin: 0 auto 22px;
    }
    .job2 ul li p{
        font-size:20px;
    }
    .job_top{
        padding:0 40px;
    }
    .j_c{
        padding:25px 0;
    }
    .job_list li .j_cont{
        padding:50px 40px;
    }
    .j_cont2{
        margin: 30px 0 70px;
    }
    .j_contact p{
        line-height: 50px;
        padding: 0 30px;
    }
    .j_contact a{
        line-height: 50px;
        width: 180px;
    }
}
@media(max-width: 1280px){
    .job1{
        padding:140px 50px 65px;
    }
    .job1 p strong,.job_t1 h2,#job3 h2{
        font-size:32px;
    }
    .job_top{
        padding:0 30px;
    }
    .j_c{
        padding:15px 0;
    }
    .job_list li .j_cont{
        padding:40px 30px;
    }
    .j_cont2{
        margin: 20px 0 35px;
    }
    .j_contact p{
        padding: 0 20px;
    }    
}
@media(max-width: 1024px){
    .job1 p strong,.job_t1 h2,#job3 h2{
        font-size:28px;
    }
    .job2 ul{
        margin-top:50px;
    }
    .job2 ul li {
        margin-bottom: 30px;
    }
    .job2 ul li .img1 {
        margin: 0 auto 18px;
    }
    .job2 ul li p{
        font-size:17px;
    }
}
@media(max-width: 820px){
    .job1{
        margin-top:0;
        padding: 101px 30px 30px;
    }
    .job1 p strong,.job_t1 h2,#job3 h2{
        font-size:24px;
    }
    .job1 p strong{
        margin-bottom: 15px;
    }
    .job2{
        padding: 75px 0 50px;
    }
    .job2 ul{
        margin-top:35px;
    }
    #job3{
        padding:75px 0;
    }
    .job_top {
        padding: 0 20px;
    }
    .j_name{
        font-size:16px;
    }
    .j_c p,.j_date{
        font-size:14px;
    }  
    .j_c p{
        padding: 0 20px;
    }  
    .job_list li .j_cont {
        padding: 30px 20px;
    } 
    .j_cont2{
        margin: 16px 0 25px;
    }
}
@media(max-width: 767px){
    .job1 {
/*        background: url(../images/job1.png) no-repeat top left;
        background-size: cover;*/
        padding: 60px 15px 25px;
    }
    .job1 p{
        line-height: 2em;
    }
    .job1 p, .job_t1 p {
        font-size: 14px;
    }
    .job1 p strong, .job_t1 h2, #job3 h2 {
        font-size: 22px;
    }
    .job2 {
        padding: 50px 0 30px;
    }
    .job2 ul li .img1{
        width: 40px;
        margin: 0 auto 15px;
    }
    .job2 ul li p{
        font-size:15px;
    }
    #job3{
        padding:50px 0;
    }
    #job3 h2{
        margin-bottom: 25px;
    }
    .job_list li{
        margin-bottom: 12px;
    }
    .job_top {
        padding: 0 10px;
    }
    .j_name{
        padding:5px 0;
        width: 76%;
    }
    .j_c,.j_c p{
        display: none;
    }
    .j_cont1 h3{
        width: 100%;
        font-size:15px;
    }
    .j_cont1_c{
        width: 100%;
        font-size:14px;
    }
    .job_list li .j_cont {
        padding: 20px 10px;
    }
    .j_contact{
        padding:15px 0 0;
    }
    .j_contact p{
        width: 100%;
        line-height: 2em;
        float: none;
    }
    .j_contact a{
        float: none;
        margin:15px auto 0;
        line-height: 42px;
        width: 120px;
        font-size:15px;
    }    
}


.n_contact{
    padding:110px 0 0;
}
.n_contact .wrap{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
}
.n_contact .text{
    width: 44%;
    padding-left: 58px;
    float: left;
}
.n_contact .text .n_t1{
    margin-bottom:40px;
}
.n_contact .text dl{
    background:#00a1e9;
    width: 100%;
    max-width: 620px;
    height: 190px;
/*    display: flex;
    flex-wrap: wrap;
    align-items: center;*/
    padding:35px 38px 15px;
    margin-bottom:10px;
    position: relative;
    border-radius: 6px;
}
.n_contact .text dl dt{
    font-size:24px;
    color: #ffffff;  
    width: 100%;  
    line-height: 1.4;
    margin-bottom: 6px;
}
.n_contact .text dl dd{
    font-size:16px;
    color: #fff;
    opacity: 0.7;
    width: 100%;  
    font-family: 'Arial';
    line-height: 1.8;
} 
.n_contact .text dl .img2{
    position: absolute;
    right:12px;
    bottom:12px;
}
.n_contact .index_about_map{
    position: relative;
    width: 51%;
    margin-right: -5%;
    float: right;
}
.message2{
    padding:0px 0 88px;
}
.message2 .wrap{
    padding-left: 58px;
}
.message2 h2{
    font-size:38px;
    color: #333333;
    line-height: 1.4;
}
.message2 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:44px;
}
.message2 ul li{
    margin-bottom:15px;
    width: 32%;
    margin-right: 2%;
}
.message2 ul li:nth-child(3){
    margin-right: 0;
}
.message2 ul li:last-child{
    width: 100%;
    margin-right: 0;
}
.message2 ul li input{
    outline: none;
    font-size: 16px;
    color: #808080;
    width: 100%;
    border: none;
    line-height: 74px;
    height: 74px;
    padding: 0 20px;
    display: block;
    background:#f0f0f0;
    border-radius: 6px; 
}
.message2 ul li textarea{
    outline: none;
    font-size: 16px;
    color: #808080;
    width: 100%;
    height: 120px;
    border: none;
    line-height: 74px;
    padding: 0 20px;
    display: block;
    background:#f0f0f0;
    border-radius: 6px; 
}
.mess_tn2 input{
    border: none;
    outline: none;
    display: block;
    width: 160px;
    height: 50px;
    font-size: 16px;
    font-weight: "puhui85;
    color: #fff;
    text-align: center;
    background: #00a1e9;
    margin: 30px auto 0;
    cursor: pointer; 
    border-radius: 6px;   
}
@media(max-width: 1600px){
    .n_contact {
        padding: 90px 0 0;
    }
    .n_contact .text{
        padding-left: 0;
    }
    .n_contact .text .n_t1{
        margin-bottom: 35px;
    }
    .n_contact .text dl{
        height: 170px;
        padding:20px 30px 15px;
    }
    .n_contact .text dl dt{
        font-size:20px;
    }
    .n_contact .text dl dd{
        font-size:15px;
    }
    .message2{
        padding:30px 0 90px;
    }
    .message2 .wrap{
        padding-left: 0px;
    }
    .message2 ul li input{
        line-height:45px;
        height:45px;
        font-size:15px;
    }
    .message2 ul li textarea{
        line-height:45px;
        font-size:15px;        
    }
}
@media(max-width: 1280px){
    .n_contact {
        padding: 75px 0 0;
    }
    .n_contact .img1{
        width:50%;
        display:flex;
        align-items:center;
    }
    .message2 ul{
        margin-top:35px;
    } 
    .n_contact .index_about_map{
        margin-right: 0;
    }   
}
@media(max-width: 1024px){
    .n_contact .text{
        padding-top: 15px;
    }
    .n_contact .text dl{
        height: 150px;
        padding:15px 25px 15px;
    }
    .n_contact .text dl dt{
        font-size:18px;
    }
}
@media(max-width: 820px){
    .n_contact {
        padding: 55px 0 0;
    }
    .n_contact .text .n_t1{
        margin-bottom: 20px;
    }
    .n_contact .text dl{
        height: auto;
        padding:15px 20px 15px;
    }
    .n_contact .text dl dd {
        font-size: 14px;
    }
    .message2{
        padding: 20px 0 70px;
    }
    .message2 h2{
        font-size:20px;
    }
    .message2 ul {
        margin-top: 25px;
    }
}
@media(max-width: 640px){
    .n_contact{
        padding: 40px 0 0;
    }
    .n_contact .text{
        width:100%;
    }
    .n_contact .index_about_map{
        width: 100%;
    }
    .n_contact .img1{
        width:100%;
        margin-right:0;
    }
    .n_contact .text dl {
/*        height: 120px;*/
    }
    .n_contact .text dl dt {
        font-size: 16px;
    }
    .n_contact .text dl dd {
        font-size: 14px;
    }
    .message2{
        padding: 30px 0 40px;
    }
    .message2 ul {
        margin-top: 20px;
    }
    .message2 ul li{
        width:100%;
        margin-right:0;
        margin-bottom:12px;
    }
    .mess_tn2 input{
        width: 140px;
        height: 45px;
        font-size: 15px;
        margin: 15px auto 0;
    }
}


/*留言*/
.message{
    padding:105px 0 110px;
    background:#f0f3f7;
}
.message h2{
    font-size:40px;
    color: #1a1a1a;
    line-height: 1.3;
    font-family: "puhui65";
    margin-bottom: 40px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.message ul li:nth-child(2n){
    margin-right: 0;
}
.message ul li:last-child{
    margin-right: 0;
    width: 100%;
    margin-bottom:0;
}
.message ul li input{
    width: 100%;
    background:#fff;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 60px;
    border:none;
    outline: none;
    border-radius: 4px;
    display: block;
}
.message ul li textarea{
    width: 100%;
    background:#fff;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 180px;
    border:none;
    outline: none;
    border-radius: 4px;
    display: block;
    font-family: "puhui55";
}
.msgbtn{
    width: 160px;
    height: 60px;
    font-size:18px;
    color: #fff;
    background:#009fe8;
    border-radius: 6px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin:50px auto 0;
    border:none;
    outline: none;
    cursor: pointer;
}
@media(max-width: 1600px){
    .message h2{
        font-size:32px;
    }
    .message ul li{
        margin-bottom: 15px;
    }
    .message ul li input {
        padding: 0px 20px;
        font-size: 16px;
        line-height: 50px;
        height: 50px;
    }
    .message ul li textarea{
        padding: 0px 20px;
        font-size: 16px;
        line-height: 50px;
        height: 200px;        
    }
}
@media(max-width: 1280px){
    .message{
        padding:75px 0;
    }
}
@media(max-width: 1099px){   
    .message h2{
        font-size:28px;
    }
}
@media(max-width: 991px){
    .message ul li input {
        padding: 0px 15px;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
    .message ul li textarea{
        padding: 0px 15px;
        font-size: 14px;
        line-height: 40px;
        height: 160px;        
    }   
}
@media(max-width: 820px){
    .message{
        padding:50px 0;
    } 
}
@media(max-width: 640px){
    .message{
        padding:35px 0;
    }
    .message h2{
        font-size:24px;
        margin-bottom: 25px;
    }
    .message ul li{
        margin-bottom: 10px;
    }
    .message ul li textarea{
        height: 120px;
    }
    .msgbtn {
        width: 120px;
        height: 50px;
        font-size: 17px;
        margin: 30px auto 0;
    }
}
@media(max-width: 460px){
    .message ul li{
        width: 100%;
        margin-right: 0;
    }
}






h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 200px;
    left:-205px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #00a2e7;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
}
@media(max-width: 991px){
    .online-server{
        display: none!important;
    }
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#2b70bb;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #2b70bb;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #ef8200;
    vertical-align: middle;
    border: 1px solid #ef8200; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #00a1e9;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
}


/*客服1*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 客服2 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 9;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    transition: all .5s;
    position: relative;
    z-index:9;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index:8;
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 60px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #ffaf04;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none;
    }
}


/*客服3*/
.Fast_contact {
    height: 265px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}

.Fast_contact ul li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #d9d9d9;
}

.Fast_contact ul > li.onlineservice_li > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.Fast_contact ul > li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.onlineService_qq {
    background-image: url("../images/fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_form {
    background-image: url("../images/fastform.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Fast_contact ul > li.onlineservice_li > a.onlineService_tel {
    width: 30px;
    height: 30px;
    background-image: url("../images/fastphone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_whatsApp {
    background-image: url("../images/fast.png");
    background-repeat: no-repeat;
    background-position: 0 -139px;
}

.onlineService_email {
    background-image: url("../images/fast.png");
    background-repeat: no-repeat;
    background-position: 0 -111px;
}

.onlineService_skype {
    background-image: url("../images/fast.png");
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.onlineService_wechat {
    background-image: url("../images/fast.png");
    background-repeat: no-repeat;
    background-position: 0 -266px;
}

.for_wechat span {
    display: block;
    text-align: center;
}

.onlineservice_tips {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
}

.onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}

.onlineservice_tips li a.for_wechat {
    height: auto;
}

.onlineservice_tips li a.for_wechat img {
    max-width: 240px;
}

.onlineservice_tips li a:hover {
    text-decoration: underline;
}

.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
@media(max-width:1220px){
    .Fast_contact{
        display:none;
}