﻿body{
	/*min-width从1400改到了1500*/
	min-width: 1200px;
	/*overflow-x: hidden;*/
	background-color: #fff;
}
.w-container{
	width: 1200px;
	margin: 0 auto;
}

/*公共头开始*/
.mzj-header-link{
	height: 40px;
	color:#666;
	font-size: 14px;
	line-height: 40px;
}
.mzj-header-link a{
	line-height: 40px;
	color:#666;
}
.mzj-header-link a:hover{

	color: #1e84cb;
}
.banner{
	position: relative;
	padding-bottom: 33px;
}
.header-img{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left: 0;
	min-height: 452px;
	z-index:-99;
}
.mzj-header-banner{
	position:relative;
	background: url("../images/nav_bg.png") no-repeat center top;
	width: 100%;
	height:80px;
	padding-top:19px;
	z-index: 2;
	top: 0;
}
.mzj-header-banner li{
	float: left;
	margin-right: 27px;
}
.mzj-header-banner li.mr49{
	margin-right: 49px;
}
.mzj-header-banner li a{
	display: inline-block;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding-left: 69px;
	padding-right: 38px;
	height: 56px;
	line-height: 56px;
	border-radius: 25px;
}
.mzj-header-banner li a.nav_li1{
	background: url("../images/icon.png") no-repeat 37px 17px;
}
.mzj-header-banner li a.nav_li2{
	background: url("../images/icon1.png") no-repeat 37px 17px;
}
.mzj-header-banner li a.nav_li3{
	background: url("../images/icon2.png") no-repeat 37px 17px;
}
.mzj-header-banner li a.nav_li4{
	background: url("../images/icon3.png") no-repeat 37px 17px;
}
.mzj-header-banner li a.nav_li5{
	background: url("../images/icon4.png") no-repeat 37px 17px;
}
.mzj-header-banner li a.nav_li1.cur,.mzj-header-banner li a.nav_li1:hover{
	background:#fff url("../images/icon.png") no-repeat 37px 17px;
	color: #1e84cb;
}
.mzj-header-banner li a.cur,.mzj-header-banner li a.nav_li2:hover{
	background:#fff url("../images/icon1O.png") no-repeat 37px 17px;
	color: #1e84cb;
}
.mzj-header-banner li a.cur,.mzj-header-banner li a.nav_li3:hover{
	background:#fff url("../images/icon2O.png") no-repeat 37px 17px;
	color: #1e84cb;
}
.mzj-header-banner li a.cur,.mzj-header-banner li a.nav_li4:hover{
	background:#fff url("../images/icon3O.png") no-repeat 37px 17px;
	color: #1e84cb;
}
.mzj-header-banner li a.cur,.mzj-header-banner li a.nav_li5:hover{
	background:#fff url("../images/icon4O.png") no-repeat 37px 17px;
	color: #1e84cb;
}
.logo{
	position: relative;
	display:block;
	text-align: center;
	margin-top: 49px;
}
.search{
	position: relative;
	margin-top: 54px;
	text-align: center;
	background: url("../images/input_bg.png") no-repeat;
	padding-left: 36px;
	width:574px;
	height: 52px;
	line-height: 52px;
}
.search input{
	height: 52px;
	line-height: 52px;
	width: 500px;
	padding-right: 30px;
	float: left;
}
.search .search-button{
	position: absolute;
	right:0;
	display: inline-block;
	float: right;
	width: 52px;
	height: 52px;
	background: url("../images/icon5.png") no-repeat;
	/*background:none;*/
}
.search img{
	margin-top: 14px;
	cursor: pointer;
}
.news-group{
	margin-top: 55px;
	position: relative;
	height: 418px;
	background-color: #f6fbfd;
}
.mzj-banner-box{
	margin: 27px 20px;
}
.mzj-banner-box,.mzj-banner-img{
	position: relative;
	width: 560px;
	height:364px;
	overflow: hidden;
}
.mzj-banner-img a{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.mzj-banner-img img{
	display: block;
	height: 100%;
	width: 100%;
}
.mzj-banner-txt{
	height: 44px;
	width: 100%;
	background: url(../images/banner-opbg40.png);
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.mzj-banner-txt a{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:80%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 44px;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mzj-banner-txt a:hover{
	font-weight: bold;
}
.mzj-banner-num{
	position: absolute;
	bottom: 16px;
	right: 20px;
	font-size: 0px;
}
.mzj-banner-num span{
	display: inline-block;
	height: 8px;
	width: 8px;
	background: #bbbdbd;
	margin-left:6px;
	cursor: pointer;
}
.mzj-banner-num span.cur{
	background:#fff;
}
.news-text{
	width: 586px;
	margin-top:27px;
}
.news-text .title-one{
	display: block;
	font-size: 24px;
	line-height:24px;
	font-weight: 800;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-text .title-one:hover{
	color: #1e84cb;
}
.news-text .title-two{
	margin-top: 5px;
	display: block;
	font-size: 14px;
	line-height:24px;
	color: #999;
	max-width:572px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 48px;
}
.news-text .title-two:hover{
	color: #1e84cb;
}
.news-text .title-two span.c1{
	color: #ec4d4d;
}
.mzj-tab-list-bool{
	width: 166px;
	margin-top:10px;
}
.mzj-tab-list-bool li{
	width:100%;
	height: 50px;
	background-color: #f8fbfd;
}
.mzj-tab-list-bool li a{
	display: block;
	width: 132px;
	background-color: #f2f2f2;
	height: 49px;
	line-height: 49px;
	font-size: 16px;
	color: #666;
	font-weight: 800;
	text-align: center;
	border-bottom: 1px dashed #dfdfdf;
}
.mzj-tab-list-bool li a.bbn{
	border-bottom: none;
}
.mzj-tab-list-bool li.cur,.mzj-tab-list-bool li:hover{
	background: url("../images/news-text-bg.png") no-repeat;
}
.mzj-tab-list-bool li.cur a,.mzj-tab-list-bool li:hover a{
	 background:none;
	border-bottom: none;
	color: #fff;
 }
.mzj-tab-item{
	width:413px;
}
.mzj-tab-item a{
	float: left;
	line-height: 36px;
	color: #666;
	font-size: 14px;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url("../images/icon9.png") no-repeat left center;
	padding-left:11px;
}
.mzj-tab-item span{
	float: right;
	line-height: 36px;
	color: #999;
	font-size: 12px;
}
.mzj-tab-item li:hover a{
	color: #1e84cb;
}
.news-ul{
	margin-top:13px;
}
.news-ul li{
	float:left;
	margin-right: 11px;
}
.news-ul li a{
	display: inline-block;
	padding-left:76px;
	width: 109px;
	height: 57px;
	line-height: 57px;
	font-size: 16px;
	color:#333;
	border: 1px solid #eaeaea;
}
.mew-ul-li1{
	background: url("../images/icon6.png") no-repeat 44px 16px;
}
.mew-ul-li2{
	background: url("../images/icon7.png") no-repeat 44px 16px;
}
.mew-ul-li3{
	background: url("../images/icon8.png") no-repeat 44px 16px;
}
.news-ul li a:hover{
	color: #1e84cb;
	border:1px solid #fff;
	background-color: #fff;
	font-weight: 800;
	box-shadow: 0 0 5px #d5d6d7;
}
.mew-ul-li1:hover{
	background: url("../images/icon6O.png") no-repeat 44px 16px;
}
.mew-ul-li2:hover{
	background: url("../images/icon7O.png") no-repeat 44px 16px;
}
.mew-ul-li3:hover{
	background: url("../images/icon8O.png") no-repeat 44px 16px;
}
/*公共头结束*/
/*footer开始*/
.drop-groups{
	margin-top: 36px;
	border-top: 3px solid #2775cc;
}
.drop-down {
	float: left;
	position: relative;
	/*width: 257px;*/
	height:51px;
	margin-left:40px;
	line-height:51px;
	background:url(../images/icon17.png) right center no-repeat;
}
.drop-down1{
	width:203px;
	padding-left: 50px;
	margin-left:40px;
}
.bgn{
	background: none;
	width: 237px;
	margin-left: 66px;
}
.drop-down .tag{
	padding-left: 18px;
	font-size: 15px;
	color: #333;
	cursor: pointer;
	background:url(../images/f-arrow.png) 133px center no-repeat;
}
.drop-down2{
	width:264px;
}
.drop-down2 .tag{
	background:url(../images/f-arrow.png) 193px center no-repeat;
}
.bgn .tag{
	background:url(../images/f-arrow.png) 118px center no-repeat;
}
.drop-down3{
	width:254px;
}
.drop-down3 .tag{
	background:url(../images/f-arrow.png) 118px center no-repeat;
}
.drop-lists {
	display: none;
	position: absolute;
	bottom: 38px;
	left: 0;
	width: 100%;
	max-height: 110px;
	overflow-y: auto;
	background: #fff;
	padding-bottom:15px;
}
.drop-lists li {
	height: 38px;
	line-height:38px;
}
.drop-lists li a {
	margin-left: 18px;
	font-size: 14px;
	color: #333;
}
.drop-lists li a:hover{
	font-weight: bold;
}
.f-help{
	width:100%;
	background-color:#f0f0f0;
	padding:24px 0 30px;
}
.f-img1{
	padding-left:9px;
	padding-right:19px;
}
.f-img1 img{
	width: 39px;
	height: 45px;
}
.f-text{
	font-size:12px;
	color:#333;
	line-height:20px;
	margin-top: 4px;
}
.f-img2{
	margin-left: 119px;
}
.f-img2 img{
	border:2px solid #7b7b7b;
	width:74px;
	height: 35px;
}
.f-list{
	margin-top:14px;
}
.f-list span{
	font-size: 10px;
	color: #333;
}
.f-list a{
	font-size:14px;
	color:#333;
	padding:0 12px;
}
.f-list a:hover{
	color: #1e84cb;
}
/*footer结束*/
/*详情页面头部开始*/
.search1{
	width:474px;
	background: url("../images/input_bg1.png") no-repeat;
	margin:108px 0 0 174px;
}
.search1 input{
	width: 400px;
	padding-right: 30px;
}
.banner{
	/*height: 420px;*/
	border-bottom: 2px solid #1e84cb;
	/*overflow-y: hidden;*/
}
.banner1{
	/*width: 1920px;*/
	height: 420px;
}
.banner .header-img{
	width: 100%;
	/*height: 420px;*/
}
.footer1{
	border-top: 1px solid #dcdcdc;
}
/*详情页面头部结束*/
