﻿.auto,.footer,.footer-banner,.pop-list,.top-nav,body {
	min-width: 1200px
}

.clearfix,.header-nav ul {
	*zoom: 1
}

.footer-list li a,.global-topbar a,.header-nav-li>a,a {
	text-decoration: none;
    color: black;
}

* {
	margin: 0;
	padding: 0;
	list-style: none
}

body {
	font-family: "Microsoft Yahei"
}

a {
	outline: 0
}

strong {
	font-weight: 400
}

.strong {
	font-weight: 700
}

::selection {
	background: #1EACDF;
	color: #fff
}

img {
	border: 0
}

::-moz-selection {
	background: #1EACDF;
	color: #fff
}

::-webkit-selection {
	background: #1EACDF;
	color: #fff
}

.auto {
	margin: 0 auto;
	max-width: 1200px;
	width: 1200px;
}

.clearfix:after,.clearfix:before {
	display: table;
	line-height: 0;
	content: ""
}

.clearfix:after {
	clear: both
}

.pull-right {
	float: right
}

.header-left,.page_no a,.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,.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(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
}

.default-font,.footer {
	font-family: "Microsoft Yahei"
}

.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-children-fast>*,.default-transition-children-slow>*,.default-transition-children>*,.default-transition-fast,.default-transition-slow,.default-transition-tree *,.default-transition-tree-fast *,.default-transition-tree-slow * {
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-moz-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,-webkit-transform,-webkit-box-shadow;
	-o-transition-property: background-color,background-position,color,border-color,opacity,z-index,box-shadow,-o-transform;
	-moz-transition-property: background-color,background-position,color,border-color,opacity,z-index,transform,box-shadow,-moz-transform,-moz-box-shadow;
	transition-property: background-color,background-position,color,border-color,opacity,z-index,transform,box-shadow;
	transition-property: background-color,background-position,color,border-color,opacity,z-index,transform,box-shadow,-webkit-transform,-moz-transform,-o-transform,-webkit-box-shadow,-moz-box-shadow
}

.default-transition-children-fast>*,.default-transition-fast,.default-transition-tree-fast * {
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s
}

.default-transition-children-slow>*,.default-transition-slow,.default-transition-tree-slow * {
	-webkit-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-o-transition-duration: .6s;
	transition-duration: .6s
}

.news-pagination {
	padding-left: 30%;
	width: 100%;
	padding-top: 30px
}

.page_no,.page_text {
	padding: 3px
}

.page_no {
	padding-right: 0
}

.page_next {
	padding-left: 0
}

.page_no a,.page_text a {
	border: 1px solid #ddd;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	display: block;
	padding: 10px 15px 9px
}

.page_no a {
	display: inline-block;
	margin-right: 6px
}

.page_no a:hover,.page_text 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;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.ui-autocomplete li.ui-menu-item {
	padding: 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(../img/tip_icon_warn_16.png?v=3dqIYNmY6i5t4rPoJo3OsA%3D%3D) 10px 10px no-repeat #fff3e5;
	border: 1px solid #ffd4a3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #f80;
	font-size: 12px;
	line-height: 2em
}

.pay-box,.user-panel-body,.username-text {
	padding: 0 20px
}

.global-topbar {
	height: 32px
}

.global-topbar,.header-main:hover .global-topbar {
	background: #0087b8;
	border-bottom-color: #0087b8
}

.banner-engine .global-topbar {
	border-bottom: 1px solid rgba(255,255,255,.1);
	background: url(../img/topbar_bg.png?v=wECWeAX4fzMU7URNhQHwYw%3D%3D) left center repeat-x
}

.welcome-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.logout-container {
	line-height: 80px;
	font-size: 12px
}

.login-button,.register-button {
	display: inline-block;
	width: 70px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center
}

.login-button {
	margin-left: 20px;
	border: 1px solid #747577
}

.register-button {
	margin-left: 14px;
	background-color: #0af
}

.slogan {
	display: inline;
	color: #fff
}

.welcome-container .userinfo-container,.welcome-user .logout-container {
	display: none
}

.welcome-user .userinfo-container {
	display: block
}

.userinfo-container {
	position: relative;
	z-index: 10;
	font-size: 12px
}

.username-container {
	position: relative;
	z-index: 100;
	height: 80px;
	line-height: 78px
}

.username-text {
	display: inline-block;
	line-height: 78px;
	background: right center no-repeat;
	color: #fff;
	max-width: 128px\9;
	*cursor: pointer
}

.auth-icon-personal {
	background-image: url(../img/auth_personal.png?v=Sq9HZTUH8Bxshr0xXnHxKg%3D%3D)
}

.auth-icon-company {
	background-image: url(../img/auth_company.png?v=z4XRVZBHmRi32z1NNbLP2w%3D%3D)
}

.auth-icon-unauth {
	background-image: url(../img/auth_unauth.png?v=EDG%2Bm9Zqw9Ud43JR7Qq6bg%3D%3D)
}

.username-text span {
	display: inline-block;
	vertical-align: top
}

.username-text-show {
	max-width: 65px
}

.dropdown-triangle {
	*overflow: hidden;
	position: absolute;
	top: 14px;
	right: 8px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #fff;
	-webkit-transform-origin: 50% 25%;
	-moz-transform-origin: 50% 25%;
	-ms-transform-origin: 50% 25%;
	-o-transform-origin: 50% 25%;
	transform-origin: 50% 25%;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: counterclockwise-180;
	-moz-animation-name: counterclockwise-180;
	-o-animation-name: counterclockwise-180;
	animation-name: counterclockwise-180
}

.userinfo-container:hover .dropdown-triangle {
	border-top-color: #1A1A1A;
	border-top-color: transparent\9;
	-webkit-animation-name: clockwise-180;
	-moz-animation-name: clockwise-180;
	-o-animation-name: clockwise-180;
	animation-name: clockwise-180
}

