/*头部样式*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 990;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    height: 80px;
}
.logo{
    width: 30%;
}
.logo a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    font-size:16px;
    font-family: "puhui85";
}
.logo a img{
    margin-right: 12px;
}
.head_r{
    max-width: 70%;
    display: flex;
    align-items: center;
}
.languages{
    position: relative;
}
.languages a.cur{
    color: #fff;
    font-size:20px;
    display: flex;
    align-items: center;
    line-height: 80px;
}
.languages a.cur i{
    width: 12px;
    height: 7px;
    margin-left: 7px;
    background:url(../images/arrow.png) no-repeat right center;
}
.language_cont{
    position: absolute;
    top: 100%;
    left: 50%;
    border-top: 3px solid #e70019;
    transform: translateX(-50%);
    display: none;
    padding: 20px 10px;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    width: 80px;
}
.language_cont a{
    display: block;
    color: #fff;
    text-align: center;
}
.language_cont a:hover{
/*    color: #e70019;*/
opacity: .8;
}
.languages:hover .language_cont{
    display: block;
}
.nav{
    display: flex;
}
.nav li{
    margin-right: 52px;
    transition:0.5s;
}
.nav_li2{
    position: relative;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 80px;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:100%;
    left:0px;
    z-index: 999;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}
.nav li .b_nav1{
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 95px 5%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}
.nav li .b_nav1 .wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nav li .b_nav1 dl{
    width: 18.4%;
    margin-right: 2%;
}
.nav li .b_nav1 dl:nth-child(5n){
    margin-right: 0;
}
.nav li .b_nav1 dl dt a{
    text-align: left;
    font-size:26px;
    color: #e70019;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 600;
}
.nav li .b_nav1 dl dd{
    display: flex;
    flex-wrap: wrap;
}
.nav li .b_nav1 dl dd a{
    display: block;
    text-align: left;
    font-size:16px;
    color: #333;
    margin-right: 30px;
    transition:all 0.3s ease-out;
}
.nav li .b_nav1 dl dd a:last-child{
    margin-right: 0;
}
.nav li .b_nav1 dl dd a:hover{
    color: #e70019;
}
.nav li .b_nav2{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    padding: 20px 10px;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    border-top: 3px solid #e70019;
}
.nav li .b_nav2 a:hover{
    /*color: #e70019;*/
    opacity: .8;
}
/*.nav li .b_nav2 a:hover{
    background-color: #e70019;
}*/
@media(max-width: 1600px){
    .header{
        padding: 0 60px;
    }
    .nav li{
        margin-right: 35px;
    }
    .logo a{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .header{
        padding:0 45px;
    }
    .nav li{
        margin-right: 25px;
    }
    .logo a{
        font-size:12px;
    }
    .nav li .b_nav1{
        padding:75px 5%;
    }
    .nav li .b_nav1 dl dt a{
        font-size:24px;
    }
    .nav li .b_nav1 dl dd a{
        font-size:15px;
    }
}
@media(max-width: 1199px){
    .header{
        padding:0 30px;
    }  
    .logo a{
        font-size:10px;
    }
    .logo a span{
        display: none;
    }
}
@media(max-width: 1099px){
    .logo a span{
        display: none;
    }
    .logo a img{
        margin-right: 0;
    }
}
@media(max-width: 1024px){
    .header{
        height: 60px;
    }
    .logo a img{
        max-height: 45px;
    }
    .languages a.cur{
        line-height: 60px;
    }
    .nav li a{
        font-size:16px;
        line-height: 60px;
    }
    .nav li .b_nav1{
        top:60px;
        padding:55px 5%;
    }
    .nav li .b_nav1 dl dt a{
        font-size:20px;
    }
    .nav li .b_nav1 dl dd a{
        font-size:14px;
        margin-right: 20px;
    }
}
@media(max-width: 991px){
    .logo{
        width: 80%;
    }
    .logo a span{
        display: block;
        margin-left: 10px;
    }
    .search{
        display: none;
    }
    .languages{
        display: none;
    }
    .nav{
        display: none;
    }
}
@media(max-width: 820px){
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
}
@media(max-width: 640px){
    .header{
        padding:0 12px;
    }  
    .logo a{
        font-size:11px;
    }
    .logo a span {
        margin-left: 6px;
    }
    .menu-button{
        top:25px;
    }

}

/*搜索*/
.search{
    height: 100%;
    position: relative;
}
.ss{
    background:url(../images/ss.png) no-repeat center;
    margin:0 20px 0 98px;
    width: 18px;
    /*height: 18px;*/
    cursor: pointer;
    height: 80px;
}
.search_cont{
    position: absolute;
    top:80px;
    left:-50px;
    display: none;
}
.search.cur .search_cont{
    display: block;
}
.search.cur .ss{
    background:url(../images/close.png) no-repeat center;    
}
.search .ser input{
    background-color: transparent;
    border-bottom:1px solid #ffffff;
    width:0;
    transition:all 0.5s;
    color:#ffffff;
    line-height:0.36rem;
}
.search .ser:hover input{width:2.2rem;}
#formsearch{
    display: flex;
    width: 200px;
    border:1px solid #e70019;
}
#keyword{
    width: 150px;
    line-height: 40px;
    outline: none;
    border:none;
    padding:0 10px;
}
#s_btn{
    width: 50px;
    height: 40px;
    background: #e70019;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
}
.search:hover #formsearch{
    display: flex;
}
.search_ts{
    position: absolute;
    top:42px;
    left:0;
    width: 100%;
    background: #fff;
    border: 1px solid #dbdbdb;
    display: none;
    z-index: 999;
}
.search_ts ul{
    color: #333333;
    display: block;
    outline: none;
    cursor: default;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;    
}
.search_ts ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 10px;
    line-height: 1.2;
    height: 30px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
}
.search_ts ul li a:hover{
    background: #fafafa;
}
.tag_total{
    font-size: 20px;
    color: #333;
}

@media(max-width:1600px){
    .ss{
        margin: 0 20px 0 50px;
    }
}
@media(max-width:991px){
    .search{
        margin-right:20px;
    }
}
@media(max-width:767px){
    .search{
        position: fixed;
        top:60px;
        z-index: 90;
        margin-right:0;
        width:100%;
        height:auto;
        margin-bottom:0;
        left:0%;
        padding:0px 4% 0 4%;
        /*background:#fff;*/
        border-top:1px solid #dbdbdb;
        /*box-shadow:0 0 10px #ccc inset;*/
        display: none;
    }
    #formsearch{
        width:100%;
    }
    #keyword{
        width:calc(100% - 50px);
    }
    .search_ts{
        top: 40px;
        left: 4%;
        width: 56%;
    }
}


#c-banner1{
    width: 100%;
    position: sticky;
    top:0; 
    overflow: hidden;  
    z-index: 0;  
    height: 100vh;
    /*z-index: -9;*/
}
/*#c-banner1 .swiper-slide .bg{
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: linear(1, 1.4, 1.8, 2.2) transform 3.2s;
}
#c-banner1 .swiper-slide.swiper-slide-active .bg {
    transform: scale(1.1);
}*/
#c-banner1 .swiper-slide{
    position: relative;
    height: 100vh;
}
#c-banner1 .swiper-slide video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
#c-banner1 .swiper-slide .bg{
    width: 100%;
    height: 100vh;
}
#c-banner1 .swiper-slide .bg img{
    opacity: 0;
}
#c-banner1 .swiper-slide .banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    color: #fff;
}
#c-banner1 .swiper-slide .banner_text .p1{
    line-height: 1.2;
    font-size:62px;
    font-family: "puhui65";
}
#c-banner1 .swiper-slide .banner_text .p2{
    line-height: 1.4;
    margin-bottom: 55px;
    font-size:42px;
    display: flex;
    align-items: flex-end;
    font-family: "puhui65";
}
#c-banner1 .swiper-slide .banner_text .p2 img{
    margin-left: 24px;
    width: auto;
}
a.more1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size:18px;
    color: #fff;
    border-radius: 6px;
    background:#e70019;
    width: 200px;
    height: 52px;
    transition:all 0.4s ease-out; 
}
a.more1:hover{
    letter-spacing: 2px;
    background: #ba0c21;
}
@media(max-width: 1600px){
    #c-banner1 .swiper-slide .banner_text .p1{
        font-size:46px;
    }
    #c-banner1 .swiper-slide .banner_text .p2{
        font-size:32px;
    }
    a.more1{
        font-size:16px;
        width: 170px;
        height: 46px;
    }
}
@media(max-width: 1280px){
    #c-banner1 .swiper-slide .banner_text .p1{
        font-size:36px;
    }
    #c-banner1 .swiper-slide .banner_text .p2{
        font-size:26px;
    }
    #c-banner1 .swiper-slide .banner_text .p2 img{
        max-width: 220px;
        margin-left: 15px;
    }
}
@media(max-width: 1199px){
    #c-banner1 .swiper-slide .banner_text .p2{
        margin-bottom: 45px;
        font-size:22px;
    }
    #c-banner1 .swiper-slide .banner_text .p2 img{
        max-width: 180px;
    }
}
@media(max-width: 991px){
    #c-banner1 .swiper-slide .banner_text .p1{
        font-size:32px;
    }
    #c-banner1 .swiper-slide .banner_text .p2{
        font-size:20px;
    }
    #c-banner1 .swiper-slide .banner_text .p2 img{
        max-width: 160px;
    }
}
@media(max-width: 820px){
    #c-banner1{
        position:relative;
    }
}
@media(max-width: 640px){
    #c-banner1 .swiper-slide .banner_text{
        justify-content: flex-start;
        padding-top: 350px;
    }
    #c-banner1 .swiper-slide .banner_text .p2{
        font-size:18px;
        margin-bottom:30px;
    }
    #c-banner1 .swiper-slide .banner_text .p2 img{
        max-width: 92px;
        margin-left: 5px;
    }
    a.more1 {
        font-size: 14px;
        width: 140px;
        height: 42px;
    }
}
@media(max-width: 460px){
    #c-banner1,#c-banner1 .swiper-slide{
        height: 80vh;
    }
    #c-banner1 .swiper-slide .banner_text{
        padding-top:60px;
        justify-content:flex-end;
        padding-bottom:35px;
    }
    #c-banner1 .swiper-slide .banner_text .p1{
        font-size:28px;
    }
    #c-banner1 .swiper-slide .banner_text .p2{
        font-size:16px;
        margin-bottom:20px;
    }
    #c-banner1 .swiper-slide .m_img{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:-1;
        overflow:hidden;
    }
    #c-banner1 .swiper-slide video{
        display:none;
    }
}


