/*头部样式*/
.head{
    padding:15px 0 0;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 999999;
    background:#fff;
    box-shadow: 0 0 10px #ccc;
}
header.c-head-hide.c-head-move{
    visibility: hidden;
    display: none;
}
header.c-head-hide{
    visibility: visible;    
    display: block;
}
.h157{
    height: 157px;
    width: 100%;
}
.wrap{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}
.head .wrap{
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
}
.h_wel{
    font-size:14px;
    color: #1a1a1a;
    font-family: "puhui45";
    margin-bottom: 22px;
    line-height: 1.6;
}
.logo{
    width: 30%;
}
.head_r{
    max-width: 70%;
}
.nav{
    display: flex;
    margin-top:30px;
}
.nav li{
    position: relative;
    margin-right: 35px;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 18px;
    color: #1a1a1a;
    text-align: center;
    font-family: "puhui65";
    line-height: 40px;
}
.nav li a.a1{
    padding-bottom: 35px;
}
.nav li:hover a.a1{
    color: #029948;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:75px;
    left:-50%;
    z-index: 999;
    background-color: #fff;
    width: 200%;
    box-shadow: 0 0 10px #ccc;
}
.nav li .b_nav a{
    font-size: 15px;
    color: #666;  
    line-height: 2em; 
    padding:3px 0; 
}
.nav li .b_nav a:hover{
    background:#029948;
    color: #fff;
}

.head_r_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}

.h_share{
    display: flex;
    flex-wrap: wrap;
}
.h_share li{
    position: relative;
    cursor: pointer;
    margin-right: 25px;
}
.h_share li .h_code{
    position: absolute;
    width: 120px;
    left:50%;
    margin-left: -60px;
    top:35px;
    display: none;
    z-index: 99;
}
.h_share li:hover .h_code{
    display: block;
}

#index_banner .swiper-slide{
    position: relative;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.banner_text .text{
    padding-top:6%;
}
.banner_text h3{
    font-size:60px;
    font-family: "puhui95";
    line-height: 1;
    color: #1a1a1a;
}
.banner_text p{
    font-size:16px;
    color: #1a1a1a;
    line-height: 1.6;
    margin:30px 0 45px;
}
a.more1{
    width: 164px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items:center;
    font-size:20px;
    color: #fff;
    font-family: "puhui75";
    background:#029948;
    border-radius: 24px;
}
@media(max-width: 1600px){
    .h157{
        height: 142px;
    }
    .wrap{
        width: 85%;
    }
    .h_wel{
        margin-bottom: 12px;
    }
    .nav li{
        margin-right: 30px;
    }
    .nav li a{
        font-size:17px;
    }
    .nav li a.a1 {
        padding-bottom: 20px;
    }
    .nav li .b_nav{
        top:60px;
    }
    .nav li .b_nav a{
        font-size:14px;
    }
    .banner_text .text {
        padding-top: 3%;
    }
    .banner_text h3{
        font-size:36px;
    }
    .banner_text p{
        font-size:16px;
        margin: 15px 0 25px;
    }
    a.more1 {
        width: 135px;
        height: 42px;
        font-size: 15px;
        border-radius: 21px;
    }
}
@media(max-width: 1280px){
    .head{
        padding:12px 0 0;
    }
    .wrap{
        width: 88%;
    }
    .h_wel {
        margin-bottom: 8px;
    }
    .nav{
        margin-top:15px;
    }
    .h157 {
        height: 124px;
    }
    .banner_text h3{
        font-size:32px;
    }
    .banner_text .text {
        padding-top: 0%;
    }
    .banner_text p {
        font-size: 16px;
        margin: 12px 0 20px;
    }
    a.more1 {
        width: 100px;
        height: 40px;
        font-size: 14px;
        border-radius: 20px;
    }
}
@media(max-width: 1199px){
    .wrap{
        width: 92%;
    }
    .logo img{
        max-height: 60px;
    }
    .nav li a {
        font-size: 16px;
    }
    .nav li a.a1 {
        padding-bottom: 12px;
    }
    .h157 {
        height: 114px;
    }
}
@media(max-width: 1024px){
    .banner_text {
    position: absolute;
    top: -98px;
    left: 40px;
    }
    .wrap{
        width: 94%;
    }  
    .nav li a{
        font-size:15px;
    }
    .banner_text h3{
        font-size:28px;
    }  
    a.more1 {
        width: 90px;
        height: 36px;
        font-size: 13px;
        border-radius: 18px;
    }
}
@media(max-width: 991px){
    .head {
        padding: 10px 0;
    }
    .h_wel,.nav,.search{
        display: none;
    }
    .menu-button{
        display: block;
    }
    .h157 {
        height: 80px;
    }
}
@media(max-width: 820px){

    .banner_text h3{
        font-size:36px;
    } 
}
@media(max-width: 640px){
    .head {
        padding: 8px 0;
    }
    .logo{
/*        width: 40%;*/
/*        float: none;*/
    }
    .logo img{
        max-height: 45px;
    }
    .menu-button{
        top:25px;
    }
    .h157 {
        height: 66px;
    }
}

/*搜索*/
.search{
    height: 100%;
    position: relative;
}
#formsearch{
    display: flex;
    width: 300px;
    border:1px solid #dbdbdb;
}
#keyword{
    width: 260px;
    line-height: 35px;
    outline: none;
    border:none;
    padding:0 10px;
    background:#f1f1f1;
}
#s_btn{
    width: 40px;
    height: 35px;
    background: url(../images/ss1.png) no-repeat center #f1f1f1;
    background-size: 15px;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
}
.search:hover #formsearch{
    display: flex;
}
.search_ts{
    position: absolute;
    top:42px;
    left:0;
    width: 100%;
    background: #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:991px){
    .search{
        margin-right:20px;
    }
}
@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%;
    }
}




