/*CSS Reset*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}
/*页面通用样式*/
html,
body {
	width: 100%;
	height: 100%;
}
body {
	font-family: "Microsoft Yahei";
	min-width: 1200px;
}
a {
	outline: none;
	text-decoration: none;
}
strong {
	font-weight: normal;
}
.strong {
	font-weight: bold;
}
::selection {
	background: #1eacdf;
	color: #fff;
}
img {
	border: 0px;
}
::-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;
}
/*@media screen and (max-width: 1233px){
	.auto {
		padding-left: 10px;
	}
}*/
.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 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.affix {
	position: fixed;
}
/* 预定义 transition */
.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: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;

	/*默认transition-timing-function值是 ease，可以省略*/
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;

	/* 有的元素通过 z-index 来做突出层级，则失去 hover时也会失去 z-index，这时部分过渡效果会受到影响。所以这里加上z-index，维持与其它属性的过渡的共同作用 */
	-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: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.default-transition-slow,
.default-transition-children-slow > *,
.default-transition-tree-slow * {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.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: #00aaff;
	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: #00aaff;
}
.text-stress {
	color: #ff8800;
}
.text-muted {
	color: #999;
}
/* 小型警示框 */
.alert-warn {
	padding: 7px 22px 5px 37px;
	background: url(https://www.88sup.com) no-repeat 10px 10px #fff3e5;
	border: 1px solid #ffd4a3;
	border-radius: 2px;
	color: #ff8800;
	font-size: 12px;
	line-height: 2em;
}
/*头部+banner*/
/*加banner-engine normal-header 使用于banner*/
/*top-bar*/
.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, 0.1);
	background: url(https://www.88sup.com repeat-x left center;
}
.global-topbar a {
	text-decoration: none;
}
/* 欢迎区（显示slogan或用户名） */
.welcome-container {
	float: left;
}
/*.welcome-container * {
	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: white;
	text-align: center;
}
.login-button {
	margin-left: 20px;
	border: 1px solid #fff;
}
.register-button {
	margin-left: 14px;
	background-color: #00aaff;
}
.logout-container .link-spacing {
	/*margin: 0;*/
}
.slogan {
	display: inline;
	color: #fff;
}
.welcome-container * {
	box-sizing: content-box;
}
.welcome-user .logout-container,
.welcome-container .userinfo-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: 64px;
	line-height: 78px;
}
.username-text {
	display: inline-block;
	padding: 0 20px;
	line-height: 78px;
	background: no-repeat right center;
	color: white;
	max-width: 128px \0;
	*cursor: pointer;
}

