.page-w {
	width: 74%;
	margin: 0 auto;
}

.index-swiper-container {
	font-size: 0;
}

.index-swiper-container img {
	width: 100%;
}

.index-swiper-container {
	--swiper-theme-color: #fff;
	--swiper-pagination-color: #fff;
	/* 两种都可以 */
}

.st {
	font-family: '宋体';
	font-weight: bold;
}


.pub-title h6 {
	color: #bbbbbb;
	font-size: 0.25rem
}

.pub-title h5 {
	font-size: 0.4rem;
}

.pub-title .line {
	line-height: 1;
	font-size: 0;
}

.pub-title .line span {
	background-color: #f19149;
	height: 5px;
	width: 1.5rem;
	display: inline-block;
}

.pub-title .red-line span {
	background-color: #d12d29;
	height: 3px;
	width: 1rem;
	display: inline-block;
}

.pub-page ul {
	display: flex;
	justify-content: center;
}

.pub-page ul li.on,
.pub-page ul li:hover {
	border-color: #f39e5e;
}

.pub-page ul li.on a,
.pub-page ul li:hover a {
	color: #f39e5e;
}

.pub-page ul li a {
	display: block;
}

.pub-page ul li {
	font-size: 18px;
	line-height: 1;
	margin: 0 9px;
	padding: 2px 6px;
	border-radius: 4px;
	border: 1px solid #a0a0a0
}

.bgx {
	background-size: cover;
	background-image: url('../imgs/building.png');
}

.index-about-container {
	padding: 5% 0;
}

.index-about-container .content-1 {
	padding: 4% 0;
}

.index-about-container .content-1,
.index-about-container .content-2 {
	max-width: 800px;
}

.index-about-container .content-2 .number span {
	font-size: 0.6rem;
	color: #ce1e1a;
	font-weight: bold;
}

.index-about-container .content-2 .item2 {
	margin-right: 0.5rem;
}

.index-about-container .content-2 .item2:last-of-type {
	margin-right: 0;
}

.index-activity-container {
	padding-bottom: 3%;
}

.index-activity-container .imgs-wrap {
	width: 62%
}

.index-activity-container .active-ul-wrap {
	width: 38%;
	position: relative;
	z-index: 1;
}

.index-activity-container .active-ul-wrap ul {
	display: flex;
	font-size: 0.25rem;
	padding-left: 60px;
	height: 100%;
	flex-direction: column;
}

.index-activity-container .active-ul-wrap ul li:hover {
	color: #fff;
	border-bottom: 1px solid transparent;
}

.index-activity-container .active-ul-wrap ul li:hover::after {
	width: 140%;
}

.index-activity-container .active-ul-wrap ul li {
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
}

.index-activity-container .active-ul-wrap ul li::before {
	content: "";
	transition: all .3s;
	position: absolute;
	width: 4em;
	height: 6px;
	background: #848484;
	z-index: -1;
	left: 0;
	bottom: 0;
	border-radius: 10px;
}

.index-activity-container .active-ul-wrap ul li::after {
	content: "";
	transition: all .3s;
	position: absolute;
	width: 0%;
	height: 100%;
	z-index: -1;
	right: 0;
	top: 0;
	background-color: #ce1e1a;
}

.color-f19149 {
	color: #f19149;
}

.index-activity-container .pub-title {
	padding: 3% 0;
}

.index-news-wrap .left-views {
	width: 50%;
	margin-bottom: 20px;
}

.index-news-wrap .left-views .wrap {
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .1);
}

.index-news-wrap .left-views .wrap .text-1 {
	font-size: 0.14rem;
	margin-top: 10px;
}

.index-news-wrap .right-views h6 {
	font-size: 0.26rem;
	font-weight: bold;
}

.index-news-wrap .more-bottom {
	font-size: 0.12rem;
	align-items: center;
}

.index-news-wrap .right-views {
	width: 50%;
	font-size: 0.14rem;
	display: flex;
	flex-direction: column;
}

.index-news-container {
	background-color: #f4f4f4;
}

.index-news-wrap {
	display: flex;
}

.index-news-wrap .left-views:hover h6 a {
	color: #f19149;
}