.wrap{
    width: 88%;
    max-width: 1376px;
    margin: 0 auto;
}
.index_yyly{
    padding:120px 0 110px;
    position: relative;
    z-index: 2;
/*    background:url(../images/index_yyly.jpg) no-repeat center;
    background-size: cover;*/
}
.index_yyly:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15vh;
    background: url(../images/yyzx.png);
    background-size: 100% 100%;
    transform: translateY(-99%);
}
.index_t1{
    text-align: center;
    position: relative;
    z-index: 9;
}
.index_t1 h2{
    font-size:52px;
    color: #ffffff;
    line-height: 1.5;
}
.index_yyly_cont{
    padding:90px 0 0px;
    position: relative;
    z-index: 9;
}
.index_yyly_tab{
    color: #ffffff;
    display: none;
}
.index_yyly_tab .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index_yyly_tab .img3{
    width: 65%;
    /*padding: 0px 5%;*/
    /*border: 1px dashed rgba(255,255,255,.5);*/
}
.index_yyly_tab .text{
    width: 32%;
    max-width: 600px;
    color: #fff;
}
.index_yyly_tab h3{
    font-size:36px;
    font-family: "puhui65";
    margin-bottom: 35px;
    line-height: 1;
    /*text-shadow: 0 0 5px #000;*/
    /*display: none;*/
    color: #fff;
}
.index_yyly_tab p{
    font-size:16px;
    opacity: .8;
    font-family: "puhui45";
    color: #fff;

    line-height: 1.8em;
    /*height: 7.2em;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-shadow: 0 0 3px #000;*/
}
.index_yyly_li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    padding-top:60px;
}
.index_yyly_li li{
    background:#333333;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    width: 12.5%;
    height: 120px;
    margin-right: 2%;
    cursor: pointer;
}
.index_yyly_li li:nth-child(7n){
    margin-right: 0;
}
.index_yyly_li li .img1{
    line-height: 43px;
    height: 43px;
}
.index_yyly_li li p{
    font-size:16px;
    color: #ffffff;
    width: 100%;
    margin-top:7px;
    line-height:1.4;
}
/*,.index_yyly_li li:hover*/
.index_yyly_li li.cur{
    background:#e70019;
}
.index_yyly_bg{

}
.index_yyly_bg .img2{
    opacity: 0;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 2;
/*    transition:all 0.4s ease-out;*/
}
.index_yyly_bg .img2 img{
    visibility: hidden;
}
.index_yyly_bg .img2.cur{
    opacity: 1;
}
@media(max-width: 1600px){
    .index_yyly{
        padding:95px 0;
    }
    .index_t1 h2{
        font-size:42px;
    }
    .index_yyly_cont {
        padding: 75px 0 0px;
    }
    .index_yyly_tab h3{
        font-size:32px;
        margin-bottom: 25px;
    }
    .index_yyly_tab p{
        font-size:14px;
    }
    .index_yyly_li{
        /*padding-top:70px;*/
    }
    .index_yyly_li li p{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .index_yyly {
        padding: 75px 0;
    }
    .index_yyly:after{
        height: 10vh;
    }
    .index_t1 h2 {
        font-size: 36px;
    }
    .index_yyly_cont {
        padding: 55px 0 0px;
    }
    .index_yyly_tab h3 {
        font-size:28px;
        margin-bottom: 20px;
    }
    .index_yyly_li li{
        height: 110px;
    }
}
@media(max-width: 1199px){
    .wrap{
        width: 90%;
    }
}
@media(max-width: 991px){
    .index_yyly:after{
        height: 6vh;
    }
    .index_t1 h2 {
        font-size: 32px;
    }
    .index_yyly_tab .img3{
        /*padding: 0px 3%;*/
    }
    .index_yyly_tab p{
        font-size:14px;
    }
    .index_yyly_li{
        padding-top:50px;
    }
    .index_yyly_li li{
        height: 100px;
    }
    .index_yyly_li li .img1{
        line-height: 32px;
        height: 32px;
    }
    .index_yyly_li li .img1 img{
        max-width: 45px;
        max-height: 32px;
    }
    .index_yyly_li li p {
        font-size: 13px;
        margin-top:3px;
    }
    .index_yyly_tab h3{
        font-size:24px;
    }
}
@media(max-width: 820px){
    .index_yyly {
        padding: 55px 0;
    }
    .index_yyly_tab p{
        font-size:13px;
    }
}
@media(max-width: 640px){
    .index_yyly {
        /*padding: 35px 0;*/
        padding:0;
    }
    .wrap{
        width: 94%;
    } 
    .index_t1 h2 {
        font-size: 24px;
    } 
    .index_yyly_li{
        justify-content:flex-start;
    }
    .index_yyly_li li{
        width: 23.5%;
        margin-bottom: 10px;
        height: 90px;
    } 
    .index_yyly_li li:nth-child(4n){
        margin-right: 0;
    }
    .index_yyly_li li p{
        font-size:12px;
    }
    .index_yyly_cont {
        /*padding: 40px 0 25px;*/
        padding:40px 0 0;
    }
    .index_yyly_tab .img3{
        /*padding:0px 3%;*/
        display:none;
    }
    .index_yyly_tab .text{
        width:100%;
    }
    .index_yyly_tab h3{
        font-size:20px;
        margin-bottom: 10px;
    }
    .index_yyly_tab p{
        font-size:12px;
    }
    .index_yyly_m{
        position:relative;
        padding:25px 0;
    }
    .index_yyly_li{
        margin-top:20px;
        padding-top:0;
    }
    .index_yyly_li li p{
        font-size:11px;
    }
}
@media(max-width: 460px){
    .index_yyly_cont{
        padding:30px 0 0;
    }
    /*.index_yyly_tab .img3{*/
    /*    padding:0 5% 0 0;*/
    /*    width:56%;*/
    /*}*/
    /*.index_yyly_tab .text{*/
    /*    width:44%;*/
    /*}*/
    .index_yyly_tab h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .index_yyly_tab p{
        font-size:10px;
    }

    .index_yyly_li li{
        height: auto;
        padding:10px 0;
    }
    .index_yyly_li li .img1{
        line-height: 22px;
        height: 22px;
    }
    .index_yyly_li li .img1 img{
        /*max-width: 45px;*/
        max-height: 22px;
    }
    .index_yyly_li li p {
        font-size: 10px;
        margin-top:3px;
    }
}

.index_product{
    padding:100px 0 80px;
    position: relative;
    z-index: 2;
    background:url(../images/index_product.jpg) no-repeat center;
    background-size: cover;
}
#c-banner2{
    padding-bottom:120px;
}
.index_t2{

}
.index_t2 h2{
    font-size:52px;
    color: #1a1a1a;
    line-height: 1;
    font-family: "puhui95";    
}
.index_product_cont{
    display: flex;
    align-items: center;
}
.index_product_text{
    width: 51%;
    padding-right: 95px;
}
.index_product_text h3{
    font-size:32px;
    color: #e70019;
    font-family: "puhui85";
    margin:50px 0 0px;
}
.index_product_text p{
    font-size:16px;
    color: #515151;
    font-family: "puhui45";
    line-height: 1.8;
    margin-bottom:55px;
}
a.more2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    border-radius: 6px;
    background: #e70019;
    width: 180px;
    height: 52px;  
    font-family: "puhui65"; 
    transition:all 0.4s ease-out; 
}
a.more2:hover{
    letter-spacing: 2px;
    background: #ba0c21;
}
.index_product_img{
    width: 49%;
    position: relative;
    text-align: center;
    line-height: 580px;
}
.index_product_img:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    border-radius: 100%;
    background-color: #f2f4f6;  
    width: 580px;
    height: 580px; 
    margin:-290px 0 0 -290px; 
}
.index_product_img img{
    position: relative;
    z-index: 9;
}

.c-banner2_dotted{
    position: relative;
    margin-top:40px;
    text-align: center;
    height: 40px;
}
.c-banner2_dotted:after{
    content:'';
    position: absolute;
    left:50%;
    margin-left: -365px;
    top:50%;
    margin-top:-0.5px;
    width: 730px;
    height: 1px;
    background:#e6e6e6;
}
#c-banner2 .swiper-pagination{
    bottom:0px;
    text-align: center;
    width: 100%;
    height: 40px;
}
#c-banner2 .loading {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    position: relative;
    border: 2px solid transparent;
    background: #fff;
    opacity: 1;
    font-size:16px;
    color: transparent;
    line-height: 34px;
}
#c-banner2 .loading.swiper-pagination-bullet{
    margin:0 160px 0 0;
    border-color: #ebebeb;
    position: relative;
}
#c-banner2 .loading.swiper-pagination-bullet:last-child{
    margin-right: 0;
}
#c-banner2 .loading.swiper-pagination-bullet:after{
    position: absolute;
    top:56px;
    left:50%;
    width: 150px;
    font-size:18px;
    color: #1a1a1a;
    text-align: center;
    margin-left: -75px;
    line-height: 1;  
    /*display: none;*/
    font-size: 0!important;
}
#c-banner2 .loading.swiper-pagination-bullet:nth-child(1):after{
    content:'Vertical Lathe';
}
#c-banner2 .loading.swiper-pagination-bullet:nth-child(2):after{
    content:'Horizontal Lathe';
}
#c-banner2 .loading.swiper-pagination-bullet:nth-child(3):after{
    content:'Vertical Machining Center';
}
#c-banner2 .loading.swiper-pagination-bullet:nth-child(4):after{
    content:'Horizontal Machining Center';
}
#c-banner2 .loading.swiper-pagination-bullet:nth-child(5):after{
    content:'Vertical Grinding';
}
.loading.swiper-pagination-bullet .c-progress {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin:-4px 0 0 -4px;
    text-align: center;
}
#c-banner2 .loading.swiper-pagination-bullet-active:after{
    color: #e70019;
}
.loading.swiper-pagination-bullet-active .c-progress {
    background:#e70019;
}
.loading .left,
.loading .right {
    opacity: 0;
  width: 20px;
  height: 40px;
  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: 18px;
    height: 36px;
    border: 2px solid #e70019;
    border-radius: 20px 0 0 20px;
    border-right: 0;
}
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 20px 20px 0;
    border: 2px solid #e70019;
    border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 4.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}

.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 4.9s;
  /* animation-iteration-count: infinite; */
  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);
  }
}
@-webkit-keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1); 
  }
}
@keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2); 
  }
}

