﻿/*头部样式*/
.head{
    padding:12px 0px;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index:999999;
}
.container{
    padding:0 60px;
}
.head .container{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.logo{
    float: left;
}
.logo a{
    display: block;
    line-height: 58px;
}
.logo a img:nth-child(2){
    display: none;
}
.head_r{
    display: flex;
    justify-content: flex-end;
    max-width: 75%;
}
.h_tel{
    padding-left: 30px;
    font-size: 24px;
    color: #333;
    font-family: "Impact";
    background:url(../images/tel1.png) no-repeat left center;
    margin:0 40px 0 30px;
    line-height: 58px;
}

.nav{
    display: flex;
}
.nav li{
    position: relative;
}
.nav li a{
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 58px;
    padding:0 27px;
}
.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;  
}

.index_head .h_tel{
    color: #fff;
}
.index_head .nav li a{
    color: #fff;
}
.index_head.c-head-hide{
    background:#fff;
}
.index_head.c-head-hide .h_tel{
    color: #333;
}
.index_head.c-head-hide .nav li a{
    color: #333;
}
.index_head.c-head-hide .logo a img:nth-child(1){
    display: none;
}
.index_head.c-head-hide .logo a img:nth-child(2){
    display: inline-block;
}

.menu2{
    width: 58px;
    height: 58px;
    background:#d32946;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.menu2 span{
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 0 auto 4px;
    position: relative;
    transition: all 0.4s linear;
}
.menu2 span:last-child{
    margin-bottom: 0;
}
.menu2.cur span{
    transform: rotate(-45deg);
    top: 5px;
    left: 0px;
}
.menu2.cur span:last-child{
    transform: rotate(45deg);
    top: 0px;
    left: 0px;
}
.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .3s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #c52b31;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
#c-banner1{
    width: 100%;
    height: 100vh;
}
#c-banner1 .swiper-slide{
    height: 100%;
}
#c-banner1 .swiper-slide img{
    height: 100%;
    width: 100%;
}
#c-banner1 .swiper-slide video{
    display: block;
    /*height: 100vh;*/
    width: 100%;    
}
/*#c-banner1 .swiper-slide-active .banner_text{*/
/*    transform: translateX(0%);*/
/*}*/
.banner_text{
    color: #fff;
    padding:15px 160px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    text-transform: uppercase;
    /*transform: translateX(30%);*/
    /*transition: 1.3s 0.2s;*/
}
.banner_text .p1{
    font-size: 40px;
    line-height: 1.2;
}
.banner_text .p2{
    font-size: 80px;
    line-height: 1.6;
}
.banner_text .p3{
    font-size: 36px;
}
.banner_text2{
    color: #fff;
    padding:15px 160px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    text-transform: uppercase;    
}
.banner_text2 .img img{
    max-width: 900px;
}
.banner_text2 p{
    font-size: 50px;
    margin-top:20px;
}
#c-banner1 .swiper-pagination{
    bottom:75px;
    /*text-align: left;*/
    padding:0 160px;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    border-radius: 0;
    background:rgba(255,255,255,.7);
    margin:0 12px 0 0;
    position: relative;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 0%;
    height: 100%;
    background: #d32946;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet-active{
    background:#fff;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet-active:after{
    animation:w100 8s linear;
    -webkit-animation:w100 8s linear; /*Safari and Chrome*/
}
@keyframes w100{
    from {width:0px;}
    to {width:100%;}
}

@-webkit-keyframes w100{
    from {width:0px;}
    to {width:100%;}
}
@media(max-width: 1600px){
    .banner_text2 .img img{
    max-width: 700px;
}
    .index_head .nav li a{
        font-size: 16px;
    }
    .banner_text{
        padding:15px 90px;
    }
    .banner_text .p1{
        font-size: 30px;
    }
    .banner_text .p2{
        font-size: 52px;
    }
    .banner_text .p3{
        font-size: 26px;
    }
    #c-banner1 .swiper-pagination {
        bottom: 35px;
        padding: 0 90px;
    }
    .banner_text2 p{
        font-size: 42px;
    }
}
@media(max-width: 1440px){
    .nav li a{
        padding: 0 22px;
    }
}
@media(max-width: 1299px){
    .logo{
        max-width: 20%;
    }
    .head_r{
        max-width: 80%;
    }
    .container{
        padding:0 30px;
    }
    .nav li a{
        padding: 0 17px;
    }
    .banner_text{
        padding:15px 50px;
    }
    .banner_text .p1{
        font-size: 26px;
    }
    .banner_text .p2{
        font-size: 42px;
    }
    .banner_text .p3{
        font-size: 20px;
    }
    #c-banner1 .swiper-pagination {
        bottom: 15px;
        padding: 0 50px;
    }
    .banner_text2 .img img{
        max-width: 157px;
    }
    .banner_text2 p{
        font-size: 32px;
        margin-top:15px;
    }
}
@media(max-width: 1099px){
    .logo{
        max-width: 35%;
    }
    .nav{
        display: none;
    }
    .head_r{
        max-width: 60%;
    }
    .h_tel{
        margin:0 25px 0 0;
    }
    #c-banner1{
        height:auto;
    }
}
@media(max-width: 820px){
    .logo{
        max-width: 40%;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .container{
        padding:0 20px;
    }
    .h_tel{
        font-size: 20px;
        margin:0 15px 0 0;
    }
    .banner_text{
        padding:15px 30px;
    }
    .banner_text .p1{
        font-size: 22px;
    }
    .banner_text .p2{
        font-size: 32px;
    }
    .banner_text .p3{
        font-size: 18px;
    }
    #c-banner1 .swiper-pagination {
        bottom: 10px;
        padding: 0 20px;
    }
    /*.banner_text2 .img img{*/
    /*    max-width: 157px;*/
    /*}*/
    .banner_text2 p{
        font-size: 26px;
        margin-top:10px;
    }
}
@media(max-width: 640px){
    .logo{
        max-width: 30%;
    }
    .logo a{
        line-height: 50px;
    }
    .head_r{
        max-width: 68%;
    }
    .menu-button{
        top:25px;
    }
    .menu2{
        width: 50px;
        height: 50px;
    }
    .index_head .h_tel{
        line-height: 50px;
    }
    .banner_text{
        padding:15px 20px;
    }
    .banner_text .p1{
        font-size: 18px;
    }
    .banner_text .p2{
        font-size: 24px;
    }
    .banner_text .p3{
        font-size: 14px;
    }
    .container{
        padding:0 15px;
    }
    .banner_text2 p{
        font-size: 22px;
        margin-top:10px;
    }
    #c-banner1 .swiper-slide video,#c-banner1 .swiper-slide .banner_text2{
        display:none;
    }
    
    #c-banner1 .swiper-slide  .m_img{
        display:block;
    }
}
@media(max-width: 460px){
    .index_head .h_tel{
        font-size: 17px;
        padding-left: 26px;
    }

}


#main_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100vw;
    height: 100%;
    display: none;
    z-index: 1001;
}
#main_nav div.figure {
    width: 355px;
    top: 0;
    right: 0;
    position: absolute;
    opacity: .48
}
#main_nav div.figure svg {
    width: 355px;
    height: 537px
}
#main_nav div.figure svg .st0 {
    stroke-dasharray: 3100;
    stroke-dashoffset: 3100;
}
#main_nav div.figure .st0 {
    clip-path: url(#SVGID_2_);
    fill: none;
    stroke: #fff;
    stroke-width: .4;
}
#main_nav .nav_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #1c1c1c;
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: all 0.48s;
}
#main_nav .nav_centerLine {
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    top: 0;
    right: calc(408px + 18vw);
    margin-left: -.5px;
    opacity: 0;
}
#main_nav .left {
    position: absolute;
    top: 52%;
    left: 15vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
#main_nav .left li {
    position: relative;
    top: 10px;
    transition: all 0.48s;
}
#main_nav .left li:nth-child(2) {
    transition-delay: 0.28s;
}
#main_nav .left li:nth-child(3) {
    transition-delay: 0.48s;
}
#main_nav .left li:nth-child(4) {
    transition-delay: 0.68s;
}
#main_nav .left li:nth-child(5) {
    transition-delay: 0.88s;
}
#main_nav .right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16vw;
    min-width: 408px;
}
#main_nav .left>ul>li+li {
    margin-top: 1.3vw;
}
#main_nav .left>ul>li>a {
    color: #fff;
    font-size: 44px;
    line-height: 1.2;
}
#main_nav address {
    font-size: 0.73vw;
    letter-spacing: 0.5px;
    line-height: 0.73vw;
    font-style: inherit;
}
#main_nav .foot2 {
    color: #fff;
    margin-top: 3.2vw;
}
#main_nav p,.foot2,.foot2 p{
    font-size: 14px;
    text-transform: uppercase;
    opacity: .6;
    letter-spacing: .4px;
    line-height: 1;
    margin-top: 8px;
/*    display: block;*/
    font-weight: 300;
    color: #fff;
}
.foot2 a{
    color: #fff;
}
#main_nav.show .nav_centerLine {
    opacity: 0.12;
    height: 100%;
}
#main_nav.show .left li {
    top: 0px;
}
.nav_ifm {
    margin-top: 5.3vw;
    opacity: 1;
    transform: scaleY(1);
    transition: all .3s ease .6s;
    -webkit-transition: all .3s ease .6s;
    -moz-transition: all .3s ease 0.6s;
}
.nav_ifm li {
    font-size: 0;
    margin-bottom: 48px;
}
.nav_ifm ul {
    width: 100% !important;
}
.nav_ifm li img {
    display: inline-block;
    vertical-align: top;
}
.nav_ifm_list {
    display: inline-block;
    width: calc(100% - 36px);
    box-sizing: border-box;
    padding-left: 34px;
}
.nav_ifm li span {
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
}
.nav_ifm li p {
    color: #ffffff;
    font-size: 24px;
}
.nav_ifm li:nth-child(3) a {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    line-height: initial !important;
    float: none !important;
    overflow: visible;
    vertical-align: top !important;
}
.nav_ifm li:nth-child(1) p {
    font-size: 16px;
}
.nav_ifm li:nth-child(3) p {
    font-size: 16px;
}
.nav_ewm {
    vertical-align: middle;
}
.nav_ewm img {
    width: 108px;
    margin-top: 14px;
}
.nav_ewm img:first-child {
    margin-right: 18px;
}
@media(max-width: 1600px){
    #main_nav .left>ul>li>a{
        font-size: 32px;
    }
    .nav_ifm li{
        margin-bottom: 30px;
    }
}
@media(max-width: 1280px){
    #main_nav .left>ul>li>a {
        font-size: 26px;
    }    
}
@media(max-width: 1024px){
    #main_nav .left{
        width: 100%;
    }
    #main_nav .right{
        display: none;
    }
}
@media(max-width: 820px){
    #main_nav .left>ul>li>a {
        font-size: 22px;
    }   
    #c-banner1 .swiper-pagination .swiper-pagination-bullet{
        width: 35px;
    } 
}
@media(max-width: 640px){
    #main_nav .left>ul>li>a {
        font-size: 20px;
    } 
    .h70{
        width: 100%;
        height: 62px;
        display: block;
    }
    .head{
        padding:6px 0;
        background:#fff;
        box-shadow: 0px 0px 10px #ccc;
    }
    .logo a img:nth-child(1) {
        display: none;
    } 
    .logo a img:nth-child(2) {
        display: inline-block;
    }  
    .index_head .h_tel{
        color: #333;
    } 
}
@media(max-width: 460px){

    .banner_text .p1{
        font-size: 16px;
    }
    .banner_text .p2{
        font-size: 22px;
    }
    .banner_text .p3{
        font-size: 13px;
    }  
    #main_nav .left {
        text-align: center;
        top: 52%;
        left: 0vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }  
    #main_nav .left>ul>li>a{
        font-size: 24px;
        line-height: 1.6;
    }
    .foot2{
        display: none;
    }
}




