html, body {
	padding: 0 0;
	margin: 0 0;
	font-family: "微软雅黑";
	background-color:#6db1ef
}

.width {
	margin: 0 auto;
}

.row {
	width: 1270px;
	margin: 0 auto;
	/* display: none; */
}

.bg {
	background-image: url(../images/banner.jpg);
	height: 600px;
	background-size: cover;
	background-position: center center;
}

.top {
	height: 36px;
	line-height: 36px;
	text-align: right;
	color: white;
	text-decoration: none;
	position: inherit;
	right: 30px;
}

.top a {
	color: white;
	font-size: 0.9em;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration:none;
}

.bm {
	position: absolute;
	top: 490px;
	text-align: center;
	color: white;
	font-size: 1.8em;
	margin-left: -90px;
	border-bottom-left-radius:35px;
	border-top-left-radius:35px;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	text-decoration: none;
	background-color: #3ce349;
	height: 70px;
	width: 200px;
	text-align: center;
	line-height: 70px;
}

.menuBar {
	background-color: #0e7de2;
	height: 46px;
	text-align: center;
	width: 100%;
}

.menu {
	width: 1270px;
	margin: 0 auto;
	padding: 0 0;
	height: 46px;
	list-style: none;
}

.menu li {
	text-align: center;
	line-height: 46px;
	display: block;
	float: left;
	width: 172px;
}

.menu .active {
	background-color: #2892ff;
}

.menu li:hover{
	background-color: #2892ff;
}

.menu li a {
	color: white;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	display: block;
}

.itemBar {
	width: 172px;
	padding: 0 0;
	list-style: none;
	background-color: #2D4BEB;
	position: absolute;
	display: none;
	z-index: 9999;
}

.itemBar li {
	background-color: #2D4BEB;
}

.layui-carousel img {
	width: 100%;
	height: 100%;
}

.layui-carousel a {
	text-decoration: none;
	border: 0px;
}

.videoTitle {
	height: 40px;
	color: white;
	font-size: 1.4em;
	line-height: 40px;
	padding-left: 5px;
	background-color: #4B4BE8;
}

.videoBtn {
	border-bottom-left-radius:30px;
	border-top-left-radius:30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	width: 60px;
	height: 60px;
	opacity: 0.8;
	background-color: white;
	line-height: 60px;
	position: relative;
	top: -165px;
	left: 160px;
}


.videoBtn a {
	text-align: center;
	display: block;
}