/*上面开始*/
.logo .right-content .right-input{
	background: #da2b38;
}
.logo .right-content .right-input:hover{
	background: #8e8e8e;
}

.nav{
	background:#da2b38;
	
}
.nav ul li:hover a{
  	color:#da2b38;
}
.nav ul li:hover {
  	color: #077e7f;
  	height: 66px;
    background: #fff;
    line-height: 66px;
	border-top: 3px solid #BD2C00;
}
.active{
    height: 66px;
    background: #fff;
    line-height: 66px;
	border-top: 3px solid #BD2C00;
}
.active-a{
   	color: #da2b38; !important;
}
/*上面结束*/

/*中间开始*/
.content{
	width:100%;
	height:720px;
	background: url(../images/xfjsbannerpic1.png) center no-repeat;
	position:relative;
	z-index: 100;
}
.djyd{
	width:1140px;
	height:420px;
	background:#fff;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	padding: 30px;
	position:absolute;
	left: 50%;
	top:380px;
	margin-left:-600px;
	
}
.djydleft{
	width:530px;
	height:420px;
	float:left;
}
.djydleft p{
	width:100%;
	height:40px;
	line-height: 40px;
	font-size:18px;
	color:#cc0000;
}
/*轮播图开始*/
.banner {
	width:530px;
	height:380px;
	position: relative;
	float:left;
}
.banner .top .box{
	width:530px;
	height:380px;
  	position:absolute;
  	display: none;
}
.banner .top .box img{
	width:530px;
	height:380px;
}
.banner .top .box p{
	position: absolute;
	bottom: 0px;
	left: 0px;
	color:#fff;
	width:530px;
	height: 40px;
	line-height: 40px;
	background:url("../images/banner-bg.png");
}
.banner .top .box p span{
	display: block;
	padding: 0px 10px;
	font-size:14px;
	color: #fff;
	width: 300px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url("ellipsis.xml#ellipsis");
}
.banner .bottom{
	width:530px;
	height: 40px;
	line-height: 40px;
	position: absolute;	
	left: 0px;  
	bottom:0px;
  text-align: right;
}
.banner .bottom span{
	display: inline-block;
	width:18px;
	height: 18px;
	line-height: 18px;
	font-size:12px;
	background-color:#fff;
	color:#222;
	text-align: center;
	margin:11px 1px;
	cursor: pointer;

}
.banner .bottom span.spanfirst{
	background-color: #f63;
	color:#fff
}
.contopbj{
	width:100%;
	height:720px;
	background: url(../images/conb.png) center top no-repeat;
	background-size:100% ;
	padding-top: 50px;
}
.contopbj img{
	display: block;
	margin:0px auto;
}
/*轮播图结束*/

.djydcenter{
	width:580px;
	height:420px;
	float:left;
	padding-left: 30px;
}
.djydcenter .more{
	width:70px;
	height:25px;
	display: block;
	background:#cc0000;
	border-radius: 3px;
	float:right;
	text-align: center;
	line-height:25px;
	color:#fff;
	font-size:14px;
	transition: all 0.4s;
}
.djydcenter .more:hover{
	background:#a09797;
}
.djydcenter .texttop{
	width:100%;
	height:80px;
	border-bottom:1px dashed  #ccc;
	padding-bottom: 5px;
}
.djydcenter .texttop a{
	width:100%;
	height:30px;
	line-height: 30px;
	font-weight: bold;
	color:#cc0000;
	font-size:17px;
}
.djydcenter .texttop p{
	width:100%;
	height:50px;
	line-height: 25px;
	color:#777;
	font-size:14px;
}
.djydcenter .textcon{
	width:100%;
	height:305px;
	overflow: hidden;
	margin-top:5px;
}
.djydcenter .textcon ul{
	height:100%;
}
.djydcenter .textcon ul li{
	width:100%;
	height:30px;
	line-height:30px;
	font-size:15px;
	color:#333;
	cursor: pointer;
	transition:all 0.4s;
	overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url("ellipsis.xml#ellipsis");
}

