* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
}

ul {
	list-style: none;
}

.centered {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 内容开始 */
.solutionMain {
	width: 100%;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

/* 左边导航开始 */
.asideBox {
	float: left;
	width: 294px;
}


.mainBox {
	float: left;
}

.asideLogo {
	width: 294px;
	height: 156px;
}

.asideLogoBg {
	width: 100%;
	height: 100%;
	background: url(../img/ATO.png) 0 0/100% no-repeat;
}

.asideTextBox {
	width: 100%;
	height: 100%;
	padding: 40px;
}

.icon {
	width: 76px;
	height: 76px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 76px;
	text-align: center;
}

.textBox {
	display: inline-block;
	width: 138px;
	height: 76px;
	/* padding: 6px 0; */
	vertical-align: middle;
}

.textBox span {
	font-family: Arial;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	display: block;
}

.textBox h1 {
	font-size: 30px;
	font-weight: 700;
	font-family: Microsoft YaHei;
	margin: 0;
	padding: 0;
	line-height: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
}

/* 左边导航列表 */
.asideList {
	height: 60px;
	border: 1px solid #ddd;
	line-height: 60px;
	text-align: left;
	padding-left: 20px;
	font-size: 16px;
	color: #555;
	font-family: Microsoft YaHei;
	cursor: pointer;
	border-top: none;
	outline: 0;
}

.listActive {
	border: 1px solid #5badf2;
	background: #5badf2;
	color: #fff;
}

.lastSpan {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.asideTelBg {
	margin: 12px 0 30px;
	background: url(../img/Product-center-phone-background.png) 0 0/100% no-repeat;
	height: 284px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.asideTelBox h2 {
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-family: Microsoft YaHei;
	text-align: center;
	font-size: 26px;
}

.asideTelBox p {
	font-size: 12px;
	color: #04699d;
	height: 20px;
	line-height: 20px;
}

.asideTelBox h3 {
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	font-family: Arial;
}

.asideTelBox span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: rgba(255, 255, 255, .7);
	line-height: 28px;
}

/* 左边导航结束 */



/* 右边 */
/* 右边顶部 */
.mainBox {
	display: inline-block;
	width: 906px;
}

.mainContentBox {
	padding: 50px 0 0 34px;
}

.mainContent {
	position: relative;
	margin-left: 0;
	margin-right: 0;
	height: auto;
	zoom: 1;
	display: block;
}

.navTop {
	width: 100%;
	overflow: hidden;
	height: 50px;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	zoom: 1;
	display: block;
}

.navTopTitle {
	display: inline-block;
	border-bottom: 6px solid #247ec5;
	height: 100%;
	padding: 0 20px 0 5px;
	position: absolute;
	z-index: 10;
}

.navTopTitle h2 {
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	color: #5badf2;
	font-weight: 700;
	text-align: left;
}

.navTopRight {
	border-bottom: 6px solid #dedede;
	display: inline-block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 9;
}

.navTopRightBox {
	height: 44px;
	line-height: 44px;
	text-align: right;
	display: block;
	color: rgba(0, 0, 0, 0.65);
	font-size: 12px;
}

.navTopRightBox div {
	display: inline-block;
}

.navTopRightBox a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.65);
	transition: color .3s;
}

.separator {
	margin: 0 8px;
	color: rgba(0, 0, 0, 0.3);
}

.lastSpan {
	font-size: 14px;
	color: #666;
}

/* 右边顶部结束 */
.downloadListBox {
	margin-top: 40px;
}

.downloadList {
	width: 278px;
	border: 1px solid #f3f3f3;
	cursor: pointer;
	float: left;
	margin: 6px;
	background: #fff;
	border-radius: 2px;
	font-size: 12px;
	position: relative;
	transition: all .3s;
}

.downloadList:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.cardBody {
	zoom: 1;
	padding: 0 !important;
}

.cardBody a {
	color: #108ee9;
	background: transparent;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	transition: color .3s ease;
}

.customImage {
	width: 100%;
	padding: 0;
	height: 210px;
	background: #fff;
	overflow: hidden;
	text-align: center;
}

.customImage img {
	height: 100%;
	width: auto;
	display: inline-block;
}

.customCard {
	height: 95px;
	padding: 10px;
}

.customCard h3 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
}

.customCard p {
	line-height: 24px;
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	height: 48px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.NotshowContent {
	display: none;
}

.solutionHoverA:hover {
	color: #49a9ee;
}

a{
	text-decoration: none;
	color: #555;
}
.asideList a{
	display: block;
}
#massageTextarea{
	width: 279px!important;
}