/*头部样式*/
.head{
    padding:0px 110px;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background:url(../images/head.png) no-repeat center;
    background-size:cover;
    height: 67px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{

}
.head_r{
    display: flex;
}
.language_a{
    display: flex;
    padding-left: 26px;
    background:url(../images/language.png) no-repeat left center;
}
.language_a a{
    color:#fff;
    opacity: .4;
    font-size:13px;
}
.language_a a:hover,.language_a a.on{
    opacity: 1;
}
.language_a .line1{
    margin:0 7px;
}
.search{
    margin-right: 62px;
}
#formsearch{
    display: flex;
    align-items: center;
    height: 25px;
}
#keyword{
    width: 112px;
    height: 25px;
    display: flex;
    align-items: center;
    padding:0 10px;
    border:none;
    outline: none;
    background:none;
    border:1px solid #858585;
    border-radius: 25px;
    color: #fff;
}
#s_btn{
    background:url(../images/ss.png) no-repeat center;
/*    background-size: contain;*/
    border:none;
    outline: none;
    width: 16px;
    height: 15px;
    margin-left: 8px;
    cursor: pointer;
}

.nav{
    display: flex;
    align-items: center;
}
.nav li{
    position: relative;
    margin-right: 50px;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
}
.nav li a.a1{
    font-size: 14px;
    color: rgba(255,255,255,.4);  
    text-align: center;
    line-height: 67px; 
    position: relative; 
}
.nav li a.a1 i{
    width: 100%;
    height: 2px;
    background:#8c0e1d;
    position: absolute;
    left:0;
    bottom:6px;
    opacity: 0;
}
.nav li a.a1 i:before{
    content:'';
    position: absolute;
    left:0px;
    top:-1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c30d23;
}
.nav li a.a1 i:after{
    content:'';
    position: absolute;
    right:0px;
    top:-1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c30d23;
}
.nav li:hover a.a1,.nav li.on a.a1{
    color: rgba(255,255,255,1);  
}
.nav li:hover a.a1 i,.nav li.on a.a1 i{
    opacity: 1;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:67px;
    left:50%;
    z-index: 999;
    background-color: #121212;
    width: 110px;
    border-radius: 8px;
    margin-left: -55px;
    padding-bottom: 5px;
}
.nav li .b_nav2{
    width: 200px;  
    margin-left: -100px;
}
.nav li .b_nav3{
    width: 130px;  
    margin-left: -65px;
}
.nav li .b_nav a{
    font-size: 14px;
    color: rgba(255,255,255,.4);  
    line-height: 42px; 
    text-align: center;
}
.nav li .b_nav a:hover{
    color: rgba(255,255,255,1);  
    background:url(../images/line2.png) no-repeat bottom center;   
}
.nav li:hover .b_nav{
    display: block!important;
}
.add_b_nav1 a:nth-child(2),.f_nav_a a:nth-child(2){
    display: none;
}
.fw_dl dd:nth-child(3){
    display: none!important;
}

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

@media(max-width: 1600px){
    .head{
        padding:0 60px;
    }
    .nav li{
        margin-right: 25px;
    }
}
@media(max-width: 1360px){
    .nav li{
        margin-right: 20px;
    }    
}
@media(max-width: 1280px){
    .nav li{
        margin-right: 15px;
    } 
}
@media(max-width: 1199px){
    .head{
        padding:0 30px;
    } 
    .search{
        display:none;
    }
    .container{
        width: 94%;
    }
}
@media(max-width:991px){
    .head{
        padding:0 20px;
    }  
}
@media(max-width:920px){
    .head{
        padding:0 20px;
    } 
    .logo img{
        max-height:32px;
    }
    .nav li a.a1{
        font-size:13px;
    }
}
@media(max-width: 860px){
    .head{
        height:50px;
    }
    /*.logo img{*/
    /*    max-height:32px;*/
    /*}*/
    /*.nav li{*/
    /*    margin-right: 15px;*/
    /*}*/
/*}*/
/*@media(max-width: 768px){*/
    .menu-button,.search{
        display: block;
    }
    .nav,.language_a{
        display: none;
    }

}
@media(max-width: 640px){
    .head{
        padding:0 5.2%;
    }
    .logo{
        width: 40%;
/*        float: none;*/
    }
    .menu-button{
        top:25px;
    }
    .search{
        margin-right:20px;
    }
    #keyword{
        width:100px;
    }
}



#index_banner{
    height: 100vh;
}
#index_banner .swiper-slide{
    position: relative;
}
#index_banner .swiper-slide video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_banner_pc{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    display: none;
}
.index_banner_m{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    display: none;
}
#index_banner .img1{
    opacity: 0;
    max-height: 100vh;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
    color: #fff;
}
.wrap{
/*    width: 78.125%;*/
    margin:0 auto;
    max-width: 1500px;
    width: 90%;
}
.swiper-slide .banner_text .text{
    transform: translateX(500px);
    transition:all 1s ease-out;
}
.swiper-slide-active .banner_text .text{
    transform: translateX(0);    
}
.banner_text .p1{

}
.banner_text .p1 span{
    display: inline-block;
    position: relative;
    font-size: 53px;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.83);
    padding-bottom:15px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.banner_text .p1 span i{
    width: 100%;
    height: 1px;
    background:#bd1227;
    position: absolute;
    left:0;
    bottom:0px;
}
.banner_text .p1 span i:before{
    content:'';
    position: absolute;
    left:0px;
    top:-1px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c30d23;
}
.banner_text .p1 span i:after{
    content:'';
    position: absolute;
    right:0px;
    top:-1px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c30d23;
}
.banner_text .p2{
    font-size:19px;
    line-height: 1.6;
    margin-bottom: 52px;
}
a.more1{
    font-size: 16px;
    color: rgb(195, 13, 35);
    font-weight: bold;
    background:url(../images/more1.jpg) no-repeat center;
    width: 136px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    transition:all 0.4s ease-out;
    line-height: 1;
/*    text-shadow:0px 0px rgba(32,30,30,.45), 0px 0px rgba(32,30,30,.45), 0px 0px rgba(32,30,30,.45), 0px 0px rgba(32,30,30,.45);*/
    -webkit-text-stroke: 0.5px #760815;
}
a.more1 i{
    margin-left: 11px;
    display: none;
}
a.more1:hover i{
    display: block;
}
#index_banner .swiper-pagination{
    bottom:65px;
}
#index_banner .swiper-pagination span{
    width: 16px;
    height: 16px;
    background:url(../images/dian3.png) no-repeat center;
    border-radius: 50%;
    opacity: 1;
    margin:0 20px 0 0;
    position: relative;
    display: inline-block;
}
#index_banner .swiper-pagination span:after{
    content:'';
    position: absolute;
    width: 20px;
    height: 2px;
    background:#fff;
    top:50%;
    margin-top:-1px;
    right:-20px;
}
#index_banner .swiper-pagination span:last-child{
    margin: 0;
}
#index_banner .swiper-pagination span:last-child:after{
    display: none;
}
#index_banner .swiper-pagination span.swiper-pagination-bullet-active{
    background:url(../images/dian4.png) no-repeat center;    
}
#index_banner .swiper-slide video.pc_video{
    
}
#index_banner .swiper-slide video.m_video{
    display: none;
}
.r_fixed{
    position: fixed;
    right:34px;
    bottom:62px;
    z-index: 999;
    width: 45px;
}
.r_fixed a{
    display: flex;
    border-radius: 50%;
    margin-bottom: 14px;
    position: relative;
}
.r_fixed a p{
    position: absolute;
    left: -115px;
    top: 0;
    background: #fff;
    padding: 0 17px;
    font-size: 13px;
    line-height: 45px;
    color: #000000;
    border-radius: 45px;
    width: 160px;
    z-index: 999;
    display: none;
}
.r_fixed a.a2 p{
    width: 210px;
    left: -170px;
}
.r_fixed a:hover p{
    display: block;
}
.r_fixed a:last-child{
    margin-bottom:0;
}
.r_fixed a i{
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    z-index: 9999;
}
.r_fixed a.a1 i{
    background:url(../images/r_ico1.png) no-repeat center #fff;
}
.r_fixed a.a1:hover i{
    background:url(../images/r_ico1_h.png) no-repeat center #fff;
}
.r_fixed a.a2 i{
    background:url(../images/r_ico2.png) no-repeat center #fff;
}
.r_fixed a.a2:hover i{
    background:url(../images/r_ico2_h.png) no-repeat center #fff;
}
.r_fixed a.a3 i{
    background:url(../images/r_ico3.png) no-repeat center #fff;
}
.r_fixed a.a3:hover i{
    background:url(../images/r_ico3_h.png) no-repeat center #fff;
}
.r_fixed a.a4 i{
    background:url(../images/r_ico4.png) no-repeat center #fff;
}
.r_fixed a.a4:hover i{
    background:url(../images/r_ico4_h.png) no-repeat center #fff;
}
@media(max-width: 1600px){
    .banner_text .p1 span{
        font-size:36px;
    }
    .banner_text .p2{
        font-size:17px;
    }
    .r_fixed{
        right:15px;
    }
}
@media(max-width: 1280px){
    .banner_text .p1 span{
        font-size:32px;
    } 
    .swiper-slide .banner_text .text{
        transform: translateX(300px);
        transition:all 1s ease-out;
    }
    .swiper-slide-active .banner_text .text{
        transform: translateX(0);    
    }
}
@media(max-width: 1024px){
    .r_fixed{
        display:none;
    }
    .swiper-slide .banner_text .text{
        transform: translateX(150px);
        transition:all 1s ease-out;
    }
    .swiper-slide-active .banner_text .text{
        transform: translateX(0);    
    }
}
@media(max-width: 991px){
    #index_banner .swiper-slide video.pc_video{
        display: none;
    }
    #index_banner .swiper-slide video.m_video{
        display: block;
    }
}
@media(max-width: 820px){
    .wrap{
        width:94%;
    }
    .banner_text .p1 span{
        font-size:26px;
    }
    .banner_text .p2{
        font-size:15px;
    }
}
@media(max-width: 640px){
    .banner_text{
        justify-content:flex-start;
        padding-top:35%;
    }
    .banner_text .p1{
        max-width:70%;
    }
    .banner_text .p1 span{
        font-size:24px;
    }  
    .index_banner_pc
    /*,#index_banner .swiper-slide video*/
    {
        display:none;
    }
    .index_banner_m{
        display:block;
    }
    a.more1 i{
        display:block;
    }
    .swiper-slide .banner_text .text{
        transform: translateX(50px);
        transition:all 1s ease-out;
    }
    .swiper-slide-active .banner_text .text{
        transform: translateX(0);    
    }
}