.djydcenter .textcon ul li a{
	width:100%;
	height:30px;
	line-height:30px;
	font-size:15px;
	color:#333;
	cursor: pointer;
	transition:all 0.4s;
	overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url("ellipsis.xml#ellipsis");
}
.djydcenter .textcon ul li:before{
	content: '';
	width:4px;
	height:4px;
	margin:13px;
	background:#333;
	border-radius: 50%;
	float:left;
	display: block;
}
.djydcenter .textcon ul li:hover{
	color:#cc0000;
}
.djydcenter .textcon ul li:hover::before{
	background:#cc0000;
}
.djydright{
	width:200px;
	height:290px;
	float:left;
}
.djydright ul{
	width:200px;
	height:290px;
}
.djydright ul li{
	width:200px;
	height:60px;
	margin-bottom:15px;
	text-align: center;
	line-height: 60px;
	font-size:20px;
	border-radius: 3px;
	cursor: pointer;
	position:relative;
	overflow: hidden;
}
.djydright ul li a{
	width:200px;
	height:60px;
	display: block;
	color:#fff;
}
.djydright ul li span{
	width:200px;
	height:60px;
	display: block;
	position:absolute;
	left:200px;
	top:0px;
	opacity: 0.4;
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	filter:alpha(opacity=40);
	background: #fff;
	z-index: 10;
}
.djydright ul li i{
	font-size:26px;
	margin:0px 5px;
}
.djydright ul li.djydrighta{
	background:#9270cf;
}
.djydright ul li.djydrightb{
	background:#CF9870;
}
.djydright ul li.djydrightc{
	background:#70CECF;
}
.djydright ul li.djydrightd{
	background:#CF7092;
}
/*中间结束*/

.newlist{
	width:100%;
	height:440px;
	background: url(../images/newlistbj.jpg) center no-repeat;
	overflow: hidden;
}
.newlist ul{
	width:1200px;
	margin:160px auto 0;
	height:300px;
}
.newlist ul li{
	width:300px;
	height:300px;
	float:left;
}
.newlist ul li a{
	width:130px;
	height:200px;
	margin:50px 85px;
	display: block;
}
.newlist ul li a span{
	width:130px;
	height:130px;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 130px;
}
.newlist ul li a span.zz{
	width:150px;
	height:150px;
	position:absolute;
	left:0px;
	border-bottom:150px;
}
.newlist ul li a span.spana{
	background: #ef5b5b;
}
.newlist ul li a span.spanb{
	background: #4fc1e9;
}
.newlist ul li a span.spanc{
	background: #4fe9b8;
}
.newlist ul li a span.spand{
	background: #ef5b5b;
}
.newlist ul li a span i{
	color:#fff;
	font-size:50px;
}
.newlist ul li a p{
	height:70px;
	line-height: 70px;
	color:#404040;
	font-size:18px;
	text-align: center;
}
/*list开始*/
.list{
	width:1200px;
	height:780px;
	margin:0px auto;
}
.list>h3{
	font-size:28px;
	font-weight: bold;
	font-family: 'Arial';
	text-align: center;
	color:#ccc;
	line-height:60px;
	margin-top:20px;
}
.list>a{
    display:block;
	font-size:28px;
	font-weight: bold;
	font-family: '微软雅黑';
	text-align: center;
	color:#333;
	line-height:60px;
	width:140px;
	border-bottom: 2px solid #aaa;
	margin:0px auto;
}
.list-pic{
	width:1200px;
	height:460px;
	background: rgba(0,0,0,0.9);
	margin-top:80px;
	position:relative;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	overflow: hidden;
}
.list-pic ul{
	width:1200px;
	height:460px;
}
.list-pic ul li{
	width:570px;
	height:460px;
	position:absolute;
	top:0px;
	left:0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	z-index: 1;
	cursor: pointer;
}
.list-pic ul li span.tou{
	width:100%;
	height:100%;
	background:#000000;
	opacity: 0.3;
	opacity: 0.3;
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	filter:alpha(opacity=30);
	position:absolute;
	left:0px;
	top:0px;
	z-index: 100;
	border-right: 1px solid #ccc;
}
.listtop{
	width:100%;
	height:100px;
	background: #eb6100;
	padding-top: 20px;
}
.listtop i{
	width:100%;
	height:40px;
	line-height: 40px;
	display: block;
	font-size:40px;
	color:#fff;
	text-align: center;
}
.listtop p{
	width:100%;
	height:40px;
	line-height: 40px;
	color:#fff;
	font-size:26px;
	text-align: center;
}
.gxxzc{
	height:300px;
	background:#fff;
	padding:20px;
}
.gxxzc p.gxxzctitle{
	line-height: 30px;
	color:#db1216;
	font-size:18px;
	margin-bottom: 20px;
	height: 60px;
	overflow: hidden;
}
.gxxzc p.gxxzctext{
	color:#777;
	height: 150px;
	line-height: 30px;
	margin-bottom:10px;
	max-height: 150px;
	overflow: hidden;
}
.gxxzmore{
	width:120px;
	height:40px;
	float:right;
	background:#DB1115 ;
	text-align: center;
	line-height: 40px;
	font-size:14px;
	color:#fff;
	border-radius: 20px;
	position:relative;
	z-index: 2;
}

/*list结束*/