.index1{
    padding:140px 0;
    background:#f7f7f7;
}
.index1_top{
    color: #1a1a1a;    
}
.index_t1{
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
/*    border-bottom: 2px solid #1a1a1a;*/
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}
.index_t1 h2{
    font-size: 70px;
    line-height: 70px;
    font-weight: normal;
}
.index_t1 span{
    line-height: 70px;
    font-size: 40px;
}
.index1_top p{
    font-size: 22px;
}
.index1_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:80px;
}
.index1_list li{
    width: 23.5%;
    margin-right: 2%;
    background:#ffffff;
}
.index1_list li:nth-child(4n){
    margin-right: 0;
}
.index1_list li a.img{
    display: block;
}
.index1_list li .text{
    padding:50px 32px 40px;
}
.index1_list li .text h3 a{
    font-size: 32px;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}
.index1_list li .text p{
    font-size: 16px;
    color: #1a1a1a;    
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 18px;
    margin-bottom: 15px;
    line-height: 1.6;
}
.index1_list li .text .txt{
    display: flex;
    flex-wrap: wrap;
}
.index1_list li .text .txt a{
    display: block;
    width: 50%;
    font-size: 18px;
    color: #1a1a1a;
    padding-left: 10px;
    position: relative;
}
.index1_list li .text .txt a:before{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    width: 5px;
    height: 1px;
    background:#1a1a1a;
    margin-top:-0.5px;
}
.index1_list li:hover .img img{
    transform: scale(1.1);
}
.index1_list li:hover .text h3{
    color: #d32946;
}
.index1_list li:hover .text p{
    border-bottom: 2px solid #d32946;
}
@media(max-width: 1600px){
    .index1{
        padding:100px 0;
    }
    .index_t1{
        padding-bottom: 25px;
    }
    .index_t1 h2{
        font-size: 46px;
        line-height: 46px;
    }
    .index_t1 span{
        font-size: 30px;
        line-height: 46px;
    }
    .index1_top p{
        font-size: 20px;
    }
    .index1_list{
        margin-top:50px;
    }
    .index1_list li .text{
        padding:30px 20px;
    }
    .index1_list li .text h3 a{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .index1_list li .text p{
        font-size: 14px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .index1_list li .text .txt a{
        font-size: 15px;
    }
}
@media(max-width: 1280px){
    .index1{
        padding:70px 0;
    }    
    .index_t1{
        padding-bottom: 20px;
    }
    .index_t1 h2{
        font-size: 36px;
        line-height: 36px;
    }
    .index_t1 span{
        font-size: 26px;
        line-height: 36px;
    }
    .index1_top p{
        font-size: 16px;
    }
    .index1_list{
        margin-top:30px;
    }
    .index1_list li .text{
        padding:20px 15px;
    }
    .index1_list li .text h3 a{
        font-size: 22px;
    }
    .index1_list li .text .txt a{
        font-size: 14px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .index1{
        padding:50px 0;
    }  
    .index_t1 h2{
        font-size: 28px;
        line-height: 28px;
    } 
    .index_t1 span {
        font-size: 20px;
        line-height: 28px;
    }
    .index1_list li{
        width: 49%;
        margin-bottom: 15px;
    } 
    .index1_list li:nth-child(4n){
        margin-right: 2%;
    }
    .index1_list li:nth-child(2n){
        margin-right: 0;
    }
    .index1_top p {
        font-size: 15px;
    }
}
@media(max-width: 640px){
    .index1{
        padding:35px 0;
    }  
    .index_t1{
        padding-bottom: 15px;
        margin-bottom: 12px;
    }
    .index_t1 h2{
        font-size: 22px;
        line-height: 22px;
    } 
    .index_t1 span {
        font-size: 15px;
        line-height: 22px;
    }
    .index1_list {
        margin-top: 20px;
    }
    .index1_top p {
        font-size: 14px;
        line-height: 1.8;
    }
    .index1_list li .text h3 a {
        font-size: 18px;
    }
}
@media(max-width: 460px){
    .index1 {
        padding: 35px 0 20px;
    }
    .index1_list li{
        width: 100%;
        margin-right: 0%!important;
    }     
}


.index2{
    padding:110px 0 75px;
    position: relative;
}
.index2 .img1{
    position: absolute;
    bottom:0;
    right:0;
}
canvas {
  display: block;
  margin: 0 auto;
  cursor: move;
}
.index2 .text{
    font-size: 40px;
    color: #1a1a1a;
    max-width: 1050px;
    width: 60%;
    line-height: 1.4;
    margin-bottom: 90px;
}
a.more1{
    display: block;
    width: 120px;
    line-height: 36px;
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: bold;
    position: relative;
}
a.more1 span{
    display: inline-block;
    position: relative;
    z-index:9;
    transition: all 0.3s linear;
}
a.more1:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 0%;
    height: 100%;
    background:#d32946;
    z-index:8;
    transition: all 0.3s linear;
}
a.more1:hover span{
    color: #fff;
}
a.more1:hover:before{
    width: 100%;
}
.index2 .text2{
    margin-top:390px;
    max-width: 575px;
    width: 50%;
    line-height: 1.5;
}
.index2 .text2 p{
    font-size: 26px;
    color: #1a1a1a;
}
.index2 .text2 p.p1{
    font-size: 22px;
    color: #000;
    padding-left: 150px;
    position: relative;
    margin-bottom: 22px;
    line-height: 22px;
}
.index2 .text2 p.p1:before{
    content:'';
    position: absolute;
    left:0px;
    top:50%;
    margin-top:-1px;
    width: 120px;
    height: 2px;
    background:#d32946;

}
.video{
    width: 100%;
    display: block;
}
@media(max-width: 1600px){
    .index2{
        padding:100px 0 75px;
    }
    .index2 .text{
        width: 75%;
        font-size: 30px;
        margin-bottom: 60px;
    }
    a.more1{
        font-size: 20px;
    }
    .index2 .text2{
        margin-top:320px;
        width: 38%;
    }
    .index2 .text2 p{
        font-size: 20px;
    }
    .index2 .text2 p.p1 {
        font-size: 20px;
        padding-left: 100px;
        margin-bottom: 18px;
        line-height: 20px;
    }
    .index2 .text2 p.p1:before{
        width: 80px;
    }
}
@media(max-width: 1280px){
    .index2{
        padding:70px 0;
    }  
    .index2 .text{
        width: 80%;
        font-size: 24px;
        margin-bottom: 40px;
    }
    a.more1{
        font-size: 17px;
    }

    .index2 .text2 p{
        font-size: 15px;
    }
    .index2 .text2 p.p1 {
        font-size: 15px;
        padding-left: 70px;
        margin-bottom: 18px;
        line-height: 20px;
    }
    .index2 .text2 p.p1:before{
        width: 50px;
    }  
}
@media(max-width: 1024px){
    .index2 .text2{
        margin-top:160px;
    }    
}
@media(max-width: 820px){
    .index2{
        padding:50px 0;
    } 
    .index2 .text{
        width: 100%;
        font-size: 18px;
        margin-bottom: 25px;
    } 
    .index2 .text2{
        margin-top:110px;
    }   
    a.more1 {
        font-size: 15px;
        width: 100px;
    }
}
@media(max-width: 640px){
    .index2{
        padding:35px 0;
    }   
    .index2 .text{
        font-size: 15px;
        margin-bottom: 15px;
    }
    a.more1 {
        font-size: 14px;
        width: 80px;
        line-height: 32px;
    }
    .index2 .text2 {
        margin-top: 30px;
        width: 100%;
    }
    .index2 .img1{
        position: relative;
    }
    .index2 .text2 p.p1:before{
        width: 40px;
    }
    .index2 .text2 p.p1 {
        font-size: 14px;
        padding-left: 55px;
        margin-bottom: 12px;
        line-height: 18px;
    }
    .index2 .text2 p.p1 img{
        max-height: 18px;
    }
    .index2 .text2 p{
        font-size: 14px;
    }
    .index2 .img1{
        display: none;
    }
}
@media(max-width: 460px){
    
}



.index3{
    padding:160px 0;
}
.index3_top{
    display: flex;
    justify-content: space-between;
}
.index_t2{
    line-height: 70px;
    font-size: 70px;
    color: #1a1a1a;
}
.index_sort{
    display: flex;
    height: 70px;
    align-items:flex-end;
}
.index_sort a{
    display: block;
    font-size: 26px;
    color: #1a1a1a;
    margin-right: 44px;
    position: relative;
    cursor: pointer;
}
.index_sort a:last-child{
    margin-right: 0;
}
.index_sort a.cur:before{
    content:'';
    position: absolute;
    left:0;
    bottom:4px;
    width: 100%;
    height: 2px;
    background:#d32946;
}
.index3_cont{
    margin-top:75px;
}
.case_tab{
    display: none;
}
.case_list1{
    width: 32%;
    margin-right: 2%;
    float: left;
}
.case_list1:last-child{
    margin-right: 0;
}
.case_list1 li{
    margin-bottom: 30px;
}
.case_list1 li:last-child{
    margin-bottom: 0;
}
.case_list1 li a{
    display: block;
    position: relative;
}
.case_list1 li a .text{
    position: absolute;
    bottom:30px;
    left:30px;
    width: calc(100% - 60px);
    background:#fff;
    padding:40px 40px 26px;
    opacity: 0;
/*    transform:scale(-1,1);*/
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index:-99;
}
.case_list1 li a .text h4{
    font-size: 34px;
    color: #1a1a1a;
    line-height: 1;
    font-weight: normal;
}
.case_list1 li a .text p{
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.5;
    margin:12px 0 20px;
}
.case_list1 li a .text div{
    display: block;
    width: 80px;
    line-height: 28px;
    font-size: 16px;
    color: #1a1a1a;
    text-align: center;
    position: relative;
    transition: all 0.3s linear;
}
.case_list1 li a .text div:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #d32946;
    z-index: 8;
    transition: all 0.3s linear;    
}
.case_list1 li a .text div span{
    display: block;
    position: relative;
    z-index:9;
}
.case_list1 li:hover a .img img{
    transform: scale(1.1);
}
.case_list1 li:hover a .text{
    opacity: 1;
    z-index:99;
/*    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);*/
}
.case_list1 li a .text div{
    color: #fff;
    padding:0 2px;
}
.case_list1 li a .text div:before{
    width: 100%;
}
.m_tab{
    display: none;
}
.m_tab .case_list1{
    width: 49%;
}
@media(max-width: 1600px){
    .index3{
        padding:100px 0;
    }
    .index_t2{
        font-size: 42px;
        line-height: 42px;
    }
    .index_sort{
        height: 42px;
    }
    .index_sort a {
        font-size: 22px;
        margin-right: 35px;
    }
    .index3_cont {
        margin-top: 50px;
    }
    .case_list1 li a .text{
        padding:30px 20px;

    }
    .case_list1 li a .text h4{
        font-size: 20px;
    }
    .case_list1 li a .text p{
        font-size: 15px;
    }
    .case_list1 li a .text div{
        font-size: 15px;
    }
}
@media(max-width: 1280px){
    .index3{
        padding:70px 0;
    }   
    .index_t2{
        font-size: 32px;
        line-height: 32px;
    }
    .index_sort{
        height: 32px;
    }
    .index_sort a {
        font-size: 18px;
        margin-right: 25px;
    }
    .index3_cont {
        margin-top: 40px;
    }
    .case_list1 li a .text{
        padding:20px 15px;
    }
    .case_list1 li a .text h4{
        font-size: 16px;
    }
    .case_list1 li a .text p{
        font-size: 14px;
    }
    .case_list1 li a .text div{
        font-size: 14px;
    } 
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index3{
        padding:50px 0;
    } 
    .index_sort{
        height: 26px;
    } 
    .index_sort a {
        font-size: 16px;
        margin-right: 15px;
    }
    .index3_cont {
        margin-top: 25px;
    }
    .pc_tab{
        display: none;
    }
    .m_tab{
        display: block;
    }
    .case_list1 li a .text {
        padding: 15px 10px;
        background: #000;
        opacity: 1;
        z-index: 99;
        bottom:15px;
        width: calc(100% - 30px);
        left:15px;
    } 
    .case_list1 li a .text h4{
        color: #fff;
    }
    .case_list1 li a .text p{
        white-space: nowrap; 
        text-overflow: ellipsis;
        overflow: hidden;  
        color: #fff;    
        margin: 10px 0 15px;  
    }
}
@media(max-width: 640px){
    .index3{
        padding:35px 0;
    }  
    .index_sort{
        height: 22px;
    }
    .index_sort a {
        font-size: 14px;
        margin-right: 10px;
        line-height: 22px;
    }  
    .index_sort a.cur:before{
        bottom:0;
    }
    .index3_cont {
        margin-top: 20px;
    }
    .case_list1 li a .text {
        padding: 10px 10px;
        bottom: 10px;
        width: calc(100% - 14px);
        left: 7px;
    }
    .case_list1 li a .text h4{
        font-size: 14px;
    }
    .case_list1 li a .text p{
        font-size: 12px;
        margin:5px 0;
        display:none;
    }
    .case_list1 li a .text div{
        display: none;
    }
}
@media(max-width: 460px){
    
}


.index4{
    padding:0 0 110px;
    position: relative;
}
.index4 .line1{
    background:#000000;
}
.index4_top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
a.more2{
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    height: 36px;
    border-bottom: 2px solid #333;
    position: relative;
    transition: all 0.3s linear;
}
a.more2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #d32946;
    z-index: 8;
    transition: all 0.3s linear; 
}
a.more2 span{
    display: block;
    position: relative;
    z-index:9;
}
a.more2:hover{
    border-bottom: 2px solid #d32946;
}
a.more2:hover:before{
    width: 100%;

}
a.more2:hover span{
    color: #fff;
}
.parnter_list{
    margin-top:60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 100px 80px;
}
.parnter_list li{
    width: 15%;
    margin-right: 2%;
    padding:25px 0;
    text-align: center;
}
.parnter_list li:nth-child(6n){
    margin-right: 0;
}
.parnter_list li:hover img{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}
.parnter_list li:hover img{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}
.index5_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index5_top .index_t2{
    width: 47.5%; 
    padding-top:16px;
}
.index5_top .text{
    font-size:40px;
    color: #1a1a1a; 
    width: 52.5%;  
    line-height: 1.4; 
}
@media(max-width: 1600px){
    a.more2{
        font-size: 20px;
    }
    .parnter_list{
        margin-top: 40px;
        padding: 0 50px 60px;
    }
    .index5_top .index_t2{
        width: 40%;
        padding-top: 0;
    }
    .index5_top .text{
        font-size: 26px;
        width: 60%;
    }
    .index4 {
        padding: 0 0 90px;
    }
}
@media(max-width: 1280px){
    a.more2{
        font-size: 16px;
        height: 32px;
    }
    .parnter_list {
        margin-top: 30px;
        padding: 0 0px 30px;
    }   
    .index4 {
        padding: 0 0 70px;
    } 
}
@media(max-width: 1024px){
    .parnter_list li{
        width: 18.4%;
        padding:8px 5px;
    }  
    .parnter_list li:nth-child(6n){
        margin-right: 2%;
    }
    .parnter_list li:nth-child(5n){
        margin-right: 0;
    }  
}
@media(max-width: 820px){
    .parnter_list li {
    margin-right: 3%;
    }
    .index4 {
        padding: 0 0 50px;
    }     
    .index_t2{
        font-size: 26px;
        line-height: 26px;
    }
    a.more2 {
        font-size: 14px;
        height: 26px;
    }
    .parnter_list li{
        width: 17.5%;
        padding:15px 0;
    }
    .parnter_list li:nth-child(5n){
        margin-right: 2%;
    }
    .parnter_list li:nth-child(4n){
        margin-right: 0;
    } 
    .index5_top .index_t2 {
        width: 30%;
    }
    .index5_top .text {
        font-size: 17px;
        width: 70%;
    }
}
@media(max-width: 640px){
    .index4 {
        padding: 0 0 30px;
    } 
    .index_t2{
        font-size: 22px;
        line-height: 22px;
    } 
    a.more2 {
        font-size: 14px;
        height: 22px;
    }  
    .index5_top .index_t2 {
        width: 100%;
    }
    .index5_top .text {
        font-size: 15px;
        width: 100%;
    } 
    .parnter_list {
        margin-top: 20px;
        padding: 0 0px 20px;
    }
    .parnter_list li{
        padding:8px 8px;
    }
}
@media(max-width: 460px){
    /*.parnter_list li{*/
    /*    width: 32%;*/
    /*}*/
    /*.parnter_list li:nth-child(4n){*/
    /*    margin-right: 2%;*/
    /*}*/
    /*.parnter_list li:nth-child(3n){*/
    /*    margin-right: 0;*/
    /*}    */
}

