* {
  margin: 0;
  padding: 0;
}

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: #ffede1;
}

#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;
}

table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  word-break: break-all;
  word-wrap: break-word;
  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;
}
.banner {
  width: 100%;
  height: 719px;
  background: url(../img/banner.jpg) no-repeat;
  background-position: center;
}

#main article {
  min-width: 1200px;
  margin: -324px auto 0;
}

#main .bigbox{
  width: 1200px;
  background-color: #ffffff;
  margin: 0 auto 0;
  height: auto;
  padding: 30px 40px;
}
#main .samepart{
  margin-bottom: 74px;
}
#main .sameTitle{
  font-family: "AlibabaPuHuiTiBold";
  font-size: 30px;
	line-height: 30px;
	color: #333333;
  align-items: last baseline;
  padding-bottom: 19px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 24px;
}
#main .sameTitle span{
  font-family: "AvantiBold";
  font-size: 50px;
	color: #ff6e0d;
  margin-right: 17px;
}
#main .samepart .btnbox{
  margin-top: 50px;
}
#main .samepart .btnbox>div{
  width: 300px;
	height: 60px;
	background-image: linear-gradient(0deg, 
		#ffd301 0%, 
		#ffe146 100%);
	border-radius: 30px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
	color: #000000;
  cursor: pointer;
}
#main .samepart .btnbox>div:nth-child(2){
  margin-left: 60px;
}
#main .section1>p{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 20px;
	line-height: 20px;
	color: #333333;
  margin-bottom: 40px;
}
#main .section1 ul{
  flex-wrap: wrap;
}
#main .section1 li{
  width: 360px;
	height: 130px;
	background-color: #fff2e9;
  flex-shrink: 0;
}
#main .section1 li:nth-child(1),
#main .section1 li:nth-child(2),
#main .section1 li:nth-child(3){
  margin-bottom: 20px;
}
#main .section1 li:nth-child(4),
#main .section1 li:nth-child(5){
  width: 400px;
}
#main .section1 li:nth-child(6){
  width: 280px;
  background: none;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 28px;
	color: #000000;
}
#main .section1 li>p{
  height: 40px;
  background: linear-gradient(to right,#602600 41%,#fff2e9 66%);
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
	line-height: 40px;
	color: #ffffff;
  padding-left: 20px;
}
#main .section1 li div{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	line-height: 24px;
	color: #262626;
  padding-left: 20px;
  height: calc(100% - 40px);
  flex-direction: column;
  align-items: flex-start;
}

#main .section2 li{
  width: 360px;
	height: 229px;
	background: url(../img/highlight1.png) no-repeat;
  background-size: 100%;
  padding: 62px 40px 0 30px;
}
#main .section2 li:nth-child(2){
  background-image: url(../img/highlight2.png);
}
#main .section2 li:nth-child(3){
  background-image: url(../img/highlight3.png);
}
#main .section2 li>p{
  font-family: "AlibabaPuHuiTiBold";
  font-size: 26px;
	line-height: 26px;
	color: #602600;
  margin-bottom: 25px;
}#main .section2 li div{
  flex-direction: column;
  align-items: flex-start;
}
#main .section2 li div p{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	line-height: 22px;
	color: #602600;
  position: relative;
  align-items: flex-start;
  margin-bottom: 6px;
}
#main .section2 li div p:last-child{
  margin-bottom: 0;
}
#main .section2 li div p::before{
  content: "";
  width: 8px;
	height: 8px;
	background-color: #ffd0b0;
  margin-right: 14px;
  border-radius: 8px;
  flex-shrink: 0;
  position: relative;
  top: 9px;
}
#main .section3{
  margin-bottom: 0;
}
#main .section3 .tabbox>div{
  width: 210px;
	height: 60px;
	background-color: #ffffff;
	border: solid 1px #602600;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 18px;
	color: #602600;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all .3s;
}
#main .section3 .tabbox>div:hover{
  background: #ff6e0d;
  transition: all .3s;
}
#main .section3 .tabbox>div.active{
  background: #ff6e0d;
	border: solid 1px #ff6e0d;
  color: #ffffff;
  transition: all .3s;
}

#main .section3 .content{
  border: solid 1px #602600;
  padding: 25px 40px;
}
#main .section3 .part{
  margin-top: 40px;
}
#main .section3 .part:nth-child(1){
  margin-top: 0;
}
#main .section3 .part .st{
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
	line-height: 22px;
	color: #333333;
  margin-bottom: 20px;
  position: relative;
}

