/*基础CSS*/
@font-face {
	font-family: 'pingfang';
	src: url('../font/PingFang.otf');
}
@font-face {
	font-family: 'futurabt';
	src: url('../font/FuturaBT.ttf');
}

html {
	font-size: 14px;
	overflow-x: hidden;
	font-family: 'pingfang';
}
body{
	font-family: 'pingfang';
}
li {
	list-style: none;
}
a {
	color: #212529
}
a:hover {
	text-decoration: none;
	color: #D4975C;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}
.red{
	color:red;
}
.text-secondary a {
	color: #6c757d;
}
.card, .figure {
	margin: 15px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	font-size: 14px;
}
.navbar-brand {
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.shadow-sm-top {
	box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075) !important;
}
/*上下外边距*/
.mt-6, .my-6 {
	margin-top: 4rem !important;
}
.mt-7, .my-7 {
	margin-top: 5rem !important;
}
.mt-8, .my-8 {
	margin-top: 6rem !important;
}
.mt-9, .my-9 {
	margin-top: 7rem !important;
}
.mt-10, .my-10 {
	margin-top: 8rem !important;
}
.mb-6, .my-6 {
	margin-bottom: 4rem !important;
}
.mb-7, .my-7 {
	margin-bottom: 5rem !important;
}
.mb-8, .my-8 {
	margin-bottom: 6rem !important;
}
.mb-9, .my-9 {
	margin-bottom: 7rem !important;
}
.mb-10, .my-10 {
	margin-bottom: 8rem !important;
}
/*上下内边距*/
.pt-6, .mp-6 {
	padding-top: 4rem !important;
}
.pt-7, .py-7 {
	padding-top: 5rem !important;
}
.pt-8, .py-8 {
	padding-top: 6rem !important;
}
.pt-9, .py-9 {
	padding-top: 7rem !important;
}
.pt-10, .py-10 {
	padding-top: 8rem !important;
}
.pb-6, .py-6 {
	padding-bottom: 4rem !important;
}
.pb-7, .py-7 {
	padding-bottom: 5rem !important;
}
.pb-8, .py-8 {
	padding-bottom: 6rem !important;
}
.pb-9, .py-9 {
	padding-bottom: 7rem !important;
}
.pb-10, .py-10 {
	padding-bottom: 8rem !important;
}
/*边框*/
.border-top-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-right: 1px dashed #dee2e6 !important;
}
.border-bottom-dashed {
	border-bottom: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
/*字距*/
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
.ls-4 {
	letter-spacing: 4px;
}
.ls-5 {
	letter-spacing: 5px;
}
/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #D4975C;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #D4975C;
	border-color: #D4975C;
}
.page-num-current:hover {
	color: #fff;
}
/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.code, .code img {
	height: 100px;
}
.position, .position a {
	color: #666;
}
.content {
	color: #666;
	line-height: 2;
}
.content img, .content iframe {
	max-width: 100% !important;
}
.content li {
	list-style: disc outside none;
	margin-left: 20px;
}
/*产品轮播*/
.view {
	max-width: 500px;
}
.view .swiper-slide {
	height: 300px;
	max-width: 500px;
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.view .swiper-slide img {
	height: 100%;
}
.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.preview {
	position: relative;
	width: 440px;
	left: 30px;
}
.preview .swiper-slide {
	width: 87.5px;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
}
.preview .active-nav {
	border: 1px solid #F00;
}
.preview .arrow-left {
	background: #fff url(../images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}
.preview .arrow-right {
	background: #fff url(../images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}

@media only screen and (max-width: 768px) {
.view .swiper-slide {
	height: 200px;
}
.preview {
	display: none;
}
.view .arrow-left, .view .arrow-right {
	height: 200px;
	display: block;
}
}
/*在线客服*/
.online {
	position: fixed;
	bottom: 150px;
	right: 10px;
	width: 60px;
	z-index: 999;
	color: #999;
}
.online a {
	color: #666;
}
.online a:hover {
	text-decoration: none;
}
.online dl {
	background: #27a8e1;
	padding: 10px 5px;
	margin-bottom: 1px;
	position: relative;
}
.online dl dd {
	color: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.online dl dd i {
	font-size: 25px;
}
.online dl:hover {
	background: #1781bd;
}
.online dl dt {
	position: absolute;
	top: 0px;
	right: 60px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9999;
	display: none;
	padding: 10px 15px;
	font-weight: normal;
}
.online dl dt h3 {
	display: block;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.online dl dt h3 i {
	margin-right: 5px;
}
.online dl dt h3 span {
	float: right;
	cursor: pointer;
}
.online dl dt input {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 3px 5px;
	width: 100%;
}
.online dl dt button {
	margin: 10px 0;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #28a7e1;
	color: #fff;
	cursor: pointer;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
.card-img-200 {
	height: 200px;
	overflow: hidden;
}
.card-img-180 {
	height: 180px;
	overflow: hidden;
}
.card-img-150 {
	height: 150px;
	overflow: hidden;
}
.card-img-120 {
	height: 120px;
	overflow: hidden;
}
.card-img-100 {
	height: 100px;
	overflow: hidden;
}
}
/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
.page-num {
	display: none;
}
.head-sm-height {
	height: 61px !important;
}
}
/*********响应式样式******************/

/*行距*/
.lh-1 {
	line-height: 1;
}
.lh-2 {
	line-height: 2;
}
.lh-3 {
	line-height: 3;
}
.lh-4 {
	line-height: 4;
}
/*字体大小*/
.fs-12 {
	font-size: .857rem;
}
.fs-14 {
	font-size: 1rem;
}
.fs-16 {
	font-size: 1.142rem;
}
.fs-18 {
	font-size: 1.285rem;
}
.fs-20 {
	font-size: 1.428rem;
}
.fs-22 {
	font-size: 1.571rem;
}
.fs-24 {
	font-size: 1.714rem;
}
.fs-26 {
	font-size: 1.857rem;
}
.fs-28 {
	font-size: 2rem;
}
.fs-30 {
	font-size: 2.142rem;
}
.fs-32 {
	font-size: 2.286rem;
}
.fs-34 {
	font-size: 2.429rem;
}
.fs-36 {
	font-size: 2.571rem;
}
.fs-38 {
	font-size: 2.714rem;
}
.fs-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-5px {
	height: 5px;
}
.h-10px {
	height: 10px;
}
.h-15px {
	height: 15px;
}
.h-20px {
	height: 20px;
}
.h-25px {
	height: 25px;
}
.h-30px {
	height: 30px;
}
.h-35px {
	height: 35px;
}
.h-40px {
	height: 40px;
}
.h-45px {
	height: 45px;
}
.h-50px {
	height: 50px;
}
.h-55px {
	height: 55px;
}
.h-60px {
	height: 60px;
}
.h-65px {
	height: 65px;
}
.h-70px {
	height: 70px;
}
.h-75px {
	height: 75px;
}
.h-80px {
	height: 80px;
}
.h-85px {
	height: 85px;
}
.h-90px {
	height: 90px;
}
.h-95px {
	height: 95px;
}
.h-100px {
	height: 100px;
}
.h-110px {
	height: 110px;
}
.h-120px {
	height: 120px;
}
.h-130px {
	height: 130px;
}
.h-140px {
	height: 140px;
}
.h-150px {
	height: 150px;
}
.h-160px {
	height: 160px;
}
.h-170px {
	height: 170px;
}
.h-180px {
	height: 180px;
}
.h-190px {
	height: 190px;
}
.h-200px {
	height: 200px;
}
.h-210px {
	height: 210px;
}
.h-220px {
	height: 220px;
}
.h-230px {
	height: 230px;
}
.h-240px {
	height: 240px;
}
.h-250px {
	height: 250px;
}
.h-260px {
	height: 260px;
}
.h-270px {
	height: 270px;
}
.h-280px {
	height: 280px;
}
.h-290px {
	height: 290px;
}
.h-300px {
	height: 300px;
}
.h-310px {
	height: 310px;
}
.h-320px {
	height: 320px;
}
.h-330px {
	height: 330px;
}
.h-340px {
	height: 340px;
}
.h-350px {
	height: 350px;
}
.h-360px {
	height: 360px;
}
.h-370px {
	height: 370px;
}
.h-380px {
	height: 380px;
}
.h-390px {
	height: 390px;
}
.h-400px {
	height: 400px;
}
.h-410px {
	height: 410px;
}
.h-420px {
	height: 420px;
}
.h-430px {
	height: 430px;
}
.h-440px {
	height: 440px;
}
.h-450px {
	height: 450px;
}
.h-460px {
	height: 410px;
}
.h-470px {
	height: 470px;
}
.h-480px {
	height: 480px;
}
.h-490px {
	height: 490px;
}
.h-500px {
	height: 500px;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
/*行距*/
.lh-sm-1 {
	line-height: 1;
}
.lh-sm-2 {
	line-height: 2;
}
.lh-sm-3 {
	line-height: 3;
}
.lh-sm-4 {
	line-height: 4;
}
/*字体大小*/
.fs-sm-12 {
	font-size: .857rem;
}
.fs-sm-14 {
	font-size: 1rem;
}
.fs-sm-16 {
	font-size: 1.142rem;
}
.fs-sm-18 {
	font-size: 1.285rem;
}
.fs-sm-20 {
	font-size: 1.428rem;
}
.fs-sm-22 {
	font-size: 1.571rem;
}
.fs-sm-24 {
	font-size: 1.714rem;
}
.fs-sm-26 {
	font-size: 1.857rem;
}
.fs-sm-28 {
	font-size: 2rem;
}
.fs-sm-30 {
	font-size: 2.142rem;
}
.fs-sm-32 {
	font-size: 2.286rem;
}
.fs-sm-34 {
	font-size: 2.429rem;
}
.fs-sm-36 {
	font-size: 2.571rem;
}
.fs-sm-38 {
	font-size: 2.714rem;
}
.fs-sm-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-sm-5px {
	height: 5px;
}
.h-sm-10px {
	height: 10px;
}
.h-sm-15px {
	height: 15px;
}
.h-sm-20px {
	height: 20px;
}
.h-sm-25px {
	height: 25px;
}
.h-sm-30px {
	height: 30px;
}
.h-sm-35px {
	height: 35px;
}
.h-sm-40px {
	height: 40px;
}
.h-sm-45px {
	height: 45px;
}
.h-sm-50px {
	height: 50px;
}
.h-sm-55px {
	height: 55px;
}
.h-sm-60px {
	height: 60px;
}
.h-sm-65px {
	height: 65px;
}
.h-sm-70px {
	height: 70px;
}
.h-sm-75px {
	height: 75px;
}
.h-sm-80px {
	height: 80px;
}
.h-sm-85px {
	height: 85px;
}
.h-sm-90px {
	height: 90px;
}
.h-sm-95px {
	height: 95px;
}
.h-sm-100px {
	height: 100px;
}
.h-sm-110px {
	height: 110px;
}
.h-sm-120px {
	height: 120px;
}
.h-sm-130px {
	height: 130px;
}
.h-sm-140px {
	height: 140px;
}
.h-sm-150px {
	height: 150px;
}
.h-sm-160px {
	height: 160px;
}
.h-sm-170px {
	height: 170px;
}
.h-sm-180px {
	height: 180px;
}
.h-sm-190px {
	height: 190px;
}
.h-sm-200px {
	height: 200px;
}
.h-sm-210px {
	height: 210px;
}
.h-sm-220px {
	height: 220px;
}
.h-sm-230px {
	height: 230px;
}
.h-sm-240px {
	height: 240px;
}
.h-sm-250px {
	height: 250px;
}
.h-sm-260px {
	height: 260px;
}
.h-sm-270px {
	height: 270px;
}
.h-sm-280px {
	height: 280px;
}
.h-sm-290px {
	height: 290px;
}
.h-sm-300px {
	height: 300px;
}
.h-sm-310px {
	height: 310px;
}
.h-sm-320px {
	height: 320px;
}
.h-sm-330px {
	height: 330px;
}
.h-sm-340px {
	height: 340px;
}
.h-sm-350px {
	height: 350px;
}
.h-sm-360px {
	height: 360px;
}
.h-sm-370px {
	height: 370px;
}
.h-sm-380px {
	height: 380px;
}
.h-sm-390px {
	height: 390px;
}
.h-sm-400px {
	height: 400px;
}
.h-sm-410px {
	height: 410px;
}
.h-sm-420px {
	height: 420px;
}
.h-sm-430px {
	height: 430px;
}
.h-sm-440px {
	height: 440px;
}
.h-sm-450px {
	height: 450px;
}
.h-sm-460px {
	height: 410px;
}
.h-sm-470px {
	height: 470px;
}
.h-sm-480px {
	height: 480px;
}
.h-sm-490px {
	height: 490px;
}
.h-sm-500px {
	height: 500px;
}
}

/*md屏幕以上*/
@media only screen and (min-width: 768px) {
/*行距*/
.lh-md-1 {
	line-height: 1;
}
.lh-md-2 {
	line-height: 2;
}
.lh-md-3 {
	line-height: 3;
}
.lh-md-4 {
	line-height: 4;
}
/*字体大小*/
.fs-md-12 {
	font-size: .857rem;
}
.fs-md-14 {
	font-size: 1rem;
}
.fs-md-16 {
	font-size: 1.142rem;
}
.fs-md-18 {
	font-size: 1.285rem;
}
.fs-md-20 {
	font-size: 1.428rem;
}
.fs-md-22 {
	font-size: 1.571rem;
}
.fs-md-24 {
	font-size: 1.714rem;
}
.fs-md-26 {
	font-size: 1.857rem;
}
.fs-md-28 {
	font-size: 2rem;
}
.fs-md-30 {
	font-size: 2.142rem;
}
.fs-md-32 {
	font-size: 2.286rem;
}
.fs-md-34 {
	font-size: 2.429rem;
}
.fs-md-36 {
	font-size: 2.571rem;
}
.fs-md-38 {
	font-size: 2.714rem;
}
.fs-md-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-md-5px {
	height: 5px;
}
.h-md-10px {
	height: 10px;
}
.h-md-15px {
	height: 15px;
}
.h-md-20px {
	height: 20px;
}
.h-md-25px {
	height: 25px;
}
.h-md-30px {
	height: 30px;
}
.h-md-35px {
	height: 35px;
}
.h-md-40px {
	height: 40px;
}
.h-md-45px {
	height: 45px;
}
.h-md-50px {
	height: 50px;
}
.h-md-55px {
	height: 55px;
}
.h-md-60px {
	height: 60px;
}
.h-md-65px {
	height: 65px;
}
.h-md-70px {
	height: 70px;
}
.h-md-75px {
	height: 75px;
}
.h-md-80px {
	height: 80px;
}
.h-md-85px {
	height: 85px;
}
.h-md-90px {
	height: 90px;
}
.h-md-95px {
	height: 95px;
}
.h-md-100px {
	height: 100px;
}
.h-md-110px {
	height: 110px;
}
.h-md-120px {
	height: 120px;
}
.h-md-130px {
	height: 130px;
}
.h-md-140px {
	height: 140px;
}
.h-md-150px {
	height: 150px;
}
.h-md-160px {
	height: 160px;
}
.h-md-170px {
	height: 170px;
}
.h-md-180px {
	height: 180px;
}
.h-md-190px {
	height: 190px;
}
.h-md-200px {
	height: 200px;
}
.h-md-210px {
	height: 210px;
}
.h-md-220px {
	height: 220px;
}
.h-md-230px {
	height: 230px;
}
.h-md-240px {
	height: 240px;
}
.h-md-250px {
	height: 250px;
}
.h-md-260px {
	height: 260px;
}
.h-md-270px {
	height: 270px;
}
.h-md-280px {
	height: 280px;
}
.h-md-290px {
	height: 290px;
}
.h-md-300px {
	height: 300px;
}
.h-md-310px {
	height: 310px;
}
.h-md-320px {
	height: 320px;
}
.h-md-330px {
	height: 330px;
}
.h-md-340px {
	height: 340px;
}
.h-md-350px {
	height: 350px;
}
.h-md-360px {
	height: 360px;
}
.h-md-370px {
	height: 370px;
}
.h-md-380px {
	height: 380px;
}
.h-md-390px {
	height: 390px;
}
.h-md-400px {
	height: 400px;
}
.h-md-410px {
	height: 410px;
}
.h-md-420px {
	height: 420px;
}
.h-md-430px {
	height: 430px;
}
.h-md-440px {
	height: 440px;
}
.h-md-450px {
	height: 450px;
}
.h-md-460px {
	height: 410px;
}
.h-md-470px {
	height: 470px;
}
.h-md-480px {
	height: 480px;
}
.h-md-490px {
	height: 490px;
}
.h-md-500px {
	height: 500px;
}
}

/*lg屏幕以上*/
@media only screen and (min-width: 992px) {
/*行距*/
.lh-lg-1 {
	line-height: 1;
}
.lh-lg-2 {
	line-height: 2;
}
.lh-lg-3 {
	line-height: 3;
}
.lh-lg-4 {
	line-height: 4;
}
/*字体大小*/
.fs-lg-12 {
	font-size: .857rem;
}
.fs-lg-14 {
	font-size: 1rem;
}
.fs-lg-16 {
	font-size: 1.142rem;
}
.fs-lg-18 {
	font-size: 1.285rem;
}
.fs-lg-20 {
	font-size: 1.428rem;
}
.fs-lg-22 {
	font-size: 1.571rem;
}
.fs-lg-24 {
	font-size: 1.714rem;
}
.fs-lg-26 {
	font-size: 1.857rem;
}
.fs-lg-28 {
	font-size: 2rem;
}
.fs-lg-30 {
	font-size: 2.142rem;
}
.fs-lg-32 {
	font-size: 2.286rem;
}
.fs-lg-34 {
	font-size: 2.429rem;
}
.fs-lg-36 {
	font-size: 2.571rem;
}
.fs-lg-38 {
	font-size: 2.714rem;
}
.fs-lg-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-lg-5px {
	height: 5px;
}
.h-lg-10px {
	height: 10px;
}
.h-lg-15px {
	height: 15px;
}
.h-lg-20px {
	height: 20px;
}
.h-lg-25px {
	height: 25px;
}
.h-lg-30px {
	height: 30px;
}
.h-lg-35px {
	height: 35px;
}
.h-lg-40px {
	height: 40px;
}
.h-lg-45px {
	height: 45px;
}
.h-lg-50px {
	height: 50px;
}
.h-lg-55px {
	height: 55px;
}
.h-lg-60px {
	height: 60px;
}
.h-lg-65px {
	height: 65px;
}
.h-lg-70px {
	height: 70px;
}
.h-lg-75px {
	height: 75px;
}
.h-lg-80px {
	height: 80px;
}
.h-lg-85px {
	height: 85px;
}
.h-lg-90px {
	height: 90px;
}
.h-lg-95px {
	height: 95px;
}
.h-lg-100px {
	height: 100px;
}
.h-lg-110px {
	height: 110px;
}
.h-lg-120px {
	height: 120px;
}
.h-lg-130px {
	height: 130px;
}
.h-lg-140px {
	height: 140px;
}
.h-lg-150px {
	height: 150px;
}
.h-lg-160px {
	height: 160px;
}
.h-lg-170px {
	height: 170px;
}
.h-lg-180px {
	height: 180px;
}
.h-lg-190px {
	height: 190px;
}
.h-lg-200px {
	height: 200px;
}
.h-lg-210px {
	height: 210px;
}
.h-lg-220px {
	height: 220px;
}
.h-lg-230px {
	height: 230px;
}
.h-lg-240px {
	height: 240px;
}
.h-lg-250px {
	height: 250px;
}
.h-lg-260px {
	height: 260px;
}
.h-lg-270px {
	height: 270px;
}
.h-lg-280px {
	height: 280px;
}
.h-lg-290px {
	height: 290px;
}
.h-lg-300px {
	height: 300px;
}
.h-lg-310px {
	height: 310px;
}
.h-lg-320px {
	height: 320px;
}
.h-lg-330px {
	height: 330px;
}
.h-lg-340px {
	height: 340px;
}
.h-lg-350px {
	height: 350px;
}
.h-lg-360px {
	height: 360px;
}
.h-lg-370px {
	height: 370px;
}
.h-lg-380px {
	height: 380px;
}
.h-lg-390px {
	height: 390px;
}
.h-lg-400px {
	height: 400px;
}
.h-lg-410px {
	height: 410px;
}
.h-lg-420px {
	height: 420px;
}
.h-lg-430px {
	height: 430px;
}
.h-lg-440px {
	height: 440px;
}
.h-lg-450px {
	height: 450px;
}
.h-lg-460px {
	height: 410px;
}
.h-lg-470px {
	height: 470px;
}
.h-lg-480px {
	height: 480px;
}
.h-lg-490px {
	height: 490px;
}
.h-lg-500px {
	height: 500px;
}
}


.page-banner{
	position: relative;
}
@media only screen and (min-width: 1800px) {
	.container{
		width: 1720px;
		max-width: 1720px;
	}
	.cppage .container{
		width: 1600px;
		max-width: 1600px;
	}
}
.weizhi{
	padding: 15px 0px;
}
.lxpage{
	padding: 195px 0px 235px;
}
.lxleft2{
	height: 100%;
	background-color: #30765C;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
}
.lxleftcon{
	padding: 0px 15%;
	color: #D4975C;
	font-size: 24px;
	text-align: center;
}
.lxleftp1{
	margin-bottom: 25px;
}
.lxbot{
	margin-top: 130px;
}
.lxbotcon2{
	background-color: #30765C;
	padding: 60px 10% 55px;
	color: #D4975C;
	font-size: 24px;
	line-height: 1.8;
	text-align: center;
	word-break: break-word;
}
.lxbotconp3{
	margin-top: 25px;
}
.lxbotconp1,.lxbotconp3{
	margin-bottom: 10px;
}
/* 关于我们 */
.gy1{
	padding: 110px 15px 160px;
}
.gy1tit{
	font-size: 48px;
	font-family: 'futurabt';
	color: #D4975C;
	line-height: 1.1;
}
.flexed{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.gy1left,.gy1right{
	width: 50%;
}
.gy1left,.gy1left p{
	font-family: 'pingfang';
	font-size: 22px;
	color: #333;
	line-height: 1.5;
	letter-spacing: -1px;
}
.gy1left{
	display: flex;
	display: -webkit-flex;
	align-items: end;
}
.gy1right{
	text-align: right;
}
.gy1right img{
	max-width: 100%;
	text-align: right;
}
.gy2{
	padding-bottom: 125px;
}
.gy2tit{
	text-align: right;
	margin-bottom: 60px;
}
.gy2con{
	position: relative;
}
.gy2list{
	justify-content: space-between;
	margin-bottom: 20px;
}
.gy2wz{
	width: 55%;
}
.gy2img{
	width: 27%;
	padding-left: 7%;
	position: relative;
}
.gy2con::after{
	content: '';
	width: 4px;
	height: 100%;
	background-color: #D4975C;
	position: absolute;
	right: calc(27% - 2px);
	top: 0px;
}
.gy2img::before{
	content: '';
	width: 42px;
	height: 42px;
	background-color: #D4975C;
	position: absolute;
	left: -21px;
	top: -1px;
	border-radius: 21px;
}
.gy2list:nth-last-child(1) .gy2img::after{
	content: '';
	width: 42px;
	height: 42px;
	background-color: #D4975C;
	position: absolute;
	left: -21px;
	top: unset;
	bottom: -1px;
	border-radius: 21px;
}
/* .gy2img::after{
	content: '';
	width: 4px;
	height: calc(100% + 20px);
	background-color: #D4975C;
	position: absolute;
	left: -131px;
	top: 0px;
} */
.gy2wzp1{
	font-size: 72px;
	font-family: 'futurabt';
	color: #30765B;
	font-weight: bold;
	font-style: italic;
}
.gy2wzp2{
	font-size: 22px;
	color: #231916;
	letter-spacing: -1px;
}

.gy3tit{
	margin-bottom: 55px;
}

.gy3left{
	width: 57.7%;
}
.gy3tight{
	width: 41.55%;
}
.gy4{
	padding: 85px 15px 110px;
}
.gy4tit{
	margin-bottom: 60px;
}
.gy4des{
	font-family: 'pingfang';
	font-size: 22px;
	color: #333;
	line-height: 1.5;
	letter-spacing: -1px;
}
.gy5{
	padding-bottom: 135px;
}

.gy5left{
	width: 29.5%;
}
.gy5right{
	width: 65%;
}
.gy5wz{
	margin-top: 230px;
	text-align: right;
}

/* 头等舱 */
.tdc1{
	margin: 215px 0px 40px;
}
.tdc1p1{
	font-size: 48px;
	font-family: 'futurabt';
	color: #D4975C;
	line-height: 1.1;
	background: url('../images/jslb.png') no-repeat right bottom;
}
.tdc2con {
	background-color: #30765C;
}
.tdc2lt{
	width: 74.1%;
}
.tdc3{
	margin: 55px 0px 50px;
}

.tdc3lt{
	width: 54%;
}
.tdc3rt{
	width: 43%;
}
.cpwzinfo p{
	font-size: 22px;
	color: #231916;
	letter-spacing: -1px;
	margin-bottom: 1rem;
}
.tdc4{
	margin-bottom: 140px;
}
.tdc4lt{
	width: 41.3%;
}
.tdc4md{
	width: 33.1%;
	margin: 0px 1%;
}
.tdc4rt{
	width: 23.5%;
}
.tdc4md2{
	margin: 16px 0px;
}
.tdc4lt,.tdc4rt{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
}

/* 墙锦 */
.qj1{
	margin: 120px 0px 75px;
}
.qj2con{
	text-align: right;
	background: #30765C url('../images/lk.png') no-repeat 30px 30px;
	
}
.qj2rt{
	width: 73%;
}
.qj3{
	margin: 50px 0px 40px;
}

.qj3lt{
	width: 46%;
}
.qj3rt{
	width: 49%;
}
.qj4{
	margin-bottom: 140px;
}

.qj4lt{
	width: 65%;
}
.qj4rt{
	width: 34%;
}
.qj4lttop{
	margin-bottom: 15px;
}
.qj4ltbot{
	justify-content: space-between;
}
.qj4ltbot1,.qj4ltbot2,.qj4ltbot3{
	width: 32.1%;
}
/* 默克女王 */
.moke1{
	margin: 115px 0px 40px;
}

.mk2left{
	width: 63%;
	text-align: right;
	background-color: #30765C;
}
.mk2rt{
	width: 36.7%;
}
.moke3{
	margin: 50px 0px 40px;
}

.mk3lt{
	width: 48.7%;
}
.mk3rt{
	width: 49.7%;
}
.moke4{
	margin-bottom: 140px;
}

.mk4left{
	width: 76.3%;
}
.mk4right{
	width: 23%;
}
.mk4top{
	margin-bottom: 12px;
}
.mk4top,.mk4bot{
	justify-content: space-between;
}
.mk4top1{
	width: 63.5%;
}
.mk4top2{
	width: 35.5%;
}
.mk4bot1{
	width: 41.7%;
}
.mk4bot2{
	width: 57.2%;
}
.mk4rt2{
	margin-top: 10px;
}
/* 芦荟瓷 */
.luhui1{
	margin: 200px 0px 50px;
}
.luhui2con{
	background-color: #30765C;
}
.luhui3{
	margin: 40px 0px 55px;
}
 
.luhui3left{
	width: 54.7%;
}
.luhui3right{
	width: 43%;
}
.luhui4{
	margin-bottom: 140px;
}
 
.luhui4lt{
	width: 37.4%;
}
.luhui4rt{
	width: 21.6%;
}
.luhui4mid{
	width: 37.5%;
}
.luhui4mid2{
	margin: 15px 0;
}
/* 劳斯 */
.laosi1{
	margin: 200px 0px 50px;
}
.laosi2con{
	text-align: right;
  	background: #30765C url('../images/lk.png') no-repeat 30px 30px;
}
.laosi3{
	margin: 65px 0px 80px;
}
.laosi3right{
	width: 37.6%;
}
.laosi3left{
	width: 61%;
}
.laosi4{
	margin-bottom: 140px;
}
.laosi4lt{
	width: 72.9%;
}
.laosi4rt{
	width: 26.2%;
}
.laosi4bot div{
	width: 32.3%;
}
.laosi4top{
	margin-bottom: 15px;
}
/* 皇家洛克 */
.luoke1{
	margin: 200px 0px 50px;
}
.luoke3{
	margin: 85px 0px 95px;
}
.luoke3lt{
	width: 61.6%;
	position: relative;
	z-index: 2;
}
.luoke3rt{
	width: 33.4%;
	position: relative;
}
.luoke3rt::before{
	content: '';
	width: 200%;
	height: calc(100% + 160px);
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #30765C;
}
.luoke3rt img{
	position: relative;
	z-index: 2;
}
.luoke3con{
	align-items: flex-end;
}
.luoke4{
	margin-bottom: 140px;
}
.luoke4lt{
	width: 68.8%;
}
.luoke4rt{
	width: 30.3%;
}
.luoke4toplt{
	width: 63.4%;
}
.luoke4toprt{
	width: 35.4%;
}
.luoke4rt1{
	margin-bottom: 10px;
}
.luoke4toprt1{
	margin-bottom: 15px;
}
.luoke4top {
	margin-bottom: 15px;
}
/* 大理石 */
.dls1{
	margin:200px 0px 80px ;
}
.dls1con{
	justify-content: flex-end;
}
.dls1 .tdc1p1{
	width: 48%;
}
.dls2lt{
	width: 63%;
}
.dls2rt{
	width: 36%;
}
.dls2lt{
	background-color: #30765C;
	position: relative;
}
.dls2lt img{
	max-width: 79%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.dls3{
	margin: 60px 0px 65px;
}
.dls3lt{
	width: 51%;
}
.dls3rt{
	width: 43.7%;
}
.dls4{
	margin-bottom: 140px;
}
.dls4rt{
	width: 52%;
}
.dls4lt{
	width: 45.8%;
}
.dls4lt div{
	width: 47.5%;
}
.dls4lt1:nth-child(-n+2){
	margin-bottom: 35px;
}

/* 除醛漆 */
.cqq1{
	margin: 200px 0px 60px;
}

.cqq2con{
  text-align: right;
  background: #30765C url('../images/lk.png') no-repeat 30px 30px;
}
.cqq3{
	margin: 60px 0px 40px;
}
.cqq3lt{
	width: 58%;
}
.cqq3rt{
	width: 37%;
}
.cqq4{
	margin-bottom: 140px;
}
.cpp4rt{
	width: 31.1%;
}
.cpp4rt1{
	margin-bottom: 18px;
}
.cpp4lt{
	width: 67.9%;
}
.cpp4lttop {
	margin-bottom: 15px;
}
.cpp4lttop1{
	width: 52.6%;
}
.cpp4lttop2{
	width: 45.8%;
}
.cpp4ltbot1{
	width: 46.7%;
}
.cpp4ltbot2{
	width: 52%;
	position: relative;
}
.cpp4ltbot2 img{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

/* 首页   */
.bg-balck{
	background-color: #000;
	border-bottom: 8px solid #D4975C;
}
.navbar{
  padding: 3rem 1rem;
}
.navbar-light .navbar-nav .nav-link{
  font-size: 18px;
  color: #fff;
  padding: 0.5rem 2.5rem;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link
{
  color: #000;
  background-color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover
{
  color: #000;
  background-color: rgba(255,255,255,.5);
}
.nav-item {
	position: relative;
	margin: 0px 0.2rem;
}
.nav-item:hover .x-sub-menu{
	opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0%;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu > li{
	margin-bottom: 2px;
	background: rgba(255,255,255,.5);
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    padding: .75em .5em;
}

.x-sub-menu > li > a:hover {
    background: #fff;
	color: #000;
}

  
.toptool i{
	font-size: 24px;
	color: #fff;
}

.index0  .swiper-pagination-bullets{
  bottom:40px!important;
}
.index0 .swiper-pagination-bullet {
	width:15px;
	height:15px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin:0 10px!important;
}
.swiper-pagination-bullet-active {
	opacity:1;
	background:#fff!important;
}
.index1tit{
	align-items: center;
}
.index1tit i{
	font-size: 40px;
}
.index1{
	margin: 115px 0px 120px;
}
.index2{
	padding-left: 135px;
	position: relative;
}
.index2::before{
	content: '';
	width: 70px;
	height: 100%;
	background: #30765C;
	position: absolute;
	left: 0;
	top: 0;
}

.index2con{
	padding: 8.5% 6% 8.5% 28%;
	background: url('../images/index2.jpg') no-repeat center;
	background-size: cover;
}
.index2p1{
	font-family: 'futurabt';
	font-size: 42px;
	color: #D4975C;
}
.index2des{
	align-items: center;
}
.index2des i{
	font-size: 40px;
	color: #D4975C;
}
.index3{
	 margin: 190px 0px 0px;
}
.index3block{
	height: 60px;
	background-color: #000;
}
.index3left{
	width: 62.7%;
}
.index3right{
	width: 37.3%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
}
.index3top{
	padding-left: 8%;
}
.index3bot{
	padding: 15% 5% 0px 8%;
	background-color: #000;
	color: #D4975C;
}
.index3p1 i{
	font-size: 40px;
	color: #D4975C;
}
.index3p2{
	margin-top: 100px;
	font-size: 34px;
	font-family: 'futurabt';
	color: #D4975C;
	line-height: 1.1;
}
.index4{
	margin:85px 0px 140px;
}
.index4con {
	justify-content: end;
	position: relative;
}
.index4right{
	width: 62.6%;
}
.index4left{
	width: 37.4%;
	padding-right: 4%;
	text-align: right;
}
.index4bk{
	width: 47.4%;
	background-color: #30765C;
	position: absolute;
	padding: 11% 4% 3% 5%;
	left: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	color: #D4975C;
	font-size: 34px;
	line-height: 1.1;
	bottom: 75px;
}
.index4bk i{
	font-size: 40px;
	color: #D4975C;
}
.index5{
	position: relative;
	padding-bottom: 45px;
}
.index5::after{
	content: '';
	width: 45%;
	height: 45px;
	background-color: #000;
	position: absolute;
	right: 0;
	bottom: 0px;
}
.index5p2{
	margin-top: 0;
	margin-bottom: 100px;
}
.index6{
	margin: 240px 0px 480px;
}
.index6lt{
	width: 38.1%;
	position: relative;
}
.index6rt{
	width: 61.4%;
}
.index6item {
	width: 32.6%;
	position: relative;
}
.index6des{
	position: absolute;
	width: 80%;
	height: 100%;
	top: 0;
	left: 10%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #D4975C;
}
.index6item:nth-child(-n+6){
	margin-bottom: 10px;
}
.index6p1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1rem;
}
.index6p2 i{
	font-size: 28px;
}
.index6bk{
	position: absolute;
	width: 80%;
	padding:8% 5% 0;
	left: 10%;
	height: 130%;
	background-color: #30765C;
	border-bottom: 30px solid #D4975C;
	top: 0;
}
.index6bkp1{
	font-size: 40px;
	font-family: 'futurabt';
	color: #D4975C;
	line-height: 1.1;
	margin-bottom: 110px;
}
.index6bkp2 i{
	color: #D4975C;
	font-size: 32px;
}
.index7{
	margin-bottom: 220px;
}
.index7p1{
	font-size: 48px;
	font-family: 'futurabt';
	color: #D4975C;
	line-height: 1.1;
	margin-bottom: 40px;
}
.index7itemp1{
	font-size: 24px;
}
.index7itemp2{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index7itemp3{
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	margin-bottom: 15px;
}
.index7img{
	overflow: hidden;
}
.index7img img{
	transition: all 0.5s;
}
.index7item:hover img{
	transform:scale(1.2);
}
.index9{
	padding: 100px 0px;
	background-color: #000;
	color: #fff;
}
.index9 a{
	color: #fff;
}
.index9lt ul{
	margin-top: 45px;
}
.index9lt ul li{
	font-size: 18px;
	line-height: 2;
}
.index9rt{
	border-left: 1px solid #fff;
}
.index9rt li{
	font-size: 18px;
	line-height: 4;
	text-align: center;
}
.nav-item .jt{
	display: none;
}
.bg-info
{
  background-color: #D4975C !important;
}
.xwlist{
	padding: 60px 0px;
}


/* 弹出搜索 begin */
.searchBar-m {display:none;width:100%;height:100%;position:fixed;top:0px;z-index:9999;text-align:center}
.searchBar-m .mask {position:absolute;left:0;right:0;width:100%;height:100%;background:#000;opacity:0.8;}
.searchBar-m a {display:block;position:absolute;right:5%;top:5%;width:60px;height:60px;line-height:56px;font-size:48px;z-index:9999;color:#fff;}
.searchBar-m a:hover{color:#D4975C}
.searchBar-m .form-group {width:70%;max-width:720px;position:absolute;left:50%;top:40%;transform:translate(-50%,-200%);}
.searchBar-m .input{width:88%;background:transparent;border:0;border-bottom:2px solid #f2f2f2;color:#6E6E6E;height:60px;line-height:60px;float:left;padding:0;outline: 0px;color: #fff;
	font-size: 1.5rem;}
.searchBar-m .button {width:8%;height:60px;line-height:60px;border:0px;border-bottom:2px solid #f2f2f2;display:block;float:left;background:url(../images/ico-search-button.png) no-repeat center 50%;text-indent:-2000px}
.searchBar-m .button:hover{background:url(../images/ico-search-button.png) no-repeat center 50%;}
/* 弹出搜索 end */
 

@media only screen and (max-width: 1799px) {
	.container{
		width: 1400px;
		max-width: 1400px;
	}
	.cppage .container{
		width: 1400px;
		max-width: 1400px;
	}
	.logo-sm-height{
		height: 60px;
	}
	.navbar{
		padding: 2rem 1rem;
	}
	.gy1tit{
		font-size: 42px;
	}
	.gy1left, .gy1left p{
		font-size: 20px;
	}
	.gy2wzp1{
		font-size: 56px;
	}
	.gy2wz{
		width: 65%;
	}
	.gy2wzp2{
		font-size: 20px;
	}
	.gy2img::before{
		width: 32px;
		height: 32px;
		left: -16px;
		border-radius: 16px;
	}
	.gy4des{
		font-size: 20px;
	}
	.gy5wz{
		margin-top: 130px;
		text-align: right;
	}
	.index2p1{
		font-size: 36px;
	}
	.index3p2{
		font-size: 28px;
	}
	.index4bk{
		font-size: 28px;
	}
	.index6bkp1{
  		font-size: 36px; 
	}
	.index7p1{
		font-size: 42px;
	}
	.tdc1p1{
		font-size: 42px;
	}
	.cpwzinfo p{
		font-size: 20px;
	}
}

@media only screen and (max-width: 1499px){
	.container{
		width: 1200px;
		max-width: 1200px;
	}
	.cppage .container{
		width: 1200px;
		max-width: 1200px;
	}
	.logo-sm-height{
		height: 50px;
	}
	.navbar-light .navbar-nav .nav-link{
		font-size: 16px;
		padding: 0.5rem 2rem;
	}
	.gy1tit{
		font-size: 36px;
	}
	.gy1left, .gy1left p{
		font-size: 17px;
	}
	.index2p1{
		font-size: 32px;
	}
	.index2des i{
		font-size: 32px;
	}
	.index3p1 i{
		font-size: 32px;
		color: #D4975C;
	}
	.index3p2{
		font-size: 24px;
	}
	.index4bk{
		font-size: 24px;
	}
	.index4bk i{
		font-size: 32px;
	}
	.index6bkp1{
		font-size: 32px;
	}
	.index6p1{
		font-size: 16px;
	}
	.index6{
		margin: 240px 0px 280px;
	}
	.lxleftcon{
		font-size: 18px;
	}
	.lxbotcon2{
		font-size: 18px;
	}
	.index9lt ul li{
		font-size: 16px;
		line-height: 2;
	}
	.index9rt li{
		font-size: 16px;
	}
	.gy2wzp1{
		font-size: 48px;
	}
	.gy2wzp2{
		font-size: 17px;
	}
	.gy4des{
		font-size: 17px;
	}
	.index7itemp1{
		font-size: 18px;
	}
	.index7itemp2{
		font-size: 16px;
	}
	.index7itemp3{
		font-size: 16px;
	}
	.tdc1p1{
		font-size: 36px;
	}
	.cpwzinfo p{
		font-size: 18px;
	}
	.qj2con img{
		width: 75%;
	}
	.qj2con{
		background: #30765C url('../images/lk.png') no-repeat 30px 30px;
		background-size: 4%;
	}
	.mk2left img{
		width: 95%;
	}
	.luhui2con img{
		width: 75%;
	}
	.laosi2con img{
		width: 75%;
	}
	.laosi2con{
		background: #30765C url('../images/lk.png') no-repeat 30px 30px;
		background-size: 4%;
	}
	.cqq2con img{
		width: 75%;
	}
	.cqq2con{
		text-align: right;
		background: #30765C url('../images/lk.png') no-repeat 30px 30px;
		background-size: 4%;
	}
}

@media only screen and (max-width: 800px){
	.container{
		width: 100%;
		max-width: 100%;
	}
	.cppage .container{
		width: 100%;
		max-width: 100%;
	}
	.logo-sm-height{
		height: 30px;
	}
	.navbar{
		padding: 1.2rem 1rem;
	}
	.bg-balck{
		border-bottom: 2px solid #D4975C;
	}
	.navbar-light .navbar-toggler-icon{
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	.index1{
		margin: 45px 0px 40px;
	}
	.gy1tit{
		font-size: 18px;
	}
	.index1tit i{
		font-size: 26px;
	}
	.gy1left,.gy1right{
		width: 100%;
	}
	.gy1left{
		margin-top: 1rem;
	}
	.gy1left, .gy1left p{
		font-size: 15px;
	}
	.index2{
		padding-left: 0;
	}
	.index2con{
		padding: 8.5% 6% 8.5% 20%;
	}
	.index2::before{
		content: '';
		width: 40px;
	}
	.index2p1{
		font-size: 18px;
	}
	.index2des i{
		font-size: 26px;
	}
	.index3{
		margin: 60px 0px 0px;
	}
	.index3left{
		width: 100%;
	}
	.index3right{
		width: 100%;
	}
	.index3top{
		display: none;
	}
	.index3bot{
		padding: 5% 5% 0px 8%;
	}
	.index3p1 i{
		font-size: 26px;
	}
	.index3p2{
		font-size: 18px;
		margin-top: 10px;
	}
	.index3block{
		height: 30px;
		background-color: #000;
	}
	.index4bk{
		width: 100%;
		background-color: #30765C;
		position: relative;
		padding: 8% 5% 8% 5%;
		left: 0;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		justify-content: space-between;
		color: #D4975C;
		font-size: 18px;
		line-height: 1.1;
		bottom: unset;
	}
	.index4bk i{
		font-size: 26px;
		color: #D4975C;
	}
	.index4{
		margin: 50px 0px 40px;
	}
	.index5p2
{
  margin-top: 0;
  margin-bottom: 10px;
}
.index5
{
  position: relative;
  padding-bottom: 15px;
}
.index5::after
{
  content: '';
  width: 100%;
  height: 15px;
  background-color: #000;
  position: absolute;
  right: 0;
  bottom: 0px;
}
.index6
{
    margin: 40px 0px 40px;
  }
.index6lt
  {
	width: 100%;
	position: relative;
}
.index6bk
{
  position: absolute;
  width: 86%;
  padding: 8% 5% 0;
  left: 7%;
  height: 100%;
  background-color: #30765C;
  border-bottom: 10px solid #D4975C;
  top: 0;
}
.index6bkp1
{
    font-size: 20px;
	margin-bottom: 15px;
}
.index6lt img{
	height: 150px;
}
.index6bkp2 i
{
  color: #D4975C;
  font-size: 24px;
}
.index6rt
{
  width: 100%;
  margin-top: 10px;
  padding: 0px 10px;
}
.index6item
{
  width: 49%;
  position: relative;
}
.index6p1
{
    font-size: 14px;
	margin-bottom: 0;
}
.index6item:nth-child(7)
{
  margin-bottom: 10px;
}
.index6p2 i
{
  font-size: 20px;
}
.index7p1
{
    font-size: 22px;
}
.index7itemp1
{
    font-size: 16px;
}
.index7itemp2
{
    font-size: 15px;
	margin-bottom: 15px;
  }
.index7itemp3
{
	font-size: 15px;
}
.index7list{
	margin-bottom: 15px;
}
.index7
{
  margin-bottom: 30px;
}
.index9
{
  padding: 40px 0px;
}
.index9lt img{
	width: 35%;
}
.index9lt ul li
{
    font-size: 15px;
    line-height: 2;
}
.index9rt{
	display: none;
}
.lxpage
{
  padding: 40px 0px 45px;
}
.lxleftcon
{
    font-size: 15px;
	padding: 10% 5%;
}
.lxleft{
	margin-bottom: 20px;
}
.lxbot
{
  margin-top: 15px;
}
.lxbotcon2
{
    font-size: 15px;
}
.lxbotcon2
{
  padding: 40px 5% 40px;
}
.gy1
{
  padding: 40px 15px 40px;
}
.gy2wz
{
	width: 100%;
}
.gy2img
{
	width: 100%;
	padding-left: 0;
}
.gy2con::after
{
	content: none; 
}
.gy2img::before
{
	content: none;
}
.gy2tit
{
  margin-bottom: 20px;
}
.gy2wzp1
{
    font-size: 32px;
}
.gy2wzp2
{
    font-size: 15px;
}
.gy2wz{
	margin-bottom: 15px;
}
.gy2list:nth-last-child(1) .gy2img::after
{
  content: none;
}
.gy2
{
  padding-bottom: 30px;
}
.gy3tit
{
  margin-bottom: 35px;
}
.gy3left
{
  width: 100%;
}
.gy3tight
{
  width: 100%;
  margin-top: 10px;
}
.gy4
{
  padding: 40px 15px 40px;
}
.gy4tit
{
  margin-bottom: 30px;
}
.gy4des
{
    font-size: 15px;
}
.gy5right {
	width: 100%;
	margin-top: 20px;
}
.gy5wz
{
    margin-top: 30px;
}
.gy5wz img{
	max-width: 25%;
}
.gy5
{
  padding-bottom: 45px;
}
.cqq1
{
  margin: 40px 0px 35px;
}
.tdc1p1
{
    font-size: 18px;
}
.tdc1p1
{
  background: url('../images/jslb.png') no-repeat right bottom;
  background-size: auto 80%;
}
.cqq2con
{
    background: #30765C url('../images/lk.png') no-repeat 15px 18px;
	background-size: 4%;
}
.cqq3
{
  margin: 40px 0px 40px;
}
.cqq3lt
{
  width: 100%;
}
.cpwzinfo p
{
    font-size: 15px;
}
.cqq3rt
{
  width: 100%;
  margin-top: 15px;
}
.cpp4con div,.tdc4con div,.qj4 div,.moke4 div,.luhui4 div,.laosi4 div,.luoke4 div,.dls4 div{
	width: 100%!important;
	margin-bottom: 0px!important;
}
.cpp4con div img,.tdc4con div img,.qj4 div img,.moke4 div img,.luhui4 div img,.laosi4 div img,.luoke4 div img,.dls4 div img{
	margin-bottom: 10px!important;
}
.cpp4ltbot2 img
{
  position: relative;
  width: 100%;
}
.cqq4,.qj4,.tdc4,.mk4,.luhui4,.laosi4,.luoke4,.dls4
{
  margin-bottom: 30px;
}
/* 分割线 */

.tdc1,.qj1,.moke1,.luhui1,.laosi1,.luoke1,.dls1
{
  margin: 40px 0px 35px;
}
.tdc3,.qj3,.moke3,.luhui3,.laosi3,.luoke3,.dls3
{
  margin: 40px 0px 40px;
}
.tdc3lt,.qj3lt,.mk3lt,.luhui3left,.laosi3left,.luoke3lt,.dls3lt
{
  width: 100%;
}
.tdc3rt,.qj3rt,.mk3rt,.luhui3right,.laosi3right,.luoke3rt,.dls3rt
{
  width: 100%;
  margin-top: 15px;
}
.laosi2con{
	background: #30765C url('../images/lk.png') no-repeat 15px 18px;
    background-size: 3%;
}
.dls1 .tdc1p1
{
  width: 100%;
}
.dls2lt
{
  width: 100%;
  margin-bottom: 15px;
}
.dls2lt img
{
  max-width: 79%;
  position: relative;
  left: 0;
  bottom: 0;
}
.dls2rt{
	width: 100%;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link
{
  color: #fff;
  background-color: #000;
}
.x-sub-menu{
	position: relative;
	opacity: 1;
	transform: unset;
	top: 0px;
	display: none;
	visibility: visible;
}
.navbar-nav{
	margin-top: 1.5rem;
}
.navbar-light .navbar-nav .nav-link
{
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.nav-item:nth-last-child(1) .nav-link{
	border-bottom: 0px;
}
.nav-item .jt{
	display: block;
	padding: 0 1rem;
	color: #fff;
	position: absolute;
	right: 1rem;
	font-size: 20px;
	top: 5px;
	z-index: 999;
}
.jt .fa{
	transform: rotate(0deg);
}	
.jt.clicked .fa{
	transform: rotate(90deg);
}
.index0 .swiper-pagination-bullets
{
  bottom: 10px !important;
}
.index0 .swiper-pagination-bullet {
	width:10px;
	height:10px;
}
}