/*头部样式*/
.h_top{
    background: #e2e5eb;
}
.wrap{
    width:90%;
    max-width: 1600px;
    margin:0 auto;
}
.h_top .wrap,.head_top{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    font-size: 14px;
    color: #fff;
}
.h_tel{
    padding-left: 21px;
    background:url(../images/h_ico3.png) no-repeat left center;
}
.h_mail{
    margin-left: 30px;
    padding-right: 35px;
    margin-right: 21px;
    padding-left: 21px;
    background:url(../images/h_ico4.png) no-repeat left center;
    position: relative;
}
.h_mail:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    margin-top:-5px;
    width:1px;
    height: 10px;
    background:rgba(255,255,255,.5);
}
a.h_a{
    color:#fff;
}
.head_top{
    width: 960px;
    background-image: url(../images/head_bg.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    background-color: #0075cf;
    height: 40px;
    line-height: 40px;
    padding-right: 8%;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index:9;
}
.head{
    position: relative;
}
.head .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
/*    position:relative;*/
}
.logo{

}
.head_r{
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin-top: 40px;
}
.nav{
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin-top: 40px;
}
.nav li{
    margin-right: 48px;
/*    position: relative;*/
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a.a1{
    font-size:18px;
    color: #222222;
    font-family: "puhui65";
    line-height: 60px;
}
.nav li:hover a.a1{
    color: #0075cf;
}
.b_nav{
    position: absolute;
    top:60px;
    left:-30%;
    width:160%;
    background:#fff;
    box-shadow: 0 0 6px #ddd;
    z-index: 99;
    display: none;
}
.b_nav a{
    display: block;
    font-size:14px;
    line-height: 2em;
    text-align: center;
}
.b_nav2{
    position: absolute;
    top:100px;
    left:0%;
    width:100%;
    background:#f7f7f7;
    box-shadow: 0 0 6px #ddd;
    z-index: 999;
    display: none;    
}
.b_nav li:hover .b_nav2{
    display: block;
}
.b_nav2 .wrap{
    height: auto!important;
}
.b_nav2_list{
    display: flex;
    justify-content: center;
    width:100%;
}
.b_nav2_list .b_nav2_li{
 /*   flex:1;*/
}
.b_nav2_li2{
    width:50%;
}
.b_nav2_li4{
    width:25%;
}
.b_nav2_list .b_nav2_li a{
    display: block;
    text-align: center;
    padding:20px;
}
.b_nav2_list .b_nav2_li .img{
    line-height: 118px;
}
.b_nav2_list .b_nav2_li .img img{
    max-height: 118px;
}
.b_nav2_list .b_nav2_li p{
    color: #333;
    margin-top: 5px;
}
.b_nav2_list .b_nav2_li a:hover{
    background:#f1f1f1;
}
.b_nav2_list .b_nav2_li a:hover p{
    color: #0075cf;
}
.show{
    display: block!important;
}
.search{
    height: 100%;
    display: none;
}
.ss{
    cursor: pointer;
/*    margin:0 30px 0 55px;*/
}
.ss .img2{
    display: none;
}
header.cur .ss .img1{
    display: none;
}
header.cur .ss .img2{
    display: block;
}
.h_search{
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    height: 160px;
    border-top: 1px solid #dfdede;
    z-index: 999;
    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: #3fab4a;
    line-height: 40px;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
}
.search:hover #formsearch{
    display: flex;
}
.search_ts{
    position: absolute;
    top:100px;
    left:0;
    width: 100%;
    background: #3fab4a;
    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: #3fab4a3fab4a;    
}
.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;
}

.h_language{
    position: relative;
    margin:0 30px 0 55px;
    margin-right: 0!important;
}
.h_language p{
    display: flex;
    align-items:center;
    height: 60px;
    cursor: pointer;
}
.h_language p span{
    margin:0 8px;
    font-size:16px;
    color: #3a3a3a;
    font-family: "puhui65";
}
.h_lang_a{
    position: absolute;
    top: 60px;
    left:-10%;
    width:120%;
    background:#fff;
    display: none;
    box-shadow: 0 0 10px #ccc;
    z-index: 9;
}
.h_language:hover .h_lang_a{
    display: block;
}
.h_lang_a a{
    display: block;
    text-align: center;
}
.h_lang_a a:hover{
    color: #0075cf;
}

