﻿/*头部样式*/
#c-header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index:9999999;
    transition: all 0.3s ease-out;
}
.head{
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 60px;
}
.logo{
    display: flex;
    align-items: center;
}
.logo a .img1{
    display: none;
}
.logo_text{
    margin-left: 18px;
    color: #fff;
}
.logo_text h1{
    font-size: 28px;
    line-height: 1;
    letter-spacing: 7px;
    margin-top: 8px;
}
.logo_text p{
    font-size: 13px;
}
.head_r{
    display: flex;
}
.h_tel{
    padding-left: 38px;
    background:url(../images/tel1.png) no-repeat left center;
    color: #fff;
    margin-left: 75px;
    line-height: 1.3;
}
.h_tel p{
    font-size: 14px;
}
.h_tel p strong{
    font-size: 24px;
}
.nav{
    display: flex;
    align-items: center;
}
.nav li{
    position: relative;
    margin-right: 60px;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:0px;
    z-index: 999;
    background-color: #171ce1;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}

#c-header.c-head-hide,#c-header.on{
    background:#fff;
}
#c-header.c-head-hide .head{
    height: 90px;    
}
#c-header.c-head-hide .logo .img1,#c-header.on .logo .img1{
    display: block;
}
#c-header.c-head-hide .logo .img2,#c-header.on .logo .img2{
    display: none;
}
#c-header.c-head-hide .logo_text,#c-header.on .logo_text{
    color: #333333;
}
#c-header.c-head-hide .nav li a,#c-header.on .nav li a{
    color: #000;
}
#c-header.c-head-hide .h_tel,#c-header.on .h_tel{
    color: #333;
}

#c-banner1{
    height: 100vh;
}
#c-banner1 .sw0{
    background:url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
}
#c-banner1 .sw1{
    background:url(../images/banner2.jpg) no-repeat center;    
}
#c-banner1 .sw0 .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:80px 60px 20px 7.5%;
    width: 100%;
    max-width: 100%;
    height:100%;
}
#c-banner1 .sw0 .container .text{
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*width: 67%;*/
    padding-right: 20px;
    text-shadow:3px 3px 10px #000;
}
#c-banner1 .sw0 .container .text .p1{
    display: flex;
    align-items: center;
}
#c-banner1 .sw0 .container .text .p1 .logo2{
    
}
#c-banner1 .sw0 .container .text .p1 span{
    font-size: 20px;
    max-width: 380px;
    line-height: 1.4;
    margin-left: 70px;
    position: relative;
}
#c-banner1 .sw0 .container .text .p1 span:before{
    content:'';
    position: absolute;
    left:-17px;
    top:50%;
    margin-top:-31px;
    width: 2px;
    height:62px;
    background:#fff;
}
#c-banner1 .sw0 .container .text h3{
    font-size: 60px;
    line-height: 1;
    padding:20px 0 30px;
}
#c-banner1 .sw0 .container .text .p2{
    font-size: 30px;
}
#c-banner1 .sw0 .container .text a{
    display: block;
    width: 200px;
    line-height: 46px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background:#e62129;
    border-radius: 5px;
    margin-top:125px;
    text-shadow:none;
}
#c-banner1 .sw0 .container .text a span{
    margin-left: 16px;
}
#c-banner1 .sw0 .container .img1{
    width: 33%;
    text-align: center;
    display: none;
}
#c-banner1 .swiper-pagination{
    bottom:60px;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet{
    width: 64px;
    height: 6px;
    background:#fff;
    border-radius: 0;
    opacity: 1;
    margin:0 6px;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet-active{
    background:#e62129;
}


#c-banner1 .swiper-slide .banren {
    position: absolute;
    top: 0;
    right: -100px;
    max-width: 50%;
    height: 100%;
    z-index: 4;
    transition: all 1s ease-out;
    opacity: 0;
    transition-delay: 0.4s;
    display: flex;
    align-items: center;
}
#c-banner1 .swiper-slide .banren img{
    display: inline-block;
}
#c-banner1 .swiper-slide-active .banren{
    right: 100px;  
    opacity: 1;  
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media(max-width: 1600px){
    .logo_text h1{
        font-size:24px;
    }
    .nav li{
        margin-right:30px;
    }
    .h_tel{
        margin-left:40px;
    }
    .h_tel p strong{
        font-size:20px;
    }
    #c-banner1 .sw0 .container{
        padding:50px 5% 20px;
    }
    #c-banner1 .sw0 .container .text .p1 span{
        font-size:18px;
    }
    #c-banner1 .sw0 .container .text .p1 span:before{
        left:-30px;
    }
    #c-banner1 .sw0 .container .text h3 {
        font-size: 42px;
    }
    #c-banner1 .sw0 .container .text .p2 {
        font-size: 24px;
    }
    #c-banner1 .sw0 .container .text a {
        width: 160px;
        margin-top: 80px;
    }
    #c-banner1 .sw0 .container .img1 img{
        max-height:600px;
    }
    #c-banner1 .swiper-pagination{
        bottom:30px;
    }
    #c-banner1 .sw0 .container .text .p1 .logo2{
        max-width:150px;
    }
    #c-banner1 .swiper-slide .banren{
        max-width:40%;
    }
}
@media(max-width: 1320px){
    .nav li{
        margin-right:15px;
    }
    .h_tel {
        margin-left: 25px;
    }
}
@media(max-width: 1259px){
    .head{
        padding:0 2%;
    }
    .h_tel{
        display:none;
    }
    #c-banner1,#c-banner1 .sw0{
        height:100%;
    }
    #c-banner1 .sw0 .container{
        padding:130px 2% 50px;
    }

    #c-banner1 .sw0 .container .text .p1 span {
        font-size: 15px;
        max-width: 300px;
        margin-left: 50px;
    }
    #c-banner1 .sw0 .container .text .p1 span:before {
        left: -30px;
        margin-top: -25px;
        height: 50px;
    }
    #c-banner1 .sw0 .container .text h3 {
        font-size: 32px;
        padding: 20px 0 6px;
    }
    #c-banner1 .sw0 .container .text .p2 {
        font-size: 20px;
    }
    #c-banner1 .sw0 .container .text a {
        margin-top: 50px;
    }
    #c-banner1 .sw0 .container .img1 img{
        max-height:500px;
    }
}
@media(max-width: 920px){
    .logo_text{
        display:none;
    }
    #c-banner1 .swiper-slide-active .banren{
        right:5%;
        max-width:30%;
    }
}
@media(max-width: 820px){
    .head{
        height:80px;
    }
    #c-header.c-head-hide .head{
        height:80px;
    }
    .logo_text{
        display:block;
    }
    .logo_text h1 {
        font-size: 20px;
        font-weight: bold;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    #c-banner1 .sw0 .container{
        padding:110px 2% 50px;
    }
    /*#c-banner1 .sw0 .container {*/
    /*    padding: 100px 0 50px;*/
    /*}*/
    #c-banner1 .sw0 .container .text h3{
        font-size:26px;
    }
    #c-banner1 .sw0 .container .text .p2 {
        font-size: 15px;
    }
    #c-banner1 .sw0 .container .text a{
        margin-top:35px;
    }
    #c-banner1 .sw0 .container .img1 img {
        max-height: 400px;
    }
    #c-banner1 .swiper-pagination{
        bottom:10px;
    }
    #c-banner1 .swiper-pagination .swiper-pagination-bullet{
        width:50px;
        height:5px;
    }
}
@media(max-width: 640px){
    #c-header{
        /*position:relative;*/
        background:#fff;
    }
    #c-header.c-head-hide .head,.head {
        height: 50px;
        box-shadow:0px 0px 10px #ccc;
    }
    .h115{
        height:50px;
        width:100%;
    }
    .logo a img.img1{
        display:inline-block;
    }
    .logo a img.img2{
        display:none;
    }
    .logo a img{
        max-height:40px;
    }
    .logo_text{
        color:#333;
    }
    .logo_text h1{
        letter-spacing:1px;
        margin-top:2px;
    }
    .logo_text p{
        display:none;
    }
    #c-banner1 .sw0 .container{
        padding:50px 2% 60px;
    }
    #c-banner1 .sw0 .container .img1{
        display:block;
    }
    #c-banner1 .swiper-slide .banren{
        display:none;
    }
    #c-banner1 .sw0 .container .text h3{
        font-size:26px;
        text-align:center;
    }
    #c-banner1 .sw0 .container .text{
        width:100%;
    }
    #c-banner1 .sw0 .container .text .p1{
        display:none;
    }
    #c-banner1 .sw0 .container .text .p1 span {
        font-size: 12px;
        margin-left: 30px;
    }
    #c-banner1 .sw0 .container .text .p1 span:before {
        left: -20px;
        margin-top: -20px;
        height: 40px;
    }
    #c-banner1 .sw0 .container .text .p2 {
        font-size: 15px;
        text-align:center;
    }
    #c-banner1 .sw0 .container .text a{
        display:none;
    }
    #c-banner1 .sw0 .container .img1{
        width:100%;
        margin-top:20px;
    }
    #c-banner1 .sw0 .container .img1 img {
        max-height: 200px;
    }
}



