.menu_group {
	width: 260px;
}

.menu_group .tit_box {
	line-height: 50px;
	background: #F2F2F5;
	color: #333;
	font-size: 18px;
	padding-left: 15px;
	font-weight: bold;
	border-bottom: 2px solid #e8e8e8;
}

.group_list{
	background: #fff;
}
.group_list>li{
	border-bottom: 1px solid #e8e8e8;
}
.menu_group .oper {
	cursor: pointer;
	padding: 15px;
	background: #F2F2F5;
}
.menu_group .oper>span {
	font-size: 16px;
}
.menu_group .oper>a {
	font-size: 16px;
}
.menu_group .oper>a:hover {
	color: #f03c3c;
}

.menu_group .jt {
	margin-top: 5px;
}

.group_on {
	transform: rotate(180deg) !important;
}

.group_list .cont_box {
	background: #fff;
	display: none;
}

.group_list .cont_box>div {
	position: relative;
}
.level_box2{
	display: none;
}
.level_box3{
	display: none;
}
.group_list .level_a1{
	padding: 15px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}
.group_list .level_a1:hover{
	background: #e6e6e6;
}
.group_list .level_a2{
	padding: 15px;
	padding-left: 40px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}
.group_list .level_a2:hover{
	background: #e6e6e6;
}
.group_list .level_a3{
	padding: 15px;
	padding-left: 60px;
	font-size: 16px;
	position: relative;
}
.group_list .level_a3:hover{
	background: #e6e6e6;
}
.jt_img{
	position: absolute;
	right: 0;
	top: 3px;
}
.cont_active {
	color: #f03c3c !important;
}

.main_group {
	width: 900px;
	background: #fff;
}

.main_group .top_group {
	background: #fff;
	padding: 25px;
	margin-bottom: 20px;
}

