@charset "utf-8";
/*--------------------------------------------------------------
*Filename:                      style.css
---------------------------------------------------------------*/

/*body
---------------------------------------------------------------*/
body {
	width: 100%;
 width:expression(document.body.clientWidth <= 1100? "1100px": "auto");
	min-width: 1100px;
	height: auto;
	background: #ffffff;
	color: #666666;
	font-size: 13px;
	font-family: "Microsoft YaHei", Arial, Helvetica, "STHeiti Light", sans-serif;}
/*a::hover
---------------------------------------------------------------*/
a {
	color: #666666;
	outline: none;
	cursor: pointer;
	text-decoration: none;}
a:hover {
	outline: none;
	cursor: pointer;}
/*p
---------------------------------------------------------------*/
p {
	line-height: 25px;
	font-family: "Microsoft YaHei", Arial, Helvetica, "STHeiti Light", sans-serif;}
/*font color
---------------------------------------------------------------*/
.ft_fff {
	color: #ffffff;}
.ft_666 {
	color: #666666;}
.ft_197 {
	color: #197954;}
/*h1, h2, h3, h4, h5, h6
---------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	cursor: default;
	color: #444444;
	font-weight: normal;
	font-family: "Microsoft YaHei", Arial, Helvetica, "STHeiti Light", sans-serif;}
h1 {
	font-size: 25px;
	line-height: 40px;}
h2 {
	font-size: 21px;
	line-height: 40px;}
h3 {
	font-size: 17px;
	line-height: 30px;}
h4 {
	font-size: 15px;
	line-height: 30px;}
h5 {
	font-size: 13px;
	line-height: 20px;}
h6 {
	font-size: 11px;
	line-height: 20px;}
/*padding-top
---------------------------------------------------------------*/
.pdt_5 {
	padding-top: 5px;}
.pdt_10 {
	padding-top: 10px;}
.pdt_20 {
	padding-top: 20px;}
.pdt_30 {
	padding-top: 30px;}
/*padding-left
--------------------------------------------------------------*/
.pdl_10 {
	padding-left: 10px;}
.pdl_20 {
	padding-left: 20px;}
.pdl_30 {
	padding-left: 30px;}
/*padding-right
---------------------------------------------------------------*/
.pdr_10 {
	padding-right: 10px;}
.pdr_20 {
	padding-right: 20px;}
.pdr_30 {
	padding-right: 30px;}
/*margin-top
---------------------------------------------------------------*/
.mgt_5 {
	margin-top: 5px;}
.mgt_10 {
	margin-top: 10px;}
.mgt_20 {
	margin-top: 20px;}
.mgt_30 {
	margin-top: 30px;}
/*margin-left
--------------------------------------------------------------*/
.mgl_10 {
	margin-left: 10px;}
.mgl_20 {
	margin-left: 20px;}
.mgl_30 {
	margin-left: 30px;}
/*margin-right
---------------------------------------------------------------*/
.mgr_10 {
	margin-right: 10px;}
.mgr_20 {
	margin-right: 20px;}
.mgr_30 {
	margin-right: 30px;}
/*css3
---------------------------------------------------------------*/
.opacity {
	-moz-opacity: 0.5; /*ff*/
	opacity: 0.5; /* firefox,safari(webkit),opera)*/
	filter: "alpha(opacity=50)"; /* ie 8 */
	filter: alpha(opacity=50);  /* ie 4-7 */
	zoom: 1;}
.transition {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;}
.box-shadow {
	-webkit-box-shadow: 0px 3px 7px #000;
	-moz-box-shadow: 0px 3px 7px #000;
	box-shadow: 0px 3px 7px #000;}
.text-shadow {
	text-shadow: 1px 1px 1px #000000;}
/*clear float
---------------------------------------------------------------*/
.cf:before, .cf:after {
	content: "";
	display: table;}
.cf:after {
	clear: both;}
.cf {
 *zoom:1;}
/*layout
---------------------------------------------------------------*/
.fw_320 {
	display: inline-block;
	float: left;
	width: 288px;
	background: #efe8d6;
	padding:25px 15px 15px 15px;
	overflow: hidden;
	border:1px solid #dec9b4;
	border-radius: 12px;}
.fw_slide {
	display: inline-block;
	float: left;
	width: 320px;
	height:248px;
	background: #ffffff;
	overflow: hidden;}
.fw_link {
	display: inline-block;
	width: 968px;
	background: #fffdf7;
	padding:15px;
	overflow: hidden;
	border:1px solid #dec9b4;
	border-radius: 12px;}
/*ftop
---------------------------*/
.ftop {
	background: #ef570b;}
/*fhead
---------------------------*/
.fhead {
	height: 270px;
	background: url(/jsc/dfiles/7351/r/cms/ia/jcsj/images/topbg33.jpg) center top no-repeat;}
.fhead_logo{display:none;}
/*fbody
---------------------------*/
.fbody {
	margin: 0px auto;
	width: 1000px;
	padding: 30px 0px;
	overflow: hidden;}
/*ftail
---------------------------*/
.ftail {
	height: auto;
	padding: 25px 0px;
	background: #d3be73;}