.index5{
    padding:80px 0 110px;
    position: relative;
/*    border-top:2px solid #444444;*/
}

.sj_list{
    margin-top:225px;
    display: flex;
    flex-wrap: wrap;
}
.sj_list li{
    width: 23.5%;
    margin-right: 2%;
}
.sj_list li:nth-child(4n){
    margin-right: 0;
}
.sj_list li .p1{
    font-size: 36px;
    color: #1a1a1a;
    max-width: 200px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 35px;
    overflow: hidden;
}
.index5 .sj_list li .p1 .line1{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#000;
}
.sj_list li:nth-child(2) .p1 .line1{
    animation-delay: 0.7s;
}
.sj_list li:nth-child(3) .p1 .line1{
    animation-delay: 1s;
}
.sj_list li:nth-child(4) .p1 .line1{
    animation-delay: 1.3s;
}
.sj_list li .p2{
    font-size: 120px;
    color: #d32946;
    line-height: 1;
}
.sj_list li .p3{
    font-size: 18px;
    color: #1a1a1a;
    max-width: 260px;
    line-height: 1.6;
    margin:25px 0 ;
}
.sj_list li span{
    font-size: 20px;
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s linear;
    padding:0 3px;
}
.sj_list li span:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#000;
}
.sj_list li span:after{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 0%;
    height: 100%;
    background:#d32946;
    transition: all 0.3s linear;
    z-index:-1;
}
.sj_list li span:hover{
    color: #fff;
}
.sj_list li span:hover:before{
    background:#d32946;
}
.sj_list li span:hover:after{
    width: 100%;
}
@media(max-width: 1600px){
    .index5 {
        padding: 80px 0 100px;
    }
    .sj_list{
        margin-top:150px;
    }
    .sj_list li .p1{
        font-size: 26px;
    }
    .sj_list li .p2{
        font-size: 80px;
    }
    .sj_list li .p3 {
        font-size: 15px;
        margin: 15px 0;
    }
    .sj_list li span{
        font-size: 17px;
    }
}
@media(max-width: 1280px){
    .index5 {
        padding: 70px 0;
    }
    .sj_list{
        margin-top:100px;
    }
    .sj_list li .p1{
        font-size: 22px;
        margin-bottom: 25px;
    }
    .sj_list li .p2{
        font-size: 52px;
    }
    .sj_list li .p3 {
        font-size: 14px;
        margin: 15px 0;
    }
    .sj_list li span{
        font-size: 14px;
    }  
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index5 {
        padding: 50px 0;
    } 
    .sj_list {
        margin-top: 50px;
    }
    .sj_list li .p1 {
        font-size: 20px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .sj_list li .p2 {
        font-size: 42px;
    }   
}
@media(max-width: 640px){
    .index5 {
        padding: 35px 0 20px;
    }
    .sj_list {
        margin-top: 30px;
    }
    .sj_list li{
        width: 45%;
        margin-right:10%;
        margin-bottom: 15px;
    } 
    .sj_list li:nth-child(2n){
        margin-right: 0;
    }

    .sj_list li .p2 {
        font-size: 32px;
    }
    .index5_top .text{
        font-size: 14px;
    }    
    .index5_top .index_t2{
        margin-bottom: 10px;
    }

}
@media(max-width: 460px){
    .sj_list li .p1 {
        font-size: 16px;
        margin-bottom: 12px;
        padding-bottom: 7px;
    }
    .sj_list li .p2 {
        font-size: 26px;
    }
    .sj_list li .p3 {
        margin: 10px 0;
    }    
}


.index6{
    padding:0 0 170px;
}
#c-banner2{
    margin-top:55px;
}
#c-banner2 .swiper-slide a{
    display: block;
}
#c-banner2 h3{
    font-size: 42px;
    color: #1a1a1a;
    font-weight: normal;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    line-height: 1;
    margin:40px 0 25px;
}
#c-banner2 span{
    font-size: 20px;
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: bold;
    transition: all 0.3s linear;
}
#c-banner2 span:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#000;
}
#c-banner2 span:after{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 0%;
    height: 100%;
    background:#d32946;
    transition: all 0.3s linear;
    z-index:-1;
}
#c-banner2 .swiper-slide a:hover .img img{
    transform: scale(1.1);
}
#c-banner2 .swiper-slide a:hover span{
    color: #fff;
}
#c-banner2 .swiper-slide a:hover span:before{
    background:#d32946;
}
#c-banner2 .swiper-slide a:hover span:after{
    width: 100%;
}
/*#c-banner2 .swiper-slide a:hover h3{
    color: #d32946;
}*/
#c-banner2 .swiper-button-prev{
    width: 100px;
    height: 100px;
    top:100%;
    margin-top: -260px;
    left: 49%;
    background:url(../images/left1.jpg) no-repeat center;
}
#c-banner2 .swiper-button-next{
    display: none;
}
@media(max-width: 1600px){
/*    #c-banner2 .swiper-button-prev{
        width: 70px;
        height: 70px;
    }*/
    #c-banner2 h3{
        font-size: 30px;
    }
    #c-banner2 span{
        font-size: 16px;
    }
}
@media(max-width: 1280px){
    #c-banner2 {
        margin-top: 40px;
    }   
    #c-banner2 .swiper-button-prev{
        display: none;
    } 
    #c-banner2 h3 {
        font-size: 26px;
        width: 100%;
        margin: 25px 0 15px;
    }
    #c-banner2 span {
        font-size: 14px;
    }

}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index6 {
        padding: 0 0 120px;
    }
    #c-banner2 {
        margin-top: 30px;
    }
    #c-banner2 h3 {
        font-size: 20px;
        margin: 15px 0 ;
    }    
}
@media(max-width: 640px){
    .index6 {
        padding: 10px 0 70px;
    }
    #c-banner2 {
        margin-top: 20px;
    }  
    #c-banner2 h3{
        font-size: 16px;
    }
    #c-banner2 span {
        font-size: 13px;
    }  
}
@media(max-width: 460px){
    .index6 {
        padding: 10px 0 45px;
    }    
}


.foot{
/*    border-top:2px solid #1a1a1a;*/
    padding:100px 0 95px;
    position: relative;
}
.foot .line1{
    top:0;
}
a#top1{
    font-size: 20px;
    color: #1a1a1a;
    display: flex;
    position: absolute;
    right:60px;
    top:-36px;
    font-weight: bold;
    cursor: pointer;
}
a#top1 i{
    display: block;
    width: 15px;
    margin-left: 5px;
