.contactUs {
  padding-top: 80px;
}
.contactUs-contain {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding-top: 50px;
}
.contactUs-box {
  width: 50%;
}
.contactUs-right input {
  background: none;
  padding-left: 10px;
  line-height: 48px;
}
.contactUs-right .form-group {
  margin-bottom: 20px;
  background: #f7f7f7;
  border-radius: 2px;
  border: 1px solid #f7f7f7;
  font-size: 16px;
  font-family: Arial;
  width: 100%;
  height: 46px;
}
.contactUs-right .form-message {
  background: #f7f7f7;
  border-radius: 2px;
  border: 1px solid #f7f7f7;
  font-size: 16px;
  font-family: Arial;
  width: 100%;
  min-height: 80px;
  margin-bottom: 20px;
}
.contactUs-right textarea {
  background: none;
  padding-left: 10px;
  line-height: 30px;
  width: 98%;
}
.contactUs-right .submit-box {
  max-width: 100%;
  font-size: 16px;
  font-family: Arial;
  color: #f9f9f9;
  background: #052f77;
  border-radius: 2px;
  text-align: center;
}
.contactUs-right .submit-box .btn {
  cursor: pointer;
  padding: 10px 10px 10px 10px;
}
.contactUs ul li span {
  font-size: 1.8rem;
  font-family: Arial;
  line-height: 70px;
}
.contactUs .map {
  padding-top: 50px;
}
@media screen and (max-width: 750px) {
  .contactUs-contain {
    flex-wrap: wrap;
  }
  .contactUs-box {
    width: 100%;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
    margin: 0 auto;
  }
}
.pagetitle p {
  font-weight: bold;
  font-size: 4.6rem;
  font-family: Arial;
  line-height: 140%;
  color: #0080ff;
  text-align: center;
}
.brand-bg {
  background-color: rgba(217, 217, 217, 0.27);
}
.brand-bg .CrumbsBox {
  display: flex;
  margin: 0rem 2% 0rem 2%;
  padding: 10px 0px 10px 0px;
  width: 100%;
}
.brand-bg a:not(:last-child)::after {
  content: ">";
  color: #000000;
  padding: 8px;
}
.newsList-contain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 80px;
}
.newsList-box {
  width: 48%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px solid hsla(0, 0%, 39%, 0.1);
  cursor: pointer;
}
.newsList-box p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsList-box p:hover {
  color: #1d2088;
}
.newsList-box span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsList-img {
  width: 40%;
  overflow: hidden;
}
.newsList-img img {
  width: 100%;
  border-radius: 3px;
}
.newsList-img img:hover {
  transform: scale(1.2);
  transition: all 1s ease-out 0s;
}
.newsList-text {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 15px;
}
.newsList-text a span:hover {
  color: #1d2088;
}
@media screen and (max-width: 750px) {
  .newsList-box {
    width: 100%;
    flex-wrap: wrap;
    padding: 20px;
  }
  .newsList-img {
    width: 100%;
  }
  .newsList-text {
    width: 100%;
  }
  .newsList-text span {
    padding: 15px 0;
    display: block;
  }
}
.newsInfo-title p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
}
.newsInfo-img {
  text-align: center;
}
.newsInfo-text span {
  margin-bottom: 20px;
  line-height: 1.8;
}
.service-contain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 80px;
}
.service-box {
  width: 48%;
  padding: 10px;
  margin-bottom: 30px;
}
.service-box img {
  width: 100%;
}
.service-box p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 1px solid hsla(0, 0%, 39%, 0.1);
  padding: 20px 0;
}
.service-box span {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  padding: 10px 0;
}
@media screen and (max-width: 750px) {
  .service-box {
    width: 100%;
  }
}
.aboutUspage-contain {
  padding: 30px 0;
}
.aboutUspage-titie p {
  font-weight: bold;
  font-size: 4.6rem;
  font-family: HelveticaNeue;
  line-height: 140%;
  color: #0080ff;
  text-align: center;
  padding-bottom: 20px;
}
.aboutUspage-text p {
  font-size: 17px;
  font-family: Arial;
  color: #666;
  line-height: 170%;
}
.aboutUspage-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.aboutUspage-box {
  width: 32%;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}
