.section {
  position: relative;
}

.section .cover {
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: url(../img/section_bg1.png) no-repeat;
  background-size: 100%;
}

.section .cover2 {
  top: auto;
  bottom: 0;
  background: url(../img/section_bg3.png) no-repeat;
  background-size: 100%;
}

.section .content {
  width: 100%;
  height: 100%;
  background: url(../img/section_bg2.png) repeat-y;
  background-position: center center;
  padding: 1px 45px 0;
}

.section1 form select {
  background: #ffffff url(../img/arrow.png) no-repeat;
  background-position: 95% center;
  background-size: 5%;
}

.section1 {
  margin-top: 48px;
  margin-bottom: 59px;
}

.section1>div {
  height: auto;
}

.section1 .content {
  padding: 1px 50px 0;
}

.section h2 {
  width: 462px;
  height: 66px;
  background: url(../img/h2_title.png) no-repeat;
  background-size: 100%;
  margin: -21px auto 29px;
  position: relative;
  z-index: 3;
 
 
  font-size: 36px;
  color: #ffffff;
}

.section1 .content>p {
  font-family: 'PingFangMedium';
  font-size: 16px;
  line-height: 30px;
  color: #4d4d4d;
  padding: 0 29px;
  margin-bottom: 30px;
}

.section1 h3 {
  width: 296px;
  height: 46px;
  background: url(../img/h3_title.png) no-repeat;
  background-size: 100%;
  margin: 0 auto 30px;
  font-size: 20px;
  color: #ffffff;
}

.section1 ul {
  margin-bottom: 40px;
}

.section1 li {
  width: 210px;
  overflow: hidden;
}

.section1 li .img {
  height: 120px;
  border: solid 1px #215b56;
}

.section1 li p {
  height: 50px;
  background-color: #215b56;
  font-size: 16px;
  font-weight: 700;
  color: #e9fffa;
}

.section1 .form {
  height: 120px;
  background-color: #ee4a51;
  overflow: hidden;
  position: relative;
  padding-left: 111px;
}

.section1 .form .t {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background-color: #d44249;
  position: absolute;
  left: -56px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #e9fffa;
  padding-left: 75px;
}

.section1 .form form {
  height: 100%;
}

.section1 .form label {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  margin-right: 5px;
}

.section1 .form .item {
  height: 42px;
  margin-right: 18px;
}

.section1 .form input,
.section1 .form select {
  width: 200px;
  height: 42px;
  background-color: #ffffff;
  font-size: 14px;
  color: #999999;
  padding-left: 10px;
}

