/*头部样式*/
header{
    position: fixed;
    top:0;
    left:0;
    background:#fff;
    z-index: 999999;
    width: 100%;
    box-shadow: 0 0 10px #ccc;
}
.head{

}
.wrap{
    width: 84%;
    max-width: 1280px;
    margin: 0 auto;
}
.head .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 76px;
}
.logo{
/*    width: 30%;*/
}
.logo .img2{
    display: none;
}
.head_r{
    max-width: 75%;
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.h_lang{
    position: relative; 
    height: 100%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.h_lang_img{
    height: 76px;
    line-height: 76px;
}
.h_lang_img .img2{
    display: none;
}
.h_lang_a{
    position: absolute;
    top:76px;
    left:50%;
    width: 90px;
    margin-left: -45px;
    background:#fff;
    box-shadow: 0 0 10px #eee;
    display: none;
    z-index: 9;
}
.h_lang:hover .h_lang_a{
    display: block;
}
.h_lang_a a{
    font-size: 14px;
    color: #666;
    display: block;
    text-align: center;
    line-height: 2em;
}

.nav{
    display: flex;
}
.nav li{
    position: relative;
    margin-right: 65px;
    transition:0.5s;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 76px;
    font-family: "puhui85";
}
.nav li:hover a.a1,.nav li .b_nav a:hover{
    color: #3fab4a!important;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:76px;
    left:-25%;
    z-index: 999;
    background-color: #fff;
    width: 150%;
    box-shadow: 0 0 10px #eee;
}
.nav li .b_nav2{
    left:-70%;
    width: 240%;    
}
.nav li .b_nav a{
    font-size: 14px;
    color: #333;  
    line-height: 2em;  
    font-family: "puhui55";
}
.nav li .b_nav a:hover{
    color: #fff;
}
.h_lang_a a:hover,.nav li .b_nav a:hover{
    background:#3fab4a;
    color: #fff!important;
}
header.cur{
    background:none;
    box-shadow: none;
}
header.cur .logo .img1{
    display: none;
}
header.cur .logo .img2{
    display: block;
}
header.cur .nav li a.a1{
    color: #fff;
}
header.cur .h_lang_img .img1{
    display: none;
}
header.cur .h_lang_img .img2{
    display: inline-block;
}
#index_banner{

}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    text-align: center;
    color: #fff;
}
.banner_text h2{
    font-size:68px;
    font-family: "puhui85";
    line-height: 1.3;
}
.banner_text p{
    font-size: 24px;
    line-height: 1.3;
    margin-top: 22px;
    font-family: "puhui85";
}


#index_banner .swiper-pagination{
    bottom:30px;
    /* display: none; */
}
#index_banner .loading {
    margin: 0 5px;
    width: 38px;
    height: 38px;
    position: relative;
    border: 4px solid transparent;
    background: transparent;
}
#index_banner .swiper-pagination-bullet{
    opacity: 1;
    margin:0 15px;
}
.loading.swiper-pagination-bullet-active {
    border-color: #fff;
}
.loading .c-progress {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    left: 9px;
    top: 9px;
    line-height: 120px;
    text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
    background-color: #fff;
}
.loading .yqs{
    position: absolute;
    top: -2px;
    left: -2px;
    width: 38px;
    height: 38px;
    opacity: 0;
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-name: spin-left;
    border: 4px solid #fff;
    border-radius: 50%;
}
.loading.swiper-pagination-bullet-active .yqs{
    opacity: 1;
}
.loading .left,
.loading .right {
    opacity: 0;
    width: 17px;
    height: 34px;
    overflow: hidden;
    position: absolute;
    left: -2px;
    top: -2px;
    overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
    opacity: 1;
}
.loading .right {
    left: auto;
    right: -2px;
    top: -2px;
}
.loading .left:after,
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 15px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 19px 0 0 19px;
    border-right: 0;
}
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 19px 19px 0;
    border: 2px solid #fff;
    border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
    transform-origin: right center;
    animation-fill-mode: forwards;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-name: spin-left;
}
.loading.swiper-pagination-bullet-active .right:after {
    transform-origin: left center;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.h_zw{
    display: none;
    width: 100%;
    height: 76px;
}
@media(max-width: 1760px){
    .nav li{
        margin-right: 40px;
    }

}
@media(max-width: 1600px){
    .nav li{
        margin-right: 40px;
    }
    .banner_text h2{
        font-size:46px;
    }
    .banner_text p{
        font-size:20px;
    }
}
@media(max-width: 1280px){
    .wrap{
        width: 90%;
    }  
    .nav li{
        margin-right: 30px;
    }
    .nav li a{
        font-size:17px;
    }
    .banner_text h2{
        font-size:36px;
    }
    .loading .c-progress {
        width: 8px;
        height: 8px;
        left: 11px;
        top: 11px;
        line-height: 100px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 1099px){
    .nav li{
        margin-right: 25px;
    }
    .nav li a{
        font-size:16px;
    }
    .banner_text h2{
        font-size:32px;
    }
    .banner_text p{
        font-size:18px;
    }
    #index_banner .swiper-pagination{
        bottom:5px;
    }
}
@media(max-width: 1024px){
    .head .wrap{
        height:66px;
    }
    .nav li a{
        line-height:66px;
        font-size:15px;
    }
    .nav li .b_nav{
        top:66px;
    }
    .h_lang_img {
        height: 66px;
        line-height: 66px;
    }
    .h_lang_a{
        top:66px;
    }
    .h_zw{
        display:block;
        height:66px;
    }
    .wrap{
        width: 94%;
    } 
    .banner_text h2{
        font-size:26px;
    }
    .banner_text p{
        font-size:16px;
    }
}
@media(max-width: 991px){
    .nav{
        display: none;
    }  
    .menu-button{
        display: block;
    }  
}
@media(max-width: 820px){

}
@media(max-width: 640px){
    .head .wrap,.h_zw{
        height:50px;
    }
    .logo img{
        max-height: 35px;
    }
    .h_lang_img {
        height: 50px;
        line-height: 50px;
    }
    .h_lang_a{
        top:50px;
    }
    .banner_text h2{
        font-size:18px;
    }
    .banner_text p{
        font-size:14px;
        display:none;
    }
    #index_banner .swiper-pagination{
        display:none;
    }
}

/*搜索*/
.show{
    display: block!important;
}
.search{
    height: 100%;
}
.ss{
    cursor: pointer;
    margin:0 25px 0 45px;
}
.ss .img2{
    display: none;
}
header.cur .ss .img1{
    display: none;
}
header.cur .ss .img2{
    display: block;
}
.h_search{
    position: fixed;
    left: 0;
    top: 76px;
    width: 100%;
    height: 160px;
    border-top: 1px solid #dfdede;
    z-index: 99;
    background: #fff;
    display: none;
    transition: top 0.36s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
}
.h_search_c{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#formsearch{
    width: 690px;
    padding: 8px;
    border-bottom: 1px solid #dfdede;
    display: flex;
    align-items: center;
}
#keyword{
    outline: none;
    border:none;
    width: calc(100% - 30px);
    height: 26px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
    padding-right: 12px;
}
#s_btn{
    width: 50px;
    height: 40px;
    background: url(../images/ss.png) no-repeat center #fff;
    font-size:16px;
    color: #3fab4a;
    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: #3fab4a;
    border: 1px solid #dbdbdb;
    display: none;
    z-index: 999;
}
.search_ts ul{
    color: #333333;
    display: block;
    outline: none;
    cursor: default;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #3fab4a3fab4a;    
}
.search_ts ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 10px;
    line-height: 1.2;
    height: 30px;
    font-size:12px;
    color: #333;
    cursor: pointer;
}
.search_ts ul li a:hover{
    background: #fafafa;
}
.tag_total{
    font-size: 20px;
    color: #333;
}
@media(max-width:1600px){
    .ss {
        margin: 0 20px 0 30px;
    }    
}
@media(max-width:1280px){
    #keyword{
        font-size:14px;
    }
    #s_btn{
        font-size:12px;
    }
}
@media(max-width:1130px){
    .search{
        margin-right:10px;
    }
    #formsearch{
        padding:3px 8px;
    }
    .ss img{
        width:16px;
    }
}
@media(max-width:1024px){
    .h_search{
        top:66px;
    }
}
@media(max-width:991px){
    .ss{
        margin: 0 15px 0 0px;
    }
    .search{
        margin-right:10px;
    }

    #s_btn{
        font-size:12px;
    }
}
@media(max-width:767px){
    .h_search{
        height: auto;
        padding:15px 0;
    }
    .h_search_c {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        width: 100%;
    }
    #formsearch {
        width: 88%;
        margin: 0 auto;
    }
    #s_btn{
        line-height: 32px;
        height: 32px;
    }
}
@media(max-width:640px){
    .h_search{
        top:50px;
    }
}


