* {
  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: #080f23 url(../img/banner.png) no-repeat;
  background-position: top center;
  padding-top: 638px;
  z-index: 1;
  padding-bottom: 80px;
}
#main::after{
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1375px;
  background: #080f23 url(../img/btm.jpg) no-repeat;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#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(../font/AlibabaPuHuiTi-Black.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(../font/Alibaba-PuHuiTi-Bold_0.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(../font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(../font/Alibaba-PuHuiTi-Medium.ttf);
}
@font-face {
  font-family: "kuaikanshijieti";
  src: url(../font/kuaikanshijieti.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 .intr {
  width: 1223px;
  height: 378px;
  background: url(../img/intr_bg.png) no-repeat;
  background-size: 100%;
  margin: 0 auto 60px;
  padding-left: 62px;
}
#main .intr .t {
  width: 334px;
  height: 69px;
  background: url(../img/big_t.png) no-repeat;
  font-family: "AlibabaPuHuiTiBlack";
  background-size: 100%;
  padding-bottom: 7px;
  font-size: 35px;
  line-height: 40px;
  color: #0e2841;
  margin-bottom: 19px;
}
#main .intr .tags {
  margin-bottom: 19px;
}
#main .intr .tags > div {
  width: 216px;
  height: 45px;
  background-color: #080f23;
  border-radius: 22px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 20px;
  color: #ffffff;
  margin-right: 19px;
}
#main .intr > p {
  font-size: 20px;
  font-family: "AlibabaPuHuiTiRegular";
  line-height: 34px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 19px;
}

#main .intr li {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  color: #ffd2a4;
  padding-left: 27px;
  position: relative;
  margin-bottom: 25px;
}

#main .intr li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ffd2a4;
  border: solid 1px #000000;
  position: absolute;
  left: 0;
  top: 7px;
  box-sizing: border-box;
}
#main .intr li span {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  color: #ffffff;
  margin-left: 10px;
}
#main .bigTab {
  margin-bottom: 50px;
}
#main .bigTab > div {
  width: 388px;
  height: 80px;
  background-color: #393f4f;
  border-radius: 6px;
  border: solid 1px #ffcb9c;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 26px;
  line-height: 40px;
  color: #fcd5a9;
  box-sizing: border-box;
  cursor: pointer;
}
#main .bigTab > div.active {
  background-image: linear-gradient(140deg, #ffdaae 0%, #ffcb9c 100%),
    linear-gradient(#ffffff, #ffffff);
  color: #0e2841;
  font-size: 35px;
}
#main .bigTab > div:nth-child(2) {
  margin-left: 36px;
}

#main .content {
  width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 7px 0px 0px #d69a57;
  border-radius: 10px;
  padding: 45px 20px 20px;
}
#main .content>.tab_item{
  display: none;
}

#main .content>.tab_item.active{
  display: block;
}
#main .content .part {
  margin-bottom: 40px;
  padding: 0 20px;
}
#main .content .part > p {
  font-size: 30px;
  font-family: "AlibabaPuHuiTiBold";
  line-height: 30px;
  color: #0e2841;
  margin-bottom: 29px;
  position: relative;
}
#main .content .part > p span{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	line-height: 16px;
	color: #241d14;
	opacity: 0.5;
  position: absolute;
  right: 0;
}
#main .content .part > p::before {
  content: "";
  width: 8px;
  height: 30px;
  background-color: #0e2841;
  border-radius: 3px;
  margin-right: 17px;
}

#main .content .highlight li {
  width: 260px;
  height: 200px;
  background-color: #fcd5a9;
  box-shadow: inset 3px 4px 5px 0px rgb(247 183 113 / 81%);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#main .content .highlight li > div {
  width: 100%;
  height: 100%;
  padding-top: 25px;
}
#main .content .highlight .icon {
  height: 82px;
}
#main .content .highlight .icon > div {
  background: url(../img/css_sprites.png) no-repeat;
  margin: 0 auto;
}
#main .content .highlight li .hightlight1 {
  width: 77px;
  height: 76px;
  background-position: -360px -0px;
}
#main .content .highlight li .hightlight2 {
  width: 68px;
  height: 82px;
  background-position: -437px -0px;
}
#main .content .highlight li .hightlight3 {
  width: 81px;
  height: 76px;
  background-position: -505px -0px;
}
#main .content .highlight li .hightlight4 {
  width: 70px;
  height: 77px;
  background-position: -586px -0px;
}

