@charset "utf-8";

@font-face{ font-family:sy; src:url(../fonts/sySong.woff);}
@font-face{ font-family:geo; src:url(../fonts/georgia.ttf);}

.header_top{position: relative;z-index: 1000;width: 100%;background: url(../images/head.jpg) no-repeat top;background-size:100% 100%;height: 2.35rem;}
.header_top .top{justify-content: space-between;height: 2.4rem;align-items: center;}
#logo{position: relative;}
.header_top #logo img{max-width:100%;transition: .5s;width: 7.9rem;}
.list_box1 .ser .a{display:flex;align-items:center;justify-content: space-between;position: relative;height: .38rem;width: 100%;padding: 0 .15rem;border-radius: 0.2rem;width: 2.5rem;border: 1px solid #D9D9D9;}
.list_box1 .li .input{width: calc(100% - .2rem);height: 100%;padding: 0 .1rem 0 0;font-size: .14rem;color: #fff;line-height: .38rem;}
.list_box1 .li .input::placeholder{color:#fff;}
.list_box1 .link{display: flex;align-items: center;margin-bottom: 0.15rem;justify-content: space-between;}
.list_box1 .link a{align-items: center;color: #fff;font-size: 0.14rem;}
.list_box1 .link a img{display: inline-block;margin-right: 0.1rem;}
.list_box1 .li input::-webkit-input-placeholder{ color:#fff;}
.list_box1 .li .serbtn {
    width: 0.2rem;
    height: 100%;
    background: url(../images/ser.png) no-repeat center;
    background-size: 0.2rem;
}
.list_box1 .li .serbtn img{width: .2rem;}

#nav{width: 100%;position: relative;z-index: 1000;background: #c50917;}
#nav ul{display: flex;justify-content: space-between;/* height: 100%; */width: 100%;}
#nav ul li{z-index:0;/* height: 100%; */position: relative;}
#nav ul li a{display: flex;padding: 0;position: relative;z-index: 2;height: 100%;align-items: center;}
#nav ul li h3{font-size: .2rem;color:#fff;line-height: .6rem;position:relative;transition: .36s;display: inline-block;padding: 0 .3rem;border-bottom: 0.03rem solid rgba(0,0,0,0);}

#nav ul li .sub{position:absolute;top: 95%;background: rgba(255,255,255,.9);width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;box-shadow: 0 0 10px rgba(0,0,0,.3);/* border-radius: .1rem; */overflow: hidden;z-index: 1000;}
#nav ul li .sub:after{content: '';height: .02rem;width: 100%;position: absolute;left: 0;top: 0;background: #c21920;}
#nav ul li .sub .box{/* padding: .2rem 0; */text-align:center;}
#nav ul li .sub a{padding: 10px .16rem;line-height: 28px;transition:.6s;font-size: .16rem;color: #333;text-align: center;white-space: nowrap;min-width: 160px;display: block;}
#nav ul li .sub a img{ margin: 0 .1rem 0 0; opacity: .2; transition: .5s}
#nav ul li .sub a:hover{background: #c21920;color: #fff;}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#nav ul li.on h3,#nav ul li:hover h3{color: #f8f4ab;border-bottom: 0.03rem solid #f8f4ab;font-weight: bold;}

/*手机端开始*/
.m_header_box {transition: .6s;display: none;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 0.15rem;height: .7rem;background: #c21920;box-shadow: 0 3px 5px rgba(0,0,0,.05);position: fixed;top: 0;left: 0;right: 0;z-index: 100;display:flex;justify-content:space-between;align-items: center;}
.m_header_box header #logo{padding:0;width: 75%;margin: 0;}
.m_header_box header #logo img{max-height: .6rem;}
/*导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {/* background: #fff; */}
#nav_btn_box{position:relative;width: .7rem;height: .7rem;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #fff;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -10px;border-right: #fff 10px solid;border-top: transparent .7rem solid;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: 0.40rem;height: 22px;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: .28rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 18px;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #c21920;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 24px;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #c21920;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 70px 20px 30px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #f7f7f7;background-size:cover;opacity: 0;visibility: hidden;}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}

#m_nav .search_box input.submit{ background: #c21920 url(../images/submit.svg) center no-repeat; background-size: .28rem;}
#m_nav .list_box0{text-align:center;width: 100%;justify-content: flex-start;margin: .32rem 0 0;flex-wrap: wrap;height: 0.4rem;}
#m_nav .list_box0 .li{text-align: left;color: #c21920;margin: 0 .12rem 0.15rem 0;font-size: 14px;padding: 0;min-width: 1rem;}

#m_nav .old_rukou{margin:.24rem 0 0;width: 100%;}

.list_box_nav_mobile{width:100%;max-height: calc(100% - 250px);/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: auto;margin: 0;/* flex: 1; */}
.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative}
.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid #e2e2e2;line-height: .5rem;color: #333;padding: 0;font-size: 16px;display: flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: .64rem;height: .5rem;display: inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: 0;top: 2px;}
.list_box_nav_mobile>li.on1 i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}

.list_box_nav_mobile>li.on .a{border-bottom: 1px solid #e2e2e2;}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: #666;line-height: 2.5;}
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;overflow:hidden;width: 100%;height: 85px;display: block;margin-bottom: 0.1rem;}
.wap_search form{height:40px;border-radius:20px;background: rgb(255 255 255);position:relative;width: 3.68rem;margin: 10px auto;}
.wap_search .input{font-size: .16rem;color: #646464;height:40px;line-height:40px;padding: 0 .24rem;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background: #fff;border-radius: 30px;/* background:none; */width: calc(100% - 40px);}
.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 40px;height:40px;line-height:40px;border:0;background: url(../images/submit.svg) center no-repeat #c21920;background-size: .24rem;border-radius: 20px;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#999; }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999; }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#999; }/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */


/* banner */
.main-visual-wrapper {width: 100%;position: relative;}
.main-visual-slider {overflow: hidden;width: 100%;position: relative;}
.main-visual-slider .swiper-slide { overflow: hidden; }
.main-visual-slider .swiper-container { width: 100%; height: 100%; position: relative; }
.swiper-box1 .imged{padding-bottom: 25%;}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform: translate3d(0px, 0px, 0px) scale(1.05); transition: opacity 0.5s}
.main-visual-slider .swiper-slide-active .imged{transform: scale(1); transition: all 6s ; }
.main-visual-slider video{transform: scale(1.1)\0;}
.swiper-box1 .swiper-pagination{bottom: .4rem;width: 100%;align-items: center;justify-content: center;}
.swiper-box1 .swiper-pagination-bullet {margin: 0px .07rem !important;width: 0.12rem;height: 0.12rem;background: none;opacity: 1;font-size: 0;border: 1px solid #fff;opacity: 1;}

.swiper-box1 .swiper-pagination-bullet-active{background: #fff;}


/* home1 */
.home1{padding: 0.9rem 0;}
.home1::after{width: 70%;background: url(../images/hbg1.png) no-repeat center/cover;left: auto;right: 0;}
.title{margin-bottom: .6rem;justify-content: space-between;/* align-items: flex-start; */position: relative;}
.title .tit{align-items: center;margin: 0 auto;align-items: flex-start;}
.title .tit img{width: 0.59rem;display: inline-block;margin-right: 0.1rem;}

.title h3{font-size: 0.42rem;color: #222;line-height: 1.1;cursor: pointer;}
.title h3 span{font-family: sy;display: block;/* padding: 0 .05rem; */}
.title h3 .sp1{color: #c21920;}

.more{position: absolute;right: 0.2rem;top: 30%;transform: translateY(-50%);}
.more a span{line-height: .27rem;font-size: 0.16rem;color: #666;transition: 0.5s;;border-radius: 0;align-items: center;}
.more a img{width: 0.61rem;display: inline-block;margin-left: 0.1rem;}
.more a:hover span{transform: translateX(.1rem);}
.home1-t{justify-content: space-between;padding: 0 0.4rem;}
.h1-t{padding: 0 0 0.2rem 0.2rem;}
.h1-t::after{width: auto;height: auto;background: #c21920;right: 0.2rem;top: 0.2rem;}
.home1 .title h3 .sp2{padding-top: 0;}
.home1 .left{width: 47%;}
.home1 .right{width: 48%;height: 4.5rem;}  
.home1 .left .imged{padding-bottom: 4.5rem;} 
.home1 .left a{position: relative;display: block;}
.home1 .left .con{width: 100%;position: absolute;left: 0;bottom: 0;z-index: 10;padding: 0 .3rem .2rem;}
.home1 .left .imged::after{width: 100%;height: 1.1rem;background: url(../images/n-shad.png) no-repeat;background-size: 100% 100%;}
.home1 .left .con h3{font-size: 0.18rem;color: #fff;line-height: 0.24rem;width: 80%;}
.home1 .left .cir{bottom: .2rem;text-align: right;padding-right: 0.2rem;}
.home1 .left .cir span{width: 0.06rem;height: 0.06rem;opacity: 1;margin: 0 0.06rem;}
.home1 .left .cir span.swiper-pagination-bullet-active{background: #fff;width: 0.38rem;border-radius: 0.025rem;}

.home1-t .right .li-t a{height: 0.5rem;align-items: center;border-bottom: 1px dashed #ddd;}
.home1-t .right li{position:relative;height: .5rem;transition: 0.5s;}
.home1-t .right .li-t h3{width: calc(100% - 1rem);padding: 0 0.1rem 0 0.15rem;background: url(../images/h1-li.png) no-repeat left center;background-size: 0.06rem;font-size: 0.16rem;color: #666;}
.home1-t .right .li-t p{width: 1rem;text-align: right;font-size: 0.16rem;color: #666;white-space: nowrap;}
.home1-t .right li *{transition: 0.5s;}
.home1-t .right .li-b a{height: 1.4rem;align-items: center;flex-wrap: nowrap;}
.home1-t .right .li-b a::before{content: "";position: absolute;left: 0.1rem;right: -0.1rem;top: -0.1rem;bottom: 0.1rem;border: 1px solid #c21920;z-index: -1;}
.home1-t .right .li-b a::after{background: url(../images/h1bg.jpg) no-repeat bottom/cover;width: 100%;}
.home1-t .right .li-b .con{width: 100%;}
.home1-t .right .li-b h3{font-size: 0.2rem;color: #fff;line-height: 0.24rem;font-weight: bold;}
.home1-t .right .li-b h4{font-size: 0.14rem;color: #fff;opacity: .6;line-height: 0.24rem;max-height: 0.48rem\0;margin: .1rem 0;width: 100%;}
.home1-t .right .li-b p{font-size: 0.14rem;color: #fff;opacity: .6;align-items: center;}
.home1-t .right .li-b p img{display: inline-block;width: 0.14rem;margin-right: 0.1rem;}

.home1-t .right li .li-b{position:absolute;left:0;bottom:0;width:0;opacity:0;height:100%;}
.home1-t .right li.on{height: 1.4rem;}
.home1-t .right li.on .li-b{width:100%;opacity:1;}
.home1-t .right li.on .li-b a{padding: .25rem .3rem;}
.home1-t .right li.on .li-t{display: none;}


@media screen and (min-width: 1200px){
 
}
@media screen and (max-width:1024px){
    .home1{padding: 0.4rem 0rem;}
    .home1-t{padding: 0;}
}
@media screen and (max-width:768px){
    .home1 .left{width: 100%;}
    .home1 .right{width: 100%;padding-left: 0rem;margin-top:.3rem;height: 4.8rem;}
    .home1 .left .imged{padding-bottom:60%;}
}
/* home2 */
.home2{padding: .7rem 0;overflow: hidden;background: url(../images/hbg2.jpg) no-repeat center/cover;}
.home2 .title h3 span,.home2 .more span{color: #fff;}

.home2-t ul{justify-content: space-between;}
.home2-t li{width: 32%;margin-bottom: 0.3rem;}
.home2-t li a{height: 1.5rem;background: rgba(255, 255, 255, 0.8);align-items: center; box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.2);padding: 0.3rem;}
.home2-t li a::after{background: url(../images/h2bg.jpg) no-repeat bottom #fff;background-size: 100%;width: 100%;height: 0;}
.home2-t li *{transition: 0.5s;}
.home2-t li .date{width: 0.9rem;background: #c21920;border:1px solid #c21920;text-align: center;}
.home2-t li .con{width: calc(100% - 0.9rem);padding-left: 0.3rem;}
.home2-t li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;max-height: 0.9rem\0;}
.home2-t li .date span{font-size: 0.3rem;color: #fff;line-height: 0.45rem;display: block;height: 0.45rem;font-family: sy;}
.home2-t li .date p{font-size: 0.16rem;color: #c21920;line-height: 0.45rem;background: #fff;}

.home2-t .cir{position: relative;bottom: 0;}
.home2-t .cir span{width: 0.06rem;height: 0.06rem;opacity: 1;margin: 0 0.1rem;}
.home2-t .cir span.swiper-pagination-bullet-active{background: #fff;width: 0.38rem;border-radius: 0.025rem;}


@media screen and (min-width: 1200px){
    .home2-t li a:hover h3{color: #c21920;font-weight: bold;}
    .home2-t li a:hover::after{height: 100%;}

}
@media screen and (max-width:1024px){
 .home2{padding: .4rem 0;}
}
@media screen and (max-width:768px){
    .home2-t li{width: 49%;margin-bottom: 0.3rem;}
    .home2-t li a{padding: .2rem;}
    .home2-t li .date{width: 0.8rem;}
    .home2-t li .con{padding-left: 0.2rem;width: calc(100% - 0.8rem);}
    .home2-t li .date p{line-height: 0.35rem;}
    
}
@media screen and (max-width:420px){
    .home2-t li{width: 100%;margin-bottom: 0.25rem;}
}

/* home3 */
.home3{padding: 0.8rem 0 ;position: relative;overflow: hidden;z-index: 2;}
.home3::after{width: 80%;height: 100%;background: url(../images/hbg3.png) no-repeat bottom;left: auto;right: 0;background-size: 100%;}
.home3 .title{margin-bottom: 0.3rem;}
.home3 .title .tit{margin: 0;}
.home3 .title .h3{align-items: flex-end;}
.home3 .title h3.on{/* padding-top:.15rem; */}
.home3 .title h3{padding-right: 0.1rem;font-size: 0.3rem;align-items: flex-end;}
.home3 .title h3 span{color: #222;font-size: 0.3rem;}
.home3 .title h3 span:first-child{padding-left:.1rem;}
.home3 .title h3.on span{font-size: 0.42rem;}
.home3 .title h3.on .sp1{color: #c21920;}

.home3 .more a{display: none;}
.home3 .more a.on{display: block;}

.list-c li *{transition: 0.5s;}
.list-c li a{height: 0.7rem;border-bottom: 1px dashed #ddd;position: relative;z-index: 1;display: flex;align-items: center;}
.list-c li a::after{content: "";position: absolute;width: 0;height: 1px;background:#c21920;z-index: -1;left: 0rem;bottom: -1px;}
.list-c li h3{width: calc(100% - 1rem);padding: 0 0rem 0 0.15rem;font-size: 0.18rem;color: #333;}
.list-c li p{text-align: right;width: 1rem;font-size: 0.18rem;color: #333;white-space: nowrap;}
.h3-b ul{display: none;}
.h3-b ul:first-child{display: block;}
.list-c li h3::after{width: 0.07rem;height: 0.07rem;background: #c21920;bottom: auto;top: 50%;transform: translateY(-50%);}



@media screen and (min-width: 1200px){
    .list-c li a:hover::after{width: 100%;}
    .list-c li a:hover h3{color: #c21920;font-weight: bold;}
}
@media screen and (max-width:1200px){
    .home3 .title h3 span{font-size:.3rem;}
}
@media screen and (max-width:1024px){
    .home3{padding:.4rem 0;}
    .list-c{padding: .45rem 0 0 .2rem;}
    .list-c li a{height:.5rem;}
    .home3 .title h3 span{font-size:.24rem !important;}
}
@media screen and (max-width:768px){
   
    .home3 .title img{display: none;}
    .home3 .title h3{font-size: 0.2rem;line-height: 1.5;}
    .list-c{padding: 0;}
    .list-c li a{height:.5rem;}
    .home3 .title{padding-bottom:.3rem;}
    .home3 .more{bottom:0;top:auto;transform:translateY(0);}
}
/* home4 */
.home4{padding: .8rem 0;position: relative;background: url(../images/hbg4.jpg) no-repeat bottom/cover;}
.home4 .title h3 span,.home4 .more span{color: #fff;}

.home4-t ul{margin: 0 -0.3rem;}
.home4-t li{width: 33.3%;padding: 0 0.3rem;margin-bottom: 0.3rem;}
.home4-t li::after{width: 1px;border-right: 1px dashed #c21920;height: 70%;bottom: auto;left: auto;right: 0;top: 50%;transform: translateY(-50%);}
.home4-t li:nth-child(3n)::after{display: none;}

.home4-t li a{height: 1.2rem;align-items: center;border-top: 0.04rem solid #c21920;padding: 0.2rem 0.3rem;  box-shadow: 2.424px 4.373px 20px 0px rgba(0, 0, 0, 0.2);background: #fff;}
.home4-t li .con{width: calc(100% - 0.6rem);padding-right: 0.2rem;transition: 0.5s;}
.home4-t li .img{width: 0.6rem;height: 0.6rem;border-radius: 50%;border: 1px dashed #c21920;display: flex;align-items: center;justify-content: center;transition: 0.5s;}
.home4-t li .img img{width: 0.25rem;transition: 0.5s;}
.home4-t li .img2{display: none;}
.home4-t li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;max-height: 0.6rem\0;transition: 0.5s;}




@media screen and (min-width: 1200px){
    .home4-t li a:hover .img1{display: none;}
    .home4-t li a:hover .img2{display: block;}
    .home4-t li a:hover h3{color: #c21920;font-weight: bold;}
    .home4-t li a:hover .img{background: #c21920;}

}
@media screen and (max-width:1024px){
    .home4{padding:0.4rem 0;}
    .home4-t ul{margin: 0 -0.2rem;}
    .home4-t li{width: 33.3%;padding: 0 0.2rem;}
}
@media screen and (max-width:768px){
    .home4-t ul{margin: 0 -0.1rem;}
    .home4-t li{width: 48%;padding: 0 0.1rem;}
    .home4-t li::after{display: none;}
    .home4-t li a{padding:.15rem;height:1rem;}
    .home4-t li .con{width: calc(100% - 0.4rem);padding-right: 0.1rem;}
    .home4-t li .img{width: 0.4rem;height: 0.4rem;}
    .home4-t li .img img{width: 0.17rem;}
}
/* home5 */
.home5{width: 100%;padding: 0.8rem 0;}
.home5::after{width: 4.83rem;height: 3.2rem;background: url(../images/hbg5.png) no-repeat right;left: auto;right: 0;}

.h5-t{position: relative;}

.slide-hc {perspective: 1000px;touch-action: pan-y;padding: .28rem 0}
.slide-hc .swiper-slide ,.slide-hc,.slide-hc .swiper-wrapper{transform-style: preserve-3d;}

.slide-hc .swiper-slide-active{transform: translateX(0.1rem) translateZ(0px) rotateY(10deg)  scale(.9,.9);transition: .5s;transform: translateX(0px) translateZ(0px) rotateY(0deg)  scaleX(1)\0;}
.slide-hc .next2{transform: translateX(-0.1rem) translateZ(0px) rotateY(-10deg) scale(.9,.9);transition: .5s;transform: translateX(0px) translateZ(0px) rotateY(0deg)  scaleX(1)\0;}

.slide-hc .imged{padding-bottom: 57%;}
.slide-hc li{padding: 0.1rem;}
.slide-hc .swiper-slide-active+li{padding: 0;transform: scale(1.08,1);transform: scale(1,1)\0;}
.slide-hc li .con{height: 2.87rem;padding: 0.36rem .45rem;box-shadow: 2.424px 4.373px 0.15rem 0px rgba(0, 0, 0, 0.2);background: #fff;}

.slide-hc .swiper-slide-active+li .con{background: url(../images/h5bg.jpg) no-repeat bottom/cover;  box-shadow: 0px 3px 0.3rem 0px rgba(0, 0, 0, 0.4);border-bottom: 0.07rem solid #c21920;}
.slide-hc li h3{font-size: 0.23rem;color: #111;line-height: 0.38rem;max-height: 0.76rem\0;font-weight: bold;transition: 0.5s;}
.slide-hc li .line{width: 100%;height: 1px;background: #ddd;margin: 0.18rem 0;}
.slide-hc li h4{font-size: 0.18rem;color: #666;line-height: 0.3rem;max-height: 0.9rem\0;}


.h5-t .arror{width: 0.6rem;height: 0.6rem;border-radius: 50%;transition: 0.5s;left: -.9rem;margin-top: 0rem;border: 1px solid #c21920;transform: translateY(-50%);}
.h5-t .swiper-button-next{right: -.9rem;left: auto;}
.h5-t .arror::after{color: #c21920;font-size: 0.2rem;font-weight:bold;}
.h5-t .arror:hover{background: #c21920;}
.h5-t .arror:hover::after{color: #fff;}

@media screen and (min-width: 1200px){
    .h5-t li a:hover h3{color: #c21920;}
}

@media screen and (max-width:1200px){
    .h5-t{padding: 0 0.4rem;}
    .h5-t .arror{width: 0.4rem;height: 0.4rem;left: 0;}
    .h5-t .swiper-button-next{right: 0rem;left: auto;}
}
@media screen and (max-width:1024px){
    .slide-hc .swiper-slide-active{transform: translateX(0rem) translateZ(0px) rotateY(0deg)  scale(1,1);transition: .5s;transform: translateX(0px) translateZ(0px) rotateY(0deg)  scale(1,1)\0;}
    .slide-hc .next2{transform: translateX(0rem) translateZ(0px) rotateY(0deg) scale(1,1);transition: .5s;transform: translateX(0px) translateZ(0px) rotateY(0deg)  scale(1,1)\0;}
    .slide-hc li{padding: 0rem;}
    .slide-hc .swiper-slide-active+li{padding: 0;transform: scale(1,1);}
    .home5{padding: 0.4rem 0;}
}

@media screen and (max-width:768px){
    .slide-hc li .con{height: 2.5rem;padding: .2rem;}
    .slide-hc li h3{line-height: 1.6;}
    .slide-hc .swiper-slide-active+li .con{background: #fff;border-bottom: none;}
    .slide-hc{padding: 0;}
}

@media screen and (max-width:420px){
    .slide-hc li .con{height: 2.2rem;}
}
/* footer */
.footer{width: 100%;background: url(../images/fbg.jpg) no-repeat center/cover;}
.foot-t{padding: .35rem 0 .15rem;border-bottom: 1px solid rgba(255, 255, 255, 0.2);align-items: flex-start;justify-content: space-between;}
.foot-t .fot1{width: 80%;}
.foot-t .fot2{width: 1.5rem;}
.foot-t .fot1 li{margin-right: 0.3rem;margin-bottom: 0.2rem;}
.foot-t .fot1 li a{display: inline-block;line-height: 0.3rem;padding: 0 0.1rem;color: #fff;font-size: 0.15rem;border-top: 1px solid rgba(255, 255, 255, 0.1);border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.foot-t .fot1 li a::before{content: "";position: absolute;width: 0.11rem;height: 100%;background: url(../images/link-l.png) no-repeat;background-size: 100%;left: 0;bottom: 0;}
.foot-t .fot1 li a::after{width: 0.11rem;height: 100%;background: url(../images/link-r.png) no-repeat;background-size: 100%;left: auto;right: 0;bottom: 0;}

.foot-t .fot2 ul{justify-content:flex-end;}
.ul-iconsb1 li{margin-right: 0.3rem;}
.ul-iconsb1 li::after{width: .28rem;height: 1px;background: #fff;opacity: .2;left: 105%;bottom: auto;top: 50%;transform: translateY(-50%);}
.ul-iconsb1 li:first-child::before{content: "";position: absolute;width: .28rem;height: 1px;background: #fff;opacity: .2;right: 105%;top: 50%;transform: translateY(-50%);}

.ul-iconsb1 .con{position:relative;cursor:pointer;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible}
.ul-iconsb1 .icon img{width:0.37rem;height: .37rem;}
.ul-iconsb1 .qrbox{bottom: 100%;right: 0;/* transform:translateX(-50%); */opacity:0;visibility:hidden;margin-bottom: .15rem;transition: 0.5s;position: absolute;width: 1.2rem;z-index: 10;height: auto;}
.ul-iconsb1 .qrbox .qr{border-radius:0.03rem;padding: 0.1rem .1rem .1rem;background: #fff;text-align: center;}
.ul-iconsb1 .qrbox::before{content:"";/* width:0; */border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-bottom:.1rem solid #fff;bottom: -0.1rem;right: .15rem;transform: translateX(0%) rotateX(180deg);position: absolute;}
.ul-iconsb1 .qrbox .qr img{width: 100%;}
.ul-iconsb1 .qrbox .p{font-size: 0.14rem;overflow:hidden;text-align: center;margin-top: .1rem;line-height: 1.5;}


.foot {padding: .35rem 0;}
.foot p{font-size: 0.15rem;color: #fff;line-height: 0.32rem;}
.foot p a{display: inline-block;padding: 0 0.1rem;}

@media screen and (max-width:768px){
    .foot-t{padding: .25rem 0;}
   .foot-t .fot1{width: 100%;}
   .foot-t .fot2{width: 100%;}
   .foot-t .fot2 ul{justify-content:center;}
   .foot {padding: .15rem 0;}
}



@media screen and (min-width: 1200px){
    .foot-t li:hover{opacity: .8;}
}
@media screen and (max-width: 1600px){

}


@media screen and (max-width:1300px){
   
}

@media screen and (max-width:1200px){
    

}
@media screen and (max-width:1024px){
    .title{margin-bottom: .35rem;}
    .title h3{font-size: 0.3rem;}
    .swiper-box1 .swiper-pagination{bottom:.2rem;}
    .banner video{display: none;}
}
@media screen and (max-width:980px){

}
@media screen and (max-width:768px){
    .title{margin-bottom: .25rem !important;}
    .title h3{font-size: 0.24rem;}
    .title .tit{margin: 0;}
    .title .tit img{width: 0.3rem;}
    .txt1 { font-size: 0.18rem !important; }
    .p1 {line-height: 0.26rem !important;font-size: 0.16rem !important;}
    .swiper-box1 .imged{padding-bottom: 45%;}
}

@media screen and (max-width:600px){
   
}
@media screen and (max-width:420px){
  
}

@media(min-width: 200px){
[aos=zoom-in]{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
}
@media screen and (max-height:500px){
  .list_box_nav_mobile{max-height: calc(100% - 120px);padding-left: 0rem;}
}