#main .section3 .part .st::before{
  content: "";
  width: 6px;
	height: 24px;
	background-color: #ff6e0d;
	border-radius: 3px;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
#main .section3 .part1>p{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	line-height: 28px;
	color: #666666;
  margin-bottom: 25px;
}
#main .section3 .part1 .how{
  align-items: stretch;
}
#main .section3 .part1 .how>div{
  width: 500px;
	height: auto;
	background:#ffffff url(../img/fangan_bg.png) no-repeat;
  background-size:auto 100%;
  background-position: right center;
	border-radius: 10px;
  padding: 26px 0 26px 39px;
}
#main .section3 .part1 .how>div:nth-child(1){
  padding-left: 39px;
  padding-right: 30px;
}
#main .section3 .part1 .how>div>p{
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
	line-height: 22px;
	color: #000000;
  position: relative;
  display: inline-block;
  z-index: 1;
}
#main .section3 .part1 .how>div>p::after{
  content: "";
  width: 100%;
  height: 10px;
	background-color: #ff6e0d;
	border-radius: 5px;
	opacity: 0.2;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
}
#main .section3 .part1 .how .txt{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	line-height: 28px;
	color: #333333;
  margin-top: 28px;
}
#main .section3 .part1 .how .txt b{
  font-weight: normal;
  font-family: "AlibabaPuHuiTiBold";
}
#main .section3 .part1 .other>div{
  margin-top: 21px;
  align-items: stretch;
  padding-right: 30px;
}
#main .section3 .part1 .other>div>div{
  width: auto;
  max-width: 220px;
}
#main .section3 .part1 .other>div>div:nth-child(2){
  margin-left: 14px;
}
#main .section3 .part1 .other>div .b{
  width: auto;
	height: 36px;
	background-color: #ff6e0d;
	border-radius: 18px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 15px;
	color: #ffffff;
  margin-bottom: 15px;
  padding: 0 5px;
}
#main .section3 .part1 .other>div p{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
	line-height: 20px;
	color: #333333;
}

#main .section3 .part2 .s-content{
  height: auto;
	background-color: #fff2e9;
	border-radius: 10px;
  padding: 20px;
  align-items: stretch;
}
#main .section3 .part2 .require{
  width: 630px;
	background-color: #ffffff;
	border-radius: 12px;
  padding: 30px 23px;
}
#main .section3 .part2 .require>div{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	line-height: 16px;
	color: #333333;
  align-items: last baseline;
  margin-top: 27px;
}
#main .section3 .part2 .require>div::before{
  content: "";
  width: 8px;
	height: 8px;
	background-color: #ff6e0d;
  margin-right: 14px;
  flex-shrink: 0;
  border-radius: 8px;
  position: relative;
  top: -4px;
}
#main .section3 .part2 .require>div:nth-child(1){
  margin-top: 0;
}
#main .section3 .part2 .require>div span{
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
	line-height: 22px;
	color: #000000;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  flex-shrink: 0;
}
#main .section3 .part2 .require>div.other{
  margin-top: 15px;
  position: relative;
  line-height: 22px;
  padding-left: 22px;
}
#main .section3 .part2 .require>div.other::before{
  position: absolute;
  left: 0;
  top: 8px;
}
#main .section3 .part2 .require>div.other span{
  display: block;
  width: 182px;
  margin-bottom: 10px;
}
#main .section3 .part2 .require>div span::after{
  content: "";
  width: 90%;
  height: 8px;
	background-color: #ffdfb9;
	border-radius: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#main .section3 .part2 .require>p{
  margin-top: 27px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	line-height: 16px;
	color: #999999;
}
#main .section3 .part2 .right {
  width: 350px;
	background-color: #ffffff;
	border-radius: 12px;
  padding: 17px 20px;
  position: relative;
}
#main .section3 .part2 .right ul{
  flex-wrap: wrap;
}
#main .section3 .part2 .right  li{
  height: 28px;
	background-color: #f2f2f2;
	border-radius: 14px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 14px;
	color: #999999;
  padding: 0 18px;
  margin-bottom: 10px;
}
#main .section3 .part2 .right>div{
	width: 165px;
	height: 46px;
	background-image: linear-gradient(0deg, 
		#ffd301 0%, 
		#ffe146 100%);
	border-radius: 23px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	color: #000000;
  position: absolute;
  bottom: 15px;
  right: 30px;
  cursor: pointer;
}
#main .section3 .part3 li{
  width: 260px;
	height: 280px;
	background-color: #fff2e9;
	border-radius: 12px;
  margin-right: 30px;
}
#main .section3 .part3 li:last-child{
  margin-right: 0 !important;
}
#main .section3 .part3 li .top{
  width: 260px;
	height: 80px;
	background: url(../img/univercity_bg.png) no-repeat;
  background-size: 100%;
	border-radius: 12px;
  padding: 18px 0 0 0;
  margin-bottom: 16px;
  text-align: center;
}
#main .section3 .part3 li.other .top{
  background-size: auto 100%;
  width: 100%;
  background-color: #ff6e0d;
  background-position: right center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .section3 .part3 li .top p:nth-child(1){
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
	line-height: 21px;
	color: #ffffff;
  margin-bottom: 11px;
}
#main .section3 .part3 li .top p:nth-child(2){
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	line-height: 15px;
	color: #ffffff;
}
#main .section3 .part3 li .txt{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	line-height: 20px;
	color: #333333;
  padding: 0 30px 0 16px;
}
#main .section3 .part3 li .txt p{
  margin-bottom: 16px;
  align-items: flex-start;
}
#main .section3 .part3 li .txt p::before{
  content: "";
  width: 8px;
	height: 8px;
	background-color: #ffd0b0;
  border-radius: 8px;
  position: relative;
  top: 6px;
  flex-shrink: 0;
  margin-right: 8px;
}
#main .section3 .part3 li .txt p:last-child{
  margin-bottom: 0;
}
#main .section3 .part3 ul{
  align-items: stretch;
  overflow-x: auto;
  padding-bottom: 10px;
}
/* 滚动槽 */
#main .section3 .part3 ul::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}

