.wrap{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

/* 融资专题页首页 */
.finance_top .top{
	height: 113px;
}
.finance_top .logo{
	margin-top: 16px;
}
.finance_top .control{
	font-size: 16px;
	margin-top: 45px;
	position: relative;
}
.finance_top .control a{
	color: #a5abb1;
}
.finance_top .control img{
	margin-left: 10px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.finance_top .nav{
	width: 100%;
	height: 65px;
	background-color: #1952bb;
	min-width: 1200px;
}
.finance_top .nav ul{
	margin: 0 auto;
	width: 1200px;
}
.finance_top .nav ul li{
	float: left;
	margin-top: 19px;
	margin-left: 21px;
}
.finance_top .nav ul li a{
	color: #fff;
	font-size: 18px;
	padding: 8px 25px;
	border: 1px solid #1952bb;
	border-radius: 30px;
}
.finance_top .nav ul li a:hover{
	border: 1px solid #fff;
}
.finance_banner{
	height: 500px;
	width: 100%;
	min-width: 1200px;
	position: relative;
}
/* .finance_banner img{
	margin: 0 auto;
	display: block;
} */
.finance_banner .slide_item{
	width: 100%;
	min-width: 1920px;
	position: relative;
}

.search_bar{
	min-width: 1200px;
	width: 100%;
	background-color: #f6fafe;
	padding: 20px 0;
}
.search_bar form{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.search_bar form .layui-form-label{
	padding: 9px;
}

.search_bar form .layui-input-inline{
	width: 240px;
}

.data_show ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}
.data_show ul li{
	position: relative;
}
.data_show ul li::after{
	content: '';
	position: absolute;
	width: 32px;
	height: 83px;
	background: url(../../images/finance_images/line.png) no-repeat;
	top: 0;
	right: -31px;
}
.data_show ul li:last-child::after{
	background: none;
}
.data_show ul li .tp{
	font-size: 22px;
	color: #faa003;
	font-weight: bold;
	letter-spacing: 1.5px;
	padding-left: 15px;
	text-align: center;
}
.data_show ul li .tp span{
	font-size: 13px;
	color: #a29f9f;
	padding-left: 5px;
}

.data_show ul li .tb{
	display: flex;
	align-items: center;
	padding-top: 8px;
}
.data_show ul li .tb p{
	font-size: 14px;
	color: #a29f9f;
	padding-left: 5px;
}

.main_page{
	background-color: #f6f6f6;
	width: 100%;
	min-width: 1200px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.main_page .topNews .fl .pt{
	width: 284px;
	height: 260px;
	background: url(../../images/finance_images/newsLeftT.png) no-repeat;
	padding-left: 36px;
	overflow: hidden;
}
.main_page .topNews .fl .pt a{
	display: flex;
	background-color: #fff;
	position: relative;
	height: 42px;
	width: 259px;
	margin-top: 18px;
	align-items: center;
	font-size: 18px;
	color: #03aaf8;
	border-radius: 5px;
}
.main_page .topNews .fl .pt a img{
	margin-left: 30px;
	margin-right: 5px;
}

.main_page .topNews .fl .pb{
	width: 295px;
	height: 88px;
	margin-top: 15px;
	background: url(../../images/finance_images/newsLeftB.png) no-repeat;
	padding: 10px 15px 15px;
	position: relative;
	z-index: 999;
}

.main_page .topNews .fl .pb ul {
    overflow: hidden;
    clear: both;
    margin-left: 2px;
}
.main_page .topNews .fl .pb ul li {
    float: left;
    font-size: 16px;
    color: #fff;
    padding: 3px 0px 3px 0;
    margin: 0 12px;
    cursor: pointer;
}
.main_page .topNews .fl .pb ul li.on {
    border-bottom: 2px solid #fff;
}
.main_page .topNews .fl .pb .search {
	height: 30px;
	background-color: #bfbfbf;
	width: 266px;
	margin-left: 13px;
	margin-top: 17px;
}
.main_page .topNews .fl .pb .search input {
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.main_page .topNews .fl .pb .search input.inbar {
    padding: 0 0 0 5px;
    height: 28px;
    width: 195px;
    margin-top: 1px;
    margin-left: 1px;
    line-height: 28px;
}
.main_page .topNews .fl .pb .search input.btn {
    background-color: #ffa741;
    border: medium none;
    color: #fff;
    float: right;
    height: 30px;
    width: 65px;
	font-size: 13px;
}
.main_page .topNews .fl .pb .search a.search_btn {
    background-color: #ffa741;
    border: medium none;
    color: #fff;
    float: right;
    height: 30px;
    width: 65px;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    font-size: 13px;
}
.main_page .topNews .fl .pb .head-search {
    display: none;
}

.main_page .topNews > .fr{
	background-color: #fff;
	width: 800px;
	height: 338px;
	border-radius: 10px;
	padding: 25px;
}
.main_page .topNews > .fr h2{
	font-size: 24px;
	color: #fc8604;
}

.col_adv{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
}

.news_bar{
	margin-top: 20px;
}

.news_bar .plat{
	width: 385px;
}

.news_bar .plat .col_name{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 7px;
}

.news_bar .plat .col_name span{
	font-size: 20px;
	color: #333333;
}

.news_bar .plat .col_name a{
	float: right;
	font-size: 14px;
	color: #fc8604;
}

.news_bar .plat ul{
	
}

.news_bar .plat li{
	background: url(../../images/finance_images/dot.png) no-repeat 0 center;
	padding: 13px 0 13px 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news_bar .plat li a{
	color: #666666;
	font-size: 15px;
	text-align: justify;
}

.finance_tt{
	text-align: center;
	padding: 25px 0;
}
.finance_tt h1{
	display: inline;
	font-size: 24px;
	position: relative;
}

.finance_tt h1::before{
	content: '';
	width: 69px;
	height: 2px;
	background: url(../../images/finance_images/tt-left.png) no-repeat;
	display: block;
	position: absolute;
	left: -80px;
	top: 13px;
}
.finance_tt h1::after{
	content: '';
	width: 69px;
	height: 2px;
	background: url(../../images/finance_images/tt-right.png) no-repeat;
	display: block;
	position: absolute;
	right: -80px;
	top: 13px;
}

.finance_tt1{
	text-align: center;
	padding: 25px 0;
}
.finance_tt1 h1{
	display: inline;
	font-size: 24px;
	position: relative;
	color: #fff;
}

.finance_tt1 h1::before{
	content: '';
	width: 69px;
	height: 2px;
	background: url(../../images/finance_images/tt1-left.png) no-repeat;
	display: block;
	position: absolute;
	left: -80px;
	top: 13px;
}
.finance_tt1 h1::after{
	content: '';
	width: 69px;
	height: 2px;
	background: url(../../images/finance_images/tt1-right.png) no-repeat;
	display: block;
	position: absolute;
	right: -80px;
	top: 13px;
}


.main_page .part1{
	margin: 0 auto;
	width: 1200px;
}
.main_page .part1 .info .pl{
	width: 610px;
	float: left;
}
.main_page .part1 .info .pl p{
	text-align: justify;
	color: #666666;
	font-size: 15px;
	line-height: 28px;
}
.main_page .part1 .info .pl ul{
	display: flex;
	width: 612px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.main_page .part1 .info .pl ul li{
	width: 296px;
	height: 60px;
	border-radius: 10px;
	margin-top: 30px;
	background: #fde1c6;
}
.main_page .part1 .info .pl ul li a{
	font-size: 17px;
	color: #fe9233;
	height: 60px;
	display: flex;
	align-items: center;
	padding-left: 76px;
}
.main_page .part1 .info .pl ul li:hover{
	background: url(../../images/finance_images/btn_bg.png) no-repeat;
}
.main_page .part1 .info .pl ul li:hover a{
	color: #fff;
}
.main_page .part1 .info .pl ul li.zc1 a{
	background: url(../../images/finance_images/icon6.png) no-repeat 30px 11px;
}
.main_page .part1 .info .pl ul li.zc1 a:hover{
	background: url(../../images/finance_images/icon6h.png) no-repeat 30px 11px;
}
.main_page .part1 .info .pl ul li.zc2 a{
	background: url(../../images/finance_images/icon7.png) no-repeat 30px 11px;
}
.main_page .part1 .info .pl ul li.zc2:hover a{
	background: url(../../images/finance_images/icon7h.png) no-repeat 30px 11px;
}
.main_page .part1 .info .pl ul li.zc3 a{
	background: url(../../images/finance_images/icon8.png) no-repeat 30px 11px;
}
.main_page .part1 .info .pl ul li.zc3:hover a{
	background: url(../../images/finance_images/icon8h.png) no-repeat 30px 11px;
}
.main_page .part1 .info .pl ul li.zc4 a{
	background: url(../../images/finance_images/icon9.png) no-repeat 30px 11px;
}
.main_page .part1 .info .pl ul li.zc4:hover a{
	background: url(../../images/finance_images/icon9h.png) no-repeat 30px 11px;
}
.main_page .part1 .info .pl ul li.zc5 a{
	background: url(../../images/finance_images/icon10.png) no-repeat 30px 11px;
}
.main_page .part1 .info .pl ul li.zc5:hover a{
	background: url(../../images/finance_images/icon10h.png) no-repeat 30px 11px;
}
.main_page .part1 .info .pl ul li.zc6 a{
	background: url(../../images/finance_images/icon11.png) no-repeat 30px 11px;
}
.main_page .part1 .info .pl ul li.zc6:hover a{
	background: url(../../images/finance_images/icon11h.png) no-repeat 30px 11px;
}

.center{
	background: url(../../images/finance_images/center_bg.jpg) no-repeat center;
	width: 100%;
	min-width: 1200px;
	padding-bottom: 30px;
}

.center .part2{
	
}
.center .part2 .bb ul{
	float: right;
	width: 880px;
}
.center .part2 .bb ul li{
	width: 235px;
	height: 376px;
	background-color: #fff;
	float: right;
	margin-left: 16px;
	border-radius: 10px;
	padding: 20px 20px 0 20px;
}
.center .part2 .bb ul li:hover{
	-moz-box-shadow:0px 3px 7px #ffddd6; 
	-webkit-box-shadow:0px 3px 7px #ffddd6; 
	box-shadow:0px 3px 7px #ffddd6;
}

.center .part2 .bb ul li .bar img{
	display: block;
	margin: 0 auto;
}
.center .part2 .bb ul li .bar .title{
	text-align: center;
	color: #fe5533;
	font-size: 22px;
	padding: 17px 0;
}
.center .part2 .bb ul li .bar .tags{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.center .part2 .bb ul li .bar .tags div{
	font-size: 15px;
	color: #fe5533;
	border: 1px solid #fe5533;
	width: 85px;
	text-align: center;
	padding: 2px 0;
	border-radius: 5px;
}

.center .part2 .bb ul li .bar .per{
	font-size: 26px;
	color: #fe5533;
	padding: 15px 0;
}
.center .part2 .bb ul li .bar .per span{
	font-size: 26px;
	color: #fe5533;
	font-size: 18px;
}

.center .part2 .bb ul li .bar h3{
	color: #fe5533;
	margin-bottom: 25px;
}
.center .part2 .bb ul li .bar .msg{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.center .part2 .bb ul li .bar .msg .cell{
	flex: 1;
	flex-shrink: 0;
}
.center .part2 .bb ul li .bar .msg .cell p:first-child{
	font-size: 15px;
	color: #ffa128;
	text-align: center;
	width: 125px;
}
.center .part2 .bb ul li .bar .msg .cell p:last-child{
	width: 85px;
	background-color: #f8ddbd;
	text-align: center;
	color: #ffa52b;
	padding: 3px 0;
	border-radius: 30px;
	margin: 15px auto 0;
}

.center .part3{
	
}

.center .part3 ul.bank{
    height: 102px;
    background: url(https://www.smenx.com.cn/images/zzj1/z_section_3.jpg) no-repeat center center;
    padding: 30px 0;
    border-radius: 13px;
    padding-left: 6px;
}
.center .part3 ul.bank li{
    width: 100px;
    height: 110px;
    float: left;
    background: url(https://www.smenx.com.cn/images/zzj1/bank.png) no-repeat;
    margin: 0px 4px;
}
.center .part3 ul.bank li:hover{
    width: 100px;
    height: 110px;
    float: left;
    background: url(https://www.smenx.com.cn/images/zzj1/bank_h.png) no-repeat;
}
.center .part3 ul.bank li a {
    display: block;
    width: 100px;
    height: 102px;
}
.center .part3 ul.bank li.z_1{
    background-position: -3px 0;
}
.center .part3 ul.bank li.z_1:hover{

}
.center .part3 ul.bank li.z_2{
    background-position: -111px 0;
}
.center .part3 ul.bank li.z_3:hover{

}
.center .part3 ul.bank li.z_3{
    background-position: -217px 0;
}
.center .part3 ul.bank li.z_3:hover{

}
.center .part3 ul.bank li.z_4{
    background-position: -324px 0;
}
.center .part3 ul.bank li.z_4:hover{

}
.center .part3 ul.bank li.z_5{
    background-position: -431px 0;
}
.center .part3 ul.bank li.z_5:hover{

}
.center .part3 ul.bank li.z_6{
    background-position: -538px 0;
}
.center .part3 ul.bank li.z_6:hover{
    
}
.center .part3 ul.bank li.z_7{
    background-position: -645px 0;
}
.center .part3 ul.bank li.z_7:hover{

}
.center .part3 ul.bank li.z_8{
    background-position: -752px 0;
}
.center .part3 ul.bank li.z_8:hover{

}
.center .part3 ul.bank li.z_9{
    background-position: -859px 0;
}
.center .part3 ul.bank li.z_9:hover{

}
.center .part3 ul.bank li.z_10{
    background-position: -966px 0;
}
.center .part3 ul.bank li.z_10:hover{

}
.center .part3 ul.bank li.z_11{
    background-position: -1073px 0;
}
.center .part3 ul.bank li.z_10:hover{

}

#bottom {
  background-color: #fff;
  width: 100%;
  min-width: 1200px;
  padding-bottom: 30px;
}

#bottom .part4{
	margin: 0 auto;
	width: 1200px;
}
#bottom .part4 .info > img{
	width: 567px;
}
#bottom .part4 .info .pr{
	width: 610px;
	float: right;
}
#bottom .part4 .info .pr p{
	text-align: justify;
	color: #666666;
	font-size: 15px;
	line-height: 28px;
}
#bottom .part4 .info .pr ul{
	display: flex;
	width: 612px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 60px;
}
#bottom .part4 .info .pr ul li{
	width: 296px;
	height: 60px;
	border-radius: 10px;
	margin-top: 30px;
	background: #fde1c6;
}
#bottom .part4 .info .pr ul li a{
	font-size: 17px;
	color: #fe9233;
	height: 60px;
	display: flex;
	align-items: center;
	padding-left: 76px;
}
#bottom .part4 .info .pr ul li:hover{
	background: url(../../images/finance_images/btn_bg.png) no-repeat;
}
#bottom .part4 .info .pr ul li:hover a{
	color: #fff;
}
#bottom .part4 .info .pr ul li.zc1 a{
	background: url(../../images/finance_images/icon1.png) no-repeat 30px 11px;
}
#bottom .part4 .info .pr ul li.zc1 a:hover{
	background: url(../../images/finance_images/icon1h.png) no-repeat 30px 11px;
}
#bottom .part4 .info .pr ul li.zc2 a{
	background: url(../../images/finance_images/icon2.png) no-repeat 30px 11px;
}
#bottom .part4 .info .pr ul li.zc2:hover a{
	background: url(../../images/finance_images/icon2h.png) no-repeat 30px 11px;
}
#bottom .part4 .info .pr ul li.zc3 a{
	background: url(../../images/finance_images/icon3.png) no-repeat 30px 11px;
}
#bottom .part4 .info .pr ul li.zc3:hover a{
	background: url(../../images/finance_images/icon3h.png) no-repeat 30px 11px;
}
#bottom .part4 .info .pr ul li.zc4 a{
	background: url(../../images/finance_images/icon4.png) no-repeat 30px 11px;
}
#bottom .part4 .info .pr ul li.zc4:hover a{
	background: url(../../images/finance_images/icon4h.png) no-repeat 30px 11px;
}
#bottom .part4 .info .pr ul li.zc5 a{
	background: url(../../images/finance_images/icon5.png) no-repeat 30px 11px;
}
#bottom .part4 .info .pr ul li.zc5:hover a{
	background: url(../../images/finance_images/icon5h.png) no-repeat 30px 11px;
}


