ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: 0;
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: arial, 'Microsoft Yahei', '寰蒋闆呴粦';
  position: relative;
  min-width: 1200px;
}
/* iconfont */
@font-face {
  font-family: 'iconfont';
  src: url('/static/common/plugins/iconfont/iconfont.eot');
  src: url('/static/common/plugins/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('/static/common/plugins/iconfont/iconfont.woff') format('woff'), url('/static/common/plugins/iconfont/iconfont.ttf') format('truetype'), url('/static/common/plugins/iconfont/iconfont.svg#iconfont') format('svg');
  
  /* IE9*/
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont";
  display: inline-block;
}
@media screen and (max-width: 375px) {
  .iconfont {
    font-size: 24px;
    font-style: normal;
  }
}
@media screen and (min-width: 375px) {
  .iconfont {
    font-size: 26px;
    font-style: normal;
  }
}
h1,
h2,
h3,
h4,
h5 {
  text-align: center;
}
.mt_10 {
  margin-top: 10px;
}
.mb_10 {
  margin-bottom: 10px;
}
.m1_10 {
  margin-left: 10px;
}
.m1_70 {
  margin-left: 70px;
}
.mb {
  margin-bottom: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wrap_1200 {
  width: 1200px;
  margin: 0 auto;
}
.head_show {
  height: 550px;
}
#body_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../images/try.jpg);
  background-size: cover;
  opacity: 0.7;
  z-index: 1000;
}
.pagination-right {
  text-align: right;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul li {
  display: inline;
}
.pagination ul li a {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid#ddd;
  border-left-width: 0;
  cursor: pointer;
}
.pagination ul li:first-child a {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.pagination ul li.active a {
  color: #999;
  cursor: default;
  background: #f5f5f5;
}
/* 鎸夐挳寮€濮� */
[class*="_btn"] {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
[class*="_more"] {
  cursor: pointer;
}
.try_btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: #00c06c;
  border: 1px solid #00c06c;
  border-radius: 3px;
  letter-spacing: 0.1em;
}
.try_btn a {
  color: #fff;
}
.try_btn:hover {
  background: rgba(0, 192, 108, 0.7);
}
.yanzhengma_btn {
  width: 110px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  background: #00c06c;
  border: 1px solid #00c06c;
  border-radius: 3px;
  letter-spacing: 0.1em;
  padding: 0;
  border: 0;
  float: right;
}
.yanzhengma_btn:hover {
  background: rgba(0, 192, 108, 0.7);
}
.consult_btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 3px;
  letter-spacing: 0.1em;
}
.consult_btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.consult_online_btn {
  width: 180px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  background: #ff8d32;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
.consult_online_btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.login_btn {
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #00c06c;
  background: #00c06c;
  margin-right: 20px;
  border-radius: 2px;
}
.login_btn a {
  color: #fff;
}
.login_btn:hover {
  background: rgba(0, 192, 108, 0.7);
}
.big_login_btn {
  height: 45px;
  line-height: 45px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  border: 1px solid #00c06c;
  background: #00c06c;
  border-radius: 3px;
}
.big_login_btn a {
  color: #fff;
}
.big_login_btn:hover {
  background: rgba(0, 192, 108, 0.7);
}
.regist_btn {
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  font-size: 16px;
  color: #2594eb;
  border: 1px solid #2594eb;
  background: #fff;
  margin-right: 20px;
  margin-right: 0\9;
  border-radius: 2px;
}
.regist_btn a {
  color: #2594eb;
}
.regist_btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.buy_btn {
  height: 40px;
  line-height: 40px;
  padding: 0 38px;
  font-size: 16px;
  background: #00c06c;
  border: 1px solid #00c06c;
  color: #fff;
  border-radius: 5px;
}
.buy_btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.big_regist_btn {
  height: 60px;
  line-height: 60px;
  width: 250px;
  font-size: 26px;
  color: #2e5066;
  border: 2px solid #2e5066;
  background: transparent;
  box-sizing: border-box;
  border-radius: 5px;
}
.big_regist_btn a {
  color: #2e5066;
}
.big_regist_btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.learn_more {
  display: block;
  color: #00bf6c;
  font-size: 16px;
  width: 280px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #00c06c;
}
.learn_more:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* 鎸夐挳缁撴潫 */
/* fenye */
.page_nav_wrap {
  margin-bottom: 58px;
}
.no_content2 {
  width: 240px;
  height: 240px;
  margin: 50px auto;
  background: url(../images/no_content.png) center no-repeat;
}
/* 澶撮儴寮€濮嬨€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€�*/
header#imoocs_header {
  height: 70px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  min-width: 1200px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
header#imoocs_header .page_header {
  position: relative;
  
}
header#imoocs_header .page_header_logo {
  margin-left: 40px;
}
header#imoocs_header .page_header_logo img {
  width: 238px;
  height: 46px;
  margin-top: 12px;
}
header#imoocs_header .page_header_left {
  /* float: left; */
  /* width: 900px; */
  /* display: flex; */
}
header#imoocs_header .header_ul {
  margin-left: 51px;
}
header .logout {
  margin-right: 40px;
}
/* header#imoocs_header .header_ul li.main_li {
  float: left;
  display: inline;
  position: relative;
  padding: 0 29px;
  height: 70px;
  line-height: 70px;
  cursor: pointer;
} */
header#imoocs_header .header_ul li.main_li a.main_a {
  font-size: 16px;
  color: #4d4d4d;
  width: 100%;
  height: 100%;
  letter-spacing: 0.1em;
}
header#imoocs_header .header_ul li.main_li.active a.main_a,
header#imoocs_header .header_ul li.main_li:hover a.main_a {
  color: #00c06c;
}
header#imoocs_header .header_ul li.main_li:hover {
  background: #f4f8f8;
}
header#imoocs_header .header_ul li.main_li:hover .sub_menu {
  top: 71px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
header#imoocs_header .header_ul li.main_li:hover .sub_menu li:hover {
  background: #f4f8f8;
}
header#imoocs_header .page_header_right {
  float: right;
  position: relative;
  height: 70px;
  line-height: 70px;
  display: flex;
  align-items: center;
  width: 300px;
  justify-content: flex-end;
  padding-right: 20px;
  box-sizing: border-box;
}
header#imoocs_header .menu_head {
  margin-right: 40px;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  position: relative;
  cursor: pointer;
  position: absolute\9;
  top: 10px\9;
  right: 18px\9;
  text-align: center\9;
  display: block\9;
}
header#imoocs_header .menu_head:after {
  content: "";
  position: absolute;
  top: 24px;
  right: -21px;
  border: 7px solid transparent;
  border-top-color: #373534 !important;
  width: 0;
  height: 0;
}
header#imoocs_header .menu_head img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px\9;
}
header#imoocs_header .head_nav_wrap {
  width: 130px;
  color: #617b95;
  position: absolute;
  top: 65px;
  right: 20px;
  z-index: 1000;
  padding: 0 6px;
  background: #fff;
  box-sizing: border-box;
  display: none;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 50, 0.4);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}
header#imoocs_header .head_nav_wrap:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 16px;
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 50, 0.4) !important;
  width: 0;
  height: 0;
}
header#imoocs_header .head_nav_wrap:after {
  content: "";
  position: absolute;
  top: -19px;
  right: 16px;
  border: 10px solid transparent;
  border-bottom-color: white !important;
  width: 0;
  height: 0;
}
header#imoocs_header .head_nav_wrap.active {
  display: block;
}
header#imoocs_header .head_nav_wrap ul {
  padding-top: 14px;
  padding-bottom: 14px;
}
header#imoocs_header .head_nav_wrap li {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  background: #fff;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #617b95;
}
header#imoocs_header .head_nav_wrap li.t_b_dashed {
  border-top: 1px dashed #ebebeb;
}
header#imoocs_header .head_nav_wrap li a {
  color: #617b95;
}
header#imoocs_header .head_nav_wrap .icon_yitang_head_menu {
  margin-right: 0;
  border: 1px solid rgba(0, 0, 50, 0.4);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}
header#imoocs_header .head_nav_wrap .white_top_tri {
  position: absolute;
  top: -7px;
  right: 6px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
