#main .test_pop {
  display: none;
}
#main .banner {
  background: #588aff;
}
#main .banner .bg1 {
  height: 150px;
  background: url("../img/header_01.jpg") no-repeat center;
}
#main .banner .bg2 {
  height: 150px;
  background: url("../img/header_02.jpg") no-repeat center;
}
#main .banner .bg3 {
  height:150px;
  background: url("../img/header_03.jpg") no-repeat center;
}
#main .banner .bg3 .button-box {
  width: 1000px;
  height: 45px;
  margin: 0 auto;
  padding-top: 46px;
}
#main .banner .bg3 .button {
  width: 140px;
  font-size: 16px;
  line-height: 39px;
  font-weight: bold;
  text-align: center;
  background: #3f77f8;
  border: 3px solid #3f77f8;
  cursor: pointer;
  -moz-border-radius: 3px;
       border-radius: 3px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  float: right;
  color: #fff
}
#main .banner .bg3 .button:hover {
  background: transparent;
  color: #3f77f8;
}
#main .banner .bg3 .button1 {
  margin-left: 25px;
}
#main .nav {
  width: 100%;
  height: 50px;
  background: white;
  position: absolute;
  text-align: center;
  margin-top:-1px;
}
#main .nav .nav-item {
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
  color: #06263b;
  font-weight: bold;
  padding: 0 26.5px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#main .nav .nav-item:hover {
  background: #3f77f8;
  color: #fff;
}
#main .nav .nav-active {
  background: #3f77f8;
  color: #fff;
}
#main .nav-fixed {
  position: fixed;
  top: 0;
  z-index: 2;
}
#main .section {
  padding-top: 50px;
}
#main .section .section-title {
  width: 1000px;
  margin: 0 auto;
}
#main .section .section-title img {
  font-size: 48px;
  line-height: 64px;
  color: #233fb4;
  font-weight: bold;
}
#main .section1 {
  width: 1000px;
  margin: 65px auto 0;
}
#main .section1 .wrap {
  height: 440px;
  margin-top: 42px;
}
#main .section1 .item {
  width: 180px;
  height: 208px;
  background: #edf9ff;
  text-align: center;
  float: left;
  margin: 0 25px 24px 0;
  padding: 0 18px;
}
#main .section1 .item img {
  margin: 10px 0 4px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
#main .section1 .right-item {
  margin-right: 0;
}
#main .section1 .item-title {
  font-size: 18px;
  line-height: 50px;
}
#main .section1 .text {
  font-size: 14px;
  line-height: 24px;
}
#main .section1 .button-box {
  width: 438px;
  height: 46px;
  margin: 34px auto 0;
}
#main .section1 .button {
  width: 200px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  background: #3f77f8;
  border: 3px solid #3f77f8;
  cursor: pointer;
  -moz-border-radius: 3px;
       border-radius: 3px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  color: #fff
}
#main .section1 .button:hover {
  background: transparent;
  color: #3f77f8;
}
#main .section1 .button1 {
  float: left;
}
#main .section1 .button2 {
  float: right;
}
#main .section2 {
  width: 1000px;
  margin: 50px auto 0;
}
#main .section2 .top-box {
  height: 60px;
  margin-top: 44px;
}
#main .section2 .top-box .line {
  height: 6px;
  background: #edf9ff;
  border-bottom: 2px solid #2139a1;
  display: none;
}
#main .section2 .top-item {
  width: 180px;
  height: 100%;
  float: left;
  margin-right: 25px;
}
#main .section2 .right-top-item {
  margin-right: 0;
}
#main .section2 .top-title {
  font-size: 22px;
  line-height: 54px;
  color: #7c7c7c;
  font-weight: bold;
  background: #f4f4f4;
  -moz-border-radius: 10px;
       border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