#index_banner .swiper-slide{
    overflow:hidden;
}
#index_banner .swiper-slide.swiper-slide-active .img img{
    transform: scale(1.1)!important; 
    transition: all 4s ease-out !important;     
}
.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 .text,.banner_text .text2{
    color: #fff;
    transition: all 1s ease-out;
    transform:translateX(-500px);
    opacity: 0;
}
#index_banner .swiper-slide.swiper-slide-active .banner_text .text,#index_banner .swiper-slide.swiper-slide-active .banner_text .text2{
/*  transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    filter: alpha(opacity=1);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;  
}
{*/
    transform:translateX(0px);
    opacity: 1; 
}
.banner_text .text h2,.banner_text .text2 h2{
    font-size:55px;
    font-family: "puhui85";
    line-height: 1.2;
}
.banner_text .text h2 span,.banner_text .text2 h2 span{
    display: block;
    margin-top:12px;
}
.banner_text .text p,.banner_text .text2 p{
    font-size:26px;
    line-height: 1.5;
    margin:45px 0 60px;
}
.banner_text .text2{
    color:#fff;
}
.banner_text .text2 h2{
    font-size:68px;
}
/*
.banner_text a.more1{
    border:1px solid #333;
    color:#333; 
}*/
a.more1{
    font-size:16px;
    color: #fff;
    width:128px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    align-items:center;
    justify-content: center;
    border:1px solid #fff;
}
a.more1:hover{
    background: #0075cf;
    color: #fff;
    border:1px solid #0075cf;
}
#index_banner .swiper-pagination{
    bottom:30px;
    /* display: none; */
}
#index_banner .loading {
    margin: 0 5px;
    width: 38px;
    height: 38px;
    position: relative;
    border: 4px solid transparent;
    background: transparent;
}
#index_banner .swiper-pagination-bullet{
    opacity: 1;
    margin:0 15px;
}
.loading.swiper-pagination-bullet-active {
    border-color: #0075cf;
}
.loading .c-progress {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: rgba(0,117,207,.6);
    border-radius: 50%;
    left: 9px;
    top: 9px;
    line-height: 120px;
    text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
    background-color: #0075cf;
}
.loading .yqs{
    position: absolute;
    top: -2px;
    left: -2px;
    width: 38px;
    height: 38px;
    opacity: 0;
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-name: spin-left;
    border: 4px solid #0075cf;
    border-radius: 50%;
}
.loading.swiper-pagination-bullet-active .yqs{
    opacity: 1;
}
.loading .left,
.loading .right {
    opacity: 0;
    width: 17px;
    height: 34px;
    overflow: hidden;
    position: absolute;
    left: -2px;
    top: -2px;
    overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
    opacity: 1;
}
.loading .right {
    left: auto;
    right: -2px;
    top: -2px;
}
.loading .left:after,
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 15px;
    height: 30px;
    border: 2px solid rgba(0,117,207,.6);
    border-radius: 19px 0 0 19px;
    border-right: 0;
}
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 19px 19px 0;
    border: 2px solid rgba(0,117,207,.6);
    border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
    transform-origin: right center;
    animation-fill-mode: forwards;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-name: spin-left;
}
.loading.swiper-pagination-bullet-active .right:after {
    transform-origin: left center;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media(max-width:1600px){
    .head_top{
        padding-right:5%;
        height:30px;
        width:760px;
    }
    .h_top .wrap{
        height: 32px;
    }
    .head .wrap{
        height: 85px;
    }
    .logo img{
        max-height: 45px;
    }
    .nav{
        margin-top:30px;
    }
    .nav li{
        margin-right: 35px;
    }
    .nav li a.a1{
        font-size:16px;
        line-height:55px;
    }
    .b_nav{
        top:55px;
    }
    .head_r{
        margin-top:30px;
    }
    .h_language p{
        height:55px;
    }
    .h_lang_a{
        top:55px;
    }
    .h_language{
        margin:0 25px 0 40px;
    } 
    .h_search,.b_nav2{
        top:85px;
    }   
    .banner_text .text h2{
        font-size:36px;
    }
    .banner_text .text p,.banner_text .text2 p{
        font-size: 20px;
        margin: 30px 0 50px;
    }
    .banner_text .text2 h2{
        font-size:42px;
    }
    #index_banner .swiper-pagination{
        bottom:10px;
    }
    a.more1 {
        font-size: 15px;
        width: 125px;
        height:42px;
        border-radius:20px;
    }
}
@media(max-width:1280px){
    .head_top{
        width:700px;
    }
    #keyword{
        font-size:14px;
    }
    #s_btn{
        font-size:12px;
    }
    .loading .c-progress {
        width: 8px;
        height: 8px;
        left: 11px;
        top: 11px;
        line-height: 100px;
    }
    .nav li{
        margin-right:25px;
    }
    .banner_text .text2 h2{
        font-size:36px;
    }
    .banner_text .text p,.banner_text .text2 p{
        font-size: 16px;
    }
    a.more1 {
        font-size: 14px;
        width: 100px;
        height: 36px;
        border-radius: 18px;
    }
}
@media(max-width:1199px){
    .nav li {
        margin-right: 15px;
    }
    .nav li a.a1{
        font-size: 15px;
    }
    .h_language {
        margin: 0 15px 0 20px;
    }
}
@media(max-width:1130px){
    .nav li{
        margin-right:10px;
    }
    .search{
        margin-right:10px;
    }
    #formsearch{
        padding:3px 8px;
    }
    .ss img{
        width:16px;
    }
    .h_language {
        margin: 0 15px 0 15px;
    }
}
@media(max-width:1024px){
    .head_top{
        width:600px;
    }
    /*.h_search{*/
    /*    top:66px;*/
    /*}*/
/*}*/
/*@media(max-width:991px){*/

    .logo img{
        max-height:42px;
    }
    .h_language{
        margin: 0 15px 0 0px;
    }
    .search{
        margin-right:10px;
    }
    #s_btn{
        font-size:12px;
    }
    .nav li{
        margin-right:16px;
    }
    .nav li a.a1{
        font-size:15px;
    }
    .banner_text .text h2,.banner_text .text2 h2{
        font-size:32px;
    }
    .banner_text .text p,.banner_text .text2 p{
        font-size: 15px;
        margin:20px 0 35px;
    }

    .head .wrap {
        height: 60px;
    }
    .head_top,.nav{
        display: none;
    }
    .head_r{
        margin-top:0;
    }
    .h_lang_a,.h_search{
        top:60px;
    }
    .h_language p {
        height: 60px;
    }
    a.more1{
        font-size: 12px;
        width: 80px;
        height: 30px;
        border-radius: 16px;
    }
}
@media(max-width:820px){
    .head_top{
        width:520px;
    }
    #index_banner .swiper-pagination{
        height:20px;
    }
    #index_banner .loading{
        width:20px;
        height:20px;
        border:2px solid transparent;
    }
    .loading .c-progress {
        width: 8px;
        height: 8px;
        left: 4px;
        top: 4px;
    }
    .loading .left, .loading .right {
        width: 10px;
        height: 20px;
    }
    .loading .left:after, .loading .right:after {
        width: 8px;
        height: 16px;
        border-radius: 10px 0 0 10px;
    }
    .loading .right:after {
        border-radius: 0 10px 10px 0;
    }
}
@media(max-width:767px){
    .h_language{
        display:none;
    }
    .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;
    }
    .banner_text .text h2,.banner_text .text2 h2{
        font-size:26px;
    }
    .banner_text .text p,.banner_text .text2 p{
        font-size: 14px;
        margin:20px 0 35px;
    }
}
@media(max-width:640px){
    .head .wrap {
        height: 50px;
    }
    .logo img{
        max-height:32px;
    }
    .h_lang_a,.h_search{
        top:50px;
    }
    .h_language p {
        height: 50px;
    }
    #index_banner .swiper-slide{
        height:300px;
    }
    #index_banner .swiper-slide .img{
        visibility:hidden;
    }
    .banner_text .text h2,.banner_text .text2 h2{
        font-size:20px;
    }
    .banner_text .text p,.banner_text .text2 p{
        font-size: 13px;
        margin:12px 0 20px;
    }
    .h_language_ico1 img{
        max-width:14px;
    }
    .h_language p span {
        margin: 0 6px;
        font-size: 15px;
    }
    .ss img {
        width: 14px;
    }
}

