@charset "utf-8";

/* CSS Document */
/*首页内容部分调整<=992 平板*/
@media(max-width: 1550px) {

	body,
	html {
		font-size: 55.5%;
	}
}

@media(max-width: 840px) {

	body,
	html {
		font-size: 50.5%;
	}

	.banner .txt h2 {
		font-size: 4.6rem;
	}

	header .logo img {
		height: 2rem;
	}

	header ul li {
		margin: 0 2vw;
	}

	header ul li h2,
	.wave-text .char {
		font-size: 1.45rem;
	}

	header .ll {
		background: none;
		height: auto;
		overflow: initial;
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
		backdrop-filter: initial
	}

	header .ll .ss.before {
		display: none;
	}

	header .ll .ss {
		width: auto;
		height: auto;
		background: none !important;
	}

	header .ll h2 {
		display: none;
	}

	header .ll .ss.after {
		margin: 0 0 0 0rem;
		background: none !important;
	}

	header .ll .ss img {
		margin-top: -1px;
		width: 1.9rem;
	}

	header .ll:hover .ss.after {
		transform: none;
	}

	header.active .ll .ss.after img {
		filter: none;
	}

	.index_bars {
		padding: 8rem 0;
	}

	.title {
		margin-bottom: 3rem;
	}

	.index_about .txt,
	.index_about .tt2 {
		width: 100%;
	}

	.index_about dl {
		width: 100%;
		margin-top: 3rem;
		display: flex;
		justify-content: space-between;
	}

	.txtMove {
		height: 70px;
	}

	.txtMove h6,
	.txtMove h6 span {
		font-size: 3rem;
	}

	.index_about dl dd {
		padding: 0 !important;
	}

	.index_about dl dd h5 {
		font-size: 1.6rem;
	}

	.index_about dl dd h5 strong {
		font-size: 5rem;
	}

	.works-wrap {
		display: none;
	}

	.works-ph {
		display: block;
		width: 100%;
		background: #000;
	}

	.works-ph .title h3,
	.works-ph .title h4 {
		color: #fff;
	}

	.works-ph .title .top span {
		background: #fff;
	}

	.works-ph .rr .bbs {
		position: relative;
		border-radius: 1rem;
		overflow: hidden;
		margin: 1.5rem 0;
	}

	.works-ph .rr a {
		display: block;
		position: relative;
		border-radius: 1rem;
		overflow: hidden;
	}

	.works-ph .rr .bbs b img {
		width: 100%;
		opacity: 1;
		transition: all 0.8s ease;
	}

	.works-ph .rr .bbs:hover b img {
		transform: scale(1.06);
		opacity: 0.7;
	}

	.works-ph .tt {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9;
		padding: 2rem;
		box-sizing: border-box;
	}

	.works-ph .tt2 {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 9;
		padding: 2rem 2rem 1.6rem;
		box-sizing: border-box;
	}

	.works-ph .tt2 h5 {
		color: #fff;
		font-size: 2.8rem;
		font-weight: 600;
	}

	.works-ph .tt2 p {
		margin: 0;
		font-weight: 400;
		color: #fff;
	}

	.adv ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 2rem;
	}

	.adv ul li b {
		padding: 15vh 0;
	}

	.adv ul li b img {
		width: 14rem;
	}

	.service .ll {
		width: 100%;
	}

	.service .ll .tt1 {
		margin: 5rem auto;
	}

	.service ul {
		width: 100%;
		margin-top: 5rem;
	}

	.service ul li .tl h5 {
		font-size: 2rem;
	}

	.service ul li .tt p {
		font-size: 1.4rem;
	}

	.service ul li .tr {
		padding: 1rem;
	}

	.partner ul {
		padding: 6vw 0% 7vw;
	}

	.partner ul p {
		bottom: -7vw;
		font-size: 1.1rem;
	}

	.partner ul b img {
		height: 4vw;
	}

	footer .bar2 .ll {
		width: 100%;
		position: relative;
	}

	footer .bar2 .t2 {
		width: 46%;
	}

	footer .bar2 .rr {
		width: 100%;
		margin-top: 0rem;
	}

	footer .copy .tl {
		display: block;
	}

	footer .copy p {
		display: block;
		text-align: center;
	}

	footer .copy a {
		margin: 2px 0;
		justify-content: center;
	}
}