.a_body { position: relative; z-index: 0; }
@font-face { font-family: sy; src: url("../font/SOURCEHANSERIFCN-REGULAR.OTF"); }
@font-face { font-family: impact; src: url("../font/impact.ttf"); }
@font-face { font-family: geo; src: url("../font/georgia.ttf"); }
@font-face { font-family: con; src: url("../font/CANELA-REGULAR-REDUCED.WOFF.TTF"); }
.section { overflow: hidden; }
.header_box_li { position: relative; z-index: 1; }
.header_box { position: relative; z-index: 10000; height: 0px; }
#header { position: fixed; z-index: 999; width: 100%; transition: all 0.36s ease 0s; }
.header_box_li #header::before { content: ""; position: absolute; height: 1.7rem; top: -0.01rem; left: 0px; right: 0px; transition: all 0.2s ease 0s; opacity: 1; visibility: visible; pointer-events: none; background: linear-gradient(rgb(29, 26, 26), transparent);z-index: -1; }

#header.xg { background: #23826d; }
#header.xg::before { height: 0px; }
#header.xg .wp { height: 1rem; }
#header.xg .header_top { display: none; }
.header_top { position: relative; }

.header_top .li img { width: 0.16rem; display: inline-block; margin-right: 0.05rem; }
#header .right { padding-left: 13%; flex: 1; display: flex; flex-direction: column; align-items: flex-end; position: relative; }
.list_box0 { display: flex; align-items: center; justify-content: flex-end; padding-bottom: 0.15rem; }
.list_box0 .li { font-size: 0.16rem; color: rgb(255, 255, 255); display: inline-block; transition: all 0.6s ease 0s; position: relative; opacity: 0.7; }
.list_box0 .li:hover { color: rgb(255, 255, 255); opacity: 1; }
.list_box0 .li a { align-items: center; display: flex; padding: 0px 0.15rem; border-right: 1px solid rgba(255, 255, 255, 0.8); }
.list_box0 .li:last-child a { padding-right: 0px; border-right: none; }
.header_box .wp {height: 1.4rem;position: relative;display: flex;justify-content: space-between;transition: all 0.5s ease 0s;width: 100%;max-width: 100%;align-items: center;padding: 0 1.65rem 0 1rem;}