.index-news-wrap .left-views h6 {
	font-size: 0.27rem;
	font-weight: bold;
}

.index-news-wrap .right-views .item {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	justify-content: space-between;
}

.index-news-wrap .right-views .item:hover a {
	color: #f19149;
}


.index-news-wrap .right-views .item:hover:after {
	height: 0.15rem;
}

.index-news-wrap .right-views .item:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 0px;
	transition: all .3s;
	width: 100%;
	background: #ce1e1a;
}

.index-news-wrap .right-views .item {
	flex: 1;
	margin-bottom: 20px;
	border-radius: 10px;
	position: relative;
	padding: 24px;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .1);
}

.index-news-wrap .right-views .text-1 {
	font-size: 0.14rem;
	margin-top: 10px;
}

.index-news-wrap .right-views .more-bottom a:hover {
	color: #f19149;

}

.index-news-wrap .left-views .imgs {
	border-radius: 16px;
	font-size: 0;
	margin-bottom: 20px;
	position: relative;
	padding-top: 70%;
}

.index-news-wrap .left-views .imgs img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.index-news-container {
	padding-bottom: 5%;
}

.index-units-container {
	padding: 5% 0;
	background-image: url('../imgs/3_02.jpg');
}

.index-units-wraps .pub-title {
	text-align: center;
}

.index-units-container .units-content .u-item img {
	width: 100%;
}

.index-units-container .units-content .u-item {
	background-color: #fff;
	font-size: 0;
	border-radius: 0.3rem;
	margin-bottom: 20px;
	text-align: center;
	padding: 30px;
}

.index-units-container .units-content {
	padding: 5% 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* 创建4列，每列占据相等空间 */
	gap: 20px;
	/* 可选，设置网格项之间的间隙 */
}

.pub-mores-button {
	font-size: 0.2rem;
	background: #fff;
	color: #f19149;
	padding: 0.08rem 0.3rem;
	border-radius: 22px;
}

.line-height-1 {
	line-height: 1;
}

.public-nav-container {
	position: sticky;
	top: 0;
	left: 0;
	z-index:98;
	line-height: 80px;
	margin-top: -80px;
	background-color: #cd2f26;
}

.public-nav-wrap ul {
	justify-content: flex-end;
}

.public-nav-container .page-w {
	width: 74%;
}

.public-nav-container ul li.on {
	color: #f19149;
}

.public-nav-container ul li a {
	position: relative;
	z-index: 1;
}

.public-nav-container ul li.on:after {
	background-color: #fff;
	content: '';
	left: 0;
	top: 0;
	z-index: 0;
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	transform: skewX(-20deg);
	/* 水平倾斜 */
}

.public-nav-container ul li {
	color: #fff;
	white-space: nowrap;
	position: relative;
	padding: 0 0.45rem;

}


.news-container {
	padding: 3% 0;
}

.news-list-wrap .new-items {
	align-items: center;
	margin-bottom: 3.5%;
	background-color: #f9f9f9;
}

.newswiper-out-container .news-item{
	padding: 5% 10%;
	line-height: 1.5;
}

body .newswiper-out-container .swiper-pagination{
	text-align: left;
	left:10%;
	bottom: 11%;
}
body .newswiper-out-container .swiper-pagination .swiper-pagination-bullet{
	width: 70px;
	height:2px;
	border-radius: 2px;
}


.news-list-wrap .new-items:hover{
	background-color: #ce1e1a;
	color:#fff;
}

.newswiper-out-container .news-item .date{
	font-size: 0.16rem;
}
.newswiper-out-container .news-item .title{
	font-size: 0.28rem;
	margin:0.25rem 0 0.1rem;
}

