/*Ã¥Â¤Â´Ã©Æ’Â¨Ã¦Â Â·Ã¥Â¼Â*/
header{
    display: block;
    position: fixed;
    top:0;
    left:0;
    background: #fff;
    z-index: 999999;
    width: 100%;
    box-shadow: 0px 0px 10px #ccc;
}
.h108{
    width: 100%;
    height: 108px;
}
.head{
    padding:0 88px;
    height: 108px;
    display: flex;
    justify-content: space-between;
    position: relative;
    box-shadow: 0px 0px 10px #ccc;
}
.wrap{
    width: 85%;
    max-width: 1500px;
    margin:0 auto;
}
.logo{
    display: flex;
    align-items: center;
}
.head_r{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.head_top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
/*    margin-top:10px;*/
}
.language{
    display: block;
    position: relative;
    cursor: pointer;
}
.language p{
    color: #666666;
    padding-left: 22px;
    font-size:12px;
    line-height: 40px;
    background:url(../images/language.gif) no-repeat left center;
    background-size: 15px;
}
.language_a{
    position: absolute;
    top:38px;
    left:0;
    background:#fff;
    width: 100%;
/*    box-shadow: 0 0 10px #ccc;*/
    display: none;
    z-index: 9999;
}
.language:hover .language_a{
    display: block;
}
.language_a a{
    display: block;
    font-size:15px;
    color: #333;
    text-align: center;
}
.language_a a:hover{
    color: #fff;
    background:#144a90;
}
a.h_a1{
    display: block;
    font-size:12px;
    color: #666666;
    margin :0 35px;
}
.search{

}
#formsearch{
    display: flex;
    width: 136px;
    height: 32px;
    border:none;
    outline: none;
    padding:0 12px;
    background:#f0f0f0;
    border-radius: 16px;
    overflow: hidden;
}
#keyword{
    font-size:12px;
    color: #999999;
    width: calc(100% - 16px);
    border:none;
    outline: none;
    background:#f0f0f0;
}
#s_btn{
    width: 16px;
    background:url(../images/ss2.png) no-repeat center #f0f0f0;
    border:none;
    outline: none;
    cursor: pointer;
}

.head_bottom{
    display: flex;
    align-items: center;
}   
.nav{
    display: flex;
    flex-wrap: wrap;
}
.nav li{
    margin-right:55px;
}
.nav li a.a1{
    display: block;
    font-size:18px;
    color: #000;
    font-family: "puhui65";
    line-height: 58px;
}
.nav li:hover a.a1{
    color: #144a90;
}
.b_nav{
    display: none;
}
.b_nav2{
    display: none;
    position: absolute;
    top:108px;
    left:0;
    z-index: 99;
    background: #fff;
    width: 100%;
    border-top:1px solid #dbdbdb;
    padding:80px 0 100px;
}
.b_nav3{
    display: none;
    position: absolute;
    top:108px;
    left:0;
    z-index: 99;
    background: #f0f0f0;
    width: 100%;
    /* height: 550px; */
    box-shadow: 0 0 10px #ccc inset;
}
.b_nav3_l_t{
    font-size: 22px;
    /*color: #666666;*/
    line-height: 1;
    margin-bottom: 17px;
    padding-left:26px;
    font-family: "puhui85";
    font-weight: bold;
    color: #144a90;
}
.b_nav3_cont{
    display: flex;
    /*height: 100%;*/
    min-height: 750px;
}
.b_nav3_left{
    width: 24.5%;
    padding:85px 62px 62px 88px;
    border-right: 1px solid #f0f0f0;
    background: #fff;
    border-top:1px solid #f0f0f0;
}
.nav_li1{
    border-top: 1px solid #f0f0f0;
}
.nav_li1 p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 26px;
    height: 60px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}
.nav_li1 p span{
    font-size: 16px;
    color: #333333;   
    width: calc(100% - 22px);
    font-family: "puhui45";
}
.nav_li1 p i{
    display: block;
    width: 19px;
    height: 14px;
    background: url(../images/nav_p_more.png) no-repeat center;
}
.nav_li1 p:hover,.nav_li1 p.cur{
    border-bottom: 1px solid #144a90;
}
.nav_li1 p.cur span,.nav_li1 p:hover span{
    font-family: "puhui85";
    color: #144a90;
    font-weight: bold;
}
.nav_li1 p.cur i,.nav_li1 p:hover i{
    background: url(../images/nav_p_more_h.png) no-repeat center;
}
.b_nav3_right{
    width: 78.125%;
}
.nav_tabs{
    display: none;
    visibility: hidden;
    height: 100%;
}
.nav_tabs.cur{
    display: flex;
    visibility: visible;
}
.b_nav3_m{
    width: 30%;
    padding:85px 60px 62px 60px;
    border-right: 1px solid #f0f0f0;
    background: #fff;
        border-top:1px solid #f0f0f0;
}
.b_nav3_m .cont2{
    
}
/*.b_nav3_l_t2{*/
/*    padding-left: 18px;*/
/*}*/
.b_nav3_m .cont2,.p_guige{
    border-top: 1px solid #f0f0f0;
}
.b_nav3_m .cont2 p,.p_guige p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px 0 26px;
    height: 46px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;    
}
.b_nav3_m .cont2 p span,.p_guige p span{
    font-size: 16px;
    color: #666666;
}
.b_nav3_m .cont2 p i,.p_guige p i{
    display: block;
    width: 19px;
    height: 14px;
    background: url(../images/nav_p_more.png) no-repeat center;
}
/*.b_nav3_m .cont2 p.cur,.p_guige p.cur{*/
/*    background: #f0f0f0;*/
/*}*/
.b_nav3_m .cont2 p.cur,.p_guige p.cur,.b_nav3_m .cont2 p:hover,.p_guige p:hover{
    border-bottom: 1px solid #144a90;
}
.b_nav3_m .cont2 p.cur span,.p_guige p.cur span,.b_nav3_m .cont2 p:hover span,.p_guige p:hover span{
    font-family: "puhui85";
    color: #144a90;
    font-weight: bold;
}
.b_nav3_m .cont2 p.cur i,.p_guige p.cur i,.b_nav3_m .cont2 p:hover i,.p_guige p:hover i{
    background: url(../images/nav_p_more_h.png) no-repeat center;
}
.b_nav3_r{
    width: 70%;
}
.nav_img{
    width: 100%;
    height: 100%;
}
.nav_img a{
    display: none;
    visibility: hidden;
    /*background: url(../images/nav_p_bg.jpg) no-repeat center;*/
    /*background-size: cover;*/
    padding:50px 0;  
    height: 100%;
    background: #fff;
        border-top:1px solid #f0f0f0;
}
.nav_img a.cur{
    visibility: visible;
    display: flex;
    align-items: center;
    width: 100%;
}
.nav_img a .img2{
    width: 60%;
    text-align: center;
    padding: 0 60px;
}
.nav_img a .img2 img{
    max-height: 100%;
    max-width: 100%;
}
.nav_img a .text2{
    width: 40%;
    padding-right: 88px;
}
.nav_img a .text2 .p4{
    font-size: 18px;
    color: #000000;
    line-height: 1;
    font-family: "puhui85";
    font-weight: bold;
}
.nav_img a .text2 .txt2{
    margin: 24px 0 30px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
}
.nav_img a .text2 .txt2 li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.nav_img a .text2 .txt2 li p{
    font-size: 14px;
    color: #000;
    line-height: 1.8;
    padding-bottom: 10px;
    width: 50%;
    max-width: 120px;
    font-family: "puhui45";
}
.nav_img a .text2 .txt2 p strong{
    display: block;
    font-weight: normal;
    color: #000000;
    font-family: "puhui55";
}
.nav_img a .text2 span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    background: #144a90;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}
.b_nav3_r2{
    display: none;
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.b_nav3_r2.cur{
    display: flex;
    visibility: visible;
}
.nav_cont2{
    width: 75.5%;
}
.b_nav3_r_l{
    width: 30%;
    padding: 80px 60px 62px 55px;
    border-right: 1px solid #f0f0f0;
    background: #fff;
        border-top:1px solid #f0f0f0;
}
.b_nav3_r_r{
    width: 70%;
}
.b_nav3_left.on{
    display: none;
}
.b_nav3_right.on{
    width: 100%;
}
.b_nav3_right.on .b_nav3_m{
    width: 24.5%;
    padding:80px 60px 62px 88px;
}
.b_nav3_m{
    position: relative;
}
.b_nav3_l_t3{
    position: absolute;
    top:25px;
    left:88px;
    font-size: 16px;
    color: #000000;
    font-family: "puhui65px";
    display: none;
}
.b_nav3_l_t3 i{
    display: block;
    width: 19px;
    height: 14px;
    background: url(../images/nav_p_more.png) no-repeat center;
    margin-right: 12px;
}
.b_nav3_l_t3.on{
    padding-left: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.b_nav3_l_t4.on{
    display: none;
}

.h_tel{
    font-size:18px;
    color: #144a90;
    font-weight: bold;
    padding-left: 30px;
    background: url(../images/h_tel3.png) no-repeat left center;
}
#index_main .swiper-pagination1{
    left:25px;
    width: 10px;
}
#index_main .swiper-pagination1 span{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #f39800;
    margin: 18px 0;
    position: relative;
    opacity: 1;
}
#index_main .swiper-pagination1 span:after{
    content:'';
    width: 18px;
    height: 18px;
    border:1px solid #f39800;
    position: absolute;
    top:50%;
    left:50%;
    margin:-10px 0 0 -10px;
    border-radius: 50%;
    opacity: 0;
}
#index_main .swiper-pagination1 span.swiper-pagination-bullet-active:after{
    opacity: 1;
}
@media(max-width: 1600px){
    .head{
        padding:0 60px;
    }
    .wrap{
        width: 88%;
    }
    .nav li{
        margin-right:50px;
    }
    .b_nav3_cont{
        min-height:700px;
    }
    .b_nav3_left{
        padding:65px 50px 45px 60px;
    }
    .b_nav3_l_t{
        padding-left:15px;
        font-size:20px;
    }
    .nav_li1 p{
        padding-left:15px;
    }
    .b_nav3_m .cont2 p, .p_guige p{
        padding:0 18px 0 15px;
        height:40px;
    }
    .b_nav3_m .cont2 p span, .p_guige p span{
        font-size:15px;
    }
    .b_nav3_m {
        padding: 65px 50px 45px 60px;
    }
    .nav_img a{
        padding:40px 0;
    }
    .nav_img a .img2{
        padding:0 35px;
        width:55%;
    }
    .nav_img a .text2{
        width:45%;
        padding-right:60px;
    }
    .nav_img a .text2 .txt2 {
        margin: 15px 0 20px;
    }
    .nav_img a .text2 .txt2 li p{
        padding-bottom:5px;
    }
}
@media(max-width: 1280px){
    .head{
        padding:0 50px;
    }   
    .nav li{
        margin-right:35px;
    }
    .nav li a.a1{
        font-size:16px;
    }
    #index_main .swiper-pagination1{
        left:10px;
    }
    #index_main .swiper-pagination1 span{
        width:6px;
        height:6px;
    }
    #index_main .swiper-pagination1 span:after{
        width:12px;
        height:12px;
        margin: -7px 0 0 -7px;
    }
    .b_nav3_left{
        padding:50px 35px 30px 50px;
    }
    .b_nav3_m {
        padding: 50px 35px 30px 50px;
    }
    .nav_img a .img2{
        padding:0 20px;
        width:50%;
    }
    .nav_img a .text2{
        width:50%;
        padding-right:50px;
    }
}
@media(max-width: 1024px){
    html, body{
        overflow-y: visible!important;
        height:100%;
    }
    .head{
        padding:0 3%;
        height:90px;
    }
    .wrap{
        width: 90%;
    } 
    .nav li{
        margin-right:25px;
    }
    .nav li a.a1{
        line-height:45px;
    }
    .h108{
        height:90px;
    }
    .logo img{
        max-height:42px;
    }
    .b_nav3{
        top:90px;
        display:none!important;
        visibility:hidden;
    }
}
@media(max-width: 820px){
    .head{
        padding:0 2%;
        justify-content:space-between;
        align-items: center;
        height:70px;
    }
    .wrap{
        width: calc(100% - 40px);
    }   
    .head_top,.nav{
        display:none;
    }
    .head_bottom{
        flex-direction:row-reverse;
    }
    .h_tel{
        margin-right:15px;
    }
    .h108{
        height:70px;
    }
}
@media(max-width: 640px){
    .head{
        height:60px;
    } 
    .h108{
        height:60px;
    }
}



.swiper-wrap {
    width: 100vw;
    height: calc(100vh - 108px);
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
}
.swiper-wrap .swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-wrap .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#c-banner1{
    /*background:url(../images/banner_bg.jpg) no-repeat center;*/
    /*background-size: cover;*/
    /*height: calc(100vh - 108px);*/
}
#c-banner1 .swiper-wrap{
    height: 100%;
}
#c-banner1 .img2{
    opacity: 0;
}
#c-banner1 .swiper-pagination{
    text-align: left;
    padding-left: 88px;
    font-size:14px;
    color:#666666;
    line-height: 1;
    bottom:52px;
    opacity: 1;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet{
    opacity: 1;
    background:none;
    width: 20px;
    height: 14px;
    color: #666666;
    opacity: 1;
    text-align: center;
    position: relative;

}
#c-banner1 .swiper-pagination .swiper-pagination-bullet:last-child:after{
    display: none;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet-active{
    margin-right: 65px;
    color: #144a90;
    /*font-weight: normal;*/
    font-weight: bold;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet-active:after{
    content:'';
    position: absolute;
    left:30px;
    top:50%;
    margin-top:-0.5px;
    width: 46px;
    height: 1px;
    background:#144a90;
}

.banner_text{
    display: none;
}
@media(max-width:1600px){
    #c-banner1 .swiper-pagination{
        padding-left:60px;
    }
}
@media(max-width:1280px){
    #c-banner1 .swiper-pagination{
        padding-left:50px;
    }    
}
@media(max-width:1024px){
    .swiper-wrap{
        height: calc(100vh - 90px);
    } 
    /*.swiper-wrap{*/
    /*    height:auto;*/
    /*}*/
}
@media(max-width:820px){
    .swiper-wrap {
        height: calc(100vh - 70px);
    }
    #c-banner1 .swiper-slide{
        background:none!important;
    }
    #c-banner1 .m_img{
        display:block;
    }
    #c-banner1 .swiper-pagination{
        padding-left:3%;
        bottom:60px;
    }
}
@media(max-width:640px){
    .swiper-wrap {
        height: calc(100vh - 60px);
    }
    #c-banner1 .swiper-pagination{
        padding-left:2%;
        bottom:80px;
    }  
    #c-banner1 .swiper-slide,#c-banner1 .swiper-slide .m_img,#c-banner1 .swiper-slide .m_img img{
        height:100%;
    }
}

