﻿/**
 * 产品优势样式
 */

.adv-info {
	color: #fff;
	text-shadow: 1px 1px 3px #666;
	font-family: "微软雅黑","黑体";
	font-size: 16px;
}
.main-info {
	color: #f00;
	text-shadow: 1px 1px 3px #666;
	font-family: "微软雅黑","黑体";
	font-size: 28px;
}


.main {
	padding-top: 10px;
	background: #fff;
	-moz-box-shadow: 0 0 5px #ededed;
	-webkit-box-shadow: 0 0 5px #ededed;
	box-shadow: 0 0 5px #ededed;
}

.ad-icon {
	background: url(../images/icon-advantage.png) no-repeat;
}

.title-l,
.block-l {
	float: left;
	width: 480px;
}

.title-r,
.block-r {
	float: right;
	width: 480px;
}

.title-btn {
	display: block;
	width: 270px;
	height: 58px;
	margin: 30px auto;
	font-family: "微软雅黑","黑体";
	font-size: 20px;
	padding-top: 11px;
}

.title-btn-qiao {
	background-position: 0 0;
	padding-left: 114px;
	width: 156px;
	color: #104e82;
}

.title-btn-normal {
	background-position: 0 -80px;
	text-align: center;
	color: #888;  
}

.block {
	background: url(../images/advantage-line.png) center bottom no-repeat;
	padding-bottom: 39px;
	position: relative;
	margin-bottom: 40px;
}

.block-last {
	background: none;
	margin-bottom: 0;
}

.box,
.box-normal {
	position: relative;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 1px;
	background: #f9fafb;
	width: 350px;
	margin: 0 auto 22px;
}

.box-con,
.box-normal-con {
	background-color: #eef3f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9fcff), to(#ebeff3)); 
	background-image: -webkit-linear-gradient(top, #f9fcff, #ebeff3); 
	background-image:    -moz-linear-gradient(top, #f9fcff, #ebeff3); 
	background-image:      -o-linear-gradient(top, #f9fcff, #ebeff3); 
	background-image:         linear-gradient(top bottom, #f9fcff, #ebeff3);
	padding: 15px 8px 15px 15px;
	color: #104e82;
	font-size: 14px;
	line-height: 24px;
}

.box-normal-con {
	background-color: #f7f7f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1)); 
	background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1); 
	background-image:    -moz-linear-gradient(top, #ffffff, #f1f1f1); 
	background-image:      -o-linear-gradient(top, #ffffff, #f1f1f1); 
	background-image:         linear-gradient(top bottom, #ffffff, #f1f1f1);
	color: #666;
	padding-top: 25px;
}

.box-con h4{
	text-align: center;
}

.box-label-con {
	padding-top: 36px;
}

.box-normal .box-label-con {
	padding-top: 40px;
}

.box-label {
	position: absolute;
	width: 100px;
	height: 35px;
	top: 8px;
	left: -9px;
	padding: 4px 0 0 32px;
	background-position: 0 -160px;
	color: #fff;
	font-family: "微软雅黑","黑体";
	font-size: 16px;
	text-shadow: 2px 2px 3px #d8623a;
}

.box-shadow {
	position: absolute;
	bottom: -12px;
	left: 50%;
	width: 347px;
	height: 11px;
	margin-left: -173px;
	font-size: 0;
	line-height: 0;
	background-position: 0 -220px;
}

.icon-vs {
	position: absolute;
	width: 68px;
	height: 45px;
	top: 50%;
	left: 50%;
	margin: -42px 0 0 -34px;
	background-position: -180px -160px;
}