.newswiper-out-container .news-item .des{
	color:#646464
}
.newswiper-out-container{
	display: flex;
	margin-bottom: 3.5%;
	background-color: #f7f8f9;
}
.news-swiper-imgs {
	width: 45%;
	
	
}
.news-swiper-imgs .imgs{
	padding-top: 72%;
	position: relative;
}
.news-swiper-imgs img{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.newswiper-out-container .news-swiper {
	width: 55%;
	position: relative;
	overflow: hidden;
	--swiper-theme-color: #f19149;
	--swiper-pagination-color: #f19149;/* 两种都可以 */
}

.news-list-wrap .imgs img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.news-list-wrap .imgs {
	width: 24%;
	padding-top: 18%;
	position: relative;
}

.news-list-wrap .content-1 {
	flex:1;
	box-sizing: border-box;
	padding:0 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.news-list-wrap .content-1 .descrtion {
	margin-top:2%;
}
.news-list-wrap .content-1 h6 {
	font-size: 0.2rem;
	font-weight: bold;
}

.news-list-wrap .bottoms-time .date2{
	font-weight: bold;
	font-size: 0.4rem;
}
.news-list-wrap .bottoms-time {
	font-size: 0.3rem;
	padding: 0 60px;
	border-left: 2px solid #ccc;
}

.pub-list-wrap {
	display: flex;
	flex-wrap: wrap;
}

.pub-list-wrap .items {
	width: 23%;
	box-sizing: border-box;
	margin-right: 2.33%;
	margin-bottom: 2%;

}

.pub-list-wrap .items .imgs {
	overflow: hidden;
	font-size: 0;
	box-shadow: 2px 2px 1px 1px #e2e2e2;
	background-color: #fff;
	border-radius: 10px;
}
.pub-list-wrap .items .imgs img{
	width: 100%;
}

.pub-list-wrap .items:nth-child(4n) {
	margin-right: 0;
}

.pub-list-wrap .items h6 {
	font-size: 0.2rem;
	font-weight: bold;
	margin: 20px 0;
}

.pub-item-wrap {
	margin-bottom: 3.5%;
}

.pub-date {
	margin-bottom: 3.5%;
	display: flex;
	line-height: 2;
	position: relative;
	align-items: center;
	border-bottom: 1px solid #b5b5b5;
}

.pub-date i {
	margin: 0 0.1rem;
}

.pub-date:before {
	content: "";
	left: 0;
	height: 3px;
	bottom: 0;
	border-radius: 10px;
	width: 20%;
	display: block;
	position: absolute;
	background-color: #f19149;
}

.statutes-wrap {
	padding-top: 2.5%;
}

.color-#f19149 {
	color: #f19149;
}

.member-wrap {
	color: #464646;
	padding-top: 3.5%;
}

.member-wrap .m-title {
	line-height: 1;
	padding-bottom: 17px;
	border-bottom: 3px solid #b5b5b5;
}

.member-wrap .m-title span {
	padding-bottom: 14px;
	border-bottom: 4px solid #f19149;
}

.member-wrap .mini-title {
	color: #ce1e1a;
	line-height: 1;
	padding: 0 0 12px 0;
}

.member-wrap .content-wrap {
	margin-top: 26px;
}

.member-wrap .content-wrap .imgs {
	background-color: #eeeeee;
	padding-top: 100%;
	position: relative;
}

.member-wrap .content-wrap .imgs img {
	position: absolute;
	width: 70%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.member-wrap .content-wrap .imgs-box {
	width: 15%;
}

.member-wrap .item {
	margin-bottom: 5%;
}

.member-wrap .content-wrap .content-1 {
	width: 85%;
	box-sizing: border-box;
	padding-left: 3%;
}

.member-wrap .content-2 {
	padding: 2%;
	line-height: 2;
}

.join-button a {
	line-height: 80px;
	border-radius: 10px;
	padding: 0 50px;
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	display: inline-block;
	background-color: #f19149;
}

.newer-out-container {
	padding: 3% 0;
}

.newer-out-wrap {
	display: flex;
}

.member-unit-wrap {
	flex-wrap: wrap;
	display: flex;
}

.third-nav-form .icon {
	flex-shrink: 0;
	line-height: 1;
}

.third-nav-form input {
	border: none;
	height: 26px;
	padding-left: 20px;
	font-size: 20px;
	line-height: 26px;
}

.third-nav-form {
	padding: 4px 16px;
	overflow: hidden;
	border: 2px solid #cea573;
	border-radius: 20px;
}

.third-nav-ul {
	margin: 10% 0 0 60px;
}

.third-nav-ul li {
	margin-bottom: 10px;
	cursor: pointer;
}

.third-nav {
	width: 250px;
	flex-shrink: 0;
	margin-right: 2.5%;
}

.third-nav .tit.on {
	color: #f1934e;
	font-weight: bold;
}

.third-nav .tit.on:after {
	content: "V";
	color: #f1934e;
	display: inline-block;
	position: absolute;
	font-size: 18px;
	left: -24px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
}

.third-nav .tit {
	position: inherit;
	transform: translateX(-10px);
}

.member-unit-container .items :before {
	content: "";
	display: block;
}

.member-unit-container .items {
	width: 50%;
	box-sizing: border-box;
	padding-left: 50px;
	display: flex;
	align-items: center;
	line-height: 3;
	overflow: hidden;
	white-space: inherit;
	text-overflow: ellipsis;
	border-bottom: 1px dashed #eee;
}

.member-unit-container .items:hover {
	color: #f19149;
}

.member-unit-container .items:before {
	content: "";
	margin-right: 40px;
	display: inline-block;
	vertical-align: bottom;
	width: 12px;
	height: 12px;
	background-color: #dcdcdc;
}

.member-unit-container .member-unit-wrap {
	padding-top: 3.5%;
}

.contact-wrap {
	display: flex;
	padding-top: 5%;
}

.contact-wrap .maps-box {
	width: 55%;
	height: 430px;
	background-color: #eee;
}

.contact-wrap .content-1 h6 {
	position: relative;
}

.contact-wrap .content-1 h6 img {
	width: 0.3rem;
	position: absolute;
	left: -0.4rem;
	top: 50%;
	transform: translateY(-50%);
	filter: brightness(0) invert(1);
	margin-right: 10px;
}

.contact-wrap .content-1>div {
	margin: 0 auto;
	width: 60%;
}

.contact-wrap .content-1 {
	color: #fff;
	width: 45%;
	line-height: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #ce1e1a;
}

.case-container {
	padding: 0% 0 5% 0;
}



.case-wrap {
	padding-top: 5%;
}

.case-wrap .swiper-button {
	text-align: center;
	margin-top: 5%;
}

.case-wrap .swiper-button .jt-button {
	border-radius: 50%;
	display: inline-block;
	margin: 0 2%;
	cursor: pointer;
}

.year-swiper {
	flex: 1;
	border-bottom: 1px dashed #f19149;
	overflow: hidden;
}

.year-swiper-bigbox {
	display: flex;
	align-items: center;
	line-height: 1;
}

.year-swiper-bigbox .m-title {
	line-height: 1.2;
	position: relative;
	margin-right: 20px;
}

.year-swiper-bigbox .m-title:before {
	content: "";
	width: 40px;
	top: -14px;
	left: -10px;
	position: absolute;
	display: block;
	z-index: -1;
	height: 40px;
	background: #ce1e1a;
	border-radius: 50%;
}


.year-swiper-bigbox .swiper-slide::after {
	background: #fff;
	content: "";
	width: 100%;
	height: 3px;
	border-radius: 4px;
	display: block;
	margin: 20px 0 3px 0;
}

.year-swiper-bigbox .on:after {
	background: #f19149;
}

.year-swiper-bigbox .swiper-slide {
	text-align: center;
	cursor: pointer;
}

.case-swiper-bigbox {
	margin-top: 4.5%;
}

.case-swiper-bigbox .case-swiper {
	overflow: hidden;
}

.case-swiper-bigbox .case-item {
	display: flex;
}

.case-swiper-bigbox .case-item .content-1,
.case-swiper-bigbox .case-item .imgs {
	width: 50%;
}

.case-swiper-bigbox .case-item .content-1 {
	margin-right: 3%;
}

.case-swiper-bigbox .case-item .content-1 .des {
	margin: 10px 0;
}

.case-swiper-bigbox .case-item .content-1 .more,
.case-swiper-bigbox .case-item .content-1 h6 {
	font-size: 0.2rem;
}


.case-swiper-bigbox .case-item .content-1 .date {
	font-size: 0.3rem;
}

.case-swiper-bigbox .case-item .content-1 .year-title {
	font-size: 2rem;
	line-height: 1;
	color: #f19149;
	opacity: 0.2;
	font-weight: 500;
}

.case-swiper-bigbox .case-item .content-1 .imgs {
	font-size: 0;
}

.case-swiper-bigbox .case-item .content-1 .imgs img {
	width: 100%;
}



.about-container .br {
	padding-top: 7%;
}


.about-container {
	padding: 3% 0 0 0;
}

.about-member-wrap {
	display: flex;
	padding-top: 5%;
}

.about-member-wrap .item:hover {
	width: 30%;
	background-size: cover;
	background-image: url(../imgs/yang.jpg);
}

.about-member-wrap .item {
	width: 25%;
	position: relative;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background-color: #d2d2d2;
	height: 4.8rem;
	transition: width .3s;
	background-image: url(./imgs/yang.jpg)
}

.about-member-wrap .item:hover h6 {
	color: #fff;
}

.about-member-wrap .item:hover:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(206, 30, 26, .7);
}

.about-member-wrap .item .box .icon img {
	width: 100%;
}

.about-member-wrap .item:hover .box .icon .img1 {
	display: none;
}

.about-member-wrap .item:hover .box .icon .img2 {
	display: block;
}

.about-member-wrap .item .box .icon .img2 {
	display: none;
}

.about-member-wrap .item .box .icon {
	margin-top: 5%;
	width: 1rem;
	display: flex;
}

.about-member-wrap .item .box {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;

}

.about-member-wrap .item h6 {
	font-size: 0.3rem;
}

.about-member-wrap.contact-needs .item {
	height: 4rem;
}

.about-member-wrap.contact-needs a {
	color: #fff;
}

.about-member-wrap.contact-needs {
	padding-top: 0;
	margin-top: 3%;
	background-size: cover;
	background-image: url(../imgs/cont.jpg);
}

.about-member-wrap.contact-needs .item {
	background-color: rgba(149, 149, 149, .95);
}

.news-joins h6 {
	font-size: 0.4rem;
	margin-bottom: 0.2rem;
	text-align: center;
}

.news-joins {
	padding: 7% 0 10% 0;
	background-image: url("../imgs/blue-long.jpg");
	background-size: cover;
	color: #fff;
}

.about-price-wrap {
	display: flex;
}


/*  */
.about-price-wrap {
	display: flex;
	padding-top: 5%;
}

.about-price-wrap .item:hover {
	width: 40%;
	background-size: cover;
	background-image: url(../imgs/yang.jpg);
}

.about-price-wrap .item {
	width: 33.33%;
	position: relative;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	height: 4.8rem;
	transition: width .3s;
	background-size: cover;
	background-image: url(../imgs/yang.jpg)
}

.about-price-wrap .item:hover h6 {
	color: #fff;
}

.about-price-wrap .item:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(125, 125, 125, .9);
}

