@charset "utf-8";

#article{
	background: #e9d198; /* Old browsers */
	background: -moz-linear-gradient(top, #e9d198 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9d198), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9d198 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e9d198 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e9d198 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e9d198 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9d198', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.jq-bg{
	width: 950px;
	height: 480px;
	position: relative;
	margin: 0px auto;
	background: url(../img/index1-2bg.png);
}
.jq-txt{
	width: 460px;
	height: 450px;
	text-align: left;
	line-height: 15px;
	letter-spacing: 1px;
	position: absolute;
	z-index: 10;
	top: 20px;
	background: url(../img/index1-2bgtxt.png);
}
.jq-btn1, .jq-btn2{
	width: 67px;
	height: 16px;
	text-align: center;
	line-height: 15px;
	margin-right: 0px;
	border: 1px solid #000;
	cursor: pointer;
	margin-left: 216px;
}
.jq-btn1:hover, .jq-btn2:hover{
	color: #01019A;
	border: 1px solid #01019A;
}
.jq-close1, .jq-close2, .jq-close3{
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin: 12px 0 0 720px;
	border: 1px solid #000;
}	.jq-close1:hover, .jq-close2:hover{
		color: #009;
		border: 1px solid #009;
	}


.jq-btn1_content, .jq-btn2_content, .jq-btn3_content{
	width: 750px;
	height: 480px;
	position: absolute;
	z-index: 3;
	left: 150px;
	background: url(../img/index1-2bg2.png);
}

.jq-txtp{
	width: 286px;
	display: block;
	font-size: 13px;
	margin: 5px 0px;
	line-height: 18px;
	letter-spacing: 1px;
}
.jq-title-txt{
	width: 453px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	color: #000099;
	border-bottom: 1px solid #000099;
}
.jq-content-txt{
	margin-top : 5px;
	width: 453px;
	float: right;
	text-align: left;
	line-height: 20px;
}

.rr_txt{
	color: #AB2D2C;
	font-weight: bold;
}

.jq-btn-bottom, .jq-btn-up{
	width: 60px;
	height: 15px;
	border: 1px solid #000;
	clear: both;
	margin: 5px 0 0 500px;
	text-align: center;
	cursor: pointer;
} .jq-btn-bottom:hover, .jq-btn-up:hover{
	color: #009;
	border: 1px solid #009;
	}


.title-line{
	width: 6px;
	height: 20px;
	float: left;
	margin-right: 5px;

	background: #cc6600; /* Old browsers */
	background: -moz-linear-gradient(top, #cc6600 0%, #cc6600 46%, #990000 55%, #990000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc6600), color-stop(46%,#cc6600), color-stop(55%,#990000), color-stop(100%,#990000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc6600 0%,#cc6600 46%,#990000 55%,#990000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc6600 0%,#cc6600 46%,#990000 55%,#990000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cc6600 0%,#cc6600 46%,#990000 55%,#990000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cc6600 0%,#cc6600 46%,#990000 55%,#990000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6600', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
}
.title-text{
	font-size: 22px; 
	padding-top: 70px;
	margin-bottom: 30px;
	font-weight: bold;
}