﻿@charset "utf-8";
.fangF { overflow: hidden; margin: 10px 0 50px 0; border-radius: 4px; text-align: center; }
.fangF a, .fangF span { display: inline-block; padding: 9px 15px; margin-left: -1px; line-height: 1.4285714; text-decoration: none; border: 1px solid #dddddd; }
.fangF > a:first-child, .fangF > span:first-child { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.fangF > a:last-child, .fangF > span:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.fangF a.fCurrent { font-weight: 500; background-color: #006fbb; z-index: 2; color: #ffffff; }
.fangF a:hover { background: #eeeeee; color: #006fbb; }
/* CSS Document */

body {
	magin: 0px;
	padding: 0px;
	position: relative;
}
* {
	font-family: Arial, "微软雅黑", Microsoft YaHei;
}
dd, dl, dt, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
input {
	margin: 0;
	outline: none
}
a {
	text-decoration: none;
	outline: none;
}
a:link {
	color: inherit;
}/*未访问样式*/
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
h1 {
	margin: 0px;
}
i {
	font-weight: normal;
}
hr {
	border: none;
	border-top: 1px solid #f0f0f0;
	margin: 10px 0px;
}
img {
	max-width: 100%;
}
.vcenter-parent {
	display: table;
}
.vcenter {
	display: table-cell;
	vertical-align: middle;
}
.red {
	color: #e50012;
}
.yellow {
	color: #f1a257;
}
.blue {
	color: #3469b1;
}
/*居中布局*/

::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background:#222;
}

/*滚动条设置*/

/*鼠标经过效果*/

@media(min-width:1200px) {
.container {
	width: 1200px;
}
}

@media(max-width:992px) {
body {
	padding-top: 52px;
}
}

@media(max-width:768px) {
body {
	padding-top: 50px;
}
}

/* 初始设置 */



@media(max-width:992px) {
.container {
	width: 100%;
}
}

@media(max-width:768px) {
.top {
	position: fixed;
	top: auto;
	bottom: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	background: #f5f5f5;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.top .pull-right {
	width: 100%;
	font-size: 0px;
}
.top .pull-right a {
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 50px;
	color: #666;
	width: 50%;
	text-align: center;
}
.top .pull-right a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 0%;
	width: 1px;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.top .pull-right a:last-child:after {
	display: none;
}
}
/* 网站顶部&手机底部 */

.navbar-inverse {
	border: none;
	border-radius: 0px;
}
.navbar {
	margin: 0px;
	position: relative;
	z-index: 2;
	background: #f2f2f2;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.navbar-header .top-r {
	margin-top: 15px;
}
.navbar-header .top-r>div {
	float: left;
	margin-left: 15px;
}
.navbar-header .top-r .top-search {
	font-size: 0px;
}
.navbar-header .top-r .top-search input {
	display: inline-block;
	width: 150px;
	height: 36px;
	padding: 0px 10px;
	margin: 0px;
	font-size: 14px;
	line-height: 36px;
	border: 1px solid #ebebeb;
	border-right: none;
	background: #fff;
	vertical-align: text-bottom;
}
.navbar-header .top-r .top-search button {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #ebebeb;
	border-left: none;
	background: #fff;
	vertical-align: text-bottom;
}
.navbar-header .top-r .top-search button i {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 20px;
}
.navbar-header .top-r .top-call {
	font-size: 0px;
}
.navbar-header .top-r .top-call img {
	display: inline-block;
	float: left;
	vertical-align: text-bottom;
	margin-right: 6px;
}
.navbar-header .top-r .top-call p {
	display: inline-block;
}
.navbar-header .top-r .top-call span {
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: #333;
	vertical-align: text-bottom;
}
.navbar-header .top-r .top-call b {
	display: inline-block;
	font-size: 22px;
	line-height: 24px;
	color: #006fbb;
	vertical-align: text-bottom;
}
.navbar-header .top-r>div>a {
	display: inline-block;
	color: #333;
	line-height: 36px;
	vertical-align: text-bottom;
}
.navbar-header .top-r>div>ul {
	left: auto;
	right: 0px;
	margin: 0px;
	min-width: 120px;
	border-radius: 0px;
}
.navbar-header .top-r>div>ul a {
	line-height: 36px;
}

@media(min-width:992px) {
.navbar-header {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px 0px 25px;
}
.navbar-header .navbar {
	position: relative;
	z-index: 3;
}
.navbar-header .navbar-brand {
	height: 70px;
	padding: 0px;
}
.navbar-header .navbar-brand img {
	float: left;
	margin-right: 15px;
	height: 100%;
}
.navbar-header .navbar-brand div {
	float: left;
	padding-left: 15px;
	height: 50px;
	margin-top: 15px;
	border-left: 1px solid #006fbb;
}
.navbar-header .navbar-brand b {
	display: inline-block;
	margin: 2px 0px 8px;
	font-size: 18px;
	color: #006fbb;
	line-height: 1em;
}
.navbar-header .navbar-brand span {
	font-size: 15px;
	color: #333;
	line-height: 1em;
	letter-spacing: 5px;
	white-space: nowrap;
}
.navbar-header .top-r .top-search {
	margin-top: 8px;
}
}

@media(max-width:992px) {
.navbar {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
}
.navbar-brand {
	height: 50px;
	padding: 2px 0px 8px;
}
.navbar-brand img {
	float: left;
	margin-right: 15px;
	height: 100%;
}
.navbar-brand b {
	display: inline-block;
	margin: 14px 0px;
	font-size: 16px;
	color: #006fbb;
	line-height: 1em;
}
.navbar-brand span {
	font-size: 0px;
	color: #006fbb;
	font-weight: bold;
	line-height: 1em;
}
.navbar-header .top-r {
	margin-top: 0px;
}
.navbar-header .top-r .top-search {
	margin-top: 8px;
	margin-right: 10px;
}
.navbar-header .top-r .top-call {
	display: none;
}
.navbar-header .top-r>div>a {
	display: inline-block;
	color: #fff;
	line-height: 50px;
	margin-right: 10px;
}
.navbar-header .top-r>div>ul a {
	line-height: 24px;
}
}

@media(max-width:768px) {
.navbar {
	top: 0px;
}
.navbar-header .container {
	padding: 0px;
}
.navbar-brand b {
	font-size: 0px;
}
.navbar-header .top-r .top-search {
	display: none;
}
}
/*头部设置*/

.navbar-inverse .navbar-nav>li.on>a {
	color: #006fbb;
}

@media(min-width:992px) {
.nav {
	width: 100%;
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.nav:before {
	display: none;
}
.nav:after {
	display: none;
}
.navbar-nav>li {
	float: none;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	z-index: 1;
}
.navbar-inverse .navbar-nav>li>a {
	position: relative;
	z-index: 1;
	padding: 15px 0px;
	font-size: 15px;
	line-height: 1.1em;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.navbar-inverse .navbar-nav>li>a span{
	font-size: 12px;
	color: inherit;
	text-transform:Uppercase;
}
.navbar-inverse .navbar-nav>li:hover>a {
	color: #006fbb;
}
.nav .dropdown-menu {
	background: rgba(0,0,0,.6);
	transform: translate(15%, 0%);
}
.nav .dropdown-menu>li {
	display: inline-block;
	width: 100%;
}
.nav .dropdown-menu>li>a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
}
.nav .dropdown-menu>li>a:hover {
	font-size: 14px;
	line-height: 36px;
	color: #006fbb;
}
}

/*导航菜单*/

@media(max-width:992px) {
.navbar-inverse {
	background: #f7f7f7;
}
.navbar .container {
	width: 100% !important;
}
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-inverse .navbar-toggle {
	border-color: #006fbb;
	background: #006fbb;
}
.navbar-inverse .navbar-toggle.collapsed {
	background: #fff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background: #006fbb;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background: #006fbb;
}
.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
	background: #fff;
}
.navbar-brand {
	margin-left: 0px !important;
	padding-left: 15px !important;
}
.navbar-collapse.collapse {
	display: none !important;
	transition-duration: .4s;
}
.collapse.in {
	display: block !important;
	transition-duration: .4s;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	margin: 15px 0px;
	overflow-y: auto !important;
	box-sizing: border-box;
	transition-duration: .4s;
}
.navbar-collapse.in {
	overflow-y: auto !important;
	transition-duration: .4s;
}
.navbar-nav {
	width: 100%;
	margin: 0px;
}
.navbar-nav > li {
	float: none;
	width: 100%;
	padding: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	text-align: center;
	overflow: hidden;
}
.navbar-inverse .navbar-nav > li .dropdown-menu a {
	padding: 10px 15px;
}
.navbar-inverse .navbar-nav > li.on>a:after {
	content: "";
	position: absolute;
	z-index: -1;
	display: none;
}
.nav .dropdown-menu {
	position: static;
	width: 100%;
	border: none;
	padding: 15px 0px 15px;
	box-shadow: none;
	background: #f7f7f7;
	text-align: center;
}
.dropdown-menu > li > a {
	padding: 5px 15px;
}
}
/*992 头部导航折叠*/
/* 头部样式响应 */

.index-title {
	padding: 15px 0px;
}
.index-title h3 {
	margin: 0px 0px 10px;
	font-size: 24px;
	line-height: 1em;
	color: #333;
}
.index-title span {
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #006fbb;
	margin: 0px 0px 10px;
	font-size: 24px;
	line-height: 1em;
	color: #333;
}
.index-title p {
	font-size: 14px;
	line-height: 1em;
	text-transform: Uppercase;
	color: #999;
}
.index-title-w h3 {
	color: #fff;
}
.index-title-w span {
	display: inline-block;
	color: #fff;
}
.index-title-w p {
	color: #fff;
}
/*首页标题*/
.index-a-title {
	padding: 20px 0px;
}
/*首页产品标题*/
.index-advantage {
	position: relative;
	z-index: -2;
	padding: 40px 0px 30px;
	background: url(../images/img-advantage-bg.jpg) no-repeat center;
	background-size: cover;
}
.index-advantage:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}
.advantage-box {
	padding: 20px 15px 20px 0px;
	transition: all .3s;
}
.advantage-box:hover {
	background: rgba(255,255,255,.15);
}
.advantage-left {
	width: 130px;
	padding: 30px;
	text-align: center;
}
.advantage-right {
	color: #fff;
}
.advantage-right b {
	display: inline-block;
	margin: 10px 0px;
	color: #fff;
}
.advantage-right p {
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
	height: 80px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*首页优势*/

.index-about {
	background: url(../images/img-aboutbg.jpg) right 0 bottom no-repeat, #f7f7f7;
	background-size: auto 100%;
	margin-bottom: 40px;
}
.index-about-l .index-about-img {
	position: relative;
	height: 400px;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
}
.index-about-l .index-about-img::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	background: url(../images/img-about1.jpg) center no-repeat;
	background-size: cover;
	transition: all .3s;
}
.index-about-l .index-about-img:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 0%;
	width: 100%;
	height: 50%;
	background-color: #4ba3fa;
	transform: translate(-4%, 10%) scale(1.08);
	;
	transition: all .3s;
}
.index-about-r {
	height: 400px;
	padding: 50px 60px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
}
.index-about-r>p {
	font-size: 14px;
	line-height: 24px;
	color: #4d4d4d;
	height: 120px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-about-r a.more {
	position: relative;
	display: inline-block;
	padding: 0px 25px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 36px;
	color: #666;
	border: 1px solid #ccc;
	overflow: hidden;
	transition: all .3s;
}
.index-about-r a.more span {
	position: relative;
	z-index: 2;
}
.index-about-r a.more:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #1f79d3;
	transition: all .3s;
}
.index-about-r a.more:hover {
	color: #fff;
	border: 1px solid #1f79d3;
}
.index-about-r a.more:hover:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0%;
	width: 100%;
}