.about-price-wrap .item:hover:after {

	background-color: rgba(206, 30, 26, .7);
}

.about-price-wrap .item .box .icon {
	margin-top: 5%;
	display: none;
}

.about-price-wrap .item:hover .icon {
	display: block;
	width: 4rem;
}

.about-price-wrap .item .box {
	width: 100%;
	color: #fff;
	box-sizing: border-box;
	padding: 3% 10%;
	height: 100%;
	font-size: 0.15rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;

}

.about-price-wrap .item h6 {
	font-size: 0.3rem;
	font-weight: bold;
	color: #fff;
}

.about-top-wrap {
	margin-top: 5%;
}

.about-top-wrap .content-1 {
	overflow: hidden;
}

.about-top-wrap .video {
	float: right;
	background-color: red;
	height: 300px;
	width: 300px;
}

.about-top-wrap .content-2 {
	padding: 3% 0;
	padding-bottom: 5%;
}

.about-top-wrap .content-2 .number span {
	font-size: 0.6rem;
	color: #ce1e1a;
	font-weight: bold;
}

.about-top-wrap .content-2 .item2 {
	margin-right: 0.5rem;
}

.about-top-wrap .content-2 .item2:last-of-type {
	margin-right: 0;
}

.top-wrap-title {
	color: #ce1e1a;
	font-size: 0.25rem;
}