.index1{
    background:url(../images/index1-2.jpg) no-repeat bottom center;
    background-size: cover;
    padding:158px 0 258px;
    position: relative;
    overflow: hidden;
}
.container{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
.index1 .container{
    position: relative;
    z-index: 9;
}
h1.index_t1{
    font-size: 52px;
    color: #1a1a1a;
    line-height: 1;
}
.index1 .cont{
    width: 67%;
}
.index1 .text{
    font-size: 20px;
    color: #333333;
    line-height: 1.8;
    padding:30px 0 85px;
}
.num_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
}
.num_list li{
    margin-right: 100px;
}
.num_list li:last-child{
    margin-right: 0;
}
.num_list li .p1{
    color: #1a1a1a;
    line-height: 1;
}
.num_list li .p1 span{
    font-size: 50px;
    font-family: "SourceHanSerifSC Heavy";
}
.num_list li .p1 i{
    font-size: 14px;
    font-style: normal;
    margin-left: 5px;
}
.num_list li .p2{
    font-size: 14px;
    color: #333333;
    margin-top:10px;
}
a.more1{
    display: block;
    width: 200px;
    line-height: 46px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #e62129;
    border-radius: 5px;
    font-weight: bold;
}
a.more1 em{
    font-style: normal;
    margin-left: 16px;
}
.index1 .img1 {
    max-width: 1570px;
    width: 82%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 8;
}
@media(max-width: 1600px){
    .index1{
        padding:100px 0 200px;
    }
    h1.index_t1{
        font-size:36px;
    }
    .index1 .cont{
        width:62%;
    }
    .index1 .text {
        font-size: 15px;
        padding: 20px 0 60px;
    }
    .num_list{
        margin-bottom: 60px;
    }
    .num_list li{
        margin-right:60px;
    }
    .num_list li .p1 span{
        font-size:42px;
    }
    a.more1{
        width:160px;
    }
    .index1 .img1 {
        max-width: 1570px;
        width: 82%;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
@media (max-width: 1366px){
    .index1 .img1 {
        width: 70%;
    }    
}

@media(max-width: 1259px){
    .container{
        width: 92%;
    }
    .index1 {
        padding: 70px 0 120px;
    }
    h1.index_t1 {
        font-size: 30px;
    }
    .index1 .text {
        font-size: 14px;
        padding: 15px 0 35px;
    }
    .num_list {
        margin-bottom: 35px;
    }
    .num_list li {
        margin-right: 30px;
    }
    .num_list li .p1 span {
        font-size: 32px;
    }
    .num_list li .p1 i{
        font-size:13px;
        margin-left:2px;
    }
    .num_list li .p2{
        font-size:13px;
        margin-top:5px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index1 {
        padding: 50px 0 70px;
    } 
    h1.index_t1 {
        font-size: 26px;
    }
    .index1 .text {
        padding: 12px 0 20px;
    }
    .num_list li {
        margin-right: 16px;
    }
    .num_list li .p1 span {
        font-size: 36px;
    }
    .num_list li .p2{
        font-size:12px;
    }
}
@media (max-width: 750px){
    .index1{
        padding:50px 0 0;
    }
    .index1 .img1 {
        max-width: 2200px;
        width: 130%;
        right: 50px;
        position: relative;
    }    
}

@media(max-width: 640px){
    h1.index_t1 {
        font-size: 26px;
    }   
    .index1 .cont {
        width: 100%;
    }
    .num_list {
        margin-bottom: 20px;
    }
    .num_list li{
        width:49%;
        margin-right:2%;
        margin-bottom:15px;
    }
    .num_list li:nth-child(2n){
        margin-right:0;
    }
    .index1 a.more1{
        width:120px;
        line-height:42px;
    }
}


.index2{
    position: relative;
}
.index2_img{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index:-1;
    opacity: 0;
    transition: all 0.6s ease-out;
/*    transform: scale(0.9);*/
}
.index2_img.on{
    opacity: 1;
    transform: scale(1);
}
.index2_tab{
    padding:155px 0 120px;
    color: #fff;
    display: none;
}
.index2_tab .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.index2_tab .container .text{
    width: calc(100% - 336px);
    padding-right: 50px;
}
.index2_tab .container .text .p1{
    font-size: 20px;
}
.index2_tab .container .text h2{
    font-size: 50px;
    line-height: 1;
    padding:40px 0 22px;
}
.index2_tab .container .text .txt{
    max-width: 730px;
    font-size: 18px;
    line-height: 1.6;
}
.index2_tab .container .text a{
    display: block;
    font-size: 14px;
    color: #e62129;
    font-weight: bold;
    width: 200px;
    line-height: 48px;
    border-radius: 5px;
    background:#fff;
    text-align: center;
    margin-top:60px;
}
.index2_tab .container .text a i{
    margin-left: 12px;
    font-style: normal;
}
.index2_tab .container .text a:hover{
    background:#e62129;
    color: #fff;
}
.index2_tab .container .imgs{
    width: 336px;
    height: 336px;
    background:#fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top:50px;
}
.index2_tab .container .imgs p{
    font-size: 16px;
    color: #212121;
    font-weight: bold;
}
.index2_tab.on{
    display: block;
}


.index2_li{
    position: relative;
}
.index2_li:before{
    content:'';
    position: absolute;
    left:0;
    bottom:170px;
    width: 100%;
    height: 1px;
    background:rgba(255,255,255,.2);
}
.index2_li:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 170px;
    background:rgba(55,55,55,.3);
}
.index2_li ul{
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items:flex-end;
}
.index2_li ul li{
    width: 14.285%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
/*    transition: all 0.3s ease-out;*/
    height: 170px;
    cursor: pointer;
    border-radius: 15px;
    position: relative;
    z-index:9;
    /*transition: all .5s;*/
}

.index2_li ul li .img2{

}
.index2_li ul li p{
    font-size: 20px;
    padding:10px 0 0;
}
.index2_li ul li .img3{
    display: none;
}
.index2_li ul li.cur{
    height: 210px; 
    border-radius: 0 15px 0 0; 
}
.index2_li ul li.cur .img3{
    display: block;
    padding-top:15px;
}
.index2_li ul li.cur .img3 img{
    display: block;
}
/*.index2_li ul li.cur{*/
/*    background:url(../images/fa1_bg.png) no-repeat center;*/
/*}*/
/*.index2_li ul li:nth-child(2).cur{*/
/*    background:url(../images/fa1_bg.png) no-repeat center;*/
/*}*/
.index2_li ul li:before{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 0%;
    background:url(../images/fa1_bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
    transition: all 0s;
    z-index: -1;
}
.index2_li ul li.cur:before{
    height: 100%;
    transition: all .5s;    
}
@media(max-width: 1600px){
    .index2_tab {
        padding: 120px 0 80px;
    }
    .index2_tab .container .text{
        width:calc(100% - 300px);
    }
    .index2_tab .container .text .p1 {
        font-size: 16px;
    }
    .index2_tab .container .text h2 {
        font-size: 32px;
    }
    .index2_tab .container .text .txt{
        font-size:15px;
    }
    .index2_tab .container .text a{
        width:170px;
    }
    .index2_tab .container .imgs {
        width: 300px;
        height: 300px;
    }
    .index2_tab .container .imgs img{
        max-width:220px;
    }
    .index2_tab .container .imgs p {
        font-size: 15px;
    }
    .index2_li ul li{
        height:130px;
    }
    .index2_li ul li.cur{
        height:170px;
    }
    .index2_li ul li p{
        font-size:16px;
    }
    .index2_li:before{
        bottom:130px;
    }
    .index2_li:after{
        height:130px;
    }
}
@media(max-width: 1259px){
    .index2_tab {
        padding: 70px 0 ;
    }
    .index2_tab .container .text .p1 {
        font-size: 15px;
    }
    .index2_tab .container .text h2 {
        font-size: 26px;
        padding: 20px 0 15px;
    }
    .index2_tab .container .text .txt {
        font-size: 14px;
        line-height: 1.4;
    }
    .index2_tab .container .text a{
        margin-top:35px;
    }
    .index2_li ul li{
        height:110px;
    }
    .index2_li ul li.cur{
        height:140px;
    }
    .index2_li:before{
        bottom:110px;
    }
    .index2_li:after{
        height:110px;
    }
    .index2_li ul li p {
        font-size: 15px;
        padding-top:5px;
    }
    .index2_li ul li.cur .img3{
        padding-top:10px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index2_tab {
        padding: 50px 0;
    } 
    .index2_tab .container .text {
        width: calc(100% - 240px);
    }
    .index2_tab .container .text h2 {
        font-size: 26px;
        padding: 15px 0 15px;
    }
    .index2_tab .container .imgs {
        width: 240px;
        height: 240px;
    }
    .index2_tab .container .imgs img {
        max-width: 180px;
    }
    .index2_li ul{
        width:100%;
        height:120px;
    }
    .index2_li ul li.cur{
        height:120px;
    }
    .index2_li:before{
        bottom:100px;
    }
    .index2_li:after{
        height:100px;
    }
    .index2_li ul li .img2{
        line-height:38px;
    }
    .index2_li ul li p {
        font-size: 14px;
        white-space: nowrap;
    }

}
@media(max-width: 640px){
    .index2_tab {
        padding: 30px 0 40px;
    }
    .index2_tab .container .text{
        width:100%;
        padding-right:0;
    }
    .index2_tab .container .text a {
        width: 160px;
        line-height:42px;
        margin-top: 20px;
    }
    .index2_tab .container .imgs{
        margin:30px auto 0;
        width:200px;
        height:200px;
        padding-top: 20px;
    }
    .index2_tab .container .imgs img {
        max-width: 160px;
    }
    .index2_tab .container .imgs p{
        font-size:14px;
    }
    /*.index2_li ul li{*/
    /*    width:25%;*/
    /*}*/
    .index2_li ul li{
        height:100px!important;
    }
    .index2_li ul li .img2 img{
        transform:scale(.7);
    }
    .index2_li ul li p{
        font-size:12px;
        line-height:1.5;
        text-align:center;
    }
    .index2_li ul li.cur .img3 {
        padding-top: 5px;
        display:none;
    }
}


.index3{
    background:url(../images/index3.jpg) no-repeat center;
    background-size: cover;
    padding:125px 0 0;
}
.index3_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom:40px;
    border-bottom: 1px solid #303030;
}
.index3_top .index_t1{
    color: #fff;
}
.sort2{
    display: flex;
    flex-wrap: wrap;
}
.sort2 li{
    margin-right: 16px;
}
.sort2 li:last-child{
    margin-right: 0;
}
.sort2 li a{
    display: block;
    font-size: 14px;
    color: #4c4c4c;
    background:#fff;
    border-radius: 5px;
    padding:0 12px;
    line-height: 34px;
}
.sort2 li.cur a,.sort2 li a:hover{
    background:#e62129;
    font-size: 14px;
    color: #fff;
}
.index3_cont{
    margin:0px 0 0 13.5%;
    position: relative;
    width: 86.5%;
    height: 680px;
}
.index3_cont .index3_tab{
    position: absolute;
    top:0;
    left:0;
    z-index:-99;
    width: 100%;
    height: 100%;
}
.index3_cont .index3_tab.on{
    opacity: 1;
    z-index:99;
}
.index3_cont .index3_tab .swiper-container{
    height: 100%;
}
.index3_cont .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    padding: 64px 5% 0px 80px;
    width: 100%;
    height: 100%;
    opacity: .5;
}
.index3_cont .swiper-slide-active{
    opacity: 1;
}
.index3_cont .text{
    width: calc(100% - 476px);
    padding-right: 45px;
    color: #fff;
}
.index3_cont .text .p1{
    font-size: 30px;
    line-height: 1.8;
}
.index3_cont .text h3{
    font-size: 36px;
    line-height: 1;
    padding:0px 0 40px;
}
.index3_cont .text .txt{
    font-size: 16px;
    line-height: 1.4;
    color: #999999;
    margin-bottom: 50px;
}
.index3_cont .text a{

}
.index3_cont .img{
    width: 476px;    
}
.img_c{
    position: relative;
    width: 476px;
    height: 476px;
    margin:0 auto;
}
.index3_cont .img .img_c:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/i10-bg.png) center center no-repeat;
    background-size: 100%;
    transform: scale(.1);
    opacity: 0;
    transform-origin: center center;
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) .2s, opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) .2s;
    z-index: -1;
}
#c-banner2 .swiper-slide-active .img .img_c:after {
    transform: scale(1);
    opacity: 1;
}
#index3_cont .swiper-slide-active{
    border-right: 1px solid #303030;
    padding: 64px 5% 0px 0;
}
#index3_cont .swiper-button-prev{
    width: 60px;
    height: 60px;
    left: calc(64% + 15px);
    background: url(../images/jt2.png) no-repeat center #e6e6e6;
    border-radius: 50%;
    transform: rotate(-180deg);
    top: calc(50% - 75px);
}
#index3_cont .swiper-button-prev:hover{
    background: url(../images/jt1.png) no-repeat center #e62129;
    transform: rotate(-0deg);    
}
#index3_cont .swiper-button-next{
    width: 60px;
    height: 60px;
    top: calc(50% + 10px);
    right: calc(32% - 10px);
    background:url(../images/jt2.png) no-repeat center #e6e6e6;
    border-radius: 50%;
}
#index3_cont .swiper-button-next:hover{
    background: url(../images/jt1.png) no-repeat center #e62129;
    transform: rotate(-180deg);    
}
@media(max-width: 1600px){
    .index3{
        padding:110px 0 0;
    }
    .sort2 li {
        margin-right: 10px;
    }
    .sort2 li a{
        padding:0 10px;
    }
    .index3_cont{
        margin:0 0 0 5%;
        width: 95%;
        height: 600px;
    }
    .index3_cont .swiper-slide {
        padding: 50px 3% 0px 50px;
    }
    .index3_cont .text .p1 {
        font-size: 20px;
    }
    .index3_cont .text h3{
        font-size:26px;
    }
    .index3_cont .text .txt{
        font-size:14px;
    }
    .index3_cont .img{
        /*padding:0 5%;*/
    }
    #index3_cont .swiper-button-prev{
        left: calc(64% + 0px);
    }
    .index3_cont .text {
        width: calc(100% - 350px);
    }
    .index3_cont .img{
        width:350px;
    }
    .img_c{
        width:350px;
        height:350px;
    }
}
@media(max-width: 1259px){
    .index3 {
        padding: 90px 0 0;
    }
    .index3_top{
        padding-bottom:25px;
    }
    .index3_cont{
        margin:0 0 0 2%;
        width: 98%;
        height: 500px;
    }
    .index3_cont .swiper-slide {
        padding: 40px 3% 0px 0px;
    }
    .index3_cont .text{
        padding-right:30px;
    }
    .index3_cont .text h3 {
        font-size: 24px;
    }
    #index3_cont .swiper-slide-active{
        padding: 40px 3% 0px 0;
    }
    #index3_cont .swiper-button-prev,#index3_cont .swiper-button-next{
        display:none;
    }
}
@media(max-width: 1024px){
    .index3 {
        padding: 70px 0 0;
    }
    .index3_top{
        padding-bottom:15px;
    }
    .index3_top{
        justify-content:flex-start;
    }
    .sort2{
        width:100%;
        margin-top:20px;
    }
    .index3_cont .text {
        width: calc(100% - 250px);
    }
    .index3_cont .img{
        width:250px;
    }
    .img_c{
        width:250px;
        height:250px;
    }
}
@media(max-width: 820px){
    .index3 {
        padding: 50px 0 0;
    } 
    .sort2 li{
        margin-bottom:5px;
    }
    .index3_cont {
        height: 450px;
    }
    .index3_cont .text{
        width:60%;
    }
    .index3_cont .text .p1 {
        font-size: 16px;
    }
    .index3_cont .text h3 {
        font-size: 20px;
        padding:0 0 20px;
    }
    .index3_cont .text .txt {
        margin-bottom:30px;
    }
    .index3_cont .img{
        width:40%;
        padding:0 2%;
    }

}
@media(max-width: 640px){
    .index3 {
        padding: 35px 0 0;
    }     
    .sort2 li {
        margin-right: 5px;
    }
    .sort2 li a{
        font-size:13px;
        padding: 0 8px;
        line-height:30px;
    }
    .index3_cont {
        height: 550px;
    }
    .index3_cont .swiper-slide,#index3_cont .swiper-slide-active {
        padding: 20px 3%;
    }
    .index3_cont .text{
        width:100%;
        margin-bottom:20px;
    }
    .index3_cont .text .p1 {
        font-size: 15px;
    }
    .index3_cont .text h3 {
        font-size: 22px;
        padding:0 0 15px;
    }
    .index3_cont .text .txt {
        margin-bottom: 20px;
    }
    .index3_cont .text a{
        width:120px;
    }
    a.more1{
        line-height:42px;
    }
    .index3_cont .img{
        width:100%;
        text-align:center;
    }
    .img_c{
        margin:0 auto;
        width:300px;
        height:300px;
    }
    /*.index3_cont .img img{*/
    /*    max-width:160px;*/
    /*}*/
}



