* {
  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: url(../img/bg.jpg) repeat-y;
  background-position: center;
}

#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;
  display: none;
}
/*
::-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);
}
#main .banner {
  width: 100%;
  height: 668px;
  background: url(../img/banner.jpg) no-repeat;
  background-position: top center;
}
article {
  min-width: 1250px;
  margin-top: -94px;
  position: relative;
  z-index: 2;
}
article .center {
  margin: 0 auto;
}
#main .section {
  margin: 0 auto 80px;
}
#main .section .stitle {
  width: 1228px;
  height: 98px;
  background: url(../img/new/title1.png) no-repeat;
  background-size: 100%;
  margin-bottom: 20px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 26px;
  font-style: italic;
  color: #5619cc;
  padding-left: 120px;
  line-height: 26px;
  padding-top: 25px;
}
#main .section1 {
  width: 1200px;
  height: 354px;
  background: url(../img/reason.png) no-repeat;
  background-size: 100%;
  position: relative;
  box-shadow: 0px 10px 15px 0px rgba(47, 11, 231, 0.5);
  border-radius: 12px;
}
#main .section1 .sectionbtn {
  width: 260px;
  height: 60px;
  background-image: linear-gradient(0deg, #ff2312 0%, #ff7112 100%);
  border-radius: 30px;
  position: absolute;
  left: 50px;
  bottom: 30px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
}
#main .section1 .sectionbtn:hover:after {
  content: "";
  width: 80px;
  height: 140px;
  position: absolute;
  left: -150px;
  top: -36px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(255, 255, 255, 0.667),
    rgba(0, 0, 0, 0)
  );
  transform: rotateZ(45deg);
  animation: scratchy 2s infinite ease-in;
}

@keyframes scratchy {
  0% {
    left: -150px;
  }

  25% {
    left: 450px;
  }

  100% {
    left: 450px;
  }
}

#main .section2 .zts {
  width: 1200px;
}
#main .section2 .zts > div {
  width: 380px;
  height: 400px;
  background: url(../img/new/ad31.png) no-repeat;
  background-size: 100%;
  box-shadow: 0px 10px 15px 0px rgba(47, 11, 231, 0.5);
  border-radius: 12px;
  position: relative;
  top: 0;
  transition: all 0.3s;
  cursor: pointer;
  padding-top: 268px;
  padding-right: 37px;
}

#main .section2 .zts > div:nth-child(1) {
  background: url(../img/new/shinway_service.png) no-repeat;
  background-size: 100%;
}
#main .section2 .zts > div:nth-child(2) {
  background-image: url(../img/new/10days_camp.png);
}
#main .section2 .zts > div:hover {
  top: -8px;
  transition: all 0.3s;
}
#main .section2 .zts > div > p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  text-align: end;
  margin-bottom: 6px;
}
#main .section2 .zts > div > p:nth-child(2){
  margin-bottom: 0;
}
#main .section2 .zts > div > p.bt {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 23px;
  line-height: 23px;
  color: #000000;
}
#main .section2 .zts > div .txt{
  	font-size: 14px;
	line-height: 14px;
	color: #4d4d4d;
  text-align: end;
  margin-top: 10px;
}
#main .section2 .zts > div .txt p{
  margin-bottom: 4px;
}
#main .section3 .stitle {
  background-image: url(../img/new/title2.png);
}
#main .section3 .content {
  width: 1228px;
  height: 1669px;
  background: url(../img/highlight.png) no-repeat;
  background-size: 100%;
  position: relative;
}
#main .section3 .content > div {
  position: absolute;
  width: 120px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 24px;
  border: solid 2px #9488fc;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
#main .section3 .content > div:hover {
  background: #9488fc;
  transition: all 0.3s;
}
#main .section3 .content .sbtn1 {
  left: 428px;
  top: 423px;
}
#main .section3 .content .sbtn2 {
  right: 132px;
  top: 776px;
}
#main .section3 .content .sbtn3 {
  left: 428px;
  top: 1013px;
}
#main .section3 .content .sbtn4 {
  right: 132px;
  top: 1317px;
}
#main .section3 .content .sbtn5 {
  left: 428px;
  top: 1528px;
}
#main .section4 .stitle {
  background-image: url(../img/new/title3.png);
}
#main .section4 .content {
  width: 1200px;
  height: 630px;
  background: url(../img/expos_bg.png) no-repeat;
  background-size: 100%;
  align-items: flex-start;
  box-shadow: 0px 10px 15px 0px rgba(47, 11, 231, 0.5);
  border-radius: 12px;
}
#main .section4 .left {
  width: 660px;
  flex-shrink: 0;
  padding: 47px 15px 0;
}
#main .section4 ul {
  width: 100%;
  flex-wrap: wrap;
  padding-right: 20px;
}
#main .section4 li {
  width: 16.66%;
  height: 78px;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  text-align: center;
  margin-top: 44px;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
#main .section4 li:nth-child(1),
#main .section4 li:nth-child(2),
#main .section4 li:nth-child(3),
#main .section4 li:nth-child(4),
#main .section4 li:nth-child(5),
#main .section4 li:nth-child(6) {
  margin-top: 0;
}
#main .section4 li::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #eeeeee;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
#main .section4 li:nth-child(6n)::after,
#main .section4 li:last-child:after {
  border-radius: 0 4px 4px 0;
}
#main .section4 li:nth-child(6n + 1)::after {
  border-radius: 4px 0 0 4px;
}
#main .section4 li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #cccccc;
  border-radius: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
}
#main .section4 li.active {
  font-family: "AlibabaPuHuiTiBold";
  color: #ff5412;
}
#main .section4 li.outtime {
  color: #d9d9d9;
}
#main .section4 li.outtime.active {
  color: #818181;
}
#main .section4 li:hover::before,
#main .section4 li.active::before {
  background-color: #ff5412;
}
#main .section4 li.outtime:hover::before,
#main .section4 li.outtime.active::before {
  background-color: #818181;
}
#main .section4 .right {
  padding: 35px 20px 0;
}
#main .section4 .top {
  width: 500px;
  height: 278px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}
#main .section4 .top .past {
  background: no-repeat;
  background-size: 100%;
  height: 180px;
  background-position: center;
  border-radius: 10px;
}
#main .section4 .top .detail {
  height: 98px;
  align-items: stretch;
}
#main .section4 .top .cityname {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 35px;
  line-height: 35px;
  width: 200px;
  background: url(../img/cityname.png) no-repeat;
  background-size: 100%;
  background-position: bottom center;
  color: #1f2871;
  flex-shrink: 0;
}
#main .section4 .top .addressbox {
  margin-left: -13px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
}
#main .section4 .top p {
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  padding-left: 35px;
  min-height: 26px;
}
#main .section4 .top #eduDate {
  background: url(../img/date.png) no-repeat;
  background-position: left center;
  margin-bottom: 8px;
}
#main .section4 .top #eduAddress {
  background: url(../img/address.png) no-repeat;
  background-position: 4px top;
  line-height: 20px;
}
#main .section4 .btm > p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 14px;
}
#main .section4 .btm .gifts {
  margin-bottom: 19px;
}
#main .section4 .btm .gifts > div {
  width: 100%;
  height: 130px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 18px 0 0 14px;
  align-items: flex-start;
  position: relative;
}
#main .section4 .btm .gifts p:nth-child(1) {
  width: 240px;
  height: 30px;
  background-color: #456cff;
  border-radius: 3px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}

#main .section4 .btm .gifts p:nth-child(2) {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 12px;
  line-height: 19px;
  color: #333333;
}
#main .section4 .btm .gifts img {
  position: absolute;
  right: 0;
  top: 11px;
}
#main .section4 form {
  flex-wrap: wrap;
}
#main .section4 form .item {
  width: 245px;
  height: 42px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 11px;
  position: relative;
}
#main .section4 form .item.select::after {
  content: "";
  border: 6px solid #787878;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 19px;
  right: 10px;
}
#main .section4 form .item input,
#main .section4 form .item select {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding-left: 10px;
  font-size: 14px;
  color: #999999;
}

#main .section4 form .submit {
  width: 245px;
  height: 42px;
  background-color: #5619cc;
  border-radius: 25px;
  margin-bottom: 11px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

#main .section5 .stitle {
  background-image: url(../img/new/title4.png);
}
#main .section5 .swiper-container {
  width: 1200px;
  padding-bottom: 48px;
}
#main .section5 .swiper-slide .img {
  width: 380px;
  height: 214px;
  /* background-color: #000000; */
  background-size: cover;
  box-shadow: 0px 10px 15px 0px rgba(47, 11, 231, 0.5);
  border-radius: 6px;
  border: solid 2px #bcb4ff;
  overflow: hidden;
}
#main .section5 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  opacity: 0.5;
  margin: 7px;
}
#main .section5 .swiper-pagination-bullet-active {
  width: 60px;
  height: 15px;
  background-color: #ff5412;
  border-radius: 7px;
  opacity: 1;
}
#main .ztlayout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
}