#bottom .part5{
	width: 1200px;
	margin: 0 auto;
}
#bottom .part5 ul.jg {
	height: 90px;
	margin-left: -13px;
}
#bottom .part5 ul.jg li {
	float: left;
	width: 160px;
	height: 90px;
	margin-left: 13px;
}
#bottom .part5 ul.jg li img {
	width: 160px;
	height: 90px;
}

/* 列表页 */
#mall{
	min-width: 1200px;
	width: 100%;
	background: url(../../images/finance_images/mall_bg.png) no-repeat center 0;
}
#mall .col_bar{
	padding-top: 45px;
	padding-bottom: 24px;
}
#mall .col_bar ul{
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#mall .col_bar ul li{
	height: 46px;
	position: relative;
	width: 220px;
	background-color: #ffffff;
	border-radius: 5px;
	text-align: center;
	line-height: 46px;
}
#mall .col_bar ul li a{
	display: block;
	color: #333;
	font-size: 16px;
}
#mall .col_bar ul li.select{
	background-color: #007cef;
}
#mall .col_bar ul li.select a{
	color: #fff;
}
#mall .col_bar ul li.select::after{
	content: '';
	display: block;
	width: 11px;
	height: 6px;
	background: url(../../images/finance_images/arrow.png) no-repeat;
	position: absolute;
	top: 46px;
	left: 50%;
	margin-left: -5.5px;
}

