@charset "utf-8";
*{    box-sizing: border-box;}

.header_bac {
	background: url(../images/logo_bac.jpg) left center no-repeat;
	width: 100%;min-width:1200px;
	height: 140px;
}

.logo {
	width: 260px;
	height: 115px;
	display: block;
	float: left;
}

.search {
	width: 234px;
	height: 36px;
	background: #fff;
	border-radius: 30px;
	margin-top: 46px;
}

.search-input {
	width: 179px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	float: left;
	color: #666;
	background: none;
	padding-left: 17px;
	border: none;
	outline: none;
}

.search-btn {
	/* width: 49px; */
	height: 20px;
	float: right;
	margin-top: 8px;
	margin-right: 16px;
}

/*nav*/


/*menu部分*/
.menu-nav {
	width: 100%;min-width:1200px;
	height: 45px;
	line-height: 45px;
	background: #b20a0a;
	position: relative;
	z-index: 1;
}

#menu {
	margin: 0 auto;
	width: 1200px;
	clear: both;
	font-family: '微软雅黑';
	font-size: 16px;
	height: 45px;
}

#menu ul {
	list-style: none;
}

li.l1-nav {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	height: 45px;
	line-height: 45px;
}

a.l1-nav {
	display: block;
	text-align: center;
	text-decoration: none;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding: 0 45px;
	float: left;
}

li.l1-nav:hover a.l1-nav,
a.l1-nav:hover {
	color: #fff;
	background: #f79946;
	height: 45px;
	line-height: 45px;
}

ul.l2-nav {
	visibility: hidden;
	position: absolute;
	/* 第二级菜单相对于第一级菜单绝对定位 */
	left: 0px;
	top: 44px;
	width: 100%;
	background: #fff;
}

li.l2-nav {
	float: left;
	position: relative;
	/* 这里把第二级菜单项设成相对定位，以使得它包含的三级菜单相对它自己定位 */
	left: 0px;
	top: 0px;
	width: 100%;
}

a.l2-nav {
	display: block;
	/* 把a设成块级显示 */
	text-align: center;
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #333;

	text-decoration: none;
	font-size: 14px;
}

li.l2-nav:hover a.l2-nav,
a.l2-nav:hover {
	color: #fff;
	background: #b20a0a;
}

a.l1-nav:hover ul.l2-nav,
li.l1-nav:hover ul.l2-nav {
	visibility: visible;
}
.clearb{clear:both;}
.tongzhi-tit{position:relative;}
.tongzhi-tit h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 18px;
	display: inline-block;
}
.tongzhi-tit h3 i{
	margin-left: 10px;
	font-style: italic;
	color: #999;
	font-size: 15px;
}
.tongzhi-tit span {
	display: block;
	height: 2px;
	width: 50px;
	background-color: #be2831;
}

.tongzhi-tit .more {
	float: right;
	font-size: 13px;
	color: #757575;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	line-height: 60px;
}
.news-left {
	float: left;
	width: 690px;
	margin-right: 40px;
}
.news-left li {
	height: 110px;
	width: 100%;
	margin-top: 20px;
}
.news-time {
	height: 100%;
	width: 110px;
	float: left;
	text-align: center;
	background-color: #e6e6e6;
}
.news-time span {
	display: block;
	height: 2px;
	width: 38px;
	background-color: #333;
	margin:auto;
}
.news-time h3 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 14px;
}
.news-time p {
	font-size: 16px;
	margin-top: 14px;
	line-height: 1;
	color: #333;
}
.news-left li:hover .news-time {
	background-color: #b20a0a;
}
.news-left li:hover a {
	background-color: #d11c1c;
}
.news-left li:hover a h2,
.news-left li:hover a p,
.news-left li:hover .news-time h3,
.news-left li:hover .news-time p {
	color: #fff;
}
.news-left li:hover .news-time span {
	background-color: #fff;
}
.news-left li a {
	display: block;
	float: left;
	height: 100%;
	width: 580px;
	padding: 0 26px;
	background-color: #f2f2f2;
	padding-top: 5px;
}
.news-left li a h2 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
	color: #333;
}
.news-left li a p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 14px;
	color: #999;
}
.news-right{
	position: relative;
	float: left;
	width: 470px;
	height: 370px;
	margin-top: 20px;
	overflow: hidden;
}

