@charset "utf-8";

/* CSS Document */
body {
  max-width: 100%;
  overflow-x: hidden;
  background: url("../images/banner_bg.png") center top no-repeat;
  background-color: #FFF;
  font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li,
pre, form, fieldset, legend, button, input, select, textarea,
th, td {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  max-width: 100%;
}

a {
  color: #2b2a3c;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a, area {
  blr: expression(this.onFocus=this.blur());
}

ul, ol, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

input, :focus {
  outline: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

input::focus-inner {
  padding: 0;
  border: 0;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix::after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  height: 0;
  width: 100%;
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
  visibility: hidden;
}

.Width {
  width: 1190px;
  margin: 0 auto;
}

.hide, .onlymob {
  display: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box
}

.container::after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  clear: both;
}

ul::after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  clear: both;
}

/* 通用头部 */
.ht_top {
  width: 100%;
  overflow: hidden;
  background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
  line-height: 41px;
}

.ht_top .zt_top {
  width: 1200px;
  height: 41px;
  margin: 0 auto;
}

.ht_top h1 {
  float: left;
}

.ht_top h1 a {
  float: left;
  width: 131px;
  height: 40px;
  overflow: hidden;
  background: url(https://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
  font-size: 12px;
  text-indent: -100em;
}

.ht_top .topnav {
  float: right;
  color: #333;
  font-size: 12px;
}

.ht_top .topnav a {
  padding: 0 8px;
}

.ht_top .topnav a:hover {
  color: #e4393c;
  text-decoration: underline;
}

/*老师*/
.box2_lil_title {
  line-height: 48px;
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 60px;
  padding-top: 40px;
}

@media only all and (max-width:1100px) {
  .box2_lil_title {
    line-height: 28px;
    width: 17.5rem;
    text-align: left;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    padding: 20px;
  }
}

.box2_video {
  width: 880px;
  background: linear-gradient(210deg, rgba(233, 99, 48, 1), rgba(250, 162, 60, 1));
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.picScroll-left {
  padding: 30px 90px;
  background: linear-gradient(90deg, rgba(95, 187, 195, 1), rgba(66, 38, 192, 1));
  border-radius: 20px;
}

.picScroll-left .prev {
  width: 60px;
  height: 120px;
  line-height: 120px;
  background: url("../images/lb_l_bg.png");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  box-sizing: border-box;
  padding-left: 15px;
}

.picScroll-left .prev img {
  vertical-align: middle;
  display: inline-block;
}

.picScroll-left .next {
  width: 60px;
  height: 120px;
  line-height: 120px;
  background: url("../images/lb_r_bg.png");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  box-sizing: border-box;
  padding-left: 30px;
}

.picScroll-left .next img {
  vertical-align: middle;
  display: inline-block;
}

.picScroll-left .bd {
  width: 1020px;
  overflow-x: hidden;
}

.picScroll-left .picList li {
  float: left;
  position: relative;
  width: 310px;
  height: 350px;
  padding: 5px;
  margin-right: 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .5);
}

.picScroll-left .picList li img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.lb_mask {
  display: none;
  border-radius: 20px;
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  z-index: 3;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.lb_mask_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  box-sizing: border-box;
  padding: 30px;
}

.lb_name {
  line-height: 60px;
  font-size: 30px;
  color: #fff;
}

.lb_title {
  line-height: 30px;
  color: #ffee44;
  font-size: 18px;
  margin-bottom: 10px;
}

.lb_project {
  line-height: 30px;
  color: #fff;
  font-size: 18px;
}

.flower_box {
  line-height: 35px;
}

.picScroll-left .picList li .flower_box img {
  width: 18px;
  vertical-align: middle;
  display: inline-block;
}

.lb_intro {
  line-height: 35px;
  color: #fff;
  text-align: left;
  font-size: 16px;
}

.picScroll-left2 {
  padding: 30px 90px;
  background: linear-gradient(90deg, rgba(95, 187, 195, 1), rgba(33, 140, 165, 1));
  border-radius: 20px;
}

.picScroll-left2 .prev {
  width: 60px;
  height: 120px;
  line-height: 120px;
  background: url("../images/lb_l_bg.png");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  box-sizing: border-box;
  padding-left: 15px;
}

.picScroll-left2 .prev img {
  vertical-align: middle;
  display: inline-block;
}

.picScroll-left2 .next {
  width: 60px;
  height: 120px;
  line-height: 120px;
  background: url("../images/lb_r_bg.png");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  box-sizing: border-box;
  padding-left: 30px;
}

.picScroll-left2 .next img {
  vertical-align: middle;
  display: inline-block;
}

.picScroll-left2 .bd {
  width: 1020px;
  overflow-x: hidden;
}

.picScroll-left2 .picList li {
  float: left;
  position: relative;
  width: 310px;
  height: 200px;
  padding: 5px;
  margin-right: 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .5);
}

.picScroll-left2 .picList li img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

/*讲义展示*/
.Widthbox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  background: #FFF;
}

.wrapbox {
  padding-top: 30px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 0 30px rgba(0, 0, 51, .15);
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
}

.panel03 {
  background: #2085EF;
  height: auto;
  box-sizing: border-box;
  position: relative;
}

.panel03 .tip-txt,
.panel04 .tip-txt,
.panel05 .tip-txt {
  background: #1654C3;
  border-radius: 0 100px 100px 100px;
  color: #fff;
  font-size: 36px;
  width: 680px;
  height: 505px;
  text-indent: 65px;
  padding-top: 40px;
  box-sizing: border-box;
  position: absolute;
  top: -86px;
}

.panel03 .top-cont,
.panel03 .bottom-cont {
  position: relative;
  z-index: 9;
  padding-left: 39px;
  padding-top: 29px;
}

.panel03 .top-cont>div, .panel03 .bottom-cont>div {
  width: 362px;
  height: 282px;
  background-color: rgb(255, 255, 255);
  border-radius: 0 60px 0 60px;
  padding-left: 34px;
  padding-right: 38px;
  padding-top: 50px;
  box-sizing: border-box;
  float: left;
  margin-left: 25px;
  margin-bottom: 25px;
  color: #808080;
  font-size: 16px;
}

.panel03 .bottom-cont>div {
  width: 555px;
  height: 282px;
}

.panel03 .num {
  font-size: 40px;
  margin-bottom: 55px;
  display: block;
}

.panel03 .s-tit {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}

.center-txt {
  height: 151px;
  background: #D8EDFF;
  border-radius: 0 60px 0 60px;
  margin-left: 65px;
  margin-bottom: 74px;
  color: rgb(22, 84, 195);
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.center-txt p {
  padding-top: 46px;
  padding-bottom: 6px;
}

.center-txt div {
  font-size: 22px;
}

.center-txt div strong {
  font-size: 28px;
}

.panel03 .left-tab-menu {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 290px;
  background: #FFF;
}

.panel03 .left-tab-menu span {
  display: block;
  width: 290px;
  height: 73px;
  background-color: rgb(91, 171, 242);
  border-radius: 0 40px 0 40px;
  text-align: center;
  line-height: 73px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  cursor: pointer;
}

.new_bg {
  padding: 30px 90px;
  background: linear-gradient(90deg, rgba(95, 187, 195, 1), rgba(66, 38, 192, 1));
  border-radius: 20px;
}

.panel03 .right-tab-cont {}

.panel03 .list-tab-cont {
  position: relative;
  display: none;
}

.panel03 .list-tab-cont img {
  width: 280px;
  height: 396px;
  box-shadow: 0 0 10px #eee;
}

.panel03 .list-tab-cont .txt {
  position: absolute;
  bottom: 4px;
  font-size: 22px;
  color: #fff;
  width: 100%;
  line-height: 33px;
  padding-bottom: 20px;
  background: url(../images/masker2.png) repeat-x;
  border-radius: 0 0 0 48px;
}

.panel03 .list-tab-cont p {
  text-align: left;
  padding-left: 3%;
}

.panel04 .tip-txt {
  position: relative;
  top: 0;
}

.panel04 {
  padding-top: 78px;
  height: 1440px;
  box-sizing: border-box;
  position: relative;
}

.panel04 .fk,
.panel05 .fk,
.panel03 .fk {
  position: absolute;
  right: 0px;
  margin-right: 30px;
  top: 30px;
}

.panel05 .fk,
.panel03 .fk {
  top: -50px;
}


/* 通用底部*/
	.footer {
	position: relative;
	padding:30px 0;
	background-color: #494dc0;
	/* background: linear-gradient(50deg, #5fbbc3, #4328c0); */
	/* background: linear-gradient(136deg, #5fbac3, #4228c0); */
	text-align: center;
}
.footer p {
	line-height: 26px;
	color:#fff;
	font-size:14px;
	position: relative;
}
.footer p a {
	color: #fff;
	font-size:14px;
}
.footer p span {
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px
}

.m-footer {
  display: none;
}
.banner_box {
  width: 100%;
  height: 655px;
  background: url("../images/banner_bg.png") center top no-repeat;
}

.banner_box .container {
  text-align: center;
  padding-top: 20px;
}

.banner_box h2 {
  line-height: 40px;
  font-size: 40px;
  color: #fff;
  text-align: center;
}

.banner_box h2::before, .banner_box h2::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background: url("../images/banner_h2_before.png");
}

.banner_box h2::after {
  transform: rotate(180deg);
}

.banner_box h1 {
  width: 980px;
  height: 450px;
  background: url("../images/banner_h1.png") no-repeat;
  font-size: 0;
}

.banner_list {
  display: inline-block;
  margin: 0 auto;
}

.banner_list li {
  float: left;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 35px;
  line-height: 50px;
  border-radius: 25px 25px 0 25px;
  background: #37b9b7;
  text-align: center;
  margin: 0 20px;
  color: #fff;
  position: relative;
  font-size: 20px;
}

.banner_list li::before {
  content: '';
  display: block;
  position: absolute;
  left: -6px;
  top: 50%;
  background: #37b9b7;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #008080;
}

.box1 {
  border-radius: 10px;
  margin-top: -170px;
  padding: 10px 0;
  box-shadow: 0 0 30px rgba(0, 0, 51, .15);
}

.box_title {
  width: 1200px;
  height: 100px;
  font-size: 0;
  margin: 0 auto;
}

.box1_title {
  background: url("../images/box1_title.png");
}

.box2_title {
  background: url("../images/box2_title.png");
}

.box3_title {
  background: url("../images/box3_title.png");
}

.box4_title {
  background: url("../images/box4_title.png");
}

.box5_title {
  background: url("../images/box5_title.png");
}

.box6_title {
  background: url("../images/box6_title.png");
}

.box7_title {
  background: url("../images/box7_title.png");
}

.box8_title {
  background: url("../images/box8_title.png");
}

.box9_title {
  background: url("../images/box9_title.png");
}

.box10_title {
  background: url("../images/box10_title.png");
}

.box1 p {
  line-height: 95px;
  text-align: center;
  font-size: 28px;
  color: #FFF;
  margin-bottom: 20px;
}

.box1 video {
  display: block;
  width: 1080px;
  margin: 0 auto;
}

.box2 {
  width: 100%;
}

.box2_title, .box3_title {
  margin: 60px auto;
}

.box2_list li {
  float: left;
  width: 360px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px 30px;
  color: #fff;
}

.box2_list li:nth-child(1) {
  background: #5cbac7;
  margin-top: 50px;
}

.box2_list li:nth-child(1) a {
  color: #5cbac7;
}

.box2_list li:nth-child(2) {
  background: #488ce5;
  margin: 0 60px;
}

.box2_list li:nth-child(2) a {
  color: #488ce5;
}

.box2_list li:nth-child(3) {
  background: #5e62c2;
  margin-top: 15px;
}

