.i-title {
  text-align: center;
}

.i-title .cn-title {
  color: #034ea2;
  line-height: 1;
  font-size: 3rem;
}

.i-title .en-title {
  font-size: 1.125rem;
  color: #818181;
  margin: 0 0 1.125rem 0;
}

.i-title .line {
  width: 2.1875rem;
  height: .4375rem;
  background: #43c7e7;
  margin: 0 auto;
}

.i-title.txtleft {
  text-align: left;
}

.i-title.txtleft .line {
  margin-left: 0;
}

.index {
  overflow: hidden;
}

.index .indexBanner {
  width: 100%;
  height: 100vh;
}

.index .indexBanner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index .indexBanner .swiper-pagination {
  position: absolute;
  right: 5rem;
  top: 39.78%;
  z-index: 20;
}

.index .indexBanner .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.index .indexBanner .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: .9375rem;
}

.index .indexBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #43c7e7;
}

.index .indexBanner .iBannerPage {
  position: absolute;
  top: 13.9%;
  right: 11.25rem;
  z-index: 20;
  color: #fff;
  display: flex;
  align-items: flex-start;
}

.index .indexBanner .iBannerPage span {
  font-size: 5rem;
  line-height: .9;
  font-family: D-DIN-Bold;
}

.index .indexBanner .iBannerPage span.slash {
  margin: 0 1.25rem;
  opacity: .5;
}

.index .indexBanner .iBannerPage span.current {
  opacity: 1;
}

.index .indexBanner .iBannerPage span.total {
  font-size: 2.25rem;
  line-height: 1;
  opacity: .5;
}

.index .i-product {
  padding: 5.625rem 0 4.0625rem;
  background: url(../images/product-bg.jpg) no-repeat center;
  background-size: cover;
}

.index .i-product .swiperBox {
  position: relative;
}

.index .i-product .swiperImage {
  width: 93.4375rem;
  margin-top: 4.0625rem;
}

.index .i-product .swiperImage .img-box {
  overflow: hidden;
  border-radius: .9375rem;
}

.index .i-product .swiperImage .imgBox {
  width: 100%;
  height: 19.0625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease-in-out;
}

.index .i-product .swiperImage p {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.875rem;
  color: #545454;
}

.index .i-product .swiperImage .swiper-slide:hover .imgBox {
  transform: scale(1.1);
}

.index .i-product .swiperTool {
  width: 93.4375rem;
}

.index .i-product .swiperTool .swiper-slide {
  text-align: center;
  font-size: 9.375rem;
  color: rgba(0, 0, 0, 0.1);
  line-height: 1;
  font-family: D-DIN-Bold;
}

.index .i-product .swiperTool::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #8a8a8a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index .i-product .swiperTool .cir {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #636363;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #636363;
  z-index: 2;
}

.index .i-product .swiperTool .cir::after {
  content: "";
  width: 11.375rem;
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  background: #317dd2;
  z-index: 1;
  opacity: 0;
}

.index .i-product .swiperTool .cir::before {
  content: "";
  width: 11.375rem;
  height: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  background: #317dd2;
  z-index: 1;
  opacity: 0;
}

.index .i-product .swiperTool .swiper-slide-active .cir {
  border: 1px solid #317dd2;
  background: #efefef;
}

.index .i-product .swiperTool .swiper-slide-active .cir::after, .index .i-product .swiperTool .swiper-slide-active .cir::before {
  opacity: 1;
}

.index .i-product .swiper-button-prev,
.index .i-product .swiper-button-next {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #e1e1e1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.index .i-product .swiper-button-prev .bi,
.index .i-product .swiper-button-next .bi {
  font-size: 1.25rem;
}

.index .i-product .swiper-button-prev:hover,
.index .i-product .swiper-button-next:hover {
  background: #034ea2;
}

.index .i-product .swiper-button-prev {
  left: 0;
}

.index .i-product .swiper-button-next {
  right: 0;
}

.index .i-about {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11.5625rem 0 4.0625rem;
}

.index .i-about .i-title {
  text-align: left;
  position: relative;
  padding-left: 1.5625rem;
}

.index .i-about .i-title .cn-title,
.index .i-about .i-title .en-title {
  color: #fff;
}

.index .i-about .i-title .cn-title {
  font-size: 3.125rem;
}

.index .i-about .i-title .en-title {
  font-size: 1.25rem;
  margin-top: .625rem;
}

.index .i-about .i-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: .375rem;
  height: 5rem;
  background: #fff;
}

