.tab-box {
  width: 100%;
  height: 70px;
  background-color: #066fff;
}

.tab-box.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.tab-box ul {
  width: 1000px;
  margin: 0 auto;
  height: 100%;
  font-size: 22px;
  color: #ffffff;
  font-family: 'Alibaba-PuHuiTi';
  align-items: flex-end;
  position: relative;
}

.tab-box ul li {
  width: 140px;
  height: 60px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.tab-box ul li::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
  background-color: #ffffff;
  border-radius: 6px 6px 0px 0px;
  color: #066fff;
  transition: all .2s;
}

.tab-box ul li:hover,
.tab-box ul li.active {
  color: #066fff;
  transition: all .3s;
}

.tab-box ul li:hover::after,
.tab-box ul li.active::after {
  top: 0;
  z-index: -1;
  background-color: #ffffff;
  border-radius: 6px 6px 0px 0px;
  color: #066fff;
  transition: all .2s;
}

.part {
  padding-top: 100px;
  background: #f7f7f7 url(../img/intr_bg.png) no-repeat;
  background-position: bottom center;
  padding-bottom: 70px;
}

.part h3 {
  font-family: 'Alibaba-PuHuiTi';
  font-size: 45px;
  font-weight: normal;
  line-height: 45px;
  color: #000000;
  margin-bottom: 52px;
}

.part .btn-box {
  width: 100%;
  margin-top: 60px;
}

.part .btn {
  min-width: 220px;
  height: 60px;
  background-image: linear-gradient(0deg,
      #ffd200 0%,
      #f9e14c 100%,
      #84ad65 100%,
      #0f797e 100%);
  border-radius: 29px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  cursor: pointer;
  padding: 0 40px;
}

.part .btn:nth-child(2) {
  margin-left: 74px;
}

.intr .intr-txt {
  flex-direction: column;
  align-items: flex-start;
  height: 160px;
  background-color: #ffffff;
  padding-left: 42px;
  margin-bottom: 30px;
}

.intr .intr-txt p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  padding-left: 34px;
  position: relative;
}

.intr .intr-txt p::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #066fff;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.intr .couns {
  align-items: stretch;
}

.intr .couns ul {
  width: 100%;
  flex-wrap: wrap;
}

.intr .couns img {
  width: 630px;
  flex-shrink: 0;
}

.intr .couns ul li {
  width: 180px;
  height: 120px;
  background-color: #0690ff;
  margin-bottom: 10px;
  text-align: center;
  padding-top: 16px;
}

.intr .couns ul li:nth-child(2),
.intr .couns ul li:nth-child(3),
.intr .couns ul li:nth-child(5) {
  background-color: #066fff;
}

.intr .couns ul li:last-child {
  width: 100%;
  margin-bottom: 0;
}

.intr .couns li b {
  font-size: 20px;
  line-height: 20px;
  color: #fafafa;
  margin-bottom: 10px;
  display: block;
}

.intr .couns li p {
  font-size: 14px;
  line-height: 20px;
  color: #fafafa;
}

.fit {
  background: #f7f7f7;
  padding-bottom: 100px;
}

.fit h3 {
  margin-bottom: 145px;
}

.fit li {
  width: 290px;
  height: 260px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  text-align: center;
  padding-top: 121px;
}

.fit li .icon {
  width: 180px;
  height: 180px;
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 180px;
  position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
}

.fit li .icon img {
  width: 100%;
}

.fit li .tit {
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 25px;
}

.fit li p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}

.content {
  background-image: url(../img/content_bg.png);
}

.content .questions {
  height: 310px;
  background: #ffffff url(../img/content_img.png) no-repeat;
  background-size: auto 100%;
  padding:10px 10px 10px 310px;
  flex-direction: column;
  align-items: flex-start;
}

.content .questions p {
  font-size: 16px;
  color: #666666;
  align-items: flex-start;
  line-height: 28px;
  margin-bottom: 10px;
}

.content .questions p:last-child {
  margin-bottom: 0;
}

.content .questions p span {
  font-size: 20px;
  color: #000000;
  margin-right: 21px;
  flex-shrink: 0;
}
.content .questions>div{
  width: 100%;
  height: 100%;
}
.content .questions>div{
  width: 100%;
}
.content .questions th{
  width: 25%;
  background: #cccccc;
  height: 60px;
font-weight:700;
font-size:16px;
}
.advantage {
  background: #f7f7f7;
  padding-bottom: 80px;
}

.advantage .vs {
 
  align-items: flex-end;
  position: relative;
}

.advantage .type {
  width: 150px;
  
  background-color: #ff9306;
}

.advantage .vs>div>div {
  height: 60px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  font-size: 22px;
  color: #ffffff;
}

.advantage .vs>div>div:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.3);
}

.advantage .subject {
  width: 260px;
  
  background-color: #e5e5e5;
  margin-left: 15px;
}

.advantage .subject>div {
  font-size: 18px !important;
  color: #000000 !important;
}

