body,
html {
	margin: 0;
	padding: 0;
	min-width: 1200px;
	font-size: 14px;
	color: #333333;
	background: #f3f3f3;
	font-family: "Microsoft YaHei" !important;
}

img {
	border: none;
}

.container-fulled {
	width: 100%;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,
a:hover,
a:active {
	text-decoration: none;
	color: inherit;
}

p {
	margin: 0;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.whitespace {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.verticalMid {
	vertical-align: middle;
	display: inline-block;
}

.verticalTop {
	vertical-align: top;
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*头部*/
#header {
	background: #A51908;
}

.header {
	padding: 22px 0 17px 0;
}

/*轮播图*/
.swiper.main-swiper {
	width: 100%;
}

.main-swiper .swiper-slide img {
	width: 100%;
	display: block;
}

.main-swiper .swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
	padding: 15px 20px;
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 2px;
}

.main-bullet {
	display: none;
}

.mainswiper-button-prev,.mainswiper-button-next{
        position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;

}

.mainswiper-button-next{
       left:auto;
       right:10px;
       background: url(../img/right-jt.png) no-repeat;
background-size: 100% 100%;
}
.mainswiper-button-prev{
left:10px;
       right:auto;
      background: url(../img/left-jt.png) no-repeat;
background-size: 100% 100%;
}
/*导航*/
#nav {
	position: relative;
	z-index: 1000000;
	background: #800900;
}

.nav {
	font-size: 15px;
}

.fNav li {
	float: left;
	color: #ffffff;
	position: relative;
	text-align: center;
	transition: all 0.2s;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.fNav li a {
	display: inline-block;
	padding: 13px 23px;
	position: relative;
	text-align: center;
	color: #ffffff;
	transition: all 0.2s;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.fNav>li.active>a {
	background: #A51908;
	
}

.fNav>li:hover>a {
	background: #A51908;
	
}

.fNav li:hover .sNav>li {
	height: 40px;
	overflow: visible;
}

.sNav {
	position: absolute;
	left: 0;
	min-width: 100%;
}

.sNav li {
	text-align: center;
	margin: 0;
	padding: 0 10px;
	min-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 400ms ease, visibility 400ms ease;
	-moz-transition: height 400ms ease, visibility 400ms ease;
	-o-transition: height 400ms ease, visibility 400ms ease;
	transition: height 400ms ease, visibility 400ms ease;
	white-space: nowrap;
	background: #800900;
	color: #ffffff;
}

.sNav li a {
	border: none;
	color: #ffffff;
	padding: 10px 0;
}

.sNav li:hover {
	background: #A51908;
}

.sNav li:hover>a {
	color: #ffffff;
}

.tNav {
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 100%;
}

.tNav li {
	text-align: center;
	padding: 0 10px;
	min-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 400ms ease, visibility 400ms ease;
	-moz-transition: height 400ms ease, visibility 400ms ease;
	-o-transition: height 400ms ease, visibility 400ms ease;
	transition: height 400ms ease, visibility 400ms ease;
	white-space: nowrap;
	background: #800900;
	color: #ffffff;
}

.tNav li a {
	color: #ffffff;
}

.tNav li:hover a {
	color: #ffffff;
}

.sNav li:hover .tNav li {
	height: 40px;
	overflow: visible;
}

/*主体*/
#body {
	position: relative;
	min-height: 800px;
}

.blog {
	padding:0;
}
.titleimg{
	height:83px;
	width:100%;
	margin-bottom:20px;
	position: relative;
}
.titleimg::before{
	content:'';
	position: absolute;
	top:0;
	height:83px;
	width:100%;
	background: url(../img/titletop.png) no-repeat top center;
	background-size: auto;
	z-index: 1;
}
.titleimg::after{
	content:'';
	position: absolute;
	top:0;
	width:100%;
	height:43px;
	background: #A51908;
	z-index:0;
}
.title{
	font-size:35px;
	text-align: center;
	margin-bottom:60px;
}
.title .line{
	width:5px;
	height:49px;
	display: inline-block;
	vertical-align: middle;
	background: #adadad;
	margin:0 20px;
}
.title span{
	display: inline-block;
	vertical-align: middle;
}
.title span:first-of-type{
	border-bottom:6px solid #A51908;
}
.more{
	position:absolute;
	top:-30px;
	right:0;
	background: url(../img/more.png) no-repeat;
	width:36px;
	height:10px;
}
/*主体第一部分*/
.blog1{
	margin-bottom:50px;
}
.newsBox {
	position: relative;
}

.swiper-button-next {
	background: url(../img/right-arr.png) no-repeat;
	right: -50px !important;
	color: transparent !important;
}

.swiper-button-prev {
	background: url(../img/left-arr.png) no-repeat;
	left: -50px !important;
	color: transparent !important;
}

.swiper.news-swiper .swiper-slide {
	background: #ffffff;
	height:394px;
	
}
.news{
	height:394px;
	transition: all 0.5s;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
.news img {
	width: 380px;
	height: 208px;
	display: block;
}
.news .newsarticle{
	padding:15px 30px;
}
.news .newstitle {
	font-size: 16px;
	font-weight: bold;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
height:42px;
}
.news .newszy {
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin:10px 0 20px 0;
}
.news .newszy,
.news .newsdate {
	color: #666666;
	font-size: 13px;
}
.newshover{
	opacity: 0;
	padding:30px;
	background: #A51908;
	color:#ffffff;
	height:394px;
	transition: all 0.5s;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
.newshover .newstitle{
	font-size:16px;
	font-weight:bold;
}
.newshover .newszy{
	margin-top:25px;
	text-indent: 2em;
	font-size:13px;
}
.swiper-slide:hover .news{
	height:0;
	overflow: hidden;
}
.swiper-slide:hover .newshover{
	opacity: 1;
}
/*正文第二块*/
.noticebox{
	background: #ffffff;
	position:relative;
	margin-bottom:50px;
}
.noticebox li{
	width:400px;
	padding:35px;
	box-sizing: border-box;
        float: left;
}
.notices {
        padding: 22px 0;
}
.notices li a {
        display: flex;
        width: 100%;
}
.notices li{
        width:100%;
	padding: 13px 35px;
	box-sizing: border-box;
        display: flex;
        float: none;
}
.notices li a .noticezy {
        display: none;
}
.noticetitle{
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size:16px;
	font-weight:bold;
        height:42px;
}
.notices li a .noticetitle {
        flex: 1;
        -webkit-line-clamp: 1;
        height:22px;
}

.noticedate{
	margin:10px 0;
}

.notices li a .noticedate {
        margin: 0;
}
.noticezy{
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
height:171px;
}
/*正文第三块*/
.changetitle{
	font-size:35px;
	text-align: center;
	margin-bottom:60px;
	padding-left: 30px;
}
.changetitle span{
	position:relative;
	border-bottom:6px solid #676666;
	color:#676666;
	margin:0 20px;
	cursor: pointer;
}
.changetitle span:hover{
	color:#333333;
	border-bottom:6px solid #A51908;
}
.changetitle span.active{
	color:#333333;
	border-bottom:6px solid #A51908;
}
.changetitle span:first-of-type::after{
	content:"";
	position:absolute;
	width:5px;
	right:-30px;
	height:49px;
	background: #adadad;
	
} 
.changebox>div{
	display: none;
}
/*正文第四块*/
.blog4{
	margin-bottom:50px;
}
.linktitle{
	font-size:22px;
	text-align: center;
	font-weight: bold;
	margin-right:70px;
	display: inline-block;
	vertical-align: middle;
}
.linkline{
	width:5px;
	height:122px;
	background:#A51908;
	display: inline-block;
	vertical-align: middle;
	margin-right:30px;
}
.linklist{
	display: inline-block;
	vertical-align: middle;
}
.linklist li{
	float:left;
	text-align: center;
	width:150px;
}
.linklist li div{
	width:150px;
	height:60px;
	text-align: center;
}
/*底部*/
.footer {
	background: #A51908;
	color: #fbfbfb;
	position: relative;
	overflow: hidden;
	padding-top: 22px;
}

.erCode {
	margin-top: 20px;
}

.erCode img {
	margin-right: 20px;
width:63px;
height:63px;
}

.copy {
	background: #A51908;
	text-align: center;
	padding: 27px 0;
	color: #ff9a9f;
}

/*二级页面*/
.erBody {}

#erImg {
	width: 100%;
}

#erImg img {
	width: 100%;
}

.list-page {
	box-sizing: border-box;
	min-height: 800px;
}

.list-left {
	background-size: 100%;
	position: relative;
	margin-top: 40px;
	padding-bottom: 100px;
	background: #ffffff;
}

.list-location {
	width: 278px;
	height: 61px;
	text-align: center;
	line-height: 61px;
	color: #ffffff;
	background: #A51908;
	box-sizing: border-box;
	font-size: 20px;
	position: relative;
}

.list-location span {
	position: relative;
	z-index: 1;
	padding: 0 10px;
	background: #A51908;
}

.list-location::after {
	content: "";
	position: absolute;
	left: 16px;
	top: 30px;
	width: 246px;
	height: 2px;
	background: #ffffff;
	z-index: 0;
}

.list-ul {}

.list-ul li {
	width: 278px;
	color: #333333;
	background: #ffffff;
	box-sizing: border-box;
	text-align: center;
	margin: 10px 0;
	font-size: 16px;
	position: relative;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.list-ul li a {
	height: 35px;
	line-height: 35px;
	padding: 0 40px;
	display: block;
}

.list-ul li.active>a {
	background: #A51908;
	color: #ffffff;
}

.list-ul .leftSec {
	display: none;
	padding: 10px 0;
}

.list-ul li.active .leftSec {
	display: block;
}

.list-ul .leftSec a {
	color: #515151;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	padding: 0 55px;
	border: none;
}

.list-right {
	width: 890px;
	background: #ffffff;
	margin: 40px 0;
	box-sizing: border-box;
}

.only-listPage {
	width: 1200px;
	background: #ffffff;
	margin: 40px 0;
	box-sizing: border-box;
}

.only-list li {
	overflow: hidden;
	padding: 10px 50px;
}

.only-list li span {
	float: right;
}

.only-list li a {
	display: block;
	width: 1000px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.only-list1 li {
	overflow: hidden;
	padding: 10px 50px;
}

.only-list1 li span {
	float: right;
}

.only-list1 li a {
	display: block;
	width: 700px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.right-title {
	color: #999999;
	font-size: 14px;
	padding: 20px;
	margin: 0 30px;
	border-bottom: 1px solid #cccccc;
}

.right-title span {
	color: #333333;
}

.right-list li {
	padding: 50px 30px;
	border-bottom: 1px solid #ebe8e8;
}

.right-list .date {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #f0eeee;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.right-list .date P {
	padding-top: 15px;
	font-size: 20px;
}

.right-list .date span {
	font-size: 12px;
	color: #999999;
}

.right-list .news {
	font-size: 16px;
	width: 700px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

.right-list .news span {
	color: #999999;
	display: block;
	margin: 10px 0;
}

.fanye {
	margin: 40px 0;
	text-align: center;
}

.right-jjy {
	padding: 30px 50px;
}

.content-page {
	padding: 40px 100px;
	margin: 20px auto;
	box-sizing: border-box;
	background: #ffffff;
}

.content {
	padding: 30px;
}