﻿body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #646464;
	line-height: 22px;
	font-family: "Microsoft YaHei", Arial;
}

input {
	font-family: "Microsoft YaHei";
}

a {
	font-size: 14px;
	color: #646464;
	line-height: 22px;
	text-decoration: none;
}

a:hover {
	color: #00a0e9;
}

ul, li, dl, dd, dt, h3, h4, dt, dl, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear {
	clear: both;
}

a img {
	border: none;
}

.base {
	width: 980px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.hide {
	display: none;
}

.mt40 {
	margin-top: 40px;
}

.mt35 {
	margin-top: 35px;
}

.mt30 {
	margin-top: 30px;
}

.mt20 {
	margin-top: 20px;
}

.mt15 {
	margin-top: 15px;
}

.mt10 {
	margin-top: 10px;
}

.red {
	color: #d92020;
}

.f12 {
	font-size: 12px;
}

.f22 {
	font-size: 22px;
	color: #363636;
}

.f25 {
	font-size: 25px;
	color: #363636;
}

.fw22 {
	font-size: 22px;
	color: #fff;
}

.fw25 {
	font-size: 25px;
	color: #fff;
}

.mt2 {
	margin-top: 2px;
}

.mt4 {
	margin-top: 4px;
}

.mt5 {
	margin-top: 5px;
}

.hr {
	border: none;
	border-bottom: 1px solid #bbb;
	height: 10px;
	margin: 0;
}

.hover {
	color: #00a0e9;
}

.lh30 {
	line-height: 30px;
}

.lh32 {
	line-height: 32px;
}

.lh35 {
	line-height: 35px;
}

.block {
	display: block;
}

.showbox {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.scale:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.scaleSmall:hover {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

#header {
	height: 80px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	z-index: 999;
	background-color: #fff;
}

.header_block {
	height: 80px;
	width: 100%;
	margin: 0 auto;
}

#header.fixed {
	position: fixed;
	border-bottom: 1px solid #bbb;
}

#header.bg {
	background-color: #f6f6f6;
}

#header .logo {
	float: left;
	width: 240px;
	margin: 20px 0 0 30px;
	text-align: left;
}

#header .nav {
	width: 480px;
	float: left;
	margin-top: 30px;
}

#header .nav a {
	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
}

#header .nav li {
	position: relative;
	float: left;
	width: 30px;
	margin-right: 28px;
}

#header .nav li a:hover {
	color: #00a0e9;
}

#header .nav li.select a {
	color: #00a0e9;
}

#header .nav li .navsub {
	color: #646464;
	font-size: 12px;
	position: absolute;
	top: 35px;
	border: 1px solid #aaa;
	width: 110px;
	left: -30px;
	background-color: #fff;
	z-index: 10;
	border-top: 2px solid #ddd;
	display: none;
}

#header .nav li .navsub a {
	color: #646464;
	font-size: 12px;
	display: block;
	margin: 0 5px;
	height: 30px;
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
	font-weight: normal;
}

#header .nav li .navsub a:hover {
	color: #00a0e9;
}
/*#header .nav li .navsub a.cur{color:#00a0e9;}*/
#header .nav li .navsub span {
	display: block;
	position: absolute;
	top: -14px;
	left: 34px;
	z-index: 11;
	width: 15px;
	height: 14px;
	background: url(../images/icon_nav_cur.jpg) left top no-repeat;
}

#header .r {
	float: right;
	width: 225px;
	margin-top: 30px;
}

#header .r .reg {
	height: 24px;
	display: inline-block;
	line-height: 24px;
	background-color: #454545;
	color: #fff;
	text-align: center;
	float: left;
	font-size: 12px;
	padding: 0 10px;
	margin-right: 5px;
}

#header .r .reg:hover {
	background-color: #01aab6;
}

#header .r .wx {
	position: relative;
	width: 35px;
	height: 35px;
	float: left;
	margin-left: 16px;
}

#header .r .wx .download {
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 10;
	display: none;
}

#header .r .backhome {
	height: 24px;
	display: inline-block;
	line-height: 24px;
	background-color: #454545;
	color: #fff;
	text-align: center;
	float: left;
	font-size: 12px;
	padding: 0 10px;
}

#header .r .backhome:hover {
	background-color: #01aab6;
}
/*
#header .r .wx:hover  .download{display:block;
    transform:translateY(0px);
    opacity:1;
    top:30px;
	z-index:9999;
}
*/
.banner {
	position: relative;
	width: 100%;
	min-width: 980px;
	height: 400px;
	overflow: hidden;
	z-index: 9;
}

.banner a {
	display: block;
	height: 400px;
}

.banner #J_bannerPic {
	height: 400px;
	position: absolute;
	z-index: 0;
	overflow: hidden;
	width: 100%;
}

.banner #J_bannerPic li {
	height: 400px;
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}

.banner #J_bannerBar {
	position: absolute;
	left: 50%;
	bottom: 0;
	_bottom: -2px;
	margin-left: -80px;
	height: 28px;
	overflow: hidden;
	z-index: 9;
}

.banner #J_bannerBar li {
	float: left;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	text-indent: -999em;
	background-color: #fff;
	border-radius: 8px;
}

.banner #J_bannerBar li.current {
	background-color: #444;
}

.banner #J_bannerBarBg {
	background-color: #000;
	opacity: 0.2;
	height: 50px;
	bottom: 0;
	position: absolute;
	width: 100%;
	filter: alpha(opacity = 20);
}

.banner.sub {
	height: 400px;
}

.banner .btn {
	height: 26px;
	display: inline-block;
	line-height: 26px;
	color: #494949;
	text-align: center;
	font-size: 12px;
	padding: 0 20px;
	margin-right: 12px;
}

.banner .btn.huang {
	background-color: #ffffcc;
}

.banner .btn.huang:hover {
	background-color: #fff;
}

.banner .btn.cheng {
	background-color: #ffcc33;
}

.banner .btn.cheng:hover {
	background-color: #ffbf00;
}

.banner .btn.hui {
	background-color: #f1e7e6;
}

.banner .btn.hui:hover {
	background-color: #fcf1f0;
}

.banner .btn.cheng2 {
	background-color: #f8b551;
}

.banner .btn.cheng2:hover {
	background-color: #f5a124;
}

.banner .btn.lv {
	background-color: #80c269;
}

.banner .btn.lv:hover {
	background-color: #65a94d;
}

.banner .download {
	display: none;
	position: absolute;
	left: 50%;
	z-index: 99;
}

.banner #download30 {
	margin-left: -109px;
	top: 217px;
	display: none;
}

.banner #download30 .btn {
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	margin-right: 9px;
	color: #fff;
}

.banner #download31 {
	margin-left: -440px;
	top: 217px;
	display: block;
}

.banner #download31 .btn {
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	margin-right: 9px;
	color: #fff;
	color: #494949;
}

.banner #download31 .cheng2 {
	background-color: #ffffcc;
}

.banner #download31 .cheng2:hover {
	background-color: #fff;
}

.banner #download31 .lv {
	background-color: #f8b551;
}

.banner #download31 .lv:hover {
	background-color: #f5a124;
}

.banner #download79 {
	margin-left: -167px;
	top: 130px;
	display: none;
}

.banner #download91 {
	margin-left: -450px;
	top: 275px;
	display: none;
}

.banner #download114 {
	margin-left: -138px;
	top: 250px;
	display: none;
}

.banner #download115 {
	margin-left: -45px;
	top: 215px;
	display: none;
}

.banner #download92 {
	margin-left: -445px;
	top: 240px;
	display: block;
}

.banner #download93 {
	margin-left: -158px;
	top: 303px;
	display: block;
}

