/* CSS Document */
@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 16px;
}

body {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	font-size: 16px;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
select,
img {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	outline: none;
	color: #333;
}

a:focus {
	outline: none;
}

a:hover {
	color: #ae0b2a;
}

img {
	border: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(165, 165, 165, 0.2);
}

li {
	list-style-type: none;
}

select {
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-khtml-appearance: none;
	appearance: none;
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 1;
}


.clearfix:after {
	display: block;
	content: '';
	clear: both;
	height: 0px;
	visibility: hidden;
}

.floatl {
	float: left;
	margin-right: 95px;
}

.floatr {
	float: right;
}

/**初始化结束***/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.icon-list {
	display: inline-block;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	background: url("/_upload/tpl/00/50/80/template80/images/icon-grey.jpg") center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.header {
	width: 100%;
	min-width: 1200px;
	height: 120px;
	background: url("/_upload/tpl/00/50/80/template80/images/top_bg.jpg?v=1") no-repeat center top;
}

.header .logo img {
	width: 780px;
}

.header .contact {
	margin-top: 30px;
	color: #666;
	text-align: center;
}

.header .contact a {
	color: #666;
}

.header .contact a {
	padding: 6px;
}

/* 搜索框 */
.searchBox {
	margin-top: 12px;
	position: relative
}

.searchBox .navbar-form {
	/* height: 50px; */
	border-radius: 16px;
	border: 1px solid #eee;

}

.searchBox .navbar-form input {
	margin: 0;
	padding: 10px 28px 9px 10px;
	width: 180px;
	border: 0 none;
	background: #FFF;
	color: #222;
	box-shadow: none;
	border-radius: 16px;
	box-sizing: content-box;
}

.searchBox .navbar-form button {
	position: absolute;
	right: 8px;
	top: 6px;
	width: 20px;
	height: 20px;
	line-height: 34px;
	vertical-align: middle;
	border: 0 none;
	box-shadow: none;
	text-shadow: none;
	background: url("/_upload/tpl/00/50/80/template80/images/search.png") no-repeat;
}

.nav {
	width: 100%;
	min-width: 1200px;
	background: #bb2323;
}

.nav-main>li {
	position: relative;
	float: left;
	line-height: 50px;
	text-align: center;
	width: 16.5%;
}

.nav-main li a {
	display: block;
	color: #fff;
	height: 50px;
	width: 100%;
	font-size: 18px;
}

.nav-main>li:hover a {
	background: #bb2323;
	color: #fff;
}

.nav-main .submenu {
	display: none;
	width: 100%;
	background: #bb2323;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: 10;
}

.nav-main .submenu a {
	color: #fff;
}

.nav-main .submenu a:hover {
	background: #a72b2b;
}

.banner1 {
	/* width: 1920px; */
	min-width: 1200px;
	height: 400px;
	margin: 0 auto;
}

.swiper-slide img {
	width: 100%;
	height: 100%;

}

.swiper-pagination .swiper-pagination-bullet-active {
	opacity: .5;
	background: #fff;
}

.banner2 {
	width: 576px;
	height: 420px;
	float: left;
}

.banner2 a {
	display: block;
	height: 100%;
	color: #fff;
	position: relative;
}

.banner2 a .text {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	padding: 12px 10px;
	width: 100%;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.banner2 .time {
	position: absolute;
	left: 0;
	bottom: 42px;
	background: #b40e0e;
	padding: 10px 20px;
	font-size: 12px;
	color: #fff;
	border-radius: 0 10px 0 0;
}

.banner2>.swiper-pagination-bullets {
	bottom: 12px;
	right: 0;
	left: auto;
	width: 12%;
	text-align: right;
}

.banner3 {
	width: 100%;
	min-width: 1200px;
	height: 200px;
	overflow: hidden;
	margin: 0px auto;
}

.icon-new {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url("/_upload/tpl/00/50/80/template80/images/icon-news.png") no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	margin-right: 6px;
}

.icon-service {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url("/_upload/tpl/00/50/80/template80/images/icon-service.png") no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	margin-right: 6px;
}

.title-center {
	text-align: center;
	font-size: 25px;
	color: #cb0327;
	margin-bottom: 20px;
	font-weight: bold;
}

.main-title {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 19px;
}

.main-title h4 {
	position: relative;
	font-size: 22px;
	color: #cb0327;
	float: left;
}

.main-title h4::after {
	position: absolute;
	width: 79px;
	height: 2px;
	content: "";
	background: #cb0327;
	bottom: -12px;
	left: 0;
}

.main-title .more {
	margin-top: 12px;
	font-size: 12px;
}

.main-content .article-list {
	float: left;
	margin-left: 20px;
	width: 420px;
}
.main-bcg {
	/* min-width: 1400px; */
	background-image: url(/_upload/tpl/00/50/80/template80/images/index-bcg.jpg);
	background-size: 100% 700px;
	background-repeat: no-repeat;
	background-position-y: bottom;
	padding-bottom: 20px;
}
.main1 {
	margin-top: 30px;
	padding-bottom: 30px
}

.main1-left {
	width: 49%;
	float: left;
}

.main1-right {
	width: 48%;
	padding-left: 24px;
	float: left;
}

.main1-more {
	width: 420px;
	margin: 0px auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.main2-left {
	width: 48%;
	float: left;
}

.main2-right {
	width: 100%;
	float: right;
}

.article-list {
	padding: 5px 0px 5px 0;
	min-height: 150px;
}

.article-list li {
	padding: 4px 0;
	font-size: 15px;
	position: relative;
}

.article-list li a:hover {
	text-decoration: underline;
	color: #bb2323;
}

.article-list li a {
	display: inline-block;
	width: 80%;
	/*有问题*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
}

.article-list li .time {
	position: absolute;
	right: 0;
	color: #a9a9a9;
}

.bar-list {
	width: 100%;
	position: relative;
	padding-bottom: 60px;
}

.bar-list ul {
	background: #f2f2f2;
	border-radius: 4px;
	border: 1px solid #e9e8eb;
	border-top: 0 none;
	padding: 0;
}

.bar-list ul li {
	position: relative;
	padding: 10px 19px 10px 70px;
	border-top: 1px solid #e9e8eb;
	font-size: 14px;
}

.bar-list ul li a {
	display: block;
	padding-left: 10px;
	display: -webkit-box;
	/* 将对象作为弹性伸缩盒子模型显示 */
	-webkit-box-orient: vertical;
	/* 设置或检索伸缩盒对象的子元素的排列方式 */
	/* -webkit-line-clamp: 2; */
	/* 2行朔⒂蜗饭俜酵粳只有 webkit内核支持 */
	/* word-break: break-all; */
	/* 纯英文换行 */
	overflow: hidden;
	height: 70px;
}

.bar-list ul li a:hover {
	/* text-decoration: underline; */
	color: #bb2323;
}

.bar-list ul li .right-con h4 {
	font-size: 15px;
	margin-bottom: 10px;
}

.bar-list ul li a:hover .time {
	color: #fff;
	background: #bb2323;
}

.bar-list ul li .time {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 50px;
	/* height: 40px; */
	color: #bb2323;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	padding: 10px 4px;
}

.bar-list ul li .time .year {
	margin-bottom: 6px;
}

.link-list {
	margin-bottom: 10px;
}

.link-list li {
	float: left;
}

.link-list li a:hover {
	color: #bb2323;
}

.link-list li+li {
	margin-left: 20px;
}

.footer {
	width: 100%;
	min-width: 1200px;
	float: left;
	background: #bb2323;
	padding-top: 10px;
	padding-bottom: 25px;
	color: #fff;
	font-size: 14px;
}

.foot_lf {
	width: 1200px;
	float: left;
}

.foot_lf span {
	padding: 7px 0px;
	width: 136px;
	float: left;
	text-align: left;
}

.foot_lf span a {
	display: block;
	white-space: nowrap;
	word-spacing: normal;
	width: 100%;
	line-height: 26px;
	color: #fff;
}

.foot_lf .name {
	background: #fff;
	COLOR: #1a3b80;
	padding: 2px 12px;
	border-radius: 10px;
	font-size:13px;
	text-align: center;
}
.footer_logo {
	margin-bottom: 8px;
	padding-top: 16px;
	text-align: center;
}
.footer_logo a {
	display: inline-block;
}
.footer_logo img {
	width: 140px;
}

span.foot_lf_1 {
	width: 240px;
}

span.foot_lf_2 {
	width: 400px;
}

span.foot_lf_3 {
	width: 300px;
}

.foot_lf_3 .beian {
	margin-left: 70px;
}

a.span_tt {
	padding: 18px 0px 10px 0px;
	font-size: 17px;
	font-weight: bold;
}

.nav-bar .nav-bar-head3 {
	width: 220px;
	padding: 30px 0;
	background: #cf2c2c;
	border-radius: 7px;
}

.nav-bar .nav-bar-head3 h4 {
	margin-left: 10px;
	margin-top: 15px;
	color: #fff;
	font-weight: 100;
	font-size: 18px;
	padding: 12px 25px 11px;
	background: #b22d2d;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}

.nav-bar .nav-bar-head3 h4.on {
	margin-top: 0;
	color: #cc2929;
	font-weight: bold;
	padding: 15px 25px 14px;
	background: #fff;
}

.nav-bar .bar-list-3 {
	margin-left: 10px;
	width: 80%;
}

.nav-bar .bar-list-3 .bar-list-item {
	display: none;
}

.nav-bar .bar-list-3 .bar-list-item.on {
	display: block;
}

.service-con {
	height: 320px;
	min-width: 1200px;
	background: url("/_upload/tpl/00/50/80/template80/images/ser-bcg.jpg") no-repeat;
	/* background-size: 100% 100%; */
	/* min-width: 1200px; */
}

.bar-list-3 .bar-list-item li {
	margin: 8px 16px 10px 10px;
	height: 100px;
	border-radius: 10px;
	background-color: #4e978e;
	width: 17.2%;
	float: left;

}

.bar-list-3 .bar-list-item li.blue {
	background-color: #3c98b3;
}

.bar-list-3 .bar-list-item li.blue2 {
	background-color: #386fb2;
}

.bar-list-3 .bar-list-item li.blue3 {
	background-color: #2ab2d9;
}

.bar-list-3 .bar-list-item li.green {
	background-color: #56aab6;
}

.bar-list-3 .bar-list-item li.green2 {
	background-color: #3790aa;
}

.bar-list-3 .bar-list-item li.pur {
	background-color: #7d6cb5;
}

.bar-list-3 .bar-list-item li a {
	display: block;
	padding: 16px 5px;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

.bar-list-3 .bar-list-item li .icon-liuliang {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	margin-bottom: 4px;
	background: url("/_upload/tpl/00/50/80/template80/images/service/icon-liuliang.png") no-repeat;
	background-size: 100% 100%;
}

/*------------二级、三级页 容器样式------------*/
.container {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.list-container {
	/* width: 1200px; */
	padding: 15px 0px;
	overflow: hidden;
	justify-content: space-between;
}

.list-container>div {
	/* float: left; */
}


/*------------二级页左侧样式------------*/

.list-left {
	width: 300px;
	padding: 5px 10px;
	overflow: hidden;
	justify-content: space-between;
}

.list-left-title {
	position: relative;
	width: 100%;
	height: 62px;
	text-align: center;
	background: #bb2323;
	background-repeat: no-repeat;
}

.list-left-title span {
	line-height: 62px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
}

.list-left-content {
	position: relative;
	width: 298px;
	border: 1px solid #d0d0d0;
	padding: 10px 0px;
	text-align: left;
}

.list-left-content ul li {
	margin: 10px;
}

.list-left-content ul li a {
	width: 238px;
	display: block;
	padding-left: 40px;
	line-height: 40px;
	font-size: 18px;
	vertical-align: middle;
	background: #E5E5E5;
	color: #333;
}

.list-left-content ul li a:hover {
	background: #6e6e6e;
	text-decoration: none;
	color: #f8eeee;
}


/* 左侧菜单 */
.list-wrap {
	display: flex;
}

.list-wrap .list-container {
	flex: 1;
}
.leftmenu {
	width: 20%;
    margin-right: 40px;
    margin-top: 15px;
}
.leftmenu .leftmenu-top-tit{
	font-size: 20px;
	background: #bb2323;
	color: #fff;
	line-height: 50px;
	height: 50px;
	padding: 12px 10px 12px 30px;
    font-weight: bold;
}
.leftmenu .leftmenu-top ul {
	font-size: 16px;
	line-height: 50px;
	
}
.leftmenu .leftmenu-top ul li {
	background: rgba(238,238,238, 0.7);

}
.leftmenu .leftmenu-top ul li a {
	display: block;
	height: 50px;
	color: #333;
	font-size: 18px;
	padding-left: 30px;
	border-bottom: 1px solid #fff;
	
}
.leftmenu .leftmenu-top ul li a:hover,
.leftmenu .leftmenu-top ul li a.active {
	color: #b38f6b;
	font-weight: bold;
    /* border-bottom: 1px solid #f6f6f6; */
}

/*------------二级页右侧样式、三级页样式------------*/

.list-right {
	position: relative;
	width: 850px;
	padding: 5px 10px;
	overflow: hidden;
	justify-content: space-between;
}

/* 当前位置、内容容器样式 */
.list-path {
	/* width: 1160px; */
	height: 20px;
	padding: 12px 20px;
	font-size: 17px;
	background-color: #bb2323;
}

.list-path>span,
.list-right-path>span {
	color: #fff;
}

.list-path>span>a,
.list-right-path>span>a {
	color: #fff;
}

.list-right-path {
	width: 810px;
	height: 20px;
	padding: 12px 20px;
	font-size: 17px;
	background-color: #bb2323;
}

.list-right-content {
	width: 848px;
	min-height: 550px;
	color: #4c4c4c;
	border: 1px solid #d0d0d0;
	padding: 20px 0px;
}

.list-content {
	/* width: 1098px; */
	min-height: 550px;
	color: #4c4c4c;
	border: 1px solid #d0d0d0;
	padding: 20px 26px;
}


/*------------ 二级、三级页内容样式 ---------*/

/*------------ 列表页 ---------*/
/*列表*/
.list {
	position: relative;
	/* width: 800px; */
	min-height: 550px;
	margin: 0 auto;
}

.list>li {
	position: relative;
	line-height: 42px;
	font-size: 15px;
	width: 100%;
	border-bottom: 1px dashed #bbb;
	box-sizing: border-box;
	padding-right: 130px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/*列表-日期*/
.list>li>span:first-child+a+span {
	position: absolute;
	right: 20px;
	margin-left: 50px;
	color: #666;
	font-size: 14px;
}

/*------------ 文章样式 ---------*/

/* 正文标题内容 */
.list-content-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 0 auto;
}

.list-content-title>div {
	display: flex;
	justify-content: center;
	padding: 10px 0;
	margin: 0 auto;
}

/* 正文文章标题 */
.content-title {
	width: 100%;
	font-size: 28px;
	color: #333;
	border-bottom: 1px solid #dd983d;
	margin-bottom: 6px;
	font-weight: 700;
    	line-height: 1.8;    line-height: 1.3!important;
    font-size:36px!important;
    margin-bottom: 20px;
    font-family: SourceHanSerifCN-Bold !important;
}
.wp_articlecontent p {
    font-size: 16px!important;
    line-height: 32px!important;
    font-family: "Microsoft YaHei" !important;
}
.wp_articlecontent span{    font-size: 16px!important;
    line-height: 32px!important;
    font-family: "Microsoft YaHei" !important;}
.wp_articlecontent font{    font-size: 16px!important;
    line-height: 32px!important;
    font-family: "Microsoft YaHei" !important;}
/* 正文创建时间 */
.content-time {
	font-size: 14px;
	width: 100%;
	color: #666;
	background: rgb(235, 235, 235);
}


/* 正文 文章 */
.list-content-context {
	font-size: 15px;
	line-height: 2.7rem;
	padding: 20px 30px;
}

.list-content-context>p,
.list-content-folder>p {
	text-indent: 2rem;
}

.align-l {
	text-align: left;
}

.align-r {
	text-align: right;
}



@media screen and (max-width: 1366px) {
	.banner1 {
		height: 300px;
	}

	.service-con {
		background-size: 1560px 100%;
	}
}

@media screen and (max-width: 1300px) {
	.service-con {
		background-size: 1430px 100%;
	}
}



.selected1 { font-weight:bold; color:#b38f6b !important;}
.lbyy { min-height:450px; padding-bottom:50px;}
.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 5px;}
.list-path a { color:#fff !important;}
.wp_articlecontent img { max-width:100% !important; width:auto;}



.topnav {
	position: relative;
	height: 45px;
	line-height: 45px;
	background: #e4e4e4;
	border-bottom: 1px solid #e6e6df;
	z-index: 3;
	color: #4e4e4e;
}
.topnav, .slideBox2, .main1, .footer, .footer2 {
	min-width: 1200px;
}
.topnav .tinylogo {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.topnav .slogan {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -70px;
}
.topnav-right-mobile {
	display: none;
}
.topnav-right .topnav-item {
	float: right;
	line-height: 45px;
}
.topnav-item span a {
	color: #8b6833;
	color: #4e4e4e;
	padding-right: 4px;
}
.topnav-right .topnav-item.first span {
	padding-right: 4px;
	border-right: 1px solid #cfc4b0;
}
.topnav .brand, .logonav .brand {
	float: left;
    display: none;

}
span.l2 {
    border-right: 1px solid #1e1e1d;
    padding-right: 10px;
    margin-right: 10px;
}









