﻿/*头部样式*/
header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 999999;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
}
.h80{
    height: 80px;
}
.wrap{
    width: 80%;
    max-width: 1510px;
    margin: 0 auto;
}
.head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    float: left;
}
.head_r{
    display: flex;
    align-items: center;
}
.search{
    height: 100%;
    position: relative;
    margin-right: 22px;
}
.ss{
    width: 20px;
    height: 20px;
    background: url(../images/ss.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
#formsearch{
    border: 1px solid #ccc;
    position: absolute;
    right: -50px;
    top: 50px;
    border-radius: 2px;
    background: #fff;
    width: 0px;
    padding-left: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}
#keyword{
    width: calc(100% - 50px);
    float: left;
    line-height: 40px;
    outline: none;
    border:none;
    /*padding:0 10px;*/
}
#s_btn{
    width: 50px;
    height: 40px;
    background: #2236a1;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    background: url(../images/ss.png) no-repeat center;
    background-size: 20px;
}
.search.cur #formsearch{
    width: 250px;
    visibility: visible;
    opacity: 1;
}
.h_language{
    position: relative;
}
.h_language .h_lang{
    display: flex;
    align-items:center;
    font-size:14px;
    color: #1a1a1a;
    line-height: 80px;
    font-weight: bold;
    cursor: pointer;
}
.h_language .h_lang .img1{
    margin-right: 10px;
    width: 20px;
}
.h_language .h_lang i{
    display: block;
    margin-left: 10px;
    width: 9px;
    height: 6px;
    background:url(../images/down.png) no-repeat center;
}
.h_language_txt{
    position: absolute;
    top:65px;
    left:0;
    width: 120%;
    left:-10%;
    background:#fff;
    display: none;
    z-index: 9;
}
.h_language_txt a{
    display: block;
    font-size:15px;
    color: #333;
    text-align: center;
}
.h_language:hover .h_language_txt{
    display: block;
}
.h_language_txt a:hover{
    background:#008cd6;
    color: #fff;
}

.nav{
    display: flex;
}
.nav li{
    position: relative;
    margin-right: 72px;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 18px;
    color: #030303;
    text-align: center;
    line-height: 80px;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:80px;
    left:-10%;
    z-index: 999;
    background-color: #fff;
    width: 120%;
}
.nav li .b_nav2{
    left:-40%;   
    width: 180%; 
}
.nav li .b_nav a{
    font-size: 14px;
    color: #333;  
    line-height: 2em;  
}
.nav li .b_nav a:hover{
    background: #008cd6;
    color:#fff;
}

#index_banner{
    height: calc(100vh - 80px);
}
#index_banner img{
    opacity: 0;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;
}
.banner_text h2{
    font-size: 70px;
    line-height: 1;
}
.banner_text p{
    font-size: 28px;
    line-height: 1.4;
    margin:35px 0 75px;
}
a.more1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 164px;
    height: 56px;
    background: #fff;
    border-radius: 28px;
    font-size: 16px;
    color: #1a1a1a;
}
a.more1:hover{
    background: #008cd6;
    color: #fff;
}
#index_banner .swiper-pagination{
    bottom: 40px
}
#index_banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    background-color: transparent;
    opacity: 1;
    box-sizing: border-box;
    margin-right: 100px;
    position: relative
}
#index_banner .swiper-pagination-bullet:last-child{
    margin-right: 0;
}
#index_banner .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(102%,-50%);
    width: 105px;
    border-bottom: 1px solid #fff;
    z-index: 10
}
#index_banner .swiper-pagination-bullet:last-of-type:before {
    display: none
}
#index_banner .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background: url(../images/banner_yd.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    z-index: 0;
    opacity: 0;
    transition: .5s
}
#index_banner .swiper-pagination-bullet-active:after {
    opacity: 1
}
#index_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 100px 0 0
}
#index_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-of-type {
    margin-right: 0
}

@media(max-width: 1600px){
    .wrap{
        width: 86%;
    }
    .nav li{
        margin-right:55px;
    }
    .nav li .b_nav2{
        width:200%;
        left:-50%;
    }
    .banner_text h2{
        font-size:46px;
    }
    .banner_text p{
        font-size:22px;
    }
    a.more1{
        width:120px;
        height:46px;
        font-size:15px;
        border-radius:23px;
    }
}
@media(max-width: 1280px){
    .nav li{
        margin-right:30px;
    }
    .nav li a{
        font-size:17px;
        line-height:70px;
    }
    .nav li .b_nav{
        top:70px;
    }
    .h_language .h_lang{
        line-height:70px;
    }
    .h80 {
        height: 70px;
    }
    .banner_text h2{
        font-size:42px;
    }
    .banner_text p{
        font-size:18px;
        margin: 20px 0 50px;
    }
    #index_banner {
        height: calc(100vh - 70px);
    }
}
@media(max-width: 1099px){
    .wrap{
        width:90%;
    }
}
@media(max-width: 1024px){
    .wrap{
        width:94%;
    }
    .nav li {
        margin-right: 20px;
    } 
    .nav li a{
        font-size:16px;
    }
    .banner_text h2{
        font-size:36px;
    }
    .banner_text p{
        font-size:16px;
        margin: 15px 0 35px;
    }
}
@media(max-width: 820px){

    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    #index_banner {
        height: 50vh;
    }
    .banner_text h2{
        font-size:32px;
    }
    .banner_text p{
        font-size:15px;
    }
    a.more1 {
        width: 90px;
        height: 40px;
        font-size: 14px;
        border-radius: 20px;
    }
    #index_banner .swiper-pagination-bullet{
        margin-right:70px;
    }
    #index_banner .swiper-pagination-bullet:before{
        width:75px;
    }
}
@media(max-width: 640px){
    .logo{
        width: 40%;
/*        float: none;*/
    }
    #formsearch{
        right:-80px;
        top:45px;
    }
    .menu-button{
        top:25px;
    }
    #index_banner{
        height:auto;
    }
    #index_banner img{
        opacity:1;
    }
    .banner_text{
        justify-content:flex-start;
        padding-top:30%;
        text-align:center;
    }
    .banner_text h2{
        font-size:26px;
    }
    .banner_text p{
        font-size:14px;
        margin: 12px 0 25px;
    }
    .banner_text a.more1{
        margin:0 auto;
    }
    #index_banner .swiper-pagination{
        bottom:30px;
    }
    #index_banner .swiper-pagination-bullet{
        margin-right:50px;
    }
    #index_banner .swiper-pagination-bullet:before{
        width:55px;
    }
    #index_banner .swiper-slide{
        background:none!important;
    }
}


