@charset "utf-8";
body { padding:0;margin:0; font-family: "宋体", Arial, sans-serif; color: #000; font-size:12px; line-height:1.8; background:url(../images/bg.jpg) repeat;}
* { padding:0; margin:0;}
div, h1, h2, h3, h4, p, form, ul, label, input, textarea, img, span, dl, dt, dd { margin:0; padding:0;}
table {border-collapse:collapse;}
a { text-decoration: none; color:#fff;}
a:hover { color:#C33;text-decoration: none;}
ul { padding:0; margin:0;}
li { list-style-type: none;}
img { border: none;}
.clear { clear: both;}
/*头部*/
.header{margin:auto;height:70px; width:1260px; }
.header .dh{ float:right;  margin-top:40px;}
.header .dh li{ float:left; margin-right:120px;color:#FFF;font-family:Arial, sans-serif;font-size:12px;}
.header .dh li a{color:#FFF;font-family:Arial, sans-serif;font-size:12px;}
.header .dh li a:hover{color:#fff;font-family:Arial, sans-serif;font-size:12px;}
/*中部*/
.main{ float:left;background:url(../images/mainbg.jpg); width:100%; min-width:1260px;}
.gao12{ float:left;height:12px;width:100%;}
.main .ycmain{margin:auto; width:1180px;}
/*首页中部*/
.main .ycmain .list{ float:left;width:294px; height:196px;}
.main .ycmain .list .szi a{ color:#FFF; font-size:18px;font-family: "微软雅黑","宋体", Arial, sans-serif;}
.main .ycmain .list li{ float:left; width:97px; height:97px; margin-top:1px; margin-right:1px; }
.main .ycmain .list li img{ float:left; width:97px; height:97px;opacity:0.05;filter:alpha(opacity=5);}
.main .ycmain .list li a img:hover{opacity:1;filter:alpha(opacity=100); /* 针对 IE8 以及更早的版本 */}
.fmain{margin:auto; width:1180px; overflow:hidden;}
.fmain .foot{ float:left; height:91px;width:1180px; color:#eaeaea; font-size:12px; background:url(../Images/flogo.png) left center no-repeat; margin-top:10px;}
.fmain .foot .txt{ float:left; margin-left:60px; margin-top:65px;}
.fmain .foot .txt1{float:left;margin-left:10px; margin-top:65px;}

.main .main1{margin:auto; width:1180px;}
.main .main1 .bg1{ float:left; width:1180px; margin-top:12px;background:url(../images/bg1.jpg) repeat;}
.main .main1 .bg1 .lleft{ float:left;width:490px; height:460px; background:none; margin-left:80px; margin-top:90px; margin-bottom:30px;font-size:16px; color:#fff;font-family: "微软雅黑","宋体", Arial, sans-serif; line-height:32px; overflow:hidden;}
.main .main1 .bg1 .lright{ float:left;width:500px; height:485px; margin-top:40px; margin-bottom:30px; overflow:hidden;}
.textScroll1{float:left;overflow:hidden; width:500px; height:485px;}
.textScroll1 li{float:left;margin:0px; padding:0px;width:500px;}
.textScroll1 li img{ float:left; margin-left:60px; width:188px; height:87px; margin-bottom:10px;}

.main .main1 .bg2{ float:left; width:1180px; margin-top:12px;background:url(../images/bg2.jpg) repeat;}
.main .main1 .bg2 .lleft{ float:left;width:349px; height:460px; background:none; margin-left:60px; margin-top:90px; margin-bottom:30px;font-size:16px; color:#fff;font-family: "微软雅黑","宋体", Arial, sans-serif; line-height:32px; overflow:hidden;}
.main .main1 .bg2 .lright{ float:left;width:761px; height:505px; margin-top:30px; margin-bottom:20px; overflow:hidden;}

.main .main1 .bg3{ float:left; width:1180px; margin-top:12px;background:url(../images/bg3.jpg) repeat; min-height:555px;}
.main .main1 .bg3 .catname{ float:left; width:1110px; margin-left:40px; margin-top:25px; overflow:hidden;font-size:13px; color:#fff;font-family: "微软雅黑","宋体", Arial, sans-serif; line-height:24px;}
.main .main1 .bg3 .list{ float:left;width:1130px; margin-left:20px; padding-bottom:30px;}
.main .main1 .bg3 .list li{float:left; width:545px; margin-top:15px; margin-left:20px;font-size:13px; color:#fff;font-family: "微软雅黑","宋体", Arial, sans-serif; line-height:24px;}

#imgbox-loading {
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/imgbox-spinner.gif') center center no-repeat;
	cursor: pointer;
	display: none;
	z-index: 90;
}

#imgbox-loading div {
	background: #FFF;
	width: 100%;
	height : 100%;
}

#imgbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 80;
}

.imgbox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	display: none;
	z-index: 90;
}

.imgbox-img {
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.imgbox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/imgbox-close.png') top left no-repeat;
	cursor: pointer;
	outline: none;
}

.imgbox-title {
	padding-top: 10px;
	font-size: 11px;
	text-align: center;
	font-family: Arial;
	color: #333;
	display: none;
}

.imgbox-bg-wrap {
	position: absolute;
	padding: 0;
	margin: 0;
	display: none;
}

.imgbox-bg {
	position: absolute;
	width: 20px;
	height: 20px;
}

.imgbox-bg-n {
	left: 0;
	top: -20px;
	width: 100%;
	background: url(../images/imgbox-bg-n.png) repeat-x;
}

.imgbox-bg-ne {
	right: -20px;
	top: -20px;
	background: url(../images/imgbox-bg-ne.png) no-repeat;
}

.imgbox-bg-e {
	right: -20px;
	top: 0;
	height: 100%;
	background: url(../images/imgbox-bg-e.png) repeat-y;
}

.imgbox-bg-se {
	right: -20px;
	bottom: -20px;
	background: url(../images/imgbox-bg-se.png) no-repeat;
}

.imgbox-bg-s {
	left: 0;
	bottom: -20px;
	width: 100%;
	background: url(../images/imgbox-bg-s.png) repeat-x;
}

.imgbox-bg-sw {
	left: -20px;
	bottom: -20px;
	background: url(../images/imgbox-bg-sw.png) no-repeat;
}

.imgbox-bg-w {
	left: -20px;
	top: 0;
	height: 100%;
	background: url(../images/imgbox-bg-w.png) repeat-y;
}

.imgbox-bg-nw {
	left: -20px;
	top: -20px;
	background: url(../images/imgbox-bg-nw.png) no-repeat;
}
.szi{opacity:0.9;filter:alpha(opacity=90); color:#FFF; line-height:95px; text-align:center;font-size:18px;font-family: "微软雅黑","宋体", Arial, sans-serif;}
