@charset "utf-8";
/* CSS Document */
body {
	/*font-family: "Microsoft YaHei", "΢���ź�";*/
	font-size: 14px;
}
a {
	color: #3a4046
}
.error {
	color: red;
}
/*  */
.f14 {
	font-size: 14px;
}
.f15 {
	font-size: 15px;
}
.f16 {
	font-size: 16px;
}
.f17 {
	font-size: 17px;
}
.f18 {
	font-size: 18px;
}
/* */
.tl {
	text-align: left
}
.tc {
	text-align: center
}
.tr {
	text-align: right
}
/*  */
.fRed {
	color: #F00
}
.fBlack {
	color: #000
}
.fGreen {
	color: #0F0
}
.fBlue {
	color: #00F
}
/* */
.highlight {
	background: #f7f7f9
}
.bRadius {
	border: 1px solid #ddd;
	border-radius: 4px;
}
.clearMargin {
	margin: 0;
	padding: 0;
}
/**/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.bol {
	border-left: 1px solid #ddd
}
/**/
.left {
	display: block;
	float: left;
	width: 15%;
	margin-left: 10%;
	margin-right: 5%;
}
.asideleft {
	width: 100%;
	float: left;
}
.cpdh {
	display: block;
	width: 100%;
	float: left;
}
#cpzx a {
	display: block;
	border-top: 2px #489f98 solid;
	border-bottom: 1px rgb(199,199,199) solid;
	background: url(../img/iconfont-shezhi.png) no-repeat 2% center;
	width: 100%;
	text-align: center;
	font-size: 22px;
	padding: 22px 0;
	transition: border-top 1s ease-in;
}
#cpzx a:hover {
	color: rgb(57,56,54);
	border-top: 2px #489f98 solid;
}
.cpdhs a {
	display: block;
	width: 100%;
	height: 75px;
	border-bottom: 1px rgb(223,223,223) solid;
	transition: border-bottom 1s ease;
}
.cpdhs a strong {
	display: block;
	width: 100%;
	height: 75px;
	text-align: center;
	padding: 25px 0 5px 80px;
	transition: color .4s ease;
}
.cpdhs a:hover {
	border-bottom: 4px rgb(232,81,68) solid;
}
.cpdhs a strong:hover {
	color: rgb(232,81,68);
}
.dylianxi {
	width: 100%;
	float: left;
	padding-top: 40px;
}
.dylianxi span {
	font-size: 16px;
}
a.ljgd {
	font-size: 16px;
	display: block;
	width: 100%;
	text-align: center;
	height: 31px;
	line-height: 31px;
	background-color: rgb(13,122,196);
	color: rgb(183,215,237);
	letter-spacing: 2px;
	border: 1px rgba(246,224,122,0.5) solid;
	transition: background-color .8s ease-in;
	-moz-transition: background-color .8s ease-in;
	-webkit-transition: background-color .8s ease-in;
}
a.ljgd:hover {
	background-color: rgb(8,74,119);
	color: rgb(255,255,255);
	border: 1px rgba(246,224,122,1) solid;
}
.dtcpdhs a {
	display: block;
	width: 70%;
	height: 75px;
	background: url(../img/tb6.png) no-repeat 90% center;
	border-bottom: 1px rgb(223,223,223) solid;
	transition: border-bottom 1s ease;
	padding-left: 30%;
	line-height: 75px;
	font-size: 16px;
}
.dtcpdhs a:hover {
	border-bottom: 4px rgb(232,81,68) solid;
}
#lxbtn {
	background: rgb(232,81,68) url(../img/tb2.png) no-repeat 90% center;
	display: block;
	height: 43px;
	width: 100%;
	float: left;
	padding-left: 20px;
	color: rgb(255,255,255);
	margin-top: 10px;
	line-height: 43px;
	font-size: 16px;
	transition: background .6s ease-in;
}
#lxbtn:hover {
	background: rgb(255,123,112) url(../img/tb2.png) no-repeat 90% center;
}
.right {
	display: block;
	float: right;
	width: 60%;
	margin-right: 10%;
}
