/*
 *	Created by Edward on 24/11/25
*/

@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";
	background: #f7f7f7;
}

a{
	color: #444444;
}

b{
	font-weight: bold;
}

textarea,
input {
	font-family: "Microsoft YaHei", '微软雅黑', "Arial";
	font-size: 14px;
	color: #444444;
}

.header {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
	background: url(../images/header_bg.jpg) center center no-repeat;
	background-size: cover;
	top: 0;
}

.header>.w1400{
	padding: 30px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.logo {
	width: 450px;
	height: auto;
	position: relative;
}

.nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	background: #c30d23;
}

.nav ul {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.nav ul li {
	width: calc(100% / 9);
	height: auto;
	position: relative;
	text-align: center;
}

.nav ul li .secend {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 80px;
	background: #fff;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}

.nav a{
	transition: all 0.3s;
}

.nav ul li:hover>a{
	background: #fff;
	color: #444444;
}

.nav ul li .secend::after{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0px;
	content: '';
	background: rgba(0, 0, 0, .1);
}

.nav ul li:hover .secend {
	opacity: 1;
	visibility: visible;
	top: 70px;
}

.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;
}

.rmt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2vw;

}
.rmt .img{
    width: 200px;
    height: auto;
    position: relative;
    
}

.rmt .item .info{
	width: calc(100% - 250px);
	
}

.rmt .item{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
	margin-bottom: 2vw;
	padding: 25px;
	justify-content: space-between;
}

.rmt .item .info .name{
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.rmt .item .info .intro{
	font-size: 16px;
	line-height: 1.7;
}

.rmt p{
    text-align: center;
	line-height: 20px;
	position: relative;
	font-size: 14px;
	margin-top: 10px;
}

.nav ul li .secend a {
	height: auto;
	width: 100%;
	display: block;
	padding: 10px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #444444;
	font-weight: normal;
	position: relative;
}

.nav ul li .secend a::after{
	width: 70%;
	height: 1px;
	position: absolute;
	display: block;
	left: 15%;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, .1);
	
}

.nav ul li .secend a:last-child{
	border-bottom: none;
}

.nav ul li .secend a:hover{
	color: #c30d23;
}

.nav a {
	font-size: 22px;
	line-height: 40px;
	display: block;
	position: relative;
	color: #fff;
	padding: 15px 0px;
}

.search {
	width: auto;
	display: flex;
	align-items: center;
	position: relative;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 40px;
	overflow: hidden;
}

.search input {
	width: 250px;
	height: auto;
	position: relative;
	outline: none;
	height: 50px;
	border: none;
	background: transparent;
	padding-left: 20px;
	padding-right: 15px;
	font-size: 16px;
}

.search input::placeholder {
	color: rgba(0, 0, 0, .5);
}

.search .search_btn {
	width: 50px;
	height: 50px;
	position: relative;
	line-height: 50px;
	text-align: center;
	cursor: pointer;

}

.search .search_btn::after{
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
}

.search .search_btn::after{
	width: 1px;
}

.toutiao{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 2vw;
	background: #fff;
	padding: 3vw 6vw;
	text-align: center;
}

.toutiao a{
	display: block;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
}

.toutiao a:hover{
	color: #c30d23;
	
}

.toutiao .tt_tips{
	width: 100%;
	font-size: 18px;
	opacity: 0.6;
	margin-top: 10px;
}

.toutiao .icon{
	width: 85px;
	height: auto;
	position: absolute;
	left: 2%;
	top: -15px;
}

.bannerSwiper{
	height: 23vw;
	position: relative;
	width: 100%;
	margin-top: 2vw;
}

.bannerSwiper .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background: center center no-repeat;
	background-size: cover;
}
.bannerSwiper .swiper-slide{
	overflow: hidden;
}

.bannerSwiper .swiper-pagination{
	bottom: 5%;
}

.bannerSwiper .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 0px;
	background: transparent;
	transition: all 0.6s;
	border: 1px solid #c30d23;
	opacity: 1;
}

.bannerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #c30d23;
	width: 30px;
}

.common_top {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 1vw;
	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: bold;

}

.plj_list{
	width: 100%;
	height: auto;
	position: relative;
	min-height: 537.5px;

}

.plj_list ul{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
	transition: all 0.35s;
	display: flex;
	flex-wrap: wrap;
}

