﻿@charset "UTF-8";
@font-face {
	font-family: 'DIN-Regular';
	src: url(http://e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.eot);
	src: url(http://e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.woff) format('woff'), url(http://e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.ttf) format('truetype');
	font-weight: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-weight: normal;
	font-family: 'Microsoft YaHei', "微软雅黑", STHeiti, Helvetica, Arail;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block;
}

body {
	font-size: 12px;
	min-width: 1220px;
	color: #424243;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

i,
em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	outline: none;
}

input,
textarea,
button {
	outline: none;
	font-family: MicrosoftYaHei, 'Microsoft YaHei', "微软雅黑", STHeiti, Helvetica;
}

.font-din {
	font-family: 'DIN-Regular';
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	clear: both;
	overflow: hidden;
	height: 0;
	width: 100%;
	display: block;
	zoom: 1;
}

.animated {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-moz-keyframes scaleOut {
	0% {
		-moz-transform: scale(0.6);
		opacity: 0;
	}
	100% {
		-moz-transform: scale(1.00);
		opacity: 1.0;
	}
}

@-ms-keyframes scaleOut {
	0% {
		-ms-transform: scale(0.6);
		opacity: 0;
	}
	100% {
		-ms-transform: scale(1.00);
		opacity: 1.0;
	}
}

@-o-keyframes scaleOut {
	0% {
		-o-transform: scale(0.6);
		opacity: 0;
	}
	100% {
		-o-transform: scale(1.00);
		opacity: 1.0;
	}
}

@-webkit-keyframes scaleOut {
	0% {
		-webkit-transform: scale(0.6);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1.00);
		opacity: 1.0;
	}
}

@keyframes scaleOut {
	0% {
		transform: scale(0.6);
		opacity: 0;
	}
	100% {
		transform: scale(1.00);
		opacity: 1.0;
	}
}

.scaleOut {
	-webkit-animation: scaleOut 0.3s ease-in-out both;
	-moz-animation: scaleOut 0.3s ease-in-out both;
	-ms-animation: scaleOut 0.3s ease-in-out both;
	-o-animation: scaleOut 0.3s ease-in-out both;
	animation: scaleOut 0.3s ease-in-out both;
}

@-webkit-keyframes scaleIn {
	0% {
		-webkit-transform: scale(1.0);
		opacity: 1.0;
	}
	100% {
		-webkit-transform: scale(0.6);
		opacity: 0;
	}
}

@-moz-keyframes scaleIn {
	0% {
		-moz-transform: scale(1.0);
		opacity: 1.0;
	}
	100% {
		-moz-transform: scale(0.6);
		opacity: 0;
	}
}

@-ms-keyframes scaleIn {
	0% {
		-ms-transform: scale(1.0);
		opacity: 1.0;
	}
	100% {
		-ms-transform: scale(0.6);
		opacity: 0;
	}
}

@-o-keyframes scaleIn {
	0% {
		-o-transform: scale(1.0);
		opacity: 1.0;
	}
	100% {
		-o-transform: scale(0.6);
		opacity: 0;
	}
}

@keyframes scaleIn {
	0% {
		transform: scale(1.0);
		opacity: 1.0;
	}
	100% {
		transform: scale(0.6);
		opacity: 0;
	}
}

.scaleIn {
	-webkit-animation: scaleIn 0.3s ease-in-out both;
	-moz-animation: scaleIn 0.3s ease-in-out both;
	-ms-animation: scaleIn 0.3s ease-in-out both;
	-o-animation: scaleIn 0.3s ease-in-out both;
	animation: scaleIn 0.3s ease-in-out both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.relative {
	position: relative;
}

#layer {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 11;
	top: 0;
	left: 0;
	display: none;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
}

.header-top {
	height: 50px;
	border-bottom: 1px solid #f0f0f0;
	color: #787878;
	line-height: 50px;
}

.header-nav {
	height: 100%;
	position: relative;
	z-index: 10;
}

.header-nav li {
	padding-right: 10px;
	margin-right: 10px;
	float: left;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/line.gif) no-repeat right center;
}

.header-nav li.last {
	background: none;
}

.header-nav a {
	color: #787878;
}

.header-nav a:hover {
	color: #1977df;
}

.header-nav a.e-wx {
	position: relative;
	z-index: 4;
}

.header-nav a.e-wx span {
	display: none;
	width: 258px;
	height: 298px;
	top: 20px;
	left: -10px;
	position: absolute;
}

.header-nav a.e-wx:hover span {
	display: block;
}

.header-right a.label,
.header-right label {
	float: left;
	margin-right: 10px;
	color: #787878;
}

.header-right a.label:hover {
	text-decoration: underline;
}

.header-right span.phone400 {
	float: left;
	margin-right: 10px;
}

.header-right span.phone400 {
	margin-right: 20px;
}

.apply-btn,
.blue-btn {
	width: 130px;
	height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	background: #1977df;
}

.apply-btn {
	background: #ef0a0a;
}

.blue-btn {
	width: 180px;
	height: 44px;
	line-height: 44px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.phone400 {
	color: #1977df;
	font-size: 20px;
	line-height: 50px;
}


.logo {
	height: 52px;
	float: left;
	margin-top: 8px;
	margin-right: 20px;
}

.logo img {
	height: 100%;
}

.nav {
	float: right;
	margin-top: 20px;
	clear: right;
}

.nav li {
	display: block;
	float: left;
	padding: 0 24px;
}

.nav a {
	font-size: 18px;
	line-height: 24px;
	color: #3D3D3D;
}

.nav a:hover {
	color: #1977df;
}

.nav li.active a,
.nav li a.active {
	color: #1977df;
}

.sub-nav {
	height: 88px;
	background: #f6f6f6;
	width: 100%;
	border-top: 1px solid #dde2e7;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	filter: alpha(opacity=95);
	opacity: 0.95
}

.sub-nav-main {
	text-align: center;
	padding-top: 13px;
	height: 74px;
}

.sub-nav-main ul {
	width: 100%;
	height: 100%;
	text-align: center;
}

.sub-nav-main li {
	display: inline;
}

.sub-nav-main a {
	display: inline-block;
	color: #3D3D3D;
	padding-top: 42px;
	font-size: 14px;
	line-height: 24px;
	margin: 0 30px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/pro.png) no-repeat;
	background-image: -webkit-image-set(url(//s.e.baidu.com/sites/all/themes/ebaidu/images/pro.png) 1x, url(//s.e.baidu.com/sites/all/themes/ebaidu/images/pro@2x.png) 2x);
	background-image: -moz-image-set(url(//s.e.baidu.com/sites/all/themes/ebaidu/images/pro.png) 1x, url(//s.e.baidu.com/sites/all/themes/ebaidu/images/pro@2x.png) 2x);
	background-image: -ms-image-set(url(//s.e.baidu.com/sites/all/themes/ebaidu/images/pro.png) 1x, url(//s.e.baidu.com/sites/all/themes/ebaidu/images/pro@2x.png) 2x);
	background-image: -o-image-set(url(//s.e.baidu.com/sites/all/themes/ebaidu/images/pro.png) 1x, url(//s.e.baidu.com/sites/all/themes/ebaidu/images/pro@2x.png) 2x);
}

.sub-nav-main a:hover,
.sub-nav-main li.active a {
	color: #1977df;
}

a.pro1 {
	background-position: 8px 0;
}

a.pro1:hover,
.active a.pro1 {
	background-position: 8px -80px;
}

a.pro2 {
	background-position: -117px 0;
}

a.pro2:hover,
.active a.pro2 {
	background-position: -117px -80px;
}

a.pro3 {
	background-position: -240px 0;
}

a.pro3:hover,
.active a.pro3 {
	background-position: -240px -80px;
}

a.pro4 {
	background-position: -366px 0;
}

a.pro4:hover,
.active a.pro4 {
	background-position: -366px -80px;
}

a.pro5 {
	background-position: -492px 0;
}

a.pro5:hover,
.active a.pro5 {
	background-position: -492px -80px;
}

a.pro6 {
	background-position: -612px 0;
}

a.pro6:hover,
.active a.pro6 {
	background-position: -612px -80px;
}

.front-banner {
	height: 400px;
	overflow: hidden;
	position: relative;
	background: #040613;
}

#stepBanner {
	height: 500px;
}

.thumb-shadow {
	width: 980px;
	height: 94px;
	background: #000;
	filter: alpha(opacity=30);
	opacity: 0.3;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -490px;
	z-index: 5;
}

.front-banner ul {
	width: 1900px;
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -950px;
}

.front-banner li {
	width: 100%;
	text-align: center;
}

.thumb-nav {
	width: 920px;
	height: 74px;
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 5;
	margin-left: -460px;
	text-align: center;
}

.thumb-nav a {
	width: 160px;
	height: 72px;
	margin: 0 10px;
	display: inline-block;
	filter: alpha(opacity=70);
	position: relative;
	opacity: 0.7;
	transition: all 1s;
}

.thumb-nav a span {
	display: none;
	width: 0;
	height: 0;
	transition: all 1s;
}

.thumb-nav a.activeSlide {
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.thumb-nav a.activeSlide span {
	display: block;
	width: 156px;
	height: 68px;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #1977df;
}

.thumb-nav a:focus {
	outline: none;
}

.front-banner-nav {
	width: 100%;
	position: absolute;
	bottom: 40px;
	left: 0;
	text-align: center;
	z-index: 9;
	height: 12px;
}

.front-banner-nav a {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.4);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: 0 10px;
	text-indent: -9000px;
}

.front-banner-nav a.activeSlide {
	background: rgba(255, 255, 255, 1.0);
	width: 12px;
	height: 12px;
	top: -2px;
	position: relative;
}

.gap,
a.prev,
a.next,
.right-float-bar a.top,
span.tip em {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/bg.png) no-repeat;
	background-image: -webkit-image-set(url(//s.e.baidu.com/sites/all/themes/ebaidu/images/bg.png) 1x, url(//s.e.baidu.com/sites/all/themes/ebaidu/images/bg@2x.png) 2x);
	background-image: -moz-image-set(url(//s.e.baidu.com/sites/all/themes/ebaidu/images/bg.png) 1x, url(//s.e.baidu.com/sites/all/themes/ebaidu/images/bg@2x.png) 2x);
	background-image: -ms-image-set(url(//s.e.baidu.com/sites/all/themes/ebaidu/images/bg.png) 1x, url(//s.e.baidu.com/sites/all/themes/ebaidu/images/bg@2x.png) 2x);
	background-image: -o-image-set(url(//s.e.baidu.com/sites/all/themes/ebaidu/images/bg.png) 1x, url(//s.e.baidu.com/sites/all/themes/ebaidu/images/bg@2x.png) 2x);
}

a.prev,
a.next {
	display: block;
	width: 70px;
	height: 126px;
	position: absolute;
	top: 50%;
	margin-top: -63px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 6;
	transition: all 0.2s ease-in;
}

a.prev {
	background-position: 9px -32px;
	left: 5%;
}

a.next {
	background-position: -87px -32px;
	right: 5%;
}

a.prev:hover,
a.next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.2)
}

.scroll-partner a.prev,
.scroll-partner a.next {
	width: 32px;
	height: 32px;
	margin-top: 0;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.scroll-partner a.prev {
	background-position: 9px -170px;
	left: -7%;
}

.scroll-partner a.next {
	background-position: -23px -170px;
	right: -7%;
}

.scroll-partner a.prev:hover,
.scroll-partner a.next:hover {
	background-color: transparent;
}

.page {
	padding: 50px 0 30px;
}

.page.gray {
	background: #f5f5f5;
}

.page.blue {
	background: #1977df;
	text-align: center;
	color: #fff;
	padding: 40px 0;
}

.page.blue h4 {
	font-size: 24px;
	margin-bottom: 30px;
}

.page h2 {
	font-size: 50px;
	color: #222;
	text-align: center;
}

.page h3 {
	font-size: 30px;
	color: #222;
	text-align: center;
	margin-bottom: 20px;
}

.page-bottom {
	background: #333;
	width: 100%;
}

.center {
	text-align: center;
}

.page1 p {
	line-height: 30px;
	font-size: 16px;
	color: #3D3D3D;
	padding-bottom: 5px;
}

.submsg {
	color: #787878;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
}

a.more1 {
	font-size: 14px;
	color: #1977df;
}

a.more2,
a.more3 {
	font-size: 14px;
	color: #1977df;
	display: inline-block;
	width: 148px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #1977df;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.more3 {
	border: 1px solid #fff;
	background: #fff;
	color: #1977df;
}

.page-nav {
	padding: 50px 0;
	text-align: center;
	width: 784px;
	margin: 0px auto;
}

.page-nav a {
	display: inline-block;
	border: 1px solid #dadee6;
	width: 195px;
	height: 52px;
	margin-left: -1px;
	text-align: center;
	font-size: 16px;
	color: #3D3D3D;
	line-height: 52px;
	float: left;
	overflow: hidden;
}

.page-nav a.active {
	background: #1977df;
	color: #fff;
}

.page-nav a.first {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.page-nav a.last {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.cell4,
.cell5,
.cell2 {
	padding: 35px 0 35px;
	margin-top: 5px;
}

.cell2 {
	width: 50%;
	margin: 0px auto;
}

.client-develop {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/bgDevelop.png) no-repeat;
	height: 189px;
	padding: 0;
}

.cell4-content,
.cell5-content,
.cell2-content {
	display: block;
	width: 25%;
	text-align: center;
	float: left;
	position: relative;
	height: 100%;
}

.cell5-content {
	width: 20%;
}

.cell2-content {
	width: 50%;
}

.cell4-content span.img,
.cell5-content span.img,
.cell2-content span.img {
	height: 90px;
	width: 100%;
	text-align: center;
	display: block;
}

.cell5-content span.img {
	margin-top: 59px;
}

.cell4-content span.title,
.cell5-content span.title,
.cell2-content span.title {
	font-size: 16px;
	color: #787878;
	line-height: 32px;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0.5;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg)
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg)
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1.0
	}
}

@-moz-keyframes flipInX {
	0% {
		-moz-transform: perspective(400px) rotateX(90deg);
		opacity: 0.5;
	}
	40% {
		-moz-transform: perspective(400px) rotateX(-10deg)
	}
	70% {
		-moz-transform: perspective(400px) rotateX(10deg)
	}
	100% {
		-moz-transform: perspective(400px) rotateX(0deg);
		opacity: 1.0
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0.5;
	}
	40% {
		transform: perspective(400px) rotateX(-10deg)
	}
	70% {
		transform: perspective(400px) rotateX(10deg)
	}
	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1.0
	}
}

.cell-detail {
	width: 100%;
	height: 160px;
	position: absolute;
	top: 50%;
	margin-top: -80px;
	left: -1px;
	border: 1px solid #bad6f5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	z-index: 3;
	text-align: center;
	animation: flipInX 0.7s ease both;
	-webkit-animation: flipInX 0.7s ease both;
	-moz-animation: flipInX 0.7s ease both;
	display: none;
}

.client-develop .cell-detail {
	width: 192px;
	left: 1px;
	height: 187px;
	margin-top: -94px;
	border-radius: 0;
}

.client-develop .cell-detail p {
	padding-top: 10px;
}

.client-develop span.title {
	color: #1977df;
}

.cell2-content:hover .cell-detail,
.cell4-content:hover .cell-detail,
.cell5-content:hover .cell-detail {
	display: block;
}

.cell-detail h4 {
	font-size: 18px;
	color: #222;
	line-height: 24px;
	padding: 16px 0;
}

.cell-detail p {
	padding: 30px 10px;
	font-size: 14px;
	color: #3d3d3d;
	line-height: 24px;
}

.cell-detail a {
	color: #1977df;
}

.yx-box {
	display: none;
	width: 980px;
	margin: 0px auto;
}

.step {
	padding: 80px 0 50px;
	overflow: hidden;
}

.step4 {
	width: 22%;
	height: 200px;
	float: left;
	line-height: 50px;
	text-align: center;
}

.gap {
	width: 4%;
	height: 30px;
	margin-top: 60px;
	float: left;
	background-position: -176px -78px;
}

.step .img {
	display: block;
	width: 100%;
	height: 150px;
	text-align: center;
}

.step span.title {
	font-size: 16px;
	color: #787878;
	line-height: 50px;
}

ul.p3,
dl.p3 {
	overflow: hidden;
	padding: 90px 0 30px;
}

ul.p3 li,
dl.p3 dd {
	width: 33.3%;
	float: left;
	text-align: center;
}

ul.p3 .font-din,
dl.p3 dd .font-din {
	font-size: 30px;
	color: #222;
}

ul.p3 .p,
dl.p3 dd .p {
	font-size: 50px;
}

ul.p3 p,
dl.p3 dd p {
	font-size: 14px;
	color: #3D3D3D;
}

.scroll-partner {
	padding: 30px 0;
	max-height: 300px;
	position: relative;
	border-top: 1px solid #c7c7c7;
	height: 300px;
}

.scroll-partner ul {
	height: 100%;
	width: 100%;
}

.scroll-partner li {
	width: 100%;
}

.scroll-partner .pager li {
	width: 100%;
}

.scroll-partner table {
	width: 100%;
}

.scroll-partner td {
	width: 16.6%;
	text-align: center;
	height: 100px;
	vertical-align: middle;
}

.scroll-partner td img {
	width: 90%;
}

.footer {
	background: #2c2c2c;
	text-align: center;
	font-size: 12px;
	color: #acacac;
	line-height: 50px;
	height: 50px;
}

.footer a {
	color: #acacac;
}

.zx-form {
	padding: 36px 0;
	height: 44px;
	border-bottom: 1px solid #4c4c4c;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

*+html .zx-form {
	display: none;
}

.zx-form label {
	margin-right: 10px;
	float: left;
	line-height: 44px;
}

.zx-form .mobile {
	display: inline-block;
	float: left;
	margin-right: 10px;
	position: relative;
}

.zx-form .mobile input,
.zx-form .code input {
	width: 243px;
	height: 24px;
	padding: 9px;
	background: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 24px;
	color: #222;
}

.zx-form .mobile input.input-error,
.zx-form .code input.input-error {
	border: 1px solid #ef0a0a;
}

.zx-form .code {
	display: inline-block;
	float: left;
	margin-right: 10px;
	position: relative;
}

.zx-form .code input {
	width: 130px;
}

.zx-form .call-button {
	width: 120px;
	height: 44px;
	background: #1977df;
	color: #fff;
	font-size: 16px;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	float: left;
	border: none;
	outline: none;
}

.zx-form .msg {
	position: absolute;
	top: 44px;
	left: 0;
	font-size: 14px;
	line-height: 30px;
	color: #ef0a0a;
	padding-left: 20px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/errorInfo.png) no-repeat left center;
}

.code-img {
	width: 178px;
	height: 42px;
	border: 1px solid #dfdfdf;
	background: #fff;
	position: absolute;
	top: -54px;
	left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: none;
}

.code-img img {
	height: 42px;
	width: 135px;
	border-right: 1px solid #dfdfdf;
	float: left;
}

.code-img a {
	width: 42px;
	height: 42px;
	float: left;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/refresh.png) no-repeat center center;
	text-indent: -20000px;
}

.code-img em.arrow {
	width: 14px;
	height: 10px;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 20px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/codeArrow.png) no-repeat;
}

.query-form {
	width: 756px;
	height: 44px;
	margin: 0 auto;
}

.bottom-region {
	padding: 45px 0;
}

.footer-nav {
	width: 648px;
	float: left;
	overflow: hidden;
}

.footer-nav .block {
	width: 16.6%;
	float: left;
}

.footer-nav h2 {
	color: #fff;
	font-size: 12px;
	padding-bottom: 12px;
}

.footer-nav .block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-nav .block li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-nav .block a {
	color: #787878;
	font-size: 12px;
	line-height: 26px;
	display: block;
}

.contact {
	width: 292px;
	float: right;
	height: 184px;
	border-left: 1px solid #4c4c4c;
	text-align: center;
}

.phoneno {
	font-size: 30px;
	color: #fff;
	line-height: 100%;
	display: block;
	margin-bottom: 10px;
}

.contact label {
	font-size: 14px;
	color: #787878;
	display: block;
	margin-bottom: 25px;
}

a.mail {
	width: 198px;
	height: 38px;
	border: 1px solid #1078ea;
	margin: 0 auto;
	font-size: 16px;
	color: #1078ea;
	display: block;
	line-height: 38px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 12px;
}

a.mail span {
	padding-left: 32px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/mail.png) no-repeat left center;
	display: inline-block;
}

.wb {
	height: 36px;
}

.wb a {
	width: 36px;
	height: 36px;
	display: inline-block;
	margin: 0 10px;
}

.wb a.sina {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/sinawb.png) no-repeat;
}

.fixed-header .header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 68px;
	border-bottom: 1px solid #e3e5e7;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	z-index: 9;
	background: #fff;
	filter: alpha(opacity=95);
	opacity: 0.95;
}

.fixed-header SPAN.phone400 {
	margin-right: 16px;
}

.fixed-header .nav {
	margin-top: 24px;
	clear: none;
}

.fixed-header .nav li {
	padding: 0 16px;
}

.fixed-header .nav a {
	font-size: 14px;
}

.fixed-header .sub-nav {
	top: 68px;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 9;
}

.header .header-right {
	line-height: 70px;
}

.header .phone400 {
	margin-top: 10px;
}

.header .apply-btn {
	margin-top: 15px;
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.right-float-bar {
	width: 60px;
	position: fixed;
	z-index: 10;
	right: 20px;
	bottom: 20px;
}

.right-float-bar a.service,
.right-float-bar a.online-apply,
.right-float-bar a.top {
	height: 58px;
	width: 58px;
	display: block;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	margin-bottom: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}

.right-float-bar a.service,
.right-float-bar a.online-apply {
	color: #1977df;
	text-align: center;
	border: 1px solid #1977df;
}

.right-float-bar a.top {
	background-color: #fff;
	background-position: -162px -168px;
}

.right-float-bar a.service:hover,
.right-float-bar a.online-apply:hover,
.right-float-bar a.top:hover {
	border: 1px solid #1977df;
}

.right-float-bar a.service span,
.right-float-bar a.online-apply span {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	padding: 9px 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 40px;
	transition: all .1s ease-in;
	opacity: 0\9;
	filter: alpha(opacity=0)\9
}

.right-float-bar a.service:hover span,
.right-float-bar a.online-apply:hover span {
	text-decoration: none;
	opacity: 1\9;
	filter: alpha(opacity=100)\9;
	background: #1977df;
	color: #fff;
}

.right-float-bar a.service span.tip {
	position: absolute;
	top: -10px!important;
	width: 250px!important;
	height: 60px!important;
	background: #1977df!important;
	font-size: 30px!important;
	line-height: 60px!important;
	color: #fff!important;
	left: -270px!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	border-radius: 4px!important;
	text-align: center!important;
	display: none!important;
}

.right-float-bar a.service:hover span.tip {
	display: block!important;
}

.right-float-bar a.service span.tip em {
	display: inline-block;
	width: 10px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -8px;
	background-position: -101px -184px;
}

.dls-lists {
	width: 308px;
	overflow: hidden;
}

.pro-page .wrapper {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.pro-page1 {
	height: 400px;
	background: url(../../images/baidu/bgpro.gif) repeat;
	padding: 0;
}

.pro-page .content {
	padding-top: 90px;
	float: left;
	width: 322px;
	color: #fff;
}

.pro-page .content-right {
	width: 658px;
	float: right;
}

.pro-page .content h2 {
	font-size: 50px;
	margin-bottom: 20px;
}

.content h2 span.info {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/info.png) no-repeat;
	cursor: pointer;
}

.pro-page .content p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.pro-page .content-right dt {
	font-size: 18px;
	padding-top: 40px;
	padding-left: 44px;
	color: #fff;
	padding-bottom: 5px;
}

.pro-page .content-right dd {
	position: relative;
}

.content-right dd .img-region {
	width: 658px;
	height: 477px;
}

.pro-page1 .content {
	padding-top: 80px;
}

.pro-page1 .img-region {
	position: absolute;
	bottom: 0;
	right: 0;
}

.pro-page1 .img-region img {
	float: left;
}

.pro-page2 {
	height: 524px;
	background: #f5f9fa;
}

.pro-page2 h2.title {
	font-size: 36px;
	width: 100%;
	text-align: center;
	padding-top: 45px;
	color: #3D3D3D;
}

.pro-main {
	position: relative;
	height: 100%;
}

.pro-main h2.title {
	text-align: left;
	padding-top: 175px;
	padding-bottom: 25px;
}

.pro-main p {
	float: left;
	font-size: 16px;
	line-height: 30px;
	width: 54%;
}

.imga {
	width: 303px;
	height: 234px;
	position: absolute;
	top: 135px;
	right: 68px;
}

.pro-page3 {
	background: #239ace;
	background: -moz-linear-gradient(top, #0a8cc8 0%, #67c1de 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a8cc8), color-stop(100%, #67c1de));
	background: -webkit-linear-gradient(top, #0a8cc8 0%, #67c1de 100%);
	background: -o-linear-gradient(top, #0a8cc8 0%, #67c1de 100%);
	background: -ms-linear-gradient(top, #0a8cc8 0%, #67c1de 100%);
	background: linear-gradient(to bottom, #0a8cc8 0%, #67c1de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a8cc8', endColorstr='#67c1de', GradientType=0);
	height: 550px;
}

:root .pro-page3 {
	filter: none;
}

.pro-page4 {
	background: #1caa7b;
	background: -moz-linear-gradient(top, #17a677 0%, #48cda1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #17a677), color-stop(100%, #48cda1));
	background: -webkit-linear-gradient(top, #17a677 0%, #48cda1 100%);
	background: -o-linear-gradient(top, #17a677 0%, #48cda1 100%);
	background: -ms-linear-gradient(top, #17a677 0%, #48cda1 100%);
	background: linear-gradient(to bottom, #17a677 0%, #48cda1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17a677', endColorstr='#48cda1', GradientType=0);
	height: 550px;
}

:root .pro-page4 {
	filter: none;
}

.pro-page5 {
	background: #d7b163;
	background: -moz-linear-gradient(top, #bb9655 0%, #e2bb68 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bb9655), color-stop(100%, #e2bb68));
	background: -webkit-linear-gradient(top, #bb9655 0%, #e2bb68 100%);
	background: -o-linear-gradient(top, #bb9655 0%, #e2bb68 100%);
	background: -ms-linear-gradient(top, #bb9655 0%, #e2bb68 100%);
	background: linear-gradient(to bottom, #bb9655 0%, #e2bb68 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb9655', endColorstr='#e2bb68', GradientType=0);
	height: 550px;
}

:root .pro-page5 {
	filter: none;
}

.pro-page6 {
	background: #de7c6a;
	background: -moz-linear-gradient(top, #df6d57 0%, #db8577 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df6d57), color-stop(100%, #db8577));
	background: -webkit-linear-gradient(top, #df6d57 0%, #db8577 100%);
	background: -o-linear-gradient(top, #df6d57 0%, #db8577 100%);
	background: -ms-linear-gradient(top, #df6d57 0%, #db8577 100%);
	background: linear-gradient(to bottom, #df6d57 0%, #db8577 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df6d57', endColorstr='#db8577', GradientType=0);
	height: 550px;
}

:root .pro-page6 {
	filter: none;
}

.apply-soon {
	width: 220px;
	height: 50px;
	background: #fff;
	font-size: 24px;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	bottom: 90px;
	line-height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.pro-page3 .apply-soon {
	color: #02a6f2;
}

.pro-page4 .apply-soon {
	color: #01b97d;
}

.pro-page5 .apply-soon {
	color: #ec9b0e;
}

.pro-page6 .apply-soon {
	color: #eb4b2c;
}

.map-main {
	background: #f5f5f5;
	overflow: hidden;
	height: 600px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.map-main .wrapper {
	height: 100%;
}

.map-left {
	width: 320px;
	float: left;
	height: 100%;
}

.map-right {
	width: 658px;
	height: 100%;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	position: relative;
	margin-left: 320px;
}

.tab {
	height: 50px;
	border-bottom: 1px solid #71a9e8;
}

.tab a {
	width: 50%;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #3D3D3D;
	position: relative;
	display: block;
	float: left;
	background: #fff;
}

.tab a.active {
	background: #1977df;
	color: #fff;
}

.tab a span {
	width: 12px;
	height: 7px;
	position: absolute;
	display: block;
	left: 50%;
	bottom: -1px;
	margin-left: -6px;
	z-index: 3;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/bgTab.gif) no-repeat;
	display: none;
}

.tab a.active span {
	display: block;
}

.address-select {
	margin-right: 12px;
	height: 38px;
	border: 1px solid #ececec;
	position: relative;
	margin-top: 15px;
	margin-bottom: 13px;
	background: #fff;
	z-index: 3;
}

.address-select span {
	display: inline-block;
	padding-left: 25px;
	line-height: 38px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/pin1.png) no-repeat 7px center;
	font-size: 14px;
}

.address-select i {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 7px;
	right: 4px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/ad.png) no-repeat center center;
}

.address-pop {
	border: 1px solid #ececec;
	position: absolute;
	top: 38px;
	left: -1px;
	display: none;
	width: 100%;
	background: #f5f5f5;
}

.address-tab {
	height: 36px;
}

.address-tab a {
	display: block;
	width: 153px;
	height: 35px;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	color: #3D3D3D;
	border-bottom: 1px solid #ececec;
	float: left;
}

.address-tab a.active {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #1977df;
}

.address-tab a.last {
	width: 152px;
	border-left: 1px solid #ececec;
}

.address-province {
	padding: 5px;
	background: #fff;
}

.address-province a {
	display: inline-block;
	font-size: 14px;
	float: left;
	width: 25%;
	line-height: 36px;
	text-align: center;
	color: #3D3D3D;
}

.address-province a:hover,
.address-province a.active {
	color: #1977df;
}

.dls-list {
	margin-right: 0;
	height: 480px;
	overflow: hidden;
	overflow-y: auto;
	position: relative;
}

.jspHorizontalBar {
	display: none;
}

.dls {
	border: 1px solid #ececec;
	margin-bottom: 15px;
	background: #fff;
	overflow: hidden;
	clear: both;
}

.dls dt {
	font-size: 16px;
	height: 38px;
	color: #3D3D3D;
	line-height: 38px;
	padding: 0 10px;
	background: #f8f8f8;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.dls dt .num {
	display: inline-block;
	width: 17px;
	height: 17px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin-right: 5px;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	text-align: center;
	background: #ff2727;
	float: left;
	margin-top: 10px;
}

.dls dt .field-title {
	width: 256px;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.dls.focus dt .num {
	background: #0079ff;
}

.dls dt a {
	display: block;
	position: absolute;
	width: 88px;
	height: 28px;
	top: 5px;
	right: 8px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #1977df;
	line-height: 28px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	visibility: hidden;
}

.dls dd {
	padding: 0 10px;
}

.dls dd p {
	border-bottom: 1px solid #ececec;
	line-height: 18px;
	padding: 9px 0;
	font-size: 12px;
	overflow: hidden;
	word-break: break-all;
}

.dls dd p.last {
	border-bottom: none;
	color: #3D3D3D;
}

.dls dd p.last a {
	color: #1977df;
	text-decoration: underline;
}

.dls dd p label {
	color: #999;
	float: left;
}

.dls dd p span {
	float: right;
	color: #666;
	max-width: 68%;
}

.gray {
	background: #f5f5f5;
}

.white {
	background: #fff;
}

.ques-left {
	width: 235px;
}

.ques-right {
	width: 702px;
}

.container {
	padding: 20px 20px 10px;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	margin-bottom: 20px;
	transition: all 0.4s ease-in;
}

.answer {
	border: 1px solid #e9e9e9;
	background: #fff;
}

.answer .container {
	border: none;
}

.page .ques-left h3 {
	text-align: left;
	margin-bottom: 30px;
}

.page .container h2 {
	font-size: 24px;
	text-align: left;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/ques-title-bg.png) no-repeat left center;
	padding-left: 40px;
}

.ques-list {
	font-size: 14px;
	color: #222;
}

.ques-list li {
	width: 235px;
	margin-bottom: 12px;
}

.ques-list li span {
	width: 225px;
	height: 30px;
	line-height: 30px;
	display: block;
	padding-left: 10px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/ques-icon.png) no-repeat;
	background-position: 220px 13px;
	cursor: pointer;
}

.ques-list li .first {
	background: none;
}

.ques-list li span:hover {
	color: #fff;
	background-color: #1977df;
	background-position: 220px -7px;
}

.ques-list li.clickIn span {
	background-color: #1977df;
	color: #fff;
}

.ques-list li.clickIn span {
	background-position: 220px -28px;
}

.slideDown {
	padding-left: 20px;
	display: none;
}

.slideDown a {
	display: inline-block;
	margin: 9px 0 5px;
	color: #787878;
	font-size: 12px;
	width: 215px;
}

.slideDown a.active,
.slideDown a:hover {
	color: #1977df;
}

.container .content {
	padding-left: 45px;
	padding-top: 25px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
	line-height: 26px;
}

.container em {
	font-style: normal;
	font-size: 14px;
	color: #1977df;
	padding-right: 15px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/twxq.png) no-repeat;
	background-position: 30px 7px;
	cursor: pointer;
	float: right;
}

.container em.close {
	background-position: 33px -9px;
}

.wrap {
	padding-top: 20px;
	margin-bottom: 20px;
	height: 230px;
	overflow: hidden;
	transition: all 1s;
}

.open .wrap {
	height: 1270px;
}

.img-box {
	width: 30%;
	float: left;
	margin: 0 2.5% 0 0;
}

.img-box img {
	width: 100%;
}

.img-box p {
	padding-bottom: 5px;
	color: #222;
}

.news-container img {
	display: block;
}

.news-big {
	width: 480px;
	height: 432px;
}

.news-small {
	width: 240px;
	height: 210px;
	margin: 0 0 10px 10px;
}

.news-normal {
	width: 238px;
	margin: 0 9px 25px 0;
}

.page .case-title {
	font-size: 36px;
	margin-bottom: 35px;
}

.case-text {
	width: 440px;
	height: 40px;
	padding: 14px 20px;
	background: #f4f4f4;
}

.case-text p {
	font-size: 20px;
	color: #3d3d3d;
}

.case-text span {
	font-size: 14px;
	color: #999;
}

.ul-label {
	position: absolute;
	top: 115px;
	right: 10px;
	color: #fff;
}

*+html .ul-label li {
	float: left;
}

.news-big .ul-label {
	top: 335px;
}

.news-normal .ul-label {
	top: 210px;
}

.ul-label li {
	display: inline-block;
	width: 62px;
	height: 18px;
	text-align: center;
	line-height: 16px;
	margin-left: 8px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/ul-label-bg.png);
	border-radius: 2px;
}

.news-small .case-text {
	width: 200px;
}

.news-small .case-text p {
	font-size: 16px;
}

.news-normal .case-text {
	width: 198px;
	background: #fff;
}

.news-normal .case-text2 {
	width: 198px;
	background: #f4f4f4;
	color: #a3a3a3;
}

.news-normal .case-text p {
	font-size: 16px;
	color: #3d3d3d;
}

.news-normal.last {
	margin-right: 0;
}

.trade-nav {
	width: 100%;
	margin-bottom: 45px;
}

.trade-nav li {
	width: 8.33%;
	height: 70px;
	float: left;
	text-align: center;
	cursor: pointer;
}

*+html .trade-nav li {
	width: 8%;
}

.trade-nav li a {
	padding-top: 55px;
	font-size: 14px;
	line-height: 15px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/trade-nav.png) no-repeat;
	color: #666;
	display: block;
	width: 100%;
	text-align: center;
}

.trade-nav li.active a,
.trade-nav li a:hover {
	color: #1977df;
}

.trade-nav li a.all {
	background-position: 16px 0;
}

.trade-nav li a.dz {
	background-position: -66px 0;
}

.trade-nav li a.fz {
	background-position: -151px 0;
}

.trade-nav li a.hg {
	background-position: -235px 0;
}

.trade-nav li a.jx {
	background-position: -318px 0;
}

.trade-nav li a.jz {
	background-position: -402px 0;
}

.trade-nav li a.jy {
	background-position: -483px 0;
}

.trade-nav li a.mr {
	background-position: -567px 0;
}

.trade-nav li a.nl {
	background-position: -650px 0;
}

.trade-nav li a.sw {
	background-position: -733px 0;
}

.trade-nav li a.sh {
	background-position: -817px 0;
}

.trade-nav li a.ly {
	background-position: -900px 0;
}

.trade-nav .all:hover,
.trade-nav li.active a.all {
	background-position: 16px -90px;
}

.trade-nav .dz:hover,
.trade-nav li.active a.dz {
	background-position: -66px -90px;
}

.trade-nav .fz:hover,
.trade-nav li.active a.fz {
	background-position: -151px -90px;
}

.trade-nav .hg:hover,
.trade-nav li.active a.hg {
	background-position: -235px -90px;
}

.trade-nav .jx:hover,
.trade-nav li.active a.jx {
	background-position: -318px -90px;
}

.trade-nav .jz:hover,
.trade-nav li.active a.jz {
	background-position: -402px -90px;
}

.trade-nav .jy:hover,
.trade-nav li.active a.jy {
	background-position: -483px -90px;
}

.trade-nav .mr:hover,
.trade-nav li.active a.mr {
	background-position: -567px -90px;
}

.trade-nav .nl:hover,
.trade-nav li.active a.nl {
	background-position: -650px -90px;
}

.trade-nav .sw:hover,
.trade-nav li.active a.sw {
	background-position: -733px -90px;
}

.trade-nav .sh:hover,
.trade-nav li.active a.sh {
	background-position: -817px -90px;
}

.trade-nav .ly:hover,
.trade-nav li.active a.ly {
	background-position: -900px -90px;
}

.news-link {
	width: 100%;
}

.news-link li {
	width: 355px;
	height: 20px;
	padding-left: 30px;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1977df;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/news-link.png) no-repeat;
}

.news-link li a {
	font-size: 14px;
	color: #1977df;
}

.news-link li.video {
	background-position: 0 0;
}

.news-link li.Img {
	background-position: 0 -29px;
}

.place-nav {
	height: 38px;
	overflow: hidden;
	padding: 0 4px;
}

.place-nav li {
	text-align: center;
	color: #666;
	font-size: 16px;
	float: left;
	cursor: pointer;
	width: 71px;
	margin: 0 5px 20px;
}

.place-nav li:hover {
	color: #1078ea;
}

.place-nav li.clickIn {
	background: #1078ea;
	color: #fff;
	border-radius: 3px;
}

.place-nav.open {
	height: auto;
}

.more-place {
	margin: 0 auto 30px;
	display: block;
	width: 6em;
	color: #1977df;
	font-size: 14px;
	text-align: center;
}

.bottom-text {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.page.bottom-text {
	padding-top: 30px;
}

.bottom-text a {
	font-size: 18px;
	color: #1977df;
	margin-top: 5px;
	display: inline-block;
}

.Q1-img {
	width: 100%;
}

.red-text {
	color: #ef0a0a;
}

.wrap-q2 {
	height: 492px;
	padding-top: 10px;
}

.shadow {
	width: 30%;
	height: 380px;
	position: absolute;
	background: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	top: 39px;
	left: 0;
	display: none;
}

.blow-up {
	width: 30%;
	height: 190px;
	padding-top: 190px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/blowUp.png) no-repeat center 140px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 39px;
	color: #fff;
	display: none;
}

.open .show-wrap {
	height: 570px;
}

.show-wrap ul li {
	float: left;
	margin-left: 20px;
	margin-right: 75px;
}

.show-wrap .diff-text span {
	margin-left: 5em;
	display: inline-block;
}

.show-wrap .diff-text label {
	width: 5em;
	position: absolute;
}

.show-wrap h4 {
	font-size: 18px;
	color: #222;
	margin-top: 30px;
	margin-bottom: 10px;
}

.list {
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}

.list span {
	display: inline-block;
	margin: 15px auto auto 20px;
}

.list span p {
	color: #222;
}

.list img,
.list span {
	float: left;
}

.money-wrap {
	height: 270px;
}

.open .money-wrap {
	height: 540px;
}

.click-wrap {
	height: 330px;
}

.click-wrap h4 {
	color: #222;
	margin-bottom: 10px;
}

.open .click-wrap {
	height: 590px;
}

.hf-wrap {
	height: 500px;
}

.znlj-wrap {
	height: 350px;
}

.znlj-wrap h4 {
	color: #222;
	margin-bottom: 5px;
}

.open .znlj-wrap {
	height: 770px;
}

.service {
	width: 310px;
}

.last-wrap {
	height: 400px;
}

.fgqg {
	margin-bottom: 30px;
}

.fgqg,
.pp {
	width: 100%;
}

.fgqg .service,
.pp .service {
	margin-right: 30px;
}

.service h4 {
	color: #222;
	margin-bottom: 10px;
}

.service p {
	margin-bottom: 10px;
}

.solution-nav ul {
	height: 88px;
	width: 980px;
	margin: 0px auto;
}

.solution-nav li {
	float: left;
	width: 25%;
	height: 100%;
}

.solution-nav a {
	width: 244px;
	height: 88px;
	display: block;
	border-left: 1px solid #e5e5e5;
	position: relative;
	color: #3d3d3d;
}

.solution-nav a:hover,
.solution-nav a.click {
	color: #fff;
}

.solution-nav a.ydtg {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/nav-jjfa1.png) no-repeat 40px center;
}

.solution-nav a.tspp {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/nav-jjfa2.png) no-repeat 30px 10px;
}

.solution-nav a.tspp span {
	left: 95px;
}

.solution-nav a.tzkh {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/nav-jjfa3.png) no-repeat 40px 10px;
}

.solution-nav a.o2o {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/nav-jjfa4.png) no-repeat 40px 10px;
	width: 243px;
	border-right: 1px solid #e5e5e5;
}

.solution-nav .ydtg:hover,
.solution-nav .ydtg.click {
	background: #1977df url(//s.e.baidu.com/sites/all/themes/ebaidu/images/nav-jjfa1-1.png) no-repeat 40px center;
}

.solution-nav .tspp:hover,
.solution-nav .tspp.click {
	background: #1977df url(//s.e.baidu.com/sites/all/themes/ebaidu/images/nav-jjfa2-1.png) no-repeat 30px 10px;
}

.solution-nav .tzkh:hover,
.solution-nav .tzkh.click {
	background: #1977df url(//s.e.baidu.com/sites/all/themes/ebaidu/images/nav-jjfa3-1.png) no-repeat 40px 10px;
}

.solution-nav .o2o:hover,
.solution-nav .o2o.click {
	background: #1977df url(//s.e.baidu.com/sites/all/themes/ebaidu/images/nav-jjfa4-1.png) no-repeat 40px 10px;
}

.solution-nav span {
	display: inline-block;
	position: absolute;
	left: 105px;
}

.solution-nav span.t20 {
	top: 18px;
	font-size: 18px;
}

.solution-nav span.t45 {
	top: 45px;
	font-size: 20px;
}

.page-banner {
	width: 100%;
	height: 400px;
	position: relative;
	background: #000;
	overflow: hidden;
}

.page-banner ul {
	width: 1900px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -950px;
}

.page-banner li {
	width: 100%;
	text-align: center;
}

.page-banner li img {
	height: 400px;
	max-width: 1900px;
}

.page .title-jjfa {
	font-size: 16px;
	margin: 30px auto 0;
	line-height: 30px;
}

.page-anchor {
	margin-top: 80px;
}

.w60 {
	width: 60%;
	margin: 80px auto 0;
}

.page-anchor li {
	float: left;
	font-size: 18px;
	text-align: center;
	cursor: pointer
}

.page-anchor li.w20 {
	width: 20%;
}

.page-anchor li.w50 {
	width: 50%;
}

.page-anchor li.w25 {
	width: 25%;
}

.page-anchor .mg {
	margin: 0 auto 30px;
}

.page-anchor .org {
	width: 140px;
	height: 100px;
	padding-top: 40px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/org.png) no-repeat center;
	margin-bottom: 30px;
	background-size: 80%;
	position: relative;
	transition: all 0.5s;
}

.page-anchor .org:hover {
	background-size: 100%;
}

.page-anchor .org:after {
	content: '';
	display: block;
	width: 134px;
	height: 134px;
	border-radius: 50%;
	border: 2px solid #fe9c2e;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.8s;
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.page-anchor .org:hover:after {
	width: 157px;
	height: 157px;
	top: -10px;
	left: -10px;
	display: block;
	opacity: 1;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.page-anchor .ydjz {
	width: 140px;
	height: 100px;
	padding-top: 40px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/ydjz.png) no-repeat center;
	margin-bottom: 30px;
	background-size: 80%;
	position: relative;
	transition: all 0.5s;
}

.page-anchor .ydjz:hover {
	background-size: 100%;
}

.page-anchor .ydjz:after {
	content: '';
	display: block;
	width: 134px;
	height: 134px;
	border-radius: 50%;
	border: 2px solid #ff5f80;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.8s;
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.page-anchor .ydjz:hover:after {
	width: 157px;
	height: 157px;
	top: -10px;
	left: -10px;
	display: block;
	opacity: 1;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.page-anchor .llgg {
	width: 140px;
	height: 100px;
	padding-top: 40px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/llgj.png) no-repeat center;
	margin-bottom: 30px;
	background-size: 80%;
	position: relative;
	transition: all 0.5s;
}

.page-anchor .llgg:hover {
	background-size: 100%;
}

.page-anchor .llgg:after {
	content: '';
	display: block;
	width: 134px;
	height: 134px;
	border-radius: 50%;
	border: 2px solid #0c85ff;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.8s;
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.page-anchor .llgg:hover:after {
	width: 157px;
	height: 157px;
	top: -10px;
	left: -10px;
	display: block;
	opacity: 1;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.page-anchor .llzh {
	width: 140px;
	height: 100px;
	padding-top: 40px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/llzh.png) no-repeat center;
	margin-bottom: 30px;
	background-size: 80%;
	position: relative;
	transition: all 0.5s;
}

.page-anchor .llzh:hover {
	background-size: 100%;
}

.page-anchor .llzh:after {
	content: '';
	display: block;
	width: 134px;
	height: 134px;
	border-radius: 50%;
	border: 2px solid #8f41f5;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.8s;
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.page-anchor .llzh:hover:after {
	width: 157px;
	height: 157px;
	top: -10px;
	left: -10px;
	display: block;
	opacity: 1;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.page-anchor .ydtg {
	width: 140px;
	height: 100px;
	padding-top: 40px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/ydtg.png) no-repeat center;
	margin-bottom: 30px;
	background-size: 80%;
	position: relative;
	transition: all 0.5s;
}

.page-anchor .ydtg:hover {
	background-size: 100%;
}

.page-anchor .ydtg:after {
	content: '';
	display: block;
	width: 134px;
	height: 134px;
	border-radius: 50%;
	border: 2px solid #00a2d7;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.8s;
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.page-anchor .ydtg:hover:after {
	width: 157px;
	height: 157px;
	top: -10px;
	left: -10px;
	display: block;
	opacity: 1;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.title-ydjz {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/ydjz-icon.png) no-repeat left 12px;
	padding-left: 70px;
}

.describe {
	padding-top: 30px;
}

.box-yd {
	width: 45%;
}

.page .describe h2,
.wifiBox h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.page .describe h3,
.wifiBox h3 {
	font-size: 16px;
}

.apply-online {
	width: 180px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin: 50px auto auto;
	background: #1977df;
	border-radius: 3px;
	display: block;
}

.phoneBox {
	width: 100%;
	margin-top: 50px;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
}

.tspp-box {
	width: 100%;
	margin-top: 50px;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
}

.tspp-box img {
	display: block;
	margin: 0 auto;
}

.title-llgj {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/llgj-icon.png) no-repeat left center;
	padding-left: 70px;
	line-height: 66px;
	display: inline-block;
}

.rzd {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/tspp1-1.png) no-repeat left center;
	padding-left: 70px;
	line-height: 66px;
	display: inline-block;
}

.zmd {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/tspp2-1.png) no-repeat left center;
	padding-left: 70px;
	line-height: 66px;
	display: inline-block;
}

.myd {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/tspp3-1.png) no-repeat left center;
	padding-left: 70px;
	line-height: 66px;
	display: inline-block;
}

.qwx {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/tspp4-1.png) no-repeat left center;
	padding-left: 70px;
	line-height: 66px;
	display: inline-block;
}

.dhcx {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/tzkh1-1.png) no-repeat left center;
	padding-left: 70px;
	line-height: 66px;
	display: inline-block;
}

.tsxz {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/tzkh2-1.png) no-repeat left center;
	padding-left: 70px;
	line-height: 66px;
	display: inline-block;
}

.khxs {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/tzkh3-1.png) no-repeat left center;
	padding-left: 70px;
	line-height: 66px;
	display: inline-block;
}

.xyty {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/tzkh4-1.png) no-repeat left center;
	padding-left: 70px;
	line-height: 66px;
	display: inline-block;
}

.cpxl {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/tzkh5-1.png) no-repeat left center;
	padding-left: 70px;
	line-height: 66px;
	display: inline-block;
}

.zdkh {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/zdkh1.png) no-repeat left center;
	padding-left: 70px;
	line-height: 66px;
	display: inline-block;
}

.sdq {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/sdq1.png) no-repeat left center;
	padding-left: 70px;
	line-height: 60px;
	display: inline-block;
}

.img-mg {
	margin: 0 20px;
}

.pd {
	padding-bottom: 0;
}

.bd {
	border-bottom: none;
}

.text-box {
	width: 100%;
	margin: 45px auto;
}

.text-box h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.text-box h3 {
	font-size: 16px;
	line-height: 30px;
}

.box-ll {
	width: 25%;
}

.box-p {
	width: 100%;
}

.title-llzh {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/llzh-icon.png) no-repeat left 12px;
	padding-left: 70px;
}

.wifiBox {
	padding-left: 10px;
	width: 450px;
	margin-top: 70px;
}

.wifiBox h2,
.wifiBox h3 {
	text-align: left;
}

.wifiBox .apply-online {
	margin: 40px 1px auto;
}

.title-ydtg {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/ydtg-icon.png) no-repeat left 12px;
	padding-left: 70px;
}

.details-l {
	width: 618px;
	border: 1px solid #e7e7e7;
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.details-r {
	width: 240px;
	padding: 20px;
	border: 1px solid #e7e7e7;
	margin-top: 30px;
	margin-bottom: 20px;
}

.details-l h2 {
	font-size: 24px;
	text-align: center;
	padding-bottom: 5px;
}

.details-l h3 {
	font-size: 14px;
	text-align: center;
	color: #666;
}

.details-l .hr {
	margin: 30px 0;
	border-top: 1px solid #e5e5e5;
}

.details-top {
	width: 580px;
	padding: 20px 20px 0 20px;
	border: 1px solid #e7e7e7;
	background: #f9f9f9;
	font-size: 16px;
	color: #222;
}

.details-top label {
	color: #666;
	width: 4em;
	margin-right: 15px;
	display: inline-block;
}

.details-top li {
	margin-bottom: 20px;
}

.details-top li span {
	background: #1c77df;
	color: #fff;
	padding: 1px 5px;
	border-radius: 3px;
	margin-right: 10px;
}

.videoBox {
	width: 620px;
	height: 434px;
	border: 1px solid #f9f9f9;
	margin-top: 30px;
	background: #c5c5c5;
}

.details-l p {
	font-size: 16px;
	color: #3d3d3d;
	line-height: 30px;
}

.details-l p.title-blue {
	font-size: 18px;
	color: #1c77df;
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: normal;
}

.details-l p.title-black {
	margin-bottom: 30px;
}

.details-r h2 {
	font-size: 18px;
	color: #222;
}

.details-r .hr {
	margin: 20px 0;
	border-top: 1px solid #e5e5e5;
}

.details-r .news-small {
	margin: 0 0 20px 0;
}

.details-r-box {
	width: 280px;
}

.news-details p {
	text-indent: 2em;
	margin-bottom: 1em;
}

.news-details p.center {
	text-indent: 0;
	margin-bottom: 0;
	text-align: center;
}

.news-details p.center img {
	max-width: 100%;
}

.view--xin-w li {
	height: 68px;
	overflow: hidden;
	margin-bottom: 20px;
}

.view--xin-w li .news-img-left {
	width: 88px;
	height: 68px;
	float: left;
	margin-right: 10px;
}

.view--xin-w li h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

.view--xin-w li span.time {
	color: #a3a3a3;
}

.view--xin-w li h3 a {
	color: #3d3d3d;
}

.new-content img {
	float: left;
}

.new-content .fr {
	width: 140px;
	color: #3e3e3e;
	font-size: 14px;
}

.new-content .time {
	font-size: 12px;
	margin-top: 5px;
}

.news-list {
	margin-bottom: 20px;
	display: block;
}

.pro-yellow {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/bgpro-yellow.gif) repeat;
}

.pro-page .content {
	padding-left: 0;
	line-height: normal;
}

.img-region .padImg {
	margin-left: 45px;
}

.pro-page7 {
	background: #6c64b3;
	background: -moz-linear-gradient(top, #645cb1 0%, #9f97c2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #645cb1), color-stop(100%, #9f97c2));
	background: -webkit-linear-gradient(top, #645cb1 0%, #9f97c2 100%);
	background: -o-linear-gradient(top, #645cb1 0%, #9f97c2 100%);
	background: -ms-linear-gradient(top, #645cb1 0%, #9f97c2 100%);
	background: linear-gradient(to bottom, #645cb1 0%, #9f97c2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#645cb1', endColorstr='#9f97c2', GradientType=0);
	height: 550px;
}

:root .pro-page7 {
	filter: none;
}

.pro-page7 .apply-soon {
	color: #6c64b3;
}

.pro-purple {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/bgpro-purple.gif) repeat;
}

.imga2 {
	width: 353px;
}

.img-region {
	text-align: right;
}

.Img-mr {
	margin-right: 80px;
}

.Img-mr2 {
	margin-right: 24px;
}

.pro-page .content-right .padText {
	padding-left: 245px;
	margin-bottom: 20px;
}

.pro-page .content-right .padText2 {
	padding-left: 70px;
}

.pro-green {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/bgpro-green.gif) repeat;
}

.pro-org {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/bgpro-org.gif) repeat;
}

.pro-sky {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/bgpro-sky.gif) repeat;
}

.sq {
	background: #f5f5f5;
	padding-bottom: 60px;
}

.sq .content {
	width: 980px;
	padding-top: 25px;
	margin: 0 auto;
}

.sq h2 {
	font-size: 50px;
	color: #222222;
	text-align: left;
	margin: 24px 0 50px;
	text-align: center
}

.sq .apply-form {
	margin: 0px auto
}

.sq .apply-form form {
	width: 470px;
	margin: 0px auto;
}

.sq ul {
	font-size: 16px;
	color: #222222;
}

.sq li {
	margin: 15px 0 30px;
	height: 45px;
	position: relative;
}

.sq span.must {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/red.png) no-repeat right center;
}

.sq ul span {
	float: left;
	display: block;
	width: 100px;
	margin-right: 10px;
	line-height: 45px;
}

.sq li .error-tip,
.sq ul .text {
	display: block;
	font-size: 12px;
	color: #1977df;
	line-height: 20px;
	position: absolute;
	left: 100%;
	top: 0;
	height: 43px;
	background: #ecf5ff;
	border: 1px solid #abd3ff;
	white-space: nowrap;
	padding: 0 15px;
	line-height: 43px;
	width: auto;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 9;
}

.sq li .error-tip {
	color: #ef0a0a;
	background: #fff3f3;
	border: 1px solid #ffb9b9;
	display: block
}

.sq li .error-tip span {
	padding-left: 17px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/errorIcon.png) no-repeat left center;
}

.sq ul .text em,
.sq li .error-tip em {
	width: 9px;
	height: 12px;
	position: absolute;
	left: -9px;
	top: 50%;
	margin-top: -6px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/arrowText.png) no-repeat;
}

.sq li .error-tip em {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/errorArrow.png) no-repeat;
}

.sq select {
	height: 45px;
	height: 25px\9;
	margin-top: 10px\9;
	background: none;
	background-color: #ffffff;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	float: left;
	font-size: 16px;
	color: #222;
	padding-left: 5px;
}

.sq select.province {
	width: 115px;
	margin-right: 20px;
	background-position: 90px center;
}

.sq select.city {
	width: 217px;
	background-position: 192px center;
}

.sq select option {
	height: 25px;
	padding: 10px 0;
	line-height: 25px;
}

.sq input {
	width: 330px;
	height: 23px;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	padding: 10px;
	line-height: 23px;
	font-size: 16px;
	color: #222222;
}

.sq input:focus {
	border-color: #1977df;
}

.sq select.error,
.sq input.error {
	border: 1px solid #ef0a0a;
}

.sq .apply-form .a-blue {
	display: inline-block;
	width: 462px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	background: #1977df;
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
	border: none;
	margin-top: 30px;
}

.sq .hr {
	height: 422px;
	margin: 142px 20px 0;
	border: 1px solid #d0d0d0;
	border-right: none;
}

.sq h3 {
	font-size: 18px;
	color: #222222;
	text-align: center;
	margin: 40px 0 20px;
}

.sq .sqimg .number {
	width: 421px;
	margin: 0 auto;
}

.sq .sqimg .sp-numb {
	display: block;
	width: 38px;
	height: 56px;
	color: #1977df;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	font-size: 54px;
	text-align: center;
	line-height: 56px;
	float: left;
	margin-right: 6px;
}

.sq .sqimg .number .sp-text {
	display: inline-block;
	font-size: 16px;
	color: #cccccc;
	margin-top: 38px;
	float: right;
}

.sq .sqimg .big-box {
	width: 330px;
	height: 135px;
	margin: 0 auto;
}

.sq .sqimg .box {
	width: 70px;
	height: 127px;
	text-align: center;
	font-size: 16px;
	color: #999999;
	float: left;
}

.sq .sqimg .sp-bd {
	display: block;
	width: 70px;
	height: 70px;
	border: 1px solid #1977df;
	border: none\9;
	border-radius: 50px;
	color: #1977df;
	text-align: center;
	font-size: 36px;
	line-height: 70px;
	margin-bottom: 3px;
}

.sq .mglr {
	margin: 0 60px;
}

.sq .sqimg .tel {
	width: 350px;
	height: 80px;
	border: 1px solid #dcdcdc;
	background: #f9f9f9;
	margin: 10px auto 0;
	font-size: 16px;
	color: #222222;
	padding: 0 20px;
}

.sq .sqimg .tel span.text {
	display: inline-block;
	width: 130px;
	line-height: 80px;
	float: left;
}

.sq .sqimg .tel span.font-din {
	font-size: 30px;
	line-height: 80px;
	float: right;
	white-space: nowrap
}

.profile {
	width: 980px;
	margin: 0 auto;
}

.submit-success {
	width: 516px;
	height: 414px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -207px 0 0 -258px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 12;
	display: none;
}

.submit-success a.close {
	font-size: 24px;
	color: #b4b4b4;
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

.submit-success h2 {
	font-size: 30px;
	color: #222;
	padding-top: 156px;
	line-height: 40px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/success.png) no-repeat center 50px;
	text-align: center;
}

.submit-success p {
	font-size: 16px;
	line-height: 30px;
	color: #3d3d3d;
	text-align: center;
	padding: 15px 0 30px;
}

.submit-success p span {
	font-size: 20px;
	color: #1977df;
}

.submit-success a.back {
	line-height: 30px;
	color: #1977df;
	font-size: 14px;
}

.page-wangdan .block-system,
.page-user .block-system {
	width: 980px;
	margin: 0px auto;
}

.page-admin-wangdan .views-table {
	line-height: 24px;
	margin: 20px auto;
	border: 1px solid #bebfb9;
	width: 100%;
}

.page-admin-wangdan .views-table th {
	text-transform: uppercase;
	background: #e1e2dc;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	border-color: #bebfb9;
	padding: 3px 10px;
}

.page-admin-wangdan .views-table tr.odd {
	background: #fff;
}

.page-admin-wangdan .views-table td {
	padding: 5px;
}

.answer {
	display: none;
}

.answer p {
	margin-bottom: 10px;
}

.answer p.em2 {
	text-indent: 2em;
}

.answer img {
	margin: 20px auto;
	display: block;
}

.content-ul li {
	list-style-type: disc;
}

.node-page {
	background: #f5f5f5;
}

.page-help .block-system {
	background: #f5f5f5;
}

#share {
	margin: 15px auto 0;
	float: right;
}

#share a.bds_tqq,
#share a.bds_douban,
#share a.bds_sqq,
#share a.bds_tsina {
	padding: 0;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0 5px 0 10px;
}

#share a.bds_tsina {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/weibo.png) no-repeat center;
}

#share a.bds_sqq {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/sqq.png) no-repeat center;
}

#share a.bds_douban {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/douban.png) no-repeat center;
}

#share a.bds_tqq {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/tqq.png) no-repeat center;
}

.bdsharebuttonbox label {
	float: left;
	line-height: 30px;
}

.font-plus {
	font-family: Arial;
	font-size: 40px;
	color: #222;
}

.page-anchor li.t1,
.page-anchor li.t2,
.page-anchor li.t3,
.page-anchor li.t4,
.page-anchor li.t5 {
	line-height: 0px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.page-anchor li.t1 {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/t1.png) no-repeat;
}

.page-anchor li.t2 {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/t2.png) no-repeat;
}

.page-anchor li.t3 {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/t3.png) no-repeat;
}

.page-anchor li.t4 {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/t4.png) no-repeat;
}

.page-anchor li.t5 {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/t5.png) no-repeat;
}

dl.p3 .text-blue {
	color: #1977df;
}

dl.p3 .p-18 {
	font-size: 18px;
}

h2.mgt {
	margin-top: 40px;
}

.wifiBox img {
	margin: 0;
}

dl.pd {
	padding: 0;
}

.box-yd h3,
.wifiBox h3,
.box-p h3 {
	line-height: 30px;
}

.details-r-box .block-views {
	padding: 20px 19px;
	border: 1px solid #e7e7e7;
	margin-top: 30px;
	margin-bottom: 20px;
	background: #fff;
}

