* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none
}

body {
	font-family: "Microsoft Yahei";
	min-width: 1000px
}

a {
	outline: 0;
	text-decoration: none
}

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
}

.autoWidth {
	margin: 0 auto;
	min-width: 1000px;
	max-width: 1200px
}

.auto {
	margin: 0 auto;
	width: 1200px;
}
.auto-flow{
	margin: 0 auto;
	width: 1100px;
}
@media screen and (max-width:1233px) {
	.auto {
		padding-left: 10px
	}
}

.clearfix:after,
.clearfix:before {
	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, .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
}

.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;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-property: background-color, background-position, color, border-color, opacity, z-index, transform, -webkit-box-shadow;
	-moz-transition-property: background-color, background-position, color, border-color, opacity, z-index, transform, -moz-box-shadow;
	-ms-transition-property: background-color, background-position, color, border-color, opacity, z-index, transform, -ms-box-shadow;
	-o-transition-property: background-color, background-position, color, border-color, opacity, z-index, transform, -o-box-shadow;
	transition-property: background-color, background-position, color, border-color, opacity, z-index, transform, box-shadow
}

.default-transition-children-fast>*,
.default-transition-fast,
.default-transition-tree-fast * {
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s
}

.default-transition-children-slow>*,
.default-transition-slow,
.default-transition-tree-slow * {
	-webkit-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-o-transition-duration: .6s;
	transition-duration: .6s
}

.news-pagination {
	padding-left: 30%;
	width: 100%;
	padding-top: 30px
}

.page_no,
.page_text {
	padding: 3px
}

.page_no {
	padding-right: 0
}

.page_next {
	padding-left: 0
}

.page_no a,
.page_text 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_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: #009fd9;
	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: #009FD9
}

.text-stress {
	color: #f80
}

.text-muted {
	color: #999
}

.alert-warn {
	padding: 7px 22px 5px 37px;
	background: url(../../images/tip_icon_warn_16.png) no-repeat 10px 10px #fff3e5;
	border: 1px solid #ffd4a3;
	border-radius: 2px;
	color: #f80;
	font-size: 12px;
	line-height: 2em
}

.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(../../images/topbar_bg.png) repeat-x left center
}

.global-topbar a {
	text-decoration: none
}

.welcome-container {
	float: left
}

.welcome-container * {
	box-sizing: content-box
}

.logout-container {
	line-height: 32px;
	font-size: 12px
}

.login-button,
.register-button {
	padding: 1px 5px;
	color: #fff;
	border-radius: 4px
}

.login-button:hover,
.register-button:hover {
	background-color: #007eab
}

.register-button {
	background-color: inherit
}

.logout-container .link-spacing {
	margin: 0
}

.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;
	width: 180px;
	font-size: 12px
}

.username-container {
	position: relative;
	z-index: 100;
	height: 30px;
	line-height: 30px
}

.username-text {
	display: inline-block;
	padding-right: 20px;
	background: no-repeat right center;
	color: #fff;
	max-width: 128px\9
}

.userinfo-container--extend .username-text {
	color: #1A1A1A
}

.userinfo-container--extend .username-text:hover {
	color: #009fd9
}

.auth-icon-personal {
	background-image: url(../../images/auth_personal.png)
}

.auth-icon-company {
	background-image: url(../../images/auth_company.png)
}

.auth-icon-unauth {
	background-image: url(../../images/auth_unauth.png)
}

.username-text span {
	display: inline-block;
	vertical-align: top
}

.username-text-show {
	max-width: 65px
}

.dropdown-triangle {
	position: absolute;
	top: 14px;
	right: 8px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #fff;
	-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\9;
	-webkit-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)
	}
}

@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)
	}
}

@-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)
	}
}

@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)
	}
}

.user-panel,
.username-container {
	padding-left: 8px;
	padding-right: 8px
}

.user-panel {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding-top: 30px;
	border: 1px solid #EDEDED;
	background: #fff\9;
	background: rgba(255, 255, 255, .95);
	line-height: 1
}

.userinfo-container--extend .user-panel {
	display: block
}

.user-panel-header {
	height: 70px;
	padding-left: 54px;
	background: url(../../images/icon_user_default.png) no-repeat 4px 12px
}

.user-money {
	padding: 16px 0 10px;
	color: #FF8500
}

.user-money-control a {
	color: #1A1A1A
}

.user-money-control a:hover {
	color: #FF8500
}

