/* util style */
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  color: #000;
  font-family: Microsoft Yahei;
  width: 100%;
  background-color: #fff;
  position: relative;
}

a,
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

.hide {
  display: none;
}

.text-center {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix:after {
  content: '';
  display: block;
  visibility: visible;
  overflow: hidden;
  clear: both;
}

.boundary {
  width: 1000px;
  margin: 0 auto;
}

em,
i {
  font-style: normal;
}

/* add new style */
body {
  background-color: #FFF8F4;
}

.abtn {
  height: 46px;
  line-height: 46px;
  background-color: #fe6043;
  font-size: 16px;
  color: #fff;
  padding: 0 22px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.abtn:hover {
  background-color: #ffa145;
}

.header .header_01,
.header .header_02,
.header .header_03 {
  background-repeat: no-repeat;
  background-position: center center;
  height: 150px;
  position: relative;
}

.header .header_01 {
  background-image: url("../images/header1.jpg");
}

.header .header_02 {
  background-image: url("../images/header2.jpg");
}

.header .header_03 {
  background-image: url("../images/header3.jpg");
}

.header .header_03 .abtnbox {
  position: absolute;
  left: 50%;
  margin-left: 145px;
  top: 74px;
}

.header .header_03 .abtnbox .abtn {
  width: 160px;
}

.topnav {
  height: 50px;
  position: relative;
  z-index: 6;
}

.topnav .navbox {
  height: 50px;
}

.topnav .navbox li {
  background-color: #fff;
  padding: 0 60px;
  color: #000;
  font-size: 16px;
  float: left;
  line-height: 50px;
  cursor: pointer;
}

.topnav .navbox li.navactive {
  background-color: #fe6043;
  font-weight: bold;
  color: #fff;
}

.g-title {
  display: block;
  width: 1000px;
  margin: auto;
  padding-top: 60px;
}

.section1 ul.panel1 {
  margin-top: 26px;
}

.section1 ul.panel1 li {
  float: left;
  width: 480px;
  margin-bottom: 46px;
}

.section1 ul.panel1 li:nth-of-type(3) {
  margin-bottom: 0;
}

.section1 ul.panel1 li:nth-of-type(4) {
  margin-bottom: 0;
}

.section1 ul.panel1 li img {
  width: 132px;
  height: 266px;
  float: left;
}

.section1 ul.panel1 li .r-box {
  margin-left: 156px;
  height: 264px;
  position: relative;
}

.section1 ul.panel1 li .r-box h2 {
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #DBDBDB;
  color: #000;
}

.section1 ul.panel1 li .r-box p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  letter-spacing: 1px;
}

.section1 ul.panel1 li .r-box .abtnbox {
  position: absolute;
  bottom: 0px;
}

.section1 ul.panel1 li .r-box .abtn {
  padding: 0 26px;
}

.section1 ul.panel1 li .r-box .abtn:first-child {
  margin-right: 22px;
}

.section2 .nav-bar li {
  width: 156px;
  height: 50px;
  border: 2px solid #ffa145;
  box-sizing: border-box;
  font-size: 20px;
  color: #ffa145;
  line-height: 46px;
  text-align: center;
  float: left;
  margin-right: 12.8px;
  cursor: pointer;
}

.section2 .nav-bar li:last-child {
  margin-right: 0;
}

.section2 .nav-bar li.active {
  height: 60px;
  font-size: 24px;
  background-color: #ffa145;
  color: #fff;
  font-weight: bold;
  line-height: 56px;
}

.ection2 .content-box {
  padding: 30px 35px;
  background-color: #fff;
}

.section2 .content-box li {
  display: none;
  background: #fff;
  padding: 30px 35px 20px;
}

.section2 .content-box li>p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
}

.section2 .content-box .summary {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.section2 .content-box .small-title {
  font-size: 28px;
  color: #461307;
  font-weight: bold;
  text-align: center;
  margin: 28px 0;
}

.section2 .content-box .small-title span {
  position: relative;
}

.section2 .content-box .small-title span:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #461307;
  position: absolute;
  top: 18px;
  left: -25px;
}

.section2 .content-box .small-title span:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #461307;
  position: absolute;
  top: 18px;
  right: -25px;
}

.section2 .content-box .school-box {
  width: 446px;
  height: 227px;
  background-color: #F3F3F3;
  padding-top: 20px;
  box-sizing: border-box;
  float: left;
  margin-right: 38px;
  margin-bottom: 24px;
}

.section2 .content-box .school-box:nth-of-type(even) {
  margin-right: 0;
}

.section2 .content-box .school-box img {
  width: 120px;
  margin: 0 0px 0 20px;
  float: left;
  border-right: 1px dashed #C0C0C0;
  padding-right: 18px;
}