.service-wrap2{
    background:url(../images/index2_bg.jpg) no-repeat center;
    background-size: cover;
}
.index_fw{
    margin-top:50px;
}
.index_t1{
    color: #fff;
}
.index_t1 span{
    display: inline-block;
    position: relative;
    font-size:32px;
    line-height: 1;
    padding-bottom: 25px;
}
.index_t1 span i{
    width: 100%;
    height: 1px;
    background:#bd1227;
    position: absolute;
    left:0;
    bottom:0px;
}
.index_t1 span i:before{
    content:'';
    position: absolute;
    left:0px;
    top:-1px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c30d23;
}
.index_t1 span i:after{
    content:'';
    position: absolute;
    right:0px;
    top:-1px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c30d23;
}
.index_fw_cont{
    margin-top:72px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_fw_cont dl{
    width: 52%;
}

.index_fw .index_fw_cont dl:nth-child(1){
    transform: translateX(-300px);
    transition: all 1s ease-out;    
}
.index_fw .index_fw_cont dl:nth-child(2){
    transform: translateX(300px);
    transition: all 1s ease-out;      
}
.service-wrap.active .index_fw_cont dl:nth-child(1){
    transform: translateX(0px);
}
.service-wrap.active .index_fw_cont dl:nth-child(2){
    transform: translateX(0px);
}
.index_fw_cont dl:last-child{
    width: 35%;
}
.index_fw_cont dl dt{

}
.index_fw_cont dl dt .p1{
    font-size: 100px;
    line-height: 1;
    font-weight: bolder;
    -webkit-text-stroke: 1px #c30d23;
    color: transparent;
    display: flex;
    align-items: flex-start;
}
.index_fw_cont dl dt .p1 span{
    font-size: 48px;
    display: inline-block;
    margin-right: 10px;
}
.index_fw_cont dl dt .p2{
    font-size:14px;
    color: #c30d23;
    margin-top:5px;
}
.index_fw_cont dl dd{
    margin-top:30px;
}
.index_fw_cont dl dd.dd1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_fw_box{

}
.index_fw_box .box1{
    background:url(../images/ls_bg.jpg) no-repeat center;
    background-size: cover;
    height: 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:30px 54px;
    border-radius: 16px;
}
.index_fw_box .box1 .p3{
    width: 100%;
    font-size: 48px;
    color: rgb(195, 13, 35);
    font-weight: bold;
    line-height: 1;
    -webkit-text-stroke: 1px #760815;
    display: flex;
    align-items: flex-start;
}
.index_fw_box .box1 .p3 sup{
    font-size:28px;
}
.index_fw_box .box1 .p4{
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    margin-top: 12px;
    /*display: none;*/
}
.index_fw_box .box1 .p4 span{
    display: none;
}
.index_fw_cont dl dd .p5{
    font-size:14px;
    color: #bfbfbf;
    padding-left: 15px;
    position: relative;
    margin-top:18px;
    line-height: 1.8;
    height: 52px;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden; */
}
.index_fw_cont dl dd .p5 sup{
    font-size: 12px;
    line-height: 1;
}
.index_fw_cont dl dd .p5:before{
    content:'';
    position: absolute;
    left:0;
    top:10px;
    width: 5px;
    height: 5px;
    background:#c30d23;
    border-radius: 50%;
}
.index_fw_box .box2{
    display: flex;
    justify-content: space-between;
    padding:30px 58px;
}
.index_fw_box1{
    width: 35.5%;
}
.index_fw_box2{
    width: 60%;
}
.index_fw_cont dl dd .txt{
    font-size:14px;
    color: #bfbfbf;
    height: 160px;
    overflow: hidden;
    line-height: 1.6;
    text-overflow: ellipsis;
}
.index_fw_cont dl dd .txt p{
        display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; 
}
.index_fw_cont dl dd .img1{
    height: 70px;
}
.index_fw_cont dl dd a{
    margin-top:70px;
}

@media(max-width: 1600px){
    .index_fw_cont dl dt .p1{
        font-size:72px;
    }
    .index_fw_cont dl dt .p1 span{
        font-size:32px;
    }
    .index_fw_box .box1{
        padding: 20px 35px;
        height: 140px;
    }
    .index_fw_box .box1 .p3 sup{
        font-size:20px;
    }
    .index_fw_cont dl:last-child{
        width:40%;
    }
    .index_fw_cont dl dd .txt{
        height:140px;
    }
}
@media(max-width: 1280px){
    .index_fw_cont dl dt .p1{
        font-size:52px;
    }
    /*.index_fw_cont dl dd .txt{*/
    /*    line-height:1.8;*/
    /*}*/
}
@media(max-width: 1199px){
    .index_fw_cont{
        margin-top:35px;
    }
    .index_fw_cont dl dt .p1 {
        font-size: 36px;
    }
    .index_fw_box .box1{
        padding:18px 15px;
        height: 120px;
    }
    .index_fw_box .box1 .p3{
        font-size:36px;
    }
    .index_fw_box .box1 .p4{
        font-size:12px;
    }
    .index_fw_cont dl dd .p5{
        font-size:12px;
        height:46px;
    }
    .index_fw_cont dl dd a {
        margin-top: 35px;
    }
    .index_fw_cont dl dd .txt{
        font-size:12px;
        height:110px;
    }
    .index_fw_cont dl dd.dd2{
        margin-top:15px;
    }
    .index_fw_cont dl dd.dd2 a{
        margin-top:28px;
    }
}
@media(max-width: 991px){
    .index_fw_cont dl{
        width:100%;
    }
    .index_fw_cont dl:last-child{
        width:100%;
        margin-top:50px;
    }
}
@media(max-width: 820px){
    .index_fw_cont dl dt .p1{
        font-size:32px;
    }
    .index_fw_box .box1{
        padding:10px 15px;
        height:100px;
    }
    .index_fw_box .box1 .p3 {
        font-size: 32px;
    }
    .index_fw_box .box1 .p4{
        margin-top:3px;
    }
}
@media(max-width: 640px){
    .service-wrap2{
        background:url(../images/m_index2_bg.jpg) no-repeat center;
        background-size: cover;
    }
    .index_fw_box .box1 {
        padding: 8px 8px;
        height: 90px;
    }
    /*.index_fw_box1{*/
    /*    width: 105px;*/
    /*}*/
    /*.index_fw_box2{*/
    /*    width:calc(100% - 115px);*/
    /*}*/
    .index_fw_box .box1 .p4{
        font-size:10px;
    }
    .index_fw_cont dl dd .p5{
        padding-left:0;
    }
    .index_fw_cont dl dd .p5:before{
        display:none;
    }
    /*.index_fw_box1,.index_fw_box2{*/
    /*    width:100%;*/
    /*}*/
    .index_fw_cont dl dt .p1{
        font-size:26px;
    }
    .index_fw_cont dl dt .p2{
        margin-top:2px;
    }
    .index_fw_cont dl dd {
        margin-top: 25px;
    }
    .index_fw_cont dl dd .p5{
        height:auto;
    }
    .index_fw_cont dl dd a{
        display:none;
    }
    .index_fw_cont dl dd .img1{
        height:auto;
        margin-top:15px;
    }
}

.service-wrap3{
    background:url(../images/index3_bg.jpg) no-repeat center;
    background-size: cover;
}
.index_jjfa{
    margin-top:50px;
}
.index_jjfa .wrap{
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
    overflow: hidden;
}
.index_jjfa .img1{
    width: 60%;
}
.index_jjfa .text{
    width: 40%;
    padding:30px 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:url(../images/index3_bg2.jpg) no-repeat center;
    background-size: cover;
}
.index_jjfa .img1{
    transform: translateX(-300px);
    transition: all 1s ease-out;    
}
.index_jjfa .text{
    transform: translateX(300px);
    transition: all 1s ease-out;      
}
.service-wrap.active .index_jjfa .img1{
    transform: translateX(0px);
}
.service-wrap.active .index_jjfa .text{
    transform: translateX(0px);
}
h2.index_t2{

}
h2.index_t2 span{
    font-size:54px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    position: relative;
    padding-bottom:22px;
}
h2.index_t2 span i{
    width: 100%;
    height: 1px;
    background:#bd1227;
    position: absolute;
    left:0;
    bottom:0px;
}
h2.index_t2 span i:before{
    content:'';
    position: absolute;
    left:0px;
    top:-1px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c30d23;
}
h2.index_t2 span i:after{
    content:'';
    position: absolute;
    right:0px;
    top:-1px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c30d23;
}
.index_jjfa .text .txt{
    margin:15px 0 35px;
    color: #fff;
}
.index3_a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index3_a a{
    display: flex;
    align-items: center;
    padding:10px 15px;
    width: 100%;
    height: 50px;
    background:#000000;
    border-radius: 14px;
    color: #fff;
    font-size:14px;
    margin-top:5px;
}
.index3_a a:hover{
    background:#c30d23;
}
.index3_more{
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}
@media(max-width: 1600px){
    h2.index_t2 span{
        font-size:36px;
    }
    .index_jjfa .img1 {
        width: 55%;
    }
    .index_jjfa .text{
        padding: 30px 45px;
        width:45%;
    }
    .index_jjfa .text .txt {
        margin: 15px 0 30px;
        font-size:12px;
    }
    .index3_a a{
        height:40px;
    }
    /*.index3_a a{*/
    /*    padding: 15px 10px 15px 15px;*/
    /*    height:70px;*/
    /*}*/
    /*.index3_more{*/
    /*    margin-top:70px;*/
    /*}*/
}
@media(max-width: 1360px){
    h2.index_t2 span{
        font-size:30px;
        padding-bottom: 16px;
    }
    .index_jjfa .text .txt {
        margin: 15px 0 20px;
    }
    .index3_a a{
        height:35px;
        font-size:13px;
        border-radius:10px;
    }
    .index3_more{
        margin-top:30px;
    }
}
@media(max-width: 1280px){
    .index_jjfa .text .txt{
        margin: 12px 0 20px;
    }
    .index3_more {
        margin-top: 20px;
    }
}
@media(max-width: 1199px){
    .index_jjfa .text {
        padding: 20px 25px;
    }
    .index_jjfa .text .txt {
        margin: 12px 0 10px;
    }
    .index3_a a{
        font-size:12px;
        /*height:32px;*/
        padding:7px 15px;
    }
}
@media(max-width: 1024px){
    h2.index_t2 span{
        font-size:26px;
    }    
}
@media(max-width: 991px){
    h2.index_t2 span{
        font-size:24px;
    }   
    .index_jjfa .wrap{
        max-width:600px;
    }
    .index_jjfa .img1{
        width:100%;
    }
    .index_jjfa .text {
        padding: 25px 25px;
        width: 100%;
    }
    .index_jjfa .text .txt {
        margin: 15px 0 30px;
    }
    .index3_more {
        margin-top: 30px;
    }
}
@media(max-width: 640px){
    .index_jjfa{
        margin-top:30px;
    }
    .index_jjfa .wrap{
        background: rgba(77,79,86,.8);
    }
    /*.index_jjfa .wrap{*/
    /*    width:80%;*/
    /*}*/
    h2.index_t2 span{
        font-size:20px;
        padding-bottom:12px;
    }
    .index_jjfa .text {
        padding: 20px 15px;
        background: none;
    }
    .index3_a a {
        padding: 8px 6px;
        /*height: 50px;*/
        /*width: 31%;*/
        font-size: 12px;
        margin-bottom: 5px;
        line-height:1.6;
        color:#c30d23;
        border:1px solid #c30d23;
        background:none;
    }
    /*.index3_a a:last-child{*/
    /*    width:35%;*/
    /*}*/
    .index_jjfa .text .txt {
        margin: 12px 0 20px;
        font-size:12px;
    }
    .index3_more {
        margin-top: 20px;
    }
}


.service-wrap4{
    background:url(../images/index4_bg.jpg) no-repeat center;
    background-size: cover;
}
.service-wrap4 h2.index_t2{
    text-align: center;
}
.index_case .wrap{
    max-width: 1140px;
}
.index4_li{
    transform: translateY(200px);
    transition: all 0.7s ease-out;    
}
.index4_cont{
    transform: translateY(350px);
    transition: all 1.2s ease-out;      
}
.service-wrap.active .index4_li{
    transform: translateY(0px);
}
.service-wrap.active .index4_cont{
    transform: translateX(0px);
}
.index4_li{
    display: flex;
    justify-content: center;
    margin:35px 0 25px;
}
.index4_li li{
    padding-left: 40px;
    font-size:24px;
    color: #fff;
    margin-right: 38px;
    cursor: pointer;
}
.index4_li li:last-child{
    margin-right: 0;
}
.index4_li li.li1{
    background:url(../images/index4_ico1.png) no-repeat left center;
    background-size: contain;
}
.index4_li li.li2{
    background:url(../images/index4_ico2.png) no-repeat left center;
    background-size: contain;
}
.index4_li li.on{
    color:#c30d23;
}
.index4_li li.on.li1{
    background:url(../images/index4_ico1_h.png) no-repeat left center;
    background-size: contain;
}
.index4_li li.on.li2{
    background:url(../images/index4_ico2_h.png) no-repeat left center;
    background-size: contain;
}
.index4_cont{
    height: 480px;
    position: relative;
}
.index4_tab{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index: -999;
    opacity: 0;
}
.index4_tab.cur{
    z-index: 999;
    opacity: 1;    
}
#index4_case1 .swiper-wrapper,.index4_cont .swiper-slide,#index4_case2 .swiper-wrapper{
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}
/*.index4_cont .swiper-slide*/
.index4_text{
    background:url(../images/index4_bg2.png) no-repeat center;
    border-radius: 16px;
/*    width: 360px;*/
    height: 480px;
    padding:42px 25px 36px;
    max-width:360px;
    position: relative;

/*    transform: translate3d(0px, 0px, -120.15px) rotateX(0deg) rotateY(30deg) scale(1);*/
}
/*.index4_cont .swiper-slide,.index4_cont .swiper-slide .index4_text{*/
/*    width: 270px!important;*/
/*}*/

/*.index4_cont .swiper-slide.swiper-slide-next,.index4_cont .swiper-slide.swiper-slide-duplicate-active{*/
/*    transform: translateX(0px) translateZ(0px) rotateY(-0deg);*/
/*}*/

/*.index4_cont .swiper-slide.swiper-slide-next .index4_text{*/
/*    transform: translateX(0px) translateZ(0px) rotateY(9deg) scale(1);    */
/*    transform-origin: left;*/
/*}*/

