.banner .btn_box {
  width: 1200px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 220px;
}

.banner .btn {
  width: 160px;
  height: 50px;
  background-color: #ffc600;
  box-shadow: 0px 0px 20px 0px rgba(160, 78, 55, 0.3);
  border-radius: 24.5px;
  font-size: 18px;
  transition: all .2s;
}

.banner .btn:hover {
  background: #ff9679;
  transition: all .2s;
}

.banner .btn:last-child {
  margin-left: 20px;
}

.nav {
  width: 100%;
  height: 50px;
  background-color: #6e3525;
}

.nav.active {
  position: fixed;
  top: 0;
  margin-top: 0;
  z-index: 20;
}

.nav .content {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.nav .content .tab {
  width: auto;
  height: 50px;
  padding: 0 35px;
  cursor: pointer;
}

.nav .content .tab:hover,
.nav .content .tab.active {
  background-color: #3b1c14;
  border-radius: 24.5px;
}

.lead {
  width: 100%;
  height: 137px;
  background: url(../img/lead.png) no-repeat;
  background-position: center;
  padding-top: 15px;
}

.lead b {
  font-size: 16px;
  color: #ffffff;
}

.lead p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 10px;
  padding-left: 33px;
}

.part {
  padding-top: 83px;
}

.part>.title b {
  font-size: 40px;
  color: #ffffff;
  height: 40px;
  line-height: 36px;
  position: relative;
  margin: 0 40px;
}

