﻿.center {
  background: url(../img/banner.jpg) no-repeat;
  background-position: center;
  padding-top: 670px;
  height: 1246px;
  position: relative;
  z-index: 3;
}

.center_img {
  width: 920px;
  height: 506px;
  box-shadow: 0px 0px 30px 0px rgba(12, 125, 216, 0.5);
  border-radius: 6px;
  margin: 0 auto 0;
  position: relative;
}

.center_img .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 45px;
  padding: 0 10px;
  background-color: #dd6a48;
  border-radius: 0px 0px 6px 6px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 0px 6px 6px 6px;
}

.center_img .btn {
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 97px;
  background: url(../img/btn.png) no-repeat;
  background-size: 100%;
  font-size: 35px;
  font-weight: 700;
  color: #000000;
  cursor: pointer;
  padding-bottom: 31px;
}

.live_box {
  width: 1200px;
  background: #ffffff url(../img/form_bg.png) repeat-y;
  border-radius: 12px;
  padding-top: 33px;
  padding-bottom: 15px;
}

.live_box .live {
  padding-bottom: 0;
  padding: 0 29px;
  position: relative;
}

.live_box .live>img {
  position: absolute;
  left: 30px;
  top: -5px;
  z-index: 10;
  background-color: #ffffff;
  padding-right: 20px;
}

.live_box .live .more {
  position: absolute;
  top: -3px;
  right: 18px;
  font-size: 12px;
  background-color: #ffffff;
  padding-left: 10px;
  cursor: pointer;
  z-index: 4;
}

.live_box .live .more:hover {
  color: #ff234d;
}

.live_box .live .item_box {
  position: relative;
  overflow: hidden;
   overflow-x: scroll;
}

.live_box .live .loading {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.live_box .live .loading img {
  width: 100px;
  /*animation: spin infinite 2s;*/
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }



  100% {
    transform: rotate(360deg);
  }
}

.live_box .live .item_box {
  padding-bottom: 15px;
}

.live_box .live .item {
  width: 220px;
  padding-right: 15px;
  position: relative;
  flex-shrink: 0;
}

.live_box .live .item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #066adf;
}

.live_box .item a {
  width: 100%;
  flex-direction: column;
  color: #000000;
}

.live_box .live .item:last-child {
  margin-right: 0;
}

.live_box .live .item .time {
  width: 120px;
  font-size: 14px;
  color: #000000;
  margin-bottom: 15px;
  padding-top: 23px;
  position: relative;
  top: -2px;
}

.live_box .live .item:nth-child(1) a {
  align-items: flex-end;
}

.live_box .item .time::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #066adf;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%) rotateZ(45deg);
}

.live_box .item .img {
  width: 100%;
  height: 125px;
  background-color: #ebebeb;
  position: relative;
  overflow: hidden;
}

.live_box .item .img img {
  width: 100%;
  transition: all .2s;
}

.live_box .item .img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 23px;
  background: rgba(0, 0, 0, .8);
  border-radius: 0px 0px 4px 0px;
  font-size: 12px;
  color: #ffffff;
}

.live_box .item .img span i {
  width: 4px;
  height: 4px;
  background-color: #ff123f;
  margin-right: 4px;
}
.live_box .item .img span.out i{
  background-color: #09fb09;

}

.live_box .item .i_t {
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 20px;
  margin-top: 14px;
}

.live_box .item:hover p,
.live_box .item:hover .time {
  color: #ff234d;
}

.live_box .item .img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, .4), transparent);
  position: absolute;
  top: 0;
  left: 0;
}

.live_box .item:hover .img:after {
  background: none;
}

.live_box .all_live {
  padding: 0 29px;
}

.live_box h3 {
  margin-bottom: 5px;
  font-size: 22px;
}

.live_box h3 span {
  font-size: 12px;
  cursor: pointer;
  font-weight: normal;
}

.live_box h3 span:hover {
  color: #ff234d;
}