.section2 .content-box .school-box p {
  margin-left: 156px;
  padding: 2px 15px 2px 20px;
  letter-spacing: 1px;
  line-height: 24px;
}

.section2 .content-box .school-box1 {
  background-color: #F3F3F3;
  padding-top: 20px;
  box-sizing: border-box;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.section2 .content-box .school-box1 h2 {
  font-size: 18px;
  color: #461307;
  margin-bottom: 15px;
}

.section2 .content-box .school-box1 img {
  width: 120px;
  margin: 8px 20px;
  float: left;
  margin-top: -12px;
}

.section2 .content-box .school-box1 .text-box {
  margin-left: 156px;
  padding: 2px 15px 2px 20px;
  letter-spacing: 1px;
  border-left: 1px dashed #C0C0C0;
  line-height: 24px;
}

.section2 .abtn-box {
  text-align: center;
  margin: 28px auto 0;
}

.section2 .abtn-box .abtn {
  width: 240px;
}

.section2 .abtn-box .abtn:first-child {
  margin-right: 80px;
}

.section3 ul.download-box li {
  float: left;
  padding-top: 30px;
  width: 483px;
  margin-right: 34px;
}

.section3 ul.download-box li:last-child {
  margin-right: 0;
}

.section3 ul.download-box li .small-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #E5D2D8;
  font-size: 18px;
  color: #181818;
  cursor: pointer;
}

.section3 ul.download-box li .imgbox {
  float: left;
  text-align: center;
}

.section3 ul.download-box li .imgbox img {
  display: block;
  width: 120px;
  height: 160px;
  overflow: hidden;
  cursor: pointer;
}

.section3 ul.download-box li .imgbox .abtn {
  height: 42px;
  line-height: 42px;
  margin-top: 10px;
}

.section3 ul.download-box li .text {
  margin-left: 140px;
  width: 315px;
}

.section3 ul.download-box li .text h5 {
  padding: 15px 0 11px;
  font-size: 14px;
}

.section3 ul.download-box li .text .info-list p {
  float: left;
  position: relative;
  padding-left: 14px;
  padding-bottom: 8px;
  line-height: 24px;
}

.section3 ul.download-box li .text .info-list p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #FF7375;
  border-radius: 50%;
}

.section3 ul.download-box li .text .info-list p.p1 {
  width: 132px;
}

.section4 {
  position: relative;
  width: 1040px;
  margin: auto;
}

.section4 .pre-btn {
  position: absolute;
  top: 500px;
  left: 0;
  width: 46px;
  height: 46px;
  z-index: 20;
  cursor: pointer;
}

.section4 .next-btn {
  position: absolute;
  top: 500px;
  right: 0;
  width: 46px;
  height: 46px;
  z-index: 20;
  cursor: pointer;
}

.section4 .panel4 {
  width: 980px;
  margin: auto;
  overflow: hidden;
  margin-top: 26px;
  position: relative;
  height: 700px;
}

.section4 .panel4 ul {
  width: 3920px;
  position: absolute;
  left: -980px;
}

.section4 .panel4 ul li {
  float: left;
}

.section4 .panel4 ul li .school4 {
  width: 480px;
  float: left;
  margin-right: 20px;
}

.section4 .panel4 ul li .school4:last-child {
  margin-right: 0;
}

.section4 .panel4 ul li .school4 h2 {
  height: 76px;
  font-size: 30px;
  color: #fff;
  background-color: #FEA046;
  line-height: 76px;
  text-align: center;
}

.section4 .panel4 ul li .school4 .content-box {
  padding: 12px;
  background-color: #fff;
  height: 550px;
  box-sizing: border-box;
}

.section4 .panel4 ul li .school4 .content-box img {
  margin-top: 15px;
}

.section4 .panel4 ul li .school4 .content-box .lf-box {
  width: 160px;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px dashed #BFBFBF;
  border-bottom: 1px dashed #BFBFBF;
}

.section4 .panel4 ul li .school4 .content-box .rf-box {
  width: 296px;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px dashed #BFBFBF;
}

.section4 .panel4 ul li .school4 .content-box p {
  font-size: 14px;
  line-height: 24px;
  padding: 0 10px;
  padding-bottom: 15px;
  text-align: left;
}

.section4 .panel4 ul li .school4 .content-box .noborder {
  border-bottom: none;
}

.section4 .panel4 ul li .school4 .abtn-box {
  text-align: center;
  margin-top: 30px;
}

.section4 .panel4 ul li .school4 .abtn-box .abtn {
  height: 40px;
  width: 140px;
  line-height: 40px;
}

.Countries {
  width: 1000px;
  height: 243px;
  margin-top: 22px;
  overflow: hidden;
}

.country-max {
  width: 1000%;
  overflow: hidden;
}