.banner #download94 {
	margin-left: -445px;
	top: 240px;
	display: block;
}

.banner #download95 {
	margin-left: -460px;
	top: 318px;
	display: block;
}

.banner #download103 {
	margin-left: -164px;
	top: 255px;
	display: block;
}

.banner #download104 {
	margin-left: -233px;
	top: 195px;
	display: block;
}

.banner #download142 {
	margin-left: -415px;
	top: 280px;
	display: block;
}

.banner #download142 .btn.huang {
	overflow: hidden;
	text-indent: -99999em;
	width: 178px;
	height: 36px;
	background-color: transparent;
}

.banner #download142 .btn.lv {
	display: none;
}

.banner #download142 .btn.cheng2 {
	overflow: hidden;
	text-indent: -99999em;
	width: 178px;
	height: 36px;
	background-color: transparent;
}

.h_line_one {
	padding: 100px 0;
	width: 100%;
	zoom: 1;
	overflow: hidden;
}

.h_line_one h3.tit {
	height: 50px;
	color: #363636;
	font-size: 25px;
	text-align: center;
	font-weight: normal;
}

.h_line_one .p {
	line-height: 25px;
}

/*首页-产品优势*/
.h_line_connect_tit {
	
}

.h_line_connect_tit h3 {
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 38px;
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	display: inline-block;
	padding: 0 18px;
	margin-bottom: -14px;
	margin-left: 26px;
}

.h_line_connect {
	height: 894px;
	width: 100%;
	zoom: 1;
	overflow: hidden;
	background: url(../images/bg_connect.jpg) center top no-repeat;
}

.h_line_connect .tit {
	padding-top: 50px;
	height: 110px;
}

.h_line_connect .tit h3 {
	height: 45px;
	color: #363636;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
}

.h_line_connect .tit .p {
	line-height: 25px;
	font-size: 15px;
	text-align: center;
}

.h_line_connect .connect_box {
	min-height: 365px;
	position: relative;
}

.h_line_connect ul {
	zoom: 1;
	overflow: hidden;
}

.h_line_connect ul li {
	width: 204px;
	min-height: 336px;
	padding: 0 20px;
	max-width: 25%;
	text-align: center;
	float: left;
	line-height: 16px;
	position: relative;
}

.h_line_connect ul li .img {
	width: 124px;
	height: 124px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

.h_line_connect ul li img {
	width: 124px;
	height: 124px;
}

.h_line_connect ul li b {
	font-size: 20px;
	color: #363636;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	display: block;
	margin-top: 10px;
}

.h_line_connect ul li p {
	margin: 0;
	padding: 0;
	text-align: left;
}

.h_line_connect ul li .more {
	text-align: right;
	margin-top: 20px;
	display: block;
	padding-right: 5px;
	position: absolute;
	right: 20px;
	top: 225px;
}

.h_line_customer {
	padding: 70px 0 70px 0;
	width: 100%;
	zoom: 1;
	overflow: hidden;
	background-color: #fff;
}

.h_line_customer h3.tit {
	height: 70px;
	color: #363636;
	font-size: 25px;
	font-weight: normal;
	border-bottom: 1px solid #c7c7c7;
	text-align: center;
}

.h_line_customer h3.tit .more {
	float: right;
	margin-right: 20px;
	margin-top: 40px;
	font-size: 14px;
}

.h_line_customer .p {
	line-height: 28px;
	padding: 20px 53px;
}

.h_line_hezuo {
	padding: 0;
	width: 100%;
	zoom: 1;
	overflow: hidden;
	background-color: #f6f6f6;
	height: 60px;
}

.h_line_hezuo .p {
	height: 60px;
}

.h_line_hezuo .p img {
	float: left;
}

.h_line_hezuo ul li {
	float: left;
}

/*底部*/
#footer {
	background-color: #3d424f;
	min-height: 270px;
	color: #fff;
	padding-top: 30px;
}

#footer a {
	color: #fff;
}

#footer .weixin {
	width: 150px;
	padding-left: 12px;
	float: Left;
}

#footer .weixin b {
	height: 45px;
	display: block;
	font-weight: normal;
}

#footer dl {
	float: left;
}

#footer dd {
	width: 135px;
	float: left;
}

#footer dd h3 {
	font-size: 16px;
	height: 45px;
	font-weight: normal;
}

#footer dd span {
	display: block;
}

#footer dd span a {
	font-size: 12px;
	line-height: 26px;
}

#footer dd span a:hover {
	color: #00a0e9;
}

#footer .contact_bot {
	width: 250px;
	float: right;
}

#footer .contact_bot h3.tit {
	font-size: 16px;
	height: 30px;
	font-weight: normal;
}

#footer .contact_bot .tel {
	display: block;
	height: 30px;
	background: url(../images/icon_bot_tel.png) left bottom no-repeat;
	padding-left: 22px;
	font-size: 20px;
	line-height: 36px;
}

#footer .contact_bot p {
	font-size: 12px;
}

#footer .copyright {
	margin-left: 20px;
	font-size: 12px;
}

.hd_hr {
	border: none;
	border-top: 1px solid #b5b5b5;
	height: 70px;
	margin: 70px 0 0;
}

.activity {
	padding: 0 0 60px 0;
}

.activity p {
	margin: 0;
	padding: 0 0;
}

.tit_pointer_l {
	width: 10px;
	height: 25px;
	position: absolute;
	left: -10px;
	top: 0;
	background: url(../images/icon_left.jpg) no-repeat;
}

.tit_pointer_l2 {
	width: 10px;
	height: 25px;
	position: absolute;
	left: -10px;
	top: 0;
	background: url(../images/icon_pointer_l2.png) no-repeat;
}

.tit_pointer_down {
	width: 24px;
	height: 12px;
	position: absolute;
	left: 0px;
	bottom: -12px;
	background: url(../images/icon_down.png) no-repeat;
}

.tit_pointer_down_r {
	width: 23px;
	height: 12px;
	position: absolute;
	right: 0px;
	bottom: -12px;
	background: url(../images/icon_downright.jpg) no-repeat;
}

/*产品-导航*/
.p_line_tabs {
	/* background-color: #fafafa; */
	background-color: #F4F5F9;
}

.p_line_tabs ul {
	text-align: center;
}

.p_line_tabs li {
	height: 48px;
	display: inline-block;
}

.p_line_tabs li a {
	padding: 0 15px;
	height: 46px;
	display: block;
	line-height: 46px;
	text-align: center;
}

.p_line_tabs li a:hover {
	border-bottom: 2px solid #00a0e9;
}

.p_line_tabs li.cur a {
	border-bottom: 2px solid #00a0e9;
}

/*产品概述*/
.profile_line_one {
	padding: 80px 0;
	width: 100%;
	zoom: 1;
	overflow: hidden;
}

.profile_line_one h3.tit {
	color: #363636;
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
	padding: 0 60px;
	line-height: 33px;
}

.profile_line_one .p {
	line-height: 25px;
	padding: 0 30px;
}

.profile_line_two {
	padding: 50px 0;
	width: 100%;
	zoom: 1;
	overflow: hidden;
	background-color: #f6f6f6;
	border-bottom: 1px solid #bbb;
}

.profile_line_two li {
	width: 33.3%;
	float: left;
	text-align: center;
	text-align: center;
	min-height: 500px;
	padding-top: 10px;
}

.profile_line_two li.br {
	background: url(../images/p/border_h_dot.png) right top repeat-y;
}

.profile_line_two li .img {
	height: 300px;
	display: block;
}

.profile_line_two h3 {
	color: #363636;
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	width: 200px;
	margin: 20px auto 10px;
	line-height: 27px;
}

