﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	background: #ebf2f5;
}
* {
	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;
}
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: #0088d2;
}
.yellow {
	color: #f1a257;
}
.blue {
	color: #3469b1;
}
/*居中布局*/

::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background:#222;
}
/*滚动条设置*/

.modal-open {
	overflow: scroll !important;
}
/*boostrap遮罩层导致页面抖动*/

#content {
	padding-top: 160px;
	position: relative;
	margin: 60px auto 0px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.2);
	transition-duration: .3s;
}
#content.content-shrink {
	padding-top: 100px;
	transition-delay: 0s;
}

@media(min-width:992px) {
#content {
	width: 950px;
}
}

@media(min-width:1200px) {
#content {
	width: 1170px;
}
}

@media(min-width:1400px) {
#content {
	width: 1400px;
}
}

@media(max-width:992px) {
#content {
	padding-top: 60px;
	margin: 0px;
	width: 100%;
}
#content.content-shrink {
	padding-top: 60px;
	transition-delay: 0s;
}
}
.container {
	width: 100%;
	padding: 0px 50px;
}

@media(max-width:992px) {
.container {
	padding: 0px 30px;
}
}
/*外框*/
.navbar {
	width: 100%;
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 50%;
	border: none;
	background-color: #fafcfc;
	background-size: cover;
	background-position: center;
	border-bottom: 4px solid #0088d2;
	transform: translate(-50%, 0%);
}
.navbar.navbar-fixed {
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
}

@media(min-width:992px) {
.navbar.navbar-fixed {
	width: 950px;
}
}

@media(min-width:1200px) {
.navbar.navbar-fixed {
	width: 1170px;
}
}

@media(min-width:1400px) {
.navbar.navbar-fixed {
	width: 1400px;
}
}

@media(max-width:992px) {
.navbar {
	border-bottom: 1px solid #0088d2;
	padding: 0px;
	height: 60px;
}
.navbar.navbar-fixed {
	margin: 0px;
	width: 100%;
}
}
.navbar .container {
	height: 120px;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: all .4s;
}
.navbar-fixed .container {
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.2)
}

@media(max-width:992px) {
.navbar .container {
	padding-top: 10px;
	padding-bottom: 10px;
}
}
/*导航顶部滚动定位*/
.navbar .logo {
	float: left;
	height: 100%;
	transition: all .3s;
}
.navbar .logo .navbar-brand {
	display: inline-block;
	width: auto;
	height: 100%;
	padding: 0px 15px;
	white-space: nowrap;
}
.navbar .logo .navbar-brand img {
	float: left;
	height: 100%;
	margin-right: 20px;
}
.navbar .logo h1 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 26px;
	line-height: 30px;
	color: #0088d2;
	white-space: nowrap;
}
.navbar-fixed .logo h1 {
	margin-top: 7px;
	font-size: 24px;
}
.navbar .logo .navbar-brand span {
	font-size: 16px;
	color: #0088d2;
	letter-spacing: 1px;
	white-space: nowrap;
}
.navbar-fixed .logo span {
	display: none;
}

@media(max-width:768px) {
.navbar .logo {
	margin-left: -15px;
}
.navbar .logo h1 {
	display: none;
}
.navbar .logo span {
	display: none;
}
}
/*左侧logo*/
#content .language {
	position: absolute;
	z-index: 100;
	bottom: 100%;
	right: 0px;
	border: 1px solid #e6e6e6;
	border-bottom: none;
	background: #fff;
	box-shadow: 0px -3px 3px -3px rgba(0,0,0,0.2) inset;
}
#content .language>a {
	display: inline-block;
	padding: 0px 20px;
	font-size: 14px;
	line-height: 36px;
	color: #6b7699;
}
#content .language>a i {
	display: inline-block;
	line-height: 36px;
	font-size: 18px;
	margin-right: 3px;
}
#content .language>.dropdown-menu {
	position: absolute;
	z-index: 100;
	left: auto;
	right: 0px;
	margin: 0px;
	min-width: 100%;
	border-radius: 0px;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 5px 8px -5px rgba(231,120,67,0.4);
	background: #fff;
}
#content .language>.dropdown-menu a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	color: #6b7699;
}
#content .language>.dropdown-menu a i {
	display: inline-block;
	font-size: 12px;
	margin-right: 6px;
}
#content .language>.dropdown-menu a:hover {
	color: #fff;
	background: #0088d2;
}

@media(max-width:992px) {
#content .language {
	display: none;
	position: sticky;
	bottom: auto;
	right: auto;
	box-shadow: none;
	float: right;
}
#content .language>a {
	font-size: 0px;
	line-height: 0px;
	padding: 0px 10px;
}
#content .language>a b {
	display: none;
}
}
/*语言选择*/


.navbar .nav-right {
	float: right;
	display: inline-block;
	white-space: nowrap;
}
.navbar .nav-right .nav-call {
	color: #0088d2;
}
.navbar-fixed .nav-right .nav-call {
	display: none;
}
.navbar .nav-right .nav-call i {
	display: inline-block;
	margin-left: 15px;
	margin-right: 6px;
	font-size: 30px;
	color: #0088d2;
}
.navbar .nav-right .nav-call b {
	font-size: 22px;
	color: #0088d2;
}

