/*头部样式*/
#header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    border-bottom: 1px solid rgba(255,255,255,.1);

}
.head{
    padding:25px 75px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.container{
    max-width: 1500px;
    margin: 0 auto;
    width: 94%;
}
.logo{
    float: left;
}
.language_a{
    float: right;
    margin:10px 30px 0;
}
.language_a a{
    display: block;
    width: 31px;
    height: 31px;
    border:1px solid #fff;
    line-height: 31px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
/*.language_a a:hover{
    border:1px solid #e9223f;
    color: #e9223f;
}*/
.head_tel{
    margin-top:10px;
    float: right;
    padding-left: 45px;
    background:url(../images/tel1.png) no-repeat left center;
    font-size:22px;
    font-weight: bold;
    color: #fff;
    line-height: 31px;
}
.nav{
    float: right;
    display: flex;
    flex-wrap: wrap;
}
.nav li{
    position: relative;
}
.nav li a.na1{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    padding:0 30px;
    position: relative;
}
.nav li a:hover{
    color: #e60021!important;
}
.nav li a.na1.on{
    color: #e60021!important;
}
.nav li a.na1.on:before{
    content:'';
    position: absolute;
    top:50%;
    left:7px;
    width: 7px;
    height: 14px;
    margin-top: -7px;
    background: url(../images/nav1.png) left center no-repeat;
}
.nav li a.na1.on:after{
    content:'';
    position: absolute;
    top:50%;
    right:7px;
    width: 7px;
    height: 14px;
    margin-top: -7px;
    background: url(../images/nav2.png) right center no-repeat;
}

.nav li .b_nav{
    display: none;
    position: absolute;
    top:60px;
    left:0px;
    z-index: 999;
    background-color: #f0f0f0;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #333;  
    line-height: 2em;  
    display: block;
    text-align: center;
    padding:5px 0;
}
.nav li .b_nav a:hover{
    color: #e60021;    
}

.menu-button{
    display: none;
    position: absolute;
    top: 15px;
    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 .5s 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;
}
.pc_img2{
    display: none;
}
.m_img{
    display: none;
}

#header.header-fixed{
    background:#fff;
}
.header-fixed .head{
    padding:12px 75px;
}
.header-fixed .pc_img1{
    display: none;
}
.header-fixed .pc_img2{
    display: block;
}
.header-fixed .nav li a{
    color: #333;
}
.header-fixed .language_a a{
    color: #333;
    border:1px solid #333;
}
.header-fixed .head_tel{
    color: #333;
    background:url(../images/tel1-2.png) no-repeat left center;
}
@media(max-width: 1800px){
    .head{
        padding:25px 3%;
    }
    .header-fixed .head{
        padding:12px 3%;
    }
    .nav li a.na1{
        padding:0 22px;
    }
}

@media(max-width: 1600px){
    .nav li a.na1 {
        padding: 0 15px;
    }
}
@media(max-width: 1500px){
    .head_tel{
        display:none;
    }
    .language_a {
        margin: 10px 0px 0 20px;
    }
}
@media(max-width: 1440px){
    .head {
        padding: 16px 3%;
    }
    .nav li a.na1 {
        padding: 0 20px;
    }    
}
@media(max-width: 1360px){
    .head{
        padding:25px 3%;
    }
    .header-fixed .head{
        padding:12px 3%;
    }
    .nav li a.na1 {
        padding: 0 14px;
        font-size:15px;
    }
}
@media(max-width: 1259px){
    .head{
        padding:20px 2%;
    }
    .header-fixed .head{
        padding:12px 2%;
    }
    .container{
        width: 96%;
    }
    .language_a{
        display: none;
    }
    .head_tel{
        display: none;
    }
    .logo img{
        max-height: 45px;
    }
    .nav li a.na1{
        line-height: 65px;
        padding: 0 12px;
        font-size:15px;
    }
}
@media(max-width: 1024px){
    .logo img{
        max-height: 30px;
    }   
    .nav li a.na1{
        font-size:14px;
    } 
    .nav li a.na1.on:before{
        left:0;
    }
    .nav li a.na1.on:after{
        right:0;
    }
}
@media(max-width: 860px){
    .logo img{
        max-height: 25px;
    }   
    .nav li a.na1{
        padding:0 8px;
    } 
}
@media(max-width: 768px){
    .head {
        padding: 10px 2%;
    }
    .logo img{
        max-height: 45px;
    }   
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
}
@media(max-width: 640px){
    #header{
        position: relative;
    }
    .head {
        padding: 0px 1% 5px;
    }
    .logo{
        width: 80%;
        float: none;
    }
    .menu-button{
        top:20px;
    }
    .mobileNav{
        top:60px;
    }
    .pc_img1,.pc_img2{
        display: none;
    }
    .m_img{
        display: block;
    }
    .menu-button .bar{
        margin:0 0 9px;
    }
}


