/*
 *	Created by Edward on 24/11/25
 *	Copyright (c) 2024 ishutime.com All rights reserved
*/

@font-face {
	font-family: 'iconfont';
	src: url('iconfont.woff2?t=1663740079843') format('woff2'),
		url('iconfont.woff?t=1663740079843') format('woff'),
		url('iconfont.ttf?t=1663740079843') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


@font-face {
	font-family: din;
	src: url(../fonts/Geometr415MdBTMedium.ttf);
}



body,
html {
	color: #444444;
	font-family:  "Microsoft YaHei", '微软雅黑', "Arial";
	font-weight: 100;
	background: #fefbf7;
}

a{
	color: #444444;
}

b{
	font-weight: 500;
}

textarea,
input {
	font-family: "Microsoft YaHei", '微软雅黑', "Arial";
	font-size: 14px;
	font-weight: 100;
	color: #444444;
}

.header {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
	background: url(../images/header_bg.jpg?v=2024) center center no-repeat;
	background-size: cover;
	top: 0;
	display: flex;
	padding: 25px 0px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
}


.header .w1400 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.logo {
	width: 300px;
	height: auto;
	position: relative;
}

.nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	font-weight: 500;
}

.nav ul {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.nav ul li {
	width: auto;
	height: auto;
	position: relative;
	margin-left: 3vw;

}

.nav ul li .secend {
	width: 140px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50px;
	background: #fff;
	display: none;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
	border-radius: 0px 0px 5px 5px;
	margin-left: -70px;
}

.nav ul li .secend::after{
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	top: -10px;
	content: '';
}

.nav ul li:hover .secend {
	display: block;
}

.nav ul li:hover>a{
	color: #eb2f2d;
}

.nav ul li.has::after {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/jt_icon.png) no-repeat;
	background-size: auto 100%;
	content: '';
	opacity: 0.6;
	display: none;
}

.nav ul li:hover.has::after {
	background-position: -12px 0px;
}

.nav ul li .secend a {
	height: auto;
	width: 100%;
	display: block;
	padding: 10px 0px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	color: #231815;
}

.nav ul li .secend a:last-child{
	border-bottom: none;
}

.nav ul li .secend a::after {
	display: none;
}

.nav ul li .secend a:hover{
	color: #eb2f2d;
}

.zhuxi{
	width: 100%;
	height: auto;
	position: relative;
}

.zx_name{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #581111;
	padding: 10px 0px;
	margin-bottom: 15px;
	padding-left: 15px;
}

.zx_name::after{
	width: 3px;
	height: 50%;
	position: absolute;
	left: 0;
	top: 25%;
	content: '';
	background: #581111;
}

