#main {
  background: #d8e0ff;
}
#main .banner > div {
  background-repeat: no-repeat;
  background-position: center top;
}
#main .banner .bg1 {
  height: 120px;
  background-image: url("../img/banner_bg1.jpg");
}
#main .banner .bg2 {
  height: 120px;
  background-image: url("../img/banner_bg2.jpg");
}
#main .banner .bg3 {
  height: 116px;
  background-image: url("../img/banner_bg3.jpg");
}
#main .banner .bg4 {
  height: 94px;
  background-image: url("../img/banner_bg4.jpg");
}
#main .banner .button-view {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#main .banner .button-box {
  width: 204px;
  height: 64px;
  float: left;
  position: relative;
}
#main .banner .button-box:hover div {
  background: #ffcc00;
}
#main .banner .button-box:hover div:before {
  border-bottom-color: #ffcc00;
  border-right-color: #ffcc00;
}
#main .banner .button-box:hover div:after {
  border-top-color: #ffcc00;
  border-left-color: #ffcc00;
}
#main .banner .button-box1 {
  margin: 0 48px 0 110px;
}
#main .banner .button-bg {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  width: 100%;
  background: #f92a3e;
  font-size: 0;
  line-height: 36px;
  color: #fff;
  position: absolute;
  text-align: center;
  bottom: 0;
  opacity: .6;
  filter: alpha(opacity=60);
}
#main .banner .button-bg:before {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 18px solid transparent;
  border-bottom: 18px solid #f92a3e;
  border-left: 1.98px solid transparent;
  border-right: 1.98px solid #f92a3e;
  top: 0;
  left: -3.6px;
}
#main .banner .button-bg:after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 18px solid #f92a3e;
  border-bottom: 18px solid transparent;
  border-left: 1.98px solid #f92a3e;
  border-right: 1.98px solid transparent;
  top: 0;
  right: -3.96px;
}
#main .banner .button-bg:hover {
  cursor: pointer;
  background: #ffcc00;
  color: #000;
}
#main .banner .button-bg:hover:before {
  border-bottom-color: #ffcc00;
  border-right-color: #ffcc00;
}
#main .banner .button-bg:hover:after {
  border-top-color: #ffcc00;
  border-left-color: #ffcc00;
}
#main .banner .button {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  width: 100%;
  background: #f92a3e;
  font-size: 20px;
  line-height: 56px;
  color: #fff;
  position: absolute;
  text-align: center;
  font-weight: bold;
  left: -6px;
}
#main .banner .button:before {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 28px solid transparent;
  border-bottom: 28px solid #f92a3e;
  border-left: 3.08px solid transparent;
  border-right: 3.08px solid #f92a3e;
  top: 0;
  left: -5.6px;
}
#main .banner .button:after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 28px solid #f92a3e;
  border-bottom: 28px solid transparent;
  border-left: 3.08px solid #f92a3e;
  border-right: 3.08px solid transparent;
  top: 0;
  right: -6.16px;
}
#main .banner .button:hover {
  cursor: pointer;
  background: #ffcc00;
  color: #000;
}
#main .banner .button:hover:before {
  border-bottom-color: #ffcc00;
  border-right-color: #ffcc00;
}
#main .banner .button:hover:after {
  border-top-color: #ffcc00;
  border-left-color: #ffcc00;
}
#main .nav {
  width: 100%;
  text-align: center;
  position: absolute;
  background: #d8e0ff;
  z-index: 1;
}
#main .nav .item {
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  color: #333;
  padding: 0 32px;
  font-weight: bold;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#main .nav .item:hover {
  cursor: pointer;
  background: #3456bd;
  color: #fff;
}
#main .nav .active {
  background: #3456bd;
  color: #fff;
}
#main .fixed {
  width: 100%;
  position: fixed;
  top: 0;
}
#main .section {
  width: 1000px;
  margin: 0 auto;
}
#main .section .title {
  text-align: center;
}
#main .section .title img {
  color: #002eb8;
  font-size: 38px;
  font-weight: bold;
}
#main .section1 {
  margin-top: 140px;
}
#main .section1 .wrap {
  width: 1080px;
  margin: 96px 0 0 -55px;
}
#main .section1 .item {
  width: 240px;
  background: #fff;
  float: left;
  margin-left: 30px;
  position: relative;
  text-align: center;
  padding-top: 30px;
}
#main .section1 .top {
  width: 118px;
  height: 118px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -58px;
  left: 61px;
  display: table;
}
#main .section1 .top img {
  font-size: 30px;
}
#main .section1 .icon {
  display: table-cell;
  vertical-align: middle;
}
#main .section1 .tit {
  font-size: 20px;
  line-height: 50px;
  color: #333;
  position: relative;
}
#main .section1 .text {
  font-size: 14px;
  line-height: 24px;
  color: #444;
  text-align: left;
  padding: 0 15px;
}
#main .section1 .button {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  width: 108px;
  background: #f92a3e;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  position: relative;
  text-align: center;
  font-weight: bold;
  margin: 16px auto 20px;
}
#main .section1 .button:before {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 19px solid transparent;
  border-bottom: 19px solid #f92a3e;
  border-left: 2.09px solid transparent;
  border-right: 2.09px solid #f92a3e;
  top: 0;
  left: -3.8px;
}
#main .section1 .button:after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 19px solid #f92a3e;
  border-bottom: 19px solid transparent;
  border-left: 2.09px solid #f92a3e;
  border-right: 2.09px solid transparent;
  top: 0;
  right: -4.18px;
}
#main .section1 .button:hover {
  cursor: pointer;
  background: #ffcc00;
  color: #000;
}
#main .section1 .button:hover:before {
  border-bottom-color: #ffcc00;
  border-right-color: #ffcc00;
}
#main .section1 .button:hover:after {
  border-top-color: #ffcc00;
  border-left-color: #ffcc00;
}
#main .section2 {
  margin-top: 94px;
}
#main .section2 .title-wrap {
  width: 684px;
  margin: 45px 0 0 134px;
  text-align: center;
}
#main .section2 .title-item {
  width: 180px;
  border: 2px solid #557cf1;
  -moz-border-radius: 3px;
       border-radius: 3px;
  background: #eff3ff;
  font-size: 24px;
  line-height: 52px;
  color: #0e2a80;
  font-weight: bold;
  float: left;
  margin-left: 48px;
  position: relative;
}
#main .section2 .title-item:hover {
  cursor: pointer;
}
#main .section2 .title-active {
  color: #fff;
  background: #557cf1;
  -moz-border-radius: 3px 3px 0 0;
       border-radius: 3px 3px 0 0;
}
#main .section2 .title-active:after {
  content: "";
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid #557cf1;
  bottom: -20px;
  left: 76px;
  z-index: 1;
}
#main .section2 .content {
  width: 818px;
  height: 260px;
  background: #557cf1;
  -moz-border-radius: 6px;
       border-radius: 6px;
  margin: 6px auto 0;
  position: relative;
}
#main .section2 .content:before {
  content: "";
  position: absolute;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 14px solid transparent;
  border-top: 14px solid #d8e0ff;
}
#main .section2 .left1:before {
  left: 165px;
}
#main .section2 .left2:before {
  left: 393px;
}
#main .section2 .left3:before {
  left: 621px;
}
#main .section2 .info {
  padding-top: 28px;
  margin-left: 92px;
}
#main .section2 .info-item {
  overflow: hidden;
}
#main .section2 .tit,
#main .section2 .text,
#main .section2 .link {
  font-size: 30px;
  line-height: c;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  float: left;
  margin-left: 8px;
}
#main .section2 .text {
  max-width: 470px;
}
#main .section2 .link {
  color: #ffcc00;
  text-decoration: underline;
  margin-left: 0;
  font-weight: bold;
}
#main .section2 .button-box {
  width: 342px;
  position: absolute;
  bottom: 26px;
  left: 238px;
}
#main .section2 .button {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  width: 146px;
  background: #f92a3e;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  position: relative;
  text-align: center;
}
#main .section2 .button:before {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 19px solid transparent;
  border-bottom: 19px solid #f92a3e;
  border-left: 2.09px solid transparent;
  border-right: 2.09px solid #f92a3e;
  top: 0;
  left: -3.8px;
}
#main .section2 .button:after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 19px solid #f92a3e;
  border-bottom: 19px solid transparent;
  border-left: 2.09px solid #f92a3e;
  border-right: 2.09px solid transparent;
  top: 0;
  right: -4.18px;
}
#main .section2 .button:hover {
  cursor: pointer;
  background: #ffcc00;
  color: #000;
}
#main .section2 .button:hover:before {
  border-bottom-color: #ffcc00;
  border-right-color: #ffcc00;
}
#main .section2 .button:hover:after {
  border-top-color: #ffcc00;
  border-left-color: #ffcc00;
}
#main .section2 .button1 {
  float: left;
}
#main .section2 .button2 {
  float: right;
}
#main .section3 {
  margin-top: 68px;
}
#main .section3 .wrap {
  margin-top: 40px;
  overflow: hidden;
}
#main .section3 .item {
  width: 486px;
  position: relative;
}
#main .section3 .item1 {
  float: left;
}
#main .section3 .item1 .text {
  float: left;
}
#main .section3 .item2 {
  float: right;
}
#main .section3 .item2 .text {
  width: 260px;
}
#main .section3 .bg {
  margin: 18px 0 0 12px;
}
#main .section3 .content {
  position: absolute;
  top: 0;
}
#main .section3 .box {
  width: 244px;
  height: 318px;
  background: #fff;
  position: relative;
  -moz-border-radius: 3px 0 0 3px;
       border-radius: 3px 0 0 3px;
}
#main .section3 .box:after {
  content: "";
  position: absolute;
  border-top: 159px solid #fff;
  border-right: 100px solid transparent;
  border-bottom: 159px solid transparent;
  border-left: 100px solid #fff;
  right: -200px;
}
#main .section3 .info {
  width: 340px;
  position: absolute;
  top: 30px;
  left: 32px;
}
#main .section3 .tit1 {
  font-size: 28px;
  line-height: 64px;
  color: #1441c9;
}
#main .section3 .tit2 {
  font-size: 16px;
  line-height: 48px;
  color: #333;
}
#main .section3 .text-item {
  overflow: hidden;
}
#main .section3 .icon {
  float: left;
  margin: 5px 6px 0 0;
  font-size: 14px;
  color: #333;
}
#main .section3 .text {
  font-size: 14px;
  line-height: 24px;
  color: #444;
}
#main .section3 .button {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  width: 94px;
  background: #f92a3e;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  position: relative;
  text-align: center;
  margin: 18px 0 0 28px;
}
#main .section3 .button:before {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 19px solid transparent;
  border-bottom: 19px solid #f92a3e;
  border-left: 2.09px solid transparent;
  border-right: 2.09px solid #f92a3e;
  top: 0;
  left: -3.8px;
}
#main .section3 .button:after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 19px solid #f92a3e;
  border-bottom: 19px solid transparent;
  border-left: 2.09px solid #f92a3e;
  border-right: 2.09px solid transparent;
  top: 0;
  right: -4.18px;
}
#main .section3 .button:hover {
  cursor: pointer;
  background: #ffcc00;
  color: #000;
}
#main .section3 .button:hover:before {
  border-bottom-color: #ffcc00;
  border-right-color: #ffcc00;
}
#main .section3 .button:hover:after {
  border-top-color: #ffcc00;
  border-left-color: #ffcc00;
}
#main .section4 {
  margin-top: 92px;
}
#main .section4 .wrap {
  overflow: hidden;
}
#main .section4 .box-item {
  width: 488px;
  margin-top: 45px;
}
#main .section4 .box-item1,
#main .section4 .box-item3,
#main .section4 .item1,
#main .section4 .item3,
#main .section4 .item5,
#main .section4 .item7 {
  float: left;
}
#main .section4 .box-item2,
#main .section4 .box-item4,
#main .section4 .item2,
#main .section4 .item4,
#main .section4 .item6,
#main .section4 .item8 {
  float: right;
}
#main .section4 .box {
  overflow: hidden;
}
#main .section4 .item {
  width: 232px;
}
#main .section4 .top {
  height: 94px;
  text-align: center;
  font-size: 24px;
  line-height: 54px;
  color: #fff;
  padding-top: 40px;
  font-weight: bold;
}
#main .section4 .item1 .top {
  background: url(../img/section4_img1.png) no-repeat;
}
#main .section4 .item1 .content {
  padding-left: 32px;
}
#main .section4 .item2 .top {
  background: url(../img/section4_img2.png) no-repeat;
}
#main .section4 .item2 .content {
  padding-left: 30px;
}
#main .section4 .item3 .top {
  background: url(../img/section4_img3.png) no-repeat;
}
#main .section4 .item3 .content {
  padding-left: 56px;
}
#main .section4 .item4 .top {
  background: url(../img/section4_img4.png) no-repeat;
}
#main .section4 .item4 .content {
  padding-left: 24px;
}
#main .section4 .item5 .top {
  background: url(../img/section4_img5.png) no-repeat;
}
#main .section4 .item5 .content {
  padding-left: 36px;
}
#main .section4 .item6 .top {
  background: url(../img/section4_img6.png) no-repeat;
}
#main .section4 .item6 .content {
  padding-left: 30px;
}
#main .section4 .item7 .top {
  background: url(../img/section4_img7.png) no-repeat;
}
#main .section4 .item7 .content {
  padding-left: 36px;
}
#main .section4 .item8 .top {
  background: url(../img/section4_img8.png) no-repeat;
}
#main .section4 .item8 .content {
  padding-left: 32px;
}
#main .section4 .content {
  height: 142px;
  background: #fff;
  padding-top: 10px;
}
#main .section4 .text {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
#main .section4 .info {
  margin-bottom: 14px;
}
#main .section4 .button {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  width: 172px;
  background: #f92a3e;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  position: relative;
  text-align: center;
  margin: 20px auto 0;
}
#main .section4 .button:before {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 19px solid transparent;
  border-bottom: 19px solid #f92a3e;
  border-left: 2.09px solid transparent;
  border-right: 2.09px solid #f92a3e;
  top: 0;
  left: -3.8px;
}
#main .section4 .button:after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 19px solid #f92a3e;
  border-bottom: 19px solid transparent;
  border-left: 2.09px solid #f92a3e;
  border-right: 2.09px solid transparent;
  top: 0;
  right: -4.18px;
}
#main .section4 .button:hover {
  cursor: pointer;
  background: #ffcc00;
  color: #000;
}
#main .section4 .button:hover:before {
  border-bottom-color: #ffcc00;
  border-right-color: #ffcc00;
}
#main .section4 .button:hover:after {
  border-top-color: #ffcc00;
  border-left-color: #ffcc00;
}
#main .section-box {
  margin-top: 52px;
  position: relative;
}
#main .section-box .bg {
  height: 370px;
}
#main .section-box .bg1 {
  background: #2d4eba url(../img/section_box_bg1.jpg) no-repeat center top;
}
#main .section-box .bg2 {
  background: #2d4eba url(../img/section_box_bg2.jpg) no-repeat center top;
}
#main .section-box .bg3 {
  background: #2d4eba url(../img/section_box_bg3.jpg) no-repeat center top;
}
#main .section-box .container {
  width: 100%;
  position: absolute;
  top: 45px;
}
#main .section5,
#main .section6 {
  width: auto;
}
#main .section5 .title img,
#main .section6 .title img {
  color: #fff;
}
#main .section5 form {
  width: 1000px;
  height: 170px;
  background: #fff;
  border: 2px solid #557cf1;
  -moz-border-radius: 3px;
       border-radius: 3px;
  margin: 35px auto 0;
  padding: 30px 0 0 61px;
}
#main .section5 .box {
  width: 166px;
  border: 1px solid #315adc;
  float: left;
  margin: 0 70px 32px 0;
}
#main .section5 .select {
  width: 128px;
  float: left;
  position: relative;
}
#main .section5 .select input {
  background: url(../img/section5_icon8.png) no-repeat 104px 12px;
}
#main .section5 .afterChange {
  color: #000;
}
#main .section5 ul {
  display: none;
  width: 100%;
  max-height: 192px;
  background: #fff;
  overflow: auto;
  position: absolute;
  top: 36px;
  z-index: 1;
}
#main .section5 li {
  padding-left: 10px;
  font-size: 14px;
  line-height: 24px;
}
#main .section5 li:hover {
  cursor: default;
  background: #e5e5e5;
}
#main .section5 .hidden {
  overflow: hidden;
}
#main .section5 .hidden input {
  float: left;
}
#main .section5 .icon {
  width: 36px;
  height: 36px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
}
#main .section5 .box1 .icon {
  background-image: url(../img/section5_icon1.png);
}
#main .section5 .box2 .icon {
  background-image: url(../img/section5_icon2.png);
}
#main .section5 .box3 .icon {
  background-image: url(../img/section5_icon3.png);
}
#main .section5 .box4 {
  margin-right: 0;
}
#main .section5 .box4 .icon {
  background-image: url(../img/section5_icon4.png);
}
#main .section5 .box5 .icon {
  background-image: url(../img/section5_icon5.png);
}
#main .section5 .box6 .icon {
  background-image: url(../img/section5_icon6.png);
}
#main .section5 .box7 .icon {
  background-image: url(../img/section5_icon7.png);
}
#main .section5 .box5,
#main .section5 .box6,
#main .section5 .box7 {
  margin-bottom: 0;
}
#main .section5 input {
  font-size: 14px;
  line-height: 36px;
  color: #a3a3a3;
  width: 128px;
  outline: none;
}
#main .section5 .submit {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  width: 166px;
  background: #f92a3e;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  position: relative;
  text-align: center;
  float: left;
}
#main .section5 .submit:before {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 19px solid transparent;
  border-bottom: 19px solid #f92a3e;
  border-left: 2.09px solid transparent;
  border-right: 2.09px solid #f92a3e;
  top: 0;
  left: -3.8px;
}
#main .section5 .submit:after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 19px solid #f92a3e;
  border-bottom: 19px solid transparent;
  border-left: 2.09px solid #f92a3e;
  border-right: 2.09px solid transparent;
  top: 0;
  right: -4.18px;
}
#main .section5 .submit:hover {
  cursor: pointer;
  background: #ffcc00;
  color: #000;
}
#main .section5 .submit:hover:before {
  border-bottom-color: #ffcc00;
  border-right-color: #ffcc00;
}
#main .section5 .submit:hover:after {
  border-top-color: #ffcc00;
  border-left-color: #ffcc00;
}
#main .section6 {
  margin-top: 96px;
}
#main .section6 .wrap {
  width: 816px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
