body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td{
	margin:0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.l{
	float: left;
}
.r{
	float: right;
}
/*头部代码样式开始*/
.header-warp{
	height: 100%;
	background:#333;
}
.header-warp .header-left a{
	line-height: 42px;
	font-size:12px;
	color:#fff;
	padding:0 5px;
	border-left:1px solid #fff;
	text-decoration: none;
}
.header-warp .header-left .first{
	border-left:0;
	padding:0;
}
.header-warp .header-right{
	text-align: center;
}
.header-warp .header-right a{
	font-size:12px;
	color:#fff;
	width:70px;
	height:42px;
	line-height: 42px;
	display: inline-block;
	text-decoration: none;
}
.header-warp .header-right .active{
	background:#d60000;
}
.title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eeeeee;
}
.title a{
	text-decoration: none;
	font-size: 16px;
	color: #222;
}
.title span{
	font-size: 16px;
	color: #555;
}
.banner {
	position: relative;
	width: 555px;
	height: 370px;
	margin: 25px auto 0;
}

.banner ul {
	list-style-type: none;
}

.banner ul.uIndex {
	position: absolute;
	bottom: 10px;
	left: 135px;
}

.banner ul.uItems li {
	position: absolute;
}

.banner ul.uItems li img {
	width: 555px;
	height: 370px;
}

.banner .btns {
	text-align: center;
	background: rgba(42,41,41,0.32);
	color: white;
	font-size: 30px;
	position: absolute;
	padding: 10px 12px;
	border-radius: 5px;
	cursor: pointer;
}
.banner .btns:hover{
	color: #e64e40;
}
.banner .btnPrev {
	top: 50%;
	left: 6px;
	margin-top: -30px;
}

.banner .btnNext {
	top: 50%;
	right: 6px;
	margin-top: -30px;
}
.Item{
	width: 100%;
	height: 370px;
	margin-top: 25px;
}
.Item .list{
	width: 90%;
	min-height: 94px;
	margin: 0 auto;
	border-bottom: 1px solid #dcdcdc;
}	
.Item .list:last-child{
	border-bottom: 0;
}
.Item .list h2{
	font-size: 22px;
	color: #000;
	line-height: 32px;
	padding-top: 20px;
	margin-left: 15px;
}
.Item .list h1{
	font-size: 26px;
	color: #d9383e;
	line-height: 32px;
	margin: 10px 0 15px 15px;
}
.Item .list label{
	width: 125px;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	margin-left: 15px;
	margin-top: 15px;
}
#see{
	color: #222;
	cursor: pointer;
}
.Item .list span{
	font-size: 16px;
	color: #666;
	margin-top: 15px;
}
.text{
	text-align: right;
	margin-top: 30px;
}
.text a{
	font-size: 14px;
	color: #888;
	margin-left: 30px;
	text-decoration: none;
}
.details{
	width: 100%;
}
.details .words{
	width: 100%;
	/*min-height: 235px;*/
}
.details .words h1{
	font-size: 28px;
	color: #222;
	line-height: 88px;
	margin-top: 20px;
}
.details .words h6{
	font-size: 24px;
	color: #444;
	line-height: 40px;
}
.details .words p{
	font-size: 22px;
	color: #666;
	line-height: 32px;
	font-family: "宋体";
}
.details_pic{
	width: 100%;
	height: 1760px;
	text-align: center;
}
.details_pic .middle{
	width: 100%;
	margin-top: -120px;
}
.details_pic .middle p{
	font-size: 26px;
	color: #444;
	line-height: 35px;
	font-family: "宋体";
	width:80%;
	margin: 25px auto 0;
}
.details_pic .bottom{
	width: 90%;
	height: 480px;
	border: 4px solid #dad0c8;
	margin-left: 7%;
	position: relative;
	padding: 20px 20px;
	margin-top:50px;
}
.details_pic .bottom .left{
	width: 30%;
	position: absolute;
	bottom: 20px;
}
.details_pic .bottom .right{
	width: 65%;
}
.details_pic .bottom p{
	position: absolute;
	top: 40px;
	left: -55px;
	width: 265px;
	padding: 5px;
	background: #fff;
	font-size: 22px;
	color: #444;
	font-family: "宋体";
	text-align: left;
}
.display{
	padding-bottom: 24px;
}
.display .di_title{
	width: 100%;
	height: 128px;
	background: #978a78;
	text-align: center;
}
.display .di_title h3{
	font-size: 54px;
	color: #fff;
	font-family: "宋体";
	padding-top: 25px;
}
.display .di_title p{
	font-size: 20px;
	color: #fff;
	font-family: "宋体";
	letter-spacing:3px;
}
.display .list{
	width: 100%;
	text-align: center;
	margin-top: 55px;
}
.display .list span{
	font-size: 32px;
	color: #fff;
	padding: 15px;
	background: #988a74;
	font-family: "宋体";
}
.display .list p{
	font-size: 30px;
	color: #555;
	font-family: "宋体";
	line-height: 80px;
}
.display .list>img{
	margin-top: 42px;
	border: 1px solid #c0bbb5;
}
/*content*/
.content{
	width:100%;
	min-height: 1650px;	
}
/*底部样式代码*/
.foter{	
	width:100%;
	height:100%;
	background: #2c2c2c;
}
.footer-left{
	margin-top:24px;
}
.footer-left ul{
	margin-left:35px;
}
.footer-left ul h1{
	height:30px;
	width:83px;
	font-size:12px;
	line-height: 30px;
	color:#fff;
	border-bottom: 1px solid #fff;
	font-weight: 900;
}
.footer-left ul li a{
	font-size:12px;
	margin-top:20px;
	color:#fff;
	text-decoration: none;
}
.footer-left .last{
	margin-top:20px;
}
.footer-left .last li{
	font-size:12px;
	color:#fff;
	line-height: 22px;
}
.footer-right div{
	width:130px;
	text-align: center;
	margin-left:33px;
}
.footer-right .first{
	margin-left:0px;
}
.footer-right div p{
	font-size:14px;
	color:#fff;
}
.footer-right div a{
	width:100px;
	height:100px;
	text-align: center;
	border:1px dashed #676767;
	display: inline-block;
	margin-top:12px;
}
.footer-right div a img{
	margin-top:4px;
}
/*版权的代码样式*/
.copyright{
	width:100%;
	height:100%;
	background: #000;
}
.copyright div{
	font-size:12px;
	color:#fff;
	text-align: center;
	line-height:37px;
}




/*@media only screen and (max-width: 1120px) {
	.details_pic .middle {
	    top: 505px;
	}
}*/
