.banner .swiper {
	height: 800px;
}

.banner .slogan {
	position: absolute;
	width: auto;
	height: auto;
	opacity: 0;
	transition: 1s 1s ease;
}

.banner .swiper-slide-active .slogan {
	opacity: 1;
}
.banner .swiper-slide:nth-child(2) .slogan{
    /*display: none;*/
    margin-top: 167px;
    margin-left: 308px;
    transform: translateX(100%);
}

.banner .swiper-slide:nth-child(2).swiper-slide-active .slogan{
    transform: translateX(0%);
}

.banner .banner_center {
	max-width: 1200px;
	width: 95%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}

.banner .banner_prev,
.banner .banner_next {
	width: 71px;
	height: 71px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 8px
}

.banner .banner_prev:hover,
.banner .banner_next:hover {
	background: rgba(0, 0, 0, 0.4);
}

.banner .banner_prev {
	left: 60px;
}

.banner .banner_next {
	right: 60px;
}

.banner .banner_prev,
.banner .banner_next::after {
	color: #fff;
	font-size: 30px;
}

.banner .swiper-slide:nth-child(3) .slogan {
	/*margin-top: 167px;*/
	/*margin-left: 308px;*/
	margin-top: 500px;
	transform: translateX(100%);
}

.banner .swiper-slide:nth-child(3).swiper-slide-active .slogan {
	transform: translateX(0%);
}

.banner .swiper-slide:nth-child(4) .slogan {
	margin-top: 327px;
	margin-left: 32px;
	transform: translateY(100%);
}

.banner .swiper-slide:nth-child(4).swiper-slide-active .slogan {
	transform: translateY(0%);
}

.banner .swiper-slide:nth-child(5) .slogan {
	/*margin-top: 524px;*/
	/*margin-left: 0px;*/
	margin-top: 167px;
	margin-left: 460px;
	transform: translateY(100%);
}

.banner .swiper-slide:nth-child(5).swiper-slide-active .slogan {
	transform: translateY(0%);
}

.banner .swiper-slide:nth-child(6) .slogan {
	margin-top: 177px;
	margin-left: 500px;
	transform: translateY(100%);
}

.banner .swiper-slide:nth-child(6).swiper-slide-active .slogan {
	transform: translateY(0%);
}

.ch {
	font-size: 30px;
	color: rgb(34, 34, 34);
	font-weight: bold;
	line-height: 46px;
}

.en {
	font-size: 16px;
	color: rgb(34, 34, 34);
	font-weight: bold;
	line-height: 46px;
}

/* 新闻 */
.news {
	padding-top: 50px;
	padding-bottom: 90px;
	background: url('/assets/default/img/lmx/i10.png') no-repeat;
	background-size: cover;
}

.news .news_content {
	margin-top: 20px;
	align-items: stretch;
}

.news .flex_box .flex_box1 {
	flex: 0 0 50%;
	width: 50%;
	padding: 5px;
	position: relative;
}
.news .flex_box .flex_box1 .swiper {
	height: 452px;
}

.news .flex_box .flex_box2 {
	flex: 0 0 50%;
	width: 50%;
	background: #fff;
}

.news .flex_box1 .scale_box {
	height: 100%;
}

.news .news_title {
	background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent);
	font-size: 18px;
	color: #fff;
	position: absolute;
	bottom: 0;
	width:100%;
	left: 50%;
	transform: translateX(-50%);
	line-height: 42px;
	padding: 0 65px 0 15px;
}
.news .news_tit:hover{
	color: #076ce0;
}

.news .thumbs {
	flex: 0 0 80%;
}

.news .thumbs a {
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 62px;
	font-weight: bold;
}

.news .swiper-slide-thumb-active a {
	color: #076ce0;
}

