* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	color:#333;
	font-family: "SimHei";
	background: url(../images/bg.gif) repeat;
/* 	background-color:#000000; */
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.ty {
	width: 1010px;
	margin: 0 auto;
	overflow: hidden;
	margin-top:0px;
}
.menu{
    margin-left: auto;
    margin-right: auto;
    width: 1010px;	
	height:60px;
}

.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: #bf0515;
}
.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: #bf0515;
}
.collection:hover {
	color: #bf0515;
}
.searchInfo{
	
}

.searchInfo a{
	float: right;
	height: 30px;
	width: 30px;
	border:none;
	display: inline-block;
	background: url(../images/ss1.png) no-repeat left top; 
}
.searchInfo a:HOVER{
	background: url(../images/ss2.png) no-repeat left top; 
}
.searchInfo input{
	float:right;width:168px;height:28px; padding-left:10px; border: 1px solid #E5E5E5;border-bottom-left-radius:3px; border-top-left-radius:3px;line-height: 28px;font-family: SimHei;color:#d5d5d5;
}


.logo {
	float: left;
}

.logo a {
	float: left;
	background: url(/images/logo.png) no-repeat 0px 0px ;
	width: 320px;
	height: 70px;
        background-size: auto 70px;
}

.barofmenu{
	height: 36px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	background: url("../images/mn_bg1.jpg") repeat-x;
	
}

.menubar {
	width:1010px;
	padding-top:0px;
    margin-left: auto;
    margin-right: auto;
}

.menubar ul {
}
.menubar ul li{
	width:auto;
	float:left;
}

.menubar ul li a{
	overflow:hidden;
	font-weight: lighter;
	font-size:16px;
	color: #fff;
	line-height:32px;
	vertic-align:bottom;
	float: left;
	padding-right:23px;
	padding-left:23px;
	height: 36px;
	margin:0px auto;
	
	
}
.menubar ul li a:hover{
	background: url("../images/mn_bg2.jpg") repeat-x;
}

.menubar img{
	float:right;
	margin-right:16px;
}

/*-------- 下拉菜单--------------*/

.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	min-width: 114px;
	visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4);
	margin-top: 0px;
	border: 0px;
	background-color: #bf0515;
	padding:6px;
}

.dropMenu li {
	margin-top:2px;
	margin-bottom:4px;
	padding-left:6px;
}
.dropMenu a {
	width: auto;
	display: block;
	color: #fff;
	padding: 2px 0 2px 1.2em;
}
* html .dropMenu a {
	width: 100%;
}
.dropMenu a:hover {
	text-decoration: none;
	color: #fff;
}
/*------ 下拉菜单---------*/

.left {
	float: left;
	width: 240px;
	overflow: hidden;
}

.right {
	float: right;
  	width: 760px;  
	overflow: hidden;
}


/*左侧模块，公用box box_header*/
.box {margin-bottom: 10px;border: 1px solid #E5E5E5;margin-left: 0px;background-color:#fff;overflow:hidden;display: inline-block;}
.box_header {height:30px;font:14px/28px "黑体"; border-bottom: solid 2px #bf0515;background: url(../images/bh_bg.jpg) repeat-x bottom;}
.box_header span{
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	background: #bf0515;
	padding: 1px 10px;
}

.box_header2 {height:30px;font:14px/28px "黑体"; border-bottom: solid 1px #E5E5E5;background: url(../images/bh_bg.jpg) repeat-x bottom;}
.box_header2 span.title{
	display: inline-block;
	margin-left:18px;
	float:left;
	background: #fff;
	margin-top:4px;
	padding: 0px 16px;
	line-height:26px;
	border-top: solid 1px #E5E5E5;
	border-left: solid 1px #E5E5E5;
	border-right: solid 1px #E5E5E5;
}
/*media screen*/
.box_header2 span.title1 {
    display: inline-block;
    float: left;
    line-height: 26px;
    margin-left: 18px;
    margin-top: 4px;
    padding: 0 16px;
}

.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: #bf0515;
	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:#bf0515;}

/*登陆---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 #bf0515;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{}
.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: #bf0515;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:760px;
	height:240px;
	padding-bottom: 0;
}

.advertisement img{
/* 	width: 1190px; */
	height: 240px;
}

.slidesjs-pagination {
	width: 150px;
	padding-left:8px;
	margin-left: auto;
	margin-right: auto;
    position: relative;
    top:-22px;
    float:right;
    margin-right:25px;
	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;
	border-ra
}

.slidesjs-pagination a:hover {
    background-position: 0 0px;
}

.slidesjs-pagination .active {
    background-position: 0 0px;
}

#news{
	width: 480px;
	height: 194px;
	float: left;

}

.news {
 	width: 98%; 
	color: #333;
	font: 12px/25px "黑体";
	float: left;
	margin-top: 6px;
}

.news li {
 	width: 100%; 
	padding-left: 18px;
	display: inline-block;
}

.news li a {
	float: left;
	color: #333;
	overflow: hidden;
}

.news li a:hover {
	color: #bf0515;
}

.news li span {
	float:right;
	color: #ACACAC;
	margin-right: 20px;
}

#main0{
	width: 98%;
}

