#main {
  background: #76c1d4;
}
#main .test_pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  text-align: center;
  display: none;
}
#main .test_pop .test_pop_bg {
  height: 100%;
  background: black;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
#main .test_pop .test_form_box {
  width: 320px;
  height: 320px;
  border: 6px solid #76c1d4;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -160px 0 0 -160px;
}
#main .test_pop .test_tit {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  margin-top: 10px;
}
#main .test_pop .close_form_btn {
  width: 26px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  line-height: 26px;
  color: #333;
  cursor: pointer;
}
#main .test_pop form {
  margin-top: 14px;
}
#main .test_pop .item {
  margin-bottom: 12px;
}
#main .test_pop label {
  display: inline-block;
  width: 70px;
  font-size: 14px;
  line-height: 28px;
}
#main .test_pop label span {
  letter-spacing: 2em;
}
#main .test_pop input,
#main .test_pop select {
  font-size: 14px;
  line-height: 28px;
  width: 150px;
  height: 28px;
  border: 1px solid #979a9b;
  outline: none;
  padding: 0 5px;
}
#main .test_pop .score-tit span {
  letter-spacing: 0.5em;
}
#main .test_pop .submitBtn {
  width: 174px;
  background: #ff9b4e;
  font-size: 16px;
  line-height: 40px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin: 20px auto 0;
}
#main .test_pop .submitBtn:hover {
  background: #2d2723;
  color: #fff;
}
#main .banner .bg1 {
  height: 136px;
  background: url("../img/banner_bg1.jpg") no-repeat center top;
}
#main .banner .bg2 {
  height: 136px;
  background: url("../img/banner_bg2.jpg") no-repeat center top;
}
#main .banner .bg3 {
  height: 128px;
  background: url("../img/banner_bg3.jpg") no-repeat center top;
  padding-top: 78px;
}
#main .banner .bg4 {
  height: 100px;
  background: url("../img/banner_bg4.jpg") no-repeat center top;
  padding-top: 50px;
}
#main .banner .button-box {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#main .banner .button {
  width: 150px;
  background: #ff9b4e;
  font-size: 18px;
  line-height: 50px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-align: center;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#main .banner .button:hover {
  cursor: pointer;
  background: #2d2723;
  color: #fff;
}
#main .banner .button1 {
  margin-right: 26px;
}
#main .banner .wrap-box {
  width: 100%;
  text-align: center;
}
#main .banner .fixed {
  position: fixed;
  top: 0;
  z-index: 2;
}
#main .banner .fixed .wrap {
  background: #76c1d4;
}
#main .banner .wrap {
  width: 1115px;
  margin: 0 auto;
}
#main .banner .item {
  display: inline-block;
  width: 142px;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#main .banner .item:hover {
  background: #f1f0f0;
}
#main .banner .active {
  background: #f1f0f0;
}
#main .section-module {
  width: 1115px;
  margin: 0 auto;
}
#main .module {
  background: #f1f0f0;
}
#main .module2 {
  margin-top: 102px;
  position: relative;
}
#main .section-title {
  height: 66px;
  padding-top: 16px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
}
#main .section-title h2 {
  font-size: 36px;
  line-height: 50px;
  color: #2d2723;
  display: inline-block;
  position: relative;
}
#main .section-title h2:before,
#main .section-title h2:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #000;
  top: 25px;
}
#main .section-title h2:before {
  left: -130px;
}
#main .section-title h2:after {
  right: -130px;
}
#main .section1 {
  padding-top: 36px;
}
#main .section1 .section-title {
  background-image: url(../img/title_num01.png);
}
#main .section1 .text {
  width: 820px;
  margin: 30px auto 0;
  position: relative;
}
#main .section1 .text p {
  font-size: 14px;
  line-height: 20px;
  text-indent: 4.5em;
}
#main .section1 .tit {
  width: 62px;
  height: 26px;
  position: absolute;
  top: -6px;
  left: 0;
  padding-top: 2px;
}
#main .section1 .tit1 {
  background: url(../img/section1_num01.png) no-repeat left top;
}
#main .section1 .tit2 {
  background: url(../img/section1_num02.png) no-repeat left top;
}
#main .section1 h4 {
  font-size: 18px;
  line-height: 24px;
  color: #ff8e37;
}
#main .section1 .button {
  width: 138px;
  background: #ff9b4e;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin: 22px auto 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#main .section1 .button:hover {
  cursor: pointer;
  background: #2d2723;
  color: #fff;
}
#main .section1 .button p {
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  float: left;
  margin-left: 26px;
}
#main .section1 .icon {
  width: 36px;
  height: 36px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #eee;
  float: right;
  margin: 2px 2px 0 0;
}
#main .section1 img {
  margin: 7.5px 0 0 14px;
}
#main .section2 {
  width: 1000px;
  margin: 45px auto 0;
  padding: 45px 0 50px;
  background: #fae9df;
  overflow: hidden;
}
#main .section2 .section-title {
  background-image: url(../img/title_num02.png);
}
#main .section2 .box {
  width: 428px;
  float: left;
  position: relative;
  margin-top: 20px;
}
#main .section2 .box1 {
  margin-left: 60px;
}
#main .section2 .box2 {
  margin-left: 26px;
}
#main .section2 .left {
  width: 9px;
  position: absolute;
  top: 26px;
}
#main .section2 .circle {
  width: 9px;
  height: 9px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #484847;
}
#main .section2 .line {
  width: 1px;
  height: 290px;
  background: #8e8783;
  margin-left: 4px;
}
#main .section2 .info {
  width: 396px;
  margin-left: 26px;
}
#main .section2 .tit {
  overflow: hidden;
  margin-left: 8px;
}
#main .section2 h3 {
  font-size: 26px;
  line-height: 54px;
  float: left;
  margin-right: 18px;
}
#main .section2 img {
  float: left;
  margin-top: 14px;
}
#main .section2 .item {
  overflow: hidden;
}
#main .section2 .item h4,
#main .section2 .item .text {
  float: left;
}
#main .section2 .item h4 {
  margin-right: 4px;
}
#main .section2 .nitem .text {
  line-height: 24px;
  margin-left: 8px;
}
#main .section2 h4,
#main .section2 .text {
  font-size: 14px;
  line-height: 34px;
}
#main .section2 h4 {
  color: #ff8e37;
}
#main .section2 span {
  letter-spacing: 2em;
}
#main .section2 .button {
  width: 158px;
  background: #ff9b4e;
  font-size: 16px;
  line-height: 40px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin: 28px auto 0;
}
#main .section2 .button:hover {
  background: #2d2723;
  color: #fff;
}
#main .section3 {
  margin-top: 40px;
}
#main .section3 .section-title {
  background-image: url(../img/title_num03.png);
}
#main .section3 .wrap {
  overflow: hidden;
  margin-top: 32px;
  text-align: center;
}
#main .section3 .item {
  width: 20%;
  float: left;
}
#main .section3 .pic {
  width: 140px;
  height: 70px;
  margin: 0 auto;
}
#main .section3 .tit {
  font-size: 20px;
  line-height: 48px;
  color: #ff8e37;
}
#main .section3 .text {
  font-size: 14px;
  line-height: 24px;
  width: 142px;
  margin: 0 auto;
}
#main .section3 .button {
  width: 122px;
  background: #ff9b4e;
  font-size: 16px;
  line-height: 40px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin: 14px auto 0;
}
#main .section3 .button:hover {
  background: #2d2723;
  color: #fff;
}
#main .section4 {
  width: 1000px;
  background: #fae9df;
  margin: 45px auto 0;
  padding: 45px 0 52px;
}
#main .section4 .section-title {
  background-image: url(../img/title_num04.png);
}
#main .section4 .min-title {
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
#main .section4 .container {
  width: 874px;
  margin: 38px auto 0;
  overflow: hidden;
}
#main .section4 .left {
  width: 128px;
  float: left;
  position: relative;
}
#main .section4 .line {
  width: 2px;
  height: 216px;
  background: #6e6a68;
  margin: 10px 0 0 114px;
}
#main .section4 .wrap-name {
  width: 100%;
  position: absolute;
  top: -34px;
}
#main .section4 .item-name {
  margin-top: 35px;
  position: relative;
}
#main .section4 .item-name:after {
  content: url(../img/section1_icon.png);
  position: absolute;
  top: 2px;
  right: 0;
  display: none;
}
#main .section4 .item-name-last:after {
  top: 16px;
}
#main .section4 .active h4 {
  color: #000;
  text-decoration: underline;
}
#main .section4 .active:after {
  display: block;
}
#main .section4 h4 {
  width: 90px;
  text-align: end;
  font-size: 18px;
  line-height: 24px;
  color: #ff8e37;
}
#main .section4 h4:hover {
  cursor: pointer;
}
#main .section4 .right {
  width: 730px;
  float: right;
}
#main .section4 .item-info {
  height: 232px;
  overflow: hidden;
  display: none;
}
#main .section4 .show {
  display: block;
}
#main .section4 .pic-box {
  width: 157px;
  float: left;
}
#main .section4 .pic {
  height: 157px;
}
#main .section4 .button {
  width: 124px;
  background: #ff9b4e;
  font-size: 16px;
  line-height: 40px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin: 30px auto 0;
}
#main .section4 .button:hover {
  background: #2d2723;
  color: #fff;
}
#main .section4 .info {
  width: 542px;
  float: right;
}
#main .section4 .top {
  overflow: hidden;
}
#main .section4 h3 {
  font-size: 24px;
  line-height: 34px;
  float: left;
}
#main .section4 .tip {
  font-size: 14px;
  line-height: 24px;
  float: left;
  margin: 10px 0 0 10px;
}
#main .section4 .rank,
#main .section4 .text,
#main .section4 p.bottom,
#main .section4 .tit,
#main .section4 .school {
  font-size: 14px;
  line-height: 24px;
}
#main .section4 .rank {
  font-weight: bold;
  float: right;
  margin-top: 10px;
}
#main .section4 .text-box {
  margin-top: 22px;
}
#main .section4 .ask {
  color: #ff8e37;
  font-weight: bold;
}
#main .section4 .ask:hover {
  color: #000;
}
#main .section4 p.bottom {
  margin-top: 24px;
}
#main .section4 span {
  font-weight: bold;
}
#main .section4 div.bottom {
  overflow: hidden;
  margin-top: 10px;
}
#main .section4 .school {
  float: left;
}
#main .section4 .school-left {
  margin-right: 14px;
}
#main .section4 .img-container {
  width: 920px;
  margin: 62px auto 0;
  position: relative;
}
#main .section4 .content {
  width: 830px;
  height: 207px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#main .section4 .wrap {
  width: 960px;
  overflow: hidden;
  position: absolute;
  margin-left: -5px;
}
#main .section4 .item {
  width: 120px;
  height: 207px;
  float: left;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center;
}
#main .section4 .item1 {
  background-image: url(../img/section4_img1.jpg);
}
#main .section4 .item2 {
  background-image: url(../img/section4_img2.jpg);
}
#main .section4 .item3 {
  width: 330px;
  background-image: url(../img/section4_img3.jpg);
}
#main .section4 .item4 {
  background-image: url(../img/section4_img4.jpg);
}
#main .section4 .item5 {
  background-image: url(../img/section4_img5.jpg);
}
#main .section4 .item6 {
  background-image: url(../img/section4_img6.jpg);
}
#main .section4 .btn {
  position: absolute;
  top: 94px;
}
#main .section4 .btn:hover {
  cursor: pointer;
}
#main .section4 .prev {
  left: 0;
}
#main .section4 .next {
  right: 0;
}
#main .section5 {
  margin-top: 36px;
  overflow: hidden;
  padding-bottom: 84px;
}
#main .section5 .section-title {
  background-image: url(../img/title_num05.png);
}
#main .section5 .box {
  float: left;
  overflow: hidden;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}
