.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: Philosopher; src: url("../font/PHILOSOPHER-REGULAR.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; background: linear-gradient(rgb(29, 26, 26), transparent); }
.header_box_li #header::before { content: ""; position: absolute; height: 0rem; top: -0.01rem; left: 0px; right: 0px; transition: all 0.2s ease 0s; opacity: 1; visibility: visible; pointer-events: none; background: url("../images/headbg.png") center top / 100% 100% no-repeat; z-index: -1; }
.header_box_li #header::after { width: 100%; height: 0.06rem; content: ""; position: absolute; left: 0px; top: 0px; }
#header.xg { background: #00706B; }
#header.xg::before { height: 0px; }
#header.xg .wp { height: 1rem; }
#header.xg #logo { }
#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 1 0%; 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.14rem; 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.2); }
.list_box0 .li:last-child a { padding-right: 0px; border-right: none; }
.header_box .wp { height: 1.4rem; position: relative; padding: 0px 1rem 0px 0.5rem; display: flex; justify-content: space-between; transition: all 0.5s ease 0s; width: 100%; max-width: 100%; align-items: center; }
#logo {height: 100%;position: relative;max-width: 6.6rem;display: flex;align-items: center;transition: all 0.5s ease 0s;}
#logo img { max-width: 100%; transition: all 0.5s ease 0s; height: auto; }
#nav { width: 100%; max-width: 12rem; }
#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.18rem; 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: #33333;text-align: center;min-width: 1.8rem;font-weight: 500;}
#nav ul li .sub a:hover { color: rgb(255, 255, 255); background: #00706B; }
#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: #00706B; 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: #00706B; 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: #00706B; 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: #00706B; 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;opacity: 0;}
#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.3rem;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: #00706B; }
#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: #00706B; }
#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.2rem 0.3rem;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 #00706B; }
#m_nav .list_box0 { text-align: center; width: 90%; justify-content: flex-start; margin: 0.32rem auto 0px; flex-wrap: wrap; }
#m_nav .list_box0 .li { text-align: center; color: rgb(26, 51, 206); font-size: 0.14rem; width: auto; padding: 0px 0.25rem 0px 0px; line-height: 0.4rem; }
#m_nav .old_rukou { margin: 0.24rem 0px 0px; width: 100%; }
.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; }
.wap_search form { height: 0.4rem; border-radius: 0.2rem; background: rgb(255, 255, 255); position: relative; width: 3.68rem; margin: 0.1rem auto; }
.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); border: 1px solid #00706B; border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem; }
.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 #00706B; 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: 0.74rem;height: 0.42rem;cursor: pointer;transition: all 0.5s ease 0s;position: absolute;right: 0px;top: 0.45rem;justify-content: flex-end;padding-right: 0.2rem;display: flex;align-items: center;border-radius: 0.37rem 0px 0px 0.375rem;background: linear-gradient(243deg, #009688 0%, #00706B 100%);}
.miso_btn1 .box { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; width: 0.45rem; height: 0.25rem; }
.miso_btn1 .box span { display: block; width: 100%; height: 0.03rem; background: rgb(255, 255, 255); }
.miso_btn1 .box span:nth-child(1), .miso_btn1 .box span:nth-child(3) { width: 84%; }
#openBtn { cursor: pointer; display: inline-block; }
#openBtn .lcbody { width: 0.26rem; height: 0.19rem; 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; left: 0px; }
#openBtn .lcbody .lcitem:nth-child(1) { 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.3rem; }
@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%); background: url("../images/nav2bg.jpg") center bottom / cover no-repeat; }
.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; }
.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: 15%;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: left; 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: 15%;}
.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; }
}
.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 video { }
.swiper-box1 .slide-inner { position: relative; display: block; }
.swiper-box1 .cir {display: flex;align-items: center;justify-content: center;bottom: 0.3rem;width: 100%;}
.swiper-box1 .cir span {position: relative;width: 0.3rem;height: 0.3rem;opacity: 1;display: block;font-size: 0px;background-image: url("../images/cir1.png");background-position: initial;background-repeat: no-repeat;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;margin: 0px 0.07rem !important;background-size: 100% 100% !important;}
.swiper-box1 .cir span:nth-child(1) { width: 0.3rem; height: 0.3rem; transform: translateY(0rem); }
.swiper-box1 .cir span:nth-child(3) { width: 0.31rem; height: 0.31rem; transform: translateY(0.2rem); }
.swiper-box1 .cir span:nth-child(4) { width: 0.3rem; height: 0.3rem; transform: translateY(0rem); }
.swiper-box1 .cir span:nth-child(5) {width: 0.3rem;height: 0.3rem;transform: translateY(0.05rem);}
.swiper-box1 .cir .on { opacity: 1; background: url("../images/cir2.png") 0% 0% / 100% 100% no-repeat; width: 0.38rem; height: 0.38rem; animation: 15s linear 0s infinite normal none running play; }
@media (max-width: 768px) {
  .swiper-box1 .cir { bottom: 0.2rem; }
}
@media (max-width: 420px) {
}
.home1 {padding: 0.7rem 0px 1rem;width: 100%;background: url("../images/hbg1.png") center top / cover no-repeat;}
.home1::after { width: 5.18rem; height: 4.29rem; background: url("../images/h1bg4.png") 0% 0% / 100% no-repeat; left: auto; right: 0px; }
.title { margin-bottom: 0.5rem; align-items: center; position: relative; z-index: 10; }
.title h3 { font-size: 0.34rem; line-height: 1.5; cursor: pointer; color: rgb(51, 51, 51); font-weight: bold; }
.title h3 b { color: #00706B; }
.title .h3 {align-items: center;}
.title span { width: 0.77rem; margin-right: 0.25rem; display: block; }
.title .h3 img { width: 0.77rem; }
.title .con { }
.title .con::after {width: 1.62rem;height: 1.02rem;background-image: url("../images/titbg.png");background-position: initial;background-repeat: no-repeat;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;left: 55%;bottom: auto;top: 0rem;background-size: 100% 100% !important;opacity: 0;}
.title p {font-size: 0.16rem;color: rgb(153, 153, 153);line-height: 0.3rem;font-family: Arial;margin-bottom: 0.1rem;text-transform: uppercase;text-align: right;display: none;}
.title .more { position: absolute; right: 0px; top: 50%; transform: translateY(-50%); z-index: 999; }
 .more a {font-size: 0.2rem;color: #00706B;display: inline-block;border-radius: 0px;line-height: 0.36rem;font-family: Philosopher;padding: 0px 0.4rem 0.05rem 0px;}
 .more a::after{
    width: 1.17rem;
    height: 0.29rem;
    background: url(../images/more.png) no-repeat;
    background-size: 100% 100% !important;
    left: auto;
    right: 0;
}

.more img { width: 1.01rem; }
.title svg { fill: transparent; stroke: rgb(255, 255, 255); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1000; stroke-dashoffset: 0; transition: all 0.3s ease 0s; }
.title .h3:hover svg { animation: 10s ease 0s 1 normal none running dash2; }
@keyframes dash2 { 
  0% { stroke-dashoffset: 1000; }
  100% { stroke-dashoffset: 0; }
}
.home1-t li * { transition: all 0.5s ease 0s; }
.home1-t { justify-content: space-between; }
.home1-t .left { width: 49%; }
.home1-t .right { width: 48%; }
.home1-t .left a { position: relative; display: block; }
.home1-t .left .imged { padding-bottom: 4.8rem; }
.home1-t .left .imged::after { width: 100%; background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); height: 30%; }
.home1-t .left .con {padding: 0.25rem 0.3rem 0.2rem 0.25rem;position: relative;height: 1.35rem;background: #00706B;width: 100%;margin: -0.3rem auto 0px;z-index: 10;align-items: center;}
.home1-t .left .con h3 { font-size: 0.18rem; color: rgb(255, 255, 255); line-height: 0.3rem; transition: all 0.5s ease 0s; }
.home1-t .left .con .h1-l { width: calc(100% - 0.8rem); padding-left: 0.15rem; }
.home1-t .left .date { width: 0.8rem; text-align: center; white-space: nowrap; order: -1; }
.home1-t .left .date span { color: rgb(255, 255, 255); font-size: 0.46rem; line-height: 1.2; font-family: Philosopher; }
.home1-t .left .date p { font-size: 0.2rem; color: rgb(255, 255, 255); line-height: 0.32rem; font-family: Philosopher; }
.home1-t .left .cir {right: 0.4rem;bottom: 0.17rem;display: flex;align-items: center;width: auto;left: auto;}
.home1-t .left .cir span {width: 0.25rem;height: 0.02rem;background: rgb(255, 255, 255);opacity: 0.6;margin: 0px 0.07rem !important;}
.home1-t .left .cir span.on { height: 0.03rem; background: rgb(238, 151, 48); }
.home1-t .right li a { height: 1.2rem; align-items: center; padding: 0rem 0.25rem; border-bottom: 1px solid rgb(221, 221, 221); }
.home1-t .right li a::after {height: 100%;opacity: 0;width: 100%;}
.home1-t .right li:last-child a { border-bottom: none; }
.home1-t .right li a::before {content: "";position: absolute;width: 0px;height: 1px;bottom: -1px;background: #00706B;left: 0px;}
.home1-t li .con { width: calc(100% - 1.1rem); padding: 0px 0.2rem 0px 0.5rem; }
.home1-t li .date { width: 1.1rem; white-space: nowrap; padding-right: 0.4rem; text-align: center; }
.home1-t li .con::before { content: ""; position: absolute; width: 0.07rem; height: 0.63rem; background-image: url("../images/tim-line.png"); background-position: initial; background-repeat: no-repeat; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; left: 0px; top: 50%; transform: translateY(-50%); background-size: 100% 100% !important; }
.home1-t li .con::after { width: 0.69rem; height: 0.66rem; background: url("../images/h1-xq.png") 0% 0% / 100% 100% no-repeat; right: 0px; top: 50%; transform: translateY(-50%); left: auto; opacity: 0; }
.home1-t li .con h3 {font-weight: 500;font-size: 0.18rem;color: rgb(51, 51, 51);line-height: 0.32rem;max-height: 0.64rem;}
.home1-t li .date span {display: block;font-size: 0.36rem;line-height: 1.2;color: #00706B;font-family: Philosopher;}
.home1-t li .date p {font-size: 0.2rem;color: #00706B;font-family: Philosopher;margin-top: 0.1rem;}
@media screen and (min-width: 1200px) {
  .home1-t li a:hover .con h3 {color: #00706B;}
  .home1-t li a:hover::after {width: 100%;opacity: .25;}
  .home1-t li a:hover::before { width: 100%; }
  .home1-t li a:hover .con { }
  .home1-t li a:hover .con::after { }
  .more a:hover { transform: translateX(0.15rem); }
/*   .home1-t .right li a:hover span, .home1-t .right li a:hover p, .home1-t .right li a:hover h3 { color: rgb(255, 255, 255); }
  .home1-t .right li a:hover .con::before { background: url("../images/tim-line2.png") no-repeat; }
  .home1-t .right li a:hover h3{font-weight:bold;} */
}
@media screen and (max-width: 1024px) {
  .home1 { padding: 0.4rem 0px; }
  .home1-t .right li a { padding: 0.2rem 0px; }
}
@media screen and (max-width: 768px) {
  .home1-t .left { width: 100%; margin: 0px; }
  .home1-t .right { width: 100%; margin-top: 0.3rem; }
  .home1-t .left .cir { left: 0.2rem; bottom: 0.2rem; }
  .title .h3 img { width: 0.5rem; }
  .home1-t .left .imged { padding-bottom: 60%; }
}
@media screen and (max-width: 500px) {
  .home1-t .left .con { padding: 0.25rem 0.2rem; height: auto; width: 100%; margin: 0.35rem 0px 0px; }
  .home1-t li .con { padding: 0px 0px 0px 0.2rem; }
}
.home2 {width: 100%;padding: 1rem 0px;position: relative;z-index: 1;}
.home2::after { width: 100%; background: url("../images/hbg2.png") center center / cover no-repeat; height: auto; top: 0px; bottom: -1rem; }
.home2 .title .h3 {/* align-items: baseline; */}
.home2 .title .tit {align-items: center;padding: 0px 0.05rem 0px 0.1rem;cursor: pointer;/* transform: translateY(-0.2rem); */}
.home2 .title .tit::after { width: 0.25rem; height: 0.38rem; background: url("") 0% 0% / 100% 100% no-repeat; bottom: 0px; }
.home2 .title .tit:nth-child(1) {padding: 0px 0.1rem 0px 0px;}
.home2 .title .tit.on { transform: translateY(0px); }
.home2 .title h3 { font-weight: normal; font-size: 0.26rem; color: rgb(102, 102, 102); }
.home2 .title h3 b { font-weight: normal; color: rgb(102, 102, 102); }
.home2 .title p { margin-bottom: 0px; display: none; }
.home2 .title .tit span { display: none; }
.home2 .title .tit.on span { display: block; }
.home2 .title .tit.on h3 { font-size: 0.32rem; font-weight: bold; color: rgb(51, 51, 51); }
.home2 .title .tit.on h3 b { font-weight: bold; color: #00706B; }
.home2 .title .tit.on p { opacity: 1; text-align: right; display: block; }
.home2 .title .tit.on::after {bottom: 0.25rem;}
.home2 .more a { display: none; }
.home2 .more a.on { display: block; }
.home2-t { position: relative; }
.home2-t .tab {width: 100%;position: absolute;top: 0px;left: 0px;opacity: 0;visibility: hidden;transition: 0.5s;}
.home2-t .tab.on { opacity: 1; visibility: visible; z-index: 10; position: relative; }
.home2-t ul { margin: 0px -0.15rem; }
.home2-t .slick-list li { padding: 0.15rem; }
.home2-t .slick-list li * { transition: all 0.5s ease 0s; }
.home2-t li a { display: block; position: relative; height: 2.53rem; background: url("../images/h2bg1.png") 0% 0% / 100% 100% no-repeat; padding: 0.4rem; filter: drop-shadow(rgba(0, 0, 0, 0.1) 2px 4px 6px); }
.home2-t li a::after { width: 100%; background-image: url("../images/h2bg2.png"); background-position: initial; background-repeat: no-repeat; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; opacity: 0; background-size: 100% 100% !important; }
.home2-t li span { font-size: 0.16rem; font-family: Philosopher; line-height: 0.3rem; color: #00706B; }
.home2-t li h3 {font-size: 0.18rem;line-height: 0.28rem;color: rgb(51, 51, 51);margin: 0.1rem 0px 0.3rem;height: 0.56rem;font-weight: 500;}
.home2-t li p::after { width: 1.54rem; height: 0.19rem; background-image: url("../images/h2-z1.png"); background-position: initial; background-repeat: no-repeat; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; left: auto; right: -0.4rem; bottom: 0.15rem; background-size: 100% 100% !important; }
.home2-t li p i { display: inline-block; font-size: 0.16rem; line-height: 0.28rem; color: #00706B; font-style: normal; padding-right: 0.4rem; background: url("../images/h2-xq1.png") right center / 0.28rem no-repeat; }
.home2-t .slick-dots { position: relative; margin-top: 0.4rem; bottom: auto; }
.home2-t .slick-dots li { width: 0.1rem; height: 0.1rem; background: #00706B; opacity: 0.4; margin: 0px 0.05rem; border-radius: 50%; }
.home2-t .slick-dots li button { display: none; }
.home2-t .slick-dots li.slick-active { opacity: 1; }
.home2-t li .con { padding-top: 0.2rem; }
.home2-t li .con h4 { padding-left: 0.3rem; font-size: 0.16rem; line-height: 0.36rem; color: rgb(102, 102, 102); background-size: 0.2rem !important; }
.home2-t li .con .tim { background: url("../images/tm1.png") left center no-repeat; }
.home2-t li .con .per { background: url("../images/per1.png") left center no-repeat; }
@media screen and (min-width: 1200px) {
  .home2-t li a:hover::after { opacity: 1; }
  .home2-t li a:hover span, .home2-t li a:hover h3, .home2-t li a:hover i { color: rgb(255, 255, 255); }
  .home2-t li a:hover p::after { background-image: url("../images/h2-z2.png"); background-position: initial; background-repeat: no-repeat; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-size: 100% 100% !important; }
  .home2-t li a:hover h4 { color: rgb(255, 255, 255); }
  .home2-t li a:hover i { background: url("../images/h2-xq2.png") right center no-repeat; }
  .home2-t li a:hover .tim { background: url("../images/tm2.png") left center no-repeat; }
  .home2-t li a:hover .per { background: url("../images/per2.png") left center no-repeat; }
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 1024px) {
  .home2 { padding: 0.4rem 0px; }
  .home2-t ul.slick-slider { margin: 0px -0.1rem !important; }
  .home2-t .slick-list li { padding: 0px 0.1rem; }
  .home2-t li p::after { display: none; }
  .home2-t li a { padding: 0.2rem; height: 2.3rem; }
}
@media screen and (max-width: 768px) {
  .home2 .title .h3 img { display: none; }
  .home2 .title .con { padding-left: 0px; }
  .home2-t li h3 {/* height: 0.75rem; */}
  .home2-t li .con{margin-top:-.2rem;}
  .home2 .title .h3{align-items:flex-end;}
  .home2 .title .tit{transform:translateY(0rem);}
  .home2 .title .tit.on::after{bottom:0rem;}
}
@media screen and (max-width: 420px) {
  .home2 .title .tit span { display: none !important; }
}
.home3 {width: 100%;padding: 1rem 0px 0px;}
.home3::after {width: 100%;height: auto;background: url("../images/hbg3.png") center top / 100% 100% no-repeat;top: -0.7rem;bottom: 0rem;}
.home3 .title .con::after { background: url("../images/titbg2.png") no-repeat; }
.home3 .title h3 { color: rgb(255, 255, 255); }
.home3 .title h3 b { color: rgb(238, 151, 48); }
.home3 .title p { color: rgba(255, 255, 255, 0.5); }
.home3 .more {/* position: relative; *//* top: auto; *//* margin-top: 0.3rem; */}
.home3 .more a { color: rgb(255, 255, 255);}
.home3 .more a::after { background: url("../images/more2.png") no-repeat; }
.home3 .title .st0 { stroke: rgb(255, 255, 255); }
.home3-t { position: relative; z-index: 1; }
.home3-t .left { width: 48%; z-index: 10; position: relative; padding: 0.25rem 0.45rem 0.36rem; }
.home3-t .right { width: 52%; }
.home3-t::after { content: ""; position: absolute; left: 0px; background: rgb(255, 255, 255); top: 0px; height: 100%; width: calc(48% + 0.2rem); }
.home3-t li a * { transition: all 0.5s ease 0s; }
.home3-t .left li {margin-bottom: 0rem;position: relative;}
.home3-t .left li:after{content:"";position:absolute;width:0;bottom: -1px;height:1px;background: #00706B;left:-.45rem;}
.home3-t .left li a {height: 1.38rem;padding: 0rem 0.15rem;display: flex;align-items: center;border-bottom: 1px solid rgb(221, 221, 221);}
.home3-t .left li a::after {background: url("../images/h3bg1.png") 0% 0% / 100% 100% no-repeat;width: auto;height: auto;right: -1rem;opacity: 0;top: 0rem;bottom: -1px;left: -0.45rem;}
.home3-t .left li a::before { content: ""; position: absolute; width: 0.28rem; height: 0.08rem; background: url("../images/h3-xq.png") 0% 0% / 100% no-repeat; left: 100%; top: 50%; transform: translateY(-50%); opacity: 0; }
.home3-t .left li h3 {font-size: 0.18rem;color: rgb(51, 51, 51);line-height: 0.3rem;max-height: 0.6rem;width: 100%;font-weight: 500;}
.home3-t .left li.on a::after { opacity: 1; }
.home3-t .left li.on a::before { opacity: 1; }
.home3-t .left li.on:after{width: calc(100% + 1.45rem);}
.home3-t .left li.on h3 {color: #00706B;/* font-weight: bold; */}
.home3-t .right ul {width: calc((100vw - 15rem) / 2 + 80%);padding-top: 0.2rem;}
.home3-t .right ul::after { width: 100%; bottom: auto; background: url("../images/h3bg2.png") 0% 0% / 100% 100% no-repeat; top: 0px; }
.home3-t .right li { display: none; }
.home3-t .right li:first-child { display: block; }
.home3-t .right .imged { padding-bottom: 5.7rem; }
@media screen and (min-width: 2300px) {
  .home3-t .right .imged { padding-bottom: 5.9rem; }
  .home3-t .right ul { }
}
@media screen and (max-width: 1660px) {
  .home3-t .right ul { width: calc(100% + 5vw); }
}
@media screen and (max-width: 1200px) {
  .home3-t .right ul { width: calc(15px + 100%); }
  .home3-t .right .imged { }
}
@media screen and (max-width: 1024px) {
  .home3 { padding: 0.4rem 0px; }
  .home3::after { background: linear-gradient(270deg, rgb(103, 29, 125) 0%, rgb(44, 6, 160) 100%); top: 0px; }
  .home3-t .left { width: 100%; padding: 0.25rem; }
  .home3-t .right { width: 100%; }
  .home3-t .right .imged { padding-bottom: 60%; }
  .home3-t::after { width: calc(100% + 15px); }
  .home3-t .left li a::after { right: -0.4rem; left: -0.25rem; }
  .home3-t .left li a::before { left: auto; right: 0px; }
}
@media screen and (max-width: 768px) {
  .home3-t .left { width: 100%; }
  .home3-t .right { width: 100%; }
  .home3-t .right .imged { padding-bottom: 60%; }
  .home3-t .left li a::after { }
  .home3-t .left li a {padding: 0px 0.35rem 0px 0.1rem;height: .75rem;}
  .home3-t .left li { margin-bottom: 0.1rem; }
}
.home4 {padding: 1rem 0px 0.85rem;width: 100%;background: url("../images/hbg4.png") center top / cover no-repeat;overflow: hidden;}
.home4::after { width: 14rem; height: 14rem; }
.home4 .title { margin-bottom: 0.2rem; }
.home4-t { margin: 0px -1rem; position: relative; }
.home4-t li {padding-top: 0.7rem;padding-bottom: 0;}
.home4-t li .pis{position:relative;}
.home4-t li .scale{/* overflow:visible; */}
.home4-t li a {display: block;position: relative;transform: scale(0.7);transition: all 0.3s;}
.home4-t li .date {background: #00706B;width: 0.72rem;height: 0.84rem;text-align: center;display: flex;flex-direction: column;align-items: center;justify-content: center;position: absolute;right: 0.4rem;top: -0.2rem;z-index: 1000;transform: scale(1.3);}
.home4-t li p { font-size: 0.16rem; color: rgb(255, 255, 255); font-family: Philosopher; margin-top: 0.05rem; }
.home4-t li span { display: inline-block; font-size: 0.36rem; color: rgb(255, 255, 255); font-family: Philosopher; }
.home4-t li .con{padding: 0rem 0.3rem 0.15rem;transition: all 0.5s ease 0s;position: relative;margin-top: 0.25rem;border-bottom: 1px solid rgb(216, 216, 216);position:relative;z-index: 1;}
.home4-t li h3 {font-size: 0.24rem;line-height: 0.36rem;color: rgb(51, 51, 51);z-index: 10;width: 100%;max-height:.72rem;}
.home4-t li .con::before {content: "";position: absolute;width: 0px;height: 1px;bottom: -1px;background: #00706B;left: 0px;}
.home4-t li .imged::after { width: 100%; height: 30%; background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); opacity: 0; }
.home4-t li.swiper-slide-active + li a {transform: scale(1.2, 1.1);padding-bottom: .1rem;}
.home4-t li.swiper-slide-active + li .con{margin-top: 0.1rem;height: .36rem;padding: 0px 0.15rem 0.05rem;border-bottom: none;}
.home4-t li.swiper-slide-active + li h3 {font-size: 0.16rem;-webkit-line-clamp: 1;}
.home4-t li.swiper-slide-active + li .imged::after { opacity: 1; }
.home4-t li.swiper-slide-active + li .date {transform: scale(0.8);right: 0.1rem;top: -.3rem;}
.home4-t li h3::after { content: ""; position: absolute; width: 0.03rem; height: 0.24rem; background: #00706B; left: 0px; top: 0.05rem; }
.home4-t li.swiper-slide-active + li h3::after { display: none; }
.home4-t li.swiper-slide-active + li .con:before{bottom:0px;}
.home4-t .swiper-container { height: 4.9rem; }
.home4-t .arrow {display: flex;align-items: center;justify-content: center;margin-top: 0.25rem;}
.home4-t .cir { width: 0.6rem; height: 0.6rem; display: flex; align-items: center; justify-content: center; margin: 0px 0.2rem; position: relative; }
.home4-t .arror { position: relative; left: auto; right: auto; top: auto; margin-top: 0px; width: 0.15rem; height: 0.28rem; transition: all 0.5s ease 0s; }
.home4-t .arror::after {font-size: 0.22rem;color: #00706B;}
.home4-t .swiper-button-next:hover { transform: translateX(0.1rem); }
.home4-t .swiper-button-prev:hover { transform: translateX(-0.1rem); }
.home4 .circle { width: 85%; position: absolute; bottom: 0px; transform: rotateX(82deg) translateX(-50%); left: 50%; height: 2.7rem; }
.home4 .circle img { animation: 30s linear 0s infinite normal none running play; width: 100%; }
.ui-loop { width: 100%; height: 100%; position: absolute; left: 0px; bottom: 0px; }
.path-loop { fill: none; stroke: #00706B; stroke-miterlimit: 10; stroke-width: 0.01rem; }
.path-loop-bg { fill: none; stroke: #00706B; stroke-miterlimit: 10; stroke-width: 0.01rem; opacity: 0.1; }
@media screen and (min-width: 1200px) {
  .home4-t::after { width: 10.88rem; height: 3.12rem; bottom: auto; top: -1rem; background: url("../images/h4bg.png") 0% 0% / 100% 100% no-repeat; left: 50%; transform: translateX(-50%); }
  .home4-t li a:hover h3 { color: #00706B; }
  .home4-t li a:hover .con::before { width: 100%; }
}
@media screen and (max-width: 1024px) {
  .home4 { padding: 0.4rem 0px; }
  .home4-t { margin: 0px; }
  .home4-t .swiper-container { height: auto; }
  .home4-t li.swiper-slide-active + li a, .home4-t li a { transform: scale(1); }
  .home4-t li.swiper-slide-active + li h3 {position: relative;left: 0px;bottom: 0px;color: rgb(51, 51, 51);font-size: 0.18rem;padding: 0px 0.3rem;-webkit-line-clamp: 2;height: .9rem;margin-top: .15rem;}
  .home4-t li.swiper-slide-active + li .imged::after { opacity: 0; }
  .home4-t li.swiper-slide-active + li .date { transform: scale(1); right: 0.15rem; }
  .home4-t li .date { transform: scale(1); right: 0.15rem; }
  .home4-t li h3 {font-size: 0.18rem;height: .8rem !important;margin-top: .15rem;}
  .home4-t li { padding-top: 0.2rem; }
  .home4-t li.swiper-slide-active + li h3::after { display: block; }
  .home4-t .arrow { margin-top: 0.3rem; }
}
@media screen and (max-width: 768px) {
  .home4-t li.swiper-slide-active + li a, .home4-t li a { transform: scale(1); }
  .home4-t li.swiper-slide-active + li h3 { position: relative; left: 0px; bottom: 0px; color: rgb(51, 51, 51); font-size: 0.18rem; }
  .home4-t li.swiper-slide-active + li .imged::after { opacity: 0; }
  .home4-t li.swiper-slide-active + li .date {transform: scale(1);right: 0.15rem;width: 0.8rem;top: -.2rem;}
  .home4-t li .date { transform: scale(1); right: 0.15rem; height: 0.8rem; width: 0.8rem; }
  .home4-t li h3 { font-size: 0.18rem; }
  .home4-t li { padding-top: 0.2rem; }
  .home4-t li span { font-size: 0.3rem; }
  .home4-t li p { font-size: 0.18rem; }
  .home4 .circle { bottom: -0.5rem; }
}
/*  */
.home5 {width: 100%;overflow: hidden;padding: 0.3rem 0px 0rem;}
.home5-t { margin: 0px -0.1rem; align-items: flex-start; }
.home5-t li a { position: relative; display: block; }
.home5-t li {padding: 0px 0.1rem;margin-bottom: 0.2rem;}
.home5-t dl{margin: 0 -0.1rem;}
.home5-t dt{width: 33.3%;padding: 0 0.1rem;}

.home5-t .left { flex: 1; min-width: 0px; }
.home5-t .right { width: 3.92rem; }
.home5-t .left li:first-child a {height: 2.16rem;background: url("../images/h5-p1.png") right bottom / cover no-repeat;padding: 0.3rem 0.45rem;display: flex;align-items: center;}
.home5-t .left li { width: 50%; }
.home5-t .left li:nth-child(1) { width: 100%; }
.home5-t .left li:first-child .con {width: 80%;position: relative;left: auto;bottom: auto;padding: 0px;display: block;}
.home5-t .left li .img { width: 2rem; position: absolute; bottom: 0px; right: 0.15rem; }
.home5-t .left li h4 { font-size: 0.16rem; line-height: 0.3rem; color: rgba(255, 255, 255, 0.8); margin: 0.2rem 0px 0rem; transition: all 0.5s ease 0s; }
.home5-t .left li span { color: rgb(255, 255, 255); font-size: 0.16rem; padding-top: 0.25rem; align-items: center; justify-content: flex-start; }
.home5-t .left li span img { width: 0.28rem; display: inline-block; margin-left: 0.1rem; }
.home5-t .left li span::after { width: 3.9rem; height: 0.07rem; background: url("../images/h5-line.png") 0% 0% / 100% 100% no-repeat; left: -0.4rem; bottom: auto; top: 0px; }
.home5-t .right li { width: 100%; }
.home5-t .right li:first-child { width: 100%; }
.home5-t .left li .imged { padding-bottom: 3.02rem; }
.home5-t .left li dt .imged { padding-bottom: 2.16rem; }


.home5-t .right li:first-child .imged {padding-bottom: 5.38rem;}
/* .home5-t .right li:first-child .imged::before { width: 1rem; height: 1rem; background: url("../images/bf.png") 0% 0% / 100% 100% no-repeat; left: 50%; bottom: auto; top: 50%; transform: translate(-50%, -50%); content: ""; position: absolute; z-index: 1; } */
.home5-t li .imged::after {width: 0.64rem;height: 0.64rem;background: url(../images/bf.png) no-repeat;background-size: 100% !important;left: 50%;bottom: auto;top: 50%;transform: translate(-50%,-50%); }
.home5-t li .con {width: 100%;position: absolute;left: 0px;bottom: 0px;z-index: 10;padding: 0rem 0.25rem;display: none;}
.home5-t li h3 {color: rgb(255, 255, 255);font-size: 0.18rem;padding: 0rem 0px 0.2rem;transition: all 0.5s ease 0s;line-height: 1.5;}
.home5-t li h3::after { width: 0.68rem; height: 0.03rem; background: linear-gradient(106deg, rgb(129, 91, 228) 41%, rgb(61, 68, 206) 58%); left: 0rem; }
.home5-t .left li:first-child h3{padding:.2rem 0 0;}

.home5-t .left li h4{color: #fff;font-size: 0.42rem;align-items: center;padding-left: 0.3rem;}
.home5-t .left li h4 img{display: inline-block;margin-left: 0.1rem;}
.home5-t .left li dt a{display: block !important;padding: 0 !important;background: none !important;}

@media screen and (min-width: 1200px) {
  .home5-t .left li:first-child a:hover h4 { transform: translateX(0.1rem); }
  .home5-t li a:hover h3::after { width: 100%; }
  .home5-t li a:hover h3 { transform: translateX(0.1rem); }
}
@media screen and (max-width: 1024px) {
  .home5 { padding: 0.3rem 0px 0rem; }
}
@media screen and (max-width: 768px) {
  .home5-t .left { width: 100%;flex:none;}
  .home5-t .right { width: 100%; }
  .home5-t .left .imged { padding-bottom: 60%; }
  .home5-t .right li .imged { padding-bottom: 120%; }
  .home5-t .left li:first-child .con {width:70%;}
  .home5-t .left li:first-child a {padding:0.1rem .2rem;}
  .home5-t .left li h4{font-size:.26rem;}
}
@media screen and (max-width: 600px) {
  .home5-t .left li { width: 100% !important; }
  .home5-t .left .imged { padding-bottom: 60% !important; }
}

/*  */
.home0{padding-bottom: 0.65rem;}
.home0-t ul{margin: 0 -0.15rem;}
.home0-t li{width: 33.3%;padding: 0 0.15rem;margin-bottom: 0.3rem;}
/* .home0-t li{width: 1.52rem;padding: 0 0.12rem;transition: .8s;overflow: hidden;flex-shrink: 0;} */
.home0-t li *{}
.home0-t li a{display: block;position: relative;overflow: hidden;}
/* .home0-t li .imged{padding-bottom: 5.1rem;}
.home0-t li .imged::after{width: 100%;height: 100%;background: linear-gradient(180deg, rgba(44, 6, 160, 0) 2%, rgba(44, 5, 159, 0.84) 100%);}
.home0-t li .con{width: 100%;padding: 0 0.3rem 0.3rem;position: absolute;left: 0;bottom: 0;z-index: 10;align-items: center;justify-content: center;flex-wrap: nowrap;display: flex;}
.home0-t li .con span{display: flex;align-items: center;justify-content: center;width: 0.56rem;height: 0.56rem;color: #fff;border: 1px solid rgba(0, 0, 0, 0);font-size: 0.24rem;border-radius: 50%;flex-shrink: 0;}
.home0-t li .con h3{flex: 1;min-width: 0;flex-shrink: 0;font-size: 0.24rem;color: #FFFFFF;display: none;padding-left: 0.25rem;}

.home0-t li.on{width: calc((100% - 1.52rem * 4));}
.home0-t li.on h3{display: block;}
.home0-t li.on span{border: 1px solid #fff;}
.home0-t li.on .con{justify-content: flex-start;}
.home0-t li.on .imged::after{background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.68) 100%);}
.home0-t li a:hover .imged{transform:scale(1);} */

.home0-t li a{border-bottom: 1px solid #ddd;}
.home0-t li a::after{height: 1px;background: #77358E;bottom: 0px;}
.home0-t li .imged{padding-bottom: 35%;}
.home0-t li .con{padding: 0.2rem 0rem;height: 1.65rem;position: relative;}
.home0-t li h2{font-size: 0.3rem;font-weight: bold;color: #3A0C98;margin-bottom: 0.2rem;}
.home0-t li h5{font-size: 0.24rem;color: #9E9E9E;line-height: 1.3;}
.home0-t li:first-child .con{padding-right: 0.6rem;}
.home0-t li:first-child .con::after{width: 0.5rem;height: 0.5rem;background: url(../images/h0-xq.png) no-repeat;left: auto;right: 0;top: 50%;transform: translateY(-50%);}
.home0-t li h3{font-size: 0.15rem;color: #333333;line-height: .3rem;max-height: .6rem;white-space: nowrap;}
.home0-t li h4{font-size: 0.14rem;line-height: 0.24rem;max-height: 0.48rem;color: #999999;margin: 0.2rem 0;}
.home0-t li p{text-align: right;padding-right: 0.25rem;font-size: 0.14rem;color: #999999;line-height: 0.2rem;background: url(../images/p-xq1.png) no-repeat right center;background-size: 0.16rem !important;margin-top: .2rem;}




@media screen and (min-width: 1200px) {
  .home0-t li a:hover::after{width: 100%;}
  .home0-t li a:hover h3{color: #77358E;}
  .home0-t li a:hover p{color: #77358E;background: url(../images/p-xq2.png) no-repeat right center;}
}
@media screen and (max-width: 1024px) {
  .home0{padding-bottom: 0.4rem;}
  .home0-t ul{margin: 0 -0.1rem;}
  .home0-t li{width: 33.3%;padding: 0 0.1rem;margin-bottom: 0.3rem;}
  .home0-t li h3{white-space:pre-wrap}
}
@media screen and (max-width: 768px) {
  /* .home0-t li{width: 100% !important;margin-bottom: 0.24rem;}
  .home0-t li .imged{padding-bottom: 1.1rem;}
  .home0-t li.on .imged{padding-bottom: 60%;}
  .home0-t li .con{padding: 0 0.2rem 0.15rem;} */
  .home0-t li{width: 50%;}
  .home0-t li h2{font-size: 0.26rem;}
}
@media screen and (max-width: 420px) {
  .home0-t li{width: 100%;}
  .home0-t li .con{height:auto;}
}


/*  */
.footer { position: relative; z-index: 10; }
.footer::after {width: 100%;height: auto;top: 0rem;background: #00706B;}
.foot-t {align-items: center;justify-content: space-between;padding: .35rem 0px 0.15rem;position: relative;}
.foot-t .fot1 { width: 35%; }
.foot-t .fot2 { width: 35%; }
.foot-t .fot3 { width: 15%; }
.foot-t .fot3 p { color: rgb(255, 255, 255); font-size: 0.15rem; line-height: 0.3rem; margin-top: 0.1rem; text-align: center; }
.foot-t .fot1 .img { margin-bottom: 0.1rem; }
.foot-t .fot1 p { font-size: 0.14rem; line-height: 0.26rem; color: rgb(255, 255, 255); }
.foot-t .fot1 p span { display: inline-block; padding-left: 0.25rem; }
.foot-t .fot2 li { width: 50%; padding: 0px 0.13rem; margin-bottom: 0.13rem; }
.foot-t .fot3 .ewm { width: 1.25rem; margin: 0px auto; text-align: center; }
.foot-t .fot3 .ewm img{width:.95rem;}
.foot { padding: 0.1rem 0px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.foot p { align-items: center; font-size: 0.15rem; color: rgb(255, 255, 255); opacity: 0.6; line-height: 1.5; justify-content: center; }
.foot p a { display: inline-block; padding: 0px 0.05rem; }
.foot p span { display: inline-block; padding: 0.05rem; text-align: center; }
.foot p img { max-width: 0.27rem; }
@media screen and (max-width: 1024px) {
  .foot-t { padding: 0.25rem 0px; }
  .footer::after { top: 0px; bottom: 0px; background: linear-gradient(270deg, #1b9c96 0%, #00706B 100%); }
  .foot .fot-1 { width: 100%; }
  .foot .fot-2 { width: 100%; margin-top: 0.3rem; }
  .foot .fot-2 ul { justify-content: center; }
}
@media screen and (max-width: 768px) {
  .foot-t .fot1 img { width: 70%; }
  .foot-t .fot1 { width: 100%; text-align: center; }
  .foot-t .fot2 { width: 100%; margin: 0.3rem 0px; }
  .foot-t .fot3 { width: 100%; text-align: center; }
  .foot .fot-1 { display: none; }
}
@media screen and (max-width: 420px) {
  .foot-t { justify-content: center; }
  .foot-t .fot2 { width: 100%; margin: 0.15rem 0px 0.2rem; text-align: center; }
}
@media screen and (max-width: 1600px) {
  .miso_btn1 { }
  #openBtn .lcbody { }
  #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; }
  .title h3::after { }
}
@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.26rem !important;}
  .title .h3 { padding-left: 0rem; margin: 0px; }
  .title .h3::before { display: none; }
  .banner .img img { max-width: 4rem; }
  .title .h3 p { }
  .title span { width: 0.4rem; }
  .title .more a {padding-right: 0.2rem;}
  .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 #00706B !important; background-color: #00706B !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; }