@charset "utf-8";

@font-face{ font-family:sy; src:url(../fonts/sySong.woff);}
@font-face{ font-family:hw; src:url(../fonts/STZHONGS.TTF);}
@font-face{ font-family:"PingFang SC"; src:url(../fonts/PingFang_SC_Regular_0.ttf);}

.header_box{z-index: 1000;width: 100%;position: fixed;top: 0;left: 0;}
.head-t{background: #a63535;}

.header_top{background: #fff; box-shadow: 0rem 0.03rem 0.21rem 0px rgba(177, 143, 143, 0.5);}
.header_top .top{justify-content: space-between;height: 1.1rem;align-items: center;width: 100%;}
#logo{position: relative;}
.header_top #logo img{transition: .5s;max-width: 3.25rem;width: 3.25rem;}
.list_box1{display: flex;justify-content: flex-end;height: 0.4rem;align-items: center;flex: 1;padding-left: 15%;}
.list_box1 .li{padding: 0 0.13rem;position: relative;display: flex;}
.list_box1 .li:last-child{/* padding-right:0; */}
.list_box1 .li::after{content: "";position: absolute;width: 1px;height: 0.15rem;background: #fff;opacity: .5;right: 0;top: 50%;transform: translateY(-50%);}
.list_box1  a{color: rgba(255,255,255,.7);font-size: 0.14rem;}
.list_box1 a img{display:inline-block;margin-right:.05rem;}

.select h2{font-size: 0.14rem;height: 0.3rem;align-items: center;justify-content: space-between;opacity: .7;}
.select h2 p{color: #fff;padding-right: .1rem;}
.select h2 p img{display: inline-block;margin-left: 0.05rem;width: 0.1rem;}

.select ul {
    background: #f8f8f8;
    position: absolute;
    width: 140%;
    left: -20%;
    right: 0;
    padding: 0.15rem 0rem;
    z-index: 5;
    top: 100%;
    display: none;
    overflow-y: auto;
}


.select li{font-size: 0.16rem;line-height: 0.32rem;color: #333;transition:0.5s;padding: 0 .05rem;text-align: center;}
.select li a{color: #333;}
.select h2 img{width: 0.1rem;}
.select li:hover{background:#BB1A1A;color:#fff;}
.select li:hover a{color: #fff;}
.ser{padding-left: 0.35rem;}
.ser .a{display:flex;align-items:center;justify-content: space-between;transition: .5s;position: relative;height: .36rem;width: 1.2rem;padding: 0 0.1rem;border-radius: 0.18rem;background: #e3e3e3;}
.ser .input{width: calc(100% - .16rem);height: 100%;padding: 0 0.1rem 0 0rem;font-size: .16rem;color: #333333;line-height: .3rem;}
.ser .serbtn {
    width: 0.16rem;
    background: url(../images/ser.png) no-repeat left center;
    background-size: 0.16rem;
    height: 100%;
}
.ser .input::-webkit-input-placeholder{ color:#333;}
.ser .input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#333; }
.ser .input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#333;}
.ser .input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#333;}


/* .banner #nav{position: absolute;bottom: 0;left: 0;} */
#nav{width: 100%;position: relative;/* max-width: 9rem; */align-items: center;flex: 1;justify-content: flex-end;}
#nav ul{display: flex;justify-content: space-between;flex: 1;min-width: 0;/*max-width: 6rem;*/}
#nav ul li{z-index:0;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:#333;line-height: .55rem;position:relative;transition: .36s;}

#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);overflow: hidden;z-index: 1000;}
#nav ul li .sub:after{content: '';height: .02rem;width: 100%;position: absolute;left: 0;top: 0;background: #ad1614;}
#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: #ad1614;color: #fff;}
#nav ul li:hover .sub{opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#nav ul li.on h3,#nav ul li:hover h3{font-weight: bold;/* color: #ad1614; */}
#nav ul li.on h3::after,#nav ul li:hover h3::after{opacity: 1;}

/*手机端开始*/
.m_header_box {transition: .6s;display: none;position: relative;z-index: 10000;}
.m_header_box header{padding: 0 0 0 0.15rem;height: .7rem;background: #fff;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: #ad1614;}
#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: #ad1614;}
#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: 9999;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: #ad1614 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: #ad1614;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: 32vh; /*max-height: calc(100% - 110px);*//* 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 .header-search{height:40px;border-radius:20px;background: aliceblue;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% - 0px);border: 1px solid #ad1614;}
.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 #ad1614;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;padding-top: 1.1rem;}
.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: 38%;}
.swiper-box1 .imged::after{width: 100%;height: 15%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(84, 103, 97, 0) 100%, rgba(255, 255, 255, 0) 100%);}
.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 .cir{bottom:.5rem;display: flex;align-items: center;justify-content: center;width: 100%;}

/* home1 */
.homea{padding: 2.4rem 0 1rem;width: 100%;overflow:hidden;}
.homea::after{width: 3.7rem;height: 1.5rem;background: url(../images/h1bg.png) no-repeat;background-size: 100%;left: auto;right: 5%;bottom: 30%;}
.title{margin-bottom: .4rem;align-items: center;position: relative;display: flex;flex-wrap: wrap;justify-content: space-between;}
.title h3 {font-size: 0.3rem;color: #333;padding-bottom: 0.2rem;font-weight: 600;}
.title h3::after{width: 40%;height: 2px;background: #a63535;}
.more a{align-items: center;border-radius: 0;width: 1.1rem;height: 0.34rem;justify-content: center;background: url(../images/more.png) no-repeat;background-size: 100% 100%!important;font-size: 0.16rem;color: #ad1614;/* font-family: sy; */display: flex;font-weight: 600;line-height: .34rem;}
.homea .title{margin-bottom: 0.25rem;}
.more a:hover{color:#dcc49b}
/*  */
.homea-t{justify-content: space-between;}
.homea-t .left{width: 50%;padding-right: 0.2rem;border-right: 1px solid #E1E1E1;}
.homea-t .right{width: 48%;}
.homea-t .ha-1 li .imged{padding-bottom: 4.6rem;}
.homea-t .ha-1 li a{display: block;position: relative;}
.homea-t .ha-1 li .con{position: absolute;bottom: 0rem;left: 0rem;width: 100%;padding: 0rem 0.2rem 0.15rem;z-index: 1;width: 80%;}
.homea-t .ha-1 li p{font-size: 0.18rem;color: #fff;padding-bottom: 0.1rem;font-family: Arial;margin-bottom: 0.1rem;}
.homea-t .ha-1 li p::after{width: 0.42rem;height: 2px;background: #BB1A1A;}
.homea-t .ha-1 li h3{color: #fff;font-size: 0.2rem;}
.homea-t .ha-1 .cir{width: auto;align-items: center;left: auto;right: 0.2rem;bottom: 0.15rem;display: flex;}
.homea-t .ha-1 .cir span{width: 0.06rem;height: 0.06rem;border-radius: 50%;opacity: 1;background: #fff;margin: 0 0.05rem !important;}
.homea-t .ha-1 .cir span.on{width: 0.11rem;height: 0.11rem;background: url(../images/cir1.png) no-repeat;background-size: 100%;}
.homea-t .ha-1 li .imged::after{width: 100%;height: 30%;background: linear-gradient( 180deg, rgba(0,0,0,0) 11%, rgba(0,0,0,1));}


.list1{margin-top: 0.3rem;border-top: 1px solid #E1E1E1;}
.list1 li a{padding: 0.2rem 0;align-items: center;display: block;}
.list1 li h3{font-size: 0.18rem;color: #333;padding-left: 0.15rem;border-left: 1px solid #ad1614;line-height: 1.3;}
.homea-t .right dl{border-bottom: 1px solid #E1E1E1;justify-content: space-between;}
.homea-t .right dt{cursor: pointer;padding-bottom: 0.2rem;font-size: 0.24rem;color: #333;font-weight: 500;}
.homea-t .right dt::after{width: 100%;height: 2px;bottom: -1px;background: #ad1614;opacity: 0;}
.homea-t .right dt.on{color: #ad1614;}
.homea-t .right dt.on::after{opacity: 1;}
.homea-t .right ul{display: none;}
.homea-t .right ul:first-child{display: block;}
.homea-t .right li a{height: 1.1rem;align-items: center;border-bottom: 1px solid #E1E1E1;}
.homea-t .right li a::after{height: 1px;bottom: -1px;background: #ad1614;}
.homea-t .right li .date{align-items: baseline;}
.homea-t .right li .con{flex: 1;min-width: 0;padding-left: 0.2rem;}
.homea-t .right li span{font-family: hw;font-size: 0.36rem;color: #ad1614;display: inline-block;padding-right: 0.05rem;}
.homea-t .right li i{display: inline-block;font-style: normal;color: #ad1614;opacity: .2;}
.homea-t .right li p{font-family: hw;font-size: 0.2rem;color: #ad1614;padding-left: .05rem;}
.homea-t .right li h3{font-size: 0.2rem;color: #333;line-height: 0.26rem;max-height: 0.52rem\0;}


@media screen and (min-width: 1200px) {
    .homea-t li a:hover h3{color: #ad1614;font-weight: bold;}
    .homea-t .right li a:hover::after{width: 100%;}
}

@media screen and (max-width: 1200px) {
    .homea{padding: 0.4rem 0;}
}

@media screen and (max-width:768px) {
    .homea-t .left{width: 100%;padding-right: 0rem;border-right:none;}
    .homea-t .right{width: 100%;margin-top: 15px;}
    .homea-t .ha-1 li .imged{padding-bottom: 60%;}
}


/* home2 */
.home2{padding: 0rem 0 1rem;overflow: hidden;}
.home2-t{justify-content: space-between;}
.home2-t .left{width: 50%;padding-right: 0.35rem;border-right: 1px solid #E1E1E1;}
.home2-t .right{width: 48%;}
.home2-t li *{transition: 0.5s;}
.home2-t .left li a{padding: 0.36rem 0;border-bottom: 1px solid #ddd;display: block;}
.home2-t .left li a::after{height: 1px;bottom: -1px;background: #ad1614;}
.home2-t .left li h3{font-size: 0.2rem;line-height: 0.3rem;color: #333;}
.home2-t .left li span{color: #ad1614;display: inline-block;padding-right: 0.1rem;}
.h2-t{background: #fff;box-shadow: 0rem 0.03rem 0.21rem 0rem rgba(177, 143, 143, 0.5);}
.h2-t .cir{width: auto;align-items: center;left: auto;right: 0.2rem;bottom: 0.15rem;}
.h2-t .cir span{width: 0.06rem;height: 0.06rem;border-radius: 50%;opacity: 1;background: #fff;margin: 0 0.05rem !important;}
.h2-t .cir span.on{width: 0.11rem;height: 0.11rem;background: url(../images/cir1.png) no-repeat;background-size: 100%;}
.h2-t ul{padding: 0.3rem 0.3rem;}
.h2-t li a{display: block;padding: 0.13rem 0;}
.h2-t li h3{font-size: 0.2rem;color: #333;}
.h2-t .imged{padding-bottom:3.15rem;}


@media screen and (min-width: 1200px){
    .home2-t .left li a:hover::after{width: 100%;padding:0;}
    .home2-t li a:hover h3{font-weight: bold;color: #ad1614;}
}
@media screen and (max-width:1024px){
     .home2{padding: 0rem 0 0.4rem;}
    
}
@media screen and (max-width:768px){
    .home2-t .left{width: 100%;border-right: none;}
    .home2-t .right{width: 100%;margin-top: 0.3rem;}
    .h2-t .imged{padding-bottom:55%;}
}
@media screen and (max-width:420px){
   
}
/* home3 */
.home3{padding: 0rem 0rem .85rem;overflow: hidden;}
.home3-t{position: relative;padding-top:.85rem;border-top: .06rem solid #dcc49b;}
.home3-t li .imged{padding-bottom: 50%;}
.home3 .arrow{align-items: center;padding-right: 0.25rem;}
.home3 .arror{width: 0.56rem;height: 0.56rem;margin: 0 .05rem;position: relative;top: auto;left: auto;right: auto;}
.home3 .arror::after{display: none;}
.home3 .title{margin-bottom: 0.1rem;align-items: flex-start;}
.home3 .more{align-items: center;margin-top: -0.25rem;}
.home3 .arror img{width:100%;}
.h3-t{margin-top: -0.2rem;}
.home3-t li{padding: 0.45rem 0;}
.home3-t li a{display: block;position: relative;height: 5.24rem;background: #ad1614}
.home3-t li::after{width: 85%;background: linear-gradient( 180deg, rgb(247,184,141) 11%, rgba(248,229,213,.5) 78%);height: 80%;bottom: -.45rem;}
.home3-t li.swiper-slide-active+li a{background: url(../images/h3bg1.jpg) no-repeat bottom/cover;}
.home3-t li.swiper-slide-active+li+li+li a{background: url(../images/h3bg2.jpg) no-repeat bottom/cover;}
.home3-t li.swiper-slide-active+li::after,.home3-t li.swiper-slide-active+li+li+li::after{bottom: auto;top: -.45rem;left: auto;right: 0;background: linear-gradient( 0deg, rgb(247,184,141) 11%, rgba(248,229,213,.5) 78%);}
.home3-t li .con{padding: 0.35rem 0.35rem;}
.home3-t li p{font-size: 0.18rem;color: #e3ca9b;font-weight: 600;}
.home3-t li h3{font-size: 0.2rem;color: #fff;line-height: 0.3rem;max-height: 0.6rem\0;margin: 0.15rem 0 1rem;transition: 0.5s;font-weight: 600;}
.home3-t li span{width: 0.28rem;}
.home3-t li.swiper-slide-active+li,.home3-t li.swiper-slide-active+li+li+li{margin-top: 0.6rem;}
.home3-t li.swiper-slide-active+li p,.home3-t li.swiper-slide-active+li+li+li p{color: #fff;}

@media screen and (min-width:1200px){
    .home3-t li a:hover h3{transform: translateX(.1rem);}
}
@media screen and (max-width:1024px){
     .home3{padding: 0rem 0 .4rem;}
 

}
@media screen and (max-width:768px){
    
}

@media screen and (max-width:420px){
 
}




/* home4 */
.set{position:relative;z-index:2;}
.set .bg{width: 100%;position: absolute;left: 0;top: 0;}
.set .bg img{width: 100%;}
.home4{width: 100%;padding: 0rem 0 1.1rem;position: relative;}
.home4 .font{z-index:10;width: 100%;height: 100%;}
.home4 .font p{position: absolute;}
.home4 .font p:nth-child(1){left: 30%;top: 0;width:1.7rem;}
.home4 .font p:nth-child(2){right: 15%;top: 7%;width:2.67rem;}
.home4 .font p:nth-child(3){right: 28%;top: 26%;width:2.03rem;}
.home4 .font p:nth-child(4){left: 3%;bottom: 10%;width:3.02rem;}
.home4 .font p:nth-child(5){right: 15%;bottom: 0;width:2.59rem;}
.home4 .title{margin-bottom:.55rem;}

.home4-t .left{width: 4.6rem;padding-left: 0.4rem;}
.home4-t .right{flex: 1;min-width: 0;padding-left: 1rem;}
.h4-t1 li a{display: block;height: 2.6rem;background: url(../images/h4-line.png) no-repeat bottom;background-size: 100%;margin-bottom: 0.2rem;}
.h4-t1 li h3{font-size: 0.36rem;font-family: sy;color: #13808d;margin-bottom: 0.3rem;}
.h4-t1 li p{font-size: 0.2rem;color: #333;line-height: 0.34rem;max-height: 1.36rem\0;}
.h4-t2 li a{padding: 0.15rem 0;display: block;}
.h4-t2 li p{font-size: 0.18rem;color: #d7a658;font-weight: 500;margin-bottom: 0.1rem;}
.h4-t2 li h3{font-size: 0.2rem;color: #333;line-height: 0.34rem;}
.home4-t .left .imged{padding-bottom: 125%;}
.home4-t .left a:hover .imged{transform: scale(1);}
@media screen and (min-width:1200px){
    .h4-t2 li a:hover h3{color: #ad1614;}

}

@media screen and (max-width:1024px){
  .home4{padding:0rem 0 0.4rem;}
  .home4 .font{transform: scale(.75);display: none;}
  .h4-t1 li h3{font-size: 0.3rem;}
}

@media screen and (max-width:768px){
    .h4-t1 li h3{font-size: 0.24rem;}
    .home4 .font{transform: scale(.6);}
    .home4-t .left{width: 3.4rem;padding-left: 0rem;margin: 0 auto;}
    .home4-t .right{flex: none;min-width: 0;padding-left: 0rem;width: 100%;margin-top: 0.3rem;}
    .h4-t1 li a{height:auto;padding-bottom:.2rem;}
}
/* h5 */
.home5{width:100%;position:relative;z-index:10;}
.home5-t{justify-content: space-between;}
.home5-t .left{width: 44%;}
.home5-t .right{width: 53%;}
.home5-t .left ul{padding: 0.5rem 0.4rem;background: url(../images/h5bg1.png) no-repeat;background-size: 100% 100%;border-bottom: 0.05rem solid #dcc49b;}
.home5-t .left .imged{padding-bottom: 2.84rem;}
.home5-t .left .con{padding:0.25rem 0 0.1rem}
.home5-t .left h3{color: #fff;font-weight: 600;font-size: 0.22rem;line-height: 0.35rem;max-height: 0.7rem\0;margin-bottom: 0.2rem;transition: 0.5s;}
.home5-t .left h4{color: #fff;font-size: 0.18rem;line-height: 0.35rem;max-height: 0.7rem\0;opacity: .5;}
.home5-t .right li a{padding: 0.26rem 0;display: block;border-bottom: 1px solid #ddd;}
.home5-t .right li a::after{height: 1px;bottom: -1px;background: #ad1614;}
.home5-t .right li p{font-size: 0.18rem;color: #d7a658;font-weight: 500;margin-bottom: 0.15rem;}
.home5-t .right li h3{font-size: 0.2rem;color: #333;line-height: 0.34rem;transition: 0.55s;font-weight: 500;}


@media screen and (min-width:1200px){
    .home5-t .right li a:hover::after{width: 100%;}
    .home5-t .right li a:hover h3{color: #ad1614;}
    .home5-t .left a:hover h3{transform: translateX(0.1rem);}
}

@media screen and (max-width:1024px){
  .home5{padding:0rem 0 0rem;}
}

@media screen and (max-width:768px){
    .home5-t .left{width: 100%;}
    .home5-t .right{width: 100%;margin-top: 0.3rem;}
}
/* h6 */
.home6{width: 100%;padding: 0.9rem 0 1.8rem;}
.home6::before{content: "";position: absolute;width: 55%;height: 7.29rem;background: url(../images/hbg6.png) no-repeat;background-size: 100%;right: 0;top: -0.85rem;z-index: -1;}
.home6::after{width: 30%;height: 5.87rem;background: url(../images/h6bg1.png) no-repeat;background-size: 100%;bottom: -1.7rem;}
.home6 .title{margin-bottom:.56rem;}
.home6-t .left{width: 65%;}
.home6-t .right{width: 35%;padding-left: 0.2rem;}
.home6-t .left li .imged{padding-bottom: 6.4rem;}
.home6-t .left li .imged::after{width: 0.77rem;height: 0.77rem;background: url(../images/bf.png) no-repeat;background-size: 100% 100%;left: 50%;bottom: auto;top: 50%;transform: translate(-50%,-50%);}
.h6-t a{height: 3.29rem;background: url(../images/h6bg.jpg) no-repeat;background-size: 100% 100%;padding: 0.65rem 0.35rem;margin-bottom: 0.2rem;display: block;}
.h6-t h3{color: #fff;font-size: 0.24rem;line-height: 0.26rem;}
.h6-t p{font-size: 0.18rem;color: #fff;line-height: 0.26rem;opacity: .5;margin: 0.15rem 0 1rem;}
.home6-t .right li .imged{padding-bottom: 2.9rem;}
.home6-t .right li .imged::after{width: 100%;height: 30%;background: linear-gradient( 180deg, rgba(0,0,0,0) 11%, rgba(0,0,0,.5));}
.home6-t .right .cir{width: auto;align-items: center;left: auto;right: 0.2rem;bottom: 0.15rem;display: flex;}
.home6-t .right .cir span{width: 0.06rem;height: 0.06rem;border-radius: 50%;opacity: 1;background: #fff;margin: 0 0.05rem !important;}
.home6-t .right .cir span.on{width: 0.11rem;height: 0.11rem;background: url(../images/cir1.png) no-repeat;background-size: 100%;}

@media screen and (max-width:1024px){
    .home6{padding:0.4rem 0 0rem;}
}
 @media screen and (max-width:768px){
    .home6-t .left{width: 100%;}
    .home6-t .right{width: 100%;margin-top: 0.3rem;padding-left: 0;}
    .home6-t .left li .imged{padding-bottom:65%;}
    .home6-t .right li .imged{padding-bottom: 55%;}
}

/* footer */
.footer{width: 100%;background:#faedda;z-index: 10;position: relative;}
.foot-t{padding: .21rem 0 0.2rem;border-bottom: 1px solid #ad1614;}
.foot-t ul{justify-content: center;}
.foot-t li a{font-size: 0.18rem;color: #333;line-height: 1.3;padding: 0 0.25rem;}
.foot-t li a::after{width: 1px;height: 0.15rem;left: auto;right: 0;bottom: auto;top: 50%;transform: translateY(-50%);background: #ad1614;}
.foot-t li:last-child a::after{display: none;}
.foot-b{padding: 0.45rem 0;text-align: center;}
.foot{padding: 0.2rem 0;text-align: center;background: #eddabe;}
.foot p{font-size: 0.15rem;line-height: 1.5;color: #333;}
.foot p a{display: inline-block;padding: 0 0.1rem;}
.foot-t li a:hover{color: #ad1614;}


@media screen and (max-width:1024px){
   .foot-t{padding: .15rem 0;}
   .foot-b{padding: 0.2rem 0;}
}
@media screen and (max-width:768px){
    .foot-t ul{justify-content: center;}
}
@media screen and (max-width:440px){
   
}



@media screen and (max-width: 1600px){
 #nav ul li h3{padding:0 .1rem;}
}


@media screen and (max-width:1300px){
   .list_box1 .ser{padding-left:.5rem;}
   .header_top #logo img{max-width:5rem;}
  
}

@media screen and (max-width:1200px){
    .main-visual-wrapper{padding-top: 0;}

}
@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;}
    .swiper-box1 .cir span:last-child::after,.swiper-box1 .cir span:nth-child(1)::before{width: .5rem;}
}

@media screen and (max-width:768px){
    .title{margin-bottom: .25rem !important;}
    .title h3 b{font-size: 0.26rem;margin:0;padding: 0;}
    .txt1 { font-size: 0.2rem !important; }
    .p1 {font-size: 0.16rem !important;}
    .swiper-box1 .imged{padding-bottom: 35%;height: 2rem;}
    .title .h3{margin: 0;}
    .title span{font-size: 0.16rem !important;}
}

@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: 32vh; /*max-height: calc(100% - 120px);*/padding-left: 0rem;;}
}    