.section {
	padding: 1.7rem .43rem 0;
	position: relative;
	z-index: 1;
}

.section h2 {
	margin-bottom: .9rem;
	font-weight: normal;
}

.section h2 span {
	width: 10.7rem;
	height: 1.73rem;
	background-image: linear-gradient(0deg,
			#ffffff 0%,
			#fdffd7 100%);
	border-radius: 0.84rem;
	border: solid 0.04rem #11aeb0;
	font-size: 0.8rem;
	color: #11aeb0;
	position: relative;
	margin: 0 .33rem;
}

.section h2 span::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: .15rem;
	z-index: -1;
	background-image: linear-gradient(0deg,
			#ffffff 0%,
			#fdffd7 100%);
	border-radius: 0.84rem;
	border: solid 0.04rem #11aeb0;
}

.section h2 img {
	width: 1.08rem;
	height: 0.93rem;
}

.section .leyubtnbox {
	margin-top: .83rem;
}

.section .leyubtn {
	width: 7.5rem;
	height: 1.53rem;
	background-image: linear-gradient(0deg,
			#ffd200 0%,
			#f9e14c 100%);
	box-shadow: 0rem 0rem 0.75rem 0rem rgba(17, 99, 176, 0.2);
	border-radius: 0.74rem;
	font-size: 0.6rem;
	color: #000000;
}

.section1 .content {
	width: 100%;
	height: 12.55rem;
	background-color: #ffffff;
	padding: .45rem;
}

.section1 .content p {
	font-size: 0.55rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.05rem;
	letter-spacing: 0rem;
	color: #4d4d4d;
}

.section1 .content p b {
	color: #000000;

}

.section1 .content ul {
	height: 4.72rem;
	background-color: #e8f8ff;
	margin-top: .3rem;
	padding-left: .53rem;
	flex-direction: column;
	align-items: flex-start;
}

.section1 .content li {
	font-size: 0.55rem;
	line-height: .88rem;
	color: #000000;
	position: relative;
	padding-left: .73rem;
}

.section1 .content li::before {
	content: "";
	display: block;
	width: 0.28rem;
	height: 0.28rem;
	background-color: #1163b0;
	border-radius: .28rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.section2 ul {
	flex-wrap: wrap;
}

.section2 li {
	width: 7.38rem;
	text-align: center;
	height: 8.57rem;
	background-color: #ffffff;
}

.section2 li:nth-child(1),
.section2 li:nth-child(2) {
	margin-bottom: .4rem;
}

.section2 li img {
	width: 100%;
}

.section2 li h4 {
	font-size: 0.64rem;
	font-weight: normal;
	line-height: 0.64rem;
	color: #000000;
	margin-top: .7rem;
	margin-bottom: .6rem;
}

.section2 li p {
	font-size: 0.55rem;
	line-height: .9rem;
	color: #4d4d4d;
}

.section3 h2 span {
	width: 6.4rem;
}

.section3 ul.type {
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: .43rem;
}

.section3 ul.type li {
	height: 1.73rem;
	background-color: #1163b0;
	border-top: solid 0.04rem #ffffff;
	border-right: solid 0.04rem #ffffff;
	font-size: 0.6rem;
	color: #ffffff;
	width: 33.33%;
	flex-shrink: 0;
}

.section3 ul.type li:nth-child(1),
.section3 ul.type li:nth-child(2),
.section3 ul.type li:nth-child(3) {
	width: 22.22%;
}

.section3 ul.type li:nth-child(1),
.section3 ul.type li:nth-child(5) {
	border-left: solid 0.04rem #ffffff;
}

.section3 .div {
	background-color: #ffffff;
	align-items: stretch;
	font-size: 0.6rem;
	line-height: 1rem;
	color: #000000;
}

.section3 .div .g {
	width: 6.4rem;
	flex-shrink: 0;
	height: 5.35rem;
	background-color: #11aeb0;
	color: #ffffff;
	margin-right: .35rem;
	padding-left: .5rem;
	position: relative;
}

.section3 .div .g.m {
	margin-right: 0;
}

.section3 .div .g::after {
	content: '';
	position: absolute;
	border: .35rem solid #11aeb0;
	top: 50%;
	transform: translateY(-50%);
	right: -.65rem;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}

.section3 .div .g.m::after {
	right: auto;
	left: -.65rem;
	border-right-color: #11aeb0;
	border-left-color: transparent;
}

.section3 .div .txt {
	font-size: 0.55rem;
	width: 100%;
	padding-left: .5rem;
	flex-direction: column;
	align-items: flex-start;
}

.section3 .div .txt p {
	width: 7.5rem;
	height: 1.1rem;
	background-color: #e8f8ff;
	border-radius: 0.09rem;
	padding-left: .38rem;
}

.section3 .div .txt p:nth-child(2) {
	margin: .4rem 0;
}

.section4 h2 span {
	width: 12.55rem;
	margin: 0;
}

.section4 .content {
	background-color: #ffffff;
	padding: .63rem .63rem .85rem;
}

.section4 .content>ul {
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: .6rem;
}

.section4 .content>ul li {
	width: 4.3rem;
	height: 1.3rem;
	background-color: #72d3ff;
	border-radius: 0.63rem;
	font-size: 0.64rem;
	color: #1162ae;
}

.section4 .content>ul li:nth-child(1),
.section4 .content>ul li:nth-child(1),
.section4 .content>ul li:nth-child(1) {
	margin-bottom: .43rem;
}
.section4 .content .q{
	overflow: hidden;
	--box-width: -22rem;
  --box2-width: -25.4rem;
  --box3-width: -22.6rem;
}
.section4 .content .q ul{
	margin-bottom: .4rem;
	position: relative;
}
.section4 .content .q li{
	height: 1.1rem;
	background-color: #e7f8ff;
	border-radius: 0.52rem;
	font-size: 0.51rem;
	color: #000000;
	flex-shrink: 0;
	margin-right: .4rem;
	padding: 0 .4rem;
	text-align: center;
	line-height: 1.1rem;
}
.section4 .content .q li:last-child{
	margin-right: 0;
}
.section4 .content .q ul:last-child{
	margin-bottom: 0;
}
.section4 .content .q ul:nth-child(1) {
  -webkit-animation: move1 15s linear 0s infinite;
  animation: move1 15s linear 0s infinite;
}

.section4 .content .q ul:nth-child(2) {
  -webkit-animation: move2 25s linear 0s infinite;
  animation: move2 25s linear 0s infinite;
}

.section4 .content .q ul:nth-child(3) {
  -webkit-animation: move3 20s linear 0s infinite;
  animation: move3 20s linear 0s infinite;
}

@keyframes move1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(var(--box-width));
    transform: translate(var(--box-width));
  }
}

@keyframes move2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(var(--box2-width));
    transform: translate(var(--box2-width));
  }
}