#mall .options_bar{
	background-color: #fff;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #eaeaea;
}

#mall .options_bar .ss{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eaeaea;
	height: 48px;
	background-color: #f7f7f7;
	padding: 0 30px;
}

#mall .options_bar .ss .l_input{
	margin-right: 30px;
}
#mall .options_bar .ss .l_input span{
	padding-right: 5px;
}

#mall .options_bar .ss .btn{
	display: block;
	width: 100px;
	height: 29px;
	background-color: #ff8400;
	border-radius: 30px;
	border: none;
	color: #fff;
	cursor: pointer;
	margin-left: 10px;
}

#mall .options_bar .ss .search{
	width: 280px;
	height: 29px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 30px;
	border: 1px solid #e7e7e7;
}


#mall .options_bar .row{
	display: flex;
	height: 40px;
	align-items: center;
	border-bottom: 1px solid #eaeaea;
	box-sizing: border-box;
	
}
#mall .options_bar .row .label{
	background-color: #f7f7f7;
	height: 39px;
	line-height: 39px;
	padding-left: 30px;
	padding-right: 15px;
}

#mall .options_bar .row .opts{
	display: flex;
	align-items: center;
	padding-left: 45px;
}
#mall .options_bar .row .opts div{
	margin-right: 40px;
	width: 100px;
	color: #195ca6;
	cursor: pointer;
}
#mall .options_bar .row .opts div.on{
	color: #fe7c25;
	text-decoration: underline;
}