.index-2{
    background: url(../images/index1_bg.jpg) no-repeat center;
    background-size: cover;
}
.index_product{
    padding:85px 0 35px;
}
.index_p_li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:35px 0 22px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.swiper-slide-active .index_p_li{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99) 0.3s;
    transition: all .8s cubic-bezier(.69, .27, .45, .99) 0.3s;
    transition-delay: 300ms;
}
.index_p_li li{
    padding:0 30px;
    height: 50px;
    display: flex;
    align-items: center;
    border:1px solid #ced9e7;
    border-radius: 6px;
    margin-right: 12px;
    font-size: 18px;
    color: #333333;
    font-family: "puhui65";
    cursor: pointer;
}
.index_p_li li:last-child{
    margin-right: 0;
}
.index_p_li li.cur{
    border:1px solid #f39800;
    background: #f39800;
    color: #fff;
}
.index_p_c{
    position: relative;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.swiper-slide-active .index_p_c{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1.2s cubic-bezier(.69, .27, .45, .99) 0.3s;
    transition: all 1.2s cubic-bezier(.69, .27, .45, .99) 0.3s;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}
.index_p_tab{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    opacity: 0;
}
.index_p_tab.cur {
    opacity: 1;
    z-index: 999;
}
.index_p_tab a.swiper-slide{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.index_p_tab a.swiper-slide .text{
    width: 30%;
}
.index_p_tab a.swiper-slide .text h3{
    font-size: 32px;
    color: #323232;
    font-family: "puhui65";
    font-weight: normal;
    line-height: 1.2;
    max-width: 390px;
}
.index_p_tab a.swiper-slide .text .txt{
    font-size: 16px;
    color: #808080;
    line-height: 1.4;
    margin:25px 0 70px;
    max-width: 390px;
}
.index_p_tab a.swiper-slide .text span{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 180px;
    height: 52px;
    background: #f39800;
    border-radius: 6px;
    padding:0 14px 0 30px;
    color: #fff;
    font-size: 16px;
}
.index_p_tab a.swiper-slide .text span i{
    display: block;
    width: 33px;
    height: 32px;
    background: url(../images/more3.png) no-repeat center;
    background-size: contain;
    border-radius: 50%;
    overflow: hidden;
}
.index_p_tab a.swiper-slide .img1{
    text-align: center;
    width: 40%;
}
.index_p_tab a.swiper-slide .img1 img{
    max-height: 390px;
}
.index_product_btn{
    position: absolute;
    right:0;
    top:0;
    width: 75px;
    height: 100%;
}
.index_product_btn_c{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index_p_tab .swiper-button-prev{
    position: relative;
    top:0;
    left:0;
    margin-top:0;
    width: 75px;
    height: 75px;
    background: url(../images/right5.png) no-repeat center #fff;
    border-radius: 50%;
    transform: rotate(-180deg);
    margin-top:30px;
}
.index_p_tab .swiper-button-next{
    position: relative;
    top:0;
    left:0;
    margin-top:0;
    width: 75px;
    height: 75px;
    background: url(../images/right5.png) no-repeat center #fff;  
    border-radius: 50%;
}
.index_p_tab .swiper-button-prev:hover{
    background: url(../images/left5.png) no-repeat center #f39800;
    transform: rotate(0deg);
}
.index_p_tab .swiper-button-next:hover{
    background: url(../images/left5.png) no-repeat center #f39800;
    transform: rotate(-180deg);
}
@media(max-width:1600px){

    .index_p_li li{
        font-size:15px;
        padding:0 18px;
        height:46px;
    } 
    .index_p_tab a.swiper-slide .text h3{
        font-size:24px;
    }
    .index_p_tab a.swiper-slide .text .txt{
        font-size:15px;
    }
    .index_p_tab a.swiper-slide .text span {
        width: 150px;
        height: 46px;
        padding: 0 14px 0 15px;
        font-size: 15px;
    }
    .index_p_tab a.swiper-slide .text span i {
        width: 28px;
        height: 27px;
    }
    .index_product_btn{
        width:55px;
    }
    .index_p_tab .swiper-button-next,.index_p_tab .swiper-button-prev{
        width:55px;
        height:55px;
    }
    .index_p_tab a.swiper-slide .img1 img{
        max-height:240px;
    }
}
@media(max-width:1280px){
    .index_product{
        padding:70px 0 35px;
    }
    .index_p_tab a.swiper-slide .text h3 {
        font-size: 20px;
    }
    .index_p_tab a.swiper-slide .img1 img{
        max-height:220px;
    }
}
@media(max-width:1024px){
    .index_product{
        padding:50px 0 35px;
    }
    .index_p_li{
        margin: 30px 0 20px;
    }
    .index_p_li li {
        font-size: 14px;
        padding: 0 15px;
        height: 42px;
    }
    .index_p_tab a.swiper-slide .text h3 {
        font-size: 16px;
    }
    .index_p_tab a.swiper-slide .img1 img{
        max-height:240px;
    }
    .index_p_tab a.swiper-slide .text .txt {
        font-size: 14px;
        margin: 15px 0 40px;
    }
    .index_product_btn{
        width:45px;
    }
    .index_p_tab .swiper-button-next,.index_p_tab .swiper-button-prev{
        width:45px;
        height:45px;
    }
}
@media(max-width:991px){
    .index_p_tab a.swiper-slide .text{
        width:100%;
        padding-top:30px;
    }
    .index_p_tab a.swiper-slide .text h3{
        max-width:100%;
        text-align:center;
    }
    .index_p_tab a.swiper-slide .text .txt {
        margin: 15px auto 40px;
    }
    .index_p_tab a.swiper-slide .text span{
        margin:0 auto
    }
    .index_p_tab a.swiper-slide .img1{
        width:100%;
        margin-top:30px;
    }
}
@media(max-width:820px){
    .index_p_li li {
        font-size: 13px;
        padding: 0px 12px;
        height: 40px;
        margin-bottom:5px;
    }
}
@media(max-width:640px){
    .index_product{
        padding:50px 0 20px;
    }
    .index_p_li {
        margin: 25px 0 20px;
    }
    .index_p_li li {
        padding: 0px 8px;
        margin-right:10px;
    }
    .index_p_tab a.swiper-slide .text{
        padding-top:10px;
    }
    .index_p_tab a.swiper-slide .text .txt {
        margin: 15px auto 0px;
        text-align:center;
        padding:0 10px;
    }
    .index_p_tab a.swiper-slide .text span{
        display:none;
    }
    .index_p_tab a.swiper-slide .img1{
        margin-top:20px;
    }
    .index_p_tab a.swiper-slide .img1 img{
        max-width:60%;
    }
    .index_product_btn{
        display:none;
    }
}


.index1 .wrap{
    position: relative;
}
#index_product{
    padding:110px 0 140px;
    text-align: center;
}
#index_product .swiper-slide{
    padding:75px 90px 110px;
    border-right: 1px solid #f0f0f0;
}
#index_product h1 a{
    font-size:30px;
    color: #333333;
    font-weight: normal;
    line-height: 1;
}
#index_product .p1{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    margin:22px 0 70px;
    height: 4em;
}
#index_product .p1 a{
    font-size:18px;
    color: #333333;
    padding:0 14px;
    position: relative;
    line-height: 2em;
    max-height: 36px;
    width: 33.333%;
}
#index_product .p1 a:hover{
    color: #02509a;
}
#index_product .p1 a:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    width: 1px;
    height: 20px;
    background:#333333;
    margin-top:-10px;
}
/*#index_product .p1 a:first-child{*/
/*    padding-left: 0;*/
/*}*/
/*#index_product .p1 a:last-child{*/
/*    padding-right: 0;*/
/*}*/
#index_product .p1 a:nth-child(3n):after,#index_product .p1 a:last-child:after{
    display: none;
}
#index_product .img:hover img{
    transform:scale(1.05);
}
.index1 .swiper-button-prev,.index1 .swiper-button-next{
    width: 17px;
    height: 46px;
    margin-top:-23px;
}
.index1 .swiper-button-prev{
    background:url(../images/left1.png) no-repeat center;
    left:-42px;
}
.index1 .swiper-button-next{
    background:url(../images/right1.png) no-repeat center;
    right:-42px;
}
#index_product .swiper-pagination{
    display: none;
}
@media(max-width: 1600px){
    #index_product{
        padding:70px 0;
    }
    #index_product .swiper-slide {
        padding: 50px 35px 70px;
    }
    #index_product h1 a{
        font-size: 24px;
    }
    #index_product .p1{
        margin: 22px 0 60px;
    }
    #index_product .p1 a{
        font-size:15px;
        max-height:28px;
    }
}
@media(max-width: 1280px){
    #index_product .swiper-slide {
        padding: 35px 30px;
    }
    .index1 .swiper-button-prev{
        left:-35px;
    }
    .index1 .swiper-button-next{
        right:-35px;
    }
    #index_product .p1 a{
        font-size:14px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    #index_product{
        padding:55px 0;
    }
    #index_product .swiper-slide {
        padding: 25px 20px;
    }
    #index_product .p1 {
        margin: 20px 0 40px;
    }
    .index1 .swiper-button-prev {
        left: -20px;
    }
    .index1 .swiper-button-next {
        right: -20px;
    }
}
@media(max-width: 640px){
    #index_product{
        padding:35px 0;
    }
    #index_product .swiper-slide{
        padding:10px 0;
        border:none;
    }
    #index_product h1 a {
        font-size: 20px;
    }
    #index_product .p1 a{
        padding:0 12px;
    }
    #index_product .img{
        padding:0 10%;
    }
    #index_product .swiper-pagination{
        display: block;
    }
    .index1 .swiper-button-next,.index1 .swiper-button-prev{
        display:none;
    }
}


.index2{
    position: relative;
    width: 100%;
    height: 900px;
    overflow: hidden;
}
.index2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 88px;
    height: 100%;
    width: 1px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
}
.index2::after {
    position: absolute;
    content: '';
    top: 0;
    right: 88px;
    height: 100%;
    width: 1px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
}
.gallery-top,.gallery-top .swiper-slide{
    color: #fff;
    width: 100%;
    height: 100vh;
}
.gallery-top .img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.gallery-top .swiper-slide:after{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background:rgba(90,92,95,.32);
    z-index: -1
}
.gallery-top .img img{
    width: 100%;
    height: 100%;    
}
.index2_cont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;   
    padding:90px 0 0; 
}
.index2_cont .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding:0 0px 0 55px;
}
.index2_cont .txt{
    width: 55%;
}
.index2_cont .p1{
    font-size:46px;
    line-height: 1.3;
    margin-bottom:60px;
}
.index2_cont .p2{
    font-size:18px;
    max-width: 730px;
}
.index2_cont .img2{
    max-width: 35%;
    text-align: right;
    position: absolute;
    top:100px;
    right:0;
}
.index2_btn{
    position: absolute;
    left:0;
    bottom:420px;
    width: 100%;
}
.index2_btn .wrap{
    position: relative;
}
.index2_btn .swiper-button-prev,.index2_btn .swiper-button-next{
    width: 50px;
    height: 50px;
    border:1px solid #fff;
    border-radius: 50%;
    margin-top:-26px;
}
.index2_btn .swiper-button-prev{
    left:55px;
    background:url(../images/left2.png) no-repeat center;
}
.index2_btn .swiper-button-prev:hover{
    background:url(../images/left2.png) no-repeat center #144a90;  
    border:1px solid #144a90;  
}
.index2_btn .swiper-button-next{
    left:126px;
    background:url(../images/right2.png) no-repeat center;
}
.index2_btn .swiper-button-next:hover{
    background:url(../images/right2.png) no-repeat center #144a90;  
    border:1px solid #144a90;   
}

.index2_b{
    position: absolute;
    left:0;
    bottom:90px;
    width: 100%;
}
.index2_b .img1{
    width: 47px;
    height: 47px;
    overflow: hidden;
    position: relative;
}
.index2_b .img1 img{
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
}
.index2_b .gallery-thumbs{
    overflow: hidden;
    position: relative;
}
.index2_b .gallery-thumbs::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0px;
    height: 1px;
    width: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
}
.index2_b .gallery-thumbs::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0px;
    height: 1px;
    width: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
}
.index2_b .gallery-thumbs .swiper-slide{
    padding:37px 57px;
    cursor: pointer;
}
.index2_b .gallery-thumbs .swiper-slide h3{
    font-size:26px;
    color: #ffffff;
    line-height: 1;
    margin-top:20px;
    font-weight: normal;
}
.index2_b .gallery-thumbs .swiper-slide-thumb-active{
    background:url(../images/index2_bg.jpg) no-repeat right bottom #fff;
}
.index2_b .gallery-thumbs .swiper-slide-thumb-active .img1 img{
    top:-47px;
}
.index2_b .gallery-thumbs .swiper-slide-thumb-active h3{
    color: #333333;
}
@media(max-width: 1600px){
    .index2{
        height:700px;
    }
    .index2_cont .p1{
        font-size:32px;
        margin-bottom: 35px;
    }
    .index2_cont .p2{
        font-size:15px;
    }
    .index2_b{
        bottom:50px;
    }
    .index2_b .gallery-thumbs .swiper-slide {
        padding: 25px 35px;
    }
    .index2_b .gallery-thumbs .swiper-slide h3{
        font-size:20px;
    }
    .index2_btn{
        bottom:360px;
    }
}
@media(max-width: 1280px){
    .index2::before{
        left:50px;
    }
    .index2::after{
        right:50px;
    }
    .index2_cont .p1{
        font-size:26px;
        margin-bottom: 25px;
    }
    .index2_b .gallery-thumbs .swiper-slide h3 {
        font-size: 17px;
    }
}
@media(max-width: 1199px){
    .index2,.gallery-top, .gallery-top .swiper-slide{
        height:auto;
    }
}
@media(max-width: 820px){
    
}
@media(max-width: 640px){
    
}


.index_t1{
    text-align: center;
 
}
.index_t1 h2{
    font-size:36px;
    color: #000000;
    font-weight: normal;
    line-height: 1;
}

