.banner{
  position: relative;
}
.banner .btn_box{
  position: absolute;
  left: 1.15rem;
  bottom: 2.5rem;
}
.banner .btn{
  width: 4.72rem;
	height: 1.53rem;
	background-image: linear-gradient(0deg, 
		#ffd200 0%, 
		#f9e14c 100%, 
		#84ad65 100%, 
		#0f797e 100%);
	border-radius: 0.74rem;
  font-size: 0.7rem;
	letter-spacing: 0.03rem;
	color: #000000;
}
.part{
  padding-top: 1.48rem;
}
.part>.title b {
  font-size: 0.85rem;
  color: #ffffff;
  height: 1rem;
  line-height: 1rem;
  position: relative;
  margin: 0 .83rem;
}
.part>.title img{
  width: 1.93rem;
}
.part>.title b:after {
  content: "软实力都包括哪些能力？";
  background: linear-gradient(180deg, #5279f8 20%, #2c54e5 50%);
  -webkit-background-clip: text;
  color: transparent;
  position: absolute;
  left: 0;
  top: -4px;
  height: 1rem;
  line-height: 1rem;
}
.part1 .img{
  width: 14rem;
  margin:  1rem auto 0;
  padding-bottom: 1rem;
}
.mid_form {
  width: 100%;
  height: 6.98rem;
  margin: 0 auto;
  background: url(../img/top_from.png) no-repeat;
  background-size: 100%;
  padding: 0 .85rem;
}

.mid_form h3 {
  font-size: 0.6rem;
	line-height: .9rem;
	letter-spacing: 0.07rem;
  color: #ffffff;
  padding-top: 0.4rem;
}
.mid_form form{
  width: 100%;
  flex-wrap: wrap;
  margin-top: .4rem;
}
.mid_form .item {
  width: 6.85rem;
	height: 1.53rem;
  background-color: #ffffff;
  /* margin-right: .6rem; */
  padding-left: .3rem;
}

.mid_form .item img {
  flex-shrink: 0;
  height: .78rem;
  margin-right: .2rem;
}

.mid_form .item input,
.mid_form .item select {
  width: 100%;
  height: 1.53rem;
  line-height: 1.53rem;
  font-size: 0.5rem;
	color: #808080;
}

.mid_form .item input::placeholder {
  color: #808080;
}
.mid_form .item select{
  background: #ffffff url(../img/form_arrow.png) no-repeat;
  background-size: 8%;
  background-position: 90% center;
}
.mid_form .btn {
  width: 5.35rem;
	height: 1.5rem;
	background-image: linear-gradient(90deg, 
		#ffc600 0%, 
		#ffdc45 61%, 
		#fff289 100%), 
	linear-gradient(
		#844ee2, 
		#844ee2);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0rem 0rem 0.23rem 0rem 
		rgba(154, 133, 255, 0.5);
	border-radius: 0.74rem;
  font-size: 0.55rem;
	font-weight: 700;
	letter-spacing: 0.03rem;
	color: #000000;
  margin: .63rem auto;
}
.part2{
  padding-top: 1rem;
}
.part2>.title b:after {
  content: "国际课程项目介绍";
}
.part2  .content{
  margin-top: 0.8rem;
}
.part2 .item{
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}
.part2 .item:last-child{
  margin-bottom: 0;
}
.part2 .item_l {
  padding-left: .63rem;
}
.part2 .item_r {
  padding-right: .63rem;
}
.part2 .item_l::after{
  content: "";
  width: 4.63rem;
	height: 94%;
	background-color: #f3f6ff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.part2 .item_r::after{
  content: "";
  width: 4.63rem;
	height: 94%;
	background-color: #f3f6ff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.part2 .item h4 {
  font-size: 0.64rem;
  color: #2c54e5;
  margin-bottom: .45rem;
  padding-top: 0.4rem;
}
.part2 .item_r h4{
  text-align: right;
}
.part2 .item_lead {
  width: 100%;
  height: auto;
  background-color: #5b84ff;
  padding-bottom: .5rem;
}

.part2 .item_lead .lead_t {
  width: 2.58rem;
	height: 0.88rem;
  font-size: .55rem;
  color: #ffffff;
  background: url(../img/item_icon1.png) no-repeat;
  background-size: 100%;
  margin-bottom: .3rem;
  font-weight: 700;
}

.part2 .item_lead p {
  padding-left: 1.05rem;
  padding-right: 1.05rem;
  font-size: 0.51rem;
  line-height: 0.75rem;
  color: #ffffff;
}
.part2 .item_r .item_lead p{
  padding-right: 7px;
}
.part2 .item3 .item_lead p{
  padding-right: .6rem;
  padding-left: .6rem;
}

.part2 .item .item_t {
  justify-content: flex-end;
  margin-top: -.32rem;
  position: relative;
  z-index: 2;
}
.part2 .item .item_t span{
	width: 3.5rem;
	height: 1.08rem;
  background: url(../img/item_icon2.png) no-repeat;
  background-size: 100%;
  font-size: 0.55rem;
  font-weight: 700;
	color: #ffffff;
  padding-left: .9rem;
}
.part2 .item_detail{
  margin-top: -.25rem;
}
.part2 .item_detail>div{
  width: 100%;
	height: auto;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px 0px 
		rgba(12, 4, 7, 0.1);
    margin-bottom: 10px;
    padding: .78rem 1rem .7rem .55rem;
    align-items: flex-start;
}
.part2 .item_detail>div:last-child{
  margin-bottom: 0;
}
.part2 .item_r .item_detail>div{
  padding-right: 20px;
}

.part2 .item_detail h5{
  font-size: 0.55rem;
	color: #333333;
  margin-bottom: .2rem;
  padding-left: .98rem;
  padding-top: .4rem;
  position: relative;
  z-index: 1;
}
.part2 .item_detail h5 img{
  width: 1.95rem;
	height: 1.55rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.part2 .item_r .item_detail h5,
  .part2 .item3 .item_detail h5{
  margin-bottom: .7rem;
}
.part2 .item_detail p{
  font-size: 0.51rem;
	color: #333333;
  margin-bottom: .5rem;
  padding-left: 0.98rem;
}
.part2 .item_detail ul{
  flex-direction: column;
  align-items: flex-start;
}
.part2 .item_detail ul>span{
  width: 2.75rem;
	height: 0.88rem;
	background-color: #ff7f61;
	border-radius: 0.13rem 0rem 0.13rem 0rem;
  font-size: .5rem;
	font-weight: 700;
	color: #ffffff;
  margin-bottom: 10px;
  margin-left: 0.98rem;
}
.part2 .item_detail ul li{
  font-size: .5rem;
  line-height: 0.8rem;
	color: #666666;
  padding-left: 0.98rem;
  position: relative;
}
.part2 .item_detail ul li span{
  width: 0.7rem;
	height: 0.7rem;
  border-radius: .8rem;
	background-color: #a19db2;
  font-size: 0.5rem;
	color: #ffffff;
  position: absolute;
  left: 0;
  top: .1rem;
}
.part3>.title b:after {
  content: "新通软实力提升项目收获";
}
.part3{
  padding-top: 1rem;
  padding-bottom: .54rem;
}
.part3 ul{
  flex-wrap: wrap;
  padding: 0 .43rem;
  margin-top: .8rem;
}
.part3 li{
  width: 4.7rem;
	height: 6.2rem;
	background-color: #ffffff;
	border: solid 0.02rem #2e56e5;
	border-top-width:  0.1rem;
  margin-bottom: .53rem;
  flex-direction: column;
  position: relative;
}
.part3 li.mar_b{
  width: 7.28rem;
  margin-bottom: 0;
  flex-direction: row;
}
.part3 li:nth-child(1) {
  padding-top:.65rem ;
}
.part3 li:nth-child(2) {
  padding-top:.7rem ;
}
.part3 li:nth-child(3) {
  padding-top:.68rem ;
}
.part3 li:nth-child(4) {
  padding-left:.8rem ;
}
.part3 li:nth-child(5) {
  padding-left:.65rem ;
}
.part3 li:nth-child(1) .img{
  width: 2.25rem;
	height: 2.25rem;
  flex-shrink: 0;
}
.part3 li:nth-child(2) .img{
  width: 1.93rem;
	height: 1.93rem;
  flex-shrink: 0;
}
.part3 li:nth-child(3) .img{
  width: 2.25rem;
	height: 2.25rem;
  flex-shrink: 0;
}
.part3 li:nth-child(4) .img{
  width: 2.03rem;
	height: 1.9rem;
  flex-shrink: 0;
  margin-right: .75rem;
}
.part3 li:nth-child(5) .img{
	width: 2.33rem;
	height: 2.2rem;
  flex-shrink: 0;
  margin-right: .68rem;
}
.part3 li p{
  font-size: 0.51rem;
	line-height: 0.7rem;
	color: #3d3d3d;
  padding: 0 .5rem;
  position: absolute;
  top: 3rem;
}
.part3 li.mar_b{
  height: 3.43rem;
}
.part3 li.mar_b p{
  padding: 0;
  padding-right: 0.42rem;
  position: relative;
  top: 0;
  word-break: break-all;
}

.part4>.title b:after {
  content: "立即注册获取项目申请条件";
}
.part4 form{
  background-color: #5b84ff;
  padding: 1.5rem 2.13rem .85rem;
  margin-top: .8rem;
}
.part4 .item{
	width: 11.75rem;
	height: 1.53rem;
	background-color: #ffffff;
  margin-bottom: .5rem;
}
.part4 .item input,
.part4 .item select {
  width: 100%;
  height: 1.53rem;
  line-height: 1.53rem;
  font-size: 0.5rem;
	color: #808080;
  padding-left: .45rem;
}

.part4 .item input::placeholder {
  color: #808080;
}
.part4 .item select{
  background: #ffffff url(../img/arrow.png) no-repeat;
  background-size: 4%;
  background-position: 95% center;
}
.part4 .btn {
  width: 5.35rem;
	height: 1.53rem;
	background-image: linear-gradient(90deg, 
		#ffc600 0%, 
		#ffdc45 61%, 
		#fff289 100%), 
	linear-gradient(
		#844ee2, 
		#844ee2);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0rem 0rem 0.23rem 0rem 
		rgba(154, 133, 255, 0.5);
	border-radius: 0.74rem;
  font-size: 0.55rem;
	font-weight: 700;
	letter-spacing: 0.03rem;
	color: #000000;
  margin: .63rem auto 0;
}
.part5{
  padding-bottom: .6rem;
}
.part5>.title b:after{
  content: "软实力提升，为什么选新通";
}
.part5 ul{
  margin-top: .7rem;
  flex-wrap: wrap;
  padding: 0 .85rem;
}
.part5 li{
  width: 6.85rem;
	background-color: #ffffff;
  margin-bottom: .75rem;
  box-shadow: 0rem 0rem 0.65rem 0rem 
  rgba(208, 181, 226, 0.3);
}
.part5 li .img{
  position: relative;
  overflow: hidden;
  height: 3.55rem;
}
.part5 li img{
  transition: all .4s;
}
.part5 li span{
  width: 100%;
  height: 1.1rem;
	background: rgba(0, 0, 0, .6);
  font-size: 0.55rem;
	font-weight: 700;
	color: #ffffff;
  position: absolute;
  bottom: 0;
}
.part5 li p{
	height: 3rem;
  font-size: 0.51rem;
	line-height: 0.8rem;
	color: #333333;
  padding: 0 .4rem 0;
  word-wrap:break-word;
}
.part5 .btn{
  width: 10.25rem;
	height: 1.53rem;
	background-color: #ffc600;
	box-shadow: 0rem 0rem 0.43rem 0rem 
		rgba(160, 78, 55, 0.3);
	border-radius: 0.74rem;
  font-size: 0.51rem;
	letter-spacing: 0.03rem;
	color: #000000;
  margin:0 auto 0 ;
}

/* layout */
#main .layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
}

#main .layout .layout_box {
  width: 14.5rem;
	height: auto;
  position: fixed;
  top: 47%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
	background-color: #2c54e5;
	border-radius: 0.3rem;
  text-align: center;
  padding-top: .65rem;
  padding: .65rem .38rem .33rem;
}

#main .layout .layout_box .title {
  margin-bottom: 1.1rem;
  font-size: 1.05rem;
	color: #ffffff;
}

#main .layout .layout_box form {
  background-color: #ffffff;
	border-radius: 0.3rem;
  width: 100%;
	background-color: #ffffff;
	border-radius: 0.3rem;
  padding: 1rem 1rem .93rem;
}

#main .layout .layout_box .item {
  width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
  box-shadow: 0rem 0rem 0.63rem 0rem 
		rgba(173, 173, 173, 0.4);
	border-radius: 0.13rem;
  padding-left: 1.75rem;
}
#main .layout .layout_box .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.55rem;
  height: 0.83rem;
}
#main .layout .layout_box input,
#main .layout .layout_box select {
  width: 100%;
  padding-left: 0.3rem;
  background-color: #ffffff;
  font-size: 0.6rem;
  height: 1.85rem;
  line-height: 1.85rem;
  color: #b3b3b3;
  padding-left: .55rem;
}

