﻿/*整体开始*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img { border:none; } /*为了照顾ie6 链接图片有边框*/
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
select, input { vertical-align:middle; }
 select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; }
table { border-collapse:collapse; }
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
body {font-size:12px; color:#333;font-family:"Microsoft YaHei","微软雅黑","SimHei","黑体","SimSun","宋体";}
a { color:#333; text-decoration:none; }
a:hover { color:#000; text-decoration:none; }
html {
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust: 100%;
}

video embed, video object, video iframe {
width: 100%;
height: auto;
}
*{
	margin:0px;
	padding:0px;
}
div{
	display:block;
}
html{
	color:#666;
}
html,body{
	width: 100%;
}
/*banner*/
.esd_banner{
	width:100%;
}
.esd_banner img{
	width:100%;
	display:block;
}
/*要闻*/
.esd_yw{
	width:100%;
	background: url(../images/yw_back.jpg) top center no-repeat;
	padding-bottom:40px;
}
.esd_yw .esd_yw1{
	width:1200px;
	margin:0 auto;
}
.yw_headlines{
	width:100%;
	height:140px;
	background:#bc0000;
	border-top:20px solid #ffd49d;
	border-bottom:20px solid #ffd49d;
	padding:10px;
	box-sizing:border-box;
	margin-bottom:30px;
}
.yw_headlines h1{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:45px;
	overflow:hidden;
	font-weight:bold;
	text-align:center;
}
.yw_headlines h1:hover{
	text-decoration:underline;
}
.yw_headlines h1 a{
	color:#fff098;
}
.yw_headlines p{
	width:100%;
	height:30px;
	line-height:30px;
	font-size:14px;
	overflow:hidden;
	text-align:center;
	margin-top:4px;
}
.yw_headlines p a{
	color:#fff098;
	margin-right:10px;
}
.yw_headlines p a:hover{
	text-decoration:underline;
}
.yw_con{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
/*左侧*/
.yw_l{
	width:545px;
	float:left;
}
.yw_l ul{
	width:100%;
}
.yw_l ul li{
	width:100%;
	height:57px;
	line-height:57px;
	background:#fef4e7;
	font-size:18px;
	margin-top:6px;
	padding:0px 24px;
	box-sizing:border-box;
	overflow: hidden;
}
.yw_l ul li:first-child{
	margin-top:0px;
}
.yw_l ul li:hover{
	background:#b01a1a;
}
.yw_l ul li:hover a{
	color:#fff;
}
/*右侧*/
.yw_r{
	width:600px;
	float: right;
	overflow:hidden;
}
.swiper-container{
    width:100%;
}
.swiper-container .swiper-slide{
    width:100%;
    height:370px;
    overflow:hidden;
}
.swiper-container .swiper-slide img{
    width:100%;
}
.swiper-container .swiper-slide p{
    width:100%;
    height:40px;
    line-height:40px;
    padding-left:20px;
    padding-right:80px;
    box-sizing:border-box;
    background:linear-gradient(to top, rgba(176,26,26,1), rgba(176,26,26,0));
    color:#fff;
    position:absolute;
    bottom:0;
    font-size:16px;
}
.swiper-container .swiper-pagination {
    width:20%;
    left:80%;
    z-index: 9999;
}
.swiper-container .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:#fff;
    opacity:0.8;
}
.swiper-container .swiper-pagination-bullet-active{
    background:#e60012;
}
/*资讯*/
.esd_zx{
	width:100%;
	padding:60px 0px 50px 0px;
	background:#f3e5ce;
}
.esd_zx .esd_zx1{
	width:1200px;
	margin:0 auto;
}
.zx_con1{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.zx_con1 li{
	width:46%;
	float:left;
	padding:20px;
	background:#f1d5b1;
	box-sizing:border-box;
	cursor:pointer;
}
.zx_con1 li:hover{
	background:#b01a1a;
}
.zx_con1 li:first-child{
	margin-right:8%;
}
.zx_rq{
	width:70px;
	height:102px;
	background:#f3e5ce;
	padding:5px;
	box-sizing:border-box;
	float: left;
	text-align:center;
}
.zx_rq h1{
	font-size:20px;
	margin-top:10px;
	line-height:30px;
}
.zx_rq p{
	color:#9d6a28;
	font-size:14px;
	border-top:1px solid #9d6a28;
	line-height:30px;
}
.zx_nr{
	width:420px;
	float:right;
}
.zx_nr h1{
	font-size:18px;
	line-height:26px;
	height:52px;
	overflow:hidden;
	font-weight:bold;
}
.zx_nr h1:hover{
	text-decoration:underline;
}
.zx_nr p{
	font-size:14px;
	line-height:24px;
	height:48px;
	overflow:hidden;
	margin-top:10px;
	color:#9d6a28;
}
.zx_nr p a:hover{
	text-decoration:underline;
}
.zx_nr p a{
	color:#9d6a28;
}
.zx_con1 li:hover .zx_nr h1 a{
	color:#fff;
}
.zx_con1 li:hover .zx_nr p{
	color:#fff;
}
.zx_con1 li:hover .zx_nr p a{
	color:#fff;
}
.zx_con2{
	width:100%;
	overflow:hidden;
}
.zx_con2 li{
	width:46%;
	float: left;
	border-left:1px solid #b01a1a;
	padding-left:24px;
	box-sizing:border-box;
	margin-top:30px;
}
.zx_con2 li:nth-child(2n){
	margin-left:8%;
}
.zx_con2 li h1{
	font-size:18px;
	line-height:26px;
	height:52px;
	overflow:hidden;
	font-weight:bold;
}
.zx_con2 li h1:hover{
	text-decoration:underline;
}
.zx_con2 li p{
	font-size:14px;
	line-height:24px;
	height:48px;
	overflow:hidden;
	margin-top:10px;
	color:#9d6a28;
	margin-top:20px;
	padding-top:10px;
	border-top:1px dashed #9d6a28;
}
.zx_con2 p a{
	color:#9d6a28;
}
.zx_con2 p a:hover{
	text-decoration:underline;
}
/*视频*/
.esd_sp{
	width:100%;
	padding:60px 0px 360px 0px;
	background:url(../images/sp_back.jpg) top center no-repeat;
}
.esd_sp .esd_sp1{
	width:1200px;
	margin:0 auto;
}
.swiper-container1{
    width:100%;
    overflow:hidden;
    margin-top:40px;
    position:relative;
}
.sp_prev{
    width:42px;
    height:75px;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left:10px;
    background: url(../images/sp_prev.png) no-repeat;
    background-size:100% 100%;
    z-index: 99;
    cursor:pointer;
}
.sp_next{
    width:42px;
    height:75px;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    right:10px;
    background: url(../images/sp_next.png) no-repeat;
    background-size:100% 100%;
    z-index: 99;
    cursor:pointer;
}
.jm_tu {
    width:1040px;
    height:615px;
    margin: 0 auto;
    position:relative;
}
.jm_tu1 {
    width: 100%;
    height:100%;
    overflow: hidden;
    position:relative;
}
.jm_tu1 img {
    width:100%;
    max-width:100%;
    margin-left:0 !important;
}
.icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    opacity: 0.9;
}
.jm_tu h2{
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #333;
    font-size: 24px;
    position: absolute;
    bottom: 0px;
    background:linear-gradient(to top, rgba(176,26,26,1), rgba(176,26,26,0));
    color:#fff;
}
.jm_tu h2:hover{
    text-decoration:underline;
}
.yw_gd{
    float: right;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
}
@media (min-width: 640px) and (max-width:1200px){
        body{
            min-width:1200px;
        }
}
@media screen and (max-width: 640px){
.esd_yw .esd_yw1{
	width:96%;
}
.yw_headlines {
    height: 100px;
    border-top: 10px solid #ffd49d;
    border-bottom: 10px solid #ffd49d;
}
.yw_headlines h1{
	font-size:16px;
	height:30px;
	line-height:30px;
}
.yw_headlines p{
	margin-top:0px;
}
.yw_tit{
	width:100%;
	overflow:hidden;
}
.yw_tit img{
	width:200%;
	margin-left:-50%;
}
.yw_l{
	width:100%;
}
.yw_con{
	margin-top:20px;
}
.yw_l ul li{
	height:40px;
	line-height:40px;
	overflow:hidden;
	font-size:16px;
}
.yw_r{
	width:100%;
	margin-top:20px;
}
.swiper-container .swiper-slide{
	height:260px;
}
.esd_yw {
    background: url(../images/yw_back.jpg) no-repeat;
	background-size:100% 100%;
    padding-bottom: 30px;
}
/* 资讯 */
.esd_zx .esd_zx1{
	width:96%;
}
.esd_zx{
	padding:30px 0px;
}
.zx_con1{
	margin-top:20px;
}
.zx_con1 li{
	width:100%;
	padding:10px;
}
.zx_con1 li:first-child{
	margin-right:0;
}
.zx_nr{
	width:75%;
}
.zx_nr h1{
	font-size:16px;
}
.zx_con2 li{
	width:100%;
	margin-top:20px;
}
.zx_con2 li h1{
	font-size:16px;
}
.zx_con2 li:nth-child(2n){
	margin-left:0;
}
/* 视频 */
.esd_sp{
	width: 100%;
	padding: 30px 0px 170px 0px;
	background: url(../images/sp_back1.jpg) no-repeat;
	background-size:100% 100%;
}
.esd_sp .esd_sp1{
	width:96%;
}
.swiper-container1{
	margin-top:20px;
}
.jm_tu{
	width:100%;
	height:230px;
}
.sp_prev{
	width:21px;
	height: 32px;
}
.sp_next{
	width:21px;
	height: 32px;
}
.icon{
	width:40px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
}
.jm_tu h2{
	height:40px;
	line-height:40px;
	font-size:14px;
}




}