/*头部样式*/
header{
    position: fixed;
    top:0;
    left:0;
    background:#fff;
    z-index: 999999;
    width: 100%;
    transition: all 0.4s ease-out;
/*}
header.c-head-hide{
    position: fixed;*/
    /*box-shadow: 0 0 10px #ccc;*/
}
.h100{
    height: 100px;
}
.head{

}
.wrap{
    width: 86%;
/*    max-width: 1610px;*/
    margin: 0 auto;
}
.head .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    padding:0 50px;
}
.logo{
/*    width: 30%;*/
}
.logo img{
    max-height: 25px;
}
.head_r{
    max-width: 75%;
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.h_lang{
    position: relative; 
    margin:0 35px 0 78px;
    height: 100%;
    line-height: 80px;
    cursor: pointer;
}
.h_lang_a{
    position: absolute;
    top:80px;
    left:50%;
    width: 90px;
    margin-left: -45px;
    background:#fff;
    box-shadow: 0 0 10px #eee;
    display: none;
    z-index: 9;
}
.h_lang:hover .h_lang_a{
    display: block;
}
.h_lang_a a{
    font-size: 14px;
    color: #666;
    display: block;
    text-align: center;
    line-height: 2em;
}
.h_lang_a a:hover,.nav li .b_nav a:hover{
    background:#075c9f;
    color: #fff;
}
.nav{
    display: flex;
    align-items:center;
}
.nav li{
    position: relative;
    margin-right: 50px;
    transition:0.5s;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 20px;
    color: #1a1a1a;
    text-align: center;
    line-height: 100px;
}
.nav li:hover a.a1{
    color: #075c9f;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:80px;
    left:50%;
    z-index: 999;
    background-color: #fff;
    width: 260px;
    box-shadow: 0 0 10px #eee;
    margin-left: -130px;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #666;  
    line-height: 1.5;
    padding:8px 2px;
}
.head_nav_more{

}
.head_nav_more a{
    display: flex;
    justify-content: center;
    align-items:center;
    border-radius: 26px;
    height: 52px;
    background:#0074A7;
    color: #fff;
    padding:10px 20px;
    transition: all 0.4s ease-out;
    font-size:17px;
}
.head_nav_more a:hover{
/*    box-shadow: 0 0 10px #075c9f;*/
background:#54B0D9;
}
/*.head_nav_more a i{
    margin-right: 15px;
}*/

.index_banner{
    padding:0 10px;
}
#index_banner{
    text-align: center;
    border-radius: 20px;
}
#index_banner img{
    width:100%;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.banner_text .txt{
    margin-bottom:82px;
    width: 55%;
}
.banner_text .txt .p1{
    font-size:60px;
    text-shadow: 1px 2px 4px #fff;
    color: #075c9f;
    font-family: "puhui85";
    line-height: 1.2;
}
.banner_text .txt .p2{
    font-size: 46px;
    text-shadow: 1px 2px 4px #fff;
    color: #1a1a1a;
    /* letter-spacing: 14px; */
    line-height: 1.2;
    margin-top: 10px;
}
.index_banner2{
    position: relative;
    width:calc(100% - 20px);
    margin:0 auto;
    border-radius: 20px;
    overflow: hidden;
    max-height: 615px;
}
.index_banner2 video{
    width:100%;
}
.index_banner2:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    
/*
    --background-overlay: '';
    background: var(--background-overlay, rgba(0, 0, 0, 0.4));    
    background-image: url(../images/Hero-Image-Overlay.png);

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;

*/    
    
  background: linear-gradient(
    to right, 
    rgba(0, 0, 0, .8) 0%, 
    rgba(0, 0, 0, 0) 100% 
  );

  transition: background 0.3s ease; 
  border-radius: inherit; 
    

    /*background-color: transparent;*/
    /*--background-overlay: '';*/
    /*background-image: linear-gradient(226deg, #0000007A 0%, #0074A77D 81%);*/

    /*background-color: #000000;*/
    /*background-image: url(../images/Action-Card-Image-Hover.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.about_banner:before{
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, .8) 0%, 
    rgba(255, 255, 255, 0) 100% 
  );    
}
.about_banner .index_banner2_text{
    color: #000;
}
.index_banner2 .text{
    font-size:50px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    line-height: 1.4;
}
.index_banner2 .text font{
    font-size:80px;
    color: #ff0000;
    font-weight: bold;
/*    -webkit-text-stroke: 1px #fff;*/
}
.index_video{
    display: flex;
    align-items: flex-end;
}


/*搜索*/
.show{
    display: block!important;
}
.search{
    height: 100%;
}
.ss{
    cursor: pointer;
}
.h_search{
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: 160px;
    border-top: 1px solid #dfdede;
    z-index: 99;
    background: #fff;
    display: none;
    transition: top 0.36s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
}
.h_search_c{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#formsearch{
    width: 690px;
    padding: 8px;
    border-bottom: 1px solid #dfdede;
    display: flex;
    align-items: center;
}
#keyword{
    outline: none;
    border:none;
    width: calc(100% - 30px);
    height: 26px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
    padding-right: 12px;
}
#s_btn{
    width: 50px;
    height: 40px;
    background: url(../images/ss.png) no-repeat center #fff;
    font-size:16px;
    color: #075c9f;
    line-height: 40px;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
}
.search:hover #formsearch{
    display: flex;
}
.search_ts{
    position: absolute;
    top:42px;
    left:0;
    width: 100%;
    background: #075c9f;
    border: 1px solid #dbdbdb;
    display: none;
    z-index: 999;
}
.search_ts ul{
    color: #333333;
    display: block;
    outline: none;
    cursor: default;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #075c9f;    
}
.search_ts ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 10px;
    line-height: 1.2;
    height: 30px;
    font-size:12px;
    color: #333;
    cursor: pointer;
}
.search_ts ul li a:hover{
    background: #fafafa;
}
.tag_total{
    font-size: 20px;
    color: #333;
}
.index_banner2_text{
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*text-align: center;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    line-height: 1.4;
}
.index_banner2_text .p1{
    font-size: 20px;
}
.index_banner2_text .p2{
    font-size: 62px;
    margin:20px 0;
}
.index_banner2_text .p3{
    font-size: 26px;
    width: 62%;
}
.index_banner2_text .index_more a{
    max-width: 346px;
    margin-top:50px;
    padding:15px 25px;
    background: #fff;
    color: #0074A7;
    border:1px solid #0074A7;
}
.index_banner2_text .index_more a i svg{
    fill: #0074A7;
}
.index_banner2_text .index_more a:hover{
    background: #0074A7;
    color: #fff;
    /*border:1px solid #0074A7;    */
}
.index_banner2_text .index_more a:hover i svg{
    fill: #fff;    
}
@media(max-width:1760px){
    .logo img{
        max-height: 20px;
    }
    .nav li{
        margin-right:40px;
    }
    .nav li a{
        font-size:18px;
    }
    .head_nav_more a{
        font-size:16px;
    }
}
@media(max-width:1600px){

    .nav li{
        margin-right:30px;
    }
    .nav li a{
        font-size:16px;
    }
    .h_search{
        top:80px;
    }  
    .index_banner2 .text{
        font-size:42px;
    }
    .index_banner2 .text font{
        font-size:72px;
    }
    .index_banner2_text .p2{
        font-size:52px;
    }
    .index_banner2_text .p3{
        font-size:20px;
        width:70%;
    }
}
@media(max-width:1440px){
    .head .wrap{
        padding:0 2%;
    } 
    .nav li {
        margin-right: 22px;
    }
    .index_banner2_text .p2{
        font-size:46px;
    }
    .index_banner2_text .p3{
        font-size:17px;
    }
    .head_nav_more a{
        padding:6px 15px;
    }
}
@media(max-width:1280px){

    .wrap{
        width:90%;
    }
    .logo img{
        max-height:20px;
    }
    .nav li {
        margin-right: 25px;
    }
    .nav li a{
        font-size:15px;
    }
    .head_nav_more a{
        font-size:16px;
    }
    .index_banner2 .text{
        font-size:32px;
    }
    .index_banner2 .text font{
        font-size:60px;
    }
    #keyword{
        font-size:14px;
    }
    #s_btn{
        font-size:12px;
    }
}
@media(max-width:1199px){
    .head .wrap{
        /*padding:0 3%;*/
    }
    .wrap{
        width:94%;
    } 
    .nav li {
        margin-right: 14px;
    }
    .head_nav_more a{
        font-size:15px;
        padding:6px 15px;
        border-radius: 21px;
        height: 42px;
    }
}
@media(max-width:1130px){
    .search{
        margin-right:10px;
    }
    #formsearch{
        padding:3px 8px;
    }
    .ss img{
        width:16px;
    }
    .nav li {
        margin-right: 10px;
    }
}
@media(max-width:1099px){
    .nav li a{
        font-size:15px;
    } 
    .index_banner2_text .p3{
        width:100%;
    }
/*}*/
/*@media(max-width:991px){*/
    .head{
        padding:10px 0;
    }
    .head .wrap{
        padding:0 3%;
    }
    .logo img{
        max-height:20px;
    }
    .nav{
        display:none;
    }
    .search{
        margin-right:10px;
    }

    #s_btn{
        font-size:12px;
    }
    .h100{
        height:70px;
    }
    .index_banner2_text .p2{
        font-size:36px;
    }
    .index_banner2_text .index_more a{
        max-width:320px;
        margin-top:35px;
    }

}
@media(max-width:767px){
    .logo img{
        max-height:20px;
    }
    .h_search{
        height: auto;
        padding:15px 0;
    }
    .h_search_c {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        width: 100%;
    }
    #formsearch {
        width: 88%;
        margin: 0 auto;
    }
    #s_btn{
        line-height: 32px;
        height: 32px;
    }
    .index_banner2_text .p1 {
        font-size: 18px;
        margin: 10px 0;
    }
    .index_banner2_text .p2{
        font-size:28px;
    }
    .index_banner2_text .p3{
        font-size: 16px;
        
    }
    .index_banner2_text .index_more a{
        max-width:300px;
        padding:12px 15px;
        margin-top:25px;
    }
}
@media(max-width:640px){
    .h_search{
        top:60px;
    }
    .index_banner2_text .p1 {
        font-size: 16px;
        margin: 10px 0;
    }
    .index_banner2_text .p2{
        font-size:22px;
        line-height:1;
        margin:10px 0;
    }
    .index_banner2_text .p3 {
        font-size: 15px;
    }
}
@media(max-width:380px){
    .logo img{
        max-height: 16px;
    }
}

.index_num_list{
    position: relative;
    z-index: 999;
    top: -40px;
}
.index_num_list ul.wrap{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}
.index_num_list ul.wrap li{
    border:2px solid #E0E6F3;
    border-radius: 10px;
    padding:40px 20px;
    position: relative;
    top:0;
    transition: all 0.4s ease-out;
    background:#fff;
}
.index_num_list ul.wrap li .p1{
    font-family: "Manrope", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.5px;
    color: #414142;
}
.index_num_list ul.wrap li .p2{
    --counter-prefix-grow: 0;
    --counter-suffix-grow: 1;
    --counter-number-grow: 0;
    font-size: 80px;
    font-weight: 500;
    line-height: 88px;
    letter-spacing: -2px;
    color: #0074A7;   
    margin:20px 0; 
    
}
.index_num_list ul.wrap li .p2 font{
    font-family: "Manrope", Sans-serif;
}
.index_num_list ul.wrap li h3{
    font-family: "Manrope", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.5px;
    color: #414142;    
}
.index_num_list ul.wrap li:hover{
    top:-15px;
}
.index_more2{
    display: flex;
    justify-content: flex-end;
    margin-top:30px;
}
.index_hzhb{
    padding-top:70px;
    /*padding-bottom: 90px; */
}
#index_hzhb{
    padding-bottom: 30px;
}
#index_hzhb .swiper-pagination{
    bottom:0;
}
@media(max-width: 1600px){
    .index_num_list ul.wrap li .p2{
        font-size:62px;
        margin: 10px 0;
    }
    .index_num_list ul.wrap li h3{
        font-size:20px;
        line-height:1;
    }
}
@media(max-width: 1280px){
    .index_hzhb{
        /*padding-bottom:75px;*/
        padding-top:50px;
    }
    .index_num_list ul.wrap li .p2{
        font-size:46px;
        line-height:1.2;
    }
}
@media(max-width: 1199px){
    .index_num_list{
        margin-top:40px;
        top:0;
        margin-bottom:40px;
    }
}
@media(max-width: 991px){
    .index_num_list ul.wrap li .p2{
        font-size:32px;
    }
}
@media(max-width: 820px){
    .index_hzhb{
        /*padding-bottom:55px;*/
    }
    .index_num_list ul.wrap li{
        padding: 25px 15px;
    }
    .index_num_list ul.wrap li .p1{
        font-size:20px;
    }
    .index_num_list ul.wrap li h3{
        font-size:16px;
    }
}
@media(max-width: 767px){
    .index_num_list ul.wrap{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }
}
@media(max-width: 640px){
    .index_hzhb{
        /*padding-bottom:40px;*/
        padding-top:35px;
    }
    .index_num_list ul.wrap li .p1{
        font-size:18px;
    }
    .index_num_list ul.wrap li .p2{
        font-size:26px;
    }   
}
@media(max-width: 500px){
    .index_num_list ul.wrap li .p1{
        font-size: 14px;
    }
}