@media(min-width:768px) {
.index-about-l, .index-about-r {
	margin-top: 120px;
}
.index-about-l {
	padding-right: 0px;
}
}

@media(min-width:992px) {
.index-about-l, .index-about-r {
	margin-top: 160px;
}
}

@media(min-width:1200px) {
.index-about-l, .index-about-r {
	margin-top: 200px;
}
}

@media(max-width:992px) {
.index-about-l .index-about-img {
	height: 320px;
}
.index-about-r {
	height: 320px;
	padding: 20px 30px;
}
.index-about-r>p {
	font-size: 14px;
	line-height: 24px;
	color: #4d4d4d;
	height: 96px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
}

@media(max-width:768px) {
.index-about {
	background: #f7f7f7;
}
.index-about-l {
	margin-top: 40px;
	padding: 0px;
}
.index-about-l .index-about-img {
	height: 200px;
	box-shadow: none;
}
.index-about-l .index-about-img:after {
	display: none;
}
.index-about-r {
	height: auto;
	padding: 15px 15px 25px;
	background: none;
	box-shadow: none;
	text-align: center;
}
.index-about-r a.more {
	border-radius: 20px;
	font-size: 12px;
	line-height: 30px;
}
}
/*首页about*/

.index-case {
	background: #f7f7f7;
}
#index-case-tab {
	font-size: 0px;
	margin-bottom: 30px;
}
#index-case-tab li {
	text-align: center;
}
#index-case-tab li a {
	display: inline-block;
	max-width: 100%;
	padding: 10px 15px;
	font-size: 14px;
	color: #333;
	background: #fff;
	border: none;
	border-radius: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
