  @charset='utf-8';
/* 广告 */
.i_banner{ width: 100%; min-height: 90px; background: #eee; overflow: hidden; }
.scroll_pic_view{ position:relative;}
.scroll_pic_view .ban_lft{ display: block; width: 25%; height: 100%; background: rgba(255,255,255,0); position: absolute; left: 0; top: 0; z-index: 100; }
.scroll_pic_view .ban_rgt{ display: block; width: 25%; height: 100%; background: rgba(255,255,255,0); position: absolute; right: 0; top: 0; z-index: 100; }
.scroll_pic_view>div{ width:100%; overflow:hidden;}
.scroll_pic_view ul{
	width:100%;
	white-space: nowrap;
	overflow: hidden;
}
.scroll_pic_view ul li{
	float:left;
}
.scroll_pic_view ul li a{
	display: block;
}
.scroll_pic_view ul li img{
	width:100%;
	/*max-height: 649px;*/
}
.scroll_pic_view ol{
	position: absolute;
	z-index: 990;
	bottom:18px;
	width:100%;
	text-align: center;
	pointer-events:none;
}
.scroll_pic_view ol li{
	display: inline-block;
	width: 10px;
    height: 10px;
    margin:0 5px;
    border-radius: 7px;
    background: #fff;
    border: solid 2px #fff;
	color:#fff;
	line-height:25px;
	margin-bottom:-5px;
}
.scroll_pic_view ol li span{
	display: none;
}
.scroll_pic_view ol li.on span{
	-webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
}
.scroll_pic_view ol li.on{
	width: 10px;
	height: 10px;
	border-radius:7px;
	background: #db6068;
	border: solid 2px #fff;
}

/* 新闻 */
.i_news_box{ width: 90%; height: auto; padding:0 5% 10px 5%; }
.i_news_tit{ width: 100%; height: 55px; line-height: 55px; border-bottom: solid 1px #eee; font-size: 2.2em; font-family: specialfontstwo ; color: #0a64a3;}
.i_news_tit span{ font-size: 0.75em; color: #999; padding-left: 10px; }
.i_news_tit a{ font-family: '微软雅黑'; font-size: 0.55em; float: right; }
.i_news_box ul li{ display: block; width: 100%; height: 47px; line-height: 47px; border-bottom: dotted 1px #ccc; }

/* 关于 */
.about_box{ width: 90%; height: auto; padding: 10px 5%; background: #eee; margin: 10px 0; }
.about_txt{ width: 100%; height: auto; line-height: 26px; }

/* 产品 */
.product_box{ width: 90%; height: auto; padding:10px 5% 0 5%; }
.product_box .product_tit{ width: 100%; height: 44px; line-height: 44px; text-align: center; font-size: 2.2em; color: #16528f; font-family: specialfontstwo ; border-bottom: dotted 1px #ccc; }
.product_box .product_list{ width:100%; height: auto;  margin: 0 auto; overflow: hidden;}
.product_box .product_list ul li{ display: block; width: 48%; height: auto; float: left; margin-right:4%;}
.product_box .product_list ul li:nth-child(2n){ margin-right:0;}
.product_box .product_list ul li .pro_img{ width: 100%; height: auto; outline: solid 2px #ccc; margin-top: 10px;}
.product_box .product_list ul li .pro_img img{ width: 100%; }
.product_box .product_list ul li span{ display: block; width: 100%; height:auto; padding: 10px 0; line-height: 21px; text-align: center; }