.index1{
    padding:90px 0 175px;
}
.index1 .wrap{
    position: relative;
}
.index1 .text{
    float: left;
    width: 41.5%;
}
.index_t1{
    text-align: center;
}
.index_t1 h2{
    font-size:44px;
    color: #1a1a1a;
    line-height: 1;
    font-family: "puhui65";
    margin-top: -25px;
    position: relative;
    z-index: 9;
}
.index_t1 span{
    display: block;
    font-size: 80px;
    color: #eaeaea;
    line-height: 1;
    font-family: "puhui85";
    text-transform: uppercase;
}
.index1 .text .index_t1{
    text-align: left;
}
.index1 .text .txt{
    margin:30px 0 85px;
    font-size: 18px;
    color: #4c4c4c;
    line-height: 1.8;
    padding-right: 80px;
}
.index1 .text .txt p{
    font-family: "puhui45";
}
.num_list1{
    display: flex;
    justify-content: space-between;
}
.num_list1 li{

}
.num_list1 li p.p1{
    color: #008cd6;
    line-height: 1;
}
.num_list1 li p.p1 span{
    font-size: 70px;
    font-family: 'impact';
}
.num_list1 li p.p1 sub{
    font-size: 20px;
    color: #008cd6;
    margin-left: 12px;
}
.num_list1 li p.p2{
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin-top:10px;
}
.index1 a.more1{
    margin-top:62px;
    background: #008cd6;
    color: #fff;
}
.index1 a.more1:hover{
    background: #1a74a4;
}
.index1_map{
    float: right;
    width: 72%;
    position: absolute;
    right:-8%;
    top:0;
}
.index1_map_c{
    position: relative;
    width: 100%;
    height: 100%;
}
.index1_map_list li{
    position: absolute;
    cursor: pointer;
}
.index1_map_list dl{
    position: relative;
}
.index1_map_list dl dd{
    position: absolute;
    font-size: 16px;
    color: #4c4c4c;
}
.index1_map_list li:nth-child(1){
    top: 51%;
    right: 24%;
}
.index1_map_list li:nth-child(1) dl dd{
    top: 25px;
    left: 47px;  
    width: 100px;  
}
.index1_map_list li:nth-child(2){
    top: 74%;
    right: 21%;   
}
.index1_map_list li:nth-child(2) dl dd{
    top: 12px;
    left: 47px;
    width: 190px; 
}
.index1_map_list li:nth-child(3){
    top: 60%;
    right: 41%;  
}
.index1_map_list li:nth-child(3) dl dd{
    top: 22px;
    left: -85px;
    width: 80px; 
}
.index1_map_list li:nth-child(4){
    top: 77%;
    right: 32%;     
}
.index1_map_list li:nth-child(4) dl dd{
    top: 60px;
    left: -20px;
    width: 80px;  
}
.index1_map_tabs{

}
.index1_map_tab{
    width: 382px;
    min-height: 160px;
    border-radius: 13px;
    box-shadow: 0 0 10px #ddd;
    background:#fff;
    padding:22px 28px 10px;
    position: absolute;
    top:120px;
    left: 50%;
    margin-left: -191px;
    display:none;
}
.index1_map_tab.on{
    display: block;
}
.index1_map_tab h3{
    font-size: 24px;
    color: #008cd6;
    line-height: 1;
    position: relative;
    font-family: "puhui75";
    padding-left: 20px;
}
.index1_map_tab h3:before{
    content:'';
    position: absolute;
    top:50%;
    left: 0;
    width: 9px;
    height: 22px;
    background: #008cd6;
    border-radius: 4px;
    margin-top:-11px;
}
.index1_map_tab .txt{
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin-top:10px;
}
@media(max-width: 1600px){
    .index1 {
        padding: 90px 0;
    }
    .index_t1 span{
        font-size:52px;
    }
    .index_t1 h2{
        font-size:36px;
    }
    .index1 .text .txt{
        font-size:14px;
        margin:30px 0 55px;
    }
    .num_list1 li p.p1 span{
        font-size:56px;
    }
    .num_list1 li p.p1 sub {
        font-size: 16px;
        margin-left: 5px;
    }
    .num_list1 li p.p2{
        font-size:15px;
    }
    .index1 a.more1{
        margin-top:50px;
    }
    .index1_map_tab{
        top:20px;
    }
    .index1_map_list dl dt{
        width:30px;
    }
    .index1_map_list dl dd{
        font-size:14px;
    }
    .index1_map_list li:nth-child(1) dl dd {
        top: 8px;
        left: 30px;
        width: 85px;
    }
    .index1_map_list li:nth-child(2) dl dd {
        top: 0;
        left: 31px;
        width: 96px;
        line-height: 1.2;
    }
    .index1_map_list li:nth-child(3) dl dd {
        top: 10px;
        left: -75px;
        width: 72px;
    }
    .index1_map_list li:nth-child(4) dl dd {
        top: 35px;
    }
    .index1_map_tab{
        width: 325px;
        min-height: 140px;
        border-radius: 10px;
        padding: 12px 15px;
        margin-left: -162.5px;
    }
    .index1_map_tab h3{
        font-size:18px;
        padding-left: 12px;
    }
    .index1_map_tab h3:before{
        width:6px;
    }
    .index1_map_tab .txt{
        font-size:13px;
    }
}
@media(max-width: 1280px){
    .index1 {
        padding: 75px 0;
    }
    .index1 .text .txt{
        padding-right:30px;
    }
}
@media(max-width: 1199px){

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

}
@media(max-width: 820px){
    .index1 {
        padding: 55px 0;
    }
    .index1 .text{
        width:100%;
    }
    .index_t1 span{
        font-size: 42px;
    }
    .index_t1 h2{
        font-size:30px;
        margin-top:-20px;
    }
    .index1 .text .txt{
        padding-right:0px;
    }
    .index1_map{
        width:100%;
        position:relative;
        right:0;
    }
}
@media(max-width: 640px){
    .index1 {
        padding: 40px 0;
    } 
    .index_t1 span{
        font-size: 36px;
    }
    .index_t1 h2{
        font-size:24px;
        margin-top:-15px;
    }
    .index1 .text .txt{
        margin: 20px 0 30px;
    }
    .num_list1 li p.p1 span {
        font-size: 42px;
    }
    .num_list1 li p.p1 sub {
        font-size: 14px;
        margin-left: 3px;
        position: relative;
        top: -5px;
    }
    .num_list1 li p.p2 {
        font-size: 14px;
        margin-top:5px;
    }
    .index1 a.more1 {
        margin-top: 30px;
    }
    .index1_map_tabs{
        display:none;
    }
    .index1_map_list dl dd {
        font-size: 12px;
    }
    .index1_map_list li:nth-child(2) dl dd{
        width:81px;
        top:10px;
        left:25px;
    }
    .index1_map_list li:nth-child(3) dl dd {
        top: 10px;
        left: -62px;
        width: 62px;
    }
    .index1_map_list li:nth-child(1) {
        top: 43%;
        right: 23%;
    }
    .index1_map_list li:nth-child(2) {
        top: 69%;
        right: 19%;
    }
    .index1_map_list li:nth-child(3) {
        top: 55%;
        right: 40%;
    }
    .index1_map_list li:nth-child(4) {
        top: 72%;
        right: 31%;
    }
}