.index3{
    display: flex;
    flex-wrap: wrap;
    background:url(../images/index3_bg.jpg) no-repeat center;
    background-size: cover;
}
.index3_l{
    padding:90px 0 95px 88px;
    width: 50%;
    position: relative;
    z-index: 9;
}
.index3_l h3{
    font-size:26px;
    color: #144a90;
    font-weight: normal;
    margin:30px 0 15px;
    line-height: 1.6;
}
.index3_l .txt{
    width: 71%;
    font-size: 16px;
    margin-bottom:55px;
}
a.more1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    height: 52px;
    background:#144a90;
    border-radius: 4px;
    color: #fff;
    padding:0 8px;
    transition:all 0.3s ease-out;
}
a.more1 span{
    font-size:16px;
}
a.more1 i{
    display: block;
    width: 26px;
    height: 15px;
    background:url(../images/more1.png) no-repeat center;
}
a.more1:hover{
    padding:0 15px;
    background:#295fa5;
}
.index_num{
    display: flex;
    flex-wrap: wrap;
    background:#fff;
    margin-top:72px;
}
.index_num dl{
    width: calc(100% / 3);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 160px;
    padding:40px 27px 10px 33px;
    border-right: 1px solid #dbdbdb;
}
.index_num dl dt{
    line-height: 1;  
}
.index_num dl dt .p1{
    font-size:24px;
    color:#000000;  
}
.index_num dl dt .p1 span{
    font-size:48px;
}
.index_num dl dt .p2{
    font-size:16px;
    color:#666;
    margin-top:15px;
}
.index_num dl dd{

}
.index_num3{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.index_num3 dl{
    margin-right: 70px;
}
.index_num3 dl:last-child{
    margin-right: 0;
}
.index_num3 dl dt{

}
.index_num3 dl dt .p1{
    color: #000000;
    font-size: 24px;    
    line-height: 1;
}
.index_num3 dl dt .p1 span{
    font-size: 48px;    
}
.index_num3 dl dt .p2{
    font-size: 16px;
    color: #666666;
    margin-top:10px;
}
.index_num3 dl dd{
    /*display: none;*/
}
.index3_r{
    position: relative;
    background:url(../images/index3.jpg) no-repeat center;
    background-size: cover;
    width: 50%;
    margin-left: -5%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*.index3_r:after{*/
/*    content:'';*/
/*    position: absolute;*/
/*    top:0;*/
/*    left:0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(20,74,144,.36);*/
/*    z-index: 1;*/
/*}*/
.index3_r video{
    display: block;
    width: 100%;
    position: relative;
    z-index: 9;
    /*height: 100%;*/
}
/*.index3_r .video-img2 {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 1920px;*/
/*    left: 50%;*/
/*    margin-left: -960px;*/
/*}*/
.index3_r a{
    display: block;
    position: absolute;
    top:50%;
    left:50%;
/*    overflow: visible;*/
    /*top:50%;*/
    margin-top:-21px;
    display: inline-block;
    margin-left: -21px;
    /*display: none;*/
    z-index: 9;
}

.index3_r a i {
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    height: 43px;
    background: url(../images/player.png) no-repeat;
    position: relative;
    cursor: pointer;
}
.index3_r a i:before,.index3_r a i:after{    
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    animation: videoDh 1.5s linear infinite;
    opacity: 0.8;
}
.index3_r a i:before{
    animation-delay: 0.6s;
}
.index3_r a i:after{
    animation-delay: 0s; 
}

@keyframes videoDh { 
    from {
        transform: scale(1, 1); 
        opacity: 0.8;
    } 
    to {
        transform: scale(1.8, 1.8); 
        opacity: 0;
    } 
}

@media(max-width: 1600px){
    .index3_l{
        padding:70px 0 70px 88px;
    }
    .index_t1 h2{
        font-size:32px;
    }
    .index3_l h3{
        margin:20px 0 15px;
        font-size:22px;
    }
    .index3_l .txt{
        font-size:14px;
        width:78%;
        margin-bottom: 50px;
    }
    .index_num3{
        margin-bottom:55px;
    }
    .index_num dl{
        height:130px;
        padding:30px 20px 10px 25px;
    }
    .index_num dl dt .p1{
        font-size:16px;
    }
    .index_num dl dt .p1 span {
        font-size: 32px;
    }
    .index_num dl dt .p2{
        font-size:14px;
    }
    a.more1 {
        /*width: 150px;*/
        height: 46px;
        /*padding: 0 15px;*/
    }
    a.more1 span{
        font-size:15px;
    }
    a.more1:hover{
        padding:0 20px;
    }
    .index_num3 dl{
        margin-right:50px;
    }
    .index_num3 dl dt .p1{
        font-size:20px;
    }
    .index_num3 dl dt .p1 span{
        font-size:40px;
    }
    .index_num3 dl dt .p2{
        font-size:14px;
    }
/*.index3_r .video-img2 {*/
/*    width: 100%;*/
/*    left: 0;*/
/*    margin-left: 0;*/
/*    opacity: 0;*/
/*}*/
}
@media(max-width: 1280px){
    .index_t1 h2{
        font-size:26px;
    }
    .index3_l h3{
        font-size:18px;
    }
    .index3_l{
        padding:70px 0 70px 50px;
    }
    .index3_l .txt {
        width: 80%;
        margin-bottom: 45px;
    }
    .index_num3{
        margin-bottom:45px;
    }
    .index_num{
        margin-top:60px;
    }
    .index_num dl{
        height:120px;
        padding:20px 20px 10px 20px;
    }
    .index_num dl dt .p1 span {
        font-size: 26px;
    }
    .index_num dl dt .p2 {
        font-size: 13px;
    }
    .index_num dl dd{
        width:30px;
    }
    .index_num3 dl{
        margin-right:35px;
    }
}
@media(max-width: 1024px){
    .index_num dl{
        height:110px;
        padding:20px 15px 10px;
    }
    .index_num3 dl{
        margin-right:30px;
    }
    .index_num3 dl dt .p1{
        font-size:16px;
    }
    .index_num3 dl dt .p1 span{
        font-size:32px;
    }   
    .index_num3 dl dt .p2{
        margin-top:5px;
    }
}
@media(max-width: 820px){
    .index3_l{
        padding:55px 25px;
        width:100%;
    }
    .index3_l .txt{
        width:100%;
        margin-bottom:35px;
    }
    .index_num3{
        margin-bottom:35px;
    }
    .index_num dl{
        width:100%;
        padding:15px 15px;
        height:auto;
        border-right: none;
        border-bottom: 1px solid #dbdbdb;
    }
    .index_num dl dt .p1 span {
        font-size: 22px;
    }
    .index3_r{
       width:100%;
       margin-left:0;
       height:500px;
    }
    a.more1 span{
        font-size:14px;
    }
}
@media(max-width: 640px){
    .index3_l {
        padding: 35px 15px;
    }   
    .index_t1 h2{
        font-size:22px;
    }
    .index3_l h3{
        font-size:16px;
    }
    .index3_l .txt{
        margin-bottom:30px;
    }
    .index_num3{
        margin-bottom:30px;
    }
    .index_num3 dl{
        margin-right:20px;
    }
    .index_num3 dl dt .p2{
        font-size:13px;
    }
    .index3_r{
        height:260px;
    }
    a.more1{
        width:180px;
        padding:0 12px;
    }
    a.more1 span{
        font-size:13px;
    }
    .index_num3 dl dt .p1{
        font-size:15px;
    }
    .index_num3 dl dt .p1 span{
        font-size:28px;
    }  
}


.index4{
    background:url(../images/index4_bg.jpg) no-repeat center;
    background-size: cover;
    padding:108px 0 100px;
}
.index_top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 75px;
}
.news_list1{
    display: flex;
    flex-wrap: wrap;
    border-top:1px solid #dbdbdb;
    border-bottom:1px solid #dbdbdb;
}
.news_list1 a{
    display: block;
    width: calc(100% / 3);
    position: relative;
    font-weight: 100;
    border-right:1px solid #dbdbdb;
}
.news_list1 a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: ease all .5s;
    background-color: #ffffff;
}
.news_list1 a:hover:before{
    opacity: 0;
}
.news_list1 a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: ease all .5s;    
    background:#021329;
    opacity: 0;
}
.news_list1 a:hover:after{
    opacity: .46;
}
.news_list1 a .img{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    display: none;
}
.news_list1 a .text{
    padding:45px 88px;
    position: relative;
    z-index: 9;
}
.news_list1 a .date1{

}
.news_list1 a .date1 .s1{
    font-size:30px;
    line-height: 1;
    display: block;
}
.news_list1 a .date1 .s2{
    font-size:16px;
}
.news_list1 a h3{
    font-size: 24px;
    color: #000000;
    line-height: 1.4em;
    height: 2.8em;
    font-weight: 100;
    margin:35px 0 40px;
}
.news_list1 a .txt{
    font-size:15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list1 a .p1{
    font-size:15px;
    margin-top:35px;
}
.news_list1 a:hover,.news_list1 a:hover h3{
    color: #fff;
}
@media(max-width: 1600px){
    .index4{
        padding:90px 0;
    }
    .index_top{
        margin-bottom:60px;
    }
    .news_list1 a .text {
        padding: 35px 40px;
    }
    .news_list1 a h3 {
        font-size: 20px;
        margin: 15px 0 20px;
    }
    .news_list1 a .txt{
        font-size:14px;
    }
    .news_list1 a .p1 {
        font-size: 14px;
        margin-top: 25px;
    }
}
@media(max-width: 1280px){
    .index4{
        padding:70px 0;
    }
    .index_top{
        margin-bottom:40px;
    } 
    .news_list1 a .date1 .s1 {
        font-size: 26px;
    }
    .news_list1 a .date1 .s2 {
        font-size: 14px;
    }
}
@media(max-width: 1024px){
    .news_list1 a .text {
        padding: 25px 25px;
    } 
    .news_list1 a h3 {
        font-size: 16px;
        margin: 10px 0 15px;
    }
}
@media(max-width: 820px){
    .index4{
        padding:55px 0;
    } 
    .index_top {
        margin-bottom: 30px;
    }
    .news_list1 a,.news_list1 a h3{
        font-weight:500;
    }
}
@media(max-width: 640px){
    .index4{
        padding:35px 0;
    }  
    .news_list1 a{
        width:100%;
        border-right: none;
        border-bottom: 1px solid #dbdbdb;
    }
    .news_list1 a:last-child{
        border:none;
    }
    .news_list1 a .text {
        padding: 25px 15px;
    }
}


.index_case{
    padding:90px 0 30px;
}
.index_jjfa{
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(5vw);
    transform: translateY(5vw);
}
.swiper-slide-active .index_jjfa{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1.2s cubic-bezier(.69, .27, .45, .99) 0.3s;
    transition: all 1.2s cubic-bezier(.69, .27, .45, .99) 0.3s;
    transition-delay: 500ms;
}
#index_jjfa{
    margin-top:65px; 
}
#index_jjfa .swiper-slide{
    background: #f5f5f5;
}
#index_jjfa .swiper-slide a{
    display: block;
}
#index_jjfa .swiper-slide a .text{
    padding:40px 28px 30px;
}
#index_jjfa .swiper-slide a .text h3{
    font-size: 26px;
    color: #144a90;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
    font-family: "puhui95";
    padding-bottom: 15px;
}
#index_jjfa .swiper-slide a .text h3:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 56px;
    height: 3px;
    background: #f39800;
}
#index_jjfa .swiper-slide a .text .txt{
    font-size: 15px;
    color: #808080;
    font-family: "puhui45";
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin:20px 0 40px;
}
.index_jjfa_more{
    
}
#index_jjfa .swiper-slide a:hover .img img{
    transform: scale(1.1);
}
.index_jjfa_list{
    display: flex;
    flex-wrap: wrap;
    display: none;
}
.index_jjfa_list li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 12px;
}
.index_jjfa_list li:nth-child(2n){
    margin-right: 0;
}
.index_jjfa_list li a{
    display: block;
}
.index_jjfa_list li a .text{
    padding:10px 0;
}
.index_jjfa_list li a .text h3{
    font-size: 14px;
    color: #144a90;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
    font-family: "puhui95";
    padding-bottom: 8px;
}
.index_jjfa_list li a .text h3:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 56px;
    height: 3px;
    background: #f39800;
}
.index_jjfa_list li a .text .txt{
    display: none;
}
.index_jjfa_list li a .text h3:after{
    height: 2px;
}
.index_jjfa_list li a .text .index_jjfa_more{
    display: none;
}
@media(max-width:1600px){
    #index_jjfa {
        margin-top: 40px;
    } 
    #index_jjfa .swiper-slide a .text {
        padding: 25px 20px;
    }
    #index_jjfa .swiper-slide a .text h3{
        font-size:22px;
    }
    #index_jjfa .swiper-slide a .text .txt {
        font-size: 14px;
        margin: 12px 0 20px;
    }
}
@media(max-width:1280px){
    .index_case{
        padding:70px 0 30px;
    }    
}
@media(max-width:1024px){
    .index_case{
        padding:50px 0 30px;
    }
    #index_jjfa {
        margin-top: 30px;
    }
    #index_jjfa .swiper-slide a .text {
        padding: 15px 15px;
    }
    #index_jjfa .swiper-slide a .text h3 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    #index_jjfa .swiper-slide a .text h3:after{
        height:2px;
    }
    #index_jjfa .swiper-slide a .text .txt {
        margin: 10px 0 15px;
    }
}
@media(max-width:820px){
    
}
@media(max-width:640px){
    #index_jjfa .swiper-slide a .text h3{
        font-size:15px;
    }
    #index_jjfa .swiper-slide a .text .txt {
        font-size:13px;
    }
}
@media(max-width:460px){
    .index_case{
        padding:35px 0 20px;
    }
    .index_jjfa{
        display:none;
    }
    .index_jjfa_list{
        display:flex;
        margin-top:25px;
    }
}


.index-4{
    background: url(../images/index3_bg.jpg) no-repeat center;
    background-size: cover;
}
.index_t2{
    text-align: center;
}
.index_t2 h2{
    font-size: 46px;
    color: #323232;
    line-height: 1;
    font-family: "puhui65";
    font-weight: normal;
   opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.index_t2 p{
    font-size: 18px;
    color: #525252;
    max-width: 500px;
    margin:20px auto 0;
    line-height: 1.6;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.swiper-slide-active .index_t2 h2 {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99) 0.3s;
    transition: all .8s cubic-bezier(.69, .27, .45, .99) 0.3s;
    transition-delay: 150ms;
}
.swiper-slide-active .index_t2 p{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99) 0.3s;
    transition: all .8s cubic-bezier(.69, .27, .45, .99) 0.3s;
    -webkit-transition-delay: 50ms;
    transition-delay: 250ms;
}
.index5{
    padding:100px 0;
}
.index_hzkh_list{
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.swiper-slide-active .index_hzkh_list{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1.2s cubic-bezier(.69, .27, .45, .99) 0.3s;
    transition: all 1.2s cubic-bezier(.69, .27, .45, .99) 0.3s;
    -webkit-transition-delay: 50ms;
    transition-delay: 500ms;
}
.partner_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top:55px;
}
.partner_list li{
    width: calc(100% / 6 - 2px);
    text-align: center;
    padding:20px 20px;
    cursor: pointer;
    background: #fff;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
    margin-right: 2px;
}
.partner_list li:nth-child(6n){
    margin-right: 0;
}
.partner_list li img{
    max-height: 100%;
}
/*.partner_list li img{*/
/*    filter: grayscale(1);*/
/*    -webkit-filter: grayscale(1);*/
/*    -moz-filter: grayscale(1);*/
/*    -o-filter: grayscale(1);*/
/*    -ms-filter: grayscale(1);    */
/*}*/
/*.partner_list li:hover img{*/
/*    filter: grayscale(0);*/
/*    -webkit-filter: grayscale(0);*/
/*    -moz-filter: grayscale(0);*/
/*    -o-filter: grayscale(0);*/
/*    -ms-filter: grayscale(0);    */
/*}*/
@media(max-width: 1600px){
    .index_t2 h2{
        font-size:32px;
    }
    .index_t2 p{
        font-size:15px;
        margin: 10px auto 0;
    }
    .partner_list li{
        padding:20px 20px;
        height:90px;
    }
}
@media(max-width: 1280px){
    .index5{
        padding:70px 0;
    }
    .index_t2 h2{
        font-size:28px;
    }
    .partner_list{
        margin-top:40px;
    }

}
@media(max-width: 1024px){
    .index5{
        padding:50px 0 30px;
    } 
    .partner_list li{
        padding:20px;
        height:80px;
    }    
}
@media(max-width: 820px){
  
    .partner_list{
        margin-top:40px;
    }
    .partner_list li{
        width:calc(25% - 1.5px);
        padding: 15px;
    }
    .partner_list li:nth-child(4n){
        margin-right:0;
    }
    .index_t2 h2{
        font-size:24px;
    }
    .index_t2 p{
        font-size:14px;
    }
}
@media(max-width: 640px){
    .index5{
        padding:50px 0 35px;
    } 
    .index_t2 h2{
        font-size:20px;
    }
    .partner_list{
        margin-top:25px;
    }
    .partner_list li{
        width:calc(100% / 3 - 2px);
        padding: 12px;
        height:60px;
    }
    .partner_list li:nth-child(4n){
        margin-right:2px;
    }
    /*.partner_list li {*/
    /*    width: 25%;*/
    /*    padding: 15px 15px;*/
    /*}*/
}
@media(max-width: 460px){
    .index-4{
        display: flex;
        flex-direction: column;
        justify-content: center;        
    }
    .index5{
        padding:0px 0 20px;

    } 
    .partner_list li{
        width: calc(100% / 3 - 7px);
        padding: 10px 10px;
        height: 60px;  
        margin-right:10.5px!important;
        margin-bottom:10.5px;
        box-shadow:0px 0px 10px #ccc;
    }
    .partner_list li:nth-child(3n){
        margin-right:0!important;
    }
    .index_t2 p{
        width:80%;
    }
}


