﻿@charset "utf-8";
@font-face { font-family: sy; src: url("../fonts/sySong.woff"); }
@font-face { font-family:bell; src: url("../fonts/bellb.ttf"); }
#browser-modal { width: 100%; height: 100%; top: 0px; left: 0px; text-align: center; color: rgb(48, 50, 51); position: fixed; z-index: 99999; }
#browser-modal .browser-modal-cover { position: fixed; left: 0px; top: 0px; height: 100%; width: 100%; background-color: rgb(17, 17, 17); z-index: -1; }
#browser-modal .browser-content { width: 700px; margin-top: 120px; margin-left: auto; margin-right: auto; padding-bottom: 80px; padding-top: 50px; background-color: rgb(255, 255, 255); border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { text-transform: uppercase; font-size: 24px; }
#browser-modal .browser-content .browser-text-desc { margin-top: 30px; margin-bottom: 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; margin: 20px auto; height: 130px; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; padding-top: 20px; padding-bottom: 20px; margin-left: auto; margin-right: auto; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0px auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url("../images/bro.png") 0px 0px no-repeat; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url("../images/bro.png") 0px -100px no-repeat; }
#browser-modal .browser-content .browser-item .iconopera { background: url("../images/bro.png") 0px -200px no-repeat; }
#browser-modal .browser-content .browser-item .iconEdge { background: url("../images/bro.png") 0px -300px no-repeat; }
#browser-modal .browser-content .browser-item a { cursor: pointer; display: block; }
#browser-modal .browser-content .browser-item a img { display: block; margin: 0px auto; max-width: 100px; width: 100px; height: 100px; }
#browser-modal .browser-content .browser-item a h4 { text-align: center; margin-top: 20px; font-size: 18px; font-weight: 700; }
.header_box { z-index: 1000; width: 100%; position: fixed; top: 0px; left: 0px; }
.header_top { padding-top: 0.5rem; }
.header_top::before { content: ""; position: absolute; width: 100%; height: 0.99rem; z-index: -1; left: 0px; top: 0px; background: url("../images/head.png") center center / cover no-repeat; }
.header_top::after { width: 10%; height: 2.3rem; bottom: auto; top: 0px; left: auto; right: 0px; opacity: 0.5; background: linear-gradient(rgb(108, 48, 120) 0%, rgba(108, 48, 120, 0) 100%); }
.header_top .top { justify-content: space-between; height: 0.88rem; align-items: center; width: 100%; background: rgb(255, 255, 255); padding: 0px 0.35rem; border-radius: 1rem; }
#logo { position: relative; }
.header_top #logo img { transition: all 0.5s ease 0s; max-width: 2.6rem; width: 2.6rem; }
.list_box1 { flex: 1 1 0%; min-width: 0px; padding-left: 12%; display: flex; justify-content: flex-end; }
.list_box1 .top-t { align-items: center; justify-content: flex-end; }
.list_box1 .li { padding: 0px 0.15rem; }
.list_box1 .li:last-child { padding-right: 0px; }
.list_box1 .li a { color: rgb(255, 255, 255); font-size: 0.19rem; line-height: 0.4rem; padding: 0px 0.2rem; background: linear-gradient(270deg, rgb(143, 46, 189) 0%, rgb(140, 32, 114) 100%); border-radius: 1rem; align-items: center; }
.list_box1 a img { display: inline-block; width: 0.16rem; margin-right: 0.1rem; }
.list_box1 .ser .a { display: flex; align-items: center; justify-content: space-between; }
.list_box1 .li .input { width: calc(100% - 0.16rem); height: 100%; padding: 0px 0.1rem 0px 0rem; font-size: 0.16rem; color: rgb(255, 255, 255); line-height: 0.28rem; }
.list_box1 .li .serbtn { width: 0.16rem; background: url("../images/ser.png") left center / 0.16rem no-repeat; height: 100%; }
.list_box1 .li .input::-webkit-input-placeholder { color: rgb(255, 255, 255); }
#nav { width: 100%; position: relative; z-index: 1000; max-width: 11rem; align-items: center; }
#nav ul { display: flex; justify-content: space-between; flex: 1 1 0%; min-width: 0px; padding-right: 0.25rem; }
#nav ul li { z-index: 0; position: relative; }
#nav ul li a { display: flex; padding: 0px; position: relative; z-index: 2; height: 100%; align-items: center; }
#nav ul li h3 { font-size: 0.18rem; color: rgb(51, 51, 51); line-height: 0.5rem; position: relative; transition: all 0.36s ease 0s; font-weight: bold; font-family: arial; }
#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 10px; }
#nav ul li .sub::after { content: ""; height: 3px; width: auto; position: absolute; left: 50%; bottom: 100%; transform: translateX(-50%); border-left: 0.1rem solid transparent; border-right: 0.1rem solid transparent; border-bottom: 0.1rem solid rgb(255, 255, 255); }
#nav ul li .sub .box { padding: 0.14rem 0.1rem; text-align: center; }
#nav ul li .sub a { padding: 0.08rem 0.3rem; line-height: 0.28rem; transition: all 0.6s ease 0s; font-size: 0.16rem; color: rgb(51, 51, 51); text-align: center; white-space: nowrap; min-width: 1.2rem; border-bottom: 1px solid rgb(221, 221, 221); }
#nav ul li .sub a:hover { color: rgb(140, 32, 114); }
#nav ul li .sub a:last-child { border-bottom: none; }
#nav ul li:hover .sub { opacity: 1; visibility: visible; transform: translateX(-50%) scaleY(1); }
#nav ul li.on h3, #nav ul li:hover h3 { font-weight: bold; color: rgb(140, 32, 114); }
.m_header_box { transition: all 0.6s ease 0s; display: none; position: relative; z-index: 100000; }
.m_header_box header { padding: 0px 0.15rem; height: 0.7rem; background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px; 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; width: 75%; margin: 0px; }
.m_header_box header #logo img {max-height: 0.46rem;}
#nav_btn_box.on { background: none; }
#nav_btn_box { position: relative; 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; top: 0px; left: -10px; border-right: 10px 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: 32px; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 0.32rem; }
#nav_btn .navbtn { position: absolute; top: 12px; left: 0px; display: inline-block; width: 100%; height: 2px; transition: all 0.3s ease-out 0s; background: rgb(140, 32, 114); }
#nav_btn .navbtn::after, #nav_btn .navbtn::before { position: absolute; left: 0px; display: inline-block; width: 24px; height: 2px; content: ""; transition: all 0.3s ease-out 0s; background: rgb(140, 32, 114); }
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn { background: transparent; }
#nav_btn .point.on .navbtn::after { transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { transform: rotate(-45deg); top: 0px; }
.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: 70px 20px 30px; 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: 7px; right: 15px; left: 15px; font-size: 30px; color: rgb(51, 51, 51); z-index: 10000; width: auto; height: 35px; 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 rgb(140, 32, 114); }
#m_nav .list_box0 { text-align: center; width: 100%; justify-content: flex-start; margin: 0.32rem 0px 0px; flex-wrap: wrap; height: 0.4rem; }
#m_nav .list_box0 .li { text-align: left; color: rgb(140, 32, 114); margin: 0px 0.12rem 0.15rem 0px; font-size: 14px; padding: 0px; min-width: 1rem; }
#m_nav .old_rukou { margin: 0.24rem 0px 0px; width: 100%; }
.list_box_nav_mobile { width: 100%; max-height: calc(100% - 250px); padding: 0px 0px 10px; overflow: hidden auto; margin: 0px; }
.list_box_nav_mobile > li { width: 100%; 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.5rem; color: rgb(51, 51, 51); padding: 0px; font-size: 16px; display: flex; position: relative; transition: all 0.5s ease 0s; }
.list_box_nav_mobile > li i { opacity: 1; width: 0.64rem; height: 0.5rem; 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: 2px; background-size: 15px 15px !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: 10px 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); display: none; }
.list_box_nav_mobile > li .list a { display: block; font-size: 13px; color: 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: 16px; border-radius: 5px; color: rgb(255, 255, 255); text-align: center; letter-spacing: 2px; overflow: hidden; width: 100%; height: 85px; display: block; margin-bottom: 0.1rem; }
.wap_search .header-search { height: 40px; border-radius: 20px; background: rgb(255, 255, 255); position: relative; width: 3.68rem; margin: 10px auto; }
.wap_search .input { font-size: 0.16rem; color: rgb(100, 100, 100); height: 40px; line-height: 40px; padding: 0px 0.24rem; box-shadow: none; appearance: none; float: left; border-right: 0px; background: rgb(255, 255, 255); border-radius: 30px; width: calc(100% - 40px); }
.wap_search .btn_blue { position: absolute; cursor: pointer; top: 0px; right: 0px; width: 40px; height: 40px; line-height: 40px; border: 0px; background: url("../images/submit.svg") center center / 0.24rem no-repeat rgb(140, 32, 114); border-radius: 20px; }
.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; }
.search_btn { cursor: pointer; }
.search-dialog-box { position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; z-index: 1000000; opacity: 0; visibility: hidden; transition: all 0.6s ease 0s; }
.search-dialog-box::before { content: ""; position: absolute; top: 0px; height: 0px; background: rgb(140, 32, 114); transition: all 0.6s ease 0s; left: 0px; right: 0px; z-index: 1; opacity: 0.9; }
.search-dialog-box.on::before { height: 100%; display: none; }
.search-dialog-box .bubbles-bg { opacity: 0; visibility: hidden; display: none; }
.search-dialog-box .search-bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 0px; margin: 0px; background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7); transform-origin: center center; transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.search-dialog-box .wrap-inner { transform: translateY(100%); transition: all 0.6s ease 0s; }
.search-dialog { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; }
.search-dialog .search-tit { font-size: 0.44rem; line-height: 0.56rem; color: rgb(255, 255, 255); text-align: center; overflow: hidden; display: none; }
.search-dialog .search-inner { overflow: hidden; margin-top: 0px; }
.search-dialog .search-input { width: 8rem; margin: 0px auto; background-color: rgba(255, 255, 255, 0.1); box-sizing: border-box; transition: all 0.3s ease 0s; max-width: 94%; }
.search-dialog .search-input input[type="text"] { float: left; height: 0.7rem; width: calc(100% - 1rem); background-color: rgb(255, 255, 255); font-size: 0.2rem; line-height: 0.08rem; color: 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.7rem; width: 1rem; }
.search-dialog .search-input input[type="submit"] { background-color: rgb(140, 32, 114); background-repeat: no-repeat; background-position: center center; background-size: 0.4rem; background-image: url("../images/search-btn.svg"); 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-box .bottom-box { position: absolute; left: 0px; bottom: 5.1%; width: 100%; }
.header-right.is-open .search-btn .con-box { display: none; }
.header-right.is-open .close-btn { display: block; }
.header-right.is-open .item .search-bg { transform: scale(1); }
.search-dialog-box.on { opacity: 1; visibility: visible; }
.search-dialog-box.on .search-bg { height: 100vh; }
.search-dialog-box.on .bubbles-bg { opacity: 1; visibility: visible; }
.search-dialog-box.on .wrap-inner { transform: translateY(0px); }
.pub-close { position: absolute; width: 0.48rem; height: 0.48rem; z-index: 10; right: 0.24rem; top: 0.216rem; background-color: rgba(255, 255, 255, 0.1); border-radius: 100%; }
.pub-close .bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgb(140, 32, 114); transform: scale(0); border-radius: 100%; transition: transform 0.3s ease 0s; }
.pub-close i { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-position: center center; background-size: 0.12rem; background-repeat: no-repeat; background-image: url("../images/close-btn.svg"); transition: all 0.6s ease 0s; }
.pub-close i:hover { transform: rotate(180deg); }
@keyframes spin { 
  100% { transform: rotate(1turn); }
}
@keyframes spin2 { 
  100% { transform: rotate(-1turn); }
}
@keyframes spin-reverse { 
  0% { transform: rotate(1turn); }
}
@keyframes spin-reverse2 { 
  0% { transform: rotate(-1turn); }
}
.miso_btn1 { width: 1.34rem; height: 1rem; cursor: pointer; transition: all 0.5s ease 0s; position: absolute; right: 0px; top: -1px; justify-content: flex-end; padding-right: 0.4rem; display: flex; align-items: center; background-size: 100% 100%; }
#openBtn { cursor: pointer; display: inline-block; }
#openBtn .lcbody { width: 0.32rem; height: 0.28rem; position: relative; display: flex; flex-direction: column; justify-content: flex-start; }
#openBtn .lcbody .lcitem { width: 100%; height: 0.02rem; position: absolute; transition: transform 0.36s ease 0s; right: 0px; border-radius: 0.03rem; }
#openBtn .lcbody .lcitem:nth-child(2) { width: 100%; }
#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 { }
@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: rgb(0, 0, 0); opacity: 0.5; }
.g-nav2 .scroll { position: absolute; z-index: 1; left: 0px; right: 0px; top: 1.5rem; bottom: 0px; overflow-y: auto; padding: 0px 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: 0.7rem; background: rgb(216, 216, 216); opacity: 0.1; left: 0px; z-index: 1; height: 1px; }
.g-nav2 .scroll li { width: 11.1%; 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: block; 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; }
.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; text-align: center; }
.g-nav2 .scroll li .list dl { padding-bottom: 0.05rem; display: none; text-align: center; }
.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: 0.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: all 0.5s ease 0s; }
.g-nav2 .scroll li.on h2 { padding: 0px 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; }
}
.main-visual-wrapper { width: 100%; position: relative; }
.main-visual-slider { overflow: hidden; width: 100%; position: relative; }
.main-visual-slider .swiper-slide { overflow: hidden; }
.main-visual-slider .swiper-container { width: 100%; height: 100%; position: relative; }
.swiper-box1 .imged { padding-bottom: calc(100vh); }
.swiper-box1 .imged::after { width: 100%; background: linear-gradient(270deg, rgba(115, 32, 126, 0) 0%, rgba(115, 32, 126, 0) 22%, rgba(115, 32, 126, 0.7) 100%); }
.slide-inner { overflow: hidden; }
.swiper-box1 a:hover .imged { transform: scale(1); }
.main-visual-slider .imged { transform: 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 { }
.banner .con { width: 50%; position: absolute; left: 10%; bottom: 10%; z-index: 10; }
.banner .con h3 { font-size: 0.8rem; color: rgb(255, 255, 255); line-height: 1.3; font-weight: bold; font-family:Times New Roman; }
.banner .con h4 { font-size: 0.36rem; color: rgb(255, 255, 255); line-height: 1.3; margin: 0.5rem 0px 1rem; font-family:Times New Roman; }
.banner .con span { width: 2.2rem; height: 0.68rem; border-radius: 1rem; background: rgb(255, 255, 255); justify-content: center; align-items: center; font-size: 0.18rem; color: rgb(108, 48, 120); }
.banner .con span img { display: inline-block; margin-left: 0.1rem; }
.swiper-box1 .cir { bottom: 0.5rem; z-index: 10; width: 100%; justify-content: center; align-items: center; display: flex; }
.swiper-box1 .cir span { width: 0.16rem; height: 0.16rem; background: rgb(255, 255, 255); opacity: 0.5; border-radius: 50%; margin: 0px 0.1rem !important; }
.swiper-box1 .cir span:nth-child(2n) { width: 0.1rem; height: 0.1rem; }
.swiper-box1 .cir span.on { opacity: 1; 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; width: 0.46rem; height: 0.46rem; border-radius: 0px; background-size: 100% 100% !important; }
.home0 { width: 100%; padding: 0.9rem 0px; background: url("../images/hbg0.png") center bottom / cover no-repeat; }
.home0-t { justify-content: space-between; }
.home0-t .left { width: 46%; }
.home0-t .right { width: 50%; position: relative; padding-left: 0.7rem; }
.home0-t .left .cont p {font-size: 0.2rem;line-height: 2.5;color: rgb(51, 51, 51);text-align: justify;}
.home0-t .left .more { margin-top: 0.35rem; }
.home0-t .left .more a { background: linear-gradient(270deg, rgb(143, 46, 189) 0%, rgb(140, 32, 114) 100%); color: rgb(255, 255, 255); }
.h1-s { padding-left: 0.8rem; }
.h1-s::after { width: 3.84rem; height: 4.8rem; background: url("../images/h1-bg.png") no-repeat; bottom: auto; top: 0.8rem; }
.h1-s li .imged { padding-bottom: 79%; border-radius: 0.3rem; }
.h1-s li .scale { border-radius: 0.3rem; }
.h0-c { position: absolute; left: 0px; bottom: 0px; z-index: 2; width: 3.5rem; }
.h0-con { justify-content: flex-end; padding-right: 0.8rem; margin-top: 0rem; position: relative; z-index: 10; }
.h0-con .box {background: rgb(255, 255, 255);padding: 0.2rem;border-radius: 0.3rem;box-shadow: rgba(89, 48, 97, 0.15) 0.2rem 0rem 1rem 0px;animation: 2s linear 0.5s infinite alternate both running float;align-items: center;}
.h0-con span { width: 0.77rem; }
.h0-con span img{width:100%;}
.h0-con h4 { flex: 1 1 0%; min-width: 0px; padding-left: 0.3rem; }
.h0-con p { font-size: 0.28rem; color: rgb(108, 48, 120); line-height: 1.5; }
@keyframes float { 
  0% { transform: translateY(0rem); }
  50% { transform: translateY(0.1rem); }
  100% { transform: translateY(0.2rem); }
}
@media screen and (max-width: 1024px) {
  .home0 { padding: 0.4rem 0px; }
  .home0-t .left { width: 100%; }
  .home0-t .right { width: 100%; margin-top: 0.3rem; }
}
@media screen and (max-width: 768px) {
  .home0-t .right { padding-left: 0.3rem; }
  .h0-c { width: 2.5rem; }
  .h0-con { padding-right: 0.25rem; }
  .h0-con p { font-size: 0.2rem; }
  .h1-s::after { width: 70%; }
  .home0-t .left .cont p{line-height:1.8}
}
.home1 { width: 100%; padding: 0.9rem 0px; background: url("../images/hbg1.png") center bottom / cover no-repeat; }
.title { margin-bottom: 0.5rem; align-items: center; position: relative; justify-content: space-between; }
.title h3 { font-size: 0.48rem; color: rgb(140, 32, 114); font-family:Times New Roman; font-weight: bold; }
.title p { font-size: 0.28rem; color: rgb(80, 70, 82); margin-top: 0.15rem; }
.more a { font-size: 0.18rem; transition: all 0.5s ease 0s; color: rgb(140, 32, 114); align-items: center; border-radius: 1rem; padding: 0px 0.5rem; border: 1px solid rgb(140, 32, 114); line-height: 0.68rem; }
.more a img { display: block; margin-left: 0.15rem; width: 0.2rem; }
.home1 .title { margin-bottom: 0.4rem; }
.home1-t { justify-content: space-between; }
.home1-t .left { width: 50%; position: relative; }
.home1-t .right { width: 48%; }
.home1-t li * { transition: all 0.5s ease 0s; }
.home1-t li .scale { border-radius: 0.3rem; }
.home1-t .left li .imged { padding-bottom: 56%; border-radius: 0.3rem; }
.home1-t .left li .imged::after { width: 100%; height: 30%; background: linear-gradient(rgba(0, 0, 0, 0) -3%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0.4) 100%); }
.home1-t .left li a { display: block; position: relative; }
.home1-t .left li .con { padding: 0.25rem 0px 0px; align-items: center; height: 1.6rem; }
.home1-t .left li p { font-size: 0.18rem; color: rgb(102, 102, 102); line-height: 1.3; align-items: center; }
.home1-t .left li h3 { color: rgb(51, 51, 51); font-size: 0.24rem; line-height: 0.3rem; margin-top: 0.2rem; font-weight: bold; }
.home1-t li p img { width: 0.24rem; display: inline-block; margin-right: 0.1rem; }
.home1-t .cir { bottom: 1.8rem; z-index: 10; width: auto; justify-content: flex-end; align-items: center; display: flex; left: auto; right: 0.2rem; }
.home1-t .cir span { width: 0.16rem; height: 0.16rem; background: rgb(255, 255, 255); opacity: 0.5; margin: 0px 0.1rem !important; }
.home1-t .cir span:nth-child(2n) { width: 0.1rem; height: 0.1rem; }
.home1-t .cir span.on { opacity: 1; background: url("../images/cir1.png") 0% 0% / 100% no-repeat; width: 0.31rem; height: 0.31rem; border-radius: 0px; }
.h1-t { }
.h1-t a { align-items: center; padding: 0.38rem 0px; border-bottom: 1px solid rgb(229, 229, 229); }
.h1-t:first-child a { padding-top: 0px; }
.h1-t:last-child a { border-bottom: none; }
.h1-t a::after { height: 1px; bottom: -1px; background: rgb(140, 32, 114); }
.home1-t .right .h1-t .scale { width: 2.38rem; border-radius: 0.2rem; }
.h1-t .con { flex: 1 1 0%; min-width: 0px; padding-left: 0.25rem; }
.h1-t h3 { font-size: 0.22rem; line-height: 0.32rem; color: rgb(51, 51, 51); margin-top: 0.12rem; font-weight: bold; }
.h1-t p { align-items: center; font-size: 0.18rem; color: rgb(102, 102, 102); }
.home1-t .right .h1-t .imged { border-radius: 0.2rem; }
.h1-t .imged { padding-bottom: 57%; }
.more a:hover { color: rgb(140, 32, 114); text-decoration: underline; }
@media screen and (min-width: 1025px) {
  .home1-t a:hover h3 { color: rgb(140, 32, 114); }
  .home1-t .right li a:hover::after { width: 100%; }
  .home1-t .right li a:hover h3 { color: rgb(140, 32, 114); }
}
@media screen and (max-width: 1024px) {
  .home1 { padding: 0.4rem 0px; }
  .home1-t .left { width: 100%; padding: 0px; }
  .home1-t .right { width: 100%; margin-top: 0.3rem; padding-left: 0px; }
}
@media screen and (max-width: 768px) {
  
}
@media screen and (max-width: 420px) {
  .home1-t .right .h1-t .scale { width: 100%; }
  .h1-t .con {flex: none;width: 100%;margin-top: 0.2rem;padding-left:0;}
  .h1-t a{padding: 0.2rem 0;}
}
.home2 { width: 100%; padding: 1rem 0px 0.7rem; }
.home2::after { width: 100%; background: url("../images/hbg2.jpg") center bottom / cover no-repeat; }
.home2 .title h3 { color: rgb(255, 255, 255); }
.home2 .more a { color: rgb(255, 255, 255); border: 1px solid rgb(255, 255, 255); }
.home2-t { margin: 0.7rem 0px 0.4rem; }
.home2-t ul { justify-content: space-between; }
.home2-t li { padding: 0px 0.2rem; text-align: center; width: 20%; }
.home2-t li h3 { color: rgb(255, 255, 255); font-size: 0.88rem; }
.home2-t li h3 span { font-family:Times New Roman; }
.home2-t li p { font-size: 0.2rem; color: rgb(255, 255, 255); line-height: 0.32rem; margin-top: 0.15rem; }
.h2-b { padding: 0px 0.63rem; }
.h2-b::before { content: ""; position: absolute; width: 1.55rem; height: 4.55rem; background: url("../images/h2-l.png") 0% 0% / 100% 100% no-repeat; top: 50%; transform: translateY(-50%); left: -0.45rem; }
.h2-b::after { width: 1.55rem; height: 4.55rem; background: url("../images/h2-r.png") 0% 0% / 100% 100% no-repeat; top: 50%; transform: translateY(-50%); left: auto; right: -0.45rem; bottom: auto; }
.h2-s1 { border-radius: 0.3rem; background: linear-gradient(rgb(236, 218, 248) 0%, rgb(255, 255, 255) 100%); box-shadow: rgba(104, 60, 113, 0.15) 0px 0.1rem 0.3rem 0rem; padding: 0.5rem 0.9rem 0.45rem 1.1rem; }
.h2-s1 li a { align-items: center; }
.h2-s1 .scale { width: 3.53rem; border-radius: 50%; }
.h2-s1 .con { flex: 1 1 0%; min-width: 0px; padding-right: 1.7rem; }
.h2-s1 .imged { padding-bottom: 100%; border-radius: 50%; }
.h2-s1 li h3 { font-size: 0.42rem; color: rgb(51, 51, 51); line-height: 1.3; font-weight: bold; }
.h2-s1 li h4 { font-size: 0.24rem; color: rgb(108, 48, 120); padding: 0.1rem 0px 0.2rem; margin-bottom: 0.2rem; }
.h2-s1 li h4::after { width: 0.97rem; height: 0.04rem; background: linear-gradient(270deg, rgb(32, 126, 255) 0%, rgb(164, 40, 103) 100%); }
.h2-s1 li p { font-size: 0.18rem; color: rgb(51, 51, 51); line-height: 0.32rem; }
.h2-s1 li span { width: 1.8rem; align-items: center; line-height: 0.42rem; border-radius: 1rem; background: linear-gradient(270deg, rgb(143, 46, 189) 0%, rgb(140, 32, 114) 100%); justify-content: space-between; border: 1px solid rgb(108, 48, 120); color: rgb(255, 255, 255); font-size: 0.16rem; margin-top: 0.4rem; padding: 0px 0.25rem; }
.h2-s2 { margin-top: 0.5rem; padding: 0px 8%; }
.h2-s2 li a { padding: 0px 0.1rem; display: block; text-align: center; }
.h2-s2 li .pis { width: 1.86rem; height: 1.86rem; padding: 0.15rem; border-radius: 50%; position: relative; margin: 0px auto 0.2rem; }
.h2-s2 li .pis::after { content: ""; position: absolute; top: -0.03rem; right: -0.03rem; bottom: -0.03rem; left: -0.03rem; border-radius: 50%; opacity: 0; background: linear-gradient(270deg, rgb(32, 126, 255) 0%, rgb(164, 40, 103) 100%); box-shadow: rgba(108, 48, 120, 0.2) 0px 0.056rem 0.56rem 0rem; z-index: -1; }
.h2-s2 li.slick-current .pis { background: rgb(255, 255, 255); }
.h2-s2 li.slick-current .pis::after { opacity: 1; }
.h2-s2 li h3 { font-size: 0.24rem; color: rgb(255, 255, 255); line-height: 1.3; }
.h2-s2 li .scale { border-radius: 50%; }
.h2-s2 li .imged { padding-bottom: 100%; border-radius: 50%; }
.h2-s2 .slick-arrow { width: 0.6rem; height: 0.6rem; background-image: url("../images/h2-prev.png"); background-position: initial; background-repeat: no-repeat; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; transition: all 0.5s ease 0s; background-size: 100% !important; }
.h2-s2 .slick-arrow::before { display: none; }
.h2-s2 .slick-prev { left: 0px; }
.h2-s2 .slick-next { right: 0px; transform: rotateY(180deg) translateY(-50%); }
.h2-s2 .slick-arrow:hover { background: url("../images/h2-prev2.png") no-repeat; }
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 1024px) {
  .home2 { padding: 0.4rem 0px; }
  .home2-t li h3 { font-size: 0.5rem; }
  .h2-b { padding: 0px 0rem; }
  .h2-b::before, .h2-b::after { display: none; }
  .h2-s1 { padding: 0.3rem 0.25rem; }
  .h2-s2 li .pis { width: 1.5rem; height: 1.5rem; padding: 0.08rem; }
  .home2-t { margin: 0px 0px 0.15rem; }
}
@media screen and (max-width: 768px) {
  .home2-t ul { justify-content: flex-start; }
  .home2-t li h3 { font-size: 0.34rem; }
  .home2-t li { width: 33.3%; padding: 0px 0.1rem; margin-bottom: 0.3rem; }
  .h2-s1 li span { width: 2.4rem; }
  .h2-s2 .slick-arrow { width: 0.4rem; height: 0.4rem; }
  .h2-s1 li h3 { font-size: 0.3rem; }
}
@media screen and (max-width: 600px) {
  .h2-s1 .scale { width: 3.53rem; border-radius: 50%; margin: 0px auto 0.2rem; order: -1; }
  .h2-s1 .con { flex: 0 0 auto; min-width: 0px; padding-right: 0px; width: 100%; }
}
.home3 { width: 100%; padding: 1rem 0px 0.87rem; overflow: hidden; }
.home3::after { width: 100%; background: url("../images/hbg3.png") center top / cover no-repeat; }
.carousel-nav { margin: 0.7rem 0px 0.3rem; }
.carousel-nav li { width: 44%; margin-bottom: 0.45rem; margin-right: 3%; }
.carousel-nav li a { height: 0.9rem; background: rgb(255, 255, 255); border-radius: 0.45rem; padding: 0px 0.23rem; display: flex; align-items: center; }
.carousel-nav li a::after { opacity: 0; width: 100%; border-radius: 100px; background: rgb(108, 48, 120); box-shadow: rgba(108, 48, 120, 0.3) 0rem 0.1rem 0.3rem 0px; }
.carousel-nav li h3 { font-size: 0.21rem; color: rgb(51, 51, 51); line-height: 0.32rem; max-height: 0.64rem; padding-right: 0.7rem; background: url("../images/h3-xq1.png") right center / 0.5rem 0.5rem no-repeat; min-height: 0.6rem; display: flex; align-items: center; width: 100%; }
.carousel-nav li.on a::after { opacity: 1; }
.carousel-nav li.on h3 { color: rgb(255, 255, 255); background: url("../images/h3-xq2.png") right center / 0.5rem 0.5rem no-repeat; }
.carousel { position: relative; }
.carousel .section { position: relative; width: 7rem; height: 4.6rem; margin: 1.5rem auto; transform-style: preserve-3d; transform: rotateX(-10deg) rotateY(-10deg); transition: all 0.5s ease 0s; }
.carousel .section .item { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.carousel .section .item::before { content: ""; position: absolute; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.5); z-index: 1; transition: all 0.3s ease 0s; }
.carousel .section .item.active::before { opacity: 0; }
.carousel .section .item img { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; border-radius: 0.2rem; }
.carousel .section .item:nth-of-type(1) { transform: rotateY(0deg) translateZ(6.4rem); }
.carousel .section .item:nth-of-type(2) { transform: rotateY(60deg) translateZ(6.4rem); }
.carousel .section .item:nth-of-type(3) { transform: rotateY(120deg) translateZ(6.4rem); }
.carousel .section .item:nth-of-type(4) { transform: rotateY(180deg) translateZ(6.4rem); }
.carousel .section .item:nth-of-type(5) { transform: rotateY(240deg) translateZ(6.4rem); }
.carousel .section .item:nth-of-type(6) { transform: rotateY(300deg) translateZ(6.4rem); }
.carousel .operation { position: absolute; top: 30%; left: 0px; width: 100%; display: flex; justify-content: space-between; }
.carousel .operation .btn { width: 0.6rem; height: 0.6rem; background-image: url("../images/h3-prev1.png"); background-position: center center; background-repeat: no-repeat; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; cursor: pointer; z-index: 2; box-shadow: rgba(108, 48, 120, 0.3) 0px 0.04rem 0.15rem 0px; border-radius: 50%; background-size: 100% !important; }
.carousel .operation .btn:hover { background: url("../images/h3-prev2.png"); }
.carousel .operation .btn.btn-next { transform: rotate(180deg); }
.carousel .pagination { position: relative; display: flex; justify-content: center; z-index: 1; padding-top: 0.3rem; }
.carousel .pagination span { width: 0.43rem; height: 0.1rem; background: linear-gradient(270deg, rgba(32, 126, 255, 0.2) 0%, rgba(164, 40, 103, 0.2) 100%); margin: 0px 0.06rem; cursor: pointer; border-radius: 0.05rem; }
.carousel .pagination span.active { width: 0.8rem; background: linear-gradient(270deg, rgb(32, 126, 255) 0%, rgb(164, 40, 103) 100%); }
@media screen and (min-width: 1025px) {
  .carousel-nav li:nth-child(3) { margin-left: 9%; }
  .carousel-nav li:nth-child(2n) { margin-right: 0%; }
}
@media screen and (max-width: 1024px) {
  .home3 { padding: 0.4rem 0px; }
  .carousel-nav { padding-right: 0px; }
  .carousel-nav li { width: 50%; margin-right: 0px; padding: 0px 0.1rem; }
  .carousel .section { width: 4rem; height: 2.6rem; margin: 1rem auto; }
  .carousel .section .item:nth-of-type(1) { transform: rotateY(0deg) translateZ(3.5rem); }
  .carousel .section .item:nth-of-type(2) { transform: rotateY(60deg) translateZ(3.5rem); }
  .carousel .section .item:nth-of-type(3) { transform: rotateY(120deg) translateZ(3.5rem); }
  .carousel .section .item:nth-of-type(4) { transform: rotateY(180deg) translateZ(3.5rem); }
  .carousel .section .item:nth-of-type(5) { transform: rotateY(240deg) translateZ(3.5rem); }
  .carousel .section .item:nth-of-type(6) { transform: rotateY(300deg) translateZ(3.5rem); }
}
@media screen and (max-width: 768px) {
  .carousel-nav { margin: 0.3rem 0px 0rem; justify-content: space-between; }
  .carousel-nav li { width: 100%; margin-bottom: 0.3rem; }
  .carousel .section { width: 4rem; height: 2.6rem; margin: 1rem auto; }
  .carousel .section .item:nth-of-type(1) { transform: rotateY(0deg) translateZ(3.5rem); }
  .carousel .section .item:nth-of-type(2) { transform: rotateY(60deg) translateZ(3.5rem); }
  .carousel .section .item:nth-of-type(3) { transform: rotateY(120deg) translateZ(3.5rem); }
  .carousel .section .item:nth-of-type(4) { transform: rotateY(180deg) translateZ(3.5rem); }
  .carousel .section .item:nth-of-type(5) { transform: rotateY(240deg) translateZ(3.5rem); }
  .carousel .section .item:nth-of-type(6) { transform: rotateY(300deg) translateZ(3.5rem); }
  .carousel .operation .btn { width: 0.4rem; height: 0.4rem; }
}
@media screen and (max-width: 500px) {
  .carousel .section { width: 3rem; height: 2rem; margin: 0.5rem auto; }
  .carousel .section .item:nth-of-type(1) { transform: rotateY(0deg) translateZ(2.6rem); }
  .carousel .section .item:nth-of-type(2) { transform: rotateY(60deg) translateZ(2.6rem); }
  .carousel .section .item:nth-of-type(3) { transform: rotateY(120deg) translateZ(2.6rem); }
  .carousel .section .item:nth-of-type(4) { transform: rotateY(180deg) translateZ(2.6rem); }
  .carousel .section .item:nth-of-type(5) { transform: rotateY(240deg) translateZ(2.6rem); }
  .carousel .section .item:nth-of-type(6) { transform: rotateY(300deg) translateZ(2.6rem); }
}
.home4 { width: 100%; padding: 0.8rem 0rem 1.3rem; z-index: 10; }
.home4::after { width: 100%; background: url("../images/hbg4.png") center bottom / cover no-repeat; }
.home4-t .swiper-container { padding: 0.35rem 0px; }
.home4-t { position: relative; }
.home4-t li { transform: scale(0.9); }
.home4-t li.swiper-slide-active { transform: scale(1); }
.home4-t li a { display: block; position: relative; border-radius: 0.3rem; overflow: hidden; }
.home4-t li .con { padding: 0.3rem; width: 100%; z-index: 10; height: 1.3rem; background: rgb(140, 32, 114); }
.home4-t li h3 { color: rgb(255, 255, 255); font-size: 0.2rem; line-height: 0.24rem; max-height: 0.72rem; }
.home4-t li h4 { display: none; margin-top: 0.25rem; }
.home4-t li p { font-size: 0.14rem; color: rgb(255, 255, 255); line-height: 0.24rem; }
.home4-t li .imged { padding-bottom: 60%; }
.home4-t li .imged::after { width: 100%; height: 100%; }
.home4-t li .scale { border-top: 1px solid rgb(211, 198, 208); border-right: 1px solid rgb(211, 198, 208); border-left: 1px solid rgb(211, 198, 208); border-image: initial; border-bottom: none; }
.home4-t li .scale::before { width: 0.2rem; height: 1.07rem; left: 0px; top: 60%; transform: translateY(-50%); background-image: url("../images/h4-l.png"); background-position: initial; background-repeat: no-repeat; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; opacity: 0; content: ""; position: absolute; background-size: 100% 100% !important; }
.home4-t li .scale::after { width: 0.2rem; height: 1.07rem; right: 0px; top: 60%; transform: translateY(-50%); background: url("../images/h4-r.png") 0% 0% / 100% 100% no-repeat; opacity: 0; left: auto; transition: all 1.5s ease 0s; }
.home4-t .arror { width: 0.79rem; height: 0.79rem; margin-top: 0px; transform: translateY(-50%); top: 40%; }
.home4-t .arror img { width: 100%; }
.home4-t .arror::after { display: none; }
.home4-t .swiper-button-prev { left: 28.5%; }
.home4-t .swiper-button-next { right: 28.5%; }
@media screen and (min-width: 1025px) {
  .home4-t li.swiper-slide-active h4 { display: block; }
  .home4-t li.swiper-slide-active h3 { font-size: 0.3rem; line-height: 0.42rem; max-height: 1.32rem; }
  .home4-t li.swiper-slide-active .scale::after, .home4-t li.swiper-slide-active .scale::before { opacity: 1; z-index: 2; }
  .home4-t li.swiper-slide-active .con { height: 2.5rem; }
}
@media screen and (max-width: 1024px) {
  .home4 { padding: 0rem 0px 0.4rem; }
  .home4-t .left { width: 100%; }
  .home4-t .right { width: 100%; }
  .home4-t .arror { width: 0.6rem; height: 0.6rem; }
  .home4-t .swiper-button-prev { left: 23%; }
  .home4-t .swiper-button-next { right: 23%; }
}
@media screen and (max-width: 768px) {
  .home4-t .arror { width: 0.5rem; height: 0.5rem; }
  .home4-t .swiper-button-prev { left: 21%; }
  .home4-t .swiper-button-next { right: 21%; }
}
.home5 { width: 100%; overflow: hidden; padding: 1rem 0px; background: url("../images/hbg5.jpg") center center / cover no-repeat; }
.home5 .title h3 { color: rgb(255, 255, 255); }
.home5 .more a { color: rgb(255, 255, 255); border: 1px solid rgb(255, 255, 255); }
.h5-s { margin: 0px -0.2rem; }
.h5-s li { padding: 0px 0.2rem; }
.h5-s li a { display: block; position: relative; padding: 0.3rem 0.24rem; border-radius: 0.2rem; background: rgb(255, 255, 255); }
.h5-s li .scale { border-radius: 0.2rem; }
.h5-s li .imged { padding-bottom: 56%; border-radius: 0.2rem; }
.h5-s li .con { height: 1.6rem; padding: 0.4rem 0px 0px; }
.h5-s li * { transition: all 0.5s ease 0s; }
.h5-s li p { font-size: 0.16rem; color: rgb(108, 48, 120); }
.h5-s li p b { font-size: 0.32rem; font-weight: normal; display: inline-block; margin-right: 0.05rem; }
.h5-s li h3 { font-size: 0.22rem; color: rgb(51, 51, 51); line-height: 0.32rem; margin-top: 0.15rem; }
@media screen and (min-width: 1025px) {
  .h5-s li a:hover h3 { color: rgb(108, 48, 120); }
}
@media screen and (max-width: 1024px) {
  .home5 { padding: 0.4rem 0rem; }
  .h5-s { margin: 0px -0.1rem; }
  .h5-s li { padding: 0px 0.1rem; }
}
@media screen and (max-width: 768px) {
}
.home6 { width: 100%; padding: 1rem 0px; }
.home6::after { width: 100%; height: auto; top: 0px; bottom: -0.6rem; background: url("../images/hbg6.jpg") center center / cover no-repeat; }
.home6-t ul { justify-content: space-between; }
.home6-t li { width: 31%; }
.home6-t li a { display: block; position: relative; border-radius: 0.3rem; background: rgb(255, 255, 255); box-shadow: rgba(108, 48, 120, 0.03) 0rem 0.1rem 0.1rem 0rem; height: 2.9rem; padding: 0.45rem 0.38rem; }
.home6-t li p { font-size: 0.16rem; color: rgb(108, 48, 120); }
.home6-t li p b { font-size: 0.32rem; font-weight: normal; display: inline-block; margin-right: 0.05rem; }
.home6-t li h3 { font-size: 0.22rem; color: rgb(51, 51, 51); line-height: 0.32rem; margin: 0.15rem 0px; transition: all 0.5s ease 0s; }
.home6-t li h4 { font-size: 0.16rem; color: rgb(153, 153, 153); line-height: 0.24rem; }
@media screen and (min-width: 1025px) {
  .home6-t li a:hover h3 { color: rgb(108, 48, 120); }
}
@media screen and (max-width: 1024px) {
  .home6 { padding: 0.4rem 0px; }
  .home6-t li { width: 32%; }
}
@media screen and (max-width: 768px) {
  .home6-t li { width: 100%; margin-bottom: 0.25rem; }
  .home6-t li a { height: 2.5rem; padding: 0.2rem; }
}
.footer { width: 100%; background: url("../images/fbg.jpg") center center / cover no-repeat; border-radius: 0.6rem 0.6rem 0px 0px; position: relative; z-index: 2; }
.foot-b { padding: 0.3rem 0px; justify-content: space-between; align-items: center; }
.foot-b .fot-3 { justify-content: flex-end; }
.foot-b .fot-2 p { font-size: 0.16rem; color: rgb(255, 255, 255); line-height: 0.3rem; margin-bottom: 0.1rem; display: flex; align-items: center; }
.foot-b .fot-3 .img { width: 1.2rem; margin: 0px 0.1rem; text-align: center; }
.foot-b .fot-3 p { text-align: center; margin-top: 0.15rem; font-size: 0.14rem; color: rgb(255, 255, 255); line-height: 0.24rem; }
.foot { padding: 0.2rem 0px 0.35rem; text-align: center; justify-content: space-between; align-items: center; }
.foot p { font-size: 0.14rem; line-height: 1.5; color: rgb(255, 255, 255); word-break: break-all; align-items: center; }
.foot p a { display: inline-block; margin-right: 0.05rem; }
.foot-b .fot-2 p img { display: inline-block; margin-right: 0.1rem; }
.ul-iconsb1 { justify-content: flex-end; }
.ul-iconsb1 li { padding-left: 0.1rem; }
.ul-iconsb1 .con { position: relative; cursor: pointer; }
.ul-iconsb1 .icon { width: 0.35rem; height: 0.35rem; border: 0px solid rgb(255, 255, 255); border-radius: 0.03rem; display: flex; align-items: center; justify-content: center; }
.ul-iconsb1 .qrbox { bottom: 100%; transform: translateY(-30%) translateX(-50%); opacity: 0; visibility: hidden; margin-bottom: 0.15rem; transition: all 0.5s ease 0s; position: absolute; width: 1.2rem; height: auto; z-index: 100; left: 50%; }
.ul-iconsb1 .qrbox .qr { padding: 0.1rem; background: rgb(255, 255, 255); text-align: center; border-radius: 0.1rem; }
.ul-iconsb1 .qrbox::before { content: ""; border-left: 0.08rem solid transparent; border-right: 0.08rem solid transparent; border-top: 0.1rem solid rgb(255, 255, 255); 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: 0.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: 0.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%); }
@media screen and (max-width: 1024px) {
  .foot-b { padding: 0.2rem 0px 0rem; }
  .footer { border-radius: 0px; }
  .foot-b .fot-1 { width: 100%; text-align: center; }
  .foot-b .fot-2 { width: 100%; margin: 0.25rem auto; }
  .foot-b .fot-3 { width: 100%; justify-content: center; align-items: center; }
  .foot-b .fot-3 .img { width: 1.2rem; margin: 0px; padding: 0px 0.1rem; }
  .foot-b .fot-2 p { justify-content: center; }
  .ul-iconsb1 { width: 100%; justify-content: center; order: -1; margin-bottom: 0.15rem; }
  .foot p { justify-content: center; width: 100%; }
}
@media screen and (max-width: 768px) {
  .foot-b .fot-1 { width: 100%; text-align: center; }
  .foot-b .fot-2 { width: 100%; margin: 0.25rem auto; }
  .foot-b .fot-3 { width: 100%; justify-content: center; align-items: center; }
  .foot-b .fot-3 .img { width: 1.2rem; margin: 0px; padding: 0px 0.1rem; }
  .foot-b .fot-2 p { justify-content: center; }
  .ul-iconsb1 { width: 100%; justify-content: center; order: -1; margin-bottom: 0.15rem; }
}
@media screen and (max-width: 440px) {
}
html { cursor: url("../images/cur.png"), auto; }
@media screen and (max-width: 1600px) {
  .list_box1 { padding-left: 5%; }
  .header_top #logo img { }
}
@media screen and (max-width: 1300px) {
  .list_box1 .ser { padding-left: 0.5rem; }
  .header_top #logo img { }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .title { margin-bottom: 0.35rem; }
  .title h3 { font-size: 0.3rem; }
  .title b { max-width: 0.45rem; }
  .swiper-box1 .swiper-pagination { bottom: 0.1rem; }
  .banner video { }
  .banner { padding-top: 0px; }
  .swiper-box1 .imged { padding-bottom: 45%; }
  .banner .con h3 { font-size: 0.3rem; }
  .banner .con span { display: none; }
  .swiper-box1 .cir span.on { width: 0.26rem; height: 0.26rem; }
  .banner .con { bottom: 0.35rem; }
}
@media screen and (max-width: 768px) {
  .title { margin-bottom: 0.25rem !important; }
  .title h3 { font-size: 0.28rem; }
  .title .h3 { margin: 0px; text-align: left; }
  .title p { font-size: 0.2rem; }
  .txt1 { font-size: 0.2rem !important; }
  .p1 { font-size: 0.16rem !important; }
  .banner .con h3 { font-size: 0.2rem; }
  .more a { padding: 0px 0.15rem; line-height: 0.4rem; font-size: 0.14rem; }
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 420px) {
}
@media (min-width: 200px) {
  [aos="zoom-in"] { transform: scale(0.5); }
}
@media screen and (max-height: 500px) {
  .list_box_nav_mobile { max-height: calc(100% - 120px); padding-left: 0rem; }
}