/* CSS Document */
/*头部*/
.top-links {
	height: 30px;
	padding-top: 4px;
	text-align: right;
	position: relative;
	z-index: 999;
}
.top-links>* {
	display: inline-block;
	vertical-align: middle;
}
.shares img {
	vertical-align: middle;
}
.shares a {
	margin: 0 7px;
}
.goback a {
	color: #018ed6;
}
.goback {
	margin-right: 20px;
}
.net-links {
	margin-left: 15px;
	position: relative;
	padding: 4px 0;
}
.net-links ul {
	position: absolute;
	text-align: center;
	top: 28px;
	right: 0;
	min-width: 90px;
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 5px;
	display: none;
	background: #fff;
}
.net-links ul li {
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}
.net-links ul li:hover * {
	color: #018ed6;
}
.nav-wraps {
	margin-top: 10px;
}
.nav-wraps .logos {
	float: left;
}
.nav-wraps .logos img {
	display: block;
}
.nav-wraps .navs {
	text-align: right;
}
.nav-wraps .navs>ul {
	font-size: 0;
	line-height: 0;
	margin-right: -10px;
}
.nav-wraps .navs>ul>li {
	display: inline-block;
	margin-right: 10px;
}
.nav-wraps .navs>ul>li>a {
	line-height: 43px;
	display: block;
	color: #333;
	font-size: 16px;
	padding:0 12px;
	text-align: center;
	border-bottom: 3px solid #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.nav-wraps .navs>ul>li {
	position: relative;
	z-index: 9;
}
.nav-wraps .navs>ul>li.cr>a, .nav-wraps .navs>ul>li>a:hover {
	background: #018ed6;
	color: #fff;
	border-bottom: 3px solid #d22d26;
}
.nav-wraps .navs>ul>li:hover >.subNav {
	display: block;
}
.nav-wraps .subNav {
	display: none;
	position: absolute;
	left: 0;
	top: 47px;
	width: 270px;
	background: url(../img/bg2.png);
	box-shadow: 0px 2px 5px rgba(236,236,236,1);
	padding: 10px 0;
}
.nav-wraps .subNav ul li {
	float: left;
	width: 50%;
	text-align: center;
	padding: 10px 0;
	color: #333;
}
.nav-wraps .last .subNav{right:0;left:inherit;} 
.nav-wraps .subNav ul li a {
	display: block;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}
.nav-wraps .subNav ul li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	margin-right: 10px;
}
.nav-wraps .subNav ul li a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 7px;
	background: url(../img/subNav_icon.png) no-repeat center center;
}
.nav-wraps .subNav ul li a:hover span {
	color: #018ed6;
}
.nav-wraps .subNav ul li a:hover:after {
	background: url(../img/subNav_icon_cr.png) no-repeat center center;
}
.header {
	border-bottom: 1px solid #f0f0f0;
}

/*底部导航*/
.footer-links{background: #fafafa; border-top:2px solid #65b9e4; padding-top: 15px; margin-top: 35px;}

.units-2 ul li a{color:#888888;}
.units-2{ padding-bottom:15px; height: 100%; overflow: hidden;}
.inner-footer2{ background: #018ed6; padding: 35px 0;}
.contacts{float:left;}
.contacts .li{color:#fff;line-height:30px;padding-left:30px;}
.contacts .phone{background:url(../img/mobile.png) no-repeat left center;}
.contacts .address{background:url(../img/adress.png) no-repeat left center;}
.contacts .website{background:url(../img/website.png) no-repeat left center;}
.contacts .postalcode{background:url(../img/mail.png) no-repeat left center;}
.wx-code{float:right;}


.contacts h3{ color: #fff; font-size: 20px; font-weight: normal;margin-bottom:20px;}
.addr,.copys{ margin-top:25px; color: #fff;}
.wx-code{  float: right;}
.wx-code img{ display: block; }
.wx-code>*{ display: inline-block; text-align: center; margin-left: 50px; color: #fff;}
.wx-code h3{ color: #fff; font-size: 20px; font-weight: normal;margin-bottom:20px;text-align:left;}
.wx-code .clear{display:table;}
.wx-code span{ font-weight: normal; margin-top:8px;display:block;}







