@charset "utf-8";

/* CSS Document */
* {
	margin: 0 auto;
	padding: 0px;
	font-family: "微软雅黑";
	text-decoration: none;
}

li {
	list-style-type: none;
}

/*top*/
#top {
	width: 100%;
	height: 120px;
	background: #F6F6F8;
}

.top_center {
	width: 1200px;
	height: 120px;
	/*background: #929292;*/
}

.logo {
	width: 215px;
	height: 120px;
	/*background: #453637;*/
	float: left;
	line-height: 120px;
}

.logo img {
	width: 75px;
	height: 82px;
	margin-left: 20px;
	vertical-align: middle;
}

.logo p {
	font-size: 36px;
	color: #02B2B5;
	float: right;
}

.top_right {
	width: 540px;
	height: 120px;
	/*background: #C12629; */
	float: right;
	margin-right: 45px;
	font-size: 16px;
	text-align: center;
	line-height: 120px;
}

.top_right_1 {
	width: 100px;
	height: 40px;
	background: #02B2B5;
	color: #fff;
	line-height: 40px;
	border-radius: 20px;
	vertical-align: middle;
	display: inline-block;
}

.top_right_2 {
	width: 100px;
	height: 40px;
	color: #333333;
	/*background: #FFFFFF;*/
	display: inline-block;
	line-height: 40px;
	margin-left: 5px;
}

.top_right_2:hover {
	width: 100px;
	height: 40px;
	background: #02B2B5;
	color: #fff;
	line-height: 40px;
	border-radius: 20px;
	vertical-align: middle;
}

/*banner*/
#banner {
	width: 100%;
	height: 394px;
	background: #585858;
	position: relative;
	overflow: hidden;
}

.banner_1 {
	width: 1920px;
	height: 394px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	animation-name: none;
}

/*列表*/
#lb {
	width: 100%;
	height: 256px;
	/* background: #4257FF; */
	text-align: center;
}

.lb_1 {
	width: 1200px;
	height: 240px;
	/* background: #AA541A; */
	display: inline-block;
	margin-top: 8px;
}

.lb_left {
	width: 220px;
	height: 240px;
	/* background: #27D4D7; */
	float: left;
}

.lb_left_1 {
	/* color: #fff; */
	width: 220px;
	height: 60px;
	/* background: #02b5b5; */
	line-height: 60px;
	display: inline-block;
}

.lb_left_2 {
	color: #666666;
	font-size: 16px;
	width: 220px;
	height: 60px;
	background: #f5f5f5;
	display: inline-block;
	text-align: center;
	float: left;
	line-height: 60px;
}

/* .lb_left span:hover {
	color: #fff;
	width: 220px;
	height: 60px;
	background: #02b5b5;
	line-height: 60px;
} */

.lb_left .cur{
	background: #02b5b5;
	color: #fff;
}
.lb_right *{
	margin: 0;
	padding: 0;
}
.lb_right{
	float: left;
	padding: 0 20px;
	width: 800px;
	color: #888;
	display: none;
}
.lb_right h4{
	color: #02b5b5;
}
.lb_row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	border-bottom: 1px solid #eee;
}

#bottom {
	width: 100%;
	height: 92px;
	background: #3b3b3b;
	line-height: 92px;
	text-align: center;
}

.bottom_1 {
	width: 1200px;
	height: 72px;
	/*background: #EF26DB;*/
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
}

.bottom_1 a {
	color: #8b939e;
	font-size: 14px;
	display: inline-block;
}

.bottom_1 a:hover {
	color: #fff;
}

.bottom_1 span {
	color: #8b939e;
	font-size: 14px;
}
