@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
/* body::-webkit-scrollbar {
    display: none
} */
body {
  font-size: 12px;
  font-family: 'Comfortaa', 'Source Han Sans', Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
}
@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/gont.ttf");
}
div,
li {
  box-sizing: border-box;
}
html {
  font-size: 100px;
}
li {
  list-style: none;
}
a {
  text-decoration: none !important;
}
.tip-box {
  display: none;
}
.location {
  margin: 0 auto;
  height: 0.62rem;
  width: 16rem;
  display: flex;
  align-items: center;
}
.location a {
  font-size: 0.16rem;
  font-weight: 400;
}
.location .home {
  display: flex;
  align-items: center;
}
.location .home img {
  width: 0.16rem;
  height: 0.16rem;
}
.location .home span {
  color: #999999;
  margin: 0 0.16rem;
}
.location .home:hover span {
  color: #2A3F91;
}
.location .select {
  color: #2A3F91;
}
.location .next {
  width: 0.08rem;
  margin-right: 0.16rem;
}
.case {
  width: 100%;
  height: 100%;
}
.case .case-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.case .case-box .swiper-product {
  width: 100%;
  height: 100%;
}
.case .case-box .swiper-product .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
  padding-top: 1rem;
}
.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: 100vh;
    object-fit: cover;
}
.case .case-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg {
  position: absolute;
  top: 35%;
  right: 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: #2A3F91;
}
.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: #2A3F91;
  margin-top: 0.12rem;
}
.case .case-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-btn {
  width: 1.88rem;
  height: 0.6rem;
  border: 1px solid #2A3F91;
  border-radius: 0.3rem;
  font-size: 0.18rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #2A3F91;
  line-height: 0.6rem;
  text-align: center;
  cursor: pointer;
  margin-top: 2.42rem;
  display: none;
}
.case .case-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .city{
  font-size: .14rem;
  width: 6rem;
  color:#2A3F91;
  line-height: .2rem;
  margin-top: .12rem;
}
.case .case-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-btn a{
  color: #2A3F91;
}
.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{
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}
.case .case-box .header-box {
  position: absolute;
  /* position: relative; */
  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 .wrap {
  margin: 0 auto;
  width: 14rem;
}
.case .case-box2 .wrap .top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 0.6rem;
}
.case .case-box2 .wrap .top .top-tit {
  font-size: 0.36rem;
  font-weight: 400;
  color: #666666;
}
.case .case-box2 .wrap .top .top-end {
  margin-top: 0.26rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #666666;
}
.case .case-box2 .wrap .form {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0.7rem;
}
.case .case-box2 .wrap .form .form-item {
  margin-bottom: 0.24rem;
  display: flex;
  flex-direction: row;
}
.case .case-box2 .wrap .form .form-item .field {
  flex: 1;
}
.case .case-box2 .wrap .form .form-item input[type='text'] {
  height: 0.6rem;
  background-color: #f2f6fa;
  font-size: 0.19rem;
  color: #999;
  margin-top: 0.2rem;
  border: none;
  padding-left: 0.2rem;
  outline: none;
}
.case .case-box2 .wrap .form .form-item input:last-child {
  margin-left: 0.24rem;
}
.case .case-box2 .wrap .form input[type='submit'] {
  width: 4.5rem;
  height: 0.6rem;
  border: 1px solid #999999;
  border-radius: 0.3rem;
  font-size: 0.22rem;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
  background-color: #fff;
  margin: 0.66rem auto 0.94rem auto;
}
.case .case-box2 .wrap .form .textarea {
  height: 2.45rem;
  background: #F2F6FA;
  border: none;
  margin-top: 0.2rem;
  font-size: 0.19rem;
  font-weight: 400;
  color: #999999;
  padding-left: 0.2rem;
  padding-top: 0.2rem;
  outline: none;
  font-family: Source Han Sans;
}
.case .case-box2 .wrap .form .submit:hover {
  color: #2A3F91;
  border: 1px solid #2A3F91;
}
.case .case-box2 .map-box {
  width: 100%;
  /* height: 6rem; */
  max-height: 6rem;
  position: relative;
  background: #999;
}
.case .case-box2 .map-box .map-card {
  position: absolute;
  top: 1.36rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 14rem;
}
.case .case-box2 .map-box .map-card .map-info {
  width: 5.9rem;
  background: #FFFFFF;
  padding: 0.5rem 0.76rem 0.6rem 0.3rem;
}
.case .case-box2 .map-box .map-card .map-info .map-top {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.26rem;
}
.case .case-box2 .map-box .map-card .map-info .map-top .map-tit {
  font-size: 0.26rem;
  font-weight: bold;
  color: #2A3F91;
}
.case .case-box2 .map-box .map-card .map-info .map-top .map-msg {
  margin-top: 0.12rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #2A3F91;
}
.case .case-box2 .map-box .map-card .map-info .map-bottom {
  margin-top: 0.6rem;
}
.case .case-box2 .map-box .map-card .map-info .map-bottom .phone {
  display: flex;
  align-items: center;
}
.case .case-box2 .map-box .map-card .map-info .map-bottom .phone img {
  width: 0.2rem;
  height: 0.2rem;
}
.case .case-box2 .map-box .map-card .map-info .map-bottom .phone span {
  font-size: 0.18rem;
  font-weight: 400;
  color: #333333;
  margin-left: 0.18rem;
}
.case .case-box2 .map-box .map-card .map-info .map-bottom .addres {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
}
.case .case-box2 .map-box .map-card .map-info .map-bottom .addres img {
  width: 0.16rem;
  height: 0.24rem;
}
.case .case-box2 .map-box .map-card .map-info .map-bottom .addres span {
  font-size: 0.18rem;
  font-weight: 400;
  color: #333333;
  margin-left: 0.18rem;
}
/* .case .case-box2 .map-box .map-wrap {
  height: 6rem;
} */
.case .case-box2 .map-box .map-wrap img {
  width: 100%;
  min-height: 5rem;
}
.case .case-box2 .map-box .map-wrap .mobile {
  display: none;
}
.case .case-box2 .footer {
  width: 100%;
  background: #2A3F91;
  position: relative;
  margin-top: -0.25rem;
}
.case .case-box2 .footer .footer-box {
  padding-top: 0.6rem;
  display: flex;
}
.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 .footer {
  width: 100%;
  background: #2A3F91;
  position: relative;
}
.case .footer .footer-box {
  padding-top: 0.6rem;
  display: flex;
  justify-content: space-around;
}
.case .footer .footer-box .box-1 img {
  width: 3.38rem;
  height: 0.91rem;
  /* margin-left: 0.5rem; */
}
.case .footer .footer-box .box-2 ul {
  display: flex;
}
.case .footer .footer-box .box-2 ul li {
  margin-left: 0.82rem;
}
.case .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 .footer .footer-box .box-2 ul li .li-msg {
  display: flex;
  flex-direction: column;
}
.case .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 .footer .footer-box .box-3 {
  height: 1rem;
  display: flex;
  /* margin-left: 1.3rem; */
}
.case .footer .footer-box .box-3 .box-3-img {
  background-color: #fff;
}
.case .footer .footer-box .box-3 .box-3-img img {
  padding: 0.05rem;
  width: 0.9rem;
  height: 0.9rem;
}
.case .footer .footer-box .box-3 .box-3-msg {
  display: flex;
  flex-direction: column;
  margin-left: 0.2rem;
  justify-content: space-between;
}
.case .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 .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 .footer .filing {
  width: 100%;
  margin-top: 0.83rem;
  text-align: center;
  padding: 0.19rem 0;
  background: #09102D;
  font-size: 0.14rem;
  font-family: 'Source Han Sans';
  font-weight: 400;
  color: #CCCCCC;
  opacity: 0.8;
}
.case .footer-mobile {
  display: none;
}
@media screen and (max-width: 750px) {
  .case .case-box .swiper-product .swiper-wrapper .swiper-slide{
    padding-top: 0;
  }
  .case .case-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .city{
        font-size: .14rem;
    width: 100%;
    color: #2A3F91;
    line-height: .3rem;
    padding: 0 1rem;
  }
  .tip-box{
    display: block;
  }
  .case .case-box .header-box{
    display: none;
  }
  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;
  }
  .location {
    width: 100%;
    padding: 0 0.2rem;
    display: none;
  }
  .location a {
    font-size: 0.22rem;
  }
  .case .case-box2 .wrap {
    width: 100%;
    padding: 0 0.2rem;
  }
  .case .case-box2 .wrap .form .form-item {
    flex-direction: column;
    margin-bottom: 0;
  }
  .case .case-box2 .wrap .form .form-item input:last-child {
    margin-left: 0;
  }
  .case .case-box2 .wrap .form .form-item input[type='text'] {
    font-size: 0.26rem;
    padding: 0.15rem;
  }
  .case .case-box2 .wrap .form input[type='submit'] {
    font-size: 0.3rem;
  }
  .case .case-box2 .wrap .form .textarea {
    font-size: 0.26rem;
  }
  .case .case-box2 .map-box .map-card {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .case .case-box2 .map-box .map-card .map-info .map-top .map-tit {
    font-size: 0.3rem;
  }
  .case .case-box2 .map-box .map-card .map-info .map-top .map-msg {
    font-size: 0.19rem;
  }
  .case .case-box2 .map-box .map-card .map-info .map-bottom .phone span {
    font-size: 0.22rem;
  }
  .case .case-box2 .map-box .map-card .map-info .map-bottom .addres span {
    font-size: 0.22rem;
  }
  .case .case-box2 .map-box .map-wrap .pc {
    display: none;
  }
  .case .case-box2 .map-box .map-wrap .mobile {
    display: block;
  }
  .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: 1.8rem;
    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;
  }
  .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 .footer {
    display: none;
  }
  .case .footer-mobile {
    display: block;
    width: 100%;
    background-color: #2A3F91;
    padding: 0.34rem 0.65rem 0.42rem 0.3rem;
  }
  .case .footer-mobile .name {
    font-size: 0.3rem;
    font-family: Source Han Sans;
    font-weight: 400;
    color: #FFFFFF;
  }
  .case .footer-mobile .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .case .footer-mobile .info .info-box1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .case .footer-mobile .info .info-box2 {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 0.3rem;
  }
  .case .footer-mobile .info .info-box2 .li-box2 {
    display: flex;
    align-items: center;
  }
  .case .footer-mobile .info .info-box2 .li-box2 .dianhua {
    width: 0.25rem;
    height: 0.27rem;
    background-color: #2A3F91;
  }
  .case .footer-mobile .info .info-box2 .li-box2 .youxiang {
    width: 0.26rem;
    height: 0.22rem;
    background-color: #2A3F91;
    margin: 0.3rem 0;
  }
  .case .footer-mobile .info .info-box2 .li-box2 .dizhi {
    width: 0.21rem;
    height: 0.28rem;
    background-color: #2A3F91;
  }
  .case .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 .footer-mobile .info img {
    width: 1.33rem;
    height: 1.34rem;
    padding: 0.05rem;
    background-color: #fff;
  }
  .case .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;
  }
}
