@charset "utf-8";

* {
	padding: 0;
	border: 0;
	margin: 0;
	outline: none;
	font-family: "arial";
}

*, *:before, *:after {
	box-sizing: content-box;
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
}

input {
	font-family: "arial";
}

a:hover {
	text-decoration: none;
}

em, i {
	font-style: normal !important;
}

body {
	background-color: #fff;
	font-size: 12px;
	font-family: "arial";
	outline: none;
	color: #4a4a4a;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: lighter;
}

a {
	text-decoration: none;
	color: #666666;
}

.l {
	float: left;
}

.r {
	float: right;
}

.body_area {
	width: 1000px;
	margin: 0 auto;
}

.h20 {
	height: 20px;
	display: inline-block;
	width: 100%;
}

.h30 {
	height: 30px;
	display: inline-block;
	width: 100%;
}

.h50 {
	height: 50px;
	display: inline-block;
	width: 100%;
}

.h80 {
	height: 80px;
	display: inline-block;
	width: 100%;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml24 {
	margin-left: 24px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.ls {
	color: #64b3e9;
}

.rad {
	color: #d91721;
}

.green {
	color: #46b57e;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.btn_red {
	background-color: #e64644;
	color: #FFFFFF;
	cursor: pointer;
}

.btn_red:hover {
	background-color: #da2f2d;
}

.hasEm {
	font-size: 14px;
	background-size: cover !important
}

.pShow {
	display: block !important
}

.mShow {
	display: none !important
}

.section_group {
	position: relative;
	height: 100%;
	-webkit-transition: all 1000ms cubic-bezier(.86, 0, .07, 1);
	-moz-transition: all 1000ms cubic-bezier(.86, 0, .07, 1);
	-o-transition: all 1000ms cubic-bezier(.86, 0, .07, 1);
	-ms-transition: all 1000ms cubic-bezier(.86, 0, .07, 1);
	transition: all 1000ms cubic-bezier(.86, 0, .07, 1)
}

.scroll_down {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -12px;
	width: 20px;
	height: 45px;
	z-index: 999;
	cursor: pointer;
	background: url(img/bde546038ff60842.scroll_down.png) no-repeat;
	-webkit-animation: slideDown 1.6s ease-in-out 0s infinite;
	animation: slideDown 1.6s ease-in-out 0s infinite
}

.pagination {
	display: none;
	position: fixed;
	top: 50%;
	margin-top: -136px;
	right: 30px;
	width: 26px;
	z-index: 999;
	font-size: 14px;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px
}

.pagination li {
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin: 8px auto;
	padding-top: 1px;
	position: relative
}

.pagination li span {
	display: block;
	height: 8px;
	width: 8px;
	margin: 6px;
	background: url(img/e1aa231dd0d97f2d.b20.png);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	-ms-transition: 500ms;
	transition: 500ms
}

.pagination li aside {
	position: absolute;
	background: url(img/e1aa231dd0d97f2d.b20.png);
	color: #fff;
	right: 140%;
	top: 0;
	padding: 0 10px;
	white-space: nowrap;
	line-height: 1.9em;
	opacity: 0;
	height: 26px;
	line-height: 26px;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s
}

.pagination li:hover aside {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.pagination .active span {
	background: #FF6493;
	-webkit-box-shadow: 0 0 0 4px rgba(255, 100, 147, 0.4), 0 0 0 8px
		rgba(255, 100, 147, 0.3);
	-moz-box-shadow: 0 0 0 4px rgba(255, 100, 147, 0.4), 0 0 0 8px
		rgba(255, 100, 147, 0.3);
	-o-box-shadow: 0 0 0 4px rgba(255, 100, 147, 0.4), 0 0 0 8px
		rgba(255, 100, 147, 0.3);
	-ms-box-shadow: 0 0 0 4px rgba(255, 100, 147, 0.4), 0 0 0 8px
		rgba(255, 100, 147, 0.3);
	box-shadow: 0 0 0 4px rgba(255, 100, 147, 0.4), 0 0 0 8px
		rgba(255, 100, 147, 0.3)
}

.pagination .active aside {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

section {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative
}

.sos_bc {
	margin: 120px 0;
}

.sos_bc dl {
	text-align: center;
	display: inline-block;
	width: 100%;
}

.sos_bc dt {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.sos_bc dd {
	display: inline-block;
	width: 100%;
}

.sos_bc dd p {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

.sos_bc dd .a1 {
	font-size: 28px;
}

.sos_bc dd .a2 {
	font-size: 20px;
	color: #999999;
}

.sos_bc dd .a3 {
	margin-top: 35px;
}

.sos_bc dd .a3 .fh_home {
	height: 40px;
	width: 220px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #d91721;
	display: inline-block;
	text-align: center;
	line-height: 40px;
}

.bot-bton {
	border-bottom: 2px solid #d91721;
}

.cont-header {
	width: 100%;
	background-color: #fff;
	display: inline-block;
}

.cont-dh {
	margin-right: 60px;
}

.cont-dh li {
	float: left;
	line-height: 70px;
	margin-left: 48px;
	cursor: pointer;
}

.cont-dh ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	font-size: 14px;
}

.cont-dh ul li a:hover {
	color: #d91721;
}

.cont-dh ul li .hover {
	color: #d91721;
}

.search {
	width: 155px;
	height: 28px;
	border: 1px solid #d4d4d4;
	background-color: #FFFFFF;
	border-radius: 20px;
	margin: 20px 0 0 0;
}

.search .btn_1 {
	cursor: pointer;
	width: 28px;
	height: 28px;
	background: none;
	border-radius: 20px;
	background: url(../images/search_pic.png) no-repeat;
	background-size: 28px 28px;
	border: none;
}

.search .search_text {
	width: 92px;
	height: 28px;
	border: none;
	font-size: 14px;
	padding: 0 10px;
	line-height: 28px;
	color: #999999;
}

.en_ch {
	margin: 23px 0 0 30px;
}

.en_ch span {
	margin: 0 10px;
	color: #9b9b9b;
	color: #9b9b9b;
}

.en_ch a {
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	color: #9b9b9b;
}

.en_ch .hover {
	color: #d91721;
}

.head_nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}

.header {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	color: #333;
}

.index_logo {
	height: 45px;
	width: 206px;
	margin-top: 11px;
}

.index_menu li {
	float: left;
	line-height: 70px;
	margin-left: 48px;
	cursor: pointer;
}

.index_menu ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 16px;
}

.index_menu ul li a:hover {
	color: #d91721;
}

.management {
	width: 120px;
	white-space: nowrap;
	float: right;
	margin: 15px 0 0 10px;
	text-align: right;
}

.management em {
	float: left;
}

.management b {
	font-weight: lighter;
	width: 120px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.management .exit {
	background: url(../images/exit_pic.png) no-repeat 0 0px;
	margin-top: 6px;
	padding-left: 20px;
	float: right;
	display: inline-block;
}

/*menu开始*/
.imenu_bg {
	height: 70px;
	float: left;
	position:relative;
	margin-left: 33px;
}

.imenu {
	width: 107px;
	height: 70px;
	float: left;
}

.imenu .hd_j {
	width: 70px;
	height: 70px;
	background: url(../images/user_max.png) no-repeat 0 26px;
	background-size: 20px 20px;
	color: #323232;
	float: left;
	font-size: 14px;
	line-height: 70px;
	padding-left:28px;
}

.imenu_on .hd_j {
	color: #d91721;	
}


.imenu .qy_j {
	background: url(../images/qycx_max.png) no-repeat 0 26px;
	background-size: 20px 20px;
}

.imenu .xyk_j{
	background: url(../images/xyk_nva.png) no-repeat 0 26px;
	background-size: 20px 20px;
}
.imenu .tzzgx_j {
	background: url(../images/tzzgx_nva.png) no-repeat 0 26px;
	background-size: 20px 20px;
}

.submnu {
	width: 1000px;
	display: none;
	position: absolute;
	left: -239px;
	top: 70px;
	background-color: #FFFFFF;
	filter: alpha(opacity = 95);
	opacity: 0.9;
	box-shadow: #ddd 0px 2px 20px;
	*min-height: 200px;
}

.tzzgx{
	width:174px;
	left:300px;
}

.header {
	width: 100%;
	background: url(../images/hd_bg.png);
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	color: #333;
}

.index_logo {
	background: url(../images/logoer.png) no-repeat;
	height: 45px;
	width: 206px;
	margin-top: 11px;
}

.index_menu li {
	float: left;
	line-height: 70px;
	margin-left: 48px;
	cursor: pointer;
}

.index_menu ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 16px;
}

.index_menu ul li a:hover {
	color: #d91720;
}
/*点击弹出*/
.sz {
	margin: 24px 0 0 30px;
}

#sddm {
	margin: 0 auto;
	padding: 0;
	z-index: 30;
}

#sddm li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}

#sddm .aa:hover {
	background-color: #E4E4E4;
}

#sddm .aa:hover .ff {
	display: block;
}