.details-r-box .block-views h2 {
	font-size: 18px;
	color: #222;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.news-main {
	background: #f5f5f5;
}

.page-news h2.pane-title {
	font-size: 36px;
	color: #3D3D3D;
	padding: 50px 0 32px;
	margin: 0px auto;
	text-align: left;
}

.news-main li {
	overflow: hidden;
	padding-bottom: 20px;
}

.news-main .news-img-left {
	width: 120px;
	height: 90px;
	float: left;
	margin-right: 15px;
}

.news-main h3 {
	font-size: 16px;
	color: #3e3e3e;
	margin: 5px 0;
}

.news-main h3 a {
	color: #333;
}

.new-Img {
	text-align: center;
	width: 100%;
	display: inline-block;
}

.news-main .new-content {
	width: 570px;
	float: right;
}

.news-main p {
	font-size: 14px;
	color: #3e3e3e;
	margin-top: 5px;
}

.news-main p a {
	color: #3e3e3e;
}

.news-main p.time {
	margin-top: 15px;
	color: #a5a5a5
}

.news-main .past {
	width: 980px;
	margin: 0px auto;
}

.news-main .past ul {
	width: 50%;
}

.news-main .past li {
	width: 100%;
	float: left;
	margin: 10px 0;
}

.news-main .past a {
	width: 94%;
	height: 20px;
	display: inline-block;
	color: #1977df;
	font-size: 14px;
	padding-left: 6%;
}

