* {
  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;
  width: 100%;
  background: #e7f2ff url(../img/main_bg.png) no-repeat;
  background-position: center bottom;
}
#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;
}

@font-face {
  font-family: "AlibabaPuHuiTiBlack";
  src: url(https://www.igo.cn/zt/Star_Path/font/AlibabaPuHuiTi-Black.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(https://www.igo.cn/zt/Star_Path/font/Alibaba-PuHuiTi-Bold_0.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(https://www.igo.cn/zt/Star_Path/font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(https://www.igo.cn/zt/Star_Path/font/Alibaba-PuHuiTi-Medium.ttf);
}
@font-face {
  font-family: "LogoSCUnboundedSans";
  src: url(../font/LogoSCUnboundedSans.ttf);
}
@font-face {
  font-family: "AvantiBold";
  src: url(../font/AvantiBold.ttf);
}
.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;
}
#main .pr {
  position: relative;
}

#main .po {
  position: absolute;
}

#main .po_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#main .samebtn {
  width: 179px;
  height: 50px;
  background-color: #ff43ab;
  border-radius: 25px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}
#main .banner {
  width: 100%;
  height: 638px;
  background: url(../img/banner.jpg) no-repeat;
  background-position: center;
}
#main .banner .content {
  width: 1200px;
  margin: 0 auto;
  padding: 307px 0 0 564px;
}

#main .banner .samebtn {
  margin-bottom: 18px;
}
#main article {
  min-width: 1200px;
  margin-top: -97px;
}
#main article .content {
  font-family: "AlibabaPuHuiTiRegular";
  width: 1200px;
  margin: 0 auto;
}

#main .samePart {
  margin-top: 74px;
}

#main .samePart .title {
  align-items: flex-start;
  height: 48px;
  margin-bottom: 40px;
}