#main .content .highlight li p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 26px;
  line-height: 26px;
  color: #205e85;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-top: 25px;
}
#main .content .highlight li p::after {
  content: "";
  position: absolute;
  width: 156px;
  height: 9px;
  background-color: #ffab32;
  border-radius: 4px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#main .content .highlight li .text {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  background-color: #205e85;
  position: absolute;
  top: 400px;
  left: 0;
  z-index: 2;
  padding: 0 17px;
  transition: all 0.2s;
}
#main .content .highlight li:hover .text {
  top: 0;
  transition: all 0.2s;
}

#main .fit li {
  width: 259px;
  height: 143px;
  background-color: #ffffff;
  box-shadow: 0px 5px 0px 0px rgba(214, 154, 87, 0.6);
  border-radius: 10px;
  border: solid 2px #ffdebd;
  padding: 19px 27px 0;
}
#main .fit li span {
  width: 146px;
  height: 40px;
  background-color: #1680a9;
  border-radius: 20px;
  margin: 0 auto 10px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
  color: #ffffff;
}
#main .fit li p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 15px;
  line-height: 24px;
  color: #808080;
  text-align: center;
}
#main .fit.other li{
  width: 260px;
  height: 64px;
}
#main .title {
  font-family: "kuaikanshijieti";
  font-size: 50px;
  line-height: 40px;
  color: #205e85;
  margin-bottom: 38px;
}
#main .min-tabbox {
  padding: 0 110px;
}
#main .min-tabbox > div {
  width: 300px;
  height: 80px;
  background-color: #ebebeb;
  border-radius: 12px 12px 0px 0px;
  font-family: "AlibabaPuHuiTiBlack";
  font-size: 30px;
  color: #0e2841;
  cursor: pointer;
}
#main .min-tabbox > div.active {
  background-color: #205e85;
  color: #ffffff;
}
#main .min-content {
}
#main .min-content .tab_item{
  display: none;
}
#main .min-content .tab_item.active{
  display: block;
}
#main .min-content .section1{
  background-color: #fff6ec;
  padding: 50px 20px;
  border-radius: 10px;
  margin-bottom: 80px;
}
#main .min-content .part {
  padding-left: 0;
  padding-right: 0;
}
#main .min-content .fangan {
  align-items: flex-start;
  position: relative;
}
#main .min-content .fangan > div {
  width: 550px;
  height: auto;
  background: #fcd5a9 url(../img/shanywayLogo.png) no-repeat;
  background-position: 187px 84px;
  box-shadow: inset 3px 4px 5px 0px rgb(255 188 114 / 75%);
  border-radius: 10px;
  padding: 25px 0 30px 30px;
  position: relative;
  overflow: hidden;
}
  #main .min-content .am > div{
    width: 100%;
  }
  #main .min-content .am .left{
    margin-right: 40px;
  }
  #main .min-content .am .left>div{
    width: 420px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 40px;
    padding-left: 40px;
  }
  #main .min-content .am .left>div:nth-child(1){
    margin-bottom: 15px;
  }
  #main .min-content .am .left span{
  font-family: "AlibabaPuHuiTiBlack";
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    position: relative;
    z-index: 1;
  }
  #main .min-content .am .left span::after{
    content: "";
    width: 54px;
    height: 10px;
    background-color: #ffab32;
    position: absolute;
    left: -3px;
    bottom: 0;
    z-index: -1;
  }
#main .min-content .fangan img {
  position: absolute;
  bottom: -87px;
  right: -35px;
}
#main .min-content .fangan .t {
  margin-bottom: 40px;
}
#main .min-content .fangan .t p {
  font-family: "AlibabaPuHuiTiBlack";
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  position: relative;
  z-index: 1;
}
#main .min-content .fangan .t p::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #ffab32;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: -1;
}
#main .min-content .fangan .text {
  margin-bottom: 30px;
}
#main .min-content .fangan .text:last-child {
  margin-bottom: 0;
}
#main .min-content .fangan .text > div ,
#main .min-content .am .left p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  line-height: 20px;
  color: #205e85;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
#main .min-content .am .left p {
  margin-bottom: 0;
  margin-left: 28px;
}
/* #main .min-content .fangan .text > div::after,
#main .min-content .am .left p::after {
  content: attr(data-text);
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  color: #205e85;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  text-shadow: 2px 0px 1px #205e85, -2px 0px 1px #205e85, 0px 2px 1px #205e85,
    0px -2px 1px #205e85;
} */
#main .min-content .fangan .text p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  color: #205e85;
  line-height: 26px;
}
#main .min-content .fangan .text p span {
  font-family: "AlibabaPuHuiTiBold";
}