.plj_list.in ul{
	position: relative;
}

.plj_list.in ul li a{
	background: #f9f9f9;
}

.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{
	font-weight: 500;
	font-size: 20px;
	padding: 15px 0px;
	padding-bottom: 5px;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 10px;
	align-items: center;
}

.zx_list .item .name span{
	margin-left: 5px;
	font-size: 16px;
}

.zx_list .item .des{
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.7;
	font-size: 14px;
	opacity: 0.7;
}

.plj_list ul.active{
	opacity: 1;
	pointer-events: auto;
}

.plj_list ul li{
	width: 49%;
	height: auto;
	position: relative;
	margin-right: 2%;
	margin-bottom: 25px;
}

.plj_list ul li:nth-child(even){
	margin-right: 0;
}

.plj_list ul li:nth-child(n+5){
	margin-bottom: 0;
}

.plj_list ul li a{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	background: #fff;
	
	transition: all 0.4s;
}

.plj_list ul li a:hover{
	background: #c30d23;
	color: #fff;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .2);
}

.plj_list ul li a:hover .inner img{
	transform: scale(1.05);
}

.plj_list ul li a .thum{
	width: 250px;
}

.plj_list ul li a .info{
	width: calc(100% - 250px);
	display: flex;
	flex-wrap: wrap;
	padding: 25px;
	align-content: space-between;
}

.plj_list ul li a .info .name{
	font-size: 18px;
	line-height: 1.5;
}

.plj_list ul li a .thum .inner{
	padding-top: 65%;
}

.plj_list ul li a .btm{
	width: 100%;
	display: flex;
	justify-content: space-between;
	line-height: 25px;
}

.plj_list ul li a .btm .zz{
	font-size: 16px;
}

.plj_list ul li a .btm .date{
	opacity: 0.6;
	font-size: 14px;
}

.plj_list.in ul li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 2vw;
}

.plj_list.in ul li a .thum{
	width: 300px;
}

.plj_list.in ul li a .info{
	width: calc(100% - 300px);
}

.rb_list.in a{
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 25px;
}

.tj_list.in ul li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 2vw;
}

.tj_list.in ul li a{
	background: #f9f9f9;
}

.tj_list.in ul li a .thum{
	width: 300px;
}

.tj_list.in ul li a .info{
	width: calc(100% - 315px);
}

