@charset "utf-8";
/* CSS Document */

/* 网站前端使用的 navigator */
.navigator {
	min-width: 1120px;
	height: 46px;
	background-color: #C82126;
}

.navigator .main-nav {
	width: 1120px;
	margin: 0 auto
}

.navigator .main-nav li.vip {
	float: right;
	background: url(../images/li_hover_nav.png) no-repeat center center;
	z-index: 999;
}

.navigator .main-nav li.vip a {
	font-size: 14px !important;
	width: 93px;
}

.navigator .main-nav li.vip a:hover {
	background: none;
	font-size: 14px !important;
	background: url(../images/li_hover_nav_bg.png) no-repeat center center;
	color: #c81623
}

.navigator .main-nav li {
	float: left;
	position: relative;
	z-index: 100;
	margin-right: 1px;
}

.navigator .main-nav li.has-sub-nav .nav-arrow {
	display: inline-block;
	width: 11px;
	height: 6px;
	vertical-align: middle;
	background: url(img/icon-head-foot.8d580237.png) -51px -798px no-repeat;
}

.navigator .main-nav li.has-sub-nav:hover .nav-arrow {
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -moz-transform .2s ease-in;
	transition: transform .2s ease-in;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform: rotate(180deg);
	-moz-transform-origin: 50% 50%;
	transform: rotate(180deg);
	transform-origin: 50% 50%;
	background-position: -36px -798px\9;
}

.navigator .main-nav li.has-sub-nav .transition {
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -moz-transform .2s ease-in;
	transition: transform .2s ease-in;
}

.navigator .main-nav li.has-sub-nav ul.sub-nav-list {
	display: none;
	left: 0;
	top: 44px;
	background-color: #5556ab;
	width: 230px;
	position: absolute;
	z-index: 1000;
}

.navigator .main-nav li.has-sub-nav:hover ul.sub-nav-list {
	display: block
}

.navigator .main-nav li.has-sub-nav ul.sub-nav-list li {
	float: none;
	margin-right: 0
}

.navigator .main-nav li.has-sub-nav ul.sub-nav-list li .icon-new-product
	{
	width: 32px;
	height: 14px;
	display: inline-block;
	vertical-align: middle background: url(img/icon-head-foot.8d580237.png)
		-87px -790px no-repeat;
}

.navigator .main-nav li.has-sub-nav ul.sub-nav-list li a {
	display: inline-block;
	width: 90%;
	height: 44px;
	padding-left: 23px;
	text-align: left;
	line-height: 44px;
	font-size: 14px;
	font-weight: 400;
	color: #fff
}

.navigator .main-nav li.has-sub-nav ul.sub-nav-list li a strong {
	margin: 0 5px;
	font-size: 12px;
	color: #bdb6f4;
}

.navigator .main-nav li.has-sub-nav ul.sub-nav-list li b {
	width: 0;
	height: 0;
	margin: 0 2px 0 0;
	vertical-align: middle;
	visibility: hidden;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 3px;
}

.navigator .main-nav li.has-sub-nav ul.sub-nav-list li a:hover b {
	visibility: visible;
}

.navigator .main-nav li.has-sub-nav ul.sub-nav-list li a:hover {
	background-color: #343794;
}

.navigator .main-nav li.has-sub-nav ul.sub-nav-list li a span {
	font-size: 12px;
	margin-right: 5px;
	font-weight: 700;
}

.navigator .main-nav li.has-sub-nav ul.sub-nav-list li a span em {
	color: #ffc000;
}

.navigator .main-nav>li>a {
	display: block;
	width: 139px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
	transition: .4s all;
	font-weight: normal;
}

.navigator .main-nav li.has-sub-nav ul.sub-nav-list li a span,.navigator .main-nav>li>a span
	{
	display: none;
}

.navigator .main-nav li a em {
	font-style: normal;
	color: #ffc000;
}

.navigator .n,.navigator .main-nav li a:hover,.navigator .main-nav li.has-sub-nav:hover,.navigator .main-nav li.selected a
	{
	background-color: #B61412;
	text-decoration: none
}

.navigator .main-nav li.loan {
	float: right;
	margin-right: 0;
}

