.z-model{
	padding: 10px;
	background-color: #fff;
}
.z-ques{
	
}
.z-ques ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.z-ques ul li{
	border: 1px solid #ee4015;
	width: 45%;
	height: 35px;
	line-height: 35px;
	padding-left:10px ;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	margin-top: 15px;
}
.z-ques ul li p span{
	color: #ee4015;
}
.z-weIcon{
	background-color: #ee4015;
	padding: 10px;
}
.z-weIcon img{
	width: 25px;
	position: relative;
	top: -2px;
}

.z-iconLink ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.z-iconLink ul li{
	width: 25%;
	text-align: center;
	font-size: 12px;
	margin-top: 15px;
	font-weight: bolder;
}
.z-iconLink ul li img{
	width: 55px;
}

.z-modelT{
	padding-top: 15px;
	background-color: #f0f0f0;
}
.z-mtitle{
	padding:0 10px ;
	background-color: #ee4015;
	color: #fff;
	display: flex;
	justify-content: space-between;
	height: 40px;
	line-height: 40px;
}
.z-mtitle img{
	margin-right: 5px;
}
.z-bklist{
	padding: 20px 10px;
	background-color: #f0f0f0;
}
.z-bklist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.z-bklist ul li{
	background-color: #fff;
	padding: 2px;
	width: 48%;
}
.z-bklist ul li p{
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	margin-top: 5px;
	padding: 0 5px;
}
.z-bklist ul li img{
	height: 112.88px;
	width: 100%;
}
.z-bklist h3{
	font-size: 14px;
	text-align: center;
}
.z-bklist ul li .z-fy{
	color: #fff;
	background-color: #ee4015;
	font-size: 12px;
	border-radius: 2px;
	line-height: 20px;
	height: 20px;
}

.z-teamTitle img{
	width: 100%;
}
.z-pxTitle{
	background-color: #ee4015;
	text-align: center;
	color: #fff;
	padding: 10px;
}
.z-morexm{
	width: 150px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border:1px solid #ee4015;
	margin: 0 auto;
	margin-top: 25px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bolder;
}
.z-xc{
	margin:15px;
}
.z-xc ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.z-xc ul li{
	background-color: #fff;
	padding: 10px;
	width: 43%;
	border-radius: 3px;
	text-align: center;
	margin-top:10px;
	font-size: 12px;

}
.z-xc ul li img{
	width: 100%;
	height:auto%;
}
.z-youshi .z-hepai{
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #fff;
	padding: 10px;
}
.z-hepai img{
	width: 100%;
}
.z-youshiBox{
	margin: 15px 2%;
}
.z-youshiBox ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.z-youshiBox ul li{
	width: 31%;
	border: 1px solid #ee4015;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}
.z-ysTitle{
	background-color: #ee4015;
	color: #fff;
	height: 25px;
	line-height: 25px;
}
.z-desc{
	padding:5px 15px;
	background-color: #fff;
	color: #000;
	vertical-align: bottom;
}
.z-desc span{
	color: #ee4015;
}

.justify{
	
}
.z-newsBox{
	overflow: hidden;
	width: 100%;
}
.news-title a {
  display: inline-block;
  width: 200px;
  height: 55px;
  line-height: 55px;
  background: #ddd;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.35s;
 
}
.news-title a::after {
  width: 100%;
  height: 0;
  content: '';
  border-bottom: 2px solid #333;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.news-title a.on {
  background: #eb1c1e;
  color: #fff;
}
.news-title a.on::after {border-color: #eb1c1e;}

.news-con > li {display: none;}
.news-con > li:first-child {display: block;}
.news-list {
  background: #fff;
  padding: 10px 30px;
}
.news-list li {
  display: inline-block;
  width: 400px;
  height: 21px;
  padding-left: 10px;
  margin: 10px auto;
  border-left: 2px solid #eb1c1e;
  color: #000;
}
.news-list li a span{
	color: #000;
}
.news-list li span:first-child {
  display: inline-block;
  font-size: 1rem;
  width: 300px;
  height: 21px;
  margin-right: 18px;
  overflow: hidden;
  vertical-align: middle;
}
.news-list li span:last-child {
  display: inline-block;
  font-size: 1rem;
  width: 82px;
  vertical-align: middle;
}
.news{
	 width: 100%;
 }
 .news-title a{
	 width: 24%;
 }
 .news-hot a img{
	 width: 100%;
	 height: auto;
 }
 .news-list li{
	 width: 100%;
	 margin: 5px auto;
 }
 .news-list{
	 padding: 10px;
 }
 .news-list li span:first-child{
	 font-size: 12px;
 }
 .news-list li span:last-child{
	 font-size: 12px;
 }
 .news-list li span:first-child{
	 width: 250px;
 }
 .news-right{
	 width: 100%;
 }
 .news-right-tel img{
	 width: 25px;
	 height: 25px;
	 margin-left: 20px;
 }
 .news-right-tel span strong{
	 font-size: 18px;
 }
 .news-list li a span.z-zxfree{
	 color: #fff;
	 background-color: #ee4015;
	 text-align: center;
	 border-radius: 3px;
 }
 .z-adverse{
	 margin-top: 25px;
 }
 .z-adverse img{
	 width: 100%;
 }
 .zyright{
 		 width: 96%;
 		 padding: 2%;
 }
 .hrbm-title {
   font-size: 20px;
   color: #fff;
   background-color: #ee4015;
   height: 40px;
   line-height: 40px;
   border-radius: 10px;
   text-align: center;
 }
 .zyright .bd {
   width: 100%;
   height: 340px;
   margin: 25px 0;
   background: #fff;
   overflow: hidden;
 }
 .infoList li {
   line-height: 40px;
   height: 40px;
   border-bottom: dashed 1px #E5E3E3;
   overflow: hidden;
   text-align: center;
 }
 .infoList li span:nth-child(1) {
   width: 25%;
 }
 .infoList li span:nth-child(2) {
   width: 20%;
   color: #eb161e;
 }
 .infoList li span:nth-child(3) {
   width: 10%;
 }
 .infoList li span:nth-child(4) {
   width: 45%;
   color: #eb161e;
 }