.container>.m6f73-header>.m6f73-headerauto>.navone>.active {
	background: #BD9369;
	color: #fff;
}

.container>.m6f73-header>.m6f73-headerauto>.navone>a {
	transition: .5s;
}


.m6f73-main>.m6f73-main-middle>.m6f73-main-middle-text{
		width: 800px;
		color: #fff;
		font-size: 12px;
		font-weight: 300;
		margin: auto;
		line-height: 22px;
		margin-bottom: 50px;
	}

@media only screen and (min-width: 1500px) {
	.clearfix:after {
		/*伪元素是行内元素 正常浏览器清除浮动方法*/
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.container>.m6f73-banner {
		position: relative;
	}

	.container>.m6f73-banner>.nav {
		width: 100%;
		height: 54px;
		background: rgba(70, 77, 88, 0.9);
		position: fixed;
		z-index: 9999;
	}

	.container>.m6f73-banner>.nav>.m6f73-top {
		width: 1364px;
		margin: auto;
	}

	.container>.m6f73-banner>.nav>.m6f73-top>ul {
		float: right;
		display: none;
	}

	.container>.m6f73-banner>.nav>.m6f73-top>ul>a {
		color: #F3DFCB;
		font-size: 14px;
		line-height: 54px;
		margin-right: 20px;
	}

	/*.container>.m6f73-banner>.nav>.m6f73-top>ul>a:nth-child(8) {*/
	/*	margin: 0;*/
	/*}*/




	.clearfix {
		*zoom: 1;
		/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
	}

	.container>.m6f73-banner>.swiper-container {
		width: 100%;
	}

	.container>.m6f73-banner>.swiper-container>.swiper-wrapper>.swiper-slide>img {
		width: 100%;
		display: block;
	}

	.swiper-pagination {
		margin-left: 0;
	}

	.swiper-pagination-bullet {
		width: 15px;
		height: 15px;
		background: #fff;
	}

	.swiper-pagination-bullet-active {
		background: #BD9369;
	}

	.m6f73-top-image {
		width: 1364px;
		/* height: 354px; */
		display: block;
		margin: auto;
	}
	.m6f73-top-image img{
		width: 100%;
		display: block;
	}

	.m6f73-main {
		background: #314460;
		padding: 70px 0;
	}

	.m6f73-main>.m6f73-main-middle {
		width: 1364px;
		margin: auto;

	}

	.m6f73-main>.m6f73-main-middle>h2 {
		color: #BE956A;
		font-size: 30px;
		text-align: center;
		font-weight: 400;
	}

	.m6f73-main>.m6f73-main-middle>h2>span {
		border-bottom: 2px solid #BE956A;
	}

	.m6f73-main>.m6f73-main-middle>p {
		font-size: 16px;
		text-align: center;
		color: #BE956A;
		line-height: 60px;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box {
		width: 100%;
	}
	.m6f73-main>.m6f73-main-middle>.m6f73-main-middle-text{
		width: 800px;
		color: #fff;
		font-size: 12px;
		font-weight: 300;
		margin: auto;
		line-height: 22px;
		margin-bottom: 50px;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item {
		width: 316px;
		height: 180px;
		background: #FFF6E9;
		padding: 30px 25px 15px ;
		box-sizing: border-box;
		float: left;
		margin-right: 33px;
		margin-bottom: 35px;
		position: relative;
		display: none;

	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item>.m6f73-p1 {
		font-size: 14px;
		position: absolute;
		color: #BD9369;
		bottom: 10px;
		left: 25%;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item:hover {
		background: #BD9369;
		cursor: pointer;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item:hover>div>span {
		color: #fff;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item:hover>div>p:nth-last-child(2) {
		color: #fff;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item:hover>div>p {
		color: #F3DFCB;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item:hover>p {
		color: #fff;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.active {
		background: #BD9369;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item:nth-child(4n) {
		margin-right: 0;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item>div>span {
		font-size: 44px;
		float: left;
		margin-right: 10px;
		color: #BD9369;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item>div>p:nth-last-child(2) {
		font-size: 18px;
		color: #BD9369;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item>div>p {
		color: #797878;
		font-size: 14px;
		float: left;
		font-weight: 400;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item>div>p:nth-child(3) {
		width: 210px;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-drop1 {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: url("https://www.louis0131.com/home_res_path/img/xl.png");
		background-size: 100% 100%;
		cursor: pointer;
		margin: auto;
		z-index: 999;
		margin-top: 60px;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.active>.m6f73-p1 {
		color: #fff;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.active>div>p:nth-last-child(2) {
		color: #fff;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.active>div>p {
		color: #F3DFCB;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.active>p {
		color: #fff;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.active>div>span {
		color: #fff;
	}




	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up {
		width: 1364px;
		padding: 47px 0 0;
		background: #FFF6E9;
		display: none;
		position: relative;
	}
	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-guanbi{
		background-color: #BD9369;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 50px;
		cursor: pointer;
	}
	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-guanbi>img{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: calc(50% - 16px);
		right: calc(50% - 16px);

	}


	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-cent {
		width: 1194px;
		margin: auto;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-cent>.m6f73-top {
		border-bottom: 1px solid #BD9369;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-cent>.m6f73-top>h3 {
		float: left;
		font-size: 22px;
		color: #BD9369;
		font-weight: 400;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-cent>.m6f73-top>P {
		float: right;
		font-size: 14px;
		color: #BD9369;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-cent>.m6f73-top>P>img {
		margin-left: 20px;
		margin-right: 10px;
		vertical-align: middle;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-cent>.m6f73-text {
		padding-top: 40px;
		color: #797878;
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 60px;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-cent>.m6f73-text>.m6f73-left {
		width: 570px;
		float: left;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-cent>.m6f73-text>.m6f73-right {
		width: 570px;
		float: right;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-bott {
		width: 100%;
		height: 142px;
		background: #fff;
		position: relative;
		color: #BD9369;
		font-size: 18px;
		line-height: 142px;
		text-align: center;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-bott>img {
		width: 54px;
		height: 54px;
		position: absolute;
		top: -27px;
		left: 50%;
		transform: translate(-50%);
	}




	.m6f73-bottom {
		background: #fff;
		padding: 8px 0 116px;
	}

	.m6f73-bottom>.m6f73-cent {
		width: 1364px;
		margin: auto;
	}

	.m6f73-bottom>.m6f73-cent>div {
		width: 415px;
		float: left;
		margin-right: 8px;
	}

	.m6f73-bottom>.m6f73-cent>div>img {
		width: 100%;
		height: 214px;
		display: block;
		margin-bottom: 8px;
	}

	.m6f73-bottom>.m6f73-cent>.m6f73-midd {
		display: block;
		width: 291px;
		height: 437px;
		float: left;
	}

	.m6f73-bottom>.m6f73-cent>.m6f73-rit {
		display: block;
		float: right;
		width: 644px;
		height: 437px;
	}
}








@media only screen and (max-width: 1500px) {
	.clearfix:after {
		/*伪元素是行内元素 正常浏览器清除浮动方法*/
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.clearfix {
		*zoom: 1;
		/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
	}

	.container>.m6f73-banner>.swiper-container {
		width: 100%;
	}

	.container>.m6f73-banner {
		position: relative;
	}

	.container>.m6f73-banner>.nav {
		width: 100%;
		height: 54px;
		background: rgba(70, 77, 88, 0.9);
		position: fixed;
		z-index: 9999;
	}

	.container>.m6f73-banner>.nav>.m6f73-top {
		width: 1120px;
		margin: auto;
	}

	.container>.m6f73-banner>.nav>.m6f73-top>ul {
		float: right;
		display: none;
	}

	.container>.m6f73-banner>.nav>.m6f73-top>ul>a {
		color: #F3DFCB;
		font-size: 14px;
		line-height: 54px;
		margin-right: 20px;
	}

	/*.container>.m6f73-banner>.nav>.m6f73-top>ul>a:nth-child(8) {*/
	/*	margin: 0;*/
	/*}*/

	.container>.m6f73-banner>.swiper-container>.swiper-wrapper>.swiper-slide>img {
		width: 100%;
		display: block;
	}

	.swiper-pagination {
		margin-left: 0;
	}

	.swiper-pagination-bullet {
		width: 15px;
		height: 15px;
		background: #fff;
	}

	.swiper-pagination-bullet-active {
		background: #BD9369;
	}

	.m6f73-top-image {
		width: 1120px;
		display: block;
		margin: auto;
	}
	.m6f73-top-image  img{
		width: 100%;
		display: block;
	}

	.m6f73-main {
		background: #314460;
		padding: 70px 0;
	}

	.m6f73-main>.m6f73-main-middle {
		width: 1120px;
		margin: auto;

	}

	.m6f73-main>.m6f73-main-middle>h2 {
		color: #BE956A;
		font-size: 30px;
		text-align: center;
		font-weight: 400;
	}

	.m6f73-main>.m6f73-main-middle>h2>span {
		border-bottom: 2px solid #BE956A;
	}

	.m6f73-main>.m6f73-main-middle>p {
		font-size: 16px;
		text-align: center;
		color: #BE956A;
		line-height: 60px;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box {
		width: 100%;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item {
		width: 255px;
		height: 180px;
		background: #FFF6E9;
		padding: 30px 10px 15px 20px;
		box-sizing: border-box;
		float: left;
		margin-right: 33px;
		margin-bottom: 35px;
		position: relative;
		display: none;
		
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item>.m6f73-p1 {
		font-size: 14px;
		position: absolute;
		color: #BD9369;
		bottom: 10px;
		left: 74px;
		float: right;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item:hover {
		background: #BD9369;
		cursor: pointer;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item:hover>div>span {
		color: #fff;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item:hover>div>p:nth-last-child(2) {
		color: #fff;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item:hover>div>p {
		color: #F3DFCB;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item:hover>p {
		color: #fff;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.active {
		background: #BD9369;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item:nth-child(4n) {
		margin-right: 0;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item>div>span {
		font-size: 44px;
		float: left;
		margin-right: 10px;
		color: #BD9369;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item>div>p:nth-last-child(2) {
		font-size: 16px;
		color: #BD9369;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item>div>p {
		color: #797878;
		font-size: 14px;
		float: left;
		font-weight: 400;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.m6f73-item>div>p:nth-child(3) {
		width: 160px;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-drop1 {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: url("https://www.louis0131.com/home_res_path/img/xl.png");
		background-size: 100% 100%;
		cursor: pointer;
		margin: auto;
		z-index: 999;
		margin-top: 60px;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.active>.m6f73-p1 {
		color: #fff;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.active>div>p:nth-last-child(2) {
		color: #fff;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.active>div>p {
		color: #F3DFCB;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.active>p {
		color: #fff;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-set-box>.active>div>span {
		color: #fff;
	}




	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up {
		width: 1120px;
		padding: 47px 0 0;
		background: #FFF6E9;
		display: none;
		position: relative;
	}
	
	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-guanbi{
		background-color: #BD9369;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 50px;
		cursor: pointer;
	}
	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-guanbi>img{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: calc(50% - 16px);
		right: calc(50% - 16px);

	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-cent {
		width: 1000px;
		margin: auto;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-cent>.m6f73-top {
		border-bottom: 1px solid #BD9369;
		line-height: 40px;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-cent>.m6f73-top>h3 {
		float: left;
		font-size: 22px;
		font-weight: 400;
		color: #BD9369;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-cent>.m6f73-top>P {
		float: right;
		font-size: 14px;
		color: #BD9369;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-cent>.m6f73-top>P>img {
		margin-left: 20px;
		margin-right: 10px;
		vertical-align: middle;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-cent>.m6f73-text {
		padding-top: 40px;
		color: #797878;
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 60px;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-cent>.m6f73-text>.m6f73-left {
		width: 480px;
		float: left;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-cent>.m6f73-text>.m6f73-right {
		width: 480px;
		float: right;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-bott {
		width: 100%;
		height: 142px;
		background: #fff;
		position: relative;
		color: #BD9369;
		font-size: 18px;
		line-height: 142px;
		text-align: center;
	}

	.m6f73-main>.m6f73-main-middle>.m6f73-pop-up>.m6f73-bott>img {
		width: 54px;
		height: 54px;
		position: absolute;
		top: -27px;
		left: 50%;
		transform: translate(-50%);
	}




	.m6f73-bottom {
		background: #fff;
		padding:8px 0 116px;
	}

	.m6f73-bottom>.m6f73-cent {
		width: 1120px;
		margin: auto;
	}

	.m6f73-bottom>.m6f73-cent>div {
		width: 335px;
		float: left;
		margin-right: 8px;
	}

	.m6f73-bottom>.m6f73-cent>div>img {
		width: 100%;
		display: block;
		margin-bottom: 8px;
	}

	.m6f73-bottom>.m6f73-cent>.m6f73-midd {
		display: block;
		width: 240px;
		float: left;
	}

	.m6f73-bottom>.m6f73-cent>.m6f73-rit {
		display: block;
		float: right;
		width: 530px;
	}
}

:root{--ms-accent:#5c4a32;--ms-radius:7px;--ms-line:1.65;--ms-gap:10px;}
