/*头部样式*/
header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 9999;
}
.head{
    padding:0 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size:14px;
    height: 100px;
    transition: all 0.4s ease-out;
    position: relative;
}
.logo{
    float: left;
}
.logo img{
    max-height: 65px;
}
.logo .img2{
    display: none;
}
.head_r{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}
.ss{
    position: relative;
    padding:0 0 0 30px;
    background:url(../images/ss.png) no-repeat left center;
    margin:0 25px 0 45px;
    line-height: 80px;
    cursor: pointer;
}
.search{
    display: none;
    position: absolute;
    left:-100px;
    top:70px;
}
#formsearch{
    display: flex;
    width: 260px;

}
#keyword{
    float: left;
    width: 210px;
    line-height: 40px;
    outline: none;
    padding:0 10px;
    border:1px solid #dbdbdb;
}
#s_btn{
    float: right;
    width: 50px;
    line-height: 40px;
    background: url(../images/ss.png) no-repeat center #fdd300;
    background-size: 22px;
    border:none;
    outline: none;
    font-size:0;
}
.ss:hover .search{
    display: block;
}
a.language_a{
    display: block;
    padding-left: 32px;
    background:url(../images/language_h.gif) no-repeat left center;
    background-size: 23px;
    color: #fff;
}
.h_tel{
    font-size:18px;
    color: #fff;
    padding-left: 35px;
    background:url(../images/h_tel.png) no-repeat left center;
    margin-left: 25px;
}
.nav{
    display: flex;
    flex-wrap: wrap;
    padding-right: 18px;
    position: relative;
    height: 100%;
    align-items: center;
}
.nav:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    width: 1px;
    height: 24px;
    background:#5c5f62;
    margin-top:-12px;
}
.nav li{
    position: relative;
    padding:0 15px;
    margin:0 12px;
    height: 100%;
    display: flex;
    align-items: center;
}
.nav li a{
    display: block;
/*    height: 100%;*/
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
}
.nav li:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 0%;
    height: 3px;
    background:#fdd300;
    transition: all 0.3s ease-out;
}
.nav li:hover:after,.nav li.on:after{
    width: 100%;
    left:0;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:100px;
    left:-10%;
    z-index: 999;
    background-color: #fdd300;
    width: 120%;
}
.nav li .b_nav2{
    width: 240%;
    left:-70%;
    display: none!important;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}
.nav li .b_nav a sub,.p_sort1 li a sub,.f_nav li a sub,.p_site a sub,sub{
    font-size: 8px;
    position: relative;
    top:-2px;
}
.nav li .b_nav a:hover{
	color: #fff;
	text-decoration: underline;
}
a.head_a{
    display: block;
    width: 110px;
    height: 38px;
    line-height: 34px;
    border-radius: 19px;
    border: 2px solid #ae0002;
    margin-left: 22px;
    background: #ae0002;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
a.head_a:hover{
    color: #ae0002;
    background: none;
    border:2px solid #ae0002;
}
#c-header.c-head-hide{
    background:#fff;
    box-shadow: 0px 0px 10px #ccc;
}
#c-header.c-head-hide .logo .img1{
    display: none;
}
#c-header.c-head-hide .logo .img2{
    display: block;
}
/*#c-header.c-head-hide .head{*/
/*    height: 85px;*/
/*}*/
/*#c-header.c-head-hide .logo img{*/
    
/*}*/
#c-header.c-head-hide .nav li a.a1{
    color: #333;
}
#c-header.c-head-hide a.language_a{
    color: #333;
    background: url(../images/language.gif) no-repeat left center;
    background-size: 23px;
}
#c-header.c-head-hide .ss{
    color: #333;
    background: url(../images/ss2.png) no-repeat left center;
}
#c-header.c-head-hide .h_tel{
    background: url(../images/h_tel2.png) no-repeat left center;
    color: #333;
}
#c-banner1 .swiper-slide:after{
    content:'';
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
    width: 100%;
    height: 50vh;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7)0%,rgba(0,0,0,0.5)66%, rgba(0,0,0,0)99%);/* Safari、Chrome */
    background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,0));/* 默认渐变位置从上往下 */
}
#c-banner1,#c-banner1 img.img1,#c-banner1 video{
    width: 100%;
    height: 100vh;
}
.banner_text{
    position: absolute;
    left:50%;
    bottom:75px;
    width: 1000px;
    height: 260px;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
    color: #fff;
    background:rgba(0,0,0,.7);
    margin-left: -500px;
    border-radius: 6px;
}
.banner_text h2{
    font-size:56px;
    line-height: 1;
    margin-bottom: 20px;
/*    font-weight: 500;*/
}
.banner_text p{
    font-size:24px;
}
.banner_bottom{
    position: absolute;
    left:50%;
    bottom:75px;
    width: 1000px;
    height: 260px;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10; 
    margin-left: -500px;   
}
#c-banner1 .swiper-button-prev,#c-banner1 .swiper-button-next{
    width: 30px;
    height: 59px;
    margin-top:-29.5px;
}
#c-banner1 .swiper-button-prev{
    background:url(../images/left1.png) no-repeat left center;
    left:25px;
}
#c-banner1 .swiper-button-next{
    background:url(../images/right1.png) no-repeat right center;
    right:25px;
}
#c-banner1 .swiper-pagination{
    bottom:28px;
    text-align: center;
    width: 100%;
}
#c-banner1 .swiper-pagination span.swiper-pagination-bullet{
    width: 92px;
    height: 2px;
    background:rgba(255,255,255,.4);
    margin:0 5px;
    border-radius: 0;
    opacity: 1;
    position: relative;
}
#c-banner1 .swiper-pagination span.swiper-pagination-bullet:after{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 0%;
    height: 100%;
    background:#fff;
}
#c-banner1 .swiper-pagination span.swiper-pagination-bullet-active{
    height: 4px;
}
#c-banner1 .swiper-pagination span.swiper-pagination-bullet-active:after{
    -webkit-animation: w100 6s ease-in-out infinite ;
    -moz-animation: w100 6s ease-in-out infinite ;
    -o-animation: w100 6s ease-in-out infinite ;
    animation: w100 6s ease-in-out infinite ;
}
@-webkit-keyframes w100 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-moz-keyframes w100 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-o-keyframes w100 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.banner_intro{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.banner_intro .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    height: 100%;
}
.banner_intro .text{
    width: 50%;
    position: relative;
    z-index: 999;
}
.banner_intro .text h2,.banner_intro .text p{
    color: #fff;
}
.banner_intro .text h2{
    font-size: 42px;
    line-height: 1.6;
}
.banner_intro .text h2 span{
    color: #fdd300;
    font-weight: bold;
}
.banner_intro .text p{
    font-size: 28px;
    line-height: 1.6;  
    margin:15px 0 50px;
}
.banner_intro .text a{
    display: inline-block;
    padding:5px 15px;
    border-radius: 25px;
    background: #fdd300;
    color: #333;
    text-align: center;
    font-size: 16px;
    margin-top:25px;
}
.banner_intro .text a:hover{
    text-decoration: underline;
}
.banner_intro .img{
    width: 45%;
}
@media(max-width: 1600px){
    .logo img{
        max-height: 50px;
    }
    .nav li{
        padding:0 15px;
        margin:0;
    }
    .h_tel{
        font-size:17px;
    }
    .ss{
        margin: 0 25px 0 25px;
    }
    .banner_text{
        width: 900px;
        height: 220px;
        margin-left: -450px;        
    }
    .banner_text h2{
        font-size:36px;
        margin-bottom:15px;
    }
    .banner_text p{
        font-size:22px;
    }
    .banner_bottom{
        width: 900px;
        height: 220px;
        margin-left: -450px;
    }
    #c-banner1 .swiper-button-prev, #c-banner1 .swiper-button-next {
        width: 20px;
        height: 40px;
        margin-top: -20px;
    }
    #c-banner1 .swiper-pagination{
        bottom:10px;
    }
    #c-banner1 .swiper-pagination span.swiper-pagination-bullet{
        width: 60px;
    }
    .banner_intro .text h2{
        font-size:36px;
    }
    .banner_intro .text p{
        font-size:22px;
    }
    .banner_intro .text a{
        font-size:14px;
    }
}
@media(max-width: 1360px){
    .head{
        padding:0 50px;
    }
}
@media(max-width: 1280px){
    .head {
        padding: 0 30px;
        height: 80px;
    }
    .logo img {
        max-height: 40px;
    }
    .nav:after,#c-header .ss{
        display: none!important;
    }

    .nav li a{
        font-size:15px;
    }
    .nav li .b_nav{
        top:80px;
    }
    .h_tel{
        font-size:16px;
    }
    .banner_text h2{
        font-size:32px;
    }
    .banner_text p{
        font-size:20px;
    }
    .banner_intro .text h2{
        font-size:32px;
    }
    .banner_intro .text p{
        font-size:20px;
    }
    .banner_intro .text a{
        font-size:13px;
    }
}
@media(max-width: 1199px){
    #c-banner1, #c-banner1 img.img1,#c-banner1 video{
        /*height: auto;*/
    }
    .nav{
        padding-right:0;
    }
    .nav li{
        padding:0 12px;
    }
    .h_tel{
        display:none;
    }
    .banner_text h2{
        font-size:28px;
    }
    .banner_text p{
        font-size:18px;
    }
}
@media(max-width: 991px){
    .nav{
        display:none;
    }
    .nav li{
        padding:0 10px;
    }
    .banner_text {
        width: 800px;
        height: 200px;
        margin-left: -400px;
    }
    .banner_text h2 {
        font-size: 26px;
    }
    .banner_text p {
        font-size: 16px;
    }
    .banner_bottom{
        width: 800px;
        height: 200px;
        margin-left: -400px;
    }
    .h_tel{
        display: block;
        margin-right:15px;
    }
    a.head_a{
        margin-right:15px;
    }
}   
@media(max-width: 820px){
    .head {
        padding: 0 20px;
        height: 70px;
    }
    .logo img {
        max-height: 50px;
    }
    .head_r{
        /*flex-direction: row-reverse;*/
    }
    .h_tel{
        margin-right: 20px;
        display: block;
        margin-left: 0;
        font-size:16px;
    }
    a.head_a{
        margin-right:20px;
    }
    a.language_a,.nav{
        display: none;
    }
    .banner_text {
        width: 600px;
        height: 160px;
        margin-left: -300px;
        bottom:50px;
    }
    .banner_text h2 {
        font-size: 22px;
    }
    .banner_text p {
        font-size: 15px;
    }
    .banner_bottom{
        width: 600px;
        height: 160px;
        margin-left: -300px;
        bottom:50px;
    }
    #c-banner1 .swiper-pagination {
        bottom: 5px;
    }
    .banner_intro{
        display:flex;
        align-items:center;
    }
    .banner_intro .wrap{
        justify-content:center;
        align-items:center;
        height: auto;
    }
    .banner_intro .img{
        width:100%;
        padding:30px 20%;
    }
    .banner_intro .text{
        width:100%;
        text-align:center;
    }
    .banner_intro .text h2{
        font-size:22px;
    }
    .banner_intro .text h2 span{
        font-size: 26px;
    }
    .banner_intro .text p {
        margin: 15px 0 35px;
        font-size:18px;
    }
}
@media(max-width: 767px){
    #c-banner1 .banner_intro .img{
        padding:20px 10%;
    }
    #c-banner1 .banner_intro .text h2{
        font-size:18px;
    }
    #c-banner1 .banner_intro .text h2 span{
        font-size: 22px;
    }
    #c-banner1 .banner_intro .text p {
        margin: 8px 0 25px;
        font-size:15px;
    }    
}
@media(max-width: 640px){
    .head {
        height: 60px;
    }
    .logo{

    }
    .logo img {
        max-height: 35px;
    }
    .h_tel {
        font-size: 15px;
    }
    #c-banner1, #c-banner1 img.img1, #c-banner1 video{
        height:auto;
    }
    #c-banner1 .swiper-slide{
        background:none;
    }
    .banner_text {
        width: 80%;
        height: 120px;
        margin-left: 0;
        left:10%;
        bottom:30px;
        /*display: none;*/
    }
    .banner_text h2 {
        font-size: 20px;
    }
    .banner_text p {
        font-size: 15px;
    }
    .banner_bottom{
        width: 80%;
        height: 120px;
        margin-left: 0;
        left:10%;
        bottom:30px;
        display: none;
    }
    #c-banner1 video{
        display:none;
    }

}
@media(max-width: 460px){
    .logo img {
        max-height: 30px;
    }
    a.head_a{
        width: 90px;
        height: 36px;
        line-height: 34px;
        border-radius: 18px;
        border: 1px solid #ae0002;
        margin-left: 0px;
        font-size: 13px;
        margin-right:10px;
    }
}
@media(max-width: 360px){
    a.head_a{
        display:none;
    }
}


