/* 代码整理：懒人之家 www.lanrenzhijia.com */
html, body, div, ul, ol, li {
	margin: 0;
	padding: 0;
}
html {
	min-width: 1000px;
	background: #ad0833
}
body {
	font: 13px/20px "Hiragino Sans GB", "Microsoft Yahei", "SimHei"
}
img {
	vertical-align: middle;
}
ul {
	list-style-type: none;
}
a:link, a:visited {
	outline: none;
	text-decoration: none;
	/*color: #7f7f7f;*/
}
a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
a img, :link img, :visited img {
	border: 0;
}
/* 本特效css样式 */
.banner1 {
	position: relative;
	overflow: auto;
}
.banner1 li {
	list-style: none;
}
.banner1 ul li {
	float: left;
}
.banner1 .arrows {
	display: none;
}
.banner1:hover .arrows, .banner1.hover .arrows {
	display: block;
}
 @media only screen {
 .banner1 .arrows {
 -webkit-transition: opacity 0.4s;
 transition: opacity 0.4s;
 opacity: 0;
 display: block;
}
 .banner1:hover .arrows,  .banner1.hover .arrows {
 opacity: 1;
 
}
}
.banner1 .arrows {
	position: absolute;
	z-index: 20;
}
.banner1 .arrows .prev, .banner1 .arrows .next {
	position: absolute;
	width: 21px;
	height: 23px;
	font: 0/0 a;
	color: transparent;
	cursor: pointer;

}
.banner1 .arrows .prev {
	left: 15px;
	background:url(imagesbanner_arrow_left_03.png) no-repeat;
}
.banner1 .arrows .next {
	left: 514px;
	background: url(imagesbanner_arrow_right_03.png) no-repeat;
}
.wrapper1 {
	position: relative;
	width: 550px;
	margin: 0 auto;
	zoom: 1;
}
.section5 {
	height: 390px;
}
.section5 .banner1 ul li {
	height: 390px;
}
.section5 .banner1 ul li img{ width: 550px; height: 320px; margin:70px 0 0 0;}
.section5 .banner1 .arrows {
	top: 200px;
}
.section5 .dots {
	position: absolute;
	width: 550px;
	height: 80px;
	top: 0px;
	text-align: center;
	font-size: 15px;
	background: url(imagesbanner_shuoming_right.png) no-repeat left top;
}
.section5 .dot {
	float: left;
	line-height: 25px;
	width: 275px;
	 height: 135px;
	/*border-bottom: 2px solid;*/
	/*border-top: 2px solid #e8e8e8;*/
	cursor: pointer;


}
.section5 .dot a{
 	width: 221px; height: 80px; display: block; margin: 9px auto 0; line-height: 23px; color: #002465; font-size: 14px; font-family: "微软雅黑";
}
.section5 .dot a.two { width: 221px; height: 80px; display: block; margin: 9px auto 0; line-height: 23px; color: #ffffff; font-size: 14px; font-family: "微软雅黑"; }
.section5 .dot a:hover{ text-decoration: underline;}
.section5 .dot1 {
	color: #e33189;
	border-bottom-color: #232fb1;

}
.section5 .dot1.active {
	width: 275px; height: 85px;
	background:url(imagesqingse_hover_03.png) no-repeat;
}
.section5 .dot2 {
	color: #24adac;
	border-bottom-color: #a4f7f6;
}
.section5 .dot2.active {
	width: 275px; height: 85px;
	background:url(imagesshuoming_lanse_bottom_03.png) no-repeat;
}
.section4 .dot3 {
	color: #dc6f23;
	border-bottom-color: #edcfbb;
}
.section5 .dot3.active {
	background: #edcfbb;
}
.section5 .dot4 {
	color: #da4e4e;
	border-bottom-color: #f0b5b5;
}
.section5 .dot4.active {
	background: #f0b5b5;
}
.section5 .dot5 {
	color: #8344c3;
	border-bottom-color: #c0c8f4;
}
.section5 .dot5.active {
	background: #c0c8f4;
}
.section5 .dot6 {
	width: 170px;
	color: #1774e2;
	border-bottom-color: #b8e6fb;
}
.section5 .dot6.active {
	background: #b8e6fb;
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */