﻿body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
body,button,input,select,textarea,label{
	font-size:16px;
	font-family:Microsoft Yahei;
	-webkit-text-size-adjust:none;
}
button,input,select,label{
	vertical-align:middle;
	list-style-type:none;
	border:none;outline:none ;
}
ul,ol,p,h1,h2,h3,h4,h5,h6,button,input,select,textarea{
	font-size:100%;
}
ul,ol{
	list-style:none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
a img,span img{
	vertical-align:middle;
}
img{
	border:0 none;
	vertical-align:middle;
}
a{
	text-decoration:none;
	color:inherit;
}
a:hover{
	text-decoration: none;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cor{
	color:#9d9d9d;
}

.m1_lis a:hover{
	color:#e55f6a;
}
.main2_ul a:hover{
	color:#e55f6a;
}

.ma{
	width:1200px;
	margin:0 auto;
}
body{
	background:#f0f0f0;
}
#header{
	background: url(top.png) no-repeat center top;
	height:233px;
}

.header_icon{
	margin-top:74px;
	margin-left: -13px;
}
#nav{
	background: #cb1c02;
}
.nav{
	color:#fff;	
}
.nav_li{
	width: 158px;
	text-align: center;
	font-size: 24px;
	/*border-radius: 3px;*/
	margin-left: 50px;
	position: relative;
}
.nav_li:first-child{
	margin-left:0;
}
.nav_li:hover{
	background: #e92205;
}

.nav_hide{
	position: absolute;
	top:50px;
	background:#e92205;
	z-index: 100;
	display: none;
	text-align: left;
}
.nav_hide a{
	display: inline-block;
	font-size: 14px;
	line-height: 45px;
	padding:0 15px;
	box-sizing: border-box;
	border-top:1px solid #cb1c02;
}
.nav_hide a:hover{
	background: #cb1c02;
}
.nav_li:hover .nav_hide{
	display: block;
}
.nav_li a{
	display:inline-block;
	width:100%;
}
.nav_cen *{
	vertical-align:middle;
}
.nav_li i{
	display:inline-block;
	height: 50px;
	margin-right: 10px;
}
.icon1{
	width:22px;
	background:url(xz1.png) no-repeat center;
}
.icon2{
	width: 22px;
	background:url(xz2.png) no-repeat center;
}
.icon3{
	width:33px;
	background:url(xz3.png) no-repeat center;
}
.icon4{
	width:30px;
	background:url(xz4.png) no-repeat center;
}
.icon5{
	width: 31px;
	background:url(xz5.png) no-repeat center;
}
.icon6{
	width: 27px;
	background:url(xz6.png) no-repeat center;
}



#main{
	background:#f0f0f0;
}
.main{
	background:#fff;
	overflow: hidden;
	padding-top: 15px;
}
.main_left{
	width: 865px;
	padding-left:15px;
}
.slideBox{
	width:360px;
	height:278px;
	position: relative;
	overflow: hidden;
}
.slideBox_title{
	line-height: 45px;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	height: 45px;
	color:#fff;
}