.index1{
    padding:100px 0;
}
.wrap{
    width: 85%;
    max-width: 1600px;
    margin:0 auto;
}
.index1 .wrap{
    display: flex;
    flex-wrap: wrap;
}
.index1 .text{
    width: 62.5%;
    padding-right: 10%;
}
.index1 .text h2{
    font-size:32px;
    color:#333333;
    line-height: 1.3;
}
.index1 .text h2 span{
    color: #ae0002;
    font-size: 36px;
    font-weight: bold;
}
.index1 .text .txt{
    font-size:17px;
    color: #474747;
    line-height: 1.8;
    margin-top:30px;
}
.index_num{
    /*background: url(../images/index1_bg.png) no-repeat center bottom;*/
    /*width: 1160px;*/
    /*height: 422px;*/
    position: relative;
    z-index: 9;
    padding:0px 0px;
    /*color: #fff;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    margin-top:60px;
    border-radius: 20px;
    backdrop-filter: blur(3px);
}
.index_num ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.index_num ul li{
    text-align: center;
    position: relative;
    width: 23.5%;
    color: #333;
}
.index_num ul li:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    margin-top:-35px;
    width: 1px;
    height: 70px;
    background:rgba(255,255,255,.16);
}
.index_num ul li:last-child:after{
    display: none;
}
.index_num ul li .img1{
    margin:0 auto;
}
.index_num ul li .p1{
    font-size:20px;
    font-weight: bold;
    line-height: 1;
    margin:18px 0 12px;
    color: #fff;
}
.index_num ul li .p2{
    font-size:14px;
    color: #fff;
    line-height: 1.65;
}
.index_num ul li .p2 span{
    color: #fdd300;
}
.index1_a{
    padding-top:52px;
    transition: 0.3s ease;
    /*display: none;*/
}
.index_more{
    /*text-align: center;*/
    margin-top:50px;
}
a.more01{
    display: inline-block;
    padding:5px 25px;
    border-radius: 25px;
    background: #fdd300;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top:25px;  
    margin:0 auto;
}
a.more01 img{
    display: none;
}
a.more01:hover{
    text-decoration: underline;
}
a.more1{
    color: #fff;
    text-align: center;

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

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

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

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

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


.index2{
    padding:134px 0 120px;
    background:url(../images/index2_bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
.index_t1{
    text-align: center;
}
.index_t1 h2{
    font-size:50px;
    line-height: 1;
    color: #333333;
}
.index2 .index_t1 h2{
    color: #fff;
}
.p_sort1{
    margin:45px 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.p_sort1 li{
    margin:0 30px;
}
.p_sort1 li a{
    display: block;
    position: relative;
    font-size:20px;
    color: #ffffff;
    line-height: 1;
    padding-bottom:12px;
}
.p_sort1 li a:after{
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    width: 0;
    height: 2px;
    background:#fdd300;
    transition: all 0.3s ease-out;
}
.p_sort1 li:hover a{
    color: #fdd300;
}
.p_sort1 li:hover a:after{
    width: 100%;
    left:0;
}

.index_product{
    margin-left: 7.5%;
    width: 92.5%;
}
#c-banner2{
    padding-bottom:75px;
}
#c-banner2 a{
    display: flex;
    flex-wrap: wrap;
    background: url(../images/index2_bg2.jpg) no-repeat center;
    background-size: cover;
    border-radius: 20px;
    padding:100px 74px 90px;
}
#c-banner2 a .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 48%;
}
#c-banner2 a p{
    font-size:24px;
    color: #808080;
    line-height: 1;
}
#c-banner2 a h3{
    font-size:36px;
    color: #333333;
    line-height: 1.2;
    margin:22px 0 80px;
}
#c-banner2 a font{
    display: block;
    width: 100px;
    text-align: center;
    padding: 10px 15px;
    background: #fdd300;
    color: #333;
    border-radius: 5px;
    line-height: 1.6;
}
#c-banner2 a:hover font{
    /*background: #fdd300;*/
    /*color: #fff;*/
    text-decoration: underline;
}
#c-banner2 a span{
    display: block;
    width: 80px;
    height: 80px;
    border:2px solid #fdd300;
    background:url(../images/more2.png) no-repeat center;
    border-radius: 50%;
    transition: all 0.4s ease 0s;
}
#c-banner2 a:hover span{
    background:url(../images/more2_h.png) no-repeat center #fdd300;
}
#c-banner2 a .img{
    width: 52%;
    overflow: visible;
}
#c-banner2 a:hover .img img{
    transform: scale(1.1);
}
#c-banner2 .swiper-pagination{
    bottom:0;
}
#c-banner2 .swiper-pagination span{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border:2px solid #fdd300;
    opacity: 1;
    background: transparent;
    margin:0 10px;
}
#c-banner2 .swiper-pagination span.swiper-pagination-bullet-active{
    background:#fdd300;
}

@media(max-width: 1700px){
    .p_sort1 li{
        margin: 0 25px;
    }
    .p_sort1 li a {
        font-size: 18px;
    }
}

@media(max-width: 1600px){
    .index2{
        padding:100px 0;
    }
    .index_t1 h2{
        font-size:42px;
    }
    .p_sort1 li{
        margin: 0 20px;
    }
    .p_sort1 li a{
        font-size:16px;
    }
    #c-banner2 a{
        padding:60px 50px;
    }
    #c-banner2 a p{
        font-size:20px;
    }
    #c-banner2 a h3{
        font-size:32px;
        margin:20px 0 65px;
    }
    #c-banner2 a span{
        width: 60px;
        height: 60px;
    }
    #c-banner2 .swiper-pagination span{
        width: 15px;
        height: 15px;
    }
}
@media(max-width: 1360px){
    .p_sort1 li{
        margin:0 15px;
    }
}
@media(max-width: 1280px){
    .index2{
        padding:70px 0;
    }
    .index_t1 h2{
        font-size:32px;
    }
    .p_sort1 {
        margin: 35px 0 30px;
    }
    .p_sort1 li a{
        font-size:15px;
    }
    #c-banner2 a{
        padding:40px 30px;
    }
    #c-banner2 a p{
        font-size:16px;
    }
    #c-banner2 a h3{
        font-size:24px;
        margin:20px 0 50px;
    }
    #c-banner2 a span{
        width: 50px;
        height: 50px;
    }
    .index_product{
        margin-left: 5%;
        width: 95%;        
    }

}
@media(max-width: 991px){
    .p_sort1 {
        margin: 35px 0 20px;
    }
    .p_sort1 li{
        margin: 5px 10px;
    }
    .p_sort1 li a{
    }
    #c-banner2 {
        padding-bottom: 50px;
    }
    #c-banner2 .swiper-pagination span{
        width: 12px;
        height: 12px;
    }    
}
@media(max-width: 820px){
    .index2{
        padding:55px 0;
    }  
    .index_t1 h2 {
        font-size: 28px;
    }
    .index_product{
        margin: 0 5%;
        width: 90%;        
    }
}
@media(max-width: 640px){
    .index2{
        padding:50px 0;
    } 
    .index_t1 h2 {
        font-size: 28px;
    }
    .p_sort1 li{
        margin: 5px 6px;
    }
    
    #c-banner2 a{
        padding:25px 20px;
    }
    #c-banner2 a .text{
        width: 100%;
    }
    #c-banner2 a p{
        font-size:14px;
    }
    #c-banner2 a h3{
        font-size:22px;
        margin:15px 0 30px;
    }
    #c-banner2 a span{
        width: 30px;
        height: 30px;
        background: url(../images/more2.png) no-repeat center;
        background-size: 8px;
    }
    #c-banner2 a .img{
        width: 100%;
        margin-top:20px;
        padding:0 10%;
    }
}


.index3{
    padding:110px 0 85px;
}
.index_t1 p{
    font-size:22px;
    color: #666666;
    margin-top:15px;
}
.index_yyly{
    position: relative;
    margin-top:50px;
}
.index_yyly .swiper-button-prev,.index_yyly .swiper-button-next{
    width: 66px;
    height: 66px;
    border-radius: 50%;
}
.index_yyly .swiper-button-prev{
    left:-115px;
    background:url(../images/left2.png) no-repeat center #fdd300;
    display: none;
}
.index_yyly .swiper-button-next{
    right:-115px;
    background:url(../images/right2.png) no-repeat center #fdd300;
    display: none;
}
#c-banner3{
    /*75px*/
    padding-bottom:0!important;
}
#c-banner3 .swiper-slide a{
    border-radius: 10px;
    display: block;
    position: relative;
    overflow: hidden;
}
/*#c-banner3 .swiper-slide a img{
    transition: all 0.4s ease-out;
}*/
#c-banner3 .swiper-slide a:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 8;
}
#c-banner3 .swiper-slide a h3{
    color: #ffffff;
    position: absolute;
    left:0;
    bottom:25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 35px;
    width: 100%;
    z-index: 9;
}
#c-banner3 .swiper-slide a h3 span{
    font-size:26px;
    width: calc(100% - 38px);
    line-height: 1.4;
    text-align: left;
}
#c-banner3 .swiper-slide a h3 i{
    background:url(../images/more3.png) no-repeat center;
    border:2px solid #fff;
    width: 34px;
    height: 34px;
    border:2px solid #fff;
    border-radius: 50%;
    transition: all 0.4s ease 0s;
}
#c-banner3 .swiper-slide:hover a img{
    transform: scale(1.1);
}
#c-banner3 .swiper-slide:hover a h3 i{
    background:url(../images/more3.png) no-repeat center #fdd300;
    border:2px solid #fdd300;
}
#c-banner3 .swiper-pagination{
    bottom:0;
    display: none;
}
#c-banner3 .swiper-pagination span{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border:2px solid #fdd300;
    opacity: 1;
    background: transparent;
    margin:0 10px;
}
#c-banner3 .swiper-pagination span.swiper-pagination-bullet-active{
    background:#fdd300;
}
@media(max-width: 1600px){
    .index3{
        padding:100px 0 85px;
    }
    .index_t1 p{
        font-size:16px;
        margin-top:10px;
    }
    #c-banner3{
        padding-bottom:60px;
    }
    #c-banner3 .swiper-slide a h3{
        padding:0 25px;
        bottom:15px;
    }
    #c-banner3 .swiper-slide a h3 span{
        font-size:20px;
    }
    .index_yyly .swiper-button-prev {
        left: -95px;
    }
    .index_yyly .swiper-button-next {
        right: -95px;
    }
    #c-banner3 .swiper-pagination span{
        width: 15px;
        height: 15px;
    }
}
@media(max-width: 1280px){
    .index3{
        padding:70px 0;
    }
    .index_yyly .swiper-button-prev, .index_yyly .swiper-button-next{
        display: none;
    }
    
}
@media(max-width: 991px){
    .index_yyly{
        margin-top: 30px;
    }
    #c-banner3 {
        padding-bottom: 50px;
    }
    #c-banner3 .swiper-pagination span{
        width: 12px;
        height: 12px;
    }    
}
@media(max-width: 820px){
    .index3{
        padding:55px 0;
    } 
    .index_t1 p {
        font-size: 14px;
        margin-top: 5px;
    } 
    #c-banner3 .swiper-slide a h3 span {
        font-size: 16px;
    }
}
@media(max-width: 640px){
    .index3{
        padding:35px 0;
    }  
    .index_yyly{
        margin-top: 20px;
    }
    #c-banner3 .swiper-slide a h3 span {
        font-size: 15px;
    }
    
    
}


