﻿/*头部样式*/
.head{

}
.h_top{
    height: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    background: #d44203;
}
.h_text{
    font-size: 16px;
    color: #000;
}
.wrap{
    width: 86%;
    max-width: 1280px;
    margin: 0 auto;
}
.head .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    max-width: 50%;
    display: flex;
    align-items: center;
}
.logo a{

}
.logo_text{
    margin-left: 25px;
}
.logo_text .p1{
    font-size:34px;
    color: #222222;
    font-weight: bold;
    font-family: "puhui85";
    line-height: 1.2;
}
.logo_text .p2{
    font-size: 20px;
    color: #d44203;
    font-family: "puhui65";
    line-height: 1.6;
}
.h_code{
    display: flex;
}
.h_code dl{
    text-align: center;
    margin:0 10px;
}
.h_code dl dt{
    line-height: 1.5;
    font-size: 13px; 
    color: #333;
}
.h_code dl dd img{
    max-width: 100px;  
}
.head_r{
    max-width: 50%;
    display: flex;
    align-items: center;
}
.h_share{
    display: flex;
    align-items: center; 
    display: none;
}
.h_share p{
    margin-right: 15px;
}
.h_share a{
    display: block;
    position: relative;
    margin-right: 12px;
    cursor: pointer;
}
.h_share a:last-child{
    margin-right: 0;
}
.h_share a .img1{
    width: 35px;
    height: 35px;
    border:1px solid #d5d5d5;
    text-align: center;
    border-radius: 50%;
}
.h_share a .img2{
    position: absolute;
    top:50px;
    left:50%;
    margin-left: -65px;
    width: 130px;
    z-index: 999;
    display: none;
}
.h_share a:hover .img2{
    display: block;
}
.h_tel{
    padding-left:66px;
    margin-left: 25px;
    font-size:24px;
    color: #222222;
    background:url(../images/tel1.png) no-repeat 20px center;
    line-height: 1.3;
    border-left: 1px solid #e0e0e0;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.h_tel p{
    font-family: "puhui85";
}
nav{
    width: 100%;
    background:url(../images/nav_bg2.png) repeat-x center;
    position: relative;
    max-width: 1920px;
    margin:0 auto;
    display: block;
}
.nav{
    display: flex;
    align-items: center;
    height: 54px;
    position: relative;
}
nav:after{
    content:'';
    position: absolute;
/*    left:-20px;*/
    left:-15px;
    top:-5px;
    z-index: 9;
/*     width: 435px; */
    height: 64px;
    width: 22%;
    background:url(../images/nav_bg1.png) no-repeat right center;
}
.nav li{
    width: auto;
    position: relative;
    transition:0.5s;
    z-index: 99;
    float: left;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 54px;
}
.nav li a.a1{
    padding:0 25px;
    font-family: "微软雅黑";
}
.nav li:hover a.a1{
    font-weight: bold;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:54px;
    left:-15%;
    z-index: 999;
    background-color: #1a5293;
    width: 130%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}
.nav li .b_nav a:hover{
    background:#d44203;
}
@media(max-width: 1720px){
    .nav li a.a1{
        padding:0 20px;
    }   
}
@media(max-width: 1600px){
    .h_top{
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }
    .wrap{
        width: 90%;
    }
    .logo_text .p1{
        font-size:30px;
    }
    .logo_text .p2{
        font-size:17px;
    }
    .h_tel{
        font-size:20px;
        height: 120px;
        margin-left:20px;
    }
    nav:after{
        width: 15%;
    }
/*    nav:after{
        left:-190px;
    }*/
    .nav li{
        margin-right: 10px;
    }
    .nav li a.a1{
        padding:0 18px;
    }
    
}
@media(max-width: 1480px){
    nav:after{
        width: 12%;
    } 
    .nav li a.a1{
        padding:0 15px;
    }   
}
@media(max-width: 1360px){
    .logo_text .p1 {
        font-size: 26px;
    }
    .logo_text .p2 {
        font-size: 16px;
    }
    .nav li{
        /*flex:1;*/
        /*margin-right:0;*/
    }
    .nav li a{
        font-size:15px;
    }

}
@media(max-width: 1280px){
    .wrap{
        width: 92%;
    }  
    .nav li a.a1{
        padding:0 10px;
    }
}
@media(max-width: 1260px){
    .nav li {
        margin-right: 10px;
    }    
}
@media(max-width: 1199px){
    .wrap{
        width: 90%;
    }
    .logo_text {
        margin-left: 20px;
    }
    .logo_text .p1 {
        font-size: 20px;
    }
    .logo_text .p2 {
        font-size: 15px;
    }
    .nav li {
        margin-right: 0px;
        flex:none;
    }
    .nav li a.a1{
        padding:0 12px;
    }
    .h_code{
        display:none;
    }
    .h_tel{
        margin-left: 0;
        border:none;
        height: 90px;
    }
}
@media(max-width: 1099px){
    nav:after {
        width: 10.5%;
    }
    .nav li{
        margin-right:0;
    }
    .nav li a.a1 {
        padding: 0 10px;
        font-size:14px;
    }
}
@media(max-width: 1024px){
    .nav li a{
        font-size:15px;
    }
    .wrap{
        width: 94%;
    }   
}
@media(max-width: 991px){
    .logo a img{
        max-height: 55px;
    }
    nav{
        display: none;
    }
    .h_share{
        display: none;
    }
    .h_tel{
        margin-left: 0;
        border:none;
        height: 80px;
    }
}
@media(max-width: 860px){
    .logo_text {
        margin-left: 12px;
    }
    .logo_text .p1 {
        font-size: 18px;
    }
    .logo_text .p2 {
        font-size: 14px;
    }
}
@media(max-width: 820px){
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
}
@media(max-width: 767px){
    .logo_text{
        display: none;
    }
}
@media(max-width: 640px){
    
    .logo{
        width: 30%;
    }
    .logo a img{
        max-height: 50px;
    }
    .head_r{
        max-width: 60%;
    }
    .h_tel{
        font-size:17px;
        height: 70px;
    }
    .menu-button{
        top:25px;
    }
}
@media(max-width: 640px){
    .h_tel{
        font-size:16px;
        height: 70px;
    }    
}

#c-banner1{
    width: 100%;
    display: block;
}
#c-banner1 .swiper-slide .bg{
    display: block;
    width: 100%;
    height: 100%;
    /*transform: scale(1.1);*/
    /*transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;*/
}
/*
#c-banner1 .swiper-slide.swiper-slide-active .bg {
    transform: scale(1);
}*/

#c-banner1 .swiper-pagination{
    bottom:60px;
}
#c-banner1 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background:rgba(0,0,0,.3);
    border-radius: 50%;
    margin:0 10px;
    opacity: 1;
}
#c-banner1 .swiper-pagination-bullet-active{
    width: 50px;
    border-radius: 7.5px;
    background:#d44203;
}
.seo_content{
    background:#eeeeee;
}
.seo_content .wrap{
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    min-height: 60px;
}
.hot_keywords{
    display: flex;
    max-width: 60%;
}
.hot_t{
    color: #333333;
}
.hot_keywords .txt{
    display: flex;
    flex-wrap: wrap;
}
.hot_keywords .txt p{
    margin-right: 30px;
    color: #4c4c4c;
}
.hot_keywords .txt p a{
    font-size:14px;
    color: #4c4c4c;
}
/*搜索*/
.search{
    height: 100%;
    position: relative;
    width: 355px;
}
#formsearch{
    display: flex;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}
#keyword{
    width: 285px;
    line-height: 40px;
    outline: none;
    border:none;
    padding:0 12px;
    color: #4c4c4c;
}
#s_btn{
    width: 70px;
    height: 40px;
    background: url(../images/ss.png) no-repeat center #d44203;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 6px;
}
.search:hover #formsearch{
    display: flex;
}
.search_ts{
    position: absolute;
    top:42px;
    left:0;
    width: 100%;
    background: #fff;
    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: #ffffff;    
}
.search_ts ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 10px;
    line-height: 1.2;
    height: 30px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
}
.search_ts ul li a:hover{
    background: #fafafa;
}
.tag_total{
    font-size: 20px;
    color: #333;
}
@media(max-width:1600px){
    #c-banner1 .swiper-pagination{
        bottom:20px;
    }
    .hot_keywords .txt p{
        margin-right: 25px;
    }
}
@media(max-width:1280px){
    .hot_keywords .txt p{
        margin-right: 20px;
    }
    .search{
        width: 300px;
    }
    #keyword{
        width: 230px;
    }
}
@media(max-width:1199px){
    .seo_content{
        display: none;
    }
}
@media(max-width:991px){
    .search{
        margin-right:20px;
    }
    #c-banner1 .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin:0 5px;
    }
    #c-banner1 .swiper-pagination-bullet-active{
        height: 10px;
        border-radius: 5px;
        width: 30px;
    }
}
@media(max-width:767px){
    .search{
        position: fixed;
        top:60px;
        z-index: 90;
        margin-right:0;
        width:100%;
        height:auto;
        margin-bottom:0;
        left:0%;
        padding:0px 4% 0 4%;
        /*background:#fff;*/
        border-top:1px solid #dbdbdb;
        /*box-shadow:0 0 10px #ccc inset;*/
        display: none;
    }
    #formsearch{
        width:100%;
    }
    #keyword{
        width:calc(100% - 50px);
    }
    .search_ts{
        top: 40px;
        left: 4%;
        width: 56%;
    }
    #c-banner1 .swiper-pagination{
        bottom:0;
    }
}


.index_product{
    padding:50px 0 0;
    background:url(../images/bg1.jpg) no-repeat top center;
}
.index_t1{
    text-align: center;
}
.index_t1 h2{
    line-height: 1;
}
.index_t1 h2 span{
    font-size:44px;
    color: #1a1a1a;
    display: inline-block;
    position: relative;
}
.index_t1 h2 span:before,.index_t1 h2 span:after{
    content:'';
    position: absolute;
    top:50%;
    width: 60px;
    height: 19px;
    margin-top:-7px;
}
.index_t1 h2 span:before{
    left:-72px;
    background:url(../images/t_line3.png) no-repeat center;
}
.index_t1 h2 span:after{
    right:-72px;
    background:url(../images/t_line4.png) no-repeat center;
}
.index_t1 p{
    font-size:20px;
    color: #333333;
    margin-top:8px;
}
.index_product .index_t1 h2 span,.index_product .index_t1 p{
    color: #fff;
}
.index_product .index_t1 h2 span:before{
    background:url(../images/t_line1.png) no-repeat center;
}
.index_product .index_t1 h2 span:after{
    background:url(../images/t_line2.png) no-repeat center;
}
.p_sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:25px 0 35px;
}
.p_sort li{
    /*width: 12.57%;*/
    margin-right: 2%;
    margin-bottom: 5px;
}
.p_sort li:nth-child(7){
    margin-right: 0;    
}
.p_sort li:last-child{
    margin-right: 0;
}
.p_sort li a{
    display: flex;
    justify-content: center;
    align-items: center;
    background:#1e3958;
    border-radius: 25px;
    height: 44px;
    line-height: 1.2;
    font-size:17px;
    color: #fff;
    font-family: "puhui55";
    padding:0 10px;
}
.p_sort li a span{
    display: block;
    margin-right: 6px;
}
.p_sort li.cur a{
    font-family: "puhui85";  
    color: #d44203;  
    background:#fff;
}
.index_p_cont{
    position: relative;
    height: 620px;
}
.index_tab1{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index: -99;
    opacity: 0;
}
.index_tab1.on{
    z-index: 99;
    opacity: 1;    
}
.index_tab1 img{
    /*border-radius: 8px;*/
}
.index_tab1 .swiper-button-prev,.index_tab1 .swiper-button-next{
    position: absolute;
    top:50%;
    margin-top:-33.5px;
    width: 63px;
    height: 63px;
    border:2px solid #d44203;
    border-radius: 50%;
    opacity: 1!important;
}
.index_tab1 .swiper-button-prev{
    left:-90px;
    background:url(../images/left1.png) no-repeat center;
}
.index_tab1 .swiper-button-prev:hover{
    background:url(../images/right1.png) no-repeat center #d44203;
    transform:rotate(-180deg);
}
.index_tab1 .swiper-button-next{
    right:-90px;
    background:url(../images/left1.png) no-repeat center;
    transform:rotate(-180deg);
}
.index_tab1 .swiper-button-next:hover{
    background:url(../images/right1.png) no-repeat center #d44203;
    transform:rotate(0deg);
}
@media(max-width: 1600px){
    .index_t1 h2 span{
        font-size:36px;
    }
    .index_t1 p{
        font-size:16px;
    }
    .p_sort li a{
        font-size:15px;
    }
}
@media(max-width: 1440px){
    .index_tab1 .swiper-button-prev{
        left:-32px;
    }
    .index_tab1 .swiper-button-next{
        right:-32px;
    }
}
@media(max-width: 1280px){
    .index_p_cont{
        height: 560px;
    }
}
@media(max-width: 1199px){
    .index_t1 h2 span{
        font-size:32px;
    }
    .index_t1 p{
        font-size:15px;
    }
    .p_sort li a{
        font-size:15px;
        height:38px;
    }
    .index_tab1 .swiper-button-prev,.index_tab1 .swiper-button-next{
        display: none;
    }
}
@media(max-width: 1024px){
    .index_p_cont{
        height: 450px;
    }
    .p_sort li a{
        font-size:14px;
    }
}
@media(max-width: 991px){
    .index_t1 h2 span{
        font-size:28px;
    }
}
@media(max-width: 820px){
/*    .p_sort li{
        width: 23.5%;
        margin-right: 2%;
    }
    .p_sort li:nth-child(4n){
        margin-right: 0;
    }*/
    .p_sort{
        margin:35px 0 30px;
    }
    .p_sort li{
        width: auto;
        margin-right: 12px;
    }
    .p_sort li a{
        font-size:13px;
        padding:0 10px;
        height: 32px;
    }
    .p_sort li a span{
        margin-right: 4px;
    }
}
@media(max-width: 768px){
    .p_sort li{
        margin-right: 9px;
    }
    .index_p_cont {
        height: 370px;
    }
}
@media(max-width: 640px){
    .index_product{
        padding:45px 0 0;
    }
    .index_t1 h2 span{
        font-size:24px;
    }
    .index_t1 h2 span:after,.index_t1 h2 span:before{
        display: none;
    }
    .index_t1 p{
        font-size:14px;
    } 
    .p_sort {
        margin: 25px 0 20px;
    }
    .p_sort li{
        margin-bottom: 5px;
        margin-right: 6px;
    }  
    .p_sort li a {
        font-size: 13px;
        padding: 0 8px;
        height: 30px;
    }
    .index_p_cont {
        height: 300px;
    }
}
@media(max-width:460px){
    .index_p_cont{
        height:280px;
    }
    .p_sort li:last-child a{
        display:none;
    }
}