.index1{

}
.index1_top{
    margin:42px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
.index1_top_l{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    width: calc(100% - 300px);
    padding-right: 70px;
}
.index1_top_l_t{
    background:url(../images/ss2.png) no-repeat left center;
    background-size: 66px;
    padding:8px 50px 15px 75px;
    position: relative;
    width: 260px;
}
.index1_top_l_t:before{
    content:'';
    position: absolute;
    right:16px;
    top:0;
    width: 2px;
    height: 100%;
    background:#d0d0d0;
}
.index1_top_l_t .p1{
    font-size:34px;
    font-family: "puhui85";
    line-height: 1;
    color: #029948;
}
.index1_top_l_t .p2{
    font-size:21px;
    color: #585859;
    font-family: "puhui85";
    line-height: 1;
    margin-top:8px;
}
.index_product_sort{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: calc(100% - 260px);
}
.index_product_sort a{
    display: flex;
    justify-content: center;
    align-items:center;
    width: 128px;
    height: 26px;
    background:#f0f0f0;
    font-size:14px;
    color: #585859;
    border-radius: 13px;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 6px;
}
.index_product_sort a:nth-child(4n){
    margin-right: 0;
}
.index_product_sort a:hover{
    background:#029948;
    color: #fff;
}
.search2{
    width: 300px;
}
.formsearch2{
    border:1px solid #d0d0d0;
    border-radius: 21px;
    width: 100%;
    display: flex;
    align-items:center;
}
#keyword2{
    width: calc(100% - 120px);
    border:none;
    outline: none;
    background:none;
    padding:0 15px;
    color: #585859;
}
#s_btn2{
    width: 120px;
    height: 42px;
    font-size:20px;
    color: #fff;
    text-align: center;
    background:#029948;
    border-radius: 21px;
    border:none;
    outline: none;
}
.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    width: calc(100% / 3 - 20px);
    margin-right: 30px;
    margin-bottom: 44px;
}
.case_list li:nth-child(3n){
    margin-right: 0;
}
.case_list li a{

}
.case_list li .text{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:34px;
}
.case_list li .text h3{
    font-size:22px;
    color: #029948;
    font-family: "puhui85";
    line-height: 32px;
    position: relative;
}
.case_list li .text h3:before{
    content:'';
    position: absolute;
    left:0;
    top:-12px;
    width: 53px;
    height: 2px;
    background:#029948;
}
.case_list li .text span{
    display: flex;
    align-items:center;
    justify-content: center;
    width: 80px;
    height: 32px;
    font-size:14px;
    color: #fff;
    background:#5a5a5a;
    border-radius: 16px;
}
.case_list li:hover .img img{
    transform:scale(1.1);
}
.case_list li:hover .text span{
    background:#029948;
}
@media(max-width: 1600px){
    .index1_top_l{
        width: calc(100% - 260px);
    }
    .index1_top_l_t {
        background: url(../images/ss2.png) no-repeat left center;
        background-size: 50px;
        padding: 8px 35px 10px 55px;
        width: 200px;
    }
    .index1_top_l_t:before{
        right:20px;
    }
    .index1_top_l_t .p1{
        font-size:26px;
    }
    .index1_top_l_t .p2{
        font-size:16px;
    }
    .index_product_sort {
        width: calc(100% - 200px);
    }
    .search2 {
        width: 260px;
    }
    #keyword2 {
        width: calc(100% - 90px);
    }
    #s_btn2{
        width: 90px;
        font-size:16px;
    }

    .case_list li .text h3{
        font-size:20px;
    }
    .case_list li .text span{
        width: 70px;
        height: 28px;
        font-size: 13px;
        border-radius: 14px;
    }
}
@media(max-width: 1280px){
    .index1_top_l{
        padding-right: 35px;
    }
    .index_product_sort a{
        font-size:13px;
    }
}
@media(max-width: 1099px){
    .index1_top_l_t {
        background: url(../images/ss2.png) no-repeat left center;
        background-size: 35px;
        padding: 8px 25px 8px 50px;
        width: 185px;
    }
    .index1_top_l_t .p1 {
        font-size: 24px;
    }
    .index1_top_l_t .p2 {
        font-size: 14px;
    }
    .index_product_sort {
        width: calc(100% - 185px);
    }
}
@media(max-width: 991px){
    .case_list li .text h3{
        font-size:18px;
    }
    .index1_top_l {
        padding-right: 0px;
        width: 100%;
    }
    .search2{
        display: none;
    }
}
@media(max-width: 820px){

}
@media(max-width: 767px){
    .index1_top_l_t{
        width: 100%;
    }
    .index1_top_l_t:before{
        display: none;
    }
    .index_product_sort{
        width: 100%;
        margin-top:15px;
    }
    .index1_top{
        margin:40px 0 25px;
    }
    .index_product_sort a {
        font-size: 12px;
    }
}
@media(max-width: 640px){
    .case_list li{
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 15px;
    }
    .case_list li:nth-child(3n){
        margin-right: 20px;
    }
    .case_list li:nth-child(2n){
        margin-right: 0;
    }
    .case_list li .text{
        margin-top:25px;
    }
    .case_list li .text h3{
        font-size:16px;
    } 
    .case_list li .text h3:before{
        top:-8px;
        width: 42px;
    }  
}