.index_product{
    padding:100px 0;
    background:#fff;
}
.index_product .wrap{
    display: flex;
    flex-wrap: wrap;
}
.index_product_l{
    padding-right: 50px;
    width:35.2%;
}
.index_t1{
}
.index_t1 h2{
    font-size:40px;
    color: #222;
    line-height: 1;
}
.line1{
    width: 78px;
    height: 6px;
    background:#3fab4a;
    margin:15px 0;
}
.index_t1 p{
    font-size:16px;
    line-height: 1.7;
}
.index_product_li{
    margin:35px 0 60px;
}
.index_product_li li{
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding:5px 56px 0 9px;
    line-height: 1.3;
    height: 58px;
    position: relative;
    cursor: pointer;
}
.index_product_li li:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height: 1px;
    background:#e1e1e1;
}
.index_product_li li span{
    font-size:18px;
    color: #000000;
}
.index_product_li li i{
    font-style: normal;
    font-size:20px;
    color: #888888;
    font-family: "Arial";
}
.index_product_li li.cur span,.index_product_li li.cur i{
    color: #3fab4a;
}
a.more1{
    display: flex;
    align-items:center;
    margin-left: 9px;
    width:80px;
}
a.more1 span{
    font-size:14px;
    color:#3fab4a;
}
a.more1 i{
    width: 10px;
    height: 13px;
    background:url(../images/more01.png) no-repeat center;
    margin-left: 12px;
}
a.more1:hover{
    text-decoration: underline;
}
.index_product_r{
    width:64.8%;    
}
.index_product_tab{
    display: none;
}
.index_product_tab .img{
    border-radius: 10px;
}
@media(max-width: 1600px){
    .index_t1 h2{
        font-size:32px;
    }
    .index_t1 p{
        font-size:14px;
    }
    .index_product_li {
        margin: 25px 0 50px;
    }
}
@media(max-width: 1280px){
    .index_product{
        padding:75px 0;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .index_product_l{
        padding-right:30px;
    }
    .index_t1 h2{
        font-size:28px;
    }
    .line1 {
        width: 62px;
        height: 4px;
        margin: 10px 0;
    }
    .index_product_li {
        margin: 15px 0 30px;
    }
    .index_product_li li {
        padding: 5px 20px 0 5px;
        height: 50px;
    }
    .index_product_li li span{
        font-size:16px;
    }
    .index_product_li li i{
        font-size:18px;
    }
}
@media(max-width: 820px){
    .index_product{
        padding:55px 0;
    }
    .index_t1 h2{
        font-size:26px;
    }
    .index_t1 p {
        font-size: 13px;
    }
    .index_product_li li {
        padding: 5px 15px 0 5px;
        height: 42px;
    }
    .index_product_li li span{
        font-size:15px;
    }
    .index_product_li li i{
        font-size:17px;
    }
}
@media(max-width: 767px){
    .index_product_l{
        width: 100%;
        padding-right:0;
    }
    .index_product_li{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .index_product_li li{
        width:48%;
    }
    .index_product_r{
        width: 100%;
        margin-top:25px;
    }
}
@media(max-width: 640px){
    .index_product{
        padding:40px 0;
    }
    .index_t1 h2{
        font-size:22px;
    }  

}


.index_case{
    padding:150px 0 85px;
    position: relative;
}
.index_case .index_t1 h2,.index_case .index_t1 p{
    color: #fff;
}
.index_case_li{
    margin-top:278px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}
.index_case_li li{
    border-radius: 6px;
    border:1px solid rgba(255,255,255,.5);
    padding:30px 5px 25px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.index_case_li li .p1{
    font-size:20px;
    color: rgba(255,255,255,.6);
    font-family: "Arial";
    line-height: 1;
}
.index_case_li li .p2{
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    margin-top:55px;
}
.index_case_li li .p2 span{
    display: block;
    font-size:13px;
}
.index_case_li li.cur{
    background:url(../images/hy_li_bg.jpg) no-repeat center;
    background-size: cover;
    border:1px solid #3fab4a;
}
.index_case_imgs{

}
.index_case_img{
    position: absolute;
    top:0;
    left:0;
    z-index: -9;
    width:100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease-out;
}
.index_case_img.cur{
    opacity: 1;
    z-index: -1;
}
.index_case_img .img{
    display: none;
}

@media(max-width: 1600px){
    .index_case {
        padding: 120px 0 85px;
    }
    .index_case_li{
        margin-top:200px;
    }
    .index_case_li li {
        padding: 25px 5px 20px 10px;
    }
    .index_case_li li .p2{
        margin-top:35px;
    }
    .index_case_li li .p2 span{
        font-size:12px;
    }
}
@media(max-width: 1280px){
    .index_case {
        padding: 75px 0;
    }
}
@media(max-width: 1199px){
    .index_case_li{
        gap: 10px;
        margin-top: 150px;
    }
    .index_case_li li {
        padding: 20px 5px 12px 5px;
    }
    .index_case_li li .p2 {
        margin-top: 25px;
    }
    .index_case_li li .p2{
        font-size:16px;
    }
    .index_case_li li .p2 span {
        font-size: 10px;
    }
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .index_case {
        padding: 55px 0;
    }
    .index_case_li{
        margin-top:100px;
        gap: 5px;
    }
    .index_case_li li {
        padding: 15px 5px 10px;
    }
    .index_case_li li .p2{
        margin-top:20px;
    }
}
@media(max-width: 767px){
    .index_case_li {
        margin-top: 55px;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }  

}
@media(max-width: 640px){
    .index_case {
        padding: 40px 0;
    } 
    .index_case_li li .p2 {
        margin-top: 15px;
        font-size:15px;
    }
    .index_case_li li .p2 span{
        font-size:8px;
    }
}


.index_about{
    padding:160px 0 266px;
    position: relative;
}
.index_about:before {
  content: ' ';
  position: fixed;
  z-index: -99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/index_about2.jpg) center 0 no-repeat;
  background-size: cover;
}
.index_about .index_t1 p{
    width: 65%;
    max-width: 817px;
    color: #333333;
    font-family: "微软雅黑";
}
.num_list1{
    display: flex;
    flex-wrap: wrap;
    margin:62px 0 85px;
}
.num_list1 dl{
    margin-right: 105px;
}
.num_list1 dl:last-child{
    margin-right: 0;
}
.num_list1 dl dt{

}
.num_list1 dl dt span{
    font-style: italic;
    font-size:60px;
    color: #444444;
    line-height: 1;
    font-family: "Impact";
    background-image: -webkit-linear-gradient(bottom, rgba(68,68,68,1), rgba(68,68,68,.85), rgba(68,68,68,0.7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 15px;
}
.num_list1 dl dt sub{
    display: inline-block;
    width:28px;
    height: 28px;
    font-size:12px;
    color: #fff;
    background:#3fab4a;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    top:-12px;
}
.num_list1 dl dd{
    font-size:14px;
    color: #333333;
}
a.more2{
    font-size:14px;
    color: #222222;
    font-weight: bold;
    display: flex;
    align-items:center;
    width:94px;
}
a.more2 i{
    margin-left: 11px;
}
a.more2:hover{
    color: #3fab4a;
}
@media(max-width: 1600px){
    .index_about {
        padding: 120px 0 200px;
    }
    .num_list1 dl dt span{
        font-size:52px;
    }
    .num_list1 dl dt sub {
        width: 22px;
        height: 22px;
        line-height:22px;
        font-size: 12px;
    }
}
@media(max-width: 1280px){
    .index_about {
        padding: 100px 0 150px;
    }
    .num_list1 dl {
        margin-right: 80px;
    }
}
@media(max-width: 1199px){

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

}
@media(max-width: 820px){
    .index_about {
        padding: 75px 0 100px;
    }
    .num_list1 dl {
        margin-right: 65px;
    }
}
@media(max-width: 640px){
    .index_about {
        padding: 60px 0 70px;
        background: rgba(0, 0, 0, .15);
    }   
    .index_about .index_t1 p{
        width:100%;
        color:#fff;
    }
    .num_list1 {
        margin: 35px 0 45px;
    }
    .num_list1 dl {
        margin-right: 30px;
    }
    .num_list1 dl dt span {
        font-size: 42px;
        color:#fff;
        background-image:none;
        -webkit-background-clip:unset;
        -webkit-text-fill-color:unset;
        /*background-image: -webkit-linear-gradient(bottom, rgba(68, 68, 68, 1), rgba(68, 68, 68, .85), rgba(68, 68, 68, 0.7));*/
        /*-webkit-background-clip: text;*/
        /*-webkit-text-fill-color: transparent;*/
        padding-right: 5px;
    }
    .num_list1 dl dt sub {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 8px;
        top:-8px;
    }
    .num_list1 dl dd{
        font-size:13px;
        color:#fff;
    }
    .index_about a.more2{
        color:#fff;
    }
    a.more2 i{
        width:18px;
    }
}


.index_news{
    padding:120px 0;
    background:#f5f5f5;
}
.index_news .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_news_l{
    width:22%;
    padding-right: 35px;
}
.index_t2{

}
.index_t2 .p1{
    font-size:40px;
    color: #cfcfcf;
    font-family: "Arial";
    font-weight: bold;
    line-height: 1.2;
}
.line2{
    margin:30px 0 25px;
    line-height: 1;
}
.index_t2 h2{
    font-size:40px;
    color: #222222;
    line-height: 1;
}
.index_news_l a.more2{
    margin-top:26px;
}
.index_news_li{
    margin-top:85px;
}
.index_news_li p{
    font-size:16px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 30px;
    cursor: pointer;
}
.index_news_li p span{
    display: inline-block;
    line-height: 1;
    padding-bottom: 11px;
    position: relative;
}
.index_news_li p span:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width:0%;
    height: 2px;
    background:#63ba6c;
}
.index_news_li p.cur{
    color: #3fab4a;
}
.index_news_li p.cur span:after{
    width:100%;
}

.index_news_r{
    width:78%;    
}
.index_news_tab{
    display: none;
}
.news_list1{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;    
}
.news_list1 li a{
    display: block;
    border-radius: 6px;
    background:#fff;
    padding:38px 35px 35px 40px;
}
.news_list1_top{
    display: flex;
    flex-wrap: wrap;
}
.news_list1 li a p{
    width:100px;
    line-height: 1.3;
}
.news_list1 li a p strong{
    font-size:24px;
    color:#103482;
    display: block;
}
.news_list1 li a p span{
    display: block;
    font-size:14px;
    color: #bababa;
    margin-top:10px;
}
.news_list1 li a h3{
    width:calc(100% - 100px);
    font-size:16px;
    color: #111111;
    font-weight: bold;
    line-height: 1.6;
}
.news_list1 li a .txt{
    margin-top:16px;
    position: relative;
    padding-left: 100px;
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list1 li a .txt:before{
    content:'';
    position: absolute;
    left:-0px;
    top:50%;
    margin-top:-1px;
    width:60px;
    height: 2px;
    background:#dfdfdf;
}
.news_list1 li:hover a{
    background:url(../images/news_bg1.jpg) no-repeat center;
    background-size: cover;
}
.news_list1 li:hover a p strong,.news_list1 li:hover a p span,.news_list1 li:hover a h3,.news_list1 li:hover a .txt{
    color: #fff;
}
.news_list1 li:hover a .txt:before{
    background:#fff;
}
@media(max-width: 1600px){
    .index_news{
        padding:100px 0;
    }
    .index_t2 .p1,.index_t2 h2{
        font-size:32px;
    }
    .news_list1{
        gap: 25px 30px;
    }
}
@media(max-width: 1280px){
    .index_news{
        padding:75px 0;
    }
    .index_t2 .p1, .index_t2 h2{
        font-size:28px;
    }
}
@media(max-width: 1199px){

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

}
@media(max-width: 820px){
    .index_news{
        padding:55px 0;
    }
    .index_t2 .p1, .index_t2 h2{
        font-size:26px;
    }
    .line2{
        margin:15px 0 20px;
    }
    .index_news_l{
        padding-right:20px;
    }
    .news_list1 {
        gap: 20px 15px;
    }
    .news_list1 li a {
        padding: 20px 15px;
    }
    .news_list1 li a p,.news_list1 li a h3{
        width:100%;
    }
    .news_list1 li a p span{
        margin-top:5px;
    }
    .news_list1 li a h3{
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top:5px;
    }
    .news_list1 li a .txt{
        padding-left:0;
        margin-top:10px;
    }
    .news_list1 li a .txt:before{
        display:none;
    }
}
@media(max-width:767px){
    .index_news_l{
        width:100%;
        padding-right:0;
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:center;
    }
    .index_t2 .p1, .index_t2 h2{
        font-size:22px;
    }
    .line2{
        margin:5px 0 10px;
    }
    .index_t2 .p1 br{
        display:none;
    }
    .index_t2 .p1 span{
        margin-left:10px;
    }
    .index_news_li{
        width:100%;
        margin-top:25px;
        display:flex;
        justify-content:center;
        margin-bottom:20px;
    }
    .index_news_li p{
        margin-right:15px;
        margin-bottom:0;
    }
    .index_news_li p:last-child{
        margin-right:0;
    }
    .index_news_r{
        width:100%;
    }
    .news_list1 {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
    .news_list1 li a p strong{
        font-size:20px;
    }
    .news_list1 li a .txt{
        font-size:13px;
    }
}
@media(max-width: 640px){
    .index_news{
        padding:40px 0;
    } 
}


/*友情链接*/
.f_link{
    margin-top: 15px;
    line-height: 30px;
}

/*页面底部*/
footer{
    display: block;
    position: relative;
/*    top:-11px;*/
/*    background:url(../images/foot.png) no-repeat top center ;*/
    background:#103482;
}
footer:before{
    content:'';
    position: absolute;
    top:-11px;
    left:0;
    width:100%;
    height: 22px;
    background:url(../images/foot_bg1.png) no-repeat center;
}
.foot{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    padding:112px 0;
}
.foot_l{
    width: 25%;
}
.f_logo{

}
.f_contact{
    color: #fff;
    margin-top:28px;
}
.f_contact p img{
    margin-right: 8px;
}
.f_contact p strong{
    font-size:24px;
}
.f_contact1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
}
.f_contact1 dl{
    color: #fff;
    padding-right: 15px;
}
.f_contact1 dl:last-child{
    padding-right: 0;
}
.f_contact1 dl dt{
    font-size:18px;
    font-weight:bold;
    margin-bottom: 25px;
}
.f_contact1 dl dd{
    color: #ffffff;
    font-size:16px;
}
.f_contact1 dl dd p{
    margin-top: 5px;
}
/*.f_contact1 dl dd p:last-child{
    margin-top: 0;
}*/
.f_contact1 dl dd a{
    display: block;
    color: #999;
    opacity: .8;
}
.f_contact1 dl dd a:hover{
    color: #fff;
}
.f_contact1 dl dd a{
    border-radius: 6px;
    border:6px solid rgba(255,255,255,.1);
}
.f_contact1 dl dd a img{
    border-radius: 6px;    
}
.copyright {
    background:#0d2a69;
    color: rgba(255,255,255,.8);
    font-size:16px;
    padding:22px 0;
}
.copyright .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.copyright a{
    color: rgba(255,255,255,.8);
    font-size:16px;  
}
.copyright a:hover{
    color: #fff;
}
.right_fixed{
    position: fixed;
    top:50%;
    right:20px;
    margin-top:-83px;
    z-index: 9999;
}
.right_fixed dl{
    position: relative;
    margin-bottom: 11px;
    cursor: pointer;
}
.right_fixed dl:last-child{
    margin-bottom: 0;
}
.right_fixed dl dt{
    background:#a9a6ab;
    border-radius: 4px;
    width:48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.right_tel{
    position: absolute;
    left:-190px;
    top:50%;
    margin-top:-20px;
    width:180px;
    height: 40px;
    line-height: 40px;
    font-size:18px;
    color: #333;
    background:#fff;
    border-radius: 6px;
    text-align: center;
    display: none;
    box-shadow: 0 0 6px #ddd;
}
.right_code{
    position: absolute;
    top:-76px;
    left:-142px;
    width:138px;
    display: none;
}
.right_fixed dl:hover dt{
    background:#3fab4a;
}
.right_fixed dl:hover dd{
    display: block;
}
@media(max-width: 1600px){
    .foot{
        padding:80px 0;
    }
    .f_contact1 dl dt{
        margin-bottom: 15px;
    }
    .f_contact1 dl dd{
        font-size:15px;
    }
    .f_contact1 dl dd p{
        margin-top:0;
    }
    .copyright{
        font-size:14px;
        padding:10px 0;
    }
    .copyright a{
        font-size:14px;
    }
    .right_fixed{
        right:10px;
    }
}
@media(max-width: 1280px){
    .foot {
        padding: 55px 0;
    }
    .right_fixed dl dt{
        width:40px;
        height:40px;
        line-height:40px;
    }
    .right_tel {
        left: -165px;
        margin-top: -17px;
        width: 150px;
        height: 34px;
        line-height: 34px;
        font-size: 15px;
    }
    .right_code {
        top: -62px;
        left: -130px;
        width: 115px;
    }
}
@media(max-width: 1199px){
    .right_fixed{
        right:5px;
    }
}
@media(max-width: 991px){
    .right_fixed{
        display:none;
    }
    .foot {
        padding: 40px 0;
    }
    .foot_l{
        width:100%;
    }
    .f_contact1{
        width:100%;
        margin-top:20px;
    }
}
@media(max-width: 820px){
    .f_contact1 dl{
        width:50%;
    }
    .f_contact1 dl:last-child{
        width:100%;
        max-width:209px;
    }
    .f_contact1 dl dd {
        font-size: 14px;
    }
}
@media(max-width: 640px){
    .foot {
        padding: 40px 0 25px;
    }
    .f_logo img{
        max-height:36px;
    }
    .f_contact {
        margin-top: 22px;
    }
    .f_contact p strong {
        font-size: 20px;
    }
    .f_contact1 dl{
        width:100%;
        margin-bottom:15px;
    } 
    .f_contact1 dl:last-child{
        margin-bottom:0;
    }
    .f_contact1 dl dt {
        margin-bottom: 6px;
    }
    .copyright_l,.copyright_r{
        width:100%;
        text-align:center;
    }
}


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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.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;    
    color: #fff;
}
.n_banner_text h2{
    font-size:52px;
    line-height: 1;
}
.sitemp{
    box-shadow: 0px 0px 10px #ccc;
}
.sitemp .wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.sort{
    display: flex;
}
.sort li{
    margin-right: 65px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    line-height: 84px;
    font-size:20px;
    color:#666666;
    display: block;
    position: relative;
}
.sort li a:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 0;
    height: 3px;
    background:#3fab4a;
    transition: all 0.4s ease-out;
}
.sort li:hover a,.sort li.cur a{
    color: #333333;
}
.sort li:hover a:after,.sort li.cur a:after{
    width: 100%;
    left:0;
}
.site,.site a{
    font-size:15px;
    color: #666666;
}
@media(max-width: 1600px){
    .n_banner_text h2{
        font-size:42px;
    }
    .sort li a{
        font-size:16px;
        line-height:60px;
    }
}
@media(max-width: 1280px){
    .n_banner_text h2{
        font-size:36px;
    }
    .site, .site a{
        font-size:14px;
    }    
}
@media(max-width: 1024px){
    .n_banner_text h2{
        font-size:32px;
    }  
    .sort li{
        margin-right:40px;
    }
    .site{
        display:none;
    }
}
@media(max-width: 820px){
    .n_banner_text h2{
        font-size:26px;
    } 
    .sort li{
        margin-right:30px;
    }   
}
@media(max-width: 640px){
    .n_banner_text h2{
        font-size:22px;
    }  
    .sort li{
        margin-right: 15px;
    }
    .sort li a{
        line-height:50px;
    }
    .sort li a:after{
        height:2px;
    }  
}


/*产品*/
.n_product{
    padding:55px 0 125px;
    background: #e6eef0;
}
.product_list{
    position: relative;
    display: flex;
    flex-wrap:wrap;
}
.product_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 35px;
    padding:5px;
    border-radius: 10px; 
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a{
    display: block;
    background: #ffffff;
    border-radius: 10px;  
    box-shadow: 0 0 6px rgba(204,204,204,.2);  
}
.product_list li:hover a{ 
    box-shadow: 0 0 6px #ccc;  
}
.product_list li .img{
    background: url(../images/p_bg1.png) no-repeat center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
    text-align: center;
    line-height: 320px;
    padding:20px 5%;
}
.product_list li .img img{
    max-height: 100%;
    max-width: 100%;
    border-radius: 4px;
}
.product_list li .text{
    padding:25px 27px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product_list li .text .txt{
    width: calc(100% - 46px);
}
.product_list li .text .txt h3{
    font-size:20px;
    color: #1e1a1a;
    line-height: 1.4;
    /*margin-bottom:10px;*/
}
.product_list li .text .txt .txt2{
    font-size:14px;
    color: #999;
    line-height: 1.5;
    display: none;
}
.product_list li:hover .img img{
    transform:scale(1.05);
}
.index2_btn{
    width: 46px;
    height: 46px;
    border:2px solid #cccccc;
    border-radius: 50%;
    background: url(../images/more3.png) no-repeat center;
    position: relative;
}
.index2_btn:before,.index2_btn:after{    
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid #3fab4a;
    border-radius: 100%;
    position: absolute;
    top: -3px;
    left: -3px;
    opacity: 0;
}
.product_list li:hover .index2_btn:before{
    animation-delay: 0.6s;
}
.product_list li:hover .index2_btn:after{
    animation-delay: 0s; 
}
.product_list li:hover .index2_btn{
    border:2px solid #3fab4a;
    background: url(../images/more3_h.png) no-repeat center;    
}
.product_list li:hover .index2_btn:before,.product_list li:hover .index2_btn:after{
    animation: videoDh 1s linear infinite;
    opacity: 0.8;
}
@keyframes videoDh { 
    from {
        transform: scale(1, 1); 
        opacity: 0.8;
    } 
    to {
        transform: scale(1.6, 1.6); 
        opacity: 0;
    } 
}

.pd1{
    background: url(../images/pd_bg1.jpg) no-repeat center;
    background-size: cover;
    padding:60px 0 65px;
}
.pd1 .wrap{

}
.pd1 .text{
    width: 38.5%;
    float: left;
}
.pd1 .text p.p1{
    font-size:20px;
    color: #3fab4a;
    font-family: "puhui65";
    display: none;
}
.pd1 .text h2{
    font-size:36px;
    color: #333333;
    font-family: "puhui75";
    line-height: 1.3;
    padding:18px 0 15px;
    border-bottom: 1px solid #ccc;
}
.pd1 .text .txt{
    font-size:16px;
    color: #808080;
    margin: 35px 0 80px;
}
a.p_more{
    background: #3fab4a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 52px;
    border-radius: 6px;
    cursor: pointer;
    font-size:16px;
    color: #fff;
}
a.p_more i{
    margin-left: 40px;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(../images/more4.png) no-repeat center #fff;
    background-size: 9px;
    transition:all 0.3s ease-out;
}
/*a.p_more:hover i{
    transform:rotate(45deg);
}*/
.pd1 .imgs{
    width: 45%;
    float: right;
    text-align: center;
}
#pd1{
    padding-bottom: 45px;
}
#pd1 .swiper-wrapper{
    align-items: center;
/*    justify-content: center;*/
}
#pd1 .swiper-pagination{
    bottom:0;
}
#pd1 .swiper-pagination span{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background:#3fab4a;
    margin:0 12px;
    opacity: .2;
}
#pd1 .swiper-pagination span.swiper-pagination-bullet-active{
    opacity: 1;
}