/**/
.index_case{
    padding:60px 0 0;
}
.index_t1{
    position: relative;
    text-align: center;
    line-height: 1;
    /*padding-top:28px;*/
    padding-top:0!important;
}
.index_t1 h2{
    position: relative;
    z-index: 9;
    font-size:48px;
    color: #111111;
    font-family: "puhui65";
    opacity: 0;
    display: none;
}
.index_t1 p{
    position: absolute;
    z-index: 7;
    top:0;
    left:0;
    font-size:72px;
    color: #111111;
    opacity: .1;
    font-family: "Barlow Condensed";
    width:100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
.index_case_content{
    margin-top:48px;
    position: relative;
    height: 750px;
}
.index_case_li{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.index_case_li li{
    width:calc(100% / 3);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,.3);
}
.index_case_li li .img{
    line-height: 65px;
    height: 65px;
}
.index_case_li li .text{
    position: absolute;
    top: 50%;
    right: 40px;
    left: 72px;
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;   
}
.index_case_li li .text h3{
    font-size:28px;
    font-family: "puhui65";
    line-height: 1;
    margin-top:40px;
    position: relative;
    padding-bottom: 20px;
}
.index_case_li li .text h3:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0px;
    background:#fff;
    width:24px;
    height: 2px;
}
.index_case_li li .text .txt{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 0;  
}
.index_case_li li .text p{
    font-size:18px;
    line-height: 1.6;
    margin:30px 0 92px;
}
.index_case_li li:hover .text{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-240px);
    transform: translateY(-240px)
    height:auto;
}
.index_case_li li:hover .text .txt {
    visibility: visible;
    opacity: 1
}
.index_case_imgs{

}
.index_case_imgs p{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.index_case_imgs p img{
    opacity: 0;
}
.index_case_imgs p.cur{
    opacity: 1;
}
@media(max-width: 1600px){
    .index_t1 h2{
        font-size:42px;
    }
    .index_t1 p{
        font-size:52px;
    }
    .index_case_content{
        height: 620px;
    }
    .index_case_li li .text {
        left: 40px;
    }
    .index_case_li li .text h3 {
        font-size: 24px;
        margin-top: 30px;
        padding-bottom: 16px;
    }
    .index_case_li li .text p{
        font-size:15px;
        margin: 25px 0 50px;
    }
    .index_case_li li:hover .text{
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }
}
@media(max-width: 1280px){
    .index_t1{
        padding-top:26px;
    }
    .index_t1 h2{
        font-size:32px;
    }
    .index_t1 p {
        font-size: 42px;
    }
    .index_case_content {
        height: 520px;
    }
    .index_case_li li .img{
        line-height: 50px;
        height: 50px;        
    }
    .index_case_li li .img img{
        max-height:50px;
    }
    .index_case_li li .text p{
        font-size:14px;
        margin:20px 0 40px;
    }
    .index_case_li li:hover .text {
        -webkit-transform: translateY(-150px);
        transform: translateY(-150px);
    }
}
@media(max-width: 1024px){
    .index_case_content {
        height: 460px;
    } 
    /*.index_case_li li:hover .text {*/
    /*    -webkit-transform: translateY(-150px);*/
    /*    transform: translateY(-150px);*/
    /*}*/
}
@media(max-width: 820px){
    .index_t1{
        padding-top:22px;
    }
    .index_t1 h2{
        font-size:28px;
    }
    .index_t1 p {
        font-size: 32px;
    }  
    .index_case_li li .img{
        line-height: 40px;
        height: 40px;        
    }
    .index_case_li li .img img{
        max-height:40px;
    }
}
@media(max-width: 640px){
    .index_case{
        padding:40px 0 0;
    }
    .index_t1{
        padding-top:18px;
    }
    .index_t1 h2{
        font-size:22px;
    }
    .index_t1 p {
        font-size: 24px;
    } 
    .index_case_content{
        height:auto;
        margin-top:35px;
    }
    .index_case_li li{
        width:100%;
        padding:25px 20px;
        border-bottom:1px solid rgba(255,255,255,.3);
    }
    .index_case_li li .text,.index_case_li li:hover .text{
        position: relative;
        top: 0%;
        -webkit-transform: translateY(-0px);
        transform: translateY(-0px)
        height:auto;
        left:0;
        right:0;
    }
    .index_case_li li .text .txt,.index_case_li li:hover .text .txt{
        visibility: visible;
        opacity: 1;
        height:auto;
    }
    .index_case_li li .text h3{
        font-size:22px;
    }
    .index_case_li li .text p{
        font-size: 12px;
        margin: 15px 0 25px;        
    }
}

/**/
.index_product{
    padding:72px 0 65px;
    background:url(../images/product_bg.jpg) no-repeat bottom center;
    background-size: cover;
}
.index_product_content{
    margin-top:78px;
    position: relative
}
.index_product_content .list{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.index_product_content .list_img {
    overflow: hidden;
    position: relative;
    width: 35.50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 65px;
    box-sizing: border-box;
}
.index_product_content .list_img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.index_product_content .list_item {
    width: 32.25%;
    height: 100%;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.index_product_content .list_item_l {
    text-align: right;
}
.index_product_content .list_item_r {
    text-align: left;
    margin-left: -3%;
}
.index_product_content .list_item .text {
    text-transform: uppercase;
    font-size:22px;
    color: #666;
    font-family: "puhui45";
}
.index_product_content .list_item_l .title {
    margin-bottom: 35px;
    font-size:34px;
    color: #111111;
    font-family: "puhui65";
}
.index_product_content .list_item_r .title {
    margin-bottom: 35px;
    font-size:28px;
    font-family: "puhui65";
    color: #0075cf;
}
.index_product_content .list_item_r .title span{
    margin:0 20px;
}
.index_product_content .list_item_r .text span{
    margin:0 30px;  
}
.index_product_content_li{
    max-width: 1400px;
    margin:55px  auto 0;
}
.index_product_content_li .gallery-thumbs{
    background:#d7dce8;
    padding:2px;
    border-radius: 10px;
}
.index_product_content_li .gallery-thumbs .swiper-slide{
    height: 130px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    background:#e2e5eb;
    position: relative;
}
.index_product_content_li .gallery-thumbs .swiper-slide:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width:0;
    height: 1px;
    background:#0075cf;
    transition: all 0.5s ease-out;
}
.index_product_content_li .gallery-thumbs .swiper-slide:nth-child(1){
    border-radius: 10px 0 0 10px;
}
.index_product_content_li .gallery-thumbs .swiper-slide:last-child{
    border-radius:  0 10px 10px 0;
}
.index_product_content_li .gallery-thumbs .swiper-slide:hover{
    background:none;    
}
.index_product_content_li .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
    background:none;
    box-shadow: 0 0 5px #ccc;
}
/*,.index_product_content_li .gallery-thumbs .swiper-slide:hover:after*/
.index_product_content_li .gallery-thumbs .swiper-slide.swiper-slide-thumb-active:after{
    width:100%;
}
.index_product_content_li .img{
    line-height: 59px;
    height: 59px;
}
.index_product_content_li p{
    font-size:14px;
    color: #333333;
    line-height: 1.5;
    margin-top:10px;
}
@media(max-width: 1600px){
    .index_product_content{
        margin-top:60px;
    }
    .index_product_content .list_item_l .title,.index_product_content .list_item_r .title{
        font-size:24px;
    }
    .index_product_content .list_item .text{
        font-size:18px;
    }
    .index_product_content .list_item_r .title span {
        margin: 0px 20px;
    }
    .index_product_content .list_item_r .text span {
        margin: 0 20px;
    }
    .index_product_content_li p{
        font-size:12px;
    }
}
@media(max-width: 1280px){
    .index_product_content .list_item .text{
        font-size:16px;
    }
    .index_product_content .list_item_l .title, .index_product_content .list_item_r .title{
        font-size:20px;
        margin-bottom: 20px;
    }
    .index_product_content .list_img{
        padding:15px 40px;
    }
    .index_product_content .list_item_r .title span {
        margin: 0px 15px;
    }
    .index_product_content .list_item .text {
        font-size: 14px;
    }
    .index_product_content .list_item_r .text span {
        margin: 0 8px;
    }
}
@media(max-width: 1024px){
    .index_product_content .list_img{
        padding:10px 30px;
    }
    .index_product_content .list_item .text{
        font-size:12px;
    }
}
@media(max-width: 820px){
    .index_product{
        padding:55px 0;
    }  
    .index_product_content{
        margin-top: 40px;
    }
    .index_product_content_li{
        margin:30px auto 0;
    }
    .index_product_content .list_item{
        width:30%;
    }
    .index_product_content .list_item_l .title, .index_product_content .list_item_r .title{
        font-size:18px;
        margin-bottom: 15px;
    }
    .index_product_content .list_item .text{
        font-size: 10px;
    }
    .index_product_content .list_img{
        width:40%;
        padding: 10px 20px;
    }
    .index_product_content .list_item_r{
        margin-right:-1%;
    }
    .index_product_content .list_item_r .title span {
        margin: 0px 10px;
    }
}
@media(max-width: 640px){
    .index_product{
        padding:40px 0;
    }
    .index_product_content_li{
        margin:20px auto 0;
    }
    .index_product_content .list{
        flex-wrap:wrap;
    }
    .index_product_content .list_item{
        width:100%;
    }
    .index_product_content .list_img{
        width:100%;
        padding: 10px 20px;
    }
    .index_product_content .list_item_l{
        text-align:center;
    }
    .index_product_content .list_item_r{
        display:none;
    }
}

/**/
.index_about,.index_about2{
    padding: 110px 0 68px;
    background:url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
.index_about .text,.index_about2 .text{
    font-size:20px;
    color: #333333;
    /*text-align: center;*/
    line-height: 1.6;
    padding:26px 0 35px;
}
.index_about2 .index_t1{
    /*max-width:200px;*/
    text-align:left;
    display:inline-block;
}

a.more2{
    color: #0075cf;
    border:1px solid #0075cf;
    margin:0 auto;
}
a.more2:hover{
    color: #fff;
}
.index_about2 a{
    margin:0;
}
.num_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin-top:112px;*/
}
.num_list dl{
    border-right: 2px solid #f9f9f9;
    padding: 24px 0 24px 32px;
    background: #fff;
    width: 25%;
}
.num_list dl dt{
    font-size:62px;
    color: #111111;
    font-family: "puhui65";
    line-height: 1;
}
.num_list dl dt sup{
    font-size:16px;
    color: #666666;
    font-family: "puhui55";
    margin-left: 6px;
    position: relative;
    top: -5px;
}
.num_list dl dd{
    font-size:16px;
    color: #666;
    margin-top:10px;
}
.index_about2_c{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
}
.index_about2_txt{
    width:48%;
}

.index_about2_c .img{
    width: 50%;
}
.index_about2_c .img:hover img{
    transform: scale(1.1);
}
@media(max-width: 1600px){
    .index_about {
        padding: 100px 0 68px;
    }
    .index_about .text,.index_about2 .text{
        font-size:17px;
    }
    .num_list{
        margin-top: 0px;
    }
    .num_list dl dt{
        font-size:52px;
    }
    .num_list dl dt sup,.num_list dl dd{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .index_about .text,.index_about2 .text{
        font-size:16px;
    }
    .num_list dl dt{
        font-size:42px;
    }   
}
@media(max-width: 1024px){
    .index_about, .index_about2{
        padding: 75px 0 68px;
    }
    .num_list dl dt{
        font-size:32px;
    }
    .num_list dl dt sup{
        font-size: 12px;
    }
    .num_list dl dd{
        margin-top:5px;
    }
}
@media(max-width: 820px){
    .index_about, .index_about2{
        padding:55px 0;
    }  
    .index_about .text, .index_about2 .text{
        font-size:14px;
        padding: 15px 0 25px;
    }
}
@media(max-width: 640px){
    .index_about, .index_about2{
        padding:40px 0;
    }
    .index_about2_txt,.index_about2_c .img{
        width:100%;
    }
    .index_about .text, .index_about2 .text{
        font-size:14px;
        
    }
    .index_about2_c .img{
        margin-top:20px;
    }
    .num_list dl{
        width:50%;
        padding:20px 0 20px 20px;
        border-bottom: 2px solid #f9f9f9;
    }
    .num_list dl dt {
        font-size: 28px;
    }
    .num_list dl dt sup {
        font-size: 10px;
    }
    .num_list dl dd {
        font-size: 13px;
    }
}

/**/
.index_news{
    padding:55px 0 90px;
    background:#f7f7f7;
    box-shadow: 0 0 10px rgba(0,0,0,.1) inset;
}
.news_list1{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
    margin-top:50px;    
}
.news_list1 li a{
    display: block;
    border-radius: 10px;
    background:#ffffff;
    padding:70px 80px 65px 55px;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
    position: relative;
}
.news_list1 li a:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width:0;
    height: 1px;
    background:#0075cf;
    transition: all 0.5s ease-out;
}
.news_list1 li a .p1{
    font-size:16px;
    color: #e60013;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
}
.news_list1 li a h3{
    font-size:26px;
    color: #111111;
    line-height: 1.6em;
    height: 3.2em;
    font-family: "puhui65";
    margin:15px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list1 li a .txt{
    font-size:16px;
    color: #666666;
    line-height: 1.8;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list1 li a .p2{
    font-size:16px;
    color: #999999;
    font-weight: bold;
    margin-top:125px;
    line-height: 1.5;
}
.news_list1 li a:hover{
    box-shadow: 0 0 10px #ccc;
}
.news_list1 li a:hover:after{
    width:100%;
}
.news_list1 li a:hover h3{
    color:#0d53a5;
}
@media(max-width: 1600px){
    .news_list1{
        gap: 35px;
    }
    .news_list1 li a{
        padding:50px 40px;
    }
    .news_list1 li a h3{
        font-size:22px;
    }
    .news_list1 li a .txt{
        font-size:15px;
    }
    .news_list1 li a .p2 {
        margin-top: 90px;
    }
}
@media(max-width: 1280px){
    .index_news{
        padding:55px 0 75px;
    }
    .news_list1{
        gap: 30px;
    }
    .news_list1 li a{
        padding:40px 25px;
    }
    .news_list1 li a h3{
        font-size:18px;
    }
    .news_list1 li a .p2 {
        margin-top: 60px;
    }   
}
@media(max-width: 1024px){
    .news_list1{
        gap: 20px;
    }
}
@media(max-width: 820px){
    .index_news{
        padding:55px 0;
    }
    .news_list1{
        gap: 15px;
        margin-top: 35px;
    }
    .news_list1 li a {
        padding: 20px 15px;
    }
    .news_list1 li a h3 {
        font-size: 16px;
        margin: 10px 0;
    }
    .news_list1 li a .txt{
        font-size:13px;
    }
    .news_list1 li a .p2 {
        margin-top: 25px;
        font-size: 14px;
        font-weight: normal;
    }
}
@media(max-width: 640px){
    .index_news{
        padding:40px 0;
    } 
    .news_list1 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
        margin-top: 30px;
    }
}
@media(max-width: 520px){
    .news_list1 {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }    
}

/**/
footer{
    background:#e2e5eb;
}
.foot_top{
    padding:58px 0 38px;
}
.f_logo{
    float: left;
/*    line-height: 46px;*/
}
.f_logo img{
/*    max-height: 30px;*/
}

.f_link{
    width: 220px;
    font-size:16px;
    color: #333333;
    background:#ffffff;
    border-radius: 4px;
    float: right;
    position: relative;
    cursor: pointer;
}
.f_link p{
    display: flex;
    justify-content: center;
    align-items: center;    
    height: 46px;
    width: 100%;
}
.f_link i{
    margin-left: 76px;
    display: block;
    width: 8px;
    height: 100%;
    background:url(../images/arrow2.png) no-repeat center;
    transition: all 0.5s ease-out;
}
.f_link:hover p i{
    margin-left: 50px;    
}
.f_link_a{
    position: absolute;
    top:46px;
    left:0;
    background:#fff;
    width: 100%;
    padding:0 5px;
    box-shadow: 0px 0px 10px #eee;
    display: none;
    z-index: 9999;
}
.f_link_a a{
    display: block;
    text-align: center;
}
.f_link:hover .f_link_a{
    display: block;
}
.foot{
    padding:56px 0 60px;
    border-top:1px solid #dadbdc;
    border-bottom:1px solid #dadbdc;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.foot:after{
    content:'';
    position: absolute;
    top:0;
    right:316px;
    width: 1px;
    height: 100%;
    background:#dadbdc;
    display: none;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
    /*width: calc(100% - 316px);*/
    width: 100%;
}
.f_nav li{
    width: 14.5%;
}
.f_nav li:last-child{
    width: 25%;
}
.f_nav li h3{
    font-size:19px;
    color: #1a1a1a;
}
.f_nav li a{
    display: block;
    font-size:14px;
    color: #666666;
}
.f_nav li a:hover{
    color: #0075cf;
}
.f_nav li .txt{
    font-size:14px;
    color: #666666;
    line-height: 1.6;
}
.f_nav li .txt strong{
    font-size:22px;
    color: #111111;
    font-family: "puhui85";
    line-height: 1.4;
    display: block;
    margin-bottom:22px;
}
.f_nav li .txt p:nth-child(3){
    margin-bottom:25px;
}
.f_code{
    width: 316px;
    padding-left: 75px;
    display: none;
    /*display: flex;*/
    /*justify-content: center;*/
}
.f_code dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-items: center;*/
    margin-bottom:30px;
}
.f_code dl:last-child{
    margin-bottom:0;
}
.f_code dl dt,.f_code dl dd{
    width:48%;
}
.f_code dl dd .img{
    background:#fff;
}
.f_code dl p{
    text-align:center;
    margin-top:5px;
    line-height:1.6;
}
.f_code dl dt{
/*    width: 136px;*/
}
.f_code dl dd{
   /* width: calc(100% - 136px);*/
    text-align:center;
    font-size:14px;
    color: #4c4c4c;
    line-height: 1.5;
    /*display: none;*/
}/**/
.f_code_list{
    display: flex;
    justify-content: center;
}
.f_code_list li{
    position: relative;
    margin:0 25px;
    cursor: pointer;
}
.f_code_list li .img1{
    min-width: 40px;
    text-align: center;
}
.f_code_list li .img1 span{
    display: block;
    font-size: 12px;
}
.f_code_list li .img2{
    position: absolute;
    top:55px;
    left:50%;  
    width: 110px;
    height: 110px;
    margin-left: -55px;
    display: none;
}
.f_code_list li:hover .img2{
    display: block;
}
.copyright{
    padding:25px 0;
}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}
@media(max-width: 1600px){
    .foot_top {
        padding: 45px 0 20px;
    }
    .f_nav li h3{
        font-size:17px;
    }
    .f_nav li a{
        font-size:13px;
    }
}
@media(max-width: 1280px){
/*    footer .wrap{
        width:92%;
    }*/
    .foot{
        padding:40px 0;
    }
    .f_code dl{
        margin-bottom:15px;
    }
    .copyright{
        padding:15px 0;
    }
    .f_code {
        padding-left: 50px;
    }
}
@media(max-width: 820px){
    .foot {
        padding: 25px 0;
    }
    .f_nav{
        width:100%;
        justify-content: space-between;
    }
    .f_nav li{
        width:16%;
    }
    .f_nav li:nth-child(4),.f_nav li:nth-child(5){
        display:none;
    }
    .f_nav li:last-child {
        width: 34%;
    }
    .foot:after,.f_code{
        display:none;
    }
    .copyright_l,.copyright_r{
        width:100%;
        text-align:center;
    }
}
@media(max-width: 767px){
    .f_link{
        display:none;
    }
    .f_logo{
        line-height: 40px;
    }
    .f_logo img{
        max-height:35px;
    }
    .foot_top a.more2 {
        float: right;
        margin-left: 15px;
        font-size:15px;
        width:110px;
    }
    .f_nav li{
        display:none;
    }
    .f_nav li:last-child{
        display:block;
        width:100%;
    }
    .copyright {
        padding: 10px 0;
    }
    .copyright,.copyright a{
        font-size:12px;
    }
}
@media(max-width: 640px){
    footer{
        margin-bottom: 56px;
    }

}

