@import 'common.css';
body {
	background: none;
}
#head {
	position:relative;
}
#banner {
	/*height: 420px;*/
	overflow: hidden;
	z-index:1;
}
#mainA {
	background-color: #f3f3f3;
}
#mainA .mod {
	height: 247px;
}
#mainA #about {
	width: 310px;
	float: left;
	margin-right: 20px;
}
#mainA #product {
	width: 335px;
	float: left;
}
#mainA #network {
	width: 335px;
	float: right;
}
#mainA .mod .head {
	border-bottom: solid 1px #D7D7D7;
	padding-top: 15px;
	height: 110px;
	line-height: 20px;
}
#mainA .mod .head a.name {
	color: #0057a2;
	font-size: 14px;
	font-weight: bold;
}
#mainA .mod .head a.name:hover {
	color:#004683;
}
#mainA .mod .head span {
	color:#666;
}
#mainA .mod .head a.button {
	display: block;
	width: 74px;
	height: 18px;
	background: #CCC url(../images/bgBtnDetial.jpg) no-repeat;
	float: left;
	padding-left: 10px;
	margin-top: 5px;
	margin-left: -3px;
}
#mainA .mod .head .title img {
	float: left;
	margin-right: 20px;
	margin-bottom: 8px;
	width: 148px;
	height: 100px;
}
#mainA #network .head .title img {
	height: 125px;
	background-color: #f3f3f3;
}
#mainA .mod .content {
	border-top: solid 1px #FFF;
	padding: 5px 0 10px;
	line-height: 20px;
}
#mainA .mod .content div.title strong {
	line-height: 28px;
}
#mainA #product .content li {
	height: 20px;
	width: 120px;
	padding-left: 18px;
	float: left;
	background: url(../images/sign.gif) no-repeat 0 0;
}

#mainB {
	height: 270px;
}
#mainB .mod {
	float: left;
}
#video {
	width: 330px;
}
#news {
	width: 335px;
}
#ad {
	width: 335px;
}
#mainB .modTitle {
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	background: url(../images/sign.gif) no-repeat 0 -15px;
}
#mainB .modTitle a.more {
	display: block;
	width: 43px;
	height: 17px;
	line-height: 17px;
	color: #FFF;
	text-align: center;
	background: url(../images/sign.gif) no-repeat 5px -53px #B0B0B0;
	text-indent: 5px;
	margin: 13px 20px 0 0;
}
#mainB .modTitle a.more:hover {
	background-color: #949494;
}

#news dd {
	padding-right: 10px;
}
#news .first {
	height: 105px;
	overflow: hidden;
}
#news .first img {
	margin-right: 10px;
	float: left;
}
#news .first div {
	height:32px;
	line-height:32px;
	overflow:hidden;
}
#news .first a {
	color:#F00;
	line-height: 32px;
	font-size: 14px;
}
#news .first p {
	line-height: 20px;
}
#news li {
	overflow:hidden;
	height: 24px;
	line-height: 24px;
	border-bottom: dashed 1px #CECECE;
	padding-left: 20px;
	background: url(../images/sign.gif) no-repeat 5px -72px;
}
#ad {
	text-align: right;
}
#ad div {
	margin: 10px 0 0 0;
}
#ad div img {
	border: solid 1px #EAEAEA;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	width:100%;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 450px;
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider {
	margin: 0 auto;
	position: relative;
	width:100%;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter:alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display:block;
	height: 16px;
	overflow: hidden;
	text-indent:-99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active {
	background-position: 0 0;
}

/* 焦点图 */
.flexslider{width:100%;position:relative;float:left;min-width:1000px;overflow:hidden;}
.slides{width:100%;overflow:hidden}
.slides img{width:100%;}

.rslides{width:100%;position:relative;list-style:none;padding:0}
.rslides_nav{height:51px;width:31px;position:absolute;-webkit-tap-highlight-color:rgba(0,0,0,0);top:50%;left:0;opacity:0.5;text-indent:-9999px;overflow:hidden;text-decoration:none;background:url(../images/i.png) no-repeat 0 -560px;margin-top:-28px}
.rslides_nav:active{opacity:1.0}
.rslides_nav.next{left:auto;background-position:-31px -560px;right:0}
.rslides_tabs{margin:-25px auto 15px;clear:both;text-align:center;position: relative;}
.rslides_tabs li{display:inline;float:none;_float:left;*float:left;margin-right:10px}
.rslides_tabs a{text-indent:-9999px;overflow:hidden;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;background:rgba(0,0,0, .2);background:#DDD;display:inline-block;_display:block;*display:block;width:9px;height:9px}
.rslides_tabs .rslides_here a{background:rgba(0,0,0, .6);background:#333}