.index2{
    padding:100px 0;
    background: #f0f2f5;
}
.index_p_li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:55px 0 42px;
}
.index_p_li a{
    display: flex;
    align-items: center;
    padding:0 28px;
    border-radius: 20px;
    height: 40px;
    font-size: 14px;
    color: #1a1a1a;
    background: #fff;
    margin-right: 14px;
    margin-bottom: 5px;
}
.index_p_li a:last-child{
    margin-right: 0;
}
.index_p_li a.cur{
    background: #008cd6;
    color: #fff;
}
.index_p_tab{
    position: relative;
    z-index: -1;
    height: 0;
    overflow: hidden;
}
.index_p_tab.on{
    z-index: 9;
    height: auto;
}
.swiper-container.index_p_scroll{
    padding-bottom: 75px;
    padding-top:10px;
    padding-left: 10px;
    padding-right: 10px;
/*    position: unset;*/
    cursor: inherit !important;
}
.swiper-container.index_p_scroll .swiper-wrapper{
/*    position: unset;*/
}
.swiper-container.index_p_scroll .swiper-pagination{
    bottom:0;
}
.swiper-container.index_p_scroll .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #d1d1d1;
    border-radius: 50%;
    opacity: 1;
    margin:0 7px;
}
.swiper-container.index_p_scroll .swiper-pagination .swiper-pagination-bullet-active{
    background: #008cd6;
}
.p_li{
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding:60px 30px 30px;
    border-radius:10px;
}
.p_li:hover{
    box-shadow: 0 0 10px #e0e0e0;
}
.p_li .img{
    line-height: 140px;
    text-align: center;
}
.p_li .text{
    margin-top:55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.p_li .text .txt{
    width: calc(100% - 60px);
}
.p_li .text .txt span{
    display: block;
    font-size: 14px;
    color: #999999;
}
.p_li .text .txt h3{
    font-size: 24px;
    color: #1a1a1a;
    line-height: 1.6;
    margin-top:5px;
}
.more2{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: url(../images/more1.png) no-repeat center #f5f5f5;
}
.p_li:hover .more2{
    background: url(../images/more1_h.png) no-repeat center #008cd6;    
}
.p_detail{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 9999999;
    display: none;
    padding: 62px 62px 0;
    align-items: flex-end;
    justify-content: center;
}
.cur .p_detail,.p_detail.on{
    display: flex;
}
.p_detail .p_cont{
    width: 94%;
    max-width: 1200px;
    height: 80vh;
    background: #fff;
    padding:100px 50px 10px;
    position: relative;
}
.p_close{
    width: 78px;
    height: 110px;
    background: #0f84c7;
    border-radius: 0 10px 10px 0;
    position: absolute;
    right:-78px;
    top:0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.p_close p{
    font-size: 15px;
    color: #fff;
    margin-top:10px;
}
.p_cont_c{
    max-height: 610px;
    overflow-y: auto;
}
.p_t1{
    font-size: 26px;
    color: #333333;
    padding-bottom: 26px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
    line-height: 1;
}
.p_cont_text{

}
.p_cont_text h3{
    font-size: 18px;
    color: #0f84c7;
    font-weight: bold;
}
.p_cont_txt{
    padding-right: 10px;
}
.p_list{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}
.p_list:last-child{
    margin-bottom: 0;
}
.p_list .img1{
    width: 45%;
    max-width: 420px;
    text-align: center;
}
.p_list .p_table{
    width: 52%;
    /*max-width: 480px;*/
}
.p_table strong{
    font-size: 16px;
    color:#333333;
    margin-bottom: 10px;
    display: block;
}
.p_table table{
    width: 100%;
}
.p_table table tr{
    background: #f4f4f4;
}
.p_table table tr:nth-child(2n){
    background: #fff;
}
.p_table table tr td{
    font-size: 16px;
    color: #333333;
    padding:10px 18px;
    line-height: 30px;
}
.p_table table tr td:nth-child(1){
    width: 34%;
}
.index2_list{
    display: flex;
    flex-wrap:wrap;
    /*justify-content: center;*/
    margin-top:55px;
}
.index2_list li{
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.index2_list li:nth-child(5n){
    margin-right: 0;
}
.index2_list li a{
    display: block;
}
.index2_list li a .img{
    background: #fff;
    border-radius: 10px;
}
.index2_list li p{
    font-size: 16px;
    color: #333;
    margin-top:10px;
    text-align: center;
    font-family: "puhui65";
}
.index2_list li:hover a .img{
    box-shadow: 0 0 10px #dcdcdc;
}
.index2_list li:hover a .img img{
    transform: scale(1.05);
}
.index2_list li:hover a p{
    color:#008cd6;
}
@media(max-width: 1600px){
    .index2{
        padding:90px 0;
    }
    .index_p_li a{
        padding:0 15px;
        margin-right:12px;
        height:35px;
    }
    .p_li .text{
        margin-top:30px;
    }
    .p_li .text .txt h3{
        font-size:20px;
    }
    .more2{
        width:46px;
        height:46px;
    }
    .p_detail .p_cont{
        padding:55px 40px 0px;
    }
    .p_list{
        margin-bottom:30px;
    }
    .p_table table tr td{
        font-size:15px;
    }
    .index2_list li p{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .index2{
        padding:75px 0;
    }
    .p_li{
        padding:35px 20px 20px
    }
    .swiper-container.index_p_scroll{
        padding-bottom:65px;
    }
    .p_list{
        margin-bottom:20px;
    }
    .p_table table tr td{
        font-size:14px;
    }
    .index2_list li{
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .index2_list li:nth-child(5n){
        margin-right: 2%;
    }
    .index2_list li:nth-child(4n){
        margin-right: 0;
    }
}
@media(max-width: 1199px){
    .p_detail .p_cont{
        width:100%;
        padding:50px 30px 10px;
    }
}
@media(max-width: 991px){
    .p_list{
        margin-bottom:15px;
    }
    .p_detail .p_cont{
        padding:30px 20px 0px;
    }
    .p_t1 {
        font-size: 24px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .p_table table tr td{
        font-size:14px;
    }
}
@media(max-width: 820px){
    .index2{
        padding:55px 0;
    }
    .index_p_li {
        margin: 30px 0 30px;
    }
    .index_p_li a{
        margin-right:6px;
        font-size:13px;
    }
    .swiper-container.index_p_scroll{
        padding-bottom:55px;
    }
    .p_close {
        width: 55px;
        height: 55px;
        right: 0;
        top: -55px;
        border-radius:5px 5px 0 0;
    }
    .p_close img{
        max-width:22px;
    }
    .p_close p {
        font-size: 12px;
        color: #fff;
        margin-top: 0px;
    }
    .index2_list{
        margin-top:40px;
    }
}
@media(max-width: 640px){
    .index2{
        padding:40px 0;
    } 
    .index_p_li {
        margin: 25px 0 20px;
    }
    .index_p_li a{
        margin-right:5px;
        font-size:12px;
        height:32px;
        margin-bottom:3px;
    }
    .p_li{
        padding:20px 15px 15px;
    }
    .swiper-container.index_p_scroll{
        padding-bottom:45px;
    }
    .p_detail{
        padding:50px 20px 0;
    }
    .p_t1 {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .p_list .img1{
        width:100%;
        margin:12px 0;
    }
    .p_list .p_table{
        width:100%;
    }
    .index2_list{
        margin-top:30px;
    }
    .index2_list li{
        width: 49%;
        margin-bottom: 16px;
    }
    .index2_list li:nth-child(2n){
        margin-right: 0;
    }
    .index2_list li p{
        font-size:14px;
        margin-top: 6px;
    }
}

.index3{
    padding:135px 0 0;
    width: 100%;
    overflow: hidden;
}
.index3_intro{
    font-size: 16px;
    color: #808080;
    text-align: center;
    line-height: 1.6;
    padding:14px 0 60px;
}
.index3_c{

}
#index_yyly{
    overflow: visible;
}
#index_yyly .swiper-slide{
    border-radius: 20px;
    opacity: .5;
    padding:110px 48px;
    height: 100%;
}
#index_yyly .swiper-slide .text{
    background:#fff;
    padding:65px 70px;
    max-width: 668px;
    border-radius: 20px;
    height: 495px;
    opacity: 0;
}
#index_yyly .swiper-slide-active{
    opacity: 1;
}
#index_yyly .swiper-slide-active .text{
    opacity: 1;
}
#index_yyly .swiper-slide .text h2{
    line-height: 1;
    font-size: 46px;
    color: #272727;
    font-family: "puhui75";
}
#index_yyly .swiper-slide .text .txt{
    margin:18px 0 40px;
    font-size: 17px;
    color: #808080;
    font-family: "puhui45";
    line-height: 1.6;
}
#index_yyly .swiper-slide .text a.more1{
    background: #eaeaea;
    margin-bottom: 88px;
}
#index_yyly .swiper-slide .text a.more1:hover{
    background: #008cd6;
    color: #fff;
}
#index_yyly .swiper-slide-active{
    backdrop-filter:blur(0);
}
#index_yyly img{
    opacity: 0;
    display: none;
}
#index_yyly .swiper-pagination {
    left:0;
    padding-left:118px;
    bottom:140px;
    justify-content: flex-start;
    text-align: left;
}
.index_banner_pagination_box{
    position: absolute;
    left:118px;
    bottom:135px;
    z-index: 9;
    display: flex;
}
.index_banner_pagination_item{
    position: relative;
    margin-right:48px;
    cursor: pointer;
}
.index_banner_pagination_item:last-child{
    margin-right: 0;
}
#index_yyly .loading {
    width: 30px;
    height: 30px;
    position: relative;
    border: 3px solid transparent;
    background: transparent;
    opacity: 1;
}
.index_banner_pagination_text{
    font-size: 16px;
    color: #323333;
    text-align: center;
    font-family: "puhui45";
    margin-top:5px;
}
.index_banner_pagination_current .index_banner_pagination_text{
    color: #008cd6;
}
@media(max-width: 1600px){
    .index3{
        padding:90px 0 0;
    }
    .index3_intro{
        font-size:15px;
        padding: 12px 0 40px;
    }
    #index_yyly .swiper-slide .text {
        padding: 30px;
        height: 420px;
    }
    #index_yyly .swiper-slide .text h2{
        font-size:32px;
    }
    #index_yyly .swiper-slide .text .txt{
        font-size:15px;
    }
    #index_yyly .swiper-slide .text a.more1{
        margin-bottom:65px;
    }
    .index_banner_pagination_box{
        left:80px;
    }
    .index_banner_pagination_text{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .index3{
        padding:75px 0 0;
    }
    .index3_intro{
        font-size:14px;
        padding: 10px 0 25px;
    }
    .index_banner_pagination_item{
        margin-right:30px;
    }
}
@media(max-width: 1199px){

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

}
@media(max-width: 820px){
    .index3{
        padding:55px 0 0;
    }
    #index_yyly .swiper-slide{
        padding:55px 30px;
    }
    .index_banner_pagination_box{
        left:65px;
        bottom:75px;
    }
}
@media(max-width: 640px){
    .index3{
        padding:40px 0 0;
    } 
    #index_yyly .swiper-slide{
        padding:40px 20px;
    }
    #index_yyly .swiper-slide .text {
        padding: 20px;
        height: 380px;
    }
    #index_yyly .swiper-slide .text h2 {
        font-size: 22px;
    }
    #index_yyly .swiper-slide .text .txt {
        font-size: 14px;
        margin: 12px 0 25px;
    }
    #index_yyly .swiper-slide .text a.more1{
        margin-bottom:30px;
    }
    .index_banner_pagination_box{
        left:40px;
        bottom:60px;
    }
    .index_banner_pagination_item {
        margin-right: 15px;
    }
}