.rb_list{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.rb_list a{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.rb_list a:last-child{
	margin-bottom: 0;
}

.rb_list a:hover .name{
	color: #c30d23;
}

.space{
	width: 100%;
	height: 1px;
	margin: 5vw 0px 0px;
}

.tj_list{
	width: 100%;
	height: auto;
	position: relative;
}

.tj_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.tj_list ul li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 1.25vw;
}

.tj_list.home ul li{
	width: calc(25% - 9px);
	margin-right: 12px;
}

.tj_list.home ul li a{
	padding: 0;
}

.tj_list.home ul li a .thum{
	width: 100%;
}

.tj_list.home ul li a .thum .inner{
	padding-top: 50%;
}

.tj_list.home ul li a .thum .name{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: -40px;
	transition: all 0.4s;
	background: rgba(0, 0, 0, .5);
	padding: 10px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}

.tj_list.home ul li a:hover .thum .name{
	bottom: 0;
}

.tj_list.home ul li:nth-child(2n){
	margin-right: 12px;
}

.tj_list.home ul li:nth-child(4n){
	margin-right: 0%;
}

.tj_list ul li:nth-child(2n){
	margin-right: 0%;
}

.tj_list ul li a{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	background: #fff;
	
	padding: 15px;
	transition: all 0.4s;
}

.tj_list ul li a:hover{
	background: #c30d23;
	color: #fff;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .2);
}

.tj_list ul li a:hover .inner img{
	transform: scale(1.05);
}

.tj_list ul li a:hover .info .mark{
	border: 1px solid #fff;
	background: #fff;
	color: #c30d23;
}

.tj_list ul li a .thum{
	width: 40%;
	height: auto;
	position: relative;
}

.tj_list ul li a .thum .inner{
	padding-top: 55%;
}

.tj_list ul li a .info{
	width: calc(60% - 20px);
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.tj_list ul li a .info .mark{
	width: auto;
	height: auto;
	line-height: 20px;
	position: relative;
	padding: 3px 10px;
	border: 1px solid #c30d23;
	border-radius: 3px;
	font-size: 14px;
}

.tj_list ul li a .info .name{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 20px;
	line-height: 30px;
	height: 60px;
}



.tj_list ul li a .info .date{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 14px;
	line-height: 25px;
	opacity: 0.6;
}

.tj_list ul li a .info .more{
	font-size: 14px;
	line-height: 25px;
}

.rb_list a .icon{
	width: 24px;
	height: 27px;
	position: relative;
}

.rb_list a .info{
	width: calc(100% - 29px);
	margin-left: 5px;
}

.rb_list a .name{
	line-height: 27px;
	height: auto;
	font-size: 18px;
	margin-bottom: 5px;
}

.rb_left{
	width: calc(33.33% - 30px);
	background: #fff;
	transition: all .4s;
	padding:35px 20px;
	border-bottom: 3px solid #c30d23;
	position: relative;
}

.rb_left:hover{
	box-shadow: 25px 25px 50px rgba(0, 0, 0, .1);
}

.rb_left:before,.dt_box .right:before{
	width: 25px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #c30d23;
}

.rb_left::after,.dt_box .right::after{
	width: 4px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #c30d23;
}

.tz_menu a{
	position: relative;
}
.pl_box{
	padding-bottom: 3vw;
}
.read_box{
	padding-top: 3vw;
}
.pl_box .common_title a{
	margin-right: 0;
}

.pl_box .common_top .common_title{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.tz_menu a::after{
	width: 96px;
	height: 7px;
	position: absolute;
	left: 50%;
	margin-left: -48px;
	bottom: -14px;
	content: '';
	background: url(../images/line.png) no-repeat;
	opacity: 0;
	transition: all 0.5s;
}

.common_title a.active::after{
	opacity: 1;
}

.read_box .w1400{
	align-items: inherit;
}

.singePage table {
	border-collapse: collapse;
	border-color: #ededed;
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
	width: 100%;
}

.singePage thead tr th {

	padding: 6px;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
}

.singePage tbody tr td {
	padding: 6px;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
}

.rb_left .rb_name{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}

.rb_list a .btm{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	line-height: 25px;
	font-size: 14px;
	opacity: 0.4;
}

.common_more {
	width: 75px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: flex-end;
	font-size: 16px;
	text-align: right;
	opacity: 0.6;
}

.common_more:hover {
	opacity: 1;
	color: #c30d23;
}

.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: #c30d23;
}

.intro_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.focus_swiper {
	width: 100%;
	position: relative;
	margin: 0;
}

.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: bold;
	margin-bottom: 10px;
}

.focus_swiper .swiper-slide:hover .info .des .name{
	color: #c30d23
}

.focus_swiper .swiper-slide:hover .inner img{
	transform: scale(1.05);
}

.focus_swiper .info .des .sum{
	font-size: 14px;
	line-height: 25px;
	-webkit-line-clamp: 3;
	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: #c30d23 !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%;
	min-height: 250px;
	position: relative;
}

.intro_list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.35s;
	opacity: 0;
	pointer-events: none;
}

.intro_list ul.active{
	opacity: 1;
	pointer-events: auto;
}

.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: 25px;
	display: flex;
	position: relative;
	justify-content: space-between;
	padding-left: 15px;
	line-height: 30px;
}

.intro_list ul li a::after{
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 12px;
	content: '';
	background: #c30d23;
}


.intro_list ul li a .date {
	width: 85px;
	font-size: 14px;
	text-align: right;
	opacity: 0.6;
}

.intro_list ul li a .date b{
	font-weight: normal;
}

.intro_list ul li a .name {
	width: calc(100% - 85px);
	font-size: 18px;
}

.intro_list ul li a:hover .name{
	color: #c30d23;
}

.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: #c30d23;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
}

.intro_list ul li a .info .top .name {
	font-weight: bold;
	line-height: 25px;
	font-size: 20px;
}

.intro_list ul li a:hover .info .top .name{
	color: #c30d23
}

.intro_list ul li a .info .btm {
	width: 100%;
	line-height: 25px;
	font-size: 14px;
	opacity: 0.6;
}

