@charset "UTF-8";
@font-face {
	font-family: 'DIN-Regular';
	src: url("../s.e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.eot")/*tpa=http://www.mzidea.com/s.e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.eot*//*tpa=http://www.mzidea.com/s.e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.eot*//*tpa=http://s.e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.eot*/;
	src: url("../e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.eot-")/*tpa=http://www.mzidea.com/e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.eot-*//*tpa=http://www.mzidea.com/e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.eot-*//*tpa=http://e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.eot%3F*/ format('embedded-opentype'), url("../s.e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.woff")/*tpa=http://www.mzidea.com/s.e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.woff*//*tpa=http://www.mzidea.com/s.e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.woff*//*tpa=http://s.e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.woff*/ format('woff'), url("../s.e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.ttf")/*tpa=http://www.mzidea.com/s.e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.ttf*//*tpa=http://www.mzidea.com/s.e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.ttf*//*tpa=http://s.e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.ttf*/ format('truetype'), url("../e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.svg-DIN-Regular")/*tpa=http://www.mzidea.com/e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.svg-DIN-Regular*//*tpa=http://www.mzidea.com/e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.svg-DIN-Regular*//*tpa=http://e.baidu.com/sites/all/themes/ebaidu/fonts/din-regular.svg%23DIN-Regular*/ format('svg');
	font-weight: normal;
	font-style: 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 {
	position: relative;
	width: 100%;
}
.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("../images/bg.png")/*tpa=http://www.mzidea.com/images/bg.png*//*tpa=http://www.mzidea.com/images/bg.png*//*tpa=http://www.baidufuhua.cn/images/bg.png*/ no-repeat;
	background-image: -webkit-image-set(url("../images/bg.png")/*tpa=http://www.mzidea.com/images/bg.png*//*tpa=http://www.mzidea.com/images/bg.png*//*tpa=http://www.baidufuhua.cn/images/bg.png*/ 1x, url("../images/bg@2x.png")/*tpa=http://www.mzidea.com/images/bg@2x.png*//*tpa=http://www.mzidea.com/images/bg@2x.png*//*tpa=http://www.baidufuhua.cn/images/bg@2x.png*/ 2x);
	background-image: -moz-image-set(url("../images/bg.png")/*tpa=http://www.mzidea.com/images/bg.png*//*tpa=http://www.mzidea.com/images/bg.png*//*tpa=http://www.baidufuhua.cn/images/bg.png*/ 1x, url("../images/bg@2x.png")/*tpa=http://www.mzidea.com/images/bg@2x.png*//*tpa=http://www.mzidea.com/images/bg@2x.png*//*tpa=http://www.baidufuhua.cn/images/bg@2x.png*/ 2x);
	background-image: -ms-image-set(url("../images/bg.png")/*tpa=http://www.mzidea.com/images/bg.png*//*tpa=http://www.mzidea.com/images/bg.png*//*tpa=http://www.baidufuhua.cn/images/bg.png*/ 1x, url("../images/bg@2x.png")/*tpa=http://www.mzidea.com/images/bg@2x.png*//*tpa=http://www.mzidea.com/images/bg@2x.png*//*tpa=http://www.baidufuhua.cn/images/bg@2x.png*/ 2x);
	background-image: -o-image-set(url("../images/bg.png")/*tpa=http://www.mzidea.com/images/bg.png*//*tpa=http://www.mzidea.com/images/bg.png*//*tpa=http://www.baidufuhua.cn/images/bg.png*/ 1x, url("../images/bg@2x.png")/*tpa=http://www.mzidea.com/images/bg@2x.png*//*tpa=http://www.mzidea.com/images/bg@2x.png*//*tpa=http://www.baidufuhua.cn/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("../images/bgDevelop.png")/*tpa=http://www.mzidea.com/images/bgDevelop.png*//*tpa=http://www.mzidea.com/images/bgDevelop.png*//*tpa=http://www.baidufuhua.cn/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;
	padding-left:0!important
}
@-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;
	overflow: hidden
}
.footer a {
	color: #acacac;
}
.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("../images/mail.png")/*tpa=http://www.mzidea.com/images/mail.png*//*tpa=http://www.mzidea.com/images/mail.png*//*tpa=http://www.baidufuhua.cn/images/mail.png*/ no-repeat left center;
	display: inline-block;
}
.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("../images/red.png")/*tpa=http://www.mzidea.com/images/red.png*//*tpa=http://www.mzidea.com/images/red.png*//*tpa=http://www.baidufuhua.cn/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("../images/errorIcon.png")/*tpa=http://www.mzidea.com/images/errorIcon.png*//*tpa=http://www.mzidea.com/images/errorIcon.png*//*tpa=http://www.baidufuhua.cn/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("../images/arrowText.png")/*tpa=http://www.mzidea.com/images/arrowText.png*//*tpa=http://www.mzidea.com/images/arrowText.png*//*tpa=http://www.baidufuhua.cn/images/arrowText.png*/ no-repeat;
}
.sq li .error-tip em {
	background: url("../images/errorArrow.png")/*tpa=http://www.mzidea.com/images/errorArrow.png*//*tpa=http://www.mzidea.com/images/errorArrow.png*//*tpa=http://www.baidufuhua.cn/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
}
.font-plus {
	font-family: Arial;
	font-size: 40px;
	color: #222;
}
.sq .text40 {
	font-size: 40px;
	text-align: center;
	margin-top: 55px;
}
.sq .text h3 {
	margin: 20px 0 0px;
	padding-bottom: 360px;
	background: url("../images/sqing.png")/*tpa=http://www.mzidea.com/images/sqing.png*//*tpa=http://www.mzidea.com/images/sqing.png*//*tpa=http://www.baidufuhua.cn/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: 30px;
}
.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("../images/sqing.png")/*tpa=http://www.mzidea.com/images/sqing.png*//*tpa=http://www.mzidea.com/images/sqing.png*//*tpa=http://www.baidufuhua.cn/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;
}