.pd2{
    padding:100px 0 120px;
}
.p_table{
    margin-top:55px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.p_table table{
    border: 1px solid #cbcbcc;
    min-width: 100%;
}
.p_table table tr{
    min-height:48px;
}
.p_table table tr td{
    font-size:22px;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.6;
    padding:3px;
    background:#f7f7f7;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    min-width: 50px;
}
.p_table table tr td:nth-child(1){
    text-align: left;
    padding:3px 22px;
}
/*.p_table table tr:nth-child(2n + 1) td{
    background: #cbcbcc;
}*/
.p_table table tr:nth-child(1) td{
    background: #528d5f;
    color: #fff;
}
.p_table table tr:last-child td{
    border-bottom:none;
}
.pd3.xg_p{
    padding:0 0 120px;
}
.p_other{
    margin-top:75px;
}
.product_detail .txt p em,.pd3 p em{
    font-size: 18px;
    color: #000000;
    padding-left: 20px;
    display: block;
    position: relative;
    margin-bottom: 15px;
    font-style: normal;
}
.product_detail .txt p em:before,.pd3 p em:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-8px;
    width: 8px;
    height: 16px;
    background:#3fab4a;
}
.product_detail p a font{
    color: #3fab4a!important;
}
.pd3{
    padding:100px 0;
    background: #f7f7f7;
    font-size: 16px;
}
@media(max-width: 1600px){
    .p_sort li{
        height: 118px;
    }
    .p_sort li a p{
        font-size:16px;
    }
    .p_sort li a .item{
        padding:20px;
    }
    .n_product{
        padding:55px 0 90px;
    }
    .pd1 .text{
        width: 45%;
    }
    .pd1 .text p.p1{
        font-size:18px;
    }
    .pd1 .text h2{
        font-size:32px;
        padding: 10px 0 20px;
    }
    .pd1 .text .txt {
        font-size: 15px;
        margin: 20px 0 50px;
    }
    a.p_more{
        width: 150px;
    }
    a.p_more i{
        margin-left: 15px;
        width:20px;
        height:20px;
        background-size:6px;
    }
    .pd2{
        padding:90px 0;
    }
    .p_table table tr td{
        font-size:17px;
    }
    .pd3.xg_p{
        padding:0 0 90px;
    }
    #pd1 .swiper-slide img{
        max-height: 480px;
    }
    #pd1 .swiper-pagination span{
        width:10px;
        height:10px;
    }
}
@media(max-width: 1280px){
    .p_sort li{
        height: 110px;
    }
    .n_product{
        padding:55px 0 70px;
    } 
    .pd1 .text h2{
        font-size:28px;
        padding: 5px 0 10px;
    }
    #pd1 .swiper-slide img{
        max-height: 400px;
    }
    .pd2{
        padding:70px 0;
    }
    .p_table table tr td{
        font-size:16px;
    } 
    .pd3.xg_p{
        padding:0 0 70px;
    }  
    .p_table{
        margin-top:40px;
    }
    .pd3{
        padding:75px 0;
    }
}
@media(max-width: 1024px){
    .p_sort{
        padding:20px 40px;
    }
    .p_sort li{
        min-width:100px;
        height: 100px;
        margin-right: 15px;
    }
    .p_sort li a .item {
        padding: 16px;
    }
    .product_list li{
  /*      width: 32%;*/
        margin-bottom: 25px;
    }
/*    .product_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .product_list li:nth-child(3n) {
        margin-right: 0;
    }*/
    .pd1 .text h2{
        font-size:26px;
    }
}
@media(max-width: 820px){
    .n_product{
        padding:55px 0;
    }
    .product_list li{
        width: 49%;
        margin-bottom: 20px;
    }
    .product_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .product_list li:nth-child(2n) {
        margin-right: 0;
    }  
    .pd1 .text {
        width: 52%;
    }
    .pd1 .text h2 {
        font-size: 24px;
    }
    .pd1 .text .txt {
        font-size: 14px;
        margin: 15px 0 35px;
    }
    #pd1 .swiper-slide img {
        max-height: 300px;
    }
    .pd2{
        padding:55px 0;
    }
    .pd3.xg_p{
        padding:0 0 55px;
    } 
    .p_table{
        margin-top:30px;
    } 
    .p_other{
        margin-top:55px;
    }
    .pd3{
        padding:55px 0;
    }
    #pd1 .swiper-pagination span{
        width:6px;
        height:6px;
    }
}
@media(max-width: 640px){
    .p_sort{
        padding:20px 25px;
    }
    .p_sort li{
        min-width:90px;
        height: 90px;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .p_sort li a .item {
        padding: 12px;
    }
    .n_product{
        padding:35px 0;
    }  
    .product_list li{
        width: 100%;
        margin-right: 0!important;
        margin-bottom: 15px;
    }  
    .p_sort li a p{
        font-size:15px;
    }
    .pd1{
        padding:35px 0;
    }
    .pd1 .text{
        width: 100%;
    }
    .pd1 .text h2 {
        font-size: 20px;
    }
    .pd1 .imgs{
        width: 100%;
        margin-top:30px;
    }
    #pd1 .swiper-slide img {
        max-height: 240px;
    }
    .pd2{
        padding:35px 0;
    }
    .p_table{
        margin-top:35px;
    }
    .p_table table{
        width: 640px;
    }
    .p_table table tr td {
        font-size: 15px;
    }
    .pd3.xg_p{
        padding:0 0 35px;
    }
    .p_other{
        margin-top:40px;
    }
    .pd3{
        padding:40px 0;
    }
}
@media(max-width: 460px){
    .p_sort li{
        min-width:75px;
        height: 75px;
        margin-right: 5px;
    }
    .p_sort li a .item {
        padding: 10px;
    }
    .p_sort li a .img1 {
        line-height: 30px;
        height: 30px;
    }
    .p_sort li a .img1 img{
        max-height: 28px;
    }
    .pd3.xg_p .product_list2 li a{
        position: absolute;
    }
}