.profile_line_two .p {
	line-height: 18px;
	width: 250px;
	margin: 0 auto;
	text-align: left;
}

.profile_line_two .p p {
	margin: 0;
	padding: 0;
}

.profile_line_three {
	padding: 0px 0;
	width: 100%;
	zoom: 1;
	overflow: hidden;
	border-bottom: 1px solid #bbb;
}

.profile_line_three ul {
	padding: 45px 115px;
}

.profile_line_three li {
	padding: 32px 0;
	zoom: 1;
	overflow: hidden;
}

.profile_line_three li .img {
	width: 160px;
	float: left;
}

.profile_line_three li .img img {
	width: 102px;
	height: 102px;
}

.profile_line_three h3 {
	color: #363636;
	font-size: 22px;
	text-align: left;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin-top: 16px;
}

.profile_line_three .p {
	line-height: 18px;
	text-align: left;
}

.profile_line_three .p p {
	margin: 0;
	padding: 0;
}

.profile_line_value {
	padding: 80px 0 45px;
}

.profile_line_value .value_box {
	zoom: 1;
	overflow: hidden;
}

.profile_line_value .p {
	line-height: 18px;
	margin-top: 70px;
	padding-left: 55px;
	width: 345px;
}

.profile_line_value .p .tit {
	color: #363636;
	font-size: 22px;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
}

/*产品下载*/
.p_download_info {
	padding: 80px 110px;
	color: #363636;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
}

.p_download dt {
	height: 23px;
}

.p_download dt h3 {
	/* 	padding: 0 32px;
	height: 40px;
	line-height: 38px;
	background-color: #007c85;
	font-size: 25px;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-left: 0px;
	font-weight: normal; */
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	width: 160px;
	line-height: 36px;
	height: 38px;
	/* 	background-color: #454545; */
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	margin-bottom: -14px;
}

.p_download dd {
	padding: 35px 0;
	border-top: 1px solid #bbbbbb;
	/* 	border-bottom: 1px solid #bbbbbb; */
	text-align: center;
}

.p_download dd a {
	display: inline-block;
	margin: 0 12px;
}

.p_download dd ul li {
	display: inline-block;
	margin: 0 3px;
	width: 185px;
	height: 167px;
	text-align: center;
	background-color: #7ecef4;
	position: relative;
}

.p_download dd ul li span {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 40px;
}

.p_download dd ul li .btn {
	display: inline-block;
	font-size: 15px;
	height: 33px;
	width: 130px;
	background: url(../images/btn_bg.png) no-repeat;
	color: #494949;
	line-height: 33px;
}

.p_download dd ul li .btn:hover {
	color: #00a0e9;
}

.p_download dd ul li img {
	width: 78px;
	margin-bottom: 8px;
}

.p_download dd ul li.bg1 {
	background-color: #7ecef4;
}

.p_download dd ul li.bg2 {
	background-color: #f19149;
}

.p_download dd ul li.bg3 {
	background-color: #8c97cb;
}

.p_download dd ul li.bg4 {
	background-color: #f8b551;
}

.p_download dd ul li.bg5 {
	background-color: #ff7380;
}

.p_download dd ul li .ewm {
	position: absolute;
	display: none;
	z-index: 10;
	top: 152px;
	left: 28px;
	width: auto;
	height: auto;
}

.p_download dd ul li:hover .ewm {
	display: block;
}

.p_download_tips {
	min-height: 120px;
	padding: 50px 80px 50px 40px;
	font-size: 16px;
}

.p_download_tips p {
	max-width: 650px;
	display: inline-block;
	line-height: 25px;
	padding: 0;
	margin: 0;
	float: left;
}

.p_download_tips .btnReg {
	padding: 0 32px;
	line-height: 50px;
	height: 50px;
	background-color: #454545;
	font-size: 25px;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-left: 20px;
	float: left;
}

/*产品价格*/
.p_price_info {
	padding: 55px 30px;
}

.p_price_info h3.tit {
	color: #363636;
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
	padding: 0 60px;
	line-height: 33px;
}

.p_price_info .p {
	line-height: 25px;
}

.p_price_free h3.tit {
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	width: 160px;
	line-height: 36px;
	height: 38px;
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	margin-bottom: -14px;
}

.p_price_free .p {
	line-height: 30px;
	padding: 55px 45px;
	background-color: #fff;
	color: #363636;
	font-size: 25px;
	background-color: #f6f6f6;
}

.p_price_guo {
	margin-top: 55px;
	padding: 0 110px 15px 50px;
	zoom: 1;
	overflow: hidden;
}

.p_price_guo .b {
	color: #363636;
	font-size: 22px;
	line-height: 28px;
}

.p_price_guo .p {
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
}

.p_price_way {
	padding: 0 14px;
}

.p_price_way dt {
	height: 40px;
}

.p_price_way dt h3 {
	padding: 0 32px;
	height: 40px;
	line-height: 38px;
	background-color: #454545;
	font-size: 22px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-weight: normal;
	position: relative;
}

.p_price_way dd {
	padding: 50px 40px;
	border-top: 1px solid #bbbbbb;
	font-size: 16px;
}

/*客户管理*/
.p_customer_info {
	padding: 55px 30px;
}

.p_customer_info h3.tit {
	color: #363636;
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 35px;
	padding: 0 60px;
	line-height: 33px;
}

.p_customer_info .p {
	line-height: 25px;
}

.p_customer_step {
	padding: 25px 30px 60px 30px;
	zoom: 1;
	overflow: hidden;
}

.p_customer_step .tit {
	border-top: 1px solid #bbb;
}

.p_customer_step .tit h3 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 38px;
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	display: inline-block;
	padding: 0 12px;
}

.p_customer_step .tit.l h3 {
	margin-left: -23px;
	padding-left: 33px;
}

.p_customer_step .tit.r {
	text-align: right;
}

.p_customer_step .tit.r h3 {
	margin-right: -23px;
	padding-right: 23px;
}

.p_customer_step .p {
	line-height: 25px;
	padding: 25px 20px;
}

.p_customer_step .p p {
	margin: 0;
	padding: 0;
}

.p_customer_step .customer_box {
	background-color: #f6f6f6;
	width: 350px;
	padding-top: 235px;
	float: left;
	margin-right: 10px;
}

.p_customer_step .oto {
	margin-top: 55px;
	min-height: 450px;
	background: url(../images/p/p_customer_01.jpg) 80px bottom no-repeat;
	float: left;
	width: 100%;
}

.p_customer_step .oto .customer_box {
	float: right;
	padding-top: 212px;
	margin-right: 0;
}

.p_customer_step .customer_box2 {
	background-color: #f6f6f6;
	padding-top: 23px;
	float: left;
	width: 100%;
}

/*移动互联*/
.p_mobile_info {
	padding: 55px 30px;
}

.p_mobile_info h3.tit {
	color: #363636;
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 35px;
	padding: 0 60px;
	line-height: 33px;
}

.p_mobile_info .p {
	line-height: 25px;
}

.p_mobile_step {
	padding: 25px 30px 60px 30px;
	zoom: 1;
	overflow: hidden;
}

.p_mobile_step .tit {
	border-bottom: 1px solid #bbb;
}

.p_mobile_step .tit h3 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 38px;
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	display: inline-block;
	padding: 0 12px;
}

.p_mobile_step .tit.l h3 {
	margin-left: -23px;
	padding-left: 33px;
}

.p_mobile_step .tit.r {
	text-align: right;
}

.p_mobile_step .tit.r h3 {
	margin-right: -23px;
	padding-right: 23px;
}