.zx_list{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.zx_list .item{
	width: 23.5%;
	height: auto;
	position: relative;
	display: block;
	margin-right: 2%;
	margin-bottom: 1.5vw;
}

.zx_list .item:nth-child(4n){
	margin-right: 0%;
}

.zx_list .item .inner{
	padding-top: 135%;
}

.zx_list .item .name{
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	padding: 15px 0px;
	padding-bottom: 0;
}

.nav a {
	font-size: 22px;
	line-height: 40px;
	display: block;
	position: relative;

}

.search {
	width: auto;
	display: flex;
	align-items: center;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.search input {
	width: 180px;
	height: auto;
	position: relative;
	outline: none;
	height: 40px;
	border: none;
	background: transparent;

	padding-right: 15px;
}


.search .search_btn {
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 40px;
	text-align: right;
	cursor: pointer;
}

.search .search_btn::after{
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';

}

.search .search_btn::after{
	width: 1px;
}

.common_top {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 2vw;
	line-height: 40px;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 10px;
}

.common_title {
	width: 100%;
	display: flex;
	font-size: 24px;
	line-height: 45px;
	position: relative;
	font-weight: 500;

}

.common_more {
	width: 75px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: flex-end;
	font-size: 14px;
	text-align: right;
	font-weight: 500;
}

.common_more:hover {
	opacity: 1;
	color: #742222;
}

.common_more .icon {
	font-size: 12px;
}

.common_top .common_title {
	width: auto;
}

.common_top .common_title span {
	display: none;
}

.common_top .common_title p {
	position: relative;
	z-index: 2;
	color: #742222;
}

.intro_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.focus_swiper {
	width: 100%;
	position: relative;
	margin: 0;
	background: #e9e5db;
}

.focus_swiper .inner {
	padding-top: 373px;
}

.focus_swiper .swiper-slide {
	border-radius: 5px;
	overflow: hidden;
}

.focus_swiper .info {
	width: 100%;
	height: auto;
	position: relative;
	left: 0;
	bottom: 0;
	background: #e9e5db;
	padding:28px 25px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.focus_swiper .swiper-pagination {
	bottom: 10px !important;
	width: auto;
	left: auto;
	right: 25px;
}


.focus_swiper .info .date{
	width: 80px;
}

.focus_swiper .info .date b{
	font-size: 24px;
	display: block;
	margin-bottom: 3px;
}

.focus_swiper .info .date p{
	font-size: 14px;
}

.focus_swiper .info .des{
	width: calc(100% - 90px);
}

.focus_swiper .info .des .name{
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: left;
}

.focus_swiper .swiper-slide:hover .info .des .name{
	color: #581111
}

.focus_swiper .swiper-slide:hover .inner img{
	transform: scale(1.05);
}

.focus_swiper .info .des .sum{
	font-size: 14px;
	line-height: 25px;

	text-align: left;
}


.focus_swiper .swiper-pagination-bullet {
	width: 20px;
	height: 2px;
	opacity: 1 !important;
	background: #fff !important;
}

.focus_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #742222 !important;
}

.focus_swiper .swiper-button-next,
.focus_swiper .swiper-button-prev {
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	border-radius: 3px;
	transition: all 0.35s;
	top: 35%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 16px;
}

.swiper-button-next {
	right: -50px;
}

.swiper-button-prev {
	left: -50px;
}

.focus_swiper:hover .swiper-button-next {
	right: 10px;
}

.focus_swiper:hover .swiper-button-prev {
	left: 10px;
}

.intro_list {
	width: 100%;
}

.intro_list ul {
	width: 100%;
	display: none;
	flex-wrap: wrap;
}

.intro_list ul.active{
	display: flex;
}

.intro_list ul li {
	width: 100%;
	position: relative;
	
}

.intro_list ul li:last-child a{
	margin-bottom: 0px;
}

.intro_list ul li a {
	margin-bottom: 17px;
	padding-bottom: 17px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: flex;
	position: relative;
	justify-content: space-between;
}

.intro_list ul li a::after{
	width: 0%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -1px;
	content: '';
	background: #581111;
	transition: all 0.35s;
}

.intro_list ul li a:hover::after{
	width: 100%;
}


.intro_list ul li a .date {
	width: 45px;
}

.intro_list ul li a .info {
	width: calc(100% - 55px);
}

.intro_list ul li a .info .top {
	width: 100%;
	display: flex;
	margin-bottom: 5px;
}

.intro_list ul li a .info .top .mark {
	width: 50px;
	height: auto;
	line-height: 25px;
	background: #742222;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
}

.intro_list ul li a .info .top .name {
	font-weight: 500;
	line-height: 25px;
	font-size: 20px;
}

.intro_list ul li a:hover .info .top .name{
	color: #581111
}

.intro_list ul li a .info .btm {
	width: 100%;
	line-height: 25px;
	font-size: 14px;

	min-height: 50px;
}

.detail_box .title{
	font-weight: 500;
}

.intro_list ul li a:hover .info .btm{
	opacity: 1;
}

.intro_list ul li a .date b {
	
	font-weight: 100;
}

.intro_list ul li a .date p{
	font-size: 14px;
	margin-top: 3px;
}

.intro_list ul li:hover a .info .top .mark {
	background: #fff;
	color: #742222;
}

.platform {
	width: 100%;
	display: flex;
	justify-content: space-between;

}

.platform .item {
	display: block;
	position: relative;
	width: 23.5%;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.5s;
	background: #e9e5db;
	color: #5b8a72;
	margin-right: 2%;
	padding: 35px 5px;
	text-align: center;
}

.platform .item:nth-child(5n){
	margin-right: 0;
}

.platform .item .inner {
	padding-top: 55%;
}

.platform .item .icon {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	font-size: 18px;
}

.platform .item .icon .i {
	width: 70px;
	height: 70px;
	margin: 0px auto;
	position: relative;
	background: url(../images/icons.png) 0px -70px no-repeat;
	margin-bottom: 10px;
}

.platform .item:nth-child(2) .icon .i{
	background-position: -70px -70px;
}

.platform .item:nth-child(3) .icon .i{
	background-position: -140px -70px;
}

.platform .item:nth-child(4) .icon .i{
	background-position: -210px -70px;
}

.platform .item:nth-child(5) .icon .i{
	background-position: -280px -70px;
}

.platform .item .txt{
	font-weight: 500;
	position: relative;
	font-size: 16px;
}

.platform .item:hover {
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
}

.platform .item:hover{
	background: #5b8a72;
	color: #fff;
}

.platform .item:hover .icon .i{
	background-position: 0 0;
}

.platform .item:nth-child(2):hover .icon .i{
	background-position: -70px 0;
}

.platform .item:nth-child(3):hover .icon .i{
	background-position: -140px 0;
}

.platform .item:nth-child(4):hover .icon .i{
	background-position: -210px 0;
}

.platform .item:nth-child(5):hover .icon .i{
	background-position: -280px 0;
}


.gg_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.list {
	width: 100%;
	height: auto;
	position: relative;
}

.list a {
	display: flex;
	position: relative;
	align-items: center;
	padding: 17px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	justify-content: space-between;
	line-height: 20px;
	flex-wrap: wrap;
}

.list a:last-child{
	border-bottom: none;
}

.list a .name {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 5px;
}

.list a .date {
	width: 100%;
	font-size: 12px;
	opacity: 0.6;
}

.list a:hover {
	color: #742222;
}

.list a:hover::before {
	height: 20px;
	transform: translateY(-10px);
}

.actives {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.actives .item {
	width: 32%;
	display: block;
	position: relative;
	margin-right: 2%;
	background: #f4f4f4;
	margin-bottom: 1.75vw;
	transition: all 0.35s;
	border-radius: 5px;
	overflow: hidden;
}

.actives .item:nth-child(n+4){
	margin-bottom: 0;
}

.actives .item:hover img {
	transform: scale(1.05);
}

.actives .item:hover{
	background: #6b9580;
}

.actives .item:hover .name{
	color: #fff;
}

.actives .item:nth-child(3n) {
	margin-right: 0%;
}

.actives .item .inner {
	padding-top: 55%;
}

.actives .item .info {
	width: 100%;
	height: auto;
	position: relative;
}

.actives .item .name {
	font-size: 16px;
	height: auto;
	line-height: 25px;
	transition: all 0.2s;
	font-weight: 500;
	text-align: center;
	padding: 15px;
	
}

.actives .item .des {
	font-size: 14px;
	opacity: 0.5;
	margin-bottom: 10px;
}

.about_box{
	background: #e9e5db;
}

.about_box .w1400 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.a_box {
	width: calc(50% - 15px);
}

.a_box .list {
	width: 100%;
	background: #f6f5f3;
	box-shadow: none;
}

.a_conent {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.a_conent .img {
	width: 100%;
	margin-bottom: 1vw;
	border-radius: 5px;
	height: 165px;
	overflow: hidden;
	position: relative;
}

.a_conent .img img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.more_btn {
	width: 110px;
	height: 34px;
	border: 1px solid #742222;
	color: #742222;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	display: block;
}

.more_btn:hover {
	background: #742222;
	color: #fff;
}

.a_conent .singePage p {
	text-indent: 32px;
}

.footer {
	background: #323232;
	color: #fff;
	position: relative;
	padding: 75px 0px 25px;
}

.copyright {
	width: 100%;
	display: flex;
	align-items: center;
	line-height: 25px;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
	justify-content: space-between;
}

.copyright a {
	color: rgba(255, 255, 255, .5);
}


.footer .top {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding-bottom: 65px;
	margin-bottom: 35px;
}

.a_conent .singePage {
	margin-bottom: 3vw;
}

.f_socal {
	width: 110px;
	height: auto;
	position: relative;
	text-align: center;
}

.f_socal p {
	font-size: 14px;
	margin-top: 10px;
}

.flogo {
	width: 448px;
	height: auto;
	position: relative;
	margin-bottom: 2vw;
}

.fl {
	width: calc(100% - 200px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.f_nav {
	width: 100%;
}

.f_nav ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.f_nav ul li{
	width: auto;
	height: auto;
	position: relative;
}

.f_nav ul li a {
	color: rgba(255, 255, 255, 0.5);
	display: block;
	height: auto;
	line-height: 30px;
	font-size: 14px;
}

.f_nav ul li a:first-child{
	color: rgba(255, 255, 255, 1);
	font-weight: 500;
	font-size: 16px;
}

.f_nav ul li a:hover {
	color: rgba(255, 255, 255, 1);
}

.pp_box {
	background: url(../images/active_bg.jpg) center center no-repeat;
	background-size: cover;
}

.pt_box {
	background: url(../images/pt_bg.jpg) top center no-repeat;
	background-size: cover;
}

.platform .item:hover img {
	transform: scale(1.05);
}

.nr {
	width: calc(100% - 350px);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.banner_box {
	width: 100%;
	height: 35vw;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .5s
}

.banner_box .banner {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden
}

.banner ul {
	height: 100%;
	width: 100%
}

.banner ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .6s cubic-bezier(.55, .085, .68, .53);
	-webkit-transition-delay: .2s;
	will-change: opacity;
	visibility: hidden
}

.banner ul li .img {
	-webkit-transform: scale(1);
	position: relative;
	width: 100%;
	height: 100%
}

.banner ul li .img .a {
	background: center center no-repeat;
	background-size: cover;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	opacity: 1;
	-webkit-transition: opacity .6s cubic-bezier(.445, .05, .55, .95);
	transition: none
}

.banner ul li.active {
	z-index: 1;
	opacity: 1;
	-webkit-transition: opacity .6s cubic-bezier(.455, .03, .515, .955);
	-webkit-transition-delay: 0
}

.banner ul li.visible {
	visibility: visible
}

.banner ul li.visible .img {
	-webkit-transform: scale(1.07);
	-webkit-transition: -webkit-transform 8s linear
}

.banner ul li.visible .img .a {
	transition: none;
	opacity: 1;
	-webkit-transition: opacity .6s cubic-bezier(.445, .05, .55, .95)
}

.banner ol {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 2vw;
	text-align: center;
	z-index: 10;
	display: flex;
	justify-content: center;
}

.banner ol li {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 8px;
	background: url(../images/logoIco.png?v=2025) no-repeat;
	background-size: auto 100%;

	cursor: pointer;
	opacity: 0.5;
}

.banner ol li.active {
	opacity: 1;
	background-position: -30px 0px;
}

.banner .btn {
	width: 40px;
	height: 70px;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -35px;
	background: url(../images/icon1.png) -40px 0 no-repeat;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all .35s;
	-webkit-transform: scale(.6);

}

.banner .btn.prev {
	left: 3%;
	-webkit-transform: rotate(-180deg) scale(.6)
}

.banner .btn.next {
	left: auto;
	right: 3%
}

.banner .btn:hover {
	background-position: 0 0;
	-webkit-transform: scale(1);
	opacity: 1
}

.banner .btn.prev:hover {
	-webkit-transform: scale(1) rotate(-180deg)
}

.process {
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 10
}

.process.on {
	-webkit-transition: all 8s;
	width: 100%
}

.dt_box .left{
	width: calc(50% - 25px);
}

.dt_box .right{
	width: calc(50% - 25px);
}

.common_title a{
	margin-right: 25px;
	opacity: 0.7;
}

.common_title a:last-child{
	margin-right: 0;
}

.common_title a:hover,.common_title a.active{
	color: #742222;
	opacity: 1;
}

.hy_top{
	margin-top: 5vw;
}

.ft_box{
	width: 40%;
}

.pl_box{
	width: 27%;
}

.cbw{
	width: calc(33% - 50px);
}

.boxes.b2{
	background: #e9e5db;
}

.ft_list{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.ft_list .ft_item{
	width: calc(50% - 7.5px);
	display: block;
	position: relative;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
}

.ft_list .ft_item:nth-child(2n){
	margin-right: 0;
}

.ft_list .ft_item:nth-child(n+3){
	margin-bottom: 0;
}

.ft_list .ft_item .inner{
	padding-top: 135px;
}

.ft_list .ft_item .thum{
	border-radius: 3px;
}

.ft_list .ft_item .thum .ico{
	width: 32px;
	height: auto;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.ft_list .ft_item .info{
	width: 100%;
	margin-top: 10px;
}

.ft_list .ft_item .info .name{
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	margin-bottom: 10px;
	font-weight: 500;
}

.ft_list .ft_item:hover .info .name{
	color: #581111
}

.ft_list .ft_item:hover .inner img{
	transform: scale(1.05);
}

.cbw_list .item:hover .info{
	opacity: 1;
	visibility: visible;
}

.ft_list .ft_item .info .btm{
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	line-height: 20px;
	opacity: 0.6;
}

.msj{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.msj .item{
	width: 18%;
	height: auto;
	position: relative;
	margin-right: 2.5%;
	background: #e9e5db;
	padding: 10px;
	border-radius: 5px;
	transition: all 0.35s;
}

.msj .item:hover{
	background: #5b8a72;
	color: #fff;
}

.msj .item:hover .inner img{
	transform: scale(1.05);
}

.msj .item:nth-child(5n){
	margin-right: 0%;
}

.msj .inner{
	padding-top: 125%;
}

.msj .item .thum{
	border-radius: 5px;
}

.msj .item .info{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	padding: 20px 0px;

	padding-bottom: 10px;
}

.msj .item .info b{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	font-size: 18px;
	font-weight: 500;
}
.msj .item .info p{
	margin-top: 5px;
	font-size: 14px;
}

.about_img{
	width: 45%;
	height: auto;
	position: relative;
}

.about_right{
	width: calc(55% - 50px);
	height: auto;
	position: relative;
}

.about_menu{
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	justify-content: space-between;
	border-bottom: 1px solid #a2b7a6;
	margin-bottom: 25px;
}

.about_menu a{
	font-size: 18px;
	position: relative;
	line-height: 50px;
	cursor: pointer;
	font-weight: 500;
}

.about_menu a::after{
	width: 0%;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: -2px;
	content: '';
	background: #5b8a72;
	transition: all 0.35s;
}

.about_menu a:hover,.about_menu a.active{
	color: #5b8a72;
}

.about_menu a:hover::after,.about_menu a.active::after{
	width: 100%;
	left: 0;
}

.about_content{
	width: 100%;
	height: auto;
	position: relative;
}

.about_info{
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	display: none;
	height: 382px;
	overflow-y: auto;
}

/* 修改滚动条的宽度 */
.about_info::-webkit-scrollbar {
    width: 10px; /* 纵向滚动条的宽度 */
    height: 10px; /* 横向滚动条的高度 */
}

/* 滚动条轨道部分 */
.about_info::-webkit-scrollbar-track {
    background-color: #f0f0f0;

}

/* 滚动条滑块部分 */
.about_info::-webkit-scrollbar-thumb {
    background-color: #742222;

}

/* 鼠标悬停在滑块上时 */
.about_info::-webkit-scrollbar-thumb:hover {
    background-color: #581111;
}


.about_info p{
	margin-bottom: 15px;
}

.about_info p:last-child{
	margin-bottom: 0;
}

.about_info.active{
	display: block;
}

.about_img .inner{
	padding-top: 460px;
}

.cbw_list{
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.cbw_list .item{
	display: block;
	width: calc(50% - 7.5px);
	margin-right: 15px;
	position: relative;
	margin-bottom: 15px;
}

.cbw_list .item:nth-child(2n){
	margin-right: 0;
}

.cbw_list .item:nth-child(n+3){
	margin-bottom: 0;
}

.cbw_list .item .thum{
	border-radius: 5px;
}

.cbw_list .item .info{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(91, 138, 114, .9);
	backdrop-filter: blur(5px);
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
	align-content: center;
	opacity: 0;
	visibility: hidden;
}

.cbw_list .inner{
	padding-top: 245px;
}

.cbw_list .item .info b{
	display: block;
	font-family: din;
	font-size: 24px;
}

.cbw_list .item .info p{
	font-family: din;
	font-size: 14px;
	margin-top: 0px;
}

.cbw_list .item .info span{
	font-size: 14px;
	opacity: 0.6;
	margin-top: 5vw;
	display: block;
}

.zt_box{
	background: #ffffff;
}

.warp{
	width: 100%;
	height: auto;
	position: relative;
	background:#fefbf7 url(../images/sub_bg.jpg) center top no-repeat;
}


.menu_left{
	width: 300px;
	height: auto;
	position: relative;
}

.warp_right{
	width: calc(100% - 350px);
	padding:50px 35px;
	background: #ffffff;
	min-height: 500px;
}

.menu_rect{
	width: calc(100% - 25px);
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}

.menu_box{
	width: 100%;
	height: auto;
	position: relative;
	background: #f1e7dc;
	box-shadow: 5px 5px 30px rgba(0, 0, 0, .1);
}

.menu_name{
	width: 100%;
	height: 140px;
	position: relative;
	background: url(../images/menu_bg.jpg?v=2025) no-repeat;
	background-size: cover;
}

.menu_name p{
	color: #fff;
	height: auto;
	width: auto;
	position: absolute;
	left: 38px;
	top: 40px;
	font-size: 24px;
	font-weight: 500;
}

.menu_list{
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
}

.add_box{
	width: 100%;
	height: auto;
	position: relative;
}

.menu_list a{
	width: 100%;
	height: auto;
	position: relative;
	line-height: 60px;
	font-size: 18px;
	display: flex;
	font-weight: 500;
	text-align: center;
	margin-bottom: 1px;
	transition: all 0.35s;
}
.menu_list .sub_menus{
    padding-left: 35%;
}
.menu_list .sub_menus a{
    line-height: 35px;
    position: relative;
    display: block;
    text-align: left;
}

.menu_list .sub_menus a::after{
    left: -10px;
}

.menu_list .sub_menus a:hover::after, .menu_list .sub_menus a.active::after{
    left: 0;
}

.menu_list .sub_menus a:hover, .menu_list .sub_menus a.active {
    color: #742222;
    background: transparent;
}

.intro_list.dashiji ul li a .date{
    width: 100px;
}
.intro_list.dashiji ul li a .info {
    width: calc(100% - 100px);
}

.intro_list.dashiji ul li a .info .top{
    margin-bottom: 0px;
}

.intro_list.dashiji ul li a{
    align-items: center;
}

.menu_list .sub_menus a p{
    margin-left: 0;
    transition: all 0.5s;
    font-size: 16px;
}

.menu_list .sub_menus a:hover p{
    margin-left: 10px;
}



.menu_list a p{
	width: auto;
	margin-left: 35%;
}


.menu_list a::after{
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #742222;
	position: absolute;
	left: 25%;
	top: 50%;
	margin-top: -5px;
	content: '';
	opacity: 0;
	transition: all 0.4s;
}

.menu_list a:hover::after,.menu_list a.active::after{
	left: 30%;
	opacity: 1;
}

.menu_box .common_top{
	margin-bottom: 0.5vw;
}

.menu_box .common_title{
	font-size: 24px;
}

.menu_list a:hover,.menu_list a.active{
	color: #742222;
	background: #e9e5db;
}

.hambuer{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	line-height: 30px;
	margin-bottom: 2vw;
	border-bottom: 1px solid #742222;
	padding-bottom: 10px;
	font-weight: 500;
}

.hambuer a{
	padding: 0px 10px;

}

.hambuer a:hover,.hambuer a.active{
	color: #742222;
}

.hambuer .icon.h{
	color: #742222;
	font-size: 20px;
	margin-right: 5px;
}

.case_show{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.case_show .item{
	width: 32%;
	height: auto;
	position: relative;
	margin-right: 2%;
	margin-bottom: 2vw;
	box-shadow: 15px 15px 50px rgba(0, 0, 0, .05);
}

.case_show .item:nth-child(3n){
	margin-right: 0%;
}

.case_show .item .inner{
	padding-top: 60%;
}

.case_show .item .name{
	margin-bottom: 5px;
}

.case_show .item .des{
	font-size: 14px;
	line-height: 1.5;
	opacity: 0.7;
}

.zpj{
	width: 100%;
	margin-top: 3vw;
	font-size: 28px;
	line-height: 1.7;
	font-weight: bold;
	margin-bottom: 1vw;
	border-bottom: 1px solid #742222;
	color: #742222;
}

.case_show .item .info{
	background: #ffffff;
	padding: 15px;
	color: #323232;
	line-height: 1.5;
}

.case_show .item .info .name{
	font-weight: bold;
}

.td_list{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.td_list .item{
	display: flex;
	width: 32%;
	height: auto;
	margin-right: 2%;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	text-align: center;
	margin-bottom: 1vw;
	justify-content: center;
	padding: 20px 15px;
	line-height: 25px;
}

.td_list .item:nth-child(3n){
	margin-right: 0;
}

.dsj_list{
	width: 100%;
	height: auto;
	position: relative;
}

.dsj_list .item{
	width: 50%;
	padding-right: 5%;
	position: relative;
	padding-bottom: 2vw;
}
.dsj_list .item:nth-child(even){
	margin-left: 50%;
	padding-left: 5%;
	padding-right: 0;
}

.dsj_list .item::after{
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, .1);
	position: absolute;
	right: 0;
	top: 0;
	content: '';
}

.dsj_list .item:nth-child(even)::after{
	right: auto;
	left: -1px;
}

.dsj_list .item .year{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 28px;
	font-weight: 500;
	color: #742222;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: din;
}
.dsj_list .item .des{
	width: 100%;
	height: auto;
	line-height: 2;
	position: relative;
	font-size: 14px;
}

.dsj_list .item .des img{
	margin-bottom: 10px;
}

.dsj_list .item .year::after{
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 6px solid #742222;
	content: '';
	position: absolute;
	right: -14px;
	top: 10px;
}

.dsj_list .item:nth-child(even) .year::after{
	right: auto;
	left: -14px;
	border-right: none;
	border-left: 6px solid #742222;
}

.dsj_list .item::before{
	width: 10px;
	height: 10px;
	background-color: #742222;
	border-radius: 50%;
	position: absolute;
	right: -5px;
	top: 10px;
	content: '';
	box-shadow: 0px 0px 10px rgba(116, 34, 34, .5);
}

.dsj_list .item:nth-child(even)::before{
	right: auto;
	left: -5px;
}

.intro_list.in ul{
	display: block;
}

.intro_list.in ul li{
	padding: 15px 0px;
}

.news_list{
	width: 100%;
	height: auto;
	position: relative;
}

.news_list ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news_list ul li{
	width: 100%;
	height: auto;
	position: relative;
	margin-right: 0%;
	margin-bottom: 1.5vw;
}

.news_list ul li:nth-child(even){
	margin-right: 0;
}

.news_list ul li a{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.news_list ul li a:hover{
	background: #f9f9f9;
}

.news_list ul li a .thum{
	width: 300px;
}

.news_list ul li a .info{
	width: calc(100% - 300px);
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	padding: 25px;
}

.news_list ul li a .inner{
	padding-top: 70%;
}

.news_list ul li a .info .name{
	width: 100%;
	height: auto;
	line-height: 1.7;
	position: relative;
	font-size: 18px;
	font-weight: 500;
}
.news_list ul li a .info .date{
	width: 95%;
	display: flex;
	position: relative;
	line-height: 25px;
	font-size: 12px;
}


.news_list ul li a .info .date .txt{
	width: 50px;
	height: auto;
	position: relative;
	background: #838383;
	color: #fff;
	text-align: center;
}

.news_list ul li a .info .date .rq{
	width: calc(100% - 50px);
	background: #f4f4f4;
	padding-left: 10px;
} 

.list.in a .name{
	font-size: 20px;
	margin-bottom: 10px;
}

.list.in a{
	padding: 25px 15px;
	border-radius: 5px;
	background: #f9f9f9;
	border-bottom: none;
	margin-bottom: 25px;
}

.ft_list.in .ft_item{
	width: 32%;
	margin-right: 2%;
	
}

.ft_list.in .ft_item:nth-child(3n){
	margin-right: 0%;
}

.ft_list.in .ft_item .inner{
	padding-top: 60%;
}

.cbw_list.in .inner{
	padding-top: 125%;
}

.cbw_list.in .item{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 2vw;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
	overflow: hidden;
}

.cbw_list.in .item:nth-child(2n){
	margin-right: 0%;
}

.msj.in .item{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 1vw;
}

.msj.in .item:nth-child(5n){
	margin-right: 2%;
}

.msj.in .item:nth-child(4n){
	margin-right: 0%;
}

.cbw_list.in .item .thum{
	width: 40%;
}

.cbw_list.in .item .info{
	width: 60%;
	height: auto;
	position: relative;
	opacity: 1;
	visibility: visible;
	background: transparent;
	color: #444444;
	text-align: left;
	padding: 0px 5%;
	border-radius: 0;
}

.cbw_list.in .item:hover{
	background: #5b8a72;
}

.cbw_list.in .item:hover .inner img{
	transform: scale(1.05);
}

.cbw_list.in .item:hover .info{
	color: #fff;
}

.cbw_list.in .item .info p{
	font-size: 16px;
}

.cbw_list.in .item .info b{
	margin-bottom: 5px;
}

.actives.in .item{
	width: 48.5%;
	margin-right: 3%;
}

.actives.in .item:nth-child(3n){
	margin-right: 3%;
}

.actives.in .item:nth-child(2n){
	margin-right: 0;
}

.actives.in .item:nth-child(n+4){
	margin-bottom: 1.75vw;
}

.list.dl a .li_top{
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
}

.list.dl a .li_top .icon{
	width: 25px;
}

.list.dl a .li_top .li_r{
	width: calc(100% - 35px);
	margin-left: 10px;
	line-height: 25px;
	margin-bottom: 0;
}

.list.dl a .date{
	font-size: 14px;
}

.orga_list{
	width: 100%;
	height: auto;
	position: relative;
}

.orga_list .item{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3vw;
}
.orga_list .item .top{
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	background: #c8bb9b;
	color: #fff;
	padding: 10px 15px;
}
.orga_list .item .name{
	width: calc(100% - 200px);
	height: auto;
	position: relative;
	font-size: 20px;
	font-weight: 500;
}

.orga_list .item .info{
	width: 100%;
	background: #f9f9f9;
	padding:25px 15px;
	line-height: 1.7;
}

.orga_list .item a{
	width: auto;
	display: flex;
	align-items: center;
	color: #fff;
}

.orga_list .item a .icon{
	width: 25px;
	height: 25px;
	color: #c8bb9b;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	position: relative;
	line-height: 25px;
	font-size: 16px;
}
.orga_list .item a .txt{
	font-size: 18px;
	font-weight: 500;
	margin-left: 5px;
}

.art_search{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 1.5vw;
}

.art_search input{
	width: 230px;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	box-sizing: border-box;
	font-size: 16px;
	border: 1px solid #d9d9d9;
	outline: none;
}

.at_box{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1vw 0px 3vw;
	align-items: flex-start;
}

.at_box .img{
	width: 30%;
	height: auto;
	position: relative;
}

.at_box .img img{
	position: relative;
	z-index: 2;
}

.at_box .img::after{
	width: 70%;
	height: 0;
	padding-top: 100%;
	position: absolute;
	right: -15px;
	bottom: -15px;
	content: '';
	background: #5b8a72;
	display: none;
}

.at_con{
	width: calc(70% - 70px);
}

.at_top{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	position: relative;
	width: 100%;
	background: #5b8a72;
	padding: 10px 15px;
	color: #fff;
	margin-bottom: 1.5vw;
	align-items: center;
}

.at_top .name{
	font-size: 24px;
	font-weight: 500;
	position: relative;	
}

.at_top span{
	padding: 0px 5px;
}

.at_btm{
	width: 100%;
	height: auto;
	position: relative;
	line-height: 2;
}



.as_btn{
	background: #c8bb9b;
	color: #fff;
	line-height: 40px;
	text-align: center;
	width: auto;
	padding: 0px 15px;
	cursor: pointer;
}

.as_btn:hover{
	cursor: pointer;
	opacity: 0.9;
}

.warp_right.dp{
	width: 100%;
}

.about_box .common_top{
	display: none;
}

@media screen and (max-width: 1400px) {
	.nav ul li{
		margin-left: 2vw;
	}
	.nr{
		
	}
}

@media screen and (max-width: 1365px) {
	
	
	.logo{
		width: 230px;
	}
	.nav a{
		font-size: 20px;
	}
	.nr{
		width: calc(100% - 250px);
	}
}

@media screen and (max-width: 1024px) {
	body,html{
		font-weight: normal;
	}
	.nr{
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
	}
	.header{
		height: 60px;
		position: fixed;
		padding: 0px 3%;
		top: 0;
		z-index: 100;
	}
	.header::after {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
		content: '';
		z-index: 2;
	}
	.header .w1400{
		width: 100%;
		z-index: 3;
		flex-wrap: wrap;
		align-items: center;
	}
	.w1400{
		width: 90%;
	}
	.banner_box{
		margin-top: 60px;
	}
	.logo {
		width: 120px;
	}
	#nav-icon2 span{
		background: #eb2f2d;
	}
	#nav-icon2 {
		display: block;
	}
	.search {
		width: 90%;
		height: auto;
		position: absolute;
		left: 5%;
		top: 85vh;
		opacity: 0;
		visibility: hidden;
		z-index: 3;
		
	}
	.nav {
		height: 0px;
		position: fixed;
		left: 0px;
		top: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
		flex-wrap: wrap;
		visibility: hidden;
		pointer-events: none;
		margin-right: 0%;
		z-index: 2;
		background: #e9e5db;
		align-items: flex-start;
		margin-top: 0;
		overflow: hidden;
	}
	.nav.active {
		height: calc(100vh - 60px);
		visibility: visible;
		pointer-events: auto;
	}
	.search.active {
		transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .5s;
		opacity: 1;
		visibility: visible;
		top: 85vh;
	}
	.search input{
		width: calc(100% - 40px);
	}
	.banner .btn{
		display: none;
	}
	.banner_box{
		height: 40vw;
	}
	.banner ol li{
		width: 20px;
		height: 20px;
		margin: 0px 3px;
	}
	.banner ol li.active {
	    background-position: -20px 0px;
	}
	.boxes{
		padding: 10vw 0px;
	}
	.dt_box .left{
		width: 100%;
		margin-bottom: 5vw;
	}
	.focus_swiper .inner {
	    padding-top: 60%;
	}
	.focus_swiper .info{
		padding: 12px;
		padding-bottom: 17px;
	}
	.focus_swiper .info .des .sum{
		display: none;
	}
	.focus_swiper .info .date{
		display: none;
	}
	.focus_swiper .info .des{
		width: 100%;
	}
	.focus_swiper .info .des .name,.intro_list ul li a .info .top .name{
		text-overflow: initial;
		white-space: break-spaces;
		font-size: 16px;
		text-align: left;
		margin-bottom: 0;
		height: 50px;
		line-height: 25px;
	}
	.focus_swiper .swiper-pagination{
		bottom: 5px !important;
		right: 0px;
		width: 100%;
	}
	.swiper-pagination-bullet{
		border-radius: 0;
	}
	.common_top{
		padding-bottom: 0;
		margin-bottom: 5vw;
	}
	.dt_box .right{
		width: 100%;
	}
	.common_title a{
		margin-right: 2vw;
	}
	.common_title{
		font-size: 4.5vw;
	}
	.common_more{
		font-size: 12px;
		width: auto;
	}
	.focus_swiper .swiper-button-next, .focus_swiper .swiper-button-prev{
		display: none;
	}
	.focus_swiper .swiper-pagination-bullet{
		margin: 0px 2px !important;
	}
	.intro_list ul li a .info .btm{
		display: none;
	}
	.intro_list ul li a{
		margin-bottom: 3vw;
		padding-bottom: 3vw;
	}
	.intro_list ul li a .info {
	    width: calc(100% - 45px);
	}
	.platform{
		flex-wrap: wrap;
	}
	
	.platform .item{
		width: calc(50% - 7.5px);
		margin-right: 15px;
		margin-bottom: 15px;
	}
	
	.platform .item:nth-child(2n){
		margin-right: 0;
	}
	
	.platform .item .icon .i{
		width: 40px;
		height: 40px;
		background: url(../images/icons.png) 0px -40px no-repeat;
		background-size: auto 80px;
	}
	.platform .item:nth-child(2) .icon .i {
	    background-position: -40px -40px;
	}
	
	.platform .item:nth-child(3) .icon .i {
	    background-position: -80px -40px;
	}
	
	.platform .item:nth-child(4) .icon .i {
	    background-position: -120px -40px;
	}
	
	.platform .item:nth-child(5) .icon .i {
	    background-position: -160px -40px;
	}
	.intro_list ul li a .date b{
		font-size: 14px;
	}
	.platform .item:last-child{
		width: 100%;
	}
	.ft_box,.cbw{
		width: 100%;
		margin-bottom: 10vw;
	}
	.ft_list .ft_item .info .btm{
		display: none;
	}
	.ft_list .ft_item .info .name{
		font-size: 14px;
		margin-bottom: 0;
	}
	.cbw_list .inner {
	    padding-top: 120%;
	}
	.pl_box{
		width: 100%;
	}
	.pl_box .common_top{
		margin-bottom: 0;
	}
	.msj .item,.actives .item{
		width: calc(50% - 7.5px);
		padding: 0;
		background: transparent;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.msj .item:nth-child(5n),.actives .item:nth-child(3n){
		margin-right: 15px;
	}
	.msj .item:nth-child(2n),.actives .item:nth-child(2n){
		margin-right: 0px;
	}
	
	.msj.in .item:nth-child(5n),.msj.in .item:nth-child(2n){
		margin-right: 2%;
	}
	.msj.in .item:nth-child(4n){
		margin-right: 0%;
	}
	
	.msj .item .info{
		padding: 10px 0px;
	}
	.msj .item:nth-child(5){
		display: none;
	}
	.actives .item .name{
		font-size: 14px;
		padding: 10px 0;
		height: 50px;
		line-height: 20px;
		text-overflow: initial;
		white-space: break-spaces;
		text-align: left;
	}
	.about_img,.about_right{
		width: 100%;
	}
	.about_img{
		margin-bottom: 5vw;
	}
	.about_menu{
		display: none;
	}
	.about_info{
		height: auto;
		font-size: 14px;
		line-height: 2;
	}
	.about_info p{
		margin-bottom: 5px;
	}
	.footer .top{
		display: none;
	}
	.list a{
		padding: 15px 0;
	}
	.about_img .inner {
	    padding-top: 70%;
	}
	.footer{
		padding: 5vw 0px 3vw;
	}
	.about_box .common_top{
		display: flex;
	}
	.copyright{
		font-size: 3.1vw;
		flex-wrap: wrap;
		line-height: 1.7;
	}
	.nav ul {
		position: relative;
		top: 5vw;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0px 5vw;
	}
	.nav ul li {
		width: 100%;
		color: #494949;
		padding: 0px 0vw;
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		overflow: hidden;
		display: flex;
		align-items: flex-start;
		margin-left: 0;
	}
	.nav a{
		color: #444444;
		line-height: 55px;
		font-size: 16px;
	}
	.warp{
		padding-top: 60px;
	}
	.menu_left,.warp_right{
		width: 100%;
	}
	.nav ul li .secend{
		display: block;
		position: relative;
		top: 0px;
		height: auto;
		padding-top: 0px;
		line-height: 20px;
		opacity: 1;
		margin-top: 0px;
		width: calc(100% - 80px);
		margin-left: 0px;
		display: flex;
		flex-wrap: wrap;
		padding: 9px 0px;
		left: 0;
		background: transparent;
	}
	.nav ul li>a{
		width: 80px;
		line-height: 30px;
		padding: 9px 0px;
	}
	.nav ul li .secend a{
		opacity: 1;

		width: auto;
		top: 0px;
		border-bottom: none;
		margin-right: 10px;
		font-weight: normal;
		padding: 0;
		line-height: 30px;
	}
	.nav ul li .secend::after{
		display: none;
	}
	.nav ul li:hover .secend {
	    display: flex;
	}
	.menu_name{
		height: 100px;
	}
	.menu_list{
		display: none;
	}
	.warp_right{
		padding: 5vw 0px;
		background: transparent;
	}
	.hambuer{
		margin-bottom: 5vw;
		font-size: 12px;
	}
	.hambuer a {
	    padding: 0px 5px;
	}
	.singePage p{
		margin-bottom: 10px;
	}
	.singePage{
		font-size: 14px;
	}
	.orga_list .item a .txt{
		font-size: 14px;
	}
	.orga_list .item a .icon {
	    width: 20px;
	    height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.orga_list .item .name {
	    width: calc(100% - 130px);
	    font-size: 16px;
	}
	.orga_list .item .info{
		font-size: 14px;
		padding: 3vw;
	}
	.orga_list .item{
		margin-bottom: 5vw;
	}
	.dsj_list .item .year::after{
		display: none;
	}
	.dsj_list .item .year{
		font-size: 5vw;
	}
	.dsj_list .item .des{
		font-size: 12px;
		line-height: 1.7;
	}
	.news_list ul li{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 5vw;
	}
	.news_list ul li a .info .name{
		font-size: 16px;
		padding: 10px 0px 10px;
	}
	#page li{
		width: 30px;
		line-height: 30px;
		font-size: 12px;
		margin: 0px 2px;
	}
	#page ul{
		justify-content: center;
	}
	.de_pate{
		padding-top: 100px;
	}
	.o_list a,.ndc_npnews .post_next, .ndc_npnews .post_prev{
		font-size: 14px;
	}
	.list.in a{
		padding: 0px 0;
		background: transparent;
		margin-bottom: 5vw;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		padding-bottom: 5vw;
	}
	.list.in a .name{
		font-size: 16px;
		text-overflow: initial;
		white-space: normal;
		margin-bottom: 5px;
	}
	.ft_list.in .ft_item{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 5vw;
		padding: 0;
		background: transparent;
	}
	.ft_list.in .ft_item:nth-child(3n){
		margin-right: 0%;
	}
	.ft_list.in .ft_item:nth-child(2n){
		margin-right: 0%;
	}
	.ft_list.in .ft_item .info .name{
		font-size: 16px;
	}
	.cbw_list.in .item{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 5vw;
	}
	.cbw_list .item .info b{
		font-size: 6vw;
	}
	.cbw_list .item .info span{
		font-size: 12px;
	}
	#page{
		margin-top: 10vw;
	}
	.list.dl a .li_top .icon img{
		position: relative;
		top: 5px;
	}
	.as_btn{
		font-size: 14px;
		width: 60px;
		padding: 0px;
		text-align: center;
	}
	.art_search input{
		width: calc(100% - 60px);
		font-size: 14px;
	}
	.art_search{
		margin-bottom: 3vw;
	}
	.msj.in .item{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 5vw;
	}
	
	.msj.in .item:nth-child(4n){
		margin-right: 4%;
	}
	
	.msj.in .item:nth-child(2n){
		margin-right: 0%;
	}
	.msj .item .info b{
		font-size: 16px;
	}
	.at_box .img{
		width: 100%;
	}
	.at_con{
		width: 100%;
		margin-top: 5vw;
	}
	.at_box .img::after{
		display: none;
	}
	.at_btm{
		font-size: 14px;
	}
	.at_top .name{
		font-size: 5vw;
	}
	.header::after{
		display: none;
	}
	.zx_list .item{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 5vw;
	}
	.zx_name{
		margin-bottom: 5px;
	}
	.zx_list .item .name{
		font-size: 14px;
	}
	.zx_list .item:nth-child(2n){
		margin-right: 0%;
	}
	.news_list ul li a .thum,.news_list ul li a .info{
		width: 100%;
	}
	.news_list ul li a{
		flex-wrap: wrap;
	}
	.news_list ul li a .info{
		padding: 0;
	}
	.menu_name{
		display: none;
	}
	.case_show .item{
		width: 100%;
		margin-right: 0%;
	}
}