img {
  vertical-align: middle;
}

.headerNav .w1420 a {
  width: 79px;
}

.banner a {
  width: 100%;
  height: 453px;
  display: block;
}

.tab {
  font-size: 0;
  overflow: hidden;
}

.tab a {
  width: 10.52%;
  height: 45px;
  margin-right: 8px;
  color: #fff;
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  background: #2268fc;
  line-height: 45px;
  text-align: center;
}

.tab a:last-child {
  margin-right: 0;
}

.highSchool .tit .mainTit {
  text-align: center;
}

.highSchool .tit .shortTit p {
  text-transform: uppercase;
}

.highSchool .schoolBtn {
  text-align: center;
  margin: 20px 0 40px;
}
.whyhighSchool.highSchool .schoolList .item .remark{
  height: 100px;
  font-size: 16px;
  text-align: justify;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
/* 留学方案 */
.project{
  overflow: hidden;
}
.project .lef {
  width: 880px;
  height: 365px;
  float: left;
  background: #f6f6f6;
}

.project .lef .protab {
  width: 155px;
  height: 358px;
  float: left;
  padding-top: 7px;
}

.project .lef .protab a {
  display: block;
  width: 100%;
  height: 65px;
  padding-top: 15px;
  margin-bottom: 7px;
  background: #f6f6f6;
  position: relative;
}

.project .lef .protab a strong {
  display: block;
  margin-bottom: 5px;
  text-align: center;
  font-size: 20px;
}

.project .lef .protab a span {
  display: block;
  text-align: center;
  font-size: 16px;
}

.project .lef .protab a.on {
  background: #ff9c00;
}

.project .lef .protab a.on::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid #ff9c00;
  border-bottom: 15px solid transparent;
  right: -15px;
  top: 50%;
  margin-top: -7px;
}

.project .lef .protab a.on strong {
  color: #fff;
}

.project .lef .protab a.on span {
  color: #fff;
}

.project .lef .procon {
  float: right;
  width: 680px;
  overflow: hidden;
}

.project .lef .procon .img {
  float: left;
  width: 180px;
  height: 250px;
}

.project .lef .procon .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.project .lef .procon .proconinner {
  width: 100%;
  padding-top: 30px;
  height: 335px;
  display: none;
}
.project .lef .procon .proconinfo{
  padding-left: 35px;
  float: left;
}
.project .lef .procon .proconinfo h2{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.project .lef .procon .proconinfo p{
  line-height: 37px;
  font-size: 15px;
}
.project .lef .procon .proconinfo  .btn{
  font-weight: normal;
  width: 190px;
  height: 45px;
  color: #fff;
  font-size: 15px;
  border-radius: 45px;
  line-height: 45px;
  margin-top: 8px;
  display: block;
  text-align: center;
  overflow: hidden;
}
.project .rig{
  width: 320px;
  float: right;
  background: #f6f6f6;
}
.project .rig .tit {
  background: #0082f0;
  line-height: 53px;
  height: 53px;
  padding-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.project .rig .form {
  padding: 20px 15px;
  background: #f6f6f6;
}
.project .rig .form .item:first-child{
  margin-top: 0;
}
.project .rig .form .item {
  background: #d3d3d3;
  border-radius: 30px;
  height: 38px;
  padding: 0 20px;
  margin-top: 18px;
}

.project .rig .form .item .name {
  float: left;
  width: 75px;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
}

.project .rig .form .item .name:before {
  content: '';
  width: 20px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/form1.png") no-repeat center center;
  background-size: 60% auto;
}
.project .rig .form .item:nth-child(2) .name:before {
  content: '';
  background: url("../img/form2.png") no-repeat center center;
  background-size: 60% auto;
}
.project .rig .form .item:nth-child(3) .name:before {
  content: '';
  width: 19px;
  height: 19px;
  background: url("../img/form3.png") no-repeat center center;
  background-size: 80% auto;
}
.project .rig .form .item:nth-child(4) .name:before {
  content: '';
  width: 23px;
  height: 17px;
  background: url("../img/form4.png") no-repeat center center;
  background-size: 80% auto;
}

.project .rig .form .item input,
.project .rig .form .item select {
  float: left;
  width: 175px;
  outline: 0;
  border: 0;
  background: #d3d3d3;
  height: 38px;
}

.project .rig .form .sub {
  background: #ff9c00;
  line-height: 50px;
  text-align: center;
  color: #fff;
  height: 50px;
  font-size: 18px;
  border-radius: 50px;
  margin-top: 72px;
  cursor: pointer;
}
.tab.tab2 a{
  width: 10.52%;
}