.swiper-wrap .swiper-container .swiper-slide.auto {
    height: auto;
}
footer{
    background:#144a90;
}
.foot{
    padding:90px 0 50px;
    display: flex;
    flex-wrap: wrap;
}
.foot_l{
    width: 26%;
    padding-right: 30px;
}
.f_contact{
    padding:50px 0 35px;
    color: #fff;
}
.f_contact p{
    font-size:15px;
    font-weight: bold;
    padding-left: 35px;
    margin-bottom: 12px;
}
.f_contact p:nth-child(1){
    background:url(../images/f_ico1.png) no-repeat left center;
}
.f_contact p:nth-child(2){
    background:url(../images/f_ico2.png) no-repeat 2px center;
}
.f_contact p:nth-child(3){
    background:url(../images/f_ico3.png) no-repeat left center;
}
.f_contact p:nth-child(4){
    background:url(../images/f_ico4.png) no-repeat 2px center;
}
.f_contact a,.f_contact p a{
    color: #fff;   
     font-size:15px;
}
.f_share{
    display: flex;
}
.f_share a{
    display: block;
    position: relative;
    margin-right: 12px;
    cursor: pointer;
}
.f_share a .f_code{
    position: absolute;
    top:-130px;
    left:50%;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    background:#fff;
    display: none;
}
.f_share a:hover .f_code{
    display: block;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
    width: 55%;
    padding-right: 30px;
}
.f_nav li{
    width: calc(100 / 3);
    padding-right: 10px;
}
.f_nav li h3{
    font-size:18px;
    color: #fff;
    line-height: 1;
    margin-bottom:18px;
    font-weight: normal;
}
.f_nav li a{
    display: block;
    font-size:14px;
    color: #fff;
    opacity: .6;
    margin:5px 0;
}
.f_nav li a:hover{
    opacity: 1;
}
.f_message{
    width: 19%;
}
.f_message h2{
    font-size:26px;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    margin-bottom:25px;
}
.f_message ul{

}
.f_message ul li{
    margin-bottom:14px;
}
.f_message ul li:first-child{
    display: none;
}
.f_message ul li input{
    background: rgba(255,255,255,.2);
    border:none;
    outline: none;
    line-height:46px;
    padding:0 25px;
    display: block;
    width: 100%;
    border-radius: 6px;
    font-size:14px;
    color: #bdbdbd;
}
.f_message ul li input[type=text]::placeholder{
    color: #bdbdbd;   
}
.f_message ul li input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bdbdbd;
}
.f_message ul li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bdbdbd;
}
.f_message ul li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bdbdbd;
}
.f_message ul li input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bdbdbd;
}
.f_message ul li textarea{
    background: rgba(255,255,255,.2);
    border:none;
    outline: none;
    line-height:46px;
    height: 92px;
    padding:0 25px;
    display: block;
    width: 100%;
    border-radius: 6px;
    font-size:14px;
    color: #bdbdbd;  
    font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";  
}
.f_message ul li textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bdbdbd;
}
.f_message ul li textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bdbdbd;
}
.f_message ul li textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bdbdbd;
}
.f_message ul li textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bdbdbd;
}

.f_message .mess_tn input{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 46px;
    background: #f39800;
    border-radius: 6px;
    font-size:16px;
    color: #fff;
    border:none;
    outline: none;
    cursor: pointer;
}
.copyright{
    padding:10px 0;
    border-top:1px solid rgba(255,255,255,.3);
    font-size:14px;
    color: #fff;
}
.copyright a{
    color: #fff;
}

@media(max-width: 1600px){
    .foot{
        padding:60px 0 35px;
    }
    .f_contact p{
        font-size:14px;
    }
    .f_nav li h3{
        font-size:16px;
    }
    .f_message h2{
        font-size:22px;
    }
    .f_message ul li input{
        padding:0 15px;
        line-height:40px;
        font-size:14px;
    }
    .f_message ul li textarea{
        padding:0 15px;
        line-height:40px;
        font-size:14px;
        height:80px;
    }
    .f_message .mess_tn input{
        width: 120px;
        height: 40px;
        font-size: 15px;
    }
}
@media(max-width: 1280px){
    .f_code img{
        max-width:180px;
    }
}
@media(max-width: 1024px){
    .foot {
        padding: 35px 0 25px;
    }
    .f_contact {
        padding: 30px 0 35px;
    }
    /*.f_nav li{*/
    /*    width:33.33333%;*/
    /*}*/
    .f_nav li:last-child{
        display:none;
    }
    .f_message h2{
        font-size:18px;
    }
    .copyright{
        padding:10px 0;
    }
    /*.swiper-wrap{*/
    /*    width:100%!important;*/
    /*    overflow:visible!important;*/
    /*}*/
    /*.index-1,.index-2,.index-3,.index-4,.index-5{*/
    /*    height:auto!important;*/
    /*    overflow:visible!important;*/
    /*    transition-property: none;*/
    /*    flex-shrink:none;*/
    /*}*/
}
@media(max-width: 820px){
    .foot_l{
        width:50%;
    }
    .f_nav{
        display:none;
    }
    .f_message{
        width:50%;
    }
    .f_message h2{
        font-size:17px;
        margin-bottom: 15px;
    }
}
@media(max-width: 640px){
    .foot {
        padding: 35px 0 15px;
    }
    .foot_l{
        width:100%;
    }
    .f_contact {
        padding: 30px 0 0px;
    }
    .f_code img{
        max-height:50px;
    }
    .f_share{
        display:none;
    }
    .f_message{
        width:100%;
        /*margin-top:25px;*/
    }
    #swiperauto{
        /*padding-bottom:50px;*/
    }
    #swiperauto .f_message{
        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;
}



/*------------Ã¥â€ â€¦Ã©Â¡Âµ-------------------*/
#page-header.n_head{
    width: 100%;
    background: none;
    top:40px;
    left:0;
    padding:0 88px;
}
#page-header.n_head .nav li a{
    color: #fff;
}
#page-header.n_head .h_tel {
    color: #fff;
    background: url(../images/h_tel2.png) no-repeat left center;
}
#page-header.n_head.top1{
    background: #fff;
    top:0;
}
#page-header.n_head.top1 .nav li a{
    color: #222;
}
#page-header.n_head.top1 .h_tel {
    color: #144a90;
    background: url(../images/h_tel.png) no-repeat left center;
}
.n_banner {
    width: 100%;
    margin: 0 auto;
    height: 480px;
    position: relative;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_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;  
}
.n_banner_text h2{
    font-size:52px;
    line-height: 1.3;
    font-weight: normal;
}
.h88{
    width: 100%;
    height: 88px;
    display: none;
}
.banner_sort{
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align:center;
    z-index: 99;    
}
.banner_sort .sort{
    display: flex;
}
.banner_sort .sort li{
    margin-right: 52px;
}
.banner_sort .sort li:last-child{
    margin-right: 0;
}
.banner_sort .sort li a{
    display: block;
    font-size:18px;
    color: #fff;
    line-height: 1;
    padding-bottom:20px;
    position: relative;
}
.banner_sort .sort li a:after{
    content:'';
    position: absolute;
    bottom: 0;
    left:50%;
    width: 0%;
    height: 2px;
    background:#f5f5f5;
    transition: all 0.3s ease-out;
}
.banner_sort .sort li:hover a:after,.banner_sort .sort li.cur a:after{
    left:0%;
    width: 100%;
}
.sitemp{
    /*display: none;*/
    padding:20px 0 0;
    font-size: 16px;
}
.sitemp a{
    font-size: 16px;
}
.site{
    /*padding-left: 32px;*/
    /*background: url(../images/home.png) no-repeat left center;*/
}
.n_search{
    padding:70px 0;
}
.tag_total{
    font-size:20px;
    color: #333;
    padding-bottom: 35px;
}
@media(max-width: 1600px){
    .n_banner{
        height: 450px;
    }
    .n_banner_text h2{
        font-size:42px;
    }
    .banner_sort .sort li{
        margin-right:35px;
    }
}
@media(max-width: 1280px){
    #page-header.n_head{
        padding:0 50px;
    }
    .n_banner{
        height: 400px;
    }
    .n_banner_text h2{
        font-size:36px;
    }  
    .banner_sort{
        bottom:30px;
    }
    .banner_sort .sort li a{
        font-size:16px;
    }  
}
@media(max-width: 991px){
    .n_banner_text h2{
        font-size:32px;
    }     
}
@media(max-width: 820px){
    #page-header.n_head{
        padding:0 25px;
    }
    .n_banner{
        height: 300px;
    }
    .n_banner_text h2{
        font-size:26px;
    } 
    .h88{
        height: 70px;
    }
    .n_search{
        padding:55px 0;
    }
}
@media(max-width: 640px){
    #page-header.n_head{
        top:0;
    }
    .h88{
        height:55px;
    }
    .n_banner{
        height: 200px;
    }   
    .n_banner_text h2{
        font-size:22px;
    } 

    .banner_sort{
        bottom:20px;
    }
    .banner_sort .sort li{
        margin-right:20px;
    }
    .banner_sort .sort li a{
        font-size:14px;
    } 
    .n_search{
        padding:35px 0;
    }
    .tag_total{
        font-size:16px;
    }
}
@media(max-width: 460px){
    .n_banner{
        height: 170px;
    }
    .banner_sort{
        bottom:10px;
    }
    .banner_sort .sort li{
        margin-right:12px;
    }
    .banner_sort .sort li a{
        padding-bottom:10px;
        font-size:13px;
    }  

}

.about1{
    padding:90px 0 85px;
    background: url(../images/about1.png) no-repeat left center #f8fbfd;
    position: relative;
}
.about1_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about1 .text{
    width: 48%;
}
.about1 .text h2{
    font-size:46px;
    color: #000;
    font-weight: normal;
    line-height: 1;
    margin-bottom:60px;
}
.about1 .text .txt{
    font-size:24px;
    color: #000;
    /*padding-left: 48px;*/
    line-height: 2;
    /*background: url(../images/yinhao.png) no-repeat left top;*/
}
.about1 .text .txt p{
    padding-left: 36px; 
    background: url(../images/jt3.png) no-repeat left center;
    background-size: 30px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.about1_zs{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
}
.about1_zs p{
    width: 48%;
    margin-right: 4%;
    max-width: 190px;
}
.about1_zs p:nth-child(2n){
    margin-right: 0;
}
.about1 .text2{
    width: 50%;
    /*padding-top:12px;*/
    font-size:16px;
    color: #000000;
    font-weight: 100;
    line-height: 1.8;
}
.about1 .text2 p{
    margin-bottom:15px;
}
.about1 .text2 p:last-child{
    margin-bottom:0;
}
.about_num{
    position: absolute;
    left:0;
    bottom:-140px;
    width: 100%;
    z-index: 999;
}
.about_num .wrap{
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 36px 0 36px 0;
    background: #fff;
    padding:35px 0;
}
.about_num dl{
    padding:26px 72px;
    height: auto;
}
.index_num dl:last-child{
    border-right:none;
}
.about_num dl dt .p1{
    color: #144a90;
}
.about_num dl dt .p2{
    margin-top:22px;
}
.about1-2{
    background: url(../images/about.jpg) no-repeat center;
    background-size: cover;
    height: 660px;
    width: 100%;
    position: relative;
}
.about1-2 a.video_click{
    color: #fff;
    text-align: center;
    position: absolute;
    top:50%;
    left:50%;

}
.about1-2 a.video_click i{
    display: block;
    width: 43px;
    height: 43px;
    background: url(../images/player.png) no-repeat center;
    margin:0 auto;
    position: relative;
}
.about1-2 a.video_click p{
    font-size:16px;
    margin-top:30px;
}
.about1-2 a i:before,.about1-2 a i:after{    
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    animation: videoDh 1.5s linear infinite;
    opacity: 0.8;
}
.about1-2 a i:before{
    animation-delay: 0.6s;
}
.about1-2 a i:after{
    animation-delay: 0s; 
}
.about1-3{
    padding:150px 0 180px;
    background: url(../images/about1-3.jpg) no-repeat center #f9fafc;
    background-size: cover;
}
.about1-3 .wrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.about1-3 .img{
    width: 50%;
}
.about1-3 .about_list1{
    padding:0 0 0 120px;
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about_list1 li{
    margin-bottom:65px;
}
.about_list1 li:last-child{
    margin-bottom:0;
}
.about_list1 li .p1{
    color: #000000;
    font-size:36px;
}
.about_list1 li .p2{
    font-size:20px;
    color: #333;
    line-height: 1.6;
    margin-top:5px;
}
.about2{
    padding:225px 0 135px;
}
.fzlc_list{

}
.fzlc_list li{
    display: flex;
    flex-wrap: wrap;
}
.fzlc_list li:nth-child(2n){
    flex-direction: row-reverse;
}
.fzlc_list li .item{
    background: #144a90;
    padding:85px 45px;
    width: 50%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.fzlc_list li .item1:after{
    content:'';
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-left: 46px solid #144a90;
    border-bottom: 33px solid transparent;
    position: absolute;
    right:-46px;
    top: 50%;
    margin-top:-33px;
    z-index: 9;
}
.fzlc_list li .item .img{
    width: 42.5%;
    position: relative;
    z-index: 7;
    text-align: center;
}
.fzlc_list li .item .txt{
    width: 57.5%;
    color: #fff;
    padding:10px 0 10px 70px;
    position: relative;
    z-index: 7;
}
.fzlc_list li .item .txt .p1{
    font-size:20px;
    font-weight: bold;
    line-height: 1;
}
.fzlc_list li .item .txt .p1 span{
    font-size:66px;
}
.fzlc_list li .item .txt .p2{
    font-size:22px;
    margin-top:35px;
    line-height: 1.5;
}
.fzlc_list li .item2{
    background: #fff;
}
.fzlc_list li .item2:after{
    content:'';
    width: 0;
    height: 0;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    border-top: 46px solid #fff;
    position: absolute;
    left:50%;
    top: calc(100% + 32px);
    margin-top:-33px;
    z-index: 9;
}
.fzlc_list li .item:nth-child(2n) .txt .p1{
    color: #144a90;
}
.fzlc_list li .item:nth-child(2n) .txt .p2{
    color: #333333;
}
.fzlc_list li:nth-child(2n) .item1:after{
    content:'';
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-right: 46px solid #144a90;
    border-left: none;
    border-bottom: 33px solid transparent;
    position: absolute;
    left:-46px;
    top: 50%;
    margin-top:-33px;
    z-index: 9;
}
.fzlc_list li:nth-child(3) .item2:after{
    display: none;
}
.about3{
    padding:95px 0;
}
.honner_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:65px;
}
.honner_list li{
    background: #f0f2f7;
    padding:0 20px;
    text-align: center;
    width: 15%;
    margin-bottom:45px;
    margin-right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.honner_list li:nth-child(6n){
    margin-right: 0;
}
.honner_list li .img{
    line-height: 350px;
}
.honner_list li .img img{
    max-height: 320px;
}
.honner_list li p{
    max-width: 240px;
    margin:0 auto;
    height: 63px;
    border-top:1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
    font-weight: 100;
    font-size:14px;
    color: #333333;
}
.job1{
    padding:95px 0 125px;
}
.job_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:48px;
}
.job1_cont p{
   font-size: 18px;
   color: #333;
   text-align: center;
   padding-top:10px;
}
.job1_btn{
    position: relative;
    width: 125px;    
}
.job1_btn .swiper-button-prev,.job1_btn .swiper-button-next{
    width: 50px;
    height: 50px; 
    border:1px solid #ebebeb; 
    border-radius: 50%;  
    margin-top:-25px;
}
.job1_btn .swiper-button-prev{
    background: url(../images/left3.png) no-repeat center;
    left:0%;
}
.job1_btn .swiper-button-prev:hover{
    background: url(../images/right3.png) no-repeat center #144a90;
    transform:rotate(-180deg);
    border:1px solid #144a90; 
}
.job1_btn .swiper-button-next{
    background: url(../images/left3.png) no-repeat center;
    transform:rotate(-180deg);
    right:0%;
}
.job1_btn .swiper-button-next:hover{
    background: url(../images/right3.png) no-repeat center #144a90;
    transform:rotate(-0deg);
    border:1px solid #144a90; 
}
#job1 .swiper-slide{
    border-radius: 10px;
    overflow: hidden;
}
#job1 .swiper-slide:hover img{
    transform:scale(1.1);
}