#mall .options_bar .row .opts div:first-child{
	margin-right: 0;
}

#mall .sorts_bar{
	background-color: #f7f7f7;
	height: 56px;
	border-radius: 10px 10px 0 0;
	margin-top: 20px;
}
#mall .sorts_bar ol{
	display: flex;
	align-items: center;
	padding-left: 22px;
	padding-top: 10px;
}
#mall .sorts_bar ol li{
	height: 34px;
	width: 143px;
	border: 1px solid #eaeaea;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
}
#mall .sorts_bar ol li.cur{
	border: 1px solid #028ff8;
	background-color: #028ff8;
	color: #fff;
}
#mall .list{
	padding-bottom: 30px;
}
#mall .list .item{
	margin-top: 15px;
}
#mall .list .item .title{
	background-color: #f7f7f7;
	display: inline-block;
	min-width: 200px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	padding: 0 10px 0 20px;
	position: relative;
}
#mall .list .item .title::after{
	content: '';
	display: block;
	width: 26px;
	height: 31px;
	right: -26px;
	top: -1px;
	position: absolute;
	background: url(../../images/finance_images/sj.png);
}

#mall .list .item .info{
	background-color: #fff;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
#mall .list .item .info .block{
	text-align: center;
}
#mall .list .item .info .block p span{
	font-size: 14px;
}
#mall .list .item .info .block p:first-child{
	text-align: center;
	font-size: 17px;
	color: #028ff8;
	font-weight: bold;
	padding-top: 30px;
}
#mall .list .item .info .block p:last-child{
	text-align: center;
	font-size: 16px;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 30px;
}

#mall .list .item .info .btn_bar{
	
}

#mall .list .item .info a.btn1{
	font-size: 13px;
	display: block;
	color: #fff;
	width: 118px;
	height: 32px;
	background-color: #1c6cff;
	text-align: center;
	line-height: 32px;
	border-radius: 30px;
}
#mall .list .item .info a.btn2{
	font-size: 13px;
	display: block;
	color: #fff;
	width: 118px;
	height: 32px;
	background-color: #ff8400;
	text-align: center;
	line-height: 32px;
	border-radius: 30px;
	margin-top: 13px;
}