/*----- 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;
    height:490px;
}
.n_banner .img{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.n_banner img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    /*display: block;*/
    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;  
    background: rgba(0,117,207,.3);
}
.n_banner_text h2{
    font-size:60px;
    color: #fff;
    font-family: "puhui65";
    padding-top:0px;
    text-align: center;
}

.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;
}
.n_search{
    padding:55px 0;
}
.n_banner2{
    height: 248px;
}
.n_banner2 .n_banner_text h2{
    font-size: 36px;
}
@media(max-width: 1600px){
    .n_banner_text h2{
        font-size:52px;
    }
    .n_banner2 .n_banner_text h2{
        font-size: 32px;
    }
}
@media(max-width: 1280px){
    .n_banner{
        height:400px;
    }
    .n_banner_text h2{
        font-size:46px;
    }
}
@media(max-width: 1024px){
    .n_banner{
        height:320px;
    }
    .n_banner_text h2{
        font-size:42px;
    }    
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .n_banner{
        height:280px;
    }
    .n_banner_text h2{
        font-size:36px;
        padding-top:0;
    }    
}
@media(max-width: 767px){
    .n_banner,.n_banner2{
        height:200px;
    }
    .n_banner_text h2,.n_banner2 .n_banner_text h2{
        font-size:26px;
    }
    .n_search{
        padding:40px 0;
    }
}


