.neirong{
	background: #f0f0f0;
	padding-bottom: 40px;
}
.weizhi{
	padding-top: 50px;
	padding-bottom:25px;
	display: flex;
	align-items: center;
}
.weizhi a{
	color: #333;
}
.chanpin{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.chan{
	width:50%;
}
.yulan1 {
	text-align: center;
	padding-bottom: 40px;
}

.yulan1 span {
	font-size: 8px;
	color: #F5E8E6;
	font-family: zi2;
	margin-bottom: 19.5px;
	display: block;
}

.yulan1 h1 {
	font-size: 34px;
	font-family: zi1;
	font-weight: 400;
	color: #F5E0DC;
	-webkit-text-stroke: 0.2px #F7EBDF;
	text-stroke: 0.2px #F7EBDF;
	background: linear-gradient(0deg, #F5E0DC 0%, #C2948C 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-top: 25px;
	padding-bottom: 29px;
}

.yulan1 h2 {
	font-size: 14px;
	font-family: zi2;
	font-weight: 400;
	color: #F5E9E6;
	margin-bottom: 30px;
}

.yulan2 {
	width: 90;
	overflow: hidden;
	margin: 0 auto;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 15px;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	width: 100%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	height: 100px;
	box-sizing: border-box;
	padding: 10px 0;
	width: 85%;
	overflow: hidden;
	
}
.yuanle{
	position: relative;
}

.mySwiper .swiper-slide {
	width: 35%;
	height: 100%;
	border-radius: 0;
}
/* .mySwiper .swiper-wrapper{
	width: 80%;
	overflow: hidden;
} */
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
	border: 3px solid #fff;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySwiper2 .swiper-slide {
	height: 500px;
}

.mySwiper2 .swiper-slide img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 10px;
}
.pin{
	width: 46%;
}
.biao1 h1{
	    margin-bottom: 12px;
	    line-height: 1.4;
	    font-size: 30px;
	    color: #333;
	    font-weight: normal;
}
.biao1 p{
	       line-height: 28px;
	       font-size: 14px;
	       color: #818181;
}
.biao2{
	margin-top: 38px;
	    padding-top: 36px;
	    padding-bottom: 50px;
	    padding-left: 5px;
	    font-size: 14px;
	    border-top: solid 1px #CCC;
}
.biao2 p{
color: #555555;
   
		    margin: 12px 0;
			display: flex;
			align-items: center;
}
.dianpu{
	    padding-top: 38px;
	    border-top: solid 1px #CCC;
		display: flex;
		    margin-top: 20px;
}
.dianpu a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 62px;
	background-color: #ee1d25;
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
}
.dianpu a img{
	width: 40px;
	margin-right: 10px;
}
.dianpu a:nth-child(1){
	margin-right: 20px;
}
.dianpu a:nth-child(2){
	margin-right: 20px;
}
.swiper-button-next{
	background-color: #fff;
	    background-size: 11px 44px !important;
		border-radius: 5px;
		height: 60px !important;
		top: 40% !important;
}
.swiper-button-prev{
	background-color: #fff;
	    background-size: 11px 44px !important;
		border-radius: 5px;
		height: 60px !important;
		top: 40% !important;
}
.wenziban{
    margin-top: 30px;
    padding-bottom: 100px;
}
.wenjianjie{
    margin-top: 50px;
    line-height: 26px !important;
    font-size: 16px !important;
    color:#333 ;
}
.wenjianjie img{
    width:80% !important;
    margin: 0 auto;
    display: block;
}
.wzb{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 62px;
    background-color: #ee1d25;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
}

@media screen and (max-width:1024px){
	.chan{
		width: 100%;
	}
	.pin{
		width: 100%;
	}
}
@media screen and (max-width:768px){
	.mySwiper2 .swiper-slide {
		height: 200px;
	}
	
	.mySwiper2 .swiper-slide img {

		height: 200px;

	}
	.swiper-button-next{
		background-color: transparent;
		    background-size: 11px 44px !important;
			border-radius: 5px;
			height: 60px !important;
			top: 40% !important;
			right: 0 !important;
	}
	.swiper-button-prev{
		background-color: transparent;
		    background-size: 11px 44px !important;
			border-radius: 5px;
			height: 60px !important;
			top: 40% !important;
			left: 0 !important;
	}
	.weizhi {
	    padding-top: 0px;
	    padding-bottom: 15px;
	    display: flex;
	    align-items: center;
	}
	.biao2 p{
		flex-wrap: wrap;
	}

}