.index_news{
    padding:90px 0 50px;
}
.index_news .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_news_cont{
    width:calc(50% - 18px);
}
.index_t1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
.index_t1 h2{
    font-size:26px;
    color: #1c1c1c;
    line-height: 1;
    font-family: "puhui85";
}
.index_t1 span{
    font-size:16px;
    color: #029948;
    position: relative;
    padding-right: 15px;
    background:url(../images/more1.png) no-repeat right center;
}
.news_list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:42px;
}
.news_list1 li{
    width:calc(50% - 18px);
}
.news_list1 li h3{
    position: relative;
    font-size:20px;
    color: #1f1f1f;
    padding-top:10px;
    font-family: "puhui85";
    line-height: 1.4em;
    height: calc(2.8em + 10px);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list1 li h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 53px;
    height: 2px;
    background: #029948;
}
.news_list1 li .txt{
    font-size:16px;
    color: #4c4c4c;
    margin-top:10px;
    line-height: 1.4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list1 li font{
    display: flex;
    align-items:center;
    justify-content: center;
    width: 80px;
    height: 32px;
    background:#5a5a5a;
    border-radius: 16px;
    font-size:14px;
    color: #fff;
    margin-top:75px;
}
.news_list1 li:hover h3{
    color: #029948;
}
.news_list1 li:hover font{
    background:#029948;
}
@media(max-width: 1600px){
    .news_list1 li h3{
        font-size:18px;
    }
    .news_list1 li .txt{
        font-size:15px;
    }
    .news_list1 li font{
        margin-top:45px;
    }

}
@media(max-width: 1280px){
    .index_news {
        padding: 75px 0 40px;
    }

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

}
@media(max-width: 991px){
    .index_news_cont{
        width: 100%;
    }
    .index_news_cont2{
        margin-top:40px;
    }
    .news_list1 li h3{
        font-size:16px;
    }
    .news_list1 li .txt{
        font-size:14px;
    }
    .news_list1 li font{
        margin-top:30px;
    }
}
@media(max-width: 820px){
    .index_news {
        padding: 55px 0 30px;
    }
    .index_t1 h2{
        font-size:24px;
    }
    .news_list1{
        margin-top:30px;
    }
    .news_list1 li font{
        margin-top:20px;
    }

}
@media(max-width: 640px){
    .index_news {
        padding: 40px 0 25px;
    }
    .index_t1 h2{
        font-size:22px;
    } 
    .news_list1{
        margin-top:20px;
    }  
}


.index_bottom{
    padding-bottom: 80px;
}
.index_bottom_a{
    border-top:1px solid #dfdfdf;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:17px 0 25px;
}
.index_bottom_a a{
    border-right:1px solid #dfdfdf;
    width: 25%;
    text-align: center;
    padding:10px;
}
.index_bottom_a a:last-child{
    border-right: none;
}
.index_bottom_a a p{
    margin-top:16px;
    display: flex;
    justify-content: center;
    align-items:center;
    line-height: 27px;
}
.index_bottom_a a p i{
    background:url(../images/jt1.png) no-repeat center;
    background-size: contain;
    width: 19px;
    height: 27px;
    margin-right: 10px;
}
.index_bottom_a a p font{
    font-size:20px;
    color: #1c1c1c;
    font-family: "puhui65";
}
.index_bottom .text{
    font-size:24px;
    color: #fff;
    font-family: "puhui65";
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 220px;
    background:url(../images/bottom_bg.jpg) no-repeat center;
    background-size: cover;
}
.index_bottom .text p{
    max-width: 675px;
    margin:0 auto;
    line-height: 1.6;
}
.num_list{
    display: flex;
    flex-wrap: wrap;
}
.num_list li{
    background:#dadada;
    text-align: center;
    width: calc(100% / 3);
    border-right: 1px solid #ffffff;
    padding:62px 15px;
}
.num_list li:last-child{
    border-right: none;
}
.num_list li .p1{
    font-size:24px;
    color: #565656;
    line-height: 1.2;
    font-family: "puhui65";
}
.num_list li .p2{
    font-size:42px;
    color: #1a1a1a;
    line-height: 1;
    font-family: "puhui85";
    margin-top:16px;
}
@media(max-width: 1600px){
    .index_bottom_a a .img1 img{
        max-width: 65px;
    }
    .index_bottom .text{
        font-size:20px;
        height: 180px;
    }
    .num_list li{
        padding:50px 12px;
    }
    .num_list li .p1{
        font-size:20px;
    }
    .num_list li .p2{
        font-size:36px;
    }
}
@media(max-width: 1280px){
    .index_bottom_a a .img1 img{
        max-width: 55px;
    }
    .index_bottom_a a p,.index_bottom_a a p font{
        font-size:15px;
    }
    .index_bottom .text{
        font-size:18px;
        height: 160px;
    }
    .num_list li{
        padding:40px 12px;
    }
    .num_list li .p1{
        font-size:18px;
    }
    .num_list li .p2{
        font-size:30px;
        margin-top: 10px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .num_list li{
        padding:30px 12px;
    }
    .num_list li .p1{
        font-size:16px;
    }
    .num_list li .p2{
        font-size:26px;
    }
}
@media(max-width: 820px){
    .index_bottom {
        padding-bottom: 55px;
    }
    .index_bottom_a a .img1 img{
        max-width: 45px;
    }
    .index_bottom_a a p,.index_bottom_a a p font{
        font-size:14px;
    }
    .index_bottom_a a p {
        margin-top: 12px;
    }
}
@media(max-width: 640px){
    .index_bottom {
        padding-bottom: 40px;
    }
    .index_bottom_a{
        padding:15px 0;
    }
    .index_bottom_a a{
        padding:5px 10px;
    }
    .index_bottom_a a .img1 img {
        max-width: 40px;
    }
    .index_bottom_a a p{
        margin-top:8px;
    }
    .index_bottom_a a p i{
        margin-right: 6px;
        width: 15px;
        height: 21px;
        display: none;
    }
    .index_bottom .text{
        font-size:16px;
        height: 150px;
    }
    .num_list li{
        padding:20px 10px;
    }
    .num_list li .p1{
        font-size:14px;
    }
    .num_list li .p2{
        font-size:20px;
    }
}



/*页面底部*/
footer{
    background:#333;
}
.foot{
    display: flex;
    justify-content: space-between;
    padding:50px 0 30px;
    border-bottom: 1px solid #4d4d4d;
}
.foot_l{
    width: 35%;
}
.f_logo{

}
.f_nav{
    display: flex;
    justify-content: space-between;
    width: 66%;
}
.f_nav dl{
    color: #999;
    width: calc(25% - 36px);
    margin-right: 48px;
}
.f_nav dl dt{
    font-size:18px;
    color: #ffffff;
    margin-bottom: 10px;
    border-bottom: 1px solid #919191;
    padding-bottom: 14px;
}
.f_nav dl dd{

}
.f_nav dl dd a{
    display: block;
    font-size:14px;
    color: #cccccc;
    position: relative;
    padding-left: 10px;
    margin-bottom: 2px;
    background:url(../images/jt2.png) no-repeat left center;
    font-family: "puhui45";
}
.f_nav dl dd a:last-child{
    margin-bottom: 0;
}
.f_nav dl dd a:hover{
    color: #fff;
}
.f_code{
    text-align: center;
}
.f_code p{
    font-size:14px;
    line-height: 1.6;
    margin-top:18px;
    color: #cccccc;
    font-family: "puhui45";
}
.copyright {
    line-height: 24px;
    padding:10px 0;
    color: #cccccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: "puhui45";
}
.copyright a{
    color: #cccccc;  
    font-family: "puhui45"; 
}
.copyright a:hover{
    color: #fff;
}
.copyright_r span{
    margin:0 10px;
}
@media(max-width: 1600px){

}
@media(max-width: 1280px){
    .f_nav{
        width: 70%;
    }
}
@media(max-width: 1199px){
    .f_nav dl {
        width: calc(25% - 22.5px);
        margin-right: 30px;
    }
    .f_nav dl dt{
        padding-bottom: 8px;
        font-size:16px;
    }
}
@media(max-width: 991px){
    .foot {
        padding: 35px 0 20px;
    }
    .f_nav{
        width: 78%;
    }
}
@media(max-width: 820px){

}
@media(max-width: 767px){
    .f_nav{
        display: none;
    }
    .f_code{
        width: 100%;
    }
    .f_code p{
        margin-top:10px;
    }
    .copyright_l,.copyright_r{
        width: 100%;
        text-align: center;
    }
}
@media(max-width: 640px){
    footer{
        margin-bottom:56px;
    }    
}



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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.n_banner img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    /*display: block;*/
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    display: none;
}
.n_banner_text h2{
    font-size:60px;
    color: #fff;
    font-family: "puhui65";
    padding-top:50px;
}
.sitemp {
    margin:50px 0 30px;
}
.site{
    font-size: 14px;
    color: #666;
    padding-left: 22px;
    background: url(../images/home.png) no-repeat left 6px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 7px;
}
.n_t1{
    font-size:32px;
    text-align: center;
    color: #333;
}
@media(max-width: 1600px){
    .n_banner_text h2{
        font-size:52px;
    }
    .n_t1{
        font-size:28px;
    }
    .sitemp {
        margin:35px 0 20px;
    }
}
@media(max-width: 1280px){
    .n_banner_text h2{
        font-size:46px;
    }
}
@media(max-width: 1024px){
    .n_banner_text h2{
        font-size:42px;
    }    
}
@media(max-width: 991px){
    .n_t1{
        font-size:24px;
    }
}
@media(max-width: 820px){
    .n_banner_text h2{
        font-size:36px;
        padding-top:0;
    }    
}
@media(max-width: 767px){
    .n_banner_text h2{
        font-size:26px;
    }  
    .n_t1{
        font-size:20px;
    } 
    .sitemp {
        margin:25px 0 20px;
    } 
}


/*产品*/
.n_product,.n_search{
    padding:10px 0 100px;
}
.n_product_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}
.n_product_top .text{
    width: 36%;
}
.n_product_top .text h3{
    font-size: 32px;
    color: #029948;
    font-family: "puhui55";
    font-weight: normal;
    line-height: 1.4;
}
.n_product_top .text p.p1{
    font-size: 16px;
    color: #029948;
}
.n_product_top .text .txt{
    margin-top:30px;
    /*font-size:15px;*/
}
.n_product_top .img{
    width: 60%;
    background: url(../images/p_bg1.jpg) no-repeat center;
    background-size: cover;
}
.n_product_top .img img{
    width: 100%;
}
.n_product_title{
    font-size: 28px;
    color: #212529;
    line-height: 1.4;
    /*padding-bottom: 5px;*/
    /*border-bottom: 1px solid #d7d7d7;*/
    margin-bottom: 25px;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 35px;
}
.product_list li:nth-child(2n){
    margin-right: 0;
}
.product_list li a{
    border-top:1px solid #d7d7d7;
    display: block;
    padding:15px 0 0;
}
.product_list li h3{
    font-size:20px;
    font-family: "puhui55";
    line-height: 1.3em;
    height: 2.6em;
    color: #029948;
    margin-bottom: 5px;
}
.product_list li .text{
    border-top:1px solid #d7d7d7;
    padding-top:15px;
    margin-top:15px;
}
.product_list li .text h3{
    font-size:20px;
    font-family: "puhui55";
    line-height: 1.4;
    color: #029948;
    /*margin:15px 0 0px;*/
}
.product_list li .text,.product_list li .text1{
    font-size:14px;
    line-height: 1.8;
    /*display: none;*/
}
.product_list li .img,.product_list li .img1{
    background: url(../images/p_bg1.jpg) no-repeat center;
    background-size: cover;
}
.product_list li:hover .img img{
    transform:scale(1.05);
}
.product_list li:hover .text p{
    
}
.product_detail{
    padding:5px 0 0;
}
.product_detail .wrap{
    /*background: #fff;*/
    /*padding: 20px 30px;*/
}
.product_detail h1{
    font-size:32px;
    color: #029948;
    line-height: 1.4;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}