.index5{
    padding:100px 0;
    background: rgba(253,211,0,.4);
}
#khpj_scroll{
    padding-bottom: 50px;
    margin-top:50px;
}
#khpj_scroll .swiper-slide{
    background: #fff;
    border-radius: 15px;
    padding:20px;
}
#khpj_scroll .swiper-slide .txt1{
    
}
#khpj_scroll .swiper-slide .txt2{
    margin-top:25px;
}
#khpj_scroll .swiper-slide .txt2 .p1{
    color: #000;
    font-weight: bold;
}
#khpj_scroll .swiper-slide .txt2 .p2{
    
}
.index_bottom{
    padding:60px 0;
    background: rgba(253, 211, 0, .4);
    text-align: center;
}
.index_bottom .p1{
    color: #000;
    font-size: 32px;
}
.index_bottom .p2{
    font-size: 20px;
    color: #333;    
}
.index_bottom_a{
    display: flex;
    justify-content: center;
    margin-top:20px;
}
.index_bottom_a a{
    display: inline-block;
    padding:5px 15px;
    background: #fff;
    font-size: 15px;
    color: #333;
}
.index_bottom_a a i{
    margin-right: 6px;
}
.index_bottom_a a:nth-child(1){
    margin-right: 25px;
}
.index_bottom_a a:hover{
    text-decoration: underline;
}
/*.index_bottom_a a:nth-child(1) i{*/
/*    background: url(../images/bottom_ico1.png) no-repeat center;*/
/*    background-size: 22px;*/
/*}*/
/*.index_bottom_a a:nth-child(2) i{*/
/*    background: url(../images/bottom_ico2.png) no-repeat center;*/
/*    background-size: 22px;    */
/*}*/
@media(max-width:1600px){
    .index5{
        padding:90px 0;
    }
}
@media(max-width:1280px){
    .index5{
        padding:75px 0;
    }
    #khpj_scroll {
        padding-bottom: 40px;
        margin-top: 35px;
    }
}
@media(max-width:1024px){
    
}
@media(max-width:820px){
    .index5{
        padding:55px 0;
    }    
}
@media(max-width:640px){
    .index5{
        padding:40px 0;
    }
    #khpj_scroll {
        margin-top: 25px;
    }
}




.index4{
    padding:120px 0 150px;
    background:url(../images/index4_bg.jpg) no-repeat center;
    background-size: cover;
}
.index_news{
    margin-top:40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_news_l{
    width: 56%;
}
.news_list1{

}
.news_list1 li{

}
.news_list1 li a{
    display: block;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}
.news_list1 li a .text{
    color: #ffffff;
    position: absolute;
    left:0;
    bottom:35px;
    padding:0 52px;
    width: 100%;
    z-index: 9;
    /*background: rgba(0,0,0,.3);*/
}
.news_list1 li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 120px;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.01));
    z-index: 8;
    opacity: 1;
    transition: all 0.36s;
}
.news_list1 li a .text p{
    font-size:20px;
}
.news_list1 li a .text h3{
    font-size:30px;
    line-height: 1.8;
    font-weight: normal;
}
.news_list1 li a:hover .img img{
    transform: scale(1.1);
}

.index_news_r{
    width: 40%;
}
.news_list2{
    height: 100%;
}
.news_list2 li{
    margin-bottom: 10px;
    height: calc(25% - 8px);
}
.news_list2 li:last-child{
    margin-bottom: 0px;
}
.news_list2 li a{
    background:#f1f2f5;
    padding:20px 35px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;   
    height: 100%; 
}
.news_list2 li a h3{
    font-size:20px;
    color: #333333;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 56px);
    padding-right: 10px;
    font-weight: 500;
    line-height: 1.4;
}
.news_list2 li a .date1{
    width: 56px;
    text-align: center;
}   
.news_list2 li a .date1 .p1{
    font-size:30px;
    color: #333333;
    line-height: 1;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
    margin-bottom: 1px;
}
.news_list2 li a .date1 .p2{
    font-size:14px;
    color: #999999;
}
.news_list2 li a:hover h3{
    color: #fdd300;
    text-decoration: underline;
}
@media(max-width: 1600px){
    .index4{
        padding:100px 0;
    }
    .news_list1 li a .text p {
        font-size: 15px;
    }
    .news_list1 li a .text h3{
        font-size:24px;
    }
    .news_list2 li a{
        padding:15px 20px;
    }
    .news_list2 li a h3{
        font-size:17px;
    }
    .news_list2 li a .date1 .p1{
        font-size:22px;
    }
    .news_list2 li a .date1 .p2{
        font-size:13px;
    }
}
@media(max-width: 1280px){
    .index4{
        padding:70px 0;
    }
    .news_list2 li a h3{
        font-size:16px;
    }
    .news_list1 li a .text h3{
        font-size:20px;
    } 
}
@media(max-width: 991px){
   
}
@media(max-width: 820px){
    .index4{
        padding:55px 0;
    }  
    .index_news{
        margin-top:30px;
    }
    .index_news_l{
        width: 100%;
    }  
    .index_news_r{
        width: 100%;
        margin-top:20px;
    }
    .news_list2 li{
        height: auto;
    }
    .news_list1 li a .text {
        bottom: 25px;
        padding: 0 30px;
    }
    .news_list1 li a .text h3{
        font-size:18px;
        line-height:1.4;
    }
}
@media(max-width: 640px){
        .news_list1 li a {
    border-radius: 8px;
    }
    
    .news_list2 li a{
    border-radius: 8px;
    }
    
    .index4{
        padding:50px 0;
    }  
    .index_news{
        margin-top:20px;
    }  
    .news_list1 li a .text h3{
        font-size:16px;
    }
    .news_list2 li a h3{
        font-size:15px;
    }
    .news_list1 li a .text {
        bottom: 20px;
        padding: 0 20px;
    }
}


.f_message{
    /*background:url(../images/message_bg.jpg) no-repeat center;*/
    /*background-size: cover;*/
    padding:60px 0 80px;
    background: rgba(253, 211, 0, 1);
}
.f_message h2{
    font-size: 36px;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
}
.f_message ul{
    display: flex;
    flex-wrap: wrap;
}
.f_message ul li{
    width: 25%;
    margin-right: 2.9%;
    color: #fff;
    position: relative;
}
.f_message ul li .m_label{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    font-size: 16px;
    color: #333;
    padding-left: 50px;
    background: none;
}
.f_message ul li input{
    border:none;
    color: #333;
    line-height: 56px;
    font-size: 16px;
    background:#fff;
    width: 100%;
    outline: none;
    text-indent: 50px;
}
.f_message ul li:before{
    content:'';
    position: absolute;
    top:50%;
    left:23px;    
}
.f_message ul li:nth-child(1):before{
    width: 18px;
    height: 21px;
    margin-top:-10.5px;
    background:url(../images/mess1.png) no-repeat center;
}
.f_message ul li:nth-child(2):before{
    width: 14px;
    height: 19px;
    margin-top:-9.5px;
    background:url(../images/mess2.png) no-repeat center;
}
.f_message ul li:nth-child(3):before{
    width: 22px;
    height: 18px;
    margin-top:-9px;
    background:url(../images/mess3.png) no-repeat center;
}
.f_message ul li input::-webkit-input-placeholder{
    /*Webkit browsers*/
    color:#fff;
    font-size:16px;
}
.f_message ul li input:-moz-placeholder{
    /*Mozilla Firefox 4 to 8*/
    color:#fff;
    font-size:16px;
}
.f_message ul li input::moz-placeholder{
    /*Mozilla Firefox 19+*/
    color:#fff;
    font-size:16px;
}
.f_message ul li input:-ms-input-placeholder{
    /*Internet Explorer 10+*/
    color:#fff;
    font-size:16px;
}
.f_message ul .mess_btn2{
    width: 16.25%;
}
.f_message ul .mess_btn2 input{
    display: block;
    width: 100%;
    background:#d91433;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border:none;
    outline: none;
    line-height: 58px;
    cursor: pointer;
}
.f_message ul .mess_btn2 input:hover{
    text-decoration: underline;
}
@media(max-width: 1600px){
    .f_message{
        padding:60px 0;
    }
    .f_message h2{
        font-size:30px;
        margin-bottom: 30px;
    }
}
@media(max-width: 1280px){

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

}
@media(max-width: 1024px){
    .f_message h2{
        font-size:26px;
        margin-bottom: 20px;
    }
}
@media(max-width: 820px){
    .f_message ul li input,.f_message ul .mess_btn2 input{
        line-height:50px;
        font-size:15px;
    }
    .f_message ul li:before{
        left:20px;
    }
}
@media(max-width: 640px){
    .f_message{
        padding:35px 0;
    }
    .f_message h2{
        font-size:22px;
    }    
    .f_message ul li{
        width:100%;
        margin-bottom:12px;
        margin-right:0;
    }
    .f_message ul .mess_btn2{
        width:30%;
        margin:0 auto;
    }
    .f_message ul .mess_btn2 input{
        font-size:15px;
        line-height:45px;
    }
}