.user-money-control a+a {
	padding-left: 4px;
	border-left: 1px solid #999
}

.user-gold {
	padding: 0px 0 10px;
	color: #FF8500
}

.shortcut-menu-list {
	margin: 0 5px;
	border-top: 1px solid #D7D7D7;
	padding: 8px 4px 18px
}

.shortcut-menu-item {
	position: relative;
	z-index: 1
}

.shortcut-menu-item a {
	display: inline-block;
	color: #1A1A1A;
	padding: 7px 0
}

.shortcut-menu-item a:hover {
	color: #009fd9
}

.user-record-count {
	position: absolute;
	top: 7px;
	right: 0;
	padding: 0 8px;
	border-radius: 2px;
	background-color: #FF8500;
	color: #fff
}

.topbar-right {
	width: 70%;
	height: 32px;
	float: right;
	text-align: right
}

.link-items {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 13px;
	margin-left: 10px
}

.link-items:hover {
	color: #98e3ff
}

.link-spacing {
	display: inline-block;
	width: 1px;
	height: 9px;
	margin: 0 0 0 9px;
	overflow: hidden;
	background-color: #7ed0e8
}

.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(../../images/mobile_qrcode.png) 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(../../images/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
}

.header {
	height: 72px
}

.banner-engine .header {
	background-color: transparent
}

.header,
.header-main:hover .header {
	background-color: #009FD9
}

.header-logo {
	display: inline-block;
	position: relative;
	width: 300px;
	height: 72px;
	float: left;
}

.slogan-gif {
	position: absolute;
	top: 14px;
	left: 145px;
	width: 126px;
	height: 40px
}

.header-main:hover .slogan-gif,
.slogan-gif {
	background-image: url(../../images/header_slogan.gif)
}

.banner-engine .slogan-gif {
	background: url(../../images/header_slogan.png) no-repeat center center
}

.header-nav {
	width: 75%;
	float: right;
	text-align: right;
}

.header-nav ul:after,
.header-nav ul:before {
	display: table;
	line-height: 0;
	content: ""
}

.header-nav ul:after {
	clear: both
}

.header-nav-li {
	position: relative;
	float: left;
	width: 14%;
	height: 72px;
	z-index: 100;
}

.nav-1 {
	z-index: 100;
	width: 16%;
}

.header-nav-li>a {
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 71px;
	line-height: 71px;
	color: #fff;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	text-align: center;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease, border-bottom .3s ease;
	-o-transition: color .3s ease, border-bottom .3s ease;
	transition: color .3s ease, border-bottom .3s ease
}

.hot-act {
	position: relative
}

.hot-act:after {
	content: "";
	position: absolute;
	width: 27px;
	height: 17px;
	background: url(../../images/header_hot.png) no-repeat center;
	top: -16px;
	left: 50px;
}

.header-nav-li--active i {
	display: inline-block
}

.header-nav-li--active>ul {
	background-color: #00435b
}

.header-nav .current {
	color: #009fd9
}

.header .auto {
	overflow: visible
}

.mask-white {
	display: none;
	position: absolute;
	top: 104px;
	left: 0;
	right: 0;
	background-color: #005d7f;
	opacity: .95;
	filter: alpha(opacity=95);
	z-index: 10;
	height: 245px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, .2)
}

.pop-list {
	display: none;
	position: absolute;
	top: 72px;
	left: 0;
	right: 0;
	z-index: 30;
	height: 245px;
	padding-top: 10px
}

.header-nav:hover .pop-list {
	display: block
}

.header-nav:hover .mask-white {
	display: block
}

.hide-pop-list:hover .pop-list {
	display: none
}

.hide-pop-list:hover .mask-white {
	display: none
}

.pop-list li {
	line-height: 40px;
	text-align: center
}

.pop-list a {
	text-decoration: none;
	color: #7fddff;
	font-size: 14px
}

.pop-list li a:hover {
	text-decoration: underline
}

.pop-arrow {
	border: 8px solid transparent;
	border-bottom-color: #00435b;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -6px;
	display: none
}

.pop-list .nav-gray {
	color: #b7b7b7
}

.pop-list .nav-gray:hover {
	text-decoration: none
}

.banner-engine .header-container {
	width: 100%;
	height: 585px
}

.banner-box {
	height: 104px
}

.banner-engine .banner-box {
	height: 585px;
	position: relative
}

.top-nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1000px;
	height: 102px;
	z-index: 100
}

.top-info {
	position: relative
}