@media(min-width:1200px) {
.navbar-fixed .nav-right .nav-call {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.navbar-fixed .nav-right .nav-search {
	display: inline-block;
	vertical-align: top;
}
.navbar .nav-right .nav-call i {
	margin-left: 0px;
}
}

@media(max-width:768px) {
.navbar .nav-right {
	margin-right: -15px;
	white-space: nowrap;
}
.navbar .nav-right .nav-call {
	display: none;
}
}
/*右侧电话*/
.navbar .nav-right .nav-search {
	font-size: 0px;
}
.navbar-fixed .nav-right .nav-search {
	margin-top: 4px;
}
.navbar .nav-right .nav-search .search-input {
	width: 300px;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	padding: 0px 15px;
	border: 1px solid #e0e8f5;
	border-right: none;
	background: #fff;
	vertical-align: bottom;
}
.navbar .nav-right .nav-search .search-input::-webkit-input-placeholder {
 color: #999;
 font-size: 12px;
 height: 36px;
 line-height: 36px;
 vertical-align: bottom;
}
.navbar .nav-right .nav-search .search-button {
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	border: 1px solid #e0e8f5;
	border-left: none;
	background: #fff;
	vertical-align: bottom;
}
.navbar .nav-right .nav-search .search-button i {
	font-size: 20px;
	line-height: 36px;
	color: #666;
}
.navbar .nav-right .nav-search .search-button:hover i {
	color: #0088d2;
}
#search-button {
	display: none;
}

@media(max-width:992px) {
.nav-search {
	display: none;
}
}
.wap-search {
	display: none;
	font-size: 0px;
	vertical-align: bottom;
}

@media(max-width:992px) {
.wap-search {
	display: inline-block;
}
}
.wap-search a {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 0px;
	text-align: center;
	line-height: 40px;
	color: #666;
	border: none;
}
.wap-search a i {
	font-size: 18px;
	color: #333;
}
.wap-search .dropdown-menu {
	z-index: -1;
	margin: 0px;
	padding: 15px;
	width: 100%;
	font-size: 0px;
	border: none;
	border-bottom: 1px solid #ebebeb;
	border-radius: 0px;
	box-shadow: none;
	background: #eaf5f9;
}
.wap-search .dropdown-menu li {
	display: flex;
	justify-content: center;
}
.wap-search .search-input {
	max-width: 300px;
	width: 100%;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	padding: 0px 15px;
	border: 1px solid #e6e6e6;
	border-right: none;
	background: #fff;
	vertical-align: bottom;
}
.wap-search .search-input::-webkit-input-placeholder {
 color: #999;
 font-size: 12px;
 height: 38px;
 line-height: 38px;
 vertical-align: bottom;
}
.wap-search .search-button {
	display: inline-block;
	padding: 0px;
	width: 38px;
	height: 38px;
	text-align: center;
	border: 1px solid #e6e6e6;
	border-left: none;
	background: #fff;
	vertical-align: bottom;
}
.wap-search .search-button i {
	font-size: 20px;
	line-height: 38px;
}
/*wep搜索导航*/

.nav {
	width: 100%;
	padding: 0px 50px;
	clear: both;
	background: #e0e8f5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.nav>li>a {
	display: inline-block;
	padding: 10px 15px;
	line-height: 20px;
	color: #666;
	transition: all .3s;
}
.nav>li:hover>a, .nav>li.on>a {
	color: #fff;
	background: #0088d2;
	transform: translate(0px, 1px);
}
.nav>li .dropdown-menu {
	background: #fafcfc;
	border-color: #ebebeb;
	border-top: 4px solid #0088d2;
	box-shadow: 0px 5px 8px -5px rgba(231,120,67,0.4);
}
.nav>li .dropdown-menu>li>a {
	display: inline-block;
	width: 100%;
	line-height: 20px;
	padding: 10px 25px;
}
.nav>li .dropdown-menu>li>a:hover {
	color: #fff;
	background: #0088d2;
}

@media(max-width:992px) {
.nav {
	display: none;
}
}
/*PC栏目导航*/


.nav-wap-open {
	display: none;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	text-align: center;
	vertical-align: bottom;
}