.top-wrap-title .gamc {
	line-height: 1;
	width: 3.33rem;
	height: 0.6rem;
}

.top-wrap-title h6 {
	color: #ce1e1a;
	font-size: 0.4rem;
}

.about-top-wrap .content-1 {
	display: flex;
	line-height: 1.8;
}

.about-top-wrap .content-1 .left-views {
	width: 45%;
	margin-right: 4%;
	padding-top: 3%;
}

.about-top-wrap .left-views .text-1 {
	margin-top: 4%;
	position: relative;
	line-height: 1.5;
	/* 根据实际行高调整 */
	max-height: calc(1.5em * 4);
	/* 假设每行1.5em高 */
	overflow: hidden;
}

.about-top-wrap .content-1 .video-views {
	width: 50%;
}

.about-top-wrap .content-3 {
	position: relative;
	margin-top: calc(-1.5em * 2);
	/* 假设每行1.5em高 */
	line-height: 1.5;
	/* 根据实际行高调整 */
}

.about-top-wrap .content-3:before {
	content: "";
	display: block;
	top: 0;
	left: 0;
	line-height: 1.5;
	/* 根据实际行高调整 */
	position: absolute;
	width: 100%;
	background-color: #fff;
	height: calc(1.5em * 2);
	/* 假设每行1.5em高 */
}