#main .section6 .wrap1 {
  margin-top: 32px;
}
#main .section6 .item {
  width: 152px;
  height: 106px;
  float: left;
  margin-right: 14px;
  display: table;
}
#main .section6 .item5,
#main .section6 .item10 {
  margin-right: 0;
}
#main .section6 .item1 {
  background: #557cf1 url(../img/section6_icon1.png) no-repeat center;
}
#main .section6 .item2 {
  background: #557cf1 url(../img/section6_icon2.png) no-repeat center;
}
#main .section6 .item3 {
  background: #557cf1 url(../img/section6_icon3.png) no-repeat center;
}
#main .section6 .item4 {
  background: #557cf1 url(../img/section6_icon4.png) no-repeat center;
}
#main .section6 .item5 {
  background: #557cf1 url(../img/section6_icon5.png) no-repeat center;
}
#main .section6 .item6 {
  background: #557cf1 url(../img/section6_icon6.png) no-repeat center;
}
#main .section6 .item7 {
  background: #557cf1 url(../img/section6_icon7.png) no-repeat center;
}
#main .section6 .item8 {
  background: #557cf1 url(../img/section6_icon8.png) no-repeat center;
}
#main .section6 .item9 {
  background: #557cf1 url(../img/section6_icon9.png) no-repeat center;
}
#main .section6 .item10 {
  background: #557cf1 url(../img/section6_icon10.png) no-repeat center;
}
#main .section6 .active {
  background: #fff;
}
#main .section6 .active .school-name {
  display: table-cell;
}
#main .section6 .school-name {
  font-size: 24px;
  line-height: 36px;
  color: #002eb8;
  display: none;
  vertical-align: middle;
}
#main .section6 .content {
  display: table;
  width: 816px;
  height: 246px;
  background: #fff;
  position: relative;
  margin: 24px auto;
  padding-left: 50px;
}
#main .section6 .content:after {
  content: "";
  position: absolute;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top-width: 14px;
  border-top-style: solid;
  border-bottom-width: 14px;
  border-bottom-style: solid;
}
#main .section6 .info {
  display: table-cell;
  vertical-align: middle;
}
#main .section6 .to-wrap1:after {
  border-top-color: transparent;
  border-bottom-color: #fff;
  top: -28px;
}
#main .section6 .to-wrap2:after {
  border-top-color: #fff;
  border-bottom-color: transparent;
  bottom: -28px;
}
#main .section6 .to-item1:after {
  left: 60px;
}
#main .section6 .to-item2:after {
  left: 226px;
}
#main .section6 .to-item3:after {
  left: 392px;
}
#main .section6 .to-item4:after {
  left: 558px;
}
#main .section6 .to-item5:after {
  left: 724px;
}
#main .section6 .text-box {
  overflow: hidden;
}
#main .section6 .tit,
#main .section6 .text {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  float: left;
}
#main .section6 .text {
  max-width: 640px;
}
#main .section6 .ask {
  color: #f92a3e;
  font-weight: bold;
  text-decoration: underline;
}
#main .section6 .button {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  width: 114px;
  background: #f92a3e;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  position: relative;
  text-align: center;
  margin: 10px auto;
}
#main .section6 .button:before {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 19px solid transparent;
  border-bottom: 19px solid #f92a3e;
  border-left: 2.09px solid transparent;
  border-right: 2.09px solid #f92a3e;
  top: 0;
  left: -3.8px;
}
#main .section6 .button:after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 19px solid #f92a3e;
  border-bottom: 19px solid transparent;
  border-left: 2.09px solid #f92a3e;
  border-right: 2.09px solid transparent;
  top: 0;
  right: -4.18px;
}
#main .section6 .button:hover {
  cursor: pointer;
  background: #ffcc00;
  color: #000;
}
#main .section6 .button:hover:before {
  border-bottom-color: #ffcc00;
  border-right-color: #ffcc00;
}
#main .section6 .button:hover:after {
  border-top-color: #ffcc00;
  border-left-color: #ffcc00;
}
#main .section7 {
  margin-top: 30px;
}
#main .section7 .content {
  height: 508px;
  overflow: hidden;
  background: #fff url(../img/section7_img.png) no-repeat right top;
  margin-top: 36px;
}
#main .section7 .left {
  width: 80px;
  height: 100%;
  float: left;
  background: #557cf1;
  text-align: center;
  padding-top: 112px;
}
#main .section7 .left p {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
}
#main .section7 .tit1 {
  margin-bottom: 174px;
}
#main .section7 .right {
  float: left;
}
#main .section7 .box {
  position: relative;
}
#main .section7 .box1 {
  padding: 30px 0 0 56px;
}
#main .section7 .box1 .item {
  position: relative;
}
#main .section7 .box1 .text {
  width: 350px;
  left: 124px;
}
#main .section7 .box1 .button {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  width: 128px;
  background: #f92a3e;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  position: absolute;
  text-align: center;
  bottom: -52px;
  left: 200px;
}
#main .section7 .box1 .button:before {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 19px solid transparent;
  border-bottom: 19px solid #f92a3e;
  border-left: 2.09px solid transparent;
  border-right: 2.09px solid #f92a3e;
  top: 0;
  left: -3.8px;
}
#main .section7 .box1 .button:after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 19px solid #f92a3e;
  border-bottom: 19px solid transparent;
  border-left: 2.09px solid #f92a3e;
  border-right: 2.09px solid transparent;
  top: 0;
  right: -4.18px;
}
#main .section7 .box1 .button:hover {
  cursor: pointer;
  background: #ffcc00;
  color: #000;
}
#main .section7 .box1 .button:hover:before {
  border-bottom-color: #ffcc00;
  border-right-color: #ffcc00;
}
#main .section7 .box1 .button:hover:after {
  border-top-color: #ffcc00;
  border-left-color: #ffcc00;
}
#main .section7 .box2 .item {
  position: absolute;
}
#main .section7 .box2 .text {
  width: 100px;
  left: 100px;
}
#main .section7 .box2 .button {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  width: 170px;
  background: #f92a3e;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  position: absolute;
  text-align: center;
  top: 150px;
  left: 178px;
}
#main .section7 .box2 .button:before {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 19px solid transparent;
  border-bottom: 19px solid #f92a3e;
  border-left: 2.09px solid transparent;
  border-right: 2.09px solid #f92a3e;
  top: 0;
  left: -3.8px;
}
#main .section7 .box2 .button:after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 19px solid #f92a3e;
  border-bottom: 19px solid transparent;
  border-left: 2.09px solid #f92a3e;
  border-right: 2.09px solid transparent;
  top: 0;
  right: -4.18px;
}
#main .section7 .box2 .button:hover {
  cursor: pointer;
  background: #ffcc00;
  color: #000;
}
#main .section7 .box2 .button:hover:before {
  border-bottom-color: #ffcc00;
  border-right-color: #ffcc00;
}
#main .section7 .box2 .button:hover:after {
  border-top-color: #ffcc00;
  border-left-color: #ffcc00;
}
#main .section7 .item p {
  line-height: 36px;
  color: #333;
}
#main .section7 .b {
  font-size: 16px;
  font-weight: bold;
}
#main .section7 .text {
  font-size: 14px;
  position: absolute;
  top: 0;
}
#main .section7 .line {
  width: 554px;
  height: 8px;
  background: #d8e0ff;
  margin-top: 74px;
}
#main .section7 .item1 {
  top: 38px;
  left: 52px;
}
#main .section7 .item2 {
  top: 38px;
  left: 272px;
}
#main .section7 .item3 {
  top: 74px;
  left: 52px;
}
#main .section7 .item4 {
  top: 74px;
  left: 272px;
}
#main .section7 .item5 {
  top: 108px;
  left: 52px;
}
#main .section8 {
  margin-top: 96px;
}
#main .section8 .table {
  margin-top: 32px;
  text-align: center;
  background: #557cf1;
  -moz-border-radius: 5px;
       border-radius: 5px;
  overflow: hidden;
}
#main .section8 table {
  width: 100%;
  border-spacing: 0;
}
#main .section8 .thead {
  width: 982px;
}
#main .section8 th {
  font-size: 24px;
  line-height: 68px;
  color: #fff;
}
#main .section8 .td1 {
  width: 300px;
}
#main .section8 .td1 a {
  color: #333;
}
#main .section8 .td1 a:hover {
  text-decoration: underline;
}
#main .section8 .td2 {
  width: 70px;
}
#main .section8 .td3 {
  width: 312px;
}
#main .section8 .td4 {
  width: 160px;
}
#main .section8 .td5 a {
  color: #f92a3e;
}
#main .section8 .tbody {
  height: 462px;
  background: #fff;
  border: 2px solid #aebbe5;
  border-top: none;
  overflow: auto;
}
#main .section8 td {
  font-size: 14px;
  line-height: 56px;
  color: #333;
}
#main .section8 span {
  font-weight: bold;
}
#main .section9 {
  margin-top: 92px;
}
#main .section9 .wrap {
  margin-top: 40px;
  overflow: hidden;
  background: #557cf1;
  text-align: center;
}
#main .section9 .item {
  width: 25%;
  height: 194px;
  float: left;
  display: table;
}
#main .section9 .box {
  display: table-cell;
  vertical-align: middle;
}
#main .section9 .tit {
  font-size: 18px;
  line-height: 64px;
  color: #fff;
}
#main .section9 .text,
#main .section9 .button {
  font-size: 22px;
  line-height: c;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
