@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
}

ul {
  list-style-type: none;
}

img {
  vertical-align: top;
  border: 0;
}

table {
  border-collapse: collapse;
}

body {
  font: normal 14px/1.5 "Microsoft Yahei";
  color: #333;
  background-color: #fff;
}

.clear:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: '.';
}

.clear {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

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

.unselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* common */
.g-title1 {
  font: bold 36px/1.5 "Microsoft Yahei";
  text-align: center;
}

.g-title2 {
  font: normal 24px/1.5 "Microsoft Yahei";
  text-align: center;
}

.g-title2 span {
  margin: 0 10px;
}

.g-title2 span,
.g-title2 img {
  vertical-align: middle;
}

/* banner */
.banner {
  position: relative;
  height: 636px;
  background: url(../img/banner1_1.jpg) center no-repeat;
}

.linkTosignUp {
  display: block;
  position: absolute;
  width: 290px;
  height: 81px;
  cursor: pointer;
  top: 445px;
  left: 50%;
  margin-left: 14px;
}

.logo {
  position: absolute;
  left: 50%;
  top: 35px;
  margin: 0 0 0 -500px;
}

/* nav */
.nav {
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  background-color: #fb2f4c;
}

.nav-item li {
  float: left;
  margin-right: 22px;
  cursor: pointer;
}

li.nav-apply {
  float: right;
  padding: 7px 0;
  margin: 0;
}

li.nav-apply a {
  display: block;
  height: 35px;
  padding: 0 10px;
  line-height: 35px;
  border-radius: 5px;
}

li.nav-apply a:link,
li.nav-apply a:visited {
  font: bold 18px/35px "Microsoft Yahei";
  color: #fb2f4c;
  background-color: #fff100;
  text-decoration: none;
  transition: opacity 0.2s;
}

li.nav-apply a:hover {
  opacity: .85;
  text-decoration: none;
}

.nav a:link,
.nav a:visited {
  color: #fff;
}

.nav a:hover {
  color: #fff;
}


/* layout-left */
.layout-left {
  position: relative;
  width: 146px;
  height: 429px;
  position: fixed;
  left: 0px;
  top: 65px;
  z-index: 100;
  background: url("../img/layout-left.png?v=1111") center top no-repeat;
}

.layout-left .cc {
  position: absolute;
  cursor: pointer;
  width: 120px;
  height: 30px;
  top: 153px;
  right: 12px;
}

.layout-left .navlink1 {
  display: block;
  width: 120px;
  height: 35px;
  margin-left: 13px;
}

.layout-left .navlink1.top {
  margin-top: 192px;
}



/* popup-apply */
.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.popup-close {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.popup-apply {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 270px;
  padding-bottom: 25px;
  margin: -210px 0 0 -135px;
  background: url(../img/popup_apply.jpg) center top no-repeat #eee;
  box-shadow: 0 0 80px 0 #545252;
}

.popup-apply-form {
  padding: 145px 10px 0;
}

.popup-apply-item {
  margin-top: 10px;
}

.popup-apply-item>div {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 0 10px;
  background: #fff;
  margin-top: 10px;
  position: relative;
}

.popup-apply-form .label {
  display: block;
}

.popup-apply-form input,
.popup-apply-form select {
  width: 100%;
  height: 16px;
  padding: 5px 0;
  line-height: 16px;
  border: none;
  outline: none;
}

.popup-apply-form .error {
  border-color: #ff0000;
}

.popup-apply-form select {
  width: 100%;
  height: 28px;
}

.apply-error {
  margin: 10px 0 0;
  color: #ff0000;
}

.popup-apply-submit {
  height: 30px;
  margin: 25px 0 0;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 5px;
  background-color: #ff0000;
  cursor: pointer;
}

.apply-success {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1000;
  width: 400px;
  height: 243px;
  margin: -121px 0 0 -200px;
  background: url(../img/success.png) center no-repeat;
}

.apply-success p {
  padding-top: 190px;
  text-align: center;
  color: #4a90e2;
  letter-spacing: 2px;
}

/* layout-bottom */
.layout-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 140px;
  background: rgba(28, 91, 186, 0.8);
}

.layout-bottom .w1000 {
  height: 100%;
  padding: 0 40px;
  background: url(../images/layout_bottom.png) left center no-repeat;
}

.layout-bottom-form {
  float: left;
  padding: 30px 0 0 334px;
}

.layout-bottom-form input,
.layout-bottom-form select {
  float: left;
  width: 156px;
  height: 23px;
  padding: 5px 10px;
  line-height: 23px;
  border: 1px solid #cecece;
  outline: none;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  margin-left: 10px;
}

/*.layout-bottom-form select {
  width: 166px;
  height: 35px;
  vertical-align: top;
}*/
.layout-bottom-form .error {
  border-color: #ff0000;
  background-color: #ffe1e1;
}

.layout-bottom-form label {
  float: left;
  width: 100px;
  margin: 0 10px 0 0;
  line-height: 34px;
  text-align: right;
  color: #fff;
}

.layout-bottom-form .item {
  /*padding: 7px 0;*/
  margin-bottom: 10px;
}

.bottom-apply-submit {
  float: left;
  width: 178px;
  height: 35px;
  /* margin: 55px 0 0 -219px; */
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 22px;
  background-color: #cc0000;
  cursor: pointer;
  margin-left: 10px;
}

.bottom-code {
  float: right;
  padding: 0 0 0;
  margin-right: -40px;
}

#verify-btn,
#verifyBtn {
  float: left;
  font-size: 12px;
  color: #1c55ca;
  margin-left: -70px;
  margin-top: 7px;
}