.job2{

    padding:108px 0 120px;
}
.job2 .wrap{
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: row-reverse;*/
    justify-content: space-between;
}
.job2 .img{
    width: 44%;
    padding-top:12px;
    display: none;
}
.job2 .text{
    width: 47%;
}
.job2 .text h2{
    font-size:40px;
    color: #000000;
    line-height: 1;
    font-weight: normal;
    position: relative;
    padding-bottom: 22px;
    margin-bottom:50px;
}
.job2 .text h2:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 66px;
    height: 4px;
    background: #144a90;
}
.job2 .text .txt{
    font-size:16px;
    color: #666;
    /*padding-right: 50px;*/
    /*max-height: 355px;*/
    min-height:100px;
    /*overflow-y: auto;*/
}
.job2 .text .txt p{
    margin-bottom: 15px;
}
.job2 .text .txt::-webkit-scrollbar {
    /*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¦â€¢Â´Ã¤Â½â€œÃ¦Â Â·Ã¥Â¼Â*/
    width: 3px;     
    /*Ã©Â«ËœÃ¥Â®Â½Ã¥Ë†â€ Ã¥Ë†Â«Ã¥Â¯Â¹Ã¥Âºâ€Ã¦Â¨ÂªÃ§Â«â€“Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã§Å¡â€žÃ¥Â°ÂºÃ¥Â¯Â¸*/
    height: 1px;
}
.job2 .text .txt::-webkit-scrollbar-thumb {
    /*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã©â€¡Å’Ã©ÂÂ¢Ã¥Â°ÂÃ¦â€“Â¹Ã¥Ââ€”*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #144a90;
}
.job2 .text .txt::-webkit-scrollbar-track {
    /*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã©â€¡Å’Ã©ÂÂ¢Ã¨Â½Â¨Ã©Ââ€œ*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #dbdbdb;
}
.ln_list{
    width: 43%;
    display: flex;
    flex-wrap: wrap;
    padding-top:88px;
}
.ln_list li{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 50px;
    text-align: center;
}
.ln_list li:nth-child(3n){
    margin-right: 0;
}
.ln_list li h3{
    font-size: 22px;
    color: #000000;
    margin:22px 0 15px;
    line-height: 1;
}
.ln_list li p{
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}
.job3{
    padding:90px 0 130px;
    background: #f3f5f9;
}
.job_t{
    display: flex;
    align-items: center;
    padding:0 90px;
    background: #f0f0f0;
    height: 70px;
    margin-top:52px;
}
.job_t p{
    line-height: 1;
    font-size:20px;
    color: #000000;
    width: calc(25% - 25px);
}
.job_t p:last-child{
    width: 100px;
}
.job_list dl{
    margin-bottom: 15px;
    margin-bottom:4px;
}
.job_list dl dt{
    padding:0 90px;
    display: flex;
    height: 68px;
    align-items: center;
    color: #333333;
    border:1px solid #dbdbdb;
    margin-bottom:4px;
}
.job_list dl dt p{
    line-height: 1.4;
    font-size:18px;
    width: calc(25% - 25px);
}
.job_list dl dt p:last-child{
    width: 100px;
}
.job_list dl dd{
    padding:60px 90px 35px;
    font-size:15px;
    border:1px solid #dbdbdb;
    display: none;
}
.job_list dl dd .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.job_list dl dd .cont .txt{
    width: 41.5%;
}
.job_list dl dd .cont .txt p.p1{
    margin-bottom: 12px;
}
.job_list dl.cur dt{
    background:#144a90;
    color: #fff;
}
.job_list dl.cur dd{
    display: block;
}
.develop{
    background: url(../images/develop.jpg) no-repeat center;
    background-size: cover;
    padding:100px 3%;
    text-align: center;
}
.develop_img{
    margin-top:50px;
}
.about1_4{
    padding:115px 0 130px;
    background: #f0f0f0;
}
.fzlc{
    margin-top:68px;
    position: relative;
}
.fzlc:before{
    content:'';
    position: absolute;
    top:165px;
    left:0;
    width: 100%;
    height: 1px;
    background:#dbdbdb;
}
.fzlc .wrap{
    padding:0 45px;
    position: relative;
}
#c-banner3{

}
#c-banner3 .swiper-slide{

}
#c-banner3 .swiper-slide .img{
    width: 100%;
    height: 135px;
    background: #f7f7f7;
    text-align: center;
    padding:10px;
}
#c-banner3 .swiper-slide .img img{
    max-height: 100%;
}
#c-banner3 .swiper-slide .text{
    text-align: center;
    margin-top:24px;
    padding-top:41px;
    position: relative;
}
#c-banner3 .swiper-slide .text:before{
    content:'';
    position: absolute;
    top:0;
    left:50%;
    border:3px solid #1669b2;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background:#fff;
}
#c-banner3 .swiper-slide .text h3{
    font-size:32px;
    color: #1669b2;
    line-height: 1;
}
#c-banner3 .swiper-slide .text h4{
    font-size:18px;
    color: #1a1a1a;
    line-height:1;
    margin:26px 0 8px;
}
#c-banner3 .swiper-slide .text p{
    font-size:16px;
    color: #666666;
    line-height: 1.4;
}
#fzlc .swiper-button-prev,#fzlc .swiper-button-next{
    position: absolute;
    top:140px;
    width: 51px;
    height: 51px;
    opacity: 1;
    outline: none;
    cursor: pointer;
    margin-top:0;
}
#fzlc .swiper-button-prev{
    left:-98px;
    background:url(../images/left4.png) no-repeat center;
}
#fzlc .swiper-button-next{
    right:-98px;
    background:url(../images/right4.png) no-repeat center;
}
@media(max-width: 1720px){
    .about1 .text .txt{
        font-size:20px;
    }
}
@media(max-width: 1600px){
    .about1{
        padding:85px 0;
    }
    .about1 .text h2{
        font-size:32px;
    }
    .about1 .text .txt{
        font-size:18px;
    }
    .about1 .text2{
        font-size:14px;
    }
    .about_num{
        bottom: -100px;
    }
    .about_num .wrap{
        padding: 25px 0;
    }
    .about1-2{
        height:550px;
    }
    .about1-2 a.video_click p{
        font-size:14px;
    }
    .about1-3{
        padding:100px 0;
    }
    .about1-3 .about_list1{
        padding:0 0 0 0px;
    }
    .about_list1 li {
        margin-bottom: 30px;
    }
    .about_list1 li .p1{
        font-size:24px;
    }
    .about_list1 li .p2{
        font-size:15px;
    }
    .about2{
        padding:100px 0;
    }
    #fzlc .swiper-button-prev{
        left:80px;
    }
    #fzlc .swiper-button-next{
        right:80px;
    }
    .fzlc_list li .item{
        padding:60px 30px;
    }
    .fzlc_list li .item1:after {
        border-top: 20px solid transparent;
        border-left: 30px solid #144a90;
        border-bottom: 20px solid transparent;
        right: -30px;
        margin-top: -20px;
    }
    .fzlc_list li .item .txt{
        padding:10px 0 10px 40px;
    }
    .fzlc_list li .item .txt .p1{
        font-size:16px;
    }
    .fzlc_list li .item .txt .p1 span{
        font-size:42px;
    }
    .fzlc_list li .item .txt .p2 {
        font-size: 16px;
        margin-top: 20px;
    }
    .fzlc_list li .item2:after {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 30px solid #fff;
        top: calc(100% + 20px);
        margin-top: -20px;
    }
    .fzlc_list li:nth-child(2n) .item1:after {
        border-top: 20px solid transparent;
        border-right: 30px solid #144a90;
        border-left: none;
        border-bottom: 20px solid transparent;
        left: -30px;
        margin-top: -20px;
    }    
    .honner_list li{
        padding:0 15px;
        margin-bottom:30px;
        width:18.4%;
    }
    .honner_list li:nth-child(6n){
        margin-right: 2%;
    }
    .honner_list li:nth-child(5n){
        margin-right: 0;
    }
    .honner_list li .img{
        line-height: 260px;
    }
    .honner_list li .img img{
        max-height: 220px;
    }
    .honner_list li p{
        font-size:13px;
    }
    .job1_cont p{
        font-size:16px;
    }
    .job2 .text h2{
        font-size:32px;
        margin-bottom: 35px;
    }
    .job2 .text .txt{
        font-size:14px;
        /*max-height: 295px;*/
    }
    .job_t{
        padding:0 60px;
        height:55px;
    }
    .job_t p{
        font-size:16px;
    }
    .job_list dl dt{
        padding:0 60px;
        height:55px;
    }
    .job_list dl dt p{
        font-size:15px;
    }
    .job_list dl dd {
        padding: 40px 60px 35px;
        font-size: 14px;
    }
    #c-banner3 .swiper-slide .text h3{
        font-size:24px;
    }
    #c-banner3 .swiper-slide .text h4 {
        font-size: 16px;
        margin: 20px 0 8px;
    }
    #c-banner3 .swiper-slide .text p{
        font-size:14px;
    }
    .ln_list{
        padding-top:70px;
        width:45%;
    }
    .ln_list li{
        margin-bottom:35px;
    }
    .ln_list li h3{
        font-size:16px;
        margin:20px 0 10px;
    }
    .ln_list li p{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .about1{
        padding:70px 0;
    }  
    .about1 .text h2{
        font-size:28px;
        margin-bottom: 40px;
    }
    .about1 .text .txt {
        font-size: 16px;
    }
    .about1-2{
        height:450px;
    }
    .about1-3,.about3,.job1,.job2,.job3,.about1_4{
        padding:70px 0;
    }
    .about_list1 li {
        margin-bottom: 20px;
    }
    .about_list1 li .p1{
        font-size:20px;
    }
    .about_list1 li .p2{
        font-size:14px;
    }
    .about2 {
        padding: 70px 0;
    }  
    .fzlc_list li .item {
        padding: 40px 25px;
    }
    .fzlc_list li .item .txt .p1{
        font-size:15px;
    }
    .fzlc_list li .item .txt .p1 span {
        font-size: 32px;
    }
    .fzlc_list li .item .txt .p2 {
        font-size: 15px;
    }
    .honner_list{
        margin-top:50px;
    }
    .honner_list li{
        margin-bottom:20px;
    }
    .job2 .text {
        width: 50%;
    }
    .job2 .text h2{
        font-size:28px;
        margin-bottom: 25px;
    }
    .develop{
        padding:75px 3%;
    }
}
@media(max-width: 1024px){
    .honner_list li{
        width:32%;
    }
    .honner_list li:nth-child(5n){
        margin-right: 2%;
    }
    .honner_list li:nth-child(3n){
        margin-right: 0;
    }
    .fzlc{
        margin-top:50px;
    }
    .fzlc .wrap{
        padding:0;
    }
    #fzlc .swiper-button-prev,#fzlc .swiper-button-next{
        display:none;
    }
    .job1_cont p{
        font-size:15px;
    }
}
@media(max-width: 820px){
    .about1{
        padding:55px 0;
    } 
    .about1 .text{
        width:100%;
    }
    .about1 .text h2{
        font-size:26px;
        margin-bottom: 30px;
    }
    .about1 .text .txt {
        font-size: 14px;
    }
    .about1_zs{
        margin-top:30px;
    }
    .about1 .text2{
        padding-top:25px;
        width:100%;
    }
    .about_num{
        bottom:0;
        position:relative;
    }
    .about_num .wrap{
        padding:0;
    }
    .about_num .index_num{
        margin-top:40px;
    }
    .about1-2{
        height:350px;
    }
    .about1-3,.about3,.about1_4{
        padding:55px 0;
    }
    .about1-2 a.video_click{
        margin-left:-35px;
        margin-top:-50px;
    }
    .about2 {
        padding: 55px 0;
    }  
    .fzlc_list li .item {
        padding: 30px 20px;
    }
    .fzlc_list li .item .txt{
        padding:10px 0 10px 20px;
    }
    .fzlc_list li .item .txt .p1{
        font-size:14px;
    }
    .fzlc_list li .item .txt .p1 span {
        font-size: 28px;
    }
    .fzlc_list li .item .txt .p2 {
        font-size: 14px;
        margin-top: 10px;
    }    
    .fzlc_list li .item1:after {
        border-top: 10px solid transparent;
        border-left: 15px solid #144a90;
        border-bottom: 10px solid transparent;
        right: -15px;
        margin-top: -10px;
    }   
    .fzlc_list li .item2:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 15px solid #fff;
        top: calc(100% + 10px);
        margin-top: -10px;
        margin-left:-10px;
    }
    .fzlc_list li:nth-child(2n) .item1:after {
        border-top: 10px solid transparent;
        border-right: 15px solid #144a90;
        border-left: none;
        border-bottom: 10px solid transparent;
        left: -15px;
        margin-top: -10px;
    } 
    .honner_list{
        margin-top:30px;
    }
    .honner_list li .img{
        line-height: 260px;
    }
    .honner_list li .img img{
        max-height: 220px;
    }
    .about1-3, .about3, .job1, .job2, .job3 {
        padding: 55px 0;
    }    
    .job_top{
        margin-bottom:35px;
    }    
    .job2 .img{
        width:100%;
    } 
    .job2 .text{
        width:100%;
        /*margin-top:30px;*/
    }
    .job2 .text h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .job2 .text .txt {
        /*max-height: 270px;*/
        /*padding-right:30px;*/
    }
    .ln_list {
        padding-top: 40px;
        width: 100%;
    }
    .job_t{
        margin-top:30px;
    }
    .fzlc{
        margin-top:30px;
    }
    .about1 .text2,.honner_list li p{
        font-weight:500;
    }
    .develop{
        padding:55px 3%;
    }
}
@media(max-width: 640px){
    .about1,.about1-3,.about3,.about2,.about1_4{
        padding: 35px 0;
    } 
    .about1 .text h2 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    /*.about1 .text .txt {*/
    /*    font-size: 15px;*/
    /*}*/
    .about1_zs{
        margin-top:20px;
    }
    .about_num .index_num {
        margin-top: 30px;
    }
    .about_num dl{
        padding:20px 30px;
    }
    .about_num dl dt .p2{
        margin-top:12px;
    }
    .about1-2{
        height:240px;
    }
    .about1-3 .img{
        width:100%;
    }
    .about1-3 .about_list1{
        width:100%;
        margin-top:20px;
    }
    .about_list1 li {
        margin-bottom: 15px;
    }
    .about_list1 li .p1 {
        font-size: 17px;
    }
    .fzlc_list li .item{
        width:100%;
    }
    .fzlc_list li .item .txt .p1 span{
        font-size:22px;
    }
    .fzlc_list li .item1:after{
        transform: rotate(90deg);
        left: 50%;
        margin-left: -10px;
        top: calc(100% + 7px);
    }
    .fzlc_list li:nth-child(2n) .item1:after {
        transform: rotate(-90deg);
        left: 50%;
        margin-left: -10px;
        top: calc(100% + 7px);
    }
    .honner_list li{
        width:49%;
        padding:0 15px;
    }
    .honner_list li:nth-child(3n){
        margin-right: 2%;
    }
    .honner_list li:nth-child(2n){
        margin-right: 0;
    }
    .honner_list li .img{
        line-height: 180px;
    }
    .honner_list li .img img{
        max-height: 140px;
    }
    .honner_list li p {
        font-size: 12px;
        height:52px;
    }
    .about1-3, .about3, .job1, .job2, .job3 {
        padding: 35px 0;
    }
    .job2 .text h2 {
        font-size: 20px;
    }
    .job2 .text .txt{
        /*padding-right:15px;*/
    }
    .ln_list {
        padding-top: 25px;
    }
    .ln_list li{
        margin-bottom:25px;
    }
    .ln_list li .img1 img{
        max-width:75px;
    }
    .ln_list li p {
        font-size: 13px;
    }
    .job_t,.job_list dl dt{
        padding: 0 20px;
        height: 50px;
    }
    .job_t p,.job_list dl dt p{
        width: calc(50% - 30px);
    }
    .job_t p:last-child,.job_list dl dt p:last-child{
        width: 60px;
    }
    .job_t p:nth-child(2),.job_list dl dt p:nth-child(2),.job_t p:nth-child(3),.job_list dl dt p:nth-child(3){
        display:none;
    }
    .job_list dl dd {
        padding: 20px 20px;
    }
    .job_list dl dd .cont .txt{
        width:100%;
    }
    .job_list dl dd .cont .txt2{
        margin-top:20px;
    }
    .job_list dl dd .cont .txt p.p1{
        margin-bottom:6px;
    }
    .fzlc:before{
        top:130px;
    }
    #c-banner3 .swiper-slide .img{
        height:100px;
    }
    #c-banner3 .swiper-slide .text{
        padding-top:30px;
    }
    #c-banner3 .swiper-slide .text h3 {
        font-size: 18px;
    }
    #c-banner3 .swiper-slide .text h4 {
        margin: 15px 0 8px;
        font-size:15px;
    }
}