#footer{
    background: url(../images/f_bg.jpg) no-repeat center;
    background-size: cover;
    border-top:10px solid #e0000d;
    padding:0 80px;
}
.f_top{
    padding:50px 0 ;
    border-bottom: 1px solid rgba(255,255,255,.5);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.f_logo{
    float:left;
}
.f_logo img{
    max-height: 65px;
}
.f_link{
    position: relative;
    padding:0 22px;
    width: 220px;
    line-height: 46px;
    border:1px solid #333;
    float:left;
    font-size: 16px;
    color: #fff;
    margin-left: 77px;
}
.f_link:before{
    content:'';
    position: absolute;
    right:51px;
    top:50%;
    margin-top:-18px;
    width: 1px;
    height: 36px;
    background:#333;
}
.f_link:after{
    content:'';
    position: absolute;
    right:15px;
    top:50%;
    margin-top:-6px;
    width: 19px;
    height: 12px;
    background:url(../images/down.png) no-repeat center;
}
.f_link_a{
    position: absolute;
    left:0;
    top:48px;
    background:#fff;
    width: 100%;
    display: none;
}
.f_link_a a{
    display: block;
    padding:0 22px;
    font-size: 16px;
}
.f_link:hover .f_link_a{
    display: block;
}
.f_share{
    float:right;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}
.f_share a{
    display: block;
    width: 53px;
    height: 53px;
    line-height: 51px;
    border:1px solid #333;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin-left: 12px;
    cursor: pointer;
}
.f_share a .img_c{
    position: absolute;
    top:60px;
    left:50%;
    margin-left: -55px;
    width: 110px;
    display: none;
}
.f_share a:nth-child(2) .img_c{
    margin-left: -110px;
    width: 220px;    
}
.f_share a:hover .img_c{
    display: block;
}
.foot{
    padding:92px 0 70px;
    display: flex;
    justify-content: space-between;
}
.f_nav{
    display: flex;
    justify-content: space-between;
    width: 65%;
}
/*.f_nav li{*/
/*    width: 18.4%;*/
/*    margin-right: 2%;*/
/*}*/
/*.f_nav li:nth-child(5n){*/
/*    margin-right: 0;*/
/*}*/
.f_nav li h3{
    font-size: 20px;
    color: #cccccc;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 35px;
}
.f_nav li a{
    display: block;
    line-height: 1.4;
    font-size: 16px;
    padding:5px 0;
}
.foot_r{
    max-width: 32%;
    padding-right: 90px;
}
.f_tel{
    color: #cccccc;
}
.f_tel p:nth-child(1){
    padding-left: 35px;
    font-size: 20px;
    line-height: 24px;
    background:url(../images/f_tel.png) no-repeat left center;
}
.f_tel p:nth-child(2){
    font-size: 40px;
    line-height: 1.8;
}
.f_code{
    margin-top:20px;
    max-width: 128px;
}
.f_code p{
    font-size: 16px;
    color: #666666;
    margin-top:5px;
    text-align: center;
}
.copyright{
    font-size: 16px;
}
.copyright a{
    font-size: 16px;  
}
.copyright_l{
    float:left;
}
.copyright_r{
    float:right;
}
@media(max-width: 1600px){
    .f_top {
        padding: 50px 0;
    }
    .foot {
        padding: 60px 0 40px;
    }
    .f_nav li h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .f_nav li a {
        /*line-height: 32px;*/
        font-size: 15px;
    }
    .foot_r{
        padding-right: 0;
    }
    .f_tel p:nth-child(1){
        font-size: 18px;
    }
    .f_tel p:nth-child(2){
        font-size: 32px;
    }
    .f_code p{
        font-size: 14px;
    }
    .copyright{
        padding:5px 0;
    }
    .copyright,.copyright a{
        font-size: 15px;
    }
}
@media(max-width: 1280px){
    #footer{
        padding:0 60px;
        border-top: 6px solid #e0000d;
    }
    .f_top {
        padding: 35px 0;
    }
    .foot {
        padding: 45px 0 30px;
    }
    .f_nav li h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .f_nav li a {
        /*line-height: 30px;*/
        font-size: 14px;
    }
    .f_tel p:nth-child(1){
        font-size: 16px;
    }
    .f_tel p:nth-child(2){
        font-size: 26px;
    }
}
@media(max-width: 992px){
    #footer{
        padding:0 3%;
    }
    .f_top {
        padding: 30px 0;
    }
    .f_logo{
        max-width: 280px;
    }
    .f_logo img{
        max-height:65px;
    }
    .f_link {
        padding: 0 15px;
        width: 180px;
        line-height: 42px;
        font-size: 15px;
        margin-left: 30px;
    }
    .f_link_a{
        top:42px;
    }
    .f_link_a a{
        font-size: 15px;
        padding:0 15px;
    }
    .f_share{
        font-size: 14px;
    }
    .f_share a {
        width: 46px;
        height: 46px;
        line-height: 44px;
    }
}
@media(max-width: 820px){
    .f_logo img{
        max-height:50px;
    }
    .f_nav li h3{
        font-size:15px;
    }
    .f_nav li a{
        font-size:12px;
    }
}
@media(max-width: 767px){
    .f_link,.f_nav{
        display: none;
    }
    .f_logo{
        max-width: 200px;
    }
    .f_logo img{
        max-height:40px;
    }
    .f_code,.f_share{
        display: none;
    }

    .foot {
        padding: 25px 0;
    }
    .foot_r{
        max-width: 100%;
        width: 100%;
    }
    .f_tel p:nth-child(2) {
        font-size: 22px;
    }
    .copyright{
        text-align: center;
    }
    .copyright_l,.copyright_r{
        float:none;
    }
}



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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.n_banner img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.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;
    text-align: center;
}

.sitemp{
    margin:50px 0 30px;
}
.sitemp .site{
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}
.sitemp .site,.sitemp .site a{
    font-size:16px;
    color: #333;
}
@media(max-width: 1600px){
    .n_banner_text h2{
        font-size:52px;
    }
}
@media(max-width: 1280px){
    .n_banner_text h2{
        font-size:46px;
    }
}
@media(max-width: 1024px){
    .n_banner_text h2{
        font-size:42px;
    }    
}
@media(max-width: 991px){

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



.service_intro{
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    padding: 100px 0;
    text-align: justify;
    background: #353535;
}
.service_intro p{
    padding-right: 3em;
}
.service_content{
    background: #353535;    
}
.service_li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 56px;
}
.service_li p{
    font-size: 24px;
    color: rgba(255,255,255,.7);
    margin:0 30px;
    padding:0 20px;
    position: relative;
    cursor: pointer;
}
.service_li p:before{
    content:'';
    position: absolute;
    right:-30px;
    top:50%;
    margin-top:-10px;
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, .34);
}
.service_li p:last-child:before{
    display: none;
}
.service_li p:after{
    content:'';
    position: absolute;
    left:0;
    bottom:-2px;
    width: 100%;
    height: 2px;
    background-color: #fdd300;
    opacity: 0;
}
.service_li p.cur{
    color: #fdd300;
}
.service_li p.cur:after{
    opacity: 1;
}
.service_tabs{
    background-color: rgba(28, 28, 28, .5);
    height: 680px;
    position: relative;
}
.service_tab{
    display: none;
}
.service_tab1 img{
    height: auto;
    max-height: 680px;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: left bottom;
    -moz-object-position: left bottom;
    -o-object-position: left bottom;
    object-position: left bottom;
    pointer-events: none;
    width: 100%;
}
.service_tab_c{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.service_tab .wrap{
    max-width: 1180px;
    height: 100%;
}
.service_tab1 .box{
    display: flex;
    height: 100%;
    justify-content: flex-end;    
}
.service_tab1 .inner {
    align-items: stretch;
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}
.service_tab1 .hotline {
    align-items: center;
    display: flex;
    margin-bottom: 50px;
    line-height: 1.2;
}
.service_tab1 .hotline .icon{
    flex: 0 0 auto;
    width: 157px;
}
.service_tab1 .hotline .icon img{
    height: auto;
    width: 100%;
}

.service_tab1 .hotline .text{
    font-size: 38px;
    margin-left: .5em;
}
.service_tab1 .hotline .text .tips{
    color: #fff;
}

.service_tab1 .hotline .text .telephone{
    color: #fdd300;
    font-size: 92px;
}
.service_tab1 .app-service-icons{
    display: flex;
    justify-content: space-between;
}
.service_tab1 .app-service-icons-item{
    margin: 0 10px;
}
.service_tab2{
    display: flex;
    justify-content: space-between;
    background: url(../images/fw2.png) no-repeat center;
    background-size: cover;
}
.app-service-icons-item{
    color: #fff;
    display: flex;
    flex-direction: column;
}
.app-service-icons-item .icon{
    margin-left: auto;
    margin-right: auto;
    width: 120px;
}
.app-service-icons-item .icon .image{
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 100%;
    width: 100%;
}
.app-service-icons-item .icon .image.horizontal{
    background-size: auto 100%;
}
.app-service-icons-item .icon .image.vertical{
    background-size: 100% auto;
}
.app-service-icons-item .text{
    font-size: 20px;
    margin-top: -1em;
    text-align: center;
}
.service_tab2{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.service_tab2 .inner{
    height: 47.22vw;
    max-height: 680px;
    max-width: 70%;
}
.service_tab .title {
    color: #fdd300;
    font-size: 32px;
    font-weight: 500;
    padding-top: 80px;
}
.service_tab2 .app-service-icons{
    padding-bottom: 80px;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}
.service_tab2 .intro {
    line-height: 1.6;
    margin-top: 60px;
}
.service_tab2 .intro dl{
    align-items: center;
    display: flex;
    font-size: 20px;
}
.service_tab2 .intro dl+dl{
    margin-top: 1em;
}
.service_tab2 .intro dl dt{
    color: #fdd300;
}
.service_tab2 .intro dl dd{
    color: #fff;
}
.app-service-scene .inner{
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    width: 100%;
}
@media screen and (min-width: 720px) {
    .app-service-icons-item:first-child {
        transition-delay:.06s
    }

    .app-service-icons-item:nth-child(2) {
        transition-delay: .12s
    }

    .app-service-icons-item:nth-child(3) {
        transition-delay: .18s
    }

    .app-service-icons-item:nth-child(4) {
        transition-delay: .24s
    }

    .app-service-icons-item:nth-child(5) {
        transition-delay: .3s
    }
}
@media(max-width: 1600px){
    .service_tab2 .title {
        padding-top:5vw
    }
    .service_tab2 .app-service-icons {
        padding-bottom:5vw;
        padding-top: 2.5vw
    }
    .service_tab1 .hotline .text{
        font-size:32px;
    }
    .service_tab1 .hotline .text .telephone{
        font-size:72px;
    }
    .app-service-icons-item .text {
        font-size:18px
    }
}
@media(max-width: 1280px){
    .service_tab1 .hotline .text .telephone{
        font-size:56px;
    }  
    /*.service_tabs{*/
    /*    height:600px;*/
    /*}*/
}
@media(max-width: 1200px){
    .service_tab1 .hotline .text{
        font-size:28px;
    }
    .service_tab1 .hotline .text .telephone{
        font-size:46px;
    }
    .service_tab1 .hotline {
        margin-bottom:40px
    } 
    .service_tab1 .hotline .icon {
        width:137px
    }
    .app-service-icons-item .icon {
        width:110px
    }
    .app-service-icons-item .text {
        font-size:16px
    }
    .service_tab2 .title {
        font-size:28px
    }
    .service_tab2 .intro dl {
        font-size:18px
    }
    .service_intro{
        font-size:16px;
    }
    .service_intro p{
        padding-right:0;
    }
}
@media(max-width: 1024px){
    .service_tab1 .hotline {
        margin-bottom:30px
    }
    .service_tab1 .hotline .icon {
        width:117px
    }
    .service_tab1 .hotline .text{
        font-size:24px;
    }
    .service_tab1 .hotline .text .telephone{
        font-size:38px;
    }
    .app-service-icons-item .icon {
        width:100px
    }
    .app-service-icons-item .text {
        font-size:15px
    }
    .service_tab2 .title {
        font-size:24px
    }
    .service_tab2 .intro dl {
        font-size:16px
    }
}
@media(max-width: 820px){
    .service_li p{
        padding:0 10px;
        font-size:18px;
    }
    /*.service_tabs{*/
    /*    height:520px;*/
    /*}*/
    .service_tab1 .hotline {
        margin-bottom:20px
    } 
    .service_tab1 .hotline .icon {
        width:97px
    }
    .service_tab1 .hotline .text {
        font-size:20px
    }
    .service_tab1 .hotline .text .telephone {
        font-size:32px
    }
    .app-service-icons-item .icon {
        width:90px
    }
    .app-service-icons-item .text {
        font-size:14px
    }
    .service_tab2 .inner {
        height:auto;
        max-width: 100%;
        padding-bottom: 10vw;
        padding-top: 5vw
    }
    .service_tab2 .title {
        font-size:20px
    }
    .service_tab2 .intro {
        margin-top:30px
    }
    .service_tab2 .intro dl {
        font-size:14px
    }
}
@media(max-width: 640px){
    /*.service_tabs{*/
    /*    height:420px;*/
    /*}*/
    .service_tab .title{
        padding-top:55px;
    }
    .service_tab1 .img{
        margin-left:-50%;
    }
    .service_tab1 .box {
        justify-content:center
    }
    .service_tab1 .inner {
        justify-content:flex-start;
        padding-top: 50px;
    }
    .service_tab1 .hotline {
        margin-bottom:10px
    }
    .service_tab1 .hotline .icon {
        width:77px
    }
    .service_tab1 .hotline .text {
        font-size:18px
    }
    .service_tab1 .hotline .text .telephone {
        font-size:28px
    }
    .app-service-icons-item .icon {
        width:80px
    }
    .app-service-icons-item .text {
        font-size:12px
    }
    .service_tab2 .title {
        font-size:16px
    }
    .service_tab2 .intro dl {
        font-size:12px
    }
    .service_tab3 .items dl{
        margin-top:20px;
    }
}
@media screen and (max-width: 460px) {
    .service_li p{
        font-size: 16px;
        margin: 0 10px;  
        padding:0;
    }
    .service_li p:before{
        right: -10px;
    }
    /*.service_tabs{*/
    /*    height:320px;*/
    /*}*/
    .service_tab1 .hotline .icon {
        width:57px
    }
    .service_tab1 .hotline .text {
        font-size:18px
    }
    .service_tab1 .hotline .text .telephone {
        font-size:36px
    }

}
@media screen and (min-width: 320px){
    .service_tab1 .hotline .text {
        font-size:16px
    }
    .service_tab1 .hotline .text .telephone {
        font-size:32px
    }    
}
@media screen and (min-width: 720px) {
    .service_tab2 .intro dl:first-child {
        transition-delay:.06s
    }

    .service_tab2 .intro dl:nth-child(2) {
        transition-delay: .12s
    }

    .service_tab2 .intro dl:nth-child(3) {
        transition-delay: .18s
    }

    .service_tab2 .intro dl:nth-child(4) {
        transition-delay: .24s
    }

    .service_tab2 .intro dl:nth-child(5) {
        transition-delay: .3s
    }
}


.service_tab3 .items {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    padding-bottom: 80px
}

html.is-light .service_tab3 .items {
    color: #666
}

html.is-dark .service_tab3 .items {
    color: #fff
}

@media screen and (max-width: 1440px) {
    .service_tab3 .items {
        padding-bottom:5vw
    }
}

@media screen and (max-width: 1200px) {
    .service_tab3 .items {
        font-size:16px
    }
}

@media screen and (max-width: 1000px) {
    .service_tab3 .items {
        font-size:14px
    }
}

@media screen and (max-width: 800px) {
    .service_tab3 .items {
        font-size:12px
    }

    .service_tab3 .items dl .icon {
            height: 30px;
            width: 30px;
        }
    .service_tab3 .items dl .icon img {
        height: auto;
        transform: translateY(8% 8%);
        width: 143%;
    }
}

.service_tab3 .items dl {
    display: flex;
    margin-top: 2.5em;
    padding-right: 2em;
    width: 50%
}

@media screen and (max-width: 700px) {
    .service_tab3 .items dl {
        padding-right:0;
        width: 100%;
        margin-top:1.5em;
    }
}

.service_tab3 .items dl dt {
    flex: 0 0 auto
}

.service_tab3 .items dl .icon {
    align-items: center;
    display: flex;
    height: 52px;
    justify-content: center;
    margin-right: 1.5em;
    width: 52px
}

.service_tab3 .items dl .icon img {
    height: auto;
    transform: translateY(-6%);
    width: 200%
}

@media screen and (max-width: 1000px) {
    .service_tab3 .items dl .icon {
        height:48px;
        width: 48px
    }
}

.service_tab3 .items dl .name {
    font-size: 24px
}
.service_tab3 .items dl .name {
    color: #fdd300
}
@media screen and (max-width: 1200px) {
    .service_tab3 .items dl .name {
        font-size:22px
    }
}
@media screen and (max-width: 1000px) {
    .service_tab3 .items dl .name {
        font-size:20px
    }
}
@media screen and (max-width: 800px) {
    .service_tab3 .items dl .name {
        font-size:18px
    }
}
@media screen and (max-width: 600px) {
    .service_tab3 .items dl .name {
        font-size:16px
    }
}
.service_tab3 .items dl .intro {
    line-height: 1.6;
    margin-top: 10px;
    color: #fff;
}



/*关于*/
.about_banner{
    position: relative;
    display: none;
}
.about_banner img{
    width: 100%;
}
#about1{

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

    #ryzz .swiper-pagination span {
        width: 12px;
        height: 12px;
    }
}
@media(max-width: 820px){
    #about2{
        padding:55px 0;
    }
    #about2 ul{
        margin-top:30px;
    }  
    #about2 ul li{
        width: 49%;
        margin-bottom: 15px;
    }  
    #about2 ul li:nth-child(2n){
        margin-right: 0;
    }
    #about4 {
        padding: 50px 0;
    }
    .ryzz {
        margin-top: 50px;
    }
    #ryzz {
        padding-bottom: 50px;
    }
}
@media(max-width: 640px){
    #about2{
        padding:35px 0;
    }  
    #about2 ul{
        margin-top:25px;
    }  
    #about2 ul li{
        padding:30px 15px 20px;
    }
    #about2 ul li h3 {
        font-size: 17px;
    }
    #about4 {
        padding: 30px 0;
    }
    .ryzz {
        margin-top: 25px;
        padding:0 3%;
    }
    #ryzz .swiper-slide .img img{
        width: 100%;
    }
    #ryzz p {
        font-size: 15px;
        height: 50px;
    }
}