.index_bottom{
    padding:115px 0 0;    
}
.index_bottom ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_bottom ul li{
    height: 480px;
    width: 48.5%;
    border-radius: 20px;
    padding:92px 72px 135px;
}
.index_bottom ul li h2{
    font-size: 44px;
    color: #ffffff;
    line-height: 1;
    font-family: "puhui65";
}
.index_bottom ul li p{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    font-family: "puhui45";
    margin:20px 0 110px;
    opacity: 0;
    transition: all 0.4s ease-out;
}
.index_bottom ul li a.more1{
    opacity: 0;
    transition: all 0.4s ease-out;
    background: #008cd6;
    color: #fff;
}
.index_bottom ul li:hover p{
    opacity: 1;
}
.index_bottom ul li:hover a.more1{
    opacity: 1;
}
.index_bottom ul li a.more1:hover{
    background: #008cd6;
    color: #fff;
}
.index4{
    padding:160px 0 130px;
}
.index4_intro{
    margin:15px auto 45px;
    font-size: 16px;
    color:#808080;
    font-family: "puhui45";
    line-height: 1.6;
    text-align: center;
}
#hzhb2{
    margin-top:10px;
}
@media(max-width: 1600px){
    .index_bottom {
        padding: 90px 0 0;
    }
    .index_bottom ul li{
        height:360px;
        padding:60px 40px 95px;
    }
    .index_bottom ul li h2{
        font-size:36px;
    }
    .index_bottom ul li p {
        font-size: 15px;
        margin: 10px 0 70px;
    }
    .index4{
        padding:90px 0;
    }
}
@media(max-width: 1280px){
    .index_bottom {
        padding: 75px 0 0;
    }
    .index4{
        padding:75px 0;
    }
    .index4_intro{
        font-size:15px;
        margin: 15px auto 30px;
    }
}
@media(max-width: 1199px){

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

}
@media(max-width: 820px){
    .index_bottom {
        padding: 55px 0 0;
    }
    .index_bottom ul li{
        height: 300px;
        padding: 40px 25px 55px;        
    }
    .index_bottom ul li h2 {
        font-size: 30px;
    }
    .index4{
        padding:55px 0;
    }
}
@media(max-width: 640px){
    .index_bottom {
        padding: 40px 0 0;
    }
    .index_bottom ul li{
        width:100%;
        margin-bottom:15px;
        height:240px;
    }
    .index_bottom ul li:last-child{
        margin-bottom:0;
    }
    .index_bottom ul li h2 {
        font-size: 26px;
    }
    .index_bottom ul li p,.index_bottom ul li a.more1{
        opacity:1;
    }
    .index_bottom ul li p{
        margin: 10px 0 40px;
    }
    .index4{
        padding:40px 0;
    } 
    .index4_intro{
        font-size:14px;
    }
}


/*页面底部*/
footer{
    background:#e2e5eb;
}
.foot_top{
    padding:58px 0 38px;
}
.f_logo{
    float: left;
    line-height: 46px;
}
.f_logo img{
/*    max-height: 30px;*/
}
.f_link{
    width: 220px;
 
    font-size:16px;
    color: #333333;
    background:#ffffff;
    border-radius: 4px;
    float: right;
    position: relative;
    cursor: pointer;
}
.f_link p{
    display: flex;
    justify-content: center;
    align-items: center;    
    height: 46px;
    width: 100%;
}
.f_link i{
    margin-left: 76px;
    display: block;
    width: 13px;
    height: 100%;
    background:url(../images/down3.png) no-repeat center;
    transition: all 0.5s ease-out;
}
.f_link:hover p i{
    margin-left: 50px;    
}
.f_link_a{
    position: absolute;
    top:46px;
    left:0;
    background:#fff;
    width: 100%;
    padding:0 5px;
    box-shadow: 0px 0px 10px #eee;
    display: none;
    z-index: 9999;
}
.f_link_a a{
    display: block;
    text-align: center;
}
.f_link:hover .f_link_a{
    display: block;
}
.foot{
    padding:56px 0 60px;
    border-top:1px solid #dadbdc;
    border-bottom:1px solid #dadbdc;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.foot:after{
    content:'';
    position: absolute;
    top:0;
    right:316px;
    width: 1px;
    height: 100%;
    background:#dadbdc;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    /*width: calc(100% - 316px);*/
}
.f_nav li{
    width: 16%;
}
.f_nav li:last-child{
    width: 20%;
}
.f_nav li h3{
    font-size:19px;
    color: #1a1a1a;
    margin-bottom: 12px;
}
.f_nav li a{
    display: block;
    font-size:14px;
    color: #666666;
}
.f_nav li a:hover{
    color: #008cd6;
}
.f_nav li .txt{
    font-size:14px;
    color: #666666;
    line-height: 1.6;
}
.f_nav li .txt strong{
    font-size:20px;
    color: #1a1a1a;
    font-family: "苹方";
    line-height: 1;
    display: block;
    margin-bottom:22px;
}
.f_nav li .txt p:nth-child(3){
    margin-bottom:25px;
}
.f_code{
    width: 316px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.f_code dl{

/*    margin-bottom:30px;*/
text-align: center;
}
.f_code dl:last-child{
    margin-bottom:0;
}
.f_code dl dt{

}
.f_code dl dd{
    text-align:center;
    font-size:14px;
    color: #4c4c4c;
    line-height: 1.5;
    font-family: "puhui45";
    margin-top:15px;
}
.f_code_list{
    display: flex;
    justify-content: center;
}
.f_code_list li{
    position: relative;
    margin:0 25px;
    cursor: pointer;
}
.f_code_list li .img1{
    min-width: 40px;
    text-align: center;
}
.f_code_list li .img1 span{
    display: block;
    font-size: 12px;
}
.f_code_list li .img2{
    position: absolute;
    top:55px;
    left:50%;  
    width: 110px;
    height: 110px;
    margin-left: -55px;
    display: none;
}
.f_code_list li:hover .img2{
    display: block;
}
.copyright{
    padding:25px 0;
}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}
@media(max-width: 1600px){
    .foot_top {
        padding: 45px 0 20px;
    }
    .f_nav{
        width: calc(100% - 200px);
    }
    .f_nav li {
        width: 14%;
    }
    .f_nav li h3{
        font-size:17px;
    }
    .f_nav li:last-child {
        width: 27%;
    }
    .f_code{
        width:200px;
        padding-left: 35px;
    }
    .f_code dl dd{
        margin-top:10px;
    }
}
@media(max-width: 1280px){
/*    footer .wrap{
        width:92%;
    }*/
    .foot{
        padding:40px 0;
    }
    .f_code dl{
        margin-bottom:15px;
    }
    .copyright{
        padding:15px 0;
    }
    .f_code {
        padding-left: 30px;
    }
}
@media(max-width: 820px){
    .foot {
        padding: 25px 0;
    }
    .f_nav{
        width:100%;
    }
    .f_nav li{
        width:16%;
    }
    .f_nav li:nth-child(4),.f_nav li:nth-child(5){
        display:none;
    }
    .f_nav li:last-child {
        width: 34%;
    }
    .foot:after,.f_code{
        display:none;
    }
    .copyright_l,.copyright_r{
        width:100%;
        text-align:center;
    }
}
@media(max-width: 767px){
    .f_link{
        display:none;
    }
    .f_logo{
        /*line-height: 40px;*/
    }
    .f_logo img{
        max-height:45px;
    }
/*    .foot_top a.more2 {
        float: right;
        margin-left: 15px;
        font-size:15px;
        width:110px;
    }
    a.more2{
        height:40px;
    }
    a.more2 i{
        margin-left:25px;
    }
    a.more2:hover i{
        margin-left: 18px;    
    }*/
    .f_nav li{
        display:none;
    }
    .f_nav li:last-child{
        display:block;
        width:100%;
    }
    .copyright {
        padding: 10px 0;
    }
}