#index-case-tab li.active a {
	background: #006fbb;
	color: #fff;
}
#index-case-body>.tab-pane {
	margin-left: -15px;
	margin-right: -15px;
}
#index-case-body .index-case-list {
	margin-bottom: 10px;
}
#index-case-body .index-case-list a {
	outline: none;
}
#index-case-body .index-case-list .index-case-img {
	display: block;
	overflow: hidden;
	transition: all .3s;
}
#index-case-body .index-case-list:hover .index-case-img {
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,.5);
}
#index-case-body .index-case-list .index-case-img img {
	display: block;
	transform: scale(1);
	transition: all .3s;
}
#index-case-body .index-case-list:hover .index-case-img img {
	transform: scale(1.15);
}
#index-case-body .index-case-list .index-case-name {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
#index-case-body .index-case-list:hover .index-case-name {
	color: #006fbb;
}
#index-case-body a.more {
	position: relative;
	display: inline-block;
	padding: 0px 25px;
	font-size: 14px;
	line-height: 32px;
	color: #999;
	border: 1px solid #ccc;
	border-radius: 20px;
	margin-bottom: 60px;
	overflow: hidden;
	transition: all .3s;
}
#index-case-body a.more:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: 0%;
	background-color: #006fbb;
	transition: all .3s;
}
#index-case-body a.more:hover {
	color: #fff;
	border: 1px solid #006fbb;
}
#index-case-body a.more:hover:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0%;
	width: 100%;
	height: 100%
}

