@charset "utf-8";
/* CSS Document */
/* banner */
.ban-box{
	background:#030215 url(/wp-content/uploads/images/atom/atom-ban.jpg) repeat-x center top;
}
.ban-box > .box-w{
	height: 440px;
}

/* 原子化搜索和传统搜索对比 */
.atom-vs {
	margin-top: 80px;
	min-height: 620px;
	position: relative;
}
.atom-vs > img.vs-img {
	position: absolute;
	top: -50px;
	left: 50%;
	z-index: 1;
	margin-left: -53px;
}
.atom-vs .vs-item {
	width: 550px;
	float: left;
	padding: 30px 35px 0;
	box-sizing: border-box;
	background-color: #f5f5f5;
}
.atom-vs .vs-item h3 {
	color: #333;
	font-size: 30px;
	text-align: center;
}
.atom-vs .vs-item ul li {
	width: 100%;
	height: 140px;
	box-sizing: border-box;
	padding: 17px 160px 0 20px;
	position: relative;
	margin-bottom: 35px;
	background-color: #fff;
	border: 2px solid #999;
}
.atom-vs .vs-item ul li .item-sum {
	width: 140px;
	right: -2px;
	top: -2px;
	line-height: 140px;
	text-align: center;
	font-size: 40px;
	position: absolute;
	color: #fff;
	background-color: #999;
}
.atom-vs .vs-item-atmom {
	background-color: #eaefff;
}
.atom-vs .vs-item-atmom h3 {
	color: #237ee6;
}
.atom-vs .vs-item-atmom ul li {
	padding-left: 160px;
	padding-right: 20px;
	border: 2px solid #237ee6;
}
.atom-vs .vs-item-atmom ul li .item-sum {
	left: -2px;
	right: auto;
	background-color: #237ee6;
}

/* 产品介绍 */
.three-icon-ul li:first-child {
	text-align: left;
}
.three-icon-ul li:last-child {
	text-align: right;
}
.three-icon-ul a {
	text-align: center;
	border: 2px solid #fff;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.three-icon-ul a img {
	width: 300px;
	margin: 0 20px;
}
.three-icon-ul a:hover {
	color: #237ee6;
	border-color: #237ee6;
}

.skill-det > dl > dt {
	width: 350px;
}
.skill-det > dl > dt > div > h4 {
	font-size: 28px;
	margin-top: 100px;
}
.skill-det > dl > dt > div > p {
	font-size: 16px;
	color: #999;
	line-height: 1.8;
	margin-top: 10px;
}
.skill-det > dl > dd {
	width: 588px;
	height: 412px;
	background: url(/wp-content/uploads/images/atom/atom-img4.jpg);
	text-align: center;
}
.skill-det dl dd img {
	width: 580px;
}

/* 电话 */
.tel-400 {
	padding-top: 160px;
	min-height: 388px;
	box-sizing: border-box;
	background: #131127 url(/wp-content/uploads/images/atom/atom-bg.jpg) no-repeat center center;
}