#mall .page{
	padding: 0px 0 30px 0;
	text-align: center;
}

#mall .site{
	border-bottom: 1px solid #fff;
	padding: 25px 0 10px 0;
}
#mall .site a{
	color: #fff;
	font-size: 16px;
}
#mall .site span{
	font-size: 16px;
	color: #fff;
	padding: 0 5px;
}


/* 服务超市详情 */

#finace_detail{
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
}
#finace_detail .part_left{
	width: 840px;
}
#finace_detail .part_left .pt{
	padding: 20px;
	background: #fff url(../../images/finance_images/mall_title_bg.png) no-repeat right bottom;
}
#finace_detail .part_left .pt .cp img{
	display: block;
    width: 220px;
    height: 90px;
}
#finace_detail .part_left .pt .cp{
	background-color: #f3f9ff;
	display: flex;
	align-items: center;
	padding: 15px 20px;
}
#finace_detail .part_left .pt .cp .msg{
	padding-left: 80px;
}
#finace_detail .part_left .pt .cp .tt{
	color: #1952bb;
	font-size: 20px;
}
#finace_detail .part_left dl{
	display: flex;
	padding-top: 8px;
}
#finace_detail .part_left dl dt{
	font-size: 15px;
	color: #2c3e50;
}
#finace_detail .part_left dl dd{
	font-size: 15px;
	color: #666666;
}
#finace_detail .part_left .od{
	display: flex;
	padding-top: 20px;
	align-items: center;
}
#finace_detail .part_left .plat{
	padding: 0 115px 0 10px;
}
#finace_detail .part_left .od a{
	display: block;
	width: 120px;
	height: 30px;
	border-radius: 5px;
	background-color: #ff8400;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

#finace_detail .part_left .pb{
	width: 840px;
	background-color: #fff;
	margin-top: 20px;
}
#finace_detail .part_left .layui-tab-card > .layui-tab-title{
	background-color: #f3f9ff;
}

#finace_detail .part_left .layui-tab-content{
	min-height: 400px;
}
#finace_detail .part_left .info_con{
	padding: 10px 25px 25px 25px;
}
#finace_detail .part_left .info_con .describe{
	display: flex;
	padding-bottom: 20px;
}
#finace_detail .part_left .info_con .describe .label{
	font-size: 15px;
	color: #2c3e50;
	flex-shrink: 0;
	width: 100px;
	line-height: 25px;
}
#finace_detail .part_left .info_con .describe .label img{
	margin-right: 10px;
}
#finace_detail .part_left .info_con .describe .ind{
	font-size: 15px;
	color: #7a7a7a;
	text-align: justify;
	line-height: 25px;
}

#finace_detail .part_right{
	width: 328px;
}
#finace_detail .title{
	height: 50px;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-indent: 1.5em;
	background: url(../../images/finance_images/mall_title.jpg) no-repeat;
}
#finace_detail .con{
	margin-top: 20px;
	background-color: #fff;
}
#finace_detail .con img{
    width: 100%;
    height: 186px;
}
#finace_detail .con .comp{
	padding: 20px;
}
#finace_detail .con .comp h2{
	color: #2c3e50;
	font-size: 16px;
}
#finace_detail .con .comp .row{
	display: flex;
	padding-top: 10px;
}
#finace_detail .con .comp .row span{
	display: block;
    width: 72px;
	color: #4c5865;
}
#finace_detail .con .comp .row span.sp{
	font-size: 14px;
	letter-spacing: 0.08em;
}
#finace_detail .con .comp .row p{
	font-size: 14px;
	color: #999999;
	flex: 1;
}

/* 服务机构列表 */
#finace_bank_list .banner{
	width: 100%;
	height: 360px;
	background: url(../../images/bank/bank_banner.jpg) no-repeat center center;
}
#finace_bank_list .content{
	margin-top:  50px;
}
#finace_bank_list .content .wrap ul{
	overflow: hidden;
	margin-right: -30px;
}
#finace_bank_list .content .wrap ul li{
	width: 380px;
	height: 213px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background: url(../../images/bank/bank_list_bg.png) no-repeat center center;
}
#finace_bank_list .content .wrap ul li a .title{
	height: 33px;
}
#finace_bank_list .content .wrap ul li a .title h1{
	font-size: 16px;
	color: #fff;
	line-height: 33px;
	text-indent: 25px;
}
#finace_bank_list .content .wrap ul li a .bottom{
	overflow: hidden;
	width: 380px;
	height: 180px;
}
#finace_bank_list .content .wrap ul li a .bottom .info{
	padding: 30px;
}
#finace_bank_list .content .wrap ul li a .bottom .info img{
	display: block;
	margin-bottom: 20px;
}
#finace_bank_list .content .wrap ul li a .bottom .info p{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#finace_bank_list .content .wrap ul li a .bottom .info p span{
	display: block;
	 float: left;
	 width: 70px;
	 margin-right: 15px;
}


