@charset "utf-8";

/* CSS Document */
body {
	position: relative;
	overflow-x: hidden;
	min-width: 1200px;
	background: #fff;
	color: #333333;
	font-family: Arial, 'microsoft yahei', 'SimHei', 'SimSun', Helvetica, sans-serif;
	line-height: 18px;
}

a {
	color: #808080;
}

a:hover {
	color: #808080;
	text-decoration: none;
}

input,
button,
select,
textarea {
	outline: none;
}

textarea {
	resize: none
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.block {
	display: block;
}

.none {
	display: none;
}

img {
	vertical-align: middle;
}

.vat {
	vertical-align: top;
}

.vam {
	vertical-align: middle;
}

.vatt {
	vertical-align: text-top;
}

.vatb {
	vertical-align: text-bottom;
}

.hand {
	cursor: pointer;
}

.por {
	position: relative;
}
.poa {
	position: absolute;
}

.ib {
	display: inline-block;
}

.mask {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	background: #000;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden;}

.header .top *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
			 box-sizing: border-box;
}

/*头部样式*/
.header{
	width: 100%;
	height:auto;
}
.header .top{
	height:80px;
	/* overflow: hidden; */
}
.header .logo{
	width: 97px;
	margin-top:18px;
}
.header .search{
	width: 620px;
	margin-top: 20px;
}
.header .ipt{
	width: 395px;
	height:40px;
	line-height: 40px;
	/* background-color: #f1f1f1; */
	margin-right: 40px;
	border-radius: 3px;
	border:1px solid #ecebeb;
	box-shadow: 0 0 3px #f4f3f3;
}
.searchSel{
	 width: 118px;
	 height:40px;
		line-height: 40px;
		border:none;
		box-sizing: border-box;
		font-size: 14px;
		color:#1f1f25;
		position: relative;
		text-align: left;
		cursor: pointer;
} 
.searchSel p{
		background: url('../images/global/select_arrow.png') 99px center no-repeat;
		background-size: 10px auto;
		padding-left:20px;
}
.searchSel ul{
	width: 100%;
	position: absolute;
	top:38px;
	left: 0;
	color:#a7a7a7;
	border:1px solid #ecebeb;
	z-index: 10;
	background: #fff;
	padding: 0 20px;
	box-sizing: border-box;
	box-shadow: 1px 1px 1px #f4f3f3;
	display: none;
}
.searchSel li{
	height:40px;
	line-height: 40px;
	border-top:none;
	border-bottom:1px solid #ecebeb;
}
.searchSel .last{
	border-bottom: none;
}
.header .search .ipt span{
	width: 1px;
	height:22px;
	background: #c7c7c7;
	margin-top: 9px;
	box-sizing: border-box;
}
.header input{
	width: 230px;
	height:40px;
	line-height: 40px;
	border:none;
	background:none;
	padding-left: 10px;
	box-sizing: border-box;	
}
.header .sec_icon{
	width: 16px;
	margin: 12px 0 0 10px;
	cursor: pointer;
}
.header .search span{
	height:40px;
	line-height: 40px;
}
.header .search a{
	color: #1f1f25;
}
.header .nav{
	width: 100%;
	height: 60px;
	background-color: #161270;
}
.header .nav  li{
	float: left;
	height: 60px;
	line-height: 60px;
}
.header .nav a {
	display: block;
	overflow: hidden;
	height: 60px;
	color: #fff;
	font-size: 14px;
	line-height: 60px;
	padding:0 45px;
}

.header .nav .li-active a,
.header .nav a:hover {
	color: #005699;
	border-bottom:2px solid #161270;
	background: #fff url('../images/global/arrow.png')  center bottom no-repeat;
	background-size: 11px auto;
}

/*底部样式*/
.footer{
	width: 100%;
	background-color: #f8f8f8;
	text-align: left;
}
.footer .footer_top{
	height:192px;
}
.footer .footer_top>div{
	margin-top: 30px;
}
.footer .footer_top .imgs{
	width: 40px;
	height:40px;
	background:url('../images/global/icon1.png')  0 0 no-repeat;
	background-size: 40px auto;
	margin:10px 37px 0 107px;
}
.footer .footer_top .imgs2{
	background:url('../images/global/icon1.png')  0 -79px no-repeat;
	margin-left: 235px;
}
.footer .footer_top .imgs3{
	background:url('../images/global/icon1.png')  0 -160px no-repeat;
	margin-left: 210px;
}
.footer .footer_top li{
	line-height: 28px;
	font-size: 12px;
	color:#9b9b9b;
}
.footer .footer_top li a{
	color:#9b9b9b;
}
.footer .footer_top .first{
	font-size: 14px;
}
.footer .footer_top .blog{
	width: 40px;
	height:40px;
	background:url('../images/global/icon2.png')  0 0 no-repeat;
	background-size: 40px auto;
	margin-top: 10px;
	cursor: pointer;
}
.footer .footer_top .weixin{
	background:url('../images/global/icon2.png')  0 -135px no-repeat;
	margin-left: 20px;
}
.footer .footer-bottom{
	width: 100%;
	height:44px;
	background-color: #9c9c9c;
	line-height: 44px;
	text-align: center;
	color:#fff;
	font-size: 12px;
}
.footer .wxcode{
	width: 226px;
	height:235px;
	position: absolute;
	bottom: 32px;
  left: -65px;
}
.footer .weixin:hover .wxcode{
	display:block;
}
.footer .footer-bottom a{
	color:#fff;
}
/* 微信弹层    又不用弹层了*/
/* .weixinmask{
	position: fixed;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index:10;
}
.weixinmask .wxmask{
	width: 312px;
	height:322px;
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-156px;
	margin-top:-161px;
}
.weixinmask .wxclose{
	width:44px;
	height:44px;
	top:-46px;
	right:-44px;
	position: absolute;
	cursor: pointer;
} */

.mt60 {
	margin-top: 60px!important;
}

/* 关闭按钮 */

/*.close-tan {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 18px;
	height: 18px;
	background: url('../images/global/close.png') 0 0 no-repeat;
}
*/