.news-main .past .play {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/play.png) no-repeat left center;
}

.news-main .past .newimg {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/newimg.png) no-repeat left center;
}

.news-main .past ul.fr a {
	width: 84%;
	margin-left: 10%;
}

.news-main .past a.a-blue {
	display: block;
	width: 140px;
	height: 30px;
	border: 1px solid #1977df;
	border-radius: 4px;
	text-align: center;
	padding: 0;
	line-height: 30px;
	margin: 30px auto 70px;
}

.page-news .block-system {
	background: #f5f5f5;
}

.center-wrapper {
	width: 980px;
	margin: 0px auto;
	overflow: hidden
}

.page-news .panel-col-first {
	width: 368px;
}

.page-news .panel-col-last {
	width: 582px;
	margin-left: 29px;
}

.view-latest-zhuanti li {
	height: 145px;
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 0;
	padding-right: 10px;
}

.view-latest-zhuanti li h3 {
	font-size: 20px;
	margin: 15px 0;
}

.view-latest-zhuanti li .news-img-left {
	width: 220px;
	height: 145px;
	margin-right: 20px;
}

.news-item li {
	line-height: 30px;
	font-size: 14px;
	white-space: nowrap;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis
}

.news-item li a {
	color: #1977df;
}

.view-last-news .news-item li a {
	display: block;
	float: left;
	width: 65%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.view-last-news .news-item li span.time {
	float: right;
	color: #a5a5a5;
}

.details-l img {
	width: 100%;
}

.details-l .em2 {
	text-indent: 2em;
	margin: 10px 0;
}

.tradeBox {
	display: none;
}

#allCity,
#allIndus {
	display: block;
}