/*产品*/
.p_sort{
    border-bottom: 1px solid #dbdbdb;
    display: none;
}
.p_sort ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p_sort ul li{
    max-width: calc(100% / 7);
}
.p_sort ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75px;
    font-size:15px;
    color: #333333;
    line-height: 1.4;
    padding:0 30px;
}
.p_sort ul li.on a{
    color: #fff;
    background:#c3121a;
    border-radius: 10px;
}
.n_product{
    padding: 70px 0 0;
}
.n_product .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n_product_l{
    width: 18%;
    border-right: 1px solid #dcdcdc;
}
.p_sort2{

}
.p_sort2 li{
    margin-bottom: 30px;
    position: relative;
}
.p_sort2 li:after{
    content:'';
    position: absolute;
    right:-2px;
    top:0;
    width: 3px;
    height: 100%;
    background: #ae0002;
    height: 0;
    transition: all 0.3s ease-out;
}
.p_sort2 li a{
    font-size: 32px;
    color: #000;
    line-height: 1.4;
    padding:5px 0;
    
}
.p_sort2 li.on:after,.p_sort2 li:hover:after{
    height: 100%;
}
.p_sort2 li.on a,.p_sort2 li a:hover{
    color: #ae0002;
}


.n_product_r{
    width: 78%;    
}
.n_product_r_t{
    margin-bottom: 50px;
    display: none;
}
.n_product_r_t h2{
    font-size: 46px;
    color: #333;
    line-height: 1.2;
}
.n_product_r_t p{
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-top:25px;
}
.p_sort3{
    margin-bottom: 50px;
}
.p_sort3 li{
    display: none;
}
.p_sort3 li a{
    display: block;
    padding:5px 15px;
    border-radius: 20px;
    font-size: 15px;
    color: #666;
    background: #f7f7f7;
    margin-bottom: 10px;
    margin-right: 15px;
}
.p_sort3 li a:last-child{
    margin-right: 0;
}
.p_sort3 li.on{
    display: flex;
    flex-wrap: wrap;
}
.p_sort3 li a.cur,.p_sort3 li a:hover{
    color: #fff;
    background: #ae0002;
}


.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    background:url(../images/product_list_bg.png) no-repeat center;
    width: 32%;
    margin-right: 2%;
    margin-bottom:40px;
    border-radius: 10px;
    overflow: hidden;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a{
    display: block;
    height: 100%;
    padding:70px 48px 60px;
}
.product_list li a h3{
    font-size:36px;
    color: #1a1a1a;
    line-height: 1.1;
}
.product_list li a h3 sub,.pd1 .text h2 sub{
	font-size:14px;
	top:-6px;
}
.product_list li a p{
    font-size:26px;
    color: #4c4c4c;
    line-height: 1.6;
    margin:5px 0 15px;
}
.product_list li a .img{
    padding:0 14px;
    overflow: visible;
}
.product_list li a .more2{
    justify-content: flex-start;
    margin-bottom:30px;
    margin-top:15px;
}
.product_list li a:hover h3{
    color: #c3121a;
}
.product_detail{
    
}
.product_list li a:hover .img img{
    transform: scale(1.1);
}   

.product_list li a:hover .more2 i{
    margin-left: 20px;
}   
.product_detail_mores{
    display: flex;
    flex-wrap: wrap;
}
.product_detail_mores a:nth-child(2){
    margin-left: 15px;
}
.case_list li a:hover .more2 i{
    margin-left: 20px;
}  


   
    
.pd1{
    background:#f6f6f6;
    padding:22px 0 52px;
    margin-top:100px;
}
.p_site{
    /*padding:0 80px;*/
    line-height: 28px;
    font-size: 16px;
    color: #333333;
    margin-bottom:40px;
    width: 100%;
}
.p_site a{
    font-size: 16px;
    color: #333333;    
}
.p_site img{
    margin-right: 10px;
}
.pd1 .wrap1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
}
.pd1 .img{
    width: 45%;
    text-align: right;
}
.pd1 .img:hover img{
    transform: scale(1.05);
}
.pd1 .text{
    width: 55%;
    padding-right: 5%;
}
.pd1 .text h2{
    font-size:80px;
    color: #c3121a;
    line-height: 1.2;
}
.pd1 .text p.p1{
    font-size:30px;
    color: #333333;
    line-height: 1;
    margin:26px 0 35px;
}
.pd1 .text .txt{
    font-size:32px;
    color: #333333;
    font-weight: bold;
    line-height: 1.5;
    margin-top:20px;
}
.index_mores{
    display: flex;
    justify-content: center;
}
a.more3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 54px;
    background:#c3121a;
    border-radius: 27px;
    font-size:18px;
    color: #fff;
    margin:65px 0 90px;
}
a.more3 i{
    display: block;
    width: 9px;
    height: 16px;
    background:url(../images/p_more.png) no-repeat center;
    margin-left: 25px;
}
a.more3:hover{
    box-shadow: 0 0 10px #c3121a;
}
.pd_imgs{
    display: flex;
    flex-wrap: wrap;
}
.pd_imgs p{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 10px;
    max-width: 170px;
}
.pd_imgs p:nth-child(4n){
    margin-right: 0;
}

.p_td{
    padding:95px 0 0;
}
.p_td_c{
    display: flex;
    flex-wrap: wrap;  
    align-items: center;
    margin-top:58px;  
}
.p_td .img{
    width: 50%;
}
.p_td .img video{
    width: 100%;
     /*object-fit: fill;*/
     height: auto;
}
.p_td .img:hover img{
    transform: scale(1.1);
}
.p_td .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:20px 0 20px 140px;
}
.p_td .text ul{

}
.p_td .text ul li{
    margin-bottom: 30px;
}
.p_td .text ul li:last-child{
    margin-bottom: 0;
}
.p_td .text ul li .p1{
    font-size:22px;
    color: #333333;
    font-weight: bold;
    margin-bottom:10px;
}
.p_td .text ul li .p2{
    font-size:18px;
    color: #666666;
    line-height: 1.6;
    padding-left: 22px;
    position: relative;
}
.p_td .text ul li .p2:before{
    content:'';
    position: absolute;
    left:0;
    top:8px;
    width: 8px;
    height: 8px;
    background:#c3121a;
    border-radius: 50%;
}