.video-views .wrap {
	border-radius: 20px;
	font-size: 0;
	overflow: hidden;
	position: relative;
}

.video-views .poster {
	width: 100%;
}

.video-views #play img {
	width: 1rem;
}

.video-views #play {
	cursor: pointer;
	width: 1rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banner {
	margin-top: 96px;
	position: relative;
}

.pub-banner-text {
	position: absolute;
	left: 16%;
	top: 50%;
	color: #fff;
	font-size: 0.6rem;
	transform: translateY(-100%);
}

.pub-banner-text:before {
	content: '';
	width: 0.4rem;
	height: 0.4rem;
	display: block;
	bottom: 0;
	left: -0.2rem;
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	background-color: #ce1e1a;
}

.pub-banner-text span {
	color: #d1b370;
}

/* 2025年12月8日 13:42:58 */
.about-join-container {
	padding: 4% 0;
	background-color: #f0f1f3;
}

.about-join-wrap {
	margin-top: 4%;
}

.statutes-third-nav .third-nav-ul {
	margin-left: 20px;
}

.statutes-third-nav .third-nav-ul li.visit {
	color: #f19149;
}

.statutes-third-nav .third-nav-ul li {
	margin-bottom: 20px;
}

.statutes-third-nav {
	flex: 1;
	margin-right: 4.5%;
}

.articles-content-list {
	width: 70%;
}

.articles-content-list h6 {
	font-weight: bold;
	text-align: center;
	font-size: 32px;
}

.articles-content-list .content-1 {
	text-indent: 2em;
}

.articles-container {
	padding-bottom: 5%;
}

.articles-contet-item:first-child {
	display: block;
}

.articles-contet-item {
	display: none;
}

.third-nav-ul label {
	margin-right: 20px;
}

.service-container {
	padding: 3.5% 0;
	background-color: #eeeeee;
}

.service-container .service-wrap{
	flex-wrap:wrap;
}
.service-container .item{
	margin-bottom: 5%;
}
.service-container .item:nth-child(3n) {
	margin-right: 0%;
}

