﻿/*头部样式*/
header{
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index:999999;
}
.head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    transition:all 0.3s ease-out;
}
.wrap{
    width: 100%;
    padding:0 80px;
}
.logo{
    float: left;
}
.head_r{
    display: flex;
    align-items: center;
    height: 100%;
}
.language_a{
    position: relative;
    padding:0 24px 0 38px;
    cursor: pointer;
}
.language_a:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    width: 1px;
    height: 22px;
    background:#4d4d4d;
    margin-top:-11px;
}
.language_a p{
    color: #999999;
    padding-left: 30px;
    background:url(../images/map1.gif) no-repeat left center;
    background-size: 20px;
}
.language_text{
    position: absolute;
    top:28px;
    left: 0;
    z-index:99;
    background:#fff;
    width: 100%;
    display: none;
    padding:10px 0;
}
.language_text a{
    display: block;
    text-align: center;
}
.language_a:hover .language_text{
    display: block
}
.ss{
    position: relative;
    cursor: pointer;
    line-height: 50px;
}
/*.search{*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 46px;*/
/*    left: -135px;*/
/*    width: 200px;*/
/*}*/
/*.formsearch{*/
/*    display: flex;*/
/*    border:1px solid #ccc;*/
/*}*/
/*.formsearch input.keyword{*/
/*    float: left;*/
/*    width: 150px;*/
/*    padding:0 10px;*/
/*    border:none;*/
/*    outline: none;*/
/*}*/
/*.formsearch input.s_btn{*/
/*    float: right;*/
/*    width: 50px;*/
/*    height: 40px;*/
/*    border:none;*/
/*    outline: none;*/
/*    cursor: pointer;*/
/*}*/
/*.ss:hover .search,*/
.ss.on .search{
    display: block;
}
.formsearch2{
    width: 250px;
    margin:30px auto 0;
}
.formsearch2 input.keyword{
    width: 200px;
}
.nav{
    display: flex;
    align-items: center;
    height: 100%;
}
.nav li{
    position: relative;
    margin-right: 55px;
    height: 100%;
    display: flex;
    align-items: center;
}
.nav li a{
    display: block;
    font-size: 20px;
    color: #404041;
    text-align: center;
/*    line-height: 100px;*/
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.nav li a:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 0%;
    height: 3px;
    background:#e0000d;
    transition: all 0.5s ease-out;
}
.nav li:hover a:after{
    width: 100%;
    left:0;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:50px;
    left:0px;
    z-index: 999;
    background-color: #171ce1;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}


.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 .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;
}

header.c-head-hide{
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    -o-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
}
header.c-head-hide .head{
    height: 80px;
}
#c-banner1,#c-banner1 img.img1{
    width: 100%;
    height: 100vh;
}
.banner_text{
    position: absolute;
    left:0;
    bottom:140px;
    width: 100%;
    padding:0 190px;
    color: #fff;
}
.banner_text .p1{
    font-size: 56px;
    line-height: 1.4;
}
.banner_text .p2{
    font-size: 23px; 
    opacity: .6;   
}
.banner_img{
    position: absolute;
    bottom:100px;
    right:170px;
    z-index:100;
}
.banner_img_c{
    position: relative;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
}
.banner_img_c:before{
    content:'';
    position: absolute;
    left:50%;
    top:50%;
    width: 74px;
    height: 74px;
    background: url(../images/player.png) no-repeat center;
    margin-top: -37px;
    margin-left: -37px;
}
#c-banner1 .swiper-button-prev{
    width: 25px;
    height: 45px;
    background:url(../images/left1.png)no-repeat center;
    margin-top:-22.5px;
    left:80px;
}
#c-banner1 .swiper-button-next{
    width: 25px;
    height: 45px;
    background:url(../images/right1.png)no-repeat center;
    margin-top:-22.5px;
    right:80px;    
}
#c-banner1 .swiper-pagination{
    top:calc(100% - 102px);
    background:rgba(255,255,255,.1);
    height:2px;
    max-width: 815px;
    width: 50%;
    left:190px;
}
#c-banner1 .swiper-pagination .swiper-pagination-progressbar-fill{
    background:#e0000d;
    height: 7px;
    margin-top:-2.5px;
}
.banner_num{
    position: absolute;
    bottom:90px;
    left:80px;
    color: rgba(255,255,255,.6);
    font-size: 20px;
    line-height: 1;
    width: 100px;
}
.banner_num span:nth-child(1){
    font-size: 50px;
    color: rgba(255,255,255,1);
    line-height: 1;
}
@media(max-width: 1600px){
    .logo{
        max-width: 260px;
    }
    .nav li{
        margin-right: 25px;
    }
    .nav li a{
        font-size: 16px;
    }
    .banner_text .p1{
        font-size: 42px;
    }
    .banner_text .p2{
        font-size: 20px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1280px){
    .wrap{
        padding:0 50px;
    }
    #c-banner1, #c-banner1 img.img1 {
        height: auto;
    }
    .banner_text .p1{
        font-size: 32px;
    }
    .banner_text .p2{
        font-size: 16px;
    }
    .banner_img{
        right: 120px;
        bottom:50px;
    }
    .banner_num{
        bottom:40px;
        left:60px;
    }
    #c-banner1 .swiper-pagination {
        top: calc(100% - 52px);
    }
    .banner_num span:nth-child(1){
        font-size: 42px;
    }
}
@media(max-width: 1259px){
    .nav li {
        margin-right: 15px;
    }
    .banner_img{
        width: 200px;
    } 
}
@media(max-width: 1199px){
    .ss{
        display: none;
    }
    .language_a{
        padding:0 0px 0 25px;
    }
}
@media(max-width: 992px){
    .head{
        height: 80px;
    }
    header.c-head-hide .head {
        height: 65px;
    }
    .logo {
        max-width: 200px;
    }   
    .language_a{
        display: none;
    }
    .language_a{
        padding:0 0 0 25px;
    }
    .banner_img{
        width: 180px;
        right:70px;
    }
    .banner_text{
        bottom:75px;
    }
    .banner_text .p1{
        font-size: 28px;
    }
    #c-banner1 .swiper-button-prev{
        left: 3%;
    }
    #c-banner1 .swiper-button-next{
        right: 3%;
    }
    .banner_num{
        left:3%;
    }
    #c-banner1 .swiper-pagination{
        left:140px;
    }
    .banner_text{
        padding:0 60px 0 140px;
    }
}
@media(max-width: 820px){
    .banner_img {
        width: 135px;
        right: 70px;
    }
    .banner_text .p1{
        font-size: 24px;
    }
    .banner_text .p2{
        font-size: 15px;
    }

}
@media(max-width: 768px){
    .head {
        height: 65px;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }  
    .banner_num{
        bottom:20px;
        font-size:16px;
        width: 80px;
    }
    .banner_num span:nth-child(1) {
        font-size: 32px;
    } 
    #c-banner1 .swiper-pagination {
        top: calc(100% - 30px);
        left:100px;
        width: calc(94% - 80px);
    } 
    #c-banner1 .swiper-pagination .swiper-pagination-progressbar-fill {
        height: 5px;
        margin-top: -1.5px;
    }
    .banner_text {
        padding: 0 50px 0 100px;
        bottom:45px;
    }
    .banner_text .p1 {
        font-size: 18px;
    }
    .banner_text .p2 {
        font-size: 14px;
    }
}
@media(max-width: 640px){
    .head,header.c-head-hide .head{
        height:50px;
    }
    .h50{
        width: 100%;
        height: 50px;
    }
    .logo{
        width: 40%;
/*        float: none;*/
    }
    .menu-button{
        top:25px;
    }
    .banner_text {
        padding: 0 30px 0 100px;
    }
/*    .banner_text .p1 {
        font-size: 16px;
    }*/
    #c-banner1 .swiper-button-prev,#c-banner1 .swiper-button-next{
        display: none;
    }
    .banner_img{
        display: none;
    }

}


.search2{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background: #fff;
    padding: 50px 0;
    height: 300px;
    z-index: 999999;
    width: 100%;
    
    transform: translate3d(0px, -100%, 0px);
    pointer-events: none;
}
.search2.on{
    transform: translate3d(0px, 0%, 0px);
    pointer-events: auto;
}
.search_c{
    width: 100%;
}
.s_close{
    display: block;
    margin: auto;
    border: 1px solid #d6d6d6;
    border-radius: 100px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin:0 auto 50px;
    box-sizing: content-box;
    cursor: pointer;    
}
.s_close img{
    width: 18px;
}
.formsearch{
    width: 90%;
    max-width: 800px;
    margin:0 auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cecece;
}
.formsearch input.keyword{
    width: calc(100% - 58px);
    border:none;
    outline: none;
    background: none;
    font-size: 16px;
    line-height: 50px;
    color: #666;
    padding:0 15px;
}
.formsearch input.s_btn{
    width: 58px;
    border:none;
    outline: none;
    background: none;
    font-size: 16px;
    line-height: 50px;
    font-size: 0;
    background: url(../images/ss.png) no-repeat center;
    cursor: pointer;
}
.product_list.search_p_list li{
    width: 23.5%;
}
.product_list.search_p_list li:nth-child(3n){
    margin-right: 2%;
}
.product_list.search_p_list li:nth-child(4n){
    margin-right: 0%;    
}
.p_t2.s_p_total{
    font-size: 36px;
}
@media(max-width:1600px){
    .p_t2.s_p_total{
        font-size: 26px;
    }    
}