#main .min-content .fangan ul{
  position: absolute;
  bottom: -10px;
  left: 0;
  flex-wrap: wrap;
  width: 550px;
}
#main .min-content .fangan ul li ,
#main .min-content .am ul li{
  padding: 0 20px;
  height: 42px;
  background-color: #ffe9d1;
  border-radius: 20px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  color: rgba(36, 29, 20, 0.5);
  margin-bottom: 10px;
  margin-right: 15px;
}
#main .min-content .fangan ul li.b ,
#main .min-content .am ul li.b {
  background-color: #d1edff;
}
#main .min-content .fangan ul li.p ,
#main .min-content .am ul li.p {
  background-color: #ffd4d1;
}
#main .min-content .fangan ul.other,
#main .min-content .am ul {
  width: 100%;
  position: relative;
  bottom: 0;
  margin-top: 30px;
}
#main .min-content .fangan ul.other1{
  width: 550px;
  position: relative;
  bottom: 0;
}
#main .min-content .univercity {
  flex-wrap: wrap;
  margin-bottom: 33px;
  height: 273px;
  overflow: hidden;
  padding-top: 30px;
}
#main .min-content .univercity.show{
  height: auto;
}
#main .min-content .univercity li {
  width: 360px;
  height: 239px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 2px #fcd5a9;
  padding: 0 30px;
  position: relative;
  margin-top: 60px;
  margin-right: 15px;
}
#main .min-content .univercity li:nth-child(3n){
  margin-right: 0;
}
#main .min-content .univercity li:nth-child(1),
#main .min-content .univercity li:nth-child(2),
#main .min-content .univercity li:nth-child(3){
  margin-top: 0;
}
#main .min-content .univercity li > p {
  width: 300px;
  height: 60px;
  background: url(../img/univercity_bg.png) no-repeat;
  background-size: 100%;
  box-shadow: 0px 3px 0px 0px rgba(255, 189, 130, 0.6);
  border-radius: 6px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  color: #080f23;
  margin: -30px auto 23px;
}
#main .min-content .univercity li > p.hidden{
  opacity: 0;
}
#main .min-content .univercity li > div {
  margin-bottom: 14px;
}
#main .min-content .univercity li .left {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  line-height: 24px;
  color: #205e85;
}
#main .min-content .univercity li .left span {
  font-size: 18px;
  font-family: "AlibabaPuHuiTiMedium";
  display: block;
}
#main .min-content .univercity li .slogo {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border: solid 2px #fcd5a9;
  border-radius: 100px;
  flex-shrink: 0;
  overflow: hidden;
}
#main .min-content .univercity li .slogo img{
  width: 100%;
}
#main .min-content .univercity li .zixun {
  width: 160px;
  height: 46px;
  background-color: #ffab32;
  border-radius: 22px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #000000;
  cursor: pointer;
}
#main .min-content .univercity li em {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #000000;
  opacity: 0.2;
  position: absolute;
  right: 48px;
  bottom: 33px;
}
#main .min-content .more img{
  cursor: pointer;
}
#main .guihua {
  padding: 0 20px;
}
#main .guihua > div {
  margin-bottom: 50px;
}
#main .guihua > div:last-child {
  margin-bottom: 0;
}
#main .guihua .left {
  width: 181px;
  font-family: "AlibabaPuHuiTiBlack";
  font-size: 26px;
  line-height: 36px;
  color: #205e85;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin-right: 20px;
}

#main .guihua .left span {
  font-size: 140px;
  font-style: italic;
  line-height: 103px;
  color: #205e85;
  opacity: 0.2;
  position: absolute;
  bottom: 10px;
  left: 18px;
}
#main .guihua .left::after {
  content: "";
  width: 153px;
  height: 10px;
  background-color: #ffab32;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
}
#main .guihua > div:nth-child(2) .left::after {
  width: 181px;
}
#main .guihua .major,
#main .detail,
#main .guihua .qz {
  width: 100%;
}
#main .guihua .major li{
  margin-right: 14px;
}
#main .guihua .major li:last-child{
  margin-right: 0;
}
#main .guihua .major p {
  text-align: center;
  font-size: 17px;
  font-family: "AlibabaPuHuiTiMedium";
  line-height: 28px;
  height: 56px;
  color: #333333;
  margin-top: 10px;
}

#main .guihua .qz li {
  height: 76px;
  box-shadow: 0px 2px 0px 0px rgba(255, 189, 130, 0.6);
  border-radius: 6px;
  background: url(../img/univercity_bg.png) no-repeat;
  background-size: 100% 100%;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  line-height: 26px;
  color: #080f23;
}
#main .guihua .qz li:nth-child(1) {
  width: 244px;
}
#main .guihua .qz li:nth-child(2) {
  width: 339px;
}

