a {
	text-decoration: none;
	color: #333;
}
a:hover{
	text-decoration: none;
	color: #c92b2f;
}
a:active{
	color: #c92b2f;
}

.flexBox {
	display: flex;
}
.bgF7{
	background: #f7f7f7;
}
.mt20{
	margin-top:20px;
}

/** header **/
.header {
	height: 335px;
	background: url(../images/bannar.jpg) no-repeat center center;
}

.header .top {
	padding: 10px 0;
	line-height: 21px;
	background: url(../images/top_bg.png) repeat;
	color: #333333;
	font-weight: bold;
}

.logo1 {
	padding: 35px 0 20px 0;
}

.logo2 {
	display: inline-block;
	margin-top: 20px;
}

.search_box {
	width: 100%;
	margin-top:100px;
}

.head_search {
	border: #c92b2f 2px solid;
	border-radius: 3px;
	height: 46px;
	line-height: 46px;
	justify-content:space-between;
	align-items:center;
}

.head_search .search_text {
	border: 0;
	height: 42px;
	width:100%;
	text-indent: 15px;
}

.head_search .search_btn {
	border: 0;
	height: 43px;
	line-height: 42px;
	width: 100px;
	background: #c92b2f;
	color: #fff;
}

.menu {
	line-height: 58px;
	background: #c92b2f;
}

.menu .menu_list a {
	float:left;
	padding:0 35px;
	text-align: center;
	color: #fff;
	font-size:18px;
}

.menu .menu_list a.active {
	background: #f7f7f7;
	color: #c92b2f;
	font-weight: bolder;
}

.newsbox {
	background: #f7f7f7;
	padding: 20px 0;
	display: flex;
}

.newsbox .latestNews {
	padding: 5px 20px;
	background: url(../images/ico_right.png) no-repeat center right;
}

.newsbox .latestNews .ico_news {
	display: inline-block;
	width: 26px;
	height: 14px;
	background: url(../images/ico_news.png) no-repeat center center;
}

.newsbox .latestNews h1 {
	font-size: 21px;
	color: #c92b2f;
	margin-left: 20px;
	margin-top:0;
	margin-bottom:0;
}

.newsbox .latestNews h2 {
	font-size: 12px;
	color: #86766f;
	margin-left: 20px;
	margin-top:0;
	margin-bottom:0;
}

.newsbox .special {
	text-align: center;
	padding-top: 10px;
}

.special .one {
	font-size: 24px;
	font-weight: bold;
	color: #c92b2f;
}


/** bannar **/
.swiper-container {
	width: 100%;
	height: 360px;
}

.content-slide {
	padding: 20px;
	color: #fff;
}

.pagination {
	position: absolute;
	right: 10px;
	text-align: center;
	bottom: 5px;
	width: 150px;
	z-index: 99;
	margin:0;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../images/pic1.png);
	margin: 0 5px;
	cursor: pointer;
}

.swiper-active-switch {
	width: 27px;
	height: 12px;
	background: url(../images/pic2.png);
}

.swiper-slide {
	position: relative;
	float: left;
}

.swiper-container .swiper-wrapper .swiper-slide span {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 34px;
	line-height: 34px;
	width: 100%;
	background: url(../images/nav-bg.png) repeat-x 100% 100%;
	font-size: 16px;
	color: #ffffff;
	text-indent: 2em;
	text-align: left;
}

.swiper-container .swiper-wrapper .swiper-slide span:hover {
	text-decoration: underline;
}

/**TAB切换**/
.news_tab{
	border-bottom: #cdcdcd 1px solid;
	height:55px;
	line-height:55px;
	margin:10px 0 0;
	padding:0;
}
.news_tab li{
	list-style-type: none;
	width:100px;
	text-align:center;
	font-size:18px;
	cursor: pointer;
}
.titleHead{
	text-algin:center;
}

.news_tab li.active{
	background: url(../images/title_bg.png) no-repeat center bottom;
	font-size:21px;
	color:#c92b2f;
	border:0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border:0;
	margin-right:0;
}