@media(min-width:1200px) {
#index-case-body .index-case-list:nth-child(1) {
	padding-right: 25px;
}
#index-case-body .index-case-list:nth-child(2) {
	padding-left: 20px;
	padding-right: 20px;
}
#index-case-body .index-case-list:nth-child(3n) {
	padding-left: 25px;
}
#index-case-body .index-case-list:nth-child(3n+1) {
	padding-right: 25px;
}
#index-case-body .index-case-list:nth-child(3n+2) {
	padding-left: 20px;
	padding-right: 20px;
}
}

@media(max-width:768px) {
#index-case-tab>li {
	display: inline-block;
	width: 50%;
}
#index-case-tab>li a {
	width: 100%;
}
}
/*首页案例*/
.index-news-box {
	margin: 10px 0px 60px;
}
.index-news-right ul li {
	position: relative;
	margin: 0px 0px 20px;
	padding-left: 20px;
}
.index-news-right ul li:last-child {
	margin: 0px;
}
.index-news-right ul li:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 6px;
	left: 4px;
	width: 7px;
	height: 7px;
	background-color: #999;
	border-radius: 50%;
	transition: all .3s;
}
.index-news-right ul li:hover:before {
	content: "";
	background-color: #006fbb;
}
.index-news-right ul li a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.index-news-right ul li:hover a {
	color: #006fbb;
}
.index-news-right ul li a span {
	float: right;
	display: inline-block;
	margin-left: 10px;
}

@media(min-width:768px) {
.index-news-box {
	display: flex;
}
.index-news-box .index-news-left {
	width: 45%;
}
.index-news-box .index-news-right {
	width: 55%;
	padding-left: 50px;
}
}

@media(max-width:768px) {
.index-news-box .index-news-left {
	height: 200px;
}
.index-news-box .index-news-right {
	margin: 20px 0px;
}
.index-news-right ul li {
	margin: 0px 0px 15px;
}
.index-news-right ul li:last-child {
	margin: 0px;
}
.index-news-box {
	margin: 0px 0px 30px;
}
}
/*首页新闻*/
footer {
	background: #006fbb;
	overflow: hidden;
	margin: 0px;
	padding-bottom: 0px;
}
.footbox-list {
	padding: 60px 15px;
}

@media(min-width:1200px) {
.footbox-list:nth-child(1) {
	padding-right: 30px;
}
.footbox-list:nth-child(2) {
	padding-left: 30px;
	padding-right: 30px;
}
.footbox-list:nth-child(3n) {
	padding-left: 30px;
}
}
.footbox-list>b {
	position: relative;
	display: inline-block;
	width: 100%;
	text-indent: 15px;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 1em;
	color: #fff;
	font-weight: normal;
	text-transform: Uppercase;
	border-left: 3px solid #fff;
}
.footbox-list>b:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -20px;
	left: 0%;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.3);
}
.footbox-list>p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
}
.footbox-list>hr {
	border-color: rgba(255,255,255,0.2);
}
.footbox-list div a {
	display: inline-block;
	min-width: 120px;
	margin-right: 30px;
	font-size: 13px;
	line-height: 40px;
	color: #fff;
}
.footbox-list div a:hover {
	color: #72b8e9;
}
.footbox-list div p {
	margin: 0px;
	font-size: 13px;
	color: #ebebeb;
	line-height: 26px;
}
.bq {
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 15px;
	font-size: 14px;
	line-height: 22px;
	color: #ebebeb;
}
.bq a {
	color: #ebebeb;
	margin: 0px 3px;
}
.bq a:hover {
	color: #72b8e9;
}
.bq img {
	max-height: 22px;
}

@media(min-width:1200px) {
.footbox-list {
	padding: 60px 15px 90px;
}
}

@media(max-width:768px) {
.wap-none {
	display: none;
}
.footbox-list {
	padding: 30px 15px 20px;
}
.footbox-list hr {
	margin: 5px 0px;
}
.footbox-list div {
	margin-top: 10px;
}
}
.right-nav {
	position: fixed;
	z-index: 9999;
	bottom: 50px;
	right: 20px;
	border-radius: 4px;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}
.right-nav li {
	position: relative;
	z-index: 2;
}
.right-nav li>a {
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 24px;
	color: #333;
	background: #fff;
	border: 1px solid #ebebeb;
	border-bottom: 0px solid #ebebeb;
	text-align: center;
}
.right-nav li:first-child>a {
	border-top: 0px solid #ebebeb;
}
.right-nav li>a>i {
	line-height: 46px;
	font-size: 24px;
	color: #333;
	transition: all .3s;
}
.right-nav li:hover>a>i {
	color: #006fbb;
}
.right-nav li>div {
	position: absolute;
	z-index: 3;
	top: 0px;
	right: 100%;
	text-align: right;
	transition: all .3s;
}
.right-nav li>div a {
	display: inline-block;
	width: 0px;
	padding: 0px;
	margin-top: -1px;
	border: 0px solid #333;
	font-size: 14px;
	line-height: 46px;
	color: #fff;
	background: #333;
	white-space: nowrap;
	overflow: hidden;
	transition: all .3s;
}
.right-nav li:hover>div a {
	width: 100%;
	padding: 0px 25px;
	border: 1px solid #333;
}

@media(max-width:768px) {
.right-nav {
	display: none;
}
}
/*首页end*/

.inside-banner {
	background-size: cover;
	height: 400px;
}