@media(max-width:992px) {
.nav-wap-open {
	display: inline-block;
}
}
.nav-wap-open i {
	font-size: 16px;
	line-height: 40px;
	color: #666;
}
.nav-box {
	display: none;
}
.wap-nav {
	position: fixed;
	z-index: 9999999;
	top: 0px;
	right: 0px;
	display: block;
	width: 100%;
	height: 100%;
	text-align: right;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	transition-duration: .5s;
}
.wap-nav.wap-nav-show {
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	transition-duration: .5s;
}
.wap-nav-close {
	position: fixed;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.0);
}
.wap-nav-show .wap-nav-close {
	position: fixed;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	transition-duration: .3s;
	transition-delay: .5s;
}
.wap-nav-box {
	position: relative;
	z-index: 3;
	display: inline-block;
	width: 220px;
	max-width: 60%;
	height: 100%;
	background: #fefdfc;
}
.wap-nav-top {
	box-sizing: border-box;
	border-bottom: 1px solid #0088d2;
	padding: 10px 15px;
	text-align: right;
	font-size: 0px;
}
.wap-nav-top .wap-close {
	display: inline-block;
	height: 39px;
	line-height: 39px;
	font-size: 18px;
	color: #0088d2;
}
.wap-nav-top .wap-close i {
	display: inline-block;
	margin-left: 8px;
	font-size: 16px;
	line-height: 40px;
	color: #0088d2;
}
.wap-nav-box>ul {
	position: absolute;
	z-index: 2;
	top: 60px;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
	overflow: auto;
}
.wap-nav-box>ul>li {
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	line-height: 50px;
	color: #333;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.wap-nav-box>ul>li>a {
	display: inline-block;
	width: 100%;
	color: #4d4d4d;
	padding: 0px 15px;
	transition: all .3s;
}
.wap-nav-box>ul>li.open>a {
	background: #0088d2;
	color: #fff;
}
.wap-nav-box>ul>li .dropdown-backdrop {
	display: none;
	z-index: -1;
}
.wap-nav-box>ul>li .dropdown-menu {
	width: 100%;
	padding: 10px 0px 20px;
	position: static;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background: #fafcfc;
}
.wap-nav-box>ul>li .dropdown-menu li {
	height: 36px;
}
.wap-nav-box>ul>li .dropdown-menu li a {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	line-height: 30px;
	color: #808080;
	text-align: right;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
/*wap栏目导航*/
/*  导航end   */

.banner-left-nav ul {
	height: 500px;
	font-size: 0px;
	border: 1px solid #e0e0e0;
	background: #fcfcfc;
}
.banner-left-nav ul li, .banner-left-nav ul ol {
	display: inline-block;
	width: 100%;
	padding: 0px;
	border-bottom: 1px solid #e0e0e0;
}
.banner-left-nav ul li a, .banner-left-nav ul ol a {
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
	font-size: 14px;
	color: #0088d2;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow:hidden;
	transition:all .3s;
}
.banner-left-nav ul li a {
	line-height: 46px;
}
.banner-left-nav ul li a:hover {
	border-left: 6px solid #0088d2;
}
.banner-left-nav ul ol a {
	font-weight: bold;
	line-height: 46px;
	background: #e0e8f5;
}
.banner-left-nav ul ol a i {
	display: inline-block;
	margin-right: 4px;
	font-size: 30px;
	vertical-align: middle;
}

@media(max-width:1400px) {
.banner-left-nav ul {
	height: 411px;
}
.banner-left-nav ul li a {
	line-height: 42px;
}
}

@media(max-width:1200px) {
.banner-left-nav ul {
	height: 326px;
}
.banner-left-nav ul li,.banner-left-nav ul ol{
		height: 34px;
}
.banner-left-nav ul li a {
	line-height: 34px;
}
.banner-left-nav ul ol a {
	line-height: 34px;
	background: #eaf5f9;
}
}

@media(max-width:992px) {
.banner-left-nav {
	display: none;
}
}
/*banner左侧导航*/

.margin-box {
	padding-top: 40px;
	padding-bottom: 40px;
}
/*栏目间距*/

.column-title {
	margin: 0px 0px 30px;
}
.column-title h3 {
	margin: 10px 0px;
}
.column-title p {
	width: 70%;
	margin: 0px auto;
	font-size: 14px;
	line-height: 22px;
	color: #808080;
}
/*栏目标题设置*/




#index-p-tab {
	text-align: center;
}
#index-p-tab li {
	display: inline-block;
}
#index-p-tab li a {
	display: inline-block;
	color: #808080;
}
#index-p-tab li a:hover, #index-p-tab li.active a {
	color: #0088d2;
}
#index-p-tab li a:before {
	content: "丨";
	display: inline-block;
	margin: 0px 4px;
	color: #808080;
}
#index-p-tab li:first-child a:before {
	content: "";
}
/*产品tab*/


.index-apply {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: url(../images/img-apply-bg.png) no-repeat center bottom, #f6f8f9;
}
/*应用领域*/

.index-news {
	padding-left: 15px;
	padding-right: 15px;
}
/*新闻*/

.links{
	margin-top: 40px;
	padding: 15px 0px;
	border-top: 1px solid #e6e6e6;
}
.links span,.links a{
	display: inline-block;
	float: left;
	font-size: 13px;
	line-height: 24px;
	vertical-align: bottom;
	color: #4d4d4d;
}
.links a{
	margin-left: 6px;
}
.links a:hover{
	color: #0088d2;
}
.links span i{
	display: inline-block;
	vertical-align: bottom;
	line-height: 24px;
	height: 24px;
	font-size: 22px;
}
@media (max-width: 768px) {
.links{
	margin-top: 20px;
}
}
.foot {
	background: #eef2f4;
}

@media (max-width: 768px) {
.foot {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#foot-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0px;
	overflow: hidden;
}
#foot-nav .panel {
	display: table-cell;
	border: none;
	background: none;
	box-shadow: none;
}
#foot-nav .panel-heading {
	font-size: 0px;
	border-radius: 0px;
	overflow: hidden;
	padding: 0px;
	background: none;
}
#foot-nav .panel-heading a {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	padding: 0px 0px 15px;
	font-weight: bold;
	color: #0088d2;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
#foot-nav .panel-body {
	border: none;
	padding: 0px;
	margin: 0px;
}
#foot-nav .panel-body a {
	display: inline-block;
	font-size: 12px;
	line-height: 26px;
	color: #808080;
}
#foot-nav .panel-body a:hover {
	color: #0088d2;
}

@media (min-width:992px) {
#foot-nav {
	padding-right: 50px;
}
}

@media (max-width: 992px) {
#foot-nav {
	padding: 0px 15px;
}
}