/*.index4_cont .swiper-slide{*/
/*    max-width: 270px;*/
/*}*/
/*.index4_cont .swiper-slide.swiper-slide-active .index4_text{*/
/*    transform: translateX(0px) translateZ(0px) rotateY(-73deg) scale(1);*/
/*    transform-origin: right;*/
/*}*/
/*.index4_cont .swiper-slide:nth-child(4n) .index4_text{*/
/*    transform: translateX(0px) translateZ(0px) rotateY(7deg) scale(1);    */
/*    transform-origin: left;*/
/*}*/
.index4_cont .swiper-slide.swiper-slide-active a{

}
.index4_case_t{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.index4_case_t .img1{
    width: 32px;
    height: 32px;
    overflow: hidden;
    position: relative;
}
.index4_case_t .img1 img{
    width: 32px;
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
}
.index4_case_t p{
    width: calc(100% - 40px);
    text-align: right;
    font-size:18px;
    color: #ffffff;
    font-family: "puhui65";
    line-height: 32px;
    opacity: 0;
}
.index4_cont .swiper-slide .img2{
    text-align: center;
}
.index4_cont .swiper-slide .img2 img:nth-child(2){
    display: none;
}
.index4_cont .swiper-slide .text1{
    margin-top:65px;
}
.index4_cont .swiper-slide .text1 .p1{
    margin-bottom: 12px;
    padding-bottom:38px;
    border-bottom: 1px solid #c30d23;
    font-size:18px;
    color: #000000;
    font-family: "puhui65";
}   
.index4_cont .swiper-slide .text1 .p2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index4_cont .swiper-slide .text1 span{
    font-size:14px;
    color: #000000;
}
.index4_cont .swiper-slide .text2{
    display: none;
    padding-top: 32px;
    border-top:1px solid #fff;
    margin-top:65px;
    color: #fff;

    /*line-height: 2em;*/
    /*height: calc(10em + 32px);*/
}
.index4_cont .swiper-slide .text2 p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;    
}
.index4_cont .swiper-slide:hover .index4_text{
    background:url(../images/index4_bg2_h.png) no-repeat center;
}
.index4_cont .swiper-slide:hover .index4_case_t .img1 img{
    top:-32px;
}
.index4_cont .swiper-slide:hover .index4_case_t p{
    opacity: 1;
}
.index4_cont .swiper-slide:hover .img2 img:nth-child(1){
    display: none;
}
.index4_cont .swiper-slide:hover .img2 img:nth-child(2){
    display: inline-block;
}
.index4_cont .swiper-slide:hover .text1{
    display: none;
}
.index4_cont .swiper-slide:hover .text2{
    display: block;
}
.index_case .swiper-button-prev{
    width: 18px;
    height: 49px;
    background:url(../images/right2.png) no-repeat center;
    background-size: contain;
    margin-top:-24.5px;
    left:-32px;
    transform: rotate(-180deg);
}
.index_case .swiper-button-prev:hover{
    background:url(../images/left1.png) no-repeat center;
    background-size: contain;
    transform: rotate(0deg);
}
.index_case .swiper-button-next{
    width: 18px;
    height: 49px;
    background:url(../images/right2.png) no-repeat center;
    background-size: contain;
    margin-top:-24.5px;
    right:-32px;
    opacity: .8;
}
.index_case .swiper-button-next:hover{
    background:url(../images/left1.png) no-repeat center;
    background-size: contain;
    transform: rotate(-180deg);
}
.service-wrap4 a.more1{
    margin:42px auto 0;
}
.index4_cont .p_img span{
    display: none;
    font-size: 15px;
    color: #000000;
}
.index4_case_t p img{
    display: none;
    max-width: 30px;
}
.index4_cont .swiper-slide .text2 p.p3{
    display: none;
    font-size: 12px;
    color: #000000;
    margin-top:5px;
}
.index4_tab .swiper-pagination{
    display: none;
}
@media(max-width: 1600px){
    .index_case{
        margin-top:50px;
    }
    .index4_cont,.index4_cont .swiper-slide,.index4_text{
        height: 360px;
    }
    /*.index4_cont .swiper-slide{*/
    /*    height:360px;*/
    /*}*/
    .index4_case_t{
        margin-bottom:25px;
    }
    .index4_cont .swiper-slide .text1 {
        margin-top: 25px;
    }
    .index4_cont .swiper-slide .text1 .p1 {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .index4_cont .swiper-slide .text1 span{
        font-size:12px;
    }
    .index4_cont .swiper-slide .text2{
        padding-top: 10px;
        margin-top: 25px;
    }
    .index4_cont .swiper-slide .text2 p{
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;    
    }
}
@media(max-width: 1280px){

    .index4_li li{
        font-size:20px;
    }
    .index4_cont .swiper-slide .index4_text{
        padding: 30px 25px 20px;
    }
    .index4_tab .swiper-container{
        padding:10px 18px;
    }
    .index_case .swiper-button-prev,.index_case .swiper-button-next{
        display:none;
    }
    /*.index4_cont .swiper-slide.swiper-slide-duplicate-active {*/
    /*    transform-origin: left;*/
    /*    transform: translateX(0px) translateZ(0px) rotateY(12deg);    */
    /*}*/
    .index4_text{
        padding:30px 15px 30px;
    }
}
@media(max-width: 1199px){
    .index4_cont .swiper-slide.swiper-slide-active,.index4_cont .swiper-slide.swiper-slide-duplicate-next{
        transform: translateX(0px) translateZ(0px) rotateY(0deg); 
    }
    .index4_cont .swiper-slide.swiper-slide-duplicate-next{
        transform: translateX(0px) translateZ(0px) rotateY(0deg);    
        transform-origin: left;
    }    
    .index4_cont .swiper-slide .index4_text{
        transform: translateX(0px) translateZ(0px) rotateY(0deg)!important;    
        transform-origin: left!important;        
    }
    /*.index4_text {*/
    /*    padding: 20px 15px;*/
    /*}*/
    /*.index4_case_t {*/
    /*    margin-bottom: 20px;*/
    /*}*/
    /*.index4_cont .swiper-slide .img2 img{*/
    /*    max-height:60px;*/
    /*}*/
    /*.index4_cont .swiper-slide .text1 span:nth-child(2){*/
    /*    display:none;*/
    /*}*/
    /*.index4_cont .swiper-slide .text2 {*/
    /*    padding-top: 5px;*/
    /*    margin-top: 20px;*/
    /*}*/
}
@media(max-width: 1024px){
    .index4_li {
        margin: 30px 0 20px;
    }
    .index4_li li{
        font-size:15px;
        padding-left:32px;
    }
    .index4_li li.li1{
        background:url(../images/index4_ico1.png) no-repeat left center;
        background-size: 24px;
    }
    .index4_li li.li2{
        background:url(../images/index4_ico2.png) no-repeat left center;
        background-size: 24px;
    }    
    .index4_li li.on.li1{
        background:url(../images/index4_ico1_h.png) no-repeat left center;
        background-size: 24px;
    }
    .index4_li li.on.li2{
        background:url(../images/index4_ico2_h.png) no-repeat left center;
        background-size: 24px;
    }
    .index4_cont,.index4_text{
        height:300px;
    }
    .index4_cont .swiper-slide .index4_text{
        height:290px;
        padding: 20px 22px;
    }
    .index4_cont .swiper-slide .img2 img{
        max-height:50px;
    }
    .index4_cont .swiper-slide .text1 .p1{
        font-size:16px;
    }
    .index4_cont .swiper-slide .text2 p{
        -webkit-line-clamp: 3;
    }
    .service-wrap4 a.more1{
        display:none;
    }
    .index4_cont .swiper-slide:hover .index4_text{
        background: url(../images/index4_bg2.png) no-repeat center;
    }
    .index4_cont .swiper-slide:hover .text1{
        display: block;
    }
    .index4_cont .swiper-slide:hover .text2{
        display: none;
    }
}
@media(max-width: 820px){
    .index4_cont .swiper-slide.swiper-slide-active,.index4_cont .swiper-slide.swiper-slide-duplicate-next{
        transform: translateX(0px) translateZ(0px) rotateY(0deg); 
    }
}
@media(max-width: 640px){
    .index_case {
        margin-top: 10px;
    }
    .index4_li li{
        font-size:15px;
        margin-right:12px;
        padding-left:28px;
    }
    .service-wrap4 a.more1{
        display:flex;
    }
    .index4_cont .swiper-slide .img2 img{
        max-height:85px;
    }
    .index4_tab .swiper-container{
        overflow:visible;
    }
    .index4_cont .swiper-slide:hover .index4_case_t .img1 img{
        top:0px;
    }
    .index4_cont .p_img span{
        display: block;
        margin-left:6px;
    }
    .index4_case_t{
        margin-bottom:15px;
    }
    .index4_case_t .p_img{
        display:flex;
        align-items:center;
    }
    .index4_case_t p{
        width:30px;
        opacity:1;
    }
    .index4_case_t p span{
        display:none;
    }
    .index4_case_t p img{
        display: block;
        max-width: 30px;
    }
    .index4_cont .swiper-slide .text1{
        display:none;
    }
    .index4_cont .swiper-slide .text2{
        display:block;
        color:#000;
        padding-top: 10px;
        margin-top: 15px;
        font-size:12px;
        border-top: 1px solid #c30d23;
    }
    .index4_cont .swiper-slide .text2 p.p3{
        display: block;
        
    }
    .index4_cont .swiper-slide:hover .index4_text{
        background:url(../images/index4_bg2.png) no-repeat center;
    }
    .index4_cont .swiper-slide:hover .img2 img.img3{
        display: inline-block;
    }
    .index4_cont .swiper-slide:hover .img2 img.img4{
        display: none;
    }
}


.service-wrap5{
    background:url(../images/index5_bg.jpg) no-repeat center;
    background-size: cover;
}


@media(max-width: 1600px){

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



.service-wrap6{
    background:url(../images/foot.jpg) no-repeat center;
    background-size: cover;
}
.index_news{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
}
.index_news dl:nth-child(1){
    transform: translateX(100px);
    transition: all 0.5s ease-out;    
}
.index_news dl:nth-child(2){
    transform: translateX(200px);
    transition: all 1s ease-out;      
}
.index_news dl:nth-child(3){
    transform: translateX(300px);
    transition: all 1.5s ease-out;      
}
.service-wrap.active .index_news dl:nth-child(1){
    transform: translateX(0px);
}
.service-wrap.active .index_news dl:nth-child(2){
    transform: translateX(0px);
}
.service-wrap.active .index_news dl:nth-child(3){
    transform: translateX(0px);
}
.index_news dl{
    background:url(../images/index5_bg2.jpg) no-repeat top center;
    background-size: contain;
    width: 390px;
    height: 520px;
    overflow: hidden;
    border-radius: 16px;
}
.index_news dl dt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:26px 20px 34px 18px;
}
.index_news dl dt h2{
    font-size:22px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1;
}
a.more2{
    font-size:16px;
    color: rgb(195, 13, 35);
    font-weight: bold;
/*    background: url(../images/more1.jpg) no-repeat center;*/
    width: 118px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    line-height: 1;
    -webkit-text-stroke: 0.5px #760815;
/*    border:1px solid #c30d23;*/
}
a.more2 i{

}
.index_news dl dt a.more2{

}
.index_news dl dd{
    padding:0 11px;
}
.index_news dl dd a{
    display: block;
    padding: 29px 20px;
    position: relative;
    color: #fff;
}
.index_news dl dd a .img{
    border-radius: 10px;
}
.index_news dl dd a .text1 p{
    color:#fff;
    font-size:14px;
    line-height: 1.8;
    margin:16px 0 30px;
}
.index_news dl dd a .index_news_b{
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size:14px;
}
.index_news dl dd a .index_news_b span{

} 
.index_news dl dd a .index_news_b em{
    font-style: normal;
}
.index_news dl dd a .text2{
    display: none;
}
.index_news dl dd a .text2 p.p1{
    font-size:18px;
    color: #fff;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_news dl dd a .text2 .img2{
    padding:25px 0 34px;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
}
.index_news dl dd a .text1 p{
    font-size:14px;
    color: #ffffff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index_news dl:hover{
    background:url(../images/index5_bg2_h.jpg) no-repeat center;
}
.index_news dl:hover dd a .text1{
    display: none;
}
.index_news dl:hover dd a .text2{
    display: block;
}
@media(max-width: 1600px){
    .index_news dl dt h2{
        font-size:18px;
    }
    .index_news dl dd a .text2 p.p1{
        font-size:16px;
    }
}
@media(max-width: 1360px){
    .index_news dl{
        width: 360px;
        height:477px;
    }
    .index_news dl dt{
        padding:8px 15px 30px 12px;
    }
    .index_news dl dt h2 {
        font-size: 16px;
    }
    .index_news dl dt a.more2{
        width: 108px;
        height: 38px;
    }
    .index_news dl dd a{
        padding: 22px 15px;
    }
}
@media(max-width: 1280px){
    .index_news dl dt h2{
        font-size:16px;
    }    
}
@media(max-width: 1024px){
    .index_news{
        justify-content:center;
        margin-top:50px;
    }
    .index_news dl{
        margin:0 10px;
    }
    .index_news dl:nth-child(3){
        display:none;
    }
}
@media(max-width: 820px){
    .index_news dl {
        margin: 0 3px;
        width: 335px;
        height: 447px;
    }
}
@media(max-width: 640px){
    .index_news dl{
        background:url(../images/m_index5_bg2.png) no-repeat center;
        background-size: contain;
    }
    .index_news dl:nth-child(2){
        display:none;
    }
    .index_news dl dt a.more2{
        border:1px solid #c30d23;
    }
}



footer{

}
.f_logo{
    text-align: center;
    margin-bottom: 145px;
}
.foot{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom:50px;
    border-bottom: 1px solid #6c6d6f;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
    width: 26%;
    padding-right: 10px;
}
.f_nav li{
    margin-right: 45px;
}
.f_nav li:last-child{
    margin-right: 0;
}
.f_nav li h3{
    font-size:18px;
    color: #fff;
    font-weight: bold;
}
.f_nav li a{
    display: block;
    font-size:14px;
    color: #9fa0a0;
}
.f_nav li a:hover{
    color:#c30d23;
}

.f_link{
    width: 50%;
    border-left: 1px solid #6c6d6f;
    border-right: 1px solid #6c6d6f;
    padding:0 70px;
}
.f_link h2{
    font-size:18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 6px;
}
.f_link_a{
    display: flex;
    /*flex-wrap: wrap;*/
}
.f_link_a a{
    margin-right: 50px;
    text-align: center;
    display: block;
}
.f_link_a a .img1{
    line-height: 60px;
}
.f_link_a a p{
    font-size:12px;
    color: #9fa0a0;
}
.f_link_a a:last-child{
    margin-right: 0;
}
.f_link_a a:hover p{
   color:#c30d23;    
}
.f_share{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 24%;
}
.f_share a{
    display: block;
    position: relative;
    margin:0 38px;
}
.code1{
    width: 130px;
    position: absolute;
    top:-150px;
    left:50%;
    margin-left: -65px;
    display: none;
}
.f_share a:hover .code1{
    display: block;
}
.copyright{
    text-align: center;
    padding-top:135px;
    font-size:18px;
    color: rgba(255,255,255,.35);
}
.copyright a{
    font-size:18px;
    color: rgba(255,255,255,.35);    
}
.copyright a:hover{
    font-size:18px;
    color: rgba(255,255,255,1);     
}
.m_foot{
    display: none;
    /*margin-top:20px;*/
}
.m_message{
    
}
.m_message h3{
    font-size: 18px;
    font-family: "puhui65";
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;    
}
.m_message ul{
    
}
.m_message ul li{
    margin-bottom: 5px;
    position: relative;    
}
.m_message ul li input{
    display: block;
    font-size: 14px;
    color: #9fa0a0;
    width: 100%;
    border: 1px solid #333333;
    background: #2d2d2d;
    outline: none;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 5px;    
}
.m_message ul li textarea{
    display: block;
    font-size: 14px;
    color: #9fa0a0;
    width: 100%;
    border: 1px solid #333333;
    background: #2d2d2d;
    outline: none;
    line-height: 32px;
    height: 64px;
    padding: 0 15px;
    border-radius: 5px;  
    font-family: "puhui55";
}
.mess_tn1 input{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #c30d23;
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;    
}
.m_foot_c{
    margin:20px 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f_contact{
    width: calc(100% - 95px);
    padding-right: 10px;
}
.f_contact h3{
    font-size: 15px;
    color: #ffffff;
    font-family: "puhui55";
}
.f_contact .txt{
    font-size: 12px;
    color: #9fa0a0;
    line-height: 1.8;
    margin-top:5px;
}
.f_code{
    width: 95px;
    text-align: center;
}
.copyright2,.copyright2 a{
    font-size: 12px;
    color: #9fa0a0;
    text-align: center;
}
@media(max-width: 1600px){
    .f_logo{
        margin-bottom:100px;
    }
    .f_nav li h3{
        font-size:15px;
    }
    .f_nav li a{
        font-size:12px;
    }
    .copyright{
        padding-top:80px;
    }
    .copyright,.copyright a{
        font-size:16px;
    }
    .f_share a img.img1{
        width:50px;
    }
    .f_nav li,.f_link_a a{
        margin-right: 30px;
    }
    .f_link{
        padding:0 30px;
    }
    .f_link_a a p{
        font-size:12px;
        margin-bottom:10px;
    }
}
@media(max-width: 1280px){
    .f_logo {
        margin-bottom: 70px;
    }
    .copyright{
        padding-top:50px;
    }  
    .f_link{
        padding:0 50px;
    }
    .f_share a {
        margin: 0 35px;
    }
    .f_nav li,.f_link_a a{
        margin-right: 20px;
    }
}
@media(max-width: 1024px){
    .f_logo {
        margin-bottom: 30px;
        margin-top:50px;
    }
    .foot{
        padding-bottom:35px;
    }
    .f_link_a{
        flex-wrap:wrap;
    }
    .f_nav li,.f_link_a a{
        margin-right: 12px;
    }
    .f_nav li h3{
        font-size:16px;
    }
    .f_link{
        padding:0 35px;
    }
    .f_share a {
        margin: 0 20px;
    }
    .copyright{
        padding-top:20px;
    }  
    .copyright,.copyright a{
        font-size:14px;
    }
}
@media(max-width: 820px){
    .f_nav{
        width:100%;
    }
    .f_link{
        width:100%;
        padding:0;
        border:none!important;
        margin-top:35px;
    }
    .f_share{
        display:none;
    }
}
@media(max-width: 640px){
    .pc_foot{
        display:none;
    }
    .m_foot{
        display:block;
    }
}


/*----- 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;
    display: none;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.h67{
    height: 67px;
    width: 100%;
}

.foot2{
    background: url(../images/foot2.jpg) no-repeat center;
    background-size: cover;
    padding:65px 0 75px;
    margin-bottom: 35px;
}
.foot2 .f_logo{
    margin-bottom:85px;
}
.foot2 .copyright{
    padding-top:32px;
}
.n_body_bg{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.cover-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media(max-width: 1600px){
    .foot2{
        padding:50px 0;
    }
}
@media(max-width: 1280px){
    
}
@media(max-width: 1024px){
    .foot2{
        padding:30px 0 50px;
    }    
}
@media(max-width: 860px){
    .h67{
        height:50px;
    }
}
@media(max-width: 640px){
    .foot2{
        margin-bottom:50px;
    }
}


#luxy{
    position: relative;
}
.n_body{
    /*height: calc(100vh - 67px);*/
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    /*-webkit-perspective: 300px;*/
    /*perspective: 300px;*/
    /*overflow: auto;*/
}
.n_fw{
    padding:114px 0 158px;
    /*height: 100vh;*/
    /*background:url(../images/fw_bg.jpg) no-repeat top center;*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
/*-webkit-transition: -webkit-transform 0.5s;*/
/*    transition: transform 0.5s;*/
/*-webkit-transform-style: preserve-3d;*/
/*    transform-style: preserve-3d;*/
/*    position: relative;*/
/*    z-index: 3;*/
}
.n_bg1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/fw_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
    
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
/*-webkit-transform: translateZ(-500px) scale(2);*/
/*    transform: translateZ(-500px) scale(2);*/
/*    z-index: -1;*/
/*    background:url(../images/fw_bg.jpg) no-repeat top center;*/
/*    background-size: cover;*/

/*    background: url(../images/fw_bg.jpg) 50% 0 no-repeat fixed;*/
    /*height: 1100px;*/
/*    margin: 0 auto;*/
/*    padding: 0;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    z-index: -1;*/
}
.fw1_box1{

}
.fw_txt{
    font-size:18px;
    color: #9fa0a0;
    max-width: 692px;
    margin:30px 0 70px;
}
.fw_p1{
    font-size:24px;
    color: #ffffff;
    line-height: 1.6;
}
.fw1_list1{
    margin-top:35px;
    display: flex;
    flex-wrap: wrap;
    max-width: 830px;
    padding-bottom: 45px;
}
.fw1_list1 li{
    width: calc(100% / 3);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 42px;
}
.fw1_list1 li .img1{
    width: 83px;
}
.fw1_list1 li p{
    width: calc(100% - 83px);
    font-size:18px;
    color: #c30d23;
    font-weight:bold;
    padding-left: 22px;
}
.fw1_list2{
    margin-bottom: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:28px;
}
.fw1_list2 a{
    width: 28.5%;
    /*height: 79px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    background:url(../images/fw_bg2.png) no-repeat center;
    background-size: cover;
    border:2px solid #c30d23;
    border-radius: 5px;
    padding:3px 10px;
}
.fw1_list2 a:nth-child(3){
    width: 34.5%;
}
.fw1_list2 a .txt{
    line-height: 1.6;
}
.fw1_list2 a .txt .p1{
    font-size:14px;
    color: #9fa0a0;
    font-family: "puhui65";
}
.fw1_list2 a .txt .p2{
    font-size:12px;
    color: #9fa0a0;
    font-family: "puhui45";
}
.fw1_list2 a i{
    visibility: hidden;
    width: 0;
}
.fw1_list2 a:hover{
    background:#c30d23;
}
.fw1_list2 a:hover .txt .p1,.fw1_list2 a:hover .txt .p2{
    color: #fff;
}
/*.fw1_list2 a:hover i{*/
/*    width: auto;*/
/*    margin-left: 15px;*/
/*    visibility: visible;*/
/*}*/
.fw1_box1 .txt2{
    font-size:24px;
    color: #9fa0a0;
    font-family: "puhui45";
    margin-top:18px;
}
.fw1_box2{
    padding:150px 0;
}
.fwlc_list1{
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
    margin-top:40px;
}
.fwlc_list1 dl{
    margin-right: 28px;
    background:url(../images/fwlc_bg1.png) no-repeat center;
        background-size: contain;
    width: 203px;
    height: 355px;
    padding:30px 15px;
    margin-bottom: 10px;
}
.fwlc_list1 dl:nth-child(3){
    background:url(../images/fwlc_bg2.png) no-repeat center;
        background-size: contain;
    width: 247px;
    height: 355px;
}
.fwlc_list1 dl:nth-child(4){
    background:url(../images/fwlc_bg3.png) no-repeat center;  
    background-size: contain;
    width: 364px;
    height: 355px; 
    max-width: 364px;
}
.fwlc_list1 dl:last-child{
    margin-right: 0;
}
.fwlc_list1 dl dt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.fwlc_list1 dl dt p{
    font-size:18px;
    color: #ffffff;
    line-height: 1;
}
.fwlc_list1 dl dt i{
    width: 26px;
}
.fwlc_list1 dl dd{
    display: flex;
    flex-wrap: wrap;
}
.fwlc_list1 dl dd .text{
    width: calc(50% - 4px);
}
.fwlc_list1 dl dd .text:nth-child(2n){
    margin-left: 8px;
}
.fwlc_list1 dl dd .p1{
    font-size: 15px;
    color: rgb(195, 13, 35);
    font-weight: bold;
    background:url(../images/more1.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    line-height: 1;
    -webkit-text-stroke: 0.1px #760815;
    font-family: "puhui65";
    margin-bottom: 15px;
}
.fwlc_list1 dl dd .p2{
    font-size:15px;
    color: #bfbfbf;
    font-family: "puhui65";
    line-height: 1.6;
    margin:16px 0 15px;
    display: none;
}
.fwlc_list1 dl dd .p2 span{
    display: block;
    font-family: "puhui55";
}
.fwlc_list1 dl dd .txt{
    
}
.fwlc_list1 dl dd .txt p{
    font-size:13px;
    color: #6a6a6a;
    line-height: 32px;
    padding-left: 22px;
    background:url(../images/gou2.png) no-repeat left 5px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.fwlc_list1 dl dd .txt p:last-child{
    margin-bottom: 0;
}
.fw1_box3{
    
}
.fw1_box3 .img1{
    margin-top:30px;
    text-align: center;
}
.fw1_box4{
    
}
.fw_xgal{
    margin-top:80px;
}
.fw_xgal li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 120px;
}
.fw_xgal li:last-child{
    margin-bottom: 0;
}
.fw_xgal li .text{
    width: 40%;
    padding-right: 45px;
}
.fw_xgal li .text .p1{
    font-size:24px;
    color: #c30d23;
}
.fw_xgal li .text .p2{
    font-size:24px;
    color: #fff;   
    margin:30px 0 25px; 
}
.fw_xgal li .text .txt1{
    font-size:18px;
    color: #fff; 
    line-height: 1.8; 
}
.fw_xgal li .text .txt2{
    font-size:14px;
    color: #9fa0a0;
    padding: 40px 0;
}
.fw_xgal li .text .txt2 p{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.fw_xgal li .text .txt2 p:before{
    content:'';
    position: absolute;
    top:12px;
    left:5px;
    width: 6px;
    height: 6px;
    background:#c30d23;
    border-radius: 50%;
}
.fw_xgal li .text .img1{
    text-align: center;
}
.fw_xgal li .img2{
    width: 60%; 
    padding-top:30px;
}
.fw_xgal li .img2 img{
    width: auto;
}
.fw_xgal li:nth-child(2) .img2{
    padding-top:80px;
}
.fw_more1{
    display: flex;
    justify-content: flex-end;
    margin-top:35px;
    padding-right: 7%;
}
.fw1_box5{
    background:url(../images/fw1-1_bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding:135px 0 155px;    
}
.fw1_list3{
    margin:80px 0 0 172px;
}
.fw1_list3 li{
    background:url(../images/fw1-1_bg2.png) no-repeat center;
    background-size: cover;
    border-radius: 20px;
    max-width: 420px;
    height: 130px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 22px;
    padding:10px 50px 10px 22px;
}
.fw1_list3 li:last-child{
    margin-bottom: 0;
}
.fw1_list3 li .num1{
    font-size:72px;
    color: #c30d23;
    line-height: 1;
    -webkit-text-stroke: 0.5px #760815;
    width: 42px;
}
.fw1_list3 li .text{
    padding-left: 25px;
    width: calc(100% - 42px);
}
.fw1_list3 li .text .p1{
    font-size:20px;
    color: #d2d1d1;
    font-family: "puhui65";
    line-height: 1;
    margin-bottom: 12px;
}
.fw1_list3 li .text .p2{
    font-size:12px;
    color: #808080;
    font-family: "puhui45";
    line-height: 1.8;
}
.fw1_box6{
    background:url(../images/fw1-2_bg.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    padding:132px 0 194px;
}
.fw1-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 140px;
}
.fw1-2 .text1{
    width: 40%;
}
.fw1-2 .text1 .txt1{
    margin:42px 0 18px;
    font-size:24px;
    color: #fcfcfc;
    line-height: 1.7;
}
.fw1-2 .text1 .txt2{
    font-size:14px;
    color: #9fa0a0;
}
.fw1-2 .text2{
    width: 42%;
    padding-right: 100px;
}
.fw1-2 .text2 .index_t1{
    margin-bottom: 50px;
}
.fw1-2 .text2 .p1{
    /*width: 214px;*/
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:22px;
    line-height: 1;
    color: #c30d23;
    line-height: 1;
    font-weight: bold;
    -webkit-text-stroke: 0.5px #760815;
    background:url(../images/fw1-2_bg2.png) no-repeat center;
    background-size:cover;
    border-radius: 20px;
    margin-bottom: 20px;
}
.fw1-2 .text2 .txt3{
    margin-bottom:60px;
    font-size:14px;
    color: #9fa0a0;
/*    line-height: 1.8;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fw1-2 .text2 .txt3 p{
    width: 46%;
}
.fw1-2 .text2 .txt3 span{
    display: block;
    font-weight: bold;
}
.fw1-2 .text2 .txt4{
    font-size:14px;
    color: #9fa0a0;
    font-family: "puhui65";
    max-width: 390px;    
}
.fw1-2-2 .p1{
    font-size:18px;
    color: #bfbfbf;
    text-align: center;
    margin:25px 0 65px;
}
.gyb_list{
    padding:0 145px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gyb_list li{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom:55px;
}
.gyb_list li .img1{
    width: 83px;
}
.gyb_list li .text{
    width: calc(100% - 83px);
    padding-left: 22px;
}
.gyb_list li .text .p2{
    font-size:18px;
    color: #c30d23;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}
.gyb_list li .text .p3{
    font-size:14px;
    color: #6a6a6a;
}
.gyb_list li:nth-child(3),.gyb_list li:nth-child(4){
    margin-bottom: 0;
}
.xgaljs_list{
    display: flex;
    flex-wrap: wrap;
    padding:0 175px;
    margin-top:50px;
}
.xgaljs_list a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    border:1px solid #c30d23;
    border-radius: 25px;
    width: 18.4%;
    margin-right: 2%;
    max-width: 172px;
    height: 48px;
    background:url(../images/fw1-2_bg3.png) no-repeat center;
    background-size:cover;
}
.xgaljs_list a:nth-child(5n){
    margin-right: 0;
}
.xgaljs_list a i{
    width: 0;
    opacity: 0;
    margin-left: 12px;
}
.xgaljs_list a:hover i{
    opacity: 1;
    width: auto;
}
.sbys_list{
    margin-top:62px;
}
.fw1-3 .text2{
    padding-right: 50px;
}
.fw1-3 .text2 .p1{
    width: 242px;
}
.fw1-3 .text2 .p1.p4{
    width: 320px;
}
.fw1-3 .text2 .txt3 p{
    width: 100%;
}
.fw1-3 .text2 .txt4{
    max-width: 100%;
}
@media(max-width: 1600px){
    .n_fw{
        padding:100px 0;
    }
    .fw1_list2 a{
        width:31%;
    }
    .fw1_box6{
        padding:100px 0 120px;
    }
    .fw1-2 .text1 .txt1{
        font-size:20px;
    }
    .fw1-2 .text2{
        padding-right:0;
    }
    .fw1-2 .text2 .p1{
        font-size:20px;
    }
    .gyb_list,.xgaljs_list{
        padding:0 0px;
    }
    .fwlc_list1 dl,.fwlc_list1 dl:nth-child(3),.fwlc_list1 dl:nth-child(4){
        height:300px;
        width:175px;
    }
    .fwlc_list1 dl:nth-child(3){
        width:220px;
    }
    .fwlc_list1 dl:nth-child(4){
        width:305px;
    }
    .fwlc_list1 dl dt i{
        width:22px;
    }
}
@media(max-width: 1360px){
    .n_fw,.fw1_box6{
        padding:80px 0;
    } 
    .n_fw .fw1_box1{
        margin-top:30px;
    }
    .xgaljs_list a{
        width:23.5%;
        margin-bottom:25px;
    }
    .xgaljs_list a:nth-child(5n){
        margin-right: 2%;
    }
    .xgaljs_list a:nth-child(4n){
        margin-right: 0;
    }
}
@media(max-width: 1199px){
    .fwlc_list1{
        flex-wrap:wrap;
    }
    .fwlc_list1 dl dd .p2{
        font-size:16px;
    }
}
@media(max-width: 820px){
    .n_fw,.fw1_box6{
        padding:55px 0;
    } 
    .fw1-2{
        margin-bottom:80px;
    }
    .fw1-2-2 .p1 {
        font-size: 16px;
        margin: 20px 0 35px;
    }
    .fw1-2 .text1{
        width:100%;
    }
    .fw1-2 .text1 .txt2 br{
        display:none;
    }
    .fw1-2 .text2{
        width:100%;
        margin-top:35px;
    }
    .fw1-2 .text2 .p1 {
        /*width: 180px;*/
        height: 60px;
        font-size:16px;
    }
    .fw1-2 .text2 .txt3{
        margin-bottom:35px;
    }
    .gyb_list li{
        width:48%;
        margin-bottom:35px;
    }
    .gyb_list li .text .p2{
        font-size:16px;
    }
    .gyb_list li .text .p3{
        font-size:13px;
    }
    .xgaljs_list a{
        width:32%;
        margin-bottom:20px;
    }
    .xgaljs_list a:nth-child(4n){
        margin-right: 2%;
    }
    .xgaljs_list a:nth-child(3n){
        margin-right: 0;
    }
    .xgaljs_list a i{
        max-width:20px;
    }
    .fw1-3 .text2 .p1.p4{
        width:240px;
    }
}
@media(max-width: 640px){
    /*.n_fw{*/
    /*    padding:35px 0;*/
    /*}  */
    /*.n_fw .fw1_box1{*/
    /*    margin-top:0;*/
    /*}*/
    .fw1-2{
        margin-bottom:40px;
    }
    .fw1-2 .text1 .txt1 {
        font-size: 16px;
        margin: 25px 0 10px;
    }
    .fw1-2 .text1 .txt2{
        font-size:13px;
    }
    .fw1-2 .text2 .index_t1{
        margin-bottom:35px;
    }
    .fw1-2 .text2 .txt3 {
        margin-bottom: 25px;
    }
    .fw1-2 .text2 .p1 {
        /*width: 120px;*/
        height: 46px;
        font-size: 14px;
        border-radius:10px;
    }
    .fw1-2 .text2 .txt3 p{
        font-size:12px;
    }
    .fw1-2 .text2 .txt3 span{
        font-size:13px;
    }
    .fw1-2-2 .p1{
        font-size:14px;
    }
    .gyb_list li{
        width:100%;
        margin-bottom:20px;
    }
    .gyb_list li .img1{
        width:50px;
    }
    .gyb_list li .text {
        width: calc(100% - 50px);
        padding-left: 10px;
    }
    .gyb_list li .text .p2{
        font-size:15px;
        margin-bottom:6px;
    }
    .gyb_list li:nth-child(3){
        margin-bottom:20px;
    }
    .xgaljs_list{
        margin-top:30px;
    }
    .xgaljs_list a{
        width:49%;
        margin-bottom:10px;
    }
    .xgaljs_list a:nth-child(3n){
        margin-right: 2%;
    }
    .xgaljs_list a:nth-child(2n){
        margin-right: 0;
    }
    /*.xgaljs_list a i{*/
    /*    max-width:15px;*/
    /*}*/
    .fw1-3 .text2 .p1.p4{
        width:200px;
    }
}
@media(max-width: 460px){
    .fwlc_list1 dl:nth-child(2n){
        margin-right: 0;
    }
}

.fw2{

}
.fw2 dl:nth-child(1){
    width: 35%;
}
.fw2 .img2{
    width: 47%;
    max-width: 700px;
    padding-top:140px;
}
.fw2_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fw2_cont_l{
    width: 35%;
}
.fwys_list1{
    display: flex;
    flex-wrap: wrap;
    margin-top:75px;
}
.fwys_list1 li{
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
/*.fwys_list1 li:nth-child(5),.fwys_list1 li:nth-child(6){
    margin-bottom: 0;
}*/
.fwys_list1 li .img1{
    width: 60px;
    text-align: center;
}
.fwys_list1 li .text{
    padding-left: 12px;
    font-size: 14px;
    color: #bfbfbf;
    line-height: 1.4;
}
.fw2_cont_r{
    width: 47%;
    max-width: 700px;    
}
.fw2_cont_r .img2{
    margin-top:70px;
    text-align: center;
}
.n_fw3{
    background:url(../images/fw3_bg2.jpg) no-repeat top center;
    background-size: cover;
    /*background-attachment: fixed;*/
    padding:95px 0 195px;
}
.fw3_1{

}
.fw3_1 .p1{
    font-size:24px;
    color: #ffffff;
    font-weight: bold;
    margin:40px 0 10px;
}
.fw3_1 .txt{
    font-size:18px;
    color: #9fa0a0;
}
.fw3_2{
    padding-top:80px;
/*    padding-bottom:165px;*/
}
.fwgj_li{
    margin:55px 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fwgj_li p{
    height: 54px;
    font-size:14px;
    color: #bfbfbf;
    border:1px solid #c30d23;
    border-radius: 5px;
    margin-right: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background:url(../images/fw_bg2.png);
    padding:0 15px;
}
.fwgj_li p:last-child{
    margin-right: 0px;
}
.fwgj_li p span{

}
.fwgj_li p i{
    margin-left: 10px;
    width: 0;
    opacity: 0;
}
/*.fwgj_li p:nth-child(1){*/
/*    width: 340px;*/
/*}*/
/*.fwgj_li p:nth-child(2){*/
/*    width: 215px;*/
/*}*/
/*.fwgj_li p:nth-child(3){*/
/*    width: 254px;*/
/*}*/
.fwgj_li p:hover,.fwgj_li p.cur{
    background:#c30d23;
    color: #fff;
}
.fwgj_li p:hover i,.fwgj_li p.cur i{
    width: auto;
    opacity: 1;
}
.fwgj_cont{
    height: 375px;
    position: relative;
    width: 100%;
}
.fwgj_tab{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    padding:0 50px;
    z-index: -999;
    opacity: 0;
}
.fwgj_tab.cur{
    z-index: 999;
    opacity: 1;
}
.fwgj_tab_c{
    position: relative;
    padding:0 94px;
    width: 100%;
}
.fwgj_tab .swiper-container{
    width: 100%;
}
.swiper-button-prev.prev_l{
    width: 18px;
    height: 49px;
    background:url(../images/right2.png) no-repeat center;
    background-size: contain;
    margin-top:-24.5px;
    top:50%;
    left:0px;
    transform: rotate(-180deg);
}
.swiper-button-prev.prev_l:hover{
    background:url(../images/left1.png) no-repeat center;
    background-size: contain;
    transform: rotate(0deg);
}
.swiper-button-next.next_r{
    width: 18px;
    height: 49px;
    background:url(../images/right2.png) no-repeat center;
    background-size: contain;
    margin-top:-24.5px;
    top:50%;
    right:0px;
    opacity: .5;
}
.swiper-button-next.next_r:hover{
    background:url(../images/left1.png) no-repeat center;
    background-size: contain;
    transform: rotate(-180deg);
}
.fwgj_tab .swiper-slide .img{
    border-radius: 20px;
    border:1px solid #fff;
}
.fwgj_tab .swiper-slide .img:hover img{
    transform: scale(1.1);
}

.fw3_3.a_box{
    margin-top:165px;
}
.hzhb_list{
    margin-top:38px;
    display: flex;
    flex-wrap: wrap;
}
.hzhb_list a{
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    border:1px solid #c30d23;
    border-radius: 16px;
    width: 30%;
    margin-right:5%;
    padding:22px 24px;
    margin-bottom: 52px;
}
.hzhb_list a:nth-child(3n){
    margin-right: 0;
}
.hzhb_list_t{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.hzhb_list_t span{
    font-size:24px;
    color: #d4d4d4;
    line-height: 1;
}
.hzhb_list a .txt{
    margin:20px 0 0;
    font-size:14px;
    color: #747272;
    line-height: 2em;
    /*height: 4em;*/
    overflow: hidden;
}
.hzhb_list a:hover .txt{
    color: #fff;
}
.hzhb_list a .hzhb_list_m{
    text-align: right;
    opacity: 0;
}
.hzhb_list a:hover .hzhb_list_m{
    opacity: 1;
}
.swiper-pagination1.m_swiper-pagination{
    opacity:0;
    z-index:-99;
}
.swiper-pagination.swiper-pagination1{
    bottom: 0;
}
.swiper-pagination.swiper-pagination1 span{
    width: 16px;
    height: 16px;
    background:url(../images/dian3.png) no-repeat center;
    border-radius: 50%;
    opacity: 1;
    margin:0 20px 0 0;
    position: relative;
    display: inline-block;
}
.swiper-pagination.swiper-pagination1 span:after{
    content:'';
    position: absolute;
    width: 20px;
    height: 2px;
    background:#fff;
    top:50%;
    margin-top:-1px;
    right:-20px;
}
.swiper-pagination.swiper-pagination1 span:last-child{
    margin: 0;
}
.swiper-pagination.swiper-pagination1 span:last-child:after{
    display: none;
}
.swiper-pagination.swiper-pagination1 span.swiper-pagination-bullet-active{
    background:url(../images/dian4.png) no-repeat center;    
}
@media(max-width: 1600px){
    .n_fw3{
        padding:95px 0 120px;
    }
    .fw2 dl:nth-child(1),.fw2_cont_l{
        width:45%;
    }
    .fw3_1 .p1 {
        font-size: 20px;
        margin: 30px 0 10px;
    }
    .fw3_1 .txt{
        font-size:16px;
    }
    .fwgj_li p{
        margin-right:20px;
        font-size:13px;
    }
    .fwgj_tab{
        padding:0;
    }
    .hzhb_list a{
        width:31%;
        margin-right:3.5%;
        margin-bottom:35px;
    }
    .hzhb_list_t span{
        font-size:20px;
    }
    .fw3_3.a_box{
        margin-top:100px;
    }

}
@media(max-width: 1280px){
    .fwgj_li p{
        margin-right:20px;
    } 
    .fwgj_tab_c{
        padding:0 35px;
    }
}
@media(max-width: 1024px){
    .fw3_1 .txt{
        font-size:14px;
    } 
    .hzhb_list a{
        width:32%;
        margin-right:2%;
    }
}
@media(max-width: 820px){
    .n_fw3{
        padding:55px 0;
    }
    .fw2 dl:nth-child(1), .fw2_cont_l,.fw2_cont_r{
        width:100%;
    }
    .fw2 .img2{
        width:100%;
        padding-top:35px;
    }
    .fw2.index_fw_cont dl dd .txt{
        height:auto;
    }
    .fwys_list1{
        margin-top:50px;
    }
    .fwys_list1 li{
        margin-bottom:30px;
    }
    .fwys_list1 li .img1{
        width:45px;
    }
    .fw3_1 .p1 {
        font-size: 16px;
        margin: 20px 0 0px;
    }
    .fw3_2{
        padding-top:50px;
    }
    .fwgj_li p{
        margin-right:15px;
    }
    .hzhb_list a{
        width:49%;
        margin-right:2%;
        margin-bottom: 25px;
    }
    .hzhb_list_t span{
        font-size:16px;
    }
    .fw3_3.a_box{
        margin-top:60px;
    }
}
@media(max-width: 640px){
    .fwys_list1{
        margin-top:35px;
    }
    .fwys_list1 li{
        margin-bottom:25px;
    }
    .fwys_list1 li .img1 img{
        max-height:45px;
    }
    
    .fw3_2{
        padding-top:35px;
    }
    .fwgj_li {
        margin: 35px 0 35px;
    }
    .fwgj_li p{
        margin-right:0px;
        width:100%!important;
        justify-content:space-between;
        padding:0 15px;
        margin-bottom:10px;
    }
    #fwgj1,#fwgj2,#fwgj3{
        padding-bottom:60px;
    }
    .swiper-pagination1.m_swiper-pagination{
        /*display: block;*/
        opacity:1;
        z-index:99;
    }
    .fw3_3.a_box{
        margin-top:35px;
    }
    .fwgj_li p{
        /*font-size:14px;*/
    }
    .fwgj_tab_c .swiper-button-prev,.fwgj_tab_c .swiper-button-next{
        display:none;
    }
    .fwgj_cont{
        height:340px;
    }
    #fwgj1,#fwgj2,#fwgj3{
        overflow:visible;
    }
    .hzhb_list a{
        width:100%;
        margin-right:0%!important;
        margin-bottom: 15px;
    }
    .hzhb_list a .txt{
        height:auto;
    }
}


.n_product{
    background:url(../images/p_bg1.jpg) no-repeat top center;
    background-size: cover;
    /*background-attachment: fixed;*/
    padding:155px 0 198px;
}
.sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom:35px;
}
.sort a.list_item{
    padding:0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:16px;
    color: rgba(255,255,255,.65);
    height: 50px;
    border:1px solid #c30d23;
    border-radius: 5px;
    margin-right: 35px;
    margin-bottom:20px;
    background:url(../images/fw_bg2.png) no-repeat center;
    background-size: cover;
}
.sort a.list_item:last-child{
    margin-right: 0;
}
.sort a.list_item i{
    width: 0;
    opacity: 0;
}
.sort a.list_item:hover,.sort a.list_item.on{
    padding:0 8px;
    background:#c30d23;
    color: rgba(255,255,255,1);
}
.sort a.list_item:hover i,.sort a.list_item.on i{
    margin-left: 23px;
    width: 31px;
    opacity: 1;    
}
.n_product .p_box1{
    padding:70px 50px 100px;
}
.product1-1{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:135px;
}
.product1-1 .text1{
    width: 56.5%;
    padding-right: 50px;
}
.p_t1{
    font-size:32px;
    color: #ffffff;
    line-height: 1.3;    
}
.product1-1 .text1 .txt{
    font-size:14px;
    color: #fff;
    opacity: .45;
    margin-top:65px;
}
.product1-1 .img1{
    width: 43.5%;
}
.product1-1 .img1 a{
    display: block;
    width: 186px;
    height: 100px;
    background:url(../images/p_btn1.png) no-repeat center;
}
.product1-1 .img1 a:hover{
    background:url(../images/p_btn1_h.png) no-repeat center;
}
.product1-2{
    margin-bottom:140px;
}
.product1-2_c{
    margin-top:65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product1-2_c .fw_p1{
    margin-bottom: 40px;
}
.product1-2_c_l{
    width: 42.5%;
}
.p1_list1{

}
.p1_list1 li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:48px;
}
.p1_list1 li:last-child,.p1_list2 li:last-child{
    margin-bottom: 0;
}
.p1_list1 li .img1{
    width: 83px;
}
.p1_list1 li .text{
    width: calc(100% - 83px);
    padding-left: 22px;
}
.p1_list1 li .text .p2{
    font-size:18px;
    color: #c30d23;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}
.p1_list1 li .text .p3{
    font-size:14px;
    color: #6a6a6a;
    /*max-width: 330px;*/
    /*text-align: justify;*/
}
.product1-2_c_r{
    width: 42.5%;
}
.p1_list2{
    
}
.p1_list2 li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 32px;    
}
.p1_list2 li .img1{
    width: 83px;
}
.p1_list2 li p{
    width: calc(100% - 83px);
    font-size:18px;
    color: #c30d23;
    font-weight:bold;
    padding-left: 22px;
}
.product2 .product1-1 .txt{
    max-width: 550px;
}
.product2 .product1-1 .img1 a{
    width: 232px;
    background:url(../images/p_btn2.png) no-repeat center;
}
.product2 .product1-1 .img1 a:hover{
    background:url(../images/p_btn2_h.png) no-repeat center;
}
.p2_list1{
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin-top:65px;
}
.p2_list1 li{
    width: 33.3333%;
    margin-bottom: 48px;
    max-width: 274px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.p2_list1 li .img1{
    width: 83px;
}

.p2_list1 li .text{
    width: calc(100% - 83px);
    font-size:18px;
    color: #c30d23;
    line-height: 1.6;
    font-weight: bold;
    padding-left: 22px;
}
.product2-3{
    padding-top:100px;
}
.product2-3 .img2{
    margin-top:65px;
}
.product3 .txt{
    margin-top:50px;
}
.p_txt{
    font-size:14px;
    color: rgba(255,255,255,.45);
}
.p4_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:60px;
}
.p4_cont .txt1{
    width: 50%;
}
.p4_cont .txt2{
    width: 47%;    
}
.p5_cont{
    margin-top:50px;
}
.p5_cont .txt1{
    max-width: 705px;
}
.p6_cont{

}
.p6_cont .txt1{
    width: 47%;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:55px;
}
.product_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.product_list li a span{
    font-size:14px;
    color: #fff;
    width: 80px;
    position: relative;
}
.product_list li a p{
    font-size:14px;
    color: #a0a0a0;
    max-width: calc(100% - 80px);
    position: relative;
    display: inline-block;
}
.product_list li a span:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 1px;
    background:#c30d23;
    opacity: 0;
}
.product_list li a p:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 1px;
    background:#c30d23;
    opacity: 0;
}
.product_list li a:hover span,.product_list li a:hover p{
    color: #c30d23;
}
.product_list li a:hover span:after,.product_list li a:hover p:after{
    opacity: 1;
}

.p_t2{
    font-size:20px;
    color: #fff;
    line-height: 1;
    font-family: "puhui65";
    max-width: 1000px;
}
.p_date{
    font-size:14px;
    color: #a0a0a0;
    max-width: 1000px;
    padding:15px 0 25px;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 40px;
}
.product1 .p_txt{
    max-width: 1000px;
}
@media(max-width: 1600px){
    .n_product{
        padding:120px 0;
    }
    .sort a.list_item{
        font-size:14px;
        margin-bottom: 20px;
        margin-right:20px;
        padding:0 25px;
    }
    .sort a.list_item:hover, .sort a.list_item.on{
        padding:0 2px;
    }
    .sort a.list_item:hover i, .sort a.list_item.on i {
        margin-left: 20px;
        width: 26px;
    }
    .p_t1{
        font-size:24px;
    }
    .product1-1{
        margin-bottom:100px;
    }
    .n_product .p_box1{
        padding:50px 20px;
    }
    .product1-1 .text1 .txt{
        margin-top:40px;
    }
    .product1-2{
        margin-bottom:100px;
    }
}
@media(max-width: 1280px){
    .n_product{
        padding:90px 0;
    }
    .sort a.list_item{
        margin-bottom: 15px;
        margin-right:15px;
        padding:0 18px;
        font-size:13px;
    }  
    .sort a.list_item:hover, .sort a.list_item.on{
        padding:0 3px;
    }
    .sort a.list_item:hover i, .sort a.list_item.on i {
        margin-left: 10px;
        width: 20px;
    }
    .product_list{
        margin-top:35px;
    }
}
@media(max-width: 1024px){
    .n_product{
        padding:75px 0;
    }
    /*.sort a.list_item{*/
    /*    margin-bottom: 15px;*/
    /*    margin-right:25px;*/
    /*} */
    .product1-2{
        margin-bottom:70px;
    }
}
@media(max-width: 820px){
    .n_product{
        padding:50px 0;
    } 
    /*.sort a.list_item:hover i, .sort a.list_item.on i {*/
    /*    margin-left: 15px;*/
    /*    width: 22px;*/
    /*}*/
    .product1-2_c_l,.product1-2_c_r{
        width:48%;
    }
    .p1_list1 li,.p1_list2 li{
        margin-bottom:20px;
    }
    .p1_list1 li .img1,.p1_list2 li .img1{
        width:60px;
    }
    .p1_list1 li .text,.p1_list2 li p{
        width:calc(100% - 60px);
    }
    .p_t1 {
        font-size: 22px;
    }
    .product1-1{
        margin-bottom:60px;
    }
    .product_list li{
        width:49%;
    }
    .product_list li:nth-child(3n){
        margin-right: 2%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width: 640px){
    .n_product .sort a.list_item{
        width:100%;
        margin-right:0;
        margin-bottom:10px;
        justify-content:space-between;
        padding:5px 15px;
        font-size:13px;
        line-height:1.4;
        min-height:40px;
        height:auto;
    }
    .sort a.list_item:hover, .sort a.list_item.on{
        padding:0 5px;
    }
    .sort a.list_item:hover i, .sort a.list_item.on i {
        margin-left: 10px;
        width: 16px;
    }
    .n_product .p_box1{
        margin-top:0;
        padding: 30px 20px;
    }
    .product1-1{
        margin-bottom:40px;
    }
    .product1-1 .text1{
        width:100%;
        padding-right:0;
    }
    .product1-1 .text1 .txt{
        margin-top:20px;
    }
    .product1-1 .img1{
        width:100%;
        margin-top:25px;
    }
    .p_t1 {
        font-size: 18px;
    }
    .product2-2 .index_t1 span{
        line-height:1.4;
        font-size:18px;
    }
    .p4_cont{
        margin-top:20px;
    }
    .p4_cont .txt1,.p4_cont .txt2{
        width:100%;
    }
    .product1-2_c{
        margin-top: 35px;
    }
    .p4_cont .txt2,.product_list{
        margin-top:20px;
    }
    .product1-2_c_l, .product1-2_c_r{
        width:100%;
    }
    .p1_list1 li .img1, .p1_list2 li .img1{
        width:45px;
    }
    .p1_list1 li .text, .p1_list2 li p {
        width: calc(100% - 45px);
        padding-left:12px;
    }
    .p1_list1 li .text .p2,.p1_list2 li p{
        font-size:16px;
    }
    .p1_list1 li .text .p3{
        font-size:13px;
    }
    .product1-2_c .fw_p1{
        margin-bottom:20px;
    }
    .product1-2_c_r{
        margin-top:25px;
    }
    .product1-2{
        margin-bottom:40px;
    }
    .n_product .p_box1{
        width:100%;
        padding:20px 15px;
    }
    .n_product .fwlc_list1 dl{
        width:160px;
        margin-right:5px;
        height:280px;
    }
    .fwlc_list1 dl:nth-child(3){
        background: url(../images/fwlc_bg1.png) no-repeat center;
        background-size: contain;
        height:280px;
        width:170px;
    }
    .product_list li{
        width:100%;
        margin-right:0!important;
    }
}


.n_case{
    background:url(../images/case_bg.jpg) no-repeat top center;
    background-size: cover;
    padding:100px 0 190px;
    /*background-attachment: fixed;*/
}

.c_sort{
    display: flex;
    flex-wrap: wrap;
    margin:35px 0 25px;
}
.c_sort a{
    font-size:24px;
    color: #fff;
    margin-right: 46px;
    cursor: pointer;
    display: block;
    padding-left: 40px;
}
.c_sort a:last-child{
    margin-right: 0;
}
/*.c_sort a{
    width: 40px;
    height: 32px;
}*/
.c_sort a:nth-child(2){
    background:url(../images/case_ico1.png) no-repeat left center;
}
.c_sort a:nth-child(3){
    background:url(../images/case_ico2.png) no-repeat left center;
}
.c_sort a.on{
    color:#c30d23;
}
.c_sort a:nth-child(2).on{
    background:url(../images/index4_ico1_h.png) no-repeat left center;
}
.c_sort a:nth-child(3).on{
    background:url(../images/index4_ico2_h.png) no-repeat left center;
}

.case_top{
    padding:0 150px;
}
.case_lists{
    margin:68px 0 115px;
}
.case_list{
    display: none;
}
.case_list.cur{
    display: flex;
    flex-wrap: wrap;
}
.case_list a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 75px;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 18px;
    padding:15px 20px 10px;
    border-radius: 5px;
    border:1px solid #c30d23;
    color: #bfbfbf;
    background:url(../images/case_bg2.png) no-repeat center;
    background-size: cover;
}
.case_list a:nth-child(4n){
    margin-right: 0;
}
.case_list a .text{
    width: calc(100% - 31px);
    line-height: 1.6;
}
.case_list a .text .p1{
    font-size:16px;
}
.case_list a .text .p2{
    font-size:14px;
    font-family: "puhui45";
}
.case_list a .img1{
    width: 31px;
    text-align: center;
}

.case_list a.cur,.case_list a:hover{
    background: #c30d23;
    color: #fff;
}
.case_list a.cur .img1,.case_list a:hover .img1{
    background:url(../images/fw_jt2.png) no-repeat top right;
}
.case_list a.cur .img1 img,.case_list a:hover .img1 img{
    opacity: 0;
}

.case_li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:80px;
}
.case_li li{
    /*width: 170px;*/
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    border:1px solid #6a6a6a;
    border-radius: 25px;
    font-size:14px;
    color: #bfbfbf;
    cursor: pointer;
    padding:0 20px;
}
.case_li li:last-child{
    margin-right: 0;
}
.case_li li i{
    width: 0;
    opacity: 0;
}
.case_li li:hover,.case_li li.cur{
    background:#c30d23;
    border:1px solid #c30d23;
    color: #fff;
}
.case_li li:hover i,.case_li li.cur i{
    margin-left: 10px;
    width: auto;
    opacity: 1;
}