#sddm .ff {
	width: 100%;
	background-color: #fff;
	visibility: visible;
	left: 138px;
	top: 4px;
	display: none;
}

#sddm .ff a {
	font-size: 13px;
	padding: 6px 15px 6px 28px;
}

#sddm li i {
	background: url(../images/user_pic.png) no-repeat;
	width: 86px;
	font-size: 18px;
	color: #d91721;
	padding-left: 32px;
	height: 26px;
	display: inline-block
}

#sddm div {
	-webkit-box-shadow: #ddd 0px 2px 20px;
	-moz-box-shadow: #ddd 0px 2px 20px;
	box-shadow: #ddd 0px 2px 20px;
	background-color: #FFFFFF;
	position: absolute;
	left: -20px;
	visibility: hidden;
	top: 46px;
	z-index: 10;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 8px 14px 8px 20px;
	color: #4a4a4a;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
}

#sddm div .aa {
	background: url(../images/tb_jt.png) no-repeat 110px 15px;
}

#sddm div .aa:hover {
	background: url(../images/bt_jt.png) no-repeat 110px 15px;
	background-color: #E4E4E4;
}

#sddm div a:hover {
	color: #d91721;
}
/*点击弹出*/

/*通用图标*/
.bz_tipe {
	background: url(../images/lc_x_pic.png) -153px -10px;
	width: 16px;
	margin-right: 3px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 2px;
}
/*通用图标*/
.muen_cd {
	width: 100%;
	height: 42px;
	background-color: #d91720;
	display: inline-block
}