@media (max-width: 768px) {
#foot-nav {
	display: inline-block;
	width: 100%;
	margin: 0px;
	overflow: hidden;
}
#foot-nav .panel {
	display: inline-block;
	margin: 0px;
	width: 100%;
}
#foot-nav .panel-heading a {
	position: relative;
	padding: 15px 5px;
	border-bottom: 1px solid #e0e8f5;
}
#foot-nav .panel-heading a:after {
	content: "×";
	position: absolute;
	z-index: 1;
	line-height: 42px;
	font-size: 16px;
	font-weight: normal;
	color: #0088d2;
	bottom: 0px;
	right: 10px;
}
#foot-nav .panel-heading a.collapsed:after {
	content: "+";
	position: absolute;
	z-index: 1;
	line-height: 42px;
	font-size: 16px;
	color: #c1b19a;
	bottom: 0px;
	right: 10px;
}
#foot-nav .panel-body {
	padding: 10px 0px;
	background: #fff;
	border-bottom: 1px solid #d7cbb9;
}
#foot-nav .panel-body a {
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
	font-size: 12px;
	line-height: 36px;
	color: #808080;
}
}

/*页脚折叠效果*/


@media (max-width:992px) {
.foot-contact {
	max-width: 480px;
	padding: 0px 10px;
	margin: auto;
	margin-top: 50px;
}
}
.foot-search {
	position: relative;
	margin: 0px 0px 20px;
	overflow: hidden;
}
.foot-search .input {
	display: inline-block;
	width: 100%;
	height: 36px;
	padding: 0px 46px 0px 10px;
	font-size: 14px;
	line-height: 36px;
	border: 1px solid #e0e8f5;
	border-right: none;
	background: #fff;
	vertical-align: bottom;
}
.foot-search .button {
	display: inline-block;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 0px;
	width: 36px;
	height: 36px;
	text-align: center;
	border: 1px solid #e0e8f5;
	border-left: none;
	background: #fff;
	vertical-align: bottom;
}
.foot-search .button i {
	font-size: 20px;
	line-height: 36px;
	color: #a89780;
}
.foot-search .button:hover i {
	color: #0088d2;
}
.foot-call {
}
.foot-call h4 {
	margin: 5px 0px 15px;
	font-size: 18px;
	color: #0088d2;
}
.foot-call i {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 24px;
	color: #0088d2;
}
.foot-call b {
	font-size: 18px;
	line-height: 24px;
	color: #0088d2;
}
.foot-call p {
	margin: 5px 0px;
	font-size: 12px;
	color: #808080;
}

@media (max-width:992px) {
.foot-call {
	text-align: center;
}
}
.right-nav {
	position: fixed;
	z-index: 1;
	bottom: 50px;
	left: 50%;
	width: auto;
	padding: 0px;
	margin-left: 700px;
	border-radius: 4px;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	box-shadow: 4px 0px 8px -2px 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: #0088d2;
}

@media(max-width:1400px) {
.right-nav {
	margin-left: 585px;
}
}

@media(max-width:1200px) {
.right-nav {
	margin-left: 475px;
}
}

@media(max-width:992px) {
.right-nav {
	position: static;
	margin: 25px 0px 0px;
	;
	background: none;
	box-shadow: none;
	border: none;
	font-size: 0 px;
	text-align: center;
}
.right-nav li {
	display: inline-block;
}
.right-nav>li>a {
	position: relative;
	width: 46px;
	height: 24px;
	line-height: 24px;
	border: none;
	background: none;
}
.right-nav>li>a:before {
	content: "";
	display: block;
	float: left;
	width: 1px;
	height: 100%;
	background-color: #e0e8f5;
}
.right-nav li:first-child>a:before {
	display: none;
}
.right-nav li>a>i {
	line-height: 24px;
	color: #0088d2;
}
}
/*页脚*/
#bq {
	margin: 10px auto;
	overflow: hidden;
	font-size: 13px;
	line-height: 19px;
	color: #808080;
}
#bq a {
	display: inline-block;
	margin: 0px 5px;
	color: #6b7699;
}
#bq a:hover {
	color: #0088d2;
}

@media(min-width:992px) {
#bq {
	width: 950px;
}
}

@media(min-width:1200px) {
#bq {
	width: 1170px;
}
}

@media(min-width:1400px) {
#bq {
	width: 1400px;
}
}

@media(max-width:992px) {
#bq {
	text-align: center;
	width: 100%;
}
}
/*首页end*/

.inside-banner {
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-bottom: 4px solid #0088d2;
}
.inside-nav ul {
	margin-top: -46px;
	font-size: 0px;
}
.inside-nav li {
	display: inline-block;
	margin: 0px 1px;
}
.inside-nav li a {
	display: inline-block;
	padding: 0px 25px;
	line-height: 42px;
	font-size: 14px;
	color: #4d4d4d;
	background: #fafcfc;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.inside-nav li a:hover {
	color: #0088d2;
	background: #fff;
}
.inside-nav li.on a {
	color: #fff;
	background: #0088d2;
}
.breadcrumb-box {
	background: #f0f1f5;
}
.breadcrumb {
	padding: 15px 0px;
	margin: 0px;
}
.breadcrumb li a {
	font-size: 14px;
	color: #666;
}
.breadcrumb li a:hover {
	color: #0088d2;
}
.breadcrumb li i {
	font-size: 18px;
	line-height: 20px;
}

@media(max-width:992px) {
.inside-banner {
	height: 220px;
	border-bottom: 1px solid #0088d2;
}
.inside-nav ul {
	margin-top: -43px;
	font-size: 0px;
}
.breadcrumb {
	padding: 10px 0px;
	margin: 0px;
}
.breadcrumb li a {
	font-size: 12px;
	color: #666;
}}