.box2_list li:nth-child(3) a {
  color: #5e62c2;
}

.box2_list li img {
  width: 120px;
  display: block;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, .4);
}

.box2_list li p {
  line-height: 40px;
  font-size: 18px;
}

.box2_list li a {
  display: block;
  margin: 30px auto 0 auto;
  width: 240px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  border-radius: 25px;
  background: #fff;
}

.box3 {
  background: url("../images/box3_bg.jpg") bottom center no-repeat;
}

.box3_table {
  background: #fff;
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 51, .15);
  text-align: center;
  border-radius: 10px;
}

.box3_table tr th:nth-child(1),
.box3_table tr td:nth-child(1) {
  width: 130px;
  color: #285bc9;
  font-size: 26px;
}

.box3_table tr th:nth-child(2),
.box3_table tr td:nth-child(2) {
  background: linear-gradient(145deg, #488ce5, #63a2ea);
  width: 510px;
  color: #fff;
  font-size: 18px;
  position: relative;
}

.box3_table tr td:nth-child(2)::before {
  content: '';
  display: block;
  width: 66px;
  height: 66px;
  background: url("../images/vs_icon.png");
  background-size: 100% 100%;
  position: absolute;
  right: -33px;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 15px rgba(0, 0, 51, .15);
}

.box3_table tr th:nth-child(3),
.box3_table tr td:nth-child(3) {
  width: 560px;
  color: #333;
  font-size: 18px;
}

.box3_table tr {
  border-bottom: 1px solid #dcdbdb;
}
.box3_table tr td{
	vertical-align:top;}
.box3_table tr td a {
  display: block;
  width: 130px;
  line-height: 40px;
  border-radius: 20px;
  margin: 10px auto;
}

.box3_table tr td:nth-child(2) a {
  background: #fff;
  color: #2f79d9;
}

.box3_table tr td:nth-child(3) a {
  background: #2f79d9;
  color: #fff;
}

.box3_table tr th:nth-child(2) h5 {
  font-size: 24px;
  color: #fff;
  line-height: 70px;
}

.box3_table tr th:nth-child(3) h5 {
  font-size: 24px;
  color: #2f79d9;
  line-height: 70px;
}

.box3_table tr th:nth-child(2) h5::before,
.box3_table tr th:nth-child(2) h5::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/box3_before1.png");
  margin: 0 10px;
}

.box3_table tr th:nth-child(2) h5::after {
  transform: rotate(180deg);
}

.box3_table tr th:nth-child(3) h5::before,
.box3_table tr th:nth-child(3) h5::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/box3_before2.png");
  margin: 0 10px;
}

.box3_table tr th:nth-child(3) h5::after {
  transform: rotate(180deg);
}

.box3_table tr td {
  box-sizing: border-box;
  padding: 25px 0;
}

.box3_table tr p {
  line-height: 40px;
}

.box3_table tr:nth-child(1) th:nth-child(2),
.box3_table tr:nth-child(5) td:nth-child(2) {
  position: relative;
}

.box3_table tr:nth-child(1) th:nth-child(2)::before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(145deg, #488ce5, #63a2ea);
  position: absolute;
  top: -10px;
  left: 0;
  border-radius: 5px 5px 0 0;
}

.box3_table tr:nth-child(5) td:nth-child(2)::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(145deg, #488ce5, #63a2ea);
  position: absolute;
  bottom: -10px;
  left: 0;
  border-radius: 0 0 5px 5px;
}

.more_zc {
  line-height: 50px;
  display: block;
  text-align: center;
  margin: 20px auto;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}

.more_zc a {
  color: #285ac9;
}

.more_zc a::after {
  content: '>';
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background: #285ac9;
  border-radius: 50%;
  margin: 0 10px;
}

.box3_adv {
  display: block;
  width: 100%;
}

.box3_adv img {
  display: block;
}

.box4 {
  width: 100%;
  position: relative;
  z-index: 22;
}

.box4_title {
  margin-top: 60px;
  margin-bottom: 60px;
}

.box4_p {
  line-height: 65px;
  text-align: center;
  font-size: 30px;
  color: #333;
}

.box4_list li:nth-child(2) {
  margin: 0 60px;
}

.box4_list li {
  float: left;
  margin-top: 30px;
  width: 360px;
  box-sizing: border-box;
  padding: 0 30px 50px 30px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 51, .15);
  border-radius: 10px;
}

.box4_list li:nth-child(1) h4 {
  background: linear-gradient(45deg, #5cbac7, #6fc8d2);
}

.box4_list li:nth-child(2) h4 {
  background: linear-gradient(45deg, #488ce5, #56a3ea);
}

.box4_list li:nth-child(3) h4 {
  background: linear-gradient(45deg, #5559bb, #666bc9);
}

.box4_list li h4 {
  font-weight: normal;
  width: 270px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 0 0 10px 10px;
  font-size: 20px;
  margin: 0 auto 10px auto;
}

.box4_list li h5 {
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}

.box4_list li p {
  line-height: 40px;
  font-size: 18px;
  color: #333;
  text-align: justify;
}

.box4_list li a {
  display: block;
  width: 240px;
  line-height: 50px;
  border-radius: 25px;
  background: linear-gradient(to right, #f35b5c, #fea659);
  box-shadow: 0 0 15px rgba(0, 0, 0, .3);
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 30px auto 0 auto;
}

.box5 {
  margin-top: 100px;
  box-sizing: border-box;
  padding-bottom: 50px;
}

.box5_title {
  margin-bottom: 60px;
}

.box5_tab_box {
  width: 1400px;
  margin: 0 auto;
  background: url("../images/box5_line.png") center 55px no-repeat;
}

.box5_tab {
  width: 1200px;
  margin: 0 auto;
}

.box5_tab li {
  float: left;
  display: inline-block;
  position: relative;
  margin-right: 36px;
  z-index: 999;
}

.box5_tab li:nth-last-child(1) {
  margin-right: 0;
}

.box5_tab li:nth-last-child(1) span {
  padding: 0 15px;
}

.box5_tab li span {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 18px;
  line-height: 40px;
  background: rgba(255, 255, 255, .15);
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: relative;
  margin-bottom: 30px;
}

.box5_tab li span i {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  font-size: 0;
  line-height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: rgba(255, 255, 255, .15) transparent;
}

.box5_tab li b {
  display: block;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #00bdb8;
  margin: 0 auto 70px auto;
}

.box5_info {
  display: none;
  width: 280px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 175px;
  padding: 20px;
  line-height: 35px;
  font-size: 18px;
  color: #fff;
  background: #01bdb8;
  text-align: justify;
  z-index: 9999;
}

.box5_info::before {
  display: block;
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  font-size: 0;
  line-height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: #01bdb8 transparent;
}

.box6 {
  width: 100%;
  position: relative;
  z-index: 2;
  background: url("../images/box6_bg.jpg") top center no-repeat;
}

.box6 .container {
  padding-top: 100px;
}

.box6_tab {
  width: 520px;
  margin: 40px auto 50px auto;
}

.box6_tab li {
  text-align: center;
  margin: 0 20px;
  float: left;
  width: 220px;
  line-height: 50px;
  border-radius: 25px;
  background: rgba(255, 255, 255, .15);
  font-size: 18px;
  color: #fff;
}

.box6_tab li.active {
  color: #006874;
  background: #fff;
}

.box6_cont li:nth-child(1) {
  display: block;
}

.box6_cont li {
  display: none;
  width: 1200px;
  height: 595px;
  position: relative;
  color: #fff;
}

.box6_cont li p {
  font-size: 22px;
  width: 200px;
  line-height: 40px;
  position: absolute;
  text-align: center;
}

.box6_cont li p::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px #fff;
  margin-right: 10px;
}

.box6_cont_p1 {
  top: 40px;
  transform: translateX(-50%);
  left: 50%;
}

.box6_cont_p2 {
  top: 85px;
  left: 290px;
}

.box6_cont_p3 {
  top: 85px;
  right: 290px;
}

.box6_cont_p4 {
  top: 150px;
  transform: translateX(-50%);
  left: 50%;
}

.box6_cont_p5 {
  top: 195px;
  left: 200px;
}

.box6_cont_p6 {
  top: 195px;
  right: 200px;
}

.box6_cont_p7 {
  top: 330px;
  left: 95px;
}

.box6_cont_p8 {
  top: 330px;
  right: 95px;
}

.box6_cont_p9 {
  top: 465px;
  left: 30px;
}

.box6_cont_p10 {
  top: 465px;
  right: 30px;
}

.box6_info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  text-align: center;
}

.box6_info span {
  display: block;
  line-height: 50px;
  color: #fedd79;
  font-size: 30px;
}

.box6_info a {
  display: block;
  width: 170px;
  line-height: 40px;
  border-radius: 20px;
  background: #fff;
  margin: 20px auto 0 auto;
  color: #006486;
  font-size: 18px;
}

.box7 {
  width: 100%;
  background: url("../images/box7_bg.jpg") top center no-repeat;
}

.box7 .container {
  padding-top: 5px;
}

.box7_title {
  margin-bottom: 60px;
}

.box7_list li {
  float: left;
  width: 360px;
  box-sizing: border-box;
  height: 370px;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 0 30px rgba(0, 0, 51, .15);
}

.box7_list li:nth-child(1) {
  background: #fff url("../images/box7_list_bg1.jpg") top center no-repeat;
}

.box7_list li:nth-child(2) {
  background: #fff url("../images/box7_list_bg2.jpg") top center no-repeat;
  margin: 0 60px;
}

.box7_list li:nth-child(3) {
  background: #fff url("../images/box7_list_bg3.jpg") top center no-repeat;
}

.box7_list li img {
  display: block;
  margin: 10px auto;
}

.box7_list li h5 {
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #333;
}

.box7_list li p {
  line-height: 35px;
  text-align: justify;
  font-size: 18px;
  color: #333;
}

.form_box {
  background: #FFF;
  box-shadow: 0 0 30px rgba(0, 0, 51, .15);
  width: 100%;
  box-sizing: border-box;
  padding: 50px;
  border-radius: 20px;
}

.form {
  width: 460px;
}

.form p {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  font-size: 18px;
  color: #333;
}

.form p span {
  display: inline-block;
  width: 80px;
  text-align: center;
  line-height: 65px;
  vertical-align: top;
  background: #fff;
}

.form p input,
.form p select {
  vertical-align: top;
  background: #fff;
  display: inline-block;
  width: calc(100% - 80px);
  font-size: 18px;
  height: 65px;
  line-height: 65px;
  border: 0;
}

.form p select {
  background: #fff url("../images/select_bg.png") 95% center no-repeat;
}

.form p input#PhoneCode {
  width: 215px;
  box-sizing: border-box;
  padding-left: 20px;
  border-radius: 10px;
}

.form p input#fs {
  width: 220px;
  position: absolute;
  right: 0;
  top: 0;
  background: #7bcaf3;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
}

.button {
  width: 100%;
  height: 75px;
  line-height: 75px;
  border-radius: 10px;
  border: 0;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, #f35b5c, #fea659);
}

.form_r {
  width: 600px;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  border-radius: 20px;
}

.form_list li {
  margin-bottom: 20px;
  width: 100%;
  line-height: 60px;
  box-sizing: border-box;
  padding-left: 20px;
  background: #f4f6f9;
  border-radius: 20px;
}

.form_list li i,
.form_list li h5,
.form_list li p {
  display: inline-block;
  vertical-align: middle;
}

.form_list li:nth-child(1) i {
  background: #5cbac7;
  border: 5px solid #b7dee5;
}

.form_list li:nth-child(2) i {
  background: #488ce5;
  border: 5px solid #afccf1;
}