.muen_cd ul {
	float: right;
}

.muen_cd li {
	float: left;
	line-height: 42px;
	cursor: pointer;
}

.muen_cd ul li a {
	color: #fff;
	width: 99px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 14px;
}

.muen_cd ul li a:hover {
	background-color: #b51d29;
}

.muen_cd ul li .hover {
	background-color: #b51d29;
}

.banner_5 img {
	width: 100%;
}

.bck_col {
	background-color: #f9f3f3;
	height: 36px;
	line-height: 36px;
	margin-top:112px;
}
.bck_col1 {
	background-color: #f9f3f3;
	height: 36px;
	line-height: 36px;
}

.che_tltle {
	font-size: 14px;
	background-color: #f9f3f3;
}

/*底部样式*/
.footer {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ccc;
	color: #FFFFFF;
}

.footer a {
	color: #FFFFFF;
}

.d-is1 dl {
	float: left;
	margin-right: 60px;
}

.d-is1 dt {
	font-size: 18px;
	width: 100%;
	margin-bottom: 12px;
}

.d-is1 dd {
	display: inline-block;
	width: 100%
}

.d-is1 dd li {
	line-height: 26px;
}

.d-is1 dd li a {
	font-size: 14px;
}

.d-is2 {
	float: right;
}

.d-is2 p {
	margin-bottom: 12px;
	font-size: 14px;
}

.d-is2 .d2 {
	margin-top: 24px;
}

.d-is2 .d2 span {
	margin-right: 30px;
	float: left;
	width: 98px;
	text-align: center;
	line-height: 24px;
}

