@font-face {
  font-family: JCHEadA;
  src: url("./font/HeadlineA.ttf");
}
@font-face {
  font-family: DINAlternate;
  src: url("./font/DINAlternateBold.ttf");
}
.oh {
  overflow: hidden;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.borbox {
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.no-border {
  border: none !important;
}
.bg-white {
  background: #fff !important;
}
.bg-grey {
  background: #f3f7fa !important;
}
.bg-blue {
  background: #1451b4 !important;
}
.header {
  width: 100%;
  height: 0.9rem;
  background: #fff;
  transition: 0.5s ease all;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
}
.header .logo img {
  height: 0.62rem;
  margin-top: 0.14rem;
  margin-left: 1rem;
}
.header .logo img.logo-img-transparent {
  display: none;
}
.header .logo img.logo-img-logo-img-default {
  display: block;
}
.header nav.header-nav {
  margin-right: 0.7rem;
  transition: 0.3s ease all;
}
.header nav.header-nav ul li {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  height: 0.9rem;
  box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
  line-height: 0.9rem;
}
.header nav.header-nav ul li a {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  font-size: 0.18rem;
  color: #333;
}
.header nav.header-nav ul li .drow-down-nav {
  width: 1.86rem;
  top: 0.91rem;
  display: none;
  box-sizing: border-box;
  left: -0.01rem;
  border: 1px solid #ececec;
  border-top: none;
  position: absolute;
  background: #fff;
  padding-bottom: 0.2rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.header nav.header-nav ul li .drow-down-nav a {
  border-bottom: 1px solid #dae4f4;
  text-align: left;
  display: block;
  font-size: 0.16rem;
  line-height: 0.54rem;
  background: #fff;
}
.header nav.header-nav ul li .drow-down-nav a:hover {
  color: #1452B5 !important;
}
.header nav.header-nav ul li .drow-down-nav:after {
  content: "";
  background: #1452b5;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 4px;
}
.header nav.header-nav ul li.active a {
  background: #1452B5;
  padding: 6px 15px;
  border-radius: 19px;
  color: #fff;
}
.header nav.header-nav ul li:hover {
  height: 0.92rem;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #dae4f4;
  border-right: 1px solid #dae4f4;
  background: #fff;
  box-sizing: border-box;
}
.header nav.header-nav ul li:hover a {
  color: #333;
}
.header nav.header-nav ul li:hover .drow-down-nav {
  display: block;
}
.header nav.header-nav ul li.active:hover {
  background: transparent;
  border: none;
  height: 0.9rem;
}
.header nav.header-nav ul li.active:hover a {
  color: #fff;
}
.header nav.header-nav ul li:hover::after {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.header nav.header-nav ul li.active:hover::after {
  display: none;
}
.header.header-top {
  background: rgba(0, 24, 56, 0.3);
  border-bottom: 1px solid transparent;
}
.header.header-top .logo img.logo-img-default {
  display: none;
}
.header.header-top .logo img.logo-img-transparent {
  display: block;
}
.header.header-top nav.header-nav {
  margin-right: 0.7rem;
}
.header.header-top nav.header-nav ul li a {
  color: #fff;
}
.header.header-top nav.header-nav ul li:hover a {
  color: #333;
}
.header.header-top nav.header-nav ul li.active a {
  background: #fff;
  padding: 6px 15px;
  border-radius: 19px;
  color: #1452B5;
}
.header.header-top nav.header-nav ul li.active:hover a {
  color: #1452B5;
}
.common-footer {
  height: 2rem;
  display: flex;
  justify-content: center;
  background: #0c2142;
}
.common-footer .code-img {
  height: 1.14rem;
  margin-top: 0.43rem;
  width: auto;
  border-left: 1px solid #3D5478;
  border-right: 1px solid #3D5478;
  overflow: hidden;
}
.common-footer .code-img img {
  width: 0.78rem;
  height: 0.78rem;
  margin-top: 0.18rem;
  margin-left: 0.36rem;
  margin-right: 0.36rem;
}
.common-footer .common-footer-info {
  margin-top: 0.52rem;
  margin-left: 1.15rem;
}
.common-footer .common-footer-info .info-item {
  margin-bottom: 0.18rem;
}
.common-footer .common-footer-info .info-item p {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 0.16rem;
  margin-right: 0.3rem;
}
.common-footer .common-footer-info .info-item p span,
.common-footer .common-footer-info .info-item p a {
  color: #8ab1ff;
  font-size: 0.18rem;
  margin-right: 0.2rem;
}
.common-footer .common-footer-info .info-item.item-start {
  margin-top: 0.44rem;
  margin-left: 0;
  margin-right: 0.6rem;
}
.common-footer .common-footer-info.info-left {
  margin-top: 0.42rem;
  margin-right: 0.6rem;
  margin-left: 0;
}
.common-footer .common-footer-info.info-left .info-item {
  margin-bottom: 0.09rem;
}
.pager a {
  width: 0.32rem;
  height: 0.32rem;
  text-align: center;
  line-height: 0.32rem;
  border: 1px solid #D9D9D9;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  border-radius: 8px;
  font-size: 12px;
  margin: 0 3px;
}
.pager a.page.prev,
.pager a.page.next {
  font-family: cursive;
}
.pager a.page-curr {
  background: #1451b4;
  color: #fff;
  border-color: #1451b4;
}
.fix-box {
  width: 84px;
  position: fixed;
  bottom: 10%;
  right: 5px;
  border: 3px solid #1451b4;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0px #002b6f;
  background: #fff;
  z-index: 900;
  text-align: center;
  overflow: hidden;
}
.fix-box img {
  width: 0.25rem;
  height: auto;
  display: block;
  margin-top: 0.2rem;
  margin-left: auto;
  margin-right: auto;
}
.fix-box p {
  font-size: 0.18rem;
  line-height: 0.22rem;
  color: #1451b4;
  margin-top: 0.09rem;
  margin-bottom: 0.09rem;
}
.container {
  width: 100vw;
  height: 100vh;
  overflow: auto;
}
.container .swiper {
  width: 100%;
  height: 100%;
}
.container .swiper .swiper-pagination.swiper-pagination-full {
  transform: translate3d(0px, -50%, 0);
  width: 12px;
  right: 50px;
  right: 0.5rem;
  left: auto;
  top: 50%;
  height: auto;
}
.container .swiper .swiper-pagination.swiper-pagination-full .swiper-pagination-bullet {
  margin: 10px 0;
  width: 8px;
  height: 8px;
  background: transparent;
  border: 2px solid #acc0d0;
  position: relative;
}
.container .swiper .swiper-pagination.swiper-pagination-full .swiper-pagination-bullet i {
  width: 1rem;
  height: 20px;
  line-height: 20px;
  position: absolute;
  left: -1.1rem;
  top: -8px;
  text-align: right;
  display: none;
}
.container .swiper .swiper-pagination.swiper-pagination-full .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #acc0d0 !important;
  position: relative;
}
.container .swiper .swiper-pagination.swiper-pagination-full .swiper-pagination-bullet.swiper-pagination-bullet-active i {
  display: block;
}
.container .content-page-banner {
  position: relative;
}
.container .content-page-banner .banner-slide {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.container .content-page-banner .banner-slide div {
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.container .content-page-banner .swiper-pagination-banner {
  position: absolute;
  top: 40%;
  left: 20px;
  color: #fff;
  z-index: 100000;
  width: 1rem;
  line-height: 1rem;
  right: 1rem;
  font-size: 0.2rem;
}
.container .swiper-slide {
  position: relative;
}
.container .swiper-slide .pos-block-blue {
  width: 2.25rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: #1452b5;
}
.container .swiper-slide .pos-mouse {
  width: 1rem;
  bottom: 0.2rem;
  margin-left: -0.5rem;
  position: absolute;
  left: 50%;
  text-align: center;
  z-index: 100000;
}
.container .swiper-slide .pos-mouse img {
  width: 0.24rem;
}
.container .swiper-slide .pos-mouse p {
  color: #fff;
  font-size: 0.12rem;
  line-height: 0.2rem;
  margin-top: 0.05rem;
}
.container .swiper-slide .pos-mouse.pos-mouse-default p {
  color: #333;
}
.container .content-page-title {
  margin-top: 0.5rem;
  text-align: center;
}
.container .content-page-title p {
  font-weight: 600;
  text-align: center;
  color: #333333;
  font-size: 0.38rem;
  line-height: 0.58rem;
}
.container .content-page-title a {
  font-weight: 400;
  text-align: center;
  color: #1451b4;
  margin-top: 0.2rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  display: block;
  letter-spacing: 0.5px;
}
.container .content-page-title a span {
  margin-left: 5px;
}
.container .content-page-title.content-page-title-white p,
.container .content-page-title.content-page-title-white a {
  color: #fff;
  font-weight: 400;
}
.container .content-page-item {
  margin-top: 0.9rem;
  overflow: hidden;
}
.container .page-product {
  width: 14.7rem;
  background: #f3f7fa;
  margin-left: auto;
  margin-right: auto;
}
.container .page-product .product-list {
  overflow: hidden;
}
.container .page-product .product-list .list-img {
  width: 5.6rem;
  height: 3.36rem;
  position: relative;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 1.52rem;
}
.container .page-product .product-list .list-title {
  float: left;
  text-align: right;
  position: absolute;
  cursor: pointer;
}
.container .page-product .product-list .list-title .icon-arrow {
  background: url(../images/arrow-right.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  width: 0.28rem;
  height: 0.12rem;
  margin-top: 0.06rem;
  right: -0.28rem;
  display: none;
}
.container .page-product .product-list .list-title p {
  font-size: 0.24rem;
  line-height: 0.33rem;
  font-weight: 600;
  text-align: left;
  color: #333333;
  margin-left: 1rem;
}
.container .page-product .product-list .list-title span {
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin-left: 1rem;
  color: #333;
  display: block;
  text-align: left;
  margin-top: 0.1rem;
}
.container .page-product .product-list .list-title.active .icon-arrow {
  display: block;
}
.container .page-product .product-list .list-title.active p,
.container .page-product .product-list .list-title.active span {
  color: #1451b4;
}
.container .page-product .product-list .list-title.title-lt,
.container .page-product .product-list .list-title.title-lb {
  width: 3.1rem;
  left: -3.7rem;
}
.container .page-product .product-list .list-title.title-lt {
  top: 0;
}
.container .page-product .product-list .list-title.title-lb {
  top: 1.3rem;
}
.container .page-product .product-list .list-title.title-rt,
.container .page-product .product-list .list-title.title-rb {
  width: 3rem;
  right: -3.7rem;
}
.container .page-product .product-list .list-title.title-rt p,
.container .page-product .product-list .list-title.title-rb p,
.container .page-product .product-list .list-title.title-rt span,
.container .page-product .product-list .list-title.title-rb span {
  margin-left: 0;
  text-align: right;
}
.container .page-product .product-list .list-title.title-rt .icon-arrow,
.container .page-product .product-list .list-title.title-rb .icon-arrow {
  left: -0.28rem;
  transform: rotate(180deg);
}
.container .page-product .product-list .list-title.title-rt {
  top: 0;
}
.container .page-product .product-list .list-title.title-rb {
  top: 1.4rem;
}
.container .page-product .product-list .list-img-content {
  width: 100%;
  height: 1.68rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(9, 55, 127, 0.7);
}
.container .page-product .product-list .list-img-content .img-content-title {
  width: 100%;
  height: 0.34rem;
  font-size: 0.24rem;
  line-height: 0.34rem;
  margin-top: 0.3rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
  text-align: center;
}
.container .page-product .product-list .list-img-content ul {
  width: 4rem;
  margin-top: 0.2rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.container .page-product .product-list .list-img-content ul li {
  width: 50%;
  margin-bottom: 0.1rem;
  float: left;
}
.container .page-product .product-list .list-img-content ul li p {
  text-align: left;
  color: #fff;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.container .page-product .product-list .list-img-content ul li p img {
  width: 0.18rem;
  height: 0.18rem;
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}
.container .swiper-solution {
  height: 5.7rem;
  margin-top: 0.3rem;
}
.container .swiper-solution .solution-slide {
  width: 12rem;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  height: 100%;
}
.container .swiper-solution .solution-slide .solution-item {
  width: 12rem;
  height: 5.7rem;
  border-radius: 8px;
  position: relative;
}
.container .swiper-solution .solution-slide .solution-item .solution-info {
  width: 2.4rem;
  min-height: 1.8rem;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0.56rem;
  right: 0.6rem;
  border: 5px solid #d3dceb;
}
.container .swiper-solution .solution-slide .solution-item .solution-info .pos-block {
  width: 0.4rem;
  height: 0.04rem;
  background: #333;
  position: absolute;
  top: 0.2rem;
  left: -0.2rem;
}
.container .swiper-solution .solution-slide .solution-item .solution-info p {
  color: #333;
  font-size: 0.24rem;
  line-height: 0.34rem;
  margin-top: 0.42rem;
  margin-left: 0.3rem;
}
.container .swiper-solution .solution-slide .solution-item .solution-info .pos-desc {
  width: 1.8rem;
  margin-top: 0.2rem;
  margin-left: 0.3rem;
  display: block;
  padding-bottom: 0.3rem;
}
.container .swiper-solution .solution-slide .solution-item .solution-info .pos-desc p {
  color: #000;
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.container .page-case {
  background: #f3f6f8;
  height: 100%;
}
.container .case-content {
  width: 14.96rem;
  height: 5.7rem;
  margin-top: 0.3rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container .case-content .case-item {
  position: absolute;
  border-radius: 8px;
  background-size: cover;
  width: 4.52rem;
  height: 2.8rem;
}
.container .case-content .case-item img.default-icon {
  height: 0.6rem;
  margin-top: 0.8rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.container .case-content .case-item img.img-large {
  width: 5.46rem;
  height: 4.6rem;
  display: none;
  margin-top: 0.12rem;
  margin-left: 0.12rem;
  transition: 0.3 ease all;
}
.container .case-content .case-item p {
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  margin-top: 0.26rem;
  line-height: 0.34rem;
}
.container .case-content .case-item p a {
  display: none;
}
.container .case-content .case-item p.case-item-title {
  display: block;
}
.container .case-content .case-item p.case-item-title-active {
  display: none;
}
.container .case-content .item-c {
  width: 5.7rem;
  height: 5.7rem;
  top: 0rem;
  left: 4.63rem;
  background: #1452b5;
}
.container .case-content .case-item.item-lt {
  left: 0rem;
  top: 0rem;
}
.container .case-content .case-item.item-lb {
  left: 0rem;
  bottom: 0rem;
}
.container .case-content .case-item.item-rt {
  right: 0rem;
  top: 0rem;
}
.container .case-content .case-item.item-rb {
  right: 0rem;
  bottom: 0rem;
}
.container .case-content .case-item.active {
  width: 5.7rem;
  height: 5.7rem;
  background-image: none !important;
  background: #1452b5;
}
.container .case-content .case-item.active img.default-icon {
  display: none;
}
.container .case-content .case-item.active img.img-large {
  display: block;
}
.container .case-content .case-item.active p {
  text-align: left;
  margin-left: 0.12rem;
}
.container .case-content .case-item.active p a {
  display: inline-block;
  position: absolute;
  right: 0.4rem;
  font-size: 0.14rem;
  color: #fff;
  height: 0.34rem;
}
.container .case-content .case-item.active p a img {
  display: inline-block;
  height: 0.12rem;
  width: 0.18rem;
  margin: 0;
  margin-left: 0.05rem;
}
.container .case-content .case-item.active p.case-item-title {
  display: none;
}
.container .case-content .case-item.active p.case-item-title-active {
  display: block;
}
.container .page-news {
  height: 100%;
  background: url(../images/bg-news.png) center center;
  background-size: cover;
}
.container .page-news .content-page-title {
  width: 15.1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container .page-news .content-page-title .news-tag {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
}
.container .page-news .content-page-title .news-tag span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  border-radius: 17px;
  background: #1e3b69;
  color: #fff;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-right: 0.1rem;
  cursor: pointer;
  letter-spacing: 0.5px;
}
.container .page-news .content-page-title .news-tag span.active {
  color: #0c2142;
  background: #fff;
}
.container .page-news .content-page-news {
  height: 100%;
  width: 15.1rem;
  height: 5.7rem;
  margin-top: 0.3rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.container .page-news .content-page-news .swiper-news {
  float: left;
  width: 5.1rem;
  height: 5.7rem;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.container .page-news .content-page-news .swiper-news a,
.container .page-news .content-page-news .swiper-news img {
  display: block;
  width: 100%;
  height: 100%;
}
.container .page-news .content-page-news .swiper-pagination-news {
  bottom: 20px;
  position: absolute;
  z-index: 1000;
  text-align: center;
}
.container .page-news .content-page-news .news-list {
  width: 9.84rem;
  float: left;
  height: 5.7rem;
  margin-left: 0.1rem;
}
.container .page-news .content-page-news .news-list .news-item {
  width: 4rem;
  height: 2.4rem;
  margin-bottom: 0.1rem;
  float: left;
  margin-right: 0.1rem;
  padding-top: 0.4rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  transition: 0.2s ease ease-in;
  border-radius: 8px;
  background: #fff;
  position: relative;
}
.container .page-news .content-page-news .news-list .news-item .title {
  color: #333;
  font-size: 0.2rem;
  font-weight: bold;
  font-family: sans-serif;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .page-news .content-page-news .news-list .news-item .desc {
  margin-top: 0.24rem;
  font-size: 0.16rem;
  font-family: sans-serif;
  color: #999;
  line-height: 0.24rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.container .page-news .content-page-news .news-list .news-item .link-more {
  position: absolute;
  bottom: 0.34rem;
  right: 0.4rem;
}
.container .page-news .content-page-news .news-list .news-item .link-more img {
  width: 0.18rem;
  height: 0.12rem;
  margin-left: 0.05rem;
}
.container .page-news .content-page-news .news-list .news-item .link-more img.arrow-white {
  display: none;
}
.container .page-news .content-page-news .news-list .news-item .link-more img.arrow-black {
  display: inline-block;
}
.container .page-news .content-page-news .news-list .news-item.active {
  background: #0e3673;
}
.container .page-news .content-page-news .news-list .news-item.active .title,
.container .page-news .content-page-news .news-list .news-item.active .desc,
.container .page-news .content-page-news .news-list .news-item.active .link-more {
  color: #fff;
  transform: scale(1.01);
}
.container .page-news .content-page-news .news-list .news-item.active .link-more {
  font-size: 0.14rem;
}
.container .page-news .content-page-news .news-list .news-item.active .link-more img.arrow-black {
  display: none;
}
.container .page-news .content-page-news .news-list .news-item.active .link-more img.arrow-white {
  display: inline-block;
}
.container .page-events .page-event-title {
  width: 12rem;
  margin-top: 0.6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container .page-events .page-event-title .title-text span,
.container .page-events .page-event-title .title-text a {
  display: inline-block;
  vertical-align: bottom;
}
.container .page-events .page-event-title .title-text span {
  font-size: 0.38rem;
  line-height: 0.38rem;
  color: #333;
}
.container .page-events .page-event-title .title-text a {
  font-size: 0.14rem;
  color: #1451b4;
}
.container .page-events .page-event-title .title-desc {
  font-size: 0.14rem;
  color: #333;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
}
.container .page-events .page-content-event {
  width: 100%;
  height: 5.64rem;
  margin-top: 0.6rem;
  position: relative;
  background: url("../images/bg-event.png");
  background-repeat: no-repeat;
  background-size: 65% 100%;
}
.container .page-events .page-content-event .event-list-wrap {
  width: 12rem;
  margin: 0 auto;
}
.container .page-events .page-content-event .event-list-wrap .time-line {
  margin-top: 0.8rem;
  width: 1rem;
  float: left;
}
.container .page-events .page-content-event .event-list-wrap .time-line .time-item {
  border-left: 1px solid #91acd6;
  position: relative;
  height: 0.96rem;
  left: -0.07rem;
  top: -0.07rem;
}
.container .page-events .page-content-event .event-list-wrap .time-line .time-item p {
  font-size: 0.24rem;
  color: #91acd6;
  margin-left: 0.2rem;
  line-height: 0.24rem;
  cursor: pointer;
  position: relative;
  top: -0.04rem;
  font-family: DINAlternate;
  letter-spacing: 0.5px;
  font-weight: normal;
}
.container .page-events .page-content-event .event-list-wrap .time-line .time-item span {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: -0.07rem;
  top: 0rem;
  background: #91acd6;
}
.container .page-events .page-content-event .event-list-wrap .time-line .time-item.active p {
  color: #fff;
  font-size: 0.38rem;
  font-family: JCHEadA;
}
.container .page-events .page-content-event .event-list-wrap .time-line .time-item.active span {
  width: 0.2rem;
  height: 0.2rem;
  left: -0.1rem;
  background: #fff;
}
.container .page-events .page-content-event .event-list-wrap .time-event {
  width: 10rem;
  float: left;
  height: 4rem;
  background: url("../images/bg-event-time.png") 80% 40% no-repeat #fff;
  background-size: 273px 254px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px #d2d2d2;
  overflow: hidden;
  margin-top: 0.82rem;
  margin-left: 1rem;
}
.container .page-events .page-content-event .event-list-wrap .time-event .event-info {
  width: 8.66rem;
  margin-top: 0.82rem;
  height: 2.4rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #333;
  overflow: hidden;
}
.container .page-events .page-content-event .event-list-wrap .time-event .event-info .info-l {
  width: 1.1rem;
  float: left;
}
.container .page-events .page-content-event .event-list-wrap .time-event .event-info .info-l h4 {
  font-size: 0.68rem;
  color: #333;
  letter-spacing: -0.5px;
  line-height: 0.88rem;
  font-family: JCHEadA;
}
.container .page-events .page-content-event .event-list-wrap .time-event .event-info .info-l span {
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  background: #000;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 0.9rem;
}
.container .page-events .page-content-event .event-list-wrap .time-event .event-info .info-l p {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #333;
  text-align: right;
  font-weight: bold;
  margin-top: 0.3rem;
}
.container .page-events .page-content-event .event-list-wrap .time-event .event-info .info-r {
  width: 7rem;
  float: right;
  display: flex;
  justify-items: center;
  min-height: 1.3rem;
}
.container .page-events .page-content-event .event-list-wrap .time-event .event-info .info-r p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #1d262d;
}
.container .page-friendlink {
  background: url("../images/bg-friendlikn.png") top center no-repeat;
  height: 100%;
  background-size: contain;
  position: relative;
}
.container .page-friendlink .page-content-friendlink {
  width: 17.5rem;
  height: 1.1rem;
  overflow: hidden;
  margin-top: 0.27rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.container .page-friendlink .page-content-friendlink img {
  width: 2.8rem;
  height: 1.1rem;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 0px #b8b8b8;
}
.container .page-friendlink .friend-link-bottom {
  width: 100%;
  height: 4rem;
  background: #0c2142;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
}
.container .page-friendlink .friend-link-bottom .contact {
  width: 12rem;
  height: 2rem;
  position: absolute;
  left: 50%;
  top: -0.9rem;
  margin-left: -6rem;
  background: url(../images/bg-contact.png) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}
.container .page-friendlink .friend-link-bottom .contact .contact-item {
  text-align: center;
  width: 100%;
  height: 100%;
}
.container .page-friendlink .friend-link-bottom .contact .contact-l p {
  line-height: 2rem;
  color: #fff;
  font-size: 0.38rem;
}
.container .page-friendlink .friend-link-bottom .contact .contact-r a {
  width: 4.6rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.26rem;
  color: #1452b5;
  display: block;
  text-align: center;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  margin-top: 0.5rem;
  transition: 0.3s ease all;
}
.container .page-friendlink .friend-link-bottom .contact .contact-r a img {
  width: 0.18rem;
  height: 0.12rem;
  margin-left: 0.16rem;
}
.container .page-friendlink .friend-link-bottom .friend-link-bottom-footer {
  width: 100%;
  height: 2rem;
  position: absolute;
  bottom: 0.9rem;
  left: 0rem;
}
@media screen and (max-width: 1360px) {
  .container .swiper-slide .pos-mouse {
    bottom: 0.1rem;
  }
  .container .content-page-title {
    margin-top: 0.375rem;
    text-align: center;
  }
  .container .content-page-title p {
    font-size: 0.285rem;
    line-height: 0.435rem;
  }
  .container .content-page-title a {
    font-weight: 400;
    text-align: center;
    color: #1451b4;
    margin-top: 0.15rem;
    font-size: 0.105rem;
    line-height: 0.15rem;
  }
  .container .page-product .product-list {
    overflow: hidden;
    margin-top: 0.225rem;
  }
  .container .page-product .product-list .list-img {
    margin-bottom: 0.798rem;
  }
  .container .swiper-solution {
    height: 4.28rem;
    margin-top: 0.3rem;
    margin-top: 0.225rem;
  }
  .container .swiper-solution .solution-slide {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    width: 9rem;
  }
  .container .swiper-solution .solution-slide .solution-item {
    width: 9rem;
    height: 4.28rem;
  }
  .container .swiper-solution .solution-slide .solution-item .solution-info {
    width: 1.8rem;
    height: 1.35rem;
    top: 0.42rem;
    right: 0.45rem;
  }
  .container .swiper-solution .solution-slide .solution-item .solution-info .pos-block {
    width: 0.3rem;
    height: 0.03rem;
    top: 0.15rem;
    left: -0.15rem;
  }
  .container .swiper-solution .solution-slide .solution-item .solution-info p {
    font-size: 0.18rem;
    line-height: 0.26rem;
    margin-top: 0.31rem;
    margin-left: 0.23rem;
  }
  .container .swiper-solution .solution-slide .solution-item .solution-info span {
    width: 1.35rem;
    font-size: 0.12rem;
    margin-top: 0.15rem;
    margin-left: 0.23rem;
    display: block;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .case-content {
    width: 11.22rem;
    height: 4.275rem;
    margin-top: 0.225rem;
  }
  .container .case-content .case-item {
    width: 3.39rem;
    height: 2.1rem;
  }
  .container .case-content .case-item img.default-icon {
    height: 0.45rem;
    margin-top: 0.6rem;
  }
  .container .case-content .case-item img.img-large {
    width: 4.095rem;
    height: 3.45rem;
    display: none;
    margin-top: 0.09rem;
    margin-left: 0.09rem;
  }
  .container .case-content .case-item p {
    font-size: 0.18rem;
    margin-top: 0.195rem;
    line-height: 0.255rem;
  }
  .container .case-content .item-c {
    width: 4.275rem;
    height: 4.275rem;
    top: 0rem;
    left: 3.4725rem;
  }
  .container .case-content .case-item.item-lt {
    left: 0rem;
    top: 0rem;
  }
  .container .case-content .case-item.item-lb {
    left: 0rem;
    bottom: 0rem;
  }
  .container .case-content .case-item.item-rt {
    right: 0rem;
    top: 0rem;
  }
  .container .case-content .case-item.item-rb {
    right: 0rem;
    bottom: 0rem;
  }
  .container .case-content .case-item.active {
    width: 4.275rem;
    height: 4.275rem;
  }
  .container .case-content .case-item.active p {
    margin-left: 0.09rem;
  }
  .container .case-content .case-item.active p a {
    right: 0.3rem;
    font-size: 0.105rem;
    height: 0.255rem;
  }
  .container .case-content .case-item.active p a img {
    height: 0.09rem;
    width: 0.135rem;
    margin-left: 0.0375rem;
  }
  .container .page-news .content-page-title {
    width: 12.4575rem;
  }
  .container .page-news .content-page-news {
    width: 12.4575rem;
    height: 4.7025rem;
    margin-top: 0.225rem;
  }
  .container .page-news .content-page-news .swiper-news {
    width: 4.2075rem;
    height: 4.7025rem;
  }
  .container .page-news .content-page-news .news-list {
    width: 8.118rem;
    float: left;
    height: 4.7025rem;
    margin-left: 0.1rem;
  }
  .container .page-news .content-page-news .news-list .news-item {
    width: 3.3rem;
    height: 1.98rem;
    margin-bottom: 0.0825rem;
    float: left;
    margin-right: 0.0825rem;
    padding-top: 0.33rem;
    padding-left: 0.33rem;
    padding-right: 0.33rem;
  }
  .container .page-news .content-page-news .news-list .news-item .desc {
    margin-top: 0.198rem;
    font-size: 0.132rem;
    line-height: 0.24rem;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .container .page-news .content-page-news .news-list .news-item .link-more {
    bottom: 0.2rem;
    right: 0.33rem;
    font-size: 0.12rem;
  }
  .container .page-news .content-page-news .news-list .news-item .link-more img {
    width: 0.1485rem;
    height: 0.099rem;
    margin-left: 0.05rem;
  }
  .container .page-events .page-event-title {
    width: 9rem;
    margin-top: 0.45rem;
  }
  .container .page-events .page-event-title .title-text span {
    font-size: 0.285rem;
    line-height: 0.285rem;
  }
  .container .page-events .page-event-title .title-text a {
    font-size: 0.105rem;
  }
  .container .page-events .page-event-title .title-desc {
    font-size: 0.105rem;
    margin-top: 0.15rem;
  }
  .container .page-events .page-content-event {
    height: 4.23rem;
    margin-top: 0.45rem;
  }
  .container .page-events .page-content-event .event-list-wrap {
    width: 9rem;
  }
  .container .page-events .page-content-event .event-list-wrap .time-line {
    margin-top: 0.6rem;
    width: 0.75rem;
  }
  .container .page-events .page-content-event .event-list-wrap .time-line .time-item {
    height: 0.72rem;
    left: -0.0525rem;
    top: -0.0525rem;
  }
  .container .page-events .page-content-event .event-list-wrap .time-line .time-item p {
    font-size: 0.18rem;
    margin-left: 0.15rem;
    line-height: 0.18rem;
    top: -0.03rem;
  }
  .container .page-events .page-content-event .event-list-wrap .time-line .time-item span {
    width: 0.105rem;
    height: 0.105rem;
    left: -0.0525rem;
  }
  .container .page-events .page-content-event .event-list-wrap .time-line .time-item.active span {
    width: 0.15rem;
    height: 0.15rem;
    left: -0.075rem;
  }
  .container .page-events .page-content-event .event-list-wrap .time-event {
    width: 7.5rem;
    height: 3rem;
    background-size: 162px 152px;
    margin-top: 0.615rem;
    margin-left: 0.75rem;
  }
  .container .page-events .page-content-event .event-list-wrap .time-event .event-info {
    width: 6.495rem;
    margin-top: 0.615rem;
    height: 1.8rem;
  }
  .container .page-events .page-content-event .event-list-wrap .time-event .event-info .info-l {
    width: 0.825rem;
  }
  .container .page-events .page-content-event .event-list-wrap .time-event .event-info .info-l h4 {
    font-size: 0.51rem;
    line-height: 0.66rem;
  }
  .container .page-events .page-content-event .event-list-wrap .time-event .event-info .info-l span {
    display: block;
    width: 0.105rem;
    height: 0.105rem;
    margin-left: 0.675rem;
  }
  .container .page-events .page-content-event .event-list-wrap .time-event .event-info .info-l p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-top: 0.225rem;
  }
  .container .page-events .page-content-event .event-list-wrap .time-event .event-info .info-r {
    width: 5.25rem;
  }
  .container .page-events .page-content-event .event-list-wrap .time-event .event-info .info-r p {
    font-size: 0.12rem;
    line-height: 0.21rem;
  }
  .container .page-friendlink .page-content-friendlink {
    width: 17.5rem;
    height: 1.1rem;
    overflow: hidden;
    margin-top: 0.27rem;
  }
  .container .page-friendlink .page-content-friendlink img {
    width: 2.8rem;
    height: 1.1rem;
  }
  .container .page-friendlink .friend-link-bottom {
    width: 100%;
    height: 3.54rem;
  }
  .container .page-friendlink .friend-link-bottom .contact {
    width: 9rem;
    height: 1.5rem;
    top: -0.8rem;
    margin-left: -4.5rem;
  }
  .container .page-friendlink .friend-link-bottom .contact .contact-l p {
    line-height: 1.5rem;
    font-size: 0.285rem;
  }
  .container .page-friendlink .friend-link-bottom .contact .contact-r a {
    width: 3.45rem;
    height: 0.75rem;
    line-height: 0.75rem;
    font-size: 0.195rem;
    margin-top: 0.375rem;
  }
  .container .page-friendlink .friend-link-bottom .contact .contact-r a img {
    width: 0.135rem;
    height: 0.09rem;
    margin-left: 0.12rem;
  }
  .container .page-friendlink .friend-link-bottom .friend-link-bottom-footer {
    height: 1.8rem;
    bottom: 1.08rem;
    left: 0rem;
  }
}