.live_box .all_live ul {
  flex-wrap: wrap;
  align-items: flex-start;
}

.live_box .all_live .item {
  width: 210px;
  margin-right: 21px;
  margin-top: 20px;
}

.live_box .all_live .item:nth-child(5n) {
  margin-right: 0;
}

.live_box .all_live .item .i_t {
  margin-top: 10px;
  margin-bottom: 4px;
}

.live_box .all_live .item .time {
  font-size: 14px;
  color: #000000;
  width: 100%;

}
.sch{
  margin-top: 112px;
}
.sch h2{
	width: 311px;
	height: 76px;
	background: url(../img/title_bg1.png) no-repeat;
  background-size: 100%;
  font-family: "AlimamaShuHeiTiBold";
  font-size: 34px;
	color: #593203;
  position: relative;
  z-index: 5;
  margin-left: 30px;
  padding-top: 7px;
}
.sch h2 span{
  position: absolute;
  top: -8px;
  right: -23px;
  width: 74px;
	height: 32px;
  background: url(../img/icon1.png) no-repeat;
  background-size: 100%;
  font-size: 26px;
	font-style: italic;
	color: #ffffff;
}
.sch_detail ul{
  margin-top: -46px;
  background-color: #ffffff;
	border-radius: 12px;
  padding: 76px 30px 30px;
}
.sch_detail li{
	height: 131px;
	background-color: #ffffff;
	border: solid 4px #eeeeee;
  padding-left: 38px;
  font-family: "PingFangSCBold";
}
.sch_detail li>a{
  width: 100%;
  height: 100%;
	color: #000000;
  position: relative;
}
.sch_detail li .sch_logo{
  width: 170px;
  margin-right: 50px;
  flex-shrink: 0;
}
.sch_detail li .sch_logo img{
  width: 100%;
}
.sch_detail li h3{
  font-size: 30px;
  font-weight: normal;
}
.sch_detail li h3 span{
  width: 50px;
	height: 24px;
	background-color: #ffac2f;
	border-radius: 3px;
  font-size: 16px;
  margin-left: 7px;
}
.sch_detail li p.eng{
  font-size: 18px;
}
.sch_detail li .ranking{
  width: auto;
  position: absolute;
  top: 0;
  right: 209px;
}
.sch_detail li .ranking>div{
  margin-right: 15px;
}
.sch_detail li .ranking p{
  width: 105px;
	height: 25px;
	background-color: #2f5adb;
  font-size: 14px;
  color: #ffffff;
}
.sch_detail li .ranking .num{
  width: 100%;
  height: 90px;
  background: url(../img/ranking.png) no-repeat;
  background-size: 100%;
  font-family: "AvantiBold";
  font-size: 35px;
	color: #042d9e;
  padding-bottom: 20px;
}
.sch_detail li  .btn_box{
  position: absolute;
  right: 29px;
}
.sch_detail li .btn{
  width: 140px;
	height: 40px;
	background-color: #ffd406;
	border-radius: 20px;
  font-size: 20px;
  cursor: pointer;
  transition: all .2s;
}
.sch_detail li .btn a{
  color: #000000;
}
.sch_detail li .btn:nth-child(1){
  margin-bottom: 10px;
}
.sch_detail li .btn:hover{
	background-color: #ffc627;
  transition: all .2s;

}
.sch_invited .content{
  min-height: 580px;
	background-color: #ffffff;
	border-radius: 12px;
  margin-top: -46px;
  padding: 80px 30px 30px;
}
.sch_invited ul{
  flex-wrap: wrap;
  align-items: flex-start;
  height: 338px;
  overflow: hidden;
}
.sch_invited li:nth-child(1),
.sch_invited li:nth-child(2),
.sch_invited li:nth-child(3),
.sch_invited li:nth-child(4),
.sch_invited li:nth-child(5){
  margin-top: 0;
}
.sch_invited li{
  width: 200px;
  margin-right: 28px;
  margin-top: 28px;
}
.sch_invited li a{
  color: #000000;
}
.sch_invited li:hover a{
  color: #f10000;
}
.sch_invited li:nth-child(5){
  margin-right: 0;
}
.sch_invited li .img{
	border: solid 4px #e5e5e5;
	height: 120px;
  overflow: hidden;
}
.sch_invited li img{
  width: 100%;
}
.sch_invited li p{
  font-size: 16px;
  line-height: 35px;
}
.sch_invited .sch_more{
  flex-direction: column;
  font-size: 16px;
	color: #999999;
  margin-top: 50px;
  cursor: pointer;
}
.sch_invited .sch_more img{
  margin-top: 15px;
}