.intro_list ul li a:hover .info .btm{
	opacity: 1;
}


.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: #c30d23;
}

.platform {
	width: 100%;
	display: flex;
	justify-content: space-between;

}

.platform .item {
	display: block;
	position: relative;
	width: 20%;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.5s;
	color: #444444;
	margin-right: 2%;
	padding: 30px 5px;
	text-align: center;
	border: 1px solid #444444;
}

.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: bold;
	position: relative;
	font-size: 16px;
}

.platform .item:hover {
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .3);
}

.platform .item:hover{
	background: #444444;
	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: bold;
	line-height: 25px;
	margin-bottom: 5px;
}

.list a .date {
	width: 100%;
	font-size: 12px;
	opacity: 0.6;
}

.list a:hover {
	color: #c30d23;
}


.mask{
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5;
	background: rgba(0, 0, 0, .5);
	transition: all 0.4s;
	opacity: 0;
	pointer-events: none;
}

.mask.active{
	opacity: 1;
}

.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 .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: bold;
	text-align: center;
	padding: 15px;
	
}

.actives .item .des {
	font-size: 14px;
	opacity: 0.5;
	margin-bottom: 10px;
}


.about_box .w1400 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: inherit;
}

.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: 150px;
	height: 44px;
	border: 1px solid #c30d23;
	color: #c30d23;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	display: block;
	margin: 0px auto;
	margin-top: 3vw;
}

.more_btn:hover {
	background: #c30d23;
	color: #fff;
}

.a_conent .singePage p {
	text-indent: 32px;
}

.footer {
	background: #333333;
	color: #fff;
	position: relative;
	padding: 3vw 0px 1vw;
}

.copyright {
	width: 100%;
	display: flex;
	align-items: center;
	line-height: 25px;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
}

.copyright a {
	color: rgba(255, 255, 255, .5);
}

.copyright p{
	margin-right: 10px;
}

.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%;
	margin-bottom: 80px;
}

.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.75);
	display: block;
	height: auto;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}



.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) 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(30% - 15px);

	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
}

.dt_box .w1400{
	align-items: initial;
}

.dt_box .left a .info{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

.dt_box .left a .thum{
	width: 100%;
	height: 100%;
}

.dt_box .left a .thum img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.45s;
}

.dt_box .left a:hover .thum img{
	transform: scale(1.05);
}

.dt_box .left a{
	width: 100%;
	display: block;
	height: calc(50% - 10px);
	position: relative;
	overflow: hidden;
}



.dt_box .right{
	width: calc(70% - 15px);
	background: #fff;
	padding: 25px;
	height: auto;
	border-bottom: 3px solid #c30d23;
}

.common_title a{
	margin-right: 3vw;
	color: #666666;
	transition: all 0.3s;
}

.common_title a:last-child{
	margin-right: 0;
}

.common_title a:hover,.common_title a.active{
	color: #c30d23;
	opacity: 1;
}

.pl_box{
	background: url(../images/bg2.jpg) center center no-repeat;
	background-size: cover;
}

.hy_top{
	margin-top: 5vw;
}

.ft_box{
	width: 40%;
}

.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 .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: bold;
}

.ft_list .ft_item:hover .info .name{
	color: #c30d23
}

.ft_list .ft_item:hover .inner img{
	transform: scale(1.05);
}

.friend_box{
	width: 100%;
	display: flex;
	line-height: 30px;
	font-size: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.friend_box .txt{
	width: 75px;
	font-weight: bold;
}
.friend_box .friends{
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}

.cate{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 5px solid #c30d23;
	margin-bottom: 2vw;
}

.cate a{
	display: block;
	width: auto;
	height: auto;
	line-height: 20px;
	padding: 5px 10px;
	border: 1px solid #3e3e3e;
	color: #3e3e3e;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.cate a:hover,.cate a.active{
	background: #c30d23;
	color: #fff;
	border-color: #c30d23;
}

.friend_box .friends a{
	color: rgba(255, 255, 255, .5);
	margin-right: 1vw;
}

.dt_box{
	padding-top: 2vw;
}

.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 .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: bold;
}
.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;
	margin-bottom: 25px;
}

.about_menu a{
	font-size: 18px;
	position: relative;
	line-height: 50px;
	cursor: pointer;
	font-weight: bold;
}