/*    height: 100%;*/
    background:url(../images/top1.png) no-repeat center;
}
a#top1:before,a#top1:after{
    display: none;
    opacity: 0;
}
.foot .container{
    display: flex;
    flex-wrap: wrap;    
}
.f_logo{
    width: 18%;
}
.foot h3{
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 30px;
    line-height: 1;
}
.foot a{
    display: block;
    font-size: 36px;
    color: #1a1a1a;
    position: relative;
    line-height: 1;
    margin-bottom: 20px;
    transition: all 0.3s linear;
/*    max-width: 75px;*/
}
.foot a span{
    display: inline-block;
    position: relative;
    line-height: 1;
    padding: 6px 0;
    z-index:9;
    font-weight: bold;
    transition: all 0.3s linear;
}
.foot a:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    max-width: 75px;
    height: 2px;
    background:#1a1a1a;
    transition: all 0.3s linear;
    z-index:8;
}
.foot a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    max-width: 75px;
    height: 100%;
    background:#d32946;
    transition: all 0.3s linear;
    z-index:8;
}
.f_nav1{
    width: 12.5%;
    margin-right: 13.5%;
}
.f_nav1 .f_nav1_a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f_nav1 .f_nav1_a a{
/*    width: 50%;*/
}
.f_nav1_a a:hover{
    color: #fff;
}
.foot a:hover:before{
    background:#d32946;
}
.foot a:hover:after{
    width: 100%;
}
.f_nav2{
    width: 20.5%;
}
.f_nav2 .f_nav1_a a{
    max-width: 75px;
}
/*.f_nav2 .f_nav1_a a:before{*/
/*    max-width: 150px;*/
/*}*/
/*.f_nav2 .f_nav1_a a:after{*/
/*    max-width: 150px;*/
/*}*/
.foot_r{
    width: 35.5%;
}
.message2{

}
.message2 h2{
    font-size: 30px;
    color: #1a1a1a;
    line-height: 1;
}
.message2 ul{
    display: flex;
    flex-wrap: wrap;
    margin:25px 0 18px;
}
.message2 ul li{
    width: 49%;
    margin-right: 2%;
}
.message2 ul li:nth-child(2n){
    margin-right: 0;
}
.message2 ul li input{
    display: block;
    width: 100%;
    border:1px solid #333333;
    outline: none;
    position: relative;
    line-height: 46px;
    font-size: 16px;
    color: #333333;
    padding:0 20px;
}
.mess_btn2{
    position: relative;
}
.mess_btn2 input{
    display: block;
    border:none;
    outline: none;
    position: relative;
    width: 100%;
    line-height: 52px;
    padding:0 20px;
    background:#d32946;
    font-size: 26px;
    color: #fff;
    text-align: left;
}
.mess_btn2:after{
    content:'';
    position: absolute;
    right:20px;
    top:0;
    width: 13px;
    height: 100%;
    background:url(../images/btn1.png) no-repeat center;
}

.foot_r .cont{
    margin-top:42px;
    display: flex;
    flex-wrap: wrap;
}
.foot_r_c1{
    width: calc(100% - 111px);
    padding-right: 50px;
}
.f_contact{
    font-size: 24px;
    color: #1a1a1a;
    font-weight: bold;
    line-height: 1.8;
}
.f_share{
    display: flex;
    align-items: center;
    margin-top:25px;
}
.f_share span{
    font-size: 20px;
    color: #1a1a1a;
    font-weight: bold;
}
.f_share li{
    position: relative;
    margin-left: 28px;
    cursor: pointer;
}
.f_share li .img1{
    position: absolute;
    top:40px;
    left:50%;
    margin-left: -55px;
    width: 110px;
    opacity: 0;
}
.f_share li:hover .img1{
    opacity: 1;
}
.f_code{
    width: 111px;
    line-height: 1.2;
    color: #1a1a1a;
    font-weight: bold;
}
.f_code p:nth-child(1){
    margin-bottom: 10px;
}
.copyright{
    padding:14px 0 30px;
    font-size: 20px;
    color: #1a1a1a;
}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}
.copyright a{
    font-size: 20px;
    color: #1a1a1a;
}
@media(max-width: 1600px){
    a#top1{
        font-size: 18px;
        top: -30px;
    }
    .foot{
        padding: 70px 0 90px;
    }
    .foot h3{
        font-size: 18px;
    }
    .foot a{
        font-size: 28px;
    }
.f_nav2 .f_nav1_a a{
    max-width: 56px;
}
    .message2 h2{
        font-size: 24px;
    }
    .foot_r .cont{
        margin-top:30px;
    }
    .f_contact{
        font-size: 18px;
    }
    .f_share span{
        font-size: 16px;
    }
    .f_share li{
        margin-left: 22px;
    }
    .copyright {
        padding: 10px 0 20px;
        font-size: 15px;
    }
    .copyright a{
        font-size: 15px;
    }
}
@media(max-width: 1280px){
    .copyright {
        padding: 10px 0;
        font-size: 14px;
    }
    .copyright a{
        font-size: 14px;
    }  
    a#top1{
        right: 30px;
    }  
}
@media(max-width: 1024px){
    .f_nav2{
        display: none;
    }
    .foot_r{
        width: 56%;
    }
    .f_nav1 {
        width: 26%;
        margin-right: 0%;
        padding:0 30px;
    }
}
@media(max-width: 820px){
    .foot_r_c1 {
    width: calc(100% - 70px);
    }
    a#top1{
        right: 20px;
    }  
    .foot {
        padding: 30px 0 60px;
    } 
    .foot a{
        font-size: 22px;
    } 
    .message2 h2{
        font-size: 20px;
    }
    .message2 ul {
        margin: 15px 0 12px;
    }
    .message2 ul li input{
        padding:0 12px;
    }
    .mess_btn2 input {
        line-height: 46px;
        padding: 0 15px;
        font-size: 22px;
    }
    .foot_r .cont {
        margin-top: 20px;
    }
    .foot_r_c1{
        padding-right: 20px;
    }
    .f_contact {
        font-size: 16px;
    }
    .f_share {
        margin-top: 15px;
    }
    .copyright{
        text-align: center;
    }
    .copyright_l{
        width: 100%;
    }
    .copyright_r{
        width: 100%;
    }
}
@media(max-width: 640px){
    a#top1 {
        right: 15px;
        font-size: 16px;
    }
    .f_logo{
        width: 100%;
        max-width: 120px;
        margin-bottom: 20px;
    }
    .f_nav1{
        display: none;
    }
    .foot_r{
        width: 100%;
    }
    .foot h3 {
        font-size: 16px;
    } 
    .message2 h2{
        font-size: 16px;
    }  
    .message2 ul li input{
        font-size: 15px;
    } 
    .mess_btn2 input {
        line-height: 36px;
        padding: 0 12px;
        font-size: 18px;
    }
    .f_contact {
        font-size: 15px;
    }
    .f_share span {
        font-size: 15px;
    }
    .f_share li {
        margin-left: 15px;
    }  
}
@media(max-width: 460px){
    .foot {
        padding: 30px 0 15px;
    }
    .f_share{
        display: none;
    }
    .mess_btn2 input {
        font-size: 16px;
    } 
    .f_code p:nth-child(1) {
        margin-bottom: 6px;
    }
}


.ysUtil {
    position: fixed;
    bottom: 36%;
    right: 23px;
    color: #fff;
    z-index: 1000;
    transition: bottom 0.48s;
}

.ysUtil.btm {
    bottom: 12%;
}

.ysUtil .tel {
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 1.2px;
    display: block;
    -webkit-transform-origin: right;
    transform-origin: right;
    padding-top: 24px;
    padding-right: 10px;
    opacity: 0;
    -webkit-transform: rotate(90deg) translateY(-20px);
    transform: rotate(90deg) translateY(-20px);
    transition: opacity .2s .1s, transform .6s ease-in-out;
}

.ysUtil.on .tel {
    opacity: 1;
    -webkit-transform: rotate(90deg) translateY(0px);
    transform: rotate(90deg) translateY(0px)
}

.ysUtil .txt1 {
    position: absolute;
    white-space: nowrap;
    top: 0;
    right: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-radius: 30px;
    vertical-align: middle;
    color: #1c1c1c;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    height: 54px;
    line-height: 54px;
    padding-right: 68px;
    padding-left: 28px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    /* -webkit-transition: transform .5s, opacity 0.5s;
    transition: transform .5s, opacity 0.5s; */
    cursor: pointer;
    transform-origin: right center;
    transform: scaleX(0.8)
}

.ysUtil li:first-child .txt1 {
    font-size: 24px;
}

.ysUtil .txt1 img {
    position: absolute;
    top: 57px;
    left: 50%;
    width: 108px;
    margin-left: -54px;
    -webkit-transition: opacity .5s 0.1s;
    transition: opacity .5s 0.1s;
}

.ysUtil .list li:hover .ysUtilIco {
    box-shadow: none;
}

.ysUtil li:hover .txt1 {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ysUtil .list {
    float: right
}

.ysUtil .list li {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    text-align: center;
    transition: opacity .2s .1s, transform .6s .05s ease-in-out;
}

.ysUtil .ysUtilIco img {
    width: 100%
}

.ysUtil.on .list li {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}

.ysUtil .list li:nth-child(2) {
    transition: opacity .2s .4s, transform .6s .1s ease-in-out;
}

.ysUtil .list li:nth-child(3) {
    transition: opacity .2s .4s, transform .6s .2s ease-in-out;
}

.ysUtil .list li:nth-child(4) {
    transition: opacity .2s .4s, transform .6s .3s ease-in-out;
}

.ysUtil .list li:nth-child(2) .txt1::before,
.ysUtil .list li:nth-child(4) .txt1::before,
.ysUtil .list li:nth-child(4) .txt1::after {
    content: none;
}

.ysUtil .list li:nth-child(5) {
    transition: opacity .2s .4s, transform .6s .35s ease-in-out;
}

.ysUtil .list li a {
    display: block;
}

.ysUtil .list .ysUtilIco {
    position: relative;
    z-index: 11;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    box-shadow: 0px 12px 24px rgba(216, 30, 6, 0.2);
}

.ysUtil .list .ysUtilIco:hover {
    background: linear-gradient(135deg, rgba(216, 30, 6, 0.2), #F5D8D8, rgba(216, 30, 6, 0.5), #F8D4D4, rgba(216, 30, 6, 0.5)) left center/400% 400%;
}

.ysUtil .list li+li {
    margin-top: 24px;
}

.ysUtil.color #i_download .st0 {
    stroke: #1c1c1c;
}

.ysUtil.color .st0 {
    fill: #1c1c1c;
}

@media(max-width: 1600px){
    .ysUtil .list li+li {
        margin-top: 16px;
    }
    .ysUtil .txt1{
        font-size: 16px;
        padding-right: 65px;
        padding-left: 20px;
    }
    .ysUtil li:first-child .txt1{
        font-size: 20px;
        padding-right: 65px;
        padding-left: 20px;
    }
}
@media(max-width: 1280px){
    
}
@media(max-width: 1199px){
    .ysUtil{
        display: none!important;
    }    
}
@media(max-width: 820px){

}
@media(max-width: 640px){
    
}
@media(max-width: 460px){
    
}

/*----- 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_head{
    background:#fff;
}
.n_banner {
    width: 100%;
    margin: 0 auto;
}

.n_banner img {
    width: 100%;
    margin: 0 auto
}


.sitemp {
    line-height: 31px;
    height: 31px;
    overflow: hidden;
    padding-right: 10px;
    background: url(../images/nav.png) no-repeat 0% 100%;
}
.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 30px;
}


@media(max-width: 1600px){

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

}
@media(max-width: 640px){
    .n_head .logo a img:nth-child(1) {
        display: inline-block;
    }    
}
@media(max-width: 460px){
    
}



#about1{
    padding:125px 0 110px;
}
.about_top{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.about_top_l{
    float:left;
    font-size: 30px;
    color: #1a1a1a;
    display: flex;
    flex-wrap:wrap;
    align-items: flex-end;
}
.about_top_l span{
    display: block;
    margin-left: 22px;
    line-height: 1;
}
.about_top_r{
    float:right;
    font-size: 30px;
    color: #1a1a1a;
    line-height: 1;
}
#about1 h2{
    font-size: 50px;
    color: #1a1a1a;
    line-height: 1;
    padding-top:34px;
/*    border-top:2px solid #1a1a1a;*/
    margin-top:24px;
    position: relative;
    overflow: hidden;
}
#about1 h2 .line1{
    top:0;
}
#about1 .cont{
    
}
#about1 .cont .text{
    font-size: 30px;
    color: #1a1a1a;
    width: calc(100% - 520px);
    line-height: 1.6;
    float: left;
    max-width: 960px;
    padding-right: 30px;
    padding-top:100px;
    text-align: justify;
}
#about1 .cont .img{
    width: 520px;
    float: right;
}
#about2{
    background:url(../images/about2.jpg) no-repeat;
    background-size: cover;
    padding:205px 0 170px;
    background-attachment: fixed;
}
#about2 .text{
    background:url(../images/about2_bg.jpg) no-repeat right bottom #fff;  
    padding:100px 95px;
    max-width: 820px;
}
#about2 .text h2{
    margin-bottom: 70px;
}
h2.ab_t1{
    font-size: 70px;
    color: #1a1a1a;
    font-weight:normal;
    line-height: 1;
}
#about2 .text .txt{
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1.8;
}
#about3{
    padding:130px 0 120px;
}
#about3 h2{
    margin-bottom: 95px;
}
#about3 .imgs{
    width: 50%;
    background:#f4f4f4;
    float:left;
    padding-left: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 600px;
}
#about3 .imgs p{
    display: none;
    text-align: center;
}
#about3 .imgs p span{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #1a1a1a;
    padding-top:20px;
}
#about3 .text{
    width: 50%;
    float:right;
    padding:15px 60px 15px 10%;
}
#about3 .text .txt{
    overflow: hidden;
    max-height: 570px;
    min-height: 350px;
    overflow-y: auto;
    padding-right: 10px;    
}
#about3 .text .txt::-webkit-scrollbar {/*滚动条整体样式*/
    width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