.case-text p {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.pane-last-news {
	width: 980px;
	margin: 0px auto;
	padding-bottom: 50px;
}

.page-news .pane-last-news h2.pane-title {
	padding-top: 0;
}

.case-list>li {
	position: relative;
	margin-bottom: 20px;
	background: #f4f4f4;
}

.case-list h3 {
	padding: 5px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}

.case-list h3 a {
	color: #333;
}

.case-list h4 {
	padding: 0 10px 10px;
	color: #a3a3a3;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.case-list .item-list {
	position: absolute;
	bottom: 65px;
	right: 5px;
}

.case-list .item-list ul {
	width: 100%;
}

.case-list .item-list li {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0 5px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	border-radius: 2px;
}

.img-region.sousuo {
	width: 570px;
	height: 300px;
	padding: 23px 4px 0 4px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/proimg1.png) no-repeat;
}

.pro-page1 .yidong {
	width: 216px;
	height: 300px;
	padding: 54px 16px 0 15px;
	right: 80px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/green1.png) no-repeat;
}

.img-region.wangmeng {
	width: 570px;
	height: 300px;
	padding: 23px 0 0;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/purple1.png) no-repeat;
}

.img-region.pinpai,
.img-region.yingxiao,
.img-region.zengxiao {
	width: 570px;
	height: 300px;
	padding: 23px 4px 0;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/yellow1.png) no-repeat;
}