#main .samePart .title > div {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 50px;
  color: #00499e;
  margin-left: 13px;
  margin-right: 5px;
  line-height: 48px;
  background: linear-gradient(
    to bottom,
    #0075ff 50%,
    #00499e 50%
  ); /* 渐变颜色 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main .samePart .icon {
  background: url(../img/css_sprites.png) no-repeat;
}
#main .samePart .icon.icon1 {
  width: 70px;
  height: 86px;
  background-position: -0px -0px;
}
#main .samePart .icon.icon2 {
  width: 79px;
  height: 93px;
  background-position: -70px -0px;
}
#main .samePart .icon.icon3 {
  width: 83px;
  height: 79px;
  background-position: -149px -0px;
}
#main .samePart .icon.icon4 {
  width: 81px;
  height: 78px;
  background-position: -232px -0px;
}
#main .samePart .icon.icon5 {
  width: 70px;
  height: 90px;
  background-position: -313px -0px;
}
#main .samePart .icon.icon6 {
  width: 83px;
  height: 79px;
  background-position: -383px -0px;
}
#main .samePart .icon.icon7 {
  width: 85px;
  height: 77px;
  background-position: -466px -0px;
}
#main .samePart .icon.icon8 {
  width: 70px;
  height: 78px;
  background-position: -551px -0px;
}
#main .samePart .icon.icon9 {
  width: 78px;
  height: 75px;
  background-position: -621px -0px;
}
#main .samePart .icon.icon10 {
  width: 66px;
  height: 66px;
  background-position: -699px -0px;
}
#main .samePart .icon.icon11 {
  width: 66px;
  height: 66px;
  background-position: -765px -0px;
}

#main .samePart .btnbox {
  margin-top: 50px;
}
#main .samePart .btnbox > div {
  width: 260px;
  height: 66px;
  border-radius: 66px;
}
#main .samePart .btnbox > div:nth-child(2) {
  margin-left: 30px;
}
#main .intr{
  margin-top: 0;
}
#main .intr .content {
  height: 160px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 117, 255, 0.03);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#main .intr .content > em {
  width: 55px;
  height: 10px;
  background-color: #0075ff;
  border-radius: 0px 0px 10px 0px;
  position: absolute;
  top: 0;
  left: 0;
}
#main .intr p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  color: #666666;
  padding-left: 33px;
}
#main .intr p span {
  font-family: "AlibabaPuHuiTiBold";
  color: #333333;
}
#main .intr .samebtn {
  width: 130px;
  position: absolute;
  bottom: 20px;
  right: 30px;
}

#main .section1 li {
  width: 280px;
  height: 188px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 117, 255, 0.03);
  border-radius: 10px;
  padding: 19px 25px 0;
}
#main .section1 li > div {
  width: 230px;
  height: 46px;
  background-color: #0075ff;
  font-family: "AlibabaPuHuiTiBold";
  border-radius: 23px;
  color: #ffffff;
  margin-bottom: 20px;
}

#main .section1 li p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}
#main .section1 li span {
  font-family: "AlibabaPuHuiTiBold";
  color: #333333;
}
#main .section2 .list > div {
  margin-right: 10px;
  overflow: hidden;
}
#main .section2 .list > div:last-child {
  margin-right: 0;
}
#main .section2 .flag {
  width: 50px;
  height: 420px;
  background-color: #0075ff;
  box-shadow: 0px 0px 30px 0px rgba(0, 117, 255, 0.03);
  border-radius: 10px;
  flex-direction: column;
  padding: 0 15px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  letter-spacing: 2px;
  color: #ffffff;
  padding-top: 42px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

#main .section2 .scontent {
  width: 670px;
  height: 420px;
  position: relative;
  z-index: 1;
}
.fade-in {
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from { left: -670px; }
  to { left: 0; }
}
#main .section2 .scontent::before,
#main .section2 .scontent::after {
  content: "";
  width: 330px;
  height: 100%;
  box-shadow: 0px 0px 30px 0px rgba(0, 117, 255, 0.03);
  border-radius: 10px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  z-index: -1;
}
#main .section2 .scontent::before {
  left: 0;
}
#main .section2 .scontent::after {
  right: 0;
}
#main .section2 .scontent .same {
  padding-top: 80px;
  width: 100%;
  height: 420px;
  align-items: stretch;
  position: relative;
}
#main .section2 .st {
  width: 435px;
  height: 46px;
  background-color: #0075ff;
  border-radius: 23px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
}

#main .section2 .st p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
#main .section2 .st span {
  width: 68px;
  height: 68px;
  background-color: #e7f2ff;
  border-radius: 68px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 40px;
  color: #0075ff;
}
#main .section2 .same li {
  border-bottom: 1px solid #e6f1ff;
  padding-bottom: 10px;
  padding-top: 10px;
}
#main .section2 .same li:last-child {
  border-bottom: none;
}
#main .section2 .same li .left,
#main .section2 .same li .right {
  width: 330px;
  padding-left: 25px;
}
#main .section2 .same li .left{
  margin-right: 10px;
}
#main .section2 .same li .right {
  padding-right: 20px;
}
#main .section2 .same li .left > p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  position: relative;
  flex-shrink: 0;
  margin-right: 23px;
  z-index: 1;
}

#main .section2 .same li .left > p::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #ffe957;
  border-radius: 4px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#main .section2 .same li .left {
  padding-right: 37px;
}
#main .section2 .same li b {
  font-weight: normal;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 14px;
  color: #000000;
  display: block;
  line-height: 14px;
  margin-bottom: 5px;
}
#main .section2 .same li div p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
#main .section3 {
  padding: 53px 0 89px 0;
  background: url(../img/bg.png) repeat;
  background-position: top center;
}
#main .section3 .tabbox > div {
  width: 120px;
  height: 60px;
  background-color: #0075fe;
  border-radius: 8px 8px 0px 0px;
  font-size: 18px;
  color: #ffffff;
  font-family: "AlibabaPuHuiTiMedium";
  cursor: pointer;
}
#main .section3 .tabbox > div.active{
  background-color: #ffffff;
  color: #0075fe;
}

#main .section3 .tabcontent {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 117, 255, 0.03);
  border-radius: 0px 0px 10px 10px;
  padding: 30px 38px;
}
#main .section3 .sbox {
  margin-bottom: 30px;
}
#main .section3 .sbox > p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 32px;
}
#main .section3 .sbox > p::before {
  content: "";
  width: 8px;
  height: 24px;
  background-color: #0075ff;
  border-radius: 4px;
  margin-right: 13px;
}
#main .section3 .sbox1 ul{
  align-items: stretch;
}
#main .section3 .sbox1 li {
  width: 260px;
  height: auto;
  background: linear-gradient(to bottom, #82bbff, #ffffff);
  border-radius: 12px 12px 0px 0px;
  padding: 4px;
  overflow: hidden;
}
#main .section3 .sbox1 li > div {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ecf5ff, #ffffff);
  border-radius: 12px;
  padding-top: 20px;
}

#main .section3 .sbox1 li p:nth-child(1) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 18px;
  margin-bottom: 10px;
}

#main .section3 .sbox1 li p:nth-child(2) {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  padding: 0 25px;
}

#main .section3 .sbox2 .fee {
  height: 138px;
  background-color: #eaf4ff;
  border-radius: 6px;
  padding: 20px 0 20px 17px;
}
#main .section3 .sbox2 .icon {
  margin-right: 17px;
}
#main .section3 .sbox2 .hlong {
  min-width: 220px;
  margin-right: 27px;
}

#main .section3 .sbox2 .fee p:nth-child(1) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 10px;
}
#main .section3 .sbox2 .fee p:last-child {
  font-size: 14px;
  color: #333333;
}
#main .section3 .sbox2 .hmuch p:nth-child(2) {
  font-size: 14px;
  font-family: "AlibabaPuHuiTiMedium";
  margin-bottom: 10px;
  line-height: 20px;
}
#main .section3 .sbox3 {
  margin-bottom: 40px;
}

#main .section3 .sbox3 p.t {
  font-family: "LogoSCUnboundedSans";
  font-size: 30px;
  line-height: 30px;
  color: #0075ff;
  margin-bottom: 33px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#main .section3 .sbox3 p.remark{
  font-size: 14px;
  position: relative;
  top: -26px;
  color: #0075ff7a;
}
#main .section3 .sbox3 p.t em {
  font-family: "AvantiBold";
  font-size: 60px;
  line-height: 50px;
  color: #d3e7ff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  bottom: 0;
}
#main .section3 .sbox3 .project{
  align-items: stretch;
  flex-wrap: wrap;
}
#main .section3 .sbox3 .project>div:nth-child(3),
#main .section3 .sbox3 .project>div:nth-child(4){
  margin-top: 20px;
}
#main .section3 .sbox3 > div > div {
  width: 550px;
  height: auto;
  background-color: #eaf4ff;
  border-radius: 6px;
  padding: 47px 10px;
}
#main .section3 .sbox3 .other {
  background-color: #ffebf6;
}

#main .section3 .sbox3 .other .t {
  color: #ff43ab;
}
#main .section3 .sbox3 .other .remark{
  color: #ff43ab63;
}
#main .section3 .sbox3 .other .t em {
  color: #ffd4eb;
}
#main .section3 .sbox3 .fit {
  padding: 0 0 0 48px;
}
#main .section3 .sbox3 .fit >div{
  align-items: flex-start;
  margin-bottom: 14px;
}

#main .section3 .sbox3 .fit >div:last-child{
  margin-bottom: 0;
}
#main .section3 .sbox3 .fit  .span {
  min-width: 80px;
  background-color: #c7e2ff;
  border-radius: 60px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  flex-shrink: 0;
  margin-right: 27px;
  padding: 5px 8px;
}
#main .section3 .sbox3 .fit p {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
}
#main .section3 .sbox3 .other .fit .span{
  background-color: #ffc7e5;
}
#main .section3 .sbox3 .detail {
  margin-top: 32px;
  align-items: flex-start;
}
#main .section3 .sbox3 .detail > div {
  width: 260px;
  height: auto;
  background: linear-gradient(to bottom, #c6e0ff, transparent);
  border-radius: 12px 12px 0px 0px;
  padding: 20px 20px 0;
}

#main .section3 .sbox3 .detail p.b {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  text-align: left;
  margin-top: 8px;
}
#main .section3 .sbox3 .detail p.b:nth-child(1) {
  margin-top: 0;
  text-align: center;
  line-height: 24px;
}
#main .section3 .sbox3 .detail p {
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}
#main .section3 .sbox3 .other .detail > div {
  background: linear-gradient(to bottom, #ffcde8, transparent);
}
#main .section3 .sbox3 .other .detail.fr{
  flex-wrap: wrap;
}
#main .section3 .sbox3 .other .detail.fr > div:nth-child(1){
  width: 100%;
  margin-bottom: 10px;
}
#main .section3 .btnbox {
  margin-top: 0;
}

#main .section4 .title {
  margin-bottom: 106px;
}
#main .section4 .guihua {
  align-items: flex-start;
  height: 472px;
  background: url(../img/guihua.png) no-repeat;
  background-position: bottom right;
  padding-right: 20px;
}

#main .section4 ul{
  padding-top: 144px;
  padding-left: 42px;
}
#main .section4 li{
  width: 406px;
	height: 60px;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px 0px 
		rgba(0, 117, 255, 0.03);
	border-radius: 10px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
	color: #666666;
  padding-left: 15px;
  margin-bottom: 28px;
}
#main .section4 li:nth-child(2){
  margin-left: 119px;
}
#main .section4 li:nth-child(3){
  margin-left: 26px;
}
#main .section4 li span{
  width: 35px;
	height: 35px;
	background-color: #0075ff;
  border-radius: 35px;
  margin-right: 18px;
	color: #ffffff;
}
#main .section4 .formbox {
  width: 460px;
  height: 527px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 117, 255, 0.03);
  border-radius: 10px;
  position: relative;
  top: -48px;
  padding: 33px 32px 0;
}
#main .section4 .formbox p{
  font-family: "AlibabaPuHuiTiBold";
  font-size: 30px;
	line-height: 30px;
	color: #333333;
}
#main .section4 .formbox p::before,
#main .section4 .formbox p::after{
  content: "";
	width: 90px;
	height: 1px;
	background-color: #333333;
	border-radius: 1px;
}
#main .section4 .formbox .tags{
  flex-wrap: wrap;
  margin: 19px 0 21px 0;
}
#main .section4 .formbox .tags>div{
  font-size: 14px;
	color: #333333;
  height: 35px;
	background-color: #d3e7ff;
	border-radius: 18px;
  padding: 0 15px;
  margin-right: 8px;
  margin-bottom: 8px;
}
#main .section4 .formbox .tags>div.o{
  background-color: #ffe2f2;
}

#main .section4 .formbox .item{
  width: 392px;
	height: 50px;
	background-color: #eaf4ff;
	border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
}
#main .section4 .formbox .item input,
#main .section4 .formbox .item select{
  font-size: 14px;
	color: #333333;
  padding-left: 10px;
  width: 100%;
  height: 100%;
	background-color: #eaf4ff;
  color: #7e7e7e;
}
#main .section4 .formbox .item input::placeholder{
  color: #7e7e7e;
}
#main .section4 .formbox .item.select::after{
  content: "";
  border: 8px solid #2d88f6;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;

}
#main .section4 .formbox .item.mar{
  margin-bottom: 22px;
}
#main .section4 .formbox .samebtn{
  width: 260px;
	height: 66px;
  border-radius: 66px;
  margin: 0 auto;
  font-size: 20px;
}



#main .section5 {
  background: url(../img/pinxuan.png) repeat;
  padding: 40px 0;
}

#main  .pinxuanswiper .swiper-container {
  width: 1200px;
  margin: 0 auto;
}

#main  .pinxuanswiper .swiper-slide {
  align-items: stretch;
}

#main  .pinxuanswiper .swiper-slide>img {
  width: 360px;
  margin-right: 60px;
  flex-shrink: 0;
}

#main  .pinxuanswiper .swiper-slide .right {
  padding-top: 76px;
}

#main  .pinxuanswiper .swiper-slide .right img {
  width: 350px;
  margin-right: 19px;
}

#main  .pinxuanswiper .swiper-slide .swiper-logo {
  margin-bottom: 78px;
}

#main  .pinxuanswiper .swiper-slide .swiper-logo p {
  width: 250px;
  height: 40px;
  background-image: linear-gradient(90deg,
      transparent 0%,
      #1b7eff 100%);
  border-radius: 19px;
  font-size: 18px;
  color: #ffffff;
  padding-right: 18px;
}

#main  .pinxuanswiper .swiper-slide h4 {
  font-family: 'AlibabaPuHuiTiBlack';
  font-size: 40px;
  font-weight: normal;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 45px;
}

#main  .pinxuanswiper .swiper-slide h4 em {
  font-size: 16px;
}

#main  .pinxuanswiper .swiper-slide .txt {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}

#main  .pinxuanswiper .swiper-button-next {
  width: 32px;
  height: 44px;
  background: url(https://www.igo.cn/zt/59edu/img/pincuanarrow.png) no-repeat;
  transform: scale(.8);
  transition: all .2s;
}

#main  .pinxuanswiper .swiper-button-next:hover {
  transform: scale(1);
  transition: all .2s;
}


#main .navBox{
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 50px;
  background-color: #fff;
  border-radius: 50px;
  align-items: stretch;
  overflow: hidden;
  z-index: 10;
  display: none;
}
#main .navBox.fixed{
  display: flex;
}
#main .navBox>div{
  font-family: 'AlibabaPuHuiTiRegular';
  flex-grow: 1;
  font-size: 20px;
  cursor: pointer;
}
#main .navBox>div.active{
  background-color: #0075fe;
  color: #ffffff;
  border-radius: 50px;
}