.index1{
    padding:100px 0 0;
}
.index_t1{
    font-size: 56px;
    color: #343434;
    margin-bottom: 55px;
    text-align: center;
    line-height: 1;
}
.product_list1{
    display: flex;
    flex-wrap: wrap;
}
.product_list1 li{
    animation-delay: 0.3s;
    display: flex;
    justify-content: space-between;
/*    flex-wrap: wrap;*/
    width: 49.5%;
    background:url(../images/index1_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 90px 0px 50px 50px;
    margin-right: 1%;
}
.product_list1 li:nth-child(2n){
    margin-right: 0;
}
.product_list1 li .text{
/*    display: flex;
    flex-direction: column;
    justify-content: center;*/
    width: 40%;
}
.product_list1 li .text h3{
    font-size: 42px;
    color: #343434;
    line-height: 1;
}
.product_list1 li .text .p1{
    font-size: 22px;
    color:#666666;
}
.product_list1 li .text .txt{
    font-size: 16px;
    color: #4c4c4c;
    margin:30px 0 95px;
}
a.more1{
    display: flex;
    width: 184px;
    height: 52px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #343434;
    border:2px solid #333;
    transition:all 0.3s ease-out;
}
a.more1 i{
    display: inline-block;
    margin-left: 22px;
    width: 9px;
    height:100%;
    background:url(../images/more1.png) no-repeat center;
    transition:all 0.3s ease-out;
}
a.more1:hover{
    background:#e0000d;
    color: #fff;
    border:2px solid #e0000d;
}
a.more1:hover i{
    background:url(../images/more1_h.png) no-repeat center; 
/*    margin-left: 30px; */  
}
.product_list1 li .img{
    width: 60%;
    padding-top:30px;
    overflow: visible;
}
.product_list1 li:hover .img img{
    transform: scale(1.05);
}
.index2{
    background:url(../images/index2_bg.jpg) no-repeat center bottom;
    margin-top: 25px;
    padding:125px 80px 90px;
}
.index2 .text{
    text-align: center;
    font-size: 40px;
    color: #333333;
    line-height: 1.4;
}
.index2 .text em{
    display: block;
    font-style: normal;
}
.index2 a.more1{
    margin:55px auto 0;
}
.index2 a.more1:hover i{
    margin-left: 30px;
}
@media(max-width: 1600px){
    .index1{
        padding:90px 0 0;
    }
    .index_t1{
        font-size: 42px;
    }
    .product_list1 li{
        padding:50px 0px 50px 30px
    }
    .product_list1 li .text h3{
        font-size: 32px;
    }
    .product_list1 li .text .p1{
        font-size: 16px;
    }
    .product_list1 li .text .txt {
        font-size: 15px;
        margin: 15px 0 65px;
    }
    a.more1{
        width: 150px;
        font-size: 15px;
    }
    .index2{
        padding:90px 80px 75px;
    }
    .index2 .text{
        font-size: 32px;
    }
    .index2 a.more1 {
        margin: 40px auto 0;
    }
}
@media(max-width: 1280px){
    .index1 {
        padding: 60px 0 0;
    }
    .index_t1{
        font-size: 32px;
        margin-bottom: 40px;
    }
    .product_list1 li{
        padding:30px 0px 30px 30px;
    }
    .product_list1 li .text h3{
        font-size: 26px;
    }
    .product_list1 li .text .txt {
        font-size: 14px;
        margin: 15px 0 40px;
    }
    a.more1 {
        width: 120px;
        font-size: 14px;
        height: 42px;
    }
    a.more1 i{
        margin-left: 16px;
    }
    .index2 {
        padding: 70px 3%;
    }
    .index2 .text{
        font-size: 24px;
    }
}
@media(max-width: 992px){
    .wrap{
        padding:0 3%;
    }
    .product_list1 li .text h3{
        font-size: 22px;
    }
    .product_list1 li .text .p1{
        font-size: 14px;
        line-height: 1.6;
        margin-top:5px;
    }
    .index2 .text {
        font-size: 20px;
    }
}
@media(max-width: 820px){
    .index_t1 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .index2 {
        padding: 50px 3%;
    }
}
@media(max-width: 640px){
    .index1 {
        padding: 35px 0 0;
    }
    .index_t1 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .product_list1 li {
        padding: 25px 0 25px 20px;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 12px;
    }
    .product_list1 li .text{
        width: 50%;
    }
    .product_list1 li .text h3 {
        font-size: 18px;
    }
    .product_list1 li .text .txt {
        margin: 10px 0 25px;
    }
    .product_list1 li .img{
        width: 50%;
    }
    a.more1 {
        width: 100px;
        font-size: 14px;
        height: 36px;
    }
    a.more1 i {
        margin-left: 12px;
    }
    .index2 {
        padding: 30px 3%;
    }
    .index2 .text {
        font-size: 16px;
    }
    .index2 a.more1 {
        margin: 20px auto 0;
    }
}


.index3{

}
.index3 ul{
    display: flex;
}
.index3 ul li{
    width: 32%;
    transition: all 0.5s ease-out;
    position: relative;
}
.index3 ul li:nth-child(1){
    margin-right: 5px;
}
.index3 ul li.cur{
    width: calc(68% - 5px);
}
.index3 ul li .img {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
}
.index3 ul li .fz_jut {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 80px;
    z-index: 2;
    color: #fff;
    padding-top: 145px;
}
.index3 ul li .fz_jut .font {
    width: 100%;
    display: flex;
    align-items: flex-start;
/*  padding-left: 0.9rem;*/
}
.index3 ul li .fz_jut .font .title {
    width: 24%;
    line-height: 1.2;
    min-width: 185px;
    font-size: 46px;
}
.index3 ul li .fz_jut .font .nei {
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: opacity 0.15s 0.3s linear;
    width: 76%;
}
.index3 ul li .fz_jut .font .nei .text {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
    max-width: 487px;
    margin-bottom: 140px;
}
.index3 ul li .fz_jut .font .nei .fz_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 140px;
}
.index3 ul li .fz_jut .font .nei .fz_list .li {
    padding: 0 10px 0px 25px;
    border-left: 1px solid #fff;
    width: 33%;
}
.index3 ul li .fz_jut .font .nei .fz_list .li .name {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 12px;
}
.index3 ul li .fz_jut .font .nei .fz_list .li .name1 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 12px;
	line-height:35px;
}
.index3 ul li .fz_jut .font .nei .fz_list .li .shu {
    line-height: 1;
    font-size: 32px;
}
.index3 ul li .fz_jut a.more1{
    background:#e0000d;
    border:2px solid #e0000d;
    color: #fff;
    transition:all 0s;
}
.index3 ul li .fz_jut a.more1 i{
    background:url(../images/more1_h.png) no-repeat center; 
    transition:all 0s;
}
.index3 ul li .fz_jut a.more1:hover{
    background:none;
    border:2px solid #fff;
}
.index3 ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    left: 0%;
    transition: left 0.3s linear;
/*    margin-left: -50vw;
    margin-top: -50vh;*/
}
.index3 ul li:nth-child(2) .img {
  transform-origin: left  bottom;
}
.index3 ul li:nth-child(2) .img img {
  left: 0%;
}
/*.index3 ul li:nth-child(2).cur .img img {
    left: 0%;
}*/
.index3 ul li.cur .fz_jut .font .nei {
    flex-shrink: 1;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.15s 0.5s linear;
    width: 75%;
}
.index3 ul li.cur .fz_jut .font .nei .text,
.index3 ul li.cur .fz_jut .font .nei .fz_list {
    transition: all 0.4s 0.6s linear;
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 992px){
    .index3 ul li .fz_jut .font .nei .text {
        opacity: 0;
        transform: translateY(20px);
    }
    .index3 ul li .fz_jut .font .nei .fz_list{
        opacity: 0;
        transform: translateY(20px);
    }    
}
@media(max-width: 1600px){
    .index3 ul li .img{
        height:660px;
    }
    .index3 ul li .fz_jut{
        padding-top:120px;
    }
    .index3 ul li .fz_jut .font .title{
        font-size: 36px;
    }
    .index3 ul li .fz_jut .font .nei .text{
        font-size: 18px;
        margin-bottom: 100px;
    }
    .index3 ul li .fz_jut .font .nei .fz_list{
        margin-bottom: 100px;
    }
    .index3 ul li .fz_jut .font .nei .fz_list .li .name{
        font-size: 16px;
    }
    .index3 ul li .fz_jut .font .nei .fz_list .li .shu{
        font-size: 26px;
    }
}
@media(max-width: 1280px){
    .index3 ul li .img {
        height: 550px;
    }
    .index3 ul li .fz_jut {
        padding-top: 100px;
        padding-left: 60px;
    }
    .index3 ul li .fz_jut .font .title {
        font-size: 32px;
    }
    .index3 ul li .fz_jut .font .nei .text {
        font-size: 15px;
    }
}
@media(max-width: 992px){
    .index3 ul li .img {
        height: 450px;
    }
    .index3 ul li .fz_jut{
        padding: 70px 3% 20px;
    }
    .index3 ul li .fz_jut .font .title {
        font-size: 26px;
        min-width: 150px;
    }
    .index3 ul li .fz_jut .font .nei .text {
        font-size: 14px;
        margin-bottom: 75px;
    }
    .index3 ul li .fz_jut .font .nei .fz_list {
        margin-bottom: 75px;
    }
    .index3 ul li .fz_jut .font .nei .fz_list .li{
        padding:0 10px 0 15px;
    }
    .index3 ul li .fz_jut .font .nei .fz_list .li .name {
        font-size: 14px;
    }
    .index3 ul li .fz_jut .font .nei .fz_list .li .shu {
        font-size: 22px;
    }
}
@media(max-width: 820px){
    .index3 ul{
        flex-wrap: wrap;
    }
    .index3 ul li{
        width: 100%;
    }
    .index3 ul li:nth-child(1){
        margin-right: 0;
    }
    .index3 ul li.cur{
        width: 100%;
    }
    .index3 ul li .img {
        height: 400px;
    }
    .index3 ul li .fz_jut{
        padding:50px 3%;
    }
}
@media(max-width: 640px){

    .index3 ul li .fz_jut {
        padding: 30px 3%;
    }
    .index3 ul li .img {
        height: 300px;
    }
    .index3 ul li .fz_jut .font{
        flex-wrap: wrap;
    }
    .index3 ul li .fz_jut .font .title{
        width: 100%;
        margin-bottom: 5px;
        font-size: 20px;
    }
    .index3 ul li.cur .fz_jut .font .nei{
        width: 100%;
    }
    .index3 ul li .fz_jut .font .nei{
        width: 100%;
        flex-shrink: 1;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.15s 0.5s linear;
    }
    .index3 ul li .fz_jut .font .nei .text {
        margin-bottom: 30px;
    }
    .index3 ul li .fz_jut .font .nei .fz_list {
        margin-bottom: 30px;
    }
    .index3 ul li .fz_jut .font .nei .fz_list .li {
        padding: 0 8px 0 10px;
    }
    .index3 ul li .fz_jut .font .nei .fz_list .li .name {
        font-size: 12px;
    }
    .index3 ul li .fz_jut .font .nei .fz_list .li .shu{
        font-size: 16px;
    }
}


.index4{
    padding:108px 0 0;
}
.index4_cont{
    display: flex;
    justify-content: space-between;
    padding-top:10px;
}
.index4_l{
    width: 53.5%;
    animation-delay: 0.3s;
}
#c-banner2 .img:hover img{
    transform: scale(1.1);
}
#c-banner2 .swiper-pagination{
    bottom:0;
    text-align: right;
}
#c-banner2 .swiper-pagination .swiper-pagination-bullet{
    width: 24px;
    height: 6px;
    background:#cccccc;
    margin:0 7px;
    border-radius: 0;
    opacity: 1;
}
#c-banner2 .swiper-pagination .swiper-pagination-bullet-active{
    background:#e0000d;
    width: 50px;
}
#c-banner2 img{
    width: 100%;
}
#c-banner2 p{
    font-size: 28px;
    color: #333333;
    line-height: 1;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top:38px;
    width: calc(100% - 165px);
}
.news_list1{
    width: 44%;  
    animation-delay: 0.6s;  
}
.news_list1 li{
    padding-bottom:2px;
    height: 20%;
}
.news_list1 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:#fafafa;
    padding:10px 40px;
    height: 100%;
}
.news_list1 li a em{
    font-style: normal;
    width: calc(100% - 76px);
    padding-right: 10px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    color: #333333;
}
.news_list1 li a span{
    font-size: 20px;
    width: 76px;
    color: #999999;
}
.news_list1 li a span i{
    font-size: 36px;
    color: #333333;
    font-style: normal;
}
.news_list1 li a:hover{
    background:#e0000d;
}
.news_list1 li a:hover em,.news_list1 li a:hover span,.news_list1 li a:hover span i{
    color: #fff;
}
@media(max-width: 1600px){
    .index4{
        padding:90px 0 0;
    }
    #c-banner2 p{
        font-size: 20px;
    }
    .news_list1 li a em{
        font-size: 16px;
    }
    #c-banner2 .swiper-pagination .swiper-pagination-bullet{
        width: 20px;
        margin:0 4px;
    }
    #c-banner2 .swiper-pagination .swiper-pagination-bullet-active{
        width: 35px;
    }
}
@media(max-width: 1280px){
    .index4{
        padding:70px 0 0;
    }
    #c-banner2 p{
        font-size: 18px;
    }
    .news_list1 li{
        max-height: 80px;
    }
}
@media(max-width: 992px){
    #c-banner2 p {
        font-size: 16px;
        margin-top: 20px;
    }
    .news_list1 li a{
        padding:10px 20px;
    }
    .news_list1 li a em{
        width: calc(100% - 50px);
        font-size: 15px;
    }
    .news_list1 li a span {
        font-size: 16px;
        width: 50px;
    }
    .news_list1 li a span i{
        font-size: 20px;
    }

}
@media(max-width: 820px){
    .index4{
        padding:50px 0 0;
    }
    #c-banner2 p{
        width: calc(100% - 120px);
    }
}
@media(max-width: 640px){
    .index4{
        padding:35px 0 0;
    }
    .index4_cont{
        padding-top:0;
        flex-wrap: wrap;
    }
    .index4_l{
        width: 100%;
        margin-bottom: 20px;
    }
    .news_list1{
        width: 100%;
    }
    #c-banner2 p{
        width: calc(100% - 100px);
        font-size: 15px;
    }
}


.index5{
    padding:155px 0 115px;
}
.index5 .jut {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1px;
}
.index5 .jut .item {
  width: 50%;
  border-right: 1px solid #fff;
}
.index5 .jut .item .list {
  width: 100%;
  display: block;
  position: relative;
}
.index5 .jut .item .list .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  height:415px;
  /*padding-bottom: 51%;*/
}
.index5 .jut .item .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index5 .jut .item .list .jut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 88px 56px;
}
.index5 .jut .item .list .jut .font {
  max-width: 430px;
  background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
    -o-backdrop-filter: blur(4px);
    -ms-backdrop-filter: blur(4px);
  padding: 40px 52px;
  padding-bottom: 0;
  width: 70%;
  position: relative;
}
.index5 .jut .item .list .jut .font .tit {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 12px;
  font-size: 30px;
  color: #e0000d;
  line-height: 1.2;
}
.index5 .jut .item .list .jut .font .text {
  color: #666;
  font-size: 15px;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index5 .jut .item .list .jut .font .but {
  width: 58px;
  height: 58px;
  background-color: #e0000d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateY(45%);
  transform: translateY(45%);
}
.index5 .jut .item .list .jut .font .but:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index:1;
}
.index5 .jut .item .list .jut .font .but i{
    position: relative;
    z-index:9;
}
.index5 .cont {
  display: flex;
  flex-wrap: wrap;
}
.index5 .cont .item {
  border-right: 1px solid #fff;
  width: 33.333%;
}
.index5 .cont .item:last-child {
  border-right: none;
}
.index5 .cont .item .list {
  display: block;
  width: 100%;
  position: relative;
}
.index5 .cont .item .list .img {
  width: 100%;
  position: relative;
  /*padding-bottom: 54%;*/
  overflow: hidden;
  height:300px;
}
.index5 .cont .item .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/*.index5 .cont .item .list .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/jianbianimgf1.png) no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}*/
.index5 .cont .item .list .font {
  position: absolute;
  top: 0;
  left: 0;
  padding: 85px 90px 65px;
  color: #fff;
  z-index: 3;
}
.index5 .cont .item .list .font .tit {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  margin-bottom: 7px;
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
}
.index5 .cont .item .list .font .text {
  opacity: 0;
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index5 .cont .item .list .font .but {
    border: 2px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-top: 10px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.index5 .cont .item .list .font .but img:nth-child(2),
.index5 .cont .item .list .font .but svg:nth-child(2) {
  display: none;
}
.index5 .cont .item .list .font .but:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s 0.3s linear;
  transform: rotate(-45deg);
}
@media (min-width: 1200px) {
  .index5 .jut .item .list:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .index5 .jut .item .list:hover .jut .font .tit,
  .index5 .jut .item .list:hover .jut .font .text {
    margin-left: 6px;
  }
  .index5 .jut .item .list:hover .jut .font .but:before {
    width: 100%;
  }
  .index5 .cont .item .list:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .index5 .cont .item .list:hover .img:after {
    opacity: 1;
  }
  .index5 .cont .item .list:hover .font .text {
    opacity: 0.8;
  }
  .index5 .cont .item .list:hover .font .but {
/*    transform: rotate(45deg);*/
    border-color: transparent;
    background-color: #e0000d;
  }
}
@media(max-width: 1600px){
    .index5{
        padding:100px 0 90px;
    }
    /*.index5 .jut .item .list .img{*/
    /*    padding-bottom:62.5%;*/
    /*}*/
    .index5 .jut .item .list .jut .font{
        padding:30px 35px;
    }
    .index5 .jut .item .list .jut .font .tit{
        font-size: 24px;
    }
    .index5 .jut .item .list .jut .font .but{
        width: 45px;
        height: 45px;
        margin-top:20px;
    }
    .index5 .cont .item .list .font{
        padding:50px 55px 50px;
    }
    .index5 .cont .item .list .font .tit{
        font-size: 24px;
    }
    .index5 .cont .item .list .font .text{
        font-size: 15px;
    }
    .index5 .cont .item .list .img{
        /*padding-bottom:65%;*/
        height:250px;
    }
    .index5 .cont .item .list .font .but{
        width: 45px;
        height: 45px;
    }
}
@media(max-width: 1280px){
    .index5{
        padding:70px 0;
    }
    /*.index5 .jut .item .list .img{*/
    /*    padding-bottom:60%;*/
    /*}*/
    .index5 .jut .item .list .img{
        height:320px;
    }
    .index5 .jut .item .list .jut{
        padding:65px 45px;
    }
    .index5 .jut .item .list .jut .font {
        padding: 30px 30px 50px;
    }
    .index5 .jut .item .list .jut .font .tit {
        font-size: 22px;
    }
    .index5 .jut .item .list .jut .font .text {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
    .index5 .jut .item .list .jut .font .but{
        margin-top:0;
    }
    .index5 .cont .item .list .font .tit {
        font-size: 22px;
    }
}
@media(max-width: 992px){
    .index5 .jut .item .list .jut {
        padding: 40px 30px;
    }
    .index5 .jut .item .list .jut .font{
        width: 85%;
        padding: 20px 20px 50px;
    }
    .index5 .jut .item .list .jut .font .tit {
        font-size: 18px;
    }
    .index5 .jut .item .list .jut .font .but {
        width: 36px;
        height: 36px;
    }
    .index5 .cont .item .list .font {
        padding: 30px 30px 50px;
    }
    .index5 .cont .item .list .font .tit {
        font-size: 18px;
    }
    .index5 .cont .item .list .font .text {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }
    .index5 .cont .item .list .font .but{
        width: 36px;
        height: 36px;        
    }
}
@media(max-width: 820px){
    .index5{
        padding:50px 0;
    }
    .index5 .jut .item .list .jut .font {
        padding: 15px 15px 30px;
    }
    .index5 .cont .item .list .font {
        padding: 20px 20px 30px;
    }
    .index5 .jut .item .list .img{
        height:240px;
    }
    .index5 .cont .item .list .img{
        height:180px;
    }
}
@media(max-width: 640px){
    .index5{
        padding:35px 0;
    }
    .index5 .jut{
        margin-bottom: 0;
    }
    .index5 .jut .item{
        width: 100%;
        border-right: none;
        margin-bottom: 15px;
    }
    .index5 .jut .item .list .jut .font .tit {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .index5 .cont .item .list .font {
        padding: 55px 30px 30px;
    }
    .index5 .cont .item{
        width: 100%;
        border-right:none;
        margin-bottom: 15px;
    }
    .index5 .cont .item .list .font .tit {
        font-size: 20px;
    }
    .index5 .cont .item .list .font .text{
        opacity: 1;
    }
    .index5 .cont .item .list .img{
        height:220px;
    }
}


#footer{
    background:#1a1a1a;
    border-top:10px solid #e0000d;
    padding:0 80px;
}
.f_top{
    padding:85px 0 75px;
    border-bottom: 1px solid #333;
}
.f_logo{
    float:left;
}
.f_link{
    position: relative;
    padding:0 22px;
    width: 220px;
    line-height: 46px;
    border:1px solid #333;
    float:left;
    font-size: 16px;
    color: #fff;
    margin-left: 77px;
}
.f_link:before{
    content:'';
    position: absolute;
    right:51px;
    top:50%;
    margin-top:-18px;
    width: 1px;
    height: 36px;
    background:#333;
}
.f_link:after{
    content:'';
    position: absolute;
    right:15px;
    top:50%;
    margin-top:-6px;
    width: 19px;
    height: 12px;
    background:url(../images/down.png) no-repeat center;
}
.f_link_a{
    position: absolute;
    left:0;
    top:48px;
    background:#fff;
    width: 100%;
    display: none;
}
.f_link_a a{
    display: block;
    padding:0 22px;
    font-size: 16px;
}
.f_link:hover .f_link_a{
    display: block;
}
.f_share{
    float:right;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}
.f_share a{
    display: block;
    width: 53px;
    height: 53px;
    line-height: 51px;
    border:1px solid #333;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin-left: 12px;
    cursor: pointer;
}
.f_share a .img_c{
    position: absolute;
    top:60px;
    left:50%;
    margin-left: -55px;
    width: 110px;
    display: none;
}
.f_share a:nth-child(2) .img_c{
    margin-left: -110px;
    width: 220px;    
}
.f_share a:hover .img_c{
    display: block;
}
.foot{
    padding:92px 0 70px;
    display: flex;
    justify-content: space-between;
}
.f_nav{
    display: flex;
    width: 65%;
}
.f_nav li{
    width: 15%;
    margin-right: 2%;
}
.f_nav li:nth-child(6n){
    margin-right: 0;
}
.f_nav li h3{
    font-size: 20px;
    color: #cccccc;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 35px;
}
.f_nav li a{
    display: block;
    line-height: 40px;
    font-size: 16px;
}
.foot_r{
    max-width: 32%;
    padding-right: 90px;
}
.f_tel{
    color: #cccccc;
}
.f_tel p:nth-child(1){
    padding-left: 35px;
    font-size: 20px;
    line-height: 24px;
    background:url(../images/f_tel.png) no-repeat left center;
}
.f_tel p:nth-child(2){
    font-size: 40px;
    line-height: 1.8;
}
.f_code{
    margin-top:20px;
    max-width: 128px;
}
.f_code p{
    font-size: 16px;
    color: #666666;
    margin-top:5px;
    text-align: center;
}
.copyright{
    font-size: 16px;
}
.copyright a{
    font-size: 16px;  
}
.copyright_l{
    float:left;
}
.copyright_r{
    float:right;
}
@media(max-width: 1600px){
    .f_top {
        padding: 50px 0;
    }
    .foot {
        padding: 60px 0 40px;
    }
    .f_nav li h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .f_nav li a {
        line-height: 32px;
        font-size: 15px;
    }
    .foot_r{
        padding-right: 0;
    }
    .f_tel p:nth-child(1){
        font-size: 18px;
    }
    .f_tel p:nth-child(2){
        font-size: 32px;
    }
    .f_code p{
        font-size: 14px;
    }
    .copyright{
        padding:5px 0;
    }
    .copyright,.copyright a{
        font-size: 15px;
    }
}
@media(max-width: 1280px){
    #footer{
        padding:0 60px;
        border-top: 6px solid #e0000d;
    }
    .f_top {
        padding: 35px 0;
    }
    .foot {
        padding: 45px 0 30px;
    }
    .f_nav li h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .f_nav li a {
        line-height: 30px;
        font-size: 14px;
    }
    .f_tel p:nth-child(1){
        font-size: 16px;
    }
    .f_tel p:nth-child(2){
        font-size: 26px;
    }
}
@media(max-width: 992px){
    #footer{
        padding:0 3%;
    }
    .f_top {
        padding: 30px 0;
    }
    .f_logo{
        max-width: 280px;
    }
    .f_link {
        padding: 0 15px;
        width: 180px;
        line-height: 42px;
        font-size: 15px;
        margin-left: 30px;
    }
    .f_link_a{
        top:42px;
    }
    .f_link_a a{
        font-size: 15px;
        padding:0 15px;
    }
    .f_share{
        font-size: 14px;
    }
    .f_share a {
        width: 46px;
        height: 46px;
        line-height: 44px;
    }
}
@media(max-width: 820px){

}
@media(max-width: 640px){
    .f_link,.f_nav{
        display: none;
    }
    .f_logo{
        max-width: 200px;
    }
    .f_code,.f_share{
        display: none;
    }

    .foot {
        padding: 25px 0;
    }
    .foot_r{
        max-width: 100%;
        width: 100%;
    }
    .f_tel p:nth-child(2) {
        font-size: 22px;
    }
    .copyright{
        text-align: center;
    }
    .copyright_l,.copyright_r{
        float:none;
    }
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    height: 600px;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner h2{
    font-size:66px;
    color: #ffffff;
}
.h100{
    width: 100%;
    height:100px;
}
.sort {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 80px;
    border-bottom: 1px solid #e5e5e5;
}
.sort li{
    margin-right: 105px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    display: block;
    font-size:26px;
    color:#343434;
    line-height: 80px;
    position: relative;
}
.sort li a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 4px;
    background:#e0000d;
    opacity: 0;
}
.sort li:hover a:after,.sort li.cur a:after{
    opacity: 1;
}
@media(max-width: 1600px){
    .n_banner{
        height: 500px;
    }
    .n_banner h2{
        font-size: 46px;
    }
    .sort{
        height: 65px;
    }
    .sort li{
        margin-right: 70px;
    }
    .sort li a{
        font-size: 18px;
        line-height: 65px;
    }
}
@media(max-width: 1280px){
    
}
@media(max-width: 992px){
    .h100{
        height: 80px;
    } 
    .n_banner{
        height: 360px;
    } 
    .n_banner h2{
        font-size: 36px;
    }  
}
@media(max-width: 820px){
    .h100{
        height: 65px;
    } 
    .n_banner{
        height: 300px;
    } 
    .n_banner h2{
        font-size: 32px;
    }  
    .sort{
        height: 50px;
    }
    .sort li{
        margin-right: 30px;
    }
    .sort li a{
        font-size: 16px;
        line-height: 50px;
    }  
}
@media(max-width: 820px){

    .sort li{
        margin-right: 20px;
    }  
}
@media(max-width: 640px){
    .h100{
        height: 50px;
    }
    .n_banner{
        height: 220px;
    }  
    .n_banner h2{
        font-size: 24px;
    }  
    .sort li{
        margin-right: 15px;
    } 
    .sort li a{
        font-size:15px;
    }
    .sort li a:after{
        height: 3px;
    }  
}
@media(max-width: 460px){
    .n_banner{
        height: 200px;
    }
}

.n_banner2{
    height: 796px;
/*}
.n_banner_text{*/
    color: #fff;
}
.n_banner2 video{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.n_banner_text h3{
    font-size: 66px;
    line-height: 1;
    margin-bottom:22px;
}
.n_banner_text p{
    font-size: 20px;
    padding:0 3%;
}


#about1{
    padding:120px 0 95px;
    background:url(../images/a_bg2.jpg) no-repeat center;
    background-size: cover;    
}
#about1 .about1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
h2.ab_t1{
    font-size: 56px;
    color: #343434;
    line-height: 1;
}
.about1 h2.ab_t1{
    width: 43%;
    line-height: 1.2;
}
.about1 .text{
    font-size: 18px;
    color: #343434;
    width: 57%;
	line-height:45px;
}
.about1 .text p{
    margin-bottom:20px;
    line-height: 1.9;
}
.about1 .text p:last-child{
    margin-bottom:0;
}
#about1 .img{
    margin-top:  90px;
    margin-bottom:100px;
}
.num_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.num_list li{
    padding:0 45px;
}
.num_list li p span{
    font-family: "Impact";
    font-size: 70px;
    color: #e0000d;
    line-height: 1;
}
.num_list li p sub{
    font-size: 18px;
    color: #424542;
    line-height: 1;
}
.num_list li p:last-child{
    font-size: 20px;
    color: #000000;
    margin-top:10px;
}
#about2{
    padding:115px 0 145px;
    background:#f4f4f4;    
}
#about2 .ab_t1{
    margin-bottom:55px;
}
.mySwiper2{
    position: relative;
    overflow: hidden;
}
.fzlc_btn{
    position: absolute;
    right: 190px;
    top:0;
    width: 58px;
    height: 100%;
}
.fzlc_btn_c{
    position: relative; 
    display: flex;
    flex-direction: column;
    justify-content: center;   
    height: 100%;
}
.fzlc_btn_c .swiper-button-prev{
    width: 58px;
    height: 58px;
    border:2px solid #a7a7a7;
    background:url(../images/left2.png) no-repeat center #f4f4f4!important;
    margin-top:0;
    top:0;
    left:0;
    position: relative;
    opacity: 1!important;
    margin-bottom:18px!important;
}
.fzlc_btn_c .swiper-button-prev:hover{
    background:url(../images/right2.png) no-repeat center #e0000d!important;
    transform: rotate(-180deg);
    border:2px solid #e0000d;
}
.fzlc_btn_c .swiper-button-next{
    width: 58px;
    height: 58px;
    border:2px solid #a7a7a7;
    background:url(../images/left2.png) no-repeat center!important;
    margin-top:0;
    top:0;
    left:0;
    position: relative;
    transform: rotate(-180deg);
    opacity: 1!important;
}
.fzlc_btn_c .swiper-button-next:hover{
    background:url(../images/right2.png) no-repeat center #e0000d!important;
    transform: rotate(0deg);
    border:2px solid #e0000d;
}
.fzlc_btn_c .swiper-button-next{
    
}
.mySwiper2 .swiper-slide{
    display: flex;
    flex-wrap: wrap;
}
.mySwiper2 .swiper-slide .img{
    width: 30%;
}
.mySwiper2 .swiper-slide .text{
    position: relative;
    width: 49%;
    padding-left: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mySwiper2 .swiper-slide .text .txt{
    position: relative;
    z-index:9;
    font-size:20px;
    color: #343434;
    line-height: 40px;
}
.mySwiper2 .swiper-slide .text .p1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    font-size: 200px;
    color: #000000;
    line-height: 1;
    opacity: 0.03;
    letter-spacing: -12px;
    font-weight: bold;
    font-family: MicrosoftYaHei;
}
.mySwiper{
    margin-top:60px;
    position: relative;
    padding-bottom:45px;
}
.fzlc{
    position: relative;
}
.fzlc:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height:1px;
    background:#e0e0e0;
}
.mySwiper .swiper-slide{
    font-size: 30px;
    color: #999999;
    line-height: 60px;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-family: MicrosoftYaHei;
}
.mySwiper .swiper-slide:before{
    content:'';
    position: absolute;
    left:50%;
    bottom:-55px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background:#ffffff;
    border:2px solid #e0e0e0;
    margin-left: -10px;
}
.mySwiper .swiper-slide:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:-50px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#e0000d;
    margin-left: -5px;
    opacity: 0;
}
.mySwiper .swiper-slide-thumb-active{
    font-size: 52px;
    color: #e0000d;
    font-weight: bold;
}
.mySwiper .swiper-slide-thumb-active:before{
    border:2px solid #e0000d;    
}
.mySwiper .swiper-slide-thumb-active:after{
    opacity: 1;
}

#about3{
    padding:92px 0 85px;
}
#about3 h2.ab_t1{
    text-align: center;
    margin-bottom:46px;
}
#c-banner4{
    padding-bottom:62px;
}
#c-banner4 .img:hover img{
    transform: scale(1.05);
}
#c-banner4 .swiper-pagination{
    top:calc(100% - 3px);
    width: 100%;
    height: 3px;
    background:#e0e0e0;
}
#c-banner4 .swiper-pagination .swiper-pagination-progressbar-fill{
    background:#e0000d;
}