.navigator .main-nav li.loan a {
	display: inline;
	width: auto;
	color: #c9c3f4;
	font-weight: 400;
	font-size: 12px;
}

.navigator .main-nav li.loan a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.navigator .icon-top-foot {
	position: absolute;
	display: inline-block;
	background: url(img/icon-head-foot.8d580237.png) 1000px 1000px no-repeat;
	font-size: 0;
}

.navigator .icon-top-foot.icon-fanxian {
	width: 35px;
	height: 16px;
	top: -7px;
	right: 18px;
	background-position: -207px -790px;
}

.navigator .icon-top-foot.icon-new-item {
	width: 30px;
	height: 15px;
	top: -7px;
	right: 32px;
	background-position: -129px -790px;
}

.navigator .icon-top-foot.icon-hot-item {
	width: 30px;
	height: 15px;
	top: -7px;
	right: 32px;
	background-position: -169px -790px;
}

.navigator.lufax-vip-navigator {
	background-color: #4d3f58;
}

.navigator.lufax-vip-navigator .main-nav li a:hover,.navigator.lufax-vip-navigator .main-nav li.has-sub-nav:hover,.navigator.lufax-vip-navigator .main-nav li.selected a
	{
	background-color: #5556ab;
}

/* index-head */
.index-head {
	margin: 10px 0;
}

.index-head-wrap {
	width: 1120px;
	margin: 0 auto;
}
/* owl */
#owl-demo {
	float: left;
	width: 820px;
	height: 320px;
	overflow: hidden;
	position: relative;
}

#owl-demo .item {
	display: block;
}

#owl-demo img {
	display: block;
	width: 820px;
	height: 320px;
}

