/*全局样式*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
	color: #000000;
}

ul li {
	list-style: none;
}

.banner,
.banner img {
	width: 100%;
}

.content {
	width: 100%;
	background: url(../images/dongtaibj.jpg) no-repeat;
}

.content .main {
	max-width: 1000px;
	margin: 0 auto;
}

.content .main .introduction span {
	font-size: 24px;
	color: #ad0d15;
}

.content .main .introduction {
	font-size: 16px;
	line-height: 200%;
	text-indent: 2em;
	margin: 2% 0 3% 0;
}

.content .main .jdt {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.content .main .jdt #owl-demo a h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 200%;
}

.content .main .jdt #owl-demo a p {
	font-size: 14px;
	line-height: 200%;
	margin-bottom: 1%;
}
.owl-buttons{
	overflow: hidden;
	padding: 3% 0 4% 0;
}
.owl-buttons div{
	color: white;
	width: 20%;
	margin: 0 15%;
	padding: 1% 0;
	border-radius: 15px;
	float: left;
	background-color: #ac70a3;
	opacity:0.8;
}