.case_detail{

}
.case_tab{
    display: none;
}
.case_tab_c1{
    display: flex;
    flex-wrap: wrap;
}
.case_tab_c1 .text{
    width: 45%;
    padding-right: 100px;
}   
.case_tab_c1 .text .txt{
    max-width: 390px;
    font-size:14px;
    color: #9fa0a0;
    margin-top:28px;
    /*text-align: justify;*/
}
.case_tab_c1 .imgs{
    width: 55%;
}
.case_tab_c2{

}
.case_t{
    font-size:36px;
    color: #fff;
    line-height: 1;
    margin-bottom:46px;
    text-align: center;
}
.case_tab_c2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.case_tab_c2 ul li{
    width: 186px;
    height: 316px;
    background:url(../images/case_box.png) no-repeat center;
    background-size: contain;
    margin-right: 22px;
    margin-bottom: 15px;
    padding:18px;
}
.case_tab_c2 ul li:last-child{
    margin-right: 0;
}
.case_tab_c2 ul li .c_1{
    margin-bottom:45px;
}
.case_tab_c2 ul li .c_1 p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case_tab_c2 ul li .c_1 em{
    font-size:24px;
    color: #c30d23;
    line-height: 1;
    font-style: normal;
}
.case_tab_c2 ul li .c2{
    font-size:14px;
    color: #919191;
    line-height: 1.6;
    margin-bottom:18px;
}
.case_tab_c2 ul li .c2 p,.case_tab_c2 ul li .c_1 p,.case_tab_c2 ul li .c4 p{
    width: 100%;
    max-width: 100%;
}
.case_tab_c2 ul li .c3{
    font-size:48px;
    color: #919191;
    line-height: 1;
    margin-bottom: 22px;
}
.case_tab_c2 ul li .c3:last-child{
    margin-bottom: 0;
}
.case_tab_c2 ul li .c3 em{
    font-size:24px;
    font-style: normal;
}
.case_tab_c2 ul li .c4{
    font-size:21px;
    color: #919191;
}
.case_tab_c2 ul li .c5{
    font-size: 14px;
    color: #c30d23;
}
.case_tab_c2 ul li .c6{
    color: #919191;
    font-size: 18px;
}
.case_tab_c2 ul li .c6 em{
    color: #c30d23;
}
.xmcg_list{
    display: flex;
    justify-content: center;
    /*flex-wrap: wrap;*/
}
.xmcg_list p{
    margin-right: 20px;
    margin-bottom: 15px;
    max-width: calc(50% - 20px);
}
@media(max-width: 1600px){
    .n_case{
        padding:90px 0;
    }
    .case_top{
        padding:0;
    }
    .case_lists {
        margin: 50px 0 90px;
    }
    .case_tab_c2 ul li .c3{
        font-size:36px;
    }
    .case_tab_c2 ul li .c4{
        font-size:18px;
    }
}
@media(max-width: 1280px){
    .n_case{
        padding:70px 0 90px;
    }
    .case_list a{
        padding: 12px 15px 10px;
    }
    .case_lists {
        margin: 40px 0 60px;
    }
    .xmcg_list{
        flex-wrap: wrap;
    }
    .xmcg_list p{
        margin-right: 15px;
    }
}
@media(max-width: 1024px){
    .case_list a .text .p1{
        font-size:15px;
    }
    .case_list a .text .p2{
        font-size:12px;
    }    
}
@media(max-width: 820px){
    .c_sort{
        margin:0 0 20px;
    }
    .case_lists {
        margin: 30px 0 40px;
    }
    .case_list a{
        width:32%;
        margin-bottom:12px;
    }
    .case_list a:nth-child(4n){
        margin-right: 2%;
    }
    .case_list a:nth-child(3n){
        margin-right: 0;
    }
    .case_tab_c1 .text{
        padding-right:40px;
    }
    .case_li{
        margin-bottom:40px;
    }
    .c_sort a{
        font-size:20px;
    }
    .case_t{
        font-size:32px;
    }
    .case_tab_c2 ul li .c4{
        font-size:18px;
    }
}
@media(max-width: 640px){
    .n_case {
        padding: 50px 0 60px;
    }
    .c_sort a{
        margin-right:20px;
        font-size:18px;
    }
    .c_sort a:nth-child(1){
        padding-left:0;
    }
    .case_list a{
        width:100%;
        margin-right:0!important;
    }
    .case_li li {
        /*width: 140px;*/
        height: 45px;
        margin-right:20px;
        font-size:13px;
        padding:0 15px;
    }
    .case_tab_c1 .text{
        width:100%;
        padding-right:0;
    }
    .case_tab_c1 .imgs{
        width:100%;
    }
    .case_t{
        font-size:26px;
        margin-bottom:35px;
    }
    .case_tab_c2 ul li{
        width:158px;
        height:270px;
        margin-right:8px;
    }
    .case_tab_c2 ul li:nth-child(2n){
        margin-right:0;
    }
    .case_tab_c2 ul li .c_1{
        margin-bottom:15px;
    }
    .case_tab_c2 ul li .c3{
        font-size:32px;
        margin-bottom:15px;
    }
    .case_tab_c2 ul li .c3 em{
        font-size:20px;
    }
    .case_tab_c2 ul li .c2{
        font-size:13px;
        margin-bottom: 12px;
    }
    .case_tab_c2 ul li .c4{
        font-size:16px;
    }
    .case_tab_c2 ul li .c_1 em{
        font-size:20px;
    }
    .case_tab_c2 ul li .c2{
        font-size:13px;
    }
    .case_tab_c2 ul li .c3{
        font-size:28px;
    }
    .case_tab_c2 ul li .c4{
        font-size:16px;
    }
    .xmcg_list p{
        max-width: calc(50% - 7.5px);
    }
    .xmcg_list p:nth-child(2n){
        margin-right:0;
    }
}


.news1{
    background:url(../images/news_bg.jpg) no-repeat center;
    background-size: cover;
    /*background-attachment: fixed;*/
    padding:58px 0 190px;
}
.site{
    display: none;
}
.news_box{
    padding:72px 60px 110px;
    border: 1px solid #4d4d4d;
    border-radius: 20px;
    background: url(../images/a1_bg.png) no-repeat center;
    background-size: cover;
    margin-top:50px;
    margin-bottom: 17px;
}
.news_sort{
    position: relative;
    justify-content: flex-start;
    padding-bottom: 105px;
}
.news_sort li.cur{
    padding-bottom:0px;
}
.news_sort li a.list_item{
    display: none;
}
.news_sort li .layer2{
    display: none;
}
.news_sort li.cur .layer2
/*,.news_sort li .layer2.cur,.sort li .layer3.cur*/{
    display: flex;
    flex-wrap: wrap;
}
.sort li a.list_item2{
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 172px;*/
    /*height: 52px;*/
    font-size:16px;
    color: #a0a0a0;
    border-radius: 5px;
    border:1px solid #c30d23;
    margin-right: 40px;
    padding:5px 15px;
    line-height: 1.6;
}
.sort li a.list_item2 i{
    display: none;
    width: 31px;
    height: 25px;
    background:url(../images/more2_jt.png) no-repeat center;
    background-size: contain;
    margin-left: 12px;
}
.sort li .layer2 a.list_item2:hover,.sort li .layer2 a.list_item2.on,.sort li .layer2 .news_sort_c.cur a.list_item2{
    background:#c30d23;
    color: #fff;
}
/*.sort li .layer2 a.list_item2:hover i,.sort li .layer2 a.list_item2.on i,.sort li .layer2 .news_sort_c.cur a.list_item2 i{*/
/*    display: block;*/
/*}*/
.sort li .layer3{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    z-index: -99;
    opacity: 0;
}
.sort .news_sort_c.cur .layer3
/*,.sort .news_sort_c .layer3.cur*/{
    z-index: 99;
    opacity: 1;
}
.news_year{
    width: 100%;
    max-width: 450px;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    border:2px solid #787878;
    border-radius: 25px;
    padding:0 65px;
    margin:17px auto 0px;
}
.news_year .swiper-button-prev{
    left:35px;
    width: 13px;
    height: 22px;
    background:url(../images/left3.png) no-repeat center;
    background-size: contain;
    top:50%;
    margin-top:-11px;
    opacity: 1;
}
.news_year .swiper-button-prev:hover{
    background:url(../images/right3.png) no-repeat center; 
    background-size: contain;
    transform:rotate(-180deg);   
}
.news_year .swiper-button-next{
    right:35px;
    width: 13px;
    height: 22px;
    background:url(../images/left3.png) no-repeat center;
    top:50%;
    margin-top:-11px;
    transform:rotate(-180deg);
    opacity: 1;
}
.news_year .swiper-button-next:hover{
    background:url(../images/right3.png) no-repeat center; 
    transform:rotate(0deg);   
}
#news_year1,#news_year2{
    width: 100%;
}
#news_year1 .swiper-slide,#news_year2 .swiper-slide{
    text-align: center;
    font-size:16px;
    color: #a0a0a0;
    text-align: center;
    display: block;
    max-width: 65px;
}
#news_year1 .swiper-slide.on,#news_year2 .swiper-slide.on{
    color: #c30d23;
}
.news_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:58px 0;
}
.news_list_l{
    width: 32%;
    float: left;
}
.news_list_tab{
    display: none;
}
.news_list_tab a{
    display: block;
}
.news_list_tab a .img{
    border:1px solid #c30d23;
    border-radius: 5px;
}
.news_list_tab a .img img{
    width: 100%
}
.news_list_tab a .txt{
    font-size:14px;
    color: #a0a0a0;
    margin-top:25px;
}

.news_list_tab.cur{
    display: block;
}
.news_list{
    width: 59%;
/*    display: flex;
    flex-wrap: wrap;
    float: right;*/
}
.news_list li{
    width: calc(50% - 25px);
    margin-right: 50px;
    margin-bottom: 10px;
    max-height: 30px;
    float: left;
}
.news_list li:nth-child(2n){
    margin-right: 0;
}
.news_list li a{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.news_list li a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 1px;
    background:#c30d23;
    opacity: 0;
}
.news_list li a .date1{
    width: 80px;
    font-size:14px;
    color: #fff;
}
.news_list li a p{
    width: calc(100% - 80px);
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:14px;
    color: #a0a0a0;
}
.news_list li.cur a:after,.news_list li:hover a:after{
    opacity: 1;
}
a.more3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 52px;
    font-size:16px;
    color: #a0a0a0;
    border-radius: 5px;
    border:1px solid #c30d23;
    margin-right: 40px;
}
a.more3 i{
    display: none;
    width: 31px;
    height: 25px;
    background:url(../images/more2_jt.png) no-repeat center;
    margin-left: 12px;
}
a.more3:hover{
    background:#c30d23;
    color: #fff;
}
a.more3:hover i{
    display: block;
}
.news_detail{
    margin-top:40px;
}
.news_detail_l{
    float: left;
    width: calc(100% - 240px);
    padding-right: 138px;
}
.news_detail_l h1{
    font-size:24px;
    color: #ffffff;
    line-height: 1.2;
}
.news_detail_l .date2{
    font-size:14px;
    color: #a0a0a0;
    padding:14px 0 25px;
    border-bottom: 1px solid #606163;
    margin-bottom:35px;
}
.news_detail_l .content{
    color: #a0a0a0;
    font-size:14px;
}


.news_detail_r{
    width: 240px;
    float: right;
    border:1px solid #606163;
    background:url(../images/news_bg2.png) no-repeat center;
    background-size: cover;
    border-radius: 5px;
    padding:12px 15px 28px;
}
.news_detail_r h2{
    font-size:14px;
    color: #fff;
    font-family: "puhui65";
    line-height: 1;
    margin-bottom:28px;
}
.hot_news{

}
.hot_news a{
    display: block;
    color: #a0a0a0;
    margin-bottom: 10px;
}
.hot_news a:last-child{
    margin-bottom:0;
}
.hot_news a .p1{
    font-size:14px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.6;
}
.hot_news a .p2{
    font-size:12px;
}
.hot_news a:hover{
    color: #c30d23;
}

.page{
    margin-top:60px;
    font-size:14px;
    color: #a0a0a0;
}
.page a{
    font-size:14px;
    color: #a0a0a0;
}
.page p:hover a,.page p:hover{
    color: #c30d23;
}
@media(max-width: 1600px){
    .sort li a.list_item2{
        width:150px;
    }
    .news_box {
        padding: 60px 50px 70px;
    }
    .news_sort{
        padding-bottom:90px;
    }
    .news_detail_l h1{
        font-size:22px;
    }
    .news_detail_l{
        padding-right:100px;
    }
}
@media(max-width: 1280px){
    .news_box {
        padding: 50px 40px;
    }    
}
@media(max-width: 1024px){
    .news_box {
        padding: 40px 30px;
    } 
    .news_sort{
        padding-bottom:70px;
    }
    .news_list_l{
        display:none;
    }
    .news_list{
        width:100%;
    }
    .news_cont{
        margin:30px 0;
    }
    .sort li a.list_item2{
        margin-right:25px;
    }
    .news1{
        padding:58px 0 90px;
    }
    .news_detail_l{
        padding-right:0px;
        width:100%;
    }
    .n_news .news_detail_r{
        display:none;
    }
    a.more3{
        width:120px;
    }
    .page{
        margin-top:35px;
    }
}
@media(max-width: 820px){
    .news_sort li.cur {
        /*padding-bottom: 50px;*/
    }   
    .news_detail_l h1{
        font-size:20px;
    }
    .news1{
        padding:58px 0;
    }
    .news_detail_l .date2 {
        padding: 10px 0 10px;
        margin-bottom: 20px;
    }
}
@media(max-width: 640px){
    .sort li a.list_item2 {
        /*width: 120px;*/
        /*height:46px;*/
        font-size:13px;
        padding:3px 5px;
        margin-right:12px;
    }  
    .sort li a.list_item2 i{
        width:25px;
    }
    .news_year{
        border: 1px solid #787878;
        padding: 0 35px;
    }
    #news_year1 .swiper-slide, #news_year2 .swiper-slide{
        font-size:15px;
        max-width:60px;
    }
    .news_year .swiper-button-prev{
        left:15px;
    }
    .news_year .swiper-button-next{
        right:15px;
    }
    .news_list li{
        width:100%;
        margin-right:0;
    }
    .news_detail_l h1{
        font-size:17px;
        line-height:1.6;
    }
    .news_box {
        padding: 25px 15px;
    }
    a.more3 {
        width: 100px;
        font-size:14px;
        height:40px;
    }
    .news_detail_l .date2 {
        padding: 10px 0 5px;
        margin-bottom: 10px;
        font-size:13px;
    }
}

.n_search_bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top:60px;
    font-size: 14px;
    color: #a0a0a0;
}
@media(max-width:640px){
    
}


