.clear_both:after{
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}
.main1200{
    width: 1200px;
    margin: 0 auto;
}


.headline_row_zl{
	padding-top: 142px;
}
.headline_row_zl p{
	text-align: center;
	font-size: 34px;
	font-weight: bold;
}
.headline_row_zl p a{
	color: #c33f21;
}
.headline_row_zl span{
	display: block;
	font-size: 16px;
	line-height: 32px;
	color: #666;
	height: 64px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-indent: 2em;
	margin-top: 20px;
}

.first_row_zl{
	padding-top: 90px;
}
.first_left_zl{
	width: 571px;
	float: left;
	overflow: hidden;
}

.focus_row_zl {
    width: 571px;
    height: 332px;
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.focus_row_zl .hd {
    height: 10px;
    position: absolute;
    z-index: 1;
    bottom: 24px;
    right: 16px;
}
.focus_row_zl .hd ul {
    zoom: 1;
    float: left;
}
.focus_row_zl .hd ul li {
    cursor: pointer;
    width: 9px;
    height: 9px;
    display: block;
    background: #fff;
    float: left;
    margin: 0 0 0 8px;
    border-radius: 5px;
}
.focus_row_zl .hd ul li.on{
	width: 26px;
    background: #b11b1a;
}
.focus_row_zl .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.focus_row_zl .bd li {
    zoom: 1;
}
.focus_row_zl .bd img {
    width: 571px;
    height: 321px;
}
.focus_row_zl .bd h1 {
    position: absolute;
    bottom: 14px;
    left: 0;
    line-height: 30px;
    width: 420px;
    margin-left: 20px;
    z-index: 111;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(255, 255, 255, 0.8);
}
.focus_row_zl .bd div {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/focus-bg.png?2") no-repeat;
    width: 100%;
    height: 78px;
}

ul.focus_bottom_zl{
	width: 596px;
	padding-top: 30px;
}
ul.focus_bottom_zl li{
	width: 273px;
	float: left;
	line-height: 0;
	margin-right: 25px;
}
ul.focus_bottom_zl li img{
	width: 273px;
	height: 155px;
}
ul.focus_bottom_zl li p{
	font-size: 17px;
	text-align: center;
	margin-top: 12px;
	line-height: 24px;
}

.first_right_zl{
    width: 592px;
    float: right;
}
.first_right_zl ul+ul{
	border-top: 1px dashed #c66d6d;
	margin-top: 20px;
	padding-top: 16px;
}
.first_right_zl ul{
	font-size: 17px;
	margin-top: 6px;
}
.first_right_zl ul a{
	display: block;
	background: url("../images/first-right-icon.png") left 7px no-repeat;
	padding: 0 0 0 25px;
	line-height: 28px;
	margin-top: 10px;
}
.first_right_zl ul li:first-child{
	font-weight: bold;
}


/* 开机页动画 */
.kjy_dh{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: -100%;
	z-index: 10000;
	background: #ca0101 url("../images/kjy-img.jpg?1") center top no-repeat;
	background-size: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: kjdh_row 5s ease-in;
}
@keyframes kjdh_row{
	0%{
		top: 0;
		opacity: 1;
	}
	50%{
		top: 0;
		opacity: 1;
	}
	80%{
		top: -100%;
		opacity: 0;
	}
}

@media screen and (max-width:1100px) {
	.kjy_dh{
		background: #ca0101 url("../images/kjy-img-yd.jpg") center no-repeat;
		background-size: 100%;
		z-index: 10000;
	}
	.first_right_zl ul{
	    font-size: 12px;
	}
	.first_right_zl ul a{
	    margin-top: 8px;
	}
	.headline_row_zl p{
	    font-size: 28px;
	}
	.headline_row_zl span{
	    line-height: 30px;
	    height: 60px;
	}
}