@charset "utf-8";

/*region 常用变量配置*/
/*endregion*/
/*region 模块配置*/
/*endregion*/
/*region 常用函数*/
/*endregion*/
* {
	color: #333;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.wrap {
	width: 100%;
	min-width: 1200px;
}

/*region 常用布局*/
.clear-float:after {
	content: '';
	display: block;
	clear: both;
}

.no-border {
	border: none !important;
}

.float-l {
	float: left;
}

.float-r {
	float: right;
}

.flex-box {
	display: -moz-box !important;
	display: -webkit-box !important;
	display: box !important;
}

.box-flex1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
}

.center-container {
	display: block;
	margin: 0 auto;
	width: 1200px;
}

.transition-def {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

/*endregion*/
/*region 公用*/
.bannerContainer {
	position: relative;
	height: 250px;
}

.bannerContainer .imgContent {
	position: absolute;
	margin-left: -960px;
	display: block;
	left: 50%;
	top: 0;
	height: 100%;
}

.bread-crumbs {
	display: block;
	padding: 10px;
	line-height: 30px;
	color: #595959;
	font-size: 14px;
}

.bread-crumbs .text {
	color: #595959;
	margin: 0 2px;
	font-size: 14px;
	cursor: pointer;
}

.bread-crumbs .text:hover {
	color: #005192;
}

.page-num-box {
	text-align: center;
	line-height: 30px;
	margin: 30px 0;
}

.page-num-box .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	margin: 0 2px;
}

.page-num-box .btn-num {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	margin: 0 3px;
	border: solid 1px #ddd;
	font-size: 15px;
	cursor: pointer;
}

.page-num-box .btn-num.disable {
	cursor: not-allowed;
	background: #ddd;
}

.page-num-box .btn-num.disable:hover {
	color: #000;
	background: #ddd;
}

.page-num-box .btn-num.active,
.page-num-box .btn-num:hover {
	background: #005192;
	color: #fff;
}

.page-num-box .page-jump-box {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	font-size: 14px;
	margin-left: 10px;
}

.page-num-box .page-jump-box .ipt {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
	width: 30px;
	height: 32px;
	padding: 0 6px;
	border: solid 1px #ddd;
	font-size: 14px;
}

.page-num-box .page-jump-box .ipt-btn {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	background: #f1f1f1;
	border: solid 1px #ddd;
	text-align: center;
	width: 30px;
	cursor: pointer;
}

.page-num-box .page-jump-box .ipt-btn:hover {
	background: #005192;
	color: #fff;
}

/*endregion*/
/* region header & footer */
.header i,
header i,
.header em,
header em {
	font-style: normal;
}

