﻿@charset "utf-8";
/* CSS Document */
.top_case{background:url(../images/top_bg.png) center no-repeat;width:100%;}
.top_case .case_center{width:1200px;margin:0 auto; position:relative;}
.top_case .closebtn{dispaly:block;width:30px; position:absolute;right:20px; top:25%;cursor:pointer;}
.center_area{
	width:100%;
	height:500px; 
	margin:0 auto;
}


/*中间区域*/
.center_area .center{
	width:100%;
	height:500px;
	background:#ccc;
	float: left;
}
.common_da{ width: 800px; height: 70px;}
.center_area .center .center_top{
	width:100%;
	height:70px;
	/*background: orange;*/
}
/*<==================================================>*/

/*中间轮播图区域*/
 
.content_middle{
	height:70px;
    margin:0px auto;
    position:relative;
}
.content_middle:hover .common{
	display: block;
}

/*左右切换图标*/
.content_middle .common{
	display: block;
	width:50px;
	height: 100px;
	position: absolute;
	z-index: 25;
    top:72%;
    margin-top: -50px;
    display: none;
}
.content_middle .btnLeft{
	opacity: 0.5;
	left:0px;
	background: url(../images/sprite.png) no-repeat;
}
.content_middle .btnRight{
	opacity: 0.5;
	right:0px; 
	background: url(../images/sprite.png) no-repeat -60px 0;
}
/*左右切换图标*/
.content_middle ul li{
	width:100%;
	height:70px; 
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	margin:0px auto;
}

/*切换小图标*/

.content_middle .table{
	width:740px; 
	height:33px;
	position: absolute;
	bottom:10px;
	left:50%;
	z-index:9;
	margin-left:-355px;  
	line-height: 24px; 
}
.content_middle .table a{
    width:115px;
    height:33px;  
    background:#E3DEE1;
    opacity: 0.8;
    text-align:center;
    line-height: 33px;
    margin-left:3px; 
    display: block;
    float:left;  
}

.content_middle .table a.small_active{
	background:#FF8800;
	color: #fff;
	 
} 
.dd-item{
	display: inline-block;
	padding: 40px 0;
	width: 24%;
	height: 224px;
	border:1px solid #e6e6e6;
	box-sizing: border-box;
	overflow: hidden;
	transition: linear 0.5s;
}
.dd-item1{
	display: inline-block;
	padding: 40px 0;
	width: 24%;
	height: 224px;
	border:1px solid #e6e6e6;
	box-sizing: border-box;
	overflow: hidden;
}
.dd-item:hover{
	background: #df3232;
	transition: linear 0.5s;
}
.dd-item:hover :nth-child(3),.dd-item:hover :nth-child(4) {
	display: none;
}
.dd-item:hover .more-btn{
	display: inline-block;
}
.dd-item:hover :nth-child(2) {
	color: #fff;
}
.dd-item span{
	display: block;

}
.dd-item1 span{
	display: block;

}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.dd-item :nth-child(2){
	font-size: 18px;
	margin-top: 15px;
	color: #333333;
}
.dd-item :nth-child(3),.dd-item :nth-child(4){
	font-size: 12px;
	color: #666666;
}
.dd-item1 :nth-child(2){
	font-size: 18px;
	margin-top: 15px;
	color: #333333;
}
.dd-item1{
  transition: linear 0.5s;
}
.dd-item1:hover{
  background: #df3232;
  transition: linear 0.5s;
}
.dd-item1:hover span{
	color:#fff !important;
}
.dd-item1:hover .dd-item1:nth-child(2){
  color:#fff;
}
.dd-item1:hover .dd-item1 :nth-child(3), .dd-item1 :nth-child(4) {
  color:#fff;
}
.dd-item1 :nth-child(3),.dd-item1 :nth-child(4){
	margin:0 auto;
	margin-top:10px;
	width:80%;
	font-size: 12px;
	color: #666666;
}
.more-btn{
	display: none;
	font-size: 16px;
	color: #fff;
	height: 34px;
	padding: 0 15px;
	margin-top: 15px;
	line-height: 30px;
	border:1px solid #fff;
	border-radius: 20px;
	box-sizing: border-box;

}
.nb-num{
	display: inline-block;
	width: 700px;
	margin: 0 auto;
	margin-top: 20px;
}
.nb-num li{
	float: left;
	width: 33%;
}
.nb-num li :nth-child(1){
	font-size: 36px;
	font-weight: 600;
	color: #ff0000;
}
.nb-num li :nth-child(2){
	font-size: 12px;
	color: #000000;
}
.nb-num li span{
	display: block;
}
.section10{
	display: flex;
	flex-wrap: wrap;
	width: 1150px;
	padding: 40px 0;
	padding-bottom: 0;
	margin: 0 auto;
	justify-content: space-between;
}
.s-item1{
	width: 266px;
	height: 160px;
	background: #fff;
	margin-bottom: 20px;
	cursor: pointer;
	border:1px solid #eae7e7;
	overflow:hidden;
}
.s-item1 span{
	display: none;
	text-align: center;
	font-size: 16px;
	padding: 7px 0;
	color: #333333;
}
.s-more{
	display: inline-block;
	font-size: 16px;
	padding: 2px 15px;
	margin: 10px 0;
	color: #df3232;
	border:1px solid #df3232;
	border-radius: 10px;
}
.s-more:hover{
	color: #df3232;
}
.type-btn{
	padding-top: 20px;
        padding-left:20px;
}
.btn-active{
	background: #DD2727 !important;
	color: #fff !important;
}


