﻿/*基础CSS*/
html {
	font-size: 14px;
	overflow-x: hidden;
}
li {
	list-style: none;
}
a {
	color: #212529
}
a:hover {
	text-decoration: none;
}
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: 18px;
}
.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: #7B7B7B;
	background-color: #fff;
	border: 2px solid #B6B6B6;
	font-size: 16px;
	margin: 0px 10px;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #E67F06;
	border-color: #E67F06;
}
.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: #999;
}
.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: 3rem;
}
.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;
}
}

@media only screen and (min-width: 1400px) {
   .container{
		width: 1340px;
		max-width: 1340px;
   }
}
.fl{
	float: left;
}
.fr{
	float: right;
}

/* 首页 */
.index2{
    background: url('../images/index22.jpg') repeat-x center bottom;
}
.w-accor{ overflow:hidden; position:relative;}
.w-accor ul,.w-accor li{ padding:0; margin:0; list-style:none;}
.w-accor ul{ width:101%;}
.w-accor li{ position:relative; overflow:hidden;float:left;}
.accorClick li{ cursor:pointer;}
.w-accor li .item{ position:relative;}
.w-accor li > a{ display:block; position:absolute; left:0; right:0; top:0; bottom:0;}
.w-accor .acr_p{ margin-top:0.5em; }
.w-accor4 li img{ max-width:100%;}
.w-accor4 li .cont_ar{ color:#fff;position:absolute; left:0; top:0; bottom:0; right:0;}
.w-accor4 li .cont_ar:before{ content:'';position:absolute; left:0; top:0; bottom:0; right:0; background:#000; opacity:0.35; *filter:alpha(opacity=35); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=35);transition:all 0.5s; -webkit-transition:all 0.5s;}
.w-accor4 li h3{width:1.2em; text-align:center; line-height:1.5; position:absolute; z-index:1; left:50%; margin-left:-0.6em;top:50%; top:10%\9; *top:10%; transform:translateY(-50%); -webkit-transform:translateY(-50%);transition:opacity 0.5s; -webkit-transition:opacity 0.5s;}
:root .w-accor4 li h3{ top:50%;}
.w-accor4 li .dec_ar{ line-height:1.7; height:100%; position:absolute; z-index:1; left:0px; right:0px;top:0%; top:0%; transform:translateY(0%) scale(0); -webkit-transform:translateY(0%) scale(0); padding:70px 100px 0px 50px; color:#222; opacity:0; transition:all 0.5s; -webkit-transition:all 0.5s; }
:root .w-accor4 li .dec_ar{ top:0%;}
.w-accor4 li .i_img{ text-align:center; margin-bottom:1em;}
.w-accor4 li .i_img img{ max-width:80%; max-height:80px;}
.w-accor4 li.cur .cont_ar:before{opacity:0; *filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);}
.w-accor4 li.cur h3{ opacity:0; *filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);}
.w-accor4 li.cur .dec_ar{opacity:1; *filter:alpha(opacity=100); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);transform:translateY(0%) scale(1); -webkit-transform:translateY(0%) scale(1);transition-delay:0.3s; -webkit-transition-delay:0.3s;}
.acr_p1{
	font-size: 30px;
	color: #5F5E5E;
	position: relative;
	line-height: 1.5;
	margin-bottom: 50px;
	font-weight: bold;
}
.acr_p1::before{
	content: '';
	width: 3em;
	height: 5px;
	background-color: #1761AB;
	position: absolute;
	top: -15px;
	left: 0;
}
.acr_p2{
	font-size: 24px;
	font-weight: bold;
	color: #E67F06;
}
.indextitle{
	font-size: 45px;
	color: #474747;
	margin-bottom: 5px;
}
.indexsubtitle{
	font-size: 24px;
	color: #828282;
	letter-spacing: 2px;
}
.index4{
	padding: 75px 0px 130px;
	background: url('../images/index4.jpg') no-repeat center;
	background-size: cover;
}
.index4subtitle{
	margin-bottom: 74px;
}
.index4 .row{
	justify-content: space-between;
}
.index4left{
	width: 47.24%;
}
.index4img img{
    transition: all 0.5s
}
.index4left:hover img{
    transform: scale(1.15);
}
.index4right{
	width: 50%;
}
.index4info{
	padding: 40px 50px 35px 70px;
	background-color: #fff;
	transition: all 0.5s;
}
.index4info:hover{
    background: #E67F06;
}
.times{
	width: 17%;
	border-left: 2px solid #E67F06;
}
.index4des{
	width: 80%;
}
.days{
	font-size: 30px;
	color: #5D5C5C;
	line-height: 1.2;
}
.years{
	font-size: 12px;
	color: #7D7D7D;
}
.index4desp1{
	font-size: 22px;
	color: #222;
	margin-bottom: 0.5rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.5s;
}
.index4info:hover .index4desp1{
    color: #fff;
}
.index4desp2{
	font-size: 16px;
	letter-spacing: 1px;
	color: #929292;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index4info:hover .index4desp2{
    color: #fff;
}
.index4info:hover .years{
    color: #fff;
}
.index4info:hover .days{
    color: #fff;
}
.index4info:hover .times{
    border-left: 2px solid #fff;
}
.index4right ul li{
	background-color: #fff;
}
.index4right ul li:nth-child(-n+2){
	margin-bottom: 30px;
}
.index5{
	padding: 70px 0px 145px;
	background: url('../images/525.jpg') no-repeat center;
	background-size: cover;
}
.index5subtitle{
	margin-bottom: 85px;
}
.index1{
	padding: 95px 0px 80px;
	background: url('../images/index1.jpg') no-repeat center;
	background-size: 100% 100%;
	position: relative;
}
/*.index1::after{*/
/*	content: url('../images/index1img.jpg');*/
/*	width: 51%;*/
/*	position: absolute;*/
/*	right: 0;*/
/*	bottom: 20px;*/
/*}*/
.index1img{
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 51vw;
}
.index1top{
	width: 43%;
}
.index1topp1{
	font-size: 64px;
	color: #E6E6E6;
	font-weight: bolder;
}
.index1topp2{
	font-size: 30px;
	font-weight: bold;
	color: #3B3A3A;
	line-height: 1.4;
	margin: 15px 0px 25px;
}
.index1topp3{
	font-size: 16px;
	color: #282828;
	line-height: 2.4;
	margin-bottom: 30px;
}
.index1topp4 a{
	display: inline-block;
	color: #fff;
	background-color: #656565;
	font-size: 16px;
	padding: 10px 50px;
}
.index1bot{
	width: 100%;
	height: 285px;
	padding: 80px 200px 0px 0px;
	background: url('../images/index1bot.png') no-repeat center;
	background-size: 100% 100%;
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 16px;
}
.index1list img{
    max-height: 70px;
}
.index1listp1{
	margin-top: 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
}
.index1listp1 span{
    font-size: 40px;
    margin-right: 0.5rem;
}
/* 内页VR */
.pagewarp .container{
	width: 1510px;
	max-width: 1510px;
}
.vrpagewarp{
	padding: 100px 0px;
}
.pagetitle{
	font-size: 30px;
	position: relative;
	color: #31302F;
	font-weight: bold;
	letter-spacing: 2px;
}
.pagetitle::after{
	content: '';
	width: 1.5em;
	height: 5px;
	background-color: #E67F06;
	position: absolute;
	left: 50%;
	margin-left: -0.75em;
	bottom: -20px;
}
.vrpagetitle{
	margin-bottom: 90px;
}
.vrpagewarp ul li{
	text-align: justify;
	text-align-last: justify;
	margin-bottom: 30px;
}
.vrlogo{
	width: 108px;
	padding: 24px 0px;
	border-radius: 10px;
	text-align: center;
	text-align-last: center;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0px 0px 10px 10px #F3F3F3;
}
.vrlogo img{
	width: 64px;
}
.vrinfo{
	width: 1360px;
	display: inline-block;
	border-radius: 10px;
	vertical-align: middle;
	box-shadow: 0px 0px 10px 10px #F3F3F3;
}
.vrinfo a{
	padding: 35px 60px 35px 80px;
}
.vrinfop1{
	font-size: 26px;
	color: #484747;
	font-weight: bold;
	letter-spacing: 2px;
}
.vrinfop2{
	font-size: 22px;
	color: #E67F06;
	letter-spacing: 2px;
	margin-top: 3px;
}
.vrpagewarp .mypagenum{
	margin-top: 120px;
}
/* 案例展示 */
.casepagewarp{
	padding: 85px 0px 205px;
}
.casetop{
	margin-bottom: 100px;
}
.casenav{
	text-align: center;
	margin-bottom: 70px;
}
.casenav a{
	font-size: 22px;
	color: #484746;
	display: inline-block;
	padding: 0px 30px;
	position: relative;
}
.casenav a:hover{
    color: #E67F06;
}
.casenav a:nth-child(-n+3)::after{
	content: '';
	width: 2px;
	height: 70%;
	background-color: #595858;
	position: absolute;
	right: 0;
	top: 15%;
}
.casenav a.active{
	color: #E67F06;
}
.caselist{
	margin-bottom: 50px;
}
.caselist:nth-last-child(-n+3){
	margin-bottom: 0;
}
.caselist a{
	border: 1px solid #EEEDED;
}
.casetitle{
	font-size: 18px;
	color: #414040;
	padding: 7px 0px;
	letter-spacing: 2px;
}
.caselist img{
	transition: ease-in-out 0.5s;
}
.caselist:hover img{
	transform: scale(1.2);
}
.nicescroll-rails{
	background-color: #EEEDED;
}

