html, body, div, ul, ol, li {
	margin: 0;
	padding: 0;
}
html {
	min-width: 1200px;
}
 
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样式 */
.banner_s {
	position: relative;
	overflow: auto;
}
.banner_s li {
	list-style: none;
}
.banner_s ul li {
	float: left;
}
.banner_s ul li div { font:12px/1.8 Verdana; width:1180px; padding-left:20px;
}
.banner_s .arrows {
	display: none;
}
.banner_s:hover .arrows, .banner_s.hover .arrows {
	display: block;
}
 @media only screen {
 .banner_s .arrows {
 -webkit-transition: opacity 0.4s;
 transition: opacity 0.4s;
 opacity: 0;
 display: block;
}
 .banner_s:hover .arrows,  .banner_s.hover .arrows {
 opacity: 1;
}
}
.banner_s .arrows {
	position: absolute;
	z-index: 20;
}
.banner_s .arrows .prev, .banner_s .arrows .next {
	position: absolute;
	width: 40px;
	height: 41px;
	font: 0/0 a;
	color: transparent;
	cursor: pointer;
}
.banner_s .arrows .prev {
	left: 5px;
	background: url(../images/slide_arrow_left.png) no-repeat;
}
.banner_s .arrows .next {
	left:1150px;
	background: url(../images/slide_arrow_right.png) no-repeat;
}
.wrapper {
	position: relative;
	width: 100%;
	zoom: 1;
	background:url(/inc/images/bg_subsidiary.gif) no-repeat;
 

}
.section4 {
	width:1200px;
	margin:0 auto;
 }
.section4 .banner_s ul li {
	height: 100%;
 	
}
.section4 .banner_s .arrows {
	top: 250px;
}
.section4 .dots {
	position: absolute;
	width: 1200px;
	height: 36px;
	top: 0px;
	text-align:center;
	font-size: 12px;
	background: #333 url(../images/1.png);
}
.section4 .dot {
	float: left;
	line-height: 46px;
	width: 200px;
	text-align:center;
	cursor: pointer;
}
.section4 .dot1 {
	color: #999;
	border-bottom-color: #f3bfd9;
}
.section4 .dot1:hover {
	color: #ff7300;
}
.section4 .dot1.active {
	background: #333  url(../images/0.png);
}







.section4 .dot2 {
	color: #24adac;
	border-bottom-color: #a4f7f6;
}
.section4 .dot2.active {
	background: #a4f7f6;
}
.section4 .dot3 {
	color: #dc6f23;
	border-bottom-color: #edcfbb;
}
.section4 .dot3.active {
	background: #edcfbb;
}
.section4 .dot4 {
	color: #da4e4e;
	border-bottom-color: #f0b5b5;
}
.section4 .dot4.active {
	background: #f0b5b5;
}
.section4 .dot5 {
	color: #8344c3;
	border-bottom-color: #c0c8f4;
}
.section4 .dot5.active {
	background: #c0c8f4;
}
.section4 .dot6 {
	width: 170px;
	color: #1774e2;
	border-bottom-color: #b8e6fb;
}
.section4 .dot6.active {
	background: #b8e6fb;
}