.login {
	float: left;
	display: inline-block;
	width: 124px;
	height: 72px;
	background: url(../../images/header_logo.png) no-repeat center
}

.service-concept {
	display: inline-block;
	margin-left: 15px;
	float: left;
	width: 124px;
	height: 72px;
	background: url(../../images/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: 585px
}

.banner-engine .banner-text {
	position: absolute;
	left: 0;
	top: -585px;
	width: 100%;
	height: 552px
}

.banner-engine .link-banner {
	cursor: pointer
}

.banner-engine .banner-text1 {
	font-size: 40px;
	color: #fff
}

.banner-engine .banner-text2 {
	margin-top: 40px;
	font-size: 20px;
	color: #ff0
}

.banner-engine .banner-particulars {
	margin-top: 75px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 10px 28px;
	font-size: 16px;
	color: #fff;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px
}

.login-link {
	position: relative
}

.login-link:before {
	content: "";
	position: absolute;
	top: -6px;
	left: -40px;
	width: 30px;
	height: 30px;
	background: url(../../images/header_user.png) no-repeat center
}

.banner-ul li {
	display: none;
	height: 100%;
	width: 100%;
	float: left
}

.banner-engine .banner-ul li {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 100%;
	float: left
}

.news-casting {
	display: none
}

.banner-engine .news-casting {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 33px;
	line-height: 33px;
	background: rgba(17, 42, 51, .2);
	z-index: 2;
	border-bottom: 3px solid #009fd9
}

.news-box {
	position: relative;
	height: 33px;
	line-height: 33px
}

.news-img {
	display: inline-block;
	position: absolute;
	top: 0;
	width: 16px;
	height: 33px;
	left: 0;
	background: url(../../images/news_ico.png) no-repeat left center
}

.news-ul {
	position: absolute;
	left: 25px;
	top: 0;
	width: 90%
}

.news-ul li {
	float: left;
	width: 32%;
	margin-left: 1%
}

.news-ul li a {
	width: 100%;
	position: relative;
	display: inline-block;
	padding-left: 10px;
	font-size: 12px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.news-ul li a:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "· "
}

.news-more {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #fff
}

.banner-point {
	display: none;
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	height: 18px;
	line-height: 18px
}

.banner-engine .banner-point {
	display: block
}

.slider-main {
	display: none;
	position: relative
}

.banner-engine .slider-main {
	display: block
}

.slider-text {
	position: absolute;
	margin-top: 200px
}

.banner-area {
	width: 100%;
	text-align: center
}

.banner-area li {
	margin: 0 15px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../../images/area_no.png) no-repeat
}

.banner-area li.active {
	background: url(../../images/area_yes.png) no-repeat
}

.suspension {
	width: 50px;
	height: 230px;
	position: fixed;
	right: 30px;
	bottom: 60px;
	z-index: 999
}

.suspension li {
	position: relative;
	width: 50px;
	height: 50px;
	margin-top: 10px;
	background-color: #00b7e7;
	border-radius: 4px
}

.suspension li:hover {
	background-color: #f76c35
}

.suspension .default-transition {
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color
}

.pop-qrcode,
.pop-tel,
.suspension a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../../images/side_icons.png);
	background-repeat: no-repeat
}

.voice-service {
	background-position: 0 0
}

.pop-tel {
	background-position: -50px 2px
}

.pop-qrcode {
	background-position: -100px 0
}

#toTop {
	background-image: url(../../images/side_icons.png);
	background-position: -150px 0;
	background-repeat: no-repeat;
	cursor: pointer
}

.connect-us {
	display: none;
	position: absolute;
	width: 230px;
	right: 69px;
	top: 0;
	z-index: 30;
	background: #fff;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	color: #666;
	font-size: 16px;
	border: 1px solid #ddd
}

.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: 142px;
	height: 144px;
	right: 60px;
	top: -46px;
	z-index: 30;
	background: url(../../images/code2d.png);
	display: none
}

.footer {
	background-color: #009fd9;
	font-family: "Microsoft Yahei"
}

.footer-floor1 {
	width: 100%;
	padding: 36px 0 60px
}

.footer-list {
	width: 69%;
	height: 100%;
	float: left
}

.footer-list ul {
	float: left;
	margin-right: 13%
}

.footer-list .flist-4 {
	margin-right: 0
}

.footer-list li {
	line-height: 32px
}

.footer-list li a {
	color: #b6e2f2;
	font-size: 12px;
	text-decoration: none
}

