@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
/* body::-webkit-scrollbar {
    display: none
} */
body {
  font-size: 12px;
  font-family: 'Comfortaa','SweiMarkerSansCJKtc' 'Source Han Sans', Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
}
div,
li {
  box-sizing: border-box;
}
html {
  font-size: 100px;
}
@font-face {
  font-family: "Comfortaa-Bold-2";
  src: url("/static/fonts/Comfortaa/Comfortaa-Regular-1.ttf") format("woff2");
}
@font-face {
   font-family: 'SweiMarkerSansCJKtc';
    src: url('/static/fonts/SweiMarkerSansCJKsc-Thin.ttf');
}

.elli1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elli2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elli3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.elli4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
li {
  list-style: none;
}
a {
  text-decoration: none !important;
}
.tip-box {
  display: none;
}
.case {
  width: 100%;
  height: 100%;
}
.case .case-box {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.case .case-box .swiper-product {
  width: 100%;
  height: 100%;
  margin-top: 1rem;
}
.case .case-box .swiper-product .swiper-wrapper .swiper-slide {
  position: relative;
}
.case .case-box .swiper-product .swiper-wrapper .swiper-slide .ismobilebgc {
  display: none;
}
.case .case-box .swiper-product .swiper-wrapper .swiper-slide .ispcbgc {
  display: block;
  object-fit: cover;
}
.case .case-box .swiper-product .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.case .case-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg {
  position: absolute;
  top: 44%;
  left: 1.8rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.case .case-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-top {
  font-size: 0.92rem;
  font-family: Comfortaa-Bold-2;
  font-weight: 400;
  color: #fff;
}
.case .case-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-tp {
  font-size: 0.62rem;
  font-family: SweiMarkerSansCJKtc;
  font-weight: 100;
  color: #fff;
  margin-top: 0.12rem;
   /* font-family: SweiMarkerSansCJKtc;
    background-color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color:#2A3F91;
  -webkit-text-stroke:6px transparent;
  font-size: .62rem; */
}
.case .case-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-btn {
  width: 1.88rem;
  height: 0.6rem;
  border: 1px solid #fff;
  border-radius: 0.3rem;
  font-size: 0.18rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #fff;
  line-height: 0.6rem;
  text-align: center;
  cursor: pointer;
  margin-top: .42rem;
}
.case .case-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-btn a{
  color: #fff;
}
.case .case-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-btn:hover {
  background-color: #2A3F91;
}
.case .case-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-btn:hover a{
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}
.case .case-box .header-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  height: 1rem;
  width: 100%;
  background: #2A3F91;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}
.case .case-box .header-box .logo {
  margin-left: 0.82rem;
}
.case .case-box .header-box .logo img {
  width: 2.62rem;
  height: 0.7rem;
}
.case .case-box .header-box .tit {
  margin-right: 0.8rem;
}
.case .case-box .header-box .tit ul {
  display: flex;
}
.case .case-box .header-box .tit ul li {
  margin-right: 0.7rem;
}
.case .case-box .header-box .tit ul li a {
  font-size: 0.22rem;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.6;
}
.case .case-box .header-box .tit ul li a:hover {
  opacity: 1;
}
.case .case-box .header-box .tit ul .active a {
  opacity: 1;
  font-size: 0.22rem;
  font-weight: 400;
  color: #FFFFFF;
}
.case .case-box2 {
  width: 100%;
  height: 100%;
}
.case .case-box2 .box1 {
  height: 0.62rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.case .case-box2 .box1 .jiantou {
  width: 0.08rem;
  height: 0.15rem;
  margin-left: 0.17rem;
}
.case .case-box2 .box1 img {
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 2.17rem;
  margin-right: 0.16rem;
}
.case .case-box2 .box1 a {
  font-size: 0.16rem;
  font-weight: 400;
  color: #999999;
}
.case .case-box2 .box1 a:hover {
  color: #2A3F91;
}
.case .case-box2 .box1 span {
  margin: 0 0.16rem;
  width: 0.08rem;
  height: 0.15rem;
}
.case .case-box2 .box1 p {
  font-size: 0.16rem;
  font-weight: 400;
  color: #2A3F91;
  cursor: pointer;
}
.case .case-box2 .box2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 1.1rem;
}
.case .case-box2 .box2 .top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.case .case-box2 .box2 .top .top-tit {
  font-size: 0.48rem;
  font-weight: 400;
  color: #333333;
}
.case .case-box2 .box2 .top .top-info {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
}
.case .case-box2 .box2 .case-swiper-box {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
}
.case .case-box2 .box2 .case-swiper-box .case-swiper {
  width: 12rem;
}
.case .case-box2 .box2 .case-swiper-box .case-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2rem;
}
.case .case-box2 .box2 .case-swiper-box .case-swiper .swiper-wrapper .swiper-slide img {
  width: 1.18rem;
  height: 1.18rem;
  object-fit: cover;
}
.case .case-box2 .box2 .case-swiper-box .case-swiper .swiper-wrapper .swiper-slide span {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #333333;
}
.case .case-box2 .box2 .case-swiper-box .swiper-button-next:after,
.case .case-box2 .box2 .case-swiper-box .swiper-rtl .swiper-button-prev:after,
.case .case-box2 .box2 .case-swiper-box .swiper-button-prev:after,
.case .case-box2 .box2 .case-swiper-box .swiper-rtl .swiper-button-next:after {
  content: " ";
}
.case .case-box2 .box2 .case-swiper-box .swiper-button-next,
.case .case-box2 .box2 .case-swiper-box .swiper-rtl .swiper-button-prev {
  right: 1.6rem;
}
.case .case-box2 .box2 .case-swiper-box .swiper-button-prev,
.case .case-box2 .box2 .case-swiper-box .swiper-rtl .swiper-button-next {
  left: 1.6rem;
}
.case .case-box2 .box3 {
  width: 100%;
  margin-top: 1.4rem;
}
.case .case-box2 .box3 .top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.case .case-box2 .box3 .top .top-tit {
  font-size: 0.48rem;
  font-weight: 400;
  color: #333333;
}
.case .case-box2 .box3 .top .top-info {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
}
.case .case-box2 .box3 .btoom {
  margin-top: 1.1rem;
  width: 100%;
}
.case .case-box2 .box3 .btoom .btoom-box {
  padding: 0 1.6rem;
  width: 100%;
}
.case .case-box2 .box3 .btoom .btoom-box li:nth-child(even) {
  margin-left: 0.5rem;
}
.case .case-box2 .box3 .btoom .btoom-box li {
  float: left;
  width: 48%;
  height: 2.15rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0.2rem;
  padding: 0.24rem 0.2rem;
  margin-bottom: 0.45rem;
  border: 1px solid #fff;
}
.case .case-box2 .box3 .btoom .btoom-box li a {
  display: flex;
  justify-content: space-between;
}
.case .case-box2 .box3 .btoom .btoom-box li a img {
  width: 2.5rem;
  height: 1.68rem;
  background: #666666;
  border-radius: 0.1rem;
  object-fit: cover;
}
.case .case-box2 .box3 .btoom .btoom-box li a .li-box {
  display: flex;
  flex-direction: column;
  padding-left: 0.37rem;
  width: calc(100% - 2.5rem);
  box-sizing: border-box;
  justify-content: space-between;
}
.case .case-box2 .box3 .btoom .btoom-box li a .li-box .li-tit {
  font-size: 0.22rem;
  font-weight: 400;
  color: #333333;
  width: 100%;
}
.case .case-box2 .box3 .btoom .btoom-box li a .li-box .li-msg {
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  width: 100%;
}
.case .case-box2 .box3 .btoom .btoom-box li a .li-box .li-bottom {
  display: flex;
  justify-content: space-between;
}
.case .case-box2 .box3 .btoom .btoom-box li a .li-box .li-bottom .year {
  font-size: 0.14rem;
  font-weight: 400;
  color: #999999;
}
.case .case-box2 .box3 .btoom .btoom-box li a .li-box .li-bottom .hover {
  width: 0.13rem;
  height: 0.15rem;
  background-color: #fff;
  display: block;
}
.case .case-box2 .box3 .btoom .btoom-box li a .li-box .li-bottom .noHover {
  display: none;
  width: 0.13rem;
  height: 0.15rem;
  background-color: #fff;
}
.case .case-box2 .box3 .btoom .btoom-box li:hover {
  cursor: pointer;
  border: 1px solid #2A3F91;
}
.case .case-box2 .box3 .btoom .btoom-box li:hover a .li-box .li-bottom .hover {
  display: none;
}
.case .case-box2 .box3 .btoom .btoom-box li:hover a .li-box .li-bottom .noHover {
  display: block;
}
.case .case-box2 .page {
  clear: both;
  width: 100%;
  padding: 1rem 0 1.8rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case .case-box2 .page a{
font-size: .14rem;
font-family: Source Han Sans;
font-weight: 400;
color: #666666;
}
.case .case-box2 .page .pageSize span {
  padding: 0.2rem;
  cursor: pointer;
}
.case .case-box2 .page .pageSize .item a{
  color: #2A3F91;
}
.case .case-box2 .page .pageSize span a:hover {
  color: #2A3F91;
}
.case .case-box2 .page .pre,
.case .case-box2 .page .next {
  font-size: 0.14rem;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.case .case-box2 .page .pre {
  margin-right: 0.1rem;
}
.case .case-box2 .page .next {
  margin-left: 0.1rem;
}
.case .case-box2 .footer {
  width: 100%;
  background: #2A3F91;
  position: relative;
}
.case .case-box2 .footer .footer-box {
  padding-top: 0.6rem;
  display: flex;
  justify-content: space-around;
}
.case .case-box2 .footer .footer-box .box-1 img {
  width: 3.38rem;
  height: 0.91rem;
  /* margin-left: 0.5rem; */
}
.case .case-box2 .footer .footer-box .box-2{
  /* width: 100%; */
}
.case .case-box2 .footer .footer-box .box-2 ul {
  display: flex;
}
.case .case-box2 .footer .footer-box .box-2 ul li {
  margin-left: 0.82rem;
}
.case .case-box2 .footer .footer-box .box-2 ul li .li-tit {
  font-size: 0.18rem;
  font-family: 'Source Han Sans';
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.case .case-box2 .footer .footer-box .box-2 ul li .li-tit a{
    font-size: 0.18rem;
  font-family: 'Source Han Sans';
  font-weight: 400;
  color: #FFFFFF;
}
.case .case-box2 .footer .footer-box .box-2 ul li .li-msg {
  display: flex;
  flex-direction: column;
}
.case .case-box2 .footer .footer-box .box-2 ul li .li-msg a:nth-child(3){
  display: none;
}
.case .case-box2 .footer .footer-box .box-2 ul li .li-msg a{
  margin-top: .2rem;
}
.case .case-box2 .footer .footer-box .box-2 ul li .li-msg span {
  font-size: 0.14rem;
  font-family: 'Source Han Sans';
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.4;
  margin-top: 0.2rem;
  cursor: pointer;
}
.case .case-box2 .footer .footer-box .box-3 {
  height: 1rem;
  display: flex;
  /* margin-left: 1.3rem; */
}
.case .case-box2 .footer .footer-box .box-3 .box-3-img {
  background-color: #fff;
}
.case .case-box2 .footer .footer-box .box-3 .box-3-img img {
  padding: 0.05rem;
  width: 0.9rem;
  height: 0.9rem;
}
.case .case-box2 .footer .footer-box .box-3 .box-3-msg {
  display: flex;
  flex-direction: column;
  margin-left: 0.2rem;
  justify-content: space-between;
}
.case .case-box2 .footer .footer-box .box-3 .box-3-msg .logo-tit {
  font-size: 0.16rem;
  font-family: 'Source Han Sans';
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.case .case-box2 .footer .footer-box .box-3 .box-3-msg .info {
  font-size: 0.14rem;
  font-family: 'Source Han Sans';
  font-weight: 400;
  color: #CCCCCC;
  cursor: pointer;
}
.case .case-box2 .footer .filing {
  width: 100%;
  margin-top: 0.3rem;
  text-align: center;
  padding: 0.19rem 0;
  background: #090d64;
  font-size: 0.14rem;
  font-family: 'Source Han Sans';
  font-weight: 400;
  color: #CCCCCC;
  opacity: 0.8;
}
.case .case-box2 .footer-mobile {
  display: none;
}
@media screen and (max-width: 750px) {
  .case .case-box .header-box{
    display: none;
  }
  .tip-box{
    display: block;
  }
  a {
    color: #fff;
  }
  .tip-box {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 1rem;
    background: #fafafa;
  }
  .tip-box .area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
    padding: 0 0.3rem;
  }
  .tip-box .area .logo-box a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tip-box .area .logo-box a img {
    width: 2.6rem;
    height: 0.7rem;
  }
  .tip-box .area .nav-box {
    width: 0.5rem;
    min-height: 0.35rem;
  }
  .tip-box .area .nav-box .menu {
    display: block;
    width: 0.5rem;
    height: 0.35rem;
    background: center / 100% no-repeat url(../wapimg/wapnav.png);
  }
  .tip-box .area .nav-box .spread {
    width: 0.51rem;
    height: 0.51rem;
    background: center / 100% no-repeat url(../wapimg/close.png);
  }
  .tip-box .area .nav-box ul {
    left: 0;
    position: fixed;
    top: -200%;
    z-index: 10;
    background-color: #f9fafd;
    width: 100%;
    flex-direction: column;
    transition: all 0.35s;
    opacity: 0;
    justify-content: inherit;
    padding: 0 0.25rem;
    overflow: scroll;
  }
  .tip-box .area .nav-box ul li {
    position: relative;
    height: auto;
    border-bottom: 0.02rem solid #4e4e4e;
  }
  .tip-box .area .nav-box ul li a {
    display: block;
    padding: 0;
    line-height: 1rem;
    font-size: 0.3rem;
    color: #252526;
    border-left: 2px solid transparent;
    position: relative;
  }
  .tip-box .area .nav-box ul li .j-li a::before {
    content: "";
    display: block;
    width: 0.34rem;
    height: 0.03rem;
    background-color: #b9b9ba;
    position: absolute;
    top: 50%;
    margin-top: -0.02rem;
    right: 0;
  }
  .tip-box .area .nav-box ul li .j-li a::after {
    content: "";
    display: block;
    height: 0.34rem;
    width: 0.03rem;
    background-color: #b9b9ba;
    position: absolute;
    top: 50%;
    right: 0.16rem;
    margin-top: -0.16rem;
  }
  .tip-box .area .nav-box ul li .active a::after {
    content: "";
    display: none;
  }
  .tip-box .area .nav-box .open {
    top: 1rem;
    opacity: 1;
    padding-bottom: 0.9rem;
    background: #FFF;
  }
  .case {
    width: 100%;
    height: 100%;
  }
  .case .case-box {
    /* padding-top: 1rem; */
  }
  .case .case-box .swiper-product .swiper-wrapper .swiper-slide .ismobilebgc {
    display: block;
    object-fit: cover;
  }
  .case .case-box .swiper-product .swiper-wrapper .swiper-slide .ispcbgc {
    display: none;
  }
  .case .case-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg {
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .case .case-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-top {
    font-size: 0.77rem;
    margin: 0 auto;
    text-align: center;
  }
  .case .case-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-tp {
    font-size: 0.52rem;
    text-align: center;
  }
  .case .case-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-btn {
    display: none;
  }
  .case .case-box2 .box1 {
    display: none;
  }
  .case .case-box2 .box2 {
    margin-top: 0.6rem;
  }
  .case .case-box2 .box2 .case-swiper-box {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 1rem;
  }
  .case .case-box2 .box2 .case-swiper-box .case-swiper {
    width: 100%;
  }
  .case .case-box2 .box2 .case-swiper-box .case-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1.88rem;
  }
  .case .case-box2 .box2 .case-swiper-box .swiper-button-next,
  .case .case-box2 .box2 .case-swiper-box .swiper-rtl .swiper-button-prev {
    right: 2.5rem;
    top: 2.4rem;
    display: none;
  }
  .case .case-box2 .box2 .case-swiper-box .swiper-button-prev,
  .case .case-box2 .box2 .case-swiper-box .swiper-rtl .swiper-button-next {
    left: 2.5rem;
    top: 2.4rem;
    display: none;
  }
  .case .case-box2 .box3 .btoom .btoom-box {
    padding: 0 0.2rem;
    width: 100%;
  }
  .case .case-box2 .box3 .btoom .btoom-box li:nth-child(even) {
    margin-left: 0;
  }
  .case .case-box2 .box3 .btoom .btoom-box li {
    width: 100%;
  }
  .case .case-box2 .page {
    padding: 0.2rem 0 0.6rem 0;
  }
  .case .case-box2 .page .pageSize span {
    font-size: 0.24rem;
  }
  .case .case-box2 .page .pre,
  .case .case-box2 .page .next {
    font-size: 0.24rem;
  }
  .case .case-box2 .footer {
    display: none;
  }
  .case .case-box2 .footer-mobile {
    display: block;
    width: 100%;
    background-color: #2A3F91;
    padding: 0.34rem 0.65rem 0.42rem 0.3rem;
  }
  .case .case-box2 .footer-mobile .name {
    font-size: 0.3rem;
    font-family: Source Han Sans;
    font-weight: 400;
    color: #FFFFFF;
  }
  .case .case-box2 .footer-mobile .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .case .case-box2 .footer-mobile .info .info-box1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .case .case-box2 .footer-mobile .info .info-box2 {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 0.3rem;
  }
  .case .case-box2 .footer-mobile .info .info-box2 .li-box2 {
    display: flex;
    align-items: center;
  }
  .case .case-box2 .footer-mobile .info .info-box2 .li-box2 .dianhua {
    width: 0.25rem;
    height: 0.27rem;
    background-color: #2A3F91;
  }
  .case .case-box2 .footer-mobile .info .info-box2 .li-box2 .youxiang {
    width: 0.26rem;
    height: 0.22rem;
    background-color: #2A3F91;
    margin: 0.3rem 0;
  }
  .case .case-box2 .footer-mobile .info .info-box2 .li-box2 .dizhi {
    width: 0.21rem;
    height: 0.28rem;
    background-color: #2A3F91;
  }
  .case .case-box2 .footer-mobile .info .info-box2 .li-box2 span {
    font-size: 0.22rem;
    font-family: Source Han Sans;
    font-weight: 400;
    color: #CCCCCC;
    margin-left: 0.39rem;
  }
  .case .case-box2 .footer-mobile .info img {
    width: 1.33rem;
    height: 1.34rem;
    padding: 0.05rem;
    background-color: #fff;
  }
  .case .case-box2 .footer-mobile p {
    font-size: 0.18rem;
    font-family: Source Han Sans;
    font-weight: 400;
    color: #999999;
    margin-top: 0.5rem;
    padding-bottom: 0.2rem;
  }
}
