@import url("../font/iconfont.css");
@import url("../layui/css/layui_2022.css");
:root {
	--bg-panel: rgba(255, 255, 255, 1);
	--color-red: #d81616;
	--color-white:#fff;
	--color-black:#000;
	--color-yellow:#ff9600;
	--color-black-80:rgba(0, 0, 0, 0.8);
	--color-black40:rgba(0, 0, 0, 0.4);
}

img {
	display: inline-block;
	vertical-align: middle;
}
.logo_bg{
	width: 100%;
	height: 160px;
	background: url(../images/h_bg.png) no-repeat center center;
}
.c-logo{
	display: flex;
	align-items: center;
	height: 160px;
}
.head_banner {
	width: 100%;
}

.w1600 {
	width: 1600px;
	margin: 0 auto;
}
.c-menu {
	background-color: #fff;
}
.c-menu ul {
	display: flex;
	justify-content: space-between;
}
.c-menu ul li {
	position: relative;
}
.c-menu ul li>a {
	height: 56px;
	line-height: 56px;
	display: block;
	font-size: 20px;
	font-weight:500;
	z-index: 15;
	color: var(--color-black-80);
	text-align: center;
	position: relative;
}

.c-menu ul>li>a:focus,
.c-menu ul>li>a:hover {
	background-color: transparent;
}

.c-menu li>a:before,
.c-menu .nav-child a span:before {
	transition: all .5s ease;
	content: "";
	height: 3px;
	left: 50%;
	width: 0%;
	bottom:0px;
	display: block;
	position: absolute;
	background-color: var(--color-red);
}

.c-menu li.active>a:before,
.c-menu li>a:hover:before {
	width: 100%;
	left: 0;
}

.c-menu .nav-child a span:hover {
	color: var(--color-red);
}

.c-menu ul li:hover .nav-child {
	visibility: visible;
	top:56px;
	opacity: 1;
	z-index: 10;
	transition: all .8s ease;
	background-color: var(--color-black-80);
}

.c-menu .nav-child {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 5;
	padding: 20px 0 20px;
	transform: translateX(-50%);
	opacity: 0;
}

.c-menu .nav-child a {
	display: block;
	text-align: center;
	color: var(--color-white);
}

.c-menu .nav-child a span {
	font-size: 20px;
	position: relative;
	white-space: nowrap;
	padding: 16px 36px;
	display: inline-block;

}
.nav-search{
	display: flex;
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius:20px;
	height: 36px;
	box-sizing: border-box;
	padding:0 1em;
	line-height:36px;
	align-items: center;
	justify-content: center;
}
.nav-search input{
	border:0;
	line-height: 32px;
	height: 32px;
}
.nav-search .btn-search{
	width:21px;
	height:21px;
	text-align: center;
	display: inline-block;
}
.container {
	display: flex;
	flex-wrap: wrap;
}