.footer-list li a:hover {
	text-decoration: underline;
	color: #fff
}

.footer-list .flist-title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px
}

.footer-floor2 {
	width: 100%;
	border-top: 1px solid #4cc3ed;
	padding: 20px 0;
	text-align: center
}

.footer-floor2 p {
	text-align: center;
	color: #b6e2f2;
	font-size: 12px;
	line-height: 30px
}

.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: #b6e2f2
}

.footer-floor2 a:hover {
	color: #a8d0e0;
	text-decoration: underline
}

.foot-link {
	margin: 0 15px;
	text-decoration: none;
	color: #b6e2f2
}

.foot-link:hover {
	text-decoration: underline
}

.footer-right {
	width: 300px;
	float: right
}

.telephone {
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #fff
}

.telephone span {
	display: inline-block;
	width: 32px;
	height: 32px;
	float: left;
	background: url(../../images/phone_32px.png);
	margin-left: 16%
}

.telephone .tel-number {
	font-size: 30px;
	font-weight: 400;
	text-align: right
}

.official-plat {
	width: 100%;
	height: 100%;
	margin-top: 20px;
	position: relative
}

.official-plat ul {
	float: right;
	margin-top: 7px
}

.official-plat ul li span {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../../images/plat_icon.png) no-repeat 0 0;
	line-height: 32px;
	float: left;
	margin-right: 12px
}

.official-plat ul li .weibo-logo {
	background: url(../../images/plat_icon.png) no-repeat -32px 0
}

.official-plat ul li .qq-logo {
	background: url(../../images/plat_icon.png) no-repeat -64px 0
}

.official-plat ul li {
	height: 45px
}

.official-plat ul a {
	display: inline-block;
	height: 32px;
	width: 100%;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
	font-size: 12px
}

.official-plat>p {
	display: inline-block;
	width: 132px;
	height: 132px;
	border: 1px solid #ddd;
	background-color: #fff
}

.official-plat .weixin {
	position: absolute;
	top: 0;
	left: 10px;
	background-image: url(../../images/plat_qrcode.png);
	background-repeat: no-repeat;
	background-position: 0 0
}

.official-plat .weibo {
	position: absolute;
	top: 0;
	left: 10px;
	background-image: url(../../images/plat_qrcode.png);
	background-repeat: no-repeat;
	background-position: -132px 0;
	display: none
}

#wx-corner {
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	top: 12px;
	right: -20px;
	z-index: 10
}

#wb-corner {
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	top: 58px;
	right: -20px;
	z-index: 10
}

.five-superiority {
	width: 100%;
	border-bottom: 1px solid #27aede;
	padding: 10px 0 20px
}

.five-superiority-list li {
	float: left;
	width: 20%;
	height: 36px;
	text-align: center;
	border-left: 1px solid #27aede
}

.five-superiority-list li:first-child {
	border-left: none
}

.five-superiority-list li a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: no-repeat 2% center;
	text-indent: 2em;
	color: #fff;
	font-size: 16px
}

.five-superiority-list li a:hover {
	color: #bfe7f5
}

.five-superiority-list li a.superiority-text {
	text-indent: 4em
}

.superiority-icon {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 10%;
	background-repeat: no-repeat;
	background-image: url(../../images/footer_youshi.png)
}

.compensate_ico .superiority-icon {
	background-position: 0 0
}

.compensate_ico:hover .superiority-icon {
	background-position: 0 -50px
}

.retreat_ico .superiority-icon {
	background-position: 0 -100px
}

.retreat_ico:hover .superiority-icon {
	background-position: 0 -150px
}

.technology_ico .superiority-icon {
	background-position: 0 -200px
}

.technology_ico:hover .superiority-icon {
	background-position: 0 -250px
}

.prepare_ico .superiority-icon {
	background-position: 0 -300px
}

.prepare_ico:hover .superiority-icon {
	background-position: 0 -350px
}

.service_ico .superiority-icon {
	background-position: 0 -400px
}

.service_ico:hover .superiority-icon {
	background-position: 0 -450px
}

.marquee-box {
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.marquee {
	width: 8000%;
	height: 60px
}

.wave-list-box {
	float: left
}

.wave-list-box ul {
	float: left;
	height: 60px;
	overflow: hidden;
	zoom: 1
}

.wave-list-box ul li {
	height: 60px;
	width: 100%;
	float: left;
	line-height: 30px;
	list-style: none
}

.wave-box {
	position: relative;
	height: 60px;
	background: #fff
}

.wave1 {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 60px
}

.wave2 {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 60px
}

.marquee2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	overflow: hidden
}