.index4{
    background:url(../images/index4.jpg) no-repeat center;
    background-size: cover;
    padding:170px 0 130px;
    background-attachment: fixed;
}
.index4 .index_t1{
    color: #fff;
}
.hz_list{
    display: flex;
    flex-wrap: wrap;
    padding:65px 0 70px;
}
.hz_list li{
    margin-bottom: 10px;
    width: 16.66666666666667%;
    padding-right: 10px;
/*    margin-right: 2%;*/
}
/*.hz_list li:nth-child(6n){
    margin-right: 0;
    padding-right: 0;
}*/
.index5{
    background:url(../images/index5.jpg) no-repeat center;
    background-size: cover;
    padding:120px 0 145px;
}
#c-banner3{
    margin-top:50px;
}
#c-banner3 .swiper-slide{

}
#c-banner3 .swiper-slide .p1{
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}
#c-banner3 .swiper-slide .img{
    
}
#c-banner3 .swiper-slide .text{

}
#c-banner3 .swiper-slide .text h3{
    font-size: 24px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1.3em;
    height: 2.6em;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin:30px 0 10px;
}
#c-banner3 .swiper-slide .text .txt{
    font-size: 16px;
    color: #999999;
    line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.index_news_b{
    margin-top:100px;
    position: relative;
}
#c-banner3 .swiper-pagination{
    width: calc(100% - 230px);
    height: 1px;
    left:230px;
    top:50%;
    margin-top:-0.5px;
    background:#dfdfdf;
}
#c-banner3 .swiper-pagination .swiper-pagination-progressbar-fill{
    height: 5px;
    background:#e62129;
    margin-top:-2px;
}
#c-banner3 .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #e62129;
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 5px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
#c-banner3 .swiper-slide:hover .img img{
    transform: scale(1.1);
}
#c-banner3 .swiper-slide:hover .text h3{
    color: #e62129;
}
@media(max-width: 1600px){
    .index4{
        padding:120px 0 ;
    }
    .hz_list {
        padding: 50px 0;
    }
    .index5{
        padding:120px 0;
    }
    #c-banner3 .swiper-slide .p1{
        font-size:15px;
    }
    #c-banner3 .swiper-slide .text h3{
        font-size:18px;
        margin: 20px 0 5px;
    }
    #c-banner3 .swiper-slide .text .txt{
        font-size:14px;
    }
    .index_news_b{
        margin-top:60px;
    }
}
@media(max-width: 1259px){
    .index4{
        padding:90px 0 ;
    }
    .hz_list li{
        width:20%;
    }
    .index5 {
        padding: 90px 0;
    }
    #c-banner3 .swiper-slide .text h3{
        font-size:16px;
    }
}
@media(max-width: 1024px){
    .index4{
        padding:70px 0 ;
    }  
    .hz_list {
        padding: 35px 0;
    }
    #c-banner3 .swiper-pagination-progress .swiper-pagination-progressbar{
        height:3px;
        top: -1px;
    }
}
@media(max-width: 820px){
    .index4{
        padding:50px 0 ;
    } 
    .hz_list li{
        width:25%;
    }
    .index5 {
        padding: 60px 0;
    }
}
@media(max-width: 640px){
    .hz_list li{
        width:calc(33.333% - 2px);
        padding-right:0;
        margin-right:0;
        margin:1px;
    } 
    .hz_list li:nth-child(3n){
        margin-right:0%;
    }
    .index5 {
        padding: 35px 0;
    }
    #c-banner3 {
        margin-top: 30px;
    }
    #c-banner3 .swiper-slide .p1{
        margin-bottom:5px;
    }
    .index_news_b {
        margin-top: 30px;
    }
    .index5 a.more1{
        width:120px;
    }
    #c-banner3 .swiper-pagination {
        width: calc(100% - 130px);
        left: 130px;
    }
}