.about_menu a::after{
	width: 0%;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: -2px;
	content: '';

	transition: all 0.35s;
}


.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: auto;
	margin-bottom: 5vw;
}

/* 修改滚动条的宽度 */
.about_info::-webkit-scrollbar {
    width: 10px; /* 纵向滚动条的宽度 */
    height: 10px; /* 横向滚动条的高度 */
}

/* 滚动条轨道部分 */
.about_info::-webkit-scrollbar-track {
    background-color: #f0f0f0;

}

/* 滚动条滑块部分 */
.about_info::-webkit-scrollbar-thumb {
    background-color: #c30d23;

}

/* 鼠标悬停在滑块上时 */
.about_info::-webkit-scrollbar-thumb:hover {
    background-color: #c30d23;
}


.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=2024) no-repeat;
	background-size: cover;
}

.rb_left .rb_name .common_more{
	display: none;
}

.menu_name p{
	color: #fff;
	height: auto;
	width: auto;
	position: absolute;
	left: 38px;
	top: 55px;
	font-size: 24px;
	font-weight: bold;
}

.menu_list{
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	padding:15px 0px;
}

.add_box{
	width: 100%;
	height: auto;
	position: relative;
}

.menu_list a{
	width: 100%;
	height: auto;
	position: relative;
	line-height: 30px;
	font-size: 20px;
	transition: all 0.4s;
	display: flex;
	margin-bottom: 1px;
	padding: 15px 40px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.intro_list.in ul li{
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.intro_list.in ul{
	position: relative;
}

.intro_list.in ul li a{
	margin-bottom: 0;
}

.menu_list a:last-child{
	border-bottom: none;
}


.menu_list a::after{
	width: 3px;
	height: 0px;
	position: absolute;
	left: 15px;
	top: 30px;
	content: '';
	background: #c30d23;
	opacity: 0;
	transition: all 0.4s;
}

.menu_list a:hover::after{
	height: 20px;
	top: 20px;
	opacity: 1;
}

.menu_list a.active::after{
	opacity: 1;
	height: 20px;
	top: 20px;
}

.news{
	width: 100%;
	position: relative;
}

.news ul li{
	width: 100%;
	position: relative;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding-bottom: 25px;
}

.news ul li a{
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
}

.news ul li a .thum{
	width: 225px;
	height: auto;
	position: relative;
}

.news ul li a .thum .inner{
	padding-top: 65%;
}

.news ul li a .info{
	width: calc(100% - 245px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
}

.news ul li a .name{
	line-height: 30px;
	font-size: 18px;
	
}

.news ul li a .des{
	width: 100%;
	line-height: 25px;
	font-size: 14px;
	opacity: 0.5;
}

.news ul li a .date{
	width: 100%;
	height: auto;
	position: relative;
	line-height: 25px;
	font-size: 12px;
	display: flex;
	align-items: center;
	opacity: 0.3;
}

.news ul li a .date .icon{
	font-size: 18px;
}

.news ul li a .date p{
	margin-left: 5px;
}

.news ul li a:hover .name{
	color: #c30d23;
}

.news ul li a:hover img{
	transform: scale(1.05);
}

.menu_box .common_top{
	margin-bottom: 0.5vw;
}

.menu_box .common_title{
	font-size: 24px;
}

.menu_list a:hover,.menu_list a.active{
	color: #c30d23;

}

.hambuer{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	line-height: 30px;
	padding: 15px 0px;
	background: #e9e9e9;
}

.boxes.pb0{
	padding: 0;
}

.hambuer .w1400{
	justify-content: flex-end;
}

.hambuer a{
	padding: 0px 10px;
}

.hambuer a:hover,.hambuer a.active{
	color: #c30d23;
}

.hambuer .icon.h{
	color: #c30d23;
	font-size: 20px;
	margin-right: 5px;
}

.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: bold;
	color: #c30d23;
	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 #c30d23;
	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 #c30d23;
}

.dsj_list .item::before{
	width: 10px;
	height: 10px;
	background-color: #c30d23;
	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: 25px 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: 48.5%;
	height: auto;
	position: relative;
	margin-right: 3%;
	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: #c30d23;
	color: #fff;
}

.news_list ul li a .thum{
	width: 40%;
}

.news_list ul li a .info{
	width: calc(60% - 10px);
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	padding: 0.5vw 0px;
}

.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: bold;
}
.news_list ul li a .info .date{
	width: 95%;
	display: flex;
	position: relative;
	line-height: 25px;
	font-size: 12px;
}
.news_list ul li a:hover .info .date .txt,.news_list ul li a:hover .info .date .rq{
	background: transparent;
}

.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 .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: #c30d23;
	color: #fff;
	padding: 10px 15px;
}
.orga_list .item .name{
	width: calc(100% - 200px);
	height: auto;
	position: relative;
	font-size: 20px;
	font-weight: bold;
}