.wave-list {
	position: relative;
	width: 100%;
	height: 60px;
	top: 0;
	overflow: hidden
}

.wave-list li {
	float: left
}

.banner_bolang_bg_1 {
	display: inline-block;
	height: 60px;
	background: url(../../images/wave_01.png) repeat-x;
	left: -236px;
	position: absolute;
	top: 0;
	width: 400%;
	z-index: 999
}

.banner_bolang_bg_2 {
	display: inline-block;
	height: 60px;
	background: url(../../images/wave_02.png) repeat-x;
	left: -50px;
	position: absolute;
	top: 0;
	width: 400%;
	z-index: 998
}

.marquee-up {
	top: -16px
}

.module-banner-bg {
	min-height: 120px
}

.module-banner-title {
	position: relative;
	top: 42px;
	border-left: 3px solid #009FD9;
	text-indent: 17px;
	font-weight: 400;
	font-size: 29px;
	color: #222
}


/* 通用简易底部 */


/*底部*/


.footer-buyfooter {
	width: 100%;
	padding: 20px 0px 30px 0px;
	text-align: center;
}

.footer-buyfooter p,
.footer-buyfooter a {
	margin-top: 8px;
	font-size: 12px;
	color: #999999;
}

.buyfooter-nav {
	margin-top: 20px;
	text-align: center;
}

.buyfooter-nav a {
	display: inline-block;
	font-size: 14px;
	color: #4c4c4c;
	padding-left: 20px;
	padding-right: 20px;
	border-left: solid 1px #ccc;
}

.buyfooter-nav a.first {
	border: none;
}

input {
	font-family: "microsoft yahei";
	width: 260px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	outline-color: #009FD9;
	border: 1px solid #ccc;
	color: #545454;
	vertical-align: middle;
}

input.input-captcha,
input.send-captcha {
	width: 49%;
}

input.send-captcha {
	float: right;
	outline: none;
	padding: 0;
	background-color: #14b3ed;
	color: #fff;
	cursor: pointer;
}

input.send-captcha:hover {
	background-color: #1299cd;
}

input.send-captcha-disabled {
	background-color: #cecece;
	border: 1px solid #cecece;
	color: #fff;
}

input.send-captcha-disabled:hover {
	background-color: #cecece;
	border: 1px solid #cecece;
	color: #fff;
}

input.captcha-sending {
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	color: #ccc;
}

.register-step {
	padding-top: 60px;
}
.reg-content {
    width: 1200px;
    margin: 0 auto;
    /*padding: 28px 23px 10px;*/
    background: #fff;
    border: 1px solid #eaeaea;
    margin-top: 20px;
}
.register-step li {
	float: left;
	width: 33.3%;
	text-align: center;
	border-bottom: 3px solid #ccc;
	color: #ccc;
	font-size: 16px;
	padding-bottom: 10px;
}

li.step-now {
	border-bottom: 3px solid #009fd9;
	color: #009fd9;
}

.nav {
	width: 100%;
	height: 100px;
	
}

.head {
	width:1540px;
	height: 100px;
	
	margin: 0 auto;
}

.logo {
	float: left;
	margin-top: 10px;
}

.nav_font {
	float: right;
	text-align: center;
	color: #999;
	line-height: 100px;
	font-size: 12px;
}
.nav_font a{
	color: #999;
}
.logoBox {
	clear: both;
	width: 800px;
	height:80px;
	margin: 0 auto;
}



.logoBox .word {
	
	float: left;
	font-size: 24px;
	line-height: 26px;
	height: 26px;
	color: #fff;
	border-left: 1px solid #fff;
	margin-left: -80px;
	padding-left: 14px;
	margin-top: 50px;
}
/*表单部分*/

.register-box {
	/*border: 1px solid #e6e6e6;*/
	padding: 40px 0 30px 7%;
	margin-bottom: 0px;
}

.reg-left {
	width: 65%;
	float: left;
}

.reg-left table {
	width: 100%
}


/* .reg-left input, */

.reg-left select {
	font-family: "microsoft yahei";
	width: 260px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	outline-color: #009FD9;
	border: 1px solid #ccc;
	color: #545454;
	vertical-align: middle;
}