@media(max-width:992px) {
.inside-banner {
	background-size: cover;
	height: 260px;
}
}

@media(max-width:768px) {
.inside-banner {
	background-size: cover;
	height: 140px;
}
}
/*内页banner*/
.inside-title {
	margin-bottom: 20px;
}
.inside-title p {
	margin-bottom: 15px;
}
.inside-title h3 {
	margin: 50px 0px 10px;
	font-size: 30px;
}

@media(max-width:992px) {
.inside-title {
	margin-bottom: 10px;
}
.inside-title h3 {
	margin: 30px 0px 10px;
	font-size: 24px;
}
}

@media(max-width:992px) {
.inside-title {
	margin-bottom: 0px;
}
.inside-title h3 {
	margin: 20px 0px;
	font-size: 20px;
}
}
/*内页标题*/

.inside-nav ul {
	text-align: center;
	font-size: 0px;
	margin-bottom: 40px;
}
.inside-nav ul li {
	display: inline-block;
	padding: 0px 10px;
}
.inside-nav ul li a {
	display: inline-block;
	padding: 0px 15px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #333;
	border-radius: 4px;
	transition: all .4s;
}
.inside-nav ul li a:hover {
	color: #006fbb;
	background: #f5f5f5;
}
.inside-nav ul li.on a {
	background: #006fbb;
	color: #fff;
}

@media(max-width:768px) {
.inside-nav ul {
	text-align: left;
	margin-bottom: 20px;
}
.inside-nav ul li {
	width: 50%;
	margin: 3px 0px;
}
.inside-nav ul li a {
	width: 100%;
	background: #f5f5f5;
}
}
/*内页导航*/

.prodcut-list {
	margin-bottom: 30px;
}
.prodcut-list-box {
}
.prodcut-list-box .prodcut-list-img {
	display: block;
	border: 1px solid #eeeeee;
	overflow: hidden;
	transition: all .3s;
}
.prodcut-list-box:hover .prodcut-list-img {
	border: 1px solid #006fbb;
	transition-delay: 0.1s;
}
.prodcut-list-box .prodcut-list-img img {
	width: 100%;
	transition: all .3s;
}
.prodcut-list-box:hover .prodcut-list-img img {
	transform: scale(1.15);
}
.prodcut-list-box .prodcut-list-name {
	position: relative;
	z-index: -2;
	display: block;
	background: #f7f7f7;
	text-align: center;
	font-size: 14px;
	line-height: 60px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.prodcut-list-box:hover .prodcut-list-name {
	color: #fff;
}
.prodcut-list-box .prodcut-list-name:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 0%;
	background-color: #006fbb;
	transition: all .3s;
}
.prodcut-list-box:hover .prodcut-list-name:before {
	content: "";
	height: 100%;
}

@media(min-width:1200px) {
.prodcut-list {
	margin-bottom: 50px;
}
.prodcut-list:nth-child(1) {
	padding-right: 35px;
}
.prodcut-list:nth-child(2) {
	padding-left: 25px;
	padding-right: 25px;
}
.prodcut-list:nth-child(3n) {
	padding-left: 35px;
}
.prodcut-list:nth-child(3n+1) {
	padding-right: 35px;
}
.prodcut-list:nth-child(3n+2) {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media(max-width:768px) {
.prodcut-list {
	margin-bottom: 20px;
}
.prodcut-list:nth-child(1) {
	padding-right: 10px;
}
.prodcut-list:nth-child(2n) {
	padding-left: 10px;
}
.prodcut-list:nth-child(2n+1) {
	padding-right: 10px;
}
}
/*产品列表*/
.pagination {
	margin: 10px 0px 50px 0px;
}
.pagination > li > a {
	color: #333;
	font-size: 14px;
}
.pagination > li > a:hover {
	color: #006fbb;
}
.pagination > li > a, .pagination > li > span {
	padding: 9px 15px;
}
.pagination > .active > a {
	background-color: #006fbb;
	border-color: #006fbb;
}
/*翻页*/


.prduct-l {
	margin-bottom: 50px;
}
.prduct-r .pc-nav {
	margin-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 50px;
	background: #f7f7f7;
}
.prduct-r .pc-nav ol {
	display: inline-block;
	margin: 20px 0px;
	padding: 0px 0px 0px 30px;
	width: 100%;
	font-size: 24px;
	line-height: 50px;
	color: #fff;
	background: #006fbb;
}
.prduct-r .pc-nav ol:first-child {
	margin-top: 0px;
}
.prduct-r .pc-nav li a {
	display: inline-block;
	padding: 0px 0px 0px 40px;
	width: 100%;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.prduct-r .pc-nav li.on a, .prduct-r .pc-nav li a:hover {
	color: #006fbb;
}
.prduct-r .wap-nav {
	margin-top: 30px;
}
.prduct-r .wap-nav .panel-default {
	border: none;
	box-shadow: none;
}
.prduct-r .wap-nav .panel-heading {
	padding: 0px;
	border: none;
}
.prduct-r .wap-nav .panel-heading a.accordion-toggle {
	display: inline-block;
	padding: 10px 15px;
	width: 100%;
	line-height: 20px;
	background: #006fbb;
	color: #fff;
}
.prduct-r .wap-nav .panel-heading a.accordion-toggle.collapsed {
	background: #f7f7f7;
	color: #333;
}
.prduct-r .wap-nav .panel-group .panel-heading + .panel-collapse > .panel-body, .prduct-r .wap-nav .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: none;
}
.prduct-r .wap-nav .panel-body {
	background: #f7f7f7;
}
.prduct-r .wap-nav .panel-body a {
	display: inline-block;
	width: 100%;
	line-height: 36px;
	border-bottom: 1px solid #ebebeb;
}
#product-tab {
	margin-bottom: 30px;
}
#product-tab li a {
	display: inline-block;
	width: 100%;
	line-height: 42px;
	text-align: center;
	background: #f5f5f5;
	transition: all .3s;
}
#product-tab li.active a {
	background: #006fbb;
	color: #fff;
}
#product-tab-content .tab-pane table {
	width: 100%;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5
}
#product-tab-content .tab-pane table td {
	font-size: 14px;
	line-height: 30px;
	padding: 5px 10px;
	text-align: center;
	border-left: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
}