#main .section9 .button {
  color: #ffcc00;
  font-weight: bold;
}
#main .section9 .button:hover {
  cursor: pointer;
}
#main .section10 {
  margin-top: 92px;
}
#main .section10 .content {
  width: 950px;
  margin: 50px auto 0;
  background: #fff;
  padding-top: 20px;
}
#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: .65;
  filter: alpha(opacity=65);
}
#main .test_pop .test_form_box {
  width: 272px;
  height: 272px;
  border: 6px solid #3456bd;
  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;
  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 .text_f_item {
  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: 150px;
  height: 28px;
  border: 1px solid #979a9b;
  line-height: 26px;
  outline: none;
  padding: 0 5px;
}
#main .test_pop .submitBtn {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  width: 174px;
  background: #f92a3e;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  position: relative;
  text-align: center;
  margin: 20px auto 0;
}
#main .test_pop .submitBtn:before {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 19px solid transparent;
  border-bottom: 19px solid #f92a3e;
  border-left: 2.09px solid transparent;
  border-right: 2.09px solid #f92a3e;
  top: 0;
  left: -3.8px;
}
#main .test_pop .submitBtn:after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  border-top: 19px solid #f92a3e;
  border-bottom: 19px solid transparent;
  border-left: 2.09px solid #f92a3e;
  border-right: 2.09px solid transparent;
  top: 0;
  right: -4.18px;
}
#main .test_pop .submitBtn:hover {
  cursor: pointer;
  background: #ffcc00;
  color: #000;
}
#main .test_pop .submitBtn:hover:before {
  border-bottom-color: #ffcc00;
  border-right-color: #ffcc00;
}
#main .test_pop .submitBtn:hover:after {
  border-top-color: #ffcc00;
  border-left-color: #ffcc00;
}
#main .pop_window {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#main .pop_window .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;
}
#main .pop_window form {
  padding-top: 18px;
}
#main .pop_window .applyform {
  position: absolute;
  width: 652px;
  left: 50%;
  top: 50%;
  margin-left: -326px;
  margin-top: -184px;
  background: #fff url(../img/bg_pop.jpg) no-repeat left center;
}
#main .pop_window .download_area {
  position: absolute;
  width: 600px;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -75px;
  background: #fff;
  display: none;
}
#main .pop_window .download_area p a {
  text-align: center;
  font-size: 16px;
  line-height: 80px;
  color: #333;
}
#main .pop_window .download_area p a:hover {
  text-decoration: underline;
}
#main .pop_window .href_place {
  text-align: center;
}
#main .pop_window .applyTitle {
  position: relative;
  height: 56px;
  background-color: #fcc63f;
  color: #313131;
}
#main .pop_window .applyTitle span {
  font-size: 22px;
  line-height: 56px;
  margin-left: 12px;
}
#main .pop_window .closeBtn {
  position: absolute;
  right: 10px;
  top: 13px;
  width: 30px;
  height: 30px;
  background: url(../img/close-icon-2.png) no-repeat center center;
  cursor: pointer;
}
#main .pop_window .downform {
  padding-left: 250px;
}
#main .pop_window .p_item {
  margin-bottom: 18px;
}
#main .pop_window .p_item span {
  width: 80px;
  float: left;
  text-align: right;
  font-size: 14px;
  line-height: 30px;
}
#main .pop_window .p_item i {
  font-style: normal;
  font-size: 12px;
  color: red;
}
#main .pop_window .p_item p {
  font-size: 14px;
  color: red;
}
#main .pop_window .user_val1 {
  height: 30px;
  border: 1px solid #D1D1D1;
}
#main .pop_window .w1 {
  width: 166px;
}
#main .pop_window .w2 {
  width: 56px;
  vertical-align: middle;
}
#main .pop_window .get_yzm {
  height: 30px;
  width: 105px;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  background-color: #ABABAB;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 3px;
}
#main .pop_window .tj_form {
  display: inline-block;
  height: 40px;
  width: 174px;
  margin-right: 50px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: #f92a3e;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-top: 0;
  margin-left: 100px;
  border: none;
  text-align: center;
}
#main .pop_window .tj_form:hover {
  background: #ffcc00;
  color: #000;
}
