﻿@charset "utf-8";
/* CSS Document */
html,body,div,p,hr,pre,h1,h2,h3,h4,h5,h6,table,tr,td,th,tfoot,tbody,thead,form,fieldset,input,textarea,label,ul,ol,dl,li,dt,dd,a,img,iframe,a {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	text-align: center; font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
}
a,a:link,a:hover,a:visited {
	text-decoration: none;
}
*html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clear{ clear:both;}
.clearfix { display: block; } 
.clearfix::after {
	width: 100%; height: 0px; overflow: hidden; clear: both; font-size: 0px; display: block; content: "";
}
img {
	vertical-align: top;
}
.left{ float:left;}
.right{ float:right;}
body {
  width: 100%;
  height: auto;
  background-image:url(http://he.news.cn/zhuanti/2024yzyx/images/banner.jpg);
  background-repeat:no-repeat;
  background-position: top center;
}
.full-screen,.full-screen body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*title*/
.title{
	width:1200px;
	margin:0px auto;
	height:120px;
	padding:50px 0px;
}
.title img{ width:1200px; height:120px;}

/* banner */
.banner{
	width:100%;
	margin:0px auto;
	height:500px;
	position: relative;
	overflow: hidden;
	margin-bottom:50px;
}

/*旋转木马必要样式*/
.poster-main{
	width:1200px;
	margin:0px auto;
	position:relative;
}
.poster-main a,.poster-main img{
	display:block;
}
.poster-main .poster-list{
	width:1200px;
	height:450px;
}
.poster-main .poster-list .poster-item{
	position:absolute;
	left:0;
	top:0;
}
.poster-main .poster-btn{
	width:200px;
	height:450px;
	position:absolute;
	top:0;
	z-index:10;
	cursor:pointer;
	opacity:0.8;
}
.poster-main .poster-prev-btn{
	left:0;
	background:url(http://he.news.cn/zhuanti/2024yzyx/images/btn_l.png) no-repeat center center;
}
.poster-main .poster-next-btn{
	right:0;
	background:url(http://he.news.cn/zhuanti/2024yzyx/images/btn_r.png) no-repeat center center;
}
.poster-item img{
	width:100%;
	height:100%;
}
.poster-item h1{
	width:100%;
	height:60px;
	font-size:18px;
	line-height:60px;
	color:#fff;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	z-index:100;
}
.poster-item h1 a{
	color:#fff;
}
.f_bg{
	width:100%;
	height:60px;
	position:absolute;
	left:0;
	bottom:0;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
	display:block;
	z-index:10;
}

/* 聚焦 */
.jujiao{
	width:1200px;
	margin:0px auto;
}
.jujiao li{
	width:1200px;
	height:225px;
	padding:20px 0px;
	border-bottom:#CCC dashed 1px;
}
.jujiao .pic{
	width:400px;
	height:225px;
	overflow:hidden;/*图片放大时多出来的部分将其隐藏*/
	float:left;
}
.jujiao .pic img{
	width:400px;
	height:225px;
    transition:all 0.5s;/*all表示所有属性都要变化*/
}
.jujiao .pic img:hover{
    transform:scale(1.5);/*对图片进行放大*/
}
.jujiao .wenzi{
	width:770px;
	float:right;
}
.jujiao .wenzi h1{
	width:770px;
	margin:0px auto;
	line-height:30px;
	height:30px;
	overflow:hidden;
	font-size:22px;
	font-weight:bold;
	color:#000;
	text-align:left;
	margin-bottom:20px;
}
.jujiao .wenzi h1 a{
	color:#000;
	font-weight:bold;
}
.jujiao .wenzi h1 a:hover{
	color:#f39800;
}
.jujiao .wenzi p{
	width:770px;
	margin:0px auto;
	line-height:34px;
	font-size:16px;
	color:#333;
	text-align:left;
}
.jujiao .wenzi p a,.jujiao .wenzi p a:link,.jujiao .wenzi p a:hover{
	color:#333;
}

/* footer */
.foot{width:100%; overflow:hidden; padding:40px 0px 40px 0px; margin-top:50px; background-color:#499574;}
.foot .bq-pc{
	font-size:16px;
	line-height:30px;
	width:1000px;
	margin:0px auto;
	text-align:center;
	color:#fff;
}