/*案例*/
#case{
    padding:85px 0 0;
}
.case_list{

}
.case_list li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.case_list li .img{
    width: 50%;
}
.case_list li .img img{
    height: 100%;
}
.case_list li .text{
    width: 50%;
    background:#f6f6f6;
    padding:20px 95px 25px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.case_list li .text h3{
    font-size: 36px;
    color: #333333;
    font-weight: normal;
    line-height: 1;
    padding-bottom:22px;
    position: relative;
}
.case_list li .text h3:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 88px;
    height: 3px;
    background:#3fab4a;
}
.case_list li .text .txt{
    font-size:18px;
    color: #666666;
    margin:45px 0 80px;
}
/*.case_list li .text a{*/
/*    color: #333;*/
/*}*/
.case2{
    padding:118px 0 138px;
}
.case2 .index_t1{
    width: 100%;
    text-align: center;
}
.index_t1 .p2{
    width: 100%;
}
.case_cont{
    margin-top:70px;
}
.case_cont #c-banner3{
    padding-bottom: 70px;
}
.case_cont #c-banner3 p{
    font-size:20px;
    color: #333333;
    text-align: center;
    margin-top:15px;
}
.case_cont #c-banner3 .swiper-pagination{
    margin-top: -4px;
}
@media(max-width: 1600px){
    .case_list li .text h3{
        font-size:26px;
    }
    .case_list li .text .txt {
        font-size: 15px;
        margin: 25px 0 50px;
    }
    .case_cont #c-banner3 p{
        font-size:16px;
    }
    .case2{
        padding:90px 0;
    }
}
@media(max-width: 1280px){
    #case {
        padding: 70px 0 0;
    }
    .case_list li .text {
        padding: 20px 35px;
    }
    .case_list li .text h3 {
        font-size: 22px;
        padding-bottom: 16px;
    }
    .case_list li .text .txt {
        font-size: 14px;
        margin: 15px 0 35px;
    }
    .case2{
        padding:70px 0;
    }
    .case_cont{
        margin-top:50px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    #case {
        padding: 55px 0 0;
    } 
    .case_list li .text{
        padding:20px 25px;
    }
    .case_list li .text h3{
        font-size:18px;
    }
    .case2{
        padding:55px 0;
    }
    .case_cont{
        margin-top:35px;
    }
    .case_cont #c-banner3{
        padding-bottom:50px;
    }
    .case_cont #c-banner3 p{
        margin-top:5px;
    }
}
@media(max-width: 640px){
    #case {
        padding: 30px 0 0;
    } 
    .case_list li .img{
        width:100%;
    }
    .case_list li .img img{
        height: auto;
    }
    .case_list li .text{
        width:100%;
    }
    .case_list li .text h3{
        font-size:16px;
    }
    .case_list li .text .txt {
        margin: 15px 0 25px;
    }
    .case2{
        padding:30px 0;
    }
    .case_cont #c-banner3 {
        padding-bottom: 30px;
    }
}