.menu_a {
	width: 80%;
	float: left;
	height: 30x;
	margin-left: 20px;
}

.menu_a li {
	color: #000;
	display: block;
	float: left;
	width: 96px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	overflow: hidden;
	
}

.menu_a li.hover {
	width: 96px;
	height: 26px;
	border: none;
	text-align: center;
	line-height: 22px;
	background: #bf0515;
	color: #fff;
	margin-top: 4px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#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: 220px;
	background: url(../images/re_bg.jpg) repeat-x bottom;
}

#recommend .box_header2{
	margin:0 30px;
	background: transparent;
}

#recommend .box_header2 li {
	color: #333;
	width: 120px;
	height: 30px;
	margin-right: 60px;	
	margin-left: 50px;	
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	overflow: hidden;
	
	display: block;
	float: left;
}

#recommend .box_header2 li a{
	color: #333;
	display: inline-block;
	
}

#recommend .box_header2 li:hover {
	margin-bottom:-2px;
	font-weight: bold;
	height: 30px;
	border: none;
	text-align: center;
	padding: 0;
	line-height: 28px;
	border-bottom:2px solid #ff4500;
}
#recommend .content{
	background:url("../images/content_bg.jpg") repeat-x bottom;
	height: 179px;
	width: 702px;
	margin-top: 10px;
	margin-left: 13px;
	padding: 0 17px;
}

#recommend div.content>div{
	width: 120px;
	height: 176px;
	display: inline-block;
	float: left;
	margin-right: 60px;	
	margin-left: 50px;	
	text-align: center;
}
#recommend div.content>div>a{
	display: inline-block;
	width: 64px;
	height: 64px;
}
#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: #bf0515;
}

#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{
	width: 1008px;
	height: 132px;
}
#friendly_link img{
	width:176px;
	margin: 0px 7px;
}

#footer {
	margin-top:10px;
	width: auto;
	min-width:1010px;
	background: #ededed;
	border-top: 1px solid #c6c6c6;
	overflow: hidden;
	height: 92px;
	clear: both;
	text-align:center;
	padding-top: 10px;
}
#footer ul{
	width: 500px;
	overflow: hidden;
	margin: 0 auto;
}
#footer ul li{ display: inline-block;}
#footer span{
	display: block;
	height: 24px;
	line-height: 24px;
	font-size:12px;
	color: #656565;
}

#article{
	width: 758px;
	min-height:350px;
}
#article .box_header {
    border-bottom: 1px solid #eeeeee;
    padding-left: 20px;
}
#article .content_title{
	margin-top:20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

#article .content_body{
	padding:19px;
	width:720px;
	color: #606565;
	line-height: 28px;
	font-size: 14px;
}

#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{
	width: 238px;
	min-height: 150px;
	padding-bottom: 30px;
}

#left_menu .content ul{
	width: 90%; 
	color: #727272;
	line-height: 22px;
	margin: 0 auto;
}
#left_menu .content li{
	display: block;
	height: 30px;
	width: 100%;
	border-bottom: 1px dashed #eeeeee;
}
#left_menu .content li a {
	background:url("../images/lm_icon.png") no-repeat 25px center;
	color: #727272;
	overflow: hidden;
	text-align: center;
	height: 30px;
	line-height:30px;
	display: inline-block;
	font-size:14px;
	width: 100%; 
}

#left_menu .content li.ch_cur{
	border-bottom: 2px solid #bf0515;
	
}

#left_menu .content li a:hover {
	background-color: #eeeeee;
}