@-webkit-keyframes clockwise-180 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		opacity: 1;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@-moz-keyframes clockwise-180 {
	from {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		opacity: 1;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@-o-keyframes clockwise-180 {
	from {
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		opacity: 1;
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@keyframes clockwise-180 {
	from {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		opacity: 1;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@-webkit-keyframes counterclockwise-180 {
	from {
		opacity: 0;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	50% {
		opacity: 1;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	to {
		opacity: 1;
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@-moz-keyframes counterclockwise-180 {
	from {
		opacity: 0;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	50% {
		opacity: 1;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	to {
		opacity: 1;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0)
	}
}

@-o-keyframes counterclockwise-180 {
	from {
		opacity: 0;
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	50% {
		opacity: 1;
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	to {
		opacity: 1;
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes counterclockwise-180 {
	from {
		opacity: 0;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	50% {
		opacity: 1;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	to {
		opacity: 1;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
}

.user-panel {
	overflow: hidden;
	position: absolute;
	top: 80px;
	right: 0;
	width: 254px;
	z-index: 10;
	background: #232627;
	line-height: 1
}

.userinfo-container--extend .user-panel {
	display: block
}

.link-items,.link-spacing,.pay-box a {
	display: inline-block
}

.pay-box {
	height: 80px;
	line-height: 80px;
	background-color: #272a2b;
	border-bottom: 1px solid #2f3233
}

.pay-box span {
	font-size: 18px;
	color: #f60
}

.pay-box a {
	position: absolute;
	top: 27px;
	right: 20px;
	width: 75px;
	height: 25px;
	line-height: 24px;
	background-color: #f60;
	font-size: 12px;
	color: #fff;
	text-align: center
}

.pay-box a:hover {
	background-color: #e35b00
}

.shortcut-menu-list {
	padding-top: 10px
}

.shortcut-menu-item {
	position: relative;
	height: 30px;
	z-index: 1
}

.shortcut-menu-item a {
	display: inline-block;
	padding: 7px 0;
	font-size: 12px;
	color: #c1c1c1
}

.shortcut-menu-item a:hover {
	color: #fff
}

.user-record-count {
	position: absolute;
	top: 7px;
	right: 0;
	width: 22px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #0790d4;
	color: #fff
}

.link-items {
	color: #e5e5e5;
	font-size: 12px;
	margin-left: 14px;
	line-height: 1
}

.link-items:hover {
	color: #0af
}

.link-items:first-child {
	margin-left: 0
}

.link-qqon {
	color: #46b368;
	font-size: 12px;
	margin-left: 14px;
	line-height: 1
}

.link-qqon:hover {
	color: #0af
}

.link-qqon:first-child {
	margin-left: 0
}

.link-qqoff {
	color: #E3393C;
	font-size: 12px;
	margin-left: 14px;
	line-height: 1
}

.link-qqoff:hover {
	color: #0af
}

.link-qqoff:first-child {
	margin-left: 0
}

.link-spacing {
	width: 1px;
	height: 15px;
	margin: 0 0 0 14px;
	overflow: hidden;
	background-color: #fff;
	vertical-align: middle
}

.user-panel-bottom {
	height: 50px;
	line-height: 50px;
	font-size: 12px
}

.user-panel-bottom .auth-status {
	display: none;
	padding-left: 22px;
	background: url(../img/auth_status.png?v=KOOzJysOfVtZ4QGdjFmqgw%3D%3D) left center no-repeat;
	color: #2ea550
}

.user-panel-bottom .new-auth {
	display: none;
	color: #cecece
}

.user-panel-bottom .exit-btn:hover,.user-panel-bottom .new-auth:hover {
	color: #fff
}

.user-panel-bottom .exit-btn {
	display: inline-block;
	width: 75px;
	height: 25px;
	margin-top: 14px;
	line-height: 24px;
	background-color: #333738;
	font-size: 12px;
	color: #cdcdcd;
	text-align: center
}

.reg-gift,.reg-gift:hover {
	color: #804D00
}

.mobile-version {
	position: relative
}

.mobile-version:hover .mobile-qrcode {
	display: block
}

.reg-gift {
	position: relative;
	height: 17px;
	line-height: 17px;
	padding: 0 5px 0 20px;
	font-size: 12px;
	background: url(../img/header_gift.png?v=HMBcOKmLzQU2%2FbejBNbJ6g%3D%3D) 5px center no-repeat #ffe500
}

.reg-gift:after {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-right-color: #ffe500;
	left: -8px;
	top: 4px
}

.header {
	height: 70px;
	border-bottom: 1px solid rgba(255,255,255,.1)
}

.banner-engine .header {
	background-color: transparent
}

/*.header,.header-main:hover .header {
	background-color: #2b3033
}*/

.header-main:hover .header {
	border-bottom: none
}

.header-nav-right {
	float: right
}

.header-logo {
	display: inline-block;
	position: relative;
	width: 130px;
	height: 70px;
	float: left
}

.logo,.slogan-gif {
	position: absolute
}

.logo {
	top: 0;
	left: 0;
	width: 182px;
	height: 100%;
	background: url(../img/header_logo.png?v=S8QAu%2FKaFwxDn1QJsXXr%2FQ%3D%3D) left center no-repeat
}

.slogan-gif {
	top: 14px;
	left: 145px;
	width: 126px;
	height: 40px
}

.header-main:hover .slogan-gif,.slogan-gif {
	background-image: url(../img/header_slogan.gif?v=lmb3OLer8bBNcS2%2Bz2WI3A%3D%3D)
}

.banner-engine .slogan-gif {
	background: url(../img/header_slogan.png?v=ImayckAXHtCwYMBEJLh04g%3D%3D) center center no-repeat
}

.header-nav {
	margin-left: 70px;
	float: left
}

.header-nav ul:after,.header-nav ul:before {
	display: table;
	line-height: 0;
	content: ""
}

.header-nav-li--active i,.header-nav-li>a {
	display: inline-block
}

.header-nav ul:after {
	clear: both
}

.header-nav-li {
	float: left;
	height: 70px;
	z-index: 100;
	padding: 0 16px;
}

.header-nav-li>a {
	width: 100%;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease
}

.narrow-screen .header-nav-li>a {
	padding: 0 16px
}

.topbar-right {
	float: right;
	height: 70px;
	line-height: 68px
}

.welcome-container {
	float: right
}

.header-nav-li.header-nav-li--active>a {
	border-bottom: 3px solid #0af;
	color: #0af
}

.mask-white,.pop-list {
	display: none;
	left: 0;
	right: 0;
	position: absolute
}

.header-nav-li--active>ul {
	background-color: #00435b
}

.header-nav .current {
	color: #0af
}

.header .auto {
	overflow: visible
}

.mask-white {
	top: 104px;
	background-color: #005d7f;
	opacity: .95;
	filter: alpha(opacity=95);
	z-index: 10;
	height: 245px;
	-webkit-box-shadow: 1px 3px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 3px 3px rgba(0,0,0,.2);
	box-shadow: 1px 3px 3px rgba(0,0,0,.2)
}

.cursor-arrow {
	cursor: default
}

.pop-list {
	top: 70px;
	z-index: 1000;
	margin: 0 auto;
	max-width: 100%;
	height: 199px;
	padding-top: 30px;
	background-color: #212629;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.3)
}

.header-nav-li.header-nav-li--active .pop-list,.pop-link {
	display: block
}

.pop-list .pop-arrow {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 24px;
	margin-left: -13px;
	width: 26px;
	height: 26px;
	background: url(../img/pop_arrow.png?v=gA%2FdpKRECqSAOFMFWHQepQ%3D%3D) center no-repeat;
	cursor: pointer
}

.pop-list .pop-arrow:hover {
	background-image: url(../img/pop_arrow_hover.png?v=gtohjACmzfoGGW27zXhaVw%3D%3D)
}

.pop-link-list li {
	float: left;
	width: 285px;
	height: 110px;
	margin-right: 20px;
	margin-bottom: 16px
}

.pop-link-list .last-one {
	margin-right: 0
}

.pop-link {
	width: 100%;
	height: 100%;
	padding: 30px 28px;
	background: center no-repeat #616467;
	color: #fff
}

.pop-link-title {
	font-size: 18px
}

.pop-link-subtitle {
	color: #bbb;
	margin-top: 10px;
	font-size: 12px
}

.pop-link:hover .pop-link-subtitle {
	color: #fff
}

.pop-solution-list .pop-link {
	padding: 0 0 0 110px;
	line-height: 110px
}

.pop-link-server {
	background-image: url(../img/header_link_server.jpg?v=UHrd9OeMvDu2GsaDQQcDMA%3D%3D)
}

.pop-link-server:hover {
	background-image: url(../img/header_link_server_hover.jpg?v=oasXte84RgMt8jV1Dfolcw%3D%3D)
}

.pop-link-idc {
	background-image: url(../img/header_link_idc.jpg?v=HSMWKFw4%2F5S2ZtOXimPvug%3D%3D)
}

.pop-link-idc:hover {
	background-image: url(../img/header_link_idc_hover.jpg?v=aZtW1UvtKJt568znRe6dcA%3D%3D)
}

.pop-link-host {
	background-image: url(../img/header_link_host.jpg?v=9t%2B8WYtrefLh3xvWZk8XSA%3D%3D)
}

.pop-link-host:hover {
	background-image: url(../img/header_link_host_hover.jpg?v=1F5e9wNFy9Ku6BAFlDsFlw%3D%3D)
}

.pop-link-ssl {
	background-image: url(../img/header_link_ssl.jpg?v=X37NySJiT05HKXYcB5zwWA%3D%3D)
}

.pop-link-ssl:hover {
	background-image: url(../img/header_link_ssl_hover.jpg?v=%2By%2Bslsv7mRn%2FZ87T73yphw%3D%3D)
}

.pop-link-monitor {
	background-image: url(../img/header_link_monitor.jpg?v=8TuC2IvxAPEOHde22s5qVA%3D%3D)
}

.pop-link-monitor:hover {
	background-image: url(../img/header_link_monitor_hover.jpg?v=WHp4eN%2FQZF7oglDMzInzlg%3D%3D)
}

.pop-link-domain {
	background-image: url(../img/header_link_domain.jpg?v=A6YpIkiTTYo%2BJlEB5HeE3Q%3D%3D)
}

.pop-link-domain:hover {
	background-image: url(../img/header_link_domain_hover.jpg?v=HX1KuHNBFm5Qg9%2BPGuBZ%2Fg%3D%3D)
}

.pop-link-website {
	background-image: url(../img/header_link_solution_website.jpg?v=UyasztYjjgLUGj8Pkyz4IQ%3D%3D)
}

.pop-link-website:hover {
	background-image: url(../img/header_link_solution_website_hover.jpg?v=13e6wTSct3etxfCpIxjNKg%3D%3D)
}

.pop-link-financial {
	background-image: url(../img/header_link_solution_financial.jpg?v=3Uu7HNobcoLGmRIXP3UEgA%3D%3D)
}

.pop-link-financial:hover {
	background-image: url(../img/header_link_solution_financial_hover.jpg?v=Pv0ZhiFplPbaz9aa1PG%2BKQ%3D%3D)
}

.pop-link-mobile {
	background-image: url(../img/header_link_solution_mobile.jpg?v=IAkaUjWElnM%2BiaU%2Fe60%2FfQ%3D%3D)
}

.pop-link-mobile:hover {
	background-image: url(../img/header_link_solution_mobile_hover.jpg?v=y94nRLFP2PeCGatTgFBfUQ%3D%3D)
}

.pop-link-ecomm {
	background-image: url(../img/header_link_solution_ecomm.jpg?v=XLUjAHMMZ4ZBhHWbDX5rAQ%3D%3D)
}

.pop-link-ecomm:hover {
	background-image: url(../img/header_link_solution_ecomm_hover.jpg?v=6t6TMkkVcRFEzpUIars5oA%3D%3D)
}

.pop-link-game {
	background-image: url(../img/header_link_solution_game.jpg?v=CDAdc95za37URqyh7n5XbQ%3D%3D)
}

.pop-link-game:hover {
	background-image: url(../img/header_link_solution_game_hover.jpg?v=oseVhJzq028RxSXAsyyiBA%3D%3D)
}

.pop-item-list li {
	float: left;
	width: 265px;
	margin-right: 108px;
}

.pop-item-title,a.pop-item-title {
	display: block;
	border-bottom: 1px solid #424545;
	width: 100%;
	padding-bottom: 16px;
	color: #e2e2e2;
	font-size: 18px
}

a.pop-item-title:hover {
	color: #0af
}

.pop-item-subtitle {
	margin-top: 10px;
	line-height: 1.8em;
	color: #999;
	font-size: 12px
}

.pop-item-link {
	margin-top: 30px;
	white-space: nowrap
}

.pop-item-link a {
	display: inline-block;
	margin-right: 30px;
	font-size: 16px;
	color: #0af
}

.nav-pop-item {
	float: left;
	width: 23.5%;
	margin-left: 2%
}

.nav-pop-item:first-child {
	margin-left: 0
}

.nav-pop-item ul {
	margin-top: 16px
}
/*    .nav-pop-items    */
.nav-pop-items {
	float: left;
	width: 46%;
	margin-left: 2%
}

.nav-pop-items:first-child {
	margin-left: 0
}

.nav-pop-items ul {
	margin-top: 16px;
	margin-left: 10px;
	margin-right: 10px;
}


.nav-pop-items li a:hover .nav-item-brief,.nav-pop-items li a:hover .nav-item-name,a.nav-item-title:hover {
	color: #0af
}

.nav-pop-items li {
	width: 429px;
	margin-bottom: 16px
}

.nav-pop-items.single-item {
	width: 100%
}

.nav-pop-items.single-item li {
	float: left;
	margin-left: 2%;
	width: 46%
}

.nav-pop-items.single-item li.last-item,.nav-pop-items.single-item li:first-child {
	margin-left: 0
}

.nav-pop-items li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #2b3033;
	padding: 1px 16px 16px 16px;
	border: 1px solid #2b3033
}

.nav-pop-items li a:hover {
	border-color: #0af
}

/* .nav-pop-items  */
.nav-item-title {
	font-size: 14px;
	color: #7a8185
}

.nav-pop-item li a:hover .nav-item-brief,.nav-pop-item li a:hover .nav-item-name,a.nav-item-title:hover {
	color: #0af
}

a.nav-item-title {
	display: block
}

.nav-pop-item li {
	width: 100%;
	margin-bottom: 16px
}

.nav-pop-item.single-item {
	width: 100%
}

.nav-pop-item.single-item li {
	float: left;
	margin-left: 2%;
	width: 23.5%
}

.nav-pop-item.single-item li.last-item,.nav-pop-item.single-item li:first-child {
	margin-left: 0
}

.nav-pop-item li a {
	display: block;
	/*width: 100%;
	height: 100%;*/
	background: #2b3033;
	padding: 16px;
	border: 1px solid #2b3033
}

.nav-pop-item li a:hover {
	border-color: #0af
}

.nav-item-name {
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	color: #fff;
	font-size: 14px;
}

.nav-item-name:after {
	position: absolute;
	right: -38px;
	top: 1px;
	width: 30px;
	height: 18px;
	background: url(../img/nav_item_icon.png?v=LAvKXFKvS4tFgfm4UzQ1dg%3D%3D) center no-repeat
}

.nav-item-name.nav-item-hot:after {
	content: "";
	background-position: 0 0
}

.nav-item-name.nav-item-new:after {
	content: "";
	background-position: 0 -20px
}

.nav-item-name.nav-item-tobe:after {
	content: "";
	right: -69px;
	top: 0;
	width: 60px;
	height: 20px;
	background: url(../img/nav_tobe_icon.png?v=F3CWykhBy9EQjIEpbfMoFw%3D%3D);
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-size: 12px
}

.nav-item-brief {
	font-size: 12px;
	color: #7a8185;
}

.banner-engine .header-container {
	width: 100%;
	height: 0
}

.banner-box {
	height: 70px
}

.banner-engine .banner-box {
	height: 588px;
	position: relative
}

.top-nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 70px;
	z-index: 100
}

.login,.service-concept {
	width: 124px;
	height: 80px;
	display: inline-block;
	float: left
}

.top-info {
	position: relative
}

.login {
	background: url(../img/header_logo.png?v=S8QAu%2FKaFwxDn1QJsXXr%2FQ%3D%3D) center no-repeat
}

.service-concept {
	margin-left: 15px;
	background: url(../img/header_slogan.png?v=ImayckAXHtCwYMBEJLh04g%3D%3D) center no-repeat
}

.nav-ul {
	float: left;
	width: 54%
}

.nav-ul li {
	float: left;
	width: 20%
}

.nav-ul li a {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center
}

.banner-engine .banner-ul {
	position: relative;
	width: 100%;
	height: 588px;
}

.banner-engine .banner-text {
	position: absolute;
	left: 0;
	top: -720px;
	width: 100%;
	height: 552px;
	display: none
}

.banner-engine .link-banner {
	cursor: pointer
}

.banner-engine .banner-text1 {
	font-size: 28px;
	line-height: 50px;
	color: #fff
}

.banner-engine .banner-text2 {
	margin-top: 28px;
	font-size: 18px;
	line-height: 20px;
	color: #e4e7eb
}

.banner-engine .banner-link-button {
	display: inline-block;
	border: 1px solid #fff;
	margin-top: 50px;
	width: 108px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	font-size: 16px;
	color: #fff
}

.banner-engine .banner-link-button:hover {
	background: #fff;
	color: #333;
	border: 1px solid #fff
}

.login-link {
	position: relative
}

.login-link:before {
	content: "";
	position: absolute;
	top: -6px;
	left: -40px;
	width: 30px;
	height: 30px;
	background: url(../img/header_user.png?v=eieqJanbuzGV%2BghL%2FAZIFQ%3D%3D) center no-repeat
}

.banner-ul li {
	display: none;
	height: 100%;
	width: 100%;
	float: left
}

.banner-engine .banner-ul li {
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 100%;
	float: left
}

.banner-engine .banner-ul li:first-child {
	z-index: initial
}

.index-page .service-action {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: rgba(33,154,214,.25);
	z-index: 2
}

.banner-point {
	display: none;
	position: absolute;
	bottom: 148px;
	left: 0;
	width: 100%;
	height: 18px;
	line-height: 18px
}

.index-page .banner-point {
	display: block
}

.slider-main {
	display: none;
	position: relative
}

.banner-engine .slider-main {
	display: block
}

.slider-text {
	position: absolute;
	margin-top: 268px
}

.banner-area {
	width: 100%;
	text-align: center
}

.banner-area li {
	margin: 0 15px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../img/pagination_02.png?v=At%2BX9rflw%2B95AAL0YwCSbQ%3D%3D) no-repeat
}

.banner-area li.active {
	background: url(../img/pagination_01.png?v=%2BPtFPzS52hm6bTMMYC5%2B5g%3D%3D) no-repeat
}

.service-action {
	display: none
}

.index-page .service-action {
	display: block
}

.transparent-header .banner-box,.transparent-header .header-container {
	width: 100%;
	height: 0
}

.transparent-header .banner-point,.transparent-header .banner-text,.transparent-header .banner-ul,.transparent-header .news-casting {
	display: none!important
}

.suspension {
	width: 100%;
	height: 66px;
	/*position: fixed;
	left: 10px;
	bottom: 20px;
	/*z-index: 999;	*/
}

button.closex {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.closex {
    float: right;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.connect-us,.qrcode {
	position: absolute;
	/*bottom: 0;
	z-index: 30*/
}


.connect-us-button {
	background-color: #0af;
	line-height: 32px;
    color: #fff;
    text-align: center;
}


.suspension li:first-child {
	margin-top: 0
}

.buy-car,.pop-qrcode,.pop-tel,.to-top {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #bcbcbc;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/suspend_icon.png?v=bkTd2niukusGXRcEfJIFqA%3D%3D)
}

.voice-service {
	background-image: url()
}

.pop-tel {
	border-color: #0af;
	background-color: #0af;
	background-position: -1px 0
}

.pop-qrcode {
	background-position: -1px -51px
}

.to-top {
	background-position: 0 -100px;
	cursor: pointer
}

.buy-car {
	background-image: url(../img/side_icon_04.png?v=4bpzmgSYWuEI5TTUkV70TA%3D%3D)
}

.connect-us {
	width: 100%;
	/*left: 10px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);*/
	display: block
}

.connect-us ul {
	margin: 32px 24px
}

.connect-us li {
	display: list-item;
	width: 15%;
	float:left;
	height: auto;
	padding: 0px 8px;
	overflow: hidden;
	margin-top: 0;
	text-align:center;
	/*border-top: 1px solid #f4f4f4*/
}

.connect-us li:first-child {
	padding-top: 0;
	border-top: none
}

.connect-us li.feedback-item {
	padding-bottom: 0
}

.connect-us li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0
}

.service-online {
	background-image: url(../img/suspend_icon_02.png?v=ZPsZZ2UjfDcJaGDyVEBM3w%3D%3D)
}

.service-online:hover {
	background-image: url(../img/suspend_icon_02_blue.png?v=gfFusLWzPWJdct5cHr7pHw%3D%3D)
}

.service-feedback:hover .info-name,.service-online:hover .info-name {
	color: #0af
}

.footer .service-phone {
	background-image: url(../img/suspend_icon_01.png?v=coRYPNPKxm9gc4PaI6F3YA%3D%3D)
}

.footer .service-phone:hover {
	background-image: url(../img/suspend_icon_01_blue.png?v=3hIDRhB2bVB4YOsZ4QSEXg%3D%3D)
}

.service-feedback {
	background-image: url(../img/suspend_icon_02.png?v=Xt3bq3RZoPMMpVlpN%2FPjxw%3D%3D)
}

.service-feedback:hover {
	background-image: url(../img/suspend_icon_02_blue.png?v=r9A1amjWqAEMHNXH2OHWXA%3D%3D)
}

.info-value {
	height: 18px;
	font-size: 16px;
	font-weight: 700;
	color: #f90;
	display: block;
	text-align:left;
}

.service-feedback .info-value {
	font-size: 12px;
	font-weight: inherit;
	color: #999
}

.qrcode {
	width: 139px;
	height: 163px;
	right: 55px;
	-webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
	background: url(../img/code2d.jpg?v=rqa8lmIBtE3%2BDEUf3JU8jg%3D%3D);
	display: none
}

.footer {
	background-color: #212231;
}

.footer-floor1 {
	width: 100%;
	padding: 40px 0;
}

.company-box,.footer-list {
	padding-left: 20px
}

.footer-list {
	width: 68%;
	height: 100%;
	border-left: 1px solid #414b51;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-list ul {
	float: left;
	width: 25%
}

.footer-list li {
	line-height: 30px
}

.footer-list li a {
	color: #819199;
	font-size: 14px
}

.footer-floor2 a:hover,.footer-list li a:hover {
	text-decoration: underline
}

.footer-list li a:hover {
	color: #fff
}

.footer-list .flist-title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px
}

.footer-left {
	width: 32%;
	float: left
}

.company-logo {
	height: 45px;
	background: url(../img/bottom_19.png?v=rYAfuZ1xAQfNXGAROT%2BlRQ%3D%3D) left no-repeat
}

.company-logo span {
	display: inline-block;
	margin-left: 190px;
	margin-top: -5px;
	width: 126px;
	height: 40px;
	background: url(../img/bottom_16.gif?v=NNGgmOMJCKYFsIePwpBTaA%3D%3D) left no-repeat
}

.company-name {
	margin-top: 20px;
	line-height: 25px;
	font-size: 14px;
	color: #fff
}

.official-plat {
	width: 100%;
	height: 100%;
	margin-top: 20px;
	position: relative
}

.official-plat ul {
	width: 100%
}

.official-plat ul li {
	float: left;
	margin-left: 15px;
	width: 40px;
	height: 40px
}

.official-plat ul a {
	display: block
}

.official-plat ul li span {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center
}

.official-plat li .weixin-logo {
	background-image: url(../img/bottom_25.png?v=hylXU%2FNRCkJrMrS2I%2Fl8ow%3D%3D)
}

.official-plat li .weibo-logo {
	background-image: url(../img/bottom_23.png?v=L6wYZSFMOa4Ex%2B7FnvD8Iw%3D%3D)
}

.official-plat li .qq-logo {
	background-image: url(../img/bottom_27.png?v=XI8mFxNWXsw1uduaBeUHOw%3D%3D)
}

.official-plat li .email-logo {
	background-image: url(../img/bottom_29.png?v=F%2FlEO3MAp8l8VfFbToWqTA%3D%3D)
}

.official-plat li:hover .weixin-logo {
	background-image: url(../img/bottom_25_hover.png?v=cFGy9odUPxObV8myk11tEA%3D%3D)
}

.official-plat li:hover .weibo-logo {
	background-image: url(../img/bottom_23_hover.png?v=v1XRpdrJtlk7qD0LFIH5qw%3D%3D)
}

.official-plat li:hover .qq-logo {
	background-image: url(../img/bottom_27_hover.png?v=1A7BSnXoXbSHbnheYw2m4Q%3D%3D)
}

.official-plat li:hover .email-logo {
	background-image: url(../img/bottom_29_hover.png?v=N9EpOui4zJr%2Fmn0QFSK4og%3D%3D)
}

.official-plat>p {
	display: inline-block;
	width: 132px;
	height: 132px;
	border: 1px solid #ddd;
	background-color: #fff
}

.official-plat .weibo,.official-plat .weixin {
	top: -145px;
	background-image: url(../img/plat_qrcode.png?v=Rue3Oza8Wur5bq4osiF3qg%3D%3D);
	display: none;
	position: absolute;
	background-repeat: no-repeat
}

.official-plat .weixin {
	left: 24px;
	background-position: 0 0
}

.official-plat .weibo {
	left: -32px;
	background-position: -132px 0
}

.corner {
	border: 10px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	bottom: -20px;
	right: 50%;
	margin-right: -10px;
	z-index: 10;
	*height: 0
}

.footer-banner-button,.footer-banner-text {
	position: relative;
	z-index: 20
}

.five-superiority {
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #414b51;
	position: relative;
	background: #212231;
}

.five-superiority-list {
	margin: 0 auto;
	max-width: 1200px;
	font-size: 0;
}
.five-superiority-list li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 20px 0;
	width: 20%;
	text-align: left;
}

.five-superiority-list li a {
	display: block;
	height: 100%;
	font-size: 14px;
	color: #666;
}

.sg-item-bg {
    margin-right: -13px;
    width: 80px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: url(../img/polygon_bg.png) 53% 55% no-repeat;
    font-size: 24px;
    color: #fff;
}

.sg-item-bg, .five-superiority-list li a .sg-text {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    color: #a9a9ad;
}

.compensate_ico a {
	background-image: url(../img/bottom_03.png?v=HvCTKcSSKcNazo2GBbrl7w%3D%3D)
}

.retreat_ico a {
	background-image: url(../img/bottom_05.png?v=x%2B3BV9DIPBBvia%2BT4bE6bw%3D%3D)
}

.technology_ico a {
	background-image: url(../img/bottom_07.png?v=iyPXpSebUb57GtcDHCQcog%3D%3D)
}

.prepare_ico a {
	background-image: url(../img/bottom_09.png?v=ypw5d6HKT%2FWDJ0kMagb%2FdA%3D%3D)
}

.footer-floor2 {
	width: 100%;
	border-top: 1px solid #212a2f;
	padding: 20px 0;
	text-align: center
}

.footer-floor2 p {
	text-align: center;
	color: #819199;
	font-size: 12px;
	line-height: 25px
}

.footer_smrz {
    overflow: hidden;
    display: inline-block;
    margin: 0 3px;
    width: 103px;
    height: 32px;
	background-position: 0 -66px;
    background-image: url(/servers/img/ico_footer.png);
    line-height: 1000px;
}

.footer_wj110 {
    overflow: hidden;
    display: inline-block;
    margin: 0 3px;
    width: 103px;
    height: 32px;
	background-position: 0 -33px;
    background-image: url(/servers/img/ico_footer.png);
    line-height: 1000px;
}

.partner_inner {
    float: inherit;
    margin: 5px auto;
    text-align: left;
	line-height:60px;
}

.partner_inner a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #819199;
}

.partner_inner span {
    display: inline-block;
    height: 12px;
    width: 1px;
    margin: 0 10px;
    vertical-align: middle;
    overflow: hidden;
    background: #5d5e66;
}

.partner {
    float: inherit;
    margin: 5px auto;
    text-align: left;
	line-height:30px;
}

.partner a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #819199;
}

.partner span {
    display: inline-block;
    height: 12px;
    width: 1px;
    margin: 0 10px;
    vertical-align: middle;
    overflow: hidden;
    background: #5d5e66;
}
.friend_link {
    float: inherit;
    margin: 5px auto;
    text-align: left;
	line-height:30px;
}

.friend_link a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #819199;
}

.friend_link span {
    display: inline-block;
    height: 12px;
    width: 1px;
    margin: 0 10px;
    vertical-align: middle;
    overflow: hidden;
    background: #5d5e66;
}
	
.footer-floor2 p span {
	font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif
}

.footer-floor2 a {
	color: #819199
}

.foot-link {
	margin: 0 15px;
	text-decoration: none;
	color: #b6e2f2
}

.foot-link:hover {
	text-decoration: underline
}

.footer-banner {
	position: relative;
	background: url(../img/footer_bg.jpg?v=%2BTsFQ6DC%2FGYo8e9Lr9bPew%3D%3D) center no-repeat;
	height: 180px;
	overflow: hidden;
	color: #fff;
	text-align: center
}

.footer-banner-text {
	padding-top: 46px;
	font-size: 24px
}

.footer-banner-button a {
	display: inline-block;
	margin-top: 24px;
	width: 220px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #fff;
	color: #fff
}

.footer-banner-button a:hover {
	color: #333;
	background-color: #fff
}

.footer-bubble {
	position: absolute
}

.bubble-1 {
	top: -120px;
	left: 50%;
	z-index: 10;
	margin-left: -120px;
	width: 240px;
	height: 240px;
	background: url(../img/footer_bubble_1.png?v=NrtRvGreP5M1DY4FC5%2FOtQ%3D%3D);
	-webkit-animation: bubble-animate-1 linear 10s infinite;
	-moz-animation: bubble-animate-1 linear 10s infinite;
	-o-animation: bubble-animate-1 linear 10s infinite;
	animation: bubble-animate-1 linear 10s infinite
}

.bubble-2 {
	top: 50px;
	left: 34%;
	z-index: 11;
	width: 360px;
	height: 360px;
	background: url(../img/footer_bubble_2.png?v=Wr34cJmP2KlUAQFkKTqIng%3D%3D);
	-webkit-animation: bubble-animate-2 linear 12s infinite;
	-moz-animation: bubble-animate-2 linear 12s infinite;
	-o-animation: bubble-animate-2 linear 12s infinite;
	animation: bubble-animate-2 linear 12s infinite
}

.bubble-3 {
	top: 50px;
	left: 48%;
	z-index: 12;
	width: 300px;
	height: 300px;
	background: url(../img/footer_bubble_3.png?v=MhZRxnUKhAgHaKQzyv5SIg%3D%3D);
	-webkit-animation: bubble-animate-3 linear 11s infinite;
	-moz-animation: bubble-animate-3 linear 11s infinite;
	-o-animation: bubble-animate-3 linear 11s infinite;
	animation: bubble-animate-3 linear 11s infinite
}

@-webkit-keyframes bubble-animate-1 {
	from,to {
		top: -120px
	}

	50% {
		top: -180px
	}
}


/* w_w_w_c_h_a_o_y_u_n_c_c */ 

@-moz-keyframes bubble-animate-1 {
	from,to {
		top: -120px
	}

	50% {
		top: -180px
	}
}

@-o-keyframes bubble-animate-1 {
	from,to {
		top: -120px
	}

	50% {
		top: -180px
	}
}

@keyframes bubble-animate-1 {
	from,to {
		top: -120px
	}

	50% {
		top: -180px
	}
}

@-webkit-keyframes bubble-animate-2 {
	from,to {
		top: 50px;
		left: 34%
	}

	50% {
		top: 80px;
		left: 24%
	}
}

@-moz-keyframes bubble-animate-2 {
	from,to {
		top: 50px;
		left: 34%
	}

	50% {
		top: 80px;
		left: 24%
	}
}

@-o-keyframes bubble-animate-2 {
	from,to {
		top: 50px;
		left: 34%
	}

	50% {
		top: 80px;
		left: 24%
	}
}

@keyframes bubble-animate-2 {
	from,to {
		top: 50px;
		left: 34%
	}

	50% {
		top: 80px;
		left: 24%
	}
}

@-webkit-keyframes bubble-animate-3 {
	from,to {
		top: 50px;
		left: 48%
	}

	50% {
		top: 80px;
		left: 58%
	}
}

@-moz-keyframes bubble-animate-3 {
	from,to {
		top: 50px;
		left: 48%
	}

	50% {
		top: 80px;
		left: 58%
	}
}

@-o-keyframes bubble-animate-3 {
	from,to {
		top: 50px;
		left: 48%
	}

	50% {
		top: 80px;
		left: 58%
	}
}

@keyframes bubble-animate-3 {
	from,to {
		top: 50px;
		left: 48%
	}

	50% {
		top: 80px;
		left: 58%
	}
}

.module-banner-bg {
	min-height: 120px
}

.module-banner-title {
	position: relative;
	top: 42px;
	border-left: 3px solid #0af;
	text-indent: 17px;
	font-weight: 400;
	font-size: 29px;
	color: #222
}

.signfooter {
	background-color: #f2f4f5;
	border-top: 1px solid #ddd;
	text-align: center
}

.footer-signfooter {
	width: 100%;
	padding: 25px 0 30px
}

.footer-signfooter a,.footer-signfooter p {
	margin-top: 8px;
	font-size: 12px;
	color: #999
}

.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
}



/*产品*/
.nav2{width:100%;height: 572px;padding-top:34px;background-color:#2e303f;position:absolute;left:0;*top:65px;display:none;}
.nav2-close{width: 100%;height:60px;position:relative;cursor:default;top: 187px;}
.nav-arrow-up{display: block;cursor: pointer;width: 23px;height: 11px;background: url(../../images/common/nav-arrow-up.png) no-repeat;position: absolute;bottom: 0;left: 50%;margin-left: 11.5px;}
.nav2 .pro{cursor:default}
.pro{width:197px;height:312px;float:left;position:relative}
.pro>li{width:197px;line-height:40px;font-size:14px;margin-bottom:20px}
.pro>li>div{height:40px;width:100%;color:#fff;padding:0 16px;line-height:40px;cursor:pointer}
.menu-icon{display:block;float:right;width:17px;height:40px;background-position:right center;background-repeat:no-repeat}
.menubg0{background-image:url(/servers/js/top/menu-icon.png)}
.menubg1{background-image:url(/servers/js/top/arrow-r.png)}
.marginbottom28{margin-bottom:28px}
.allpro{width:970px;float:left;border-left:1px solid #464f5a;margin-bottom:16px;display:none;position:absolute;left:100%;top:0;cursor:default}
.firstAllPro .modelwarp{width:190px;}
.modelwarp{width:468px;float:left}
.model{width:836px;/*line-height:30px;*/color:#97a0b4}
.pro-list>li{line-height:22px}
.allpro .pro-list>li>a{display:block}
.pro-list>li>a:hover{color:#009de0}
/*服务器托管*/
.severpro{display:block;border:none}
.severpro>.modelwarp{border-left:1px solid #464f5a;}
.modelwarp-border{border-left:1px solid #464f5a}
.severpro .model{line-height:40px;color:#fff}
.severpro .pro-list{border:none}
.severpro .pro-list a:hover{background:#4251b6}
.severpro .pro-list>li{margin-bottom:4px;font-size:14px}
.severpro .pro-list>li>a{color:#97a0b4;padding-left:20px;display:block;line-height:40px}
.pro-list>li>a:hover{color:#fff;display:block}
.pro-list>li>a{color:#97a0b4;padding-left:20px;display:block;line-height:40px}
.severpro .pro-list>li>a:hover{color:#fff;display:block}
.severpro .bigwidth{padding-left:0}
.severpro .bigwidth>.pro-list>li>a{color:#fff;font-size:14px;line-height:40px;display:block;width:100%}
.pro-list a{color:#97a0b4}
.pro-list a:hover{background:#4251b6}
.severpro .bigwidth>.pro-list>li>a:hover{color:#fff;background-color:#4251b6}
.severpro .bg0warp{width:247px;height:315px;float:left;padding-left:16px;text-align:center;font-weight:100}
.model h4 a{color:#fff;display:block;padding-left:20px}
.model h4 a:hover{background:#4251b6;color:#fff}
.nav-idc-icon{background:url(../../images/common/nav-idc.png) no-repeat;width:235px;height:159px;display:block}
.nav-cloud-icon{background:url(../../images/common/nav-cloud.png) no-repeat;width:235px;height:159px;display:block}
.nav-safe-icon{background:url(../../images/common/nav-safe.png) no-repeat;width:235px;height:159px;display:block}
.nav-domain-icon{background:url(../../images/common/nav-domain.png) no-repeat;width:235px;height:159px;display:block}
.nav-video-icon{background:url(../../images/common/nav-video.png) no-repeat;width:235px;height:159px;display:block}
.nav-web-icon{background:url(../../images/common/nav-web.png) no-repeat;width:235px;height:159px;display:block}
.nav-line{border-bottom:1px solid #54617a;margin-left:20px;margin-right:20px}
/*云计算云安全域名*/
.yunpro{display:none}
.anpro{display:none}
.dnspro{display:none}
.pro-active{background-color:#4251b6}
/*域名列表*/
.severpro .pro-list>li.width126>a{width:58px !important;text-align:center;margin-bottom:18px;padding-left:0 !important}
.width126 a{background:#20222f}


/*合作伙伴*/

.ourPartner {}
.ourPartner .txtPt {
    padding-top: 20px;
    padding-left: 5px;
    font-size: 20px;
    height: 66px;
    line-height: 54px;
    border-bottom: 1px solid #eee;
    color: #333;
	display: block;
}
.ourPartner .txtPt .ptMore {
    font-size: 12px;
    color: #9c9c9c;
    float: right;
}
.ourPartner .ptList {
    height: 109px;
    overflow: hidden;
}
.ourPartner .ptList li {
    float: left;
    width: 165px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 25px 0px;
}
.ourPartner .ptList li a img {
    border: 1px solid #eee;
}
.ourPartner .ptList li a img:hover {
    border: 1px solid #4a9ced;
}
.wide12 {
    margin: 0 auto;
    min-width: 990px;
    max-width: 1200px;
    _overflow: hidden;
    zoom: 1;
}
.slide-container {
    overflow: hidden;
    position: relative;
    _zoom: 1;
}
.slide-container .slide-wrapper {
    position: relative;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.wjf-more {
    font-size: 12px;
    color: #999;
}
.partnerLink{
    font-size: 12px;
	color: #666;
}
.partnerLink a:visited{
	color: #666;
}
/*合作伙伴end*/
.newfooter {
    margin-bottom: 10px;
    overflow: hidden;
}

.wrap {
    width: 100%;
    margin: 0;
    clear: both;
	margin-bottom: 20px;
}
input:focus, select:focus, textarea:focus, img, * {
    outline: none;
}
.wrapbox {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}
.newfooter .links-tit {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.newfooter .links-tit h3 {
    float: left;
    font-size: 16px;
    color: #333;
    border-bottom: 2px solid #099aff;
    padding: 0 10px;
    line-height: 38px;
}
.newfooter .links-cont {
    margin: 10px auto;
}
.newfooter .links-cont a {
    float: left;
    margin: 0 10px;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    color: #666;
}


/**/
.hot-product-title ul {
    display: block;
    border-bottom: 1px solid #dfdfdf;
}
.hot-product-title ul li:first-child {
    margin-left: 0;
}
.hot-product-title ul li.active, .hot-product-title ul li:hover {
    color: #fff;
    background-color: #00aaff;
    border-color: #00aaff;
}
.hot-product-title ul li {
    float: left;
    width: 160px;
    height: 48px;
    line-height: 48px;
    margin-bottom: -1px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: #fff;
    border: 1px solid #dfdfdf;
    margin-left: 10px;
    cursor: pointer;
}
.hot-product-content {
    margin-top: -15px;
}
.hot-product-content table.active {
    display: table;
}
.hot-product-content table {
    display: none;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d4d4d4;
    text-align: center;
    margin-top: 28px;
}
.hot-product-content table tbody td:first-child {
    text-align: left;
    width: 360px;
    padding-left: 20px;
}
.hot-product-content table tbody td {
    color: #666;
    background: #fff;
}
.hot-product-content table thead th, .hot-product-content table tbody td {
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 14px;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}
.hot-product-content a {
    display: inline-block;
    text-align: center;
    width: 100px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}
.hot-product-content .domain-description {
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 12px;
    color: #999;
    font-size: 12px;
    vertical-align: middle;
}
.table-sub-reminder {
    margin-top: 20px;
    padding-left: 22px;
    background: url(/servers/img/warn_icon.png) no-repeat left center;
    color: #666;
    font-size: 14px;
}
.table-sub-reminder span {
    color: red;
}
.domain-search-outer {
    height: 388px;
    width: 100%;
    padding-top: 188px;
    background: #202124 url(/servers/img/domain_search_banner.jpg) no-repeat center;
}
.domain-title {
    text-align: center;
    color: #fff;
    font-size: 40px;
}
.domain-search-box {
    position: relative;
    margin: 0 auto;
    width: 724px;
    height: 54px;
    margin-top: 50px;
}
.domain-search-input {
    display: block;
    border: none;
    width: 482px;
    height: 54px;
    background: #fff;
    padding-left: 30px;
    line-height: 54px;
    font-size: 18px;
    outline: none;
	margin-left: -30px;
}
.domain-search-input, .domain-drop-trigger, .domain-search-button {
    float: left;
}
.domain-drop-trigger:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 1px;
    height: 45px;
    background: #c8c8c8;
}
.domain-drop-trigger:after {
    content: "";
    position: absolute;
    background: url(/servers/img/search_icon_arrow.png) no-repeat center;
    right: 11px;
    top: 50%;
    margin-top: -2px;
    width: 12px;
    height: 8px;
    transition: transform 0.3s ease;
}
.domain-drop-trigger {
    position: relative;
    width: 119px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #333;
    background: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
}
.domain-search-button {
    width: 123px;
    height: 54px;
    border: none;
    background: #00aaff;
    line-height: 54px;
    font-size: 18px;
    color: #fff;
    outline: none;
    cursor: pointer;
}
.domain-search-list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 54px;
    z-index: 10;
    padding: 20px 19px;
    border: 1px solid #c8c8c8;
    background: #f5f5f5;
}
.checkbox-item.checked {
    background-image: url(/servers/img/domain_checkbox_checked.png);
}
.checkbox-item {
    position: relative;
    float: left;
    width: 114px;
    height: 16px;
    margin-bottom: 17px;
    padding-left: 26px;
    line-height: 16px;
    background: url(/servers/img/domain_checkbox.png) no-repeat left center;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease-out;
}
.domain-help {
    margin-top: 32px;
    text-align: center;
}
.domain-help a:first-child {
    border-left: none;
}
.domain-help a {
    display: inline-block;
    border-left: 1px solid #bbc1c5;
    padding: 0 18px;
    font-size: 13px;
    color: #fff;
}

.home-notice {
    display: -webkit-box;
    display: flex;
    align-items: center;
    margin-top: -0.3rem;
	width: 1200px;
    margin: 0 auto;
}
.home-notice .home-notice-icon {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/servers/img/home-sprite.png) no-repeat;
    background-size: 260px 40px;
    background-position: -180px 2px;
    margin-right: 10px;
}

.home-notice .home-notice-swiper {
    height: 39px;
    flex: 1;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.home-notice .home-notice-link {
    color: #119f93;
	font-size: 16px;
}
.home-notice .home-notice-item .home-notice-content {
    margin-right: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
.home-notice .home-notice-item .home-notice-content a {
    font-size: 16px;
    color: #6F7F7E;
	text-decoration: none;
    color: #2A303B;
    cursor: pointer;
}
.home-notice .home-notice-item {
    display: -webkit-box;
    display: flex;
    align-items: center;
}

.pop-list .menu-container{
	padding-bottom: 15px;
    position: relative;
    padding-left: 5px;
	padding: 0 5px;
	margin: 0 auto;
    min-width: 990px;
    max-width: 1190px;
}
.ques-advert-wrapper {
    /*border-left: 1px solid #e6e6e7;*/
    float: right;
    width: 580px;
}
.ques-advert-wrapper .question-wrapper {
    margin: 0 10px;
    width: 310px;
    overflow: hidden;
}

.f-l {
    float: left;
}

.pop-list .menu-container dl {
    float: left;
    clear: none;
    position: relative;
}

.pop-list .menu-container .question-wrapper dl dt {
    font-size: 15px;
    font-weight: 700;
    height: 16px;
    line-height: 16px;
    padding-bottom: 8px;
	min-width: 130px;
	color: #dfdfdf;
}

.pop-list .menu-wrapper dl {
    width:140px;
}

.pop-list .menu-wrapper .col-domain dl {
    width:180px;
}


.pop-list .menu-wrapper dl dt {
    font-size: 14px;
    font-weight: 700;
    height: 16px;
    line-height: 16px;
    padding-bottom: 8px;
	color: #dfdfdf;
}

.pop-list .menu-wrapper .col-domain dl dd {
    font-size: 14px;
    color: #919191;
    margin-top: 6px;
}

.pop-list .menu-wrapper .col-domain dl dd a {
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #979797;
}
.pop-list .menu-wrapper .col-cloud-server dl dd {
    font-size: 14px;
    color: #919191;
    margin-top: 6px;
}

.pop-list .menu-wrapper .col-cloud-server dl dd a {
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #979797;
}

.pop-list .ques-advert-wrapper .question-wrapper dl dd {
    font-size: 12px;
    color: #919191;
    margin-top: 11px;
}

.pop-list .ques-advert-wrapper .question-wrapper dl dd a {
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #979797;
}

.pop-list .menu-wrapper {
    margin-right: 471px;
}

.pop-list .menu-wrapper .col-cloud-server {
    width: 565px;
    float: right;
}
.pop-list .menu-wrapper .col-domain {
    width: 565px;
    float: right;
}

.pop-list .menu-wrapper .menu-row {
    overflow: hidden;
}

.menu-wrapper dl:after {
    content: '';
    position: absolute;
    height: 178px;
    width: 1px;
    background: url(/servers/img/index_menu_line.png) repeat-y;
    top: 0;
    right: 15px;
}