﻿body, div, ul, li{
	margin:0;
	padding:0;
}
body{
	width:100%;
	height:100%;
	font-family:微软雅黑, Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:25px;
	font-size:10.5px;	
	background:transparent;
}



.container{ 
	width:100%;
    height:auto;
	background: -ms-linear-gradient(top, #E50014 0%,#FFB600 100%); /* IE6+ */
    filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E50014,endColorStr=#FFB600);/*IE*/
    background:-moz-linear-gradient(top,#E50014,#FFB600);/*火狐*/ 
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#E50014), to(#FFB600));/*谷歌*/ 
    float:left;
margin: 0 auto;


}


a:link, a:visited {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration: underline;
	color:#66182C;
	text-decoration:none;
}

ul, ul li {
	list-style-type:none;
}
.cl {
	zoom:1;
}

/*网站头部*/
.banner{
	width: 1000px;
    height: 250px;
	background: #000000;
    margin: 0 auto;



}
.col1000 {
	width:1000px;
	margin:auto;
}
.navbg {
	height:40px;
	width: 100%;
	background: #E50014;
	box-shadow: 1px 1px 7px #ED6500;
	z-index:99;
	left:0;
margin: 0 auto;

}
#navul li {
	float: left;
	margin-right: 1px;
	width:111px;
	height:40px;
	position:relative;
	text-align:center;
	line-height:40px;
}
#navul li.navhome {
	text-align:left;
	padding:0 0px 0 32px;
	width:68px;
}
#navul li a:link, #navul li a:visited {
	color:#FFFFFF;
}
#navul li ul {
	display:none;
	position:absolute;
	z-index:10000;
	top:38px;
	left:-1px;
	background:#4E0000;
	border:#3D0000 1px solid;
	border-bottom:none;
}
#navul li ul li {
	display:block;
	width:111px;
	float:none;
	margin-right:0px;
	height:28px;
	position:relative;
	line-height:28px;
	border-bottom:#3D0000 1px solid;
	font-size:14px;
}
#navul li.navmoon {
	background:#4E0000;
	border:#3D0000 1px solid;
	width:111px;
	height:38px;
	line-height:38px;
}
#navul li.navmoon a {
	color:#FFFFFF;
}
#navul li.navhome a:hover {
	color:#FCFF00;
}
#navul li.navmoon ul {
	display:block;
}
#navul li.navmoon ul a {
	display:block;
	width:110px;
	height:28px;
	line-height:28px;
}
#navul li.navmoon ul a:hover {
	background:#FFB600;
	color:#000000;
}
.contents{
	width: 1000px;
    height: auto;
	background:transparent;
	margin: 0 auto;
}
.login{
	width: 580px;
	height: 28px;
	margin: 5px 10px;
	float:left;
	background: #ffffff;
}
.search{
	width: 320px;
	height: 28px;
	margin: 5px 10px;
	float:right;
	background: #ffffff;
}

.tablefont{
font-size:13px;
height:22px;
}

.con200l{
	width: 248px;
	height: 300px;
	float: left;
	background: #ffffff;
	margin:2px 4px 2px 0px;

}
.con200r{
	width: 248px;
	height: 300px;
	float: right;
	background: #ffffff;
	margin:2px 0px 2px 4px;
}
.con600{
	width: 496px;
	height: 300px;
	float: left;
	background: #ffffff;
	margin:2px 0px 2px 0px;
}
.con250l{
	width: 248px;
	height: 300px;
	float: left;
	background: #ffffff;
	margin:2px 2px 2px 0px;
}

.con250{
	width: 246px;
	height: 300px;
	float: left;
	background: #ffffff;
	margin:2px 2px 2px 2px;
}

.con250r{
	width: 248px;
	height: 300px;
	float: right;
	background: #ffffff;
	margin:2px 0px 2px 2px;
}
.con1000{
	width: 1000px;
	height: 230px;
	float: left;
	background: #ffffff;
	margin:2px 0px 2px 0px;
}

.link{
	width:990px;
	height:27px;
	padding:5px 5px;
	float:left;
	background:#fff;
	text-align:center;
}
.link a{
	font-size:16px;
}
.link img{  
	margin:3px auto;
    vertical-align:bottom;
}  
.footer{
	width: 1000px;
	height: 80px;
	float: left;
	background: #E50014;
	text-align:center;
}

.footer a{
	font-size:14px;
	color:#FFB600;
}

.btn
{
    background:#FFB600;
    border:1px solid #FFB600;
    height:22px;
    font-size:10.5pt;
    font-family:微软雅黑,Microsoft Yahei;
    padding-left:10px;
    padding-right:10px;
    cursor:pointer;
}


/*焦点图*/
.flexslider{margin:auto;position:relative;width:496px;height:300px;overflow:hidden;zoom:1;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{zoom:1;}
.flex-direction-nav a{width:60px;height:90px;line-height:99em;overflow:hidden;margin:-60px 0 0;display:block;background:url(../images/ad_ctr.png) no-repeat;position:absolute;top:55%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:0 -90px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:-15px;left:165px;}
.flex-control-nav li{margin:0 8px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{background:url(../images/dot.png) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;}
.flex-control-paging li a.flex-active{background-position:0 0;}

/*跑马灯*/
.mr_frbox { height: 140px; padding: 8px 8px 0px; }
.mr_frBtnL { float: left; margin: 38px 22px 0px 0px; cursor: pointer; display: inline; }
.mr_frUl { float: left; height: 130px; width: 540px; }
.mr_frBtnR { float: right; margin-top: 38px; cursor: pointer; }
.mr_frUl ul li { display: inline; float: left; height: 128px; width: 205px; margin-right: 13px; overflow: hidden; }
.mr_frUl ul li img { display: block; margin-bottom: 7px; border: 1px solid #D8D8D8; }

/*左侧导航*/
.menu_list{width:200px;padding-left:10px;padding-top:10px}
.menu_list1{margin:10px auto;width:190px;padding-left:10px}
.menu_head{width:194px;height:47px;line-height:47px;padding-left:8px;font-size:18px;color:#525252;cursor:pointer;border:1px solid:#e1e1e1;position:relative;font-weight:bold;background:#f1f1f1 url(../images/pro_left.png) center right no-repeat;margin:0;}
.menu_head img{  
	margin:15px auto;
    vertical-align:bottom;
}  
.menu_list .current{background:#f1f1f1 url(../images/pro_down.png) center right no-repeat;}
.menu_body{width:200px;height:auto;overflow:hidden;line-height:38px;border-left:1px solid #e1e1e1;backguound:#fff;border-right:0px solid #e1e1e1;}
.menu_body a{display:block;width:200px;height:38px;line-height:38px;padding-left:38px;color:#777777;background:#fff;text-decoration:none;border-bottom:1px solid #e1e1e1;}
.menu_body a:hover{text-decoration:none;}