.reg-left th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	padding: 15px 15px 0 0;
	font-size: 14px;
	width: 100px;
	color: #545454;
}

.reg-left th b {
	color: #f00;
	font-size: 12px;
	font-weight: normal;
	padding-right: 5px
}

.reg-left td {
	/*line-height: 200%;*/
	vertical-align: top;
	padding: 10px 0
}

.reg-left td img {
	vertical-align: top
}

.reg-left .reg-left .agreement {
	padding-top: 10px
}

.reg-left .reg-left .agreement a {
	color: #0080c9
}

#verifyCode {
	width: 49%;
}


/*勾选框*/

input.agreement-checkbox {
	position: absolute;
	z-index: -10;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
}

td.agreement-box label {
	position: relative;
	z-index: 10;
	color: #545454;
	font-size: 12px;
	padding-left: 20px;
	cursor: pointer;
}

.checkbox-icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 16px;
	height: 16px;
	background: url(../../images/agreement_unchecked.png);
}

.checkbox-icon-checked {
	background: url(../../images/agreement_checked.png);
}

td.agreement-box a {
	color: #009FD9;
	text-decoration: none;
}

input.reg-submit-gray {
	background-color: #cecece;
	color: #fff;
	border: none;
	border-radius: 3px;
	outline: none;
	cursor: pointer;
	padding: 0;
}

input.reg-submit {
	background-color: #14b3ed;
}

.reg-submit:hover {
	background-color: #1395c8;
}

td.validate-tips {
	padding-left: 30px;
}

.act-slogan {
	font-size: 14px;
	color: #ff8800;
	background: url(../../images/register_gift.png) no-repeat left center;
	padding-left: 30px;
}


/*覆盖验证插件样式*/

.tip span {
	font-size: 12px;
	line-height: 22px;
}

input.input_focus {
	border: 1px solid #009FD9!important;
}

.onCorrect div {
	margin-top: 9px!important;
}

.onLoad div {
	width: 287px;
	color: #999;
}


/*右侧直接登录*/

.reg-right {
	float: right;
	width: 30%;
	border-left: 1px solid #eee;
	padding: 20px 6%;
}
.reg-tologin {
	width: auto;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #cfcfcf;
	text-align: center;
}


.reg-tologin a {
	display: inline-block;
	width: 72px;
	height: 24px;
	color: #fff;
	text-decoration: none;
	background-color: #ff8800;
	text-align: center;
	border-radius: 3px;
}

.reg-tologin a:hover {
	background-color: #e27500;
}
.reg-tologin1 {float: right;
	width: auto;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top:40px;
	margin-right:100px;
	text-align: center;
}


.reg-tologin1 a {
	display: inline-block;
	width: 72px;
	height: 24px;
	color: #fff;
	text-decoration: none;
	background-color: #ff8800;
	text-align: center;
	border-radius: 3px;
}

.reg-tologin1 a:hover {
	background-color: #e27500;
}
.reg-help {
	color: #666;
	font-size: 14px;
	padding: 30px 0 0;
}

.reg-help-title {
	padding-bottom: 12px;
}

.reg-help a {
	line-height: 25px;
	font-size: 12px;
	color: #009FD9;
	text-decoration: none;
}

.reg-help a:hover {
	text-decoration: underline;
}

.reg-award {
	width: 185px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #cfcfcf;
}

.reg-award ul {
	margin-top: 14px;
}

.reg-award li {
	font-size: 12px;
	color: #666;
	line-height: 2em;
}

.award-text {
	color: #ff8800;
}


/*验证码弹窗*/

.captcha-box table {
	width: 100%;
	font-family: "microsoft yahei";
}

.captcha-box input,
.captcha-box select {
	font-family: "microsoft yahei";
	width: 260px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	outline-color: #009FD9;
	border: 1px solid #ccc;
	color: #545454;
}

.captcha-box th {
	font-weight: normal;
	text-align: right;
	font-size: 14px;
	color: #545454;
}

.captcha-box th b {
	color: #f00;
	font-size: 12px;
	font-weight: normal;
	padding-right: 5px
}

.captcha-box td {
	line-height: 200%;
	vertical-align: top;
}

.captcha-box img {
	vertical-align: middle;
	cursor: pointer
}


/*注册成功页面*/

.reg-final {
	padding-left: 0;
}

.reg-inner {
	width: 240px;
	margin: 0 auto;
	white-space: nowrap;
}