#verifyBtn {
  float: right;
  margin-top: 14px;
  font-size: 14px;
}

/* layout-right */
.layout-right {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
  width: 150px;
  height: 353px;
  margin-top: -176px;
  background: url(../img/layout_right.png) center no-repeat;
}

.layout-right-form {
  padding: 46px 12px 0;
}

.layout-right-form label {
  display: block;
  margin: 5px 0 0;
  color: #fff;
}

.layout-right-form input,
.layout-right-form select {
  width: 106px;
  height: 16px;
  padding: 5px 10px;
  border: 1px solid #cecece;
  outline: none;
}

.layout-right-form select {
  width: 128px;
  height: 28px;
}

.layout-right-form .error {
  border-color: #ff0000;
  background-color: #ffe1e1;
}

.right-apply-submit {
  height: 38px;
  margin: 15px 0 0;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 22px;
  background-color: #f23a3a;
  cursor: pointer;
}

/* layout-one */
.layout-one {
  height: 500px;
}

/* layout-two */
.layout-two {
  padding: 40px 0 50px;
  background-color: #f2f3f3;
}

.QA-character {
  width: 1050px;
  margin-top: 95px;
}

.QA-character li {
  position: relative;
  float: left;
  width: 230px;
  height: 230px;
  margin-right: 26px;
  background-color: #d3e7ff;
}

.QA-character img {
  display: block;
  margin: -70px auto 0;
}

.QA-character .character {
  display: block;
  margin: 15px 0 0;
  font: bold normal 24px/1.5 "Microsoft Yahei";
  color: #136ee3;
  text-align: center;
}

.QA-character .answer {
  padding: 15px 20px 0;
}

/* layout-three */
.layout-three {
  padding: 40px 0 50px;
}

.QA-school li {
  float: left;
  width: 238px;
  height: 208px;
  margin: 25px 10px 0 0;
  border: 1px solid #d3d3d3;
}

.QA-school-hd {
  height: 59px;
  text-align: center;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fff;
}

.QA-school-hd img {
  max-height: 59px;
}

.QA-school-bd {
  height: 133px;
  padding: 15px 16px 0;
  line-height: 1.8;
  background-color: #f4f4f4;
}

.QA-school-btn {
  margin: 10px 0 0;
}

.QA-school-btn span {
  margin-right: 5px;
  cursor: pointer;
}

.QA-school-bd span,
.QA-school-bd img {
  vertical-align: middle;
}

/* layout-four */
.layout-four {
  padding: 45px 0;
  background-color: #f2f3f3;
}

.specialist {
  position: relative;
  margin: 40px 0 0;
}

