body {
	background: url("/templets/ruijin/images/bg.gif") repeat;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
img{
	display: block;
	margin: auto;
}
a {
	text-decoration: none;
}

p {
	text-align: justify;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
}

h2 {
	margin: 0;padding: 0;
}

.clear {
	clear: both;
}

#wrap {
	width: 977px;
	font-family: "Microsoft Yahei";
	margin: 20px auto auto auto;
}

#main_container {
	width: 977px;
	background: url("/templets/ruijin/images/center_bg_repeat.gif") repeat-y center;
}

#header {
	width: 960px;
	margin: auto;
	height: 90px;
}

#logo {
	padding: 10px 0 0 20px;
	float: left;
}


/*----------------------menu-------------------------*/

#menu {
	width: 600px;
	float: right;
	padding: 40px 0 0 0;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
}

#menu ul li {
	list-style: none;
	display: inline;
	float: left;
	width: auto;
	padding: 0px;
	font-size: 16px;
	position:relative;
	font-weight:bold;
}

#menu ul li.jb:hover a{ background-color:#4A312F; color:#FFF;}

#menu ul li.jb:hover ul{ display:block;}

#menu ul li ul{
	position:absolute;
	width:110px;
	top:31px;
	left:2px;
	z-index:20;
	text-align:center;	
	display:none;
}

#menu ul li ul li{
	list-style:none;
	width:100%;
	line-height:30px;
	text-align:center;
	background-color:#4A312F;
	font-weight:normal;
}

#menu ul li ul li:hover{
	background-color:#924526;
}

#menu ul li ul li a{
	float:none;
	color:#FFF;
}


#menu ul li a {
	float: left;
	text-decoration: none;
	padding: 0px 5px;
	margin: 0px 2px;
	color: #000;
	text-align: center;
	height: 31px;
	line-height: 31px;
}

#menu ul li a:hover {
	background-color: #4A312F;
	color: #fff;
}

#menu ul li ul li a:hover{
	background-color:#924526 !important;
}

#menu ul li a.current {
	float: left;
	text-decoration: none;
	padding: 0px 5px;
	margin: 0px 4px;
	color: #fff;
	text-align: center;
	height: 31px;
	line-height: 31px;
	background-color: #4A312F;
}


/*-----------------middle_banner----------------------------*/

.middle_banner {
	width: 977px;
	height: 252px;
	background: url("/templets/ruijin/images/middle_banner_bg.gif") no-repeat 0 -2px;
}


/*----------------------slider---------------------------*/

.featured_slider {
	width: 965px;
	float: left;
	margin: 8px 0 0 6px;
}

ul,
li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}


/** ----------------------------------------------------- **/

#featured_border {
	position: relative;
	border: none;
	padding: 0px;
	height: 280px;
	margin: 0px;
}

#featured_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#featured_images {
	position: absolute;
	left: 0;
	top: 0;
}

#featured_images li {
	float: left;
}

#featured_images li a {
	height: 280px;
	display: block;
}

#featured_positioner_desc {
	width: 965px;
	height: 280px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#featured_wrapper_desc {
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
}

#featured_desc {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0px;
	margin: 0px;
}

#featured_desc li {
	width: 965px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#featured_desc li div {
	margin: 0px 0 0px 0px;
	padding: 10px;
	width: 945px;
	background: url("/templets/ruijin/images/featured-desc-bg.png");
}

#featured_desc li h2 {
	color: #FFFFFF;
	font-size: 18px;
	padding: 0px 0 5px 0;
	margin: 0px;
}

#featured_desc li p {
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px 0 10px 0;
	margin: 0px;
	line-height: 18px;
}

#featured_buttons {
	position: absolute;
	top: 15px;
	right: 15px;
	width: auto;
	padding: 0;
	list-style: none;
}

#featured_buttons li {
	width: 22px;
	height: 22px;
	background: url("/templets/ruijin/images/featured-button-off.png");
	float: left;
	margin-left: 3px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
	cursor: pointer;
}

#featured_buttons li.clicked {
	background: url("/templets/ruijin/images/featured-button-on.png");
}


/**/


/*-------------------------------*/

.center_content {
	width: 960px;
	clear: both;
	margin: auto;
	padding: 10px 0 20px 0;
}

.center_content_pages {
	width: 960px;
	clear: both;
	margin: auto;
	padding: 20px 0 20px 0;
	background: url("/templets/ruijin/images/center_bg_pages.gif") no-repeat center top;
}

