a {
	color: inherit;
}



.main {
	width: 1280px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

.main::after {
	content: "";
	display: block;
	clear: both;
}

.nav_btn {
	display: none;
}

.jian {
	width: 100%;
	height: 160px;
}


.header_out {
	background: #000;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	height: 160px;
	padding-top: 60px;
}

.main1 {
	width: 1100px;
	margin: 0 auto;
}

.ts {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.head {
	height: 57px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.head .logo {
	display: block;
	float: left;
	margin-top: 4px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.head .logo img {
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	float: left;
}

.head .logo .logo_b {
	margin-left: 14px;
	margin-top: 10px;
}

.head .add_btn {
	float: right;
	line-height: 57px;
	color: #474648;
}

.head .add_btn a {
	display: block;
	float: left;
	font-size: 16px;
}



.head .nav {
	float: left;
	margin-left: 95px;
}

.head .nav li {
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right:10px;
	padding: 0 15px;
}

.head .nav li:nth-child(1) {
	margin-left: 0;
}

.head .nav li a {
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #474648;
	display: inline-block;
	color: #fff;
	transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.head .nav li a:hover {
	color: #fff;
	border-bottom: 1px solid #b8ac25;
}

.head .nav li .sub {
	position: fixed;
	min-width: 100%;
	padding-bottom: 40px;
	width: 100%;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	top: 120px;
	left: 0;
	padding-top: 30px;
	background: rgba(255, 255, 255, 0.8);
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.head .nav li .sub .col {
	float: left;
	width: 16.6666666666666%;
}

.head .nav li .sub .tit {
	margin-bottom: 15px;
}

.head .nav li .sub .tit .line {
	background: #eb6100;
	height: 4px;
	border-top: 1px solid #f4b184;
	border-bottom: 1px solid #f4b184;
	width: 127px;
	max-width: 90%;
}

.head .nav li .sub .tit p {
	line-height: 1;
	/*font-family: "ub";*/
	color: #474648;
	padding-top: 9px;
}

.head .nav li .sub .abox {
	font-size: 0;
	color: #474648;
}

.head .nav li .sub .abox a {
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-left: 13px;
	position: relative;
	letter-spacing: -1px;
}

.head .nav li .sub .abox a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	background: #ec8f26;
}



.banner1 {
	height: 810px;
	position: relative;

}

.banner1 .swiper-container {
	padding: 20px 0;
	background-color: #000000;
}

.banner1 img {
	height: 100%;
	height: 810px;
	width: 100%;
}

.banner1 .box {

	height: 100%;
}

.banner1 .box .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 180px;
	height: 180px;
	margin-left: -90px;
	margin-top: -90px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 100%;
	text-align: center;
	font-size: 40px;
	color: #c8a94b;
	line-height: 180px;
	border: 1px solid #e4ca3e;
}

.banner1 .swiper-slide-active .box .text {

	display: none;

}

.banner1 .swiper-slide-active {
	position: relative;
}

.banner1 .swiper-slide-active .box img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.05);
	position: relative;
	z-index: 999;
	border: 3px solid #e9d77a;
}



.fp-box-1 {
	background-color: #000;
	padding: 75px 0;
}

.fp-box-1 .text {

	padding: 0 50px;

}

.fp-box-1 .text h3 {
	font-size: 35px;
	color: #d5be6f;
	padding-top: 20px;
}

.fp-box-1 .text span {
	font-size: 20px;
	color: #ffffff;
	display: inline-block;
	padding-bottom: 40px;
}

.fp-box-1 .text p {
	font-size: 18px;
	color: #ffffff;
	line-height: 40px;
}

.fp-box-1 .text a {
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
	margin-top: 15px;
}

.fp-box-1 .text a:hover {
	color: #B8AC25;

}


.fp-box-2 .titi h3 {
	text-align: center;
	font-size: 35px;
	color: #f8f8f8;

}

.fp-box-2 .pic {
	padding-left: 55px;
	margin-top: 45px;
}


.fp-box-2 .box {
	width: 100%;
	height: 345px;
	position: relative;
	margin-top: 35px;
}

.fp-box-2 .box img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.fp-box-2 .box a {
	display: inline-block;
	width: 144px;
	margin-left: -72px;
	margin-top: -22px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: rgba(122, 114, 114, .6);
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 28px;
	color: #f8f8f8;
}

.fp-box-3 {
	position: relative;
	margin-top: 220px;
	height: 1090px;
}

.titi-dy {
	width: 210px;
	height: 180px;
	background: url(../img/xia.png) no-repeat center;
	position: absolute;
	top: -10%;
	left: 50%;
	margin-left: -105px;
	padding-left: 35px;
	padding-top: 60px;
	z-index: 2;
}

.titi-dy span {
	font-size: 21px;
	color: #fff;
}

.titi-dy h3 {
	font-size: 32px;
	color: #fefefe;
}

.fp-box-3 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.fp-box-3 .box {
	position: relative;
}

.fp-box-3 .box .text {
	background: #000;
	opacity:0.6;
	border-radius: 5px;
	padding: 10px;
	position: absolute;
	top: 185px;
	left: 170px;
	width: 480px;
	font-size: 24px;
	color: #ffffff;
	line-height: 39px;
}


/*  */
.fp-box-4 .swiper-container {
	width: 100%;
	height: 195px;

	margin-left: auto;
	margin-right: auto;
}

.fp-box-4 .swiper-slide {
	background-size: cover;
	background-position: center;
}

.fp-box-4 .gallery-top {
	height: 80%;
	width: 100%;
}

.fp-box-4 .box1 {
	height: 20%;
	box-sizing: border-box;

	width: 1030px;
	margin: 0 auto;
	position: relative;
}

.fp-box-4 .gallery-thumbs .swiper-slide {

	height: 100%;
	opacity: 0.4;
}

.fp-box-4 .gallery-thumbs .swiper-slide img {
	width: 100%;
}

.fp-box-4 .gallery-thumbs .swiper-slide-active {
	opacity: 1;
}


.fp-box-4 .swiper-button-next.swiper-button-white {
	background: url(../img/rii.png) no-repeat;

}

.fp-box-4 .swiper-button-next {
	position: absolute;
	top: 35%;
	right: -5%;
	width: 25px;
	height: 50px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.fp-box-4 .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 25px;
	height: 50px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.fp-box-4 .swiper-button-prev.swiper-button-white {
	background: url(../img/lee.png) no-repeat;
}

.fp-box-4 .swiper-button-prev {
	background: url(../img/lee.png) no-repeat;
	left: -5%;
	right: auto;
	top: 35%;
}

.fp-box-4 {
	position: relative;
	background-color: #2f2f2f;
	padding-bottom: 50px;
}

.fp-box-4 .gallery-top .swiper-slide {
	position: relative;
}

.fp-box-4 .gallery-top .swiper-slide .dy {
	width: 170px;
	height: 165px;
	position: absolute;
	bottom: 0;
	left: 68%;
	background-color: rgba(0, 0, 0, .5);
	border: 1px solid #343434;
	text-align: center;
	padding-top: 35px;
}

.fp-box-4 .gallery-top .swiper-slide .dy h3 {
	font-size: 28px;
	color: #dbb66f;
	padding-bottom: 15px;
}

.fp-box-4 .gallery-top .swiper-slide .dy h3 i {
	font-size: 42px;
	font-style: normal;

}

.fp-box-4 .gallery-top .swiper-slide .dy p {
	font-size: 14px;
	color: #c6c6c6;
	line-height: 20px;
}

.fp-box-4 .gallery-top .swiper-slide {
	width: 100%;
	height: 1000px;
}

.fp-box-4 .gallery-top .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.fp-box-4 .gallery-thumbs .swiper-slide {
	height: 195px;

}

.qun {
	width: 500px;
	margin: 0 auto;
	margin-top: 50px;
}

.qun ul li {

	text-align: center;
}

.qun ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.qun1 {

	height: 1px;
	background-color: #bfbfbf;
	position: relative;
}

.qun1 ul li.li1 .a1 {
	display: block;
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 100%;
	position: absolute;
	top: -11px;
	left: -22px;
	z-index: 9;
	background-color: rgb(0, 0, 0, .0);
	border: 2px solid #6c6c6c;
}

.qun1 ul li.li1 .a1:hover,
.qun1 ul li.li5 .a1:hover {
	border: 2px solid #e6be6f !important;
	background-color: #2f2f2f !important;
}

.qun1 ul li.li5 .a1 {
	display: block;
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 100%;
	position: absolute;
	top: -11px;
	right: -22px;
	z-index: 9;
	background-color: rgb(0, 0, 0, .0);
	border: 2px solid #6c6c6c;
}

.qun1 ul li {
	position: relative;

}

.qun1 ul li.li1 span {
	text-align: left;
	margin-left: -32px;
}

.qun1 ul li.li5 span {
	text-align: center;
	margin-right: -32px;
}

.qun1 ul li span {
	display: inline-block;
	margin-top: 20px;
	font-size: 18px;
	color: #fff;
	width: 43px;
}

.qun1 ul li b {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -11px;
	background-color: rgb(0, 0, 0, .0);
	border: 2px solid #6c6c6c;
	margin-bottom: 20px;
}

.qun1 ul li b:hover {
	border: 2px solid #e6be6f !important;
	background-color: #2f2f2f !important;
}

.hover1 {
	border: 2px solid #e6be6f !important;
	background-color: #2f2f2f !important;
}

/*  */
.fp-box-5 {
	padding-top: 100px;
	padding-left: 50px;
	padding-right: 50px;
}

.fp-box-5 .head1 {
	width: 50%;
	float: left;
	padding-left: 210px;
}

.titidy1 {
	width: 210px;
	height: 180px;
	background: url(../img/you.png) no-repeat center;

	background-size: 100% auto;
	padding-left: 35px;
	padding-top: 60px;
	z-index: 2;

}

.titidy1 span {
	font-size: 21px;
	color: #fff;
}

.titidy1 h3 {
	font-size: 32px;
	color: #fefefe;
}

.fp-box-5 .rig {
	width: 50%;
	text-align: right;
	padding-right: 20px;
	padding-top: 140px;
	float: right;
	font-size: 27px;
	color: #bc9b66;
}


.vi {
	width: 100%;

	box-sizing: border-box;
	display: none;
}

.vi .box {
	width: 100%;
	margin-top: 25px;
	position: relative;
}

.vi video {
	width: 100%;
	height: 980px;
}

.vi .box .im1 {
	width: 114px;
	height: 114px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -57px;
	margin-top: -57px;


}

.vi .box .im1.hover {
	display: none;

}

.vi.show {
	display: block;
}


.fp-box-5 ul li {
	width:16.6%;
	float: left;
	padding-top: 38px;
	padding-left: 38px;
	padding-bottom: 80px;
}

.fp-box-5 ul li.hover {

	background-color: #e6be6f;
}

.fp-box-5 ul li.hover h3 {
	color: #040404;
}

.fp-box-5 ul li h3 {
	font-size: 20px;
	color: #e6be6f;
	padding-bottom: 25px;
}

.fp-box-5 ul li span {
	font-size: 14px;
	color: #fefefe;
}

.fp-box-6 {
	padding-top: 80px;
}

.fp-box-6 .box2 {
	position: relative;
}

.fp-box-6 .gg {
	width: 210px;
	height: 180px;
	background: url(../img/tyu.png) no-repeat center;
	position: absolute;
	top: 0px;
	right: 310px;
	background-size: 100% auto;
	padding-left: 50px;
	padding-top: 60px;
	z-index: 2;

}


.fp-box-6 .gg span {
	font-size: 21px;
	color: #fff;
	display: block;
	text-align: right;
	padding-right: 30px;
}

.fp-box-6 .gg h3 {
	font-size: 32px;
	color: #fefefe;

}

.fp-box-6 .suosuo {
	position: absolute;
	top: 200px;
	right: 365px;
}

.fp-box-6 .text {
	font-size: 20px;
	color: #dedede;
	line-height: 30px;
	padding-top: 110px;
	padding-left: 165px;
}

.fp-box-6 .im1 {
	max-width: 100%;
}


.titidy2 {
	margin: 0 auto;

}

.fp-box-7 {
	margin-top: 150px;
}

.fp-box-7 .ttit {
	text-align: center;
	font-size: 22px;
	color: #d5be6f;
	text-align: center;
}

/* .fp-box-7 .swiper-container {
	padding: 0 200px;
} */

.fp-box-7 .swiper-container .swiper-slide .left {
	width: 50%;
	float: left;
}

.fp-box-7 .swiper-container .swiper-slide .rii {
	width: 50%;
	float: left;
	font-size: 26px;
	color: #ffffff;
	padding-left: 50px;
}


.fp-box-7 .swiper-container .swiper-slide .left .pic {
	width: 610px;
	height: 720px;
	margin: 0 auto;
}

.fp-box-7 .swiper-container .swiper-slide .left .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.fp-box-7 .swiper-container .swiper-slide {
	padding: 0 200px;

}

.fp-box-7 .swiper-container {
	background-color: #1b1f29;
	padding-top: 50px;
	padding-bottom: 150px;
}

.fp-box-7 .swiper-container .swiper-slide .left .text h3 {
	font-size: 54px;
	color: #ffffff;
	text-align: center;
}

.fp-box-7 .swiper-container .swiper-slide .left .text span {
	font-size: 32px;
	color: #ffffff;
	text-align: center;
	display: block;
	padding-top: 10px;
}


.fp-box-7 .swiper-button-next.swiper-button-white {
	background: url(../img/riii.png) no-repeat;
	background-size: 100% 100%;
}

.fp-box-7 .swiper-button-prev.swiper-button-white {
	background: url(../img/leee.png) no-repeat;
	background-size: 100% 100%;
}

.fp-box-7 .swiper-button-next {
	position: absolute;
	top: 50%;
	right: 100px;
	width: 45px;
	height: 97px;
	margin-top: -27px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.fp-box-7 .swiper-button-prev {
	position: absolute;
	top: 50%;
	left: 100px;
	width: 45px;
	height: 97px;
	margin-top: -27px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}



.titidy3 {
	background: url(../img/xiaxia.png) no-repeat;
	width: 184px;
	height: 241px;
	margin: 0 auto;
	color: #ba9c63;
	margin-top: 20px;
	background-color: #0c0c0c;
}

.titidy3 h3,
.titidy3 span {
	color: #ba9c63;
}

.fp-box-8 ul li {
	width: 25%;
	float: left;
	padding: 77px 42px 56px;
}

.fp-box-8 ul li h3 {
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	padding-bottom: 50px;
}

.fp-box-8 ul li p {
	font-size: 15.5px;
	color: #a8a8a8;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.fp-box-8 ul li img {
	width: 200px;
	height: 200px;
	display: block;
	margin: 0 auto;
	margin-top: 70px;
}

.fp-box-8 ul li.hover {
	background-color: #242424;
}

.fp-box-8 b {
	font-size: 22px;
	color: #d5be6f;
	padding: 10px 0;
	display: block;
	text-align: center;
	font-style: normal;
}

.fp-box-8 ul li:nth-child(2),
.fp-box-8 ul li:nth-child(4),
.fp-box-8 ul li:nth-child(5),
.fp-box-8 ul li:nth-child(7) {
	background-color: #242424;
}

.fp-box-8 .swiper-container {

	padding-bottom: 80px;
}

.fp-box-8 .swiper-button-prev.swiper-button-white {
	background: url(../img/zuobian1.jpg) no-repeat;
	background-size: 100% auto !important;
}

.fp-box-8 .swiper-button-prev {
	position: absolute;
	top: auto;
	left: 47%;
	width: 45px;
	height: 45px;

	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	bottom: 0;
}


.fp-box-8 .swiper-button-next.swiper-button-white {
	background: url(../img/youbian2.jpg) no-repeat;
	background-size: 100% auto !important;
}

.fp-box-8 .swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: auto;
	width: 45px;
	right: 47%;
	height: 45px;

	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	bottom: 0;
}

.ti-link1 {
	margin-top: -80px;
}



@media (min-width: 1031px) {
	.nav li:hover>a {
		color: #eb6100;
	}

	.nav li:hover .sub {
		top: 81px;
		opacity: 1;
		visibility: visible;
	}

	.header_out.on {
		box-shadow: 0.174px 0.985px 13.58px 0.42px rgba(0, 0, 0, 0.1);
	}

	.header_out.on .head {
		height: 66px;
	}

	.header_out.on .head .nav li>a {
		line-height: 66px;
	}

	.header_out.on .head .logo {
		margin-top: 9px;
	}

	.m_nav {
		display: none !important;
	}

}

@media (max-width: 1650px) {
	.fp-box-6 .suosuo {
		position: absolute;
		top: 80px;
		right: 40px;
	}

	.fp-box-7 .swiper-button-next {

		right: 20px;

	}

	.fp-box-7 .swiper-button-prev {

		left: 20px;

	}

	.fp-box-7 .swiper-container .swiper-slide .rii {

		font-size: 20px;
		padding-left: 70px;
	}

	.fp-box-7 .swiper-container .swiper-slide .left .pic {
		width: 500px;
		height: 600px;
	}
}

@media (max-width: 1310px) {
	.main {
		width: 1200px;
	}

	.banner .txt {
		font-size: 50px;
	}

	.fp-box-5 .head1 {
		padding-left: 100px;
	}

	.fp-box-5 ul li {
		padding-top: 18px;
		padding-left: 18px;
		padding-bottom: 20px;
	}

	.fp-box-6 .suosuo {
		position: absolute;
		top: 150px;
		right: 65px;
	}

	.fp-box-6 .text {
		font-size: 20px;
		color: #dedede;
		line-height: 30px;
		padding-top: 210px;
		padding-left: 165px;
	}




	.fp-box-7 .swiper-button-next {

		right: 20px;

	}

	.fp-box-7 .swiper-button-prev {

		left: 20px;
		right: 10px;
		    width: 21px;
		    height: 56px;
			top: 20%;
	}

	.fp-box-7 .swiper-container .swiper-slide .rii {

		font-size: 18px;
		padding-left: 70px;
	}

	.fp-box-7 .swiper-container .swiper-slide .left .pic {
		width: 400px;
		height: 500px;
	}
}

@media (max-width: 1230px) {
	.main {
		width: 992px;
	}

	.head .nav li>a {
		padding: 0 10px;
	}

	.head .nav {
		margin-left: 60px;
	}

	.head .logo .logo_b {
		display: none;
	}

	.main1 {
		width: 100%;
	}

	.fp-box-4 .box1 {
		height: 20%;
		box-sizing: border-box;

		width: 800px;
		margin: 0 auto;
		position: relative;
	}

	.fp-box-4 .gallery-top .swiper-slide {
		width: 100%;
		height: 700px;
	}

	.fp-box-3 {
		position: relative;
		margin-top: 220px;
		height: auto;
	}

	.fp-box-3 .box .text {
		position: absolute;
		top: 185px;
		left: 170px;
		width: 480px;
		font-size: 18px;
		color: #ffffff;
		line-height: 30px;
	}
}

@media (max-width: 1030px) {
	.titidy1 {
		width: 150px;
		height: 140px;
		background: url(../img/you.png) no-repeat center;
		background-size: 100% auto;
		padding-left: 23px;
		padding-top: 40px;
		z-index: 2;
	}

	.titidy1 span {
		font-size: 16px;
		color: #fff;
	}

	.titidy1 h3 {
		font-size: 23px;
		color: #fefefe;
	}

	.head .nav {
		display: none;
	}

	.main {
		width: 768px;
	}

	.header_out {
		box-shadow: 0.174px 0.985px 13.58px 0.42px rgba(0, 0, 0, 0.1);
	}

	.header_out .head {
		height: 70px;
	}

	.header_out .head .nav li>a {
		line-height: 1.6;
	}

	.header_out .head .logo {
		margin-top: 13px;
		position: absolute;
		margin-top: 0;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	html {
		position: relative;
		transition: all 0.3s;
		left: 0;
	}

	html.slide_nav {
		left: 450px;
	}

	.header_out {
		transition: all 0.3s;
		left: 0;
	}

	.header_out.slide_nav {
		left: 450px;
	}

	.head .nav {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		display: block;
		width: 450px;
		position: fixed;
		z-index: 999;
		top: 0;
		overflow: hidden;
		z-index: 50;
		background: #eb6100;
		margin-left: 0;
		height: 100%;
		padding-top: 60px;
		padding-right: 25px;
		padding-left: 25px;
		left: -450px;
		transition: all 0.3s;
	}

	.head .nav.on {
		left: 0;
	}

	.head .nav li {
		display: block;
		float: none;
		border-bottom: 0.6px solid rgba(255, 255, 255, 0.6);
		padding-right: 55px;
	}

	.head .nav li>a {
		line-height: 1;
		padding: 14px 0;
		font-size: 13px;
	}

	.head .nav li.has_sub::after {
		content: "";
		display: block;
		position: absolute;
		/*font-family: Arial;*/
		width: 40px;
		height: 100%;
		font-weight: lighter;
		font-size: 18px;
		color: #fff;
		text-align: center;
		line-height: 32px;
		right: 0;
		top: 0;

	}

	.header_out .head .nav li>a {
		line-height: 2;
		color: #fff;
	}

	.nav_btn {
		display: block;
		width: 26px;
		height: 18px;
		position: absolute;
		left: 15px;
		top: 50%;
		margin-top: -9px;
		z-index: 999;
	}

	.nav_btn span {
		display: block;
		transition: all 0.3s;
		height: 1px;
		width: 100%;
		position: absolute;
		left: 0;
		background: #fff;
		transition: all 0.3s;
	}

	.nav_btn span:nth-of-type(1) {
		top: 0;
	}

	.nav_btn span:nth-of-type(2) {
		top: 50%;
		margin-top: -0.5px;
	}

	.nav_btn span:nth-of-type(3) {
		bottom: 0;
	}

	.nav_btn.active span {
		background: #fff;
	}

	.nav_btn.active span:nth-of-type(1) {
		top: 50%;
		transform: rotate(45deg);
	}

	.nav_btn.active span:nth-of-type(2) {
		opacity: 0;
	}

	.nav_btn.active span:nth-of-type(3) {
		top: 50%;
		transform: rotate(-45deg);
	}

	.m_nav {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 50;
		top: 0;
		left: 100%;
		background: #eb6100;
		transition: all 0.3s;
		padding: 150px 40px 0;
	}

	.m_nav .close {
		display: block;
		width: 30px;
		height: 30px;
		top: 80px;
		left: 50%;
		margin-left: -15px;
		position: absolute;
		background: url(../img/close.png) no-repeat center/cover;
	}

	.m_nav .con>a {
		display: block;
		text-align: center;
		color: #fff;
		font-size: 18px;
		margin-bottom: 25px;
	}

	.m_nav .sub a {
		display: block;
		text-align: center;
		margin-bottom: 15px;
		color: #fff;
		font-size: 14px;
	}

	.m_nav.on {
		left: 0;
	}

	.header_out {
		padding-top: 0;
	}

	body {
		padding-top: 70px;
	}

	.head .add_btn {
		line-height: 70px;
	}

	.m_nav {
		padding-top: 90px;
	}

	.m_nav .con {
		height: 100%;
		overflow: scroll;
	}

	.m_nav .con .col {
		margin-bottom: 30px;
	}

	.m_nav .con .tit {
		text-align: center;
		color: #fff;
		margin-bottom: 10px;
		border-bottom: 1px solid #fff;
		padding-bottom: 10px;
	}

	.m_nav .close {
		top: 20px;
	}

	.banner .txt {
		font-size: 32px;
		bottom: 40px;
	}

	.i_a {
		padding-top: 60px;
		padding-bottom: 60px;
		margin-bottom: 0;
	}

	.i_a .tt {
		font-size: 32px;
	}

	.i_a ul .bottom {
		padding-top: 20px;
	}

	.i_a ul .bottom h2 {
		font-size: 20px;
	}

	.i_a ul .bottom p {
		font-size: 15px;
	}

	.i_tit span {
		font-size: 40px;
	}

	.i_b ul p {
		font-size: 16px;
		margin-top: 10px;
	}

	.i_b ul li {
		margin-bottom: 10px;
	}

	.i_b {
		padding-bottom: 60px;
	}

	.i_c .left .tt {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.i_c .left p {
		font-size: 16px;
	}

	.i_c .left {
		padding-top: 0;
		padding-left: 0;
	}

	.i_c .left .btn {
		float: left;
		margin-right: 0;
		margin-top: 20px;
		line-height: 40px;
		width: 150px;
		font-size: 15px;
	}

	.i_c {
		padding-bottom: 60px;
	}

	.i_d .i_tit span {
		font-size: 40px;
	}

	.i_d .bottom ul li {
		width: 100%;
	}

	.i_d .bottom ul li:nth-child(2n) .in {
		float: left;
	}

	.i_e .t {
		font-size: 60px;
	}

	.i_e {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.i_e p {
		font-size: 12px;
	}

	footer .col {
		width: 30%;
	}

	footer .icon_col {
		width: 100%;
		margin-top: 40px;
	}

	footer .icon_col {
		text-align: center;
	}

	.head .nav li {
		margin-left: 0;
	}

	.d_top .left {
		width: 100%;
	}

	.d_top .right {
		width: 100%;
		margin-top: 30px;
	}

	.fp-box-3 .box .text {
		position: absolute;
		top: 15px;
		left: 0px;
		width: 100%;
		font-size: 12px;
		color: #ffffff;
		line-height: 15px;

		padding: 40px 15px 0;
	}
}

@media (max-width: 800px) {
	.header_out.slide_nav {
		left: 300px;
	}

	html.slide_nav {
		left: 300px;
	}

	.head .nav {
		width: 300px;
	}

	.header_out .head .nav li>a {
		line-height: 1.6;
	}

	.head .nav {
		padding-right: 0;
		padding-left: 0;
	}

	.head .nav li {
		padding-left: 26px;
	}

	/* .header_out .head {
		height: 50px;
	} */

	body {
		padding-top: 50px;
	}

	.main {
		padding-right: 10px;
		padding-left: 10px;
	}

	.banner .txt {
		padding-top: 150px;
		padding-bottom: 100px;
		position: static;
		font-size: 20px;
	}

	.banner img {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.i_a .tt {
		font-size: 20px;
	}

	.i_a ul {
		padding-right: 10px;
		padding-left: 10px;
	}

	.i_a ul li {
		width: 100%;
		margin-bottom: 35px;
	}

	.i_a ul .bottom p {
		min-height: 0;
	}

	.i_tit span {
		font-size: 30px;
	}

	.i_b ul {
		margin-right: -10px;
		margin-left: -10px;
		margin-top: 35px;
	}

	.i_b ul li {
		width: 50%;
		padding: 0 10px;
	}

	.i_b ul p {
		font-size: 14px;
	}

	.i_c .left {
		width: 100%;
	}

	.i_c img {
		width: 100%;
		margin-top: 35px;
	}

	.i_d .i_tit span {
		font-size: 30px;
	}

	.i_d .bottom ul li {
		padding-left: 120px;
	}

	.i_d .bottom ul li img {
		width: 100px;
		left: 0;
	}

	.i_d .bottom ul li {
		padding-top: 0;
	}

	.i_e li {
		width: 100%;
		margin-bottom: 25px;
	}

	.i_f li {
		padding-top: 0;
		width: 100%;
	}

	.i_f li .inner {
		width: 100%;
	}

	.i_f .des {
		height: auto !important;
	}

	.i_f li::after {
		display: none;
	}

	.i_g {
		padding-top: 0;
	}

	.i_g form .ele {
		width: 100%;
		margin-bottom: 15px;
	}

	.i_g form .row {
		margin-bottom: 0;
	}

	.i_g form .submit_btn {
		margin-top: 25px;
	}

	.i_g {
		margin-bottom: 60px;
	}

	.head .add_btn .search {
		font-size: 0;
		margin-left: 10px;
	}

	.head .add_btn .ali {
		font-size: 0;
	}

	.head .add_btn {
		line-height: 50px;
	}

	.m_nav .con>a {
		font-size: 16px;
	}

	.m_nav .con .tit {
		font-size: 14px;
	}

	.m_nav .sub a {
		font-size: 12px;
		margin-bottom: 5px;
	}

	footer .col {
		width: 100%;
		margin-bottom: 35px;
	}

	.d_top .left .sw_box .swiper-slide {
		height: auto;
	}

	.web_position {
		font-size: 15px;
	}

	.d_top .left .tit {
		font-size: 22px;
	}

	.d_top .left .sw_box .swiper-container {
		width: 100%;
	}

	.d_top .left .sw_box .ropbox {
		width: 100%;
		margin-top: 20px;
		overflow: hidden;
	}

	.d_top .left .sw_box .ropbox .imgbox {
		width: 20%;
		height: 77px;
		float: left;
	}

	.d_top .right .sub_btn {
		margin-top: 25px;
	}

	.d_top {
		margin-bottom: 40px;
	}

	.d_des {
		font-size: 16px;
	}

	.icon_box img {
		width: 40px;
		margin-right: 10px;
	}

	.icon_box {
		padding-bottom: 30px;
	}

	.related_box .tit {
		font-size: 20px;
	}

	.related_box ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 24px;
	}

	.related_box ul .floor .des {
		height: auto !important;
	}

	.product_des .tt {
		font-size: 20px;
	}

	.product_des {
		padding-top: 40px;
	}

	footer .icon_col a img {
		width: 30px;
	}

	.header_out {

		height: 90px;
		padding-top: 0px;
	}

	.banner1 img {
		height: 100%;
		height: 350px;
		width: 100%;
		object-fit: cover;
	}

	.jian {
		height: 90px;
	}

	.banner1 .box .text {
		width: 50px;
		height: 50px;
		margin-left: -25px;
		margin-top: -25px;
		font-size: 14px;
		line-height: 50px;
	}

	.banner1 {
		height: 350px;
		position: relative;
	}

	.fp-box-1 .text {
		padding: 0 20px;
	}

	.fp-box-1 .text h3 {
		font-size: 25px;
		padding-top: 0px;
	}

	.fp-box-1 .text span {
		font-size: 16px;
		padding-bottom: 20px;
	}

	.fp-box-1 .text p {
		font-size: 14px;
		color: #ffffff;
		line-height: 22px;
	}

	.fp-box-2 .titi h3 {
		text-align: center;
		font-size: 25px;
		color: #f8f8f8;
	}

	.fp-box-2 .pic {
		padding-left: 25px;
		margin-top: 25px;
		width: 200px;
		height: 40px;
	}

	.fp-box-2 .pic img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.fp-box-2 .box {
		height: auto;
		margin-top: 15px;
	}

	.fp-box-2 .box img {

		object-fit: cover;
	}

	.fp-box-2 .box a {
		display: inline-block;
		width: 60px;
		margin-left: -30px;
		margin-top: -17px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		background-color: rgba(122, 114, 114, .6);
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 12px;
		color: #f8f8f8;
	}

	.fp-box-3 {
		position: relative;
		margin-top: 20px;
		height: auto;
	}

	.titi-dy {
		width: 60px;
		height: 60px;
		background: url(../img/xia.png) no-repeat center;
		background-size: 100%;
		position: absolute;
		top: -4%;
		left: 50%;
		margin-left: -30px;
		padding-left: 0px;
		padding-top: 4px;
		z-index: 21;
		text-align: center;
	}

	.titi-dy span {
		font-size: 10px;

	}

	.titi-dy h3 {
		font-size: 11px;
		color: #fefefe;
	}



	.fp-box-4 .box1 {
		height: 20%;
		box-sizing: border-box;

		width: 300px;
		margin: 0 auto;
		position: relative;
	}

	.fp-box-4 .gallery-top .swiper-slide {
		width: 100%;
		height: 300px;
	}

	.fp-box-3 {
		position: relative;
		margin-top: 20px;
		height: auto;
	}

	.fp-box-3 .box .text {
		position: absolute;
		top: 15px;
		left: 0px;
		width: 100%;
		font-size: 12px;
		color: #ffffff;
		line-height: 15px;
		padding: 40px 15px 0;
	}


	.fp-box-4 .swiper-button-next {
		top: 33%;
		right: -12%;
	}

	.fp-box-4 .swiper-button-prev {
		left: -10%;
		top: 33%;
	}

	.fp-box-4 .gallery-top .swiper-slide .dy {
		width: 100px;
		height: 100px;
		bottom: 0;
		left: auto;
		right: 10px;
		padding-top: 15px;

	}

	.fp-box-4 .gallery-top .swiper-slide .dy h3 {
		font-size: 12px;
		padding-bottom: 5px;
	}

	.fp-box-4 .gallery-top .swiper-slide .dy h3 i {
		font-size: 22px;
		font-style: normal;
	}

	.fp-box-4 .gallery-top .swiper-slide .dy p {
		font-size: 12px;
	}

	.titi-dy-two {
		top: 0;
	}

	.fp-box-4 .gallery-top {

		height: 300px;
	}

	.fp-box-4 .gallery-thumbs .swiper-slide {
		height: 140px;
	}

	.fp-box-4 .gallery-thumbs .swiper-slide img {
		height: 140px;
	}

	.qun {
		width: 200px;
		margin: 0 auto;
		margin-top: 0px;
	}

	.qun1 ul li span {

		font-size: 10px;

	}

	.fp-box-5 {
		padding-top: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.fp-box-5 .head1 {
		padding-left: 0px;
	}



	.titidy1 {
		width: 100px;
		height: 100px;
		background: url(../img/you.png) no-repeat center;
		background-size: 100% auto;
		padding-left: 13px;
		padding-top: 20px;
		z-index: 2;
	}

	.titidy1 span {
		font-size: 12px;
		color: #fff;
	}

	.titidy1 h3 {
		font-size: 16px;
		color: #fefefe;
	}

	.vi video {
		width: 100%;
		height: 235px;
	}

	.fp-box-5 .rig {
		width: 50%;
		text-align: right;
		padding-right: 20px;
		padding-top: 0px;
		float: right;
		font-size: 12px;
		color: #bc9b66;
		margin-top: 50px;
	}

	.fp-box-5 ul li {
		width: 33.33%;
		float: left;
		padding: 10px;
	}

	.fp-box-5 ul li h3 {
		font-size: 14px;
		color: #e6be6f;
		padding-bottom: 15px;
	}

	.fp-box-5 ul li span {
		font-size: 12px;
	}

	.vi .box .im1 {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -25px;
		margin-top: -25px;
	}






	.fp-box-6 .gg {
		width: 100px;
		height: 100px;
		background: url(../img/tyu.png) no-repeat center;
		position: absolute;
		top: 0%;
		right: auto;
		left: 50%;
		background-size: 100% auto;
		padding-left: 20px;
		padding-top: 30px;
		margin-left: -50px;

		z-index: 2;

	}


	.fp-box-6 .gg span {
		font-size: 14px;
		color: #fff;
		display: block;
		text-align: right;
		padding-right: 30px;
	}

	.fp-box-6 .gg h3 {
		font-size: 18px;
		color: #fefefe;

	}

	.fp-box-6 .text {
		font-size: 12px;
		color: #dedede;
		line-height: 30px;
		padding-top: 100px;
		padding-left: 15px;
	}

	.fp-box-6 {
		padding-top: 10px;
	}

	.fp-box-6 .suosuo {
		position: absolute;
		top: 24px;
		right: 15px;
		width: 50px;
		height: 50px;
	}





	.fp-box-7 .swiper-container .swiper-slide .left {
		width: 100%;
		float: none;
	}

	.fp-box-7 .swiper-container .swiper-slide .rii {
		width: 100%;
		float: none;
		font-size: 14px;
		color: #ffffff;
		padding-left: 20px;
	}

	.fp-box-7 .swiper-container .swiper-slide {
		padding: 0 0px;
	}

	.fp-box-7 .swiper-container .swiper-slide .left .pic img {
		width: 100%;
		height: 100%;
		display: block;

		object-fit: contain;
	}

	.fp-box-7 .swiper-container .swiper-slide .left .pic {
		width: 100%;
		height: 220px;
	}

	.fp-box-7 .swiper-container .swiper-slide .left .text h3 {
		font-size: 22px;
	}

	.fp-box-7 .swiper-container .swiper-slide .left .text span {
		font-size: 14px;
		padding-top: 5px;
	}

	.fp-box-7 .swiper-container .swiper-slide .rii {
		font-size: 12px;
		color: #ffffff;
		padding-left: 0px;
		text-align: center;
		padding: 0 20px;

	}

	.fp-box-7 .swiper-container {

		padding-top: 20px;
		padding-bottom: 20px;
	}

	.swiper-button-prev {
		position: absolute;
		top: 20%;

		width: 21px;
		height: 56px;

	}

	.fp-box-7 .swiper-button-next {
		position: absolute;
		top: 20%;
		right: 10px;
		width: 21px;
		height: 56px;

	}

	.fp-box-7 .ttit {

		margin-bottom: 20px;
	}


	.fp-box-8 ul li {
		width: 50%;
		float: left;
		padding: 15px;
	}

	.fp-box-8 ul li h3 {
		font-size: 24px;
		padding-bottom: 10px;
	}

	.fp-box-8 ul li p {
		font-size: 12px;

		line-height: 20px;

	}

	.fp-box-8 ul li img {
		width: 100px;
		height: 100px;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
	}

	.fp-box-8 ul li:nth-child(2),
	.fp-box-8 ul li:nth-child(4),
	.fp-box-8 ul li:nth-child(5),
	.fp-box-8 ul li:nth-child(7) {
		background: none;
	}

	.fp-box-8 ul li:nth-child(1),
	.fp-box-8 ul li:nth-child(2),
	.fp-box-8 ul li:nth-child(5),
	.fp-box-8 ul li:nth-child(6) {
		background: #161616;
	}

	.fp-box-8 .swiper-button-prev {

		left: 40%;
		width: 35px;
		height: 35px;

	}




	.fp-box-8 .swiper-button-next,
	.swiper-button-prev {

		width: 35px;
		right: 40%;
		height: 35px;

	}
}

/*mf*/
.left {
	float: left;
}

.right {
	float: right;
}

.sub_banner {
	width: 100%;
	position: relative;
}

.sub_banner img {
	width: 100%;
}

.sub_bann0326 .swiper-button-prev {
	background: url(../img/jiantou_l.png) no-repeat;
	position: absolute;
	top: 50%;
	width: 17px;
	height: 31px;
}

.sub_bann0326 .swiper-button-next {
	background: url(../img/jiantou_r.png) no-repeat;
	position: absolute;
	top: 50%;
	width: 17px;
	height: 31px;
}

.sub_bann0326 .swiper-pagination-bullet {
	width: 45px;
	height: 45px;
	background: none;
	color: #282828;
	line-height: 45px;
	opacity: 1;
	font-size: 20px;
}

.sub_bann0326 .swiper-pagination-bullet-active {
	background: #be926f;
	color: #FFFFFF;
}

.sub_bann0326 .swiper-container-horizontal>.swiper-pagination-bullets,
.sub_bann0326 .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
}

.mf {
	padding-bottom: 50px;
}

.mf_part1 .mf_title {
	padding: 60px 0;
}

.mf_part1 .mf_title img {
	display: block;
	margin: 0 auto 20px;
}

.mf_part1 .mf_title span {
	height: 1px;
	display: block;
	margin: 0 auto;
	width: 150px;
	background: #000;
}

.content {
	width: 1400px;
	margin: 0 auto;
}

.mf_part1 .mf_c {
	width: 46%;
	margin-bottom: 60px;
	color: #000;
}

.mf_part1 .mf_c img {
	width: 100%;
}

.mf_part1 .mf_c h2 {
	font-size: 48px;
}

.mf_part1 .mf_c .txt {
	font-size: 16px;
	padding: 50px 0;
	 color:#666
	min-height: 180px;
}

.mf_part1 .mf_c .more {
	font-size: 20px;
}

.mf_part1 .mf_c .more a {
	color: #000;
}

.mf_part1 .mf_c .mf_t_w1 {
	width: 25%;
	float: left;
	height: 6px;
	border-radius: 6px;
	background: #fdce10;
	margin-top: 10px;
}

.mf_part1 .mf_c .mf_t_w2 {
	width: 70%;
	float: right;
}

.mf_part1 .mf_c .mf_t_w3 {
	width: 25%;
	float: right;
	height: 160px;
	width: 6px;
	border-radius: 6px;
	background: #fdce10;
	margin-top: 10px;
}

.mf_part1 .mf_c .mf_t_w4 {
	width:90%;
	float: left;
	padding-left: 10%;
}

.mf_part1 .more_c {
	float: right;
}

.mf_least .mf_l_img {
	width: 50%;
	float: left;
}

.mf_least .mf_l_img img {
	width: 100%;
}

.mf_least .mf_r_txt {
	width: 38%;
	padding-right: 5%;
	float: right;
}

.mf_least .mf_r_txt h2 {
	font-size: 46px;
}

.mf_least .mf_r_txt h3 {
	font-size: 32px;
	margin-top: 30px;
}

.mf_least .mf_r_txt .t {
	font-size: 22px;
	padding-right: 60px;
	margin-top: 60px;
}

.mf_list {
	margin-top: 100px;
}

.mf_list .mf_img {
	width: 45%;
}

.mf_list .mf_img img {
	width: 100%;
}

.mf_list .mf_img p {
	font-size: 30px;
	color: #000;
	padding: 0 5%;
	line-height: 2;
}

.mf_more {
	float: right;
}

.mf_part2 {
	padding: 80px 40px 0;
}

.mf_part2 .left {
	width: 65.7%
}

.mf_part2 .right {
	width: 33.3%;
	position: relative;
}

.mf_part2 img {
	width: 100%;
}

.mf_part2 .right .bg {
	width: 100%;
	height: 100%;
	background: url(../img/dt_05.png) repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.mf_part2 .right .mf_t {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	font-size: 38px;
}

.mf_part2 .right .mf_b {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	font-size: 26px;
}

.footer {
	width: 100%;
	background: #000;
	padding: 36px 0;
	color: #fff;
}

.footer .f_wid {
	width: 1400px;
	margin: 0 auto;
}

.f_nav {
	font-size: 18px;
	padding-bottom: 20px;
}

.f_nav a {
	color: #fff;
	padding: 0 20px;
}

.footer .f_logo {
	float: left;
	height: 60px;
}

.footer .left {
	font-size: 14px;
	margin-left: 30px;
	line-height: 2;
}

@media (max-width: 1400px) {
	.content {
		width: 94%;
	}

	.footer .f_wid {
		width: 94%;
	}
}

@media (max-width: 1024px) {
	.jian {
		height: 90px;
	}

	.mf {
		padding-bottom: 30px;
	}

	.mf_part1 .mf_title {
		padding: 30px 0;
	}

	.mf_part1 .mf_title span {
		width: 100px;
	}

	.mf_part1 .mf_c {
		margin-bottom: 30px;
	}

	.mf_part1 .mf_c h2 {
		font-size: 24px;
	}

	.mf_part1 .mf_c .txt {
		font-size: 16px;
		padding: 24px 0;
		min-height: 100px;
		 color:#666
	}

	.mf_part1 .mf_c .more {
		font-size: 14px;
	}

	.mf_part1 .mf_c .mf_t_w2 {
		width: 70%;
	}

	.mf_part1 .mf_c .mf_t_w3 {
		height: 100px;
	}

	.mf_part1 .mf_c .mf_t_w4 {
		width: 50%;
		padding-left: 20%;
	}

	.mf_least .mf_r_txt h2 {
		font-size: 22px;
	}

	.mf_least .mf_r_txt h3 {
		font-size: 16px;
		margin-top: 16px;
	}

	.mf_least .mf_r_txt .t {
		font-size: 14px;
		padding-right: 30px;
		margin-top: 30px;
	}

	.mf_list {
		margin-top: 60px;
	}

	.mf_list .mf_img p {
		font-size: 20px;
	}

	.mf_part2 {
		padding: 40px 40px 0;
	}
}

@media (max-width:768px) {
	.jian {
		height: 40px;
	}

	.mf {
		padding-bottom: 30px;
	}

	.mf_part1 .mf_title {
		padding: 16px 0;
	}

	.mf_part1 .mf_title img {
		width: 50%;
		margin: 0 auto 10px;
	}

	.mf_part1 .mf_title span {
		width: 100px;
	}

	.mf_part1 .mf_c {
		margin-bottom: 30px;
		width: 100%;
	}

	.mf_part1 .mf_c .mf_t_w4 {
		width: 80%;
		padding-left: 5%;
	}

	.mf_least .mf_r_txt h3 {
		margin-top: 10px;
	}

	.mf_least .mf_r_txt .t {
		margin-top: 30px;
	}

	.mf_list .mf_img {
		width: 49%;
	}

	.mf_list {
		margin-top: 20px;
	}

	.mf_list .mf_img p {
		font-size: 14px;
	}

	.mf_part2 {
		padding: 10px 10px 0;
	}

	.mf_least .mf_l_img {
		width: 100%;
	}

	.mf_least .mf_r_txt {
		width: 100%;
		padding-right: 0%;
	}

	.mf_part1 .more_c img,
	.mf_more img {
		height: 30px;
	}

	.mf_part2 .right .mf_b {
		font-size: 14px;
	}

	.mf_part2 .right .mf_t {
		font-size: 14px;
	}

	.f_nav {
		font-size: 14px;
	}

	.f_nav a {
		padding: 0 10px;
	}
}

/*contact*/
.contact {
	background: #000;
	padding: 60px 0 30px;
	margin-top: -10px;
	position: relative;
}

.contact .icon {
	width: 70px;
	height: 70px;
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -35px;
}

.contact_cn {
	width: 80%;
	background: url(../img/contact_bg.jpg) repeat center;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	line-height: 3;
	font-size: 26px;
	padding: 100px 0;
}

@media (max-width:1024px) {}

@media (max-width:768px) {
	.contact .icon {
		width: 50px;
		height: 50px;
		top: -25px;
		margin-left: -25px;
	}

	.contact_cn {
		line-height: 3;
		font-size: 16px;
		padding: 30px 12px;
	}
}

/*ad*/
.ad {
	width: 100%;
	padding-bottom: 40px;
	margin-top: 20px;
}

.ad .ad_wid {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.ad .ad_wid #tab {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.ad .ad_wid #tab li {
	font-size: 33px;
	color: #b3b3b3;
	font-weight: bold;
	margin: 20px 0;
	position: relative;
	cursor: pointer;
}

.ad .ad_wid #tab li.active {
	color: #262626;
}

.ad .ad_wid #tab li.active i {
	width: 100%;
	height: 2px;
	background: #be926f;
	position: absolute;
	bottom: 0;
	left: 0;
}

.ad .ad_top {
	border: 1px solid #c4c3c3;
	position: relative;
}

.ad .ad_top .pro {
	width: 50%;
	float: left;
}

.ad .ad_top .ad_t_txt {
	width: 40%;
	float: right;
	margin-right: 5%;
	margin-top: 100px;
	display: none;
}

.ad .ad_top .ad_t_txt h2 {
	font-size: 38px;
}

.ad .ad_top .ad_t_txt .time {
	font-size: 24px;
	margin-top: 30px;
}

.ad .ad_top .ad_t_txt .t {
	font-size: 20px;
	margin-top: 10px;
}

.ad .ad_top .ad_t_txt .ad_more {
	margin-top: 50px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	border: 1px solid #be926f;
	font-size: 22px;
	padding: 4px 40px;
}

.ad_list {
	margin-top: 40px;
}

.ad_list ul {
	width: 100%;
	overflow: hidden;
}

.ad_list li {
	float: left;
	width: 25%;
	padding: 0 10px;
}

.ad_list li a {
	border: 1px solid #c4c3c3;
	display: block;
}

.ad_list li a img {
	width: 100%;
}

.ad_list li .ad_l_txt {
	padding: 20px;
}

.ad_list li .ad_l_txt h2 {
	font-size: 32px;
}

.ad_list li .ad_l_txt .time {
	font-size: 20px;
	margin-top: 30px;
	color: #c6905d;
}

.ad_list li .ad_l_txt .t {
	font-size: 16px;
	margin-top: 10px;
}

.ad_history {
	margin-top: 40px;
	background: url(../img/mrwbg.jpg) no-repeat;
	background-size: cover;
}

.ad_history h2 {
	font-size: 44px;
	text-align: center;
	margin-top: 20px;
}

.ad_history h2 span {
	height: 2px;
	width: 20px;
	background: #be926f;
	display: block;
	margin: 10px auto 0;
}

.ad_history h3 {
	font-size: 30px;
	text-align: center;
	margin-top: 40px;
}

.ad_history video {
	height: 490px !important;
	w
}

.ad_h_txt .a_t {
	width: 50%;
	float: left;
	padding: 40px;
}

.ad_history .ad_vied img {
	width: 100%;
}

.ad_bot {
	margin-top: 40px;
}

.ad_bot .ad_b_t {
	background: #b8b8b8;
	text-align: center;
	padding: 30px 0;
	color: #fff;
}

.ad_bot .ad_b_t h2 {
	font-size: 76px;
}

.ad_bot .ad_b_t p {
	font-size: 22px;
}

.ad_bot .ad_b_c {
	background: url(../img/bg.png) no-repeat;
	text-align: center;
	background-size: 100% 100%;
	font-size: 20px;
	padding: 30px 0;
}

.ad_input {
	background: #f7f7f7;
	padding: 30px;
}

.ad_input .ad_txt_inp .text {
	width: 32%;
	float: left;
	padding: 0 20px;
	margin-right: 2%;
	border: none;
	background: #fff;
	line-height: 60px;
	font-size: 18px;
	color: #999;
}

.ad_input .textarea {
	margin-top: 10px;
	background: #fff;
	padding: 20px;
}

.ad_input .textarea textarea {
	width: 100%;
	border: none;
	background: none;
	line-height: 30px;
	font-size: 18px;
	color: #999;
	resize: none;
	min-height: 100px;
}

.ad_input .ad_i_t {
	margin-top: 40px;
}

.ad_input .ad_i_t .text {
	width: auto;
	float: left;
	padding: 0 20px;
	margin-right: 2%;
	border: none;
	background: none;
	line-height: 40px;
	font-size: 18px;
	color: #999;
	float: left;
}

.ad_input .ad_i_t img {
	vertical-align: middle;
	float: left;
}

.ad_input .ad_i_t a {
	float: right;
	background: #be926f;
	color: #fff;
	font-size: 18px;
	padding: 0px 30px;
	height: 50px;
	line-height: 50px;
}

.ad_mr {
	padding: 40px 0;
}

.ad_mr .ad_mr_title {
	text-align: center;
	font-size: 56px;
}

.ad_mr .ad_mr_t {
	text-align: center;
	font-size: 26px;
	margin-top: 20px;
}

.ad_mr .ad_me_c {
	margin-top: 60px;
}

.ad_mr .ad_me_c .ad_mr_img {
	width: 50%;
	float: left;
}

.ad_mr .ad_me_c .ad_mr_img img {
	width: 100%;
}

.ad_mr .ad_me_c .ad_mr_ct {
	width: 25%;
	float: left;
	padding: 0 20px;
}

.ad_mr .ad_me_c .ad_mr_ct h2 {
	font-size: 26px;
	color: #333;
}

.ad_mr .ad_me_c .ad_mr_ct .t {
	font-size: 18px;
	margin-top: 20px;
	color: #666;
}


@media (max-width:1200px) {
	.ad_mr {
		padding: 40px 0;
	}

	.ad .ad_wid {
		width: 94%;
		margin: 0 auto;
	}

	.ad_mr .ad_mr_title {
		text-align: center;
		font-size: 56px;
	}

	.ad_mr .ad_mr_t {
		text-align: center;
		font-size: 26px;
		margin-top: 20px;
	}

	.ad_mr .ad_me_c {
		margin-top: 60px;
	}

	.ad_mr .ad_me_c .ad_mr_img {
		width: 100%;
		float: left;
	}

	.ad_mr .ad_me_c .ad_mr_img img {
		width: 100%;
	}

	.ad_mr .ad_me_c .ad_mr_ct {
		width: 50%;
		float: left;
		padding: 0 20px;
		margin-top: 20px;
	}

	.ad_mr .ad_me_c .ad_mr_ct h2 {
		font-size: 26px;
		color: #333;
	}

	.ad_mr .ad_me_c .ad_mr_ct .t {
		font-size: 18px;
		margin-top: 20px;
		color: #666;
	}
}

@media (max-width:800px) {
	.ad .ad_wid {
		width: 94%;
		margin: 0 auto;
	}

	.sub_bann0326 .swiper-pagination {
		display: none;
	}

	.sub_bann0326 img {
		height: 300px;
		object-fit: cover;
	}

	.ad .ad_wid #tab {
		top: 88%;
		right: 15px;
	}

	.ad .ad_wid #tab li {
		font-size: 16px;
		margin: 10px 0;
	}
}

@media (max-width:768px) {
	.ad .ad_top .pro {
		width: 100%;
		float: none;
	}

	.ad .ad_top .ad_t_txt {
		width: 90%;
		float: none;
		margin-top: 20px;
		padding-bottom: 20px;
		margin-left: 5%;
	}

	.ad .ad_top .ad_t_txt h2 {
		font-size: 26px;
	}

	.ad .ad_top .ad_t_txt .time {
		font-size: 18px;
		margin-top: 16px;
	}

	.ad .ad_top .ad_t_txt .t {
		font-size: 14px;
		margin-top: 10px;
	}

	.ad .ad_top .ad_t_txt .ad_more {
		margin-top: 20px;
		font-size: 14px;
		padding: 4px 40px;
	}

	.ad_list {
		margin-top: 20px;
	}

	.ad_list li {
		width: 50%;
		margin-bottom: 10px;
		padding: 0 4px;
	}

	.ad_list li .ad_l_txt {
		padding: 10px;
	}

	.ad_list li .ad_l_txt h2 {
		font-size: 24px;
	}

	.ad_list li .ad_l_txt .time {
		font-size: 16px;
		margin-top: 16px;
	}

	.ad_list li .ad_l_txt .t {
		font-size: 14px;
		margin-top: 10px;
	}

	.ad_history {
		margin-top: 20px;
	}

	.ad_history h2 {
		font-size: 24px;
		margin-top: 12px;
	}

	.ad_history h2 span {
		height: 2px;
		width: 20px;
		background: #be926f;
		display: block;
		margin: 10px auto 0;
	}

	.ad_history h3 {
		font-size: 20px;
		text-align: center;
		margin-top: 10px;
	}

	.ad_h_txt .a_t {
		width: 100%;
		float: none;
		padding: 10px;
	}

	.ad_bot {
		margin-top: 20px;
	}

	.ad_bot .ad_b_t {
		padding: 30px 0;
		color: #fff;
	}

	.ad_bot .ad_b_t h2 {
		font-size: 30px;
	}

	.ad_bot .ad_b_t p {
		font-size: 14px;
	}

	.ad_bot .ad_b_c {
		font-size: 14px;
		padding: 14px 0;
	}

	.ad_input {
		padding: 12px;
	}

	.ad_input .ad_txt_inp .text {
		padding: 0 20px;
		line-height: 40px;
		font-size: 18px;
	}

	.ad_input .textarea {
		margin-top: 10px;
		background: #fff;
	}

	.ad_input .textarea textarea {
		padding: 0 20px;
		line-height: 30px;
		font-size: 18px;
	}

	.ad_input .ad_i_t {
		margin-top: 20px;
	}

	.ad_input .ad_i_t .text {
		width: auto;
		float: left;
		padding: 0 10px;
		margin-right: 2%;
		border: none;
		background: none;
		line-height: 40px;
		font-size: 18px;
		color: #999;
		float: left;
	}

	.ad_input .ad_i_t img {
		height: 40px;
	}

	.ad_input .ad_i_t a {
		float: right;
		background: #be926f;
		color: #fff;
		font-size: 18px;
		padding: 6px 30px;
	}

	.ad_mr {
		padding: 20px 0;
	}

	.ad_mr .ad_mr_title {
		font-size: 40px;
	}

	.ad_mr .ad_mr_t {
		font-size: 18px;
		margin-top: 20px;
	}

	.ad_mr .ad_me_c {
		margin-top: 20px;
	}

	.ad_mr .ad_me_c .ad_mr_img {
		width: 100%;
		float: none;
	}

	.ad_mr .ad_me_c .ad_mr_ct {
		width: 100%;
		float: none;
		padding: 0 10px;
		margin-top: 10px;
	}

	.ad_mr .ad_me_c .ad_mr_ct h2 {
		font-size: 20px;
	}

	.ad_mr .ad_me_c .ad_mr_ct .t {
		font-size: 14px;
		margin-top: 20px;
	}
}

.wh {
	margin-top: -10px;
	background: #000;
}

.wh_top {
	width: 100%;
	background: #28282b;
	position: relative;
	padding-top: 20px;
}

.wh_top .w_bg {
	height: 250px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #171719;
}

.wh_top .w_bg3 {
	height: 250px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #171719;
}

.wh_top .wh_wid {
	width: 1200px;
	margin: 0 auto;
}

.wh_top .wh_wid .wh_t1 {
	width: 100%;
	position: relative;
}

.wh_top .wh_wid .wh_t1 img {
	width: 66%;
}

.wh_top .wh_wid .wh_t1 .w_bg2 {
	background: #d3b167;
	width: 45%;
	position: absolute;
	right: 0px;
	top: 100px;
	bottom: -100px;
}

.wh_top .wh_wid .wh_t1 .w_bg2 .t {
	font-size: 40px;
	line-height: 1.5;
	color: #5a4416;
	position: absolute;
	left: 40px;
	top: 40px;
}

.wh_top .wh_wid .wh_t2 {
	width: 100%;
	position: relative;
	margin-top: 140px;
}

.wh_top .wh_wid .wh_t2 img {
	width: 56%;
	float: right;
}

.wh_top .wh_wid .wh_t2 .w_bg2 {
	background: #d3b167;
	width: 50%;
	position: absolute;
	left: 0px;
	top: 100px;
	bottom: -100px;
}

.wh_top .wh_wid .wh_t2 .w_bg2 .t {
	font-size: 40px;
	line-height: 1.5;
	color: #5a4416;
	position: absolute;
	left: 40px;
	bottom: 40px;
}

.wh_honor {
	width: 100%;
}

.wh_honor img {
	width: 100%
}

.wh_list {
	background: #171719;
}

.wh_list .wh_l {
	color: #fff;
	text-align: center;
	padding-top: 150px;
}

.wh_list .wh_l h2 {
	font-size: 28px;
}

.wh_list .wh_line {
	width: 100%;
	height: 1px;
	background: #fff;
	position: relative;
	margin-top: 50px;
}

.wh_list .wh_line img {
	position: absolute;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	top: -30px;
}

.wh_list .wh_m_list {
	padding: 60px;
	position: relative;
}

.wh_list .wh_m_list ul {
	overflow: hidden;
	height: 200px;
}

.wh_list .wh_m_list li {
	float: left;
	color: #757575;
	font-size: 14px;
	margin-right: 10px;
	width: 200px;
	margin-bottom: 20px;
}

.wh_list .wh_m_list p {
	background: #000;
	color: #757575;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #757575;
	margin-top: -4px;
}

.wh_list .wh_m_list img {
	width: 100%;
}

.wh_m_list .swiper-button-next {
	background: url(../img/jiantou_r2.png) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 47px;
	right: 20px;
}

.wh_m_list .swiper-button-prev {
	background: url(../img/jiantou_l2.png) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 47px;
	left: 20px;
	top: 50%;
}

@media (max-width:1200px) {
	.wh_top .wh_wid {
		width: 94%;
		margin: 0 auto;
	}
}

@media (max-width:768px) {
	.wh_m_list .swiper-button-next {
		right: 5px;
	}

	.wh_m_list .swiper-button-prev {
		left: 5px;
	}

	.wh_top .w_bg {
		height: 100px;
	}

	.wh_top .w_bg3 {
		height: 100px;
	}

	.wh_top .wh_wid .wh_t1 .w_bg2 {
		top: 50px;
		bottom: -50px;
	}

	.wh_top .wh_wid .wh_t1 .w_bg2 .t {
		font-size: 20px;
		left: 20px;
		top: 20px;
	}

	.wh_top .wh_wid .wh_t2 {
		margin-top: 70px;
	}

	.wh_top .wh_wid .wh_t2 .w_bg2 {
		top: 50px;
		bottom: -50px;
	}

	.wh_top .wh_wid .wh_t2 .w_bg2 .t {
		font-size: 20px;
		left: 20px;
		bottom: 20px;
	}

	.wh_list .wh_l {
		padding-top: 100px;
	}

	.wh_list .wh_l h2 {
		font-size: 16px;
	}

	.wh_list .wh_line {
		margin-top: 50px;
	}

	.wh_list .wh_line img {
		width: 40px;
		height: 40px;
		margin-left: -20px;
		top: -20px;
	}

	.wh_list .wh_m_list {
		padding: 30px;
	}

	.wh_list .wh_m_list ul {
		overflow: hidden;
		height: 120px;
	}

	.wh_list .wh_m_list li {
		width: 100px;
		font-size: 12px;
		margin-bottom: 20px;
	}

	.wh_list .wh_m_list li img {
		width: 100px;
	}
}



/********************美发页************************/
.mf_banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.mf_banner .mf_con {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

.mf_banner img {
	max-width: 100%;
	float: left;
}

.mf_mod1 {
	width: 100%;
	clear: both;
	background: #323232;
	padding: 40px 0;
}

.content {
	width: 80%;
}

.mf_mod1 .mf_mod1_con {
	width: 100%;
	display: flex;
}

.mf_mod1 .mf_mod1_con .l {
	background: #ababab;
	padding: 15px 30px;
	height: 340px;
}

.mf_mod1 .mf_mod1_con .l dl {
	width: 260px;
	line-height: 33px;
}

.mf_mod1 .mf_mod1_con .l dl dt {
	border-bottom: 1px solid #8b8b8b;
	font-size: 27px;
	margin-bottom: 10px;
	padding: 5px 0;
}

.mf_mod1 .mf_mod1_con .l dl dd {
	border-bottom: 1px solid #8b8b8b;
	font-size: 16px;
	padding: 5px 0;
	position: relative;
}

.mf_mod1 .mf_mod1_con .l dl dd i {
	position: absolute;
	right: 0;
	top: 8px;
}

.mf_mod1 .mf_mod1_con .l dl dd i img {
	width: 15px;
}

.mf_mod1 .mf_mod1_con .r {
	flex: 1;
	background: url(../img/mf_mod1_img1.png) no-repeat;
	background-size: cover;
}

.mf_mod1 .mf_mod1_con .r .t {
	margin: 7% 3%;
	display: flex;
}

.mf_mod1 .mf_mod1_con .r .t .welcome {
	font-size: 52px;
	color: #d29931;
	font-weight: bold;
}

.mf_mod1 .mf_mod1_con .r .t .info {
	flex: 1;
	font-size: 12px;
	color: #cbcbcb;
	text-align: justify;
	line-height: 20px;
	border-left: 1px solid #a0a0a0;
	margin-left: 10px;
	padding-left: 10px;
}

.mf_mod1 .mf_mod1_con .r .b {
	font-size: 22px;
	color: #e6be6f;
	padding-left: 30%;
}

.mf_mod2 {
	width: 100%;
	clear: both;
	background: #323232;
	padding: 40px 0;
}
.mf_mod2 ul{
	overflow: hidden;
}
.mf_mod2 ul li{
	width: 30%;
	margin-right: 5%;
	float: left;
}
.mf_mod2 ul li:last-child{margin-right: 0;}
.mf_mod2 ul li .img img{
	max-width: 100%;
	border:1px solid #fff;
}
.mf_mod2 ul li span{
	display: block;
	font-size: 35px;
	color: #e6be6f;
	margin-top: 20px;
	text-align: center;
}
.mf_mod2 ul li p{
	font-size: 20px;
	color: #9e9e9e;
	margin-top: 10px;
	text-align: center;
}
.mf_mod3{
	width: 100%;
	clear: both;
	background: #1b1b1b;	
}
.mf_mod3 .swiper-pagination-bullet{
	width: 18px;
	height: 18px;
	opacity: 1;
	background: #a5a5a5;
	margin: 0 8px !important;
}
.mf_mod3 .swiper-pagination-bullet-active{
	background: #c5936d;
}
.mf_mod3 img{max-width: 100%;}
.mf_mod4{
	width: 100%;
	clear: both;
	background: #323232;
	position: relative;
	overflow: hidden;
}
.mf_mod4 .title{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 24px;
	color: #e6be6f;
	margin: 40px 0;
	position: relative;
}
.mf_mod4 .title i{
	width: 56px;
	height: 2px;
	background: #e6be6f;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.mf_mod4 .fd_list{
	background: #1b1b1b;
	overflow: hidden;
	width: 100%;
}
.mf_mod4_b{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0f0f0f;
	height: 200px;
}
.mf_mod4 .fd_list ul{
	width: 98%;
	margin: 80px 0;
	overflow: hidden;
	margin-left: 1%;
}
.mf_mod4 .fd_list ul li{
	width:14.16%;
	float: left;
	margin-right: 3%;
	text-align: center;
	line-height: 70px;
	background: #434343;
	border-radius: 50px;
	font-size: 28px;
	color: #ffffff;
	cursor: pointer;
}
.mf_mod4 .fd_list ul li:last-child{margin-right: 0;}
.mf_mod4 .fd_list ul li.active{background: #0d0d0d;}
.mf_mod4 .fd_list .fd_list_con{
	padding: 0 4%;
	display: none;
	margin-bottom: 100px;
	position: relative;
}
.mf_mod4 .fd_list .fd_list_con img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.mf_mod4 .fd_list .fd_list_con p{
	font-size: 25px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
}
.mf_mod4 .swiper-button-next {
    background: url(../img/jiantou_r2.png) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 47px;
    right: 0px;
}
.mf_mod4 .swiper-button-prev {
    background: url(../img/jiantou_l2.png) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 47px;
    left: 0px;
    top: 50%;
}


@media (max-width: 1400px) {
	.content {
		width: 94%;
	}
	.mf_mod4 .fd_list ul{margin: 40px 1%;}
	.mf_mod4 .fd_list ul li{font-size: 18px;line-height: 50px;}
}

@media (max-width: 900px) {
	.mf_mod1 .mf_mod1_con {
		display: block;
	}

	.mf_mod1 .mf_mod1_con .l dl {
		width: 100%;
	}

	.mf_mod1 .mf_mod1_con .r {
		overflow: hidden;
		padding-bottom: 50px;
	}
	.mf_mod2 ul li{width: 32%;margin-right: 2%;}
	.mf_mod2 ul li span{font-size: 25px;}
	.mf_mod2 ul li p{font-size: 14px;}
}

@media (max-width: 750px) {
	.mf_mod1 .mf_mod1_con .r .t {
		display: block;
	}

	.mf_mod1 .mf_mod1_con .r .t .info {
		border: none;
		padding-left: 0;
	}

	.mf_mod1 .mf_mod1_con .r .b {
		padding-left: 0;
		text-align: center;
	}
	.mf_mod4 .fd_list ul{width: 100%;}
	.mf_mod4 .fd_list ul li{font-size: 14px;line-height: 30px;margin: 10px 1%;width: 14.1%;}
	.mf_mod3 .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		margin: 0 5px !important;
	}
	.mf_mod4 .title{margin: 20px 0;font-size: 18px;}
	.mf_mod4_b{height: 80px;}
}
@media (max-width: 450px) {
	.mf_mod2 ul li span{font-size: 18px;margin-top: 20px;}
}

.sub_bann0327 .swiper-pagination-bullet-active {
    background: #000;
    color: #FFFFFF;
}

.sub_bann0327 .swiper-pagination-bullet {
  

    color: #fff;
   
}