.p_cs{
    padding:95px 0 0;
}
.p_table{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;    
    margin-top:50px;
}
.p_table table{
    border-left:1px solid #3f3d3e;
    border-top: 1px solid #3f3d3e;
    min-width: 100%;
}
.p_table table tr{

}
.p_table table tr:nth-child(1){
    height: 46px;
    background:#231f20;
    font-size:16px;
    color: #fff;
}
.p_table table tr td{
    text-align: center;
    line-height: 1.4;
    padding:5px;
    border-right:1px solid #3f3d3e;
    border-bottom: 1px solid #3f3d3e;
}
.p_table p{
    font-size:16px;
    margin-top:10px;
}
.p_yyal{
    padding:80px 0 0;
}


@media(max-width: 1600px){
    .p_banner_text h2{
        font-size:42px;
    }
    .p_banner_text p{
        font-size:16px;
        margin: 15px auto 0;
    }
    .p_sort ul li{
        width: auto;
        max-width: 100%;
    }
    .p_sort ul li a{
        padding:0 15px;
        height: 60px;
        font-size:14px;
    }
    .product_list li{
        margin-bottom: 30px;
    }
    .product_list li a{
        padding: 40px 30px;
    }
    .product_list li a h3{
        font-size:24px;
    }
	.product_list li a h3 sub,.pd1 .text h2 sub{
		font-size:12px;
		top:-5px;
	}
    .product_list li a p{
        font-size:18px;
    }
    .pd1{
        /*padding:75px 0;*/
    }
    .p_site, .p_site a {
        font-size: 14px;
    }
    .pd1 .text h2{
        font-size:42px;
    }
    .pd1 .text p.p1 {
        font-size: 22px;
        margin: 15px 0 25px;
    }
    .pd1 .text .txt{
        font-size:22px;
    }
    a.more3 {
        width: 160px;
        height: 46px;
        border-radius: 23px;
        font-size: 15px;
        margin: 50px 0 60px;
    }
    .p_td .text{
        padding: 20px 0 20px 90px;
    }
    .p_td .text ul li{
        margin-bottom: 25px;
    }
    .p_td .text ul li .p1{
        font-size:20px;
        margin-bottom:8px;
    }
    .p_td .text ul li .p2{
        font-size:15px;
    }
    .p_table p{
        font-size:15px;
    }
    a.more3 i{
        margin-left:20px;
    }
    .p_sort2 li a{
        font-size:28px;
    }
    .n_product_r_t h2{
        font-size:42px;
    }
}
@media(max-width: 1280px){
    .p_banner{
        height: 300px;
    }
    .p_banner_text h2{
        font-size:32px;
    }  
    .product_list li a{
        padding: 30px 20px;
    }
    .product_list li a h3{
        font-size:20px;
    }
	.product_list li a h3 sub,.pd1 .text h2 sub{
		font-size:10px;
		top:-4px;
	}
    .product_list li a p{
        font-size:16px;
    }
    .pd1{
        /*padding:70px 0;*/
        margin-top:80px;
    }  
    .p_td,.p_cs,.p_yyal{
        padding:70px 0 0;
    }
    .pd1 .text h2{
        font-size:32px;
    }
    .pd1 .text p.p1 {
        font-size: 20px;
        margin: 10px 0 20px;
    }
    .pd1 .text .txt {
        font-size: 16px;
    }
    .p_sort2 li a{
        font-size:20px;
    }
    .n_product_r_t h2{
        font-size:36px;
    }
}
@media(max-width: 1024px){
    .p_banner{
        height: 240px;
    }
    .p_banner_text h2{
        font-size:28px;
    }
    .p_banner_text p{
        font-size:15px;
    }
    .p_sort ul{
        width: 100%;
        justify-content: flex-start;
    }
    .p_sort ul li a{
        height: 50px;
    }
    .p_site{
        margin-bottom:30px;
    }
    .pd1 .text h2{
        font-size:28px;
    }
    a.more3 {
        width: 140px;
        height: 42px;
        border-radius: 21px;
        font-size: 14px;
        margin: 35px 0 40px;
    }
    .p_td_c{
        margin-top:50px;
    }
    .n_product_l{
        width:100%;
        border-bottom:1px solid #dbdbdb;
        border-right:none;
        margin-bottom:35px;
    }
    .p_sort2{
        display:flex;
        flex-wrap:wrap;
    }
    .p_sort2 li{
        margin-right:25px;
        margin-bottom:0;
    }
    .p_sort2 li a{
        padding:15px 0;
        display:block;
    }
    .p_sort2 li:after{
        display:none;
    }
    .n_product_r_t{
        display:none;
    }
    .n_product_r{
        width:100%;
    }
    .n_product_r_t h2{
        font-size:32px;
    }
    .p_sort3 li a {
        font-size: 14px;
        margin-bottom: 8px;
        margin-right: 12px;
    }
}
@media(max-width: 820px){
    .p_banner_text h2{
        font-size:24px;
    }
    .p_sort ul li a{
        height: 45px;
    } 
    .product_list li{
        width: 49%;
    }  
    .n_product {
        padding: 50px 0 0;
    }
    .product_list li{
        margin-bottom: 20px;
    }
    .product_list li:nth-child(3n){
        margin-right: 2%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0;
    }
    .product_list li a{
        padding: 20px 20px;
    }
    .product_list li a h3{
        font-size:22px;
    }
    .product_list li a p{
        font-size:15px;
    }
    .pd1{
        /*padding:55px 0;*/
        margin-top:70px;
    }
    .p_td,.p_cs,.p_yyal{
        padding:55px 0 0;
    }
    .pd1 .text h2 {
        font-size: 24px;
    }
    .pd1 .text p.p1 {
        font-size: 16px;
        margin: 10px 0 15px;
    }
    .pd1 .text .txt {
        font-size: 15px;
    }
    .p_td .text {
        padding: 20px 0 20px 50px;
    }
    .p_td .text ul li{
        margin-bottom: 20px;
    }
    .p_td .text ul li .p1 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .p_td .text ul li .p2 {
        font-size: 14px;
        padding-left: 18px;
    }
    .p_td .text ul li .p2:before {
        top: 7px;
        width: 7px;
        height: 7px;
    }
    .p_table,.p_td_c{
        margin-top:30px;
    }

}
@media(max-width: 640px){
    .p_banner{
        height: 200px;
    }  
    .p_banner_text h2{
        font-size:20px;
    }
    .p_banner_text p{
        font-size:14px;
    }
    .p_sort ul li a{
        padding:0 12px;
        height: 42px;
    }
    .n_product {
        padding: 35px 0 0;
    }
    .product_list li{
        width: 100%;
        margin-right: 0!important;
    } 
    .product_list li a .img{
        padding:0 10%;
    } 
    .pd1{
        padding:22px 0 35px;
        margin-top:60px;
    }  
    .p_td,.p_cs,.p_yyal{
        padding:35px 0 0;
    }
    .pd1 .img{
        width: 100%;
        padding:0 15%;
    }
    .pd1 .text{
        width: 100%;
        padding:30px 0 0;
    }
    .pd1 .text h2 {
        font-size: 20px;
    }
    .pd1 .text p.p1 {
        font-size: 15px;
    }
    .pd1 .text .txt {
        font-size: 14px;
    }
    a.more3 {
        width: 110px;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
        margin: 25px 0 30px;
    }
    a.more3 i{
        margin-left: 15px;
    }
    .index_mores a.more3{
        width:125px;
    }
    .p_td .img{
        width: 100%;
    }
    .p_td .text {
        padding: 30px 0 0;
        width: 100%;
    }
    .p_td .text ul li{
        margin-bottom:16px;
    }
    .p_table, .p_td_c {
        margin-top: 25px;
    }
    .p_table table{
        min-width:900px;
    }
    .p_table table tr:nth-child(1){
        font-size:15px;
        height: 40px;
    }
    .p_table table tr td{
        font-size:13px;
    }
    .p_table table tr:nth-child(1) td{
        font-size:14px;
        min-width:100px;
    }
    .p_table p {
        font-size: 14px;
    }
    .p_td .text ul li .p2 {
        font-size: 13px;
        padding-left: 15px;
    }
    .p_td .text ul li .p2:before {
        top: 8px;
        width: 5px;
        height: 5px;
    }
    .p_sort3{
        margin-bottom:35px;
    }
    .p_sort3 li a {
        font-size: 13px;
        margin-bottom: 6px;
        margin-right: 10px;
        padding: 3px 12px;
    }
}
@media(max-width:460px){
    a.more3{
        font-size:13px;
    }
    a.more3 i{
        margin-left:10px;
    }
}
#js3{
    padding:130px 0;   
    color: #fff; 
}
#js3 .wrap{
    background:url(../images/jsfw_bg.jpg) no-repeat center;
    background-size: cover;
    padding:70px 95px 52px;
    border-radius: 10px;
    overflow: hidden;
}
#js3 p{
    max-width: 690px;
    font-size:26px;
    line-height: 1.4;
}
#js3 a{
    margin-top:42px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 55px;
    font-size:18px;
    color: #fff;
    background:#c3121a;
    border-radius: 27px;
}
#js3 a i{
    display: block;
    width: 9px;
    height: 16px;
    background:url(../images/more3.png) no-repeat center;
    margin-left: 18px;
    transition: all 0.4s ease-out;
}
#js3 a:hover i{
    margin-left: 12px;
}

@media(max-width:1600px){
    #js3{
        padding: 90px 0;
    } 
    #js3 .wrap{
        padding:50px 60px 52px;
    }
    #js3 p{
        font-size:22px;
    }
    #js3 a{
        width: 180px;
        font-size:15px;
    }    
}
@media(max-width:1280px){
    #js3{
        padding: 75px 0;
    }
}
@media(max-width:1024px){
    #js3 .wrap{
        padding:50px 60px 52px;
    }
    #js3 p{
        font-size:18px;
    }
    #js3 a{
        width: 150px;
        font-size:14px;
        height: 50px;
        margin-top: 35px;
    }    
}
@media(max-width: 820px){
    #js3{
        padding: 55px 0;
    }
    #js3 .wrap{
        padding:40px 30px;
    }
    #js3 p{
        font-size:17px;
    }
}
@media(max-width: 640px){
    #js3{
        padding: 40px 0;
    }
    #js3 .wrap{
        padding:30px 20px;
    }
    #js3 p{
        font-size:15px;
    }  
    #js3 a{
        width: 135px;
        height: 40px;
        margin-top: 25px;
    } 
}