.service-container .item h6 {
	font-size: 0.25rem;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.service-container .item {
	background-color: #fff;
	width: 30%;
	color: #666;
	font-size: 16px;
	padding: 0.3rem;
	box-sizing: border-box;
	margin-right: 5%;
	position: relative;
}

.service-container .item:hover {
	background: #ce1e1a;
}

.service-container .item:hover h6,
.service-container .item:hover {
	color: #fff;
}

.service-container .item:hover img {
	filter: brightness(0)invert(1);
}

.service-container .item:after {
	display: block;
	left: 0;
	bottom: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 10px;
	border-radius: 5px 5px 0 0;
	background-color: #f19149;
}
.blue-theme .pub-title .color-f19149,
.blue-theme .public-nav-container ul li.on{
	color: #d82e34;
}


.blue-theme .about-join-container{
	background-image:url(../imgs/about-2-bg.jpg) ;
	background-size: cover;
}
.blue-theme .about-price-wrap .item:hover:after,
.blue-theme .about-member-wrap .item:hover:after{
	background-color: rgba(0, 58, 205, .7);
}

.blue-theme .year-swiper-bigbox .on:after{
	background-color:#d82e34
}
.blue-theme .year-swiper-bigbox .m-title{
	color:#d82e34;
}
.blue-theme  .year-swiper{
	border-bottom: 1px dashed #d82e34;
}


.blue-theme .case-swiper-bigbox .color-f19149,
.blue-theme .top-wrap-title h6 ,
.blue-theme .top-wrap-title,
.blue-theme .about-top-wrap .content-2 .number span
 {
	color:#003acd
}

.blue-theme .second-list ul{
	border-top-color: #003acd;;
}
.blue-theme .second-content:hover .t1 a{
	color:#003acd
}

.blue-theme .service-container .item:after{
	background-color:#d82e34
}

.blue-theme .service-container .item:hover{
	background-color: #003acd;
}


.blue-theme .header-nav-list>li.on>a:after,
.blue-theme .footer,

.blue-theme .year-swiper-bigbox .m-title:before,
.blue-theme .public-nav-container,
.blue-theme .pub-title .red-line span{
	background-color: #003acd;
}

.blue-theme .case-swiper-bigbox .case-item .content-1 .year-title{
	color:#c6cfeb;
}

.about-join-list{
	width:56%;
	margin:0 auto;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.about-join-list .item:nth-child(4n){
	margin-right: 0;
}
.about-join-list .item .icon {
	margin-bottom: 5%;
}
.about-join-list .item{
	font-size: 0.2rem;
	padding:0.25rem 2px;
	width:16%;
	box-sizing: border-box;
	margin-right: 10%;
	margin-bottom:5%;
	position: relative;
	background-color:rgba(6, 32, 106, .3);
}
.about-join-list .item::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	transition: all .3s;
	background-color:#72a5ff;
}
.about-join-list .item:hover::after{
	content: "";
	height: 4px;
}

.about-join-list .item img{
	width: 60%;
}


@media screen and (max-width: 1440px) {
	.index-news-wrap .right-views .text-1 {
		font-size: 14px;
	}

	.index-news-wrap .left-views .wrap .text-1 {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	.newer-out-wrap{
		display: block;
	}
	.case-swiper-bigbox .case-item{
		display: block;
	}
	.case-swiper-bigbox .case-item .content-1 .date{
		font-size:0.6rem;
	}
	.case-swiper-bigbox .case-item .content-1, .case-swiper-bigbox .case-item .imgs{
		width: 100%;
	}
	.statutes-third-nav .third-nav-ul li {
		margin-bottom: 10px;
	}
	.third-nav{
		display: none;
	}
	.third-nav-ul{
		margin: 5% 0 0 30px;
	}
	.statutes-third-nav .third-nav-ul {
		margin-left: 0px;
	}
	.articles-content-list{
		width:100%;
	}
	.service-container .item:nth-child(3n){
		margin-right: 0;
	}
	body .service-wrap{
		display: block;
	}
	.service-container .item h6{
		font-size: 20px;
	}
	.news-joins h6{
		font-size:1rem;
	}
	.service-container .item{
		width: 100%;
		padding: 20px;
		font-size: 14px;
		padding-bottom: 30px;
		border-radius: 10px;
		margin-bottom: 4%;
		text-align: center;
	}
	
	.index-activity-container .active-ul-wrap ul{
	    font-size: 0.5rem;
	    padding-left: 30px;	
	}
	.index-news-wrap .left-views h6{
		font-size: 16px;
		font-weight: bold;
	}
	.index-news-wrap .right-views h6{
		font-size: 16px;
	}
	.footer-wrap > 
	.index-news-wrap .more-bottom{
		font-size: 14px;
		margin-top: 20px;
	}
	.index-news-wrap .more-bottom{
		display: none;
	}
	.page-w {
		width: 92%;
	}

	.banner {
		margin-top: 66px;
	}

	.public-nav-container {
		display: none;
	}
	.articles-content-list h6{
		font-size:24px;
	}
	.pub-title h5 {
		font-size: 1rem;
	}

	.pub-title h6 {
		font-size: 0.5rem;
	}

	.index-units-container .units-content .u-item {
		padding: 4px;
		margin-bottom: 0px;
	}

	.index-units-container .units-content {
		grid-template-columns: repeat(2, 1fr);

	}

	.index-news-wrap {
		display: block;
	}

	.index-news-wrap .left-views {
		width: 100%;
	}

	.index-news-wrap .right-views {
		width: 100%;
	}
	.newswiper-out-container .news-item .date{
		font-size: 0.6rem;
	}
	.newswiper-out-container .news-item{
		padding: 5%;
		padding-bottom: 80px;
	}
	
	body .newswiper-out-container .swiper-pagination .swiper-pagination-bullet{
		width: 30px;
		height: 2px;
	}
	body .newswiper-out-container .swiper-pagination{
		left: 5%;
	}
	
	
	.news-list-wrap .content-1 h6 {
		font-size: 0.6rem;
		-webkit-line-clamp: 1;
		line-clamp:1;
	}

	.member-unit-wrap {
		display: block;
	}

	.member-unit-container .items {
		width: 100%;
		padding-left: 20px;
	}

	.member-unit-container .items:before {
		margin-right: 20px;
	}

	.about-container .about-top-wrap .content-2 {
		flex-wrap: wrap;
	}

	.about-container .about-top-wrap .content-2 .item2 {
		flex: 0 0 50%;
		margin-right: 0px;
	}

	.about-top-wrap .content-2 .number span {
		font-size: 1.2rem;
	}

	.top-wrap-title h6 {
		font-size: 0.8rem;
	}

	.top-wrap-title {
		font-size: 0.5rem;
	}

	.about-member-wrap {
		overflow: auto;
		display: block;
		white-space: nowrap;
	}

	.about-member-wrap .item {
		width: 35%;
		height: 9.6rem;
		display: inline-block;
	}
	
	.about-member-wrap.contact-needs .item{
		height: 9.6rem;
	}

	.about-member-wrap .item h6 {
		font-size: 0.6rem;
	}

	.about-member-wrap .item .box .icon {
		width: 2rem;
	}

	.about-price-wrap .item {
		height: 9.6rem;
	}

	.about-price-wrap .item .box {
		font-size: 0.3rem;
	}

	.about-price-wrap .item h6 {
		font-size: 0.6rem;
	}

	.contact-wrap {
		display: block;
	}

	.contact-wrap .maps-box {
		width: 100%;
	}

	.contact-wrap .content-1 {
		width: auto;
		padding: 5%;
		box-sizing: border-box;
	}
	
	.contact-wrap .content-1 h6 img{
		left: -0.8rem;
	}
    .contact-wrap .content-1>div{
		width: 80%;
	}
	.contact-wrap .content-1 h6 img {
		width: 0.6rem;
	}

	.case-swiper-bigbox .case-item .content-1 h6 {
		font-size: 18px;
	}
	
	.case-swiper-bigbox .case-item .content-1 .more, .case-swiper-bigbox .case-item .content-1 h6{
		font-size:14px;
	}

	.pub-list-wrap .items:nth-child(3n) {
		margin-right: 4%;
	}

	.pub-list-wrap .items:nth-child(2n) {
		margin-right: 0%;
	}

	.pub-list-wrap .items {
		width: 48%;
		margin-bottom: 4%;
		margin-right: 4%;
	}

	.pub-list-wrap .items h6 {
		font-size: 0.5rem;
		margin:10px 0;
	}
	.news-swiper-imgs{
		width: 100%;
	}
	.newswiper-out-container .news-swiper{
		width: 100%;
	}
	.newswiper-out-container .news-item .title{
		font-size: 0.8rem;
	}
	.newswiper-out-container{
		display: block;
	}
	.news-list-wrap .content-1 .descrtion{
		-webkit-line-clamp: 1;
		line-clamp: 1;
	}
	.news-list-wrap .bottoms-time .date2{
		font-size: 0.8rem;
	}
	.news-list-wrap .bottoms-time{
		padding: 0 10px;
	}
	

}