#main .section5 .box1 {
  margin-left: 110px;
}
#main .section5 .box2 {
  margin-left: 80px;
}
#main .section5 .left {
  width: 9px;
  float: left;
  margin-top: 24px;
}
#main .section5 .circle {
  width: 9px;
  height: 9px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #484847;
}
#main .section5 .line {
  width: 1px;
  height: 362px;
  background: #8e8783;
  margin-left: 4px;
}
#main .section5 .info {
  width: 340px;
  float: left;
  margin-left: 40px;
}
#main .section5 .tit {
  overflow: hidden;
}
#main .section5 h3 {
  font-size: 26px;
  line-height: 54px;
  float: left;
}
#main .section5 .icon {
  float: left;
  margin: 14px 0 0 20px;
}
#main .section5 .text,
#main .section5 h5 {
  font-size: 14px;
  line-height: 24px;
}
#main .section5 h4 {
  font-size: 18px;
  line-height: 42px;
  color: #ff8e37;
  margin-top: 8px;
}
#main .section5 h4:before {
  content: "¡ñ";
  font-size: 16px;
  margin-right: 5px;
  vertical-align: top;
}
#main .section5 .item {
  overflow: hidden;
}
#main .section5 .item .text {
  float: left;
  max-width: 280px;
}
#main .section5 h5 {
  float: left;
}
#main .section5 .button-box {
  width: 286px;
  overflow: hidden;
  margin: 22px auto 0;
}
#main .section5 .button {
  width: 122px;
  background: #ff9b4e;
  font-size: 16px;
  line-height: 40px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#main .section5 .button:hover {
  background: #2d2723;
  color: #fff;
}
#main .section5 .button1 {
  float: left;
}
#main .section5 .button2 {
  float: right;
}
#main .module-top {
  width: 1338px;
  height: 305px;
  position: absolute;
  top: -305px;
  left: -90px;
  padding-top: 232px;
}
#main .module-top .left,
#main .module-top .right {
  position: absolute;
  bottom: 0;
}
#main .module-top .right {
  right: 0;
}
#main .module-top .center {
  width: 508px;
  overflow: hidden;
  margin-left: 490px;
}
#main .module-top .tel {
  float: left;
}
#main .module-top .tel-icon {
  float: left;
  margin: 8px 10px 0 0;
}
#main .module-top .tel-text {
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  float: left;
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(20%, #ff9b4e), color-stop(25%, #ff9b4e), color-stop(30%, #ff9b4e), color-stop(50%, #000), color-stop(70%, #ff9b4e), color-stop(75%, #ff9b4e), color-stop(80%, #ff9b4e), to(#000));
  background: -webkit-linear-gradient(left, #000 0%, #ff9b4e 20%, #ff9b4e 25%, #ff9b4e 30%, #000 50%, #ff9b4e 70%, #ff9b4e 75%, #ff9b4e 80%, #000 100%);
  background: -moz-linear-gradient(left, #000 0%, #ff9b4e 20%, #ff9b4e 25%, #ff9b4e 30%, #000 50%, #ff9b4e 70%, #ff9b4e 75%, #ff9b4e 80%, #000 100%);
  background: linear-gradient(to right, #000 0%, #ff9b4e 20%, #ff9b4e 25%, #ff9b4e 30%, #000 50%, #ff9b4e 70%, #ff9b4e 75%, #ff9b4e 80%, #000 100%);
  -moz-background-size: 200% 100%;
  background-size: 200% 100%;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-animation: animate 3s linear infinite;
  -moz-animation: animate 3s linear infinite;
  animation: animate 3s linear infinite;
}
#main .module-top .button {
  width: 170px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #ff9b4e;
  float: right;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#main .module-top .button:hover {
  cursor: pointer;
  background: #2d2723;
  color: #fff;
}
#main .module-top .button-text {
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  float: left;
  margin-left: 32px;
}
#main .module-top .icon {
  width: 44px;
  height: 44px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #eee;
  float: right;
  margin: 3px 3px 0 0;
}
#main .module-top .to {
  margin: 10px 0 0 16px;
}
#main .section6 {
  padding-top: 90px;
}
#main .section6 .section-title {
  background-image: url(../img/title_num06.png);
}
#main .section6 .wrap {
  width: 898px;
  height: 400px;
  margin: 24px auto 0;
  position: relative;
  background: url(../img/section6_bg.png) no-repeat 64px 95px;
  text-align: center;
}
#main .section6 .item {
  position: absolute;
  background: #fae9df;
}
#main .section6 .item:after {
  content: "";
  position: absolute;
  border-top: 14px solid #fae9df;
  border-bottom: 14px solid transparent;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}