.n_case{
    padding:90px 0 140px;
}
.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.case_list li:nth-child(3n){
    margin-right: 0;
}
.case_list li a{
    display: block;
    height: 100%;
    background:#f6f6f6;
}
.case_list li a .text{
    text-align: center;
    padding: 45px 50px 60px;
}
.case_list li a .text h3{
    font-size:32px;
    color: #1a1a1a;
    line-height: 1.2;
}
.case_list li a .text .txt{
    font-size:18px;
    color: #4c4c4c;
    line-height: 1.6;
    margin:30px 0 40px;
}
.more2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #c3121a;
}
.more2 i{
    display: block;
    width: 10px;
    height: 17px;
    background: url(../images/more4.png) no-repeat center;
    margin-left: 10px;
    transition: 0.4s ease;
}
.case_list li a:hover .img img{
    transform: scale(1.1);
}
.case_list li a:hover .text h3{
    color: #c3121a;
}
.n_banner2{
    height: 702px;
    border-top:1px solid #dbdbdb;
}
.n_banner_text2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    z-index: 99;    
    padding:95px 0 0;
}
.n_banner_text2 h2{
    font-size:56px;
    color: #c3121a;
    line-height: 1.2;
}   
.n_banner_text2 .txt{
    font-size:32px;
    color: #000000;
    margin-top:15px;
    line-height: 1.6;
}
.case1{
    padding:100px 0 85px;
}
.c_t1{
    text-align: center;
}
.c_t1 h2{
    font-size:50px;
    color: #333333;
    line-height: 1.4;
}
.n_yyal{
    position: relative;
    margin-top:90px;
}
.n_yyal .swiper-button-prev,.n_yyal .swiper-button-next,.n_yyal2 .swiper-button-prev,.n_yyal2 .swiper-button-next{
    width: 66px;
    height: 66px;
    border-radius: 50%;
}
.n_yyal .swiper-button-prev,.n_yyal2 .swiper-button-prev{
    left:-115px;
    background:url(../images/left2.png) no-repeat center #c3141a;
}
.n_yyal .swiper-button-next,.n_yyal2 .swiper-button-next{
    right:-115px;
    background:url(../images/right2.png) no-repeat center #c3141a;
}
#yyal{
    padding-bottom:75px;
}
#yyal .swiper-slide a{
    display: block;
    position: relative;
    text-align: center;
    height: 100%;
}
#yyal .swiper-slide:after{
    content:'';
    background:#f6f6f6;
    width: 100%;
    height: 56%;
    z-index: -1;
    position: absolute;
    bottom:0;
    left:0;
}
#yyal .swiper-slide a h3{
    font-size:26px;
    color: #000000;
    text-align: center;
    line-height: 1.4;
    padding:50px 15px 30px;
}
#yyal .swiper-pagination{
    bottom:0;
}
#yyal .swiper-pagination span,#yyal2 .swiper-pagination span{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border:2px solid #c3121a;
    opacity: 1;
    background: transparent;
    margin:0 10px;
}
#yyal .swiper-pagination span.swiper-pagination-bullet-active,#yyal2 .swiper-pagination span.swiper-pagination-bullet-active{
    background:#c3121a;
}
.case2{
    background:#f6f6f6;
    padding:130px 0 105px;
}
.c_t1 p{
    font-size:20px;
    color: #808080;
    line-height: 1.6;
    margin-top:20px;
}
.n_yyal2{
    margin-top:50px;
    position: relative;
}
#yyal2{

}
#yyal2 .swiper-slide a{
    display: block;
    position: relative;
    height: 100%;
    background:#ffffff;
    border-radius: 10px;
    padding:40px 48px 55px;
    border-radius: 10px;
}
#yyal2 .swiper-slide a h3{
    font-size:30px;
    color: #1a1a1a;
    line-height: 1;
}
#yyal2 .swiper-slide a p{
    font-size:22px;
    color: #4c4c4c;
    line-height: 1.6;
    margin:5px 0 25px;
}
#yyal2 .swiper-slide a .more2{
    justify-content: flex-start;
    margin-bottom: 35px;
}
#yyal2 .swiper-slide a:hover h3{
    color: #c3121a;
}
#yyal2 .swiper-pagination{
    bottom:0;
    display: none;
}

@media(max-width: 1600px){
    .case_list li a .text{
        padding:40px 30px;
    }
    .case_list li a .text h3{
        font-size:24px;
    }
    .case_list li a .text .txt {
        font-size: 15px;
        margin: 20px 0 30px;
    }
    .more2{
        font-size:15px;
    }
    .n_banner_text2 h2{
        font-size:42px;
    }
    .n_banner_text2 .txt{
        font-size:24px;
    }
    .case1 {
        padding: 85px 0 ;
    }
    .c_t1 h2 {
        font-size: 42px;
    }
    .n_yyal .swiper-button-prev, .n_yyal2 .swiper-button-prev {
        left: -90px;
    }
    .n_yyal .swiper-button-next, .n_yyal2 .swiper-button-next {
        right: -90px;
    }
    .n_yyal .swiper-button-prev, .n_yyal .swiper-button-next, .n_yyal2 .swiper-button-prev, .n_yyal2 .swiper-button-next {
        width: 50px;
        height: 50px;
    }
    #yyal .swiper-pagination span, #yyal2 .swiper-pagination span {
        width: 15px;
        height: 15px;
    }
    #yyal .swiper-slide a h3{
        padding:30px 15px 25px;
        font-size:20px;
    }
    .case2{
        padding:100px 0;
    }
    .c_t1 p {
        font-size: 15px;
        margin-top: 10px;
    }
    .n_yyal{
        margin-top:70px;
    }
    #yyal2 .swiper-slide a{
        padding:25px 30px 35px;
    }
    #yyal2 .swiper-slide a h3{
        font-size:20px;
    }
    #yyal2 .swiper-slide a p {
        font-size: 16px;
        margin: 5px 0 15px;
    }
    .case2 .c_t1 h2{
        font-size:32px;
    }
}
@media(max-width: 1280px){
    .n_case {
        padding: 90px 0;
    }
    .case_list li a .text{
        padding:30px 25px;
    }
    .case_list li a .text h3{
        font-size:20px;
    }
    .case_list li a .text .txt {
        font-size: 14px;
        margin: 15px 0 20px;
    }  
    .n_yyal .swiper-button-prev, .n_yyal .swiper-button-next, .n_yyal2 .swiper-button-prev, .n_yyal2 .swiper-button-next{
        display: none;
    } 
    .case1,.case2{
        padding: 85px 0;
    }
    .c_t1 h2 {
        font-size: 32px;
    }
    .n_yyal{
        margin-top:50px;
    }
    .case2 .c_t1 h2{
        font-size:28px;
    }
    .n_banner2{
        height: 500px;
    }
    .n_banner_text2{
        padding:65px 0 0;
    }
    .n_banner_text2 h2 {
        font-size: 36px;
    }
    .n_banner_text2 .txt {
        font-size: 18px;
    }
}
@media(max-width: 991px){
    .n_case {
        padding: 70px 0;
    }
    .case_list li a .text{
        padding:20px 20px;
    }
    .case_list li a .text h3{
        font-size:18px;
    } 
    #yyal .swiper-pagination span, #yyal2 .swiper-pagination span {
        width: 12px;
        height: 12px;
    } 
    .c_t1 h2 {
        font-size: 28px;
    }
    .case2 .c_t1 h2{
        font-size:24px;
    }
    .n_banner2{
        height: 350px;
    }
    .n_banner_text2{
        padding:50px 0 0;
    }
    .n_banner_text2 h2 {
        font-size: 32px;
    }
    .n_banner_text2 .txt {
        font-size: 16px;
    }
}
@media(max-width: 820px){
    .n_case {
        padding: 55px 0;
    }
    .case_list li a .text .txt {
        margin: 10px 0 15px;
    }
    .case1,.case2{
        padding: 55px 0;
    } 
    #yyal {
        padding-bottom: 50px;
    }
    #yyal .swiper-slide a h3 {
        padding: 30px 15px 20px;
        font-size: 16px;
    }
    #yyal .swiper-slide a .img{
        padding:0 15%;
    }
    .c_t1 h2 {
        font-size: 26px;
    } 
    .c_t1 p {
        font-size: 14px;
        margin-top: 8px;
    }
    .case2 .c_t1 h2{
        font-size:22px;
    }
    .n_banner_text2{
        padding:35px 0 0;
    }
    .n_banner_text2 h2 {
        font-size: 26px;
    }
    .n_banner_text2 .txt {
        font-size: 15px;
    }
}
@media(max-width: 640px){
    .n_case {
        padding: 35px 0;
    }
    .case_list li{
        width: 100%;
        margin-right: 0;
        margin-bottom:15px;
    } 
    .case_list li a .text h3 {
        font-size: 16px;
    }  
    .case1,.case2{
        padding: 35px 0;
    } 
    .c_t1 h2 {
        font-size: 22px;
    } 
    .n_yyal{
        margin-top:30px;
    }
    .n_yyal2 {
        margin-top: 50px;
    }
    #yyal {
        padding-bottom: 40px;
    }
    #yyal .swiper-slide a h3 {
        padding: 25px 15px 20px;
        font-size: 15px;
    }
    .case2 .c_t1 h2{
        font-size:18px;
    }
    .n_banner2{
        height: 240px;
    }
    .n_banner_text2{
        padding:30px 0 0;
    }
    .n_banner_text2 h2 {
        font-size: 20px;
    }
    .n_banner_text2 .txt {
        font-size: 14px;
    }
}




/*新闻*/
.n_news{

}