/*----- 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;
    height: 560px;
}
.n_banner img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    transition: 5s;
    animation: mymove4 5s;
    display: none;
}
@keyframes mymove4 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.03)
    }

    100% {
        transform: scale(1)
    }
}

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

    50% {
        transform: scale(1.03)
    }

    100% {
        transform: scale(1)
    }
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
.n_banner_text h2{
    font-size:60px;
    color: #fff;
    font-family: "puhui85";
/*    padding-top:50px;*/
}
.sitemp{
    display: none;
}
@media(max-width: 1600px){
    .n_banner{
        height: 450px;
    }
    .n_banner_text h2{
        font-size:52px;
    }
}
@media(max-width: 1280px){
    .n_banner{
        height: 400px;
    }
    .n_banner_text h2{
        font-size:46px;
    }
}
@media(max-width: 1024px){
    .n_banner_text h2{
        font-size:42px;
    }    
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .n_banner{
        height: 300px;
    }
    .n_banner_text h2{
        font-size:36px;
        padding-top:0;
    }    
}
@media(max-width: 767px){
    .n_banner{
        height: 210px;
    }
    .n_banner_text h2{
        font-size:26px;
    }    
}


.about1{
    padding:125px 0 130px;
    position: relative;
}
.dw{
    position: absolute;
    top:-80px;
    left:0;
}
.about1_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:75px;
}
.about1_c .imgs{
    width: 377px;
}
.about1_c .imgs p{
    font-size: 20px;
    color: #008cd6;
    width: 100%;
    max-width: 346px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/about1_p_bg.png) no-repeat center;
    background-size: contain;
    margin:30px auto 0;
}
.about1_c .text{
    width: calc(100% - 600px);
}
.about1_c .text .txt{
    font-size: 18px;
    color: #4c4c4c;
    line-height: 1.6;
    font-family: "puhui65";
    margin-bottom: 70px;
}
.about1_c .text .txt p{
    margin-bottom: 25px;
}
.about1_c .text .txt p:last-child{
    margin-bottom: 0;
}
.about1_c .num_list1 li .p1 span{

}

.about2{
    padding:100px 0;
    background: #f7f7f7;
    position: relative;
}
.about2_img{
    margin-top:60px;
    text-align: center;
}
.about3{
    padding:105px 0 85px;
    background: url(../images/about3.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.about3 .index_t1 span{
    opacity: .1;
}
.about3 .index_t1 h2{
    color: #fff;
}
#fzlc{
    margin-top:100px;
}
#fzlc_t{
    padding-bottom:72px;
}
#fzlc_t:after{
    content:'';
    position: absolute;
    left:0;
    bottom:46px;
    width: 100%;
    height: 2px;
    background:rgba(255,255,255,.2);
}
#fzlc_t .swiper-wrapper,#fzlc_b .swiper-wrapper{
    height: auto;
}
#fzlc_t .swiper-slide{
    font-size:36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
#fzlc_t .swiper-slide:before{
    content:'';
    position: absolute;
    bottom:-31px;
    left: 50%;
    width: 11px;
    height: 11px;
    margin-left: -5.5px;
    background:url(../images/fz_ico1.png) no-repeat center;
}
#fzlc_t .swiper-slide-thumb-active:before{
    bottom:-34px;
    width: 17px;
    height: 17px;
    margin-left: -8.5px;
    background:url(../images/fz_ico2.png) no-repeat center;
}
#fzlc_t .swiper-slide:after{
    content:'';
    position: absolute;
    bottom:-72px;
    left:50%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;  
    margin-left: -12px; 
    opacity: 0; 
}
#fzlc_t .swiper-slide-thumb-active:after{
    opacity: 1;
}
#fzlc .swiper-button-prev{
    width: 17px;
    height: 31px;
    background:url(../images/left1.png) no-repeat center;
    margin-top:-50px;
}
#fzlc .swiper-button-next{
    width: 17px;
    height: 31px;
    background:url(../images/right1.png) no-repeat center;
    margin-top:-50px;
}
#fzlc_b{
    border-radius: 10px;
    background:#fff;
}
#fzlc_b .swiper-slide{
/*    padding-top:12px;*/
}

#fzlc_b .swiper-slide .text{
    background:#fff;
    padding:30px 65px;
    min-height:162px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#fzlc_b .swiper-slide .p1{
    font-size:30px;
    color: #223574;
    line-height: 1;
}
#fzlc_b .swiper-slide .p2{
    font-size:20px;
    color: #1a1a1a;
    line-height: 1.6;
    margin-top:10px;
}

.about4{
    padding:108px 0 0;
    position: relative;
}
#ryzz{
    margin-top:48px;
    padding-bottom: 10px;
}
#ryzz .swiper-slide .ryzz_cont{
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#ryzz .img img{
    width: 100%;
}
#ryzz .text{
  padding: 25px 30px;
  height: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items:center;
}
#ryzz h3.c-title{
    position: relative;
    z-index: 2;
