* {
	margin: 0;
	padding: 0;
}

body {
	/* font-size: 14px; */
	/* color:#333; */
	/* font-family: "Microsoft Yahei"; */
 	/* background-color:#ffffff; */
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
.ty {    
	width:1024px;
	margin: 100px auto 0 auto;
	overflow: hidden;
	background-color:#fff;
}
.ty6{
	box-shadow: 0px 10px 10px 0px rgba(112,128,144, 0.1);
	background-color: #fff;
	position: fixed;
	z-index: 10;
	top: 32px;
	width:100%;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	margin: 0 auto;
}
/* .ty6_active{
	display: flex;
} */
.menu{
	/* text-align: center; */
	/* display: flex; */
	/* justify-content: space-between; */
	/* align-items: center; */
	width: 1285px;
	margin: 0 auto;
}

.sc {
	width: 450px;
	padding-top:5px;
	height:100%;
	float: right;
	padding-bottom:5px;
	padding-right:0px;
}

.centerMenu {
	float:right;
	padding-right:21px;
	width: 320px;
	height:88%;
}

.certerMenu ul li{
	margin-bottom:10px;
	width:300px;
	height:50px;
}

.homepage{
	width:100px;
	padding-left:18px;
	padding-right:10px;
	border-right:1px solid #444;
	background: url(../images/home.jpg) no-repeat left center; 
	font-size:12px;
	color: #6a6a6a
}

.homepage:hover {
	color: #FE9200;
}
.collection{
	padding-left:18px;
	margin-left:6px;
	width:100px;
	background: url(../images/collect.jpg) no-repeat left center; 
	color: #6a6a6a;
}

.contactUs{
	margin-left:6px;
	padding-left:18px;
	padding-right:10px;
	width:100px;
	border-right:1px solid #6a6a6a;
	background: url(../images/email.jpg) no-repeat left center; 
	font-size:12px;
	color: #6a6a6a;
}

.contactUs:hover {
	color: #FE9200;
}
.collection:hover {
	color: #FE9200;
}
#searchInput:focus{
        border-radius:16px;
        border:1px solid #7FC55D;
        outline:none;
}
.searchInfo{
	position:relative
}

.searchInfo a{
	position:absolute;
	right:15px;
	top:5px;
	height: 20px;
	width: 20px;
	border:none;
	display: inline-block;
	background-image: url(../images/search.png);
	background-size:20px 20px; 
}
.searchInfo a:HOVER{
	background-image: url(../images/search.png); 
}
.searchInfo input{
	float:right;
	width:100px;
	height:28px; 
	padding-left:10px; 
	padding-right:50px;
	border: 1px solid #E5E5E5;
	line-height: 28px;
	font-family: Microsoft Yahei;
	color:#d5d5d5;
	border-radius:16px;
}

.go_top{
	bottom: 30px;
	right: 150px;
	width: 48px;
	height: 48px;
	background-size: cover;
	background-image: url(/images/goTop.png);
	z-index: 10;
	position: fixed;
	cursor: pointer;
	display: none;
}
.go_top_active{
	display: block;
}
.clearfix:after{
	content:"";
	display:block;
	visibility:hidden;
	clear:both;
}

.logo {
	float: left;
	/* margin-left: 60px; */
}

.logo a {
	float: left;
	background-image: url(/images/logo.png) ;
    background-size: cover;
	background-repeat: no-repeat;
	background-position-y: center;
	width: 350px;
	height: 78px;
	/* 此处加上-ms前缀，让IE识别 */ 
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png',sizingMethod='scale');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png',sizingMethod='scale');
  /* \9 是 IE的CSS hack,IE9以下识别，不包括IE 9 */
  background: none\9;
	/* display: block;
	background-image: url(/images/logo.png) ;
	background-size: center;
	background-repeat: no-repeat;
	background-position-y: center;
	width: 418px;
	height: 78px;
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png',sizingMethod='scale');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png',sizingMethod='scale'); */
}

.barofmenu{
	float: left;
}

.menubar {
	display: inline-block;
	margin: 0 auto;
}
.menubar ul{
	/* display: flex; */
}
.menubar ul li{
	float: left;
	width:auto;
	position: relative;
	padding: 27px 0;
}

.menubar ul li a{
	font-size:18px;
	padding: 0 12px;
	color: #333333;
	font-weight:500;
}
.menubar ul li .menu_list{
	position: absolute;
	top: 78px;
	left: -45px;
	display: none;
	flex-direction: column;
}
.menubar ul li .menu_list li{
	background-color: #ffffff;
	color: #333333;
	font-size: 18px;
	width: 175px;
	padding: 20px 10px;
	text-align: center;
}
.menubar ul li:hover > a{
    color: #FF393E;
}