.specialist-left,
.specialist-right {
  position: absolute;
  top: 62px;
  z-index: 2;
  width: 20px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  line-height: 50px;
  background-color: rgba(0, 0, 0, .1);
  cursor: pointer;
}

.specialist-left {
  left: 0;
  text-indent: -7px;
  border-radius: 5px 0 0 5px;
}

.specialist-right {
  right: 0;
  text-indent: 4px;
  border-radius: 0 5px 5px 0;
}

.specialist-left:hover,
.specialist-right:hover {
  background-color: rgba(0, 0, 0, .15);
}

.specialist-content {
  overflow: hidden;
  position: relative;
  width: 885px;
  height: 175px;
  margin: 0 auto;
}

.specialist-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 10000%;
}

.specialist-item li {
  overflow: hidden;
  float: left;
  width: 275px;
  height: 175px;
  margin: 0 30px 0 0;
  background-color: #fff;
}

.specialist-item img {
  float: left;
  width: 115px;
  height: 115px;
  margin: 30px 0 0 15px;
}

.specialist-info {
  float: right;
  width: 125px;
  margin: 15px 5px 0 0;
}

.specialist-info .title {
  font: bold 18px/1 "Microsoft Yahei";
}

.specialist-info .name {
  margin: 5px 0 0;
  font-size: 16px;
  color: #ed5b28;
}

.specialist-info .school {
  overflow: hidden;
  height: 54px;
  margin: 5px 0 0;
  font-size: 12px;
}

.specialist-info .book {
  display: block;
  width: 100px;
  height: 30px;
  margin: 12px 0 0;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 5px;
  background-color: #dd2442;
  cursor: pointer;
}

/* layout-five */
.layout-five {
  height: 549px;
  padding: 60px 0 0;
  background: url(../img/layout_five.jpg) center no-repeat;
}

.layout-five .g-title1 {
  color: #fff;
}

.course {
  padding: 40px 0 45px;
  margin: 15px 0 0;
  background-color: #fff;
}

.course-tab ul {
  width: 910px;
  margin: 0 auto;
}

.course-tab li {
  float: left;
  width: 225px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  border-right: 2px solid #fff;
  background-color: #edecec;
  cursor: pointer;
}

.course-tab li.current {
  color: #fff;
  background-color: #e12d2e;
}

.course-tab li.current:after {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  content: '.';
  border-width: 10px;
  border-color: #e12d2e transparent transparent transparent;
  border-style: solid dashed dashed dashed;
}

.course-bd {
  display: none;
  width: 910px;
  margin: 25px auto 0;
}

.course-intro {
  float: left;
  width: 210px;
  height: 260px;
  border: 1px solid #dadada;
}

.course-intro img {
  display: block;
  margin: 10px auto 0;
}

.course-intro p {
  font-size: 12px;
  padding: 15px 15px 0;
}

.course-school {
  float: right;
  width: 670px;
}

.course-school td {
  padding: 5px 20px;
  color: #515151;
  border: 1px solid #a0a0a0;
}

/* layout-six */
.layout-six {
  padding: 45px 0;
}

.layout-six .g-title2 {
  color: #1e5296;
}

.photos {
  position: relative;
  padding: 0 0 30px;
  margin: 40px 0 0;
}

.content-main {
  position: relative;
}

.photos .content-btn {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 22px !important;
  height: 22px !important;
  cursor: pointer;
}

.photos li {
  overflow: hidden;
  position: absolute;
  border-radius: 5px;
}

.photos li img {
  width: 100%;
  height: 100%;
}

.photos .prev-btn {
  left: 470px;
}

.photos .next-btn {
  left: auto !important;
  right: 470px;
}

/* layout-seven */
.layout-seven {
  padding: 45px 0;
  background: url(../img/layout_seven_bg.png) center top no-repeat #f2f3f3;
}

.layout-seven .g-title2 {
  color: #1e5296;
}

.lightspot {
  margin: 30px 0 0;
}

/* layout-eight */
.layout-eight {
  padding: 45px 0;
  background: url(../img/layout_eight_bg.png) center 115px no-repeat;
}

.layout-eight .g-title2 {
  color: #1e5296;
}