.header ol,
header ol,
.header ul,
header ul,
.header li,
header li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header a,
header a,
.header a:hover,
header a:hover,
.header a:active,
header a:active,
.header a:focus,
header a:focus {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.header input,
header input {
	display: block;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: none;
}

.header input,
header input,
.header textarea,
header textarea {
	line-height: 1.2em;
	outline: none;
	-webkit-appearance: none;
}

.header img,
header img {
	max-width: 100%;
	max-height: 100%;
	border: 0;
	vertical-align: middle;
}

.header .center-container,
header .center-container {
	display: block;
	margin: 0 auto;
	width: 1200px;
}

.header .pageTop,
header .pageTop {
	padding: 30px;
	background: url("../images/bg-pageTop.jpg") no-repeat center;
	background-size: cover;
}

.header .pageTop-logo,
header .pageTop-logo {
	margin: 4px 0 5px 0;
	width: 648px;
	height: 51px;
}

.header .pageTop-logo img,
header .pageTop-logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.header .pageTop-search,
header .pageTop-search {
	margin-top: 11px;
	padding: 1px;
	border: solid 1px #d5d5d5;
	background: #fff;
}

.header .pageTop-search-ipt,
header .pageTop-search-ipt {
	box-sizing: border-box;
	padding: 6px 10px;
	width: 176px;
	font-size: 14px;
	line-height: 1.6;
	border-right: solid 1px #d5d5d5;
}

.header .pageTop-search-icon,
header .pageTop-search-icon {
	display: block;
	width: 34px;
	height: 34px;
	background: url("icon/icon-serach.png") no-repeat center;
	cursor: pointer;
}

.header .pageTop-search-icon:hover,
header .pageTop-search-icon:hover {
	background-color: #f1f1f1;
}

.header .topNav,
header .topNav {
	background: #005192;
}

.header .topNav-item,
header .topNav-item {
	position: relative;
	display: block;
	width: 16.66%;
	height: 50px;
}

.header .topNav-item .name,
header .topNav-item .name {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 0;
	padding-top: 4px;
	line-height: 50px;
	font-size: 17px;
	color: #fff;
	cursor: pointer;
	z-index: 3;
}

.header .topNav-item:hover .name,
header .topNav-item:hover .name,
.header .topNav-item.active .name,
header .topNav-item.active .name {
	background: #004379;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.header .topNav-item:hover .subNav,
header .topNav-item:hover .subNav,
.header .topNav-item.active .subNav,
header .topNav-item.active .subNav {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.header .topNav-item .subNav,
header .topNav-item .subNav {
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 0;
	padding: 10px 0;
	width: 100%;
	z-index: 2;
	background: #004379;
	border-radius: 0 0 6px 6px;
	transition: all 0.4s ease-in-out;
}

.header .topNav-item .subNav-item,
header .topNav-item .subNav-item {
	padding: 0 6px;
}

.header .topNav-item .subNav-item a,
header .topNav-item .subNav-item a {
	display: block;
	padding: 0 6px;
	line-height: 32px;
	color: #fff;
	border-bottom: solid 1px #aaa;
}

.header .topNav-item .subNav-item:first-child a,
header .topNav-item .subNav-item:first-child a {
	border-top: solid 1px #aaa;
}

.header .topNav-item .subNav-item:hover,
header .topNav-item .subNav-item:hover {
	background: #005fac;
}

.footer i,
footer i,
.footer em,
footer em {
	font-style: normal;
}

.footer ol,
footer ol,
.footer ul,
footer ul,
.footer li,
footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer a,
footer a,
.footer a:hover,
footer a:hover,
.footer a:active,
footer a:active,
.footer a:focus,
footer a:focus {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.footer input,
footer input {
	display: block;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: none;
}

.footer input,
footer input,
.footer textarea,
footer textarea {
	line-height: 1.2em;
	outline: none;
	-webkit-appearance: none;
}

.footer img,
footer img {
	max-width: 100%;
	max-height: 100%;
	border: 0;
	vertical-align: middle;
}

.footer .center-container,
footer .center-container {
	display: block;
	margin: 0 auto;
	width: 1200px;
}

.footer .friendlyLink,
footer .friendlyLink {
	padding-bottom: 20px;
	background: #f7f7f7;
	border-top: solid 1px #d5d5d5;
}

.footer .friendlyLink h2,
footer .friendlyLink h2 {
	padding: 10px 0;
	line-height: 40px;
	font-size: 24px;
	color: #005192;
}

.footer .friendlyLink .imageLinks li,
footer .friendlyLink .imageLinks li {
	margin: 10px 20px 10px 0;
}

.footer .friendlyLink .imageLinks .item,
footer .friendlyLink .imageLinks .item {
	display: block;
}

.footer .friendlyLink .imageLinks .item img,
footer .friendlyLink .imageLinks .item img {
	display: block;
	height: 40px;
}

.footer .friendlyLink .otherLinks,
footer .friendlyLink .otherLinks {
	margin-top: 6px;
}

.footer .friendlyLink .otherLinks>li,
footer .friendlyLink .otherLinks>li {
	margin: 12px 14px 12px 0;
}

.footer .friendlyLink .otherLinks .linkMenu-box,
footer .friendlyLink .otherLinks .linkMenu-box {
	position: relative;
	cursor: pointer;
}

.footer .friendlyLink .otherLinks .linkMenu-box:hover .linkMenu-box-lists,
footer .friendlyLink .otherLinks .linkMenu-box:hover .linkMenu-box-lists {
	visibility: visible;
}

.footer .friendlyLink .otherLinks .linkMenu-box-title,
footer .friendlyLink .otherLinks .linkMenu-box-title {
	position: relative;
	padding: 4px 15px;
	padding-right: 32px;
	display: block;
	width: 190px;
	line-height: 30px;
	font-size: 14px;
	border: solid 1px #d5d5d5;
	background: #fff;
}

.footer .friendlyLink .otherLinks .linkMenu-box-title::after,
footer .friendlyLink .otherLinks .linkMenu-box-title::after {
	position: absolute;
	content: '';
	display: block;
	right: 6px;
	top: 10px;
	width: 20px;
	height: 20px;
	background: url("icon/icon-link-arrow.png") no-repeat center;
}

.footer .friendlyLink .otherLinks .linkMenu-box-lists,
footer .friendlyLink .otherLinks .linkMenu-box-lists {
	position: absolute;
	left: 0;
	bottom: 100%;
	margin-bottom: -1px;
	width: 100%;
	max-height: 296px;
	overflow: auto;
	border: solid 1px #d5d5d5;
	background: #fff;
	visibility: hidden;
}

.footer .friendlyLink .otherLinks .linkMenu-box-lists li,
footer .friendlyLink .otherLinks .linkMenu-box-lists li {
	border-bottom: solid 1px #d5d5d5;
}

.footer .friendlyLink .otherLinks .linkMenu-box-lists li:last-child,
footer .friendlyLink .otherLinks .linkMenu-box-lists li:last-child {
	border: none;
}

.footer .friendlyLink .otherLinks .linkMenu-box-lists .item,
footer .friendlyLink .otherLinks .linkMenu-box-lists .item {
	display: block;
	padding: 0 10px;
	line-height: 36px;
	font-size: 14px;
}

.footer .friendlyLink .otherLinks .linkMenu-box-lists .item:hover,
footer .friendlyLink .otherLinks .linkMenu-box-lists .item:hover {
	color: #005192;
}

.footer .about,
footer .about {
	padding: 10px 0 36px;
	background: #005192;
	border-top: solid 4px #004379;
}

.footer .about .wlgs-logo,
footer .about .wlgs-logo {
	margin-top: 22px;
	width: 100px;
	text-align: center;
}

.footer .about .wlgs-logo a,
footer .about .wlgs-logo a {
	display: inline-block;
}

.footer .about .wlgs-logo a img,
footer .about .wlgs-logo a img {
	display: block;
}

.footer .about .footer-container,
footer .about .footer-container {
	width: 1100px;
}

.footer .about .footer-container .linkList,
footer .about .footer-container .linkList {
	padding: 10px 0;
	text-align: center;
	font-size: 0;
}

.footer .about .footer-container .linkList-item,
footer .about .footer-container .linkList-item {
	display: inline-block;
	border-right: solid 2px #fff;
	line-height: 1;
}

.footer .about .footer-container .linkList-item:last-child,
footer .about .footer-container .linkList-item:last-child {
	border: none;
}

.footer .about .footer-container .linkList-item a,
footer .about .footer-container .linkList-item a {
	display: inline-block;
	padding: 0 9px;
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
}

.footer .about .footer-container .descriptionList,
footer .about .footer-container .descriptionList {
	margin: 10px 0;
	text-align: center;
}

.footer .about .footer-container .descriptionList-item,
footer .about .footer-container .descriptionList-item {
	display: inline-block;
	padding: 6px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}

.footer .about .footer-container .descriptionList-item a,
footer .about .footer-container .descriptionList-item a {
	color: inherit;
	font-size: 14px;
}

/* endregion */
/*region infoCenterDetails*/
.infoCenterDetails-title {
	margin-bottom: 40px;
}

.infoCenterDetails-title h2 {
	padding: 10px 0;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	border-bottom: solid 2px #333;
}

.infoCenterDetails-title-about {
	text-align: center;
}

.infoCenterDetails-title-about .text {
	margin: 8px 20px;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
}

.infoCenterDetails-content {
	margin-bottom: 40px;

}

/*endregion*/
/*region marketAbout*/
.marketAbout-menus {
	width: 260px;
	border: solid 1px #ccc;
}

.marketAbout-menus i,
.marketAbout-menus em {
	font-style: normal;
}

.marketAbout-menus ol,
.marketAbout-menus ul,
.marketAbout-menus li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.marketAbout-menus a,
.marketAbout-menus a:hover,
.marketAbout-menus a:active,
.marketAbout-menus a:focus {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.marketAbout-menus input {
	display: block;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: none;
}

.marketAbout-menus input,
.marketAbout-menus textarea {
	line-height: 1.2em;
	outline: none;
	-webkit-appearance: none;
}

.marketAbout-menus img {
	max-width: 100%;
	max-height: 100%;
	border: 0;
	vertical-align: middle;
}

.marketAbout-menus .center-container {
	display: block;
	margin: 0 auto;
	width: 1200px;
}

.marketAbout-menus h2 {
	padding: 20px;
	display: block;
	line-height: 35px;
	background: #005192;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.marketAbout-menus ul {
	background: #f6f6f6;
}

.marketAbout-menus ul .item {
	position: relative;
	padding: 15px 35px;
	display: block;
	line-height: 30px;
	font-size: 18px;
	cursor: pointer;
}

.marketAbout-menus ul .item:after {
	display: none;
	content: "";
	position: absolute;
	left: 15px;
	top: 15px;
	bottom: 15px;
	width: 5px;
	background: #004379;
}

.marketAbout-menus ul .item:hover,
.marketAbout-menus ul .item.active {
	background: #fff;
}

.marketAbout-menus ul .item:hover:after,
.marketAbout-menus ul .item.active:after {
	display: block;
}

.marketAbout-content {
	width: 880px;
	margin-bottom: 50px;
}

.marketAbout-content h2 {
	display: block;
	padding: 5px;
	line-height: 27px;
	border-bottom: solid 2px #005192;
}

.marketAbout-content h2:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	background: #004379;
	width: 5px;
	height: 23px;
}

.marketAbout-content h2 .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	color: #004379;
}

.marketAbout-content-details {
	min-height: 300px;
}

/*endregion*/
/* region login*/
.login-bg {
	background: url("icon/login-bg-img.png") no-repeat center fixed;
	background-size: cover;
}

.label-component {
	cursor: pointer;
}

.label-component input[type="checkbox"] {
	display: none;
}

.label-component input[type="checkbox"]+span {
	position: relative;
	display: block;
	padding-left: 24px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}

.label-component input[type="checkbox"]+span:after {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 2px;
	background: url("icon/icon-checkbox.png") no-repeat center #fff;
}

.label-component input[type="checkbox"]:checked+span:after {
	background-image: url("icon/icon-checkbox-active.png");
}

.login-container {
	text-align: center;
}

.login-container .top-logo {
	margin-top: 120px;
	display: inline-block;
}

.login-container .form-box {
	width: 616px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

.login-container .form-box .input-box {
	position: relative;
	margin: 20px;
}

.login-container .form-box .input-box .ipt {
	box-sizing: border-box;
	width: 100%;
	display: block;
	line-height: 40px;
	padding: 10px 10px 10px 50px;
	border-radius: 5px;
	background: #fff;
	font-size: 16px;
	border: 1px solid #eee;
}

.login-container .form-box .input-box .icon {
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	left: 14px;
	top: 17px;
}

.login-container .form-box .input-box .icon-user {
	background: url("icon/icon-login-user.png") no-repeat center;
}

.login-container .form-box .input-box .icon-password {
	background: url("icon/icon-login-passwordpng.png") no-repeat center;
}

.login-container .form-box .input-box .link-text {
	font-size: 14px;
	line-height: 20px;
}

.login-container .form-box .btn-box {
	margin: 40px 20px;
	display: block;
	padding: 10px;
	line-height: 40px;
	font-size: 23px;
	color: #fff;
	background-color: #005192;
	border-radius: 5px;
}

.login-container .form-box .btn-box:hover {
	background-color: #004379;
}

.login-container .form-box .toRegist-box {
	margin-bottom: 20px;
}

.login-container .form-box .toRegist-box .text {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-right: 10px;
}

.login-container .form-box .toRegist-box .text-link {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
}

.login-container .footer-box {
	margin: 60px auto 40px;
	width: 1200px;
}

.login-container .footer-box .text {
	display: inline-block;
	vertical-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	margin-right: 10px;
}

.login-container .footer-box .text-link {
	display: inline-block;
	vertical-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.login-container .footer-box .text-link:hover {
	text-decoration: underline;
}

/* endregion */
/*region register*/
.register-container .register-wrap {
	margin-top: 70px;
	background: #fff;
	border-radius: 5px;
}

.register-container .register-wrap .register-box {
	text-align: left;
}

.register-container .register-wrap .register-box.protocol {
	padding: 50px 60px;
}

.register-container .register-wrap .register-box.protocol .operate-box {
	margin-top: 36px;
	text-align: center;
}

.register-container .register-wrap .register-box.protocol .operate-box .label-component {
	display: inline-block;
	margin: 0 20px;
}

.register-container .register-wrap .register-box.protocol .operate-box .label-component input[type="checkbox"]+span {
	color: #333;
}

.register-container .register-wrap .register-box.protocol .operate-box .label-component input[type="checkbox"]+span:after {
	background-image: url("icon/icon-protocol-check-box-outline-bl.png");
}

.register-container .register-wrap .register-box.protocol .operate-box .label-component input[type="checkbox"]:checked+span:after {
	background-image: url("icon/icon-protocol-check-box.png");
}

.register-container .register-wrap .register-box.protocol .operate-box .btn {
	width: 150px;
	line-height: 40px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	background: #005192;
	cursor: pointer;
	border: none;
}

.register-container .register-wrap .register-box.protocol .operate-box .btn:hover {
	background: #005fab;
}

.register-container .register-wrap .register-box.protocol .operate-box .btn:disabled {
	color: #888;
	background: #eee;
}

.register-container .register-wrap .register-box.fill {
	padding: 30px 40px;
}

.register-container .register-wrap .register-box.fill .form-content {
	margin-top: 5px;
}

.register-container .register-wrap .register-box.fill .form-content .form-wrap-box {
	margin: 0 45px;
}

.register-container .register-wrap .register-box.fill .form-content .form-wrap-box h2 {
	padding: 0 30px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #005192;
}

.register-container .register-wrap .register-box.fill .form-content .form-wrap-box .ipt-group {
	position: relative;
	display: block;
	float: left;
	font-size: 0;
	margin-right: 10px;
	margin-bottom: 20px;
}

.register-container .register-wrap .register-box.fill .form-content .form-wrap-box .ipt-group .text {
	display: inline-block;
	width: 120px;
	text-align: right;
	font-size: 13px;
}

.register-container .register-wrap .register-box.fill .form-content .form-wrap-box .ipt-group .ipt {
	padding: 4px 6px;
	display: inline-block;
	width: 210px;
	line-height: 20px;
	border: solid 1px #ddd;
	font-size: 13px;
}

.register-container .register-wrap .register-box.fill .form-content .form-wrap-box .ipt-group[data-require]:after {
	content: '*';
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 2px;
	line-height: 30px;
	font-size: 14px;
	color: #f00;
}

.register-container .register-wrap .register-box.fill .form-content .form-wrap-box .ipt-group em {
	position: absolute;
	top: 100%;
	left: 70px;
	padding: 2px;
	line-height: 24px;
	font-size: 12px;
	color: #f00;
}

.register-container .register-wrap .register-box.fill .form-content .form-wrap-box.lg .ipt-group .ipt {
	width: 380px;
}

.register-container .register-wrap .register-box.fill .form-content .form-wrap-box.lg .ipt-group .ipt.address {
	width: 128px;
	margin-right: 4px;
}

.register-container .register-wrap .register-box.fill .form-content .form-wrap-box.lg .ipt-group .ipt.address:last-child {
	margin-right: 0;
}

.register-container .register-wrap .register-box.fill .form-content .form-wrap-box.lg .ipt-group>select {
	font-size: 13px;
	line-height: 28px;
	height: 30px;
}

.register-container .register-wrap .register-box.fill .form-btn-wrap {
	margin-top: 12px;
	text-align: center;
}

.register-container .register-wrap .register-box.fill .form-btn-wrap .btn {
	display: inline-block;
	margin: 0 20px;
	width: 150px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #005192;
	border-radius: 4px;
	cursor: pointer;
	border: none;
}

.register-container .register-wrap .register-box.fill .form-btn-wrap .btn:hover {
	background: #006dc5;
}

.register-container .register-wrap .register-box.fill .form-btn-wrap .btn[type="reset"] {
	background: #999;
}

.register-container .register-wrap .register-box.fill .form-btn-wrap .btn[type="reset"]:hover {
	background: #b3b3b3;
}