.p_mobile_step .p {
	line-height: 25px;
	padding: 25px 20px;
	zoom: 1;
	overflow: hidden;
}

.p_mobile_step .mobile_box_1 {
	padding-top: 20px;
	float: left;
	width: 800px;
	background: #f6f6f6 url(../images/p/p_mobile_01.jpg) 506px bottom
		no-repeat;
	min-height: 300px;
}

.p_mobile_step .mobile_box_line {
	margin: 15px 0;
	float: left;
	background: url(../images/p/p_mobile_02.jpg) left top no-repeat;
	zoom: 1;
}

.p_mobile_step .mobile_box_2 {
	background-color: #f6f6f6;
	width: 550px;
	padding-top: 400px;
	float: left;
	margin-top: 400px;
}

.p_mobile_step .mobile_box_3 {
	background-color: #f6f6f6;
	width: 350px;
	padding-bottom: 300px;
	float: right;
	padding-top: 20px;
}

.p_mobile_step .mobile_box_3 .tit {
	border: none;
}

.p_mobile_step .mobile_box_4 {
	background-color: #f6f6f6;
	width: 350px;
	padding-bottom: 210px;
	float: right;
	margin-top: 30px;
	padding-top: 20px;
}

.p_mobile_step .mobile_box_4 .tit {
	border: none;
}

.p_mobile_step .mobile_box_5 {
	background-color: #f6f6f6;
	padding-top: 20px;
	float: right;
	width: 800px;
}

/*门店*/
.p_store_info {
	padding: 55px 30px;
}

.p_store_info h3.tit {
	color: #363636;
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 35px;
	padding: 0 60px;
	line-height: 33px;
}

.p_store_info .p {
	line-height: 25px;
}

.p_store_step {
	padding: 25px 30px 25px 30px;
	zoom: 1;
	overflow: hidden;
}

.p_store_step .tit {
	border-bottom: 1px solid #bbb;
}

.p_store_step .tit h3 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 38px;
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	display: inline-block;
	padding: 0 12px;
}

.p_store_step .tit.l h3 {
	margin-left: -23px;
	padding-left: 33px;
}

.p_store_step .tit.r {
	text-align: right;
}

.p_store_step .tit.r h3 {
	margin-right: -23px;
	padding-right: 23px;
}

.p_store_step .p {
	line-height: 25px;
	padding: 20px 20px 0;
	zoom: 1;
	overflow: hidden;
}

.p_store_step .store_box {
	padding-top: 20px;
	background-color: #f6f6f6;
}

/*服务流程*/
.s_process_info {
	padding: 55px 30px;
}

.s_process_info h3.tit {
	color: #363636;
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 35px;
	padding: 0 60px;
	line-height: 33px;
}

.s_process_info .p {
	line-height: 25px;
}

.s_process_map {
	padding: 45px 0 0;
}

.s_process_map .tit {
	border-bottom: 1px solid #bbb;
	width: 100%;
}

.s_process_map .tit h3 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	width: 160px;
	line-height: 36px;
	height: 38px;
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	margin-bottom: -14px;
}

.s_process_map .process_map {
	background-color: #f6f6f6;
	padding: 40px 10px;
}

.s_process_contact {
	padding: 35px 0 30px;
}

.s_process_contact .tit {
	border-bottom: 1px solid #bbb;
	width: 100%;
}

.s_process_contact .tit h3 {
	/* 	font-size: 22px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	width: 160px;
	line-height: 36px;
	height: 38px;
	background-color: #454545;
	position: relative;
	z-index: 1; */
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	width: 160px;
	line-height: 36px;
	height: 38px;
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	margin-bottom: -14px;
}

.s_process_contact .process_contact {
	padding: 70px 0 20px 0;
	background-color: #f6f6f6;
}

.s_process_contact .process_contact ul {
	zoom: 1;
	overflow: hidden;
}

.s_process_contact .process_contact ul li {
	width: 24%;
	min-height: 252px;
	padding: 45px 0 0;
	max-width: 25%;
	text-align: center;
	font-size: 16px;
	float: left;
	line-height: 30px;
}

.s_process_contact .process_contact ul li img {
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
}

.s_process_contact .process_contact ul li.br {
	border-right: 1px dashed #bbb;
}

.s_process_px {
	padding: 30px 0 0;
}

.s_process_px .tit {
	border-bottom: 1px solid #bbb;
	width: 100%;
}

.s_process_px .tit h3 {
	/* 	font-size: 22px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	width: 160px;
	line-height: 36px;
	height: 38px;
	background-color: #454545;
	position: relative;
	z-index: 1; */
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	width: 160px;
	line-height: 36px;
	height: 38px;
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	margin-bottom: -14px;
}

.s_process_px .p {
	font-size: 18px;
	padding: 60px 100px;
}

/*客户*/
.customer_info {
	padding: 50px 40px;
}

.customer_info h3.tit {
	color: #363636;
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 35px;
	padding: 0 60px;
	line-height: 33px;
}

.customer_info .p {
	line-height: 28px;
}

.customer_map {
	padding: 45px 0 90px;
}

.customer_map .tit {
	border-bottom: 1px solid #bbb;
	width: 100%;
}

.customer_map .tit h3 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	width: 160px;
	line-height: 36px;
	height: 38px;
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	margin-bottom: -14px;
}

.customer_map .process_map {
	background-color: #f6f6f6;
	padding: 40px 10px;
}

/*关于我们 - 认识*/
.about_info {
	padding: 80px 15px 80px 20px;
}

.about_info h3.tit {
	color: #363636;
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 35px;
	padding: 0 60px;
	line-height: 33px;
}

.about_info .p {
	line-height: 26px;
}

/*关于我们 - 文化*/
.about_culture_info {
	padding: 60px 36px;
}

.about_culture_info h3.tit {
	color: #363636;
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 35px;
	padding: 0 60px;
	line-height: 33px;
}

.about_culture_info .p {
	line-height: 28px;
}

.about_culture {
	padding: 60px 0;
}

.about_culture ul {
	zoom: 1;
	overflow: hidden;
}

.about_culture ul li {
	width: 200px;
	min-height: 300px;
	padding: 0 20px;
	max-width: 25%;
	text-align: center;
	font-size: 16px;
	float: left;
	line-height: 28px;
}

.about_culture ul li img {
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
}

.about_culture ul li b {
	font-size: 17px;
	color: #363636;
	font-weight: normal;
}

.about_culture ul li p {
	font-size: 12px;
	text-align: left;
}

/*联系我们*/
.about_contact_info {
	padding: 70px 0 36px;
}

.about_contact_info .p {
	line-height: 28px;
	font-size: 20px;
	color: #363636;
}

.about_contact_map {
	
}

.about_contact_map .tit {
	border-bottom: 1px solid #bbb;
	width: 100%;
}

.about_contact_map .tit h3 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	width: 160px;
	line-height: 36px;
	height: 38px;
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin-bottom: -14px;
}

.about_contact_map .contact_map {
	padding: 0 0 60px;
	height: 500px;
	position: relative;
	margin-top: 25px;
}

.about_contact_map .contact_map .float {
	background: url(../images/contact_bg01.png);
	width: 255px;
	height: 420px;
	padding: 80px 0 0 28px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.about_contact_map .contact_map .float b {
	font-size: 24px;
	height: 30px;
	font-weight: normal;
	display: block;
}

.about_contact_map .contact_map .float p {
	line-height: 26px;
}

.about_contact_mess {
	padding: 20px 30px 10px 0px;
	font-size: 16px;
	margin-left: 30px;
	background-color: #f6f6f6;
	margin-bottom: 70px;
	margin-top: 60px;
}

.about_contact_mess .tit {
	
}

.about_contact_mess .tit h3 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 38px;
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	display: inline-block;
	padding: 0 12px;
	margin-left: -23px;
	padding-left: 33px;
}