#about3 .text .txt::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #d32946;
}
#about3 .text .txt::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
#about3 .text .txt p{
    font-size: 20px;
    color: #1a1a1a;
    cursor: pointer;
    line-height: 48px;
}
#about3 .text .txt p.cur{
    text-decoration: underline;
    color: #d32946;
}
#about4{
    background:url(../images/about4_bg.jpg) no-repeat;
    background-size: cover;
    padding:155px 0 125px;
    color: #fff;
}
#about4 h2{
    color: #fff;
}
.c-banner3-top {
    border-bottom: 2px solid rgba(255, 255, 255, .2);
}
.c-banner3-top .swiper-slide {
    padding: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.c-banner3-top .c-num {
    margin-top: -40px;
    padding-right: 50px;
    width: 50%;
    font-size: 250px;
    line-height: 1;
    text-align: right;
}
.c-banner3-top .c-text {
    padding-left: 50px;
    width: 50%;
    font-size: 18px;
    line-height: 28px;
}
.c-banner3-top .c-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #d32946;
    cursor: pointer;
}
.c-banner3-top .c-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #d32946;
    cursor: pointer;
}
.c-banner3-top .c-next p {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    line-height: 80px;
    padding-right: 50px;
}
.c-banner3-top .c-prev p {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    line-height: 80px;
    padding-left: 50px;
}
.c-banner3-top .c-next.swiper-button-disabled,
.c-banner3-top .c-prev.swiper-button-disabled {
    display: none;
}
.c-banner3-bottom {
    margin: -2px 120px 0;
    text-align: center;
}
.c-banner3-bottom .swiper-wrapper {
    display: flex;
}
.c-banner3-bottom .swiper-slide {
    width: 160px;
    margin-right: 40px;
    padding-top: 25px;
    border-top: 3px solid transparent;
    line-height: 26px;
    cursor: pointer;
    transition: .3s;
}
.c-banner3-bottom .swiper-slide-thumb-active {
    border-color: #fff;
}
#about5{
    padding:130px 0 0;
}
#about5 .text1{
    width: 30%; 
    float:left;
}

#about5 .text1 ul{
    margin-top:55px;
}
#about5 .text1 ul li{
    font-size: 26px;
    color: #1a1a1a;
    margin-bottom: 50px;
    cursor: pointer;
}
#about5 .text1 ul li.cur{
    color: #d32946;
}
#about5 .text2{
    width: 70%; 
    float:right;
    padding-left: 5%;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.8;
    border-left: 1px solid #ccc;
}
#about5 .text2 .cont{
    display: none;
    overflow: hidden;
    height: 800px;
    overflow-y: auto;
    padding-right: 50px;  
    text-align: justify;
}
#about5 .text2 .cont::-webkit-scrollbar {/*滚动条整体样式*/
    width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
#about5 .text2 .cont::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #d32946;
}
#about5 .text2 .cont::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
#about5 .text2 .cont #a2{
    font-size: 18px;
    color: #1a1a1a;    
}
#about5 .text2 .cont ul{
    width: 100%;
}
#about5 .text2 .cont ul li{
    border-bottom: 2px solid #1a1a1a;
    padding:60px 0;
    display: flex;
}
#about5 .text2 .cont ul li .text{
    padding-right: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
#about5 .text2 .cont ul li .text p{
    font-size: 18px;
    color: #1a1a1a;      
}
#about5 .text2 .cont ul li .text p strong{
    font-size: 20px;
    color: #d32946;
}
#about5 .text2 .cont ul li .img{
    padding: 0 10px;
    text-align: center;
    width: 50%;
}
#about6{
    padding:130px 0 50px;
}
#about6 h2{
    padding:0 0 35px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    /*border-bottom: 1px solid #1a1a1a;*/
}
#about6 h2 .line1{
    height: 2px;
}
#about6 .text1{
    font-size: 40px;
    color:#000;
    max-width: 975px;
    line-height: 1.4;
}

@media(max-width: 1600px){
    #about1{
        padding:90px 0;
    }
    .about_top_l,.about_top_r{
        font-size: 24px;
    }
    .about_top_l img{
        max-height: 80px;
    }
    #about1 h2{
        font-size: 36px;
    }
    #about1 .cont .text{
        font-size: 22px;
        width:calc(100% - 420px);
        padding-right:100px;
    }
    #about1 .cont .img{
        width:420px;
    }
    #about2{
        padding:150px 0;
    }
    #about2 .text{
        padding:70px 50px;
    }
    h2.ab_t1 {
        font-size: 42px;
    }
    #about2 .text h2 {
        margin-bottom: 40px;
    }
    #about2 .text .txt{
        font-size: 15px;
    }
    #about3 {
        padding: 90px 0;
    }
    #about3 h2 {
        margin-bottom: 60px;
    }
    #about3 .imgs{
        height: 550px;
    }
    #about3 .imgs p span {
        font-size: 16px;
        padding-top: 12px;
    }
    #about3 .text {
        padding: 15px 60px 15px 5%;
    }
    #about3 .text .txt{
        max-height: 520px;
    }
    #about3 .text .txt p{
        font-size: 16px;
        line-height: 40px;
    }
    #about4{
        padding: 120px 0 100px;
    }
    .c-banner3-top .c-num{
        font-size:200px;
    }
    .c-banner3-top .c-text{
        font-size:16px;
    }
    #about5{
        padding:90px 0;
    }
    #about5 .text1 ul li{
        font-size: 22px;
        margin-bottom: 30px;
    }
    #about5 .text2{
        font-size: 15px;
    }
    #about5 .text2 .cont{
        height: 680px;
    }
    #about6 {
        padding: 90px 0 50px;
    }
    #about6 h2 {
        padding: 0 0 20px;
        margin-bottom: 30px;
    }
    #about6 .text1{
        font-size: 24px;
    }
    #about5 .text2 .cont ul li{
        padding:45px 0;
    }
    #about5 .text2 .cont ul li .text p{
        font-size: 14px;
    }
    #about5 .text2 .cont ul li .text p strong{
        font-size: 16px;
    }
}
@media(max-width: 1440px){
    .c-banner3-top .c-num{
        font-size:160px;
    }
    #about1 .cont .img{
        max-width:330px;
    }
}
@media(max-width: 1280px){
    #about1,#about3,#about5{
        padding: 70px 0;
    }
    .about_top_l, .about_top_r {
        font-size: 20px;
    }
    .about_top_l img {
        max-height: 60px;
    }
    #about1 h2 {
        font-size: 32px;
        padding-top: 30px;
        margin-top: 20px;
    }
    #about1 .cont .text {
        font-size: 17px;
    }
    #about2 {
        padding: 120px 0;
    }
    #about2 .text{
        padding:40px 25px;
    }
    h2.ab_t1 {
        font-size: 32px;
    }
    #about2 .text h2 {
        margin-bottom: 30px;
    }
    #about2 .text .txt{
        font-size: 14px;
    }
    #about3 h2 {
        margin-bottom: 40px;
    }
    #about3 .imgs{
        height: 500px;
        padding-left: 30px;
    }
    #about3 .imgs p span {
        font-size: 15px;
        padding-top: 10px;
    }
    #about3 .text {
        padding: 15px 30px 15px 5%;
    }
    #about3 .text .txt{
        max-height: 470px;
    }
    #about3 .text .txt p{
        font-size: 16px;
        line-height: 40px;
    }
    #about4 {
        padding: 100px 0 90px;
    }
    .c-banner3-top .swiper-slide{
        padding:80px 120px;
    }
    .c-banner3-top .c-num{
        font-size:100px;
    }
    .c-banner3-top .c-next p{
        font-size:20px;
    } 
    #about5 .text1 ul li{
        font-size: 18px;
        margin-bottom: 20px;
    }
    #about5 .text2{
        font-size: 14px;
    }
    #about5 .text2 .cont{
        height: 600px;
    }
    #about6 {
        padding: 70px 0 50px;
    } 
    #about6 h2 {
        padding: 0 0 15px;
        margin-bottom: 20px;
    }  
    #about6 .text1 {
        font-size: 17px;
    }
}
@media(max-width: 1024px){
    .c-banner3-top .c-num{
        font-size:80px;
    }
    #about5 .text2 .cont ul li{
        padding:30px 0;
    }
    #about5 .text2 .cont ul li .text p strong{
        font-size: 15px;
    }
}
@media(max-width: 820px){
    #about1,#about3,#about5{
        padding: 50px 0;
    }
    .about_top_l, .about_top_r {
        font-size: 16px;
    }
    .about_top_l img {
        max-height: 50px;
    }
    #about1 h2 {
        font-size: 26px;
        padding-top: 20px;
        margin-top: 15px;
    }
    #about1 .cont .text {
        font-size: 15px;
        padding-right: 20px;
        padding-top: 60px;
    }
    #about2 {
        padding: 90px 0;
    }
    #about2 .text{
        padding:25px 20px;
    }
    h2.ab_t1 {
        font-size: 26px;
    }
    #about2 .text h2 {
        margin-bottom: 20px;
    }
    #about3 h2 {
        margin-bottom: 25px;
    }
    #about3 .imgs{
        padding-left: 20px;
    }
    #about3 .imgs p span {
        font-size: 14px;
    }
    #about3 .text {
        padding: 15px 20px 15px 5%;
    }
    #about4 {
        padding: 70px 0 60px;
    }
    .c-banner3-top .swiper-slide {
        padding: 50px 120px;
    }
    .c-banner3-top .c-num{
        font-size: 52px;
        padding-right: 0px;
        margin-top: 0px;
        width:100%;
        text-align:center;
        margin-bottom:15px;
    }
    .c-banner3-top .c-text{
        width:100%;
        padding-left:0;
        font-size:14px;
    }
    #about6 {
        padding: 30px 0 50px;
    } 
    #about6 h2 {
        padding: 0 0 12px;
        margin-bottom: 15px;
    }
    #about6 .text1 {
        font-size: 15px;
    }
    #about5 .text2 .cont ul li{
        padding:20px 0;
        flex-wrap:wrap;
    }
    #about5 .text2 .cont ul li .text{
        width:100%;
        padding:0 0 15px;
    }
    #about5 .text2 .cont ul li .img{
        width:100%;
        padding:0;
    }
}
@media(max-width: 640px){
    #about1,#about3,#about5{
        padding: 35px 0;
    }
    #about1 h2 {
        font-size: 20px;
    }
    .about_top_l img {
        max-height: 35px;
    }
    .about_top_l span{
        margin-left: 15px;
    }
    #about1 .cont .text{
        width: 100%;
        padding:20px 0 15px;
    }
    #about1 .cont .img{
        width: 100%;
    }
    #about2 {
        padding: 65px 0;
    }
    #about2 .text{
        padding:20px 15px;
    }
    h2.ab_t1 {
        font-size: 22px;
    }
    #about2 .text h2 {
        margin-bottom: 15px;
    }
    #about3 h2 {
        margin-bottom: 15px;
    }
    #about3 .imgs {
        width: 100%;
        padding: 20px;
        height: auto;
    }
    #about3 .imgs img{
        max-height: 200px;
    }
    #about3 .text {
        padding: 15px 20px;
        width: 100%;
    }
    #about3 .text .txt {
        max-height: 220px;
        min-height: 220px;
    }
    #about3 .text .txt p {
        font-size: 15px;
        line-height: 36px;
    }
    .c-banner3-top .c-num{
        font-size:42px;
    }
    .c-banner3-top .swiper-slide {
        padding: 20px 0;
    }
    .c-banner3-top .c-next, .c-banner3-top .c-prev {
        display: none;
    }
    #about5 .text1{
        width: 100%;
    }
    #about5 .text1 ul {
        margin-top: 20px;
    }
    #about5 .text1 ul li {
        font-size: 16px;
        margin-bottom: 5px;
    }
    #about5 .text2{
        width: 100%;
        padding-left: 0%;
        margin-top:20px;
        border:none;
    } 
    #about5 .text2 .cont {
        height: 300px;
        padding-right: 20px;
    }  
    #about6 .text1 {
        font-size: 14px;
    }  
}
@media(max-width: 460px){
    
}



