* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "微软雅黑";
  font-size: 16px;
}
.mobile_header,
.mobile_nav {
  display: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
body,
html {
  width: 100%;
  height: 100%;
}
.wechat {
  display: block;
  position: fixed;
  box-sizing: border-box;
  inset: 50% 5px auto auto;
  transform: translateY(-50%);
  height: 63.75px;
  width: 17%;
  max-width: 120px;
  z-index: 999;
}
/*回到顶部*/
#rocket-to-top div {
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 149px;
}
#rocket-to-top .level-2 {
  background: url(../images/gobackTop.png) no-repeat scroll -149px 0 transparent;
  display: none;
  height: 250px;
  opacity: 0;
  z-index: 1;
}
#rocket-to-top .level-3 {
  background: none repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  height: 150px;
  z-index: 2;
}
#rocket-to-top {
  background: url(../images/gobackTop.png) no-repeat scroll 0 0 transparent;
  cursor: default;
  display: block;
  height: 250px;
  margin: -125px 0 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 5%;
  bottom: -80px;
  width: 147px;
  z-index: 1111;
}
/*滚动条样式*/
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.ovhidden {
  overflow: hidden;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
.wrap100 {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}
h2 {
  font-size: 26px;
  font-weight: 500;
}
.fixed_nav {
  position: fixed;
  right: 57px;
  top: 359px;
  z-index: 999;
}
.fixed_nav li {
  position: relative;
  margin-bottom: 16px;
}
.fixed_nav li a {
  width: 60px;
  height: 60px;
  display: block;
  background: #30b0fc;
  text-align: center;
  transition: all 0.3s;
  border-radius: 8px;
}
.fixed_nav li a img {
  padding-top: 16px;
}
.fixed_nav li a:hover {
  background: #34a2e3;
}
.fixed_nav li a:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-radius: 8px;
  position: absolute;
}
.fixed_nav li .abs {
  position: absolute;
  left: 290px;
  top: 0px;
  z-index: -9;
  padding: 6px 10px;
  width: 180px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s;
}
.fixed_nav li .abs h3 {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  position: relative;
  top: -7px;
}
.fixed_nav li .abs img {
  padding-top: 14px;
}
.fixed_nav li:hover .abs {
  left: -200px;
}
.fixed_nav li:hover a:after {
  height: 60px;
}
p.msg_tip {
  margin: 10px 0;
}
.msg_tip {
  color: #fff;
  text-align: center;
}
.page_con {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.page_con .page {
  display: flex;
  margin: 0 auto;
}
.page_con .page .prev,
.page_con .page .next,
.page_con .page .num {
  padding: 5px;
  width: 65px;
  display: inline-block;
  background-color: #FFFFFF;
  border: 1px solid #e5e5e5;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  cursor: pointer;
}
.page_con .page .page_num {
  margin: 0 4px;
  display: flex;
}
.page_con .page .page_num .num {
  margin-left: -1px;
}
.page_con .page .page_num .num.active {
  color: #ffffff;
  background: #E8312E;
}
.page_con .page .pagination {
  display: flex;
}
.page_con .page .pagination .page-item {
  padding: 5px;
  width: 65px;
  display: inline-block;
  background-color: #FFFFFF;
  border: 1px solid #e5e5e5;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  margin-left: -1px;
}
.page_con .page .pagination .page-item.active {
  color: #ffffff;
  background: #E8312E;
}
.page_con .page .pagination .page-item.active span {
  color: #ffffff;
}
.onmsg {
  position: relative;
  height: 800px;
}
.onmsg h2 {
  padding-top: 80px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}
.onmsg canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.onmsg .item {
  border-radius: 6px;
  overflow: hidden;
}
.header {
  background: #1f2021;
  height: 70px;
  width: 100%;
}
.header .logo {
  display: flex;
  height: 70px;
  align-items: center;
}
.header .logo a {
  font-size: 0;
}
.header .logo a img {
  display: block;
  width: 200px;
  height: auto;
}
.header .logo .contact {
  display: flex;
  flex-flow: column;
  margin-left: 25px;
}
.header .logo .contact .zjrxs {
  font-size: 14px;
  color: #eee;
  font-family: "微软雅黑";
}
.header .logo .contact .zjrxs span {
  color: #fff;
  font-size: 14px;
}
.header .menu li.active a {
  background: #e60012;
}
.header .menu li {
  line-height: 70px;
  float: left;
  padding: 0 8px;
  box-sizing: border-box;
}
.header .menu li a {
  padding: 0 18px;
  color: #fff;
  box-sizing: border-box;
  font-size: 18px;
  display: block;
  position: relative;
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 0;
}
.banner img {
  width: 100%;
}
.banner ul {
  width: 200%;
  position: relative;
  left: 0;
}
.banner ul li {
  width: 50%;
  font-size: 0;
  float: left;
}
.banner ul li a {
  font-size: 0;
}
.banner .btns {
  position: absolute;
  bottom: 150px;
  left: 350px;
  color: #3884FF;
  padding: 10px 40px;
  border-radius: 30px;
  font-size: 20px;
  background: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
.banner .btn {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s;
  z-index: 999;
}
.banner .btn:hover {
  opacity: 1;
}
.banner .prev {
  background: url("../images/banner_prev.png") no-repeat;
  left: 180px;
}
.banner .next {
  background: url("../images/banner_next.png") no-repeat;
  right: 180px;
}
h1 {
  font-size: 36px;
  padding: 70px 0 64px 0;
  font-weight: 500;
}
.fafafa {
  padding-top: 1px;
  background: #fafafa;
}
.main {
  padding-bottom: 110px;
}
.main .list {
  font-size: 0;
  background: #fff;
  margin-top: 60px;
}
.main .list .left {
  font-size: 0;
  width: 360px;
}
.main .list .left a {
  font-size: 0;
}
.main .list .left img {
  width: 100%;
}
.main .list .right {
  width: 840px;
  overflow: hidden;
}
.main .list .right .t_nav {
  margin-bottom: 29px;
  background: #fafafa;
  border-bottom: 1px solid #ad90e7;
  background: #fafafa url("../images/j1.png") no-repeat left center;
  text-align: right;
}
.main .list .right .t_nav span {
  display: inline-block;
  line-height: 35px;
  height: 35px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.main .list .right .t_nav span.active,
.main .list .right .t_nav span:hover {
  background: #ad90e7;
  color: #fff;
}
.main .list .right .t_nav1 {
  background: #fafafa url("../images/j1.png") no-repeat left center;
}
.main .list .right .t_nav2 {
  background: #fafafa url("../images/j2.png") no-repeat left center;
  border-bottom: 1px solid #5f55a9;
}
.main .list .right .t_nav2 span.active,
.main .list .right .t_nav2 span:hover {
  background: #5f55a9;
}
.main .list .right .t_nav3 {
  background: #fafafa url("../images/j3.png") no-repeat left center;
  border-bottom: 1px solid #96acf8;
}
.main .list .right .t_nav3 span.active,
.main .list .right .t_nav3 span:hover {
  background: #96acf8;
}
.main .list .right .nbox {
  padding: 0 30px;
  box-sizing: border-box;
}
.main .list .right .mbox {
  width: 100%;
  overflow: hidden;
}
.main .list .right .box {
  position: relative;
  left: 0;
}
.main .list .right .box ul {
  float: left;
  width: 774px;
}
.main .list .right .box ul h3 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}
.main .list .right .box ul li {
  display: table;
  text-align: center;
}
.main .list .right .box ul li a {
  display: table-cell;
  vertical-align: middle;
}
.main .appwwhy li {
  float: left;
  width: 25%;
  height: 166px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-left: -1px;
  margin-top: -1px;
  box-sizing: border-box;
}
.main .appwwhy li a {
  cursor: default;
}
.main .appwwhy li:nth-child(4),
.main .appwwhy li:nth-child(8),
.main .appwwhy li:nth-child(12) {
  border-right: 0;
}
.main .appwwhy li:nth-child(9),
.main .appwwhy li:nth-child(10),
.main .appwwhy li:nth-child(11),
.main .appwwhy li:nth-child(12) {
  border-bottom: 0;
}
.main .app .wr {
  margin: 0 -15px;
}
.main .app li {
  float: left;
  width: 33.33%;
  height: 217px;
  padding: 0 15px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.main .app li a {
  border: 1px solid #e6e6e6;
}
.main .app li h3 {
  font-size: 20px;
  margin-top: 30px;
}
.main .app li img {
  width: 80px;
}
.main .qkl {
  position: relative;
  left: 1px;
}
.main .qkl li {
  width: 33.33%;
  float: left;
  height: 228px;
  border: 1px solid #e6e6e6;
  margin-left: -1px;
  border-right: 0;
}
.main .qkl li h3 {
  margin-top: 30px;
}
.main .qkl li img {
  width: 100px;
  border-radius: 15px;
}
.main .qkl li a {
  cursor: default;
}
.main .qkl:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #ddd;
}
.brand {
  background: #30b0fc url("../images/qx.png") no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}
.brand h2 {
  font-weight: bold;
  font-size: 30px;
  padding: 60px 0 50px;
  color: #fff;
  padding-bottom: 15px;
}
.brand h2 + p {
  font-size: 18px;
  color: #eee;
  padding-bottom: 50px;
}
.brand .container {
  background: #fff;
  height: 493px;
  padding: 0 46px;
  box-sizing: border-box;
}
.brand .container .c_rel {
  width: 100%;
  overflow: hidden;
}
.brand .b_nav {
  width: 100%;
  border-bottom: 4px solid #e6e6e6;
  padding-top: 20px;
  position: relative;
}
.brand .b_nav span {
  display: block;
  float: left;
  width: 33.33%;
  font-size: 20px;
  transition: all 0.3s;
  text-align: center;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
.brand .b_nav span.active,
.brand .b_nav span:hover {
  color: #30b0fc;
}
.brand .b_nav .active_b {
  position: absolute;
  width: 33.33%;
  height: 4px;
  bottom: -4px;
  left: 0;
  background: #30b0fc;
}
.brand .b_nav .active_b .rel {
  position: relative;
  width: 100%;
  height: 100%;
}
.brand .b_nav .active_b .rel em {
  display: block;
  width: 10px;
  height: 8px;
  background: url("../images/sjx.png") no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 4px;
}
.brand .box {
  padding-top: 15px;
  position: relative;
  left: 0;
}
.brand .box .rel20 {
  position: relative;
  left: 20px;
}
.brand .box .rel40 {
  position: relative;
  left: 40px;
}
.brand .box ul {
  float: left;
  margin: 0 -10px;
  width: 1128px;
  overflow: hidden;
}
.brand .box li {
  margin-top: 20px;
  display: table;
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  float: left;
  height: 142px;
  padding-right: 20px;
}
.brand .box li a {
  cursor: default;
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  border: 1px solid #e6e6e6;
  padding: 15px 0 15px 0;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}
.brand .box li a:hover:after {
  width: 100%;
}
.brand .box li .left {
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  border-right: 1px solid #ddd;
}
.brand .box li .left img {
  padding-top: 20px;
  max-width: 100%;
}
.brand .box li .right {
  width: 80%;
  padding-left: 30px;
  box-sizing: border-box;
}
.brand .box li .right h3 {
  font-size: 18px;
  transition: 0.6s;
  font-weight: 500;
}
.brand .box li .right p {
  transition: 0.6s;
  font-size: 14px;
  padding-top: 5px;
}
.section_box8 {
  position: absolute;
  top: 28%;
  left: 29%;
  width: 42%;
  height: 60%;
}
.section_box8 .item {
  width: 100%;
  height: 50px;
  border: 1px solid #cccccc;
  margin-bottom: 2.5%;
}
.section_box8 .item input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 6px 12px;
  box-sizing: border-box;
}
.section_box8 .submit {
  width: 100%;
  height: 10%;
  background: #42c4ff;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.section_box8 .submit:hover {
  background: #30b0fc;
}
.section_box8 .message {
  height: 40%;
}
.section_box8 .message textarea {
  box-sizing: border-box;
  padding: 2% 15px;
  width: 100%;
  height: 100%;
}
.index_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1024px;
  height: 100px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.index_bottom .bottom {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-right: 10%;
}
.index_bottom .bottom .close {
  width: 40px;
  height: 40px;
  background: url("https://www.2aa6.com/images/icon_close.png") center center no-repeat;
  background-size: 20px auto;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.index_bottom .bottom .title {
  font-size: 36px;
  color: #fff000;
}
.index_bottom .bottom .item {
  width: 20%;
  height: 50px;
  border: 1px solid #ffffff;
}
.index_bottom .bottom .item input {
  padding: 6px 12px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #ffffff;
  background: none;
}
.index_bottom .bottom .submit {
  width: 20%;
  cursor: pointer;
  height: 50px;
  color: #ffffff;
  background-color: rgba(66, 196, 255, 0.6);
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transition: all 0.5s;
}
.index_bottom .bottom .submit:hover {
  background: #34a2e3;
}
.huodong_mxw {
  margin-bottom: 100px;
}
.huodong_mxw h2 {
  text-align: center;
  margin-top: 55px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 30px;
}
.huodong_mxw .hd_p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px;
  color: #666;
}
.huodong_mxw .container {
  height: auto;
  overflow: hidden;
}
.huodong_mxw .list {
  float: left;
  font-size: 0;
}
.huodong_mxw .list img {
  display: block;
}
.huodong_mxw .list div {
  font-size: 0;
}
.huodong_mxw .mar10xsdfas {
  margin: 0 8px;
}
.huodong_mxw .marbomx65 {
  margin-bottom: 10px;
}
.article_con {
  padding: 100px 0;
}
.article_con h2 {
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 30px;
}
.article_con .hd_p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px;
  color: #666;
}
.article_con .con {
  display: flex;
}
.article_con .con .left {
  width: 51.5%;
  box-sizing: border-box;
  padding-right: 3%;
}
.article_con .con .left .list {
  display: none;
  height: 460px;
  margin-top: 20px;
}
.article_con .con .left .list .li {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #d0d0d0;
  box-sizing: border-box;
  transition: all 0.3s;
}
.article_con .con .left .list .li .tit {
  flex: 1;
  padding-left: 10px;
  padding-right: 40px;
  background: url('../images/news_li.png') left center no-repeat;
  background-size: 4px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 14px;
}
.article_con .con .left .list .li .time {
  flex-shrink: 0;
  font-size: 14px;
  color: #999999;
}
.article_con .con .left .list .li.active {
  padding-left: 10px;
}
.article_con .con .left .list .li.active .tit {
  color: #c52d29;
}
.article_con .con .right {
  width: 48.5%;
  box-sizing: border-box;
}
.article_con .con .right .list {
  margin-top: 20px;
}
.article_con .con .right .list .li {
  display: flex;
  margin-bottom: 10px;
  background: #ffffff;
}
.article_con .con .right .list .li .cover {
  width: 195px;
  height: auto;
  flex-shrink: 0;
}
.article_con .con .right .list .li .cover img {
  display: block;
  width: 100%;
  height: auto;
}
.article_con .con .right .list .li .inf {
  flex: 1;
  box-sizing: border-box;
  padding: 20px 15px;
  width: 100%;
  overflow: hidden;
}
.article_con .con .right .list .li .inf .tit {
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article_con .con .right .list .li .inf .tit:hover {
  color: #c52d29;
}
.article_con .con .right .list .li .inf .to_details {
  display: inline-block;
  color: #c52d29;
  font-size: 14px;
  margin-top: 30px;
  transition: all 0.3s;
}
.article_con .con .right .list .li .inf .to_details:hover {
  margin-left: 10px;
}
.article_con .con .right .list .li:nth-last-child(1) {
  margin-bottom: 0;
}
.article_con .con .nav_top {
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #dbdbdb;
}
.article_con .con .nav_top .nav {
  flex: 1;
  display: flex;
}
.article_con .con .nav_top .nav .item {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
}
.article_con .con .nav_top .nav .item.active {
  position: relative;
  color: #c52d29;
}
.article_con .con .nav_top .nav .item.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #c52d29;
}
.article_con .con .nav_top .nav .mark {
  height: 40px;
  line-height: 40px;
  color: #adadad;
  margin: 0 15px;
  font-size: 18px;
  font-weight: bold;
}
.article_con .con .nav_top .more {
  width: 60px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #cdcdcd;
  font-family: Arial;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
}
.article_con .con .nav_top .more:hover {
  background: #c52d29;
  transition: all 0.5s;
}
.list_article {
  background: #fafafa;
  padding-bottom: 60px;
}
.list_article .title_top {
  background: #ffffff;
  padding: 30px 0 50px;
  margin-top: 20px;
}
.list_article .title_top .title {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.list_article .title_top .en {
  text-align: center;
  padding-top: 10px;
  text-transform: uppercase;
  color: #9f9e9e;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.list_article .list {
  margin-top: 20px;
  min-height: 500px;
}
.list_article .list .li {
  display: flex;
  height: 140px;
  overflow: hidden;
  align-items: center;
  margin-bottom: 30px;
}
.list_article .list .li .left {
  flex-shrink: 0;
  width: 156px;
  height: 94px;
  overflow: hidden;
  text-align: center;
  padding-right: 18px;
  padding-top: 3px;
  box-sizing: border-box;
  background: url('../images/datebj.png') no-repeat;
  background-size: 100% auto;
}
.list_article .list .li .left .day {
  font-size: 54px;
  line-height: 58px;
  font-weight: bold;
  color: #a8a9ab;
}
.list_article .list .li .left .b {
  font-size: 20px;
  color: #a8a9ab;
}
.list_article .list .li .inf {
  flex: 1;
  height: 100%;
  margin-left: 10px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 20px;
}
.list_article .list .li .inf .tit {
  font-size: 17px;
  color: #1b1f29;
  font-weight: bold;
  margin-top: 8px;
  padding-bottom: 20px;
}
.list_article .list .li .inf .introduc {
  line-height: 20px;
  color: #666;
  font-family: "宋体";
  font-size: 12px;
  margin-top: 4px;
}
.list_article .list .li.active .left {
  background: url('../images/datebj.png') 0 -94px no-repeat;
}
.list_article .list .li.active .left .day,
.list_article .list .li.active .left .b {
  color: #ffffff;
}
.list_article .list .li.active .inf .tit {
  color: #e8312e;
}
.list_article .list .li:nth-last-child(1) {
  margin-bottom: 0;
}
.details_article .title_top {
  padding: 80px 0 50px;
  text-align: center;
  border-bottom: 1px solid #dee1e2;
}
.details_article .title_top .title {
  font-size: 25px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: bold;
}
.details_article .title_top .inf {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: bold;
}
.details_article .title_top .inf div {
  color: #717171;
  margin: 0 10px;
}
.details_article .content {
  padding: 60px 0;
  line-height: 1.7;
}
.details_article .siblings {
  padding-bottom: 60px;
}
.details_article .siblings .prev,
.details_article .siblings .next {
  font-size: 14px;
  color: #404040;
  line-height: 26px;
}
.details_article .siblings .prev a,
.details_article .siblings .next a {
  font-size: 14px;
  color: #404040;
}
.details_article .siblings .prev a:hover,
.details_article .siblings .next a:hover {
  color: #E8312E;
}
.iserver {
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 0;
}
.iserver_p {
  font-size: 18px;
  color: #666;
  padding-top: 15px;
  line-height: 30px;
  max-width: 600px;
  margin: 0 auto;
}
.case {
  padding-bottom: 75px;
}
.case h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 70px 0 75px;
}
.case .c_nav {
  text-align: center;
  margin-bottom: 45px;
}
.case .c_nav span {
  display: inline-block;
  padding: 2px 26px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s;
}
.case .c_nav span:hover,
.case .c_nav span.active {
  background: #30b0fc;
  color: #fff;
}
.case .container {
  overflow: hidden;
}
.case .wrap {
  position: relative;
  left: 0;
}
.case .wrap .wrap_lis {
  width: 1200px;
  float: left;
}
.case .box {
  overflow: hidden;
  position: relative;
}
.case .box .btn {
  width: 35px;
  height: 60px;
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -55px;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.3s;
}
.case .box .btn:hover {
  opacity: 1;
}
.case .box .case_prev {
  background: url("../images/case_prev.png") no-repeat;
  left: -1px;
}
.case .box .case_next {
  background: url("../images/case_next.png") no-repeat;
  right: 0;
}
.case .box ul {
  margin: 0 -30px;
  position: relative;
  left: 0;
}
.case .box li {
  width: 420px;
  float: left;
  padding: 0 30px;
  box-sizing: border-box;
}
.case .box li img {
  width: 100%;
}
.case .box li a {
  position: relative;
  display: block;
  overflow: hidden;
}
.case .box li a h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.case .box li a > h3 {
  margin-top: 40px;
}
.case .box li a:hover .abs {
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 0;
}
.case .box li .img_ms {
  font-size: 0;
  position: relative;
}
.case .box li .abs {
  position: absolute;
  left: 0;
  top: -500px;
  width: 100%;
  height: 260px;
  -webkit-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
  padding: 24px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: table;
}
.case .box li .abs .bar {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #fff;
  padding: 24px;
  box-sizing: border-box;
}
.case .box li .abs .bar h3 {
  color: #fff;
  padding-bottom: 30px;
  text-align: center;
}
.case .box li .abs .bar h3:after {
  content: "";
  width: 58px;
  height: 2px;
  background: #fff;
}
.case .box li .abs .bar p {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.casens h2 {
  padding-bottom: 10px;
}
.casens .pxm {
  text-align: center;
  font-size: 18px;
  color: #666;
}
.casens .c_nav {
  margin-top: 60px;
}
.footer {
  background: #1f2021;
  padding: 10px 0;
}
.footer p {
  color: #fff;
  line-height: 35px;
  font-size: 14px;
}
.footer .left {
  padding-top: 30px;
}
.footer .right p {
  position: relative;
  right: 32px;
}
.footer .right img {
  width: 95px;
  padding-top: 15px;
}
.footer .link a {
  color: #fff;
  font-size: 14px;
}
.footer .link a:after {
  content: "/";
  padding: 0 10px;
  color: #ccc;
}
.footer .link a:last-child:after {
  display: none;
}
.banner_bom {
  height: 80px;
}
.banner_bom ul {
  padding-top: 15px;
}
.banner_bom ul li {
  float: left;
  width: 25%;
  position: relative;
  padding-left: 75px;
  box-sizing: border-box;
}
.banner_bom ul li img {
  float: left;
  width: 25px;
  position: relative;
  top: 12px;
}
.banner_bom ul li .right {
  float: left;
  padding-left: 10px;
}
.banner_bom ul li .right h3 {
  font-size: 14px;
  color: #666;
}
.banner_bom ul li .right h3 span {
  color: #a2ddff;
  padding-right: 5px;
  font-size: 20px;
  font-weight: 500;
}
.banner_bom ul li .right p {
  color: #666;
  font-size: 14px;
}
.banner_bom ul li:after {
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 6px;
  background: #e6e6e6;
  display: block;
}
.whyapp {
  /* 翻转 */
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-ms-keyframes flip {
  0% {
    -ms-transform: perspective(400px) rotateY(0);
    -ms-animation-timing-function: ease-out;
  }
  40% {
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-animation-timing-function: ease-out;
  }
  50% {
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-animation-timing-function: ease-in;
  }
  80% {
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-animation-timing-function: ease-in;
  }
  100% {
    -ms-transform: perspective(400px) scale(1);
    -ms-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.whyapp h2 {
  margin-top: 70px;
  margin-bottom: 45px;
}
.whyapp > p {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  line-height: 30px;
  margin-bottom: 70px;
}
.whyapp .box li {
  text-align: center;
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.whyapp .box li:hover .a-flip {
  -webkit-animation: flip 0.5s 0s;
  -moz-animation: flip 0.5s 0s;
  -ms-animation: flip 0.5s 0s;
  animation: flip 0.5s 0s;
}
.whyapp .box li h3 {
  margin: 25px 0;
  font-weight: 500;
  font-size: 18px;
}
.whyapp .box li p {
  text-align: left;
  line-height: 24px;
  font-size: 14px;
}
.whyapp .box .msa2 {
  width: 1200px;
  margin: 0 auto;
}
.whyapp .box .msa2 li {
  margin-bottom: 80px;
  box-shadow: 0px 2px 13px 0px rgba(5, 17, 87, 0.05);
  width: 374px;
  height: 322px;
  margin-right: 35px;
}
.whyapp .box .msa2 li:nth-child(3n) {
  margin-right: 0;
}
.whyapp .box .msa2 li img {
  width: 60px;
  margin-top: 60px;
}
.whyapp .box .msa2 li p {
  text-align: left;
  padding: 0 40px;
  font-size: 14px;
}
.whyapp .box .msa2 li h3 {
  margin: 15px 0;
  font-size: 20px;
}
.dalsm {
  padding-bottom: 100px;
}
.dalsm h2 {
  margin-top: 120px;
}
.dalsm .box {
  margin-top: 100px;
}
.dalsm .box li {
  width: 20%;
  padding: 0;
}
.dalsm .box li h3 {
  margin-bottom: 10px;
}
.dalsm .box li p {
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.dalsm .box li img {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.dalsm .box li:hover img {
  -webkit-transform: rotate(720deg);
  transform: rotate(720deg);
}
.solution {
  background: url("../images/app_bg.jpg") no-repeat;
  padding-bottom: 100px;
}
.solution h2 {
  padding: 70px 0 50px;
  color: #fff;
}
.solution .box ul {
  margin: 0 -12.5px;
}
.solution .box li {
  float: left;
  width: 20%;
  padding: 0 12.5px;
  height: 200px;
  box-sizing: border-box;
  margin-top: 25px;
  display: table;
}
.solution .box li div {
  position: relative;
  border-radius: 10px;
  display: table-cell;
  vertical-align: middle;
  height: 200px;
  background: #fff;
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
  overflow: hidden;
}
.solution .box li h3 {
  font-weight: 500;
  box-sizing: border-box;
  line-height: 50px;
}
.solution .box li p {
  font-size: 14px;
  text-align: left;
}
.advantage .box ul {
  width: 100%;
}
.advantage .box li {
  box-sizing: border-box;
  margin-top: 70px;
}
.advantage .box li h3 {
  margin: 30px 0 20px;
}
.advantage .box li p {
  text-align: center;
}
.app_case {
  margin-top: 110px;
  padding-top: 20px;
  padding-bottom: 50px;
  background: #F8F8F8;
}
.app_case .top {
  height: 165px;
  padding: 30px;
  box-sizing: border-box;
}
.app_case .top h2 {
  text-align: center;
  font-size: 38px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  margin-bottom: 25px;
}
.app_case .top p {
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.app_case .top span {
  display: block;
  height: 2px;
  background: #fff;
  width: 50px;
  margin: 20px auto;
}
.app_case .img {
  width: 1200px;
  margin: 0 auto;
}
.app_case .items {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.app_case .items .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s;
}
.app_case .items .item img {
  display: block;
  width: 100%;
  height: 100%;
}
.app_case .items .item.active {
  z-index: 9;
  opacity: 1;
}
.app_case .nav {
  display: flex;
  margin: 40px auto 0;
  width: fit-content;
}
.app_case .nav .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #666;
  padding: 0 20px;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.app_case .nav .item.active {
  color: #3785fe;
  background: rgba(55, 133, 254, 0.1);
  border-color: #3785fe;
}
.app_case .more {
  font-size: 16px;
  margin-top: 60px;
  text-align: center;
}
.app_case .more a {
  text-decoration: none;
}
.app_case_new .list_ox {
  padding: 40px;
  height: auto;
  overflow: hidden;
  margin: 0 -20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.app_case_new .list_ox .itemx {
  float: left;
  width: 20%;
  text-align: center;
  height: 240px;
  padding: 0 20px;
  box-sizing: border-box;
}
.app_case_new .list_ox .itemx .boxx {
  position: relative;
  cursor: pointer;
  padding: 44px 20px;
  box-shadow: 2px -2px 8px rgba(66, 66, 66, 0.6);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.app_case_new .list_ox .itemx .boxx:hover .abs {
  top: 0;
}
.app_case_new .list_ox .itemx .abs {
  position: absolute;
  top: -300px;
  left: 0;
  transition: all .3s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.app_case_new .list_ox .itemx .abs .tb {
  display: table;
  width: 100%;
  height: 100%;
}
.app_case_new .list_ox .itemx .abs .img {
  display: table-cell;
  vertical-align: middle;
}
.app_case_new .list_ox .itemx .abs img {
  border-radius: 4px;
  width: 80%;
}
.app_case_new .list_ox .itemx img {
  border-radius: 25px;
}
.app_case_new .list_ox .itemx h3 {
  color: #fff;
}
.app_case_new .btn_gdal a {
  color: #22a8ff;
  border-radius: 4px;
  background: #fff;
  box-shadow: 2px 3px 10px rgba(66, 66, 66, 0.5);
  width: 300px;
  margin: 0 auto;
  display: block;
  text-align: center;
  height: 55px;
  line-height: 55px;
  transition: all .3s;
}
.app_case_new .btn_gdal a:hover {
  background: #22a8ff;
  color: #fff;
}
.appsh {
  padding: 120px 0;
}
.appsh h2 {
  padding-bottom: 90px;
  font-size: 38px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
.appsh .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appsh .container .img {
  width: 100px;
  height: 100px;
  text-align: center;
}
.appsh .container .img p {
  margin-top: 40px;
}
.appsh .container .img img {
  width: 100%;
  height: auto;
}
.wealth_sj {
  height: 370px;
  background: url("../images/appbg2.png") no-repeat;
  background-size: cover;
  text-align: center;
}
.wealth_sj h2 {
  color: #fff;
  padding-top: 110px;
  padding-bottom: 30px;
}
.wealth_sj p {
  color: #fff;
}
.wealth_sj a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  margin-top: 60px;
  transition: all 0.3s;
  z-index: 1;
}
.wealth_sj a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #f6ad2d;
  height: 0;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.wealth_sj a:hover,
.wealth_sj a:focus,
.wealth_sj a:active {
  color: #fff;
}
.wealth_sj a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  height: 100%;
}
.case_body .top_b {
  margin: 20px auto;
  text-align: center;
  height: 80px;
  line-height: 80px;
}
.case_body .top_b span {
  line-height: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 4px;
  padding: 0 40px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s;
  background: #22a8ff;
  color: #fff;
}
.case_body .top_b span:hover,
.case_body .top_b span.active {
  background: #4172f2;
}
.case_body .lx {
  height: auto;
  padding-bottom: 50px;
  overflow: hidden;
}
.case_body .lx ul {
  display: none;
  margin: 0 -15px;
}
.case_body .lx ul:first-child {
  display: block;
}
.case_body .lx ul li {
  float: left;
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.case_body .lx ul li .img {
  font-size: 0;
  overflow: hidden;
  border-radius: 4px;
}
.case_body .lx ul li .img img {
  transition: all 0.3s;
}
.case_body .lx ul li .img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.case_body .lx ul li h3 {
  margin-top: 15px;
  margin-bottom: 40px;
}
.appfive {
  text-align: center;
}
.appfive h2 {
  margin-top: 90px;
  margin-bottom: 45px;
}
.appfive h2 span {
  color: #f14b4b;
  font-size: 24px;
}
.appfive > p {
  padding: 0 100px;
  box-sizing: border-box;
}
.appfive > p span {
  font-size: 18px;
  font-weight: bold;
}
.appfive .box > img {
  max-width: 100%;
  margin: 70px 0 130px;
}
.appfive .box > .mmdmmz {
  margin: 0 0 100px;
}
.appfive .list_box {
  padding-bottom: 170px;
}
.appfive .list_box ul li {
  float: left;
  width: 20%;
  padding: 0 40px;
  box-sizing: border-box;
}
.appfive .list_box ul li h3 {
  margin: 40px 0 30px;
  font-size: 20px;
  color: #fd795c;
}
.appfive .list_box ul li p {
  font-size: 14px;
  text-align: left;
}
.appfive .list_box ul li img {
  transition: all 0.6s;
}
.appfive .list_box ul li:hover img {
  -webkit-transform: rotate(720deg);
  transform: rotate(720deg);
}
.five_dd {
  background: #f5f5f5;
  padding-top: 50px;
  height: 395px;
}
.five_dd h2,
.five_dd > p {
  text-align: center;
}
.five_dd > p {
  margin: 25px 0 85px;
}
.five_dd ul li {
  float: left;
  display: table;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 35.5px;
}
.five_dd ul li:nth-child(2) .rel {
  background: #ffb67d;
}
.five_dd ul li:nth-child(3) .rel {
  background: #ff8e7f;
}
.five_dd ul .rel {
  box-sizing: border-box;
  height: 345px;
  background: #ff9d74;
  padding: 0 40px;
  vertical-align: middle;
  display: table-cell;
  border-radius: 20px;
  position: relative;
}
.five_dd ul .rel h3 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 50px;
}
.five_dd ul .rel p {
  font-size: 14px;
  color: #fff;
}
.five_dd ul .rel .abs {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 115px;
  height: 115px;
  transition: all 0.3s;
}
.five_dd ul .rel .abs img {
  box-sizing: border-box;
  border: 6px solid #fff;
  border-radius: 50%;
}
.five_dd ul .rel:hover .abs {
  top: 300px;
}
.xcl {
  padding-top: 300px;
  padding-bottom: 130px;
}
.xcl .top {
  text-align: center;
}
.xcl .top .p1 {
  margin-top: 35px;
}
.xcl .top .p2 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}
.xcl .box {
  position: relative;
  z-index: 99;
  padding-top: 80px;
}
.xcl .box ul {
  padding: 0 -35.5px;
}
.xcl .box li {
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 35.5px;
}
.xcl .box .pad {
  text-align: center;
}
.xcl .box .pad h3 {
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 24px;
}
.xcl .box .pad p {
  font-size: 14px;
}
.xcl .box .pad img {
  transition: all 0.3s;
}
.xcl .box .pad:hover img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.xmaz {
  text-align: center;
  height: 605px;
  background: url("../images/xslbg.png") no-repeat;
}
.xmaz h2 {
  padding-top: 65px;
  margin: 0;
}
.xmaz > p {
  padding-top: 25px;
}
.xmaz h2,
.xmaz > p {
  color: #fff;
}
.xmaz .box {
  background: #fff;
  height: auto;
  border-radius: 10px;
  padding-bottom: 55px;
  box-shadow: 5px 0 20px #808080;
}
.xmaz .box ul li {
  padding: 0 65.5px;
  margin-top: 65.5px;
}
.xmaz .box ul li h3 {
  font-weight: bold;
}
.xmaz .box ul li p {
  text-align: center;
}
.xmaz .box ul li img {
  transition: all 0.3s;
}
.xmaz .box ul li:hover img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.xmaz22 {
  height: auto;
  overflow: hidden;
  background: #fff;
  padding-bottom: 80px;
}
.xmaz22 .box {
  box-shadow: none;
}
.xmaz22 h2,
.xmaz22 h2 + p {
  color: #333;
}
.xmaz22 h2 + p {
  padding-top: 15px;
  margin-bottom: 0;
}
.txtg {
  padding-top: 350px;
  text-align: center;
}
.txtg .box {
  padding-top: 130px;
  padding-bottom: 150px;
}
.ghy {
  padding: 55px 0 75px;
  background: #fd795c;
  background: url("../images/icon/img_03.jpg") no-repeat;
  text-align: center;
}
.ghy h2 {
  color: #fff;
}
.ghy p {
  color: #fff;
  margin: 25px 0 65px;
}
.jdanlms {
  padding: 90px 0 0;
  text-align: center;
}
.jdanlms h2 {
  margin-bottom: 50px;
}
.jdanlms ul {
  margin: 0 -12.5px;
}
.jdanlms li {
  float: left;
  width: 25%;
  padding: 0 12.5px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.jdanlms .pad {
  background: #fff;
  position: relative;
  box-sizing: 0 0 15px rgba(91, 91, 91, 0.15);
  overflow: hidden;
}
.jdanlms .pad:hover .abs {
  top: 0;
}
.jdanlms .pad:hover h3 {
  padding-top: 30px;
}
.jdanlms img {
  width: 100%;
}
.jdanlms .abs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 84%;
  transition: all .5s;
  background: rgba(0, 0, 0, 0.8);
}
.jdanlms .abs img {
  width: 150px;
  border-radius: 4px;
}
.jdanlms .abs p {
  text-align: center;
  color: #fff;
  padding-top: 30px;
}
.jdanlms .abs .ggg {
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
}
.jdanlms h3 {
  transition: all .3s;
  width: 100%;
  color: #fff;
  height: 58px;
  font-weight: normal;
  line-height: 58px;
  font-size: 18px;
}
.sfdyz .tl {
  text-align: center;
  padding-top: 90px;
}
.sfdyz .box {
  padding-bottom: 154px;
}
.sfdyz .left {
  width: 320px;
  position: relative;
}
.sfdyz .left .abs {
  position: absolute;
  top: 50px;
  background: url("../images/kfs.png") no-repeat;
  right: -420px;
  height: 100px;
  line-height: 60px;
  width: 490px;
  color: #fff;
  text-align: center;
}
.sfdyz .right {
  margin-left: 80px;
  margin-top: 200px;
}
.sfdyz .right ul {
  width: 640px;
  box-shadow: 3px 0 20px #808080;
  padding-bottom: 33px;
  border-radius: 20px;
}
.sfdyz .right li {
  text-align: center;
  float: left;
  padding: 0 30px;
  box-sizing: border-box;
  width: 33.33%;
  margin-top: 33px;
  line-height: 24px;
}
.sfdyz .right li h3 {
  font-size: 16px;
}
.smsqkl {
  padding-top: 105px;
  padding-bottom: 160px;
}
.smsqkl p {
  padding-bottom: 60px;
  padding: 45px 215px;
  box-sizing: border-box;
}
.qklyy {
  background: #f5f5f5;
  padding-top: 68px;
  padding-bottom: 102px;
}
.qklyy h2 {
  padding-bottom: 82px;
}
.qklyy .box ul {
  margin: 0 -10.5px;
}
.qklyy .box li {
  float: left;
  padding: 0 21px;
  width: 20%;
  box-sizing: border-box;
}
.qklyy .box .pad {
  height: 280px;
  text-align: center;
  background: #fff;
  padding-bottom: 17px;
  transition: all 0.6s;
}
.qklyy .box .pad img {
  padding: 28px 0;
  transition: all 0.3s;
}
.qklyy .box .pad h3 {
  font-size: 20px;
  margin-bottom: 16px;
}
.qklyy .box .pad p {
  text-align: left;
  color: #818181;
  line-height: 25px;
  padding: 0 24px 0 32px;
}
.qklyy .box .pad:hover {
  box-shadow: 0 0 10px #ccc;
}
.qklyy .box .pad:hover img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.dcjkf {
  padding-bottom: 100px;
}
.dcjkf h2 {
  padding: 96px 0 13px;
}
.dcjkf .box ul {
  margin: -17.75 px;
}
.dcjkf .box ul li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 35.5px;
  text-align: center;
  margin-top: 70px;
}
.dcjkf .box ul li h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 25px 0 21px;
}
.dcjkf .box ul li p {
  font-size: 14px;
}
.tsgg_ms {
  text-align: center;
  background: #384de4;
  padding: 58px 0;
}
.tsgg_ms h2 {
  color: #fff;
}
.tsgg_ms p {
  color: #fff;
  padding: 30px 0 40px;
}
.tsgg_ms li {
  float: left;
  width: 20%;
  height: 180px;
  border: 1px solid #fff;
  text-align: center;
  margin-left: -1px;
  margin-top: -1px;
  box-sizing: border-box;
}
.tsgg_ms h3 {
  font-weight: normal;
  font-size: 18px;
  color: #fff;
}
.tsgg_ms .img0 {
  margin: 40px 0 25px;
}
.xxcls_ms {
  padding-bottom: 100px;
}
.xxcls_ms h2 {
  text-align: center;
  padding: 80px 0 88px;
}
.xxcls_ms .left,
.xxcls_ms .right {
  width: 50%;
}
.xxcls_ms .list {
  margin-bottom: 30px;
  padding-left: 80px;
  box-sizing: border-box;
}
.xxcls_ms h3 {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 16px;
}
.xxcls_ms p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.xxcls_ms .list1 {
  background: url("../images/icon/icon01.png") no-repeat 40px 0;
}
.xxcls_ms .list2 {
  background: url("../images/icon/icon02.png") no-repeat 40px 0;
}
.xxcls_ms .list3 {
  background: url("../images/icon/icon03.png") no-repeat 40px 0;
}
.smsqkl {
  text-align: center;
}
.qkltd {
  height: 600px;
  background: url("../images/bg02.png") no-repeat;
}
.qkltd h2 {
  color: #fff;
  padding: 64px 0 112px;
}
.qkltd li {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 47.5px;
  float: left;
  text-align: center;
}
.qkltd li span {
  display: block;
  width: 52px;
  height: 3px;
  background: #fff;
  margin: 40px auto;
}
.qkltd li p {
  font-size: 14px;
  color: #fff;
  text-align: left;
  line-height: 30px;
}
.fwys {
  background: #fff;
}
.fwys .box .pad {
  background: none;
}
.fwys .box .pad h3 {
  font-weight: 500;
}
.jersm {
  background: #f4f4f4;
  padding-bottom: 77px;
  margin-bottom: 50px;
}
.jersm h2 {
  padding: 75px 0 80px;
}
.jersm h3 {
  padding: 50px;
  font-size: 20px;
}
.jersm .jjfammm {
  margin-top: 50px;
  background: #fff;
  padding-bottom: 10px;
}
.jersm .jjfammm .tl {
  padding-top: 10px;
  background: #fff;
  padding-top: 20px;
}
.jersm .jjfammm .tl ul li {
  float: left;
  width: 25%;
  cursor: pointer;
  position: relative;
}
.jersm .jjfammm .tl ul li img {
  width: 45px;
}
.jersm .jjfammm .tl ul li:after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background: #30b0fc;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -50px;
  transition: all .5s;
}
.jersm .jjfammm .tl ul li.active:after {
  width: 100px;
}
.jersm .jjfammm .tl ul li:hover:after {
  width: 100px;
}
.jersm .jjfammm h4 {
  font-size: 16px;
  color: #aaa;
  font-weight: 500;
}
.jersm .jjfammm .boxms .li {
  display: none;
}
.jersm .jjfammm .boxms .li:first-child {
  display: block;
}
.about_janer {
  margin-top: 85px;
  background: url("../images/about_bg.jpg") no-repeat;
  height: 434px;
}
.about_janer .box {
  width: 1040px;
  margin: 0 auto;
  border: 1px solid #fff;
  padding: 20px;
  position: relative;
  top: 165px;
}
.about_janer .boxbg {
  background: #fff;
  padding-top: 35px;
}
.about_janer .boxbg .logo {
  width: 0;
  text-align: center;
}
.about_janer .boxbg .jiers {
  width: 610px;
  padding: 15px 100px 0;
}
.about_janer .boxbg .jiers h3 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #c81624;
  font-weight: 500;
}
.about_janer .boxbg .jiers p {
  line-height: 24px;
  margin-top: 9px;
}
.tlmx {
  width: 330px;
}
.about_qydw {
  padding-top: 60px;
}
.about_qydw ul {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about_qydw ul:last-child {
  border-top: 1px solid #999999;
}
.about_qydw li {
  float: left;
  width: 33.33%;
  margin-top: 10px;
  text-align: center;
}
.about_qydw li .img {
  position: relative;
}
.about_qydw li .img:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  height: 75px;
  background: #999999;
  width: 1px;
}
.about_qydw li:nth-child(3) .img:after {
  width: 0;
}
.about_qydw li:last-child {
  border-right: 0;
}
.about_qydw li h3 {
  font-weight: 500;
  font-size: 30px;
  color: #565656;
  margin: 20px 0 25px;
}
.about_qydw li p {
  font-size: 20px;
  color: #1d1d1d;
  line-height: 40px;
}
.about_fzlc {
  background: url("../images/about_bg2.jpg") no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.about_fzlc h2 {
  font-size: 30px;
  width: 212px;
  height: 54px;
  border: 1px solid #ddd;
  line-height: 54px;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 74px;
}
.about_fzlc p {
  line-height: 24px;
  margin-top: 30px;
  padding: 0 98px;
  box-sizing: border-box;
  color: #fff;
}
.about_qyzz h2 {
  padding: 100px 0 60px;
  color: #000;
}
.about_zstd {
  padding-bottom: 70px;
  text-align: center;
}
.about_zstd h2 {
  margin-top: 166px;
  margin-bottom: 30px;
}
.about_zstd p {
  font-size: 18px;
  line-height: 40px;
  text-align: left;
  width: 1200px;
  margin: 0 auto;
}
.about_zstd .al_con {
  width: 1200px;
  height: 710px;
  background: #ffffff;
  border-radius: 20px;
  margin: 60px auto 0;
  box-sizing: border-box;
  padding-top: 100px;
}
.about_zstd .al_con .items {
  width: 780px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
}
.about_zstd .al_con .items .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20%;
  height: 172px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  transition: all 0.3s;
}
.about_zstd .al_con .items .item:nth-child(5n) {
  border-right: none;
}
.about_zstd .al_con .items .item:nth-last-child(-n+5) {
  border-bottom: none;
}
.about_zstd .al_con .items .item img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.3s;
}
.about_zstd .al_con .items .item:hover {
  box-shadow: 1px 2px 13px 0px rgba(5, 17, 87, 0.5);
}
.about_zstd .al_con .items .item:hover img {
  transform: scale(1.15);
}
.custom .appfive > p {
  margin-bottom: 75px;
}
.custom .appfive .list_box {
  padding-bottom: 140px;
}
.custom .whydiy {
  padding-bottom: 100px;
}
.custom .whydiy .ds {
  padding: 0 45px;
  box-sizing: border-box;
  line-height: 24px;
  color: #666667;
  margin-top: 40px;
}
.custom .whydiy .box ul {
  margin-top: 55px;
  height: 295px;
}
.custom .whydiy .box ul li {
  float: left;
  width: 25%;
  border: 1px solid #d9d9d9;
  margin-left: -1px;
  box-sizing: border-box;
}
.custom .whydiy .box ul li .pad {
  text-align: center;
  padding: 20px;
  height: 295px;
}
.custom .whydiy .box ul li .pad h3 {
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 24px;
}
.custom .whydiy .box ul li .pad p {
  line-height: 24px;
  color: #666666;
}
.custom .fwlc {
  padding: 50px 0;
  box-sizing: border-box;
  background: url("../images/dingzhi/dingzhi_bg_liucheng.jpg") no-repeat;
  height: 660px;
}
.custom .fwlc h2,
.custom .fwlc p {
  color: #fff;
}
.custom .fwlc p {
  padding: 40px 0 60px;
}
.custom .xmaz {
  background: none;
  height: auto;
}
.custom .xmaz h2 {
  color: #333;
}
.custom .xmaz > p {
  color: #333;
  margin-bottom: 0;
}
.custom .xmaz .box {
  box-shadow: none;
}
.netOne_small .whyapp {
  margin-bottom: 20px;
}
.netOne_small .whyapp .tls {
  width: 161px;
  line-height: 43px;
  color: #fff;
  height: 43px;
  background-color: #009d56;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  letter-spacing: 1.2px;
  margin-bottom: 60px;
}
.netOne_small .whyapp .box li {
  margin-top: 50px;
}
.netOne_small .whyapp .box li p {
  text-align: center;
  max-width: 240px;
  margin: 0 auto;
}
.netOne_small .dalsm {
  background: #eeeeee;
  padding-bottom: 100px;
  padding-top: 88px;
  margin-top: 130px;
}
.netOne_small .dalsm h2 {
  margin-top: 0;
}
.netOne_small .dalsm > p {
  margin-bottom: 40px;
}
.netOne_small .dalsm .box {
  margin-top: 0;
}
.netOne_small .app_case .top {
  background: #42008f;
}
.netOne_small .shipemx {
  text-align: center;
  padding-top: 100px;
}
.netOne_small .shipemx p {
  padding: 25px 0;
  color: #666;
}
.netOne_small .shipemx ul {
  margin: 0 -15px;
}
.netOne_small .shipemx li {
  float: left;
  width: 20%;
  padding: 0 15px;
  box-sizing: border-box;
}
.netOne_small .shipemx li .pad {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 90px;
  height: 100%;
}
.netOne_small .shipemx li.d1 .pad {
  background: url("../images/xiaochengxu/xiaochengxu_bg_001.jpg") no-repeat;
  background-size: cover;
}
.netOne_small .shipemx li.d2 .pad {
  background: url("../images/xiaochengxu/xiaochengxu_bg_002.jpg") no-repeat;
  background-size: cover;
}
.netOne_small .shipemx li.d3 .pad {
  background: url("../images/xiaochengxu/xiaochengxu_bg_003.jpg") no-repeat;
  background-size: cover;
}
.netOne_small .shipemx li.d4 .pad {
  background: url("../images/xiaochengxu/xiaochengxu_bg_004.jpg") no-repeat;
  background-size: cover;
}
.netOne_small .shipemx li.d5 .pad {
  background: url("../images/xiaochengxu/xiaochengxu_bg_005.jpg") no-repeat;
  background-size: cover;
}
.netOne_small .shipemx h3 {
  margin-top: 52px;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
.netOne_small .shipemx span {
  display: block;
  width: 57px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  margin-top: 15px;
}
.miniapp .banner {
  width: 100%;
  height: 580px;
  background: #5d59e9;
}
.miniapp .banner .banner_box {
  width: 100%;
  height: 580px;
  max-width: 1200px;
  height: auto;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0 auto;
}
.miniapp .banner .banner_box .left {
  float: left;
  margin-top: 140px;
  width: 60%;
}
.miniapp .banner .banner_box .left .logo {
  width: 203px;
  height: auto;
}
.miniapp .banner .banner_box .left .inf {
  padding-left: 100px;
}
.miniapp .banner .banner_box .left .inf * {
  color: #ffffff;
}
.miniapp .banner .banner_box .left .inf h1 {
  padding: 60px 0 40px;
}
.miniapp .banner .banner_box .left .inf p {
  font-size: 16px;
  line-height: 28px;
}
.miniapp .banner .banner_box .right {
  float: right;
  width: 40%;
  max-height: 300px;
  margin-top: 50px;
  height: auto;
}
.miniapp .banner .banner_box .right img {
  width: 100%;
  height: auto;
}
.miniapp .f8f7fc {
  background: #f8f7fc;
}
.miniapp .miniapp_box {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 20px;
}
.miniapp .miniapp_con {
  width: 100%;
  padding: 70px 0;
}
.miniapp .miniapp_con h2 {
  text-align: center;
}
.miniapp .miniapp_yx .img {
  background: url('../images/xiaochengxu/img_bg_1.png') no-repeat;
  background-size: 100% 100%;
  margin: 50px auto;
}
.miniapp .miniapp_yx .img img {
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
}
.miniapp .miniapp_yx .ty {
  margin-top: 100px;
}
.miniapp .miniapp_yx .ty h3 {
  text-align: center;
}
.miniapp .miniapp_yx .ty .list {
  width: 100%;
  max-width: 700px;
  margin: 40px auto 0;
}
.miniapp .miniapp_yx .ty .list .item {
  float: left;
  margin-left: 58px;
  width: 18%;
  margin-left: 2.5%;
}
.miniapp .miniapp_yx .ty .list .item .code {
  width: 90%;
  height: auto;
}
.miniapp .miniapp_yx .ty .list .item .code img {
  max-height: 100%;
}
.miniapp .miniapp_yx .ty .list .item .txt {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.miniapp .miniapp_yx .ty .list .item:nth-child(5n+1) {
  margin-left: 0;
}
.miniapp .miniapp_gn .list {
  margin-top: 50px;
}
.miniapp .miniapp_gn .list .item {
  float: left;
  width: 33.33%;
}
.miniapp .miniapp_al .list {
  margin-top: 40px;
}
.miniapp .miniapp_al .list .item {
  float: left;
  width: 24%;
  height: 180px;
  position: relative;
  margin-left: 1%;
  margin-bottom: 1%;
  border-radius: 15px;
  box-shadow: 0px 7px 20px 0px rgba(41, 38, 33, 0.2);
  overflow: hidden;
}
.miniapp .miniapp_al .list .item .logo {
  display: block;
  width: 96px;
  height: 96px;
  margin: 42px auto;
}
.miniapp .miniapp_al .list .item .code {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.miniapp .miniapp_al .list .item .code img {
  display: block;
  width: 96px;
  height: 96px;
  margin: 42px auto;
}
.miniapp .miniapp_al .list .item:nth-child(4n + 1) {
  margin-left: 0;
}
.miniapp .miniapp_fa {
  background: url('../images/xiaochengxu/img_bg2.png') no-repeat;
  background-size: 100% 100%;
}
.miniapp .miniapp_fa * {
  color: #ffffff;
}
.miniapp .miniapp_fa .nav {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 50px;
  position: relative;
}
.miniapp .miniapp_fa .nav .item {
  width: 20%;
  float: left;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  cursor: pointer;
}
.miniapp .miniapp_fa .nav .br {
  content: '';
  width: 20%;
  height: 4px;
  border-radius: 2px;
  background: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.miniapp .miniapp_fa .swiper {
  width: 100%;
  min-height: 400px;
  position: relative;
  margin-top: 60px;
}
.miniapp .miniapp_fa .swiper .img {
  position: absolute;
  top: 0;
  left: 10%;
  width: 70%;
  height: auto;
  display: none;
}
.miniapp .miniapp_fa .swiper .img img {
  display: block;
  width: 100%;
  height: auto;
}
.miniapp .miniapp_temp .left {
  float: left;
}
.miniapp .miniapp_temp .right {
  float: right;
}
.miniapp .miniapp_temp .con_box {
  width: 50%;
  margin-top: 90px;
}
.miniapp .miniapp_temp .con_box h3 {
  line-height: 28px;
  margin-bottom: 35px;
}
.miniapp .miniapp_temp .con_box .txt {
  font-size: 16px;
  line-height: 30px;
}
.miniapp .miniapp_temp .img {
  width: 40%;
}
.miniapp .miniapp_fw .list {
  margin-top: 100px;
  text-align: center;
}
.miniapp .miniapp_fw .list .item {
  display: inline-block;
  padding: 0 50px;
}
.miniapp .miniapp_fw .list .item .img {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  margin: 0 auto 20px;
}
.miniapp .miniapp_fw .list .item .img img {
  max-width: 60px;
  max-height: 60px;
}
.miniapp .miniapp_fw .list .item .tit {
  font-size: 18px;
}
.miniapp .miniapp_fw .list .item .hint {
  margin-top: 10px;
  font-size: 12px;
}
.miniapp .miniapp_why .hint {
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  width: 72%;
  margin: 20px auto 0;
}
.miniapp .miniapp_why .list {
  margin-top: 50px;
}
.miniapp .miniapp_why .list .item {
  width: 25%;
  float: left;
  text-align: center;
}
.miniapp .miniapp_why .list .item .img {
  width: 94px;
  height: 94px;
  margin: 0 auto;
}
.miniapp .miniapp_why .list .item .tit {
  font-size: 20px;
  margin-top: 20px;
}
.netOne_wechat .smsqkl p {
  padding-left: 100px;
  padding-right: 100px;
}
.netOne_wechat .wxys .box ul {
  margin: 0 -15px;
}
.netOne_wechat .wxys .box li {
  width: 25%;
  padding: 0 15px;
}
.netOne_wechat .wxys .box li img {
  padding: 55px 0;
}
.netOne_wechat .wxys .box li .pad {
  height: 320px;
  box-shadow: 0px 2px 27px 0px rgba(179, 179, 179, 0.2);
  padding-bottom: 50px;
}
.netOne_wechat .wxys .box li .pad h3 {
  margin-bottom: 30px;
}
.netOne_wechat .wxys .box li .pad p {
  text-align: center;
  padding: 0 10px;
}
.netOne_wechat .wxdzys {
  background: none;
}
.netOne_wechat .wxdzys .box ul {
  margin: 0 -15px;
}
.netOne_wechat .wxdzys .box li {
  width: 25%;
  padding: 0 15px;
}
.netOne_wechat .wxdzys .box li img {
  padding: 50px 0;
}
.netOne_wechat .wxdzys .box li .pad {
  border: 1px solid #d9d9d9;
  padding-bottom: 40px;
}
.netOne_wechat .wxdzys .box li .pad h3 {
  margin-bottom: 35px;
}
.netOne_wechat .wxdzys .box li .pad p {
  text-align: center;
  padding: 0 10px;
}
.netOne_wechat .wx6tstn h2 {
  padding-bottom: 60px;
}
.netOne_wechat .wx6tstn li {
  margin-top: 16px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}
.netOne_wechat .wx6tstn .left {
  width: 225px;
  background: #82a8ff;
  height: 132px;
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
}
.netOne_wechat .wx6tstn .right {
  width: 973px;
  padding-left: 84px;
  box-sizing: border-box;
}
.netOne_wechat .wx6tstn .right h3 {
  padding-top: 26px;
  font-weight: 500;
  padding-bottom: 14px;
}
.netOne_wechat .wx6tstn .right p {
  line-height: 24px;
}
.netOne_mobile .app_case .top {
  background: #f00;
  background-image: linear-gradient(90deg, #cd00a3 0%, #c1010d 100%);
}
.netOne_mobile .whywap {
  padding: 118px 0;
  text-align: center;
  height: 290px;
  background: url("../images/mobile/WAP_bg001.jpg") no-repeat;
}
.netOne_mobile .whywap h2 {
  margin-bottom: 25px;
}
.netOne_mobile .whywap .tl {
  margin-bottom: 85px;
}
.netOne_mobile .whymdz {
  padding: 90px 0 145px;
}
.netOne_mobile .whymdz h2 {
  text-align: center;
  margin-bottom: 75px;
}
.netOne_mobile .whymdz ul {
  margin: 0 -15px;
}
.netOne_mobile .whymdz li {
  width: 50%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
  margin-top: 100px;
  height: 180px;
}
.netOne_mobile .whymdz li .imgs {
  width: 140px;
  float: left;
}
.netOne_mobile .whymdz li .read {
  width: 445px;
  float: left;
  padding-left: 25px;
  box-sizing: border-box;
}
.netOne_mobile .whymdz li .read h3 {
  font-size: 16px;
  color: #494949;
  margin-bottom: 3px;
}
.netOne_mobile .whymdz li .read p {
  line-height: 36px;
  font-size: 16px;
}
.netOne_mobile .tesghqm {
  position: relative;
  margin-bottom: 200px;
}
.netOne_mobile .tesghqm .bg {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #cd01a8 0%, #c20106 100%);
  opacity: 0.3;
}
.netOne_mobile .tesghqm .left {
  position: absolute;
  top: 100px;
  left: 200px;
}
.netOne_mobile .tesghqm .right {
  padding-top: 155px;
  padding-left: 420px;
  padding-bottom: 240px;
}
.netOne_mobile .tesghqm .right p {
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-right: 80px;
}
.tesghqm + .advantage {
  padding-bottom: 100px;
}
.netOne_pc .whyapp h2 {
  margin-bottom: 0;
}
.netOne_pc .whyapp > span {
  margin: 28px auto 24px;
  display: block;
  width: 46px;
  height: 2px;
  background-color: #e64569;
}
.netOne_pc .whyapp .box li {
  height: 240px;
}
.netOne_pc .pcmain_01 {
  padding-top: 109px;
  background: #f1f3f9;
}
.netOne_pc .pcmain_01 .box {
  padding-top: 70px;
}
.netOne_pc .pcmain_01 .box .left {
  position: relative;
  left: 200px;
  top: 100px;
}
.netOne_pc .pcmain_01 .box .left li {
  margin-top: 40px;
}
.netOne_pc .pcmms {
  padding-top: 109px;
  background: #f1f3f9;
}
.netOne_pc .pcmms .box li h3 {
  font-weight: bold;
}
.netOne_pc .pcmms .box li p {
  text-align: center;
}
.netOne_pc .zyjsa {
  padding-top: 140px;
  padding-bottom: 120px;
}
.netOne_pc .zyjsa .left {
  width: 50%;
  text-align: center;
}
.netOne_pc .zyjsa .left h2 {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 82px;
  letter-spacing: 0px;
  color: #25282b;
  font-weight: bold;
}
.netOne_pc .zyjsa .left span {
  width: 46px;
  height: 2px;
  background-color: #e64569;
  display: block;
  margin: auto;
}
.netOne_pc .zyjsa .left p {
  padding-top: 20px;
  width: 374px;
  height: 103px;
  margin: 0 auto;
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  text-align: left;
  letter-spacing: 0px;
  color: #616b78;
}
.netOne_pc .zyjsa .right {
  width: 50%;
}
.netOne_pc .kfsoa {
  height: 623px;
  background: url("../images/PC/PC_bg00.jpg") no-repeat;
  text-align: center;
}
.netOne_pc .kfsoa h2,
.netOne_pc .kfsoa p {
  color: #fff;
}
.netOne_pc .kfsoa img {
  padding-top: 90px;
  padding-bottom: 70px;
}
.netOne_pc .kfsoa p {
  margin: 36px 0 38px;
  font-size: 20px;
}
.netOne_pc .kfsoa .btn a {
  display: block;
  width: 193px;
  height: 54px;
  line-height: 54px;
  background: #009d56;
  background-image: linear-gradient(90deg, #fe5d4a 0%, #ffa800 100%), linear-gradient(#979797, #979797);
  transition: all 0.5s;
  background-blend-mode: normal, normal;
  border-radius: 6.2px;
  margin: 0 auto;
  color: #fff;
}
.netOne_pc .kfsoa .btn a:hover {
  background: #30b0fc;
  background-image: linear-gradient(90deg, #fe5d4a 0%, #979797 100%), linear-gradient(#fe5d4a, #ffa800);
}
.pcmain_tl {
  text-align: center;
  background: url("../images/PC/phone-sysicon.png") no-repeat center bottom;
  height: 130px;
}
.pcmain_tl h2 {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 82px;
  letter-spacing: 0px;
  color: #25282b;
  font-weight: bold;
}
.pcmain_tl span {
  display: block;
  width: 46px;
  margin: 0 auto;
  height: 2px;
  background-color: #e64569;
}
.pcmain_tl p {
  font-family: PingFang-SC-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 72px;
  letter-spacing: 0px;
  color: #616b78;
}
.pcmain_tl2 {
  background: url("../images/PC/ldbz.png") no-repeat center bottom;
  margin-bottom: 80px;
}
.app_b2b2c .tl {
  text-align: center;
  padding-bottom: 60px;
}
.app_b2b2c .tl h2 {
  padding-bottom: 30px;
}
.app_b2b2c .qklyy .box li {
  width: 25%;
  margin-bottom: 25px;
}
.app_b2b2c .qklyy .box li .pad {
  box-shadow: 0px 0px 14px 0px rgba(155, 155, 155, 0.18);
  border-radius: 8px;
}
.app_b2b2c .qklyy .box li .pad p {
  text-align: center;
  padding: 0 10px;
}
.app_b2b2c .qklyy .box li img {
  padding: 26px 0;
}
.app_b2b2c .tongdian {
  padding-top: 80px;
}
.app_b2b2c .tongdian h2 {
  padding-bottom: 75px;
  text-align: center;
}
.app_b2b2c .tongdian h3 {
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 66px;
  text-align: center;
}
.app_b2b2c .tongdian h3 span {
  background: #5caffd;
  padding: 0 20px;
  line-height: 42px;
  height: 42px;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.app_b2b2c .tongdian h3 span:before {
  content: "";
  top: 0;
  position: absolute;
  right: -20px;
  width: 8px;
  height: 42px;
  background: #5caffd;
  display: block;
}
.app_b2b2c .tongdian h3 span:after {
  content: "";
  top: 0;
  position: absolute;
  left: -20px;
  width: 8px;
  height: 42px;
  background: #5caffd;
  display: block;
}
.app_b2b2c .tongdian .list {
  margin-bottom: 90px;
}
.app_b2b2c .tongdian .list ul li {
  text-align: center;
  float: left;
  width: 25%;
}
.app_b2b2c .tongdian .list ul li h4 {
  margin: 20px 0;
}
.app_b2b2c .tongdian .list ul li p {
  max-width: 265px;
  font-size: 14px;
  line-height: 24px;
  margin: 0 auto;
}
.app_b2b2c .tongdian .list_3 ul li {
  width: 33.33%;
}
.app_b2b2c .duozhognylms {
  height: 509px;
  background: #5caffd;
}
.app_b2b2c .duozhognylms h2 {
  padding: 55px 0 66px;
  color: #fff;
}
.app_b2b2c .duozhognylms .box {
  height: 550px;
  position: relative;
  z-index: 999;
  background: #fff;
  padding: 72px 0;
  box-sizing: border-box;
}
.app_b2b2c .duozhognylms .box .left {
  padding-left: 81px;
  padding-right: 45px;
}
.app_b2b2c .duozhognylms .box .right {
  padding-left: 45px;
  padding-right: 81px;
}
.app_b2b2c .duozhognylms .box .zl {
  width: 33.33%;
  box-sizing: border-box;
}
.app_b2b2c .duozhognylms .box .zl h3 {
  padding-top: 33px;
  line-height: 25px;
  font-size: 24px;
  padding-bottom: 39px;
}
.app_b2b2c .duozhognylms .box .zl p {
  line-height: 26px;
}
.app_b2b2c .duozhognylms .box .zl .top {
  border-bottom: 1px dashed #fd795c;
  padding-bottom: 43px;
  margin-bottom: 20px;
}
.app_b2b2c .duozhognylms .box .img {
  width: 33.33%;
}
.app_b2b2c .duozhognylms .box .img img {
  max-width: 100%;
}
.app_b2b2c .staemys {
  padding-top: 375px;
}
.app_b2b2c .staemys h2 {
  padding-bottom: 66px;
}
.app_b2b2c .staemys ul {
  margin: 0 -25px;
}
.app_b2b2c .staemys ul li {
  width: 33.33%;
  padding: 0 25px;
  box-sizing: border-box;
  float: left;
  text-align: center;
  margin-bottom: 50px;
}
.app_b2b2c .staemys ul li .pad {
  border: 1px solid #ccc;
  padding-bottom: 50px;
}
.app_b2b2c .staemys ul li .img {
  background: #5caffd;
  text-align: center;
  padding: 15px 0;
}
.app_b2b2c .staemys ul li h3 {
  padding: 47px 0 31px;
}
.app_b2b2c .staemys ul li p {
  padding: 0 50px;
  box-sizing: border-box;
}
.app_b2c h2 span {
  color: #df0202;
}
.app_b2c .whygwsc ul li {
  width: 50%;
  margin-bottom: 50px;
}
.app_b2c .whygwsc ul li p {
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
}
.app_b2c .ctdfx {
  background: #eeeeee;
  padding-bottom: 80px;
}
.app_b2c .ctdfx h2 {
  padding: 70px 0 50px 0;
}
.app_b2c .ctdfx ul {
  margin: 0 -15px;
}
.app_b2c .ctdfx ul li {
  padding: 0 15px;
  width: 25%;
  float: left;
  box-sizing: border-box;
  text-align: center;
}
.app_b2c .ctdfx ul .pad {
  background-color: #ffffff;
  box-shadow: 4.6px 3.9px 9px 0px rgba(3, 47, 102, 0.15);
  border-radius: 10px 10px 0px 0px;
  padding: 0 12px;
  box-sizing: border-box;
  height: 390px;
}
.app_b2c .ctdfx ul img {
  padding: 59px 0 30px;
}
.app_b2c .ctdfx ul h3 {
  font-size: 24px;
  padding-bottom: 25px;
}
.app_b2c .ctdfx ul p {
  line-height: 30px;
}
.app_b2c .appgwfa {
  text-align: center;
  padding-bottom: 50px;
}
.app_b2c .appgwfa h2 {
  padding: 70px 0 50px;
}
.app_b2c .apptsgn {
  background: #eeeeee;
  padding-bottom: 90px;
}
.app_b2c .apptsgn h2 {
  padding: 60px 0 30px;
}
.app_b2c .apptsgn h2 + p {
  padding: 0 100px;
  box-sizing: border-box;
}
.app_b2c .apptsgn ul li {
  float: left;
  width: 33.33%;
  text-align: center;
  margin-top: 35px;
  height: 260px;
}
.app_b2c .apptsgn ul li h3,
.app_b2c .apptsgn ul li p {
  padding: 0 35px;
  box-sizing: border-box;
}
.app_b2c .apptsgn ul li h3 {
  padding: 14px 35px 18px 35px;
}
.app_b2c .apptsgn ul li:nth-child(4) {
  margin-left: 16.5%;
}
.app_b2c .app_case .items {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.app_b2c .app_case .items .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s;
}
.app_b2c .app_case .items .item img {
  display: block;
  width: 100%;
  height: 100%;
}
.app_b2c .app_case .items .item.active {
  z-index: 9;
  opacity: 1;
}
.app_b2c .app_case .nav {
  display: flex;
  margin: 40px auto 0;
  width: fit-content;
}
.app_b2c .app_case .nav .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #666;
  padding: 0 20px;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.app_b2c .app_case .nav .item.active {
  color: #3785fe;
  background: rgba(55, 133, 254, 0.1);
  border-color: #3785fe;
}
.app_b2c .app_case .more {
  font-size: 16px;
  margin-top: 60px;
  text-align: center;
}
.app_b2c .app_case .more a {
  text-decoration: none;
}
.app_o2o .marg30 {
  margin-bottom: 30px;
}
.app_o2o .scxt {
  padding-bottom: 150px;
}
.app_o2o .whyapp {
  text-align: center;
}
.app_o2o .whyapp img {
  padding-top: 75px;
}
.app_o2o .ctdfx ul .pad {
  box-shadow: none;
  height: 456px;
  border-radius: 0;
}
.app_o2o .ctdfx ul .pad h3 {
  font-size: 20px;
  font-weight: 500;
}
.app_o2o .solution {
  background: #fff;
  text-align: center;
}
.app_o2o .solution h2 {
  color: #333;
  padding-bottom: 32px;
}
.app_o2o .solution h2 + p {
  padding-bottom: 80px;
}
.app_o2o .solution .box ul {
  margin: 0 -6px;
}
.app_o2o .solution .box ul li {
  padding: 0 6px;
  width: 16.66%;
}
.app_o2o .solution .box ul li div {
  height: 190px;
  background: #9ccc65;
  border-radius: 0;
}
.app_o2o .solution .box ul li h3 {
  font-size: 24px;
  color: #fff;
}
.app_o2o .advantage .box ul li {
  height: 270px;
  margin-top: 50px;
}
.app_o2o .advantage .box ul li h3 {
  font-weight: bold;
}
.app_o2o .app_case .top {
  background: #41be82;
}
.app_zhibo .banner + .whyapp {
  padding-bottom: 100px;
}
.app_zhibo .xcl {
  padding-top: 69px;
  background: #f5f5f5;
}
.app_zhibo .xcl .top .p1 {
  padding-top: 45px;
  max-width: 1000px;
  margin: 0 auto;
}
.app_zhibo .xcl .pad {
  padding: 0 20px;
}
.app_zhibo .xcl .pad h3 {
  padding-top: 20px;
  font-size: 20px;
}
.app_zhibo .xcl .pad p {
  line-height: 24px;
}
.app_zhibo .zbylol {
  text-align: center;
  padding-top: 60px;
}
.app_zhibo .zbylol h2 {
  padding-bottom: 130px;
}
.app_zhibo .zbylol p {
  padding-top: 50px;
  padding-bottom: 40px;
  max-width: 436px;
  margin: 0 auto;
  line-height: 30px;
}
.app_zhibo .zbylol h3 {
  max-width: 550px;
  height: 220px;
  line-height: 220px;
  margin: 0 auto;
  font-size: 24px;
  color: #fffefe;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.app_zhibo .zbylol .mx {
  background: url("../images/zhibo_app/zhibo_img04.jpg") no-repeat;
}
.app_zhibo .zbylol .pp {
  background: url("../images/zhibo_app/zhibo_img05.jpg") no-repeat;
}
.app_zhibo .zbylol ul li {
  width: 50%;
  float: left;
}
.app_zhibo .advantage {
  padding-bottom: 100px;
}
.app_zhibo .advantage h2 {
  margin-bottom: 10px;
}
.app_sheliao .sheliao_list {
  padding-bottom: 100px;
}
.app_sheliao .sheliao_list .img {
  width: 50%;
}
.app_sheliao .sheliao_list .box {
  width: 50%;
  padding-top: 100px;
}
.app_sheliao .sheliao_list .pull-right {
  padding-left: 120px;
  box-sizing: border-box;
}
.app_sheliao .sheliao_list h2 {
  font-size: 32px;
  line-height: 42px;
  color: #2f2f33;
  padding-bottom: 24px;
  font-weight: bold;
}
.app_sheliao .sheliao_list h2 + p {
  max-width: 553px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.8px;
  color: #666666;
  padding-bottom: 49px;
  font-family: "Adobe 黑体 Std";
}
.app_sheliao .sheliao_list .libs {
  padding-left: 90px;
  box-sizing: border-box;
  padding-bottom: 60px;
}
.app_sheliao .sheliao_list .libs h3 {
  font-family: "Adobe 黑体 Std";
  font-size: 20px;
  line-height: 22px;
  color: #2f2f33;
  padding-bottom: 10px;
}
.app_sheliao .sheliao_list .libs p {
  line-height: 32px;
  font-family: "Adobe 黑体 Std";
  color: #666666;
  font-size: 14px;
}
.app_sheliao .sheliao_list .libs1 {
  background: url("../images/sheliao_app/sheliao_icon1.png") no-repeat left 10px;
}
.app_sheliao .sheliao_list .libs2 {
  background: url("../images/sheliao_app/sheliao_icon2.png") no-repeat left 10px;
}
.app_sheliao .sheliao_list .libs3 {
  background: url("../images/sheliao_app/sheliao_icon03.png") no-repeat left 10px;
}
.app_sheliao .sheliao_list .libs4 {
  background: url("../images/sheliao_app/sheliao_icon04.png") no-repeat left 10px;
}
.app_sheliao .sheliao_list2 {
  padding-top: 0;
}
.app_sheliao .sheliao_img03 {
  width: 100%;
  font-size: 0;
}
.app_sheliao .sheliao_img03 img {
  width: 100%;
}
.app_sheliao .shejiao_apps {
  position: relative;
}
.app_sheliao .shejiao_apps .box {
  position: absolute;
  left: 0;
  width: 100%;
}
.app_sheliao .shejiao_apps .main {
  width: 480px;
  padding-top: 280px;
}
.app_sheliao .shejiao_apps .main h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #2f2f33;
  padding-bottom: 24px;
}
.app_sheliao .shejiao_apps .main p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.8px;
  color: #666666;
}
.app_sheliao .shejiao_apps img {
  width: 100%;
}
.malls_top {
  padding-bottom: 100px;
}
.malls_top .container {
  position: relative;
}
.malls_top h2 {
  padding-top: 80px;
  font-size: 30px;
  color: #ff9434;
  position: relative;
  z-index: 99;
}
.malls_top .left {
  position: absolute;
  z-index: 99;
  left: 150px;
  top: 210px;
  width: 473px;
}
.malls_top .left h3 {
  font-size: 24px;
  color: #ff9434;
}
.malls_top .left p {
  font-size: 14px;
  margin-top: 40px;
  line-height: 24px;
  text-align: left;
  color: #333333;
}
.mallstd {
  background: #ffeacd;
  padding-top: 58px;
  padding-bottom: 72px;
  text-align: center;
}
.mallstd h2 {
  font-weight: bold;
}
.mallstd .scmz {
  width: 520px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  padding-top: 35px;
  margin-bottom: 70px;
}
.mallstd .box {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 70px;
}
.mallstd ul li {
  width: 33.33%;
  float: left;
  padding: 0 65px;
  box-sizing: border-box;
}
.mallstd ul li h3 {
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 500;
  font-size: 20px;
}
.mallstd ul li p {
  line-height: 24px;
  font-size: 14px;
}
.scenario {
  padding-bottom: 85px;
  padding-top: 72px;
  background: #ff6452;
}
.scenario h2 {
  color: #fff;
}
.scenario ul {
  margin: 0 -25px;
}
.scenario ul li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 25px;
  box-sizing: border-box;
  margin-top: 50px;
}
.scenario ul li .pad {
  background: #fff;
  height: 300px;
  padding: 50px;
  box-sizing: border-box;
}
.scenario ul li h3 {
  font-size: 20px;
  padding: 28px 0;
  font-weight: 500;
}
.scenario ul li p {
  font-size: 14px;
  color: #999999;
}
.scenario ul li img {
  width: 50px;
}
.scenario ul li:last-child .pad {
  padding-top: 90px;
}
.scenario ul li:last-child .pad h3 {
  font-size: 20px;
  color: #333;
}
h2 + p {
  line-height: 30px;
}
.ddhover {
  transition: all 0.3s;
}
.ddhover:hover {
  box-shadow: 0 0 12px #cbe;
}
.ddhover:hover img {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.cp_details h1 {
  padding: 0;
}
.cp_details .cp_top {
  padding-top: 50px;
}
.cp_details .imgbanner {
  width: 660px;
  overflow: hidden;
  position: relative;
}
.cp_details .imgbanner ul {
  position: relative;
  left: 0;
}
.cp_details .imgbanner ul li {
  width: 660px;
  max-width: 660px;
  height: auto;
  float: left;
  font-size: 0;
}
.cp_details .imgbanner_prev,
.cp_details .imgbanner_next {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s;
  z-index: 999;
  transition: all 0.3s;
}
.cp_details .imgbanner_next:hover,
.cp_details .imgbanner_prev:hover {
  opacity: 1;
}
.cp_details .imgbanner_prev {
  background: url("../images/banner_prev.png") no-repeat;
  left: 40px;
}
.cp_details .imgbanner_next {
  background: url("../images/banner_next.png") no-repeat;
  right: 40px;
}
.cp_details .wr {
  width: 500px;
}
.cp_details .wr h1 {
  margin-top: 0;
  font-size: 28px;
  color: #000000;
  margin-bottom: 20px;
}
.cp_details .wr p {
  font-size: 14px;
  color: #000000;
  line-height: 30px;
  text-indent: 28px;
  margin-bottom: 5px;
}
.cp_details .tl {
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  margin: 50px 0;
  position: relative;
}
.cp_details .tl:after {
  content: "";
  position: absolute;
  display: block;
  width: 62px;
  background: #f00;
  height: 1px;
}
.cp_details .imgs {
  margin-bottom: 50px;
  text-align: center;
}
.jiaoyu_app .dalsm .box li {
  width: 25%;
}
.jiaoyu_app .jiaoyubox {
  padding-bottom: 70px;
  background: #3170ff;
}
.jiaoyu_app .jiaoyubox .container {
  height: auto;
  overflow: hidden;
}
.jiaoyu_app .jiaoyubox h2 {
  text-align: center;
  color: #fff;
  padding: 60px 0 70px;
}
.jiaoyu_app .jiaoyubox h3 {
  color: #fff;
  font-weight: normal;
  padding-bottom: 25px;
}
.jiaoyu_app .jiaoyubox p {
  color: #fff;
  line-height: 24px;
}
.jiaoyu_app .jiaoyubox .left,
.jiaoyu_app .jiaoyubox .right {
  width: 50%;
  box-sizing: border-box;
}
.jiaoyu_app .jiaoyubox .bom h3 {
  padding-top: 60px;
}
.jiaoyu_app .jiaoyubox .left {
  padding-right: 20px;
}
.jiaoyu_app .jiaoyubox .right {
  padding-left: 20px;
}
.jiaoyu_app .dalsm {
  padding-bottom: 50px;
}
.img0 {
  font-size: 0;
}
.colormsd {
  color: #296af9 !important;
}
.app2s .whyapp .marmzms {
  margin: 0;
  margin-bottom: 20px;
  margin-top: 114px;
  font-size: 38px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #313131;
}
.app2s .smg6dys {
  position: relative;
}
.app2s .smg6dys h2 {
  text-align: center;
  position: absolute;
  top: 22%;
  color: #fff;
  letter-spacing: 5px;
  left: 50%;
  margin-left: -225px;
}
.app2s .smg6dys img {
  width: 100%;
}
.app2s .experts {
  background: #0D0F3E;
  padding: 120px 0;
}
.app2s .experts h2 {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 170px;
  font-size: 38px;
}
.app2s .experts h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.app2s .experts p {
  font-size: 16px;
  font-family: PingFang SC;
  color: #FFFFFF;
}
.app2s .experts .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.app2s .experts .box .left {
  text-align: right;
}
.app2s .experts .box .left .item {
  margin-bottom: 50px;
}
.app2s .experts .box .left .item:last-child {
  margin-bottom: 0;
}
.app2s .experts .box .left .item:nth-child(2) {
  margin-right: 15px;
}
.app2s .experts .box .right .item {
  margin-bottom: 45px;
  margin-left: 10px;
}
.app2s .experts .box .right .item:last-child {
  margin-bottom: 0;
}
.app2s .solution {
  background: #fff;
}
.app2s .solution h2 {
  font-size: 38px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #313131;
}
.app2s .solution .box_center {
  max-width: 1200px;
  height: auto;
  text-align: center;
}
.app2s .solution .box_center img {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.app2s .solution .box li div {
  background: #296af9;
}
.app2s .solution .box li div h3 {
  color: #fff;
}
.whtsmg {
  margin-bottom: 100px;
  padding-bottom: 85px;
  text-align: center;
  background: url("../images/app/bg2.png") no-repeat;
  background-size: cover;
}
.whtsmg ul {
  margin: 0 -15px;
}
.whtsmg h2 {
  padding: 60px 0;
  position: relative;
  letter-spacing: 5px;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
}
.whtsmg li {
  width: 33.3333%;
  float: left;
  height: 277px;
  padding: 0 15px;
  margin-top: 20px;
  box-sizing: border-box;
}
.whtsmg li:hover img {
  transform: scale(1.2);
  transition: all 0.4s;
}
.whtsmg .last {
  position: relative;
  left: 15%;
}
.whtsmg .pad {
  background: #fff;
  height: 277px;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
}
.whtsmg h3 {
  font-size: 20px;
  font-weight: bold;
}
.whtsmg p {
  line-height: 25px;
  padding-top: 20px;
  font-size: 14px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.whtsmg img {
  margin: 20px 0;
}
.appxmlc h2 {
  font-size: 38px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
.ncwy {
  padding-bottom: 50px;
}
.ncwy li {
  float: left;
  width: 25%;
  margin-bottom: 50px;
}
.ncwy img {
  margin-right: 30px;
  position: relative;
  top: 25px;
}
.nmmmbd_dms {
  background: #f14b4b;
  padding: 80px 0;
}
.nmmmbd_dms h2 {
  text-align: center;
  padding-bottom: 65px;
  color: #fff;
  font-size: 36px;
}
.nmmmbd_dms ul {
  height: auto;
  overflow: hidden;
}
.nmmmbd_dms li {
  float: left;
  width: 25%;
  padding: 0 13px;
  box-sizing: border-box;
  text-align: center;
}
.nmmmbd_dms .img0 {
  padding-top: 40px;
  padding-bottom: 25px;
}
.nmmmbd_dms span {
  display: block;
  width: 30px;
  height: 2px;
  background: #f14b4b;
  margin: 30px auto;
}
.nmmmbd_dms h3 {
  font-size: 20px;
  color: #333;
}
.nmmmbd_dms .pad {
  border-radius: 6px;
  height: 400px;
  background: #fff;
  padding: 0 30px;
  box-sizing: border-box;
}
.nmmmbd_dms p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