.form_list li:nth-child(3) i {
  background: #5559bb;
  border: 5px solid #b4b7e0;
}

.form_list li:nth-child(4) i {
  background: #5cbac7;
  border: 5px solid #b7dee5;
}

.form_list li i {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 50%;
}

.form_list li h5 {
  font-size: 18px;
  color: #333;
}

.form_list li p {
  font-size: 16px;
  color: #333;
}

.form_more_zc {
  line-height: 45px;
  display: block;
  text-align: center;
  margin: 20px auto;
  width: 100%;
  font-size: 20px;
}

.form_more_zc a {
  color: #285ac9;
}

.form_more_zc a::after {
  content: '>';
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background: #285ac9;
  border-radius: 50%;
  margin: 0 10px;
}

.box8_title {
  margin: 60px auto;
}

.color {
  text-decoration: underline;
}
.box3_table p{text-align:left;vertical-align: text-top;padding:25px;}
.box3_table p b {
  display: none;
  font-style: normal;
  font-weight: normal;
  color:red;
}

.box3_table p b.active {
  display: inline;
}

.click {
  cursor: pointer;color: red;
}

.click:hover, .click.active {

}

.box8_list li {
  float: left;
  width: 270px;
  margin-right: 40px;
  box-sizing: border-box;
  padding: 0 30px 25px 30px;
  box-shadow: 0 0 30px rgba(0, 0, 51, .15);
}

.box8_list li:nth-last-child(1) {
  margin-right: 0;
}

.box8_list li h5 {
  line-height: 60px;
  width: 190px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 22px;
  margin: 0 auto 20px auto;
}

.box8_list li:nth-child(1) h5 {
  background: linear-gradient(to right, #5dbbc7, #71c9d4);
}

.box8_list li:nth-child(2) h5 {
  background: linear-gradient(to right, #498de5, #58a6eb);
}

.box8_list li:nth-child(3) h5 {
  background: linear-gradient(to right, #565abc, #686dca);
}

.box8_list li:nth-child(4) h5 {
  background: linear-gradient(to right, #5dbbc7, #71c9d4);
}

.box8_list li p {
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  line-height: 45px;
  font-size: 18px;
  color: #333;
}

.box8_list li p:nth-child(1)::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #5cbac7;
  border: 5px solid #b7dee5;
}

.box8_list li p:nth-child(2)::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #488ce5;
  border: 5px solid #afccf1;
}

.box8_list li p:nth-child(3)::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #5559bb;
  border: 5px solid #b4b7e0;
}

.box9 {
  width: 100%;
  /* background: url("../images/box9_bg.png"); */
  background: rgb(73, 77, 192);
  /* background: linear-gradient(50deg, #5fbac3, #1226a1); */
  background-position: center;
  background-repeat: no-repeat;
  /* padding-bottom: 14px; */
}

.box4 {
  padding-top: 48px;
}

.new_title {
  display: table;
  position: relative;
  padding-bottom: 32px;
  font-size: 28px;
  margin: 0 auto;
}

.new_wrap {
  padding: 44px;
  box-shadow: 0 0 10px #eee;
}

.new_title::after, .new_title::before {
  content: '';
  position: absolute;
  left: -540px;
  top: 20px;
  width: 516px;
  height: 1px;
  background-color: #e8e8e8;
}

.new_title::after {
  left: auto;
  right: -540px;
}

.box9 .container {
  padding-top: 20px;
  padding-bottom: 70px;
}

.more_kc {
  line-height: 90px;
  display: block;
  text-align: center;
  margin: 20px auto;
  width: 100%;
  font-size: 20px;
}

.more_kc a {
  color: #fff;
}

.more_kc a::after {
  content: '>';
  color: #333;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 50%;
  margin: 0 10px;
}

.city_list li {
  float: left;
  width: 130px;
  line-height: 55px;
  border-radius: 27px;
  margin: 10px;
  text-align: center;
  background: rgba(255, 255, 255, .15);
  font-size: 20px;
}

.city_list li a {
  display: block;
  width: 100%;
  color: #fff;
}

.city_list li:hover {
  background: #fff;
}

.city_list li:hover a {
  color: #009379;
}

.box10 {
  width: 100%;
}

.box10 .container {
  padding: 90px 0;
}
.box10 .container ul li p{
  text-align:center;
}
.box10_title {
  margin-bottom: 60px;
}

.adv_list li {
  float: left;
  width: 370px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .15);
  margin-right: 45px;
}

.adv_list li:nth-last-child(1) {
  margin-right: 0;
}

.adv_list li a,
.adv_list li img {
  width: 100%;
  display: block;
}

.window_mask {
  display: none;
  background: linear-gradient(45deg, #5395e7, #599ae8);
  z-index: 10;
  border-radius: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  box-sizing: border-box;
  padding-top: 40px;
  text-align: center;
}

.window_mask span {
  display: block;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
}

.window_mask img {
  display: block;
  margin: 15px auto 0 auto;
}

.window_mask img.mask_close {
  width: 32px;
  position: absolute;
  right: -16px;
  top: -16px;
  z-index: 15;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 51, .15);
}

.window_mask span.wxh {
  margin-bottom: 20px;
}

.window_mask p {
  line-height: 60px;
  background: #fff;
  font-size: 18px;
  color: #2f79d9;
  border-radius: 0 0 20px 20px;
}

