@charset "utf-8";
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	background: #fff;
	word-break: normal;
}
* {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
input, textarea, button {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.clear {
	clear: both;
}
.domMobile {
	display: block;
}
.domPC {
	display: none;
}

.banner {
	width: 90%;
	height: auto;
	background: #fff;
	margin: 0 auto;
}
.nav {
	height: 50px;
	width: 100%;
	margin: 0 auto;
	border-top: 2px solid #cc4fb6;
	border-bottom: 5px solid #cc4fb6;
}
.nav img {
	float: left;
}
.navlist {
	float: left;
	line-height: 40px;
	text-align: center;
	margin-top: 5px;
	padding: 0px;
	width: 100%;
}
.navlist li {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	border-right: 2px solid #E0E0E0;
	text-align: center;
	width: 22%;
}
.navlist li a {
	font-size: 22px;
	font-weight: bold;
}
.navlist .lastli {
	font-size: 22px;
	font-weight: bold;
	border-right: 0px solid #E0E0E0;
	width: 31%;
}
.content {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
 <style> /*滚动效果样式*/   
.roundabout {
margin-top:300px;
display:none;
}
.roundabout-holder {
	width: 530px;
	height: 350px;
	margin: 0 auto;
	display: none;
}
.roundabout-moveable-item {
	width: 420px;
	height: 276px;
	cursor: pointer;
	border: 3px solid #ccc;
	border: 3px solid rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.roundabout-moveable-item .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	background: #000;
	width: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 79;
}
.roundabout-moveable-item .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	color: #fff;
	z-index: 80;
}
.roundabout-moveable-item .tit a {
	color: #fff;
	margin-left: 15px;
	text-decoration: none;
}
.roundabout-moveable-item img {
	width: 100%;
}
.roundabout-in-focus {
	border: 3px solid rgba(0, 0, 0, 0.2);
}
.leftbox {
	width: 100%;
	float: left;
}
.titleleft {
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.leftbox h1 {
	color: #cc4fb6;
	float: left;
	background: #fff;
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
}
.leftbox .titleline {
	height: 3px;
	background: #cc4fb6;
	width: 80%;
	float: right;
	margin-top: 16px;
	margin-right: 25px;
}
.imglist01 li {
	float: left;
	width: 40%;
	margin-right: 5%;
	margin-left: 4%;
	margin-bottom: 10px;
}
.imglist01 li a img {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.imglist01 li h3 {
	height: 50px;
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.imglist01 li h3 a {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	display: block;
	margin: 5px;
}
.rightbox {
	width: 100%;
	float: left;
}
.rightbox h1 {
	color: #cc4fb6;
	float: left;
	background: #fff;
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
}
.rightbox ul {
	width: 90%;
	clear: both;
	margin: 0 auto;
}
.rightbox ul li {
	height: 100px;
	width: 100%;
	border-top: 3px solid #CFCFCF;
}
.rightbox ul li h2 {
	color: #cc4fb6;
	float: left;
	font-size: 70px;
	width: 20%;
	height: 100px;
	line-height: 100px;
}
.rightbox ul li h3 {
	color: #cc4fb6;
	float: left;
	font-size: 14px;
	width: 80%;
	height: 60px;
	line-height: 20px;
	margin-top: 15px;
	overflow: hidden;
	text-align:left;
}
.videobox {
	width: 100%;
	border-top: 3px solid #cc4fb6;
	margin-top: 20px;
}
.videobox h1 {
	color: #cc4fb6;
	float: left;
	background: #fff;
	line-height: 40px;
	height: 40px;
	width: 100%;
	text-align: left;
	padding-left: 10px;
}
.videobox ul {
	width: 100%;
	clear: both;
}
.videobox ul li {
	clear: both;
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.videobox ul li a img {
	width: 100%;
	clear: both;
	height: auto;
}
.videobox ul li h3 {
	width: 100%;
	height: 50px;
	text-align: center;
	overflow: hidden;
}
.video01 a img {
	float: left;
}
.video01 h3 {
	float: left;
}
.video01 h3 a {
	float: left;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
}
.video02 a img {
	float: left;
}
.video02 h3 {
	float: left;
}
.video02 h3 a {
	float: left;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	padding-left: 0px;
}
.lastbox {
	width: 100%;
	border-top: 3px solid #cc4fb6;
	margin-top: 20px;
	clear: both;
}
.lastbox h1 {
	color: #cc4fb6;
	float: left;
	background: #fff;
	line-height: 40px;
	height: 40px;
	clear: both;
	width: 100%;
	text-align: left;
	padding-left: 10px;
}
.imglist03 {
	clear: both;
	width: 90%;
	margin: 0 auto;
}
.imglist03 li {
	float: left;
	width: 100%;
	margin: 0px;
}
.imglist03 li a img {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.imglist03 li h3 {
	height: 50px;
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.imglist03 li h3 a {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	display: block;
	margin: 5px;
}
.footer {
	width: 100%;
	border-top: 3px solid #ADADAD;
	margin-top: 20px;
	clear: both;
	padding-bottom: 20px;
}
.footer h1 {
	color: #333;
	font-size: 12px;
	float: left;
	background: #fff;
	line-height: 20px;
	height: 20px;
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	word-break: normal;
}