@media(max-width: 1600px){
    .index_t2 h2{
        font-size:42px;
    }
    #c-banner2{
        padding-bottom:85px;
    }
    .index_product_text h3 {
        font-size: 28px;
        margin: 35px 0 0px;
    }
    .index_product_text p{
        font-size:15px;
    }
    a.more2{
        width: 150px;
        height: 46px;
        font-size:16px;
    }
    #c-banner2 .loading.swiper-pagination-bullet:after{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    .index_product{
        padding:75px 0;
    }
    .index_t2 h2{
        font-size:36px;
    }
    .index_product_text h3{
        font-size:24px;
    }
    .index_product_text p{
        margin-bottom: 35px;
    }
    .index_product_img:after{
        width: 480px;
        height: 480px;
        margin: -240px 0 0 -240px;
    }
    .index_product_img{
        line-height: 480px;
    }
}
@media(max-width: 1199px){
    #c-banner2 {
        padding-bottom: 70px;
    }
    #c-banner2 .loading.swiper-pagination-bullet:after{
        top:50px;
    }
}
@media(max-width: 1099px){
    .c-banner2_dotted:after {
        margin-left: -265px;
        width: 530px;
    }
    #c-banner2 .loading.swiper-pagination-bullet{
        margin:0 100px 0 0;
    }
    #c-banner2 .loading.swiper-pagination-bullet:after{
        font-size:14px;
    }
}
@media(max-width: 991px){
    .index_t2 h2{
        font-size:32px;
    }
    .index_product_text{
        padding-right: 50px;
    }
    .index_product_img:after{
        width: 380px;
        height: 380px;
        margin: -190px 0 0 -190px;
    }
    .index_product_img{
        line-height: 380px;
    }
}
@media(max-width: 820px){
    .index_product{
        padding:55px 0;
    }
    #c-banner2 {
        padding-bottom: 55px;
    }
    .index_product_text{
        padding-right: 35px;
    }
    .index_product_text h3 {
        font-size: 20px;
        margin: 15px 0 0px;
    }
    .index_product_text p{
        font-size:14px;
    }
    .index_product_img{
        line-height: 300px;
    }
    .index_product_img:after{
        width: 300px;
        height: 300px;
        margin: -150px 0 0 -150px;
    }
    .c-banner2_dotted:after {
        margin-left: -200px;
        width: 400px;
    }
    #c-banner2 .loading.swiper-pagination-bullet{
        margin:0 60px 0 0;
    }
    a.more2{
        width: 100px;
        height: 42px;
        font-size: 15px;        
    }
}
@media(max-width: 640px){
    .index_product{
        padding:35px 0;
    }
    .index_t2 h2{
        font-size:24px;
    }
    .index_product_text h3{
        font-size:18px;
    }
    .index_product_cont{
        flex-wrap: wrap;
    }
    .index_product_text{
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }
    .index_product_text p {
        margin-bottom: 15px;
        font-size:12px;
        line-height:1.8em;
        height:9em;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .index_product_img{
        width: 100%;
        line-height: 260px;
    }
    .index_product_img:after{
        width: 260px;
        height: 260px;
        margin: -130px 0 0 -130px;
    }
    .index_product_img img{
        max-width: 300px;
        max-height: 250px;
    }
    .c-banner2_dotted:after {
        margin-left: -135px;
        width: 270px;
    }
    #c-banner2 .loading.swiper-pagination-bullet{
        margin:0 40px 0 0;
    }   
    #c-banner2 .loading.swiper-pagination-bullet:after{
        font-size:10px;
        top: 40px;
    }
    #c-banner2 .loading{
        width:30px;
        height:30px;
    }
    .loading .left, .loading .right {
        width: 15px;
        height: 30px;
    }
    .loading .left:after, .loading .right:after {
        width: 13px;
        height: 26px;
    }
    .c-banner2_dotted:after{
        margin-top:-5.5px;
    }
    a.more2{
        font-size:13px;
    }
}