.owl-theme .owl-controls {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

/* index-message */
.meg-nav {
	font-size: 12px;
	text-align: right; /*position: absolute;top: 50px;right: 0px;*/
	margin-top: -18px;
}

.meg-nav a {
	padding: 0 10px;
}

.meg-nav a:hover {
	text-decoration: underline
}

.meg-nav a span {
	color: #C82126;
	font-weight: bold;
}

.friend_list {
	position: relative;
	width: 800px;
	height: 50px;
	overflow: hidden;
	margin: 0 auto;
}

.friend_list ul {
	height: 50px;
	width: 1000px;
}

.friend_list li {
	float: left;
	display: inline-block;
	margin-right: 10px;
	width: 150px;
}

.friend_list li img {
	border: 1px solid #ddd;
	width: 148px;
	height: 48px;
}

/* new */
.new {
	position: absolute;
	margin-top: 14px;
	right: 100px;
	max-width: 800px;
	width: 800px;
	height: 18px;
	line-height: 16px;
	padding-left: 25px;
	background: url(../images/gg_ico.png) no-repeat 0 0;
	overflow: hidden;
}

.new a {
	white-space: nowrap !important;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #c81623;
}

.new .list {
	width: 800px;
	margin: 0 20px;
	position: absolute;
	top: 1px;
	left: 0;
}

.new .list li {
	width: 800px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

/* operate */
.deal-operate {
	float: right;
	height: 30px;
	margin-top: 11px;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: auto;
}

.more {
	font-size: 14px;
	float: right;
	color: #c81623;
	margin-right: 10px;
	margin-top: 14px;
}
/* btn */
.btns-box {
	padding: 0;
	text-align: center;
	background-color: #fff;
}

.btns {
	padding: 3px 20px;
	margin-bottom: 0;
	line-height: 20px;
	font-weight: normal;
	color: #fd8237;
	background-color: #fef2eb;
	border: 1px solid #fd8237;
	border-radius: 4px;
	cursor: pointer;
}

.btns:hover {
	background-color: #c81623;
	color: #fff;
	border: 1px solid #c81623;
}

.btns-l {
	padding: 10px 34px;
	font-size: 16px;
}

.btns-xl {
	padding: 10px 40px;
	font-size: 18px;
}

.btns-bl {
	background-color: #c81623;
	color: #fff;
	border: none;
}

.btns-bl:hover {
	background-color: #F35857;
	color: #fff;
	border: none;
}

.btns_gary {
	color: #666;
	background: #eee;
	border: none;
}

.btns_gary:hover {
	background: #ccc;
}

/* content-wrap */
.content-wrap {
	width: 1120px; /*background: #fff;*/
}

.content-wrap .item-title {
	height: 25px;
	margin-top: 20px;
	line-height: 25px;
}

.content-wrap .item-title h2 {
	float: left;
	font-size: 18px;
	font-weight: 700;
	color: #666;
}

.content-wrap .item-title h2 a {
	float: none;
	color: #ff6325;
}

.content-wrap .item-title a {
	float: right;
	color: #333;
	font-size: 14px;
}

.content-wrap .item-title a span {
	color: #ff8c25;
}

/**/
.content-wrap .item-body {
	margin-top: 10px;
	overflow: hidden;
	background-color: #fff;
}

.content-wrap .news {
	background: #e8e8e8 !important;
	padding: 0 !important;
}

/* product-search */
.product-search {
	width: 100%;
	height: 42px;
	margin: 10px 0;
	line-height: 42px;
	background-color: #f5f5f5;
	border-top: 2px solid #e1e3e7;
}

.product-search h2 {
	float: left;
	margin-left: 10px;
	font-size: 16px;
	color: #333;
}

.product-search dl {
	margin: 0 10px;
	font-size: 14px;
}

.product-search dl,.product-search dl dd,.product-search dl dt {
	float: left;
}

.product-search dl input[type="text"] {
	width: 200px;
	height: 24px;
	margin: 8px 0;
	line-height: 24px;
	background: #fff;
	border: 1px solid #d6d6d6;
}

.product-search dl select {
	width: 100px;
	height: 26px;
	margin: 6px 0;
	line-height: 26px;
	background: #fff;
	border: 1px solid #d6d6d6;
}

.product-search .btns {
	float: left;
	margin: 6px 0;
}

/* tab */
.tab {
	width: 100%;
	height: 42px;
}

.tab .item {
	float: left;
	width: 170px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-bottom: 1px solid #C82126;
	border-radius: 4px 4px 0 0;
	cursor: pointer
}

.tab .item.selected {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	background-color: #b1191a;
	border: 1px solid #b1191a;
	cursor: pointer
}

/* table-index */
.table-index-wrap {
	
}

.item-body .dataTables_length {
	display: none;
}

.item-body .dataTables_wrapper .ui-toolbar {
	padding: 0px;
}

.table-index {
	width: 1120px;
	font-size: 14px;
	border-bottom: 0px;
	border-collapse: collapse;
	border-top: 2px solid #C82126;
	border-collapse: collapse;
}

.dataTables_scrollBody .table-index {
	border-top: none;
}

.table-index tr:hover td {
	background: #FFEBE4
}

.table-index tr:hover td a {
	background-color: #c81623;
	color: #fff;
	border: 1px solid #c81623;
}

.table-index td {
	height: 49px;
	text-align: center;
	border-top: 1px solid #f4f3f3
}

.table-index th {
	height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	border-bottom: 1px solid #f4f3f3;
}

.get-more-items,.invest-product-trading-data {
	height: 50px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #e8e8e8
}

.table-index tr:first-child td {
	border-top: none;
}

.table-index td.product-name {
	width: 120px;
}

.table-index td.product-name a {
	color: #333
}

.table-index td.product-num {
	width: 178px;
}

.table-index td.product-num a {
	color: #333
}

.table-index td.product-period {
	width: 110px;
}

.table-index td.product-scale {
	width: 110px;
}

.table-index td.product-category {
	width: 110px;
}

.table-index td.product-area {
	width: 110px;
}

.table-index td.product-time {
	width: 120px;
}

.table-index td.product-clicks {
	width: 100px;
}

.table-index td.product-status {
	width: 94px;
	font-size: 14px;
}

/* information-index */
.information-index {
	width: 1120px;
	height: 360px;
	overflow: hidden;
}

.information-left {
	float: left;
	width: 555px;
	padding: 0;
}

.information-right {
	float: right;
	width: 555px;
	padding: 0;
}

.information-index .head {
	position: relative;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #b6b6b6;
}

.information-index .head .title {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #C82126;
}

.information-index .head .more-link {
	position: absolute;
	right: 0;
	width: 24px;
	height: 24px;
	margin: 13px -8px 13px 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	display: inline-block;
	background: url(../images/icons-v3.png) -162px 0 no-repeat;
	vertical-align: middle;
}

/* trends */
.trends {
	width: 515px;
	height: 160px;
	padding: 0 20px 10px;
	font-size: 14px;
	background-color: #fff;
	border-top: 2px solid #c81623;
}

.trends ul {
	margin: 10px;
}

.trends li {
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	clear: both;
	background: url(../images/list-item-icons.png) 0 -47px no-repeat;
}

.trends li a {
	padding-left: 14px;
}

.trends li a:hover {
	text-decoration: underline;
}

.trends li h3 {
	height: 34px;
	width: 400px;
	font-size: 12px;
	white-space: nowrap !important;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.trends li span {
	float: right;
	color: #666;
}

.trends li h3:hover {
	text-decoration: underline;
}

/* news-notice */
.news-notice {
	width: 460px;
	height: 220px;
	padding: 0 20px 10px;
	font-size: 14px;
	background-color: #fff;
	border-top: 2px solid #C82126;
}

.news-notice img {
	float: left;
	width: 200px;
	height: 150px;
}

.news-notice .text {
	float: left;
	width: 250px;
	max-height: 150px;
	margin-left: 10px;
}

.news-notice .text h3 {
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
}

.news-notice .text p {
	font-size: 12px;
	line-height: 1.5;
	text-indent: 2em;
	word-break: break-word;
}

/* notice */
.notice {
	width: 570px;
	padding: 0 20px 10px;
	font-size: 14px;
	background-color: #fff;
	border-top: 2px solid #C82126;
	position: relative;
}
/* notice-tab */
.notice-tab {
	position: absolute;
	top: 71px;
	left: 20px;
	width: 40px;
}

.notice-tab .item {
	width: 20px;
	height: 120px;
	padding: 30px 10px 0;
	text-align: center;
	font-size: 14px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-right: 0;
	border-radius: 4px 0 0 4px;
	cursor: pointer
}

.notice-tab .item.selected {
	color: #fff;
	font-weight: 700;
	background-color: #C82126;;
	border: 1px solid #C82126;
	border-right: 0;
	cursor: pointer
}
/* notice-text */
.notice-text {
	width: 480px;
	height: 260px;
	margin: 20px 10px 11px;
	margin-left: 40px;
	padding: 10px 20px 230px 20px;
	font-size: 14px;
	border: 1px solid #C82126;
	position: relative;
	overflow: hidden;
}

.notice-text h3 {
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
}

.notice-text p {
	font-size: 12px;
	line-height: 1.5;
	text-indent: 2em;
}

.notice-text ul {
	position: absolute;
	bottom: 0px;
	left: 26px;
	width: 480px;
	height: 200px;
}

.notice-text li {
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	clear: both;
	background: url(../images/list-item-icons.png) 0 7px no-repeat;
}

.notice-text li a {
	max-width: 440px;
	height: 30px;
	padding-left: 14px;
	line-height: 30px;
	color: #555;
	white-space: nowrap !important;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	clear: both;
}

.notice-text li a:hover {
	text-decoration: underline;
}

/**/
.index-custom-service {
	position: fixed;
	bottom: 20%;
	right: 0px;
	text-align: center;
	color: #8983b4;
	width: 52px;
	opacity: .9;
	filter: alpha(opacity = 90);
	-moz-opacity: .9;
	-khtml-opacity: .9;
}

.index-custom-service .top-block {
	width: 50px;
	height: 60px;
	margin: 0 auto;
	display: inline-block;
	background-color: #fff;
	color: #8983b4;
	cursor: pointer;
	border: 1px solid #dfdfe1;
}

.index-custom-service .service-icon {
	width: 50px;
	height: 40px;
	display: inline-block;
}

.index-custom-service .service-icon img {
	width: 40px;
	height: 40px;
}

.index-custom-service .text {
	display: inline-block;
}

.index-gototop {
	position: fixed;
	bottom: 4%;
	right: 0px;
	text-align: center;
	color: #8983b4;
	width: 52px;
	opacity: .9;
	filter: alpha(opacity = 90);
	-moz-opacity: .9;
	-khtml-opacity: .9;
}

.index-gototop .top-block {
	width: 50px;
	height: 60px;
	margin: 0 auto;
	display: inline-block;
	background-color: #fff;
	color: #8983b4;
	cursor: pointer;
	border: 1px solid #dfdfe1;
}

.index-gototop .service-icon {
	width: 50px;
	height: 40px;
	display: inline-block;
}

.index-gototop .service-icon img {
	width: 40px;
	height: 40px;
}

.index-gototop .text {
	display: inline-block;
}

/* breadcrumb */
.breadcrumb {
	height: 40px;
	margin-top: 4px;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
}

.breadcrumb li {
	display: inline;
}

.breadcrumb li a {
	color: #333;
}

.breadcrumb .divider {
	padding: 0 3px;
	font-family: SimSun;
	font-style: normal;
}

.breadcrumb .active a {
	color: #999;
}

/**/
.filter-wrap {
	margin: 0 0 10px 0;
	border-bottom: 2px solid #ddd;
	background: #fff;
}

.invest-filter dt,.invest-filter dd,.invest-filter .all,.invest-filter dd ul,.invest-filter dd ul li
	{
	float: left;
}

.invest-filter {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #f1f1f1;
}

.invest-filter:first-child {
	border-top: 1px solid #ddd;
}

.invest-filter.last-col {
	border-bottom: 1px solid #ddd;
}

.invest-filter dt {
	width: 118px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-bottom: 1px dashed #ddd;
	background: #f5f5f5;
	font-size: 14px;
}

.invest-filter dd {
	width: 1000px;
	background: #fff;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px dashed #ddd;
}

.invest-filter dd .all a,.invest-filter dd li a {
	margin: 0 8px;
	text-align: center;
	color: #333;
}

.invest-filter dd .all a.cur,.invest-filter dd .all a:hover,.invest-filter dd li a.cur,.invest-filter dd li a:hover
	{
	color: #ff7730;
	text-decoration: none;
}

.invest-filter.last-col dt,.invest-filter.last-col dd {
	border-bottom: none;
}

.invest-filter .all {
	width: 60px;
}

.invest-filter dd ul.selection li {
	margin-right: 20px;
	font-size: 14px;
}

.invest-search {
	position: relative;
	float: right;
	margin-right: 20px;
	padding-right: 62px;
}

.invest-search input[type="text"] {
	width: 100px;
	height: 24px;
	margin: 3px 0;
	line-height: 24px;
	background: #fff;
	border: 1px solid #d6d6d6;
}

.invest-search .btns {
	position: absolute;
	top: 5px;
	right: 0;
	padding: 3px 15px;
	line-height: 20px;
}

.meg-nav .u {
	float: right;
	color: #ccc
}

.meg-nav .u p b {
	color: #333;
	margin-right: 3px;
}

.meg-nav .u p.vip {
	margin-right: 10px;
	margin-top: 5px;
	color: #666;
}

.meg-nav .u i {
	padding-left: 20px;
	font-style: normal;
	background: url(../images/vip_bg.png) no-repeat;
	z-index: 999;
}

.meg-nav .u i.n0 {
	background-position: 0px 0;
}

.meg-nav .u i.n1 {
	background-position: 0px -25px;
}

.meg-nav .u i.n2 {
	background-position: 0px -50px;
}

.meg-nav .u i.n3 {
	background-position: 0px -75px;
}

.meg-nav .u i.n4 {
	background-position: 0px -100px;
}

.meg-nav .u i.n5 {
	background-position: 0px -125px;
}

.meg-nav .u i.n6 {
	background-position: 0px -150px;
}

.meg-nav .u i.n7 {
	background-position: 0px -175px;
}

.meg-nav .img {
	float: right;
	border: 1px solid #CCC;
	width: 34px;
	height: 34px;
}

.meg-nav .img a {
	padding: 1px !important;
}

.meg-nav .img img {
	width: 32px;
	height: 32px;
	display: block;
	background: #FFF；
}

/* tab */
.invest-filter .dt-tab { /* height: 90px;*/
	line-height: 40px;
}

.invest-filter .dd-tab {
	height: auto;
}

.filter-tab {
	width: 930px;
	height: 33px; /*margin-top:10px;*/
}

.filter-tab .item {
	display: block;
	float: left;
	width: 104px;
	height: 32px;
	padding: 0 8px;
	line-height: 32px;
	cursor: pointer
}

.filter-tab .item.selected {
	color: #ff7730;
}

.sel-t {
	padding: 0 20px;
	background: #f8f9fe;
	overflow: hidden;
	width: 960px;
}

.sel-t li {
	min-width: 10%;
	border-bottom: 1px dotted #ccc;
}

.sel-t li a {
	margin: 0 8px;
	text-align: center;
	color: #333;
}

/* table-product */
.table-product {
	width: 1120px;
	margin: 10px auto;
	font-size: 14px;
	border-top: 0;
	border-collapse: collapse;
}

.table-product td {
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
}

.table-product th {
	height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: normal !important;
	color: #333;
	border-bottom: 1px solid #f4f3f3;
	border-top: 2px solid #b1191a;
}

.table-product tr:first-child td {
	border-top: none;
}

.table-product th.product-num {
	width: 130px;
}

.table-product th.product-name {
	width: 120px;
}

.table-product th.product-num a,.table-product td.product-name a {
	color: #333
}

.table-product th.product-category {
	width: 120px;
}

.table-product th.product-period {
	width: 120px;
}

.table-product th.product-scale {
	width: 120px;
}

.table-product th.product-area {
	width: 120px;
}

.table-product th.product-time {
	width: 120px;
}

.table-product th.product-click {
	width: 100px;
}

.table-product th.product-status {
	width: 120px;
}

/* text-box */
.text-box {
	margin: 10px auto 20px;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	padding: 10px 0px;
}

.text-box h3 {
	font-size: 18px;
	line-height: 40px;
}

/* pager */
.pager {
	text-align: center;
	line-height: 20px;
	margin: 20px 0 0;
	color: #8B8B8B
}

.pager span,.pager a {
	padding: 3px 10px;
	border: 1px solid #ddd;
	margin: 0 4px;
	background: #fff;
}

.pager a {
	color: #666
}

.pager a:hover {
	border: 1px solid #C82126;
}

.pager a.now {
	color: #fff;
	background: #C82126
}

/* dialog */
/*.dialog-wrap { position:fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,.3);}
.dialog { position:fixed; top:50%; left:42%; z-index:999; max-width:400px; padding:20px 40px; text-align:center; background:#fff;}
.dialog p { font-size:14px; line-height:1.5;}*/
.helpCenterWrap {
	padding: 0;
}

.asideSection {
	width: 220px;
	background: url(../images/help_left_bg.jpg) repeat-y right 0 #F9FAFC;
	float: left;
	padding-bottom: 20px;
	/*background: #FFF;
	box-shadow: 2px 2px 3px #C3BCBC;*/
	margin-right: 10px;
}

.asideSection .buttons {
	text-align: center;
	margin-top: 20px;
}

.verticalListMenu {
	font-size: 14px;
	color: #444;
}

.partTitle {
	padding-left: 10px;
	margin-top: 10px;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
}

.verticalListMenu .menuTitle {
	padding-left: 60px;
	line-height: 30px;
	font-weight: bold;
}

.verticalListMenu .menuItem a {
	display: inline-block;
	padding-left: 80px;
	font-weight: normal;
	width: 140px;
	height: 30px;
	line-height: 30px;
	color: #444;
}

.verticalListMenu .menuItem a:hover {
	background-color: #f5f5f5;
	color: #000;
}

.verticalListMenu .menuItem a.selected {
	color: #fff;
	background: url(../images/help_icon.png) no-repeat 0 -724px;
}

.verticalListMenu .menuItem-link {
	line-height: 30px;
	font-weight: bold;
}

.verticalListMenu .menuItem-link a {
	display: inline-block;
	padding-left: 60px;
	font-weight: normal;
	width: 160px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #444;
}

.verticalListMenu .menuItem-link a:hover {
	background-color: #f5f5f5;
}

.verticalListMenu .menuItem-link a.selected {
	color: #fff;
	background: url(../images/help_icon.png) no-repeat 0 -724px;
}

.verticalListMenu .menuItem b {
	display: inline-block;
	border-width: 3px;
	border-style: solid;
	border-color: #f8fafb #f8fafb #f8fafb #8a8a8a;
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0;
	vertical-align: middle;
	margin: 0 6px 2px 0;
	*margin: 0 6px 0 0;
}

.verticalListMenu .menuItem a.selected b {
	border-color: #C82126 #C82126 #C82126 #fff;
}

/**/
.contentSection {
	width: 768px;
	float: left;
	border-color: #f5f5f5;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	padding: 20px 60px;
	position: relative;
	background: #fff;
	box-shadow: 2px 2px 3px #C3BCBC;
}

.contentSection .pageTitle {
	font-size: 18px;
	color: #999;
	font-weight: bold;
	margin-bottom: 20px;
}

.odd {
	background-color: #F5F5F5;
}

.even {
	background-color: #fff;
}

.contentSection .pageTitle .subTitle {
	font-size: 14px;
}

.questionWrap .question {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #2f5a0d;
	text-indent: 10px;
}

.questionWrap .question.odd {
	background-color: #f8fafb;
}

.questionWrap .question .link {
	margin-left: 10px;
	color: #333;
	font-size: 14px;
	vertical-align: middle;
}

.questionWrap .question .link:hover {
	text-decoration: underline;
}

.questionWrap .question .sequence {
	vertical-align: middle;
}

.ui_complex_pagination {
	margin-top: 20px;
	text-align: center;
}

.ui_complex_pagination .pageNum {
	display: inline;
	padding: 0 9px;
	vertical-align: middle;
}

.btns.disabled {
	color: #999;
	cursor: default;
	text-shadow: none;
	background-color: #e1e1e1;
	border-color: #d3d3d3 #d3d3d3 #A6A6A6;
	border-width: 1px;
}

.btn_small {
	padding: 0 6px;
	font-size: 12px;
	font-weight: 400;
	text-shadow: none;
}

.btn_page {
	margin: 0 5px;
	border-radius: 3px;
}

.btn_page.first,.btn_page.last {
	padding: 0 18px;
}

.questionAnswer .questionTitle {
	font-weight: bold;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background: url(../images/help-QA-icon.png) no-repeat -271px -26px
		#f8fafb;
	padding-left: 37px;
}

.questionAnswer .answerContentWrap {
	background: url(../images/help-QA-icon.png) no-repeat -271px -74px;
	padding-left: 37px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 180%;
}

/**/
.centertext .textTitle {
	font-weight: bold;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}

.centertext .textContentWrap {
	margin-top: 15px;
	font-size: 14px;
	line-height: 180%;
}

/* 151013 add*/
.banner {
	width: 100%;
	height: 118px;
	margin: 20px 0;
}

.banner img {
	width: 100%;
	height: 118px;
}

/* tab-bl */
.tab-bl {
	width: 1120px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	border-bottom: 1px solid #c81623;
}

.tab-bl h3 {
	float: left;
	width: 70px;
	padding-left: 20px;
}

.tab-bl .item {
	float: left;
	width: 100px;
	height: 42px;
	text-align: center;
	color: #333;
	cursor: pointer;
	border-top: solid 1px #eee;
}

.tab-bl .item.selected {
	height: 38px;
	margin-top: 2px;
	line-height: 34px;
	color: #c81623;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #c81623;
	border-bottom: #fff;
	border-top: solid 3px #c81623;
	cursor: pointer
}

.tab-bl a {
	float: right;
	margin-right: 10px;
	color: #fff;
}

/**/
.tab-bl-body {
	width: 1120px;
	height: 38px;
	line-height: 38px;
	font-size: 13px;
	border-top: 0;
}

.tab-bl-body ul {
	margin-left: 20px;
}

.tab-bl-body li {
	float: left;
	width: 100px;
}

.tab-bl-body .selected {
	color: #C82126;
}

/* dialog */
.register-dialog-wrap {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3)
}

.register-dialog {
	position: relative;
	width: 400px;
	padding: 10px;
	padding-bottom: 30px;
	outline: 0;
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-webkit-box-orient: vertical;
	-webkit-transition: 200ms -webkit-transform;
	box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.3), 0 2px 6px
		rgba(0, 0, 0, 0.2);
}

.register-dialog h3 {
	position: relative;
	height: 36px;
	margin: -10px -10px 30px;
	overflow: hidden;
	font-size: 16px;
	line-height: 36px;
	font-weight: 700;
	color: #fff;
	background-color: #C82126;
}

.register-dialog h3 .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	color: #fff;
}

