﻿@charset "utf-8";
html
{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*{
	padding: 0;
	margin: 0;
}
body { 
	background: #fff;
	color: #454746;
	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: #454746;
	text-decoration: none;
}
a:hover {
	color: #0060AD;
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
.main{
	width: 1400px;
	margin: 0 auto;
}


/*head*/
.head{
	position: fixed;
	height: 80px;
	z-index: 99999;
	width: 100%;
}

.logo a{
	background-image: url(../images/logo.png);
	width: 180px;
	height: 40px;
	background-size: 100% auto;
	position: absolute;
	top: 20px;
}
.menu{
	height: 20px;
	margin: 30px 40px 30px 0;
	padding-right: 30px;
	border-right:1px rgba(255, 255, 255, 0.44) solid;
}
.menu li{
	float: left;
	width: 100px;
	margin-left:1px;
	position: relative;
}
.menu li a{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.menu li.current a{
  font-weight: bold;
}
.menu li .nav{
	background: #fff;
	display: none;
	margin-top: 20px;
	padding: 10px 0;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.menu li .nav:after{
	content: '';
	width: 0px;
	height: 0;
	position: absolute;
	left: 40px;
	top: 24px;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
}
.menu li .nav a{
	color: #333;
}
.menu li .nav a:hover{
	color: #0060AD;
}
.menu li .nav dl{
	position: relative;
}
.menu li .nav dt a{
	display: block;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	margin-top: 0px;
	color: #666;
}
.site .web{
	background: url("../images/web.png") left no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	background-size: 80%;
	padding-top: 55px;
}
.site a{
	line-height: 80px;
	color: #fff;
	padding-left: 25px;
}

/*滚轮下滑后导航样式*/
.mini{
	width: 100%;
	background: #fff;
	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-mini.png);
}
.mini .menu{
	border-right:1px rgba(5, 5, 5, 0.15) solid;
}
.mini .menu li a {
	color:#333;
}
.mini .menu li a:hover,
.mini .menu li.current a{
	color:#0060AD;
}
.mini .site .web{
	background: url("../images/web-mini.png") left no-repeat;
	background-size: 80%;
}
.mini .site a{
	color: #333;
}

/* footer */
.footer{
	border-top: 0px solid #0060AD;
	background: #f8f7f7;
	overflow: hidden;
	padding: 60px 0 0 0;
}
.footer a:hover,
.footer a:hover span{
	color: #0060AD;
}
.foot{
	overflow: hidden;
	padding-bottom: 80px;
}
.footer-logo{
	width: 200px;
	float: left;
}
.footer-logo img{
	width: 110%;
}
.footer-li{
	float: left;
	width: 1200px;
}
.footer-li li{
	float: left;
	padding-left: 100px;
}
.footer-li li span{
	display: block;
	margin-bottom: 20px;
	color: #333;
	font-size: 18px;
}
.footer-li li a{
	color: #595757;
	display: block;
	line-height: 26px;
}
.footer-li .tel{
	font-size: 23px;
	font-weight: bold;
}
.share {
	padding-top: 20px;
}
.share-a {
	display: inline-block;
	padding-right: 10px;
}
.footer-li .share-a a {
	float: left;
}
.footer-li .share-a span{
	font-size: 14px;
	padding-left: 35px;
	text-align: left;
}
.weixin {
	background: url(../images/weixin.png) no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	background-size: 100%;
}
a.weixin:hover{
	background: url(../images/weixin2.png) no-repeat;
	width: 32px;
	height: 32px;
	background-size: 100%;
}
a.weixin:hover img {
	display: block;
}
.weixin img {
	display: none;
	position: relative;
	width: 160px;
	height: 160px;
	right: 172px;
	bottom: 70px;
	background: url(../images/wx.jpg) no-repeat;
	webkit-box-shadow: 0 2px 5px rgba(41,46,51,0.15);
	-moz-box-shadow: 0 2px 5px rgba(41,46,51,0.15);
	-ms-box-shadow: 0 2px 5px rgba(41,46,51,0.15);
	-o-box-shadow: 0 2px 5px rgba(41,46,51,0.15);
	box-shadow: 0 2px 5px rgba(41,46,51,0.15);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.weibo {
	background: url(../images/weibo.png) no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: 100%;
}
a.weibo:hover {
	background: url(../images/weibo2.png) no-repeat;
	width: 30px;
	height: 30px;
	background-size: 100%;
}

.flink{
	padding-bottom: 10px;
}
.flink a{
	padding-right: 5px;
	color: #666;
}
.copyright{
	text-align: center;
	padding:15px 0;
	overflow: hidden;
	border-top: 1px #ddd solid;
	color: #595757;
}
.copy-link a{
	float: left;
	padding-left: 25px;
}


.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: -50px;
	width: 150px;
	height: 150px;
	box-shadow: 0px 2px 6px rgba(0,0,0,.1);
	background: #fff;
	text-align: center;
}
.go-top .uc-2vm-pop .title-2wm{
	padding-top: 10px;
}
.go-top .uc-2vm-pop .logo-2wm-box{
	position: relative;
}
