@charset "utf-8";
.fr{float:right}
.fl{float:left}
.clearfix {
    height:auto!important;
}
.clearfix::after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.one-row {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.two-row {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.headbg{
	width: 100%;
	height:430px;
    margin: 0 auto;
    display: block;
}
.bgtit{
	width: 1270px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -635px;
    top:150px;
}

.ztblock{
	width:1270px;
	margin:0 auto;
	margin-top:50px;
	height:auto;
}

.ztlist{
    width: 48%;
}
.esdbg a{
	display:block;
	width:100%;
	height:407px;
}
.esdbg img{
	width:100%;
	height:auto;
}
.esdbg p{
	position: relative;
    width: 609px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    top: -50px;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,0.6);
}
.second-slide{position:relative;float: left; width:615px; height:330px; overflow:hidden; position:relative; }
.swiper {width: 615px;height: 330px;}
.swiper-slide {
   background-position: center;
  background-size: cover;
}
.swiper-slide img {
   display: block;
   width: 615px;
	height:330px;
	cursor:pointer;
}
.zttitle{
	position:relative;
	width:1270px;
	overflow:hidden;
}
.zttitle a{
	display:inline-block;
	margin:0 30px;
	background:url('esddhicon.png') left center no-repeat;
	background-size:60px 60px;
	background-color:#fff;
	height: 80px;
    line-height: 80px;
    padding-left: 80px;
	font-size: 20px;
    font-weight: bold;
    color: #F42620;
}
.zttitle span{
	display:inline-block;
    height: 1px;
    width: 40%;
    background: #F42620;
	z-index:-1;
}

.ztlist li{
	font-size:18px;
	height:42px;
	line-height:42px;
    position: relative;
}
.ztlist li i{
	height: 6px;
    width: 6px;
    background: #F42620;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: -15px;
	display:none;
}
.ztlist li a{
	width: 450px;
}
.ztlist li a:hover{
	color:#F42620;
}
.ztlist li span{
	color:#999;
}
.fulllist{
	width:100%;
}