.n_search{
    background:url(../images/sousuo_bg.jpg) no-repeat center;
    background-size: cover;
    /*background-attachment: fixed;*/
    padding:58px 0 205px;    
}
.tag_total{
    font-size:24px;
    color: #ffffff;
    line-height: 1;
/*    display: flex;
    align-items: top;*/
    font-family: "思源黑体";
}
.tag_total span{
    margin-right: 70px;
    font-size:32px;
}
.n_search_c.a_box{
    padding:70px 63px 85px 163px;
}
.n_result{
    float: left;
    width: calc(100% - 240px);
    padding-right: 110px;
}
.tag_list_news{

}
.tag_list_news li{
    margin-bottom: 70px;
}
.tag_list_news li:last-child{
    margin-bottom: 0;
}
.tag_list_news li a{
    display: flex;
    flex-wrap: wrap;
}
.tag_list_news li a .img1{
    width: 280px;
}
.tag_list_news li a .text{
    width: calc(100% - 280px);
    padding-left: 50px;
}
.tag_list_news li a .text h3{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.tag_list_news li a .text h3 span{
    display: inline-block;
    position: relative;
    font-size: 24px;
    color: #fff;
    line-height: 1.3;
    padding-bottom: 4px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tag_list_news li a .text h3 i{
    width: 100%;
    height: 1px;
    background:#fff;
    position: absolute;
    left:0;
    bottom:0px;
}
/*.tag_list_news li a .text h3 i:before{
    content:'';
    position: absolute;
    left:0px;
    top:-1px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c30d23;
}
.tag_list_news li a .text h3 i:after{
    content:'';
    position: absolute;
    right:0px;
    top:-1px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c30d23;
}*/
.tag_list_news li a .text .p1{
    margin:10px 0 25px;
    font-size:14px;
    color: #a0a0a0;
}
.tag_list_news li a .text .txt{
    font-size:14px;
    color: #a0a0a0;
}
.tag_list_news li a .text .txt p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tag_list_news li a:hover .text h3 span{
    color: #bd1227;
}
.tag_list_news li a:hover .text h3 i{
    background:#bd1227;
}

.n_about{
    background:url(../images/about_bg1.jpg) no-repeat center;
    background-size: cover;
    /*background-attachment: fixed;*/
    position: relative;
}
.about_img{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index: -9;
    display: none;
}
.n_fw .index_fw_cont{
    margin-top:0;
}
.about1{
    padding:58px 0 200px;
}
.a_box{
    border:1px solid #4d4d4d;
    border-radius: 20px;
    background:url(../images/a1_bg.png) no-repeat center;
    background-size: cover;
    margin-top:53px;
    padding:70px 48px 75px;
}
.ab_t1{
    font-size:24px;
    color: #ffffff;
    line-height: 1;
}
.a_box1_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.a_box1_top .text1{
    width: 47%;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;    */
}
.a_list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 460px;
    margin-top:50px;
}
.a_list1 li{
    margin-bottom: 15px;
}
.a_list1 li .p1{
    font-size:14px;
    color: #ffffff;
}
.a_list1 li .p2{
    font-size:14px;
    color: #c30d23;
    line-height: 1.2;
}
.a_list1 li .p2 span{
    font-size:28px;
}
.a_list1 li .p2 sup{
    font-style: normal;
    font-family: "puhui65";
    line-height: 1;
    display: inline-block;
    position: relative;
    top: -10px;
}
.a_list1 li .p2 em{
    font-style: normal;
    font-family: "puhui65";
}
.a_box1_top .text2{
    width: 47%;
    font-size:14px;
    color: #9fa0a0;
}
.a_box1_bottom{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
}
.a_box1_bottom p{
    width: calc(25% - 4.5px);
    margin-right: 6px;
}
.a_box1_bottom p:nth-child(4n){
    margin-right: 0;
}
.a_box2{
    padding:70px 48px;
}
.fzlc{
    position: relative;
    padding:30px 98px 0;
}
.fzlc .ab_t1{
    position: absolute;
    top:0;
    left:0;
}
.fz_line{
    width: 100%;
    height: 1px;
    background:#c10d23;
    position: absolute;
    top:50%;
    left:0;
    margin-top:-0.5px;
    z-index: 0;
}
.fz_line:before{
    content:'';
    position: absolute;
    left:0px;
    top:-2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c30d23;
    z-index: 2;
}
.fz_line:after{
    content:'';
    position: absolute;
    right:0px;
    top:-2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c30d23;
    z-index: 2;
}
.fzlc .swiper-button-prev{
    width: 18px;
    height: 49px;
    background:url(../images/right2.png) no-repeat center;
    background-size: contain;
    margin-top:-24.5px;
    left:32px;
    transform: rotate(-180deg);
}
.fzlc .swiper-button-prev:hover{
    background:url(../images/left1.png) no-repeat center;
    background-size: contain;
    transform: rotate(0deg);
}
.fzlc .swiper-button-next{
    width: 18px;
    height: 49px;
    background:url(../images/right2.png) no-repeat center;
    background-size: contain;
    margin-top:-24.5px;
    right:32px;
    opacity: .5;
}
.fzlc .swiper-button-next:hover{
    background:url(../images/left1.png) no-repeat center;
    background-size: contain;
    transform: rotate(-180deg);
}
#fzlc{
    /*padding:0 0px 0 12px;*/
}
#fzlc .swiper-slide{
    padding-bottom: 217px;
    position: relative;
    z-index: 9;
}
.fz_year{
    font-size: 24px;
    color: rgb(195, 13, 35);
    font-weight: bold;
    background:url(../images/more1.jpg) no-repeat center;
    width: 100%;
    max-width: 136px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    transition:all 0.4s ease-out;
    line-height: 1;
    -webkit-text-stroke: 0.5px #760815;
    font-family: "Arial";
    letter-spacing: 5px;
    position: absolute;
    top:50%;
    left:0;
    margin-top:-22px;
    z-index: 9;
}
.fz_text{
    height: 217px;
    padding:217px 0 5px 15px;
}
.fz_text .txt{
    padding:40px 0px 5px 14px;
    font-size:14px;
    color: #9fa0a0;
    border-left: 1px solid #c10d23;
    position: relative;
}
.fz_text .txt:before{
    content:'';
    position: absolute;
    left:-3px;
    top:0px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c30d23;
    z-index: 2;
}
.fz_text .txt:after{
    content:'';
    position: absolute;
    left:-3px;
    bottom:0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c30d23;
    z-index: 2;
}
.fz_text_c{
    overflow: hidden;
    transition: all 0s ease 0ms;
    max-height: 172px;
    /*min-height:100px;*/
    overflow-y: auto; 
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.8;
}
.fz_text_c::-webkit-scrollbar {/*滚动条整体样式*/
    width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.fz_text_c::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #c30d23;
}
.fz_text_c::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
#fzlc .swiper-slide:nth-child(2n) .fz_text{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#fzlc .swiper-slide:nth-child(2n) .fz_text .txt{
    padding:5px 0 40px 14px;
}
.a_box3,.a_box4,.a_box5{
    display: flex;
    flex-wrap: wrap;
}
.a_box3 .ab_t1,.a_box4 .ab_t1,.a_box5 .ab_t1{
    width: 180px;
}
.a_honner,.hzkj_list1,.qykh_list{
    width: calc(100% - 180px);
}
.a_honner_top{
    display: flex;
    justify-content: space-between;
/*    flex-wrap: wrap;*/
    margin-bottom: 70px;
}
.a_honner_top li{
    width: 18.2%;
    margin-right: 2%;
}
.a_honner_top li:nth-child(5n){
    margin-right: 0;
}
.a_honner_top li img{
    border-radius: 3px;
    box-shadow:0 0 10px #000;
}
.a_honner_top li .txt{
    display: flex;
    flex-wrap: wrap;
    margin-top:15px;
}
.a_honner_top li .txt p{
    padding-left: 12px;
    position: relative;
    font-size:12px;
    color: #9fa0a0;
    margin-right: 52px;
    line-height: 1.6;
}
.a_honner_top li .txt p:last-child{
    margin-right: 0;
}
.a_honner_top li .txt p:before{
    content:'';
    position: absolute;
    left:0;
    top:9px;
    /*margin-top:-2.5px;*/
    width: 5px;
    height: 5px;
    background:#c10d23;
    border-radius: 50%;
}
.ryzz{
    position: relative;
    padding:0 105px;
}
#ryzz{
    padding:8px 0;
}
#ryzz img{
    box-shadow:0 0 10px #000;
}
.ryzz .swiper-button-prev{
    width: 18px;
    height: 49px;
    background:url(../images/right2.png) no-repeat center;
    background-size: contain;
    margin-top:-24.5px;
    left:32px;
    transform: rotate(-180deg);
}
.ryzz .swiper-button-prev:hover{
    background:url(../images/left1.png) no-repeat center;
    background-size: contain;
    transform: rotate(0deg);
}
.ryzz .swiper-button-next{
    width: 18px;
    height: 49px;
    background:url(../images/right2.png) no-repeat center;
    background-size: contain;
    margin-top:-24.5px;
    right:32px;
    opacity: .5;
}
.ryzz .swiper-button-next:hover{
    background:url(../images/left1.png) no-repeat center;
    background-size: contain;
    transform: rotate(-180deg);
}
.ryzz_text{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top:20px;
}
.ryzz_text p{
    font-size:14px;
    color: #9fa0a0;
    margin-right: 50px;
    padding-left: 15px;
    position: relative;
}
.ryzz_text p:last-child{
    margin-right: 0;
}
.ryzz_text p:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-2.5px;
    width: 5px;
    height: 5px;
    background:#c10d23;
    border-radius: 50%;
}
.ryzz_text p span{
    font-size:28px;
    color: #c30d23;
    font-family: "puhui65";
}
.a_box4{
    padding:70px 48px 90px;
}
.hzkj_list1{
    max-width: 1045px;
    display: flex;
    flex-wrap: wrap;
}
.hzkj_list1 li{
    width: calc(100% / 3 - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
    padding:25px 25px 32px;
    border:1px solid #484949;
    border-radius: 5px;
}
.hzkj_list1 li:nth-child(3n){
    margin-right: 0;
}
.hzkj_list1 li .p1{
    font-size:14px;
    color: #c30d23;
    font-family: "puhui65";
    margin:12px 0 0;
}
.a_box5{
    padding:70px 48px 60px;
}
.qykh_list{
    max-width: 1045px;
    display: flex;
    flex-wrap: wrap;
/*    justify-content: space-between;*/
}
.qykh_list li{
    width: 16.8%;
    margin-right: 4%;
    margin-bottom: 40px;
}
.qykh_list li:nth-child(5n){
    margin-right: 0;
}
.wh_box{
    padding:160px 222px 130px;
    background: url(../images/about2_bg2.png) no-repeat center;
    background-size: cover;
}
.wh_list{

}
.wh_list li{
    margin-bottom: 56px;
    display: flex;
    flex-wrap: wrap;
}
.wh_list li:last-child{
    margin-bottom:0;
}
.wh_list li .img1{
    width: 145px;
}
.wh_list li .text{
    width: calc(100% - 145px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wh_list li .text .p1{
    font-size:30px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
}
.wh_list li .text .txt{
    font-size:17px;
    color: #9fa0a0;
    line-height: 1.8;
}
.jk_list{
    display: flex;
    flex-wrap: wrap;
}
.jk_list li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.jk_list li .img1{
    width: 192px;
}
.jk_list li .text{
    width: calc(100% - 192px);
    padding:0 65px 0 35px;
}
.jk_list li .text .p1{
    font-size:24px;
    color: #c30d23;
    line-height: 1;
    margin-bottom: 35px;
}
.jk_list li .text .p2{
    font-size:30px;
    color: #fff;
}
.jk_list li .text .p3{
    font-size:24px;
    color: #fff;
    margin-top:10px;
    display: none;
}
.jk_list li .text .txt{
    font-size:13px;
    color: #a3a3a3;
    margin-top:25px;
}
.jk_box2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jk_box2 .text{
    width: 40%;
}
.jk_box2 .text .p1{
    font-size:24px;
    color: #c30d23;
    line-height: 1;    
}
.jk_box2 .text .p2{
    font-size:32px;
    color: #ffffff;
    margin: 45px 0 35px;
    line-height: 1.2;
}
.jk_box2 .text .txt{
    font-size:14px;
    color: #a3a3a3;
}
.jk_box2 .text .txt span{
    font-size:32px;
    color: #c30d23;
}
.jk_box2 .text .txt em{
    font-size:14px;
    color: #c30d23;
    font-style: normal;
}
.jk_box2 .img1{
    width: 57.5%;
}
.tzr_box{
    background:url(../images/tzr_bg.png) no-repeat top center;
    background-size: cover;
}
.tzr_list{
    display: flex;
    flex-wrap: wrap;
    padding-top:465px;
}
.tzr_list li{
    width: 30%;
    margin-right: 5%;
}
.tzr_list li:nth-child(3n){
    margin-right: 0;
}
.tzr_list li .img1{
    line-height: 50px;
    height: 50px;
}
.tzr_list li .text{
    font-size:14px;
    color: #a3a3a3;
    margin-top:40px;
}
.contact1{
    padding:0 115px;
}
.contact_list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:78px 0 115px;
}
.contact_list1 li{
    width: 20%;
    text-align: center;
    position: relative;
    padding:0 5px;
}
.contact_list1 li:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    margin-top:-55px;
    width: 1px;
    height: 110px;
    background:#383838;
}
.contact_list1 li:last-child:after{
    display: none;
}
.contact_list1 li .img1{
    line-height: 53px;
    height: 53px;
}
.contact_list1 li .text{
    font-size:14px;
    color: #a3a3a3;
    margin-top:15px;
}
.contact_c{

}
.contact_t{
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 47.5%;
    line-height: 1;
    margin-bottom: 38px;
}
.contact_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_cont_l{
    width: 47.5%;
}
.message1{

}
.message1 ul{

}
.message1 ul li{
    margin-bottom: 20px;
    position: relative;
}
.message1 ul li label{
    position: absolute;
    top:0;
    left:0;
    font-size:14px;
    color: #9fa0a0;
    line-height: 50px;
    padding:0 22px;
}
.message1 ul li input{
    display: block;
    font-size:14px;
    color: #fff;
    width: 100%;
    border:1px solid #333333;
    background:#2d2d2d;
    outline: none;
    line-height: 50px;
    padding:0 22px;
    border-radius: 5px;
}
.message1 ul li textarea{
    display: block;
    font-size:14px;
    color: #fff;
    width: 100%;
    border:1px solid #333333;
    background:#2d2d2d;
    outline: none;
    line-height: 50px;
    padding:0 22px;
    border-radius: 5px;
    height: 150px;
    font-family: "puhui55";
}
.message1 ul li:hover label{
    color: #fff;
}
.mess_tn2 .msgbtn2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background:#c30d23;
    font-size:14px;
    color: #fff;
    border:none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
}
.contact_cont_r{
    width: 40.5%;
    border-radius: 5px;
    overflow: hidden;
    border:1px solid #60605f;
}
.fw1_list2 a i img:nth-child(2){
    display: none;
}
.n_fw .index_fw_cont dl:last-child{
    margin-top:0;
}
.m_wh_img{
    display: none;
}
@media(max-width: 1600px){
    .about1{
        padding:58px 0 120px;
    }
    .a_box{
        padding:55px 45px;
        margin-top:40px;
    }
    .index_t1 span{
        font-size:26px;
    }
    .fw_txt,.fw_xgal li .text .txt1{
        font-size:16px;
    }
    .fw_p1,.fw1_box1 .txt2,.fw_xgal li .text .p1,.fw_xgal li .text .p2{
        font-size:20px;
    }
    .fw1_box2 {
        padding: 120px 0;
    }
    .fwlc_list1 dl{
        margin-right:10px;
        margin-bottom:15px;
    }
    .fwlc_list1 dl dt{
        margin-bottom:20px;
    }
    .fwlc_list1 dl dt p{
        font-size:16px;
    }
    .fwlc_list1 dl dd .p1{
        font-size:13px;
    }
    .fwlc_list1 dl dd .p2{
        font-size:14px;
    }
    .fwlc_list1 dl dd .txt p{
        font-size:12px;
        background: url(../images/gou2.png) no-repeat left 4px;
    }
    .fw_xgal li{
        margin-bottom:90px;
    }
    .n_search{
        padding: 58px 0 150px;
    }
    .n_search_c.a_box{
        padding: 70px 63px;
    }
    .n_result{
        padding-right:70px;
    }
    .tag_list_news li{
        margin-bottom:50px;
    }
    .tag_list_news li a .text{
        padding-left:35px;
    }
    .tag_list_news li a .text h3 span{
        font-size:20px;
    }
    .tag_list_news li a .text .p1 {
        margin: 10px 0 15px;
    }
    .fw1_list3{
        margin: 80px 0 0 100px;
    }
    .fw1_list3 li .num1{
        font-size:62px;
    }
    .fw1_list3 li .text{
        padding-left:15px;
    }
    .fw1_list3 li .text .p1{
        font-size:16px;
    }
    .fw1_box5{
        padding:110px 0;
    }
    .p2_list1{
        width:100%;
    }
    .qykh_list li{
        margin-bottom:30px;
    }
    .wh_list li .text .p1{
        font-size:24px;
    }
    .wh_list li .text .txt{
        font-size:15px;
    }
    .jk_list li{
        width:100%;
        margin-bottom:50px;
    }
    .jk_list li:last-child{
        margin-bottom:0;
    }
    .jk_list li .text {
        padding: 0 0px 0 30px;
    }
    /*.jk_list li .text{*/
    /*    padding:0 50px 0 30px;*/
    /*}*/
    .jk_list li .text .p1{
        margin-bottom:20px;
    }
    .jk_list li .text .p2{
        font-size:32px;
    }
    .jk_list li .text .p3{
        font-size:20px;
    }
    .jk_list li .text .txt{
        margin-top:15px;
    }
    .jk_box2 .text .p2 {
        font-size: 24px;
        margin: 30px 0 30px;
        line-height: 1.3;
    }
    .jk_box2 .text .txt span{
        font-size:28px;
    }
    .contact1{
        padding:0 50px;
    }
    .fz_text_c{
        font-size:12px;
    }
    .a_honner_top li{
        
    }
}
@media(max-width: 1280px){
    .n_search{
        padding: 58px 0 100px;
    }
    .n_search_c.a_box {
        padding: 40px 35px;
    }
    .tag_list_news li a .text h3 span{
        font-size:16px;
        padding-bottom:0;
        line-height:1.6;
    }   
    .a_box{
        padding:40px 35px;
    }
    .fw_txt,.fw_xgal li .text .txt1{
        font-size:14px;
    }
    .fw_p1,.fw1_box1 .txt2,.fw_xgal li .text .p1,.fw_xgal li .text .p2{
        font-size:18px;
    }
    .fw_txt{
        margin:20px 0 30px;
    }
    .fw1_box2,.fw1_box5{
        padding:90px 0;
    }
    .fw_xgal{
        margin-top:50px;
    }
    .ab_t1{
        font-size:20px;
    }
    #fzlc{
        padding:30px 0px 0 0px;
    }
    .fzlc{
        padding:30px 60px 0;
    }
    .fzlc .swiper-button-prev{
        left:0;
    }
    .fzlc .swiper-button-next{
        right:0;
    }
    .wh_list li{
        margin-bottom:35px;
    }
    .wh_list li .img1{
        width:90px;
    }
    .wh_list li .text {
        width: calc(100% - 90px);
        padding-left:20px;
    }
    .wh_list li .text .p1{
        font-size:22px;
        margin-bottom: 10px;
    }
    .wh_list li .text .txt{
        font-size:14px;
    }
    .contact1{
        padding:0 0px;
    }
    .fwlc_list1 dl{
        padding:10px 10px;
        height:280px;
    }
    .fwlc_list1 dl:nth-child(3),.fwlc_list1 dl:nth-child(4){
        height:280px;
    }
    .fwlc_list1 dl dt {
        margin-bottom: 15px;
    }
    .fwlc_list1 dl dt p{
        font-size:15px;
    }
    .fwlc_list1 dl dt i{
        width:20px;
    }
    .fwlc_list1 dl dd .p1{
        height:40px;
    }
    .fwlc_list1 dl dd .p2 {
        font-size: 12px;
        margin: 10px 0;
    }
}
@media(max-width: 1024px){
    .about1{
        padding:50px 0 90px;
    }
    .n_search{
        padding: 58px 0 70px;
    }
    .n_result {
        padding-right: 0px;
        width:100%;
    }  
    .n_search .news_detail_r{
        display:none;
    }
    .tag_total{
        font-size:18px;
    }
    .tag_total span{
        font-size:26px;
        margin-right:35px;
    }
    .fw1_list1{
        padding-bottom:20px;
        margin-top:25px;
    }
    .fw1_list1 li{
        margin-bottom:20px;
    }
    .fw1_list1 li .img1{
        width:60px;
    }
    .fw1_list1 li p {
        width: calc(100% - 60px);
        line-height:1.6;
    }
    .fw1_list2 {
        margin-bottom: 50px;
        margin-top: 20px;
    }
    .fw1_list2 a{
        width:100%;
        justify-content:space-between;
        padding:2px 10px;
        margin-bottom:10px;
    }
    .fw1_list2 a:nth-child(3){
        width:100%;
    }
    /*.fw1_list2 a i{*/
    /*    width:auto;*/
    /*    visibility:visible;*/
    /*}*/
    .fw1_list2 a i img:nth-child(1){
        display: none;
    }
    .fw1_list2 a i img:nth-child(2){
        display: inline-block;
        max-width:31px;
    }
    .fw1_box2,.fw1_box5{
        padding:70px 0;
    }
    .p2_list1{
        margin-top:40px;
    }
    .p2_list1 li .img1{
        width:60px;
    }
    .p2_list1 li .text {
        width: calc(100% - 60px);
        font-size: 16px;
        padding-left:12px;
    }
    .product2-3{
        padding-top:60px;
    }
    .a_box3 .ab_t1, .a_box4 .ab_t1, .a_box5 .ab_t1{
        width:100%;
    }
    .a_honner, .hzkj_list1, .qykh_list {
        width: 100%;
        margin-top:35px;
    }

    .jk_list li .text .p1{
        font-size:20px;
        margin-bottom:15px;
    }
    .jk_list li .text .p2 {
        font-size: 26px;
    }
    .jk_list li .text .p3 {
        font-size: 16px;
    }
    .jk_box2 .text .p2 {
        font-size: 20px;
        margin: 30px 0 20px;
    }
    .jk_box2 .text .txt{
        line-height:1.6;
    }

}
@media(max-width: 820px){
    .n_search{
        padding: 50px 0;
    }
    .tag_list_news li{
        margin-bottom:30px;
    }
    .index_t1 span{
        font-size:24px;
        padding-bottom:15px;
    } 
    .about1{
        padding:50px 0 70px;
    }
    .a_box{
        padding:30px 20px;
        margin-top:30px;
    }
    .fw_txt{
        margin:15px 0 20px;
    }
    .fw_p1, .fw1_box1 .txt2, .fw_xgal li .text .p1, .fw_xgal li .text .p2{
        font-size:16px;
    }
    .fw1_list1 li p{
        font-size:16px;
    }
    .fw1_list2 {
        margin-bottom: 30px;
    }
    .fw1_box1 .txt2{
        margin-top:10px;
    }
    .fw1_box2,.fw1_box5{
        padding:55px 0;
    }
    .fw_xgal{
        margin-top:30px;
    }
    .fw_xgal li{
        margin-bottom:50px;
    }
    .fw1_list3{
        margin: 60px 0 0 00px;
    }
    .fw1_list3 li .num1{
        font-size:52px;
    }
    .fw1_list3 li .text .p1{
        font-size:15px;
    }
    .a_honner_top{
        margin-bottom:40px;
    }
    .hzkj_list1 li{
        width: calc(100% / 2 - 7.5px);
    }
    .hzkj_list1 li:nth-child(3n) {
        margin-right: 15px;
    }
    .hzkj_list1 li:nth-child(2n) {
        margin-right: 0;
    }
    .a_box1_top .text1{
        width:100%;
    }
    .a_box1_top .text2{
        width:100%;
        margin-top:25px;
    }
    .a_list1{
        margin-top:25px;
    }
    .ryzz{
        padding:0 75px;
    }
    .qykh_list li{
        margin-bottom:20px;
    }
    .wh_list li{
        margin-bottom:25px;
    }
    .wh_list li .img1{
        width:70px;
    }
    .wh_list li .text {
        width: calc(100% - 70px);
    }
    .wh_list li .text .p1{
        font-size:20px;
    }
    .wh_list li .text .txt{
        font-size:13px;
    }
    .contact_list1 {
        margin: 50px 0 55px;
    }
    .contact_list1 li .img1 {
        line-height: 40px;
        height: 40px;
    } 
    .contact_list1 li .img1 img{
        max-height:35px;
        max-width:35px;
    }
    .contact_list1 li .text{
        margin-top:10px;
    }
    .contact_cont_r{
        width:45%;
    }
}
@media(max-width: 640px){
    .tag_total{
        font-size:16px;
    }
    .tag_total span{
        font-size:22px;
        margin-right:20px;
    }
    .n_search_c.a_box {
        padding: 20px 15px;
        margin-top:30px;
    }
    .tag_list_news li {
        margin-bottom: 20px;
    }
    .tag_list_news li a .img1{
        width:100%;
    }
    .tag_list_news li a .text{
        width:100%;
        padding:15px 0 0;
    }
    .tag_list_news li a .text h3 span{
        font-size:15px;
    }
    .tag_list_news li a .text .p1 {
        margin: 5px 0;
    }
    .index_t1 span{
        font-size:20px;
        padding-bottom:12px;
    } 
    .about1{
        padding:50px 0;
    }
    .index_fw_cont {
        margin-top: 25px;
    }
    .index_fw_cont dl dd {
        margin-top: 15px;
    }
    .index_fw_cont dl:last-child {
        margin-top: 30px;
    }
    .a_box{
        padding:20px 20px;
    }
    .fw1_list1{
        justify-content:space-between;
    }
    .fw1_list1 li{
        width:49%;
    }
    .fw1_list1 li:last-child{
        width:100%;
    }
    .fw1_list1 li .img1 {
        width: 35px;
    }
    .fw1_list1 li p {
        width: calc(100% - 35px);
        font-size:14px;
        padding-left:10px;
    }
    .fw1_box2,.fw1_box5{
        padding:35px 0;
    }
    .fwlc_list1 dl{
        padding:20px 16px;
        width:160px;
        height:290px;
    }
    .fwlc_list1 dl:nth-child(4){
        width:100%;
        height:322px;
        padding:30px;
    }
    .fwlc_list1 dl:last-child{
        margin-bottom:0;
    }
    .fwlc_list1 dl dt{
        margin-bottom:20px;
    }
    .fwlc_list1 dl dd .p1{
        font-size:16px;
        height:40px;
        max-width:150px;
    }
    .fwlc_list1 dl dd .p2 {
        font-size: 16px;
        margin: 12px 0 10px;
    }
    .fw1_list2 a .txt .p1{
        font-size:14px;
    }
    /*.fw1_list2 a .txt .p2{*/
    /*    font-size:13px;*/
    /*}*/
    .fw1_box3{
        margin-top:0;
    }
    .fw1_box4{
        margin-top:30px;
    }
    .fw_xgal li{
        margin-bottom:35px;
    }
    .fw_xgal li .text{
        padding-right:0;
        width:100%;
    }
    .fw_xgal,.p5_cont{
        margin-top: 20px;
    }
    .fw_xgal li .text .p2 {
        margin: 20px 0 15px;
    }
    .fw_xgal li .text .txt2 {
        padding: 25px 0;
        font-size:13px;
    }
    .fw_xgal li .img2{
        width:100%;
    }
    .fw1_list3 {
        margin: 35px 0 0 0px;
    }
    .fw1_list3 li{
        margin-bottom:15px;
    }
    .p2_list1{
        justify-content:space-between;
        margin-top:30px;
    }
    .p2_list1 li{
        width:49%;
        margin-bottom:20px;
    }
    .p2_list1 li .img1{
        width:45px;
    }
    .p2_list1 li .text {
        width: calc(100% - 45px);
        font-size:15px;
    }
    .product2-3 {
        padding-top: 35px;
    }
    .product2-3 .img2{
        margin-top:35px;
    }
    
    .fzlc{
        padding:20px 30px 0;
    }
    #fzlc {
        padding: 50px 0px 0 0px;
    }
    .fz_line{
        display:none;
    }
    #fzlc .swiper-slide{
        padding-bottom: 0px;
    }
    .fz_year{
        position:relative;
        top:0;
        left:0;
        margin-top:0;
        max-width: 100px;
        height: 36px;
        font-size: 20px;
    }
    .fz_text {
        height: auto;
        padding: 0px 0 0px 15px;
        margin-top:-8px;
        height:180px;
    }
    #fzlc .swiper-slide:nth-child(2n) .fz_text {
        justify-content: flex-start;
    }
    #fzlc .swiper-slide:nth-child(2n) .fz_text .txt {
        padding: 15px 0 0px 15px;
    }
    .fz_text .txt {
        padding: 15px 0px 0px 15px;
    }
    /*.fzlc .swiper-button-prev{*/
    /*    background:url(../images/left3.png) no-repeat center;*/
    /*    background-size:contain;*/
    /*    width:13px;*/
    /*    height:22px;*/
    /*    margin-top:-6.5px;*/
    /*}*/
    .a_box3 .ab_t1, .a_box4 .ab_t1, .a_box5 .ab_t1{
        width:100%;
    }
    .a_honner, .hzkj_list1, .qykh_list {
        width: 100%;
        margin-top:25px;
    }
    .hzkj_list1 li{
        width: 100%;
        margin-right:0!important;
    }
    .a_list1{
        justify-content:flex-start;
    }
    .a_list1 li:nth-child(2){
        margin-left:30px;
    }
    .a_list1 li:nth-child(3){
        width:100%;
        margin-top:10px;
    }
    .a_box1_bottom{
        margin-top:20px;
    }
    .a_box1_bottom p {
        width: calc(50% - 3px);
        margin-right: 6px;
        margin-bottom:6px;
    }
    .a_box1_bottom p:nth-child(2n) {
        margin-right: 0;
    }
    .a_honner_top{
        flex-wrap:wrap;
    }
    .a_honner_top li{
        margin-bottom:15px;
    }
    .a_honner_top li{
        width:49%;
        margin-right:2%;
    }
    .a_honner_top li:nth-child(1){
        width:49%;
    }
    .a_honner_top li:nth-child(2n){
        width:49%;
        margin-right:0;
    }
    .a_honner_top li:last-child{
        margin-right:0;
    }
    .a_honner_top li .txt{
        margin-top:10px;
    }
    .hzkj_list1 .img1 img{
        max-width:130px;
    }
    .a_honner_top{
        margin-bottom:25px;
    }
    .ryzz_text{
        justify-content:flex-start;
    }
    .ryzz_text p{
        margin-right:12px;
        font-size:12px;
        padding-left: 9px;
    }
    .ryzz_text p span{
        font-size:20px;
    }
    .ryzz{
        padding:0 30px;
    }
    .ryzz .swiper-button-prev{
        left:0;
    }
    .ryzz .swiper-button-next{
        right:0;
    }
    .qykh_list li{
        width:31%;
        margin-right:3.5%;
        margin-bottom:15px;
    }
    .qykh_list li:nth-child(5n) {
        margin-right: 3.5%;
    }
    .qykh_list li:nth-child(3n) {
        margin-right: 0;
    }
    .wh_box{
        background: url(../images/m_wh_bg.png) no-repeat center bottom;
        background-size: cover;
        padding:20px 20px 260px;
    }
    /*.m_wh_img{*/
    /*    display: block;*/
    /*}*/
    .wh_list li .text .p1 {
        font-size: 17px;
    }
    .wh_list li .img1 {
        width: 55px;
    }
    .wh_list li .text {
        width: calc(100% - 55px);
    }
    .jk_list li .img1{
        width:160px;
    }
    .jk_list li .text {
        width:100%;
        padding: 0 0px 0 0px;
        margin-top:20px;
    }
    .jk_list li .text .p1 {
        margin-bottom: 10px;
    }
    .jk_list li .text .p2 {
        font-size: 22px;
    }
    .jk_box2 .text{
        width:100%;
    }
    .jk_box2 .img1{
        width:100%;
        margin-top:20px;
    }
    .jk_box2 .text .p1{
        font-size:22px;
    }
    .jk_box2 .text .p2 {
        font-size: 18px;
        margin: 20px 0 15px;
    }
    .jk_box2 .text .txt span {
        font-size: 24px;
    }
    .tzr_box{
        background:url(../images/m_tzr_bg.png) no-repeat top center;
        background-size: cover;
    }
    .tzr_list{
        padding-top: 150px;
    }
    .contact_list1{
        justify-content:flex-start;
    }
    .tzr_list li{
        width:100%;
        margin-right:0;
        margin-bottom:25px;
    }
    .tzr_list li:last-child{
        margin-bottom:0;
    }
    .tzr_list li .text {
        font-size: 13px;
        margin-top: 15px;
    }
    .tzr_list li .img1{
        line-height: 1;
        height: auto;
    }
    .tzr_list li .img1 img{
        max-width:170px;
    }
    .contact_list1{
        margin: 35px 0 40px;
    }
    .contact_list1 li{
        width:50%;
        padding:10px 5px 5px;
        margin-bottom:25px;
    }
    .contact_list1 li:after{
        /*display:none;*/
        height:90%;
        top:5%;
        margin-top:0;
    }
    .contact_list1 li:nth-child(2n):after{
        display:none;
    }
    .contact_list1 li:last-child{
        margin-bottom:0;
    }
    .contact_list1 li .text{
        font-size:13px;
        margin-top: 7px;
    }
    .contact_t{
        width:100%;
        font-size:22px;
        margin-bottom:25px;
    }
    .contact_cont_l{
        width:100%;
    }
    .message1 ul li{
        margin-bottom:10px;
    }
    .message1 ul li input,.message1 ul li label{
        line-height:42px;
        padding:0 15px;
    }
    .message1 ul li textarea{
        line-height:42px;
        height:84px;
        padding:0 15px;        
    }
    .contact_cont_r{
        width:100%;
        height:300px;
        /*margin-top:25px;*/
    }
    .contact_c .contact_t,.contact_cont_l{
        display:none;
    }
}
@media(max-width:460px){
    .fwlc_list1 dl{
        width: 150px;
        height:270px;
    }
}

h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 180px;
    left:-185px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #00a2e7;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#a0a0a0;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{
/*    background-color:#FFF;
*/    vertical-align:middle; 
/*border:#efefef 1px solid; */
    color:#a0a0a0;
/*    padding:5px 8px; */
    margin-right:12px;
    margin-left:12px;
}
.pageController a:hover{
/*    background-color:#2b70bb;*/
    color:#c30d23; 
    text-decoration:none;
/*    border:#efefef 1px solid;*/
}
.pageController .currPage {
/*    background-color: #2b70bb;*/
    color:#c30d23;
/*    border:#efefef 1px solid;*/
}
.pageController .t1{
    float:left;
/*    margin-right:12px;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: #c30d23;
/*    padding: 5px 8px;*/
    margin-right: 12px;
    margin-left: 12px;
/*    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: #000000;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:8px 0;
    position: relative;
}
.m_f_fixed a:after{
    content:'';
    position: absolute;
    right:0;
    top:10px;
    width: 1px;
    height: calc(100% - 20px);
    background: #4d4d4d;
}
.m_f_fixed a img{
    margin-right: 8px;
}
.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: 11px 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: #ffaf04;
    background: #ffaf04;
}

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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