/*    margin-top: 15px;*/
    font-size: 18px;
    line-height: 28px;
    color: #333;
    font-family: "puhui55";
    text-align: center;
}
.about5{
    padding:97px 0 0;
    position: relative;
}
.gshj{
    margin-top:42px;
}
#gshj .img{
    border-radius: 10px;
}
.about6{
    padding:90px 0 110px;
    position: relative;
}
.about7{
    margin-top:100px;
    padding:130px 0 115px;
    background: url(../images/about7.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    position: relative;
}
.about7 dl{
    margin-bottom: 75px;
}
.about7 dl:last-child{
    margin-bottom: 0;
}
.about7 dl dt{
    font-size: 34px;
    font-family: "puhui85";
    line-height: 1;
    margin-bottom: 20px;
}
.about7 dl dd{
    font-size: 18px;
    line-height: 1.8;
}
.about7 dl dd span{
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
}
@media(max-width:1600px){
    .about1,.about2,.about3,.about6{
        padding:90px 0;
    }
    .about1_c{
        margin-top:55px;
    }
    .about1_c .text .txt{
        font-size:15px;
    }
    .about1_c .text .txt p {
        margin-bottom: 15px;
    }
    .about2_img{
        margin-top:40px;
    }
    #fzlc {
        margin-top: 70px;
    }
    #fzlc_t .swiper-slide{
        font-size:30px;
    }
    #fzlc_b .swiper-slide .p1{
        font-size:26px;
    }
    #fzlc_b .swiper-slide .p2{
        font-size:16px;
    }
    #fzlc_b .swiper-slide .text{
        padding:30px 70px;
    }
    #ryzz .text{
        height:100px;
    }
    #ryzz h3.c-title{
        font-size:17px;
    }
    .about4,.about5{
        padding:90px 0 0;
    }
    .about7{
        margin-top:90px;
        padding:100px 0;
    }
    .about7 dl{
        margin-bottom:60px;
    }
    .about7 dl dt{
        font-size:28px;
    }
    .about7 dl dd{
        font-size:15px;
    }
    .about7 dl dd span{
        padding-bottom:15px;
    }
}
@media(max-width:1280px){
    .about1,.about2,.about3,.about6{
        padding:75px 0;
    }
    .about1_c .imgs{
        width:300px;
    }
    .about1_c .text {
        width: calc(100% - 450px);
    }
    .about1_c .text .txt{
        margin-bottom:40px;
        font-size:14px;
    }
    .about1_c .text .txt p{
        margin-bottom:10px;
    }
    #fzlc_t .swiper-slide{
        font-size:26px;
    } 
    #ryzz .text{
        height:75px;
        padding:15px 15px;
    }
    #ryzz h3.c-title{
        font-size:15px;
    }
    .about4,.about5{
        padding:75px 0 0;
    }
    .about7{
        margin-top:75px;
        padding:75px 0;
    }
    .about7 dl{
        margin-bottom:50px;
    }
    .about7 dl dt{
        font-size:26px;
    }
    .about7 dl dd{
        font-size:14px;
    }
}
@media(max-width:1199px){
    .fzlc .swiper-button-prev, .fzlc .swiper-button-next{
        width:50px;
        height:50px;
    }
}
@media(max-width:1099px){
    .about1_c{
        margin-top:45px;
    }
    .about1_c .imgs{
        width:250px;
    }
    .about1_c .imgs p{
        font-size:18px;
    }
    .about1_c .text {
        width: calc(100% - 300px);
    }
    #fzlc_t .swiper-slide{
        font-size:22px;
    } 
    #fzlc .swiper-button-prev{
        left:0;
    }
    #fzlc .swiper-button-next{
        right:0;
    }
}
@media(max-width:820px){
    .about1,.about2,.about3,.about6{
        padding:55px 0;
    }
    .about1_c,.about2_img{
        margin-top: 35px;
    }
    #fzlc {
        margin-top: 50px;
    }
    #fzlc_t .swiper-slide{
        font-size:20px;
    } 
    #fzlc_b .swiper-slide .text {
        padding: 30px 30px;
    } 
    #fzlc_b .swiper-slide .p1 {
        font-size: 22px;
    }
    #fzlc_b .swiper-slide .p2 {
        font-size: 15px;
    } 
    #ryzz{
        margin-top:30px;
    }
    .about4,.about5{
        padding:55px 0 0;
    }
    .about7{
        margin-top:55px;
        padding:55px 0;
    }
    .about7 dl{
        margin-bottom:40px;
    }
    .about7 dl dt{
        font-size:24px;
    }
}
@media(max-width:640px){
    .about1,.about2,.about3,.about6{
        padding:40px 0;
    }
    .about1_c,.about2_img,.gshj{
        margin-top: 25px;
    }
    .about1_c .imgs{
        display:none;
    }
    .about1_c .text{
        width:100%;
    }
    #fzlc {
        margin-top: 35px;
    }
    #fzlc .swiper-button-prev,#fzlc .swiper-button-next{
        display: none;
    }
    #fzlc_b .swiper-slide .text {
        padding: 20px 25px;
    } 
    #fzlc_b .swiper-slide .p1 {
        font-size: 20px;
    }
    #fzlc_b .swiper-slide .p2{
        font-size:14px;
    }
    .about4,.about5{
        padding:40px 0 0;
    }
    .about7{
        margin-top:40px;
        padding:40px 0;
    }
    .about7 dl dt{
        font-size:20px;
        margin-bottom: 12px;
    }
}


.n_product{
    padding:120px 0 115px;
    background: #f0f2f5;
}
.sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:45px 0 40px;
}
.sort li{
    margin-right: 15px;
    margin-bottom: 20px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #1a1a1a;
    background: #fff;
    border-radius: 20px;
    padding:0 28px;
    height: 40px;
}
.sort li.cur a{
    background: #008cd6;
    color: #fff;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.product_list li:nth-child(4n){
    margin-right: 0;
}
@media(max-width: 1600px){
    .n_product{
        padding:90px 0;
    }
    .sort li {
        margin-right: 12px;
        margin-bottom: 10px;
    }
    .sort li a{
        padding: 0 15px;
        font-size:13px;
        height: 35px;
    }
}
@media(max-width: 1280px){
    .n_product{
        padding:75px 0;
    }
    .product_list li{
        width: 32%;
        margin-bottom: 15px;
    }
    .product_list li:nth-child(4n){
        margin-right: 2%;
    }
    .product_list li:nth-child(3n){
        margin-right: 0;
    }
}
@media(max-width: 1199px){

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

}
@media(max-width: 820px){
    .n_product{
        padding:55px 0;
    }
    .product_list li{
        width: 49%;
    }
    .product_list li:nth-child(3n){
        margin-right: 2%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width: 640px){
    .n_product{
        padding:40px 0;
    }
    .sort{
        padding: 25px 0 20px;
    }
    .sort li{
       margin-right: 5px; 
       margin-bottom: 3px;
    }
    .sort li a{
        font-size: 12px;
        height: 32px;
    }   
}
@media(max-width: 460px){
    .product_list li{
        width: 100%;
        margin-right:0!important;
    }
}


.n_case{

}
.case_top{
    padding:120px 0 40px;
}
.sort2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top:82px;
}
.sort2 li{
    margin-right: 160px;
}
.sort2 li:last-child{
    margin-right: 0;
}
.sort2 li a{
    display: block;
    text-align: center;
}
.sort2 li a .img{
    line-height: 72px;
}
.sort2 li a p{
    font-size: 20px;
    color: #333333;
    line-height: 1.6;
    margin-top:14px;
}
.sort2 li.cur a p{
    color: #0f84c7;
}
.case1{
    padding:95px 0 0;
    background: #f2f2f2;
}
.n_t1{
    text-align: center;
}
.n_t1 h2{
    font-size: 46px;
    color: #1a1a1a;
    line-height: 1;
    font-family: "puhui65";
}
.case1 .text{
    font-size: 18px;
    color: #666666;
    text-align: center;
    max-width: 960px;
    margin:0 auto;
    padding:35px 0 72px;
    line-height: 1.8;
}
.case1 .img{
    text-align: center;
    max-width: 1258px;
    margin:0 auto;
}
.case2{
    padding:102px 0 125px;
    background: #f2f2f2;
}
.xgal_list{
    margin-top:54px;
}

@media(max-width: 1600px){
    .case_top{
        padding:90px 0 40px;
    }
    .sort2 li a p{
        margin-top:10px;
    }
    .n_t1 h2{
        font-size:42px;
    }
    .case1 .text{
        font-size: 15px;
        padding: 30px 0 50px;
    }
    .case2{
        padding:90px 0;
    }
}
@media(max-width: 1280px){
    .case_top{
        padding:75px 0 40px;
    }
    .sort2 li{
        margin-right:100px;
    }
    .case1{
        padding:75px 0 0;
    }
    .n_t1 h2{
        font-size:36px;
    }
    .case2{
        padding:75px 0;
    }
}
@media(max-width: 1199px){
    .n_t1 h2{
        font-size:32px;
    }
}
@media(max-width: 991px){
    .sort2{
        padding-top:50px;
    }
    .sort2 li{
        margin-right:60px;
    }
}
@media(max-width: 820px){
    .case_top{
        padding:55px 0 30px;
    }
    .sort2 li a .img {
        line-height: 55px;
    }
    .sort2 li a .img img{
        max-height:45px;
        max-width:45px;
    }
    .case1{
        padding:55px 0 0;
    }
    .case1 .text {
        font-size: 14px;
        padding: 20px 0 30px;
    }
    .n_t1 h2{
        font-size:28px;
    }
    .case2{
        padding:55px 0;
    }
    .xgal_list{
        margin-top:35px;
    }
}
@media(max-width: 640px){
    .case_top{
        padding:40px 0 20px;
    } 
    .sort2{
        padding-top:35px;
    }
    .sort2 li{
        margin-right:20px;
    }
    .sort2 li a .img {
        line-height: 40px;
    }
    .sort2 li a .img img{
        max-height:35px;
    }
    .sort2 li a p{
        font-size:16px;
        margin-top:5px;
    }
    .case1{
        padding:40px 0 0;
    }
    .n_t1 h2{
        font-size:24px;
    }
    .case2{
        padding:40px 0;
    }
    .xgal_list{
        margin-top:25px;
    }
}