.top_group .title_box {
	/* background: #fafafc; */
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.top_group .rec_btn{
	padding: 0 15px;
	line-height: 40px;
	font-size: 16px;
	margin-top: 12px;
	color: #fff;
	text-align: center;
	background: #ec1e1e;
	background: -moz-linear-gradient(left, #ec1e1e, #ec531e);
	background: -webkit-linear-gradient(left, #ec1e1e, #ec531e);
	background: -o-linear-gradient(left, #ec1e1e, #ec531e);
	background: -ms-linear-gradient(left, #ec1e1e, #ec531e);
	background: linear-gradient(to right, #ec1e1e, #ec531e);
}

.title_box .tit {
	width: 75%;
	font-size: 24px;
	line-height: 34px !important;
	font-weight: bold;
	color: #666;
	position: relative;
	padding-left: 20px;
}
.title_box .tit::before{
	display: block;
	content: '';
	width: 8px;
	height: 24px;
	background: #ec531e;
	position: absolute;
	left: 0;
	top: 4px;
}

.top_group .title_box .share {
	position: relative;
}

.top_group .share_sp {
	color: #999;
	margin-right: 10px;
	line-height: 26px;
}
.bd_weixin_popup {
	height: 320px !important;
}

.abnews_list{
	padding-inline-start: 0 !important; /* 去除.top_group .content ul中的样式，保证今日广银重要公告那种文档列表的左侧有顶格 */
}

/* 编辑器 */
.top_group .content{
	font-size: 16px !important;
}
.top_group .content ul{
	padding-inline-start: 40px;
}
.top_group .content table{
	/* border-collapse: separate !important; */
	border-spacing: 2px !important;
}
.top_group .content div,.top_group .content p{
	line-height: 2em;
}
.top_group .content b{
	font-weight: 700 !important;
}
.top_group .H1{
	font-size: 16px;
	color: #b30000;
	margin-bottom: 10px;
	background: #f6f6f6;
	line-height: 36px !important;
	padding-left: 20px;
	font-weight: 700 !important;
}
.top_group .H1:before {
	float: left;
	width: 10px;
	height: 10px;
	background: #ffaa00;
	display: block;
	content: '';
	margin-right: 10px;
	margin-top: 12px;
}
.top_group .H1 b{
	float: left;
	line-height: 36px !important;
	font-weight: 700 !important;
}
.top_group .H1 span{
	float: left;
	line-height: 36px !important;
	font-weight: 700 !important;
}
.top_group .content img{
	max-width: 100% !important;
	height: auto !important;
}
.top_group .content li{
	list-style: disc;
}
.top_group .content a{
	color: #0000ee;
}
.top_group .content a:hover{
	text-decoration: underline;
}
/* 编辑器 */

.top_group .apply_box{
	padding: 20px 0;
	/* background: #fafafc; */
}
.top_group .apply_box .ap_btn{
	width: 100px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: relative;
	background: -moz-linear-gradient(left, #ff9933, #ff421c);
	background: -webkit-linear-gradient(left, #ff9933, #ff421c);
	background: -o-linear-gradient(left, #ff9933, #ff421c);
	background: -ms-linear-gradient(left, #ff9933, #ff421c);
	background: linear-gradient(to right, #ff9933, #ff421c);
	display: block;
}

.top_group .apply_box .ap_btn .qrbox{
	position: absolute;
	width: 160px;
	left: 50%;
	margin-left: -80px;
	bottom: 55px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 5px 2px #ddd;
	color: #999;
	line-height: 20px;
	display: none;
}
.top_group .apply_box .ap_btn:hover .qrbox{
	display: block;
}

.main_group .group_news {
	background: #fff;
	padding: 0 20px;
}

/* .group_news .tit,#about_news .tit {
	font-size: 22px;
	color: #c4202b;
	line-height: 60px;
	border-bottom: 2px solid #eee;
} */
#about_news .tit {
	font-size: 22px;
	color: #c4202b;
	line-height: 60px;
	border-bottom: 2px solid #eee;
}

.tab_cont .abnews_list{
	margin-top: 30px;
	border-top: 1px solid #f6f6f6;
}
.abnews_list li {
	line-height: 64px;
	border-bottom: 1px solid #f6f6f6;
	list-style: none !important;
}

.abnews_list .news_tit {
	width: 85%;
	font-size: 16px;
	transition: all 0.3s;
	color: #333 !important;
}

.abnews_list .news_tit:hover {
	color: #c4202b !important;
	text-decoration: none !important;
}

.abnews_list .news_tit:before {
	float: left;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #999;
	display: block;
	content: '';
	margin-right: 10px;
	margin-top: 30px;
}

.abnews_list .news_tit:hover:before {
	background: #c4202b;
}

.abnews_list .time {
	font-size: 16px;
	color: #999;
}

.pro_header {
	background: #fafafa;
	padding-bottom: 30px;
}

.pro_header .container {
	background: #fff;
	padding: 30px;
}

.pro_header .left_part {
	width: 540px;
	height: 300px;
	position: relative;
}

.pro_header .left_part:after {
	width: 1px;
	height: 100%;
	border-left: 1px dashed #cbcbcb;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: -30px;
}

.pro_header .left_part .title {
	font-size: 24px;
	margin-bottom: 15px;
	padding: 0 20px;
}

.pro_header .left_part .sign1 {
	display: inline-block;
	line-height: 24px;
	padding: 0 10px;
	background: #fff0db;
	color: #e58600;
	margin: 0 5px;
}

.pro_header .left_part .sign2 {
	display: inline-block;
	line-height: 24px;
	padding: 0 10px;
	background: #e5f1ff;
	color: #54a3ff;
	margin: 0 5px;
}

.pro_header .left_part .sign3 {
	display: inline-block;
	line-height: 24px;
	padding: 0 10px;
	background: #ccfff6;
	color: #00ccaa;
	margin: 0 5px;
}

.pro_header .left_part .percent {
	color: #ec1e1e;
	font-size: 36px;
	margin-top: 30px;
}

.pro_header .left_part .percent span {
	font-size: 24px;
}

.pro_header .left_part .tips {
	color: #999;
}

.pro_header .left_part .tips2 {
	color: #999;
	margin-bottom: 10px;
	margin-top: 20px;
}

.pro_header .left_part .cont {
	display: inline-block;
	width: 45%;
}

.pro_header .left_part .cont .p1 {
	font-size: 20px;
}

.pro_header .left_part .cont .p2 {
	color: #999
}

.pro_header .ab_box {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 10px 0;
	background: #fafafa;
}

.pro_header .ab_box .abchild {
	display: inline-block;
	width: 32%;
}

.pro_header .ab_box .p1 {
	font-size: 18px;
	margin-bottom: 5px;
}

.pro_header .ab_box .p1 .s1 {
	color: #ec1e1e;
	font-size: 20px;
}

.pro_header .ab_box .p1 .s2 {
	color: #ec1e1e;
	font-size: 20px;
}

.pro_header .ab_box .p2 {
	color: #999;
}

.pro_header .right_part {
	width: 540px;
	height: 300px;
	background: #fafafa;
	padding-top: 30px;
	overflow: hidden;
}

.pro_header .right_part .com_d {
	margin-bottom: 20px;
}

.pro_header .right_part .left_cont {
	width: 25%;
	text-align: right;
	color: #999;
	margin-right: 5%;
	padding-left: 10px;
	line-height: 20px;
}

.pro_header .right_part .right_cont {
	width: 65%;
	line-height: 20px;
}

.pro_header .remind {
	color: #ec1e1e;
	margin: 10px 0;
}

.pro_header .buy {
	display: inline-block;
	width: 200px;
	line-height: 36px;
	border-radius: 3px;
	background: #ec1e1e;
	color: #fff;
	font-size: 16px;
	margin-left: 30%;
	text-align: center;
}

.pro_header .buy:hover {
	background: -moz-linear-gradient(left, #ff9933, #ff421c);
	background: -webkit-linear-gradient(left, #ff9933, #ff421c);
	background: -o-linear-gradient(left, #ff9933, #ff421c);
	background: -ms-linear-gradient(left, #ff9933, #ff421c);
	background: linear-gradient(to right, #ff9933, #ff421c);
}

.pro_header .left_part2 {
	width: 460px;
	height: 200px;
	position: relative;
}

.pro_header .left_part2:after {
	width: 1px;
	height: 100%;
	border-left: 1px dashed #cbcbcb;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: -30px;
}

.pro_header .left_part2 .title {
	font-size: 24px;
	margin-bottom: 20px;
}

.pro_header .left_part2 .bg_box {
	padding: 15px 0;
	border-radius: 3px;
	background: -moz-linear-gradient(left, #ff9933, #ff421c);
	background: -webkit-linear-gradient(left, #ff9933, #ff421c);
	background: -o-linear-gradient(left, #ff9933, #ff421c);
	background: -ms-linear-gradient(left, #ff9933, #ff421c);
	background: linear-gradient(to right, #ff9933, #ff421c);
}

.pro_header .left_part2 .bg_box .cont {
	width: 45%;
	display: inline-block;
}

.pro_header .left_part2 .bg_box .cont .p1 {
	font-size: 24px;
	color: #fff;
}

.pro_header .left_part2 .bg_box .cont .p2 {
	color: #fff;
}

.pro_header .right_part2 {
	width: 620px;
	height: 200px;
	background: #fafafa;
	padding-top: 30px;
	overflow: hidden;
}

.pro_header .right_part2 .com_d {
	display: inline-block;
	width: 48%;
	padding-left: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}

.pro_header .right_part2 .com_d .p1 {
	width: 30%;
	color: #999;
	margin-right: 5%;
}

.pro_header .right_part2 .com_d .p2 {
	width: 60%;
}

.pro_body {
	padding-bottom: 40px;
	background: #fafafa;
}

.pro_body .tab_box {
	background: #f0f0f5;
}

.pro_body .tab_box>div {
	float: left;
	padding: 15px 0;
	width: 140px;
	font-size: 15px;
	color: #666;
	text-align: center;
	cursor: pointer;
}

.pro_body .tab_box>a {
	float: left;
	padding: 15px 0;
	width: 140px;
	font-size: 16px;
	color: #666;
	text-align: center;
	cursor: pointer;
}

.tab_active {
	color: #fff !important;
	font-weight: bold !important;
	background: #f03c3c !important;
	background: -moz-linear-gradient(left, #ec1f1e, #ec521e) !important;
	background: -webkit-linear-gradient(left, #ec1f1e, #ec521e) !important;
	background: -o-linear-gradient(left, #ec1f1e, #ec521e) !important;
	background: -ms-linear-gradient(left, #ec1f1e, #ec521e) !important;
	background: linear-gradient(to right, #ec1f1e, #ec521e) !important;
}

.pro_body .tab_cont {
	background: #fff;
	padding: 30px;
	display: none;
}

.pro_body_title {
	height: 66px;
	border-bottom: 2px solid #ec1e1e;
	line-height: 66px;
	padding: 0 20px;
	background: #fff;
}

.pro_body_title span {
	font-size: 22px;
	color: #666;
	font-weight: bold;
}
.pro_body_title a {
	font-size: 22px;
	color: #666;
	font-weight: bold;
}
.pro_title_on{
	color: #ec1e1e !important;
}
.pro_body_title a:first-child:after{
	width: 1px;
	height: 20px;
	background: #e5e5e5;
	display: inline-block;
	content: '';
	margin: 0 20px;
	vertical-align: middle;
}

.pro_body .pad_box {
	padding: 20px 20px 0;
	background: #fff;
}

.main_chose {
	background: #fafafc;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}
.main_chose .showmore{
	width: 90px;
	background: #fafafc;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -45px;
	bottom: -12px;
	cursor: pointer;
	display: table-cell;
}
.main_chose .showmore span{
	color: #666;
	line-height: 30px;
}
.main_chose .showmore img{
	vertical-align: middle;
	transition: all 0.3s;
	transform: rotate(180deg);
}
.height_box{
	height: 114px;
	overflow: hidden;
}

.main_chose .com_row {
	margin-bottom: 20px;
}

.main_chose .tit {
	width: 10%;
	margin-right: 2%;
	color: #a5a5a5;
	line-height: 28px;
}

.main_chose .cho_box {
	width: 85%;
	border-bottom: 1px dashed #c8c8c8;
}

.main_chose .cho_box li {
	float: left;
	color: #5e5e5e;
	padding: 0 10px;
	line-height: 28px;
	margin-bottom: 8px;
	margin-right: 10px;
	cursor: pointer;
}
.cho_child_cont{
	padding-left: 58px;
	display: none;
	background: #f0f0f2;
	padding-top: 10px;
}
.cho_child_cont .cho_child{
	color: #5e5e5e;
	padding: 0 10px;
	line-height: 28px;
	margin-bottom: 8px;
	margin-right: 10px;
	cursor: pointer;
}
.price_interval {
	color: #5e5e5e;
	padding: 0 10px;
	line-height: 28px;
	margin-bottom: 8px;
}
.price_interval input{
	margin-left: 5px;
	width: 100px;
	padding: 4px 5px;
	outline: 0;
	font-size: 15px;
	border: 1px solid #ddd;
}
.enter_interval{
	width: 50px;
	height: 28px;
	color: #fff;
	text-align: center;
	background: #ec1e1e;
	border: 0;
	outline: 0;
	cursor: pointer;
	float: left;
	margin-left: 10px;
}
.phone_interval{
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
	display: -moz-box; /* Firefox 17- */  
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */  
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */  
	justify-content: space-between;
}
.phone_interval input{
	width: 32%;
	height: 46px;
	font-size: 18px;
	border: 1px solid #ddd;
	outline: 0;
	padding: 0 10px;
}
.phone_interval .inter_btn{
	width: 32%;
	color: #fff;
	background: #ec1e1e;
	font-size: 18px;
	border: 0;
	outline: 0;
	display: block;
}

.cho_active {
	color: #fff !important;
	background: #ec1e1e;
	border-radius: 3px;
}

.main_chose .cho_box li input {
	width: 100px;
	/* height: 28px; */
	padding: 5.5px 0;
	outline: 0;
	border: 1px solid #e5e5e5;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	padding-left: 10px;
}

.insur_list {
	margin-top: 20px;
}

.insur_list li {
	width: 100%;
	height: 100px;
	transition: all 0.3s;
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	display: table;
	table-layout: fixed;
}

.insur_list li:hover {
	box-shadow: 0 0 5px 2px #ddd;
}

.insur_list .td1,
.insur_list .td2,
.insur_list .td3 {
	display: table-cell;
	vertical-align: middle;
	height: inherit
}

.insur_list .td1 {
	width: 40%;
}

.insur_list .td2 {
	width: 20%;
	padding-right: 20px;
}

.insur_list .td3 {
	width: 15%;
}

.insur_list .td1 .tit {
	font-size: 18px;
	padding-right: 20px;
}

.insur_list .td1 .lab {
	display: inline-block;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	color: #e58600;
	background: #fff0db;
	padding: 0 10px;
	margin-top: 5px;
	max-width: 95%;
}

.insur_list .p1 {
	font-size: 24px;
}

.insur_list .p2 {
	color: #999;
	margin-top: 5px;
}

.insur_list .check_detail {
	width: 90%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	color: #ec1e1e;
	font-size: 16px;
	display: inline-block;
	transition: all 0.3s;
}

.insur_list li:hover .check_detail {
	background: #ec1e1e;
	color: #fff;
}

.main_chose .input_box {
	width: 220px;
	height: 40px;
	border: 1px solid #e5e5e5;
	position: relative;
	margin-right: 20px;
}

.main_chose .input_box input[type='text'] {
	width: 100%;
	/* height: 100%; */
	outline: 0;
	border: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 30px;
	display: block;
	color: #666;
	font-size: 14.5px;
}

.main_chose .input_box .search_btn {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 12px;
	right: 10px;
	cursor: pointer;
	background: url(img40.png) no-repeat;
	border: 0;
	outline: 0;
}

.com_sel_box {
	width: 220px;
	height: 40px;
	border: 1px solid #e5e5e5;
	position: relative;
	margin-right: 20px;
	background: #fff;
	cursor: pointer;
}
.com_sel_box .jt{
	position: absolute;
	right: 10px;
	top: 13px;
}
.com_sel_box .sel_cont{
	width: 100%;
	height: 100%;
	line-height: 38px;
	padding-left: 10px;
	padding-right: 30px;
	color: #666;
	border: 0;
	outline: 0;
	font-size: 15px;
}
.com_sel_box .sel_list{
	position: absolute;
	width: 100%;
	border: 1px solid #f1eded;
	z-index: 99999;
	background: #fff;
	display: none;
}
.com_sel_box .sel_list li{
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	padding: 8px 10px;
	transition: all 0.3s;
	color: #666;
	text-align: left;
}
.com_sel_box .sel_list li:hover{
	background: #fde9e9;
}
.funds_tool{
	line-height: 40px;
	color: #fff;
	background: #ec1e1e;
	padding: 0 10px;
	border-radius: 3px;
	cursor: pointer;
}
.funds_header{
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #fafafc;
	height: 42px;
	margin-top: 20px;
	color: #666;
	padding: 0 20px;
	position: relative;
	margin-bottom: 2px;
}
.funds_header .fun_td1{
	cursor: pointer;
}
.fun_on{
	color: #ec1e1e !important;
}

.funds_list li {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 80px;
	transition: all 0.3s;
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
}

.funds_list li:hover {
	box-shadow: 0 0 5px 2px #ddd;
}


.fun_td1,
.fun_td2,
.fun_td3 {
	display: table-cell;
	vertical-align: middle;
	height: inherit;
}

.fun_td1 {
	width: 18%;
}

.fun_td2 {
	width: 8%;
	text-align: center;
}
.fun_td3 {
	width: 10%;
}
.fun_td4 {
	display: table-cell;
	vertical-align: middle;
	height: inherit;
	width: 10%;
	text-align: center;
}
.funds_list .p2{
	color: #666;
	margin-top: 10px;
}
.funds_list .check_detail {
	width: 40px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	color: #ec1e1e;
	display: inline-block;
	transition: all 0.3s;
}

.funds_list li:hover .check_detail {
	background: #ec1e1e;
	color: #fff;
}
.funds_list .count {
	width: 40px;
	height: 30px;
	line-height: 30px;
	color: #5b9fe2;
	display: inline-block;
	cursor: pointer;
}

.mpro_list li {
	transition: all 0.3s;
	padding: 15px 30px 0;
	border-bottom: 1px solid #f5f5f5;
}

.mpro_list li:hover {
	box-shadow: 0 0 5px 2px #ddd;
}
.mpro_list .list_tit .tit{
	max-width: 80%;
	font-size: 18px;
}
.mpro_list .list_tit .s1{
	line-height: 24px;
	color: #e58600;
	background: #fff0db;
	margin-left: 10px;
	padding: 0 10px;
}
.mpro_list .list_tit .s2{
	line-height: 24px;
	color: #ec1e1e;
	background: #ffebeb;
	margin-left: 10px;
	padding: 0 10px;
}
.mpro_list .list_tit .s3{
	line-height: 24px;
	color: #00ccaa;
	background: #ccfff6;
	margin-left: 10px;
	padding: 0 10px;
}
.mpro_list .list_tit .s4{
	line-height: 24px;
	color: #54a3ff;
	background: #e5f1ff;
	margin-left: 10px;
	padding: 0 10px;
}
.mpro_list .mpro_row{
	width: 100%;
	height: 100px;
	display: table;
	table-layout: fixed;
}

.mpro_list .td1,
.mpro_list .td2 {
	display: table-cell;
	vertical-align: middle;
	height: inherit
}

.mpro_list .td1 {
	width: 15%;
}

.mpro_list .td2 {
	width: 10%;
}

.mpro_list .p1 {
	font-size: 20px;
	line-height: 24px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mpro_on{
	color: #ec1e1e !important;
}

.mpro_list .p2 {
	color: #999;
	margin-top: 5px;
}

.mpro_list .check_detail {
	width: 90%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	color: #ec1e1e;
	font-size: 16px;
	display: inline-block;
	transition: all 0.3s;
}

.mpro_list li:hover .check_detail {
	background: #ec1e1e;
	color: #fff;
}

.main_echart{
	margin-bottom: 60px;
	width: 100%;
}
.main_echart .title{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}
.area_chose{
	margin-bottom: 20px;
}
.area_chose .com_sel_box{
	display: inline-block;
}
.area_chose .area_span{
	display: inline-block;
	color: #999;
}
.check_echart{
	display: inline-block;
	width: 120px;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	background: #ec1e1e;
	cursor: pointer;
	opacity: 0.85;
	filter: Alpha(Opacity=85);
}
.check_echart:hover{
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.custom_table{
	width: 100%;
	table-layout: fixed;
}
.custom_table td{
	width: 25%;
	height: 44px;
	border: 1px solid #ddd;
	word-wrap:break-word;
	padding: 0 3px;
}
.custom_table thead td{
	background: #ebebf0;
	font-size: 16px;
	border-right: 1px solid #ddd;
}
.custom_table thead tr td:last-child{
	border-right: 1px solid #ddd;
}
.custom_table tbody td{
	height: 50px;
	color: #666;
	padding: 0 10px;
}
.custom_table tbody tr:hover{
	background: #fafafc;
}

.th_box{
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	padding: 0 20px;
	background: #fafafc;
	margin-bottom: 20px;
}
.th_box a{
	font-size: 16px;
	color: #666;
	font-weight: normal;
}
.intro_tit{
	font-size: 16px;
	text-align: justify;
	line-height: 30px;
	margin-bottom: 20px;
}
.pic_list{
	margin-bottom: 40px;
}
.pic_list li{
	width: 33.33%;
	height: 170px;
	float: left;
	position: relative;
}
.pic_list li .zz_li{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	transition: all 0.3s;
	left: 0;
	top: 0;
}
.pic_list li:hover .zz_li{
	background: rgba(0,0,0,0);
}
.pic_list .img_box{
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.pic_list .img_box img{
	transition: all 0.5s ease-in;
	height: 170px;
}
.pic_list li:hover img{
	transform: scale(1.1);
}
.pic_list .cont{
	width: 50%;
	height: 100%;
	background: #e30026;
	padding: 10px 10px 0;
	overflow: hidden;
}
.pic_list .cont .tit{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.pic_list .cont .time{
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.pic_list .cont .line{
	width: 40px;
	height: 3px;
	background: #fff;
}
.th_intro{
	padding-bottom: 40px;
}
.th_intro .cont{
	width: 49%;
	height: 80px;
	margin-right: 2%;
	line-height: 80px;
	font-size: 24px;
	padding: 0 30px;
	transition: all 0.3s;
}
.th_intro .cont span{
	color: #666666;
	font-size: 16px;
	margin-left: 10px;
}
.th_intro .cont:nth-child(1){
	background: url(img55.jpg) no-repeat right;
	background-size: cover;
}
.th_intro .cont:nth-child(2n){
	margin-right: 0;
	background: url(img56.jpg) no-repeat right;background-size: cover;
}
.th_intro .cont:hover{
	box-shadow: 0 0 5px 3px #ddd;
}

.bank_intro{
	padding-left: 40px;
	padding-top: 40px;
}
.intro_content{
	position: relative;
	padding: 40px;
	box-shadow: 0 0 10px 5px #eee;
	margin-bottom: 60px;
	border: 1px solid #ddd;
}
.intro_content .intro_lab{
	width: 130px;
	line-height: 50px !important;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: -25px;
	left: -40px;
	background: #ec1e1e;
	background: -moz-linear-gradient(left, #ec1e1e, #ec531e);
	background: -webkit-linear-gradient(left, #ec1e1e, #ec531e);
	background: -o-linear-gradient(left, #ec1e1e, #ec531e);
	background: -ms-linear-gradient(left, #ec1e1e, #ec531e);
	background: linear-gradient(to right, #ec1e1e, #ec531e);
}
.intro_content .cont{
	width: 60%;
}
.intro_content .img_box{
	width: 35%;
}
.intro_content .p1{
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 20px;
}
.intro_content .p1_b{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.vip_title{
	height: 50px;
	background: #f0f0f5;
	margin-bottom: 20px;
}
.vip_title .title{
	width: 130px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #ec1e1e;
	background: -moz-linear-gradient(left, #ec1e1e, #ec531e);
	background: -webkit-linear-gradient(left, #ec1e1e, #ec531e);
	background: -o-linear-gradient(left, #ec1e1e, #ec531e);
	background: -ms-linear-gradient(left, #ec1e1e, #ec531e);
	background: linear-gradient(to right, #ec1e1e, #ec531e);
}
.vip_content{
	font-size: 18px;
	line-height: 36px;
	padding-bottom: 40px;
}
.vip_tips{
	font-size: 16px;
	color: #666;
	margin-bottom: 40px;
}
.vip_qr{
	padding-bottom: 40px;
}
.vip_qr .qrbox{
	display: inline-block;
	font-size: 16px;
	margin: 0 20px;
	line-height: 24px;
}
.vip_qr .qrbox img{
	width: 120px;
}
.vip_link{
	margin-bottom: 40px;
	overflow: hidden;
}
.vip_bg{
	width: 255px;
	height: 200px;
	padding-top: 90px;
}
.vip_bg .tit1{
	font-size: 20px;
	margin-bottom: 10px;
}
.vip_bg .tit2{
	color: #555;
	line-height: 24px;
}
.vip_bg1{
	background: url(img84.jpg) no-repeat center top;
}
.vip_bg2{
	background: url(img85.jpg) no-repeat center top;
}
.vip_bg3{
	background: url(img86.jpg) no-repeat center top;
}
.vip_bg4{
	background: url(img87.jpg) no-repeat center top;
}
#owl-link>.owl-controls{
    margin-top: 20px;
}
#owl-link .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fbdada;
    overflow: hidden;
}
#owl-link .owl-controls .owl-page.active span{
    background: #ec1e1e;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.main_honor{
	width: 640px;
	margin: 0 auto;
}
.main_honor .honor_top{
	margin-bottom: 40px;
}
.main_honor .honor_top .honor_box{
	background: #ffe5e5;
	border-left: 1px solid #ec1f1f;
	border-right: 1px solid #ec1f1f;
	padding-top: 20px;
}
.main_honor .honor_top .honor_box .hon_title{
	width: 75%;
	margin: 0 auto 20px;
}
.main_honor .honor_top .honor_box .hon_title:last-child{
	margin-bottom: 0;
}
.main_honor .honor_top .honor_box .hon_title .title{
	width: 90%;
	color: #ec1f1f;
	font-size: 22px;
}
.main_honor .honor_top .honor_box .hon_title img{
	margin-right: 10px;
	margin-top: 5px;
}
.honor_mid{
	width: 85%;
	margin: 0 auto;
}
.honor_list{
	border-left: 2px dashed #e5e5e5;
	padding: 0 30px;
}
.honor_list li{
	margin-bottom: 20px;
	position: relative;
	background: #ffe5e5;
	padding: 20px;
	transition: all 0.3s;
}
.honor_list li .ball{
	position: absolute;
	left: -41px;
	top: 50%;
	margin-top: -31px;
	opacity: 0;
	transition: all 0.5s;
}
.honor_list li:hover .ball{
	opacity: 1;
}
.honor_list li .point{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e5e5e5;
	top: 50%;
	margin-top: -5px;
	left: -36px;
	position: absolute;
}
.honor_list .list_box .time{
	color: #ec1d1e;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	transition: all 0.3s;
}
.honor_list .list_box .tit{
	color: #ec1d1e;
	font-size: 18px;
	transition: all 0.3s;
}
.honor_list li:hover{
	background: #ec1f1f;
}
.honor_list li:hover .time,.honor_list li:hover .tit{
	color: #fff;
}

.hist_top{
	margin-bottom: 50px;
}
.hist_top .hist_tab{
	width: 258px;
	height: 63px;
	float: left;
	line-height: 63px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-right: 30px;
	cursor: pointer;
	background: url(img100.png) right center;
}
.hist_on{
	height: 79px !important;
	line-height: 79px !important;
	font-weight: bold;
	background: url(img101.png) right center !important;
}
.hist_top .hist_tab:last-child{
	margin-right: 0;
}
.main_hist{
	width: 640px;
	margin: 0 auto;
}
.hist_mid{
	width: 85%;
	margin: 0 auto;
}
.hist_list{
	border-left: 2px dashed #e5e5e5;
	padding: 0 30px;
	display: none;
}
.hist_list li{
	margin-bottom: 20px;
	position: relative;
	background: #ffe5e5;
	transition: all 0.3s;
}
.hist_list li .ball{
	position: absolute;
	left: -41px;
	top: 50%;
	margin-top: -31px;
	opacity: 0;
	transition: all 0.5s;
}
.hist_list li:hover .ball{
	opacity: 1;
}
.hist_list li .point{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e5e5e5;
	top: 50%;
	margin-top: -5px;
	left: -36px;
	position: absolute;
}
.hist_list .list_box{
	width: 70%;
	padding: 20px 0 20px 20px;
}
.hist_list .list_box .time{
	color: #ec1d1e;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	transition: all 0.3s;
}
.hist_list .list_box .tit{
	color: #ec1d1e;
	font-size: 18px;
	transition: all 0.3s;
}
.hist_list li:hover{
	background: #ec1f1f;
}
.hist_list li:hover .time,.hist_list li:hover .tit{
	color: #fff;
}
.hist_list .img_box{
	width: 26%;
	height: 98px;
	margin-top: 2px;
	margin-right: 2px;
	overflow: hidden;
}

.main_form{
	background: #fff;
	padding: 30px;
}
.main_form .form_title{
	font-size: 22px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #e5e5e5;
}
.main_form .tips_head{
	color: #666;
	margin-bottom: 40px;
}
.form_content{
	width: 320px;
	margin: 0 auto;
}
.form_content .com_box{
	margin-bottom: 25px;
	position: relative;
}
.form_content .com_box .titie{
	width: 240px;
	position: absolute;
	line-height: 40px;
	right: 330px;
	text-align: right;
}
.form_content .com_box .titie span{
	color: #ec1e1e;
}
.form_content .com_box .input_type1{
	width: 100%;
	border: 1px solid #d6d6d6;
	padding: 10px 40px 10px 10px;
	font-size: 15px;
	color: #666;
}
.form_content .com_box .input_type2{
	width: 100px;
	/* height: 40px; */
	border: 1px solid #d6d6d6;
	padding: 10px;
	font-size: 15px;
	color: #666;
}
.form_content .com_box .input_type3{
	width: 20%;
	border: 1px solid #d6d6d6;
	padding: 10px;
	font-size: 15px;
	color: #666;
}
.input_type3_spen{
	line-height: 40px;
	margin: 0 5px;
	float: left;
}
.form_content .code_box{
	width: 100px;
	height: 40px;
	margin: 0 10px;
	overflow: hidden;
}
.form_content .reset_code{
	line-height: 40px;
	color: #999;
	cursor: pointer;
}
.form_content .reset_code:hover{
	text-decoration: underline;
}
.form_content .sub_btn{
	width: 155px;
	height: 40px;
	border: 0;
	outline: 0;
	background: #ec1e1e;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.form_content .reset_btn{
	width: 155px;
	height: 40px;
	border: 1px solid #ec1e1e;
	outline: 0;
	background: #fff;
	color: #ec1e1e;
	font-size: 16px;
	cursor: pointer;
	border-radius: 0;
}

.main_form .tips_box{
	background: #fafafa;
	padding: 30px;
	margin-top: 40px;
}
.main_form .tips_box .tips{
	color: #999;
	line-height: 40px;
}
.main_form .tips_box .tips_cont{
	width: 35%;
	color: #999;
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.main_form .tips_box .qrbox{
	width: 120px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	padding: 10px 10px 0;
}
.form_content .com_box .com_sel_box{
	width: 100%;
	height: 40px;
	border: 1px solid #d6d6d6;
}
.form_content .com_box .com_sel_box .sel_cont{
	line-height: 38px;
}
.main_step{
	margin-bottom: 40px;
	padding-top: 20px;
}
.main_step .step_box{
	display: inline-block;
	vertical-align: middle;
}
.main_step .step_box .step_title{
	margin-top: 5px;
	color: #888;
}
.main_step .img_line{
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px;
}
.step_active{
	color: #ec1e1e !important;
}
.main_form .query_open{
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ec1e1e;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin: 60px auto 0;
	display: block;
}
.main_webmap{
	border: 1px solid #ffcccc;
}
.webmap_title{
	line-height: 50px;
	height: 50px;
	background: #faf7f7;
	padding: 0 20px;
}
.web_list{
	padding: 30px 40px 10px;
}
.web_list li{
	float: left;
	width: 16.5%;
	margin-bottom: 20px;
}
.web_list li a{
	color: #e00000;
	padding-left: 20px;
}

.search_head{
	/* height: 42px; */
	border: 1px solid #ec1e1e;
	position: relative;
	margin-bottom: 20px;
}
.search_head .sear_input{
	width: 100%;
	padding-top: 11px;
	padding-bottom: 11px;
	border: 0;
	outline: 0;
	padding-left: 10px;
	padding-right: 170px;
	font-size: 16px;
}
.search_head .sear_btn{
	width: 160px;
	height: 100%;
	border: 0;
	outline: 0;
	background: url(img111.jpg) center no-repeat;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.main_search .time{
	color: #999;
	line-height: 42px;
	font-size: 14px;
}
.sear_tab{
	height: 42px;
	background: #f8f8f8;
	padding: 0 20px;
	margin-bottom: 40px;
	margin-top: 10px;
}
.sear_tab .tab{
	float: left;
	width: 120px;
	color: #999;
	font-size: 16px;
	line-height: 42px;
	cursor: pointer;
	position: relative;
	text-align: center;
	margin-right: 20px;
}
.sear_tab .tab:before{
	float: left;
	width: 2px;
	height: 20px;
	background: #cecece;
	content: '';
	margin-top: 11px;
	transform: rotate(20deg);
	margin-right: 30px;
}
.sear_tab .tab:first-child{
	margin-right: 0;
}
.sear_tab .tab:first-child:before{
	display: none;
}
.sear_tab .tab img{
	margin-left: 5px;
	margin-top: 18px;
}
.sear_tab_on{
	color: #333 !important;
	font-weight: bold;
}
.sear_tab .tab .tab_slide{
	position: absolute;
	top: 42px;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px 3px #eee;
	display: none;
}
.sear_tab .tab .tab_slide li{
	line-height: 45px;
	font-size: 16px;
	text-align: center;
}
.sear_tab .tab .tab_slide li:hover{
	background: #eee;
}
.sear_list li{
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
.sear_list .title{
	font-size: 18px;
	color: #3976e5;
	margin-bottom: 10px;
	max-width: 100%;
}
.sear_list .title .sear_s{
	color: #ba0000 !important;
}
.sear_list .title .sear_lab{
	background: #ec1e1e;
	color: #fff;
	line-height: 26px;
	padding: 0 6px;
	display: inline-block;
	font-size: 12px;
	border-radius: 3px;
}
.sear_list .title .sear_lab img{
	float: left;
	margin-right: 5px;
	margin-top: 6px;
}
.sear_list .sear_time{
	color: #999;
	width: 12%;
}
.sear_list .sear_cont{
	width: 85%;
}
.sear_list .sear_cont .sear_p1{
	color: #999;
	margin-bottom: 10px;
}
.sear_list .sear_link{
	color: #2aa863;
	margin-right: 20px;
	word-wrap:break-word;
}
.sear_list .sear_link:hover{
	text-decoration: underline;
}
.sear_list .sear_link2{
	color: #2aa863;
}
.time_cho{
	position: absolute;
	width: 360px;
	top: 42px;
	left: 0;
	padding: 0 10px;
	background: #fff;
	box-shadow: 0 0 5px 3px #eee;
	display: none;
}
.time_cho span{
	font-size: 14px;
}
.time_cho .pc_calendar{
	width: 120px;
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	outline: 0;
	border: 0;
	text-align: center;
}
.time_cho .enter{
	width: 60px;
	height: 30px;
	line-height: 28px;
	background: #ec1e1e;
	border: 0;
	outline: 0;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	margin-top: 6px;
}
.time_cho img{
	margin-left: 0 !important;
	margin-top: 13px !important;
}
.time_cho .ph_calendar{
	display: none;
	width: 150px;
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	outline: 0;
	border: 0;
	text-align: center;
}
.rate_tips{
	padding: 20px;
	background: #fafafc;
	margin-top: 20px;
	color: #666;
}
.rate_title{
	margin-bottom: 10px;
	color: #666;
}
.ck_title{
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}
.promsg_input{
	width: 400px;
	padding: 10px;
	border: 0;
	outline: 0;
	font-size: 15px;
	color: #666;
	margin-right: 20px;
	border: 1px solid #e5e5e5;
}
.pro_btn{
	width: 120px;
	height: 40px;
	border-radius: 3px;
	background: #ec1e1e;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.pro_table {
    width: 100%;
    table-layout: fixed;
}
.pro_table td{
	width: 10%;
	border: 1px solid #ddd;
}
.pro_table thead td{
	height: 44px;
	background: #ebebf0;
	font-size: 16px;
	border-right: 1px solid #ddd;
}
.pro_table thead tr td:last-child{
	border-right: 1px solid #ddd;
}
.pro_table tbody td{
	height: 90px;
	color: #666;
	word-wrap:break-word
}
.pro_table tbody tr:hover{
	background: #fafafc;
}
.pro_table .w20{
	width: 20%;
	padding: 0 5px;
}
.pro_table .w25{
	width: 25%;
	padding: 0 5px;
}
.pro_table .w30{
	width: 30%;
	padding: 0 5px;
}
.pro_table .w40{
	width: 40%;
	padding: 0 5px;
}
.pro_table .w50{
	width: 50%;
	padding: 0 5px;
}
.tool_tab{
	margin-top: 40px;
	margin-bottom: 20px;
}
.tool_tab .tool_btn{
	display: inline-block;
	padding: 8px 10px;
	border: 1px solid #ec1e1e;
	color: #ec1e1e;
	border-radius: 5px;
	margin: 0 5px;
	cursor: pointer;
}
.tool_on{
	background: #ec1e1e;
	color: #fff !important;
}
.com_box_bgc1,.com_box_bgc2{
	margin-bottom: 10px !important;
}
.com_box_bgc1 input{
	background: #f7f8fa;
}
.com_box_bgc2 input{
	background: #edeef0;
}
.form_content .com_box .unit{
	position: absolute;
	right: 10px;
	color: #999;
	line-height: 40px;
}
.main_res{
	width: 600px;
	margin: 0px auto 0;
}
.main_res .res_box{
	margin-bottom: 2px;
}
.main_res .t_box{
	line-height: 44px;
	font-size: 16px;
	background: #ebebf0;
}
.main_res .res_box .part1{
	width: 35%;
	line-height: 44px;
	color: #666;
	font-size: 16px;
	padding: 0 5%;
	text-align: right;
	background: #ebebf0;
}
.main_res .res_box .part2{
	width: 65%;
	line-height: 44px;
	color: #666;
	font-size: 16px;
	padding: 0 5%;
	background: #fafafc;
}
.atm_tab{
	margin-bottom: 20px;
}
.atm_tab>div{
	float: left;
	background: #d6d5e0;
	line-height: 40px;
	padding: 0 20px;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	margin-right: 2px;
}
.atm_on{
	background: #ec1e1e !important;
}
.atm_btn {
    width: 120px;
    height: 36px;
    background: #ec1e1e;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.model .model_child{
	line-height: 36px;
	padding: 0 20px;
	background: #f0eded;
	margin-right: 10px;
	color: #666;
	cursor: pointer;
}
.model_child img{
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}
.model_on{
	background: #ec1e1e !important;
	color: #fff !important;
}
.atmmsg_tab{
	display: none;
	margin-top: 20px;
}
.atm_input{
	width: 160px;
	padding: 8px 10px;
	border: 0;
	outline: 0;
	font-size: 15px;
	color: #666;
	margin-right: 10px;
	border: 1px solid #e5e5e5;
}
.operation{
	height: 36px;
	line-height: 36px;
	background: #f0eded;
	padding: 0 20px;
	color: #666;
	margin-right: 10px;
	cursor: pointer;
}
.operation img{
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}
.operation:hover{
	background: #ec1e1e;
	color: #fff;
}
.mainMap{
	height: 650px;
	overflow: hidden;
	position: relative;
}
.k_box{
	background: #fff;
	padding: 10px;
}
.k_box label{
	margin-right: 20px;
	cursor: pointer;
}
.k_box input{
	margin-right: 5px;
}
.atm_list{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 320px;
	box-shadow: 0 0 2px 2px #ddd;
	z-index: 1;
}
.atm_list .title{
	position: relative;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #fafafa;
	cursor: pointer;
}
.atm_list .title img{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4.5px;
	cursor: pointer;
}
.atm_ul{
	max-height: 480px;
	overflow-y: scroll;
}
.atm_ul li{
	padding: 10px;
	border-bottom: 1px solid #f5f5f5;
	background: #fff;
	cursor: pointer;
}
.atm_ul .cont{
	width: 90%;
	padding-left: 10px;
}
.atm_ul .cont .tit1{
	color: #3d6dcc;
	margin-bottom: 10px;
}
.atm_ul .cont .tit2{
	color: #999;
	line-height: 24px;
}

.news_title_box{
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: dashed 1px #d5d5d5;
}
.news_title{
	font-size: 24px;
	margin-bottom: 20px;
}
.news_title2{
	font-size: 16px;
	margin-bottom: 40px;
	color: #666;
}
.news_title_box .share{
	position: relative;
}
.news_title_box .time{
	line-height: 26px;
	margin-right: 20px;
	color: #999;
}
.news_title_box .print{
	line-height: 26px;
	margin-right: 10px;
	color: #999;
}
.news_title_box .print span{
	cursor: pointer;
}

.swiper-tab{
	height: 50px;
	background: #f0f0f5;
	display: none;
}
.swiper-tab .child{
	line-height: 50px;
	padding: 0 8px;
	font-size: 18px;
}
.sx_phone{
	width: 20%;
	display: table-cell;
	vertical-align: middle;
	height: inherit;
	font-size: 14px;
	display: none;
}
.sx_phone img{
	width: 16px;
	margin-right: 3px;
	vertical-align: middle;
	margin-top: -3px;
}
.main_sx_phone{
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	border-bottom: 1px solid #ddd;
	display: none;
}
.sx_cont{
	border-top: 1px solid #ddd;
	background: #fff;
	height: 400px;
	overflow-y: scroll;
	padding: 0 20px;
}
.main_sx_phone .cancel{
	width: 50%;
	height: 55px;
	line-height: 55px;
	border-top: 1px solid #ddd;
	background: #fff;
	font-size: 22px;
}
.main_sx_phone .complete{
	width: 50%;
	height: 55px;
	line-height: 55px;
	color: #fff;
	background: #ec1e1e;
	font-size: 22px;
	color: #fff;
}
.sx_title{
	padding-top: 20px;
	text-align: left;
	font-size: 20px;
	margin-bottom: 20px;
}
.sx_list li{
	float: left;
	width: 31%;
	line-height: 46px;
	background: #f7f7f7;
	border-radius: 2px;
	margin-right: 2%;
	padding: 0 20px;
	font-size: 18px;
	margin-bottom: 10px;
}
.sx_list_child div{
	float: left;
	width: 31%;
	line-height: 46px;
	background: #f7f7f7;
	border-radius: 2px;
	margin-right: 2%;
	padding: 0 20px;
	font-size: 18px;
	margin-bottom: 10px;
}
.sx_active{
	color: #ec1e1e !important;
	background: #ffebeb !important;
}
.sx_list_child{
	background: #c9c9c9;
	padding: 10px 10px 0;
	display: none;
}
.posst{
	z-index: 10;
}
.phone_sel{
	width: 180px;
	margin-right: 10px;
	display: none;
}
.phone_sel select,.phone_sel input{
	width: 100%;
	height: 40px;
	border: 1px solid #e5e5e5;
	position: relative;
	background: #fff;
	color: #666;
	font-size: 15px;
	outline: 0;
	padding: 0 10px;
	border-radius: 0;
}
.input_data{
	padding-right: 10px !important;
}
.table_phone{
	background: #fff;
	display: none;
}
.table_phone .left_table{
	width: 50%;
}
.table_phone .right_table{
	width: 50%;
	overflow-x: scroll;
}
.scroll_table{
	width: 840px;
}
.scroll_table td{
	width: 120px;
	border: 1px solid #ddd;
}
.scroll_table thead td{
	height: 44px;
	background: #ebebf0;
	font-size: 16px;
	font-weight: bold;
	border-right: 1px solid #ddd;
}
.scroll_table thead tr td:last-child{
	border-right: 1px solid #ddd;
}
.scroll_table tbody td{
	height: 90px;
	color: #666;
	word-wrap:break-word
}
.sel_city{
	width: 160px;
	height: 36px;
	line-height: 34px;
	padding: 0 10px;
	border: 0;
	outline: 0;
	font-size: 15px;
	color: #666;
	margin-right: 10px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
.swiper-atm{
	width: 100%;
	display: none;
	height: 40px;
    background: #d6d5e0;
	margin-bottom: 10px !important;
}
.swiper-atm .child {
	line-height: 40px;
	padding: 0 10px;
	font-size: 15px;
	color: #fff;
}

.com_msg{
	margin-bottom: 25px;
}
.com_msg .titie {
	width: 12%;
    line-height: 40px;
    text-align: right;
	padding-right: 10px;
}
.com_msg .input_msg1 {
    width: 38%;
    border: 1px solid #d6d6d6;
    padding: 10px;
    font-size: 15px;
    color: #666;
}
.com_msg .input_msg2 {
    width: 88%;
    border: 1px solid #d6d6d6;
    padding: 10px;
    font-size: 15px;
    color: #666;
}
.com_msg .input_msg3 {
    width: 20%;
    border: 1px solid #d6d6d6;
    padding: 10px;
    font-size: 15px;
    color: #666;
}
.com_msg textarea{
	height: 100px;
}
.mz_tips{
	margin-top: 20px;
	color: #999;
	line-height: 24px;
}
.mz_tips span{
	color: #666;
	font-weight: bold;
}
.table_title{
	font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
	font-weight: bold;
}
.my_table{
    width: 100%;
    border: 1px solid #ddd;
    border-left: 0;
    border-bottom: 0;
}
.my_table .mtd1{
	float: left;
    width: 20%;
	height: 60px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
	background: #ebebf0;
	padding: 0 20px;
	display: table;
}
.my_table .mtd1 span{
	display: table-cell;
	vertical-align: middle;
}
.my_table .mtd2{
	float: left;
    width: 30%;
	height: 60px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
	color: #666;
	padding: 0 20px;
	display: table;
}
.my_table .mtd2 span{
	display: table-cell;
	vertical-align: middle;
}
.sx_button img{
	margin-left: 5px;
}
.manager_list li{
	margin-bottom: 20px;
}
.manager_list .man_desc{
	line-height: 20px;
	margin-bottom: 10px;
	color: #666;
}
.manager_list .man_desc span{
	font-size: 18px;
	color: blue;
	padding-right: 10px;
}
.manager_list .man_txt{
	text-align: justify;
	color: #666;
	line-height: 24px;
}
.main_opa{
	height: 1000px;
	position: relative;
}
.opa_cont{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
.opa_on{
	opacity: 1 !important;
	filter: Alpha(Opacity=100) !important;
	z-index: 11 !important;
}
.pdf_box{
	width: 100%;
	height: 1000px;
}
.tool_cont{
	display: none;
}
.period_child{
	display: none;
}
.fj_box{
	color: #00558e;
	font-size: 16px;
	margin-top: 40px;
}
.fj_box .fj_cont{
	width: 80%;
	margin-left: 10px;
}
.fj_box .fj_cont a{
	color: #00558e;
	font-size: 16px;
	margin-bottom: 10px;
}
.fj_box .fj_cont a:hover{
	text-decoration: underline;
}
.longt{
	line-height: 40px;
	margin-left: 2px;
	cursor: pointer;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	margin-right: 10px;
}
.longt input{
	width: 16px;
	height: 16px;
	margin-top: 12px;
	margin-right: 5px;
}
.default_hide{
	display: none;
}



@media screen and (max-width: 1320px){
	.mpro_list .p1 {
	    font-size: 20px;
		line-height: 22px;
	}
	.insur_list .p1{
		font-size: 20px;
	}
	.menu_group{
		width: 220px;
	}
	.main_group{
		width: 740px;
	}
	.title_box .tit{
		font-size: 22px;
	}
	.pro_header .container{
		padding: 20px;
	}
	.pro_header .left_part,.pro_header .left_part2{
		width: 460px;
	}
	.pro_header .right_part,.pro_header .right_part2{
		width: 460px;
		padding-top: 20px;
	}
	.pro_header .left_part:after,.pro_header .left_part2:after{
		right: -12px;
	}
	.pro_header .left_part .title{
		padding: 0;
		font-size: 20px;
	}
	.pro_header .ab_box .p1{
		font-size: 18px;
	}
	.pro_header .ab_box .p1 .s1{
		font-size: 20px;
	}
	.pro_header .left_part2 .title{
		font-size: 20px;
	}
	.pro_header .left_part2 .bg_box .cont .p1{
		font-size: 22px;
	}
	.web_list {
	    padding: 20px 20px 10px;
	}
	.web_list li{
		width: 20%;
	}
	.main_form .tips_box .tips_cont{
		width: 45%;
	}
	.hist_top .hist_tab{
		margin-right: 10px;
		width: 220px;
		font-size: 20px;
	}
	.intro_content{
		padding: 30px;
	}
	.menu_group .tit_box{
		line-height: 40px;
		font-size: 16px;
		padding-left: 10px;
	}
	.menu_group .oper{
		padding: 10px;
	}
	.group_list .level_a1{
		padding: 10px;
	}
	.group_list .level_a2{
		padding: 10px;
		padding-left: 25px;
	}
	.group_list .level_a3{
		padding: 10px;
		padding-left: 35px;
	}
	.pic_list .cont .tit{
		font-size: 16px;
	}
}

@media screen and (max-width: 1120px){
	.main_chose{
		display: none;
	}
	.swiper-tab{
		display: block;
	}
	.pro_body .tab_box{
		display: none;
	}
	.pro_body_title{
		padding: 0 20px;
	}
	.pro_body_title a,.pro_body_title span{
		font-size: 20px;
	}
	.pro_body .pad_box{
		/* padding: 20px; */
		padding: 0;
		background: #f5f5f5;
	}
	.funds_header{
		margin-top: 0;
		padding: 0;
		height: 50px;
	}
	.funds_header .fun_td1{
		width: 20%;
		font-size: 18px;
	}
	.mpro_list li{
		padding: 15px 20px 0;
		margin-bottom: 10px;
		background: #fff;
	}
	.mpro_list .td1{
		width: 25%;
		text-align: center;
	}
	.mpro_list .mpro_row{
		height: 90px;
	}
	.pro_header{
		padding-bottom: 20px;
	}
	.pro_body{
		/* padding-bottom: 20px; */
		padding-bottom: 0;
	}
	.mpro_list .list_tit .tit{
		font-size: 22px;
	}
	.mpro_list .list_tit .s1{
		font-size: 16px;
	}
	.mpro_list .p2{
		font-size: 16px;
	}
	.mpro_list{
		background: #f5f5f5;
	}
	.sx_phone{
		display: table-cell;
		font-size: 18px;
	}
	.posst{
		position: sticky;
		position: -wenkit-sticky;
		top: 100px;
	}
	.insur_list li{
		background: #fff;
		margin-bottom: 20px;
	}
	.insur_list{
		margin-top: 0;
		background: #F5F5F5;
	}
	.insur_list .p2{
		font-size: 16px;
	}
	.insur_list .td1 .lab{
		font-size: 16px;
	}
	.menu_group{
		display: none;
	}
	.main_group{
		float: none;
		width: 100%;
	}
	.main_group .top_group{
		padding: 20px;
		margin-bottom: 0;
	}
	.abnews_list .news_tit{
		font-size: 20px;
	}
	.abnews_list .time{
		font-size: 18px;
	}
	.pro_header .left_part, .pro_header .left_part2{
		float: none;
		width: 100%;
		height: auto;
	}
	.pro_header .left_part:after, .pro_header .left_part2:after{
		display: none;
	}
	.pro_header .left_part .title {
	    padding: 0;
	    font-size: 24px;
	}
	.pro_header .left_part .sign1,.pro_header .left_part .sign2,.pro_header .left_part .sign3{
		font-size: 18px;
		line-height: 30px;
	}
	.pro_header .ab_box .p1{
		font-size: 22px;
	}
	.pro_header .ab_box .p2{
		font-size: 18px;
	}
	.pro_header .remind{
		font-size: 18px;
		margin: 20px 0;
	}
	.pro_header .buy{
		line-height: 44px;
		font-size: 22px;
	}
	.pro_header .right_part, .pro_header .right_part2{
		float: none;
		width: 100%;
		height: auto;
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.pro_header .right_part .left_cont,.pro_header .right_part .right_cont{
		font-size: 18px;
	}
	.pro_header .left_part2 .bg_box .cont .p1 {
	    font-size: 24px;
	}
	.pro_header .left_part2 .bg_box .cont .p2{
		font-size: 18px;
	}
	.pro_header .right_part2 .com_d .p1,.pro_header .right_part2 .com_d .p2{
		font-size: 18px;
	}
	.pro_header .left_part .tips,.pro_header .left_part .cont .p2{
		font-size: 16px;
	}
	.pro_header .left_part .cont .p1{
		font-size: 28px;
	}
	.pro_header .left_part .tips2{
		font-size: 18px;
	}
	.pro_body .tab_cont{
		padding: 20px;
	}
	.main_echart .title{
		font-size: 18px;
	}
	.com_sel_box{
		display: none !important;
	}
	.area_chose .area_span{
		font-size: 16px;
	}
	.phone_sel{
		display: inline-block;
	}
	.custom_table tbody td{
		font-size: 18px;
	}
	.pro_header .ab_box{
		position: static;
		margin-top: 20px !important;
	}
	.news_title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.web_list li{
		width: 25%;
		font-size: 16px;
	}
	.webmap_title{
		font-size: 18px;
	}
	.main_form{
		padding: 20px;
	}
	.tab_cont .abnews_list{
		margin-top: 0;
		padding: 0 20px;
	}
	#owl-link>.owl-controls {
	    margin-top: 10px;
	}
	#owl-link .owl-controls .owl-page span {
	    width: 8px;
	    height: 8px;
	    margin: 0 5px;
	}
	.vip_title .title{
		font-size: 18px;
	}
	.vip_content{
		font-size: 20px;
		line-height: 40px;
	}
	.vip_tips{
		font-size: 18px;
	}
	.main_search .time{
		font-size: 18px;
	}
	.search_head .sear_input{
		font-size: 18px;
	}
	.sear_list .title{
		font-size: 24px;
	}
	.sear_tab{
		padding: 0 20px;
	}
	.sear_tab .tab{
		font-size: 18px;
	}
	.sear_list .title .sear_lab{
		font-size: 14px;
	}
	.sear_list .sear_cont{
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.sear_list .sear_time{
		width: 100%;
		float: none;
		text-align: left;
		font-size: 16px;
	}
	.sear_list .sear_cont .sear_p1{
		font-size: 18px;
	}
	.sear_list .sear_link,.sear_list .sear_link2{
		font-size: 18px;
	}
	/* .main_step .img_line{
		margin: 0 20px;
		width: 20px;
	} */
	/* .main_step .step_box .step_title{
		font-size: 16px;
	} */
	.form_content .com_box .titie{
		font-size: 18px;
	}
	.form_content .com_box .input_type1,.form_content .com_box .input_type2{
		font-size: 18px;
		outline: 0;
	}
	.form_content .sub_btn,.form_content .reset_btn{
		font-size: 18px;
	}
	/* .main_form .query_open{
		width: 240px;
		font-size: 18px;
		margin-top: 40px;
	} */
	.main_form .tips_box{
		padding: 20px;
		margin-top: 40px;
	}
	.main_form .tips_box .tips_cont {
	    width: 55%;
	}
	.form_content .com_box .titie{
		width: 160px;
	}
	/* .main_form .tips_head{
		font-size: 16px;
		line-height: 30px;
	} */
	.main_form .tips_box .tips{
		font-size: 16px;
	}
	.phone_sel select，{
		font-size: 18px;
	}
	.input_data{
		display: block;
		width: 100%;
		line-height: 40px;
	}
	.tool_tab .tool_btn{
		font-size: 18px;
		float: left;
		margin-left: 0;
		width: 32%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.tool_tab .tool_btn:nth-child(3n){
		margin-right: 0;
	}
	.tool_tab{
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.main_res .res_box .part1,.main_res .res_box .part2,.main_res .t_box{
		font-size: 18px;
	}
	.pic_list .cont{
		padding-top: 10px;
	}
	.pic_list li .zz_li{
		display: none;
	}
	.th_box{
		padding: 0 10px;
		font-size: 18px;
	}
	.th_intro .cont{
		float: none;
		width: 100%;
		margin-right: 0;
		display: block;
		margin-bottom: 20px;
	}
	.th_intro{
		padding-bottom: 0;
	}
	.ck_title{
		font-size: 20px;
	}
	.rate_tips{
		font-size: 18px;
		line-height: 30px;
	}
	.rate_title{
		font-size: 18px;
	}
	.honor_mid{
		width: 90%;
	}
	.honor_list .list_box .tit{
		font-size: 20px;
	}
	.hist_list .list_box .tit{
		font-size: 20px;
	}
	.intro_content .intro_lab{
		font-size: 20px;
		left: -20px;
	}
	.bank_intro{
		padding-left: 20px;
	}
	.intro_content .p1{
		font-size: 20px;
	}
	.table_phone{
		display: block;
	}
	.pro_table tbody td{
		font-size: 16px;
	}
	.main_chose .input_box{
		width: 180px;
		margin-right: 10px;
	}
	.main_chose .input_box input[type='text']{
		font-size: 18px;
	}
	.operation{
		padding: 0 20px;
		font-size: 18px;
	}
	.model .model_child{
		padding: 0 20px;
		font-size: 18px;
	}
	.sel_city,.atm_input,.atm_btn{
		font-size: 18px;
		width: 130px;
	}
	
	.atm_list{
		width: 400px;
	}
	.atm_list .title{
		font-size: 18px;
	}
	.atm_ul .cont .tit1{
		font-size: 18px;
	}
	.atm_ul .cont .tit2{
		font-size: 18px;
		line-height: 30px;
	}
	.main_chose .input_box input[type='text']{
		padding-top: 9px;
		padding-bottom: 8px;
	}
	.search_head .sear_input {
	    padding-top: 9px;
	    padding-bottom: 10px;
	}
	.input_data{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.atm_input {
	    padding: 6px 10px;
	}
	.com_msg .titie{
		font-size: 18px;
		width: 15%;
	}
	.com_msg .input_msg1{
		width: 35%;
		font-size: 18px;
	}
	.com_msg .input_msg2{
		width: 85%;
		font-size: 18px;
	}
	.com_msg .input_msg3{
		font-size: 18px;
	}
	.intro_content .p1_b{
		padding-top: 20px;
	}
	.check_echart{
		opacity: 1;
		filter: Alpha(Opacity=100);
		display: block;
		margin: 10px auto 0;
	}
	.phone_sel select, .phone_sel input{
		font-size: 18px;
	}
	.manager_list .man_txt{
		font-size: 16px;
		line-height: 28px;
	}
	.main_opa{
		height: 600px;
	}
	.pdf_box{
		height: 600px;
	}
	.news_title_box .time {
	    font-size: 18px;
	}
	.time_cho{
		width: 420px;
		left: -132px;
	}
	.title_box .tit{
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	.pro_body .pad_box{
		padding: 0;
	}
	.mpro_list li{
		margin-bottom: 5px;
		padding: 10px 10px 0;
	}
	.pro_body_title{
		padding: 0 10px;
		height: 50px;
		line-height: 50px;
	}
	.pro_body_title a,.pro_body_title span {
	    font-size: 16px;
	}
	.pro_body_title a:after{
		margin: 0 10px !important;
	}
	.swiper-tab{
		height: 45px;
	}
	.swiper-tab .child{
		line-height: 45px;
		font-size: 14px;
	}
	.funds_header{
		background: #fff;
		border-bottom: 1px solid #ddd;
		margin-bottom: 0;
	}
	.funds_header .fun_td1 {
	    width: 20%;
	    font-size: 12px;
	}
	.sx_phone{
		font-size: 12px;
	}
	.mpro_list .list_tit .tit{
		font-size: 16px;
		line-height: 24px;
	}
	.mpro_list .list_tit span{
		font-size: 14px !important;
		padding: 0 5px !important;
		margin-left: 5px !important;
	}
	.mpro_list .p1 {
	    font-size: 16px;
	    line-height: 16px;
	}
	.mpro_list .p2 {
	    font-size: 12px;
	}
	.posst{
		position: sticky;
		position: -wenkit-sticky;
		top: 70px;
	}
	.sx_cont{
		padding: 0 10px 20px;
	}
	.sx_title{
		font-size: 14px;
		padding-top: 10px;
		margin-bottom: 10px;
	}
	.sx_list li{
		width: 49%;
		margin-right: 2%;
		line-height: 40px;
		font-size: 14px;
	}
	.sx_list li:nth-child(2n){
		margin-right: 0;
	}
	.sx_list_child div{
		width: 49%;
		margin-right: 2%;
		line-height: 40px;
		font-size: 14px;
	}
	.sx_list_child div:nth-child(2n){
		margin-right: 0;
	}
	.sx_cont{
		height: 350px;
	}
	.main_sx_phone .cancel,.main_sx_phone .complete{
		line-height: 40px;
		height: 40px;
		font-size: 16px;
	}
	.insur_list{
		padding: 0px;
	}
	.insur_list li{
		margin-bottom: 5px;
		padding: 10px;
		display: block;
		height: auto;
	}
	.insur_list .p1 {
	    font-size: 16px;
	}
	.insur_list .p1 {
	    font-size: 16px;
	}
	.insur_list .p2{
		font-size: 12px;
	}
	.insur_list .td1 .tit{
		padding-right: 0;
		font-size: 16px;
	}
	.insur_list .td1{
		width: 100%;
		display: block;
		height: auto;
	}
	.insur_list .td2{
		width: 48%;
		display: inline-block;
	}
	.insur_list .td1 .lab {
	    font-size: 12px;
		margin-bottom: 10px;
	}
	.top_group .title_box .share,.top_group .share_sp{
		/* display: none; */
	}
	.main_group .top_group{
		padding: 10px;
	}
	.top_group .title_box{
		padding-bottom: 10px;
	}
	.title_box .tit{
		width: 100%;
		font-size: 18px;
		line-height: 24px !important;
	}
	.main_group .group_news{
		padding: 0 10px;
	}
	/* .group_news .tit,#about_news .tit{
		line-height: 50px;
		font-size: 18px;
	} */
	#about_news .tit{
		line-height: 50px;
		font-size: 18px;
	}
	.abnews_list li{
		line-height: 30px;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.abnews_list .news_tit{
		width: 100%;
		font-size: 16px;
	}
	.abnews_list .news_tit:before{
		display: none;
	}
	.abnews_list .time{
		width: 100%;
		font-size: 12px;
		line-height: 20px;
	}
	.pro_header .container{
		padding: 0;
		background: #f5f5f5;
	}
	.pro_header .left_part, .pro_header .left_part2{
		padding: 10px;
		background: #fff;
	}
	.pro_header .left_part .title,.pro_header .left_part2 .title{
		font-size: 18px;
	}
	.pro_header .left_part .sign1, .pro_header .left_part .sign2, .pro_header .left_part .sign3{
		font-size: 12px;
		line-height: 20px;
	}
	.pro_header .ab_box .p1 {
	    font-size: 15px;
	}
	.pro_header .ab_box .p1 .s1 {
	    font-size: 22px;
	}
	.pro_header .ab_box .p2{
		font-size: 12px;
	}
	.pro_header .remind{
		font-size: 12px;
	}
	.pro_header .buy{
		width: 100%;
		line-height: 34px;
		font-size: 16px;
	}
	.pro_header .right_part, .pro_header .right_part2{
		margin-top: 10px;
		background: #fff;
	}
	.pro_header .right_part .left_cont, .pro_header .right_part .right_cont{
		font-size: 14px;
	}
	.pro_header{
		padding-bottom: 0;
	}
	.pro_header .left_part2 .bg_box .cont .p1 {
	    font-size: 16px;
	}
	.pro_header .left_part2 .bg_box .cont .p2{
		font-size: 14px;
	}
	.pro_header .right_part2 .com_d .p1, .pro_header .right_part2 .com_d .p2{
		font-size: 14px;
	}
	.pro_header .right_part2 .com_d{
		padding-left: 10px;
	}
	.pro_header .right_part2 .com_d .p1{
		width: 35%;
	}
	.pro_header .left_part .percent{
		font-size: 26px;
	}
	.pro_header .left_part .tips, .pro_header .left_part .cont .p2 {
	    font-size: 14px;
	}
	.pro_header .left_part .cont .p1 {
	    font-size: 22px;
	}
	.pro_header .left_part .tips2 {
	    font-size: 14px;
	}
	.pro_header .right_part .left_cont{
		width: 30%;
	}
	.pro_body .tab_cont{
		padding: 10px;
	}
	.main_echart .title {
	    font-size: 16px;
	}
	.area_chose .area_span{
		font-size: 14px;
		width: 20%;
	}
	.phone_sel{
		width: 70%;
		margin-bottom: 10px;
	}
	.custom_table thead td{
		font-size: 14px;
	}
	.custom_table tbody td{
		font-size: 14px;
		height: 40px;
	}
	.main_echart {
	    margin-bottom: 40px;
	}
	.pro_header .buy{
		margin: 0 auto;
		width: 100%;
		display: block;
	}
	
	.news_title{
		font-size: 18px;
	}
	.news_title_time{
		font-size: 14px;
	}
	.main_form{
		padding: 0;
		background: #fafafa;
	}
	.main_form .form_title{
		background: #fafafa;
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.web_list{
		padding: 10px;
	}
	.web_list li{
		width: 33.3%;
		margin-bottom: 15px;
	}
	.web_list li a{
		font-size: 14px;
		padding-left: 10px;
	}
	.tab_cont .abnews_list{
		padding: 0 10px;
	}
	.vip_title .title{
		line-height: 40px;
		font-size: 16px;
		width: auto;
		padding: 0 20px;
	}
	.vip_title{
		height: 40px;
		margin-bottom: 10px;
	}
	.vip_content{
		padding: 0 10px 10px;
		font-size: 16px;
		line-height: 30px;
	}
	.vip_link{
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.vip_bg{
		width: 170px;
	}
	.vip_bg .tit1{
		font-size: 16px;
	}
	.vip_bg .tit2{
		font-size: 12px;
	}
	.vip_tips{
		padding: 0 10px;
		font-size: 16px;
		line-height: 30px;
	}
	.search_head .sear_btn{
		width: 100px;
	}
	.search_head .sear_input{
		padding-right: 110px;
		font-size: 14px;
	}
	.main_search .time {
	    font-size: 15px;
	}
	.search_head{
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.sear_tab{
		margin-bottom: 20px;
		padding: 0 10px;
		margin-top: 0;
		background: #e5e5e5;
	}
	.sear_tab .tab {
	    font-size: 14px;
		width: 25%;
		margin-right: 0;
	}
	.sear_tab .tab:before{
		display: none;
	}
	.sear_tab .tab .tab_slide li{
		font-size: 14px;
	}
	.time_cho{
		width: 350px;
		left: -252px;
		padding: 0 5px;
	}
	.time_cho .ph_calendar{
		width: 125px;
		font-size: 14px;
	}
	.sear_list .title {
	    font-size: 16px;
	}
	.sear_list .title .sear_lab {
	    font-size: 12px;
		margin-bottom: 0;
	}
	.sear_list .sear_cont .sear_p1 {
	    font-size: 14px;
	}
	.sear_list .sear_link, .sear_list .sear_link2 {
	    font-size: 14px;
	}
	.sear_list .sear_time{
		font-size: 14px;
	}
	.sear_list li{
		padding: 0 10px 10px;
		margin-bottom: 15px;
	}
	.main_step .step_box{
		margin-bottom: 20px;
	}
	.main_step .step_box img{
		height: 20px;
	}
	/* .main_step .img_line {
	    margin: 0 5px;
	    width: 15px;
	} */
	/* .main_step .step_box .step_title {
	    font-size: 12px;
	} */
	.main_step{
		margin-bottom: 0;
		padding-top: 10px;
	}
	.form_content{
		width: 100%;
	}
	.form_content .com_box{
		margin-bottom: 10px;
	}
	.form_content .com_box .input_type1,.form_content .com_box .input_type2{
		font-size: 15px;
	}
	.form_content .com_box .titie{
		position: static;
		width: 100%;
		font-size: 14px;
		text-align: left;
		line-height: 30px;
	}
	.form_content .sub_btn, .form_content .reset_btn{
		float: none;
		width: 100%;
		margin-bottom: 10px;
		font-size: 16px;
	}
	/* .main_form .query_open {
	    width: 60%;
	    font-size: 16px;
	    margin-top: 20px;
	} */
	.main_form .tips_box {
	    padding: 0px;
	    margin-top: 20px;
	}
	.main_form .tips_box .tips_cont {
	    width: 100%;
		text-align: left;
		line-height: 30px;
		font-size: 14px;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.phone_sel{
		margin-right: 0;
	}
	/* .main_form .tips_head{
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 20px;
	} */
	.form_content .com_box .reset_code{
		font-size: 16px;
	}
	.main_form .tips_box .tips {
	    font-size: 14px;
		line-height: 26px;
	}
	.phone_sel select, .phone_sel input{
		font-size: 15px;
	}
	.tool_tab .tool_btn{
		font-size: 13px;
	}
	.main_res{
		width: 100%;
	}
	.main_res .res_box .part1, .main_res .t_box{
		font-size: 16px;
	}
	.main_res .res_box .part1{
		width: 40%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.main_res .res_box .part2{
		width: 60%;
		background: #fff;
	}
	.main_res .res_box .part2{
		font-size: 20px;
	}
	.th_box{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.th_box a{
		font-size: 14px;
	}
	.spec_theme .intro_tit{
		padding: 0 10px;
		font-size: 14px;
		line-height: 28px;
	}
	.pic_list{
		padding: 0 10px;
		margin-bottom: 0px;
	}
	.pic_list li{
		width: 100%;
		margin-bottom: 10px;
	}
	.pic_list .cont .tit{
		font-size: 16px;
	}
	.th_intro{
		padding: 0 10px;
	}
	.th_intro .cont{
		padding: 0 10px;
		font-size: 16px;
		margin-bottom: 10px !important;
	}
	.th_intro .cont span{
		font-size: 12px;
	}
	.ck_title{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.rate_tips{
		padding: 10px;
		font-size: 12px;
		line-height: 24px;
	}
	.rate_title{
		font-size: 12px;
	}
	.top_group .rec_btn{
		margin-right: 10px;
		margin-top: 5px;
	}
	.main_honor{
		width: 100%;
	}
	.main_honor .honor_top .honor_box .hon_title{
		width: 90%;
	}
	.main_honor .honor_top .honor_box .hon_title .title{
		width: 88%;
		font-size: 15px;
	}
	.main_honor .honor_top .honor_box .hon_title img{
		width: 18px;
		margin-top: 3px;
	}
	.main_honor .honor_top {
	    margin-bottom: 20px;
	}
	.honor_mid{
		width: 100%;
	}
	.honor_list{
		border-left: 0;
		padding: 0;
	}
	.honor_list li .point,.hist_list li .point{
		display: none;
	}
	.honor_list li .ball,.hist_list li .ball{
		display: none !important;
	}
	.honor_list li{
		padding: 10px;
		margin-bottom: 10px;
	}
	.honor_list .list_box .time,.hist_list .list_box .time{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.honor_list .list_box .tit,.hist_list .list_box .tit {
	    font-size: 16px;
	}
	.hist_top{
		margin-bottom: 20px;
	}
	.hist_top .hist_tab{
		width: 31%;
	}
	.hist_top .hist_tab{
		font-size: 13px;
		height: 46px;
		line-height: 46px;
		padding-right: 10px;
	}
	.hist_on {
	    height: 50px !important;
	    line-height: 50px !important;
	    font-weight: bold;
	    background: url(img101.png) right center !important;
	}
	.main_hist{
		width: 100%;
	}
	.hist_mid{
		width: 100%;
	}
	.hist_list{
		border-left: 0;
		padding: 0;
	}
	.hist_list .list_box{
		padding: 10px 0 10px 10px;
	}
	.hist_list li{
		margin-bottom: 10px;
	}
	.bank_intro{
		padding-top: 20px;
		padding-left: 0;
	}
	.intro_content .intro_lab{
		left: 0;
		font-size: 18px;
		width: 110px;
	}
	.intro_content{
		padding: 30px 10px 10px;
	}
	.intro_content .cont{
		width: 100%;
	}
	.intro_content .p1{
		font-size: 16px;
		line-height: 28px;
	}
	.intro_content .img_box{
		width: 100%;
	}
	.pro_table thead td,.scroll_table thead td{
		font-size: 13px;
	}
	.pro_table tbody td,.scroll_table tbody td {
	    font-size: 13px;
		padding: 5px;
		height: 60px;
	}
	.scroll_table td{
		width: 100px;
	}
	.main_chose{
		padding: 10px;
		margin-bottom: 0;
	}
	.main_chose .input_box{
		width: 70%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.main_chose .input_box input[type='text'] {
	    font-size: 15px;
	}
	.atm_tab{
		display: none;
	}
	.swiper-atm{
		display: block;
	}
	.sel_city,.atm_input,.atm_btn{
		font-size: 15px;
	}
	.atm_btn{
		width: 100%;
	}
	.model{
		width: 100%;
	}
	.model .model_child{
		margin: 0;
		width: 50%;
		font-size: 14px;
	}
	.sel_citybox select{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.sel_citybox select:last-child{
		margin-right: 0;
	}
	.operation{
		display: none;
	}
	.atm_input{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.atm_list{
		width: 320px;
	}
	.atm_list .title{
		font-size: 16px;
	}
	.atm_ul .cont .tit1{
		font-size: 16px;
	}
	.atm_ul .cont .tit2{
		font-size: 14px;
		line-height: 24px;
	}
	.com_msg{
		margin-bottom: 10px;
	}
	.com_msg .titie{
		font-size: 14px;
		width: 25%;
	}
	.com_msg .input_msg1{
		width: 75%;
		font-size: 15px;
	}
	.com_msg .input_msg2{
		width: 75%;
		font-size: 15px;
	}
	.com_msg .input_msg3{
		width: 35%;
		font-size: 15px;
	}
	.my_table .mtd1{
	    width: 40%;
		font-size: 14px;
		padding: 0 10px;
	}
	.my_table .mtd2{
	    width: 60%;
		font-size: 14px;
		padding: 0 10px;
	}
	.phone_interval input{
		height: 40px;
		font-size: 14px;
	}
	.phone_interval .inter_btn{
		height: 40px;
		font-size: 14px;
	}
	.phone_sel select, .phone_sel input{
		font-size: 15px;
	}
	.manager_list .man_desc span{
		font-size: 16px;
	}
	.manager_list .man_desc{
		margin-bottom: 5px;
	}
	.manager_list .man_txt {
	    font-size: 14px;
	    line-height: 24px;
	}
	.main_opa{
		height: 400px;
	}
	.pdf_box{
		height: 400px;
	}
	.news_title_box .time {
	    font-size: 12px;
		/* width: 100%; */
		margin-right: 0;
	}
	.fj_box,.fj_box .fj_cont a{
		font-size: 14px;
	}
	.atm_input {
	    padding: 8px 10px;
	}
	.mz_tips{
		padding: 10px;
		margin-top: 0;
	}
	.webmap_title {
	    font-size: 16px;
		padding: 0 10px;
		height: 40px;
		line-height: 40px;
	}
	.top_group .content img{
		display: block;
	}
	.news_title{
		margin-bottom: 10px;
	}
	.news_title2{
		margin-bottom: 20px;
		font-size: 14px
	}
	.title_box .tit::before {
	    top: 0px;
	}
	.top_group .content table{
   		width: 100% !important;
  	}
}