#about4{
    background:url(../images/a_bg1.jpg) no-repeat center;
    background-size: cover;
    padding:115px 0 120px;
}
#about4 h2.ab_t1{
    color: #fff;
    text-align: center;
    margin-bottom:50px;
}
#c-banner5{
    padding-bottom:42px;
}
#c-banner5 .swiper-pagination{
    bottom:0;
}
#c-banner5 .swiper-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 6px;
    border-radius: 0;
    background:#fff;
    opacity: 1;
    margin:0 6px;
}
#c-banner5 .swiper-pagination .swiper-pagination-bullet-active{
    width: 54px;
    background:#e0000d;
}
@media(max-width: 1600px){
    .n_banner2{
        height: 600px;
    }
    .n_banner_text h3 {
        font-size: 42px;
    }
    .n_banner_text p {
        font-size: 16px;
    }
    #about1,#about2,#about4{
        padding:90px 0;
    }
    h2.ab_t1{
        font-size:36px;
    }
    .about1 .text{
        font-size:15px;
    }
    .about1 .text p {
        margin-bottom: 12px;
    }
    #about1 .img {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .num_list li p span{
        font-size:46px;
    }
    .num_list li p sub{
        font-size:15px;
    }
    .num_list li p:last-child{
        font-size:16px;
        margin-top: 5px;
    }
    h2.ab_t1{
        font-size:42px;
    }
    #about2 .ab_t1 {
        margin-bottom: 40px;
    }
    .mySwiper2 .swiper-slide .text .txt{
        font-size:18px;
    }
    .mySwiper {
        padding-bottom: 25px;
    }
    .mySwiper .swiper-slide-thumb-active{
        font-size:42px;
    }
    .mySwiper .swiper-slide:before{
        bottom:-35px;
    }
    .mySwiper .swiper-slide:after{
        bottom:-30px;
    }
    .mySwiper2 .swiper-slide .text .p1{
        font-size:160px;
    }
    .fzlc_btn{
        right: 150px;
    }
    #about3 h2.ab_t1,#about4 h2.ab_t1 {
        margin-bottom: 40px;
    }
}
@media(max-width: 1280px){
    .n_banner2{
        height: 450px;
    }
    .n_banner_text h3 {
        font-size: 32px;
        margin-bottom:15px;
    }
    .n_banner_text p {
        font-size: 15px;
    } 
    #about1,#about2,#about3,#about4{
        padding:70px 0;
    } 
    #about1 .img {
        margin-top: 50px;
        margin-bottom: 50px;
    }  
    .num_list li {
        padding: 0 30px;
    }
    .num_list li p:last-child{
        font-size:15px;
    }
    h2.ab_t1{
        font-size:36px;
    }
    .fzlc_btn{
        right: 70px;
    }
    .mySwiper {
        margin-top:40px;
    }
    .mySwiper .swiper-slide{
        font-size:24px;
    }
    .mySwiper .swiper-slide-thumb-active {
        font-size: 32px;
    }

}
@media(max-width: 992px){
    .n_banner2{
        height: 350px;
    }
    .n_banner_text h3 {
        font-size: 28px;
    } 
    .num_list li {
        padding: 0 25px;
    }  
    .num_list li p span {
        font-size: 36px;
    }
    .num_list li p sub{
        font-size:14px;
        margin-left: 3px;
    }
    h2.ab_t1{
        font-size:32px;
    }
    #about2 .ab_t1 {
        margin-bottom: 30px;
    }
   .mySwiper2 .swiper-slide .text .p1{
        font-size:120px;
    }
    .fzlc_btn{
        right: 0px;
    }
    #about3 h2.ab_t1,#about4 h2.ab_t1 {
        margin-bottom: 30px;
    }
}
@media(max-width: 820px){
    .n_banner2{
        height: 300px;
    }
    .n_banner_text h3 {
        font-size: 26px;
        margin-bottom:10px;
    } 
    #about1,#about2,#about3,#about4{
        padding:55px 0;
    } 
    h2.ab_t1{
        font-size:26px;
    }
    #about1 .img {
        margin-top: 30px;
        margin-bottom: 30px;
    } 
    .num_list li {
        padding: 0 20px;
    }  
    .mySwiper2 .swiper-slide .text .p1{
        font-size:100px;
    } 
    .mySwiper2 .swiper-slide .text .txt {
        font-size: 14px;
        line-height: 2em;
    }
    .mySwiper {
        margin-top:20px;
    }
    .mySwiper .swiper-slide{
        font-size:20px;
    }
    .mySwiper .swiper-slide-thumb-active {
        font-size: 26px;
    }
    #c-banner4{
        padding-bottom:40px;
    }
}
@media(max-width: 767px){
    .n_banner2{
        height: 220px;
    }
    .n_banner_text h3 {
        font-size: 22px;
    }
    #about1,#about2,#about3,#about4{
        padding:35px 0;
    } 
    h2.ab_t1{
        font-size:22px;
    }
    .about1 h2.ab_t1{
        width: 100%;
        margin-bottom:10px;
    }
    .about1 .text{
        width: 100%;
    }
    #about1 .img {
        margin-top: 20px;
        margin-bottom: 20px;
    } 
    .mySwiper {
        padding-bottom: 20px;
        margin-top:10px;
    }
    .mySwiper .swiper-slide{
        line-height: 40px;
    }
    .mySwiper .swiper-slide:before {
        bottom: -30px;
    }
    .mySwiper .swiper-slide:after {
        bottom: -25px;
    }
    #about3 h2.ab_t1,#about4 h2.ab_t1 {
        margin-bottom: 25px;
    } 
    .fzlc_btn{
        display: none;
    }
    #c-banner4{
        padding-bottom:25px;
    }
    .mySwiper .swiper-slide-thumb-active{
        font-size:24px;
    }
}
@media(max-width: 460px){
    #about1 .img {
        margin-bottom: 0px;
    }
    .num_list{
        display: none;
    }
    .num_list li{
        width: 50%;
    }
    .mySwiper2 .swiper-slide .img{
        width: 100%;
    }
    .mySwiper2 .swiper-slide .text{
        width: 100%;
        padding: 20px 0;
    }
    .mySwiper2 .swiper-slide .text .p1{
        font-size:80px;
    }  
}



.p_t2{
    font-size: 46px;
    color: #2b2b2b;
    font-weight: bold;
    line-height: 145px;
}
.n_main{
    background:#f5f5f5;
    padding:60px 0 184px;
}
.left1{
    width: 210px;
    float: left;
}
.p_sorts li{
    margin-bottom:60px;
}
.p_sorts li:last-child{
    margin-bottom:0;
}
.p_sorts .p1{
    font-size: 20px;
    color: #333333;
    margin-bottom:26px;
    line-height: 1;
    font-weight: bold;
}
.p_sorts .txt{
    font-size: 16px;
    color: #666666;
}
.p_sorts .txt span{
    display: block;
    font-size: 16px;
    color: #666666;
    padding-left: 35px;
    background:url(../images/p_icon1.png) no-repeat left center;
    line-height: 23px;
    margin-bottom: 10px;
    cursor: pointer;
}
.p_sorts .txt span.on{
    background:url(../images/p_icon2.png) no-repeat left center;
}
.right1{
    width: calc(100% - 210px);
    float: left;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 32%;
    margin-right: 2%;
    background:#fff;
    margin-bottom:26px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a{
    display: block;
    padding:40px;
}
.product_list li a .p_t1{
    text-align: center;
}
.product_list li a .p_t1 h3{
    color: #2b2b2b;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom:5px;
}
.product_list li a .p_t1 p{
    font-size: 15px;
    color: #666666;
}
.product_list li a .img{
    margin:30px 0 22px;
    text-align: center;
}
.p_more{
    width: 100%;
    border:2px solid #2b2b2b;
    line-height: 40px;
    font-size: 16px;
    color: #2b2b2b;
    text-align: center;
}
.product_list li a:hover .p_more{
    background:#e0000d;
    color: #fff;
    border:2px solid #e0000d;
}


.pd1{
    background:#f6f6f6;
    padding:22px 0 52px;
}
.p_site{
    padding:0 80px;
    line-height: 28px;
    font-size: 16px;
    color: #333333;
    margin-bottom:40px;
}
.p_site a{
    font-size: 16px;
    color: #333333;    
}
.p_site img{
    margin-right: 10px;
}
.pd1_c{
    display: flex;
    flex-wrap: wrap;
}
.pd1_c .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 58%;
}
.pd1_c .text h3{
    font-size:70px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
}
.pd1_c .text .p1{
    font-size:46px;
    color: #e0000d;
    font-weight: bold;
    line-height: 1;
    padding:52px 0 5px;
}
.pd1_c .text .p2{
    font-size: 20px;
    color: #333333;
}
.pd_a{
    display: flex;
}
.pd_a a{
    margin-right: 20px;
}
.pd_a a:last-child{
    margin-right: 0;
}
.pd1_c .text a.more1{
    background: #e0000d;
    border: 2px solid #e0000d;
    color: #fff;
    margin-top:105px;
}
.pd1_c .text a.more1 i{
    background:url(../images/more1_h.png) no-repeat center; 
}
.pd1_c .text a.more1:hover i{
    margin-left: 30px;
}
.pd1_c .img{
    width: 42%;
    text-align: center;
}
.pd2{
    text-align: center
}
.pd2 video{
    display: block;
    width: 100%;
}
.pd3{
    position: relative;
}
.pd3_c{
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
.wrap3{
    max-width: 1586px;
    width: 90%;
    margin:0 auto;
}
.pd3 .wrap3{
    position: relative;
}
.pd3 .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 51%;
    height: 100%;
    float: right;
}
.pd3 .text h3{
    font-size:40px;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom:30px;
}
.pd3 .text p{
    font-size:18px;
    color: #333333;
}
.pd3 .img1{
/*    position: absolute;
    top:0;
    left:0;*/
}
.pd3 .img1 p{
    width: 65%;
}
.pd4{
    background:#f2f4f6;
    padding:82px 0 160px;
}
.pd4 h2{
    font-size: 40px;
    color: #1a1a1a;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    margin-bottom:45px;
}
.p_table{
    text-align: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.p_table table{
    /*display: block;*/
    width: 100%;
    min-width: 1000px;
    margin:0 auto;
}
.p_table table tr td{
    background:#d0d7db;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 56px;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1.4;
}
.p_table table tr td:nth-child(2){
    background:#e0000d;
    color: #fff;
    width: 108px;
}
.p_table table tr td:last-child{
    border-right: none;
}
@media(max-width: 1600px){
    .p_t2{
        font-size:36px;
    }
    .n_main {
        padding: 60px 0 120px;
    }
    .p_sorts .txt span{
        font-size:15px;
    }
    .product_list li a {
        padding: 30px;
    }
    .product_list li a .p_t1 h3{
        font-size:20px;
    }
    .product_list li a .p_t1 p{
        font-size:14px;
    }
    .p_more{
        font-size:15px;
    }
    .p_sorts li{
        margin-bottom:50px;
    }
    .p_site,.p_site a{
        font-size:14px;
    }
    .pd1_c .text h3{
        font-size:42px;
    }
    .pd1_c .text .p1 {
        font-size: 30px;
        padding: 35px 0 5px;
    }
    .pd1_c .text .p2{
        font-size:16px;
    }
    .pd1_c .text a.more1{
        margin-top:70px;
    }
    .pd3 .text h3{
        font-size:32px;
        margin-bottom: 20px;
    }
    .pd3 .text p{
        font-size:15px;
    }
    .pd4{
        padding:82px 0 120px;
    }
    .pd4 h2{
        font-size:32px;
    }
    .p_table table tr td{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    .p_t2{
        font-size:32px;
    }
    .n_main {
        padding: 60px 0 90px;
    }
    .p_sorts .txt span{
        font-size:15px;
    }
    .product_list li a {
        padding: 20px;
    }
    .product_list li a .p_t1 h3{
        font-size:18px;
    }
    .p_site{
        padding:0 50px;
    }
    .pd1_c .text h3{
        font-size:32px;
    }
    .pd1_c .text .p1 {
        font-size: 24px;
        padding: 30px 0 5px;
    }
    .pd1_c .text .p2{
        font-size:15px;
    }
    .pd1_c .text a.more1{
        margin-top:50px;
    }
    .pd3 .text h3{
        font-size:28px;
        margin-bottom: 15px;
    }
    .pd3 .text p{
        font-size:14px;
    }
    .pd4{
        padding:82px 0 90px;
    }
    .wrap3{
        width: 96%;
    }
}
@media(max-width: 992px){
    .product_list li{
        width: 49%;
        margin-bottom:20px;
    }
    .product_list li:nth-child(3n){
        margin-right: 2%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0;
    }   
    .p_sorts li{
        margin-bottom:30px;
    } 
    .p_site{
        padding:0 3%;
        margin-bottom: 30px;
    }
    .pd4{
        padding:70px 0;
    } 
    .pd4 h2{
        font-size:26px;
        margin-bottom:30px;
    }
    .p_table table tr td{
        font-size:15px;
        height: 50px;
    }
}
@media(max-width: 820px){
    .p_t2 {
        font-size: 26px;
        line-height: 100px;
    }
    .n_main {
        padding: 60px 0;
    }
    .left1{
        width: 180px;
    }
    .right1{
        width: calc(100% - 180px);
    }
    .pd1_c .text h3{
        font-size:26px;
    }
    .pd1_c .text .p1 {
        font-size: 20px;
        padding: 20px 0 5px;
    }
    .pd1_c .text .p2{
        font-size:14px;
    }
    .pd1_c .text a.more1{
        margin-top:35px;
    }
    .pd3{
        padding: 15px 0;

    }
    .pd3 .text{
        width: 53%;
    }
    .pd3 .text h3{
        font-size:24px;
        margin-bottom: 15px;
    }
    .pd3 .text p{
        font-size:14px;
    }
    .pd4{
        padding:55px 0;
    } 
    .pd4 h2 {
        margin-bottom:20px;
    }
}
@media(max-width: 767px){
    .p_t2 {
        font-size: 22px;
        line-height: 70px;
    }
    .n_main {
        padding: 35px 0;
    }
    .left1{
        width: 100%;
        margin-bottom:30px;
    }
    .p_sorts .txt{
        display: flex;
        flex-wrap: wrap;
    }
    .p_sorts .txt span{
        width: 33.333%;
    }
    .right1{
        width: 100%;
    } 
    .product_list li a {
        padding: 15px;
    }
    .product_list li a .p_t1 h3 {
        font-size: 16px;
    }
    .product_list li a .p_t1 p {
        font-size: 13px;
    }
    .product_list li a .img {
        margin: 15px 0;
    } 
    .p_more {
        line-height: 32px;
        font-size: 14px;
    } 
    .pd1_c .text{
        width: 100%;
    }
    .pd1_c .text h3 {
        font-size: 20px;
    }
    .pd1_c .text .p1 {
        font-size: 16px;
    }
    .pd_a a{
        margin-right: 15px;
    }
    .pd1_c .img{
        width: 100%;
        margin-top:20px;
    }
    .pd1_c .img img{
        max-width: 80%;
    }
    .pd4{
        padding:35px 0;
    } 
    .pd4 h2{
        font-size:22px;
    }
    .pd3{
        padding:30px 0;
    } 
    .pd3_c{
        position: relative;
        left:0;        
    }
    .pd3 .text{
        width: 100%;
    }
    .pd3 .img1{
        display: none;
    }
    .p_table table tr td {
        font-size: 14px;
        height: 40px;
    }
}
@media(max-width: 460px){
    
}


#video1{
    padding:112px 0 40px;
}
h2.v_t1{
    font-size:56px;
    color: #343434;
    line-height: 1;
    text-align: center;
    margin-bottom:60px;
}
.video_list{
    display: flex;
    flex-wrap: wrap;
}
.video_list li{
    margin-bottom:55px;
    width: 32%;
    margin-right: 2%;
}
.video_list li:nth-child(3n){
    margin-right: 0;
}
.video_list li a{
    display: block;
}
.video_list li a .img{
    position: relative;
}
.video_list li a .img img{
    width: 100%;
}
.video_list li a .img:before{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    width: 60px;
    height: 60px;
    margin:-30px 0 0 -30px;
    background:url(../images/player1.png) no-repeat center;
    background-size: contain;
    z-index:9;
}
.video_list li a h3{
    font-size:22px;
    color: #343434;
    line-height: 1.4;
    text-align: center;
    margin-top:25px;
}
.video_list li:hover a .img img{
    transform: scale(1.1);
}
#video2{
    padding:118px 0 135px;
    background:#f5f5f5;
}