.index_shili{
    padding:58px 0 0;
}
.wrap2{
    max-width: 1520px;
}
.index_shili_c{
    margin-top:32px;
}
/*.index_shili_c{
    display: flex;
    flex-wrap: wrap;
}*/
.index_shili_c li{
    float: left;
    /*width: 23.5%;*/
    /*margin-right: 1.5%;*/
    width: 22%;
    margin-right: 1.33333%;
    margin-bottom: 15px;
    position: relative;
    border-radius: 8px; 
    overflow: hidden;
}
.index_shili_c li:nth-child(1){
    /*width: 50%;*/
    margin-bottom: 0;
    width: 30%;
}
.index_shili_c li:nth-child(4),.index_shili_c li:nth-child(7){
    margin-right: 0;
}
/*.index_shili_c li:nth-child(3),.index_shili_c li:nth-child(5){*/
/*    margin-right: 0;*/
/*}*/
.index_shili_c li .img{
    overflow: hidden;  
    border-radius: 8px; 
}
.index_shili_c li:hover .img img{
    transform:scale(1.1);
}
.index_shili_c li p{
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    width: 100%;
    /*background: rgba(212,66,3,.7);*/
    font-size: 17px;
    color: #333;
    line-height: 1.5;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 10px 10px 0;    
}
@media(max-width: 1600px){
    .index_shili_c li p{
        font-size: 16px;
    }
}
@media(max-width: 1280px){
    .index_shili_c li p{
        font-size: 15px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .index_shili{
        padding:35px 0 0;
    }
}
@media(max-width: 820px){

}
@media(max-width: 640px){
    .index_shili{
        padding:15px 0 0;
    }
    .index_shili_c li{
        float: left;
        width: 28%;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    .index_shili_c li:nth-child(1){
        width: 40%;
        margin-bottom: 0;
    }
    .index_shili_c li:nth-child(4){
        margin-right: 2%;
    }
    .index_shili_c li:nth-child(3),.index_shili_c li:nth-child(5){
        margin-right: 0;
    }   
    .index_shili_c li:nth-child(6),.index_shili_c li:nth-child(7){
        display: none;
    }
    .index_shili_c{
        margin-top:15px;
    }
    .index_shili_c li p{
        font-size: 14px;
        padding: 7px 10px;
    }
}
@media(max-width: 460px){
    .index_shili_c li{
        width:49%;
    }
    .index_shili_c li:nth-child(1){
        width: 100%;
        margin-right: 0;
        margin-bottom:15px;
    }
    .index_shili_c li p{
        font-size:13px;
    }
}

.index_jjfa{
    padding:100px 0 0;
}
.index_jjfa_li{
    position: relative;
    margin-top:40px;
}
.index_jjfa_li:after{
    content:'';
    position: absolute;
    top:1px;
    left:0;
    width: 100%;
    height: 1px;
    background:#e0e0e0;
}
.index_jjfa_li .wrap{

}
#index_jjfa_top .swiper-slide{
    padding:21px 0;
    text-align: center;
    cursor: pointer;
}
#index_jjfa_top .swiper-slide:after{
    content:'';
    width: 100%;
    height: 3px;
    background:#d44203;
    position: absolute;
    left:0;
    top:0px;
    opacity: 0;
}
#index_jjfa_top .swiper-slide .img1{
    height: 46px;
}
#index_jjfa_top .swiper-slide .img1 img:nth-child(2){
    display: none;
}
#index_jjfa_top .swiper-slide p{
    font-size:22px;
    color: #4c4c4c;
    font-family: "puhui55";
}
#index_jjfa_top .swiper-slide.swiper-slide-thumb-active:after{
    opacity: 1;
}
#index_jjfa_top .swiper-slide.swiper-slide-thumb-active .img1 img:nth-child(1){
    display: none;
}
#index_jjfa_top .swiper-slide.swiper-slide-thumb-active .img1 img:nth-child(2){
    display: inline-block;
}
#index_jjfa_top .swiper-slide.swiper-slide-thumb-active p{
    color: #d44203;
}


.index_jjfa_c{
    background:url(../images/jjfa_bg.jpg) no-repeat center;
    background-size: cover;
    padding:75px 0;
}
.index_jjfa_c .wrap{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_jjfa_c_l{
    width: calc(100% - 210px);

}
.index_jjfa_tab{
    
}
.index_jjfa_tab_img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background:#f0f0f0;
}
.index_jjfa_tab_img .img1{
    width: 49%;
}
.index_jjfa_tab_img .img1 img,.index_jjfa_tab_img .img2 img{
    width: 100%;
}
.index_jjfa_tab_img .img2{
    /*padding:0 45px;*/
    width: 49%;
}
.index_jjfa_tab_text{
    padding:35px 80px 40px 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background:#fff;
}
.index_jjfa_tab_text .text{
    width: 60%;
}
.index_jjfa_tab_text .text h3{
    font-size:36px;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 12px;
}
.index_jjfa_tab_text .text p{
    color: #4c4c4c;
    font-size:16px;
    line-height: 1.8;
}
a.more1{
    display: block;
    width: 220px;
    line-height: 56px;
    height: 56px;
    background:#d44203;
    font-size:17px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
}
a.more1 span{
    margin-left: 12px;
    transition:all 0.3s ease-out;
}
a.more1:hover span{
    margin-left: 18px;
}
.index_jjfa_arrow{
    position: relative;
    width: 102px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index_jjfa_arrow .swiper-button-prev,.index_jjfa_arrow .swiper-button-next{
    position: relative;
    top:0;
    margin-top:0;
    width: 102px;
    height: 102px;
    border-radius: 50%;  
    opacity: 1!important;  
    background:url(../images/left2.png) no-repeat center #d44203;
}
.index_jjfa_arrow .swiper-button-prev{
    left:0;
    margin-top:56px;
}
.index_jjfa_arrow .swiper-button-prev:hover{
    background:url(../images/right2.png) no-repeat center #fff!important;   
    transform:rotate(-180deg); 
}
.index_jjfa_arrow .swiper-button-next{
    right:0;
    transform:rotate(-180deg);
}
.index_jjfa_arrow .swiper-button-next:hover{
    background:url(../images/right2.png) no-repeat center #fff!important;  
    transform:rotate(0deg);  
}
@media(max-width: 1600px){
    #index_jjfa_top .swiper-slide p{
        font-size:17px;
    }
    .index_jjfa_tab_text{
        padding:35px 45px 40px 45px;
    }
    .index_jjfa_tab_text .text h3{
        font-size:28px;
    }
    .index_jjfa_tab_text .text p{
        font-size:15px;
    }
    .index_jjfa_arrow .swiper-button-prev, .index_jjfa_arrow .swiper-button-next{
        width: 70px;
        height: 70px;
    }
    a.more1 {
        width: 200px;
        line-height: 52px;
        height: 52px;
        font-size: 17px;
    }
}
@media(max-width: 1280px){
    .index_jjfa{
        padding:75px 0 0;
    }
}
@media(max-width: 1199px){
    .index_jjfa_tab_img .img2{
        /*padding:0 20px;*/
    }
    .index_jjfa_c_l{
        width: calc(100% - 150px);
    }
}
@media(max-width: 991px){
    .index_jjfa_tab_text {
        padding: 30px 30px 40px 30px;
    }
    .index_jjfa_tab_text .text h3{
        font-size:24px;
    }
    a.more1 {
/*        width: 180px;*/
        line-height: 50px;
        height: 50px;
        font-size: 16px;
    }
}
@media(max-width: 820px){
    .index_jjfa_tab_text .text{
        width: 100%;
        margin-bottom: 15px;
    }
}
@media(max-width: 640px){
   .index_jjfa{
    padding:40px 0 0;
   }
   .index_jjfa_li{
    margin-top:15px;
   }
   #index_jjfa_top .swiper-slide .img1{
    height: 32px;
   }
   #index_jjfa_top .swiper-slide .img1 img{
    max-height: 32px;
    max-width: 40px;
   }
    #index_jjfa_top .swiper-slide p {
        font-size: 15px;
    }
    .index_jjfa_c{
        padding:40px 0;
    }
    .index_jjfa_c_l{
        width: 100%;
    }
    .index_jjfa_tab_img .img2{
        /*padding:0 15px;*/
    }
    .index_jjfa_arrow{
        display: none;
    }
    .index_jjfa_tab_text {
        padding: 15px;
    }
    .index_jjfa_tab_text .text h3 {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .index_jjfa_tab_text .text p {
        font-size: 14px;
    }
    a.more1{
        font-size:14px;
         width: 160px; 
        line-height: 42px;
        height: 42px;
    }
}
@media(max-width: 460px){
    #index_jjfa_top .swiper-slide{
        padding:15px 0 12px;
    }
    #index_jjfa_top .swiper-slide .img1{
        height: 28px;
    }
    #index_jjfa_top .swiper-slide .img1 img{
        max-height: 28px;
        max-width: 40px;
    }  
    #index_jjfa_top .swiper-slide p {
        font-size: 14px;
    }
    .index_jjfa_c {
        padding: 30px 0;
    }
}

.index_case{
    padding:100px 0;
}
.index_case_c{
    margin-top:35px;
}
#index_case{
    padding-bottom:55px;
}
#index_case .swiper-slide{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
#index_case .swiper-slide:hover .img img{
    transform:scale(1.1);
}
#index_case .swiper-slide p{
    /*position: absolute;*/
    /*left:0;*/
    /*bottom:0;*/
    width: 100%;
    /*background:rgba(212,66,3,.5);*/
    font-size:17px;
    color: #333;
    line-height: 1.5;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding:10px;
}
#index_case .swiper-pagination{
    bottom:0px;
}
#index_case .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background:rgba(0,0,0,.3);
    border-radius: 50%;
    margin:0 10px;
    opacity: 1;
}
#index_case .swiper-pagination-bullet-active{
    width: 50px;
    border-radius: 7.5px;
    background:#d44203;
}
@media(max-width: 1600px){
    #index_case .swiper-slide p{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    #index_case .swiper-slide p{
        font-size:15px;
    }
}
@media(max-width: 1199px){
    .index_case{
        padding:75px 0;
    }
}
@media(max-width: 991px){
    #index_case .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin:0 5px;
    }
    #index_case .swiper-pagination-bullet-active{
        height: 10px;
        border-radius: 5px;
        width: 30px;
    }
}
@media(max-width: 820px){
    .index_case{
        padding:55px 0;
    }
}
@media(max-width: 640px){
    .index_case{
        padding:40px 0;
    }
    .index_case_c{
        margin-top: 15px;
    }
    #index_case {
        padding-bottom: 45px;
    }
    #index_case .swiper-slide p{
        font-size:14px;
        padding:7px 10px;
    }   
}