.d-is2 .d2 img {
	width: 84px;
}

.dbux {
	margin: 30px 0;
	display: inline-block;
	width: 100%;
	color: #666;
}

.dbux dt {
	float: right;
}

.dbux dd {
	color: #666;
	float: left;
	line-height: 24px;
}

.dbux dd a {
	font-size: 14px;
	color: #666666;
}

.es-carousel-wrapper {
	position: relative;
	height: 56px;
}

.es-carousel {
	overflow: hidden;
	width: 880px;
	margin: 0 60px;
	padding-left: 2px;
}

.es-carousel ul {
	display: none;
}

.es-carousel ul li {
	height: 100%;
	float: left;
	display: block;
}

.es-carousel ul li a {
	display: block;
	border: 1px solid #ddd;
	padding: 16px 0;
	text-align: center;
	border-radius: 10px;
	background: url(../images/jtfk_pic_05.png) no-repeat 20px 14px;
	font-size: 14px;
	padding-left: 28px;
}

.es-carousel ul li .hover {
	border: 1px solid #d91721;
	background: url(../images/jtfk_pic_05.png) no-repeat 20px 14px;
}

.es-carousel ul li a img {
	display: block;
	border: none;
	max-height: 100%;
	max-width: 100%;
}

.es-carousel-a {
	position: relative;
	overflow: hidden;
}

.es-carousel-b {
	margin: 0 60px;
	padding-left: 2px;
	position: relative;
	overflow: hidden;
}

.es-carousel-b ul {
	display: none;
}

.es-carousel-b ul li {
	float: left;
	display: block;
	position: relative;
}

.es-carousel-b ul li .hover {
	border: 1px solid #d91721;
	background: url(../images/jtfk_pic_03.png) no-repeat 20px 14px;
}

.es-carousel-b ul li a img {
	display: block;
	border: none;
	max-height: 100%;
	max-width: 100%;
}

.es-nav span {
	position: absolute;
	top: 15px;
	left: 25px;
	background: transparent url(../images/nav.png) no-repeat;
	width: 10px;
	height: 30px;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
}

.es-nav span.es-nav-next {
	right: 23px;
	left: auto;
}

.es-nav span.es-nav-prev {
	background-position: -8px -45px;
}

.es-nav span.exPrev {
	background-position: -8px -5px;
	pointer-events: none;
	cursor: default;
}

.es-nav span.es-nav-next {
	right: 23px;
	left: auto;
	background-position: -35px -45px;
}

.es-nav span.exNext {
	background-position: -35px -5px;
	pointer-events: none;
	cursor: default;
}

.es-nav span:hover {
	opacity: 1.0;
}

/*滚屏样式*/
#superContainer {
	height: 100%;
	position: relative; /* Touch detection for Windows 8 */
	-ms-touch-action: none; /* IE 11 on Windows Phone 8.1*/
	touch-action: none;
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box; /* <=28 */
	box-sizing: border-box;
}

.fp-slide {
	float: left;
}

.fp-slide, .fp-slidesContainer {
	height: 100%;
	display: block;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
	display: table;
	width: 100%;
}

.fp-tableCell {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#scrollpage .section1 .fp-tableCell {
	vertical-align: top;
}

.box_bolck {
	position: absolute;
	width: 100%;
	height: 768px;
	top: 50%;
	margin-top: -190px;
}
/*滚屏样式*/
/*内页底部通用*/
.bpr {
	border-top: 8px solid #d91720;
}

.xyk_box {
	background-color: #d91720;
	display: inline-block;
	width: 100%;
	padding: 20px 0;
}

.xyk_box dt img {
	margin-left: 40px;
	width: 126px;
}

.xyk_box dd p {
	margin-bottom: 5px;
	font-size: 14px;
	color: #ffe6ea;
}

.xyk_box dd .n1 {
	font-size: 18px;
	margin-bottom: 18px;
}

.dbux {
	margin: 30px 0;
	display: inline-block;
	width: 100%;
	color: #666;
}

.dbux dt {
	float: right;
}

