﻿/*global style*/
:root {
  --primary-color: ""; /* 默认主题色 */
}
ul,
li,
p,
span,
em,
i,
div,
img,
h1,
h2,
h3,
h4,
a,
input,
textarea,
body {
  padding: 0px;
  margin: 0px;
  border: none;
}
body {
  font: 14px/1.5em Arial;
  color: #666;
  overflow-x: hidden;
  background: #fff;
  margin: 0;
}
table {
  border-collapse: collapse;
}
em,
i {
  font-style: normal;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:hover {
  color: var(--primary-color);
}
ul,
li {
  list-style: none;
}
img {
  vertical-align: top;
}
hr {
  display: none;
}
figure {
  margin: 0;
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.clearm:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.clearm {
  *zoom: 1;
}
input {
  outline: none;
  vertical-align: middle;
}
textarea {
  resize: none;
  outline: none;
  overflow: hidden;
  font-family: Arial;
}
input[type="submit"] {
  cursor: pointer;
}
p {
  line-height: 25px;
}
h1 {
  font-size: 32px;
  color: #333;
  line-height: 34px;
  font-weight: normal;
}
h2 {
  font-size: 32px;
  color: #333;
  line-height: 34px;
  font-weight: normal;
}
h3 {
  font-size: 24px;
  color: #333;
  line-height: 26px;
  font-weight: normal;
}
h4 {
  font-size: 14px;
  color: #333;
  line-height: 16px;
  font-weight: normal;
}
/* backToTop */
.hidden {
  display: none;
}
.bread {
  padding: 5px 0;
  line-height: 25px;
}
.bread i {
  margin: 0 5px;
  font-family: Simhei;
}
.bread a,
.bread span {
  color: #fff;
}
.bread a:hover,
.bread a:nth-last-child(1) {
  color: var(--primary-color);
}

.main-width {
  width: 1400px;
  max-width: 92vw;
  margin: 0 auto;
}
.banner {
  height: 600px;
  padding-top: 330px;
  background-size: auto 100%;
  background-position: center;
  box-sizing: border-box;
}
.banner .text h1 {
  line-height: 70px;
  margin-bottom: 25px;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}
.banner .text p {
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}
.banner .text p a {
  color: #fff;
}
.a-point {
  position: relative;
  top: -38px;
  display: block;
  height: 0;
  overflow: hidden;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 170px;
  z-index: 9;
}
.header .info {
  display: flex;
  justify-content: space-between;
  height: 170px;
}
.header .info .logo {
  height: 42px;
  margin-top: 75px;
}
.header .info .logo img {
  width: auto;
  height: 100%;
  /* filter: grayscale(100%) brightness(300%); */
}
.header .info .logo figure {
  margin: 0;
}
.header .info .logo .pic {
  height: 100%;
}
.header .info .logo .phone-menu {
  display: none;
  float: right;
  width: 28px;
  height: 17px;
  margin-top: 17px;
  cursor: pointer;
}
.header .info .logo .phone-menu span {
  display: block;
  width: 28px;
  height: 1px;
  background-color: #000;
  border-radius: 1px;
  -moz-transform-origin: 9.5% 50%;
  -webkit-transform-origin: 9.5% 50%;
  -o-transform-origin: 9.5% 50%;
  transition: all 0.3s;
}
.header .info .logo .phone-menu .b1,
.header .info .logo .phone-menu .b2 {
  margin-bottom: 7px;
}
.header .info .contact {
  width: 57.86%;
  padding: 57px 0;
  overflow: hidden;
}
.header .info .contact p {
  position: relative;
  float: left;
  line-height: 28px;
  padding-left: 70px;
  margin-right: 45px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.header .info .contact p a {
  color: #fff;
}
.header .info .contact p strong {
  display: block;
  font-size: 14px;
}
.header .info .contact p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  background-size: 200% 100%;
  border-radius: 50%;
}
.header .info .contact p:nth-child(2):before {
  background-position-x: 100%;
}

.header .info .contact .inq {
  float: right;
  display: block;
  line-height: 50px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: bold;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 5px;
}
.header .nav {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.header .nav .one {
  position: relative;
  display: flex;
  height: 70px;
  background-color: #fff;
  border-radius: 5px;
}
.header .nav .one > li {
  position: relative;
  width: 50%;
  line-height: 30px;
  padding: 20px 3% 20px 7.5%;
  border-right: 1px solid #e6e6e6;
  box-sizing: border-box;
  font-size: 18px;
}
.header .nav .one > li a {
  display: block;
}
.header .nav .one > li > i {
  position: absolute;
  right: 7.5%;
  top: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background-color: var(--primary-color);
  border-radius: 50%;
}
.header .nav .one > li > i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 4px;
  height: 4px;
  background-color: var(--primary-color);
  border-radius: 50%;
}
.header .nav .one > li > i:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  background-color: var(--primary-color);
  border-radius: 50%;
}
.header .nav .one > li:nth-child(2):before {
  background-position-x: -100%;
}
.header .nav .one > li:nth-child(3):before {
  background-position-x: -200%;
}
.header .nav .one > li:nth-child(4):before {
  background-position-x: -300%;
}
.header .nav .one > li:nth-child(4) .sub-menu li:nth-child(1):before {
  background-position-x: -500%;
}
.header .nav .one > li:nth-child(5):before {
  background-position-x: -400%;
}
.header .nav .one > li:nth-last-child(1) {
  border: none;
}
.header .nav .one li:before {
  content: "";
  position: absolute;
  left: 11.5%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  background-image: var(--nav-icon);
  background-size: 600% 100%;
}
.header .nav .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
}
.header .nav .sub-menu li {
  position: relative;
  line-height: 20px;
  padding: 20px 10% 20px 22.5%;
  border-top: 1px solid #e6e6e6;
}
.header .nav .sub-menu li:before {
  display: none;
}
.header .nav:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  transform: translateX(-50%);
  transition: all 0.5s;
  background-color: #fff;
}
.header.flow .nav {
  position: fixed;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.header.flow .nav:before {
  width: 120%;
}
.header.active .info .logo .phone-menu .b1 {
  transform: rotate(45deg);
}
.header.active .info .logo .phone-menu .b2 {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.header.active .info .logo .phone-menu .b3 {
  transform: rotate(-45deg);
}

.footer {
  background-color: var(--title-color);
}
.footer .main-width {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.footer p {
  position: relative;
  line-height: 60px;
  padding-left: 35px;
  font-size: 18px;
  color: #fff;
}
.footer p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
}
.footer ul {
  display: flex;
  width: 70.7%;
  border-left: 1px solid #516990;
}
.footer li {
  width: 20%;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  border-right: 1px solid #516990;
}
.footer li a {
  display: block;
  color: #fff;
}
.footer li a:hover {
  background-color: var(--primary-color);
}
.footer .sub-menu {
  display: none;
}
.copy-right {
  padding: 60px 0;
}
.copy-right p {
  line-height: 30px;
  font-size: 18px;
  color: #c1c1c1;
}
.copy-right .is-layout-flex {
  justify-content: space-between;
}
.copy-right .sns li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
.copy-right .sns li a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../image/sns-icon.png);
  background-size: 500% 200%;
  font-size: 0;
}
.copy-right .sns li a:hover {
  background-position-y: -100%;
}
.copy-right .sns li.twitter a {
  background-position-x: 0;
}
.copy-right .sns li.youtube a {
  background-position-x: -100%;
}
.copy-right .sns li.facebook a {
  background-position-x: -200%;
}
.copy-right .sns li.linkedin a {
  background-position-x: -300%;
}
.copy-right .sns li.instagram a {
  background-position-x: -400%;
}