/* 服务机构详情 */
#finace_bank{
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
}
#finace_bank .part_left{
	width: 840px;
}
#finace_bank .part_left .pt{
	padding: 20px;
	background: #fff url(../../images/finance_images/mall_title_bg.png) no-repeat right bottom;
}
#finace_bank .part_left .pt .cp img{
	display: block;
	width: 314px;
	height: 177px;
}
#finace_bank .part_left .pt .cp{
	background-color: #f3f9ff;
	display: flex;
}
#finace_bank .part_left .pt .cp .msg{
	padding-left: 35px;
	margin-top: 16px;
}
#finace_bank .part_left .pt .cp .tt{
	color: #1952bb;
	font-size: 18px;
	width: 420px;
}
#finace_bank .part_left dl{
	display: flex;
	padding-top: 10px;
}
#finace_bank .part_left dl dt{
	font-size: 15px;
	color: #2c3e50;
	width: 80px;
	flex-shrink: 0;
}
#finace_bank .part_left dl dt.sp{
	letter-spacing: 0.085em;
}
#finace_bank .part_left dl dd{
	font-size: 15px;
	color: #666666;
}
#finace_bank .part_left .od{
	display: flex;
	padding-top: 5px;
	justify-content: space-between;
	width: 420px;
}
#finace_bank .part_left .od .plat{
	flex-shrink: 0;
	width: 200px;
}

#finace_bank .part_left .pb{
	width: 840px;
	background-color: #fff;
	margin-top: 20px;
}
#finace_bank .part_left .pb .tt{
	height: 56px;
	background-color: #f3f9ff;
	border-bottom: 1px solid #d7e3fb;
	overflow: hidden;
}
#finace_bank .part_left .pb .tt h3{
	width: 143px;
	height: 36px;
	background-color: #028ff8;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 13px;
	margin-top: 10px;
	margin-left: 20px;
}

#finace_bank .part_left .pb .cp_list{
	background-color: #fff;
}
#finace_bank .part_left .pb .cp_list ul{
	padding: 20px 20px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#finace_bank .part_left .pb .cp_list ul li{
	width: 385px;
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
	flex-shrink: 0;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
#finace_bank .part_left .pb .cp_list ul li .item{
	
}
#finace_bank .part_left .pb .cp_list ul li .item .tp{
	display: flex;
	align-items: center;
	padding: 10px 20px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #eaeaea;
	justify-content: space-between;
}
#finace_bank .part_left .pb .cp_list ul li .item .tp h2{
	color: #333;
	font-size: 15px;
	width: 270px;
}
#finace_bank .part_left .pb .cp_list ul li .item .tp p{
	font-size: 12px;
	color: #fff;
	width: 50px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background-color: #ff8400;
	border-radius: 30px;
}

#finace_bank .part_left .pb .cp_list ul li .item .tb{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
#finace_bank .part_left .pb .cp_list ul li .item .tb .column{
	width: ;
	text-align: center;
	padding: 20px 0;
}
#finace_bank .part_left .pb .cp_list ul li .item .tb .column span{
	color: #028ff8;
	font-size: 18px;
	font-weight: bold;
}
#finace_bank .part_left .pb .cp_list ul li .item .tb .column em{
	font-style: normal;
	font-size: 13px;
}
#finace_bank .part_left .pb .cp_list ul li .item .tb .column p{
	padding-top: 10px;
	color: #333;
	font-size: 14px;
}

#finace_bank .part_right{
	width: 328px;
}
#finace_bank .title{
	height: 50px;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-indent: 1.5em;
	background: url(../../images/finance_images/mall_btitle.jpg) no-repeat;
}
#finace_bank .con{
	padding-top: 20px;
}
#finace_bank .con ul{
	background-color: #fff;
	padding: 10px 10px 0px 10px;
}
#finace_bank .con ul li{
	margin-bottom: 10px;
	background-color: #f3f9ff;
	text-align: center;
	padding: 11px 0;
}
#finace_bank .con ul li img{
	width: 217px;
	height: 42px;
}

/* finance_data */
#dataTable{
	min-width: 1200px;
	width: 100%;
	background: url(../../images/finance_images/dataTable_bg.png) no-repeat center 0;
}
#dataTable .col_bar{
	padding-top: 45px;
	padding-bottom: 24px;
}
#dataTable .col_bar ul{
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#dataTable .col_bar ul li{
	height: 46px;
	position: relative;
	width: 160px;
	background-color: #f3f7ff;
	border-radius: 5px;
	text-align: center;
	line-height: 46px;
	color: #333;
	cursor: pointer;
}

#dataTable .col_bar ul.normal{
	justify-content: flex-start;
}
#dataTable .col_bar ul li.lg{
	width: 220px;
	margin-right: 25px;
}

#dataTable .col_bar ul li.select{
	background-color: #ff8400;
	color: #fff;
	font-size: 16px;
}

#dataTable .col_bar ul li.select::after{
	content: '';
	display: block;
	width: 11px;
	height: 6px;
	background: url(../../images/finance_images/arrow1.png) no-repeat;
	position: absolute;
	top: 46px;
	left: 50%;
	margin-left: -5.5px;
}
#dataTable .unit{
	color:#028ff8;
	padding-bottom: 5px;
}
#dataTable .table_area{
	margin-bottom: 30px;
}
#dataTable .table_area table{
	width: 100%;
	border: 1px solid #eaeaea;
	table-layout: fixed
}
#dataTable .table_area table td{
	border: 1px solid #eaeaea;
	padding: 11px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#dataTable .table_area table th{
	border: 1px solid #eaeaea;
	background-color: #028ff8;
	color: #fff;
	padding: 11px 0;
}
#dataTable .table_area table tr:nth-child(even){
	background-color: #f3f7ff;
}

#dataTable .table_area table.tb1{
	display: none;
}

#dataTable .table_area table.tb2{
	width: 800px;
	display: none;
}

#dataTable .table_area table.tb3{
	width: 800px;
}

#dataTable .table_area table.tb4{
	display: none;
}