.index_qushi{
    padding:120px 0 98px;
}
.qushi_li{
    display: flex;
    flex-wrap: wrap;
    background:#ececec;
    border-radius: 50px;
    margin:42px 0 50px;
}
.qushi_li li{
    width: 33.33333%;
    font-size:30px;
    color: #1a1a1a;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    cursor: pointer;
}
.qushi_li li .img1{
    width: 42px;
    height: 39px;
    position: relative;
    margin-right: 14px;
    overflow: hidden;
}
.qushi_li li .img1 img{
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
}
.qushi_li li.cur{
    background:#d44203;
    color:#fff;
    font-weight: bold;
    border-radius: 50px;
}
.qushi_li li.cur .img1 img{
    top:-39px;
}
.qushi_cont{
    position: relative;
    height: 520px;
}
.qushi_tab{
    /*display: none;*/
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    opacity: 0;
    z-index: -9999;
}
.qushi_tab .text{
    width: 300px;
    padding-top:25px;
}
.qushi_tab .text h2{
    font-size:24px;
    color: #1a1a1a;
    line-height: 1.4;
    padding-bottom: 16px;
    position: relative;
}
.qushi_tab .text h2:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 77px;
    height: 4px;
    background:#d44203;
}
.qushi_tab .text p{
    font-size:14px; 
    margin:22px 0 45px;   
}
.qushi_tab .img{
    width: calc(100% - 360px);
    border-radius: 10px;
}
.qushi_tab .img img{
    width: 100%;
    border-radius: 10px;
}
/*.qushi_tab .img:hover img{*/
/*    transform:scale(1.05);*/
/*}*/
.qushi_tab.on{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 999;
    z-index: 9999;
}
@media(max-width: 1600px){
    .qushi_li li{
        font-size:24px;
        height: 75px;
    }
    .qushi_tab .text h2{
        font-size:22px;
    }
    .qushi_tab .text p{
        font-size:14px;
    }
    .qushi_cont{
        height: 500px;
    }
}
@media(max-width: 1280px){

}
@media(max-width: 1199px){
    .index_qushi{
        padding:120 0 75px;
    }
    .qushi_li{
        margin:40px 0 35px;
    }
    .qushi_li li{
        font-size:22px;
        height: 65px;
    }
    .qushi_cont{
        height: 450px;
    }
    .qushi_li li .img1{
        margin-right: 10px;
    }
    .qushi_tab .text{
        padding-top:0;
    }
    .qushi_tab .text h2 {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .qushi_tab .text p {
        font-size: 13px;
        margin: 16px 0 30px;
    }
    .qushi_tab .img {
        width: calc(100% - 350px);
    }
}
@media(max-width: 991px){
    .qushi_li li{
        font-size:20px;
    }    
}
@media(max-width: 820px){
    .index_qushi{
        padding:120px 0 55px;
    }
    .qushi_cont{
        height: 400px;
    }
    .qushi_tab .text h2{
        font-size:17px;
    }
}
@media(max-width: 767px){
    .index_qushi{
        padding:40px 0 45px;
    }
    .qushi_li {
        margin: 30px 0 30px;
    }
    .qushi_li li{
        font-size:14px;
        height: 42px;
    }
    .qushi_li li .img1 {
        width: 22px;
        height: 20.5px;
        margin-right: 4px;
    }
    .qushi_li li.cur .img1 img {
        top: -20.5px;
    }
    .qushi_tab .text{
        width: 100%;
        padding:15px 0 0;
    }
    .qushi_tab .text h2{
        font-size:16px;
    }
    .qushi_tab .text p {
        margin: 12px 0 20px;
    }
    .qushi_tab .img{
        width: 100%;
        margin-top:25px;
    }
    .qushi_cont{
        height: 580px;
    }
}
@media(max-width: 460px){
    .index_qushi {
        padding: 30px 0;
    }
    .qushi_li{
        margin: 15px 0 5px;
    }
    .qushi_li li{
        font-size: 12px;
    }
    .qushi_li li .img1 {
        width: 18px;
        height: 16.5px;
        margin-right: 3px;
    }
    .qushi_li li.cur .img1 img {
        top: -16.5px;
    }
    .qushi_tab .img{
        margin-top:15px;
    }
    .qushi_cont{
        height: 540px;
    }
}

.index_pz{
    background:url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
    padding:45px 0 30px;
}
.index_pz h2{
    font-size:44px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
.pz_list{
    margin-top:40px;
    display: flex;
    flex-wrap: wrap;
}
.pz_list li{
    width: 23.5%;
    margin-right: 2%;
}
.pz_list li:last-child{
    margin-right: 0;
}
.pz_list li .img{
    border-radius: 10px;
}
.pz_list li .text{
    text-align: center;
}
.pz_list li .text h3{
    font-size:30px;
    color: #d44203;
    font-weight: bold;
    text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
    -webkit-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
    -moz-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
    font-family: "puhui85";
    font-weight: bold;
    line-height: 1.6;
    margin-top:20px;
}
.pz_list li .text p{
    font-size:17px;
    color: #fff;
    line-height: 1.6;
    padding:0 20px;
}
@media(max-width: 1600px){
    .index_pz h2{
        font-size:36px;
    }
    .pz_list li .text h3{
        font-size:24px;
        margin-top:10px;
    }
    .pz_list li .text p{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .index_pz h2{
        font-size:32px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .index_pz h2{
        font-size:28px;
    }
    .pz_list li .text h3{
        font-size:17px;
    }
    .pz_list li .text p {
        font-size: 14px;
        padding:0;
    }
}
@media(max-width: 820px){

}
@media(max-width: 640px){
    .index_pz{
        padding:35px 0;
    }
    .index_pz h2{
        font-size:20px;
    } 
    .pz_list{
        margin-top:10px;
    }
    .pz_list li{
        width: 50%;
        padding:10px 8px;
        margin-right:0;
    }
    .pz_list li .text h3{
        font-size:16px;
    }  
    .pz_list li .text p{
        font-size:13px;
    }
}


.index2{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.index2 .text{
    width: 55.5%;
    padding:85px 130px 50px 16.5%;
/*    display: flex;
    flex-direction: column;
    justify-content: center;*/
    background:url(../images/index_about_bg.png) no-repeat center;
/*    background-size: cover;*/
}
.index2 .index_t1{
    text-align: left;
}
.index2 .index_t1 h2{
    font-size:50px;
    color: #333;
}
.index2 .text .p1{
    font-size:30px;
    color: #1a1a1a;
    margin:15px 0 0px;
    font-family: "puhui75";
}
.index2 .text .p1 span{
    color: #d44203;
}
.about_p{
    font-size:38px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.about_p:before{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    margin-top:-0.5px;
    width: calc(100% - 225px);
    height: 1px;
    background:#cccccc;
}
.about_p p{
    color: #1a1a1a;
    width: 200px;
    display: flex;
}
.about_p p span{
    font-family: "puhui45";
}
.about_p p strong{
    color: #d44203;
    font-family: "puhui105";
    margin-left: 10px;
}
.index2 .text .txt{
    font-size:17px;
    color: #333333;
    margin-bottom: 50px;
    line-height: 1.8;
}
a.more2,.more2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 58px;
    background:#d44203;
    color: #fff;
    font-size:17px;
    border-radius: 4px;
}
a.more2 i,.more2 i{
    width: 15px;
    height: 16px;
    background:url(../images/more2.png) no-repeat center;
    margin-left: 30px;
    transition:all 0.3s ease-out;
}
a.more2:hover i,.more2:hover i{
    margin-left: 18px;    
}

.index2 .img1{
    background:url(../images/index_about.jpg) no-repeat center;
    background-size: cover;
    width: 44.5%;
    position: relative;
    height: 880px;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
a.play1{
    display: inline-block;
    position: relative;
}
a.play1 i{
    position: relative;
}
a.play1 img{
    position: relative;
    z-index: 99;
}
a.play1 i:before{    
    content: "";
    display: block;
    width: 92px;
    height: 92px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top:-46px;
    left: 50%;
    margin-left: -46px;
    animation: videoDh 1s linear infinite;
    background:rgba(255,255,255,1);
    z-index: 9;
}
a.play1 i:after{
    content: "";
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top:-65px;
    left: 50%;
    margin-left: -65px;
    animation: videoDh 1s linear infinite;
    background:rgba(255,255,255,.5);
    z-index: 9;    
}
a.play1:hover i:before{
    animation-delay: 0.6s;
}
a.play1:hover i:after{
    animation-delay: 0s; 
}
@keyframes videoDh { 
    from {
        transform: scale(0.8, 0.8); 
        opacity: 0.36;
    } 
    to {
        transform: scale(1.3, 1.3); 
        opacity: 0;
    } 
}
a.play1 p{
    position: relative;
    font-size:16px;
    color: #fff;
    margin-top:48px;
}
a.play1 p span{
    line-height: 1;
    position: relative;
    padding-bottom:4px;
}
a.play1 p span:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#fff;
}
.index2_cont{
    position: absolute;
    left:0;
    bottom: -60px;
    width: 80%;
    background:url(../images/index2_bg1.png) no-repeat left bottom;
    background-size: contain;
    padding-left: 13.5%;
    padding-right: 160px;
    padding-bottom:60px;
    text-align: center;
}
.index_honner p{
    text-align: center;
    font-size:16px;
    color: #fff;
    margin-top:12px;
    line-height: 1.6;
}
@media(max-width: 1600px){
    .index2 .index_t1 h2{
        font-size:36px;
    }
    .index2 .text{
        padding:100px 120px 50px 5%;
    }
    .index2 .text .p1{
        font-size:20px;
    }
    .index2 .text .txt{
        font-size:15px;
    }
    .about_p{
        font-size:32px;
    }
    a.more2, .more2{
        width: 140px;
        font-size:15px;
        line-height: 50px;
        height: 50px;
    }
    .index2 .img1{
        height: 775px;
    }
    .index2_cont {
        padding-left: 8%;
        padding-right: 90px;
        padding-bottom: 60px;
    }
    .index_honner p{
        font-size:14px;
        line-height:1.4;
        margin-top:10px;
    }
}
@media(max-width: 1280px){
    .index2 .index_t1 h2 {
        font-size: 32px;
    }
    .index2 .text{
        padding:75px 80px 50px 5%;
    }  
    .index2 .text .p1 {
        font-size: 18px;
        margin: 15px 0 10px;
    }
    .about_p {
        font-size: 26px;  
    } 
    .about_p:before{
        width: calc(100% - 185px);
    }
    .about_p p{
        width: 160px;
    }
    .index2 .img1{
        height: 725px;
    } 
    .index2_cont {
        padding-left: 5%;
        padding-right: 50px;
    }

}
@media(max-width: 1024px){
    a.more2, .more2{
        width: 120px;
        font-size: 14px;  
        height: 42px;   
        line-height: 42px;   
    }  
    a.more2 i, .more2 i{
        margin-left: 15px;
    } 
    .index2 .text{
        padding:70px 65px 50px 3%;
    }  
}
@media(max-width: 820px){
    .index2 .index_t1 h2 {
        font-size: 28px;
    }
    .index_honner p{
        font-size:13px;
        line-height:1.4;
    }
    .index2 .text {
        padding: 55px 50px 50px 3%;
    }
    .index2 .text .p1{
        font-size:16px;
    }
    .index2 .text .txt{
        font-size:14px;
        margin-bottom: 35px;
    }
    .index2 .img1 {
        height: 600px;
    }
}
@media(max-width: 640px){
    .index2 .index_t1 h2 {
        font-size: 24px;
    }
    .index2 .text{
        width: 100%;
        padding: 40px 3%;
    }
    .index2 .text .p1 {
        font-size: 15px;
        margin: 5px 0 0px;
    }
    .index2 .text .txt{
        margin-bottom:20px;
    }
    .index_honner p{
        font-size:12px;
    }
    .about_p {
        font-size: 20px;
    }
    .about_p:before{
        width: calc(100% - 145px);
    }
    .about_p p {
        width: 120px;
    }
    .index2 .img1 {
        width: 100%;
        height: 300px;
    }
    .index2_cont{
        width: 100%;
        position: relative;
        padding:25px 3%;
        bottom:0;
        background: url(../images/index2_bg1.png) no-repeat left bottom;
        background-size: cover;
    }
    a.play1 img{
        width: 40px;
    }
    a.play1 i:before{
        width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-left: -35px;
    }
    a.play1 i:after {
        width: 110px;
        height: 110px;
        margin-top: -55px;
        margin-left: -55px;
    }
    a.play1 p{
        font-size:15px;
    }
}


.index_hd{
    padding:100px 0 0;
}
.index_hd h2{
    font-size:44px;
    color: #1a1a1a;
    text-align: center;
}
.index_hd_list{
    margin-top:45px;
}
.index_hd_list li{
    float: left;
    position: relative;
    margin-right: 14px;
    width: calc(29% - 14px);
    margin-bottom:14px;

}
.index_hd_list li:nth-child(1){
    width: 42%;
}
.index_hd_list li:nth-child(3),.index_hd_list li:nth-child(5){
    margin-right: 0;
}
.index_hd_list li .img{
        border-radius: 10px;
    overflow: hidden;
}
.index_hd_list li:hover .img img{
    transform:scale(1.1);
}
.index_hd_list li p{
    /*position: absolute;*/
    /*left:0;*/
    /*bottom:0;*/
    width: 100%;
    /*background:rgba(0,0,0,.7);*/
    font-size:17px;
    color: #333;
    line-height: 1.5;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 10px;
}
@media(max-width: 1600px){
    .index_hd h2{
        font-size:36px;
    }
    .index_hd_list li p{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    .index_hd{
        padding:75px 0 0;
    }
    .index_hd h2{
        font-size:32px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .index_hd h2{
        font-size:28px;
    }
    .index_hd_list {
        margin-top: 25px;
    }
}
@media(max-width: 820px){
    .index_hd{
        padding:55px 0 0;
    }
}
@media(max-width: 640px){
    .index_hd{
        padding:30px 0 0;
    }
    .index_hd h2{
        font-size:17px;
    }  
    .index_hd_list {
        margin-top: 10px;
    }
    .index_hd_list li {
        width: calc(50% - 14px);
    }
    .index_hd_list li:nth-child(1){
        width: 100%;
    }
    .index_hd_list li p{
        font-size:15px;
        padding:7px 10px;
        /*line-height: 40px;*/
    }
}
@media(max-width: 460px){
    .index_hd_list li p{
        font-size:13px;
        padding:7px 6px;
        /*white-space: nowrap; */
        /*text-overflow: ellipsis;*/
        /*overflow: hidden;*/
    }    
}


.index_news{
    padding:100px 0;
}
.index_news .index_t1 p{
    color:#666666;
}
.index_news_cont{
    margin-top:20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_news_cont_l{
    width: 68.5%;
}
.news_t{
    font-size:20px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    line-height: 50px;
    margin-bottom: 26px;
}
.news_t:after{
    content:'';
    position: absolute;
    left:0;
    bottom: 0;
    width: 32px;
    height: 3px;
    background:#d44203;
}
.news_t span{
    display: inline-block;
    margin-right: 10px;
}
a.more3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 64px;
    height: 24px;
    border:1px solid #e9e9e9;
    border-radius: 6px;
    font-size:13px;
    color: #919191;
    padding:0 5px 0 10px;
}
a.more3 i{
    width: 7px;
    height: 11px;
    background:url(../images/more3.png) no-repeat center;
    margin-top: 2px;
}
a.more3:hover{
    color: #d44203;
    border:1px solid #d44203;
}
a.more3:hover i{
    background:url(../images/more3_h.png) no-repeat center;
}
.news_list1{
    width: 46.5%;
    float: left;
}
.news_list1 a{
    display: flex;
    flex-wrap: wrap;
}
.news_list1 a .img{
    position: relative;
}
.news_list1 a .img:after{
    content:'';
    position: absolute;
    right:0;
    top:0;
    width: 61px;
    height: 61px;
    background:url(../images/ico_top.png) no-repeat center;
}
.news_list1 a:hover .img img{
    transform:scale(1.1);
}
.news_list1 a .text{
    padding:20px 28px 30px;
    border: 1px solid #e6e6e6;
    border-top:none;
}
.news_list1 a .text h3{
    font-size:17px;
    color: #333333;
    line-height: 1.5;
}
.news_list1 a:hover .text h3{
    color: #d44203;
}
.news_list1 a .text p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size:14px;
    color: #666666;
    line-height: 1.6;
    margin:10px 0 25px;
}
.news_more{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_more .more4{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 136px;
    height: 35px;
    font-size:14px;
    color: #fff;
    font-weight:bold;
    background:#d44203;
    border-radius: 6px;
}
.news_more .more4 i{
    font-style: normal;
    margin-left: 15px;
    transition:all 0.3s ease-out;
}
.news_more .more4:hover i{
    margin-left: 20px;
}
.news_more .date2{
    font-size:15px;
    color: #b2b2b2;
}
.news_list3{
    width: 50%;
    float: right;
}
.news_list3 a{
    display: flex;
    padding:35px 0 24px;
    border-bottom: 1px solid #e6e6e6;
}
.news_list3 a:hover{
    padding:32px 0 15px;    
}
.news_list3 a:nth-child(1){
    padding-top:0!important;
}
.news_list3 a .p1{
    font-size:26px;
    color: #4d4d4d;
    width: 55px;
    line-height: 1;
}
.news_list3 a .p1 span{
    display: block;
    font-size: 12px;
    margin-top:5px;
}
.news_list3 a:hover .p1{
    padding-top:18px;
}
.news_list3 a .img1{
    display: none;
    width: 145px;
    height: 96px;
    overflow: hidden;
}
.news_list3 a .text{
    width: calc(100% - 55px);
    padding-left: 28px;
}
.news_list3 a .text h3{
    display: none;
    font-size:16px;
    color: #333333;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
    margin-bottom: 10px;
}
.news_list3 a .text p{
    font-size:14px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
}
.news_list3 a:hover .img1{
    display: block;
}
.news_list3 a:hover .text{
    width: calc(100% - 190px);
    padding-left: 15px;
}
.news_list3 a:hover .text h3{
    display: block;
}
.news_list3 a:hover .text p{
    -webkit-line-clamp: 3;
    line-height: 1.5;
}

.index_news_cont_r{
    width: 27.5%;
}
.index_news_cont_r .img2{
    display: none;
}
.news_list2{

}
.news_list2 li{

}
.news_list2 li a{
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding:26px 0 ;
}
.news_list2 li:nth-child(1) a{
    padding-top:0;
}
.news_list2 li:last-child a{
    border:none;
    padding-bottom: 0;
}
.news_list2 li a .img1{
    display: none;
}
.news_list2 li a .text{
    display: flex;
    flex-wrap: wrap;
}
.news_list2 li a .text .date1{
    width: 55px;
    font-size:26px;
    color:#4d4d4d;
    line-height: 1;
}
.news_list2 li a .text .date1 span{
    display: block;
    font-size: 12px;
    margin-top:5px;
}
.news_list2 li a .text p{
    width: calc(100% - 55px);  
    font-size:14px;
    color: #666666;
    line-height: 1.6; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; 
}
.news_list2 li:hover a .img1,.news_list2 li.cur a .img1{
    display: block;
}
.news_list2 li:hover a .text,.news_list2 li.cur a .text{
    display: none;
}
@media(max-width: 1600px){
    .news_list1 a .text{
        padding:20px 20px 30px;
    }
    .news_list1 a .text h3{
        font-size:16px;
    }
    .news_list3 a{
        padding:30px 0 24px;
    }
/*    .news_list3 a:hover{
        padding:30px 0 15px;    
    }*/
}
@media(max-width: 1280px){
    .index_news {
        padding: 75px 0;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .news_more .more4{
        width: 100px;
    }
}
@media(max-width: 820px){
    .index_news {
        padding: 55px 0;
    }
    .news_list1 a .text {
        padding: 15px 12px 20px;
    }
    .news_list3 a{
        padding:20px 0 20px;
    }
    .news_list3 a:hover{
        padding:25px 0 15px;    
    }
    .news_list3 a .p1{
        font-size:24px;
        /*width: 55px;*/
    }
    .news_list3 a:hover .img1{
        width: 110px;
        height: 80px;
        display: none;
    }
    .news_list3 a .text {
        padding-left: 15px;
    }
    .news_list3 a:hover .text{
        /*width: calc(100% - 150px);*/
        padding-left: 12px;
    }
}
@media(max-width: 640px){
    .index_news {
        padding: 30px 0;
    }   
    .index_news_cont_l{
        width: 100%;
    }
    .news_list3 a:hover .p1{
        padding-top:0px;
    }
    .news_list3 a:hover .img1{
        display: none;
    }
    .news_list3 a:hover .text{
        /*width: calc(100% - 40px);*/
        padding-left: 15px;
    }
    .news_list3 a:hover .text h3{
        display: none;
    }
    .news_list3 a:hover .text p{
        -webkit-line-clamp: 2;
        line-height: 1.6;
    }
    .index_news_cont_r{
        width: 100%;
        margin-top:20px;
    }
    .news_list2 li a:hover .img1{
        display: none;
    }
    .news_list2 li a:hover .text{
        display: block;
    }
}
@media(max-width: 460px){
    .index_news_cont{
        margin-top:10px;
    }
    .news_list1{
        width: 100%;
    }
    .news_list3{
        width: 100%;
        margin-top:20px;
    }
}


.index_news2{
    background: #f9f9f9;
    padding:70px 0;
    /*margin-top:55px;*/
}
.index_news2 .wrap{
    max-width: 1600px;
}
.news_list4{
    display: flex;
    flex-wrap: wrap;
    margin-top:45px;
}
.news_list4 a{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.news_list4 a:nth-child(4n){
    margin-right: 0;
}
.news_list4 a .img{
    /*height: 160px;*/
    border-radius: 8px;
}
.news_list4 a .img img{
    width: 100%;
}
/*.news_list4 a .img img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.news_list4 a h3{
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    text-align: center;
    font-weight: normal;
    margin-top:10px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list4 a:hover .img img{
    transform: scale(1.05);
}
.news_list4 a:hover h3{
    color: #d44203;
}
@media(max-width:1600px){
    .news_list4 a h3{
        font-size:15px;
    }
}
@media(max-width:1280px){
    .index_news2{
        padding:55px 0;
        /*margin-top:40px;*/
    }    
    /*.news_list4 a .img{*/
    /*    height:150px;*/
    /*}*/
}
@media(max-width:1024px){
    
}
@media(max-width:820px){
    .news_list4{
        margin-top:30px;
    }
    .news_list4 a{
        width: 32%;
    }
    .news_list4 a:nth-child(4n){
        margin-right: 2%;
    }
    .news_list4 a:nth-child(3n){
        margin-right: 0;
    }
}
@media(max-width:640px){
    .news_list4{
        margin-top:25px;
    }
    .news_list4 a{
        width: 49%;
    }
    .news_list4 a:nth-child(3n){
        margin-right: 2%;
    }
    .news_list4 a:nth-child(2n){
        margin-right: 0;
    }  
    .news_list4 a h3{
        margin-top:6px;
        font-size:14px;
    }
}
@media(max-width:460px){
    .index_news2{
        padding:35px 0;
        /*margin-top:30px;*/
    } 
    .news_list4{
        margin-top:20px;
    }
    /*.news_list4 a .img{*/
    /*    height:135px;*/
    /*}*/
}


.index_bottom{
    background:url(../images/index_bottom.jpg) no-repeat center;
    background-size: cover;
    padding:45px 0 52px;
    color: #fff;
}
.index_bottom_l{
    float: left;
    padding-top:10px;
}
.index_bottom_l h1{
    font-size:50px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 8px;
    line-height: 1.4;
    margin:15px 0;
}
.index_bottom_l .p1{
    font-size:30px;
    color: #333333;
    font-weight: bold;
}
.index_bottom_l .p1 span{
    padding:0 30px;
    background:#fff;
    height: 50px;
    display: flex;
    align-items: center;
    line-height: 1.4;
    letter-spacing: 2px;
    border-radius: 6px;
}
.index_bottom_l .p1 span i{
    color: #d44203;
    font-style: normal;
}

.index_bottom_r{
    float: right;
}
.index_bottom_r ul{
    margin-bottom: 28px;
}
.index_bottom_r ul li{
    font-size:16px;
    color: #ffffff;
    padding-left: 70px;
}
.index_bottom_r ul li p:nth-child(2){
    font-size:36px;
    font-weight: bold;
    line-height: 1;
}
.index_bottom_r ul li:nth-child(1){
    background:url(../images/b_ico1.png) no-repeat left center;
    margin-bottom: 10px;
}
.index_bottom_r ul li:nth-child(2){
    background:url(../images/b_ico2.png) no-repeat left center;
}

.index_bottom_l h2{
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    margin:25px 0 20px;
    letter-spacing: 2px;
}
.index_bottom_l h2 span{
    display:block;
}
.index_bottom_l .p2{
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
}
.index_bottom_l .p2 i{
    color: #fff;
    font-style: normal;
    font-size: 32px;
    font-weight: bold;
    margin-left: 5px;
}
.index_bottom_r2{
    text-align: center;
    color: #fff;
    float: left;
    padding: 50px 0 0 150px;
}
.index_bottom .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media(max-width: 1600px){
    .index_bottom_l h1{
        font-size:40px;
    }
    .index_bottom_l .p1{
        font-size:24px;
    }
    .index_bottom_r ul li p:nth-child(2){
        font-size:30px;
    }
}
@media(max-width: 1280px){
    .index_bottom_l h1{
        font-size:32px;
    }
    .index_bottom_l .p1{
        font-size:20px;
    }
    .index_bottom_r ul li p:nth-child(2){
        font-size:30px;
    }
}
@media(max-width: 1199px){
    .index_bottom_l h1{
        font-size:26px;
        letter-spacing: 7px;
    }
    .index_bottom_l .p1 {
        font-size: 16px;
    }
    .index_bottom_l .p1 span{
        padding:0 22px;
        height: 42px;        
    }
    .index_bottom_r ul li p:nth-child(2){
        font-size:24px;
    }
    .index_bottom_r a.more1{
        width: 140px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .index_bottom_l .img1{
        max-width: 300px;
    }
}
@media(max-width: 640px){
    .index_bottom{
        padding:30px 0 40px;
    }
    .index_bottom_l .img1 {
        max-width: 260px;
    }
    .index_bottom_l h1 {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .index_bottom_l .p1 {
        font-size: 14px;
    }
    .index_bottom_l .p1 span {
        padding: 0 12px;
        height: 36px;
    }
    .index_bottom_r{
        width: 100%;
        margin-top:20px;
        padding:0;
    }
    .index_bottom_l h2{
        font-size:16px;
        margin:20px 0 15px;
    }
    .index_bottom_l h2 span{
        
    }
    .index_bottom_l .p2{
        font-size:16px;
    }
    .index_bottom_l .p2 i{
        font-size:26px;
    }
}
@media(max-width:460px){
    .index_bottom_l .img1{
        max-width:200px;
    }
    .index_bottom_l h1{
        font-size:22px;
    }
    .index_bottom_l .p1 span{
        padding:0 8px;
    }
    .index_bottom_l .p1{
        font-size: 12px;
    }
}


/*友情链接*/

.f_link {
    line-height: 30px;
}

/*页面底部*/
footer{
    background:#e3e8eb;
}
.foot_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #dadbdc;
}
.f_link{
    padding:40px 0 30px;
    width: 60%;
/*    display: flex;
    flex-wrap: wrap;*/
}
.f_link p{
    font-size:20px;
    color: #1c1c1c;
    font-weight: bold;
    line-height: 30px;
    float: left;
}
.f_link .txt{
    display: flex;
    flex-wrap: wrap;
    float: left;
}
.f_link .txt a{
    font-size:16px;
    color: #808080;    
    display: inline-block;
    padding-right: 15px;
    margin-right: 12px;
    position: relative;
    line-height: 30px;
}
.f_link .txt a:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    width: 2px;
    height: 16px;
    margin-top:-8px;
    background:#acafb0;
}
.f_link .txt a:last-child:after{
    display:none;
}
.f_link .txt a:hover{
    color: #d44203;
}

.f_share{
    display: flex;
/*    flex-wrap: wrap;*/
    padding:40px 0 30px;
    justify-content: flex-end;
    width: 40%;
    border-left:1px solid #dadbdc;
}
.f_share li{
    text-align: center;
    padding:0 13px;
    max-width: calc(100%/3);
}
.f_share li p.p2{
    font-size: 16px;
    color: #808080;
}
.foot{
    display: flex;
    justify-content: space-between;
    padding:58px 0 65px;
}
.foot_l{
    width: 37%;
    padding-right: 50px;
}
.f_logo{

}
.f_contact{
    margin-top:42px;
}
.f_contact .p1{
    font-size:17px;
    color: #666666;
    font-family: "puhui55";
}
.f_contact .txt p{
    font-size:15px;
    color: #666666;
    font-family: "puhui45";
}

.f_nav{
    display: flex;
    justify-content: space-between;
    width: 63%;
}
.f_nav dl{
    color: #999;
}
.f_nav dl dt{
    font-size:20px;
    color: #1c1c1c;
    margin-bottom: 18px;
    font-weight: bold;
}
.f_nav dl dd{

}
.f_nav dl dd a{
    display: block;
    font-size:16px;
    color: #808080;
}
.f_nav dl dd a:hover{
    color: #d44203;
}
.copyright {
    line-height: 24px;
    padding:5px 0 20px;
    font-size:15px;
    color: #808080;
    font-family: "puhui45";
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.copyright a{
    color: #808080;   
}
.copyright a:hover{
    color: #d44203;
}
.copyright_l{

}
.copyright_r{

}
.code_fixed{
    position: fixed;
    top:50%;
    left:50%;
    margin:-115px 0 0 -100px;
    background: #fff;
    z-index: 999999;
    width: 200px;
    height: 235px;
    box-shadow: 0 0 10px #ccc;
    padding:5px 10px 10px;
    display: none;
}
.code_fixed .close1{
    text-align: right;
}
.code_fixed .close1 span{
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    width: 20px;
    text-align: center; 
    cursor: pointer;
    color: #000;
}
.code_fixed img{
    max-width: 180px
}
@media(max-width: 1600px){
    .f_link{
        padding:30px 0 30px;
    }
    .f_link p{
        font-size:17px;
    }
    .f_link .txt a{
        font-size:15px;
    }
    .f_share li p.p2{
        font-size:15px;
    }
    .foot{
        padding:45px 0 30px;
    }
    .f_contact .txt p{
        font-size:14px;
    }
    .f_nav dl dt{
        font-size:17px;
        margin-bottom: 12px;
    }
    .f_nav dl dd a{
        font-size:15px;
    }
    .copyright{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .f_share li{
        padding:0 10px;
    }
}
@media(max-width: 1199px){
    .copyright{
        justify-content: center;
    }
}
@media(max-width: 991px){

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

}
@media(max-width: 640px){
    footer{
        margin-bottom:56px;
    } 
    .f_link{
        width: 100%;
        padding:20px 0 15px;
    }
    .f_link p {
        font-size: 16px;
    }
    .f_link .txt a{
        font-size:14px;
    }
    .f_share{
        width: 100%;
        padding:5px 0 20px;
        border-left:none;
    }  
    .foot {
        padding: 25px 0 20px;
    } 
    .foot_l {
        width: 100%;
        padding-right: 0px;
    }
    .f_logo img{
        max-height: 70px;
    }
    .f_contact {
        margin-top: 25px;
    }
    .f_nav{
        display: none;
    }
}



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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.n_banner img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    transition: 5s;
    animation: mymove4 5s
}
@keyframes mymove4 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.03)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes mymove4 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.03)
    }

    100% {
        transform: scale(1)
    }
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
.n_banner_text h2{
    font-size:60px;
    color: #fff;
    font-family: "puhui65";
    padding-top:50px;
}
.n_main{
    padding:60px 0 105px;
}
.left1{
    width: 260px;
    float: left;
}
.left1 .box1{
    border:2px solid #d44203;
    border-radius: 10px;
    overflow: hidden;
/*}
.left1 .box1{*/
    margin-bottom: 45px;    
}
.left1 .box1 h1{
    font-size:32px;
    color: #ffffff;
    text-align: center;
    background:#d44203;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    font-family: "puhui105";
}
.sort{
    padding:20px 10px;
}
.sort li{
    margin-bottom: 8px;
}
.sort li a.list_item1{
    background:#e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 14px 0 25px;
    line-height: 50px;
    font-size:17px;
    color: #1a1a1a;
    border-radius: 4px;
}
.sort li a.list_item1 i{
    width: 10px;
    height: 16px;
    background:url(../images/sort1.png) no-repeat center;
}
.sort li:hover a.list_item1,.sort li.cur a.list_item1{
    background:#1f62b1;
    color: #fff;
}
.sort li:hover a.list_item1 i,.sort li.cur a.list_item1 i{
    width: 10px;
    height: 16px;
    background:url(../images/sort1_h.png) no-repeat center;
}
.left1 .box2{
    border-radius: 10px;
    overflow: hidden;
}
.left1 .box2 .img1{

}
.left1 .box2 .text{
    border:2px solid #d44203;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    padding:28px 18px;
}
.left1 .box2 .text .txt1{
    line-height: 1;
    font-size:17px;
    color: #333333;
}
.left1 .box2 .text .txt1 .p1{
    font-size:24px;
    color: #333333;
    margin-bottom: 10px;
}
.left1 .box2 .text .txt2{
    margin-top:22px;
    font-size:15px;
    color: #666666;
}
.left1 .box2 .text .txt2 p{
    padding-left: 35px;
    white-space: nowrap; 
    line-height: 28px;
}
.left1 .box2 .text .txt2 p:nth-child(1){
    background:url(../images/l_ico1.png) no-repeat left center;
    margin-bottom: 6px;
}
.left1 .box2 .text .txt2 p:nth-child(2){
    background:url(../images/l_ico2.png) no-repeat left center;
    margin-bottom: 6px;
}
.left1 .box2 .text .txt2 p:nth-child(3){
    background:url(../images/l_ico1.png) no-repeat left center;
}
.left1 .box2 .text .txt3 dl{
    text-align: center;
}
.left1 .box2 .text .txt3 dl dt{
    padding:10px;
}
.left1 .box2 .text .txt3 dl dt img{
    max-width: 180px;
}
.left1 .box2 .text a{
    display: block;
    width: 100%;
    line-height: 52px;
    height: 52px;
    border-radius: 4px;
    font-size:17px;
    color: #fff;
    text-align: center;
    font-family: "puhui85";
    background:#d44203;
    margin-top:30px;
    cursor: pointer;
}
.left_code{
    text-align: center;
    margin-top:15px;
}
.left_code dl{
    
}
.left_code dl dt img{
    width: 120px;
}
.left_code dl dd{
    
}
.left1 .box3{
    border: 2px solid #d44203;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 0;
}
.hot_product{
    padding: 20px 10px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: flex-end;*/
}
.hot_product a{
    display: block;
    margin-bottom: 15px;
}
.hot_product a:last-child{
    margin-bottom: 0;
}
.hot_product a p{
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-top:5px;
}
.hot_product a:hover p{
    color: #d44203;
}
.right1{
    width: calc(100% - 260px);
    padding-left: 45px;
    float: right;
}
.sitemap {
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 10px;
    position: relative;
}
.sitemap h2{
    font-size:30px;
    color: #333333;
    font-family: "puhui85";
    position: relative;
    line-height: 1;
}
.sitemap h2 span{
    display: inline-block;
    position: relative;
}
.sitemap h2 span:after{
    content:'';
    position: absolute;
    left:0;
    bottom:-12px;
    width: 100%;
    height: 3px;
    background:#d44203;
}
.sitemap .site {
    line-height: 1;
}
@media(max-width: 1600px){
    .n_banner_text h2{
        font-size:52px;
    }
    .left1 .box1 h1{
        font-size:26px;
        height:62px;
    }
    .sort li a.list_item1{
        line-height: 42px;
        font-size: 16px;
    }

}
@media(max-width: 1280px){
    .n_banner_text h2{
        font-size:46px;
    }
    .left1 .box2 .text .txt1{
        font-size:16px;
    }
    .left1 .box2 .text .txt1 .p1{
        font-size:20px;
    }
    .left1 .box2 .text .txt2{
        font-size:15px;
    }
}
@media(max-width: 1024px){
    .n_banner_text h2{
        font-size:42px;
    }   
    .n_main {
        padding: 60px 0 75px;
    }
    .left1 .box2 .text{
        padding:20px 12px;
    }
    .left1 .box2 .text a{
        line-height: 45px;
        height: 45px;
        font-size: 16px;
        margin-top: 20px;        
    }
}
@media(max-width: 991px){
    .left1{
        width:240px;
    }
    .left1 .box2 .text .txt2 {
        font-size: 14px;
    }
    .right1{
        padding-left:30px;
        width:calc(100% - 240px);
    }
    .sitemap h2{
        font-size:26px;
    }
}
@media(max-width: 820px){
    .n_main {
        padding: 60px 0;
    }
    .n_banner_text h2{
        font-size:36px;
        padding-top:0;
    }    
}
@media(max-width: 767px){
    .n_banner_text h2{
        font-size:26px;
    } 
    .n_main {
        padding: 30px 0;
    }
    .left1{
        width:100%;
        display:none;
    }
    .left1 .box1{
        border:none;
        margin-bottom:25px;
        padding:0;
        border-radius:0;
    }
    .left1 .box1 h1{
        display:none;
    }
    .left1 .box2{
        display:none;
    }
    .sort{
        padding:0;
        display:flex;
        flex-wrap:wrap;
    }
    .sort li{
        width:32%;
        margin-right:2%;
    }
    .sort li:nth-child(3n){
        margin-right:0;
    }
    .sort li a.list_item1{
        padding:0 14px;
        font-size:14px;
    }
    .right1{
        width:100%;
        padding-left:0;
    }
    .sitemap h2{
        font-size:22px;
    }
    .sitemap .site,.sitemap .site a{
        font-size:13px;
    }
}
@media(max-width: 460px){
    .sitemap .site{
        display: none;
    }
}

.p_sort2{
    padding:20px 10px;
}
.p_sort2 li{
    margin-bottom: 20px;
}
.p_sort2 li a.list_item1{
    display: block;
    width: 100%;
    line-height: 34px;
    font-size:20px;
    color: #fff;
    font-family: "puhui105";
    text-align: center;
    background:#1f62b1;
    border-radius: 4px;
}
.p_sort2 li .layer2{
    display: flex;
    flex-wrap: wrap;
    margin-top:6px;
}
.p_sort2 li .layer2 p{
    width: 50%;
}
.p_sort2 li .layer2 a{
    font-size:14px;
    color: #555555;
}
.p_sort2 li .layer2 a:hover,.p_sort2 li .layer2 a.cur{
    text-decoration: underline;
    color: #d44203;
}
.n_product{

}
.n_product dl{
    margin-bottom: 36px;
}
.n_product dl dt{
    border-bottom: 2px solid #c4c4c4;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 10px;
    position: relative;
}
.n_product dl dt h2{
    padding-left: 40px;
    background:url(../images/p_sort_ico.png) no-repeat left center;
}
.n_product dl dt h2 a{
    font-size:32px;
    color: #333333;
    line-height: 1;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
    padding-top:12px;
}
.product_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a.img{
    /*border-radius: 8px;*/
}
.product_list li h3{
    font-weight: normal;
}
.product_list li h3 a{
    display: block;
    text-align: center;
    font-size:16px;
    color: #1a1a1a;
    font-family: "puhui55";
    padding-top:5px;
}
.product_list li h3 a span{
    margin-left: 5px;
}
.product_list li:hover a.img img{
    transform:scale(1.05);
}
.product_list li:hover h3 a{
    color: #d44203;
}
.p_case{
    padding-top:25px;
}
.p_case .case_list{
    padding-top:20px;
}
.p_news{
    margin-top:35px;
}
.pd1{
    padding:35px 0 58px;
}
.p_imgs{
    float: left;
    width: 58%;
}
.img_big{
    /*border-radius: 10px;*/

}
.img_big p{
    /*border-radius: 8px;*/
    overflow: hidden;
    display: none;
    /*border:2px solid #e0e0e0;*/
}
.img_big p img{
    width: 100%;
}
.img_small{
    display: flex;
    flex-wrap: wrap;
    margin-top:25px;
}
.img_small p{
    width: 23.5%;
    margin-right: 2%;
    cursor: pointer;
}
.img_small p:nth-child(4n){
    margin-right: 0;
}
.img_small p.cur{
    border:2px solid #d44203;
}
.pd1 .text{
    width: 42%;
    float: right;
    padding-left: 30px;
}
.pd1 .text h1{
    font-size:30px;
    color: #d44203;
    font-family: "puhui105";
    line-height: 1.2;
    padding-bottom:12px;
    border-bottom: 1px solid #e0e0e0;
}
.pd1 .text .txt{
    font-size:15px;
    color: #4c4c4c;
    margin:15px 0 30px;
    line-height: 1.8;
}
.p_tel{
    font-size:24px;
    color: #222222;
    font-family: "puhui85";
    margin-bottom: 20px;
}

.p_cont{
    margin-bottom: 50px;
}
.product_t{
    margin-bottom: 25px;
}
.p_cpjs{
    font-size:16px;
    color: #4c4c4c;
}
.p_cpzs .cont,.p_jscs .cont,.p_jscs .cont{
    text-align: center;
}
.p_jscs .cont1{
    padding:40px 0 0;  
    display: none;
}
.p_jscs .cont2,.p_jscs .cont3{
    padding:50px 0 0;
}
.p_jscs .cont2 p{
    font-size: 26px;
    color: #1a1a1a;
    line-height: 1.5;
}
.p_jscs .cont2 p strong{
    font-weight: normal;
    color: #e33004;
}
.jscs_list{
    float: left;
    width: 47%;
}
.jscs_list dl{
    display: flex;
    flex-wrap: wrap;
    color: #1a1a1a;
    padding:17px 0 27px;
    line-height: 1.6;
    border-bottom: 2px solid #e0e0e0;
}
.jscs_list dl:nth-child(1){
    padding-top:0!important;
}
.jscs_list dl dt{
    width: 96px;
    font-size: 18px;
    color: #1a1a1a;
}
.jscs_list dl dd{
    width: calc(100% - 96px);  
    font-size: 16px;
    font-family: "puhui45";
}
.p_jscs .cont1 .img1{
    float: right;
    width: 43%;
    border-radius: 10px;
    overflow: hidden;
}
.p_jscs .cont1 .img1 img{
    width: 100%;
}
.p_honner_list{
    display: flex;
    flex-wrap: wrap;
    display: none;
}
.p_sccj .cont{
    display: flex;
    flex-wrap: wrap;
    padding-top:35px;
}
.p_sccj .cont li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.p_sccj .cont li:nth-child(3n){
    margin-right: 0;
}
.p_sccj .cont li:hover .img img{
    transform: scale(1.05);
}
.p_sccj .cont li p{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    background:rgba(212,66,3,.5);
    font-size:16px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding:10px;    
}
.hzhb_list2{
    display: flex;
    flex-wrap: wrap;
    padding:20px 38px;
}
.hzhb_list2 li{
    width: 15%;
    margin-right: 2%;
    margin-bottom: 8px;
}
.hzhb_list2 li:nth-child(6n){
    margin-right: 0;
}
.fw_list1{
    padding:30px 0 45px;
    display: flex;
    flex-wrap: wrap;
}
.fw_list1 li{
    width: 31%;
    margin-right: 3.5%;
}
.fw_list1 li:last-child{
    margin-right: 0;
}
.fw_list1 li .img{
    border-radius: 10px;
}
.fw_list1 li .text{
    padding:12px 35px 0;
    text-align: center;
}
.fw_list1 li .text h3{
    font-size:30px;
    color: #d44203;
    line-height: 1.5;
    margin-bottom: 5px;
}
.fw_list1 li .text p{
    font-size:17px;
    color: #4c4c4c;
    font-family:"puhui65";
    line-height: 1.5;
}
.fw_list1 li:last-child .text{
    padding:12px 14px 0;
}
.fw_list2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fw_list2 li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 48%;
    padding:25px 35px;
    border:2px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 24px;
}
.fw_list2 li .img1{
    width: 87px;
    padding-right: 22px;
    text-align: center;
}
.fw_list2 li .text{
    font-size:20px;
    color: #333333;
    width: calc(100% - 87px);
    line-height: 1.5;
    font-family: "puhui65";
}
.p_bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;
    padding:20px 0 25px;
}
.p_bottom ul{
    margin-right: 90px;
}
.p_bottom ul li{
    font-size:16px;
    color: #434343;
    padding-left: 68px;
}
.p_bottom ul li p:nth-child(1){
    line-height: 1;
    margin-bottom: 10px;
}
.p_bottom ul li p:nth-child(2){
    font-size:30px;
    font-weight: bold;
    line-height: 1;
}
.p_bottom ul li:nth-child(1){
    background:url(../images/p_tel_ico1.png) no-repeat left center;
    margin-bottom: 20px;
}
.p_bottom ul li:nth-child(2){
    background:url(../images/p_tel_ico2.png) no-repeat left center;
}
.p_case .case_list{
    padding-top: 5px;
}
@media(max-width: 1600px){
    .n_product dl dt h2 a{
        font-size:30px;
    }
    .pd1{
        
    }
    .pd1 .text .txt{
        font-size:15px;
        margin:12px 0 20px;
    }
    .pd1 .text h1{
        font-size:26px;
        padding-bottom: 8px;
    }
    .p_tel{
        font-size:20px;
    }
    .p_cpjs{
        font-size:15px;
    }
    .fw_list1 li .text h3{
        font-size:24px;
    }
    .fw_list1 li .text p{
        font-size:15px;
    }
    .fw_list2 li .text{
        font-size:17px;
    }
    .p_bottom ul li p:nth-child(2){
        font-size:26px;
    }
    .p_bottom a{
        width:160px;
    }
    .sitemap h2{
        font-size:26px;
    }
    .p_jscs .cont1{
        padding:25px 0 0;    
    }
    .p_jscs .cont2,.p_jscs .cont3{
        padding:35px 0 0;
    }
    .p_jscs .cont2 p{
        font-size: 22px;
    }
    .jscs_list dl{
        padding:15px 0 25px;
    }
    .jscs_list dl dt{
        font-size:17px;
    }
    .jscs_list dl dd{
        font-size:15px;
    }
    .p_sccj .cont li p{
        font-size: 15px;
    }
}
@media(max-width: 1280px){
    .n_product dl dt h2 a{
        font-size:26px;
    }  
    .pd1 .text .txt{
        font-size: 14px;
        margin: 10px 0 15px;
    }
    .p_sccj .cont li p{
        font-size: 14px;
    }
}
@media(max-width: 1199px){
    .n_product dl {
        margin-bottom: 25px;
    }
    .n_product dl dt h2 a{
        font-size:22px;
    } 
    .product_list li h3 a{
        font-size:15px;
    }
    .sitemap h2{
        font-size:24px;
    }
    .pd1 .text{
        padding-left:30px;
    }
    .pd1 .text h1 {
        font-size: 22px;
        padding-bottom: 6px;
    }
    .p_sccj .cont{
        padding-top:10px;
    }
    .fw_list1 li .text {
        padding: 12px 5px 0;
    }
    .fw_list1 li .text h3 {
        font-size: 18px;
    }
    .fw_list1 li .text p{
        font-size:14px;
    }
    .fw_list2 li{
        padding:20px 20px;
    }
    .fw_list2 li .text{
        font-size:15px;
    }
    .p_bottom ul{
        margin-right:60px;
    }
    .jscs_list{
        width:50%;
    }
    .jscs_list dl{
        padding:10px 0 15px;
    }
    .jscs_list dl dt{
        font-size:16px;
    }
    .jscs_list dl dd{
        font-size:14px;
    }
}
@media(max-width: 992px){
    .product_list li{
        width:49%;
        margin-bottom:12px;
    }
    .product_list li:nth-child(3n){
        margin-right:2%;
    }
    .product_list li:nth-child(2n){
        margin-right:0;
    }
    .sitemap h2{
        font-size:22px;
    }
    .p_bottom ul{
        margin-right:30px;
    }
    .p_bottom a {
        width: 140px;
    }
    .p_bottom ul li p:nth-child(2) {
        font-size: 22px;
    }
    .fw_list2 li{
        width:100%;
    }
}
@media(max-width: 820px){
    .n_product dl dt h2 a{
        font-size:20px;
    } 
    .sitemap h2{
        font-size:20px;
    }
    .p_imgs{
        width:100%;
    }
    .pd1 .text{
        width:100%;
        padding-left:0;
        margin-top:30px;
    }
    .hzhb_list2{
        padding:5px 0;
    }
    .fw_list1 li .text h3 {
        font-size: 16px;
    }
    .fw_list1 li .text p {
        font-size: 13px;
    }
    .p_jscs .cont2 p{
        font-size: 20px;
    }
}
@media(max-width: 640px){
    .n_product dl dt h2 a {
        font-size: 18px;
    } 
    .pd1 {
        padding: 15px 0 40px;
    }
    .product_t{
        margin-bottom:20px;
    }
    .p_cont {
        margin-bottom: 35px;
    }
    .p_sccj .cont {
        padding-top: 0px;
    }
    .fw_list1 {
        padding: 15px 0 25px;
    }
    .fw_list1 li{
        width:48.25%;
        margin-bottom:15px;
    }
    .fw_list1 li:nth-child(2n){
        margin-right:0;
    }
    .fw_list1 li .text h3{
        font-size:17px;
    }
    .fw_list2 li{
        margin-bottom: 12px;
    }
    .fw_list2 li .img1{
        width:70px;
    }
    .fw_list2 li .img1 img{
        max-width:55px;
        max-height:40px;
    }
    .fw_list2 li .text{
        width: calc(100% - 70px);
    }
    .p_bottom ul{
        width:100%;
        margin-right:0;
    }
    .p_bottom a{
        margin-top:25px;
    }
    .p_jscs .cont1{
        padding:15px 0 0;    
    }
    .p_jscs .cont2,.p_jscs .cont3{
        padding:25px 0 0;
    }
    .p_jscs .cont2 p{
        font-size: 18px;
    }
    .jscs_list{
        width: 100%;
    }
    .jscs_list dl{
        padding:8px 0;
    }
    .jscs_list dl dt{
        font-size:15px;
        width: 82px;
    }
    .jscs_list dl dd{
        font-size:13px;
        width: calc(100% - 82px);
    }
    .p_jscs .cont1 .img1{
        width:100%;
        text-align:center;
        margin-top:20px;
    }
    .p_sccj .cont li{
        width:49%;
    }
    .p_sccj .cont li:nth-child(3n){
        margin-right:2%;
    }
    .p_sccj .cont li:nth-child(2n){
        margin-right:0%;
    }    
    .p_sccj .cont li p{
        font-size: 14px;
        padding: 7px 10px;
    }
    .fw_list1 li:last-child .text{
        padding:10px 0 0!important;
    }
}



.case_list{
    display: flex;
    flex-wrap: wrap;
    padding-top:35px;
}
.case_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.case_list li:nth-child(3n){
    margin-right: 0;
}
.case_list li a{
    display: block;
    position: relative;

}
.case_list li a h3,.case_list li h3{
    /*position: absolute;*/
    /*left:0;*/
    /*bottom:0;*/
    width: 100%;
    font-size:16px;
    color: #333;
    line-height: 1.5;
    padding:7px 10px;
    /*background:rgba(212,66,3,.5);*/
    text-align: center;
    font-weight: normal;
}
.case_list li a:hover .img img,.case_list li:hover .img img{
    transform:scale(1.05);
}
.case_detail{

}
.case_detail h1{
    font-size: 30px;
    color: #333333;
    font-weight: 1.4;
    text-align: center;
    font-family: "puhui85";
    padding:25px 0;
}
.case_detail .content{
    font-size:16px;
    color: #333333;
    font-family: "puhui45";
}
.xg_case{
    padding:60px 0 90px;
}
.case_t{
    font-size: 30px;
    color: #333333;
    font-family: "puhui85";
    position: relative;
    line-height: 1;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
}
.case_t span{
    display: inline-block;
    position: relative;
}
.case_t span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 3px;
    background: #d44203;
}
.case_list2{
    padding-top:32px;
}
@media(max-width: 1600px){
    .case_list li a h3,.case_list li h3{
        font-size:15px;
    }
    .case_detail h1{
        font-size:26px;
    }
    .case_t{
        font-size:26px;
    }
    .xg_case {
        padding: 60px 0;
    }
    .case_t{
        font-size:24px;
    }
}
@media(max-width: 1280px){
    .case_detail h1{
        font-size:24px;
    }    
}
@media(max-width: 1024px){
    .case_list li{
        width:49%;
    }
    .case_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .case_list li:nth-child(2n) {
        margin-right: 0;
    }
}
@media(max-width: 992px){
    .case_list{
        padding-top:20px;
    }
    .case_list li a h3,.case_list li h3{
        font-size:14px;
    }
    .case_detail h1{
        font-size:20px;
    }
    .xg_case {
        padding: 40px 0;
    }
}
@media(max-width: 820px){
    .case_t{
        font-size:22px;
    }    
}
@media(max-width: 640px){
    .case_sort li{
        width:49%;
        margin-right:2%;
    }
    .case_sort li:nth-child(3n){
        margin-right:2%;
    }
    .case_sort li:nth-child(2n){
        margin-right:0;
    }
    /*.case_list{*/
    /*    padding-top:12px;*/
    /*}*/
    .case_list li{
        margin-bottom:12px;
    }
    .case_list li a h3,.case_list li h3 {
        font-size: 12px;
        padding: 7px 5px;
    }
    .case_detail h1{
        font-size:17px;
        padding: 15px 0;
    }
    .case_detail .content{
        font-size:15px;
    }
    /*.case_t{*/
    /*    font-size:20px;*/
    /*} */
    .xg_case {
        padding: 30px 0;
    }
}


.news_list{

}
.news_list li{

}
.news_list li a{
    padding:22px 0 24px;
    border-bottom: 1px dashed #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_list li a .date{
    width: 110px;
    height: 100px;
    border-radius: 6px;
    background:#f0f0f0;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
}
.news_list li a .date .p1{
    font-size:36px;
    color: #d44203;
    font-weight:bold;
    line-height: 1;
}
.news_list li a .date .p2{
    font-size:14px;
    color: #4c4c4c;
}
.news_list li a .img{
    width: 25%;
}
.news_list li a:hover .img img{
    transform: scale(1.1);
}
.news_list li a .text{
    /*width: calc(100% - 230px);*/
    padding: 0 58px 0 42px;
    width: calc(75% - 120px);
}
.news_list li a .text h3{
    font-size:20px;
    color: #333333;
    line-height: 1.6;
    /*margin-bottom: 6px;*/
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li a .text p3{
    
}
.news_list li a .text .txt{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
    font-size:14px;
    color: #333333;
    font-family: "puhui45";
}
.news_list li a .more{
    width: 120px;
    line-height: 36px;
    border-radius: 6px;
    background:#d44203;
    font-size:16px;
    color: #fff;
    text-align: center;
    font-family: "puhui45";
}
.news_list li a:hover .text h3{
    color: #d44203;
}
.news_detail{

}
.news_detail h1{
    font-size:26px;
    color: #333;
    font-weight: normal;
    text-align: center;
    line-height: 1.6;
    padding:30px 0 5px;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 15px;
}
.news_detail .content{
    font-size:16px;
    margin-bottom: 20px;
}
.news_detail .content h1{
    
}
.news_detail .content h2,.news_detail .content h2 span{
    font-size: 22px!important;
    font-weight: 600!important;
    color: #222222!important;
}
.news_detail .content h3,.news_detail .content h3 span{
    font-size: 18px!important; 
    font-weight: 500!important;
    color: #222222!important;
}
.textInfo .content h2,.news_detail .content h2{
     clear: both!important;
     color: #444!important;
     font-size: 18px!important;
     font-weight: 700!important;
     margin: 20px 0!important;
     padding: 0 0 0 10px!important;
     border-left: 5px solid #d44203!important;
}
.news_detail .content img{
    width: auto!important;
    height: auto!important;
}
/*.news_detail .content a strong{*/
/*    font-weight: normal;*/
/*}*/
/*.news_detail .content a strong span{*/
/*    font-size: 16px!important;*/
/*    color: #666;*/
/*    font-weight: normal;*/
/*}*/
@media(max-width: 1600px){
    .news_list li a .date .p1{
        font-size:32px;
    }
    .news_list li a .text h3{
        font-size:17px;
    }
    .news_detail h1{
        font-size:24px;
    }
}
@media(max-width: 1280px){
    .news_list li a {
        padding: 16px 0;
    }
    .news_list li a .text{
        padding:0 35px 0 30px;
    }
    .news_list li a .text h3 {
        font-size: 16px;
    }
}
@media(max-width: 1199px){
    .news_detail h1{
        font-size:20px;
    }    
}
@media(max-width: 992px){
    .news_list li a .date {
        width: 90px;
        height: 90px;
    }
    .news_list li a .date .p1 {
        font-size: 26px;
    }
    .news_list li a .text {
        /*width: calc(100% - 180px);*/
        padding: 0 20px;
        width: calc(75% - 90px);
    }
    .news_list li a .more{
        width:90px;
        font-size:14px;
    }
}
@media(max-width: 820px){
    .news_detail h1{
        font-size:17px;
        padding: 20px 0 5px;
    }   
    .info_title {
        padding-bottom: 6px;
        margin-bottom: 10px;
    }
}
@media(max-width: 640px){
    .news_list li a{
        flex-wrap:wrap;
        padding:12px 0;
    }
    .news_list li a .img,.news_list li a .date{
        display:none;
    }
    .news_list li a .text{
        width:100%;
        padding:0 0px 0 0;
    }
    .news_list li a .more{
        width:75px;
        font-size:13px;
        margin-top:12px;
        display:none;
    }
    .news_detail h1{
        font-size:17px;
    } 
    .info_title{
        font-size:13px;
    }
}


.sitemap2{

}
.sitemap2 .site{
    line-height: 40px;
    font-size:14px;
    color: #666666;
    padding-left: 20px;
    margin-top:6px;
    position: relative;
    border-bottom: 1px dashed #e0e0e0;
}
.sitemap2 .site:after{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-10px;
    width: 10px;
    height: 20px;
    background:#fe0000;
}
.sort2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:40px auto 60px;
}
.sort2 a{
    width: 15%;
    margin-right: 2%;
    line-height: 60px;
    font-size:20px;
    color: #333333;
    background:#ededed;
    border-radius: 30px;
    text-align: center;
}
.sort2 a:nth-child(6n){
    margin-right: 0%;
}
.sort2 a:hover,.sort2 a.cur{
    background:#d44203;
    color: #fff;
}
.about1{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
}
.about1 .text{
    width: 50%;
    background:url(../images/about1_bg.jpg) no-repeat center;
    background-size: cover;
    padding:100px 84px 80px 16.5%;
}
.about1 .text h2{
    font-size:50px;
    color: #1a1a1a;
    font-family: "puhui85";
    line-height: 1;
}
.about1 .text .p1{
    font-size:30px;
    color: #1a1a1a;
    font-family: "puhui75";
    line-height: 1.6;
    margin:15px 0 25px;
}
.about1 .text .p1 span{
    color: #d44203;
}
.about1 .text .txt{
    font-size:16px;
    color: #333333;
    font-family: "puhui45";
}
.about1 .text .txt p{
    margin-bottom: 20px;
    line-height: 1.6;
}
.about1 .text .txt p:last-child{
    margin-bottom: 0;
}

.about1 .img1{
    width: 50%;
}
#about2{
    padding:85px 0 60px;
}
.about2{
    display: flex;
    flex-wrap: wrap;
    margin-top:40px;
}
.qywh_list{
    width: 474px;
}
.qywh_list li{
    display: flex;
    flex-wrap: wrap;
}
.qywh_list li:nth-child(2){
    flex-direction: row-reverse;
}
.qywh_list li .img1{
    width: 50%;
}
.qywh_list li .txt{
    width: 50%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:10px 35px;
    background:#f5f5f5;
    font-family: "puhui45";
}
.qywh_list li:last-child .txt{
    padding:10px 20px;
}
.qywh_list li .txt .img2{
    
}
.qywh_list li .txt h3{
    font-size:30px;
    color: #1a1a1a;
    line-height: 1;
    font-family: "puhui65";
    padding:14px 0 12px;
}
.qywh_list li .txt p{
    font-size:16px;
    color: #1a1a1a;
    line-height: 1.6;
}
.about2 .text{
    width: calc(100% - 490px);
    margin-left: 16px;
}
.about2 .text .img3{
    margin-bottom: 12px;
}
.about2 .text .txt1{
    background:#f5f5f5;
    padding:24px 80px;
    font-size:16px;
    color:#1a1a1a;    
}
.about2 .text .txt1 em{
    font-size:17px;
    color: #d44203;
    font-style: normal;
    font-family: "puhui65";
}
#about3{
    background:url(../images/about3_bg.jpg) no-repeat center;
    background-size: cover;
    padding:100px 0;
}
#about3 .index_t1 h2 span,#about3 .index_t1 p{
    color: #fff;
}
#about3 .index_t1 h2 span:before{
    background:url(../images/t_line1.png) no-repeat center;
}
#about3 .index_t1 h2 span:after{
    background:url(../images/t_line2.png) no-repeat center;
}
#about_honner{
    color: #fff;
    margin-top:45px;
    position: relative;
    padding:0 38px;
}
.about_honner{
    position: relative;
}
.about_honner:after{
    content:'';
    position: absolute;
    left:0;
    top:60px;
    width: 100%;
    height: 2px;
    background:rgba(255,255,255,.4);
}
#about_honner .swiper-slide{
    text-align: center;
}
#about_honner .swiper-slide .p1{
    line-height: 1;
    text-align: center;
    font-size:32px;
    color: #ffffff;
    height: 60px;
    position: relative;
}
#about_honner .swiper-slide .p1:after{
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -1.5px;
    width: 3px;
    height: 10px;
    background:#fff;
}
#about_honner .swiper-slide .p2{
    margin-top:20px;
    font-size:16px;
    color: #fff;
    line-height: 1.8;
}
#about_honner .swiper-button-prev,#about_honner .swiper-button-next{
    width: 66px;
    height: 66px;
    border-radius: 50%; 
    top:22px;
    margin-top:0;   
}
#about_honner .swiper-button-prev{
    background:url(../images/right1.png) no-repeat center #d44203;
    left:-66px;
    transform:rotate(-180deg);
}
#about_honner .swiper-button-prev:hover{
    background:url(../images/left1.png) no-repeat center #fff;
    transform:rotate(0deg);    
}
#about_honner .swiper-button-next{
    background:url(../images/right1.png) no-repeat center #d44203;
    right:-66px;
}
#about_honner .swiper-button-next:hover{
    background:url(../images/left1.png) no-repeat center #fff;
    transform:rotate(-180deg);    
}
#about4{
    padding:88px 0;
}
.about4_li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:34px 0 40px;
}
.about4_li li{
    padding:0 50px;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    font-size:20px;
    color: #333333;
    background:#ededed;
    cursor: pointer;
    margin-right: 12px;
    margin-bottom: 5px;
}
.about4_li li:last-child{
    margin-right: 0;
}
.about4_li li:hover,.about4_li li.cur{
    background:#d44203;
    color: #fff;
}
.about4_c{
    position: relative;
    height: 820px;
}
.about4_c .about4_tab{
    opacity: 0;
    z-index: -999;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
}
.about4_c .about4_tab.cur{
    opacity: 1;
    z-index: 999;
}
.about4_tab .swiper-slide{

    overflow: hidden;
    cursor: pointer;
    position: relative
}
.about4_tab .swiper-slide .img{
    border-radius: 8px;
}
.about4_tab .swiper-slide img{
    transition:all 0.5s ease-out;
}
.about4_tab .swiper-slide:hover img{
    transform:scale(1.1);
}
.about4_tab .swiper-slide p{
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    width: 100%;
    /*background: rgba(212,66,3,.5);*/
    font-size: 17px;
    color: #333;
    line-height: 1.5;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 10px;    
}
#about4 .swiper-button-prev,#about4 .swiper-button-next{
    width: 66px;
    height: 66px;
    border-radius: 50%; 
    top:50%;
    margin-top:-33px; 
    border:2px solid #d44203;  
}
#about4 .swiper-button-prev{
    background:url(../images/left1.png) no-repeat center;
    left:-98px;
}
#about4 .swiper-button-prev:hover{
    background:url(../images/right1.png) no-repeat center #d44203;
    transform:rotate(-180deg);   
}
#about4 .swiper-button-next{
    background:url(../images/left1.png) no-repeat center;
    right:-98px;
    transform:rotate(-180deg); 
}
#about4 .swiper-button-next:hover{
    background:url(../images/right1.png) no-repeat center #d44203;
    transform:rotate(0deg);    
}