@media(max-width:768px) {
.inside-banner {
	height: 160px;
}
.inside-nav {
	background: #fafcfc;
}
.inside-nav ul {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
}
.inside-nav li {
	width: 50%;
	padding: 1px;
	margin: 0px;
}
.inside-nav li a {
	width: 100%;
	line-height: 36px;
	text-align: center;
	background: #fff;
}
}
/*内页公共*/
.about1 {
	background: url(../images/img-about-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.inside-text {
	padding: 20px 15%;
}

@media(max-width:1200px) {
.inside-text {
	padding: 20px 6%;
}
}

@media(max-width:992px) {
.inside-text {
	padding: 20px 5%;
}
}

@media(max-width:768px) {
.inside-text {
	padding: 20px 15px;
}
}
.about-text p {
	font-size: 14px;
	line-height: 28px;
	color: #808080;
}
.about-list {
	text-align: center;
	padding: 0px 20px;
}
.about-list ul {
	width: 100%;
	text-align: center;
}
.about-list ul li {
	width: 100%;
}
.about-list ul li div {
	position: relative;
	z-index: 2;
	width: 90%;
	max-width: 800px;
	padding: 25px 0px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-align-items: center;
	border-bottom: 1px solid #e0e8f5;
}
.about-list a {
	float: left;
	margin-right: 20px;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 50%;
	background: #fafafa;
	border: 1px dashed #6b7699;
}
.about-list a i {
	display: inline-block;
	font-size: 36px;
	line-height: 60px;
	color: #6b7699;
	text-align: center;
}
.about-list b {
	float: left;
	display: inline-block;
	padding-right: 20px;
	margin-right: 20px;
	font-size: 15px;
	color: #4d4d4d;
	border-right: 1px solid #6b7699;
}
.about-list p {
	float: left;
	flex: 1;
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	width: auto;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin: 0px;
}

@media(min-width:992px) {
.about-list ul li {
	position: relative;
}
.about-list ul li:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50px;
	left: 0%;
	width: 100%;
	height: 0%;
	background-color: #fafcfc;
	transition: all .3s;
}
.about-list ul li:hover:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #fafcfc;
	transition: all .3s;
}
.about-list ul li:hover div {
	border-bottom: 1px solid #0088d2;
}
.about-list ul li:hover a {
	background: #fff;
	border: 1px dashed #0088d2;
}
.about-list ul li:hover a i {
	color: #0088d2;
}
.about-list ul li:hover b {
	color: #0088d2;
	border-right: 1px solid #0088d2;
}
}

@media(max-width:768px) {
.about-list a {
	margin-right: 10px;
}
.about-list b {
	padding-right: 10px;
	margin-right: 10px;
}
}
/**/

.about-list2 {
	padding: 50px 0px;
	margin-bottom: -40px;
	background: #fcfcfc;
}
.about-list2 ul {
	padding: 0px 5%;
	overflow: hidden;
}
.about-list2 ul li {
	float: left;
	width: 25%;
	padding: 30px;
	color: #666;
}
.about-list2 ul li div {
	width: 100%;
}
.about-list2 ul li b {
	display: block;
	margin: 30px 0px 15px;
	font-size: 18px;
	font-weight: normal;
	color: #0088d2;
}
.about-list2 ul li i {
	display: inline-block;
	font-size: 50px;
	line-height: 46px;
	color: #0088d2;
}
.about-list2 ul li p {
}

@media(max-width:768px) {
.about-list2 ul li {
	float: left;
	width: 100%;
}
}

/**/
/*公司简介*/
@media(max-width:1200px) {
.about-list2 ul li {
	width: 50%;
}
}

@media(max-width:768px) {
.about-list2 ul li {
	width: 100%;
}
}

@media(max-width:768px) {
.show-img-box {
	padding: 0px 10px;
}
}
.show-img-box>div {
	margin: 10px 0px;
}
.show-img-box>div a .show-img {
	overflow: hidden;
}
.show-img-box>div a .show-img img {
	transform: scale(1);
	transition: all .4s;
}
.show-img-box>div:hover a .show-img img {
	transform: scale(1.1);
}
.show-img-box>div a .show-name {
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 100%;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	background: #fafcfc;
	transition: all .4s;
}
.show-img-box>div:hover a .show-name {
	color: #0088d2;
	background: #fff;
}
.show-img-box>div a .show-name:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 0%;
	height: 2px;
	background-color: #0088d2;
	transition: all .4s;
}
.show-img-box>div:hover a .show-name:after {
	content: "";
	width: 100%;
}
/*图片列表*/

.pagination {
	margin: 30px 0px 0px;
}
.pagination > li > a {
	color: #333;
	font-size: 14px;
}
.pagination > li > a:hover {
	color: #0088d2;
	background: #fafcfc;
}
.pagination > li > a, .pagination > li > span {
	padding: 9px 15px;
}
.pagination > .active > a {
	background-color: #0088d2;
	border-color: #0088d2;
}
.pagination > .active > a:hover {
	background-color: #0088d2;
	border-color: #0088d2;
}
/*翻页*/


.honor-show-img-box {
	padding: 0px 10px;
}
/*企业荣誉*/