#logo {position: relative;max-width: 3.6rem;transition: all 0.5s ease 0s;}
#logo img { max-width: 100%; }
#nav { width: 100%; max-width: 10rem; }
#nav ul { display: flex; justify-content: space-between; }
#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.24rem; color: rgb(255, 255, 255); line-height: 0.4rem; position: relative; transition: all 0.36s ease 0s; display: inline-block; font-weight: bold; }
#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; border-radius: 0px 0px 0.08rem 0.08rem; }
#nav ul li .sub::after { content: ""; height: 0.03rem; width: 100%; position: absolute; left: 0px; top: 0px; background: rgb(238, 150, 64); }
#nav ul li .sub .box { padding: 0.14rem 0px; text-align: center; }
#nav ul li .sub a { padding: 0.08rem 0.1rem; line-height: 0.28rem; transition: all 0.6s ease 0s; font-size: 0.16rem; color: #23826d; text-align: center; min-width: 1.8rem; font-weight: 500; }
#nav ul li .sub a:hover { color: rgb(255, 255, 255); background: #23826d; }
#nav ul li:hover .sub { opacity: 1; visibility: visible; transform: translateX(-50%) scaleY(1); }
#nav ul li.on h3 { color: rgb(238, 150, 64); }
/*  */
.search_btn { cursor: pointer; }
.search_btn svg { fill: rgb(255, 255, 255); width: 0.16rem; height: 0.16rem; }
.search-dialog-box { position: fixed; left: 0rem; top: 0rem; 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: 0rem; height: 0rem; background: #23826d; transition: all 0.6s ease 0s; left: 0rem; right: 0rem; 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: 0rem; top: 0rem; width: 100%; height: 0rem; margin: 0rem; 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: 0rem; 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: 0rem; }
.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: rgb(102, 102, 102); 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.72rem; width: 1rem; }
.search-dialog .search-input input[type="submit"] { background-color: #23826d; font-size: 0.2rem; color: rgb(255, 255, 255); }
.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 .hot-search { font-size: 0rem; width: 0.49rem; margin: 0.096rem auto 0rem; box-sizing: border-box; padding: 0px 0.096rem; overflow: hidden; }
.search-dialog .hot-search .hot-tit, .search-dialog .hot-search .hot-link { display: inline-block; zoom: 1; vertical-align: top; }
.search-dialog .hot-search .hot-tit { font-size: 0.06rem; line-height: 0.08rem; color: rgb(255, 255, 255); font-weight: bold; padding-left: 0.096rem; background-repeat: no-repeat; background-position: left center; background-size: 0.08rem; }
.search-dialog .hot-link { margin-left: 0.16rem; }
.search-dialog .hot-link a { display: inline-block; zoom: 1; font-size: 0.06rem; line-height: 0.08rem; margin-right: 0.12rem; color: rgb(255, 255, 255); padding-bottom: 0.05rem; position: relative; }
.search-dialog .hot-link a::before { content: ""; position: absolute; left: 0%; bottom: 0rem; width: 100%; height: 0.02rem; background-color: rgb(255, 255, 255); transform: scaleX(0); transform-origin: left center; transition: transform 0.3s ease 0s; }
.search-dialog-box .bottom-box { position: absolute; left: 0rem; bottom: 5.1%; width: 100%; }
.search-dialog-box .bottom-box .share-box { overflow: hidden; }
.search-dialog-box .bottom-box .copy { font-size: 0.35rem; line-height: 0.5rem; color: rgb(255, 255, 255); font-family: gilroy-regular; margin-top: 0.5rem; overflow: hidden; }
.header-right.is-open .bubbles-bg { visibility: visible; opacity: 1; }
.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: 0rem; top: 0rem; width: 100%; height: 100%; background-color: #23826d; transform: scale(0); border-radius: 100%; transition: transform 0.3s ease 0s; }
.pub-close i { position: absolute; left: 0rem; top: 0rem; 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); }
}
.m_header_box { transition: all 0.6s ease 0s; display: none; height: 0.7rem; position: relative; z-index: 100000; }
.m_header_box header { padding: 0px 0px 0px 0.15rem; height: 0.7rem; background: #23826d; box-shadow: rgba(0, 0, 0, 0.05) 0px 0.03rem 0.05rem; position: fixed; top: 0px; left: 0px; right: 0px; z-index: 100; display: flex; justify-content: space-between; align-items: center; }
.m_header_box header #logo { padding: 0px; }
.m_header_box header #logo img { max-height: 0.55rem; }
#nav_btn_box.on { background: none; }
#nav_btn_box { position: relative; width: 0.7rem; height: 0.7rem; display: flex; align-items: center; justify-content: center; z-index: 1; }
#nav_btn_box::before { content: ""; position: absolute; z-index: -1; top: 0px; right: 0px; bottom: 0px; left: 0px; background: rgb(255, 255, 255); }
#nav_btn_box::after { content: ""; position: absolute; z-index: -1; bottom: 0px; left: -0.1rem; border-right: 0.1rem solid rgb(255, 255, 255); border-top: 0.7rem solid transparent; }
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; transition: all 0.5s ease 0s; outline: none; box-shadow: none; }
#nav_btn .point { display: inline-block; width: 0.45rem; height: 0.24rem; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 0.28rem; }
#nav_btn .navbtn { position: absolute; top: 0.12rem; left: 0px; display: inline-block; width: 0.27rem; height: 0.02rem; transition: all 0.3s ease-out 0s; background: #23826d; }
#nav_btn .navbtn::after, #nav_btn .navbtn::before { position: absolute; left: 0px; display: inline-block; width: 0.27rem; height: 0.02rem; content: ""; transition: all 0.3s ease-out 0s; background: #23826d; }
#nav_btn .navbtn::after { top: -0.08rem; }
#nav_btn .navbtn::before { top: 0.08rem; }
#nav_btn .point.on .navbtn { background: transparent; }
#nav_btn .point.on .navbtn::after { transform: rotate(45deg); top: 0rem; }
#nav_btn .point.on .navbtn::before { transform: rotate(-45deg); top: 0rem; }
.m_nav_list { flex-direction: column; width: 100%; height: 100%; overflow: auto; align-items: center; display: flex; background: rgba(255, 255, 255, 0.1); }
.m_nav_list::-webkit-scrollbar { display: none; }
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0px;padding: 0.9rem 0.1rem 0.15rem;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out 0s;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background:  0% 0% / cover rgb(247, 247, 247);opacity: 0;visibility: hidden;}
#m_nav .close { position: absolute; top: 0.07rem; right: 0.15rem; left: 0.15rem; font-size: 0.3rem; color: rgb(51, 51, 51); z-index: 10000; width: auto; height: 0.35rem; border-radius: 0px; display: flex; align-items: center; justify-content: flex-end; padding: 0px; }
#m_nav.act { pointer-events: auto; right: 0px; opacity: 1; visibility: visible; }
#m_nav .search_box input.submit { background: url("../images/submit.svg") center center / 0.28rem no-repeat #23826d; }
#m_nav .list_box0 {text-align: center;width: 90%;justify-content: flex-start;margin: 0.1rem auto 0px;flex-wrap: wrap;}
#m_nav .list_box0 .li {text-align: center;color: #23826d;font-size: 0.14rem;width: auto;padding: 0px 0.25rem 0px 0px;line-height: 0.4rem;}

