* {
  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: "AlibabaPuHuiTiRegular";
  position: relative;
  width: 100%;
  background: #ffffff url(../img/banner.png) no-repeat;
  background-position: top center;
  padding-top: 450px;
}

#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;
}

table td {
  word-break: break-all;
  word-wrap: break-word;
}

/* ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
} */

.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;
}

.dis-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.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);
}
article {
  min-width: 1200px;
  background: #f4f5ff;
  padding-bottom: 80px;
}
#main .samepart {
  padding-top: 80px;
  width: 1200px;
  margin: 0 auto;
}
#main .title {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 50px;
  line-height: 50px;
  color: #3d51b8;
  margin-bottom: 50px;
}
#main .title img {
  margin: 0 15px;
}

#main .samebtn {
  width: 128px;
  height: 35px;
  background-color: #eaed20;
  border-radius: 17px;
  font-size: 16px;
  color: #000000;
  font-family: "AlibabaPuHuiTiBold";
  cursor: pointer;
}
#main .samebtn:last-child {
  margin-left: 10px;
}
#main .title img:last-child {
  transform: rotateY(180deg);
}
#main .section1 .title {
  margin-bottom: 93px;
}
#main .section1 li {
  width: 280px;
  height: 200px;
  background-color: #d4e2ff;
  border-radius: 12px;
  position: relative;
}
#main .section1 .icon {
  width: 140px;
  height: 140px;
  background-color: #ffffff;
  border: solid 5px #d4e2ff;
  border-radius: 140px;
  margin: -40px auto 20px;
}

#main .section1 .icon > div {
  background: url(../img/css_sprites.png) no-repeat;
}
#main .section1 #icon1 {
  width: 60px;
  height: 76px;
  background-position: -0px -0px;
}
#main .section1 #icon2 {
  width: 59px;
  height: 71px;
  background-position: -60px -0px;
}
#main .section1 #icon3 {
  width: 60px;
  height: 67px;
  background-position: -119px -0px;
}
#main .section1 #icon4 {
  width: 57px;
  height: 67px;
  background-position: -179px -0px;
}
#main .section1 li p {
  font-size: 20px;
  line-height: 30px;
  color: #1a1a1a;
  text-align: center;
}

#main .section1 li:hover p {
  color: #ffffff;
}
#main .section1 li:hover p:nth-child(2) {
  display: none;
}
#main .section1 li p:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  font-size: 18px;
  opacity: 0;
}
#main .section1 li:hover {
  background-color: #5889ff;
}
#main .section1 li:hover .icon {
  border: solid 5px #5889ff;
  display: none;
}
#main .section1 li:hover p:last-child {
  opacity: 1;
}
#main .section2 .counsTab {
  height: 70px;
  align-items: flex-start;
}
#main .section2 .counsTab > div {
  width: 180px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 8px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 26px;
  color: #808080;
  transition: all 0.3s;
}
#main .section2 .counsTab > div:hover,
#main .section2 .counsTab > div.active {
  height: 70px;
  background-color: #d4e2ff;
  border-radius: 12px 12px 0px 0px;
  color: #3d51b8;
  transition: all 0.3s;
}
#main .section2 .bigcontent {
  padding: 30px 20px;
  background-color: #d4e2ff;
  border-radius: 0 0 12px 12px;
}
#main .section2 .bigcontent .section > div {
  margin-bottom: 40px;
}
#main .section2 .bigcontent .section  > div:last-child {
  margin-bottom: 0;
}