.prduct-title {
	color: #0088d2;
	margin-bottom: 20px;
}
.prduct-list1 {
	margin-bottom: 30px;
}
.prduct-list1 a {
	display: block;
	position: relative;
	padding: 15px;
	border: 1px solid #ebebeb;
	transition: all .3s;
}
.prduct-list1 a .prduct-list1-name {
	margin: 15px 0px 10px;
	font-size: 18px;
	line-height: 36px;
	color: #0088d2;
	transition: all .3s;
}
.prduct-list1 a .prduct-list1-text {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.prduct-list1 a:hover {
	border: 1px solid #0088d2;
	background: #fafcfc;
	box-shadow: 0px 0px 8px rgba(0,0,0,.1);
}
.prduct-list2 a .prduct-list1-name {
	margin: 15px 0px -5px;
}
.prduct-list2 .prdict-list1-bre {
	font-size: 12px;
	color: #999;
	margin-bottom: 15px;
}
.prduct-list2 .prduct-list1-more {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #0088d2;
}

@media(max-width:480px) {
.prduct-list1 {
	width: 100%;
}
}
/*产品列表1*/




.prduct-box {
	padding-top: 60px;
	padding-bottom: 40px;
}
.product-text {
	padding-top: 10px;
}
.product-text h2 {
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #0088d2;
}
.product-text p {
	padding: 0px;
	margin: 0px;
	border: none;
	background: none;
	margin-bottom: 15px;
	font-size: 12px;
	color: #999;
}
.product-text pre {
	padding: 0px;
	margin: 0px;
	border: none;
	background: none;
	font-size: 14px;
	line-height: 24px;
	color: #4d4d4d;
	margin-bottom: 50px;}
.product-text hr {
	margin-bottom: 30px;
}

.product-text a {
	display: inline-block;
	padding: 0px 50px;
	margin: 5px 0px;
	font-size: 16px;
	line-height: 42px;
	color: #404040;
	background: #fff;
	border: 1px solid #ebebeb;
	transition: all .3s;
}
.product-text a:hover {
	color: #fff;
	background: #0088d2;
	border: 1px solid #0088d2;
}
.product-text a.on {
	color: #fff;
	background: #0088d2;
	border: 1px solid #0088d2;
}.product-text a.on:hover {
	background: #ec9e15;
	border: 1px solid #ec9e15;
}
.product-text a i {
	display: inline-block;
	margin-right: 5px;
	font-size: 22px;
}

@media(min-width:1200px) {
.product-img {
	width: 42%;
}
}

@media(max-width:1200px) {
.product-text pre {
	margin-bottom: 30px;
}
.product-text a {
	font-size: 14px;
	line-height: 36px;
}
.product-text a:hover {
	color: #fff;
	background: #0088d2;
}
.product-text a i {
	font-size: 18px;
}
}

@media(min-width:992px) {
.product-text {
	padding-left: 40px;
}
}

@media(max-width:992px) {
.product-text {
	padding: 0px 20px;
	margin-top: 20px;
	text-align: center;
}
}
/*产品详情-顶部简介*/


.similar-title {
	display: inline-block;
	padding: 0px 30px;
	line-height: 42px;
	background: #0088d2;
	color: #fff;
	margin-bottom: 2px;
}
.product-similar {
	background: #fcfcfc;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.product-similar .similar-list img {
	padding: 5px;
	margin-bottom: 6px;
	border: 1px solid #ebebeb;
	background: #fff;
	transition: all .3s;
}
.product-similar .similar-list:hover img {
	border: 1px solid #0088d2;
}
.product-similar .similar-list p {
	font-size: 12px;
	color: #808080;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.product-similar .similar-list:hover p {
	color: #0088d2;
}
/*产品详情-相似产品*/
#product-tab {
	margin-bottom: 2px;
}
#product-tab li {
	display: inline-block;
}
#product-tab li a {
	display: inline-block;
	width: 100%;
	padding: 0px 30px;
	line-height: 42px;
	text-align: center;
	background: #fafcfc;
	transition: all .3s;
}
#product-tab li a:hover {
	color: #0088d2;
}
#product-tab li.active a {
	background: #0088d2;
	color: #fff;
}
#product-tab-content {
	background: #fcfcfc;
	padding: 40px 30px;
}
#product-tab-content small {
	color: #999;
}
#product-tab-content .tab-pane table {
	width: 100%;
	overflow: auto;
	border-right: 1px solid #ebebeb !important;
	border-bottom: 1px solid #ebebeb !important;
}
#product-tab-content .tab-pane table td {
	font-size: 14px;
	line-height: 24px;
	padding: 8px 10px  !important;
	text-align: center;
	border:none !important;
	border-left: 1px solid #ebebeb !important;
	border-top: 1px solid #ebebeb !important;
	background: #fff !important;
}
#product-tab-content .tab-pane table td p{margin:0px;}
/*产品详情-详情*/
/*产品详情*/

.prduct-msg {
	padding: 0px 30px;
	overflow: hidden;
}
.prduct-msg li{ 
	margin-bottom: 20px;
}
.prduct-msg input{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 36px;
    border: none;
    background: none;
    border-bottom: 1px solid #e0e8f5;
}
.prduct-msg li textarea {
    width: 100%;
    height: 120px;
    font-size: 14px;
    line-height: 22px;
    border: none;
    background: none;
    border-bottom: 1px solid #e0e8f5;
}
.prduct-msg li a {
	display: inline-block;
	padding: 0px 40px;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	background: #0088d2;
}
/*免费看样*/
.program-list {
	padding: 25px;
	overflow: hidden;
}