#main .guihua .qz li:nth-child(3) {
  width: 132px;
}
#main .guihua .qz li:nth-child(4) {
  width: 150px;
}
#main .detail {
  align-items: flex-start;
}
#main .detail .icon {
  background: url(../img/css_sprites.png) no-repeat;
  margin: 0 auto;
}
#main .detail .icon.detail_icon1 {
  width: 90px;
  height: 90px;
  background-position: -0px -0px;
}
#main .detail .icon.detail_icon2 {
  width: 90px;
  height: 90px;
  background-position: -90px -0px;
}
#main .detail .icon.detail_icon3 {
  width: 90px;
  height: 90px;
  background-position: -180px -0px;
}
#main .detail .icon.detail_icon4 {
  width: 90px;
  height: 90px;
  background-position: -270px -0px;
}
#main .detail .icon.detail_icon5 {
  width:90px;
  height:90px;
  background-position:  -656px -0px;
}
#main .detail p:nth-child(2) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  margin-top: 13px;
  margin-bottom: 15px;
  text-align: center;
}
#main .detail p:nth-child(3) {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  line-height: 24px;
  color: #808080;
}
#main .aiform {
  width: 100%;
  height: 325px;
  background: url(../img/AI-form.png) no-repeat;
  background-size: 100%;
  padding: 86px 30px 0 445px;
  margin-bottom: 40px;
}
#main .aiform p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 24px;
}
#main .aiform form {
  flex-wrap: wrap;
  position: relative;
}
#main .aiform form .item {
  width: 210px;
  height: 50px;
  overflow: hidden;
  background-color: #ffffff;
  margin: 0 10px 10px 0;
  position: relative;
}
#main .aiform form .item input,
#main .aiform form .item select {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding-left: 13px;
}
#main .aiform form .item.select::after {
  content: "";
  border: 5px solid #000000;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#main .aiform form .item.yzm span {
  height: 50px;
  background-color: #080f23;
  font-size: 14px;
  padding: 0 5px;
  flex-shrink: 0;
  color: #ffffff;
}
#main .aiform form .submit {
  /* width: 110px;
  height: 110px;
  position: absolute;
  border-radius: 110px;
  right: 0;
  top: 0; */
  width: 210px;
  height: 50px;
  font-family: "AlibabaPuHuiTiMedium";
  background-color: #ffac33;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 50px;
}
#main .line > ul {
  flex-wrap: wrap;
}
#main .line li {
  width: 220px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 2px #fcd5a9;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #080f23;
  margin-right: 15px;
  margin-top: 15px;
  position: relative;
}

#main .line li:nth-child(1),
#main .line li:nth-child(2),
#main .line li:nth-child(3),
#main .line li:nth-child(4),
#main .line li:nth-child(5) {
  margin-top: 0;
}
#main .line li:nth-child(5n) {
  margin-right: 0;
}
#main .line li:after {
  content: "";
  width: 26px;
  height: 29px;
  background: url(../img/next.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -23px;
  z-index: 1;
}
#main .line li:nth-child(5):after,
#main .line li:nth-child(6)::before {
  content: "";
  width: 26px;
  height: 29px;
  top: auto;
  background: url(../img/next.png) no-repeat;
  background-size: 100%;
  position: absolute;
  transform: translateX(-50%) rotateZ(90deg);
  right: auto;
  left: 50%;
  bottom: -25px;
  z-index: 1;
}
#main .line li:nth-child(6):after,
#main .line li:nth-child(7):after,
#main .line li:nth-child(8):after,
#main .line li:nth-child(9):after {
  background-image: url(../img/prev.png);
}
#main .line li:nth-child(10)::after,
#main .line li:last-child:after {
  display: none;
}
#main .samebtm .title{
  margin-bottom: 20px;
}
#main .samebtm>p{
  font-family: "AlibabaPuHuiTiRegular";
	font-size: 24px;
	line-height: 40px;
	color: #666666;
    text-align: center;
    margin-bottom: 35px;
}
#main .samebtm .service li {
  width: 180px;
	height: 160px;
  border-radius: 6px;
  background: url(https://www.igo.cn/zt/evaluation_platform/img/service_1.png)
    no-repeat;
  background-size:cover;
  overflow: hidden;
}

#main .samebtm .service li:nth-child(2) {
  background-image: url(https://www.igo.cn/zt/evaluation_platform/img/service_2.png);
}

#main .samebtm .service li:nth-child(3) {
  background-image: url(https://www.igo.cn/zt/evaluation_platform/img/service_3.png);
}

#main .samebtm .service li:nth-child(4) {
  background-image: url(https://www.igo.cn/zt/evaluation_platform/img/service_4.png);
}