.img-region.yingxiao {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/org1.png) no-repeat;
}

.img-region.zengxiao {
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/sky1.png) no-repeat;
}

.news-normal-counter-4 {
	margin-right: 0;
}

.sticky-enabled {
	width: 100%;
	margin-bottom: 20px;
}

.sticky-enabled th,
.sticky-enabled td {
	padding: 5px;
	line-height: 20px;
}

.sq .text40 {
	font-size: 40px;
	text-align: center;
	margin-top: 55px;
}

.sq .text h3 {
	margin: 20px 0 0px;
	padding-bottom: 360px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/sqing.png) no-repeat bottom center;
}

.footer-apply-form {
	background: #F5F5F5;
	padding: 70px 0 60px;
}

.footer-apply-form form {
	width: 980px;
	margin: 0px auto;
	padding: 50px 0 0;
	position: relative
}

.footer-apply-form ul {
	padding-bottom: 25px;
}

.footer-apply-form .sq li {
	width: 50%;
	float: left;
	margin: 0 0 15px;
}

.footer-apply-form .sq li.tr {
	text-align: right;
}

.footer-apply-form .sq li.tr span {
	margin-right: 0;
	padding-right: 17px;
}

.footer-apply-form .a-blue {
	width: 460px;
	height: 52px;
	background: #1977df;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	display: block;
	margin: 0px auto 0;
	font-size: 18px;
	color: #fff;
	border: none;
}

