@charset "UTF-8";
.imgbar { 
	width: 100%; 
	height: 320px; 
	overflow: hidden; 
}
.flexslider {
	margin: 0 auto 20px;
	position: relative;
	width: 100%;
	height: 320px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

ul{
	list-style:none;
}

.flex-direction-nav a {
	width: 52px;
	height: 52px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 10px 0;
	display: block;
	background: url(../../img/ad/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 -52px;
	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 { float: none; margin: 0 2px; display: inline-block; zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../../img/ad/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,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 320px;
	display: block;
}
*{
	margin:0px;
	padding:0px;
}
body{
	background-color: #fff;
    font: 12px/1.5 Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,"\5B8B\4F53",sans-serif;
}
.bodytop{
	width: 100%;
	height: 60px;
	top:0px;
    background-color: #ca560b;
    position:absolute;
}
.main{
	position:absolute;
}
div{
	text-align:center;
	font-size:12px/1.5;
	font-family:Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,"\5B8B\4F53",sans-serif;
	font-style:normal;/*italic,oblique*/
	font-weight:bold;/*normal,bolder*/
	color:#ca560b;
}
div.content{ 
	width: 100%;
	overflow: hidden; 
}
div.content .top{
	width: 100%;
	height: 25px;
}
div.content .middle{
	font-size:13px;
	height: 385px;
	width: 100%;
	margin-top:60px;
	position:relative;
}
div.toolbar{
	top:60px;
	width:58px;
	height:250px;
	background:#ffffff;
	position:fixed;
	z-index:3;
}
div.toolbar a:hover {
	color:#ffffff;
    background-color: #ca560b; /*鼠标移动到链接的颜色*/
}
div.toolbar a{
	cursor: pointer;
	position: relative;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 19px;
    font-size: 14px;
    color: #333;
    padding: 10px;
    text-align: center;
    transition: color .2s ease;
    background: #fff;
}
.line::after{
	position: absolute;
    display: inline-block;
    width: 40px;
    height: 1px;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
    background: -webkit-gradient(linear,right top,left top,from(white),color-stop(#eeeeee),color-stop(#eeeeee),to(white));
    background: linear-gradient(270deg,white,#eeeeee,#eeeeee,white);
    z-index: 1;
    content: "";
}
div.header{
	width: 100%;
	height: 50px;
	padding:5px 0;
	position:relative;
	background:#ca560b;
	margin-bottom:20px;
}
div.header a{
	cursor: pointer;
	color: #eeeeee;
    text-decoration: none;
}
div.header a:hover{
	color: #ffffff;
}
div.header span{
	color: #cccccc;
    margin: 0 6px;
}
div.header .logo{
	width: 150px;
	height: 50px;
	left:0px;
	position:absolute;
}
div.header .login{
	height: 50px;
	right:10px;
	margin-top:32px;
	position:absolute;
}
div.footer{
	width: 100%;
	height: 50px;
	margin-top:25px;
	padding:5px 0;
	border-top:1px solid #f2f2f2;
	position:relative;
}
div.footer a:hover {
	color:#ffffff;
    background-color: #ca560b; /*鼠标移动到链接的颜色*/
}
div.footer a{
	cursor: pointer;
	color: #666;
    text-decoration: none;
}
div.footer_c a{
	cursor: pointer;
	color: #ccc;
	font-size:10px;
    text-decoration: none;
}
div.footer span{
	color: #ccc;
    margin: 0 6px;
}
div.img_title{
	top:-28px;
	position:absolute;/*位置:相对;*/
	width: 100%;
	height:30px;
	z-index:1;
	background: url(../../img/ad/middle0.png) repeat-x;
}
div.detail{
	text-align:left;
	color:#666;
	margin-top:5px;
	background:#fff;
	width: 100%;
}
div.title_left{
	height:5px;
	top:-28px;
	left:-70px;
	position:absolute;/*位置:相对;*/
	width: 50%;
	z-index:1;
	background:#f2f2f2;
}
div.title{
	font-size:20px;
	font-family:"sans-serif";
	top:-40px;
	position:absolute;/*位置:相对;*/
	width: 100%;
	z-index:2;
	color:#ca560b;
}
div.title_right{
	height:5px;
	top:-28px;
	right:-70px;
	position:absolute;/*位置:相对;*/
	width: 50%;
	z-index:1;
	background:#f2f2f2f2;
}
div.div4_1{
	width:48%;
	height:175px;
	position:absolute;/*位置:相对;*/
	background:#f2f2f2;
	border-radius:5px;
	border:5px solid #f2f2f2;
}
div.div4_2{
	width:48%;
	height:175px;
	right:0px;
	position:absolute;/*位置:相对;*/
	background:#f2f2f2;
	border-radius:5px;
	border:5px solid #f2f2f2;
}
div.div4_3{
	width:48%;
	height:175px;
	top:195px;
	position:absolute;/*位置:相对;*/
	background:#f2f2f2;
	border-radius:5px;
	border:5px solid #f2f2f2;
}
div.div4_4{
	width:48%;
	height:175px;
	right:0px;
	top:195px;
	position:absolute;/*位置:相对;*/
	background:#f2f2f2;
	border-radius:5px;
	border:5px solid #f2f2f2;
}
div.div3_1{
	width:48%;
	height:370px;
	top:0px;
	position:absolute;/*位置:相对;*/
	background:#f2f2f2;
	border-radius:5px;
	border:5px solid #f2f2f2;
}
div.div3_2{
	width:48%;
	height:175px;
	right:0px;
	top:0px;
	position:absolute;/*位置:相对;*/
	background:#f2f2f2;
	border-radius:5px;
	border:5px solid #f2f2f2;
}
div.div3_3{
	width:48%;
	height:175px;
	top:195px;
	right:0px;
	position:absolute;/*位置:相对;*/
	background:#f2f2f2;
	border-radius:5px;
	border:5px solid #f2f2f2;
}
img.img4{
	width:100%;
	height:150px;
	border-radius:5px;
	background:#ffffff;
}
img.img3{
	width:100%;
	height:345px;
	border-radius:5px;
	background:#ffffff;
}
strong{
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
}
p{
	text-indent:2em;
	padding-top:5px;
	font-size:12px;
	display:block;
}