.footer{
    background:#333333;
}
.footer a:hover{
    color: #e62129;
}
.foot{
    padding:85px 0 75px;
}
.foot_l{
    width: 35%;
    float:left;
}
.f_contact{
    font-size: 14px;
    color: #808080;   
    line-height: 1.5; 
    margin:30px 0 38px;
}
.f_contact strong{
    display: block;
    font-weight: normal;
    margin-bottom: 10px;
}
.f_contact p:nth-child(1) strong{
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
    width: 65%;
    float:right;
}
.f_nav li{
    width: 20%;
}
.f_nav li h3{
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 12px;
}
.f_nav li a{
    display: block;
    font-size: 14px;
    color: #808080;
}
.f_share{
    display: flex;
}
.f_share a{
    display: block;
    margin-right: 10px;
    position: relative;
}
.f_share a .img1{
    position: absolute;
    top:40px;
    left:50%;
    width: 110px;
    height: 110px;
    margin-left: -55px;
    display: none;
}
.f_share a:hover .img1{
    display: block;
}
.f_code{
    margin-top:15px;
    text-align: center;
    color: #808080;
    max-width: 144px;
}
.copyright{
    display: flex;
    justify-content: space-between;
    border-top:1px solid rgba(255,255,255,.2);
    font-size: 14px;
    color: #808080;
    padding:32px 0;
}
.copyright a{
    font-size: 14px;
    color: #808080;    
}
.copyright_l{
    max-width: 70%;
}
.copyright_r{
    max-width: 30%;
}
@media(max-width: 1600px){
    .foot{
        padding:50px 0;
    }
    .f_contact p:nth-child(1) strong{
        font-size:26px;
    }
    .foot_l{
        width:30%;
        padding-right:20px;
    }
    .f_nav{
        width:70%;
    }
    .f_nav li h3{
        font-size:18px;
    }
    .copyright{
        padding:10px 0;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .copyright{
        padding:10px 0;
        flex-wrap:wrap;
        justify-content:center;
        text-align: center;
        line-height:1.6;
    } 
    .copyright_l,.copyright_r{
        max-width:100%;
    }
}
@media(max-width: 640px){
    .foot {
        padding: 30px 0 15px;
        display:none;
    }
    .foot_l {
        
        width: 100%;
        padding-right: 0px;
    }
    .f_contact {
        line-height: 1.6;
        margin: 25px 0 0px;
    }
    .f_contact p:nth-child(1) strong {
        font-size: 20px;
    }
    .f_nav{
        display:none;
    }
    .f_share{
        display: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;
}
.n_banner img {
    width: 100%;
    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-weight: normal;
}


@media(max-width: 1600px){
    .n_banner_text h2{
        font-size:42px;
    }
}
@media(max-width: 1259px){
    .n_banner_text h2{
        font-size:32px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .n_banner_text h2{
        font-size:26px;
    }    
}
@media(max-width: 640px){
    .n_banner_text h2{
        font-size:22px;
    }    
}

#about1{
    padding:115px 0 140px;
}
.ab_t1{
    color: #333333;
    font-size: 42px;
    line-height: 1;
    position: relative;
    padding-bottom:24px;
    text-align: center;
    font-weight: normal;
}
.ab_t1:after{
    content:'';
    position: absolute;
    left:50%;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #e62129;
    margin-left: -20px;
}
#about1 .text{
    margin:40px 0 115px;
    font-size: 16px;
    color: #999999;
    text-align:center;
}
#about1 .text strong{
    display: block;
    font-size: 24px;
    color: #e62129;
    margin-bottom: 10px;
}
.num_list2{
    padding:0 5%;
    margin-bottom: 0;
}
.num_list2 li{
    width: 25%;
    margin-right: 0;
}
.num_list2 li .p1 span{
    font-size: 80px;
    color: #333333;
}
.num_list2 li .p1 i{
    font-size: 16px;
    color: #333;
}
.num_list2 li .p2{
    font-size: 16px;
    color: #808080;
    margin-top:5px;
}
#about2{
    color: #fff;
    background:url(../images/about2.jpg) no-repeat center;
    background-size: cover;
    padding:100px 0 118px;
}
#about2 h2{
    font-size: 36px;
    font-weight: normal;
    line-height: 1.4;
}
#about2 .txt{
    font-size: 16px;
    padding:50px 0;
    max-width: 535px;
}
#about2 .txt p:nth-child(2){
    font-size: 14px;
    margin-top:25px;
}
#about2 a.more1{
    background:#ffffff;
    color: #333;
}
#about2 a.more1:hover{
    background:#e62129;
    color: #fff;
}
#about3{
    padding:75px 0 100px;
}
.qywh_list{
    margin-top:68px;
    display: flex;
    flex-wrap: wrap;
}
.qywh_list li{
    padding:315px 40px 80px;
    width: 32%;
    margin-right: 2%;
    color: #fff;
}
.qywh_list li:nth-child(3n){
    margin-right: 0;
}
.qywh_list li h3{
    font-size: 36px;
    font-weight: normal;
    position: relative;
    padding-bottom:15px;
    margin-bottom: 25px;
}
.qywh_list li h3:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 40px;
    height: 4px;
    background:#fff;
}
.qywh_list li p{
    font-size: 16px;
}
#about4{
    background:url(../images/about4.jpg) no-repeat center;
    background-size: cover;
    padding:110px 0 80px;
}
.fzlc_cont{
    margin-top:70px;
    position: relative;
    padding:0 80px;
}
.fzlc_cont .swiper-button-prev{
    top:0;
    left:0;
    margin-top:20px;
    width: 60px;
    height: 60px;
    background:url(../images/jt2.png) no-repeat center #fff;
    border-radius: 50%;
}
.fzlc_cont .swiper-button-prev:hover{
    background:url(../images/jt1.png) no-repeat center #e62129;  
    transform: rotate(-180deg);  
}
.fzlc_cont .swiper-button-next{
    top:0;
    right:0;
    margin-top:20px;
    width: 60px;
    height: 60px;
    background:url(../images/jt2.png) no-repeat center #fff;
    border-radius: 50%;
    transform: rotate(-180deg);
}
.fzlc_cont .swiper-button-next:hover{
    background:url(../images/jt1.png) no-repeat center #e62129;  
    transform: rotate(-0deg);  
}
#c-banner4{
    position: relative;
}
#c-banner4:after{
    content:'';
    position: absolute;
    top:50px;
    left:0;
    width: 100%;
    height: 2px;
    background:#cccccc;
    z-index:-1;
}
#c-banner4 h3{
    font-size: 30px;
    color: #333333;
    text-align: center;
    line-height: 1;
    margin-bottom: 60px;
    position: relative;
}
#c-banner4 h3:after{
    content:'';
    position: absolute;
    left:50%;
    top:45px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-radius: 50%;
    background:#e62129;
    z-index:9;
}
#c-banner4 .txt{
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
}
#c-banner4 .img{
    margin-top:30px;
}
#about5{
    padding:135px 0 0;
}
.about5_t{
    margin-bottom:110px;    
}
.about5_t .ab_t1{
    text-align: left;
    float: left;
}
.about5_t .ab_t1:after{
    content:'';
    position: absolute;
    left:0;
    margin-left: 0;
}
.about5_btn{
    width: 30%;
    max-width: 400px;
    position: relative;
    float:right;
    margin-top:0px;
}
#about5 .swiper-pagination {
    position: relative;
    text-align: left;
    font-size: 14px;
    color: #b2b2b2;
}
#about5 .swiper-pagination .swiper-pagination-current{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
#about5 .swiper-pagination .swiper-pagination-total{
    font-size: 14px;
    color: #b2b2b2;
}
.about5_btn .c-line-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #e0e0e0;
}
@-webkit-keyframes w1 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-moz-keyframes w1 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-o-keyframes w1 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes w1 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.about5_btn .c-line-box .c-line {
    position: absolute;
    top: -0px;
    left: 0;
    width: 0;
    height: 3px;
    background: #e62129;
    -webkit-animation: w1 infinite 2.99s;
    animation: w1 infinite 2.99s;
}

.company-honor-swiper {
    width: 100%;
    height: 390px;
    margin: auto;
    background: url("../images/honort.png") center bottom repeat-x;
    margin-top: 100px; 
    padding-bottom:40px;
}
.company-honor-swiper .swiper-slide {width: auto;height: 300px;display: table;}
.table-bottom {display: table-cell;vertical-align: bottom;}
.honor-img {overflow: hidden;display:block;position: relative;max-width: 221px;}
.honor-img .htop{height: 7px;width: 100%;background: url("../images/honor1.png") no-repeat;background-size: 100% 100%;}
.honor-img .hbottom{height: 27px;width: 100%;background: url("../images/honor3.png") no-repeat;background-size: 100% 100%;}
.honor-img .hcenter {padding:0px 7px;background: url("../images/honor2.png") no-repeat;background-size:100% 100%;}
.honor-img .hcenter img {display: block;}
.honor-img a {display: block;}
.honor-img a::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -35px;
    z-index: 10;
    background: url("../images/fd.png") no-repeat;
    display: none;
}
.honor-img a:hover::before {display: block; }
.honor-img a:hover {opacity: .6;}