/*关于*/
.about1{
    position: relative;
}
.about1 .index_about2_txt{
    width: 42%;
}
.about1 .index_about2_txt .text{
    font-size: 16px;    
}
.about1 .text{
    padding-bottom: 0;
}
.about2{
    padding:100px 0 ;
    position: relative;
/*    background:#f9f9f9;*/
}
.wh_list{
    margin-top:62px;
    display: flex;
    flex-wrap: wrap;
}
.wh_list li{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    background:#edf1f5;
    border-radius: 6px;
    padding:20px 40px;
    height: 180px;
    margin-bottom: 20px;
    width: 32%;
    margin-right: 2%;
}
.wh_list li:nth-child(3n){
    margin-right: 0;
}
.wh_list li .img{
    width: 100px;
}
.wh_list li .text{
    width: calc(100% - 100px);
}
.wh_list li .text h3{
    font-size:24px;
    color: #000000;
    font-family: "puhui65";
    line-height: 1.2;
    margin-bottom: 10px;
}
.wh_list li .text p{
    font-size:14px;
    line-height: 1.5;
}
.about3{
    background:#f7f7f7;
    position: relative;
}
.about3 .wrap{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.about3 .index_t1{
    display: inline-block;
    text-align: left;
}
.about3_l{
    width: 41%;
    padding: 35px 0;
}
.about3_list{
    margin-top:85px;
}
.about3_list li{
    margin-bottom: 55px;
}
.about3_list li:last-child{
    margin-bottom: 0;
}
.about3_list li .p1{
    font-size:66px;
    color: #0075cf;
    line-height: 1;
}
.about3_list li .p1 span{

}
.about3_list li .p2{
    font-size:22px;
    color: #000000;
    font-family: "puhui65";
    line-height: 1.6;
    margin-top:5px;
}
.about3_r{
    width: 59%;
    height: calc(100vh - 100px);
    max-height: 818px;
    display: flex;
    flex-wrap: wrap;
}
.flexBetween {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about3 .ryzz_scroll{
    width: calc(100% / 3);
    height: 100%;
}
.about3 .ryzz_scroll .swiper-container {
    height: 100%;
    padding: 0 18px;
}
.about3 .ryzz_scroll .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.about3 .ryzz_scroll .swiper-container .swiper-slide {
    height: auto;
}
.about3 .ryzz_scroll .swiper-container .swiper-slide p {
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}
.about3 .ryzz_scroll .swiper-container .swiper-slide p img {
    width: 100%;
}
.about4{
    padding:105px 0;
    position: relative;
    background: #f7f7f7;
}
.hzhb,.gshj{
    margin-top:50px;
}
#gshj{
    padding-bottom: 60px;
}
#gshj .swiper-pagination{
    bottom: 0;
}
#gshj img:hover{
    transform: scale(1.1);
}
.about5{
    padding:105px 0;
    position: relative;    
}
.about3-2{
    padding:90px 0;
    background: #f7f7f7;
}
.ryzz01{
    margin-top:50px;
}
#ryzz01{
    padding-bottom: 60px;
    padding-top:5px;
    padding-left: 5px;
    padding-right: 5px;
}
#ryzz01 .swiper-slide{
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 6px;
}
#ryzz01 .img{
    /*padding:30px;*/
    /*background:#d9d9d9;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 292px;*/
    border-radius: 6px 6px 0 0;
}
#ryzz01 .img img{
    max-height: 100%;
}
#ryzz01 p{
    font-size:14px;
    color: #1a1a1a;
    line-height: 1.4em;
    height: calc(2.8em + 15px);
    text-align: center;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*height: 120px;*/
    border-radius: 0 0 6px 6px ;
    padding:0 10px 15px;
    /*display: none;*/
}
@media(max-width: 1600px){
    .about3{
        padding:90px 0 0;
    }
    .wh_list li{
        padding:20px 30px;
        justify-content:space-between;
    }
    .wh_list li .img{
        width: 50px;
    }
    .wh_list li .text {
        width: calc(100% - 75px);
    }
    .wh_list li .text h3{
        font-size:20px;
        margin-bottom: 7px;
    }
    .wh_list li .text p{
        font-size:13px;
    }
    .about3_r{
        max-height:680px;
    }
    .about3_list {
        margin-top: 60px;
    }
    .about3_list li {
        margin-bottom: 50px;
    }
    .about3_list li .p1{
        font-size:46px;
    }
    .about3_list li .p2{
        font-size:18px;
    }
    .about4,.about5{
        padding:90px 0;
    }
    .about1 .text{
        padding-top:20px;
    }
    .about1 .index_about2_txt .text{
        font-size:14px;
    }
    .ryzz01{
        margin-top:35px;
    }
    #ryzz01 p{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .about2{
        padding:55px 0 75px;
    }  
    .wh_list,.scjd,.hzhb{
        margin-top: 40px;
    }
    .wh_list li .text h3{
        font-size:17px;
    }
    .wh_list li .text p{
        font-size:12px;
    }
    .about3_list li .p2 {
        font-size: 16px;
    }
    .about3_list li .p1 {
        font-size: 36px;
    }
    .about3_list li .p2 {
        font-size: 16px;
    }
    .about3-2,.about4,.about5{
        padding:75px 0;
    }
}
@media(max-width: 1199px){
    .wh_list li{
        width: 49%;
    }
    .wh_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .wh_list li:nth-child(2n) {
        margin-right: 0;
    }
}
@media(max-width: 1024px){
    .wh_list li{
        padding: 20px 20px;
        height:150px;
    }
    .wh_list li .img{
        width: 40px;
    }
    .wh_list li .img img{
        max-width:40px;
        max-height:50px;
    }
    .wh_list li .text {
        width: calc(100% - 55px);
    }
    .wh_list li .text h3{
        font-size:16px;
    }
    .about3_l {
        width: 30%;
    }
    .about3_r{
        width:69%;
        max-height:600px;
    } 
    .about1 .index_about2_txt{
        width:46%;
    }
    .about1 .text{
        padding-top:15px;
    }
    .about1 .index_about2_txt .text{
        font-size:13px;
    }
    .ryzz01{
        margin-top:25px;
    }
    #ryzz01 p{
        font-size:14px;
        padding:0 10px 10px;
        height:calc(2.8em + 10px);
    }
}
@media(max-width: 820px){
    .about2{
        padding:35px 0 55px;
    }   
    .wh_list li{
        padding: 15px 15px;
        height:135px;
    }
    .wh_list li .img{
        width: 40px;
    }
    .wh_list li .img img{
        max-width:40px;
        max-height:48px;
    }
    .wh_list li .text {
        width: calc(100% - 55px);
    }
    .wh_list li .text h3{
        font-size:16px;
    }
    .about3_r{
        height:450px;
    }
    .about3-2,.about4,.about5{
        padding:55px 0;
    }
    .about1 .index_about2_txt,.index_about2_c .img{
        width:100%;
    }
    .index_about2_c .img{
        margin-top:20px;
    }
}
@media(max-width: 767px){
    .about2{
        padding:20px 0 40px;
    }
    .wh_list, .scjd, .hzhb {
        margin-top: 25px;
    }
    .wh_list li{
        width:100%;
        margin-right:0;
        height:auto;
        padding:15px;
        margin-bottom:12px;
    }
    .wh_list li:last-child{
        margin-bottom:0;
    }
    .wh_list li .img img {
        max-width: 36px;
        max-height: 40px;
    }
    .wh_list li .text h3{
        font-size:15px;
    }
    .about3{
        padding-top:40px;
    }
    .about3_l{
        width:100%;
        padding-top:0;
    }
    .about3_list{
        margin-top:30px;
        display:flex;
        justify-content:space-between;
    }
    .about3_list li{
        margin-bottom:0;
    }
    .about3_list li .p1{
        font-size:28px;
    }
    .about3_list li .p2{
        font-size:14px;
    }
    .about3_r{
        width:100%;
        margin-top:20px;
        height:300px;
    }
    .about3 .ryzz_scroll .swiper-container{
        padding:0 10px;
    }
    .about3-2,.about4,.about5{
        padding:40px 0;
    }
    .hzhb,.gshj{
        margin-top:30px;
    }
}