.list_box_nav_mobile { width: 100%; padding: 0px 0px 0.1rem; overflow: hidden auto; margin: 0rem; }
.list_box_nav_mobile > li { width: 90%; overflow: hidden; padding: 0px; position: relative; margin: 0px auto; }
.list_box_nav_mobile > li .con { position: relative; }
.list_box_nav_mobile > li .a { width: 100%; border-bottom: 1px solid rgb(226, 226, 226); line-height: 0.64rem; color: rgb(51, 51, 51); padding: 0px; font-size: 0.16rem; display: flex; position: relative; transition: all 0.5s ease 0s; }
.list_box_nav_mobile > li i { opacity: 1; width: 0.64rem; height: 0.64rem; background-image: url("../images/arrow_down.svg"); background-position: center center; background-repeat: no-repeat; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; position: absolute; display: block; right: 0px; top: 0.02rem; background-size: 0.15rem 0.15rem !important; }
.list_box_nav_mobile > li.on1 i { transform: rotate(-90deg); }
.list_box_nav_mobile > li.on .a { border-bottom: 1px solid rgb(226, 226, 226); }
.list_box_nav_mobile > li .list { padding: 0.1rem 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); display: none; }
.list_box_nav_mobile > li .list a { display: block; font-size: 0.13rem; color: rgb(102, 102, 102); line-height: 2.5; }
.nav_mask { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 888; background-color: rgba(0, 0, 0, 0.4); display: none; }
.wap_search { font-size: 0.16rem; border-radius: 0.05rem; color: rgb(255, 255, 255); text-align: center; letter-spacing: 0.02rem; width: 100%; height: 0.6rem; display: block; }
.header-search{height: 0.4rem;border-radius: 0.2rem;background: rgb(255, 255, 255);position: relative;width: 3.68rem;margin: 0.1rem auto;border: 1px solid #23826d;}
.wap_search .input {font-size: 0.16rem;color: rgb(100, 100, 100);height: 0.4rem;line-height: 0.4rem;padding: 0px 0.4rem 0px 0.2rem;box-shadow: none;appearance: none;float: left;background: none;width: calc(100% - 0.4rem);}
.wap_search .btn_blue { position: absolute; cursor: pointer; top: 0px; right: 0px; width: 0.4rem; height: 0.4rem; line-height: 0.4rem; border: 0px; background: url("../images/submit.svg") center center / 0.24rem no-repeat #23826d; border-radius: 0.2rem; }
.wap_search .btn_blue.fr { background: rgb(233, 237, 239); color: rgb(78, 79, 83); }
.wap_search input::-webkit-input-placeholder { color: rgb(153, 153, 153); }
.wap_search input:focus::-webkit-input-placeholder { color: transparent; }
/* å…¨ç«™å¯¼èˆª */

.miso_btn1 { width: 1.25rem; height: 0.65rem; cursor: pointer; transition: all 0.5s ease 0s; position: absolute; right: 0px; top: 0.3rem; justify-content: flex-end; padding-right: 0.2rem; display: flex; align-items: center; border-radius: 0.33rem 0px 0px 0.33rem; background: #23826d }


#openBtn { cursor: pointer; display: inline-block; }
#openBtn .lcbody { width: 0.65rem; height: 0.22rem; position: relative; display: flex; flex-direction: column; justify-content: flex-start; }
#openBtn .lcbody .lcitem {width: 90%;height: 1px;position: absolute;transition: transform 0.36s ease 0s;right: 0px;}
#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: auto; right: 0px; 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; }
.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%; }
.xg .miso_btn1 {top: 0.15rem;}
@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: 49; 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:.5;}
.g-nav2 .scroll {position: absolute;z-index: 1;left: 0px;right: 0px;top: 1.5rem;bottom: 0px;overflow-y: auto;padding: 0 .5rem;}
.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: 10%; text-align: center; flex-shrink: 0; padding: 0px 0.15rem; }
.g-nav2 .scroll li h2 a {color: rgb(255, 255, 255);line-height: 0.32rem;display: flex;padding-bottom: 0.15rem;position: relative;z-index: 1;height: 0.7rem;align-items: center;white-space: nowrap;}
.g-nav2 .scroll li h2 { font-size: 0.2rem; font-weight: bold; line-height: 0.4rem; position: relative; z-index: 1; text-align: center; display: flex; }
.g-nav2 .scroll li h2::after { content: ""; position: absolute; width: 0px; height: 1px; background: rgb(255, 255, 255); left: 50%; bottom: 0px; }
.g-nav2 .scroll li .list { padding: 0.2rem 0px; text-align: left; }
.g-nav2 .scroll li .list h3 {font-size: 0.16rem;line-height: 0.36rem;margin-bottom: 0.05rem;color: rgb(255, 255, 255);white-space: nowrap;}
.g-nav2 .scroll li .list dl {padding-bottom: 0.05rem;}
.g-nav2 .scroll li .list dd {font-size: 0.14rem;line-height: 0.26rem;opacity: 0.7;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: rgb(255, 255, 255);transition: all 0.5s ease 0s;margin-bottom: .1rem;}
.g-nav2 .scroll li .list dd:hover { overflow: visible; opacity: 1; text-overflow: unset; }
.show #nav { opacity: 0; visibility: hidden; }
.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;}
.g-nav2 .scroll li:hover h2::after{width: 100%; left: 0px;}

@keyframes ani_roll2 { 
  0% { background-position: 0px bottom; }
  100% { background-position: -100% bottom; }
}
/* banner */
.main-visual-wrapper { width: 100%; overflow: hidden; position: relative; }
.main-visual-slider { overflow: hidden; position: relative; }
.main-visual-slider .swiper-slide { overflow: hidden; }
.swiper-box1 .imged { padding-bottom: 100vh; }
.slide-inner { overflow: hidden; }
.main-visual-slider .imged { transform: translate3d(0px, 0px, 0px) scale(1.05); transition: opacity 0.5s ease 0s; }
.main-visual-slider .swiper-slide-active .imged { transform: scale(1); transition: all 6s ease 0s; }
.main-visual-slider .imged::after{width: 100%;height: 40%;background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);}

.swiper-box1 .slide-inner { position: relative; display: block; }

.swiper-box1 .cir {display: flex;align-items: center;bottom: 0.6rem;left: auto;right: 10%;width: auto;}