.pd1{
    display: flex;
    flex-wrap: wrap;
    padding:50px 0;
}
.p_t1{
    font-size:24px;
    color: #029948;
    line-height: 1.4;
    margin-bottom: 10px;
}
.pd1 .img{
    width: 60%;
    background: url(../images/p_bg1.jpg) no-repeat center;
    background-size: cover;
}
#product_detail_scroll{
    /*background: url(../images/p_bg1.jpg) no-repeat center;*/
    /*background-size: cover;    */
}
#product_detail_scroll .swiper-slide{
    position: relative;
}
#product_detail_scroll .swiper-slide figure{
    display: block;
    width: 100%;
}
#product_detail_scroll .swiper-slide img{
    /*position: relative;*/
    z-index: 1;
    cursor: pointer;
    width: 100%;
}
.pd1 .txt{
    width: 40%;
    padding-left: 80px;
}
.pd1 .txt p{
    font-size:16px;
}
.pd2{
    display: none;
}
.p_table{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}
.p_table::-webkit-scrollbar{
    width:6px;
    height:5px;
    background-color:#029948;
}
.p_table table{
    border-top:1px solid #dcdcdc;
    border-left:1px solid #dcdcdc;
}
.p_table table tr td{
    border-bottom:1px solid #dcdcdc;
    border-right:1px solid #dcdcdc;
    font-size:14px;
    padding:3px;
    line-height: 1.3;
}
.p_table table tr:nth-child(1) td{
    font-size:18px;
}
.pd3{
    padding:55px 0;
}
.pd3 p,.pd4 p{
    font-size:16px;
}
.pd4{
    padding: 0 0 55px;
}
@media(max-width: 1600px){
    .n_product_top{
        margin-bottom:70px;
    }
    .n_product_top .text h3{
        font-size:28px;
    }
    .n_product_top .text p.p1{
        font-size:15px;
    }
    .product_list li h3{
        font-size:18px;
    }
    .product_list li{
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 25px;
    }
    .product_list li .text h3{
        font-size:18px;
    }
    .product_list li .text ,.product_list li .text1{
        font-size:13px;
    }
    .product_detail h1{
        font-size:28px;
    }
    .pd1,.pd3{
        padding:35px 0;
    }
    .pd1 .txt{
        padding-left: 55px;
    }
    .p_t1{
        font-size:20px;
    }
    .pd1 .txt p,.pd3 p, .pd4 p{
        font-size:14px;
    }
    .pd4{
        padding-bottom: 35px;
    }
    .p_table table tr:nth-child(1) td{
        font-size:16px;
    }
    .p_table table tr td{
        font-size:13px;
    }
}
@media(max-width: 1280px){
    .n_product,.n_search{
        padding:10px 0 75px;
    }
    .product_detail h1{
        font-size:24px;
    }
    .pd1 .txt{
        padding-left: 45px;
    }
    .p_table table tr:nth-child(1) td{
        font-size:14px;
    }
    .p_table table tr td{
        font-size:12px;
    }
}
@media(max-width: 1024px){
    /*.product_list li{*/
    /*    width: 23.5%;*/
    /*}*/
    /*.product_list li:nth-child(3n){*/
    /*    margin-right:2%;*/
    /*}*/
    /*.product_list li:nth-child(4n){*/
    /*    margin-right:0;*/
    /*}*/
    .product_detail h1{
        font-size:20px;
    }
    .product_detail {
        padding: 15px 0 0;
    }
    .pd1 .txt{
        padding-left: 35px;
    }
}
@media(max-width: 820px){
    .n_product_top{
        margin-bottom:55px;
    }
    .n_product_top .text h3{
        font-size:22px;
    }
    .n_product_top .text p.p1{
        font-size:14px;
    }
    .product_list li{
        margin-bottom:15px;
    }
    .product_list li h3{
        font-size:16px;
    }
    .n_product,.n_search{
        padding:10px 0 55px;
    }
    .product_detail h1{
        font-size:18px;
    }
}
@media(max-width: 640px){
    .n_product_top {
        margin-bottom: 30px;
    }
    .n_product_top .text{
        width:47%;
    }
    .n_product_top .text h3{
        font-size:18px;
    }
    .n_product_top .text p.p1 {
        font-size: 13px;
    }
    .n_product_top .text .txt{
        margin-top:5px;
        font-size:12px;
        line-height:1.6;
        display:none;
    }
    .n_product,.n_search{
        padding:0px 0 40px;
    }
    .n_product_title{
        font-size:24px;
        margin-bottom:8px;
    }
    .product_list li{
        /*width: 48%;*/
        /*margin-right:4%;*/
        margin-bottom:12px;
    }
    /*.product_list li:nth-child(3n){*/
    /*    margin-right: 4%;*/
    /*}*/
    /*.product_list li:nth-child(2n){*/
    /*    margin-right: 0%;        */
    /*}*/
    .product_list li a{
        padding:12px 0 0;
    }
    .product_list li h3 {
        font-size: 15px;
    }
    .product_list li .text {
        padding-top: 12px;
        margin-top: 12px;
        font-size:13px;
        line-height:1.6;
    }
    .product_detail {
        padding: 5px 0 0;
    }
    .product_detail h1{
        font-size:16px;
    }
    .pd1 .txt{
        padding-left: 20px;
    }
    .pd1{
        padding:20px 0;
    }
    .p_t1{
        font-size:16px;
        margin-bottom: 6px;
    }
    .pd1 .txt p{
        font-size:13px;
    }
    .pd2{
        padding-top:20px;
    }
}
@media(max-width: 520px){
    /*.product_list li{*/
    /*    width: 100%;*/
    /*    margin-right:0%;*/
    /*}*/
    .pd1 .img{
        width:100%;
    }
    .pd1 .txt{
        width:100%;
        padding-left:0;
        margin-top:15px;
    }
}

