@charset "utf-8";
/* CSS Document */

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

	/* 手机头部 */
	.sp_header,
	.sjj_nav {
		display: block;
	}


	.carousel {
		top: 50px
	}

	.abuot-list {
		top: 55px;
		margin-bottom: 55px;
	}

	.carousel-fade .carousel-item img {
		height: 300px;
	}

	.abuot-list ul {
		flex-wrap: wrap;
	}

	.abuot-list ul li {
		width: 49%;
		margin-bottom: 10px;
	}

	.abuot-list ul li a {
		padding: 10px;
	}

	.swiper-button-prev {
		left: 40%;
	}

	.swiper-button-next {
		right: 40%;
	}

	.guest {
		display: none;
	}

	.invitation {
		display: block;
		padding-bottom: 50px;
	}

	.link-us ul li {
		width: 32%;
		margin: 4px 0.5%;
	}

	.pc-bottom .pc-bottom-left,
	.pc-bottom .pc-bottom-img {
		display: none;
	}

	.pc-bottom-right {
		width: 100%;
	}

	.pc-bottom-right ul {
		justify-content: space-evenly !important;
	}

	.pc-banner,
	.page-pc-banner {
		display: none;
	}

	.wap-banner {
		display: block;
		position: relative;
		top: 50px;
	}

	.wap-banner img {
		width: 100%;
		height: auto;
	}

	.page-wap-banner {
		display: block;
		position: relative;
		top: 50px;
	}

	.page-wap-banner img {
		width: 100%;
		height: auto;
	}

	.inside .inside-nav {
		max-width: 100%;

	}

	.inside .inside-nav h2 {
		display: none;
	}

	.inside .container {
		flex-wrap: wrap;
		padding: 0;
	}

	.inside .inside-nav ul {
		padding-bottom: 0;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.inside .inside-nav ul li a {
		padding-left: 0;
		        padding: 0 15px;
	}
	.inside-content-list ul li .text p{
	/*display: -webkit-box;
		-webkit-line-clamp: 8;  限制显示的行数
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis; */
	}
	.inside-content-list ul li .img{
		margin-right: 10px;
	}
	.get-code-btn{
		    top: 89px;
		    right: 82px;
	}
	.details{
		z-index: 999;
		position: relative;
	}
	.details-text{
		padding: 30px 15px;
	}
	.details .container{
		padding: 0;
	}
	.details-menu{
		padding: 0 15px;
		margin-top: 0;
	}
	.input-group ul li{
		float: none;
	}
	.input-group ul li{
		margin-right: 10px;
	}
	.inside{
		margin-top: 50px;
	}
	.link-us ul li img{
	    width: 100%;
    height: 74px;
	}
}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 360px) {}