.index_news{
    padding:100px 0 120px;
    background:#f5f5f5;
    position: relative;
    z-index: 9;
}
.index_news .index_t2{
    text-align: center;
}
.index_news_c{
    margin-top:50px;
    position: relative;
}
.news_li{
    display: block;
}
.news_li .img{
    border-radius: 6px;
}
.news_li .p1{
    font-size:16px;
    color: #e70019;
    margin:30px 0 5px;
}
.news_li .p1 font{
    margin-left: 8px;
}
.news_li h3{
    font-size:20px;
    color: #323232;
    line-height: 1.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_li:hover .img img{
    transform:scale(1.1);
}
.news_li:hover h3{
    color: #e70019;
}
.index_news_c .swiper-button-prev{
    left:-85px;
    width: 62px;
    height: 62px;
    background:url(../images/right1.png) no-repeat center;
    background-size: contain;
    margin-top:-80px;
    transform:rotate(-180deg);
}
.index_news_c .swiper-button-prev:hover{
    background:url(../images/left1.png) no-repeat center;
    background-size: contain;
    transform:rotate(0deg);    
}
.index_news_c .swiper-button-next{
    right:-85px;
    width: 62px;
    height: 62px;
    background:url(../images/right1.png) no-repeat center;
    background-size: contain;
    margin-top:-80px;
}
.index_news_c .swiper-button-next:hover{
    background:url(../images/left1.png) no-repeat center;
    background-size: contain;
    transform:rotate(-180deg);    
}
@media(max-width: 1600px){
    .index_news{
        padding:95px 0;
    }
    .index_news_c .swiper-button-prev{
        width: 45px;
        height: 45px;
        left:-60px;
    }
    .index_news_c .swiper-button-next{
        width: 45px;
        height: 45px;
        right:-60px;
    }
    .news_li .p1{
        margin:15px 0 5px;
        font-size:15px;
    }
    .news_li h3{
        font-size:17px;
    }
}
@media(max-width: 1280px){

}
@media(max-width: 1199px){
    .index_news{
        padding:75px 0;
    }
    .index_news_c{
        margin-top:35px;
    }
    .index_news_c .swiper-button-prev{
        width: 35px;
        height: 35px;
        left:-40px;
    }
    .index_news_c .swiper-button-next{
        width: 35px;
        height: 35px;
        right:-40px;
    }
}
@media(max-width: 991px){
    .index_news_c .swiper-button-prev,.index_news_c .swiper-button-next{
        display: none;
    }
}
@media(max-width: 820px){
    .index_news{
        padding:55px 0;
    }
    .news_li h3{
        font-size:16px;
    }
}
@media(max-width: 640px){
    .index_news{
        padding:35px 0;
    }  
    .index_news_c{
        margin-top:25px;
    } 
}


.index_bottom{
    background:url(../images/bottom.jpg) no-repeat center;
    background-size: cover;
    padding:60px 0;
    position: relative;
    z-index: 2;
}
.index_bottom .wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.index_bottom p{
    color: #fff;
    font-size:32px;
    font-family: "puhui85";
    line-height: 1.5;
}
.index_bottom p span{
    display: block;
}
.index_bottom a.more2{
    background:#fff;
    color: #202020;
}
.index_bottom a.more2:hover{
    background: #000;
    color: #fff;
}
@media(max-width: 1600px){
    .index_bottom p{
        font-size:28px;
    }
}
@media(max-width: 1280px){
    .index_bottom{
        padding:50px 0;
    }
    .index_bottom p{
        font-size:24px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .index_bottom {
        padding: 35px 0;
    }
    .index_bottom p{
        font-size:20px;
    }
}
@media(max-width: 820px){

}
@media(max-width: 640px){
   .index_bottom p{
    width: 100%;
    margin-bottom: 15px;
    font-size:16px;
   }
}


/*页面底部*/
footer{
    background:#171717;
    position: relative;
    z-index: 2;
}
.foot1{
    display: flex;
    justify-content: space-between;
    padding:50px 0 30px;
}
.foot1{
    padding:105px 0 40px;
    border-bottom: 1px solid #333333;
}
.f_logo{

}
.f_logo a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    font-size:20px;
    font-family: "puhui85";
}
.f_logo a img{
    margin-right: 12px;
}
.foot2{
    padding:48px 0 85px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f_nav{
    display: flex;
    justify-content: space-between;
    width: 80%;
}
.f_nav dl{
    color: #999;
}
.f_nav dl:nth-child(1){
    max-width: 40%;
}
.f_nav dl dt{
    font-size:24px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 15px;
}
.f_nav dl dd{
    color: #666666;
    font-size:16px;
}
.f_nav dl dd a{
    display: block;
    color: #666666;
    font-size:16px;
}
.f_nav dl dd a:hover{
    color: #fff;
}
.f_code{
    max-width: 30%;
}
.copyright {
    font-size:16px;
    color: #666666;
    line-height: 24px;
    padding:0px 0 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.copyright a{
    font-size:16px;
    color: #666666; 
}
.copyright a:hover{
    color: #fff;
}
@media(max-width: 1600px){
    .foot1 {
        padding: 65px 0 20px;
    }
    .foot2 {
        padding: 40px 0 55px;
    }
    .f_nav dl dt{
        font-size:20px;
    }
    .f_nav dl dd,.f_nav dl dd a,.copyright,.copyright a{
        font-size:14px;
    }
}
@media(max-width: 1280px){

}
@media(max-width: 1199px){
    .f_nav{
        width: 80%;
    }
    .f_nav dl dt{
        font-size:18px;
    }
    .f_nav dl dt{
        font-size:16px;
    }
    .f_nav dl dd,.f_nav dl dd a,.copyright,.copyright a{
        font-size:12px;
    }
    .f_code{
        max-width: 20%;
    }
    .f_code img{
        width: 120px;
    }
}
@media(max-width: 991px){
    .f_nav{
        width: 80%;
    }
    .f_code{
        max-width: 20%;
    }
    .f_code img{
        width: 100px;
    }
}
@media(max-width: 820px){
    .foot1 {
        padding: 45px 0 15px;
    }
    .f_logo a{
        font-size:18px;
    }
    .foot2 {
        padding: 30px 0 35px;
    }
    .copyright{
        padding:0 0 15px;
    }
}
@media(max-width: 640px){
    /*footer{*/
    /*    margin-bottom:56px;*/
    /*} */
    .foot1 {
        padding: 35px 0 12px;
    }
    .f_logo img{
        max-height: 50px;
    }
    .f_logo a{
        font-size:14px;
    }
    .foot2 {
        padding: 25px 0;
    }
    .f_nav{
        width: 100%;
    }
    .f_nav dl{
        display: none;
    }
    .f_nav dl:nth-child(1){
        display: block;
        max-width:100%;
    }
    .f_code{
        display: none;
    }
    .copyright{
        padding:0 0 10px;
        text-align:center;
    }   
    .copyright_r{
        width:100%;
    }
}



/*----- 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: 540px;
}
.n_banner img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    visibility: hidden;
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
.n_banner_text h2{
    font-size:60px;
    color: #fff;
    font-family: "puhui65";
    padding-top:50px;
}

.sitemp {
    margin:20px 0 0px;
}
.sitemp .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.sitemp .site {
    background: url(../images/home.png) no-repeat left center;
    padding-left: 21px;
    font-size:15px;
    color: #333333;
    font-family: "puhui45";
}
.sitemp .site a,.sitemp .site span{
    font-size:15px;
    color: #333333;
    font-family: "puhui45";
}
.sitemp .site a:hover{
    color: #e70019;
}
a.back{
    padding-left: 28px;
    background:url(../images/back.png) no-repeat left center;
    border-bottom: 2px solid #808080;
}
a.back:hover{
    border-bottom: 2px solid #e70019;    
}
.h80{
    height: 80px;
}
@media(max-width: 1600px){
    .n_banner{
        height: 420px;
    }
    .n_banner_text h2{
        font-size:52px;
    }
    .sitemp .site,.sitemp .site a,.sitemp .site span{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .n_banner{
        height: 380px;
    }
    .n_banner_text h2{
        font-size:46px;
        padding-top:30px;
    }
}
@media(max-width: 1024px){
    .n_banner_text h2{
        font-size:42px;
    }    
}
@media(max-width: 991px){
    .h80{
        height: 60px;
    }
}
@media(max-width: 820px){
    .n_banner{
        height: 320px;
    }
    .n_banner_text h2{
        font-size:36px;
/*        padding-top:20px;*/
    }  
    .sitemp .site,.sitemp .site a,.sitemp .site span{
        font-size:12px;
    }
}
@media(max-width: 767px){
    .n_banner{
        height: 220px;
    }
    .n_banner_text h2{
        font-size:26px;
    }    
}


/*产品介绍*/
.n_main{
    padding:85px 0;
}
.left1{
    width: 280px;
    float: left;
}
.left1 h2{
    font-size:48px;
    color: #292929;
    line-height: 1;
    font-family: "puhui95";
    padding-bottom:40px;
}
.p_sort{

}
.p_sort li{
    padding:22px 0;
    border-top: 2px solid #e0e0e0;
}
.p_sort li a{
    padding:0 20px;    
}
.p_sort li a.list_item{
    font-size:20px;
    color:#292929;
    font-family:"puhui75";
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.p_sort li a.list_item i{
    width: 13px;
    height: 8px;
    display: block;
    background:url(../images/sort_ico1.png) no-repeat center;
}
.p_sort li.cur a.list_item{
    color: #e70019;
}
.p_sort li.cur a.list_item i{
    background:url(../images/sort_ico2.png) no-repeat center;
}
.p_sort li .layer2{
    visibility: hidden;
    height: 0;
}
.p_sort li.cur .layer2,.p_sort li:hover .layer2{
    visibility: visible;
    height: auto;
    padding:10px 0 0;
}
.p_sort li .layer2 a{
    display: block;
    text-indent: 45px;
    margin:10px 0;
    font-size:16px;
    color: #292929;
    font-family: "puhui45";
}
.p_sort li .layer2 a.cur,.p_sort li .layer2 a:hover{
    color: #e70019;
}
.left_contact{
    margin-top:60px;
}
.left_contact img{
    border-radius: 10px 10px 0 0;
}
.left_contact .txt1{
    font-size:22px;
    color: #333333;
    line-height: 1.5;
    margin-top:25px;
}
.left_contact .txt2{
    margin:20px 0 30px;
}
.left_contact .txt2 p{
    padding-left: 38px;
    font-size:16px;
    color: #666666;
}
.left_contact .txt2 p:nth-child(1){
    background:url(../images/left_ico1.png) no-repeat 0 center;
    margin-bottom: 6px;
}
.left_contact .txt2 p:nth-child(2){
    background:url(../images/left_ico2.png) no-repeat 0 center;
}
.left_contact .more1{
    width: 100%;
}
.right1{
    width: calc(100% - 280px);
    padding-left: 65px;
    float: right;
}
.p_list_inro{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    background: #f7f7f7;
}
.p_list_inro li{
    width: calc(100% / 3);
    padding:20px 30px;
    border-right: 1px solid #dbdbdb;
    font-size: 15px;
    color: #333;
}
.p_list_inro li:last-child{
    border:none;
}
.p_list_inro li p{
    display: flex;
    justify-content: space-between;
    line-height: 1.4;
    margin-bottom: 5px;
}
.p_list_inro li p:last-child{
    margin-bottom: 0;
}
.p_list_inro li p span:nth-child(1){
    display: flex;
    justify-content: space-between; 
    width: 71px;
}
.p_list_inro li p span:nth-child(2){
    width: calc(100% - 71px);    
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 32%;
    margin-right: 2%;
    background:#fff;
    margin-bottom:20px;
    font-size: 16px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a{
    display: block;
    padding:35px 30px 22px;
    background:#f5f5f5;
    border-radius: 8px;
}
.product_list li a .p_t1{
    text-align: center;
}
.product_list li a .p_t1 h3{
    color: #1a1a1a;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom:5px;
    font-family: "puhui75";
}
.product_list li a .p_t1 p{
    font-size: 16px;
    color: #4c4c4c;
    font-family: "puhui45";
}
.product_list li a .img{
    margin:30px 0 22px;
    text-align: center;
}
.p_more{
    width: 100%;
    border:2px solid #1a1a1a;
    line-height: 40px;
    font-size: 14px;
    color: #1a1a1a;
    text-align: center;
    border-radius: 4px;
    font-family: "puhui45";
}
.product_list li a:hover .p_more{
    background:#e70019;
    color: #fff;
    border:2px solid #e70019;
}

.product_detail{
    padding:75px 0 80px;
}
.product_detail .img{
    width: 46%;
    float: left;
    text-align: center;
}
.product_detail .text{
    font-size:16px;
    color: #333333;
    font-family: "puhui45";
    width: 38%;
    float: right;
}
.product_detail .text h1{
    margin-bottom: 25px;
    font-size:50px;
    color: #333333;
    line-height: 1.4;
}
.product_detail .text .txt{
    line-height: 1.6;
}
.product_detail .text .txt p{
    padding:10px 0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size:16px;
    color: #333333;
    font-family: "puhui45";
}
.product_detail .text .txt p strong{
    width: calc(100% - 185px);
    font-weight: normal;
}
.product_detail .text .txt p em{
    width: 180px;
    font-style: normal;
}
.p_mores{
    display: flex;
/*    flex-wrap: wrap;*/
    margin-top:85px;
}
.p_mores a{
    display: flex;
    justify-content: center;
    align-items:center;
    background:#4d4d4d;
    width: 49%;
    max-width: 180px;
    height:38px;
    color: #fff;
    font-size:14px;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 30px;
}
.p_mores a:last-child{
    margin-right: 0;
}
.p_mores a:hover{
    background:#e70019;
}
.p_mores a i{
    margin-right: 15px;
}
.p_mores a:nth-child(1) i{
    width: 13px;
    height: 16px;
    background:url(../images/p_ico1.png) no-repeat center;
}
.p_mores a:nth-child(2) i{
    width: 17px;
    height: 19px;
    background:url(../images/p_ico2.png) no-repeat center;
}

@media(max-width: 1600px){
    .left1{
        width: 235px;
    }
    .left1 h2{
        font-size:36px;
        padding-bottom: 25px;
    }
    .p_sort li{
        padding:18px 0;
    }
    .p_sort li a {
        padding: 0 12px;
    }
    .p_sort li a.list_item{
        font-size:18px;
    }
    .p_sort li .layer2 a{
        font-size:15px;
    }
    .left_contact .txt1 {
        font-size: 20px;
        margin-top: 20px;
    }
    .left_contact .txt2 p{
        font-size:15px;
    }
    .right1 {
        width: calc(100% - 235px);
        padding-left: 50px;
    }
    .product_list li a {
        padding: 25px 20px 20px;
    }
    .product_list li a .p_t1 h3{
        font-size:24px;
    }
    .product_detail .text h1{
        font-size:42px;
    }
    .product_detail .text .txt p{
        font-size:15px;
    }
    .p_mores{
        margin-top:60px;
    }
}
@media(max-width: 1280px){
    .n_main,.product_detail{
        padding:75px 0;
    }
    .left1 h2{
        font-size:32px;
    }  
    .p_sort li {
        padding: 12px 0;
    } 
    .p_sort li a {
        padding: 0 8px;
    } 
    .p_sort li a.list_item{
        font-size:16px;
    }
    .p_sort li .layer2 a {
        text-indent: 30px;
        margin: 6px 0;
        font-size: 14px;
    }
    .left_contact .txt1 {
        font-size: 17px;
        margin-top: 15px;
    }
    .left_contact .txt2 p {
        font-size: 14px;
    }
    .product_list li a .p_t1 h3 {
        font-size: 20px;
    }
    .product_list li a .p_t1 p{
        font-size:15px;
    }
    .product_detail .text h1{
        font-size:36px;
    }
    .p_list_inro li{
        font-size:14px;
    }
}
@media(max-width: 1099px){
    .product_list li{
        width: 49%;
    }
    .product_list li:nth-child(3n){
        margin-right: 2%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0%;
    }
    .product_list li a .img{
        margin:15px 0;
    }
    .product_detail .text{
        width: 45%;
    }
    .product_detail .text h1 {
        font-size: 32px;
    }
    .p_list_inro li{
        padding: 20px 20px;
        font-size:14px;
        width:50%;
    }
    .p_list_inro li:last-child{
        width:100%;
        border-top:1px solid #dbdbdb;
    }
}
@media(max-width: 820px){
    .n_main,.product_detail{
        padding:55px 0;
    }
    .left1{
        width: 200px;
    }
    .left1 h2{
        font-size:26px;
        padding-bottom: 15px;
    }   
    .p_sort li {
        padding: 10px 0;
    } 
    .p_sort li a.list_item {
        font-size: 16px;
    }
    .p_sort li .layer2 a{
        font-size:13px;
    }
    .left_contact .txt2 p {
        font-size: 12px;
        min-height:29px;
    }
    .right1{
        width: calc(100% - 200px);
        padding-left: 35px;
    }
    .product_list li a {
        padding: 20px 15px;
    }
    .product_list li a .p_t1 h3 {
        font-size: 18px;
    }
    .product_detail .text{
        width: 48%;
    }
    .product_detail .text h1 {
        font-size: 28px;
    }
    .product_detail .text .txt p strong {
        width: calc(100% - 130px);
        font-weight: normal;
    }
    .product_detail .text .txt p em{
        width: 125px;
    }
    .p_mores{
        margin-top:50px;
    }
    .p_mores a{
        margin-right: 20px;
        width: 48%;
    }
    .p_list_inro li{
        padding: 20px 15px;
        font-size:13px;
        width:100%;
        border-right:none;
    }
    .p_list_inro li:nth-child(1){
        width:100%;
        border-right:none;
        border-bottom:1px solid #dbdbdb;
    }
}
@media(max-width: 767px){
    .n_main,.product_detail{
        padding:40px 0;
    }
    .left1{
        width: 100%;
        margin-bottom:25px;
    }
    .left1 h2{
        font-size:22px;
    }   
    .p_sort li {
        padding: 5px 0;
    }
    .left_contact{
        display:none;
    }
    .right1{
        width: 100%;
        padding-left: 0;
    } 
    .product_list li a .p_t1 h3 {
        font-size: 16px;
    } 
    .product_detail .img{
        width: 100%;
    }
    .product_detail .text{
        width: 100%;
    }
    .product_detail .text h1 {
        font-size: 24px;
    }
    .p_mores{
        margin-top:30px;
    }
}
/*解决方案*/
.case1{
    padding:70px 0 100px;
}
.case_top .wrap{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
}
.case_t1{
    float: left;
}
.case_t1 h2{
    font-size: 46px;
    color: #333;
    line-height: 1;
}
.case_t1 p{
    font-size: 16px;
    color: #999;
    font-family: "puhui45";
    margin-top:24px;
}
.case_t2{
    float: right;
    font-size: 16px;
    color: #000;
    position: relative;
    line-height: 1;
    display: none;
}
.case_t2:before{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #e70019;
    border-radius: 50%;
    z-index: 1;
}
.case_t2 span{
    position: relative;
    z-index: 9;
    padding-left: 16px;
    font-family: "puhui85";
}
.case_intro{
    font-size: 20px;
    color: #333;
    margin-top:48px;
    line-height: 1.4;
}
.case1_cont{
    display: flex;
    flex-wrap: wrap;
    min-height: 246px;
    margin-top:60px;
}
.case1_cont .text{
    width: 50%;
    background: #E70019;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:39px 20px 39px 60px;
    border-radius: 20px;
}
.case1_cont .text .p1{
    font-size: 28px;
    font-family: "puhui85";
    line-height: 1.4;
}
.case1_cont .text .p2{
    font-size: 16px;
    font-family: "puhui45";
    line-height: 1.4;
    margin-top:20px;
}
.case1_cont ul{
    width: 50%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
}
.case1_cont ul li{
    height: 100%;
    text-align: center;
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:10px;
}
.case1_cont ul li h3{
    font-size: 18px;
    color: #333;
    line-height: 1.4;
    margin-top:25px;
}
.case1_cont ul li p{
    font-size: 10px;
    color: #999;
    line-height: 1.4em;
    height: 2.8em;
    margin-top:11px;
}
.case1_cont ul li:nth-child(2){
    background: #F1F1F1;
}
.case2{
    padding:100px 0 107px;
    background: #f6f6f6;
}
.case2_list{
    margin-top:48px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 30px;
}
.case2_list li{
    background: #fff;
    padding:40px 40px 36px;
    font-size: 20px;
    color: #333;
    font-family: "puhui65";
    line-height: 1.4;
    min-height: 178px;
}
@media(max-width:1600px){
    .case1 {
        padding: 70px 0 95px;
    }
    .case_t1 h2{
        font-size:36px;
    }
    .case_t1 p{
        font-size:15px;
        margin-top:10px;
    }
    .case_t2{
        font-size:15px;
    }
    .case_t2:before{
        width:40px;
        height:40px;
    }
    .case_intro{
        font-size:16px;
        margin-top:30px;
    }
    .case1_cont .text .p1{
        font-size:24px;
    }
    .case1_cont .text .p2{
        font-size:14px;
    }
    .case1_cont ul li h3{
        font-size:16px;
    }
    .case2{
        padding:95px 0;
    }
    .case2_list li{
        font-size:17px;
        padding:35px 30px;
        min-height: 160px;
    }
}
@media(max-width:1280px){
    .case1 {
        padding: 55px 0 75px;
    }
    .case_t1 h2{
        font-size:32px;
    }
    .case_t1 p{
        font-size:14px;
        margin-top:6px;
    }
    .case1_cont{
        min-height:220px;
    }
    .case1_cont .text {
        padding: 30px 20px 30px 40px;
    }
    .case1_cont .text .p1{
        font-size:22px;
    }
    .case1_cont .text .p2{
        font-size:13px;
    }
    .case1_cont ul li h3{
        font-size:15px;
        margin-top: 15px;
    }
    .case1_cont ul li p{
        margin-top: 6px;
    }
    .case2{
        padding:75px 0;
    }
    .case2_list li{
        font-size:16px;
        padding:25px 30px;
        min-height: 140px;
    }

}
@media(max-width:1024px){
    .case_t1 h2 {
        font-size: 28px;
    }
}
@media(max-width:820px){
    .case_t1 h2 {
        font-size: 24px;
    }
    .case_t1 p{
        margin-top:4px;
    }
    .case_intro {
        font-size: 14px;
        margin-top: 20px;
    }
    .case1_cont{
        margin-top:40px;
    }
    .case1_cont .text{
        width:100%;
    }
    .case1_cont .text .p1 {
        font-size: 20px;
    }
    .case1_cont ul{
        width:100%;
    }
    .case1_cont ul li{
        padding:20px 15px;
    }
    .case1_cont ul li h3{
        margin-top:10px;
        font-size:14px;
    }
    .case1,.case2{
        padding:55px 0;
    }
    .case2_list {
        margin-top: 40px;
        gap: 20px 15px;
    }
    .case2_list li {
        font-size: 15px;
        padding: 20px 20px;
        min-height: 140px;
    }
}
@media(max-width:640px){
    .case_t1 h2 {
        font-size: 20px;
    }
    .case_t1 p{
        font-size:12px;
        margin-top:2px;
    }
    .case_t2 {
        font-size: 14px;
    }
    .case_t2:before {
        width: 32px;
        height: 32px;
    }
    .case_t2 span{
        padding-left:12px;
    }
    .case_intro {
        font-size: 12px;
        margin-top: 15px;
    }
    .case1_cont{
        margin-top:25px;
    }
    .case1_cont .text {
        padding: 20px 15px;
    }
    .case1_cont .text .p1 {
        font-size: 16px;
    }
    .case1_cont .text .p2 {
        font-size: 12px;
        margin-top:5px;
    }
    .case1_cont ul li {
        padding: 12px 5px;
    }
    .case1_cont ul li .img img{
        max-height:36px;
    }
    .case1_cont ul li h3{
        font-size:12px;
    }
    .case1_cont ul li p{
        font-size:8px;
        margin-top:4px;
    }
    .case1,.case2{
        padding:40px 0;
    }
    .case2_list {
        margin-top: 25px;
        gap: 15px 10px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .case2_list li {
        font-size: 13px;
        padding: 15px 15px;
        min-height: 100px;
    }
}


/*message2*/
.message2{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    transition: all .8s ease;
    display: none;
}
.message2.cur{
    display: flex;
}
.applyForm {
    width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 60px 20px;
    position: relative;
}
.mess_t{
    text-align: center;
}
.mess_t h3 {
    color: #333;
    font-size: 30px;
    font-weight: normal;
    line-height: 1em;
}
.mess_t p {
    color: #666;
    font-size: 16px;
    margin: 16px 0 40px;
}
.close1 {
    position: absolute;
    top: 45px;
    right: 45px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.close1 span{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.close1 span:before,.close1 span:after {
    content: '';
    width: 90%;
    height: 2px;
    background: #333;
    display: block;
    margin: auto;
    position: absolute;
}
.close1 span:before {
    transform: rotate(45deg);
    top: 14px;
    left: 1px;
}
.close1 span:after {
    transform: rotate(-45deg);
    left: 1px;
    top: 14px;
}
.message2 ul{
    display: flex;
    flex-wrap: wrap;
}
.message2 ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
}
.message2 ul li:nth-child(2n){
    margin-right: 0;
}
.message2 ul li:last-child{
    width: 100%;
    margin-right: 0;
}
.message2 ul li label{
    font-size: 16px;
    color: #333;
    display: block;
}
.message2 ul li input{
    outline: none;    
    width: 100%;
    display: block;
    line-height: 40px;
    border: 1px #E3E3E3 solid;
    padding:0 15px;
}
.message2 ul li textarea{
    outline: none;   
    font-family: "微软雅黑";
    width: 100%;
    display: block;
    border: 1px #E3E3E3 solid;
    height: 160px;
}
.mess_btn input{
    border:none;
    outline: none;
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    background-color: #e70019;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 40px auto;
}
@media screen and (max-width: 1500px){
    .to_phone_scroll {
        overflow: hidden;
        overflow-y: scroll;
    } 
    .applyForm {
        padding: 20px 30px;
    }
    .mess_t h3 {
        font-size: 24px;
    }
    .mess_t p {
        font-size: 14px;
        margin: 0px 0 15px;
    }
}
@media screen and (max-width: 1199px){
    .to_phone_scroll {
        width: 100%;
        height: 80vh;
    }  
    .applyForm {
        width: 90%;
        padding: 20px;
    }
}
@media(max-width:768px){
    .mess_t h3 {
        font-size: 20px;
    } 
    .close1{
        right:20px;
        top:20px;
    }
    .mess_btn input{
        margin: 20px auto 0;
        width:200px;
    }
    .message2 ul li label{
        font-size:14px;
    }
}
@media(max-width:640px){
    .applyForm {
        padding: 25px 10px;
    }  
    .mess_t p{
        font-size:13px;
    }
    .close1{
        right:15px;
        top:10px;
    }
    .message2 ul li {
        width: 100%;
        margin-right: 0%;
        margin-bottom:0;
    }
    .message2 ul li input{
        line-height:32px;
    }
    .message2 ul li textarea{
        line-height:32px;
        height:96px;
    }
    .mess_btn input {
        width: 150px;
        height: 42px;
        line-height: 42px;
        font-size: 15px;
        margin: 10px auto 0;
    }
}


/*关于油机*/
.n_bg1{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 410px;
    background:url(../images/n_bg1.jpg) no-repeat top center;
    background-size: cover;
    z-index: -9;
}
.about_top{
    padding:60px 0 65px;
}
h2.ab_t1{
    text-align: center;
    font-size:50px;
    color: #1a1a1a;
    line-height: 1;
}
.sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:70px;
}
.sort li{
    margin-right: 60px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    display: block;
    line-height: 1.4;
    position: relative;
    font-size:18px;
    color: #1a1a1a;
    padding-bottom: 4px;
} 
.sort li a:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 0%;
    height: 2px;
    background:#e70019;
    transition: all 0.4s ease-out;
}
.sort li a.cur,.sort li a:hover{
    color: #e70019;
}
.sort li a.cur:after,.sort li a:hover:after{
    width: 100%;
    left:0;
}
.about1_1{
    color: #fff;
    text-align: center;
    /*padding:115px 0 585px;*/
    position: relative;
    /*background:url(../images/about1_bg1.jpg) no-repeat top center;*/
    /*background-size: contain;*/
}
/*.about1_1 .img*/
.about1_text{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    padding:115px 0 0;
    /*height: 100%;*/
    /*z-index: -1;*/
}
.about1_1 h2{
    font-size:46px;
    line-height: 1.4;
    font-family: "puhui75";
}
.about1_1 p{
    font-size:18px;
    text-align: center;
    margin:20px auto 0;
    max-width: 915px;
    line-height: 1.8;
}


.about1_2{
    padding:75px 0 85px;
}
.about1_2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about1_2 ul li{
    width: 30%;
    text-align: center;
}
.about1_2 ul li h3{
    font-size:46px;
    color: #1a1a1a;
    font-family: "puhui75";
    line-height: 1;
    margin:30px 0 15px;
}
.about1_2 ul li p{
    font-size:16px;
    color: #666666;
    font-family: "puhui45";
    line-height: 1.6;
}

.about1_3{
    padding:85px 0 92px;
    background:url(../images/about1_bg2.jpg) no-repeat center;
    background-size: cover;
}
.about1_3 .text{
    max-width: 1045px;
    padding:82px 150px 56px 92px;
    color: #fff;
    background:rgba(0,0,0,.7);
    backdrop-filter:blur(10px);
}
.about1_3 .text h2{
    font-size:46px;
    font-family: "puhui75";
    line-height: 1;
    margin-bottom: 20px;
}
.about1_3 .text .txt1{
    font-size:18px;
    padding-bottom: 30px;
    border-bottom: 2px solid #fff;
    margin-bottom: 60px;
}
.about1_3 .text .txt2{
    font-size:16px;
    font-family: "puhui45";
}
.about1_3 .text .txt2 p{
    padding-left: 17px;
    position: relative;
    margin-bottom: 12px;
}
.about1_3 .text .txt2 p:last-child{
    margin-bottom: 0;
}
.about1_3 .text .txt2 p:before{
    content:'';
    position: absolute;
    left:0;
    top:13px;
    width: 7px;
    height: 7px;
    background:#fff;
    border-radius: 50%;
}
.about1_4{
    padding:88px 0 80px;
}
.about1_4 h2.ab_t2{
    text-align: center;
}
.about1_list2{
    margin-top:47px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about1_list2 dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:45px 55px 35px 65px;
    background:#f0f0f0;
    width: 49%;
    margin-bottom: 25px;
    border-radius: 6px;
}
.about1_list2 dl dt{
    font-size:32px;
    color: #1a1a1a;
    /*width: 112px;*/
    line-height: 1.4;
    width: 100%;
}
.about1_list2 dl dd{
    /*width: calc(100% - 112px);*/
    font-size: 16px;
    color: #333333;
    font-family: "puhui45";
    line-height: 1.8;
}
.about1_list2 dl:last-child{
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
.about1_list2 dl:last-child dt,.about1_list2 dl:last-child dd{
    width: 100%;
}
.about1_list2 dl dd .txt{
    margin-top:20px;
}
.about1_list2 dl dd .txt p{
    padding-left: 20px;
    font-size:16px;
    color: #333333;
    position: relative;
    margin-bottom: 12px;
    line-height: 1.8;
}
.about1_list2 dl dd .txt p:last-child{
    margin-bottom: 0;
}
.about1_list2 dl dd .txt p:before{
    content:'';
    position: absolute;
    left:0;
    top:11px;
    width: 7px;
    height: 7px;
    background:#1a1a1a;
    border-radius: 50%;
}
.about1_5{
    padding:85px 0 92px;
    background:url(../images/about1_bg3.jpg) no-repeat center;
    background-size: cover;
    color:#fff;
}
.about1_5 .text{
    float: left;
    width: 35%;
}
.about1_5 h2.ab_t2{
    color: #fff;
    text-align: left;
}
.about1_5 .text p{
    font-size:24px;
    font-family: "puhui75";
    margin-top:10px;
}
.about1_5 .text2{
    float: right;
    width: 60%;
    max-width: 580px;
}
.about1_5 .text2 h3{
    font-size:22px;
    font-family: "puhui75";
    line-height: 1;
    margin-bottom: 20px;
}
.about1_5 .text2 .txt{
    font-size:16px;
    font-family: "puhui45";
}
.about1_5 .text2 .txt p{
    padding-left: 22px;
    font-size:16px;
    position: relative;
    margin-bottom: 7px;
    line-height: 1.8;
}
.about1_5 .text2 .txt p:last-child{
    margin-bottom: 0;
}
.about1_5 .text2 .txt p:before{
    content:'';
    position: absolute;
    left:0;
    top:11px;
    width: 7px;
    height: 7px;
    background:#fff;
    border-radius: 50%;    
}
.about1_5 .text2 .txt2{
    margin-top:75px;
}

.about1_6{
    text-align: center;
    padding:95px 0;
}
h2.ab_t2{
    font-size:46px;
    color: #1a1a1a;
    font-family: "puhui75";
    line-height: 1;
}
.about1_6 .text{
    font-size:16px;
    color: #1a1a1a;
    margin-top:25px;
    padding:0 120px;
}
.about2{
    background:url(../images/about2_bg1.jpg) no-repeat center;
    background-size: cover;
    padding:105px 0 540px;
}
.ab_t2{
    text-align: center;
}
.ab_t2 h2{
    font-size:46px;
    color: #1a1a1a;
    line-height: 1;
    font-family: "puhui75";
}
.ab_t2 p{
    font-size:28px;
    color: #333333;
    line-height: 1.8;
    margin-top:10px;
}
.about2 .ab_t2 h2,.about2 .ab_t2 p{
    color: #fff;
}
.about2_intro{
    margin:30px 0 75px;
    background:rgba(255,255,255,.1);
    backdrop-filter: blur(10px);
    padding:35px 85px;
    font-size:18px;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    border-radius: 10px;
}
#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 rgba(255,255,255,.46);  
    margin-left: -12px; 
    opacity: 0; 
    backdrop-filter: blur(10px);
}
#fzlc_t .swiper-slide-thumb-active:after{
    opacity: 1;
}
#fzlc .swiper-button-prev,#fzlc .swiper-button-next{
    width: 56px;
    height: 56px;   
    margin-top:32px; 
    opacity: 1;
    top:0;
    /*border: 1px solid #fff;*/
    border-radius: 50%;
}
#fzlc .swiper-button-prev{
    background:url(../images/right1.png) no-repeat center;
    /*background-size: 12px;*/
    left:-65px;
    transform: rotate(-180deg);
}
#fzlc .swiper-button-prev:hover{
    background:url(../images/left1.png) no-repeat center;  
   transform: rotate(-0deg);
}
#fzlc .swiper-button-next{
    background:url(../images/right1.png) no-repeat center;
    /*background-size: 12px;*/
    right:-65px;
}
#fzlc .swiper-button-next:hover{
    background:url(../images/left1.png) no-repeat center;  
   transform: rotate(-180deg);
}
#fzlc_b{
    border-radius: 10px;
    background:rgba(255,255,255,.46);
    backdrop-filter: blur(10px);
}
#fzlc_b .swiper-slide{
/*    padding-top:12px;*/
}