.coun-box {
  float: left;
  width: 1000px;
  height: 243px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.specially {
  width: 159px;
  height: 243px;
  overflow: hidden;
  position: relative;
}

.specially>h6 {
  font-size: 26px;
  color: #fff;
  width: 30px;
  height: 150px;
  margin: 10px auto 0;
}

.specially>img {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -18px;
  cursor: pointer;
}

.bg1 {
  background: url(../images/pic1.png) no-repeat;
}

.bg2 {
  background: url(../images/pic2.png) no-repeat;
}

.bg3 {
  background: url(../images/pic3.png) no-repeat;
}

.bg4 {
  background: url(../images/pic6.jpg) no-repeat;
}

.bg5 {
  background: url(../images/pic4.png) no-repeat;
}

.bg6 {
  background: url(../images/pic5.png) no-repeat;
}

.infor_box {
  width: 810px;
  margin-left: 30px;
}

.infor_box>li {
  float: left;
  width: 400px;
  height: 118px;
  box-sizing: border-box;
}

.infor_box>li>h6>a {
  font-size: 14px;
  color: #000;
}

.first-b {
  border-bottom: 1px dashed #d5d5d5;
  border-right: 1px dashed #d5d5d5;
}

.last-b {
  border-left: 1px dashed #d5d5d5;
  border-top: 1px dashed #d5d5d5;
  padding: 20px 0 0 30px;
}

.infor_box>li>p {
  margin-top: 8px;
}

.common-p {
  position: relative;
  padding-left: 15px;
}

.common-p:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #ff7476;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.ml1 {
  margin-left: 120px;
}

.ml2 {
  margin-left: 60px;
}

.section6 .form_box {
  height: 168px;
  display: inline-block;
  width: 998px;
  background-color: #fff;
}

.section6 .form_box .form_item {
  height: 36px;
  width: 136px;
  padding-left: 40px;
  float: left;
  display: block;
  background: #fff;
  margin: 30px 31px 0 36px;
  position: relative;
}

.section6 .form_box .form_item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 36px;
  display: inline-block;
  background-image: url("../images/icon6-1.jpg");
  background-repeat: no-repeat;
  background-position: 5px 3px;
}

.section6 .form_box .form_item:nth-of-type(1):before {
  background-image: url("../images/icon6-1.jpg");
}

.section6 .form_box .form_item:nth-of-type(2):before {
  background-image: url("../images/icon6-2.jpg");
}

.section6 .form_box .form_item:nth-of-type(3):before {
  background-image: url("../images/icon6-3.jpg");
}

.section6 .form_box .form_item:nth-of-type(4):before {
  background-image: url("../images/icon6-4.jpg");
}

.section6 .form_box .form_item:nth-of-type(5):before {
  background-image: url("../images/icon6-5.jpg");
}

.section6 .form_box .form_item:nth-of-type(6):before {
  background-image: url("../images/icon6-6.jpg");
}

.section6 .form_box .form_item:nth-of-type(7):before {
  background-image: url("../images/icon6-7.jpg");
}

.section6 .form_box .form_item .user_value {
  border: none;
  padding: 5px;
  line-height: 26px;
  width: 130px;
  height: 26px;
  font-size: 14px;
  color: #a3a3a3;
  background: #fff;
}

.section6 .form_box .form_item .arrow_down_btn2 {
  position: absolute;
  right: 6px;
  top: 13px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #f0b10a;
}

.section6 .form_box .form_item .slide_choose_info2 {
  position: absolute;
  left: -1px;
  top: 35px;
  background-color: #fff;
  width: 138px;
  margin-left: 41px;
  z-index: 999;
  display: none;
  border: 1px solid #f0b10a;
}

.section6 .form_box .form_item .slide_choose_info2 li {
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  cursor: default;
}

.section6 .form_box .form_item .slide_choose_info2 li:hover {
  background: #eee;
}

.section6 .form_box .submit_btn {
  width: 178px;
  height: 40px;
  margin-top: 30px;
  margin-left: 40px;
  line-height: 40px;
  text-align: center;
}

.section7 ul.panel7 {
  margin-top: 20px;
}

.section7 ul.panel7 li {
  float: left;
  width: 314px;
  margin-right: 28px;
}

.section7 ul.panel7 li:last-child {
  margin-right: 0;
}

.section7 ul.panel7 li a {
  color: #000;
}

.section7 ul.panel7 li img {
  width: 100%;
  margin-bottom: 20px;
  height: 198px;
}

.section7 ul.panel7 li p {
  font-size: 18px;
  text-align: center;
}

.section8 .panel8 {
  width: 1040px;
  margin: auto;
  display: block;
  margin-top: 10px;
}

.pop_window {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

.popmask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  display: none;
}