/* 数据展示 */
#data{
	background: url(../../images/finance_images/zty_bg.jpg) no-repeat top center;
	padding-bottom: 30px;
}
#data .btns{
	overflow: hidden;
	height: 55px;
	padding-top: 345px;
	margin-bottom: 30px;
}
#data .btns ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#data .btns ul li{
	width: 162px;
	height: 53px;
	border: 1px dashed #00a0e9;
	background-color: rgba(0,0,0,.2);
	border-radius: 5px;
	line-height: 53px;
	text-align: center;
}
#data .btns ul li a{
	color: #fff;
	font-size: 15px;
	display: block;
}

#data .btns ul li.on{
	border: 1px solid #89a2c4;
	background-color: #043981;
}
#data .echarts{
	background-color: #ff9900;
}
#data .echarts .info{
	padding: 30px;
}
#data .echarts .info .msg{
	background-color: #fff;
	padding: 0 65px 30px;
}
#data .echarts .info .msg .cont{
	border: 1px solid #19aaf9;
	border-radius: 15px;
	padding: 14px 25px;
	font-size: 16px;
	color: #656565;
	line-height: 28px;
}

#data .echarts .info .title{
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
#data .echarts .info .title .notice{
	float: right;
	background-color: #ffffff;
	width: 375px;
	height: 24px;
	border-radius: 30px;
	box-shadow: 0px 0px 10px 0px #666666;
	display: flex;
	align-items: center;
	justify-content: center;
}

#data .echarts .info .title .notice span{
	color: #ff6600;
	font-size: 13px;
	padding-left: 5px;
}

#data .echarts .info .echarts1{
	width: 100%;
	background-color: #fff;
}
#data .echarts .info .echarts1 #bar{
	width: 100%;
	height: 470px;
}
#data .echarts .info .echarts2 #bar2{
	width: 100% !important;
	height: 470px !important;
}

#data .echarts .info .echarts2,
#data .echarts .info .echarts3,
#data .echarts .info .echarts4{
	width: 100%;
	margin-top: 30px;
	background-color: #fff;
}


#data .echarts .info .echarts2 .info .tit{
	color: #eac703;
	text-align: center;
}
#data .echarts .info .echarts2 .info .tit h1{
	font-size: 18px;
	line-height: 35px;
}
#data .echarts .info .echarts2 .info .tit p{
	font-size: 12px;
	line-height: 25px;
}
#data .echarts .info .echarts2 .info .tit p span{
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #eac703;
	margin-bottom: 4px;
}
#data .echarts .info .echarts2 .info .bot{
	margin-top: 20px;
	overflow: hidden;
}
#data .echarts .info .echarts2 .info .bot .left{
	float: left;
	width: 50%;
	height: 400px;
}
#data .echarts .info .echarts2 .info .bot .right{
	float: right;
	width: 50%;
	height: 400px;
}
#data .echarts .info .echarts2 #bar2,
#data .echarts .info .echarts3 #bar3,
#data .echarts .info .echarts4 #bar4{
	width: 100%;
	height: 470px;
}

#data .echarts .info .echarts1 .left{
	width: 480px;
	height: 500px;
	background-color: #fff;
	float: left;
}
#data .echarts .info .echarts1 .right{
	width: 630px;
	height: 500px;
	background-color: #fff;
	float: right;
	position: relative;
}
#data .echarts .info .echarts1 .right .b_ps{
	position: absolute;
	background-color: #f8f3ff;
	color: #9c6cdd;
	padding: 10px;
	bottom: 44px;
	font-size: 12px;
	left: 34px;
}

#data .echarts .info .echarts1 #bar4{
	width: 480px;
	height: 500px;
}
#data .echarts .info .echarts1>.info .tit{
	text-align: center;
	line-height: 40px;
	color: #15b628;
	font-size: 18px;
}
#data .echarts .info .echarts1>.info>ul {
	margin: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#data .echarts .info .echarts1>.info>ul>li{
	width: 83px;
	height: 28px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #15b628;
	border-color: 1px solid #007f36;
	border-radius: 5px;
	font-size: 14px;
        cursor: pointer;
}
#data .echarts .info .echarts1 .info>ul li.on{
	background-color: #ff9900;
	border-color: #ff9900;
}
#data .echarts .info .echarts1 .info .bot{
	border: 1px dashed #007f36;
	border-radius: 5px;
}
#data .echarts .info .echarts1 .info .bot .info>ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#data .echarts .info .echarts1 .info .bot .info>ul li{
	width: 180px;
	height: 230px;
}

#data .echarts .info .echarts1 .info .bot .info>ul li:nth-child(1){
	width: 390px;
	height: 280px;
}
#data .echarts .info .echarts1 .info .bot .info>ul li .box_big{
	background-color: #b4d0ff;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	position: relative;
}
#data .echarts .info .echarts1 .info .bot .info>ul li .box_sm{
	background-color: #2978ff;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	position: absolute;
	left: 25px;
	top: 25px;

}
#data .echarts .info .echarts1 .info .bot .info>ul li .box_sm h1{
	text-align: center;
	font-size: 26px;
	color: #fff;
	line-height: 40px;
	margin-top: 30px;
}
#data .echarts .info .echarts1 .info .bot .info>ul li .box_sm p{
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
#data .echarts .info .echarts1 .info .bot .info>ul li h2{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	margin: 15px 0;
}

