@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body{font-family: "微软雅黑";}
ul,ol{
	list-style: none;
}
h1,h2,h3,h4,h5,h6,i{
	font-size: 12px;
	font-weight: normal;
}
a{
	text-decoration: none;
	color: #5e5e5e;
}
a:hover{
    text-decoration:underline;
	color: #C20C0C;
}
.clearfix:after{
	content:"";
	display: block;
	clear: both;
}
.clearfi{zoom:1;}
.header{
	min-width: 1000px;
	border-top: 1px solid #bb8f30;
	border-bottom: 1px solid #bb8f30;
	margin: 0 auto;
}
.header-main{
	width: 1000px;
	margin: 0 auto;
	height: 65px;
}
.header-main .logobox{
	float: left;
}
.header-main ul{
	float: right;
	width: 323px;
	margin-top: 28px;
}
.header-main ul li{
	float:left;
	margin-left: 4px;
}
.header-main ul li a{
	font-size: 14px;
}
.header-main ul{
	color: #5e5e5e;
}
.header-main ul li input{
	float: left;
	width: 136px;
	height: 14px;
	margin:3px 10px;
}
.header-main ul li button{
	float: left;
	margin-top: 3px;
	font-size: 12px;
	font-family: "微软雅黑";
}
.mainbox{
	background-color: #ebebeb;
}
.main{
	width: 1000px;
	margin: 0 auto;
	height: 1150px;
	background-color: #fff;
}
.main-detail{
	padding:14px;
}
.main .banner{
	width: 1000px;
	height: 260px;
	background: url(banner-20160427.jpg) no-repeat;
}
.imgbox{
	margin: 0px 0;
}
.imgbox .imgarr{
	width: 480px;
	height: 278px;
	float: left;
	margin-right: 12px;
	position: relative;
}
.imgarr ul li{
	width: 480px;
	height: 278px;
	display: none;
	float: left;
}
.imgarr ul .li1{
	background: #47aaff;
	display: block;

}
.imgarr ul .li2{
	background: red;
	
}
.imgarr ul .li3{
	background: yellow;
	
}
.imgarr ul .li4{
	background: blue;
	
}
.imgarr ol{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.imgarr ol li{
	width: 12px;
	height: 12px;
	border-radius: 3px;
	background: #ccc;
	margin-right: 10px;
	display: inline-block;
}
.imgarr ol li.on{
	background: #f90;
}


.imgbox .msg{
	width: 478px;
	height: 276px;
	float: left;
	border: 1px solid #cccccc;
}
.msg .tt{
	height: 132px;
	background: #f2f2f2;
	margin: 4px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
}
.msg .tt h3{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 auto;
}
.tt h3.tt1{
	width: 600px;
}
.tt h3.tt2{
	width: 350px;
}
.msg .tt p{
	margin-top: 10px;
	color: #5e5e5e;
	font-size: 14px;
	line-height: 24px;
}
.msg .tt p a{
	color: #a40000;
}
.msg ul{
	list-style: disc;
	padding-left: 40px;
	margin-top: 20px;
}
.msg ul li{
	color: #5e5e5e;
	line-height: 24px;
	font-size: 14px;
}
.newlist .detail{
	width: 478px;
	height: 205px;
	border: 1px solid #cccccc;
	float: left;
	margin-right: 12px;
	margin-top: 12px;
}
.detail h3{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	height: 36px;
	line-height: 36px;
	padding-left: 38px;
	background: url(listh3.jpg) no-repeat;
}
.detail div{
	width: 260px;
	margin: 20px auto;
	padding: 0 10px;
	border-bottom: 1px dashed #ebebeb;
	padding-bottom: 10px;
}
.detail div h4{
	text-align: center;
	color: #333;
	font-size: 14px;
}
.detail div p{
	color: #5e5e5e;
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
}
.detail ul{
	margin-top: 10px;
	padding: 0 10px;
	list-style: disc;
	font-size: 14px;
	padding-left: 40px;
}
.detail ul li{
	line-height: 24px;
	color: #5e5e5e;
}
.bianban {
	border: 1px solid #ebebeb;
	width: 480px;
	margin-top: 10px;
}
.bianban h3{
	height: 34px;
	padding-left: 38px;
	background: url(bbh3.jpg) no-repeat;
	font-weight: bold;
	font-size: 20px;
	color: #333;
	line-height: 34px;
	position: relative;
}
.bianban h3 a{
	position: absolute;
	right: 12px;
	top: 6px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
}
.bianban .caption{
	padding: 15px;
}
 .caption img{
 	float: left;
 }
 .caption ul{
 	float: left;
 	margin-left: 48px;
 } 
  .caption ul li{
  	line-height: 28px;
  	color: #5e5e5e;
  	font-size: 14px;
  }