@charset "utf-8";
body {
    margin:0 auto;background: #fff;
    font-family: "Microsoft YaHei","Arial";
    font-size: 14px;
    color:#222;
	/* min-width: 1200px; */
	position: relative;
}
html{
    padding:0;
    height:0;
    /* min-width: 1200px; */
}
ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,input,button {
    margin:0;
    padding:0;
}
ul,ol {
    list-style: none;
}
img{
    border:none;
}
.lf{
    float: left;
}
.rt{
    float:right;
}
input,button,textarea {
    outline:none;
    font-family: "Microsoft YaHei";
}
a {
    color:#333;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
em{
    font-style: normal;
}
.link {
    display: block;
    width: 100%;
}

input, button, textarea,select, optgroup, option { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit;}

ul, li, dl, dt, dd, ol { display: block; list-style: none; }

img{border:0;}

.clear {clear:both;height: 0; }

.clear-fix:after{content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}

a{text-decoration:none;outline:0;}
.w1200{
     width:1200px; 
    margin:0 auto;
}
.head    {
	width:100%;
	height:100px;
	background:#fff;
	min-width: 1200px;;
}
.head .logo{
/*	width:154px;*/
	height:70px;
	float:left;
	margin-top:15px;
}
.head .logo img{
	display: block;
/*	width:100%;*/
	height:100%;
}
.head ul{
	float:right;
}
.head ul li{
	float:left;
	padding-left:22px;
	padding-right:22px;
	float:left;
	height:100px;
	line-height: 100px;
}
.head ul li  a{
	font-size:16px;
	color:#333333;
}
.head ul li a:hover{
	color:#d32828;
}
.head ul li a.active{
	color:#d32828;
}
.banner{
	width:100%;
	min-width: 1200px;
}
.banner .item img{
	display: block;
	width:100%;
}
.footer{
	width:100%;
	min-width: 1200px;
	padding-top:35px;
	background: #515050;
}
.fotLogo{
	display: block;
    padding-top: 10px;
/*
	width:166px;
	height:45px;
*/
	margin: 0 auto;
}
.fotLogo img{
	display: block;
    margin-left: auto;margin-right: auto;
/*
	width:100%;
	height:100%;
*/
}
.footer .nav {
	text-align: center;
	padding-top:40px;
	padding-bottom:40px;
}
.footer .nav a{
	font-size:16px;
	color:#e3e3e3;
	margin: 0 33px;
}
.footer .nav a:hover{
	color:#d32828
}
.footer .icon{
	width:100%;
	text-align: center;
}
.footer .icon .weibo{
	background: url(../img/weibo.png) no-repeat;
	background-size: cover;
	display: inline-block;
	width:31px;
	height:25px;
	vertical-align: top;
	margin: 0 24px;
}
.footer .icon .weibo:hover{
	background: url(../img/weibo_cur.png) no-repeat;
	background-size: cover;
}
.footer .icon .qq{
	background: url(../img/qq.png) no-repeat;
	background-size: cover;
	width:22px;
	height:24px;
	vertical-align: top;
	display: inline-block;
	margin: 0 24px;
}
.footer .icon .qq:hover{
	background: url(../img/qq_cur.png) no-repeat;
	background-size: cover;
}
.footer .icon .weixin{
	background: url(../img/weixin.png) no-repeat;
	background-size: cover;
	display: inline-block;
	width:28px;
	height:22px;
	vertical-align: top;
	margin: 0 24px;
	position: relative;
}
.footer .icon .weixin em{
	position: absolute;
    width: 80px;
    height: 80px;
    top: -32px;
	left: 39px;
	display: none;
}
.footer .icon .weixin em img{
	display: block;
	width:100%;
	height:100%;
}
.footer .icon .weixin:hover{
	background: url(../img/weixin_cur.png) no-repeat;
}
.footer .icon .weixin:hover em{
	display: block;
}
.footer span{
	display: block;
	width:100%;
	text-align: center;
	font-size:14px;
	color:#b8b8b8;
	padding-top:35px;
	padding-bottom:35px;
}
.footer span a{
	color:#b8b8b8;
}
.footer span a:hover{
	color:#fff;
}