#main .samebtm .service li:nth-child(5) {
  background-image: url(https://www.igo.cn/zt/evaluation_platform/img/service_5.png);
}

#main .samebtm .service li:nth-child(6) {
  background-image: url(https://www.igo.cn/zt/evaluation_platform/img/service_6.png);
}

#main .samebtm .service li .txt {
  width: 180px;
  position: relative;
}

#main .samebtm .service li p.t {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 24px;
	line-height: 34px;
  color: #ffffff;
  padding: 12px 0;
  text-align: center;
}

#main .samebtm .service li p:nth-child(2) {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: 100%;
  height: 0;
  background-color: #205e85;
  opacity: 0.9;
  overflow: hidden;
  transition: all 0.3s;
  text-align: center;
}

#main .samebtm .service li:hover p:nth-child(2) {
  height: 70px;
  transition: all 0.3s;
}

#main .samebtm {
  margin-top: 80px;
}

#main .samebtm .group {
  margin-top: 40px;
  align-items: flex-start;
}

#main .samebtm .group > img {
  flex-shrink: 0;
  margin-right: 46px;
}
#main .samebtm .group .right {
  width: 100%;
}
#main .samebtm .group .top {
  width: 100%;
  padding-top: 13px;
  align-items: flex-start;
  padding-right: 34px;
  margin-bottom: 14px;
}

#main .samebtm .group .top .txt > div {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 24px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 20px;
}

#main .samebtm .group .top .txt > div span {
  font-size: 24px;
  line-height: 24px;
  color: #205e85;
  margin-right: 10px;
  display: inline-block;
}

#main .samebtm .group .top .txt > div span em {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 40px;
  line-height: 40px;
  color: #205e85;
}

#main .samebtm .group .top .txt p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  line-height: 26px;
  color: #999999;
}
#main .samebtm .group ul {
  flex-wrap: wrap;
  margin-left: -25px;
}
#main .samebtm .group li {
  min-width: 233px;
  height: 129px;
  background: url(../img/li.png) no-repeat;
  padding: 41px 0 0 46px;
  margin-left: -65px;
  position: relative;
  z-index: 3;
}
#main .samebtm .group li:nth-child(5),
#main .samebtm .group li:nth-child(6),
#main .samebtm .group li:nth-child(7) {
  margin-top: -35px;
}
#main .samebtm .group li:nth-child(1),
#main .samebtm .group li:nth-child(5) {
  margin-left: 0;
}
#main .samebtm .group li p:nth-child(1) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 24px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 10px;
}
#main .samebtm .group li p:nth-child(2) {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
  line-height: 14px;
  color: #808080;
}
#main .schs{
  margin-bottom: 70px;
}
#main .schs .tab3{
  width: 360px;
	height: 80px;
	background-color: #ededed;
	border-radius: 12px 12px 0px 0px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 30px;
	color: #333333;
}
#main .schs .tab3:nth-child(2){
  margin-left: 20px;
}
#main .schs .tab3.active{
  background-color: #205e85;
  color: #ffffff;
}
#main .schs .tablebox{
	background-color: #fff6ec;
	border-radius: 10px;
  padding: 30px;
}
#main .schs .table{
  overflow: hidden;
  border-radius: 10px;
  display: none;
}
#main .schs .table.active{
  display: block;
}
#main .schs th{
  height: 70px;
	background-color: #1680a9;
  font-size: 24px;
  font-family: "AlibabaPuHuiTiBold";
	color: #ffffff;
  width: 50%;
  line-height: 21px;
}
#main .schs  th:nth-child(1){
  border-right: 1px solid #ffe9d0;
}
#main .schs th span{
  font-size: 16px;
}

#main .schs td{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	color: #666666;
  height: 60px;
  border-bottom: 1px solid #ffe9d0;
  border-right: 1px solid #ffe9d0;
  background: #ffffff;
  width: 25%;
}
#main .schs td.br{
  border-right: none;

}
#main .schs td.o{
  opacity: 0;
  border: none;
}
#main .schs .table2 th:nth-child(1){
  width: 33.33%;
}
#main .schs .table2 td{
  width: auto;
}
#main .schs .table2 td:nth-child(1){
  width: 33.33%;
}
#main .schs .table2 td:last-child{
  width: 200px;
}
#main .schs .tableBtn{
  margin-top: 22px;
}
#main .schs .tableBtn>span{
  width: 200px;
  height: 46px;
  background-color: #ffab32;
  border-radius: 22px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #000000;
  cursor: pointer;
}
#main .schs .tableBtn>span:nth-child(2){
  margin-left: 20px;
}