.dbux dd {
	color: #666;
	float: left;
	line-height: 24px;
}

.dbux dd a {
	font-size: 14px;
	color: #666666;
}
/*底部样式*/

/* 金融产品查询页及其子页*/
.jr_cp_title{ height:60px; background-color:#f5f5f5;}
.jr_cp_title .lc_bt{ font-size:18px; float:left; line-height:60px; font-weight:bold; padding:0 38px;}
.jr_cp_title .lc_sj{ margin:15px 10px 0 0;}
.jr_cp_title .lc_sj input{ float:left;}
.jr_cp_title .lc_sj .text_1{ width:200px; height:30px; border:1px solid #e1e1e1; padding:0 10px;}
.jr_cp_title .lc_sj .btn_1{ width:22px; height:22px; background:url(../images/lc_ss.png) no-repeat; margin:5px 0 0 10px; cursor:pointer;}
.lc_jr_list{ margin:15px 30px;}
.lc_jr_list ul{ display:inline-block; width:100%;}
.lc_jr_list li{ float:left; border-bottom:1px dashed #CCCCCC; width:100%; padding:20px 0;}
.lc_jr_list li span{ float:right;}
.no-content{padding:150px 0}
.no-content dl{ text-align:center;}
.no-content dd{ font-size:18px; margin-top:20px;}
.no-content dd em{ margin:0 10px;}
.paga_list{ text-align:right; padding:20px 0;}
.lccp_sj ul{display:inline-block; width:100%;}
.lccp_sj li{ padding:0 20px; float:left; margin-top:38px;}
.lccp_sj .line_1{ border-right:1px solid #333; width:10px; padding:0;}

.dxcp_left{ float:left; width:200px; margin-top:20px;}
.dxcp_left li{ float:left;width:100%; margin-bottom:3px;}
.dxcp_left li a{ float:left; background-color:#f0f0f0; height:46px; line-height:46px; text-align:center; width:100%;font-size:14px;}
.dxcp_left li .hover{ background-color:#d91721; color:#FFFFFF;}
.dxcp_right{ float:right; width:780px; margin-top:20px;}
.lc_sj_tab .tab-1{ border-bottom:1px solid #ebebeb;border-left:1px solid #ebebeb;border-radius: 5px;}
.lc_sj_tab .tab-1 thead{ background-color:#f3f3f3;}
.lc_sj_tab .tab-1 td{border-top:1px solid #ebebeb;border-right:1px solid #ebebeb; padding:20px 10px; text-align:center; font-size:14px;}

.bor_ty{ border:1px solid #eaeaea;border-radius: 5px;}
.bor_bod{ border:1px solid #ebebeb; height:500px;}
.jr_cp_list{ margin-top:30px;}
.vp_box{width:313px; float:left;}
.bj_m{ margin-left:30px;}
.vp_nr{ background:url(../images/vp1.png); width:313px; min-height:500px;}
.vp_mune{ background-color:#f6f6f6; padding:20px 0;}
.vp_mune dl{ text-align:center;}
.vp_mune dd{ font-size:16px; line-height:35px;}
.vp_mune .lanse{ color:#83c4e4;}
.vp_mune .hongse{ color:#e32024;}
.vp_mune .lvse{ color:#22a049;}
.vp_pic{ background:url(../images/vp2.png) no-repeat; height:64px;}
.vp_info .list_1{ padding:10px 0 0 20px;}
.vp_info .list_1 li{ width:120px; float:left; margin:12px 0 0 20px;}
.vp_info .list_1 li a{ font-size:14px;}
.vp_info .list_2{ padding:10px 0 0 20px;}
.vp_info .list_2 li{ width:240px; float:left; margin:12px 0 0 20px;}
.vp_info .list_2 li a{ font-size:14px;}

.tab-1 thead tr:first-child td:first-child {
	border-top-left-radius: 5px;
}
.tab-1 thead tr:first-child td:last-child {
	border-top-right-radius: 5px;
}
.tab-1 tbody tr:nth-child(10n+10) td:last-child {
	border-bottom-right-radius: 5px;
}
.tab-1 tbody tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}