/*产品*/
.pd1{
    padding:55px 0;
    background:#f7f7f7;
}
.pd1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*flex-direction: row-reverse;*/
    align-items:center;
}
.pd1 .wrap,.pd2 .wrap,.pd3 .wrap,.pd4 .wrap{
    max-width: 1360px;
}
.pd1 .wrap .text{
    width:50%;
}
.pd1 .wrap .text h3{
    font-size:32px;
    color: #0075cf;
    line-height: 1.2;
}
.pd1 .wrap .text .txt{
    font-size:16px;
    margin-top:25px;
}
.pd1 .wrap .text .txt p strong,.pd2 strong,.pd4 strong{
    font-size:20px;
    color: #333;
}
.pd1 .wrap .img{
    width:45%;
    text-align: center;
}
.pd2,.pd4{
    padding:55px 0;
    font-size:16px;
}
h3.p_t1{
    font-size:28px;
    color: #0075cf;
}
.pd2 video{
    display: block;
    width: 100%;
}
.pd3{
    padding:55px 0;
    background: #f7f7f7;
}
.pd3 .txt{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.pd3 .txt::-webkit-scrollbar{
    width:6px;
    height:5px;
    background-color:#0075cf;
}
.pd3 .txt .p_t1{
    display: none;
}
.pd3 table{
    background: #ebeef1;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    min-width: 1360px;
}
.pd3 table tr td{
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;   
    height: 58px;
    line-height: 1.4;
    text-align: center;
/*}*/
/*.p_d3 table tr td:nth-child(1){*/
    font-size: 14px;
    color: #333;
    padding:5px 3px;
}
/*.pd3 table tr td:last-child{*/
/*    color: #0075cf;*/
/*}*/
.pd4{
    
}
.p_detail_list1{
    margin-top:30px;
}
.p_detail_list1 li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.p_detail_list1 li:last-child{
    margin-bottom: 0;
}
.p_detail_list1 li:nth-child(2n){
    flex-direction: row-reverse;
}
.p_detail_list1 li .img{
    width: 48%;
}
.p_detail_list1 li .txt{
    width: 48%;    
}
@media(max-width: 1600px){
    .pd1 .wrap .text h3{
        font-size:26px;
    }
    .pd1 .wrap .text .txt,.pd2,.pd4{
        font-size:14px;
    }
    .pd3 table tr td{
        font-size:13px;
    }
    .pd1 .wrap .text .txt p strong, .pd2 strong,.pd4 strong{
        font-size:17px;
    }
    h3.p_t1{
        font-size:24px;
    }
    .p_detail_list1 li{
        margin-bottom:30px;
    }
}
@media(max-width: 1280px){
    /*.pd2,.pd3 table tr td,.pd4{*/
    /*    font-size:14px;*/
    /*}    */
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .pd1 .wrap .text h3 {
        font-size: 24px;
    }
    .pd1 .wrap .text .txt p strong, .pd2 strong,.pd4 strong{
        font-size:16px;
    }
    h3.p_t1{
        font-size:22px;
    }
    .pd3 table tr td{
        font-size:12px;
    }
}
@media(max-width: 640px){
    .pd1,.pd2,.pd4{
        padding:40px 0;
    }
    /*.p_detail_list1 li{*/
    /*    margin-bottom:20px;*/
    /*}*/
    .pd1 .wrap .img,.p_detail_list1 li .img{
        width:100%;
    }
    .pd1 .wrap .text,.p_detail_list1 li .txt{
        width:100%;
        margin-top:20px;
    }
    .pd1 .wrap .text h3{
        font-size:22px;
    }
    .p_detail_list1{
        margin-top:15px;
    }
}



/*解决方案*/
.n_case{

}
.case_list{

}
.case_list li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
    margin-bottom: 50px;
}
.case_list li:nth-child(2n){
    flex-direction: row-reverse;
}
.case_list li .img{
    width:50%;
    text-align: center;
}
.case_list li .text{
    width:45%;
}
.case_list li .text h3{
    font-size:28px;
    color: #0075cf;
    line-height: 1.6;
    margin-bottom: 15px;
}
.case_list li .text .txt{
    font-size:16px;
    color: #333;
}