.index_product{
    /*padding:220px 0;*/
    background:url(../images/index_p_bg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
    padding:20px 0;
}
.index_product .wrap{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 616px;
    align-items: center;
}
.index_product_button{
    position: relative;
    width:30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 9;
    height: 100%;
}
.index_product_button:before{
    content: "";
    position: absolute;
    top: 50%;
    height: calc(100% - 20px);
    max-height: 90vh;
    width: 1px;
    background: #B0B7D04D;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 8;
}
.index_product_button li{
    cursor: pointer;
    width:7px;
    height: 7px;
    border-radius: 50%;
    font-size:0;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:#B0B7D0;
    color: #fff;
    margin: 0 auto;
    position:relative;
    z-index: 9;
}
.index_product_button li.active{
    width:23px;
    height: 23px;
    font-size:16px;
}



#index_product_text{
    padding:0 145px;
    width:calc(45% - 30px);
    height: 560px;
    overflow: hidden;
}
/*#index_product_text .index_product_text .swiper-slide*/
.index_product_text_c{
    height: 560px!important;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index_product_text_c .p1{
    font-size:20px;
    line-height: 1.4;
}
.index_product_text_c h2{
    font-size:40px;
    line-height: 1.2;
    margin:30px 0;
}
.index_product_text_c .txt{
    font-size:15px;
    margin-bottom: 30px;
}
.index_product_text .swiper-slide{
    opacity: 0;
}
.index_product_text .swiper-slide-active{
    opacity: 1;
}
.index_more{
    
}
.index_more a{
    display: flex;
    align-items:center;
    flex-direction: row-reverse;;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size:16px;
    padding:10px 25px;
    max-width: 175px;
    transition: all 0.3s ease-out;
}
.index_more a i{
    margin-left: 20px;
    display: inline-block;
    line-height: 1;
    margin-right: 0;
}
.index_more a i svg{
        fill: #fff;
}
.index_more a:hover{
    background:#075c9f;
    border:1px solid #075c9f;
}

#index_product_img{
    width:55%;
}
.index_product_img .swiper-wrapper{
    align-items:center;
    min-height:420px;
}
.index_product_img .swiper-slide {
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 8px;
}
.index_product_img .swiper-slide a{
    display: block;
    position: relative;
}
.index_product_img .swiper-slide a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgb(0,0,0);*/
    /*background: linear-gradient(20deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);*/
    height: 100%;
    width: 100%;
    z-index: 1;    
}
.index_product_img .swiper-slide{
    /*height: 320px;*/
    overflow: hidden;
    width: 325px;
}
.index_product_img .swiper-slide a{
    height: 100%;
}
.index_product_img .swiper-slide a .img img{
    /*height: 320px;*/
    /*width:auto;*/
    /*max-width: unset;*/
}
.index_product_img .swiper-slide a .text{
    position: absolute;
    left:0;
    bottom:0;
    padding:25px 20px;
    color: #333;
    width:100%;
    z-index: 9;
    background: #fff;
}
.index_product_img .swiper-slide a .text h3{
    font-size: 17px;
    line-height: 1.2;    
}

.index_product_img .swiper-slide-active {
    /*height: 410px;*/
    z-index: 10;
    opacity: 1;
    position: relative; /* 确保高亮项在最上层 */
}
/*.index_product_img .swiper-slide-active a .img img*/
.index_product_img .swiper-slide-active a .img{
    /*height: 410px;*/
}
.index_more{

}
.index_more a{
    display: flex;
    justify-content: center;
    align-items:center;
    color: #fff;
}
.index_more a i{
    width:18px;
    height: 18px;
/*    margin-right: 15px;*/
}
.index_product_img_c{
    width: calc(1400px - 40px);
}
.index_product_img_arrow{
    position: relative;
    margin-top:35px;
    height: 52px;
    width:145px;
    z-index: 7;
}
.index_product_img_arrow .swiper-button-prev,.index_product_img_arrow .swiper-button-next{
    background-size: 12px;
    border:1px solid #fff;
    background-color: #000;
    width:48px;
    height: 48px;
    border-radius: 50%;
    background-image:none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_product_img_arrow .swiper-button-prev svg,.index_product_img_arrow .swiper-button-next svg{
    max-width: 18px;
    fill: #fff;
}
.index_product_img_arrow .swiper-button-prev:hover,.index_product_img_arrow .swiper-button-next:hover{
    background-color:#fff;
}
.index_product_img_arrow .swiper-button-prev:hover svg,.index_product_img_arrow .swiper-button-next:hover svg{
    fill: #000;
}
.index_product .index_more a.more1{
    max-width: 140px;
    padding: 6px 15px; 
    transition: all 0.4s ease-out;
    margin-left: 10px;
}
.index_product .index_more a.more1:hover{
    background: #fff;
    color: #0074A7;
    transform: scale(1.1);
}
.index_product .index_more a.more1:hover svg{
    fill: #0074A7;    
}
@media(max-width: 1920px){
    #index_product_text{
        padding:0 120px;
    }    
}
@media(max-width: 1760px){
    #index_product_text{
        padding:0 75px;
    } 
    .index_product_text_c h2{
        font-size: 36px;
    }
}
@media(max-width: 1600px){
    /*.index_product{*/
    /*    padding:170px 0;*/
    /*}*/
    .index_product .wrap{
        height:580px;
    }
    #index_product_text{
        padding:0 60px;
    }
    .index_product_text_c h2{
        font-size:32px;
    }
    .index_product_img .swiper-slide a .text{
        padding:15px;
    }
    .index_product_img .swiper-slide a .text h3{
        font-size:15px;
    }
    .index_more a{
        font-size:15px;
    }
    .index_product_text_c .txt{
        margin-bottom:20px;
    }
}
@media(max-width: 1280px){
    /*.index_product{*/
    /*    padding:120px 0;*/
    /*}*/
    #index_product_text {
        padding: 0 50px;
    }
    .index_product_text_c .p1{
        font-size:18px;
    }
    .index_product_text_c h2{
        font-size:26px;
    }
    .index_product_text_c .txt{
        font-size:14px;
        line-height:1.8;
    }
    .index_product_img .swiper-slide a .text{
        padding:12px;
    }
    .index_product_img .swiper-slide a .text h3{
        font-size:14px;
    }
}
@media(max-width: 1199px){
    #index_product_text {
        padding: 0 40px;
    }
}
@media(max-width: 991px){
    #index_product_text{
        padding:0 25px;
    }
    .index_product_text_c h2 {
        font-size: 24px;
        margin:15px 0;
    }
}
@media(max-width: 820px){
    .index_product{
        padding:75px 0;
    }
    .index_product .wrap{
        height:auto;
    }
    #index_product_text{
        width:100%;
        padding:0;
    }
    #index_product_text,.index_product_text_c {
        height: 500px !important;
    }
    .index_product_text_c{
        justify-content:flex-start;
    }
    .index_product_text_c h2{
        font-size:24px;
    }
    .index_product_text_c .txt{
        font-size:14px;
    }
    #index_product_img{
        width:100%;
    }
    .index_product_img .swiper-wrapper{
        min-height:310px;
    }
    .index_product_img_c{
        width:100%;
    }
    .index_product_img .swiper-slide{
        width:unset!important;
    }
    .index_product_img .swiper-slide{
        /*width:320px!important;*/
    }
    /*.index_product_img .swiper-slide,.index_product_img .swiper-slide a{*/
    /*    height:calc(100% - 30px);*/
    /*}*/
    .index_product_img .swiper-slide-active{
        height:100%;
    }
    .index_product_img .swiper-slide-active a .img{
        height:100%;
    }
    .index_product_img .swiper-slide a:before{
        display:none;
    }
    .index_product_img .swiper-slide a .text{
        display:none;
    }
    .index_product_button{
        position:absolute;
        bottom:14px;
        left:75px;
        width: calc(100% - 150px);
        flex-direction: row;
        /*padding:0 50px;*/
        align-items:center;
        z-index: 7;
        height:auto;
    }
    .index_product_button:before{
        width: 100%;
        height:2px;
    }
    .index_product_img_arrow{
        /*width:calc(100% - 150px);*/
        width:100%;
    }
    .index_product_img_arrow .swiper-button-prev{left:0;}
    .index_product_img_arrow .swiper-button-next{
        right:0;
    }
    /*.index_product_img_arrow .swiper-button-prev, .index_product_img_arrow .swiper-button-next{*/
    /*    width:40px;*/
    /*    height:40px;*/
    /*}*/
    /*#index_product_text, .index_product_text_c{*/
    /*    height:;*/
    /*}*/
    .index_product_text_c .txt{
        margin-bottom:15px;
    }
}
@media(max-width: 767px){
    .index_product{
        padding:40px 0;
    }  
    .index_product_text_c h2{
        font-size:20px;
        margin:5px 0;
    }
    #index_product_text, .index_product_text_c {
        height: 450px !important;
    }
    /*.index_product_img .swiper-slide-active,.index_product_img .swiper-slide{*/
    /*    height:auto;*/
    /*}*/
    /*.index_product_img .swiper-slide-active a .img{*/
    /*    height:auto;*/
    /*}*/
    .index_more a{
        font-size:14px;
    }
    .index_product_text_c .txt{
        font-size:13px;
        line-height:1.6;
    }
}
@media(max-width: 460px){
    .index_product_text_c h2{
        font-size:17px;
    } 
    .index_product_img .swiper-wrapper{
        min-height:160px;
        /*display:none;*/
    }
    #index_product_text, .index_product_text_c{
        /*height:450px!important;*/
        height:400px!important;
    }
    .index_product_img_arrow{
        margin-top:20px;
    }
    .index_product_text_c .txt{
        font-size:12px;
    }
}


.index_case2{
    background: #f9f9f9;
    padding:120px 0;
    margin-top:50px;
}
.index_case2_c{
    margin-top:55px;
}
#index_case2{
    padding-bottom: 50px;
}
#index_case2 dt{
    border-radius: 10px;
    overflow: hidden;
}
#index_case2 dt:hover img{
    transform: scale(1.1);
}
#index_case2 dd{
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin-top:10px;
    display: none;
}
#index_case2 .swiper-pagination{
    bottom:0;
}
.index_more4{
    display: flex;
    justify-content: center;
    margin-top:55px;
}
.index_more4 a {
    display: block;
    width: 125px;
    line-height: 45px;
    background: #0074A7;
    border-radius: 25px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.index_more4 a:hover{
    /*text-decoration: underline;*/
    background: #54B0D9;
}
.index_product2{
    padding:120px 0;
    /*background: url(../images/index_product_bg1.jpg) no-repeat center;*/
    /*background-size: cover;*/
    position: relative;
}
.index_product2_c{
    margin-top:55px;
}
.product_list2{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 60px;    
}
.product_list2 li{
    
}
.product_list2 li a{
    display: block;
    text-align: center;
}
.product_list2 li a .img{
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(13,77,161,.14);  
}
.product_list2 li a .img img{
    border-radius: 10px;     
}
.product_list2 li a p{
    font-size: 18px;
    color: #000;
    line-height: 1.4;
    margin-top: 15px;
}
.product_list2 li:hover .img{
    box-shadow: 0px 0px 10px rgba(13,77,161,.3);
}
.product_list2 li:hover h3 a{
    color:#0d4da1;
}
#cz-indexbg {
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    bottom:0;
    overflow: hidden;
    z-index: -9;
}
@media(max-width:1600px){
    .index_case2,.index_product2{
        padding:100px 0; 
    }
    .product_list2{
        gap:40px;
    }
    .product_list2 li a p{
        font-size:16px;
    }
    .index_case2_c,.index_more4,.index_product2_c{
        margin-top:35px;
    }
}
@media(max-width:1280px){
    .index_case2,.index_product2{
        padding:75px 0; 
    } 
    .product_list2{
        gap:30px;
    }
    .product_list2 li a p{
        font-size:15px;
    }
}
@media(max-width:1199px){
    .product_list2{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 25px;    
    }    
    #cz-indexbg{
        height:400px;
    }
}
@media(max-width:1024px){
    
}
@media(max-width:820px){
    .index_case2,.index_product2{
        padding:55px 0; 
    }   
    .product_list2 li a p{
        font-size:14px;
        margin-top:10px;
    }
}
@media(max-width:767px){
    .product_list2{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px;    
    }  
    #cz-indexbg{
        height:300px;
    }    
}
@media(max-width:640px){
    .index_case2,.index_product2{
        padding:40px 0; 
    } 
    .product_list2{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 15px;    
    } 
    .index_case2_c,.index_more4,.index_product2_c{
        margin-top:30px;
    }
    .product_list2 li a p{
        font-size:13px;
    }
}
@media(max-width:460px){
    .product_list2{
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px 15px;    
    } 
    .product_list2 li a p{
        font-size:14px;
    }
}