@media(min-width:992px) {
.prduct-r .pc-nav {
	display: block;
}
.prduct-r .wap-nav {
	display: none;
}
}

@media(max-width:992px) {
.prduct-r .pc-nav {
	display: none;
}
.prduct-r .wap-nav {
	display: block;
}
}
/*产品详情页*/
.program-list {
	margin-bottom: 20px;
}
.program-list li {
	position: relative;
	padding: 20px 0px;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}
.program-list li:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #f7f7f7;
	transition: all .3s;
}
.program-list li:hover:before {
	content: "";
	width: 100%;
}
.program-list li:first-child {
	border-top: 1px solid #ebebeb;
}
.program-list li .program-l-img {
	display: block;
	overflow: hidden;
}
.program-list li .program-l-img img {
	width: 100%;
	transition: all .3s;
}
.program-list li:hover .program-l-img img {
	transform: scale(1.2);
	transition: all .3s;
}
.program-list li .program-r-title {
	display: inline-block;
	width: 100%;
	margin: 10px 0px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.program-list li .program-r-title:hover {
	color: #006fbb;
}
.program-list li p {
	width: 100%;
	height: 48px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.program-list li .more {
	display: inline-block;
	padding: 0px 15px;
	font-size: 12px;
	line-height: 32px;
	color: #666;
	border: 1px solid #e0e0e0;
	transition: all .3s;
}
.program-list li .more:hover {
	color: #fff;
	border: 1px solid #006fbb;
	background: #006fbb;
}

@media(max-width:768px) {
.program-list li .program-r-title {
	margin: 20px 0px 10px;
}
}
/*新闻类列表*/

.news-body {
	max-width: 900px;
	padding: 50px 15px;
	margin: auto;
}
.news-head {
	margin-bottom: 30px;
}
.news-head h3 {
	font-size: 24px;
	color: #333;
}
.news-head span {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 12px;
	color: #666;
}
.news-body p {
	font-size: 14px;
	line-height: 1.75em;
}
.news-page {
	font-size: 0px;
	overflow: hidden;
	margin-top: 50px;
}
.news-page a {
	font-size: 14px;
	line-height: 36px;
	color: #666;
	padding: 0px;
}
.news-page a span {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ebebeb;
}
.news-page a:hover {
	color: #006fbb;
}

@media(min-width:768px) {
.news-page a:last-child {
	text-align: right;
}
}
/*新闻详情*/


.inside-nav2 {
	position: relative;
}
.inside-nav2 .inside-nav2-pc {
	display: inline-block;
	position: absolute;
	z-index: 999;
	right: 100%;
	top: 30px;
	margin-right: 20px;
}
.inside-nav2 .inside-nav2-pc ul {
	display: inline-block;
}
.inside-nav2 .inside-nav2-pc ul li a {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	font-size: 15px;
	line-height: 36px;
	white-space: nowrap;
	color: #333;
}
.inside-nav2 .inside-nav2-pc ul li.active a {
	color: #006fbb;
}
.inside-nav2 .inside-nav2-pc ul li a:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 7px;
	left: 0%;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: #fff;
	transition: all .3s;
}
.inside-nav2 .inside-nav2-pc ul li.active a:before {
	content: "";
	border: 1px solid #006fbb;
}
.inside-nav2 .inside-nav2-pc ul li a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 7px;
	width: 1px;
	height: 100%;
	background-color: #CCCCCC;
}
.inside-nav2 .inside-nav2-wap {
	display: none;
	margin-top: 30px;
	margin-bottom: 10px;
}
.inside-nav2 .inside-nav2-wap ul {
	width: 100%;
	text-align: center;
	font-size: 0px;
}
.inside-nav2 .inside-nav2-wap ul li {
	display: inline-block;
	width: 33.333%;
	padding: 0px 10px;
}
.inside-nav2 .inside-nav2-wap ul li a {
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
	background: #f5f5f5;
	border: none;
	border-radius: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.inside-nav2 .inside-nav2-wap ul li.active a {
	background: #006fbb;
	color: #fff;
}

@media(min-width:992px) and (max-width:1400px) {
.nav-container {
	padding-left: 120px;
}
}

@media(max-width:992px) {
.inside-nav2 .inside-nav2-wap {
	display: block;
}
.inside-nav2 .inside-nav2-pc {
	display: none;
}
}

@media(max-width:992px) {
.inside-nav2 .inside-nav2-wap ul li {
	display: inline-block;
	width: 50%;
	padding: 0px 10px;
}
}
/*跟随锚点导航*/

.logo-list {
	padding-top: 1px;
	overflow: hidden;
	margin: 10px 0px;
}
.logo-list li {
	float: left;
	position: relative;
	width: 16.66666667%;
	margin-top: -1px;
	margin-left: -1px;
	border: 1px solid #ebebeb;
	overflow: hidden;
}
.logo-list li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 15px 10px;
	text-align: center;
}
.logo-list li a.logo-text {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	background: rgba(0,111,187,.8);
	transform: rotateX(180deg);
	opacity: 0;
	transition: all ease .45s;
}
.logo-list li:hover a.logo-text {
	transform: rotateX(0deg);
	opacity: 1;
}
.logo-list li a img {
	max-width: 100%;
	max-height: 100%;
}
.logo-list li a span {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-weight: bold;
}

