/* CSS Document */

/*
 * body标记样式定义
 */
body{
	 font-family: arial, microsoft yahei, serif; font-family:"宋体";font-size:12px; font-weight:normal; color:#5d5d5d;
}

.clear{zoom:1;}
.clear:after{content:""; display:block; clear:both;}

/*
 * 将具有默认margin和padding的标记置零
 */
 
*{
	margin:0;
	padding:0;
}

/*
 * 修正IE5.x和IE6的斜体溢出bug
 */
* html body{
	overflow: visible;
}
* html iframe, * html frame{
	overflow: auto;
}
* html frameset{
	overflow: hidden;
}
/*
 * 定义图片边框
 * @overlay img
 * @desc 当图片作为链接内容被填充时，会有默认边框出现，重定义掉
 */
img{
	border:0 none;
}

/*
 * 清除ul列表标记的样式
 * @overlay ul, li
 * @desc ul列表更多的用在不需要列表前置符号的样式里
 */
ul, li{
	list-style-type: none;
	color:#000;
}

input.flat{
    border: 1px solid #999999;
    padding: 2px 4px;
}

/*
 * 定义默认的链接样式
 * @overlay a
 * @desc	仅仅是作为默认样式提供，可以在各自的实例中覆盖掉
 */
a:link, a:visited{
	text-decoration:none;
	
}
a{
	color:#f1352f;
	}
a:hover{
	text-decoration: underline;
	
}
/*
a:hover, a:active{
	background-color:#FFFFAA;
	color:#CC0000;
}
*/
/*
 * 清除浮动
 * @overlay div
 */
.clear{
	clear: both;
	margin-bottom: 10px;
}


/**index界面**/
.index_zw{margin: 0 auto; min-width: 320px; }
.in_top img{width: 100%;}
.zb_fot{width: 96%; margin: 0 auto; margin-top: 2%;}
.Starlight_top{margin-bottom: 20px; }
.ltops{float: left; width: 43%;}
.ltops img{width: 100%;}
.ltops_f{float: left; width: 52%; margin-left: 4%;}
.ltops_f img{width: 100%;}
.Start_fot{}
.lfots_le{float: left; width: 43%;}
.lfots_le img{width: 100%;}
.lfots_rig{float: left; width: 52%; margin-left: 4%;}
.lfots_rig img{width: 100%;}
.ltop_rig{margin-bottom: 5%;}

/**Ight_hot界面**/
.Igit_dr{border-bottom:1px solid #999999 ; margin-bottom: 20px; height: 50px; text-align: center;}
.Igit_dr span{ font-family: "微软雅黑"; font-size: 20px; color: #1251A2; font-weight: bold; }
.Igit_span{font-family: "微软雅黑"; font-size: 18px; color: #767777; text-indent: 2em;}
.Igit_span_2{font-family: "微软雅黑"; font-size: 18px; color: #767777; text-indent: 2em; margin-top: 30px; margin-bottom: 20px;}
.Igit_span p{margin-bottom: 20px;}
.Igit_span span{color: #F1352F;}
.Igit_img{width: 100%; margin: 0 auto; margin-bottom: 24px; text-align: center; text-indent: 0px;}
.Igit_img img{width: 100%;}
.zb_fot_xr{width: 92%; margin: 0 auto; padding-top: 20px;}
.Igit_img span{font-family: "微软雅黑"; font-size: 18px; color: #767777; }