.flow-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: -1;
}
.flow-video .box {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 854px;
  height: 480px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  box-shadow: 0 0 20px #333;
  transition: all 0.5s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  background: #fff url(https://www.centretrans.com/images/loadinglit.gif)
    no-repeat center;
}
.flow-video .box i {
  position: absolute;
  right: -36px;
  top: 0;
  width: 36px;
  height: 36px;
  background: url(https://www.centretrans.com/images/close.png);
  cursor: pointer;
}
.flow-video.on {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 99999;
}
.flow-video.on .box {
  top: 50%;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.search-results {
  padding: 30px 0;
}
.search-results h1 {
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 24px;
}
.search-results .seabox {
  width: 650px;
  max-width: 100%;
  height: 42px;
  margin-bottom: 20px;
  font-size: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.search-results .seabox input[type="text"] {
  width: 80%;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 10px 0 0 10px;
}
.search-results .seabox input[type="submit"] {
  width: 20%;
  height: 42px;
  background-color: #044a4c;
  color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}
.search-results .cont {
  float: left;
  width: 50%;
}
.search-results .cont ul {
  margin-bottom: 30px;
}
.search-results .cont li {
  margin-bottom: 30px;
}
.search-results .cont li h3 {
  line-height: 25px;
  margin-bottom: 5px;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search-results .cont li h3 a {
  text-decoration: underline;
}
.search-results .cont li p {
  line-height: 20px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.search-results .cont li .info {
  position: relative;
  padding-left: 150px;
  padding-top: 10px;
  min-height: 100px;
}
.search-results .cont li .info .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 100px;
  overflow: hidden;
}
.search-results .cont li .info .pic img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.search-results .probox {
  float: right;
  width: 40%;
}
.search-results .probox h2 {
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  clear: both;
}
.search-results .probox ul {
  width: 103%;
  overflow: hidden;
}
.search-results .probox li {
  float: left;
  width: 30.42%;
  margin: 0 2.91% 2.91% 0;
  text-align: center;
}
.search-results .probox li h3 {
  line-height: 20px;
  font-size: 16px;
}
.search-results .probox li .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.search-results .probox li .pic img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.search-results .probox .marb {
  margin-bottom: 30px;
}
.search-results .sear-page {
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
.search-results .sear-page span,
.search-results .sear-page strong,
.search-results .sear-page a {
  float: left;
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px;
  margin: 0 5px 10px;
  background-color: #e7eaec;
  border-radius: 5px;
}
.search-results .sear-page span,
.search-results .sear-page strong {
  cursor: default;
}
.search-results .sear-page strong {
  background-color: #044a4c;
  color: #fff;
}
.search-results .sear-page a:hover {
  background-color: #044a4c;
  color: #fff;
}

.index-main h2 {
  line-height: 70px;
  font-size: 60px;
  font-weight: bold;
  color: var(--title-color);
}

.index-banner {
  height: 850px;
  box-sizing: border-box;
  background-image: url();
  background-size: auto 100%;
  background-position: center;
}
.index-banner .main-width {
  display: flex;
  align-items: center;
  height: 100%;
}
.index-banner .text h1 {
  line-height: 70px;
  margin-bottom: 45px;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}
.index-banner .text a {
  display: inline-block;
  line-height: 50px;
  padding: 0 125px;
  font-size: 18px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 5px;
}

.index-agent {
  margin-top: -170px;
}
.index-agent ul {
  display: flex;
  justify-content: space-between;
}
.index-agent li {
  width: 32.14%;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.15);
}
.index-agent li .pic {
  height: 0;
  padding-bottom: 49.55%;
  overflow: hidden;
}
.index-agent li .pic img {
  width: 100%;
  height: auto;
}
.index-agent li .text {
  padding: 25px 10%;
}
.index-agent li .text h3 {
  line-height: 40px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  color: var(--title-color);
}

.index-service {
  padding-top: 120px;
}
.index-service h2 {
  text-align: center;
}
.index-service li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
}
.index-service li .pic {
  position: relative;
  width: 48.57%;
  height: 0;
  padding-bottom: 29%;
  border-radius: 15px;
  overflow: hidden;
}
.index-service li .pic img {
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
}
.index-service li .text {
  width: 42.15%;
  padding-right: 3%;
  box-sizing: border-box;
}
.index-service li .text h3 {
  position: relative;
  line-height: 50px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 48px;
}
.index-service li .text h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 5px;
  background-color: var(--primary-color);
}
.index-service li .text p {
  line-height: 38px;
  font-size: 24px;
  color: #333;
}
.index-service li .text a {
  display: inline-block;
  line-height: 50px;
  margin-top: 40px;
  padding: 0 40px;
  font-size: 18px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 5px;
}
.index-service li:nth-child(2n + 1) {
  flex-direction: row-reverse;
}
.index-service li:nth-child(2n + 1) .pic img {
  right: 0;
}

.index-about {
  padding: 150px 0;
  background-size: 51.77% auto;
  background-position: right center;
  background-repeat: no-repeat;
}
.index-about .text {
  width: 615px;
  max-width: 50%;
}
.index-about .text h2 {
  margin-bottom: 40px;
}
.index-about .text p {
  line-height: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #333;
}
.index-about .text a {
  display: inline-block;
  line-height: 50px;
  margin-top: 40px;
  padding: 0 40px;
  font-size: 18px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 5px;
}

.index-adv {
  padding: 150px 0;
  background-size: 100% auto;
}
.index-adv ul {
  display: flex;
}
.index-adv li {
  position: relative;
  width: 20%;
  line-height: 25px;
  padding: 0 3%;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
}
.index-adv li strong {
  position: relative;
  display: block;
  line-height: 70px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  font-size: 72px;
  font-weight: normal;
  color: #fff;
}
.index-adv li strong:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 3px;
  margin-left: -25px;
  background-color: #fff;
}
.index-adv li p {
  line-height: 25px;
  font-size: 18px;
  color: #fff;
}
.index-adv li:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 1px;
  height: 66px;
  margin-top: -33px;
  background-color: #fff;
}
.index-adv li:nth-last-child(1):after {
  display: none;
}

.index-process {
  padding: 150px 0;
}
.index-process h2 {
  margin-bottom: 80px;
}
.index-process ul {
  display: flex;
  justify-content: space-between;
  counter-reset: procount 0;
}
.index-process li {
  /* width: 14%; */
  padding: 40px 1%;
  background-color: #fff;
  box-sizing: border-box;
  /* box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); */
  /* border-radius: 10px; */
  text-align: center;
}
.index-process li p {
  line-height: 25px;
  font-size: 16px;
  color: #000;
}
.index-process li em {
  position: relative;
  display: block;
  width: 62px;
  border: 1px solid var(--primary-color);
  height: 62px;
  margin: 0 auto 20px;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  font-size: 0;
}
.custom-process {
  position: relative;
}
.index-process ul > li:last-child > .custom-process:before {
  display: none;
  /* background:red; */
}
.custom-process:before {
  content: "";
  display: inline-block;
  height: 27px;
  width: 15px;
  position: absolute;
  right: -7px;
  top: 71px;
  transform: translateY(-50%);
  z-index: 99;
}
.index-process .custom-process:last-child:before {
  display: none;
}
.index-process li:nth-child(1) em {
  background-position-x: 0;
}
.index-process li:nth-child(2) em {
  background-position-x: 20%;
}
.index-process li:nth-child(3) em {
  background-position-x: 40%;
}
.index-process li:nth-child(4) em {
  background-position-x: 60%;
}
.index-process li:nth-child(5) em {
  background-position-x: 80%;
}
.index-process li:nth-child(6) em {
  background-position-x: 100%;
}