.about1-2-2{
    padding:105px 0 110px;
}
.about1-2-2 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_num2{
    width: 50%;    
    padding-right: 120px;
}
.about_num2 .txt{
    font-size: 24px;
    color: #000000;
    margin-bottom: 45px;
    line-height: 1.6;
}
.about_num2 dl{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    max-width: 420px;
    width: 80%;
    border-bottom: 1px solid #bdbdbd;
    align-items: flex-end;
    padding:16px 0;
}
.about_num2 dl:last-child{
    margin-bottom: 0;
}
.about_num2 dl dt{
    line-height: 1;
}
.about_num2 dl dt .p1{
    font-size:24px;
    color:#144a90;  
}
.about_num2 dl dt .p1 span{
    font-size: 72px;
    line-height: 1;
    display: inline-block;
}
.about_num2 dl dt .p2{
    display: none;
    margin-top:15px;
}
.about_num2 dl dd{
    font-size:20px;
    color:#666;    
}
.about1-2-2_r{
    width: 50%;
    position: relative;
}
.about1-2-2_r .cont{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.about1-2-2_r video{
    display: block;
    width: 100%;
}
.about1-2-2_r a{
    display: block;
    position: absolute;
    top:50%;
    left:50%;
/*    overflow: visible;*/
    /*top:50%;*/
    margin-top:-21px;
    display: inline-block;
    margin-left: -21px;
    /*display: none;*/
    z-index: 9;
}

.about1-2-2_r a i {
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    height: 43px;
    background: url(../images/player.png) no-repeat;
    position: relative;
    cursor: pointer;
}
.about1-2-2_r a i:before,.about1-2-2_r a i:after{    
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    animation: videoDh 1.5s linear infinite;
    opacity: 0.8;
}
.about1-2-2_r a i:before{
    animation-delay: 0.6s;
}
.about1-2-2_r a i:after{
    animation-delay: 0s; 
}
@media(max-width:1600px){
    .about1-2-2{
        padding:90px 0;
    }
    .about_num2 .txt{
        font-size:20px;
    }
    .about_num2 dl dt .p1{
        font-size:20px;
    }
    .about_num2 dl dt .p1 span{
        font-size:60px;
    }
    .about_num2 dl dd{
        font-size:16px;
    }
}
@media(max-width:1280px){
    .about1-2-2{
        padding:70px 0;
    }
    .about_num2{
        padding-right:70px;
    }
    .about_num2 .txt{
        font-size:18px;
    }
}
@media(max-width:1024px){
    
}
@media(max-width:820px){
    .about1-2-2{
        padding:55px 0;
    }
    .about_num2{
        padding-right:50px;
    }
    .about_num2 .txt{
        font-size:16px;
        margin-bottom:30px;
    }
    .about_num2 dl dt .p1{
        font-size:18px;
    }
    .about_num2 dl dt .p1 span{
        font-size:42px;
    }
    .about_num2 dl dd{
        font-size:14px;
    }
}
@media(max-width:640px){
    .about1-2-2{
        padding:35px 0;
    } 
    .about_num2{
        width:100%;
        padding-right:0;
        margin-bottom:20px;
    }
    .about1-2-2_r{
        width:100%;
    }
    .about_num2 dl{
        width:100%;
        margin-bottom:10px;
    }
    .about_num2 dl dt .p1 span{
        font-size:32px;
    }
}


.n_product{
    display: flex;
    flex-wrap: wrap;
}
.left1{
    padding-top:97px;
    width: 460px;
    padding-left: 10.9%;
}
.left_sort{
    position: sticky;
    top: 100px;
    left: 0;    
}
.left_sort h2{
    font-size:24px;
    color: #000000;
    margin-bottom:32px;
}
.p_sort{

}
.p_sort li{
    padding:8px 0;
}
.p_sort li a{
    display: block;
    padding-left: 32px;
    font-size:16px;
    color: #000000;
    background: url(../images/p_sort.png) no-repeat left center;
}
/*,.p_sort li a.cur*/
.p_sort li.cur a{
    background: url(../images/p_sort_h.png) no-repeat left center;
}
.right1{
    padding:97px 10.9% 120px 90px;
    width: calc(100% - 460px);
    background: #f5f5f5;
}
.sort_a{

}
.sort_a dl{
    padding-top:40px;
}
.sort_a dl:nth-child(1){
    padding-top:0px;
}
.sort_a dl dt{
    font-size:28px;
    color: #000000;
    line-height: 1;
    padding-bottom:21px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom:55px;
}
.sort_a dl dd{

}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    border-radius: 10px;
    overflow: hidden;
    background:#fff;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 45px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a.img{
    text-align: center;
    height: 330px;
    line-height: 300px;
    padding:10px 10%;
}
.product_list li a.img img{
    max-height: 300px;
}
.product_list li h3 a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top:1px solid #dbdbdb;
    line-height: 1.6;
    height: 66px;
    padding:0 30px;
    color: #333333;
}
.product_list li h3 a p{
    font-size:16px;
    width: calc(100% - 42px);
}
.product_list li h3 a i{
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/p_more1.png) no-repeat center;
    background-size: contain;
}
.product_list li:hover h3 a{
    color: #fff;
    background: #144a90;
}
.product_list li:hover h3 a i{
    background: url(../images/p_more1_h.png) no-repeat center;
    background-size: contain;
}
.pd1, .pd2, .pd3, .pd4{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pd1{
    background: url(../images/p_bg1.jpg) no-repeat center;
    background-size: cover;
    padding:185px 0 110px;
}
.pd1 .wrap{
    max-width: 1350px;
    display: flex;
    flex-wrap: wrap;
}
.pd1 .text{
    padding-top:80px;
    width: 55%;
    padding-right: 30px;
    color: #000000;
}
.pd1 .text.text2{
    width: 55%;
}
.pd1 .img.img2{
    width: 45%;
}
.pd1 .text h1{
    font-size:42px;
    line-height: 1;
}
.pd1 .text .txt{
    font-size:20px;
    line-height: 1.6;
    margin:40px 0 80px;
    font-weight: 100;
}
.pd1 .img{
    width: 45%;
}
.pd1 .text.text2{
    width: 55%;
}
.pd1 .img.img2{
    width: 45%;
}
.pd2{
    position: relative;
    padding:100px 0;
    background: url(../images/p_td.jpg) no-repeat center;
    background-size: cover;
}
.pd2 .a_t1{
    /*position: absolute;*/
    /*top: 98px;*/
    /*width: 100%;*/
    /*left: 0;*/
    text-align: center;
}
.pd2 .a_t1 h2{
    color: #fff;
}
.pd2_img{
    display: none;
}
.pd2_c{
    margin-top:80px;
    position: relative;
}
.pd_img2{
    position: absolute;
    left:50%;
    margin-left: -250px;
    width: 500px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
}
.pd2_c ul{
    float: left;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   
    width: 100%;
}
.pd2_c ul li{
    float: left;
    display: -webkit-flex;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    margin-bottom: 75px;
    /*position: absolute;    */
}
.pd2_c ul li:nth-child(2n){
    float: right;
    flex-direction: row-reverse;
}
.pd2_c ul li:last-child,.pd2_c ul li:nth-child(5){
    margin-bottom: 0;
}
.pd2_c ul li .p_num{
    width: 100px;
    height: 100px;
    background: url(../images/p_bg2.png) no-repeat center;
    background-size: contain;
    font-size:36px;
    color: #144a90;
    text-align: center;
    line-height: 100px;
}
.pd2_c ul li .txt{
    font-size:15px;
    color: #fff;
    line-height: 1.8;
    font-weight: 100;
    width: calc(100% - 100px);
    padding-left: 15px;
    max-width: 370px;
}
.pd2_c ul li:nth-child(2n) .txt{
    padding-left: 0;
    padding-right: 15px;
}
/*.pd2_c ul li:nth-child(1){*/
/*    flex-direction: row-reverse;*/
/*    top: 280px;*/
/*    left:12%;*/
/*}*/
/*.pd2_c ul li:nth-child(1) .txt,.pd2_c ul li:nth-child(3) .txt,.pd2_c ul li:nth-child(5) .txt{*/
/*    padding-left: 0px;*/
/*    padding-right: 25px;*/
/*}*/
/*.pd2_c ul li:nth-child(3){*/
/*    flex-direction: row-reverse;*/
/*    top: 455px;*/
/*    left:6.7%;*/
/*}*/
/*.pd2_c ul li:nth-child(5){*/
/*    flex-direction: row-reverse;*/
/*    top: 640px;*/
/*    left:4%;*/
/*}*/
/*.pd2_c ul li:nth-child(2){*/
/*    top: 280px;*/
/*    right:12%;    */
/*}*/
/*.pd2_c ul li:nth-child(4){*/
/*    top: 455px;*/
/*    right:6.7%;    */
/*}*/
/*.pd2_c ul li:nth-child(6){*/
/*    top: 640px;*/
/*    right:4%;   */
/*}*/
.pd3{
    padding: 95px 0 120px;
}
.p5_li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 35px;
}
.p5_li p{
    font-size: 18px;
    color: #333;
    margin:0 25px!important;
    width: auto!important;
    padding:0px 20px;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.p5_li p.cur{
    background: #144a90;
    color: #fff;
}
.p5_tab{
    display: none;
    margin:0 auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.p5_tab.cur{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p5_tab table{
    color: #333;
    width: 1200px;
}
.p5_tab table tr td{
    padding:2px;
}
.p_table{
    margin-top:65px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}
.p_table table{
    min-width: 100%;
    border-top:1px solid #dbdbdb;
    border-left:1px solid #dbdbdb;
    width: 768px;
    border-spacing: 0;
}
/*.p_table table tr:nth-child(1){
    background: #144a90;
}
.p_table table tr:nth-child(1) td{
    color: #fff;
    font-size: 16px;
}*/
.p_table table tr td{
    border-bottom:1px solid #dbdbdb;
    border-right:1px solid #dbdbdb;   
    padding:5px;
    line-height: 1.6;
    height: 46px;
    min-width: 100px;
}
.p_table table tr:nth-child(2n){
    background: #f5f5f5;
}
.p_table table tr td:nth-child(1),.p_table table tr td:nth-child(3){
    color: #000;
    font-weight: bold;
}
.pd4{
    padding: 100px 0 60px;
    background: #f6f6f6;
}
.pd4_img{
    margin-top:65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pd4_img p{
    padding:0 45px;
}
.pd4_c2{
    max-width: 1200px;
    margin:0 auto;
}
.pd4_table{
    margin-top:65px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;  
    max-height: 500px;
}
.pd4_table table{
    min-width: 100%;
    border-top:1px solid #dbdbdb;
    border-left:1px solid #dbdbdb;

}
.pd4_table table tr td{
    border-bottom:1px solid #dbdbdb;
    border-right:1px solid #dbdbdb;   
    padding:5px;
    line-height: 1.6;
    height: 46px;
    color: #333;
    /*background: #fff;*/
}
.mc{
    position: absolute;
    bottom:0;
    left:0;
    z-index: -99999;
    opacity: 0;
}
@media(max-width: 1700px){
    .pd2_c ul li .p_num{
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 32px;
    }
    .pd2_c ul li .txt{
        font-size:14px;
        width: calc(100% - 90px);
    }
    /*.pd2_c ul li:nth-child(1){*/
    /*    top: 220px;*/
    /*    left:9%;*/
    /*}*/
    /*.pd2_c ul li:nth-child(3){*/
    /*    top: 370px;*/
    /*    left:6%;*/
    /*}*/
    /*.pd2_c ul li:nth-child(5){*/
    /*    top: 510px;*/
    /*    left:3%;*/
    /*}*/
    /*.pd2_c ul li:nth-child(2){*/
    /*    top: 220px;*/
    /*    right:9%;    */
    /*}*/
    /*.pd2_c ul li:nth-child(4){*/
    /*    top: 370px;*/
    /*    right:6%;    */
    /*}*/
    /*.pd2_c ul li:nth-child(6){*/
    /*    top: 510px;*/
    /*    right:3%;   */
    /*}*/
}
@media(max-width: 1600px){

    .left1{
        padding-left:88px;
        width:320px;
    }
    .left_sort h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .p_sort li {
        padding: 3px 0;
    }
    .p_sort li a{
        font-size:14px;
    }
    .right1 {
        padding: 97px 88px 100px 60px;
        width: calc(100% - 320px);
    }
    .sort_a dl dt{
        font-size:24px;
        padding-bottom: 16px;
        margin-bottom: 40px;
    }
    .product_list li{
        margin-bottom:30px;
    }
    .product_list li a.img {
        height: 250px;
        line-height: 210px;
        padding: 10px 10%;
    }
    .product_list li a.img img{
        max-height:210px;
    }
    .product_list li h3 a {
        padding: 0 20px;
        height:60px;
    }
    .product_list li h3 a p{
        font-size:15px;
    }
    .product_list li h3 a i {
        width: 35px;
        height: 35px;
    }
    /*.pd2 .a_t1{*/
    /*    top:65px;*/
    /*}*/
    /*.pd2_c ul li:nth-child(1) {*/
    /*    top: 160px;*/
    /*    left: 6%;*/
    /*}*/
    /*.pd2_c ul li:nth-child(3) {*/
    /*    top: 300px;*/
    /*    left: 4%;*/
    /*}*/
    /*.pd2_c ul li:nth-child(5) {*/
    /*    top: 410px;*/
    /*    left: 2%;*/
    /*}*/
    /*.pd2_c ul li:nth-child(2) {*/
    /*    top: 160px;*/
    /*    right: 6%;*/
    /*}*/
    /*.pd2_c ul li:nth-child(4) {*/
    /*    top: 300px;*/
    /*    right: 4%;*/
    /*}*/
    /*.pd2_c ul li:nth-child(6) {*/
    /*    top: 410px;*/
    /*    right: 2%;*/
    /*}*/
    .pd1{
        padding:100px 0;
    }
    .pd1 .text h1{
        font-size:32px;
    }
    .pd1 .text .txt {
        font-size: 16px;
        margin: 30px 0 60px;
    }
    .pd2_c ul li .txt{
        font-size:14px;
    }
    .p5_li p{
        font-size:16px;
    }
    .pd4_table{
        margin-top:50px;
    }
    .pd2_c ul li{
        margin-bottom:50px;
    }
    .pd2_c ul li .txt{
        max-width:350px;
    }
    .pd_img2{
        width: 24%;
        left: 38%;
        margin-left:0;
    }
    .pd4_table{
        max-height:450px;
    }
}
@media(max-width: 1280px){
    .left1{
        padding-top:70px;
        padding-left:50px;
    }
    .sort_a dl dt{
        font-size:20px;
    }
    .right1 {
        padding: 70px 50px;
    }
    .product_list li{
        width:32%;
        margin-right:2%;
    }
    .pd1 .text h1 {
        font-size: 26px;
    }
    .pd1 .text .txt {
        font-size: 15px;
        margin: 25px 0 50px;
    }
    .p_table{
        margin-top:50px;
    }
    .pd1,.pd3,.pd4{
        padding:90px 0 50px;
    }
    .p5_tab table{
        width:1000px;
    }
    .p5_li{
        margin-bottom:25px;
    }
    .p5_li p{
        margin: 0 15px!important;
    }

    .pd_img2{
        width: 20%;
        left: 40%;
    }
}
@media(max-width: 1199px){
    .pd2_c{
        margin-top:50px;
    }
    .pd2_c ul li {
        width: 100%;
        position: relative;
        top:0!important;
        left:0!important;
        flex-direction:row!important;
        margin-bottom:15px;
    }
    .pd2_c ul li .p_num{
        width:60px;
        height:60px;
        line-height: 60px;
        font-size: 26px;
    }
    .pd2_c ul li .txt{
        width: calc(100% - 60px);
        padding-left: 15px!important;
        padding-right: 0!important;
        font-size:13px;
        max-width:calc(100% - 60px);
    }
    .pd_img2{
        display:none;
    }  
    .pd4{
        padding:70px 0;
    }
}
@media(max-width: 1024px){
    .product_list li{
        width:49%;
    }
    .product_list li:nth-child(3n){
        margin-right: 2%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0;
    }
    .pd4_img p{
        padding:0 30px;
    }

}
@media(max-width: 820px){
    .left1 {
        padding-top: 55px;
        padding-left: 25px;
        width:220px;
    }
    .sort_a dl dt{
        font-size:20px;
    }
    .right1 {
        padding: 55px 35px;
        width:calc(100% - 220px);
    }
    .pd1, .pd3, .pd4{
        padding:55px 0;
    }
    .pd1 .text {
        padding-top: 40px;
    }
    .pd1 .text h1 {
        font-size: 22px;
    }
    .pd1 .text .txt {
        font-size: 14px;
        margin: 20px 0 35px;
    }
    .pd2{
        padding:55px 0px;
        /*background:#f5f5f5;*/
    }
    .pd2 .a_t1 {
        position: relative;
        top: 0;
    }
    .pd2_c,.p_table,.pd4_img{
        margin-top:30px;
    }
    .pd2_c{
        margin-top:35px;
    }
    .pd2_img{
        display:none;
    }
    .pd4_img p{
        padding:0 20px;
    }

    .p5_li p{
        font-size:15px;
        padding: 0px 15px;
        height:35px;
    }
    .pd4_table{
        margin-top:35px;
    }
    .pd4_table table{
        width:800px;
    }
    .pd1 .text .txt,.pd2_c ul li .txt{
        font-weight:500;
    }
}
@media(max-width: 640px){
    .left1{
        padding:30px 15px 20px;
        width:100%;
    }
    .left_sort h2{
        margin-bottom:12px;
    }
    .p_sort{
        display:flex;
        flex-wrap:wrap;
    }
    .p_sort li{
        margin-right:12px;
    }
    .p_sort li a{
        padding-left:25px;
    }
    .right1{
        padding:35px 15px;
        width:100%;
    }
    .sort_a dl dt{
        margin-bottom:25px;
    }
    .pd1, .pd3, .pd4{
        /*padding:0px 0 55px;*/
    }
    .pd1 .text{
        width:100%!important;
        padding:0;
    }
    .pd1 .text h1 {
        font-size: 20px;
    }
    .pd1 .text .txt {
        font-size: 14px;
        margin: 15px 0 25px;
        font-weight:500;
    }
    .pd1 .img{
        width:100%!important;
        padding:0 20%;
        margin-top:20px;
    }
    .pd2{
        padding:35px 0px;
    }
    .pd2_c ul li .p_num {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }
    .pd2_c ul li .txt {
        width: calc(100% - 45px);
    }
    .pd2_c, .p_table, .pd4_img {
        margin-top: 25px;
    }
    .pd4_img p{
        width:50%;
        padding:0 15px;
    }
    .p5_tab.big_table table{
        width:600px;
        min-width:600px;
    }
    .p5_li p{
        font-size:14px;
        padding: 0px 12px;
        margin: 0 12px!important;
    }
    .pd4_table{
        margin:25px auto 0;
    }
}
@media(max-width: 460px){
    .product_list li{
        width: 100%;
        margin-right:0;
        margin-bottom:20px;
    }
    .product_list li a.img{
        height:auto;
        padding:20px 10%;
    }
    /*.pd4_img p{*/
    /*    width:100%;*/
    /*    padding:10px 20%;*/
    /*}*/
}


.case_sort{
    padding-top:115px;
}
.case_sort .wrap{
    display: flex;
}
.case_sort .wrap a{
    width: 20%;
    font-size:24px;
    color: #000000;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    padding:28px 54px 30px;
    cursor: pointer;
}
.case_sort .wrap a .img1{
    width: 47px;
    height: 47px;
    position:relative;
    overflow: hidden;
}
.case_sort .wrap a .img1 img{
    display: inline-block;
    position: absolute;
    top:-47px;
    left:0;
/*    transition:all 0.5s ease-out;*/
}
.case_sort .wrap a p{
    line-height: 1.4;
    margin-top:14px;
}
.case_sort .wrap a.cur{
    background: url(../images/case_sort.png) no-repeat right bottom #144a90;
    color: #fff;
}
.case_sort .wrap a.cur .img1 img{
    top:0;
}

.case_content{

}
.case_tab{
    display: none;
    flex-wrap: wrap;
}
.case_tab .text{
    width: 50%;
    background: #f6f6f6;
    padding:30px 108px 30px 10.9%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000000;
}
.case_tab .text h3{
    font-size:40px;
    line-height: 1;
    font-weight: normal;
}
.case_tab .text .txt{
    margin:45px 0 115px;
    font-size:18px;
}
.case_tab .img{
    width: 50%;
    background: #dbdbdb;
}
.case_tab .img img{
    min-height:100%;
}
/*#case_video{
    padding-bottom:100px;
}*/
#case_video .swiper-slide{
    border-radius: 10px;
    overflow: hidden;
}
#case_video .swiper-slide a.video_click{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    background: url(../images/player2.png) no-repeat center;
}
#case_video .swiper-slide:hover .img img{
    transform:scale(1.1);
}
.case2_btn{
    position: relative;
    margin-top:48px;
    height: 50px;
}
#case_video .swiper-button-prev,#case_video .swiper-button-next{
    width: 50px;
    height: 50px; 
    border:1px solid #ebebeb; 
    border-radius: 50%;  
    margin-top:-25px;
}
#case_video .swiper-button-prev{
    background: url(../images/left3.png) no-repeat center;
    left:50%;
    margin-left: -60px;
}
#case_video .swiper-button-prev:hover{
    background: url(../images/right3.png) no-repeat center #144a90;
    transform:rotate(-180deg);
    border:1px solid #144a90; 
}
#case_video .swiper-button-next{
    background: url(../images/left3.png) no-repeat center;
    transform:rotate(-180deg);
    right:50%;
    margin-right: -60px;
}
#case_video .swiper-button-next:hover{
    background: url(../images/right3.png) no-repeat center #144a90;
    transform:rotate(-0deg);
    border:1px solid #144a90; 
}
.case_tab.cur{
    display: flex;
}