.about_contact_mess .p {
	line-height: 26px;
	padding: 25px 30px 0;
	zoom: 1;
	overflow: hidden;
}

.about_contact_mess p {
	font-size: 20px;
	color: #363636;
}

.about_contact_mess .tbox {
	width: 245px;
	height: 32px;
	background-color: #fff;
	border-radius: 5px;
	border: None;
	padding-left: 5px;
	font-size: 14px;
}

.about_contact_mess .tarea {
	width: 755px;
	height: 200px;
	background-color: #fff;
	border-radius: 5px;
	border: None;
	padding: 5px;
	font-size: 14px;
}

.about_contact_mess td {
	padding: 0 0 22px 12px;
}

.about_contact_mess table {
	width: 100%;
}

.about_contact_mess .btn {
	height: 28px;
	line-height: 28px;
	text-align: center;
	padding: 0 20px;
	color: #fff;
	background-color: #454545;
	margin-left: 10px;
	font-size: 14px;
	border-radius: 5px;
	display: inline-block;
	border: none;
}

.about_contact_mess .btn:hover {
	background-color: #016067;
}

.about_contact_mess .mess_box {
	background-color: #f6f6f6;
}

/*优势*/
.advantage {
	margin-top: 30px;
	padding-bottom: 50px;
}

.advantage_step {
	padding: 20px 0px 0 0px;
	zoom: 1;
	overflow: hidden;
}

.advantage_step .tit {
	border-bottom: 1px solid #bbb;
}

.advantage_step .tit h3 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 38px;
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	display: inline-block;
	padding: 0 20px;
}

.advantage_step .tit.l h3 {
	margin-left: 0px;
	padding-left: 33px;
}

.advantage_step .tit.r {
	text-align: right;
}

.advantage_step .tit.r h3 {
	margin-right: 0px;
	padding-right: 23px;
}

.advantage_step .p {
	line-height: 25px;
	padding: 34px 20px 0 30px;
	zoom: 1;
	overflow: hidden;
}

.advantage_step .p p {
	zoom: 1;
	overflow: hidden;
}

#step770 .p img {
	margin-top: 155px;
}

/*优势*/
.pro_member {
	margin-top: 30px;
	padding-bottom: 50px;
}

.pro_member_step {
	padding: 20px 0px 0 0px;
	zoom: 1;
	overflow: hidden;
}

.pro_member_step .tit {
	border-bottom: 1px solid #bbb;
}

.pro_member_step .tit h3 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 38px;
	background-color: #c0002a;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	display: inline-block;
	padding: 0 20px;
}

.pro_member_step .tit.l h3 {
	margin-left: 0px;
	padding-left: 33px;
}

.pro_member_step .tit.r {
	text-align: right;
}

.pro_member_step .tit.r h3 {
	margin-right: 0px;
	padding-right: 23px;
}

.pro_member_step .p {
	line-height: 25px;
	padding: 34px 0 0 0;
	zoom: 1;
	overflow: hidden;
}

.pro_member_step .p p {
	zoom: 1;
	overflow: hidden;
}

.pro_member_step .tit_pointer_down {
	background: url(../images/icon_down_red.png) no-repeat;
}

.pro_member_step .tit_pointer_down_r {
	background: url(../images/icon_downr_red.png) no-repeat;
}
/*我们-招贤纳士*/
.recuit_info {
	padding: 70px 0px;
}

.recuit_info h3.tit {
	color: #363636;
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
	padding: 0 30px;
	line-height: 33px;
}

.recuit_info .p {
	line-height: 25px;
	padding: 0px 90px;
}

.recuit_info .p p {
	margin: 0;
	padding: 0;
}

.recuit_box {
	padding: 20px 0;
	background-color: #f6f6f6;
	margin-bottom: 130px;
}

.recuit_box .recuit_tab {
	height: 110px;
	zoom: 1;
	overflow: hidden;
	text-align: center;
}