.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: #c30d23;
	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: bold;
	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: self-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: #c30d23;
}

.at_con{
	width: calc(70% - 70px);
}

.at_top{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	position: relative;
	width: 100%;
	padding: 10px 15px;
	color: #fff;
	margin-bottom: 1.5vw;
	align-items: center;
	background: #c30d23;
}

.at_top .name{
	font-size: 24px;
	font-weight: bold;
	position: relative;	
}

.at_top span{
	padding: 0px 5px;
}

.at_btm{
	width: 100%;
	height: auto;
	position: relative;
	line-height: 2;
}



.as_btn{
	background: #c30d23;
	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 .left{
	width: 60%;
	padding: 5vw 0px;
}

.about_box .right{
	width: calc(40% - 30px);
	display: flex;
	position: relative;
}

.about_box .right img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0%;
}

.about_box{
	padding: 0;
	overflow: initial;
	background: #ededed;
}

@media screen and (max-width: 1365px) {
	.nav a,.rb_left .rb_name{
		font-size: 20px;
	}
	.common_title{
		font-size: 22px;
	}
	.common_title a{
		margin-right: 2.5vw;
	}
	.tj_list ul li a .info .name{
		font-size: 18px;
	}
}

@media screen and (max-width: 1200px) {
	.nav a, .rb_left .rb_name{
		font-size: 18px;
	}
	.toutiao a{
		font-size: 24px;
	}
	.toutiao .tt_tips,.plj_list ul li a .info .name,.rb_list a .name,.tj_list ul li a .info .name{
		font-size: 16px;
	}
	.tj_list ul li a .info .more{
		display: none;
	}
	.common_title{
		font-size: 18px;
	}
}

