@charset 'utf-8';
/*banner-start*/
#fybanner{
	position: relative;
    width: 100%;
    height: 408px;
    overflow: hidden;
}
#fybanner .zcfy_banner{
	position: absolute;
    left: 50%;
    top: 0px;
    width: 1920px;
    height: 408px;
    margin-left: -960px;
}
#fybanner .zcfy_banner img{
	display: block;
	width: 1920px;
    height: 408px;
    background-size: 100% 100%;
}
#fybanner .header{
	position: absolute;
    left: 50%;
    top: 0px;
    width: 1920px;
    height: 100px;
    margin-left: -960px;
    z-index: 99;
}
#fybanner .header .logo{
	margin-top: 28px;
}
#fybanner .header .hd_right{
	padding-top: 34px;
}
#fybanner .header .hd_right a{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	margin-left: 15px;
}
#fybanner .header .hd_right a:hover{
	text-decoration: underline;
}
/*end banner*/

/*fyzxd start*/
.fyzxd{
	height: 80px;
	line-height: 80px;
	background: #f9f9f9;
	font-size: 24px;
	font-family: "Microsoft Yahei";
	color: #333;
}
/*end fyzxd*/

/*main start*/
#main .main_con .main_con_l{
	width: 802px;
	min-height: 500px;
}
#main .main_con .main_con_l ul li{
	position: relative;
	padding-top: 30px;
	height: 119px;
	border-bottom: 1px solid #dadada;
	webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#main .main_con .main_con_l ul li:hover{
	background: #dd4b3e;
	padding: 30px 20px 0;
}
#main .main_con .main_con_l ul li .title{
	width: 710px;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #333;
	padding-bottom: 10px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#main .main_con .main_con_l ul li:hover .title{
	width: 670px;
	color: #fff;
}
#main .main_con .main_con_l ul li .date{
	position: absolute;
	right: 0px;
	top: 34px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #707070;
}
#main .main_con .main_con_l ul li:hover .date{
	right: 30px;
	color: #fff;
}
#main .main_con .main_con_l ul li .des{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #707070;
	line-height: 30px;
}
#main .main_con .main_con_l ul li:hover .des{
	color: #fff;
}
#main .main_con .xwtj{
	width: 362px;
	height: auto;
	background: #f9f9f9;
}
#main .main_con .xwtj .xwtj_hd{
	position: relative;
	height: 72px;
	background: #828282;
}
#main .main_con .xwtj .xwtj_hd .line{
	position: absolute;
	left: 22px;
	top: 16px;
	width: 8px;
	height: 42px;
	background: #eee;
}
#main .main_con .xwtj .xwtj_hd .title1{
	padding-top: 16px;
	font-size: 22px;
	font-family: "Microsoft Yahei";
	color: #fff;
	text-indent: 40px;
	height: 42px;
        line-height: 42px;
}
#main .main_con .xwtj .xwtj_hd .title2{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #bdbdbd;
	text-indent: 40px;
}
#main .main_con .xwtj_pic1{
	position: relative;
	width: 320px;
	height: 258px;
	margin: 30px auto 0;
}
#main .main_con .xwtj_pic1 .xwtj_bd{
	position: absolute;
	left: 0px;
	width: 320px;
	bottom: 44px;
	height: 32px;
	line-height: 32px;
	background: url("../zcfyimages/dot6.png");
	z-index: 9999;
}
#main .main_con .xwtj_pic1 .xwtj_bd ul{
	position: absolute;
	left: 50%;
	top: 14px;
	margin-left: -35px;
	display: block;
	width: 70px;
}
#main .main_con .xwtj_pic1 .xwtj_bd ul li{
	float: left;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #b8b8b8;
	margin: 0 4px;
}
#main .main_con .xwtj_pic1 .xwtj_bd ul li.on{
	background: #d70000;
}
#main .main_con .xwtj_pic1 .xwtj_pic{
	width: 320px;
	height: 214px;
}
#main .main_con .xwtj_pic1 .xwtj_pic ul li .pic{
	width: 320px;
	height: 214px;
	overflow: hidden;
}
#main .main_con .xwtj_pic1 .xwtj_pic ul li .pic img{
	display: block;
	width: 320px;
	height: 214px;
	background-size: 100% 100%;
	webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#main .main_con .xwtj_pic1 .xwtj_pic ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#main .main_con .xwtj_pic1 .xwtj_pic ul li .title{
	padding: 0 15px;
	width: 290px;
	height: 42px;
	line-height: 42px;
	background: #959595;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#main .main_con .xwtj_pic1 .xwtj_pic ul li:hover .title{
	color: #dd4b3e;
}
#main .main_con .xwtj_pic1 .xwtj_btn span{
	display: block;
	position: absolute;
	bottom: 55px;
	width: 9px;
	height: 9px;
	cursor: pointer;
	z-index: 99999;
}
#main .main_con .xwtj_pic1 .xwtj_btn span.prev{
	left:100px;
	background:url("../zcfyimages/xwtj_l.png")  no-repeat;  
}
#main .main_con .xwtj_pic1 .xwtj_btn span.next{
	right:100px;
	background:url("../zcfyimages/xwtj_r.png")  no-repeat;  
}

#main .main_con .xwtj_pic2{
	width: 320px;
	margin: 0px auto;
	padding-bottom: 40px;
}
#main .main_con .xwtj_pic2 ul li{
	margin-top: 24px;
	border-bottom: 1px solid #e4e4e4;
}
#main .main_con .xwtj_pic2 ul li .pic{
	width: 320px;
	height: 214px;
	overflow: hidden;
}
#main .main_con .xwtj_pic2 ul li .pic img{
	display: block;
	width: 320px;
	height: 214px;
	background-size: 100% 100%;
	webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#main .main_con .xwtj_pic2 ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#main .main_con .xwtj_pic2 ul li .title{
	width: 320px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
	line-height: 25px;
	padding: 8px 0;
}
#main .main_con .xwtj_pic2 ul li:hover .title{
	color: #dd4b3e;
}
.fanye img{
	padding: 40px 0;
	margin: 0 auto;
}
/*end main*/

/*footer start*/
#footer{
	width: 100%;
	height: 60px;
	background: url("../zcfyimages/zcfyft_bg.png") repeat-x;
}
#footer .ft_bqcon p{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
/*end footer*/

/*content page start*/
.con_page{
	width: 802px;
}
.con_page .main_con_hd{
	padding-top: 30px;
       margin-bottom: 20px;
}
.con_page .main_con_hd h2.title{
	font-size: 22px;
	font-family: "Microsoft Yahei";
	color: #323232;
	text-align: center;
}
.con_page .main_con_hd p.info{
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #999;
	line-height: 60px;
	border-bottom: 1px dashed #e7e7e7;
	text-align: center;
}
.con_page .main_con_hd p.info i{
	font-style: normal;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	margin-right: 26px;
}
.content{
	padding: 30px 0;
}
.content p{
	font-size: 16px;
	color: #333;
	font-family: "Microsoft Yahei";
	line-height: 38px;
	text-indent: 30px;
	margin-bottom: 10px;
	text-align: justify;
}
.content p img{
	margin: 0 auto;
}
.page { 
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
	font-size: 16px; 
	padding-bottom: 30px;
}
.page p{
	line-height:30px;
	text-indent: 0 !important;
}
.page span { 
	font-size: 16px;
	color: #333; 
}
.page a { 
	font-size: 16px;
	color: #333; 
}
.page a:hover { 
	color: #dd4b3e;
}
/*end content page*/