/* c-banner */
.swiper-container-horizontal>.swiper-pagination-bullets {
	display: inline-block;
	width: auto !important;
	bottom:5%;
	left: 50%;
	transform: translateX(-50%);
	background-color:rgba(0,0,0,0.6);
	box-sizing: border-box;
	padding: 10px;
	border-radius:20px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.swiper-pagination-bullet {
	width:12px;
	height:12px;
	border-radius:50%;
	opacity: 1;
	background-color:var(--color-white)
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background-color:var(--color-yellow)
}

.swiper-slide img {
	width: 100%;
}
.c_banner_scale {
	transition: transform 0 all 0s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-slide-active .c_banner_scale {
	transition: transform 6000ms linear 0s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/* banner图样式 end */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}

a:active,
a:hover {
	outline: 0,
	color:var(--color-red);
}

img {
	border: none
}

li {
	list-style: none
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
.clear{clear:both;}
.c-float-l {
	float: left;
}

.c-float-r {
	float: right;
}

.w_100{
	width: 100%;
}

a:focus,
a:hover {
	color: var(--color-red);
	text-decoration: none
}

.c-text-left {
	text-align: left;
}

.c-text-center {
	text-align: center;
}

.c-text-right {
	text-align: right;
}

.c-ovh {
	overflow: hidden;
}

.c-flex-1 {
	flex: 1;
}

.c-line-clamp {
	overflow: hidden;
	line-height:36px;
	height:72px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal !important;
}

.c-line-clamp1 {
	overflow: hidden;
	line-height: 24px;
	height: 24px !important;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal !important;
}

.c-line-clamp3 {
	overflow: hidden;
	line-height: 28px;
	height: 84px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal !important;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: "Microsoft Yahei", Arial, Helvetica, "PingFang SC", "PingFang SC-Regular", 苹方, sans-serif;
	/* font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif; */
	
}



.c-beader-right-top a {
	color: var(--color-black-80);
	font-size: 16px;
	padding: 0 0.5rem;
}
.c-header-right {
	display: none;
	position: absolute;
	right:24px;
	top:24px;
	background-color:rgba(255,255,255,1);
	box-sizing: border-box;
	padding:16px;
	border-radius:50%;
}

.c-header-right a {
	color: var(--color-black-80);
	font-size:28px;
}

.c-header-right a i {
	color: var(--color-black-80);
	font-size:28px;
	font-weight:600;
}

/* 头部搜索 */
.search-box-m{
	height: 56px;
	line-height: 56px;
	display: flex;
	align-items: center;
}

/* 头部搜索 end */



/* 版本标题 */
.c-txkx-m .c-img-item-img{
	background-position:center center;
	background-size: cover;
}
.c-mt-qc h2,
.c-tz-xy h2{
	border:0;
}
.c-mt-qc{
	box-sizing: border-box;
	padding-bottom:10px;
	border-top: 1px solid #fef0f1;
}
.c-tz-xy{
	box-sizing: border-box;
	padding-bottom:10px;
}
.h2{
	background-color: #fff;
	box-sizing: border-box;
	padding:34px 0;
	box-sizing: border-box;
	border-top: 1px solid #fef0f1;	
	border-bottom: 1px solid #fef0f1;
}
.h2-main{
	display: flex;
	align-items: center;
}
.h2 .c-title{
	flex: 1;
	position: relative;
}
.h2 .c-tit-bg{
	font-size:60px;	
	font-family: "思源宋体";
	color:rgba(0,0,0,0.03);
	position: absolute;
	top:-13px;
}
.h2 .c-tit-bg::before{
	content: "";
	width:90px;
	height:3px;
	border-radius: 3px;
	background-color: #855;	
	top:24px;
	display: block;
	position: absolute;
	background-color: var(--color-yellow);
}
.h2 .c-title-main{
	display: block;
	font-size: 28px;
	font-family: "思源宋体";
	font-weight: bold;
	color: var(--color-red);
	box-sizing: border-box;
	padding:20px 0 0 38px;
}
.h2 .c-title small{
	padding-left:39px;
	font-size: 14px;
	color:rgba(0,0,0,0.3);
}
.h2 .c-more a{
	color: #fff;
	font-size: 14px;
	background-color:#ed2c25;
	padding:6px 24px;
	transform:skewX(-20deg);
	box-shadow: -8px -4px 0 #fbf3f2;
	position: relative;
	display: flex;
	margin-right:20px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.h2 .c-more a:hover{
	background-color:#d20f08;
}

.c-item{
	position: relative;
	display: block;
	border-bottom: 1px dashed #E6E6E6;
}
.c-item:hover{
	border-bottom: 1px dashed #d20f08;}
.c-item::before{
	transition: all .5s ease;
	content: "";
	width:0%;
	height:1px;
	border-radius: 3px;
	bottom:-1px;
	display: block;
	position: absolute;
	background-color: var(--color-red);
}
.c-item:hover::before{
	transition: all .8s ease;
	content: "";
	width:100%;
	height:1px;
	border-radius: 3px;
	bottom:-1px;
	display: block;
	position: absolute;
	background-color: var(--color-red);
}
.c-item .c-item-content{
	display: flex;
	padding:16px;
}
.c-item .c-date{
	padding-right:2em;
}
.c-date-time{
	font-size:24px;
	font-weight: 500;
	line-height: 40px;
	display: inline-block;
	position: relative;
}
.c-date-time::before{
	content: "";
	width:100%;
	height:2px;
	border-radius: 3px;
	bottom:0px;
	display: block;
	position: absolute;
	background-color: var(--color-yellow);
}
.c-date-momth{
	color:rgba(0,0,0,0.4);
	font-size: 16px;
	line-height:32px;
}
.c-item-title{
	font-size: 21px;
}
/* 版本标题 end */


/* 版块 */
.c-xywh:last-child{
	margin-bottom:0!important;
}
.c-xywh {
	position: relative;
	box-sizing: border-box;
	margin-bottom:26px;
	
}
.c-xywh::before{
	transition: all .5s ease;
	content: "";
	width:100%;
	bottom:0px;
	display: block;
	position:absolute;
	border-bottom: 1px dashed #E6E6E6;
}
.c-xywh:hover::before{
	transition: all .5s ease;
	content: "";
	width: 100%;	
	display: block;
	position: absolute;
	border-bottom: 1px solid  var(--color-red);
}
.c-xywh .c-img-content {
	background-color: var(--color-white);
	padding:0 24px 20px;
	text-align: left;
	position: relative;
}
.c-xywh .c-img-title {
	padding: 0 0 20px 12px;
	box-sizing: border-box;
	font-size: 21px;
}
.c-xywh .c-img-item-img1{
	width:250px;
	overflow: hidden;
	flex: none;
}
.c-xywh .c-img-item-img1 img{
	width: 100%;
}
.c-xy-info{
	overflow: hidden;
	flex:1;
}
.c-txkx .c-img-content {
	background-color: var(--color-white);
	padding:20px 24px;
	text-align: left;
	position: relative;
}
.c-img-item-list .c-img-content {
	background-color:rgba(255,255,255,0.3)
}

.c-img-content .c-img-item-title {
	font-size:21px;
	font-weight:400;
}
.c-img-item-list .c-img-content .c-img-item-title::before{
	content: "";
	width:4px;	
	left:0;
	height:20px;
	top:28px;
	display: block;
	position: absolute;
	background-color: var(--color-yellow);
}
.c-xy .c-img-item::before{
	content: "";
	transition: all .5s ease;
	width:100%;	
	left:0;
	height:0px;
	bottom:0;
	display: block;
	position: absolute;
	background-color:transparent;
	border-bottom: 1px dashed #E6E6E6;
}
.c-xy .c-img-item:hover::before{
	content: "";
	transition: all .8s ease;
	width:100%;	
	left:0;
	height:0px;
	bottom:0;
	display: block;
	position: absolute;
	background-color:transparent;
	border-bottom: 1px solid var(--color-red);
}
.c-img-content::before{
	content: "";
	transition: all .5s ease;
	width:0%;	
	left:0;
	height:0px;
	bottom:0;
	display: block;
	position: absolute;
	background-color: var(--color-white);
}
.c-img-content:hover::before{
	transition: all .8s ease;
	content: "";
	left:0%;
	bottom:0;
	width:100%;
	height: 1px;
	background-color: var(--color-red);
}

.c-img-content .c-title {
	font-size: 16px;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 50%;
	color: var(--color-white);
	opacity: 0.9;
	background-color: var(--color-blue);
	padding: 8px 16px;
	transform: translate(-50%, -50%);
}

.c-img-item:hover .c-img-content .c-title {
	background-color: var(--color-red);

}
.c-xywh{
	
}
.c-txkx{
	background-color: #fff6f6; border-bottom: 1px solid #fef0f1;
}
.c-txkx-m{
	padding-bottom:40px!important;
	box-sizing: border-box;
	
}
.c-txkx .c-img-form{
	display:block;	
	text-align: right;
	color:rgba(0,0,0,0.4);
}

.c-xywh .c-img-form{
	float: right;
	margin:0 16px 5px 0;
	color: var(--color-black-80);
	font-size: 14px;
	background-color:#fdf3f3;
	padding: 8px 16px;
	transform:skewX(-20deg);
	
}

.c-dis-f{
	display: flex;
}

.c-xyfc{
	box-sizing: border-box;
	padding-bottom: 40px;
	background: url(../images/xy_bg.png) no-repeat center top;
}
#xyfc-imgbody{
	overflow: hidden;
}
.c-xyfc .c-tab-item{
	width: 100%;
	display: none;
}
.c-xyfc .c-tab-item.active{
	display: block;
}
.c-xyfc .c-tab-item img{
	width: 100%;
}


.c-xyfc .c-img-t{
	box-sizing: border-box;
}

.c-xyfc .c-img-t .c-img-content{
	position: relative;
	display: flex;
	align-items: center;
	padding:17px 20px 16px;
}
.c-xyfc .c-img-content .c-img-item-title{
	margin: 0 12px;
	text-align: left;
	flex: 1;
}
.c-xyfc .c-img-t .c-img-content::before{
	content: "";
	position: absolute;
	bottom:0;
	width: 100%;
	border-bottom: 1px dashed #E6E6E6;
}
.c-xyfc .c-img-img{
	width: 100%;
	background-size: cover;
}

.c-xyfc .c-img-item{
	margin:0 auto;
	display: none;
	overflow: hidden;
	width: 100%;
	text-align: center;
}


.c-xyfc .c-img-form{
	color: #999;
	flex: none;
}
.c-xyfc .c-img-tip{
	color: #fff;
	margin-right:28px;
	font-size: 14px;
	width:88px;
	line-height: 36px;
	height: 36px;
	flex: none;
	text-align: center;
	transform: skewX(-20deg);
}
.c-tip-bg-1{
	background-color: #c90505;
}
.c-tip-bg-2{
	background-color: #ff9600;
}
.c-tip-bg-3{
	background-color: #73c606;
}
.c-tip-bg-4{
	background-color: #009cff;
}
.c-tip-bg-5{
	background-color: #0fba94;
}
.c-tip-bg-6{
	background-color: #a005c1;
}
.c-xyfc .c-img-t .c-img-item{
	display: block;
	position: relative;
}
.c-xyfc .c-img-t .c-img-item::before,
.c-xyfc .c-img-t .c-img-item::before{
	width:0%;
	height:100%;
	transition: all .0s ease;
	content: '';
}
.c-xyfc .c-img-t .c-img-item.active::before,
.c-xyfc .c-img-t .c-img-item:hover::before{
	width:100%;
	height: 100%;
	left:0;
	position: absolute;
	transition: all .5s ease;
	background-color:var(--color-red);
	content: '';
}
.c-img-t .c-img-item.active .c-img-content,
.c-img-t .c-img-item:hover .c-img-content{
	color: #fff;	
}
.c-img-t .c-img-item.active .c-img-form,
.c-img-t .c-img-item:hover .c-img-form{
	color: #fff;
}
.c-img-t .c-img-item.active .c-img-content::before,
.c-img-t .c-img-item:hover .c-img-content::before{
	content: '';
	transition: all .0s ease;
	height: 0px;
	border-bottom: 0px solid var(--color-white);
}

.c-txzz{
	background:url(../images/txzz_bg.png) no-repeat center center;
	box-sizing: border-box;
	padding-bottom: 40px;
	border-bottom: 1px solid #fef0f1;
}
.c-txzz a.c-img-item{
	display: inline-block;
	margin: 0 20px;
	
}
.c-txzz .c-txzz-m{
	text-align: center;
}
.c-txzz .c-txzz-tit{
	display: block;
	line-height:36px;
	height: 36px;
}

/* 版块 end */

.layui-col-space80 {
	margin: -40px
}

.layui-col-space80>* {
	padding: 40px
}


/* footer */
.footer{
	background:#9f0808 url(../images/footer_bg.png) no-repeat center bottom;
}
.c-footer-link{
	box-sizing: border-box;
	padding: 40px 0 72px;
	text-align: center;
}
.c-footer-link a{
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
	margin: 0 1em;
	padding:8px 0;
	width:200px;
	display:inline-block;
}
.c-footer-link a:hover{
	transition: all .8s ease;
	border: 1px solid rgba(255,255,255,0.8);
	background-color: rgba(255,255,255,0.3);
}
.c-footer-bottom{
	align-items:center;
	box-sizing: border-box;
	padding-bottom:60px;
}
.footer-by{
	display: flex;
	height: 160px;
	align-items: center;
    justify-content: center;
}
.footer-copy{
	box-sizing: border-box;
	color: #fff;
	font-size:16px;
	line-height:36px;
	padding: 0 0 20px 40px;
	position: relative;
}
.footer-copy::before{
	content: "";
	width: 1px;
	height: 100%;
	top:0;
	left:0;
	position: absolute;
	background-color:rgba(255,255,255,0.15);
}
.f-ewm{
	text-align: center;
}
/* footer end */

.layui-col-space40{margin:0 -20px}
.layui-col-space40>*{padding:0 20px}
.layui-col-space60{margin:-30px}
.layui-col-space60>*{padding:30px}

/* 内banner */
.c-s-banner{
	overflow: hidden;
	padding: 0;
}
.c-s-banner img{
	width: 100%;
}
/* 内banner end */

.ny_title{
	padding: 23px;
	margin-bottom: 40px;
}
.c-ny-fluid {
	position: relative;
}


.c-ny-body {
	width: 1600px;
	margin: 0 auto;
	overflow: hidden;
	
}


.sideBar {
	float: left;
	width:320px;
}

.c-ny-main {
	margin-left:360px;
}
.c-ny-main h2{
	border-bottom:0;
	height: 150px;
}
.c-page-breadcrumb {
	font-size: 16px;
}
.c-bread-icon{
	background:url(../images/c-icon-dd.png) no-repeat 0 0;
	display: inline-block;
	height: 25px;
	padding-left:30px;
}

.layui-fixbar-top {
	background-color:#ed2c25 !important;
}

.info-list h3{ 
	line-height: 48px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.info-list h3 span{
	position: relative;
	display: inline-block;
}
.info-list h3 span::before{
	content: '';
	position: absolute;
	height:2px;
	width:100%;
	bottom:-1px;
	background-color: var(--color-red);
	
}

.c-btn-box{
	padding:50px 0;
}
a.c-btn{
	margin:20px;	
	white-space: nowrap;
	padding: 16px 36px;
	color:var(--color-white);
	background-color:var(--color-blue);
}
a.c-btn:hover{
	background-color: var(--color-red);
}
a.c-btn .iconfont{
	font-size:24px;
	padding-right:4px;
}


/* 内页 */
.sideBar {
	background: var(--color-white) url(images/s_bg.png) no-repeat center bottom;
	padding-bottom: 320px;
	box-shadow: 0 0 16px var(--color-black5);
}

.sideBar-head {
	color: var(--color-white);
	background: url(../images/n_head_bg.png) repeat fixed center;
	border-bottom: 3px solid #ff9600;
	line-height:72px;
	height:72px;
	text-align: center;
	font-size:30px;
	font-weight: 400;
}

.sideBar .c-head-small {
	position: relative;
	text-align: center;
	line-height: 63px;
	font-size: 24px;
	color: var(--color-red);
	border-bottom: 1px solid var(--bg-body)
}

.sideBar .c-head-small::before {
	position: absolute;
	content: '';
	height: 3px;
	width: 35%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--color-red);
}

.side_nav li .side-child{display:none;}

.side_nav li.active .side-child{display:block;}

.side_nav li a {
	display: block;
	line-height: 63px;
	position: relative;
	text-align: center;
	font-weight: 400;
	font-size:20px;
}

.side_nav li.active>a,
.side_nav li a:hover {
	color:var(--color-red);
	background: #fffac4;
}

.side_nav li.active>a::before,
.side_nav li a:hover::before {
	position: absolute;
	content: '';
	height: 19px;
	width: 3px;
	background-color: var(--color-red);
	top: 50%;
	left:0;
	transform: translateY(-50%);
}

.side_nav li>a span:first-child {
	flex: 1;
}

.side_nav li>a span:last-child {
	padding-right: 0;
}

.side_nav .side-child {
	display: none;
	margin: 0 16px;
	background-color: var(--bg-body);
	padding-left: 8px;
}

.c-list-main{
	box-sizing: border-box;
}
.c-list-main .c-item .c-item-content{
	align-items: center;
}
.c-list-main .c-item{
	margin: 0 0 8px 0;
	
}
.c-list-main .c-date{
	background-color: #f7f4f4;
	padding:12px 20px;
	margin-right: 24px;
}
.c-list-main .c-item-content{
	padding: 0;
	background-color: #fdfdfd;
}
.c-list-main .c-item{
	border-bottom: 0;
}
.c-list-main .c-item:hover::before{
	width: 0;
}

/* 详情页面 */
.page_detail_mian{
	width: 85%;
	margin: 0 auto;
}
.page_detail_mian .page_title{
	text-align: center;
	padding:32px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	
}
.publish-time{
	box-sizing: border-box;
	padding:32px 0;
	text-align: center;
	color:rgba(0,0,0,0.6);
	
}
.detail_m{
	margin: 0 auto 40px;
}
.detail_m p{
	text-indent: 2em;
	line-height: 32px;
	padding-bottom: 10px;
	color:rgba(0,0,0,0.8);
	text-align: justify;
}
.detail_m p img{
	/* width:80%; */
	display: flex;
	align-items: center;
	box-sizing: border-box;
	text-align: center;
	margin: 10px auto;
}
/* 详情页面 end */

/*page 分页*/
.page{overflow: hidden;padding:10px 0 30px;text-align:center;font-size:20px;}
.page span{margin:0;border-radius:2px;}
.page span.cur{background:var(--bg-panel);color:var(--color-red); padding:10px 15px;border:1px solid var(--color-white);}
.page a{padding:10px 18px;background:var(--bg-panel);border:1px solid var(--color-white);margin:0;border-radius:2px;}
.page a:hover{background:rgba(91,67,65,0.01);border:1px solid var(--color-white);color:var(--color-red); }
/*page 分页 end*/