﻿@charset "utf-8";
/* CSS Document */
html,body,div,p,form,label,ul,li,dl,dt,dd,ol,img,input,button,h1,h2,h3,h4,h5,h6,i,em,small{margin:0;padding:0;border:0;list-style:none;font-style:normal;font-weight:normal;}
body{font-family:"Microsoft YaHei","微软雅黑",Arial,Helvetica,SimHei,sans-serif;font-size:14px;color: #666;}
input,button,select,textarea{outline:none;list-style:none;}
textarea{resize:none;}
table th,table td,div,p,dd,dt,li{word-break:break-all;word-wrap:break-word;white-space:normal;}
a{text-decoration:none; font-family:"Microsoft YaHei","微软雅黑",Arial,Helvetica,SimHei,sans-serif;color: #666;}
img{ border: 0; vertical-align: middle;  }
.clearfix:before,.clearfix:after { content: "";display: table;}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;/*兼容ie*/}
/*---------------------------------公共------------------------------*/
.pub_width {
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*---------------------------------头部------------------------------*/
.headbox {
	min-width: 1200px;
	height: 106px;
}
.headbox .logo {
	line-height: 106px;
}
.yindao {
	margin-top: 30px;
}
.yindao ul li {
	text-align: center;
	width: 100px;
}
.yindao ul li a {
	font-size: 14px;
	color:#333;
}
.yindao ul li .pic {
	margin-bottom: 12px;
}
.yindao ul li:hover a {
	color:#a61f22;
}
.yindao ul li .pic img{
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.yindao ul li:hover .pic img {
	transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}
.yindao ul li.sousuo {
	border-left: 1px solid #ccc;
	height: 32px;
	margin-top: 10px;
	position: relative;
}
.yindao ul li.sousuo span {
	width: 25px;
	height: 26px;
	display: block;
	background:  url(../images/suo.png) 0 0 no-repeat;
	margin: 0 auto;
	cursor: pointer;
}
.yindao ul li.sousuo .searchbox {
	position: absolute;
	bottom: -80px;
	right: 0;
	z-index: 9;
	padding: 5px;
	display: none;
}
.yindao ul li.sousuo .searchbox input[type="text"] {
	width: 240px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
/*footer1*/
.footer {
	background-color: #494949;
	padding: 36px 0;
	min-width: 1200px;
	font-size: 12px;
	color: #818181;
	margin-top: 50px;
}
.footer h1 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}
.footer .ftnav  {
	width: 109px;
}
.footer .ftnav ul li a {
	color: #818181;
	font-size: 12px;
}
.footer .ftnav ul li {
	line-height: 25px;
}
.footer .guanzhu  {
	padding: 0 50px;
	border-left: 1px solid #565555;
	border-right: 1px solid #565555;
}
.footer .guanzhu span {
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.footer .guanzhu span .hidebox {
	position: absolute;
	left: 50%;
	top: 70px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: none;
}
.footer .guanzhu span .hidebox img,.erweima img {
	max-width: 102px;
	max-height: 102px;
}
.footer .guanzhu span:hover .hidebox {
	display: block;
}
.footer .guanzhu .hot {
	margin-top: 30px;
}
.footer .guanzhu .hot h2 {
	font-size: 28px;
}
.footer  .lianxi {
	width: 320px;
	padding-left: 40px;
}
.footer .right {
	width: 388px;
}
.footer .right .ftlogo {
	margin-bottom: 50px;
	text-align: right;
}
.footer .right dl dt {
	border-right: 1px solid #565555;
	padding-right: 20px;
	margin-right: 20px;
	margin-top: 25px;
}
.footer .right dl {
	padding-left: 50px;
}
.link {
	margin-top: 30px;
	border-top: 1px dashed #565555;
	padding-top: 25px;
}
.link span {
	color: #bb934d;
}
.link a {
	margin-right: 20px;
}
.link a:hover,.footer .ftnav ul li a:hover {
	color: #fff;
}
.copy {
	min-width: 1200px;
	background-color: #343434;
	height: 44px;
	line-height: 44px;
	font-size: 12px;
}
.atop {
	position: absolute;
	right: 0;
	top: -3px;
	z-index: 2;
	cursor: pointer;
}
.page {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}
.page a,.page span {
	background: #dadada;
	display: inline-block;
	padding: 5px 15px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 5px;
}
.page span,.page a:hover {
	background-color: #c13c3d;
	color: #fff;
}
















