﻿@charset "utf-8";
 
.footer {
	background-color: #383838;
	clear:both;
}
.footer-info {
	/* border-top: 2px solid #074675; */
	padding:20px 0 30px 0;
}
.footer-info .address {
	width: 887px;
	margin-left: 10px;
}
.footer-info .address p {
	line-height: 26px;
	color: #fff;
	font-size: 13px;
}
.footer-links {
	padding: 25px 0 0;
}
.footer-links li {
	float: left;
	margin-right: 24px;
	text-align: left;
	position: relative;
	width: 220px;
	border: 1px solid #595959;
	cursor: pointer;
	font-size: 15px;
	color: #fff;
	line-height: 38px;
	/* background: url(icon_footer_links_li.png) 155px 14px no-repeat;*/
	text-align:center;
}
.footer-links li.alink {
	background:none;
	text-align: center;
}
.footer-links li.last {
	margin-right: 0;
}
.footer-links li.on {
	border-color: #fff;
	border-bottom: none;
	background-color: #fff;
	color: #555;
}

.footer-links li a {
	font-size: 15px;
	color: #fff;
	line-height: 38px;
}
.footer-links li a:hover{
	border-color: #fff;
	border-bottom: none;
	background-color: #555;
	color: #fff;
	display: block;
}
.friend-link .item {
	padding:10px 0;
}
.friend-link .item a {
	display: block;
	margin: 5px 20px;
	float: left;
	line-height: 28px;
	float: left;
	font-size:14px;
	font-weight: normal;
	color: #333;
}
.friend-link .item01 {
	width: 1200px;
	background: #fff;
	position: relative;
	left: -220px;
	overflow: hidden;
}
.friend-link .item02 {
	width: 1200px;
	background: #fff;
	position: relative;
	left: -424px;
}
.friend-link .item03 {
	width: 1200px;
	background: #fff;
	position: relative;
	left: -628px;
}
.friend-link .item04 {
	width: 1200px;
	background: #fff;
	position: relative;
	left: -832px;
}
.friend-link .item05 {
	width: 1200px;
	background: #fff;
	position: relative;
	left: -1036px;
}
.friend-link .item01 a {
	width: 160px;
	margin: 5px;
	text-align: left;
}
.friend-link .item02 a {
	width: 160px;
	text-align: left;
	margin:5px;
}
.friend-link .item03 a {
	width: 160px;
	margin: 5px;
	text-align: left;
}
.friend-link .item01 a:hover {
	color: #006EAB;
}
.friend-link .item02 a:hover {
	color: #006EAB;
}
.friend-link .item03 a:hover {
	color: #006EAB;
}
.friend-link .item04 .city-list {
	clear: both;
}
.friend-link .item04 .city-list a {
	margin: 5px 10px 5px 20px;
}
.friend-link .item04 .city-list dt a {
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.friend-link .item04 .city-list dd a {
	color: #2A2A2A;
}
.friend-link .item04 .city-list dd a:hover {
	color: #006EAB;
}
.friend-link .item .site-map {
	overflow:hidden;
	border-bottom:1px solid #dcdcdc;
}
.friend-link .item .site-map dt {
	display:block;
	clear:both;
	overflow: hidden;
}
.friend-link .item .site-map dt a {
	font-weight: bold;
	font-size: 14px;
}
.friend-link .item .site-map dd {
	float:left;
}
.friend-link .item .site-map dd a {
	line-height:28px;
	margin: 0 20px;
}
.footer-wecode{
	width: 74px;
    height: 74px;
    /* margin-right: 10px; */
    padding-right: 10px;
    box-sizing: content-box;
    border-right: 1px dotted #595959;
}
.footer-wecode img{
  height: 74px;
}
 
.concat-tip{
    width: 200px;
    color:#ddd;
    font-size:24px;
}
.phone-icon {
    font-size: 55px;
    color: #ddd
}
/*底部返回顶部按钮*/
.cd-top .cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top .cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #69a644;
  opacity: 1;
}

.cd-top{
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background:#383838  url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #666;
}