@charset "utf-8";

@font-face{ font-family:sy; src:url(../fonts/sySong.woff);}
@font-face{ font-family:mo; src:url(../fonts/mo.ttf);}
.header_box{z-index: 1000;width: 100%;position: fixed;top: 0;left: 0;}
.header_top{background: url(../images/head.png) no-repeat center/cover;}
.header_top .top{justify-content: space-between;height: 1.3rem;align-items: center;width: 100%;}
/* .header_box:before{content:"";position:absolute;height: 3rem;top: -1px;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;background: linear-gradient(180deg, rgba(20, 20, 20, 0.7) 0%, rgba(55, 55, 55, 0) 100%);z-index: -1;} */
.header_box.fixed:before{height: 100%;}
#logo{position: relative;display: flex;flex-wrap: wrap;}
.header_top #logo img{transition: .5s;max-width: 6.2rem;width: 6.2rem;}
.header_top #logo a:last-child{padding-left:.15rem;}
.list_box1{flex:1;display: flex;justify-content: flex-end;padding-left: 10%;}
.list_box1 .top-t{align-items: center;justify-content: flex-end;}

.list_box1 .li{padding: 0 0.2rem;}
.list_box1 .li:last-child{padding-right:0;}
.list_box1  a{color: rgba(255,255,255,1);font-size: 0.16rem;}
.list_box1 a img{display:inline-block;margin-right:.05rem;}
.list_box1 .ser .a{display:flex;align-items:center;justify-content: space-between;transition: .5s;position: relative;height: .44rem;width: 3.3rem;padding: 0 0.2rem;border-radius: 0.5rem;border:1px solid rgba(255, 255, 255, 0.6);border: 1px solid #D9D9D9;background: #FFFFFF;}
.list_box1 .li .input{width: calc(100% - .16rem);height: 100%;padding: 0 0.1rem 0 0rem;font-size: .12rem;color: #999;line-height: .3rem;}
.list_box1 .li .serbtn {
    width: 0.2rem;
    background: url(../images/ser.png) no-repeat left center;
    background-size: 0.2rem;
    height: 100%;
}
.list_box1 .li .input::-webkit-input-placeholder{ color:#999;}
.list_box1 .li .input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999; }
.list_box1 .li .input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
.list_box1 .li .input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#999;}


/* .banner #nav{position: absolute;bottom: 0;left: 0;} */
#nav{width: 100%;background: #950340;}
#nav ul{display: flex;justify-content: space-between;width: 100%;}
#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: .24rem;color:#fff;line-height: .55rem;position:relative;transition: .36s;display: inline-block;position: relative;}
/* #nav ul li h3:after{content:"";position:absolute;border-left:.1rem solid transparent;border-right:.1rem solid transparent;border-bottom:.1rem solid #950340;left:50%;top: 96%;transform:translateX(-50%);opacity:0;} */

#nav ul li .sub{position:absolute;top: 100%;background: rgba(136, 167, 200, 0.9);width: 150%;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: #950340; */}
#nav ul li .sub .box{padding: .2rem 0;text-align:center;/* display: flex; *//* justify-content: center; */}
#nav ul li .sub a{padding: .1rem .16rem;line-height: .28rem;transition:.6s;font-size: .16rem;color: #fff;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: rgba(255,255,255,.8);color: #950340;}
#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: #950340; */}
#nav ul li:hover h3::after{opacity: 1;}



/*手机端开始*/
.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: #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_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: #950340;}
#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: #950340;}
#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: #f2f2f2;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: #950340 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: #950340;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;padding: 0 .1rem;}
.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:hover .con{background:#950340;}
.list_box_nav_mobile>li:hover .con a{color:#fff;}

.list_box_nav_mobile>li:hover i{filter:brightness(100);}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding: .1rem;border-bottom: 1px solid rgba(255, 255, 255, 0.1);display:none;background: #950340;}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: #fff;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: 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 #950340;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.85rem;}
.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%;}
.swiper-box1 .imged::after{width: 100%;height: 15%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 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:.35rem;display: flex;align-items: center;justify-content: center;width: 100%;}
.swiper-box1 .cir span{margin: 0px .05rem !important;width: 0.5rem;height: 0.08rem;opacity: 1;background: #fff;background-size: 100% !important;border-radius: 0;}
.swiper-box1 .cir .swiper-pagination-bullet-active{background: #950340;}

/* home1 */

.title{margin-bottom: .45rem;align-items: center;position: relative;overflow: hidden;align-items: flex-start\0;}
.title h3{font-size: 0.32rem;line-height: 1.1;color: #353535;font-weight: bold;}
.title p{align-items: center;font-size: 0.14rem;color: #888888;line-height: .3rem;}
.title p span{color: #950340;display: inline-block;margin-right: .1rem;}
.title .h3{margin: 0 auto;/* text-align: center; */}
.more{position: absolute;right: 0rem;}
.more a{align-items: center;border-radius: 0;font-size: 0.18rem;transition: 0.5s;color: #999;font-family: Butler;}
.more img{display: inline-block;margin-right: -0.15rem;width: 0.43rem;}


.home1{width: 100%;padding: 0rem 0 1.25rem;overflow: hidden;}
.home1 .title{margin-bottom: 0.7rem;overflow: visible;}
.home1 .title .h3{align-items: center;margin: 0;height: 0.8rem;padding-left: .5rem;min-width: 5.3rem;}
.home1 .title h3,.home1 .title p,.home1 .title p span{color: #fff;}
.home1 .title p{padding-left:.2rem;}



 .infoarc16_17_t{position: relative;display: flex;justify-content:space-between}
 .infoarc16_17_l{width: 48%;position: relative;z-index: 10;}
 .infoarc16_17_r{width: 48%;padding-top: .6rem;}
 .infoarc16_17_l ul{width: calc(1.6rem + 100%);position: absolute;right: 0;}
 .infoarc16_17_l ul::after{width: 100%;background: url(../images/infoarc16_17_bg.png) no-repeat;background-size: 100% 100% !important;left: auto;right: 0;z-index: 1;}
 .infoarc16_17_l .imged{padding-bottom: 80%;}
 .infoarc16_17_l li{display: none;}
 .infoarc16_17_l li:first-child{display: block;}
 .infoarc16_17_r li{display: none;}
 .infoarc16_17_r li:first-child{display: block;}
 .infoarc16_17_r li h3{height: 0.8rem;align-items: center;font-size: 0.32rem;margin-bottom: 0.7rem;display: flex;width: 4.3rem;max-width: 100%;align-items: center;}
 .infoarc16_17_r li h3 span{font-weight: bold;line-height: 1.2 !important;color: #fff;}
 .infoarc16_17_r li h3 p{align-items: center;font-size: 0.14rem;color: #fff;padding-left: .2rem;}
 .infoarc16_17_r .title .h3::after{width: auto;right: -0.6rem;left: -0.7rem;background: #950340;border-radius: 0rem 0.5rem 0.5rem 0rem;background-size: 100% 100% !important;right: -.45rem;}

 .infoarc16_17_r li .p{margin-bottom: 1rem;}
 .infoarc16_17_r li .p p{font-size: 0.2rem;line-height: 0.36rem;color: #666666;max-height: 2.16rem;}


 .infoarc16_17_b{display: flex;justify-content: flex-end;position: relative;z-index: 10;}
 .infoarc16_17_b ul{width: 77%;display: flex;align-items: center;margin: 0 -0.1rem;position: relative;left: 1.7rem;}
 .infoarc16_17_b li{width: 25%;padding: 0 0.1rem;}
 .infoarc16_17_b li .pict{border: 0.1rem solid rgba(11, 99, 208, 0) ;}
 .infoarc16_17_b li.on .pict{border-color: rgba(149, 3, 64, 0.3);}
 .infoarc16_17_b li h3{text-align: center;margin-top: 0.1rem;font-size: 0.22rem;line-height: 0.26rem;color: #333333;}

@media screen and (min-width: 1025px) {

}
@media screen and (max-width: 1600px) {
   .infoarc16_17_l ul{width: calc(15px + 100%);}
}
@media screen and (max-width: 1024px) {
  .home1{padding: 0.4rem 0;}
    .infoarc16_17_b{justify-content:flex-start;}
   .infoarc16_17_l{width: 48%;display: none;}
   .infoarc16_17_r{width: 100%;padding: 0;}
   .infoarc16_17_b ul{width: 100%;left: auto;margin: 0;}
   .infoarc16_17_r li h3{height:0.45rem;font-size:0.22rem !important;/* line-height: 0.45rem; */margin-bottom: 0.1rem;}
   .infoarc16_17_b li{padding:0;}
   .infoarc16_17_r li .p{margin-bottom:0.3rem;}
   .infoarc16_17_tit h3::after{width: 1.3rem;height: 0.3rem;}
    .infoarc16_17_b li .pict{border: .05rem solid rgba(11, 99, 208, 0);}
}







/* home2 */
.home2{padding: 0.4rem 0 .8rem;overflow: hidden;background: url(../images/hbg2.png) no-repeat center/cover;}
.h2-s1 li a{align-items: center;}
.h2-s1 li a::after{width: auto;left: 3.5rem;right: 0;height: auto;

}
.h2-s1 li .scale{width: 3.5rem;}
.h2-s1 li .con{flex: 1;min-width: 0;padding: 0.5rem;background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.45) 100%);  box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.03);}
.h2-s1 li h3{align-items: baseline;margin-bottom: 0.24rem;display: flex;flex-wrap: wrap;}
.h2-s1 li h3 b{font-weight: 700;font-size: .36rem;color: #950340;}
.h2-s1 li h3 span{font-size: 0.22rem;font-weight: 500;color: #333;display: inline-block;padding: 0 0.15rem;}
.h2-s1 li h3 p{font-size: 0.18rem;color: #666666;line-height: 0.3rem;}
.h2-s1 li h4{margin-bottom: 0.1rem;font-size: 0.18rem;color: #666;line-height: 0.36rem;max-height: 0.72rem\0;}
.h2-s1 li h4 b{font-weight: 700;font-size: 0.18rem;color: #333;}
.h2-s1 li h5{align-items: center;justify-content: space-between;}
.h2-s1 li h5 span{width: 2.3rem;height: 0.7rem;display: flex;align-items: center;justify-content: center;color: #fff;font-weight: bold;background: url(../images/h2bg.png) no-repeat center/cover;font-size: 0.3rem;border-radius: 0.1rem;}
.h2-s1 li h5 p{width: 1.45rem;height: 0.45rem;display: flex;align-items: center;justify-content: center;color: #fff;border-radius: 0.45rem;background: #950340;font-size: 0.14rem;}
.h2-s1 li h5 p img{display: inline-block;margin-left: 0.1rem;}
.h2-s1 li .imged{padding-bottom: 140%;}
.home2-b{margin-top: 0.4rem;padding:0 .6rem;height: 1.9rem;}
.h2-s2{padding: 0 .65rem;}
.h2-s2 li a{padding: 0 0.25rem;display: block;}
.h2-s2 li a::after{width: 1px;height: 1.4rem;bottom: auto;top: 50%;transform: translateY(-50%);border-left: 1px dashed #000;opacity: .16;}
.h2-s2 li.slick-current a::after{opacity:0;}
.h2-s2 li .pis{padding: 0.15rem;border-radius: 50%;transition: 0.5s;}
.h2-s2 li .scale{border-radius: 50%;}
.h2-s2 li .imged{border-radius: 50%;padding-bottom: 100%;}
.h2-s2 li.slick-current .pis{background: #950340;padding: 0.05rem;}
.h2-s2 .slick-arrow{width: 0.5rem;height: 0.5rem;background-size:100% 100% !important;}
.h2-s2 .slick-prev{left: 0;background: url(../images/h2-prev.png) no-repeat;}
.h2-s2 .slick-next{right: 0;background: url(../images/h2-next.png) no-repeat;}
.h2-s2 .slick-arrow::before{display: none;}


@media screen and (max-width: 1024px) {
  .home2{padding: 0.3rem 0;}
  .home2-b{padding:0;}
}

@media screen and (max-width: 768px) {
  .h2-s1 li .scale{width: 2.5rem;}
  .h2-s1 li h3 b{font-size:.26rem;}
  .h2-s2 li .pis{padding:0 .05rem;}
 .h2-s1 li h5 span{width: 1.6rem;height: 0.45rem;font-size:.22rem;}
}
@media screen and (max-width: 600px) {
.h2-s1 li .scale{display:none}
.h2-s1 li .con{padding:.2rem;flex:none;width:100%;}
}

@media screen and (max-width: 420px) {
     .home2-b{height:1.4rem;}
}





/* home4 */
.home4{width: 100%;padding: .7rem 0 0.8rem;background: url(../images/hbg3.png) no-repeat center/cover;}
.home4 .title{border-left: 1px solid #ddd;padding-left: 0.35rem;width: 3.1rem;display: block;margin-top: .2rem;overflow: visible;padding-right: 1rem;}
.home4 .title::after{width: 0.04rem;height: 0.4rem;background: #950340;bottom: auto;top: 0;}
.home4 .title .h3{margin:0;}
.home4 .title h3{display:inline-block;}
.home4 .title h3::after{left: auto;right: -0.2rem;bottom: 0;width: 0.42rem;height: 0.42rem;background: url(../images/h4-c.png) no-repeat;background-size: 100% 100%;}
.home4 .more{position: relative;margin-top: 0rem;right:auto;display: flex;justify-content: flex-end;z-index:999;}
.more-t a{display: none;}
.more-t a.on{display: flex;}
.w-tab{position: relative;}
.w-tab .tab{width: 100%;top: 0;left: 0;position: absolute;opacity: 0;visibility: hidden;transition: 0.5s;}
.w-tab .tab.on{opacity: 1;visibility: visible;position: relative;z-index: 10;}

.title dt{margin-bottom: .65rem;font-size: 0.2rem;font-weight: 500;color: #999999;cursor: pointer;}
.title dt.on{color: #950340;}
.title dl{margin-top:.4rem;}

.h4-t{flex: 1;min-width: 0;position: relative;}
.h4-t .swiper-container{padding: 0.15rem 1px .15rem .05rem;}
.h4-t li{padding: 0.1rem 0 0.1rem;height:5.5rem;}
.h4-t li a{display: block;padding: 0.3rem 0.26rem 0;border: 1px solid #D4B5A8;}
.h4-t li::after{background: #FFFFFF;box-shadow: 0rem 0.02rem 0.06rem 0rem rgba(150, 19, 22, 0.23);opacity: 0;width: 100%;left: 0.1rem;bottom: -0rem;top: 0rem;height: auto;}

.h4-t li:first-child a::after{display: none;}
.h4-t li *{transition: 0.5s;}
.h4-t li .con{padding-top: 0.3rem;height: 2.2rem;}
.h4-t li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;max-height: 0.6rem\0;margin-bottom: 0.25rem;}
.h4-t li h4{font-size: 0.14rem;color: #999;line-height: 0.2rem;max-height: 0.6rem\0;display: none;margin-bottom: 0.3rem;}
.h4-t li .info{align-items: center;justify-content: space-between;}
.h4-t li .date p{font-size: 0.14rem;color: #D8D8D8;font-family: sy;margin-top: 0.1rem;}
.h4-t li .date span{font-size: 0.22rem;color: #D8D8D8;font-family: sy;}
.h4-t li h5 p{font-size: 0.14rem;color: #999;display: none;align-items: center;}
.h4-t li h5 p img{display: inline-block;margin-left: 0.1rem;width: 0.37rem;}
.h4-t li h5 i{display: inline-block;font-style: normal;width: 0.54rem;height: 0.54rem;}

.home4-t .arrow{align-items: center;margin-top: 0rem;position: absolute;bottom: 0;right: 13%;}
.home4-t .cir{position: relative;align-items: center;z-index:1;bottom: auto;top: auto;left: auto;width: 2.8rem;display: flex;}
.home4-t .cir:after{width:100%;height: 2px;content:"";position:absolute;left:0;bottom: 0%;background: #ddd;z-index: -1;}
.home4-t .cir span{flex: 1;height: 2px;border-radius: 0;opacity: 1;width: auto;background:none;}
.home4-t .cir span.swiper-pagination-bullet-active{background: #950340;}
.home4-t .arror{width: 0.5rem;height: 0.5rem;border-radius: 0%;margin: 0 0.1rem;position: relative;top: auto;left: auto;right: auto;transition: 0.5s;box-shadow: 0rem 0rem 0.11rem 0rem rgba(0, 0, 0, 0.15);border-radius: 50%;background: #fff;}
.home4-t .arror::after{color: #333;font-size: 0.16rem;font-weight: bold;display: none;}
.home4-t .arror:hover::after{display: none;}


@media screen and (min-width:1200px){
    .h4-t li:hover::after{opacity: 1;}
    .h4-t li:hover a h4{display: -webkit-box;display: block\0;}
    .h4-t li:hover a h5 p{display: flex;}
    .h4-t li:hover a h5 i{display: none;}
    .h4-t li:hover a h3{font-weight: bold;color: #950340;}
    .h4-t li:hover .con{height: 2.8rem;}
    
}

@media screen and (max-width:1024px){
  .home4{padding:.4rem 0;}
  .h4-t li{padding: 0rem 0 0;}
  .h4-t li a{display: block;padding: .2rem .2rem 0;}
  .h4-t li{height: auto;}
  .home4-t .arrow{position: relative;margin-top: 0.1rem;right: auto;}
}

@media screen and (max-width:768px){
    .home4-t .title{width:100%;padding: 0 0 0 .15rem;}
    .home4-t .cir{width:2rem;}
    .home4 .more{position: absolute;top: 0.25rem;margin-top: auto;right: 0;}
    .h4-t{flex: none;width: 100%;}
    .home4 .title dl{display: flex;width: 100%;justify-content: center;margin-top: 0.15rem;}
    .home4 .title dt{margin: 0 .1rem;}
   
}
  
/* home5 */
.home5{padding: 0.5rem 0rem;overflow: hidden;background: url(../images/hbg5.png) no-repeat center/cover;}

.home5-t li *{ transition: all 0.5s ease 0s; }
.home5-t { justify-content: space-between; }
.home5-t .left { width: 54%; }
.home5-t .right {width: 43%;overflow: hidden;}
.home5-t .left a { position: relative; display: block;padding-bottom: 0.15rem;}
.home5-t .left .imged { padding-bottom: 5.3rem;}
.home5-t .left .scale{width: 100%;}
.home5-t .left .box{justify-content: flex-end;}
.home5-t .left .con {padding: 0.2rem 0.45rem 0 0.35rem;position: relative;height: 1.84rem;background: linear-gradient(180deg, #FFF6FA 0%, #FFFFFF 100%);width: 85%;margin: -1rem 0 0px;z-index: 10;}
.home5-t .left .con::before{content: "";position: absolute;left: -0.1rem;bottom: -0.1rem;right: 0;height: 0.94rem;border-left: 1px solid #950340;border-bottom: 1px solid #950340;z-index: -1;}
.home5-t .left .con::after{left: auto;right: 0;bottom: -0.1rem;width: 0.7rem;height: 0.04rem;background: #950340;}
.home5-t .left .con .txt{flex: 1;min-width: 0;padding-left: 0.25rem;}
.home5-t .left .con p{font-size: 0.36rem;color: #333;margin-bottom: 0.1rem;font-weight: 600;text-align: center;font-family: Georgia;}
.home5-t .left .con span{display: inline-block;font-size: 0.14rem;color: #333;font-family: Georgia;}
.home5-t .left .con h3 { font-size: 0.2rem; color: #333; line-height: 0.32rem; transition: all 0.5s ease 0s;font-weight: bold;padding-bottom: 0.1rem;border-bottom: 1px solid rgba(244, 202, 220, 0.6);}
.home5-t .left .con h4{color: #999;font-size: 0.16rem;margin-top: 0.18rem;line-height: 0.24rem;max-height: 0.48rem;}


.home5-t .left .cir {bottom: .35rem;display: flex;align-items: center;width: auto;left: auto;right: 0.45rem;padding: 0 0.1rem;}
.home5-t .left .cir span {width: 0.08rem;height: 0.08rem;background: none;opacity: 1;border-radius: 50%;margin: 0 0.1rem !important;border: 1px solid #fff;}
.home5-t .left .cir span.on {background: #fff;}
.home5-t .left .cir::before{content: "";position: absolute;width: 0.31rem;height: 1px;background: #fff;right: 100%;bottom: 50%;}
.home5-t .left .cir::after{content: "";position: absolute;width: 0.31rem;height: 1px;background: #fff;left: 100%;bottom: 50%;}


.home5-t .right li *{transition: 0.5s;}
.home5-t .right li{transition: 0.5s;margin-bottom: .3rem;}
.home5-t .right li a {align-items: flex-start;/* padding: 0.4rem 0rem; */border: 1px solid rgba(0, 0, 0, 0);border-bottom: 1px solid #000;height: 100%;}
.home5-t .right li .scale{width: 2rem;}
.home5-t .right li .con{flex: 1;min-width: 0;position: relative;padding-left: 0.2rem;height: 1.3rem;padding-top: .2rem;}
.home5-t .right li p{font-size: 0.16rem;color: #999;margin-bottom: 0.1rem;align-items: center;font-family: Georgia;padding-left: 0.25rem;line-height: 0.25rem;background: url(../images/h5-t1.png) no-repeat left center/0.16rem;}

.home5-t .right li p img{display: inline-block;margin-right: 0.1rem;}
.home5-t .right li h3 {font-size: 0.18rem;color: #333;line-height: 0.3rem;font-weight: 400;max-height: 0.6rem;}
.home5-t .right li span{width: 60%;height: 0.24rem;display: block;position: absolute;left: 0;bottom: -0.12rem;padding: 0 0.2rem;opacity: 0;/* background: #fff; */}
.home5-t .right li span img{width: 0.24rem;}
.home5-t .right li span:after{width:100vw;height:1px;content:"";position:absolute;left:100%;bottom:50%;background: #950340;opacity: 0;}

@media screen and (min-width: 1200px) {
  .more a:hover{color: #950340;}
  .home5-t .right li a:hover{border: 1px solid #950340;border-bottom: 1px solid rgba(0,0,0,0);padding-right: .15rem;}
  .home5-t .right li a:hover h3{font-weight: bold;color: #950340;}
  .home5-t .right li a:hover span{opacity: 1;}
  .home5-t .right li a:hover span:after{opacity:1;}
  .home5-t .right li a:hover p{background: url(../images/h5-t2.png) no-repeat left center/0.16rem;color: #950340;}
  .home5-t .left a:hover h3{color: #950340;}
}
@media screen and (max-width: 1024px) {
  .home5 { padding: 0.4rem 0px; }
  .home5-t .left .con::before{border-left: none;}
}
@media screen and (max-width: 768px) {
  .home5 { padding: 0.4rem 0px 0.1rem; }
  .home5-t .left { width: 100%; margin: 0px; }
  .home5-t .right { width: 100%; margin-top: 0.3rem; }
  .home5-t .left .imged { padding-bottom: 60%; }
  .home5-t .left .con{padding:.25rem;height:2rem;width: 100%;}
  .home5 .title .h3{padding-left:0rem;margin: 0;}
  
  
}



/* footer */
.footer{width: 100%;background: #950340;}

.foot-b{padding: 0.44rem 0;justify-content: space-between;align-items: center;}

.foot-b .fot-1{width: 35%;}
.foot-b .fot-2{width:55%;align-items: center;}
.foot-b .fot-2 span{width: 1.4rem;height: 1.4rem;background: url(../images/lik.png) no-repeat;background-size: 100% 100%;display: flex;align-items: center;padding: 0 0.4rem;text-align: center;font-size: 0.26rem;color: #fff;line-height: 1.5;}
.foot-b .fot-2 ul{flex: 1;min-width: 0;padding-left: 0.4rem;justify-content: space-between;}

.foot-b .fot-2 li{margin-bottom: 0.25rem;width: 47%;}
.foot-b .fot-2 li a{font-size: 0.18rem;color: #fff;;line-height: 1.3;align-items: center;justify-content: space-between;padding-bottom: 0.15rem;border-bottom: 1px solid rgba(255,255,255,0.3);}

.foot{padding: 0.2rem 0;text-align: center;}
.foot p{font-size: 0.16rem;line-height: 1.5;color: #fff;opacity: .8;}
.foot p a{display: inline-block;padding: 0 0.15rem;}
.foot-b .fot-2 li a:hover{opacity:.8;}

.ul-iconsb1{margin-top: 0.3rem;}
.ul-iconsb1 li{padding-right: 0.2rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}
.ul-iconsb1 .icon img{max-width:0.39rem;max-height: .32rem;}
.ul-iconsb1 .qrbox{bottom: 100%;transform: translateY(-30%) translateX(-50%);opacity:0;visibility:hidden;margin-bottom: .15rem;transition: 0.5s;position: absolute;width: 1.2rem;z-index: 10;height: auto;z-index: 100;left: 50%;}
.ul-iconsb1 .qrbox .qr img{width: 100%;}
.ul-iconsb1 .qrbox .qr{padding: .05rem;background: #fff;text-align: center;border-radius: .1rem;}
.ul-iconsb1 .qrbox::before{content:"";border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-top:.1rem solid #fff;bottom: -0.1rem;transform: translateX(-50%);position: absolute;left: 50%;}
/* .ul-iconsb1 li:last-child .qrbox{left:auto;transform: translateX(0%) translateY(-30%);right: 0rem;}
.ul-iconsb1 li:last-child .qrbox::before{right: .2rem;left: auto;transform: translateX(0%);} */

.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}
@media screen and (max-width:1200px){
.foot-b .fot-2{width:65%;}
}
@media screen and (max-width:1024px){
   .foot-b{padding: 0.2rem 0;}
   .foot{padding: 0.15rem 0;}
   .foot-b .fot-2{width: 100%;text-align: center;margin-top: 0.2rem;}
}
@media screen and (max-width:768px){
   
    .foot-b .fot-1{width: 100%;text-align: center;}
   
    .foot-b .fot-1 img{width: 80%;}
    .foot-b .fot-2 ul{padding-left: 0.15rem;}
    .foot-b .fot-2 li{width: 49%;}
    .ul-iconsb1{justify-content: center;}
  .foot-b .fot-2 span{width:1rem;height:1rem;font-size:.22rem;padding:0 .2rem;}

}
@media screen and (max-width:600px){
   .foot-b .fot-2 li{width: 100%;}
}



@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;}
}

@media screen and (max-width:768px){
    .title{margin-bottom: .25rem !important;}
    .title h3 span{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%;}
    .title .h3{margin: 0;}
    .title h3 img{display: none;}
    .title p{font-size: 0.16rem;}
  
}

@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;}
}   