
a{text-decoration:none;}
.zj_dhbox{
	width: 100%;
	height: 110px;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 9;
	    opacity: 0.9;
	  /*  background:rgba(520,520,520,0.9);*/
}
.zj_dhbox .zj_dhnkbox{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.zj_dhbox .zj_dhnkbox .top{
	width: 100%;
	height: 54px;
	position: relative;
}
.zj_dhbox .zj_dhnkbox .top .left{
	width: 185px;
	height: 25px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin-top: 15px;
	line-height: 25px;
	float: left;
}

.zj_dhbox .zj_dhnkbox .top .left span{
	display: inline-block;
	width: 55px;
	color: #000;
	font-size: 14px;
	text-align: center;
}
.zj_dhbox .zj_dhnkbox .top .left span:hover{
	color: #339933;
}
.zj_dhbox .zj_dhnkbox .top .left .dq{
    color: #339933;
}
.zj_dhbox .zj_dhnkbox .top .left i{
	display: inline-block;
	width: 1px;
    height: 11px;
	background: #ccc;
}
.zj_dhbox .zj_dhnkbox .top .right{
	width: 202px;
	height: 25px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin-top: 15px;
	line-height: 25px;
	float: right;
}
.zj_dhbox .zj_dhnkbox .top .right input{
	height: 22px;
	width: 150px;
	border: none;
	margin-left: 10px;
	margin-top: -2px;
}
.zj_dhbox .zj_dhnkbox .top .right img{
	float: right;
	margin-right: 10px;
    margin-top: 7px;
}
.zj_dhbox .zj_dhnkbox .top .zxfw_dh{
	text-align: center;
	color: #666;
	width: 100px;
	height: 25px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin-top: 15px;
	line-height: 25px;
	float: right;
	margin-right: 15px;
	font-size: 14px;
}
.zj_dhbox .zj_dhnkbox .top .zxfw_dh:hover{
	background: #339933;
    color: #fff;

}
.zj_dhbox .zj_dhnkbox .yuding{
	float: right;
	width: 115px;
    height:27px;
    margin-top: 15px;
    margin-left: 20px;
   /*  position: absolute;
    right:225px;
    top: 15px; */
    line-height: 27px;
    text-align: center;
    background: #339933;
    color: #fff;
    font-size: 14px;
        border-radius: 4px;
}
.zj_dhbox .zj_dhnkbox ul{
    height: 33px;
}
.zj_dhbox .zj_dhnkbox ul .logo_box{
	width: 295px;
	float: left;
	height: 100%;
}
.zj_dhbox .zj_dhnkbox ul .logo_box img{
	display: block;
	margin: 0 auto;
	position: relative;
	top: -48px;
	width:227px;
}
.zj_dhbox .zj_dhnkbox ul li{
	width: 112px;
	height: 33px;
	float: left;
	text-align: center;
	line-height: 33px;
	margin-right: 1px;
	font-size: 16px;
	
}
.zj_dhbox .zj_dhnkbox ul .dq span{
	background: #339933;
	color: #fff;
}
.zj_dhbox .zj_dhnkbox ul li span{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	color: #000;
}
.zj_dhbox .zj_dhnkbox ul li:hover span{
	background: #339933;
	color: #fff;
}

.zj_dhbox .zj_dhnkbox ul li .xl_box{
	width: 100%;
	background: #fff;
	border-radius: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	display: none;
}
.zj_dhbox .zj_dhnkbox ul li:hover .xl_box{
	display: block;
}
.zj_dhbox .zj_dhnkbox ul li .xl_box p{
	font-size: 16px;
	text-align: center;
	margin: 5px 0;
	color: #000;
}
.zj_dhbox  a{text-decoration:none;}
.zj_dhbox .zj_dhnkbox ul li .xl_box p:hover{
	color: #339933;
}
#zj_banner{
	width: 100%;
	height: 510px;
	background-size: 100% 100% !important;
	display: none;
}

