.button {
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  line-height: 46px;
  color: #fff;
  border-radius: 23px;
  background: #ef4135;
  transition: all .3s;
}
.button:hover {
  background: #fed850;
  color: #6c2d48;
}
.button-box {
  width: 630px;
  overflow: hidden;
  margin: 30px auto 0;
}
.button-box .button {
  width: 280px;
}
.button-box .button1 {
  float: left;
}
.button-box .button2 {
  float: right;
}
body {
  background: #faf8fa;
}
#main .banner .bg {
  background-repeat: no-repeat;
  background-position: center;
}
#main .banner .bg1 {
  height: 155px;
  background-image: url(../img/banner_bg1.jpg);
  padding-top: 41px;
}
#main .banner .bg2 {
  height: 140px;
  background-image: url(../img/banner_bg2.jpg);
}
#main .banner .bg3 {
  height: 128px;
  background-image: url(../img/banner_bg3.jpg);
}
#main .banner .bg4 {
  height: 127px;
  background-image: url(../img/banner_bg4.jpg);
}
#main .banner .button1-box {
  width: 1100px;
  margin: 0 auto;
}
#main .banner .button1 {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 38px;
  background: #f9615d;
  border-radius: 19px;
  padding: 9px 0;
  margin-left: 1062px;
  cursor: pointer;
  transition: all .3s;
}
#main .banner .button1:hover {
  background: #fed850;
  color: #6c2d48;
}
#main .nav {
  background: #ef4135;
  text-align: center;
  padding: 6px 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
