﻿* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
}

a {
  text-decoration: none;
}
@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(../font/AlibabaPuHuiTi-Regular.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(../font/AlibabaPuHuiTi-Medium.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(../font/AlibabaPuHuiTi-Bold.ttf);
}
#main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  font-size: 16px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-size: 100%;
}

#main input,
#main select,
#main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

#main i,
#main em {
  font-style: normal;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

table {
  width: 100%;
  text-align: center;
  /*文本居中*/
  border-collapse: collapse;
  /*表格的边框合并，如果相邻，则共用一个边框*/
  border-spacing: 0;
  /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
}

table td {
  word-break: break-all;
  /*允许在字内换行,即单词可分*/
  word-wrap: break-word;
  /*允许长单词或URL地址换行*/
  border-right: 1px solid #939598;
  border-bottom: 1px solid #939598;
}

.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dis-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn {
  cursor: pointer;
  text-align: center;
}

.tc {
  text-align: center;
}

.pr {
  position: relative;
}

.po {
  position: absolute;
}

.po_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.banner {
  min-width: 1200px !important;
  width: 100%;
  max-width: initial !important;
  height: 492px !important;
  background: url(../img/banner.jpg) no-repeat;
  background-position: center;
}

article {
  font-family: "AlibabaPuHuiTiRegular";
  min-width: 1200px;
}

ul,
ol,
li {
  list-style: none;
}

#main section * {
  box-sizing: border-box;
}

#main section h2 {
  text-align: center;
  font-weight: normal;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 50px;
  line-height: 50px;
  color: #2d4394;
  padding-bottom: 23px;
  position: relative;
  margin-bottom: 23px;
}
#main section h2::before,
#main section h2::after {
  content: "";
  width: 181px;
  height: 2px;
  background: #bfbfbf;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#main section h2::before {
  width: 60px;
  height: 6px;
  background-color: #f0a147;
  border-radius: 4px;
  bottom: -2px;
  z-index: 2;
}
#main section {
  padding-top: 70px;
}
#main section .content {
  width: 1009px;
  margin: 0 auto;
}
#main section.section1 {
  background: url(../img/bg1.jpg) no-repeat;
  background-position: center;
  height: 490px;
}
#main section.section1 .content {
  height: 287px;
  background-color: #e7f1ff;
  border-radius: 20px;
  padding: 20px;
}
#main section.section1 .content > div {
  flex-shrink: 0;
}
#main section.section1 p {
  font-size: 21px;
  line-height: 40px;
  color: #1f1f1f;
  margin-left: 22px;
}
#main section.section2 {
  background: #e7f1ff;
  padding-bottom: 88px;
}
#main section.section2 li {
  width: 188px;
  height: 262px;
  background-color: #f0a147;
  border-radius: 20px;
  padding: 20px 10px;
}
#main section.section2 li:nth-child(2n + 1) {
  background-color: #233ea4;
}
#main section.section2 li .icon {
  width: 87px;
  height: 87px;
  border: solid 2px #ffffff;
  border-radius: 97px;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  margin: 0 auto;
}
#main section.section2 li p {
  font-size: 21px;
  line-height: 39px;
  color: #ffffff;
  margin-top: 10px;
}
#main section.section3 {
  padding-bottom: 70px;
}
#main section.section3 h2 {
  margin-bottom: 50px;
}
#main section.section3 ul {
  flex-wrap: wrap;
}
#main section.section3 li {
  width: 50%;
}
#main section.section3 li:nth-child(1),
#main section.section3 li:nth-child(2) {
  margin-bottom: 30px;
}
#main section.section3 li p {
  font-size: 21px;
  line-height: 39px;
  color: #1f1f1f;
  margin-left: 23px;
}
#main section.section4 {
  background: url(../img/bg2.jpg) no-repeat;
  background-position: center;
  height: 583px;
}
#main section.section4 .content > div {
  flex-shrink: 0;
}
#main section.section4 .stxt {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-left: 33px;
}
#main section.section4 h2 {
  color: #ffffff;
  margin-bottom: 40px;
}
#main section.section4 p {
  width: auto;
  height: 32px;
  background-color: #f0a147;
  border-radius: 0 18px 18px 0;
  display: inline-block;
  font-family: "AlibabaPuHuiTiMedium";
  line-height: 32px;
  padding-left: 8px;
}
#main section.section4 li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #ffffff;
  margin-right: 7px;
}
#main section.section5 {
  padding-bottom: 90px;
}
#main section.section5 h2 {
  margin-bottom: 40px;
}
#main section.section5 ul {
  flex-wrap: wrap;
}
#main section.section5 li {
  width: 202px;
  height: 113px;
  background-color: #233ea4;
  border-radius: 13px;
  font-size: 24px;
  line-height: 39px;
  color: #ffffff;
  text-align: center;
  position: relative;
}
#main section.section5 li:nth-child(1),
#main section.section5 li:nth-child(2),
#main section.section5 li:nth-child(3),
#main section.section5 li:nth-child(4) {
  margin-bottom: 44px;
}
#main section.section5 li::after {
  content: "";
  width: 43px;
  height: 41px;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -52px;
}
#main section.section5 li:nth-child(4)::after {
  width: 29px;
  height: 41px;
  transform: translateX(-50%) rotateZ(90deg);
  right: auto;
  left: 50%;
  top: auto;
  bottom: -44px;
}
#main section.section5 li:nth-child(8)::after {
  display: none;
}
#main section.section5 li:nth-child(5)::after,
#main section.section5 li:nth-child(6)::after,
#main section.section5 li:nth-child(7)::after {
  transform: translateY(-50%) rotateZ(180deg);
}
#main section.section6 {
  background-color: #e7f1ff;
}
#main section.section6 ul {
  flex-wrap: wrap;
}
#main section.section6 li {
  width: 47%;
  font-size: 21px;
  line-height: 38px;
  letter-spacing: 0px;
  padding: 25px 0;
}
#main section.section6 li:nth-child(1),
#main section.section6 li:nth-child(2) {
  border-bottom: dashed 1px #a2c3d0;
}
#main section.section6 li p span {
  font-family: "AlibabaPuHuiTiBold";
  width: 38px;
  height: 38px;
  background-color: #f0a147;
  border-radius: 38px;
  margin-right: 10px;
  color: #ffffff;
  flex-shrink: 0;
}
#main section.section6 li p:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  color: #2f4597;
  margin-bottom: 13px;
}
#main section.section6 li p:nth-child(2) {
  align-items: first baseline;
}
#main section.section6 li p:nth-child(2) span {
  background-color: #233ea4;
}