.index-contact {
  padding-bottom: 150px;
  background-image: url(../image/truck.png);
  background-repeat: no-repeat;
  background-position: 90% 80%;
  background-size: 45.6% auto;
}
.index-contact .main-width {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.index-contact .info {
  width: 51%;
  padding-right: 10%;
  box-sizing: border-box;
}
.index-contact .info h2 {
  margin-bottom: 30px;
}
.index-contact .info li {
  position: relative;
  line-height: 24px;
  margin-bottom: 15px;
  padding: 8px 0 8px 55px;
  font-size: 18px;
}
.index-contact .info li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../image/contact-icon.png) no-repeat,
    linear-gradient(#46b3fb, #397ff5);
  background-size: 300% 100%;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.index-contact .info li:nth-child(2):before {
  background-position-x: 50%;
}
.index-contact .info li:nth-child(3):before {
  background-position-x: 100%;
}
.index-contact .message {
  width: 38.2%;
  padding: 55px 2.8% 35px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.11);
}
.index-contact .message input {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  margin-bottom: 20px;
  border: 1px solid #e8eff6;
  box-sizing: border-box;
  font-size: 18px;
}
.index-contact .message button {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  background-color: var(--primary-color);
  border: none;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
}
.index-contact .message textarea {
  width: 100%;
  height: 180px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #e8eff6;
  box-sizing: border-box;
  font-size: 18px;
}

