﻿@charset "utf-8";
/* CSS Document */

/* 公共部分 */
:root{
	--theme-color:#c1030e;
	--basic-color:#303030;
	--background-color:#fff;
	--border-color:#ccc;
}
html, body {
    -ms-overflow-style: scrollbar;
}
body{
	font-family:"microsoft yahei","sans-serif";
	font-size:16px;
	line-height:1.6;
	padding:0;
	margin:0;
}
p,form,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
ol,ul{
	list-style:none;
}

a{color:#0a0a0a;text-decoration:none;}
a:visited {color: #0a0a0a}
a:hover{text-decoration:none;}

img {border:none; max-width:100%;}
a img{display:block;}

button, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer;}
button[disabled], input[disabled] {cursor: default;}
input::-webkit-input-placeholder {color: #999;}

.sec-container{padding-top:50px; padding-bottom:50px; overflow:hidden; background: url(../images/housekeeping/top_bg.png) top center repeat-x;}
.main-container{background: url(../images/housekeeping/bg.jpg) top no-repeat; background-size: 100% auto;}
.main-con{border-radius: 5px; box-shadow: 0px 4px 7px 1px rgba(0, 0, 0, 0.1); background-color: #fff; margin-bottom: 100px; padding: 50px 30px; overflow: hidden; min-height: calc(100vh - 100px - 120px - 234px - 52px);}
.con{overflow:hidden;}
.con2{overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
	.container {
		width: 1400px;
	}
}
@media (max-width: 768px) {
	.sec-container{padding-top:20px; padding-bottom:20px;}
}

/*头部*/
.header {background: #fff;}
.header-top{padding: 40px 0; position: relative;}
.header-top:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:0;
	border-top: 3px solid var(--theme-color);
	border-bottom: 4px solid #f7d3d5;
}
.top-link{
	text-align: right;
	margin-bottom: 20px;
}
.top-link a{
	font-size: 14px;	
	color: #565656;
	margin-left: 30px;
}
.top-link a:hover{text-decoration: none;}
.top-link a:before {
    content: "·";
		font-weight: bold;
		color: #565656;
		margin-right: 5px;
}
.header-top input.form-control {
    -webkit-appearance: none;
    padding:5px 60px 5px 20px;
    box-shadow: none;
    height:48px;
    background-color:transparent;
		border-color: var(--theme-color);
		width:100%;
}
.btn-search {
    background-color:transparent;
    width: 48px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 48px;
    padding: 0;
    box-shadow: none;
    margin: 0 auto;
    outline: none;
}
.btn-search .glyphicon{
	color:var(--theme-color);
	font-size: 20px;
}
.navbar-toggle{
	margin:0;
}
.navbar-toggle .icon-bar{
	background:#565656;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.open .navbar-toggle .icon-bar:nth-child(2) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.open .navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0;
}
.open .navbar-toggle .icon-bar:nth-child(4) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1,- 45deg);
	margin-top:-8px;
}
.top-nav{
	background-color:var(--theme-color);
	line-height:57px;
	font-size:18px;
	overflow: hidden;
}
.top-nav a:hover{text-decoration: none;}
.nav_main>li>a{color: #fff;border-top: 3px solid transparent;}
.nav_main a{ display:block; text-align:center;}
.nav_main :hover>a{background-color:#96030b;color:#fff;}
.nav_main>li>a.active, .nav_main>li:hover>a{color:#fff; background-color:#96030b; border-top: 3px solid #d1a23e;}
.nav_sub{display:none; box-shadow: 0px 2px 8px rgba(0,0,0,0.1); background-color: #fff;  position: absolute; z-index: 9; min-width: 122px;}
.nav_sub li{line-height: 2.6;}
.nav_sub a{font-size: 16px; -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition: none; transition:none;}
@media (min-width: 769px){
	.header-top .header-top-right {
		float: right;
		width: 30%;
		overflow: hidden;
		position: relative;
	}
	.header-top .from-search {
	    width: 100%;
	    overflow: hidden;
	    position: relative;
	}
	.nav_main>li{
		display: table-cell;
		width: 1%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav > li:first-child > a {
		min-width: 60px;
	}
	.header-top .header-top-right{
		width:34%;
		margin-right:20px;	
	}
	.navbar-default .navbar-nav > li > a{
		min-width: 82px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header-top{
		padding: 30px 0;
	}
	.header .logo{
		max-width:50%;
		margin-top: 20px;
	}
	.header-top .header-top-right{
		width:40%;		
	}
	.navbar-default .navbar-nav > li > a{
		min-width: 100px;
	}
}
@media(max-width:768px){
	.header-top .navbar-toggle{
		display: block;
	}
	.header-top {padding-top: 17px; padding-bottom: 10px; border-bottom: 1px solid #d4d4d4;}
	.header .logo img{
		max-height:38px;
	}
	.header.open {
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 0;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition: all 0.35s linear, height 0.35s ease-in 100ms;
		transition: all 0.35s linear, height 0.35s ease-in 100ms;
	}
	.top-nav {
		position: fixed;
		width:100%;
		height:100%;
		left:0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition: background 0.35s linear, height 0.35s ease-in 100ms;
		transition: background 0.35s linear, height 0.35s ease-in 100ms;
		background-color:#fff;
		overflow: auto;
	}
	.header.open .top-nav {
		visibility: visible;
		opacity: 1;
		padding-bottom:100px;
		display:block;	
	}
	.nav_main>li {
		border-bottom: 1px solid #d4d4d4;
		float: none;
	}
	.nav_main a{
		text-align: left;
	}
	.open .nav_main > li > a{
		color:var(--theme-color);
		padding-left:15px;
		padding-right:15px;
		background:#fff;
		position:relative;
		border-top: none;
	}
	.nav_sub{
		display: block;
		position: static;
		box-shadow: none;
		margin-top: -5px;
		margin-bottom: 5px;
		padding-left:15px;
		padding-right: 15px;
		overflow: hidden;
	}
	.nav_sub li{
		line-height: 1.8;
		float: left;
	}
	.nav_sub li a{
		padding: 0 8px;
	}
	#nav-more{
		height:40px;
	}
}
@media (max-width: 991px){
}
/*底部*/
.footer{
	font-size:12px;
	color:#fff;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#848484;
	overflow:hidden;
}
.footer .container{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer a{
	color:#fff;
}
	.footer .ewm {
		margin-right: 40px;
		max-height: 80px;
		max-width: 80px
	}
@media (max-width: 767px) {
	.footer .ewm{margin-right: 10px;}
}

/*--lunbo start here--*/
.lunbo img{
	width:100%;
}
.lunbo, .lunbo .swiper-slide{
	overflow:hidden;
}
.lunbo .swiper-pagination-bullet{
	cursor: pointer;
	opacity:1;
	outline: 0;
}
.index-lunbo .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background-color: transparent;
	border:3px solid #fff;
}
.index-lunbo .swiper-pagination-bullet-active {
	border-color: #fff;	
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}
.news-lunbo{
	margin-bottom: 10px;
}
.news-lunbo .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: transparent;
	border:1px solid #fff;
}
.news-lunbo .swiper-pagination-bullet-active {
	background-color: #fff;
}
.news-lunbo .swiper-pagination{
	text-align: right;
	padding-right: 15px;
}
.news-lunbo .swiper-slide{
	width: 100%;
	height:325px;
}
.news-lunbo .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid var(--border-color);
}
@media(max-width:767px){
	.news-lunbo .swiper-slide{
		height:200px;
	}	
}
.links-lunbo {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
	padding-bottom: 5px;
}
.links-lunbo .arrow .arrowl, .links-lunbo .arrow .arrowr {
	background-color: var(--theme-color);
	border-radius: 50%;
	width: 26px;
	height: 26px;
	color: #fff;
	right: 0;
	left: auto;
	outline: 0;
	margin-top: -13px;
}
.links-lunbo .arrow .arrowl {
	left: 0;
}
.links-lunbo .swiper-button-next:after, .links-lunbo .swiper-button-prev:after{
	font-size: 14px;
	line-height: 26px;
}
.links-lunbo .swiper-button-next.swiper-button-disabled, .links-lunbo .swiper-button-prev.swiper-button-disabled{
	background-color: #848484;
	opacity: 1;
}
.links-lunbo img {
	border: 1px solid #b0b0b0;
	box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.1);
	max-height:75px;
	max-width:313px;
}
/*--lunbo end here--*/
.lm-title {
	font-size: 28px;
	color: var(--theme-color);
	border-bottom: 2px solid var(--theme-color);
	margin-bottom: 20px;
	line-height: 1.6;
	height: 50px;
}
.section-title {
    border-bottom: 1px solid #afafaf;
    padding-bottom: 10px;
		margin-bottom: 15px;
    position: relative;
		line-height: 50px;
}
.section-title .ch {
	font-size: 28px;
	font-weight: bold;
	color: var(--theme-color);
}
.section-title .en {
	font-size: 30px;
	color: #303030;
	margin-left: 20px;
	text-transform: uppercase;
}

.section-title h2 img {
    display: inline-block;
    width: 41px;
}

.section-title .icon {
    font-size: 42px;
    color: #c1030e;
    vertical-align: text-top;
}

.section-title .more {
    position: absolute;
    right: 0;
    color: #aa030c;
    font-size: 12px;
    bottom: 15px;
}

.section-title .tabli {
    position: relative;
    top: 15px;
}

.list1 li {
    height: 32px;
    line-height: 32px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list1 li a {
    font-size: 16px;
}
.list1 li a:before {
    content: "·";
    margin-right: 5px;
}
.list1 li span {
    font-size: 14px;
    float: right;
    padding-left: 10px;
    color: #565656;
}
.list-more{
	font-size: 14px;
	margin-top: 20px;
}
.index-news-left .col-xs-12{
	padding-right: 0;
	padding-left: 30px;
	position: relative;
}
.index-news-left .col-xs-12:first-child{
	padding-right: 30px;
	padding-left: 0;
}
.index-news-left .col-xs-12:first-child:after{
	content: '';
	position: absolute;
	right: 0;
	top: 10%;
	width: 0;
	height: 80%;
	border-right: 1px solid var(--border-color);
}

.list2 li {
    width: 100%;
    padding: 15px 0;
		overflow: hidden;
}
.list2 li:first-child{
	padding-top: 0;
}
.list2 li:last-child{
	padding-bottom: 0;
}
.list2 .date {
    background: #fff;
    border: 1px solid var(--border-color);
    text-align: center;
    float: left;
    width: 70px;
    height: 60px;    
    margin-right: 10px;
}
.list2 .date .y {
  color: #fff;
  font-size: 14px;
	background: #c1030e;
	height: 28px;
	line-height: 28px;
}
.list2 .date .d {
	font-size: 20px;
}

.list2 .list-title{
	margin-bottom: 5px;
}
.list2 .list-title a{
	display: block;
	font-size: 18px;
	color: var(--theme-color);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list2 .des, .list2 p{
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bg1{
	background-color: #f8f6f6;
}

@media(max-width:768px){
	.section-title{
		margin-top: 30px;
	}	
}
@media(max-width:767px){
	.index-news-left .col-xs-12{
		padding-left: 0;
	}
	.index-news-left .col-xs-12:first-child {
		padding-right: 0;			
	}
	.index-news-left .col-xs-12:first-child:after{
		border-right:none;
	}
}

.breadcrumb-news {
	padding: 15px;
	background-color: transparent;
	font-size: 14px;
	margin-bottom: 0px;
}
.breadcrumb-news a {
	color: #5a5a5a;
}
.breadcrumb-news li.action {
	color: var(--theme-color);
}
.breadcrumb-news > li + li:before {
	content: "\2013";
	color: #5a5a5a;
}
.breadcrumb-news.newsnav a:last-child{
	color: var(--theme-color);
}

.sidebar-nav{
	margin-top: -10px;
}
.sidebar-nav li {
	font-size: 20px;
	margin-bottom: 10px;
	background: #f2ebef;
	height: 58px;
	line-height: 58px;	
}
.sidebar-nav  a { 
	display: block;
	padding-left: 20px;
}
.sidebar-nav  a i{
	float: right;
	margin-right: 20px;
	width: 23px;
	height: 58px;
	background: url(../images/housekeeping/bg-leftnav-1.png) center center no-repeat;
}
.sidebar-nav li.active,.sidebar-nav li:hover {
	color: #fff;
	background-color: var(--theme-color);	
}
.sidebar-nav li.active a, .sidebar-nav li:hover a{
	color: #fff;
}
.sidebar-nav li.active a i, .sidebar-nav li:hover a i{
	background: url(../images/housekeeping/bg-leftnav.png) center center no-repeat;
}

.nr-title {
	font-size: 28px;
	border-bottom: 2px solid var(--theme-color);
	margin-bottom: 20px;
	line-height: 1.6;
	height: 50px;
}
.nr-title.page-title{
	color: var(--theme-color);
}
.nr-title1{
	font-size: 32px;
	border-bottom: 2px solid var(--theme-color);
	margin-bottom: 10px;
	line-height: 1.6;
	text-align: center;
	padding-bottom: 10px;
}
.con-con{
	font-size: 16px;
	line-height: 2;
}
@media(max-width:767px){
	.main-con{
		padding: 30px 15px;
	}
	.nr-title{
		height: auto;
		padding-bottom: 10px;
	}
}
.con-con .item-t{
	font-size: 20px;
	line-height: 49px;
	color: #fff;
	background: url(../images/housekeeping/bg-item.png) left center no-repeat;
	margin-bottom: 15px;
}
.con-con .item-t .num{
	padding-left: 50px;
	padding-right: 35px;
}
.con-con .item-t .txt{
	font-weight: bold;
}
.con-con .item-d{
	background-color: #faf5f5;
	padding: 10px 0;
	margin-bottom: 40px;
	overflow: hidden;
}
.item-d li{
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 0;
}
.item-d a:before {
	content: "·";
	font-weight: bold;
	color: var(--theme-color);
	margin-right: 5px;
}

.page-box {
	margin: 10px 0px;
	padding-bottom: 20px;
	padding-top: 20px;
}
div.badoo {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
	padding-bottom: 10px;
	color: #48b9ef;
	padding-top: 10px;
	font-family: arial, helvetica, sans-serif;
	background-color: #fff;
	text-align: center
}
div.badoo a {
	border: #d9d9d9 1px solid;
	padding: 6px 10px;
	margin: 0px 5px;
	color: #0a0a0a;
	text-decoration: none;
}
div.badoo a:hover {
  border: #d9d9d9 1px solid;
}
div.badoo a:active {
  border: #d9d9d9 1px solid;
}
div.badoo span.current {
	border: #cb7f83 1px solid;
	padding: 6px 10px;
	color: #fff;
	background-color: #e11f28
}
div.badoo span.disabled {
	display: none
}

.list2-1{
	padding: 0 20px;
}
.list2-1 li {
    width: 100%;
    padding: 25px 0;
		overflow: hidden;
		border-bottom: 1px solid var(--border-color);
}
.list2 li:last-child {
	padding-bottom: 25px;
}
.list2-1 .date {
	margin-right: 20px;
    border: 1px solid var(--theme-color);
}
.list2-1 .date .d {
	color: var(--theme-color);
}
.list2-1 .list-des{
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.list2-1 .list-des a{
	color: var(--theme-color);
}
.list2-1 .img{
	float: left;
	margin-right: 15px;
	max-width: 180px;
	height: 100px;
}
.list2-1 .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border: 1px solid var(--border-color);
}
@media(max-width:767px){
	.list2-1{
		padding: 0;
	}
	.list2-1 .date{
		margin-right: 15px;
		margin-top: 10px;
	}
}
.list4 li {
    height: 57px;
    line-height: 57px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
		border-bottom: 1px solid var(--border-color);
}
.list4 li a {
    font-size: 18px;
}
.list4 li a:before {
    content: "·";
		font-weight: bold;
		color: var(--theme-color);
    margin-right: 5px;
}
.list4 li span {
    font-size: 14px;
    float: right;
    padding-left: 10px;
    color: #565656;
}

.back{
	margin-top: -20px;
	margin-bottom: 20px;
}
a.a-back{
	color: var(--theme-color);
	font-size: 14px;
}
.title1-other{
	text-align: center;
	font-size: 16px;
	color: #7c7c7c;
	margin-bottom: 20px;
}

.guanlian{
	margin-top: 50px;
	overflow: hidden;
	line-height: 2;
}
.guanlian .prev{
	float: left;
}
.guanlian .next{
	float: right;
}
.guanlian, .guanlian a{
	font-size: 16px;
	color: #565656;
}
.guanlian>div{
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
@media(max-width:767px){
	.guanlian .prev, .guanli .next{
		float: none;
	}
}

.gywm .t1{
	font-size: 22px;
	color: var(--theme-color);
}
.gywm .t2{
	font-size: 18px;
}
.gywm hr{
	border-color: var(--theme-color);
	margin: 20px 0;
}
.gywm .t3{
	line-height: 1.8;
}
.gywm .t3 span{
	color: #fff;
	text-align: justify;
	text-align-last: justify;
	background-color: var(--theme-color);
	width: 5em;
	margin-right: 10px;
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 10px;
}