@media(max-width: 1600px){
    #video1 {
        padding: 90px 0 40px;
    }
    h2.v_t1{
        font-size:36px;
        margin-bottom: 40px;
    }
    .video_list li{
        margin-bottom:30px;
    }
    .video_list li a h3 {
        font-size: 16px;
        margin-top: 15px;
    }
    .video_list li a .img:before {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
    }
    #video2{
        padding:90px 0;
    }
}
@media(max-width: 1280px){
    #video1 {
        padding: 70px 0 40px;
    }
    h2.v_t1{
        font-size:32px;
    }
    #video2{
        padding:70px 0;
    }    
}
@media(max-width: 992px){
    #video1 {
        padding: 60px 0 20px;
    }
    h2.v_t1{
        font-size:28px;
        margin-bottom: 30px;
    }
    .video_list li a h3 {
        font-size: 15px;
        margin-top: 12px;
    }
    #video2{
        padding:60px 0;
    }    
}
@media(max-width: 820px){
    .video_list li{
        margin-bottom:20px;
    }
    .video_list li a .img:before {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
    }    
}
@media(max-width: 767px){
    #video1 {
        padding: 30px 0 20px;
    }
    h2.v_t1{
        font-size:22px;
        margin-bottom: 25px;
    }
/*    .video_list li a h3 {
        font-size: 15px;
        margin-top: 12px;
    }*/
    .video_list li{
        width: 49%;
        margin-right: 2%;
    }
    .video_list li:nth-child(3n){
        margin-right: 2%;
    }
    .video_list li:nth-child(2n){
        margin-right: 0;
    }
    .video_list li a .img:before {
        width: 32px;
        height: 32px;
        margin: -16px 0 0 -16px;
    }  
    .video_list li a h3{
        font-size:13px;
        font-weight: normal;
        margin-top: 10px;
    }
    #video2{
        padding:30px 0;
    }     
}
@media(max-width: 460px){
    
}


.service1{
    padding:112px 0 100px;
}
.wrap2{
    max-width: 1666px;
    margin:0 auto;
    width: 100%;
    padding:0 80px;
}
.s_t1{
    font-size:56px;
    color: #343434;
    line-height: 1;
}
.service1 .s_t1{
    text-align: center;
}
.service1 .text{
    font-size:20px;
    color: #343434;
    max-width: 1215px;
    margin:25px auto 65px;
    line-height: 1.8;
    text-align: center;
}
.service1 .imgs{
    display: flex;
    flex-wrap: wrap;
}
.service1 .imgs p{
    width: calc(50% - 13px);
    margin-right: 26px;
    overflow: hidden;
}
.service1 .imgs p:nth-child(2n){
    margin-right: 0;
}
.service1 .imgs p img{
    width: 100%;
    transition: all 0.5s ease-out;
}
.service1 .imgs p:hover img{
    transform: scale(1.1);
}
.service2{
    background:url(../images/fw_bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding:148px 0 215px;
}
.service2 .s_t1{
    color: #fff;
}
.service2 .text{
    font-size:20px;
    max-width: 710px;
/*    line-height: 1.8;*/
    margin-top:30px;
}

.service3{
    padding:0 0 178px;
}
.service3 ul{
    display: flex;
    flex-wrap: wrap;
}
.service3 ul li{
    width: calc(50% - 13px);
    margin-right: 26px;
    padding-top:145px;
}
.service3 ul li:nth-child(2n){
    margin-right: 0;
}
.service3 ul li .txt{
    font-size:18px;
    color: #343434;
    padding:25px 0 80px;
    max-width: 705px;
}
@media(max-width: 1600px){
    .service1{
        padding: 90px 0;
    }    
    .s_t1{
        font-size:36px;
    }
    .service1 .text{
        font-size:15px;
    }
    .service2{
        padding:100px 0 160px;
    }
    .service2 .text{
        font-size:15px;
    }
    .service3 {
        padding: 0 0 120px;
    }
    .service3 ul li{
        padding-top:90px;
    }
    .service3 ul li .txt {
        font-size: 15px;
        padding: 20px 0 50px;
    }
}
@media(max-width: 1280px){
    .wrap2{
        padding:0 50px;
    }
    .service1{
        padding: 80px 0;
    } 
    .s_t1{
        font-size:32px;
    }
    .service3 {
        padding: 0 0 90px;
    }
    .service3 ul li{
        padding-top:80px;
    }
}
@media(max-width: 992px){
    .wrap2{
        padding:0 3%;
    } 
    .service1 .text{
        font-size:14px;
        margin: 15px auto 40px;
    } 
    .service2{
        padding:80px 0 90px;
    }
    .service2 .text{
        font-size:14px;
        margin-top:20px;
    } 
    .service3 {
        padding: 0 0 80px;
    }
    .service3 ul li .txt {
        font-size: 14px;
        padding: 15px 0 30px;
    } 
}
@media(max-width: 820px){
    .service1{
        padding: 65px 0;
    } 
    .s_t1{
        font-size:26px;
    } 
    .service1 .text{
        margin: 12px auto 20px;
    } 
    .service2{
        padding:65px 0 70px;
    } 
    .service3 {
        padding: 0 0 50px;
    } 
    .service3 ul li{
        padding-top:65px;
    } 
    .service3 ul li .txt {
        padding: 12px 0 20px;
    } 
}
@media(max-width: 767px){
    .service1{
        padding: 55px 0;
    } 
    .s_t1{
        font-size:22px;
    } 
    .service1 .imgs p {
        width: calc(50% - 6px);
        margin-right: 12px;
    }
    .service2{
        padding:55px 0;
    }
    .service3 {
        padding: 0 0 55px;
    }
    .service3 ul li{
        padding-top:55px;
        width: 100%;
        margin-right: 0;
    } 
 
}
@media(max-width: 460px){
    
}


.news{
    padding:80px 0 105px;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 52px;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_list li a{
    display: block;
    position: relative;
	padding-bottom:;
}

.news_list li .img{
	position:relative;
	padding-bottom:55%;
}

.news_list li .img img{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	object-fit:cover;
}

.news_list li a:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 3px;
    background:#b3b3b3;
    z-index:8;
}
.news_list li a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height: 3px;
    background:#e0000d;
    z-index:9;
    transition: all 0.4s ease-out;
}