.menubar img{
	float:right;
	margin-right:16px;
}

/*-------- 下拉菜单--------------*/

.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	min-width: 150px;
	visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4);
	margin-top: 0px;
	border: 0px;
	background-color: #ffffff;
}

.dropMenu li {
}
.dropMenu a {
	width: auto;
	display: block;
	color: #333333;
        font-size:18px;
	padding: 17px 42px 17px 42px;
}
* html .dropMenu a {
	width: 100%;
}
.dropMenu a:hover {
	text-decoration: none;
	color: #1C5B30;
background-color:#F3F3F3
}
/*------ 下拉菜单---------*/

.left {
	float: left;
	width: 215px;
	overflow: hidden;
}

.right { 
        margin-top:10px;
	overflow: hidden;
        text-align:center;
}
.right2 { 
        margin-top:10px;
	overflow: hidden;
        text-align:left;
}

/*左侧模块，公用box box_header*/
.box {margin-bottom: 10px;margin-left: 0px;background-color:#fff;overflow:hidden;display: inline-block;}
.box_header {height:30px;font:14px/28px "微软雅黑";}
.box_header span{
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	padding: 1px 10px;
}

.box_header2 {height:30px;font:14px/28px "微软雅黑"; }
.box_header2 span.title{
	display: inline-block;
	line-height:26px;
font-family: PingFangSC-Semibold;
font-size: 20px;
color: #000000;
letter-spacing: 0;
}
.box_footer{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 31px;
	padding: 5px;
	background: url(../images/bh_bg.jpg) repeat-x bottom;
}
.box_footer .more {
	width: 100%;
	text-align: center;
}
/*网银登陆---start*/
#box_dl{height: 240px;}
#box_dl .box_header{
	padding-left:10px;
	width: 90px;
	color: #FE9200;
	font-weight: lighter;
	background: transparent;
}
.box_bank {text-align: center;}
.box_bank ul {margin-left: 19px;}
.box_bank ul li {width: 200px;float: left;}
.box_bank ul li.login a {margin-top:10px; width: 200px;font:15px/30px "微软雅黑"; color: #fff; float: left;display: inline}
.box_bank ul li.login a:hover {text-transform: none;}
.box_bank ul li.login a.login_1{background:url(../images/bk_login_1.jpg) repeat-x;}
.box_bank ul li.login a.login_1:hover{background:url(../images/bk_login_2.jpg) repeat-x;}
.box_bank ul li.login a.login_2{background:url(../images/bk_login_1.jpg) repeat-x;}
.box_bank ul li.login a.login_2:hover{background:url(../images/bk_login_2.jpg) repeat-x;}
.box_bank ul li.zhuce{height: 54px;background: #eeeeee;padding-top: 6px;}
.box_bank ul li.zhuce a{ font:12px/24px "微软雅黑";color:#333; display: inline-block; margin-left: 22px;margin-right: 22px;}
.box_bank ul li.zhuce a:hover {color:#FE9200;}

/*登陆---end*/

/*快捷服务content---start*/

.quick_menu_big{padding: 16px;}
.quick_menu_big >*{
	display: inline-block;
	height: 86px;
	width: 86px;
	margin-left: 10px;
	margin-top: 10px;
}
.quick_menu_big .branch{
	background: url(../images/km_branch.jpg) no-repeat center center;
}
.quick_menu_big .credit{
	background: url(../images/km_credit.jpg) no-repeat center center;
}
.quick_menu_big .save{
	background: url(../images/km_save.jpg) no-repeat center center;
}
.quick_menu_big .download{
	background: url(../images/km_download.jpg) no-repeat center center;
}
.quick_menu_big .wbank{
	background: url(../images/km_wbank.jpg) no-repeat center center;
}
.quick_menu_big .mbank{
	background: url(../images/km_mbank.jpg) no-repeat center center;
}
#quick_menu .box_header{border-bottom: 1px solid #eee;background: transparent;}
#quick_menu .box_header span{border-bottom: 2px solid #FE9200;border-top-right-radius:5px;padding-top: 0px;}
#quick_menu .box_content{
	padding-top: 28px;
}
.box_content {width: 218px;padding-left: 20px;overflow: hidden}
.box_content ul li{
	display:inline-block;
	border-bottom: 1px dashed #eeeeee;
	width:200px;
}
.box_content ul li a {margin-left: 10px;color:#333; height: 30px;background: url("../images/km_icon.jpg") no-repeat left center;padding-left: 22px;float: left;overflow: hidden;font:12px/30px "微软雅黑";}
.box_content ul li a:hover {color: #FE9200;text-decoration: none;}
.box_content ul li a:nth-child(2n) {
	float: right;
	margin-right: 10px;
}

/*快捷服务content---end*/

/******* 视频   start*****/
#box_sp{height: 194px;}
#box_sp .box_header span{
	width: 100%

	}
/******* 视频   end  *****/
/***** 广告 切换 *****/
.advertisement{
	width:100%;
        min-width:1263px;
        height:auto;
	padding-bottom: 0;
        min-height:350px;
}

.advertisement img{
	min-width:1263px;
}
.slidesjs-paginationPa{
	width:150px;
	margin:0 auto;
}
.slidesjs-pagination {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top:-22px;
	left:-66px;
	z-index:200;
}

.slidesjs-pagination li {
	float: right;
	margin: 0 3px;
}

.slidesjs-pagination a {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url('../images/pagination.png') no-repeat 0 0;
	background-position: 0 -12px;
	text-align:center;
}

.slidesjs-pagination a:hover {
	background-position: 0 0px;
}

.slidesjs-pagination .active {
	background-position: 0 0px;
}

.news {
	color: #333;
	font: 14px/25px "微软雅黑";
	margin-top: 12px;
	margin-bottom: 12px;
	padding:0 10px;
}

.news li {
 	width: 100%;
	display: inline-block;
	border-bottom:1px solid #EEEEEE;
	line-height: 46px;
}
.news2 li{
	border:none;
	list-style-type:none;
	margin-bottom: 15px;
}
.news li a {
	width: 480px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	color: #757575;
	font-size:18px;
	text-align: left;
}
.news li a:hover {
	color: #333333;
}

.news li span {
	float:right;
	color: #757575;
	font-size:18px;
}

#main0{
	margin:0 20px;
}
.menu_a li {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	overflow: hidden;
	padding: 10px 20px;
	margin-top: 10px;
	border-radius: 30px;
	font-family: PingFangSC-Semibold;
	font-size: 22px;
	color: #757575;
	letter-spacing: 0;
}

.menu_a li.hover{
	background-color: #FF393E;
	color: #ffffff;
}

#notes {
	width: 268px;
	height: 194px;
	float: right;
}

.more {
	display: inline-block;
	float: right;
	margin-right: 8px;
}

.more a {
	width: 48px;
	height: 30px;
	display:inline-block;
	background: url(../images/more.png) no-repeat  left center ;
}

.more a:hover {
	background: url(../images/more1.png) no-repeat  left center ;
}

#recommend{
	width: 758px;
	height: 217px;
}

#recommend .box_header2{
	margin:0 30px;
	background: transparent;
}