.home_section_left {
	width: 430px;
	height: auto;
	float: left;
	margin: 0 14px 0 14px;
	padding: 0 10px 20px 10px;
	background: url("/templets/ruijin/images/home_block_bg.gif") no-repeat center bottom;
}

.home_section_left a {
	color: #333;
}

.home_section_left p {
	clear: both;
	color: #333;
	line-height: 24px;
}

.home_section_left p span {
	font-weight: bold;
}

img.home_section_icon {
	width: 63px;
	float: left;
}

h2.home_title {
	width: 190px;
	float: left;
	font-size: 20px;
	padding: 20px 0 0px 10px;
	margin: 0px;
	color: #4A312F;
}

.home_subtitle {
	width: 190px;
	float: left;
	padding: 0px 0 0px 10px;
	font-size: 12px;
	color: #a7a7a7;
}

.home_section_thumb {
	float: left;
	clear: both;
	padding: 2px;
	text-align: center;
	margin: 10px 0 10px 0;
	border: 1px #dcdcdc solid;
}

a.more {
	float: right;
}

img.projects {
	float: left;
	padding: 2px;
	margin: 0 10px 0 0;
	border: 1px #dcdcdc solid;
}

.left_content {
	width: 660px;
	float: left;
	padding: 0;
}

.left_content p {
	font-size: 12px!important;
	line-height: 35px!important;
}

.left_block_wide {
	width: 625px;
	float: left;
	padding: 20px 20px 10px 15px;
}

.financial-application-form {
	width: 530px;
	float: left;
	padding: 20px 20px 10px 15px;
}

.financial-application-form p {
	margin-bottom: 30px;
}

.testimonials {
	width: 360px;
	float: right;
	padding: 20px 20px 0 0;
}

.block_wide {
	width: 610px;
	float: left;
	margin: 10px 20px 10px 10px;
	padding: 10px;
	border: 1px #ededed solid;
	display: table;
	box-shadow: 1px 2px 10px #999;
}

.block_wide .title {
	width: 610px;
	content: "";
	display: table;
}

.block_wide .title h2 {
	float: left;
}

.block_wide .daohang {
	float: right;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	width: 340px;
}

.block_wide .article_daohang {
	float: left;
	line-height: 30px;
	color: #666;
	font-size: 14px;
}

.block_wide .article_daohang a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
}

.block_wide .article_title {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 20px;
}

.block_wide .daohang a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
}

.list_article_bottom {
	margin-top: 30px;
	background: #2483A9;
	width: 610px;
	height: 130px;
	padding: 10px 0px 0px 10px
}

.block_wide ul li {
	border-bottom: 1px #bcbcbc dotted;
	padding: 10px 0px;
}

.block_wide ul li h5 {
	margin: 10px 0 15px 0;
}

.block_wide ul li p {
	line-height: 26px;
	font-size: 12pt;
}

.block_wide ul li p img {
	margin-top: 5px;
}

.block_wide ul li a {
	color: #4A312F;
	font-size: 14px;
}

.wide_content {
	width: 930px;
	clear: both;
	padding: 10px 15px 0 15px;
}

.right_block {
	width: 260px;
	float: right;
	padding: 10px 20px 10px 0;
}