#main .section2 .st {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  color: #3d51b8;
  margin-bottom: 24px;
}
#main .section2 .st::before {
  content: "";
  width: 8px;
  height: 25px;
  background-color: #3d51b8;
  border-radius: 3px;
  margin-right: 14px;
}
#main .section2 .advantage .info {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 25px;
}
#main .section2 .advantage .info>div{
  margin-bottom: 15px;
}
#main .section2 .advantage .info>div:last-child{
  margin-bottom: 0;
}
#main .section2 .advantage p:nth-child(1) {
  width: 360px;
  height: 60px;
  background-color: #d4e2ff;
  border-radius: 29px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  color: #333333;
  padding: 0 30px;
  margin-right: 15px;
  flex-shrink: 0;
}
#main .section2 .advantage p:last-child {
  font-size: 16px;
  color: #333333;
}
#main .section2 .planbox{
  display: none;
}
#main .section2 .ukplan > div {
  align-items: stretch;
}
#main .section2 .ukplan .left {
  width: 500px;
  height: 370px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 26px;
}
#main .section2 .ukplan .left .txt:first-child {
  margin-bottom: 30px;
}
#main .section2 .ukplan .left .b {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
#main .section2 .ukplan .left .b::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #d4e2ff;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#main .section2 .ukplan .left p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
#main .section2 .ukplan .right {
  width: 640px;
  background-color: #ffffff;
  border-radius: 6px;
  padding-top: 20px;
}
#main .section2 .ukplan .right .t {
  height: 50px;
  width: 140px;
  background-color: #3d51b8;
  border-radius: 0 24px 24px 0;
  text-align: center;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 50px;
  color: #ffffff;
  margin-bottom: 14px;
}
#main .section2 .ukplan .right ul {
  align-items: stretch;
  padding: 0 28px;
}
#main .section2 .ukplan .right p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
#main .section2 .ukplan .right li {
  width: 50%;
  padding: 0 20px;
}
#main .section2 .ukplan .right li:first-child {
  border-right: 1px solid #ebebeb;
}
#main .section2 .ukplan .right li > p {
  margin-bottom: 18px;
}
#main .section2 .ukplan .right li > p span {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  position: relative;
  z-index: 1;
}
#main .section2 .ukplan .right li > p span::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #d4e2ff;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#main .section2 .ukplan .right li .txt p:first-child {
  margin-bottom: 6px;
}
#main .section2 .ukplan .right .samebtnbox {
  margin-top: 15px;
}
#main .section2 .ausplan > div {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 23px;
  align-items: flex-start;
}
#main .section2 .ausplan > div p:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 15px;
}
#main .section2 .ausplan > div p:nth-child(1)::after {
  content: "";
  width: 105%;
  height: 10px;
  background-color: #d4e2ff;
  border-radius: 4px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#main .section2 .ausplan > div p:last-child {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
}
#main .section2 .canplan .ages {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 20px;
  align-items: stretch;
}
#main .section2 .canplan .ages li {
  width: 360px;
}
#main .section2 .canplan .ages .top {
  width: 360px;
  height: 130px;
  background-color: #f4f5ff;
  border-radius: 10px;
  padding-top: 24px;
  margin-bottom: 37px;
}
#main .section2 .canplan .ages .top > p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
#main .section2 .canplan .ages .top .txt {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 15px;
  line-height: 15px;
  color: #333333;
  padding-left: 30px;
}
#main .section2 .canplan .ages .top .txt p:nth-child(1) {
  margin-bottom: 8px;
}
#main .section2 .canplan .ages .top .txt span {
  font-family: "AlibabaPuHuiTiMedium";
  margin-left: 15px;
  color: #666666;
}
#main .section2 .canplan .ages .btm > p:nth-child(1) span {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}
#main .section2 .canplan .ages .btm > p:nth-child(1) span::after {
  content: "";
  width: 105%;
  height: 10px;
  background-color: #d4e2ff;
  border-radius: 4px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#main .section2 .canplan .ages .btm > p:nth-child(2) {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  padding: 0 10px;
  margin-bottom: 15px;
}
#main .section2 .canplan .ossd {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 20px;
  align-items: stretch;
  margin-top: 20px;
}
#main .section2 .canplan .ossd > p:nth-child(1) {
  font-size: 20px;
  font-family: "AlibabaPuHuiTiBold";
  line-height: 20px;
  z-index: 1;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}
