﻿@charset "utf-8"; 

/* 清除内外边距 */
*, *:after, *::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
   _background-image:url(about:blank);
   _background-attachment:fixed;
   
}
body{ min-width:1200px;}

/* 设置默认字体 */ 
body, button, input, select, textarea {
	font-family: "微软雅黑","宋体","Arail";
	font-size: 14px;
    outline:none;
}
body{overflow-x: hidden;}

/* 列表元素 */ 
ul,ol,li {
	list-style: none;
}

img {
	border: none;
    vertical-align: middle;
}

.img-responsive{width:100%;height: auto}  /*自适应图片*/

/* a标签 */ 
a {
	text-decoration: none ; 
    color:#000000 ;
	outline:none;
}

a:hover {
	text-decoration: none ;
} 

.container {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
/* 定义浮动居中 */ 
.fl {
	float: left;
	display: inline
}

.fr {
	float: right;
	display: inline
}

.center {
	margin: 0 auto;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.clearfix:after, .clearfix:before {
	content:"";
	display:table
}
.clearfix:after {
	clear:both
}
.clearfix {
	zoom:1
}




.header{
	height: 80px;
	width: 100%;
	background:#fafafa;
	position: relative;
	line-height: 80px;
}
.contact{
	display: table;
	height: 80px;
	font-size: 16px;
	color: #000000;
	line-height: 1;
}
.contact>div{
	display: table-cell;
	vertical-align: middle;
}
.contact p:first-child{
	color: #575656;
	font-size: 11px;
	margin-bottom: 12px;
}
.menu{
	position: absolute;
	left:48%;
	top:0;
	height: 80px;
	transform:translate(-50%);
	-webkit-transform:translate(-50%);
}
.menu a{
	color: #000000;
	font-size: 14px;
	height: 80px;
	margin-left: 40px;
	transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}
.menu a:hover,.menu a.cur{
	color: #fa7e00;
}

.footer{
	color: #636363;
	font-family: "宋体";
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #e9e9e9;
	text-align: center;
}
.footer a{color: #636363;}
.gwcright{ position: fixed; top: 40%; right: 1px; _position: absolute; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#E5333333', endColorstr='#E5333333'); z-index:999999;}
.gwcright a { display:block; width:40px; text-align:center; height:45px;background: url(../images/gwc.png) no-repeat 5px 15px #666; font-size: 13px;border-radius:4px; color:#CCCCCC;}