﻿@charset "utf-8";
html
{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*{
	padding: 0;
	margin: 0;
}
body { 
	background: #fff;
	color: #666; 
	font: 14px/24px "微软雅黑","华文细黑",Arial,sans-serif;
	padding: 0;
	margin: 0 auto;
	overflow-x: hidden;
}
ul,
ol,
li
{
	margin: 0;
	list-style-type: none;
}

a { 
	color: #666;
	text-decoration: none;
}
a:hover { 
	color: #004de2;
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
.main{
	position: relative;
	margin: 0 auto;
	width: 1500px;
}


/*head*/
.head{
	position: fixed;
	height: 80px;
	z-index: 99999;
	width: 100%;
	background: #004de2;
}
.logo{
	padding: 0px 0 0 50px;
}
.logo a{
	background-image: url(../images/logo.png);
	width: 120px;
	height: 40px;
	background-size: 100% auto;
	position: absolute;
	top:20px;
}
.menu{
	height: 80px;
	margin: 0px 50px 0 0;
}
.menu li{
	float: left;
	width: 100px;
	margin-left:10px;
}
.menu li a{
	display: block;
	line-height: 80px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.menu li:hover a,
.menu li.current a{
	color: #fff;
	  background: #033597;
}
.menu li:hover a{
  background: #033597;
  color: #fff;
}


/*滚轮下滑后导航样式*/
.mini{
	width: 100%;
	background: #004de2;
	border: none;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	z-index:99999;
	position:fixed; top:0;
}
.mini .logo a{
	background-image: url(../images/logo.png);
}
.mini .menu li:hover a,
.mini .menu li.current a{
  background: #033597;
}
.mini .menu li a:hover,
.mini .menu li.current a{
	color:#fff;
}


/* footer */
.foot_container {
	background: #1a1a1a; 
	position: relative;
	overflow: hidden;
}
.foot{
	overflow: hidden;
}
.foot_container .logo { 
	float: left;
}
.foot_container .logo a {
	padding-top: 100px;
	width: 126px;
	height: 82px; 
	display: block;
	background: url(../images/logo_f.png) center no-repeat; 
}
.foot-l {
	float: right;
	padding-top: 80px;
	 }
.foot-l p,
.foot-l a {
	line-height: 1.5;
	font-size: 14px;
	color: #dcdddd;
	text-align: right;
	letter-spacing: .1em; }
.foot-l a:hover {
	text-decoration: underline; }
.foot-l li {
	position: relative;
	float: left;
	padding: 60px 0 0 90px; }
.foot-l li:before {
	position: absolute;
	top: 0;
	right: 0;
	content: ' ';
	width: 42px;
	height: 42px;
	background: url(../images/foot-tel.png) no-repeat; 
}
.foot-l li.email:before{
	background: url(../images/foot-email.png) no-repeat; 
}
.foot-l li.add:before{
	background: url(../images/foot-add.png) no-repeat; 
}
.copy {
	padding: 100px 0 30px 0;
	overflow: hidden;
}
.copy span{
	float: left;
	color: #fff;
	font-size: 18px;
}
.copy p{
	float: right;
}
.copy p,
.copy a {
	color: #dcdddd; 
}




.go-top{position: fixed;bottom: 100px;right: 40px;width: 46px;z-index: 999;}
.go-top a{display: block;width: 46px;height: 46px;background-image: url(../images/go-top.png);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.go-top a:last-child{margin-bottom: 0;}
.go-top .go{background-position: 0 -150px;}
.go-top .go:hover{background-position: 0 -250px;}
.dn{display: none;}
.go-top .feedback{background-position: 0 -100px;}
.go-top .feedback:hover{background-position: 0 -300px;}
.go-top .uc-2vm{background-position: 0 0;}
.go-top .uc-2vm:hover{background-position: 0 -350px;}

.go-top .uc-2vm-pop{
	position: absolute;right: 60px;top: -100px;
	width: 150px;box-shadow: 0px 1px 4px rgba(0,0,0,.1);
	background: #fff;
	text-align: center;
}
.go-top .uc-2vm-pop .title-2wm{font-size: 14px;padding-top: 10px;}
.go-top .uc-2vm-pop .logo-2wm-box{position: relative;}