.reg-success {
	position: relative;
	line-height: 32px;
	color: #0fc066;
	font-size: 20px;
}

.reg-success span {
	position: absolute;
	left: -40px;
	top: 0;
	width: 32px;
	height: 32px;
	background: url(../../images/reg_success.png) no-repeat center;
}

.user-info {
	padding: 20px 0;
}

.user-info table {
	color: #555;
	font-size: 16px;
}

.user-info tr {
	line-height: 2em;
}

.user-info th {
	text-align: right;
	font-weight: normal;
}

.user-info td {
	text-align: left;
}

.go-verify {
	display: inline-block;
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.go-verify,
.go-verify a {
	color: #ff8800;
}

.go-buttons {
	padding-top: 40px;
	text-align:center;
}

.go-buttons a {
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	text-decoration: none;
	border-radius: 2px;
}

.go-emailverify {
	background-color: #ff8800;
}

.go-emailverify:hover {
	background-color: #dd7300;
}

.go-usercenter {
	background-color: #009FD9;
	margin-left: 15px;
}

.go-usercenter:hover {
	background-color: #007aaa;
	margin-left: 15px;
}

.go-emailverify {}

.go-around {
	text-align: center;
	font-size: 14px;
	color: #999;
	padding-top: 10px;
	margin-top: 50px;
}

.go-around> span {
	border-top: 1px solid #eee;
	padding-top: 10px;
}

.go-around a {
	color: #009fd9;
	text-decoration: none;
}

.go-around a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1070px) {
	.register-box {
		padding: 40px 0 70px 1%;
	}
}


/*验证*/

.inputStyle {
	font-family: "microsoft yahei";
	width: 260px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	outline-color: #009FD9;
	border: 1px solid #ccc;
	color: #545454;
	vertical-align: middle;
}

.inputPhoto {
	float: left;
	width: 90px;
	height: 24px;
	line-height: 24px;
	padding: 5px;
	border: 1px solid #cccccc;
	font-size: 14px;
}

.Photo {
	float: left;
	margin-left: 20px;
	height: 34px;
	line-height: 24px;
}

.btnStyle {
	width: 210px;
	height: 44px;
	background: #007BC4;
	border: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	font-family: MicroSoft YaHei;
}


/*验证*/

.User,
.Pass,
.Phone_zz,
.qq {
	height: 26px;
	background-position: 5px center;
	background-repeat: no-repeat;
	color: #515151;
	display: inline-block;
	padding-left: 40px;
	line-height: 34px;
	display: none;
	font-size: 12px;
	background: url(../../images/verification-ui6.gif) no-repeat left -190px;
}

.User_b,
.Pass_b,
.Con_b,
.strCom_b,
.Contact_b,
.Mobile_b,
.qq_b,
.Phone_zzb,
.mailbox_b {
	display:none;
	height: 5px;
	overflow: hidden;
	background: url(../../images/verification-ui6.gif) no-repeat left -374px;
}

.Name_c,
.strWord_c,
.Firm_c,
.Phone_c,
.Email_c{
	display: none;
	height: 5px;
	overflow: hidden;
	background: url(../../images/verification-ui6.gif) no-repeat left -184px;
}

.Con,
.strCom,
.Contact,
.Mobile,
.mailbox {
	height: 26px;
	background-position: 5px center;
	background-repeat: no-repeat;
	color: #515151;
	padding-left: 40px;
	line-height: 34px;
	display: none;
	font-size: 12px;
	background: url(../../images/verification-ui6.gif) no-repeat left -190px;
}

.Name,
.strWord,
.Phone,
.Email {
	height: 26px;
	background-position: 5px center;
	background-repeat: no-repeat;
	color: #515151;
	padding-left: 40px;
	line-height: 34px;
	display: none;
	font-size: 12px;
	background: url(../../images/verification-ui6.gif) no-repeat left 0px;
}

.Firm {
	height: 26px;
	background-position: 5px center;
	background-repeat: no-repeat;
	color: #515151;
	padding-left: 40px;
	line-height: 34px;
	display: none;
	font-size: 12px;
	background: url(../../images/verification-ui6.gif) no-repeat left 0px;
}

.Name_correct,
.Pass_correct,
.Con_correct,
.Company_correct,
.Contact_correct,
.Mobile_correct,
.qq_correct,
.Email_correct {
	background-position: 5px center;
	background-repeat: no-repeat;
	color: #515151;
	text-align: center;
	line-height: 38px;
	padding-right: 8px;
	display: none;
	width: 20px;
	height:20px;
	margin-top: 8px;
	background: url(../../images/reg-menu.gif) no-repeat 4px -22px;
}