#main .nav li {
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  display: inline-block;
  padding: 0 27.8px;
  border-radius: 22px;
  cursor: pointer;
  transition: all .3s;
}
#main .nav li:hover {
  background: #fed850;
  color: #6c2d48;
}
#main .nav .active {
  background: #fed850;
  color: #6c2d48;
}
#main .fixed {
  position: fixed;
  top: 0;
  left: 0;
}
#main .section {
  width: 1200px;
  margin: 0 auto;
}
#main .section-title-box {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
#main .section-title-box .icon {
  position: absolute;
  top: 15px;
}
#main .section-title-box .icon1 {
  left: 0;
}
#main .section-title-box .icon2 {
  right: 0;
}
#main .section-title {
  font-size: 32px;
  line-height: 52px;
  color: #ef4135;
}
#main .section1 {
  background: #fff;
  margin-top: 96px;
  border-radius: 17px;
  padding: 12px 50px 30px;
  position: relative;
}
#main .section1 .title {
  font-size: 32px;
  line-height: 80px;
  color: #ef4135;
  margin-left: 12px;
}
#main .section1 .tips {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  width: 1008px;
  margin-left: 10px;
}
#main .section1 .table-box {
  border: 5px solid #e67a2b;
  margin-top: 22px;
}
#main .section1 table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-color: #ffbb8d;
  background: #feefd6;
}
#main .section1 td {
  border: 5px solid #ffbb8d;
}
#main .section1 .tit {
  text-align: center;
  font-size: 20px;
  line-height: 80px;
  color: #ef4135;
  font-weight: 700;
  width: 200px;
}
#main .section1 .text {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  padding: 0 54px 0 30px;
}
#main .section1 span {
  font-weight: 700;
}
#main .section1 .red {
  color: #ef4135;
}
#main .section1 .bg {
  position: absolute;
  top: 65px;
  left: -252px;
}
#main .section2 {
  margin-top: 50px;
}
#main .section2 .section-title-box {
  width: 750px;
}
#main .section2 .wrap {
  width: 1224px;
  overflow: hidden;
  margin: 30px 0 0 -25px;
}
#main .section2 .item {
  width: 280px;
  height: 252px;
  float: left;
  margin-left: 26px;
  background: #fff;
  border-radius: 17px 17px 9px 9px;
  overflow: hidden;
}
#main .section2 .item1 .tit {
  background-image: url(../img/section2_bg1.jpg);
}
#main .section2 .item2 .tit {
  background-image: url(../img/section2_bg2.jpg);
}
#main .section2 .item3 .tit {
  background-image: url(../img/section2_bg3.jpg);
}
#main .section2 .item4 .tit {
  background-image: url(../img/section2_bg4.jpg);
}
#main .section2 .tit {
  text-align: center;
  font-size: 20px;
  line-height: 92px;
  color: #fff;
  background-repeat: no-repeat;
}
#main .section2 .text {
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
  width: 222px;
  margin: 26px auto 0;
}
#main .section3 {
  margin-top: 4px;
  text-align: center;
}
#main .section3 .title {
  font-size: 32px;
  line-height: 84px;
  color: #6c2d48;
}
#main .section3 .container {
  background: #fff;
  border-radius: 17px;
  position: relative;
  padding-top: 28px;
}
#main .section3 .content {
  width: 1032px;
  height: 212px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#main .section3 .wrap {
  position: absolute;
  overflow: hidden;
}
#main .section3 .item {
  width: 1032px;
  float: left;
  overflow: hidden;
}
#main .section3 .school {
  width: 172px;
  float: left;
}
#main .section3 .school-name {
  font-size: 18px;
  line-height: 58px;
  color: #404040;
  font-weight: 700;
}
#main .section3 .icon {
  position: absolute;
  top: 106px;
  cursor: pointer;
}
#main .section3 .prev {
  left: 32px;
}
#main .section3 .next {
  right: 32px;
}
#main .section4 {
  margin-top: 60px;
  width: auto;
  height: 300px;
  background: #ffe1e2;
  padding-top: 30px;
}
#main .section4 .section-title-box {
  width: 802px;
}
#main .section4 .content {
  width: 1200px;
  margin: 38px auto 0;
}
#main .section4 form {
  width: 1170px;
  margin-left: -5px;
}
#main .section4 .item {
  width: 350px;
  background: #fff;
  float: left;
  margin: 0 0 24px 40px;
}
#main .section4 .icon-box {
  text-align: center;
  width: 48px;
  float: left;
  padding-top: 14px;
}
#main .section4 label {
  width: 80px;
  font-size: 16px;
  line-height: 55px;
  color: #333;
  float: left;
}
#main .section4 input,
#main .section4 .select-box {
  width: 222px;
  height: 55px;
  font-size: 16px;
  line-height: 55px;
  float: left;
}
#main .section4 input {
  padding-right: 20px;
  color: #b2b2b2;
  background: transparent;
}
#main .section4 .select-box {
  position: relative;
  background: url(../img/section4_icon5.png) no-repeat 182px center;
}
#main .section4 .select-text,
#main .section4 .select {
  cursor: default;
}
#main .section4 .afterChange {
  color: #000;
}
#main .section4 .select {
  display: none;
  position: absolute;
  top: 55px;
  left: -128px;
  width: 350px;
  max-height: 216px;
  overflow: auto;
  font-size: 14px;
  line-height: 24px;
  background: #fff;
  z-index: 1;
}
#main .section4 li {
  padding-left: 128px;
}
#main .section4 li:hover {
  background: #eee;
}
#main .section4 .subject + .select li {
  padding-left: 12px;
}
#main .section4 .code {
  width: 226px;
  padding: 0 18px;
}
#main .section4 .get-code {
  width: 124px;
  font-size: 16px;
  line-height: 55px;
  color: #fff;
  text-align: center;
  background: #6c2d48;
  float: left;
  cursor: pointer;
}
#main .section4 .submit {
  width: 350px;
  float: left;
  margin-left: 40px;
  line-height: 55px;
  font-weight: 700;
  border-radius: 28px;
}
#main .section5 {
  margin-top: 50px;
  text-align: center;
}
#main .section5 .section-title-box {
  width: 540px;
}
#main .section5 .tips {
  text-align: center;
  font-size: 20px;
  line-height: 46px;
  color: #333;
}
#main .section5 .wrap {
  width: 1216px;
  margin: 82px 0 0 -15px;
}
#main .section5 .item {
  width: 290px;
  height: 250px;
  background: #fff;
  border-radius: 17px;
  float: left;
  margin-left: 14px;
  position: relative;
  padding-top: 48px;
}
#main .section5 .icon-box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  padding-top: 33px;
  position: absolute;
  top: -60px;
  left: 85px;
}
#main .section5 .tit {
  font-size: 22px;
  line-height: 60px;
  color: #333;
}
#main .section5 .text {
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
  width: 236px;
  margin: 0 auto;
  text-align: left;
}
#main .section6 {
  margin-top: 50px;
}
#main .section6 .section-title-box {
  width: 588px;
}
#main .section6 .tips {
  font-size: 20px;
  line-height: 46px;
  color: #333;
  text-align: center;
}
#main .section6 .wrap {
  width: 1080px;
  margin: 18px 0 0 50px;
}
#main .section6 .item {
  width: 220px;
  height: 128px;
  float: left;
  margin: 78px 0 0 20px;
  position: relative;
}
#main .section6 .item:before {
  content: "";
  position: absolute;
  top: -124px;
  left: 0;
  border-top: 62px solid transparent;
  border-bottom: 62px solid transparent;
  border-left: 110px solid transparent;
  border-right: 110px solid transparent;
}
#main .section6 .item:after {
  content: "";
  position: absolute;
  bottom: -124px;
  left: 0;
  border-top: 62px solid transparent;
  border-bottom: 62px solid transparent;
  border-left: 110px solid transparent;
  border-right: 110px solid transparent;
  z-index: -1;
}
#main .section6 .item1,
#main .section6 .item3,
#main .section6 .item6,
#main .section6 .item8 {
  background: #ef4135;
  color: #fff;
}
#main .section6 .item1:before,
#main .section6 .item3:before,
#main .section6 .item6:before,
#main .section6 .item8:before {
  border-bottom-color: #ef4135;
}
#main .section6 .item1:after,
#main .section6 .item3:after,
#main .section6 .item6:after,
#main .section6 .item8:after {
  border-top-color: #ef4135;
}
#main .section6 .item2,
#main .section6 .item4,
#main .section6 .item5,
#main .section6 .item7 {
  background: #ffe9ea;
}
#main .section6 .item2:before,
#main .section6 .item4:before,
#main .section6 .item5:before,
#main .section6 .item7:before {
  border-bottom-color: #ffe9ea;
}
#main .section6 .item2:after,
#main .section6 .item4:after,
#main .section6 .item5:after,
#main .section6 .item7:after {
  border-top-color: #ffe9ea;
}
#main .section6 .item5 {
  margin-left: 140px;
}
#main .section6 .tit {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}
#main .section6 .text {
  font-size: 16px;
  line-height: 24px;
  width: 178px;
  margin: 18px auto 0;
}
#main .section6 .button {
  width: 350px;
  margin: 94px auto 0;
}
#main .section7 {
  margin-top: 50px;
}
#main .section7 .section-title-box {
  width: 536px;
}
#main .section7 .container {
  height: 622px;
  margin-top: 34px;
  background: url(../img/section7_bg.png) no-repeat;
}
#main .section7 h2.tit {
  font-size: 30px;
  line-height: 66px;
  color: #fff;
}
#main .section7 .content1 {
  position: relative;
  padding-top: 30px;
}
#main .section7 .content1 h2.tit {
  position: absolute;
  top: 20px;
  left: 50px;
}
#main .section7 .content1 .wrap-tit {
  text-align: center;
  font-weight: 700;
  overflow: hidden;
  margin-left: 670px;
}
#main .section7 .content1 .wrap-tit .item {
  width: 150px;
  font-size: 16px;
  line-height: 50px;
  color: #ef4135;
  background: #fff;
  border-radius: 9px 9px 0 0;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}