.recuit_box .recuit_tab li {
	width: 110px;
	height: 110px;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.recuit_box .recuit_tab li:hover {
	background-color: #f39800;
	color: #fff;
}

.recuit_box .recuit_tab li.cur {
	background-color: #f39800;
	color: #fff;
}

.recuit_box .recuit_tab li b {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 32px;
}

.recuit_box .recuit_tab li img {
	margin-top: 15px;
	width: 56px;
	height: 56px;
}

.recuit_box .recuit_co {
	padding: 40px 70px 0;
	line-height: 28px;
}

.recuit_box .recuit_co .page {
	
}

.recuit_box .b {
	font-size: 18px;
}

.recuit_box .p {
	font-size: 13px;
}

/*用户协议*/
.agreement {
	margin-top: 10px;
	background-color: #f6f6f6;
	margin-bottom: 28px;
}

.agreement_box {
	padding: 46px 65px 0 0;
	margin: 0 0 0 104px;
	border-left: 1px solid #bbbbbb;
	position: relative;
	top: -10px;
}

.agreement_box .tit {
	
}

.agreement_box .tit h3 {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 38px;
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	display: inline-block;
	padding: 0 12px;
	margin-left: -23px;
}

.agreement_box .p {
	line-height: 24px;
	padding: 20px 0px 35px 35px;
	font-size: 12px;
}

/*资讯*/
.content {
	
}

.content .left {
	float: left;
	padding: 42px 0 50px 0;
	background-color: #f6f6f6;
	margin-left: 30px;
	min-height: 630px;
	width: 210px;
}

.content .left .tit {
	border-bottom: 1px solid #bbb;
}

.content .left .tit h3 {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	line-height: 33px;
	height: 33px;
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	display: inline-block;
	padding: 0 12px;
	width: 70px;
	margin-left: -23px;
}

.content .left .l_menu {
	padding: 15px 18px 30px;
}

.content .left .l_menu li {
	height: 26px;
	line-height: 26px;
	width: 100%;
}

.content .left .l_menu li a {
	height: 26px;
	line-height: 26px;
}

.content .left .l_menu li a:hover {
	color: #00a0e9;
}

.content .left .l_menu li.selected a {
	color: #00a0e9;
}

.content .left .news_tit {
	border-bottom: 1px solid #bbb;
}

.content .left .news_tit h3 {
	font-size: 14px;
	text-align: right;
	font-weight: normal;
	color: #fff;
	line-height: 33px;
	height: 33px;
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	display: inline-block;
	padding: 0 12px;
	width: 70px;
	margin-left: -23px;
}

.content .left .news_top {
	padding: 0 10px 30px;
}

.content .left .news_top li {
	margin-top: 28px;
	line-height: 26px;
	padding-left: 16px;
	background: url(../images/icon_circle.jpg) left 8px no-repeat;
}

.content .left .news_top li a {
	height: 26px;
	line-height: 26px;
}

.content .left .news_top li a:hover {
	color: #00a0e9;
}

.content .left .news_top li.selected a {
	color: #00a0e9;
}

.content .right {
	float: left;
	width: 739px;
	border-left: 1px solid #bbb;
	min-height: 680px;
	padding-bottom: 60px;
}

.content .right .title {
	height: 40px;
	border-bottom: 1px solid #d6d6d6;
}

.content .right .title h3 {
	float: left;
	line-height: 35px;
	height: 35px;
	color: #cc0033;
	font-size: 20px;
	font-family: "Microsoft YaHei";
}

.content .right .title h3 em {
	font-size: 12px;
	color: #666;
	font-style: normal;
	margin-left: 5px;
	font-weight: normal;
}

.content .right .title .position {
	height: 35px;
	line-height: 35px;
	float: right;
	padding-right: 5px;
}

.content .right .r_co {
	margin: 0 auto;
}

.news {
	padding: 50px 0 0 18px;
}

.news .news_list {
	border-top: 1px solid #bbbbbb;
}

.news .news_list li {
	border-bottom: 1px solid #bbbbbb;
	padding: 30px 5px 30px 30px;
	position: relative;
	zoom: 1;
	overflow: hidden;
}

.news .news_list .img {
	height: 124px;
	width: 198px;
	overflow: hidden;
	margin-right: 15px;
	float: left;
}

.news .news_list .img img {
	width: 198px;
}

.news .news_list h3 {
	font-size: 25px;
	line-height: 26px;
	font-weight: normal;
	color: #363636;
	margin-top: 2px;
}

.news .news_list h3 a {
	font-size: 25px;
	line-height: 26px;
	font-weight: normal;
	color: #363636;
}

.news .news_list h3 a:hover {
	color: #00a0e9;
	text-decoration: underline;
}

.news .news_list .p {
	padding: 5px 0;
	line-height: 16px;
}

.news .news_list .time {
	font-size: 12px;
	color: #a5a5a5;
}

.news .news_list .share {
	position: absolute;
	right: 20px;
	bottom: 30px;
	width: 135px;
}

/*新闻详细*/
.newsdetail {
	
}

.newsdetail .tit {
	color: #363636;
	font-size: 22px;
	font-weight: normal;
	line-height: 33px;
	padding-left: 15px;
	border-bottom: 1px solid #bbb;
}

.newsdetail .info {
	text-align: center;
	height: 30px;
	border-bottom: 1px dashed #aaa;
	padding: 10px 0;
	margin: 0;
	font-weight: normal;
	color: #aaa;
	display: none;
}

.newsdetail .share {
	font-size: 12px;
	color: #a5a5a5;
	text-align: right;
	width: 160px;
}

.newsdetail .co {
	padding: 10px;
}

.newsWord {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px dotted #F5EFE3;
}

.newsWord li {
	width: 683px;
	height: 40px;
	line-height: 40px;
	background: url(../images/icon_dot.jpg) 12px center no-repeat;
	padding-left: 27px;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
}

.newsWord li a {
	line-height: 40px;
	font-size: 14px;
}

.newsWord li .time {
	width: 80px;
	float: right;
}

.newsPhoto {
	margin: 0;
	padding: 20px 0 0px 12px;
	list-style: none;
	border-bottom: 1px dotted #F5EFE3;
	zoom: 1;
	overflow: hidden;
}

.newsPhoto li {
	width: 214px;
	height: 208px;
	margin-right: 30px;
	float: left;
	text-align: center;
}

.newsPhoto li img {
	width: 208px;
	height: 156px;
	padding: 2px;
	border: 1px solid #d6d6d6;
}

.newsPhoto li a {
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.newsPhoto li.mr0 {
	margin-right: 0;
}

/*注册*/
.register {
	background-color: #f6f6f6;
	margin: 10px auto 28px;
}

.register_box {
	margin-left: 104px;
	border-left: 1px solid #bbb;
	padding: 36px 0 80px 0;
	position: relative;
}

.register_box .tit h3 {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	line-height: 33px;
	height: 33px;
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	display: inline-block;
	padding: 0 12px;
	margin-left: -23px;
}

.register_box table {
	width: 760px;
	margin: 20px auto;
}

.register_box td {
	padding: 0 0 18px 8px;
	font-size: 16px;
}

.register_box .tbox {
	width: 235px;
	height: 32px;
	background-color: #fff;
	border-radius: 5px;
	border: None;
	padding: 0 5px;
}

.register_box .tcode {
	width: 115px;
	height: 42px;
	background-color: #fff;
	border-radius: 5px;
	border: None;
	margin-right: 10px;
	padding: 0 5px;
}

.register_box .tarea {
	width: 760px;
	height: 200px;
	background-color: #fff;
	border-radius: 5px;
	border: None;
	padding: 0 5px;
}

.register_box .btn {
	height: 28px;
	line-height: 28px;
	text-align: center;
	padding: 0 20px;
	color: #fff;
	background-color: #454545;
	margin-left: 10px;
	font-size: 14px;
	border-radius: 5px;
	display: inline-block;
	border: none;
}

.register_box .btn:hover {
	background-color: #016067;
}

.register_box .btn.orange {
	background-color: #f39800;
}

.register_box .btn.orange:hover {
	background-color: #e28e01;
}

.register_box td.agree {
	font-size: 12px;
}

.register_box td.agree a {
	font-size: 12px;
	color: #00a0e9;
}

.register_box .success {
	width: 700px;
	margin: 0 auto;
	padding: 120px 0;
	font-size: 16px;
	line-height: 30px;
}

.register_box .success a {
	color: #7182ff;
	font-size: 16px;
}

.register_box .btn.hui {
	background-color: #ccc;
}

.reg_download {
	width: 720px;
	margin-left: 100px;
}

.reg_download dt {
	height: 30px;
}

.reg_download dt h3 {
	padding: 0 32px;
	line-height: 30px;
	background-color: #454545;
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
	font-weight: normal;
}

.reg_download dd {
	padding: 30px 0;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	text-align: center;
}

.reg_download dd a {
	display: inline-block;
	margin: 0 8px;
	width: 136px;
}

.reg_download dd ul li {
	display: inline-block;
	margin: 0 12px;
	width: 136px;
	height: 123px;
	text-align: center;
	background-color: #7ecef4;
}

.reg_download dd ul li span {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}

.reg_download dd ul li .dbtn {
	display: inline-block;
	font-size: 12px;
	height: 25px;
	width: 100px;
	background: url(../images/btn_bg2.png) no-repeat;
	color: #494949;
	line-height: 25px;
}

.reg_download dd ul li .dbtn:hover {
	color: #00a0e9;
}

.reg_download dd ul li img {
	width: 50px;
}

.reg_download dd ul li.bg1 {
	background-color: #7ecef4;
}

.reg_download dd ul li.bg2 {
	background-color: #f19149;
}

.reg_download dd ul li.bg3 {
	background-color: #8c97cb;
}

.reg_download dd ul li.bg4 {
	background-color: #f8b551;
}

.register_box .step {
	position: absolute;
	left: -72px;
	top: 115px;
	width: 142px;
	height: 325px;
	background: url(../images/reg_step1.png) center top no-repeat;
}

.register_box .step.two {
	background: url(../images/reg_step2.png) center top no-repeat;
}

/*erp*/
.erp_info {
	padding: 60px 30px;
}

.erp_info h3.tit {
	color: #363636;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 35px;
	padding: 0 60px;
	line-height: 33px;
}

.erp_info h3.tit em {
	font-size: 20px;
	display: block;
	font-style: normal;
}

.erp_info .p {
	line-height: 25px;
}

.erp_basic {
	background-color: #f6f6f6;
}

.erp_basic_co {
	padding: 35px 20px;
	position: relative;
	min-height: 220px;
	line-height: 18px;
}

.erp_basic_co .floatImg {
	position: absolute;
	right: 0;
	bottom: -38px;
}

.erp_manage {
	padding: 80px 30px;
	zoom: 1;
	overflow: hidden;
}

.erp_system {
	padding: 70px 0 50px;
	background-color: #f6f6f6;
}

.erp_system ul {
	zoom: 1;
	overflow: hidden;
}

.erp_system ul li {
	width: 200px;
	min-height: 300px;
	padding: 0 60px;
	max-width: 33%;
	text-align: center;
	float: left;
	line-height: 28px;
}

.erp_system ul li img {
	width: 123px;
	height: 123px;
	margin-bottom: 60px;
}

.erp_system ul li b {
	font-size: 22px;
	color: #363636;
	font-weight: normal;
}

.erp_system ul li p {
	line-height: 18px;
	text-align: left;
}

.erp_tongji {
	
}

.erp_tongji_co {
	padding: 55px 0 60px 20px;
	zoom: 1;
	overflow: hidden;
	min-height: 220px;
	line-height: 18px;
}

.erp_map {
	position: relative;
	width: 930px;
	height: 554px;
	color: #fff;
	line-height: 18px;
	margin: 20px 0 30px 0;
}

.erp_map div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.erp_map div.one {
	position: absolute;
	width: 383px;
	height: 140px;
	background-color: #acd598;
	left: 0;
	top: 0;
	padding: 15px 22px;
}

.erp_map div.two {
	position: absolute;
	width: 383px;
	height: 120px;
	background-color: #7ecef4;
	left: 0;
	top: 147px;
	padding: 15px 22px;
}

.erp_map div.three {
	position: absolute;
	width: 540px;
	height: 268px;
	background-color: #fff;
	right: 0;
	top: 0px;
}

.erp_map div.four {
	position: absolute;
	width: 540px;
	height: 277px;
	background-color: #fff;
	left: 0;
	bottom: 0px;
}

.erp_map div.five {
	position: absolute;
	width: 184px;
	height: 277px;
	background-color: #84ccc9;
	right: 199px;
	bottom: 0px;
	padding: 15px 18px;
}

.erp_map div.six {
	position: absolute;
	width: 192px;
	height: 277px;
	background-color: #f6b37f;
	right: 0;
	bottom: 0px;
	padding: 15px 18px;
}

/*drp*/
.drp_info {
	padding: 60px 30px;
}

.drp_info h3.tit {
	color: #363636;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 35px;
	padding: 0 60px;
	line-height: 33px;
}

.drp_info h3.tit em {
	font-size: 20px;
	display: block;
	font-style: normal;
}

.drp_info .p {
	line-height: 25px;
}

.drp_map {
	position: relative;
	height: 600px;
	color: #fff;
	margin-top: -1px;
}

.drp_map div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}

.drp_map div b {
	font-size: 22px;
	font-weight: normal;
	margin-top: 15px;
	display: block;
}

.drp_map div p {
	line-height: 17px;
	text-align: center;
	margin: 6px 0;
	padding: 0;
}

.drp_map div.one {
	position: absolute;
	width: 330px;
	height: 300px;
	background-color: #7ecef4;
	left: 0;
	top: 0;
	padding: 50px 40px 0;
}

.drp_map div.two {
	position: absolute;
	width: 325px;
	height: 300px;
	background: #eee url(../images/drp_01.png) center bottom no-repeat;
	left: 330px;
	top: 0px;
}

.drp_map div.three {
	position: absolute;
	width: 325px;
	height: 300px;
	background-color: #f19149;
	right: 0;
	top: 0px;
	padding: 45px 40px 0;
}

.drp_map div.four {
	position: absolute;
	width: 330px;
	height: 300px;
	background: #eee url(../images/drp_02.png) left bottom no-repeat;
	left: 0;
	bottom: 0px;
}

.drp_map div.five {
	position: absolute;
	width: 325px;
	height: 300px;
	background-color: #80c269;
	left: 330px;
	bottom: 0px;
	padding: 50px 40px 0;
}

.drp_map div.six {
	position: absolute;
	width: 325px;
	height: 300px;
	background: #eee url(../images/drp_03.png) right bottom no-repeat;
	right: 0;
	bottom: 0px;
}

.drp_tongji {
	
}

.drp_tongji_co {
	padding: 30px 0 50px 20px;
	zoom: 1;
	overflow: hidden;
	min-height: 220px;
	line-height: 18px;
}

.drp_system {
	padding: 70px 0;
}

.drp_system ul {
	zoom: 1;
	overflow: hidden;
}

.drp_system ul li {
	width: 200px;
	min-height: 300px;
	padding: 0 60px;
	max-width: 33%;
	text-align: center;
	float: left;
	line-height: 28px;
}

.drp_system ul li img {
	width: 123px;
	height: 123px;
	margin-bottom: 60px;
}

.drp_system ul li.br {
	border-right: 1px dashed #bbb;
}

.drp_system ul li b {
	font-size: 22px;
	color: #363636;
	font-weight: normal;
}

.drp_system ul li p {
	line-height: 18px;
	text-align: left;
}

.drp_map2 {
	padding: 60px 0 0;
	border-bottom: 1px solid #bbb;
	margin-bottom: 60px;
}

.drp_map2 .photo {
	margin-top: 20px;
	text-align: center;
}

.drp_map2 ul {
	zoom: 1;
	overflow: hidden;
}

.drp_map2 ul li {
	width: 266px;
	min-height: 130px;
	padding: 55px 30px 0;
	max-width: 33%;
	text-align: center;
	float: left;
	line-height: 28px;
	color: #fff;
}

.drp_map2 ul li img {
	width: 123px;
	height: 123px;
	margin-bottom: 60px;
}

.drp_map2 ul li b {
	font-size: 22px;
	font-weight: normal;
}

.drp_map2 ul li p {
	line-height: 18px;
	margin: 6px 0;
	padding: 0;
}

.drp_map2 ul li.one {
	background-color: #acd598;
}

.drp_map2 ul li.two {
	background-color: #7ecef4;
}

.drp_map2 ul li.three {
	background-color: #f6b37f;
}
/*联系我们
.contact{}
.contact .contact_info{padding:25px 10px;border-bottom:1px dotted #ccc;}
.contact .table{margin-top:20px;width:688px;border:none;}
.contact .table td{height:40px;}
.contact .table td .tbox{height:28px;width:286px;border:1px solid #d6d6d6;padding:0;line-height:28px;margin:0;}
.contact .table td .tarea{height:78px;width:590px;border:1px solid #d6d6d6;padding:0;margin:0;}
.contact .table td .col{display:block;float:left;line-height:28px;margin-right:10px;}
.contact .table td .change{text-decoration:underline;}
.contact .table td i{color:red;font-size:12px;margin-right:5px; font-style:normal;}
*/

/*帮助*/
.help {
	padding-bottom: 60px;
}

.help_faq {
	width: 920px;
	margin: 0 auto;
}

.help_faq .faq_so {
	width: 860px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	margin: 30px auto 0;
}

.help_faq .faq_so input.tbox {
	height: 38px;
	width: 680px;
	float: left;
	color: #9d9d9d;
	font-size: 20px;
	padding-left: 70px;
	background: url(../images/icon_so.png) 18px 5px no-repeat;
	border: none;
	outline: none;
}

.help_faq .faq_so #btnSo {
	display: block;
	float: right;
	width: 110px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: #454545;
	border: none;
}