.swiper-box1 .cir span{position: relative;width: 0.38rem;height: 0.38rem;opacity: 1;display: block;font-size: 0.28rem;margin: 0px 0.1rem !important;color: #fff;background: none;z-index: 1;}
.swiper-box1 .cir span::after{content: "";position: absolute;width: 0.29rem;height: 0.29rem;border-radius: 50%;background: #23826d;left: 0;bottom: 0;opacity: 0;z-index:-1;}
.swiper-box1 .cir .on::after{ opacity: .4; }

@media (max-width: 768px) {
  .swiper-box1 .cir { bottom: 0.1rem; }
  .swiper-box1 .cir span{font-size:.2rem;}
}
@media (max-width: 420px) {
}
/*  */

body{width: 100%;background: url(../images/hbg.jpg) repeat;}
.home1 { padding: 0.65rem 0px ; width: 100%;}
.home1::after { width: 62%; height: 90%; background: url("../images/hbg1.png") no-repeat; left: auto; right: 0px;background-size: 100%;}


.title { margin-bottom: 0.45rem; align-items: center; position: relative; z-index: 10; }
.title h3 { font-size: 0.36rem; line-height: 1.5; cursor: pointer; color: rgb(51, 51, 51); font-weight: bold;font-family: sy;}
.title h3 b { color: #be3022; font-family: sy;}
.title .h3 { margin: 0px auto;padding:0.35rem 0 0 0.35rem;cursor: pointer;}
.title .h3::after {top: 0;bottom: auto;background: url(../images/tit.png) no-repeat;background-size: 100%;width: 1.27rem;height: 0.97rem;}
.title .h3 .line{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 0.13rem;height: 0.39rem;}
.title p {font-size: 0.16rem;color: #666666;line-height: 0.3rem;font-family: Arial;/* margin-top: 0.1rem; */text-transform: uppercase;}
.more {position: absolute;right: 0px;top: 0.6rem;z-index: 999;}
.more a { font-size: 0.16rem; color: #333; display: block; border-radius: 0px; width: 1.26rem;height: 0.4rem;text-align: center;line-height: 0.4rem;background: url(../images/more.png) no-repeat;background-size: 100% 100% !important;}

.home1 .title .h3{opacity: .66;padding:0.35rem 0.25rem 0 0.35rem;}
.home1 .title .h3::after{opacity: 0;}
.home1 .title .h3.on{opacity: 1;}
.home1 .title .h3.on::after{opacity: 1;}
.home1 .more a{display: none;}
.home1 .more a.on{display: block;}
.h1-t{position: relative;}
.h1-t .tab{width: 100%;position: absolute;left: 0;top: 0;opacity: 0;visibility: hidden;transition: 0.5s;}
.h1-t .tab.on{opacity: 1;visibility: visible;position: relative;z-index: 10;}


.home1-t li * { transition: all 0.5s ease 0s; }
.home1-t { justify-content: space-between; }
.home1-t .left { width: 52%; }
.home1-t .right {width: 43%;}
.home1-t .left a { position: relative; display: block;}
.home1-t .left .imged { padding-bottom: 4.74rem;border-radius: 0 0.5rem 0 0;}
.home1-t .left .scale{width: 95%;border-radius: 0 .5rem 0 0;}
.home1-t .left .box{justify-content: flex-end;}
.home1-t .left .con {padding: 0.35rem 0.3rem 0.2rem 0.35rem;position: relative;height: 1.6rem;background: #23826d;width: 52%;margin: -0.8rem 0 0px;z-index: 10;border-radius: 0.8rem 0 0 0;}
.home1-t .left .con h3 { font-size: 0.2rem; color: rgb(255, 255, 255); line-height: 0.3rem; transition: all 0.5s ease 0s; max-height: 0.6rem;}
.home1-t .left .con p{color: #fff;font-family: can;font-size: 0.18rem;margin-top: 0.2rem;text-align: right;}


.home1-t .left .cir {bottom: 0rem;display: flex;align-items: center;width: auto;left: 0;}
.home1-t .left .cir span {width: 0.33rem;height: 0.39rem;background: none;opacity: 1;margin: 0px 0.1rem !important;font-size: 0.22rem;color: #debd91;font-family: sy;border: 1px solid rgba(0, 0, 0, 0);display: flex;align-items: center;justify-content: center;}
.home1-t .left .cir span.on {border: 1px solid #23826d;border-radius: 0.165rem 0.165rem 0 0;color: #23826d;}
.home1-t .right li *{transition: 0.5s;}
.home1-t .right li a {align-items: center;padding: 0.22rem 0rem;border-bottom: 1px solid #ddd;display: block;}
.home1-t .right li a::after { height: 1px;bottom: -1px;background: #23826d;}
.home1-t .right li h3 { font-weight: 500; font-size: 0.2rem; color: #333; line-height: 0.34rem; width: 100%; }
.home1-t .right li p{color: #23826d;font-family: can;font-size: 0.18rem;margin-top: 0.2rem;}
.home1-t .right li:first-child a{padding-top:0;}

@media screen and (min-width: 1200px) {
  .home1-t .right li a:hover:after{width:100%;}
  .home1-t .right li a:hover h3 {color: #23826d; }
  .more a:hover{color: #23826d;}

}
@media screen and (max-width: 1024px) {
  .home1 { padding: 0.4rem 0px; }


}
@media screen and (max-width: 768px) {
  .home1-t .left { width: 100%; margin: 0px; }
  .home1-t .right { width: 100%; margin-top: 0.15rem; }
  .home1-t .left .imged { padding-bottom: 60%; }
  .home1-t .left .cir{position:relative;margin-top:.1rem;}
  .home1-t .right li a{padding:.18rem 0;}
  .home1 .title .h3{opacity: .66;padding:0.2rem 0.15rem 0 0.2rem;}
}
@media screen and (max-width: 500px) {
  .home1-t .left .con {padding: 0.25rem 0.2rem 0.2rem .35rem;height: auto;width: 80%;margin: -.25rem 0px 0px;border-radius: 0.3rem 0 0 0;}

}


/*  */
.home2{ width: 100%; padding: 0.5rem 0px 0.9rem; position: relative; z-index: 1; }
.home2-t li a {align-items: center;border: 1px solid #23826d;height: 1.5rem;border-radius: 0.75rem;padding: 0 0.3rem;border-right: none;}
.home2-t li *{transition: 0.5s;}
.home2-t li{padding: 0.05rem 0;}
.home2-t li a::after {width: auto;left: 0.85rem;right: -1px;border-radius: 0.75rem;/* border: 1px solid #23826d; *//* background: linear-gradient(90deg, #99c4bb 0%, #e0ebe9 100%); */background: url(../images/h2bg1.png) no-repeat;background-size: 100% 100% !important;height: auto;top: -1px;bottom: -1px;}

.home2-t li .date{width: 0.88rem;height: 0.88rem;border-radius: 50%;background: #fff;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.home2-t li .con{flex: 1;min-width: 0;padding-left: 0.25rem;}
.home2-t li span { font-size: 0.38rem; font-family: con; color: #23826d; }
.home2-t li p {font-size: 0.14rem;line-height: 0.28rem;color: #23826d;margin-top: -.05rem;font-family: con;}
.home2-t li h3 { font-size: 0.2rem; line-height: 0.34rem; color: #333;max-height: 0.68rem;}

.home2-t .cir {display: flex;align-items: center;justify-content: center;position: relative;margin-top: 0.4rem;}
.home2-t .cir span {width: 0.33rem;height: 0.39rem;background: none;opacity: 1;margin: 0px 0.1rem !important;font-size: 0.22rem;color: #debd91;font-family: sy;border: 1px solid rgba(0, 0, 0, 0);display: flex;align-items: center;justify-content: center;}
.home2-t .cir span.on {border: 1px solid #23826d;border-radius: 0.165rem 0.165rem 0 0;color: #23826d;}


@media screen and (min-width: 1200px) {
  .home2-t li a:hover::after {background: linear-gradient(90deg, #debd91 0%, #f4eee5 100%);/* border: 1px solid #debd91; */background: url(../images/h2bg2.png) no-repeat;}
  .home2-t li a:hover{border: 1px solid #debd91;border-right: none;}
  .home2-t li a:hover span,.home2-t li a:hover p{color: #debd91;}
}

@media screen and (max-width: 1024px) {
  .home2 { padding: 0.4rem 0px; }

}

/*  */
.home3 {width: 100%;padding: 1.2rem 0px 0;}
.home3::after {width: 73%;height: auto;background: url("../images/hbg3.png") center/cover no-repeat;top: 0rem;bottom: 2rem;left: auto;right: 0;}
.home3::before{content: "";position: absolute;width: 2.77rem;height: 1.8rem;background: url(../images/h3bg.png) no-repeat;background-size: 100%;top: 0.65rem;right: 25%;}
.home3 .title {z-index: 10;}
.home3-t { position: relative; }
.home3-t dl{position: absolute;z-index: 10;left: 38%;top: 0;width: 30%;}
.home3-t dt a{align-items: center;padding: 0.17rem 0.15rem;margin-bottom: 0.15rem;border-bottom: 1px solid #ddd;}
.home3-t dt span{width: 0.31rem;height: 0.34rem;display: flex;align-items: center;justify-content: center;}
.home3-t dt p{flex: 1;min-width: 0;padding: 0 0.15rem;font-size: 0.28rem;color: #333;transition: 0.5s;}
.h3-t{/* padding-top: 2.4rem; */width: calc((100vw - 15rem)/2 + 100%);transform: translateY(-1.5rem);}
.h3-t ul{margin: 0 -0.4rem;}
.h3-t li{padding: 3.5rem 0.4rem 0;position: relative;width: 34%;}
.h3-t li:last-child{width: 32%;padding-right: 0;}
.h3-t li a{display: block;width: 100%;position: relative;}

.h3-t li .scale{border-radius: 0.3rem 0 0.3rem 0;}
.h3-t li:nth-child(1) .imged{padding-bottom: 122%;}
.h3-t li:nth-child(2) .imged{padding-bottom: 93%;}
.h3-t li:nth-child(3) .imged{padding-bottom: 75%;}
.h3-t li:nth-child(1) a{margin-top: -70%;}
.h3-t li:nth-child(3) a{margin-top: -25%;}
.h3-t li span{width: 1rem;height: 1rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 1;}


.home3-t .cir {display: flex;align-items: center;position: absolute;margin-top: 0.4rem;width: auto;right: 17%;bottom: 1.4rem;left: auto;}
.home3-t .cir span {width: 0.33rem;height: 0.39rem;background: none;opacity: 1;margin: 0px 0.1rem !important;font-size: 0.22rem;color: #debd91;font-family: sy;border: 1px solid rgba(0, 0, 0, 0);display: flex;align-items: center;justify-content: center;}
.home3-t .cir span.on {border: 1px solid #23826d;border-radius: 0.165rem 0.165rem 0 0;color: #23826d;}


@media screen and (min-width: 1200px) {
  .home3-t dt a:hover p{color: #23826d;}

}
@media screen and (max-width: 1024px) {
  .home3{ padding: 0.4rem 0px; }
  .h3-t{ width: 100%;}
  .h3-t ul{margin: 0 -0.1rem;}
  .h3-t li{padding: 3.5rem 0.1rem 0;position: relative;width: 33.3%;}
  .h3-t li:last-child{width: 33.3%;padding-right: .1rem;}
  .home3-t .cir{bottom: 0.8rem;right: 10%;}
}
@media screen and (max-width: 768px) {
  .home3::before{width: 1.6rem;height: 1rem;right: 30%;}
  .home3-t dl{width: 100%;position: relative;left: 0;margin-bottom: 0.25rem;}
  .h3-t{transform: translateY(0);}
  .h3-t li{width: 50%;margin-bottom: 0.25rem;padding: 0 0.1rem;}
  .h3-t li:last-child{width: 100%;}
  .home3-t .cir{position: relative;margin-top: 0.15rem;bottom: auto;right: auto;justify-content: center;width: 100%;}
  .h3-t ul{align-items: flex-end;}
.h3-t li:nth-child(1) a{margin-top: 0%;}
.h3-t li:nth-child(3) a{margin-top: 0%;}
.h3-t li:nth-child(3) .imged{padding-bottom: 60%;}
.home3-t dt p{font-size: 0.24rem;}
}

/*  */
.home4 { width: 100%;  overflow: hidden;margin-top: -.5rem;}
.home4-t{align-items: flex-end; }
.home4-t .left{flex: 1;min-width: 0;background: #eff3e6;border-radius: 0 1rem 0 0;position: relative;padding: 1.55rem 0.3rem 0rem 0;}
.home4-t .right{width: 3.45rem;margin-top: 1.25rem;background: url(../images/h4bg.jpg) no-repeat;background-size: cover;text-align: center;padding-top: 1.3rem;height: 8.64rem;}
.home4-t .right .title .h3{display: none;}
.home4-t .right .title h3,.home4-t .right .title b{color: #fff;}
.home4-t .right .more{position: relative;top: auto;margin: 1.5rem auto 0;}
.home4-t .right .more a{background: url(../images/more2.png) no-repeat;color: #fff;}
.home4-t .right h4{width: 1.68rem;margin: 0 auto}
.home4-t .left ul{align-items: flex-end;flex-wrap: nowrap;}
.home4-t .left li{position: relative;flex-shrink: 0;}
.home4-t .left li a { display: block; position: relative; background: #fff;border: 1px solid #23826d;border-radius: 0 1.2rem 0 0;box-shadow: 0.1198rem 0.0903rem 0.32rem 0rem rgba(8, 86, 69, 0.3);padding: 0.25rem;height: 100%;}
.home4-t .left li .con{margin-top: 0.25rem;}
.home4-t .left li p{font-family:sy;}
.home4-t .left li span {display: inline-block;font-size: 0.5rem;color: #debd91;font-family: con;}
.home4-t .left li h3 {font-size: 0.16rem;line-height: 0.3rem;color: rgb(51, 51, 51);margin-top: 0.2rem;max-height: 1.5rem\0;}
.home4-t .left li .scale{border-radius: 0 1rem 0 0;}
.home4-t .left li:nth-child(2n-1){z-index: 10;}
.home4-t .left li:nth-child(1){height: 5.16rem;width: 21%;}
.home4-t .left li:nth-child(2){height: 8.32rem;width: 29%;left: -5%;}
.home4-t .left li:nth-child(3){height: 6.41rem;width: 23%;left: -15%;}
.home4-t .left li:nth-child(4){height: 7.64rem;width: 29%;left: -20%;}
.home4-t .left li:nth-child(5){height: 5.5rem;width: 23%;left: -25%;}
.home4-t .left li:nth-child(2) .con{padding: 0 1.2rem 0 0.6rem;}
.home4-t .left li:nth-child(4) .con{padding: 0 .6rem;}


.home4-t .arrow {display: flex;align-items: center;justify-content: center;position: absolute;right: 0.3rem;top: 3rem;}

.home4-t .arror { position: relative; left: auto; right: auto; top: auto; margin: 0px 0.1rem; width: 0.6rem; height: 0.6rem; transition: all 0.5s ease 0s;border-radius: 50%;background: #fff;border: 1px solid #23826d;}
.home4-t .arror::after { display: none;}
.home4-t .arror::before{font-size: 0.22rem; color: #23826d;  font-family: swiper-icons;}
.home4-t .arror:hover{background: #e3c7a2;border: 1px solid #e3c7a2;}
.home4-t .arror:hover::before{color: #fff;}


@media screen and (min-width: 1200px) {

}
@media screen and (max-width: 1024px) {
  .home4 { padding: 0.4rem 0px 0; }
  .home4-t .left{width: 100%;padding: .4rem 0 0 0;flex: none;}
  .home4-t .right{width: 100%;order: -1;height: auto;padding: 0.25rem;margin: 0;}
  .home4-t .right h4{display: none;}
  .home4-t .right .title .h3{display: block;}
  .home4-t .right .more{position: absolute;margin-top: 0;top: .3rem;}
  
}
@media screen and (max-width: 768px) {
  .home4-t .left ul{flex-wrap: wrap;justify-content: center;}
  .home4-t .left li{width: 33.3% !important;left: 0 !important;height: 4.2rem !important;padding: 0 0.05rem;margin-bottom: 0.3rem;}
  .home4-t .left li .con{width: 100% !important;padding: 0 0rem !important;}
  .home4-t .left li span{font-size: 0.28rem;}
  .home4-t .left li a{border-radius: 0 0.3rem  0 0; }
  .home4-t .left li .scale{border-radius: 0 0.2rem 0 0;}
  .home4-t .arrow{top: auto;bottom: 0.2rem;right: 0;}
  .home4-t .arror{width: 0.45rem;height: 0.45rem;}
  .new3-swiper2 li{margin: 0 0.1rem;}
}

@media screen and (max-width: 400px) {
  .home4-t .left li{height: 3.5rem !important;}
}

/*  */
.home5 { width: 100%; overflow: hidden; padding: 1.2rem 0px 0rem;}
.home5 .wp{position: relative;}
.home5-t{align-items: center;}
.home5::after{width: 100%;height:3.12rem;background: url(../images/h5bg.png) no-repeat ;top: 3rem;background-size: 100% 100% !important;}
/* .home5::before{content: "";position: absolute;left: 0.1rem;top: 0.1rem;right: 0.1rem;bottom: 0.1rem;border: 1px solid #d2c7c5;} */
.home5 .title{position: absolute;width: 100%;z-index: 10;top: 0;}


.home5-t .scale{border-radius: 50%;}
.new3-l{width: 40%;background: url(../images/h5-c.png) no-repeat center;background-size: 100% 100%;border-radius: 50%;overflow: hidden;padding: 0.75rem;margin-left: -3%; box-shadow: 0px 3px 0.27rem 0px rgba(0, 0, 0, 0.17);}


.new3-r{width: 60%;padding: 0 0 0 0.5rem;}
.new3-l .imged{padding-bottom: 100%;border-radius: 50%;}

.new3-swiper2{padding: 0.5rem 0 0;}
.new3-swiper2>ul{padding-right: 1rem;}
.new3-swiper2 .imged{padding-bottom: 100%;border-radius: 50%;}
.new3-swiper2 h3{color: #333;margin-top: 0.2rem;text-align: center;font-size: 0.22rem;}
.new3-swiper2 li a{width: 100%;display: block;cursor: pointer;}
.new3-swiper2 li{margin: 0 0.17rem;}
.new3-swiper2 li a:hover .imged{transform: scale(1);}
.new3-swiper2 li .scale{overflow: visible; box-shadow: 0rem 0.03rem 0.27rem 0px rgba(0, 0, 0, 0.27);}

.h5-b{padding: 0 0rem 0 1rem;margin-top: 0.5rem;position: relative;}
.h5-b a{width: 100%;display: flex;border-left: 2px solid #23826d;padding-left: 0.3rem;flex-wrap: wrap;}
.h5-b .con{width: 25%;}
.h5-b h3{color: #23826d;font-size: 0.36rem;line-height: 1.2;}
.h5-b h4{margin-top: 0.2rem;font-size: 0.2rem;color: #666;line-height: 1.3;}
.h5-b h3 span{font-size:.2rem;color:#333;}
.h5-b p{width: 75%;color: #333;font-size: 0.18rem;line-height: 0.3rem;max-height: 0.9rem\0;}

.new3-r .slick-arrow{left: auto;top: auto;right: 0rem;bottom: 1.2rem;background: url(../images/h5-prev1.png) no-repeat center;transition: 0.5s;width: 0.6rem;height: 0.6rem;margin: 0;transform: translate(0);background-size: 100% !important;}
.new3-r .slick-next{transform: rotateY(180deg);bottom: 0.5rem;}
.new3-r .slick-arrow:hover{background: url(../images/h5-prev2.png) no-repeat center;}
.new3-r .slick-next:before,.new3-r .slick-prev:before{display: none;}



@media screen and (min-width: 1200px) {
  
  .home5-t li a:hover h3 { transform: translateX(0.1rem); }
}
@media screen and (max-width: 1024px) {
  .home5 { padding: 0.4rem 0px; }
  .home5 .title{position: relative;}
  .new3-l{width: 30%;padding: 0.5rem;}
  .new3-r{width: 70%;padding-left: 0.2rem;}
  .home5::after{height: 2.5rem;top: 2.8rem;}
}
@media screen and (max-width: 768px) {
  .home5::after{height: 2rem;top: 2.2rem;}
  .new3-l{padding: 0.3rem;}
  .new3-swiper2 {padding: 0.2rem 0 0;}
  .h5-b{padding: 0 0rem 0 0.2rem;}
  .new3-swiper2>ul{padding-right: 0rem;}
  .new3-r .slick-arrow{width: 0.45rem;height: 0.45rem;bottom: -.55rem;right: .6rem;}
  .new3-r .slick-next{bottom: -.55rem;right: 0;}
}
@media screen and (max-width: 420px) {
  .new3-l{width: 40%;padding: 0.2rem;}
  .new3-r{width: 60%;padding-left: 0.2rem;}
  .home5::after{height: 1.5rem;top: 2.2rem;}
}


/*  h6*/
.home6{padding: 1.5rem 0 0rem;z-index: 2;}
.home6::after{width: 66%;height: 70%;bottom: auto;top: -1.4rem;background: url(../images/hbg6.png) no-repeat;background-size: 100%;}
.home6 .title{margin-bottom: 0;}
.home6-t li a{padding: 0.8rem 0.5rem 0;display: block;position: relative;}
.home6-t li a::after{width: auto;left: -0.2rem;right: -0.2rem;height: 7.72rem;bottom: auto;top: 0;opacity: 0;background: url(../images/h6bg.png) no-repeat;background-size: 100%;}
.home6-t li .scale{border-radius: 1.51rem 1.51rem 0 0;}
.home6-t li .con{height: 1.4rem;padding-top: 0.3rem;}
.home6-t li h3{font-size: 0.2rem;color: #333;line-height: 0.3rem;max-height: 0.6rem;transition: 0.5s;}
.home6-t li p{font-size: 0.16rem;color: #23826d;margin-top: 0.15rem;font-family: con;}
.home6-t li .pis{position: relative;}
.home6-t li span{width: 0.56rem;height: 0.56rem;border-radius: 50%;background: #fff;padding: 0.05rem;left: 50%;transform: translateX(-50%);top: -0.28rem;display: block;position: absolute;}
.home6-t li .imged{padding-bottom: 150%;border-radius: 1.51rem 1.51rem 0 0;}
.home6-t .cir {display: flex;align-items: center;justify-content: center;position: relative;margin-top: 0.4rem;}
.home6-t .cir span {width: 0.33rem;height: 0.39rem;background: none;opacity: 1;margin: 0px 0.1rem !important;font-size: 0.22rem;color: #debd91;font-family: sy;border: 1px solid rgba(0, 0, 0, 0);display: flex;align-items: center;justify-content: center;}
.home6-t .cir span.on {border: 1px solid #23826d;border-radius: 0.165rem 0.165rem 0 0;color: #23826d;}
.home6-t li span img{width:100%;}


@media screen and (min-width: 1200px) {
  .home6-t li a:hover::after{opacity: 1;}
  .home6-t li a:hover h3{color: #23826d;font-weight: bold;}
}
@media screen and (max-width: 1024px) {
  .home6{padding: 0.4rem 0 0;}
  .home6-t li a{padding: 0.3rem .1rem 0;}
}
@media screen and (max-width: 768px) {


}
@media screen and (max-width: 600px) {
}

/* h7 */
.home7{width: 100%;padding: 0.7rem 0;}
.home7::after{width: 100%;height: 10.88rem;background: url(../images/hbg7.png) no-repeat bottom;background-size: 100%;}
.home7-t{margin-bottom: 1.2rem;padding: 0.2rem 0;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.home7-t li{margin: 0 0.2rem;width: 3.9rem;}
.home7-t li .imged{padding-bottom: 40%;}
.tempWrap{width: 100% !important;}
.h7-b ul{margin: 0 -0.15rem;}
.h7-b li{width: 14.2%;padding: 0 0.15rem;}
.h7-b li a{display: block;background: #fff;padding: 0.25rem;border-radius: 0 0.3rem 0 0;height: 1.25rem;}
.h7-b li *{transition: 0.5s;}
.h7-b li .img2{display: none;}
.h7-b li p{margin-top: 0.2rem;font-size: .16rem;}
.h7-b li span{}



@media screen and (min-width: 1200px) {
  .h7-b li a:hover{background: #23826d;}
  .h7-b li a:hover p{color: #e3c7a2;}
  .h7-b li a:hover .img1{display: none;}
  .h7-b li a:hover .img2{display: block;}
}
@media screen and (max-width: 1024px) {
  .home7{padding: 0.4rem 0;}
  .home7-t{margin-bottom: 0.4rem;}
  .h7-b ul{margin: 0 -0.1rem;}
  .h7-b li{width: 14.2%;padding: 0 0.1rem;}
}

@media screen and (max-width: 768px) {
  .h7-b li{width: 25%;margin-bottom: 0.2rem;}

}
@media screen and (max-width: 600px) {
  .h7-b li{width: 33.3%;}
}

.footer { position: relative; z-index: 10;background: #23826d;}

.foot-t { align-items: center; justify-content: space-between; position: relative; }
.foot-t .fot1 { width: 35%;}
.foot-t .fot2 { width: 35%; padding: 0.65rem 10% 0.9rem 0.4rem;border-left: 1px solid rgba(255, 255, 255, 0.1);border-right: 1px solid rgba(255, 255, 255, 0.1);}
.foot-t .fot3 { width: 20%; }

.foot-t .fot1 .img { margin-bottom: 0.2rem; }
.foot-t .fot1 p { font-size: 0.16rem; line-height: 0.3rem; color: #fff;opacity: .7; }
.foot-t .fot2 p { font-size: 0.16rem; line-height: 0.3rem; color: #fff;opacity: .7; }

.ul-iconsb1{justify-content:center;}
.ul-iconsb1 li{padding:0  0.1rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}

.ul-iconsb1 .icon img{width:0.45rem;height: .45rem;}
.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.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 .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%);}
.ul-iconsb1 li:last-child .con:hover .qrbox{transform: translateY(0%) translateX(0%);}              


.select{width: 2.88rem;position: relative;cursor: pointer;margin-top: 0.4rem;}
.select h2{font-size: 0.16rem;height: 0.45rem;align-items: center;padding: 0 .15rem;justify-content: space-between;border: 1px solid rgba(255, 255, 255, 0.1);border-radius: 0rem;}
.select h2 p{color: #fff;white-space: nowrap;}
.select ul{background: #f8f8f8;max-height: 2rem;position: absolute;width: auto;left: 0;right: 0;padding: .15rem 0rem;z-index: 5;bottom: 100%;display: none;overflow-y: auto;}
.select li{font-size: 0.16rem;line-height: 0.32rem;color: #333;transition:0.5s;padding: 0 .15rem;}
.select h2 img{width: 0.11rem;}
.select li:hover{background:#23826d;color:#fff;}



@media screen and (max-width: 1024px) {
  .foot-t { padding: 0.25rem 0px; }
.select {
    width: 2.68rem;}
}
@media screen and (max-width: 768px) {
  .foot-t .fot1 img { width: 70%; }
  .foot-t .fot1 { width: 100%; text-align: center; }
  .foot-t .fot3 { width: 100%; text-align: center; }
  .foot-t .fot2{width:100%;padding: 0.2rem 0;text-align: center; border:none;}
.select{margin:0.25rem auto 0;}
}
@media screen and (max-width: 420px) {
  
}



@media screen and (max-width: 1600px) {

  #header .right { padding-left: 7%; }
}
@media screen and (max-width: 1366px) {
  #header .right { padding-left: 5%; }
}
@media screen and (max-width: 1200px) {
  .header_box { display: none; }
  .m_header_box { display: block; }
  .swiper-box1 .imged { padding-bottom: 50%; }
}
@media screen and (max-width: 1024px) {
  .title .img { display: none; }

}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
  .txt1 { font-size: 0.2rem !important; }
  .p1 {font-size: 0.16rem !important;}
  .title { margin-bottom: 0.25rem !important; }
  .title h3 { font-size: 0.28rem !important; }
  .title .h3 {padding-left: 0rem;margin: 0px;padding: .2rem 0 0 .2rem;text-align: left;}
  .title p{font-size: 0.14rem;}
  .title .h3::after{width: .9rem; height: .6rem;}
  .more{top: .25rem;}

  .title .more a {padding-right: 0rem;}
  .title .more a::after { width: 0.8rem; height: 0.22rem; }
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 420px) {
}
@media (min-width: 200px) {
  [aos="zoom-in"] { transform: scale(0.5); }
}
.pb_sys_style1 .p_no_d { color: rgb(255, 255, 255); border: 1px solid #23826d !important; background-color: #23826d !important; }
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a { height: auto !important; padding: 0.03rem 0.12rem !important; line-height: 0.2rem !important; }
.pb_sys_common { font-size: 0.14rem !important; line-height: 0.4rem !important; margin: 0.5rem 0px !important; }