@media(max-width:1200px) {
.logo-list li {
	width: 20%;
}
}

@media(max-width:992px) {
.logo-list li {
	width: 25%;
}
}

@media(max-width:768px) {
.logo-list li {
	width: 33.3333%;
}
}
#case-tab {
	width: 100%;
	font-size: 0px;
	margin-bottom: 30px;
	text-align: center;
	border: none;
	overflow: hidden;
}
#case-tab li {
	display: inline-block;
}
#case-tab li a {
	display: inline-block;
	max-width: 100%;
	padding: 10px 15px;
	font-size: 14px;
	color: #333;
	background: #fff;
	border: none;
	border-radius: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
#case-tab li.active a {
	background: #006fbb;
	color: #fff;
}
#case-body>.tab-pane {
	margin-left: -15px;
	margin-right: -15px;
}
#case-body .case-list {
	margin-bottom: 10px;
}
#case-body .case-list a {
	outline: none;
}
#case-body .case-list .case-img {
	display: block;
	overflow: hidden;
	transition: all .3s;
}
#case-body .case-list .case-img img {
	display: block;
	transform: scale(1);
	transition: all .3s;
}
#case-body .case-list:hover .case-img img {
	transform: scale(1.15);
}
#case-body .case-list .case-name {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	background: #f5f5f5;
	overflow: hidden;
	transition: all .3s;
}
#case-body .case-list:hover .case-name {
	color: #ffff;
	background: #006fbb;
}
#case-body a.more {
	position: relative;
	display: inline-block;
	padding: 0px 25px;
	font-size: 14px;
	line-height: 32px;
	color: #999;
	border: 1px solid #ccc;
	border-radius: 20px;
	margin-bottom: 60px;
	overflow: hidden;
	transition: all .3s;
}
#case-body a.more:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: 0%;
	background-color: #006fbb;
	transition: all .3s;
}
#case-body a.more:hover {
	color: #fff;
	border: 1px solid #006fbb;
}
#case-body a.more:hover:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0%;
	width: 100%;
	height: 100%
}

@media(min-width:1200px) {
#case-body .case-list:nth-child(1) {
	padding-right: 25px;
}
#case-body .case-list:nth-child(2) {
	padding-left: 20px;
	padding-right: 20px;
}
#case-body .case-list:nth-child(3n) {
	padding-left: 25px;
}
#case-body .case-list:nth-child(3n+1) {
	padding-right: 25px;
}
#case-body .case-list:nth-child(3n+2) {
	padding-left: 20px;
	padding-right: 20px;
}
}

@media(max-width:768px) {
#case-tab>li {
	display: inline-block;
	width: 50%;
}
#case-tab>li a {
	width: 100%;
}
}
/*案例*/