@media(max-width:1200px) {
.program-list {
	padding: 15px;
}
}
.program-list a {
	display: block;
	overflow: hidden;
	transition: all .3s;
}
.program-list:hover a {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.program-list .program-img {
	position: relative;
	width: 100%;
	font-size: 0px;
	overflow: hidden;
}
.program-list .program-img img {
	transition: all .3s;
}
.program-list:hover .program-img img {
	transform: scale(1.1);
}
.program-list .program-title {
	position: relative;
	z-index: 2;
	padding: 15px;
	background: #fafcfc;
}
.program-list .program-title:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #0088d2;
	transition: all .3s;
}
.program-list:hover .program-title:before {
	content: "";
	width: 100%;
}
.program-list .program-title p {
	margin: 0px;
	font-size: 16px;
	line-height: 20px;
	color: #4d4d4d;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.program-list:hover .program-title p {
	color: #fff;
}
.program-list .program-title span {
	font-size: 12px;
	color: #808080;
}
.program-list:hover .program-title span {
	color: #ebebeb;
}
/*方案*/

.program-link {
	margin-top: 50px;
	clear: both;
}
.program-link h4{
	margin-bottom: 20px;
	color: #0088d2;
}
.program-link ul{
	width: 100%;
}
.program-link ul li{
	display: inline-block;
	width: auto;
	margin-right: 15px;
	margin-bottom: 10px;
}
.program-link ul li a{
	display: inline-block;
	padding: 0px 20px;
	line-height: 32px;
	color: #666;
	border: 1px solid #ebebeb;
}
.program-link ul li a:hover{
	display: inline-block;
	padding: 0px 20px;
	line-height: 32px;
	color: #0088d2;
	border: 1px solid #0088d2;
}
/*方案详情*/


.news-top {
	background: #fafcfc;
}
.news-top h2 {
	font-size: 24px;
	margin-top: 0px;
}
.news-top span {
	font-size: 12px;
	color: #999;
}
.news-top i {
	margin-right: 4px;
	font-size: 15px;
}
.news-top i:nth-child(2) {
	margin-left: 10px;
}
.news-page {
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
}
.news-page a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	color: #4d4d4d;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.news-page a:hover {
	color: #0088d2;
}
.news-page a.no-more {
	color: #999;
}
.news-page a.news-return {
	display: inline-block;
	width: auto;
	padding: 0px 30px;
	margin-top: 10px;
	line-height: 30px;
	color: #fff;
	background: #0088d2;
}

@media(min-width:768px) {
.news-page {
	position: relative;
	padding-right: 140px;
	padding-bottom: 20px;
}
.news-page a.news-return {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 50%;
	transform: translate(0px, -50%);
	display: inline-block;
	margin-top: 0px;
}
.news-page a.news-return:hover {
	right: 10px;
	top: 50%;
	transform: translate(0px, -50%);
}
.news-page a.news-return:hover {
	right: 10px;
	top: 50%;
	transform: translate(0px, -50%);
}
}
/*新闻详情*/
.news-list-box {
	padding: 0px 15px;
}
.news-list {
	clear: both;
	padding: 50px 0px;
}
.news-list li {
	position: relative;
	z-index: 1;
	padding: 30px 50px;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}
.news-list li:first-child {
	border-top: 1px solid #ebebeb;
}
.news-list li:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #fafcfc;
	transition: all .3s;
}
.news-list li:hover:after {
	content: "";
	width: 100%;
}
.news-list-img {
	float: left;
	width: 180px;
	margin-right: 50px;
}
.news-list-time {
	float: right;
	width: 100px;
	padding: 10px 0px;
	margin-left: 60px;
	text-align: center;
}
.news-list-time p {
	margin: 0px;
	font-size: 36px;
	color: #4d4d4d;
}
.news-list li:hover .news-list-text p {
	color: #0088d2;
}
.news-list-time span {
	font-size: 14px;
	color: #4d4d4d;
}
.news-list-text p {
	font-size: 16px;
	margin: 10px 0px;
	color: #4d4d4d;
}
.news-list-text span {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	color: #4d4d4d;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media(max-width:992px) {
.news-list li {
	padding: 25px 30px;
}
.news-list-img {
	display: none;
}
.news-list-text p {
	margin-top: 0px;
}
.news-list-time {
	width: 80px;
	padding: 10px 0px;
	margin-left: 30px;
}
}
/*新闻列表*/
.service1 {
	padding-bottom: 40px;
	background: #fafafa;
	text-align: center;
}
.service1>h4 {
	margin-bottom: 20px;
}
.service1>p {
	width: 80%;
	margin: 0px auto 10px;
}
.service-list {
	display: inline-block;
	max-width: 360px;
	padding: 10px 20px;
	text-align: left;
}
.service-list i {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-right: 20px;
	font-size: 30px;
	line-height: 48px;
	color: #6b7699;
	text-align: center;
	border: 1px dashed #6b7699;
	border-radius: 50%;
	vertical-align: middle;
}
.service-list p {
	display: inline-block;
	padding-left: 20px;
	margin: 0px;
	font-size: 20px;
	color: #6b7699;
	border-left: 1px solid #ccc;
	vertical-align: middle;
}
.service-list a {
	display: inline-block;
	padding: 0 20px;
	margin: 0px;
	font-size: 20px;
	color: #6b7699;
	border-left: 1px solid #ebebeb;
	vertical-align: middle;
}
.service-list a:hover {
	color: #0088d2;
}