/* foot */
#footer {
    height: 130px;
    width: 100%;
    min-width: 1200px;
    background-color: #0067b8;
}
#footer p {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}
#footer .cp {
    padding-top: 15px;
    position: relative;
}
#footer p.ba {
    position: relative;
    text-indent: 25px;
    background: url(../../images/icon_bei.png) no-repeat 0 10px;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#side_bar {
    background: url("../../images/side_bar_bg.png") no-repeat scroll;
    height: 626px;
    position: fixed;
    right: 6px;
    top: 130px;
    width: 94px;
    padding-top: 52px;
}

#side_bar>a.ic_1,
#side_bar>a.ic_2{
    background-image: url("../../images/side_bar_icon.png");
    background-repeat: no-repeat;
    color: #666666;
    display: block;
    font-size: 12px;
    height: 22px;
    margin: 8px auto 0;
    text-align: center;
    width: 60px;
}
#side_bar>a:hover {
    color: #0093d9;
}
#side_bar>a.ic_1 {
    background-position: -42px 0;
    padding-top: 28px;
}
#side_bar>a.ic_1:hover {
    background-position: 11px 0;
}
#side_bar>a.ic_2 {
    background-position: -42px -52px;
    padding-top: 32px;
}
#side_bar>a.ic_2:hover {
    background-position: 13px -52px;
}
#side_bar>div.ic_3 {
    background-image: url("../../images/side_bar_icon.png");
    background-position: -35px -105px;
    background-repeat: no-repeat;
    color: #666666;
    cursor: pointer;
    font-size: 12px;
    height: 22px;
    margin: 8px auto 0;
    padding-top: 30px;
    position: relative;
    text-align: center;
    width: 75px;
}
#side_bar>div.ic_3:hover {
    background-position: 21px -105px;
    color: #0093d9;
}
#side_bar>div.ic_3:hover .asid_share_triangle {
    display: block;
}
#side_bar>div.ic_3:hover .asid_sha_layer {
    display: block;
}
#side_bar>a.ic_4 {
    background-image: url("../../images/side_bar_pc.png");
    background-repeat: no-repeat;
	background-position: 13px 0;
    color: #666666;
    display: block;
    font-size: 12px;
    height: 22px;
    margin: 8px auto 0;
    text-align: center;
    width: 60px;
	padding-top: 30px;
}
#side_bar>a.ic_4:hover{
	background-image: url("../../images/side_bar_pc1.png");
	color: #0093d9;
}
.asid_share_triangle {
    bottom: 4px;
    display: none;
    height: 40px;
    position: absolute;
    right: 60px;
    width: 12px;
    z-index: 100;
}
.border_sj,
.con_sj {
    display: block;
    font-family: SimSun;
    font-size: 18px;
    height: 28px;
    overflow: hidden;
    width: 18px;
}
.border_sj {
    color: #ccc;
    font-style: normal;
}
.con_sj {
    color: white;
    margin: -28px 0 0 -2px;
}
.asid_sha_layer {
    border: 1px solid #ccc;
    bottom: -40px;
    display: none;
    height: 211px;
    position: absolute;
    right: 62px;
    width: 200px;
}
#side_bar>.goTop {
    background: url("../../images/goTop.png") no-repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 77px;
    position: absolute;
    width: 94px;
}

/* article */
#article_area{
	padding-bottom: 30px;
	overflow: hidden;
}
#article_area .site{
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c8dcea;
}
#article_area .site a{
	font-size: 16px;
	color: #999999;
}

#article_area .left_col{
	float: left;
	width: 290px;
	margin-top: 20px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #c8dcea;
	box-sizing: border-box;
	text-align: center;
}
#article_area .left_col .title{
	background-color: #028ff8;
	color: #fff;
	font-size: 16px;
	padding: 10px 0;
}
#article_area .left_col ul{
	
}
#article_area .left_col ul li{
	height: 48px;
	line-height: 49px;
	border-bottom: 1px solid #c8dcea;
	box-sizing: border-box;
}
#article_area .left_col ul li a{
	font-size: 15px;
	color: #333333;
	display: block;
}
#article_area .left_col ul li:hover{
	background-color: #eff6ff;
}
#article_area .left_col ul li:hover a{
	color: #0351b0;
	font-weight: bold;
}

#article_area .right_list{
	float: right;
	width: 870px;
	margin-top: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #c8dcea;
	box-sizing: border-box;
	padding: 25px;
}
#article_area .right_list ul{
	border-bottom: 1px dashed #424242;
}
#article_area .right_list ul li{
	margin-bottom: 18px;
	padding-left: 22px;
	background: url(../../images/finance_images/dot.png) no-repeat 0 center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-size: 7px;
}
#article_area .right_list ul li a{
	display: block;
	width: 600px;
	color: #333333;
}
#article_area .right_list ul li span{
	color: #999999;
}
#article_area .right_list ul li:hover a{
	color: #1952bb;
}
#article_area .page{
	text-align: center;
	padding: 15px 0 0px;
}

#article_area .right_content{
	float: right;
	width: 870px;
	margin-top: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #c8dcea;
	box-sizing: border-box;
	padding: 35px;
}
#article_area .right_content .tt{
	font-size: 22px;
	color: #333333;
	padding-bottom: 20px;
}
#article_area .right_content .date{
	font-size: 14px;
	color: #a9a9a9;
	padding-bottom: 8px;
	border-bottom: 1px solid #ededed;
}
#article_area .right_content .content{
	text-align: justify;
	font-size: 15px;
	color: #666666;
	line-height: 185%;
	padding: 20px 0px 0;
}