#main .ztlayout .ztlayout_box {
  width: 685px;
  height: 480px;
  background: #3d7de7;
  background-size: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#main .ztlayout .ztlayout_box::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: url(../img/lay.jpg) no-repeat;
  background-size: 100%;
  background-position-y: -40px;
  background-position-x: center;
  top: 0;
  left: 0;
  z-index: -1;
}
#main .ztlayout > div {
  position: fixed;
  top: 47%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#main .ztlayout .ztlayout_box .ztform {
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 94px 20px 21px;
  height: 100%;
  background: linear-gradient(190deg, transparent, transparent, #ffffff 35%);
}

#main .ztlayout .part {
  margin-bottom: 17px;
  flex-wrap: wrap;
}

#main .ztlayout .part > b {
  width: 100%;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 16px;
  display: block;
  line-height: 18px;
  border-left: 5px solid #461adf;
  padding-left: 10px;
  margin-bottom: 13px;
  font-weight: normal;
}

#main .ztlayout ul.radio_box {
  width: 100%;
  flex-wrap: wrap;
  padding-left: 0.5rem;
}

#main .ztlayout ul.radio_box li {
  margin-right: 0.4rem;
  font-size: 14px;
  color: #404040;
  margin-right: 30px;
  cursor: pointer;
}

#main .ztlayout ul.radio_box2 li {
  margin-right: 14px;
}

