﻿@charset "utf-8";
/*@import url("xc.css");*/

/*整体定义*/
body {margin:0px auto; text-align:center; font-size:12px; color:#737373; font-family:Arial,"宋体";}
body,form,box,div,id,class,p,span,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dt,dd,em,input,textarea,label{ margin:0; padding:0; font-style:normal; }
*{margin:0; padding:0;}
*{-webkit-text-size-adjust: none;}

li{list-style:none;}
img{border:0;}
a {color:#333333; text-decoration:none;}
a:hover{color:#b10606; text-decoration:none;}

.clear{clear:both; height:0px; overflow:hidden;}

.left {float:left;}
.right{float:right;}


/*头部定义*/
#homeTop{width:100%; position:absolute; top:-0;}
				.homeTop{width:100%; height:242px; position:relative; overflow:hidden;}
				.homeTop ul{position:absolute; overflow:hidden; zoom:1; left:0; top:0; width:900%;}
				.homeTop ul li{width:240px; height:242px; float:left; margin-right:6px; background:#f9f9f9;}
				.homeTop ul li h2{height:59px; line-height:59px; text-align:center; background:#036; color:#FFF; font-weight:normal; font-size:16px;}
				.homeTop ul li img{display:block; padding-bottom:10px;}
				.homeTop ul li p{height:22px; line-height:22px; background:#633; text-indent:35px;}
				.homeTopThis{background:#e0e0e0 !important;}
				.homeTopThis h2{color:#95240f !important;}
				.homeTopLeft,.homeTopRight{cursor:pointer; width:21px; height:47px; position:absolute; top:110px;}
				.homeTopLeft{background:#F00; left:-40px;}
				.homeTopLeftThis{background:#900 !important;}
				.homeTopRight{background:#9F0; right:-40px;}
				.homeTopRightThis{background:#066 !important;}