.aboutUspage-box img {
  width: 100%;
}
.aboutUspage-box img:hover {
  transform: scale(1.2);
  transition: all 1s ease-out 0s;
}
.copyright-tech {
  display: flex;
  justify-content: space-between;
}
.copyright-tech p {
  display: inline-block;
}
.copyright-tech a {
  color: #ffffff;
}
.pagebanner-contain {
  position: relative;
}
.pagebanner-text {
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 90px;
}
.pagebanner-text p {
  font-size: 52px;
  color: #fff;
}
.pagebanner-img img {
  width: 100%;
}
.footer-center {
  padding-right: 120px;
}
.index-about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0;
}
.index-about-box {
  width: 48%;
  text-align: left;
}
.index-about-box .listTxt {
  text-align: left !important;
}
.index-about-box:nth-child(2) {
  text-align: right;
}
.index-about-title {
  padding-top: 0px !important;
}
.index-about-title p {
  font-size: 30px;
  line-height: 30px;
}
.index-service-title {
  line-height: 50% !important;
}
.index-service-text {
  font-size: 25px;
  color: #999999;
  line-height: 1;
  font-weight: 400;
}
.banner-text {
  position: absolute;
  height: 100px;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.banner-text-v1 {
  font-size: 65px;
  color: #fff;
  padding-bottom: 20px;
  text-shadow: #666 0px 5px 15px;
}
.banner-text-v2 {
  font-size: 28px;
  color: #fff;
  text-shadow: #666 0px 5px 15px;
}
.banner-pd {
  padding: 0 !important;
}
@media screen and (max-width: 750px) {
  .contactUs {
    padding-top: 10px;
  }
  .foottop-list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .foottop-list .foottop-box {
    width: 100%;
  }
  .foot-list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .foot-list .foot-box {
    width: 100%;
    padding: 20px;
  }
  .servise-list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .servise-list .servise-listbox {
    width: 100%;
    padding: 20px;
  }
  .header-list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .header-list .header-listbox {
    width: 100%;
  }
  .header-list .ceui2uqTextBox,
  .header-list .ceuc4ssTextBox {
    text-align: center;
  }
  .header-list .ceuc4ssA {
    margin: 0 auto;
  }
  .header-list #ceu0d3v {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
  }
  .pagebanner-text p {
    font-size: 20px;
    text-align: center;
  }
  .service-contain {
    padding-top: 30px;
  }
  .footer-center {
    padding: 0% 1% 0% 1%;
  }
  .index-about {
    padding: 10px 0;
  }
  .index-about-box {
    width: 100%;
  }
  .banner-text-v1 {
    font-size: 22px;
  }
  .banner-text-v2 {
    font-size: 12px;
  }
  .index-service-title {
    font-size: 28px;
    margin: 3rem 0% 0rem 0%;
  }
  .col-box {
    padding: 10px;
  }
  .about-textp {
    font-size: 32px;
  }
  .about-textpd {
    padding-top: 10px !important;
  }
  .cgoq9jaA {
    margin: 0.9rem 0% 0rem 0%;
  }
  .aboutmargin {
    margin: 24px 0% 0rem 0% !important;
  }
  .jssorSliderArrow {
    width: 35px;
    height: 35px;
  }
  .aboutimg-width {
    width: 100%;
  }
  .phone-logo {
    width: 50%;
  }
  .header-phone .phone-logo img {
    width: 100% !important;
  }
  .header-phone {
    height: 70px;
    padding: 10px 30px 0 30px !important;
  }
  .header-phone .header-phone-nav {
    top: 60px !important;
  }
}
@media screen and (max-width: 1903px) and (min-width: 961px) {
  #document > .auto-margin > .ceelni7 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  #SITE_HEADER {
    display: none;
  }
}
.header-phone {
  display: none;
  padding: 30px;
}
.header-phone .header-phone-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-phone .header-phone-box .menu {
  color: #87889e;
}
.header-phone .header-phone-box img {
  width: 60%;
}
.header-phone .header-phone-nav {
  position: absolute;
  left: 0;
  top: 81px;
  background: #fff;
  width: 100%;
  height: auto;
  z-index: -1;
  padding: 0 10px;
  opacity: 0;
}
.header-phone .header-phone-nav ul li {
  padding: 10px;
}
.header-phone .header-phone-nav ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0.02em;
}
.header-phone .phone-logo img {
  width: 80px;
}
.header-phone .header-phone-nav.isTrue {
  opacity: 1;
  transition: all 1s;
  z-index: 100;
}
.header-phone .icon-xiangxia4 {
  float: right;
  font-size: 36px;
}
.header-phone .header-phone-secnav {
  display: none;
}
.header-phone .header-phone-secnav.isTrue {
  display: block;
}
.header-phone .header-phone-secnav a {
  font-size: 24px !important;
}
@media screen and (max-width: 750px) {
  .header-phone {
    display: block;
  }
}
.pc-advertise {
  display: block;
}
.app-advertise {
  display: none;
}
.app-advertise .swiper {
  width: 100%;
  height: 100%;
}
.app-advertise .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.app-advertise .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .pc-advertise {
    display: none;
  }
  .app-advertise {
    display: block;
  }
}
.error-contain {
  text-align: center;
  color: #444;
  position: relative;
  padding-bottom: 50px;
}
.error-title {
  z-index: 10;
  padding: 50px;
  font-size: 48px;
  color: #1d2088;
}
.error-title-text {
  display: inline-block;
  font-weight: bolder;
}
.error img {
  width: 50%;
  z-index: 2;
  bottom: 0;
  left: 82px;
}
.error-text {
  padding: 30px 0;
}
.error-text h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #39404a;
}
.error-text span {
  font-size: 16px;
}
.error-link {
  background-color: #1d2088;
  font-size: 16px;
  padding: 15px 35px;
  border-radius: 8px;
  letter-spacing: 0.3px;
  display: inline-block;
}