@keyframes move3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(var(--box3-width));
    transform: translate(var(--box3-width));
  }
}

.section4 .zixun{
	height: 3.72rem;
	background-color: #1163b0;
	color: #ffffff;
	padding-top: .98rem;
	padding-left: 1rem;
	position: relative;
}
.section4 .zixun h4{
	font-size: 0.85rem;
	line-height: 0.85rem;
	margin-bottom: .55rem;
}

.section4 .zixun p{
	font-size: 0.51rem;
	line-height: 0.51rem;
	color: #ffffff;
}

.section4 .zixun .zixunbtn{
	width: 2.8rem;
	height: 2.8rem;
	background-color: #11aeb0;
	border-radius: 1.57rem;
	border-radius: 3.23rem;
	position: absolute;
	font-size: 0.7rem;
	font-weight: bold;
	color: #ffffff;
	top: 50%;
	right: .6rem;
	transform: translateY(-50%);
}
.section5 h2,
.section7 h2,
	.section6 h2{
	margin-bottom: .6rem;
}
.section5 h2 span,
	.section9 h2 span{
	width: 8.55rem;
}
.section5>p,
.section7>p,
	.section6>p{
	font-size: 0.64rem;
	line-height: 0.64rem;
	color: #0c7b7d;
	margin-bottom: .83rem;
}
.section5 .tabbox{
	height: 1.75rem;
}
.section5 .tabbox>div{
	width: 3.65rem;
	height: 1.75rem;
	background-color: #1163b0;
	font-size: 0.55rem;
	color: #ffffff;
	font-weight: bold;
}
.section5 .tabbox>div.active{
	background-color: #11aeb0;
}


.section5 .tcontent>div{
	height: auto;
	background-color: #ffffff;
	flex-direction: column;
	align-items: flex-start;
	padding: .7rem 1rem .7rem  .7rem;
	display: none;
}
.section5 .tcontent>div.active{
	display: flex;
}
.section5 .tcontent>div p{
	font-size: 0.55rem;
	line-height: 0.55rem;
	color: #000000;
	line-height: .88rem;
}
.section5 .tcontent>div p:nth-child(2){
	margin: .2rem 0;
}