.interview .content{
  height: 341px;
	background-color: #ffffff;
	border-radius: 12px;
  padding: 30px 59px 0;
  margin-top: -46px;
}
.interview ul{
  background: url(../img/lc_bg.png) no-repeat;
  background-size: 100%;
  background-position: top center;
  padding: 90px 0px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.interview ul::after{
  content: "";
  width: 100%;
  height: 6px;
	background-color: #456ce1;
	border-radius: 3px;
  position: absolute;
  top: 161px;
  left: 0;
  z-index: -1;
}
.interview ul li{
  width: 170px;
}
.interview ul h3{
  font-family: "PingFangSCBold";
  font-size: 20px;
	color: #042d9e;
  margin-top: 10px;
  margin-bottom: 15px;
}
.interview ul  p{
  font-size: 14px;
	line-height: 22px;
	color: #000000;
  text-align: center;
}
.btm_form {
  width: 100%;
  background: #ffffff url(../img/form_bg.png) repeat-y;
  border-radius: 12px;
  margin-top: 80px;
}

.btm_form h2 {
  width: 326px;
  font-size: 28px;
  background: url(../img/title_bg.png) no-repeat;
  background-size: 100%;
  padding-left: 25px;
  margin-bottom: 20px;
  height: 42px;
  position: relative;
  left: -25px;
}

.btm_form .content {
  border-radius: 5px;
  padding: 20px 50px 20px 50px;
}

.btm_form form {
  flex-wrap: wrap;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

.btm_form .item {
  margin-bottom: 20px;
  margin-right: 15px;
}

.btm_form .item:nth-child(3),
.btm_form .item:nth-child(6) {
  margin-right: 0;
}

.btm_form label {
  width: 84px;
  flex-shrink: 0;
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
  text-align: right;
}

.btm_form input,
.btm_form select {
  width: 260px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 40px;
  color: #b3b3b3;
  padding-left: 15px;
  border: solid 1px #cccccc;
}

.btm_form .item.question {
  width: 100%;
}

.btm_form .item.question label {
  width: 100%;
  flex-shrink: 1;
  text-align: left;
}

.btm_form .item.question input {
  width: 786px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 3px;
  flex-shrink: 0;
  border: solid 1px #cccccc;
}

.btm_form select {
  background: #ffffff url(../img/arrow.png) no-repeat;
  background-position: 96% center;
}

.btm_form input::placeholder {
  color: #b3b3b3;
}

.btm_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset !important;
}

.btm_form .btn {
  width: 260px;
  height: 40px;
  background-color: #ff403e;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-left: 94px;
}

.btm_form .remark p {
  color: #000000;
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px;
}

.btm_form .remark p:nth-child(1) {
  color: #000000;
  font-size: 14px;
  margin-bottom: 10px;
}

.btm_form .remark p .leyu {
  color: #ff403e;
  cursor: pointer;
  text-decoration: underline;
}

.sch_ziliao .content{
  background-color: #ffffff;
    border-radius: 12px;
    padding: 76px 59px 50px;
    margin-top: -46px;
    align-items: stretch;
}
.sch_ziliao .content>img{
  width: 239px;
  margin-right: 55px;
  flex-shrink: 0;
}
.sch_ziliao .content .right{
  width: 100%;
}
.sch_ziliao .content h4{
  color:   #042d9e;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 20px;
  margin-left: -22px;
}

.sch_ziliao .content .txt{
  background-color: #eaf3ff;
  border-radius: 5px;
  padding: 18px 20px;
}
.sch_ziliao .content .txt h5{
  font-size: 16px;
  margin-bottom: 10px;
}
.sch_ziliao .content .txt h5 img{
  margin-right: 10px;
}
.sch_ziliao .content .txt p{
  font-size: 14px;
  line-height: 30px;
  position: relative;
  padding-left: 15px;
}
.sch_ziliao .content .txt p::before{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #d5d5d5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sch_ziliao .content .btn_box{
  margin-top: 22px;
}
.sch_ziliao .content .btn {
  width: 290px;
  font-family: "PingFangSCBold";
  height: 40px;
  background-color: #ffac2f;
  border-radius: 20px;
  font-size: 20px;
  cursor: pointer;
  transition: all .2s;
}
.sch_ziliao .content .btn:nth-child(1){
  margin-right: 32px;
  width: 230px;
}
.sch_ziliao .content .btn:hover{
	background-color: #ffc627;
  transition: all .2s;

}
/* layout */
.pr{
  position: relative;
}
.po{
  position: absolute;
}
.po_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 12;
}

