/*头部样式*/
header{
    position: fixed;
    top:0;
    left:0;
    background:#fff;
    z-index: 999999;
    width: 100%;
    box-shadow: 0 0 10px rgba(58, 78, 88, .32);
}
.head_top{
    border-bottom: 1px solid #e8e9ec;
    font-size:14px;
    color: #222222;
}
.head_top .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
}
.h_wel{

}
.head_top_r{
    display: flex;
    align-items: center;    
}
.h_email{
    padding-left: 22px;
    background:url(../images/h_ico1.png) no-repeat left center;
}
.head_a{
    display: flex;
    margin-left: 36px;
}
.head_a a{
    margin-right: 28px;
    font-size:14px;
    color: #222222;
}
.head_a a:last-child{
    margin-right: 0;
}
.head_a a:hover{
    color: #0076cc;
}
.h_lang{
    position: relative; 
    margin:0 0px 0 38px;
    height: 100%;
    line-height: 52px;
    cursor: pointer;
}
.h_lang_btn{
    padding-right: 20px;
    background:url(../images/arrow.png) no-repeat right center;
}
.h_lang_btn i{
    margin-right: 3px;
}
.h_lang_a{
    position: absolute;
    top:52px;
    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{
    background:#153d8c;
    color: #fff;
}
.head{
    position: relative;
}
.wrap{
    width: 94%;
    max-width: 1800px;
    margin: 0 auto;
}
.head .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 94px;
}
.head_l{
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.logo{
/*    width: 30%;*/
}
.nav{
    display: flex;
    margin-left: 95px;
}
.nav li{
/*    position: relative;*/
    margin-right: 30px;
    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: 80px;
}
.nav li a.a1{
    padding:0 15px;
    line-height: 94px;
    position: relative;
}
.nav li a.a1:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width:0%;
    height: 3px;
    background:#0076cc;
    transition: 0.4s ease-out;
}
.nav li:hover a.a1,.nav li.on a.a1{
    color: #153d8c;
}
.nav li:hover a.a1:after,.nav li.on  a.a1:after{
    width:100%;
}

.nav li .b_nav{
    display: none;
    position: absolute;
    top:94px;
    left:0%;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 10px #eee;
    /*min-height: 320px;*/
}
.nav li .b_nav .wrap{
    /*max-width: 1200px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    padding:45px 0;
}
.nav li .b_nav .text{
    width:42%;
}
.nav li .b_nav .text h3{
    font-size:32px;
    color: #333;
    line-height: 1;
}
.nav li .b_nav .text p{
    font-size:16px;
    color: #333;
    margin:15px 0 20px;
}
.nav li .b_nav .text a{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 120px;
    height: 36px;
    border-radius: 18px;
    font-size: 16px;
    color: #fff;
    background: #0076cc;
}
.nav li .b_nav .text a:hover{
    box-shadow: 0 0 6px #0076cc;
}
.nav li .b_nav .b_nav_a{
    width:55%;    
}
.nav li .b_nav .b_nav_a p{
    width: 49%;
}
.nav li .b_nav .b_nav_a a{
    width: 260px;
    font-size: 18px;
    color: #333;  
    line-height: 2em;  
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f0f2f2;
    padding:5px 0;
}
.nav li .b_nav .b_nav_a a i{
    width: 7px;
    height: 12px;
    background: url(../images/more02.png) no-repeat center;
}
.nav li .b_nav .b_nav_a a:hover{
    color: #0076cc;
    border-bottom: 2px solid #0076cc;
}
.nav li .b_nav .b_nav_a a:hover i{
    background:url(../images/more2_h.png) no-repeat center;
}
.nav li .b_nav .b_nav_a2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.head_r{
    margin-right: 15px;
}
.h_zw{
    height: 147px;
}
#index_banner{

}
#index_banner .img{
    opacity: 0;
}
.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 .wrap{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: space-between;
}
.banner_text .text{
    width: 55%;
    color: #fff;
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    transition:all 0.8s ease-out;
}
#index_banner .swiper-slide.swiper-slide-active .banner_text .text{
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    filter: alpha(opacity=1);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;  
}
.banner_text .text .p1{
    font-size:24px;
    line-height: 1.3;
}
.banner_text .text .p2{
    font-size: 60px;
    line-height: 1.3;
    font-family: "puhui75";
    margin-top: 25px;
}
.banner_text .text a{
    margin-top: 82px;
}
.banner_text .text2{
    background: #fff;
    width: 44.5%;
    padding:48px;
    border-radius: 10px;
}
.banner_text .text2 .p3{
    font-size:60px;
    color: #0076CC;
    line-height: 1;
    font-family: 'puhui75';
}
.banner_text .text2 .p4{
    font-size: 20px;
    line-height: 2;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 24px;
}
.banner_text .text2 a{
    margin-top:0!important;
}
a.more1{
    display: flex;
    align-items:center;
    justify-content: center;
    width:100%;
    max-width:196px;
    height: 54px;
    border-radius: 26px;
    background:#0076cc;
    transition: all 0.4s ease-out;
}
a.more1:hover{
    box-shadow: 0 0 6px #0076cc;
}
a.more1 span{
    font-size:20px;
    color: #ffffff;
    font-family: "puhui75";
}
a.more1 i{
    margin-left: 28px;
}
.banner_text .img1{
    width: 45%;
    text-align: center;
}
#index_banner .swiper-pagination{
    bottom:42px;
    display: flex;
    justify-content: center;
}
#index_banner .swiper-pagination .swiper-pagination-bullet{
    width:12px;
    height: 12px;
    border-radius: 50%;
    background:rgba(255,255,255,.4);
    margin:0 8px;
    opacity: 1;
}
#index_banner .swiper-pagination .swiper-pagination-bullet-active{
    background:#cdd5db;
    border-radius: 6px;
    width:24px;
}
@media(max-width: 1600px){
    .head_top .wrap{
        height: 36px;
    }
    .head .wrap{
        height: 80px;
    }
    .nav li a{
        font-size:18px;
    }
    .nav li a.a1{
        line-height: 80px;
    }
    .nav li .b_nav{
        top:80px;
    }
    .nav li .b_nav .b_nav_a a{
        font-size:16px;
    }
    .h_lang {
        margin: 0 0px 0 30px;
    }
    #index_banner .swiper-slide{
        padding:30px 0;
    }
    .banner_text .text .p1{
        font-size:20px;
    }
    .banner_text .text .p2{
        font-size:40px;
    }
    .banner_text .text2{
        padding:30px;
    }
    .banner_text .text2 .p3{
        font-size:36px;
    }
    .banner_text .text2 .p4{
        font-size: 15px;
    }
    a.more1 {
        max-width: 160px;
        line-height: 48px;
        height: 48px;
        font-size: 15px;
    }
    a.more1 span{
        font-size:16px;
    }
    a.more1 i{
        margin-left: 15px;
    }
    .h_zw {
        height: 116px;
    }
}
@media(max-width: 1280px){
    .head_a{
        margin-left: 20px;
    }
    .head_a a {
        margin-right: 20px;
    }
    .h_lang {
        margin: 0 0px 0 20px;
    }
    .logo img{
        max-height: 55px;
    }
    .nav li{
        margin-right: 20px;
    }
    .nav li a.a1{
        padding:0 10px;
        font-size:17px;
    }
    .banner_text .text .p1{
        font-size:18px;
    }
    .banner_text .text .p2{
        font-size:32px;
        margin-top:15px;
    }
    .banner_text .text a,.banner_text .text2 a{
        margin-top: 50px;
        max-width: 135px;
    }
    .banner_text .text2{
        padding:25px;
    }
    .banner_text .text2 .p3{
        font-size:28px;
    }
    .banner_text .text2 .p4{
        font-size: 14px;
        margin-top:12px;
        margin-bottom: 20px;
    }
    a.more1{
        line-height: 45px;
        height: 45px;
    }
    a.more1 span {
        font-size: 15px;
    }
}
@media(max-width: 1199px){
    .nav li{
        margin-right: 12px;
    }
    .nav li a.a1{
        font-size:16px;
    }
    #index_banner .swiper-pagination{
        bottom:20px;
    }
    .banner_text .text .p1{
        font-size:16px;
    }
    .banner_text .text .p2{
        font-size:28px;
        margin-top:10px;
    }
    .banner_text .text a,.banner_text .text2 a{
        margin-top: 35px;
        max-width: 120px;
    }
    a.more1{
        line-height: 42px;
        height: 42px;
    }
    a.more1 span {
        font-size: 14px;
    }
    a.more1 i {
        margin-left: 10px;
    }
}
@media(max-width: 1099px){
    .banner_text .text2{
        padding:20px;
    }
    .banner_text .text2 .p3{
        font-size:24px;
    }
    .banner_text .text2 .p4{
        font-size: 13px;
        margin-top:10px;
        margin-bottom: 15px;
    }
}
@media(max-width: 1024px){
   
}
@media(max-width: 991px){
    .head .wrap {
        height: 70px;
    }
    .logo img{
        max-height:46px;
    }
    .head_top,.nav{
        display: none;
    }  
    .menu-button{
        display: block;
    }  
    .h_zw{
        height:70px;
    }
    .banner_text .text2{
        width:52%;
    }
    .banner_text .text2 .p3 {
        font-size: 20px;
    }
    .banner_text .text2 .p4{
        font-size:12px;
        margin-top: 8px;
        margin-bottom: 12px;
    }
}
@media(max-width: 820px){
    .banner_text .text .p1 {
        font-size: 15px;
    }
    .banner_text .text .p2 {
        font-size: 24px;
    }
}
@media(max-width: 640px){
    .head .wrap {
        height: 55px;
    }
    .logo img{
        max-height:36px;
    }
    .h_zw{
        height:55px;
    }
    #index_banner .img{
        display:none;
    }
    .banner_text{
        position:relative;
    }
    .banner_text .text,.banner_text .text2{
        width:100%;
    }
    .banner_text .text .p1 {
        font-size: 14px;
    }
    .banner_text .text .p2 {
        font-size: 20px;
    }
    a.more1 {
        line-height: 32px;
        height: 32px;
    }
    a.more1 span{
        font-size:12px;
    }
    .banner_text .text a,.banner_text .text2 a{
        margin-top: 25px;
        max-width: 100px;
    }
    .banner_text .img1{
        width:100%;
        text-align:center;
        padding:15px 15% 15px;
    }
    #index_banner .swiper-pagination{
        bottom:15px;
    }
    #index_banner .swiper-pagination .swiper-pagination-bullet{
        width:6px;
        height:6px;
    }
    #index_banner .swiper-pagination .swiper-pagination-bullet-active{
        width:15px;
    }
}

/*搜索*/
.show{
    display: block!important;
}
.search{
    height: 100%;
}
.ss{
    cursor: pointer;
}
.h_search{
    position: fixed;
    left: 0;
    top: 147px;
    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: #153d8c;
    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: #153d8c;
    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: #153d8c153d8c;    
}
.search_ts ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 10px;
    line-height: 1.2;
    height: 30px;
    font-size:12px;
    color: #333;
    cursor: pointer;
}
.search_ts ul li a:hover{
    background: #fafafa;
}
.tag_total{
    font-size: 20px;
    color: #333;
}
@media(max-width:1600px){
    .h_search{
        top:116px;
    }    
}
@media(max-width:1280px){
    #keyword{
        font-size:14px;
    }
    #s_btn{
        font-size:12px;
    }
}
@media(max-width:1130px){
    .search{
        margin-right:10px;
    }
    #formsearch{
        padding:3px 8px;
    }
    .ss img{
        width:16px;
    }
}
@media(max-width:991px){
    .head_r{
        display: flex;
        align-items:center;
    }
    .search{
        margin-right:10px;
    }
    .h_search{
        top:70px;
    }
    #s_btn{
        font-size:12px;
    }
}
@media(max-width:767px){
    .h_search{
        height: auto;
        padding:15px 0;
    }
    .h_search_c {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        width: 100%;
    }
    #formsearch {
        width: 88%;
        margin: 0 auto;
    }
    #s_btn{
        line-height: 32px;
        height: 32px;
    }
}
@media(max-width:640px){
    .h_search{
        top:55px;
    }
}