.footer-apply-form .sq li .error-tip {
	left: 97%;
}

.footer-apply-form .sq li.tr .error-tip {
	left: 102%;
}

.pop-form {
	width: 640px;
	height: 540px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -260px 0 0 -320px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 12;
	display: none;
}

.pop-form a.close {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 32px;
	text-align: center;
	line-height: 40px;
	color: #b4b4b4;
}

.pop-form a.close:hover {
	color: #ef0a0a;
}

.pop-form-main h2 {
	padding: 35px 0 25px;
	text-align: center;
	font-size: 30px;
	color: #222;
}

.pop-form-main .sq {
	background: none;
	width: 464px;
	margin: 0px auto;
}

.pop-form-main .sq li {
	margin-bottom: 10px;
}

.pop-form-main .sq .a-blue {
	width: 100%;
	height: 52px;
	background: #1977df;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	display: block;
	margin: 10px auto 0;
	font-size: 18px;
	color: #fff;
	border: none;
}

.pop-form-main h3 {
	margin: 20px 0 0px;
	padding-bottom: 360px;
	font-size: 18px;
	color: #222;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/sqing.png) no-repeat bottom center;
	text-align: center;
}

.apply-form-msg {
	color: #ef0a0a;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}

.pop-form-main .apply-form-msg {
	width: 80%;
	line-height: 20px;
	margin: -20px auto 0px;
}

.table-p {
	width: 100%;
	border: 1px solid #dfdfdf;
	border-collapse: collapse;
	margin-top: 20px;
}

.table-p th {
	padding: 10px 20px;
	text-align: left;
	background: #eee;
	font-size: 18px;
	line-height: 24px;
	border: 1px solid #dfdfdf;
	width: 448px;
}

.table-p td {
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 20px;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	background: #f9f9f9;
}

.table-p tr.odd td {
	border-bottom: 1px solid #dfdfdf;
	background: #f5f5f5;
}

.apply-form .form-item {
	clear: both;
	margin: 15px 0 30px;
	height: 45px;
}

.apply-form .form-item label {
	float: left;
	display: block;
	width: 100px;
	margin-right: 10px;
	line-height: 45px;
	font-size: 16px;
	color: #222222;
}

.apply-form .form-actions {
	overflow: hidden;
}

#wangdan-form #edit-submit {
	width: 47%;
	float: left;
	padding: 0;
}

