@charset "utf-8";
/*Unicode字体编码*/
/*微软雅黑*/
.clearfix {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
/*清除浮动*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
/*样式控制字符长度，需指定宽度*/
/*引入常量文件*/
/*页面基本设置*/
* {
  word-wrap: break-word;
}
*::-moz-selection {
  background-color: #27b141;
  color: #fff;
}
*::selection {
  background-color: #27b141;
  color: #fff;
}
body,
div,
ol,
ul,
li,
p,
input,
textarea,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
select,
table,
tr,
td,
fieldset,
legend,
table,
tr,
td,
th {
  margin: 0;
  padding: 0;
}
body {
  font: normal normal normal 14px/24px \5FAE\8F6F\96C5\9ED1,Microsoft YaHei;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
}
img {
  border: none;
}
/*
----------------------------------------------	
*	顶部
----------------------------------------------	
*/
.head {
  background-color: #fff;
}
.head .box {
  width: 1110px;
  margin: 0 auto;
}
.head .box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.head .box .logo {
  float: left;
}
.head .box .nav {
  float: right;
}
.head .box .nav:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.head .box .nav li {
  position: relative;
  float: left;
  padding: 0 32px;
  line-height: 92px;
}
.head .box .nav li:hover {
  background-color: #f5f5f5;
}
.head .box .nav li a {
  text-align: center;
  color: #333;
  font-size:16px;
  padding: 0 5px;
}
.head .box .nav li a.current {
  color: #27b141;
  font-weight: bold;
}
.head .box .nav li a:hover {
  color: #27b141;
}
.head .box .nav li .subnav {
  position: absolute;
  left: 0;
  top: 70px;
  background-color: #27b141;
  width: 100%;
  display: none;
  z-index: 10;
}
.head .box .nav li .subnav a {
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 40px;
}
.head .box .nav li .subnav a:hover {
  background-color: #24a23c;
}
.head .box .nav li.reg_link {
  padding: 0 30px 0 40px;
}
.head .box .nav li.reg_link:hover {
  background: transparent;
}
.head .box .nav li.reg_link a {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  line-height: 32px;
  padding: 0 20px;
  color: #333333;
  background-color: #ffffff;
  display: block;
  margin-top: 29px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.head .box .nav li.reg_link a:hover {
  border: 1px solid #27b141;
  color: #27b141;
}
.head .box .nav li.login_link {
  padding: 0;
}
.head .box .nav li.login_link:hover {
  background: transparent;
}
.head .box .nav li.login_link a {
  border: 1px solid #27b141;
  border-radius: 20px;
  line-height: 32px;
  padding: 0 20px;
  color: #ffffff;
  background-color: #27b141;
  display: block;
  margin-top: 29px;
}
/*
----------------------------------------------	
*	尾部
----------------------------------------------	
*/
.foot {
  background-color: #313332;
}
.foot .box {
  width: 1110px;
  margin: 0 auto;
  padding: 40px 0 160px;
}
.foot .box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.foot .box .fnav {
  float: left;
}
.foot .box .fnav:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.foot .box .fnav .item {
  float: left;
  width: 120px;
  margin-right: 50px;
}
.foot .box .fnav .item span {
  color: #fff;
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #494c4b;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
.foot .box .fnav .item a {
  color: #999;
  display: block;
  font-size: 12px;
  line-height: 26px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.foot .box .fnav .item a:hover {
  text-decoration: underline;
  color: #27b141;
}
.foot .box .side {
  float: right;
}
.foot .box .side:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.foot .box .side .item {
  float: left;
  margin-left: 20px;
}
.foot .box .side .item span {
  color: #999;
  display: block;
  font-size: 12px;
  text-align: center;
  padding-top: 8px;
}
.bottom {
  background-color: #2c2e2d;
}
.bottom .box {
  width: 1110px;
  margin: 0 auto;
  font-size: 12px;
  color: #666;
  line-height: 40px;
  height: 40px;
}
.bottom .box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.bottom .box .left_side {
  float: left;
}
.bottom .box .right_side {
  float: right;
}
.backtop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  display: none;
  width: 60px;
  text-align: center;
  z-index: 101;
}
.backtop img {
  width: 30px;
  margin: 0 auto;
}
.backtop span {
  font-size: 12px;
  color: #999;
  padding-top: 10px;
  display: block;
}
/*
----------------------------------------------	
*	布局模块公用样式
----------------------------------------------	
*/
/*
----------------------------------------------	
*	场景公用样式
----------------------------------------------	
*/
/*
=========================================================================================
*	首页样式 - 开始
=========================================================================================
*/
/*
----------------------------------------------	
*	首页banner
----------------------------------------------	
*/
.banner {
  height: 578px;
  background-color: #2d72bf;
  overflow: hidden;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.banner .box {
  position: relative;
  width: 1110px;
  height: 578px;
  margin: 0 auto;
  z-index: 8;
}
.banner .box .point {
  position: absolute;
  bottom: 40px;
  left: 0;
  text-align: center;
  width: 100%;
}
.banner .box .point a {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #fff;
  margin: 0 5px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.banner .box .point a.current {
  background-color: #fff;
}
.banner .box .point a:hover {
  background-color: #fff;
}
.banner .box .ani_title {
  position: absolute;
  /*top:183px;*/
  top: 120px;
  left: 40px;
  opacity: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
.banner .box .ani_subtitle {
  position: absolute;
  top: 256px;
  left: -60px;
  opacity: 0;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.banner .box .go_detail {
  position: absolute;
  left: 40px;
  /*top:350px;*/
  top: 400px;
  width: 132px;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  display: block;
  opacity: 0;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.banner .box .go_detail:hover {
  border-radius: 30px;
}
.banner .box .ani_phone {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 510px;
  height: 540px;
  background: url("../images/ani_phone.png") no-repeat center center;
}
.banner .box .ani_phone .ani_screen {
  width: 229px;
  height: 388px;
  margin-left: 144px;
  margin-top: 76px;
  background-color: #e5e5e5;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.banner .box .ani_phone .ani_screen img {
  width: 100%;
  height: 388px;
}
/*
----------------------------------------------	
*	 内页banner
----------------------------------------------	
*/
.inside_banner {
  height: 335px;
  background-color: #40bc8c;
  overflow: hidden;
}
/*
----------------------------------------------	
*	首页 - 解决方案
----------------------------------------------	
*/
.solution {
  background-color: #ffffff;
  padding: 80px 0 110px;
}
.solution .column {
  font-size: 26px;
  text-align: center;
  color: #333;
}
.solution .describe {
  font-size: 16px;
  text-align: center;
  color: #999;
  padding: 16px 0 40px;
}
.solution .describe a {
  color: #999;
}
.solution .content {
  width: 1110px;
  margin: 0 auto;
}
.solution .content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.solution:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.solution .content {
  height: 480px;
  overflow: hidden !important;
}
.solution .bbox {
  width: 1140px;
}
.solution .bbox .item {
  float: left;
  width: 350px;
  height: 225px;
  background-color: #f5f5f5;
  text-align: center;
  margin: 0 30px 30px 0;
  display: block;
}
.solution .bbox .item:hover {
  background-color: #ededed;
}
.solution .bbox .item .box {
  padding: 0 30px;
}
.solution .bbox .item .box img {
  display: block;
  margin: 30px auto 0;
}
.solution .bbox .item .box span {
  display: block;
  font-size: 18px;
  padding-top: 10px;
  color: #333;
}
.solution .bbox .item .box p {
  display: block;
  color: #666;
  padding-top: 8px;
}
/*
----------------------------------------------	
*	功能模块
----------------------------------------------	
*/
.module {
  background-color: #f5f5f5;
  padding: 80px 0 80px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height: 560px;
  overflow: hidden;
}
.module .column {
  font-size: 26px;
  text-align: center;
  color: #333;
}
.module .describe {
  font-size: 16px;
  text-align: center;
  color: #999;
  padding: 16px 0 40px;
}
.module .describe a {
  color: #999;
}
.module .content {
  width: 1110px;
  margin: 0 auto;
}
.module .content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.module .content {
  position: relative;
}
.module .content .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 426px;
  height: 892px;
  background: url("../images/phone.png") no-repeat center center;
}
.module .content .phone .screen {
  width: 361px;
  margin-left: 32px;
  margin-top: 128px;
  background: #e5e5e5;
}
.module .content .phone .screen img {
  width: 100%;
}
.module .content .zoom {
  position: absolute;
  left: 300px;
  top: 240px;
  width: 270px;
  height: 270px;
}
.module .content .zoom .box {
  position: relative;
}
.module .content .zoom .box img {
  position: relative;
  z-index: 3;
}
.module .content .zoom .box .circle {
  position: absolute;
  left: 15px;
  top: 16px;
  width: 240px;
  height: 240px;
  border-radius: 240px;
  overflow: hidden;
  z-index: 1;
}
.module .content .side {
  position: absolute;
  left: 650px;
  top: 100px;
  width: 400px;
}
.module .content .side .box {
  position: relative;
  height: 540px;
}
.module .content .side .box .title {
  font-size: 26px;
  color: #333;
}
.module .content .side .box .brief {
  font-size: 16px;
  color: #999;
  padding-top: 24px;
}
.module .content .side .box .func {
  position: absolute;
  left: 0;
  top: 160px;
}
.module .content .side .box .func:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.module .content .side .box .func .item {
  float: left;
  width: 64px;
  display: block;
  margin: 0 20px 16px 0;
}
.module .content .side .box .func .item:hover img {
  border: 1px solid #27b141;
  background-color: #fff;
}
.module .content .side .box .func .item:hover span {
  color: #27b141;
}
.module .content .side .box .func .item img {
  width: 42px;
  padding: 10px;
  border-radius: 8px;
  display: block;
  border: 1px solid #ccc;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  /*for IE6~8*/
}
.module .content .side .box .func .item span {
  font-size: 12px;
  text-align: center;
  display: block;
  color: #888;
  padding-top: 3px;
}
.module .content .side .box .possess {
  position: absolute;
  left: 0;
  top: 160px;
}
.module .content .side .box .possess:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.module .content .side .box .possess .item {
  float: left;
  display: block;
  margin: 0 16px 16px 0;
  color: #666;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.module .content .side .box .possess .item:hover {
  border: 1px solid #27b141;
  background-color: #fff;
}
.module:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.module_sp {
  background-color: #f5f5f5;
  padding: 80px 0 80px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height: 560px;
  overflow: hidden;
}
.module_sp .column {
  font-size: 26px;
  text-align: center;
  color: #333;
}
.module_sp .describe {
  font-size: 16px;
  text-align: center;
  color: #999;
  padding: 16px 0 40px;
}
.module_sp .describe a {
  color: #999;
}
.module_sp .content {
  width: 1110px;
  margin: 0 auto;
}
.module_sp .content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.module_sp .content {
  position: relative;
}
.module_sp .content .phone {
  position: absolute;
  left: 0;
  top: -140px;
  width: 426px;
  height: 892px;
  background: url("../images/phone.png") no-repeat center center;
}
.module_sp .content .phone .screen {
  width: 361px;
  height: 642px;
  margin-left: 32px;
  margin-top: 128px;
  overflow: hidden;
}
.module_sp .content .phone .screen img {
  width: 100%;
}
.module_sp .content .zoom {
  position: absolute;
  left: 300px;
  top: 240px;
  width: 270px;
  height: 270px;
}
.module_sp .content .zoom .box {
  position: relative;
}
.module_sp .content .zoom .box img {
  position: relative;
  z-index: 3;
}
.module_sp .content .zoom .box .circle {
  position: absolute;
  left: 15px;
  top: 16px;
  width: 240px;
  height: 240px;
  border-radius: 240px;
  overflow: hidden;
  z-index: 1;
}
.module_sp .content .side {
  position: absolute;
  left: 650px;
  top: 100px;
  width: 400px;
}
.module_sp .content .side .box {
  position: relative;
  height: 540px;
}
.module_sp .content .side .box .title {
  font-size: 26px;
  color: #333;
}
.module_sp .content .side .box .brief {
  font-size: 16px;
  color: #999;
  padding-top: 24px;
}
.module_sp .content .side .box .func {
  position: absolute;
  left: 0;
  top: 160px;
}
.module_sp .content .side .box .func:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.module_sp .content .side .box .func .item {
  float: left;
  width: 64px;
  display: block;
  margin: 0 20px 16px 0;
}
.module_sp .content .side .box .func .item:hover img {
  border: 1px solid #27b141;
  background-color: #fff;
}
.module_sp .content .side .box .func .item:hover span {
  color: #27b141;
}
.module_sp .content .side .box .func .item img {
  width: 42px;
  padding: 10px;
  border-radius: 8px;
  display: block;
  border: 1px solid #ccc;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  /*for IE6~8*/
}
.module_sp .content .side .box .func .item span {
  font-size: 12px;
  text-align: center;
  display: block;
  color: #888;
  padding-top: 3px;
}
.module_sp .content .side .box .possess {
  position: absolute;
  left: 0;
  top: 160px;
}
.module_sp .content .side .box .possess:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.module_sp .content .side .box .possess .item {
  float: left;
  display: block;
  margin: 0 16px 16px 0;
  color: #666;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.module_sp .content .side .box .possess .item:hover {
  border: 1px solid #27b141;
  background-color: #fff;
}
.module_sp:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
/*
----------------------------------------------	
*	案例
----------------------------------------------	
*/
.case {
  background-color: #ffffff;
  padding: 80px 0 110px;
}
.case .column {
  font-size: 26px;
  text-align: center;
  color: #333;
}
.case .describe {
  font-size: 16px;
  text-align: center;
  color: #999;
  padding: 16px 0 40px;
}
.case .describe a {
  color: #999;
}
.case .content {
  width: 1110px;
  margin: 0 auto;
}
.case .content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.case:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.case .content {
  height: 480px;
  overflow: hidden;
}
.case .box {
  width: 1140px;
}
.case .box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.case .box .item {
  float: left;
  width: 350px;
  height: 225px;
  background-color: #f5f5f5;
  text-align: center;
  margin: 0 30px 30px 0;
  display: block;
}
.case .box .item img {
  width: 100%;
  height: 225px;
}
/*
----------------------------------------------	
*	新闻
----------------------------------------------	
*/
.news {
  background-color: #f5f5f5;
  padding: 110px 0 110px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.news .column {
  font-size: 26px;
  text-align: center;
  color: #333;
}
.news .describe {
  font-size: 16px;
  text-align: center;
  color: #999;
  padding: 16px 0 40px;
}
.news .describe a {
  color: #999;
}
.news .content {
  width: 1110px;
  margin: 0 auto;
}
.news .content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.news:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.news .profiles {
  width: 389px;
  float: right;
}
.news .profiles span {
  font-size: 26px;
  color: #333;
  display: block;
  border-left: 4px solid #27b141;
  padding-left: 20px;
  height: 26px;
  line-height: 20px;
}
.news .profiles img {
  width: 100%;
  height: 300px;
  display: block;
  border: 1px solid #e5e5e5;
  margin: 30px auto 20px;
}
.news .profiles p {
  font-size: 14px;
  color: #666;
}
.news .profiles p a {
  color: #666;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.news .profiles p a:hover {
  color: #27b141;
}
.news .taber {
  float: left;
}
.news .taber:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.news .taber .tab_index {
  float: left;
}
.news .taber .tab_index span {
  width: 202px;
  height: 205px;
  line-height: 205px;
  display: block;
  font-size: 16px;
  color: #666;
  text-align: center;
  cursor: pointer;
}
.news .taber .tab_index span.dt {
  background: url("../images/new_dt_normal.png") no-repeat center center;
}
.news .taber .tab_index span.dt.current {
  background: url("../images/new_dt_current.png") no-repeat center center;
  color: #fff;
}
.news .taber .tab_index span.zx {
  background: url("../images/new_zx_normal.png") no-repeat center center;
}
.news .taber .tab_index span.zx.current {
  background: url("../images/new_zx_current.png") no-repeat center center;
  color: #fff;
}
.news .taber .tab_conts {
  float: left;
  width: 430px;
  padding-left: 40px;
}
.news .taber .tab_conts .top {
  margin-top: 30px;
}
.news .taber .tab_conts .top span {
  font-size: 18px;
  color: #333;
  display: block;
}
.news .taber .tab_conts .top p {
  font-size: 14px;
  color: #999;
  display: block;
  line-height: 26px;
  padding-top: 14px;
}
.news .taber .tab_conts .top p a {
  color: #999;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.news .taber .tab_conts .top p a:hover {
  color: #27b141;
}
.news .taber .tab_conts ul {
  margin-top: 40px;
}
.news .taber .tab_conts ul li {
  border-bottom: 1px dashed #e5e5e5;
}
.news .taber .tab_conts ul li:last-child {
  border-bottom: none;
}
.news .taber .tab_conts ul li a {
  font-size: 14px;
  color: #666;
  line-height: 49px;
  display: block;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.news .taber .tab_conts ul li a:hover {
  color: #27b141;
}
.news .taber .tab_conts ul li a:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.news .taber .tab_conts ul li a span {
  float: right;
  display: block;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
/*
----------------------------------------------	
*	合作伙伴
----------------------------------------------	
*/
.link {
  width: 1110px;
  margin: 80px auto;
}
.link img {
  width: 100%;
}
/*
=========================================================================================
*	栏目：解决方案
=========================================================================================
*/
.guide {
  background-color: #f5f5f5;
}
.guide .box {
  width: 1110px;
  margin: 0 auto;
}
.guide .box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.guide .box a {
  float: left;
  width: 185px;
  display: block;
  text-align: center;
  padding: 36px 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.guide .box a:hover {
  background-color: #e5e5e5;
}
.guide .box a img {
  width: 58px;
}
.guide .box a span {
  display: block;
  font-size: 14px;
  color: #666;
  padding-top: 5px;
}
.intr {
  background-color: #ffffff;
  padding: 80px 0 100px;
  text-align: center;
}
.intr .column {
  font-size: 26px;
  text-align: center;
  color: #333;
}
.intr .describe {
  font-size: 16px;
  text-align: center;
  color: #999;
  padding: 16px 0 40px;
}
.intr .describe a {
  color: #999;
}
.intr .content {
  width: 1110px;
  margin: 0 auto;
}
.intr .content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.intr .column {
  width: 220px;
  margin: 0 auto;
  border-bottom: 4px solid #27b141;
  padding-bottom: 20px;
}
.intr .subcolumn {
  font-size: 26px;
  color: #333;
  text-align: center;
  padding-top: 50px;
}
.intr .describe {
  width: 900px;
  margin: 0 auto;
  font-size: 15px;
  padding-top: 20px;
  color: #666;
}
.intr .thumb {
  width: 561px;
  margin: 0 auto;
}
.intr .thumb:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.intr .thumb img {
  float: left;
  margin: 0 2px;
}
.contrasts {
  background-color: #ffffff;
  padding: 80px 0 100px;
}
.contrasts .column {
  font-size: 26px;
  text-align: center;
  color: #333;
}
.contrasts .describe {
  font-size: 16px;
  text-align: center;
  color: #999;
  padding: 16px 0 40px;
}
.contrasts .describe a {
  color: #999;
}
.contrasts .content {
  width: 1110px;
  margin: 0 auto;
}
.contrasts .content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.contrasts .content {
  padding-top: 40px;
  overflow: hidden;
}
.contrasts .content .box {
  width: 1120px;
}
.contrasts .content .box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.contrasts .content .box span {
  float: left;
  width: 550px;
  display: block;
  margin: 0 10px 10px 0;
  background-color: #f5f5f5;
  height: 86px;
}
.contrasts .content .box span p {
  padding: 16px 20px;
  color: #666;
}
.scene {
  background-color: #f5f5f5;
  padding: 80px 0 100px;
}
.scene .column {
  font-size: 26px;
  text-align: center;
  color: #333;
}
.scene .describe {
  font-size: 16px;
  text-align: center;
  color: #999;
  padding: 16px 0 40px;
}
.scene .describe a {
  color: #999;
}
.scene .content {
  width: 1110px;
  margin: 0 auto;
}
.scene .content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.scene:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.scene .left_side {
  float: left;
  width: 736px;
  height: 406px;
  overflow: hidden;
}
.scene .left_side .box {
  width: 740px;
}
.scene .left_side .box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.scene .left_side .box .imgbox {
  position: relative;
  float: left;
  width: 366px;
  height: 201px;
  display: block;
  margin: 0 4px 4px 0;
  overflow: hidden;
}
.scene .left_side .box .imgbox img {
  position: absolute;
}
.scene .right_side {
  position: relative;
  float: right;
  width: 370px;
  height: 406px;
  overflow: hidden;
}
.scene .right_side img {
  position: absolute;
}
.scene .content {
  padding-top: 40px;
  overflow: hidden;
}
/*
=========================================================================================
*	栏目：产品中心
=========================================================================================
*/
.short {
  position: relative;
  width: 1110px;
  margin: 80px auto;
  border-left: 4px solid #27b141;
  padding: 20px 0;
}
.short .title {
  font-size: 26px;
  color: #333;
  padding-left: 30px;
}
.short .brief {
  width: 670px;
  font-size: 16px;
  color: #666;
  padding-left: 30px;
  padding-top: 20px;
  line-height: 28px;
}
.short .tab_link {
  position: absolute;
  right: 0;
  top: 0;
}
.short .tab_link a {
  float: left;
  width: 64px;
  height: 64px;
  display: block;
  margin-left: 20px;
}
.short .tab_link .prevbtn {
  background: url("../images/arrow_left.jpg") no-repeat center center;
}
.short .tab_link .prevbtn:hover {
  background: url("../images/arrow_left_hover.jpg") no-repeat center center;
}
.short .tab_link .nextbtn {
  background: url("../images/arrow_right.jpg") no-repeat center center;
}
.short .tab_link .nextbtn:hover {
  background: url("../images/arrow_right_hover.jpg") no-repeat center center;
}
.appliance {
  background-color: #ffffff;
  padding: 80px 0 100px;
}
.appliance .column {
  font-size: 26px;
  text-align: center;
  color: #333;
}
.appliance .describe {
  font-size: 16px;
  text-align: center;
  color: #999;
  padding: 16px 0 40px;
}
.appliance .describe a {
  color: #999;
}
.appliance .content {
  width: 1110px;
  margin: 0 auto;
}
.appliance .content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.appliance .content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.appliance .item {
  float: left;
  width: 185px;
  text-align: center;
}
.appliance .item img {
  height: 40px;
}
/*
=========================================================================================
*	栏目：客户案例
=========================================================================================
*/
.category_guide {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.category_guide ul li {
  display: inline-block;
  padding: 30px;
}
.category_guide ul li a {
  font-size: 14px;
  color: #333;
  padding-bottom: 28px;
}
.category_guide ul li a:hover {
  border-bottom: 4px solid #27b141;
  color: #27b141;
}
.category_guide ul li a.current {
  border-bottom: 4px solid #27b141;
  color: #27b141;
}
.location {
  display: block;
}
.location .box {
  width: 640px;
  margin: 0 auto;
}
.location .box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.location .box .backlist {
  float: left;
  height: 194px;
  line-height: 194px;
  display: block;
  color: #fff;
  font-size: 30px;
}
.location .box .btn {
  float: right;
  margin-top: 65px;
}
.location .box .btn:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.location .box .btn .prev,
.location .box .btn .next {
  width: 64px;
  height: 64px;
  display: block;
  margin-left: 10px;
}
.location .box .btn .prev {
  float: left;
  background: url("../images/prevbtn.png") no-repeat center center;
}
.location .box .btn .prev:hover {
  background: url("../images/prevbtn_hover.png") no-repeat center center;
}
.location .box .btn .next {
  float: right;
  background: url("../images/nextbtn.png") no-repeat center center;
}
.location .box .btn .next:hover {
  background: url("../images/nextbtn_hover.png") no-repeat center center;
}
.case_wrap {
  width: 1110px;
  margin: 0 auto;
  overflow: hidden;
  padding: 60px 0;
}
.case_wrap .box {
  width: 1140px;
}
.case_wrap .box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.case_wrap .box a {
  float: left;
  display: block;
  width: 350px;
  margin: 0 30px 30px 0;
  height: 225px;
  padding-bottom: 30px;
}
.case_wrap .box a img {
  width: 100%;
}
.case_wrap .box a span {
  padding-top: 14px;
  display: block;
  color: #333;
  font-size: 16px;
}
.case_wrap .box a p {
  display: block;
  font-size: 12px;
  color: #666;
}
.show_case_layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 201;
}
.show_case_layer .cover_layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.show_case_layer .box {
  position: relative;
  width: 640px;
  margin: 0 auto;
}
.show_case_layer .box .go_down {
  position: absolute;
  top: 40%;
  right: 14px;
}
.show_case_layer .box .content {
  width: 640px;
  background-color: #fff;
  height: 500px;
  z-index: 202;
  overflow: hidden;
  border: 4px solid #eee;
}
.show_case_layer .box .content .c_show {
  width: 658px;
  overflow-y: auto;
  overflow-x: hidden;
}
.show_case_layer .box .content .c_show .title {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 100%;
  line-height: 46px;
  background-color: #fff;
  font-size: 18px;
  text-indent: 18px;
}
.show_case_layer .box .content .c_show .close_btn {
  position: absolute;
  right: 16px;
  top: 4px;
  cursor: pointer;
  line-height: 46px;
  font-size: 16px;
}
.case_show {
  display: block;
  margin: 80px auto;
  width: 640px;
}
.case_show img {
  display: block;
  margin: 0 !important;
}
/*
=========================================================================================
*	栏目：帮助中心
=========================================================================================
*/
.help_wrap {
  width: 1110px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
.help_wrap:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.help_wrap .category {
  float: left;
  width: 180px;
}
.help_wrap .category .item span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 48px;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  background: url("../images/help_item.jpg") no-repeat left center;
  padding-left: 30px;
  cursor: pointer;
}
.help_wrap .category .item span:hover {
  background: url("../images/help_item_current.jpg") no-repeat left center;
  color: #27b141;
}
.help_wrap .category .item span.current {
  background: url("../images/help_item_current.jpg") no-repeat left center;
  color: #27b141;
  font-weight: bold;
}
.help_wrap .category .item .box {
  padding: 5px 0;
  display: none;
}
.help_wrap .category .item .box.current {
  display: block;
}
.help_wrap .category .item .box a {
  display: block;
  font-size: 14px;
  color: #777;
  line-height: 38px;
  padding-left: 30px;
}
.help_wrap .category .item .box a:hover {
  color: #27b141;
}
.help_wrap .category .item .box a.current {
  color: #27b141;
}
.help_wrap .content {
  float: right;
  width: 849px;
  text-align: justify;
  border-left: 1px solid #e5e5e5;
  padding-left: 40px;
  margin-left: 40px;
  color: #666;
  padding-bottom: 60px;
}
/*
=========================================================================================
*	栏目：关于我们
=========================================================================================
*/
.aboutus {
  background-color: #ffffff;
  padding: 100px 0 100px;
}
.aboutus .column {
  font-size: 26px;
  text-align: center;
  color: #333;
}
.aboutus .describe {
  font-size: 16px;
  text-align: center;
  color: #999;
  padding: 16px 0 40px;
}
.aboutus .describe a {
  color: #999;
}
.aboutus .content {
  width: 1110px;
  margin: 0 auto;
}
.aboutus .content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.aboutus .describe {
  width: 900px;
  margin: 0 auto;
  font-size: 15px;
  padding: 30px 0 0;
  color: #666;
}
.abouthumb {
  background-color: #f5f5f5;
  padding: 110px 0 110px;
}
.abouthumb .column {
  font-size: 26px;
  text-align: center;
  color: #333;
}
.abouthumb .describe {
  font-size: 16px;
  text-align: center;
  color: #999;
  padding: 16px 0 40px;
}
.abouthumb .describe a {
  color: #999;
}
.abouthumb .content {
  width: 1110px;
  margin: 0 auto;
}
.abouthumb .content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.abouthumb:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.abouthumb .left_side {
  float: left;
  width: 736px;
  height: 406px;
  overflow: hidden;
}
.abouthumb .left_side .box {
  width: 740px;
}
.abouthumb .left_side .box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.abouthumb .left_side .box .imgbox {
  position: relative;
  float: left;
  width: 366px;
  height: 201px;
  display: block;
  margin: 0 4px 4px 0;
  overflow: hidden;
}
.abouthumb .left_side .box .imgbox img {
  position: absolute;
}
.abouthumb .right_side {
  position: relative;
  float: right;
  width: 370px;
  height: 406px;
  overflow: hidden;
}
.abouthumb .right_side img {
  position: absolute;
}
.abouthumb .content {
  overflow: hidden;
}
.contactus {
  background-color: #ffffff;
  padding: 90px 0 90px;
  text-align: center;
}
.contactus .column {
  font-size: 26px;
  text-align: center;
  color: #333;
}
.contactus .describe {
  font-size: 16px;
  text-align: center;
  color: #999;
  padding: 16px 0 40px;
}
.contactus .describe a {
  color: #999;
}
.contactus .content {
  width: 1110px;
  margin: 0 auto;
}
.contactus .content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.contactus:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.contactus .item {
  display: inline-block;
  width: 340px;
  text-align: center;
}
.contactus .item img {
  padding-bottom: 20px;
}
.contactus .item p {
  display: block;
  color: #333;
}
/*
=========================================================================================
*	栏目：新闻资讯
=========================================================================================
*/
.news_wrap {
  width: 1110px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
.news_wrap:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.news_wrap .category {
  float: left;
  width: 180px;
}
.news_wrap .category a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 48px;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  background: url("../images/help_item.jpg") no-repeat left center;
  padding-left: 30px;
  cursor: pointer;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.news_wrap .category a:first-child {
  border-top: 1px solid #e5e5e5;
}
.news_wrap .category a:hover {
  background: url("../images/help_item_current.jpg") no-repeat left center;
  color: #27b141;
}
.news_wrap .category a.current {
  background: url("../images/help_item_current.jpg") no-repeat left center;
  color: #27b141;
  font-weight: bold;
}
.news_wrap .content {
  float: right;
  width: 890px;
  text-align: justify;
  padding-left: 40px;
  color: #666;
  padding-bottom: 60px;
}
.news_wrap .content .news_list a {
  display: block;
  border-top: 1px solid #e5e5e5;
  padding: 40px 0;
  overflow: hidden;
  /*for IE*/
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.news_wrap .content .news_list a:hover .info span {
  color: #27b141;
}
.news_wrap .content .news_list a:first-child {
  border-top: none;
  padding-top: 0;
}
.news_wrap .content .news_list a:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.news_wrap .content .news_list a .imgbox {
  float: left;
  width: 250px;
  height: 160px;
  overflow: hidden;
}
.news_wrap .content .news_list a .imgbox img {
  width: 100%;
}
.news_wrap .content .news_list a .info {
  float: right;
  width: 620px;
}
.news_wrap .content .news_list a .info span {
  font-size: 18px;
  color: #333;
  display: block;
}
.news_wrap .content .news_list a .info strong {
  font-size: 14px;
  color: #777;
  display: block;
  font-weight: normal;
  padding-top: 3px;
}
.news_wrap .content .news_list a .info p {
  font-size: 14px;
  color: #777;
  display: block;
  padding-top: 16px;
  line-height: 26px;
}
.news_wrap .content .news_show .title {
  font-size: 26px;
  text-align: center;
  color: #333;
}
.news_wrap .content .news_show .info {
  font-size: 14px;
  text-align: center;
  color: #999;
  padding-top: 10px;
}
.news_wrap .content .news_show .contents {
  padding: 40px 0 60px;
}
.news_wrap .content .news_show .contents img {
  max-width: 890px;
}
.slide-service-wrap {
  position: fixed;
  right: 20px;
  top: 50%;
  width: 78px;
  margin-top: -185px;
  z-index: 1000;
}
.slide-service-wrap .box .item {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.slide-service-wrap .box .item:hover {
  background-color: #f5f5f5;
}
.slide-service-wrap .box .item .icon {
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background-color: #fff;
  cursor: pointer;
}
.slide-service-wrap .box .item .icon img {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: block;
}
.slide-service-wrap .box .item .icon span {
  text-align: center;
  font-size: 12px;
  color: #999;
  display: block;
}
.slide-service-wrap .box .item .detail {
  position: absolute;
  right: 90px;
  top: 0;
  width: 290px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
  background-color: #fff;
  text-align: center;
  display: none;
}
.slide-service-wrap .box .item .detail .recontents ul {
  padding: 14px 0;
}
.slide-service-wrap .box .item .detail .recontents ul:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.slide-service-wrap .box .item .detail .recontents ul li {
  float: left;
  width: 42%;
  padding: 2px 0;
}
.slide-service-wrap .box .item .detail .recontents ul li a {
  color: #666;
  display: block;
  text-align: right;
  background: url("../images/q1.gif") no-repeat 38px center;
  background-size: auto 20px;
}
.slide-service-wrap .box .item .detail .recontents ul li a:hover {
  text-decoration: underline;
}
.slide-service-wrap .box .item .detail .recontents .phone {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #666;
}
.slide-service-wrap .box .item .detail .recontents .qrcode {
  padding: 20px 0 30px 0;
  text-align: center;
}
.slide-service-wrap .box .item .detail .recontents .qrcode img {
  width: 100px;
  margin: 0 auto;
  display: block;
}
.slide-service-wrap .box .item .detail .recontents .qrcode span {
  display: block;
  font-size: 12px;
  color: #aaa;
}
.slide-service-wrap .box .item .detail .recontents .qrcode p {
  font-size: 12px;
  padding: 10px 0 0 0;
  color: #444;
}