.yanfa1{
    padding:120px 0 105px;
    position: relative;
}
.yf1_list{
    margin-top:65px;
    display: flex;
    flex-wrap: wrap;
}
.yf1_list li{
    width: 23.5%;
    margin-right: 2%;
    padding:50px 30px 85px;
    background: url(../images/yf1_bg.jpg) no-repeat bottom center #f0f2f5;
    text-align: center;
    border-radius: 10px;
}
.yf1_list li:last-child{
    margin-right: 0;
}
.yf1_list li .img{

}
.yf1_list li h3{
    font-size: 30px;
    color: #333333;
    line-height: 1;
    margin:48px 0 20px;
}
.yf1_list li p{
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
}
.yanfa2{
    background: #f7f7f7;
    padding:120px 0;
    position: relative;
}
.yanfa2 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yanfa2 .text{
    width: 32%;
    padding-top:12px;
}
.yanfa2 .text .index_t1{
    text-align: left;
}

.yf2_li{
    margin-top:80px;
}
.yf2_li li{
    height: 205px;
    display: flex;
    flex-direction: column;
    justify-content: center;   
    position: relative; 
    margin-bottom: 0px;
    padding:18px;
    cursor: pointer;
}
.yf2_li li:last-child{
    margin-bottom: 0;
}
.yf2_li li:before{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    width: 8px;
    height: 8px;
    background:#cccccc;
    border-radius: 50%;
    margin-top:-4px;
}
.yf2_li_top{
    position: relative;
    display: flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 14px;
}
.yf2_li li .yf2_num{
    font-size:36px;
    color: #e0e0e0;
    line-height: 1;
}
.yf2_li li .p1{
    font-size:28px;
    color: #808080;
    line-height: 1;
    font-family: "puhui65";
}
.yf2_li li .txt{
    font-size:0;
    color: #1a1a1a;
    line-height: 1.8;
    height: 0;
    transition:all 0.5s ease-out;
    font-family: "puhui45";
}
.yf2_li li.cur{
    border:1px solid #ccc;
    border-radius: 6px;
    background: #ffffff;
}
.yf2_li li.cur:before{
    width: 5px;
    height: 52px;
    background:#004098;
    margin-top:-26px;
    border-radius: 0;
    left:-3px;
}
.yf2_li li.cur .yf2_li_top{
    flex-direction: row;
}
.yf2_li li.cur .yf2_num{
    width: 46px;
    height: 20px;
    font-size:20px;
    color: #fff;
    border-radius: 10px;
    background:#004098;
    line-height: 1;
    text-align: center;
    position: absolute;
    top:-17px;
    right:0;
}
.yf2_li li.cur .p1{
    color: #333333;
}
.yf2_li li.cur .txt{
    height: auto;
    font-size:16px;
}
.yf2_imgs{
    width: 64%;
}
.yf2_img{
    display: none;
}
.yanfa3{
    padding:130px 0 0;
    position: relative;
}
.yf3{
    display: flex;
    margin-bottom: 65px;
}
.yf3 p{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 92px;
    width: calc(66% + 15px); 
    background: #a4c8db;
    text-align: center;
    border-radius: 10px;
    font-size: 30px;
    color: #fff;
    font-family: "puhui85";
    position: relative;
    z-index: 9;
}
.yf3 p span{
    margin-right: 30px;
    font-family: "puhui85";
}
.yf3 p:nth-child(2){
    width: calc(19% + 15px);
    background: #73a3bd;
    margin-left: -15px; 
    z-index: 8;
}
.yf3 p:nth-child(2) span{
    margin-right: 20px;
}
.yf3 p:nth-child(1){
    /*width: calc(15% + 15px);  */
    width: 15%;
    background: #008cd6; 
    /*margin-left: -15px; */
    z-index: 7;
}
.yf3 p:nth-child(1) span{
    margin-right: 16px;
}
.yf3 p:nth-child(3){
    margin-left: -15px;
}
.yf3_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yf3_list li{
    width: 31%;
    margin-right: 3.5%;
    text-align: center;
}
.yf3_list li:last-child{
    margin-right: 0;
}
.yf3_list li .img{
    border-radius: 8px;
}
.yf3_list li h3{
    font-size: 30px;
    color: #333333;
    line-height: 1;
    margin-top:30px;
}
.yf3_list li:hover .img img{
    transform: scale(1.1);
}
.yanfa4{
    padding:110px 0 120px;
    position: relative;
}
.yf4_list{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yf4_list dl{
    width: 47%;
    text-align: center;
}
.yf4_list dl dt{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yf4_list dl dt p{
    width: 49%;
}
.yf4_list dl dd{

}
.yf4_list dl dd h3{
    font-size: 30px;
    color: #1a1a1a;
    font-family: "puhui65";
    line-height: 1.4;
    margin:30px 0 5px;
}
.yf4_list dl dd p{
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
    max-width: 860px;
    margin:0 auto;
    text-align: center;
}
.yf4_list dl:last-child{
    width: 100%;
    margin-top:80px;
}
.yf4_list dl:last-child dt p{
    width: 22%;
}
@media(max-width: 1600px){
    .yanfa1,.yanfa2,.yanfa4{
        padding:90px 0;
    }
    .yf1_list{
        margin-top:50px;
    }
    .yf1_list li{
        padding:35px 20px 55px;
    }
    .yf1_list li .img img{
        width:70px;
    }
    .yf1_list li h3 {
        font-size: 24px;
        margin: 25px 0 15px;
    }
    .yf1_list li p{
        font-size:15px;
    }
    .yf2_li{
        margin-top: 40px;
    }
    .yf2_li li{
        height: 130px;
    }
    .yf2_li li.cur .yf2_num{
        top:-2px;
    }
    .yf2_li_bottom{
        margin-top:5px;
    }
    .yf2_li li .p1{
        font-size:20px;
    }
    .yf2_li li .ab4_num{
        font-size:32px;
    }
    .yf2_li li.cur .txt{
        font-size:12px;
    }
    .yanfa3 {
        padding: 90px 0 0;
    }
    .yf3 p{
        height:65px;
        font-size:24px;
    }
    .yf3 p span,.yf3 p:nth-child(2) span,.yf3 p:nth-child(1) span{
        margin-right:12px;
    }
    .yf3_list li h3 {
        font-size: 24px;
        margin-top: 20px;
    }
    .yf4_list dl{
        width:48%;
    }
    .yf4_list dl dd h3{
        font-size:24px;
    }
    .yf4_list dl dd p{
        font-size:15px;
    }
    .yf4_list dl:last-child dt p {
        width: 23.5%;
    }
}
@media(max-width: 1280px){
    .yanfa1,.yanfa2,.yanfa4{
        padding:75px 0;
    }
    .yf1_list{
        margin-top:40px;
    }
    .yanfa3 {
        padding: 75px 0 0;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .yanfa2 .text{
        padding-top:0;
        width:100%;
    }
    .yf2_li li {
        height: 120px;
    }
    .yf2_li_top{
        margin-bottom:8px;
    }
    .yf2_imgs{
        width:100%;
        margin-top:20px;
    }
    .yf3 p{
        height:55px;
        font-size:20px;
        width:55%;
    }
    .yf3 p:nth-child(2) {
        width: calc(25% + 15px);
    }
    .yf3 p:nth-child(1) {
        width: calc(20% + 15px);
    }
}
@media(max-width: 820px){
    .yanfa1,.yanfa2,.yanfa4{
        padding:55px 0;
    }
    .yf1_list{
        margin-top:30px;
    }
    .yf1_list li{
        padding:30px 15px 35px;
    }
    .yf1_list li .img img{
        width:60px;
    }
    .yf1_list li h3 {
        font-size: 20px;
        margin: 20px 0 10px;
    }
    .yf1_list li p{
        font-size:13px;
    }
    .yanfa3 {
        padding: 55px 0 0;
    }
}
@media(max-width: 640px){
    .yanfa1,.yanfa2,.yanfa4{
        padding:40px 0;
    }
    .yf1_list{
        margin-top:25px;
    }
    .yf1_list li{
        width:49%;
        margin-bottom:15px;
        padding: 20px 12px 25px;
    }
    .yf1_list li:nth-child(2n){
        margin-right:0;
    }
    .yf1_list li:nth-child(3),.yf1_list li:nth-child(4){
        margin-bottom:0;
    }
    .yf1_list li h3{
        font-size:18px;
        margin: 15px 0 7px;
    }
    .yf2_li li{
        padding:10px 12px;
    }
    .yanfa3 {
        padding: 40px 0 0;
    }
    .yf3{
        display:none;
    }
    .yf3_list li h3{
        font-size:20px;
        margin-top:15px;
    }
    .yf4_list{
        margin-top:30px;
    }
    .yf4_list dl{
        width:100%;
        margin-bottom:20px;
    }
    .yf4_list dl dd h3 {
        font-size: 18px;
        margin:15px 0 5px;
    }
    .yf4_list dl dd p {
        font-size: 13px;
    }
    .yf4_list dl:last-child {
        margin-top: 0px;
        margin-bottom:0;
    }
    .yf4_list dl:last-child dt p{
        width:49%;
        margin-bottom:10px;
    }
    .yf4_list dl:last-child dd h3 {
        margin: 5px 0 5px;
    }
}
@media(max-width: 460px){
    .yf3_list li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .yf3_list li:last-child{
        margin-bottom: 0;
    }
    .yf3_list li h3{
        font-size:17px;
        margin-top:10px;
    }
}


.n_news{
    padding:90px 0 110px;
}
.news_sort{
    padding:0 0 48px;
}
.news_sort li a{
    font-size: 16px;
    color: #1a1a1a;
    padding:0 38px;
    background: #ebebeb;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 60px;
}
.news_list li:nth-child(3n){
    margin-right:0;
}
.news_list li a{
    display: block;
}
.news_list li a .img{
    border-radius: 6px;
}
.news_list li:hover a .img img{
    transform: scale(1.1);
}
.news_list li a .text{
    padding:20px 0 15px;
    position: relative;
}
.news_list li a .text:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 1px;
    background: #dddddd;
    z-index: 8;
}
.news_list li a .text:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height: 1px;
    background: #1aa1e8;
    z-index: 9;
    transition: all 0.4s ease-out;
}
.news_list li:hover a .text:after{
    width: 100%;
}
.news_list li a .text .date{
    font-size: 18px;
    color: #979797;
    font-family: "puhui45";
}
.news_list li a .text h3{
    font-size: 22px;
    color: #333333;
    font-family: "puhui65";
    line-height: 1.6em;
    height: 3.2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin:10px 0 30px; 
}
.news_list li a .text .news_more{
    font-size: 16px;
    color: #676767;
    font-family: "puhui45";
    display: flex;
    align-items: center;
}
.news_list li a .text .news_more i{
    width: 14px;
    height: 10px;
    background: url(../images/jt1.png) no-repeat center;
    margin-left: 10px;
}
.news_list li:hover a .text .news_more{
    color: #1aa1e8;
}
.news_list li:hover a .text .news_more i{
    background: url(../images/jt1_h.png) no-repeat center;
}
.news_detail{
    padding:75px 0;
}
.news_detail h1{
    font-size: 32px;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.4;
}
.news_title{
    text-align: center;
    padding:10px 0;
    border-bottom: 1px dashed #dcdcdc;
    font-size: 16px;
}
.news_detail .content{
    font-size: 16px;
    padding:20px 0;
}
.contact1{
    padding:95px 0 100px;
    position: relative;
}
.contact_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:55px;
}
.contact_cont .text{
    width: 30%;
    max-width: 440px;
}
.contact_cont .text dl{
    margin-bottom: 50px;
}
.contact_cont .text dl dt{
    font-size: 24px;
    color: #0f84c7;
    font-family: "puhui85";
    line-height: 1;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 2px solid #d9d9d9;
}
.contact_cont .text dl dd{
    font-size: 15px;
    color: #1a1a1a;
    line-height: 1.8;
}
.c_map{
    width: 62%;
    max-width: 926px;
    padding-top:18px;
}
@media(max-width: 1600px){
    .n_news,.contact1{
        padding:90px 0;
    }
    .news_sort li a{
        padding:0 30px;
    }
    .news_list li a .text .date{
        font-size:15px;
    }
    .news_list li a .text h3{
        font-size:18px;
        margin: 5px 0 20px;
    }
    .news_list li a .text .news_more{
        font-size:14px;
    }
    .news_detail h1{
        font-size:26px;
    }
    .news_title {
        padding: 5px 0;
        font-size: 14px;
    }
    .news_detail .content {
        font-size: 15px;
        padding: 12px 0;
    }
    .contact_cont{
        margin-top:40px;
    }
}
@media(max-width: 1280px){
    .n_news,.contact1{
        padding:75px 0;
    }
}
@media(max-width: 1199px){

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

}
@media(max-width: 820px){
    .n_news,.news_detail,.contact1{
        padding:55px 0;
    }
    .news_sort {
        padding: 0 0 30px;
    }
    .news_sort li a{
        padding:0 25px;
        font-size:15px;
    }
    .news_list li{
        width: 49%;
        margin-bottom: 25px;
    }
    .news_list li:nth-child(3n){
        margin-right:2%;
    }
    .news_list li:nth-child(2n){
        margin-right:0;
    }
    .news_list li a .text h3{
        font-size:16px;
        margin: 5px 0 15px;
    }
    .news_detail h1{
        font-size:22px;
    }
    .contact_cont{
        margin-top:35px;
    }
    .contact_cont .text{
        width:100%;
        max-width:100%;
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .contact_cont .text dl{
        width:49%;
        margin-bottom:25px;
    }
    .contact_cont .text dl dt{
        font-size:22px;
    }
    .c_map{
        width:100%;
    }
}
@media(max-width: 640px){
    .n_news,.news_detail,.contact1{
        padding:40px 0;
    } 
    .news_sort {
        padding: 0 0 22px;
    }
    .news_sort li a{
        padding:0 15px;
        font-size:14px;
    }
    .news_list li{
        margin-bottom: 20px;
    }
    .news_detail h1{
        font-size:17px;
    }
    .contact_cont{
        margin-top:25px;
    }
    .contact_cont .text dl{
        width:100%;
    }
    .contact_cont .text dl:last-child{
        margin-bottom:10;
    }
    .contact_cont .text dl dt {
        font-size: 18px;
        padding-bottom:8px;
    }
    .contact_cont .text dl dd{
        font-size:14px;
    }
}
@media(max-width: 460px){
    .news_list li{
        width:100%;
        margin-right:0!important;
    }
    .news_list li a .text h3{
        height:auto;
    }
}



.message{
    padding:105px 0 110px;
    background:#f0f3f7;
}
.message h2{
    font-size:40px;
    color: #1a1a1a;
    line-height: 1.3;
    font-family: "puhui65";
    margin-bottom: 40px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.message ul li:nth-child(2n){
    margin-right: 0;
}
.message ul li:last-child{
    margin-right: 0;
    width: 100%;
    margin-bottom:0;
}
.message ul li input{
    width: 100%;
    background:#fff;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 60px;
    border:none;
    outline: none;
    border-radius: 4px;
    display: block;
}
.message ul li textarea{
    width: 100%;
    background:#fff;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 180px;
    border:none;
    outline: none;
    border-radius: 4px;
    display: block;
    font-family: "puhui55";
}
.msgbtn{
    width: 160px;
    height: 60px;
    font-size:18px;
    color: #fff;
    background:#004098;
    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;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
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: 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 #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;
}