.flex-row {
	display: flex;
	flex-flow: row;
}

.flex-column {
	display: flex;
	flex-flow: column;
}

.flex-1 {
	flex: 1;
}

/* fixed-bar */
.fixed-bar .icon,.fixed-bar .consult-list .tel-icon {
	background: url("../images/JS_02.png") no-repeat;
}

.fixed-bar .icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 23px;
	height: 12px;
	overflow: hidden;
	margin: -18px 0 0 -12px;
	background-position: right -220px;
	text-indent: -999em;
}

.fixed-bar {
	position: fixed;
	right: 20px;
	top: 50%;
	z-index: 50;
	_position: absolute;
	_bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop + 
		 document.documentElement.clientHeight-this.offsetHeight- ( parseInt(this.currentStyle.marginTop
		, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)) -30);
}

.fixed-bar .gotop {
	position: relative;
	z-index: 1;
	display: block;
	width: 68px;
	height: 36px;
	overflow: hidden;
	margin: -1px 0 0;
	padding: 32px 0 0;
	border: 1px solid #e6e6e6;
	border-top: 1px dashed #eaeaea;
	background-color: #fff;
	color: #666;
	font: normal 14px/36px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
	text-align: center;
}

.fixed-bar .share {
	height: 68px;
	overflow: hidden;
	margin: -1px 0 0;
	border: 1px solid #e6e6e6;
}

