@charset "utf-8";

/* CSS Document */


/*--------------------重置属性开始--------------------*/


/*-------------------------重置属性开始-------------------------*/

::-webkit-scrollbar {
	width: 8px;
	background: #ccc;
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2) scroll repeat 0% 0% !important;
	border-radius: 5px;
}

::scrollbar {
	width: 0px;
}

html,
body {
	width: 100%;
	height: 100%;
	scrollbar-face-color: #a3a3a3;
	/*滚动条3D表面（ThreedFace）的颜色*/
	scrollbar-highlight-color: #ccc;
	/*滚动条3D界面的亮边（ThreedHighlight）颜色*/
	scrollbar-shadow-color: #ccc;
	/*滚动条3D界面的暗边（ThreedShadow）颜色*/
	scrollbar-3dlight-color: #ccc;
	/*滚动条亮边框颜色*/
	scrollbar-arrow-color: #ccc;
	/*滚动条方向箭头的颜色 */
	scrollbar-track-color: #ccc;
	/*滚动条的拖动区域(TrackBar)颜色*/
	scrollbar-darkshadow-color: #ccc;
	/*滚动条暗边框（ThreedDarkShadow）颜色*/
}

.hide {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body,
ol,
ul,
li,
a,
img,
table,
thead,
tbody,
tfoot,
th,
td,
tr,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
b,
input,
textarea,
select {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	text-decoration: none;
	list-style: none;
	font-weight: normal;
	font-family: "microsoft yahei";
	border: 0;
	outline: none;
}

.clear {
	clear: both;
}


/*--------------------重置属性结束--------------------*/


/*--------------------背景图片开始--------------------*/

.head_bg01 {
	background-image: url(../images/head_bg01.png);
}

.head_bg02 {
	background-image: url(../images/head_bg02.png);
}

.head_bg03 {
	background-image: url(../images/head_bg03.png);
}

.system_bg01 {
	background-image: url(../images/system_bg01.png);
	background-color: transparent;
}

.system_bg02 {
	background-image: url(../images/system_bg02.png);
}

.system_bg03 {
	background-color: #f5f5f5;
}


/*--------------------背景图片结束--------------------*/


/*--------------------漂浮导航开始--------------------*/

#headlinkCon {
	position: static !important;
}


/*--------------------漂浮导航结束--------------------*/


/*----------------------头部开始----------------------*/

.head_content {
	width: 100%;
	min-width: 1200px;
	height: 380px;
	text-align: center;
}

.head_box {
	padding-top: 56px;
	display: inline-block;
	position: relative;
}

.head_box h2 {
	font-size: 60px;
	color: #FFFFFF;
}

.head_box span {
	margin-top: 22px;
	font-size: 30px;
	color: #FFFFFF;
	display: block;
}

.icon_doubt {
	width: 138px;
	height: 210px;
	display: block;
	background-image: url(../images/icon_doubt.png);
	position: absolute;
	top: 30px;
	right: -168px;
}


/*----------------------头部结束----------------------*/


/*----------------------头部开始----------------------*/


/*---------------------申请合作开始---------------------*/


/*--------标题--------*/

.apco_share_content {
	width: 100%;
	padding-top: 50px;
}

.apco_share_tit {
	width: 100%;
	text-align: center;
}

.apco_share_tit h3 {
	width: 464px;
	margin: 0 auto;
	font-size: 48px;
	font-weight: bold;
	background-position: center;
	background-repeat: no-repeat;
}

.apco_tit01 {
	color: #4773f8;
	background-image: url(../images/apco_tit01.png);
}

.apco_tit02 {
	color: #FFFFFF;
	background-image: url(../images/apco_tit02.png);
}

.apco_tit03 {
	color: #333333;
	background-image: url(../images/apco_tit03.png);
}

.apco_tit04 {
	color: #ff3b30;
	background-image: url(../images/apco_tit04.png);
}


/*------八大系统------*/

.eight_systems {
	width: 856px;
	padding: 20px 0 48px 0;
	margin: 0 auto;
}

.eight_systems ul li {
	width: 214px;
	height: 164px;
	margin-top: 40px;
	text-align: center;
	float: left;
}

.eight_systems ul li i {
	width: 100px;
	height: 100px;
	display: inline-block;
	background-image: url(../images/icon_base.png);
}

.system_01 {
	background-position: -10px -306px;
}

.system_02 {
	background-position: -120px -306px;
}

.system_03 {
	background-position: -230px -306px;
}

.system_04 {
	background-position: -340px -306px;
}

.system_05 {
	background-position: -10px -416px;
}

.system_06 {
	background-position: -120px -416px;
}

.system_07 {
	background-position: -230px -416px;
}

.system_08 {
	background-position: -340px -416px;
}

.eight_systems ul li h4 {
	height: 28px;
	margin-top: 10px;
	font-size: 24px;
	color: #333333;
}

.eight_systems ul li span {
	font-size: 12px;
	color: #666666;
}


/*------应用场景------*/

.apsc_content {
	width: 984px;
	margin: 0 auto;
	padding: 44px 0 50px 0;
}

.apsc_content ul li {
	width: 240px;
	background-color: #ffffff;
	margin: 6px 3px 0 3px;
	text-align: center;
	float: left;
}

.apsc_img {
	width: 100%;
	height: 140px;
	font-size: 0;
}

.apsc_img img {
	width: 100%;
	height: 100%;
}

.apsc_text {
	width: 100%;
	height: 68px;
	padding-top: 12px;
}