.part>.title b:after {
  content: "软实力都包括哪些能力？";
  background: linear-gradient(180deg, #ec9072 20%, #6e3525 50%);
  -webkit-background-clip: text;
  color: transparent;
  position: absolute;
  left: 0;
  top: -7px;
  height: 40px;
  line-height: 40px;
}

.part1 {
  padding-top: 53px;
}

.part1 .img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mid_form {
  width: 1100px;
  height: 110px;
  margin: 0 auto;
  background: url(../img/mid_form1.png) no-repeat;
  background-size: 100%;
  padding-left: 98px;
}

.mid_form h3 {
  font-size: 25px;
  line-height: 35px;
  color: #ffffff;
  margin-right: 20px;
}

.mid_form .item {
  width: 250px;
  height: 50px;
  background-color: #ffffff;
  margin-right: 10px;
  padding-left: 15px;
}

.mid_form .item img {
  flex-shrink: 0;
  margin-right: 16px;
}

.mid_form .item input,
.mid_form .item select {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #808080;
  padding-left: 10px;
  border-left: 1px solid #ebedf6;
}

.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: 140px;
  height: 40px;
  background-image: linear-gradient(137deg,
      #f06a44 0%,
      #f6af80 61%,
      #fcf3bc 100%),
    linear-gradient(#844ee2,
      #844ee2);
  background-blend-mode: normal,
    normal;
  box-shadow: 2.5px 4.3px 5px 0px rgba(244, 129, 94, 0.5);
  border-radius: 19.5px;
  font-size: 20px;
  font-weight: 700;
  color: #651800;
  margin-left: 20px;
}

.part2>.title b:after {
  content: "软实力提升项目 —— 海外学业辅导项目介绍";
}

.part2 .content>.top {
  width: 100%;
  height: 280px;
  background-color: #ffe8e0;
  margin-top: 66px;
  margin-bottom: 30px;
  padding: 10px 20px 10px 10px;
  align-items: flex-start;
}

.part2 .content>.top .img {
  width: 220px;
  height: 260px;
  background: url(../img/pic2.png) no-repeat;
  background-size: 100%;
  flex-shrink: 0;
}

.part2 .content>.top .img .btn_box {
  flex-direction: column;
  height: 100%;
}

.part2 .content>.top .img .btn {
  width: 180px;
  height: 50px;
  background-color: #ffc600;
  box-shadow: 0px 0px 20px 0px rgba(160, 78, 55, 0.3);
  border-radius: 24.5px;
  font-size: 18px;
  transition: all .2s;
}

.part2 .content>.top .img .btn:last-child {
  margin-top: 20px;
}

.part2 .content>.top .btn:hover {
  background: #ff9679;
  transition: all .2s;
}

.part2 .content>.top .right {
  width: 100%;
}

.part2 .content>.top .intr {
  width: 100%;
  height: 90px;
  background-color: #6e3525;
  padding-left: 20px;
  padding-right: 45px;
  margin-top: 10px;
}

.part2 .content>.top .intr span {
  width: 80px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
}

.part2 .content>.top .intr p {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  height: 70px;
  border-left: 1px solid #87412e;
  padding-left: 25px;
  margin-left: 20px;
}

.part2 .content>.top h3 {
  font-size: 20px;
  color: #6e3525;
  margin-top: 20px;
  margin-bottom: 12px;
  margin-left: 20px;
}

.part2 .content>.top ul {
  margin-left: 20px;
}

.part2 .content>.top li {
  width: 260px;
  height: 100px;
  background: url(../img/li_1.png) no-repeat;
  background-size: 100%;
  padding-left: 86px;
  font-size: 14px;
  line-height: 22px;
  color: #363636;
  padding-right: 20px;
}

.part2 .content>.top li:nth-child(2) {
  background: url(../img/li_2.png) no-repeat;
  background-size: 100%;
}

.part2 .content>.top li:nth-child(3) {
  background: url(../img/li_3.png) no-repeat;
  background-size: 100%;
}

.part2 .content .item_box {
  background-color: #ff8257;
  border-top: 4px solid #ffad91;
  height: 1120px;
}

.part2 .content .item_box .p2_tab {
  width: 370px;
  height: 61px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  border-right: 1px solid #ffe8e0;
  border-bottom: 1px solid #ffad91;
  cursor: pointer;
}

.part2 .content .item_box .p2_tab:last-child {
  border-right: none;
}

.part2 .content .item_box .p2_tab.active {
  background-color: #6e3525;
}

.part2 .item {
  padding: 30px;
  display: none;
}
.part2 .item.active{
  display: block;
}
.part2 .item .subject_box {
  align-items: flex-start;
}

.part2 .item .subject {
  width: 505px;
  height: auto;
  background-color: #ffffff;
  border: solid 1px #6e3525;
  padding: 0 30px 30px;
  align-self: normal;
}

.part2 .item h3 {
  width: 100%;
  margin-bottom: 24px;

}

.part2 .item .section {
  margin-top: 28px;
}

.part2 .item h3 b {
  font-size: 22px;
  width: auto;
  flex-shrink: 0;
  margin-right: 18px;
  background: linear-gradient(-15deg, #ff8257 40%, #000000 40%);
  -webkit-background-clip: text;
  color: transparent;
}

.part2 .item .slash {
  width: 100%;
  height: 18px;
  background: url(../img/slash.png) repeat-x;
}

.part2 .item h3 p {
  font-size: 13px;
  color: #3d3d3d;
}

.part2 .item .ad {
  width: 445px;
  height: 100px;
  position: relative;
}

.part2 .item .ad.sub_1 {
  background: url(../img/item/sub_1.png) no-repeat;
  background-size: 100%;
}

.part2 .item .ad.sub_2 {
  background: url(../img/item/sub_2.png) no-repeat;
  background-size: 100%;
}

.part2 .item .ad.sub_3 {
  background: url(../img/item/sub_3.png) no-repeat;
  background-size: 100%;
}

.part2 .item .ad.sub_4 {
  background: url(../img/item/sub_4.png) no-repeat;
  background-size: 100%;
}

.part2 .item .ad.sub_5 {
  background: url(../img/item/sub_5.png) no-repeat;
  background-size: 100%;
}

.part2 .item .ad.sub_6 {
  background: url(../img/item/sub_6.png) no-repeat;
  background-size: 100%;
}

.part2 .item .ad.sub_7 {
  background: url(../img/item/sub_7.png) no-repeat;
  background-size: 100%;
}

.part2 .item .ad.sub_8 {
  background: url(../img/item/sub_8.png) no-repeat;
  background-size: 100%;
}

.part2 .item .ad.sub_9 {
  background: url(../img/item/sub_9.png) no-repeat;
  background-size: 100%;
}

.part2 .item .ad span {
  position: absolute;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  color: #ffc600;
  cursor: pointer;
}

.part2 .item .ad.sub_1 span.span {
  left: 50%;
  transform: translateX(-50%);
  bottom: 19px;
}
.part2 .item .ad.sub_2 span.span {
  left: 46px;
  transform: none;
  bottom: 19px;
  color: #853f00;
}
.part2 .item .ad.sub_3 span.span {
  left: 37px;
  transform: none;
  bottom: 19px;
}
.part2 .item .ad.sub_4 span.span {
  left: 37px;
  transform: none;
  bottom: 19px;
}
.part2 .item .ad.sub_5 span.span {
  left: 37px;
  transform: none;
  bottom: 19px;
  color: #6e3525;
}
.part2 .item .ad.sub_6 span.span {
  left: 37px;
  transform: none;
  bottom: 19px;
}
.part2 .item .ad.sub_7 span.span {
  left: 37px;
  transform: none;
  bottom: 19px;
}
.part2 .item .ad.sub_8 span.span {
  left: 37px;
  transform: none;
  bottom: 19px;
}
.part2 .item .ad.sub_9 span.span {
  left: 37px;
  transform: none;
  bottom: 19px;
  color: #ffffff;
}
.part2 .item .ad span:hover {
  font-weight: normal;
}

.part2 .item .subject .section li {
  width: 100%;
  height: auto;
  padding: 10px 30px;
  border: dashed 2px #ffcfbe;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #3d3d3d;
}

.part2 .item .subject .section .fit {
  height: 75px;
  border: dashed 2px #ffcfbe;
  font-size: 14px;
  line-height: 24px;
  color: #3d3d3d;
  text-align: center;
}

.part2 .item .subject .btn_box {
  padding: 0 18px;
}

.part2 .item .subject .btn {
  width: 180px;
  height: 50px;
  background-color: #ffc600;
  box-shadow: 0px 0px 20px 0px rgba(160, 78, 55, 0.3);
  border-radius: 24.5px;
  font-size: 18px;
  letter-spacing: 0.9px;
  margin-top: 30px;
  cursor: pointer;
  transition: all .2s;
}

.part2 .item .subject .btn:hover {
  background: #ff9679;
  transition: all .2s;
}

.part2 .item1 .subject:nth-child(1) .section3 li {
  height: 100px;
  margin-bottom: 30px;
  padding: 0;
  padding-right: 30px;
}

.part2 .item .subject:nth-child(1) .section3 li b {
  font-size: 16px;
  font-weight: 700;
  color: #6e3525;
  height: 35px;
  line-height: 35px;
  background: url(../img/item/icon2.png) no-repeat;
  background-size: auto 100%;
  display: block;
  padding-left: 13px;
  margin-bottom: 8px;
}

.part2 .item .subject:nth-child(1) .section3 li:nth-child(3) b {
  background: url(../img/item/icon4.png) no-repeat;
  background-size: auto 100%;
}

.part2 .item .subject:nth-child(1) .section3 li p {
  padding-left: 19px;
}

.part2 .item .subject:nth-child(1) .feature {
  height: 180px;
  border: solid 1px #6e3525;
  font-size: 14px;
  line-height: 24px;
  color: #3d3d3d;
  padding: 0 25px;
  flex-direction: column;
}

.part2 .item .subject:nth-child(2) .advantage {
  height: 130px;
  border: solid 1px #000000;
  padding: 17px 0 17px 24px;
  font-size: 14px;
  font-weight: 700;
  color: #6e3525;
  flex-direction: column;
  align-items: flex-start;
}

.part2 .item .subject:nth-child(2) .advantage img {
  margin-right: 20px;
}
.part2 .item2{
  overflow: hidden;
}
.part2 .item2 .subject_box{
  width: 100%;
}
.part2 .item2 .subject{
  position: relative;
}
.part2 .item2 .subject .section ul {
  display: block;
}

.part2 .item2 .subject .section ul li {
  margin-bottom: 18px;
}

.part2 .item2 .subject .section ul li:last-child {
  margin-bottom: 0;
}

.part2 .item2 .subject .section ul.dif_ul {
  width: 445px;
  height: 310px;
  border: dashed 2px #ffcfbe;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px 10px;
  align-content: flex-start
}

.part2 .item2 .subject .section ul.dif_ul b {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #3d3d3d;
  margin-bottom: 10px;
  padding-left: 16px;
}

.part2 .item2 .subject .section ul.dif_ul li {
  border: none;
  width: 195px;
  padding: 0;
  height: 110px;
  background: url(../img/pic3.png) no-repeat;
  position: relative;
  margin-bottom: 15px;
}

.part2 .item2 .subject .section ul.dif_ul li:nth-child(2) {
  background: url(../img/pic4.png) no-repeat;
}

.part2 .item2 .subject .section ul.dif_ul li:nth-child(3) {
  background: url(../img/pic5.png) no-repeat;
}

.part2 .item2 .subject .section ul.dif_ul li:nth-child(4) {
  background: url(../img/pic6.png) no-repeat;
}

.part2 .item2 .subject .section ul.dif_ul li p {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, .6);
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.part2 .item2 .subject.m_w .section ul {
  display: flex;
  flex-wrap: wrap;
}

.part2 .item2 .subject.m_w .section li {
  width: 210px;
  padding: 0;
  height: 60px;
  justify-content: center;
  margin-bottom: 30px;
}

.part2 .item2 .subject .section .line {
  width: 445px;
  height: 203px;
  border: dashed 2px #ffcfbe;
  padding: 10px 20px 10px;
  font-size: 14px;
  line-height: 24px;
  color: #3d3d3d;
}

.part2 .item2 .subject .section .line b {
  margin-bottom: 25px;
  display: block;
  padding-left: 16px;
}

.part2 .item2 .subject .section .line p {
  margin-bottom: 10px;
  padding-left: 28px;
}
.part2 .item2 .swiper-container{
  height: 997px;
}
.part2 .item2 .swiper-wrapper{
  height: 970px;
}
.part2 .swiper-container-horizontal>.swiper-pagination-bullets{

}
.part2 .item2 .swiper-pagination-bullet{
	width: 40px;
	height: 6px;
	background-color: #ffe8e0;
  opacity: 1;
  border-radius: 0;
}
.part2 .item2 .swiper-pagination-bullet-active{
  background-color: #6e3525;
}
.part2 .item2 .subject .btn_box{
  position: absolute;
  bottom: 70px;
  width: 100%;
  z-index: 10;
  left: 0;
}
.part2 .item3 .subject{
  width: 100%;
}
.part2 .item3 .subject .section .fit {
  height: 60px;
}
.part2 .item3 .subject .btn_box{
  padding: 0 250px;
}
.part3>.title b:after{
  content: "通过新通软实力提升计划 将会收获什么";
}
.part3 .part3_content{
  height: 456px;
  background: url(../img/part3_bg.png) no-repeat;
  background-position: center;
  padding-top: 90px;
}
.part3 .part3_content li:hover img{
  transform: scale(1.2);
  transition: all .5s;
}
.part3 .part3_content li .img{
overflow: hidden;
}
.part3 .part3_content li img{
  transition: all .5s;
}
.part3 .part3_content p{
  width: 220px;
	height: 120px;
	background-color: #ffffff;
  font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	color: #6e3525;
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.part3 .part3_content p::after{
  content: "";
  border: 12px solid #ffffff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.part3 .part3_content li:nth-child(2n) p:after{
  top: auto;
  bottom: -24px;
  border-top-color: #ffffff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.part4>.title b:after{
  content: "立即注册获取项目申请条件";
}
.part4 .mid_form{
  background: url(../img/mid_form2.png) no-repeat;
  background-size: 100%;
  padding-left: 40px;
  margin-top: 40px;
}
.part4 .mid_form .item{
	width: 280px;
	box-shadow: 0px 0px 15px 0px 
		rgba(6, 45, 150, 0.15);
}
.part5{
  padding-bottom: 30px;
}
.part5>.title b:after{
  content: "软实力提升，为什么选新通";
}
.part5 ul{
  margin-top: 50px;
}
.part5 li{
  width: 260px;
	height: 238px;
	background-color: #ffffff;
	border: solid 1px #6e3525;
}
.part5 li:hover img{
  transform: scale(1.2);
  transition: all .5s;
}
.part5 li .img{
  position: relative;
  overflow: hidden;
}
.part5 li img{
  transition: all .4s;
}
.part5 li span{
  width: 100%;
	height: 45px;
	background: rgba(0, 0, 0, .6);
  font-size: 20px;
	font-weight: 700;
	color: #ffffff;
  position: absolute;
  bottom: 0;
}
.part5 li p{
  font-size: 14px;
	line-height: 22px;
	color: #333333;
  padding: 15px 23px 0;
}

/* layout */
#main .layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 10;
}

#main .layout>div {
  width: 435px;
  height: 340px;
  background: url(../img/lay.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 25px 20px 0 15px;
}
#main .layout>div h3{
  font-size: 26px;
	letter-spacing: 2.6px;
	color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 30px;
}
#main .layout .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#main .layout .close img {
  width: 100%;
}
#main .layout form{
  width: 320px;
  margin: 0 auto;
}
#main .layout .item,
#main .layout input,
#main .layout select {
  width: 320px;
  height: 50px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 50px;
  color: #999999;
}

#main .layout .item {
  margin-bottom: 12px;
  box-shadow: 0px 0px 15px 0px 
  rgba(127, 127, 127, 0.25);
}

#main .layout input,
#main .layout select {
  padding-left: 10px;
}

#main .layout select {
  background: #f1f1f1 url(../img/arrow.png) no-repeat right;
  background-position-y: 50%;
  background-position-x: 245px;
}

#main .layout .item.yzm input {
  width: 150px;
}

#main .layout .item.yzm span {
  width: 120px;
  background-color: #ffffff;
  height: 45px;
  line-height: 45px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
  color: #ff0000;
  cursor: pointer;
}

#main .layout .btn {
  width: 200px;
  height: 50px;
  line-height: 50px;
	background-image: linear-gradient(0deg, 
		#ffd200 0%, 
		#f9e14c 100%, 
		#84ad65 100%, 
		#0f797e 100%);
	border-radius: 24.5px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 30px auto 0;
}
.recommend{background-color: #ff9f7e !important;}