.news_list li .n_tit{
	font-weight:bold;
	font-size:18px;
	color:#333;
	height:46px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	line-height:23.4px;
	margin-bottom:10px;
}

.news_list li .time{
	display:none;
}

.news_list li a .img img{
    width: 100%;
}
.news_list li a .text{
    padding: 20px 20px 30px;
    background:#fafafa;
}
.news_list li a .bfs14{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
    color: #808080;
	line-height:1.6;
}
.news_list li a .text h3{
    font-size:24px;
    color:#333333;
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;
    margin-bottom:10px;
}
.news_list li a .text .info{
    font-size:16px;
    color: #808080;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
}
.news_list li:hover a:after{
    width: 100%;
}
.news_list li:hover .img img{
    transform: scale(1.1);
}
.news_detail{
    max-width: 1100px;
    margin:0 auto;
}
.news_detail h1{
    font-size:22px;
    color: #333;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    margin-bottom:5px;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 12px;
}
.news_detail .content{
    font-size:16px;
    margin-bottom:15px;
}
@media(max-width: 1600px){
    .news{
        padding:90px 0;
    }
    .news_list li{
        margin-bottom:35px;
    }
    .news_list li a .text {
        padding: 20px 20px 30px;
    }
    .news_list li a .text h3 {
        font-size: 18px;
    }
    .news_list li a .text .info{
        font-size:15px;
    }
    .news_detail h1{
        font-size:20px;
    }
    .news_detail .content{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .news{
        padding:80px 0;
    }    
}
@media(max-width: 992px){
    .news{
        padding:65px 0;
    }   
    .news_list li{
        margin-bottom:20px;
    }
    .news_list li a .text {
        padding: 15px 15px 20px;
    }
    .news_list li a .text h3 {
        font-size: 16px;
    }
    .news_list li a .text .info{
        font-size:14px;
    } 
    .news_detail h1{
        font-size:18px;
    }
}
@media(max-width: 820px){
    .news{
        padding:50px 0;
    }     
}
@media(max-width: 767px){
    .news{
        padding:35px 0;
    } 
    .news_list li{
        width: 49%;
    } 
    .news_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .news_list li:nth-child(2n) {
        margin-right: 0;
    }   
}
@media(max-width: 460px){
    .news_list li{
        width: 100%;
        margin-right: 0!important;
    }    
}


.contact1{
    padding:0 0 145px;
}
#contact{
    float: left;
    width: 49%;
    padding-top:92px;
}
#contact h2{
    font-size:36px;
    color: #343434;
    margin-bottom:30px;
    line-height: 1;
}
#contact h2 span{

}
#contact h2 span:nth-child(1){
    font-size:32px;
}
#contact h2 span i{
    font-style: normal;
    color: #e0000d;
}
#contact .c_cont{
    display: flex;
    flex-wrap:wrap;
}
#contact .c_cont .text{
    width: 55%;
}
#contact .c_cont .text p{
    font-size:16px;
    color: #666666;
}
#contact .c_cont .text p em{
    font-size:32px;
    color: #343434;
    display: block;
    margin-bottom:5px;
}
#contact .c_cont .c_code{
    max-width: 45%;
    text-align: center;
    font-size:16px;
    color: #666666;
}
a.more2{
    width: 185px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:18px;
    color: #fff;
    background:#c82126;
    margin-top:65px;
}
a.more2 i{
    margin-right: 22px;
    width: 18px;
    height: 23px;
    display: block;
    background:url(../images/dw.png) no-repeat center;
}
#message{
    width: 51%;
    float: left;
    padding-top:92px;
}
#message h3{
    color: #343434;
    font-size:36px;
    line-height: 1;
    margin-bottom:28px;
}
#message ul{
    display: flex;
    flex-wrap: wrap;
}
#message ul li{
    width: calc(50% - 7.5px);
    margin-bottom:20px;
}
#message ul li:nth-child(2){
    margin-left: 15px;    
}
#message ul li:last-child{
    width: 100%; 
}
#message ul li input{
    display: block;
    width: 100%;
    background:#f5f5f5;
    line-height: 60px;
    border:none;
    outline: none;
    padding:0 25px;
    font-size:16px;
    color: #999999;
}
#message ul li textarea{
    display: block;
    width: 100%;
    background:#f5f5f5;
    line-height: 60px;
    height: 260px;
    border:none;
    outline: none;
    font-family: "微软雅黑";
    padding:0 25px;
    font-size:16px;
    color: #999999;
}
.mess_tn input{
    font-size:22px;
    color: #fff;
    width: 100%;
    line-height: 62px;
    text-align: center;
    font-weight: bold;
    border:none;
    outline: none;
    background:#e0000d;
    cursor: pointer;
}
#fgs{
    background:#f5f5f5;
    padding:110px 0 125px;
}
#fgs h2{
    /*font-size:52px;*/
    /*color: #343434;*/
    /*font-weight: normal;*/
    text-align: center;
    line-height: 1;
    margin-bottom:64px;
}
#fgs .cont{
    display: flex;
    flex-wrap: wrap;
}
.fgs_l{
    width: 50%;
    background:#fff;
/*    display: flex;
    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
    padding:100px 30px 30px 110px;
}
.fgs_li{
    float: left;
}
.fgs_li p{
    font-size:24px;
    color: #343434;
    line-height: 1;
    padding-bottom:8px;
    position: relative;
    cursor: pointer;
    margin-bottom:40px;
}
.fgs_li p:last-child{
    margin-bottom:0;
}
.fgs_li p.cur{
    color: #e0000d;
    font-weight: bold;    
}
.fgs_li p.cur:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#e0000d;
}
.fgs_c{
    float: right;
    width: 70%;
    max-width: 385px;
}
.fgs_tab{
    display: none;
}
.fgs_tab h3{
    font-size:20px;
    color: #343434;
    line-height: 1;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom: 1px solid #cccccc;
}
.fgs_tab h3 span:nth-child(1){
    font-size:26px;
    line-height: 1;
}
.fgs_tab h3 span i{
    color: #e0000d;
    font-style: normal;
}
.fgs_tab .txt{
    font-size:14px;
    color: #999999;
    line-height: 32px;
}
.fgs_map{
    width: 50%;    
}
.f_map{
    display: none;
    width: 100%;
    height:100%;
}
.map{
    width: 100%;
    min-height: 580px;
    height:100%;
    overflow: hidden;
}

#job1 .text{
    max-width: 990px;
    margin: 25px auto 55px;
}
.job1_list{

}
.job1_list li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:20px;
}
.job1_list li:last-child{
    margin-bottom:0;
}
.job1_list li .img{
    width: 50%;
}
.job1_list li .txt{
    width: 50%;
    background:#f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:20px 95px 20px 115px;
}
.job1_list li .txt h3{
    font-size:40px;
    color: #343434;
    font-weight: normal;
    line-height:1;
    margin-bottom:28px;
}
.job1_list li .txt p{
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}
.job1_list li:nth-child(2n){
    flex-direction: row-reverse;
}
.job2{
/*    padding:90px 0 0;*/
}
.job2 h2.s_t1{
    text-align: center;
    margin-bottom:40px;
}
#c-banner3 p{
    font-size: 24px;
    color: #fff;
    background:rgba(224,0,13,.8);
    text-align: center;
    line-height: 80px;
    width: 100%;
    position: absolute;
    left:0;
    bottom:0;
    z-index:9;
}
.job3{
    padding:92px 0 80px;
}
.job3 h2.s_t1{
    text-align: center;
    margin-bottom:45px;
}
.job3_t{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.job3_t li{
    margin:0 40px;
    line-height: 1;
    font-size: 34px;
    padding-bottom: 16px;
    position: relative;
    cursor: pointer;
    color: #4c4c4c;
}
.job3_t li:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 0%;
    height: 3px;
    background: #e0000d;
    transition: all 0.3s ease-out;
}
.job3_t li:hover:after,.job3_t li.cur:after{
    left:0;
    width: 100%;
}
.job3_tab{
    display: none;
}
/*.job_list{
    margin-top:70px;
}*/
.job_list li{
    background:#f1f5f3;
    margin-bottom: 15px;
    padding:0 60px;
}
.job_t{
    display: flex;
/*    flex-wrap: wrap;*/
    align-items:center;
    cursor: pointer;
}
.j1{
   width: 160px;    
}
.j_name{
    font-size:18px;
    color: #333333;
    font-weight: bold;
    width: 35%;
}
.j_c{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    padding: 24px 0;
    width: calc(65% - 149px);
}
.j_c p{
    font-size:15px;
    color: #999999;
    padding:0 19px;
    background:url(../images/line1.jpg) no-repeat right center;
}
.j_c p:first-child{
    padding-left: 0;
}
.j_c p:last-child{
    background:none;
    padding-right: 0;
}
.j_date{
    width: 135px;
    float: right;
    font-size:15px;
    color: #999999;
}
.j_date span{
    display: inline-block;
    margin-left: 5px;
}
.job_t i{
    display: block;
    width: 14px;
    height: 30px;
    background:url(../images/j_down.png) no-repeat center;
}
.job_list li .j_cont{
    display: none;
    padding:70px 0px;
    border-top:1px solid #e0e0e0;
    transition: all 0.6s ease-out;
}
.j_cont1{
    display: flex;
    flex-wrap: wrap;
}
.j_cont1 h3{
    font-size:16px;
    color: #333;
}
.j_cont1_c{
    font-size:15px;
    color: #666666;
    width: calc(100% - 115px);
}
.j_cont2{
    margin:40px 0 110px;
}
.j_contact{
    background: #e0000d;
    font-size: 16px;
    color: #fff;
    overflow:hidden;
}
.j_contact p{
    padding:0 40px;
    line-height: 64px;
    float: left;
}
.j_contact a{
    display: block;
    float: right;
    width: 205px;
    line-height: 64px;
    font-size:18px;
    color: #fff;
    font-weight: bold;
    text-align:center;
    border-radius: 10px;
    overflow:hidden;
}
.job_list li.on .j_cont{
    display: block;
}
@media(max-width: 1600px){
    .contact1 {
        padding: 0 0 100px;
    }
    #contact h2{
        font-size: 30px;
    }
    #contact h2 span:nth-child(1){
        font-size: 26px;
    }
    #contact .c_cont .text p{
        font-size:15px;
    }
    #contact .c_cont .text p em{
        font-size: 26px;
    }
    a.more2{
        font-size:16px;
        margin-top:45px;
        width: 160px;
    }
    a.more2 i{
        margin-right: 15px;
    }
    #message h3{
        font-size:30px;
        margin-bottom: 20px;
    }
    #message ul li input {
        line-height: 45px;
        padding: 0 20px;
        font-size: 15px;
    }
    #message ul li textarea {
        height: 135px;
        line-height: 45px;
        padding: 0 20px;
        font-size: 15px;
    }
    .mess_tn input {
        font-size: 16px;
        line-height: 50px;
    }
    #fgs{
        padding:90px 0;
    }
    #fgs h2 {
        /*font-size: 32px;*/
        margin-bottom: 45px;
    }
    .fgs_l {
        padding: 50px 30px 30px 50px;
    }
    .fgs_tab h3 {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .fgs_li p {
        font-size: 20px;
        margin-bottom:30px;
    }
    .map{
        min-height: 460px;
    }
    .job1_list li .txt{
        padding:20px 50px;
    }
    .job1_list li .txt h3{
        font-size:26px;
        margin-bottom: 20px;
    }
    .job1_list li .txt p{
        font-size:15px;
    }
    #c-banner3 p {
        font-size: 20px;
        line-height: 55px;
    }
    .job_list li{
        padding:0 40px;
    }
    .j_c{
        padding:25px 0;
    }
    .job_list li .j_cont{
        padding:50px 0px;
    }
    .j_cont2 {
        margin: 30px 0 70px;
    }
    .j_contact p{
        line-height: 50px;
        padding: 0 30px;
    }
    .j_contact a{
        line-height: 50px;
        width: 180px;
    }
    .job3_t li{
        font-size: 26px;
    }
}
@media(max-width: 1280px){
    .contact1 {
        padding: 0 0 70px;
    }
    #contact h2{
        font-size:24px;
        margin-bottom: 20px;
    }
    #contact h2 span:nth-child(1) {
        font-size: 22px;
    }
    #contact .c_cont .text p em {
        font-size: 24px;
    }
    a.more2{
        margin-top:35px;
        height: 45px;
    }
    #contact,#message{
        padding-top:85px;
    }
    #message h3{
        font-size: 24px;
    }
    #fgs{
        padding:70px 0;
    } 
    #job1 .text{
        margin: 20px auto 40px;
    }
    .job_list li{
        padding:0 30px;
    }
    .j_c{
        padding:15px 0;
    }
    .job_list li .j_cont{
        padding:40px 0px;
    }
    .j_cont2 {
        margin: 20px 0 40px;
    }
    .j_contact p{
        padding: 0 20px;
    }
    .j_contact a{
        width: 120px;
    } 
}
@media(max-width: 1199px){
    #contact .c_cont .text{
        width: 100%;
    }
    #contact .c_cont .c_code{
        display: none;
    }
    #message ul li input{
        padding:0 15px;
    }
    #message ul li textarea{
        padding:0 15px;
    }
    #fgs h2 {
        /*font-size: 30px;*/
        margin-bottom: 40px;
    }
    .fgs_l {
        padding: 30px 20px;
    }
    .fgs_li p {
        font-size:18px;
        margin-bottom: 25px;
    }
    .fgs_tab h3 {
        font-size:18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .fgs_tab h3 span:nth-child(1){
        font-size:22px;
    }
    .map{
        min-height: 400px;
    }
    .job3 {
        padding: 70px 0;
    }
}
@media(max-width: 992px){
    #job1 .text{
        margin: 10px auto 30px;
    }
    .job1_list li .txt {
        padding: 20px 20px;
    }
    .job1_list li .txt h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .job1_list li .txt p {
        font-size: 14px;
    }
    .job2 h2.s_t1 {
        margin-bottom: 30px;
    }
    #c-banner3 p {
        font-size: 16px;
        line-height: 45px;
    }
    .job3_t{
        margin-bottom:40px;
    }
    .job3_t li{
        margin:0 30px;
        font-size: 20px;
        padding-bottom: 15px;
    }
    .job3_t li:after{
        height:2px;
    }
}
@media(max-width: 820px){
    .contact1 {
        padding: 0 0 50px;
    }
    #contact,#message{
        padding-top:65px;
    }
    .fgs_tab .txt{
        line-height: 28px;
    }
    #fgs,.job3{
        padding:55px 0;
    } 
    /*#fgs h2{*/
    /*    font-size:24px;*/
    /*}*/
    a.more2{
        font-size:15px;
        margin-top:30px;
        width: 130px;
    }
    a.more2 i{
        margin-right: 12px;
    }  
    .job_list{
        margin-top:30px;
    }  
    .job_t {
        padding: 0 20px;
    }
    .j_name{
        font-size:16px;
    }
    .j_c p,.j_date{
        font-size:14px;
    }  
    .j_c p{
        padding: 0 20px;
    }  
    .job3 h2.s_t1 {
        text-align: center;
        margin-bottom: 30px;
    }
    .job_list li .j_cont {
        padding: 30px 20px;
    }
    .j_contact a{
        width: 110px;
    }
}
@media(max-width: 767px){
    .contact1 {
        padding: 0 0 30px;
    }
    #contact h2{
        font-size:20px;
        margin-bottom: 10px;
    }
    #contact h2 span:nth-child(1) {
        font-size: 20px;
    }
    #contact .c_cont .text p em {
        font-size: 20px;
    }
    a.more2 {
        font-size: 14px;
        margin-top: 25px;
        width: 120px;
        height: 40px;
    }
    #contact,#message{
        width: 100%;
        padding-top:55px;
    }
    #fgs,.job3{
        padding:35px 0;
    } 
    #fgs h2{
        /*font-size:22px;*/
        margin-bottom: 20px;
    }
    .fgs_l {
        padding: 20px 20px;
        width: 100%;
    } 
    .fgs_li p {
        font-size: 16px;
        margin-bottom: 20px;
    } 
    .fgs_tab h3{
        font-size:15px;
    }
    .fgs_tab h3 span:nth-child(1) {
        font-size: 18px;
    }
    .fgs_tab .txt {
        line-height: 24px;
    }
    .fgs_map{
        width: 100%;
    }
    .map{
        min-height: 220px;
    }
    .job1_list li .img,.job1_list li .txt{
        width: 100%;
    }
    .job1_list li .txt h3{
        font-size:17px;
    }
    #c-banner3 p {
        font-size: 15px;
        line-height: 40px;
    }
    .job_list li{
        margin-bottom: 12px;
        padding:0 10px;
    }
    .job_t {
        padding: 0 10px;
    }
    .j_name{
        padding:5px 0;
    }
    .j_c p{
        display: none;
    }
    .j_cont1 h3{
        width: 100%;
        font-size:15px;
    }
    .j_cont1_c{
        width: 100%;
        font-size:14px;
    }
    .job_list li .j_cont {
        padding: 20px 10px;
    }
    .j_contact{
        padding:12px 0;
    }
    .j_contact p{
        width: 100%;
        line-height: 2em;
        float: none;
    }
    .j_contact a{
        float: none;
        margin:15px auto 0;
        line-height: 42px;
        width: 120px;
        font-size:15px;
    }
    .job3_t{
        margin-bottom:25px;
    }
    .job3_t li{
        margin:0 20px;
        font-size: 16px;
        padding-bottom: 12px;
    }
}