.section1 .form .btn {
  width: 120px;
  height: 50px;
  background-image: linear-gradient(0deg,
      #ffd200 0%,
      #f9e14c 100%,
      #84ad65 100%,
      #0f797e 100%);
  border-radius: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

article .section2>div{
  padding-top: 0;
}
.section2 .content {
  background: #ffffff;
  padding: 20px;
}

.section2 .tab-box .tab {
  width: 294px;
  height: 64px;
  background: url(../img/tab_bg.png) no-repeat;
  background-size: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #215b56;
  cursor: pointer;
  transition: all .3s;
}

.section2 .tab-box .tab.active {
  background: url(../img/tab_bg_active.png) no-repeat;
  background-size: 100%;
  color: #ffffff;
  transition: all .3s;
}
.section2 .section-box>div{
  display: none;
}
.section2 .section-box>div.active{
  display: block;
}
.section2 section {
  background-color: #e8f9f8;
  border-radius: 10px;
  padding: 30px 30px 40px;
  margin-bottom: 30px;
  overflow: hidden;
}
.section2 .content-box>div{
  display: none;
}
.section2 .content-box>div.active{
  display: block;
}
.section2 section h3 {
  font-size: 20px;
  line-height: 20px;
  color: #1a1a1a;
  margin-bottom: 28px;
}

.section2 section .fit {
  height: 50px;
  background-color: #ffffff;
  border-radius: 3px;
  margin-bottom: 19px;
}

.section2 section .fit span {
  width: 130px;
  height: 50px;
  background-color: #ee4a51;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.section2 section .fit p {
  font-size: 16px;
  color: #000000;
  padding-left: 25px;
}

.section2 section .fit p img {
  width: 22px;
  margin: 0 15px;
}

.section2 section thead {
  height: 50px;
  background-color: #215b56;
  overflow: hidden;
  font-size: 16px;
  color: #ffffff;
}

.section2 section thead th:nth-child(1) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.section2 section thead th:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.section2 section tbody {
  background-color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.section2 section tbody tr {
  height: 59px;
}
.section2 section td:nth-child(1){
  font-weight: 700;
}
.section2 section td:nth-child(2) ,
  .section2 section td.li {
  padding: 10px 15px;
  text-align: left;
}

.section2 section td.leyu {
  font-size: 14px;
  font-weight: 700;
  color: #d54e55;
  cursor: pointer;
}
.section2 section .conclusion td{
  text-align: center;
  background-color: #f9e1a1;
}

.section2 .project>div{
  width: 33%;
  height: 60px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background-color: rgba(238, 74, 81,.5);
  cursor: pointer;
  transition: all .3s;
}
.section2 .project>div.active{
  background-color: #ee4a51;
  transition: all .3s;
}
.section2 section .other{
  width: 540px;
  float: left;
}
.section2 section .other.mar{
  margin-right: 20px;
}
.section2 section .other th{
  border-radius: 0 !important;
}
.section2 section .other thead:nth-child(1){
  background: none;
  color: #000000;
}
.section2 section .other thead:nth-child(1) th{
  font-weight: 700;
}
.section2 section .other td{
  font-weight: normal;
  text-align: center;
}
.section2 section .diff td{
  text-align: center;
  padding: 10px 15px;
}
.section2 .table-box>div{
  display: none;
}
.section2 .table-box>div.active{
  display: block;
}
.section3 h2{
  margin-bottom: 48px;
}
.section3 .content{
  padding: 1px 68px 0 30px;
}
.section3 .books{
  align-items: flex-start;
}
.section3 .books>p{
  writing-mode: vertical-rl;
  font-family: "PingFangMedium";
  font-size: 16px;
  letter-spacing: 10px;
	color: #215b56;
  position: relative;
  z-index: 5;
  padding-top: 20px;
}
.section3 .books img{
  margin-left: -20px;
  margin-top: 33px;
  margin-right: 12px;
  flex-shrink: 0;
}
.section3 .book{
  margin-bottom: 30px;
}
.section3 .book:last-child{
  margin-bottom: 0;
}
.section3 .book h4{
  font-family: "PingFangMedium";
  font-size: 24px;
  line-height: 24px;
	font-weight: normal;
	color: #000000;
  margin-bottom: 27px;
}
.section3 .book p{
  font-family: "PingFangMedium";
	font-size: 14px;
	line-height: 24px;
	color: #4d4d4d;
}

.section4{
  margin: 30px 0 ;
}
.section5{
  margin-bottom: 60px;
}
.section5 h2{
  margin-bottom: 51px;
}
.section5 .teacher-info{
  padding-left: 40px;
  padding-right: 50px;
  align-items: stretch;
}
.section5 .teacher-info .img{
  width: 307px;
  height: 352px;
  margin-right: 63px;
  flex-shrink: 0;
  margin-top: -60px;
  overflow: hidden;
  align-items: flex-start;
  position: relative;
}
.section5 .teacher-info .img img{
  width: 100%;
}
.section5 .teacher-info .leyu{
  width: 206px;
	height: 45px;
	background-color: #ee4a51;
	border-radius: 22px;
  font-size: 18px;
	font-weight: 700;
	color: #ffffff;
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  cursor: pointer;
}
.section5 .teacher-info .img::before{
  content: "";
  width: 100%;
  height: 73px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top,#ffffff 10%,transparent);
}
.section5  .info .name-position{
  font-family: "PingFangMedium";
  font-size: 30px;
  height: 30px;
  line-height: 30px;
	color: #333333;
  align-items: flex-end;
  margin-bottom: 25px;
}
.section5  .info .name-position p{
  font-size: 18px;
  height: 18px;
  line-height: 18px;
	color: #333333;
  margin-left: 16px;
}
.section5  .info>p{
  font-family: "PingFangMedium";
  font-size: 14px;
	line-height: 22px;
	color: #333333;
}
.section5  .intr{
margin-top: 28px;
}
.section5  .intr>div{
  width: 70px;
	height: 30px;
  text-align: center;
	background-color: #f9e1a1;
	border-radius: 15px;
  font-family: "PingFangMedium";
  font-size: 18px;
	line-height: 30px;
	color: #4b170f;
  margin-bottom: 20px;
}

.section5  .intr>p{
  font-family: "PingFangMedium";
  font-size: 14px;
	line-height: 22px;
	color: #333333;
}

.section5  .list .img{
  width: 110px;
	height: 110px;
	background-image: linear-gradient(0deg, 
		#4c4c4c 0%, 
		#333333 100%);
	box-shadow: 0px 0px 30px 0px 
		rgba(131, 131, 131, 0.5);
	border-radius: 4px;
	border: solid 2px #ffffff;
  align-items: flex-start;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.section5  .list .img::after{
  content: "";
  background: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section5  .list .img.active::after{
  background: none;
}
.section5  .list .img img{
  width: 120%;
}
.section6{
  padding-bottom: 93px;
  background: url(../img/section6_bg.jpg) no-repeat;
  background-position: bottom center;
}
.section6 .content>div{
  position: relative;
  padding: 0 80px;
}
.section6 .swiper-container{
  overflow: hidden;
}
.section6 .swiper-slide{
  width: 900px;
	height: 450px;
	background-color: #ffffff;
  border: 10px solid #215b56;
  overflow: hidden;
  align-items: stretch;
  opacity: .3;
  position: relative;
  z-index: 1;
  transform: scale(.9);
}
.section6 .swiper-slide-active{
  opacity: 1;
  transform: scale(1);
  z-index: 5;
}
.section6 .swiper-slide .info{
  width: 240px;
	height: 430px;
	background-color: #12ad92;
  border-top-right-radius: 60px;
  text-align: center;
  padding: 0 29px;
  color: #ffffff;
  flex-shrink: 0;
}

.section6 .swiper-slide .info .type{
  font-size: 16px;
  font-weight: 700;
  height: 70px;
  border-bottom: 1px dashed rgba(255,255,255,.3);
  margin-bottom: 32px;
}

.section6 .swiper-slide .info .name{
  font-size: 25px;
	line-height: 25px;
	
  margin-bottom: 36px;
}
.section6 .swiper-slide .grade{
  margin-bottom: 15px;
}
.section6 .swiper-slide .grade span,
.section6 .swiper-slide .sch span{
	height: 32px;
	background-color: #0d806c;
	border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto 13px;
}
.section6 .swiper-slide .grade span{
  width: 135px;
}
.section6 .swiper-slide .sch span{
  width: 92px;
}
.section6 .swiper-slide .grade p,
.section6 .swiper-slide .sch p{
  font-size: 14px;
  font-weight: 700;
	line-height: 24px;
	color: #ffffff;
}
.section6 .swiper-slide .detail{
  padding: 35px 49px 0;
}
.section6 .swiper-slide .detail h4{
  font-size: 16px;
	line-height: 16px;
	color: #333333;
  margin-bottom: 30px;
}
.section6 .swiper-slide .detail p{
	font-size: 13px;
	line-height: 24px;
	color: #4d4d4d;
  margin-bottom: 14px;
}
.section6 .swiper-slide .detail p:last-child{
  margin-bottom: 0;
}

.section6 .swiper-button-next,.section6 .swiper-button-prev{
  width: 28px;
	height: 50px;
	background: #215b56;
  transition: all .8s;
  cursor: pointer;
}
.section6 .swiper-button-next img,.section6 .swiper-button-prev img{
  width: 8px;
}
.section6 .swiper-button-next img{
  transform: rotateZ(180deg);
}
.section6 .swiper-button-next:hover,
.section6 .swiper-button-prev:hover{
  background: #ee4a51;
  transition: all .2s;
}

.section7{
  width: 100%;
  height: 230px;
	background: url(../img/form_bg.png) no-repeat;
  background-position: center;
}
.section7 >div{
  padding: 0 !important;
}
.section7 .content{
  background: none;
  padding:1px 0 0;
}
.section7 h2{
  margin-bottom: 40px;
}
.section7 form{
  width: 1167px;
  height: 100px;
  overflow: hidden;
  position: relative;
  flex-wrap: wrap;
}
.section7 form .item{
  height: 40px;
  margin-bottom: 20px;
  margin-right: 13px;
  position: relative;
  overflow: hidden;
}
.section7 form .item.nomar{
  margin-right: 0;
}
.section7 form label{
  width: 70px;
  text-align: right;
  font-size: 14px;
	color: #ffffff;
  margin-right: 12px;
}
.section7 input,
  .section7 select{
  width: 200px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 3px;
  padding-left: 10px;
  font-size: 14px;
  color: #b3b3b3;
}
.section7 form select {
  background: #ffffff url(../img/arrow.png) no-repeat;
  background-position: 95% center;
  background-size: 5%;
}
.section7 .yzm span{
  width: 100px;
	height: 40px;
	background-color: #ee4a51;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.section7 .btn{
  width: 200px;
	height: 40px;
	background-image: linear-gradient(0deg, 
		#ffd200 0%, 
		#f9e14c 100%, 
		#84ad65 100%, 
		#0f797e 100%);
	border-radius: 20px;
  font-size: 18px;
	font-weight: 700;
	color: #000000;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
}