#main .layout .layout_box input::placeholder {
  color: #b3b3b3;
}

#main .layout .layout_box .submit {
  width: 8.75rem;
	height: 2rem;
  margin: 0.8rem auto 0;
  background: url(../img/lay_btn.png) no-repeat;
  background-size: 100%;
  box-shadow: 0px 5px 9px 1px rgba(195, 195, 195, 0.36);
  box-shadow: 0rem 0rem 0.63rem 0rem 
		rgba(210, 210, 210, 0.5);
  border-radius: 1rem;
  font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08rem;
  color: #ffffff;
  border-radius: 0.99rem;
}

#main .layout .layout_box .close {
  width: 1.35rem;
	height: 1.35rem;
  position: absolute;
  top:-1.8rem;
  right: 0;
  cursor: pointer;
}

#main input:-webkit-autofill {
  color: #b2b2b2;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
.recommend{
  background-color: #2d139d;
  padding-top: .5rem;
  padding-bottom: .85rem;
}
.recommend .title{
  font-size: 0.85rem;
	font-weight: 700;
	color: #ffffff;
}
.recommend ul{
  overflow: hidden;
  overflow-x: scroll;
  margin-top: .6rem;
  padding:0 .6rem;
}
.recommend ul li{
  width: 5.58rem;
	height: 3.43rem;
  flex-shrink: 0;
  margin-right: .4rem;
}
.recommend ul li:last-child{
  margin-right: 0;
}
.recommend ul::-webkit-scrollbar{
display: none;
}