#fzlc_b .swiper-slide .text{
    /*background:#fff;*/
    padding:30px 72px;
    min-height:162px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#fzlc_b .swiper-slide p{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
#fzlc_b .swiper-slide p:last-child{
    margin-bottom: 0;
}
#fzlc_b .swiper-slide p span{
    display: block;
    font-size:26px;
    color: #e60012;
    line-height: 1;
    width: 120px;
}
#fzlc_b .swiper-slide p font{
    font-size:20px;
    color: #1a1a1a;
    line-height: 1.5;
    width: calc(100% - 120px);
}
.about3{
    padding:120px 0;
    background:#fff;
}
.about3 .ab_t2 h2{
    font-family: "puhui55";
}
.about3_intro{
    margin:50px 0 82px;
    background:#f0f0f0;
    backdrop-filter: blur(10px);
    padding:35px 85px;
    font-size:18px;
    color: #4c4c4c;
    text-align: center;
    line-height: 1.8;
    border-radius: 10px;    
}
.about3_list{
    display: flex;
    flex-wrap: wrap;
}
.about3_list a{
    display: block;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.about3_list a:nth-child(3n){
    margin-right: 0;
}
.about3_list a .img{
    position: relative;
    border-radius: 10px;
}
.about3_list a .img:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    margin: -46px 0 0 -46px;
    width: 92px;
    height: 92px;
    background:url(../images/player.png) no-repeat center;
    background-size: contain;
}
.about3_list a p{
    font-size:20px;
    color: #333333;
    line-height: 1.6;
    text-align: center;
    margin-top:18px;
}

