﻿    *{
	padding:0px;
	margin:0px;
}
    img{border:0px;}
body{
	background-color:#ffffff;
	color:#333333;
    font-size:14px;
    font-family:'Microsoft YaHei',微软雅黑，宋体;
}
a {
    text-decoration:none;
}

.news{width:1170px;height:480px;margin:0 auto;padding:15px;}
.news_left{width:610px;height:510px;float:left;}
.news_right{width:490px;height:auto;float:right;}

.news1{width:100%;float:left;}
.news1_bt{font-size:24px;width:100%;float:left;}
.news1_bt span{width:auto;float:left;border-bottom:4px solid #f22f31;line-height:45px;}
.news1_bt1{width:100%;float:left;font-size:19px;line-height:35px;margin-top:10px;max-height:70px;overflow:hidden}
.news1_bt1 a{color:#000}
.news1_cont{width:100%;float:left;font-size:15px;line-height:30px;color:#666;}



.flexslider {
	position: relative;
	width: 100%;
	height: 495px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	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: 25px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/33.png) no-repeat 0 -18px;
	display: block;
	height: 15px;
	overflow: hidden;
	text-indent: -99em;
	width: 15px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 400px;
	display: block;
}