.main-about .overview {
  position: relative;
  padding: 110px 0 200px;
}
.main-about .profile .wp-block-media-text {
  display: flex;
  justify-content: space-between;
}
.main-about .profile .wp-block-media-text__content {
  width: 47.15%;
  padding: 0;
}
.main-about .profile .wp-block-media-text__content pre {
  position: relative;
  line-height: 30px;
  padding-left: 45px;
  margin: 0;
  font-size: 24px;
  font-family: Arial;
  color: var(--primary-color);
}
.main-about .profile .wp-block-media-text__content pre:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background-color: var(--primary-color);
}
.main-about .profile .wp-block-media-text__content h2 {
  line-height: 50px;
  margin: 20px 0;
  font-size: 36px;
  font-weight: bold;
  color: var(--title-color);
}
.main-about .profile .wp-block-media-text__content p {
  line-height: 30px;
  font-size: 18px;
}
.main-about .profile .wp-block-media-text__media {
  position: relative;
  width: 48.57%;
  box-sizing: border-box;
  text-align: right;
  align-self: flex-start;
}
.main-about .profile .wp-block-media-text__media > img {
  width: 81.6%;
  height: auto;
}
.main-about .profile .wp-block-media-text__media .swp-block-media-text__media {
  position: relative;
  width: 42%;
  padding: 3% 3% 0 0;
  margin-top: -11.5%;
  background-color: #fff;
  box-sizing: border-box;
}
.main-about .adv {
  position: relative;
  width: 65%;
  margin-top: -5.5%;
}
.main-about .adv .wp-block-media-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.main-about .adv .wp-block-media-text__media {
  width: 31.32%;
  padding: 2.5% 2.5% 0 0;
  background-color: #fff;
  align-self: flex-end;
  box-sizing: border-box;
}
.main-about .adv .wp-block-media-text__media img {
  width: 100%;
  height: auto;
}
.main-about .adv .wp-block-media-text__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 420px;
  padding: 40px;
  background-color: var(--primary-color);
  align-self: flex-end;
}
.main-about .adv .wp-block-media-text__content h3 {
  display: block;
  line-height: 90px;
  font-size: 104px;
  font-weight: bold;
  color: #fff;
}
.main-about .adv .wp-block-media-text__content p {
  line-height: 30px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}

.main-about .choose {
  padding: 80px 0;
  background-color: var(--auxiliary-color);
}
.main-about .choose .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}
.main-about .choose .top pre {
  position: relative;
  line-height: 30px;
  padding-left: 45px;
  font-size: 24px;
  font-family: Arial;
  color: var(--primary-color);
}
.main-about .choose .top pre:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background-color: var(--primary-color);
}
.main-about .choose .top h2 {
  line-height: 50px;
  margin-top: 20px;
  font-size: 40px;
  font-weight: bold;
  color: var(--title-color);
}
.main-about .choose .top p {
  width: 640px;
  line-height: 30px;
  font-size: 18px;
}
.main-about .choose .cont .is-layout-flex {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.main-about .choose .cont .is-layout-flex .wp-block-group {
  width: 48.57%;
  padding: 2.85%;
  margin-bottom: 2.86%;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;
}
.main-about .choose .cont .wp-block-group h3 {
  line-height: 30px;
  margin: 15px 0;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.main-about .choose .cont .wp-block-group p {
  line-height: 30px;
  font-size: 18px;
}
.main-about
  .choose
  .cont
  .wp-block-group
  .wp-block-group__inner-container:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-size: 100% 100%;
}
.main-about
  .choose
  .cont
  .is-layout-flex:nth-child(1)
  .wp-block-group:nth-child(2)
  .wp-block-group__inner-container:before {
  background-position-x: -100%;
}
.main-about
  .choose
  .cont
  .is-layout-flex:nth-child(2)
  .wp-block-group
  .wp-block-group__inner-container:before {
  background-position-x: -200%;
}
.main-about
  .choose
  .cont
  .is-layout-flex:nth-child(2)
  .wp-block-group:nth-child(2)
  .wp-block-group__inner-container:before {
  background-position-x: -300%;
}

.main-global .intro {
  padding: 80px 0 50px;
  background-color: var(--auxiliary-color);
}
.main-global .intro h2 {
  line-height: 50px;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  color: var(--title-color);
}
.main-global .intro p {
  line-height: 35px;
  margin-bottom: 30px;
  font-size: 24px;
}
.main-global .intro .wp-block-group__inner-container {
  width: 1400px;
  max-width: 92vw;
  margin: 0 auto;
}
.main-global .description {
  padding: 70px 0 1px;
}
.main-global .description h3 {
  line-height: 40px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}
.main-global .description h3:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  background-size: 100% 100%;
}
.main-global .description p {
  line-height: 30px;
  font-size: 18px;
}
.main-global .description img {
  width: 53vw;
  height: auto;
  border-radius: 15px 0 0 15px;
}
.main-global .description .wp-block-group__inner-container {
  width: 1400px;
  max-width: 92vw;
  margin: 0 auto;
}
.main-global .description .wp-block-media-text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.main-global .description .wp-block-media-text:nth-child(2n + 1) img {
  float: right;
  border-radius: 0 15px 15px 0;
}
.main-global .description .wp-block-media-text:nth-child(2) h3:before {
  background-position-x: -100%;
}
.main-global .description .wp-block-media-text__media {
  width: 54.2857%;
}
.main-global .description .wp-block-media-text__content {
  width: 37.15%;
  padding: 0;
  box-sizing: border-box;
}