#main .section3 .part3 ul::-webkit-scrollbar-track {
  background:#ff6e0d2a ;
}

/* 滚动条滑块 */
#main .section3 .part3 ul::-webkit-scrollbar-thumb {
  background: #ffa56a ;
}
#main .section3 .part3 li.other{
  width: 499px;
  margin-right: 40px;
  height: auto;
  padding: 20px 40px;
}
#main .section3 .part3 li.other .t{
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 22px;

}

#main .section3 .part3 li.other .list{
  flex-wrap: wrap;
}
#main .section3 .part3 li.other .list span{
  min-width: 50%;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  line-height: 30px;
}
#main .section3 .part3 li.other .list span:nth-child(2n){
  padding-left: 40px;
}
#main .section3 .part3 .btnbox>div{
  font-size: 16px;
  height: 46px;
  width: 165px;
}

#main .section3 .part4 .s-content{
  height: auto;
	background:#ff6e0d url(../img/fee.png) no-repeat;
  background-size:auto 100%;
  background-position: center right;
	border-radius: 10px;
  padding: 20px;
  align-items: stretch;
  min-height: 190px;
}
#main .section3 .part4 .left{
  width: 460px;
  flex-wrap: wrap;
}
#main .section3 .part4 .left li{
  width: 220px;
	height: 80px;
	background-color: #fff2e9;
	border-radius: 6px;
  text-align: center;
  padding-top: 10px;
	color: #000000;
}
#main .section3 .part4 .left li.other{
  width: 100%;
  padding-top: 0;
}
#main .section3 .part4 .left li:nth-child(1),
#main .section3 .part4 .left li:nth-child(2){
  margin-bottom: 10px;
}
#main .section3 .part4 .left li:last-child{
  background-color: #602600;
	color: #ffffff;
}
#main .section3 .part4 .left li>p{
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
	line-height: 22px;
  margin-bottom: 5px;
}
#main .section3 .part4 .left li .txt{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	line-height: 20px;
}
#main .section3 .part4 .left li.other p{
  margin-bottom: 0;
}
#main .section3 .part4 .right{
  position: relative;
  width: calc(100% - 499px);
}
#main .section3 .part4 .right p{
  height: 36px;
	background-color: #ffffff;
	border-radius: 18px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
	color: #ff6e0d;
  position: absolute;
}
#main .section3 .part4 .right p:nth-child(1){
  width: 290px;
  top: 0;
  left: 0;
}
#main .section3 .part4 .right p:nth-child(2){
  width: 214px;
  top: 49px;
  left: 30px;
}
#main .section3 .part4 .right p:nth-child(3){
  width: 165px;
  top: 39px;
  right: 51px;
}
#main .section3 .part4 .right p:nth-child(4){
  width: 236px;
  top: 91px;
  right: 37px;
}
#main .section3 .part4 .right>div{
  width: 165px;
	height: 46px;
	background-image: linear-gradient(0deg, 
		#ffd301 0%, 
		#ffe146 100%);
	border-radius: 23px;
  font-size: 16px;
  font-family: "AlibabaPuHuiTiMedium";
	color: #000000;
  position: absolute;
  bottom: 0;
  left: 16px;
  cursor: pointer;
}
#main .section3 .part5>div{
  margin: 0 auto 40px;
}
#main .section3 .part5>div span{
  width: auto;
	height: 36px;
	background-color: #ff6e0d;
	border-radius: 18px;
  color: #ffffff;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  padding: 0 20px;
  line-height: 36px;
}
#main .section3 .part5 ul{
  flex-wrap: wrap;
}
#main .section3 .part5 li{
  width: 220px;
	height: 140px;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 2px #ffcca9;
  text-align: center;
  padding-top: 25px;
  margin-right: 52px;
  margin-top: 20px;
  position: relative;
}
#main .section3 .part5 li:last-child::after{
  display: none;
}
#main .section3 .part5 li::after{
  content: "";
  width: 26px;
  height: 29px;
  background: url(../img/next.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
#main .section3 .part5 li:nth-child(1),
#main .section3 .part5 li:nth-child(2),
#main .section3 .part5 li:nth-child(3),
#main .section3 .part5 li:nth-child(4){
  margin-top: 0;
}
#main .section3 .part5 li:nth-child(4n){
  margin-right: 0;
}
#main .section3 .part5 li:nth-child(4n)::after{
  display: none;
}
#main .section3 .part5 li>p{
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
	line-height: 22px;
	color: #000000;
}
#main .section3 .part5 li .txt{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	line-height: 24px;
	color: #666666;
  margin-top: 15px;
}
#main .section3 .part5 .swiper-slide>div{
  margin-bottom: 40px;
}
#main .section3 .part5 .remark{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	line-height: 16px;
	color: #999999;
  margin-top: 25px;
}
#main .section3 .formsection{
  align-items: flex-end;
  margin-top: 13px;
}
#main .section3 .formsection .couns{
  flex-wrap: wrap;
  width: 436px;
  height: 282px;
  background: url(../img/couns.png) no-repeat;
  background-size: 100%;
  background-position: top;
  padding: 133px 50px 16px;
  flex-shrink: 0;

}
#main .section3 .formsection .couns li{
  min-width: 84px;
	height: 38px;
	background-color: #602600;
	border-radius: 18px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
	color: #ffffff;
  padding: 0 23px;
}
#main .section3 .formsection .couns li:nth-child(6){
  margin-right: 30px;
}
#main .section3 .formsection .couns li:nth-child(1),
#main .section3 .formsection .couns li:nth-child(7){
  margin-left: 15px;
}
#main .section3 .formsection .formbox{
  width: 620px;
	height: 230px;
	background-color: #ff6e0d;
	border-radius: 10px;
  margin-left: -20px;
  padding: 20px 30px 0;
	color: #ffffff;
}
#main .section3 .formsection .formbox p:nth-child(1){
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
	line-height: 24px;
}
#main .section3 .formsection .formbox p:nth-child(2){
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	line-height: 16px;
  margin: 10px 0 19px;
}
#main .section3 .formsection .formbox form{
  flex-wrap: wrap;
}
#main .section3 .formsection .formbox .item{
  width: 180px;
	height: 50px;
  overflow: hidden;
  position: relative;
}
#main .section3 .formsection .formbox .item.mar{
  margin-bottom: 10px;
}
#main .section3 .formsection .formbox input,
#main .section3 .formsection .formbox select{
  width: 100%;
  height: 100%;
  padding-left: 15px;
	background-color: #ffffff;
}
#main .section3 .formsection .formbox .select::after{
  content: "";
  border: 6px solid #000000;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#main .section3 .formsection .formbox .submit{
  width: 180px;
	height: 50px;	background-image: linear-gradient(0deg, 
  #ffd301 0%, 
  #ffe146 100%);
border-radius: 25px;
  font-family: "AlibabaPuHuiTiMedium";
font-size: 20px;
	color: #000000;
  cursor: pointer;
}
@font-face {
  font-family: "AvantiBold";
  src: url(https://www.igo.cn/zt/gaokao_product/font/AvantiBold.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(https://www.igo.cn/zt/gaokao_product/font/Alibaba-PuHuiTi-Bold_0.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(https://www.igo.cn/zt/gaokao_product/font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(https://www.igo.cn/zt/gaokao_product/font/Alibaba-PuHuiTi-Medium.ttf);
}