@media screen and (max-width: 1024px) {
	body,html{
		font-weight: normal;
	}
	.header>.w1400{
		padding: 0;
		height: 60px;
	}
	#nav-icon2 span{
		background: #c30d23;
	}
	.nr{
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
	}
	.header{
		height: auto;
		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: 170px;
	}
	#nav-icon2 {
		display: block;
	}
	.search {
		width: 90%;
		height: auto;
		position: absolute;
		left: 5%;
		top: 85vh;
		opacity: 0;
		visibility: hidden;
		z-index: 3;
		border: 1px solid rgba(0, 0, 0, .1);
	}
	.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: #fff;
		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: 0vw;
	}
	.focus_swiper .inner {
	    padding-top: 60%;
	}
	.common_title{
		line-height: 35px;
	}
	.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: 14px;
		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;
	}
	
	.platform .item:nth-child(2):hover .icon .i {
	    background-position: -40px -0px;
	}
	
	.platform .item:nth-child(3):hover .icon .i {
	    background-position: -80px -0px;
	}
	
	.platform .item:nth-child(4):hover .icon .i {
	    background-position: -120px -0px;
	}
	
	.platform .item{
		padding: 3vw 0;
	}
	
	.platform .item .icon .i{
		margin-bottom: 5px;
	}
	
	.platform .item .txt{
		font-size: 14px;
	}
	.f_socal,.f_nav{
		display: none;
	}
	.copyright p{
		margin-right: 0;
	}
	.fl{
		width: 100%;
	}
	
	.intro_list ul li a .date b{
		font-size: 14px;
	}

	.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: 0px;
		background: #f9f9f9;
	}
	.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: 5px 0px;
		left: 0;
		visibility: visible;
	}
	.nav ul li>a{
		width: 80px;
		line-height: 30px;
		padding: 5px 0px;
		text-align: left;
		font-size: 16px;
	}
	.nav ul li:last-child>a{
		width: 100%;
	}
	.nav ul li .secend a{
		opacity: 1;
		font-size: 16px;
		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: 0vw 0px;
		background: transparent;
	}
	.hambuer{
		margin-bottom: 0vw;
		font-size: 12px;
		margin-top: 60px;
	}
	.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: 15px;
	}
	#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;
	}
	.bannerSwiper{
		margin-top: 60px;
		height: 30vw;
		margin-bottom: 10vw;
	}
	.w1400.full{
		width: 100%;
	}
	.bannerSwiper .swiper-pagination .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
		margin: 0px 3px !important;
	}
	.toutiao .icon{
		width: 45px;
	}
	.toutiao{
		padding: 10vw 5vw;
	}
	.toutiao a{
		text-overflow: initial;
		white-space: normal;
		font-size: 20px;
	}
	.toutiao .tt_tips, .plj_list ul li a .info .name, .rb_list a .name, .tj_list ul li a .info .name{
		font-size: 14px;
	}
	.dt_box .w1400{
		width: 100%;
	}
	.tz_menu a::after{
		display: none;
	}
	.dt_box .right{
		padding: 10vw 5vw;
	}
	.common_title a{
		margin-right: 3vw;
	}
	.common_top .common_title{
		width: auto;
		justify-content: space-between;
	}
	.rb_left{
		width: 100%;
		padding: 5vw;
		margin-bottom: 5vw;
	}
	.tj_list ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 5vw;
	}
	.tj_list ul li:nth-child(even){
		margin-right: 0;
	}
	.tj_list ul li a{
		background: transparent;
		flex-wrap: wrap;
		padding: 0;
	}
	.tj_list ul li a .info .mark{
		display: none;
	}
	.tj_list ul li a .info .name{
		height: auto;
		line-height: 1.5;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.tj_list ul li a .info .date{
		font-size: 12px;
		line-height: 1.2;
	}
	.tj_list ul li a .thum,.tj_list ul li a .info{
		width: 100%;
	}
	.rb_list a .btm{
		display: none;
	}
	.rb_list a{
		margin-bottom: 3vw;
	}
	.about_box .right{
		display: none;
	}
	.about_box .left{
		width: 100%;
		padding: 0;
	}
	.dt_box .common_top .common_title{
		width: auto;
	}
	.intro_list ul li a .date{
		display: none;
	}
	.intro_list ul li a .name{
		width: 100%;
		font-size: 14px;
	}
	.intro_list ul li a {
		margin-bottom: 1vw;
		padding-bottom: 1vw;
		padding-left: 10px;
	}
	.intro_list ul li a::after{
		width: 4px;
		height: 4px;
		top: 13px;
	}
	.common_title{
		font-size: 16px;
	}
	.pl_box .common_top .common_title{
		flex-wrap: wrap;
		font-weight: normal;
		font-size: 14px;
		justify-content: start;
	}
	.pl_box .common_top .common_title a{
		width: 20%;
		font-size: 14px;
		
		line-height: 30px;
	}
	.pl_box{
		padding-top: 0;
	}
	.dt_box .left a{
		height: auto;
		width: 49%;
	}
	.dt_box .right{
		margin-bottom: 10vw;
		padding-bottom: 5vw;
	}
	.dt_box .left a .info{
		font-size: 16px;
	}
	.dt_box .left{
		padding: 0px 5vw;
	}
	.plj_list{
		padding: 0;
		width: 90%;
		margin: 0px auto;
		min-height:auto;
	}
	.plj_list ul{
		position: relative;
		display: none;
	}
	.plj_list ul.active{
		display: flex;
	}
	.pl_box .w1400{
		width: 100%;
	}
	.plj_list ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 5vw;
	}
	.plj_list ul li:nth-child(even){
		margin-right: 0%;
	}
	.plj_list ul li a{
		flex-wrap: wrap;
		background: transparent;
	}
	.plj_list ul li a .thum{
		width: 100%;
	}
	.plj_list ul li a .info{
		padding: 10px 0px 0px;
		width: 100%;
	}
	.plj_list ul li a .btm{
		line-height: 20px;
	}
	.plj_list ul li a .btm .zz{
		font-size: 14px;
		opacity: 0.6;
		margin-top: 5px;
	}
	.plj_list ul li a:hover {
	    background: transparent;
	    color: #444444;
		box-shadow: none;
	}
	
	.pl_box .common_top{
		background: #333333;
		color: #fff;
		padding: 5vw;
		margin-bottom: 5vw;
	}
	.pl_box .common_title a:hover,.pl_box .common_title a.active{
		color: #fff;
	}
	.pl_box .common_title a{
		color: rgba(255, 255, 255, .5);
	}
	.dt_box .left a .thum img{
		position: relative;
	}
	.search input{
		height: 40px;
		font-size: 14px;
	}
	.search .search_btn{
		height: 40px;
		line-height: 40px;
	}
	.intro_list{
		min-height: 185px;
	}
	.nav ul li .secend a::after{
		display: none;
	}
	.nav ul li:hover .secend {
	    top: 0px;
	}
	.menu_name p{
		top: 35px;
	}
	.news ul li a{
		flex-wrap: wrap;
	}
	.news ul li a .thum,.news ul li a .info{
		width: 100%;
	}
	.news ul li a .des{
		display: none;
	}
	.news ul li a .thum .inner {
	    padding-top: 55%;
	}
	.news ul li a .name{
		width: 100%;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.news ul li a .date{
		line-height: 15px;
	}
	.intro_list.in ul li a .name{
		font-size: 18px;
	}
	.intro_list.in ul{
		position: relative;
	}
	.intro_list.in ul li {
	    padding: 5vw 0px;
	}
	.plj_list.in ul li a .thum,.plj_list.in ul li a .info{
		width: 100%;
	}
	.plj_list.in ul li a .info .name{
		font-size: 18px;
	}
	.plj_list ul li a .btm .date{
		display: none;
	}
	.plj_list.in ul li a .btm .date{
		display: block;
	}
	.plj_list.in{
		width: 100%;
	}
	.rb_list.in a .name{
		margin-bottom: 0;
		font-size: 18px;
	}
	.tj_list.in ul li a{
		flex-wrap: wrap;
	}
	.tj_list.in ul li a .thum,.tj_list.in ul li a .info{
		width: 100%;
	}
	.tj_list ul li a .thum .inner {
	    padding-top: 55%;
	}
	.tj_list.in ul li a .info .name{
		font-size: 18px;
	}
	.tj_list.in ul li{
		margin-bottom: 5vw;
	}
	.zx_list .item{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 5vw;
	}
	.zx_list .item:nth-child(2n){
		margin-right: 0%;
	}
	.menu_name{
		display: none;
	}

	.rmt .item .info{
		width: 100%;
	}
	.rmt .img{
		width: 150px;
	}
	.rmt .item{
		margin-bottom: 5vw;
	}
	.rmt .item .info .name{
		padding-bottom: 5px;
		margin-bottom: 10px;
		font-size: 20px;
	}
	.rmt .item .info .intro{
		font-size: 14px;
	}
	.mask{
		display: none;
	}
	.tj_list.home ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5vw;
	}
	.tj_list.home ul li:nth-child(2n),.tj_list.home ul li:nth-child(4n){
		margin-right: 0;
	}
	.top .menu_list{
		display: flex;
		flex-wrap: wrap;
		padding: 5vw;
		margin-bottom: 5vw;
	}
	.top .menu_list a{
		width: 48%;
		line-height: 20px;
		font-size: 16px;
		border-bottom: none;
		margin-right: 4%;
		padding: 10px 0px;
		font-weight: bold;
	}
	
	.top .menu_list a:nth-child(even){
		margin-right: 0%;
	}
	
	.top .menu_list a::after{
		height: 1px;
		width: 100%;
		top: auto;
		left: 0%;
		bottom: 0%;
		background-color: rgba(0, 0, 0, .2);
		opacity: 1;
	}
	
	.top .menu_list a.active::after{
		height: 1px;
		width: 100%;
		top: auto;
		left: 0%;
		bottom: 0%;
		background: #c30d23;
	}
	.top .menu_list a:hover::after {
	    height: 1px;
	    width: 100%;
	    top: auto;
	    left: 0%;
	    bottom: 0%;
		background: #c30d23;
	}
	.rb_left .rb_name .common_more{
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		line-height: 24px;
	}
	.singePage p{
		text-indent: 0 !important;
	}
	.singePage p img{
		width: 100% !important;
		height: auto !important;
	}
}