#about6{
    padding:80px 0 145px;
}
.hz_list2{
    margin-top:65px;
    padding:0;
}
.hz_list2 li img{
    box-shadow: 0px 0px 10px #ccc;
    text-align: center;
    border-radius: 5px;
}
@media(max-width: 1600px){
    #about1,#about2{
        padding: 90px 0;
    }
    .ab_t1{
        font-size:32px;
    }
    #about1 .text {
        margin: 30px 0 70px;
        font-size: 14px;
    }
    #about1 .text strong{
        font-size:20px;
        margin-bottom:0;
    }
    .num_list2 li .p1 span{
        font-size:42px;
    }
    .num_list2 li .p1 i,.num_list2 li .p2{
        font-size:14px;
    }
    #about2 h2{
        font-size:30px;
    }
    #about2 .txt{
        font-size:15px;
    }
    .qywh_list li {
        padding: 215px 30px 60px;
    }
    .qywh_list li h3{
        font-size:30px;
    }
    .qywh_list li p{
        font-size:15px;
    }
    #c-banner4 h3{
        font-size:26px;
        margin-bottom: 50px;
    }
    #c-banner4 .txt{
        font-size:15px;
    }
    #c-banner4 .img {
        margin-top: 15px;
    }
    #about5 {
        padding: 110px 0 0;
    }
    #about6 {
        padding: 80px 0 110px;
    }
}
@media(max-width: 1259px){
    #about1,#about2{
        padding: 70px 0;
    }
    .ab_t1{
        font-size:28px;
    }
    #about1 .text {
        margin: 30px 0 50px;
    }
    #about1 .text strong{
        font-size:18px;
    }
    .num_list2 li .p1 span{
        font-size:32px;
    }
    .num_list2 li .p1 i,.num_list2 li .p2{
        font-size:13px;
    }
    #about2 h2{
        font-size:26px;
    }
    #about2 .txt{
        font-size:14px;
    }
    .qywh_list li {
        padding: 160px 20px 40px;
    }
    .qywh_list li h3{
        font-size:26px;
    }
    .qywh_list li p{
        font-size:14px;
    }
    #about4{
        padding:80px 0;
    }
    #c-banner4 h3{
        font-size:24px;
        margin-bottom: 50px;
    }
    #c-banner4 .txt{
        font-size:14px;
    }
    #c-banner4 .img {
        margin-top: 10px;
    }
    #about5 {
        padding: 90px 0 0;
    }
    #about6 {
        padding: 80px 0;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    #about1,#about2{
        padding: 55px 0;
    }
    .ab_t1{
        font-size:24px;
    }
    #about1 .text {
        margin: 20px 0 30px;
    }
    #about1 .text strong{
        font-size:16px;
    }
    .num_list2{
        padding:0;
    }
    .num_list2 li .p1 span{
        font-size:26px;
    }
    #about2 h2{
        font-size:22px;
    }
    #about2 .txt {
        padding:30px 0;
    }
    #about2 .txt p:nth-child(2){
        margin-top:15px;
    }
    #about3 {
        padding: 75px 0;
    }
    .qywh_list {
        margin-top: 40px;
    }
    .qywh_list li {
        padding: 100px 20px 30px;
    }
    .qywh_list li h3{
        font-size:22px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    #about4{
        padding:60px 0;
    }
    .fzlc_cont{
        padding:0;
        margin-top:50px;
    }
    #c-banner4:after{
        top:40px;
    }
    #c-banner4 h3{
        font-size:20px;
        margin-bottom: 40px;
    }
    #c-banner4 h3:after{
        top:35px;
    }
   .fzlc_cont .swiper-button-next,.fzlc_cont .swiper-button-prev{
       display:none;
   }
    #about3 {
        padding: 60px 0;
    }
    #about5 {
        padding: 60px 0 0;
    }
    #about5 #c-banner5 {
        margin-top: 50px;
        padding-bottom: 40px;
    }
    .about5_t {
        margin-bottom: 80px;
    }
    .about5_btn{
        width:50%;
    }
    #about6 {
        padding: 60px 0;
    }
    .hz_list2 {
        margin-top: 40px;
    }
}
@media(max-width: 640px){
    #about1,#about2{
        padding: 35px 0;
    }  
    .ab_t1{
        font-size:22px;
        padding-bottom:16px;
    }
    .num_list2 li{
        width:50%;
    }
    .num_list2 li .p1 span {
        font-size: 22px;
    }
    #about2 h2 {
        font-size: 18px;
    }
    #about2 .txt {
        padding: 20px 0;
        max-width:82%;
    }
    #about2 a.more1{
        width:120px;
    }
    #about3,#about4,#about6{
        padding: 35px 0;
    }
    .qywh_list {
        margin-top: 20px;
    }
    .qywh_list li{
        width:100%;
        margin-right:0;
        padding:35px 20px;
        margin-bottom:15px;
    }
    .qywh_list li h3 {
        font-size: 20px;
        padding-bottom: 6px;
        margin-bottom: 12px;
    }
    .qywh_list li h3:after{
        height:3px;
    }
    
    #about5 {
        padding: 35px 0 0;
    }
    .hz_list2 {
        margin-top: 25px;
    } 
    .fzlc_cont {
        margin-top: 30px;
    }
    .about5_t {
        margin-bottom: 50px;
    }
    #about5 #c-banner5 {
        margin-top: 35px;
        padding-bottom: 20px;
    }
}