.h82{
    height: 82px;
    width: 100%;
}
#yewu{
    padding:100px 0 65px;
}
.n_top{
    color: #1a1a1a;
}
.n_top h2{
    font-size: 120px;
    line-height: 1;
    font-weight: normal;
}
.n_top .p1{
    text-align: right;
    font-size: 30px;
    line-height: 1;
    padding-bottom: 22px;
    margin-bottom: 45px;
/*    border-bottom: 2px solid #1a1a1a;*/
    position: relative;
    overflow: hidden;
}
.line1{
    width: 100%;
    height: 2px;
    background:#000;
    position: absolute;
    bottom:0;
    left:0;
    animation-delay: 0.4s;
}
.n_top .text{
    font-size: 30px;
    line-height: 1.6;
    max-width: 1125px;
}
.yw_list{
    padding:95px 0 115px;
}
.yw_list li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 95px;
}
.yw_list li .img{
    width: 55.5%;
}
.yw_list li .text{
    width: 44.5%;
    padding:10px 0 10px 7.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yw_list li .text h3{
    font-size: 70px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1;
}
.yw_list li .text h3 span{
    display: inline-block;
/*    border-bottom: 1px solid #1a1a1a;*/
    line-height: 1.4;
    position: relative;
    overflow: hidden;
}
.yw_list li .text h3 span .line1{
    height: 2px;
}
.yw_list li .text .txt{
    font-size: 24px;
    color: #1a1a1a;
    line-height: 1.6;
    margin:40px 0 50px;
}
.yw_list li .text .txt2{
    font-size: 15px;
    color: #1a1a1a;
    font-weight: bold;
    display: flex;
    margin-bottom: 55px;
}
.yw_list li .text .txt2 p{
    width: 20%;
}
.yw_list li .text a{
    display: inherit;

}
.yw_list li .text a span{
    font-size: 20px;
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: bold;
    transition: all 0.3s linear;
    overflow: hidden;
    padding:0 3px;
}
.yw_list li .text a span:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#000;
    transition: all 0.3s linear;
}
.yw_list li .text a span:after{
    content:'';
    position: absolute;
    left:-100%;
    top:0;
    width: 100%;
    height: 100%;
    background:#d32946;
    transition: all 0.3s linear;
    z-index:-1;
}
.yw_list li .text a:hover span{
    color: #fff;
}
.yw_list li .text a:hover span:before{
    left:100%;
}
.yw_list li .text a:hover span:after{
    left:0; 
}
#yewu .n_top2{
    padding:0;
}
.n_top2 .p1{
    padding-bottom: 0;
}
.yw1{
    padding-bottom: 125px;
}
.yw1 h2{
    font-size:70px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1.2;
    width: 57.5%;  
    float: left;  
}
.yw1 .text{
    width: 28%;
    float: right; 
}
.yw1 .text .txt1{
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1.6;
}
.yw1 .text .txt2{
    font-size: 26px;
    color: #1a1a1a;
    font-weight: bold;
    padding-right: 30px;
    line-height: 1.4;
    margin-top:135px;
}
.yw2_list1{
    display: flex;
    flex-wrap: wrap;
}
.yw2_list1 li{
    width: 49%;
    margin-right: 2%;
}
.yw2_list1 li:nth-child(2n){
    margin-right: 0;
}
.yw2_list1 li p,#c-banner4 p{
    font-size: 42px;
    color: #1a1a1a;
    margin-top:10px;
}
.yw3{
    margin-top:105px;
}
.yw3 .container .cont{
    position: relative;
    overflow: hidden;  
    /*padding-top:112px; */
    padding-top:2px!important;
}
.yw3 .line1{
    top:0;
}
.yw3 h2{
    margin-bottom: 70px;
    display: none;
}
.yw3 .cont2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
}
.jjfa_imgs{
    width: 49.5%;
    float:left;
}
.jjfa_imgs p{
    display: none;
}
.yw3 .cont2 .text{
    width: 36%;
    float:right;
    position: relative;
}
.jjfa_list{

}
.jjfa_list li{
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1;
    cursor: pointer;
}
.jjfa_list li span{
    display: inline-block;
    font-size: 30px;
    margin-right: 20px;
    position: relative;
    line-height: 1.3;
}
.jjfa_list li span:before{
    content:'';
    position: absolute;
    left:0%;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#1a1a1a;
    transition: all 0.3s linear;
}
.jjfa_list li.cur{
    color: #d32946;
}
.jjfa_list li.cur span:before{
    background:#d32946;
}
a.more3{
    display: inherit;
    line-height: 1;
}
a.more3 span{
    font-size: 24px;
    color: #333333;
    display: inline-block;
    position: relative;
    font-weight: bold;
    transition: all 0.3s linear;
    overflow: hidden;
    padding: 7px 0;    
}
a.more3 span:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#000;
    transition: all 0.3s linear;
}
a.more3 span:after{
    content:'';
    position: absolute;
    left:-100%;
    top:0;
    width: 100%;
    height: 100%;
    background:#d32946;
    transition: all 0.3s linear;
    z-index:-1;
}
a.more3:hover span{
    color: #fff;
}
a.more3:hover span:before{
    left:100%;
}
a.more3:hover span:after{
    left:0; 
}
.yw3 .cont .text .yw3_more{
    position: absolute;
    bottom:0;
    left:0;
}
#c-banner5 .swiper-button-prev{
    width: 29px;
    height: 51px;
    background:url(../images/left2.png) no-repeat center;
    margin-top:-25px;
    left:70px;
}
#c-banner5 .swiper-button-next{
    width: 29px;
    height: 51px;
    background:url(../images/right2.png) no-repeat center;
    margin-top:-25px; 
    right:70px;   
}
#c-banner5 p{
    font-size: 42px;
    color:#1a1a1a;
    margin-top:10px;
}
.yw4_list{
    display: flex;
    flex-wrap: wrap;
}
.yw4_list li{
    position: relative;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.yw4_list li:nth-child(4n){
    margin-right: 0%;
}
.yw4_list li p{
    font-size: 36px;
    color: #fff;
    line-height: 1;
    position: absolute;
    left:0;
    bottom:20px;
    width: 100%;
    text-align: center;
    z-index:9;
}
.yw4_list li:hover .img img{
    transform: scale(1.1);
}
.yw4 h2{
    font-size: 42px;
}
@media(max-width: 1600px){
    #yewu {
        padding: 90px 0 50px;
    }
    .n_top h2{
        font-size: 62px;
    }
    .n_top .p1 {
        font-size: 24px;
        padding-bottom: 16px;
        margin-bottom: 30px;
    }
    .n_top .text {
        font-size: 22px;
    }
    .yw_list {
        padding: 70px 0 90px;
    }
    .yw_list li{
        margin-bottom: 60px;
    }
    .yw_list li .text {
        padding: 10px 0 10px 5%;
    }
    .yw_list li .text h3{
        font-size: 36px;
    }
    .yw_list li .text .txt {
        font-size: 16px;
        margin: 20px 0 25px;
    }
    .yw_list li .text .txt2{
        font-size: 14px;
    }
    .yw_list li .text a span{
        font-size: 16px;
    }
    .yw1{
        padding-bottom: 90px;
    }
    .yw1 h2{
        font-size: 42px;
    }
    .yw1 .text{
        width: 35%;
    }
    .yw1 .text .txt1 {
        font-size: 15px;
    }
    .yw1 .text .txt2 {
        font-size: 20px;
        padding-right: 0;
        margin-top: 60px;
    }
    .yw2_list1 li p,#c-banner4 p,#c-banner5 p{
        font-size: 28px;
    }
    .yw3 {
        margin-top: 90px;
    }
    .yw3 h2{
        margin-bottom: 50px;
    }
    .yw3 .container .cont{
        padding-top:90px;
    }
    .yw3 .cont2 .text{
        width: 45%;
    }
    .jjfa_list li span{
        font-size: 24px;
    }
    .jjfa_list li{
        font-size: 15px;
    }
    a.more3 span{
        font-size: 20px;
    }
}
@media(max-width: 1280px){
    #yewu {
        padding: 70px 0 30px;
    }
    .n_top h2{
        font-size: 42px;
    }
    .n_top .p1 {
        font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .n_top .text {
        font-size: 16px;
    }
    .yw_list {
        padding: 40px 0 70px;
    }
    .yw_list li{
        margin-bottom: 35px;
    }
    .yw_list li .text h3{
        font-size: 32px;
    }
    .yw_list li .text .txt {
        font-size: 14px;
        margin: 15px 0;
    }  
    .yw1{
        padding-bottom: 70px;
    } 
    .yw1 h2{
        font-size: 32px;
    }
    .yw1 .text .txt2 {
        font-size: 16px;
        margin-top: 30px;
    }
    .yw2_list1 li p,#c-banner4 p,#c-banner5 p{
        font-size: 22px;
    }
    .yw3 {
        margin-top: 70px;
    }
    .yw3 h2{
        margin-bottom: 35px;
    }
    .yw3 .container .cont{
        padding-top:70px;
    }
    .jjfa_list li span{
        font-size: 20px;
    }
    .jjfa_list li{
        font-size: 14px;
    }
    a.more3 span{
        font-size: 16px;
    } 
}
@media(max-width: 1024px){
    .yw4_list li{
    width: 47.5%;
    
}
   .yw4_list li p {
    font-size: 18px;
    
   }
    #c-banner5 .swiper-button-prev,#c-banner5 .swiper-button-next{
        display: none;
    }
}
@media(max-width: 820px){
    #yewu {
        padding: 50px 0 30px;
    }
    .n_top h2{
        font-size: 32px;
    }
    .n_top .p1 {
        font-size: 16px;
        padding-bottom: 12px;
        margin-bottom: 15px;
    }
    .n_top .text {
        font-size: 16px;
    }
    .yw_list {
        padding: 20px 0 50px;
    }
    .yw_list li{
        margin-bottom: 25px;
    }
    .yw_list li .img{
        width: 100%;
    }
    .yw_list li .text {
        padding: 15px 20px;
        width: 100%;
    }
    .yw_list li .text h3 {
        font-size: 26px;
    }
    .yw_list li .text .txt2{
        margin-bottom: 25px;
    }
    .yw_list li .text a span{
        font-size: 15px;
    }
    .yw1{
        padding-bottom: 50px;
    }
    .yw1 h2{
        width: 100%;
        font-size: 24px;
    }
    .yw1 .text {
        width: 100%;
        padding-top:10px;
    }
    .yw2_list1 li p,#c-banner4 p,#c-banner5 p{
        font-size: 18px;
    }
    .yw3 {
        margin-top: 50px;
    }
    .yw3 h2{
        margin-bottom: 30px;
    }
    .yw3 .container .cont{
        padding-top:50px;
    }
    .jjfa_list li span{
        font-size: 18px;
    }
    a.more3 span{
        font-size: 15px;
    } 
    .yw4{
        padding-bottom: 20px;
    }
}
@media(max-width: 640px){
    #yewu {
        padding: 35px 0 15px;
    }
    .n_top h2 {
        font-size: 28px;
        line-height: 1.6;
    }
    .n_top .text {
        font-size: 14px;
    }
    .yw_list li .text {
        padding: 15px 12px;
    }
    .yw_list li .text .txt {
        margin: 15px 0 10px;
    }
    .yw_list li .text h3 {
        font-size: 22px;
    }
    .yw_list li .text .txt2 {
        font-size: 13px;
    }
    .yw_list li .text .txt2{
        margin-bottom: 15px;
    }
    .yw1{
        padding-bottom: 35px;
    }
    .yw1 h2{
        width: 100%;
        font-size: 18px;
    }
    .yw1 .text .txt2 {
        font-size: 15px;
        margin-top: 20px;
    }
    .yw2_list1 li p,#c-banner4 p,#c-banner5 p{
        font-size: 16px;
    }
    .yw3 {
        margin-top: 30px;
    }
    .yw3 h2{
        margin-bottom: 20px;
    }
    .yw3 .container .cont{
        padding-top:30px;
    }
    .jjfa_list li span{
        font-size: 16px;
    }
    .jjfa_imgs{
        width: 100%;
    }
    .yw3 .cont2 .text{
        width: 100%;
        margin-top:20px;
    }
    .yw3 .cont .text .yw3_more{
        position: relative;
        padding-top:10px;
    }
    .h82{
        height: 70px;
    }
}
@media(max-width: 460px){
    
}