.news .swiper-slide-thumb-active a::after {
	content: '';
	display: block;
	border-width: 5px;
	border-color: transparent transparent #076ce0 transparent;
	border-style: solid;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

.news .top {
	display: flex;
	border-bottom: 2px solid #076ce0;
}

.news .in_more {
	flex: 0 0 auto;
	font-size: 18px;
	line-height: 62px;
	text-align: right;
	padding-right: 10px;
	flex: 0 0 20%;
}

.news .gallery {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.news .gallery a {
	display: flex;
	line-height: 54px;
	padding: 0 10px;
	
}

.news .gallery a+a {
	border-top: 1px dashed #F0F0F0;
}

.news .gallery .news_tit {
	font-size: 18px;
	flex: 0 0 80%;
}

.news .gallery .news_date {
	color: #333;
	font-size: 18px;
	flex: 0 0 20%;
	text-align: right;
}
.indexnewsSwiper .swiper-pagination{
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    width: auto;
    height: auto;
    right: 18px !important;
    display: block;
    left: auto;
}
.indexnewsSwiper .swiper-pagination-current{
    font-weight: bold;
    color: #076ce0;
    font-size: 24px;
}
.indexnewsSwiper .swiper-button-prev, .indexnewsSwiper .swiper-button-next{
    width: 40px !important;
    transition: all 0.5s;
    height: 80px !important;
    background: rgba(0, 0, 0, 0.3) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.indexnewsSwiper .swiper-button-prev{
    left: 0 !important;
}
.indexnewsSwiper .swiper-button-next{
    right: 0 !important;
}
.indexnewsSwiper .swiper-button-prev:after,.indexnewsSwiper .swiper-button-next:after{
    font-size: 30px !important;
    color: #fff !important;
    transition: all 0.5s;
}
.indexnewsSwiper .swiper-button-prev:hover::after,.indexnewsSwiper .swiper-button-next:hover::after{
    color: #00a0e9 !important;
    transition: all 0.5s;
}



/* 业务体系 */
.system {
	padding-top: 60px;
	padding-bottom: 115px;
	background: url('/assets/default/img/lmx/i11.png') no-repeat;
	background-size: cover;
}

.system .title div {
	color: #fff;
}

.system .flex_box1 {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	background: #fff;
	padding-top: 35px;
	height: 420px;
	transition: 0.6s;
}
.system_content {
            flex-wrap: wrap;
        }
            .system .flex_box1 {
                flex: 0 0 284px;
                margin-right: 20px;
                margin-bottom: 32px;
                height: 289px !important;
            }
            .system .flex_box1:nth-child(4n) {
                margin-right: 0; 
            }
            .system .flex_box1 .s_more {
                opacity: 1;
                font-size: 16px;
                color: #666666;
                border: 1px solid rgba(4, 70, 151, 1);
                width: 180px;
            }
            .system .flex_box1:hover .s_more {
                background: rgba(4, 70, 151, 1);
                color: #fff;
            }
            .system_content {
                height: auto;
            }
.system .flex_box1 .icon {
	width: 92px;
	height: 92px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}

.system .flex_box1 .s_title {
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-top: 25px;
}

.system .flex_box1 .s_des {
	width: 93%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	text-align: center;
	color: #333;
}

.system .flex_box1 .s_more {
	font-size: 17px;
	text-align: center;
	color: rgb(22, 133, 251);
	background: #fff;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	line-height: 36px;
	margin-top: 25px;
	height: 36px;
}

.system .flex_box1.active {
	height: 500px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.system .flex_box1.active .s_title {
	color: #fff;
}

.system .flex_box1.active .s_des {
	color: #fff;
}

.system_content {
	/*height: 460px;*/
	margin-top: 45px;
}

.system_content .active {
	background: linear-gradient(408deg, rgba(22, 133, 251, 1) 0%, rgba(28, 165, 252, 1) 100%);
	flex: 0 0 20% !important;
}

.system_content .active .s_more {
	opacity: 1;
}



/* 党的建设 */
.party {
	background: url('/assets/default/img/lmx/i12.png') no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}
.party .bottom {
	margin-top: 30px;
}

.party .bottom,
.party .news_title_box {
	display: flex;
}

.party .left_box {
	flex: 0 0 360px;
	width: 24%;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
	background: #fff;
}

.party .news_pic {
	width: 100%;
	height: 227px;
}

.party .news_infobox {
	padding: 10px 20px 25px;
	background: #fff;
}

.party .news_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #333333;
	transition: 0.6s;
	line-height: 64px;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.party .news_des {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.party .left_box:hover .news_title {
	color: #CE0000;
}

.party .right_box {
	background: linear-gradient(45deg, #E41515 0%, #970404 100%);
	box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.15);
	border-radius: 4px 4px 4px 0;
	overflow: hidden;
	font-size: 20px;
	color: #FFFFFF;
	width: 23%;
	margin-left: 20px;
}

.party .news_title_box {
	align-items: center;
	padding-top: 23px;
	padding-left: 26px;
	padding-right: 12px;
	justify-content: space-between;
}

.party .news_cate {
	flex: 0 0 auto;
	font-size: 24px;
	font-weight: bold;
}
.party .news_more {
	font-size: 24px;
	color: #fff;
	flex: 0 0 auto;
	width: auto;
}

.party .news_content_box {
	width: 100%;
	max-width: 240px;
	border-radius: 0px 4px 0px 0px;
	background: #fff;
	padding: 0 15px 15px;
	box-sizing: border-box;
	margin-top: 10px;
}

.party .news_rtit {
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	transition: 0.6s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.party .news_rdate {
	font-size: 16px;
	color: #333333;
	display: flex;
	margin-top: 5px;
	align-items: center;
}

.party .news_rdate img {
	width: 12px;
	height: 12px;
	margin-right: 5px;
}

.party .container+.container {
	border-top: 1px solid #CCCCCC;
}

.party .container {
	box-sizing: border-box;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}

.party .container:hover .news_rtit {
	color: #BF4040;
}



.party .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.party .top .title_box .en {
	font-family: MiSans, MiSans;
	font-weight: 600;
	font-size: 16px;
	color: #D91313;
	line-height: 1;
}

.party .top .title_box .ch {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 30px;
	color: #000000;
	line-height: 1;
	margin-top: 6px;
}

.party .top .title_box .ch::after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: #D91313;
	margin-top: 10px;
}

.party .top .more {
	width: 120px;
	height: 40px;
	border: 1px solid #D91313;
	font-size: 18px;
	color: #333;
	line-height: 38px;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	transition: 0.6s;
}

.party .top .more::after {
	content: '+';
	font-size: 24px;
	color: #333;
	display: inline-block;
	margin-left: 10px;
	transition: 0.6s;
}

.party .top .more:hover {
	background: #D91313;
	color: #fff;

}

.party .top .more:hover::after {
	color: #fff;
}


/* 关于我们 */
.about {
	background: url('/assets/default/img/lmx/i13.jpg') no-repeat;
	background-size: cover;
	padding-top: 50px;
}
.about .title div {
	color: #fff;
}
.about .title .en {
	font-weight: normal;
}
.about .bottom {
	margin-top: 30px;
}
.about .flex_box .flex_box1 {
	width: 500px;
	height:540px;
	flex: 0 0 500px;
}
.about .flex_box1 .bg {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.about .flex_box1 .content {
	position: absolute;
	width: 86%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.about .flex_box1 .content .title {
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	margin-top: 30px;
}

.about .flex_box1 .content .info {
	color: #fff;
	font-size: 14px;
	margin-top: 30px;
	line-height: 31px;
}
.about .flex_box1 .content .info p{
    font-size: 16px;
}
.about .flex_box1 .content .a_more {
	width: 150px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-left: auto;
	margin-right: 0;
	margin-top: 40px;
}
.about .flex_box2 {
	color: #fff;
	line-height: 30px;
	font-size: 16px;
}
.about .flex_box2 .flex_box {
	justify-content: flex-end;
}
.about .flex_box2 span {
	font-size: 30px;
	font-weight: bold;
}
.about .flex_box2 .flex_box > div {
	max-width: 332px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	text-align: justify;
	font-size: 16px;
}
.about .flex_box3 {
	border-right: 1px dashed #4e5969;
	border-bottom: 1px dashed #4e5969;
	padding-bottom: 30px;
}

.about .flex_box3:nth-child(n+2){
    border-right: 0px dashed #4e5969;
}


.flex_box:nth-child(2)> .flex_box3{
    border-bottom: 0px dashed #4e5969;
}

.about .flex_box4 {
	border-bottom: 1px dashed #4e5969;
	padding-bottom: 30px;
}
.about .flex_box5 {
	border-right: 1px dashed #4e5969;
	padding-top: 30px;
}
.about .flex_box6 {
	padding-top: 30px;
}


@media only screen and (max-width:1024px){
    .banner .swiper {
	height: 8rem;
}

.banner .slogan {
	position: absolute;
	width: auto;
	height: auto;
	opacity: 0;
	transition: 1s 1s ease;
}

.banner .swiper-slide-active .slogan {
	opacity: 1;
}
.banner .swiper-slide:nth-child(2) .slogan {
    margin-top: 1.67rem;
    margin-left: 3.08rem;
}

.banner .banner_center {
	max-width: 12rem;
	width: 95%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}

.banner .swiper-slide:nth-child(2).swiper-slide-active .slogan{
    transform: translateX(0%);
}

.banner .banner_prev,
.banner .banner_next {
	width: 0.71rem;
	height: 0.71rem;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 0.08rem;
}

.banner .banner_prev:hover,
.banner .banner_next:hover {
	background: rgba(0, 0, 0, 0.4);
}

.banner .banner_prev {
	left: 0.6rem;
}

.banner .banner_next {
	right: 0.6rem;
}

.banner .banner_prev,
.banner .banner_next::after {
	color: #fff;
	font-size: 0.3rem;
}

.banner .swiper-slide:nth-child(3) .slogan {
	/*margin-top: 1.67rem;*/
	margin-top: 2.5rem;
	margin-left: 1.1rem;
		/*margin-left: 1.5rem;*/
	transform: translateX(100%);
}

.banner .swiper-slide:nth-child(3).swiper-slide-active .slogan {
	transform: translateX(0%);
}

.banner .swiper-slide:nth-child(4) .slogan {
	        margin-top: 1.5rem;
        margin-left: 1.6rem;
	transform: translateY(100%);
	width: 2.2rem;
}

.banner .swiper-slide:nth-child(4).swiper-slide-active .slogan {
	transform: translateY(0%);
}

.banner .swiper-slide:nth-child(5) .slogan {
	margin-top: 0.67rem;
	margin-left: 3rem;
	transform: translateX(100%);
}

.banner .swiper-slide:nth-child(5).swiper-slide-active .slogan {
	transform: translateX(0%);
}

.banner .swiper-slide:nth-child(6) .slogan {
	margin-top: 1.77rem;
	margin-left: 1.5rem;
	transform: translateY(100%);
}

.banner .swiper-slide:nth-child(6).swiper-slide-active .slogan {
	transform: translateY(0%);
}

.ch {
	font-size: 0.42rem;
	color: rgb(34, 34, 34);
	font-weight: bold;
	line-height: 0.46rem;
}

.en {
	font-size: 0.22rem;
	color: rgb(34, 34, 34);
	font-weight: bold;
	line-height: 0.46rem;
}

/* 新闻 */
.news {
	padding-top: 0.5rem;
	padding-bottom: 0.9rem;
	background: url('/assets/default/img/lmx/i10.png') no-repeat;
	background-size: cover;
}

.news .news_content {
	margin-top: 0.2rem;
	align-items: stretch;
}

.news .flex_box .flex_box1 {
	flex: 0 0 50%;
	width: 50%;
	padding: 0.05rem;
	position: relative;
}

.news .flex_box .flex_box2 {
	flex: 0 0 50%;
	width: 50%;
	background: #fff;
	margin-top: 20px;
}

.news .flex_box1 .scale_box {
	height: 100%;
}

.news .news_title {
	background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent);
	font-size: 0.3rem;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	line-height: 42px;
	padding: 0 80px 0 0.15rem;
}
.news .news_tit:hover{
	color: #076ce0;
}

.news .thumbs {
	flex: 0 0 90%;
}

.news .thumbs a {
	font-size: 0.36rem;
	/*color: rgb(102, 102, 102);*/
	text-align: center;
	line-height: 0.62rem;
}

.news .swiper-slide-thumb-active a {
	color: #076ce0;
}

.news .swiper-slide-thumb-active a::after {
	content: '';
	display: block;
	border-width: 0.05rem;
	border-color: transparent transparent #076ce0 transparent;
	border-style: solid;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

.news .top {
	display: flex;
	border-bottom: 0.02rem solid #076ce0;
}

.news .in_more {
	flex: 0 0 auto;
	font-size: 0.14rem;
	line-height: 0.62rem;
	text-align: right;
	padding-right: 0.1rem;
	flex: 0 0 10%;
}

.news .gallery {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.2rem;
}

.news .gallery a {
	display: flex;
	line-height: 0.54rem;
	padding: 0.2rem 0.1rem;
}

.news .gallery a+a {
	border-top:0.01rem dashed #F0F0F0;
}

.news .gallery .news_tit {
	font-size: 0.3rem;
	flex: 0 0 74%;
}

.news .gallery .news_date {
	/*color: #999;*/
	font-size: 0.14rem;
	flex: 0 0 26%;
	text-align: right;
}


/* 业务体系 */
.system {
	padding-top: 0.6rem;
	padding-bottom: 1.15rem;
	background: url('/assets/default/img/lmx/i11.png') no-repeat;
	background-size: cover;
}

.system .title div {
	color: #fff;
}

.system .flex_box1 {
	box-shadow: 0px 0px 0.15rem 0px rgba(0, 0, 0, 0.15);
	background: #fff;
	padding-top: 0.35rem;
	height: 4.6rem;
	transition: 0.6s;
	/*flex: 1 !important;*/
}

.system .flex_box1 .icon {
	width: 0.92rem;
	height: 0.92rem;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}

.system .flex_box1 .s_title {
	/*color: #353535;*/
	text-align: center;
	font-weight: bold;
	font-size: 0.36rem;
	margin-top: 0.25rem;
}

.system .flex_box1 .s_des {
	width: 93%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0.3rem;
	font-size: 0.14rem;
	line-height:0.3rem;
	text-align: justify;
	text-align: center;
}

/*.system .flex_box1 .s_more {*/
/*	font-size: 0.12rem;*/
/*	text-align: center;*/
/*	color: rgb(22, 133, 251);*/
/*	background: #fff;*/
/*	width: 80%;*/
/*	margin-left: auto;*/
/*	margin-right: auto;*/
/*	line-height: 0.36rem;*/
/*	margin-top: 0.25rem;*/
/*	height: 0.36rem;*/
/*}*/

.system .flex_box1.active {
	height: 3.8rem;
	box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.15);
}

.system .flex_box1.active .s_title {
	color: #fff;
}

.system .flex_box1.active .s_des {
	color: #fff;
	overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}

.system_content {
	height: 4.6rem;
	margin-top: 0.45rem;
}

.system_content .active {
	background: linear-gradient(408deg, rgba(22, 133, 251, 1) 0%, rgba(28, 165, 252, 1) 100%);
	flex: 0 0 20% !important;
}

.system_content .active .s_more {
	opacity: 1;
}



/* 党的建设 */
.party {
	background: url('/assets/default/img/lmx/i12.png') no-repeat;
	background-size: cover;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}
.party .bottom {
	margin-top: 0.3rem;
}

.party .bottom,
.party .news_title_box {
	display: flex;
}

.party .left_box {
	flex: 0 0 3.6rem;
	width: 24%;
	box-shadow: 0 0 0.06rem 0.01rem rgba(0, 0, 0, 0.15);
	background: #fff;
}

.party .news_pic {
	width: 100%;
	height: 2.27rem;
}

.party .news_infobox {
	padding: 0.1rem 0.2rem 0.25rem;
	background: #fff;
}

.party .news_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.15rem;
	/*color: #666;*/
	transition: 0.6s;
	line-height: 0.64rem;
	border-bottom: 0.01rem solid #ccc;
	width: 100%;
}

.party .news_des {
	font-size: 0.16rem;
	/*color: #8B8B8B;*/
	line-height: 20px;
	margin-top: 0.1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.party .left_box:hover .news_title {
	color: #CE0000;
}

.party .right_box {
	background: linear-gradient(45deg, #E41515 0%, #970404 100%);
	box-shadow: 0.02rem 0.02rem 0.04rem 0.01rem rgba(0, 0, 0, 0.15);
	border-radius:0.04rem 0.04rem 0.04rem 0;
	overflow: hidden;
	font-size: 0.2rem;
	color: #FFFFFF;
	width: 23%;
	margin-left: 0.2rem;
}

.party .news_title_box {
	align-items: center;
	padding-top: 0.23rem;
	padding-left: 0.26rem;
	padding-right: 0.12rem;
	justify-content: space-between;
}

.party .news_cate {
	flex: 0 0 auto;
	font-size: 16px;
}
.party .news_more {
	font-size: 22px;
	color: #fff;
	flex: 0 0 auto;
	width: auto;
}

.party .news_content_box {
	width: 100%;
	max-width: 2.4rem;
	border-radius: 0px 0.04rem 0px 0px;
	background: #fff;
	padding: 0 0.15rem 0.15rem;
	box-sizing: border-box;
	margin-top: 0.1rem;
}

.party .news_rtit {
	font-size: 0.16rem;
	/*color: #666666;*/
	line-height: 24px;
	transition: 0.6s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.party .news_rdate {
	font-size: 0.14rem;
	/*color: #A4A4A4;*/
	display: flex;
	margin-top: 10px;
	align-items: center;
}

.party .news_rdate img {
	width: 0.12rem;
	height: 0.12rem;
	margin-right: 0.05rem;
}

.party .container+.container {
	border-top: 0.01rem solid #CCCCCC;
}

.party .container {
	box-sizing: border-box;
	display: block;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}

.party .container:hover .news_rtit {
	color: #BF4040;
}



.party .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.party .top .title_box .en {
	font-family: MiSans, MiSans;
	font-weight: 600;
	font-size: 0.24rem;
	color: #D91313;
	line-height: 1;
}

.party .top .title_box .ch {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 0.42rem;
	color: #000000;
	line-height: 1;
	margin-top: 0.06rem;
}

.party .top .title_box .ch::after {
	content: '';
	display: block;
	width: 0.4rem;
	height: 0.03rem;
	background: #D91313;
	margin-top: 0.1rem;
}

.party .top .more {
	width: 1.2rem;
	height: 0.4rem;
	border: 0.01rem solid #D91313;
	font-size: 0.16rem;
	color: #333;
	line-height: 0.38rem;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	transition: 0.6s;
}

.party .top .more::after {
	content: '+';
	font-size: 0.24rem;
	color: #333;
	display: inline-block;
	margin-left: 0.1rem;
	transition: 0.6s;
}

.party .top .more:hover {
	background: #D91313;
	color: #fff;

}

.party .top .more:hover::after {
	color: #fff;
}


/* 关于我们 */
.about {
	background: url('/assets/default/img/lmx/i13.jpg') no-repeat;
	background-size: cover;
	padding-top: 0.5rem;
}
.about .title div {
	color: #fff;
}
.about .title .en {
	font-weight: normal;
}
.about .bottom {
	margin-top: 0.3rem;
}
.about .flex_box .flex_box1 {
	width: 5rem;
	height: auto;
	flex: 0 0 5rem;
}
.about .flex_box1 .bg {
	width: 100%;
	height: 100%;
	object-fit: fill;
	height: 386px;
	height: 410px;
}
.about .flex_box1 .content {
	position: absolute;
	width: 86%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.about .flex_box1 .content .title {
	color: #fff;
	font-size: 18px;
	line-height: 0.6rem;
	border-bottom: 0.01rem solid rgba(255,255,255,0.25);
	margin-top: 20px;
}

.about .flex_box1 .content .info {
	color: #fff;
	font-size: 0.14rem;
	margin-top: 0.3rem;
	line-height: 0.31rem;
}
.about .flex_box1 .content .info p{
    font-size: 16px;
}
.about .flex_box1 .content .a_more {
	width: 1.5rem;
	height: 0.4rem;
	line-height: 0.38rem;
	border: 0.01rem solid #fff;
	color: #fff;
	text-align: center;
	font-size: 0.14rem;
	margin-left: auto;
	margin-right: 0;
	margin-top: 0.4rem;
}
.about .flex_box2 {
	color: #fff;
	line-height: 0.3rem;
	font-size: 0.16rem;
}
.about .flex_box2 .flex_box {
	justify-content: flex-end;
}
.about .flex_box2 span {
	font-size: 0.24rem;
	font-weight: bold;
}
.about .flex_box2 .flex_box > div {
	max-width: 3.32rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	padding-top: 0.2rem;
	text-align: justify;
	height: 120px;
	line-height: 0.36rem;
}
.about .flex_box3 {
	border-right: 0.01rem dashed #4e5969;
	border-bottom: 0.01rem dashed #4e5969;
	padding-bottom: 0.3rem;
}

.about .flex_box3:nth-child(n+2){
    border-right: 0px dashed #4e5969;
}


.flex_box:nth-child(2)> .flex_box3{
    border-bottom: 0px dashed #4e5969;
}

.about .flex_box4 {
	border-bottom: 0.01rem dashed #4e5969;
	padding-bottom: 0.3rem;
}
.about .flex_box5 {
	border-right: 0.01rem dashed #4e5969;
	padding-top: 0.3rem;
}
.about .flex_box6 {
	padding-top: 0.3rem;
}
    .banner .swiper{
        height: 4rem;
    }
    .swiper-slide img{
        object-fit: contain !important;
    }
    .banner .slogan{
        width: 4rem;
    }
    .banner .swiper-slide:nth-child(2) .slogan{
        margin-top: 1.67rem;
        margin-top: 1rem;
        /*margin-left: 0;*/
        /*      margin-top: 0;*/
        /*      bottom: 25px;*/
        /*      left: 25px;*/
    }
    .banner .swiper-slide:nth-child(1) .slogan{
        margin-top: 0.67rem;
    }
    .swiper-button-prev:after{
        font-size: 0.3rem !important;
    }
    .banner{
        /*margin-top: 0.48rem;*/
        margin-top: 50px;
    }
    .news .news_content{
        display: block;
    }
    .news .flex_box .flex_box1,.news .flex_box .flex_box2{
        width: 100%;
    }
    .news .in_more{
        font-size: 14px;
    }
    .news .gallery .news_date,.system .flex_box1 .s_des,.system .flex_box1 .s_more{
        font-size: 0.26rem;
    }
    .news .in_more{
            flex: 0 0 20%;
    }
    .news .thumbs{
        flex: 0 0 80%;
    }
    .system_content{
        flex-wrap: wrap;
    }
    .system .flex_box1 {
        flex: 0 0 48%;
        margin-right: 4%;
        height: auto !important;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    .system .flex_box1,.system .flex_box1.active{
        height: 4rem;
    }
    /*.system .flex_box1,.system_content .active{*/
    /*    flex: 0 0 50% !important;*/
    /*}*/
    .system_content{
        height: auto;
    }
    .system .flex_box1 .s_des{
        line-height: 22px;
                overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .system .flex_box1:nth-child(even) {
        margin-right: 0;
    }
    .party .top .more{
        width: 1.6rem;
        font-size:14px;
    }
    .party .bottom{
        display: block !important;
    }
    .party .left_box,.about .flex_box .flex_box1{
        width: 100%;
    }
    .party .news_des,.party .news_rdate,.about .flex_box1 .content .a_more,.about .flex_box2 .flex_box > div{
        font-size: 14px;
    }
    .party .news_title {
        font-size: 16px;
    }
    .party .news_rtit {
        font-size: 14px;
    }
    .party .right_box{
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .party .news_content_box{
        max-width: 100%;
    }
    .party .news_rdate img{
        width: 0.24rem;
    height: 0.24rem;
    }
    .about .bottom{
        display: block;
    }
    .about .flex_box1 .content .info p{
        line-height: 22px;
    }
    .about .flex_box2 .flex_box{
        justify-content: center;
    }
    .indexnewsSwiper .swiper-pagination{
        bottom: 10px;
    }
    .scale_box .scale_img{
        object-fit: cover !important;
        height: 225px !important;
    }
    .indexnewsSwiper .swiper-pagination-current {
        font-size: 16px;
    }
    .indexnewsSwiper .swiper-pagination {
        font-size: 14px;
    }
    .news .flex_box .flex_box1 .swiper {
        height: auto;
    }
}<!--0.00034093856811523-->