@media screen and (max-width: 768px) {
	.pc_hidden {
		display: block;
	}

	.phone_hidden {
		display: none;
	}

	html,
	body {
		font-size: 31.25%
	}

	.phone_nav {
		width: 100%;
		height: 10.5rem;
		padding: 1.5rem;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #FFFFFF;
		position: fixed;
		top: 0;
		left: 0;
	}

	.phone_nav div:first-child {
		width: 18.1rem;
		height: 4.5rem;
	}

	.phone_nav div:last-child {
		width: 4.6rem;
		height: 3.7rem;
	}

	.phone_navbar {
		position: fixed;
		top: 10.5rem;
		left: 0;
		width: 100%;
		height: calc(100vh - 10.5rem);
		z-index: 9;
		background: #FFFFFF;
		border-top: 1px solid #EEEEEE;
	}

	.phone_navbar .tab .tab-div {
		width: 100%;
		height: 8.6rem;
		border-bottom: 1px solid #F5F5F5;
		padding: 0 3rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.banner {
		width: 100%;
		height: 36rem;
	}

	.banner .btns {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 999;
		top: 0;
		left: 0;
		padding: 21.5rem 0 0 10.5rem;
		box-sizing: border-box;
		display: flex;
	}

	.banner .btns .contact,
	.banner .btns .mobile {
		width: 13rem;
		height: 4rem;
		border-radius: 2rem;
		margin-right: 3rem;
	}

	.box .title {
		font-size: 3.6rem;
	}

	.box .subtitle {
		font-size: 2.2rem;
	}

	.box .info {
		width: 100%;
		padding: 0 3rem;
		box-sizing: border-box;
		display: block;
	}

	.box .info .left {
		width: 69rem;
		/* height: 40.4rem; */
	}

	.box .info .right {
		margin-left: 0;
		margin-top: 6rem;
	}

	.box .info .right1 {
		margin-left: 0;
		margin-top: 6rem;
	}

	.box .info .right1 .title {
		font-size: 3.4rem;
	}

	.box .info .right1 .subtitle {
		font-size: 2.6rem;
	}

	.box .info .right1 .line {
		width: 8.5rem;
		height: 0.5rem;
	}

	.box .info .right1 .desc {
		font-size: 2.6rem;
		line-height: 3.8rem;
	}

	.box .list {
		width: 100%;
		padding: 0 3rem;
	}

	.box .list .item {
		width: 33rem;
		height: 39.5rem;
		background: #FFFFFF;
		border-radius: 2rem;
		margin-right: 3rem;
		margin-top: 3rem;
	}

	.box .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.box .list .item:nth-child(3n) {
		margin-right: 3rem;
		margin-top: 3rem;
	}

	.box .list .item .img {
		height: 7.5rem;
	}

	.box .list .item .title {
		font-size: 3rem;
	}

	.box .list .item .desc {
		font-size: 2.6rem;
		line-height: 3.6rem;
	}

	.box .list .item1 {
		width: 69rem;
		height: 30.7rem;
		background: #FFFFFF;
		border-radius: 2rem;
		border: 1px solid #EEEEEE;
	}

	.box .list .item1:nth-child(3) {
		margin-bottom: 4rem;
	}

	.box .list .item1 .img {
		width: 8.1rem;
		height: 8.1rem;
	}

	.box .list .item1 .cont {
		flex: 1;
	}

	.box .list .item1 .cont .title {
		font-size: 3.2rem;
	}

	.box .list .item1 .cont .desc {
		font-size: 2.6rem;
		line-height: 3.6rem;
	}

	.box .list .item2 {
		width: 69rem;
		height: 65.9rem;
		background: #FFFFFF;
		border-radius: 2rem;
		border: 1px solid #EEEEEE;
		margin-bottom: 4rem;
	}

	.box .list .item2:last-child {
		margin-bottom: 0;
	}

	.box .list .item2 .img {
		width: 69rem;
		height: 38.24rem;
		background: #FFB252;
		border-radius: 2rem 2rem 0rem 0rem;
		padding: 3rem 4rem 0;
		box-sizing: border-box;
	}

	.box .list .item2 .cont {
		flex: 1;
	}

	.box .list .item2 .cont .title {
		font-size: 3.2rem;
	}

	.box .list .item2 .cont .title span {
		font-size: 2.2rem;
	}

	.box .list .item2 .cont .desc {
		font-size: 2.6rem;
		line-height: 3.6rem;
	}

	.box .select1 {
		width: 100%;
	}

	.box .select1 .swiper-box {
		width: 69rem;
		height: 20.3rem;
	}

	.box .select1 .swiper-box .swiper .swiper-slide .img {
		width: 10.3rem;
		height: 10.3rem;
		border-radius: 50%;
	}

	.box .select1 .swiper-box .swiper .swiper-slide .title {
		font-size: 2.6rem;
	}

	.box .select1 .swiper-box .swiper-button-next,
	.box .select1 .swiper-box .swiper-button-prev {
		width: 3.5rem;
		height: 7.5rem;
		background: #F8F8F8;
		top: var(--swiper-navigation-top-offset, 50%);
	}

	.box .select1 .items {
		width: 69rem;
		display: none;
	}

	.box .select1 .items .left {
		width: 69rem;
		height: 35rem;
		border-radius: 2rem;
	}

	.box .select1 .items .right {
		width: 69rem;
		margin-left: 0;
		margin-top: 6rem;
	}

	.box .select1 .items .right .title {
		font-size: 3.2rem;
	}

	.box .select1 .items .right .subtitle {
		font-size: 2.2rem;
		margin-top: 2.4rem;
	}

	.box .select1 .items .right .line {
		margin-top: 2.4rem;
	}

	.box .select1 .items .right .desc {
		font-size: 2.6rem;
		line-height: 4rem;
	}

	.box .list .item3 {
		width: 33rem;
		height: 31rem;
		border-radius: 2rem;
		margin-right: 3rem;
		margin-bottom: 3rem;
		position: relative;
		overflow: hidden;
	}

	.box .list .item3:nth-child(2n) {
		margin-right: 0;
	}

	.box .list .item3:nth-child(n+5) {
		margin-bottom: 3rem;
	}

	.box .list .item3:nth-child(n+7) {
		margin-bottom: 0;
	}

	.box .list .item3 img {
		background: #C3C3C3;
	}

	.box .list .item3 div {
		position: absolute;
		width: 33rem;
		height: 6.5rem;
		background: rgba(0, 0, 0, 0.5);
		border-radius: 0 0 2rem 2rem;
		text-align: center;
		line-height: 6.5rem;
		left: 0;
		bottom: 0;
		z-index: 2;
		color: #FFFFFF;
		font-size: 2.6rem;
	}

	.box>.cont {
		width: 100%;
		padding: 0 3rem;
		box-sizing: border-box;
	}

	.box .cont .desc {
		font-size: 2.6rem;
		line-height: 4rem;
	}

	.box .cont .swiper-box1 {
		width: 69rem;
		height: auto;
		padding: 0 5rem;
		margin: 6rem auto 0;
		box-sizing: border-box;
	}

	.box .cont .swiper-box1 .swiper {
		width: 100%;
		height: 100%;
	}

	.box .cont .swiper-box1 .swiper-slide {
		height: inherit;
		background: #FFFFFF;
		border-radius: 2rem;
		border: 1px solid #EEEEEE;
		display: flex;
		align-items: center;
		box-sizing: border-box;
		flex-direction: column;
	}

	.box .cont .swiper-box1 .swiper-slide .img {
		width: 100%;
		height: 28rem;
		background: #EEEEEE;
		border-radius: 2rem 2rem 0rem 0rem;
	}

	.box .cont .swiper-box1 .swiper-slide .title {
		font-family: Microsoft YaHei;
		font-weight: 400;
		font-size: 2.4rem;
		color: #313131;
		line-height: 3.6rem;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.box .cont .swiper-box1 .swiper-button-next,
	.box .cont .swiper-box1 .swiper-button-prev {
		top: 20rem;
		width: auto;
	}

	.box .cont .swiper-box1 .swiper-button-prev::after,
	.box .cont .swiper-box1 .swiper-button-next::after {
		font-size: 3rem;
	}

	.box .cont .swiper-box1 .swiper-pagination {
		bottom: 0;
	}

	.box .info .left1 {
		width: 69rem;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	.box .info .left1 div:nth-child(1) {
		width: 100%;
		/* height: 33rem; */
		border-radius: 2rem;
		/* margin-bottom: 3rem; */
	}

	.box .info .left1 div:nth-child(n+2) {
		width: 33rem;
		height: 33rem;
		border-radius: 2rem;
		margin-right: 3rem;
	}

	.box .info .left1 div:nth-child(3) {
		margin-right: 0;
	}

	.box .info .right1 {
		width: 69rem;
		margin: 5rem auto 0;
	}

	.box .info .right1 .desc1 {
		font-size: 2.6rem;
		line-height: 4rem;
	}

	.box .info .right1 .about {
		border-top: 1px solid #F5F5F5;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-top: 5rem;
	}

	.box .info .right1 .about .item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 50% !important;
		padding-bottom: 7rem;
	}

	.box .info .right1 .about .item:nth-child(n+5) {
		padding-bottom: 0;
	}

	.box .info .right1 .about .item .img {
		width: 8rem;
		height: 8rem;
		background: #F8F8F8;
		border-radius: 50%;
	}

	.box .info .right1 .about .item .conts {
		flex: 1;
		margin-left: 2.5rem;
		max-width: 100%;
	}

	.box .info .right1 .about .item .conts .title {
		font-family: Microsoft YaHei;
		font-weight: 400;
		font-size: 2.6rem;
		color: #313131;
	}

	.box .info .right1 .about .item .conts .desc {
		font-family: Microsoft YaHei;
		font-weight: 400;
		font-size: 2.6rem;
		color: #AAAAAA;
		line-height: 3.6rem;
		margin-top: 2.5rem;
		max-width: 22rem;
	}

	/* 	.box.bg2{
		background: url('../img/h5/68.png') no-repeat;
		background-size: 100%;
	} */

	.box.bg2 .title {
		font-size: 3rem;
	}

	.box.bg2 .btn {
		width: 20rem;
		height: 6rem;
		background: #FFFFFF;
		border-radius: 1rem;
		margin: 6rem auto 0;
		text-align: center;
		line-height: 6rem;
		box-sizing: border-box;
		font-size: 3rem;
		padding: 0;
	}

	.footer .content {
		width: 100%;
		margin: 0 auto;
		padding: 8rem 3rem 0;
		box-sizing: border-box;
	}

	.footer .content .top {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		margin-bottom: 6rem;
	}

	.footer .content .top .left {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		width: 100%;
	}

	.footer .content .top .left .cube {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 8rem;
		flex: 1;
	}

	.footer .content .top .left .cube:last-child {
		margin-bottom: 8rem;
	}

	.footer .content .top .left .cube img {
		width: 10.4rem;
		height: 10.4rem;
	}

	.footer .content .top .left .cube .message {
		margin-left: 0;
	}

	.footer .content .top .left .cube .message div:first-child {
		font-family: PingFang SC;
		font-weight: bold;
		font-size: 2.4rem;
		color: #FFFFFF;
		margin-top: 3rem;
		text-align: center;
	}

	.footer .content .top .left .cube .message div:last-child {
		font-family: PingFang SC;
		font-weight: 500;
		font-size: 1.8rem;
		color: #FFFFFF;
		line-height: 3.6rem;
		margin-top: 2rem;
		text-align: center;
	}

	.footer .content .top .center {
		display: none;
	}

	.footer .content .top .center .list {
		margin-right: 5.8rem;
	}

	.footer .content .top .center .list:last-child {
		margin-right: 0;
	}

	.footer .content .top .center .list .title {
		font-size: 2rem;
		font-family: Adobe Heiti Std;
		font-weight: normal;
		color: #FFFFFF;
		margin-bottom: 4rem;
	}

	.footer .content .top .center .list ul li {
		font-size: 1.6rem;
		font-family: Adobe Heiti Std;
		font-weight: normal;
		color: #C3C3C3;
		margin-bottom: 2rem;
	}

	.footer .content .top .center .list ul li:last-child {
		margin-bottom: 0;
	}

	.footer .content .top .right {
		width: 100%;
	}

	.footer .content .top .right .contact {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footer .content .top .right .contact img {
		width: 3.04rem;
		height: 3.03rem;
		background: #FFFFFF;
		border-radius: 50%;
	}

	.footer .content .top .right .contact span {
		font-family: PingFang SC;
		font-weight: 500;
		font-size: 3rem;
		color: #FFFFFF;
		line-height: 2.44rem;
	}

	.footer .content .top .right .tel {
		font-size: 5rem;
		font-family: PingFang SC;
		font-weight: bold;
		color: #FFFFFF;
		margin: 3rem 0 6rem;
		text-align: center;
	}

	.footer .content .top .right .hotline {
		margin-bottom: 8rem;
	}

	.footer .content .top .right .hotline p {
		font-family: PingFang SC;
		font-weight: 500;
		font-size: 2.4rem;
		color: #FFFFFF;
		line-height: 4rem;
		margin-bottom: 2rem;
		text-align: center;
	}

	.footer .content .top .right .hotline p:last-child {
		margin-bottom: 0;
	}

	.footer .content .top .right .ewm {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.footer .content .top .right .ewm .code {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-right: 20rem;
	}

	.footer .content .top .right .ewm .code:last-child {
		margin-right: 0;
	}

	.footer .content .top .right .ewm .code img {
		width: 17.5rem;
		height: 17.5rem;
	}

	.footer .content .top .right .ewm .code p {
		font-family: PingFang SC;
		font-weight: 500;
		font-size: 2.4rem;
		color: #FFFFFF;
		line-height: 2.87rem;
		margin-top: 1.6rem;
	}

	.footer .content .bottom {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		padding: 5rem 0;
		box-sizing: border-box;
		border-top: .1rem solid rgba(255, 255, 255, 0.2);
		border-bottom: .1rem solid rgba(255, 255, 255, 0.2);
	}

	.footer .content .bottom .left ul {
		margin-bottom: 2rem;
		text-align: center;
		display: block;
	}

	.footer .content .bottom .left ul:last-child {
		margin-bottom: 8rem;
	}

	.footer .content .bottom .left ul li {
		font-family: PingFang SC;
		font-weight: 500;
		font-size: 2.2rem;
		color: #FFFFFF;
		line-height: 4rem;
		margin-right: 2rem;
		display: inline-block;
		text-align: center;
	}

	.footer .content .bottom .left ul li:last-child {
		margin-right: 0;
	}

	.footer .content .bottom .left .interval li {
		position: relative;
	}

	.footer .content .bottom .left .interval li::after {
		content: " ";
		position: absolute;
		height: 1.7rem;
		width: .1rem;
		background-color: #C3C3C3;
		top: 50%;
		transform: translateY(-50%);
		right: -1rem;
	}

	.footer .content .bottom .left .interval li:last-child::after {
		display: none;
	}

	.footer .content .bottom .left .sign li img {
		width: 1.6rem;
		height: 1.8rem;
		margin-right: 1.1rem;
	}

	.footer .content .bottom .left .sign li {
		margin-right: 0;
		display: block;
		align-items: center;
	}

	.footer .content .bottom .left .sign li span {
		margin-right: 1.6rem;
	}

	.footer .content .bottom .right {
		display: flex;
		flex-direction: column;
		align-items: center;
		box-sizing: border-box;
	}

	.footer .content .bottom .right .logo {
		width: 13rem;
		height: 13rem;
		margin-bottom: 2rem;
	}

	.footer .content .bottom .right .logo img {
		width: 100%;
		height: 100%;
	}

	.footer .content .bottom .right .title {
		font-family: PingFang SC;
		font-weight: bold;
		font-size: 2.6rem;
		color: #FFFFFF;
		line-height: 4.99rem;
		margin-bottom: 2rem;
	}

	.footer .content .bottom .right .txt {
		font-family: PingFang SC;
		font-weight: 500;
		font-size: 2.2rem;
		color: #FFFFFF;
		line-height: 4.99rem;
	}

}