.sort li:last-child a{
    margin-right: 0;
}
.n_content{
    padding-bottom: 50px;
}
.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 135px;
}
.case_list li:nth-child(3n){
    margin-right: 0;
}
.case_list li a{
    display: block;
}
.case_list li a .text{
    line-height: 1.4;
    padding:25px 0 30px;
    position: relative;
    overflow: hidden;
}
.case_list li a .text div{
    font-size: 20px;
    color: #333333;
}
.case_list li a .text h3{
    font-size: 34px;
    line-height:1.2;
    color: #1a1a1a;

    font-weight: normal;
}
.case_list li a:hover .img img{
    transform: scale(1.1);
}
.case_list li a:hover .text .line1{
    background:#d32946;
}
.case_detail{
    padding:105px 0 180px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.case_detail_l{
    width: 38.5%;
    padding-right: 30px;
    position: sticky;
    top: 100px;
    float: left;
}
.case_detail_l h1{
    font-size: 70px;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 550px;
}
.case_detail a span{
    font-size: 36px;
}
.case_detail_r{
    width: 61.5%;   
    font-size: 30px;
    color: #1a1a1a; 
    line-height: 1.6;
    float: right;
    text-align: justify;
}
.case_detail_r img{
    margin:20px 0;
}
.case_detail2{
    display: flex;
    justify-content: space-between;
    padding:55px 0;
}
.case_detail p.p1{
    font-size: 18px;
}
.case_detail2 p.p2{
    font-size: 36px;
}
.case_detail2 p.p2 span{
    display: inline-block;
    position: relative;
}
.case_detail2 p.p2 span:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#1a1a1a;
}
.case_detail3{
    display: none;
}
.case_detail3 p{
    font-size: 36px;
}
.case_detail3 p span{
    display: inline-block;
    position: relative;
    text-decoration: none!important;
    line-height: 1.6;
    margin-bottom: 10px;
}
.case_detail3 p span:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#1a1a1a;
}
.case_detail4{
    margin-top:100px;
}
.case_detail4 a{
    margin-top:70px;
}