.main-quota .contact {
  padding: 80px 0;
}
.main-quota .contact ul {
  display: flex;
  justify-content: space-between;
}
.main-quota .contact li {
  position: relative;
  line-height: 35px;
  padding: 10px 0 10px 100px;
  font-size: 24px;
}
.main-quota .contact li strong {
  display: block;
  color: #000;
}
.main-quota .contact li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  background-size: 100% 100%;
}
.main-quota .contact li:nth-child(2):before {
  background-position-x: -100%;
}
.main-quota .contact li:nth-child(3):before {
  background-position-x: -200%;
}
.main-quota .message {
  padding: 80px 0;
  background-color: var(--auxiliary-color);
}
.main-quota .message .title {
  padding: 0 9%;
  margin-bottom: 50px;
  text-align: center;
}
.main-quota .message .title h2 {
  line-height: 50px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  color: var(--title-color);
}
.main-quota .message .title p {
  line-height: 30px;
  font-size: 18px;
}
.main-quota .message .cont ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-quota .message .cont li {
  position: relative;
  width: 48.57%;
  margin-bottom: 20px;
  padding-left: 190px;
  border: 1px solid #e8eff6;
  background-color: #fff;
  box-sizing: border-box;
}
.main-quota .message .cont li span {
  position: absolute;
  left: 25px;
  top: 15px;
  line-height: 30px;
  font-size: 18px;
}
.main-quota .message .cont li p {
  line-height: 30px;
  font-size: 18px;
}
.main-quota .message .cont li input[type="text"],
.main-quota .message .cont li select {
  width: 100%;
  height: 60px;
  padding-right: 25px;
  font-size: 18px;
  box-sizing: border-box;
  border: none;
}
.main-quota .message .cont li button {
  width: 450px;
  max-width: 100%;
  height: 60px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.main-quota .message .cont li button.load {
  font-size: 0;
  background-image: url(../image/loadinglit.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.main-quota .message .cont li select {
  cursor: pointer;
}
.main-quota .message .cont li textarea {
  width: 100%;
  height: 160px;
  line-height: 30px;
  padding: 15px 25px 15px 0;
  font-size: 18px;
  box-sizing: border-box;
  border: none;
}
.main-quota .message .cont li.full {
  width: 100%;
}
.main-quota .message .cont li.radio {
  width: 100%;
  padding: 60px 25px 10px 25px;
  background: none;
  border: none;
}
.main-quota .message .cont li.radio dl {
  display: flex;
}
.main-quota .message .cont li.radio dd {
  position: relative;
  width: 135px;
  margin: 0;
  padding-top: 60px;
  text-align: center;
}
.main-quota .message .cont li.radio dd input[type="radio"]:checked + label {
  background-position-y: -100%;
}
.main-quota .message .cont li.radio dd label {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background-size: 100% 100%;
  cursor: pointer;
}
.main-quota .message .cont li.radio dd .bus {
  background-position-x: 0;
}
.main-quota .message .cont li.radio dd .ship {
  background-position-x: -100%;
}
.main-quota .message .cont li.radio dd .plane {
  background-position-x: -200%;
}
.main-quota .message .cont li.radio dd .train {
  background-position-x: -300%;
}
.main-quota .message .cont li.sub {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
}
.main-quota .message .cont li.tip {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
}

.main-track {
  padding: 100px 0;
}
.main-track .tab {
  margin-bottom: 50px;
}
.main-track .tab ul {
  text-align: center;
  font-size: 0;
}
.main-track .tab li {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 66px;
  padding: 15px;
  border-bottom: 2px solid #e5e5e5;
}
.main-track .tab li img {
  opacity: 0.3;
  filter: grayscale(100%);
}
.main-track .tab li.active {
  border-color: var(--primary-color);
}
.main-track .tab li.active img {
  opacity: 1;
  filter: grayscale(0);
}
.main-track .cont h3 {
  line-height: 36px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.main-track .cont p {
  line-height: 30px;
  font-size: 18px;
}
.main-track .cont .btn a {
  display: inline-block;
  line-height: 48px;
  margin-top: 25px;
  padding: 0 45px;
  font-size: 18px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 13px rgba(28, 123, 218, 0.4);
}
.main-track .cont .profile {
  margin-bottom: 50px;
  text-align: center;
}
.main-track .cont .profile p {
  line-height: 36px;
  font-size: 24px;
  color: #333;
}
.main-track .cont .info {
  margin-bottom: 50px;
  background-color: var(--primary-color);
  border-radius: 10px;
  overflow: hidden;
}
.main-track .cont .info h3 {
  color: #fff;
}
.main-track .cont .info p {
  color: #fff;
}
.main-track .cont .info .text {
  padding: 55px 60px;
}
.main-track .cont .feature {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.main-track .cont .feature .is-layout-constrained {
  width: 48.57%;
  padding: 3.6%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.main-track .cont .feature .is-layout-constrained:before {
  content: "";
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  background-size: 100% 100%;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.main-track .cont .feature .is-layout-constrained:nth-child(2):before {
  background-position-x: 100%;
}

.main-service {
  padding: 80px 0;
}
.main-service .tab {
  margin-bottom: 50px;
}
.main-service .tab ul {
  text-align: center;
  font-size: 0;
}
.main-service .tab li {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  line-height: 30px;
  padding: 0 15px 15px;
  border-bottom: 2px solid #e5e5e5;
  font-size: 24px;
  font-weight: bold;
}
.main-service .tab li a:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 5px;
  background-size: 100% 100%;
  cursor: pointer;
}
.main-service .tab li:nth-child(1) a:before {
  background-position-x: -200%;
}
.main-service .tab li:nth-child(2) a:before {
  background-position-x: -100%;
}
.main-service .tab li:nth-child(3) a:before {
  background-position-x: -300%;
}
.main-service .tab li.active {
  border-color: var(--primary-color);
}
.main-service .tab li.active a {
  color: var(--primary-color);
}
.main-service .tab li.active a:before {
  background-position-y: -100%;
}
.main-service .cont {
  text-align: center;
}
.main-service .cont h3 {
  line-height: 42px;
  margin-bottom: 20px;
  font-size: 40px;
}
.main-service .cont h4 {
  line-height: 30px;
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
}
.main-service .cont p {
  line-height: 36px;
  margin-bottom: 40px;
  font-size: 24px;
  color: #333;
}
.main-service .cont li {
  line-height: 36px;
  font-size: 24px;
  color: #333;
}
.main-service .cont ol {
  padding-left: 30px;
  margin: 0;
}
.main-service .cont ol li {
  list-style-type: decimal;
}
.main-service .cont img {
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 40px;
}
.main-service .cont .wp-block-media-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.main-service .cont .wp-block-media-text__media {
  width: 40.15%;
  margin: 0;
}
.main-service .cont .wp-block-media-text__content {
  width: 55.7%;
  padding: 0;
  text-align: left;
}

.main-support {
  padding: 140px 0;
}
.main-support h2 {
  line-height: 50px;
  margin-bottom: 25px;
  font-size: 48px;
}
.main-support p {
  line-height: 35px;
  font-size: 24px;
}
.main-support .info {
  margin-bottom: 100px;
}
.main-support .contact {
  display: flex;
  justify-content: space-between;
}
.main-support .contact .wp-block-media-text__content {
  width: 40%;
  padding: 0;
}
.main-support .contact .wp-block-media-text__content li {
  position: relative;
  height: 176px;
  line-height: 30px;
  font-size: 26px;
  padding: 48px 0 48px 150px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  color: #000;
}
.main-support .contact .wp-block-media-text__content li strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--title-color);
}
.main-support .contact .wp-block-media-text__content li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 33px;
  width: 110px;
  height: 110px;
  background: url(../image/support-icon.png) no-repeat,
    linear-gradient(#46b3fb, #397ff5);
  background-size: 300% 100%;
  border-radius: 50%;
}
.main-support .contact .wp-block-media-text__content li:nth-child(2):before {
  background-position-x: 50%;
}
.main-support .contact .wp-block-media-text__content li:nth-child(3):before {
  background-position-x: 100%;
}
.main-support .contact .wp-block-media-text__content li:nth-last-child(1) {
  border-bottom: none;
}
.main-support .contact .wp-block-media-text__media {
  width: 52.857%;
  border-radius: 14px;
  overflow: hidden;
}