.index .i-about .info {
  width: 44.375rem;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #fff;
  margin-top: 4.375rem;
}

.index .i-about ul {
  margin-top: 8.125rem;
}

.index .i-about ul li .img-box {
  width: 2.1875rem;
  min-height: 2.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index .i-about ul li .img-box img {
  display: block;
  width: 100%;
}

.index .i-about ul li .numberBox {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: .9375rem;
}

.index .i-about ul li .numberBox .number {
  font-size: 4.125rem;
  letter-spacing: -0.125rem;
  line-height: 1;
  color: #fff;
  font-family: D-DIN-Bold;
}

.index .i-about ul li .xqBox {
  color: #fff;
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: .0625rem;
}

.index .i-about ul li:not(:last-child) {
  margin-right: 5rem;
}

.index .i-about ul li:nth-child(2) .numberBox .number {
  margin-right: .3125rem;
}

.index .i-about .more {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.25rem;
  margin-top: 5.9375rem;
}

.index .i-about .more .bi {
  color: #fff;
  font-size: 1.25rem;
  margin-left: 1.25rem;
}

.index .bgBox {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index .i-case {
  padding-top: 6.25rem;
}

.index .i-case .list {
  margin-top: 2.8125rem;
}

.index .i-case .list .item {
  display: block;
  width: 31.95%;
  padding-top: 31.95%;
  position: relative;
  overflow: hidden;
}

.index .i-case .list .item .imgBox {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease-in-out;
}

.index .i-case .list .item .textBox {
  position: absolute;
  left: 1.875rem;
  bottom: 2.5rem;
}

.index .i-case .list .item .textBox .caseIcon {
  display: block;
  width: 1.5rem;
}

.index .i-case .list .item .textBox .title {
  color: #fff;
  line-height: 1;
  font-size: 1.6875rem;
  margin: .9375rem 0;
}

.index .i-case .list .item .textBox p {
  display: flex;
  align-items: flex-end;
  font-size: 11px;
  color: #fff;
}

.index .i-case .list .item .textBox p span {
  display: block;
  width: 16px;
  height: 3px;
  margin-right: 3px;
  background: #fff;
  position: relative;
  top: -5px;
}

.index .i-case .list .item .xqBox {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: rgba(3, 78, 162, 0.8);
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.875rem;
}

.index .i-case .list .item .xqBox .title {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  margin-bottom: 1.25rem;
}

.index .i-case .list .item .xqBox .xq {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #fff;
  text-align: justify;
}

.index .i-case .list .item:hover .xqBox {
  top: 0;
}

.index .i-news {
  margin-top: 5rem;
  padding-bottom: 5.9375rem;
  overflow: hidden;
}

.index .i-news .box {
  margin-top: 3.125rem;
}

.index .i-news .title {
  font-size: 1.25rem;
  color: #3e3e3e;
  line-height: 1;
}

.index .i-news .time {
  align-items: center;
}

.index .i-news .time .bi,
.index .i-news .time span {
  font-size: .8125rem;
  color: #8c8c8c;
}

.index .i-news .time .bi {
  margin-right: 3px;
}

.index .i-news .desc {
  font-size: 1rem;
  line-height: 1.3;
  color: #818181;
}

.index .i-news .left {
  width: 40.625rem;
}

.index .i-news .left .oneNews .imgBox {
  width: 100%;
  padding-top: 51.38%;
  position: relative;
}

.index .i-news .left .oneNews .imgBox .img-box {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease-in-out;
}

.index .i-news .left .oneNews .text-box {
  margin-top: 1.5rem;
}

.index .i-news .left .oneNews .text-box .time {
  margin: .375rem 0 1.25rem;
}

.index .i-news .right {
  width: 52.5rem;
}

.index .i-news .right li {
  padding-bottom: .875rem;
}

.index .i-news .right li .imgBox {
  width: 9.375rem;
  height: 5.625rem;
  overflow: hidden;
  margin-right: 4.6875rem;
  flex-shrink: 0;
}

.index .i-news .right li .imgBox .img-box {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease-in-out;
}

.index .i-news .right li .time {
  margin-top: 2px;
}

.index .i-news .right li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  margin-bottom: .9375rem;
}

.about {
  overflow: hidden;
}

.about .about-item1 {
  padding: 5rem 0;
}

.about .about-item1 .left {
  width: 47rem;
}

.about .about-item1 .left .desc {
  text-align: justify;
  font-size: 1rem;
  color: #4f4f4f;
  margin-top: 2.5rem;
}

.about .about-item1 .right {
  width: 47rem;
}

.about .about-item1 .right img {
  display: block;
  width: 100%;
}

.about .about-item2 {
  background: #f5f5f5;
  padding: 5rem 0;
}

.about .about-item2 .swiperBox {
  margin-top: 4.375rem;
  position: relative;
}

.about .about-item2 .swiperBox .swiper-button-next,
.about .about-item2 .swiperBox .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  opacity: .5;
}