.index_banner{
    position: relative;
    height: 100vh;
}
.index_banner img{
    height: 100%;
    width: 100%;
}
#swiper-container1 video{
    object-fit:fill;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
    display: block;
}
.scrolldown {
    position: absolute;
    left: 3%;
    bottom: 5%;
    z-index: 4;
}
.scrolldown a {
    display: block;
    width: 40px;
    height: 38px;
    background: url(../images/down.png) center no-repeat;
    position: relative;
    overflow: hidden;
}
.scrolldown a i {
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    width: 40px;
    height: 38px;
    background: url(../images/down1.png) center no-repeat;
}
.scrolldown a:hover i {
    -webkit-animation: topdown 1000ms infinite;
    animation: topdown 1000ms infinite;
}
@keyframes topdown{
    0% { top:0px;} 
    50%{ top:5px;}
    100%{ top:0px;}
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;
    background: rgba(0,0,0,.4);
}
.index_banner .swiper-slide .banner_text h3{
    font-size:70px;
    font-weight: normal;
    transform:translateY(200px);
    opacity:0;
    transition:all .4s;
}
.index_banner .swiper-slide .banner_text p{
    font-size:30px;
    transform:translateY(200px);
    opacity:0;
    transition:all .9s
}
.index_banner .swiper-slide.swiper-slide-active .banner_text h3,.index_banner .swiper-slide.swiper-slide-active .banner_text p{ 
    transform:translateY(0px);
    opacity:1;
}
.swiper-ctrl {
    position: absolute;
    right: 3%;
    bottom: 6%;
    width: 220px;
    z-index: 11;
}
.swiper-ctrl .relative{position: relative;}
.index_banner .swiper-pagination {
    position: absolute;
    left: auto;
    right:0;
    top:50%;
    bottom: auto;
    margin-top: -16px;
    color: #5b7b93;
    font-size: 16px;
}
.index_banner .swiper-pagination span {
    color: #fff;
    font-size: 16px;
    opacity: .2;
}
.index_banner .swiper-pagination .swiper-pagination-current  {
    color: #fff;
    opacity: 1;
}
.index_banner .swiper-button-next,.index_banner .swiper-button-prev {
    position: absolute;
    left: auto;
    right:auto;
    width: 45px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 44px;
    opacity: .2;
}
.index_banner .swiper-button-next:hover,.index_banner .swiper-button-prev:hover {
    opacity: 1;
}
.index_banner .swiper-button-next {
    background: url('../images/next1.png') right center no-repeat;right: 0;
}
.index_banner .swiper-button-prev {
    background: url('../images/prev1.png') left center no-repeat;
    left: 0;
    text-align: right;
}
@media(max-width: 1800px){

}
@media(max-width: 1600px){
    .index_banner .swiper-slide .banner_text h3{
        font-size:50px;
    }
    .index_banner .swiper-slide .banner_text p{
        font-size:30px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .index_banner .swiper-slide .banner_text h3{
        font-size:32px;
    }
    .index_banner .swiper-slide .banner_text p{
        font-size:18px;
    }    
}
@media(max-width: 1024px){
    .index_banner{
        height: 100%;
    }    
}
@media(max-width: 768px){
    .index_banner .swiper-slide .banner_text h3{
        font-size:24px;
    }
    .index_banner .swiper-slide .banner_text p{
        font-size:15px;
    }     
}
@media(max-width: 640px){
    .swiper-ctrl,.scrolldown{
        display: none;
    }
    .index_banner .swiper-slide .banner_text h3{
        font-size: 20px;
    }
/*    .index_banner .swiper-slide .banner_text p{
        font-size:15px;
    }  */
}
@media(max-width:420px){
    .index_banner .swiper-slide .banner_text h3{
        font-size:18px;
    }
}

.index_main1{
    padding:80px 0 100px;
}
.title1{
    margin-bottom:80px;
}
.title1 h3{
    font-size:40px;
    color: #1a1a1a;
    line-height: 1em;
    margin-bottom:15px;
}
.title1 p{
    font-size:16px;
    color: #333;
}
.title1 p span{
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #e60021;
    position: relative;
    top: -6px;
    margin-left: 15px;
}
.index_td{

}
.index_td .td_img{
    position: relative;
    width: 56%;
    float: left;
}
.td_li{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    z-index: 9;
}
.td_li li{
    width: 50%;
    border-bottom: 8px solid #e60021;
    font-size:30px;
    color: #fff;
    text-align:center;
    float: left;
    line-height: 165px;
    height: 125px;
    cursor: pointer;
}
.td_li li.cur{
    background:url(../images/td_bg1.png) no-repeat top center;
}
.td_tab{
    display: none;
}
.td_tab img{
    width: 100%;
}
.index_td .td_text{
    width: 44%;
    float: right;
    padding-left: 4%;
}
.index_td .td_text h3{
    font-size:42px;
    color: #1a1a1a;
    line-height: 1.2em;
}
.index_td .td_text h3 span{
    display: inline-block;
    position: relative;
}
.index_td .td_text h3 span:before{
    content:'';
    position: absolute;
    right:-5px;
    bottom:0px;
    width: 208px;
    height: 10px;
    background:#e60021;
    z-index: -1;
}
.index_td .cont{
    margin:30px 0;
}
.index_td .cont p{
    font-size:16px;
    color: #666666;
    line-height: 26px;
    padding:20px 0 20px 85px;
}
.index_td .cont p:nth-child(1){
    background:url(../images/td1.png) no-repeat 24px center;
}
.index_td .cont p:nth-child(2){
    background:url(../images/td2.png) no-repeat 24px center #f0f0f0;
}
.index_td .cont p:nth-child(3){
    background:url(../images/td3.png) no-repeat 24px center;
}
.index_td .cont p:nth-child(4){
    background:url(../images/td4.png) no-repeat 24px center #f0f0f0;
}
.index_td .cont p:nth-child(5){
    background:url(../images/td5.png) no-repeat 24px center;
}
.index_td .cont p:nth-child(6){
    background:url(../images/td6.png) no-repeat 24px center #f0f0f0;
}
.index_td .cont p:nth-child(7){
    background:url(../images/td7.png) no-repeat 24px center;
}
.td_texta{

}
.td_texta a{
    display: block;
    width: 245px;
    line-height: 58px;
    height: 58px;
    background:#e60021;
    color: #fff;
    text-align:center;
    margin:0 auto;
}
.td_texta a span{
    display: inline-block;
    width: 10px;
    height: 15px;
    background: url(../images/jt1.png) no-repeat center;
    margin-left: 30px;
    position: relative;
    top: 3px;
}
.td_texta a:hover{
    opacity:.9;
}
@media(max-width: 1800px){
    .index_td .td_text h3{
        font-size:36px;
    }
    .index_td .cont {
        margin: 30px 0;
    }
}
@media(max-width: 1600px){
    .title1{
        margin-bottom:50px;
    }
    .title1 h3{
        font-size:32px;
    }
    .td_li li{
        font-size:24px;
        height: 100px;
        line-height: 120px;
    }
    .index_td .td_text h3 span:before{
        width: 140px;
    }
    .index_td .td_text{
        padding-left: 4%;
    }
    .index_td .td_text h3{
        font-size:32px;
    }
    .index_td .cont {
        margin: 20px 0;
    }
    .index_td .cont p {
        font-size: 15px;
        line-height: 26px;
        padding: 12px 0 12px 70px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .index_main1 {
        padding: 60px 0;
    }
    .title1{
        margin-bottom:30px;
    }
    .title1 h3{
        font-size:26px;
        margin-bottom: 5px;
    }  
    .title1 p{
        font-size:15px;
    }  
    .title1 p span{
        width: 50px;
    }
    .index_td .td_text {
        padding-left: 3%;
    }
    .index_td .td_text h3 {
        font-size: 26px;
    }
    .index_td .td_text h3 span:before {
        width: 110px;
        height: 5px;
    }
    .td_texta a{
        height:50px;
        line-height: 50px;
        width: 200px;
    }
    .td_texta a span{
        margin-left: 20px;
    }
    .index_td .cont {
        margin: 15px 0;
    }
    .index_td .cont p {
        line-height: 26px;
        padding: 10px 0 10px 60px;
    }
    .index_td .cont p:nth-child(1){
        background:url(../images/td1.png) no-repeat 15px center;
    }
    .index_td .cont p:nth-child(2){
        background:url(../images/td2.png) no-repeat 15px center #f0f0f0;
    }
    .index_td .cont p:nth-child(3){
        background:url(../images/td3.png) no-repeat 15px center;
    }
    .index_td .cont p:nth-child(4){
        background:url(../images/td4.png) no-repeat 15px center #f0f0f0;
    }
    .index_td .cont p:nth-child(5){
        background:url(../images/td5.png) no-repeat 15px center;
    }
    .index_td .cont p:nth-child(6){
        background:url(../images/td6.png) no-repeat 15px center #f0f0f0;
    }
    .index_td .cont p:nth-child(7){
        background:url(../images/td7.png) no-repeat 15px center;
    }
}
@media(max-width: 1024px){
    .td_li li{
        font-size:22px;
    }
}

@media(max-width: 860px){
    .index_main1 {
        padding: 40px 0;
    }
    .index_td .td_img{
        width: 100%;
        float: none;

    }
    .index_td .td_text{
        width: 100%;
        float: none;
        margin-top: 15px;
        padding-left: 0%;
    }    
}
@media(max-width: 768px){
    .index_td .td_text h3 {
        font-size: 24px;
    }
}
@media(max-width: 640px){
    .index_main1 {
        padding: 30px 0;
    } 
    .title1 {
        margin-bottom: 20px;
    }   
    .title1 h3{
        font-size:22px;
    }
    .title1 p span {
        width: 30px;
    }
    .td_li li {
        font-size: 16px;
        height: 50px;
        line-height: 55px;
        border-bottom: 3px solid #e60021;
    }
    .index_td .td_text h3 {
        font-size: 20px;
    }
    .index_td .td_text h3 span:before{
        opacity:0;
        width: 80px;
    }
    .index_td .cont {
        margin: 10px 0;
    }
}



.index_main2{
    background:url(../images/about.jpg) no-repeat center;
    background-size: cover;
    padding:110px 0 130px;
    /*background-attachment: fixed;*/
}
.index_main2 .title1{
    margin-bottom:45px;
}
.index_main2 .title1 h3{
    color: #fff;
}
.index_main2 .title1 p{
    color: #fff;
}
.index_main2 .title1 p span{
    background:#fff;
}
.index_about{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(255,255,255,.1);
}
.index_about_text{
    width: 52%;
    padding:50px 5%;
    border-right: 1px solid rgba(255,255,255,.2);
}
.index_about_text h4{
    font-size:32px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
}
.index_about_text h4:before{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width: 115px;
    height: 3px;
    background:#e60021;
}
.index_about_text p{
    font-size:16px;
    color: #afb1b4;
    margin:25px 0 75px;
}
.index_about_text a{
    display: block;
    width: 176px;
    line-height: 58px;
    height: 58px;
    background: #e60021;
    color: #fff;
    text-align: center;
}
.index_about_text a span {
    display: inline-block;
    width: 10px;
    height: 15px;
    background: url(../images/jt1.png) no-repeat center;
    margin-left: 30px;
    position: relative;
    top: 3px;
}
.index_about_text a:hover{
    opacity:.9;
}
.index_about_sz{
    width: 48%;
}
.index_about_sz ul{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.index_about_sz ul li{
    width: 50%;
/*    height: 50%;*/
    padding-left: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    transition: all 0.6s ease-out;
}
.index_about_sz ul li:nth-child(1),.index_about_sz ul li:nth-child(2){
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.index_about_sz ul li:nth-child(1),.index_about_sz ul li:nth-child(3){
    border-right: 1px solid rgba(255,255,255,.2);
}
.index_about_sz ul li p.p1{
    color: #fff;
}
.index_about_sz ul li p.p1 span{
    font-size:60px;
    font-family: 'Impact';
    line-height: 1em;
}
.index_about_sz ul li p.p1 sub{
    font-size:20px;
    font-family: 'Arial';
    margin-left: 5px;
    display: inline-block;
    line-height: 1.6em;
}
.index_about_sz ul li p.p2{
    font-size:18px;
    color: #afb1b4;
}
.index_about_sz ul li:nth-child(1){
    background:url(../images/sz1.png) no-repeat right center;
}
.index_about_sz ul li:nth-child(1):hover{
    background:url(../images/sz1_h.png) no-repeat right bottom #e60021;
    transition: all 0.6s;
}
.index_about_sz ul li:nth-child(2){
    background:url(../images/sz2.png) no-repeat right center;
}
.index_about_sz ul li:nth-child(2):hover{
    background:url(../images/sz2_h.png) no-repeat right bottom #e60021;
    transition: all 0.6s;
}
.index_about_sz ul li:nth-child(3){
    background:url(../images/sz3.png) no-repeat right center;
}
.index_about_sz ul li:nth-child(3):hover{
    background:url(../images/sz3_h.png) no-repeat right bottom #e60021;
    transition: all 0.6s;
}
.index_about_sz ul li:nth-child(4){
    background:url(../images/sz4.png) no-repeat right center;
}
.index_about_sz ul li:nth-child(4):hover{
    background:url(../images/sz4_h.png) no-repeat right bottom #e60021;
    transition: all 0.6s;
}
@media(max-width: 1800px){
    .index_about_text{
        padding:30px 5%;
    }    
}
@media(max-width: 1600px){
    .index_about_text{
        padding:20px 3%;
    }
    .index_about_text h4{
        font-size:24px;
        padding-bottom: 5px;
    }
    .index_about_text p {
        font-size: 15px;
        margin: 20px 0 30px;
    }
    .index_about_text a{
        width: 150px;
    }
    .index_about_sz ul li{
        padding-left: 25px;
    }
    .index_about_sz ul li p.p1 span{
        font-size:42px;
    }
    .index_about_sz ul li p.p2{
        font-size:16px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .index_main2{
        padding:60px 0;
    }
    .index_main2 .title1 {
        margin-bottom: 30px;
    }
    .index_about_text {
        padding: 15px 2%;
    }
    .index_about_text h4{
        font-size:20px;
    }
    .index_about_text p {
        font-size: 15px;
        margin: 15px 0;
    }
    .index_about_text a{
        height: 45px;
        line-height: 45px;
        width: 120px;
    }
    .index_about_text a span{
        margin-left: 20px;
    }
    .index_about_sz ul li {
        padding-left: 15px;
    }
    .index_about_sz ul li p.p1 span {
        font-size: 36px;
    }
    .index_about_sz ul li p.p1 sub{
        font-size:14px;
    }
    .index_about_sz ul li p.p2 {
        font-size: 15px;
        line-height: 1.6em;
    }
}
@media(max-width: 1024px){
    .index_main2 {
        padding: 40px 0;
    }  
}
@media(max-width: 768px){
    .index_about_text{
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
    .index_about_sz {
        width: 100%;
    }
    .index_about_sz li{
        padding: 15px;
        background-size: contain!important;
    }
}
@media(max-width: 640px){
    .index_main2 {
        padding: 30px 0;
    }  
    .index_main2 .title1 {
        margin-bottom: 20px;
    } 
    .index_about_text h4 {
        font-size: 17px;
    }
    .index_about_sz ul li p.p1 span {
        font-size: 30px;
    } 
}


.index_main3{
    padding:70px 0 105px;
    background: #f7f7f7;
}
.index_main3_top{
    margin-bottom:40px;
}
.index_main3 .title1{
    width: 40%;
    float: left;
    margin-bottom:0;
}
.title1{
    max-width: 570px;
}
.title1 em{
    font-style: normal;
    display: block;
    font-size:16px;
    color: #999999;
    line-height: 1.8em;
    margin-top:15px;
}

.index-creative-technology-nav {
    width:55%;
    padding-top:6%;
    padding-right: 5%; 
    overflow: hidden; 
    float: right;
    text-align: right;
}
.inav a{
    font-size: 16px;
    color: #171921;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    margin-left:30px;
    transition: all 0.4s ease-out;
    font-family: '微软雅黑';
} 
.inav a:first-child{
    margin-left: 0;
}
.inav a.cur {color: #e60021;} 
.inav a:hover{
    color: #e60021;
    transition: all 0.4s;
} 
.inav a::before {background: url('../images/nav1.png') left center no-repeat;left:5px;}
.inav a::after  {background: url('../images/nav1.png') right center no-repeat;right:5px;}
.index-creative-technology-nav a.cur::before,.index-creative-technology-nav a.cur::after {
    display: block;
}
.index-creative-technology-nav a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 7px;
    width: 7px;
    height: 14px;
    margin-top: -7px;
    background: url(../images/nav1.png) left center no-repeat;
    display: none;
}
.index-creative-technology-nav a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 7px;
    width: 7px;
    height: 14px;
    margin-top: -7px;
    background: url(../images/nav2.png) right center no-repeat;
    display: none;
}

.index-creative-technology-swiper {
    position: relative;
    overflow: hidden;
/*    padding:50px 0 0 0;*/
    width:100%;
    clear: both;
}
.index-creative-technology-swiper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 20px; 
    background: #e0e0e0;
}
.index-creative-technology-swiper a {
    display: block;
    overflow: hidden;
    position: relative;
}
.index-creative-technology-swiper .img {
    position: relative;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.6s ease-out;
}
.index-creative-technology-swiper .img .mark-img {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index:2;
    display: none;
}
.index-creative-technology-swiper .img .mark-img img{
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
}
.index-creative-technology-swiper .img img{
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;

}
.index-creative-technology-swiper a:hover .img {
    background-size: 110%;
    transition: all 0.6s;
}
.index-creative-technology-swiper .txt {
    overflow: hidden;
    position: absolute;
    width: 100%;
    padding: 5% 3%; 
    left: 0;
    bottom: 0;
    z-index: 3;
}
.index-creative-technology-swiper .txt strong{
    float: left;
    width:70%;
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.index-creative-technology-swiper .txt span {
    float: left;
    width:30%;
    display: block;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    opacity: .4; 
    color: #fff;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-dot{
    width: 50px;
    height:30px; 
    background: #fff;
    margin:40px auto 0;
    position: relative;
}
.line-dot *{
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    transition:all .4s ease;
}
.line-dot::before {
    content: '';
    position: absolute;
    width:1px;
    height: 20px;
    left:50%;
    top: -30px;
    margin-left: -0.5px; 
    background: #e0e0e0;
    display:block;
}
.line-dot li {
    width:22px;
    height: 22px;
    border: 2px solid #e7e7e7;
    border-radius:100px;
    margin: 2.5px auto;
    overflow: hidden;
}
.line-dot i{
    display: block;
    width: 4px;
    height:4px;
    border-radius:10px;
    margin:7px;
    background: #2c2e38;
    overflow: hidden;
}
.index-creative-technology-swiper .swiper-slide:hover .line-dot li{border: 2px solid #282a34;}
.index-creative-technology-swiper .swiper-slide:hover .line-dot li i{background: #e81836;}
/*.index-creative-technology-swiper .swiper-slide:hover .line-dot::before { background: #727272;}*/

a.more3{
    display: block;
    width: 176px;
    line-height: 58px;
    height: 58px;
    background: #e60021;
    color: #fff;
    text-align: center;   
    margin:50px auto 0;
}
a.more3 span {
    display: inline-block;
    width: 10px;
    height: 15px;
    background: url(../images/jt1.png) no-repeat center;
    margin-left: 30px;
    position: relative;
    top: 3px;
}
a.more3:hover{
    opacity: .9;
}
@media(max-width: 1800px){

}
@media(max-width: 1600px){
    .inav a{
        margin-left: 20px;
    }
    a.more3{
        width: 150px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .index_main3 {
        padding: 60px 0;
    }
    .title1 em {
        font-size: 15px;
        margin-top: 5px;
    } 
    .inav a{
        margin-left: 10px;
    }  
    .index-creative-technology-nav{
        padding-right: 0;
    } 
    .index-creative-technology-swiper .txt{
        padding:3% 2%;
    }
    .index-creative-technology-swiper .txt strong{
        font-size:18px;
    }
    a.more3{
        width: 120px;
        line-height: 50px;
        height: 50px;
    }
    a.more3 span{
        margin-left: 20px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 860px){
    .index_main3 .title1{
        width: 100%;
        float: none;
    }
    .index-creative-technology-nav{
        text-align: left;
        width: 100%;
        float:none;
        padding-top:15px;
    }
    .inav a{
        padding: 0 15px;
        margin-left: 0;
    }
}
@media(max-width: 768px){
    .index_main3 {
        padding: 40px 0;
    }
    .index_main3_top {
        margin-bottom: 30px;
    }    
}
@media(max-width: 640px){
    .index_main3 {
        padding: 30px 0;
    }
    .index_main3_top {
        margin-bottom: 10px;
    } 
    .title1 em {
        font-size: 14px;
        margin-top: 0px;
    } 
    .inav a {
        font-size: 15px;
        padding: 0 10px;
    }  
    .index-creative-technology-nav a::before{
        left:0;
    }
    .index-creative-technology-nav a::after{
        right:0;
    }
    .index-creative-technology-nav{
        padding-top:10px;
    }
    .index_main4_tit a {
        margin-top:10px;
        line-height: 45px;
        height: 45px;
    }
}


.index_main4{
    padding:105px 0 170px;
    /*background:url(../images/news_bg1.png) no-repeat center;*/
    /*background-size:cover;    */
}
.index_main4 .title1{
    margin-bottom:0px;
}
/*.index_main4 .title1 h3{*/
/*    color: #fff;*/
/*}*/
/*.index_main4 .title1 p{*/
/*    color: #fff;*/
/*}*/
/*.index_main4 .title1 p span{*/
/*    background:#fff;*/
/*}*/
.index_main4_tit{
    position: relative;
    margin-bottom:60px;
}
.index_main4_tit .more1{
    position: absolute;
    right:0;
    bottom:0;    
}
.index_main4_tit a{
    display: block;
    width: 176px;
    line-height: 58px;
    height: 58px;
    background: #e60021;
    color: #fff;
    text-align: center;
}
.index_main4_tit a span {
    display: inline-block;
    width: 10px;
    height: 15px;
    background: url(../images/jt1.png) no-repeat center;
    margin-left: 30px;
    position: relative;
    top: 3px;
}
.index_main4_tit a:hover{
    opacity:0.9;
}
.index_news{

}
.inews {float: left;width: 31.3333333%;margin-right: 3%;}
.inews:last-child {margin-right:0;}
.inews a{display: block;overflow: hidden;}
.inews a .img{
    background-size: 100%;
    background-position: center;
    transition: all 0.6s ease-out;
}
.inews a .img img{display: block;width: 100%;height: auto;}
.inews a .txt{padding: 3% 0;overflow: hidden;}
.inews a .txt h6{font-size: 14px;color: #666;font-weight: normal;}
.inews a .txt h6 i {display: inline-block;vertical-align: middle;margin-right: 20px;height: 1px;width: 40px;background: #999;}
.inews a .txt h3{padding-left: 60px; font-size: 18px;color: #333;}
.inews a:hover .img{
    background-size: 110%;
    transition: all 0.6s;
}
.inews a:hover h3 {color: #e60021;}
.is3,.is6,.is9 {margin-right: 0;}
@media(max-width: 1800px){

}
@media(max-width: 1600px){
    .index_main4_tit a{
        width: 150px;
    }
    .inews a .txt h3{
        font-size:16px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .index_main4{
        padding:60px 0;
    }
    .index_main4_tit{
        margin-bottom:30px;
    }
    .index_main4_tit a {
        width: 120px;
        line-height: 50px;
        height: 50px;
    }
    .index_main4_tit a span{
        margin-left: 20px;
    }
    .inews a .txt h6 i{
        width: 30px;
        margin-right: 15px;
    }
    .inews a .txt h3 {
        padding-left: 45px;
    }

}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .index_main4{
        padding:40px 0;
    }
}
@media(max-width: 767px){
    .index_main4{
        padding:25px 0;
    }
    .index_main4_tit {
        margin-bottom: 20px;
    }
    .inews {
        float: none;
        width: 100%;
        margin-right: 0%;
    }  
    .index_main4_tit .more1{
        position: relative;
    }  
    .index_main4_tit a {
        margin-top:10px;
        line-height: 45px;
        height: 45px;
    }
}

.index_main5{
    background: #f5f5f7;
}
.index_main5 .container{
    overflow: hidden;
    padding:5% 0 7%;
    position: relative;
}
.index_main5 .title1{
    margin-bottom:65px;
}
.index-customers-swiper {overflow: hidden;}
.index-customers-swiper .img{
    background: #fff;height: 180px; text-align: center;
    
}
.index-customers-swiper .img img {
    display: inline-block;vertical-align: middle;
    max-height:170px;
}
.index-customers-swiper.swiper-container-free-mode > .swiper-wrapper{transition-timing-function:linear;}
/*.customers-1{padding-top:65px;}*/
.customers-2{padding-top:10px;}

@media(max-width: 1800px){

}
@media(max-width: 1600px){
    .index-customers-swiper .img{
        height: 150px;
    }
    .index-customers-swiper .img img{
        max-height: 140px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .index_main5 .title1{
        margin-bottom:30px;
    }
    .index_main5 .container{
        padding:5% 0;
    }
    .index-customers-swiper .img {
        height: 120px;
    }
    .index-customers-swiper .img img{
        max-height: 110px;
    }
}
@media(max-width: 1024px){
    .index-customers-swiper .img {
        height: 100px;
    } 
    .index-customers-swiper .img img{
        max-height: 90px;
    }
}
@media(max-width: 768px){
   
}
@media(max-width: 640px){
    .index_main5 .title1 {
        margin-bottom: 15px;
    }
    .index-customers-swiper .img {
        height: 70px;
    }
    .index-customers-swiper .img img{
        max-height: 60px;
    }
}



.f_message{
    padding:80px 0 95px;
    background: url(../images/f_message.jpg) no-repeat center;
    background-size: cover;
}
.f_message .container{
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
}
.f_message h2{
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    line-height: 1em;
}
.f_message h3{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: normal;
    padding-top:25px;
    padding-bottom: 40px;
}
.f_message h3 span{
    display: block;
    margin:0 30px;
    font-size: 20px;
    color: #fff;
}
.message1{

}
.message1 ul li{
    width: 26%;
    margin-right: 2%;
    float: left;
}
.message1 ul li input{
    background: none;
    border:1px solid #999;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    line-height: 55px;
    height: 55px;
    text-indent: 15px;
    outline: none;
    color: #fff;
    font-size:16px;
}
.message1 ul li select{
    background: none;
    border:1px solid #999;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    line-height: 55px;
    height: 55px;
    text-indent: 15px;
    color: #fff;
    outline: none;
}
.m_btn{
    width: 15%;
    float: right;
}
.m_btn input{
    background: #e60021;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    line-height: 55px;
    height: 55px;
    text-align: center;
    outline: none;  
    cursor: pointer;
    border:none;
}
.m_btn input:hover{
    opacity:.7;
}
.x_bottom_l{
    width: 50%;
    /*float: left;*/
    color: #fff;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.x_bottom_l h4{
    font-size: 36px;
}
.x_bottom_l .text1{
    font-size: 16px;
    margin-top:20px;
}
.x_bottom_l .text1 p{

}
.x_bottom_l .text1 p strong{
    font-size: 36px;
}
.f_message .message3{
    width: 50%;
    /*float: right;*/
    background: #fff;
    padding:30px;
}
.f_message .message3 h3{
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 24px;
    color: #333;
}
@media(max-width: 1600px){
    .f_message{
        padding:70px 0;
    }
    .x_bottom_l h4{
        font-size:30px;
    }
    .x_bottom_l .text1 p strong{
        font-size:30px;
    }
}
@media(max-width: 1440px){
    .f_message{
        padding:60px 0;
    }
    .f_message h2{
        font-size:36px;
    }
    .f_message h3 span{
        font-size:16px;
    }
    .m_btn input{
        font-size:16px;
    }
}
@media(max-width: 1024px){
    .f_message h2 {
        font-size: 26px;
    }
    .f_message .message3{
        padding:15px;
    }
}
@media(max-width: 860px){

    .f_message{
        padding:30px 0;
    }
    .message1 ul li{
        width: 48%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .m_btn{
        margin-right: 2%;
        width: 48%;
    }
    .f_message h2{
        font-size: 28px;
    }
    .f_message h3{
        padding:10px 0 20px 0;
    }
    .f_message h3 span{
        margin: 0 10px;
    }

}
@media(max-width: 768px){
    .x_bottom_l h4{
        font-size:24px;
    }
    .x_bottom_l .text1 p strong{
        font-size:24px;
    }
    .f_message .message3 h3{
        font-size:20px;
    }
}
@media(max-width: 640px){
    .f_message h2{
        font-size: 22px;
    }
    .f_message h3 span{
        font-size: 15px;
    }
    .message1 ul li{
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .m_btn {
        margin-right: 0%;
        width: 55%;
        margin:0 auto;
        float: none;
    }
    .x_bottom_l{
        width:100%;
        float:one;
    }
    .x_bottom_l .text1{
        margin-top:0;
        font-size:15px;
    }
    .f_message .message3{
        width:100%;
    }
}



#footer{
    background:#101117;
}
#footer a:hover{
    color: #e60021;
    opacity:1;
}
#footer .container{
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
}
.foot{
    padding:60px 0;
}
.f_nav{
    width: ;
    float: left;
}
.f_nav li{
    float: left;
    margin-right: 130px;
}
.f_nav li:last-child{
    margin-right: 0;
}
.f_nav li h3{
    font-size:16px;
    color: #fff;
    font-weight: normal;
    margin-bottom:6px;
}
.f_nava a{
    display: block;
    font-size:12px;
    color: #fff;
    opacity:0.3;
}
.f_contact{
    float: right;
    width: 45%;
    padding:0 0 0 30px;
}
.f_contact ul{
    display: flex;
    flex-wrap: wrap;
}
.f_contact ul li{
    width: 23%;
    text-align: center;
    margin:1%;
}
.f_contact p{
    color: #ffffff;
    font-size:14px;
}
.f_contact p img{
    display: inline-block;
    margin:5px 0;
    max-width: 120px;
}

.copyright{
    max-width: 1400px;
    margin:0 auto;
    width: 96%;
    padding: 30px 0;
    border-top: 1px solid #212227;
    position: relative;
    font-family: Arial,Microsoft Yahei,PingFang SC,Verdana,Helvetica Neue;
}
.copyright_l{
    float: left;
    font-size:14px;
    color: #fff;
    opacity:0.6;
}
.copyright_l p{
    display: inline-block;
}
.copyright a{
    font-size:14px;
    color: #fff;
    opacity:0.6;
}

.share {
    float: right;

}
/*.share a{display: inline-block;width: 35px;height: 25px;opacity: .2;position: relative;}*/
/*.share a:hover {opacity: 1;}*/
/*.share a.tt {background: url("../images/tt.png") center no-repeat;}*/
/*.share a.wb {background: url("../images/wb.png") center no-repeat;}*/
/*.share a.dy {background: url("../images/dy.png") center no-repeat;}*/
/*.share a.wx {background: url("../images/wx.png") center no-repeat;}*/
/*.share a.qq {background: url("../images/qq.png") center no-repeat;}*/
/*.showewm {display: none;position: absolute;left: 50%;margin-left: -60px; bottom: 30px;width: 120px;height: 120px;overflow: hidden; z-index: 3;}*/
/*.showewm img {display: block;width: 100%;height: auto;}*/
/*.share a:hover .showewm{display: block;}*/

.f_nav2{
    width: 25%;
    float: left;
    padding:0 30px;
    border-right:1px solid rgba(255,255,255,.1);
}
.f_nav2 h3{
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}
.f_nav2 ul{
    display: flex;
    flex-wrap: wrap;
}
.f_nav2 ul li{
    width: 50%;
}
.f_nav2 ul li a{
    display: block;
    color: #fff;
}
.f_contact1{
    color: #fff;
    float: left;
    width: 30%;
    padding:0 30px 0 0;
    border-right:1px solid rgba(255,255,255,.1);
}
.f_contact1 h3{
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px;
}
.f_contact1 .text1{
    
}
.f_contact1 .text1 p{
    font-size: 14px;
    padding-left: 25px;
}
.f_contact1 .text1 p:nth-child(1){
    background: url(../images/fc1.png) no-repeat left center;
    background-size: 20px!important;
}
.f_contact1 .text1 p:nth-child(2){
    background: url(../images/fc1.png) no-repeat left center;
    background-size: 20px!important;
}
.f_contact1 .text1 p:nth-child(3){
    background: url(../images/fc2.png) no-repeat left center; 
    background-size: 20px!important;
}
.f_contact1 .text1 p:nth-child(4){
    background: url(../images/fc3.png) no-repeat left center; 
    background-size: 20px!important;
}
.f_contact1 .text1 p:nth-child(5){
    background: url(../images/fc4.png) no-repeat left center;
    background-size: 20px!important;
}
@media(max-width: 1800px){

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

}
@media(max-width: 1440px){
    .foot {
        padding: 40px 0;
    }    
}
@media(max-width: 1259px){
    .f_contact1 h3,.f_nav2 h3{
        font-size:18px;
    }    
}
@media(max-width: 1024px){
    .foot {
        padding: 30px 0;
    }    
    .f_contact p strong{
        font-size:22px;
    }
}
@media(max-width: 860px){
    .f_nav li{
        margin-right: 25px;
    }
    .copyright{
        padding: 15px 0;
    }
    .copyright_l{
        float: none;
    }
    .share{
        float: none;
        margin-top:10px;
    }
    /*.f_nav{*/
    /*    width: 75%;*/
    /*}*/
    /*.f_contact{*/
    /*    width: 25%;*/
    /*}*/
    .f_contact p strong{
        font-size:18px;
    }
    .f_contact1 h3{
        margin-bottom:5px;
    }
    .f_contact1{
        float:none;
        width:100%;
        padding: 0 0px 0 0;
        border: none;
    }
    .f_nav2{
        display:none;
    }
    .f_contact{
        width:100%;
        float:none;
        padding-left:0;
        margin-top:15px;
    }
}
@media(max-width: 768px){

}
@media(max-width: 767px){
    .foot {
        padding: 20px 0;
    }  
    .f_nav{
        width: 100%;
        display: none;
    }
    .f_contact{
        width: 100%;
        float: none;
        text-align:center;
    }  
    .f_contact1 h3, .f_nav2 h3 {
        font-size: 16px;
    }
    .f_contact1 .text1 p{
        font-size:13px;
    }
    .f_contact p{
        font-size:12px;
    }
}


#tc{
    background: rgba(0,0,0,.7);
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    display: none;
}
.close1{
    color: #fff;
    position: relative;
    top: -51px;
    left: 100%;
    display: inline-block;
    font-size: 24px;
    line-height: 1em;
    cursor: pointer;
}
.tc_message3{
    width: 500px;
    height: 400px;
    background: #fff;
    position: absolute;
    top:50%;
    margin-top:-200px;
    left:50%;
    margin-left: -250px;
    padding: 30px;
}
.tc_message3 h2{
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
.message3 ul{
    display: flex;
    flex-wrap: wrap;
}
.message3 ul li{
    width: 48%;
    margin-bottom: 15px;
}
.message3 ul li:nth-child(1){
    margin-right: 4%;
}
.message3 ul li:nth-child(3){
    width: 100%;
}
.message3 ul li input{
    display: block;
    width: 100%;
    height: 42px;
    line-height: 40px;
    padding:0 10px;
    border:1px solid #e5e5e5;
    outline: none;
}
.message3 ul li textarea{
    width: 100%;
    display: block;
    height: 122px;
    line-height: 40px;
    padding:0 10px;
    font-family: '微软雅黑';
    border:1px solid #e5e5e5;
    outline: none;
}
.m_btn2{
    width: 100%;
}
.m_btn2 input{
    display: block;
    width: 100%;
    border:none;
    background: #e60021;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    height: 42px;
}

@media(max-width:767px){
    .tc_message3{
        width: 300px;
        height: 420px;
        margin-top:-210px;
        margin-left: -150px;
        padding: 15px;
    }
    .message3 ul li{
        width: 100%;
        margin-bottom: 10px;
    }
}

/*----- 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;
}



/*------------内页-------------------*/
.header-fixed .head2{
    padding:20px 75px 25px;
}
.sitemp{
    background:#f5f5f7;
    padding:18px 0;
}
.sitemp .site{
    font-size:12px;
    color: #999999;
}
.sitemp .site a{
    font-size:12px;
    color: #999999;
}
.sitemp .site a:last-child{
    color: #e70c2b;
}
.product1{
    padding:60px 0 85px;

}
.product1_l{
    width: 50%;
    float: left;
}
.product1_r{
    width: 50%;
    float: right;
    padding-left: 3%;
}
.product1_r h2{
    font-size:36px;
    color: #333333;
}
.product1_r .text1{
    font-size:16px;
    color: #666666;
    line-height: 1.8em;
}
.product1_r h3{
    font-size:22px;
    color: #4c4c4c;
    margin:45px 0 20px;
}
.product1_r .p_td{
    display: flex;
    flex-wrap: wrap;
}
.product1_r .p_td li{
    width: 32.5%;
    margin-right:1.25%;
    background:#ebebeb;
    padding:40px 25px 30px;
}
.product1_r .p_td li:last-child{
    margin-right: 0;
}
.product1_r .p_td li .img{
    position: relative;
    width: 58px;
    height: 57px;
    overflow: hidden;
    margin:0 auto;
}
.product1_r .p_td li .img img{
    position: absolute;
    top:0;
    left:0;
    display: block;
}   
.product1_r .p_td li h4{
    line-height: 1em;
    padding:15px 0 28px;
    font-size:18px;
    color: #4c4c4c;
    text-align: center;
}
.product1_r .p_td li p{
    font-size:14px;
    color: #808080;
    line-height: 1.8em;
}
.product1_r .p_td li:hover{
    background:#e70c2c;
}
.product1_r .p_td li:hover .img img{
    top:-57px;
}
.product1_r .p_td li:hover h4{
    color: #fff;
}
.product1_r .p_td li:hover p{
    color: #fff;    
}
.product2{
    background:#f7f7f7;
    padding:90px 0 0;
}
.p_title1{
    text-align: center;
    margin-bottom:80px;
}
.p_title1 h2{
    font-size:42px;
    color: #464646;
    line-height: 1em;
}
.p_title1 p{
    font-size:16px;
    color: #666666;
    padding-top:5px;
}
.product2_list{

}
.product2_list li{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 110px;
    /*max-width: 1400px;*/
    /*margin:0 auto;*/
}
.product2_list li .img{
    width: 50%;
    overflow: hidden;
}
.product2_list li .img img{
    transition: all 0.6s ease-out;
    width: 100%;
    /*height: 580px;*/
}
.product2_list li .text{
    width: 50%;
    padding:0 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.product2_list li .text h3{
    font-size:40px;
    color: #333333;
    position: relative;
    font-weight: normal;
    line-height: 1em;
    padding:30px 0 30px;
}
.product2_list li .text h3:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 55px;
    height: 2px;
    background:#e70c2c;
}
.product2_list li .text p{
    font-size:16px;
    color: #4c4c4c;
    line-height: 1.8em;
}
.product2_list li .text table{
    width: 100%;
    background: #f0f0f0;
}
.product2_list li .text tr{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.product2_list li .text tr td{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding:5px;
    color: #333;
    font-size: 15px;
    line-height: 1.6em;
}
.product2_list li .text h4{
    font-size:16px;
    color: #333333;    
    margin-top:20px;
    border-top:1px solid #ccc;
    padding:15px 0 10px;
}
.product2_list li .text dl{
    display: flex;
    flex-wrap: wrap;
}
.product2_list li .text dl dt{
    width: 14%;
    font-size:18px;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1em;
    text-align: center;
    background:#f2f2f2;
}
.product2_list li .text dl dd{
    width: calc(43% - 5px);
    margin-left: 5px;
}
.product2_list li .text dl dd p{
    line-height: 30px;
    margin-bottom:5px;
    height: 30px;
    padding:0px 10px;
    font-size:18px;
}
.product2_list li .text dl dd p:nth-child(1){
    background:#f2f2f2;
}
.product2_list li .text dl dd p:nth-child(2){
    background:#d9d9d9;
    height: 60px;
}
.product2_list li .text dl dd p:nth-child(3){
    background:#bfbfbf;
    margin-bottom:0;
}
.product2_list li .img:hover img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.product2_list li:nth-child(2n){
    flex-direction: row-reverse;
}
.product2_list li:nth-child(2n) .img{
    text-align: right;
}
.product2_list li:last-child{
    margin-bottom: 0;
}
.product3{
    padding-top:110px;
}
.product3 .p_title1{

}
.product3_list{
    display: flex;
    flex-wrap: wrap;
}
.product3_list li{
    background:#f5f5f5;
    padding:25px 25px 55px;
    width: 47%;
}
.product3_list li:last-child{
    margin-left:6%;
    animation-delay: 0.9s!important;
}
.product3_list li .img{
    overflow: hidden;
}
.product3_list li .img img{
    transition: all 0.6s ease-out;
}
.product3_list li .text{
    padding:35px 0 0 40px;
}
.product3_list li .text h3{
    font-size:32px;
    color: #333333;
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom:25px;
    position: relative;
}
.product3_list li .text h3:before{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 52px;
    height: 1px;
    background:#e70c2c;
}
.product3_list li .text p{
    font-size:16px;
    color: #666666;
}
.product3_list li:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.product4{
    padding:105px 0 120px;
}
.product4 .p_title1{
    margin-bottom:60px;
}
@media(max-width: 1800px){
    .header-fixed .head2 {
        padding: 12px 3%;
    }    
}
@media(max-width: 1600px){
    .product2_list li .img img{
        /*height: 480px;*/
    }
    .product1 {
        padding: 40px 0;
    }
    .product1_r{
        
    }
    .product1_r h2{
        font-size:26px;
    }
    .product1_r .text1{
        font-size:15px;
    }
    .product1_r h3 {
        font-size: 20px;
        margin: 25px 0 20px;
    }
    .product1_r .p_td li {
        padding: 25px 10px;
    }
    .product1_r .p_td li h4 {
        padding: 15px 0 20px;
        font-size: 17px;
    }
    .product2{
        padding:60px 0;
    }
    .p_title1 h2{
        font-size:30px;
    }
    .product2_list li{
        margin-bottom: 100px;
    }
    .product2_list li .text {
        padding: 0 6% 0 3%;
    }
    .product2_list li .text h3 {
        font-size: 36px;
        padding: 25px 0;
    }
    .product2_list li .text p{
        font-size:16px;
    }
    .product2_list li .text h4 {
        margin-top: 30px;
    }
    .product2_list li .text dl dt,.product2_list li .text dl dd p{
        font-size:16px;
    }
    .product3 {
        padding-top: 60px;
    }
    .p_title1 {
        margin-bottom: 40px;
    }
    .product3_list li {
        padding: 25px;
    }
    .product3_list li .text {
        padding: 20px 0;
    }
    .product3_list li .text h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .product3_list li .text p{
        font-size:15px;
    }
    .product4 {
        padding: 60px 0;
    }
    .product4 .p_title1 {
        margin-bottom: 40px;
    }
}
@media(max-width: 1440px){
        .product2_list li .text p{
        font-size:14px;
    }
    .sitemp{
        padding:10px 0;
    }
}
@media(max-width: 1259px){
    .header-fixed .head2 {
        padding: 12px 2%;
    }  
    .product1 {
        padding: 30px 0;
    }
    .product1_r{
        
    }
    .product1_r h2{
        font-size:22px;
    }
    .product1_r .text1 {
        font-size: 14px;
    }
    .product1_r h3 {
        font-size: 20px;
        margin: 10px 0;
    }
    .product1_r .p_td li {
        padding: 15px 10px;
    }
    .product1_r .p_td li h4 {
        padding: 15px 0 10px;
        font-size: 16px;
    }
    .product1_r .p_td li p{
        font-size:14px;
    }
    .product2{
        padding:50px 0 20px;
    }
    .p_title1 h2{
        font-size:24px;
    }
    .product2_list li{
        margin-bottom: 30px;
    }
    .product2_list li .text {
        padding: 0 6% 0 3%;
    }
    .product2_list li .text h3 {
        font-size: 24px;
        padding: 15px 0;
    }
    .product2_list li .text p{
        font-size:15px;
    }
    .product2_list li .text h4 {
        margin-top: 15px;
        padding: 15px 0 ;
    }
    .product2_list li .text dl dt,.product2_list li .text dl dd p{
        font-size:15px;
    }
    .product3 {
        padding-top: 50px;
    }
    .p_title1 {
        margin-bottom: 30px;
    }
    .product3_list li {
        padding: 15px;
    }
    .product3_list li .text {
        padding: 15px 0;
    }
    .product3_list li .text h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .product3_list li .text p{
        font-size:14px;
    }
    .product4 {
        padding: 50px 0;
    }
    .product4 .p_title1 {
        margin-bottom: 30px;
    }
}
@media(max-width: 1024px){
    .product2_list li .img img {
        /*height: 380px;*/
    }

}
@media(max-width: 768px){
    .product1_l,.product1_r {
        width: 100%;
        float: none;
    }
    .product1_r{
        padding-left: 0;
        margin:15px 0 0;
    }
    .product2_list li{
        max-width: 96%;
        margin:0 auto;
    }
    .product2_list li .img,.product2_list li .text{
        width: 100%;
        float: none;        
    }
    .product2_list li .text{
        padding:0;
        margin-top:15px;
    }
    .product2_list li .text h3{
        font-size:22px;
    }
    .product3_list li{
        width: 49%;
    }
    .product3_list li:last-child {
        margin-left: 2%;
    }
    .product3_list li .text h3{
        font-size:18px;
    }
}
@media(max-width: 767px){
    .header-fixed .pc_img2{
        display: none;
    }
    .header-fixed .head2 {
        padding: 0px 0 5px;
    }
    .product1 {
        padding: 20px 0;
    }
    .product1_r h2 {
        font-size: 20px;
    }
    .product1_r h3{
        font-size:18px;
    }
    .product1_r .p_td li {
        padding: 15px 10px;
        width: 100%;
        margin-right: 0;
        margin-bottom:10px;
    }
    .product2 {
        padding: 30px 0 10px;
    }
    .p_title1 {
        margin-bottom: 20px;
    }
    .p_title1 h2 {
        font-size: 20px;
    }
    .p_title1 p {
        font-size: 14px;
        padding-top: 0px;
    }
    .product2_list li .text h3 {
        font-size: 20px;
    }
    .product3 {
        padding-top: 30px;
    }
    .product3_list li {
        width: 100%;
        padding: 10px;
    }
    .product3_list li:last-child {
        margin-left: 0%;
        margin-top:10px;
    }
    .product3_list li .text h3 {
        font-size: 17px;
    }
    .product4 {
        padding: 25px 0;
    }
    .product4 .p_title1 {
        margin-bottom: 20px;
    }
}

.n_banner {
    background: #000;
    min-height: 300px;
    position: relative;
    overflow: hidden;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner .content {
    position: absolute;
    width: 87%;
    height: 100%;
    left: 6.5%;
    top: 38%;
    z-index: 3;
    margin: auto;
    overflow: hidden;
}
.n_banner .title {color: #fff;text-transform: uppercase;padding-left: 100px;position: relative;}
.n_banner .title line{width: 70px; height: 2px;background: #fff;opacity: .4; display: block;position: absolute;left: 0;top: 32px;}
.n_banner .title h2{
    font-size: 60px;font-weight: 100;opacity: .4;
    line-height: 1em;
}
.n_banner .title h2 strong{font-weight: normal;}
.n_banner .title h3{font-size: 30px;font-weight: normal;padding: 10px 0;}

.page-nav {padding:8.5% 6.3% 0 6.3%;overflow: hidden;}
.page-nav a{font-size: 18px;color: #fff; font-weight: bold;display: inline-block;vertical-align: middle;}
.page-nav a:hover {color: #e70c2c;}
.page-nav a.cur{color: #e70c2c;}
.page-nav i{width: 1px;height:20px;background: #fff;display: inline-block;vertical-align: middle;margin: 0 34px;opacity: .4; 
-ms-transform:rotate(35deg);-moz-transform:rotate(35deg);-webkit-transform:rotate(35deg);-o-transform:rotate(35deg);transform:rotate(35deg);}
.page-nav i:last-child{
    display: none;
}
#container{
    padding:75px 0 95px;   
}
@media(max-width: 1800px){
    
}
@media(max-width: 1600px){
    .n_banner .title line{
        top:20px;
    }
    .n_banner .title h2{
        font-size:40px;
    }
    #container {
        padding: 50px 0;
    }

    .page-nav {
        padding: 7% 0% 0 6.3%;
    }


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

}
@media(max-width: 1259px){
    .n_banner .title{
        padding-left: 60px;
    }
    .n_banner .title line{
        top:15px;
        width: 40px;
    }
    .n_banner .title h2 {
        font-size: 30px;
    }
    .n_banner .title h3 {
        font-size: 24px;
        padding: 0px 0;
    }
    .page-nav {
        padding: 5% 0% 0 0%;
    }
}
@media(max-width: 1024px){

    .page-nav i{
        margin:0 20px; 
    }
}
@media(max-width: 768px){
    .n_banner .title line {
        top: 12px;
    }
    .n_banner .content {
        width: 94%;
        left: 3%;
        top: 38%;
    }
    .n_banner .title h2 {
        font-size: 24px;
    }
    .n_banner .title h3 {
        font-size: 20px;
    }
    .page-nav {
        padding: 7% 0% 0 0%;
    }
    .page-nav a{
        font-size:16px;
        margin-right: 10px;
    }
    .page-nav a:last-child{
        margin-right: 0;
    }
    #container {
        padding: 30px 0;
    }
    .page-nav i{
        display: none;
    }
}
@media(max-width: 640px){
    .n_banner{
        min-height: 120px
    }
    .n_banner .title{
        padding-left: 40px;
    }
    .n_banner .title line {
        top: 8px;
        width: 25px;
    }
    .n_banner .content{
        top:15%;
        width: 96%;
        left:2%;
    }
    .n_banner .title h2 {
        font-size: 18px;
    }
    .n_banner .title h3 {
        font-size: 18px;
    }
    .page-nav {
        padding: 4% 0% 0 0%;
    }
    .page-nav a {
        font-size: 14px;
        margin-right: 5px;
    }
    .page-nav i {
        margin: 0 10px;
        height: 15px;
    }
}


/*case*/
.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom:40px;
}
.case_list li:nth-child(3n){
    margin-right: 0;
}
.case_list li a{
    display: block;
    overflow: hidden;
    position: relative;
}
.case_list li .img{
    position: relative;
    overflow: hidden;
}
.case_list li .img img{
    transition: all 0.6s ease-out;
}
.case_list h2{
    font-size: 24px;
    color: #333;
    text-align: center;
}
.case_list li .text{
    background:rgba(0,0,0,.6);
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;
    transition:all 0.6s ease-out;
}
.case_list li .text h3{
    font-size:24px;
}
.case_list li .text span{
    display: inline-block;
    width: 124px;
    height: 35px;
    line-height: 34px;
    border:1px solid #fff;
    border-radius: 25px;
    font-size:14px;
    margin:30px auto 0;
    text-transform: uppercase;
}
.case_list li:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.case_list li:hover .text{
    transition: all 0.6s;
    top:0;
}
.case_detail{
    display: flex;
    flex-wrap: wrap;
    padding:50px 0 20px;
}
.case_detail_l{
    width: 74%;
}
.case_detail_l .case_cont{
    width: 79%;
    float: left;
}
.case_tab{
    display: none;
}
.case_tab video{
    width: 100%!important;
    height: auto!important;
    display: block;
    position: relative;
    z-index: 0;
}
.case_detail_l .case_tab_li{
    width: 18%;
    float: right;
}
.case_detail_l .case_tab_li p{
    margin-bottom:18px;
}
.case_detail_l .case_tab_li p:last-child{
    margin-bottom:0px;
}
.case_detail_l .case_tab_li p.cur{
    border:5px solid #e70c2c;
}
.case_detail_r{
    width: 23%;
    margin-left: 3%;
    padding-left: 3%;
    position: relative;
    border-left: 1px solid #ccc;
}
.case_detail_r h1{
    font-size:26px;
    color: #333333;
}
.case_detail_r .text1{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:20px 0;
    margin-bottom:30px;
    margin-top:15px;
    color: #808080;
    line-height: 2.5em;
}
.case_detail_r .text2{
    font-size:14px;
    color: #333;
    line-height: 2.5em;
}
.case_detail_r a.more2{
    display: block;
    width: 100%;
    line-height: 70px;
    height: 70px;
    background: #e70c2c;
    color: #fff;
    text-align: center;
    margin-top:90px;
}

@media(max-width: 1800px){
    
}
@media(max-width: 1600px){
    .case_list li{
        margin-bottom:30px;
    }
    .case_list li .text h3 {
        font-size: 20px;
    }
    .case_list h2{
        font-size:20px;
    }
    .case_detail_l .case_tab_li p {
        margin-bottom: 12px;
    }
    .case_detail_r {
        width: 24%;
        margin-left: 2%;
        padding-left: 2%;
    }   
    .case_detail_r h1{
        font-size:22px;
    } 
    .case_detail_r .text1 {
        padding: 10px 0;
        margin-bottom: 15px;
        margin-top: 10px;
        line-height: 2em;
    }
    .case_detail_r .text2{
        line-height: 2em;
    }
    .case_detail_r a.more2 {
        line-height: 50px;
        height: 50px;
        margin-top: 15px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .case_list li{
        margin-bottom:20px;
    }
    .case_list li .text h3,.case_list h2 {
        font-size: 18px;
    }
    .case_list li .text span{
        width: 100px;
        margin: 15px auto 0;
        height: 31px;
        line-height: 30px;
    }

}
@media(max-width: 1024px){
    .case_detail_l{
        width: 100%;
    }
    .case_detail_r {
        width: 100%;
        margin-left: 0%;
        padding-left: 0%;
        border-left: none;
        margin-top:15px;
    }
    .case_detail_r a.more2{
        width: 150px;
        margin:15px auto 0;
    }
}
@media(max-width: 768px){
    .case_list li{
        width: 49%;
        margin-bottom: 15px;
    }
    .case_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .case_list li:nth-child(2n) {
        margin-right: 0;
    }
    .case_list li .text h3,.case_list h2 {
        font-size: 16px;
    }
    .case_detail{
        padding:30px 0 10px;
    }
    .case_detail_l .case_tab_li p {
        margin-bottom: 5px;
    }
    .case_detail_l .case_tab_li p.cur {
        border: 2px solid #e70c2c;
    }
    .case_detail_r h1 {
        font-size: 20px;
    }
}
@media(max-width: 767px){
    .case_list li{
        margin-bottom: 10px;
    }
    .case_list li .text span{
        width: 90px;
        margin: 5px auto 0;
    }
    .case_detail {
        padding: 20px 0 5px;
    }
    .case_detail_r h1 {
        font-size: 18px;
    }
    .case_detail_r .text1 {
        padding: 6px 0;
        margin-bottom: 10px;
        margin-top: 5px;
        line-height: 2em;
    }
    .case_detail_r a.more2 {
        line-height: 42px;
        height: 42px;
    }
}


/*about*/
.about1{
    padding:200px 0 215px;
}
.container2{
    max-width: 1440px;
    margin: 0 auto;
    width: 94%;
}
.about1 .container2{
    display: flex;
    flex-wrap: wrap;
}
.about1_l{
    width: 45%;
    float: left;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.ab_title1{
    position: relative;
}
.ab_title1:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 80px;
    height: 3px;
    background:#e60021;
}
.ab_title1 p{
    font-size:16px;
    color: #a3a3a3;
}
.ab_title1 h3{
    font-size:36px;
    color: #1b1b1b;
    line-height: 1em;
    padding:10px 0 35px;
}
.about1_l .text1{
    margin:25px 0 55px;
    font-size:16px;
    color: #777;
}
.about1_l ul{
    display: flex;
    flex-wrap: wrap;
}
.about1_l ul li{
    width: 25%;
}
.about1_l ul li .p1{
    
}
.about1_l ul li .p1 span{
    font-size:40px;
    color: #e60021;
    font-family: 'Impact';
    line-height: 1em;
}
.about1_l ul li .p1 sub{
    font-size:20px;
    color: #e60021;   
    line-height: 1em; 
}
.about1_l ul li .p2{
    font-size:16px;
}
.about1_r{
    width: 50%;
    float: right;
}
.about2{
    padding:120px 0 115px;
    background:url(../images/qywh_bg.jpg) no-repeat center;
    background-size:cover;
}
.ab_title2{
    text-align: center;
}
.ab_title2 h3{
    font-size:42px;
    color: #fff;
    line-height: 1em;
}
.ab_title2 p{
    font-size:16px;
    color: #fff;
}
.about2 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:45px;
}
.about2 ul li{
    text-align: center;
    width: 25%;
    background:#ffffff;
    padding:68px 0 38px;
}
.about2 ul li .text1{
    position: relative;
    margin-top:0;
    transition:all 0.3s ease-out;
}
.about2 ul li .img{

}
.about2 ul li h3{
    font-size:22px;
    color: #3a3a3a;
    padding:18px 0 15px;
    line-height: 1em;
}
.about2 ul li .text2{
    height: 65px;
}
.about2 ul li p{
    max-width: 275px;
    margin:0 auto 16px;
    font-size:15px;
    line-height: 24px;
    max-height: 48px;
}
.about2 ul li .line1{
    width: 25px;
    height: 1px;
    background:#666666;
    margin:0 auto 0;
}
.about2 ul li h4{
    font-size:40px;
    color: #25599e;
    font-weight: normal;
    line-height: 1em;
    margin-top:40px;
}
.about2 ul li:hover .text1{

    margin-top:-10px;
    transition:all 0.3s;
}
.about2 ul li:nth-child(2){
    background:#25599e;
}
.about2 ul li:nth-child(4){
    background:#e60021;
}
.about2 ul li:nth-child(2n) h3,.about2 ul li:nth-child(2n) p,.about2 ul li:nth-child(2n) h4{
    color: #fff;
}
.about2 ul li:nth-child(2n) .line1{
    background:#fff;
}
.about3{
    padding:120px 0 100px;
    background:url(../images/fzlc_bg.jpg) no-repeat center;
    background-size:cover;
}
.about3 .ab_title3{
    margin-bottom:70px;
}
.ab_title3{
    text-align: center;
}
.ab_title3 h3{
    font-size:42px;
    color: #333;
    line-height: 1em;
}
.ab_title3 p{
    font-size:16px;
    color: #666;
    padding-top:5px;
}
.swiper-history .swiper-history-time{text-align: center;background: url("../images/line.png") center no-repeat;}
.swiper-history .swiper-history-time .year-num {font-size: 40px;color: #808080;}
.swiper-history .swiper-history-time .year-num span {color: #808080;}
.swiper-history .swiper-history-time .text{ font-size: 16px;line-height: 30px;color: #666;margin: auto;overflow: hidden;display: none;}
.swiper-history .swiper-history-time .swiper-slide-active .year-num {
    font-size: 250px;
    color: #808080;
    padding-top: 40px;
    line-height: 1em;
    font-family: 'Impact';
}
.swiper-history .swiper-history-time .swiper-slide-active .year-num span {color: #e60021;}
.swiper-history .swiper-history-time .swiper-slide-active .text{
    display: block;
    height: 150px;
    
}
.swiper-history .swiper-history-time .swiper-button-next,.swiper-history .swiper-history-time .swiper-button-prev {background-color: #fff;width: 50px;height: 50px;border-radius: 100%;border: 2px solid #ccc;opacity: 1;}
.swiper-history .swiper-history-time .swiper-button-next {right:18%;background: url("../images/right.png") center no-repeat;}
.swiper-history .swiper-history-time .swiper-button-prev {left:18%;background: url("../images/left.png") center no-repeat;}

.swiper-history .swiper-history-time .year-num {padding-top: 170px;}    
.swiper-history .swiper-history-time .swiper-button-next, .swiper-history .swiper-history-time .swiper-button-prev {margin-top: -30px;} 

.swiper-mhistory {} 
.swiper-history-year {position: relative;} 
.swiper-history-year::before {content: '';display: block;width: 100%;height: 1px;background: #ccc;position: absolute; left: 0;top:20px;}
.swiper-history-year .swiper-slide{text-align: center;color: #999;font-size: 30px; background: #f6f6f6;font-family: 'Barlow-Light',Microsoft Yahei,Arial;}
.swiper-history-year .swiper-slide.swiper-slide-thumb-active {color:#00bf86;font-weight: bold;}
.about4{
    background:url(../images/cpys_bg.jpg)no-repeat center;
    background-size: cover;
    padding:150px 0;
}
.about4 ul{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.about4 ul li{
    display: inline-block;vertical-align: top;width: 33.333%;position: relative;padding: 30px 0;
    text-align: center;
}
.about4 ul li::after {content: '';display: block;position: absolute;width: 1px;height: 100%;background: #d9dbdb;top: 0;right: 0;}
.about4 ul li:last-child::after {display: none;}
.about4 ul li i{display: inline-block;}
.about4 ul li h3{font-size: 22px;color: #1a1a1a;margin: 20px 0;}
.about4 ul li h5{width: 80%;font-size: 15px;line-height: 22px;opacity: .6;font-weight: normal;color: #1a1a1a;margin: 0 auto;min-height: 100px;}
.about5{
    padding:140px 0 95px;
}
.swiper-corporate{
    margin-top:60px;
    position: relative;
    padding-bottom:0px!important;
}
.swiper-corporate-img .swiper-slide{
    position: relative;
    overflow: hidden;
}
.swiper-corporate-img .swiper-slide img{
    transition:all 0.6s ease-out;
}
.swiper-corporate-img h3{
    color:#fff;
    font-size:22px;
    position: absolute;
    left:35px;
    bottom:30px;
    line-height: 1em;
}
.swiper-corporate .swiper-pagination{
    bottom:0;
    text-align: center;
    width: 100%;
}
.swiper-corporate .swiper-pagination .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #e60021; 
    opacity:1;   
    margin:0 17px;
    outline: none;
}
.swiper-corporate .swiper-pagination .swiper-pagination-bullet-active{
    width: 44px;
    border-radius: 18px;
}
.swiper-corporate-img .swiper-button-next{
    width: 114px;
    height: 54px;
    background:url(../images/right1.png) no-repeat center rgba(0,0,0,.6);
    right:30%;
}
.swiper-corporate-img .swiper-button-prev{
    width: 114px;
    height: 54px;
    background:url(../images/left1.png) no-repeat center rgba(0,0,0,.6);
    left:30%;    
}
.swiper-corporate-img .swiper-slide:hover img{
    transition:all 0.6s;
    transform: scale(1.1);
}
.about6{
    padding:130px 0;
    background:#e4eaf5;
}
.honor_swiper{
    padding:0 60px;
    position: relative;
    margin-top:85px;
}
.honor_swiper .swiper-slide{
    text-align: center;
    width: auto;
}
.honor_swiper .about_arrow {
    position: absolute;
    height: 100%;
    width: 24px;
    top: 0;
    margin-top: 0;
    background-size: 9px auto;
    outline: none;
    cursor: pointer;
}
.honor_swiper .about_arrow.arrow_left {
    left: 0;
    background: url(../images/honor_left.png) no-repeat center #b5c1cd;
}
.honor_swiper .about_arrow.arrow_left:hover{
    background: url(../images/honor_left.png) no-repeat center #e60021;
}
.honor_swiper .about_arrow.arrow_right {
    right: 0;
    background: url(../images/honor_right.png) no-repeat center #b5c1cd;
}
.honor_swiper .about_arrow.arrow_right:hover {
    background: url(../images/honor_right.png) no-repeat center #e60021;
}
@media(max-width: 1800px){
    
}
@media screen and (max-width: 1680px){
    .swiper-history .swiper-history-time {
        background: url(../images/line.png) center no-repeat;
        background-size: 100%;
    }
}
@media(max-width: 1600px){
    .about1 {
        padding: 100px 0;
    }
    .about1_l {
        width: 48%;
        margin-right: 2%;
    }
    .ab_title1 h3{
        font-size:26px;
    }
    .about1_l .text1 {
        margin: 20px 0 30px;
        font-size: 15px;
    }
    .about1_l ul li .p1 span{
        font-size:36px;
    }
    .about1_l ul li .p2 {
        font-size: 15px;
    }
    .about2 {
        padding: 70px 0;
    }
    .ab_title2 h3,.ab_title3 h3{
        font-size: 32px;
    }
    .about2 ul{
        margin-top:30px;
    }
    .about2 ul li h3{
        font-size:20px;
    }
    .about2 ul li h4 {
        font-size: 30px;
        margin-top: 20px;
    }
    .about3 {
        padding: 80px 0;
    }
    .about3 .ab_title3 {
        margin-bottom: 30px;
    }
    .swiper-history .swiper-history-time .text{
        font-size:15px;
    }
    .swiper-history .swiper-history-time .swiper-slide-active .text{
        height:180px;
    }
    .swiper-history .swiper-history-time .swiper-slide-active .year-num{
        font-size:150px;
    }
    .swiper-history .swiper-history-time .year-num{
        font-size:30px;
        padding-top:128px;
    }
    .about4{
        padding:100px 0;
    }
    .about4 ul li h3{
        font-size:18px;
    }
    .about5 {
        padding: 80px 0;
    }
    .about4 ul,.swiper-corporate,.honor_swiper {
        margin-top: 40px;
    }
    .about6 {
        padding: 80px 0;
    }
}
@media(max-width: 1440px){
    .swiper-history .swiper-history-time .swiper-slide-active .text{
        font-size: 16px;
    }
}
@media(max-width: 1259px){
    .container2{
        width: 96%;
    }
    .about1,.about2,.about3,.about4,.about5,.about6 {
        padding: 60px 0;
    }
    .about1_l ul li .p1 span{
        font-size:30px;
    }
    .ab_title1 h3 {
        font-size: 22px;
        padding: 10px 0 15px;
    }
    .about1_l ul li .p2 {
        font-size: 14px;
    }
    .ab_title2 h3, .ab_title3 h3 {
        font-size: 26px;
    }
    .about2 ul li h3 {
        font-size: 18px;
        padding: 15px 0;
    }
    .about2 ul li p{
        padding:0 10px;
        max-height: 60px;
    }
    .about2 ul li h4 {
        font-size: 24px;
    }
    .swiper-history .swiper-history-time .swiper-slide-active .year-num{
        font-size:100px;
    }
    .swiper-history .swiper-history-time .year-num{
        font-size:24px;
        padding-top:112px;
    }
    .about4 ul, .swiper-corporate, .honor_swiper{
        margin-top:30px;
    }
    .swiper-history .swiper-history-time .swiper-slide-active .text{
        font-size: 15px;
    }
}
@media(max-width: 1024px){
    .swiper-corporate{
        padding-bottom: 50px;
    }
    .swiper-corporate-img .swiper-button-prev{
        width: 100px;
    }
    .swiper-corporate-img .swiper-button-next{
        width: 100px;
    }
    .swiper-corporate-img h3 {
        font-size: 18px;
        left: 10px;
        bottom: 10px;
    }
    .swiper-corporate .swiper-pagination .swiper-pagination-bullet{
        margin:0 10px;
    }
    .about2 ul li{
        padding:40px 0;
    }
    .about2 ul li p{
        font-size:14px;
    }

}
@media(max-width: 768px){
    .about1,.about2,.about3,.about4,.about5,.about6 {
        padding: 30px 0;
    } 
    .about1_l {
        width: 100%;
        margin-right: 0%;
    }   
    .about1_r{
        width: 100%;
        margin-top:15px;
        text-align: center;
    }
    .ab_title1 h3 {
        font-size: 20px;
    }
    .about2 ul{

    }
    .about2 ul li{
        width: 49%;
        margin:0.5%;
    }
    .swiper-history .swiper-history-time .swiper-slide-active .year-num{
        font-size:50px;
        padding-top:20px;
    }
    .swiper-history .swiper-history-time .year-num{
        font-size:24px;
        padding-top:35px;
    }
    .swiper-history .swiper-history-time .swiper-slide-active .text{
        height: 100px;
        font-size: 14px;
        line-height:20px;
    }
    .swiper-history .swiper-history-time .swiper-button-prev,.swiper-history .swiper-history-time .swiper-button-next{
        display: none;
    }
}
@media(max-width: 767px){
    .about1_l .text1 {
        margin: 15px 0;
        font-size: 14px;
    }
    .about1_l ul li {
        width: 50%;
        text-align: center;
    }
    .about1_l ul li .p1 sub{
        font-size:12px;
    }
    .about2 ul {
        margin-top: 20px;
    }
    .ab_title2 h3, .ab_title3 h3 {
        font-size: 22px;
    }
    .about2 ul li{
        width: 99%;
        padding: 20px 0;
    }
    .about2 ul li h4 {
        font-size: 20px;
    }
    .ab_title3 p {
        font-size: 14px;
        padding-top: 0px;
    }
    .swiper-history .swiper-history-time {
        background: url(../images/line.png) center 50px no-repeat;
        background-size: 100%;
    }
    .swiper-history .swiper-history-time .swiper-slide-active .year-num{
        font-size:32px;
        padding-top:20px;
    }
    .swiper-history .swiper-history-time .swiper-slide-active .text{
        font-size: 12px;
        position:relative;
        width:240%;
        left:-70%;
        margin-top:10px;
        height:120px;
    }
    .swiper-history .swiper-history-time .year-num{
        font-size:20px;
        padding-top:30px;
    }
    .about3 .ab_title3 {
        margin-bottom: 10px;
    }
    .about4 ul li{
        padding:15px 0;
        width: 100%;
    }
    .about4 ul li::after{
        display: none;
    }
    .about4 ul, .swiper-corporate, .honor_swiper {
        margin-top: 20px;
    }
    .about4 ul li h3 {
        font-size: 17px;
        margin: 10px 0;
    }
    .about4 ul li h5{
        min-height: auto;
        font-size:14px;
    }
    .swiper-corporate {
        padding-bottom: 30px;
    }
    .swiper-corporate-img .swiper-button-prev,.swiper-corporate-img .swiper-button-next{
        display: none;
    }
    .swiper-corporate .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .swiper-corporate .swiper-pagination .swiper-pagination-bullet-active{
        width: 20px;
        border-radius: 10px;
        border-radius: 10px;
    }
    .swiper-corporate .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
    }
    .honor_swiper {
        padding: 0 10px;
    }
    .honor_swiper .about_arrow{
        display: none;
    }
}




/*news*/
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list .inews{
    margin-bottom:30px;
}
.news_list .inews:nth-child(3n){
    margin-right: 0;
}
.news_list .inews a .txt h6{
    color: #999;
}
.news_list .inews a .txt h6 i {
    background: #999;
}
.news_list .inews a .txt h3{
    color: #666;
    line-height: 1.6em;
}
.news_list .inews a:hover .txt h3{
    color: #e60021;
}
.news_list .inews p{
    line-height: 1.8em;
    margin-top:10px;
    /*padding-left: 60px;*/
}
.news_detail{
    padding:40px 0;
    max-width: 1200px;
}
.news_detail h1{
    text-align: center;
    color:#333;
    font-size:30px;
}
.info_title1{
    text-align: center;
}
.info_title1 span{
    margin-right: 15px;
}
.info_title1 span:last-child{
    margin-right: 0;
}
.news_detail .content{
    font-size:16px;
    /*margin:20px 0;*/
    max-width: 1400px;
    margin:20px auto 20px;
}
@media(max-width: 1800px){
    
}
@media(max-width: 1600px){
    .news_detail h1{
        font-size:26px;
    }
}
@media(max-width: 1440px){
    .news_detail {
        padding: 30px 0;
    }
}
@media(max-width: 1259px){
    .news_detail h1{
        font-size:24px;
    }
}
@media(max-width: 1024px){
    .news_detail .content {
        font-size: 15px;
        margin: 15px 0;
    }
}
@media(max-width: 768px){
    .news_detail {
        padding: 20px 0;
    }
    .news_detail h1{
        font-size:22px;
    }
}
@media(max-width: 767px){
    .news_detail h1{
        font-size:20px;
        line-height: 1.6em;
    }
}

/*hzhb_detail*/

.hzhb_detail{
    padding:50px 0;
}
.hzhb_detail h2{
    font-size:32px;
    color: #333;
    text-align: center;
    margin-bottom:30px;
}
.hzhb_list{
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    width: 96%;
    margin:0 auto;
}
.hzhb_list li{
    overflow: hidden;
    width: 20%;
    padding:0 1%;
    height: 200px;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    margin-bottom: 10px;
    overflow: hidden;
}
/*.hzhb_list li:nth-child(5n){*/
/*    margin-right: 0;*/
/*}*/
.hzhb_list li img{
    transition: all 0.6s ease-out;
    margin:0 auto;
    display: inline-block;
    max-height: 200px;
}
.hzhb_list li img:hover{
    transition: all 0.6;
    transform: scale(1.05);
}
@media(max-width: 1800px){
    
}
@media(max-width: 1600px){

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

}
@media(max-width: 1259px){
    .hzhb_detail h2 {
        font-size: 26px;
    }
}
@media(max-width: 1024px){
    .hzhb_list li{
        width: 20%;
    }
}
@media(max-width: 768px){
    .hzhb_detail {
        padding: 30px 0;
    }
    .hzhb_detail h2 {
        font-size: 24px;
    }
    .hzhb_list li{
        width: 32%;
    }
}
@media(max-width: 767px){
    .hzhb_detail {
        padding: 20px 0;
    }
    .hzhb_detail h2{
        margin-bottom: 10px;
    }
    .hzhb_list li{
        width: 32%;
        height: 60px;
        padding:0 5px;
    }
    .hzhb_list li img{
        max-height:55px;
    }
}



/*contact*/
.contact-bottom{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:50px;
}
.n_map{
    width: 50%;
}
.n_contact_text{
    width: 50%;
    padding:30px 10% 30px 5%;
}
.n_contact_text .name {
    border-bottom: 4px solid #000;
    padding-bottom: 20px;
}
.n_contact_text .name h2 {
    font-size: 36px;
    color: #1a1a1a;
    margin: 0;
    text-transform: uppercase;
    line-height: 1em;
}
.n_contact_text .content-way .item {
    border-bottom: 1px solid #dcdcde;
    overflow: hidden;
    padding: 30px 0;
}
.n_contact_text .content-way li{
    position: relative;
}
.n_contact_text .content-way li i {
    width: 38px;
    height: 38px;
    border: 2px solid #1a1a1a;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.n_contact_text .content-way .item.item2 li{float: left;width: 40%;margin-right: 5%;}
.n_contact_text .content-way .item.item2 li::after{content: '';display: block;width: 1px;height: 100%;background:#dedfe4;position: absolute;right:10%;top: 0;}
.n_contact_text .content-way .item.item2 li:last-child::after {display: none;}
.n_contact_text .content-way .item.item2 li:last-child {width: 55%;margin-right:0;}
/*.n_contact_text .content-way .item.item2 li:first-child {width: 50%;}*/
.n_contact_text .content-way li i.c1 {background: url("../images/c4.png") center no-repeat;}
.n_contact_text .content-way li i.c2 {background: url("../images/c1.png") center no-repeat;}
.n_contact_text .content-way li i.c3 {background: url("../images/c2.png") center no-repeat;}
.n_contact_text .content-way li i.c4 {background: url("../images/c3.png") center no-repeat;}
.n_contact_text .content-way li span{
    line-height: 1.6em;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 48px);
}
.n_contact_text .content-way li h6{font-size: 14px;color: #999999;font-weight: normal;margin: 0;}
.n_contact_text .content-way li h5{font-size: 14px;color: #1a1a1a;margin: 5px 0 0 0;}
.n_contact_text .content-way li a{
    color: #333;
}

.c_bsc{
    padding:50px 0 100px;
}
.c_bsc .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c_bsc .ab_title3{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c_bsc .text{
    width: 50%;
    font-size: 16px;
    background: #f0f0f0;
    padding:50px;
}
.m_bsc{
    display: none!important;
}
@media(max-width: 1800px){
    .n_contact_text .name h2{
        font-size:32px;
    }    
}
@media(max-width: 1600px){
    .n_contact_text {
        width: 50%;
        padding: 30px 3% 30px 3%;
    }
    .n_contact_text .name h2{
        font-size:30px;
    }
    .n_contact_text .content-way .item.item2 li{
        margin-right: 0;
    }
    .n_contact_text .content-way .item.item2 li:last-child {
        width: 60%;
        margin-right: 0;
    }
    .c_bsc{
        padding:30px 0 70px;
    }
    .c_bsc .text{
        font-size:15px;
    }
}
@media(max-width: 1440px){
    .c_bsc .text{
        padding:35px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .n_map {
        width: 100%;
        height: 500px;
        overflow: hidden;
    }
    .n_contact_text {
        width: 100%;
        padding: 0px 2%;
        margin-top:20px;
    }
    .n_contact_text .name h2{
        font-size:24px;
    }
    .n_contact_text .content-way .item{
        padding:15px 0;
    }
}
@media(max-width: 768px){
    .contact-bottom{
        margin-bottom:30px;
    }
    .n_map {
        height: 300px;
    }
    .n_contact_text .name {
        border-bottom: 2px solid #000;
        padding-bottom: 15px;
    }
    .n_contact_text .name h2{
        font-size:20px;
    }
    .c_bsc{
        padding:10px 0 50px;
    }
    .c_bsc .ab_title3{
        width:40%;
    }
    .c_bsc .text{
        font-size:14px;
        width:60%;
    }
}
@media(max-width: 767px){
    .n_map {
        height: 250px;
    }
    .n_contact_text .name h2 {
        font-size: 16px;
    }
    .content-way{
        margin-top:10px;
    }
    .n_contact_text .content-way .item {
        padding: 0px 0;
        border:none;
    }
    .n_contact_text .content-way .item.item2 li,.n_contact_text .content-way .item.item2 li:last-child{
        width: 100%;
        padding:5px 0;
    }
    .n_contact_text .content-way li span{
        line-height: 1.4em;
    }
    .c_bsc{
        padding:10px 0 35px;
        display:none;
    }
    .c_bsc .ab_title3{
        width:100%;
        margin-bottom:25px;
    }
    .c_bsc .text{
        width:100%;
        padding:20px 20px;
    }
    .m_bsc{
        display: block;
    }
}






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:#e60021;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #e60021;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: #e60021;
    vertical-align: middle;
    border: 1px solid #e60021; 
    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: #e60021;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    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:70px;
    }
}


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


/* 右侧浮窗 */

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

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

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

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

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

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


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