.lbt-box {
	position: relative;
	width: 1510px;
	height: 580px;
	margin: 0 auto;
}

.imgs {
	width: 100%;
	height: 100%;
	perspective: 1000px;
}

.imgitem {
	position: absolute;
	width: 800px;
	height: 500px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
	transition: .8s;
	opacity: 0;
}

.imgitem .position-relative{
	border-radius: 45px;
	overflow: hidden;
}

.imgitem img {
	width: 100%;
	height: 100%;
}

.cur-img {
	width: 800px;
	z-index: 100;
	opacity: 1;
}

.cur-img .position-relative{
	box-shadow: 0px 0px 10px 10px #D2D2D2;
}

.pre-img {
	transform: translateX(-400px) rotateY(0deg) scale(0.8);
	z-index: 9;
	opacity: 0.9;
}

.next-img {
	transform: translateX(400px) rotateY(0deg) scale(0.8);
	z-index: 9;
	opacity: 0.9;
}
.lbt-box .lbt-box-arrow{
	width: 50px;
	height: 50px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.arrowleft{
	background: url('../images/left.png') no-repeat center;
	left: -60px;
}
.arrowright{
	background: url('../images/right.png') no-repeat center;
	right: -60px;
}
.imgiteminfo{
	position: absolute;
	color: #fff;
	z-index: 9999;
	bottom: 0;
	padding: 15px 35px 20px;
	background-color: rgba(0,0,0,.75);
	font-size: 13px;
	line-height: 2;
	opacity: 0;
	transition: all 0.5s;
}
.cur-img .imgiteminfo{
	opacity: 1;
}
.imgitemtitle{
	padding: 20px;
	font-size: 24px;
	color: #464545;
}

/* 产品页面 */
.cppagewarp{
	padding: 80px 0px 60px;
}
.cppagetitle{
	margin-bottom: 70px;
}
.cptop .row{
	flex-wrap: wrap;
	justify-content: space-between;
}
.cpnbav{
	width: 24.5%;
}
.cpnbav:nth-child(-n+4){
	margin-bottom: 10px;
}
.cpnbav a{
	text-align: center;
	padding: 30px 0px;
	font-size: 24px;
	color: #31302F;
	letter-spacing: 2px;
	background-color: #EEEEEE;
	transition: all 0.5s;
}
.cpnbav a:hover{
	background-color: #E67F06;
	color: #fff;
}
.cptop{
	padding-bottom: 60px;
	border-bottom: 1px solid #D0CFCF;
}
.cpbot{
	padding-top: 55px;
}
.cplist{
	margin-bottom: 50px;
}
.cpimg{
	background-color: #fff;
	padding: 60px 0px 90px;
	box-sizing: border-box;
	border: 1px solid #F1F0F0;
	transition: all 0.5s;
}
.cptitle{
	font-size: 22px;
	color: #615F5D;
	padding: 15px 0px 20px;
	border-bottom: 10px solid #D0CFCF;
	transition: all 0.5s;
}
.cplist:hover .cpimg{
	background-color: #fff;
	border: 1px solid #E67F06;
	box-shadow: 0px 0px 10px 10px #F1F0F0;
}
.cplist:hover .cptitle{
	color: #E67F06;
	border-bottom: 10px solid #E67F06;
}
.cpbot .mypagenum{
	margin-top: 50px;
}
/* 新闻资讯 */
.newspagetop{
	padding: 70px 0px 100px;
	background: url('../images/newstop.jpg') no-repeat center;
	background-size: cover;
}
.newsleft{
	width: 890px;
	position: relative;
}
.newsright{
	width: 530px;
	padding-top: 30px;
}
.newsleft a{
	overflow: hidden;
}
.newsleft img{
	transition: ease-in-out 0.5s;
}
.newsleft:hover img{
	transform: scale(1.1);
}
.newstit{
	position: absolute;
	width: 84%;
	left: 8%;
	bottom: -7%;
	padding: 15px 50px 15px 65px;
	background-color: #fff;
	color: #5C5C5C;
	transition: all 0.5s;
}
.newsleft:hover .newstit{
	width: 100%;
	padding: 25px 50px 25px 65px;
	left: 0;
}
.newstit .p1{
	font-size: 22px;
}
.newstit .p2 .date{
	font-size: 20px;
	color: #E67F06;
}
.newstit .p2 .detail{
	font-size: 18px;
	color: #797979;
	padding-top: 0.7rem;
}
.newsnav a{
	font-size: 22px;
	display: inline-block;
	padding: 0px 50px;
	position: relative;
}
.newsnav a:nth-child(1)::after{
	content: '';
	width: 2px;
	height: 70%;
	background-color: #595858;
	position: absolute;
	right: 0;
	top: 15%;
}
.newsright ul{
	margin-top: 40px;
}
.newsthree a{
	padding: 30px 0px;
	border-bottom: 1px solid #797979;
	font-size: 22px;
	color: #5C5C5C;
}
.newsthreep1{
	color: #E67F06;
	margin-bottom: 0.5rem;
}
.newsthree:hover .newsthreep2{
	color: #E67F06;
}
.newspagebot{
	padding: 70px 0px 100px;
}
.newslist{
	margin-bottom: 55px;
}
.newslist a{
	box-shadow: 0px 0px 10px 10px #EFEFEF;
}
.newslist img{
	transition: all 0.5s;
}
.newsinfo{
	padding: 20px 20px 25px;
	background-color: #fff;
	font-size: 18px;
	color: #5C5C5C;
}
.newsinfo .p1{
	margin-bottom: 0.5rem;
	transition: all 0.5s;
}
.newsinfo .p2 .date{
	font-size: 16px;
	color: #E67F06;
}
.newsinfo .p2 .detail{
	font-size: 15px;
	color: #797979;
	padding-top: 0.7rem;
}
.newslist:hover img{
	transform: scale(1.15);
}
.newslist:hover .p1{
	font-weight: bold;
}
.newspagebot .mypagenum{
	margin-top: 45px;
}
/* 产品详情 */
.cpinfopage{
	padding: 100px 0px;
}
.cpinfotop .between{
	flex-wrap: wrap;
	justify-content: space-between;
}
.cpinfotopleft{
	width: 45.9%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
}
.cpinfotopright{
	width: 54.1%;
}
.cpinfotopleftp1{
	font-size: 22px;
	color: #59595A;
	letter-spacing: 1px;
}
.cpinfotopleftp2{
	font-size: 48px;
	color: #323234;
	margin-top: 1rem;
	letter-spacing: 3px;
	font-weight: bold;
}
.cpinfotopleftp3{
	font-size: 36px;
	color: #EE7700;
	padding-right: 40%;
}
.cpwordul{
	margin-top: 85px;
}
.cpwordul li{
	font-size: 22px;
	color: #515152;
	line-height: 2;
}
.cpinfobot{
	margin-top: 80px;
}
/*.cpcontent img{*/
/*	width: 100%!important;*/
/*}*/
/* 关于我们 */
.abblock1{
	padding: 70px 0px;
}
.abpagetitle{
	margin-bottom: 50px;
}
.ab1left{
	font-size: 18px!important;
	color: #3E3E3E!important;
	line-height: 1.6;
}
.ab1right{
	display: flex;
	align-items: center;
}
.abnum{
	margin-top: 75px;
	color: #E67F06;
}
.abnumlist{
	text-align: center;
}
.abnumlistp1{
	font-size: 36px;
}
.abnumlistp1 span{
	font-size: 72px;
	font-weight: bold;
	margin-right: 0.5rem;
}
.abnumlistp2{
	font-size: 26px;
	color: #585756;
}
.abblock2{
	padding: 80px 0px 215px;
	background: url('../images/abblock2.jpg') no-repeat center;
	background-size: cover;
}
.abpagetitle2{
	margin-bottom: 70px;
}
.abblock2right ul li{
	font-size: 42px;
	color: #7C7B7A;
	cursor: pointer;
	margin-bottom: 50px;
	font-weight: lighter;
}
.abblock2right ul li.active{
	color: #E67F06;
}

.abblock2left ul li{
	font-size: 30px;
	color: #555454;
	line-height: 2.4;
}
.abblock2left ul{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.abblock3{
	width: 100%;
	height: 907px;
	padding: 70px 0px 0px;
	background: url('../images/abblock3.jpg') no-repeat center;
	background-size: cover;
}
.abblock3p1{
	font-size: 22px;
	color: #444341;
}
.abblock3p3,.abblock3p4{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.abblock3p3{
	font-size: 72px;
	color: #E67F06;
	font-weight: bold;
	padding-right: 65px;
}
.abblock3p4{
	width: 50%;
	font-size: 22px;
	line-height: 1.8;
	color: #3A3939;
	padding-left: 135px;
	border-left: 1px solid #ACABAA;
}
.area-box .dot{position:relative;display: inline-block;width:10px;height:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#E67F06;opacity:1;filter:alpha(opacity=100)}
.area-box .pulse{position:absolute;top:calc(50% - 33px);left:calc(50% - 33px);height:66px;width:66px;border:2px solid #E67F06;-webkit-border-radius:48px;-moz-border-radius:48px;border-radius:48px;-webkit-box-shadow:0 0 4px #E67F06,0 0 10px #E67F06 inset;-moz-box-shadow:0 0 4px #E67F06,0 0 10px #E67F06 inset;box-shadow:0 0 4px #E67F06,0 0 10px #E67F06 inset;opacity:.12;filter:alpha(opacity=0);-webkit-animation:warn 2s ease-out both;-moz-animation:warn 2s ease-out both;-o-animation:warn 2s ease-out both;animation:warn 2s ease-out both;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;background:0 0}
.area-box .delay-01{-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0}
.area-box .delay-02{-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}
@-webkit-keyframes warn{
0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}
@-moz-keyframes warn{
0%{-moz-transform:scale(0);transform:scale(0);opacity:1}
100%{-moz-transform:scale(1);transform:scale(1);opacity:0}
}
@-o-keyframes warn{
0%{-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-o-transform:scale(1);transform:scale(1);opacity:0}
}
@keyframes warn{
0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
}
.ab3arrow{
	position: absolute;
	bottom: 0;
	z-index: 6;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.ab3arrowleft{
	left: 0;
	background: url('../images/left1.png') no-repeat center;
}
.ab3arrowright{
	right: 0;
	background: url('../images/right1.png') no-repeat center;
}
/* .gallery-top{
	margin-top: 90px;
} */
.abblock4nav{
	margin: 75px 0px 55px;
	text-align: center;
}
.abblock4nav a{
	font-size: 24px;
	color: #444545;
	margin: 0px 2.5rem;
}
.abblock4nav a.active{
	color: #E67F06;
}
.visibility{visibility: hidden;position: absolute;z-index: -1;top: 0;}
.abblock4lvnav{
	margin-top: 50px;
}
.abblock4lvnav a{
	margin: 0px 30px;
	width: 40px;
	height: 40px;
	display: inline-block;
	cursor: pointer;
}
.ab4left{
	background: url('../images/left1.png') no-repeat center;
}
.ab4right{
	background: url('../images/right1.png') no-repeat center;
}
.abblock4{
	padding: 20px 0px 100px;
}
/* 头部 */
.navbar{
	transition: all 1s;
}
.navbar .container{
	width: 1760px;
	max-width: 1760px;
}
.navbar-light .navbar-nav .nav-link {
	color: #454444;
	padding: 0px 2rem;
	transition: all 0.5s;
}
.navbar-light.bg-light .navbar-nav .nav-link {
	color: #454444;
	padding: 0px 2rem;
}
.navbar {
	padding: 1rem 2rem;
}
.topsearch{
	margin-left: 1rem;
}
.topsearch a {
	color: #fff;
	font-size: 22px;
	padding: 4px 9px;
	background-color: #E67F06;
	border-radius: 50px;
}
/* 弹出搜索 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:#E67F06}
.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;padding: 0 0.5rem;
	font-size: 1.2rem;}
.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 */

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #E67F06;
}
.navbar-light .navbar-nav .active > .nav-link{
	color: #E67F06;
}

/* 底部 */
.myfoot{
	padding-top: 30px;
	background: url('../images/foot.jpg') no-repeat center;
	background-size: cover;
	color: #fff;
}
.footleft{
    padding-top: 30px;
}
.myfoot a{
	color: #fff;
	display: block;
}
.footnavname{
	font-size: 22px;
	line-height: 2;
	margin-bottom: 20px;
}
.fooynav ul li{
	font-size: 18px;
	line-height: 2;
}
.fooynav ul li:nth-child(n+5){
	display: none;
}
.fooynav ul li:nth-last-child(1){
	display: block;
}
.footright ul{
	margin-top: 30px;
}
.footright ul li{
	font-size: 18px;
	line-height: 2;
}
.bqright {
	padding: 5px 0px;
	font-size: 16px;
	border-top: 1px solid #919191;
	margin-top: 40px;
}
.bqright a{
	display: inline-block;
}
/* 首页 */
.index6{
	position: relative;
}
.index6 .b1{
	position: absolute;
	height: 640px;
	width: 640px;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
	border: 1px solid #fff;
	z-index: 2;
	border-radius: 50%;
}
.index6 .sp1{
	position: absolute;
	font-size: 36px;
	color: #fff;
	height: 100%;
	width: 320px;
	display: flex;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	z-index: 3;
}
.index6 ul{
	position: absolute;
	left: 0;
}
.p3s_li{
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.p3sli_b{
	position: relative;
	display: block;
	cursor: pointer;
}
.p3sli_b .img1{
	position: relative;
	z-index: 5;
}
.p3sli_b .img2{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.p3sli_b .img3{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.p3sli_b.on .img2,.p3sli_b.on .img3{
	opacity: 1;
}
.p3sli_b0{
	left: 12%;
	top: 20%;
}
.p3sli_b1{
	left: 26.5%;
	top: 27%;
}
.p3sli_b2{
	left: 30%;
	top: 34%;
}
.p3sli_b3{
	left: 26%;
	top: 41%;
}
.p3sli_b4{
	left: 9%;
	top: 50%;
}
.p3sli_b span{
	font-size: 22px;
	color: #fff;
	font-weight: lighter;
}
.slider{
	font-size: 0;
}
.index6item{
	display: block;
}
.index6item2 {
	position: absolute;
	right: 10%;
	bottom: 10%;
	color: #fff;
	z-index: 7;
	font-size: 30px;
}
.index6item2p1{
	margin-bottom: 20px;
}
.index6item2 a{
	display: inline-block;
	padding: 7px 50px;
	font-size: 18px;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 20px;
}
/* 首页产品 */
.index3{
	padding: 70px 0px 105px;
	background: url('../images/index3.jpg') no-repeat center;
	background-size: cover;
}
.index3subtitle{
	margin-bottom: 110px;
}
.index3left{
	width: 1145px;
	position: relative;
}
.index3leftimg{
	width: 670px;
    float: left;
}
.index3lrt{
    width: 475px;
	float: right;
}
.index3leftinfo{
	color: #fff;	
    width: 100%;
	padding: 50px 30px 60px 30px;
	background-color: #E67F06;
	border-radius: 70px 0px 70px 0;
	margin-bottom: 70px;
}
.index3leftinfop1{
	font-size: 28px;
	text-align: justify;
	text-align-last: justify;
}
.index3leftinfop1 font{
	display: inline-block;
}
.index3leftinfop1 span{
	font-size: 22px;
	display: inline-block;
}
.index3leftinfop2{
	margin-top: 30px;
	font-size: 18px;
	line-height: 2;
}
.index3lefttitle{
	padding: 0px 60px;
	font-size: 24px;
	color: #fff;
	text-align: right;
	position: absolute;
	width: 100%;
	bottom: 60px;
}
.index32right{
	width: 130px;
	height: 460px;
}
.index32right div{
	height: 115px;
	cursor: pointer;
}
.index32right p{
	font-size: 16px;
	color: #424141;
	margin-top: 1rem;
}
.index3nav{
    position: absolute;
    bottom: 40px;
    z-index: 6;
    width: 100%;
    padding-left: 5rem;
}
.index3more{
    text-align: right;
    padding-right: 2rem;
}
.index3more a{
    display: inline-block;
    padding: 8px 40px;
    color: #282828;
    font-size: 18px;
    background: #fff;
    border-radius: 20px;
    transition: all 0.5s;
}
.index3more a:hover{
    background: #E67F06;
    color: #fff;
}
.index3nav img{
	margin-right: 45px;
	cursor: pointer;
}
.index20{
	padding: 80px 0px 70px;
	background: url('../images/index20.jpg') no-repeat center;
	background-size: cover;
}
/* 联系我们 */
.lxblock1{
	width: 100%;
	height: 932px;
	background: #fff url('../images/lx.png') no-repeat right 4px;
	padding-top: 85px;
	position: relative;
}
.lxblock1::before{
	content: '';
	width: 100%;
	height: 285px;
	background-color: #F2F1F1;
	position: absolute;
	left: 0;
	top: 0;
}
.lxblock1 .row{
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.mesleft{
	width: 45.9%;
}
.mesleftp1,.mesleftp2{
	font-size: 30px;
	color: #BFBEBD;
	line-height: 2;
}
.mesleftp1{
	margin-top: 50px;
}
.mesleftp2{
	text-indent: 4em;
}
.mesright{
	width: 50%;
	padding-top: 60px;
}
.mesrightp1{
	font-size: 36px;
	padding-top: 20px;
	color: #F1701A;
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 3px solid #F1701A;
	background: url('../images/king.png') no-repeat right 9px;
}
.mesrightp2{
	padding-left: 40px;
	margin-top: 120px;
}
.mesrightp2 li{
	font-size: 22px;
	color: #5A5859;
	line-height: 3;
}
.mesrightp2 i{
	color: #F1701A;
	margin-right: 3rem;
}
.mesrightp2 .hidden{
	visibility: hidden;
}
.lxblock2{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.lxblock2left{
	width: 60%;
}
.lxblock2right{
	width: 40%;
	background: url('../images/lxblock2right.jpg') no-repeat center;
	background-size: cover;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.lxform{
	width: 70%;
}
.lxblock2rightp1{
	font-size: 36px;
	color: #5B5B5B;
	text-align: right;
}
.lxblock2rightp2{
	text-align: right;
	font-size: 24px;
	color: #989898;
	padding-right: 3em;
	margin: 10px 0px 30px;
}
.lxform .form-control {
	min-height: calc(2.5em + .75rem + 2px);
}
.lxform .btn{
	color: #fff;
	font-size: 18px;
	background-color: #F1701A;
	padding: 10px 60px;
}

@media only screen and (max-width: 1400px) {
    .container{
		width: 1140px;
		max-width: 1140px;
	}
	.pagewarp .container {
		width: 1140px;
		max-width: 1140px;
	}
	.navbar .container {
		width: 1280px;
		max-width: 1280px;
	}
	.topsearch {
		margin-left: 4rem;
	}
	.navbar-light.bg-light .navbar-nav .nav-link {
		padding: 0px 1rem;
	}
	.navbar-light .navbar-nav .nav-link {
      padding: 0px 1rem;
    }
	.vrinfo {
		width: 1020px;
	}
	.vrinfo a {
		padding: 30px 60px 30px 60px;
	}
	.vrinfop1 {
		font-size: 26px;
	}
	.vrinfop2 {
		font-size: 20px;
		margin-top: 4px;
	}
	.vrlogo img {
		width: 40px;
	}
	.vrlogo {
		width: 85px;
	}
	.lbt-box {
		position: relative;
		width: 1140px;
		height: 500px;
		margin: 0 auto;
	}
	.cur-img {
		width: 605px;
		z-index: 100;
		opacity: 1;
	}
	.imgitem {
		position: absolute;
		width: 605px;
		height: 500px;
	}
	.casetop {
		margin-bottom: 40px;
	}
	.casepagewarp {
		padding: 85px 0px 125px;
	}
	.newsleft {
		width: 672px;
		position: relative;
	}
	.newsright {
		width: 400px;
		padding-top: 0;
	}
	.newstit .p1 {
		font-size: 20px;
	}
	.newstit .p2 .date {
		font-size: 18px;
		color: #E67F06;
	}
	.newstit .p2 .detail {
		font-size: 16px;
		color: #797979;
		padding-top: 0.2rem;
	}
	.newsnav a {
		font-size: 20px;
		padding: 0px 30px;
		position: relative;
	}
	.newsthree a {
		font-size: 18px;
	}
	.newsthreep2 {
		font-size: 18px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;
	}
	.newsright ul {
		margin-top: 10px;
	}
	.cpnbav a {
		padding: 20px 0px;
		font-size: 18px;
	}
	.cpimg .mw-100{
		max-width: 70%!important;
	}
	.cptitle {
		font-size: 20px;
	}
	.cpinfotopleftp1 {
		font-size: 18px;
	}
	.cpinfotopleftp2 {
		font-size: 36px;
	}
	.cpinfotopleftp3 {
		font-size: 26px;
	}
	.ab1left {
		font-size: 16px !important;
		color: #3E3E3E !important;
		line-height: 1.6;
	}
	.abnumlistp2 {
		font-size: 18px;
		color: #585756;
	}
	.abnumlistp1 {
		font-size: 22px;
	}
	.abnumlistp1 span {
		font-size: 56px;
		font-weight: bold;
		margin-right: 0.5rem;
	}
	.abblock2right ul li {
		font-size: 32px;
	}
	.abblock2left ul li {
		font-size: 26px;
	}
	.abblock2right ul li:nth-child(-n+2) {
		margin-bottom: 100px;
	}
	.abblock3p3 {
		font-size: 56px;
	}
	.abblock3p4 {
		width: 75%;
		padding-left: 80px;
	}
	.abblock4lbt img{
		max-width: 100%;
	}
	.abblock4nav a {
		font-size: 22px;
	}
	.acr_p1 {
		font-size: 26px;
	}
	.acr_p2 {
		font-size: 20px;
		font-weight: bold;
		color: #E67F06;
	}
	.index1 {
      padding: 25px 0px 80px;
    }
	.indextitle {
		font-size: 36px;
	}
	.indexsubtitle {
		font-size: 22px;
	}
	.index1top {
      width: 45%;
    }
	.index20 {
		padding: 40px 0px 35px;
	}
	.index4info {
		padding: 40px 50px 35px 40px;
		background-color: #fff;
	}
	.index4desp2 {
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.index4desp1 {
		font-size: 18px;
	}
	.index4 {
		padding: 75px 0px 100px;
	}
	.index5 {
		padding: 70px 0px 115px;
	}
	.p3sli_b0 {
		left: 32%;
		top: 20%;
	}
	.p3sli_b1 {
		left: 40.5%;
		top: 27%;
	}
	.p3sli_b2{
		left: 41.4%;
		top: 34%;
	}
	.p3sli_b3{
		left: 35%;
		top: 41%;
	}
	.p3sli_b4{
		left: 13%;
		top: 50%;
	}
	.bqright {
		margin-top: 75px;
	}
	.index3left {
		width: 975px;
		position: relative;
	}
	.index3leftimg {
		width: 510px;
	}
	.index3leftimg .swiper-slide img{
	    width: 100%;
	}
	.index3lrt {
      width: 465px;
      float: right;
    }
	.index3leftinfo {
		color: #fff;
		height: 300px;
		right: 0;
		top: 0;
		padding: 40px 35px 0px 35px;
		background-color: #E67F06;
		border-radius: 80px 0px 80px 0;
		margin-bottom: 60px;
	}
	.index3leftinfop1 {
		font-size: 28px;
	}
	.index3leftinfop1 span {
		font-size: 22px;
		display: inline-block;
	}
	.index3leftinfop2 {
		font-size: 18px;
		line-height: 2;
	}
	.index3lefttitle{
		margin-top: 20px;
		font-size: 22px;
	}
	.mesrightp2 {
      padding-left: 40px;
    }
    .mesrightp2 li {
      font-size: 18px;
    }
}

@media only screen and (max-width: 800px){
	.navbar .container {
		width: 100%;
		max-width: 100%;
	}
	.navbar {
		padding: 0.5rem 1rem;
		background-color: #fff;
	}
	.fixed-top {
		position: relative;
	}
	.topsearch{
		display: none;
	}
	.logo-sm-height{
		max-height: 35px;
	}
	.navbar-light .navbar-nav .nav-link {
		color: #222;
		padding: 0.5rem 2rem;
		transition: all 0.5s;
	}
	.navbar-light.bg-light .navbar-nav .nav-link {
		padding: 0.5rem 1.5rem;
	}
	.abblock1 {
		padding: 40px 0px;
	}
	.pagewarp .container {
		width: 100%;
		max-width: 100%;
	}
	.pagetitle {
		font-size: 22px;
	}
	.vrpagewarp {
		padding: 40px 0px;
	}
	.vrpagewarp ul li {
		padding: 0px 10px;
		text-align: left;
		text-align-last: left;
	}
	.vrlogo {
		display: none;
	}
	.vrinfo {
		width: 100%;
	}
	.vrpagetitle {
		margin-bottom: 70px;
	}
	.vrinfo a {
		padding: 10px 15px 10px 15px;
	}
	.vrinfop1 {
		width: 100%;
		font-size: 16px;
	}
	.vrinfop2 {
		width: 100%;
		font-size: 14px;
		margin-top: 4px;
		text-align: right!important;
		text-align-last: right!important;
	}
	.page-num, .page-link {
		font-size: 14px;
		margin: 0px 6px;
	}
	.vrpagewarp .mypagenum {
		margin-top: 40px;
	}
	.newspagetop {
		padding: 40px 0px 60px;
	}
	.newsleft {
		width: 100%;
		position: relative;
	}
	.newstit {
		position: relative;
		width: 100%;
		left: 0;
		bottom: 0;
		padding: 15px 15px 15px 15px;
		background-color: #fff;
		color: #5C5C5C;
		transition: all 0.5s;
	}
	.newsleft:hover .newstit{
		width: 100%;
		padding: 15px;
		left: 0;
	}
	.newstit .p1 {
		font-size: 16px;
	}
	.newstit .p2 .date {
		font-size: 15px;
		color: #E67F06;
	}
	.newstit .p2 .detail {
		font-size: 15px;
		color: #797979;
		padding-top: 0.2rem;
	}
	.newsright {
		width: 100%;
		padding-top: 30px;
	}
	.newsthree a {
		font-size: 15px;
	}
	.newsthreep2 {
		font-size: 16px;
	}
	.newsthree a {
		padding: 20px 0px;
	}
	.newsinfo {
		padding: 15px 15px 15px;
		background-color: #fff;
		font-size: 18px;
		color: #5C5C5C;
	}
	.newsinfo {
		font-size: 16px;
		color: #5C5C5C;
	}
	.newslist {
		margin-bottom: 35px;
	}
	.newspagebot {
		padding: 40px 0px 60px;
	}
	.cppagewarp {
		padding: 40px 0px 60px;
	}
	.cpnbav {
		width: 32.5%;
	}
	.cpnbav:nth-last-child(1){
		width: 65%;
	}
	.cpnbav a {
		padding: 15px 0px;
		font-size: 15px;
	}
	.cptop {
		padding-bottom: 40px;
		border-bottom: 1px solid #D0CFCF;
	}
	.cpbot {
		padding-top: 35px;
	}
	.cppagetitle {
		margin-bottom: 50px;
	}
	.cptitle {
		font-size: 16px;
	}
	.cpinfopage {
		padding: 40px 10px;
	}
	.cpinfotopleft {
		width: 100%;
	}
	.cpinfotopright {
		width: 80%;
		margin: auto;
		margin-bottom: 25px;
	}
	.cpinfotop .between {
		flex-direction: column-reverse;
	}
	.cpinfotopleftp1 {
		font-size: 15px;
		letter-spacing: 0px;
	}
	.cpinfotopleftp2 {
		font-size: 22px;
		margin: 5px 0px 15px;
	}
	.cpinfotopleftp3 {
		font-size: 18px;
		padding-right: 0;
	}
	.cpwordul {
		margin-top: 45px;
	}
	.cpwordul li {
		font-size: 15px;
	}
	.cpinfobot {
		margin-top: 40px;
	}
	.ab1left {
		font-size: 15px !important;
		color: #3E3E3E !important;
		line-height: 2;
		margin-bottom: 30px;
	}
	.abnum {
		margin-top: 35px;
		color: #E67F06;
	}
	.abnumlistp2 {
		font-size: 16px;
		color: #585756;
	}
	.abnumlistp1 {
		font-size: 16px;
	}
	.abnumlistp1 span {
		font-size: 36px;
	}
	.abnumlist:nth-child(-n+2){
		margin-bottom: 20px;
	}
	.abblock2 {
		padding: 40px 0px 55px;
	}
	.abblock2right ul li:nth-child(-n+2) {
		margin-bottom: 0;
	}
	.abblock2 .row{
		flex-direction: column-reverse;
	}
	.abblock2left ul {
		position: relative;
		top: 0;
		transform: translateY(0%);
	}
	.abblock2right ul li{
		float: left;
		width: 33.33%;
		text-align: center;
	}
	.abblock2right ul li {
		font-size: 20px;
	}
	.abblock2left{
		padding-top: 40px;
	}
	.abblock2left ul li {
		font-size: 16px;
		line-height: 2;
	}
	.abblock3p1 {
		font-size: 14px;
		color: #444341;
	}
	.abblock3p3 {
		font-size: 28px;
		width: 100%;
		padding: 15px;
	}
	.abblock3p4 {
		width: 100%;
		padding: 0px 15px;
		font-size: 14px;
		border-left: 0;
	}
	.gallery-thumbs .swiper-slide:nth-child(2n+1) {
		padding: 75px 0px 60px!important;
	}
	.gallery-thumbs .swiper-slide:nth-child(2n) {
		padding: 50px 0px 10px!important;
	}
	.gallery-top {
		margin-top: 35px!important;
	}
	.abblock3 {
		width: 100%;
		height: auto;
		padding: 70px 0px 30px;
	}
	.abblock4nav {
		margin: 60px 0px 30px;
		text-align: center;
	}
	.abblock4nav a {
		font-size: 18px;
		margin: 0px 1rem;
	}
	.abblock4 {
		padding: 20px 0px 40px;
	}
	.abblock4lvnav{
		margin-top: 25px;
	}
	.casetop{
		display: none;
	}
	.content {
		width: 100%;
		height: 100vh;
		padding-right: 10px!important;
		overflow: hidden;
	}
	.casetitle {
		font-size: 16px;
	}
	.caselist {
		margin-bottom: 30px;
	}
	.casepagewarp {
		padding: 45px 0px 45px;
	}
	.casenav {
		text-align: center;
		margin-bottom: 50px;
	}
	.casenav a {
		font-size: 18px;
		padding: 0px 10px;
	}
	.index1 {
		padding: 35px 0px 40px;
	}
	.index1::after {
		content: none;
	}
	.container {
		width: 100%;
		max-width: 100%;
	}
	.index1top {
		width: 100%;
	}
	.index1topp1 {
		font-size: 32px;
	}
	.index1topp2 {
		font-size: 22px;
		margin: 5px 0px 25px;
		letter-spacing: 2px;
	}
	.index1topp3 {
		font-size: 14px;
		line-height: 2;
	}
	.index1topp4 a {
		font-size: 14px;
		padding: 10px 40px;
	}
	.index1bot {
		width: 100%;
		height: auto;
		padding: 35px 0px 0px 0px;
		background: #E67F06;
		margin-top: 40px;
		font-size: 16px;
		margin-left: 0px;
	}
	.index1listp1 {
		margin-top: 10px;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.5;
	}
	.index1listp1 span{
	    font-size: 28px;
	}
	.index1list{
		margin-bottom: 35px;
	}
	.index2,.index20{
		display: none;
	}
	.index3 {
		padding: 60px 0px 45px;
		overflow: hidden;
	}
	.indextitle {
		font-size: 24px;
	}
	.indexsubtitle {
		font-size: 16px;
	}
	.index4left {
		width: 100%;
	}
	.index4info {
		padding: 20px 30px 20px 20px;
		background-color: #fff;
	}
	.days {
		font-size: 24px;
		color: #5D5C5C;
		line-height: 1.5;
	}
	.index4desp1 {
		font-size: 16px;
	}
	.index4desp2 {
		font-size: 14px;	
	}
	.index4right{
		padding-top: 40px;
		width: 100%;
	}
	.index4right ul li:nth-child(-n+2) {
		margin-bottom: 15px;
	}
	.index4 {
		padding: 45px 0px 50px;
	}
	.index4subtitle {
		margin-bottom: 40px;
	}
	.index5 {
		padding: 40px 0px 55px;
	}
	.index5subtitle {
		margin-bottom: 45px;
	}
	.index6 .sp1{
		display: none;
	}
	.p3s_li{
		display: none;
	}
	.index6 .b1{
		display: none;
	}
	.index6item2 {
		color: #fff;
		font-size: 22px;
		text-align: right;
	}
	.index6item2 a {
		display: inline-block;
		padding: 7px 50px;
		font-size: 14px;
		border: 1px solid #fff;
	}
	.index3left{
		float: unset;
	}
	.index32right {
		float: unset;
	}
	.index3 .row{
		display: flex!important;
		flex-direction: column-reverse;
	}
	.index32right {
		width: 100%;
		height: auto;
		display: flex;
		overflow-x: auto;
	}
	.index32right div{
		width: 25%;
		flex: none;
	}
	.index32right div {
		height: auto;
		cursor: pointer;
	}
	.index32right p {
		font-size: 14px;
	}
	.index3left {
		width: 100%;
		position: relative;
		margin-top: 30px;
	}
	.index3leftimg {
		width: 100%;
		height: auto;
		padding: 20px 10px;
		background-size: cover;
	}
	.index3lrt {
      width: 100%;
      float: right;
    }
    .index3leftinfo {
      margin-bottom: 35px;
    }
    .index3more a {
      font-size: 14px;
    }
    .index3lefttitle {
      margin-top: 20px;
      font-size: 18px;
      bottom: 15px;
    }
	.index3leftimg .swiper-slide img{
		width: 100%;
	}
	.index3leftinfo {
		position: relative;
		width: 100%;
		height: auto;
		padding: 30px 20px 30px 20px;
		background-color: #E67F06;
		border-radius: 0px 0px 0px 0;
	}
	.index3nav{
		display: none;
	}
	.index3leftinfop2 {
		font-size: 15px;
		line-height: 2;
		margin-top: 10px;
	}
	.index3leftinfop1 {
		font-size: 22px;
	}
	.index3leftinfop1 span {
		font-size: 18px;
		display: inline-block;
	}
	.index3subtitle {
		margin-bottom: 40px;
	}
	.footleft{
		display: none;
	}
	.myfoot {
		padding-top: 45px;
	}
	.footright ul li {
		font-size: 14px;
		line-height: 2;
	}
	.bqright {
		margin-top: 30px;
	}
	.bqright {
		padding: 10px 5px;
		font-size: 12px;
		border-top: 1px solid #919191;
		margin-top: 30px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 16px;
	}
	.mesleft {
      display: none;
    }
    .lxblock1 {
      width: 100%;
      height: auto;
      padding: 35px 10px;
    }
    .mesright {
      width: 100%;
      padding-top: 0;
    }
    .mesrightp1 {
      font-size: 24px;
      text-align: left;
    }
    .mesrightp2 {
      padding-left: 0px;
      margin-top: 20px;
    }
    .mesrightp2 li {
      font-size: 16px;
      line-height: 2.5;
    }
    .mesrightp2 i {
      margin-right: 0.5rem;
    }
    .mesrightp2 .hidden {
      visibility: hidden;
      display: none;
    }
    .lxblock2left {
      width: 100%;
    }
    .lxblock2right {
      width: 100%;
      padding: 35px 15px;
    }
    .lxform {
      width: 100%;
    }
    .lxblock2rightp1 {
      font-size: 26px;
    }
    .lxblock2rightp2 {
      font-size: 20px;
      padding-right: 2em;
    }
    .lxform .btn {
      font-size: 16px;
    }
    
}
.bg-info {
	background-color: #E67F06 !important;
  }