.layout .layout_box {
  /* display: none; */
  padding-bottom: 20px;
}

.layout .link_box {
  display: none;
}

.layout input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset !important;
}

.layout>div {
  width: 460px;
  height: auto;
  background: #ffffff;
  border-radius: 20px;
}

.layout .info {
  width: 460px;
  height: 80px;
  background-image: linear-gradient(80deg,
      #fcedd1 0%,
      #f1cf9e 100%);
  border-radius: 20px 20px 0px 0px;
  padding-left: 25px;
  padding-top: 12px;
}

.layout .info p {
  font-size: 18px;
  color: #1a1a1a;
}

.layout h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 8px;
}

.layout .close,
.leyu_close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.layout .close img {
  width: 100%;
}

.layout form {
  flex-wrap: wrap;
  padding: 25px 25px 0;
}

.layout .item,
.layout input,
.leyu_box input,
.layout select {
  width: 200px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 45px;
  color: #999999;
}

.layout .item {
  margin-bottom: 8px;
}

.layout input,
.leyu_box input,
.layout select {
  padding-left: 10px;
}

.layout select {
  background: #f1f1f1 url(https://www.igo.cn/zt/school_uk/img/form_arrow.png) no-repeat right;
  background-position-y: 50%;
  background-position-x: 180px;
}

.layout .item.yzm input {
  width: 100%;
}

.layout .item.yzm span {
  width: 100px;
  height: 40px;
  background-color: #333333;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  flex-shrink: 0;
}

.layout .btn_box {
  margin: 12px auto 0;
}

.layout .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #ffd391;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}

.layout .btn img {
  margin-right: 5px;
  height: 21px;
}

.layout .btn:nth-child(2) {
  margin-left: 30px;
}

.layout .link_box {
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 92px;
  padding-bottom: 15px;
}

.layout .link_box .succeed {
  width: 113px;
  height: 113px;
  background: url(../img/succeed.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -33px;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}

.layout .link_box .line {
  width: 400px;
  height: 1px;
  background-color: #e6e6e6;
  margin: 0 auto;
}

.layout .link_box .detail {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 12px;
  /* display: none; */
}

.layout .link_box .detail .link {
  font-size: 14px;
  color: #1a1a1a;
  margin-top: 10px;
  flex-shrink: 0;
}
.layout .link_box .detail .link span{
  flex-shrink: 0;
}
.layout .link_box .detail .link a {
  color: #1a1a1a;
}

.layout .link_box .detail .link a:hover {
  color: #f10000;
}