@charset "utf-8";

@font-face{ font-family:sy; src:url(../fonts/sySong.woff);}
@font-face{ font-family:Philosopher; src:url(../fonts/PHILOSOPHER-BOLD.TTF);}

.header_box_li { position: relative; z-index: 1; }
.header_box {position: fixed;z-index: 1000;width: 100%;}
#header {width: 100%;transition: all 0.36s ease 0s;border-top: 0.06rem solid #c9141e;}
.header_box_li #header::before {content: "";position: absolute;height: 1.2rem;top: -0.01rem;left: 0px;right: 0px;transition: all 0.2s ease 0s;opacity: 1;visibility: visible;pointer-events: none;background: linear-gradient(180deg, rgba(0,0,0,.6) 0%, rgba(9, 38, 124, 0) 100%);z-index: -1;}

.fixed #header {background: #c9141e}
.fixed #header::before {height: 100%;}
/* #header.xg .wp {height: 1.2rem;} */
#header .right {padding-left: 5%;flex: 1;display: flex;flex-direction: column;align-items: flex-end;position: relative;padding-top: .12rem;}
.list_box0 {display: flex;align-items: center;justify-content: flex-end;}
.list_box0 .li {font-size: 0.16rem;color: rgba(255, 255, 255,1);transition: all 0.6s ease 0s;position: relative;display: flex;align-items: center;}
.list_box0 .li:hover a{ opacity: .7;}
.list_box0 .li a {align-items: center;display: flex;padding: 0px 0.15rem;}
.list_box0 .li:last-child a {padding-right: 0px;border-right: none;font-size: 0;}
.header_box .wp {height: 1.2rem;position: relative;display: flex;justify-content: space-between;transition: all 0.5s ease 0s;align-items: center;}

.header_box #logo img {width: 5rem;display: block;}
#nav {width: 100%;}
#nav ul {display: flex;justify-content: space-between;width: 100%;}
#nav ul li { z-index: 0; height: 100%; position: relative; }
#nav ul li a { display: block; padding: 0px; position: relative; z-index: 2; }
#nav ul li h3 {font-size: 0.22rem;color: rgb(255, 255, 255);line-height: 0.65rem;position: relative;transition: all 0.36s ease 0s;border-bottom: 1px solid transparent;}
#nav ul li h3::after {content: "";position: absolute;left: -0.1rem;width: 0.26rem;height: 0.26rem;opacity: 0;}

#nav ul li .sub {position: absolute;top: 100%;background: rgb(255, 255, 255);width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility: hidden;opacity: 0;transition: all 0.5s ease 0s;transform-origin: center top;box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0.1rem;min-width: 1.6rem;}
#nav ul li .sub::after { content: ""; position: absolute; left: 50%; bottom:100%; transform: translateX(-50%);border-left: 0.1rem solid transparent;border-right: 0.1rem solid transparent;border-bottom: 0.1rem solid #fff;}
#nav ul li .sub .box {padding: 0.14rem 0.18rem .07rem;text-align: center;}
#nav ul li .sub a {padding: 0.1rem 0.05rem;line-height: 0.28rem;transition: all 0.6s ease 0s;font-size: 0.16rem;color: #343434;text-align: center;min-width: 1rem;border-bottom: 1px solid #ddd;font-weight: 500;}
#nav ul li .sub a:last-child{border-bottom:none;}
#nav ul li .sub a:hover {color: #c9141e;border-bottom: 1px solid #c9141e;font-weight: 600;}
#nav ul li:hover .sub { opacity: 1; visibility: visible; transform: translateX(-50%) scaleY(1); }
#nav ul li.on h3::after,#nav ul li:hover .home3::after{ opacity: 1;}
#nav ul li.on h3,#nav ul li:hover h3{border-color: #fff;}