/**首页新闻**/
.news_title{
	border-bottom: #cdcdcd 1px solid;
	padding: 10px 10px 0;
	justify-content:space-between;
	align-items:center;
}
.news_title h3{
	width: 96px;
	font-size:21px;
	text-align: center;
	line-height: 50px;
	margin-bottom: 0;
	margin-top:0;
	background: url(../images/title_bg.png) no-repeat center bottom;
}
.news_title .more{
	color: #fff;
	padding:0 3px;
	border-radius: 3px;
	background: #c92b2f;
}
.news_list{
	font-size:14px;
	line-height:30px;
	padding: 10px;
	margin-bottom:0;
}
.news_list .time{
	float: right;
}
.news_list li{
	list-style-type: none;
	padding-left: 10px;
	background: url(../images/ico_dian.jpg) no-repeat center left;
}

.links{
	background:#f7f7f7;
	line-height: 60px;
}
.links select{
	height:36px;
	line-height: 36px;
	padding: 0 20px;
	margin-right:20px;
}
.foot{
	background: #c92b2f;
	color: #fff;
	padding: 20px 0;
	line-height: 36px;
	
}

/**面包屑导航**/
.breadcrumb{
	background:none;
}
.breadcrumb .ico_ad{
	padding-left: 30px;
	background: url(../images/ico_ad.png) no-repeat top left;
}

/**列表**/
.list_left_title{
	background: url(../images/list_menuTop.png) no-repeat center center/100% 100%;
	height: 60px;
	line-height:51px;
	color: #fff;
	font-size: 18px;
	text-indent:70px ;
}
.list_left_menu{
	padding:20px;
}
.list_left_menu a{
	display: block;
	margin-bottom:15px;
	padding-left: 40px;
	background: #FFF;
	line-height: 40px;
	font-size: 16px;
	border: 1px solid #ddd;
	position: relative;
	font-family: "Microsoft YaHei";
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.list_left_menu a:hover{
	border: 1px solid #c92b2f;
}

.list_right_top{
	border-bottom: #c92b2f 2px solid;
	height: 50px;
	line-height: 50px;
	background: url(../images/ico_dqlm.png) no-repeat center left;
	padding-left:36px;
	font-size: 18px;
	color: #c92b2f;
}
.list_right_ul{
	margin-top: 10px;
	padding: 0;
}
.list_right_ul li{
	list-style: none;
	height: 40px;
	line-height: 40px;
	background: url(../images/ico_dian.png) no-repeat left center;
	padding-left: 20px;
	text-align: left;
	overflow: hidden;
	font-size: 14px;
}
.list_right_ul li .time{
	float: right;
}

.article_top{
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.article_top h2 {
    font-size: 24px;
    color: #c92b2f;
    text-align: center;
    line-height: 50px;
    padding: 0px 20px;
}
.article_top p {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.article_main {
    padding: 30px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: 38px;
    color: #666;
    height: auto !important;
    min-height: 300px;
}
.article_end {
    float: right;
	margin-top: 10px;
}
.article_end a {
    width: 80px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    float: left;
    font-size: 14px;
    margin-left: 10px;
    font-family: "Microsoft YaHei";
}
.article_end a i {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-top: 8px;
}
.article_end a.print i {
    background: url(../images/a_print.png) 0px 0px no-repeat;
}
.article_end a.close i {
    background: url(../images/a_close.png) 0px 0px no-repeat;
}

/**分页**/
.clsPage{ font-size:12px; color:#000; font-family:Arial, Helvetica, sans-serif,宋体;margin:0px;padding:0px; text-align:center;}
.clsPage a{text-decoration:none; color:#000;}
.clsPage a:hover{color:red; text-decoration:none;}
.clsPage a:active{color:red; text-decoration:none;}
#pages {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #8d8d8d;
}

#pages a, #pages span {
	margin-left: 3px;
	margin-right: 3px;
	width: 31px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #e0e0e0;
	color: #333;
	display: inline-block;
}

#pages a:hover{
	border: 1px solid #a0a0a0;
}

#pages span {
	background: #f0f0f0;
	color:#333;;
}

#pages span {
	font-weight: bold;
	position: relative;
	top: 0px;
}

#pages a.previous {
	width: 25px;
	position: relative;
	top: 0px;
}

#pages a.next {
	width: 25px;
	position: relative;
	top: 0px;
}
#pages-num{width:10px;}

@media(max-width: 800px){
.logo1{
	padding:10px 0;
}
.logo1 img{
	width: 40%;
}
.search_box{
	margin-top:10px;
}
.menu .menu_list a{
	padding:0 15px;
}
.swiper-container {
	width: 100%;
	height: 220px;
}
}