#main .section2 .canplan .ossd > p:nth-child(1)::after {
  content: "";
  width: 105%;
  height: 10px;
  background-color: #d4e2ff;
  border-radius: 4px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#main .section2 .canplan .ossd > p:nth-child(2) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
  line-height: 28px;
  color: #4d4d4d;
  margin-bottom: 30px;
}
#main .section2 .canplan .ossd ul {
  align-items: stretch;
  padding: 0 50px;
  margin-bottom: 50px;
}
#main .section2 .canplan .ossd li {
  width: 271px;
}
#main .section2 .canplan .ossd li > div {
  width: 285px;
  height: 60px;
  background-color: #d4e2ff;
  font-family: "AlibabaPuHuiTiBold";
  border-radius: 29px;
  font-size: 20px;
  color: #333333;
  margin: 0 auto 20px;
}
#main .section2 .canplan .ossd li > p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-align: center;
}
#main .section2 .canplan .service {
  padding: 0 40px;
  position: relative;
}
#main .section2 .canplan .service::after {
  content: "";
  position: absolute;
  left: 0;
  top: 41px;
  width: 100%;
  height: 3px;
  background-color: #d4e2ff;
  border-radius: 1px;
  z-index: 1;
}
#main .section2 .canplan .service p:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 50px;
  position: relative;
}
#main .section2 .canplan .service p:nth-child(1)::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #5889ff;
  border: solid 2px #ffffff;
  box-sizing: border-box;
  position: absolute;
  bottom: -31px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 16px;
  z-index: 2;
}
#main .section2 .canplan .service p:nth-child(2) {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  height: 72px;
  text-align: center;
}
#main .section2 .sgpplan li {
  width: 280px;
  height: 424px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 28px 8px 17px;
}
#main .section2 .sgpplan li > p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 30px;
  color: #3d51b8;
  text-align: center;
  margin-bottom: 23px;
  padding-bottom: 22px;
  position: relative;
}
#main .section2 .sgpplan li > p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 45px;
  height: 6px;
  background-color: #d4e2ff;
  border-radius: 3px;
  transform: translateX(-50%);
}
#main .section2 .sgpplan li .txt {
  overflow-y: scroll;
  height: 280px;
  padding: 0 5px 0 10px;
}
#main .section2 .sgpplan li .txt::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

#main .section2 .sgpplan li .txt::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

#main .section2 .sgpplan li .txt::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
#main .section2 .sgpplan li .txt > div {
  margin-bottom: 10px;
}
#main .section2 .sgpplan li .txt > div:last-child {
  margin-bottom: 0;
}
#main .section2 .sgpplan li .txt p {
  font-size: 15px;
  color: #666666;
}
#main .section2 .sgpplan li .txt p:nth-child(1) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 15px;
  line-height: 15px;
  color: #000000;
  margin-bottom: 5px;
}
#main .section2 .gemplan .part1 {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 23px 30px;
  margin-bottom: 20px;
}
#main .section2 .gemplan .part1>div:nth-child(1){
	width: 100px;
	height: 100px;
	background-color: #3d51b8;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  color: #ffffff;
  flex-shrink: 0;
  border-radius: 100px;
  margin-right: 27px;
}
#main .section2 .gemplan .part1 .txt{
  	font-size: 16px;
	line-height: 26px;
	color: #666666;
}
#main .section2 .gemplan .part2>li{
  	width: 570px;
	height: 220px;
	background-color: #ffffff;
	border-radius: 6px;
  padding: 30px 37px 0;
}
#main .section2 .gemplan .part2 .t>p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
#main .section2 .gemplan .part2 .t>p::after {
  content: "";
  width: 105%;
  height: 10px;
  background-color: #d4e2ff;
  border-radius: 4px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#main .section2 .gemplan .part2 .txt p{
  	font-size: 16px;
	line-height: 26px;
	color: #666666;
}
#main .section2 .gemplan .samebtnbox{
  margin-top: 20px;
}
#main .section2 .gemplan .samebtn{
  width: 200px;
  height: 50px;
  border-radius: 50px;
}
#main .section2 .gemplan .samebtn:last-child{
  margin-left: 30px;
}
#main .section2 .school ul {
  width: 100%;
  align-items: stretch;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 40px;
}
#main .section2 .school ul::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}