.schedule {
  margin-top: 20px;
}

.schedule th {
  border: 1px solid #5298df;
}

.schedule td {
  padding: 10px 25px;
  border: 1px solid #5298df;
}

/* layout-nine */
.layout-nine {
  padding: 25px 0 40px;
  background-color: #f2f3f3;
}

.layout-nine .g-title2 {
  color: #1e5296;
}

.city {
  position: relative;
  width: 930px;
  height: 200px;
  margin: 40px auto 0;
  background: url(../img/layout_nine_bg3.png?v=20180301);
}

.city ul {
  width: 1000px;
  padding: 103px 0 0 35px;
  font-size: 13px;
}

.city li {
  float: left;
  width: 158px;
  padding: 18px 0 0 10px;
  margin-right: 60px;
}

.city li.current {
  color: #fff;
}

/* layout-ten */
.layout-ten {
  padding: 25px 0 40px;
}

.layout-ten .g-title2 {
  color: #1e5296;
}

.attended-school-tab {
  padding-left: 100px;
  margin-top: 25px;
  border-bottom: 1px solid #db2c35;
}

.attended-school-tab li {
  position: relative;
  bottom: -1px;
  z-index: 2;
  float: left;
  height: 30px;
  padding: 0 15px;
  margin-right: 40px;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
}

.attended-school-tab li.current {
  border-width: 2px 1px 1px 1px;
  border-style: solid;
  border-color: #db2c35 #db2c35 #ffffff #db2c35;
}

.attended-school-bd {
  display: none;
  margin: 30px 0 0;
}

.attended-school-bd table {
  margin: 0 auto;
}

.attended-school-bd td {
  padding: 5px 20px;
  color: #515151;
  border: 1px solid #a0a0a0;
}

/* layout-eleven */
.layout-eleven {
  height: 172px;
  padding: 15px 0 0;
  background: url(../img/layout_eleven.jpg) center no-repeat;
}

.layout-eleven .g-title2 {
  color: #fff;
}

.booth-cost {
  margin: 25px 0 0;
  text-align: center;
}

.booth-cost p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  padding: 0 30px;
  font: normal 16px/30px "Microsoft Yahei";
  color: #f13b3b;
  background-color: #fff;
  border-radius: 5px;
}

.booth-cost em {
  font-style: normal;
  font-weight: bold;
}

.booth-deploy {
  margin: 20px 0 0;
  text-align: center;
}

.booth-deploy p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 28px;
  padding: 0 15px;
  font: normal 16px/28px "Microsoft Yahei";
  color: #fff;
  border: 1px solid #fff;
}

/* layout-twelve */
.layout-twelve {
  height: 360px;
  padding: 40px 0 0;
  background: url(../img/layout_twelve_bg.jpg) center no-repeat;
}

.layout-twelve .g-title2 {
  color: #1e5296;
}

.scope {
  margin: 10px 0 0;
  text-align: center;
  font-size: 20px;
  color: #787878;
}

.scope img {
  margin: 20px 0 0;
}

/* layout-thirteen */
.layout-thirteen {
  height: 165px;
  padding: 30px 0 0;
  background: url(../img/layout_thirteen.jpg) center no-repeat;
}

.about {
  color: #fff;
}

.about .title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

.about .content {
  margin: 15px 0 0;
  text-indent: 2em;
}

/* layout-fourteen */
.layout-fourteen {
  height: 288px;
  padding: 40px 0 0;
  background: url(../img/layout_fourteen.jpg) center no-repeat;
}

.contact-us {
  margin: 15px 0 0;
}

.contact {
  margin: 40px 0 0;
  font-size: 16px;
}

.contact li {
  float: left;
  width: 33.3%;
}

/* footer */
.footer {
  padding: 20px 0 15px;
  font-size: 12px;
}

.footer-content {
  width: 1000px;
  margin: 0 auto;
}

.copyright {
  text-align: center;
  line-height: 2;
}

.police {
  margin: 12px 0 0;
  text-align: center;
}

.police a {
  margin: 0 5px;
}

.footer a:link,
.footer a:visited {
  color: #333;
}

.footer a:hover {
  text-decoration: underline;
}