@charset "UTF-8";
.wrapper {
	width: 1200px;
	margin: 0 auto;
}
.clearfix:before, .floor-hd:before, .floor-raise .sec-raise li:before, .h-service .wrapper:before,  .clearfix:after,  .floor-hd:after,  .floor-raise .sec-raise li:after,  .h-service .wrapper:after {
	content: "";
	display: table;
}
.clearfix:after, .floor-hd:after, .floor-raise .sec-raise li:after, .h-service .wrapper:after {
	clear: both;
}
.transition-normal, .btn {
	transition: all .3s;
}
.btn {
	display: inline-block;
}
.btn:hover {
	color: #ffffff;
	cursor: pointer;
}
/*

 * jQuery FlexSlider v2.6.3

 * http://www.woothemes.com/flexslider/

 *

 * Copyright 2012 WooThemes

 * Free to use under the GPLv2 and later license.

 * http://www.gnu.org/licenses/gpl-2.0.html

 *

 * Contributing author: Tyler Smith (@mbmufffin)

 *

 */

/* ====================================================================================================================

 * FONT-FACE

 * ====================================================================================================================*/

@font-face {
	font-family: 'flexslider-icon';
	src: url("fonts/flexslider-icon.eot");
	src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* ====================================================================================================================

 * RESETS

 * ====================================================================================================================*/

.flex-container a:hover,  .flex-slider a:hover {
	outline: none;
}
.slides,  .slides > li,  .flex-control-nav,  .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================

 * BASE STYLES

 * ====================================================================================================================*/

.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
/* ====================================================================================================================

 * DEFAULT THEME

 * ====================================================================================================================*/

.flexslider {
	background: #fff;
	position: relative;
	zoom: 1;
	box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
 *height: 0;
	display: none;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	z-index: 2;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: rgba(255, 255, 255, 0.99);
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: #bf4051;
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: #FF0022;
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}



/* ====================================================================================================================

 * RESPONSIVE

 * ====================================================================================================================*/

@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
}
}
body {
	background-color: #fff;
}
.sec-recommend {
	background-color: #fff;
	padding: 12px 0;
	margin-bottom: 15px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.sec-recommend li {
	width: 320px;
	margin-right: 30px;
	padding: 20px 20px;
	float: left;
	background: url(../images/home/gutter-sec-recommend.png) center right no-repeat;
}
.sec-recommend li .icon {
	width: 71px;
	height: 71px;
	float: left;
	margin-right: 30px;
}
.sec-recommend li .icon.icon-hongbao {
	background: url(../images/home/icon-hongbao.png) center center no-repeat;
}
.sec-recommend li .icon.icon-jiaxi {
	background: url(../images/home/icon-jiaxi.png) center center no-repeat;
}
.sec-recommend li .icon.icon-weike {
	background: url(../images/home/icon-weike.png) center center no-repeat;
}
.sec-recommend li.last {
	background: none;
}
.sec-recommend li .tit {
	font-size: 20px;
	color: #333333;
	line-height: 1.6;
}
.sec-recommend li .txt {
	font-size: 14px;
	line-height: 1.5;
	color: #999999;
}
.sec-wetkey {
	float: left;
	width: 875px;
	border: 1px solid #E1DFDA;
	background-color: #fff;
}
.sec-wetkey .hd {
	height: 55px;
	border-bottom: 2px solid #EFEFEF;
}
.sec-wetkey .hd .more {
	float: right;
	font-size: 14px;
	line-height: 55px;
	padding-right: 20px;
	color: #656565;
}
.sec-wetkey .hd h3 {
	float: left;
	color: #FF0022;
	font-size: 20px;
	line-height: 55px;
	padding: 0 10px 0 20px;
}
.sec-wetkey .hd h3 a {
	color: #FF0022;
}
.sec-wetkey .hd .tips {
	float: left;
	color: #656565;
	line-height: 30px;
	padding-top: 10px;
}
.sec-wetkey .hd .tips img {
	margin: 0 3px;
}
.wetkey-list tr {
	border-bottom: 1px solid #E1DFDA;
}
.wetkey-list tr:hover {
	background-color: #F6F6F6;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.wetkey-list tr:last-child {
	border: none;
}
.wetkey-list td {
	padding: 13px 0;
}
.wetkey-list .title {
	padding-left: 30px;
	width: 130px;
}
.wetkey-list .title a {
	color: #333333;
}
.wetkey-list .title a img {
	vertical-align: top;
}
.wetkey-list .money {
	padding-left: 10px;
	width: 100px;
	color: #FF0022;
	font-weight: 700;
	font-size: 16px;
}
.wetkey-list .info {
	width: 220px;
	padding-left: 10px;
}
.wetkey-list .time {
	width: 200px;
	padding-left: 10px;
	font-size: 12px;
	color: #999999;
}
.wetkey-list .time .num {
	color: #FF0022;
}
.wetkey-list .status {
	width: 180px;
	text-align: center;
}
.wetkey-list .status a.btn {
	display: inline-block;
	width: 110px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 5px;
}
.wetkey-list .status .btn-enable {
	border: 1px solid #FF0022;
	color: #FF0022;
	background-color: #fff;
}
.wetkey-list .status .end-enable {
	border: 1px solid #cacaca;
	color: #cacaca;
	background-color: #fff;
}
.wetkey-list .status .btn-enable:hover {
	background-color: #FF0022;
	color: #fff;
}
.wetkey-list .status .end-enable:hover {
	background-color: #cacaca;
	color: #fff;
}
.floor-wetkey .side {
	width: 310px;
	float: right;
}
.floor-wetkey .side .operator {
	margin-bottom: 15px;
}
.floor-wetkey .side .operator a.btn {
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
}
.floor-wetkey .side .operator .btn-login {
	float: left;
	width: 122px;
	background-color: #FF0022;
}
.floor-wetkey .side .operator .btn-register {
	float: right;
	width: 178px;
	background-color: #00B8FF;
}
.floor-wetkey .side .sec-news {
	border: 1px solid #E1DFDA;
	background-color: #fff;
}
.floor-wetkey .side .sec-news .hd {
	padding: 0 10px;
	border-bottom: 1px solid #E1DFDA;
	line-height: 39px;
	height: 39px;
}
.floor-wetkey .side .sec-news .hd .more {
	float: right;
}
.floor-wetkey .side .sec-news .hd h3 {
	font-size: 18px;
	color: #333333;
}
.floor-wetkey .side .sec-news .news-list {
	padding: 8px 10px;
}
.floor-wetkey .side .sec-news .news-list li {
	padding-left: 10px;
	background: url(../images/public/list-style-dot.gif) left center no-repeat;
}
.floor-wetkey .side .sec-news .news-list li a {
	font: 14px/33px "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	color: #999999;
}
.floor-wetkey .side .sec-news .news-list li a:hover {
	color: #ff2c3b;
}
.floor-hd {
	padding: 15px 0 5px;
	height: 30px;
 *width:100%;
 *float:left;
}
.floor-hd a.more {
	float: right;
	color: #999999;
	padding-right: 10px;
}
.floor-hd h3 {
	float: left;
	font: 20px/24px "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	padding: 0 10px;
	border-left: 4px solid #FF0022;
}
.floor-hd .tips {
	float: left;
	line-height: 1;
	padding-top: 7px;
	color: #999999;
}
.floor-bonus .bonus-list {
	
 *width:100%;
 *float:left;
}
.floor-bonus .bonus-list li {
	float: left;
	width: 233px;
	padding: 33px;
	border: 1px solid #E1DFDA;
	border-top-width: 2px;
	margin-left: -1px;
	margin-bottom: 15px;
	background-color: #fff;
}
.floor-bonus .bonus-list li:hover {
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
}
.floor-bonus .bonus-list li .figure {
	text-align: center;
	height: 50px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #E1DFDA;
}
.floor-bonus .bonus-list li .tit {
	text-align: center;
}
.floor-bonus .bonus-list li .tit a {
	font: 700 16px/40px "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	color: #666;
}
.floor-bonus .bonus-list li .summary {
	color: #999999;
	padding: 5px 0;
	text-align: center;
	height: 51px;
}
.floor-bonus .bonus-list li .time {
	color: #F4AA15;
	text-align: center;
	line-height: 2;
}
.floor-bonus .bonus-list li .status {
	text-align: center;
	padding: 20px 0 10px;
}
.floor-bonus .bonus-list li .status .btn {
	display: inline-block;
	width: 140px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #FF0022;
	color: #FF0022;
	border-radius: 5px;
}
.floor-bonus .bonus-list li .status .btn-enable:hover {
	background-color: #FF0022;
	color: #fff;
 *width:100%;
 *float:left;
}
.floor-raise .sec-raise {
	background-color: #fff;
}
.floor-raise .sec-raise li {
	border: 1px solid #E1DFDA;
	margin-top: -1px;
	padding: 20px 0;
 *width:100%;
	position: relative;
}
.floor-raise .sec-raise li .list-img-icon {
	width: 73px;
	height: 72px;
	display: block;
	position: absolute;
	float: left;
	left: -2px;
	top: -2px;
	background: url(../images/public/activity-list.png) no-repeat;
}
.floor-raise .sec-raise li:hover {
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
}
.floor-raise .sec-raise li .brand {
	width: 200px;
	padding-right: 10px;
	float: left;
	text-align: center;
}
.floor-raise .sec-raise li .brand img {
	width: 155px;
	/*height: 62px;*/

	margin-top: 15px;
}
.floor-raise .sec-raise li .item-main {
	width: 750px;
	float: left;
}
.floor-raise .sec-raise li .item-main .title {
	text-indent: 40px;
}
.floor-raise .sec-raise li .item-main .title a {
	font: 700 16px/1 "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	color: #666;
}
.floor-raise .sec-raise li .item-main table {
	width: 100%;
}
.floor-raise .sec-raise li .item-main table td {
	padding: 5px 0;
}
.floor-raise .sec-raise li .item-main table td .tit {
	color: #999999;
}
.floor-raise .sec-raise li .item-main table td .con {
	color: #656565;
	font: 18px/1.5 "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.floor-raise .sec-raise li .item-main table td .con .num-b {
	font-weight: 700;
}
.floor-raise .sec-raise li .status {
	float: left;
	width: 154px;
	text-align: center;
	padding-top: 30px;
}
.floor-raise .sec-raise li .status .btn {
	display: inline-block;
	width: 130px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
}
.floor-raise .sec-raise li .status .btn-enable {
	border: 1px solid #FF0022;
	color: #FF0022;
}
.floor-raise .sec-raise li .status .btn-unable {
	border: 1px solid #cacaca;
	color: #cacaca;
}
.floor-raise .sec-raise li .status .btn-enable:hover {
	background-color: #FF0022;
	color: #fff;
}
.floor-raise .sec-raise li .status .btn-unable:hover {
	background-color: #cacaca;
	color: #fff;
}
.floor-college {
	width: 770px;
	float: left;
}
.floor-college .floor-bd {
	padding: 20px 15px 10px 15px;
	border: 1px solid #E1DFDA;
	background-color: #fff;
}
.floor-college .floor-bd .slides {
	width: 270px;
	float: left;
	margin-right: 10px;
	background-color: #F6F6F6;
}
.floor-college .floor-bd .slides li .tit {
	padding: 0 10px;
}
.floor-college .floor-bd .slides li .tit a {
	color: #333333;
	line-height: 2.5;
}
.floor-college .floor-bd .slides li .tit a:hover {
	color: #FF0022;
}
.floor-college .floor-bd .slides li .summary {
	padding: 0px 10px 10px 10px;
	color: #999999;
}
.floor-college .floor-bd .slides li .summary a {
	color: #FF0022;
}
.floor-college .floor-bd .slides li .summary a:hover {
	color: #FF0022;
}
.floor-college .floor-bd .article-recommend {
	float: left;
	width: 425px;
	padding: 0 15px;
}
.floor-college .floor-bd .article-recommend li {
	border-bottom: 1px dotted #CFCFCF;
}
.floor-college .floor-bd .article-recommend li .tit a {
	line-height: 2.5;
}
.floor-college .floor-bd .article-recommend li .tit a:hover {
	color: #FF0022;
}
.floor-college .floor-bd .article-recommend li .summary {
	padding: 0 0 5px;
	color: #999999;
}
.floor-college .floor-bd .article-recommend li .summary a {
	color: #FF0022;
}
.floor-college .floor-bd .article-list {
	float: left;
	padding: 5px 15px;
}
.floor-college .floor-bd .article-list li {
	padding-left: 10px;
	background: url(../images/public/list-style-dot.gif) left center no-repeat;
}
.floor-college .floor-bd .article-list li a {
	line-height: 2.2;
}
.floor-college .floor-bd .article-list li a:hover {
	color: #FF0022;
}
.floor-report .report-list {
	padding: 20px 15px;
}
.floor-report .report-list .item {
	overflow: hidden;
	padding: 9px 0px 10px 0;
}
.floor-report .report-list .item .figure {
	float: left;
	width: 126px;
	margin-right: 15px;
	border: 1px solid #E1DFDA;
	padding: 5px;
	height: 80px;
}
.floor-report .report-list .item .figure a {
	padding: 0px;
	margin: 0px;
}
.floor-report .report-list .item .figure img {
	width: 126px;
	height: 80px;
}
.floor-report .report-list .item .item-bd {
	overflow: hidden;
}
.floor-report .report-list .item .item-bd .tit a {
	line-height: 2.2;
}
.floor-report .report-list .item .item-bd .tit a:hover {
	color: #FF0022;
}
.floor-report .report-list .item .item-bd .summary {
	color: #999999;
}
.floor-report {
	float: right;
	width: 406px;
}
.floor-report .floor-bd {
	border: 1px solid #E1DFDA;
	background-color: #fff;
}
.h-partner {
	background-color: #fff;
	border-top: 1px solid #E1DFDA;
	margin-top: 20px;
}
.h-partner .partner-hd {
	border-bottom: 1px solid #E1DFDA;
}
.h-partner .partner-hd h3 {
	font: 20px/55px "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.h-partner .partner-bd {
	padding: 10px 0;
	position: relative;
}
.h-partner .partner-bd .hd {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -12px;
}
.h-partner .partner-bd .hd a {
	display: block;
	width: 16px;
	height: 23px;
	position: absolute;
	top: 0;
}
.h-partner .partner-bd .hd a.prev {
	left: 0;
	background: url(../images/home/arr-l.png) no-repeat;
}
.h-partner .partner-bd .hd a.next {
	right: 0;
	background: url(../images/home/arr-r.png) no-repeat;
}
.h-partner .slides {
	width: 1080px;
	margin: 0 auto;
}
.h-partner .slides li {
	float: left;
	width: 156px;
	margin: 0 10px;
}
.h-flink dl {
	padding: 10px 0;
}
.h-flink dt {
	float: left;
}
.h-flink dd {
	overflow: hidden;
}
.h-flink dd a {
	padding: 0 5px;
	color: #999999;
}
.h-flink dd a:hover {
	color: #3480e5;
}
.h-service {
	background: #464745;
	padding: 40px 0;
	color: #ffffff;
}
.h-service .wrapper .slogan {
	float: left;
	width: 200px;
}
.h-service .service-list li {
	color: #eaeaea;
	width: 240px;
	padding-right: 10px;
	float: left;
}
.h-service .service-list li .icon {
	float: left;
	width: 56px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 20px;
}
.h-service .service-list li .icon-certification {
	background-image: url("../images/public/icon-certification.png");
}
.h-service .service-list li .icon-sheild {
	background-image: url("../images/public/icon-sheild.png");
}
.h-service .service-list li .icon-umbrella {
	background-image: url("../images/public/icon-umbrella.png");
}
.h-service .service-list li .icon-thumbup {
	background-image: url("../images/public/icon-thumbup.png");
}
.h-service .service-list li h6 {
	font-size: 20px;
	line-height: 1.2;
}
/*大额加息*/

.bonus-list li {
	text-align: center;
}
.bonus-list li:hover .bonus-receive-btn {
	background-color: #FF0022;
	color: #fff;
}
.bonus-list li .list-interest {
	width: 100%;
	float: left;
	padding: 10px 0px;
}
.bonus-list li .list-interest p {
	width: 49%;
	float: left;
	padding: 15px 0px;
}
.bonus-list li .list-interest p.rate {
	color: #999999;
}
.bonus-list li .list-interest p.rate span {
	color: #FF0022;
}
.bonus-list li .list-interest p.rate.border-left {
	border-left: 1px solid #E1DFDA;
}
.bonus-list li .list-interest p.rate.border-bottom {
	border-bottom: 1px solid #E1DFDA;
}
/*大额加息 end*/

/*活动框*/

.advbox {
	position: absolute;
 top:expression(eval(document.documentElement.scrollTop));
}
.advbox {
	width: 596px;
	position: fixed;
	;
	display: none;
	left: 52%;
	top: 60%;
	margin: -242px 0 0 -325px;
	z-index: 9999
}
.advbox .advpic {
	position: relative;
	height: 489px;
	overflow: hidden;
	z-index: 9999;
	padding-top: 50px;
}
.advbox .advpic .closebtn {
	display: block;
	width: 65px;
	height: 60px;
	line-height: 60px;
	font-size: 12px;
	color: #fff;
	text-indent: 12px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	top: 5px;
	z-index: 99;
}
.adv-main {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	z-index: 999;
}
.adv-bg {
	width: 100%;
	height: 100%;
	background: #000;
	display: block;
	position: fixed;
	opacity: 0.3;
	z-index: 999;
	top: 0 !important;
	padding: 0px;
	margin: 0px;
}
/*活动框 end*/

/*网站公告*/



.notice {
	height: 51px;
	line-height: 51px;
}
.notice .notice-tit {
	width: 85px;
	float: left;
	display: block;
	font-size: 16px;
	color: #333333;
	height: 51px;
	line-height: 51px;
}
.notice .notice-more {
	float: right;
	font-size: 13px;
	color: #666666;
}
.notice .notice-more a {
	color: #666666;
}
.txtScroll-top {
	float: left;
	width: 950px;
	overflow: hidden;
	position: relative;
	height: 51px;
	line-height: 51px;
	margin-left: 20px;
}
.txtScroll-top .bd {
	padding: 0px 15px;
}
.txtScroll-top .infoList li {
	height: 21px;
	line-height: 21px;
	color: #666666;
	font-size: 13px;
	float: left;
	width: 290px;
	border-left: 1px solid #CCC;
	margin-top: 15px;
	padding-left: 12px;/*list-style-type: disc;*/

}
/*网站公告*/



/*新加*/

.zgjl {
	left: 71px;
	top: 58px;
	position: absolute;
	background-color: #FFF;
	width: 70px;
	height: 40px;
	text-align: center;
	line-height: 18px;
}
.zgjl2 {
	left: 81px;
	top: 72px;
	position: absolute;
	background-color: #FFF;
	width: 70px;
	height: 40px;
	text-align: center;
	line-height: 18px;
}
.relati {
	position: relative;
}
.zgjlcolor {
	color: #FF5B5B;
	font-weight: bolder;
	font-size: 15px;
}
.zgjltext {
	color: #999999;
	font-size: 13px;
}
/**/

.list-interest2 {
	width: 230px;
	padding: 6px 0px 10px 10px;
}
.list-interest2 p {
	width: 42%;
	float: left;
	padding: 15px 0px;
	text-align: center
}
.list-interest2 p.rate {
	color: #999999;
	font-size: 12px;
}
.list-interest2 p.rate span {
	color: #FF0022;
}
.list-interest2 p.rate.border-left {
	border-left: 1px solid #E1DFDA;
}
.list-interest2 p.rate.border-bottom {
	border-bottom: 1px solid #E1DFDA;
}
.sec-raise2 {
	background-color: #fff;
	color: #999;
}
.sec-raise2 li {
	border: 1px solid #E1DFDA;
	margin-top: 12px;
	padding: 0px 2px;
	width: 588px;
	float: left;
	margin-right: 12px;
	background-color: #fff;
}
.btn2 {
	width: 235px;
	height: 32px;
	border-radius: 3px;
	color: #FFF;
	line-height: 32px
}
.btn2 a {
	color: #fff;
	line-height: 32px;
}
.btn-enable2 {
	background-color: #06B5FF;
}
.btn-unable2 {
	background-color: #999;
}
.btn3 {
	width: 228px;
	height: 32px;
	border-radius: 3px;
	color: #FFF;
	line-height: 32px;
}
.btn3 a {
	color: #fff;
	line-height: 32px;
}
.btn-enable3 {
	background-color: #06B5FF;
}
.btn-unable3 {
	background-color: #999;
}
.meiguxi {
	width: 60px;
	height: 25px;
	border-radius: 3px;
	background-color: #FDF0F0;
	line-height: 25px;
	color: #FF5B5B;
	text-align: center;
	border: 1px solid #FFC7C7;
}
.po-meiguxi {
	position: relative;
	top: -65px;
	left: 190px;
	z-index: 4;
}
.po-img {
	position: relative;
	left: -5px;
	top: 10px;
	z-index: 3;
}
.marginright {
	margin-right: 0px;
}
.bottomline {
	border-bottom: 1px solid #E1DFDA;
}
.font11 {
	font-size: 11px;
}
.font11 span {
	color: #FF5B5B;
}