#main .section2 .school ul::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #ffffff;
}

#main .section2 .school ul::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #3d51b8;
  cursor: pointer;
}
#main .section2 .school li {
  width: 320px;
  background-color: #ffffff;
  border-radius: 6px 20px 6px 6px;
  margin-right: 20px;
  padding: 25px 15px 70px;
  position: relative;
  flex-shrink: 0;
}
#main .section2 .school li:last-child{
  margin-right: 0;
}
#main .section2 .school li .top {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 14px;
}
#main .section2 .school li .top img {
  margin-right: 18px;
}
#main .section2 .school li .intr {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
#main .section2 .school .samebtnbox {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
#main .section2 .timeLine {
  margin-bottom: 0 !important;
}
#main .section2 .timeLine ul {
  position: relative;
  align-items: stretch;
}
#main .section2 .timeLine ul::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 1px;
  position: absolute;
  top: 39px;
  left: 0;
  z-index: 1;
}
#main .section2 .timeLine li {
  margin-right: 19px;
  flex-grow: 1;
}
#main .section2 .timeLine li:last-child {
  margin-right: 0;
}
#main .section2 .timeLine li>p:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  text-align: center;
  position: relative;
  margin-bottom: 48px;
}
#main .section2 .timeLine li>p:nth-child(1)::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #5889ff;
  border: solid 2px #ffffff;
  box-sizing: border-box;
  position: absolute;
  bottom: -29px;
  left: 50%;
  border-radius: 16px;
  transform: translateX(-50%);
  z-index: 2;
}
#main .section2 .timeLine li div{
  background-color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  padding: 10px;
  height: calc(100% - 68px);
  flex-direction: column;
  align-items: flex-start;
}
#main .section2 .formbox {
  align-items: flex-end;
}
#main .section2 .formbox .couns {
  width: 420px;
  height: 240px;
  background: url(../img/couns.png) no-repeat;
  background-size: 100%;
  flex-wrap: wrap;
  padding: 70px 43px 0 20px;
  align-content: center;
}
#main .section2 .formbox .couns li {
  padding: 0 20px;
  height: 38px;
  background-color: #5889ff;
  border-radius: 18px;
  font-size: 16px;
  color: #ffffff;
  margin-right: 10px;
  margin-bottom: 8px;
}
#main .section2 .formbox .ztform {
  width: 720px;
  height: 170px;
  background-color: #243fb4;
  border-radius: 10px;
}
#main .section2 .formbox form {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  padding: 22px 20px;
  position: relative;
}
#main .section2 .formbox form p {
  width: 100%;
  color: #ffffff;
}
#main .section2 .formbox form p:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  line-height: 24px;
}
#main .section2 .formbox form p:nth-child(2) {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  margin: 14px 0 22px;
}
#main .section2 .formbox form .item {
  width: 180px;
  height: 50px;
  overflow: hidden;
  background-color: #ffffff;
  margin-right: 10px;
}
#main .section2 .formbox form input {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding-left: 10px;
}
#main .section2 .formbox form .yzm span {
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  padding: 0 15px;
  flex-shrink: 0;
  height: 100%;
  cursor: pointer;
}
#main .section2 .formbox form .submit {
  width: 100px;
  height: 100px;
  background-color: #eaed20;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  border-radius: 100px;
  position: absolute;
  right: 20px;
  bottom: 21px;
  cursor: pointer;
}
@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(https://www.igo.cn/zt/gaokao_product/font/AlibabaPuHuiTiRegular.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: "AlibabaPuHuiTiMedium";
  src: url(https://www.igo.cn/zt/gaokao_product/font/Alibaba-PuHuiTi-Medium.ttf);
}
@font-face {
  font-family: "AvantiBold";
  src: url(https://www.igo.cn/study/product/font/AvantiBold.ttf);
}