.advantage .subject>div b {
  width: 185px;
  height: 60px;
  background-color: #b3b3b3;
  border-radius: 29px;
  font-size: 24px;
  color: #ffffff !important;
}

.advantage .subject>div:nth-child(1) {
  height: 106px;
}

.advantage .subject1 {
  background-color: #0690ff;
  width: 300px;
  height: 100%;
  margin-left: 0;
}

.advantage .subject1>div {
  color: #ffffff !important;
}

.advantage .subject1>div:nth-child(1) {
  height: 146px;
  padding-top: 40px;
}

.advantage .subject1>div b {
  background-color: #066fff;
}

.advantage .vs img {
  width: 126px;
  position: absolute;
  top: 0;
  left: 12px;
}

.compare h3,
.scholarship h3,
.partner h3 {
  margin-bottom: 34px;
}

.scholarship>p,
.compare>p,
.partner>p {
  font-family: 'Alibaba-PuHuiTi-Regular';
  font-size: 20px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 51px;
}
.scholarship {
  background: #f7f7f7 url(../img/scholarship_bg.png) no-repeat;
  height: auto;
  background-size: 100% 100%;
  background-position: bottom center;
  /* padding-top: 49px; */
  padding-bottom: 48px;
}
.scholarship h3,.scholarship>p{
  color: #ffffff;
}
.scholarship>p{
  margin-bottom: 39px;
}
.scholarship .type{
  background: #ffffff;
  height: 280px;
  text-align: center;
  padding-top: 20px;
}
.scholarship .type h4{
  width: 180px;
  height: 50px;
  background: #ff9306;
  border-radius: 50px;
  margin: 0 auto 16px;
  font-family: 'Alibaba-PuHuiTi';
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
}
.scholarship .type2 h4{
  background-color: #0690ff;
}
.scholarship .type p{
  font-family: 'Alibaba-PuHuiTi-Regular';
  font-size: 18px;
	line-height: 18px;
	color: #000000;
}
.scholarship .type1{
  width: 380px;
}
.scholarship .type2{
  width: 600px;
}
.scholarship .type2>div{
  position: relative;
  top: -10px;
}
.scholarship .type2>div>div:nth-child(2){
  margin: 0 84px ;
}
.scholarship .type2 p{
  line-height: 30px;
}
.scholarship .remark{
  text-align: right;
  font-family: 'Alibaba-PuHuiTi-Regular';
  font-size: 16px;
	line-height: 16px;
	color: #f7f7f7;
  margin: 14px auto 20px;
}
.scholarship .btn-box{
  margin-top: 0;
}
.compare {
  background: #f7f7f7 url(../img/score_bg.png) no-repeat;
  background-position: bottom center;
  padding-bottom: 70px;
}


.compare .score {
  align-items: flex-start;
}

.compare .score>div:nth-child(1),
.compare .score>div:nth-child(3) {
  padding-top: 20px;
}

.compare .type {
  width: 300px;
  height: 80px;
  background-color: #b3b3b3;
  font-family: 'Alibaba-PuHuiTi-Regular';
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}

.compare .other .type {
  width: 350px;
  height: 100px;
  background-color: #066fff;
  font-size: 28px;
  padding-top: 20px;
}

.compare .score .list {
  background: #ffffff;
  padding: 10px 25px;
}

.compare .score p {
  font-family: 'Alibaba-PuHuiTi-Regular';
  font-size: 16px;
  color: #808080;
  text-align: center;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-bottom: 1px solid #f2f2f2;
}

.compare .score p:last-child {
  border-bottom: none;
}

.compare .other p {
  color: #000000;
  font-weight: 700;
}

.compare .remark {
  font-family: 'Alibaba-PuHuiTi-Regular';
  font-size: 16px;
  line-height: 16px;
  color: #999999;
  margin-top: 39px;
}

.mid-form {
  width: 100%;
  height: 200px;
  background: url(../img/from_bg.png) no-repeat;
  background-position: center;
  padding-top: 40px;
}

.mid-form h3 {
  font-family: 'Alibaba-PuHuiTi';
  color: #ffffff;
  font-weight: normal;
  font-size: 30px;
  color: #ffffff;
  align-items: baseline;
  height: 30px;
  margin-bottom: 30px;
}

.mid-form h3 p {
  font-size: 20px;
  color: #ffffff;
  margin-left: 23px;
}

.mid-form .item {
  width: 210px;
  height: 50px;
  background-color: #eeeeee;
  overflow: hidden;
  margin-right: 10px;
}

.mid-form .item.nomar {
  margin-right: 0;
}

.mid-form .item input,
.mid-form .item select {
  width: 100%;
  height: 100%;
  background: #eeeeee;
  padding-left: 10px;
  color: #999999;
  font-size: 14px;
}

.mid-form .item input::placeholder {
  color: #999999;
}

.mid-form .item select {
  background: #eeeeee url(../img/arrow.png) no-repeat;
  background-size: 10px;
  background-position: 95% center;
}

.mid-form .item.yzm span {
  width: 100px;
  height: 50px;
  background-color: #333333;
  font-size: 14px;
  color: #ffffff;
  flex-shrink: 0;
}