.about .about-item2 .swiperBox .swiper-button-next:hover,
.about .about-item2 .swiperBox .swiper-button-prev:hover {
  opacity: 1;
}

.about .about-item2 .swiperBox .swiper-button-next {
  right: 0;
}

.about .about-item2 .swiperBox .swiper-button-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.about .about-item2 .swiper {
  width: 82.5rem;
}

.about .about-item2 .swiper .swiper-slide img {
  display: block;
  width: 100%;
}

.about .about-item3 {
  padding: 5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about .about-item3 .i-title .cn-title {
  font-weight: bold;
}

.about .about-item3 .i-title .en-title {
  color: #fff;
}

.about .about-item3 .i-title .line {
  background: #fff;
}

.about .about-item3 ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: .375rem;
}

.about .about-item3 ul li {
  min-width: 16.25rem;
}

.about .about-item3 ul li .title {
  font-size: 2.1875rem;
  font-weight: bold;
  color: #034ea2;
}

.about .about-item3 ul li p {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: .125rem;
  line-height: 1.2;
}

.about .about-item3 ul li:not(:last-child) {
  margin-bottom: 5rem;
}

.about .about-item4 {
  padding: 5rem 0;
  background: #f5f5f5;
}

.about .about-item4 .swiperBox {
  position: relative;
}

.about .about-item4 .factorySwiper .swiper-slide:hover img {
  transform: scale(1.1);
}

.about .about-item4 .factorySwiper .swiper-slide:hover p {
  color: #0152ab;
}

.about .about-item4 .factorySwiper .img-box {
  border-radius: 1.25rem;
  overflow: hidden;
  cursor: pointer;
}

.about .about-item4 .factorySwiper .img-box img {
  transition: all 1s ease-in-out;
}

.about .about-item4 .factorySwiper p {
  font-size: 1.5rem;
  margin-top: 1.25rem;
  text-align: center;
  transition: all .5s ease-in-out;
}

.about .about-item4 .swiper-button-next,
.about .about-item4 .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  opacity: .5;
}

.about .about-item4 .swiper-button-next:hover,
.about .about-item4 .swiper-button-prev:hover {
  opacity: 1;
}

.about .about-item4 .swiper-button-next {
  right: -5%;
}

.about .about-item4 .swiper-button-prev {
  left: -5%;
  transform: translateY(-50%) rotate(180deg);
}

.about .about-item4 .swiperTool {
  margin-top: 1.5625rem;
  margin: 0 auto;
}

