.recom {
				width: 1920px;
				background-color: #bd3d3d;
				margin: 0 auto;
				padding-top: 100px;
				height: 520px;
			}
			#banner {
				position: relative;
				height: 710px;
				background: url('../img/shop_banner.jpg') no-repeat center;
			}
			
			.recom_left {
				float: left;
				width: 500px;
				height: 380px;
				border-radius: 50px;
				padding: 0 20px;
				margin-top: -29px;
				background-color: rgba(32, 32, 32, 0.6);
			}

			.recom_left:hover {
				border-radius: 0px;
				background-color: rgba(32, 32, 32, 0);
				transition: all .6s;
				cursor: pointer;
			}

			.recom_left:hover p {

				transition: all .6;
			}

			.recom_left p {
				text-align: center;
				font-size: 30px;
				color: #fff;


			}

			.recom_left p:nth-child(1) {
				font-weight: 700;
				text-align: center !important;
				font-size: 36px;
				margin: 20px 0;
				color: #fff;
				text-indent: 0em;
			}

			.recom_right {
				position: relative;
				margin-left: 100px;
				float: left;
				border-radius: 20px;
				overflow: hidden;
			}

			.recom_right:hover img {
				transform: scale(1.1);
				transition: all .6s;
			}

			.recom_right p {
				position: absolute;
				top: 0;
				left: 0;
				width: 500px;
				height: 314px;
				line-height: 314px;
				text-align: center;
				color: transparent;
				font-weight: 700;
				font-size: 24px;
				
				background-color: rgba(32, 32, 32, 0)
			}
			.recom_right:hover p{
				transition: all 1s;
				color: #fff;
				background-color: rgba(32, 32, 32, .7)
			}
			/* 环境 */
			#environment {
				position: relative;
				width: 1920px;
				height: 660px;
				margin: 0 auto;
				padding-top: 36px;
				background: url('../img/bg_01.jpg') no-repeat center;
			}
			.envirconment_text {
			        position: absolute;
			        right: 410px;
			        top: 255px;
			        font-size: 30px;
			        font-weight: 700;
			        color: #bd3d3d;
			}
			.envirconment_text p {
				margin: 20px 0;
				text-indent: 0em;
			}
			.envirconment_text h2 {
				text-align: center;
			}
			/* 环境结束 */
			/* 轮播图容器 */

			.carousel {
				position: relative;
				width: 700px;
				height: 424px;
			}

			/* 图片容器 */
			.carousel .imgs {
				position: absolute;
				top: 0;
				left: 0;
				width:700px;
				height: 464px;

			}

			/* 图片 */
			.carousel .img {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				opacity: 0;
				transition: opacity 0.5s ease-in-out;
			}

			/* 图片显示状态 */
			.carousel .active {
				opacity: 1;
			}

			/* 控制按钮 */
			.carousel .controls {
				position: absolute;
				bottom: -30px;
				left: 50%;
				transform: translateX(-50%);
				z-index: 1;
			}

			/* 控制按钮-当前 */
			.carousel .control.active:before {
				display: inline-block;
				content: "";
				width: 30px;
				height: 15px;
				border-radius: 20px;
				background-color: #bd3d3d;
			}

			/* 控制按钮-未选中 */
			.carousel .control:before {
				display: inline-block;
				width: 30px;
				height: 15px;
				border-radius: 20px;
				content: "";
				margin: 0 5px;
				background-color: #fff ;
				cursor: pointer;
			}
	
			
			#recom_adress .adress {
				float: left;
				width: 400px;
				height: 300px;
				font-size: 48px;
				font-weight: 700;
				text-align: center;
				padding-top:200px ;
				padding-left: 50px;
			} 
			#en_01 {
				margin-left: 143px;
				margin-bottom: 20px;
			}