@charset "utf-8";

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: Arial, Helvetica, "Microsoft YaHei", "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: Arial, Helvetica, "Microsoft YaHei", "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: Arial, Helvetica, "SimHei", "Microsoft YaHei", "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 {
        background: #ffffff;
	display: inline-block;
	float: left;
	width: 320px;
	overflow:hidden;}
.fw_660 {
	display: inline-block;
	float: left;
	width: 660px;
	overflow:hidden;}
/*body_wrap
---------------------------*/
.body_wrap {
	height: auto;}
/*fhead
---------------------------*/
.fhead_wrap {
	height: auto;
    background: url(/mkszy/dfiles/8609/r/cms/ibm/gsgl/images/bjt.png) no-repeat top center;
}
.fhead {
	margin: 0px auto;
	width: 1000px;}
/*fmenu
---------------------------*/
.fmenu_wrap {
	height: auto;
	background: #003399;}
.fmenu {
	margin: 0px auto;
	width: 1000px;
	height: 70px;}
/*fbody
---------------------------*/
.fbody_wrap {
	height: auto;
}
.fbody {
	margin: 0px auto;
	width: 1000px;
	padding: 20px 0px;}
/*ftail
---------------------------*/
.ftail_wrap {
	height: auto;
	border-top: 3px solid #e84411;
	background: #7e0003;}
.ftail {
	margin: 0px auto;
	width: 1000px;
	padding: 25px 0px;}