header#imoocs_header .sub_menu {
  position: absolute;
  top: 79px;
  visibility: hidden;
  left: 0;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 140%;
  min-height: 48px;
  z-index: 1000;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}
header#imoocs_header .sub_menu li {
  padding-left: 20px;
  height: 54px;
  line-height: 54px;
}
header#imoocs_header .sub_menu a {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  line-height: 48px;
  font-size: 16px;
  color: #4d4d4d;
  cursor: pointer;
  position: relative;
  text-align: left;
}
header#imoocs_header .sub_menu a:hover {
  color: #00c06c;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
/* 澶撮儴缁撴潫銆傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€�*/
/* 灏鹃儴 */
footer {
  background-color: #2e2e2e;
  height: 260px;
}
footer .footer_content_div {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 50px;
  min-width: 1200px;
}
footer ul.main_ul li {
  float: left;
  text-align: left;
  margin-right: 130px;
}
footer ul.main_ul li:last-child {
  margin-right: 0;
}
footer ul.main_ul li .mini_title {
  font-size: 18px;
  color: #fff;
  margin: 0;
  margin-bottom: 30px;
  height: 18px;
  line-height: 18px;
}
footer ul.main_ul li .mini_des {
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  margin: 0 ;
  margin-bottom: 20px;
  color: #ccc;
  cursor: pointer;
}
footer ul.main_ul li .mini_des a {
  color: #ccc;
}
footer ul.main_ul li .mini_des.mb_30 {
  margin-bottom: 30px;
}
footer ul.main_ul li .mini_des.mini_des_bottom {
  text-align: center;
  margin-top: 10px;
}
footer ul.main_ul li img {
  width: 140px;
  height: 140px;
}
footer ul.main_ul li i {
  font-size: 20px;
  margin-right: 5px;
  margin-top: -3px;
}
/* 棣栭〉寮€濮� 銆傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€�*/
.header_bg {
  width: 100%;
  min-width: 1200px;
  height: 480px;
  background: url(../images/banner/banner01.jpg) no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  text-align: center;
  padding-top: 144px;
  box-sizing: border-box;
}
.header_bg .jump_map {
  position: absolute;
  bottom: 60px;
}
.header_bg.header_bg_solution {
  padding-top: 100px;
  height: 380px;
  text-align: left;
  background-image: url(../images/banner/banner03.jpg) no-repeat;
}
.header_bg.header_bg_solution .welcome_p1 {
  font-size: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0;
}
.header_bg.header_bg_solution .welcome_p2 {
  width: 700px;
  margin-top: 30px;
  font-size: 20px;
  height: 20px;
  line-height: 36px;
}
.header_bg .welcome_p1 {
  font-size: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.header_bg .welcome_p2 {
  margin-top: 34px;
  margin-bottom: 38px;
  font-size: 28px;
  height: 28px;
  line-height: 28px;
}
.index_wrap_div {
  background: #fff;
  padding-top: 70px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.index_wrap_div .jump_map {
  position: absolute;
  bottom: 70px;
}
.index_wrap_div h2 {
  font-size: 32px;
  color: #333;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin-bottom: 28px;
}
.index_wrap_div h4 {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  height: 16px;
  line-height: 16px;
}
.index_wrap_div ul.solution_ul {
  margin-top: 72px;
}
.index_wrap_div ul.solution_ul li {
  float: left;
  margin-right: 60px;
  text-align: center;
  width: 360px;
  margin-bottom: 60px;
}
.index_wrap_div ul.solution_ul li .mini_title {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #333;
}
.index_wrap_div ul.solution_ul li .mini_des {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: 0.05em;
}
.index_wrap_div ul.solution_ul li .see_more {
  color: #00bf6c;
  font-size: 16px;
}
.index_wrap_div ul.solution_ul li .see_more a {
  color: #00bf6c;
}
.index_wrap_div ul.solution_ul li .img_wrap img {
  width: 160px;
  height: 160px;
}
.index_wrap_div ul.solution_ul li:last-child {
  margin-right: 0;
}
.index_wrap_div ul.solution_ul.solution_bottom_ul li .img_wrap {
  margin-bottom: 44px;
}
.index_wrap_div ul.solution_ul.solution_bottom_ul li .img_wrap img {
  width: 98px;
  height: 96px;
}
.index_wrap_div ul.service_ul {
  margin-top: 70px;
}
.index_wrap_div ul.service_ul li {
  background: #fff;
  float: left;
  margin-right: 30px;
  text-align: center;
  width: 380px;
  height: 460px;
  margin-bottom: 80px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  padding: 50px 40px 0;
  box-sizing: border-box;
  position: relative;
}
.index_wrap_div ul.service_ul li .mini_title {
  font-size: 30px;
  height: 60px;
  line-height: 30px;
  margin-bottom: 0;
  color: #333;
  border-bottom: 1px dashed #e6e6e6;
}
.index_wrap_div ul.service_ul li .mini_des {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-bottom: 26px;
  text-align: left;
  letter-spacing: 0.05em;
}
.index_wrap_div ul.service_ul li .see_more {
  display: block;
  color: #00bf6c;
  font-size: 16px;
  width: 298px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #00c06c;
  position: absolute;
  bottom: 14px;
}
.index_wrap_div ul.service_ul li .see_more a {
  color: #00bf6c;
}
.index_wrap_div ul.service_ul li .see_more:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.index_wrap_div ul.service_ul li .img_wrap img {
  width: 100px;
  height: 100px;
}
.index_wrap_div ul.service_ul li:last-child {
  margin-right: 0;
}
.index_wrap_div ul.open_ul {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.index_wrap_div ul.open_ul li {
  float: left;
  text-align: center;
  width: 216px;
  height: 160px;
  margin-bottom: 41px;
  border: 1px solid #ebebeb;
  justify-content: space-between;
  margin-right: 27px;
  position: relative;
}
.index_wrap_div ul.open_ul li:hover {
  /* opacity: 1;
                filter: alpha(opacity=100);
                -webkit-transition-duration: 1s;
                -moz-transition-duration: 1s;
                transition-duration: 1s; */
}
.index_wrap_div ul.open_ul li:hover .li_shade_div {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  z-index: 2;
}
.index_wrap_div ul.open_ul li:hover .li_shade_font {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  z-index: 1;
}
.index_wrap_div ul.open_ul li .flipper {
  /*border: 1px solid #b5b9bc;*/
  transition: transform 0.8s ease-in-out;
  -webkit-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  *transition: transform 0.8s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  *transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  perspective: 500;
  -webkit-perspective: 500;
}
.index_wrap_div ul.open_ul li .li_shade_font,
.index_wrap_div ul.open_ul li .li_shade_div {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome 鍜� Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  transition: 0.6s ease-out;
  -webkit-transition: 0.6s ease-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  *transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  width: 216px;
  height: 160px;
}
.index_wrap_div ul.open_ul li .li_shade_font {
  z-index: 2;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  *transform: rotateY(0deg);
  background: #fff;
}
.index_wrap_div ul.open_ul li .li_shade_div {
  background: #00c06c;
  width: 100%;
  height: 100%;
  /* opacity: 0;
                filter: alpha(opacity=0); */
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  z-index: 1;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  *transform: rotateY(-180deg);
}
.index_wrap_div ul.open_ul li.no_margin {
  margin-right: 0;
}
.index_wrap_div ul.open_ul li .mini_title {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: 20px;
  color: #454545;
}
.index_wrap_div ul.open_ul li .img_wrap {
  padding-top: 34px;
}
.index_wrap_div ul.open_ul li .img_wrap img {
  width: 54px;
}
.index_wrap_div ul.open_ul li:last-child {
  margin-right: 0;
}
.index_wrap_div ul.example_ul {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 76px;
}
.index_wrap_div ul.example_ul li {
  float: left;
  text-align: center;
  width: 224px;
  height: 180px;
  margin-bottom: 22px;
  justify-content: space-between;
  margin-right: 20px;
  background: #fff;
  position: relative;
}
.index_wrap_div ul.example_ul li .li_shade_div {
  background: #00c06c;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.index_wrap_div ul.example_ul li .li_shade_div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
}
.index_wrap_div ul.example_ul li.no_margin {
  margin-right: 0;
}
.index_wrap_div ul.example_ul li .img_wrap {
  width: 224px;
  height: 180px;
  margin-top: 60px;
}
.index_wrap_div ul.example_ul li .img_wrap img {
  width: 190px;
}
.index_wrap_div ul.example_ul li:last-child {
  margin-right: 0;
}
.index_wrap_div ul.news_ul {
  margin-top: 20px;
}
.index_wrap_div ul.news_ul li {
  float: left;
  margin-right: 102px;
  text-align: center;
  width: 332px;
  height: auto;
  position: relative;
  margin-bottom: 80px;
}
.index_wrap_div ul.news_ul li .mini_title {
  margin: 0;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  margin-bottom: 24px;
  color: #555;
  text-align: left;
}
.index_wrap_div ul.news_ul li .mini_title:hover {
  color: #07f;
}
.index_wrap_div ul.news_ul li .img_wrap {
  height: 90px;
  margin-bottom: 44px;
}
.index_wrap_div ul.news_ul li .img_wrap img {
  width: 332px;
  height: 90px;
}
.index_wrap_div ul.news_ul li .li_shade_div {
  background: rgba(0, 192, 108, 0.9);
  width: 214px;
  height: 106px;
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 30px 50px;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
}
.index_wrap_div ul.news_ul li .li_shade_div p {
  margin-bottom: 10px;
  margin-top: 0;
}
.index_wrap_div ul.news_ul li:last-child {
  margin-right: 0;
}
.index_wrap_div ul.solution_apply_ul {
  margin-top: 72px;
}
.index_wrap_div ul.solution_apply_ul li {
  float: left;
  margin-right: 60px;
  text-align: center;
  width: 255px;
  margin-bottom: 60px;
}
.index_wrap_div ul.solution_apply_ul li .mini_title {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 20px;
  margin-top: 40px;
  color: #333;
}
.index_wrap_div ul.solution_apply_ul li .mini_des {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: 0.05em;
}
.index_wrap_div ul.solution_apply_ul li .see_more {
  color: #00bf6c;
  font-size: 16px;
}
.index_wrap_div ul.solution_apply_ul li .img_wrap img {
  width: 160px;
  height: 150px;
}
.index_wrap_div ul.solution_apply_ul li:last-child {
  margin-right: 0;
}
.index_wrap_div ul.solution_example_ul {
  height: auto;
  overflow: hidden;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 76px;
}
.index_wrap_div ul.solution_example_ul li {
  float: left;
  text-align: center;
  width: 224px;
  height: 180px;
  margin-bottom: 22px;
  justify-content: space-between;
  margin-right: 20px;
  background: #fff;
  position: relative;
}
.index_wrap_div ul.solution_example_ul li .li_shade_div {
  background: #00c06c;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.index_wrap_div ul.solution_example_ul li .li_shade_div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
}
.index_wrap_div ul.solution_example_ul li.no_margin {
  margin-right: 0;
}
.index_wrap_div ul.solution_example_ul li .img_wrap {
  width: 224px;
  height: 180px;
  margin-top: 60px;
}
.index_wrap_div ul.solution_example_ul li .img_wrap img {
  width: 200px;
}
.index_wrap_div ul.solution_example_ul li:last-child {
  margin-right: 0;
}
.index_wrap_div ul.solution_detail_ul {
  margin-top: 60px;
  margin-bottom: 80px;
  height: auto;
  overflow: hidden;
}
.index_wrap_div ul.solution_detail_ul li {
  float: left;
  width: 200px;
  box-sizing: border-box;
  padding-top: 16px;
  height: 140px;
  border-right: 1px solid #ebebeb;
  text-align: center;
}
.index_wrap_div ul.solution_detail_ul li:last-child {
  border-right: 0;
}
.index_wrap_div ul.solution_detail_ul li img {
  width: 66px;
  height: 66px;
  margin-bottom: 18px;
}
.index_wrap_div ul.solution_detail_ul li p.mini_title {
  margin: 0;
  font-size: 14px;
  color: #333;
}
.index_wrap_div ul.charge_item_ul {
  margin-top: 110px;
}
.index_wrap_div ul.charge_item_ul li {
  float: left;
  width: 370px;
  height: 230px;
  margin-right: 45px;
  margin-bottom: 80px;
  border: 1px solid #ebebeb;
  position: relative;
  text-align: center;
  padding: 70px 40px 0;
  box-sizing: border-box;
}
.index_wrap_div ul.charge_item_ul li img {
  position: absolute;
  top: -52px;
  left: 135px;
}
.index_wrap_div ul.charge_item_ul li .mini_title {
  font-size: 18px;
  color: #333;
  height: 18px;
  line-height: 18px;
  margin-bottom: 20px;
}
.index_wrap_div ul.charge_item_ul li .mini_price {
  font-size: 20px;
  color: #ff8d32;
  height: 20px;
  line-height: 20px;
  margin-bottom: 22px;
}
.index_wrap_div ul.charge_item_ul li.no_margin {
  margin-right: 0;
}
.index_wrap_div ul.charge_item_ul li .mini_des {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
}
.index_wrap_div.index_service_div {
  background: url(../images/banner/bg01.jpg) repeat-x center;
  background-size: cover;
}
.index_wrap_div.index_example_div {
  background: #f2f7f5;
}
.index_wrap_div.solution_apply_div {
  padding-top: 40px;
  background: url(../images/banner/bg02.png) center center;
  background-size: cover;
}
.index_wrap_div.solution_detail_div {
  padding-top: 44px;
}
.index_wrap_div.solution_detail_div .solution_detail_img {
  position: relative;
  width: 100%;
  height: 570px;
  text-align: center;
  border-bottom: 1px dashed #ebebeb;
}
.index_wrap_div.solution_detail_div .solution_detail_img img {
  margin-top: 70px;
}
.index_wrap_div.solution_detail_div .solution_detail_img .text_1 {
  position: absolute;
  left: 108px;
  top: 184px;
  width: 270px;
  height: 130px;
  border-radius: 10px;
  border: 2px solid #ff8d32;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  background: #fff;
  text-align: left;
  padding: 18px 23px;
  box-sizing: border-box;
}
.index_wrap_div.solution_detail_div .solution_detail_img .text_2 {
  position: absolute;
  right: 182px;
  top: 30px;
  width: 294px;
  height: 110px;
  border-radius: 10px;
  border: 2px solid #4c89c6;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  background: #fff;
  text-align: left;
  padding: 18px 23px;
  box-sizing: border-box;
}
.index_wrap_div.solution_detail_div .solution_detail_img .text_3 {
  position: absolute;
  right: 110px;
  bottom: 146px;
  width: 210px;
  height: 110px;
  border-radius: 10px;
  border: 2px solid #00c06c;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  background: #fff;
  text-align: left;
  padding: 18px 23px;
  box-sizing: border-box;
}
.index_wrap_div.solution_institution_div .solution_detail_img {
  position: relative;
  width: 100%;
  height: 620px;
  text-align: center;
  border-bottom: 1px dashed #ebebeb;
  color: #666;
  font-size: 14px;
}
.index_wrap_div.solution_institution_div .solution_detail_img img {
  margin-top: 60px;
}
.index_wrap_div.solution_institution_div .solution_detail_img p {
  margin: 0;
}
.index_wrap_div.solution_institution_div .solution_detail_img .text_1 {
  position: absolute;
  left: 140px;
  top: 80px;
  line-height: 20px;
  text-align: right;
}
.index_wrap_div.solution_institution_div .solution_detail_img .text_1 .mini_title {
  color: #8299b8;
  font-size: 20px;
  margin-bottom: 10px;
}
.index_wrap_div.solution_institution_div .solution_detail_img .text_2 {
  position: absolute;
  right: 182px;
  top: 80px;
  line-height: 20px;
  text-align: left;
}
.index_wrap_div.solution_institution_div .solution_detail_img .text_2 .mini_title {
  color: #b7656c;
  font-size: 20px;
  margin-bottom: 10px;
}
.index_wrap_div.solution_institution_div .solution_detail_img .text_3 {
  position: absolute;
  left: 164px;
  bottom: 130px;
  line-height: 20px;
  text-align: right;
}
.index_wrap_div.solution_institution_div .solution_detail_img .text_3 .mini_title {
  color: #00c06c;
  font-size: 20px;
  margin-bottom: 10px;
}
.index_wrap_div.solution_institution_div .solution_detail_img .text_4 {
  position: absolute;
  right: 130px;
  bottom: 123px;
  line-height: 20px;
  text-align: left;
}
.index_wrap_div.solution_institution_div .solution_detail_img .text_4 .mini_title {
  color: #4d95a6;
  font-size: 20px;
  margin-bottom: 10px;
}
.index_wrap_div.solution_example_div {
  padding-top: 44px;
}
.index_wrap_div.solution_example_div ul.solution_example_ul {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 92px;
}
.index_wrap_div.solution_example_div ul.solution_example_ul li {
  float: left;
  text-align: center;
  width: 270px;
  height: 240px;
  margin-bottom: 0;
  justify-content: space-between;
  margin-right: 40px;
  background: #fff;
  position: relative;
}
.index_wrap_div.solution_example_div ul.solution_example_ul li:last-child {
  margin-right: 0;
}
.index_wrap_div.solution_example_div ul.solution_example_ul li img {
  width: 188px;
  height: 68px;
  margin-top: 70px;
}
.index_wrap_div.solution_example_div ul.solution_example_ul li .mini_des {
  margin: 0;
  color: #00c06c;
  position: absolute;
  bottom: 56px;
  width: 100%;
}
.index_wrap_div.solution_example_div ul.solution_example_ul li:last-child {
  margin-right: 0;
}
.index_wrap_div.charge_topwrap_div {
  padding-top: 60px;
}
.index_wrap_div.charge_topwrap_div .charge_table_top {
  margin-bottom: 100px;
}
.index_wrap_div.charge_centerwrap_div {
  padding-top: 60px;
  background: #f2f7f5;
}
.index_count_div {
  width: 100%;
  position: relative;
  height: 100px;
  background: #00beba;
}
.index_count_div .index_count_content {
  width: 1200px;
  margin: 0 auto;
  height: 100px;
  color: #fff;
}
.index_count_div .index_count_content ul {
  list-style: none;
  display: flex;
}
.index_count_div .index_count_content ul li {
  display: flex;
  align-items: center;
  float: left;
  width: 25%;
}
.index_count_div .index_count_content ul li .des {
  font-size: 22px;
  line-height: 107px;
  padding-left: 15px;
}
.index_count_div .index_count_content .circle {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  margin-top: 19px\0;
}
.index_count_div .index_count_content .circle i {
  position: absolute;
  top: 10px;
  font-size: 40px;
  left: 11px;
}
.index_count_div .index_count_content .circle i.icon-user {
  left: 15px;
}
.index_footer_div {
  background: url(../images/banner/bg_img01.jpg) repeat-x center;
  height: 320px;
  text-align: center;
}
.index_footer_div .call_msg {
  text-align: center;
  font-size: 34px;
  color: #2d536b;
  padding-top: 100px;
}
.index_footer_div span {
  margin-top: 40px;
}
.index_footer_div.detail_footer_div {
  background: #00c0be;
  height: 210px;
}
.index_footer_div.detail_footer_div .call_msg {
  padding-top: 50px;
  color: #fff;
}
.index_footer_div.detail_footer_div span {
  margin-top: 40px;
}
.other_footer_div {
  background: #00b9b7;
  height: 264px;
  text-align: center;
}
.other_footer_div .call_msg {
  text-align: center;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding-top: 50px;
  margin-bottom: 30px;
}
.other_footer_div span {
  margin-top: 0;
}
.other_footer_div .other_contact_ul {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.other_footer_div .other_contact_ul li {
  color: #fff;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  float: left\9;
  width: 33.3%\9;
}
.other_footer_div .other_contact_ul li i {
  font-size: 20px;
  margin-top: -3px;
  margin-right: 5px;
}
/* 棣栭〉缁撴潫銆傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€� */
/* 瑙ｅ喅鏂规寮€濮嬨€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€�*/
.solution_tab {
  width: 100%;
  position: relative;
  height: 60px;
  background: #fff;
}
.solution_tab .jump_map {
  position: absolute;
  bottom: 60px;
}
.solution_tab .wrap_1200 {
  width: 1200px;
  margin: 0 auto;
  height: 60px;
}
.solution_tab .solution_tab_ul li {
  float: left;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 40px;
  margin-right: 156px;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
.solution_tab .solution_tab_ul li:last-child {
  margin-right: 0;
}
.solution_tab .solution_tab_ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #5d5d5d;
}
.solution_tab .solution_tab_ul li.active,
.solution_tab .solution_tab_ul li:hover {
  border-bottom: 1px solid #00c06c;
}
.solution_tab .solution_tab_ul li.active a,
.solution_tab .solution_tab_ul li:hover a {
  color: #00c06c;
}
/* 瑙ｅ喅鏂规缁撴潫銆傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€� */
/* 璧勮鍒楄〃寮€濮�/銆傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€傘€� */
.news_list_page .news_banner {
  height: 380px;
  background: url(../images/banner/news_banner.png);
  background-size: cover;
}
.news_list_page .news_banner p {
  font-size: 48px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding-top: 172px;
}
.news_list_page .news_list_menu {
  width: 100%;
  background: #fff;
  height: 50px;
  margin: 38px 0 30px;
}
.news_list_page .news_list_menu li {
  width: 180px;
  height: 50px;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #666;
  position: relative;
  float: left;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.news_list_page .news_list_menu li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-right: 1px solid #ebebeb;
  color: #666;
}
.news_list_page .news_list_menu li i {
  display: none;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -13px;
  color: #00c06c;
}
.news_list_page .news_list_menu li.active {
  background: #00c06c;
}
.news_list_page .news_list_menu li.active a {
  color: #fff;
}
.news_list_page .news_list_menu li.active i {
  display: block;
}
.news_list_page .news_list_content {
  width: 100%;
  min-height: 620px;
}
.news_list_page .news_list_content li {
  width: 100%;
  height: 196px;
  padding: 21px 22px;
  background: #fff;
  margin-bottom: 12px;
  box-sizing: border-box;
}
.news_list_page .news_list_content li img {
  float: left;
  width: 250px;
  height: 100%;
  margin-right: 22px;
}
.news_list_page .news_list_content li .content_wrap {
  float: left;
  width: 884px;
}
.news_list_page .news_list_content li .title {
  font-size: 20px;
  color: #444;
  height: 38px;
  margin: 0;
}
.news_list_page .news_list_content li .title:hover {
  color: #2594eb;
}
.news_list_page .news_list_content li .time_info {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  margin-bottom: 18px;
  color: #bebebe;
}
.news_list_page .news_list_content li .time_info .color {
  display: inline-block;
  color: #2594eb;
  border-right: 1px solid #ebebeb;
  padding-right: 10px;
  margin-right: 8px;
}
.news_list_page .news_list_content li .des {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  letter-spacing: 0.02em;
}
.news_detail_page .news_mini_title {
  font-size: 14px;
  color: #444;
  height: 60px;
  padding-top: 28px;
  box-sizing: border-box;
}
.news_detail_page .news_mini_title i {
  display: inline-block;
  margin: 0 3px;
}
.news_detail_page article {
  float: left;
  width: 860px;
  min-height: 600px;
  background: #fff;
  padding: 40px 75px 40px 28px;
  box-sizing: border-box;
}
.news_detail_page article h2 {
  font-size: 22px;
  font-weight: normal;
  text-align: left;
}
.news_detail_page article .time_info {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  padding-bottom: 18px;
  margin: 0;
  margin-top: 6px;
  color: #bebebe;
  border-bottom: 1px solid #ebebeb;
}
.news_detail_page article .time_info .color {
  display: inline-block;
  color: #2594eb;
  border-right: 1px solid #ebebeb;
  padding-right: 10px;
  margin-right: 8px;
}
.news_detail_page article .content_des {
  font-size: 14px;
  line-height: 25px;
  color: #666;
  padding-top: 10px;
}
.news_detail_page nav {
  float: left;
  width: 340px;
  box-sizing: border-box;
  border-left: 1px solid #ebebeb;
  min-height: 600px;
  background: #fff;
  padding: 0 30px;
}
.news_detail_page nav .top_a {
  display: block;
  font-size: 18px;
  color: #29a0ff;
  height: 18px;
  line-height: 18px;
  border-left: 2px solid #29a0ff;
  padding-left: 10px;
  margin: 32px 0 15px;
}
.news_detail_page nav ul {
  border-top: 1px solid #ebebeb;
}
.news_detail_page nav ul li {
  height: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news_detail_page nav ul li:hover a {
  color: #2594eb;
}
.news_detail_page nav ul li:first-child {
  margin-top: 22px;
}
.news_detail_page nav ul li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 10px;
  color: #fff;
  background: #bbb;
}
/* 璧勮缁撴潫############################################### */
/* 鏀惰垂寮€濮�****************************************** */
.charge_top_ul {
  width: 1020px;
  margin: 0 auto;
}
.charge_top_ul li {
  width: 450px;
  height: 326px;
  margin-right: 120px;
  background: rgba(255, 255, 255, 0.9);
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.charge_top_ul li .mini_title {
  color: #00c06c;
  height: 86px;
  line-height: 86px;
  border-bottom: 1px dashed #e0e0e0;
  font-size: 26px;
}
.charge_top_ul li .mini_des {
  color: #666;
  line-height: 34px;
  padding: 10px;
  text-align: left;
  letter-spacing: 0.05em;
}
.charge_top_ul li:last-child {
  margin-right: 0;
}
.charge_top_ul li .learn_more {
  position: absolute;
  bottom: 40px;
  left: 80px;
}
.charge_top_ul li .learn_more a {
  color: #00c06c;
  display: block;
  width: 100%;
  height: 100%;
}
.charge_table_top {
  border: 2px solid #00c06c;
  border-collapse: collapse;
}
.charge_table_top thead th {
  background: #00c06c;
  border-right: 1px solid #f0f0f0;
  text-align: center;
  width: 200px;
  min-height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}
.charge_table_top thead th:last-child {
  border-right: 0;
}
.charge_table_top tbody tr td {
  background: #fff;
  border-right: 1px solid #f0f0f0;
  text-align: center;
  width: 200px;
  min-height: 50px;
  line-height: 50px;
  color: #666;
  font-weight: normal;
  font-size: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.charge_table_top tbody tr td:last-child {
  border-right: 0;
}
.charge_table_top tbody tr td .big {
  color: #ff8d32;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 20px;
}
.charge_table_top tbody tr td .little {
  color: #b6b6b6;
  font-size: 14px;
}
.charge_table_top tbody tr:nth-child(even) td {
  background-color: #f8f8f8;
}
.charge_table_top tbody tr.grey td {
  background: #f8f8f8;
}
.charge_table_top .buy_btn {
  margin-top: 24px;
  margin-bottom: 28px;
}
.charge_table_ul {
  height: auto;
  overflow: hidden;
  margin-bottom: 100px;
  margin-top: 40px;
}
.charge_table_ul li {
  width: 363.33333333px;
  margin-right: 55px;
  float: left;
}
.charge_table_ul li:last-child {
  margin-right: 0;
}
.charge_table_ul li table {
  width: 100%;
}
/* 鏀惰垂缁撴潫******************************************** */
/* 浜у搧涓庢湇鍔″紑濮�************************************** */
.product_page {
  min-height: 800px;
  padding-top: 40px;
}
.product_page .product_item_wrap {
  float: left;
  width: 260px;
  background: #fff;
  border-right: 1px solid #ebebeb;
  padding-bottom: 250px;
  box-sizing: border-box;
}
.product_page .product_item_wrap .left_title {
  font-size: 22px;
  color: #333;
  height: 100px;
  padding-top: 52px;
  box-sizing: border-box;
  padding-left: 36px;
  border-bottom: 1px solid #ebebeb;
}
.product_page .product_item_content {
  float: left;
  width: 940px;
  background: #fff;
  min-height: 500px;
  padding: 50px 40px 130px;
  margin-bottom: 250px;
  box-sizing: border-box;
}
.product_page .product_top_des {
  padding-top: 48px;
  padding-left: 42px;
  height: 250px;
  box-sizing: border-box;
  position: relative;
  background: url(../images/banner/product_img.png) center center;
  background-size: cover;
}
.product_page .product_top_des .item_title {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
}
.product_page .product_top_des .item_des {
  margin-top: 18px;
  height: 70px;
  width: 490px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
}
.product_page .product_top_des .try_btn {
  position: absolute;
  bottom: 42px;
  background: #ff8d32;
  color: #fff;
  width: 175px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.product_page .product_top_des .try_btn:hover {
  background: #f37f23;
}
.product_page .product_detail_item {
  color: #666;
  font-size: 12px;
  padding-left: 10px;
}
.product_page .product_detail_item .product_detail_item_title {
  font-size: 18px;
  color: #333;
  margin: 0;
  height: 80px;
  line-height: 80px;
  margin-top: 15px;
}
.product_page .product_detail_item .product_detail_item_title span {
  margin-left: 6px;
}
.product_page .product_detail_item .product_detail_item_des {
  font-size: 12px;
  color: #666;
}
.product_page .product_detail_item .product_detail_item_des p {
  margin: 0;
  font-size: 12px;
  line-height: 24px;
}
.product_page ul.product_detail {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  margin-top: 40px;
  height: auto;
  overflow: hidden;
}
.product_page ul.product_detail li {
  text-align: center;
  float: left;
  width: 140px;
  height: 52px;
  line-height: 52px;
  box-sizing: border-box;
  position: relative;
  color: #666;
  cursor: pointer;
}
.product_page ul.product_detail li.active {
  border-bottom: 1px solid #00c06c;
  color: #00c06c;
}
.product_page ul.product_detail li.active:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 61px;
  border: 7px solid transparent;
  border-bottom-color: #00c06c !important;
  width: 0;
  height: 0;
  display: block;
}
.product_page ul.product_detail li:hover {
  color: #00c06c;
}
.product_page ul.product_detail li:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 61px;
  border: 7px solid transparent;
  border-bottom-color: #00c06c !important;
  width: 0;
  height: 0;
  display: none;
}
.product_page ul.product_item_ul {
  padding-top: 14px;
}
.product_page ul.product_item_ul.active li {
  display: block;
}
.product_page ul.product_item_ul a.ul_title {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}
.product_page ul.product_item_ul a.ul_title:hover {
  text-decoration: none;
}
.product_page ul.product_item_ul a.ul_title i.icon_left {
  margin-right: 12px;
  font-size: 20px;
  color: #777a7a;
  margin-top: -2px;
}
.product_page ul.product_item_ul a.ul_title i.icon_right {
  float: right;
  margin-right: 38px;
  margin-top: 14px;
  color: #777a7a;
}
.product_page ul.product_item_ul li {
  height: 50px;
  line-height: 50px;
  display: none;
  font-size: 14px;
  padding-left: 68px;
}
.product_page ul.product_item_ul li a {
  color: #666;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.product_page ul.product_item_ul li:hover a,
.product_page ul.product_item_ul li.active a {
  color: #00c06c;
}
/* 浜у搧涓庢湇鍔＄粨鏉�************************************** */
/* 鐧诲綍************************************************ */
.login_page {
  height: 100%;
  width: 100%;
  min-width: 1200px;
  position: relative;
}
.login_page .iconfont {
  position: absolute;
  right: 14px;
  top: 14px;
  font-size: 20px;
  color: #bdc3cc;
  cursor: pointer;
}
.login_page .bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.login_page .login_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
.login_page .login_box {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  margin-top: 200px;
  left: 50%;
  margin-left: -200px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  -webkit-transition: height .3s ease .15s;
  -moz-transition: height .3s ease .15s;
  -ms-transition: height .3s ease .15s;
  -o-transition: height .3s ease .15s;
  transition: height .3s ease .15s;
  padding: 42px;
  box-sizing: border-box;
  padding-bottom: 36px;
  min-height: 400px;
  height: auto;
}
.login_page .login_box .login_title {
  font-size: 22px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.03em;
}
.login_page .login_box .login_item input {
  height: 42px;
  padding: 8px 20px;
  border-radius: 3px;
  margin-top: 26px;
  width: 100%;
  border: 1px solid #d1d8de;
  box-sizing: border-box;
  font-size: 14px;
}
.login_page .login_box .yanzhma_wrong {
  height: 42px;
  padding: 8px 20px;
  border-radius: 3px;
  margin-top: 26px;
  width: 200px;
  border: 1px solid #d1d8de;
  box-sizing: border-box;
  font-size: 14px;
}
.login_page .login_box .tip {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.login_page .login_box .tip span.remember_me {
  font-size: 14px;
  color: #666;
}
.login_page .login_box .tip span.remember_me i {
  font-style: normal;
}
.login_page .login_box .tip span.forget {
  color: #2594eb;
  cursor: pointer;
}
.login_page .login_box .tip span.forget a {
  color: #2594eb;
}
.login_page .login_box .tip span.no_account {
  color: #666;
  font-size: 14px;
}
.login_page .login_box .tip_bottom {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.login_page .login_box .tip_bottom span.no_account {
  color: #666;
  font-size: 14px;
}
.login_page .login_box .tip_bottom span.regist_now {
  color: #2594eb;
  font-size: 14px;
  cursor: pointer;
}
.regist_page {
  height: 100%;
  width: 100%;
  min-width: 1200px;
  position: relative;
  min-height: 800px;
}
.regist_page .regist_wrap {
  width: 360px;
  position: absolute;
  left: 50%;
  margin-left: -180px;
  top: 50px;
}
.regist_page .regist_box {
  width: 100%;
}
.regist_page .regist_box .login_item {
  position: relative;
}
.regist_page .regist_box .login_item input {
  height: 44px;
  padding: 8px 20px;
  border-radius: 3px;
  margin-bottom: 22px;
  width: 100%;
  border: 1px solid #d1d8de;
  box-sizing: border-box;
  font-size: 14px;
}
.regist_page .regist_box .login_item input.yanzhma {
  width: 240px;
}
.regist_page .regist_box i.iconfont {
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 14px;
}
.regist_page .regist_box .big_login_btn {
  margin-top: 10px;
}
.regist_page .tip_bottom {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.regist_page .tip_bottom span.no_account {
  color: #666;
  font-size: 14px;
}
.regist_page .tip_bottom span.regist_now {
  color: #2594eb;
  font-size: 14px;
  cursor: pointer;
}
.regist_page .dropdown_menu {
  position: absolute;
  top: 44px;
  z-index: 5;
  border: 1px solid #ebebeb;
  width: 100%;
  display: none;
}
.regist_page .dropdown_menu.active {
  display: block;
}
.regist_page .dropdown_menu li {
  background: #fff;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: left;
  font-size: 16px;
  color: #666;
  padding: 0 20px;
  box-sizing: border-box;
}
.regist_page .dropdown_menu li:hover {
  background: #f4f8f8;
}
/* 鐧诲綍缁撴潫********************************************* */
/* 鏈嶅姟妯″紡 */
.solution_page .solution_banner {
  height: 400px;
  background: url(../images/banner/solution_banner.png);
}
.solution_page .solution_banner p {
  font-size: 48px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding-top: 172px;
}
.solution_page .solution_graph {
  background: #fff;
  height: 780px;
}
.solution_page .solution_graph .index_item .title {
  font-size: 28px;
  height: 28px;
  line-height: 28px;
  color: #444;
  padding-top: 40px;
  padding-bottom: 16px;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.solution_page .solution_graph .index_item .title i {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: -7px;
}
.solution_page .solution_graph .index_item .img_wrap {
  text-align: center;
  position: relative;
  padding-top: 54px;
}
.solution_page .solution_graph .index_item .img_wrap img {
  width: 680px;
}
.solution_page .solution_graph .index_item .img_wrap .text_item {
  position: absolute;
  line-height: 22px;
  text-align: left;
  width: 195px;
  font-size: 14px;
  color: #666;
}
.solution_page .solution_graph .index_item .img_wrap .text_item.text_item1 {
  right: 240px;
  top: 100px;
}
.solution_page .solution_graph .index_item .img_wrap .text_item.text_item2 {
  left: 146px;
  top: 295px;
}
.solution_page .solution_graph .index_item .img_wrap .text_item.text_item3 {
  right: 161px;
  top: 339px;
  width: 180px;
}
.solution_page .solution_graph .index_item .img_wrap .text_item.text_item4 {
  bottom: 86px;
  width: 100%;
  text-align: center;
}
.solution_page .solution_graph_ins {
  height: 760px;
  background: #fff;
}
.solution_page .solution_graph_ins .index_item .title {
  font-size: 28px;
  height: 28px;
  line-height: 28px;
  color: #444;
  padding-top: 40px;
  padding-bottom: 16px;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.solution_page .solution_graph_ins .index_item .title i {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: -7px;
}
.solution_page .solution_graph_ins .index_item .img_wrap {
  text-align: center;
  position: relative;
  padding-top: 54px;
}
.solution_page .solution_graph_ins .index_item .img_wrap img {
  width: 638px;
}
.solution_page .solution_graph_ins .index_item .img_wrap .text_item {
  position: absolute;
  color: #666;
  line-height: 1;
  font-size: 12px;
  text-align: right;
  width: 120px;
}
.solution_page .solution_graph_ins .index_item .img_wrap .text_item .text_item_title {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 14px;
}
.solution_page .solution_graph_ins .index_item .img_wrap .text_item .text_item_des {
  margin-bottom: 0px;
  line-height: 18px;
}
.solution_page .solution_graph_ins .index_item .img_wrap .text_item.text_item1 {
  left: 168px;
  top: 90px;
}
.solution_page .solution_graph_ins .index_item .img_wrap .text_item.text_item2 {
  right: 168px;
  top: 90px;
  text-align: left;
}
.solution_page .solution_graph_ins .index_item .img_wrap .text_item.text_item3 {
  left: 140px;
  bottom: 40px;
}
.solution_page .solution_graph_ins .index_item .img_wrap .text_item.text_item4 {
  right: 140px;
  bottom: 40px;
  text-align: left;
}
.solution_page .solution_item {
  height: 470px;
}
.solution_page .solution_item .fl {
  width: 50%;
}
.solution_page .solution_item .title {
  color: #0089fe;
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 28px;
}
.solution_page .solution_item .des {
  font-size: 16px;
  line-height: 30px;
  /* line-height: 16px; */
  color: #666;
}
.solution_page .solution_item .more {
  color: #2aa1fb;
  font-size: 14px;
  margin-top: 24px;
  display: inline-block;
}
.solution_page .solution_item .more:hover {
  border-bottom: 1px solid #2aa1fb;
}
.solution_page .solution_item.solution_paltform {
  background: #f8fbfb;
}
.solution_page .solution_item.solution_paltform img {
  padding-top: 112px;
}
.solution_page .solution_item.solution_paltform .title {
  padding-top: 106px;
}
.solution_page .solution_item.solution_paltform2 {
  background: #fff;
}
.solution_page .solution_item.solution_paltform2 img {
  padding-top: 58px;
  padding-left: 112px;
}
.solution_page .solution_item.solution_paltform2 .title {
  padding-top: 106px;
}
.solution_page .solution_item.solution_paltform3 {
  background: #f8fbfb;
}
.solution_page .solution_item.solution_paltform3 img {
  padding-top: 66px;
}
.solution_page .solution_item.solution_paltform3 .title {
  padding-top: 106px;
}
.solution_page .solution_item.solution_paltform3 .des {
  padding-right: 70px;
}
.solution_page .solution_item.solution_paltform4 {
  background: #fff;
  height: 442px;
}
.solution_page .solution_item.solution_paltform4 img {
  padding-top: 70px;
  padding-left: 108px;
}
.solution_page .solution_item.solution_paltform4 .title {
  padding-top: 102px;
}
.solution_page .solution_item.solution_paltform4 .des {
  padding-right: 56px;
  margin-bottom: 5px;
}
.solution_page .solution_item.solution_paltform5 {
  background: #f8fbfb;
  height: 462px;
}
.solution_page .solution_item.solution_paltform5 img {
  padding-top: 50px;
  padding-left: 122px;
}
.solution_page .solution_item.solution_paltform5 .title {
  padding-top: 90px;
}
.solution_page .solution_item.solution_paltform5 .des {
  padding-right: 70px;
  margin-bottom: 5px;
}
.solution_page .solution_item.solution_paltform6 {
  background: #fff;
  height: 470px;
}
.solution_page .solution_item.solution_paltform6 img {
  padding-top: 70px;
  padding-left: 50px;
}
.solution_page .solution_item.solution_paltform6 .title {
  padding-top: 100px;
}
.solution_page .solution_item.solution_paltform6 .des {
  padding-right: 58px;
  margin-bottom: 5px;
}
.solution_page .solution_item.solution_paltform7 {
  background: #f8fbfb;
  height: 470px;
}
.solution_page .solution_item.solution_paltform7 img {
  padding-top: 60px;
  padding-left: 126px;
}
.solution_page .solution_item.solution_paltform7 .title {
  padding-top: 102px;
}
.solution_page .solution_item.solution_paltform7 .des {
  padding-right: 70px;
  margin-bottom: 5px;
}
.solution_page .solution_item.solution_paltform8 {
  background: #fff;
  height: 440px;
}
.solution_page .solution_item.solution_paltform8 img {
  padding-top: 70px;
  padding-left: 110px;
}
.solution_page .solution_item.solution_paltform8 .title {
  padding-top: 86px;
}
.solution_page .solution_item.solution_paltform8 .des {
  padding-right: 70px;
  margin-bottom: 5px;
}
.solution_page .solution_item.solution_paltform9 {
  background: #f8fbfb;
  height: 470px;
}
.solution_page .solution_item.solution_paltform9 img {
  padding-top: 92px;
  padding-left: 96px;
}
.solution_page .solution_item.solution_paltform9 .title {
  padding-top: 82px;
}
.solution_page .solution_item.solution_paltform9 .des {
  padding-right: 36px;
  margin-bottom: 5px;
}
.solution_page .solution_item.solution_paltform10 {
  background: #fff;
  height: 470px;
}
.solution_page .solution_item.solution_paltform10 img {
  padding-top: 100px;
  padding-left: 100px;
}
.solution_page .solution_item.solution_paltform10 .title {
  padding-top: 122px;
}
.solution_page .solution_item.solution_paltform10 .des {
  padding-right: 70px;
  margin-bottom: 5px;
}
.solution_page .solution_item.solution_paltform11 {
  background: #f8fbfb;
  height: 466px;
}
.solution_page .solution_item.solution_paltform11 img {
  padding-top: 80px;
  padding-left: 154px;
}
.solution_page .solution_item.solution_paltform11 .title {
  padding-top: 100px;
}
.solution_page .solution_item.solution_paltform11 .des {
  padding-right: 56px;
  margin-bottom: 5px;
}
.solution_page .solution_item.solution_paltform12 {
  background: #fff;
  height: 560px;
}
.solution_page .solution_item.solution_paltform12 .fl {
  height: 410px;
}
.solution_page .solution_item.solution_paltform12 img {
  padding-top: 80px;
  padding-left: 94px;
}
.solution_page .solution_item.solution_paltform12 .title {
  padding-top: 70px;
}
.solution_page .solution_item.solution_paltform12 .des {
  padding-right: 54px;
  margin-bottom: 5px;
}
.solution_page .solution_item.solution_paltform12 .des.bottom {
  padding-left: 20px;
}
.solution_page .solution_item.solution_paltform13 {
  background: #f8fbfb;
  height: 610px;
}
.solution_page .solution_item.solution_paltform13 .fl {
  height: 410px;
}
.solution_page .solution_item.solution_paltform13 img {
  padding-top: 80px;
  padding-left: 110px;
}
.solution_page .solution_item.solution_paltform13 .title {
  padding-top: 76px;
}
.solution_page .solution_item.solution_paltform13 .des {
  padding-right: 54px;
  margin-bottom: 5px;
}
.solution_page .solution_item.solution_paltform14 {
  background: #fff;
  height: 560px;
  text-align: center;
}
.solution_page .solution_item.solution_paltform14 .solu_img_wrap {
  position: relative;
  width: 872px;
  height: 352px;
  margin: 0 auto;
  background: url(../images/show/solution15.png);
}
.solution_page .solution_item.solution_paltform14 .text_des {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  text-align: left;
  letter-spacing: 0.068em;
}
.solution_page .solution_item.solution_paltform14 .text_des.text_1 {
  width: 820px;
  position: absolute;
  top: 13px;
  left: 28px;
}
.solution_page .solution_item.solution_paltform14 .text_des_item {
  color: #fff;
  position: absolute;
  top: 176px;
  width: 148px;
}
.solution_page .solution_item.solution_paltform14 .text_des_item .item_title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.solution_page .solution_item.solution_paltform14 .text_des_item .item_des {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}
.solution_page .solution_item.solution_paltform14 .text_des_item.item_1 {
  left: 55px;
}
.solution_page .solution_item.solution_paltform14 .text_des_item.item_2 {
  left: 262px;
}
.solution_page .solution_item.solution_paltform14 .text_des_item.item_3 {
  left: 470px;
}
.solution_page .solution_item.solution_paltform14 .text_des_item.item_4 {
  left: 674px;
}
.solution_page .solution_item.solution_paltform15 {
  background: #f8fbfb;
  height: 640px;
  text-align: center;
}
.solution_page .solution_item.solution_paltform15 .solu_img_wrap {
  position: relative;
  width: 690px;
  height: 384px;
  margin: 0 auto;
  background: url(../images/show/solution16.png);
}
.solution_page .solution_item.solution_paltform15 .text_des_item {
  color: #666;
  position: absolute;
  width: 80px;
  font-size: 18px;
}
.solution_page .solution_item.solution_paltform15 .text_des_item.item_1 {
  top: 196px;
  left: -90px;
}
.solution_page .solution_item.solution_paltform15 .text_des_item.item_2 {
  left: 10px;
  top: 28px;
}
.solution_page .solution_item.solution_paltform15 .text_des_item.item_3 {
  left: 300px;
  top: -10px;
}
.solution_page .solution_item.solution_paltform15 .text_des_item.item_4 {
  right: 10px;
  top: 28px;
}
.solution_page .solution_item.solution_paltform15 .text_des_item.item_5 {
  top: 196px;
  right: -90px;
}
.solution_page .solution_item.solution_paltform16 {
  background: #fff;
  height: 654px;
  text-align: center;
}
.solution_page .solution_item.solution_paltform17 {
  background: #f8fbfb;
  height: 600px;
  text-align: center;
}
.solution_page .solution_item.solution_paltform17 .solu_img_wrap {
  position: relative;
  width: 865px;
  height: 360px;
  margin: 0 auto;
  background: url(../images/show/solution18.png);
}
.solution_page .solution_item.solution_paltform17 .text_des_item {
  color: #fff;
  position: absolute;
  top: 104px;
  width: 138px;
}
.solution_page .solution_item.solution_paltform17 .text_des_item .item_title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.solution_page .solution_item.solution_paltform17 .text_des_item .item_des {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  padding-left: 8px;
}
.solution_page .solution_item.solution_paltform17 .text_des_item .item_des li {
  position: relative;
  line-height: 14px;
  height: 76px;
}
.solution_page .solution_item.solution_paltform17 .text_des_item .item_des li i {
  position: absolute;
  left: -16px;
  font-size: 14px;
}
.solution_page .solution_item.solution_paltform17 .text_des_item.item_1 {
  left: 16px;
}
.solution_page .solution_item.solution_paltform17 .text_des_item.item_2 {
  left: 196px;
}
.solution_page .solution_item.solution_paltform17 .text_des_item.item_3 {
  left: 370px;
}
.solution_page .solution_item.solution_paltform17 .text_des_item.item_4 {
  left: 546px;
}
.solution_page .solution_item.solution_paltform17 .text_des_item.item_5 {
  left: 722px;
}
.solution_page .solution_item.solution_paltform18 {
  background: #f8fbfb;
  height: 466px;
}
.solution_page .solution_item.solution_paltform18 img {
  padding-top: 120px;
  padding-left: 88px;
}
.solution_page .solution_item.solution_paltform18 .title {
  padding-top: 94px;
}
.solution_page .solution_item.solution_paltform18 .des {
  padding-right: 58px;
  margin-bottom: 5px;
}
.solution_page .solution_item.solution_paltform19 {
  background: #fff;
  height: 474px;
}
.solution_page .solution_item.solution_paltform19 img {
  padding-top: 70px;
  padding-left: 146px;
}
.solution_page .solution_item.solution_paltform19 .title {
  padding-top: 95px;
  padding-left: 36px;
}
.solution_page .solution_item.solution_paltform19 .des {
  padding-right: 22px;
  padding-left: 36px;
  margin-bottom: 5px;
}
.solution_page .solution_item.solution_paltform20 {
  background: #f8fbfb;
  height: 466px;
}
.solution_page .solution_item.solution_paltform20 img {
  padding-top: 66px;
  padding-left: 84px;
}
.solution_page .solution_item.solution_paltform20 .title {
  padding-top: 84px;
}
.solution_page .solution_item.solution_paltform20 .des {
  padding-right: 46px;
  margin-bottom: 5px;
}
.solution_page .solution_item.solution_paltform21 {
  background: #fff;
  height: 474px;
}
.solution_page .solution_item.solution_paltform21 img {
  padding-top: 74px;
  padding-left: 162px;
}
.solution_page .solution_item.solution_paltform21 .title {
  padding-top: 105px;
  padding-left: 36px;
}
.solution_page .solution_item.solution_paltform21 .des {
  padding-right: 22px;
  padding-left: 36px;
  margin-bottom: 5px;
}
.solution_page .solution_item.solution_paltform22 {
  background: #fff;
  height: 450px;
}
.solution_page .solution_item.solution_paltform22 img {
  padding-top: 102px;
  padding-left: 72px;
}
.solution_page .solution_item.solution_paltform22 .title {
  padding-top: 92px;
  padding-left: 36px;
}
.solution_page .solution_item.solution_paltform22 .des {
  padding-right: 22px;
  padding-left: 36px;
  margin-bottom: 5px;
  line-height: 36px;
}
.solution_page .solution_item.solution_paltform23 {
  background: #f8fbfb;
  height: 474px;
}
.solution_page .solution_item.solution_paltform23 img {
  padding-top: 80px;
  padding-left: 84px;
}
.solution_page .solution_item.solution_paltform23 .title {
  padding-top: 98px;
  padding-left: 55px;
}
.solution_page .solution_item.solution_paltform23 .des {
  padding-right: 22px;
  padding-left: 55px;
  margin-bottom: 5px;
  line-height: 36px;
}
.solution_page .solution_item.solution_paltform24 {
  background: #fff;
  height: 474px;
}
.solution_page .solution_item.solution_paltform24 img {
  padding-top: 80px;
  padding-left: 100px;
}
.solution_page .solution_item.solution_paltform24 .title {
  padding-top: 122px;
  padding-left: 36px;
}
.solution_page .solution_item.solution_paltform24 .des {
  padding-right: 22px;
  padding-left: 36px;
  margin-bottom: 5px;
  line-height: 36px;
}
.solution_page .solution_item.solution_paltform25 {
  background: #f8fbfb;
  height: 474px;
}
.solution_page .solution_item.solution_paltform25 img {
  padding-top: 94px;
  padding-left: 84px;
}
.solution_page .solution_item.solution_paltform25 .title {
  padding-top: 106px;
  padding-left: 55px;
}
.solution_page .solution_item.solution_paltform25 .des {
  padding-right: 22px;
  padding-left: 55px;
  margin-bottom: 5px;
  line-height: 36px;
}
.service_page .service__banner {
  height: 420px;
  background: url(../images/banner/service_banner.png);
}
.service_page .service__banner p {
  font-size: 48px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding-top: 172px;
}
.service_page .service_process_div {
  height: 1300px;
  position: relative;
  padding: 65px 0 112px;
}
.service_page .ver_line {
  position: absolute;
  left: 50%;
  margin-left: -2px;
  height: 1300px;
  width: 4px;
  background: #d6d6d6;
}
.service_page .process_ul {
  position: relative;
  width: 100%;
}
.service_page .process_ul li {
  position: absolute;
}
.service_page .process_ul li .content_wrap {
  position: relative;
}
.service_page .process_ul li .title {
  padding-top: 34px;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 22px;
}
.service_page .process_ul li .des {
  height: 35px;
  margin-bottom: 0px;
  line-height: 35px;
  font-size: 16px;
  color: #666;
}
.service_page .process_ul li.left {
  right: 750px;
  text-align: right;
}
.service_page .process_ul li.left img {
  position: absolute;
  right: -176px;
}
.service_page .process_ul li.right {
  left: 750px;
  text-align: left;
}
.service_page .process_ul li.right img {
  position: absolute;
  left: -176px;
}
.service_page .service_client_div {
  height: 943px;
  margin-top: 42px;
  margin-bottom: 120px;
}
.service_page .service_client_div .service_client_menu {
  float: left;
  width: 264px;
  height: 100%;
  margin-right: 14px;
  background: #fff;
}
.service_page .service_client_div .service_client_menu .title {
  height: 82px;
  line-height: 82px;
  font-size: 24px;
  color: #666;
  border-bottom: 1px solid #ebebeb;
  padding-left: 42px;
}
.service_page .service_client_div .service_client_content {
  float: right;
  width: 922px;
  min-height: 500px;
}
.service_page .service_client_div .client_menu_ul li {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #666;
  padding-left: 42px;
  cursor: pointer;
}
.service_page .service_client_div .client_menu_ul li.active {
  color: #fff;
  background: #2693eb;
}
.service_page .service_client_div .client_example_ul li {
  float: left;
  width: 222px;
  height: 182px;
  background: #fff;
  margin-right: 11px;
  margin-bottom: 11px;
}
.service_page .service_client_div .client_example_ul li img {
  width: 188px;
  height: 45px;
  margin-left: 20px;
  margin-top: 70px;
}
/* 搴曢儴寮€濮� */
.xueban_footer {
  height: 270px;
  background: #2e2e2e;
}
.xueban_footer nav {
  padding-top: 50px;
}
.xueban_footer p {
  margin-top: 0;
}
.xueban_footer .first_ul .first_li {
  float: left;
}
.xueban_footer .first_ul .first_li a {
  color: #fff;
}
.xueban_footer .first_ul .first_li:first-child {
  width: 580px;
  padding-right: 158px;
  box-sizing: border-box;
}
.xueban_footer .first_ul .first_li:first-child img {
  height: 52px;
  margin-bottom: 22px;
}
.xueban_footer .first_ul .first_li .des {
  font-size: 12px;
  color: #e5e5e5;
  line-height: 20px;
  margin-bottom: 20px;
}
.xueban_footer .first_ul .first_li .des.no_mb {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 12px;
}
.xueban_footer .first_ul .first_li:last-child {
  width: 130px;
  margin-top: 20px;
}
.xueban_footer .first_ul .first_li:last-child img {
  width: 130px;
  height: 130px;
}
.xueban_footer .first_ul .first_li.middle {
  margin-top: 35px;
  width: 450px;
}
.xueban_footer .first_ul .first_li.middle .second_ul {
  margin-bottom: 30px;
  height: 20px;
}
.xueban_footer .first_ul .first_li.middle .second_ul .second_li {
  color: #fff;
  float: left;
  border-right: 1px solid #ffffff;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  padding: 0 20px;
  width: auto;
  margin-bottom: 30px;
  cursor: pointer;
}
.xueban_footer .first_ul .first_li.middle .second_ul .second_li:hover a {
  color: #2594eb;
  border-bottom: 1px solid #2594eb;
}
.xueban_footer .first_ul .first_li.middle .second_ul .second_li:first-child {
  padding-left: 0px;
}
.xueban_footer .first_ul .first_li.middle .second_ul .second_li:last-child {
  border-right: 0px;
}
.xueban_footer .first_ul .first_li .erweima_des {
  font-size: 14px;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.xueban_footer .icon_xueban_aimuke {
  margin-left: 10px;
  margin-right: 20px;
}
/* 搴曢儴缁撴潫 */