#recommend .box_header2 li {
	width: 198px;
	margin-right: 34px;
	color: #333;
	display: block;
	float: left;
	text-align: center;
	height: 130px;
	line-height: 28px;
	cursor: pointer;
	overflow: hidden;
}

#recommend .box_header2 li a{
	color: #333;
	display: inline-block;
	
}
#recommend .content{
	height: 179px;
	width: 702px;
	margin-top: 10px;
	margin-left: 13px;
	padding: 0 17px;
}

#recommend div.content > div {
  display: inline-block;
  float: left;
  height: 176px;
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
  width: 130px;
}

#recommend div.content>div>a{
	display: inline-block;
	width: 64px;
	height: 64px;
	margin-right:45px;
}
#recommend div.deposit>a{
	background:url("../images/re_deposit.png") no-repeat top center;
}
#recommend div.private>a{
	background:url("../images/re_private.png") no-repeat top center;
}

#recommend div.public>a{
	background:url("../images/re_public.png") no-repeat top center;
}

#recommend div.credit>a{
	background:url("../images/re_credit.png") no-repeat top center;
}

#recommend div.settlement>a{
	background:url("../images/re_settlement.png") no-repeat top center;
}


#recommend div.re_01>a{
	background:url("../images/re_01.png") no-repeat top center;
}
#recommend div.re_02>a{
	background:url("../images/re_02.png") no-repeat top center;
}

#recommend div.re_03>a{
	background:url("../images/re_03.png") no-repeat top center;
}

#recommend div.re_04>a{
	background:url("../images/re_04.png") no-repeat top center;
}

#recommend div.re_05>a{
	background:url("../images/re_05.png") no-repeat top center;
}