.index_product{
    padding:60px 0 80px;
}
.index_product_top{
    display: flex;
    align-items:flex-end;
    line-height: 1;
}
.index_t1{
    text-align: center;
}
.index_t1 h2{
    font-size:36px;
    color: #111111;
    line-height: 1;
    font-family: "puhui75";
}
a.index_product_a{
    margin-left: 30px;
    text-decoration: underline;
    color: #0076cc;
    font-family: "puhui75";
}
.index_product_content{
    margin-top:47px;
    position: relative;
}

.product_li{
    background:#f7f7f7;
    border-radius: 10px;
    padding:0 0 20px;
}
.product_li .text{
    padding:15px 18px 60px 32px;    
}
.product_li .text .p1{
    height: 25px;
    display: flex;
    justify-content: flex-end;
}
.product_li .text .p1 font{
    display: flex;
    align-items:center;
    justify-content: center;
    width:72px;
    height: 100%;
    background:#f08013;
    border-radius: 6px;
    font-size:14px;
    color: #fff;
}
.product_li .text h3{
    font-size:22px;
    color:#333333;
    font-family: "puhui65";
    line-height: 1.4;
    margin:8px 0 15px;
}
.index_product_more{
    display: flex;
    align-items:center;
}
.index_product_more span{
    font-size:14px;
    color:#222222;
    font-family: "puhui75";
}
.index_product_more i{
    width:7px;
    height:12px;
    background:url(../images/more02.png) no-repeat center;
    margin-left: 10px;
}
.product_li:hover .text h3{
    color: #0076cc;    
}
.product_li:hover .index_product_more span{
    color: #0076cc;
}
.product_li:hover .index_product_more i{
    width:7px;
    height:12px;
    background:url(../images/more2_h.png) no-repeat center;
}
.index_product_btn{
    display: flex;
    position: absolute;
    right:0;
    top:-90px;
}
.index_product_btn .swiper-button-prev,.index_product_btn .swiper-button-next{
    width:48px;
    height:48px;
    border-radius: 50%;
    position: relative;
    left:0;
    right:0;
    top:0;
    margin-top:0;
}
.index_product_btn .swiper-button-prev{
    background:url(../images/left1.png) no-repeat center #e9e9ee;
    background-size: 13px;    
    margin-right: 20px;
}
.index_product_btn .swiper-button-next{
    background:url(../images/right1.png) no-repeat center #e9e9ee;
    background-size: 13px;    
}
@media(max-width: 1600px){
    .index_t1 h2{
        font-size:28px;
    }
    .product_li .text {
        padding: 15px 15px 30px 15px;
    }
    .product_li .text .p1 font{
        font-size:13px;
        width:68px;
    }
    .product_li .text h3{
        font-size:18px;
    }
    .index_product_more span{
        font-size:13px;
    }
}
@media(max-width: 1280px){
    .product_li .text {
        padding: 15px 15px 20px 15px;
    }
    .product_li .text h3{
        font-size:16px;
        margin: 8px 0 12px;
    }
    .index_product_btn .swiper-button-prev, .index_product_btn .swiper-button-next{
        width:40px;
        height: 40px;
        background-size: 10px;
    }
    .index_product_btn .swiper-button-prev{
        margin-right: 12px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .index_t1 h2 {
        font-size: 26px;
    }
    .index_product_content{
        margin-top:35px;
    }
}
@media(max-width: 820px){
    .index_product{
        padding:55px 0;
    }
    .index_t1 h2 {
        font-size: 24px;
    }
}
@media(max-width: 640px){
    .index_product{
        padding:40px 0;
    }
    a.index_product_a{
        margin-left:15px;
        font-size:12px;
    }
    .index_product_content {
        margin-top: 25px;
    }
    .index_t1 h2 {
        font-size: 22px;
    } 
    .product_li .text h3{
        font-size:18px;
    }
    .index_product_btn {
        position: relative;
        top: 0;
        justify-content: center;
        margin-top: 20px;
    }
    .index_product_btn .swiper-button-prev, .index_product_btn .swiper-button-next{
        width:32px;
        height:32px;
    }
    /*.index_product_btn .swiper-button-prev,.index_product_btn .swiper-button-next{*/
    /*    display:none;*/
    /*}*/
}


.index_case{

}
.index_case .wrap{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 95px 182px;
}
.index_case_content{
    width:688px;
    height: 464px;
    border-radius: 10px;
    padding:65px 20px;
    background:#fff;
}
.index_case_li{
    display: flex;
    width:550px;
    height: 48px;
    border-radius: 24px;
    background:#e2f2ff;
    justify-content: center;
    align-items:center;
    margin:0 auto 45px;
}
.index_case_li li{
    font-size:18px;
    line-height: 48px;
    color: #333333;
    border-radius: 24px;
    text-align: center;
    cursor: pointer;
}
.index_case_li li:nth-child(1){
    width:82px;
}
.index_case_li li:nth-child(2){
    width:100px;    
}
.index_case_li li:nth-child(3){
    width:136px;
}
.index_case_li li:nth-child(4),.index_case_li li:nth-child(5){
    width:116px;    
}
.index_case_li li.cur{
    background:#0076cc;
    color: #fff;
}
.index_case_text{
    padding-left: 80px;
    padding-right: 50px;
}
.index_case_txt{
    display: none;
}
.index_t2{

}
.index_t2 .p1{
    font-size:18px;
    color: #333333;
    font-family: "puhui75";
    line-height: 1.6;
    margin-bottom: 10px;
}
.index_t2 .p2{
    font-size:36px;
    color: #333333;
    font-family: "puhui75";
    line-height: 1.4;    
}
.index_case_txt a{
    margin-top:50px;
}
a.more2{
    display: flex;
    justify-content: space-between;
    align-items:center;
    max-width: 148px;
}
a.more2 span{
    font-size:20px;
    color: #333333;
}
a.more2 i{
    display: inline-block;
    width:9px;
    height: 16px;
    background:url(../images/more2.png) no-repeat center;
}
a.more2:hover span{
    color: #0076cc;
}
a.more2:hover i{
    background:url(../images/news_more1_h.png) no-repeat center;
}
.index_case_imgs{

}
.index_case_imgs p{
    position: absolute;
    top:0;
    left:0;   
    z-index: -9;
    opacity: 0;
    transition: all 0.6s ease-out;
    width:100%;
    height: 100%;
    border-radius: 10px;
}
.index_case_imgs p img{
    opacity: 0;
}
.index_case_imgs p.cur{
    z-index: -1;
    opacity: 1;
}

@media(max-width: 1600px){
    .index_case .wrap {
        padding: 95px 60px;
    }
    .index_case_content{
        width:640px;
        height: 400px;
        padding: 50px 20px;
    }
    .index_case_li{
        height: 40px;
    }
    .index_case_li li{
        font-size:16px;
        line-height: 40px;
    }
    .index_case_text {
        padding-left: 50px;
        padding-right: 20px;
    }
    .index_t2 .p1{
        font-size:16px;
    }
    .index_t2 .p2{
        font-size:26px;
    }
    a.more2{
        max-width: 125px;
    }
    a.more2 span{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    .index_case .wrap {
        padding: 75px 30px;
    }
    .index_case_content {
        width: 560px;
        height: 340px;
        padding: 40px 20px;
    }
    .index_case_li {
        height: 36px;
        width:520px;
        margin: 0 auto 30px;
    }
    .index_case_li li {
        font-size: 15px;
        line-height: 36px;
    }
    .index_case_text {
        padding-left: 25px;
        padding-right: 0px;
    }
    .index_t2 .p2 {
        font-size: 24px;
    }
    .index_case_txt a {
        margin-top: 35px;
    }
    a.more2 {
        max-width: 115px;
    }
    a.more2 span {
        font-size: 14px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .index_case_content {
        width: 480px;
        height: 300px;
        padding: 25px 15px;
    }
    .index_case_li {
        height: 32px;
        width: 450px;
        margin: 0 auto 25px;
    }
    .index_case_li li {
        font-size: 14px;
        line-height: 32px;
    }
    .index_case_li li:nth-child(1){
        width: 70px;
    }
    .index_case_li li:nth-child(2){
        width:80px;    
    }
    .index_case_li li:nth-child(3){
        width:110px;
    }
    .index_case_li li:nth-child(4),.index_case_li li:nth-child(5){
        width:95px;    
    }
    .index_case_text {
        padding-left: 15px;
    }
    .index_t2 .p1 {
        font-size: 15px;
        margin-bottom:10px;
    }
    .index_t2 .p2 {
        font-size: 22px;
    }
}
@media(max-width: 820px){
    .index_t2 .p2 {
        font-size: 18px;
    }
    .index_case_txt a {
        margin-top: 25px;
    }
}
@media(max-width: 640px){
    .index_case .wrap{
        padding:0;
    }
    .index_case_content{
       width:100%;
       height:auto;
       padding:0;
    }
    .index_case_li {
        height: 30px;
        width: 100%;
        margin: 0 auto 25px;
    }
    .index_case_li li{
        font-size: 13px;
        line-height: 30px;
    }
    .index_case_li li:nth-child(1){
        width: 15%;
    }
    .index_case_li li:nth-child(2){
        width: 18%;   
    }
    .index_case_li li:nth-child(3){
        width: 25%;
    }
    .index_case_li li:nth-child(4),.index_case_li li:nth-child(5){
        width: 21%;   
    }
    .index_t2 .p1 {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .index_t2 .p2 {
        font-size: 16px;
    }
    .index_case_txt a {
        margin-top: 15px;
    }
    a.more2 {
        max-width: 95px;
    }
    a.more2 span {
        font-size: 12px;
    }
   .index_case_imgs p{
       position:relative;
       height:auto;
       background:none;
       display:none;
       margin-top:20px;
   }
   .index_case_imgs p.cur{
       display:block;
   }
}


.index_about{
    padding:65px 0 0;
}
.index_t2 .p2 span{
    color: #0076cc;
    font-family: "puhui75";
}
.index_about_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top:57px;
    margin-top:45px;
    border-top:1px solid #d7d7d7;
}
.index_about_list dl{
    width:32%;
}
.index_about_list dl dt{
    font-size:32px;
    color: #333333;
    font-family: "puhui75";
    line-height: 1;
    margin-bottom: 18px;
}
.index_about_list dl dd{
    font-size:24px;
    color: #333333;
    line-height: 1.5em;
    height: 3em;
    margin-bottom: 2px;
}
.index_about_list dl a{
    max-width: 118px;
}
.index_about_list dl a span{
    font-size:16px;
    color: #222222;
    font-family: "puhui75";
}
@media(max-width: 1600px){
    .index_about_list dl dt{
        font-size:24px;
    }
    .index_about_list dl dd{
        font-size:18px;
    }
    .index_about_list dl a span{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .index_about_list{
        padding-top:45px;
        margin-top:30px;
    }
    .index_about_list dl dd{
        font-size:16px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .index_about_list dl dt {
        font-size: 20px;
        margin-bottom:12px;
    }
    .index_about_list dl dd{
        margin-bottom:7px;
    }
    .index_about_list dl dd,.index_about_list dl a span{
        font-size:14px;
    }
    .index_about_list dl a {
        max-width: 110px;
    }
    a.more2 i{
        background-size:6px;
    }
}
@media(max-width: 820px){
    .index_about {
        padding: 55px 0 0;
    }
}
@media(max-width: 640px){
    .index_about {
        padding: 40px 0 0;
    }  
    .index_about_list dl{
        width:100%;
        margin-bottom:20px;
        padding-bottom:10px;
        border-bottom:1px solid #dbdbdb;
    }
    .index_about_list dl:last-child{
        margin-bottom:0;
    }
    .index_about_list dl dt {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .index_about_list dl dd{
        height:auto;
    }
}


.index_news{
    padding:110px 0 87px;
}
.index_news_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
.index_news_top a.more1 i{
    margin-left: 22px;
}
.news_list1{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-top:54px;
}
.news_list1 li{

}
.news_list1 li a{
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 10px #ddd;
}
.news_list1 li a .img{
    border-radius: 10px 10px 0 0;
}
.news_list1 li a .img img{
    width:100%;
}
.news_list1 li a .text{
    border:1px solid #fff;
    border-top:none!important;
    padding:30px 30px 35px;
    border-radius: 0 0 10px 10px;
}
.news_list1 li a .text .p1{
    font-size:16px;
    color: #666666;
    font-family: "puhui75";
    line-height: 1.6;
}
.news_list1 li a .text h3{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size:24px;
    color: #111111;
    line-height: 1.2em;
    height: 2.4em;
    margin:8px 0 12px;
}
.news_list1 li a .text .txt{
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:16px;
    color: #666666;
}
.news_list1 li a .text .p3{
    margin-top:35px;
    max-width: 85px;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.news_list1 li a .text .p3 span{
    font-size:16px;
    color: #666666;
    font-family: "puhui75";
}
.news_list1 li a .text .p3 i{
    display: inline-block;
    width:9px;
    height: 16px;
    background:url(../images/news_more1.png) no-repeat center;
}
.news_list1 li a:hover .img img{
    transform: scale(1.1);
}
.news_list1 li a:hover .text{
    border:1px solid #0076cc;
}
.news_list1 li a:hover .text h3{

}
.news_list1 li a:hover .text .p3 span{
    color: #0076cc;
}
.news_list1 li a:hover .text .p3 i{
    background:url(../images/news_more1_h.png) no-repeat center;
}
@media(max-width: 1600px){
    .news_list1 li a .text {
        padding: 20px 20px;
    }
    .news_list1 li a .text h3{
        font-size:18px;
    }
    .news_list1 li a .text .txt{
        font-size:14px;
    }
    .news_list1 li a .text .p3{
        margin-top:25px;
    }
    .news_list1 li a .text .p3 span{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .index_news {
        padding: 90px 0 75px;
    }
    .index_news_top a.more1{
        max-width: 135px;
    }
    .index_news_top a.more1 i {
        margin-left: 10px;
    }
    .news_list1{
        margin-top:40px;
        gap:20px;
    }
    .news_list1 li a .text .p3{
        margin-top:20px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .index_news {
        padding: 75px 0 ;
    }
    .news_list1 li a .text .p1{
        font-size:14px;
    }
    .news_list1 li a .text .p3{
        max-width:75px;
        margin-top:12px;
    }
    .news_list1 li a .text .p3 i,.news_list1 li a:hover .text .p3 i{
        background-size:6px;
    }
}
@media(max-width: 820px){
    .index_news {
        padding: 55px 0 ;
    }
    .news_list1 li a .text h3 {
        font-size: 16px;
    }
    .news_list1 li a .text .p3 span {
        font-size: 13px;
    }
}
@media(max-width: 640px){
    .index_news {
        padding: 40px 0 ;
    }
    .index_news_top a.more1 {
        max-width: 110px;
    }
    .news_list1 {
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }
}
@media(max-width: 520px){
    .news_list1 {
        margin-top: 25px;
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }    
}

/*页面底部*/
footer{

}
.foot{
    background:url(../images/foot.jpg) no-repeat bottom center #f5f7fa;
}
.foot .wrap{
    display: flex;
    justify-content: space-between;
    padding:94px 0 100px;
}
.foot_l{
    width: 35%;
    padding-left: 12px;
}
.f_contact{
    color: #333333;
    font-size:16px;
    padding-top:6px;
}
.f_contact p{
    padding-left: 35px;
    min-height: 26px;
    line-height: 1.4;
}
.f_contact p:nth-child(1){
    background:url(../images/f_ico1.png) no-repeat left center;
    margin-bottom: 10px;
}
.f_contact p:nth-child(2){
    background:url(../images/f_ico2.png) no-repeat left center;
}
.f_text{
    font-size:22px;
    color: #111111;
    line-height: 1.6;
    margin-top: 32px;
}
.f_text p{
    font-family: "puhui75";
}
.f_text a{
    margin-top:18px;
    max-width: 218px;
}
.f_nav{
    display: flex;
    justify-content: space-between;
    width: 60%;
}
.f_nav dl{

}
.foot_l .p1,.f_nav dl dt{
    font-size:18px;
    color: #111111;
    font-family: "puhui75";
    margin-bottom: 20px;
    line-height: 1;
}
.f_nav dl dd{

}
.f_nav dl dd a{
    display: block;
    font-size:16px;
    color: #444;
}
.f_nav dl dd a:hover{
    color: #0076cc;
}
.f_nav dl:last-child{
    padding-left: 50px;
}
.f_share{
    display: flex;
    padding-right: 85px;
    padding-top:10px;
}
.f_share .f_share_li{
    margin-right: 15px;
    position: relative
}
.f_share .f_share_li:last-child{
    margin-right: 0;
}
.f_code{
    position: absolute;
    top:35px;
    left:50%;
    margin-left: -45px;
    width:90px;
    display: none;
}
.f_share .f_share_li:hover .f_code{
    display: block;
}
.copyright{
    line-height: 1.5;
    padding:18px 0;
    color: rgba(255,255,255,.6);
    background:#021322;
}
.copyright .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.copyright a{
    color: rgba(255,255,255,.6);  
}
.copyright a:hover{
    color: #fff;
}
@media(max-width: 1600px){
    .foot_l{
        padding-left:0;
    }
    .f_nav dl:last-child {
        padding-left: 20px;
    }
    .f_share{
        padding-right: 50px;
    }
    .f_text{
        font-size:20px;
    }
    .f_text a {
        max-width: 180px;
    }
}
@media(max-width: 1280px){
    .foot .wrap {
        padding: 50px 0 70px;
    }
    .f_nav dl:last-child {
        padding-left: 0px;
    }
    .f_share{
        padding-right: 0;
    }
    .f_text{
        font-size:18px;
    }
    .copyright{
        padding:12px 0;
    }
}
@media(max-width: 1199px){
    .f_share .f_share_li{
        margin-right:10px;
    }
    .f_share .f_share_li .img img{
        width:22px;
    }
}
@media(max-width: 991px){
    .foot .wrap {
        padding: 35px 0;
    }
    .foot_l{
        width:100%;
    }
    .f_text a {
        max-width: 150px;
    }
    .f_nav{
        display:none;
    }
}
@media(max-width: 820px){

}
@media(max-width: 640px){
    footer{
        margin-bottom:56px;
    }  
    .f_text a {
        max-width: 135px;
        margin-top:15px;
    }
    .f_contact p{
        font-size:13px;
        padding-left: 25px;
        min-height: 22px;
        /*line-height:1.2;*/
        display: flex;
        align-items: center;
    }
    .f_contact p:nth-child(1){
        background:url(../images/f_ico1.png) no-repeat left center;
        background-size:20px;
    }
    .f_contact p:nth-child(2){
        background:url(../images/f_ico2.png) no-repeat left center;
        background-size:20px;
    }
    .copyright_l,.copyright_r{
        width:100%;
        text-align:center;
    }
}


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



/*------------内页-------------------*/
.wrap2{
    max-width: 1600px;
}
.n_title{
    background:#eeeff1;
}
.n_title .wrap{
    display: flex;
    justify-content: space-between;
    align-items:center;
    height: 60px;
}
.n_title h2{
    font-size:24px;
    color:#555;
}
.site{
    font-size:14px;
    color: #666666;
}
.site .n_arrow{
    margin:0 6px;
}
.site a:last-child{
    color: #111111;
}
.site a:hover{
    color: #0076cc;    
}
.n_sort{
    margin-top:70px;
}
.sort{
    display: flex;
    align-items:center;
    justify-content: flex-end;
    border-bottom: 1px solid #ccd2d7;
}
.sort li{
    margin-right: 50px;
}
.sort li a{
    display: block;
    padding:0 15px 36px;
    font-size:18px;
    color: #333333;
    font-family: "puhui65";
    position: relative;
}
.sort li a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width:0%;
    height: 3px;
    background:#0076cc;
    transition: all 0.5s ease-out;
}
.sort li.cur a,.sort li:hover a{
    color: #0076cc;
}
.sort li.cur a:after,.sort li:hover a:after{
    width:100%;
}
@media(max-width: 1600px){
    .n_sort {
        margin-top: 40px;
    }
    .sort li {
        margin-right: 30px;
    }
    .sort li a {
        padding: 0 10px 20px;
        font-size: 16px;
    }
}
@media(max-width: 1280px){
    .n_sort {
        margin-top: 30px;
    }
    .sort li {
        margin-right: 20px;
    }
    .sort li a {
        padding: 0 10px 15px;
    }
}
@media(max-width: 1024px){
   
}
@media(max-width: 991px){
    .n_title h2{
        font-size:20px;
    }
    .n_sort {
        margin-top: 20px;
    }
    .sort li {
        margin-right: 12px;
    }
    .sort li a {
        padding: 0 6px 10px;
    }
}
@media(max-width: 820px){
    .sort{
        justify-content:flex-start;
        flex-wrap:wrap;
    }
    .sort li {
        margin-right: 10px;
    }
    .sort li a {
        padding: 0 5px 8px;
        font-size:15px;
    }

}
@media(max-width: 767px){
    .sort li {
        margin-right: 4px;
    }
    .sort li a {
        padding: 0 2px 6px;
        font-size:14px;
    } 
    .sort li a:after{
        height:2px;
    }
}
@media(max-width: 560px){
    .sort li a {
        font-size:13px;
    }     
}

/*产品*/
.n_product{
    padding:40px 0 88px;
}
.product_list{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 45px 24px;
}
.product_list li{
    border:1px solid #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 0 8px #e5e5e5;
}
.product_list li:hover{
    border:1px solid #0076cc;    
}
.product_detail{
    padding:68px 0 50px;
}
.pd1{

}
.pd1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd1 .imgs{
    width:38%;
}
.pd1 .gallery-top{
    background:#f8f8f8;
    border:1px solid #e3e3e3;
    text-align: center;
}
.pd1 .gallery-thumbs{
    margin-top:10px;
}
.pd1 .gallery-thumbs .swiper-slide{
    background:#f8f8f8;
    border:1px solid #e3e3e3;
    text-align: center;    
    padding:5px 0px;
    cursor: pointer;
}
.pd1 .gallery-thumbs .swiper-slide-thumb-active{
    border:1px solid #6e6e6e;
}

.pd1 .text{
    width:56%;
    padding-top:40px;
}
.pd1 .text h1{
    font-size:36px;
    color: #111111;
    line-height: 1.2;
}
.pd1 .text .txt{
    font-size:18px;
    color: #111111;
    margin:15px 0 35px;
}
.pd1 .text a{
    font-size:20px;
    color: #fff;
    font-family: "puhui75";
}
.pd1_list{
    margin-top:42px;
}
.pd1_list dl{

}
.pd1_list dl dt{
    display: flex;
    align-items:center;
    justify-content: space-between;
    height: 86px;
    border-bottom: 1px solid #ccd2d7;
    cursor: pointer;
}
.pd1_list dl dt span{
    font-size:28px;
    color: #111111;
    font-family: "puhui75";
}
.pd1_list dl dt i{
    width:23px;
    height: 23px;
    background:url(../images/add.png) no-repeat center;
}
.pd1_list dl dd{
    height: 0;
    transition: all 0.4s ease-out;
    font-size:16px;
    color: #000;
    opacity: 0;
    visibility: hidden;
}
.pd1_list dl.cur dd{
    height: auto;
    padding:42px 0;
    opacity: 1;
    border-bottom: 1px solid #ccd2d7;
    visibility: visible;
}
.pd1_list dl.cur dt i{
    background:url(../images/less.png) no-repeat center;
}
@media(max-width: 1600px){
    .product_list {
        gap: 35px 20px;
    }
    .pd1 .text{
        padding-top:20px;
    }
    .pd1 .text h1{
        font-size:32px;
    }
    .pd1 .text .txt {
        font-size: 15px;
        margin: 15px 0 25px;
    }
    .pd1 .text a{
        font-size:16px;
    }
    .pd1_list dl dt{
        height:70px;
    }
    .pd1_list dl dt span{
        font-size:24px;
    }
    .pd1_list dl.cur dd{
        padding:30px 0 ;
    }
}
@media(max-width: 1280px){
    .n_product {
        padding: 40px 0 75px;
    }
    .pd1 .text{
        padding-top:0px;
    }
    .pd1 .text h1{
        font-size:28px;
    }
    .pd1 .text .txt {
        font-size: 14px;
        margin: 10px 0 25px;
    }
    .pd1 .text a{
        font-size:15px;
        max-width:120px;
    }
    .pd1_list dl dt{
        height:60px;
    }
    .pd1_list dl dt span{
        font-size:22px;
    }
    .pd1_list dl.cur dd{
        padding:20px 0 ;
    }
    .pd1_list dl dt i {
        width: 16px;
        height: 16px;
        background: url(../images/add.png) no-repeat center;
        background-size:16px;
    }
    .pd1_list dl.cur dt i {
        background: url(../images/less.png) no-repeat center;
        background-size:16px;
    }
}
@media(max-width: 1024px){
    .pd1 .text{
        width:58%;
    }
    .pd1 .text h1 {
        font-size: 26px;
    }
    .pd1_list dl dt span {
        font-size: 20px;
    }
}
@media(max-width: 991px){
    .product_list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px 20px;
    }
}
@media(max-width: 820px){
    .n_product {
        padding: 30px 0 55px;
    }
    .product_detail {
        padding: 55px 0 50px;
    }
}
@media(max-width: 640px){
    .n_product {
        padding: 25px 0 40px;
    }
    .product_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
    .product_detail {
        padding: 40px 0;
    }
    .pd1 .imgs {
        width: 100%;
    }
    .pd1 .text {
        width: 100%;
        margin-top:35px;
    }
    .pd1 .text h1 {
        font-size: 22px;
    }
    .pd1 .text a {
        font-size: 14px;
        max-width: 90px;
    }
    .pd1_list {
        margin-top: 30px;
    }
    .pd1_list dl dt {
        height: 50px;
    }
    .pd1_list dl dt span {
        font-size: 18px;
    }
    .pd1_list dl.cur dd{
        padding:15px 0 ;
    }
    .pd1_list dl:last-child.cur dd{
        border-bottom:none;
    }
}
@media(max-width: 520px){
    .product_list {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
    .pd1_list {
        margin-top: 20px;
    }
    .pd1_list dl dt span {
        font-size: 16px;
    }
    .pd1_list dl dt i {
        width: 12px;
        height: 12px;
        background: url(../images/add.png) no-repeat center;
        background-size:12px;
    }
    .pd1_list dl.cur dt i {
        background: url(../images/less.png) no-repeat center;
        background-size:12px;
    }
}

/*关于*/
.about1,.about2,.about3{
    position: relative;
}
.dw{
    position: absolute;
    top:-150px;
    left:0;
}
.about1_top{
    /*0076cc*/
    background:#4690b1;
    color: #fff;
    padding:60px 0;
}
.about1_top h2{
    font-size:52px;
    line-height: 1.4;
    font-family: "puhui65";
}
.about1_top .txt{
    font-size:20px;
    margin-top:10px;
    line-height: 1.8;
}
.about1 .text{
    font-size:18px;
    max-width: 860px;
    padding:100px 0 0;
}
.about1 .text p{
    margin-bottom: 12px;
    color: #333;
}
.about1 .text p:last-child{
    margin-bottom: 0;
}
.about2{
    padding-top:100px;
}
.about2_list{

}
.about2_list li{
    margin-bottom: 108px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about2_list li:nth-child(2n){
    flex-direction: row-reverse;
}
.about2_list li:last-child{
    margin-bottom: 0;
}
.about2_list li .img{
    width:49%;
}
.about2_list li .text{
    width:49%;
}
.about2_list li .text h3{
    font-size:32px;
    color: #333;
    line-height: 1.4;
}
.about2_list li .text p{
    font-size:16px;
    color: #333;
    margin-top:10px;
}
.about3{
    padding:100px 0;
}
.about3_list{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}
.about3_list li{
    position: relative;
}
.about3_list li a{
    display: block;
    transition: all 0.3s ease-out;
    position: relative;
    top:0;
    box-shadow: 0 0 10px #ddd;
}
.about3_list li .img{

}
.about3_list li .img img{
    width:100%;
}
.about3_list li .text{
    padding:30px 25px;
}
.about3_list li .text h3{
    font-size:24px;
    color: #333;
    line-height: 1.4;
}
.about3_list li .text .txt{
    font-size:16px;
    color: #333;
    margin-top:10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 6em;
    line-height: 2em;
}
.about3_list li .text .about_btn_ico{
    margin-top:15px;
    max-width: 85px;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.about3_list li .text .about_btn_ico span{
    font-size:16px;
    color: #666666;
    font-family: "puhui75";
}
.about3_list li:hover .text .about_btn_ico span{
    color: #0076cc;
}
.about3_list li .text .about_btn_ico i{
    display: inline-block;
    width:9px;
    height: 16px;
    background:url(../images/news_more1.png) no-repeat center;
}
.about3_list li:hover .text .about_btn_ico i{
    background:url(../images/news_more1_h.png) no-repeat center;
}
.about3_list li:hover a{
    /*margin-top:-20px;*/
    top:-15px;
}
.about_fzlc{
    padding: 75px 0;
}
/*.about_fzlc h2{*/
/*    font-size: 24px;*/
/*    color: #222;*/
/*    position: relative;*/
/*    text-align: center;*/
/*    margin-bottom: 15px;*/
/*    padding-bottom: 5px;*/
/*}*/
/*.about_fzlc h2:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    left:50%;*/
/*    bottom:0;*/
/*    margin-left: -20px;*/
/*    width: 40px;*/
/*    height: 5px;*/
/*    background: #0556a5;*/
/*}*/
.n_fzlc{
    position: relative;
    margin-top:50px;
}
.n_fzlc li .text{
    width: 50%;
    display: inline-block;
    height: 130px;
}
.n_fzlc li p:nth-child(1) {
    font-size: 30px;
    color: #363333;
    line-height: 1.2em;
}
.n_fzlc li p:nth-child(2) {
    font-size: 14px;
    color: #363333;
    padding-top: 10px;
}
.n_fzlc li:nth-child(odd) .text{
/*    margin-bottom: 135px;*/
    position: relative;
    left: -11px;
    float: right;
    padding-left: 40px;
    background: url(../images/fz_line.png) no-repeat left top;
}
.n_fzlc li:nth-child(even) .text{
    float: left;
/*    margin-top: 135px;*/
    position: relative;
    right: -11px;
    text-align: right;
    padding-right: 40px;
    background: url(../images/fz_line.png) no-repeat right top;
}
.about_fzlc2{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 99999999;
    display: none;
}
.about_fzlc2 .close1{
    text-align: right;
    margin-bottom: 25px;
}
.about_fzlc2 .close1 img{
    cursor: pointer;
}
.about_fzlc2 .cont{
    position: relative;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 90%;
    max-width:1000px;
    /*margin:0 auto;*/
    padding:50px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
}
.about_fzlc2 .text{
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}
@media(max-width: 1600px){
    .about1_top h2{
        font-size:36px;
    }
    .about1_top .txt{
        font-size:16px;
    }
    .about1 .text {
        font-size: 15px;
        padding: 90px 0 0;
    }
    .about2 {
        padding-top: 90px;
    }
    .about2_list li{
        margin-bottom:75px;
    }
    .about2_list li .text h3{
        font-size:28px;
    }
    .about2_list li .text p{
        font-size:15px;
    }
    .about3 {
        padding: 90px 0;
    }
    .about3_list li .text{
        padding:20px 15px;
    }
    .about3_list li .text h3{
        font-size:22px;
    }
    .about3_list li .text .txt{
        font-size:15px;
        margin-top:6px;
        height: 5.4em;
        line-height: 1.8em;
    }
    .about3_list li .text .about_btn_ico{
        margin-top:12px;
        max-width: 80px;
    }
    .about3_list li .text .about_btn_ico span{
        font-size:14px;
    }
    .about3_list li .text .about_btn_ico i{
        background-size:7px;
    }
    .about3_list li:hover .text .about_btn_ico i{
        background-size:7px;
    }
    .n_fzlc li p:nth-child(1){
        font-size:26px;
    }
}
@media(max-width: 1280px){
    .about1_top h2{
        font-size:32px;
    }
    .about1_top .txt{
        font-size:15px;
    }
    .about1 .text {
        font-size: 14px;
        padding: 75px 0 0;
    }
    .about2 {
        padding-top: 75px;
    }
    .about2_list li{
        margin-bottom:55px;
    }
    .about2_list li .text h3{
        font-size:26px;
    }
    .about2_list li .text p{
        font-size:14px;
    }
    .about3 {
        padding: 75px 0;
    }
    .about3_list {
        gap: 20px;
    }
    .about3_list li .text h3 {
        font-size: 20px;
    }
    .about3_list li .text .txt{
        font-size:14px;
    }
    .n_fzlc li p:nth-child(1){
        font-size:22px;
    }
    .about_fzlc2 .cont{
        padding:35px;
    }
    .about_fzlc2 .text{
        font-size:15px;
    }
}
@media(max-width: 1024px){
   
}
@media(max-width: 991px){
    .about1_top{
        padding:40px 0;
    }
    .about1_top h2{
        font-size:28px;
    }
    .about1_top .txt{
        font-size:14px;
    }
    .about2_list li .text h3{
        font-size:24px;
    }
    .about3_list li .text .txt{
        font-size:13px;
    }
}
@media(max-width: 820px){
    .about1_top h2{
        font-size:26px;
    } 
    .about1 .text {
        padding: 55px 0 0;
    }
    .about2 {
        padding-top: 55px;
    }
    .about2_list li{
        margin-bottom:40px;
    }
    .about2_list li .text h3{
        font-size:22px;
    }
    .about2_list li .text p{
        font-size:13px;
        margin-top: 5px;
    }
    .about3,.about_fzlc{
        padding: 55px 0;
    }
    .about3_list {
        gap: 15px;
    }
    .n_fzlc{
        margin-top:35px;
    }
    .n_fzlc li .text{
        width:100%;
        float:none!important;
        box-sizing:border-box;
        left:0!important;
        height:85px;
        background: url(../images/fz_line.png) no-repeat left center!important;
    }
    .n_fzlc li:nth-child(even) .text{
        text-align:left;
        padding-left: 40px;
        left:0;
        background: url(../images/fz_line.png) no-repeat left center;
    }
    .n_fzlc li p:nth-child(1){
        font-size:18px;
    }
    .n_fzlc li p:nth-child(2){
        padding-top:0;
        font-size:13px;
    }
    .about_fzlc2 .cont{
        padding:25px;
    }
}
@media(max-width: 767px){
    .about1_top{
        padding:30px 0;
    }
    .about1_top h2{
        font-size:22px;
    }
    .about1 .text {
        padding: 40px 0 0;
    }
    .about2 {
        padding-top: 40px;
    }
    .about2_list li{
        margin-bottom:25px;
    }
    .about2_list li .text h3{
        font-size:18px;
    }
    .about3,.about_fzlc{
        padding: 40px 0;
    }
    .about3_list li .text h3 {
        font-size: 18px;
    }
}
@media(max-width: 640px){
    .about2_list li .img,.about2_list li .text{
        width: 100%;
    }
    .about2_list li .text{
        margin-top:20px;
    }
    .about3_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px 10px;
    }
    .about3_list li .text {
        padding: 15px 12px;
    }
    .about_fzlc2 .cont{
        padding:20px;
    }
    .about_fzlc2 .close1{
        margin-bottom:15px;
    }
}
@media(max-width: 320px){
    .about3_list {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }   
    .about3_list li .text .txt{
        height:auto;
    }
}

/*解决方案*/
.n_case{
    padding:0 0 72px;
}
.case1{
    margin-top:44px;
    border-radius: 10px;
    padding:150px 100px;
}
.case1 .text{
    width:55%;
    max-width:720px;
    height:280px;
    background:rgba(0,0,0,.4);
    color: #fff;
    padding:60px 110px 20px 78px;
}
.case1 .text h2{
    font-size:36px;
    line-height: 1.2;
    padding-bottom: 22px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.6);
}
.case1 .text .txt{
    font-size:18px;
    line-height: 1.6;
}
.case_list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin-top:32px;
}
.case_list li{
    border-radius: 4px;
    border:1px solid #d0d0d0;
    padding:22px 20px 20px 70px;
    height: 265px;
}
.case_list li .p1{
    display: flex;
    justify-content: flex-end;
}
.case_list li .p1 span{
    display: flex;
    align-items:center;
    justify-content: center;
    width:80px;
    height: 27px;
    font-size:15px;
    color: #fff;
    background:#f08013;
    font-family: "puhui75";
    border-radius: 6px;
}
.case_list li h3{ 
    line-height: 1.4;
    margin-top:20px;
    margin-bottom: 30px;
    font-size:24px;
    color: #333333;
}
.case_list li .txt p{
    font-size:16px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 8px;
    font-family: "puhui65";
}
.case_list li .txt p:last-child{
    margin-bottom: 0;
}
.xgcp{
    margin-top:98px;
}
.xgcp .index_product_top{
    border-bottom:1px solid #d0d0d0;
    padding-bottom: 25px;
}
.xgcp  .index_product_btn{
    top:-116px;
}
@media(max-width: 1600px){
    .case1 .text{
        max-width:600px;
        height:260px;
        padding:40px 50px 20px;
    }
    .case1 .text h2{
        font-size:30px;
        padding-bottom: 18px;
        margin-bottom: 15px;
    }
    .case1 .text .txt{
        font-size:15px;
    }
    .case_list{
        gap: 30px;
        margin-top:30px;
    }
    .case_list li{
        padding:20px 20px 20px 40px;
        height: 240px;
    }
    .case_list li .p1 span{
        width:65px;
        height: 24px;
        font-size:13px;
        border-radius: 4px;
    }
    .case_list li h3{ 
        margin-top:15px;
        margin-bottom: 20px;
        font-size:20px;
    }
    .case_list li .txt p{
        font-size:15px;
    }
    .xgcp{
        margin-top:90px;
    }
    .xgcp .index_product_top{
        padding-bottom: 20px;
    }
    .xgcp  .index_product_btn{
        top:-110px;
    }
}
@media(max-width: 1280px){
    .case1 .text{
       width:65%;
    }
    .xgcp {
        margin-top: 75px;
    }
}
@media(max-width: 1024px){
    .case1{
        margin-top: 25px;
        padding: 90px 50px;
    }
    .case1 .text{
        width:75%;
        height: auto;
        padding: 25px 30px;
    }
    .case1 .text h2 {
        font-size: 26px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .case1 .text .txt {
        font-size: 14px;
    }
    .case_list {
        gap: 20px;
    }
    .xgcp .index_product_btn {
        top: -100px;
    }
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .case1{
        padding: 75px 25px;
    }
    .case1 .text{
        padding: 25px 20px;
    } 
    .case1 .text h2{
        font-size:22px;
    }
    .case1 .text .txt{
        line-height:1.8;
    }
    .case_list li {
        padding: 20px 20px;
        height: 200px;
    }
    .case_list li h3 {
        margin-top: 12px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .case_list li .txt p {
        font-size: 14px;
        margin-bottom:3px;
    }
    .xgcp {
        margin-top: 55px;
    }
    .xgcp .index_product_btn {
        top: -88px;
    }
}
@media(max-width: 767px){
    .case1{
        padding: 55px 20px;
    }
    .case1 .text{
        padding: 20px 15px;
        width:100%;
    } 
    .case1 .text h2{
        font-size:20px;
    }
    .case_list {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
    .case_list li{
        height:auto;
        padding:20px 20px 30px;
    }
    .case_list li h3 {
        margin-top: 10px;
    }
    .xgcp {
        margin-top: 40px;
    }
    .xgcp .index_product_btn {
        position:relative;
        top:0;
    }  
}

/*新闻*/
.n_news{
    padding:46px 0 86px;
}
.news_list{
    margin-top:0px;
}

.news_detail{
    padding:60px 0 50px;
}
.news_detail h1{
    font-size: 24px;
    color: #111111;
    font-family: "puhui75";
    text-align: center;
    line-height: 1.4;
}
.info_title{
    text-align: center;
    font-size: 16px;
    color: #666;
    padding-top:10px;
    padding-bottom: 24px;
    border-bottom:1px solid #ccd2d7;
    margin-bottom: 55px;
    font-family: "puhui75";
}
.news_detail .content{
    max-width: 1345px;
    margin:0 auto;
    font-size: 16px;
    color: #333333;
}
.page{
    font-size: 14px;
    color: #666;
    display: flex;
    flex-wrap: wrap;   
    justify-content: space-between; 
    padding-top:24px;
    margin-top:70px;
    border-top:1px solid #ccd2d7;
}
.page p{
    max-width: 49%;
    font-size:16px;
    color: #111111;
    line-height: 1.6;
}
.page a{
    font-size:16px;
    color: #111111;  
    line-height: 1.6;
}
.page a:hover{
    color: #0076cc;
}
@media(max-width: 1600px){
    .info_title{
        font-size: 15px;
        padding-top:8px;
        padding-bottom: 20px;
        margin-bottom: 35px;
    }
    .news_detail .content{
        font-size: 15px;
    }
    .page {
        padding-top: 20px;
        margin-top: 40px;
    }
    .page,.page p,.page p a{
        font-size:14px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .n_news{
        padding:75px 0;
    }
    .news_detail h1{
        font-size:20px;
    } 
    .info_title{
        padding-top:8px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .news_detail{
        padding:50px 0;
    }
}
@media(max-width: 992px){
 
}
@media(max-width: 820px){
    .n_news{
        padding:55px 0;
    }
    .news_detail{
        padding:50px 0 ;
    }
    .news_detail h1{
        font-size:18px;
    }
    .info_title{
        padding-bottom: 12px;
    }
    .page {
        padding-top: 15px;
        margin-top: 25px;
    }
    .page p{
        width:100%;
        max-width:100%;
    }
    .page,.page p,.page p a{
        font-size:13px;
    }
}
@media(max-width: 640px){
    .n_news{
        padding:40px 0;
    }

    .news_detail{
        padding:40px 0;
    }
    .news_detail h1{
        font-size:18px;
    }
    .info_title {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }     
}


/*联系我们*/
.n_title1{
    text-align: center;
}
.n_title1 h2{
    font-size:56px;
    color: #1a1a1a;
/*    font-family: "puhui65";*/
    line-height: 1;
    margin-bottom: 24px;
}
.n_title1 p{
    font-size:20px;
    color: #666666;
/*    font-family: "puhui35";*/
    line-height: 1.6;
}
.n_title1 p.p1{
    max-width: 700px;
    margin:0 auto;
}
.n_title2{
    text-align: center;   
    position: relative;
}
.n_title2 p.p1{
    font-size: 14px;
    color: #000;
    line-height: 16px;
}
.n_title2 p.p2{
    font-size: 33.18px;
    line-height: 40.48px;  
    font-family: "puhui55";
    color: #000;
}
.n_title2:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:-5px;
    width: 100%;
    height: 3px;
    background: #0076cc ;
    border-radius: 3px;
    width: 330px;
    margin-left: -165px;
}
.contact2{
    position: relative;
    padding: 100px 0;
}
.contact2 .wrap{
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.35);
    padding: 48px 100px;
}
.contact_list{
    margin-top:50px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}
.contact_list li{
    border:1px solid #e0e0e0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding:20px;
}
.contact_list li .img1{
    line-height: 34px;
    display: none;
}
.contact_list li .p1{
    font-size:22px;
    color: #222222;
    font-family: "puhui65";
    line-height: 1;
    margin:20px 0 15px;
}
.contact_list li .p2{
    font-size:18px;
    color: #222;
    font-family: "puhui45";
    line-height: 1.4;
}
.contact_list li:last-child{
    margin-right: 0;
}
/*.contact_list li:last-child .txt{
    width: calc(50% - 5px);
}*/
@media(max-width: 1600px){
    .n_title1 h2{
        font-size:42px;
        margin-bottom: 15px;
    }
    .n_title1 p{
        font-size:16px;
    }
    .contact2{
        padding: 95px 0 ;
    }
    .contact2 .wrap{
        padding:48px 50px;
    }
    .contact1_l .text .p1{
        font-size:26px;
    }
    .contact1_l .text .p2{
        font-size:15px;
    }
    .contact_list{
        margin-top:40px;
    }
    .contact_list li .p1 {
        font-size: 24px;
        margin: 20px 0 10px;
    }
    .contact_list li .p2{
        font-size:15px;
    }
    .contact_list li:last-child{
        padding:20px 20px;
    }
}
@media(max-width: 1280px){
    .n_title2 p.p2{
        font-size:28px;
    }
    .n_title2:after {
        width: 300px;
        margin-left: -150px;
    }
    .contact_list{
        gap: 30px;
    }
    .contact1_l .text .p1{
        font-size:24px;
    }
    .contact1_l .text .p2{
        font-size:14px;
    }
    .contact_list li .p1 {
        font-size: 20px;
        margin: 15px 0 10px;
    }
    .contact_list li:last-child {
        padding: 10px 10px;
    }
    .contact2{
        padding: 75px 0 ;
    }
    .contact_list li:last-child{
        padding:15px 10px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .n_title1 h2{
        font-size:32px;
        margin-bottom: 12px;
    }
    .n_title1 p{
        font-size:15px;
    }
    .n_title2 p.p2{
        font-size:24px;
    }
    .n_title2:after {
        width: 220px;
        margin-left: -110px;
    }
    .contact2 .wrap{
        padding:40px 30px;
    }
    .contact_list{
        gap: 20px;
    }
    .contact_list li{
        margin-bottom:15px;
    }
/*    .contact_list li:nth-child(2n){
        margin-right:0;
    }*/
}
@media(max-width: 820px){
    .n_title1 h2{
        font-size:26px;
        margin-bottom: 10px;
    }
    .n_title1 p{
        font-size:14px;
    }
    .contact2 .wrap {
        padding: 30px 20px;
    }
    .contact2{
        padding: 55px 0 ;
    }
    .contact_list{
        margin-top:35px;
    }
}
@media(max-width: 640px){
    .n_title1 h2{
        font-size:22px;
    } 
    .n_title1 p{
        font-size:13px;
    }
    .n_title2 p.p2{
        font-size:20px;
    }
    .n_title2:after {
        width: 180px;
        margin-left: -90px;
    }
    .contact2{
        padding: 40px 0 ;
    }
    .contact2 .wrap {
        padding: 30px 15px;
    }
    .contact_list{
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
}
@media(max-width: 460px){
    .contact_list {
        margin-top: 26px;
    }
    .contact_list li{
/*        width:100%;
        margin-right:0;*/
        padding:15px;
    }
    .contact_list li:last-child{
        margin-bottom: 0;
    }
    .contact_list li .p2{
        font-size:14px;
    }
}


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

#job3{
    background:#e5e5e5;
    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;
}
.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 #0076cc;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
}
@media(max-width: 991px){
    .online-server{
        display: none!important;
    }
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

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