﻿@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td{
	padding:0;
	margin:0
}
body{
	font:14px 'Microsoft YaHei',Arial,Sans-Serif;
	color:#333;
	background:#F2EBE3 url(img/bg.jpg) no-repeat top center;
}
ul,ol,li{
	list-style:none
}

img{
	border:0
}

table{
	border-collapse:collapse;
	border-spacing:0
}

html{-webkit-text-size-adjust:none}
h1,h2,h3,h4,h5,h6{
	font-family:"Microsoft YaHei","SimHei";
	font-weight:normal;font-size:100%
}
.clears:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0
}
.clears{
	zoom:1
}
.fl{
	float:left
}
.fr{
	float:right
}

/*顶部*/
#top{
	height:35px;
	width:100%;
	min-width:950px;
	overflow:hidden;
	clear:both;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}

/* 头部 */
#head{
	width:950px;
	height:480px;
	margin:0 auto;
	background:url(img/head.png) no-repeat center;
}

/* 正文 */
.dy{width:950px;height:300px;background:url(img/dy.png) no-repeat;margin:0 auto;margin-top:-40px;position:relative;}
.dy p{width:400px;padding:70px 70px 20px 525px;line-height:30px;color:#665B57;text-indent:28px;font-family:"SimSun"}
.dy .click_here{position:absolute;width:97px;height:30px;left:85px;top:172px;cursor:pointer;text-indent:-9999px;}

.title{width:950px;margin:0 auto;margin-top:20px;height:41px;line-height:41px;background:url(img/title.jpg) no-repeat;font-size:20px;font-weight:bold;color:#fff;text-indent:30px;}
.con{width:924px;margin:0 auto;padding:13px;padding-bottom:0;background-color:#E5DED4;*padding-bottom:13px;_padding-bottom:0;}
.con ul{margin-right:-20px;}
.con li{width:455px;float:left;background-color:#F2EBE3;margin-right:13px;margin-bottom:13px;position:relative;}
.con li img{display:block;}
.con li .mc{position:absolute;top:259px;left:0;width:100%;height:30px;margin-bottom:20px;text-align:center;line-height:30px;background:rgba(0,0,0,.5)!important;filter:alpha(opacity=50);background-color:#000;}
.con li .mc p{position:relative;color:#fff;font-size:16px;font-weight:bold;}
.con li table{width:98%;margin:10px auto;font-size:12px;color:#665B57;font-family:"SimSun"}
.con li table td{padding:2px 5px;}

.zhuanti{width:930px;margin:0 auto;overflow:hidden;padding-top:15px;padding-bottom:15px;position:relative;}
.zhuanti a.pos_left{width:26px;height:38px;background:url(img/btn.png) no-repeat 0 0;overflow:hidden;position:absolute;left:0;top:95px;}
.zhuanti a.pos_right{width:26px;height:38px;
background:url(img/btn.png) no-repeat -27px 0;overflow:hidden;position:absolute;right:0;top:95px;}
#marquee{width:860px;height:180px;overflow:hidden;margin:0 auto;}
#marquee ul.zt{padding:0;margin:0;}
#marquee ul.zt li{float:left;width:290px;height:180px;margin-right:0;overflow:hidden;position:static;}
#marquee ul.zt li img{display:block;}

.foot{width:950px;margin:0 auto;margin-top:20px;}

.clears {
	background-color: #fff !important;
	perspective: 500px;
	transform-style: preserve-3d;
}

.clears li {
	box-shadow: 0 0 10px #aaa;
	transition: all .2s;
	cursor: pointer;
}

.clears li:hover {
	transform: translateZ(2px);
}