@media only all and (max-width:1200px) {
  .onlymob {
    display: block;
  }

  html {
    font-size: 20px;
  }

  body {
    font-size: .7rem;
    line-height: 1.2rem;
    background-size: auto;
    background-position: center 2rem;
  }

  html, body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .Width {
    width: 17.5rem;
  }

  .container {
    width: 98%;
  }

  .fl, .fr {
    float: none;
  }

  /*讲义展示*/
  .Widthbox {
    width: 96%;
  }

  /* 隐藏元素 */
  .wrapbox {
    padding-top: 1rem;
  }

  .panel03 .tip-txt, .panel04 .tip-txt, .panel05 .tip-txt,
  .panel02 .tip-txt {
    width: 100%;
    border-radius: 5px;
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
    position: relative;
    top: 0;
    padding: 1rem 0;
    margin-bottom: 2rem;
    background: none;
    text-align: center;
    text-indent: 0;
  }

  .panel02 .tip-txt {
    color: #333;
    text-align: center;
    text-indent: 0;
    margin-bottom: 0;
  }

  .panel03 .top-cont>div, .panel03 .bottom-cont>div {
    width: 48%;
    margin: 0 1% .5rem;
    border-radius: 5px;
    padding: .5rem;
    font-size: .6rem;
    line-height: 1.4;
    height: 7rem;
  }

  .panel03 .top-cont>div:nth-child(3) {
    width: 98%;
  }

  .panel03 .s-tit {
    font-size: .85rem;
    margin-bottom: .25rem;
  }

  .panel03 .top-cont, .panel03 .bottom-cont {
    padding: 0;
  }

  .panel03 .num {
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-bottom: .5rem;
  }

  .center-txt {
    width: 100%;
    border-radius: 5px;
    padding: 0 0 1rem;
    height: auto;
    margin: 0 auto;
    font-size: .65rem;
    margin-bottom: 1rem;
  }

  .center-txt div {
    font-size: .75rem;
  }

  .center-txt p {
    padding: 1rem 0 0;
  }

  .center-txt div strong {
    font-size: .85rem;
  }

  .panel03 {
    height: auto;
    padding-bottom: 1.5rem;
  }

  .panel03 .left-tab-menu {
    width: 100%;
    z-index: 99999;
    margin: 0;
  }

  .panel03 .left-tab-menu span {
    width: 23%;
    font-size: .6rem;
    border-radius: 5px;
    height: 1.75rem;
    line-height: 1.75rem;
    float: left;
    margin: 0 1% .5rem;
  }

  .panel03 .right-tab-cont {
    width: 100%;
    border-radius: 0;
    border: none;
    height: 9rem;
  }

  .panel03 .list-tab-cont {
    height: 9rem;
  }

  .panel03 .list-tab-cont img {
    height: 9rem;
    border-radius: 0;
    position: relative;
    z-index: 9999;
  }

  .panel03 .list-tab-cont .txt {
    border-radius: 0;
    font-size: .6rem;
    line-height: 1.6;
    padding: .25rem 5%;
    opacity: .5;
    box-sizing: border-box;
    bottom: 0;
  }

  /* 隐藏元素 */
  .ht_top .topnav a:nth-child(n+2),
  .stage,
  .footer p,
  .pc, .onlypc {
    display: none;
  }

  /* 通用头部 */
  .ht_top {
    height: 2.5rem;
    background-size: auto 100%;
    line-height: 2.5rem;
  }

  .ht_top h1 a {
    height: 2.5rem;
    width: 7.5rem;
    background: url(https://www.huatu.com/images/2015css/images/mob_logo.png) no-repeat center / contain;
  }

  .ht_top .topnav {
    font-size: .8rem;
    text-indent: -1000rem;
  }

  .ht_top .topnav a {
    padding: 0 0 0 0.3rem;
    text-indent: 0;
    float: right;
  }

 /* 通用底部*/
.footer {
	/*height:3rem;*/
	padding:0;
	margin-top: 1rem;
	overflow:hidden;
}
.footer p {
	display: none;
}
.m-footer {
    display: block;
    color: #fff;
    text-align: center;
    height: 32rem;
    width: 100%;
    font-size: 0.7rem;
    line-height: 2.5rem;
    background-color: rgb(73, 77, 192);
  @charset
    "utf-8";    /* CSS Document */
    body {    max-width: 100%;
    overflow-x: hidden;
    background: url("../images/banner_bg.png") center top no-repeat;
    background-color: #FFF;
    font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;  }
    body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li,  pre, form, fieldset, legend, button, input, select, textarea,  th, td {    margin: 0;
    padding: 0;  }
    img {    border: none;
    max-width: 100%;  }
    a {    color: #2b2a3c;
    text-decoration: none;  }
    a:hover {    text-decoration: none;  }
    a, area {    blr: expression(this.onFocus=this.blur());  }
    ul, ol, li {    list-style: none;  }
    table {    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;  }
    input, :focus {    outline: 0;  }
    input[type="button"], input[type="submit"], input[type="reset"], select {    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;  }
    input::focus-inner {    padding: 0;
    border: 0;  }
    input::-webkit-input-placeholder {    color: #999;  }
    input::-moz-placeholder {    color: #999;  }
    input:-moz-placeholder {    color: #999;  }
    input:-ms-input-placeholder {    color: #999;  }    .fl {
    float: left;  }    .fr {
    float: right;  }    .clearfix::after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    clear: both;  }    .clearfix {
    zoom: 1;  }    .clear {
    height: 0;
    width: 100%;
    overflow: hidden;
    font-size: 1px;
    line-height: 0;
    visibility: hidden;  }    .Width {
    width: 1190px;
    margin: 0 auto;  }    .hide, .onlymob {
    display: none;  }    .container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;}    .container::after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    clear: both;  }
    ul::after {    display: block;
    content: '';
    height: 0;
    font-size: 0;
    clear: both;  }    /* 通用头部 */  .ht_top {
    width: 100%;
    overflow: hidden;
    background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px;  }    .ht_top .zt_top {
    width: 1200px;
    height: 41px;
    margin: 0 auto;  }    .ht_top
    h1 {    float: left;  }    .ht_top
    h1 a {    float: left;
    width: 131px;
    height: 40px;
    overflow: hidden;
    background: url(https://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
    font-size: 12px;
    text-indent: -100em;  }    .ht_top .topnav {
    float: right;
    color: #333;
    font-size: 12px;  }    .ht_top .topnav
    a {    padding: 0 8px;  }    .ht_top .topnav
    a:hover {    color: #e4393c;
    text-decoration: underline;  }    /*老师*/  .box2_lil_title {
    line-height: 48px;
    font-weight: normal;
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 60px;
    padding-top: 40px;  }    @media only all and (
    max-width:1100px) {    .box2_lil_title {      line-height: 28px;
    width: 17.5rem;
    text-align: left;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    padding: 20px;    }  }    .box2_video {
    width: 880px;
    background: linear-gradient(210deg, rgba(233, 99, 48, 1), rgba(250, 162, 60, 1));
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;  }    .picScroll-left {
    padding: 30px 90px;
    background: linear-gradient(90deg, rgba(95, 187, 195, 1), rgba(66, 38, 192, 1));
    border-radius: 20px;  }    .picScroll-left .prev {
    width: 60px;
    height: 120px;
    line-height: 120px;
    background: url("../images/lb_l_bg.png");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    box-sizing: border-box;
    padding-left: 15px;  }    .picScroll-left .prev
    img {    vertical-align: middle;
    display: inline-block;  }    .picScroll-left .next {
    width: 60px;
    height: 120px;
    line-height: 120px;
    background: url("../images/lb_r_bg.png");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    box-sizing: border-box;
    padding-left: 30px;  }    .picScroll-left .next
    img {    vertical-align: middle;
    display: inline-block;  }    .picScroll-left .bd {
    width: 1020px;
    overflow-x: hidden;  }    .picScroll-left .picList
    li {    float: left;
    position: relative;
    width: 310px;
    height: 350px;
    padding: 5px;
    margin-right: 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .5);  }    .picScroll-left .picList
    li img {    display: block;
    width: 100%;
    border-radius: 20px;  }    .lb_mask {
    display: none;
    border-radius: 20px;
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 3;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));  }    .lb_mask_text {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 30px;  }    .lb_name {
    line-height: 60px;
    font-size: 30px;
    color: #fff;  }    .lb_title {
    line-height: 30px;
    color: #ffee44;
    font-size: 18px;
    margin-bottom: 10px;  }    .lb_project {
    line-height: 30px;
    color: #fff;
    font-size: 18px;  }    .flower_box {
    line-height: 35px;  }    .picScroll-left .picList
    li .flower_box img {    width: 18px;
    vertical-align: middle;
    display: inline-block;  }    .lb_intro {
    line-height: 35px;
    color: #fff;
    text-align: left;
    font-size: 16px;  }    .picScroll-left2 {
    padding: 30px 90px;
    background: linear-gradient(90deg, rgba(95, 187, 195, 1), rgba(33, 140, 165, 1));
    border-radius: 20px;  }    .picScroll-left2 .prev {
    width: 60px;
    height: 120px;
    line-height: 120px;
    background: url("../images/lb_l_bg.png");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    box-sizing: border-box;
    padding-left: 15px;  }    .picScroll-left2 .prev
    img {    vertical-align: middle;
    display: inline-block;  }    .picScroll-left2 .next {
    width: 60px;
    height: 120px;
    line-height: 120px;
    background: url("../images/lb_r_bg.png");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    box-sizing: border-box;
    padding-left: 30px;  }    .picScroll-left2 .next
    img {    vertical-align: middle;
    display: inline-block;  }    .picScroll-left2 .bd {
    width: 1020px;
    overflow-x: hidden;  }    .picScroll-left2 .picList
    li {    float: left;
    position: relative;
    width: 310px;
    height: 200px;
    padding: 5px;
    margin-right: 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .5);  }    .picScroll-left2 .picList
    li img {    display: block;
    width: 100%;
    border-radius: 20px;  }    /*讲义展示*/  .Widthbox {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    background: #FFF;  }    .wrapbox {
    padding-top: 30px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 0 30px rgba(0, 0, 51, .15);
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;  }    .panel03 {
    background: #2085EF;
    height: auto;
    box-sizing: border-box;
    position: relative;  }    .panel03 .tip-txt,  .panel04 .tip-txt,  .panel05 .tip-txt {
    background: #1654C3;
    border-radius: 0 100px 100px 100px;
    color: #fff;
    font-size: 36px;
    width: 680px;
    height: 505px;
    text-indent: 65px;
    padding-top: 40px;
    box-sizing: border-box;
    position: absolute;
    top: -86px;  }    .panel03 .top-cont,  .panel03 .bottom-cont {
    position: relative;
    z-index: 9;
    padding-left: 39px;
    padding-top: 29px;  }    .panel03 .top-cont>
    div, .panel03 .bottom-cont>div {    width: 362px;
    height: 282px;
    background-color: rgb(255, 255, 255);
    border-radius: 0 60px 0 60px;
    padding-left: 34px;
    padding-right: 38px;
    padding-top: 50px;
    box-sizing: border-box;
    float: left;
    margin-left: 25px;
    margin-bottom: 25px;
    color: #808080;
    font-size: 16px;  }    .panel03 .bottom-cont>
    div {    width: 555px;
    height: 282px;  }    .panel03 .num {
    font-size: 40px;
    margin-bottom: 55px;
    display: block;  }    .panel03 .s-tit {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;  }    .center-txt {
    height: 151px;
    background: #D8EDFF;
    border-radius: 0 60px 0 60px;
    margin-left: 65px;
    margin-bottom: 74px;
    color: rgb(22, 84, 195);
    font-size: 18px;
    text-align: center;
    font-weight: 600;  }    .center-txt
    p {    padding-top: 46px;
    padding-bottom: 6px;  }    .center-txt
    div {    font-size: 22px;  }    .center-txt
    div strong {    font-size: 28px;  }    .panel03 .left-tab-menu {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 290px;
    background: #FFF;  }    .panel03 .left-tab-menu
    span {    display: block;
    width: 290px;
    height: 73px;
    background-color: rgb(91, 171, 242);
    border-radius: 0 40px 0 40px;
    text-align: center;
    line-height: 73px;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;  }    .new_bg {
    padding: 30px 90px;
    background: linear-gradient(90deg, rgba(95, 187, 195, 1), rgba(66, 38, 192, 1));
    border-radius: 20px;  }    .panel03 .right-tab-cont {}    .panel03 .list-tab-cont {
    position: relative;
    display: none;  }    .panel03 .list-tab-cont
    img {    width: 280px;
    height: 396px;
    box-shadow: 0 0 10px #eee;  }    .panel03 .list-tab-cont .txt {
    position: absolute;
    bottom: 4px;
    font-size: 22px;
    color: #fff;
    width: 100%;
    line-height: 33px;
    padding-bottom: 20px;
    background: url(../images/masker2.png) repeat-x;
    border-radius: 0 0 0 48px;  }    .panel03 .list-tab-cont
    p {    text-align: left;
    padding-left: 3%;  }    .panel04 .tip-txt {
    position: relative;
    top: 0;  }    .panel04 {
    padding-top: 78px;
    height: 1440px;
    box-sizing: border-box;
    position: relative;  }    .panel04 .fk,  .panel05 .fk,  .panel03 .fk {
    position: absolute;
    right: 0px;
    margin-right: 30px;
    top: 30px;  }    .panel05 .fk,  .panel03 .fk {
    top: -50px;  }      /* 通用底部*/   .footer {
    position: relative;
    padding:30px 0;
    /* background-color: #285ac9; */
    /* background: linear-gradient(50deg, #5fbbc3, #4328c0); */
    background: linear-gradient(136deg, #5fbac3, #4228c0);
    text-align: center;  }  .footer
    p {   line-height: 26px;
    color:#fff;
    font-size:14px;
    position: relative;  }  .footer
    p a {   color: #fff;
    font-size:14px;  }  .footer
    p span {   padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;}    .m-footer {
    display: none;  }  .banner_box {
    width: 100%;
    height: 655px;
    background: url("../images/banner_bg.png") center top no-repeat;  }    .banner_box .container {
    text-align: center;
    padding-top: 20px;  }    .banner_box
    h2 {    line-height: 40px;
    font-size: 40px;
    color: #fff;
    text-align: center;  }    .banner_box
    h2::before, .banner_box h2::after {    content: '';
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background: url("../images/banner_h2_before.png");  }    .banner_box
    h2::after {    transform: rotate(180deg);  }    .banner_box
    h1 {    width: 980px;
    height: 450px;
    background: url("../images/banner_h1.png") no-repeat;
    font-size: 0;  }    .banner_list {
    display: inline-block;
    margin: 0 auto;  }    .banner_list
    li {    float: left;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 25px 25px 0 25px;
    background: #37b9b7;
    text-align: center;
    margin: 0 20px;
    color: #fff;
    position: relative;
    font-size: 20px;  }    .banner_list
    li::before {    content: '';
    display: block;
    position: absolute;
    left: -6px;
    top: 50%;
    background: #37b9b7;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #008080;  }    .box1 {
    border-radius: 10px;
    margin-top: -170px;
    padding: 10px 0;
    box-shadow: 0 0 30px rgba(0, 0, 51, .15);  }    .box_title {
    width: 1200px;
    height: 100px;
    font-size: 0;
    margin: 0 auto;  }    .box1_title {
    background: url("../images/box1_title.png");  }    .box2_title {
    background: url("../images/box2_title.png");  }    .box3_title {
    background: url("../images/box3_title.png");  }    .box4_title {
    background: url("../images/box4_title.png");  }    .box5_title {
    background: url("../images/box5_title.png");  }    .box6_title {
    background: url("../images/box6_title.png");  }    .box7_title {
    background: url("../images/box7_title.png");  }    .box8_title {
    background: url("../images/box8_title.png");  }    .box9_title {
    background: url("../images/box9_title.png");  }    .box10_title {
    background: url("../images/box10_title.png");  }    .box1
    p {    line-height: 95px;
    text-align: center;
    font-size: 28px;
    color: #FFF;
    margin-bottom: 20px;  }    .box1
    video {    display: block;
    width: 1080px;
    margin: 0 auto;  }    .box2 {
    width: 100%;  }    .box2_title, .box3_title {
    margin: 60px auto;  }    .box2_list
    li {    float: left;
    width: 360px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px 30px;
    color: #fff;  }    .box2_list
    li:nth-child(1) {    background: #5cbac7;
    margin-top: 50px;  }    .box2_list
    li:nth-child(1) a {    color: #5cbac7;  }    .box2_list
    li:nth-child(2) {    background: #488ce5;
    margin: 0 60px;  }    .box2_list
    li:nth-child(2) a {    color: #488ce5;  }    .box2_list
    li:nth-child(3) {    background: #5e62c2;
    margin-top: 15px;  }    .box2_list
    li:nth-child(3) a {    color: #5e62c2;  }    .box2_list
    li img {    width: 120px;
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, .4);  }    .box2_list
    li p {    line-height: 40px;
    font-size: 18px;  }    .box2_list
    li a {    display: block;
    margin: 30px auto 0 auto;
    width: 240px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    border-radius: 25px;
    background: #fff;  }    .box3 {
    background: url("../images/box3_bg.jpg") bottom center no-repeat;  }    .box3_table {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 51, .15);
    text-align: center;
    border-radius: 10px;  }    .box3_table
    tr th:nth-child(1),  .box3_table tr td:nth-child(1) {    width: 130px;
    color: #285bc9;
    font-size: 26px;  }    .box3_table
    tr th:nth-child(2),  .box3_table tr td:nth-child(2) {    background: linear-gradient(145deg, #488ce5, #63a2ea);
    width: 510px;
    color: #fff;
    font-size: 18px;
    position: relative;  }    .box3_table
    tr td:nth-child(2)::before {    content: '';
    display: block;
    width: 66px;
    height: 66px;
    background: url("../images/vs_icon.png");
    background-size: 100% 100%;
    position: absolute;
    right: -33px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgba(0, 0, 51, .15);  }    .box3_table
    tr th:nth-child(3),  .box3_table tr td:nth-child(3) {    width: 560px;
    color: #333;
    font-size: 18px;  }    .box3_table
    tr {    border-bottom: 1px solid #dcdbdb;  }  .box3_table
    tr td{   vertical-align:top;}  .box3_table
    tr td a {    display: block;
    width: 130px;
    line-height: 40px;
    border-radius: 20px;
    margin: 10px auto;  }    .box3_table
    tr td:nth-child(2) a {    background: #fff;
    color: #2f79d9;  }    .box3_table
    tr td:nth-child(3) a {    background: #2f79d9;
    color: #fff;  }    .box3_table
    tr th:nth-child(2) h5 {    font-size: 24px;
    color: #fff;
    line-height: 70px;  }    .box3_table
    tr th:nth-child(3) h5 {    font-size: 24px;
    color: #2f79d9;
    line-height: 70px;  }    .box3_table
    tr th:nth-child(2) h5::before,  .box3_table tr th:nth-child(2) h5::after {    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/box3_before1.png");
    margin: 0 10px;  }    .box3_table
    tr th:nth-child(2) h5::after {    transform: rotate(180deg);  }    .box3_table
    tr th:nth-child(3) h5::before,  .box3_table tr th:nth-child(3) h5::after {    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/box3_before2.png");
    margin: 0 10px;  }    .box3_table
    tr th:nth-child(3) h5::after {    transform: rotate(180deg);  }    .box3_table
    tr td {    box-sizing: border-box;
    padding: 25px 0;  }    .box3_table
    tr p {    line-height: 40px;  }    .box3_table
    tr:nth-child(1) th:nth-child(2),  .box3_table tr:nth-child(5) td:nth-child(2) {    position: relative;  }    .box3_table
    tr:nth-child(1) th:nth-child(2)::before {    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: linear-gradient(145deg, #488ce5, #63a2ea);
    position: absolute;
    top: -10px;
    left: 0;
    border-radius: 5px 5px 0 0;  }    .box3_table
    tr:nth-child(5) td:nth-child(2)::after {    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: linear-gradient(145deg, #488ce5, #63a2ea);
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 0 0 5px 5px;  }    .more_zc {
    line-height: 50px;
    display: block;
    text-align: center;
    margin: 20px auto;
    width: 100%;
    font-size: 20px;
    font-weight: bold;  }    .more_zc
    a {    color: #285ac9;  }    .more_zc
    a::after {    content: '>';
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: #285ac9;
    border-radius: 50%;
    margin: 0 10px;  }    .box3_adv {
    display: block;
    width: 100%;  }    .box3_adv
    img {    display: block;  }    .box4 {
    width: 100%;
    position: relative;
    z-index: 22;  }    .box4_title {
    margin-top: 60px;
    margin-bottom: 60px;  }    .box4_p {
    line-height: 65px;
    text-align: center;
    font-size: 30px;
    color: #333;  }    .box4_list
    li:nth-child(2) {    margin: 0 60px;  }    .box4_list
    li {    float: left;
    margin-top: 30px;
    width: 360px;
    box-sizing: border-box;
    padding: 0 30px 50px 30px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 51, .15);
    border-radius: 10px;  }    .box4_list
    li:nth-child(1) h4 {    background: linear-gradient(45deg, #5cbac7, #6fc8d2);  }    .box4_list
    li:nth-child(2) h4 {    background: linear-gradient(45deg, #488ce5, #56a3ea);  }    .box4_list
    li:nth-child(3) h4 {    background: linear-gradient(45deg, #5559bb, #666bc9);  }    .box4_list
    li h4 {    font-weight: normal;
    width: 270px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 0 0 10px 10px;
    font-size: 20px;
    margin: 0 auto 10px auto;  }    .box4_list
    li h5 {    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #333;  }    .box4_list
    li p {    line-height: 40px;
    font-size: 18px;
    color: #333;
    text-align: justify;  }    .box4_list
    li a {    display: block;
    width: 240px;
    line-height: 50px;
    border-radius: 25px;
    background: linear-gradient(to right, #f35b5c, #fea659);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: 30px auto 0 auto;  }    .box5 {
    margin-top: 100px;
    box-sizing: border-box;
    padding-bottom: 50px;  }    .box5_title {
    margin-bottom: 60px;  }    .box5_tab_box {
    width: 1400px;
    margin: 0 auto;
    background: url("../images/box5_line.png") center 55px no-repeat;  }    .box5_tab {
    width: 1200px;
    margin: 0 auto;  }    .box5_tab
    li {    float: left;
    display: inline-block;
    position: relative;
    margin-right: 36px;
    z-index: 999;  }    .box5_tab
    li:nth-last-child(1) {    margin-right: 0;  }    .box5_tab
    li:nth-last-child(1) span {    padding: 0 15px;  }    .box5_tab
    li span {    display: inline-block;
    box-sizing: border-box;
    padding: 0 18px;
    line-height: 40px;
    background: rgba(255, 255, 255, .15);
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;  }    .box5_tab
    li span i {    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    font-size: 0;
    line-height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(255, 255, 255, .15) transparent;  }    .box5_tab
    li b {    display: block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #00bdb8;
    margin: 0 auto 70px auto;  }    .box5_info {
    display: none;
    width: 280px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 175px;
    padding: 20px;
    line-height: 35px;
    font-size: 18px;
    color: #fff;
    background: #01bdb8;
    text-align: justify;
    z-index: 9999;  }    .box5_info::before {
    display: block;
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    font-size: 0;
    line-height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: #01bdb8 transparent;  }    .box6 {
    width: 100%;
    position: relative;
    z-index: 2;
    background: url("../images/box6_bg.jpg") top center no-repeat;  }    .box6 .container {
    padding-top: 100px;  }    .box6_tab {
    width: 520px;
    margin: 40px auto 50px auto;  }    .box6_tab
    li {    text-align: center;
    margin: 0 20px;
    float: left;
    width: 220px;
    line-height: 50px;
    border-radius: 25px;
    background: rgba(255, 255, 255, .15);
    font-size: 18px;
    color: #fff;  }    .box6_tab
    li.active {    color: #006874;
    background: #fff;  }    .box6_cont
    li:nth-child(1) {    display: block;  }    .box6_cont
    li {    display: none;
    width: 1200px;
    height: 595px;
    position: relative;
    color: #fff;  }    .box6_cont
    li p {    font-size: 22px;
    width: 200px;
    line-height: 40px;
    position: absolute;
    text-align: center;  }    .box6_cont
    li p::before {    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px #fff;
    margin-right: 10px;  }    .box6_cont_p1 {
    top: 40px;
    transform: translateX(-50%);
    left: 50%;  }    .box6_cont_p2 {
    top: 85px;
    left: 290px;  }    .box6_cont_p3 {
    top: 85px;
    right: 290px;  }    .box6_cont_p4 {
    top: 150px;
    transform: translateX(-50%);
    left: 50%;  }    .box6_cont_p5 {
    top: 195px;
    left: 200px;  }    .box6_cont_p6 {
    top: 195px;
    right: 200px;  }    .box6_cont_p7 {
    top: 330px;
    left: 95px;  }    .box6_cont_p8 {
    top: 330px;
    right: 95px;  }    .box6_cont_p9 {
    top: 465px;
    left: 30px;  }    .box6_cont_p10 {
    top: 465px;
    right: 30px;  }    .box6_info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    text-align: center;  }    .box6_info
    span {    display: block;
    line-height: 50px;
    color: #fedd79;
    font-size: 30px;  }    .box6_info
    a {    display: block;
    width: 170px;
    line-height: 40px;
    border-radius: 20px;
    background: #fff;
    margin: 20px auto 0 auto;
    color: #006486;
    font-size: 18px;  }    .box7 {
    width: 100%;
    background: url("../images/box7_bg.jpg") top center no-repeat;  }    .box7 .container {
    padding-top: 5px;  }    .box7_title {
    margin-bottom: 60px;  }    .box7_list
    li {    float: left;
    width: 360px;
    box-sizing: border-box;
    height: 370px;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 51, .15);  }    .box7_list
    li:nth-child(1) {    background: #fff url("../images/box7_list_bg1.jpg") top center no-repeat;  }    .box7_list
    li:nth-child(2) {    background: #fff url("../images/box7_list_bg2.jpg") top center no-repeat;
    margin: 0 60px;  }    .box7_list
    li:nth-child(3) {    background: #fff url("../images/box7_list_bg3.jpg") top center no-repeat;  }    .box7_list
    li img {    display: block;
    margin: 10px auto;  }    .box7_list
    li h5 {    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #333;  }    .box7_list
    li p {    line-height: 35px;
    text-align: justify;
    font-size: 18px;
    color: #333;  }    .form_box {
    background: #FFF;
    box-shadow: 0 0 30px rgba(0, 0, 51, .15);
    width: 100%;
    box-sizing: border-box;
    padding: 50px;
    border-radius: 20px;  }    .form {
    width: 460px;  }    .form
    p {    width: 100%;
    position: relative;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 18px;
    color: #333;  }    .form
    p span {    display: inline-block;
    width: 80px;
    text-align: center;
    line-height: 65px;
    vertical-align: top;
    background: #fff;  }    .form
    p input,  .form p select {    vertical-align: top;
    background: #fff;
    display: inline-block;
    width: calc(100% - 80px);
    font-size: 18px;
    height: 65px;
    line-height: 65px;
    border: 0;  }    .form
    p select {    background: #fff url("../images/select_bg.png") 95% center no-repeat;  }    .form
    p input#PhoneCode {    width: 215px;
    box-sizing: border-box;
    padding-left: 20px;
    border-radius: 10px;  }    .form
    p input#fs {    width: 220px;
    position: absolute;
    right: 0;
    top: 0;
    background: #7bcaf3;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;  }    .button {
    width: 100%;
    height: 75px;
    line-height: 75px;
    border-radius: 10px;
    border: 0;
    font-size: 22px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, #f35b5c, #fea659);  }    .form_r {
    width: 600px;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    border-radius: 20px;  }    .form_list
    li {    margin-bottom: 20px;
    width: 100%;
    line-height: 60px;
    box-sizing: border-box;
    padding-left: 20px;
    background: #f4f6f9;
    border-radius: 20px;  }    .form_list
    li i,  .form_list li h5,  .form_list li p {    display: inline-block;
    vertical-align: middle;  }    .form_list
    li:nth-child(1) i {    background: #5cbac7;
    border: 5px solid #b7dee5;  }    .form_list
    li:nth-child(2) i {    background: #488ce5;
    border: 5px solid #afccf1;  }    .form_list
    li:nth-child(3) i {    background: #5559bb;
    border: 5px solid #b4b7e0;  }    .form_list
    li:nth-child(4) i {    background: #5cbac7;
    border: 5px solid #b7dee5;  }    .form_list
    li i {    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 50%;  }    .form_list
    li h5 {    font-size: 18px;
    color: #333;  }    .form_list
    li p {    font-size: 16px;
    color: #333;  }    .form_more_zc {
    line-height: 45px;
    display: block;
    text-align: center;
    margin: 20px auto;
    width: 100%;
    font-size: 20px;  }    .form_more_zc
    a {    color: #285ac9;  }    .form_more_zc
    a::after {    content: '>';
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: #285ac9;
    border-radius: 50%;
    margin: 0 10px;  }    .box8_title {
    margin: 60px auto;  }    .color {
    text-decoration: underline;  }  .box3_table
    p{text-align:left;
    vertical-align: text-top;
    padding:25px;}  .box3_table
    p b {    display: none;
    font-style: normal;
    font-weight: normal;
    color:red;  }    .box3_table
    p b.active {    display: inline;  }    .click {
    cursor: pointer;
    color: red;  }    .click:hover, .click.active {    }    .box8_list
    li {    float: left;
    width: 270px;
    margin-right: 40px;
    box-sizing: border-box;
    padding: 0 30px 25px 30px;
    box-shadow: 0 0 30px rgba(0, 0, 51, .15);  }    .box8_list
    li:nth-last-child(1) {    margin-right: 0;  }    .box8_list
    li h5 {    line-height: 60px;
    width: 190px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-size: 22px;
    margin: 0 auto 20px auto;  }    .box8_list
    li:nth-child(1) h5 {    background: linear-gradient(to right, #5dbbc7, #71c9d4);  }    .box8_list
    li:nth-child(2) h5 {    background: linear-gradient(to right, #498de5, #58a6eb);  }    .box8_list
    li:nth-child(3) h5 {    background: linear-gradient(to right, #565abc, #686dca);  }    .box8_list
    li:nth-child(4) h5 {    background: linear-gradient(to right, #5dbbc7, #71c9d4);  }    .box8_list
    li p {    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    line-height: 45px;
    font-size: 18px;
    color: #333;  }    .box8_list
    li p:nth-child(1)::before {    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #5cbac7;
    border: 5px solid #b7dee5;  }    .box8_list
    li p:nth-child(2)::before {    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #488ce5;
    border: 5px solid #afccf1;  }    .box8_list
    li p:nth-child(3)::before {    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #5559bb;
    border: 5px solid #b4b7e0;  }    .box9 {
    width: 100%;
    /* background: url("../images/box9_bg.png"); */
    /* background: rgb(12, 40, 198); */
    background: linear-gradient(50deg, #5fbac3, #4228c0);
    background-position: center;
    background-repeat: no-repeat;
    /* padding-bottom: 14px; */  }    .box4 {
    padding-top: 48px;  }    .new_title {
    display: table;
    position: relative;
    padding-bottom: 32px;
    font-size: 28px;
    margin: 0 auto;  }    .new_wrap {
    padding: 44px;
    box-shadow: 0 0 10px #eee;  }    .new_title::after, .new_title::before {
    content: '';
    position: absolute;
    left: -540px;
    top: 20px;
    width: 516px;
    height: 1px;
    background-color: #e8e8e8;  }    .new_title::after {
    left: auto;
    right: -540px;  }    .box9 .container {
    padding-top: 160px;
    padding-bottom: 70px;  }    .more_kc {
    line-height: 90px;
    display: block;
    text-align: center;
    margin: 20px auto;
    width: 100%;
    font-size: 20px;  }    .more_kc
    a {    color: #fff;  }    .more_kc
    a::after {    content: '>';
    color: #333;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    margin: 0 10px;  }    .city_list
    li {    float: left;
    width: 130px;
    line-height: 55px;
    border-radius: 27px;
    margin: 10px;
    text-align: center;
    background: rgba(255, 255, 255, .15);
    font-size: 20px;  }    .city_list
    li a {    display: block;
    width: 100%;
    color: #fff;  }    .city_list
    li:hover {    background: #fff;  }    .city_list
    li:hover a {    color: #009379;  }    .box10 {
    width: 100%;  }    .box10 .container {
    padding: 90px 0;  }  .box10 .container
    ul li p{    text-align:center;  }  .box10_title {
    margin-bottom: 60px;  }    .adv_list
    li {    float: left;
    width: 370px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .15);
    margin-right: 45px;  }    .adv_list
    li:nth-last-child(1) {    margin-right: 0;  }    .adv_list
    li a,  .adv_list li img {    width: 100%;
    display: block;  }    .window_mask {
    display: none;
    background: linear-gradient(45deg, #5395e7, #599ae8);
    z-index: 10;
    border-radius: 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    box-sizing: border-box;
    padding-top: 40px;
    text-align: center;  }    .window_mask
    span {    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 18px;  }    .window_mask
    img {    display: block;
    margin: 15px auto 0 auto;  }    .window_mask
    img.mask_close {    width: 32px;
    position: absolute;
    right: -16px;
    top: -16px;
    z-index: 15;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 51, .15);  }    .window_mask
    span.wxh {    margin-bottom: 20px;  }    .window_mask
    p {    line-height: 60px;
    background: #fff;
    font-size: 18px;
    color: #2f79d9;
    border-radius: 0 0 20px 20px;  }    @media only all and (
    max-width:1200px) {    .onlymob {      display: block;    }      html {
    font-size: 20px;    }      body {
    font-size: .7rem;
    line-height: 1.2rem;
    background-size: auto;
    background-position: center 2rem;    }      html, body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);    }      .Width {
    width: 17.5rem;    }      .container {
    width: 98%;    }      .fl, .fr {
    float: none;    }      /*讲义展示*/    .Widthbox {
    width: 96%;    }      /* 隐藏元素 */    .wrapbox {
    padding-top: 1rem;    }      .panel03 .tip-txt, .panel04 .tip-txt, .panel05 .tip-txt,    .panel02 .tip-txt {
    width: 100%;
    border-radius: 5px;
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
    position: relative;
    top: 0;
    padding: 1rem 0;
    margin-bottom: 2rem;
    background: none;
    text-align: center;
    text-indent: 0;    }      .panel02 .tip-txt {
    color: #333;
    text-align: center;
    text-indent: 0;
    margin-bottom: 0;    }      .panel03 .top-cont>div, .panel03 .bottom-cont>div {
    width: 48%;
    margin: 0 1% .5rem;
    border-radius: 5px;
    padding: .5rem;
    font-size: .6rem;
    line-height: 1.4;
    height: 7rem;    }      .panel03 .top-cont>div:nth-child(3) {
    width: 98%;    }      .panel03 .s-tit {
    font-size: .85rem;
    margin-bottom: .25rem;    }      .panel03 .top-cont, .panel03 .bottom-cont {
    padding: 0;    }      .panel03 .num {
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-bottom: .5rem;    }      .center-txt {
    width: 100%;
    border-radius: 5px;
    padding: 0 0 1rem;
    height: auto;
    margin: 0 auto;
    font-size: .65rem;
    margin-bottom: 1rem;    }      .center-txt div {
    font-size: .75rem;    }      .center-txt p {
    padding: 1rem 0 0;    }      .center-txt div strong {
    font-size: .85rem;    }      .panel03 {
    height: auto;
    padding-bottom: 1.5rem;    }      .panel03 .left-tab-menu {
    width: 100%;
    z-index: 99999;
    margin: 0;    }      .panel03 .left-tab-menu span {
    width: 23%;
    font-size: .6rem;
    border-radius: 5px;
    height: 1.75rem;
    line-height: 1.75rem;
    float: left;
    margin: 0 1% .5rem;    }      .panel03 .right-tab-cont {
    width: 100%;
    border-radius: 0;
    border: none;
    height: 9rem;    }      .panel03 .list-tab-cont {
    height: 9rem;    }      .panel03 .list-tab-cont img {
    height: 9rem;
    border-radius: 0;
    position: relative;
    z-index: 9999;    }      .panel03 .list-tab-cont .txt {
    border-radius: 0;
    font-size: .6rem;
    line-height: 1.6;
    padding: .25rem 5%;
    opacity: .5;
    box-sizing: border-box;
    bottom: 0;    }      /* 隐藏元素 */    .ht_top .topnav a:nth-child(n+2),    .stage,    .footer p,    .pc, .onlypc {
    display: none;    }      /* 通用头部 */    .ht_top {
    height: 2.5rem;
    background-size: auto 100%;
    line-height: 2.5rem;    }      .ht_top h1 a {
    height: 2.5rem;
    width: 7.5rem;
    background: url(https://www.huatu.com/images/2015css/images/mob_logo.png) no-repeat center / contain;    }      .ht_top .topnav {
    font-size: .8rem;
    text-indent: -1000rem;    }      .ht_top .topnav a {
    padding: 0 0 0 0.3rem;
    text-indent: 0;
    float: right;    }     /* 通用底部*/  .footer {
    /*height:3rem;*/
    padding:0;
    margin-top: 1rem;
    overflow:hidden;  }  .footer p {
    display: none;  }  .m-footer {
    display: block;
    color: #fff;
    text-align: center;
    height: 32rem;
    width: 100%;
    font-size: 0.7rem;
    line-height: 2.5rem;
    background-color:  rgb(12, 40, 198);    }       .banner_box {
    height: 10rem;
    background-size: 170% auto;    }      .banner_box .container {
    padding-top: 1rem;    }      .banner_box h2 {
    line-height: 1rem;
    font-size: 1rem;    }      .banner_box h2::before, .banner_box h2::after {
    width: 1rem;
    height: 1rem;
    background-size: 100% auto;    }      .banner_box h1 {
    width: 100%;
    height: 10.5rem;
    background-size: 100% auto;
    margin: 0.1rem auto;    }      .banner_list li {
    padding: 0 .4rem;
    line-height: 1.5rem;
    border-radius: .75rem .75rem 0 .75rem;
    margin: 0 .2rem;
    font-size: .7rem;    }      .banner_list li::before {
    left: -.15rem;
    width: .3rem;
    height: .3rem;
    border: 1px solid #008080;    }      .box1 {
    border-radius: .25rem;
    margin-top: 1rem;
    padding: 1rem 0;    }      .box_title {
    width: 100%;
    height: 2rem;    }      .box1_title, .box2_title, .box3_title, .box4_title, .box5_title, .box6_title, .box7_title, .box8_title, .box9_title, .box10_title {
    background-size: 130% auto;
    background-position: top center;    }      .box1 p {
    line-height: 2rem;
    font-size: .6rem;
    margin-bottom: .5rem;    }      .box1 video {
    width: 100%;    }      .box2 {
    width: 100%;
    background: none;    }      .box2_title, .box3_title {
    margin: 1rem auto;    }      .box2_list li {
    float: none;
    width: 100%;
    border-radius: .25rem;
    padding: 1rem .5rem;    }      .box2_list li:nth-child(1) {
    margin-top: 0;
    margin-bottom: .5rem;    }      .box2_list li:nth-child(2) {
    margin: 0 0 .5rem 0;    }      .box2_list li:nth-child(3) {
    margin-top: 0;    }      .box2_list li img {
    width: 3rem;
    margin: 0 auto .5rem auto;    }      .box2_list li p {
    line-height: 1.2rem;
    font-size: .7rem;    }      .box2_list li a {
    margin: .5rem auto 0 auto;
    width: 8rem;
    line-height: 1.6rem;
    font-size: .7rem;
    border-radius: .8rem;    }      .box3 {
    background: none;    }      .box3_table {
    border-radius: .25rem;    }      .box3_table tr th:nth-child(1),    .box3_table tr td:nth-child(1) {
    width: 10%;
    font-size: .8rem;    }      .box3_table tr th:nth-child(2),    .box3_table tr td:nth-child(2) {
    width: 45%;
    font-size: .65rem;    }      .box3_table tr td:nth-child(2)::before {
    content: '';
    display: none;    }      .box3_table tr th:nth-child(3),    .box3_table tr td:nth-child(3) {
    width: 45%;
    font-size: .65rem;    }      .box3_table tr td a {
    width: 90%;
    line-height: 1.2rem;
    border-radius: .6rem;
    margin: .25rem auto;    }      .box3_table tr th:nth-child(2) h5 {
    font-size: .8rem;
    line-height: 1.5rem;    }      .box3_table tr th:nth-child(3) h5 {
    font-size: .8rem;
    line-height: 1.5rem;    }      .box3_table tr th:nth-child(2) h5::before,    .box3_table tr th:nth-child(2) h5::after {
    width: .5rem;
    height: .5rem;
    background-size: 100% auto;
    margin: 0 .25rem;    }      .box3_table tr th:nth-child(3) h5::before,    .box3_table tr th:nth-child(3) h5::after {
    width: .5rem;
    height: .5rem;
    background-size: 100% auto;
    margin: 0 .25rem;    }      .box3_table tr td {
    padding: .5rem 0;    }      .box3_table tr p {
    line-height: 1rem;    }      .more_zc {
    height: 5rem;
    line-height: 1rem;
    margin: 0 auto;
    width: 17.5rem;
    font-size: .6rem;
    background: #FFF;}      .more_zc a::after {
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    margin: 0 .25rem;    }      .box4 {
    background-size: 850% auto;    }      .box4_title {
    margin-top: 1rem;
    margin-bottom: 1rem;    }      .box4_p {
    line-height: 1.5rem;
    font-size: .75rem;    }      .box4_list li:nth-child(2) {
    margin: .5rem 0;    }      .box4_list li {
    float: none;
    margin-top: 0;
    width: 100%;
    padding: 0 2rem 1rem 2rem;
    border-radius: .25rem;    }      .box4_list li h4 {
    width: 10rem;
    line-height: 1.5rem;
    border-radius: 0 0 .25rem .25rem;
    font-size: .8rem;
    margin: 0 auto .25rem auto;    }      .box4_list li h5 {
    line-height: 1.5rem;
    font-size: .75rem;    }      .box4_list li p {
    line-height: 1.2rem;
    font-size: .7rem;    }      .box4_list li a {
    width: 8rem;
    line-height: 1.5rem;
    border-radius: .75rem;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .3);
    font-size: .7rem;
    margin: .5rem auto 0 auto;    }      .box5 {
    margin-top: 1rem;
    padding-bottom: 1rem;    }      .box5_title {
    margin-bottom: 1rem;    }      .box5_tab_box {
    width: 100%;
    background: none;    }      .box5_tab {
    width: 95%;    }      .box5_tab li {
    float: none;
    margin-bottom: .5rem;
    margin-right: 0;    }      .box5_tab li:nth-last-child(1) span {
    padding: 0 .5rem;    }      .box5_tab li span {
    color: #fff;
    background: rgba(0, 0, 0, .2);
    padding: 0 .5rem;
    line-height: 1rem;
    border-radius: .25rem;
    font-size: .7rem;
    margin-bottom: .5rem;    }      .box5_tab li span i {
    top: 1rem;
    border-width: .25rem .25rem 0 .25rem;    }      .box5_tab li b {
    display: none;    }      .box5_info {
    color: #fff;
    background: rgba(0, 0, 0, .2);
    display: block;
    width: 100%;
    position: relative;
    left: auto;
    transform: translateX(0);
    top: auto;
    padding: .5rem;
    line-height: 1.2rem;
    font-size: .7rem;    }      .box5_info::before {
    top: -.25rem;
    border-width: 0 .25rem .25rem .25rem;    }      .box6 {
    background-size: 180% auto;    }      .box6 .container {
    padding-top: .5rem;
    padding-bottom: .5rem;    }      .box6_tab {
    width: 12rem;
    margin: .5rem auto;    }      .box6_tab li {
    margin: 0 .5rem;
    width: 5rem;
    line-height: 1.5rem;
    border-radius: .75rem;
    font-size: .7rem;    }      .box6_cont li {
    width: 100%;
    height: auto;    }      .box6_cont li p {
    font-size: .7rem;
    width: 32%;
    line-height: 1rem;
    position: relative;
    display: inline-block;    }      .box6_cont li p::before {
    width: .25rem;
    height: .25rem;
    box-shadow: 0 0 .2rem #fff;
    margin-right: .25rem;    }      .box6_cont_p1, .box6_cont_p2, .box6_cont_p3, .box6_cont_p4, .box6_cont_p5, .box6_cont_p6, .box6_cont_p7, .box6_cont_p8, .box6_cont_p9, .box6_cont_p10 {
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    transform: translate(0, 0);    }      .box6_info {
    position: relative;
    left: auto;
    transform: translate(0, 0);
    bottom: auto;    }      .box6_info span {
    line-height: 1.2rem;
    font-size: .7rem;    }      .box6_info a {
    width: 6rem;
    line-height: 1.2rem;
    border-radius: .6rem;
    margin: .5rem auto 0 auto;
    font-size: .7rem;    }      .box7 {
    background: none;    }      .new_bg {
    padding: .75rem .5rem;
    border-radius: .4rem;    }      .box7_title {
    margin-bottom: 1rem;    }      .box7_list li {
    float: none;
    width: 100%;
    height: auto;
    border-radius: .25rem;
    padding: 1rem;    }      .box7_list li:nth-child(1), .box7_list li:nth-child(2), .box7_list li:nth-child(3) {
    margin: .5rem auto;
    background-size: 100% auto;    }      .box7_list li img {
    width: 2rem;
    margin: .25rem auto;    }      .box7_list li h5 {
    line-height: 1.5rem;
    font-size: .8rem;    }      .box7_list li p {
    line-height: 1.2rem;
    font-size: .7rem;    }      .form_box {
    padding: 1rem;
    border-radius: .5rem;    }      .form {
    width: 100%;    }      .form p {
    margin-bottom: .5rem;
    border-radius: .25rem;
    font-size: .7rem;    }      .form p span {
    width: 2rem;
    line-height: 2rem;    }      .form p input,    .form p select {
    width: calc(100% - 2rem);
    font-size: .7rem;
    height: 2rem;
    line-height: 2rem;    }      .form p select {
    background-size: .8rem;    }      .form p input#PhoneCode {
    width: 48%;
    padding-left: .5rem;
    border-radius: .25rem;    }      .form p input#fs {
    width: 48%;
    border-radius: .25rem;    }      .button {
    height: 2.4rem;
    line-height: 2.4rem;
    border-radius: .25rem;
    font-size: .75rem;    }      .form_r {
    margin-top: 1rem;
    width: 100%;
    padding: .75rem;
    border-radius: .5rem;    }      .form_list li {
    margin-bottom: .5rem;
    line-height: 1.5rem;
    padding-left: .5rem;
    border-radius: .5rem;    }      .form_list li:nth-child(1) i {
    border: .1rem solid #b7dee5;    }      .form_list li:nth-child(2) i {
    border: .1rem solid #afccf1;    }      .form_list li:nth-child(3) i {
    border: .1rem solid #b4b7e0;    }      .form_list li:nth-child(4) i {
    border: .1rem solid #b7dee5;    }      .form_list li i {
    width: .5rem;
    height: .5rem;    }      .form_list li h5 {
    font-size: .7rem;    }      .form_list li p {
    font-size: .65rem;    }      .form_more_zc {
    line-height: 1rem;
    margin: .5rem auto;
    font-size: .6rem;    }      .form_more_zc a::after {
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    margin: 0 .25rem;    }      .box8_title {
    margin: 1rem auto;    }      .box8_list li {
    width: 48%;
    margin: .25rem 1%;
    padding: 0 .5rem .5rem .5rem;    }      .box8_list li:nth-last-child(1) {
    margin: .25rem 1%;    }      .box8_list li h5 {
    line-height: 1.5rem;
    width: 5rem;
    border-radius: 0 0 .5rem .5rem;
    font-size: .7rem;
    margin: 0 auto .5rem auto;    }      .box8_list li p {
    padding-left: .7rem;
    line-height: 1rem;
    font-size: .7rem;    }      .box8_list li p:nth-child(1)::before {
    width: .5rem;
    height: .5rem;
    border: .1rem solid #b7dee5;    }      .box8_list li p:nth-child(2)::before {
    width: .5rem;
    height: .5rem;
    border: .1rem solid #afccf1;    }      .box8_list li p:nth-child(3)::before {
    width: .5rem;
    height: .5rem;
    border: .1rem solid #b4b7e0;    }      .box9 {
    margin-top: 1rem;
    background-size: 800% auto;
    background-position: center -7rem;    }      .box9 .container {
    padding-top: 2rem;
    padding-bottom: 1rem;    }      .more_kc {
    line-height: 2rem;
    margin: .5rem auto;
    font-size: .7rem;    }      .more_kc a::after {
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    margin: 0 .25rem;    }      .city_list li {
    width: 31%;
    line-height: 1.5rem;
    border-radius: .75rem;
    margin: .2rem .15rem;
    font-size: .7rem;    }      .box10 {
    background-size: 500% auto;    }      .box10 .container {
    padding: 1rem 0;    }      .box10_title {
    margin-bottom: 1rem;    }      .adv_list li {
    width: 48%;
    padding: .25rem;
    border-radius: .25rem;
    margin: .2rem 1%;    }      .adv_list li:nth-last-child(1) {
    margin: .2rem 26%;    }      .window_mask img.mask_close {
    width: 1.5rem;
    right: -.75rem;
    top: -.75rem;    }      .window_mask {
    border-radius: .5rem;
    width: 13rem;
    padding-top: 1rem;    }      .window_mask span {
    line-height: 1rem;
    font-size: .7rem;    }      .window_mask img {
    width: 4.5rem;
    margin: .4rem auto 0 auto;    }      .window_mask span.wxh {
    margin-bottom: .5rem;    }      .window_mask p {
    line-height: 1.5rem;
    font-size: .7rem;
    border-radius: 0 0 .5rem .5rem;    }      .box4 {
    padding-top: 1rem;    }      .new_title {
    padding-bottom: .8rem;
    font-size: 1rem;    }      .new_wrap {
    padding: 1rem;
    box-shadow: 0 0 .25rem #eee;    }      .new_title::after, .new_title::before {
    left: -6.5rem;
    top: .5rem;
    width: 6rem;    }      .new_title::after {
    left: auto;
    right: -6.5rem;    }  }
    background: linear-gradient(136deg, #5fbac3, #4228c0);
    /* background: linear-gradient(136deg, #5fbac3, #4228c0); */
  }	

  .banner_box {
    height: 10rem;
    background-size: 170% auto;
  }

  .banner_box .container {
    padding-top: 1rem;
  }

  .banner_box h2 {
    line-height: 1rem;
    font-size: 1rem;
  }

  .banner_box h2::before, .banner_box h2::after {
    width: 1rem;
    height: 1rem;
    background-size: 100% auto;
  }

  .banner_box h1 {
    width: 100%;
    height: 10.5rem;
    background-size: 100% auto;
    margin: 0.1rem auto;
  }

  .banner_list li {
    padding: 0 .4rem;
    line-height: 1.5rem;
    border-radius: .75rem .75rem 0 .75rem;
    margin: 0 .2rem;
    font-size: .7rem;
  }

  .banner_list li::before {
    left: -.15rem;
    width: .3rem;
    height: .3rem;
    border: 1px solid #008080;
  }

  .box1 {
    border-radius: .25rem;
    margin-top: 1rem;
    padding: 1rem 0;
  }

  .box_title {
    width: 100%;
    height: 2rem;
  }

  .box1_title, .box2_title, .box3_title, .box4_title, .box5_title, .box6_title, .box7_title, .box8_title, .box9_title, .box10_title {
    background-size: 130% auto;
    background-position: top center;
  }

  .box1 p {
    line-height: 2rem;
    font-size: .6rem;
    margin-bottom: .5rem;
  }

  .box1 video {
    width: 100%;
  }

  .box2 {
    width: 100%;
    background: none;
  }

  .box2_title, .box3_title {
    margin: 1rem auto;
  }

  .box2_list li {
    float: none;
    width: 100%;
    border-radius: .25rem;
    padding: 1rem .5rem;
  }

  .box2_list li:nth-child(1) {
    margin-top: 0;
    margin-bottom: .5rem;
  }

  .box2_list li:nth-child(2) {
    margin: 0 0 .5rem 0;
  }

  .box2_list li:nth-child(3) {
    margin-top: 0;
  }

  .box2_list li img {
    width: 3rem;
    margin: 0 auto .5rem auto;
  }

  .box2_list li p {
    line-height: 1.2rem;
    font-size: .7rem;
  }

  .box2_list li a {
    margin: .5rem auto 0 auto;
    width: 8rem;
    line-height: 1.6rem;
    font-size: .7rem;
    border-radius: .8rem;
  }

  .box3 {
    background: none;
  }

  .box3_table {
    border-radius: .25rem;
  }

  .box3_table tr th:nth-child(1),
  .box3_table tr td:nth-child(1) {
    width: 10%;
    font-size: .8rem;
  }

  .box3_table tr th:nth-child(2),
  .box3_table tr td:nth-child(2) {
    width: 45%;
    font-size: .65rem;
  }

  .box3_table tr td:nth-child(2)::before {
    content: '';
    display: none;
  }

  .box3_table tr th:nth-child(3),
  .box3_table tr td:nth-child(3) {
    width: 45%;
    font-size: .65rem;
  }

  .box3_table tr td a {
    width: 90%;
    line-height: 1.2rem;
    border-radius: .6rem;
    margin: .25rem auto;
  }

  .box3_table tr th:nth-child(2) h5 {
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .box3_table tr th:nth-child(3) h5 {
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .box3_table tr th:nth-child(2) h5::before,
  .box3_table tr th:nth-child(2) h5::after {
    width: .5rem;
    height: .5rem;
    background-size: 100% auto;
    margin: 0 .25rem;
  }

  .box3_table tr th:nth-child(3) h5::before,
  .box3_table tr th:nth-child(3) h5::after {
    width: .5rem;
    height: .5rem;
    background-size: 100% auto;
    margin: 0 .25rem;
  }

  .box3_table tr td {
    padding: .5rem 0;
  }

  .box3_table tr p {
    line-height: 1rem;
  }

  .more_zc {
    height: 5rem;
    line-height: 1rem;
    margin: 0 auto;
    width: 17.5rem;
    font-size: .6rem;
    background: #FFF
  }

  .more_zc a::after {
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    margin: 0 .25rem;
  }

  .box4 {
    background-size: 850% auto;
  }

  .box4_title {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .box4_p {
    line-height: 1.5rem;
    font-size: .75rem;
  }

  .box4_list li:nth-child(2) {
    margin: .5rem 0;
  }

  .box4_list li {
    float: none;
    margin-top: 0;
    width: 100%;
    padding: 0 2rem 1rem 2rem;
    border-radius: .25rem;
  }

  .box4_list li h4 {
    width: 10rem;
    line-height: 1.5rem;
    border-radius: 0 0 .25rem .25rem;
    font-size: .8rem;
    margin: 0 auto .25rem auto;
  }

  .box4_list li h5 {
    line-height: 1.5rem;
    font-size: .75rem;
  }

  .box4_list li p {
    line-height: 1.2rem;
    font-size: .7rem;
  }

  .box4_list li a {
    width: 8rem;
    line-height: 1.5rem;
    border-radius: .75rem;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .3);
    font-size: .7rem;
    margin: .5rem auto 0 auto;
  }

  .box5 {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }

  .box5_title {
    margin-bottom: 1rem;
  }

  .box5_tab_box {
    width: 100%;
    background: none;
  }

  .box5_tab {
    width: 95%;
  }

  .box5_tab li {
    float: none;
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .box5_tab li:nth-last-child(1) span {
    padding: 0 .5rem;
  }

  .box5_tab li span {
    color: #fff;
    background: rgba(0, 0, 0, .2);
    padding: 0 .5rem;
    line-height: 1rem;
    border-radius: .25rem;
    font-size: .7rem;
    margin-bottom: .5rem;
  }

  .box5_tab li span i {
    top: 1rem;
    border-width: .25rem .25rem 0 .25rem;
  }

  .box5_tab li b {
    display: none;
  }

  .box5_info {
    color: #fff;
    background: rgba(0, 0, 0, .2);
    display: block;
    width: 100%;
    position: relative;
    left: auto;
    transform: translateX(0);
    top: auto;
    padding: .5rem;
    line-height: 1.2rem;
    font-size: .7rem;
  }

  .box5_info::before {
    top: -.25rem;
    border-width: 0 .25rem .25rem .25rem;
  }

  .box6 {
    background-size: 180% auto;
  }

  .box6 .container {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .box6_tab {
    width: 12rem;
    margin: .5rem auto;
  }

  .box6_tab li {
    margin: 0 .5rem;
    width: 5rem;
    line-height: 1.5rem;
    border-radius: .75rem;
    font-size: .7rem;
  }

  .box6_cont li {
    width: 100%;
    height: auto;
  }

  .box6_cont li p {
    font-size: .7rem;
    width: 32%;
    line-height: 1rem;
    position: relative;
    display: inline-block;
  }

  .box6_cont li p::before {
    width: .25rem;
    height: .25rem;
    box-shadow: 0 0 .2rem #fff;
    margin-right: .25rem;
  }

  .box6_cont_p1, .box6_cont_p2, .box6_cont_p3, .box6_cont_p4, .box6_cont_p5, .box6_cont_p6, .box6_cont_p7, .box6_cont_p8, .box6_cont_p9, .box6_cont_p10 {
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    transform: translate(0, 0);
  }

  .box6_info {
    position: relative;
    left: auto;
    transform: translate(0, 0);
    bottom: auto;
  }

  .box6_info span {
    line-height: 1.2rem;
    font-size: .7rem;
  }

  .box6_info a {
    width: 6rem;
    line-height: 1.2rem;
    border-radius: .6rem;
    margin: .5rem auto 0 auto;
    font-size: .7rem;
  }

  .box7 {
    background: none;
  }

  .new_bg {
    padding: .75rem .5rem;
    border-radius: .4rem;
  }

  .box7_title {
    margin-bottom: 1rem;
  }

  .box7_list li {
    float: none;
    width: 100%;
    height: auto;
    border-radius: .25rem;
    padding: 1rem;
  }

  .box7_list li:nth-child(1), .box7_list li:nth-child(2), .box7_list li:nth-child(3) {
    margin: .5rem auto;
    background-size: 100% auto;
  }

  .box7_list li img {
    width: 2rem;
    margin: .25rem auto;
  }

  .box7_list li h5 {
    line-height: 1.5rem;
    font-size: .8rem;
  }

  .box7_list li p {
    line-height: 1.2rem;
    font-size: .7rem;
  }

  .form_box {
    padding: 1rem;
    border-radius: .5rem;
  }

  .form {
    width: 100%;
  }

  .form p {
    margin-bottom: .5rem;
    border-radius: .25rem;
    font-size: .7rem;
  }

  .form p span {
    width: 2rem;
    line-height: 2rem;
  }

  .form p input,
  .form p select {
    width: calc(100% - 2rem);
    font-size: .7rem;
    height: 2rem;
    line-height: 2rem;
  }

  .form p select {
    background-size: .8rem;
  }

  .form p input#PhoneCode {
    width: 48%;
    padding-left: .5rem;
    border-radius: .25rem;
  }

  .form p input#fs {
    width: 48%;
    border-radius: .25rem;
  }

  .button {
    height: 2.4rem;
    line-height: 2.4rem;
    border-radius: .25rem;
    font-size: .75rem;
  }

  .form_r {
    margin-top: 1rem;
    width: 100%;
    padding: .75rem;
    border-radius: .5rem;
  }

  .form_list li {
    margin-bottom: .5rem;
    line-height: 1.5rem;
    padding-left: .5rem;
    border-radius: .5rem;
  }

  .form_list li:nth-child(1) i {
    border: .1rem solid #b7dee5;
  }

  .form_list li:nth-child(2) i {
    border: .1rem solid #afccf1;
  }

  .form_list li:nth-child(3) i {
    border: .1rem solid #b4b7e0;
  }

  .form_list li:nth-child(4) i {
    border: .1rem solid #b7dee5;
  }

  .form_list li i {
    width: .5rem;
    height: .5rem;

  }

  .form_list li h5 {
    font-size: .7rem;
  }

  .form_list li p {
    font-size: .65rem;
  }

  .form_more_zc {
    line-height: 1rem;
    margin: .5rem auto;
    font-size: .6rem;
  }

  .form_more_zc a::after {
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    margin: 0 .25rem;
  }

  .box8_title {
    margin: 1rem auto;
  }

  .box8_list li {
    width: 48%;
    margin: .25rem 1%;
    padding: 0 .5rem .5rem .5rem;
  }

  .box8_list li:nth-last-child(1) {
    margin: .25rem 1%;
  }

  .box8_list li h5 {
    line-height: 1.5rem;
    width: 5rem;
    border-radius: 0 0 .5rem .5rem;
    font-size: .7rem;
    margin: 0 auto .5rem auto;
  }

  .box8_list li p {
    padding-left: .7rem;
    line-height: 1rem;
    font-size: .7rem;
  }

  .box8_list li p:nth-child(1)::before {
    width: .5rem;
    height: .5rem;
    border: .1rem solid #b7dee5;
  }

  .box8_list li p:nth-child(2)::before {
    width: .5rem;
    height: .5rem;
    border: .1rem solid #afccf1;
  }

  .box8_list li p:nth-child(3)::before {
    width: .5rem;
    height: .5rem;
    border: .1rem solid #b4b7e0;
  }

  .box9 {
    margin-top: 1rem;
    background-size: 800% auto;
    background-position: center -7rem;
  }

  .box9 .container {
    padding-top: 2rem;
    padding-bottom: 1rem;
    /* background: linear-gradient(136deg, #5fbac3, #4228c0); */
  }

  .more_kc {
    line-height: 2rem;
    margin: .5rem auto;
    font-size: .7rem;
  }

  .more_kc a::after {
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    margin: 0 .25rem;
  }

  .city_list li {
    width: 31%;
    line-height: 1.5rem;
    border-radius: .75rem;
    margin: .2rem .15rem;
    font-size: .7rem;
  }

  .box10 {
    background-size: 500% auto;
  }

  .box10 .container {
    padding: 1rem 0;
  }

  .box10_title {
    margin-bottom: 1rem;
  }

  .adv_list li {
    width: 48%;
    padding: .25rem;
    border-radius: .25rem;
    margin: .2rem 1%;
  }

  .adv_list li:nth-last-child(1) {
    margin: .2rem 26%;
  }

  .window_mask img.mask_close {
    width: 1.5rem;
    right: -.75rem;
    top: -.75rem;
  }

  .window_mask {
    border-radius: .5rem;
    width: 13rem;
    padding-top: 1rem;
  }

  .window_mask span {
    line-height: 1rem;
    font-size: .7rem;
  }

  .window_mask img {
    width: 4.5rem;
    margin: .4rem auto 0 auto;
  }

  .window_mask span.wxh {
    margin-bottom: .5rem;
  }

  .window_mask p {
    line-height: 1.5rem;
    font-size: .7rem;
    border-radius: 0 0 .5rem .5rem;
  }

  .box4 {
    padding-top: 1rem;
  }

  .new_title {
    padding-bottom: .8rem;
    font-size: 1rem;
  }

  .new_wrap {
    padding: 1rem;
    box-shadow: 0 0 .25rem #eee;
  }

  .new_title::after, .new_title::before {
    left: -6.5rem;
    top: .5rem;
    width: 6rem;
  }

  .new_title::after {
    left: auto;
    right: -6.5rem;
  }
}