.news-r .news-l-title {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.news-r:hover .news-l-title {
	color: #006fbb;
}
.news-r span {
	color: #999;
}
.news-r p {
	margin: 20px 0px 20px;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-r .more {
	display: inline-block;
	padding: 0px 15px;
	font-size: 14px;
	line-height: 36px;
	color: #808080;
	border: 1px solid #ebebeb;
	background: #fff;
	transition: all .3s;
}
.news-r .more:hover {
	color: #fff;
	border: 1px solid #006fbb;
	background: #006fbb;
}

@media(min-width:768px) {
.news-list {
	display: flex;
	margin-bottom: 40px;
}
.news-list>div {
	display: inline-block;
	width: 50%;
}
.news-list>div.news-l {
	background-size: cover;
}
.news-list>div.news-l a {
	display: block;
	width: 100%;
	height: 100%;
}
.news-list>div.news-l img {
	display: none;
}
.news-list>div.news-r {
	padding: 40px 30px;
	border: 1px solid #ebebeb;
	transition: all .3s;
}
.news-list:hover>div.news-r {
	background: #f7f7f7;
	border: 1px solid #006fbb;
}
.news-list:nth-child(2n) {
	flex-direction: row-reverse;
}
}

@media(max-width:768px) {
.news-list {
	margin-bottom: 40px;
}
.news-list>div.news-l {
	margin-bottom: 20px;
}
.news-r p {
	margin: 20px 0px 20px;
	font-size: 14px;
	line-height: 22px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
}
/*新闻列表*/

#service-tab {
	text-align: center;
}
#service-tab li {
	display: inline-block;
	vertical-align: middle;
	margin: 30px 40px;
}
#service-tab li a {
	display: inline-block;
	width: 150px;
	height: 150px;
	padding: 15px;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	transition: all .3s;
}
#service-tab li a div {
	display: flex;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #f5f5f5;
	transition: all .3s;
}
#service-tab li a div span {
	display: inline-block;
	font-size: 14px;
	width: 100%;
	color: #333;
	transition: all .3s;
}
#service-tab li a div small {
	font-size: 14px;
	color: #999;
	transition: all .3s;
}
#service-tab li a div i {
	transform: rotate(180deg)
}
#service-tab li:hover a {
	border: 1px solid #006fbb;
}
#service-tab li:hover a div span {
	color: #006fbb;
}
#service-tab li:hover a div small {
	color: #006fbb;
}
#service-tab li.active a {
	border: 1px solid #006fbb;
}
#service-tab li.active a div {
	background: #006fbb;
}
#service-tab li.active a div span {
	color: #fff;
}
#service-tab li.active a div small {
	color: #fff;
}

@media(max-width:768px) {
#service-tab {
	text-align: center;
	font-size: 0px;
}
#service-tab li {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 20px;
	margin: 0px;
}
#service-tab li a {
	display: inline-block;
	width: 120px;
	height: 120px;
}
}
.service-sh {
	padding: 50px 0px;
	background: url(../images/img-service-bg.jpg) bottom right 15% no-repeat, #eee;
}
.service-sh-text {
	padding-top: 50px;
	line-height: 1.75em;
}

@media(max-width:768px) {
.service-sh {
	padding: 50px 0px 160px;
	background: url(../images/img-service-bg.jpg) bottom right 15% no-repeat, #eee;
	background-size: 280px;
}
}
/*服务支持*/

.about {
	padding: 20px 0px;
	background: url(../images/img-aboutbg2.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.about-jyfw-box {
	margin-top: 20px;
}
.about-jyfw {
	display: inline-block;
	width: 200px;
	height: 200px;
	margin: 30px 60px;
	line-height: 200px;
	text-align: center;
	color: #ccc;
	border-radius: 50%;
	border: 1px solid #ccc;
	transition: all .3s;
}
.about-jyfw:hover {
	color: #fff;
	background: #006fbb;
	border: 1px solid #006fbb;
}

@media(max-width:1200px) {
.about-jyfw {
	display: inline-block;
	width: 180px;
	height: 180px;
	margin: 25px 40px;
	line-height: 180px;
}
}

@media(max-width:992px) {
.about-jyfw {
	display: inline-block;
	width: 150px;
	height: 150px;
	margin: 20px 30px;
	line-height: 150px;
}
}

@media(max-width:768px) {
.about-jyfw {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 20px 0px;
	line-height: 1em;
	border-radius: 0px;
}
}


.about-culture {
	padding: 10px 0px;
	background: #f7f7f7;
}


.about-news-list a .about-news-img {
	overflow: hidden;
}
.about-news-list a .about-news-img img{
	transition:all .3s;
}
.about-news-list a:hover .about-news-img img{
	transform:scale(1.1); 
}
.about-news-list a p{
	margin: 15px 0px;
	text-align: center;
	font-size: 14px;
	color: #333;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	transition:all .3s;
}
.about-news-list a:hover p{
	color: #006fbb;

}
/*关于我们 end*/
.contact{
	margin: 20px 0px 50px;
}
.contact-list{
	float: left;
	width: 50%;
	padding: 40px;
	margin-left: -1px;
	margin-top: -1px;
	border:1px  solid #ebebeb;
}
.contact-list div{
	position: relative;
	padding-left: 80px;
	min-height: 140px;
}
.contact-list div i{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 10px;
	font-size: 60px;
	color: #006fbb;
}
.contact-list div b{
	display: inline-block;
	margin: 15px 0px;
	font-size: 18px;
	color: #333;
}
.contact-list div p{
	font-size: 14px;
	line-height: 20px;
}
@media(max-width:992px) {
.contact-list{
	width: 50%;
	padding: 30px;
}
.contact-list div{
	min-height: 150px;
}
}
@media(max-width:768px) {
.contact{
	margin: 10px 0px 40px;
}
.contact-list{
	width: 100%;
	padding: 30px;
	margin-left:auto;
	margin-top: auto;
	margin-bottom: 20px;
}
.contact-list div{
	position: relative;
	padding-left: 60px;
	min-height:inherit;
}
.contact-list div i{
	font-size: 40px;
}
}

#map-canvas{ width:100%; height:400px;}
/*联系我们*/