@media(max-width: 1600px){
/*    .n_bg1{
        height: 380px;
    }*/
    .about_top{
        padding:45px 0;
    }
    .sort{
        margin-top:60px;
    }
    .sort li{
        margin-right: 50px;
    }
    .sort li a{
        font-size:16px;
    }
    h2.ab_t1,.ab_t2 h2,.about1_1 h2,.about1_3 .text h2,h2.ab_t2{
        font-size:36px;
    }
    .about1_1{
        /*padding:95px 0 500px;*/
    }
    .about1_text{
        padding:75px 0 0;
    }
    .about1_1 p{
        font-size:15px;
    }
    .about1_2 ul li{
        width: 32%;
    }
    .about1_2 ul li h3{
        font-size:36px;
    }
    .about1_2 ul li p{
        font-size:15px;
    }
    .about1_2 ul li .img img{
        width: 120px;
    }
    .about1_3 .text{
        padding:55px 50px;
    }
    .about1_3 .text .txt1 {
        font-size: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
        margin-bottom: 35px;
    }
    .about1_3 .text .txt2{
        font-size:15px;
    }
    .about1_3 .text .txt2 p{
        margin-bottom: 7px;
    }
    .about1_3 .text .txt2 p:before{
        width: 5px;
        height: 5px;
        top:12px;
    }
    .about1_list2 dl{
        padding:30px;
        margin-bottom: 20px;
    }
    .about1_list2 dl dt{
        font-size:28px;
    }
    .about1_list2 dl dd,.about1_list2 dl dd .txt p,.about1_5 .text2 .txt{
        font-size:15px;
    }
    .about1_list2 dl dd .txt p:before {
        top: 11px;
        width: 5px;
        height: 5px;
    }
    .about1_5 .text p{
        font-size:20px;
    }
    .about1_5 .text2 h3{
        font-size:20px;
        margin-bottom: 15px;
    }
    .about1_5 .text2 .txt2{
        margin-top:60px;
    }
    .about1_6 .text{
        padding:0 75px;
        font-size:15px;
    }
    .about2{
        padding:95px 0 450px;
    }
    .ab_t2 p{
        font-size:18px;
    }
    .about2_intro {
        margin: 30px 0 65px;
        padding: 30px 50px;
        font-size: 15px;
    }
    #fzlc .swiper-button-prev{
        left:-40px;
    }
    #fzlc .swiper-button-next{
        right:-40px;
    }
    #fzlc_t .swiper-slide{
        font-size:30px;
    }
    #fzlc_b .swiper-slide .text{
        padding:25px 40px;
    }
    #fzlc_b .swiper-slide p span{
        font-size:20px;
    }
    #fzlc_b .swiper-slide p font{
        font-size:15px;
    }
    .about3{
        padding:95px 0;
    }
    .about3_intro {
        margin: 35px 0 55px;
        padding: 25px 40px;
        font-size: 15px;
    }
    .about3_list a .img:after {
        margin: -36px 0 0 -36px;
        width: 72px;
        height: 72px;
    }
    .about3_list a p {
        font-size: 15px;
        margin-top: 10px;
    }
}
@media(max-width: 1280px){
    h2.ab_t1,.ab_t2 h2,.about1_1 h2,.about1_3 .text h2,h2.ab_t2{
        font-size:32px;
    }
    .about1_1{
        /*padding:75px 0 400px;*/
    }   
    .about1_text{
        padding:60px 0 0;
    }
    .about1_2,.about1_3,.about1_4{
        padding:75px 0;
    }
    .about1_2 ul li h3{
        font-size:32px;
        margin: 20px 0 12px;
    }
    .about1_2 ul li p{
        font-size:14px;
    }
    .about1_3 .text {
        padding: 40px 30px;
    }
    .about1_5 .text p{
        font-size:18px;
    }
    .about1_6{
        padding:75px 0;
    }
    .about1_6 .text{
        padding:0;
    }
    .about2{
        padding:75px 0 400px;
    }
    .ab_t2 p{
        font-size:16px;
    }
    .about2_intro {
        margin: 30px 0 55px;
        padding: 25px 35px;
    }
    #fzlc_t .swiper-slide{
        font-size:26px;
    }
    #fzlc_b .swiper-slide .text{
        padding:20px 30px;
    }
    .about3{
        padding:75px 0;
    }
}
@media(max-width: 1099px){
    .about1_text{
        padding:50px 0 0;
    }
    .about1_2 ul li h3{
        font-size:28px;
    }   
    .about1_2 ul li .img img{
        width: 100px;
    } 
    .about1_5{
        padding:75px 0;
    }
    .about1_5 .text{
        width: 100%;
    }
    .about1_5 .text2{
        width: 100%;
        margin-top:50px;
        max-width: 100%;
    }
}
@media(max-width: 820px){
/*    .n_bg1{
        height: 300px;
    }*/
    .about_top{
        padding:30px 0 40px;
    }  
    .sort{
        margin-top:50px;
    }
    .sort li{
        margin-right: 35px;
    }
    .sort li a{
        font-size:15px;
    } 
    h2.ab_t1,.ab_t2 h2,.about1_1 h2,.about1_3 .text h2,h2.ab_t2{
        font-size:24px;
    } 
    .about1_1{
        /*padding:55px 0 300px;*/
    }
    .about1_text{
        padding:40px 0 0;
    }
    .about1_2,.about1_3,.about1_4,.about1_6{
        padding:55px 0;
    }
    .about1_2 ul li .img img{
        width: 90px;
    }
    .about1_2 ul li h3{
        font-size:26px;
    }
    .about1_3,.about1_5{
        padding:55px 0;
    }
    .about1_3 .text {
        padding: 30px 20px;
    }
    .about1_list2{
        margin-top: 40px;
    }
    .about1_list2 dl{
        width: 100%;
        margin-right: 0!important;
    }
    .about1_list2 dl dt{
        font-size:24px;
    }
    .about1_5 .text p{
        font-size:16px;
    }
    .about1_5 .text2,.about1_5 .text2 .txt2{
        margin-top:35px;
    }
    .about2 {
        padding: 55px 0 320px;
    }
    #fzlc_t .swiper-slide {
        font-size: 22px;
    }
    #fzlc_b .swiper-slide p span{
        font-size:18px;
        width: 100px;
    }
    #fzlc_b .swiper-slide p font {
        width: calc(100% - 100px);
    }
    #fzlc .swiper-button-prev{
        left:-30px;
    }
    #fzlc .swiper-button-next{
        right:-30px;
    }
    #fzlc .swiper-button-prev, #fzlc .swiper-button-next{
        width: 47px;
        height: 47px;
        margin-top: 36px;
    }
    .about3{
        padding:55px 0;
    }
    .about3_intro {
        margin: 20px 0 30px;
        padding: 20px 20px;
    }
    .about3_list a .img:after {
        margin: -25px 0 0 -25px;
        width: 50px;
        height: 50px;
    }
    .about3_list a p{
        font-size:14px;
    }
}
@media(max-width: 640px){
    .sort{
        margin-top:30px;
    }
    .sort li{
        margin-right: 20px;
        margin-bottom:5px;
    }
    .sort li a{
        font-size:13px;
    } 
    h2.ab_t1,.ab_t2 h2,.about1_1 h2,.about1_3 .text h2,h2.ab_t2{
        font-size:20px;
    }  
    .about1_1{
        /*padding:40px 0 260px;*/
        background:#fff;
    }
    .about1_text{
        padding:20px 0;
        position:relative;
    }
    .about1_text h2{
        color:#333;
    }
    .about1_1 p{
        margin:15px auto 0;
        color:#666;
        font-size:14px;
    }
    .about1_2,.about1_3,.about1_4,.about1_5,.about1_6{
        padding:40px 0;
    }
    .about1_2 ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .about1_2 ul li:last-child{
        margin-bottom: 0;
    }
    .about1_2 ul li .img img{
        width: 75px;
    }
    .about1_2 ul li h3{
        font-size:22px;
    }
    .about1_list2{
        margin-top: 25px;
    }
    .about1_list2 dl{
        padding:20px;
        margin-bottom: 15px;
    }
    .about1_list2 dl dt{
        width: 100%;
        font-size:22px;
    }
    .about1_list2 dl dd{
        width: 100%;
        margin-top:10px;
    }
    .about1_list2 dl dd .txt{
        margin-top:0;
    }
    .about1_3 .text .txt1,.about1_3 .text .txt2{
        font-size:14px;
        line-height:1.8;
    }
    .about1_3 .text .txt2 p:before,.about1_5 .text2 .txt p:before{
        top:10px;
    }
    .about1_5 .text p,.about1_5 .text2 .txt p{
        font-size:14px;
        line-height:1.8;
    }
    .about1_5 .text2 .txt p{
        padding-left:18px;
    }
    .about1_5 .text2,.about1_5 .text2 .txt2{
        margin-top:30px;
    }
    .about1_6 .text{
        font-size:14px;
    }
    .about1_list2 dl dd, .about1_list2 dl dd .txt p, .about1_5 .text2 .txt{
        font-size:14px;
    }
    .about2{
        padding: 40px 0 200px;
        background:url(../images/m_about2_bg1.jpg) no-repeat center;
        background-size: cover;
    }
    .ab_t2 p {
        font-size: 12px;
    }
    .about2_intro {
        margin: 25px 0 30px;
        padding: 15px 12px;
        font-size:12px;
    }
    #fzlc_t {
        padding-bottom: 55px;
    }
    #fzlc_t .swiper-slide:before{
        bottom:-14px;
    }
    #fzlc_t .swiper-slide-thumb-active:before{
        bottom:-18px;
    }
    #fzlc_t .swiper-slide:after{
        bottom:-56px;
    }
    #fzlc_t .swiper-slide{
        font-size:20px;
    }
    #fzlc_b .swiper-slide .text{
        padding: 20px 12px;
        justify-content: flex-start;
        min-height:125px;
    }
    #fzlc_b .swiper-slide p span{
        font-size: 16px;
        width: 70px;
    }
    #fzlc_b .swiper-slide p font{
        font-size: 12px;
        width: calc(100% - 75px);
    }
    #fzlc .swiper-button-prev,#fzlc .swiper-button-next{
        display: none;
    }
    .about3{
        padding:40px 0;
    }
    .about3_intro {
        padding: 15px;
        font-size:14px;
    }
    .about3_list a{
        width: 49%;
        margin-bottom: 15px;
    }
    .about3_list a:nth-child(3n){
        margin-right: 2%;
    }
    .about3_list a:nth-child(2n){
        margin-right: 0;
    }
    .about3_list a p{
        font-size:12px;
    }
}
@media(max-width:460px){
    .about3_list a{
        width:100%;
        margin-right:0;
    }
}