.news_detail{
    padding:70px 0;
    max-width: 1200px;
    margin:0 auto;
}
h1.title{
    font-size: 28px;
    color: #333;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 30px;
    font-weight: normal;
}
.news_detail .content{
    font-size: 16px;
    margin-bottom: 25px;
}
@media(max-width: 1600px){


    h1.title{
        font-size:24px;
    }
    .info_title {
        margin-bottom: 20px;
    }
    .news_detail .content{
        font-size: 15px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .n_news{
        padding:75px 0;
    }

    h1.title{
        font-size:20px;
    } 
    .info_title{
        padding-bottom: 10px;
        margin-bottom:15px;
    }
    .news_detail{
        padding:50px 0;
    }
}
@media(max-width: 992px){
 
}
@media(max-width: 820px){
    .n_news{
        padding:55px 0;
    }

    h1.title{
        font-size:18px;
    }
}
@media(max-width: 640px){
    .n_news{
        padding:40px 0;
    }

    .news_detail{
        padding:35px 0;
    }
    h1.title{
        font-size:18px;
    }
    .info_title {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }     
}


/*contact*/
.contact1{
    padding:90px 0 130px;
}
.contact_t1{
    margin-bottom: 70px;
}
.contact_t1 .img{
    margin-bottom: 10px;
}
.contact_t1 p{
    padding-left: 52px;
    background:url(../images/icon1.png) no-repeat left center;
}
.contact_t1 p span{
    font-size:56px;
    color: rgb(253, 211, 0); 
    font-weight: 800;
    text-transform: uppercase; 
    font-family: "Arial";
    line-height: 1.4;
}
.contact_t1 h3{
    font-size:38px;
    color: #333;
    line-height: 1;
    font-weight: normal;
    display: none;
}
.contact1 .wrap{
    display: flex;
    flex-wrap: wrap;
}
.contact1_l{
    width: 35.7%;
    padding-right: 30px;
}
.contact1_l .cont{
    font-size:56px;
    /*color: rgb(253, 211, 0);*/
    color: #000;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
}
.contact1_l .cont:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 23px;
    background:url(../images/c1_bg1.jpg) no-repeat left center;
    z-index:-1;
}
.contact_list1{
    width: 64.3%;
    display: flex;
    flex-wrap: wrap;
}
.contact_list1 li{
    width: 46%;
    margin-right: 8%;
    box-shadow: 0px 0px 10px #ccc;
}
.contact_list1 li:nth-child(2n){
    margin-right: 0;
}
.contact_list1 li .img1{
    position: relative;
    text-align: center;
}
.contact_list1 li h2{
    width: 140px;
    line-height: 60px;
    font-size:20px;
    color: #fff;
    background: rgb(253, 211, 0);
    font-weight: 500;
    position: absolute;
    bottom:-30px;
    left:50%;
    margin-left: -70px;
}
.contact_list1 li .text{
    padding:55px 5% 45px;
}
.contact_list1 li .text .txt{
    font-size:16px;
    color: #333333;
    line-height: 1.6;
    font-weight: 600;
}
.contact_list1 li .text p:nth-child(2n){
    margin-bottom: 15px;
    color: #666;
    font-weight: 500;
}
.contact_a{
    margin-top:45px;
    display: flex;
    flex-wrap: wrap;
}
.contact_a a{
    display: block;
    padding-left: 28px;
    font-size:16px;
    color: #fdd300;
}
.contact_a a:nth-child(1){
    background:url(../images/c1_icon1.png) no-repeat left center;
    margin-right: 40px;
}
.contact_a a:nth-child(2){
    background:url(../images/c1_icon2.png) no-repeat left center;
}
.contact2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding:20px 0 100px;
}
.contact2 .img{
    width: 50%;
}   
.contact2 .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0 9% 0 6.15%;  
}
.contact2 .text .index_t1{
    margin-bottom: 45px;
}
.contact2 .text .txt{
    font-size:16px;
    line-height: 1.8;
}
.contact2_2{

}
.contact_list2{
    padding-bottom: 65px;
    display: flex;
    flex-wrap: wrap;
}
.contact_list2 li{
    margin-bottom: 25px;
    width: 48%;
    margin-right: 4%;
    display: flex;
    flex-wrap: wrap;
    background:#fafafa;
    padding:70px 50px;
    box-shadow: 0px 0px 10px #ccc;
}
.contact_list2 li:nth-child(2n){
    margin-right: 0;
}
.contact_list2 li .img{
    width: 87px;
    height: 87px;
    overflow:hidden;
    position: relative;
}
.contact_list2 li .text{
    width: calc(100% - 87px);
    padding-left: 30px;
}
.contact_list2 li .text h2{
    color: #fdd300;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}
.contact_list2 li .text p{
    position: relative;
    padding-left: 20px;
    font-size:16px;
    line-height: 1.6;
    margin-bottom: 5px;
}
.contact_list2 li .text p:before{
    content:'';
    position: absolute;
    top:10px;
    left:0;
    width: 7px;
    height: 7px;
    background:#fdd300;
    border-radius: 50%;
}
.contact_list2 li .img img{
    display: block;
    position: absolute;
    top:0;
    left:0;
}
.contact_list2 li:hover{
    background:#fdd300;
}
.contact_list2 li:hover .img img{
    top:-87px;
}
.contact_list2 li:hover .text h2,.contact_list2 li:hover .text p{
    color: #fff;
}
.contact_list2 li:hover .text p:before{
    background: #fff;
}
.fuli{
    max-width: 1002px;
    margin:auto;
    width: 100%;
    position: relative;
}
.fuli .swiper-container{
    overflow:visible;
}
.fuli .swiper-button-prev{
    width: 80px;
    height: 80px;
    margin-top:-40px;
    background:url(../images/left3.png) no-repeat center;
    opacity: 1;
    left:-250px;
}
.fuli .swiper-button-next{
    width: 80px;
    height: 80px;
    margin-top:-40px;
    background:url(../images/right3.png) no-repeat center;
    opacity: 1;
    right:-250px;
}
.job_content{
    padding:85px 0 130px;
}
.job_content .wrap{
    max-width: 1370px;
}
.job_content h2{
    text-align: center;
    font-size:30px;
    color: #333;
    font-weight: normal;
    margin-bottom: 35px;
}

.job_list{

}
.job_list li{
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 30px;
}
.list-title{
    display: flex;
    flex-wrap: wrap;
    padding:25px 5%;
}
.list-title .name{
    font-size:20px;
    color: #fdd300;
    line-height: 20px;
    width: 25%;
}
.list-title .local {
    font-size:16px;
    color: #333;
    line-height: 20px;
    width: 50%;
}
.list-title .num{
    display: flex;
    flex-wrap: wrap;
    font-size:16px;
    color: #808080;
    line-height: 20px;
    width: 25%;
}
.list-title .num .icon{

}
.list-title .num .icon img{
    margin-left: 28px;
}
.sub-wrap{
    display: none;
    padding:10px 5%;
}
.sub-wrap .sub-con{
    margin-bottom: 15px;
}
.sub-wrap h4{
    font-size:16px;
    color: #333;
}
.sub-wrap p{
    
}
.sub-wrap a.more2{
    width: 120px;
    line-height: 40px;
    margin: 30px 0;
  
}
@media(max-width: 1600px){
    .contact1{
        padding:90px 0;
    }
    .contact_t1 {
        margin-bottom: 30px;
    }
    .contact_t1 img{
        max-height:75px;
    }
    .contact_t1 p span {
        font-size: 42px;
    }
    .contact_t1 h3 {
        font-size: 28px;
        margin-top: 5px;
    }
    .contact1_l .cont{
        font-size:40px;
    }
    .contact_list1 li .text .txt{
        font-size:15px;
    }
    .contact_a{
        margin-top:20px;
    }
    .job_content{
        padding:60px 0;
    }
    .job_content h2{
        font-size:26px;
        margin-bottom: 25px;
    }
}
@media(max-width: 1440px){
    .contact2 .text{
        padding:0 5%;
    }
    .contact2 .text .index_t1{
        margin-bottom: 30px;
    } 
    .contact2{
        padding:20px 0 60px;
    }  
    .contact_list2 li .text h2{
        font-size:17px;
        margin-bottom: 5px;
    } 
    .contact_list2 li .text p{
        font-size:14px;
    }
    .contact_list2{
        padding-bottom: 50px;
    }
}
@media(max-width: 1280px){
    .contact1{
        padding:75px 0;
    } 
    .contact_t1 img{
        max-height:60px;
    }
}
@media(max-width: 1024px){
    .contact_t1 {
        margin-bottom: 20px;
    }
    .contact_t1 p span {
        font-size: 30px;
    }
    .contact_t1 h3 {
        font-size: 24px;
        margin-top: 10px;
    }
    .contact1_l .cont{
        font-size:30px;
    }  
    .job_content{
        padding:40px 0;
    }  
    .job_content h2{
        font-size:22px;
        margin-bottom: 20px;
    }
}
@media(max-width: 880px){
    .contact_t1 img{
        max-height:50px;
    }
    .contact1_l{
        width: 100%;
        padding-right:0;
        margin-bottom: 30px;
    }
    .contact_list1{
        width: 100%;
    }

}
@media(max-width: 768px){
    .contact1{
        padding:55px 0;
    } 
    .contact_t1 p span {
        font-size: 24px;
    }
    .contact_t1 h3 {
        font-size: 22px;
    }
    .contact1_l .cont{
        font-size:22px;
    }
    .contact2{
        padding:10px 0 30px;
    } 
    .contact2 .text{
        padding:0 2%;
        width: 100%;
        margin-top:15px;
    }
    .contact2 .text .index_t1{
        margin-bottom: 20px;
    }
    .contact2 .text .txt{
        font-size:15px;
    }
    .contact2 .img{
        width: 100%;
    }
    .contact_list2 li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding:50px 30px;
    }
    .contact_list2 li .img{
        width: 50px;
        height: 50px;
    }
    .contact_list2 li:hover .img img{
        top:-50px;
    }
    .contact_list2 li .text{
        width: calc(100% - 50px);
        padding-left: 15px;
    }
    .contact_list2{
        padding-bottom: 30px;
    }
    .job_content{
        padding:30px 0;
    }
}
@media(max-width: 640px){
    .contact1{
        padding:40px 0;
    }
    .contact_t1 img{
        max-height:40px;
    }
    .contact_t1 p {
        background-size: 30px;
        padding-left: 40px;
    }
    .contact_t1 p span {
        font-size: 22px;
    }
    .contact1_l .cont{
        font-size:18px;
    } 
    .contact_list1 li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    } 
    .contact_list1 li .text{
        padding:15px 2%;
    } 
    .contact_list1 li h2{
        font-size:16px;
        line-height: 40px;
        bottom:-20px;
        width: 100px;
        margin-left: -50px;
    } 
    .contact_list2{
        padding-bottom: 20px;
    }
    .contact2 .text{
        padding:0 2%;
    }
    .contact_list2 li{
        padding:15px 12px;
    }
    .contact_list2 li .text p{
        padding-left: 16px;
    }
    .contact_list2 li .text p:before{
        top:8px;
        width: 5px;
        height: 5px;
    }
    .fuli .swiper-container{
        overflow:hidden;
    }
    .list-title{
        padding:10px 3%;
    }
    .list-title .local{
        display: none;
    }
    .list-title .name{
        width: 40%;
        font-size:16px;
    }
    .list-title .num{
        width: 60%;
        font-size:14px;
    }
    .sub-wrap{
        padding:10px 3%;
    }
    .sub-wrap h4{
        font-size:15px;
    }
    .sub-wrap .sub-con{
        margin-bottom: 10px;
    }
    .sub-wrap a.more2{
        margin:20px 0 10px;
        width: 86px;
        font-size:14px;
        line-height: 36px;
    }
}

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


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

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

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


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

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

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

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


h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 200px;
    left:-205px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #00a2e7;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
/*2025右侧浮动栏*/
.right_fixed{
    position: fixed;
    top: calc(45%);
    transform:translateY(-50%);
    right: 20px;
    margin: auto 0;
    max-width: 100% !important;
    width:54px;
    background:#ECE8DD;
    border-radius: 50px;
    z-index: 9999;
}
.right_fixed dl{
    width:100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: relative;
}
.right_fixed dl dt{
    padding:14px 12px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}
.right_fixed dl:first-child dt{
    border-radius: 50px 50px 8px 8px;
}
.right_fixed dl:last-child dt{
    border-radius: 8px 8px 50px 50px;    
}
.right_fixed dl dt:hover{
    background:#fff;
}
/*.right_fixed dl:last-child dt:hover{
    background:none;
}*/
.right_fixed dl dt img{
    max-width: 30px;
    max-height: 30px;
}
.right_fixed dl dt p{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    width: 100%;
    text-align: center;
    cursor: default;
}
.right_fixed dl dd{
    position: absolute;
    top: 50%;
    right: 100%;
    padding-right: 18px;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(10px) translateY(-50%);
    opacity: 0;
    transition: all .5s;
    z-index: 99999;
}
.right_fixed dl:hover dd{
    visibility: visible;
    pointer-events: all;
    transform: translateX(0) translateY(-50%);
    opacity: 1;    
}
.right_fixed_box{
    position: relative;
    z-index: 1;
    width: 220px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 19px 10px rgba(22, 44, 112, .05);
    border-radius: 8px;
    padding: 12px 15px ;
}
.right_fixed_box:after{
    content: "";
    position: absolute;
    right: calc(-16px / 1.414 / 2);
    top: 50%;
    z-index: -1;
    width: 16px;
    height: 16px;
    transform: translateY(-50%) rotate(45deg);
    background: #fff;
}
.right_fixed_box2{
    width: 156px;
    padding:15px;
}
.right_fixed_tel a{
    font-size:18px;
    color: #333;
    font-weight: 700;
}
.right_fixed_code{

}
.right_fixed_code img{
    max-width: 106px;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
}
@media(max-width: 991px){
    .online-server{
        display: none!important;
    }
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* 右侧浮窗 客服2 */

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

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

#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: 5px 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 a .c-text{
    width: 160px;
    height: 40px;
    line-height: 40px;
    background:#fff;
    font-size:17px;
    color: #000;
    position: absolute;
    top:0;
    left:-170px;
    opacity: 0;
    z-index: -9;
    transition: all 0.3s ease-out;
    box-shadow: 0 0 5px #ccc;
}
#c-right-fixed a:hover .c-text{
    /*left:-170px;*/
    z-index: 999;
    opacity: 1;
}
#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: #ae0002;
    background: #ae0002;
}

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

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

#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;
}