.dingwei {
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
    width: 100%;
}
/*关于我们*/
.about1{
    position: relative;
    padding:10px 0 100px;
}
.about1 .text{
    font-size:18px;
    margin-top:20px;
    line-height: 1.5;
}
.about2{
    background:url(../images/about2_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.qywh_list{
    display: flex;
    flex-wrap: wrap;
}
.qywh_list li{
    width: calc(100% / 3);
    height: 700px;
    text-align:center;
    color: #fff;
    padding:120px 20px 20px;
}
.qywh_list li .p1{
    font-size:44px;
    font-family: "puhui85";
    line-height: 1.1;
    text-transform: uppercase;
}
.qywh_list li .p2{
    font-size:30px;
    line-height: 1;
    padding-top:50px;
    margin-top:30px;
    position: relative;
}
.qywh_list li .p2:before{
    content:'';
    position: absolute;
    top:0;
    left:50%;
    margin-left:-28.5px;
    width: 57px;
    height: 4px;
    background:#fff;
}
.qywh_list li .txt{
    font-size:16px;
    line-height: 2em;
    height: 10em;
    margin-bottom:65px;
    margin-top:30px;
}
.qywh_list li .txt2{
    font-size:20px;
    color: #fff;
    opacity: .4;
    line-height: 1.6;
}
.qywh_list li .txt2 span{
    display: block;
    margin-top:3px;
}
.qywh_list li:hover{
    background:#029948;
}
.qywh_list li:hover .txt2{
    opacity: 1;
}
.about3{
    padding:100px 0;
    position: relative;
}
.about_ys{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:50px;
}
.about_ys li{
    width: calc(50% - 10px);
    margin-bottom: 20px;
    background:#f2f2f2;
    border-radius: 10px;
    padding:60px 78px 40px;
}
.about_ys li .p1{
    font-size:60px;
    color:#cccccc;
    font-family: "puhui95";
    line-height: 1;
}
.about_ys li .txt{
    font-size:16px;
    color: #4c4c4c;
    margin-top:15px;
    line-height: 1.8;
}
@media(max-width: 1600px){
    .about1{
        padding:10px 0 95px;
    }
    .about1 .text{
        font-size:15px;
        margin-top:15px;
    }
    .about3{
        padding:95px 0;
    }
    .about_ys{
        margin-top:40px;
    }
    .about_ys li {
        padding: 45px 55px 40px;
    }
    .about_ys li .p1{
        font-size:46px;
    }
    .about_ys li .txt{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .about1{
        padding:10px 0 75px;
    }
    .qywh_list li {
        padding: 75px 20px 20px;
        height: 560px;
    }
    .qywh_list li .p1 {
        font-size: 30px;
    }
    .qywh_list li .p2 {
        font-size: 24px;
        padding-top: 30px;
        margin-top: 20px;
    }
    .qywh_list li .txt {
        margin-bottom: 35px;
        margin-top: 20px;
    }
    .about3{
        padding:75px 0;
    }  
    .about_ys li .p1{
        font-size:42px;
    }  
}
@media(max-width: 1024px){
    .about_ys li {
        padding: 30px 30px;
    }    
}
@media(max-width: 820px){
    .about1{
        padding:10px 0 55px;
    }
    .about3{
        padding:55px 0;
    }
    .about_ys{
        margin-top:30px;
    }
    .about_ys li {
        padding: 20px 20px;
    }    
}
@media(max-width: 640px){
    .about1{
        padding:10px 0 40px;
    }
    .about1 .text{
        font-size:14px;
        margin-top:10px;
    }
   .qywh_list li{
        height:auto;
        width:100%;
        padding:25px 15px;
        border-bottom:1px solid rgba(255,255,255,.3);
    }
    .qywh_list li:last-child{
        border-bottom:none;
    }
    .qywh_list li .txt{
        height:auto;
    }
    .qywh_list li .p1 {
        font-size: 24px;
    }
    .qywh_list li .p2 {
        font-size: 20px;
        padding-top: 25px;
        margin-top: 15px;
    }
    .qywh_list li .txt {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .about3{
        padding:40px 0;
    }
    .about_ys{
        margin-top:20px;
    }
    .about_ys li{
        width:100%;
        margin-bottom:15px;
    }
    .about_ys li .p1 {
        font-size: 36px;
    }
    .about_ys li .txt{
        margin-top:10px;
    }    
}


/*case*/
.n_case{
    padding:0 0 100px;    
}
.case_detail_top{
    display: flex;
}
.case_detail_top .text{
    width: 50%;
    padding-right: 50px;
}
.case_detail_top .text h1{
    font-size:24px;
    color: #029948;
    line-height: 1.6;
}
.case_detail_top .text h1 span{
    font-size:16px;
}
.case_detail_top .text .txt{
    margin-top:30px;
    font-size:16px;
    color: #333;
    line-height: 1.6;
}


.case_detail_top .img{
    width: 50%;    
}
.case_detail_top .img img{
    width: 100%;
}
.case_cont{
    background: #fff;
    padding: 30px 50px;  
}
.case_li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    border-bottom: 1px solid #dee2e6;
}
.case_li p{
    padding: 5px 15px;
    background: #696969;
    color: #fff;
    text-align: center;
    font-size:20px;
    margin-right: 3px;
    cursor: pointer;
}
.case_li p:last-child{
    margin-right: 0;
}
.case_li p.cur,.case_li p:hover{
    background:#029948;
    color: #fff;
}
.case_table{

}
.case_tab{
    display: none;

}
.case_tab1 p{
    font-size:16px;
}
.case_tab1 p strong{
    font-size:18px;
    color: #029948;
}
.case_product{
    display: flex;
    flex-wrap: wrap;
}
.case_product li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.case_product li:nth-child(3n){
    margin-right: 0;
}
.case_product li a{
    display: block;
    border-top: 1px solid #d7d7d7;
    padding: 15px 0 0;
}
.case_product li h3{
    font-size:20px;
    font-family: "puhui55";
    line-height: 1.3em;
    height: 2.6em;
    color: #029948;
    margin-bottom: 5px;
}
.case_product li .text1{
    border-top:1px solid #d7d7d7;
    padding-top:15px;
    margin-top:15px;
}
.case_product li .text1 p{
    font-size:14px;
}

.yyal_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yyal_list li{
    display: flex;
    flex-wrap: wrap;
    border:1px solid #dee2e6;
    width: 48%;
    margin-bottom: 30px;
}
.yyal_list li .img2{
    width: 40%;
}
.yyal_list li .text2{
    width: 60%; 
    padding:20px 25px;   
}
.yyal_list li .text2 .p1{
    font-size: 16px;
    font-family: "puhui65";
    line-height: 1.2;
    margin-bottom: 5px;
    color: #333;
}
.yyal_list li .text2 .p2{
    font-size:14px;
    line-height: 1.5;
}
.case_bottom{
    margin-top:55px;
}
.case_bottom .n_t1{
    margin-bottom: 30px;
    text-align: left;
}
@media(max-width: 1600px){
    .case_detail_top .text{
        padding-right: 35px;
    }
    .case_detail_top .text h1{
        font-size:22px;
    }
    .case_cont{
        padding: 30px 30px;  
    }
    .case_li p {
        padding: 5px 15px;
        font-size: 16px;
    }
    .case_product li,.yyal_list li{
        margin-bottom: 25px;
    }
    .case_detail_top .text .txt,.case_tab1 p{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .n_case {
        padding: 0 0 75px;
    }    
    .case_detail_top .text h1{
        font-size:20px;
    }
    .case_detail_top .text .txt{
        margin-top:20px;
    }
    .case_cont{
        padding: 25px 25px;  
    }
    .case_bottom {
        margin-top: 35px;
    }
}
@media(max-width: 1099px){
    
}
@media(max-width: 820px){
    .n_case {
        padding: 0 0 55px;
    } 
    .case_detail_top .text{
        padding-right: 25px;
    }
    .case_cont{
        padding: 20px 20px;  
    }
    .case_li {
        /*margin-top: 40px;*/
        margin-bottom: 25px;
    }
    .case_li p {
        padding: 5px 12px;
        font-size: 15px;
    } 
    .case_tab{
        padding:0;
    }  
    .case_bottom .n_t1{
        margin-bottom: 20px;
    }
}
@media(max-width: 640px){
    .n_case {
        padding: 0 0 40px;
    } 
    .case_detail_top .text{
        padding-right: 20px;
    }
    .case_detail_top .text .txt {
        margin-top: 15px;
    }
    .case_cont{
        padding: 15px 15px;  
    }
    .case_li {
        margin-top: 30px;
        /*margin-bottom: 15px;*/
    }
    .case_li p {
        padding: 3px 10px;
        font-size: 14px;
    } 
    .case_product li{
        width: 49%;
        margin-bottom: 15px;
    }
    .case_product li:nth-child(3n){
        margin-right: 2%;
    }
    .case_product li:nth-child(2n){
        margin-right: 0;
    }
    .case_product li h3{
        font-size:16px;
    }
    .case_product li .text1{
        font-size:13px;
        line-height: 1.6;
    }
    .yyal_list li{
        margin-bottom: 15px;
    }
    .case_bottom .n_t1{
        margin-bottom: 15px;
    }
    .case_bottom {
        margin-top: 20px;
    }
}
@media(max-width: 460px){
    .case_detail_top{
        flex-wrap:wrap;
    }
    .case_detail_top .text{
        width:100%;
        padding-right:0;
    }
    .case_detail_top .text .txt{
        margin-top:12px;
    }
    .case_detail_top .img{
        width:100%;
        margin-top:12px;
    }
    .yyal_list li{
        width: 100%;
        margin-bottom: 12px;
    }
}

/*下载*/
.n_download{
    padding:0 0 100px;
}
.download_list{
    padding: 40px 0px 0;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.download_list li{
    line-height:80px;
    height: 86px;
    border:1px solid #e5e5e5;
    /*background:url(../images/d_icon1.png) no-repeat 30px center;*/
/*    display: flex;
    justify-content: space-between;*/
    margin-bottom: 20px;
    width: 48%;
    position: relative;
    overflow: hidden;
    margin-right: 4%;
    display: flex;
    flex-wrap: wrap;
}
.download_list li:nth-child(2n){
    margin-right: 0;
}
.download_list li h1{
    width: calc(100% - 90px);
    /*white-space: nowrap; */
    /*text-overflow: ellipsis;*/
    /*overflow: hidden; */
    float: left;   
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}
.download_list li .xiaz{
    display: flex;
    width: 90px;
    height: 100%;
    background: #029948;
    float: right;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
/*    position: absolute;
    right: 1px;
    top:1px;*/
}
.download_list li .xiaz .img{
    line-height: 1;
}
.download_list li .xiaz img{
    width: 30px;
}
.download_list li .xiaz p{
    line-height: 1;
    margin-top:10px;
}
/*.download_list li .xiaz img{*/
/*    width: 100%;*/
/*}*/
@media(max-width: 1600px){
    .sort{
        margin-top: 46px;
    }
    .n_download{
        padding:0 0 95px;
    }
    .n_download h2{
        font-size:32px;
    }
    .download_list {
        padding: 50px 0px 0;
    }
    .download_list li {
        /*padding-left: 60px;*/
        /*background: url(../images/d_icon1.png) no-repeat 20px center;*/
        margin-bottom:15px;
    }
    .download_list li h1{
        font-size:16px;
        
    }
}
@media(max-width: 1280px){
    .n_download{
        padding:0 0 75px;
    }    
}
@media(max-width: 1199px){ 
    .n_download h2{
        font-size:26px;
    }
}
@media(max-width: 820px){
    .n_download{
        padding:0 0 55px;
    } 
    .n_download h2{
        font-size:22px;
    }
    .download_list {
        padding: 20px 0px 0;
    }
    .download_list li {
        /*background: url(../images/d_icon1.png) no-repeat 12px center;*/
        margin-bottom:15px;
    } 
    .download_list li h1{
        padding-left: 20px;
        
    }    
}
@media(max-width: 767px){
    .n_download{
        padding:0 0 40px;
    } 
    .n_download h2{
        font-size:24px;
    }
    .download_list li{
        width: 100%;
        
        margin-right:0;
    }
    /*.download_list li:nth-child(2n){*/
    /*    margin-right: 0;*/
    /*}*/
    .download_list li h1{
        font-size:15px;
        padding-left:10px;
    }
    .sort{
        margin-top:30px;
    }
    .sort li a{
        padding: 8px 20px;
        font-size: 14px;
    }
}


/*新闻*/
.n_news{
    padding-bottom: 100px;
}
.news_list{
    margin-top:42px;
}
.news_list li{
    margin-bottom: 30px;
}
.news_list li a{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    padding:40px 55px;
    background:#fff;
    position: relative;
    border:1px solid #ccc;
}
/*.news_list li a:after{
    content:'';
    position: absolute;
    right:0;
    top:0;
    width: 35px;
    height: 35px;
    background:url(../images/news_ico1.png) no-repeat center;
}*/
.news_list li a .date{
    font-size:16px;
    color: #666;
    line-height: 1;
    text-align: center;
    width: 128px;
    font-family:"FZLT_S";
}
.news_list li a .date font{
    display: block;
    font-size:46px;
    color: #1a1a1a;
    line-height: 1;
    font-family:"FZLT_M";
    margin-bottom: 10px;
}
.news_list li a .text{
    width: calc(100% - 248px);
    padding:0 85px 0 38px;
    border-left: 1px solid #bababa;
}
.news_list li a .text h3{
    font-size:24px;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 18px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li a .text .txt,.news_list li a .text .txt p{
    font-size:16px;
    color: #666666;
    line-height: 1.6;
    font-family: "FZLT_S";
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list li a .more{
    width: 120px;
}
.news_list li a .more span{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: center;
    width: 100%;
    height:50px;
    font-size:16px;
    color: #029948;
    border:2px solid #029948;
}
.news_list li a:hover .more span{
    background:#029948;
    color: #fff;
}
.news_detail{
/*    background:#f2f2f2;*/
    padding:0px 0 100px;
/*    border-bottom: 1px solid #e1e0e0;*/
}
.news_detail .wrap{
    padding:45px 60px;
    background:#fff;
}
.news_detail h1{
    font-size:30px;
    color: #333333;
    line-height: 1.4;
    text-align: center;
}
.info_title{
    font-size:16px;
/*    color: #029948;*/
    text-align: center;
    padding-top:10px;
}
.news_detail .content{
    margin:15px 0;
}
.news_detail .content p{
    font-size:16px;
    color: #333333;
}
@media(max-width: 1600px){
    .news_list li{
        margin-bottom: 20px;
    }
    .news_list li a{
        padding: 35px 45px;
    }
    .news_list li a .date{
        width: 90px;
    }
    .news_list li a .date font{
        font-size:36px;
    }
    .news_list li a .text {
        width: calc(100% - 190px);
        padding: 0 65px 0 38px;
    }
    .news_list li a .text h3,.news_detail h1{
        font-size:20px;
    }
    .news_list li a .text h3{
        margin-bottom: 10px;
    }
    .news_list li a .date,.news_list li a .text .txt, 
    .news_list li a .text .txt p,.news_list li a .more span,
    .news_detail .content p,.info_title{
        font-size:14px;
    }
    .news_list li a .more{
        width:100px;
    }
    .news_list li a .more span{
        height:35px;
    }
    .news_detail{
        padding:0 0 95px;
    }
    .news_detail .wrap{
        padding:25px 35px;
    }
    .news_detail .content{

    }
/*    .news_detail h1{
        padding:0 30px;
    }*/
/*    .info_title{
        margin:20px 0 15px;
        padding: 0 30px;
    }*/
}
@media(max-width: 1280px){
    .news_list li{
        margin-bottom: 15px;
    }
    .news_list li a{
        padding: 25px 30px;
    }   
    .news_list li a .text {
        padding: 0 50px 0 38px;
        width: calc(100% - 175px);
    }
    .news_list li a .date font{
        font-size:32px;
    }
    .news_list li a .more{
        width:85px;
    }
    .news_list li a .more span{
        height:32px;
    }
    .news_list li a .text h3{
        font-size:16px;
    }
    .news_list li a .date, .news_list li a .text .txt, .news_list li a .text .txt p, .news_list li a .more span, .info_title{
        font-size:13px;
    }
    .news_detail{
        padding:0 0 75px;
    }
    .news_detail .wrap{
/*        max-width: 900px;*/
    }
    .news_detail h1{
        font-size:20px;
    }
    .info_title{
/*        margin:7px 0 10px;*/
    }
    .news_detail .content {
        margin: 10px 0;
    }
}
@media(max-width: 1199px){
    .news_list{
        margin-top:25px;
    }
    .news_list li a .date font{
        font-size:28px;
    }
    .news_detail h1{
        font-size:17px;
    }

}
@media(max-width: 991px){
    .news_list li a{
        padding: 20px 20px;
    } 
    .news_list li a .date font{
        font-size:24px;
    }
/*    .news_list li a .text h3{
        font-size:22px;
        margin-bottom:10px;
    }*/
    .news_list li a .date,.news_list li a .text .txt, 
    .news_list li a .text .txt p,.news_list li a .more span,
    .info_title,{
        font-size:12px;
    }   
}
@media(max-width: 820px){
    .news_list li a .text {
        padding: 0 40px 0 30px;
        width: calc(100% - 218px);
    }
    .news_list li a .more{
        width: 90px;
    }
    .news_list li a .more span{
        border: 1px solid #029948;
        height:40px;
    }
    .news_detail{
        padding: 0 0 55px;
    } 
}
@media(max-width: 767px){
    .news_list li a{
        padding: 15px;
    } 
/*    .news_detail h1{
        font-size:17px;
    }*/
}
@media(max-width: 640px){
    .news_list li a .date{
        display:none;
    }
    .news_list li a .text {
        width: 100%;
        padding: 0;
        border-left:none;
    }
    .news_list li a .text h3{
/*        font-size:20px;*/
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: wrap;
        line-height:1.2;
    } 
    .news_list li a .more{
        margin-top:10px;
    }
    .news_detail{
        padding:0 0 40px;
    }
    .news_detail h1,.info_title{
        padding: 0 0px;
    }
    .info_title {
        margin: 10px 0 10px;
    }
    .news_detail .wrap {
        padding: 15px;
    }
}


/*联系我们*/
.contact2{
    position: relative;
    padding: 0 0 100px;
}
.contact_list{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
}
.contact_list li{
    width: calc(25% - 20.5px);
    margin-right: 27px;
    border:1px solid #e0e0e0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding:20px;
}
.contact_list li .img1{
    line-height: 34px;
}
.contact_list li .p1{
    font-size:22px;
    color: #222222;
    font-family: "puhui75";
    line-height: 1;
    margin:20px 0 15px;
}
.contact_list li .p2{
    font-size:18px;
    color: #222;
    font-family: "puhui65";
    line-height: 1.4;
}
.contact_list li:last-child{
    margin-right: 0;
}
/*.contact_list li:last-child .txt{
    width: calc(50% - 5px);
}*/
@media(max-width: 1600px){
    .contact2{
        padding: 0 0 95px;
    }
    .contact1_l .text .p1{
        font-size:26px;
    }
    .contact1_l .text .p2{
        font-size:15px;
    }
    .contact_list{
        margin-top:40px;
    }
    .contact_list li .p1 {
        font-size: 24px;
        margin: 20px 0 10px;
    }
    .contact_list li .p2{
        font-size:15px;
    }
    .contact_list li:last-child{
        padding:20px 20px;
    }
}
@media(max-width: 1280px){
    .contact1_l .text .p1{
        font-size:24px;
    }
    .contact1_l .text .p2{
        font-size:14px;
    }
    .contact_list li .p1 {
        font-size: 20px;
        margin: 15px 0 10px;
    }
    .contact_list li:last-child {
        padding: 10px 10px;
    }
    .contact2{
        padding: 0 0 75px;
    }
    .contact_list li:last-child{
        padding:15px 10px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .contact_list li{
        width: calc(50% - 13.5px);
        margin-bottom:15px;
    }
    .contact_list li:nth-child(2n){
        margin-right:0;
    }
}
@media(max-width: 820px){
    .contact2{
        padding: 0 0 55px;
    }
    .contact_list{
        margin-top:25px;
    }
}
@media(max-width: 640px){
    .contact2{
        padding: 0 0 40px;
    }
}
@media(max-width: 460px){
    .contact_list {
        margin-top: 15px;
    }
    .contact_list li{
        width:100%;
        margin-right:0;
        padding:15px;
    }
    .contact_list li:last-child{
        margin-bottom: 0;
    }
}


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


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

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

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

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













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;
    font-family: "puhui55";
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 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 #029948;
    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:#ccc 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#029948;color:#fff; text-decoration:none;border:#029948 1px solid;}
.pageController .currPage {background-color: #029948;color:#fff;border:#029948 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #029948;
    vertical-align: middle;
    border: 1px solid #029948; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #029948;
    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;
}