/*新闻*/
.n_news{
    padding:114px 0 85px;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 51.75%;
    padding-right: 3.5%;
    border-bottom: 1px solid #e0e0e0;
}
.news_list li:nth-child(2n){
    width: 48.25%;
    padding-right: 0;
}
.news_list li a{
    display: block;
    padding:40px 0 44px;
}
.news_list li a .img{
    width: 56.5%;
    border-radius: 10px;
    float: left;
}
.news_list li a .text{
    float: right;
    width: 43.5%;
    padding:0 0 0 45px;
}
.news_list li a .text h3{
    font-size:22px;
    color: #333333;
    line-height: 1.3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list li a .text .txt{
    font-size:15px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
    margin:15px 0 25px;
}
.news_list li a .text .news_more{
    display: flex;
    align-items: center;
    font-size:18px;
    color: #3fab4a;
}
.news_list li a .text .news_more i{
    display: block;
    width: 10px;
    height: 10px;
    background:url(../images/more4.png) no-repeat center;
    margin-left: 10px;
    transition: all 0.4s ease 0s;
}
.news_list li a:hover .img img{
    transform: scale(1.1);
}
.news_list li a:hover .text h3{
    color: #3fab4a;
}
.news_detail{
    max-width: 1200px;
    padding:70px 0;
}
.news_detail h1{
    font-size:28px;
    color: #333;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
}
.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 video{
    width: 50%;
    height: auto;
    margin:0 auto;
    display: block;
}
.news_list li a:hover .news_more i{
    margin-left: 20px;
}   

@media(max-width: 1600px){
    .n_news {
        padding: 85px 0;
    }
    .news_list li a {
        padding: 30px 0;
    }
    .news_list li a .text h3{
        font-size:16px;
    }
    .news_list li a .text {
        padding: 0 0 0 30px;
    }
    .news_list li a .text .txt{
        font-size:14px;
        margin: 10px 0 15px;
    }
    .news_list li a .text .news_more{
        font-size:15px;
    }
    .news_detail h1{
        font-size:26px;
    }
    .news_detail .content{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .n_news {
        padding: 70px 0;
    }   
    .news_detail h1{
        font-size:22px;
    } 
}
@media(max-width: 991px){
    
}
@media(max-width: 820px){
    .n_news {
        padding: 50px 0;
    }  
    .news_list li{
        width: 100%!important;
        padding-right: 0;
    }
    .news_list li a {
        padding: 20px 0;
    }  
    .news_detail{
        padding:50px 0;
    }
    .news_detail h1{
        font-size:18px;
    }
}
@media(max-width: 640px){
    .n_news {
        padding: 25px 0 35px;
    } 
    .news_list li a .img{
        width: 100%;
    }   
    .news_list li a .text{
        width: 100%;
        padding:20px 0 0;
    }
    .news_detail{
        padding:30px 0;
    }
    .news_detail h1{
        font-size:17px;
    }
    .info_title {
        padding-bottom: 8px;
        margin-bottom: 10px;
    }
}


/*关于*/
.index1{
    padding:155px 0 130px;
}
.index1 .wrap{
    display: flex;
    flex-wrap: wrap;
}
.index1 .text{
    width: 62.5%;
    padding-right: 10%;
}
.index1 .text h2{
    font-size:42px;
    color:#333333;
    line-height: 1.3;
}
.index1 .text h2 span{
    color: #103482;
}
.index1 .text .txt{
    font-size:17px;
    color: #474747;
    line-height: 1.8;
    margin-top:30px;
}
.index_num{
    background: url(../images/index1_bg.png) no-repeat center bottom;
    width: 1160px;
    height: 422px;
    position: relative;
    z-index: 9;
    padding:107px 45px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-top:95px;
    border-radius: 20px;
    backdrop-filter: blur(3px);
}
.index_num ul{
    display: flex;
    flex-wrap: wrap;
}
.index_num ul li{
    text-align: center;
    position: relative;
    width: 220px;
}
.index_num ul li:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    margin-top:-35px;
    width: 1px;
    height: 70px;
    background:rgba(255,255,255,.16);
}
.index_num ul li:last-child:after{
    display: none;
}
.index_num ul li .img1{
    margin:0 auto;
}
.index_num ul li .p1{
    font-size:30px;
    font-weight: bold;
    line-height: 1;
    margin:18px 0 3px;
}
.index_num ul li .p2{
    font-size:14px;
}
.index1_a{
    padding-top:52px;
    transition: 0.3s ease;
}
a.more1{
    color: #fff;
    text-align: center;

}
a.more1 p{
    margin-top:18px;
}
.index1 .img{
    width:37.5%;
}

@media(max-width: 1600px){
    .index1{
        padding:100px 0;
    }
    .index1 .text{
        padding-right: 6%;
    }
    .index1 .text h2{
        font-size:32px;
    }
    .index1 .text .txt{
        font-size:15px;
    }
    .index_num{
        background: url(../images/index1_bg.png) no-repeat center bottom;
        width: 1000px;
        height: 360px;
        padding: 70px 45px;
        margin-top: 60px;        
    }
    .index_num ul li{
        width: 200px;
    }
    .index_num ul li .img1{
        width: 70px;
    }
    .index1_a {
        padding-top: 35px;
    }
}
@media(max-width: 1280px){
    .index1 {
        padding: 70px 0;
    }
    .wrap{
        width: 90%;
    }
    .index1 .text h2 {
        font-size: 26px;
    }
    .index1 .text .txt{
        margin-top:15px;
        font-size:14px;
    }

}
@media(max-width: 1199px){
    .index_num{
        width: 820px;
        height: 300px;
        padding: 40px 30px;
        margin-top: 40px;
        background: url(../images/index1_bg.png) no-repeat center bottom;
        background-size: contain;
    }
    .index_num ul li {
        width: 165px;
    }
    .index_num ul li .p1 {
        font-size: 24px;
    }
    .index1_a {
        padding-top: 30px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 991px){
    .index_num{
        width: 700px;
        height: 260px;
        padding: 30px 20px;
        margin-top: 30px;
/*        background: url(../images/index1_bg.png) no-repeat center bottom;
        background-size: contain;*/
    }
    .index_num ul li {
        width: 140px;
    }
    .index_num ul li .p1 {
        font-size: 20px;
    }
    .index1_a {
        padding-top: 25px;
    }    
}
@media(max-width: 820px){
    .index1 {
        padding: 55px 0;
    }
    .wrap{
        width: 94%;
    }
    .index1 .text h2 {
        font-size: 22px;
    }
}
@media(max-width: 767px){
    .index1 {
        padding: 35px 0;
    } 
    .index1 .text{
        width: 100%;
        padding-right: 0;
    }
    .index1 .text h2 {
        font-size: 18px;
    }
    .index1 .img{
        width: 100%;
        margin-top:20px;
    }
    .index_num{
        width: 100%;
        display: none;
    }
}
#about1{

}
#about1 .num_list1{
    margin:55px 0 0;
}
#about1 .num_list1 dl dt span{
    color: #444444;
    background-image: -webkit-linear-gradient(bottom, rgba(68, 68, 68, 1), rgba(68, 68, 68, .85), rgba(68, 68, 68, 0.7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
}
.c_t1{
    text-align: center;
}
.c_t1 h2{
    font-size:46px;
    color: #333333;
    line-height: 1.4;
}
#about1.index1 .text .txt{
/*    max-height: 180px;
    min-height:100px;
    overflow-y: auto;
    padding-right: 30px;*/
    margin-top:50px;
}
#about1.index1 .text .txt p{
    margin-bottom:20px;
}
#about1.index1 .text .txt p:last-child{
    margin-bottom:0;
}
#about1.index1 .text .txt::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 3px;     
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
#about1.index1 .text .txt::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #103482;
}
#about1.index1 .text .txt::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
#about2{
    background:url(../images/qywh_bg.jpg) no-repeat center;
    background-size: cover;
    padding:100px 0 105px;
}
#about2 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:55px;
}
#about2 ul li{
    width: 23.5%;
    margin-right: 2%;
    background:#ffffff;
    border-radius: 6px;
    padding:60px 35px 50px;
    text-align: center;
}
#about2 ul li:nth-child(4n){
    margin-right: 0;
}
#about2 ul li .img1{
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background:#f3f6fb;
    margin:0 auto;
    position: relative;
}
#about2 ul li .img1:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-67px;
    margin-left:-67px;
    width: 132px;
    height: 132px;
    border:1px dashed #103482;
    border-radius: 50%;
}
#about2 ul li h3{
    position: relative;
    font-size:28px;
    color: #333333;
    line-height: 1;
    padding:47px 0 20px;
    margin-bottom:20px;
}
#about2 ul li h3:after{
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
    background:#dddddd;
}
#about2 ul li .txt{
    font-size: 16px;
    color: #666666;
}
#about2 ul li:last-child .txt{
    max-width: 180px;
    margin:0 auto;    
}
#about2 ul li:hover{
    background:#103482;
}
#about2 ul li:hover .img1{
    background:#fff;
}
#about2 ul li:hover .img1:after{
    border:1px dashed #fff;
}
#about2 ul li:hover h3,#about2 ul li:hover .txt{
    color: #fff;
}
#about2 ul li:hover h3:after{
    background: #fff;
}
#about3{
    padding:115px 0 0;
}
.gshj_list{
    display: flex;
    flex-wrap:wrap;
    margin-top:50px;
}
.gshj_list li{
    width: 49%;
    margin-right: 2%;
    margin-bottom:28px;
}
.gshj_list li:nth-child(2n){
    margin-right: 0;
}
.gshj_list li:hover img{
    transform: scale(1.1);
}
#about4{
    padding:115px 0 85px;
}
.ryzz{
    margin-top:62px;
}
#ryzz{
    padding-bottom:75px;
}
#ryzz .swiper-slide{
    border-radius: 6px;
    box-shadow: 0px 0px 6px #ccc;
}
#ryzz .swiper-slide .img{
    border-radius: 6px 6px 0 0;
    /*line-height: 285px;*/
    background: #d9d9d9;
    text-align: center;
    /*padding:20px 0;*/
}
/*#ryzz .swiper-slide .img img{*/
/*    max-height: 285px;*/
/*}*/
#ryzz p{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size:18px;
    color: #1a1a1a;
    line-height: 1.5;
    height: 130px;
}
#ryzz .swiper-slide:hover img{
    transform: scale(1.05);
}
#ryzz .swiper-slide:hover p{
    color: #103482;
}
#ryzz .swiper-pagination{
    bottom:0;
}
#ryzz .swiper-pagination span{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border:2px solid #103482;
    opacity: 1;
    background: transparent;
    margin:0 10px;
}
#ryzz .swiper-pagination span.swiper-pagination-bullet-active{
    background:#103482;
}
.tag_total{
    font-size:16px;
    color: #000;
    margin-bottom:30px;
}
@media(max-width: 1600px){
    .c_t1 h2 {
        font-size: 40px;
    }
    #about1.index1 .text .txt{
        margin-top: 35px;
    }
    #about1 .num_list1 {
        margin: 35px 0 0;
    }
    #about2{
        padding:100px 0;
    }
    #about2 ul{
        margin-top:35px;
    }
    #about2 ul li{
        padding:45px 30px 50px;
    }
    #about2 ul li h3 {
        font-size: 22px;
        padding: 35px 0 15px;
        margin-bottom: 15px;
    }
    #about2 ul li .txt{
        font-size:15px;
    }
    #about3{
        padding:100px 0 0;
    }
    #about4{
        padding:100px 0 85px
    }
    #ryzz p {
        font-size: 16px;
        height: 90px;
    }
    #ryzz .swiper-pagination span {
        width: 15px;
        height: 15px;
    }
    /*#ryzz .swiper-slide .img{*/
    /*    line-height: 255px;*/
    /*}*/
    /*#ryzz .swiper-slide .img img{*/
    /*    max-height: 255px;*/
    /*}*/
}
@media(max-width: 1280px){
    .c_t1 h2 {
        font-size: 32px;
    }
    #about2{
        padding:70px 0;
    } 
    #about2 ul li {
        padding: 45px 25px 40px;
    }
    #about2 ul li .txt {
        font-size: 14px;
    }
    #about2 ul li h3{
        font-size:20px;
    }
    #about2 ul li .img1{
        width: 90px;
        height: 90px;
        line-height: 90px;    
    }
    #about2 ul li .img1:after {
        margin-top: -61px;
        margin-left: -61px;
        width: 120px;
        height: 120px;   
    }
    #about3{
        padding:70px 0 0;
    }
    #about4{
        padding:70px 0;
    }
    /*#ryzz .swiper-slide .img{*/
    /*    line-height: 220px;*/
    /*}*/
    /*#ryzz .swiper-slide .img img{*/
    /*    max-height: 220px;*/
    /*}*/
}
@media(max-width: 991px){
    .c_t1 h2 {
        font-size: 28px;
    }
    #about1.index1 .text .txt{
        margin-top: 20px;
    }    
    #about1.index1 .text .txt p{
        margin-bottom: 10px;
    }

    #ryzz .swiper-pagination span {
        width: 12px;
        height: 12px;
    }
}
@media(max-width: 820px){
    .c_t1 h2 {
        font-size: 26px;
    } 
    #about1 .num_list1 {
        margin: 25px 0 0;
    }
    #about2{
        padding:55px 0;
    }
    #about2 ul{
        margin-top:30px;
    }  
    #about2 ul li{
        width: 49%;
        margin-bottom: 15px;
    }  
    #about2 ul li:nth-child(2n){
        margin-right: 0;
    }
    #about4 {
        padding: 50px 0;
    }
    .ryzz {
        margin-top: 50px;
    }
    #ryzz {
        padding-bottom: 50px;
    }
    #ryzz p{
        font-size:15px;
    }
    /*#ryzz .swiper-slide .img{*/
    /*    line-height: 200px;*/
    /*}*/
    /*#ryzz .swiper-slide .img img{*/
    /*    max-height: 200px;*/
    /*}*/
}
@media(max-width: 640px){
    .c_t1 h2 {
        font-size: 22px;
    } 
    #about2{
        padding:35px 0;
    }  
    #about2 ul{
        margin-top:25px;
    }  
    #about2 ul li{
        padding:30px 15px 20px;
    }
    #about2 ul li h3 {
        font-size: 17px;
    }
    #about4 {
        padding: 30px 0;
    }
    .ryzz {
        margin-top: 25px;
        padding:0 3%;
    }
    #ryzz .swiper-slide .img img{
        width: 100%;
    }
    #ryzz p {
        font-size: 13px;
        height: 50px;
        padding:5px;
        line-height:1.4;
        text-align:center;
    }
    /*#ryzz .swiper-slide .img{*/
    /*    line-height: 160px;*/
    /*}*/
    /*#ryzz .swiper-slide .img img{*/
    /*    max-height: 160px;*/
    /*}*/
}