#recommend .content ul{
	width: 98%; 
	color: #727272;
	line-height: 22px;
	margin-top: 8px;
}
#recommend .content li{
	display: block;
	height: 25px;
}
#recommend .content li a {
	background:url("../images/re_icon.jpg") no-repeat left center;
	padding-left:10px;
	color: #727272;
	overflow: hidden;
}

#recommend .content li a:hover {
	color: #FE9200;
}

#component{width: 758px;height: 194px;background: url("../images/co_bg.jpg") repeat-x left bottom;}

.prev,.next{
	width: 16px;
	height: 78%;
	display: inline-block;
	text-align: center;
	float: left;
} 
.prev a{
	background: url("../images/prev.png") no-repeat center center;
	width: 16px;
	height: 100%;
	display: inline-block;
}

.prev a:hover{
	background: url("../images/prev2.png") no-repeat center center;
}

.next a{
	width: 16px;
	height: 100%;
	background: url("../images/next.png") no-repeat center center;
	display: inline-block;
}

.next a:hover{
	background: url("../images/next2.png") no-repeat center center;
}

#friendly_link{
	text-align:center;
	background: #F7F8FB;
	flex-wrap: wrap;
	padding:30px 0;
}

#friendly_link > div{
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-around; */
	width: 70%;
	margin: 0 auto;
}
#friendly_link > div > a{
	float: left;
	margin-right: 80px;
}
#friendly_link > div > a:last-child{
	margin-right: 0;
}
#friendly_link img{
	width:234px;
}
#footer {
	background: #424242;
	overflow: hidden;
	clear: both;
	text-align:center;
	padding-top: 10px;
	padding: 30px 0;
}
#footer ul li{ 
	padding:28px 0;
	display: block;
}
#footer p,#footer span{
	height: 22px;
	line-height: 22px;
	font-size:13px;
	color: #ffffff;
}
#footer .police_badge{
	margin-right: 30px;
}
#article{
	min-height:350px;
        width:100%;
}
#article .box_header {
    border-bottom: 1px solid #eeeeee;
    padding-left: 20px;
}
#article .content_title{
	margin-top:20px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
margin-left:12px;
}

#article .content_body{
	padding: 12px 39px;
	color: #606565;
	line-height: 32px;
	font-size: 16px;
}

#article .content_footer{
	width:80%;
	height:30px;
	line-height:30px;
	text-align:center;
	margin:auto auto 20px ;
	color: #606565;
}

.fixed {
	position: fixed;
	top: 5px;
}

#left_menu{
	min-height: 300px;
	padding-bottom: 30px;
	margin-top:20px;
	border-right: 1px solid #F8F8F8;
}

#left_menu .content ul{
	color: #727272;
	line-height: 22px;
	margin: 0 auto;
        
}
#left_menu .content li{
	display: block;
	height: 53px;
	width: 206px;
}
#left_menu .content li a {
	color: #727272;
	overflow: hidden;
	text-align: center;
	height: 40px;
	line-height:40px;
	display: inline-block;
	font-size:18px;
	width: 100%; 
}

#left_menu .content li.ch_cur{
	border-right: 2px solid #FF393E;

}
#left_menu .content li.ch_cur a{
	color:#FF393E;
	font-weight:bold;
}

#left_menu .content li a:hover {
	background-color: #eeeeee;
	color:#FF393E;
	font-weight:bold;
}

.card_title{
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 18px;
    background-image: linear-gradient(to right,#ACC0E7, #ffffff);
  }
  .card_list li{
    list-style: none;
    float: left;
    margin-right: 20px;
    font-size: 16px;
    text-align: center;
  }
.card_list li a{
  display: block;
  color: #333;
}
.card_list li img{
  width: 200px;
  height: 120px;
  margin-bottom: 10px;
}
.card_img{
  width: 100%;
  margin-bottom: 20px;
}
.pop_box{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 11;
}
.pop_box .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
}
.pop_up{
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 10px 10px 0px rgba(112,128,144, 0.1);
	width: 700px;
	padding: 30px;
	top: 50%;
	left: 50%;
	z-index: 999;
	border-radius: 5px;
	transform: translate(-50%, -50%);
	text-align: center;
}
.pop_up .close{
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	color: #999;
	display: none;
}
.pop_up p{
	font-family: FangSong;
	text-align: left;
}
.pop_up .small{
	font-size: 18px;
	text-indent: 2rem;
	line-height: 30px;
}
.pop_up .big{
	text-align: center;
	line-height: 50px;
	font-size: 32px;
	font-weight: 700;
}
.pop_up img{
	width: 200px;
	height: 200px;
	margin: 20px auto 0 auto;
}