#about5{
    padding:68px 0 90px;
    background:url(../images/about4_bg.jpg) no-repeat center;
    background-size: cover;
}
#about_honner2{
    margin-top:58px;
    position: relative;
}
#about_honner2 .swiper-slide{
    width: auto;
    text-align: center;
}
#about_honner2 .swiper-slide p{
    font-size:16px;
    color: #333333;
    text-align:center;
    margin-top:10px;
    line-height: 1.5;
}
#about_honner2 .swiper-button-prev,#about_honner2 .swiper-button-next{
    width: 66px;
    height: 66px;
    border-radius: 50%; 
    top:50%;
    margin-top:-33px; 
    border:2px solid #d44203;  
}
#about_honner2 .swiper-button-prev{
    background:url(../images/left1.png) no-repeat center;
    left:-98px;
}
#about_honner2 .swiper-button-prev:hover{
    background:url(../images/right1.png) no-repeat center #d44203;
    transform:rotate(-180deg);   
}
#about_honner2 .swiper-button-next{
    background:url(../images/left1.png) no-repeat center;
    right:-98px;
    transform:rotate(-180deg); 
}
#about_honner2 .swiper-button-next:hover{
    background:url(../images/right1.png) no-repeat center #d44203;
    transform:rotate(0deg);    
}