#main .section6 .item1 {
  width: 110px;
  top: 26px;
  left: 151px;
}
#main .section6 .item1:after {
  left: 44px;
  bottom: -28px;
}
#main .section6 .item2 {
  width: 160px;
  top: 54px;
  left: 363px;
}
#main .section6 .item2:after {
  left: 69px;
  bottom: -28px;
}
#main .section6 .item3 {
  width: 170px;
  top: 0px;
  right: 109px;
}
#main .section6 .item3:after {
  left: 74px;
  bottom: -28px;
}
#main .section6 .item4 {
  width: 120px;
  top: 135px;
  right: 1px;
}
#main .section6 .item4:after {
  left: 49px;
  bottom: -28px;
}
#main .section6 .item5 {
  width: 170px;
  bottom: 122px;
  right: 179px;
}
#main .section6 .item5:after {
  left: 74px;
  bottom: -28px;
}
#main .section6 .item6 {
  width: 130px;
  bottom: 0;
  left: 401px;
}
#main .section6 .item6:after {
  top: -28px;
  left: 54px;
  border-top-color: transparent;
  border-bottom-color: #fae9df;
}
#main .section6 .item7 {
  width: 140px;
  bottom: 58px;
  left: 212px;
}
#main .section6 .item7:after {
  top: -28px;
  left: 59px;
  border-top-color: transparent;
  border-bottom-color: #fae9df;
}
#main .section6 .item8 {
  width: 140px;
  bottom: 164px;
  left: 0;
}
#main .section6 .item8:after {
  left: 59px;
  bottom: -28px;
}
#main .section6 .text {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  padding: 10px 0;
}
#main .section7 {
  margin-top: 90px;
}
#main .section7 .section-title {
  background-image: url(../img/title_num07.png);
}
#main .section7 .content {
  width: 1000px;
  margin: 32px auto 0;
  background: #fae9df;
  padding: 12px 35px 35px;
}
#main .section7 .tit {
  font-size: 14px;
  line-height: 54px;
  color: #3d3535;
  text-align: center;
  border-bottom: 1px solid #fff;
}
#main .section7 form {
  margin-top: 28px;
}
#main .section7 .item {
  width: 160px;
  float: left;
  background: #fff;
  margin-right: 38px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#main .section7 .hidden {
  overflow: hidden;
}
#main .section7 .hidden input {
  float: left;
}
#main .section7 .icon {
  width: 38px;
  height: 36px;
  float: left;
}
#main .section7 .icon1 {
  background: url(../img/icon_name.png) no-repeat center;
}
#main .section7 .icon2 {
  background: url(../img/icon_tel.png) no-repeat center;
}
#main .section7 .icon3 {
  background: url(../img/icon_city.png) no-repeat center;
}
#main .section7 .icon4 {
  background: url(../img/icon_school.png) no-repeat center;
}
#main .section7 input {
  width: 122px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #828282;
  outline: none;
}
#main .section7 .select {
  width: 122px;
  float: left;
  position: relative;
  cursor: pointer;
}
#main .section7 .select input {
  cursor: pointer;
}
#main .section7 ul {
  width: 160px;
  max-height: 120px;
  overflow-y: scroll;
  background: #fff;
  position: absolute;
  left: -38px;
  z-index: 1;
  display: none;
}
#main .section7 li {
  font-size: 14px;
  line-height: 20px;
  padding-left: 38px;
}
#main .section7 .city {
  background: url(../img/icon_bottom.png) no-repeat 94px 12px;
}
#main .section7 .afterChange {
  color: #000;
}
#main .section7 .submit {
  width: 136px;
  background: #ff9b4e;
  font-size: 16px;
  line-height: 36px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  float: right;
}
#main .section7 .submit:hover {
  background: #2d2723;
  color: #fff;
}
#main .section8 {
  margin-top: 90px;
  overflow: hidden;
}
#main .section8 .section-title {
  background-image: url(../img/title_num08.png);
}
#main .section8 .box {
  width: 480px;
  float: left;
  margin-top: 32px;
}
#main .section8 .box1 {
  margin-left: 60px;
  margin-right: 40px;
}
#main .section8 .left {
  float: left;
  margin-right: 26px;
}
#main .section8 .info {
  width: 302px;
  float: right;
  background: url(../img/section8_img_bg.png) no-repeat 196px 24px;
}
#main .section8 .text {
  font-size: 14px;
  line-height: 24px;
}
#main .section8 span {
  color: #ff8e37;
  font-weight: bold;
}
#main .section8 .last {
  margin-top: 20px;
}
#main .section8 .button {
  width: 122px;
  background: #ff9b4e;
  font-size: 16px;
  line-height: 40px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin: 24px auto 0;
}
#main .section8 .button:hover {
  background: #2d2723;
  color: #fff;
}
#main .section9 {
  margin-top: 90px;
}
/* #main .section9 .section-title {
  background-image: url(../img/title_num09.png);
} */
#main .section9 .section-title {
  background-image: url(../img/title_num08.png);
}
#main .section9 .wrap {
  width: 1000px;
  margin: 32px auto 0;
  background: #fae9df;
  overflow: hidden;
  text-align: center;
}
#main .section9 .item {
  width: 25%;
  height: 194px;
  float: left;
}
#main .section9 .item-img {
  overflow: hidden;
}
#main .section9 .item-text {
  padding-top: 10px;
  position: relative;
}
#main .section9 .item-text:after {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  left: 113px;
  z-index: 1;
}
#main .section9 .item-top:after {
  border-top: 12px solid #fae9df;
  bottom: -23px;
}
#main .section9 .item-bottom:after {
  border-bottom: 12px solid #fae9df;
  top: -23px;
}
#main .section9 h3 {
  font-size: 18px;
  line-height: 46px;
  color: #010101;
}
#main .section9 p {
  font-size: 14px;
  line-height: 24px;
  color: #58585a;
}
#main .section9 .button {
  width: 110px;
  background: #ff9b4e;
  font-size: 16px;
  line-height: 40px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin: 10px auto 0;
}
#main .section9 .button:hover {
  background: #2d2723;
  color: #fff;
}
#main .section9 img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#main .section9 img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#main .section10 {
  margin-top: 90px;
}
/* #main .section10 .section-title {
  background-image: url(../img/title_num10.png);
} */
#main .section10 .section-title {
  background-image: url(../img/title_num09.png);
}
#main .section10 .teacher_bottom {
  margin-top: 20px;
}
@-webkit-keyframes animate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}
@-moz-keyframes animate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}
@keyframes animate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}