.case_detail1 p:nth-child(1),.case_detail4 p:nth-child(1){
    display: none;
}
/*.case_list li a .text div:nth-child(1){*/
/*    display: none;*/
/*}*/
@media(max-width: 1600px){
    .case_list li{
        margin-bottom: 70px;
    } 
    .case_list li a .text{
        padding:20px 0 25px;
    }
    .case_list li a .text div{
        font-size: 16px;
        color: #333333;
    }
    .case_list li a .text h3{
        font-size: 26px;
    }
    .case_detail{
        padding: 90px 0 120px;
    }
    .case_detail_l h1{
        font-size: 42px;
        margin-bottom: 500px;
    }
    .case_detail_r{
        font-size: 16px;
    }
    .case_detail2{
        padding: 30px 0;
    }
    .case_detail p.p1{
        font-size: 15px;
    }
    .case_detail2 p.p2,.case_detail3 p{
        font-size: 24px;
    }
    .case_detail4 {
        margin-top: 60px;
    }
    .case_detail4 a {
        margin-top: 50px;
    }
    .case_detail a span{
        font-size: 24px;
    }
}   
@media(max-width: 1280px){
    .case_list li{
        margin-bottom: 40px;
    }
    .case_list li a .text{
        padding:15px 0 20px;
    }
    .case_list li a .text div{
        font-size: 15px;
    }
    .case_list li a .text h3{
        font-size: 22px;
    }  
    .case_detail{
        padding: 70px 0 100px;
    }
    .case_detail_l h1{
        font-size: 32px;
        margin-bottom: 300px;
    }
    .case_detail_r{
        font-size: 15px;
    }
    .case_detail2{
        padding: 20px 0;
    }
    .case_detail p.p1{
        font-size: 14px;
    }
    .case_detail2 p.p2,.case_detail3 p{
        font-size: 20px;
    }
    .case_detail4 {
        margin-top: 40px;
    }
    .case_detail4 a {
        margin-top: 30px;
    }
    .case_detail a span{
        font-size: 20px;
    }   
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .case_list li{
        margin-bottom: 30px;
    }
    .case_list li a .text div{
        font-size: 14px;
    }
    .case_list li a .text h3{
        font-size: 18px;
    } 
    .case_detail{
        padding: 50px 0 70px;
    }
    .case_detail_l{
        width: 100%;
    }
    .case_detail_l h1{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .case_detail_l a{
        display: none;
    }
    .case_detail_r{
        width: 100%;
    }
    .case_detail4 {
        margin-top: 30px;
    }
    .case_detail4 a {
        margin-top: 20px;
    }
    .case_detail a span{
        font-size: 16px;
    }    
}
@media(max-width: 640px){
    .case_list li{
        width: 49%;
        margin-bottom: 20px;
    }
    .case_list li:nth-child(3n){
        margin-right: 2%;
    }
    .case_list li:nth-child(2n){
        margin-right: 0;
    }
    .case_list li a .text{
        padding:12px 0 15px;
    }
    .case_list li a .text div{
        font-size: 13px;
    }
    .case_list li a .text h3{
        font-size: 16px;
    } 
    .case_detail{
        padding: 35px 0 50px;
    }  
    .case_detail_l h1{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .case_detail2 p.p2, .case_detail3 p{
        font-size: 16px;
    }
    .case_detail4 {
        margin-top: 20px;
    } 
    .case_detail a span{
        font-size: 15px;
    } 
}
@media(max-width: 460px){
    .case_list li{
        width: 100%;
        margin-right: 0!important;
    }   
}


.team_top .p1{
    padding-bottom: 18px;
}
.team1{

}
.team1 .text{
    float:left;
    width: 46.5%; 
}
.team1 .text .txt1{
    font-size: 40px;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 42%;
}
.team1 .text .txt2{
    font-size: 26px;
    color: #1a1a1a;
    max-width: 565px;
    line-height: 1.6;
}
.team1 .img{
    float:right; 
    width: 44.5%;   
}
.team2{
    padding:45px 0 32px;
}
.team3{
    display: flex;
    justify-content: space-between;
}
.team3 .img1{
    width: calc(35.1% - 30px);
    margin-right: 30px;
}
.team3 .img1 img,.team3 .img2 img{
    height: 100%;
    width: 100%;
}
.team3 .img2{
    width: 64.9%;
}
.team1 .img:hover img,.team2 .img:hover img,.team3 .img:hover img{
    transform: scale(1.05);
}
.team4{
    padding:32px 0 190px;
}
.team4 .container{
    display: flex;
    justify-content: space-between;
}
.team4_t{
    width: 35.1%;
    padding-right: 115px;
}
.team4_t h2{
    font-size: 70px;
    color: #1a1a1a;
    line-height: 1;
    margin-top:70px;
    margin-bottom: 730px;
    font-weight: normal;
}
.team4_t .txt1{
    font-size: 26px;
    color: #1a1a1a;
    line-height: 1.6;
}
.team4_r{
    width: 64.9%;
}
.team_list{
    display: flex;
    flex-wrap: wrap;
}
.team_list li{
    width: 23.5%;
    margin-right: 2%;
    cursor: pointer;
    margin-bottom: 20px;
}
.team_list li:nth-child(4n){
    margin-right: 0
}
.team_list li .text{
    color: #1a1a1a;
    padding-top:30px;
}
.team_list li .text h3{
    font-size: 30px;
    line-height:1.4;
}
.team_list li .text p{
    font-size: 16px;
    line-height: 1.4;
}
.team_list li:hover .img img{
    transform: scale(1.05);
}
.team_list li .xs{
    position: fixed;
    top:0;
    left:0;
    display: none;
    background:rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    z-index: 999999;
}
.team_list li .xs .cont{
    padding:30px;
    background:#353535;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 1349px;
    width: 90%;
    margin:0 auto;
}
.team_list li .xs .cont .close1{
    position: absolute;
    top:30px;
    right:30px;
}
.team_list li .xs .cont .img{
    width: 34%;
}
.team_list li .xs .cont .txt{
    width: 66%;    
    padding:0 105px 0 68px;
    color: #fff;
}
.team_list li .xs .cont .txt h4{
    font-size: 60px;
    line-height: 1.4;
    font-weight: normal;
}
.team_list li .xs .cont .txt .p1{
    font-size: 20px;
    padding:10px 0 25px;
}
.team_list li .xs .cont .txt .txt2{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;

    overflow: hidden;
    max-height: 500px;
    min-height: 300px;
    overflow-y: auto;
    padding-right: 10px;    
}
.team_list li .xs .cont .txt .txt2::-webkit-scrollbar {/*滚动条整体样式*/
    width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.team_list li .xs .cont .txt .txt2::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #d32946;
}
.team_list li .xs .cont .txt .txt2::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
.team_list li .xs .cont .txt .txt2 p{
    margin-bottom: 20px;
}
.team_list li.on .xs{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media(max-width: 1600px){
    .team1 .text{
        width: 48%;
    }
    .team1 .text .txt1{
        font-size: 30px;
        margin-bottom: 10%;
    }
    .team1 .text .txt2{
        font-size: 22px;
    }
    .team4_t{
        padding-right: 60px
    }
    .team4_t h2{
        font-size: 46px;
    }
    .team4_t .txt1{
        font-size: 20px;
    }
    .team_list li .text{
        padding-top:15px;
    }
    .team_list li .text h3{
        font-size: 22px;
    }
    .team_list li .text p{
        font-size: 14px;
    }
    .team_list li .xs .cont .txt{
        padding:0 105px 0 50px;
    }
    .team_list li .xs .cont .txt h4{
        font-size: 36px;
    }
    .team_list li .xs .cont .txt .p1 {
        font-size: 16px;
        padding: 5px 0 15px;
    }
    .team_list li .xs .cont .txt .txt2{
        font-size: 15px;
    }
}
@media(max-width: 1280px){
    .team1 .text .txt1{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .team1 .text .txt2{
        font-size: 18px;
    }
    .team4_t{
        padding-right: 30px
    }
    .team4_t h2{
        font-size: 32px;
        margin-top: 40px;
        margin-bottom: 600px;
    }
    .team4_t .txt1{
        font-size: 16px;
    }
    .team_list li{
        width: 32%;
    }
    .team_list li:nth-child(4n){
        margin-right: 2%
    }
    .team_list li:nth-child(3n){
        margin-right: 0;
    }
    .team_list li .text{
        padding-top:14px;
    }
    .team_list li .text h3{
        font-size: 18px;
    }
    .team_list li .xs .cont .txt{
        padding:0 100px 0 30px;
    }
    .team_list li .xs .cont .txt h4{
        font-size: 32px;
    }
    .team_list li .xs .cont .txt .p1 {
        font-size: 15px;
        padding: 5px 0 10px;
    }
    .team_list li .xs .cont .txt .txt2{
        font-size: 14px;
    }    
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .team4 {
        padding: 30px 0 120px;
    }
    .team1 .text {
        width: 54%;
    }
    .team4 .container{
        flex-wrap: wrap;
    }
    .team4_t{
        width: 100%;
        padding-right: 0;
    }
    .team4_t h2{
        font-size: 26px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .team4_t .txt1{
        font-size: 15px;
    }
    .team4_r{
        width: 100%;
        margin-top:20px;
    }
    .team_list li .xs .cont .txt {
        padding: 0 20px 0 30px;
    }
    .team_list li .xs .cont .txt h4{
        font-size: 24px;
    }
    .team_list li .xs .cont .txt .p1{
        font-size: 14px;
    }
    .team_list li .xs .cont .txt .txt2 p {
        margin-bottom: 5px;
    }
    .team_list li .xs .cont .txt .txt2{
        max-height: 220px;
        min-height: 160px;  
    }
}
@media(max-width: 640px){
    .team_top .p1 {
        padding-bottom: 15px;
        margin-bottom: 0px;
    }
    .team1 .text{
        width: 100%;
    }
    .team1 .text .txt1{
        font-size: 16px;
    }
    .team1 .text .txt2 {
        font-size: 15px;
    }
    .team1 .img{
        width: 100%;
        margin-top:15px;
    }
    .team4 {
        padding: 30px 0 70px;
    }
    .team4_t h2{
        font-size: 22px;
    }
    .team4_t .txt1{
        font-size: 14px;
    }
    .team2 {
        padding: 20px 0;
    }
    .team3 .img1 {
        width: calc(35.1% - 15px);
        margin-right: 15px;
    }  
    .team_list li .xs .cont{
        padding:20px 0;
    } 
}
@media(max-width: 460px){
    .team_list li {
        width: 49%;
        margin-bottom: 15px;
    }
    .team_list li:nth-child(3n){
        margin-right: 2%
    }
    .team_list li:nth-child(2n){
        margin-right: 0;
    }
    .team_list li .xs .cont .img{
        width: 100%;
        text-align: center;
    }
    .team_list li .xs .cont .img img{
        max-height: 150px;
    }
    .team_list li .xs .cont .txt{
        width: 100%;
        padding:30px 15px 0px;
    }
    .team_list li .xs .cont .txt .txt2{
        max-height: 200px;
        min-height: 120px;  
    }   
    .team_list li .xs .cont .txt h4{
        font-size: 22px;
    } 
    .team_list li .xs .cont .close1 {
        top: 15px;
        right: 15px;
    }
}


.n_top2{
    padding: 110px 0 80px;
}
.n_top2 .container{
    display: flex;
    justify-content: space-between;
}
.n_top2 .index_t2{
    font-size: 120px;
    line-height: 120px;
}
.sort{
    display: flex;
    height: 120px;
    align-items:flex-end;
}
.sort a{
    display: block;
    font-size: 26px;
    color: #1a1a1a;
    margin-right: 44px;
    position: relative;
}
.sort a:last-child{
    margin-right: 0;
}
.sort li a:hover,.sort li.cur a{
    color: #d32946;
}
.sort li a:hover:before,.sort li.cur a:before{
    content:'';
    position: absolute;
    left:0;
    bottom:4px;
    width: 100%;
    height: 2px;
    background:#d32946;
}
.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{

}
.news_list li a .text{

}
.news_list li a .text .date{
    font-size: 18px;
    color: #333333;
    margin:30px 0 0px;
}
.news_list li a .text h3{
    font-size: 34px;
    color: #1a1a1a;
    font-weight: normal;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li a .text .info{
    font-size: 18px;
    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 45px;
}
.news_list li a .text .more span{
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    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{
    padding:80px 0 180px;
    position: relative;
}
.left1{
    width: 39%;
    padding-right: 9%;
    float:left;
    position: sticky;
    top: 100px;
}
.news_detail h1{
    font-size: 54px;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 530px;
    font-weight: normal;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.news_detail .left1 a span{
    font-size: 36px;
    padding:12px 0;
}
.right1{
    width: 61%;
    float:right;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1.6;
}
.news_detail .content{
    text-align: justify;
}
@media(max-width: 1600px){
    .n_top2 {
        padding: 90px 0 60px;
    }
    .n_top2 .index_t2{
        font-size: 62px;
        line-height: 62px;
    }
    .sort{
        height: 62px;
    }
    .sort a{
        font-size: 22px;
        margin-right: 30px;
    }
    .news_list li{
        margin-bottom: 50px;
    }
    .news_list li a .text .date{
        font-size: 15px;
        margin:20px 0 0px;
    }
    .news_list li a .text h3{
        font-size: 26px;
    }
    .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 {
        padding: 80px 0 120px;
    }
    .left1{
        padding-right: 5%;
    }
    .news_detail h1{
        font-size: 32px;
        margin-bottom: 350px;
    }
    .right1{
        font-size: 15px;
    }
}
@media(max-width: 1280px){
    .n_top2 {
        padding: 70px 0 40px;
    }
    .n_top2 .index_t2{
        font-size: 42px;
        line-height: 42px;
    }
    .sort{
        height: 42px;
    }
    .sort a{
        font-size: 18px;
        margin-right: 20px;
    } 
    .news_list li a .text .date{
        font-size: 14px;
        margin:10px 0 0px;
    }
    .news_list li a .text h3{
        font-size: 22px;
    }
    .news_list li a .text .info{
        font-size: 14px;
        margin:0px 0 15px;
    }
    .news_list li a .text .more span{
        font-size: 15px;
    }  
    .left1{
        padding-right: 3%;
    }
    .news_detail h1{
        font-size: 24px;
        margin-bottom: 200px;
    } 
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .n_top2 {
        padding: 50px 0 30px;
    }
    .n_top2 .index_t2{
        font-size: 32px;
        line-height: 32px;
    }
    .sort{
        height: 32px;
    }
    .sort a{
        font-size: 16px;
        margin-right: 15px;
    }
    .sort li a:hover:before, .sort li.cur a:before{
        bottom: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: 18px;
    }
    .news_detail {
        padding: 50px 0 80px;
    }
    .left1{
        padding-right: 0%;
        width: 100%;
    }
    .news_detail h1{
        font-size: 20px;
        margin-bottom: 20px;
    } 
    .left1 a{
        display: none;
    }
    .right1{
        width: 100%;
    }
}
@media(max-width: 640px){
    .n_top2 {
        padding: 30px 0 20px;
    }
    .n_top2 .container{
        flex-wrap: wrap;
    }
    .n_top2 .index_t2{
        font-size: 22px;
        line-height: 22px;
        width: 100%;
    }
    .sort{
        height: 30px;
        width: 100%;
        margin-top:15px;
    }
    .news_list li{
        margin-bottom: 15px;
    }
    .news_list li a .text h3{
        font-size: 16px;
    } 
    .news_detail {
        padding: 35px 0 50px;
    }
    .news_detail h1{
        font-size: 18px;
        margin-bottom: 15px;
    } 
}
@media(max-width: 460px){
    .news_list li{
        width: 100%;
        margin-right: 0!important;
    }    
}


.contact1{

}
.contact1 h2{
    font-size: 50px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 55px;
}
.contact_list{
    display: flex;
    flex-wrap: wrap;
}
.contact_list li{
    margin-right: 9%;
}
.contact_list li:last-child{
    margin-right: 0%;
}
.contact_list li p.p1{
    font-size: 20px;
    color: #1a1a1a;
}
.contact_list li p.p2 span{
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 40px;
    color: #1a1a1a;
    line-height: 56px;
}
.contact_list li p.p2 span:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#1a1a1a;
}
.contact_list li:last-child p.p2 span{
    font-size: 30px;
}
.contact2{
    padding:200px 0 0;
}
.n_c_list{
    width: ;
    float:left;
    padding-right: 65px;
}
.n_c_list li{
    float:left;
    margin-right: 115px;
    display: flex;
}
.n_c_list li .text{
    color: #1a1a1a;
    padding-left: 30px;
}
.n_c_list li .text .p1{
    font-size: 24px;
    line-height: 1;
}
.n_c_list li .text .p2{
    font-size: 40px;
    line-height: 1.5;
}
.n_c_list li .text .p3{
    font-size: 20px;
}
.n_c_list li .text .p3 span{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.n_c_list li .text .p3 span:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#1a1a1a;
}
.contact2 .f_share{
    margin-top:0;
    float: left;
}
.contact3{
    margin:140px 0 180px;
}
@media(max-width: 1600px){
    .contact1 h2{
        font-size: 36px;
    }
    .contact_list li {
        margin-right: 5%;
    }
    .contact_list li p.p1{
        font-size: 16px;
    }
    .contact_list li p.p2 span{
        font-size: 26px;
    }
    .contact2 {
        padding: 160px 0 0;
    }
    .n_c_list li{
        margin-right: 70px;
    }
    .n_c_list li .text .p1{
        font-size: 20px;
    }
    .n_c_list li .text .p2{
        font-size: 32px;
    }
    .n_c_list li .text .p3{
        font-size: 16px;
    }
    .contact_list li:last-child p.p2 span{
        font-size: 24px;
    }
    .contact3 {
        margin: 100px 0;
    }
}
@media(max-width: 1280px){
    .contact1 h2{
        font-size: 32px;
    }
    .contact_list li {
        margin-right: 3%;
    }
    .contact_list li p.p1{
        font-size: 15px;
    }
    .contact_list li p.p2 span{
        font-size: 20px;
    }
    .contact_list li:last-child p.p2 span{
        font-size: 16px;
    }
    .contact2 {
        padding: 100px 0 0;
    }
    .n_c_list{
        padding-right: 30px;
    }
    .n_c_list li{
        margin-right: 40px;
    }
    .n_c_list li .text{
        padding-left: 15px;
    }
    .n_c_list li .text .p1{
        font-size: 16px;
    }
    .n_c_list li .text .p2{
        font-size: 24px;
    }
    .n_c_list li .text .p3{
        font-size: 14px;
    }
    .contact3 {
        margin: 70px 0 100px;
    }    
}
@media(max-width: 1024px){
    .n_c_list li{
        margin-right: 25px;
    }    
}
@media(max-width: 820px){
    .contact1 h2{
        font-size: 26px;
        margin-bottom: 35px;
    }
    .contact_list li {
        margin-right: 2%;
    }
    .contact_list li p.p1 {
        font-size: 14px;
    }
    .contact_list li p.p2 span{
        font-size: 16px;
        line-height: 42px;
    }
    .contact_list li:last-child p.p2 span{
        font-size: 16px;
    }
    .contact2 {
        padding: 50px 0 0;
    }
    .n_c_list{
        padding-right: 15px;
    }
    .n_c_list li{
        margin-right: 15px;
    }
    .n_c_list li .text{
        padding-left: 12px;
    }
    .n_c_list li .text .p1{
        font-size: 14px;
    }
    .n_c_list li .text .p2{
        font-size: 20px;
    }
    .contact3 {
        margin: 50px 0 70px;
    } 
    .f_share{
        display: none;
    }
}
@media(max-width: 640px){
    .contact1 h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .contact_list li{
        width: 49%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .contact_list li:first-child{
        margin-right: 2%;
    }
    .contact_list li:last-child{
        width: 100%;
    }
    .contact_list li p.p2 span {
        font-size: 16px;
        line-height: 32px;
    }
    .contact2 {
        padding: 30px 0 0;
    }
    .n_c_list{
        width: 100%;
    }
    .n_c_list li{
        width: 50%;
        margin-right: 0;
    }
    .n_c_list li .text .p2{
        font-size: 15px;
    }
    .contact3 {
        margin: 20px 0 55px;
    }
}
@media(max-width: 460px){
    .n_c_list li{
        width: 100%;
        margin-bottom: 10px;
    }    
}



h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@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:#d32946;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #d32946;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: #d32946;
    vertical-align: middle;
    border: 1px solid #d32946; 
    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: #d32946;
    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:60px;
    }
}


/*客服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: 70px;
    height: 70px;
    text-align: center;
    color: #777;
    background: #fff;
}

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

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

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    transition: all .3s;
    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 .3s;
}

#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 .3s;
    overflow: hidden;
}

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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