﻿* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	list-style:none
}
body {
	font-family:"Microsoft Yahei";
	min-width:1200px
}
strong {
	font-weight:normal
}
.strong {
	font-weight:bold
}
::selection {
	background:#1eacdf;
	color:#fff
}
img {
	border:0
}
::-moz-selection {
	background:#1eacdf;
	color:#fff
}
::-webkit-selection {
	background:#1eacdf;
	color:#fff
}
.autoWidth {
	margin:0 auto;
	min-width:1200px;
	max-width:1200px;
	_width:1200px
}
.auto {
	margin:0 auto;
	min-width:1200px;
	max-width:1200px;
	_width:1200px
}
.clearfix {
	*zoom:1
}
.clearfix:before,.clearfix:after {
	display:table;
	line-height:0;
	content:""
}
.clearfix:after {
	clear:both
}
.pull-right {
	float:right
}
.pull-left {
	float:left
}
.hide {
	display:none
}
.show {
	display:block
}
.invisible {
	visibility:hidden
}
.text-left {
	text-align:left
}
.text-right {
	text-align:right
}
.text-center {
	text-align:center
}
.img-rounded {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px
}
.img-polaroid {
	padding:4px;
	background-color:#fff;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	box-shadow:0 1px 3px rgba(0,0,0,0.1)
}
.img-circle {
	-webkit-border-radius:500px;
	-moz-border-radius:500px;
	border-radius:500px
}
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0
}
.input-block-level {
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.fade {
	opacity:0;
	-webkit-transition:opacity .15s linear;
	-moz-transition:opacity .15s linear;
	-o-transition:opacity .15s linear;
	transition:opacity .15s linear
}
.fade.in {
	opacity:1
}
.affix {
	position:fixed
}
.default-transition,.default-transition-fast,.default-transition-slow,.default-transition-children>*,.default-transition-children-fast>*,.default-transition-children-slow>*,.default-transition-tree *,.default-transition-tree-fast *,.default-transition-tree-slow * {
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
	-ms-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
	-webkit-transition-timing-function:ease;
	-moz-transition-timing-function:ease;
	-ms-transition-timing-function:ease;
	-o-transition-timing-function:ease;
	transition-timing-function:ease;
	-webkit-transition-property:background-color,background-position,color,border-color,opacity,z-index,transform,-webkit-box-shadow;
	-moz-transition-property:background-color,background-position,color,border-color,opacity,z-index,transform,-moz-box-shadow;
	-ms-transition-property:background-color,background-position,color,border-color,opacity,z-index,transform,-ms-box-shadow;
	-o-transition-property:background-color,background-position,color,border-color,opacity,z-index,transform,-o-box-shadow;
	transition-property:background-color,background-position,color,border-color,opacity,z-index,transform,box-shadow
}
.default-transition-fast,.default-transition-children-fast>*,.default-transition-tree-fast * {
	-webkit-transition-duration:.2s;
	-moz-transition-duration:.2s;
	-ms-transition-duration:.2s;
	-o-transition-duration:.2s;
	transition-duration:.2s
}
.default-transition-slow,.default-transition-children-slow>*,.default-transition-tree-slow * {
	-webkit-transition-duration:.6s;
	-moz-transition-duration:.6s;
	-ms-transition-duration:.6s;
	-o-transition-duration:.6s;
	transition-duration:.6s
}
.news-pagination {
	padding-left:30%;
	width:100%;
	padding-top:30px
}
.page_text,.page_no {
	padding:3px
}
.page_no {
	padding-right:0
}
.page_next {
	padding-left:0
}
.page_text a,.page_no a {
	padding-top:10px;
	padding-bottom:9px;
	padding-left:15px;
	padding-right:15px;
	border:1px solid #ddd;
	text-decoration:none;
	color:#666;
	font-size:12px;
	display:block
}
.page_no a {
	display:inline-block;
	margin-right:6px;
	float:left
}
.page_text a:hover,.page_no a:hover {
	border:1px solid #009ed6;
	color:#009ed6
}
.page_no .page_current,.page_no .page_current:hover {
	color:#fff;
	background-color:#0af;
	border:1px solid #009ed6
}
.clear-float {
	clear:both
}
.text-overflow {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.default-font {
	font-family:"Microsoft Yahei"
}
.ui-autocomplete li.ui-menu-item {
	padding:6px 1em 6px 1em;
	font-size:13px;
	font-family:"Hiragino Sans GB","Microsoft YaHei","微软雅黑",tahoma,arial,simsun,"宋体";
	color:#555
}
.ui-autocomplete li.ui-state-focus {
	background:#f7f9fa;
	border:1px solid transparent;
	border-left-color:#ddd;
	border-right-color:#ddd
}
.ui-autocomplete.ui-menu {
	padding-bottom:1px
}
.ui-autocomplete-text-highlight {
	color:#f60
}
.text-primary {
	color:#0af
}
.text-stress {
	color:#f80
}
.text-muted {
	color:#999
}
.alert-warn {
	padding:7px 22px 5px 37px;
	background:url(../../images/oem/tip_icon_warn_16.png) no-repeat 10px 10px #fff3e5;
	border:1px solid #ffd4a3;
	border-radius:2px;
	color:#f80;
	font-size:12px;
	line-height:2em
}

.corner {
	border:10px solid transparent;
	border-top:10px solid #fff;
	position:absolute;
	bottom:-20px;
	right:50%;
	margin-right:-10px;
	z-index:10;
	*height:0
}
.five-superiority {
	width:100%;
	height:120px;
	border-bottom:1px solid #414b51
}
.five-superiority-list li {
	float:left;
	width:25%;
	height:120px
}
.five-superiority-list li a {
	white-space:nowrap;
	display:block;
	line-height:120px;
	padding-left:110px;
	background-repeat:no-repeat;
	background-position:50px center;
	font-size:18px;
	color:#fff
}
.compensate_ico a {
	background-image:url(../../images/oem/bottom_03.png)
}
.retreat_ico a {
	background-image:url(../../images/oem/bottom_05.png)
}
.technology_ico a {
	background-image:url(../../images/oem/bottom_07.png)
}
.prepare_ico a {
	background-image:url(../../images/oem/bottom_09.png)
}
.bubble-1 {
	top:-120px;
	left:50%;
	z-index:10;
	margin-left:-120px;
	width:240px;
	height:240px;
	background:url(../../images/oem/footer_bubble_1.png);
	animation:bubble-animate-1 linear 10s infinite
}
.bubble-2 {
	top:50px;
	left:34%;
	z-index:11;
	width:360px;
	height:360px;
	background:url(../../images/oem/footer_bubble_2.png);
	animation:bubble-animate-2 linear 12s infinite
}
.bubble-3 {
	top:50px;
	left:48%;
	z-index:12;
	width:300px;
	height:300px;
	background:url(../../images/oem/footer_bubble_3.png);
	animation:bubble-animate-3 linear 11s infinite
}
@keyframes bubble-animate-1 {
	from {
	top:-120px
}
50% {
	top:-180px
}
to {
	top:-120px
}
}@keyframes bubble-animate-2 {
	from {
	top:50px;
	left:34%
}
50% {
	top:80px;
	left:24%
}
to {
	top:50px;
	left:34%
}
}@keyframes bubble-animate-3 {
	from {
	top:50px;
	left:48%
}
50% {
	top:80px;
	left:58%
}
to {
	top:50px;
	left:48%
}
}.module-banner-bg {
	min-height:120px
}
.module-banner-title {
	position:relative;
	top:42px;
	border-left:3px solid #0af;
	text-indent:17px;
	font-weight:normal;
	font-size:29px;
	color:#222
}
.signfooter {
	background-color:#f2f4f5;
	border-top:1px solid #ddd;
	text-align:center
}

.signfooter-nav {
	margin-top:25px
}
.signfooter-nav-list {
	display:inline-block
}
.signfooter-nav-list li {
	position:relative;
	float:left;
	margin:0 30px;
	height:20px;
	line-height:20px
}
.signfooter-nav-list li:before {
	position:absolute;
	left:-30px;
	top:4px;
	content:"";
	height:14px;
	width:1px;
	background:#ddd
}
.signfooter-nav-list li:first-child:before {
	width:0;
	height:0
}
.signfooter-nav-list li a {
	display:inline-block;
	font-size:16px;
	color:#666
}
.show-captcha {
	height:30px
}
.signfooter-foot-link {
	margin-left:15px;
	text-decoration:none;
	color:#b6e2f2
}
.signfooter-foot-link:hover {
	text-decoration:underline
}