/*手机端开始*/
.m_header_box {transition: .6s;display: none;position: relative;z-index: 105;}
.m_header_box header{padding: 0 0 0 0.15rem;height: .7rem;background: #c9141e;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;opacity: 0;}
#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: #c9141e;}
#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: #c9141e;}
#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: 100;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 70px 20px 10px;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: block;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #f7f7f7;background-size:cover;opacity: 0;visibility: hidden;overflow-x: hidden;overflow-y: auto;}
#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: #c9141e url(../images/submit.svg) center no-repeat; background-size: .28rem;}
#m_nav .list_box0{text-align:center;width: 100%;justify-content: flex-start;margin: .2rem 0 0;flex-wrap: wrap;height: 0.4rem;}
#m_nav .list_box0 .li{text-align: left;color: #c9141e;margin: 0 .12rem 0.15rem 0;font-size: 14px;padding: 0;min-width: 1rem;}
.list_box_nav_mobile{width:100%;/* max-height: calc(100% - 120px); *//* 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: rgb(255 255 255);position:relative;width: 90%;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 #c9141e;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消失-结束 */
/* pc搜索 */
.search_btn { cursor: pointer; }
.search-dialog-box { position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; z-index: 1000000; opacity: 0; visibility: hidden; transition: all 0.6s ease 0s; }
.search-dialog-box::before { content: ""; position: absolute; top: 0px; height: 0px; background: #c9141e; transition: all 0.6s ease 0s; left: 0px; right: 0px; z-index: 1; opacity: 0.9; }
.search-dialog-box.on::before { height: 100%; display: none; }
.search-dialog-box .bubbles-bg { opacity: 0; visibility: hidden; display: none; }
.search-dialog-box .search-bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 0px; margin: 0px; background:  0% 0% / cover no-repeat rgba(0, 0, 0, 0.7); transform-origin: center center; transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.search-dialog-box .wrap-inner { transform: translateY(100%); transition: all 0.6s ease 0s; }
.search-dialog { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; }
.search-dialog .search-tit { font-size: 0.44rem; line-height: 0.56rem; color: rgb(255, 255, 255); text-align: center; overflow: hidden; display: none; }
.search-dialog .search-inner { overflow: hidden; margin-top: 0px; }
.search-dialog .search-input { width: 8rem; margin: 0px auto; background-color: rgba(255, 255, 255, 0.1); box-sizing: border-box; transition: all 0.3s ease 0s; max-width: 94%; }
.search-dialog .search-input input[type="text"] {float: left;height: 0.7rem;width: calc(100% - 1rem);background-color: rgb(255, 255, 255);font-size: 0.2rem;line-height: 0.08rem;color: #666;transition: all 0.3s ease 0s;padding: 0px 0.2rem;}
.search-dialog .search-input input[type="submit"], .search-dialog .search-input .clear-btn {float: right;height: 0.7rem;width: 1rem;}
.search-dialog .search-input input[type="submit"] {background-color: #c9141e;background-repeat: no-repeat;background-position: center center;background-size: 0.4rem;background-image: url("../images/search-btn.svg");font-size: .2rem;color: #fff;}
.search-dialog .search-input .clear-btn { background-color: rgba(0, 0, 0, 0.2); background-repeat: no-repeat; background-position: center center; background-image: url("../images/close-btn.svg"); background-size: 0.56rem; border-radius: 100%; margin-right: 0.16rem; display: none; }
.search-dialog .search-input.on { background-color: rgb(255, 255, 255); }
.search-dialog-box .bottom-box { position: absolute; left: 0px; bottom: 5.1%; width: 100%; }
.header-right.is-open .search-btn .con-box { display: none; }
.header-right.is-open .close-btn { display: block; }
.header-right.is-open .item .search-bg { transform: scale(1); }
.search-dialog-box.on { opacity: 1; visibility: visible; }
.search-dialog-box.on .search-bg { height: 100vh; }
.search-dialog-box.on .bubbles-bg { opacity: 1; visibility: visible; }
.search-dialog-box.on .wrap-inner { transform: translateY(0px); }
.pub-close { position: absolute; width: 0.48rem; height: 0.48rem; z-index: 10; right: 0.24rem; top: 0.216rem; background-color: rgba(255, 255, 255, 0.1); border-radius: 100%; }
.pub-close .bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: #c9141e; transform: scale(0); border-radius: 100%; transition: transform 0.3s ease 0s; }
.pub-close i { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-position: center center; background-size: 0.12rem; background-repeat: no-repeat; background-image: url("../images/close-btn.svg"); transition: all 0.6s ease 0s; }
.pub-close i:hover { transform: rotate(180deg); }
@keyframes spin { 
  100% { transform: rotate(1turn); }
}
@keyframes spin2 { 
  100% { transform: rotate(-1turn); }
}
@keyframes spin-reverse { 
  0% { transform: rotate(1turn); }
}
@keyframes spin-reverse2 { 
  0% { transform: rotate(-1turn); }
}
.miso_btn1 {width: .8rem;height: .58rem;cursor: pointer;position: absolute;right: 0rem;top: .35rem;justify-content: center;display: flex;align-items: center;border-radius:0.29rem 0 0 0.29rem;background: #dfb274;}


#openBtn { cursor: pointer; display: inline-block; }
#openBtn .lcbody { width: 0.26rem; height: 0.2rem; position: relative; display: flex; flex-direction: column; justify-content: flex-start; }
#openBtn .lcbody .lcitem {width: 100%;height: 1px;position: absolute;transition: transform 0.36s ease 0s;border-radius: 0rem;} 
#openBtn .lcbody .lcitem:nth-child(2) {width:100%;}
/* #openBtn .lcbody .lcitem:nth-child(3) { width: 70%; } */
#openBtn .lcbody .lcitem div {position: absolute;width: 100%;height: 100%;top: 0px;left: 0;background: rgb(255, 255, 255);}
#openBtn .lcbody .top { top: 0px; }
#openBtn .lcbody .center { display: block; top: 50%; width: 100%; }
#openBtn .lcbody .bottom { top: 100%; }
#openBtn .lcbody:hover .lcitem.top .rect { animation: 0.4s ease-in-out 0s 1 normal none running move; }
#openBtn .lcbody:hover .lcitem.center .rect { animation: 0.4s ease-in-out 0.1s 1 normal none running move; }
#openBtn .lcbody:hover .lcitem.bottom .rect { animation: 0.4s ease-in-out 0.2s 1 normal none running move; }
#openBtn p{font-size: 0.14rem;color: #FFFFFF;display: none;}
.active#openBtn .lcitem.top { transform: rotateZ(45deg); top: 49%; }
.active#openBtn .lcitem.center { opacity: 0; }
.active#openBtn .lcitem.bottom { transform: rotateZ(-45deg); top: 49%; width: 100%; }
/* .active#openBtn p{display: block;}
.active#openBtn .lcbody{display: none;} */
@keyframes move { 
  0% { right: 0px; }
  40% { right: 0px; width: 0px; }
  60% { right: auto; width: 0%; }
  100% { right: auto; width: 100%; }
}
.show { overflow: hidden; }
.show .g-nav2 { transform: translateY(0px); }
.g-nav2 {position: fixed;z-index: 998;left: 0px;top: 0px;right: 0px;bottom: 0px;transition: all 0.5s ease 0s;transform: translateY(-100%);}
.g-nav2:after{content:"";position:absolute;width:100%;height:100%;background: #000;opacity: .7;}
.g-nav2 .scroll {position: absolute;z-index: 1;left: 0px;right: 0px;top: 1.5rem;bottom: 0px;overflow-y: auto;padding: 0 1rem;}
.g-nav2 .scroll .wp { width: 100%; max-width: 100%; padding: 0px 0.5rem; }
.g-nav2 .scroll ul {width: 100%;flex-wrap: nowrap;position: relative;}
.g-nav2 .scroll ul:after{content:"";position:absolute;width:100%;top:.7rem;/* background:#D8D8D8; */opacity:.1;left:0;z-index:1;height: 1px;}
.g-nav2 .scroll li {width: 14.5%;flex-shrink: 0;/* padding: 0px 0.15rem; */}
.g-nav2 .scroll li h2 a {color: rgb(255, 255, 255);line-height: 0.3rem;display: flex;/* padding-bottom: 0.15rem; */position: relative;z-index: 1;}
.g-nav2 .scroll li h2 {font-size: 0.22rem;font-weight: bold;line-height: 0.3rem;position: relative;z-index: 1;text-align: center;/* padding: 0 0.6rem; */text-align: left;}
.g-nav2 .scroll li h2::after{width: 1px;height: 0.2rem;background: #fff;opacity: .8;left: auto;right: 0;bottom: auto;top: 38%;transform: translateY(-50%) rotate(15deg);opacity: 0;}
.g-nav2 .scroll li:last-child h2::after{display: none;}
.g-nav2 .scroll li .list {padding: 0.35rem 0px 0;text-align: left;}
.g-nav2 .scroll li .list h3 {font-size: 0.2rem;line-height: 0.4rem;margin-bottom: 0.1rem;color: rgb(255, 255, 255);/* white-space: nowrap; */transition: 0.5s;}
.g-nav2 .scroll li .list dl {padding-bottom: 0.05rem;}
.g-nav2 .scroll li .list dt {font-size: 0.16rem;line-height: 0.26rem;color: rgb(255, 255, 255);transition: all 0.5s ease 0s;margin-bottom: .1rem;opacity: 0.6;}
.g-nav2 .scroll li .list h3:hover{opacity: .8;}
.g-nav2 .scroll li .list dt:hover{opacity: .8;}
.show #nav {opacity: 0;visibility: hidden;display: none;}
.g-nav2 .scroll li.on h2::after { width: 100%; left: 0px; }
.g-nav2 .scroll ul.on li { width: 9.5%; }
.g-nav2 .scroll ul.on li.on { width: 24%; padding: 0px 0.3rem; transition:0.5s;}
.g-nav2 .scroll li.on h2 {padding: 0 0.3rem;}
.g-nav2 .scroll li.on .list {background: linear-gradient(rgba(73, 34, 172, 0.3) 0%, rgba(216, 216, 216, 0) 100%);padding: 0.2rem 0.3rem;}

@keyframes ani_roll2 { 
  0% { background-position: 0px bottom; }
  100% { background-position: -100% bottom; }
}



/* 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: 100vh;}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform:scale(1);/* transition: 0.5s; */}
.main-visual-slider .imged::after{width: 100%;height: 30%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 95%);}
.main-visual-slider .swiper-slide-active .imged{transform: scale(1);}
.main-visual-slider video{transform: scale(1.1)\0;}
.swiper-box1 .cir{bottom: .4rem;z-index: 10;width: auto;display: flex;justify-content: center;align-items: center;left: auto;right: 7%;}
.swiper-box1 .cir span{margin: 0px 0.07rem !important;width: 0.08rem;height: 0.08rem;opacity: .5;font-size: 0rem;border-radius: 50%;}
.swiper-box1 .cir .swiper-pagination-bullet-active{opacity: 1;width:0.34rem;height: 0.32rem;background: url(../images/cir.png) no-repeat;background-size: 100% 100%;font-size: 0;border-radius: 0;}
/* home1 */
.home1{padding: 0.5rem 0rem 0.7rem;width: 100%;}
.title{margin-bottom: .55rem;align-items: center;position: relative;justify-content: space-between;}
.title h3{font-size: 0.4rem;color: #333;z-index: 10;font-weight: bold;align-items: flex-end;}
.title h3 span{color: #c9141e;}
.title h3 img{display: inline-block;margin-right: -.15rem;width: 0.82rem;transform: translateY(.07rem);}
.more{position: absolute;right: 0;bottom: .15rem;}
.more a{transition: 0.5s;align-items: center;font-size: 0.18rem;color: #111;transition: 0s;padding-right: 0.24rem;}
.more a::after{width: 0.41rem;height: 0.46rem;background: url(../images/more.png) no-repeat;background-size: 100% 100%;left: auto;right: 0;bottom: auto;top: 50%;transform: translateY(-50%);}
.more a img{display:inline-block;margin-left:.1rem;width: .24rem;}
.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;}
.more-t a{display: none;}
.more-t a.on{display: flex;}


.home1-t{justify-content: space-between;align-items: flex-start;}
.home1-t .left{width: 48.5%;position: relative;}
.home1-t .right{width: 48.5%;}

.home1-t .left li a{display: block;position: relative;}
.home1-t .left li .imged{padding-bottom: 66%;}
.home1-t .left li .imged::after{width: 100%;height: 30%;opacity: 0.6;
background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);}
.home1-t .left li .con{padding: 0rem 0 0 0.3rem;width: 100%;height: 1.5rem;margin-top: 0.18rem;border-left: 0.06rem solid #c9141e;}
.home1-t .left li h3{font-size: 0.28rem;color: #000;line-height: 0.4rem;max-height: 0.8rem\0;margin-top: 0.15rem;font-weight: bold;}
.home1-t li p{font-size: 0.16rem;color: #102534;font-family: arial;align-items: center;}
.home1-t li p span{display: flex;align-items: center;justify-content: center;width: 1.18rem;height: 0.38rem;background: url(../images/h1-t.png) no-repeat;background-size: 100% 100%;margin-right: 0.1rem;color: #c9141e;font-size: 0.16rem;}
.home1-t .left .cir{width: auto;bottom: 1.75rem;left: auto;right: 0.2rem;}
.home1-t .left .cir span{margin: 0rem 0.05rem !important;opacity: .5;width: 0.1rem;height: 0.1rem;border-radius: 50%;}
.home1-t .left .cir span.swiper-pagination-bullet-active{opacity: 1;}
.home1-t .right li a{align-items: center;padding: 0.3rem 0rem;border-bottom: 1px solid #ddd;}
.home1-t .right li:first-child a{padding-top: 0;}
.home1-t .right li:last-child a{border-bottom: 0;}
.home1-t .right li a::after{height: 0.04rem;background: #c9141e;bottom: -1px;}
.home1-t .right li a::before{content: "";position: absolute;width: 0;left: 0;bottom: -1px;background: #dfb274;height: 0.04rem;}
.home1-t .right li .scale{width: 1.86rem;}
.home1-t .right li .con{flex: 1;min-width: 0;padding-left: 0.4rem;}
.home1-t .right li h3{font-size: 0.2rem;color: #102534;line-height: 0.32rem;max-height: 0.64rem\0;margin-top: 0.2rem;}

.more a:hover{font-weight:bold;}

@media screen and (min-width: 1025px) {
  .home1-t .left a:hover h3{color: #c9141e;}
  .home1-t .right li a:hover::after{width: 100%;}
  .home1-t .right li a:hover::before{width: 1.86rem;}
  .home1-t .right li a:hover h3{font-weight: bold;}
 
}
@media screen and (max-width: 1024px) {
  .home1{padding: 0.4rem 0 .2rem;overflow:hidden;}
  .home1-t .left{width: 100%;}
  .home1-t .right{width: 100%;margin-top: 0.3rem;}
}

@media screen and (max-width: 768px) {
.home1-t .right li .con{padding-left:.2rem;}
  .home1-t li p span{width:1rem;height:.3rem;}
  .home1-t .right li a{padding:.2rem 0;}
}

/* home2 */
.home2{width: 100%;padding: 1rem 0 1rem;position: relative;z-index: 1;}
.home2::after{width: 100%;height: 100%;bottom: 0;top: 0;background: url(../images/hbg2.png) no-repeat bottom/100% 100%;}
.home2-t .left{width: 51%;padding-right: 0.45rem;position: relative;z-index: 2;}
.home2-t .right{width: 49%;}
.home2-t .left li *{transition: 0.5s;}
.home2-t .left li a{display: flex;height: 0.8rem;padding: 0.2rem 0;border-bottom: 1px solid #ddd;align-items: center;}
.home2-t .left li a::after{width: auto;right: -1.4rem;opacity: 0;background: url(../images/h2-bg.png) no-repeat;background-size: 100% 100%;border-left: 0.03rem solid #e2b384;left: -0.35rem;}
.home2-t .left li a::before{content: "";position: absolute;top: 50%;transform: translateY(-50%);right: -0.5rem;width: 0.19rem;height: 0.3rem;background: url(../images/h2-xq2.png) no-repeat;background-size: 100%;opacity: 0;}
.home2-t .left li h3{padding: 0 0.3rem 0 0.2rem;font-size: 0.2rem;color: #102534;line-height: 0.32rem;max-height: 0.64rem\0;-webkit-line-clamp: 1;background: url(../images/h2-xq1.png) no-repeat right center/0.09rem  0.14rem;width: 100%;}
.home2-t .left li h3::after{width: 0.05rem;height: 0.05rem;border-radius: 50%;background: #102534;bottom: auto;top: 50%;transform: translateY(-50%);}
.home2-t .left li h4{margin-top: 0.15rem;color: #fff;font-size: 0.16rem;line-height: 0.24rem;max-height: 0.48rem\0;display: none;}
.home2-t .right li{display: none;}
.home2-t .right li:nth-child(2){display: block;}
.home2-t .right li .imged{padding-bottom: 67%;}


@media screen and (min-width: 1025px) {
   .home2-t .left ul{height: 5.3rem;border-top: 1px solid #ddd;}
 .home2-t .left li.on a{height: 2.1rem;padding: 0.4rem 0.35rem;display: block;}
.home2-t .left li.on a::before{opacity: 1;}
.home2-t .left li.on a::after{opacity: 1;}
.home2-t .left li.on h4{display: -webkit-box;display: block\0;}
.home2-t .left li.on h3{color: #e2b384;font-weight: bold;padding: 0;background: none;}
.home2-t .left li.on h3::after{display: none;}
}

@media screen and (max-width: 1024px) {
  .home2{padding: 0.4rem 0 0.4rem;}
  .home2::after{background: #f1f1f1;}
  .home2-t .left{width: 100%;padding-right: 0rem;}
  .home2-t .right{width: 100%;margin-top: 0.3rem;}
} 

@media screen and (max-width: 768px) {
  
}
@media screen and (max-width: 420px) {
 
}

/* home3 */
.home3{padding: .6rem 0 1.4rem;z-index: 2;}
.home3::after{width: 100%;height: auto;background: url(../images/hbg3.png) no-repeat top/100% 100%;top: 0;/* bottom: -.5rem; */}
.home3::before{content: "";position: absolute;width: 0.9rem;height: 0.9rem;background: url(../images/h3-c.png) no-repeat bottom/100% 100%;left: 27%;bottom: 0;animation:play 25s linear infinite;bottom: 0rem;}
.home3 .title h3,.home3 .more a{color: #fff;}
.home3 .title h3 span{color: #e2b384;}
.home3 .more a:after{background:url(../images/more2.png) no-repeat right/100% 100%;}
.home3-t li *{transition: 0.5s;}
.home3-t{position: relative;}
.home3-t li .con{padding-top: .15rem;}
.home3-t li h3{ font-size: 0.2rem;color: #fff;line-height: 0.3rem;max-height: 0.6rem\0;}
.home3-t li .imged{padding-bottom:56%}
.home3-t li .scale{border:2px solid #e2b384;}
.home3-t .cir{position: relative;margin-top: 0.4rem;bottom: auto;}
.home3-t .cir span{width: 0.5rem;height: 0.03rem;opacity: .6;background: #f0f0f0;margin: 0 0.05rem !important;}
.home3-t .cir span.swiper-pagination-bullet-active{opacity: 1;background: #e2b384;}

@media screen and (min-width:1025px){
 
}


@media screen and (max-width:1024px){
  .home3{padding: 0.4rem 0 0.4rem;overflow: hidden;}
   .home3::after{background: #c9141e;}
  .home3::before{display:none;}
} 
@media screen and (max-width:768px){
  
}


/* home4 */
.home4{width: 100%;padding: 0.5rem 0rem 0rem;z-index: 20;}
.home4::after{width: 100%;height: 1.15rem;bottom: 0;top: -0.5rem;background: url(../images/hbg4.png) no-repeat bottom/100% 100%;}
.home4::before{content: "";position: absolute;width: 100%;top: 0;left: 0;background: url(../images/h4bg.png) no-repeat top/100% 100%;z-index: -1;height: 100%;}
.home4 .title{margin-bottom:.35rem}
.home4-t{background: #fff;border-top: 0.03rem solid #c9141e;padding: 0.4rem 0.4rem 0;}
.home4-t ul{justify-content: space-between;}
.home4-t li{width: 47%;margin-bottom: 0.4rem;}
.home4-t li a{align-items: center;}
.home4-t li .date{text-align: right;padding-right: 0.2rem;border-right: 1px solid #ddd;}
.home4-t li .con{flex: 1;min-width: 0;padding-left: 0.25rem;}
.home4-t li span{font-weight: bold;font-size: 0.34rem;color: #c9141e;}
.home4-t li p{font-size: 0.14rem;color: #c9141e;margin-top: 0.1rem;}
.home4-t li h3{font-size:.2rem;line-height:.3rem;color:#111;max-height:.6rem\0;}

@media screen and (min-width: 1025px) {
.home4-t li a:hover h3{color:#c9141e;}
}

@media screen and (max-width: 1024px) {
  .home4{padding: 0.4rem 0 0rem;overflow: hidden;}
  .home4-t li{width: 48%;margin-bottom: 0.3rem;}
  .home4-t{padding: 0.2rem .2rem 0;}
}
@media screen and (max-width: 768px) {
  .home4-t li{width: 100%;margin-bottom: 0.2rem;}
}


/* home5 */
.home5{padding: 0.65rem 0 0rem;position: relative;overflow: hidden;}
.home5-t{position: relative;}
.home5-t li a{display: block;height: 3.31rem;padding: 0.3rem 0.4rem;background: url(../images/h5-bg1.png) no-repeat center/100% 100%;}
.home5-t li.swiper-slide-active+li a,.home5-t li.swiper-slide-active+li+li+li a{background: url(../images/h5-bg1-1.png) no-repeat center/100% 100%;}
.home5-t li a::after{width: 100%;background: url(../images/h5-bg2.png) no-repeat center/100% 100%;opacity: 0;}
.home5-t li.swiper-slide-active+li a:after,.home5-t li.swiper-slide-active+li+li+li a:after{background: url(../images/h5-bg2-1.png) no-repeat center/100% 100%;}
.home5-t li span{display: flex;align-items: center;width: 1.66rem;height: 0.58rem;}
.home5-t li .img2{display: none;}
.home5-t li h3{font-size: 0.2rem;line-height: 0.32rem;max-height: 1.28rem\0;color: #102534;margin: 0.27rem 0;}
.home5-t li *{transition: 0.5s;}
.home5-t li p{font-size: 0.16rem;color: #102534;font-family: arial;}
.home5-t .arror{width: 0.27rem;height: 0.32rem;margin: 0;transform: translateY(-50%);background: url(../images/h5-prev1.png) no-repeat center/100% 100%;transition: 0.5s;}
.home5-t .swiper-button-prev{left: -0.6rem;}
.home5-t .swiper-button-next{right: -0.6rem;transform: rotateY(180deg) translateY(-50%);} 
.home5-t .arror:hover{background: url(../images/h5-prev2.png) no-repeat center/100% 100%;}
.home5-t .arror:after{display:none;}

@media screen and (min-width:1025px){
   .home5-t li h3{height: 1.28rem;}
  .home5-t li a:hover::after{opacity: 1;}
  .home5-t li a:hover .img2{display: block;}
  .home5-t li a:hover .img1{display: none;}
  .home5-t li a:hover h3{color: #fff;}
  .home5-t li a:hover p{color: #fff;}
}

@media screen and (max-width:1024px){
  .home5{padding:0.4rem 0rem 0;}
  .home5-t{padding: 0 0.4rem;}
  .home5-t li a{padding: 0.2rem;height: 3rem;}
  .home5-t .swiper-button-prev{left: 0rem;}
  .home5-t .swiper-button-next{right: 0rem;}
}
@media screen and (max-width:768px){
   
}



/* home6 */
.set{z-index: 3;position: relative;}
.set::after{width: 100%;height: 17.12rem;background: url(../images/hbg6.png) no-repeat top/cover;}
.home6{width: 100%;padding:1.05rem 0 0rem;position: relative;}
.home6::after{width: 100%;height: auto;top: -0.7rem;background: url(../images/hbg6.png) no-repeat bottom/100% 100%;bottom: -.35rem;}
.home6-t{position: relative;padding-bottom: 1.18rem;}
.home6-t .h6-f1{position: absolute;top: -.56rem;left: 0.56rem;}
.home6-t .h6-f2{position: absolute;top: -.56rem;right: 0.56rem;}
.home6-t .h6-f1 img{max-width:4.5rem;}
.home6-t .h6-f2 img{max-width:3.9rem;}
.home6-t li{width: 20%;padding: 0 0.2rem;}
.home6-t li a{display: block;width: 1.81rem;height: 1.81rem;border-radius: 50%;border: 1px solid #e0b275;background: #fff;padding: 0.12rem;margin: 0 auto;}
.home6-t li a::after{width: auto;height: auto;top: -0.25rem;right: -0.25rem;bottom: -0.25rem;left: -0.25rem;background: url(../images/h6-c.png) no-repeat center/100% 100%;opacity: 0;animation:play 25s linear infinite;}
.home6-t li .con{width: 100%;height: 100%;border-radius: 50%;background: #f9f0e3;text-align: center;padding: 0.4rem 0.1rem 0;}
.home6-t li span{align-items: center;justify-content: center;width: 0.64rem;height: 0.5rem;margin: 0 auto 0.1rem;}
.home6-t li span img{max-height:100%;}
.home6-t li .img2{display: none;}
.home6-t li p{color: #000;font-size: 0.18rem;}
.home6-t li.on a,.home6-t li.on .con{background: #e2b384;}
.home6-t li.on .img2{display: block;}
.home6-t li.on .img1{display: none;}
.home6-t li.on p{color: #fff;}

.h6-t{width: 6.68rem;height: 2.29rem;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;background: url(../images/h6-bg2.png) no-repeat bottom/100% 100%;padding: 1rem;text-align: center;} 
.h6-t::after{width: 9.48rem;height: 9.48rem;background: url(../images/h6-bg1.png) no-repeat center/100% 100%;animation:play 25s linear infinite;left: -1.26rem;top: -1.26rem;bottom: 0;}
.h6-t h3{color: #fff;font-size: 0.32rem;margin-bottom: 0.17rem;}
.h6-t p{font-size: 0.16rem;color: #fff;line-height: 0.24rem;max-height: 0.48rem\0;}



@media screen and (min-width:1025px){
.home6-t li:nth-child(1),.home6-t li:nth-child(5){margin-top: 3.05rem;}
.home6-t li:nth-child(2),.home6-t li:nth-child(4){margin-top: .97rem;}
.home6-t ul{padding:0 1.6rem;}
  .home6-t li:nth-child(2){transform:translateX(-.5rem)}
  .home6-t li:nth-child(4){transform:translateX(.5rem)}
  .home6-t li.on a:after{opacity:1;}
  .h6-t p{height: .48rem;}
}
@media screen and (max-width:1024px){
  .home6{padding: 0.65rem 0 0;}
  .home6-t li{padding: 0 .1rem;}
  .home6-t li a{width: 1.4rem;height: 1.4rem;}
  .home6-t li span{width:.5rem;height:.38rem;}
  .home6-t li .con{padding:.2rem .1rem 0;}
  .home6-t{padding-bottom:0rem;}
  .h6-t{position:relative;margin-top:.5rem;}
  .h6-t::after{width: 7.6rem;height: 7.6rem;left:-.4rem;top:-.4rem;}
  .home6-t .h6-f1{position: absolute;top: -.56rem;left: 0rem;}
.home6-t .h6-f2{position: absolute;top: -.56rem;right: 0rem;}
.home6-t .h6-f1 img{max-width:3rem;}
.home6-t .h6-f2 img{max-width:2.5rem;}

}
@media screen and (max-width:768px){
.home6-t li{width:33.3%;margin-bottom:.2rem;}
  .h6-t h3{font-size:.26rem;}
  .h6-t{width: 5rem;padding: 1rem .7rem;}
  .h6-t::after{width: 5.6rem;height: 5.6rem;left:-.4rem;top:-.4rem;}
}



/* home7 */
.home7{width: 100%;padding: 1rem 0 0rem;z-index: 2;}
.home7::after{width: 100%;height: 6.8rem;bottom: auto;top: -.25rem;background: url(../images/hbg7.png) no-repeat top/100% 100%;}
.home7-t{position: relative;align-items: flex-start;}
.home7-t .left{width: 50%;}
.home7-t .mid{width: 26%;padding: 0 0.08rem;}
.home7-t .right{width: 24%;}
.home7 .title h3,.home7 .more a{color: #fff;}
.home7 .title h3 span{color: #e2b384;}
.home7-t .h7li li{margin-bottom: 0.1rem;}
.home7-t .h7li li a{display: block;position: relative;}
.home7-t a h3{color: #fff;font-size: 0.18rem;line-height: 1.3;}
.home7-t dl{margin-bottom: 0.1rem;}
.home7-t dt a{display: block;position: relative;}
.home7-t a .con{width: 100%;padding: 0 0.25rem 0.25rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.home7-t .left dt h3{font-size: 0.18rem;color: #fff;line-height: 0.28rem;text-align: center;padding: 0 0.5rem;}
.home7-t .imged::after{width: 100%;height: 50%;background: linear-gradient(0deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);}
.home7-t .left .imged{padding-bottom: 55%;}
.home7-t .left .h7li{justify-content: space-between;}
.home7-t .left .h7li li{width: 49.5%;}
.home7-t a span{position: absolute;right: 0.2rem;top: 0.2rem;z-index: 10;width: .4rem;}
.home7-t a span img{width: 100%;}
.home7-t .mid .imged{padding-bottom: 178%;}
.home7-t .right .imged{padding-bottom: 100.9%;}
.h7-s dt .imged::before{content: "";position: absolute;width: 1rem;height: 1rem;background: url(../images/bf.png) no-repeat center/100% 100%;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 1;}

.h7-s .slick-arrow{width: 0.13rem;height: 0.29rem;top: auto;transform: translateY(0);bottom: 0.25rem;z-index: 10;}
.h7-s .slick-prev{left: 0.25rem;background: url(../images/h7-prev.png) no-repeat center/100% 100%;}
.h7-s .slick-next{right: 0.25rem;background: url(../images/h7-next.png) no-repeat center/100% 100%;}
.h7-s .slick-arrow:before{display:none;}
.h7-s2 .slick-dots{bottom: 0.2rem;width: auto;left: auto;right: 0.2rem;}
.h7-s2 .slick-dots li{width: 0.08rem;height: 0.08rem;border-radius: 50%;background: #fff;opacity: .5;margin: 0 0.04rem;}
.h7-s2 .slick-dots li button{display: none;}
.h7-s2 .slick-dots li.slick-active{opacity: 1;}
.h7-s2 dt .con{width: 80%;}

.ul-iconsb1 li{padding-left: 0.15rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}
.ul-iconsb1 .icon img{width:0.58rem;height: .58rem;}
.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{padding: .1rem;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.09rem;transform: translateX(-50%);position: absolute;left: 50%;} 
.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;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}
.h7-s dt a:hover .imged:before{animation:none}
@media screen and (min-width:1025px){
  .home7-t .left .title{padding-right:.25rem;align-items: flex-end;margin-bottom: .45rem;}
  .home7-t .left dt h3{/* height: 0.84rem; */}
}

@media screen and (max-width:1024px){
  .home7{padding: 0.4rem 0 0rem;}
  .home7-t .left{width: 100%;}
  .home7-t .mid{width: 51%;margin-top: 0rem;padding: 0 1% 0 0;}
  .home7-t .right{width: 49%;margin-top: 0rem;}
  .ul-iconsb1 {}
  .ul-iconsb1 li{
    padding-right: 0.2rem;
}
}
@media screen and (max-width:600px){
.ul-iconsb1 .icon img{width:0.4rem;height: .4rem;}
}
@media screen and (max-width:420px){

}
/* home8 */
.home8{width: 100%;overflow: hidden;padding: .75rem 0 1rem;}
.home8::after{width: 100%;background: url(../images/hbg8.png) no-repeat right/cover;}
.home8-t li .imged{padding-bottom:159%;}
.home8-t{margin: 0 -0.2rem;}
.home8-t li{padding-top:.25rem;}
.home8-t li a{display: block;margin: 0 0.2rem;position: relative;transition:0.5s;}
.home8-t li .con{position: absolute;right: 0.3rem;bottom: 0;z-index: 10;}
.home8-t li p{color: #fff;font-size: 0.16rem;line-height: 1.2;padding: 0.3rem 0 0.5rem;width: 0.2rem;text-align: center;background: url(../images/h8-xq.png) no-repeat top center/0.22rem;}
.home8-t li p:after{width:1px;height:.5rem;background:#fff;left:50%;}


@media screen and (min-width:1025px){
.home8-t li a:hover{transform:translateY(-.25rem);}
}
@media screen and (max-width:1024px){
  .home8{padding: 0.3rem 0;}
  .home8-t li h3{font-size: 0.3rem;}
  .home8-t{margin: 0 -0.1rem;}
  .home8-t li a{display: block;margin: 0 0.1rem;position: relative;}
}
@media screen and (max-width:768px){

}
/* home9 */
.home9{width: 100%;padding: 0.5rem 0 1rem;z-index: 2;margin-top: -.5rem;}
.home9-t{position: relative;padding: 0.3rem 0;border-top: 1px solid #ddd;border-bottom: 1px solid  #ddd;}
.home9-t li a{display: block;text-align: center;padding-top: .1rem;}
.home9-t li span{width: 0.9rem;height: 0.9rem;display: flex;align-items: center;justify-content: center;margin: 0 auto 0.27rem;border-radius: 50%;background: #e3b587;transition: 0.5s;}
.home9-t li span img{max-width:.47rem;max-height:.47rem;}
.home9-t li span::after{width: auto;height: auto;top: -0.03rem;right: -0.03rem;bottom: -0.03rem;left: -0.03rem;border-radius: 50%;border: 1px dashed #e3b587;}
.home9-t li p{font-size: 0.2rem;line-height: 1.5;color: #000;transition: 0.5s;}
.home9-t .arror{width: 0.16rem;height: 0.26rem;margin: 0;transform: translateY(-50%);background: url(../images/h9-prev1.png) no-repeat center/100% 100%;transition: 0.5s;}
.home9-t .swiper-button-prev{left: -0.6rem;}
.home9-t .swiper-button-next{right: -0.6rem;transform: rotateY(180deg) translateY(-50%);} 
.home9-t .arror:hover{background: url(../images/h9-prev2.png) no-repeat center/100% 100%;}
.home9-t .arror:after{display:none;}


@media screen and (min-width:1025px){
 .home9-t li a:hover span{background: #c9141e;}
 .home9-t li a:hover p{color: #c9141e;}
 .home9-t li a:hover span::after{border-color: #c9141e;animation: play 25s linear infinite;}
 
}
@media screen and (max-width:1024px){
  .home9{padding: 0rem 0 0.4rem;}
   .home9{
    margin-top:0;
  }
  
}
@media screen and (max-width:768px){

}





/* footer */
.footer{width: 100%;position: relative;}
.footer::after{width: 100%;height: 100%;background: url(../images/fbg.png) no-repeat bottom;background-size: 100% 100%;}
.foot-b{padding: 1rem 0 0.35rem;justify-content: space-between;align-items: center;}
.foot-b .fot-1{width: 36%;}
.foot-b .fot-2{width: 48%;}
.foot-b .fot-3{width: 15%;}
.foot-b .fot-1 .log{margin-bottom: 0.25rem;}
.foot-b .fot-1 .log img{max-width:4.9rem;}
.foot-b .fot-1 p{font-size: 0.16rem;line-height: 0.28rem;color: rgba(255,255,255,1);margin-bottom: 0.15rem;align-items: center;display: flex;}
.foot-b .fot-1 p span{width: 0.32rem;display: flex;justify-content: center;padding-right: .1rem;height: .22rem;align-items: center;}

.foot-b .fot-2 li{padding: 0 0.3rem;width: 33.3%;margin-bottom: 0.18rem;}
.foot-b .fot-2 li a{align-items: center;border-bottom: 1px solid rgba(255, 255, 255, 0.2);padding-bottom: 0.13rem;}
.foot-b .fot-2 li p{color: #fff;font-size: 0.18rem;transition: 0.5s;}
.foot-b .fot-3 .img{width: 1.38rem;margin: 0 auto .15rem;}
.foot-b .fot-3 img{width: 100%;}
.foot-b .fot-3 p{font-size: 0.14rem;line-height: 1.5;color: #fff;text-align:center;}
.foot-b .fot-2 li a:hover p{opacity:.8;}
.foot{padding: 0.5rem 0;text-align: center;justify-content: space-between;}
.foot p{font-size: 0.14rem;line-height: 1.5;color: rgba(255, 255, 255, 1);}
.foot p a{padding: 0 0.1rem;display: inline-block;color: rgba(255, 255, 255, 1);}
.foot p a img{max-width:.4rem;}
.foot dt{font-size: 0.14rem;line-height: .18rem;color: #fff;padding: 0 0.1rem;border-right: 1px solid rgba(255, 255, 255, 0.2);}
.foot dt:last-child{border-right: none;padding-right: 0;}
.totop{cursor: pointer;width: 0.78rem;position: absolute;bottom: 4.14rem;right: 0.38rem;z-index: 100;}
.totop img{width:100%;}
/* 左侧导航 */
.rightFix {
  position: fixed;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  display: none;
  background: url(../images/rr-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: .4rem 0;
}
.rightFix.on{background:linear-gradient(0deg,rgba(255,255,255,.5)0%,rgba(255,255,255,0.1) 100%);border-radius:1rem}
.rightFix.on li{color:#fff;}
.rightFix.on li.on p,.rightFix.on li:hover p{font-weight:bold;color:#fff;}
.rightFix li {
  width: 1.1rem;
  color: #333;
  text-align: center;
  font-size: .15rem;
  transition: .3s;padding: 0 0.1rem;
}
.rightFix li a{display: block;padding: 0.1rem 0;background: url(../images/rr-l.png) no-repeat bottom/100%;}
.rightFix li p{transition: 0.5s;line-height: 1.5;white-space: nowrap;}
.rightFix li:hover p{color: #c9141e;}
.rightFix li.on p{color: #c9141e;}

@media screen and (max-width:1024px){
  .foot-b{padding: .3rem 0 0rem;}
  .footer::after{background: #c9141e;}
  .foot-b .fot-1{width: 100%;text-align: center;}
  .foot-b .fot-2{width: 100%;margin:.2rem 0;}
  .foot-b .fot-3{width: 100%;text-align: center;}
  .foot-b .fot-1 p{justify-content:center;}
  .foot-b .fot-2 ul{margin:0 -.1rem;}
  .foot-b .fot-2 li{padding: 0 0.1rem;}
  .totop{width: 0.4rem;position: absolute;bottom: 1rem;right: 0.1rem;height: .4rem;}
  .rightFix{display: none !important;}
}
@media screen and (max-width:768px){
  .foot p{width: 100%;line-height: 1.8;}
  .foot dl{justify-content: center;margin-top: 0.15rem;width: 100%;}
  .foot-b .fot-1 .log img{max-width:4rem;}
  .foot{padding: 0.25rem 0;}
}
@media screen and (max-width:440px){
.foot-b .fot-2 li{width: 50%;}
}
/* 右侧导航 */
.rr{
    width: 1.18rem;
    height: 2.56rem;
    position: fixed;
    right: 0%;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0 0.15rem 0.15rem;
    background: url(../images/rrbg.png) no-repeat right/1.03rem;
    cursor: pointer;
    opacity: 0;
    transform: scale(0) translateY(-50%);
    transform-origin: right;
}

.rr h3{color: #fff;font-size: 0.24rem;line-height: 1.2;width: 0.25rem;text-align: center;opacity: 0;}
.rr.on{opacity: 1;transform: translateY(-50%);transition: all 1s ease-out 0.5s;}
.rr.on h3{opacity: 1;transition: all 1s ease-out 1s;}

.rr::after{width: 2.52rem;height: 2.52rem;border-radius: 50%;border: 1px dashed #c9141e;left: 0rem;bottom: 0rem;animation:play 25s linear infinite;}

/*  */
.body_r {position: fixed;left: 100%;top: 0;bottom: 0;right: 0;transition: left 1.3s cubic-bezier(0.5,0,0.2,1) 0s;z-index: 1000;overflow: hidden;width: 100%;}
.body_r.showdiv {left: 0;}

.body_r .ll {
    position: fixed;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    font-size: 0.2rem;
    width: 1.01rem;
    height: 2.02rem;
    display: flex;
    align-items: center;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.5s ease-out 1s;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 0.26rem 0.26rem 0.26rem 0.2rem;
    z-index: 10;
}
.body_r .ll::before{content: "";position: absolute;width: 1.5rem;height: 1.5rem;background: #c9141e;border-radius: 50%;right: 0.26rem;bottom: 0.26rem;z-index: -1;}
.body_r .ll::after{width: 2.02rem;height: 2.02rem;top: 0rem;right: 0rem;background: url(../images/sy-c.png) no-repeat;background-size: 100% 100%;animation:play 25s linear infinite;left: auto;}
.body_r .ll a{width: 0.2rem;}
.body_r.showdiv .ll{opacity: 1;visibility: visible;}

.body_r .list .item{display: flex;height: 1.9rem;align-items: center;cursor: pointer;}
.body_r .list .item span{display: block;font-size: 0.16rem;color: #fff;line-height: 1.2;padding: 0 0.25rem 0 0.55rem;}
.body_r .list .item span::after{width: 0.08rem;height: 0.08rem;background: #fff;border-radius: 50%;left: auto;right: 0;bottom: auto;top: 50%;transform: translateY(-50%);}
.body_r .list .item span::before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);opacity: 0;width: 0.35rem;height: 0.35rem;background: url(../images/s-c2.png) no-repeat;background-size: 100% 100%;}



.home10{background: url(../images/hbg10.jpg) no-repeat center/cover;}
.home11{background: url(../images/hbg11.jpg) no-repeat center/cover;}
.home12{background: url(../images/hbg12.jpg) no-repeat center/cover;align-items: center;}
.title2{align-items: center;}
.title2 h3{width: 0.5rem;padding: 0 0.1rem;font-size: 0.18rem;text-align: center;color: #fff;line-height: 1.5;}
.title2 h3 span{display: inline-block;padding: 0.25rem 0;}

@media screen and (min-width:1025px){
  .sect1{width:100%;height:100%;}
  .body_r .scroll{width: 100%;height: 100%;align-items: center;padding-left: 2.8rem;}
.body_r .scroll::after{width: 4.04rem;background: #fff;opacity: .1;left: 0;bottom: 0;height: 100%;content: "";position: absolute;}
  .sect1 .content{flex: 1;min-width: 0;padding: 0 .7rem 0 1.65rem;height: 100%;}
  .body_r .list{height: 5.93rem;width: 2.5rem;position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 10;}
.body_r .list::after{left: 0;width: 1.77rem;background: url(../images/s-c.png) no-repeat;background-size: 100% 100%;}
.body_r .list .item.now span::before{opacity: 1;}
.body_r .list .item.now span::after{opacity: 0;}
.body_r .list .item.now span{font-weight: bold;font-size: 0.36rem;width: 1rem;text-align: center;}
.body_r .list .item.now {margin-left: 1.6rem;}
.body_r .list .item:first-child{transform:translateX(-.15rem)}
.body_r .list .item:nth-child(2){transform:translateY(.1rem)}
.title2 h3::before{content: "";position: absolute;width: 1px;height: 2.67rem;background: url(../images/s-l.png) no-repeat;background-size: 100% 100%;top: 0;left: 0;}
.title2 h3::after{width: 1px;height: 2.67rem;background: url(../images/s-l.png) no-repeat;background-size: 100% 100%;left: auto;right: 0;transform: translateY(180deg);}

}
@media screen and (max-width:1024px){
  .rr{
    width: 0.59rem;
    height: 1.28rem;
    background: url(../images/rrbg.png) no-repeat right / .5rem;
}
  .rr::after{width: 1.28rem;height: 1.28rem;}
  .rr h3{font-size:.14rem;}
  .body_r{overflow:auto;background: #fff;}
.sect1>.swiper-wrapper{flex-wrap: wrap;}
.body_r .list{width: 100%;display: flex;flex-wrap: wrap;}
.body_r .list .item{display: flex;height: auto;align-items: center;}
.body_r .list .item span{padding: 0 0.15rem 0 0;}
.body_r .list .item.now span{font-weight: bold;}
  .title2{width:100%;margin-bottom: .25rem;}
  .sect1 .content{width:100%;}
  .title2 h3{width:100%;}
  .body_r .scroll{padding: .4rem 0.2rem;}
  .nav_b{display: none;}
  .title2 h3 span{padding: 0 .1rem;}
  .body_r .ll{width:0.5rem;height:1rem;padding: .1rem;}
  .body_r .ll::after{display:none;}
  .body_r .ll:before{width:1rem;height:100%;bottom: 0;right: .1rem;}
}
@media screen and (max-width:768px){

}

/* h10 */
.home10-t{padding: 0.8rem  0 0.8rem;overflow: hidden;height: 100%;}
.home10-t::after{width: 12.37rem;height: 12.37rem;background: url(../images/h10-c1.png) no-repeat center/100% 100%;left: 0.5rem;bottom: 0%;}
.home10-t .log{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0);width: 2.5rem;height: 2.5rem;}
.home10-t .log img{width: 100%;}
.home10-t .log::after{width: 3.38rem;height: 3.38rem;left: -0.44rem;bottom: -0.44rem;background: url(../images/h10-c.png) no-repeat center/100% 100%;animation:play 25s linear infinite;}
.home10-t ul{position: relative;height: 100%;}
.home10-t h4{color: #fff;font-size: 0.16rem;text-align: right;margin-top: 0.25rem;}
.home10-t li .a{border-radius: 50%;background: rgba(255,255,255,0.1);display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;padding: 0 0.2rem;cursor: pointer;}
.home10-t li .a::after{width: auto;height: auto;top: -0.1rem;right: -0.1rem;bottom: -0.1rem;left: -0.1rem;border-radius: 50%;border: 1px dashed rgba(255,255,255,0.5);}
.home10-t li h3{color: #fff;font-weight: bold;font-size: 0.28rem;margin-bottom: 0.1rem;}
.home10-t li h3 span{font-weight: bold;}
.home10-t li p{font-size: 0.16rem;color: #fff;line-height: 1.5;}

@media screen and (min-width: 1025px){
 .home10-t li{position: absolute;transform: scale(0);left: 42%;top: 40%;}
 .sect1 .swiper-slide-active .home10-t li{transform:scale(1);transition: all 1s ease-out 0s;}
  .sect1 .swiper-slide-active .home10-t .log{transform: translate(-50%,-50%) scale(1);transition: all 0.5s ease-out 0s;}
  .sect1 .swiper-slide-active .home10-t li:nth-child(1){transition-delay: 0.45s;}
  .sect1 .swiper-slide-active .home10-t li:nth-child(2){transition-delay: 0.3s;}
  .sect1 .swiper-slide-active .home10-t li:nth-child(3){transition-delay: 0.3s;}
  .sect1 .swiper-slide-active .home10-t li:nth-child(4){transition-delay: 0.3s;}
  .sect1 .swiper-slide-active .home10-t li:nth-child(5){transition-delay: 0.1s;}
  .sect1 .swiper-slide-active .home10-t li:nth-child(6){transition-delay: 0.1s;}
  .sect1 .swiper-slide-active .home10-t li:nth-child(7){transition-delay: 0.3s;}
  .sect1 .swiper-slide-active .home10-t li:nth-child(8){transition-delay: 0.45s;}
  .sect1 .swiper-slide-active .home10-t li:nth-child(9){transition-delay: 0.3s;}
  .sect1 .swiper-slide-active .home10-t li:nth-child(10){transition-delay: 0.45s;}
 .sect1 .swiper-slide-active .home10-t li:nth-child(1){left: 1%;top: 15%;}
 .sect1 .swiper-slide-active .home10-t li:nth-child(2){left: 24%;top: 0;}
 .sect1 .swiper-slide-active .home10-t li:nth-child(3){left: 15%;top: 41%;}
 .sect1 .swiper-slide-active .home10-t li:nth-child(4){left: 10%;bottom: 0%;top: auto;}
 .sect1 .swiper-slide-active .home10-t li:nth-child(5){left: 37%;bottom: 4%;top: auto;}
 .sect1 .swiper-slide-active .home10-t li:nth-child(6){left: 49%;top: 0%;}
 .sect1 .swiper-slide-active .home10-t li:nth-child(7){left: 61%;bottom: 0;top: auto;}
 .sect1 .swiper-slide-active .home10-t li:nth-child(8){right: 10%;top: 0%;left: auto;}
 .sect1 .swiper-slide-active .home10-t li:nth-child(9){right: 18%;top: 40%;left: auto;}
 .sect1 .swiper-slide-active .home10-t li:nth-child(10){right: 0;bottom: 10%;top: auto;left: auto;}
  .home10-t li:nth-child(1) .a{width: 1.92rem;height: 1.92rem;}
  .home10-t li:nth-child(2) .a{width: 1.6rem;height: 1.6rem;}
  .home10-t li:nth-child(3) .a{width: 1.78rem;height: 1.78rem;}
  .home10-t li:nth-child(4) .a{width: 2.22rem;height: 2.22rem;}
  .home10-t li:nth-child(5) .a{width: 1.65rem;height: 1.65rem;}
  .home10-t li:nth-child(6) .a{width: 1.7rem;height: 1.7rem;}
  .home10-t li:nth-child(7) .a{width: 1.8rem;height: 1.8rem;}
  .home10-t li:nth-child(8) .a{width: 2rem;height: 2rem;}
  .home10-t li:nth-child(9) .a{width: 1.6rem;height: 1.6rem;}
  .home10-t li:nth-child(10) .a{width: 2rem;height: 2rem;}   
   .home10-t li .a:hover{background:#e1b577}
  .home10-t li .a:hover:after{border-color:#e1b577;}
}
@media screen and (max-width:1024px){
  .home10-t li{width:20%;padding:0 .1rem;margin-bottom:.25rem;}
  .home10-t li .a{width:1.4rem;height:1.4rem;margin: 0 auto;}
  .home10-t li .a:after{opacity:0;}
  .home10-t li h3{font-size:.3rem;}
  .home10-t{padding: 0.4rem 0;}
}
@media screen and (max-width:768px){
.home10-t li{width:25%;}
}
@media screen and (max-width:600px){
.home10-t li{width:33.3%;}
}
@media screen and (max-width:420px){
.home10-t li{width:50%;}
}


/* h11 */
.home11-t{height: 100%;margin:0 -.2rem}

.home11-t li a{display: block;background: url(../images/h11-bg.png) no-repeat center/100% 100%;margin: 0 0.2rem;height: 100%;padding-top: 1.25rem;}
.home11-t li .imged{padding-bottom: 140%;}
.home11-t li .con{padding: 0.3rem ;border-top: 0.05rem solid #c9141e;}
.home11-t li .con::after{opacity: 0;left: auto;right: 0.3rem;width: 0.68rem;height: 0.68rem;background: url(../images/h11-xq.png) no-repeat;background-size: 100% 100%;bottom: auto;top: -0.39rem;}
.home11-t li *{transition: 0.5s;}
.home11-t li h3{font-weight: bold;color: #fff;font-size: 0.26rem;}
.home11-t li h4{font-size: 0.18rem;color: #fff;line-height: 1.5;margin: 0.15rem 0;}
.home11-t li p{font-size: 0.16rem;color: #fff;opacity: .6;line-height: 0.28rem;}

.h11-s .slick-dots{bottom: 0.2rem;width: 100%;display: flex;justify-content: center;align-items: center;}
.h11-s .slick-dots li{width: 0.08rem;height: 0.08rem;border-radius: 50%;background: #fff;opacity: .5;margin: 0 0.06rem;}
.h11-s .slick-dots li button{display: none;}
.h11-s .slick-dots li.slick-active{opacity: 1;border-radius: 0;width: 0.34rem;height: 0.32rem;background: url(../images/cir.png) no-repeat;background-size: 100% 100%;}

@media screen and (min-width:1300px) and (min-width:3000px){
.home11-t li .imged{padding-bottom: 120%;}
.home11-t li a{padding-top: .5rem;}
.home11-t li p{-webkit-line-clamp: 3;}
}
@media screen and (min-width:1025px){
  .h11-s,.h11-s li,.h11-s>div,.h11-s>div>div{height: 100%;}
  .home11-t li a:hover{padding-top: 0;background: #c9141e;}
  .home11-t li a:hover .con::after{opacity: 1;}
  .home11-t {transform:translateY(2rem);opacity:0;}

.sect1 .swiper-slide-active .home11-t {transform:translateY(0rem);transition: all 1s ease-out 0s;opacity:1;}

}
@media screen and (max-width:1024px){
.home11-t{margin: 0;}
.home11-t li a{margin: 0 0.1rem;height: auto;padding: .25rem 0;}
  .h11-s .slick-dots{position: relative;bottom: auto;margin-top: 0.2rem;}
}
@media screen and (max-width:768px){

}

/* h12 */
.home12-t{justify-content: space-between;height: 100%;align-items: center;}
.home12-t .left{width: 42%;position: relative;}
.home12-t .right{width: 53%;}
.h12-s1::after{left: 0;height: auto;top: 0.12rem;background: #fff;opacity: .5;width: 1px;}
.h12-s1 li{height: 0.75rem;transition:0.5s;}
.h12-s1 li .a{padding-left: 0.35rem;align-items: flex-start;transition: 0.4s;}
.h12-s1 li span{font-size: 0.24rem;color: #fff;font-weight: 600;position: relative;}
.h12-s1 li h3{flex: 1;min-width: 0;color: #fff;font-size: 0.18rem;line-height: 1.5;opacity: .8;padding-left: 0.2rem;}
.h12-s1 li p{font-size: 0.16rem;color: #fff;opacity: .6;line-height: 0.28rem;display: none;}
.h12-s1 li span::after{content: "";position: absolute;width: 0.14rem;height: 1px;background:#fff;left: -0.35rem;top: 50%;opacity: .3;}
.home12-t .arror{width: 0.25rem;height: 0.15rem;left: -0.12rem;right: auto;top: auto;transform: translateY(0);bottom: -0.2rem;background: url(../images/h12-next.png) no-repeat center/100% 100%;}
.home12-t .arror:after{display:none;}
.home12-t .swiper-button-prev{bottom: auto;top: 0rem;transform: rotateX(180deg) translateY(0);}
.h12-s1 li.on{height:auto;}
.h12-s1 li.on .a{display: block;margin-bottom: .4rem;cursor: pointer;}
.h12-s1 li.on h3{flex: none;margin: 0.15rem 0 0.2rem;padding-left: 0;}
.h12-s1 li.on p{display: block;}
.h12-s1 li.on span::after{opacity: 1;height: 2px;}
.h12-s2 .a{display: block;position: relative;}
.h12-s2 .a h3{text-align: center;color: #fff;font-size: 0.18rem;opacity: .5;line-height: 1.5;margin-top: 0.15rem;}
.h12-s2 .a .scale{border: 0.05rem solid #fff;}
.h12-s2 .h12-t1 .imged{padding-bottom: 60%;}
.h12-s2 .h12-t2{width: 60%;}
.h12-s1{height:5.4rem;}

@media screen and (min-width:1025px){
  .h12-s2 li{padding: 0.5rem .3rem;}
 .h12-s2 .h12-t1{transform: rotate(5deg);padding-left: 1.3rem;}
.h12-s2 .h12-t1 h3{padding-left: 1rem;}
.h12-s2 .h12-t2{transform: rotate(-5deg);margin-top: -1.5rem;}
.home12-t .left{transform:translateX(-2rem);opacity:0;}
.home12-t .right{transform:translateX(2rem);opacity:0;}
.sect1 .swiper-slide-active .home12-t .left{transform:translateX(0rem);transition: all 1s ease-out 0s;opacity:1;}
.sect1 .swiper-slide-active .home12-t .right{transform:translateX(0rem);transition: all 1s ease-out 0s;opacity:1;}
}
@media screen and (max-width:1024px){
.home12-t .left{width: 100%;}
.home12-t .right{width: 100%;margin-top: 0.3rem;}
.h12-s2 .h12-t1{padding-left: 1rem;margin-bottom: .15rem;}
}
@media screen and (max-width:768px){

}

@media screen and (min-width: 1025px) {
/* .index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 99;
    background: #fff;padding-top: 1rem;
} */
.index {
  position: fixed;
  left: 0;
  top: 100%;
  bottom: 0;
  right: 0;
  background: #fff;
  overflow: hidden;
  transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
  z-index: 99;
  overflow: auto;
  outline: none;
}
.index.showdiv {top: 1.2rem;}
.showdiv #header::before{height: 0;/* background: #fff; */opacity: 1;}
.showdiv #header{background:#c9141e}
.showdiv #header .wp{background:none;}
.fadeInLeft.animated{visibility: visible !important;animation-name:fadeInLeft !important}
.fadeInRight.animated{visibility: visible !important;animation-name:fadeInRight !important}
.fadeInUp.animated{visibility: visible !important;animation-name:fadeInUp !important}

}
/* 2026/4/8 */
.home0{width: 100%;padding: 0.8rem 0 0;}
.home0-t{height: 1rem;align-items: center;}
.home0-t::after{width: auto;left: 0.6rem;right: 0;background: #e2b384;opacity: .23;}
.home0-t span{width: 2.84rem;display: block;margin-top:-.34rem;}
.home0-t .h0-s{flex: 1;min-width: 0;padding: 0 0.7rem;}
.home0-t .h0-s a{display: block;align-items: center;padding-left: 0.4rem;border-left: 1px solid #ddd;}
.home0-t .h0-s h3{color: #333;font-size: 0.26rem;line-height: 1.5;}
.home0-t .h0-s a:hover h3{color:#c9141e}
.h0-s .slick-dots{display: flex;width: auto;left: auto;right: 0.3rem;bottom: auto;top: 50%;transform: translateY(-50%);}
.h0-s .slick-dots li{width: 0.1rem;height: 0.1rem;border-radius: 50%;margin: 0 0.05rem;background: #c9141e;opacity: .5;}
.h0-s .slick-dots li.slick-active{opacity: 1;}
.h0-s .slick-dots li button{display:none;}

.home0-t{position:relative;}
.home0 .more{position:relative;right:auto;bottom: auto;padding-right: .25rem;} 

@media screen and (max-width:1024px){
  .home0{width: 100%;padding: 0.4rem 0 0;}
  .home0-t .h0-s h3{font-size:.2rem;}
  .home0-t span{width: 2rem;margin-top:0;}
  .home0-t .h0-s{padding:0 .5rem 0 .2rem;}
  .home0-t .h0-s a{padding-left:.2rem;}
  .home0 .more{
    position: absolute;
    right: 0;
    top: 0.25rem;
}
}
@media screen and (max-width:600px){
  .home0-t span{width: 1rem;margin-top:0;}
  .home0-t .h0-s{padding: 0.1rem 1.2rem 0.1rem 0.1rem;flex: none;width: 100%;margin-top: .25rem;background: #f2e3d4;}
  .home0-t .h0-s a{padding-left: 0;border-left: none;}
  .home0-t::after{left:.2rem;opacity: 0;}
  .home0-t{height: auto;}
  .h0-s .slick-dots{right:.1rem;}
}

@media screen and (max-width: 1600px){
 .list_box1{padding-left: 5%;}
 .header_top #logo img{max-width: 3rem;}
}
@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){
  .ph-con {display: block;padding: 0;}
/*  .swiper-box1 .imged{padding-bottom: 50%;} */
}
@media screen and (max-width:1024px){
    .title{margin-bottom: .35rem;}
    .title h3{font-size: 0.3rem;}
    .title p{font-size: 0.5rem;}
    .swiper-box1 .swiper-pagination{bottom:.2rem;}
    .banner video{display: none;}
    .swiper-box1 .bb{display:none;}
    .banner .bb{display: none;}
    .swiper-box1 .cir{bottom: 0.25rem;}
   .swiper-box1 .imged{padding-bottom: 45%;}
  .title h3 img{width:.6rem;}
  .more{bottom:0;}
}

@media screen and (max-width:768px){
    .title{margin-bottom: .25rem !important;height: auto;}
    .title h3{font-size: 0.24rem;padding-left: 0;margin-top: -.1rem;}
    .title p{padding-left: 0;font-size: .4rem;}
    .title .h3{margin: 0 !important;text-align: left;}
    .txt1 {font-size: 0.2rem !important;}
    .p1 {font-size: 0.16rem !important;}
    .title h3 img{width:.4rem;margin-right: 0;}
}

@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;}
}