#main section.section7 {
  background: url(../img/bg3.jpg) no-repeat;
  background-position: center;
  height: 1128px;
}
#main section.section7 .view {
  background-image: linear-gradient(
    0deg,
    rgba(211, 219, 240, 0.7) 0%,
    #ffffff 100%
  );
  padding: 20px;
  font-size: 21px;
  line-height: 44px;
  color: #282828;
  position: relative;
  z-index: 2;
}
#main section.section7 .view img {
  flex-shrink: 0;
  margin-left: 25px;
}
#main section.section7 .map {
  font-size: 21px;
  line-height: 44px;
  color: #282828;
  align-items: last baseline;
  margin-top: -15px;
  position: relative;
  z-index: 1;
}
#main section.section7 .map span {
  font-family: "AlibabaPuHuiTiMedium";
  color: #233ea4;
}
#main section.section8 {
  background: url(../img/bg4.jpg) no-repeat;
  background-position: center;
  height: 527px;
}
#main section.section8 h2{
  color: #ffffff;
}
#main section.section8 li {
  width: 196px;
  height: 304px;
  background-image: linear-gradient(0deg, #d3dbf0 0%, #ffffff 63%);
}
#main section.section8 li  img{
  display: block;
  margin: 10px auto;
}
#main section.section8 li p:nth-child(2){
  	font-size: 25px;
	line-height: 44px;
  font-family: "AlibabaPuHuiTiBold";
	color: #282828;
  text-align: center;
}
#main section.section8 li p:nth-child(3){
  	font-size: 18px;
	line-height: 30px;
	color: #282828;
  padding: 10px 10px 0;
}
#main section.section8 li p:nth-child(3) span{
  font-family: "AlibabaPuHuiTiBold";
  	color: #c79862;
}