.n_product{
    padding:110px 0;
}
.left2{
    float:left;
    width: 358px;
}
.left2 h3{
    background:#e62129;
    font-size: 42px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    line-height: 110px;
    margin-bottom: 3px;
}
.sort li{
    margin-bottom: 1px;
    padding:0 14px 0 18px;
    background:#f5f5f5;
}
.sort li a{
    height: 54px;
    display: flex;
    align-items: center;

    font-size: 16px;
    color: #333333;
    line-height: 1.4;
    background:url(../images/sort.png) no-repeat right center;
/*    justify-content: center;
    text-align: left;*/
}
.sort li:hover,.sort li.cur{
    background: #333;
}
.sort li:hover a,.sort li.cur a{
    background:url(../images/sort_h.png) no-repeat right center;
    color: #fff;
}
.right2{
    float:right;
    width: calc(100% - 358px);
    padding-left: 88px;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 32px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a{
    display: block;
}
.product_list li a h3{
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    font-weight: normal;
    text-align: center;
    padding-top:10px;
}
.product_list li a:hover .img img{
    transform: scale(1.05);
}
.header{

}
.sitemp{
    height: 80px;
    display: flex;
    align-items: center;
    background:#ebebeb;
    margin-top:115px;
}
.product_detail{
    background:#f5f5f5;
    padding:38px 0 138px;
}
.pd1{
    padding:60px 55px 60px 38px;
    background:#ffffff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.pd1 .img{
    width: 45%;
}
.pd1 .text{
    width: 55%;
    padding:20px 0 20px 78px;
}
.pd1 .text .p1{
    font-size: 20px;
    color: #e62129;
    line-height: 1;
    text-transform: uppercase;
}
.pd1 .text h1{
    font-size: 46px;
    color: #333333;
    font-weight: normal;
    line-height: 1.8;
    border-bottom: 3px solid #666666;
    padding-bottom: 10px;
    margin-bottom: 45px;
}
.pd1 .text .txt{
    font-size: 15px;
    color: #666666;
}
.pd1 .text .txt p{
    margin-bottom: 20px;
    line-height: 1.6;
}
.pd1 .text .txt .p2{
    font-size: 20px;
    color: #333333;
    margin-bottom:10px;
}
.pd1 .text .mores{
    display: flex;
    padding-top:60px;
}
.pd1 .text .mores a:last-child{
    background:#808080;
    margin-left: 20px;
}
.pd_cont{

}
.pd_cont h2{
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    line-height: 1;
}
.pd_cont_l{
    padding:48px 62px 140px;
    background:#fff;
    width: 71%;
    float:left;
}
.pd2{
    margin-top:55px;
}
.p_t1{
    font-size: 20px;
    color: #333333;
    padding-left: 16px;
    position: relative;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
}
.p_t1:before{
    content:'';
    position: absolute;
    left:2px;
    top:50%;
    width: 6px;
    height: 17px;
    background:#e62129;
    margin-top:-8.5px;
}
.p_t1 i{
    display: block;
    position: relative;
    background:url(../images/line1.png) no-repeat left bottom;
    width: calc(100% - 140px);
}
/*.p_t1 img{
    margin-left: 18px;
}*/
.pd2 .cont{
    margin-top:42px;
    font-size: 16px;
    color: #666666;
}
.pd3 .cont{
    margin-top:60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pd3 .cont p:nth-child(1){
    text-align: center;
    width: 30%;
    font-size: 20px;
    color:#333333;
}
.pd4{
    margin:70px 0 65px;
}
.pd4 .cont{
    margin-top:24px;
}
.pd4 table{
    border-top: 1px solid #333;
    border-left: 1px solid #333;
}
.pd4 table tr{
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}
.pd4 table tr td{
    color: #333;
    font-size: 15px;
    padding:5px;
    line-height: 1.5;
    text-align: center;
}
.pd5 .cont{
    margin-top:85px;
}

.pd_cont_r{
    width: 25%;
    float:right;
    background:#fff;
    padding:50px 45px 15px;
}
.product_list2{
    margin-top:36px;
}
.product_list2 li{
    margin-bottom: 35px;
}
.product_list2 li a h3{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    text-align: center;
    margin-top:10px;
}
.product_list2 li a:hover .img img{
    transform: scale(1.05);
}
@media(max-width: 1600px){
    .n_product {
        padding: 90px 0;
    }
    .left2{
        width:280px;
    }
    .left2 h3{
        font-size:32px;
        line-height: 90px;
    }
    .sort li a{
        font-size:15px;
    }
    .right2{
        width:calc(100% - 280px);
        padding-left: 50px;
    }
    .product_list li{
        margin-bottom:20px;
    }
    .product_list li a h3 {
        font-size: 14px;
        padding-top: 5px;
    }
    .pd1 {
        padding: 40px 30px;
    }
    .pd1 .text {
        padding: 20px 0 20px 50px;
    }
    .pd1 .text .p1 {
        font-size: 16px;
    }
    .pd1 .text h1 {
        font-size: 32px;
        margin-bottom: 25px;
        border-bottom: 2px solid #666666;
        padding-bottom: 5px;
    }
    .pd1 .text .txt {
        font-size: 14px;
    }
    .pd1 .text .txt p {
        margin-bottom: 10px;
    }
    .pd1 .text .mores{
        padding-top:30px;
    }
    .pd_cont_l {
        padding: 30px 62px 70px;
    }
    .pd_cont h2{
        font-size:26px;
    }
    .pd2 .cont{
        font-size:14px;
    }
    .pd_cont_r{
        padding: 30px 20px 15px;
    }
    .product_list2 li a h3 {
        font-size: 15px;
    }
}
@media(max-width: 1259px){
    .n_product {
        padding: 70px 0;
    }
    .left2{
        width:260px;
    }
    .left2 h3{
        font-size:26px;
        line-height: 70px;
    }
    .sort li a{
        font-size:14px;
        height:46px;
    }
    .right2{
        width:calc(100% - 260px);
        padding-left: 35px;
    }
    .product_list li{
        margin-bottom:15px;
    }
    .pd1 {
        padding: 30px 20px;
        margin-bottom:20px;
    }
    .pd1 .text {
        padding: 15px 0 15px 35px;
    }
    .pd1 .text h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .pd1 .text .txt .p2 {
        font-size: 16px;
    }
    .pd1 .text .txt p {
        margin-bottom: 6px;
    }
    .pd_cont_l {
        padding: 30px 30px 50px;
    }
    .pd2 {
        margin-top: 40px;
    }
    .pd3 .cont {
        margin-top: 40px;
    }
    .pd4 {
        margin: 50px 0;
    }
    .pd5 .cont {
        margin-top: 50px;
    }
    .pd_cont_r{
        width:27%;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .n_product {
        padding: 50px 0;
    }
    .sitemp {
        height: 50px;
        margin-top: 90px;
    }
    .product_detail {
        padding: 30px 0 50px;
    }
    .pd1 .text h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .pd_cont h2 {
        font-size: 24px;
    }
    .product_list2 li {
        margin-bottom: 20px;
    }
    .product_list2 li a h3 {
        font-size: 14px;
        margin-top:5px;
    }
}
@media(max-width: 640px){
    .n_product {
        padding: 30px 0;
    }  
    .right2{
        float:none;
        width:100%;
        padding-left:0;
        margin-bottom:20px;
    }
    .product_list li{
        width:49%;
    }
    .product_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .product_list li:nth-child(2n) {
        margin-right: 0;
    }
    .left2{
        float:none;
        width:100%;
    }
    .left2 h3 {
        font-size: 20px;
        line-height: 52px;
    }
    .product_detail {
        padding: 30px 0;
    }
    .pd1 {
        padding: 20px 20px;
    }
    .pd1 .img{
        width:100%;
    }
    .pd1 .text {
        width:100%;
        padding: 15px 0;
    }
    .pd1 .text .p1{
        font-size:15px;
    }
    .pd1 .text h1 {
        font-size: 16px;
    }
    .pd1 .text .mores{
        justify-content:center;
    }
    .pd1 .text .mores a.more1{
        width:120px;
        line-height:36px;
    }
    .pd_cont h2 {
        font-size: 22px;
    }
    .pd_cont_l {
        padding: 20px 15px 30px;
        width:100%;
    }
    .p_t1 {
        font-size: 18px;
    }
    .p_t1 i{
        width: calc(100% - 120px);
    }
    .pd3 .cont{
        flex-wrap:wrap;
        justify-content:center;
        margin-top: 20px;
    }
    .pd3 .cont p:nth-child(1){
        font-size:16px;
    }
    .pd4 {
        margin: 25px 0;
    }
    .pd5 .cont {
        margin-top: 25px;
    }
    .pd_cont_r {
        padding: 20px 15px 10px;
        width:100%;
        margin-top:20px;
    }
    .product_list2 {
        margin-top: 25px;
    }
}


.sort3{
    display: flex;
    flex-wrap: wrap;
    padding:100px 0 110px;
}
.sort3 li{
    width: 12.57%;
    margin-right: 2%;
}
.sort3 li:last-child{
    margin-right: 0;
}
.sort3 li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 210px;
    border-radius: 0 25px 0 0;
    overflow: hidden;
    background:#f5f5f5;
}
.case_sort li a .img1{
    height: 42px;
    line-height: 42px;
}
.case_sort li a p{
    font-size: 20px;
    color: #333333;
    margin:5px 0 0;
}
.case_sort li a .img2{
    display: none;
}
.case_sort li:hover a,.case_sort li.cur a{
    background:url(../images/fa1_bg.png) no-repeat center;
}
.case_sort li:hover a p,.case_sort li.cur a p{
    color: #fff;
}
.case_sort li:hover a .img2,.case_sort li.cur a .img2{
    display: block;
/*    margin-top:15px;*/
}
.case_sort li:nth-child(1) a .img1{
    background:url(../images/al1.png) no-repeat center;
}
.case_sort li:nth-child(2) a .img1{
    background:url(../images/al2.png) no-repeat center;
}
.case_sort li:nth-child(3) a .img1{
    background:url(../images/al3.png) no-repeat center;
}
.case_sort li:nth-child(4) a .img1{
    background:url(../images/al4.png) no-repeat center;
}
.case_sort li:nth-child(5) a .img1{
    background:url(../images/al5.png) no-repeat center;
}
.case_sort li:nth-child(6) a .img1{
    background:url(../images/al6.png) no-repeat center;
}
.case_sort li:nth-child(7) a .img1{
    background:url(../images/al7.png) no-repeat center;
}
.case_sort li:nth-child(1):hover a .img1,.case_sort li:nth-child(1).cur a .img1{
    background:url(../images/al1_h.png) no-repeat center;
}
.case_sort li:nth-child(2):hover a .img1,.case_sort li:nth-child(2).cur a .img1{
    background:url(../images/al2_h.png) no-repeat center;
}
.case_sort li:nth-child(3):hover a .img1,.case_sort li:nth-child(3).cur a .img1{
    background:url(../images/al3_h.png) no-repeat center;
}
.case_sort li:nth-child(4):hover a .img1,.case_sort li:nth-child(4).cur a .img1{
    background:url(../images/al4_h.png) no-repeat center;
}
.case_sort li:nth-child(5):hover a .img1,.case_sort li:nth-child(5).cur a .img1{
    background:url(../images/al5_h.png) no-repeat center;
}
.case_sort li:nth-child(6):hover a .img1,.case_sort li:nth-child(6).cur a .img1{
    background:url(../images/al6_h.png) no-repeat center;
}
.case_sort li:nth-child(7):hover a .img1,.case_sort li:nth-child(7).cur a .img1{
    background:url(../images/al7_h.png) no-repeat center;
}
.case1{
    padding:0 60px;
    display: flex;
    flex-wrap: wrap;
}
.case1 .text{
    width: 47%;
    padding:15px 5% 15px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:#f5f5f5;
}
.case1 .text h3{
    font-size:42px;
    font-weight: normal;
    color: #333;
    padding-bottom:4px;
}
.case1 .text p{
    font-size: 18px;
    color: #808080;
    margin-top:20px;
}
.case1 .img{
    width: 53%;
}
.case2{
    padding:95px 60px 40px;
}
#c-banner5{
    margin-top:68px;
    padding-bottom:50px;
}
#c-banner5 .swiper-slide .img{
    position: relative;
}
#c-banner5 .swiper-slide .img .show1{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.6);
    z-index:9;
    display: none; 
}
#c-banner5 .swiper-slide .img .show1 a{
    margin:0 auto;
}
#c-banner5 .swiper-slide:hover .img .show1{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#c-banner5 .swiper-slide:hover .img img{
    transform: scale(1.1);
}
#c-banner5 p{
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-top:10px;
}
#c-banner5 .swiper-pagination{
    top:calc(100% - 5px);
    height: 1px;
    background:#e0e0e0;
}
#c-banner5 .swiper-pagination .swiper-pagination-progressbar-fill{
    background:#e62129;
    height: 5px;
    top:-2px;
}
@media(max-width: 1600px){
    .sort3 {
        padding: 70px 0;
    }
    .sort3 li a{
        height:170px;
    }
    .case_sort li a p {
        font-size: 16px;
    }
    .case1 {
        padding: 0 5%;
    }
    .case1 .text {
        padding: 15px 5%;
    }
    .case1 .text h3 {
        font-size: 32px;
    }
    .case1 .text p {
        font-size: 15px;
    }
    #c-banner5 {
        margin-top: 40px;
        padding-bottom: 40px;
    }
    #c-banner5 p{
        font-size:15px;
    }
    #c-banner5 .swiper-pagination .swiper-pagination-progressbar-fill{
        height:4px;
    }
}
@media(max-width: 1259px){
    .sort3 {
        padding: 50px 0;
    }
    .sort3 li a {
        height: 130px;
    }
    .case_sort li a p {
        font-size: 16px;
        margin:0;
    }
    .case1 {
        padding: 0 2%;
    }
    .case1 .text h3 {
        font-size: 26px;
    }
    .case2 {
        padding: 70px 5% 40px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .case1 .text{
        padding: 15px 3%;
    }  
    .case1 .text h3 {
        font-size: 20px;
    }
    .case1 .text p {
        font-size: 14px;
        margin-top: 15px;
        line-height:1.8;
    }
    .case2 {
        padding: 50px 2% 20px;
    }
}
@media(max-width: 640px){
    .sort3 {
        padding: 30px 0 20px;
    }
    .sort3 li{
        width:23.5%;
        margin-bottom:10px;
    }
    .sort3 li:nth-child(4n){
        margin-right: 0;
    }
    .sort3 li a {
        height: 110px;
    }
    .case_sort li a .img2{
        line-height:1.6;
    }
    .case_sort li a p {
        font-size: 14px;
    }
    .case1 .text{
        width:100%;
    }
    .case1 .text h3 {
        font-size: 16px;
    }
    .case1 .img {
        width: 100%;
    }
    .case2 {
        padding: 30px 2% 10px;
    }
}


#ys1{
    margin:110px 0 0;
    background:url(../images/ys_bg1.png) no-repeat bottom center;
    background-size: contain;
}
.ys_t1{

}
.ys_t1 p{
    font-size: 24px;
    color: #252525;
    line-height: 1;
}
.ys_t1 h3{
    font-size: 40px;
    color: #252525;
    padding-bottom:5px;
}
.line2{
    width: 40px;
    height: 4px;
    background:#e62129;
}
.ys_list1{
    display: flex;
    justify-content: space-between;
    margin-top:-16px;
}
.ys_list1 li{
    text-align: center;
}
.ys_list1 li:nth-child(1){
    padding-top:238px;
    max-width: 180px;
}
.ys_list1 li:nth-child(2){
    padding-top:130px;
    max-width: 200px;    
}
.ys_list1 li:nth-child(3){
    padding-top:60px;  
    max-width: 221px;   
}
.ys_list1 li:nth-child(4){
    padding-top:20px;  
    max-width: 231px;     
}
.ys_list1 li img{
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 100%;
}
.ys_list1 li p{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    max-width: 160px;
    margin:0 auto;
    line-height: 1.6;
    padding-top:15px;
}
.ys1_b{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:-30px;
}
.ys_tel{
    font-size: 26px;
    color: #e62129;
    padding-left: 100px;
    font-weight: bold;
    background:url(../images/tel2.png) no-repeat left center;
    background-size: contain;
    margin-right: 80px;
    line-height: 1.4;
}
.ys_tel p:nth-child(1){
    color: #333333;
}
#ys2{
    padding:125px 0 0;
}
.ys2_list{

}
.ys2_list li{
    display: flex;
    flex-wrap: wrap;
}
.ys2_list li .img{
    width: 50%;
}
.ys2_list li .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:15px 13.5% 15px 8%;
    background: #f5f5f5;
}
.ys2_list li .text h3{
    font-size: 40px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 15px;
}
.ys2_list li .text p{
    font-size: 16px;
    color: #333333;
    margin:20px 0 75px;
}
.ys2_list li:nth-child(2n){
    flex-direction: row-reverse;
}
.ys2_list li:nth-child(2n) .text{
    padding:15px 8% 15px 13.5%;
}
.n_bottom{
    background:url(../images/bottom.jpg) no-repeat center;
    padding:65px 0 45px;
    background-size: cover;
}
.n_bottom .ab_t1{
    color: #fff;
}
.n_bottom_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:28px;
}
.bottom_l{
    width: 65%;
    background:#fff;
    padding:60px 70px 40px;
}
.mess_t{
    margin-bottom: 10px;
}
.mess_t h3{
    font-size: 26px;
    color: #333333;
    line-height: 1.4;
}
.mess_t p{
    font-size: 16px;
    color: #666666;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 49%;
    margin-bottom: 16px;
}
.message ul li:nth-child(2n){
    margin-left: 2%;
}
.message ul li:nth-child(3){
    width: 100%;
    margin-bottom: 20px;
}
.message ul li input{
    font-size: 14px;
    color: #b2b2b2;
    line-height: 40px;
    display: block;
    width: 100%;
    outline: none;
    border:1px solid #e5e5e5;
    padding:0 15px;
}
.message ul li textarea{
    font-size: 14px;
    color: #b2b2b2;
    line-height: 40px;
    height: 100px;
    display: block;
    width: 100%;
    outline: none;
    border:1px solid #e5e5e5;
    padding:0 15px;
    font-family: "微软雅黑";
}
.mess_tn input{
    display: block;
    width: 118px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background:#d61d32;
    border-radius: 5px;
    border:none;
    outline: none;
    cursor: pointer;
}
.bottom_r{
    width: 34%;
    background:#fff;
    padding:50px 70px 25px;
}
.bottom_r h3{
    font-size: 26px;
    color: #333333;
    line-height: 1.4;
}
.bottom_r dl{
    padding:25px 0 25px 40px;
    line-height: 1.4;
    border-bottom: 1px solid #e3e3e3;
}
.bottom_r dl dt{
    font-size: 20px;
    color: #333333;
}
.bottom_r dl dd{
    font-size: 16px;
    color: #656565;
}
.bottom_r dl:nth-child(1){
    background:url(../images/b1.png) no-repeat left center;
}
.bottom_r dl:nth-child(2){
    background:url(../images/b2.png) no-repeat left center;
}
.bottom_r dl:nth-child(3){
    background:url(../images/b3.png) no-repeat left center;
    border:none;
}
@media(max-width: 1600px){
    .ys_t1 p{
        font-size:20px;
    }
    .ys_t1 h3 {
        font-size: 32px;
    }
    .ys_list1 li p{
        font-size:14px;
    }
    .ys_tel{
        font-size:20px;
    }
    #ys2 {
        padding: 100px 0 0;
    }
    .ys2_list li .text {
        padding: 15px 5% 15px 5%;
    }
    .ys2_list li .text h3{
        font-size:32px;
    }
    .ys2_list li .text p {
        font-size: 14px;
        margin: 20px 0 40px;
    }
    .bottom_l{
        padding:40px 40px;
    }
    .mess_t h3,.bottom_r h3{
        font-size: 22px;
    }
    .mess_t p{
        font-size:14px;
    }
    .bottom_r{
        padding:40px 30px 25px;
    }
    .bottom_r dl {
        padding: 20px 0 20px 40px;
    }
    .bottom_r dl dt{
        font-size:16px;
    }
}
@media(max-width: 1259px){
    #ys1{
        margin:90px 0 0;
    }
    .ys_t1 p{
        font-size:16px;
    }
    .ys_t1 h3 {
        font-size: 28px;
    }
    .ys_list1 li p{
        font-size:13px;
        padding-top:10px;
    }
    .ys_tel{
        font-size:18px;
        padding-left:60px;
        margin-right: 40px;
    }
    #ys2 {
        padding: 70px 0 0;
    }
    .ys2_list li .text {
        padding: 15px 3%;
    }
    .ys2_list li .text h3 {
        font-size: 26px;
        margin-bottom:5px;
    }
    .ys2_list li .text p {
        margin: 15px 0 30px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    #ys1{
        margin:60px 0 0;
    } 
    .ys_t1 p {
        font-size: 15px;
    }
    .ys_t1 h3 {
        font-size: 24px;
    }
    .ys_tel {
        font-size: 16px;
        margin-right: 25px;
    }
    #ys2 {
        padding: 50px 0 0;
    }
    .ys2_list li .text h3 {
        font-size: 20px;
    }
    .ys2_list li .text p {
        margin: 12px 0 20px;
    }
    a.more1{
        line-height:42px;
    }
    .bottom_l {
        padding: 25px 20px;
    }
    .bottom_r {
        padding: 25px 20px;
    }
    .bottom_r dl {
        padding: 15px 0 15px 35px;
    }
}
@media(max-width: 640px){
    #ys1{
        margin:35px 0 0;
    } 
    .ys_list1{
        flex-wrap:wrap;
        justify-content:flex-start;
        margin-top:20px;
    }
    .ys_list1 li{
        width:33.3333%;
        max-width:100%;
        padding:0 7px!important;
        margin-bottom:10px;
    }
    .ys_t1 h3 {
        font-size: 20px;
    }
    .ys_list1 li p{
        font-size:12px;
    }
    .ys1_b{
        margin-top:20px;
    }
    .ys1_b a.more1{
        width:130px;
        line-height: 36px;
    }
    a.more1 em{
        margin-left:12px;
    }
    #ys2 {
        padding: 30px 0 0;
    }
    .ys2_list li .img{
        width:100%;
    }
    .ys2_list li .text{
        width:100%;
    }
    .ys2_list li .text h3 {
        font-size: 16px;
    }
    .line2{
        height:3px;
    }
    .ys2_list li .text a.more1 {
        width: 130px;
        line-height: 36px;
    }
    .bottom_l{
        padding:15px;
        width:100%;
    }
    .bottom_r{
        padding:15px;
        width:100%;
        margin-top:20px;
    }
    .mess_t h3, .bottom_r h3 {
        font-size: 20px;
    }
    .bottom_r dl {
        padding: 15px 0 10px 35px;
    }
    .bottom_r dl dt {
        font-size: 14px;
    }
    .bottom_r dl dd{
        font-size:15px;
    }
}