/*联系*/
.contact1{
    padding:118px 0 0;
}
.contact1 .wrap{
    display: flex;
    flex-wrap: wrap;
}
.contact1_l{
    width: 50%;
    color: #fff;
    background:url(../images/contact1_bg.jpg) no-repeat center;
    background-size: cover;
    padding:30px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation-delay: 0.3s;
}
.contact1_l h3{
    font-size:36px;
    line-height: 1;
    margin-bottom: 50px;
}
.contact1_l .txt{
    display: flex;
    flex-wrap: wrap;
}
.contact1_l .txt p{
    /*width: 50%;*/
    padding-left: 32px;
}
.contact1_l .txt p strong{
    display: block;
    font-size:30px;
    font-family: "Arial";
    line-height: 1.4;
}
.contact1_l .txt p em{
    font-style: normal;
}
.contact1_l p:nth-child(2){display:none;}
.contact1_l p:nth-child(3),.contact1_l p:nth-child(4){
    width: 100%;
}
.contact1_l p:nth-child(1){
    background:url(../images/c_1.png) no-repeat left 7px;
}
.contact1_l p:nth-child(3){
    background:url(../images/c_2.png) no-repeat left 7px;
    margin-top:16px;
}
.contact1_l p:nth-child(4){
    background:url(../images/c_3.png) no-repeat left 7px;
    margin-top:16px;
}
.contact1_r{
    width: 50%;
    animation-delay: 0.6s;
}
@media(max-width: 1600px){
    .contact1 {
        padding: 100px 0 0;
    }
    .contact1_l {
        padding: 25px 40px;
    }
    .contact1_l h3{
        font-size:26px;
    }
    .contact1_l .txt p strong{
        font-size:24px;
    }
    .contact1_r{
        height: 400px;
        overflow: hidden;
    }
}
@media(max-width: 1280px){
    .contact1 {
        padding: 70px 0 0;
    }
    .contact1_l h3{
        font-size:24px;
        margin-bottom: 30px;
    }
    .contact1_l .txt p strong{
        font-size:20px;
    }
    .contact1_r{
        height: 300px;
    }
}
@media(max-width: 1199px){
    .contact1_l h3{
        font-size:20px;
        margin-bottom: 25px;
    }
}
@media(max-width: 991px){
    .contact1_l p:nth-child(3),.contact1_l p:nth-child(4){
        margin-top:10px;
    }
}
@media(max-width: 820px){
    .h100{
        height: 70px;
    }
    .contact1 {
        padding: 50px 0 0;
    } 
    .contact1_l{
        width: 100%;
    }
    .contact1_r{
        width: 100%;
    }   
}
@media(max-width: 640px){
    .h100{
        height: 60px;
    }
    .contact1 {
        padding: 35px 0 0;
    }
    .contact1_l{
        padding: 20px 15px;
    }
    .contact1_l h3{
        font-size:18px;
    }
    .contact1_l .txt p strong {
        font-size: 18px;
    }
    .contact1_r{
        height: 200px;
    }
}