@media(max-width:768px) {
.service-list {
	width: 100%;
	padding: 2 0px 0px;
	max-width: inherit;
	border-bottom: 1px solid #fafafa;
}
.service-list i {
	width: 36px;
	height: 36px;
	margin-right: 15px;
	font-size: 24px;
	line-height: 36px;
}
.service-list p {
	padding-left: 15px;
	font-size: 16px;
}
.service-list a {
	padding: 0 15px;
	font-size: 16px;
}
}
/*服务理念*/

#service-tab {
	margin: 40px 0px;
}
#service-tab li {
	display: inline-block;
	margin: 0px 20px;
}
#service-tab li a {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
#service-tab li a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	border: 1px dashed #6b7699;
	border-radius: 50%;
	vertical-align: middle;
	transition: all .3s;
}
#service-tab li a:hover:after, #service-tab li.active a:after {
	content: "";
	border: 1px dashed #0088d2;
	-webkit-animation: rotateImg 20s linear infinite;
}
@keyframes rotateImg {
 0% {
transform : rotate(0deg);
}
 100% {
transform : rotate(360deg);
}
}
#service-tab li a img {
	border-radius: 50%;
	padding: 10px;
}
#service-content {
	padding: 40px;
	background: #fafcfc;
}
#service-content a {
	color: #0088d2;
}

@media(max-width:768px) {
#service-tab li {
	margin: 0px 5px;
}
#service-tab li a {
	width: 80px;
	height: 80px;
}
#service-tab li a img {
	padding: 5px;
}
#service-content {
	padding: 30px 20px;
	background: #fafcfc;
}
}
/*客户定制*/

.logo-list {
	margin-top: 30px;
	margin-bottom: 60px;
}
.info-box {
	position: relative;
	display: flex;
	align-items: center;
	height: 120px;
	overflow: hidden;
}
@media(max-width:768px) {
.info-box {
	height: 80px;
}
}
.logo-img {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
.logo-img img {
	display: inline-block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: all .3s ;
}
.logo-img:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
}
/*客户案例*/
.join-box {
	display: flex;
	padding: 50px;
	background: #fafcfc;
	overflow: hidden;
}
.join-list {
	width: 240px;
	margin-right: 50px;
}
.join-list div>a {
	font-size: 18px;
	line-height: 60px;
	color: #0088d2;
}
.join-list div>ul>li {
	margin-bottom: 10px;
}
.join-list div>ul>li>a {
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 36px;
	background: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.join-list div>ul>li:hover>a {
	color: #0088d2;
	text-indent: 10px;
}
.join-list div>ul>li.on>a {
	color: #fff;
	background: #0088d2;
}
.join-content {
	width: 100%;
}
.join-content h4 {
	margin: 0px 0px 30px;
	font-size: 18px;
	line-height: 60px;
	color: #0088d2;
	border-bottom: 1px solid #41ade0;
}
.join-content hr {
	border-color: #41ade0;
}

@media(max-width:768px) {
.join-box {
	display: block;
	padding: 0px;
	background: none;
	overflow: hidden;
}
.join-list {
	width: 100%;
	margin: 0px 0px 10px;
}
.join-list div>a {
	display: inline-block;
	width: 100%;
	line-height: 42px;
	background: #fafcfc;
	text-align: center;
}
.join-list .dropdown-menu {
	position: static;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	float: none;
}
.join-list .dropdown-menu li {
	margin-bottom: 2px;
}
.join-list .dropdown-menu a {
	line-height: 40px;
	background: #fafcfc;
}
.join-list .dropdown-backdrop {
	z-index: -1;
}
.join-content h4 {
	text-align: center;
}
}
/*加入我们*/



.contact h3 {
	margin: 0px;
	font-size: 24px;
	color: #0088d2;
	text-align: center;
}
.contact-list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 200px;
	padding: 20px 20px;
	border-bottom: 1px solid #e0e8f5;
	overflow: hidden;
}
.contact-list i {
	float: left;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	margin-top: -5px;
	margin-right: 20px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background: #0088d2;
}
.contact-list span {
	margin-top: 5px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.contact li span strong {
	line-height: 30px;
	font-weight: normal;
}
.message {
	margin-top: 40PX;
	width: 100%;
	padding: 40px 30px;
	background: #fafcfc;
}
.message li {
	padding: 20px 15px;
	font-size: 0px;
	overflow: hidden;
}
.message li h3 {
	margin: 0px;
	font-size: 24px;
	color: #0088d2;
	text-align: center;
}
.message li input {
	display: inline-block;
	width: 30%;
	margin-left: 5%;
	font-size: 14px;
	line-height: 36px;
	border: none;
	background: none;
	border-bottom: 1px solid #e0e8f5;
}
.message li input:first-child {
	margin-left: 0px;
}
.message li textarea {
	width: 100%;
	height: 120px;
	font-size: 14px;
	line-height: 22px;
	border: none;
	background: none;
	border-bottom: 1px solid #e0e8f5;
}
.message li a {
	display: inline-block;
	padding: 0px 40px;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	background: #0088d2;
}

#map-canvas {
	height: 400px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

@media(max-width:768px) {
.message {
	padding: 20px;
}
.message li input {
	width: 100%;
	margin-left: 0px;
	margin-top: 20px;
}
.map {
	margin-bottom: -20px;
}
#map-canvas {
	height: 300px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
}

/*联系方式*/