#main .ztlayout ul.radio_box2 li:last-child {
  margin-right: 0;
}

#main .ztlayout ul.radio_box li.mar {
  margin-top: 0;
}

#main .ztlayout ul.radio_box li em {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 5px 0px rgb(139 139 139 / 53%);
  margin-right: 8px;
  border-radius: 15px;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
}

#main .ztlayout ul.radio_box li.active em::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #ff5412;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  box-sizing: border-box;
}

#main .ztlayout .ztlayout_box .item {
  width: 209px;
  height: 45px;
  position: relative;
  margin-bottom: 10px;
  align-items: stretch;
  border: solid 1px #d9d9d9;
  overflow: hidden;
  float: left;
}

#main .ztlayout .ztlayout_box .item.canNot {
  width: 49%;
}

#main .ztlayout .ztlayout_box .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.4rem;
  width: 0.5rem;
}

#main .ztlayout .ztlayout_box .item.yzm span {
  width: 40%;
  text-align: center;
  background-color: #0f3787;
  color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 14px;
}

#main .ztlayout .ztlayout_box input,
#main .ztlayout .ztlayout_box select {
  width: 100%;
  padding-left: 0.3rem;
  height: 100%;
  background-color: #ffffff;
  font-size: 14px;
  color: #b3b3b3;
}

#main .ztlayout .ztlayout_box select {
  background: #ffffff url(https://www.igo.cn/zt/62edu/img/arrow.png) no-repeat;
  background-size: 10px;
  background-position: calc(100% - 14px) center;
}

#main .ztlayout .ztlayout_box input::placeholder {
  color: #b3b3b3;
}

#main .ztlayout .ztlayout_box .edubtn {
  width: 186px;
  height: 49px;
  background: #5619cc;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
}

#main .ztlayout .ztlayout_box p {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #8b8b8b;
}

#main .ztlayout .ztlayout_box .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: url(../img/close.png) no-repeat;
  background-size: 45%;
  background-position: center;
}
@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);
}