/*发送验证码弹窗*/
.window{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	z-index: 100;
	display: none;
}
.aui_inner {
	position: fixed;
	z-index: 101;
	top: 20%;
	left:38%;
	width: 420px;
	height: 240px;
    background: #FFF;
    border-top: 4px solid #26c5ff;
    display: none;
}
.aui_title {
	width: 80%;
	margin: 0 auto;
    line-height: 50px;
    font-weight: normal;
    color: #767676;
    font-family: "Microsoft Yahei", Tahoma, Arial/9 !important;
    border-bottom: 1px solid #eee;
    font-size: 20px;
}
.aui_close {
	float: right;
    width:30px;
    height:50px;
    line-height: 50px;
    font-size: 45px;
    color: #575757;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.aui_main{
	width: 80%;
	/*height:80px;*/
	margin: 0 auto;
	margin-top: 20px;
	padding: 20px 0;
    text-align: left;
    min-width: 9em;
}
.aui_main span{
	font-weight: normal;
    text-align: right;
    font-size: 14px;
    color: #545454;
}
.PhoCode{
	font-family: "microsoft yahei";
	width: 120px;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    outline-color: #009FD9;
    border: 1px solid #ccc;
    color: #545454;
}
.aui_buttons{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
.aui_state_highlight{
	padding: 0px 25px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    /* letter-spacing: 2px; */
    font-family: "Microsoft Yahei", Tahoma, Arial/9 !important;
    width: auto;
    overflow: visible;
    border-radius: 3px;
    font-size: 16px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    color: #FFF;
    background: #26c5ff;
    border: none;
}
.aui_state_close{
	padding: 0px 25px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    width: auto;
    border-radius: 3px;
    font-size: 16px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    color: #FFF;
    background: #c9c9c9;
    border: none;
    margin-left: 16px;
}


/*验证码已发送*/
#suc_window{
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0.3;
	display: none;
}
#aui_suc{
	position: fixed;
	z-index: 101;
	top: 20%;
	left:38%;
	width: 420px;
	height: 100px;
	padding:10px 50px 0 50px;
    background: #FFF;
    text-align: center;
    line-height: 80px;
    border-top: 4px solid #26c5ff;
    display: none;
}
.aui_sucimg{
	margin-top:16px;
	float: left;
}
/*验证码错误*/
#err_window{
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0.3;
	display: none;
}
#aui_err{
	position: fixed;
	z-index: 101;
	top: 20%;
	left:40%;
	width:260px;
	height: 100px;
	padding:10px 50px 0 50px;
    background: #FFF;
    text-align: center;
    line-height: 80px;
    border-top: 4px solid #26c5ff;
    display: none;
}

.aui_sucimg{
	margin-top:16px;
	float: left;
}

/*注册成功*/
#reg_window{
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0.3;
	display: none;
}
#aui_reg{
	position: fixed;
	z-index: 101;
	top: 20%;
	left:40%;
	width:400px;
	height: 100px;
	padding:10px 50px 0 50px;
    background: #FFF;
    text-align: center;
    line-height: 80px;
    border-top: 4px solid #26c5ff;
    display: none;
}

/*完善资料成功*/
#wan_window{
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0.3;
	display: none;
}
#wan_shan{
	position: fixed;
	z-index: 101;
	top: 20%;
	left:40%;
	width:400px;
	height: 100px;
	padding:10px 50px 0 50px;
    background: #FFF;
    text-align: center;
    line-height: 80px;
    border-top: 4px solid #26c5ff;
    display: none;
}
.login_ctr { float:left;width:100%;height:auto;display:inline;padding:1rem 10%;color:#666;}
    .login_cell { float:left;width:100%;line-height:60px;border-bottom:1px #f2f2f2 solid;}
	.login_cell input { border:0;font-size:16px;line-height:40px; height:40px;}
	.login_cell img { float:left; margin:0.4rem 0;border:1px #eee solid;padding:3px;}
.login_ctr .btn { margin:0.5rem 0;width:200px;height:40px;background:#e53c53;text-align:center;color:#fff;border:0; border-radius:5px;font-size:20px;}
.login_ctr .btn1 { margin:0.5rem 0;width:150px;;height:40px;background:#e53c53;text-align:center;color:#fff;border:0; border-radius:5px;}
