﻿html,body,div 
{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:宋体;
}
html {
	font-size: 62.5%; /* 10÷16=62.5% */
}
@media only screen and (min-width: 481px){
	html {
		font-size: 94%!important; /* 15.04÷16=94% */
	}
}
@media only screen and (min-width: 561px){
	html {
		font-size: 109%!important; /* 17.44÷16=109% */
	}

}
@media only screen and (min-width: 641px){
	html {
		font-size: 125%!important; /* 20÷16=125% */
	}
}
a
{
	text-decoration:none;
}

.bigwhitetop
{
	width:100%;
	float:left;
	background-color:#fff;
	height:83px;
}
.bighead
{
	width:100%;
	height:78px;
	border-top:solid 3px #36a5c4;
	float:left;
	display:block;
    position: fixed;
    top:0;
    background:#fff;
    z-index: 999;
    box-shadow: 0 0 1rem #C2C2C2;
}
.divhead
{
	width:1002px;
	height:78px;
	margin:0 auto;
}

.divlogo
{
	width:300px;
	height:78px;
	float:left;
}
.divlogo img
{
	margin-left:20px;
	margin-top:3px;
}
.divheadtele
{
	height:28px;
	width:670px;
	float:left;
	text-align:right;
	padding-top:8px;
	padding-right:30px;
}
.headteletitle
{
	font-family:微软雅黑;
	font-weight:bold;
	font-size:16px;
	color:#FF7F00;
}
.headtele
{
	font-family:Times New Roman;
	font-weight:bold;
	font-size:18px;
	color:#FF7F00;
}


.divmenu
{
	width:700px;
	height:40px;
	float:left;
}

.indexmenu
{
	width:600px;
	float:left;
	margin-left:20px;
	height:25px;
	margin-top:15px;
}
.indexmenu li
{
	width:120px;
	text-align:center;
	float:left;
	list-style:none;
	height:25px;
}


/* Effect 17: move up fade out, push border */
.cl-effect-1 a 
{
	font-family:微软雅黑;
	font-size:16px;
	color: #1791b9;
}

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	color:#EE4000;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	color:#EE7600;
}

.cl-effect-1 a:hover
{
	color: #EE7600;
	font-size:16px;
	font-weight:bold;
	font-family:微软雅黑;
}

.bigbanner
{
	width:100%;
	height:400px;
	float:left;
	background-image:url('../img/banner/ao-bg.jpg');
	background-position:top center;
	background-repeat:no-repeat;
}

.divbanner
{
	width:1002px;
	height:400px;
	margin:0 auto;
	background-image:url('../img/banner/ao-all.png');
	background-position:bottom center;
	background-repeat:no-repeat;
}


.biggraymain
{
	width:100%;
	float:left;
	background-color:#f1f2f3;
}


.bigwhitemain
{
	width:100%;
	float:left;
	background-color:#fff;
}



.bigbottommain
{
	width:100%;
	float:left;
	background-color:#475268;
}

.maincontent
{
	width:1002px;
	margin:0 auto;
}

.maindiv-100
{
	width:100%;
	margin:0;
	padding:0;
	float:left;
}

.maindiv-236
{
	width:236px;
	float:left;
	margin-left:11px;
	margin-bottom:15px;
}

.div-1002
{
	width:1002px;
	margin:0 auto;
	padding:0px;
}



.maintitle-1
{
	font-family:@@Adobe 黑体 Std R;
	font-weight:bold;
	font-size:26px;
	color:#636363;
	margin-top:50px;
	margin-bottom:10px;
	height:30px;
	width:800px;
	margin-left:30px;
}

.maintitle-3
{
	font-family:@@Adobe 黑体 Std R;
	font-weight:bold;
	font-size:26px;
	color:#636363;
	margin-top:30px;
	margin-bottom:10px;
	height:30px;
	width:600px;
	margin-left:30px;
}


.softhead-1
{
	width:236px;
	height:60px;
	float:left;
	background-image:url('../img/aohead-1.png');
	background-position:bottom center;
	background-repeat:no-repeat;
}
.softhead-2
{
	width:236px;
	height:60px;
	float:left;
	background-image:url('../img/crmhead-1.png');
	background-position:bottom center;
	background-repeat:no-repeat;
}
.softhead-3
{
	width:236px;
	height:60px;
	float:left;
	background-image:url('../img/caigouhead-1.png');
	background-position:bottom center;
	background-repeat:no-repeat;
}
.softhead-4
{
	width:236px;
	height:60px;
	float:left;
	background-image:url('../img/jxchead-1.png');
	background-position:bottom center;
	background-repeat:no-repeat;
}
.softhead-5
{
	width:236px;
	height:60px;
	float:left;
	background-image:url('../img/meshead-1.png');
	background-position:bottom center;
	background-repeat:no-repeat;
}
.softbody
{
	margin-top:10px;
	background-color:#fff;
	width:236px;
	height:310px;
	float:left;
}
.softimg
{
	width:236px;
	float:left;
	text-align:center;
	height:175px;
	margin-top:10px;
}
.softul
{
	width:236px;
	float:left;
	text-align:left;
	margin:0px;
	padding:0px;
	margin-top:5px;
}
.softul li
{
	margin:0px;
	padding:0px;
	margin-left:8px;
	padding-left:15px;
	list-style:none;
	width:210px;
	line-height:26px;
	font-family:黑体;
	color:#515151;
	font-size:14px;
	float:left;
	background-image:url('../img/ico-01.png');
	background-position:left center;
	background-repeat:no-repeat;
	
}
.softbanner
{
	width:100%;
	height:145px;
	float:left;
	background-image:url('../img/soft-banner.jpg');
	background-position:center center;
	background-repeat:no-repeat;
}

