.btn {
	display: inline-block;
	padding: 0 12px;
	height: 28px;
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	background: -moz-linear-gradient(#ffffff,#eeeeee 88%, #efefef);
	background: -webkit-gradient(from(#ffffff), to(#efefef));
	background: -webkit-linear-gradient(#ffffff,#eeeeee 88%, #efefef);
	background: -o-linear-gradient(#ffffff,#eeeeee 88%, #efefef);
	background: linear-gradient(#ffffff,#eeeeee 88%, #efefef);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#efefef)";
}

.btn:hover {
	color: #666;
	background-color: #e0e0e0;
	border: 1px solid #e0e0e0;
}

.mod_bdyun{ 
	overflow: hidden;
	padding: 45px 0;
	background: #f8f9fc;
}
.mod-module {
	padding: 37px 49px 29px;
	border: 1px solid #eef4f8;
	background: #fff;
	/*opacity: .7;*/
	cursor: pointer;
}
.mod-module .title {
	font-size: 36px;
	line-height: 42px;
	color:#108cee;
	/*color: #3c87d2;*/
}
.mod-module .subtitle {
	font-size: 12px;
	color: #999;
}
.mod-module .leftbox {
	float: left;
	width: 700px;
}
.mod-module .rightbox {
	float: right;
	width: 158px;
	padding-left: 38px;
	border-left: 1px solid #eee;
}
.mod-module  .rightbox h3,
.mod-module .btn {
	/*display: none;*/
	display: block;
}
.mod-module .btn {
	width: 102px;
	height: 46px;
	font-size: 16px;
	line-height: 46px;
	color: #fff;
	border-color: #fff;
	background: none;
	background-color: #3c87d2;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#3c87d2, endColorstr=#3c87d2)";
}
.mod-module .rightbox h3 {
	font-size: 18px;
	color: #999;
}
.mod-module .rightbox h2 {
	line-height: 60px;
	color: #ff5e52;
}
.mod-module .rightbox strong {
	font-size: 28px;
}
.mod-module sup {
	font-size: 18px;
}
.mod-module .box {
	float: left;
	width: 320px;
	padding-right: 30px;
}
.mod-module .box1 {
	/*width: 100%;*/
	width: 320px;
}
.mod-module .box3 {
	width: 320px;
	padding-top: 35px;
}
.mod-module .box3 li {
	float: left;
	min-width: 75px;
	padding: 0 10px;
	text-align: center;
}
.mod-module .box3 li {
	border-right: 1px solid #eee;
}
.mod-module .box3 li.no {
	border-right: 0;
}
.mod-module .box2 {
	/*display: none;*/
}
.mod-module .box2 li {
	font-size: 14px;
	line-height: 26px;
	list-style: square inside url(../newimages/list-style.jpg);
}
.mod-module .box3 strong {
	font-size: 24px;
	color: #3c87d2;
}

.mod-module.active {
	padding: 35px 47px 27px;
	border: 3px solid #108cee;
	opacity: 1;
}