@media(max-width: 1600px){
    .case_list li .text h3{
        font-size:24px;
    }
    .case_list li .text .txt{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .case_list li .text h3 {
        font-size: 22px;
    }    
}
@media(max-width: 640px){
    .case_list li{
        margin-bottom:40px;
    }
    .case_list li .img{
        width:100%;
    }
    .case_list li .text{
        width:100%;
        margin-top:20px;
    }
    .case_list li .text h3 {
        font-size: 18px;
        margin-bottom:5px;
    } 
}


.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%;
}
.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;
}
.news_more1{
    margin-top:35px;
}
.news_more1 span{
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #0075cf;
    padding-bottom: 10px;
    border-bottom: 2px solid #0075cf;
}
.top_news li a:hover .img img{
    transform: scale(1.1);
}
.top_news li a:hover .text .txt h3{
    color: #0075cf;
}
.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: #0075cf;
}
@media(max-width:1600px){
    .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:35px 50px;
    }
    .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:20px 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_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 32%;
    margin-right: 2%;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_list li a{
    display: block;
    border-radius: 6px;
    overflow: hidden;
}
.news_list li a .text{
    padding:40px 30px 30px;
}
.news_list li a h3{
    font-size:24px;
    color: #191919;
    line-height: 1.3em;
    height: 2.6em;
    font-family: "puhui65";
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list li a .news_c{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:30px;
}
.news_list li a .news_c span{
    font-size:18px;
    color: #b5b5b5;
}
.news_list li a .news_c em{
    width: 106px;
    height: 32px;
    border:1px solid #999999;
    border-radius: 6px;
    font-size:15px;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
}
.news_list li a .img{

}
.news_list li a .img img{
    width:100%;
}
.news_list li a:hover .text{
    background:#f2f6fa;
}
.news_list li a:hover .text h3{
    color: #0075cf;
}
.news_list li a:hover .text .news_c span{

}
.news_list li a:hover .text .news_c em{
    background: #0075cf;    
    border:1px solid #0075cf;
    color: #fff;
}
.news_list li a:hover .img img{
    transform:scale(1.1);
}
@media(max-width: 1600px){
    .news_list li a .text {
        padding: 30px 25px;
    }
    .news_list li a h3{
        font-size:20px;
    }
    .news_list li a .news_c span{
        font-size:16px;
    }
    .news_list li a .news_c em{
        width: 85px;
        font-size:14px;
    }
}
@media(max-width: 1280px){

}
@media(max-width: 1199px){
    .news_list li a h3 {
        font-size: 18px;
    }
    .news_list li a .news_c em {
        width: 75px;
    }
}
@media(max-width: 991px){
    .news_list li a .text {
        padding: 20px 20px;
    }
}
@media(max-width: 820px){
    .news_list li a h3{
        font-size:16px;
    }
    .news_list li a .news_c{
        margin-top:15px;
    }
}
@media(max-width: 640px){
    .news_list li{
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .news_list li:last-child{
        margin-bottom: 0;
    }
    .news_list li a .text{
        background:#fafafa;
    }
    .news_list li a h3 {
        font-size: 17px;
    }
}
/*新闻*/
.sort{
    display: flex;
    justify-content: center;
    margin:78px 0;
}
.sort li{
    margin:0 9px;
}
.sort li a{
    display: flex;
    width: 168px;
    height: 55px;
    background:#e8ecf1;
    justify-content: center;
    align-items:center;
    font-size:18px;
    color: #4c4c4c;
    border-radius: 6px;
    line-height: 1.2;
    text-align: center;
}
.sort li.cur a,.sort li:hover a{
    color: #fff;
    background:#0075cf;
}
.n_news{
    padding:0 0 90px;
}
.news_list li{
    margin-bottom: 60px;
}
.news_detail{
    max-width: 1200px;
    margin:0 auto;
}
.news_detail h1{
    font-size:32px;
    color: #000;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px;
}
.news_detail .content{
    margin-bottom: 20px;
    font-size:16px;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 20px;
}
h3.tag,h3.tag a{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    font-family: "puhui55";
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
@media(max-width: 1600px){
    .sort{
        margin:55px 0;
    }
    .sort li a{
        width:140px;
        font-size:16px;
        height:50px;
    }
    .news_list li{
        margin-bottom:40px;
    }
    .news_detail h1{
        font-size:28px;
    }
    .news_detail .content{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .news_list li{
        margin-bottom:30px;
    }    
    .n_news {
        padding: 0 0 75px;
    }
}
@media(max-width: 1099px){
    
}
@media(max-width: 820px){
    .sort{
        margin:35px 0;
    }
    .sort li a{
        width:110px;
        font-size:15px;
        height:46px;
    }
    .news_list li{
        margin-bottom:25px;
    }  
    .n_news {
        padding: 0 0 55px;
    }
    .news_detail h1{
        font-size:24px;
    }
}
@media(max-width: 640px){
    .sort{
        margin:35px 0 25px;
    }
    .sort li {
        margin: 0 5px;
    }
    .sort li a{
        width:auto;
        font-size:14px;
        height:36px;
        padding:5px 12px;
    }
    .news_list li{
        margin-bottom:15px;
    }  
    .n_news {
        padding: 0 0 40px;
    }
    .news_detail h1{
        font-size:20px;
    }
    .info_title {
        padding-bottom: 6px;
        margin-bottom: 10px;
    }
}
@media(max-width: 460px){
    .sort li a{
        font-size:12px;
        /*height:32px;*/
        padding:4px 10px;
    }    
}


/*联系*/
.contact1{
    padding:75px 0;
}
.contact1 .index_t1{
    margin-bottom: 50px;
}
.contact1 .wrap{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    border-radius: 20px;
    box-shadow: 0 0 10px #ccc;
}
.contact1 .img{
    width:50%;
    border-radius: 20px 0 0 20px;
}
.contact1 .img img{
    width:100%;
}
.contact1 .img:hover img{
    transform: scale(1.1);
}
.contact1 .text{
    width:50%;
    border-radius:  0 20px 20px 0;
    padding-left: 70px;
}
.contact1 .text h3{
    font-size:24px;
    color: #333;
    line-height: 1.2;
}
.contact1 .text .txt{
    margin-top:15px;
}
.contact1 .text .txt p{
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    margin-top:5px;
}
.contact1 .text .txt p:before{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    width: 18px;
    height: 18px;
    margin-top:-9px;
}
.contact1 .text .txt p:nth-child(1):before{
    background:url(../images/c_ico1.png) no-repeat center;
}
.contact1 .text .txt p:nth-child(2):before{
    background:url(../images/c_ico2.png) no-repeat center;
}
.contact1 .text .txt p:nth-child(3):before{
    background:url(../images/c_ico3.png) no-repeat center;
}
@media(max-width: 1600px){
    .contact1 .text h3{
        font-size:22px;
    } 
    .contact1 .text .txt p{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .contact1 .text{
        padding-left:50px;
    }    
}
@media(max-width: 1024px){
    .contact1 .text{
        padding-left:35px;
    }  
    .contact1 .text h3{
        font-size:20px;
    }
    .contact1 .text .txt p{
        font-size:14px;
    }
}
@media(max-width: 820px){
    .contact1{
        padding: 55px 0;
    }
    .contact1 .index_t1 {
        margin-bottom: 30px;
    }
    .contact1 .text{
        padding-left:35px;
    }
    .contact1 .text h3{
        font-size:17px;
    }
    .contact1 .text .txt p{
        font-size:13px;
    }
}
@media(max-width: 767px){
    .contact1{
        padding: 40px 0;
    }
    .contact1 .img {
        width: 100%;
        border-radius: 20px 20px 0 0;
    }
    .contact1 .text{
        width:100%;
        padding:20px 15px;
        border-radius: 0 0 20px 20px;
    }
    /*.contact1 .text h3{*/
    /*    font-size:20px;*/
    /*}*/
    /*.contact1 .text .txt p{*/
    /*    font-size:14px;*/
    /*}    */
}

/*留言*/
.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 h2{
        font-size:18px;
        margin-bottom: 20px;
    }
    .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;
    }
    .right_fixed{
        right:10px;
    }
    .right_fixed dl dt{
        padding:10px;
    }
    .right_fixed dl dt img {
        max-width: 25px;
        max-height: 25px;
    }
}
@media(max-width: 991px){
    .online-server,.right_fixed{
        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: #0075cf;
    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;
}