.auth-icon-personal {
	background-image: url(https://www.88sup.com);
}
.auth-icon-company {
	background-image: url(https://www.88sup.com);
}
.auth-icon-unauth {
	background-image: url(https://www.88sup.com);
}
.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: white;

	-webkit-transform-origin: 50% 25%;
	transform-origin: 50% 25%;

	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;

	-webkit-animation-name: counterclockwise-180;
	animation-name: counterclockwise-180;
}
.userinfo-container:hover .dropdown-triangle {
	border-top-color: #1a1a1a;
	border-top-color: transparent \0;

	-webkit-animation-name: clockwise-180;
	animation-name: clockwise-180;
}
@-webkit-keyframes clockwise-180 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		opacity: 1;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@keyframes clockwise-180 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		opacity: 1;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	to {
		opacity: 0;
		-webkit-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(0deg);
		transform: rotate(0deg);
	}
}
@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(0deg);
		transform: rotate(0deg);
	}
}
.user-panel {
	overflow: hidden;
	position: absolute;
	top: 64px;
	right: 0;
	width: 254px;
	z-index: 10;
	background: #232627;
	line-height: 1;
}
.userinfo-container--extend .user-panel {
	display: block;
}
.user-box {
	padding: 15px 20px 0 20px;
	height: 30px;
	line-height: 30px;
	/*background-color: #272a2b;*/
}
.user-box span {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	overflow: hidden;
}
.user-box .auth-status {
	display: none;
	padding-left: 22px;
	background: url(../image/auth_status.png) no-repeat left center;
	color: #2ea550;
}
.user-box .new-auth {
	display: none;
	color: #cecece;
}
.pay-box {
	height: 60px;
	line-height: 60px;
	/*background-color: #272a2b;*/
	border-bottom: 1px solid #2f3233;
}
.pay-box span {
	font-size: 18px;
	color: #ff6600;
}
.pay-box a {
	display: inline-block;
	position: absolute;
	top: 62px;
	right: 20px;
	width: 75px;
	height: 25px;
	line-height: 24px;
	background-color: #ff6600;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.pay-box a:hover {
	background-color: #e35b00;
}
.pay-box,
.user-panel-body {
	padding: 0 20px;
}
.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;
	border-radius: 2px;
	background-color: #0790d4;
	color: #fff;
}
/* end welcome-container */
.link-items {
	display: inline-block;
	color: #e5e5e5;
	font-size: 12px;
	margin-left: 14px;
	/*line-height: 1;*/
}
.link-items:hover {
	color: #00aaff;
}
/*.link-items:first-child {
    margin-left: 0;
}
.link-spacing {
    display: inline-block;
    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 .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: #2a3759;
	font-size: 12px;
	color: #cdcdcd;
	text-align: center;
}
.user-photo {
	display: block;
	width: 44px;
	height: 44px;
	background: url(../image/side-menu.png) no-repeat;
	background-position: -46px -119px;
	margin: 16px 20px 0 20px;
}
/* 手机版二维码 */
.mobile-version {
	position: relative;
}
.mobile-version:hover .mobile-qrcode {
	display: block;
}
.mobile-qrcode {
	display: none;
	position: absolute;
	width: 160px;
	height: 160px;
	top: 32px;
	left: -61px;
	z-index: 101;
	background: url(https://img.sanfengyun.com/img/mobile_qrcode.png?v=2) no-repeat center;
}
.mobile-qrcode:before {
	content: "";
	position: absolute;
	top: -16px;
	left: 50%;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	margin-left: -8px;
}
/*注册有礼*/
.reg-gift {
	position: relative;
	color: #804d00;
	height: 17px;
	line-height: 17px;
	padding: 0 5px 0 20px;
	font-size: 12px;
	background: url(https://img.sanfengyun.com/img/header_gift.png) no-repeat 5px center #ffe500;
}
.reg-gift:hover {
	color: #804d00;
}
.reg-gift:after {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-right-color: #ffe500;
	left: -8px;
	top: 4px;
}
/*logo以及主导航*/
.header {
	height: 80px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.banner-engine .header {
	background-color: transparent;
}
.header,
.header-main:hover .header {
	background-color: #2b3033;
}
.header-main:hover .header {
	border-bottom: none;
}
.header-left {
	float: left;
}
.header-nav-right {
	float: right;
}
.header-logo {
	display: inline-block;
	position: relative;
	width: 181px;
	height: 80px;
	float: left;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 174px;
	height: 100%;
	background: url(../image/header_logo.png) no-repeat left center;
}
.gongce {
	display: inline-block;
	position: absolute;
	top: 27px;
	right: -21px;
	width: 63px;
	height: 26px;
	background: url(../image/vip_5.png) no-repeat left center;
	z-index: 101;
}
.gongcetxt {
	display: none;
	font-size: 14px;
	position: absolute;
	top: 9px;
	right: -51px;
	color: #fff;
}
.slogan-gif {
	position: absolute;
	top: 14px;
	left: 145px;
	width: 126px;
	height: 40px;
}
.slogan-gif,
.header-main:hover .slogan-gif {
	background-image: url(https://img.sanfengyun.com/img/header_slogan.gif);
}
.banner-engine .slogan-gif {
	background: url(https://img.sanfengyun.com/img/header_slogan.png) no-repeat center center;
}
.header-nav {
	margin-left: 60px;
	float: left;
}
/*header-nav ul 在public.js中需要全部删除class，单独设置用于清除浮动*/
.header-nav ul {
	*zoom: 1;
}
.header-nav ul:before,
.header-nav ul:after {
	display: table;
	line-height: 0;
	content: "";
}
.header-nav ul:after {
	clear: both;
}
.header-nav-li {
	float: left;
	height: 80px;
	z-index: 100;
}
.header-nav-li > a {
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 80px;
	padding: 0 24px;
	line-height: 80px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.narrow-screen .header-nav-li > a {
	padding: 0 16px;
}
.newest-act-link {
	position: relative;
}
.newest-act-link-icon {
	position: absolute;
	top: 24px;
	left: 50%;
	display: block;
	margin-left: 38px;
	width: 22px;
	height: 13px;
	background: url(https://img.sanfengyun.com/img/newest_act_link_icon.png) no-repeat center;
}
.topbar-right {
	float: right;
	height: 80px;
	line-height: 78px;
}
.welcome-container {
	float: right;
}
/*二级菜单*/
.header-nav-li.header-nav-li--active > a {
	border-bottom: 3px solid #00aaff;
	color: #00aaff;
}
.header-nav-li--active i {
	display: inline-block;
}
.header-nav-li--active > ul {
	background-color: #00435b;
}
.header-nav .current {
	color: #00aaff;
}
.header .auto {
	overflow: visible;
}
.mask-white {
	display: none;
	position: absolute;
	top: 104px;
	left: 0;
	right: 0;
	background-color: #005d7f;
	opacity: 0.95;
	filter: alpha(opacity=95);
	z-index: 10;
	height: 245px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
}
.cursor-arrow {
	cursor: default;
}
.pop-list {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 1000;
	margin: 0 auto;
	min-width: 1200px;
	max-width: 100%;
	height: 405px;
	padding-top: 40px;
	background-color: #212629;
	/*box-shadow: 0 2px 10px 3px rgba(35, 38, 39, 0.5);*/
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.pop-list .pop-arrow {
	/*display: none;*/
	position: absolute;
	content: "";
	left: 50%;
	bottom: 24px;
	margin-left: -13px;
	width: 26px;
	height: 26px;
	background: url(../image/pop_arrow.png) no-repeat center;
	cursor: pointer;
}
.pop-list .pop-arrow:hover {
	background-image: url(../image/pop_arrow_hover.png);
}
.header-nav-li.header-nav-li--active .pop-list {
	display: block;
}
.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 {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 28px;
	background: #616467 no-repeat center;
	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;
	padding-left: 110px;
	line-height: 110px;
}
.pop-link-server {
	background-image: url(https://img.sanfengyun.com/img/header_link_server.jpg);
}
.pop-link-server:hover {
	background-image: url(https://img.sanfengyun.com/img/header_link_server_hover.jpg);
}
.pop-link-idc {
	background-image: url(https://img.sanfengyun.com/img/header_link_idc.jpg);
}
.pop-link-idc:hover {
	background-image: url(https://img.sanfengyun.com/img/header_link_idc_hover.jpg);
}
.pop-link-host {
	background-image: url(https://img.sanfengyun.com/img/header_link_host.jpg);
}
.pop-link-host:hover {
	background-image: url(https://img.sanfengyun.com/img/header_link_host_hover.jpg);
}
.pop-link-ssl {
	background-image: url(https://img.sanfengyun.com/img/header_link_ssl.jpg);
}
.pop-link-ssl:hover {
	background-image: url(https://img.sanfengyun.com/img/header_link_ssl_hover.jpg);
}
.pop-link-monitor {
	background-image: url(https://img.sanfengyun.com/img/header_link_monitor.jpg);
}
.pop-link-monitor:hover {
	background-image: url(https://img.sanfengyun.com/img/header_link_monitor_hover.jpg);
}
.pop-link-domain {
	background-image: url(https://img.sanfengyun.com/img/header_link_domain.jpg);
}
.pop-link-domain:hover {
	background-image: url(https://img.sanfengyun.com/img/header_link_domain_hover.jpg);
}
.pop-link-website {
	background-image: url(https://img.sanfengyun.com/img/header_link_solution_website.jpg);
}
.pop-link-website:hover {
	background-image: url(https://img.sanfengyun.com/img/header_link_solution_website_hover.jpg);
}
.pop-link-financial {
	background-image: url(https://img.sanfengyun.com/img/header_link_solution_financial.jpg);
}
.pop-link-financial:hover {
	background-image: url(https://img.sanfengyun.com/img/header_link_solution_financial_hover.jpg);
}
.pop-link-mobile {
	background-image: url(https://img.sanfengyun.com/img/header_link_solution_mobile.jpg);
}
.pop-link-mobile:hover {
	background-image: url(https://img.sanfengyun.com/img/header_link_solution_mobile_hover.jpg);
}
.pop-link-ecomm {
	background-image: url(https://img.sanfengyun.com/img/header_link_solution_ecomm.jpg);
}
.pop-link-ecomm:hover {
	background-image: url(https://img.sanfengyun.com/img/header_link_solution_ecomm_hover.jpg);
}
.pop-link-game {
	background-image: url(https://img.sanfengyun.com/img/header_link_solution_game.jpg);
}
.pop-link-game:hover {
	background-image: url(https://img.sanfengyun.com/img/header_link_solution_game_hover.jpg);
}
.pop-item-list {
}
.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: #00aaff;
}
.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: #00aaff;
}

.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-item-title {
	font-size: 14px;
	color: #7a8185;
}
a.nav-item-title {
	display: block;
}
a.nav-item-title:hover {
	color: #00aaff;
}
.nav-pop-item li {
	width: 100%;
	margin-bottom: 16px;
	border: 1px solid #212629;
}
.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:first-child {
	margin-left: 0;
}
.nav-pop-item.single-item li.last-item {
	margin-left: 0;
}
.nav-pop-item li .nav-pop-introduce a {
	display: block;
	width: 100%;
	height: 100%;
	background: #2b3033;
	padding: 20px;
	border: 1px solid #2b3033;
}
/*.nav-pop-item li a:hover {
    border-color: #00aaff;
}*/
.nav-pop-item li:hover {
	border: 1px solid #00aaff;
}
.nav-pop-item li a:hover .nav-item-name,
.nav-pop-item li:hover .nav-item-brief {
	color: #00aaff;
}
.nav-pop-item-wrapper {
	width: 100%;
	height: 100%;
}
.nav-pop-introduce {
	background: #2b3033;
	height: 100%;
}
.nav-pop-pic {
	position: relative;
	width: 100%;
	height: 159px;
}
.nav-pop-pic1 {
	background: url(../image/nav-pop-01.jpg) 0 0 no-repeat;
	background-size: cover;
}
.nav-pop-pic2 {
	background: url(../image/nav-pop-02.jpg) 0 0 no-repeat;
	background-size: cover;
}
.nav-pop-pic3 {
	background: url(../image/nav-pop-03.jpg) 0 0 no-repeat;
	background-size: cover;
}
.nav-pop-pic4 {
	background: url(../image/nav-pop-04.jpg) 0 0 no-repeat;
	background-size: cover;
}
.nav-free-pic1 {
	background: url(../image/nav-free-01.jpg) 0 0 no-repeat;
	background-size: cover;
}
.nav-free-pic2 {
	background: url(../image/nav-free-02.jpg) 0 0 no-repeat;
	background-size: cover;
}
.nav-free-pic3 {
	background: url(../image/nav-free-03.jpg) 0 0 no-repeat;
	background-size: cover;
}
.nav-free-pic4 {
	background: url(../image/nav-free-04.jpg) 0 0 no-repeat;
	background-size: cover;
}
.nav-pop-pic-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 16px;
}
.nav-free-pic-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 42px;
	line-height: 24px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 24px;
}
.nav-free-pic1 .nav-free-pic-bottom {
	color: #d6d604;
}
.nav-free-pic2 .nav-free-pic-bottom {
	color: #fea628;
}
.nav-free-pic3 .nav-free-pic-bottom {
	color: #2ae9be;
}
.nav-free-pic4 .nav-free-pic-bottom {
	color: #ffffff;
}
.nav-pop-item li a.nav-item-btn {
	width: 104px;
	height: 32px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #787c7f;
	padding: 0;
	border: 1px solid #787c7f;
	margin: 0 auto 20px;
}
.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(https://img.sanfengyun.com/img/nav_item_icon.png) no-repeat center;
}
.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(https://img.sanfengyun.com/img/nav_tobe_icon.png);
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.nav-item-brief {
	font-size: 12px;
	color: #7a8185;
}
/*二级菜单 end*/
/*header end*/
.banner-engine .header-container {
	width: 100%;
	height: 0;
}
.banner-box {
	height: 80px;
}
.banner-engine .banner-box {
	height: 508px;
	position: relative;
}
.top-nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1200px;
	height: 80px;
	z-index: 100;
}
.top-info {
	position: relative;
}
.login {
	float: left;
	display: inline-block;
	width: 124px;
	height: 80px;
	background: url("../image/header_logo.png") no-repeat center;
}
.service-concept {
	display: inline-block;
	margin-left: 15px;
	float: left;
	width: 124px;
	height: 80px;
	background: url("https://img.sanfengyun.com/img/header_slogan.png") no-repeat center;
}
.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: 720px;
}
.banner-engine .banner-text {
	position: absolute;
	left: 0;
	top: -720px;
	width: 100%;
	height: 552px;
}
.banner-engine .banner-text {
	display: none;
}
.banner-engine .link-banner {
	cursor: pointer;
}
.banner-engine .banner-text1 {
	font-size: 50px;
	line-height: 50px;
	color: #fff;
}
.banner-engine .banner-text2 {
	margin-top: 28px;
	font-size: 20px;
	line-height: 20px;
	color: #e4e7eb;
}
.banner-engine .banner-link-button {
	display: inline-block;
	border: 1px solid #fff;
	margin-top: 54px;
	width: 160px;
	height: 44px;
	line-height: 42px;
	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(https://img.sanfengyun.com/img/header_user.png) no-repeat center;
}
.banner-ul li {
	display: none;
	height: 100%;
	width: 100%;
	float: left;
}
.banner-engine .banner-ul li {
	z-index: -1;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 100%;
	width: 100%;
	float: left;
}
.banner-engine .banner-ul li:first-child {
	z-index: initial;
}
.service-action {
	display: none;
}
.index-page .service-action {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 116px;
	background: rgba(33, 154, 214, 0.25);
	z-index: 2;
}
.banner-point {
	display: none;
	position: absolute;
	bottom: 148px;
	left: 0px;
	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: 214px;
}
.banner-area {
	width: 100%;
	text-align: center;
}
.banner-area li {
	margin: 0px 15px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url("https://img.sanfengyun.com/img/pagination_02.png") no-repeat;
}
.banner-area li.active {
	background: url("https://img.sanfengyun.com/img/pagination_01.png") no-repeat;
}
/*banner内置活动推广*/
.service-action {
	display: none;
}
.index-page .service-action {
	display: block;
}
/*banner内置活动推广end*/
/* 常用透明头部 */
.transparent-header .header-container,
.transparent-header .banner-box {
	width: 100%;
	height: 0px;
}
.transparent-header .banner-text,
.transparent-header .banner-point,
.transparent-header .news-casting,
.transparent-header .banner-ul {
	display: none !important;
}
/*侧边按钮*/
.suspension {
	width: 46px;
	height: 210px;
	position: fixed;
	right: 30px;
	bottom: 60px;
	z-index: 999;
}
.suspension li {
	position: relative;
	width: 46px;
	height: 46px;
	margin-top: 10px;
}
.suspension li:first-child {
	margin-top: 0;
}
.pop-tel,
.pop-qrcode,
.buy-car {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #bcbcbc;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(https://img.sanfengyun.com/img/suspend_icon.png);
}
.voice-service {
	background-image: url("");
}
.pop-tel {
	border-color: #00aaff;
	background-color: #00aaff;
	background-position: -1px 0;
}
.pop-qrcode {
	background-position: -1px -51px;
}
.to-top {
	background-position: 0 -100px;
	cursor: pointer;
}
.buy-car {
	background-image: url(https://img.sanfengyun.com/img/side_icon_04.png);
}
.connect-us {
	position: absolute;
	width: 240px;
	right: 54px;
	bottom: 0;
	z-index: 30;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
	display: none;
}
.connect-us ul {
	margin: 32px 24px;
}
.connect-us li {
	display: list-item;
	width: 100%;
	height: auto;
	padding: 16px 0;
	overflow: hidden;
	margin-top: 0;
	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: 0px 0px;
}
.service-online {
	background-image: url(https://www.88sup.com);
}
.service-online:hover {
	background-image: url(https://www.88sup.com);
}
.service-feedback:hover .info-name,
.service-online:hover .info-name {
	color: #00aaff;
}
.footer .service-phone {
	background-image: url(https://www.88sup.com);
}
.footer .service-phone:hover {
	background-image: url(https://www.88sup.com);
}
.service-feedback {
	background-image: url(https://www.88sup.com);
}
.service-feedback:hover {
	background-image: url(https://www.88sup.com);
}
.info-name,
.info-value {
	display: block;
	padding-left: 52px;
}
.info-name {
	height: 14px;
	font-size: 14px;
	color: #333;
}
.info-value {
	margin-top: 8px;
	height: 18px;
	font-size: 18px;
	font-weight: bold;
	color: #f90;
}
.service-feedback .info-value {
	font-size: 12px;
	font-weight: inherit;
	color: #999;
}
/*.tel-corner {
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	right: -19px;
	bottom: 14px;
	z-index: 10;
}*/
/*.tel-corner-back {
	border: 11px solid transparent;
	border-left: 11px solid #ddd;
	position: absolute;
	right: -22px;
	bottom: 13px;
	z-index: -1;
}*/
.qrcode {
	position: absolute;
	width: 139px;
	height: 163px;
	right: 55px;
	bottom: 0;
	z-index: 30;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
	background: url(https://www.88sup.com);
	display: none;
}
/*侧边按钮 end*/

/*footer*/
.footer {
	min-width: 1200px;
	background-color: #2b373d;
	font-family: "Microsoft Yahei";
}
.footer-floor1 {
	width: 100%;
	padding: 40px 0 62px;
}
.footer-list {
	/*width: 810px;*/
	width: 68%;
	height: 100%;
	border-left: 1px solid #414b51;
	padding-left: 20px;
	float: left;
}
.footer-list ul {
	float: left;
	width: 25%;
}
.footer-list li {
	line-height: 30px;
}
.footer-list li a {
	color: #819199;
	font-size: 14px;
	text-decoration: none;
}
.footer-list li a:hover {
	text-decoration: underline;
	color: #fff;
}
.footer-list .flist-title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}
.footer-left {
	/*width: 385px;*/
	width: 32%;
	float: left;
}
.company-box {
	padding-left: 20px;
}
.company-logo {
	height: 40px;
	background: url(https://www.88sup.com) no-repeat left;
}
.company-logo span {
	display: inline-block;
	margin-left: 136px;
	margin-top: -5px;
	width: 126px;
	height: 40px;
	background: url(https://www.88sup.com) no-repeat left;
}
.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(https://www.88sup.com);
}
.official-plat li .weibo-logo {
	background-image: url(https://www.88sup.com);
}
.official-plat li .qq-logo {
	background-image: url(https://www.88sup.com);
}
.official-plat li .email-logo {
	background-image: url(https://www.88sup.com);
}
.official-plat li:hover .weixin-logo {
	background-image: url(https://www.88sup.com);
}
.official-plat li:hover .weibo-logo {
	background-image: url(https://www.88sup.com);
}
.official-plat li:hover .qq-logo {
	background-image: url(https://www.88sup.com);
}
.official-plat li:hover .email-logo {
	background-image: url(https://www.88sup.com);
}
.official-plat > p {
	display: inline-block;
	width: 132px;
	height: 132px;
	border: 1px solid #dddddd;
	background-color: #fff;
}
.official-plat .weixin {
	position: absolute;
	top: -145px;
	left: 24px;
	background-image: url(https://www.88sup.com);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: none;
}
.official-plat .weibo {
	position: absolute;
	top: -145px;
	left: -32px;
	background-image: url(https://www.88sup.com);
	background-repeat: no-repeat;
	background-position: -132px 0;
	display: none;
}
.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(https://www.88sup.com);
}
.retreat_ico a {
	background-image: url(https://www.88sup.com);
}
.technology_ico a {
	background-image: url(https://www.88sup.com);
}
.prepare_ico a {
	background-image: url(https://www.88sup.com);
}
.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-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;
}
.footer-floor2 a:hover {
	text-decoration: underline;
}
.foot-link {
	margin: 0 15px;
	text-decoration: none;
	color: #b6e2f2;
}
.foot-link:hover {
	text-decoration: underline;
}
.footer-banner {
	position: relative;
	min-width: 1200px;
	background: #00aaff url(https://www.88sup.com) no-repeat center;
	height: 180px;
	overflow: hidden;
	color: #fff;
	text-align: center;
}
.footer-banner-text {
	position: relative;
	padding-top: 46px;
	z-index: 20;
	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-banner-button {
	position: relative;
	z-index: 20;
}
.footer-bubble {
	position: absolute;
}
.bubble-1 {
	top: -120px;
	left: 50%;
	z-index: 10;
	margin-left: -120px;
	width: 240px;
	height: 240px;
	background: url(https://www.88sup.com);
	animation: bubble-animate-1 linear 10s infinite;
}
.bubble-2 {
	top: 50px;
	left: 34%;
	z-index: 11;
	width: 360px;
	height: 360px;
	background: url(https://www.88sup.com);
	animation: bubble-animate-2 linear 12s infinite;
}
.bubble-3 {
	top: 50px;
	left: 48%;
	z-index: 12;
	width: 300px;
	height: 300px;
	background: url(https://www.88sup.com);
	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%;
	}
}
/*footer end*/

/* 通用module banner*/
.module-banner-bg {
	min-height: 120px;
}
.module-banner-title {
	position: relative;
	top: 42px;
	border-left: 3px solid #00aaff;
	text-indent: 17px;
	font-weight: normal;
	font-size: 29px;
	color: #222;
}
/* 通用简易底部 */
/*底部*/
.signfooter {
	background-color: #e9e9e9;
	border-top: 1px solid #e9e9e9;
	text-align: center;
}
.signfooter2 {
	background-color: #f7f7f7;
	border-top: 1px solid #f7f7f7;
	text-align: center;
}
.footer-signfooter {
	width: 100%;
	padding: 8px 0px 30px 0px;
	background-color: #2c2d2f;
}
.footer-signfooter2 {
	background-color: #2d3134;
}
.nav-links {
	width: 99%;
	height: 20px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
}

.footer-signfooter ul {
	padding-left: 5px;
}

.footer-signfooter li {
	display: inline-block;
	margin: 2px;
	color: #b8b8b8;
}

.ownership {
	text-align: center;
	height: 20px;
	line-height: 30px;
	color: #b8b8b8;
	font-size: 12px;
}
.footer-signfooter p,
.footer-signfooter a {
	margin-top: 8px;
	font-size: 12px;
	color: #b8b8b8;
}
.signfooter-nav {
	margin-top: 40px;
}
.signfooter-nav2 {
	margin-top: 19px;
}
.signfooter-bg {
	width: 100%;
	height: 161px;
	background: url(../image/signfooter2.jpg) no-repeat 0 -42px;
}
.signfooter-bg2 {
	width: 100%;
	height: 161px;
	background: url(../image/signfooter.jpg) no-repeat;
}
.signfooter-img {
	margin: 0 auto;
	width: 801px;
	height: 94px;
	background: url(../image/signfooter_txt.png) no-repeat;
}
.signfooter-nav-list {
	display: inline-block;
}
.signfooter-nav-list li {
	position: relative;
	float: left;
	margin: 0px 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: 0px;
	height: 0px;
}
.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;
}
.u-flyer {
	width: 32px;
	height: 32px;
}
/*帮助*/
.more {
	font-size: 14px;
	color: #28a5ff;
	margin-left: 26px;
}
.help-content {
	float: left;
	width: 100%;
	font-size: 14px;
}
.help-content li {
	float: left;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 33.3%;
}
.help-content li span {
	display: inline-block;
	color: #888897;
	margin-right: 24px;
}
.help-content li a {
	color: #555555;
}
.xixun {
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	text-align: center;
	/* background: #ea3223 url(https://www.88sup.com) no-repeat 18px center; */
	background: #ea3223;
	color: #000;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1000;
	font-weight: 600;
}
.xixun a span {
	color: #fdfb54;
}
.xixun-close {
	cursor: pointer;
	float: right;
	display: inline-block;
	width: 44px;
	height: 44px;
	margin-right: 20px;
}