.container2{
    max-width: 1600px;
}
#contact1{
    padding:80px 0 0;
}
#contact1 h2.ab_t1{
    text-align: left;
}
#contact1 h2.ab_t1:after{
    left:0;
    margin-left: 0;
}
.c_list1{
    display: flex;
    flex-wrap: wrap;
    margin-top:45px;
}
.c_list1 li{
    width: 23.5%;
    margin-right: 2%;
    background:#f0f0f0;
    padding:50px 10px 40px;
    text-align: center;
}
.c_list1 li h3{
    font-size: 24px;
    color: #1a1a1a;
    margin:18px 0 5px;
}
.c_list1 li p{
    font-size: 16px;
    color:#666666;
}
.c_list1 li:nth-child(3) p{
    font-size: 20px;
    color: #1a1a1a;
    margin-top:16px;
    line-height: 1.6;
}
.c_list1 li:last-child{
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:25px 10px;
}
.c_list1 li:last-child .img2{
    margin-right: 32px;
}
.c_list1 li:last-child .img2 p{
    font-size: 20px;
    color: #1a1a1a;
    margin-top:10px;
}
.c_list1 li:last-child .img3{

}
#contact2{
    padding:155px 0 165px;
    background:url(../images/contact2.jpg) no-repeat bottom center;
}
#contact2 .cont{
    width: 45.5%;
    float:right;
}
#contact2 h2.ab_t1{
    text-align: left;
}
#contact2 h2.ab_t1:after{
    left:0;
    margin-left: 0;
}
.c_list2{
    margin:38px 0 130px;
    display: flex;
    flex-wrap: wrap;
}
.c_list2 li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:30px 25px 30px 30px;
    box-shadow: 0px 0px 10px #ccc;
}
.c_list2 li:nth-child(2n){
    margin-right: 0;
}
.c_list2 li p{
    font-size: 24px;
    color: #e62129;
}
.c_list2 li .txt{
    font-size: 16px;
    color: #333333;
}
.message2 ul{
    margin-top:32px;
    display: flex;
    flex-wrap: wrap;
}
.message2 ul li{
    width: 49%;
    margin-bottom: 22px;
}
.message2 ul li:nth-child(2n){
    margin-left: 2%;
}
.message2 ul li:nth-child(3){
    width: 100%;
}
.message2 ul li input{
    font-size: 16px;
    color: #999999;
    line-height: 50px;
    display: block;
    width: 100%;
    outline: none;
    border:1px solid #e5e5e5;
    padding:0 25px;
    background:#fff;
}
.message2 ul li textarea{
    font-size: 16px;
    color: #999999;
    line-height: 40px;
    height: 160px;
    display: block;
    width: 100%;
    outline: none;
    border:1px solid #e5e5e5;
    padding:0 25px;
    font-family: "微软雅黑";
    background:#fff;
}
.mess_tn2 input{
    display: block;
    width: 100%;
    line-height: 54px;
    background:#e62129;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    outline: none;
    border:none;
    cursor: pointer;
}
@media(max-width: 1600px){
    .c_list1 li{
        padding:30px 10px;
    }
    .c_list1 li h3 {
        font-size: 18px;
        margin: 12px 0 5px;
    }
    .c_list1 li p{
        font-size:14px;
    }
    .c_list1 li:nth-child(3) p{
        font-size:16px;
    }
    .c_list1 li:last-child .img2 p{
        font-size:14px;
    }
    .c_list1 li:last-child .img3 img{
        max-width:120px;
    }
    
    #contact2 {
        padding: 110px 0;
    }
    .c_list2 {
        margin: 30px 0 80px;
    }
    .c_list2 li{
        padding: 20px 20px;
    }
    .c_list2 li p{
        font-size:18px;
    }
    .c_list2 li .txt {
        font-size: 14px;
    }
    .message2 ul li input{
        font-size:15px;
        line-height:42px;
    }
    .message2 ul li textarea{
        font-size:15px;
    }
    .mess_tn2 input {
        line-height: 46px;
        font-size: 16px;
    }
}
@media(max-width: 1259px){
    .c_list1{
        margin-top:30px;
    }
    .c_list1 li:last-child .img2{
        margin-right:15px;
    }
    .c_list1 li h3 {
        font-size: 16px;
        margin: 10px 0 5px;
    }
    .c_list1 li:nth-child(3) p {
        font-size: 15px;
    }
    .c_list1 li:last-child .img2 p{
        margin-top:5px;
    }
    #contact2 {
        padding: 90px 0;
    }
    .c_list2 li {
        padding: 15px;
        width:49%;
        margin-right:2%;
        flex-wrap:wrap;
        justify-content:flex-start;
    }
    .c_list2 li p {
        font-size: 16px;
        width:100%;
    }
    .message2 ul li input{
        padding: 0 15px;
    }
    .message2 ul li textarea{
        padding: 0 15px;
    }
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    #contact1 {
        padding: 60px 0 0;
    } 
    .c_list1 li h3{
        font-size:15px;
    }
    .c_list1 li:last-child .img2 {
        margin-right: 5px;
    }
    .c_list1 li:last-child .img3 img {
        max-width: 100px;
    }
    #contact2 {
        padding: 70px 0;
    }
    #contact2 .cont{
        width:55%;
    }
    .c_list1 li:nth-child(3) p{
        font-size:13px;
    }
}
@media(max-width: 640px){
    #contact1 {
        padding: 35px 0 20px;
    }
    .c_list1 li{
        width:49%;
        margin-bottom:10px;
        padding: 15px 8px;
    }
    .c_list1 li:nth-child(2n){
        margin-right:0;
    }
    .c_list1 li .img1{
        height:22px;
    }
    .c_list1 li .img1 img{
        max-height:22px;
    }
    .c_list1 li h3 {
        font-size: 14px;
        margin:10px 0 0;
    }
    .c_list1 li:nth-child(3) p{
        margin-top:15px;
        line-height:1.6;
        font-size:12px;
    }
    .c_list1 li:last-child .img2{
        width:55px;
    }
    .c_list1 li:last-child .img3 {
        width:calc(100% - 55px);
    }
    .c_list1 li:last-child .img2 p {
        font-size: 12px;
    }
    .c_list1 li:last-child .img3 img{
        width:100%;
    }
    #contact2 {
        padding: 50px 0;
    }
    #contact2 .cont{
        width:100%;
    }
    .c_list2 {
        margin: 20px 0 40px;
    }
    .c_list2 li{
        background:#fff;
        padding: 12px 10px;
    }
    .c_list2 li .txt{
        line-height:1.6;
    }
    .message2 ul li{
        margin-bottom:15px;
    }
    .message2 ul li textarea{
        height:120px;
    }
    .mess_tn2 input {
        line-height: 42px;
        font-size: 15px;
    }
}