.news-right .swiper-container {width: 100%;height: 100%;}
.news-right .swiper-slide{position: relative;}
.news-right img{width: 100%;height: 370px;}
.news-right .pagination1 {position: absolute;right: 9px;text-align: right;bottom: 9px;width: 100%;z-index: 9;}
.news-right .swiper-pagination-switch {display: inline-block;width: 12px;height: 12px;margin-left:12px;cursor: pointer;background: #fff;border-radius: 50%;}
.news-right .swiper-active-switch {background: #f19149;}
.news_right_title{position:absolute;bottom:0;width: 100%;height: 45px;left: 0;color: #fff;background: rgba(0,0,0,0.6);font-size: 16px;padding: 0 20px;box-sizing: border-box;line-height: 45px;}
.con02left{width: 630px;margin-top: 30px;float: left;}
.con02left ul {margin-top: 20px;}
.con02left ul li{font-size: 15px; clear:both; margin-top: 0px; height: 30px; line-height: 30px; }
.con02left ul li .time{margin-right: 15px;height: 30px;}
.con02left ul li .date{display: block;padding: 0px 10px;height:30px;line-height: 30px;color: #FFFFFF;background: #c3867c;}
.con02left ul li .year{display: block;padding: 0px 10px;height: 100%;line-height: 28px;color: #c3867c;border: 1px solid #c3867c;border-left: none;}
.con02left ul li+li{margin-top:18px ;}


/* 本例子css */
.slideTxtBox {
	width: 540px;
	background: #fff;
	padding: 20px;
	float: right;
	margin-top: 30px;
	padding-top: 0;
	min-height: 350px;
}
.slideTxtBox .hd{position:relative;}
.slideTxtBox .hd .on span{display:block;}
.slideTxtBox .hd .on .more{display:block;}

.slideTxtBox .tongzhi-tit{
    float: left;
    position: inherit;
    margin-right: 20px;
}
.slideTxtBox .tongzhi-tit span{display:none;}
.slideTxtBox .hd .on h3{color:#333;}
.slideTxtBox .tongzhi-tit h3{color: #a4a3a3;cursor: default;}
.slideTxtBox .tongzhi-tit .more{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display:none;
}

.slideTxtBox .bd ul{}

.slideTxtBox .bd li {border-bottom: 1px dashed #a8a8a8;padding: 12px 0;}

.slideTxtBox .bd li .news_right_title1:hover{color:#b20a0a}
.slideTxtBox .bd li .news_right_title1{font-size: 15px;color: #333;}
.slideTxtBox .bd li div{font-size: 13px;color: #737373;line-height: 23px;}
.slideTxtBox .bd li div a{color: #f19149;}

/* 本例子css */
.picScroll-left {
	width: 1200px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}



.picScroll-left .bd {

}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	margin-right:30px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 277px;
}
.ry_pic img{width:100%;height:180px;display: block;}
.ry_title{color:#434343;font-size: 15px;border: 1px solid #616161;display: block;box-sizing: border-box;line-height: 35px;}


.links{width:100%;background: #404040;color: #fff;height: 50px;font-size: 15px;line-height: 50px;margin-top: 50px;}
.links a{color:#fff;margin-right: 15px;font-size: 14px;margin-left: 7px;}
.footer_wrap{width:100%;overflow:hidden;background:url(../images/footer_bac.jpg) left center no-repeat;background-size:cover;padding: 30px 0;}
.footer_copy {color:#acacac;font-size:14px;line-height:40px;float: left;text-align: left;}
.ewm{float:right;}
.ewm img{width:120px;height:120px;}