.right_block .yuyue {
	width: 100%;
	border: 1px solid #e4e4e4;
}
.right_block .yuyue .yy-1{
	width: 100%;
	height:40px;
	background:#f6f6f6 url(/templets/ruijin/images/art-line.png) no-repeat bottom left;
	position: relative;
}
.right_block .yuyue .yy-1 h2 {
	display: block;
	font: bold 18px/20px 'Microsoft YaHei';
	color: #7e4136;
	padding-left: 30px;
	background: url(/templets/ruijin/images/art-5.png) no-repeat;
	background-position: 0px 2px;
	position: absolute;
	left: 10px;
	top: 8px;
}
.right_block .yuyue > a img{
	margin:3px 6px;
}
.right_block .yuyue ul{
	list-style-type: none;
	width: 248px;
	margin:3px 6px;
	overflow: hidden;
	padding:0;
}
.right_block .yuyue ul li{
	float: left;
	margin: 0;
	padding: 0;
}
.right_block .yuyue ul li img{
	margin-right: 2px;
	padding: 0;
}
.right_block .zhuanj{
	width: 100%;
	border: 1px solid #e4e4e4;
	margin-top: 10px;
}
.right_block .zhuanj .zj{
	width: 100%;
	height:40px;
	background:#f6f6f6 url(/templets/ruijin/images/art-line.png) no-repeat bottom left;
	position: relative;
}
.right_block .zhuanj .zj h2{
	display: block;
	font: bold 18px/20px 'Microsoft YaHei';
	color: #7e4136;
	padding-left: 30px;
	background: url(/templets/ruijin/images/art-5.png) no-repeat;
	background-position: 0px -24px;
	position: absolute;
	left: 10px;
	top: 8px;
}
.right_block .zhuanj .zj-ys{
	width: 248px;
	height: 180px;
	margin: 6px;
	position: relative;
	overflow: hidden;
}
.right_block .zhuanj .zj-ys ul{
	width: 1240px;
	height: 180px;
	position: absolute;
	overflow: hidden;
}
.right_block .zhuanj .zj-ys ul li{
	float: left;
	width: 248px;
	overflow: hidden;
}
.right_block .zhuanj .zj-ys ul li img{
	float: left;
}
.right_block .zhuanj .zj-ys ul li div{
	width: 150px;
	float: right;
}
.right_block .zhuanj .zj-ys ul li div h4{
	margin: 0;
	padding: 0;
	font: bold 16px/20px 'Microsoft YaHei';
	color:#7e4136;
	margin-top: 4px;
}
.right_block .zhuanj .zj-ys ul li div p{
	font: normal 12px/18px '宋体';
	margin-top: 10px;

}
.right_block .zhuanj .zj-ys ul li div p a{
	color: red;
}
.right_block .zhuanj .zj-ys ul li span{
	display: block;
	width: 100%;
	overflow: hidden;
}
.right_block .zhuanj .zj-ys ul li span a{
	display: block;
	width: 33%;
	font: normal 12px/30px '宋体';
	color: white;
	text-align: center;
	margin:6px;
	border-radius: 4px;
	float: left;
	background: #7e4136 url(/templets/ruijin/images/art-5.png) no-repeat;
	background-position: 10px -161px;
	padding-left: 30px;
}
.right_block .zhuanj .zj-ys ul li span a:last-child{
	background: #ff9414 url(/templets/ruijin/images/art-5.png) no-repeat;
	background-position: 10px -190px;
}
.right_block .qub{
	width: 100%;
	border: 1px solid #e4e4e4;
	margin-top: 10px;
}
.right_block .qub .qb-1{
	width: 100%;
	height:40px;
	background:#f6f6f6 url(/templets/ruijin/images/art-line.png) no-repeat bottom left;
	position: relative;
}
.right_block .qub .qb-1 h2{
	display: block;
	font: bold 18px/20px 'Microsoft YaHei';
	color: #7e4136;
	padding-left: 30px;
	background: url(/templets/ruijin/images/art-5.png) no-repeat;
	background-position: 0px -51px;
	position: absolute;
	left: 10px;
	top: 8px;
}
.right_block .qub ul{
	margin-top: 10px;
}
.right_block .qub ul li{
	width: 100%;
	height: 30px;
	background: #f6f6f6;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.right_block .qub ul li p{
	font: normal 14px/30px '宋体';
	color: #7e4136;
	margin-left: 10px;
	background: url(/templets/ruijin/images/art-5.png) no-repeat;
	background-position: 200px -248px;
}
.right_block .qub .qb-2{
	height: 130px;
	background: #ff9414;
}
.right_block .qub .qb-2 p{
	background-position: 200px -221px;
}

.right_block .guanz{
	width: 100%;
	border: 1px solid #e4e4e4;
	margin-top: 10px;
	padding-bottom: 10px;
}
.right_block .guanz .gz{
	width: 100%;
	height:40px;
	background:#f6f6f6 url(/templets/ruijin/images/art-line.png) no-repeat bottom left;
	position: relative;
}
.right_block .guanz .gz h2{
	display: block;
	font: bold 18px/20px 'Microsoft YaHei';
	color: #7e4136;
	padding-left: 30px;
	background: url(/templets/ruijin/images/art-5.png) no-repeat;
	background-position: 0px -79px;
	position: absolute;
	left: 10px;
	top: 8px;
}
.right_block .guanz .gz-1{
	width:248px;
	margin: 6px;
}
.right_block .guanz .gz-1 a{
	display: block;
	width: 50%;
	font: normal 12px/26px '宋体';
	color: white;
	float: left;
	text-align: center;
	margin-top: 4px;
}
.right_block .guanz p{
	width: 100%;
	font: bold 16px/40px 'Microsoft YaHei';
	color:#7e4136;
	text-align: center;
}
.right_block .guanz > a{
	display: block;
	width: 100px;
	font: bold 16px/30px 'Microsoft YaHei';
	color: white;
	text-align: center;
	background: #7e4136;
	margin: 0 auto;
}