#main .section2 .top-item-active .top-title {
  background: #edf9ff;
  -moz-border-radius: 10px 10px 0 0;
       border-radius: 10px 10px 0 0;
  color: #081e50;
}
#main .section2 .top-item-active .line {
  display: block;
}
#main .section2 .item {
  background: #edf9ff;
  padding-bottom: 30px;
  display: none;
}
#main .section2 .circle {
  width: 14px;
  height: 14px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  border: 2px solid #7c7c7c;
  float: left;
  margin-right: 8px;
}
#main .section2 .min-circle {
  width: 6px;
  height: 6px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #7c7c7c;
  margin: 2px auto 0;
}
#main .section2 .text {
  font-size: 14px;
  line-height: 24px;
}
#main .section2 .button-box {
  width: 476px;
  height: 46px;
  margin: 34px auto 0;
}
#main .section2 .button {
  width: 220px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  background: #3f77f8;
  border: 3px solid #3f77f8;
  cursor: pointer;
  -moz-border-radius: 3px;
       border-radius: 3px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  color: #fff
}
#main .section2 .button:hover {
  background: transparent;
  color: #3f77f8
}
#main .section2 .button1 {
  float: left;
}
#main .section2 .button2 {
  float: right;
}
#main .section2 .item1 img,
#main .section2 .item3 img,
#main .section2 .item4 img {
  position: absolute;
  font-size: 50px;
  line-height: 60px;
  color: white;
  top: -20px;
  left: -16px;
}
#main .section2 .item1 .content-title,
#main .section2 .item3 .content-title,
#main .section2 .item4 .content-title {
  font-size: 18px;
  line-height: 24px;
  color: #081e50;
}
#main .section2 .item1 .line,
#main .section2 .item3 .line,
#main .section2 .item4 .line {
  width: 44px;
  height: 2px;
  background: #081e50;
  margin-top: 8px;
}
#main .section2 .item1 {
  padding-top: 22px;
}
#main .section2 .item1 .intro {
  margin-left: 24px;
  overflow: hidden;
}
#main .section2 .item1 .circle {
  margin-top: 6px;
}
#main .section2 .item1 .intro-text {
  width: 930px;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  float: left;
}
#main .section2 .item1 .content {
  width: 934px;
  height: 300px;
  margin: 38px auto 0;
}
#main .section2 .item1 .content-item {
  height: 100%;
  background: white;
  position: relative;
  padding-top: 12px;
}
#main .section2 .item1 .content-item1 {
  width: 240px;
  float: left;
}
#main .section2 .item1 .content-item1 .content-title,
#main .section2 .item1 .content-item1 .line {
  margin-left: 40px;
}
#main .section2 .item1 .content-item1 p {
  width: 160px;
  margin: 16px auto 0;
}
#main .section2 .item1 .content-item2 {
  width: 656px;
  float: right;
}
#main .section2 .item1 .content-item2 .content-title,
#main .section2 .item1 .content-item2 .line {
  margin-left: 50px;
}
#main .section2 .item1 dt {
  margin: 16px 0 0 34px;
  overflow: hidden;
}
#main .section2 .item1 .min-title {
  font-size: 14px;
  line-height: 24px;
  float: left;
}
#main .section2 .item1 dd {
  width: 588px;
  margin-left: 50px;
}
#main .section2 .item2,
#main .section2 .item5 {
  padding-top: 26px;
}
#main .section2 .item2 .content,
#main .section2 .item5 .content {
  width: 966px;
  height: 156px;
  background: white;
  margin: 0 auto;
  padding: 30px 0 0 26px;
}
#main .section2 .item2 .content-item,
#main .section2 .item5 .content-item {
  overflow: hidden;
}
#main .section2 .item2 .circle,
#main .section2 .item5 .circle {
  margin-top: 5px;
}
#main .section2 .item2 .content-item2,
#main .section2 .item5 .content-item2 {
  margin-top: 20px;
}
#main .section2 .item2 p,
#main .section2 .item5 p {
  width: 894px;
}
#main .section2 .item2 span,
#main .section2 .item5 span {
  font-weight: bold;
  color: #233fb4;
}
#main .section2 .item3,
#main .section2 .item4 {
  padding-top: 46px;
}
#main .section2 .item3 .content,
#main .section2 .item4 .content {
  width: 926px;
  margin: 0 auto;
  position: relative;
}
#main .section2 .item3 .content-item,
#main .section2 .item4 .content-item {
  width: 442px;
  background: white;
  padding: 12px 0 16px;
  position: absolute;
}
#main .section2 .item3 .content-item1,
#main .section2 .item4 .content-item1 {
  top: 0;
  left: 0;
}
#main .section2 .item3 .content-item1 .content-title,
#main .section2 .item4 .content-item1 .content-title,
#main .section2 .item3 .content-item1 .line,
#main .section2 .item4 .content-item1 .line,
#main .section2 .item3 .content-item1 ul,
#main .section2 .item4 .content-item1 ul {
  margin-left: 40px;
}
#main .section2 .item3 .content-item2,
#main .section2 .item4 .content-item2 {
  top: 0;
  right: 0;
}
#main .section2 .item3 .content-item3,
#main .section2 .item4 .content-item3 {
  bottom: 0;
  left: 0;
}
#main .section2 .item3 .content-item4,
#main .section2 .item4 .content-item4 {
  bottom: 0;
  right: 0;
}
#main .section2 .item3 .content-title,
#main .section2 .item4 .content-title,
#main .section2 .item3 .line,
#main .section2 .item4 .line,
#main .section2 .item3 ul,
#main .section2 .item4 ul {
  margin-left: 50px;
}
#main .section2 .item3 ul,
#main .section2 .item4 ul {
  margin-top: 15px;
}
#main .section2 .item3 li,
#main .section2 .item4 li {
  width: 370px;
  list-style: disc;
}
#main .section2 .item3 span,
#main .section2 .item4 span {
  font-weight: bold;
}
#main .section2 .item3 {
  display: block;
}
#main .section2 .item3 .content {
  height: 528px;
}
#main .section2 .item3 .content-item1,
#main .section2 .item3 .content-item3 {
  padding-bottom: 40px;
}
#main .section2 .item4 .content {
  height: 630px;
}
#main .section2 .item4 .content-item2,
#main .section2 .item4 .content-item4 {
  padding-bottom: 40px;
}
#main .section3 {
  margin-top: 54px;
  padding-bottom: 54px;
  background: #eaf8ff;
}
#main .section3 .chapter {
  width: 1000px;
  margin: 56px auto 0;
}
#main .section3 .chapter-title {
  width: 198px;
  height: 46px;
  background: #b4d339;
  position: relative;
}
#main .section3 .chapter-title:after {
  content: "";
  display: block;
  border: 23px solid #b4d339;
  border-right: 23px solid #eaf8ff;
  position: absolute;
  top: 0;
  right: 0;
}
#main .section3 .title-text {
  width: 192px;
  height: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 46px;
  color: white;
}
#main .section3 .button-box {
  width: 348px;
  height: 46px;
  margin: 44px auto 0;
}
#main .section3 .button {
  width: 150px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  background: #3f77f8;
  border: 3px solid #3f77f8;
  cursor: pointer;
  -moz-border-radius: 3px;
       border-radius: 3px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  color: #fff
}
#main .section3 .button:hover {
  background: transparent;
  color: #3f77f8
}
#main .section3 .button1 {
  float: left;
}
#main .section3 .button2 {
  float: right;
}
#main .section3 .wrap {
  margin-top: 38px;
}
#main .section3 .item {
  width: 486px;
  background: white;
  float: left;
  margin: 0 28px 60px 0;
  position: relative;
}
#main .section3 .item2,
#main .section3 .item4 {
  margin-right: 0;
}
#main .section3 .school {
  width: 128px;
  background: white;
  border: 2px solid #eaf8ff;
  text-align: center;
  position: absolute;
  left: 15px;
}
#main .section3 .school-img {
  display: table;
  width: 100%;
}
#main .section3 .img-box {
  display: table-cell;
  vertical-align: middle;
}
#main .section3 .img-box img {
  font-size: 16px;
  line-height: 24px;
}
#main .section3 .school-name {
  font-size: 18px;
  line-height: 26px;
  color: black;
}
#main .section3 .info {
  margin-left: 160px;
  padding: 15px 20px 0 0;
}
#main .section3 .chapter1 .text,
#main .section3 .chapter2 .text {
  font-size: 14px;
  line-height: 24px;
}
#main .section3 .chapter1 span,
#main .section3 .chapter2 span {
  font-weight: bold;
}
#main .section3 .chapter1 .wrap {
  height: 444px;
}
#main .section3 .chapter1 .item {
  height: 192px;
}
#main .section3 .chapter1 .school {
  height: 218px;
  top: -13px;
}
#main .section3 .chapter1 .school-img {
  height: 124px;
}
#main .section3 .chapter2 .wrap {
  height: 484px;
}
#main .section3 .chapter2 .item {
  height: 212px;
}
#main .section3 .chapter2 .school {
  height: 240px;
  top: -14px;
}
#main .section3 .chapter2 .school-img {
  height: 135px;
}
#main .section3 .container {
  height: 374px;
  margin-top: 36px;
  position: relative;
}
#main .section3 .content {
  width: 916px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#main .section3 .chapter3-wrap {
  height: 100%;
  position: absolute;
}
#main .section3 .chapter3-item {
  width: 916px;
  height: 100%;
  float: left;
}
#main .section3 .item-item {
  width: 450px;
  height: 100%;
  float: left;
  position: relative;
}
#main .section3 .item-item ul {
  display: table-cell;
  vertical-align: middle;
  padding: 0 26px 0 48px;
}
#main .section3 .item-item li {
  list-style: disc;
  font-size: 14px;
  line-height: 24px;
  color: #4a4a4a;
  margin-bottom: 6px;
}
#main .section3 .first-item {
  margin-right: 16px;
}
#main .section3 .line {
  width: 32px;
  border: 1px solid #081e50;
  position: absolute;
  top: 148px;
  left: 70px;
}
#main .section3 .chapter3-school-name {
  width: 102px;
  text-align: end;
  font-size: 20px;
  line-height: 24px;
  color: #081e50;
  position: absolute;
  top: 162px;
}
#main .section3 .ul-box {
  display: table;
  width: 340px;
  height: 100%;
  background: white;
  margin-left: 110px;
}
#main .section3 .li-title {
  color: black;
  font-weight: bold;
}
#main .section3 .first {
  font-weight: bold;
}
#main .section3 .chapter3 .img-box {
  width: 134px;
  height: 97px;
  border: 2px solid #d5e2ff;
  text-align: center;
  position: absolute;
  top: 26px;
}
#main .section3 .chapter3 .img-box img {
  font-size: 16px;
  line-height: 40px;
}
#main .section3 .chapter3 .text {
  margin-bottom: 4px;
}
#main .section3 .dre {
  width: 22px;
  font-size: 16px;
  line-height: 120px;
  font-family: monospace;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 3px;
       border-radius: 3px;
  background: #3f77f8;
  position: absolute;
  top: 136px;
  cursor: pointer;
  color: #fff
}
#main .section3 .prev {
  left: 0;
}
#main .section3 .next {
  right: 0;
}
#main .section4 .wrap {
  width: 1000px;
  height: 268px;
  margin: 44px auto 0;
}
#main .section4 .item {
  height: 100%;
  float: left;
  margin-left: 12px;
  position: relative;
}
#main .section4 .item1 {
  margin-left: 0;
}
#main .section4 .item1 .name-box {
  background: url(../img/section4_bg1.jpg) no-repeat;
}
#main .section4 .item2 .name-box {
  background: url(../img/section4_bg2.jpg) no-repeat;
}
#main .section4 .item3 .name-box {
  background: url(../img/section4_bg3.jpg) no-repeat;
}
#main .section4 .item4 .name-box {
  background: url(../img/section4_bg4.jpg) no-repeat;
}
#main .section4 .item5 .name-box {
  background: url(../img/section4_bg5.jpg) no-repeat;
}
#main .section4 .item6 .name-box {
  background: url(../img/section4_bg6.jpg) no-repeat;
}
#main .section4 .item7 .name-box {
  background: url(../img/section4_bg7.jpg) no-repeat;
}
#main .section4 .item8 .name-box {
  background: url(../img/section4_bg8.jpg) no-repeat;
}
#main .section4 .name-box {
  display: table;
  width: 82px;
  height: 100%;
  cursor: default;
}
#main .section4 .name {
  display: table-cell;
  vertical-align: middle;
  padding: 0 26px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