.mid-form .btn {
  width: 110px;
  height: 50px;
  background-image: linear-gradient(0deg,
      #ffd200 0%,
      #f9e14c 100%,
      #84ad65 100%,
      #0f797e 100%);
  border-radius: 24px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-left: 20px;
  cursor: pointer;
}

.partner {
  background: #f7f7f7;
}

.partner .w {
  width: 1015px;
}
.partner .w .swiper-container{
  padding-bottom: 20px;
}
.partner .w .swiper-slide {
  align-items: stretch;
}

.partner .partner-img {
  flex-shrink: 0;
}

.partner .right {
  width: 100%;
  font-family: 'Alibaba-PuHuiTi-Regular';
  padding-top: 57px;
  position: relative;
  padding-left: 34px;
}

.partner .right>p {
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  margin-bottom: 33px;
}

.partner .right h4 {
  font-size: 30px;
  font-weight: normal;
  line-height: 45px;
  color: #000000;
}

.partner .right h4.mar {
  margin-bottom: 40px;
}

.partner .right .txt {
  font-size: 16px;
  line-height: 25px;
  color: #666666;
}

.partner .right .icon {
  position: absolute;
}

.partner .right .icon4 {
  left: 0;
  top: 18px;
  width: 28px;
}

.partner .right .icon5 {
  right: 0;
  bottom: 18px;
  width: 28px;
}
.partner .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #cfcfcf;
}
.partner .swiper-pagination-bullet-active{
  background: #ff9306;
}
.group {
  width: 100%;
  height: 520px;
  background: url(../img/group_bg.png) no-repeat;
  background-position: top center;
  color: #fafafa;
  padding-top: 56px;
  padding-bottom: 0;
}

.group .top {
  margin-bottom: 63px;
}

.group .top b {
  font-family: 'Alibaba-PuHuiTi-Regular';
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
}

.group .top h3 {
  font-family: 'AlimamaShuHeiTiBold';
  color: #fafafa;
  font-size: 55px;
  height: 45px;
  margin-bottom: 28px;
  margin-top: 19px;
}

.group .top h3 span {
  width: 130px;
  height: 27px;
  font-family: 'avantibold';
  font-size: 20px;
  color: #ffffff;
  background: url(../img/icon6.png) no-repeat;
  background-size: 100%;
  margin-left: 14px;
}

.group .top p {
  font-family: 'Alibaba-PuHuiTi-Regular';
  font-size: 20px;
  line-height: 20px;
  opacity: 0.5;
}

.group .group-info {
  align-items: stretch;
}

.group .group-info .item {
  width: 320px;
}

.group .group-info .item .tag {
  font-family: 'avantibold';
  font-size: 60px;
  color: #ff9306;
  line-height: 45px;
  height: 45px;
  margin-bottom: 17px;
  align-items: baseline;
}

.group .group-info .item .tag span {
  font-family: 'Alibaba-PuHuiTi-Regular';
  font-size: 30px;
  margin-left: -5px;
}

.group .group-info .item p {
  font-family: 'Alibaba-PuHuiTi-Regular';
  font-size: 20px;
  height: 40px;
  color: #fafafa;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}

.group .group-info .item .txt {
  font-family: 'Alibaba-PuHuiTi-Regular';
  font-size: 14px;
  line-height: 26px;
  color: #fafafa;
}

/* layout */
.layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}

.layout>div {
  width: 500px;
  height: auto;
  background: url(../img/lay-bg.jpg) repeat-y;
  background-size: 100%;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 80px 0 80px 0;
  padding: 50px 50px 23px;
  display: none;
}

.layout h3{
  font-family: 'AlimamaShuHeiTiBold';
  font-size: 32px;
	font-weight: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
}
.layout p{
  font-family: 'Alibaba-PuHuiTi-Regular';
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  margin-top: 18px;
}
.layout .close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.layout .close img {
  width: 100%;
}
.layout form{
  margin-top: 22px;
}
.layout .item,
.layout input,
.layout select {
  width: 400px;
	height: 45px;
	background-color: #ffffff;
  font-size: 14px;
  line-height: 45px;
  color: #999999;
}

.layout .item {
  margin-bottom: 8px;
}

.layout input,
.layout select {
  padding-left: 18px;
}
.layout input::placeholder{
  color: #999999;
}
.layout select {
  background: #ffffff url(../img/arrow.png) no-repeat right;
  background-position-y: 50%;
  background-position-x: 95%;
}

.layout .item.yzm input {
  width: 150px;
}

.layout .item.yzm span {
  width: 120px;
  background-color: #ffffff;
  height: 45px;
  line-height: 45px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
  color: #ff0000;
  cursor: pointer;
}

.layout .btn {
  width: 160px;
	height: 50px;
	background-image: linear-gradient(0deg, 
		#ffd200 0%, 
		#f9e14c 100%, 
		#84ad65 100%, 
		#0f797e 100%);
	border-radius: 25px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 23px auto 0;
}