@charset "utf-8";

.flexCenter {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 20px 0;
	color: #fff;
	box-sizing: border-box;
	display: none;
}
.flexCenter.show {
	display: flex;
}
.flexCenter h3 {
	font-size: 50px;
	font-weight: 700;
}
.flexCenter p {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.6;
}

.businessTab { border-top:1px solid #e5e5e5; display: flex; }
.businessTab li { width: 100%; height: 70px; box-sizing:border-box; border-bottom:1px solid #e5e5e5; }
.businessTab li a { font-size:17px; display: flex; align-items: center; justify-content: center; width:100%; height:100%;   }
.businessTab li.on a { color:#09357f; font-weight:600; }
.businessTab li.on { border-bottom-color:#09357f; }

.ani.zoom {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 2.0s;
  transition: all 2.0s;
}
.ani.opacity {
  opacity: 0;
}
.ani.on.zoom {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ani.on.opacity {
  opacity: 1;
}
.w1600 {
	width: 100%;
	height: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.road *,
.distribution *,
.consulting * {
	box-sizing: border-box;
}
.road img,
.distribution img,
.consulting img {
	max-width: 100%;
}
.contTab.road {
	overflow: revert;
}
.road .videoBox {
	width: 100vw;
	overflow: hidden;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 65px;
}
.road .videoBox video {
	min-width: 100%;
	max-width: 100%;
}
.distribution .itemBox {
	margin-top: 65px;
}
.distribution .itemBox,
.distribution .itemBox > div {
  display: flex;
  align-items: center;
}
.distribution .itemBox > .arrow {
  margin: 0 -12px;
  position: relative;
  z-index: 1;
}
.distribution .circle {
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.distribution .circle span,
.distribution .circle p {
  width: 100%;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.distribution .circle span {
  color: #444;
  font-size: 20px;
  line-height: 1.5;
}
.distribution .circle p {
  color: #222;
  font-size: 30px;
  line-height: 1.4;
}

.distribution .leftBox {
  width: 40.625%;
}

.distribution .list {
  width: 64%;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin-right: -26%;
}

.distribution .list .circle {
  width: 54%;
  border-width: 1px;
  border-style: solid;
  padding: 27% 0;
}

.distribution .list .circle:first-child {
  margin-bottom: -60px;
}

.distribution .list .circle:last-child {
  margin-top: -60px;
}

.distribution .list .borderM {
  border-color: #8A9FC2;
}

.distribution .list .borderS {
  border-color: #A6E3F8;
}

.distribution .list .positionR {
  margin-left: auto;
}

.distribution .rightBox {
  width: 54.6875%;
  gap: 0 5.2%;
  background: #EEF0F7;
  border-radius: 200px;
  padding: 55px;
}

.distribution .rightBox .arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.distribution .rightBox .circle {
  width: 38.20%;
  padding: 19.10% 0;
  background: #fff;
}

.distribution .rightBox .circle::before {
  content: "";
  display: block;
  -webkit-box-shadow: 0px 4px 50px 0px rgba(9, 53, 127, 0.1);
          box-shadow: 0px 4px 50px 0px rgba(9, 53, 127, 0.1);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.consulting .itemBox {
	width: 100%;
	max-width: 720px;
	gap: 120px;
	flex-wrap: wrap;
	margin: 65px auto 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.consulting .itemBox .item {
  position: relative;
}

.consulting .itemBox h6 {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.consulting .itemBox .circle {
  width: 66.65%;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.infoCon .grpBox > div {
	max-width: 1600px;
	margin: 100px auto 0;
}

.data_con,
.data_con * {
	box-sizing: border-box;
}

.data_con {
  display: flex;
  gap: 0 40px;
  padding: 0 40px 100px;
}

.data_con .item {
  width: 100%;
  height: 495px;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 0 0;
  position: relative;
}

.data_con .item::before {
  content: "";
  display: block;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(9, 53, 127, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(9, 53, 127, 0.1);
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.data_con .item:not(.source) ul {
  text-align: center;
}

.data_con .item:not(.source) ul li {
  color: #ffffff;
  font-size: 21px;
}

.data_con .top {
  text-align: center;
  margin: 0 0 20px;
}

.data_con .top > * {
  line-height: 1.3;
}

.data_con .top em {
  color: #255CA7;
  font-weight: 600;
}

.data_con .top h5 {
  color: #222;
  font-size: 24px;
  font-weight: 600;
}

.data_con ul {
  display: flex;
  flex-direction: column;
}

.data_con .source ul {
  gap: 4px 0;
  padding: 0 30px;
}

.data_con .source ul li {
  gap: 0 15px;
  display: flex;
  align-items: center;
}

.data_con .source .icon {
  width: 55px;
  height: 55px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #eef0f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.data_con .source p {
  color: #333;
  font-size: 18px;
}

.data_con .imgBox {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  z-index: 1;
}

.data_con .imgBox .top {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.data_con .imgBox .bg {
  height: 100%;
  position: relative;
}

.data_con .imgBox .img {
  width: 124.2857%;
  height: 100%;
  position: absolute;
}

.data_con .imgBox .img img {
  max-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.data_con .imgBox ul {
  height: 100%;
  justify-content: center;
  gap: 30px 0;
  position: relative;
  z-index: 1;
}

.data_con .imgBox ul li {
  font-weight: 700;
}

.data_con .technology .img {
  right: -5.7142%;
}

.data_con .technology ul {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.data_con .lodge .img {
  left: -5.7142%;
}

.data_con .lodge ul {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.data_con .service ul {
  gap: 14px 0;
  padding: 0 40px;
}

.data_con .service ul li {
  background: #051654;
  border: 1px solid #E6E6E6;
  border-radius: 50px;
  font-weight: 500;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.contTab .imgBox.maxImg img { max-width: 100%; }