.index_case{
    padding:100px 0;
} 
.index_case_li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0,116,167,.5);
    border-radius: 25px;
    margin-bottom: 30px;
}
.index_case_li p{
    text-align: center;
    line-height: 1.4;
    padding:10px 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.index_case_li p.cur{
    background: #0074A7;   
    border-radius: 25px;
}
.index_case .index_case_tabs .index_case_tab{
    display: none;
}
.index_case .index_case_tabs .index_case_tab.cur{
    display: block;
}
.case_list1{

}
.case_list1 dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding:40px 65px;
    border: 2px solid #E0E6F3;
    border-radius: 10px;
    transition: all 0.4s ease-out;
    background: #fff;
}
.case_list1 dl .text{
    width:43%;
    padding-top:28px;
}
.case_list1 dl .text .p1{
    font-family: "Manrope", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 2.5px;
    color: #414142;
    position: relative;
    padding-left: 20px;
}
.case_list1 dl .text .p1:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-7px;
    width:14px;
    height: 14px;
    border-radius: 50%;
    background:#414141;
}
.case_list1 dl .text h3{
    font-family: "Manrope", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.7px;
    color: #0074A7;
    margin:20px 0 25px;
}
.case_list1 dl .text h3 font{
    display: block;
    font-weight: normal;  
    font-size: 20px;
    margin-top:5px;
}
.case_list1 dl .text h3 span{
    font-weight: normal;
}
.case_list1 dl .text .txt{
    list-style-type: disc;
    /*padding-left: 30px;*/
    margin-bottom: 20px;
    font-size: 16px;
}
.case_list1 dl .text .txt li{
    position: relative;
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: disc;
    color: #333;
}
.case_list1 dl .text .txt li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
}
.case_list1 dl .imgs{
    position: relative;
    width:48%;
}
.case_list1 dl .imgs p{
    display: none;
}
.case_list1 dl .imgs p.cur{
    display: block;
}
.case_list1 dl .imgs .img{
    display: block;
    border-radius: 10px;
    border:1px solid #000;
    cursor: pointer;
}
.case_list1 dl .imgs p{
    font-size:16px;
    color: #333;
}
.index_more a.more2{
    display: flex;
    align-items:center;
    flex-direction: row-reverse;;
    justify-content: center;
    border-radius: 30px;
    font-size:18px;
    padding:10px 20px;
    max-width: 245px;
    background:#0074A7;
    border:1px solid #0074A7;
}
.index_more a.more2 i{
    width:22px;
    height: 22px;
    margin-right: 0px;
    margin-left: 10px;
}
.index_more a.more2 i svg{
    fill: #fff;
}
.index_more a:hover{
    background:#414142;
    border:1px solid #414142;
}
.index_scnl{

}
.index_scnl .index_more2{
    justify-content: flex-start;
}
.index_more2{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.index_more2 a:nth-child(2),.index_more3 a{
    background:#fff;
    border:1px solid #0074A7;    
    color: #0074A7;
    margin-left: 12px;
    max-width: 295px;
}
.index_more2 a:nth-child(2) i svg,.index_more3 a i svg{
    fill: #0074A7;
}
.index_more2 a:hover,.index_more3 a:hover{
    background:#414142;
    border:1px solid #414142;
    color: #fff;
}
.index_more2 a:hover i svg,.index_more3 a:hover i svg{
    fill: #fff; 
}
#index_case{
    padding-bottom: 50px;
}
#index_case .swiper-pagination{
    bottom:0;
}
@media(max-width: 1600px){

    .case_list1 dl .text h3{
        font-size:32px;
    }
    .case_list1 dl .text h3 font{
        font-size:18px;
    }
    .case_list1 dl .text .txt{
        font-size:15px;
    }
    .index_more a.more2{
        font-size:15px;
    }
    .index_more2 a:nth-child(2),.index_more3 a{
        max-width:255px;
    }
}
@media(max-width: 1280px){
    .index_case{
        padding:75px 0;
    }
    .case_list1 dl{
        padding:30px 40px;
    }
    .case_list1 dl .text{
        padding-top:0;
        width:45%;
    }
    .case_list1 dl .text h3 {
        font-size: 28px;
    }
}
@media(max-width: 1199px){
    .case_list1 dl .imgs{
        width:100%;
    }
    .case_list1 dl .text{
        width:100%;
        margin-bottom:30px;
    }
    .index_more2 a:nth-child(2){
        max-width: 200px;
    }
}
@media(max-width: 991px){
    .case_list1 dl {
        padding: 30px 30px;
    }
    .case_list1 dl .text h3 {
        font-size: 24px;
        line-height: 1.2em;
        margin: 20px 0 25px;
    }
    .index_more a.more2{
        max-width:200px;
    }
    .index_more2 a:nth-child(2),.index_more3 a{
        max-width:200px;
    }
}
@media(max-width: 820px){
    .index_case{
        padding:55px 0;
    }
    .case_list1 dl {
        padding: 25px;
    }
    #index_case{
        padding-bottom: 40px;
    }
}
@media(max-width: 640px){
    .index_case{
        padding:40px 0;
    }  
    .case_list1 dl {
        padding: 20px;
    }
    .case_list1 dl .text h3{
        font-size:20px;
    }
    .index_more a.more2,.index_more2 a:nth-child(2){
        max-width: 175px;
        font-size: 14px;
        padding: 5px 8px;
    }
    .index_more a.more2 i,.index_more2 a:nth-child(2) i{
        width:18px;
        height:18px;
        margin-left: 10px;
    }
}



.index_news{
    padding:100px 0;
}
.news_list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;    
}
#index_news_scroll{
    padding-bottom: 50px;
}
.news_list1 li{
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    height: auto;
}
.news_list1 li:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-image: url(../images/technology-613.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .55;
    /*transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);*/
}
.news_list1 li:hover:before{
    opacity: .65;
}
.news_list1 li .text{
    padding:40px;
    min-height: 500px;
    background:rgba(0,0,0,.3);  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    height: 100%;
}
.news_list1 li .text .p1 span{
    display: inline-block;
    padding:5px 15px;
    background-color: #0074A7;
    border-radius: 30px 30px 30px 30px;
    color: #fff;
}
.news_list1 li .text h3{
    font-size:32px;
    line-height: 1.4em;
    min-height: 2.8em;
    color: #fff;
    margin:25px 0;
}
.news_list1 li .text .index_more a{
    padding:10px 15px;
}
.news_list1 li .text .index_more a:hover{
    border:1px solid #0074A7;
    background:#fff;
    color: #0074A7;
}
.news_list1 li .text .index_more a:hover i svg{
    fill: #0074A7;     
}
@media(max-width: 1600px){
    .news_list1 li .text{
        min-height:400px;
    }
    .news_list1 li .text h3{
        font-size:28px;
    }
}
@media(max-width: 1440px){
    .news_list1 li .text {
        min-height: 350px;
    }
    .news_list1 li .text h3{
        font-size:24px;
    }    
}
@media(max-width: 1280px){
    .index_news {
        padding: 75px 0;
    }
    .news_list1 li .text {
        min-height: 320px;
    }
    .news_list1 li .text h3{
        font-size:22px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .news_list1 li .text {
        min-height: 300px;
    }
    .news_list1 li .text h3 {
        font-size: 22px;
    }
}
@media(max-width: 820px){
    .index_news {
        padding: 55px 0;
    }

}
@media(max-width: 767px){
    .news_list{
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }  
    .news_list1 li .text{
        min-height: auto;
        padding:30px 25px;
    }
    .news_list1 li .text h3 {
        font-size: 17px;
        margin:20px 0;
    }
    .news_list1 li .text .index_more a{
        padding:6px 15px;
        max-width: 155px;
    }
}
@media(max-width: 640px){
    .index_news {
        padding: 40px 0;
    }
    .news_list1 li .text h3 {
        font-size: 20px;
    }   
}



/*页面底部*/
footer{
    background:#272727;
    border-top:10px solid #0074a7;
    overflow: hidden;
}
.f_top{
    padding:50px 0;
}
.f_logo img{
    max-height: 25px;
}
.f_top .wrap{
    display: flex;
    align-items:flex-end;
    color: #fff;
}
.f_logo_txt{
    font-size:24px;
    margin-left: 50px;
}
.foot{
    display: flex;
    justify-content: space-between;
    padding:0px 0 30px;
}
.foot_l{
    width: 32%;
}
.f_logo{

}
.f_contact{
/*    color: #fff;*/
}
.f_contact dl dt{
    display: none;
}
.f_contact dl dd{
    color: #fff;
    font-size:16px;
}
.f_contact dl dd p:nth-child(1){
    font-size:18px;
    margin-bottom: 5px;
}
.f_contact dl dd p:nth-child(4){
    margin-top: 5px;
}
.f_contact dl dd strong{
    display: block;
    font-size:32px;
    color: #fff;
    line-height: 1.2;
}
.f_nav{
    display: flex;
    justify-content: space-between;
    /*width: 65%;*/
}
.f_nav dl{
}
.f_nav dl dt,.f_contact dl dt{
    font-size:20px;
    margin-bottom: 10px;
    color: #fff;
}
.f_nav dl dd{

}
.f_nav dl dd a{
    display: block;
    color: #999;
    opacity: .8;
    font-size:14px;
}
.f_nav dl dd a:hover{
    color: #fff;
}
.f_honner{
    display: flex;
    align-items: center;
    max-width: 362px;
}
.f_honner .img{
    width: 37%;
}
.f_honner .text{
    width: 63%;
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
    padding-left: 20px;
}
.f_honner .text strong{
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;  
    font-weight: normal;
}
.f_fx{

}
.f_fx dd{
    display: flex;
}
.f_fx dd li{
    position: relative;
    cursor: pointer;
    margin-right: 15px;
}
.f_fx dd li:last-child{
    margin-right: 0px;
}
.f_fx dd li .img1{
    max-width: 30px;
}
.f_fx dd li .img2{
    display: none;
    position: absolute;
    top:40px;
    left:50%;
    margin-left: -60px;
    width:120px;
    height: 120px;
    background:#fff;
}
.f_fx dd li:hover a{
    color: #fff;
    opacity: 1;
}
.f_fx dd li:hover .img2{
    display: block;
}
.copyright {
    text-align: center;
    color: #999;
}
.copyright .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
    border-top:1px solid #666;
    padding:15px 0;
}
.copyright a{
    color: #999;   
}
.copyright a:hover{
    color: #fff;
}
@media(max-width: 1760px){
    .f_logo img{
        max-height: 20px;
    }
}
@media(max-width: 1600px){
    /*.f_logo img{*/
    /*    max-height: 30px;*/
    /*}*/
    .f_nav dl dd a{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    /*.f_logo img{*/
    /*    max-height:25px;*/
    /*}*/
    .f_contact dl dd{
        font-size:15px;
    }
    .f_contact dl dd p:nth-child(1){
        font-size:17px;
    }
    .f_contact dl dd strong{
        font-size:28px;
    }
    .f_nav dl dt, .f_contact dl dt{
        font-size:18px;
    }
    .f_nav dl dd a{
        font-size:13px;
    }
}
@media(max-width: 1199px){
    .f_nav{
        display:none;
    }
}
@media(max-width: 991px){
    /*.f_logo img{*/
    /*    max-height:20px;*/
    /*}*/
    .copyright_l,.copyright_r{
        width:100%;
        text-align:center;
    }
}
@media(max-width: 820px){
    .f_nav dl:nth-child(4),.f_nav dl:nth-child(5){
        display:none;
    }
}
@media(max-width: 767px){
    .f_top {
        padding: 35px 0;
    }
    .foot{
        flex-wrap:wrap;
    }
    .f_contact{
        width:100%;
    }
    .f_honner{
        margin-top:20px;
    }
    /*.f_logo img {*/
    /*    max-height: 30px;*/
    /*}*/

/*    footer{
        margin-bottom:56px;
    } */  
    .f_honner .text{
        padding-left:15px;
    }
}
@media(max-width: 380px){
    .f_logo img {
        max-height: 16px;
    } 
    .f_honner .text{
        padding-left:10px;
    }
}

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



/*------------内页-------------------*/
.n_banner {
    /*width: 100%;*/
    /*margin: 0 auto;*/
    /*position: relative;*/
    /*overflow: hidden;*/
    /*min-height: 575px;*/
    /*padding:80px 75px;*/
}
.n_banner .index_banner2_text{
    position: relative;
}
.n_banner .index_banner2_text .wrap{
    padding:130px 75px;
    width: 100%;
}
.n_banner img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    opacity: 0;
    display: none;
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
.n_banner_text h2{
    font-size:60px;
    color: #fff;
    font-family: "puhui65";
    padding-top:50px;
}
.index_banner2{
    
}
.index_banner2 img{
    width: 100%;
}
.index_banner2 .p4{
    position: relative;
    height: 30px;
}
.index_banner2 .p4 span{
    display: inline-block;
    font-size: 14px;
    color: #0074A7;
    background-color: #fff;
    padding: 5px 15px 5px 15px;
    border-radius: 30px 30px 30px 30px; 
    position: absolute;
    left:0;
    top:0;
}
.sitemp{
    margin:50px 0 30px;
}
.sitemp .site{
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}
.sitemp .site,.sitemp .site a{
    font-size:16px;
    color: #333;
}
@media(max-width: 1600px){
    .n_banner_text h2{
        font-size:52px;
    }
}
@media(max-width: 1280px){
    .n_banner_text h2{
        font-size:46px;
    }
}
@media(max-width: 1024px){
    .n_banner .index_banner2_text .wrap{
        padding:100px 75px;
    }
    .n_banner_text h2{
        font-size:42px;
    }    
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .n_banner_text h2{
        font-size:36px;
        padding-top:0;
    }    
}
@media(max-width: 767px){
    .n_banner .index_banner2_text .wrap{
        padding:50px 35px;
    }
    .n_banner_text h2{
        font-size:26px;
    }   
    .n_banner .index_banner2_text .wrap{
        padding:30px;
    }
    .index_banner2 .p4 span{
        font-size:12px;
    }
}


/*关于*/
.about1{

}
.about1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(../images/about_bg1.jpg) no-repeat center/cover;
    border-radius: 15px;
    padding:50px 15%;
}
.about1 .text{
    width: 48%;
    color: #fff;
}
.about1 .text h2{
    font-size: 46px;
    line-height: 1;
    margin-bottom: 30px;
}
.about1 .text p{
    font-size: 16px;
}
.about1 .text2 h2{
    opacity: 0;
}
.about2{
    padding:90px 0 65px; 
}
.about2 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about2 .wrap .img{
    width: 50%;
}
.about2 .wrap .img img{
    border-radius: 15px;    
}
.about2 .wrap .text{
    width: 45%;    
    padding:20px;
}
.about2 .wrap .text h3{
    font-size: 48px;
    color: #0074A7;
    line-height: 1;
}
.about2 .wrap .text .txt{
    font-size: 18px;
    color: #333;
    margin:25px 0 35px;
}
.about3{
    background: #f0f0f0;
    padding:120px 0 ;
}
.about3 .wrap{
    display: flex;
    flex-wrap: wrap;
}
.about3 .img{
    width: 60%;
    overflow:visible; 
}
.about3 .img img{
    transition: all 0.6s ease-out;
}
.about3 .img:hover img{
    transform: scale(1.05);
}
.about3 .text{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    padding-right: 35px; 
}
.about3 .text h3{
    font-size:48px;
    color: #0074A7;  
    /*font-family: Arial; */
    margin-bottom:55px; 
    line-height: 1.2em;
}
.about3 .text p{
    font-size: 18px;
    color: #4c4c4c;
    max-width: 85%;
    line-height: 2em;
}