.main_slide_text{
  	width:100%;
  	background-color: rgba(0,0,0,0.5);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
}
.main_slide_text a{
	display:inline-block;
	font-size: 18px;
	font-family: 'Microsoft YaHei';
  	color: #FFFFFF;
  	padding-left:10px;
  	width:260px;
  	overflow: hidden;
  	text-overflow:ellipsis;
  	white-space: nowrap;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .main_slide_text{
    background-color:#000000;
    filter:Alpha(opacity=50);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
  .main_slide_text a{
    position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
  }  
}

.slideBox .hd{ 
	overflow:hidden; 
	position:absolute; 
	bottom:17px;
	right:10px;
	z-index:1; 
}
.slideBox .hd ul{ 
	overflow:hidden; 
	zoom:1;  
}
.slideBox .hd ul li{ 
	cursor:pointer;
	width: 7px; 
	height: 7px;
	margin-left:7px;
	background: url(ty2.png);
	float: left;
}
.slideBox .hd ul li.on{ 
	background:url(ty1.png);
}

.slideBox .bd{ 
	position:relative; 
	height:100%; 
	z-index:0;   
}
.slideBox .bd li{ 
	zoom:1; 
	vertical-align:middle; 
}
.slideBox .bd img{  
	display:block;  
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ 
	position:absolute; 
	left:3%; 
	top:50%; 
	margin-top:-25px; 
	display:block; 
	width:32px; 
	height:40px; 
	background:url(slider-arrow.png) -110px 5px no-repeat; 
	filter:alpha(opacity=50);
	opacity:0.5;
	display: none;   
}
.slideBox .next{ 
	left:auto; 
	right:3%; 
	background-position:8px 5px; 
}
.slideBox .prev:hover,
.slideBox .next:hover{ 
	filter:alpha(opacity=100);
	opacity:1;  
}
.slideBox .prevStop{ 
	display:none;  
}
.slideBox .nextStop{ 
	display:none;  
}


.main_xlis{
	width: 490px;
}
.main_xlis_title{
	border-top:2px solid #e2e2e2;
	padding:15px 10px 0px 0;	
}
.main_xlis_title .fr{
	line-height: 20px;
}
.main_xtitle{
	display: inline-block;
	position: relative;
	font-size: 20px;
	color:#cb1c02;
	font-weight: bold;
}
.main_xtitle:before{
	content: '';
	display: inline-block;
	position: absolute;
	top:-16px;
	left:0;
	right:0;
	height: 2px;
	background: #cb1c02;
}
.main_xUl{
	height: 240px;
	overflow: hidden;
}
.main_xUl li{
	padding-right: 10px;
	height: 40px;
	line-height: 50px;
	overflow: hidden;
}
.main_xUl li:hover{
	color:#cb1c02;
}
.main_xUl li i{
	display: inline-block;
	width: 4px;
	height: 4px;
	background:#cecece;
	margin-right: 10px;
	vertical-align:middle;

}
.main_tul{
	text-align: center;
	line-height: 36px;
	margin:20px 0; 
}
.main_tul li{
	text-align: center;
	margin-left: 36px;
}
.main_tul li:first-child{
	margin-left: 0px;	
}

.main_lig_left{
	width:423px;
}
.main_lig_left .main_xlis_title{
	padding-right: 0;
} 
.main_lig_Img{
	display: inline-block;
	margin:15px 0; 
} 

.main_right{
	width: 286px;
	padding-right: 10px;
}
.main_rlis_title{
	font-size: 20px;
	padding:15px 20px 0 20px;
	color:#cb1c02;
	font-weight: bold;
	background: url(bg1.png) no-repeat -12px 0px;
}
/*.main_right .main_xUl{
	margin-left: -5px;
}*/
.main_rlis_title .fr{
	line-height: 20px;
}
.main_rmo{
	margin: 20px 0 30px;
}
.main_rlmg_lis{
	padding-right: 5px;
	margin-top: 17px;
}
.main_rlmg_lis li{
	margin-bottom:12px;
}
.mar{
	margin-left:13px;
}




.main_oxh{
  background: #fff;
  padding: 20px 15px;
  margin:0px auto; 
}
.main_oxh .main_xlis_title{
	padding-right:0;
}
.main_oxh_lu{
	margin:15px 0;
	line-height: 40px;
}
.main_oxh_lu li{
	width: 222px;
	margin-left: 15px;
}
.main_oxh_lu li:first-child{
	margin-left: 0px;
}
.main_st{
	padding: 0px 15px 15px;
}
.main_select{
	position: relative;
	width:280px;
	height: 40px;
	line-height: 40px;
	margin-left: 16px;
}
.main_select:first-child{
	margin-left: 0;
}
.select {
	position: absolute;
	z-index: 5;
	width: 280px;
	height: 40px;
	filter:alpha(opacity:0);
	opacity: 0;
	cursor:pointer;
}
.select_show {
	display:block;
	position: absolute;
	top: 0;
	bottom:0;
	right:0;
	left:0;
	z-index: 1;

	background: url(xl.png) no-repeat top right #e5e5e5;
	color: #333;
	font-size: 16px;
	padding-left: 15px;
}



#footer{
	width:100%;
	line-height: 30px;
	background:#272727;
	color:#fff;
	text-align: center;
	padding:20px 0 30px; 
}
.footer{
	width:1050px;
	margin:0 auto;
	position: relative;
}
.footer_rt,.footer_lt{
	position: absolute;
	top: 0px;
}
.footer_lt{
	left:0;
}
.footer_rt{
	right: 70px;
}
.footer_nav{
	padding:10px 0;
	line-height: 26px;
}
/*列表*/
.list{
	width:1160px;
	margin:0 auto;
	background:#fff;	
	padding: 20px;	
}
.list_solid{
	border:1px solid #dadada;
	overflow: hidden;
	position: relative;
}
.list_solid:before{
	content: '';
	position: absolute;
	top:0;
	bottom:0;
	left:279px;
	width:1px;
	background: #dadada;
}
.list_left{
	width: 279px;
}
.list_left_title{
	text-align: center;
	border-bottom: 2px solid #cb1c02;
	color:#cb1c02;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	overflow: hidden;
}
.list_lul{
	padding:5px 12px 20px;
	color:#666;
}
.list_lul li{
	border-bottom: 1px dashed #cfcfcf;
	padding-left: 30px;
	font-size: 18px;
	line-height: 72px;
	overflow: hidden;
	height: 72px;
}
.list_lul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.list_lico{
	display: inline-block;
	width:20px;
	height: 7px;
	vertical-align:middle;
	background: url(tc747.png) no-repeat;

}
.list_lul .on{
	background:#cb1c02;
	color:#fff;
	border-bottom:0;
	position: relative;
}
.list_lul .on:before{
	content: '';
	position: absolute;
	background: #cb1c02;
	top:-1px;
	left:0;
	right:0;
	height:1px;
}
.list_lul .on .list_lico{
	background-image: url(tc749.png); 
}
.list_right{
	width: 879px;
}
.list_right_add{
	margin-left: 20px;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	border-bottom: 2px solid #e0e0e0;
}
.list_right_add i{
	display: inline-block;
	width: 16px;
	height: 23px;
	background: url(xz38.png);
	vertical-align:middle;
	margin-right: 10px;
}
.list_right_add p{
	display:inline-block;
	position: relative;
	padding-left: 5px; 
}
.list_right_add p:before{
	background:#cb1c02;
	content: '';
	display: inline-block;
	position: absolute;
	left:0;
	right:0;
	bottom:-2px;
	height: 2px;
}
.list_rul{
	padding:0 20px 30px;
}
.list_rul li{
	font-size: 16px;
	line-height: 21px;
	color:#333;
	padding:17px 0;
	border-bottom: 1px dashed #bfbfbf;
}
.list_rul li a{
	display: inline-block;
	width:720px;
}

.page{
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	/*padding: 10px 0 20px;*/
	margin-top: 30px;
}
.page>a{
	margin: 0 15px;
}
#pageNumText{
	width: 50px;
	border:1px solid #cb1c02;
	outline: 0;
	vertical-align:text-top;
	padding: 3px 6px;
	box-sizing: border-box;
	margin-top: -3px;
}
.page>span,.page_bg{
	display: inline-block;
	width:30px;
	height:25px;
	background:#cb1c02;
	color: #fff;
	line-height: 25px;
	margin:0px 10px;
}
.page_bg{
	width: 50px;
}

/*detail*/
.list_detail{
	padding: 15px 20px;
	line-height: 2.5em; 
}
.detail{
	border:1px solid #dadada;
	overflow: hidden;
	position: relative;
}
.detail_title{
	font-size: 24px;
    line-height: 34px;
    text-align: center;
    padding: 40px 20px 30px;
}
.detail_scr{
	margin:0 20px 15px;
	text-align: center;
    line-height: 40px;
    background: #f7f7f7;
    color: #636363;
    height: 40px;
}
#Content{
	padding:15px 30px 30px;
}
.detail_scr span{
	margin-left: 90px;
}
.detail_scr span:first-child{
	margin-left: 0px;
}