@charset "utf-8";
.headline-bg {
	background: -webkit-linear-gradient(top,#0076d1,#5db8ff);
	background: -moz-linear-gradient(top,#0076d1,#5db8ff);
	background-image: url(bann.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 550px;
}
.yy {
	box-shadow: 0px 0px 5px #d5e3ea;
	border-radius: 5px;
	background-color: #FFF;
	border: 1px solid #01b0f1;
	-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.yy:hover {
	box-shadow: 0px 0px 5px #019fde;
	border-radius: 5px;
	background-color: #FFF;
	-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.yy2 {
	box-shadow: 0px 0px 5px #d5e3ea;
	border-radius: 5px;
	background-color: #FFF;
	margin-bottom: 20px;
	border: 1px solid #01b0f1;
	-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.yy2:hover {
	box-shadow: 0px 0px 5px #019fde;
	border-radius: 5px;
	background-color: #FFF;
	-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.bt_h1 {
	font-size: 40px;
	font-weight: bold;
	padding-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.bt_bg {
	height: 140px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.t {
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}
.cjlist2 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 26px;
}
.cjlist {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
.cjlist li {
	float: left;
	width: 33.333%;
	line-height: 40px;
	list-style-type: none;
	font-size: 16px;
	background-image: url(arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}
.cjlist li:hover {}
.dw {
	position: relative;
	margin-left: 40%;
}
.dw2 {
	position: relative;
	margin-left: 10px;
}
.cj {
	background-color: #00b0f0;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	top: -30px;
	position: absolute;
}
.cs {
	color: #FFF;
	background-color: #019fde;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-radius: 5px;
	font-size: 26px;
	font-weight: bold;
	text-indent: 20px;
}
.f16 {
	font-size: 18px;
	color: #00b0f0;
	line-height: 30px;
}
.fenxi {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}
.fenxi li {
	background-color: #019FDE;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	text-align: center;
	margin-bottom: 5px;
}
.arr {
	background-image: url(arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}