@charset "utf-8";
/* CSS Document */
#djsz .menu{
	background: url(../image/dj-menu.jpg) no-repeat center;
}
#djsz #menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background:#FFCE00;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#djsz #cssmenu ul ul li a:hover {
  background: #931300;
  color: #ffffff;
}
#djsz #cssmenu ul ul li:hover > a,
#djsz #cssmenu ul ul li a:hover {
  background: #931300;
}
#djsz .banner img{
	width: 100%;
}
#djsz .main>.container{
	/* margin-top: -20px; */
}
#djsz .news{
	margin-top: 20px;
}
#djsz .djlm-title{
	background: url("../image/dj-title-bg.jpg") no-repeat;
	line-height: 90px;
	width: 100%;
	padding-left: 72px;
	color: #fede03;
	font-size: 24px;
}
#djsz .more{
	float: right;
	margin-top: -72px;
}
#djsz .news-item-title{
	background: url("../image/li3.jpg") no-repeat left center;
	padding-left: 25px;
	width: 80%;
}
#djsz .news-item-date{
	
}
#djsz .news-item-title a:hover{
	color: #CB0609;
}
#djsz .cxsf,#djsz .llyj{
	margin-top: 30px;
}
#djsz .zbfc{
	margin-top: 30px;
}
#djsz .zbfc-item{
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	background: #fff;
	padding:15px;
}
#djsz .zbfc-item-img{
	width: 100%;
	overflow: hidden;
}
#djsz .zbfc-item-img img{
	width: 100%;
	transition: all 0.5s;
}
#djsz .zbfc-item-img:hover img{
	transform: scale(1.4);
}
#djsz .zbfc-item-title{
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	margin-top: 15px;
}
#djsz .zbfc-item-title a{
	color: #3A3A3A;
}
#djsz .footer-main{
	background: url("../image/dj-footer-bg.jpg") no-repeat;
	background-size: 100% auto;
}
#djsz .footer{
	background: #b71203;
}
@media(max-width:1380px){
	#djsz .djlm-title{
		background-size: auto 64px;
		line-height: 74px;
		padding-left: 62px;
		font-size: 20px;
	}
	
}
@media(max-width:767px){
	#djsz .news .djlm-title{
		margin-top: 15px;
	}
}
#djsz .listcolumn-title{
	font-size: 24px;
	color: #a90000;
	float: left;
	line-height: 32px;
}
#djsz .submenu-title{
	margin-left: 30px;
	border-left: 12px solid #a90000;
	font-size: 30px;
	color: #a90000;
	padding-left: 25px;
}
#djsz .submenu-con>li:hover{
	background: #a90000;
	color: #fff;
}
/*样式1-4*/
#djsz .pb_sys_style1 .p_no a:hover,.pb_sys_style1 .p_fun a:hover, .pb_sys_style1 .p_goto a:hover, .pb_sys_style1 .p_search a:hover{
    background-color: #a90000;
	color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
/*样式1 蓝*/
#djsz .pb_sys_style1 .p_no_d {
    border: 1px solid #a90000;
    color: #fff;
    background-color: #a90000;
	border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
#djsz .submenu-main{
	padding-top: 50px;
	background: url("../image/dj-submenu-bg.jpg") no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 150px;
}
#djsz .submenu-con .cur{
	background: #931300;
	color: #fff;
}
#djsz .submenu-con .cur a{
	color: #fff;
}