.section6 .content{
	background-color: #ffffff;
	padding: .6rem .43rem;
}
.section6 .content .top div{
	width: 3.23rem;
	height: 1.3rem;
	background-color: #72d3ff;
	border-radius: 0.63rem;
	font-size: 0.55rem;
	color: #1162ae;
	flex-shrink: 0;
	margin-right: .3rem;
}

.section6 .content .top ul{
	width: 100%;
	font-size: 0.5rem;
	color: #000000;
	margin-bottom:.6rem;
}
.section6 .content .top ul:last-child{
	margin-bottom: 0;
}
.section6 .content .top ul li{
	width: 17%;
	position: relative;
	padding-left: .6rem;
	flex-shrink: 0;
}
.section6 .content .top ul li::before{
	content: "";
	width: 0.45rem;
	height: 0.45rem;
	border-radius: .45rem;
	background-color: #ffffff;
	border: solid 0.09rem #e5e5e5;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.section6 .content .top ul li.active::before{
	background-color: #1163b0;
	border: solid 0.09rem #72d3ff;
}

.section6 .formbox{
	height: auto;
	background-color: #1162ae;
	padding: .8rem 1.18rem .75rem;
}
.section6 .formbox .item{
	height: 1.73rem;
	background-color: #ffffff;
	position: relative;
	padding-left: 1.7rem;
	overflow: hidden;
	margin-bottom: .73rem;
}
.section6 .formbox .item.mar{
	margin-bottom: .4rem;
}
.section6 .formbox .item img{
	width: 7%;
	position: absolute;
	left: .4rem;
	top: 50%;
	transform: translateY(-50%);
}
.section6 .formbox .item input{
	width: 100%;
	height: 100%;
	font-size: .55rem;
}

