@charset "utf-8";
/* 初始化CSS */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0 none;
}
/*img{display: block;}*/
ul,
ol {
  list-style: none;
}
select,
input {
  padding-top: 0;
  padding-bottom: 0;
  border: 0px;
  outline: none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}
textarea {
  resize: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
html,
body {
  width: 100%;
  font-family: "微软雅黑";
  overflow-x: hidden;
}
.font-style {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
}
/*设置字体大小*/
.gradual-blue {
  background: #5AB3FF;
  background: -moz-linear-gradient(-133deg, #5ab3ff 0%, #2a9dff 100%);
  background: -webkit-gradient(linear, -133deg, left bottom, color-stop(0%, #5ab3ff), color-stop(100%, #2a9dff));
  background: -webkit-linear-gradient(-133deg, #67a2f0 0%, #2a9dff 100%);
  background: -o-linear-gradient(-133deg, #5ab3ff 0%, #2a9dff 100%);
  background: -ms-linear-gradient(-133deg, #5ab3ff 0%, #2a9dff 100%);
  background: linear-gradient(to -133deg, #5ab3ff 0%, #2a9dff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #5AB3FF', endColorstr='#2A9DFF', GradientType=0);
}
.gradual-blues {
  background: #2A9DFF;
  background: -moz-linear-gradient(-133deg, #2a9dff 0%, #5ab3ff 100%);
  background: -webkit-gradient(linear, -133deg, left bottom, color-stop(0%, #2a9dff), color-stop(100%, #5ab3ff));
  background: -webkit-linear-gradient(-133deg, #2a9dff 0%, #5ab3ff 100%);
  background: -o-linear-gradient(-133deg, #2a9dff 0%, #5ab3ff 100%);
  background: -ms-linear-gradient(-133deg, #2a9dff 0%, #5ab3ff 100%);
  background: linear-gradient(to -133deg, #2a9dff 0%, #5ab3ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #2A9DFF', endColorstr='#2A9DFF', GradientType=0);
}
.gradual-orange {
  background: #ff7a0c;
  background: -moz-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -webkit-gradient(linear, right, left, color-stop(10%, #ff7a0c), color-stop(100%, #ff2344));
  background: -webkit-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -o-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -ms-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: linear-gradient(to right, #ff7a0c 10%, #ff2344 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a0c', endColorstr='#ff2344', GradientType=0);
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.25);
}
:root .gradual-orange {
  filter: none;
}
/* 头部header*/
.head {
  width: 100%;
  height: auto;
  /* overflow: hidden; */
  zoom: 1;
}
.head .head-top {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  zoom: 1;
}
.head .head-top a {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  text-decoration: none;
  line-height: 40px;
  float: left;
  color: #2e9fff;
}
.head .head-top span {
  float: right;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  line-height: 40px;
  margin-left: 32px;
}
.head .head-bottom {
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  zoom: 1;
}
.head .head-bottom .logo {
  width: 198px;
  height: 100px;
  float: left;
}
.head .head-bottom nav {
  width: 630px;
  height: 100px;
  float: right;
}
.head .head-bottom nav ul.nav-ul {
  width: 100%;
  height: 100px;
}
.head .head-bottom nav ul.nav-ul li {
  float: right;
  zoom: 1;
  position: relative;
  padding-left: 64px;
}
.head .head-bottom nav ul.nav-ul li a {
  font-weight: normal;
  font-size: 16px;
  font-family: "微软雅黑";
  color: #333;
  text-decoration: none;
}
.head .head-bottom nav ul.nav-ul li a:hover {
  color: #2e9fff;
}
.head .head-bottom nav ul.nav-ul li .current {
  color: #2e9fff;
}
.head .head-bottom nav ul.nav-ul li .linav-box {
  width: 174px;
  height: auto;
  position: absolute;
  top: 80px;
  left: 36px;
  z-index: 999999;
  display: inline-block;
  background: rgba(46, 159, 255, 0.75);
  border-radius: 5px ;
  padding: 16px 0;
  display: none;
}
.head .head-bottom nav ul.nav-ul li .linav-box .sanjiao {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(46, 159, 255, 0.75);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -10px;
}
.head .head-bottom nav ul.nav-ul li .linav-box .linav-ul {
  width: 100%;
  height: auto;
}
.head .head-bottom nav ul.nav-ul li .linav-box .linav-ul li {
  padding-left: 0;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  line-height: 40px;
  color: #fff;
  width: 100%;
}
.head .head-bottom nav ul.nav-ul li .linav-box .linav-ul li a {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 159, 255, 0);
}
.head .head-bottom nav ul.nav-ul li .linav-box .linav-ul li a:hover {
  background-color: #2e9fff;
}
/*头部end*/
/* banner */
.banner {
  width: 100%;
  height: 418px;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.banner .wrap-box {
  width: 1170px;
  height: 400px;
  position: absolute;
  left: 50%;
  margin-left: -585px;
  z-index: 999;
}
.banner .wrap-box .tab-box {
  width: 436px;
  height: 352px;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 35px;
}
.banner .wrap-box .tab-box ul.nav-tabs li {
  width: 50%;
  height: 48px;
  text-align: center;
  border: 0;
  background-color: #eee;
  font-size: 16px;
}
.banner .wrap-box .tab-box ul.nav-tabs li a {
  height: 48px;
  line-height: 30px;
  border: 0;
  border-radius: 0;
  color: #333333;
}
.banner .wrap-box .tab-box ul.nav-tabs li a:hover {
  color: #2e9fff;
}
.banner .wrap-box .tab-box ul.nav-tabs li a:visited {
  color: #2e9fff;
}
.banner .wrap-box .tab-box ul.nav-tabs li.active a {
  color: #2e9fff;
}
.banner .wrap-box .tab-box .tab-pane ul.track-ul {
  width: 80%;
  margin: 0 auto;
}
.banner .wrap-box .tab-box .tab-pane ul.track-ul li {
  margin: 20px auto;
  zoom: 1;
}
.banner .wrap-box .tab-box .tab-pane ul.track-ul li input {
  float: none;
}
.banner .wrap-box .tab-box .tab-pane ul.track-ul li .inp01 {
  width: 100%;
}
.banner .wrap-box .tab-box .tab-pane ul.track-ul li .inp02 {
  width: 60%;
}
.banner .wrap-box .tab-box .tab-pane ul.track-ul li span {
  width: 35%;
  height: 48px;
  display: inline-block;
  background-color: #cff;
  float: right;
}
.banner .wrap-box .tab-box .tab-pane ul {
  padding: 20px;
  zoom: 1;
}
.banner .wrap-box .tab-box .tab-pane ul li {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}
.banner .wrap-box .tab-box .tab-pane ul li label {
  width: 40px;
  height: 48px;
  line-height: 48px;
}
.banner .wrap-box .tab-box .tab-pane ul li input {
  height: 48px;
  width: 86%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #eee;
  padding-left: 16px;
  float: right;
}
.banner .wrap-box .tab-box .tab-pane ul li select {
  height: 48px;
  width: 86%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #eee;
  padding-left: 16px;
  float: right;
}
.banner .wrap-box .tab-box .tab-pane ul li a {
  display: inline-block;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  color: #fff;
  line-height: 48px;
  font-size: 18px;
  letter-spacing: 3px;
  text-shadow: 0 4px 8px #1F7CCC;
  background: #5AB3FF;
  background: -moz-linear-gradient(-133deg, #5ab3ff 0%, #2a9dff 100%);
  background: -webkit-gradient(linear, -133deg, left bottom, color-stop(0%, #5ab3ff), color-stop(100%, #2a9dff));
  background: -webkit-linear-gradient(-133deg, #67a2f0 0%, #2a9dff 100%);
  background: -o-linear-gradient(-133deg, #5ab3ff 0%, #2a9dff 100%);
  background: -ms-linear-gradient(-133deg, #5ab3ff 0%, #2a9dff 100%);
  background: linear-gradient(to -133deg, #5ab3ff 0%, #2a9dff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #5AB3FF', endColorstr='#2A9DFF', GradientType=0);
  text-decoration: none;
  box-shadow: 0 8px 20px 0 rgba(89, 179, 255, 0.25);
}
.banner .wrap-box .tab-box .tab-pane ul li a:hover {
  background: #2A9DFF;
  background: -moz-linear-gradient(-133deg, #2a9dff 0%, #5ab3ff 100%);
  background: -webkit-gradient(linear, -133deg, left bottom, color-stop(0%, #2a9dff), color-stop(100%, #5ab3ff));
  background: -webkit-linear-gradient(-133deg, #2a9dff 0%, #5ab3ff 100%);
  background: -o-linear-gradient(-133deg, #2a9dff 0%, #5ab3ff 100%);
  background: -ms-linear-gradient(-133deg, #2a9dff 0%, #5ab3ff 100%);
  background: linear-gradient(to -133deg, #2a9dff 0%, #5ab3ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #2A9DFF', endColorstr='#2A9DFF', GradientType=0);
}
.banner ol.posi-ol {
  position: absolute;
  left: auto!important;
  left: 0px!important;
  bottom: 8px;
  width: auto!important;
  margin-left: 0;
}
.banner ol.posi-ol li {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #fff;
  filter: alpha(opacity=60);
  background-color: rgba(255, 255, 255, 0.6);
  _background: #fff;
  _filter: alpha(opacity=60);
  border: 0;
  margin: 0;
  margin: 0 2px;
  transition: width 0.6s;
  -webkit-transition: width 0.6s;
  /* Safari */
}
.banner ol.posi-ol li.active {
  width: 16px;
  background-color: #fff;
  margin: 0;
}
.banner .carousel-inner .item {
  heigth: 418px!important;
  width: 100%;
}
.banner .carousel-inner .item img {
  width: 1900px;
  height: 418px!important;
  margin: 0 auto;
}
.banner .carousel-inner .item .title {
  width: 100%;
  height: 60px;
  background: #000;
  filter: alpha(opacity=60);
  background-color: rgba(0, 0, 0, 0.6);
  _background: #000;
  _filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  padding-left: 24px;
  font-size: 16px;
}
/* banner end*/
/*核心优势*/
.advantage-box {
  width: 100%;
  height: auto;
}
.advantage-box h2 {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  line-height: 176px;
  font-size: 32px;
  text-align: center;
}
.advantage-box ul {
  width: 100%;
  zoom: 1;
}
.advantage-box ul li {
  width: 234px;
  height: 300px;
  float: left;
  margin-right: 78px;
  text-align: center;
}
.advantage-box ul li p {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 18px;
  line-height: 48px;
  font-weight: 700;
}
.advantage-box ul li span {
  text-align: left!important;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  line-height: 30px;
  display: inline-block;
}
.advantage-box ul li .icon {
  width: 5em;
  height: 5em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  margin-bottom: 20px;
}
/*核心优势 end*/
/*pc端 app*/
.blue-box {
  width: 100%;
  height: 1180px;
  background-color: #2e9fff;
}
.blue-box .tab-box ul {
  border-bottom: 0;
  width: 294px;
  margin: 0 auto;
}
.blue-box .tab-box ul li {
  margin: 0;
  margin-top: 100px;
  width: 147px;
  text-align: center;
}
.blue-box .tab-box ul li a {
  margin: 0;
  border: 0;
  text-align: center;
  border: 1px solid #fff;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 32px;
  color: #fff;
}
.blue-box .tab-box ul li a:hover {
  background-color: #fff;
  color: #2e9fff;
}
.blue-box .tab-box ul li a.pc-a {
  border-radius: 4px 0 0 4px;
}
.blue-box .tab-box ul li a.app-a {
  border-radius: 0 4px 4px 0 ;
}
.blue-box .tab-box ul li.active a {
  color: #2e9fff;
  border: 1px solid #fff;
}
.blue-box .app-box {
  width: 100%;
  height: auto;
}
.blue-box .app-box h3 {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  color: #fff;
  text-align: center;
  line-height: 78px;
  width: 100%;
  height: 48px;
}
.blue-box .app-box h4 {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 90px;
  width: 100%;
}
.blue-box .app-box p {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  width: 100%;
}
.blue-box .app-box img {
  margin: 0 auto;
  display: block;
}
.blue-box .pc-box {
  width: 100%;
  height: auto;
}
.blue-box .pc-box h3 {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  color: #fff;
  text-align: center;
  line-height: 78px;
  width: 100%;
  height: 48px;
  text-shadow: 0;
  margin-bottom: 24px;
}
.blue-box .pc-box h4 {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 90px;
  width: 100%;
  text-shadow: none;
}
.blue-box .pc-box p {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  width: 100%;
  text-shadow: none;
}
.blue-box .pc-box img {
  margin: 0 auto;
  display: block;
}
.blue-box .pc-box .carousel-inner {
  height: 800px!important;
}
.blue-box .pc-box .carousel-caption {
  position: absolute;
  bottom: -260px !important;
}
.blue-box .pc-box ol.posi-ol li {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #fff;
  filter: alpha(opacity=60);
  background-color: rgba(255, 255, 255, 0.6);
  _background: #fff;
  _filter: alpha(opacity=60);
  border: 0;
  margin: 0;
  margin: 0 2px;
  transition: width 0.6s;
  -webkit-transition: width 0.6s;
  /* Safari */
}
.blue-box .pc-box ol.posi-ol li.active {
  width: 16px;
  background-color: #fff;
  margin: 0;
}
.blue-box .pc-box a.carousel-control {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #2e9fff !important;
  position: absolute;
  top: 300px;
  font-size: 32px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  background-color: #2e9fff;
  filter: alpha(opacity=100);
  opacity: 1;
  border: 2px solid #fff;
}
.blue-box .pc-box a.carousel-control:hover {
  background-color: #fff;
  color: #2e9fff;
}
.blue-box .pc-box .carousel-control.left,
.blue-box .pc-box .carousel-control.right {
  background-image: -webkit-linear-gradient(left, #2e9fff 0%, #2e9fff 100%);
  background-image: -o-linear-gradient(left, #2e9fff 0%, #2e9fff 100%);
  background-image: linear-gradient(to right, #2e9fff 0%, #2e9fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e9fff', endColorstr='#2e9fff', GradientType=1);
  background-repeat: repeat-x;
}
.blue-box .pc-box .carousel-control.left:hover,
.blue-box .pc-box .carousel-control.right:hover {
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  background-repeat: repeat-x;
}
.blue-box .register-box {
  width: 100%;
  height: 68px;
  margin-top: 60px;
}
.blue-box .register-box a {
  display: block;
  width: 206px;
  height: 68px;
  line-height: 68px;
  background: #ffffff;
  border-radius: 5px ;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 32px;
  color: #2e9fff;
  font-weight: bold;
  margin: 0 auto;
}
.blue-box .register-box a:hover {
  opacity: 0.9;
}
/*pc端 app end*/
/* 底部footer */
footer {
  width: 100%;
  height: 40px;
  background-color: #474443;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
}
footer .item-top {
  width: 100%;
  height: 320px;
  padding-top: 56px;
  zoom: 1;
  color: #fff;
}
footer .item-top h3 {
  font-size: 16px;
  margin-bottom: 16px;
}
footer .item-top a {
  color: #fff;
  line-height: 36px;
  font-size: 14px;
}
footer .item-top a:hover {
  color: #2e9fff;
}
footer .item-top .top-cell-left {
  width: 29.2%;
  height: 100px;
  margin-right: 12.8%;
  display: inline-block;
  float: left;
  position: relative;
}
footer .item-top .top-cell-left p {
  font-size: 12px;
  line-height: 24px;
  margin-top: 16px;
}
footer .item-top .top-cell-left p span {
  float: left;
}
footer .item-top .top-cell-left p img {
  float: left;
  margin-left: 24px;
  cursor: pointer;
}
footer .item-top .top-cell-left .js-wx-box {
  width: 120px;
  height: 120px;
  background-color: #000;
  position: absolute;
  top: 200px;
  left: 100px;
  display: none;
}
footer .item-top .top-cell-right {
  width: 56.2%;
  float: left;
  height: auto;
}
footer .item-top .top-cell-right li {
  width: 25%;
  height: auto;
  display: inline-block;
  float: right;
  font-size: 14px;
  line-height: 36px;
}
footer .item-top .top-cell-right li:nth-of-type(1) {
  margin-right: 0px;
  margin-left: 40px;
  width: 45%;
}
footer .item-top .top-cell-right li:nth-of-type(1) span {
  display: inline-block;
  width: 56px;
  margin-right: 16px;
}
footer .item-bottom {
  width: 100%;
  height: 74px;
  background-color: #383635;
  padding: 16px 0;
  zoom: 1;
}
footer .item-bottom .bottom-cell-left {
  width: 54%;
  float: left;
}
footer .item-bottom .bottom-cell-left p {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}
footer .item-bottom .bottom-cell-left p a {
  color: #fff;
  text-decoration: none;
}
footer .item-bottom .bottom-cell-left p a:hover {
  color: #2e9fff;
}
footer .item-bottom .bottom-cell-right {
  width: 40%;
  height: 50px;
  float: right;
  font-size: 12px;
  color: #fff;
}
footer .item-bottom .bottom-cell-right span.name {
  display: inline-block;
  margin-right: 8px;
  float: left;
  margin-top: 10px;
}
footer .item-bottom .bottom-cell-right a {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  display: inline-block;
  margin: 0 8px;
  width: 130px;
  height: 36px;
  color: #fff;
  line-height: 36px;
  zoom: 1;
}
footer .item-bottom .bottom-cell-right a i {
  width: 20px;
  height: 20px;
  background: url(../../images/store.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 16px;
  margin-top: 8px;
  margin-right: 8px;
  float: left;
}
footer .item-bottom .bottom-cell-right a i.android {
  background: url(../../images/android.png) no-repeat;
  background-size: 125%;
  margin-top: 6px;
}
footer .item-bottom .bottom-cell-right a span {
  float: left;
}
/* 底部footer end*/
/* 版心*/
.wrap {
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.footer-box .footer-bottom p {
    font-weight: normal;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    margin: 0;
    opacity: 0.5;
}


/* 版心 end*/
/*联系我们*/
section.partone {
  height: auto;
}
section.partone .logo {
  width: 100%;
  height: 100px;
  line-height: 150px;
  position: relative;
}
section.partone .logo img {
  margin: 50px auto;
  width: 188px;
  display: block;
}
section.partone .logo a {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  position: absolute;
  right: 16px;
  top: -50px;
  color: #2e9fff;
  text-decoration: none;
}
section.partone .logo a:hover {
  color: #41d1ff;
}
section.partone h2 {
  width: 100%;
  height: 184px;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 32px;
  line-height: 184px;
  text-align: center;
}
section.partone ul.inp-ul {
  width: 420px;
  height: 800px;
  margin: 0 auto;
  padding-bottom: 200px;
}
section.partone ul.inp-ul li {
  width: 100%;
  margin-top: 0px;
}
section.partone ul.inp-ul li label {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  color: #bababa;
}
section.partone ul.inp-ul li input {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 18px;
  font-weight: 700;
  color: #000016;
  margin-bottom: 6px;
}
section.partone ul.inp-ul li textarea {
  border: 1px solid #b9c1ca;
  width: 390px;
  height: 168px;
  padding: 8px;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  resize: none;
  outline: none;
  transition: all 1s;
}
section.partone ul.inp-ul li textarea:hover {
  border: 2px solid #2e9fff;
}
section.partone ul.inp-ul li span {
  margin: 0px 0;
  z-index: 999;
}
section.partone ul.inp-ul li :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}
section.partone ul.inp-ul li ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
section.partone ul.inp-ul li input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
section.partone ul.inp-ul li input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
section.partone ul.inp-ul li a.yzm {
  position: absolute;
  right: 16px;
  top: 38px;
  z-index: 9999;
  color: #2e9fff;
  cursor: pointer;
}
section.partone ul.inp-ul li span.yzm-pic {
  position: absolute;
  right: 0px;
  top: 28px;
  display: inline-block;
  width: 100px;
  height: 30px;
  background-color: #ffc;
  overflow: hidden;
}
section.partone ul.inp-ul li span.yzm-pic img {
  width: 100px;
  height: 30px;
}
section.partone ul.inp-ul li a.tj-btn {
  display: block;
  width: 200px;
  height: 40px;
  border-radius: 4px;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin: 32px auto;
  text-decoration: none;
  background: #5AB3FF;
  background: -moz-linear-gradient(-133deg, #5ab3ff 0%, #2a9dff 100%);
  background: -webkit-gradient(linear, -133deg, left bottom, color-stop(0%, #5ab3ff), color-stop(100%, #2a9dff));
  background: -webkit-linear-gradient(-133deg, #67a2f0 0%, #2a9dff 100%);
  background: -o-linear-gradient(-133deg, #5ab3ff 0%, #2a9dff 100%);
  background: -ms-linear-gradient(-133deg, #5ab3ff 0%, #2a9dff 100%);
  background: linear-gradient(to -133deg, #5ab3ff 0%, #2a9dff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #5AB3FF', endColorstr='#2A9DFF', GradientType=0);
}
section.partone ul.inp-ul li a.tj-btn:hover {
  background: #2A9DFF;
  background: -moz-linear-gradient(-133deg, #2a9dff 0%, #5ab3ff 100%);
  background: -webkit-gradient(linear, -133deg, left bottom, color-stop(0%, #2a9dff), color-stop(100%, #5ab3ff));
  background: -webkit-linear-gradient(-133deg, #2a9dff 0%, #5ab3ff 100%);
  background: -o-linear-gradient(-133deg, #2a9dff 0%, #5ab3ff 100%);
  background: -ms-linear-gradient(-133deg, #2a9dff 0%, #5ab3ff 100%);
  background: linear-gradient(to -133deg, #2a9dff 0%, #5ab3ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #2A9DFF', endColorstr='#2A9DFF', GradientType=0);
}
section.partone ul.inp-ul li.last-li {
  margin-top: 8px;
}
section.partone p {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  text-align: center;
  color: #bababa;
  margin-bottom: 16px;
}
section.parttwo {
  height: 1280px;
  background: url(../images/104473826104805312.png) no-repeat center;
  background-size: cover;
  position: relative;
}
section.parttwo .address-box {
  position: absolute;
  left: 50%;
  margin-left: -310px;
  top: 326px;
  background: url(../images/address.png) no-repeat center;
  z-index: 100;
  display: block;
  width: 350px;
  height: 260px;
  text-align: left;
  line-height: 28px;
}
section.parttwo .address-box a {
  text-decoration: none;
}
section.parttwo .address-box img {
  margin: 8px;
  width: 330px;
  margin-top: 16px;
}
section.parttwo .address-box h1 {
  font-size: 20px;
  color: #333;
  margin: 40px 0px 0 20px;
  line-height: 48px;
  font-weight: 700;
}
section.parttwo .address-box p {
  margin-left: 20px;
  font-size: 16px;
  color: #333;
}
section.partone ul.inp-ul li span.input__label-content,
section.partfour ul.inp-ul li span.input__label-content {
  height: 100px;
  line-height: 42px;
}
section.partthree {
  height: 100%;
  background: url(../images/Bitmap1@2x.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.foo {
  display: table;
  width: 100%;
  height: 80%;
  padding-bottom: 100px;
}
.cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  text-align: center;
}
.cell .cell-box {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
section.partfour .logo {
  width: 100%;
  height: 100px;
  line-height: 150px;
  position: relative;
}
section.partfour .logo img {
  margin: 50px auto;
  display: block;
  width: 188px;
}
section.partfour .logo a {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  position: absolute;
  right: 16px;
  top: -50px;
  color: #2e9fff;
  text-decoration: none;
}
section.partfour .logo a:hover {
  color: #41d1ff;
}
section.partfour h2 {
  width: 100%;
  height: 184px;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 32px;
  line-height: 184px;
  text-align: center;
}
section.partfour ul.inp-ul {
  width: 420px;
  height: auto;
  margin: 0 auto;
}
section.partfour ul.inp-ul li {
  width: 100%;
  margin-top: 0px;
  position: relative;
}
section.partfour ul.inp-ul li label {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  color: #bababa;
}
section.partfour ul.inp-ul li input {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 18px;
  font-weight: 700;
  color: #000016;
  margin-bottom: 6px;
}
section.partfour ul.inp-ul li textarea {
  border: 1px solid #b9c1ca;
  width: 390px;
  height: 168px;
  padding: 8px;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  resize: none;
  outline: none;
  transition: all 1s;
}
section.partfour ul.inp-ul li textarea:hover {
  border: 2px solid #2e9fff;
}
section.partfour ul.inp-ul li span {
  margin: 0px 0;
  z-index: 999;
  margin-bottom: 8px;
}
section.partfour ul.inp-ul li :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}
section.partfour ul.inp-ul li ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
section.partfour ul.inp-ul li input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
section.partfour ul.inp-ul li input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
section.partfour ul.inp-ul li a.yzm {
  position: absolute;
  right: 14px;
  top: 38px;
  z-index: 9999;
  color: #2e9fff;
  cursor: pointer;
}
section.partfour ul.inp-ul li a.yzm:hover {
  text-decoration: none;
  color: #41d1ff;
}
section.partfour ul.inp-ul li span.yzm-pic {
  position: absolute;
  right: 14px;
  top: 28px;
  display: inline-block;
  width: 100px;
  height: 30px;
  background-color: #ffc;
  overflow: hidden;
}
section.partfour ul.inp-ul li span.yzm-pic img {
  width: 100px;
  height: 30px;
}
section.partfour ul.inp-ul li a.tj-btn {
  display: block;
  width: 92%;
  height: 45px;
  border-radius: 4px;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 18px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  margin: 32px auto;
  text-decoration: none;
  background: #ff7a0c;
  background: -moz-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -webkit-gradient(linear, right, left, color-stop(10%, #ff7a0c), color-stop(100%, #ff2344));
  background: -webkit-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -o-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -ms-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: linear-gradient(to right, #ff7a0c 10%, #ff2344 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a0c', endColorstr='#ff2344', GradientType=0);
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.25);
}
section.partfour ul.inp-ul li a.tj-btn:hover {
  opacity: 0.9;
}
section.partfour ul.inp-ul li p.tips {
  color: #666;
}
section.partfour ul.inp-ul li p.tips02 {
  text-align: right;
  padding: 12px;
}
section.partfour ul.inp-ul li p.tips02 a {
  color: #2e9fff;
  margin-left: 6px;
  text-decoration: none;
}
section.partfour ul.inp-ul li p.tips02 a:hover {
  text-decoration: none;
  color: #41d1ff;
}
section.partfour ul.inp-ul li.last-li {
  margin-top: 8px;
}
section.partfour p {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  text-align: center;
  color: #bababa;
  margin-bottom: 16px;
}
section.partfour .enroll-bottom {
  width: 100%;
  height: auto;
}
section.partfour .enroll-bottom ul {
  width: 400px;
  height: auto;
  margin: 0 auto;
}
section.partfour .enroll-bottom ul li {
  margin-bottom: 38px;
  position: relative;
}
section.partfour .enroll-bottom ul li label {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 400px;
  position: absolute;
  top: -12px;
  text-align: left;
}
section.partfour .enroll-bottom ul li label b {
  position: absolute;
  top: 24px;
  right: 0;
}
section.partfour .enroll-bottom ul li label b .icon {
  width: 1.4em;
  height: 1.4em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
section.partfour .enroll-bottom ul li input {
  width: 400px;
  height: 50px;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 16px;
  transition: all 0.8s;
}
section.partfour .enroll-bottom ul li input:focus {
  border-bottom: 1px solid #2e9fff;
}
section.partfour .enroll-bottom ul li select {
  width: 400px;
  height: 50px;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 16px;
  transition: all 0.8s;
  background: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
section.partfour .enroll-bottom ul li select:focus {
  border-bottom: 1px solid #2e9fff;
}
section.partfour .enroll-bottom ul li textarea {
  border: 1px solid #b9c1ca;
  width: 400px;
  height: 168px;
  padding: 8px;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  resize: none;
  outline: none;
  transition: all 1s;
  margin-top: 24px;
}
section.partfour .enroll-bottom ul li textarea:hover {
  border: 1px solid #2e9fff;
}
section.partfour .enroll-bottom ul li a {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  position: absolute;
  right: 0;
  top: 0px;
  color: #2e9fff;
  text-decoration: none;
}
section.partfour .enroll-bottom ul li a .icon {
  width: 1.4em;
  height: 1.4em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
section.partfour .enroll-bottom ul li a .js-eyehide {
  display: none;
}
section.partfour .enroll-bottom ul li span.yzm-pic {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  position: absolute;
  right: 0;
  top: 21px;
  display: inline-block;
  width: 80px;
  height: 32px;
  background-color: #cff;
}
section.partfour .enroll-bottom ul li span.yzm-word {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  position: absolute;
  right: 0;
  top: 27px;
  display: inline-block;
  width: 80px;
  height: 32px;
  font-size: 16px;
  color: #2e9fff;
  cursor: pointer;
}
section.partfour .enroll-bottom .btn-login {
  display: block;
  width: 200px;
  height: 40px;
  border-radius: 4px;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin: 8px auto;
  text-decoration: none;
  background: #5AB3FF;
  background: -moz-linear-gradient(-133deg, #5ab3ff 0%, #2a9dff 100%);
  background: -webkit-gradient(linear, -133deg, left bottom, color-stop(0%, #5ab3ff), color-stop(100%, #2a9dff));
  background: -webkit-linear-gradient(-133deg, #67a2f0 0%, #2a9dff 100%);
  background: -o-linear-gradient(-133deg, #5ab3ff 0%, #2a9dff 100%);
  background: -ms-linear-gradient(-133deg, #5ab3ff 0%, #2a9dff 100%);
  background: linear-gradient(to -133deg, #5ab3ff 0%, #2a9dff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #5AB3FF', endColorstr='#2A9DFF', GradientType=0);
}
section.partfour .enroll-bottom .btn-login:hover {
  background: #2A9DFF;
  background: -moz-linear-gradient(-133deg, #2a9dff 0%, #5ab3ff 100%);
  background: -webkit-gradient(linear, -133deg, left bottom, color-stop(0%, #2a9dff), color-stop(100%, #5ab3ff));
  background: -webkit-linear-gradient(-133deg, #2a9dff 0%, #5ab3ff 100%);
  background: -o-linear-gradient(-133deg, #2a9dff 0%, #5ab3ff 100%);
  background: -ms-linear-gradient(-133deg, #2a9dff 0%, #5ab3ff 100%);
  background: linear-gradient(to -133deg, #2a9dff 0%, #5ab3ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #2A9DFF', endColorstr='#2A9DFF', GradientType=0);
}
section.partfour .enroll-bottom p {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  width: 400px;
  height: 40px;
  display: block;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
}
section.partfour .enroll-bottom p b {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 50%;
  background-color: #2e9fff;
  position: absolute;
  top: 4px;
  left: 0px;
}
section.partfour .enroll-bottom p b .icon {
  width: 0.7em;
  height: 0.7em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
}
section.partfour .enroll-bottom p a {
  text-decoration: none;
  color: #2e9fff;
}
section.partfour .enroll-bottom p input[type='radio'] {
  margin-right: 8px;
  vertical-align: middle;
  position: absolute;
  top: -3px;
  left: 1px;
  opacity: 0;
}
/*联系我们 end*/
/* 注册 */
.enroll-box {
  width: 100%;
  background-color: #f7f9fc;
  padding: 1px 0;
}
.enroll-box .enroll {
  height: auto;
  /* min-height:900px; */
  background-color: #fff;
  margin: 56px 0;
  box-shadow: 0 10px 20px 0 rgba(53, 76, 163, 0.1);
  padding: 72px 0;
}
.enroll-box .enroll h1 {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 24px;
  margin-bottom: 42px;
}
.enroll-box .enroll .enroll-left {
  width: 65%;
  float: left;
  height: auto;
  padding-left: 220px;
}
.enroll-box .enroll .enroll-left ul li {
  margin-bottom: 24px;
}
.enroll-box .enroll .enroll-left ul li label {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 400px;
}
.enroll-box .enroll .enroll-left ul li input {
  width: 400px;
  height: 58px;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 16px;
  transition: all 0.8s;
}
.enroll-box .enroll .enroll-left ul li input:focus {
  border-bottom: 1px solid #354ca3;
}
.enroll-box .enroll .enroll-left ul li a {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  position: absolute;
  right: 0;
  top: 0px;
  color: #354ca3;
  text-decoration: none;
}
.enroll-box .enroll .enroll-left .btn-login {
  display: inline-block;
  width: 400px;
  height: 46px;
  background: #ff7a0c;
  background: -moz-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -webkit-gradient(linear, right, left, color-stop(10%, #ff7a0c), color-stop(100%, #ff2344));
  background: -webkit-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -o-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -ms-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: linear-gradient(to right, #ff7a0c 10%, #ff2344 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a0c', endColorstr='#ff2344', GradientType=0);
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.25);
  border-radius: 4px;
  text-align: center;
  line-height: 46px;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 4px 8px #D70110;
  margin: 24px 0;
  text-decoration: none;
}
.enroll-box .enroll .enroll-left .btn-login:hover {
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.35);
}
.enroll-box .enroll .enroll-left p {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  color: #000;
  line-height: 28px;
}
.enroll-box .enroll .line {
  float: left;
  display: inline-block;
  width: 1px;
  height: 500px;
  background-color: #eee;
}
.enroll-box .enroll .enroll-right {
  width: 34%;
  float: right;
  height: auto;
  padding-left: 32px;
}
.enroll-box .enroll .enroll-right p {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  color: #000;
  line-height: 28px;
}
.enroll-box .enroll .enroll-right .btn-enroll {
  display: inline-block;
  width: 160px;
  height: 46px;
  border-radius: 100px;
  text-align: center;
  line-height: 44px;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 18px;
  color: #354ca3;
  border: 1px solid #354ca3;
  margin: 24px 0;
  text-decoration: none;
}
.enroll-box .enroll .enroll-right .btn-enroll:hover {
  background-color: #354ca3;
  color: #fff;
}
.enroll-box .enroll .enroll-top {
  width: 100%;
  height: 88px;
  border-bottom: 1px solid #eee;
  margin-bottom: 36px;
  padding-left: 304px;
}
.enroll-box .enroll .enroll-top ul {
  width: 70%;
  height: 88px;
  padding-top: 26px;
  display: inline-block;
}
.enroll-box .enroll .enroll-top ul li {
  width: 33%;
  height: 62px;
  line-height: 62px;
  float: left;
  text-align: center;
}
.enroll-box .enroll .enroll-top ul li a {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 18px;
  color: #ccc;
  text-decoration: none;
  height: 62px;
  width: 100%;
  display: inline-block;
}
.enroll-box .enroll .enroll-top ul li a span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ccc;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
}
.enroll-box .enroll .enroll-top ul li a:hover {
  color: #333;
  border-bottom: 2px solid #354ca3;
}
.enroll-box .enroll .enroll-top ul li a:hover span {
  background-color: #354ca3;
}
.enroll-box .enroll .enroll-top ul li a.current {
  color: #333;
  border-bottom: 2px solid #354ca3;
}
.enroll-box .enroll .enroll-top ul li a.current span {
  background-color: #354ca3;
}
.enroll-box .enroll .enroll-top a.login-btn {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  float: right;
  color: #354ca3;
  display: inline-block;
  line-height: 116px;
  text-decoration: none;
}
.enroll-box .enroll .enroll-top h3 {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 24px;
  line-height: 88px;
  color: #354ca3;
}
.enroll-box .enroll .enroll-bottom {
  width: 100%;
  height: auto;
}
.enroll-box .enroll .enroll-bottom ul {
  width: 400px;
  height: auto;
  margin: 0 auto;
}
.enroll-box .enroll .enroll-bottom ul li {
  margin-bottom: 24px;
}
.enroll-box .enroll .enroll-bottom ul li label {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-weight: bold;
  display: inline-block;
  width: 400px;
  position: relative;
}
.enroll-box .enroll .enroll-bottom ul li label b {
  position: absolute;
  top: 44px;
  right: 0;
}
.enroll-box .enroll .enroll-bottom ul li label b .icon {
  width: 1.4em;
  height: 1.4em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.enroll-box .enroll .enroll-bottom ul li input {
  width: 400px;
  height: 58px;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 16px;
  transition: all 0.8s;
}
.enroll-box .enroll .enroll-bottom ul li input:focus {
  border-bottom: 1px solid #354ca3;
}
.enroll-box .enroll .enroll-bottom ul li select {
  width: 400px;
  height: 58px;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 16px;
  transition: all 0.8s;
  background: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.enroll-box .enroll .enroll-bottom ul li select:focus {
  border-bottom: 1px solid #354ca3;
}
.enroll-box .enroll .enroll-bottom ul li a {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  position: absolute;
  right: 0;
  top: 0px;
  color: #354ca3;
  text-decoration: none;
}
.enroll-box .enroll .enroll-bottom ul li a .icon {
  width: 1.4em;
  height: 1.4em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.enroll-box .enroll .enroll-bottom ul li a .js-eyehide {
  display: none;
}
.enroll-box .enroll .enroll-bottom ul li span.yzm-pic {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  position: absolute;
  right: 0;
  top: 36px;
  display: inline-block;
  width: 80px;
  height: 32px;
  background-color: #cff;
}
.enroll-box .enroll .enroll-bottom ul li span.yzm-pic img {
  width: 80px;
  height: 32px;
}
.enroll-box .enroll .enroll-bottom ul li span.yzm-word {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  position: absolute;
  right: 0;
  top: 42px;
  display: inline-block;
  width: 80px;
  height: 32px;
  font-size: 16px;
  color: #354ca3;
  cursor: pointer;
}
.enroll-box .enroll .enroll-bottom .btn-login {
  display: block;
  width: 400px;
  height: 46px;
  background: #ff7a0c;
  background: -moz-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -webkit-gradient(linear, right, left, color-stop(10%, #ff7a0c), color-stop(100%, #ff2344));
  background: -webkit-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -o-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -ms-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: linear-gradient(to right, #ff7a0c 10%, #ff2344 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a0c', endColorstr='#ff2344', GradientType=0);
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.25);
  border-radius: 4px;
  text-align: center;
  line-height: 46px;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 4px 8px #D70110;
  margin: 32px auto 80px;
  text-decoration: none;
}
.enroll-box .enroll .enroll-bottom .btn-login:hover {
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.35);
}
.enroll-box .enroll .enroll-bottom p {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  width: 400px;
  height: 40px;
  display: block;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
}
.enroll-box .enroll .enroll-bottom p b {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 50%;
  background-color: #354ca3;
  position: absolute;
  top: 4px;
  left: 0px;
}
.enroll-box .enroll .enroll-bottom p b .icon {
  width: 0.7em;
  height: 0.7em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
}
.enroll-box .enroll .enroll-bottom p a {
  text-decoration: none;
  color: #354ca3;
}
.enroll-box .enroll .enroll-bottom p input[type='radio'] {
  margin-right: 8px;
  vertical-align: middle;
  position: absolute;
  top: -3px;
  left: 1px;
  opacity: 0;
}
.enroll-box .enroll-part03 img {
  display: block;
  margin: 56px auto 0;
  width: 20%;
}
.enroll-box .enroll-part03 p {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 24px;
  color: #000;
}
.enroll-box .enroll-part03 p a.login-btns {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  text-decoration: none;
  color: #354ca3;
  font-size: 16px;
  display: inline-block;
  width: 160px;
  height: 46px;
  line-height: 44px;
  border-radius: 100px;
  border: 1px solid #354ca3;
  margin: 0 16px;
}
.enroll-box .enroll-part03 p a.login-btns:hover {
  background-color: #354ca3;
  color: #fff;
}
.enroll-box .enroll-part03 p.small {
  font-size: 14px;
  line-height: 60px;
}
.enroll-box .enroll-part03 p.small a {
  text-decoration: none;
  color: #354ca3;
}
.enroll-boxs {
  width: 100%;
  height: 600px;
  background-color: #354ca3;
}
.enroll-boxs .login-box {
  float: right;
  width: 350px;
  height: 400px;
  padding: 24px 0;
  background-color: #fff;
  margin-top: 100px;
}
.enroll-boxs .login-box span.four {
  display: inline-block;
  width: 350px;
  height: auto;
  background-color: #fff;
  padding-bottom: 8px;
}
.enroll-boxs .login-box span.four b {
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 13px solid #fff;
  position: absolute;
  right: -16px;
  top: 10px;
}
.enroll-boxs .login-box span.four h3 {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  height: 16px;
  line-height: 16px;
  text-align: left;
  font-size: 18px;
  border-left: 2px solid #354ca3;
  padding-left: 16px;
  margin-top: 16px;
  color: #000;
  font-weight: bold;
}
.enroll-boxs .login-box span.four input {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  border: 1px solid #eee;
  width: 90%;
  height: 48px;
  line-height: 48px;
  color: #333;
  margin: 16px auto;
  display: block;
  padding: 4px 16px;
  border-radius: 4px;
  line-height: 24px;
}
.enroll-boxs .login-box span.four a.login-btn {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  display: block;
  width: 90%;
  height: 48px;
  line-height: 48px;
  margin: 32px auto;
  margin-bottom: 8px;
  background-color: #fff;
  background: #344BA1;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.enroll-boxs .login-box span.four a.login-btn:hover {
  opacity: 0.9;
}
.enroll-boxs .login-box span.four p {
  width: 100%;
  padding: 4px 16px;
  height: 38px;
}
.enroll-boxs .login-box span.four p a {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  background-color: #fff;
  text-decoration: none;
  float: right;
  width: auto;
  margin-left: 16px;
  color: #999;
}
.enroll-boxs .login-box span.four p a:hover {
  color: #354ca3;
}
/* 注册  end*/
/*头部three*/
.head-three {
  height: 128px;
  line-height: 128px;
  width: 100%;
  background-color: #fff;
}
.head-three img {
  width: 360px;
}
/*头部three end*/
/*尾部*/
footer.footer-01 {
  width: 100%;
  height: 74px;
  background: #474443;
  padding-top: 12px;
  position: fixed;
  bottom: 0;
}
footer.footer-01 p {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  color: #ccc;
}
/*尾部 end*/
/* 最新报价 */
.quote-box {
  width: 100%;
  height: auto;
  margin-top: 72px;
  margin-bottom: 100px;
}
.quote-box .form-box {
  width: 763px;
  height: auto;
  float: left;
}
.quote-box .form-box .tab-box {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
}
.quote-box .form-box .tab-box a.tab-a {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 22px;
  margin-right: 24px;
  font-weight: bold;
  text-decoration: none;
}
.quote-box .form-box .tab-box a.tab-a:hover {
  text-decoration: none;
  color: #2a9dff;
}
.quote-box .form-box .tab-box a.tab-a.current {
  color: #2a9dff;
}
.quote-box .form-box .tab-box a.tab03 {
  text-decoration: none;
  display: inline-block;
  width: 126px;
  height: 40px;
  border-radius: 100px;
  background: #ff7a0c;
  background: -moz-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -webkit-gradient(linear, right, left, color-stop(10%, #ff7a0c), color-stop(100%, #ff2344));
  background: -webkit-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -o-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -ms-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: linear-gradient(to right, #ff7a0c 10%, #ff2344 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a0c', endColorstr='#ff2344', GradientType=0);
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.25);
  text-align: center;
  float: right;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}
.quote-box .form-box .tab-box a.tab03:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.8;
}
.quote-box .form-box p.subheading {
  width: 100%;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  color: #919295;
  padding: 16px 0;
}
.quote-box .form-box p.subheading span {
  color: #FC192C ;
  margin-right: 6px;
}
.quote-box .form-box .table-box {
  width: 100%;
  height: auto;
}
.quote-box .form-box .table-box table th {
  font-weight: normal;
  font-family: "微软雅黑";
  color: #333;
  background-color: #FAFBFF;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
}
.quote-box .form-box .table-box table td {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  border: 0;
  border-bottom: 1px solid #eee;
  text-align: center;
  line-height: 35px;
}
.quote-box .form-box .table-box table td.red {
  color: #FF2020;
}
.quote-box .form-box .table-box table tr:hover {
  background-color: #FAFBFF;
}
.quote-box .right-box {
  width: 374px;
  height: auto;
  float: right;
}
.quote-box .right-box .service-box {
  width: 100%;
  height: auto;
/*   height: 457px; */
  box-shadow: 1px 14px 24px 0px rgba(102, 159, 255, 0.2);
  padding: 0 24px;
  margin-bottom: 72px;
}
.quote-box .right-box .service-box .pic-box {
  width: 100%;
  height: 143px;
}
.quote-box .right-box .service-box .pic-box img {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  margin-top: 16px;
}
.quote-box .right-box .service-box .information-box {
  width: 100%;
  height: auto;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}
.quote-box .right-box .service-box .information-box p {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  color: #999;
  line-height: 38px;
  font-weight: bold;
}
.quote-box .right-box .service-box .information-box p span {
  color: #262626;
  margin-left: 24px;
}
.quote-box .right-box .service-box .service {
  width: 100%;
  height: auto;
  padding-top: 16px;
}
.quote-box .right-box .service-box .service p {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  /* padding-left: 28px; */
  background: url(../images/qq.png) no-repeat left center;
  line-height: 50px;
  background-size: 6%;
}
.quote-box .right-box .service-box .service p span {
  color: #999;
}
.quote-box .right-box .service-box .service p a {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
/*   float: right; */
  display: inline-block;
  width: 94px;
  height: 26px;
  background-color: #f4f4f4;
  text-align: center;
  line-height: 26px;
  color: #2A9DFF;
  border-radius: 100px;
  margin-top: 12px;
  text-decoration: none;
  font-weight: bold;
}
.quote-box .right-box .service-box .service p a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.quote-box .right-box .xt-system {
  width: 100%;
  height: auto;
  box-shadow: 1px 14px 24px 0px rgba(102, 159, 255, 0.2);
  overflow: hidden;
}
.quote-box .right-box .xt-system a {
  display: inline-block;
  width: 100%;
  height: auto;
}
.quote-box .right-box .xt-system a img {
  width: 100%;
}
/* 最新报价 end*/
/* 分页 */
.pages {
  width: 100%;
  height: auto;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  margin-top: 48px;
}
.pages span.omit {
  width: 24px;
  height: 48px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  margin-right: 5px;
  color: #333;
}
.pages span.omit b {
  width: 2px;
  height: 2px;
  border-radius: 100px;
  background-color: #000;
  display: inline-block;
  margin: 0 2px;
  margin-bottom: 4px;
}
.pages span.amount {
  margin-left: 16px;
}
.pages a {
  width: 48px;
  height: 48px;
  display: inline-block;
  background: #fff;
  border: 1px solid #dedede;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  margin-left: -5px;
  color: #333;
}
.pages a:hover {
  background: #2e9fff;
  color: #fff;
  text-decoration: none!important;
}
.pages a.current {
  background: #2e9fff;
  color: #fff;
  text-decoration: none!important;
}
.pages .previous-page,
.pages .next-page {
  width: 90px;
  height: 48px;
}
/* 分页 end*/
/* 首页 */
.index-box {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
.index-box .index-cell {
  width: 100%;
  height: 488px;
  margin-top: 72px;
}
.index-box .index-cell .pic-box {
  float: left;
  width: 374px;
  height: 488px;
}
.index-box .index-cell .pic-box a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.index-box .index-cell .pic-box img {
  width: 100%;
  height: 100%;
}
.index-box .index-cell .pic01 {
  box-shadow: 1px 14px 24px 0px rgba(104, 140, 255, 0.2);
}
.index-box .index-cell .pic02 {
  box-shadow: 1px 14px 24px 0px rgba(255, 101, 104, 0.2);
}
.index-box .index-cell .text-box {
  width: 796px;
  height: 488px;
  padding-left: 32px;
  float: left;
  background-color: #fff;
  overflow: hidden;
}
.index-box .index-cell .text-box .form-box {
  width: 763px;
  height: auto;
  float: left;
}
.index-box .index-cell .text-box .form-box .tab-box {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
}
.index-box .index-cell .text-box .form-box .tab-box a.tab-a {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 22px;
  margin-right: 24px;
  font-weight: bold;
  text-decoration: none;
}
.index-box .index-cell .text-box .form-box .tab-box a.tab-a:hover {
  text-decoration: none;
  color: #2a9dff;
}
.index-box .index-cell .text-box .form-box .tab-box a.tab-a.current {
  color: #2a9dff;
}
.index-box .index-cell .text-box .form-box .tab-box a.tab03 {
  text-decoration: none;
  display: inline-block;
  width: 126px;
  height: 40px;
  border-radius: 100px;
  background: #ff7a0c;
  background: -moz-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -webkit-gradient(linear, right, left, color-stop(10%, #ff7a0c), color-stop(100%, #ff2344));
  background: -webkit-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -o-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -ms-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: linear-gradient(to right, #ff7a0c 10%, #ff2344 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a0c', endColorstr='#ff2344', GradientType=0);
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.25);
  text-align: center;
  float: right;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}
.index-box .index-cell .text-box .form-box .tab-box a.tab03:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.8;
}
.index-box .index-cell .text-box .form-box .table-box {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-top: 12px;
}
.index-box .index-cell .text-box .form-box .table-box table th {
  font-weight: normal;
  font-family: "微软雅黑";
  color: #333;
  background-color: #FAFBFF;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
}
.index-box .index-cell .text-box .form-box .table-box table td {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  border: 0;
  border-bottom: 1px solid #eee;
  text-align: center;
  line-height: 35px;
}
.index-box .index-cell .text-box .form-box .table-box table td.red {
  color: #FF2020;
}
.index-box .index-cell .text-box .form-box .table-box table tr:hover {
  background-color: #FAFBFF;
}
.index-box .index-cell .text-box a.more {
  width: 158px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 100px;
  border: 1px solid #2A9DFF;
  display: block;
  margin: 0 auto;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  color: #2A9DFF;
}
.index-box .index-cell .text-box a.more:hover {
  background-color: #2A9DFF;
  color: #fff;
}
.index-box .index-cell .text-box02 {
  width: 796px;
  height: 488px;
  float: left;
}
.index-box .index-cell .text-box02 h1 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: right;
}
.index-box .index-cell .text-box02 h1 img {
  float: right;
  margin-top: 22px;
  margin-right: 12px;
}
.index-box .index-cell .text-box02 h1 a {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 16px;
  font-weight: bold;
  float: right;
}
.index-box .index-cell .text-box02 .icon-box {
  width: 100%;
  height: 301px;
}
.index-box .index-cell .text-box02 .icon-box ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.index-box .index-cell .text-box02 .icon-box ul li {
  flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  ms-flex: 1;
}
.index-box .index-cell .text-box02 .icon-box ul li img {
  width: 119px;
  height: 128px;
  display: block;
  margin: 0 auto;
  margin-top: 34px;
  margin-bottom: 24px;
}
.index-box .index-cell .text-box02 .icon-box ul li p {
  text-align: center;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  padding: 0 14px;
  margin-top: 16px;
}
.index-box .index-cell .text-box02 .icon-box ul li p:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.index-box .index-cell .text-box02 .flow-box {
  width: 100%;
  height: 136px;
  padding-left: 32px;
}
.index-box .index-cell .text-box02 .flow-box .flow {
  width: 100%;
  height: 135px;
  border-top: 1px dashed #eee;
}
.index-box .index-cell .text-box02 .flow-box .flow .flow-pic {
  width: 531px;
  height: auto;
  float: left;
  margin-top: 19px;
}
.index-box .index-cell .text-box02 .flow-box .flow .flow-pic img {
  width: 500px;
}
.index-box .index-cell .text-box02 .flow-box .flow .flow-pic p {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  margin-top: 22px;
  color: #999;
}
.index-box .index-cell .text-box02 .flow-box .flow .flow-btn {
  width: 230px;
  height: auto;
  float: left;
}
.index-box .index-cell .text-box02 .flow-box .flow .flow-btn a {
  text-decoration: none;
  display: block;
  width: 126px;
  height: 40px;
  border-radius: 100px;
  background: #ff7a0c;
  background: -moz-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -webkit-gradient(linear, right, left, color-stop(10%, #ff7a0c), color-stop(100%, #ff2344));
  background: -webkit-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -o-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -ms-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: linear-gradient(to right, #ff7a0c 10%, #ff2344 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a0c', endColorstr='#ff2344', GradientType=0);
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.25);
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 24px;
}
.index-box .index-cell .text-box02 .flow-box .flow .flow-btn a:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.8;
}
.index-box .index-cell .text-box02 .flow-box .flow .flow-btn p {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-size: 22px;
  font-weight: bold;
  margin-top: 12px;
  color: #5c6589;
}
/* 首页 end*/
/* slidebar按钮 */
.slidebar-box {
  width: 60px;
  height: auto;
  position: fixed;
  right: 1%;
  bottom: 0px;
}
.slidebar-box .slidebar-cell {
  width: 60px;
  height: 60px;
  background-color: #5C6589;
  display: inline-block;
  margin-bottom: 8px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  color: #fff;
  font-size: 12px;
  position: relative;
  cursor: pointer;
}
.slidebar-box .slidebar-cell p {
  position: absolute;
  bottom: 4px;
  text-align: center;
  width: 100%;
}
.slidebar-box .slidebar-cell img {
  display: block;
  margin: 0 auto;
  margin-top: 8px;
  width: 24px;
}
.slidebar-box .slidebar-cell:hover {
  background-color: #2A9DFF;
}
.slidebar-box .slidebar-cell:hover .hide-box {
  display: block;
}
.slidebar-box .slidebar-cell .hide-box {
  position: absolute;
  left: -200px;
  top: 0;
  width: 200px;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  padding: 16px;
  display: none;
}
.slidebar-box .slidebar-cell .hide-box .sanjiao {
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #ffffff;
  position: absolute;
  top: 24px;
  right: -8px;
}
.slidebar-box .slidebar-cell .hide-box p {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  position: static;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}
.slidebar-box .slidebar-cell .hide-box p a {
  font-weight: normal;
  color: #5C6589;
  text-decoration: none;
}
.slidebar-box .slidebar-cell .hide-box p a:hover {
  color: #2A9DFF;
  text-decoration: none;
}
.slidebar-box .slidebar-cell .hide-box p span {
  font-weight: normal;
  color: #5C6589;
}
.slidebar-box .current {
  background-color: #2A9DFF;
}
/* slidebar按钮 end*/