.apply-form .form-actions #edit-delete {
	width: 47%;
	float: right;
	padding: 0;
	height: 50px;
	line-height: 50px;
	color: #222;
	background: #c4c4c4;
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
	border: none;
	margin-top: 30px;
}

.sq .form-select {
	width: 351px;
}

.apply-form .block .form-item {
	height: auto;
	position: relative;
	clear: both;
	margin: 15px 0 0;
	min-height: 45px;
}

.apply-form .form-item .description {
	padding-left: 110px;
	font-size: 12px;
	line-height: 18px;
}

.apply-form .form-actions #edit-submit {
	width: 100%;
}

.apply-form .form-submit {
	display: inline-block;
	width: 462px;
	height: 50px;
	color: #ffffff;
	background: #1977df;
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
	border: none;
	margin-top: 30px;
}

.sq .messages li {
	margin: 0;
	height: auto;
	font-size: 12px;
}

#user-pass label {
	width: 200px;
}

#user-pass input.form-text {
	width: 237px;
}

.apply-form .block .form-type-password-confirm {
	margin: 0;
}

.apply-form .block .form-type-password-confirm .form-item {
	width: 100%;
}

.apply-form .block .password-strength,
.apply-form .block div.password-confirm {
	position: absolute;
	left: 100%;
}

.apply-form div.form-item div.password-suggestions {
	display: none!important;
}

#edit-locale {
	display: none;
}

.view-wangdans {
	background: #f5f5f5;
	padding: 20px;
	line-height: 150%;
}

.view-wangdans a {
	color: #0074BD;
}

.geo {
	float: left;
	position: relative;
	border: 1px solid #eaeaea;
	height: 24px;
	margin-top: 23px;
	z-index: 9;
}

.geo span.select {
	display: block;
	padding: 0 20px 0 10px;
	background: url(//s.e.baidu.com/sites/all/themes/ebaidu/images/ad2.png) no-repeat right center;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	cursor: pointer;
}

.geo-box {
	width: 288px;
	border: 1px solid #eaeaea;
	position: absolute;
	top: 24px;
	left: -1px;
	background: #fff;
	padding: 10px;
	overflow: hidden;
	display: none;
}

.geo-box a {
	display: block;
	width: 52px;
	height: 22px;
	margin: 5px 10px;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #161616;
}

.geo-box a:hover,
.geo-box a.active {
	background: #1977df;
	color: #fff;
}

#block-views-diqu-percent-block {
	display: none;
}

.apply-form .form-textarea-wrapper {
	width: 351px;
	float: left;
}

.apply-form .form-textarea-wrapper textarea {
	border: 1px solid #c4c4c4;
}

ul.menu li {
	margin-left: 0;
}