.webdiv
{
	width:100%;
	margin:0;
	padding:0;
	float:left;
	background-image:url('../img/webbg-01.jpg');
	background-position:right center;
	background-repeat:no-repeat;
	padding-bottom:8px;
}


.webdiv-500
{
	margin:0;
	padding:0;
	float:left;
	width:500px;
	margin-left:20px;
	padding-top:12px;
	padding-bottom:12px;
	border-bottom:solid 1px #dbdbdb;
}

.webimg
{
	float:left;
	width:74px;
	height:74px;
	margin-top:10px;
}
.webcontent
{
	float:left;width:400px;
	margin-left:15px;
}
.webcontent h1
{
	font-family:@@Adobe 黑体 Std R;
	font-size:20px;
	color:#4c4c4c;
	text-align:left;

}
.webcontent p
{
	font-size:14px;
	color:#808080;
	text-align:left;
	line-height:26px;
	
}

.maintitle-2
{
	font-family:@@Adobe 黑体 Std R;
	font-weight:bold;
	font-size:20px;
	color:#1d8daa;
	margin-top:10px;
	margin-bottom:10px;
	height:25px;
	width:800px;
	margin-left:40px;
}

.webcasediv
{
	width:980px;
	float:left;
	padding-top:5px;
	padding-bottom:20px;
}

.webcase
{
	margin-left:20px;
	width:170px;
	text-align:center;
	float:left;
	line-height:24px;
	color:#808080;
}
.webcase img
{
	width:160px;
	height:112px;
	border:solid 2px #e0dfdf;
}

.cutdiv
{
	width:100%;
	height:30px;
	float:left;
	background-image:url('../img/cutbg.jpg');
	background-position:center center;
	background-repeat:no-repeat;
}


.mobilediv
{
	width:100%;
	margin:0;
	padding:0;
	float:left;
	background-image:url('../img/mobilebg-01.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
}

.mobilediv
{
	margin:0;
	padding:0;
	float:left;
	width:600px;
	padding-left:400px;
	padding-top:20px;
	padding-bottom:20px;
}


.mobileimg
{
	float:left;width:89px;
	height:80px;
	margin-top:10px;
}
.mobilecontent
{
	float:left;
	width:480px;
	margin-left:15px;
}
.mobilecontent h1
{
	font-family:@@Adobe 黑体 Std R;
	font-size:20px;
	color:#4c4c4c;
	text-align:left;
	margin-bottom:8px;
}
.mobilecontent p
{
	color:#808080;
	text-align:left;
	line-height:24px;
	font-size:14px;
	margin-top:5px;
	margin-bottom:8px;
}

.mobilebanner
{
	width:100%;
	height:138px;
	float:left;
	background-image:url('../img/mobile-banner.jpg');
	background-position:center center;
	background-repeat:no-repeat;
}

.clientcasetitle
{
	width:600px;
	margin:0 auto;
	padding:0px;
	background-image:url('../img/solidbg.jpg');
	background-repeat:repeat-x;
	background-position:center;
	text-align:center;
	margin-top:20px;
}

.clientcasetitle div
{
	margin:0 auto;
	padding:0px;
	padding-left:30px;
	padding-right:30px;
	font-family:@@Adobe 黑体 Std R;
	font-weight:bold;
	font-size:26px;
	color:#636363;
	background-color:#fff;
	width:160px;
}

.clientcaseimg
{
	margin-left:42px;
	margin-top:20px;
	margin-bottom:20px;
	width:150px;
	height:100px;
	float:left;
	border:solid 1px #888888;
}


.bottomul
{
	margin-left:80px;
	float:left;
}

.bottomul li
{
	list-style:none;
	color:White;
	margin-top:10px;
	vertical-align:middle;
	padding-left:2px;
}

.bottomul li:nth-child(1)
{
	font-family:@@Adobe 黑体 Std R;
	font-weight:bold;
	font-size:16px;
	padding-left:0px;
}
.bottomul li img
{
	vertical-align:middle;
}
.bottomtele
{
	line-height:32px;
	font-family:Times New Roman;
	font-weight:bold;
	font-size:18px;
	vertical-align:middle;
	margin-left:10px;
}