.help_faq .faq_result_tip {
	height: 38px;
	background-color: #eeeeee;
	font-size: 14px;
	color: #646464;
	padding: 0 22px;
	line-height: 38px;
	margin-top: 18px;
}

.help_faq .faq_result_tip a {
	height: 38px;
	line-height: 38px;
}

.help_faq .faq_result_tip .back {
	float: right;
}

.help_faq .faq_result {
	border: 1px solid #007c85;
	margin-top: 26px;
}

.help_faq .faq_result li {
	padding: 12px 16px;
	border-top: 1px solid #007c85;
}

.help_faq .faq_result li .q_title {
	font-size: 14px;
	color: #646464; /*height:34px;  line-height: 34px;*/
	float: left;
	width: 100px;
}

.help_faq .faq_result li .q_content {
	font-size: 14px;
	color: #646464; /*padding:6px 0 6px 36px;*/
	float: left;
}

.help_faq .faq_result li .q_time {
	font-size: 14px;
	color: #828282;
	text-align: right;
	padding-right: 12px;
	float: right;
}

.help_faq .faq_result li .a_box {
	padding: 12px 12px 6px 22px;
	border-top: 1px dashed #027d86;
	margin-top: 10px;
	zoom: 1;
	overflow: hidden;
}

.help_faq .faq_result li .a_title {
	color: #ff7900;
	font-size: 14px;
	height: 30px;
	float: left;
}

