﻿* {
  margin: 0;
  padding: 0;
}
@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);
}
body {
  min-width: 1200px;
}

a {
  text-decoration: none;
}

#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;
  font-family: "Microsoft YaHei";
  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;
}

.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 {
  width: 100%;
  max-width: initial !important;
  height: 488px !important;
  background: url(../img/banner.png) no-repeat;
  background-position: center;
}

article {
  font-family: "AlibabaPuHuiTiRegular";
  min-width: 1200px;
}

ul,
ol,
li {
  list-style: none;
}

section * {
  box-sizing: border-box;
}

section h2 {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 48px;
  font-weight: normal;
  color: #61350e;
  text-align: center;
  margin-bottom: 50px;
  align-items: stretch;
  height: 84px;
}

section h2 span {
  font-style: normal;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 20px;
}

section h2 span::after {
  content: "";
  width: 178px;
  height: 7px;
  background: url(../img/title_icon.png) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.highlight {
  padding-top: 80px;
  height: auto;
  width: 100%;
}

.highlight > div {
  width: 1000px;
  height: 317px;
  margin: 0 auto;
  position: relative;
}
.highlight > div img {
  position: relative;
  z-index: 2;
}
.highlight .highlight_right {
  width: 675px;
  height: 317px;
  background-image: linear-gradient(270deg, #ffcc88 0%, #fef4e7 100%),
    linear-gradient(#edfaff, #edfaff);
  background-blend-mode: normal, normal;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  flex-wrap: wrap;
  padding-left: 138px;
  align-content: center;
  padding-right: 30px;
}
.highlight li {
  text-align: center;
  width: 50%;
}
.highlight li:nth-child(1),
.highlight li:nth-child(2) {
  margin-bottom: 20px;
}
.highlight li span {
  font-size: 67px;
  line-height: 46px;
  color: #edc38b;
  letter-spacing: -2px;
  display: block;
  margin-bottom: 12px;
}
.highlight li p {
  font-size: 22px;
  line-height: 32px;
  color: #2e2e2f;
}
.section1 {
  padding-bottom: 102px;
  background: url(../img/location.png) no-repeat;
  background-position: bottom center;
}
.section1 > div {
  width: 1007px;
  height: auto;
  margin: 0 auto 0;
  position: relative;
  align-items: flex-end;
}
.section1 {
  padding-top: 80px;
}
.section1 .map {
  width: 827px;
  flex-shrink: 0;
}
.section1 .map img {
  width: 100%;
}
.section1 .txt {
  width: 170px;
  height: 484px;
  background-image: linear-gradient(37deg, #f0c080 0%, #ffffff 100%),
    linear-gradient(#363d9a, #363d9a);
  background-blend-mode: normal, normal;
  padding-top: 73px;
}

.section1 .txt p {
  height: 56px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
  line-height: 32px;
  color: #61350e;
  margin-bottom: 31px;
  padding-left: 25px;
}
.section1 .txt p img {
  flex-shrink: 0;
  margin-right: 15px;
}
.section1 .txt p:last-child {
  margin-bottom: 0;
}
.section2 {
  padding-top: 92px;
  padding-bottom: 70px;
  height: auto;
  width: 100%;
  background: url(../img/section2_bg.png) no-repeat;
  background-position: top center;
}

.section2 > div {
  width: 1007px;
  margin: 0 auto 0;
  height: 356px;
  background-color: #f5fcff;
  border-radius: 5px;
  padding-left: 154px;
}
.section2 > div img {
  flex-shrink: 0;
  margin-right: 66px;
}

.section2 .txt .intr p {
  font-size: 22px;
  line-height: 35px;
  color: #2e2e2f;
}
.section2 .txt .intr p span {
  font-family: "AlibabaPuHuiTiBold";
}

.section2 .txt .intr p em {
  font-style: normal;
  font-size: 17px;
}
.section2 .txt .remark {
  margin-top: 28px;
}
.section2 .txt .remark > div {
  width: 120px;
  height: 65px;
  background-color: #fddbb4;
  border-radius: 5px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  line-height: 27px;
  color: #a26d31;
  position: relative;
}
.section2 .txt .remark > div::after {
  content: "";
  width: 39px;
  height: 39px;
  background: url(../img/finish.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -12px;
  right: -6px;
}
.section2 .txt .remark p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  line-height: 27px;
  color: #a26d31;
  margin-left: 12px;
}
.section2 .txt .remark p em {
  font-style: normal;
  font-size: 20px;
}
.section3 {
  height: auto;
  background: url(../img/SWBC.png) no-repeat;
  background-position: center;
  padding-bottom: 60px;
  padding-top: 46px;
}
.section3 > div,
.section4 > div {
  width: 1000px;
  margin: 0 auto;
}
.section3 .stitle,
.section4 .stitle {
  flex-direction: column;
  margin: 0 auto;
}
.section3 .stitle img,
.section4 .stitle img {
  margin-bottom: 24px;
}
.section3 .stitle h2 {
  color: #ffffff;
}
.section3 .stitle span::after{
  background-image: url(../img/title_icon2.png);
}
.section3 p,
.section4 p {
  color: #ffffff;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 28px;
}
.section3 .projects > div {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 25px;
  line-height: 25px;
  background-image: linear-gradient(to top, #ffefdb, #f0c080);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 23px;
}
.section3 .projects > div span {
  width: 410px;
  height: 1px;
  background: #bfbfbf;
  position: relative;
}
.section3 .projects > div span:nth-child(1):after,
.section3 .projects > div span:last-child:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: linear-gradient(37deg, #f0c080 0%, #fef4e7 100%),
    linear-gradient(#362e2b, #362e2b);
  background-blend-mode: normal, normal;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotateZ(45deg) translateY(-50%);
}
.section3 .projects > div span:last-child::before {
  left: -2px;
  right: auto;
}
.section3 .projects ul {
  flex-wrap: wrap;
}
.section3 .projects li {
  width: 327px;
  position: relative;
}
.section3 .projects li:nth-child(1),
.section3 .projects li:nth-child(2),
.section3 .projects li:nth-child(3) {
  margin-bottom: 14px;
}
.section3 .projects li em {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 33px;
  background-color: #ffffff;
  text-align: center;
  font-style: normal;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #1b414e;
}
.section4 {
  padding-top: 69px;
}

.section4 p {
  color: #333333;
}

.section4 .fund > div {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 25px;
  color: #a26d31;
  height: 38px;
  background-image: linear-gradient(87deg, #f0c080 0%, #fef4e7 100%),
    linear-gradient(#363d9a, #363d9a);
  background-blend-mode: normal, normal;
  border-radius: 5px;
  margin-bottom: 5px;
}
.section4 .fund li {
  width: 498px;
  height: 240px;
  background-color: #f5fcff;
  border-radius: 5px;
  padding: 16px 25px 0;
}
.section4 .fund li > p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
  color: #363d9a;
  line-height: 22px;
  text-align: center;
  margin-bottom: 36px;
}

.section4 .fund li > p span {
  color: #a26d31;
}

.section4 .fund li > div > div {
  text-align: center;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
	line-height: 27px;
	color: #2e2e2f;
}
.section4 .fund li > div .img {
  display: block;
  margin: 0 auto 15px;
  width: 75px;
  height: 66px;
}