.n_news{
    padding:80px 0;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 95px;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_list li a{
    display: block;
}
.news_list li a .text{

}
.news_list li a .text .date{
    font-size: 15px;
    color: #333333;
    margin:20px 0 0px;
}
.news_list li a .text h3{
    font-size: 24px;
    color: #1a1a1a;
    font-weight: normal;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li a .text .info{
    font-size: 15px;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    margin:10px 0 40px;
}
.news_list li a .text .more span{
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    color:#000000;
    line-height: 32px;
    height: 34px;
    transition: all 0.3s linear;
}
.news_list li a .text .more span:before{
    content:'';
    position: absolute;
    left:-101%;
    top:0;
    width: 100%;
    height: 100%;
    background:#d32946;
    z-index:-1;
    transition: all 0.3s linear;
    border-bottom: 2px solid #d32946;
}
.news_list li a .text .more span:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#1a1a1a;
    transition: all 0.3s linear; 
}
.news_list li:hover a .img img{
    transform: scale(1.1);
}
.news_list li:hover a .text .more span{
    color: #fff;
}
.news_list li:hover a .text .more span:before{
    left:0;
}
.news_list li:hover a .text .more span:after{
    left:101%;
}


.news_detail h1{
    font-size: 24px;
    color: #1a1a1a;
    line-height: 1.4;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 10px 0;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 15px;
}
.news_detail .content{
    font-size: 15px;
    margin-bottom: 15px;
}
@media(max-width: 1600px){
    .n_news{
        padding:70px 0;
    }
    .news_list li{
        margin-bottom: 50px;
    }
    .news_list li a .text .date{
        font-size: 14px;
        margin:20px 0 0px;
    }
    .news_list li a .text h3{
        font-size: 20px;
    }
    .news_list li a .text .info{
        font-size: 15px;
        margin:0px 0 20px;
    }
    .news_list li a .text .more span{
        font-size: 16px;
    }
    .news_detail h1{
        font-size: 20px;
    }
}
@media(max-width: 1280px){
    .news_list li a .text .date{
        font-size: 14px;
        margin:10px 0 0px;
    }
    .news_list li a .text h3{
        font-size: 18px;
    }
    .news_list li a .text .info{
        font-size: 14px;
        margin:0px 0 15px;
    }
    .news_list li a .text .more span{
        font-size: 15px;
    }  
    .news_detail h1{
        font-size: 18px;
    } 
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .n_news{
        padding:50px 0;
    }
    .news_list li{
        margin-bottom: 30px;
        width: 49%;
    }
    .news_list li:nth-child(3n){
        margin-right: 2%;
    }
    .news_list li:nth-child(2n){
        margin-right: 0;
    }
    .news_list li a .text h3{
        font-size: 16px;
    }
}
@media(max-width: 640px){
    .n_news{
        padding:30px 0;
    }
    .news_list li{
        margin-bottom: 15px;
    }
    .news_list li a .text h3{
        font-size: 16px;
    } 
    .news_detail h1{
        font-size: 17px;
    } 
}
@media(max-width: 460px){
    .news_list li{
        width: 100%;
        margin-right: 0!important;
    }    
}





h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}

h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@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:#e62129;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #e62129;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #e62129;
    vertical-align: middle;
    border: 1px solid #e62129; 
    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: #e62129;
    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;
    }
    footer{
        margin-bottom:56px;
    }
}


/*客服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: 2px;
    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;
    z-index: 1;
}

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

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

#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 .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: 5px 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: #e62129;
    background: #e62129;
}

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

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

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