.download_list{
    max-width: 1000px;
    margin:70px auto 70px;
}
.download_list li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    padding:10px 0;
    margin-bottom: 5px;
}
.download_list li a{
    display: block;
    line-height: 1.4;
    font-size: 20px;
    color: #333;
    width: calc(100% - 85px);
}
.download_list li span{
    font-size: 15px;
    width: 85px;
    text-align: right;
}
.download_list li a:hover{
    color: #e0000d;
}

.download_detail{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background:url(../images/download_bg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.download_cont{
    background: rgba(255,255,255,.8);
    border-radius: 10px;
    padding:80px 80px 52px;
    width: 86.5%;
    margin:0 auto;
}
.download_cont h2{
    line-height: 1;
    font-size: 40px;
    color: #1a1a1a;
    font-weight:bold;
    text-align: center;
    margin-bottom: 55px;
}
.download_cont .text{
    background: #f0f0f0;
    padding:55px 80px;
    border-radius: 10px;
}
.download_cont .text .txt{
    font-size: 16px;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 65px;
    line-height: 1.8;
}
.download_cont .text .txt p:nth-child(1){
    font-size: 20px;
}
.download_more{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.download_more a{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 15px);
    margin-right: 30px;
    font-size: 16px;
    color: #fff;
    background: #666666;
    min-height:50px;
    line-height: 1.4;
    padding:5px;
}
.download_more a:nth-child(2n){
    margin-right: 0;
}
.download_more a:hover{
    background: #e0000d;
}
.download_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:60px;
}
.d_logo{
    
}
.download_bottom a{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 65px;
    background: #e0000d;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}
@media(max-width:1600px){
    .download_cont{
        padding:50px 60px;
    }
    .download_cont .text{
        padding:35px 50px;
    }
    .download_list li a{
        font-size:18px;
    } 
    .download_bottom a{
        font-size:15px;
    }
    .download_more a{
        font-size:14px;
    }
}
@media(max-width:1280px){
    
}
@media(max-width:992px){
    .download_cont{
        padding:35px 35px;
    }
    .download_cont h2{
        font-size:32px;
        margin-bottom:25px;
    }
    .download_cont .text{
        padding:35px 40px;
    }
    .download_cont .text .txt{
        margin-bottom:30px;
    }
    .download_cont .text .txt p:nth-child(1){
        font-size:16px;
    }
    .download_more a{
        width:100%;
        margin-right:0;
        margin-bottom:15px;
        padding:5px;
    }
}
@media(max-width:820px){
    .download_list li a{
        font-size:15px;
    }  
    .download_cont .text .txt,.download_cont .text .txt p:nth-child(1){
        font-size:15px;
    }
    .download_cont .text .txt {
        margin-bottom: 20px;
    }
}
@media(max-width:640px){
    .download_cont h2 {
        font-size: 24px;
    }  
    .download_cont {
        padding: 25px 20px;
    }
    .download_cont .text {
        padding: 25px 20px;
    }
    .download_bottom{
        margin-top:30px;
        flex-wrap:wrap;
    }
    .d_logo{
        width:100%;
        margin-bottom:20px;
    }
    .d_logo img{
        width:60%;
    }
    .download_bottom a {
        font-size: 14px;
        height:55px;
        width:160px;
    }
}


h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#2b70bb;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #2b70bb;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: #ef8200;
    vertical-align: middle;
    border: 1px solid #ef8200; 
    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: #e0000d;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:56px;
    }
}


/*客服1*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 客服2 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 9;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 5px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    transition: all .5s;
    position: relative;
    z-index:9;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index:8;
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 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: #e0000d;
    background: #e0000d;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #e0000d;
    background: #e0000d;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 60px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #e0000d;
}

#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;
}
.List_page{
	text-align:center;
}
.List_page a,
.List_page span{
	display:inline-block;
	background-color: #FFF;
    vertical-align: middle;
    border: #efefef 1px solid;
    color: #505050;
    padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
	text-decoration: none;
	line-height:1.35 !important;
	width:auto !important;
}

.List_page a:hover {
    background-color: #2b70bb;
    color: #fff;
    border: #efefef 1px solid;
}

.List_page .total{
	display:none;
}

.List_page span{
	line-height: 39px;
    background-color: #ef8200;
    vertical-align: middle;
    border: 1px solid #ef8200;
    color: #fff;
    padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
@media(max-width:1220px){
    .Fast_contact{
        display:none;
}