/* 公共二级导航 */
.zj_rjdhbox{
	width: 1000px;
	height: 80px;
	background: #fff;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: -48px;
	box-shadow: 0px 5px 35px 1px #ccc;
	position: relative;
}
.zj_rjdhbox ul li{
	width: 200px;
	height: 100%;
	float: left;
	text-align: center;
	line-height: 80px;
	color: #000;
	font-size: 16px;
	position: relative;
}
.zj_rjdhbox ul li span{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.zj_rjdhbox ul li:hover span{
	background: #339933;
	color: #fff;
	border-radius: 5px;
}
.zj_rjdhbox ul .dq span{
	background: #339933;
	color: #fff;
	border-radius: 5px;
}
.zj_rjdhbox ul li i{
	display: block;
	position: absolute;
	width: 1px;
	height: 15px;
	background: #cccccc;
	right: 0;
	top: 33px;
}
/* 面包屑 */
.zj_mbxbox{
	width: 1000px;
	height: 98px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}
.zj_mbxbox .left{
	width: 50%;
	color: #339933;
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
	height: 20px;
	border-left: 5px solid #339933;
	position: relative;
    top: 65px;
}
.zj_mbxbox .right{
	width: 50%;
	position: relative;
    top: 49px;
	text-align: right;
	float: right;
	font-size: 14px;
	color: #000;
}
.zj_mbxbox .right a{
	color: #000;
	text-decoration:none;
}
.zj_mbxbox .right a:hover{
	color: #339933;
}
.zj_mbxbox .right span{
	color: #339933;
}
.zj_mbxbox .right img{
  margin-left: 3px;
  position: relative;
  top: -1px;
}
#zj_bj{
	font-size: 30px;
	color: #000;
	text-align: center;
	margin-top: 84px;
	margin-bottom: 65px;
	height: 40px;
    line-height: 40px;
}
/* 底部 */
.zj_footbox{
	width: 100%;
	height: 489px;
	background: url('../images/dbbj.jpg') no-repeat center center;
	background-size: 100% 100%;
}
.zj_footbox .zj_footnkbox{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.zj_footbox .zj_footnkbox .right{
	width: 910px;
	height: 230px;
	float: right;
	margin-top: 73px;
}
.zj_footbox .zj_footnkbox .right li{
	width: 75px;
	float: left;
	margin-left: 54px;
}
.zj_footbox .zj_footnkbox .right li h2{
	font-size: 14px;
	color: #fff;
	margin-bottom: 23px;
}
.zj_footbox .zj_footnkbox .right li a{
	display: block;
	font-size: 14px;
	color: #fff;
	opacity: 0.4;
	text-decoration: none;
	line-height: 24px;
}
.zj_footbox .zj_footnkbox .right li a:hover{
	opacity: 1;
}
.zj_footbox .zj_footnkbox  .icp{
	position: absolute;
	font-size: 14px;
	color: #fff;
	opacity: 0.2;
    right: 0;
    bottom: 50px;
    text-transform:uppercase;
}
.zj_footbox .zj_footnkbox #fenxiang{
	position: absolute;
	bottom: 90px;
	right: 0;
}

.yqsdt_tjbox{
	width: 1012px;
	margin: 0 auto;

}
.yqsdt_tjbox ul{
	overflow: hidden;
	padding-bottom: 30px;
}

.yqsdt_tjbox li{
	width: 325px;
	height: 430px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	box-shadow: 0px 5px 5px 1px #ccc;
	margin: 0 6px;
}
.yqsdt_tjbox li .top{
	width: 100%;
	height: 210px;
	position: relative;
}
.yqsdt_tjbox li .top img{
	width: 100%;
	height: 100%;
}
.yqsdt_tjbox li .top p{
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: #339933;
	position: absolute;
	top: 0;
	left: 30px;
}

.yqsdt_tjbox li .bottom{
	padding-left: 25px;
	width:300px;
	padding-top: 35px;
	position: relative;
	height: 195px;
}
.yqsdt_tjbox li .bottom h3{
	font-size: 16px;
}
.yqsdt_tjbox li .bottom p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 25px;
	opacity: 0.8;
}
.yqsdt_tjbox li .bottom .ckxq{
	font-size: 14px;
	color: #000;
	opacity: 0.6;
	position: absolute;
	bottom: 35px;
	text-decoration: none;
}
.yqsdt_tjbox li .bottom .ckxq img{
	position: relative;
	top: 2px;
}

.yqsdt_lbbox{
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 102px;
}
.yqsdt_lbbox ul li{
	width: 922px;
	height: 114px;
	box-shadow: 0px 0px 34px 0px #ccc;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	padding-left: 30px;
	padding-top: 28px;
	padding-bottom: 28px;
	padding-right: 48px;
	margin-bottom: 10px;
}
.yqsdt_lbbox ul li .left{
	width: 193px;
	height: 100%;
	float: left;
	margin-right: 30px;
}
.yqsdt_lbbox ul li .left img{
	width: 100%;
	height: 100%;
}
.yqsdt_lbbox ul li .right{
	position: relative;
	float: left;
	width: 690px;
	height: 100%;
}
.yqsdt_lbbox ul li .right h3{
  font-size: 16px;
}
.yqsdt_lbbox ul li .right p{
  font-size: 14px;
  line-height: 24px;
  opacity: 0.8;
  margin-top: 15px;
}
.yqsdt_lbbox ul li .right .sj{
	font-size: 14px;
	opacity: 0.8;
	position: absolute;
	bottom: 6px;
	left: 0;
}
.yqsdt_lbbox ul li .right .ckxq{
	font-size: 14px;
	color: #000;
	opacity: 0.6;
	position: absolute;
	bottom: 6px;
	text-decoration: none;
	right: 0;
}
.yqsdt_lbbox ul li .right .ckxq img{
	position: relative;
	top: 2px;
}
.yqsdt_lbbox .ckgd{
	width: 170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #339933;
	font-size: 16px;
	opacity: 0.8;
	margin: 0 auto;
	margin-top: 55px;
/* 	margin-bottom: 102px; */
	cursor: pointer;
}
.yqsdxqtj_box h2{
	font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}
.yqsdxqtj_box{
	width: 100%;
	background: #F3F3F3;
	padding-top: 65px;
	padding-bottom: 100px;
}