.help_faq .faq_result li .a_cont1ent {
	color: #ff7900;
	font-size: 14px;
	float: left;
	width: 736px;
}

.help_mess {
	padding: 20px 30px 10px 0px;
	font-size: 16px;
	margin-left: 30px;
	background-color: #eeeeee;
	margin-bottom: 70px;
	margin-top: 60px;
	width: 890px;
}

.help_mess .tit {
	
}

.help_mess .tit h3 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 38px;
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	display: inline-block;
	padding: 0 12px;
	margin-left: -23px;
	padding-left: 33px;
}

.help_mess .p {
	line-height: 26px;
	padding: 25px 30px 0;
	zoom: 1;
	overflow: hidden;
}

.help_mess p {
	font-size: 16px;
	color: #999;
	line-height: 35px;
	padding-left: 10px;
}

.help_mess .tbox {
	width: 245px;
	height: 32px;
	background-color: #fff;
	border-radius: 5px;
	border: None;
	padding-left: 5px;
	font-size: 14px;
}

.help_mess .tarea {
	width: 725px;
	height: 200px;
	background-color: #fff;
	border-radius: 5px;
	border: None;
	padding: 5px;
	font-size: 14px;
}

.help_mess td {
	padding: 0 0 22px 12px;
}

.help_mess table {
	width: 100%;
}

.help_mess .btn {
	height: 28px;
	line-height: 28px;
	text-align: center;
	padding: 0 20px;
	color: #fff;
	background-color: #ff7900;
	margin-left: 10px;
	font-size: 14px;
	border-radius: 5px;
	display: inline-block;
	border: none;
}

.help_mess .btn:hover {
	background-color: #ff7900;
}

.help_mess .mess_box {
	background-color: #eeeeee;
}

.help_mess .btn.reset {
	background: #ff7900 url(../images/icon_reset.png) 10px center no-repeat;
	width: 80px;
	padding-left: 30px;
}

.help_mess .btn.submit {
	background: #ff7900 url(../images/icon_submit.png) 10px center no-repeat;
	width: 80px;
	padding-left: 30px;
}

.help_list {
	padding: 30px 0;
}

.help_list .hl_menu {
	float: left;
	width: 300px;
	margin-left: 30px;
	background-color: #fafafa;
	padding-bottom: 20px;
	min-height: 280px;
}

.help_list .hl_menu .tit {
	border-bottom: 1px solid #007c85;
}

.help_list .hl_menu .tit h3 {
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 38px;
	background-color: #454545;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	display: inline-block;
	padding: 0 20px;
	font-weight: normal;
	left: -22px;
}

.help_list .hl_menu li {
	line-height: 38px;
	height: 38px;
	font-size: 16px;
	color: #666666;
	padding-left: 1em;
	margin-top: 14px;
	cursor: pointer;
}

.help_list .hl_menu li:hover {
	background-color: #e4e4e4;
}

.help_list .hl_menu .Clicked {
	background-color: #00cfde !important;
	color: white !important;
}

.hr_content {
	width: 630px;
	float: right;
	background-color: #fafafa;
	min-height: 300px;
}

.hr_content .faq_item {
	position: relative;
	margin-left: 20px;
	padding-top: 20px;
}

.hr_content .faq_item h4 {
	font-size: 16px;
	color: #646464;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	cursor: pointer;
}

.hr_content .faq_item h4:before {
	content: "+";
	font-size: 21px;
	line-height: 14px;
	width: 21px;
	display: inline-block;
}

.hr_content .active:before {
	content: "-" !important;
	font-size: 21px !important;
	line-height: 14px !important;
}

.hr_content .faq_text {
	
}

.hr_content .faq_item_con {
	display: none;
	padding: 0 22px;
}

.hr_content .faq_item_con p {
	font-size: 14px;
	color: #363636;
	line-height: 24px;
	margin-bottom: 5px;
}

.hr_content .faq_item_con img {
	
}

.hr_content .faq_item_con pre {
	
}
/*pager*/
.pager {
	width: 100%;
	padding: 10px 0;
	float: left;
}

.pager a, .pager span {
	display: block;
	float: left;
	color: #73bcf3;
	padding: 0 5px;
	line-height: 22px;
}

.pager a:hover {
	color: #fff;
}

.pager .current {
	color: #fff;
	font-weight: bold;
}

.fenye {
	clear: both;
	width: 100%;
	margin: 0px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 15px 0;
}

.fenye a {
	height: 22px;
	font-size: 12px;
	border: 1px solid #808080;
	border-radius: 2px;
	display: inline-block;
	padding: 0 8px;
	line-height: 22px;
	color: #fff;
	background-color: #808080;
	margin: 0 6px;
}

.fenye span {
	border: 1px solid #007c85;
	display: inline-block;
	padding: 0 8px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background-color: #454545;
	margin: 0 6px;
	border-radius: 2px;
}

.fenye3 {
	clear: both;
	width: 100%;
	margin: 0px;
	height: 28px;
	line-height: 28px;
	margin: 15px 0;
	text-align: right;
}

.fenye3 a {
	height: 28px;
	display: inline-block;
	padding: 0 8px;
	line-height: 28px;
	color: #646464;
	background-color: #eeeeee;
	margin: 0 6px;
}

.fenye3 span {
	display: inline-block;
	padding: 0 8px;
	height: 22px;
	line-height: 22px;
	color: #646464;
	margin: 0 6px;
}

.fenye2 {
	clear: both;
	width: 100%;
	margin: 0px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 10px 0;
}

.fenye2 a {
	height: 22px;
	font-size: 14px;
	line-height: 22px;
	margin: 0 6px;
}

.fenye2 span {
	height: 22px;
	line-height: 22px;
	color: red;
	margin: 0 6px;
}

/*prev,next*/
.pagePrevNext {
	width: 100%;
	margin: 15px 0 0;
	line-height: 28px;
	color: #666;
	text-align: right;
}

.pagePrevNext a {
	line-height: 28px;
	color: #555;
}

.pagePrevNext a:hover {
	line-height: 28px;
	color: #333;
}

.pagePrevNext span {
	height: 28px;
	margin-left: 20px;
	color: #999;
}

/*ad*/
#TabID {
	POSITION: absolute;
	BOTTOM: 4px;
	RIGHT: 2px;
}

#TabID LI {
	FLOAT: left;
	CURSOR: pointer;
	WIDTH: 78px;
	HEIGHT: 39px;
	background: url('images/bg78X39_2.gif');
	FILTER: alpha(opacity = 50);
	opacity: 0.5;
}

#TabID LI IMG {
	WIDTH: 66px;
	HEIGHT: 26px;
	MARGIN: 6px 6px 7px 6px;
}

#TabID LI.active {
	background: url('../images/bg_1.gif');
	FILTER: alpha(opacity = 100);
	opacity: 1;
}

.divNothing {
	padding: 20px 0;
	text-align: center;
}