/*留言*/
.message{
    padding:105px 0 110px;
    /*background:#f0f3f7;*/
}
.message h2{
    font-size:40px;
    color: #1a1a1a;
    line-height: 1.3;
    font-family: "puhui65";
    margin-bottom: 40px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.message ul li:nth-child(2n){
    margin-right: 0;
}
.message ul li:last-child{
    margin-right: 0;
    width: 100%;
    margin-bottom:0;
}
.message ul li input{
    width: 100%;
    background:#fff;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 60px;
    border:none;
    outline: none;
    border-radius: 4px;
    display: block;
    box-shadow: 0 0 5px #ddd;
}
.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";
    box-shadow: 0 0 5px #ddd;
}
.msgbtn{
    width: 160px;
    height: 60px;
    font-size:18px;
    color: #fff;
    background:#3fab4a;
    border-radius: 6px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin:50px auto 0;
    border:none;
    outline: none;
    cursor: pointer;
}
.msgbtn:hover{
    opacity: .9;
    box-shadow: 0 0 10px #ccc;
}
@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){
    .message ul li input {
        padding: 0px 15px;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
    .message ul li textarea{
        padding: 0px 15px;
        font-size: 14px;
        line-height: 40px;
        height: 160px;        
    }   
}
@media(max-width: 820px){
    .message{
        padding:50px 0;
    } 
}
@media(max-width: 640px){
    .message{
        padding:35px 0;
    }
    .message h2{
        font-size:24px;
        margin-bottom: 25px;
    }
    .message ul li{
        margin-bottom: 10px;
    }
    .message ul li textarea{
        height: 120px;
    }
    .msgbtn {
        width: 120px;
        height: 50px;
        font-size: 17px;
        margin: 30px auto 0;
    }
}
@media(max-width: 460px){
    .message ul li{
        width: 100%;
        margin-right: 0;
    }
}


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

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

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


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

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

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

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





h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 200px;
    left:-205px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #00a2e7;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
}
@media(max-width: 991px){
    .online-server{
        display: none!important;
    }
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

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


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #0067ac;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
}


/*客服1*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 客服2 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 9;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    transition: all .5s;
    position: relative;
    z-index:9;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index:8;
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 60px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #ffaf04;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none;
    }
}


/*客服3*/
.Fast_contact {
    height: 265px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}

.Fast_contact ul li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #d9d9d9;
}

.Fast_contact ul > li.onlineservice_li > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.Fast_contact ul > li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.onlineService_qq {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_form {
    background-image: url("../images/fastForm.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Fast_contact ul > li.onlineservice_li > a.onlineService_tel {
    width: 30px;
    height: 30px;
    background-image: url("../images/fastPhone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_whatsApp {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -139px;
}

.onlineService_email {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -111px;
}

.onlineService_skype {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.onlineService_wechat {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -266px;
}

.for_wechat span {
    display: block;
    text-align: center;
}

.onlineservice_tips {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
}

.onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}

.onlineservice_tips li a.for_wechat {
    height: auto;
}

.onlineservice_tips li a.for_wechat img {
    max-width: 240px;
}

.onlineservice_tips li a:hover {
    text-decoration: underline;
}

.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
@media(max-width:1220px){
    .Fast_contact{
        display:none;
}