.case2{
    padding:117px 0 130px;
}
#case_video{
    margin-top:65px;
}
@media(max-width: 1600px){
    .case_sort{
        padding-top:100px;
    }
    .case_sort .wrap a{
        font-size:20px;
        padding:25px 30px;
    }
    .case_tab .text{
        padding:30px 65px 30px 88px;
    }
    .case_tab .text h3{
        font-size:32px;
    }
    .case_tab .text .txt {
        margin: 30px 0 70px;
        font-size: 15px;
    }    
    .case2{
        padding:100px 0;
    }
}
@media(max-width: 1280px){
    .case_sort{
        padding-top:70px;
    } 
    .case_sort .wrap a{
        font-size:18px;
        padding:20px 25px;
    }
    .case_tab .text{
        padding:30px 50px;
    }
    .case_tab .text h3{
        font-size:28px;
    }
    .case_tab .text .txt {
        margin: 20px 0 50px;
        font-size: 14px;
    } 
    .case2{
        padding:70px 0;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .case_sort{
        padding-top:55px;
    }  
    .case_sort .wrap{
        width:100%;
    }
    .case_sort .wrap a{
        font-size: 15px;
        padding: 20px 15px;
    }
    .case_tab .text {
        padding: 30px 25px;
    } 
    .case_tab .text h3 {
        font-size: 24px;
    }
    .case_tab .text .txt {
        margin: 10px 0 30px;
    }
    .case2{
        padding:55px 0;
    }
    #case_video{
        margin-top:40px;
    }
    .case2_btn{
        margin-top:35px;
    }
}
@media(max-width: 640px){
    .case_sort{
        padding-top:35px;
    } 
    .case_sort .wrap{
        flex-wrap:wrap;
    }
    .case_sort .wrap a{
        width:calc(100% / 3);
        padding: 15px 11px;
        font-size:14px;
    }
    .case_sort .wrap a:nth-child(1),.case_sort .wrap a:nth-child(2){
        width:50%;
    }
    .case_sort .wrap a .img1{
        height:30px;
        width:30px;
        margin:0 auto;
    }
    .case_sort .wrap a .img1 img{
        height:60px;
        top:-30px;
    }
    .case_sort .wrap a p{
        text-align:center;
    }
    .case_tab .text{
        width:100%;
    }
    .case_tab .text h3{
        font-size:20px;
    }
    .case_tab .img{
        width:100%;
    }
    .case2{
        padding:35px 0;
    }    
    #case_video{
        margin-top:30px;
    }
    .case2_btn{
        margin-top:20px;
    }
}