#main .section4 .info-box {
  display: none;
  width: 260px;
  height: 100%;
  background: #b4d339;
  position: absolute;
  top: 0;
  left: 82px;
}
#main .section4 .info-box:after {
  content: "";
  display: block;
  border: 16px solid transparent;
  border-right: 16px solid #b4d339;
  position: absolute;
  top: 118px;
  left: -32px;
}
#main .section4 .info {
  display: table-cell;
  vertical-align: middle;
  padding: 0 24px 0 36px;
}
#main .section4 .info-item {
  list-style: url(../icon/section4_icon.png);
  font-size: 14px;
  line-height: 24px;
  color: white;
  margin-bottom: 6px;
}
#main .section4 .last-info-item {
  margin-bottom: 0;
}
#main .section4 span {
  font-weight: bold;
}
#main .section4 .active {
  margin-right: 260px;
}
#main .section4 .active .info-box {
  display: table;
}
#main .section4 .button-box {
  width: 390px;
  height: 46px;
  margin: 25px auto 0;
}
#main .section4 .button {
  width: 180px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  background: #3f77f8;
  border: 3px solid #3f77f8;
  cursor: pointer;
  -moz-border-radius: 3px;
       border-radius: 3px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  color: #fff
}
#main .section4 .button:hover {
  background: transparent;
  color: #3f77f8
}
#main .section4 .button1 {
  float: left;
}
#main .section4 .button2 {
  float: right;
}
#main .section5 {
  margin-top: 52px;
}
#main .section5 .myform {
  width: 1000px;
  height: 200px;
  background: #eaf8ff;
  margin: 42px auto 0;
  position: relative;
  padding: 36px 0 0 32px;
}
#main .section5 .form-item {
  width: 196px;
  height: 46px;
  background: white;
  float: left;
  margin: 0 50px 36px 0;
}
#main .section5 .form-item4 {
  margin-right: 0;
}
#main .section5 .form-item5,
#main .section5 .form-item6,
#main .section5 .form-item7 {
  margin-bottom: 0;
}
#main .section5 .form-item7 {
  width: 226px;
}
#main .section5 .form-item7 .select {
  width: 180px;
}
#main .section5 .form-item7 .select-text {
  background-position: 150px 17px;
}
#main .section5 .icon {
  width: 46px;
  height: 100%;
  float: left;
  text-align: center;
}
#main .section5 .icon img {
  font-size: 14px;
  line-height: 46px;
}
#main .section5 input {
  width: 150px;
  height: 100%;
  font-size: 14px;
  color: #484848;
  outline: none;
  padding-right: 10px;
}
#main .section5 .select {
  width: 150px;
  height: 100%;
  float: left;
  position: relative;
  cursor: default;
}
#main .section5 .select-text {
  font-size: 14px;
  line-height: 46px;
  color: #484848;
  background: url(../icon/section5_icon8.png) no-repeat 114px 17px;
}
#main .section5 ul {
  width: 100%;
  height: 192px;
  background: white;
  overflow: auto;
  position: absolute;
  display: none;
  z-index: 1;
}
#main .section5 li {
  font-size: 14px;
  line-height: 24px;
  color: #484848;
  padding-left: 10px;
}
#main .section5 li:hover {
  background: #e5e5e5;
}
#main .section5 .submit {
  width: 165px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  background: #3f77f8;
  border: 3px solid #3f77f8;
  cursor: pointer;
  -moz-border-radius: 3px;
       border-radius: 3px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  float: left;
  color: #fff
}
#main .section5 .submit:hover {
  background: transparent;
  color: #3f77f8
}
#main .section5 .bg-img {
  position: absolute;
  top: 36px;
  right: -108px;
}
#main .section6 {
  margin-top: 56px;
}
#main .section6 .container {
  width: 1000px;
  height: 234px;
  margin: 38px auto 0;
  position: relative;
}
#main .section6 .content {
  width: 854px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#main .section6 .wrap {
  height: 100%;
  position: absolute;
}
#main .section6 .item {
  width: 854px;
  height: 100%;
  background: #eaf8ff;
  float: left;
  position: relative;
}
#main .section6 .img-box {
  width: 146px;
  height: 146px;
  background: #eaf8ff;
  text-align: center;
  border-top: 14px solid white;
  border-right: 14px solid white;
  -moz-border-radius: 0 75px 0 0;
       border-radius: 0 75px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#main .section6 .img-box img {
  font-size: 18px;
  line-height: 83px;
  margin-top: 24.5px;
}
#main .section6 .num {
  font-size: 130px;
  line-height: 120px;
  color: #d8f2ff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -4px;
}
#main .section6 .item-title {
  font-size: 18px;
  line-height: 24px;
  color: #050505;
  margin: 28px 0 0 186px;
}
#main .section6 .line {
  width: 56px;
  border: 1px solid #2147a1;
  margin: 10px 0 0 186px;
}
#main .section6 .info-box {
  display: table;
  width: 624px;
  height: 170px;
  margin-left: 186px;
}
#main .section6 .info {
  display: table-cell;
  vertical-align: middle;
}
#main .section6 .text {
  font-size: 14px;
  line-height: 24px;
}
#main .section6 span {
  font-weight: bold;
}
#main .section6 .text2 {
  width: 440px;
  overflow: hidden;
}
#main .section6 .left {
  float: left;
}
#main .section6 .right {
  float: right;
}
#main .section6 .dre {
  width: 32px;
  height: 57px;
  position: absolute;
  top: 88.5px;
  cursor: pointer;
  text-align: center;
}
#main .section6 .dre img {
  font-size: 70px;
  line-height: 70px;
  color: #2147a1;
  font-weight: bold;
}
#main .section6 .prev {
  left: 0;
}
#main .section6 .next {
  right: 0;
}
#main .section6 .button-box {
  width: 374px;
  height: 46px;
  margin: 25px auto 0;
}
#main .section6 .button {
  width: 170px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  background: #3f77f8;
  border: 3px solid #3f77f8;
  cursor: pointer;
  -moz-border-radius: 3px;
       border-radius: 3px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  color: #fff;
}
#main .section6 .button:hover {
  background: transparent;
  color: #3f77f8
}
#main .section6 .button1 {
  float: left;
}
#main .section6 .button2 {
  float: right;
}
#main .section7 {
  margin-top: 52px;
}
#main .section7 .content {
  width: 1000px;
  height: 149px;
  margin: 36px auto 0;
}
#main .section7 .img-box {
  width: 311px;
  height: 100%;
  float: left;
  margin-right: 33.5px;
  border: 3px solid transparent;
}
#main .section7 .img-box:hover {
  border-color: #fffc00;
  -webkit-box-shadow: #d9dade 0 0 10px;
     -moz-box-shadow: #d9dade 0 0 10px;
          box-shadow: #d9dade 0 0 10px;
}
#main .section7 .last {
  margin-right: 0;
}
#main .section7 img {
  font-size: 32px;
  line-height: 50px;
  color: #144ea8;
  font-weight: bold;
}
#main .section8 {
  margin-top: 52px;
}
#main .section8 .wrap {
  width: 1000px;
  margin: 40px auto 0;
}
#main .section8 .item {
  width: 250px;
  display: table-cell;
  text-align: center;
}
#main .section8 .img-box {
  width: 174px;
  height: 174px;
  background: #eaf8ff;
  margin: 0 auto;
  padding-top: 42px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  position: relative;
}
#main .section8 .img-box:after {
  content: "";
  display: block;
  border: 12px solid transparent;
  border-top: 12px solid #eaf8ff;
  position: absolute;
  bottom: -22px;
  left: 77px;
}
#main .section8 img {
  font-size: 22px;
  line-height: 50px;
}
#main .section8 .item-title {
  font-size: 16px;
  line-height: 42px;
  margin-top: 28px;
}
#main .section8 .text-box {
  display: table-row;
  height: 66px;
}
#main .section8 .text {
  display: table-cell;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
  padding: 0 24px;
}
#main .section9 {
  margin-top: 44px;
}
#main .section9 .box {
  width: 1024px;
  height: 309px;
  margin: 42px auto 0;
  background: #fbfcff;
  border: 12px solid #eaf8ff;
  position: relative;
}
#main .section9 .box:after {
  content: "";
  display: block;
  width: 99px;
  height: 129px;
  background: url(../img/section9_bg_img.png);
  position: absolute;
  top: 62px;
  left: -111px;
}
/*#main .test_pop {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  display: none;
}
#main .test_pop .test_pop_bg {
  height: 100%;
  background: black;
  opacity: .65;
}
#main .test_pop .test_form_box {
  width: 300px;
  height: 300px;
  border: 6px solid #d5e2ff;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -136px 0 0 -136px;
}
#main .test_pop .test_tit {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  text-align: center;
  margin-top: 16px;
}
#main .test_pop .close_form_btn {
  width: 26px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  line-height: 26px;
  color: #333;
  text-align: center;
  cursor: pointer;
}
#main .test_pop form {
  margin-top: 22px;
}
#main .test_pop .text_f_item {
  text-align: center;
  font-size: 14px;
  margin-bottom: 12px;
}
#main .test_pop label {
  line-height: 28px;
}
#main .test_pop label span {
  letter-spacing: 2em;
}
#main .test_pop .tf_val {
  width: 168px;
  height: 28px;
  border: 1px solid #979a9b;
  outline: none;
  padding: 0 5px;
}
#main .test_pop .submitBtn {
  width: 174px;
  font-size: 16px;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  background: #fffc00;
  border: 3px solid #fffc00;
  cursor: pointer;
  -moz-border-radius: 3px;
       border-radius: 3px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  margin: 20px auto 0;
}
#main .test_pop .submitBtn:hover {
  background: transparent;
}*/
/*录取规划*/
@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:1111;
  display:none;
}
.test-pop{
  width: 280px;
  padding:20px 25px 25px;
  background:#fff;
  position:fixed;
  top:50%;
  left:50%;
  margin-left:-160px;
  margin-top:-150px;
  border:3px solid #f9d71c;
}
.test-pop>h6{
  font-size:18px;
  color:#000;
  text-align:center;
  line-height:30px;
}
.test-close{
  position:absolute;
  top:15px;
  right:15px;
  -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;
  line-height: 35px;
}
.test-list>li>span{
  font-size:14px;
}
.test-name,.test-tel,.test-college{
    border:none;
    outline:none;
    height: 33px;
    background:none;
    border:1px solid #000;
}
.test-name,.test-tel{width: 151px;}
.test-college{width: 123px;}
.test-btn{
  display:block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  background:#f9d71c;
  text-decoration:none;
  color:#000;
  text-align:center;
  margin:0 auto;
  font-size:16px;
}
.test-btn:hover{
  opacity:0.8;
}