.section6 .xyzbtnbox{
	width: 7.5rem;
	height: 1.53rem;
	background-image: linear-gradient(0deg, 
		#ffd200 0%, 
		#f9e14c 100%);
	box-shadow: 0rem 0rem 0.75rem 0rem 
		rgba(17, 99, 176, 0.2);
	border-radius: 0.74rem;
	font-size: 0.64rem;
	color: #000000;
	margin: 0 auto;
}

.section7{
	position: relative;
	z-index:2;
	padding-bottom:.65rem;
}
.section7::after{
	content: "";
	width: 100%;
	background: #1162ae;
	position: absolute;
	bottom: 0;
	height: 80%;
	left: 0;
	z-index:-1;
}
.section7 .part{
	padding-top: 1rem;
}
.section7 .part h3{
	font-size: 0.64rem;
	line-height: 0.64rem;
	color: #ffffff;
	overflow: hidden;
	padding-left: .55rem;
	border-left: 0.15rem solid #ffffff;
	margin-bottom: .8rem;
}
.section7 .part h3 span{
	flex-shrink: 0;
	margin-right: .3rem;
}

.section7 .part h3 img{
	flex-shrink: 0;
	height: 0.48rem;
}

.section7 .part .apbtn{
	width: 7.5rem;
	height: 1.5rem;
	background-image: linear-gradient(0deg, 
		#ffd200 0%, 
		#f9e14c 100%);
	box-shadow: 0rem 0rem 0.75rem 0rem 
		rgba(17, 99, 176, 0.2);
	border-radius: 0.74rem;
	font-size: 0.64rem;
	color: #000000;
	margin: .83rem auto 0;
}
.section7 .part1 h3{
	margin-bottom: .48rem;
}
.section7 .part1>p{
	font-size: 0.55rem;
	line-height: 0.55rem;
	color: #ffffff;
	margin-bottom: .8rem;
}
.section7 .part1 ul{
	flex-wrap: wrap;
}
.section7 .part1 li{
	width: 7.28rem;
	height: 3rem;
	background-color: #ffffff;
	padding:.8rem 0 0 .8rem;
	position: relative;
}
.section7 .part1 li:nth-child(1),
.section7 .part1 li:nth-child(2){
	margin-bottom: .63rem;
}
.section7 .part1 li b{
	font-size: 0.55rem;
	line-height: 0.55rem;
	color: #000000;
	display: block;
}
.section7 .part1 li em{
	display: block;
	font-size: 0.55rem;
	line-height: 0.55rem;
	color: #666666;
	margin-top: .3rem;
}

.section7 .part1 li img{
	height: 1.78rem;
	position: absolute;
	right: .6rem;
	top: 50%;
	transform: translateY(-50%);
}
.section7 .part1 li:nth-child(1) img{
	right: .9rem;
}
.section7 .part3 ul{
	background-color: #ffffff;
	flex-wrap: wrap;
	height: 8.55rem;
	padding: 0 .8rem;
}
.section7 .part3 li{
	width: 3.23rem;
	height: 3.23rem;
	background-color: #1162ad;
	font-size: 0.64rem;
	border-radius: 3.23rem;
	font-weight: bold;
	line-height: 1rem;
	color: #ffffff;
	margin-right: 1.9rem;
}
.section7 .part3 li:nth-child(3n){
	margin-right: 0;
}
.section7 .part3 li:nth-child(4),
.section7 .part3 li:nth-child(5),
.section7 .part3 li:nth-child(6){
	background-color: #11aeb0;
}

.section8 .content {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 0.7rem 0 .53rem .3rem;
}
.section8 .detail {
  /* padding-left: .5rem; */
  align-items: stretch;
}

.section8 .detail .img {
  width: 5.03rem;
  height: 8.2rem;
  position: relative;
  margin-right: .5rem;
  overflow: hidden;
	flex-shrink: 0;
}

.section8 .detail .img::after {
  content: "";
  width: 100%;
  height: 4rem;
  background: linear-gradient(to top, #ffffff 20%, transparent);
  position: absolute;
  bottom: -.05rem;
  left: 0;
}

.section8 .detail .info {
  position: relative;
}

.section8 .detail .info h3 {
  font-size: 0.64rem;
  line-height: 0.64rem;
  color: #1a1a1a;
  margin-bottom: .33rem;
}

.section8 .detail .info .position {
  font-size: 0.55rem;
  line-height: 0.55rem;
  color: #000000;
  margin-bottom: .5rem;
}

.section8 .detail .info .txt {
  font-size: 0.51rem;
  line-height: 0.88rem;
  color: #666666;
}

.section8 .detail .info .cbtn {
	width: 4.8rem;
	height: 1.53rem;
	background-image: linear-gradient(0deg, 
		#ffd200 0%, 
		#f9e14c 100%);
	box-shadow: 0rem 0rem 0.75rem 0rem 
		rgba(17, 99, 176, 0.2);
	border-radius: 0.74rem;
  font-size: 0.64rem;
  color: #000000;
  /* position: absolute; */
  /* left: 0; */
  /* bottom: .8rem; */
	margin-top: .4rem;
}
.section8 ul{
	width:100%;
  position: relative;
	margin-top: .4rem;
	overflow-x: auto;
	padding-right: .3rem;
}
.section8 ul::-webkit-scrollbar{
	display: none;
}
.section8 li {
  width: 3rem;
  height: 3rem;
  background-image: linear-gradient(0deg,
      #ffffff 0%,
      #e6e6e6 100%);
  border: solid 0.02rem #e5e5e5;
  overflow: hidden;
  padding-top: .3rem;
  border-radius: 3rem;
  flex-shrink: 0;
  position: relative;
	margin-right: .5rem;
}
.section8 li:last-child{
	margin-right: 0;
}
.section8 li img {
  width: 95%;
}

.section8 li:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .6);
}

.section8 li.active::after {
  background: none;
}
.section9 .content{
	background-color: #ffffff;
	padding: .8rem .73rem 1.1rem;
}
.section9 .intr{
	font-size: 0.55rem;
	line-height: .88rem;
	color: #000000;
	border-bottom: dashed 0.04rem #e5e5e5;
	padding-bottom: .6rem;
	margin-bottom: .57rem;
}
.section9 .intr img{
	width: 5.15rem;
	float:right; 
	margin-left: .8rem;
}

.section9 .project b{
	font-size: 0.64rem;
	line-height: 0.64rem;
	color: #000000;
	margin-bottom: .4rem;
	display: block;
}
.section9 .project>div{
	flex-wrap: wrap;
}
.section9 .project span{
	font-size: 0.51rem;
	color: #000000;
	height: 1.3rem;
	background-color: #d9f3ff;
	border-radius: 0.63rem;
	padding: 0 .56rem;
	margin-right: .2rem;
}
.section9 .project span:nth-child(2){
	background-color: #d9e2ff;
}
.section9 .project span:nth-child(3){
	background-color: #ecd9ff;
}
.section9 .project span:nth-child(4){
	background-color: #d9fff4;
}
.section9 .project span:nth-child(5){
	background-color: #daffd9;
	margin-right: 0;
}
.section9 .project span:nth-child(6){
	background-color: #fff9d9;
	margin-top: .4rem;
}
.section9 .project span:nth-child(7){
	margin-top: .4rem;
	background-color: #ffe8d9;
}
.section9 .project span:nth-child(8){
	background-color: #ffd9d9;
	margin-top: .4rem;
}

.section10{
	padding-bottom: .6rem;
}