.right_block .laiy{
	width: 100%;
	border: 1px solid #e4e4e4;
	margin-top: 10px;
}
.right_block .laiy .ly{
	width: 100%;
	height:40px;
	background:#f6f6f6 url(/templets/ruijin/images/art-line.png) no-repeat bottom left;
	position: relative;
}
.right_block .laiy .ly h2{
	display: block;
	font: bold 18px/20px 'Microsoft YaHei';
	color: #7e4136;
	padding-left: 30px;
	background: url(/templets/ruijin/images/art-5.png) no-repeat;
	background-position: 0px -108px;
	position: absolute;
	left: 10px;
	top: 8px;
}
.right_block .laiy > a img{
	margin-top: 10px;
}
.right_block .fenx{
	width: 100%;
	border: 1px solid #e4e4e4;
	margin-top: 10px;
	padding-bottom: 10px;
}
.right_block .fenx .fx{
	width: 100%;
	height:40px;
	background:#f6f6f6 url(/templets/ruijin/images/art-line.png) no-repeat bottom left;
	position: relative;
}
.right_block .fenx .fx h2{
	display: block;
	font: bold 18px/20px 'Microsoft YaHei';
	color: #7e4136;
	padding-left: 30px;
	background: url(/templets/ruijin/images/art-5.png) no-repeat;
	background-position: 0px -79px;
	position: absolute;
	left: 10px;
	top: 8px;
}
.right_block .fenx .fx-1{
	margin-top: 10px;
	overflow: hidden;
}
.right_block .fenx .fx-1 img{

	float: left;
}
.right_block .fenx .fx-1 div{
	width: 140px;
	float: right;
}
.right_block .fenx .fx-1 div h4{
	margin: 0;
	padding: 0;
	font: bold 14px/20px 'Microsoft YaHei';
	color: #7e4136;
	text-align: center;
}
.right_block .fenx .fx-1 div p{
	font: normal 12px/16px '宋体';
}
.right_block .fenx .fx-1 div p a{
	color: red;
}
.right_block .fenx > p{

	margin-right: 10px;
	padding-left: 60px;
	font: normal 12px/20px '宋体';
	background:url(/templets/ruijin/images/art-5.png) no-repeat;
	background-position: 0px -281px;
	margin-top: 10px;
	overflow: hidden;
}
.right_block .fenx > p a{
	display: block;
	float: left;
	color: #5c5c5c;
}
.right_block .fenx > p span{
	display: block;
	float: right;
}


.right_block .tsjs{
	width: 100%;
    border: 1px solid #e4e4e4;
    margin-top: 10px;
}
.right_block .tsjs .ts{
	    width: 100%;
    height: 40px;
    background: #f6f6f6 url(/templets/ruijin/images/art-line.png) no-repeat bottom left;
    position: relative;
}
.right_block .tsjs .ts h2{
	display: block;
    font: bold 18px/20px 'Microsoft YaHei';
    color: #7e4136;
    padding-left: 30px;
    background: url(/templets/ruijin/images/art-5.png) no-repeat;
    background-position: 0px -79px;
    position: absolute;
    left: 10px;
    top: 8px;
}
.right_block .tsjs .tsbody{
	width: 250px;
	height: 210px;
	margin: 5px;
}
.right_block .tsjs .tsbody .tsjs_left{
	width: 126px;
	height: 210px;
	float: left;
}
.right_block .tsjs .tsbody .tsjs_left img{
    margin-bottom: 5px;
}
.right_block .tsjs .tsbody .tsjs_left img:nth-child(3){
	margin-bottom: 0;
}
.right_block .tsjs .tsbody .tsjs_right{
	width: 116px;
	height: auto;
	float: right;
}
.right_block .ynhj{
	width: 100%;
    border: 1px solid #e4e4e4;
    margin-top: 10px;
}
.right_block .ynhj .yj{
	width: 100%;
    height: 40px;
    background: #f6f6f6 url(/templets/ruijin/images/art-line.png) no-repeat bottom left;
    position: relative;
}
.right_block .ynhj .yj h2{
	display: block;
    font: bold 18px/20px 'Microsoft YaHei';
    color: #7e4136;
    padding-left: 30px;
    background: url(/templets/ruijin/images/art-5.png) no-repeat;
    background-position: 0px -79px;
    position: absolute;
    left: 10px;
    top: 8px;
}
.right_block .ynhj .yjbody{
	width: 253px;
	height: 258px;
	margin: 5px;
}
.right_block .ynhj .yjbody .ynhj_up{
	height: 128px;
	margin-bottom: 5px;
}
.right_block .ynhj .yjbody .ynhj_up img{
	width: 120px;
	float: left;
}
.right_block .ynhj .yjbody .ynhj_up img:nth-child(1){
	margin-right: 4px;
	margin-left: 2px;
}
.right_block .ynhj .yjbody .ynhj_bottom{
	height: 123px;
}