.applyform {
  position: absolute;
  width: 652px;
  height: 420px;
  left: 50%;
  top: 50%;
  margin-left: -326px;
  margin-top: -210px;
  background: #fff url(../images/bg_pop.jpg) no-repeat left center;
}

.download_area {
  position: absolute;
  width: 600px;
  height: 200px;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -100px;
  background: #fff;
  display: none;
}

.applyTitle {
  position: relative;
  height: 56px;
  background-color: #fcc63f;
  color: #313131;
}

.applyTitle span {
  line-height: 56px;
  margin-left: 12px;
  font-size: 22px;
}

.closeBtn {
  position: absolute;
  right: 10px;
  top: 13px;
  width: 30px;
  height: 30px;
  background: url(../images/close-icon-2.png) no-repeat center center;
  cursor: pointer;
}

.downform {
  padding-left: 250px;
}

.p_item {
  position: relative;
  padding-top: 18px;
  float: left;
  width: 100%;
}

.p_item span {
  width: 80px;
  float: left;
  text-align: right;
  font-size: 14px;
  line-height: 30px;
}

.p_item i {
  font-style: normal;
  font-size: 12px;
}

.user_val1 {
  height: 30px;
  border: 1px solid #D1D1D1;
}

.w1 {
  width: 166px;
}

.w2 {
  width: 56px;
  vertical-align: middle;
}

.get_yzm {
  height: 30px;
  width: 105px;
  text-align: center;
  line-height: 30px;
  background-color: #ABABAB;
  color: #fff;
  font-size: 12px;
  border: none;
  cursor: pointer;
  vertical-align: middle;
}

.p_item p {
  color: red;
}

.tj_form {
  margin-top: 0;
  margin-left: 100px;
  border: none;
  text-align: center;
}

.href_place {
  padding-top: 30px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
}

.href_place a,
.href_place a:hover {
  text-decoration: underline;
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.img,
.school_list .icon,
.subject_list img,
.xt_adv_pic img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.img:hover,
.school_list .icon:hover,
.subject_list img:hover,
.xt_adv_pic img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.security {
  width: 1050px;
  margin: 26px auto 0;
}

.security>li {
  float: left;
  width: 195px;
  height: 177px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin-right: 90px;
  position: relative;
  text-align: center;
  padding-top: 18px;
}

.security>li.mr-0 {
  margin-right: 0;
}

.security>li>h6 {
  font-size: 18px;
  color: #313131;
  margin-top: 8px;
}

.item_bg {
  background: url(../images/item_bg.png) no-repeat;
  width: 239px;
  height: 62px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -119.5px;
  font-size: 13px;
  line-height: 24px;
  padding-top: 4px;
}

@media \0screen\,screen\9 {
  .test-shadow {
    background: #000;
    filter: Alpha(opacity=80);
    position: static;
    *zoom: 1;
  }
}

.test-shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 111111;
  display: none;
}

.test-pop {
  display: none;
  width: 250px;
  padding: 20px 25px 25px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  border: 3px solid #f9d71c;
}

.test-pop>h6 {
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}

.test-close {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.test-close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.test-list {
  margin: 10px auto 0;
  width: 200px;
}

.test-list>li {
  width: 200px;
  height: 35px;
  list-style: none;
  margin-bottom: 20px;
}

.test-list>li>span {
  font-size: 14px;
}

.test-name,
.test-tel,
.test-college,
.txt-name,
.txt-tel,
.txt-school {
  border: none;
  outline: none;
  height: 33px;
  background: none;
  border: 1px solid #000;
}

.test-name,
.test-tel,
.txt-name,
.txt-tel {
  width: 151px;
}

.test-college,
.txt-school {
  width: 125px;
}

.test-btn,
.new-cookie {
  display: block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  background: #f9d71c;
  text-decoration: none;
  color: #000;
  text-align: center;
  margin: 0 auto;
}

.test-btn:hover,
.new-cookie:hover {
  opacity: 0.8;
}

.section {
  position: relative;
  z-index: 111;
}

.ml-35 {
  margin-left: -35px;
}

.ml-21 {
  margin-left: -21px;
}

.w90 {
  width: 90px;
}

.common_img {
  position: absolute;
  top: 50%;
}

.img-p1,
.img-p3 {
  left: 0;
}

.img-p2 {
  right: 0;
}

.img-p1 {
  margin-top: -1540px;
}

.img-p2 {
  margin-top: -662.5px;
}

.img-p3 {
  margin-top: 1400px;
}

.floatLeft_top {
  background: #fee2cd !important;
}

#imageField {
  width: 82px !important;
  background: #fe6043 !important;
  color: #fff !important;
}

.page-teacher {
  margin-top: 20px;
}

.alumni {
  width: 338px;
  height: 40px;
  margin: 30px auto 0;
}