/*最新消息*/
.n_news{
    padding:55px 0 60px;
    background:#fff;
}
.sort2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 45px;
}
.sort2 li{
    margin-right: 28px;
}
.sort2 li:last-child{
    margin-right: 0;
}
.sort2 li a{
    display: flex;
    align-items:center;
    justify-content: center;
    font-size:16px;
    color: #fff;
    border-radius: 6px;
    height: 48px;
    padding:10px 55px;
    background:#a3a3a3;
}
.sort2 li a.cur{
    background:#e70019;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list a{
    width: calc(100% / 3 - 28px);
    margin-right: 42px;
    margin-bottom: 50px;
}
.news_list a:nth-child(3n){
    margin-right: 0;
}
.news_detail{
    padding:75px 0;
    background:#fff;
}
.news_detail .wrap{
    max-width: 1200px;
    margin:0 auto;   
}
.news_detail h1{
    font-size:28px;
    color: #333;
    text-align: center;
    line-height: 1.4;
}
.info_title{
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 10px 0;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 15px;
}
.news_detail .content{
    font-size:16px;   
    margin-bottom: 20px; 
}
.news_detail .content video{
    display: block;
    object-fit:fill;
    width: 100%!important;
    height: auto!important;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    font-family: "puhui55";
    display: none;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
/*线上客服*/
.customer_intro{
    font-size:18px;
    color: #4c4c4c;
    font-family: "puhui45";
    text-align: center;
    max-width: 580px;
    margin:20px auto 0;
    line-height: 1.8;
}
.customer_cont{
    padding:105px 0 85px;
    background:url(../images/customer_bg1.jpg) no-repeat center;
    background-size: cover;
}
.customer_cont .text{
    padding:82px 68px 55px;
    background:rgba(255,255,255,.46);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    max-width: 618px;
}
.customer_cont .text .ab_t2 h2{
    text-align: left;
    font-family: "puhui55";
}
.customer_cont .text .txt{
    font-size:18px;
    color: #4c4c4c;
    margin:25px 0 40px;
}
.customer_cont .text .txt p{
    margin-bottom: 5px;
}
.customer_cont .text .txt p:last-child{
    margin-bottom: 0;
}
.customer_code{
    max-width: 160px;
    text-align: center;
}
.customer_code p{
    font-size:16px;
    color: #1a1a1a;
    font-family: "puhui45";
    margin-top:5px;
}
/*联络我们*/
.contact_intro{
    font-size:18px;
    color: #4c4c4c;
    font-family: "puhui45";
    text-align: center;
    /*max-width: 580px;*/
    margin:20px auto 0;
    line-height: 1.8;    
}
.contact_cont{
    padding:75px 0;
    background:url(../images/contact_bg1.jpg) no-repeat center;
    background-size: cover;
}
.contact_cont .text{
    padding:60px 40px 40px 80px;
    background:rgba(255,255,255,.46);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    max-width: 618px;
}
.contact_cont .text .ab_t2 h2{
    text-align: left;
    font-family: "puhui55";
}
.contact_cont .text .txt{
    font-size:18px;
    color: #4c4c4c;
    margin:20px 0 30px;
}
/*.contact_cont .text .txt p{
    margin-bottom: 5px;
}
.contact_cont .text .txt p:last-child{
    margin-bottom: 0;
}*/
.contact_cont .text .txt p a{
    color: #e60012;
}
.contact_code{
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.contact_code dl{
    width: 32%;
    text-align: center;
}
.contact_code dl dd{
    font-size:16px;
    color: #1a1a1a;
    font-family: "puhui45";
    margin-top:10px;
}
.contact_code p{
    font-size:16px;
    color: #1a1a1a;
    font-family: "puhui45";
    padding-left: 28px;
}
.dls_contact{
    padding: 110px 0 95px;
}
.dls_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:60px;
}
.dls_list dl{
    margin-bottom: 30px;
    width: calc(100% / 3 - 22px);
    margin-right: 33px;
    background:#f0f0f0;
    padding:50px 25px;
    border-radius: 10px;
}
.dls_list dl:nth-child(3n){
    margin-right: 0;
}
.dls_list dl dt{
    font-size:26px;
    color: #1a1a1a;
    font-family: "puhui75";
    line-height: 1;
    padding-bottom: 18px;
    border-bottom: 2px solid #dbdbdb;
    margin-bottom: 30px;
}
.dls_list dl dd{

}
.dls_list dl dd p{
    margin-bottom: 12px;
    display: flex;
    font-size:16px;
    color: #1a1a1a;
    font-family: "puhui45";
    line-height: 1.6;
}
.dls_list dl dd p:last-child{
    margin-bottom: 0;
}
.dls_list dl dd p:last-child span{
    width: 70px;
}
.dls_list dl dd p:last-child font{
    width: calc(100% - 70px);
}
@media(max-width: 1600px){
    .news_list a{
        width: calc(100% / 3 - 20px);
        margin-right: 30px;
        margin-bottom: 35px;
    }
    .news_detail h1{
        font-size:22px;
    }
    .contact_intro,.customer_intro{
        font-size:15px;
    }
    .contact_cont .text,.customer_cont .text{
        padding:40px;
    }
    .contact_cont .text .txt,.customer_cont .text .txt{
        font-size:15px;
    }
    .dls_contact{
        padding:95px 0;
    }
    .dls_list{
        margin-top:40px;
    }
    .dls_list dl{
        padding:35px 20px;
    }
    .dls_list dl dt{
        font-size:22px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .dls_list dl dd p{
        font-size:14px;
        margin-bottom: 8px;
    }
    .dls_list dl dd p:last-child span{
            width: 60px;
    }
    .dls_list dl dd p:last-child font {
        width: calc(100% - 60px);
    }
    .customer_cont .text .txt{
        margin: 20px 0 30px;
    }
    .customer_cont .text .txt p{
        margin-bottom: 0;
    }
    .customer_code p{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .dls_contact,.customer_cont{
        padding:75px 0;
    }   

}
@media(max-width: 1099px){
    
}
@media(max-width: 820px){
    .sort2{
        margin-bottom: 30px;
    }
    .sort2 li a{
        padding:10px 35px;
    }
    .news_list a{
        width: calc(100% / 3 - 10px);
        margin-right: 15px;
        margin-bottom: 20px;
    }
    .news_detail h1{
        font-size:20px;
    }
    .dls_contact,.contact_cont, .customer_cont,.news_detail{
        padding:55px 0;
    }  
    .contact_cont .text,.customer_cont .text{
        padding: 30px;
    }  
    .dls_list{
        margin-top:30px;
    }
    .dls_list dl{
        width: calc(50% - 16.5px);
        margin-bottom: 20px;
    }
    .dls_list dl:nth-child(3n){
        margin-right: 33px;
    }
    .dls_list dl:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width: 640px){
    .news_detail h1{
        font-size:18px;
    }
    .contact_intro,.customer_intro{
        margin:15px auto 0;
        font-size:14px;
    }
    .dls_contact,.contact_cont,.customer_cont,.news_detail{
        padding:40px 0;
    }
    .contact_cont .text,.customer_cont .text{
        padding: 25px 20px;
    }
    .contact_code .img{
        width: 120px;
    }
    .dls_list{
        margin-top:25px;
    }
    .dls_list dl{
        width: 100%;
        margin-right: 0!important;
        padding:25px 20px;
        margin-bottom: 15px;
    }
    .dls_list dl:last-child{
        margin-bottom: 0;
    }
    .dls_list dl dt{
        font-size:18px;
        margin-bottom: 15px;
        padding-bottom: 12px;
    }
    .dls_list dl dd p{
        font-size:13px;
        margin-bottom: 5px;
    }
    .dls_list dl dd p:last-child span{
        width: 56px;
    }
    .dls_list dl dd p:last-child font {
        width: calc(100% - 56px);
    }
    .customer_cont .text .txt {
        margin: 15px 0 20px;
    }
    .customer_code{
        max-width: 120px;
    }
    .n_news{
        padding:40px 0;
    }
    .sort2 {
        margin-bottom: 25px;
    }
    .sort2 li{
        margin-right: 15px;
    }
    .sort2 li a{
        padding:10px 15px;
        font-size: 14px;
        height: 40px;
    }
    .news_list a {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .news_list a:nth-child(3n) {
        margin-right: 20px;
    }
    .news_list a:nth-child(2n) {
        margin-right: 0;
    }
    .contact_code dl dd{
        margin-top:5px;
        font-size:15px;
    }
}
@media(max-width:460px){
    .sort2 li {
        margin-right: 8px;
        margin-bottom:3px;
    }
    .sort2 li a {
        padding: 6px 5px;
        font-size: 12px;
        height: 36px;
    }
    .news_list a{
        width:100%;
        margin-right:0!important;
    }
    .news_list a img{
        width:100%;
    }
}

/*电子型录*/
.download_intro{
    font-size:18px;
    color: #4c4c4c;
    font-family: "puhui45";
    text-align: center;
    margin:20px auto 0;
    line-height: 1.8;    
}
.register_body{
    padding:110px 0 150px;
    background:url(../images/register_bg1.jpg) no-repeat center;
    background-size: cover;
}
.login_denglu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.login_denglu .img{
    width: 26%;
    max-width: 343px;
}
.login_form1{
    padding:65px 54px;
    background:rgba(255,255,255,.9);
    backdrop-filter: blur(10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;   
    width: 63%;
}
.login_form1_left{
    width: 49%;
}
.login_ico{
    text-align: center;
    padding:10px 0 20px;
}
.login_input{
    margin-bottom: 27px;
}
.login_input input{
    width: 100%;
    line-height: 50px;
    border:1px solid #dbdbdb;
    outline: none;
    font-size: 16px;
    color: #666666;
    padding:0 35px;
    font-family: "puhui35";
    background:#fff;
    background-color: #fff !important;
}
.login_btn input{
    display: flex;
    align-items:center;
    justify-content: center;
    font-size:20px;
    color: #fff;
    width: 100%;
    height: 52px;
    background:#e60012;
    outline: none;
    border:none;
    cursor: pointer;
}
.login_bottom{
    display: flex;
    justify-content: space-between;
    margin-top:15px;
}
.login_bottom a{
    font-size:16px;
    color: #e60012;
}

.login_form1_right{
    width: 51%;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    position: relative;   
    padding-left: 94px; 
}
.login_form1_right:before {
    position: absolute;
    content: '';
    width: 2px;
    background: #e0e0e0;
    height: 100%;
    left: 47px;
    top: 0%;
}
.login_form1_right p {
    margin-bottom: 25px;
    line-height:1.6em;
    color: #333;
}
.login_form1_right p:last-child{
    margin-bottom: 0;
}
.login_form1_right a {
    color: #e60012;
}

.login_retrieve{

}
.n_download{
    padding:120px 0 75px;
    background:#fff;
}
.download_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.download_list li{
    padding-left: 75px;
    line-height:80px;
    height: 86px;
    border:1px solid #e5e5e5;
    background:url(../images/d_icon1.png) no-repeat 30px center;
/*    display: flex;
    justify-content: space-between;*/
    margin-bottom: 20px;
    width: 48%;
    position: relative;
    overflow: hidden;
}
.download_list li h1{
    width: 65%;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden; 
    float: left;   
    font-size: 20px;
    color: #4c4c4c;
    font-family: "puhui55";
}
.download_list li .xiaz{
    display: block;
    width: 90px;
    float: right;
}
.download_list li .xiaz img{
    display: block;
}
.n_search{
    padding:75px 0;
}
@media(max-width: 1600px){
    .download_intro{
        font-size:15px;
    }
    .n_download{
        padding:95px 0 55px;
    }
    .download_list li {
        padding-left: 60px;
        background: url(../images/d_icon1.png) no-repeat 20px center;
        margin-bottom:15px;
    }
    .download_list li h1{
        font-size:17px;
    }
    .register_body{
        padding:95px 0;
    }
    .login_form1 {
        padding: 40px 30px;
    }
    .login_ico img{
        width:75px;
    }
    .login_input input{
        font-size:15px;
        padding:0 20px;
    }
    .login_btn input{
        font-size:18px;
    }
    .login_bottom a{
        font-size:15px;
    }
    .login_form1_right{
        font-size:14px;
        padding-left:66px;
    }
    .login_form1_right:before{
        left:33px;
    }
    .login_form1_right p{
        margin-bottom:15px;
    }
}
@media(max-width: 1280px){
    .n_download{
        padding:75px 0 40px;
    }
    .register_body{
        padding:75px 0;
    }
    .login_form1 {
        padding: 25px 20px;
    }
    .login_ico img{
        width:60px;
    }
    .login_input {
        margin-bottom: 15px;
    }
    .login_input input {
        font-size: 15px;
        padding: 0 16px;
        line-height:45px;
    }
    .login_btn input {
        font-size: 16px;
        height: 45px;
    }
    .login_form1_right p {
        margin-bottom: 10px;
    }
}
@media(max-width: 991px){
    .login_denglu .img{
        display:none;
    }
    .login_form1{
        width:100%;
    }
}
@media(max-width: 820px){
    .n_download{
        padding:55px 0 30px;
    } 
    .download_list li {
        padding-left: 50px;
        background: url(../images/d_icon1.png) no-repeat 12px center;
        margin-bottom:15px;
        line-height: 66px;
        height: 66px;
    }    
    .download_list li h1{
        font-size:16px;
        width: 70%;
    }
    .download_list li .xiaz{
        width: 70px;
    }
    .register_body{
        padding:55px 0;
    }
}
@media(max-width: 767px){
    .download_intro{
        margin:15px auto 0;
    }
    .n_download{
        padding:40px 0 25px;
    }
    .download_list li{
        width: 100%;
        line-height: 58px;
        height: 58px;
    }
    .download_list li h1{
        font-size:15px;
    }
    .download_list li .xiaz{
        width: 60px;
    }
    .register_body{
        padding:40px 0;
    }
}
@media(max-width: 560px){
    .login_form1_left{
        width: 400%;
    }
    .login_form1_right{
        width:100%;
        padding-left:0;
        padding-top:20px;
        border-top:2px solid #e0e0e0;
        margin-top:20px;
    }
    .login_form1_right:before{
        display:none;
    }
}

#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;
}
.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 #e70019;
    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: 1099px){
    .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:#e70019 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#e70019;color:#fff; text-decoration:none;border:#e70019 1px solid;}
.pageController .currPage {background-color: #e70019;color:#fff;border:#e70019 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: #e70019;
    vertical-align: middle;
    border: 1px solid #e70019; 
    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: #e70019;
    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;
}