img.pic {
	border: 3px #22496a solid;
	margin: 15px 0 10px 0;
}

.home_news a {
	font-size: 12px;
	color: #00AA4F;
	text-decoration: none;
	border-bottom: 1px #bcbcbc dotted;
	padding: 10px 0 5px 12px;
	display: block;
	background: url("/templets/ruijin/images/arrow.gif") no-repeat left top;
	background-position: 0px 13px;
}

.home_news a:hover {
	text-decoration: underline;
}

input.newsletter_input {
	border: 1px #4883B4 solid;
	width: 193px;
	height: 18px;
	padding: 4px;
	margin-bottom: 10px;
}

input.newsletter_submit {
	background-color: #4A312F;
	color: #FFF;
	padding: 8px 35px;
	margin-left: 35px;
	border: 1px #fdeaeb solid;
	cursor: pointer;
	outline: none;
}

input.newsletter_submit:hover {
	background: #042C4E;
}

.testbox {
	padding: 20px 10px 5px 0;
	margin: 0;
	border-bottom: 1px #ededed solid;
}

.testbox p {
	font-style: italic;
}

.abstract {
	border: 1px solid #ededed;
	height: auto;
	width: 550px;
	margin: 10px auto;
	text-align: left;
	line-height: 30px;
	font-size: 14px;
	padding: 0px 20px;
	background-color: #ECF8FF;
}

.message {
	color: #4A312F;
	text-align: center;
}

.art-top{
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
}
.art-top img{
	float: left;
	margin-right: 10px;
}

.art-btm-btn {
	width: 68%;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	overflow: hidden;
}

.art-btm-btn img {
	float: left;
	margin: 0 10px;
}

.article_bottom {
	text-align: center;
	color: #666;
	margin: 20px auto;
	font-size: 17px;
}
.article_bottom span{
	margin-right: 15px;
}

.article_bottom a {
	text-align: center;
	color: #4A312F;
}

DIV.jogger {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	text-align: center;
	PADDING-BOTTOM: 15px;
	MARGIN: 7px;
	PADDING-TOP: 15px;
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
}

DIV.jogger span {
	PADDING-RIGHT: 0.64em;
	PADDING-LEFT: 0.64em;
	PADDING-BOTTOM: 0.43em;
	MARGIN: 2px;
	COLOR: #fff;
	PADDING-TOP: 0.5em;
	BACKGROUND-COLOR: #ee4e4e;
	TEXT-DECORATION: none;
}

SPAN.thisclass {
	PADDING-RIGHT: 0.64em;
	PADDING-LEFT: 0.64em;
	PADDING-BOTTOM: 0.43em;
	MARGIN: 2px;
	COLOR: #6d643c;
	PADDING-TOP: 0.5em;
	BACKGROUND-COLOR: #f6efcc;
}

DIV.jogger A {
	PADDING-RIGHT: 0.64em;
	PADDING-LEFT: 0.64em;
	PADDING-BOTTOM: 0.43em;
	MARGIN: 2px;
	COLOR: #fff;
	PADDING-TOP: 0.5em;
	BACKGROUND-COLOR: #ee4e4e;
	TEXT-DECORATION: none;
}


/*-----------------------contact_form-------------------*/

.form {
	height: auto;
	float: left;
}

#zzgh {
	width: 260px;
}

.form_row {
	margin-top: 24px;
}

.form_row input {
	width: 258px;
	height: 30px;
	border: 1px #4883B4 solid;
	margin-bottom: 14px;
}

input.submit {
	width: 260px;
	background-color: #4A312F;
	font-size: 16px;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
}


/*-----------------------------footer------------------*/

.footer {
	clear: both;
	width: 960px;
	margin: auto;
	background: url("/templets/ruijin/images/footer_bg.jpg") no-repeat center;
	height: 65px;
}

.copyright {
	/* float: left; */
	padding: 10px 0 0 15px;
	color: #6996c0;
}

.copyright a {
	color: #2A1C11;
	text-decoration: none;
}

.footer_links {
	float: right;
	padding: 30px 15px 0 0;
}

.footer_links a {
	text-decoration: none;
	color: #2A1C11;
	padding-left: 10px;
}

.footer_links a:hover {
	text-decoration: underline;
	color: #2A1C11;
}