.about .about-item4 .swiperTool .swiper-pagination {
  font-size: 1.25rem;
  font-family: Montserrat-Light;
  color: #474747;
  flex-shrink: 0;
  position: static !important;
  width: auto !important;
}

.about .about-item4 .swiperTool .swiper-pagination .swiper-pagination-current {
  font-family: Montserrat-Bold;
  font-size: 2.875rem;
  color: #0153ab;
  line-height: 1;
  margin-right: .625rem;
}

.about .about-item4 .swiperTool .swiper-pagination .swiper-pagination-total {
  font-size: 1.5rem;
}

.about .about-item4 .swiperTool .swiper-scrollbar {
  width: 90.625% !important;
  height: .375rem !important;
  border-radius: 3px;
  background: #ddd;
  position: relative;
  top: -0.5625rem;
  position: static !important;
  display: block !important;
}

.about .about-item4 .swiperTool .swiper-scrollbar .swiper-scrollbar-drag {
  background-image: linear-gradient(90deg, #0051aa 0%, #1469be 45%, #2881d1 100%);
  border-radius: 3px;
  height: .375rem !important;
}

.about .honorBig {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
  transition: all .3s ease-in-out;
}

.about .honorBig.show {
  z-index: 99999;
  opacity: 1;
}

.about .honorBig img {
  max-width: 80%;
  pointer-events: none;
}

.product .breadCrumbs {
  background: #e7e7e7;
}

.product .productBox {
  background: #e7e7e7;
  padding-top: 3.4375rem;
  padding-bottom: 5rem;
}

.product .productBox .left {
  width: 16.875rem;
  flex-shrink: 0;
}

.product .productBox .left .top {
  height: 5.125rem;
  background: #034ea2;
  font-size: 2rem;
  color: #ffffff;
  line-height: 5.125rem;
  padding-left: 1.75rem;
}

.product .productBox .left .productType {
  margin-top: 1px;
}

.product .productBox .left .productType li:not(:last-child) {
  margin-bottom: 1px;
}

.product .productBox .left .productType li.active .item {
  background: #034ea2;
  color: #fff;
}

.product .productBox .left .productType li.active .item .subItem {
  color: #fff;
}

.product .productBox .left .productType li.active .subType {
  display: block;
}

.product .productBox .left .productType li.active .bi-chevron-right {
  transform: rotate(90deg);
}

.product .productBox .left .productType .item {
  display: flex;
  justify-content: space-between;
  padding: 0 1.5625rem;
  height: 3.125rem;
  align-items: center;
  font-size: 1.25rem;
  background: #fff;
  cursor: pointer;
}

.product .productBox .left .productType .item .bi {
  transition: all 0.5s ease-in-out;
}

.product .productBox .left .productType .item .subItem {
  font-size: 1.25rem;
  color: #212529;
  display: block;
  flex-grow: 2;
}

.product .productBox .left .productType .subType {
  margin-top: 1px;
  display: none;
}

.product .productBox .left .productType .subType .subItem {
  display: block;
  width: 100%;
  padding-left: 4.0625rem;
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 1rem;
  color: #3c3c3c;
  background: #fff;
  margin-bottom: 1px;
}

.product .productBox .left .productType .subType .subItem.active {
  background: #034ea2;
  color: #fff;
}

.product .productBox .left .productType .subType .subItem:hover {
  background: #034ea2;
  color: #fff;
}

.product .productBox .right {
  width: 77.8125rem;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(195, 191, 191, 0.49);
  padding: 1.25rem;
}

.product .productBox .right .list li {
  width: 29.72%;
  margin-bottom: 2.5rem;
}

.product .productBox .right .list li a {
  display: block;
  width: 100%;
}

.product .productBox .right .list li a .imgBox {
  width: 100%;
  padding-top: 58.38%;
  position: relative;
}

.product .productBox .right .list li a .imgBox .img-box {
  transition: all 0.5s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.product .productBox .right .list li a .textBox {
  height: 2.8125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.6875rem 0 1.375rem;
  color: #545454;
  font-size: 14px;
  font-weight: bold;
  border: solid 1px #ededed;
  position: relative;
}

.product .productBox .right .list li a .textBox p,
.product .productBox .right .list li a .textBox i {
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

.product .productBox .right .list li a .textBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #034ea2;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.product .productBox .right .list li:not(:nth-child(3n)) {
  margin-right: 5.42%;
}

.product .productBox .right .list li:hover a .textBox p,
.product .productBox .right .list li:hover a .textBox i {
  color: #fff;
}

.product .productBox .right .list li:hover a .textBox::after {
  width: 100%;
}

.productXq .productBox {
  padding-bottom: 6.25rem;
}

.productXq .productBox .right {
  padding: 3.4375rem 2rem 3.4375rem;
}

.productXq .productBox .right .box .imgBox {
  width: 33.4375rem;
  padding-top: 29%;
  position: relative;
  overflow: hidden;
}

.productXq .productBox .right .box .imgBox .img-box {
  transition: all 0.5s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.productXq .productBox .right .box .imgBox:hover .img-box {
  transform: scale(1.1);
}

.productXq .productBox .right .box .textBox {
  width: 36.5625rem;
}

.productXq .productBox .right .box .textBox .title {
  font-size: 2rem;
  color: #3c3c3c;
}

.productXq .productBox .right .box .textBox .line {
  width: 100%;
  height: 2px;
  background: #e7e7e7;
  margin: .625rem 0;
}

.productXq .productBox .right .box .textBox .content {
  font-size: 1rem;
  color: #3c3c3c;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.productXq .productBox .right .box .textBox .btnBox .xqBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.875rem;
  height: 2.1875rem;
  border-radius: .25rem;
  color: #fff;
}

.productXq .productBox .right .box .textBox .btnBox .xqBtn:first-child {
  background: #43c7e7;
  margin-right: 2.8125rem;
}

.productXq .productBox .right .box .textBox .btnBox .xqBtn:last-child {
  background: #034ea2;
}

.news .banner .txt .tip p {
  color: #fff;
}

.news .breadCrumbs {
  background: #e7e7e7;
}

.news .newsBox {
  padding-top: 5.625rem;
  background: #e7e7e7;
  padding-bottom: 5rem;
}

.news .newsBox .list li {
  width: 30.99%;
  background-color: #f4f4f4;
  box-shadow: 0px 0px 18px 0px rgba(49, 49, 49, 0.2);
  border-radius: 1.25rem;
  margin-bottom: 3.75rem;
}

.news .newsBox .list li a {
  display: block;
  width: 100%;
  padding: 1.875rem;
}

.news .newsBox .list li .imgBox {
  width: 100%;
  padding-top: 63.5%;
  position: relative;
  overflow: hidden;
}

.news .newsBox .list li .imgBox .img-box {
  transition: all 0.5s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.news .newsBox .list li .textBox {
  margin-top: 1.875rem;
}

.news .newsBox .list li .textBox .title {
  font-size: 1.5625rem;
  letter-spacing: 1px;
  color: #363636;
}

.news .newsBox .list li .textBox .line {
  background: #a2a2a2;
  height: 1px;
  width: 100%;
  margin-top: .9375rem;
}

.news .newsBox .list li .textBox .year {
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #363636;
  margin-top: 6.125rem;
}

.news .newsBox .list li:hover .img-box {
  transform: scale(1.1);
}

.news .newsBox .list li:not(:nth-child(3n)) {
  margin-right: 3.515%;
}

.news .newsXq {
  background: #e7e7e7;
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
}

.news .newsXq .title {
  font-size: 2.5rem;
  color: #393939;
  text-align: center;
  margin-bottom: 1.75rem;
}

.news .newsXq .line {
  height: 2px;
  background: #cbcbcb;
}

.news .newsXq .tip {
  margin: .9375rem 0 4.0625rem;
  font-size: 1.125rem;
  color: #303030;
}

.news .newsXq .tip p:not(:last-child) {
  margin-right: 2.5rem;
}

.news .newsXq .content {
  font-size: 1.125rem;
  color: #303030;
  line-height: 1.4;
  padding-bottom: 5.9375rem;
}

.news .newsXq .content img {
  display: block;
  max-width: 100%;
}

.news .newsXq .pageN {
  margin-top: .625rem;
}

.news .newsXq .pageN .left a {
  display: block;
  font-size: 1.125rem;
  color: #303030;
}

.news .newsXq .pageN .left a:hover {
  color: #007ad3;
}

.news .newsXq .pageN .back {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #034091;
}

.news .newsXq .pageN .back img {
  display: block;
  margin-left: 6px;
}

.contact {
  background: #e7e7e7;
  padding-top: 5.5rem;
  padding-bottom: 5.625rem;
  overflow: hidden;
}

.contact .box {
  background-color: #f9f9f9;
  box-shadow: 0px 0px 18px 0px rgba(49, 49, 49, 0.2);
  border-top: .8125rem solid #15579d;
}

.contact .contact-item1 {
  padding: 5rem 5.625rem 5.3125rem 4.375rem;
}

.contact .contact-item1 .left {
  width: 25rem;
  flex-shrink: 0;
}

.contact .contact-item1 .left .entitle {
  font-size: 5rem;
  color: #15579d;
  font-weight: bold;
  line-height: 1;
}

.contact .contact-item1 .left .title {
  font-size: 2.0625rem;
  color: #3a3a3a;
  margin-top: 4.0625rem;
}

.contact .contact-item1 .left .xq {
  font-size: 1.125rem;
  font-weight: 100;
  margin-top: 1rem;
  letter-spacing: 1px;
  color: #3a3a3a;
  line-height: 1.2;
}

.contact .contact-item1 .right {
  border-radius: 20px;
  border: solid 5px #ffffff;
  background: #f9f9f9;
  width: 57.8125rem;
  height: 33.125rem;
  overflow: hidden;
}

.contact .contact-item1 .right #container {
  width: 100%;
  height: 100%;
}

.contact .contact-item2 {
  margin-top: 6.25rem;
  padding: 2.8125rem 2.1875rem 2.625rem;
}

.contact .contact-item2 .title {
  font-size: 1.875rem;
  color: #606060;
  text-align: center;
}

.contact .contact-item2 .formBox {
  margin-top: 3.4375rem;
}

.contact .contact-item2 .formBox .formRow input {
  width: 44.0625rem;
  height: 3.125rem;
  border: 1px solid #5f5f5f;
  color: #606060;
  font-size: .9375rem;
  line-height: 3.125rem;
  padding: 0 1.25rem;
  border-radius: .5rem;
}

.contact .contact-item2 .formBox .formRow input::placeholder {
  color: #606060;
  opacity: .7;
  font-size: .9375rem;
}

.contact .contact-item2 .formBox .formRow textarea {
  display: block;
  width: 100%;
  height: 14.6875rem;
  border: solid 1px #5f5f5f;
  font-size: .9375rem;
  line-height: 1.4;
  resize: none;
  padding: 1.25rem;
  border-radius: .75rem;
}

.contact .contact-item2 .formBox .formRow:not(:last-child) {
  margin-bottom: 3.125rem;
}

.contact .contact-item2 .formBox .subBtn {
  width: 7.8125rem;
  height: 2.25rem;
  border-radius: .5rem;
  border: solid 1px #007ad3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .9375rem;
  color: #007ad3;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}

.contact .contact-item2 .formBox .subBtn:hover {
  background: #007ad3;
  color: #fff;
}

.custom-content-marker {
  position: relative;
  width: 25px;
  height: 34px;
}

.custom-content-marker img {
  width: 100%;
  height: 100%;
}

.custom-content-marker .close-btn {
  position: absolute;
  top: -6px;
  right: -8px;
  width: 15px;
  height: 15px;
  font-size: 12px;
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 15px;
  box-shadow: -1px 1px 1px rgba(10, 10, 10, 0.2);
}

.custom-content-marker .close-btn:hover {
  background: #666;
}
