.jianjie-box {
	display: flex;
	height: 4.33rem;
}

.jianjie-box>div {
	flex: 1;
}

.jianjie-box .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-right: .2rem;
}

.jianjie-box .info {
	box-sizing: border-box;
	margin-left: .2rem;
	font-size: .16rem;
	color: #8B8B8B;
	line-height: 1.8em;
	text-align: justify;
}

.jianjie-box .info h2 {
	font-size: .3rem;
	margin-bottom: .4rem;
	margin-top: 0rem;
	color: #464646;
}

.jianjie-box .info h2 span {
	color: #FF7600;
}

.linian-box .item {
	width: calc(100%/3 - .35rem);
	margin-right: .35rem;
	border-radius: .3rem;
	padding: .4rem .3rem;
	box-shadow: 0px 0px .2rem rgb(241 141 0 / 10%);
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.linian-box .item:nth-child(3n) {
	margin-right: 0rem;
}

.linian-box .item p {
	color: #464646;
	font-size: .24rem;
	font-weight: bold;
	margin-top: 0rem;
	margin-bottom: .2rem;
}

.linian-box .item h3 {
	color: #FF7600;
	font-size: .3rem;
	margin-top: 0rem;
	margin-bottom: 0rem;
}

.linian-box .item span {
	position: absolute;
	font-size: .97rem;
	bottom: -0.5rem;
	right: .4rem;
	color: #464646;
	opacity: .05;
}

.dajishi-box {
	height: 4.1rem;
	background-image: url('/Temp/PC/images/DaShiJiBg.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

.dajishi-box .common-tit {
	padding-top: .5rem;
}

.dajishi-box .common-tit h2 {
	color: #fff;
}

.dajishi-box .common-tit p {
	color: #fff;
	opacity: .35;
}

.dajishi-list .item {
	width: 4.5rem;
	position: relative;
}

.dajishi-list .item::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgb(255 255 255 / 10%);
	top: 1rem;
}

.dajishi-list .item::before {
	position: absolute;
	content: '';
	width: .07rem;
	height: .07rem;
	background-color: rgb(255 255 255 / 100%);
	top: .97rem;
	border-radius: 50%;
}

.dajishi-list .item .title {
	display: flex;
	align-items: center;
	color: #fff;
	margin-bottom: .2rem;
}

.dajishi-list .item .title h2 {
	font-size: .34rem;
}

.dajishi-list .item .title img {
	width: .33rem;
	margin-right: .1rem;
	height: .39rem;
}

.dajishi-list .item .summary {
	color: #fff;
	font-size: .18rem;
}

/* .dajishi-list .swiper-wrapper{
    transform: translate3d(2.73rem, 0px, 0px) !important;
} */
.rongyu-box {
	height: 5.97rem;
	background-image: url('/Temp/PC/images/rongyu-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
}

.rongyu-box .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rongyu-box .container .info {
	width: 5.1rem;
}

.rongyu-box .container .info h3 {
	font-size: .3rem;
	color: #FF7600;
	margin-top: 0;
}

.rongyu-box .container .info p {
	font-size: .2rem;
	color: #464646;
}

.rongyu-box .container .info span {
	font-size: .16rem;
	color: #888;
	text-align: justify;
	line-height: 1.8em;
}

.rongyu-box .container .img {
	width: 5.35rem;
	height: 4.21rem;
}

.jiagou-img {
	width: 10.65rem;
	/* height: 5.73rem; */
	margin: .8rem auto;
}

.jiagou-img img {
	width: 100%;
	height: 100%;
}

.bg {
	background-color: #FCF9F6;
}

.faqiren-list {
	width: 10.5rem;
	margin: .6rem auto;
}

.faqiren-list .item {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.faqiren-list .item .img {
	width: 4.3rem;
	height: 6rem;
	margin-right: 1.4rem;
	background-color: rgb(255 118 0 / 10%);
	position: relative;
	border-top-right-radius: 1.2rem;
	border-bottom-left-radius: 1.2rem;
}

.faqiren-list .item .img img {
	position: absolute;
	width: 4.3rem;
	height: 6rem;
	border-top-right-radius: 1.2rem;
	border-bottom-left-radius: 1.2rem;
	left: -0.26rem;
	top: .26rem;

}

.faqiren-list .item .info h3 {
	display: flex;
	align-items: center;
	font-size: .4rem;
	color: #FF7600;
	margin: .3rem 0;
}

.faqiren-list .item .info p {
	margin: 0px;
	padding: 0px;
}

.faqiren-list .item .info .summary {
	font-size: .24rem;
	color: #8B8B8B;
}

.faqiren-list .item .info .content {
	font-size: .20rem;
	color: #464646;
	margin-top: .4rem;
	line-height: 1.8em;
}

.faqiren-list .item .info h3 img {
	margin-right: .2rem;
	width: .37rem;
	height: .43rem;
}

.faqiren-list .item .img.order-md-2 {
	margin-right: 0px;
	margin-left: 1.4rem;
}

.lishihui-list {
	margin: .5rem auto;
}

.lishihui-list .title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .3rem;
	color: #FF7600;
	margin-bottom: .4rem;
}

.lishihui-list .title img {
	margin-right: .2rem;
	width: .37rem;
	height: .43rem;
}

.lishihui-list .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
    gap: 0.2rem;
	/* margin: 0 .2rem; */
}

.lishihui-list .list .item {
	width: calc(100%/3 - .7rem);
	margin-top: .35rem;
	margin-bottom: .35rem;
	/* padding: 0 .5rem; */
	margin-right: .7rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.lishihui-list .list .item:last-child {
	margin-right: 0rem;
}
.lishihui-list .list .item .img {
	width: 1.88rem;
	height: 2.2rem;
	margin-right: .3rem;
	background-color: rgb(255 118 0 / 10%);
	position: relative;
	border-top-right-radius: .3rem;
	border-bottom-left-radius: .3rem;
}
.lishihui-list .list .item .info {
	flex: 1;
}
.lishihui-list .list .item.diplayNone {
	/*justify-content: center;*/
	width: calc(100%/3 - .4rem);
	/* margin-right: 0rem; */
	margin: .2rem 0;
}
.lishihui-list .list .item.diplayNone .img{
	display: none;
}
.lishihui-list .list .item .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	border-top-right-radius: .3rem;
	border-bottom-left-radius: .3rem;
	left: -0.1rem;
	top: .1rem;
	object-fit: cover;
}

.lishihui-list .list .item .info h4 {
	font-size: .3rem;
	color: #464646;
	font-weight: 100;
	margin: 0px;
}

.lishihui-list .list .item .info .summary {
	color: #989898;
	font-size: .18rem;
	margin-top: .35rem;
}
.lishihui-list .list .item:nth-child(3n) {
	margin-right: 0rem;
}
.container-full .container:nth-child(2) div:nth-child(2) .list .item {
    justify-content: center;
}
.container-full .container:nth-child(2) div:nth-child(2) .list .item .info{
    text-align: center;
}
.news-list-style2 .more {
	border: 1px solid #FF7600;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}

.news-list-style2 .more:hover {
	border: 1px solid #FF7600;
	background: #FF7600;
}

.news-list-style2 .more a {
	color: #FF7600;
}

.news-list-style2 .more:hover a {
	color: #fff;
}

.lishihui-news .news-list-style2 .item:nth-child(2) {
	margin-right: .3rem;
}

.lishihui-news .news-list-style2 .item:nth-child(2),
.lishihui-news .news-list-style2 .item:nth-child(3) {
	flex-direction: column;
	width: calc(100%/2 - .3rem);
	display: inline-block;
	overflow: unset;
	height: 5rem;
}

.lishihui-news .news-list-style2 .item:nth-child(2) .img,
.lishihui-news .news-list-style2 .item:nth-child(3) .img {
	width: 100%;
}

.lishihui-news .news-list-style2 .item:nth-child(2) .info,
.lishihui-news .news-list-style2 .item.item:nth-child(3) .info {
	width: calc(100%/1 - .5rem);
	top: 3.4rem;
	height: 1.68rem;
	left: .25rem;
	right: .25rem;
	padding: .2rem .4rem;

}

.lishihui-news .news-list-style2 .item:nth-child(2) .info .date,
.lishihui-news .news-list-style2 .item.item:nth-child(3) .info .date {
	position: absolute;
	bottom: .1rem;
	right: .4rem;
}

.lishihui-news .news-list-style2 .item:nth-child(2) .info h4,
.lishihui-news .news-list-style2 .item.item:nth-child(3) .info h4 {
	font-size: .2rem;
}

.lishihui-news .news-list-style2 .item:nth-child(2) .info .summary,
.lishihui-news .news-list-style2 .item.item:nth-child(3) .info .summary {
	margin: .15rem 0rem;
}

.lishihui-news .news-list-style2 .item:nth-child(2) .info .more2,
.lishihui-news .news-list-style2 .item:nth-child(3) .info .more2 {
	color: #FF7600;
}

.lishihui-news .news-list-style2 .item:nth-child(2):hover .info .more2,
.lishihui-news .news-list-style2 .item:nth-child(3):hover .info .more2 {
	color: #fff;
}

.about .summary {
	line-height: 2.3em !important;
	text-align: justify;
	font-size: 0.18rem !important;
}

.banner-wanyan .item .container {
	z-index: 2;
	position: absolute;
	width: 13.6rem;
	left: 50%;
	margin-left: -6.8rem;
	height: auto;
	bottom: .5rem;
}

.banner-wanyan .item .container h2 {
	font-size: .4rem;
	font-weight: normal;
}

.banner-wanyan .item .swiper-img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 100%;
	object-fit: cover;
}

.wanyanNews {
	background-image: url(../images/wanyan-news-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 9.4rem;
}

.wanyanNews .common-tit h2,
.wanyanNews .common-tit p {
	color: #fff;
}

.linian-box .swiper-container {
	overflow: unset;
}

@media screen and (max-width:768px) {
	.jianjie-box {
		flex-direction: column;
		height: auto;
	}

	.jianjie-box .img {
		height: 3.5rem;
		margin-right: 0rem;
		margin-bottom: .4rem;
	}

	.jianjie-box .info {
		margin-left: 0rem;
		line-height: 2.3em;
	}
	
	.linian-box .item {
		width: calc(70%/1);
	}

	.dajishi-list .item .title h2 {
		margin: 0.3em 0;
	}

	.dajishi-list .item::after {
		top: .73rem;
	}

	.dajishi-list .item::before {
		top: .7rem;
	}

	.rongyu-box {
		height: auto;
		background-position: initial;
	}

	.rongyu-box .container {
		flex-direction: column;
	}

	.rongyu-box .container .info {
		width: auto;
		margin: .35rem .25rem
	}

	.jiagou-img {
		width: 100%;
	}

	.faqiren-list {
		width: auto;
	}

	.faqiren-list .item {
		flex-direction: column;

	}

	.faqiren-list .item .img {
		margin-right: 0px;
		width: 60%;
		height: 5.5rem;
	}

	.faqiren-list .item .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.faqiren-list .item .info {
		margin-top: .6rem;
	}

	.faqiren-list .item .img.order-md-2 {
		margin-right: 0px;
		margin-left: 0px;
		order: 0 !important;
	}
	.lishihui-list .list {
		margin: 0 .2rem;
	}
	.lishihui-list .list .item {
		width: calc(100%/2 - .4rem);
		margin-bottom: .4rem;
		margin-right: .4rem;
	}

	.lishihui-list .list .item .img {
		width: 3.68rem;
	}

	.lishihui-news .news-list-style2 .item:nth-child(2) {
		margin-right: 0rem;
	}

	.lishihui-news .news-list-style2 .item:nth-child(2),
	.lishihui-news .news-list-style2 .item:nth-child(3) {
		flex-direction: column;
		width: calc(100%/1);
		display: inline-block;
		overflow: unset;
		height: 5.7rem;
	}

	.lishihui-news .news-list-style2 .item:nth-child(2) .info,
	.lishihui-news .news-list-style2 .item.item:nth-child(3) .info {
		height: 2.2rem;
	}
	
	.banner-wanyan .item .swiper-img {
		height: 100%;
		object-fit: cover;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets {
		display: none !important;
	}
	.lishihui-list .list .item .img {
		height: 2.6rem;
	}
}