#about6{
    padding:68px 0 100px;
}
.hzhb_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:45px;
}
.hzhb_list li{
    /*width: calc(20% - 16px);*/
    /*margin-right: 20px;*/
    margin-bottom: 20px;
    width: 15%;
    margin-right: 2%;
}
.hzhb_list li:nth-child(6n){
    margin-right: 0;
}
/*#about_honner2 .swiper-wrapper{*/
/*    align-items: flex-end;*/
/*}*/
@media(max-width: 1600px){
    .sort2 a{
        line-height: 52px;
        font-size: 17px;        
    }
    .about1 .text{
        padding:50px 35px 30px 5%;
    }
    .about1 .text h2{
        font-size:32px;
    }
    .about1 .text .p1{
        font-size:20px;
        margin: 12px 0 15px;
    }
    .about1 .text .txt{
        font-size:14px;
    }
    .about1 .text .txt p{
        margin-bottom:10px;
    }
    .qywh_list li .txt h3{
        font-size:22px;
    }
    .qywh_list li .txt p{
        font-size:15px;
    }
    .about2 .text .txt1 {
        padding: 24px 50px;
        font-size: 15px;
    }
    #about_honner .swiper-slide .p2 {
        margin-top: 35px;
        font-size: 15px;
    }
    .about4_li li {
        padding: 0 30px;
        line-height: 50px;
        border-radius: 25px;
        font-size: 16px;
    }
    .about4_c{
        height:800px;
    }
    #about4 .swiper-button-prev, #about4 .swiper-button-next{
        width:50px;
        height:50px;        
    }
    #about4 .swiper-button-prev{
        left:-25px;
    }
    #about4 .swiper-button-next{
        right:-25px;
    }
    #about_honner2 .swiper-button-prev, #about_honner2 .swiper-button-next{
        width:50px;
        height:50px;
    }
    #about_honner2 .swiper-button-prev{
        left:-25px;
    }
    #about_honner2 .swiper-button-next{
        right:-25px;
    }
    #about_honner2 .swiper-slide p{
        font-size:15px;
    }
    .about4_tab .swiper-slide p{
        font-size: 16px;
    }
}
@media(max-width: 1440px){
    .about4_c{
        height:780px;
    }    
}
@media(max-width: 1360px){
    /*.about4_c{*/
    /*    height:580px;*/
    /*}    */
}
@media(max-width: 1280px){
    .about1 {
        margin-top: 30px;
    }   
    .qywh_list li .txt h3 {
        font-size: 20px;
    }
    #about_honner .swiper-button-prev{
        left:-33px;
    }
    #about_honner .swiper-button-next{
        right:-33px;
    }
    #about3{
        padding:90px 0;
    }
    .about4_c {
        height: 720px;
    }
    .about4_tab .swiper-slide p {
        font-size: 15px;
    }
}
@media(max-width: 1199px){
    .about1 .text h2{
        font-size:26px;
    }
    .about1 .text .p1{
        font-size:17px;
    }
    .about2{
        margin-top:30px;
    }
    /*.about4_c {*/
    /*    height: 480px;*/
    /*}*/
}
@media(max-width: 1099px){
    .about4_c{
        height:650px;
    } 
    #about_honner2 .swiper-slide p{
        font-size:14px;
    }
}
@media(max-width: 992px){
    .about1 .text{
        width:100%;
        padding:30px 20px;
    }
    .about1 .img1{
        width:100%;
    }
    .about4_c{
        height: 600px;
    }    
}
@media(max-width: 820px){
    .sort2 a {
        line-height: 48px;
        font-size: 15px;
    }  
    #about2,#about3,#about4,#about5{
        padding: 60px 0 ;
    }
    .about4_c{
        height: 550px;
    }   
    .qywh_list{
        width:50%;
    }
    .about2 .text{
        width:50%;
        margin-left:0;
    }
    .about2 .text .txt1 {
        padding: 15px 20px;
        font-size: 14px;
    }
    #about4 .swiper-button-prev{
        left:-5px;
    }
    #about4 .swiper-button-next{
        right:-5px;
    }
    #about_honner .swiper-slide .p1{
        font-size:26px;
    }
    #about_honner .swiper-slide .p2{
        margin-top: 20px;
        font-size: 14px;
    }
    #about_honner .swiper-button-prev{
        left:-5px;
    }
    #about_honner .swiper-button-next{
        right:-5px;
    }
    #about_honner2{
        margin-top:30px;
    }
    #about_honner2 .swiper-button-prev{
        left:-5px;
    }
    #about_honner2 .swiper-button-next{
        right:-5px;
    }
    #about6 {
        padding: 68px 0 50px;
    }
    .hzhb_list{
        margin-top:25px;
    }
}
@media(max-width: 640px){
    .sort2 {
        margin: 25px auto 40px;
    }
    .sort2 a {
        width:32%;
        line-height: 45px;
        font-size: 15px;
        margin-bottom:6px;
    }   
    .sort2 a:nth-child(3n){
        margin-right:0;
    }
    .about2 {
        margin-top: 25px;
    }
    .about1 {
        margin-top: 25px;
    }
    .about1 .text {
        padding: 25px 20px;
    }
    .about1 .text h2 {
        font-size: 22px;
    }
    .about1 .text .p1 {
        font-size: 16px;
    }
    .qywh_list li .txt h3 {
        font-size: 18px;
        padding: 12px 0 10px;
    }
    .qywh_list li .txt p {
        font-size: 14px;
    }
    #about2,#about3,#about4,#about5{
        padding: 40px 0 ;
    } 
    .qywh_list{
        width:100%;
    }
    .about2 .text{
        width:100%;
    }
    .about4_li{
        margin: 25px 0 25px;
    }
    .about4_li li{
        padding:0 15px;
    }
    #about_honner{
        margin-top:30px;
    }
    #about_honner .swiper-button-prev, #about_honner .swiper-button-next,#about4 .swiper-button-prev, #about4 .swiper-button-next{
        width: 50px;
        height: 50px;
        top:32px;
    }
    .about4_c{
        height: 500px;
    } 
    #about6 {
        padding: 40px 0 20px;
    }
    .hzhb_list li{
        margin-bottom:15px;
    }
    .about4_tab .swiper-slide p{
        font-size: 14px;
        padding: 7px 10px;
    }
    #about_honner2 .swiper-slide p{
        font-size:13px;
    }
}
@media(max-width:460px){
    .about4_c {
        height: 420px;
    }
    #about_honner2 .swiper-button-prev, #about_honner2 .swiper-button-next,#about4 .swiper-button-prev, #about4 .swiper-button-next{
        display:none;
    }
    .hzhb_list li{
        width: calc(20% - 8px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .hzhb_list li:nth-child(6n){
        margin-right: 10px;
    }
    .hzhb_list li:nth-child(5n){
        margin-right: 0;
    }
    .qywh_list li .txt .img2 img{
        max-height:32px;
    }
    .about4_tab .swiper-slide p{
        font-size: 13px;
        padding: 7px 7px 0;
    }
    .about4_li li{
        padding:0 12px;
        line-height: 40px;
        border-radius: 21px;
        font-size: 13px; 
        margin-right:6px;
    }
}


.contact1{

}
.c_contact{
    background:url(../images/contact_bg1.jpg) no-repeat left center #f5f5f5;
    background-size: cover;
    padding:68px 50px 40px 31%;
    margin-top:40px;
    margin-bottom: 30px;
}
.c_contact .p1{
    font-size:36px;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 10px;
}
.c_contact .p2{
    font-size:17px;
    color: #1a1a1a;
}
.c_contact .txt{
    font-size:16px;
    color: #666666;
    margin-top:25px;
}
.c_contact .txt p{
    padding-left: 25px;
}
.c_contact .txt p:nth-child(1){
    background:url(../images/contact_ico1.png) no-repeat left center;
}
.c_contact .txt p:nth-child(2){
    background:url(../images/contact_ico2.png) no-repeat left center;
}
.c_contact .txt p:nth-child(3){
    background:url(../images/contact_ico3.png) no-repeat 1px center;
}
.contact_list{

}
.contact_list li{
    background:#f5f5f5;
    padding:50px 60px 30px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px;
}
.contact_list li .text{
    width: 80%;
    max-width: 805px;
    padding-right: 30px;
}
.contact_list li .text .p1{
    font-size:30px;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.6;
}
.contact_list li .text .p2{
    font-size:17px;
    color: #1a1a1a;
    margin-bottom: 22px;
}
.contact_list li .text .txt{
    font-size:17px;
    color: #1a1a1a;
    line-height: 1.8;
    font-family: "puhui45";
}
.contact_list li .img1{
    width: 20%;
    max-width: 212px;
}
.contact2{
    padding:70px 0 95px;
}
.map1{
    width: 50%;
    float: left;
}
.message{
    width:45%;
    padding-right: 55px;
    float: right;
}
.message p.p1{
    font-size:26px;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 35px;
}
.message ul{

}
.message ul li{
    margin-bottom: 12px;
}
.message ul li input{
    width: 100%;
    line-height: 56px;
    border:1px solid #e0e0e0;
    padding:0 22px;
    font-size:16px;
    color: #999999;
    border-radius: 6px;
    outline: none;
}
.message ul li textarea{
    width: 100%;
    height: 155px;
    line-height: 56px;
    border:1px solid #e0e0e0;
    padding:0 22px;
    font-size:16px;
    color: #999999;
    border-radius: 6px;
    font-family: "微软雅黑";
    outline: none;
}
.mess_tn input{
    display: block;
    width: 187px;
    line-height: 60px;
    border-radius: 30px;
    background:#d44203;
    font-size:22px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border:none;
    outline: none;
    cursor: pointer;
    margin:25px auto 0;
}
@media(max-width: 1600px){
    .c_contact .p1{
        font-size:28px;
    }
    .c_contact .p2{
        font-size:15px;
    }
    .contact_list li .text .p1{
        font-size:24px;
    }
    .contact_list li .text .p2{
        font-size:15px;
    }
    .contact_list li .text .txt{
        font-size:16px;
        /*font-family: "puhui55";*/
    }
    .message p.p1{
        font-size:22px;
        margin-bottom: 20px;
    }
    .message ul li input{
        line-height: 50px;
        padding: 0 20px;
        font-size: 15px;        
    }
    .message ul li textarea {
        height: 150px;
        line-height: 50px;
        padding: 0 20px;
        font-size: 15px;
    }
    .mess_tn input {
        width: 160px;
        line-height: 52px;
        border-radius: 26px;
        font-size: 20px;
    }
}
@media(max-width: 1280px){
    
}
@media(max-width: 1199px){
    .c_contact {
        padding: 68px 35px 40px 33%;
    }
    .c_contact .p1 {
        font-size: 24px;
    }
    .c_contact .p2 {
        font-size: 14px;
    }
    .contact_list li .text .p1 {
        font-size: 22px;
    }
    .contact2 {
        padding: 40px 0 75px;
    }
    .message p.p1{
        font-size:17px;
    }
}
@media(max-width: 992px){
    .c_contact {
        padding: 50px 30px 30px 28%;
        background: url(../images/contact_bg1.jpg) no-repeat left bottom #f5f5f5;
        background-size: contain;
    }    
}
@media(max-width: 820px){
    .c_contact {
        padding: 35px 30px 30px 28%;
        margin-top: 25px;
    }    
    .contact_list li {
        padding: 35px 35px;
    }
    .contact_list li .text .p1 {
        font-size: 20px;
    }
    .map1{
        height:380px;
        overflow:hidden;
    }
    .message{
        padding-right:0;
    }
    .message ul li textarea{
        height:100px;
    }
}
@media(max-width: 640px){
    .c_contact {
        padding: 25px 16px;
        margin-top: 20px;
        background:#f5f5f5;
    } 
    .c_contact .p1 {
        font-size: 20px;
    }
    .c_contact .p2{
        font-size:13px;
    }
    .c_contact .txt{
        font-size:13px;
        margin-top: 20px;
    }
    .contact_list li {
        padding: 30px 16px;
    }
    .contact_list li .text{
        width:100%;
        padding-right:0;
    }
    .contact_list li .text .p1 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .contact_list li .text .p2 {
        font-size: 14px;
    }
    .contact_list li .img1{
        width:55%;
        margin:20px auto 0;
    }
    .contact2 {
        padding: 20px 0 45px;
    }
    .map1{
        width:100%;
        height:260px;
    }
    .message {
        width: 100%;
        padding-right: 0px;
        margin-top:25px;
    }
    .message p.p1{
        font-size:16px;
        margin-bottom:14px;
    }
    .mess_tn input {
        width: 135px;
        line-height: 46px;
        border-radius: 23px;
        font-size: 17px;
        margin: 15px auto 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:17px;
    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;
    }    
}













h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
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%);
    display: none!important;
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 180px;
    left:-185px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #d44203;
    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;
    border-radius: 5px;
}
.pageController a:hover{background-color:#d44203;color:#fff; text-decoration:none;border:#d44203 1px solid;}
.pageController .currPage {background-color: #d44203;color:#fff;border:#d44203 1px solid;border-radius: 5px;}
.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: #d44203;
    vertical-align: middle;
    border: 1px solid #d44203; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
    border-radius: 5px;
}
.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: #d44203;
    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;
}