.fixed-bar .gotop:hover {
	z-index: 10;
	border-color: #C82126;
	background-color: #C82126;
	color: #fff;
	text-decoration: none;
}

.fixed-bar .gotop:hover .icon {
	background-position: right -251px;
}

.fixed-bar .consult-box {
	border: 1px solid #e6e6e6;
}

.fixed-bar .consult-box .consult-header {
	position: relative;
	height: 36px;
	margin: -1px -1px 0;
	background: #C82126;
}

.fixed-bar .consult-box .consult-title {
	color: #fff;
	font: normal 16px/36px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
	text-align: center;
}

.fixed-bar .consult-box .icon {
	display: none;
	top: 0;
	left: -28px;
	width: 28px;
	height: 36px;
	overflow: hidden;
	margin: 0;
	background-position: -80px -530px;
	cursor: pointer;
}

.fixed-bar .consult-box .icon:hover {
	background-position: -110px -530px;
}

.fixed-bar .consult-list {
	margin: 0 2px -1px;
	padding: 9px 0;
	border-bottom: 1px dashed #eaeaea;
}

.fixed-bar .consult-list li {
	padding: 6px 0 6px 18px;
	color: #666;
	font: normal 12px/24px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
}

.fixed-bar .consult-list span,.fixed-bar .consult-list a {
	float: left;
	line-height: 24px;
}

.fixed-bar .consult-list span {
	padding-right: 10px;
}

.fixed-bar .consult-list img {
	vertical-align: top;
}

.fixed-bar .wide-bar {
	width: 134px;
	background: #fff;
}

.fixed-bar .wide-bar .share .bds_more {
	width: 148px;
	_width: 146px;
	background-position: -252px -568px;
}

.fixed-bar .wide-bar .share .bds_more:hover {
	background-position: -354px -568px;
}

.fixed-bar .wide-bar .gotop {
	width: 132px;
}

.fixed-bar .consult-list .tel-icon {
	margin-left: -4px;
	padding: 0 0 0 20px;
	background-position: -591px -264px;
}