.apsc_text h3 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.apsc_text span {
	margin-top: 8px;
	font-size: 12px;
	color: #808080;
	display: block;
}


/*------运营案例------*/

.case_content {
	width: 788px;
	margin: 0 auto;
	padding: 48px 0;
}

.case_box {
	width: 50%;
	text-align: center;
}

.case_img {
	width: 148px;
	height: 148px;
	padding: 12px;
	margin: 0 auto;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	font-size: 0;
}

.case_box span {
	margin-top: 12px;
	font-size: 24px;
	color: #999999;
	display: block;
}


/*------合作优势------*/

.coad_content {
	width: 1008px;
	margin: 0 auto;
	padding: 80px 0 30px 0;
	overflow: hidden;
}

.coad_content ul {
	width: 1080px;
}

.coad_content ul li {
	width: 470px;
	margin: 0 70px 70px 0;
	float: left;
}

.coad_img {
	width: 86px;
	height: 75px;
	float: left;
}

.coad_img i {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../images/icon_base.png);
}

.coad_img i.coad_img01 {
	background-position: -10px -746px;
}

.coad_img i.coad_img02 {
	background-position: -106px -746px;
}

.coad_img i.coad_img03 {
	background-position: -202px -746px;
}

.coad_img i.coad_img04 {
	background-position: -10px -831px;
}

.coad_img i.coad_img05 {
	background-position: -106px -831px;
}

.coad_img i.coad_img06 {
	background-position: -202px -831px;
}

.coad_text {
	width: 362px;
	padding-left: 20px;
	float: left;
}

.coad_text p {
	text-align: justify;
	font-size: 27px;
	color: #333333;
}


/*---------------------申请合作结束---------------------*/


/*---------------------疑难解答开始---------------------*/

.answer_content {
	width: 100%;
}

.answer_content ul li {
	width: 100%;
	padding: 22px 0 40px 0;
}

.answer_content ul li.gray {
	background-color: #f4f4f4;
}

.answer_box {
	width: 956px;
	margin: 0 auto;
	padding: 22px 0 0 0;
}

.answer_left {
	width: 26px;
	float: left;
}

.answer_left i {
	width: 26px;
	height: 29px;
	display: block;
	background-image: url(../images/icon_base.png);
}

.answer_left i.icon_ask {
	background-position: -450px -460px;
}

.answer_left i.icon_answer {
	background-position: -486px -460px;
}

.answer_right {
	width: 914px;
	padding-left: 14px;
	text-align: justify;
	float: left;
}

.answer_tit {
	width: 100%;
	line-height: 26px;
}

.answer_tit h4 {
	font-size: 16px;
	color: #333333;
}

.answer {
	width: 100%;
	line-height: 25px;
	font-size: 16px;
	color: #666;
}

.answer dl dd {
	margin-top: 30px;
}

.answer dl dt span {
	color: #ff6600;
}

.answer table {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

.answer table thead {
	background-color: #eeeeee;
}

.answer table thead tr td,
.answer table tbody tr td,
.answer table tbody tr th {
	padding: 12px 0;
	font-size: 12px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.answer table thead tr td {
	color: #333333;
	font-weight: bold;
}

.answer table tbody tr th {
	padding: 12px 10px;
	text-align: left;
}


/*---------------------疑难解答结束---------------------*/


/*---------------------关于我们开始---------------------*/


/*------公司介绍------*/

.aboutus_content {
	width: 100%;
	min-width: 1200px;
}

.aboutus_content.gray {
	background-color: #f7f7f7;
}

.aboutus_tit {
	width: 100%;
	padding-top: 50px;
	text-align: center;
}

.aboutus_tit h3 {
	font-size: 36px;
	color: #333333;
}

.comint {
	width: 912px;
	margin: 0 auto;
	padding-bottom: 64px;
}

.comint p {
	width: 100%;
	margin-top: 36px;
	line-height: 22px;
	text-align: justify;
	text-indent: 2em;
	font-size: 16px;
	color: #333333;
}


/*------团队风采------*/

.team_content {
	width: 1200px;
	margin: 0 auto;
	padding: 56px 0;
}

.team_content ul li {
	width: 280px;
	margin: 0 10px;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
}

.team_img {
	width: 280px;
	height: 200px;
}

.team_text {
	height: 160px;
	padding: 0 28px;
}

.team_text h3 {
	margin-top: 14px;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}

.team_text p {
	width: 100%;
	line-height: 24px;
	margin-top: 10px;
	text-align: justify;
	font-size: 14px;
	color: #999999;
}


/*------联系我们------*/

.contactus_content {
	padding: 30px 0 30px 0;
	text-align: center;
}

.contactus_content ul li {
	line-height: 36px;
}

.contactus_content ul li i {
	width: 22px;
	height: 24px;
	margin-right: 12px;
	display: inline-block;
	background-image: url(../images/icon_base.png);
}

.contactus_content ul li i.icon_tel {
	background-position: -526px -460px;
}

.contactus_content ul li i.icon_position {
	background-position: -550px -456px;
	vertical-align: -6px;
}

.contactus_content ul li b {
	font-size: 30px;
	color: #33a6f7;
}

.contactus_content ul li span {
	font-size: 16px;
	color: #666666;
}


/*-------地图-------*/

.map_content {
	width: 100%;
	min-width: 1200px;
	height: 595px;
}

.map_content img {
	width: 100%;
	height: 100%;
	display: block;
}


/*---------------------关于我们结束---------------------*/


/*----------------------底部开始----------------------*/

.bottom_content {
	position: static !important;
}


/*----------------------底部结束----------------------*/