html,
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background-color: #fff;
	color: #000;
}

html {
	font-size: 0.427rem;
	font-family: Source Han Sans;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
	display: none;
}

* {
	margin: 0;
}

div {
	display: block;
}

img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}

a {
	text-decoration: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

em {
	font-style: normal;
}

.light_hint {
	width: auto;
	height: auto;
	font-size: 0.42rem;
	line-height: 0.8rem;
	border-radius: 0.267rem;
	background-color: rgba(0, 0, 0, 0.6);
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10002;
	display: none;
	padding: 0.22rem 0.44rem;
}

.container {
	max-width: 1240px;
	margin: auto;
	position: relative;
}

/*  */
.header {
	height: 2.373rem;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	-moz-box-shadow: 0 0.10667rem 0.10667rem rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0.10667rem 0.10667rem rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 0.10667rem 0.10667rem rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0.10667rem 0.10667rem rgba(0, 0, 0, .1);
	box-shadow: 0 0.10667rem 0.10667rem rgba(0, 0, 0, .1);
	box-sizing: border-box;
	position: fixed;
	top: 0;
	z-index: 2;
	width: 100%;
	background-color: #fff;
}

.header .headerCon {
	display: flex;
	justify-content: space-between;
	padding: 0.21317rem 0.693rem 0.21317rem 0.21317rem;
}

.header .headerCon .logo {
	height: 1.945rem;
	margin: auto;
	flex: 1;
}

.header .headerCon .logo a {
	display: flex;
	height: 100%;
	align-content: center;
	flex-wrap: wrap;
}

.header .headerCon .w-language-group {
	display: flex;
	gap: 0.13333rem;
	height: 1.945rem;
	margin: auto;
	flex: 1;
	justify-content: flex-end;
}

.w-language-group a {
	color: #666;
	font-size: 0.427rem;
	line-height: 1.945rem;
	padding: 0.2rem;
}

.w-language-group a.active {
	color: #fff;
	background-color: #000;
	border-radius: 0.2rem;
}

/*  */
.banner {
	padding-top: 2.373rem;
}

.banner .swiper-wrapper,
.banner .swiper-wrapper .swiper-slide {
	width: 100% !important;
}

.banner .swiper-wrapper .swiper-slide .swiper-item {
	width: 100% !important;
}

.banner .swiper-wrapper .swiper-slide .swiper-item img {
	width: 100% !important;
}

/*  */
.consultation {
	margin: 2.13333rem 0.693rem 0 0.427rem;
}

.consultation .concontent {
	display: flex;
	gap: 1.333rem;
	flex-direction: row;
}

.consultation .los {
	flex: 1;

}

.consultation .detail {
	flex: 1;
}

.consultation .detail .infoTitle {
	display: flex;
	justify-content: space-between;
}

.consultation .detail .infoTitle .info {
	font-size: 0.8rem;
	line-height: 1.5;
	font-weight: bold;
}

.consultation .detail .infoTitle .more {
	font-size: 0.373rem;
	line-height: 1.333rem;
	font-family: 'Noto Sans CJK';
	color: #db2027;
	right: 0.16rem;
}

.consultation .detail .line {
	height: 0.1333rem;
	border-border: solid 0.026667rem rgba(221, 221, 221, 1);
	margin-top: 0.375rem;
}

.consultation .detail .infoContent .content {
	padding: 0;
}

.consultation .content-item {
	list-style: none outside none;
	height: 1.14667rem;
	line-height: 1.14667rem;
	border-bottom-width: 0.026667rem;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: left;
	padding-left: 0.533rem;
}

.consultation .content-item .w-list-icon {
	display: inline-block;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	color: #2d2d2f;
	font-size: 0.32rem;
	height: 1.14667rem;
	line-height: 1.14667rem;
}

.consultation .content-item .content-title {
	color: #2d2d2f;
	font-size: 0.6rem;
	font-family: 'Noto Sans CJK';
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	height: 1.14667rem;
	line-height: 1.14667rem;
	outline: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	overflow: hidden;
	display: block;
}

.consultation .content-item .content-title:hover {
	color: #db2027;
}

/*  */
.institutions {
	padding: 0.933rem 0.5rem 2.6667rem 0.5rem;
}

.institutions .inTitle {
	width: 100%;
	line-height: 2;
	font-family: Source Han Sans;
	font-size: 0.8rem;
	color: #111111;
	text-align: center;
	height: 100%;
	word-wrap: break-word;
	margin-bottom: 0.375rem;
}

.institutions .content {
	display: flex;
	flex-direction: row;
	gap: 0.75rem;
}

.institutions .content .content-item {
	list-style: none;
	width: calc(33% - 0.8rem);
	display: inline-block;
	border: solid 0.026667rem #eee;
	margin: 0;
	height: unset;
	padding: 0.6667rem 0.533rem 0.533rem 0.533rem;
}

.institutions .content .content-item .icon {
	width: 1.65333rem;
	height: 1.70667rem;
	margin: 0.375rem auto;
}

.institutions .content .content-item .title {
	line-height: 2;
	font-family: Source Han Sans;
	font-size: 0.533rem;
	color: #222222;
	text-align: center;
	word-wrap: break-word;
}

.institutions .content .content-item .desc {
	line-height: 1.75;
	font-family: Source Han Sans;
	font-size: 0.373rem;
	color: #555555;
	text-align: center;
	word-wrap: break-word;
}


/*  */
.practice {
	background-image: url(../img/6895596.jpg);
	background-size: 100% auto;
	padding: 1.8667rem 0.5rem 2.4rem 0.5rem;
}

.practice .inTitle {
	width: 100%;
	line-height: 2;
	font-family: Source Han Sans;
	font-size: 0.8rem;
	color: #111111;
	text-align: center;
	height: 100%;
	word-wrap: break-word;
	margin-bottom: 0.8rem;
	font-weight: bolder;
}

.practice .content {
	display: flex;
	flex-direction: row;
	gap: 0.53rem;
}

.practice .content .content-item {
	list-style: none;
	width: calc(25% - 0.4rem);
	display: inline-block;
	border: solid 0.026667rem #ddd;
	margin: 0;
	height: unset;
	padding: 1.333rem 0.8rem 0.933rem 0.8rem;
	background-image: url(../img/7001340.jpg);
	background-size: 100% 100%;
	-moz-box-shadow: 0.000000px 3.000000px 0.267rem rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0.000000px 3.000000px 0.267rem rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0.000000px 3.000000px 0.267rem rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0.000000px 3.000000px 0.267rem rgba(0, 0, 0, 0.1);
	box-shadow: 0.000000px 3.000000px 0.267rem rgba(0, 0, 0, 0.1);
}

.practice .content .content-item .titleCon {
	position: relative;
	margin: 0.08rem 0.08rem 0.375rem 0.08rem;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.practice .content .content-item .icon {
	width: 0.8rem;
	height: 0.85333rem;
	/* flex: 1; */
}

.practice .content .content-item .title {
	line-height: 1.5;
	font-family: Source Han Sans;
	font-size: 0.587rem;
	font-weight: bolder;
	color: #db2027;
	text-align: center;
	word-wrap: break-word;
	flex: 1;
}

.practice .content .content-item .desc {
	line-height: 1.75;
	font-family: Source Han Sans;
	font-size: 0.373rem;
	color: #555555;
	text-align: center;
	word-wrap: break-word;
}

/*  */
.footer {
	background-color: rgb(23, 25, 30);
}

.footer .container {
	padding: 0 0.533rem;
}

.footer .contactCon {
	padding: 1.0667rem 0.267rem;
	display: flex;
	gap: 2.13333rem;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
}

.footer .contactCon1 {}

.footer .contactCon1 .t {
	color: #ffffff;
	font-size: 0.427rem;
}

.footer .contactCon1 .num {
	font-family: Source Han Sans;
	color: #eeeeee;
	font-size: 0.8rem;
	font-weight: bolder;
}

.footer .contactCon2 {
	color: #dddddd;
	font-size: 0.373rem;
	line-height: 1.75;
}

.footer .contactCon2 .item:nth-child(1) {
	margin-bottom: 0.533rem;
}

.footer .line {
	height: 0.026667rem;
	border-bottom: solid 0.026667rem #444444;
	margin: 0.1333rem 0;
}

.footer .statement {
	font-family: Source Han Sans;
	line-height: 1.75;
	font-size: 0.32rem;
	color: #888888;
}

.footer .statement .limit {
	text-align: center;
	padding-top: 0.2133rem;
}

.footer .statement .org {
	text-align: center;
	padding-bottom: 0.2133rem;
}

.copyright {
	background-color: rgb(12, 12, 12);
	width: 100%;
	font-family: 'Noto Sans CJK';
	color: #666;
	font-size: 0.32rem;
	line-height: 0.533rem;
	text-align: center;
	height: 1.333rem;
	padding-top: 0.267rem;
}

/*  */
.blogDetail {
	padding: 2.373rem 0.3rem 1rem 0.3rem;
}

.blogDetail .title {
	font-size: 0.8rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin: 0.8rem 0.2rem;
}

.blogDetail .news-content {
	line-height: 1.75;
	font-family: Source Han Sans;
	font-size: 0.373rem;
	word-wrap: break-word;
}

.blogDetail .news-content img {
	width: 100%;
}

.blogDetail .news-content video,
.blogDetail .news-content iframe {
	width: 100%;
	height: 12rem;
}

.blogDetail .news-content iframe[src="about:blank"] {
	display: none;
}

@media (max-width: 1124px) {
	.practice .content {
		display: flex;
		flex-direction: row;
		gap: 0.4rem;
		flex-wrap: wrap;
	}

	.practice .content .content-item {
		width: calc(50% - 0.2rem);
		height: auto;
	}
}

@media (max-width: 769px) {
	.consultation {
		margin: 0.693rem 0.693rem 0 0.427rem;
	}

	.consultation .concontent {
		display: flex;
		flex-direction: column;
	}

	.institutions .content {
		display: flex;
		flex-direction: column;
		gap: 0.75rem;
	}

	.institutions .content .content-item {
		width: 100%;
	}

	.practice .content {
		display: flex;
		flex-direction: column;
		gap: 0.53rem;
	}

	.practice .content .content-item {
		width: 100%;
		height: auto;
	}

	.footer .contactCon {
		display: flex;
		flex-direction: column;
		gap: 0.53rem;
	}

	.blogDetail .news-content video,
	.blogDetail .news-content iframe {
		width: 100%;
		height: 8rem;
	}
}