@charset "utf-8";
/* CSS Document */

.list {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(255, 255, 255);
	line-height: 27px;
	padding-left: 10px;
	background-color: #4b9ce3;
}
.list a {
	COLOR: #01325a;
	text-decoration: none;
}
.about {
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: #fff;
	LINE-HEIGHT: 28px;
	padding: 0 0 0 8;
	FONT-FAMILY: Arial;
	background-color: #21639d;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding-left: 5px;
}
.body {
	font-size: 13px;
	line-height: 28px;
	padding: 10 5 0 5;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	
}
.body_s {
	font-size: 13px;
	line-height: 28px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-LEFT: 0px;
}
.body_ul_li {
	font-size: 13px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-right: 0px;
}
.heading {
	font-size: 18px;
	line-height: 33px;
	color: #333;
	padding: 0 0 0 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.heading_c {
	font-size: 18px;
	line-height: 25px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px #999999 dotted;
}
.heading_sub {
	font-size: 14px;
	line-height: 25px;
	color: #333;
	padding: 8 0 0 0px;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
}
.heading_p {
	font-size: 13px;
	line-height: 25px;
	color: #012d8e;
	text-align: justify;
	padding-left: 8px;
	padding: 10 8 0 8;
	font-family: Arial, Helvetica, sans-serif;
}
.heading_ul {
	font-size: 13px;
	line-height: 25px;
	color: #333;
	text-align: justify;
	list-style-type: decimal;
	padding: 10 8 0 8;
	font-family: Arial, Helvetica, sans-serif;
}
.heading_ul_li {
	font-size: 13px;
	line-height: 13px;
	color: #333;
	text-align: justify;
	padding-top: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px #484848 dashed;
}
.blank {
	border-bottom: 1px #999999 dotted;
}
.ibsbox {
	width: 235px;
	height: auto;
	float: left;
}
.ibspanel {
	width: 230px;
	height: 220px;
	margin: auto;
	position: relative;
	text-align: center;
}
.ibscard {
	width: 100%;
	height: 224px;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 10px;
}
.ibsfront {
	background: #fff;
}
.ibsfront img {
	border-radius: 10px;
}
.ibsback {
	-webkit-transform: rotatey(-180deg);
	-ms-transform: rotatey(-180deg);
	-moz-transform: rotatey(-180deg);
	transform: rotatey(-180deg);
	background: #FFF;
	font-family: Arial;
	font-size: 14px;
	text-align: justify;
	color: #4E4E4E;
	line-height: 26px;
	padding-left: 3px;
	padding-right: 3px;
}
.ibspanel:hover .ibsfront {
	-webkit-transform: rotatey(180deg);
	-ms-transform: rotatey(180deg);
	-moz-transform: rotatey(180deg);
	transform: rotatey(180deg);
	
}
.ibspanel:hover .ibsback {
	-webkit-transform: rotatey(0deg);
	-ms-transform: rotatey(0deg);
	-moz-transform: rotatey(0deg);
	transform: rotatey(0deg);
}
.wecom {
	background: #fff;
	font-family: arial;
	font-size: 12px;
	line-height: 25px;
}
.bannerbox {
	width:320px; height:200px; background:rgba(10,60,100,0.8); 
}
.bannerbox p{font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#fff; line-height:23px; padding:0 4px; text-align:justify;}