#main .section7 .content1 .wrap-tit .active {
  background: #fed850;
  color: #333;
}
#main .section7 .content1 .wrap-info {
  width: 1100px;
  height: 214px;
  margin: 0 auto;
  overflow: hidden;
}
#main .section7 .content1 .wrap-info span {
  font-weight: 700;
}
#main .section7 .content1 .wrap-info .row1 {
  overflow: hidden;
  background: #fed850;
  text-align: center;
}
#main .section7 .content1 .wrap-info .tit {
  font-size: 16px;
  line-height: 50px;
  color: #333;
  float: left;
  width: 33.33%;
}
#main .section7 .content1 .wrap-info .row2 {
  overflow: hidden;
  border: 5px solid #ffbb8d;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
#main .section7 .content1 .wrap-info .col {
  width: 365px;
  height: 154px;
  background: #feefd6;
  float: left;
  border-left: 5px solid #ffbb8d;
  display: table;
}
#main .section7 .content1 .wrap-info .col1 {
  width: 360px;
  border-left: none;
  padding: 0 28px 0 36px;
}
#main .section7 .content1 .wrap-info .col2 {
  line-height: 28px;
  padding-left: 126px;
}
#main .section7 .content1 .wrap-info .col3 {
  padding: 0 74px;
}
#main .section7 .content1 .wrap-info .text {
  display: table-cell;
  vertical-align: middle;
}
#main .section7 .content1 .last {
  text-align: center;
}
#main .section7 .content1 .last .col {
  padding: 0;
}
#main .section7 .content2 {
  position: relative;
  margin-top: 30px;
}
#main .section7 .content2 h2.tit {
  position: absolute;
  top: 14px;
  left: 50px;
}
#main .section7 .content2 .wrap-tit {
  text-align: center;
  font-weight: 700;
  margin-left: 582px;
}
#main .section7 .content2 .wrap-tit .item {
  width: 250px;
  font-size: 18px;
  line-height: 62px;
  color: #fed850;
  border: 1px solid #fed850;
  float: left;
  margin-left: 34px;
  cursor: pointer;
}
#main .section7 .content2 .wrap-tit .active {
  background: #fed850;
  color: #404040;
  position: relative;
}
#main .section7 .content2 .wrap-tit .active:after {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  border-top-color: #fed850;
  bottom: -24px;
  left: 113px;
}
#main .section7 .content2 .info {
  width: 1180px;
  height: 300px;
  background: #fff;
  border-radius: 17px;
  margin: 16px auto 0;
  padding-top: 110px;
  position: relative;
}
#main .section7 .content2 .line {
  width: 1100px;
  height: 1px;
  background: #fed850;
  margin: 0 auto;
}
#main .section7 .content2 .wrap-circle {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #404040;
  font-weight: 700;
  margin-left: -92px;
  position: absolute;
  top: 90px;
}
#main .section7 .content2 .wrap-circle .item {
  width: 40px;
  border-radius: 50%;
  background: #fed850;
  float: left;
  margin-left: 194px;
}
#main .section7 .content2 .text {
  font-size: 16px;
  line-height: 68px;
  color: #333;
  font-weight: 700;
  text-align: center;
  position: absolute;
}
#main .section7 .content2 .text1,
#main .section7 .content2 .text3,
#main .section7 .content2 .text5 {
  top: 22px;
}
#main .section7 .content2 .text2,
#main .section7 .content2 .text4 {
  top: 130px;
}
#main .section7 .content2 .text1 {
  width: 144px;
  left: 50px;
}
#main .section7 .content2 .text2 {
  width: 256px;
  left: 228px;
}
#main .section7 .content2 .text3 {
  width: 368px;
  left: 406px;
}
#main .section7 .content2 .text4 {
  width: 180px;
  left: 734px;
}
#main .section7 .content2 .text5 {
  width: 164px;
  right: 40px;
}
#main .section7 .button-box {
  margin-top: 112px;
}
#main .section8 {
  margin-top: 134px;
}
#main .section8 .section-title-box {
  width: 456px;
}
#main .section8 .content {
  position: relative;
  margin-top: 32px;
  height: 398px;
}
#main .section8 .wrap-tit {
  overflow: hidden;
  text-align: center;
}
#main .section8 .wrap-tit .item {
  width: 150px;
  height: 100px;
  border-radius: 7px;
  float: left;
  margin-right: 10px;
  background: #a7a7a7;
  cursor: pointer;
}
#main .section8 .wrap-tit .active {
  background: #ef4135;
}
#main .section8 .tit {
  font-size: 16px;
  line-height: 48px;
  color: #fff;
}
#main .section8 .wrap-info {
  position: absolute;
  top: 48px;
  width: 100%;
  height: 350px;
  background: #fff;
  border-radius: 17px;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #1a1a1a;
}
#main .section8 .wrap-info .item {
  height: 100%;
  padding-top: 28px;
}
#main .section8 .text {
  width: 920px;
  margin-left: 60px;
}
#main .section8 .text3 {
  color: #ef4135;
  font-weight: 700;
}
#main .section8 .text3 span {
  color: #1a1a1a;
}
#main .section8 span {
  font-weight: 700;
}
#main .section8 .pic-box {
  font-size: 0;
  margin: 22px 0 0 25px;
}
#main .section8 .pic {
  margin-left: 6px;
}
#main .section8 .button {
  width: 350px;
  margin: 30px auto 0;
}
#main .section9 {
  margin-top: 50px;
  padding-bottom: 64px;
}
#main .section9 .section-title-box {
  width: 620px;
}
#main .section9 .container {
  position: relative;
  margin-top: 36px;
}
#main .section9 .content {
  position: relative;
  width: 1102px;
  height: 528px;
  margin: 0 auto;
  overflow: hidden;
}
#main .section9 .wrap {
  position: absolute;
  padding-top: 108px;
  overflow: hidden;
}
#main .section9 .wrap .item {
  float: left;
}
#main .section9 .teacher-box {
  width: 350px;
  height: 420px;
  background: #fff;
  border-radius: 17px;
  float: left;
  margin-left: 26px;
  position: relative;
  padding: 80px 30px 0;
}
#main .section9 .first {
  margin-left: 0;
}
#main .section9 .pic {
  position: absolute;
  top: -108px;
  left: 85px;
}
#main .section9 .teacher-name {
  font-size: 20px;
  line-height: 30px;
  color: #ef4135;
  text-align: center;
}
#main .section9 .tit {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
#main .section9 .text {
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
}
#main .section9 .button {
  width: 200px;
  position: absolute;
  bottom: 18px;
  left: 75px;
}
#main .section9 .wrap-dot {
  width: 120px;
  overflow: hidden;
  margin: 34px 0 0 534px;
}
#main .section9 .wrap-dot .item {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  float: left;
  margin-left: 12px;
  background: #afafaf;
  cursor: pointer;
}
#main .section9 .wrap-dot .active {
  background: #ef4135;
}
#main .section9 .icon {
  position: absolute;
  top: 306px;
  cursor: pointer;
}
#main .section9 .prev {
  left: 0;
}
#main .section9 .next {
  right: 0;
}
#main .pop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}
#main .pop .content {
  width: 418px;
  border-radius: 13px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -209px;
}
#main .pop .top {
  position: relative;
  background: #ff4c4c url(../img/pop_bg.png) no-repeat;
  text-align: center;
}
#main .pop .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#main .pop .title {
  font-size: 34px;
  line-height: 88px;
  color: #fff;
}
#main .pop form {
  width: 350px;
  margin: 0 auto;
}
#main .pop .item {
  margin-bottom: 10px;
  box-shadow: 0 0 15px rgba(196, 198, 206, 0.25);
}
#main .pop .icon-box {
  width: 66px;
  text-align: center;
  float: left;
  padding-top: 14px;
}
#main .pop input,
#main .pop .select-box {
  width: 284px;
  height: 55px;
  font-size: 16px;
  line-height: 55px;
  float: left;
}
#main .pop input {
  padding-right: 20px;
  color: #999;
  background: transparent;
}
#main .pop .select-box {
  position: relative;
  background: url(../img/section4_icon5.png) no-repeat 248px center;
}
#main .pop .select-text,
#main .pop .select {
  cursor: default;
}
#main .pop .afterChange {
  color: #000;
}
#main .pop .select {
  display: none;
  position: absolute;
  top: 55px;
  left: -66px;
  width: 350px;
  max-height: 216px;
  overflow: auto;
  font-size: 14px;
  line-height: 24px;
  background: #fff;
  z-index: 1;
}
#main .pop li {
  padding-left: 66px;
}
#main .pop li:hover {
  background: #eee;
}
#main .pop .button {
  width: 200px;
  margin: 22px auto 0;
}
#main .pop1 .content {
  height: 450px;
  margin-top: -225px;
}
#main .pop1 form {
  margin-top: 26px;
}
#main .pop2 .content {
  height: 328px;
  margin-top: -164px;
}
#main .pop2 form {
  margin-top: 34px;
}
#main .confirm-pop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}
#main .confirm-pop .content {
  width: 418px;
  height: 220px;
  background: #fff;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -110px 0 0 -209px;
  text-align: center;
  padding-top: 30px;
}
#main .confirm-pop .close-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333;
  padding-top: 10px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#main .confirm-pop .title {
  font-size: 30px;
  line-height: 40px;
  color: #4c4c4c;
}
#main .confirm-pop .button {
  display: block;
  width: 150px;
  margin: 30px auto 0;
}