.fw1{
    padding:125px 0 70px;
}
.fw1 .img{
    width: calc(100% - 470px);
    float: left;
    padding-right: 30px;
}
.fw1 .a_t1 h2,.fw1 .a_t1 p{
    text-align: left;
}
.fw1 .a_t1 p{
    line-height: 1.6;
}
.fw1 .text{
    width: 470px;
    float: right;
}
.fw1 .txt{
    margin-top:60px;
}
.fw1 .txt dl{
    color: #000000;
    padding-left: 28px;
    background: url(../images/wd.png) no-repeat left 3px;
    margin-bottom:15px;
}
.fw1 .txt dl:last-child{
    margin-bottom:0px;
}
.fw1 .txt dl dt{
    font-size:18px;
    line-height: 1;
    margin-bottom: 5px;
}
.fw1 .txt dl dd{
    font-size:16px;
}
.fw1 .txt dl:nth-child(1) dt{
    font-size: 22px;
    font-weight: bold;
    color: #144a90;
}
.fw1 .txt dl:nth-child(1) dd{
    font-size: 20px;
    font-weight: bold;
    color: #144a90;
}
.fw1_2{
    padding:88px 0 100px;
    background: #f5f5f5;
}
#hzhb{
    margin-top:75px;
    padding-bottom: 80px;
}
#hzhb .swiper-slide{
    padding:10px 5px;
    background: #fff;
    text-align: center;
}
.fw{
    padding:115px 0 200px;
}
.a_t1 h2{
    font-size:40px;
    color: #000000;
    font-weight: normal;
    text-align: center;
    line-height: 1;
}
.fw .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:75px;
}
.fw .cont .text{
    width: 48%;
}
.fw .cont .text .txt{
    font-size:16px;
    color: #000000;
    margin-bottom:82px;
    /*max-height: 365px;*/
    min-height:100px;
    /*overflow-y: auto;*/
    /*padding-right: 55px;*/
}
.fw .cont .text .txt::-webkit-scrollbar {/*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¦â€¢Â´Ã¤Â½â€œÃ¦Â Â·Ã¥Â¼Â*/
    width: 3px;     /*Ã©Â«ËœÃ¥Â®Â½Ã¥Ë†â€ Ã¥Ë†Â«Ã¥Â¯Â¹Ã¥Âºâ€Ã¦Â¨ÂªÃ§Â«â€“Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã§Å¡â€žÃ¥Â°ÂºÃ¥Â¯Â¸*/
    height: 1px;
}
.fw .cont .text .txt::-webkit-scrollbar-thumb {/*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã©â€¡Å’Ã©ÂÂ¢Ã¥Â°ÂÃ¦â€“Â¹Ã¥Ââ€”*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #144a90;
}
.fw .cont .text .txt::-webkit-scrollbar-track {/*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã©â€¡Å’Ã©ÂÂ¢Ã¨Â½Â¨Ã©Ââ€œ*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #dbdbdb;
}
.fw .cont .text .txt strong{
    display: block;
    font-weight: normal;
    font-size:24px;
    line-height: 1.4;
    margin-bottom: 12px;
    margin-top:25px;
}
.fw .cont .text .txt p:first-child strong{
    margin-top:0px;
}
.fw .cont .img{
    width: 45%;
    text-align: right;
}

.a_t1 p{
    font-size:16px;
    color: #666666;
    margin-top:15px;
    text-align: center;
}
.wrap3{
    max-width: 1200px;
}
.message3 ul{
    margin-top:55px;
    display: flex;
    flex-wrap: wrap;
}
.message3 ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom:18px;
    position: relative;
}
.message3 ul li:first-child{
    display: none;
}
.message3 ul li:nth-child(2n+1){
    margin-right: 0;
}
.message3 ul li input{
    display: block;
    width: 100%;
    line-height: 62px;
    border:1px solid #dbdbdb;
    padding:0 20px;
    font-size:16px;
    outline: none;
}
.message3 ul li:last-child{
    width: 100%;
    margin-right: 0;
}
.message3 ul li textarea{
    display: block;
    width: 100%;
    line-height: 62px;
    height: 124px;
    border:1px solid #dbdbdb;
    padding:0 20px;
    font-size:16px;
    outline: none;
}
.message3 ul li.select{
    width: 100%;
    margin-right: 0;
}
.message3 ul li.select:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #154b8f;
    top: 50%;
    right: 50px;
    cursor: pointer;
    z-index: -2;
    margin-top: -4px;
}
.message3 ul li select{
    display: block;
    width: 100%;
    height: 62px;
    border:1px solid #dbdbdb;
    padding:0 20px;
    font-size:16px;
    outline: none;
    color: #666;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.message3 ul li.select select:focus {
    outline: none;
}
/*Ã¤Â¿Â®Ã¦â€Â¹option*/
.message3 ul li option::-ms-expand{ display: none; }Ã‚Â 
.message3 ul li option{Ã‚Â 
    Ã‚Â -moz-appearance:none; /* Firefox */Ã‚Â 
    Ã‚Â -webkit-appearance:none; /* Safari Ã¥â€™Å’ Chrome */Ã‚Â 
    Ã‚Â appearance:none;Ã‚Â 
    padding:10px 0!important;
    display: block;
}Ã‚Â 
/* --Ã¨Æ’Å’Ã¦â„¢Â¯Ã¨â€°Â²Ã¥Â­â€”Ã¤Â½â€œÃ©Â¢Å“Ã¨â€°Â²--*/
.message3 ul li option:hover{ 
    color:#fff; 
    background-color:#154b8f; 
}
.message3 button{
    display: block;
    outline: none;
    width: 180px;
    height: 50px;
    background: none;
    border:1px solid #144a90;
    font-size:16px;
    color: #144a90;
    border-radius: 6px;
    cursor:pointer;
    margin:50px auto 0;
}
.message3 button:hover{
    background: #144a90;
    color: #fff;
}
.download_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:70px;
}
.download_list a{
    display: flex;
    flex-wrap: wrap;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #ccc;
    padding:40px 32px 20px 38px;
}
.download_list a:nth-child(3n){
    margin-right: 0;
}
.download_list a .img1{
    width: 78px;
}
.download_list a .text{
    width: calc(100% - 78px);
    padding-left: 52px;
}
.download_list a .text p{
    line-height: 1.4;
    margin-bottom:38px;
    font-size:22px;
    color: #000000;
}
.download_list a .text .img2{
    text-align: right;
}
@media(max-width: 1600px){
    .fw1{
        padding:100px 0 70px;
    }
    .a_t1 h2{
        font-size:32px;
    }
    .a_t1 p{
        font-size:14px;
        margin-top:10px;
    }
    .fw1 .txt{
        margin-top:50px;
    }
    .fw1 .txt dl dt{
        font-size:16px;
    }
    .fw1 .txt dl dd{
        font-size:14px;
    }
    .fw{
        padding:100px 0;
    }
    .fw .cont .text .txt{
        font-size:14px;
        margin-bottom: 60px;
        /*padding-right: 35px;*/
    }
    .fw .cont .text .txt strong{
        font-size:20px;
    }
    .download_list a{
        padding:20px 30px;
    }
    .download_list a .text{
        padding-left:40px;
    }
    .download_list a .text p{
        font-size:20px;
    }
    .message3 ul li{
        margin-bottom:15px;
    }
    .message3 ul li input {
        line-height: 46px;
        padding: 0 15px;
        font-size: 14px;
    }
    .message3 ul li select{
        line-height: 46px;
        height: 46px;
        padding: 0 15px;
        font-size: 14px;        
    }
    .message3 ul li.select:before{
        right:30px;
    }
    .message3 ul li textarea{
        line-height: 46px;
        height: 92px;
        padding: 0 15px;
        font-size: 14px;         
    }
    .message3 button {
        width: 150px;
        height: 46px;
        font-size: 15px;
        margin: 35px auto 0;
    }
}
@media(max-width: 1280px){
    .fw1,.fw1_2,.fw{
        padding:70px 0;
    } 
    .a_t1 h2 {
        font-size: 28px;
    }
    .fw1 .txt {
        margin-top: 35px;
    }
    .fw1 .txt dl dt{
        font-size:15px;
    }
    #hzhb {
        margin-top: 65px;
        padding-bottom: 60px;
    }
    .fw .cont,.download_list{
        margin-top: 65px;
    }

    .download_list a .text p{
        font-size:18px;
        margin-bottom:25px;
    }
}
@media(max-width: 1024px){
    .fw .cont .text{
        width:50%;
    }
    /*.fw .cont .text .txt{*/
    /*    max-height: 320px;*/
    /*}*/
    .fw .cont .text .txt strong{
        font-size:18px;
    }
}
@media(max-width: 820px){
    .fw1,.fw1_2,.fw{
        padding:55px 0;
    }
    .a_t1 h2 {
        font-size: 24px;
    }
    .fw1 .img {
        width: calc(100% - 300px);
    }
    .fw1 .text{
        width:300px;
    }
    #hzhb {
        margin-top: 40px;
        padding-bottom: 50px;
    }
    .fw .cont,.download_list,.message3 ul{
        margin-top: 40px;
    }
    .fw .cont .text .txt{
        /*max-height: 260px;*/
        margin-bottom: 35px;
        /*padding-right: 20px;*/
    }
    .fw .cont .text .txt strong{
        font-size:16px;
        margin-bottom:7px;
        font-weight:bold;
    }
    .download_list a{
        width:49%;
        margin-bottom:25px;
    }
    .download_list a:nth-child(3n){
        margin-right:2%;
    }
    .download_list a:nth-child(2n){
        margin-right:0%;
    }    
}
@media(max-width: 640px){
    .fw1,.fw1_2,.fw{
        padding:35px 0;
    }
    .a_t1 h2 {
        font-size: 20px;
    }
    .fw1 .img {
        width: 100%;
        padding-right:0;
    }
    .fw1 .text{
        width:100%;
        margin-top:25px;
    }
    #hzhb {
        margin-top: 30px;
    }
    .fw .cont,.download_list,.message3 ul{
        margin-top: 30px;
    }
    .fw .cont .text{
        width:100%;
    }
    .fw .cont .text .txt{
        /*max-height: 220px;*/
        margin-bottom: 20px;
        /*padding-right: 15px;*/
    }
    .fw .cont .img{
        width:100%;
        margin-top:25px;
    }
    .download_list a{
        width:100%;
        margin-bottom:20px;
        padding:20px;
    }
    .download_list a .text p{
        margin-bottom:20px;
    }
    .message3 ul li{
        width:100%;
        margin-right:0;
        margin-bottom:12px;
    }
    .message3 ul li.select:before{
        right:20px;
    }
    .message3 button {
        width: 120px;
        height: 42px;
        font-size: 14px;
        margin: 20px auto 0;
    }
}


.n_news{
    padding:100px 0 30px;
}
.wrap2{
    max-width: 1500px;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 80px;
}
.news_list li:nth-child(4n){
    margin-right: 0;
}
.news_list li a{
    display: block;
}
.news_list li a .text{

}
.news_list li a .date2{
    font-size:14px;
    color: #000000;
    margin:25px 0;
}
.news_list li a h3{
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:20px;
    color: #000000;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 10px;
}
.news_list li a .txt{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size:16px;
    color: #666;
    margin:22px 0;
    display: none;
}
.news_list li a .line1{
    width: 100%;
    height: 1px;
    background: #dddddd;
    position: relative;
    margin-bottom:25px;
}
.line1:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 0%;
    height: 1px;
    transition:all 0.6s ease-out;
    background: #144a90;
}
.more2{
    font-size:16px;
    color: #666666;
    display: flex;
    align-items: center;
}
.more2 i{
    display: block;
    background: url(../images/more2.png) no-repeat center;
    width: 26px;
    height: 15px;
    margin-left: 22px;
    opacity: 0;
}
.news_list li a:hover .img img{
    transform:scale(1.1);
}
.news_list li a:hover h3{
    color: #144a90;
}
.news_list li a:hover .line1:after{
    width: 100%;
}
.news_list li a:hover .more2{
    color: #144a90;
}
.news_list li a:hover .more2 i{
    opacity: 1;
}
.news_detail{
    max-width: 1200px;
    padding:85px 0 150px;
}
.news_detail h1{
    font-size:36px;
    color: #000000;
    line-height: 1.4;
    font-weight: normal;
    text-align: center;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding:10px 0 55px;
}
.news_detail .content{
    font-size:16px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}
@media(max-width: 1600px){
    .news_list li{
        margin-bottom:55px;
    }
    .news_list li a .date2 {
        margin: 25px 0 10px;
    }
    .news_list li a h3{
        font-size:18px;
    }
    .news_list li a .txt,.more2{
        font-size:14px;
    }
    .news_detail{
        padding:85px 0;
    }
    .news_detail h1{
        font-size:26px;
    }
    .info_title{
        padding:10px 0 25px;
    }
    .news_detail .content{
        font-size:15px;
        margin-bottom: 35px;
    }
}
@media(max-width: 1280px){
    .n_news{
        padding:70px 0 30px;
    } 
    .news_list li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 45px;
    }
    .news_list li:nth-child(4n){
        margin-right:2%;
    }
    .news_list li:nth-child(3n){
        margin-right:0%;
    }
    .news_detail{
        padding:70px 0;
    }
    .news_detail h1{
        font-size:22px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .n_news{
        padding:55px 0 15px;
    }
    .news_list li{
        width: 49%;
        margin-bottom: 35px;
    }
    .news_list li:nth-child(3n){
        margin-right: 2%;
    }
    .news_list li:nth-child(2n){
        margin-right: 0;
    }
    .news_list li a h3{
        font-size:16px;
    } 
    .news_detail{
        padding:55px 0;
    }
    .news_detail h1{
        font-size:18px;
    }
}
@media(max-width: 640px){
    .n_news{
        padding:35px 0 10px;
    }
    .news_detail{
        padding:35px 0;
    }
    .news_detail h1{
        font-size:17px;
    }
    .info_title{
        padding:10px 0 15px;
    }
    .news_detail .content{
        margin-bottom: 25px;
    }
}
@media(max-width: 460px){
    .news_list li{
        width: 100%;
        margin-right:0!important;
    }  
    .news_list li a .txt{
        margin:12px 0 15px;
    }
    .news_list li a .line1{
        margin-bottom:15px;
    }    
}

.contact1{
    padding-bottom:125px;
}
#c1{
    padding-top:100px;
    width: 45%;
    float: left;
}
#c1 h2{
    font-size:40px;
    color: #144a90;
    line-height: 1;
}
#c1 .p1{
    font-size:20px;
    color: #000000;
    line-height: 1.6;
    margin:22px 0 40px;
    font-weight: 100;
}
#c1 .txt{
    font-size:18px;
    color: #666666;
    margin-bottom:60px;
}
#c1 .txt p{
    margin-bottom:12px;
}
#c2{
    padding-top:100px;
    width: 51%;
    float: right;
}
.mess_t h2{
    font-size:40px;
    color: #000000;
    line-height: 1;
}
.mess_t p{
    font-size:20px;
    color: #000000;
    margin-top:12px;
}
#c2 ul{
    display: flex;
    flex-wrap: wrap;
}
#c2 ul li{
    width: 48%;
    margin-right: 4%;
    margin-top:45px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 100;
}
#c2 ul li:first-child{
    display: none;
}
#c2 ul li:nth-child(2n+1){
    margin-right: 0;
}
#c2 ul li .p1{
    font-size:14px;
    color: #000000;
    margin-bottom:18px;
}
#c2 ul li .p1 span{
    color: #ff0000;
}
#c2 ul li input{
    display: block;
    border:none;
    outline: none;
    font-size:16px;
    color: #999999;
    line-height: 46px;
    width: 100%;
}
#c2 ul li input[type=text]::placeholder{
    color: #999999;   
}
#c2 ul li input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
#c2 ul li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
#c2 ul li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
#c2 ul li input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}

#c2 ul li:last-child{
    width: 100%;
    margin-right: 0;
}
#c2 ul li textarea{
    display: block;
    border:none;
    outline: none;
    font-size:16px;
    color: #999999;
    line-height: 46px;
    height: 92px;
    width: 100%;
}
#c2 ul li textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
#c2e ul li textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
#c2 ul li textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
#c2 ul li textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
#c2 button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 215px;
    height: 52px;
    font-size:15px;
    color: #fff;
    border:none;
    outline: none;
    cursor: pointer;
    background: #144a90;
    margin-top:45px;
    padding:0 15px;
    transition:all 0.3s ease-out;
}
#c2 button i{
    display: block;
    width: 26px;
    height: 15px;
    background: url(../images/more1.png) no-repeat center;    
}
#c2 button:hover{
    padding:0 15px;
    background:#295fa5;
}
.map{
    max-width: 500px;
}
@media(max-width: 1600px){
    .contact1 {
        padding-bottom: 100px;
    }
    #c1 h2,.mess_t h2{
        font-size:32px;
    }
    #c1 .p1{
        font-size:16px;
    }
    #c1 .txt{
        font-size:15px;
    }
    .mess_t p{
        font-size:16px;
    }
    #c2 ul li{
        margin-top:35px;
    }
    #c2 ul li .p1{
        margin-bottom:10px;
    }
    #c2 ul li input{
        font-size:14px;
        line-height:40px;
    }
    #c2 ul li textarea {
        font-size: 14px;
        line-height: 40px;
        height: 80px;
    }
    #c2 button{
        /*width:160px;*/
        font-size:15px;
        padding:0 15px;
    }
    .map{
        max-width: 400px;
    }
}
@media(max-width: 1280px){
    .contact1 {
        padding-bottom: 70px;
    }
    #c1{
        padding-top:70px;
    }
    #c2{
        padding-top:70px;
    }
    #c1 h2,.mess_t h2{
        font-size:28px;
    }
    #c1 .p1 {
        font-size: 15px;
        margin: 15px 0 25px;
    }
    .mess_t p {
        font-size: 15px;
    }
    #c2 ul li {
        margin-top: 25px;
        padding-bottom:6px;
    }
    .map{
        max-width: 300px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .contact1 {
        padding-bottom: 55px;
    }
    #c1{
        padding-top:55px;
    } 
    #c2{
        padding-top:55px;
    }
    .map{
        max-width: 240px;
    }
    #c1 .p1,#c2 ul li{
        font-weight:500;
    }
}
@media(max-width: 767px){
    .contact1 {
        padding-bottom: 35px;
    }
    #c1{
        padding-top:35px;
        width:100%;
    } 
    #c1 .p1 {
        font-size: 14px;
        margin: 12px 0 20px;
    }
    #c1 .txt{
        font-size:14px;
        margin-bottom:0px;
    }
    #c1 .txt p{
        margin-bottom:5px;
    }
    .map{
        display:none;
    }
    #c2{
        padding-top:35px;
        width:100%;
    }
    #c1 h2, .mess_t h2 {
        font-size: 22px;
    }
    .mess_t p {
        font-size: 14px;
    }
    #c2 ul li {
        margin-top: 20px;
    }
    #c2 button{
        /*width: 140px;*/
        font-size: 14px;
        margin-top:30px;
        padding:0 15px!important;
    }
}


h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}

h3.tag{
    font-size: 16px;
    color: #000000;   
    font-weight: normal;
    display: none;
}
.page{
    font-size: 16px;
    color: #000000;  
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;  
}
.page_l,.page_r{
    max-width: 50%;
}
.page a{
    font-size: 16px;
    color: #000000;     
}
.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: 180px;
    left:-185px;
    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 #144a90;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a .r_code{
    position: absolute;
    width: 120px;
    height: 120px;
    left: -130px;
    top: -30px;
    opacity: 0;
    display: none;
    background: #fff;
}
.online-server a:hover .r_code{
    opacity: 1;
    display: block;
}
.online-server a.r_tel{
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a.r_tel:hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a.r_weixin{
    background: url(../images/r_i4.png) no-repeat center;
    background-size: 27px;
}
.online-server a.r_weixin:hover{
    background: url(../images/r_i4_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a.r_douyin{
    background: url(../images/r_i5.png) no-repeat center;
    background-size: 27px;
}
.online-server a.r_douyin:hover{
    background: url(../images/r_i5_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a#online-service{
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a#online-service:hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a#gotop2{
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a#gotop2:hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
    .page,.page a{
        font-size:14px;
    }
}
@media(max-width: 820px){
    h1.title{
        font-size: 18px;
    }
    .online-server{
        right:0px;
    }
    .page_l, .page_r{
        width:100%;
        max-width:100%;
    }
}
@media(max-width: 640px){
    .online-server{
        display: none;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#dbdbdb 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#144a90;color:#fff; text-decoration:none;border:#144a90 1px solid;}
.pageController .currPage {background-color: #144a90;color:#fff;border:#144a90 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: #144a90;
    vertical-align: middle;
    border: 1px solid #144a90; 
    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: #0067ac;
    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;
    }
    footer{
        padding-bottom:56px;
    }
}


/*Ã¥Â®Â¢Ã¦Å“Â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;
}