* {
	margin: 0;
	padding: 0;
	font-family:"微软雅黑","microsoft yahei";
}
ul,
li {
	list-style: none;
}

li.active>a{
	color: #ed3516;
}

a {
	text-decoration: none;
	color: #032A3F;
}
p{
	-webkit-margin-after: 0;
	-webkit-margin-before: 0;
}

/************清除浮动*************/
.clearfix:after{
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.clearfix{
	zoom: 1;
}
/************头部***************/
#nav {
	background-color: #FFFFFF;
	height: 96px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	box-shadow: 4px 4px 1px rgba(76, 76, 76, 0.05);
	min-width: 1360px;
	font-size: 16px;
	color: #032a3f;
}

#nav>.nav_hr{
	height: 44px;
	background-color: #032A3F;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.logo {
	float: left;
	margin-left: 50px;
	margin-top: 10px;
}

.tab {
	float: right;
	margin-right: 10%;
}

.tab>ul>li {
	float: left;
	height: 48px;
	line-height: 52px;
	margin-left: 30px;
}
.tab>ul>li>a{
	display: block;
	height: 52px;
}
.tab>ul>li.other {
	margin-left: 45px;
}

.tab>ul>li:hover>a{
	color: #ED3516;
}

.tab>ul>li.about:hover{
	border-bottom: none;
	height: 52px;
}

.about {
	position: relative;
	width: 100px;
	text-align: center;
	background: url(../img/down.png) 85px center no-repeat;
}

.about.active{
	background-image: url(../img/active_down.png);
}

.about.active:hover{
	background-image: url(../img/active_up.png);	
}

.about:hover {
	background-color: rgba(0, 0, 0, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4c000000,endcolorstr=#4c000000);
	background-image: url(../img/up.png);
	background-position: 85px center;
}

.about:hover .listMenu {
	display: block;
}

.listMenu {
	background-color: rgba(0, 0, 0, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4c000000,endcolorstr=#4c000000);
	text-align: center;
	position: absolute;
	left: 0px;
	top: 52px;
	display: none;
	width: 100%;
	font-size: 15px;
}
.listMenu>li {
	line-height: 30px;
}

.listMenu>li>a{
	color: #FFFFFF;
}

.listMenu>li:hover {
	background-color: rgba(250, 250, 250, 0.5);
}
/************底部*************/

.footer {
	background-color: #032A3F;
	height: 336px;
	min-width: 1600px;
	border-top: 1px solid #ED3516;
	text-align: center;
	position: relative;
}
.footer .ch_name {
	font-size: 17px;
	color: #FFFFFF;
	margin-top: 74px;
}

.footer .en_name {
	font-size: 10px;
	color: #fffefe;
	margin-top: 4px;
}

.footer .report {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 30px;
	border-top: 1px solid #003958;
	padding-top: 10px;
}

.footer .phone {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 52px;
}

.footer .footer_img {
	position: absolute;
	right: 10%;
	top: 20%;
	text-align: center;
}
.footer_img>img{
	margin-left: 42px;
}


/*******滚动到顶部*********/
.toTop{
	position: fixed;
	right: 0;
	bottom: 20%;
	display: none;
	text-align: center;
}

.toTop>.btn{
	width: 184px;
	height: 80px;
	background-color: rgba(3,42,63,0.8);
	/*****兼容低版本的rgba的问题****/
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33000000,endcolorstr=#33000000);
	text-align: center;
	font-size: 16px;
	color: #FeFFFF;
	cursor: pointer;
}

.toTop>.btn>img{
	margin-top: 25px;
}