.about4{
    padding:75px 0;
}
.about4 .wrap{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    background: url(../images/Start.jpg) no-repeat center/cover;
    border-radius: 15px;
    padding:50px 5%;
    color: #fff;
}
.about4 .wrap .text{
    padding-left: 40%;
}
.about4 .wrap .text h2{
    font-size: 48px;
    line-height: 1;
}
.about4 .wrap .text p{
    font-size: 18px;
    margin:20px 0 35px;
}
.scnl_li{
    padding:55px 0;
}
.scnl_li ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.scnl_li ul li{
    margin:0 15px;
}
.scnl_li ul li a{
    display: inline-block;
    line-height: 1.4;
    padding:12px 35px;
    border-radius: 25px;
    background: #0074A7;
    font-size: 20px;
    color: #fff;
}
.scnl_li ul li a:hover{
    background: #414142;
}
.about_scnl .wrap{
    max-width: 2020px;
}
.about_scnl{
   position: relative;
   padding:120px 0;

}
.dw{
    position: absolute;
    top:-100px;
}
.about_scnl1{
    padding-bottom:30px;
}
.about_scnl2{
    background: #f7f7f7;
}
.scnl_list{
    margin-top:55px;
}
.scnl_list dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding:65px 0;
    border-bottom: 1px solid #DBEEF6;
}
.scnl_list dl:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.scnl_list dl:nth-child(2n){
    flex-direction: row-reverse;
}
.scnl_list dl dt{
    width: 45%;
}
.scnl_list dl dd{
    width: 42%;    
}
.scnl_list dl dt img{
    border-radius: 15px;
}
.scnl_list dl dd h3{
    font-size: 32px;
    color: #0074A7;
    margin-bottom: 10px;
}
.scnl_list dl dd .txt{
    font-size: 20px;
    color: #333;
}
.scnl1{
   padding:50px 0 120px;    
}
@media(max-width: 1600px){
    .about1 .wrap{
        padding:50px 10%;
    }
    .about1 .text h2,.about2 .wrap .text h3,.about3 .text h3,.about4 .wrap .text h2{
        font-size:36px;
    }
    .about1 .text p,.about3 .text p,.about2 .wrap .text .txt,.about4 .wrap .text p{
        font-size:15px;
    }
    .about_scnl{
        padding:100px 0 50px;
    }
    .scnl_li ul li a{
        font-size:18px;
    }
    .scnl_list{
        margin-top:35px;
    }
    .scnl_list dl{
        padding:50px 0;
    }
    .scnl_list dl dt{
        width:50%;
    }
    .scnl_list dl dd h3{
        font-size:28px;
    }
    .scnl_list dl dd .txt{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    .about1 .text h2,.about2 .wrap .text h3,.about3 .text h3,.about4 .wrap .text h2{
        font-size:32px;
    }   
    .about3{
        padding:90px 0;
    }
    .about_scnl{
        padding:90px 0 40px;
    }
    .scnl1{
        padding:35px 0 100px;  
    }
    .scnl_list{
        margin-top:15px;
    }
    .scnl_list dl{
        padding:40px 0;
    }
    .scnl_list dl dd h3{
        font-size:24px;
    }
    .scnl_list dl dd .txt{
        font-size:15px;
    }
}
@media(max-width: 1024px){
    .about1 .wrap{
        padding:50px 5%;
    }
    .about1 .text h2,.about2 .wrap .text h3,.about3 .text h3,.about4 .wrap .text h2{
        font-size:28px;
    }
    .scnl_list dl dt{
        width:100%;
    }
    .scnl_list dl dd{
        width:100%;
        margin-top:15px;
    }
}
@media(max-width: 820px){
    .about2,.about4{
        padding:55px 0;
    } 
    .about3{
        padding:75px 0;
    }
    .about3 .text h3{
        margin-bottom:35px;
    }
    .about_scnl{
        padding:75px 0;
    }
    .scnl1{
        padding:25px 0 75px;  
    }
    .scnl_li ul li a{
        font-size:16px;
    }
    .scnl_li{
        padding:35px 0;
    }
    .scnl_list{
        margin-top:0;
    }
    .scnl_list dl{
        padding:40px 0;
    }

}
@media(max-width: 767px){
    .about1 .wrap{
        padding:50px 3%;
    }
    .about1 .text,.about1 .text{
        width:100%;
    }
    .about1 .text h2{
        margin-bottom:15px;
    }
    .about1 .text2 h2{
        display:none;
    }
    .about1 .text h2,.about2 .wrap .text h3,.about3 .text h3,.about4 .wrap .text h2{
        font-size:24px;
    }    
    .about2,.about4,.about_scnl{
        padding:40px 0;
    }
    .about2 .wrap .img{
        width:100%;
    }
    .about2 .wrap .text{
        width:100%;
        padding:25px 0 0;
    }
    .about2 .wrap .text .txt{
        margin:15px 0 30px;
    }
    .about3{
        padding:55px 0;
    }
    .about3 .text{
        width:100%;
        padding-right:0;
    }
    .about3 .text h3{
        margin-bottom:25px;
    }
    .about3 .img{
        width:100%;
        margin-top:35px;
    }
    .scnl_li{
        padding:35px 0 25px;
    }
    .scnl_li ul li{
        margin:0 10px;
    }
    .scnl_li ul li a{
        font-size:15px;
        padding:10px 20px;
    }
    .scnl_list dl{
        padding:30px 0;
    }
    .scnl_list dl dd h3{
        font-size:20px;
    }
}
@media(max-width:500px){
    .scnl_li ul li {
        margin: 0 4px 5px;
    }
    .scnl_li ul li a{
        font-size: 12px;
        padding: 8px 10px;
    }
}

/*产品*/
.n_product{
    padding:100px 0;
}
.n_product .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.n_left1{
    width: 20.83%;
}
.n_left1 h2{
    background: #0074A7;
    color: #fff;
    padding: 0 38px;
    line-height: 1.2;
    font-size: 32px;
    min-height: 96px;
    display: flex;
    align-items: center;
}
.p_sort{
    background: #f3f4f4;
    padding-bottom: 50px;
}
.p_sort li{
    margin: 0 20px;
    position: relative;
    border-bottom: 1px solid #e7e6e6;
    padding: 20px 0;    
}
.p_sort li a {
    position: relative;
    z-index: 2;
    transition: all 0.5s;
    margin-right: 40px;
    display: block;
}
.p_sort li a.a{
    font-size: 17px;
    line-height: 1.2;
    padding:8px 0;
}
.p_sort li.on a.list_item1{
    color: #00479d;
    font-weight: bold;
}
.p_sec{
    display: none;
}
.p_sec a.b{
    font-size: 14px;
    line-height: 1.4;
    padding-top:8px;
    padding-bottom: 8px;
}
.p_sort li.on .p_sec{
    display: block;
}


.p_sort li a.list_item1{display: block;position: relative;}
/*.p_sort li > p em{font-family: "iconfont"; content: "ea82";color: #00479d;font-size: 12px;position: absolute;left: 0;top: 0;transition: all 0.5s;}*/
.p_sort li a.list_item1 i{position: absolute;right: -40px;top: 50%;transform: translateY(-50%);width: 25px;height: 25px;transition: all 0.5s;z-index: 10;cursor: pointer;}
.p_sort li a.list_item1 i:after,.p_sort li a.list_item1 i:before{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #cdcdcf;transition: all 0.5s;}
.p_sort li a.list_item1 i:after{width: 16px;height: 2px;}
.p_sort li a.list_item1 i:before{width: 2px;height: 16px;}
.p_sort li a.list_item1:hover i{transform: translateY(-50%) rotate(180deg) scale(1.2);}
.p_sort li a.list_item1:hover i:after,
.p_sort li a.list_item1:hover i:before,.p_sort li.on a.list_item1:hover i:before{background: #00479d;}
.p_sort li dl {margin-right: 15px;}

.p_sort li a{position: relative;z-index: 2;transition: all 0.5s;margin-right: 40px;display: block;}
.p_sort li.on a.list_item1 i:before{display: none;}
.p_sort li.on a.list_item1{color: #00479d;font-weight: bold;}
/*.p_sort li.on a.list_item1 i:before{height: 0;}*/
.p_sort li.on a.list_item1 i:after,
.p_sort li.on a.list_item1 i:before{background: #00479d;}

.p_sort li.on a.list_item1 i:before{transform: rotate(90deg);}
.p_sort li.on a.list_item1{color: #00479d;font-weight: bold;}

.p_sort .p_sec{display: block;padding: 0.1rem 0 0.1rem 0.15rem;display: none;}
.p_sort .p_sec a{
    display: block;
    /*padding: 0.05rem 0 0.05rem 0;*/
margin-right:0;}
/* .p_sort dl dl{padding: 0 0 0 0.3rem;} */
.p_sort li.on .p_sec a{padding-left: 10px;}
.p_sort li.on a.list_item1 i:before{width: 10px;height: 3px;background-color: #999;content: "";position: absolute;left: -8px;top: 0.15rem;}
.p_sort li.on a.list_item1{color: #00479d;}
.p_sort li.on a.list_item1:before{background-color: #00479d;}

.p_sort li.on .p_sec a.cur{
    color: #00479d;
}

@media(max-width:1600px){
    .p_sort .p_sec a{
        font-size:15px;
    }
    .p_sort li a.a{
        font-size: 16px;
    }
    .p_sort li a.b{
        font-size: 13px;
    }
}
@media(max-width:640px){
    .p_sort .p_sec a{
        font-size:14px;
    }
    
}

.n_right1{
    width: calc(100% - 25%);
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 23.5%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 18px;
    cursor: pointer;
}
/*.product_list li:after{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #c5c5c5;
}*/
.product_list li:nth-child(4n){
    margin-right: 0%;
}
.product_list li a.img{
    display: block;
    overflow: hidden;
    border: 1px solid #c5c5c5;
}
.product_list li h3 a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #919191;
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 1.4em;
    height: calc(4.2em + 20px);
    padding: 10px 5px;
}
.product_list li:hover a.img{
    border: 1px solid #075c9f;
}
.product_list li:hover h3 a{
    background-color: #075c9f;
}
.product_list_intro{
    text-align: center;
    padding-top: 30px;
}
.product_list_intro h3{
    font-size: 26px;
    color: #4c4c4c;
}
.product_list_intro p{
    max-width: 490px;
    margin:25px auto 10px;
    overflow: hidden;
    border:1px solid #e62412;
    border-radius: 5px;
}
.product_list_intro p span{
    font-size: 26px;
    color: #e62412;
    padding-left: 36px;
    background: url(../images/tel3.png) no-repeat 0 center;
    margin-left: 40px;
    line-height: 40px;
    float: left;
}
.product_list_intro p a{
    max-width: 180px;
    background: #e62412;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 41px;
    float: right;
}
.product_list_intro em{
    display: block;
    font-style:normal;
    font-size: 14px;
    color: #999;
}
.product_list_intro em a{
    font-size: 14px;
    color: #e62412;    
}

.index_product_more{
    display: flex;
    justify-content: center!important;
    margin:20px auto 0;
}
.index_product_more a{
    display: block;
    width: 130px;
    line-height: 40px;
    background: #075c9f;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin:0 20px;
    border-radius: 25px; 
}
@media(max-width: 1600px){
    .n_left1 h2{
        font-size: 28px;
        padding: 0 30px;
    }
    .p_sort li{
        margin: 0 15px;
    }
    .p_sort li a.a {
        font-size: 16px;
    }
    .product_list li h3 a{
        font-size:13px;
    }
}
@media(max-width: 1199px){
    .n_product{
        padding:75px 0;
    }
    .n_left1 h2{
        font-size: 26px;
        padding: 0 25px;
    }
    .p_sort li {
        margin: 0 25px;
    }
    .p_sort li a.a {
        /*font-size: 18px;*/
    }
/*}*/
/*@media(max-width: 1024px){*/
    .n_left1{
        width: 100%;
        float: none;
        margin-top:35px;
    }  
    .n_left1 h2{
        font-size: 24px;
        padding: 0 20px;
    }
    .p_sort li {
        margin: 0 20px;
    }
    .p_sort li a.a {
        /*font-size: 16px;*/
    }
    .n_right1{
        width: 100%;
        float: none;
    }
}
@media(max-width: 820px){
    .n_product{
        padding:55px 0;
    }
    .product_list_intro{
        padding-top: 20px;
    }
    .product_list_intro h3{
        font-size: 20px;
    }
    .product_list_intro p{
        margin: 15px auto 10px;
    }
    .product_list li{
        width: 30%;
        margin:1.65%;
    }

}

@media(max-width: 640px){
    .n_product{
        padding:40px 0;
    }
    .product_list_intro{
        display: none;
    }
    .product_list_intro h3{
        font-size: 16px;
    }
    .product_list li{
        width: 48%;
        margin:1%;
    }
}


.product_detail_content1{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 75px;
}
.product_detail_img{
    width: 45%;
    margin:0 2.5%;
}
.product_detail_img .swiper-slide{
    display: block;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
    text-align: center;
    cursor: pointer;
}
.gallery-top .swiper-pagination{
    text-align: right;
    padding-right: 30px;
    left: -30px;
}
.product_detail_img .gallery-thumbs{
    margin-top: 10px;
}
.product_detail_img .gallery-thumbs .swiper-slide-thumb-active{
    border:1px solid #075c9f;
}
.gallery-top{

}
.gallery-top .swiper-button-prev{
    background:url(../images/left3.png) no-repeat center!important;
    width: 19px;
    height: 32px;
    left:18px;
    margin-top: -16px; 
    opacity: 1!important;
}
.gallery-top .swiper-button-next{
    background:url(../images/left3.png) no-repeat center!important;
    width: 19px;
    height: 32px;
    right:18px;
    margin-top: -16px; 
    transform:rotate(180deg);  
}
.product_detail_intro{
    width: 50%;
}
.product_detail_intro h2{
    font-size: 22px;
    color: #075c9f;
    position: relative;
    position: relative;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.4;
    padding-bottom: 10px;
}
.product_detail_intro h2:after{
    content: '';
    position: absolute;
    bottom:-16px;
    left: 0;
    width: 50px;
    height: 4px;
    background-color: #075c9f;
}
.product_detail_intro .text{
    margin-bottom: 30px;
}
.product_detail_tel{
    padding-top: 15px;
    border-top:1px solid #ececeb;
}
.product_detail_tel .p_tel{
    font-size: 22px;
    color: #e62412;
    font-weight: bold;
    padding-left: 72px;
    background:url(../images/tel4.png) no-repeat left center;
    float: left;
    line-height: 59px;
}
.product_detail_tel a{
    min-width: 100px;
}
.product_detail_tel a,.product_detail_more a{
    display: block;
    /*width: 145px;*/
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #e62412;
    float: right;
    margin-top:10px;
    padding:0 10px;
    border-radius:25px;
}

.product_detail_more{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.product_detail_more a{
    float: none;
    margin-right: 15px;
    background-color: #e62412;
}
.product_detail_more a:last-child{
    margin-right: 0px;
}
.p_title1{
    font-size: 22px;
    color: #075c9f;
    padding-left: 20px;
    font-weight: bold;
    position: relative;
    background:url(../images/p_t1.jpg) no-repeat right center;
    /*height: 20px;*/
    line-height: 20px;
    margin-top: 40px;
    margin-bottom: 25px;
}
.p_title1:before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    width: 10px;
    height: 20px;
    background-color: #075c9f;
}
.p_title1 span{
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    font-weight: normal;
}
.p_canshu{
    
}
.p_canshu table{
    width: 100%;
    border-bottom:1px solid #333;
    border-right:1px solid #333;
    position: relative;
}
.p_canshu table tr{
    background: #d8d8d8;
    position: relative;
}
.p_canshu table tr:nth-child(2n){
    background: #fff;
}
.p_canshu table tr td{
    border-top:1px solid #333;
    border-left:1px solid #333;
    text-align: center;
    position: relative;
}

/*.p_canshu table:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 1px;*/
/*    height: 218px;*/
/*    top: 1px;*/
/*    left: -1px;*/
/*    background-color: #666;*/
/*    display: block;*/
/*    transform: rotate(-75deg);*/
/*    transform-origin: top;*/
/*    z-index: 99;*/
/*}*/
.p_content1{
    margin-top: 35px;
    text-align: center;
}
.p_xjt{
    padding-top: 20px;
}
.p_ys{
    width: 100%;
    margin:45px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.p_ys p{
    /*width: 48%;*/
    /*margin-right: 4%;*/
    width: 100%;
    font-size: 16px;
    color: #333;
    background:url(../images/ys_gou.png) no-repeat 12px center #fafafa;
    line-height: 32px;
    padding:20px 0 20px 60px;
    margin-bottom: 15px;
    box-shadow: 0px 5px 10px #ccc;
    cursor: pointer;
    box-sizing: border-box;    
}
.p_ys p:hover{
    color: #fff;
    background:url(../images/ys_gou2.png) no-repeat 12px center #075c9f;
}
.p_ys li{
    width: 48%;
    margin-right: 4%;
    font-size: 16px;
    color: #333;
    background:url(../images/ys_gou.png) no-repeat 12px center #fafafa;
    line-height: 32px;
    padding:20px 0 20px 60px;
    margin-bottom: 15px;
    box-shadow: 0px 5px 10px #ccc;
    cursor: pointer;
    box-sizing: border-box;
}
.p_ys li:nth-child(2n){
    margin-right: 0%;
}
.p_ys li:hover{
    color: #fff;
    background:url(../images/ys_gou2.png) no-repeat 12px center #075c9f;
}

.p_hzlc{
    display: flex;
    justify-content: center;
    margin: 80px 0;
}
.p_hzlc li{
   width: 110px;
    cursor: pointer;
}
.p_hzlc li a.img{
    /*width: 48px;*/
    /*height: 44px; */
    display: block;
    margin:20px auto 5px;
    width: 110px;
    height: 110px;
    border: 1px solid #ccc;
    border-radius: 50%;

}
.p_line{
    width: 58px;
    height: 152px;
    background: url(../images/dian.png) no-repeat center;
}
.p_hzlc li.li1 a.img{
    background: url(../images/lc1.png) no-repeat center;
}
.p_hzlc li.li2 a.img{
    background: url(../images/lc2.png) no-repeat center;
}
.p_hzlc li.li3 a.img{
    background: url(../images/lc3.png) no-repeat center;
}
.p_hzlc li.li4 a.img{
    background: url(../images/lc4.png) no-repeat center;
}
.p_hzlc li.li5 a.img{
    background: url(../images/lc5.png) no-repeat center;
}
.p_hzlc li.li6 a.img{
    background: url(../images/lc6.png) no-repeat center;
}
/*.p_hzlc li.li1:hover a.img{*/
/*    background: url(../images/lc1_h.png) no-repeat center;*/
/*}*/
/*.p_hzlc li.li2:hover a.img{*/
/*    background: url(../images/lc2_h.png) no-repeat center;*/
/*}*/
/*.p_hzlc li.li3:hover a.img{*/
/*    background: url(../images/lc3_h.png) no-repeat center;*/
/*}*/
/*.p_hzlc li.li4:hover a.img{*/
/*    background: url(../images/lc4_h.png) no-repeat center;*/
/*}*/
/*.p_hzlc li.li5:hover a.img{*/
/*    background: url(../images/lc5_h.png) no-repeat center;*/
/*}*/
/*.p_hzlc li.li6:hover a.img{*/
/*    background: url(../images/lc6_h.png) no-repeat center;*/
/*}*/
.p_hzlc li p{
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 1.4;
    margin-top:10px;
}
.p_hzlc li:hover{
    /*background-color: #075c9f;*/
    /*border:1px solid #075c9f;*/
}
.p_hzlc li:hover p{
    /*color: #fff;*/
}
.p_wt{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.p_wt li{
    width: 48.5%;
    margin-right: 3%;
    background-color: #f5f5f5;
    margin-bottom: 15px;
    cursor: pointer;
}
.p_wt li:nth-child(2n){
    margin-right: 0%;
}
.p_wt li p{
    font-size: 14px;
    color: #4f4f4f;
    width: 90%;
    margin:0 auto;
    padding:10px 0;
    line-height: 32px;
    border-bottom:1px solid #e5e5e5;
    padding-left: 50px;
    box-sizing: border-box;
}
.p_wt li p:nth-child(1){
    background:url(../images/wt1.png)no-repeat left 10px;
}
.p_wt li p:nth-child(2){
    background:url(../images/wt2.png)no-repeat left 10px;
    border: none;
}
.p_yt{
    margin-top: 40px;
    text-align: center;
}
.p_gsys{
    margin-top: 70px;
}
.p_gsys li{
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}
.p_gsys li a.img{
    display: block;
    width: 38%;
}
.p_gsys li .text{
    width: 57%;
    margin-left: 5%;
}
.p_gsys li .text h3{
    font-size: 30px;
    color: #075c9f;
    padding-left: 70px;
    background: url(../images/p_line1.png) no-repeat 240px center;
}
.p_gsys li .text p{
    font-size: 16px;
    color: #333;
    padding-left: 70px;
}
.p_gsys li .text span{
    font-size: 36px;
    color: #f0f0f0;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding-left: 20px;
    line-height: 1.6em;
}
.p_gsys li .text a{
    display: block;
    width: 130px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #e62412;
    text-align: center;
    border-radius: 25px;
    margin-top: 15px;
}
.p_gsys li:nth-child(2n){
    flex-direction: row-reverse;
} 
.p_gsys li:nth-child(2n) .text{
    width: 57%;
    margin-left: 0;
    margin-right: 5%;
}
.p_gsys li:nth-child(1) .text{
    background:url(../images/ys_icon1.png) no-repeat left 5px;
}
.p_gsys li:nth-child(2) .text{
    background:url(../images/ys_icon2.png) no-repeat left 5px;
}
.p_gsys li:nth-child(3) .text{
    background:url(../images/ys_icon3.png) no-repeat left 5px;
}
.p_gsys li:nth-child(4) .text{
    background:url(../images/ys_icon4.png) no-repeat left 5px;
}
.p_gsys li:nth-child(2) .text span{
    padding-left: 0;
}
.p_gsys li:nth-child(3) .text span{
    padding-left: 40px;
}
.p_gsys li:nth-child(4) .text span{
    padding-left: 0;
}

.p_honner{
    width: 86%;
    margin:75px auto 75px;
    position: relative;
}
.p_honner .swiper-button-prev{
    background: url(../images/left4.png) no-repeat center!important;
    width: 35px;
    height: 66px;
    margin-top: -33px;
    left: -65px;
    outline: none;
    cursor: pointer;
}
.p_honner .swiper-button-next{
    background: url(../images/left4.png) no-repeat center!important;
    width: 35px;
    height: 66px;
    margin-top: -33px;
    right: -65px;
    transform: rotate(-180deg);
    outline: none;
    cursor: pointer;
}
.p_about{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.p_about .img{
    width: 49%
}
.p_about .text{
    width: 47%;
    padding-left: 4%;
}
.p_about .text h3{
    font-size: 22px;
    color: #075c9f;
    position: relative;
    margin-bottom: 25px;
}
.p_about .text h3 span{
    font-size: 14px;
    color: #808080;
    font-weight: normal;
    text-transform: uppercase;
}
.p_about .text h3:after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width: 85px;
    height: 1px;
    background-color: #999;
}
.p_about .text p{
    line-height: 1.8em;
}
.p_about .text a{
    display: block;
    width: 138px;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #075c9f;
    float: right;
    margin-top: 15px;
    border-radius: 25px;
}
.p_title10{
    background: url(../images/p_t10.jpg) no-repeat right center;
}
.p_product_list{
    margin-top: 40px;
}
@media(max-width: 1600px){
    /*.product_detail_intro h2{*/
    /*    font-size: 22px;*/
    /*}    */
}
@media(max-width: 1199px){
    .product_detail_tel a{
        width: 120px;
    }
    .product_detail_intro h2{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .product_detail_intro .text{
        margin-bottom: 15px;
    }
    .product_detail_content1{
        margin-bottom: 30px;
    }
    .p_title1{
        margin-top: 20px;
        background:none;
        font-size:20px;
    }
    .p_content1{
        margin-top: 20px;
    }
    .m_p_title1,.p_hzlc{
        display: none;
    }
    .p_wt{
        margin-top: 20px;
    }
    .p_yt{
        margin-top: 20px;
    }
    .p_gsys {
        margin-top: 30px;
    }
    .p_gsys li{
        margin-bottom: 15px;
    }
    .p_gsys li .text h3{
        background:none;
    }
    .p_gsys li .text span{
        font-size: 28px;
    }
    .p_honner{
        margin: 30px auto 30px;
    }
    .p_about{
        margin-top: 30px;
    }
    .p_about .text h3{
        margin-bottom: 10px;
    }
    .p_about .text a{
        margin-top: 5px;
    }
    .p_product_list{
        margin-top: 30px;
    }
    .p_honner .swiper-button-prev{
        display: none;
    }
    .p_honner .swiper-button-next{
        display: none;
    }
    .product_detail_tel a, .product_detail_more a{
        /*width:110px;*/
        font-size:14px;
        line-height: 40px;
    }
    .product_detail_more a{
        margin-right: 10px;
    }
}
@media(max-width: 768px){
    .product_detail_tel{
        padding-top: 10px;
    }
    .product_detail_tel .p_tel{
        float: none;
        background-size: 45px;
        padding-left: 60px;
    }
    .product_detail_tel a{
        float: none;
    }
    .p_ys {
        width: 100%;
        margin: 20px auto 0;
    }
    .p_ys li{
        line-height: 28px;
        padding: 15px 10px 15px 60px;
    }
    .p_ys p{
        line-height: 28px;
        padding: 15px 10px 15px 60px;
    }
    .p_about .text {
        width: 49%;
        padding-left: 2%;
    }
    .p_gsys li .text h3{
        font-size:24px;
    }
}
@media(max-width: 640px){
   .product_detail_img{
        width: 100%;
        margin:0%;
   }
   .product_detail_intro{
        width: 100%;
        margin-top: 15px;
   }
   .product_detail_intro h2{
        font-size: 16px;
   }
   .p_xjt img{
    max-height: 200px;
   }
    .p_ys li {
        width: 100%;
        margin-right: 0%;
    }
    .p_wt li {
        width: 100%;
        margin-right: 0%;
    }
    .p_gsys li {
        margin-bottom: 5px;
    }
    .product_detail_tel a, .product_detail_more a{
        font-size:12px;
    }
/*    .p_gsys li:nth-child(2n){
        flex-direction: row-reverse;
    }*/
    .p_gsys li a.img{
        width: 100%;
        text-align: center;
        margin-bottom:15px;
    }
    .p_gsys li .text {
        width: 100%;
        margin-left: 0%;
    }
    .p_gsys li:nth-child(2n) .text {
        width: 100%;
        margin-left: 0;
        margin-right: 0%;
    }
    .p_gsys li .text h3{
        font-size:22px;
    }
    .p_gsys li .text span{
        font-size: 20px;
    }
    .p_honner{
        width: 100%;
        margin: 15px auto 15px;
    }
    .p_about .img{
        width: 100%;
        margin-bottom: 10px;
    }
    .p_about .text {
        width: 100%;
        padding-left: 0%;
    }
    .p_product_list {
        margin-top: 15px;
    }
}


.p_detail_fixed{
    position: fixed;
    right:45px;
    top:100px;
    padding:55px 0;
    /*z-index: 1;*/
}
.p_detail_fixed_content{
    position: relative;
}
.p_detail_fixed_content:after{
    content: '';
    width: 1px;
    height: 100%;
    background: #999;
    position: absolute;
    right: 20px;
    top:0;    
}
.p_detail_fixed_content a{
    display: block;
    position: relative;
    padding-right: 44px;
    font-size: 14px;
    color: #808080;
    text-align: right;
    line-height: 40px;
    height: 40px;
}
.p_detail_fixed_content a:before{
    content: '';
    position: absolute;
    right: 17px;
    top: 16px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #075c9f;
    z-index: 9;
}
.p_detail_fixed_content a:after{
    content: '';
    position: absolute;
    right: 13px;
    top: 12px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #075c9f;
    z-index: 8;
    background: #fff;
    opacity: 0;
}
.p_detail_fixed_content a:hover{
    /*font-size: 18px;*/
    /*color: #666;*/
    /*font-weight: bold;*/
    color:#075c9f;
}
.p_detail_fixed_content a:hover:after{
    opacity: 1;
}
.p_detail_fixed_content a.on{
    font-size: 18px;
    color: #666;
    font-weight: bold;
}
.p_detail_fixed_content a.on:after{
    opacity: 1;
}
.p_top a{
    display: block;
    width: 43px;
    height: 36px;
    background: url(../images/p_bottom.png) no-repeat top center;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.p_top a:hover{
    background: url(../images/p_top.png) no-repeat top center;
    transform: rotate(0deg);    
}
.p_bottom a{
    display: block;
    width: 43px;
    height: 36px;    
    background: url(../images/p_bottom.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.p_bottom a:hover{
    background: url(../images/p_top.png) no-repeat top center;
    transform: rotate(180deg);    
}
@media(max-width:1560px){
    .p_detail_fixed{
        right:10px;
    }
}
@media(max-width:1199px){
    .p_detail_fixed{
        display:none!important;
    }
}


/*案例*/
.n_case{

}
.index_t1{
    text-align: center;
}
.index_t1 h2{
    font-size:44px;
    color: #1a1a1a;
    line-height: 1;
    font-family: "puhui65";
    /*margin-top: -25px;*/
    position: relative;
    z-index: 9;
}
.case_top{
    padding:120px 0 40px;
}
.sort2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top:82px;
}
.sort2 li{
    margin-right: 160px;
}
.sort2 li:last-child{
    margin-right: 0;
}
.sort2 li a{
    display: block;
    text-align: center;
}
.sort2 li a .img{
    line-height: 72px;
}
.sort2 li a .img img{
    max-width: 84px;
}
.sort2 li a p{
    font-size: 20px;
    color: #333333;
    line-height: 1.6;
    margin-top:14px;
}
.sort2 li.cur a p{
    color: #0074A7;
}
.yy_sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:35px;
}
.yy_sort li{
    margin-right: 25px;   
    margin-bottom: 8px;
}
.yy_sort li:last-child{
    margin-right: 0;
}
.yy_sort li .img{
    display: none;
}
.yy_sort li p{
    text-align: center;
    font-size: 17px;
    color: #333;
    position: relative;
}
.yy_sort li p:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:-3px;
    width: 0%;
    height: 2px;
    background: #0074A7;
    transition: all 0.4s ease-out;
}
.yy_sort li:hover p,.yy_sort li.on p{
    color: #0074A7;
}
.yy_sort li:hover p:after,.yy_sort li.on p:after{
    left:0;
    width: 100%;
}
.case1{
    padding:95px 0 0;
    background: #f2f2f2;
}
.n_t1{
    text-align: center;
}
.n_t1 h2{
    font-size: 36px;
    color: #1a1a1a;
    line-height: 1;
    font-family: "puhui65";
}
.case1 .text{
    font-size: 18px;
    color: #666666;
    text-align: center;
    max-width: 960px;
    margin:0 auto;
    padding:35px 0 72px;
    line-height: 1.8;
}
.case1 .img{
    text-align: center;
    max-width: 1760px;
    margin:0 auto;
}
.case1 .img{
    margin-top:30px;
    font-size: 18px;
    color: #666666;
}
.case2{
    padding:102px 0 125px;
    background: #f2f2f2;
}
.p_li{
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding:60px 30px 30px;
    border-radius:10px;
}
.p_li:hover{
    box-shadow: 0 0 10px #e0e0e0;
}
.p_li .img{
    line-height: 140px;
    text-align: center;
}
.p_li .text{
    margin-top:55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.p_li .text .txt{
    /*width: calc(100% - 60px);*/
}
.p_li .text .txt span{
    display: block;
    font-size: 14px;
    color: #999999;
}
.p_li .text .txt h3{
    font-size: 24px;
    color: #1a1a1a;
    line-height: 1.6;
    margin-top:5px;
}
.p_li .text .more2{
    display: none;
}
.more4{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: url(../images/more1.png) no-repeat center #f5f5f5;
}
.p_li:hover .more2{
    background: url(../images/more1_h.png) no-repeat center #008cd6;    
}
.p_detail{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 9999999;
    display: none;
    padding: 62px 62px 0;
    align-items: flex-end;
    justify-content: center;
}
.cur .p_detail,.p_detail.on{
    display: flex;
}
.p_detail .p_cont{
    width: 94%;
    max-width: 1200px;
    height: 80vh;
    background: #fff;
    padding:100px 50px 10px;
    position: relative;
}
.p_close{
    width: 78px;
    height: 110px;
    background: #0074A7;
    border-radius: 0 10px 10px 0;
    position: absolute;
    right:-78px;
    top:0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.p_close p{
    font-size: 15px;
    color: #fff;
    margin-top:10px;
}
.p_cont_c{
    max-height: 610px;
    overflow-y: auto;
}
.p_t1{
    font-size: 26px;
    color: #333333;
    padding-bottom: 26px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
    line-height: 1;
}
.p_cont_text{

}
.p_cont_text h3{
    font-size: 18px;
    color: #0074A7;
    font-weight: bold;
}
.p_cont_txt{
    padding-right: 10px;
}
.p_list{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}
.p_list:last-child{
    margin-bottom: 0;
}
.p_list .img1{
    width: 45%;
    max-width: 420px;
    text-align: center;
}
.p_list .p_table{
    width: 52%;
    /*max-width: 480px;*/
}
.p_table strong{
    font-size: 16px;
    color:#333333;
    margin-bottom: 10px;
    display: block;
}
.p_table table{
    width: 100%;
}
.p_table table tr{
    background: #f4f4f4;
}
.p_table table tr:nth-child(2n){
    background: #fff;
}
.p_table table tr td{
    font-size: 16px;
    color: #333333;
    padding:10px 18px;
    line-height: 30px;
}
.p_table table tr td:nth-child(1){
    width: 34%;
}
.xgal_list{
    margin-top:54px;
    display: flex;
    flex-wrap: wrap;
}
.xgal_list li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
    margin-left: 0;
}
.xgal_list li:nth-child(4n){
    margin-right: 0;
}
@media(max-width: 1600px){
    .index_t1 h2,.n_t1 h2{
        font-size:32px;
    }
    .case_top{
        padding:90px 0 40px;
    }
    .sort2 li a p{
        margin-top:10px;
        font-size:18px;
    }
    .yy_sort li{
        margin-right:20px;
    }
    .yy_sort li p{
        font-size:15px;
    }
    .case1 .img{
        margin-top:25px;
        font-size: 16px;
    }

    .case1 .text{
        font-size: 15px;
        padding: 30px 0 50px;
    }
    .case2{
        padding:90px 0;
    }
    .p_li{
        padding:40px 20px 30px;
    }
    .p_li .text{
        margin-top:35px;
    }
    .p_li .text .txt h3{
        font-size:22px;
    }
}
@media(max-width: 1280px){
    .case_top{
        padding:75px 0 40px;
    }
    .sort2 li{
        margin-right:100px;
    }
    .yy_sort li p{
        font-size:14px;
    }
    .case1{
        padding:75px 0 0;
    }
    .index_t1 h2,.n_t1 h2{
        font-size:28px;
    }
    .case1 .img{
        font-size:15px;
    }
    .case2{
        padding:75px 0;
    }
    .p_li .text .txt h3{
        font-size:20px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .sort2{
        padding-top:50px;
    }
    .sort2 li{
        margin-right:60px;
    }
    .p_li{
        padding:25px 15px;
    }
    .p_li .text{
        margin-top:25px;
    }
    .p_li .text .txt h3{
        font-size:18px;
    }
}
@media(max-width: 820px){
    .case_top{
        padding:55px 0 30px;
    }
    .index_t1 h2{
        font-size:36px;
    }
    .sort2 li a p{
        font-size:16px;
    }
    .sort2 li a .img {
        line-height: 55px;
    }
    .sort2 li a .img img{
        max-height:45px;
        max-width:45px;
    }
    .case1{
        padding:55px 0 0;
    }
    .case1 .text {
        font-size: 14px;
        padding: 20px 0 30px;
    }
    .index_t1 h2,.n_t1 h2{
        font-size:24px;
    }
    .case2{
        padding:55px 0;
    }
    .xgal_list{
        margin-top:35px;
    }
    .p_li .text .txt h3{
        font-size:16px;
    }
}
@media(max-width: 767px){
    .xgal_list li{
        width:49%;
    }
    .xgal_list li:nth-child(2n){
        margin-right:0;
    }
}
@media(max-width: 640px){
    .case_top{
        padding:40px 0 20px;
    } 
    .index_t1 h2{
        font-size:28px;
    }
    .sort2{
        padding-top:35px;
    }
    .sort2 li{
        margin-right:20px;
    }
    .sort2 li a .img {
        line-height: 40px;
    }
    .sort2 li a .img img{
        max-height:35px;
    }
    .sort2 li a p{
        font-size:14px;
        margin-top:5px;
    }
    .yy_sort li{
        margin-right:15px;
    }
    .case1{
        padding:40px 0 0;
    }
    .index_t1 h2,.n_t1 h2{
        font-size:20px;
    }
    .case1 .img{
        font-size:14px;
    }
    .case2{
        padding:40px 0;
    }
    .xgal_list{
        margin-top:25px;
    }
}
@media(max-width:460px){
    .xgal_list li{
        width:100%;
    }
}

.sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:45px 0 40px;
}
.sort li{
    margin-right: 15px;
    margin-bottom: 20px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #1a1a1a;
    background: #f9f9f9;
    border-radius: 20px;
    padding:0 28px;
    height: 40px;
}
.sort li.cur a{
    background: #0074A7;
    color: #fff;
}
.n_news{
    padding:0 0 90px;
}
.n_news .wrap{
    max-width: 1440px;
}
.top_news{
    margin-bottom: 60px;
}
.top_news li{
    
}
.top_news li a{
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
}
.top_news li a .img{
    width: 50%;
    background: none;
}
.top_news li a .img img{
    /*opacity: 0;*/
}
.top_news li a .text{
    width: 50%;
    background: #f6f6f6;
    padding:50px 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top_news li a .text .txt{
    
}
.top_news li a .text .txt p{
    color: #999;
    font-size: 18px;
}
.top_news li a .text .txt h3{
    font-size: 26px;
    margin-top: 15px;
    transition: 0.4s;  
    line-height: 1.4;
}
.top_news li a .text .news_more1{
    margin-top:20px;
}
.news_more1{
    margin-top:35px;
}
.news_more1 span{
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #0074A7;
    padding-bottom: 10px;
    border-bottom: 2px solid #0074A7;
}
.top_news li a:hover .img img{
    transform: scale(1.1);
}
.top_news li a:hover .text .txt h3{
    color: #0074A7;
}
.news_list01{
    
}
.news_list01 li{
    margin-bottom: 40px;
}
.news_list01 li:last-child{
    margin-bottom: 0;
}
.news_list01 li a{
    display: block;
    padding:0 40px;
    background: #f6f6f6;
    border-radius: 10px;
    overflow: hidden;
}
.news_list_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
    padding: 18px 0 20px;    
}
.news_left p{
    font-size: 18px;
    color: #999;
    line-height: 1.2;
}
.news_left div{
    font-size: 46px;
    color: #999;
    line-height: 1.4;
}
.news_right .news_more1{
    margin-top:0;
}
.news_list01 li a .text{
    padding: 24px 0 32px;    
}
.news_list01 li a .text h3{
    font-size: 26px;
    color: #000;
    transition: 0.4s; 
    line-height: 1.4;
    font-family: "puhui65";
}
.news_list01 li a .txt{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-top: 12px;    
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list01 li a:hover .text h3{
    color: #0074A7;
}
@media(max-width:1600px){
    .top_news li a .text{
        padding:35px 55px;
    }
    .top_news li a .text .txt p,.news_left p{
        font-size:16px;
    }
    .top_news li a .text .txt h3,.news_list01 li a .text h3{
        font-size:22px;
    }
    .news_list01 li a .txt{
        font-size:14px;
    }
    .news_more1 span{
        font-size:14px;
        padding-bottom:5px;
    }
}
@media(max-width:1280px){
    .top_news{
        margin-bottom: 40px;
    }
    .top_news li a .text{
        padding:25px 45px;
    }
    .top_news li a .text .txt h3,.news_list01 li a .text h3{
        font-size:20px;
    }  
    .news_list01 li{
        margin-bottom:30px;
    }
    .news_list01 li a{
        padding:0 25px;
    }
    .news_list_top{
        padding:18px 0 15px;
    }
    .news_left div{
        font-size:36px;
    }
}
@media(max-width:1099px){
    .top_news{
        margin-bottom: 30px;
    }
    .top_news li a .text{
        padding:20px 35px;
    }
    .news_list01 li{
        margin-bottom:20px;
    }
    /*.news_list_top{*/
    /*    padding:18px 0 15px;*/
    /*}*/
    .news_left div{
        font-size:32px;
    }    
}
@media(max-width:820px){
    .top_news li a .text .txt h3,.news_list01 li a .text h3{
        font-size:18px;
    }
    .news_more1 {
        margin-top: 20px;
    }
}
@media(max-width:640px){
    .top_news li a .img{
        width:100%;
        background:none!important;
    }
    .top_news li a .img img{
        opacity:1;
    }
    .top_news li a .text{
        width:100%;
        padding:15px 15px;
    }
    .top_news li a .text .txt p, .news_left p{
        font-size:14px;
    }
    .top_news li a .text .txt h3, .news_list01 li a .text h3 {
        font-size: 16px;
    }
    .top_news li a .text .txt h3{
        margin-top:5px;
    }
    .news_list01 li{
        margin-bottom:15px;
    }
    .news_list01 li a{
        padding:0 20px;
    }
    .news_left div{
        font-size:28px;
    }
    .news_list01 li a .text {
        padding: 20px 0 ;
    }
}



.news_detail{
    padding: 90px 0 ;
    max-width: 1200px;
    margin:0 auto;
}
h1.title{
    font-size: 32px;
    color: #2E2E2E;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
}
.info_title{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: center;
    font-size: 18px;
    color: #666;
    font-family: "puhui65";
    padding-top:41px;
    padding-bottom: 32px;
    border-bottom:1px solid #999;
    margin-bottom: 32px;
    line-height: 1;
}
.news_detail .content{
    font-size: 16px;
    color: #333;
}
.page{
    font-size: 18px;
    color: #333;    
    font-family: "puhui65";
    padding-top:48px;
    margin-top:90px;
    border-top: 1px solid #999999;;
}
.page a{
    font-size: 18px;
    color: #333;    
    font-family: "puhui65";   
}
.page a:hover{
    color: #0074A7;
}
@media(max-width: 1600px){
    h1.title{
        font-size:24px;
    }
    .info_title {
        margin-bottom: 25px;
        font-size:15px;
        padding-top:30px;
        padding-bottom:20px;
    }
    .news_detail .content{
        font-size: 15px;
    }
    .page {
        font-size: 15px;
        padding-top: 30px;
        margin-top: 60px;
    }
    .page a{
        font-size:15px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .n_news{
        padding: 0 0 75px;
    }

    h1.title{
        font-size:20px;
    } 
    .info_title {
        margin-bottom: 20px;
        font-size:14px;
        padding-top:20px;
        padding-bottom:15px;
    }
    .news_detail{
        padding:55px 0 ;
    }
    .page {
        font-size: 14px;
        padding-top: 20px;
        margin-top: 30px;
    }
    .page a{
        font-size:14px;
    }
}
@media(max-width: 992px){
 
}
@media(max-width: 820px){
    .n_news{
        padding:0 0 55px;
    }

    h1.title{
        font-size:18px;
    }
}
@media(max-width: 640px){
    .n_news{
        padding: 0 0 40px;
    }
    .news_detail{
        padding:40px 0 ;
    }
    h1.title{
        font-size:18px;
    }
    .info_title {
        margin-bottom: 15px;
        font-size:14px;
        padding-top:20px;
    }
    .page {
        font-size: 13px;
        padding-top: 10px;
        margin-top: 15px;
    }
    .page a{
        font-size:13px;
    }
}


.n_download{
    padding:120px 0 150px;
}
.download_list{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;    
    margin-top:65px;
}
.download_list li{
    box-shadow: 0 0 6px #eee;
}
.download_list li a{
    display: flex;
    flex-wrap: wrap;
    /*padding:10px;*/
    background: #f7f7f7;
}
.download_list li a .img{
    width:41%;
    padding:10px;
}
.download_list li a .img img{
    width: 100%;
}
/*.download_list li a:hover .img img{*/
/*    transform: scale(1.1)*/
/*}*/
.download_list li a .text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:15px 20px;
    width:59%;
    background: #fff;
}
.download_list li a .text h3{
    font-size:18px;
    color: #555656;
    font-family: "HarmonyOS_SansSC_Bold";
    line-height: 1.4;
}
.download_list li a .text p{
    font-size:16px;
    color: #555656;
    display: flex;
    align-items:flex-end;
    justify-content: flex-end;
    line-height: 1;
}
.download_list li a .text p i{
    margin-right: 12px;
    width:21px;
    height: 20px;
    background:url(../images/download.png) no-repeat center;
    background-size: 100%;
}
.download_list li a:hover{
    background:#f5f5f5;
}
.download_list li a:hover .text h3,.download_list li a:hover .text p{
    color: #000000;
}
.download_list li a:hover .text p i{
    background:url(../images/download_h.png) no-repeat center;
    background-size: 100%;
}
@media(max-width:1920px){
    .download_list{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px;    
    }    
}
@media(max-width:1600px){
    .download_list li a .text p{
        font-size:15px;
    }
    .download_list li a .text p i{
        margin-right:6px;
    }
    .download_list li a .text h3{
        font-size:16px;
    }
}
@media(max-width:1280px){
    .n_download{
        padding:90px 0
    }
    .download_list li a .text p{
        font-size:14px;
    }
}
@media(max-width:1024px){
    .n_download{
        padding:75px 0
    }
    .download_list{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;    
    }   

}
@media(max-width:820px){
    .n_download{
        padding:55px 0
    }
    .download_list{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;    
    }
}
@media(max-width:767px){
    .n_download{
        padding:40px 0
    }
    .download_list{
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;    
    }
    .download_list li a .text h3{
        font-size:15px;
    }
}
@media(max-width:500px){
    .download_list li a .text h3{
        font-size:14px;
    }
}



.contact1{
    padding:95px 0 100px;
    position: relative;
}
.contact1 .wrap{
    max-width: 1560px;
}
.contact_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:55px;
}
.contact_cont .text{
    width: 30%;
    max-width: 440px;
}
.contact_cont .text dl{
    margin-bottom: 50px;
}
.contact_cont .text dl dt{
    font-size: 24px;
    color: #0074A7;
    font-family: "puhui85";
    line-height: 1;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 2px solid #d9d9d9;
}
.contact_cont .text dl dd{
    font-size: 15px;
    color: #1a1a1a;
    line-height: 1.8;
}
.c_map{
    width: 65%;
    /*max-width: 926px;*/
    padding-top:18px;
}
.contact3{
    padding:120px 0;
}
.contact_list{
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 115px 65px;
}
.contact_list li{
    border: 1px solid #e2e2e2;    
    display: flex;
    flex-wrap: wrap;
}
.contact_list li .text {
    width: calc(100% - 31.98%);
    padding: 35px 0 35px 50px;
}
.contact_list li h3{
    font-size: 26px;
    color: #0074A7;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 17px;
    border-bottom: 1px dashed rgb(230, 230, 230);  
    line-height: 1.2;
}
.contact_list li h3::after {
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 125px;
    height: 2px;
    content: "";
    z-index: 2;
    background: #0074A7;
    transition: 0.5s;
}
.contact_list li:hover h3::after{
    width: 100%;
}
.contact_list li h3:nth-child(1){
    
}
.contact_list li dl{
    /*display: flex;*/
    /*flex-wrap: wrap;    */
    padding-left: 70px;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.contact_list li dl:last-child{
    margin-bottom: 0;
}
.contact_list li dl dt{
    color: #666;
}
.contact_list li dl dd{
    color: #000;    
}
.contact_list li dl.dl1{
    background: url(../images/ct_icon1.png) no-repeat left center;
}
.contact_list li dl.dl2{
    background: url(../images/ct_icon2.png) no-repeat left center;    
}
.contact_list li dl.dl3{
    background: url(../images/ct_icon3.png) no-repeat left center;    
}
.contact_list li dl.dl4{
    background: url(../images/ct_icon4.png) no-repeat left center; 
}
.contact_list li dl.dl5{
    background: url(../images/ct_icon5.png) no-repeat left center; 
}.contact_list li dl.dl6{
    background: url(../images/ct_icon6.png) no-repeat left center; 
}
.contact_list li .img{
    width: 31.98%;
}
.contact_list li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;    
}
.contact_list li:hover .img img{
    transform: scale(1.1)
}
@media(max-width: 1920px){
    .contact_list{
        gap: 80px 50px;
    }
    .contact_list li dl{
        font-size: 16px;
    }
    .contact_list li h3{
        font-size:24px;
    }
}
@media(max-width: 1600px){
    .contact1,.contact3{
        padding:90px 0;
    }
    .news_sort li a{
        padding:0 30px;
    }
    .contact_cont{
        margin-top:40px;
    }
    .contact_list li dl{
        font-size:15px;
        padding-left: 50px;
    }
    .contact_list{
        margin-top: 55px;
        gap: 80px 45px;
    }
    .contact_list li h3{
        font-size:20px;
    }
    .contact_list li .text {
        padding: 25px 0 25px 35px;
    }
}
@media(max-width: 1280px){
    .contact1,.contact3{
        padding:75px 0;
    }
    .contact_list li dl{
        font-size:14px;
    }
    .contact_list{
        margin-top: 45px;
        gap: 50px 35px;
    }
}
@media(max-width: 1024px){
    .contact_list{
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px 0px;
    }
}
@media(max-width: 991px){
    .contact_cont .text{
        width:100%;
        max-width:100%;
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .contact_cont .text dl{
        width:49%;
        margin-bottom:25px;
    }
    .contact_cont .text dl dt{
        font-size:22px;
    }
    .c_map{
        width:100%;
    }
}
@media(max-width: 820px){
    .contact1,.contact3{
        padding:55px 0;
    }
    .news_sort {
        padding: 30px 0 ;
    }
    .news_sort li a{
        padding:0 25px;
        font-size:15px;
    }
    .contact_cont{
        margin-top:35px;
    }
    .contact_list{
        gap: 20px 0px;
        margin-top:35px;
    }
    .contact_list li .text{
        width:100%;
        padding:20px;
    }
    .contact_list li h3{
        font-size:18px;
    }
    .contact_list li dl{
        background-size:25px!important;
        padding-left:40px;
    }
    .contact_list li .img{
        width:100%;
    }

}
@media(max-width: 640px){
    .contact1,.contact3{
        padding:40px 0;
    } 
    .news_sort {
        padding: 22px 0 ;
    }
    .sort li{
        margin-bottom:5px;
    }
    .news_sort li a{
        padding:0 15px;
        font-size:14px;
    }
    .contact_cont{
        margin-top:25px;
    }
    .contact_cont .text dl{
        width:100%;
    }
    .contact_cont .text dl:last-child{
        margin-bottom:10;
    }
    .contact_cont .text dl dt {
        font-size: 18px;
        padding-bottom:8px;
    }
    .contact_cont .text dl dd{
        font-size:14px;
    }
    .contact_list li h3 {
        font-size: 16px;
    }
    .contact_list li dl {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
}




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


#job3{
    background:#f1f1f1;
    padding:100px 0 130px;
}
#job3 h2{
    text-align: center;
    font-size:44px;
    color: #333333;
    line-height: 1;
    margin-bottom: 42px;
}
.job_list{

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

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


@media(max-width: 1600px){
    #job3 h2{
        font-size:36px;
    }

    .job_top{
        padding:0 40px;
    }
    .j_c{
        padding:25px 0;
    }
    .job_list li .j_cont{
        padding:50px 40px;
    }
    .j_cont2 {
        margin: 30px 0 70px;
    }
    .j_contact p{
        line-height: 50px;
        padding: 0 30px;
    }
    .j_contact a{
        line-height: 50px;
        width: 180px;
    }
}
@media(max-width: 1280px){
    #job3 h2{
        font-size:32px;
    }
    .job_top{
        padding:0 30px;
    }
    .j_c{
        padding:15px 0;
    }
    .job_list li .j_cont{
        padding:40px 30px;
    }
    .j_cont2 {
        margin: 20px 0 40px;
    }
    .j_contact p{
        padding: 0 20px;
    }    
}
@media(max-width: 1024px){
    #job3 h2{
        font-size:28px;
    }

}
@media(max-width: 820px){

    #job3{
        padding:75px 0;
    }
    .job_top {
        padding: 0 20px;
    }
    .j_name{
        font-size:16px;
    }
    .j_c p,.j_date{
        font-size:14px;
    }  
    .j_c p{
        padding: 0 20px;
    }  
    .job_list li .j_cont {
        padding: 30px 20px;
    }    
}
@media(max-width: 767px){
    #job3{
        padding:50px 0;
    }
    #job3 h2{
        margin-bottom: 25px;
        font-size: 22px;
    }
    .job_list li{
        margin-bottom: 12px;
    }
    .job_top {
        padding: 0 10px;
    }
    .j_name{
        padding:5px 0;
        width: 76%;
    }
    .j_c,.j_c p{
        display: none;
    }
    .j_cont1 h3{
        width: 100%;
        font-size:15px;
    }
    .j_cont1_c{
        width: 100%;
        font-size:14px;
    }
    .job_list li .j_cont {
        padding: 20px 10px;
    }
    .j_contact{
        padding:15px 0 0;
    }
    .j_contact p{
        width: 100%;
        line-height: 2em;
        float: none;
    }
    .j_contact a{
        float: none;
        margin:15px auto 0;
        line-height: 42px;
        width: 120px;
        font-size:15px;
    }    
}


h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 200px;
    left:-205px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #00a2e7;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
/*2025右侧浮动栏*/
.right_fixed{
    position: fixed;
    top: calc(45%);
    transform:translateY(-50%);
    right: 20px;
    margin: auto 0;
    max-width: 100% !important;
    width:54px;
    background:#ECE8DD;
    border-radius: 50px;
    z-index: 9999;
}
.right_fixed dl{
    width:100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: relative;
}
.right_fixed dl dt{
    padding:14px 12px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}
.right_fixed dl:first-child dt{
    border-radius: 50px 50px 8px 8px;
}
.right_fixed dl:last-child dt{
    border-radius: 8px 8px 50px 50px;    
}
.right_fixed dl dt:hover{
    background:#fff;
}
/*.right_fixed dl:last-child dt:hover{
    background:none;
}*/
.right_fixed dl dt img{
    max-width: 30px;
    max-height: 30px;
}
.right_fixed dl dt p{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    width: 100%;
    text-align: center;
    cursor: default;
}
.right_fixed dl dd{
    position: absolute;
    top: 50%;
    right: 100%;
    padding-right: 18px;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(10px) translateY(-50%);
    opacity: 0;
    transition: all .5s;
    z-index: 99999;
}
.right_fixed dl:hover dd{
    visibility: visible;
    pointer-events: all;
    transform: translateX(0) translateY(-50%);
    opacity: 1;    
}
.right_fixed_box{
    position: relative;
    z-index: 1;
    width: 220px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 19px 10px rgba(22, 44, 112, .05);
    border-radius: 8px;
    padding: 12px 15px ;
}
.right_fixed_box:after{
    content: "";
    position: absolute;
    right: calc(-16px / 1.414 / 2);
    top: 50%;
    z-index: -1;
    width: 16px;
    height: 16px;
    transform: translateY(-50%) rotate(45deg);
    background: #fff;
}
.right_fixed_box2{
    width: 156px;
    padding:15px;
}
.right_fixed_tel a{
    font-size:18px;
    color: #333;
    font-weight: 700;
}
.right_fixed_code{

}
.right_fixed_code img{
    max-width: 106px;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
}
@media(max-width: 991px){
    .online-server{
        display: none!important;
    }
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

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


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