.pcbanner {
	height: 100vh;
	background-size: cover;
	background-position: center;
}

.bannerbox {
	position: relative;
}

.bannerbox .container {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	right: 0;
	bottom: 0;
	align-items: center;
}

.bannertxt .h1 {
	text-align: center;
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'DIN';
	letter-spacing: 0.05rem;
	font-weight: bold;
	margin-bottom: 0.35rem;
}

.bannertxt {
	max-width: 5.6rem;
}

.bannertxt .h2 {
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 1.9;
	text-transform: uppercase;
	margin-bottom: 0.4rem;
}

.bannertxt .idxbtn2 {
	margin: 0 auto;
}

.idxbanner .swiper-pagination {
	font-size: 0;
	bottom: 0.4rem !important;
}

.idxbanner .swiper-pagination-bullet {
	width: 0.36rem;
	height: 0.04rem;
	background: #fff;
	border-radius: 0.04rem;
	margin: 0 0.1rem !important;
	opacity: 0.5;
	transition: all 0.3s ease;
}

.idxbanner .swiper-pagination-bullet-active {
	opacity: 1;
}

.idxbanner .swiper-slide-active .h1 {
	animation: fadeup 1s 0s;
	-webkit-animation: fadeup 1s 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.idxbanner .swiper-slide-active .h2 {
	animation: fadeup 1s 0.2s;
	-webkit-animation: fadeup 1s 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.idxbanner .swiper-slide-active .idxbtn2 {
	animation: fadeup 1s 0.4s;
	-webkit-animation: fadeup 1s 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.idxbtn1 {
	width: 2.14rem;
	line-height: 0.62rem;
	text-align: center;
	border: 1px solid #dadada;
	position: relative;
	font-size: 0;
	display: block;
	transition: all 0.3s ease;
}

.idxbtn1 span {
	font-size: 0.16rem;
	color: #1e1e1e;
	display: inline-block;
	vertical-align: top;
	margin-right: 0.2rem;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
	font-family: 'DIN';
}

.idxbtn1 .icon {
	width: 0.2rem;
	height: 0.12rem;
	background: url(../image/more1.png);
	background-size: cover !important;
	transition: all 0.3s ease;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.idxbtn1:after {
	content: '';
	background: #C9A063;
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
	transition: all 0.3s ease;
	position: absolute;
}

.idxbtn2 {
	width: 150px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #fff;
	position: relative;
	font-size: 0;
	display: block;
}

.idxbtn2 span {
	font-size: 0.16rem;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.2rem;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
	font-family: 'DIN';
}

.idxbtn2 .icon {
	width: 0.2rem;
	height: 0.12rem;
	background: url(../image/more.png);
	background-size: cover !important;
	transition: all 0.3s ease;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.idxbtn2:after {
	content: '';
	background: #fff;
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
	transition: all 0.3s ease;
	position: absolute;
}

.idxtitle {
	text-align: center;
}

.idxtitle .h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'DIN';
	line-height: 1;
}

@media screen and (max-width:1800px) {
	.idxtitle .h1 {
		font-size: 22px;
	}
}

.idxtitle .line {
	width: 0.4rem;
	height: 2px;
	background: #C9A063;
	margin-top: 0.25rem;
	display: inline-block;
	vertical-align: top;
}

.index1 {
	padding: 1.4rem 0.8rem;
	position: relative;
}

.index1 .idxtitle {
	text-align: left;
}

.idx1box {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}

.idx1box .imgbox {
	width: 55%;
	position: relative;
}

.idx1box video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: none;
}

.idx1box .before {
	position: relative;
}

.idx1box .before img {
	width: 100%;
}

.idx1box .before:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	top: 0;
	left: 0;
	position: absolute;
}

.idx1box .playbtn {
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	cursor: pointer;
}

.idx1box .playbtn .img2 {
	width: 0.21rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.125rem;
	margin-left: -0.08rem;
}

.idx1box .playbtn .img1 {
	animation: rotate0 2s ease infinite;
}

.idx1right {
	width: 45%;
	padding-left: 6vw;
	padding-right: 8vw;
}

.idx1right p {
	font-size: 0.16rem;
	color: #333;
	line-height: 1.875;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}

.idx1right .idxtitle {
	margin-bottom: 3vw;
}

.idx1right .idxbtn1 {
	margin-top: 2.5vw;
}

.index1:after {
	content: '';
	top: 0.65rem;
	bottom: 0.65rem;
	position: absolute;
	right: 0.8rem;
	width: 66%;
	background: url(../image/idx1bg.jpg);
	background-size: cover;
	background-position: center;
}

.idx2tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.idx2tab .col {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	position: relative;
}

.idx2tab .item .iconbox {
	width: 0.8rem;
	height: 0.8rem;
	position: relative;
}

.idx2tab .item .iconbox img {
	width: 0.5rem;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s;
	z-index: 2;
}

.idx2tab .item .iconbox img:nth-child(2) {
	opacity: 0;
}

.idx2tab .item p {
	font-size: 0.16rem;
	color: #333;
	font-family: 'DIN';
	transition: all 0.3s;
	margin-top: 0.12rem;
	transform: translateY(-10px);
}

.idx2tab .item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	z-index: 2;
	cursor: pointer;
}

.idx2tab .item .iconbox:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #C9A063;
	transition: all 0.3s;
	border-radius: 50%;
}

.idx2tab .item.on .iconbox:after {
	width: 0.8rem;
	height: 0.8rem;
	margin-top: -0.4rem;
	margin-left: -0.4rem;
}

.idx2tab .item.on p {
	color: #C9A063;
	transform: translateY(0);
}

.idx2tab .item.on .iconbox img:nth-child(1) {
	opacity: 0;
}

.idx2tab .item.on .iconbox img:nth-child(2) {
	opacity: 1;
}

.idx2tab .col:after {
	content: '';
	left: 0.9rem;
	top: 0.4rem;
	height: 1px;
	right: 0.1rem;
	background: #b5c0d4;
	position: absolute;
}

.index2 {
	padding: 0.67rem 0 0.97rem;
	position: relative;
}

.idx2bg {
	background: url(../image/idx2bg.jpg);
	height: 7rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-size: cover;
	z-index: -1;
}

.idx2left {
	width: 38%;
	float: left;
}

.pro-slider {
	width: 55.55%;
	float: left;
	position: relative;
}

.pro-slider .item {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-shadow: 0px 0.1rem 0.4rem 0px rgba(102, 102, 102, 0.1);
	transition: all 0.7s ease-out;
	border-radius: 0.08rem;
	background: #fff;
	z-index: 2;
}

.idx2box {
	margin-top: 0.5rem;
}

.idx2box>div {
	display: none;
}

.pro-slider .item img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 70%;
	max-height: 60%;
	opacity: 0;
	transition: all 0.3s ease;
}

.pro-slider .item .sort {
	font-size: 4.2vw;
	color: #eef3f7;
	top: 1.5vw;
	left: 0;
	right: 0;
	text-align: center;
	font-family: 'DIN';
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	position: absolute;
}

.pro-slider .item .name {
	font-size: 0.14rem;
	color: #0e0e0e;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	font-family: 'DIN';
	bottom: 2.3vw;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.pro-slider .item {
	transform: scale(0.4) translateX(-11.25%);
	-webkit-transform: scale(0.4) translateX(-11.25%);
	-moz-transform: scale(0.4) translateX(-11.25%);
	-o-transform: scale(0.4) translateX(-11.25%);
	-ms-transform: scale(0.4) translateX(-11.25%);
	opacity: 0;
	transform-origin: 0 50%;
}

.pro-slider .item.on {
	opacity: 1;
	transform: scale(1) translateX(0px);
	-webkit-transform: scale(1) translateX(0px);
	-moz-transform: scale(1) translateX(0px);
	-o-transform: scale(1) translateX(0px);
	-ms-transform: scale(1) translateX(0px);
	pointer-events: auto;
	z-index: 10;
}

.pro-slider .item.n1 {
	transform: scale(0.8) translateX(-3.75%);
	-webkit-transform: scale(0.8) translateX(-3.75%);
	-moz-transform: scale(0.8) translateX(-3.75%);
	-o-transform: scale(0.8) translateX(-3.75%);
	-ms-transform: scale(0.8) translateX(-3.75%);
	opacity: 0.8;
	z-index: 8;
}

.pro-slider .item.n2 {
	transform: scale(0.6) translateX(-8.75%);
	-webkit-transform: scale(0.6) translateX(-8.75%);
	-moz-transform: scale(0.6) translateX(-8.75%);
	-o-transform: scale(0.6) translateX(-8.75%);
	-ms-transform: scale(0.6) translateX(-8.75%);
	opacity: 0.6;
	z-index: 7;
}

.pro-slider .item.on img {
	opacity: 1;
}

.idx2left {
	padding-top: 0.15rem;
}

.idx2left .idxtitle {
	text-align: left;
	margin-top: 3.85vw;
}

.idx2left .name {
	font-size: 0.18rem;
	color: #0e0e0e;
	font-family: 'DIN';
	font-weight: bold;
}

.idx2left .info {
	font-size: 0.16rem;
	color: #333;
	line-height: 1.625;
	margin: 0.25rem 0 0.3rem;
}

.idx2left .idxbtn1 {
	width: 1.88rem;
	line-height: 0.52rem;
}

.idx2left .idxbtn1 span {
	margin-right: 0.13rem;
}

.idx2left .item {
	transition: all 0.7s ease-out;
	opacity: 0;
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
}

.idx2left .swiper-slide-active .item {
	transform: none;
	opacity: 1;
}

.idx2left .swiper-container {
	padding-top: 30px;
	margin-top: -30px;
}

.idx2bg .container {
	height: 100%;
	position: relative;
}

.idx2page {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-bottom: 2.9rem;
	font-size: 0.2rem;
	color: #333;
	font-family: 'DIN';
	text-align: center;
	z-index: 30;
	line-height: 1;
}

.idx2page .page1 {
	color: #C9A063;
}

.idx2page .pie {
	margin: 0.12rem 0;
}

.idx2page:after {
	content: '';
	height: 2.45rem;
	left: 50%;
	width: 1px;
	background: #b5c0d4;
	bottom: 0;
	position: absolute;
}

.index3 {
	padding: 0.85rem 0 1rem;
	background: url(../image/idx3bg.jpg);
	background-size: cover;
	background-position: center;
}

.index3 .idxtitle {
	margin-bottom: 0.7rem;
}

.index3 .item {
	position: relative;
	overflow: hidden;
	display: block;
}

.index3 .item img {
	transition: all 0.5s ease;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.index3 .item p {
	line-height: 0.5rem;
	padding: 0 0.18rem;
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.index3 .item p {
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
	transition: all 0.3s ease;
}

.index3 .swiperbtn {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0.28rem;
	z-index: 2;
	cursor: pointer;
}

.index3 .prev {
	left: 0;
}

.index3 .next {
	right: 0;
}

.index3 .swiperbtn img {
	width: 0.1rem;
	margin: 0 auto;
}

.index3 .swiperbtn {
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
}

.index3 .swiper-slide {
	height: 100%;
}

.index4 {
	padding: 0.8rem 0 1rem;
}

.index4 .idxtitle {
	margin-bottom: 0.6rem;
}

.idx4box {
	display: flex;
}

.idx4box .item {
	position: relative;
	width: 23.6%;
	height: 6.4rem;
	background-size: cover;
	background-position: center;
	transition: all 0.5s;
}

.idx4box .item.on {
	width: 66.8%;
}

.idx4box .item:after {
	display: none;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0);
	width: 100%;
	height: 100%;
	opacity: 0.4;
	transition: all 0.3s ease-in-out;
}

.idx4box .item:before {
	content: '';
	background-image: -moz-linear-gradient(90deg, rgba(105, 156, 255, 0.4) 0%, rgba(105, 156, 255, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(105, 156, 255, 0.4) 0%, rgba(105, 156, 255, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(105, 156, 255, 0.4) 0%, rgba(105, 156, 255, 0) 100%);
	height: 50%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.3s ease-in-out;
	height: 0;
}

.idx4box .item .contentbox {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 0.4rem;
	z-index: 2;
	bottom: 0.6rem;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.idx4box .item .contentbox .title {
	font-size: 0.2rem;
	color: #fff;
	font-family: 'DIN';
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.15rem;
}

.idx4box .item .iconbox {
	height: 0.6rem;
}

.idx4box .item .iconbox img {
	width: 0.36rem;
}

.idx4box .item .contentbox p {
	font-size: 0.14rem;
	color: #fff;
	line-height: 1.857;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.idx4box .item.on:after {
	opacity: 0;
}

.idx4box .item.on:before {
	height: 50%;
}

.idx4box .item.on .contentbox {
	padding: 0 0.55rem;
	bottom: 0.3rem;
}

.idx4box .item .idxbtn2 {
	width: 1.28rem;
	line-height: 0.38rem;
	margin-top: 0.15rem;
}

.idx4box .item .idxbtn2 span {
	font-size: 0.14rem;
	margin-right: 0.08rem;
}

.idx4box .item .idxbtn2 .icon {
	width: 0.16rem;
	height: 0.09rem;
}

.idx4box .item .moretxt {
	display: none;
}

.idx4box .item.on .moretxt {
	display: block;
	color: #ffffff;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

@media (min-width: 1000px) {
	.index3 .swiperbtn:hover {
		background: rgba(105, 156, 255, 0.8);
	}

	.idx2tab .item:hover .iconbox:after {
		width: 0.8rem;
		height: 0.8rem;
		margin-top: -0.4rem;
		margin-left: -0.4rem;
	}

	.idx2tab .item:hover p {
		color: #C9A063;
		transform: translateY(0);
	}

	.idx2tab .item:hover .iconbox img:nth-child(1) {
		opacity: 0;
	}

	.idx2tab .item:hover .iconbox img:nth-child(2) {
		opacity: 1;
	}

	.pro-slider .item:hover img {
		transform: scale(1.05);
	}

	.pro-slider .item:hover .name {
		color: #C9A063;
	}

	.idxbtn1:hover {
		border-color: #C9A063;
	}

	.idxbtn1:hover:after {
		width: 100%;
	}

	.idxbtn1:hover span {
		color: #fff;
	}

	.idxbtn1:hover .icon {
		background: url(../image/more.png);
	}

	.idxbtn2:hover:after {
		width: 100%;
	}

	.idxbtn2:hover span {
		color: #C9A063;
	}

	.idx5left .btn1:hover:after {
		width: 100%;
	}

	.idx5left .btn1:hover {
		color: #fff;
		border-color: #C9A063;
	}

	.idxbtn2:hover .icon {
		background: url(../image/more2.png);
	}

	.index3 .item:hover img {
		transform: scale(1.05);
	}

	.idx4box .item .idxbtn2:hover .icon {
		background: url(../image/more2.png);
		background-size: cover;
	}
}

.banner2img2 {
	display: none;
}

@media (max-width: 767px) {
	.banner2img {
		display: none;
	}

	.banner2img2 {
		display: block;
		width: 100%;
		min-height: 200px;
		object-fit: cover;
	}

	.idxbanner .swiper-pagination-bullet {
		width: 20px;
		height: 3px;
	}

	.idxtitle .h1 {
		font-size: 16px;
	}

	.index1 {
		padding: 0.5rem 15px;
	}

	.idx1box {
		display: block;
	}

	.idx1box .imgbox {
		width: 100%;
	}

	.idx1right {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		margin-top: 4vw;
	}

	.idx1right p {
		font-size: 13px;
	}

	.index1:after {
		left: 0;
		top: 3rem;
		right: 0;
		bottom: 0;
		width: 100%;
	}

	.idxbanner {
		margin-top: 1rem;
	}

	.pcbanner {
		display: none;
	}

	.bannertxt .h1 {
		font-size: 32px;
	}

	.bannertxt .h2 {
		font-size: 14px;
	}

	.idxbtn2 span {
		font-size: 13px;
	}

	.idxbtn1 span {
		font-size: 13px;
	}

	.index3 .swiperbtn {
		width: 20px;
	}

	.index3 .swiperbtn img {
		width: 8px;
	}

	.idx2left {
		width: 100%;
		float: none;
	}

	.pro-slider {
		width: 85%;
		float: none;
		margin-left: 5%;
		margin-top: 0.3rem;
	}

	.pro-slider .item .sort {
		font-size: 8vw;
		top: 3vw;
	}

	.pro-slider .item .name {
		bottom: 3vw;
	}

	.idx2bg {
		height: 100%;
	}

	.index2 {
		padding: 0 0;
	}

	.idx2page {
		font-size: 14px;
	}

	.idx2left .info {
		font-size: 13px;
	}

	.idx2left .name {
		font-size: 14px;
	}

	.idx2tab {
		display: block;
		overflow: hidden;
	}

	.idx2tab .col {
		width: 25%;
		float: left;
	}

	.idx2tab .col:nth-child(5) {
		display: none;
	}

	.idx2tab .item .iconbox {
		margin: 0 auto;
	}

	.idx2tab .col:nth-child(4):after {
		display: none;
	}

	.idx2box {
		margin-top: 0.1rem;
	}

	.index2 .idxtitle {
		margin-bottom: 0.4rem;
	}
}

.index5 {
	background: url(../image/idx5bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 0.84rem 0;
}

.idx5box {
	display: flex;
	align-items: center;
}

.idx5left {
	width: 43%;
	background: #fff;
	padding: 0.6rem 0.5rem 0.5rem;
}

.idx5left .h1 {
	font-size: 26px;
	color: #333;
	line-height: 1;
	margin-bottom: 0.18rem;
	font-family: 'DIN';
}

.idx5left .h2 {
	font-size: 0.14rem;
	color: #333;
	line-height: 1.714;
	margin-bottom: 0.35rem;
}

.idx5left input {
	display: block;
	width: 100%;
	height: 0.44rem;
	border-radius: 0.04rem;
	background: #f7f7f7;
	font-size: 13px;
	padding: 0 0.14rem;
	color: #333;
	margin-bottom: 0.2rem;
}

.idx5left textarea {
	display: block;
	width: 100%;
	height: 1.16rem;
	border-radius: 0.04rem;
	background: #f7f7f7;
	padding: 0.14rem;
	color: #333;
	margin-bottom: 0.24rem;
	font-size: 13px;
}

.idx5left input::placeholder {
	color: #333;
}

.idx5left textarea::placeholder {
	color: #333;
}

.idx5left .btn1 {
	width: 1.88rem;
	line-height: 0.52rem;
	border: 1px solid #bbbbbb;
	text-align: center;
	font-size: 0.16rem;
	color: #1e1e1e;
	background: #fff;
	font-family: 'DIN';
	transition: all 0.3s ease;
	position: relative;
	z-index: 0;
}

.idx5left .btn1:after {
	content: '';
	background: #C9A063;
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
	transition: all 0.3s ease;
	position: absolute;
	z-index: -1;
}

.idx5right {
	width: 37%;
	margin-left: 13%;
}

.idx5right .idxtitle {
	text-align: left;
	margin-bottom: 6.5vw;
}

.idx5right .address {
	font-size: 0.22rem;
	color: #fff;
	margin-bottom: 3.5vw;
}

/*lg*/
@media screen and (min-width:1920px) {
	.idx5right .idxtitle {
		margin-bottom: 100px;
	}

	.idx5right .address {
		margin-bottom: 50px;
	}
}

.idx5right .idxtitle .h1 {
	color: #fff;
}

.idx5right .idxtitle .line {
	background: #fff;
}

.idx5right .infobox .item {
	display: flex;
	align-items: flex-start;
}

.idx5right .infobox .item .txt {
	flex: 1;
	font-size: 16px;
	color: #fff;
	line-height: 1.778;
}

.idx5right .infobox .item img {
	margin-right: 0.15rem;
	width: 0.2rem;
	margin-top: 0.06rem;
}

.idx5right .infobox .item:not(:last-child) {
	margin-bottom: 1.75vw;
}

.banner2 {
	margin-top: 1rem;
	position: relative;
	overflow: hidden;
}

.banner2img {
	/* height: 5rem; */
	width: 100%;
	object-fit: cover;
}

.banner2 .container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-shadow: 0px 0px 0.52rem rgba(0, 0, 0, 0.36);
}

.banner2 .h1 {
	font-size: 28px;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	/* margin-bottom: 0.4rem; */
}

.banner2 .h2 {
	font-size: 0.18rem;
	color: #fff;
	margin-top: 15px;
}
@media (min-width:769px) {
 .subnavbox {
	position: relative;
    margin-bottom:110px;
}
}
@media (max-width:769px) {
 .subnavbox {
	position: relative;
    margin-bottom:0px;
}
}



.subnav {
	position: absolute;
	top: -0.4rem;
	left: 0;
	right: 0;
	z-index: 2;
}

.subnav .col {
	padding: 0 0.05rem;
	float: left;
	width: 20%;
}

@media screen and (min-width:768px) {
	.subnav .center .row {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.subnav .row {
	margin: 0 -0.05rem;
}

.subnav .item {
	display: block;
	line-height: 4rem;
	background: #fff;
	text-align: center;
	font-size: 0;
	box-shadow: 0px 0.1rem 0.4rem 0px rgba(126, 134, 138, 0.2);
	border-radius: 0.04rem;
	position: relative;
}

.subnav .item .icon {
	display: inline-block;
	vertical-align: middle;
	width: 0.22rem;
	height: 0.22rem;
	position: relative;
	margin-right: 0.1rem;
	z-index: 2;
}

.subnav .item span {
	font-size: 18px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.subnav .item .icon img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease;
}

.subnav .item .icon img:nth-child(2) {
	opacity: 0;
}

.subnav .item:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	transition: all 0.3s ease;
	border-radius: 0.04rem;
}

.subnav .item:after {
	background-image: -moz-linear-gradient(0deg, rgb(14,184,73) 0%, rgb(14,133,73) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(18,177,97) 0%, rgb(14,133,73) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(18,177,97) 0%, rgb(14,133,73) 100%);
}

.subnav .item.on:after {
	width: 100%;
}

.subnav .item.on span {
	color: #fff;
}

.subnav .item.on img:nth-child(1) {
	opacity: 0;
}

.subnav .item.on img:nth-child(2) {
	opacity: 1;
}

.casecon {
	padding: 1rem 0 1.3rem;
	background: #f5f5f5;
}

.casecon .row {
	margin: -0.24rem;
}

.casecon .col-sm-4 {
	padding: 0.24rem;
}

.casecon .item {
	/* background: #fff; */
	/* box-shadow: 0px 0.1rem 0.4rem 0px rgba(47, 49, 53, 0.1); */
	/* transition: all 0.3s ease; */
}

.casecon .item .imgbox {
	display: block;
}

.casecon .item .content {
	padding: 0.15rem 0.2rem 0.25rem;
}

.casecon .item .h1 {
	font-size: 0.18rem;
	color: #000;
	line-height: 1.556;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 0.56rem;
}

.casecon .item .phone {
	font-size: 0.16rem;
	color: #C9A063;
	padding: 0;
	margin-top: 0.2rem;
}

.casecon .item .phone img {
	width: 0.13rem;
	margin-right: 0.08rem;
}

.casecon .pagelist {
	margin-top: 0.7rem;
}

.casecon .item .imgbox img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.contactcon {
	padding: 0.6rem 0;
}

.ctacon1 {
	height: 6rem;
	margin-bottom: 0.6rem;
}

.anchorBL {
	display: none;
}

.ctatitle {
	display: flex;
	align-items: center;
	margin-bottom: 0.25rem;
}

.ctatitle img {
	width: 0.36rem;
	margin-right: 0.16rem;
}

.ctatitle .txt {
	text-align: center;
	flex: 1;
	font-size: 26px;
	color: #000;
	font-family: 'DIN';
	text-transform: uppercase;
}

.ctabox2 {
	background: #f5f5f5;
	display: flex;
	align-items: center;
	padding: 3vw 3.5vw 3vw 3vw;
}

.ctabox2 .mid {
	flex: 1;
	padding: 0 2.7vw;
	position: relative;
}

.ctabox2 .mid:before {
	content: '';
	width: 2px;
	height: 1.34rem;
	background: #d6d6d6;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.67rem;
}

.ctabox2 .mid:after {
	content: '';
	width: 2px;
	height: 1.34rem;
	background: #d6d6d6;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.67rem;
}

.ctabox2 .mid .h1 {
	font-size: 0.22rem;
	color: #000;
}

.ctabox2 .mid .line {
	width: 0.56rem;
	height: 0.04rem;
	background: #C9A063;
	margin: 0.2rem 0;
}

.ctabox2 .mid p {
	font-size: 0.18rem;
	color: #999;
	line-height: 1.333;
}

.ctabox2 .mid p span {
	color: #000;
}

.ctabox2 .right {
	width: 1.45rem;
	margin-left: 3vw;
}

.ctabox2 .left {
	max-width: 28%;
	margin-right: 3vw;
}

.ctacon2 {
	margin-bottom: 0.6rem;
}

.ctacon3 .row {
	margin: -0.15rem -0.2rem;
}

.ctacon3 .col-sm-6 {
	padding: 0.15rem 0.2rem;
}

.ctabox3 .item {
	background: #f5f5f5;
	padding: 0.32rem 0.54rem;
	transition: all 0.3s ease;
}

.ctabox3 .item p {
	font-size: 16px;
	color: #333;
	line-height: 28px;
	font-weight: 100;
}

.ctabox3 .item p span {
	color: #333;
	margin-right: 0.05rem;
}

.ctabox3 .item .h1 {
	font-size: 20px;
	color: #333;
	font-family: 'Arial';
	position: relative;
	padding-bottom: 0.12rem;
	margin-bottom: 0.18rem;
}

.ctabox3 .item .h1:after {
	content: '';
	width: 0.56rem;
	height: 2px;
	background: #C9A063;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease;
}

.ctacon3 {
	margin-bottom: 0.8rem;
}

.ctabox4 {
	background: #ffffff;
	padding: 0.35rem 12.5vw 0.7rem;
}

.ctabox4 input {
	width: 100%;
	display: block;
	border: 1px solid rgb(208, 208, 208);
	border-radius: 0.02rem;
	height: 0.44rem;
	background: #fff;
	padding: 0 0.14rem;
	font-size: 13px;
	color: #333;
}

.ctabox4 .col-sm-6 {
	padding: 0.1rem;
}

.ctabox4 .col-sm-12 {
	padding: 0.1rem;
}

.ctabox4 .row {
	margin: -0.1rem;
}

.ctabox4 textarea {
	width: 100%;
	display: block;
	border: 1px solid rgb(208, 208, 208);
	border-radius: 0.02rem;
	height: 1.95rem;
	background: #fff;
	padding: 0.1rem 0.14rem;
	font-size: 13px;
	color: #333;
}

/* .ctabox4 .input1 input{padding-left: .22rem} */
/* .ctabox4 .input1:before{content:"*";font-size: 13px;color: red;position: absolute;left:.14rem;top: .08rem} */
.ctabox4 .title {
	font-size: 0.16rem;
	color: rgb(17, 17, 17);
	margin-bottom: 0.34rem;
}

.ctabox4 .btn1 {
	width: 1.6rem;
	line-height: 0.44rem;
	border: 1px solid #bbb;
	text-align: center;
	font-size: 0.16rem;
	color: #1e1e1e;
	background: #fff;
	font-family: 'DIN';
	transition: all 0.3s ease;
	position: relative;
	z-index: 0;
}

.ctabox4 .btn1:after {
	content: '';
	background: #C9A063;
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
	transition: all 0.3s ease;
	position: absolute;
	z-index: -1;
}

.ctabox4 .input1 {
	position: relative;
}

.ctabox4 .textarea1 {
	position: relative;
}

/* .ctabox4 .textarea1 textarea{padding-left: .22rem;} */
/* .ctabox4 .textarea1:before{content:"*";color: red;position: absolute;left:.14rem;top: .08rem;font-size: 13px} */
.faqtab .container {
	display: flex;
	align-items: center;
	height: 0.6rem;
}

.faqtab .line {
	width: 12px;
	height: 2px;
	background: #807f7e;
	margin-left: 0.12rem;
	margin-right: 0.1rem;
}

.faqtab .txt {
	font-size: 14px;
	color: #C9A063;
	font-family: 'DIN';
}

.faqbox {
	margin: 0 5vw;
	background: #fff;
	padding: 0.65rem 6vw 1rem;
}

.faqcon {
	padding: 0.4rem 0 1.2rem;
	background: #ffffff;
}

.faqbox .title {
	font-size: 0.32rem;
	color: #000;
	font-family: 'DIN';
	line-height: 1;
	padding-bottom: 0.3rem;
	position: relative;
	margin-bottom: 0.65rem;
}

.faqbox .title:after {
	content: '';
	width: 0.4rem;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #585858;
}

.faqbox .item .title1 {
	font-size: 12px;
	color: #999;
}

.faqbox .item .before .content {
	font-size: 0.2rem;
	color: #383838;
	transition: all 0.3s ease;
}

.faqbox .item .before .icon {
	width: 0.44rem;
	height: 0.44rem;
	background: url(../image/open2.png);
	background-size: cover !important;
	cursor: pointer;
	transition: all 0.3s ease;
}

.faqbox .item {
	padding: 0.28rem 0;
	border-bottom: 1px solid #eaeaea;
}

.faqbox .item .title1 {
	width: 1.48rem;
}

.faqbox .item .before {
	padding: 0;
	cursor: pointer;
}

.faqbox .item .afterbox {
	display: none;
}

.faqbox .item .after {
	display: flex;
	align-items: flex-start;
	padding: 0.1rem 0 0.05rem;
}

.faqbox .item .before .title1 {
	font-family: 'DIN';
}

.faqbox .item .after .title1 {
	margin-top: 0.08rem;
}

.faqbox .item .after .content {
	font-size: 0.14rem;
	color: #888;
	line-height: 2.286;
	flex: 1;
}

.faqbox .itembox {
	border-top: 1px solid #eaeaea;
}

.faqbox .item .before.on .icon {
	background: url(../image/close2.png);
}

.faqbox .item .before.on .content {
	color: #C9A063;
}

.logincon {
	padding: 0.85rem 0 0.8rem;
	margin-top: 1rem;
	background: #f5f5f5;
}

.loginbox {
	margin: 0 5.2vw;
	display: flex;
	align-items: center;
	background: #fff;
}

.loginleft {
	width: 43.5%;
}

.loginleft .swiper-pagination {
	font-size: 0;
	bottom: 0.2rem !important;
}

.loginleft .swiper-pagination-bullet {
	margin: 0 5px !important;
	background: #fff;
}

.loginleft .swiper-btn {
	position: absolute;
	top: 50%;
	margin-top: -0.15rem;
	z-index: 2;
	width: 0.17rem;
}

.loginleft .prev {
	left: 0.1rem;
}

.loginleft .next {
	right: 0.1rem;
}

.loginleft .logobox {
	width: 1.34rem;
	position: absolute;
	top: 0.24rem;
	left: 0.26rem;
	z-index: 2;
}

.loginright {
	width: 56.5%;
	padding: 0 8.5vw;
}

.loginright .logo {
	width: 1.34rem;
	margin: 0 auto;
}

.loginright .h1 {
	font-size: 0.24rem;
	color: #333;
	text-transform: uppercase;
	font-family: 'DIN';
	text-align: center;
	margin: 0.45rem 0 0.35rem;
}

.loginright .inputbox {
	border: 1px solid rgb(221, 221, 221);
	border-radius: 2px;
	display: flex;
	align-items: center;
	height: 0.48rem;
	margin-bottom: 0.2rem;
	padding: 0 0.14rem;
}

.loginright .inputbox input {
	font-size: 0.14rem;
	color: #333;
	padding: 0 10px;
	display: block;
	width: 100%;
}

.loginright .inputbox .label1 {
	font-size: 0.14rem;
	color: #999;
}

.loginright .inputbox .label1 span {
	color: red;
	margin-right: 0.03rem;
}

.loginright .inputbox2 {
	padding: 0 2px;
}

.loginright .inputbox2 .forget {
	font-size: 12px;
	color: #C9A063;
}

.loginright .btn1 {
	background: #C9A063;
	border-radius: 2px;
	height: 0.48rem;
	font-size: 0.16rem;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	transition: all 0.3s ease;
}

.loginright .signbox {
	margin-top: 0.15rem;
	color: #C9A063;
	font-size: 0.16rem;
	cursor: pointer;
	text-align: center;
}

.newscon {
	padding: 0.4rem 0 1.08rem;
	background: #ffffff;
}

.newsbox {
	background: #fff;
}

.newsitem {
	padding: 0.6rem 5.1vw 0.6rem 4.2vw;
	background: #fff;
}

.newsitem .imgbox {
	width: 38%;
	margin-right: 2.5vw;
	overflow: hidden;
	display: block;
}

.newsitem .imgbox img {
	transition: all 0.3s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newsitem .h1 {
	font-size: 0.2rem;
	color: #333;
	font-family: 'DIN';
	margin-bottom: 2vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsitem .h2 {
	font-size: 0.14rem;
	color: #333;
	line-height: 1.571;
	margin-bottom: 4.5vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.newsitem .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.newsitem .bottom .date {
	font-size: 12px;
	color: #333;
}

.newscon .idxbtn1 {
	width: 1.6rem;
	line-height: 0.48rem;
}

.newscon .idxbtn1 span {
	font-size: 0.14rem;
	margin-right: 0.12rem;
}

.newscon .idxbtn1 .icon {
	width: 15px;
	height: 9px;
}

.newsitem2 {
	padding: 0.4rem 5.1vw 0.4rem 4.2vw;
	border-top: 1px solid #f0f0f0;
	transition: all 0.3s ease;
}

.newsitem2 img {
	width: 2.6rem;
	height: 1.65rem;
	object-fit: cover;
	margin-right: 3.5vw;
}

.newsitem2 .h1 {
	font-size: 0.2rem;
	color: #333;
	font-family: 'DIN';
	margin-bottom: 0.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.newsitem2 .h2 {
	font-size: 0.14rem;
	color: #333;
	line-height: 1.571;
	margin-bottom: 0.28rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.newsitem2 .date {
	font-size: 12px;
	color: #333;
}

.newscon .morebtn {
	cursor: pointer;
	margin: 0.6rem auto 0;
	background: #fff;
}

.news2con {
	padding: 0.3rem 0 1.2rem;
	background: #ffffff;
}

.news2box {
	background: #fff;
	padding: 0rem 0 0.65rem;
}

.news2content {
	padding: 0 8.5vw;
}

.news2top .h1 {
	font-size: 0.24rem;
	color: #333;
	font-family: 'DIN';
	margin-bottom: 0.18rem;
}

.news2top .h2 {
	font-size: 12px;
	font-family: 'DIN';
	color: #333;
}

.news2top {
	padding-bottom: 0.35rem;
	border-bottom: 2px solid #bbbbbb;
	margin-bottom: 0.35rem;
}

.news2bottom {
	padding: 0 8.5vw;
	margin-top: 0.35rem;
}

.news2bottom .item {
	display: block;
	float: left;
	width: 50%;
	background: #ffffff;
	line-height: 1rem;
	font-size: 0;
	text-align: left;
	transition: all 0.3s ease;
}

.news2bottom .item:nth-child(2) {
	text-align: right;
}

.news2bottom .item .icon {
	display: inline-block;
	vertical-align: middle;
	width: 0.28rem;
	height: 0.13rem;
	position: relative;
	margin: 0 0.12rem;
}

.news2bottom .item .icon img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease;
}

.news2bottom .item span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.16rem;
	color: #111;
	font-family: 'DIN';
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 60%;
	transition: all 0.3s ease;
}

.news2bottom .item .icon img:nth-child(2) {
	opacity: 0;
}

.solucon {
	padding: 0.6rem 0 0.9rem;
}

.solucon .row {
	margin: -0.24rem;
}

.solucon .col-sm-4 {
	padding: 0.24rem;
}

.solucon .item {
	position: relative;
	overflow: hidden;
}

.solucon .item .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.solucon .item .before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	transition: all 0.5s;
}

.solucon .item .before img {
	width: 0.48rem;
	margin: 0 auto;
}

.solucon .item .before p {
	font-size: 0.18rem;
	color: #fff;
	font-family: 'DIN';
	margin-top: 0.18rem;
}

.solucon .item .after .h1 {
	font-size: 0.22rem;
	color: #fff;
	font-family: 'DIN';
	margin-bottom: 1.5vw;
}

.solucon .item .after {
	position: absolute;
	top: 50%;
	transition: all 0.5s;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 0.3rem;
	opacity: 0;
	z-index: 3;
}

.solucon .item .after .h2 {
	font-size: 0.14rem;
	color: #fff;
	line-height: 1.714;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: 0.92rem;
}

.solucon .item .idxbtn2 {
	width: 120px;
	line-height: 30px;
	border: 1px solid #fff;
	margin: 1vw auto 0;
}

.solucon .item .idxbtn2 span {
	font-size: 12px;
	margin-right: 10px;
}

.solucon .item .idxbtn2 .icon {
	width: 15px;
	height: 9px;
}

.solucon .item:after {
	content: '';
	position: absolute;
	top: -90%;
	left: -240%;
	width: 200%;
	display: block;
	height: 200%;
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	background-color: rgba(105, 156, 255, 0.702);
}

@media (min-width: 1000px) {
	.faqbox .item .before:hover .content {
		color: #C9A063;
	}

	.subnav .item:hover:after {
		width: 100%;
	}

	.subnav .item:hover span {
		color: #fff;
	}

	.subnav .item:hover img:nth-child(1) {
		opacity: 0;
	}

	.subnav .item:hover img:nth-child(2) {
		opacity: 1;
	}

	.casebox .item:hover {
		transform: translateY(-8px);
	}

	.ctabox3 .item:hover {
		transform: translateY(-5px);
	}

	.ctabox3 .item:hover .h1:after {
		width: 0.8rem;
	}

	.ctabox4 .btn1:hover:after {
		width: 100%;
	}

	.ctabox4 .btn1:hover {
		color: #fff;
	}

	.loginright .btn1:hover {
		transform: translateY(-5px);
		box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
	}

	.newsitem2:hover {
		box-shadow: 0px 5px 0.4rem 0px rgba(0, 11, 21, 0.1);
		transform: translateY(-5px);
	}

	.newsitem2:hover .h1 {
		color: #C9A063;
	}

	.newsitem .imgbox:hover img {
		transform: scale(1.05);
	}

	.news2bottom .item:hover {
		background: #C9A063;
	}

	.news2bottom .item:hover span {
		color: #fff;
	}

	.news2bottom .item:hover .icon img:nth-child(1) {
		opacity: 0;
	}

	.news2bottom .item:hover .icon img:nth-child(2) {
		opacity: 1;
	}

	.solucon .item:hover:after {
		left: -30%;
	}

	.solucon .item:hover .before {
		transform: translateY(0);
		opacity: 0;
	}

	.solucon .item:hover .after {
		transform: translateY(-50%);
		opacity: 1;
	}
}

@media (max-width: 1600px) {
	.subnav .item span {
		font-size: 1rem;
	}
}

@media (max-width: 1000px) {
	.idx5left {
		width: 52%;
	}

	.idx5right {
		width: 42%;
		margin-left: 6%;
	}

	.procon .index5 {
		/* background:none !important; */
		/* background:#C9A063; */
		background: #262626 !important;
	}

	.subnav .item span {
		max-width: 60%;
	}

	.casecon .col-sm-4 {
		padding: 0.16rem;
	}

	.casecon .row {
		margin: -0.16rem;
	}

	.ctabox2 .left {
		max-width: 25%;
	}

	.faqbox {
		margin: 0;
	}

	.loginleft {
		width: 48%;
	}

	.loginright {
		width: 52%;
		padding: 0 4.5vw;
	}

	.loginright .h1 {
		margin: 0.3rem 0;
	}

	.newsitem .h2 {
		margin-bottom: 3vw;
	}
}

@media (max-width: 767px) {
	.solucon .item .after {
		display: none;
	}

	.solucon .item .idxbtn2 {
		margin: 10px auto 0;
	}

	.idx5left .h1 {
		font-size: 24px;
	}

	.idx5left .h2 {
		font-size: 12px;
	}

	.index5 {
		padding: 0.6rem 0;
	}

	.idx5left input {
		height: 36px;
		padding: 0 10px;
	}

	.idx5left textarea {
		height: 120px;
		padding: 10px;
	}

	.idx5left .btn1 {
		font-size: 13px;
		width: 120px;
		display: block;
		margin: 0 auto;
	}

	.casecon .item .h1 {
		font-size: 14px;
		height: auto;
	}

	.casecon .item .phone img {
		width: 10px;
	}

	.casecon .item .phone {
		font-size: 13px;
	}

	.casecon {
		padding: 1rem 0;
	}

	.idx5box {
		display: block;
	}

	.idx5left {
		width: 100%;
		padding: 0.4rem;
	}

	.idx5right {
		margin: 0;
		width: 100%;
		margin-top: 15px;
	}

	.idx5right .idxtitle {
		margin-bottom: 15px;
	}

	.idx5right .address {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.idx5right .infobox .item .txt {
		font-size: 13px;
	}

	.idx5right .infobox .item img {
		width: 14px;
		margin-top: 4px;
	}

	.ctacon1 {
		height: 5rem;
	}

	.ctabox2 {
		display: block;
	}

	.ctabox2 .mid:before {
		display: none;
	}

	.ctabox2 .mid:after {
		display: none;
	}

	.ctabox2 .left {
		display: none;
	}

	.ctabox2 .right {
		display: none;
	}

	.ctabox2 .mid p {
		font-size: 13px;
	}

	.ctabox2 .mid {
		padding: 0;
	}

	.ctabox2 .mid .h1 {
		font-size: 14px;
	}

	.ctabox2 {
		padding: 0.3rem 0.4rem;
	}

	.ctabox3 .item p {
		font-size: 14px;
	}

	.ctabox3 .item .h1 {
		font-size: 14px;
		padding-bottom: 10px;
	}

	.ctacon3 .row {
		margin: -0.12rem -0.2rem;
	}

	.ctacon3 .col-sm-6 {
		padding: 0.12rem 0.2rem;
	}

	.ctabox4 {
		padding: 0.4rem;
	}

	.ctabox3 .item {
		padding: 0.3rem 0.4rem;
	}

	.ctabox4 .title {
		font-size: 13px;
		margin-bottom: 0.3rem;
	}

	.ctabox4 input {
		height: 36px;
		padding: 0 10px;
	}

	.ctabox4 .input1:before {
		left: 0.1rem;
	}

	.ctabox4 .textarea1:before {
		left: 0.1rem;
		top: 6px;
	}

	.ctabox4 textarea {
		height: 150px;
		padding: 10px;
	}

	.ctabox4 .btn1 {
		width: 120px;
		line-height: 32px;
		font-size: 13px;
	}

	.faqbox .title {
		margin-bottom: 0.5rem;
	}

	.faqbox .item .before .icon {
		width: 24px;
		height: 24px;
	}

	.faqbox {
		padding: 0.6rem 6vw;
	}

	.faqcon {
		padding: 0.4rem 0;
	}

	.faqbox .item .before .content {
		font-size: 14px;
	}

	.faqbox .item .title1 {
		width: 80px;
	}

	.faqbox .item .before .content {
		font-size: 13px;
		padding-right: 10px;
	}

	.faqbox .item .after .content {
		font-size: 12px;
	}

	.loginbox {
		display: block;
	}

	.loginleft {
		display: none;
	}

	.loginright {
		width: 100%;
		padding: 0.5rem;
	}

	.loginright .h1 {
		font-size: 16px;
	}

	.loginright .logo {
		width: 90px;
	}

	.loginright .inputbox .label1 {
		font-size: 13px;
	}

	.loginright .inputbox input {
		font-size: 13px;
	}

	.loginright .inputbox {
		height: 36px;
	}

	.loginright .btn1 {
		height: 36px;
		font-size: 14px;
	}

	.loginright .signbox {
		font-size: 14px;
	}

	.loginbox {
		margin: 0;
	}

	.newsitem {
		padding: 20px;
		display: block;
	}

	.newscon .idxbtn1 .icon {
		width: 10px;
		height: 6px;
	}

	.newscon .idxbtn1 span {
		font-size: 12px;
	}

	.newscon .idxbtn1 {
		width: 100px;
	}

	.newsitem .imgbox {
		width: 100%;
	}

	.newsitem .h1 {
		font-size: 14px;
		margin: 15px 0;
	}

	.newsitem .h2 {
		font-size: 12px;
		margin-bottom: 15px;
	}

	.newsitem2 .h1 {
		font-size: 14px;
	}

	.newsitem2 .h2 {
		font-size: 12px;
	}

	.newsitem2 {
		padding: 20px;
	}

	.newscon {
		padding: 0.4rem 0;
	}

	.news2box {
		padding: 0.5rem 0;
	}

	.news2content {
		padding: 0 30px;
	}

	.news2top .h1 {
		font-size: 16px;
	}

	.news2bottom .item {
		width: 50%;
		line-height: 0.8rem;
		border-top: 1px solid #ededed;
	}

	.news2bottom .item span {
		font-size: 13px;
	}

	.solucon .item .before p {
		font-size: 14px;
	}

	.solucon .row {
		margin: -0.12rem;
	}

	.solucon .col-sm-4 {
		padding: 0.12rem;
	}

	.solucon {
		padding: 0.6rem 0;
	}
}

.proroute .container {
	display: flex;
	align-items: center;
	height: 0.6rem;
}

.proroute .首页 {
	margin-right: 0.14rem;
}

.proroute .line {
	width: 0.12rem;
	height: 2px;
	background: #807f7e;
	margin-right: 0.1rem;
}

.proroute .item {
	margin-right: 0.1rem;
	font-size: 14px;
	color: #807f7e;
	transition: all 0.3s ease;
	font-family: 'DIN';
}

.proroute .item.on {
	color: #C9A063;
}

.procon {
	background: #ffffff;
	padding: 0.18rem 0 0px;
}

.procon .pagelist {
	margin-top: 0.5rem;
}

.protab {
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 0 0.3rem;
	margin-bottom: 0.4rem;
}

.protab::after {
	content: '';
	display: block;
	clear: both;
}

.protabitem {
	display: flex;
	align-items: flex-start;
	padding: 0.1rem 0;
	position: relative;
}

/* @media screen and (min-width:1400px) {
	.protabitem {
		left: 25%;
	}
}
@media (min-width:768px)  and (max-width:1399px) {
	.protabitem {
		left: 10%;
	}
} */
.protabitem .itemsbox {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 1px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding-right: 20vw;
}

.yesItem {
	padding-bottom: 0.4rem;
}

.yesItem .item.on .infoList {
	display: flex !important;
}

.protabitem .item {
	text-transform: uppercase;
	display: block;
	line-height: 0.24rem;
	font-size: 0.14rem;
	color: #1f1f1f;
	margin: 0.06rem 0.1rem 0.06rem 0;
	padding: 0 0.08rem;
	float: left;
	transition: all 0.3s ease-in-out;
}

.protabitem .item .infoList {
	position: absolute;
	top: 50%;
	left: 0;
	min-width: 100%;
	width: 100%;
	height: auto;
	z-index: 1;
	display: none;
}

/*lg*/
@media screen and (min-width:1202px) {}

/*md*/
@media screen and (min-width:992px) and (max-width:1201px) {}

/*sm*/
@media screen and (max-width:991px) {
	.protabitem .item .infoList {
		top: 68%;
		margin: 0px;
	}
}

/*xs*/
@media screen and (max-width:767px) {
	.procon .protab .protabitem {
		display: flex;
	}
}

@media screen and (max-width:767px) {
	.protabitem .item .infoList {
		padding: 10px 40px 0 0;
		top: 52%;
	}
}

@media screen and (max-width:450px) {
	.protabitem .itemsbox {
		/* margin-bottom:0.6rem; */
		width: 100%;
	}

	.protabitem .item .infoList {
		/* top: 68%; */
		/* width:100%; */
	}
}

@media screen and (max-width:400px) {
	.protabitem .itemsbox {
		margin-bottom: 0.4rem;
	}

	.protabitem .item .infoList {
		top: 62%;
		width: 100%;
	}
}

@media screen and (max-width:335px) {
	.protabitem .item .infoList {
		top: 66%;
	}
}

@media screen and (max-width:306px) {
	.protabitem .item .infoList {
		top: 70%;
	}
}

/* .protabitem .itemsbox{
	margin-bottom:0.8rem;
	width:100%;
}
.protabitem .item .infoList{
	top: 68%;
} */
.protabitem .item .infoList dd {
	text-transform: uppercase;
	display: block;
	line-height: 0.24rem;
	font-size: 0.14rem;
	padding: 0.06rem 0.18rem;
	float: left;
	transition: all 0.3s ease-in-out;
	border-right: 1px solid #fff;
	margin: 0.06rem 0.1rem 0.06rem 0;
	padding: 0 0.08rem;
}

.protabitem .item .infoList dd:not(:first-child):hover {
	color: #fff;
	background: #C9A063;
}

.protabitem .item .infoList dd:not(:first-child).on {
	color: #fff;
	background: #C9A063;
}

.protabitem .item .infoListBG {
	width: 100%;
	height: 100%;
}

.protabitem .item .infoListBG::after {
	content: '';
	clear: both;
	display: block;
}

.protabitem .title1 {
	width: 1.45rem;
	padding-left: 0.1rem;
	line-height: 0.36rem;
	font-size: 0.14rem;
	color: #999;
}

.protabitem:not(:last-child) {
	border-bottom: 1px dashed #e0e0e0;
}

.protabitem .item.on {
	color: #fff;
	background: #C9A063;
}

.protabitem .item.on .infoListBG {
	color: #1f1f1f;
}

.probox .row {
	margin: -0.16rem;
}

.probox .col-sm-4 {
	padding: 0.16rem;
	box-sizing: border-box;
}

.probox .item {
	padding: 0.1rem;
	display: block;
	background: #fff;
	transition: all 0.3s ease;
	padding-bottom: 0.05rem;
	box-sizing: border-box;
}

.probox .item .imgbox {
	position: relative;
	overflow: hidden;
}

.probox .item .imgbox .img1 {
	/* position: absolute; */
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: auto;
	max-width: 100%;
	/* max-height: 100%; */
	transition: all 0.3s ease;
}

.probox .item .imgbox .img2 {
	width: 0.38rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	/* width:100%;
	height:100%; */
	transition: all 0.3s ease;
}

.probox .item .h1 {
	transition: all 0.3s;
	font-size: 0.16rem;
	color: #1f1f1f;
	font-family: 'DIN';
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.1rem;
	text-align: center;
}

.probox .item p {
	transition: all 0.3s;
	font-size: 12px;
	color: #333;
	line-height: 2;
}

.probox .item .content {
	padding: 0.2rem 0 0 0;
	transition: all 0.3s ease;
	position: relative;
}

/* .probox .item .content:before {
	content: '';
	height: 1px;
	background: #e0e0e0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.3s ease;
} */
.proroute .more {
	font-size: 0;
}

.proroute .more span {
	font-size: 14px;
	color: #C9A063;
	font-family: 'DIN';
	display: inline-block;
	vertical-align: middle;
	/* margin-right: 0.14rem; */
}

.proroute .more img {
	width: 0.16rem;
	display: inline-block;
	vertical-align: middle;
}

.messagebtn {
	cursor: pointer;
}

.prode1 {
	background: #ffffff;
	padding: 0.3rem 0 0;
}

.prode1box {
	background: #fff;
	padding: 0.3rem 0.4rem 0.38rem 0.3rem;
}

.prode1left {
	width: 45%;
	float: left;
	border: 1px solid #e6e6e6;
}

.prode1right {
	width: 55%;
	float: left;
	padding-top: 1.25vw;
	padding-left: 2.5vw;
}

.prode1left .imgbox {
	position: relative;
	width: 100%;
	height: 100%;
}

.prode1left .imgbox img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 70%;
	max-height: 70%;
}

.prode1right .h1 {
	font-size: 0.24rem;
	color: #1f1f1f;
	font-family: 'DIN';
	margin-bottom: 2.8vw;
}

.prode1right .infobox .item {
	float: left;
	width: 50%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
	padding: 1.07vw 0;
}

.prode1right .infobox .item .title1 {
	width: 1.15rem;
	padding-left: 0.04rem;
	font-size: 0.16rem;
	color: #999;
}

.prode1right .infobox .item .txt1 {
	font-size: 0.16rem;
	color: #1f1f1f;
	font-family: 'DIN';
}

.prode1right .btnbox a {
	display: block;
	float: left;
	width: 1.88rem;
	line-height: 0.52rem;
	font-size: 0.16rem;
	color: #1e1e1e;
	transition: all 0.3s;
	border: 2px solid #1e1e1e;
	text-align: center;
	margin-right: 0.4rem;
	font-family: 'DIN';
	position: relative;
	z-index: 0;
}

.prode1right .btnbox {
	margin-top: 4.5vw;
}

.prode1right .btnbox a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	transition: all 0.3s;
	background: #C9A063;
	z-index: -1;
}

.prode1left .swiper-pagination {
	font-size: 0;
	bottom: 0.2rem !important;
}

.prode1left .swiper-pagination-bullet-active {
	background: #C9A063;
}

.prodetab {
	margin-top: 0.32rem;
	position: relative;
}

.prodetab {
	padding-top: 0.1rem;
	background: url(../image/prodetab.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 0.1rem;
}

.prodetab.on:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.prodetab .row {
	margin: 0 -2px;
}

.prodetab .col-sm-3 {
	padding: 0 2px;
}

.prodetab .item {
	line-height: 0.74rem;
	background: url(../image/prodetab1.jpg);
	background-size: cover;
	background-position: center;
	text-align: center;
	font-size: 0.16rem;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
}

.prodetab .item.on {
	background: #fff;
	color: #C9A063;
}

.reviewbox {
	padding-top: 0.6rem;
}

.reviewbox .col-sm-12 {
	padding: 0.15rem;
}

.reviewbox .row {
	margin: -0.15rem;
}

.reviewbox .item {
	display: flex;
	align-items: flex-start;
	border: 1px solid rgb(234, 234, 234);
	padding: 0.3rem 0.3rem 0.35rem 0.3rem;
	transition: all 0.3s ease;
}

.reviewbox .item>img {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	margin: 0;
	margin-right: 0.2rem;
}

.reviewbox .item .h1 {
	display: flex;
	align-items: center;
	margin-bottom: 0.12rem;
}

.reviewbox .item .h1 .name {
	color: #333;
	font-size: 14px;
	margin-right: 0.08rem;
	font-family: 'DIN';
	font-weight: bold;
}

.reviewbox .item .h1 .star>div {
	margin-right: 3px;
}

.reviewbox .item .h1 .star1 {
	width: 14px;
	height: 14px;
	background: url(../image/star1.png);
	background-size: cover;
}

.reviewbox .item .h1 .star2 {
	width: 14px;
	height: 14px;
	background: url(../image/star2.png);
	background-size: cover;
}

.reviewbox .item .h1 .star {
	display: flex;
	align-items: center;
}

.reviewbox .item .content {
	position: relative;
}

.reviewbox .item .content .morebtn {
	position: absolute;
	font-size: 16px;
	color: #C9A063;
	line-height: 21px;
	right: 0;
	bottom: 0;
	width: 70px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	display: none;
}

.reviewbox .item .content p {
	font-size: 14px;
	line-height: 1.571;
	color: rgb(60, 60, 60);
}

.review-more {
	width: 2.58rem;
	line-height: 0.52rem;
	text-align: center;
	font-size: 0.14rem;
	color: #1e1e1e;
	border: 2px solid #1e1e1e;
	transition: all 0.3s;
	margin: 0.65rem auto 0;
	position: relative;
	font-family: 'DIN';
	cursor: pointer;
}

.review-more:after {
	content: '';
	height: 100%;
	top: 0;
	left: 0;
	width: 0;
	background: #C9A063;
	transition: all 0.3s;
	position: absolute;
}

.review-more:hover {
	color: #fff;
	border-color: #C9A063;
}

.review-more:hover:after {
	width: 100%;
}

.review-more span {
	position: relative;
	z-index: 2;
}

.prode2 {
	padding: 0.45rem 0 0.8rem;
}

.prode2 .h1 {
	font-size: 0.36rem;
	color: #333;
	font-family: 'DIN';
	margin-bottom: 0.2rem;
}

.prode2 p {
	font-size: 0.16rem;
	color: #333;
	line-height: 2.25;
}

.prode2 img {
	margin: 0.5rem auto 0;
}

.prode2box>div {
	display: none;
}

.prode2 .tagbox {
	display: flex;
	align-items: flex-start;
	padding-top: 0.3rem;
	border-top: 1px solid #e5e5e5;
	margin-top: 0.6rem;
}

.prode2 .tagbox .title1 {
	font-size: 0.16rem;
	margin-right: 0.25rem;
	color: #333;
	line-height: 0.28rem;
}

.prode2 .tagbox .itembox {
	flex: 1;
}

.prode2 .tagbox .itembox .item {
	display: block;
	float: left;
	line-height: 0.28rem;
	padding: 0 0.1rem;
	font-size: 0.16rem;
	color: #686868;
	background: #f7f7f7;
	margin-right: 0.1rem;
	margin-bottom: 0.1rem;
	transition: all 0.3s;
}

.prode3 {
	padding: 0.65rem 0 1rem;
	background: #f7f7f7;
}

.prode3 .item {
	background: #fff;
}

.prode3 .idxtitle {
	margin-bottom: 0.5rem;
}

.prode3box {
	position: relative;
}

.prode3box .swiperbtn {
	width: 0.14rem;
	height: 0.24rem;
	position: absolute;
	top: 50%;
	margin-top: -0.12rem;
	left: -0.45rem;
	z-index: 10;
}

.prode3box .swiperbtn.next {
	left: auto;
	right: -0.45rem;
}

.prode3box .swiperbtn img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
}

.prode3box .swiperbtn img:nth-child(2) {
	opacity: 0;
}

.aboutbanner .h1 {
	margin-bottom: 0.3rem;
}

.subnav2 .col {
	padding: 0 1.2vw;
	width: 25%;
}

.subnav2 .row {
	margin: 0 -1.2vw;
}

.aboutcon {
	/*padding-top: 9.1rem;*/
}

.subnav2 .item .icon {
	width: 0.24rem;
	height: 0.24rem;
	margin-right: 0.15rem;
}

.subnav .item {
	overflow: hidden;
}

.subnav2 .item:before {
	content: '';
	width: 0.8rem;
	height: 0.8rem;
	background: url(../image/subnavicon.png);
	background-size: cover;
	position: absolute;
	bottom: -0.16rem;
	right: -0.05rem;
	z-index: 2;
}

.subnav .item:before {
	content: '';
	width: 0.8rem;
	height: 0.8rem;
	background: url(../image/subnavicon.png);
	background-size: cover;
	position: absolute;
	bottom: -0.16rem;
	right: -0.05rem;
	z-index: 2;
}

.about1-1 {
	padding-bottom: 0.7rem;
}

.about1-1 .idxtitle {
	text-align: center;
	margin-bottom: 0.36rem;
}

.about1-1 .content {
	font-size: 0.16rem;
	color: #333;
	line-height: 1.75;
}

.about1-1 .videobox .before {
	position: relative;
}

.about1-1 .videobox .before:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	top: 0;
	left: 0;
	position: absolute;
}

.about1-1 .videobox .playbtn {
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	cursor: pointer;
}

.about1-1 .videobox .playbtn .img2 {
	width: 0.21rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.125rem;
	margin-left: -0.08rem;
}

.about1-1 .videobox .playbtn .img1 {
	animation: rotate0 2s ease infinite;
}

.about1-1 .videobox {
	margin-top: 0.55rem;
}

.about1-1 .videobox video {
	display: none;
	width: 100%;
}

.about1-2 {
	background: #f7f7f7;
	padding: 0.6rem 0;
}

.about1-2box .item {
	min-width: 33.33%;
	font-size: 0.2rem;
	display: flex;
	align-items: flex-end;
	float: left;
	padding: 0.17rem 0;
	line-height: 1;
	height: 0.64rem;
	padding-right: 0.2rem;
}

.about1-2box .item .title1 {
	position: relative;
	color: #333;
	padding-left: 0.5rem;
	/* bottom:2px; */
}

.about1-2box .item .title1:before {
	content: '';
	width: 0.1rem;
	height: 0.1rem;
	background: #C9A063;
	position: absolute;
	left: 0.2rem;
	transform: skew(-15deg);
	top: 50%;
	margin-top: -0.05rem;
}

.about1-2box .item .num {
	font-size: 0.3rem;
	color: #C9A063;
	font-family: 'DIN';
	margin: 0 0.05rem;
	line-height: 0.25rem;
}

.about2-1box .item {
	position: relative;
	margin-bottom: 0.8rem;
}

.about2-1box .item .imgbox {
	width: 48.3%;
}

.about2-1box .item .txtbox {
	width: 46.5%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

.about2-1box .item:nth-child(odd) .txtbox {
	right: 0;
}

.about2-1box .item:nth-child(even) .txtbox {
	left: 0;
}

.about2-1box .item:nth-child(odd) .imgbox {
	float: left;
}

.about2-1box .item:nth-child(even) .imgbox {
	float: right;
}

.about2-1 .idxtitle {
	margin-bottom: 0.5rem;
}

.about2-1box .item .txtbox .h1 {
	font-size: 24px;
	font-family: 'DIN';
	font-weight: bold;
	color: #000;
	margin-bottom: 0.2rem;
}

.about2-1box .item .txtbox p {
	font-size: 0.16rem;
	color: #7d7d7d;
	line-height: 1.688;
}

.about2-1 {
	padding-bottom: 0.4rem;
}

.about2-2 {
	padding: 0.7rem 0 1.05rem;
	background: #f7f7f7;
}

.about2-2 .idxtitle {
	margin-bottom: 0.6rem;
}

.about2-2box {
	padding: 0;
}

.about2-2box img {
	width: 48.3%;
}

.about2-2box .txtbox {
	padding-left: 6.5vw;
}

.about2-2box .txtbox .item {
	display: flex;
	align-items: flex-start;
	font-size: 0.16rem;
	color: #333;
	line-height: 1.688;
	padding: 0.5vw 0;
}

.about2-2box .txtbox .item .num {
	width: 0.3rem;
}

.about2-2box .txtbox .item .txt {
	flex: 1;
}

.about3 .row {
	margin: -0.24rem;
}

.about3 .col {
	float: left;
	width: 33.33%;
	padding: 0.24rem;
}

.about3 .idxtitle {
	margin-bottom: 0.45rem;
}

.about3 {
	padding-bottom: 0.7rem;
}

.about3 .item .h1 {
	font-size: 18px;
	color: #000;
	font-family: 'DIN';
	font-weight: bold;
	padding: 0.3rem 0 0.2rem;
}

.about3 .item .item1 {
	display: flex;
	align-items: flex-start;
	font-size: 0.16rem;
	color: #333;
	line-height: 1.688;
}

.about3 .item .item1 .num {
	width: 0.3rem;
}

.about3 .item .item1 .txt {
	flex: 1;
}

.about3 .item .imgbox {
	overflow: hidden;
}

.about3 .item .imgbox img {
	transition: all 0.3s;
	width: 100%;
}

.about4 {
	padding-bottom: 0.65rem;
}

.about4 .idxtitle {
	margin-bottom: 0.55rem;
}

.about4box .item {
	padding: 0.5rem 6.2vw 0.6rem;
	background: #fff;
	margin-bottom: 0.4rem;
}

.about4box .item .h1 {
	font-size: 0.2rem;
	color: #383838;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 0.2rem;
}

.about4box .item p {
	font-size: 18px;
	color: #333;
	line-height: 2.286;
}

@media (min-width: 1000px) {
	.reviewbox .item:hover {
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	}

	.protabitem .item:hover {
		color: #fff;
		background: #C9A063;
	}

	.probox .item:hover .img1 {
		transform: scale(1.1);
	}

	.probox .item:hover {
		background: rgba(0, 0, 0, 0.2);
	}

	.probox .item:hover .content {
		background: rgba(0, 0, 0, 0.2);
		transform: translateY(-5px);
		padding: 0.15rem 0.1rem 0;
	}

	.probox .item:hover .img2 {
		opacity: 1;
	}

	.probox .item:hover .content:before {
		opacity: 0;
	}

	.probox .item:hover .h1 {
		color: #fff;
	}

	.probox .item:hover p {
		color: #fff;
	}

	.prode1right .btnbox a:hover {
		border-color: #C9A063;
		color: #fff;
	}

	.prode1right .btnbox a:hover:after {
		width: 100%;
	}

	.prode2 .tagbox .itembox .item:hover {
		background: #C9A063;
		color: #fff;
	}

	.prode3box .swiperbtn:hover img:nth-child(1) {
		opacity: 0;
	}

	.prode3box .swiperbtn:hover img:nth-child(2) {
		opacity: 1;
	}

	.about3 .item:hover .imgbox img {
		transform: scale(1.05);
	}
}

@media (max-width: 1200px) {
	.protabitem .itemsbox {
		padding-right: 10vw;
	}
}

@media (max-width: 1000px) {
	.probox .item .content {
		/* height: 160px; */
	}
}

@media (max-width: 767px) {
	.proroute .more {
		float: right;
		display: none !important;
	}

	.review-more {
		font-size: 13px;
		width: 200px;
		line-height: 36px;
	}

	.subnav {
		
	}

	.subnav .col {
		width: 100%;
		margin-bottom: 0;
	}

	.subnav .item span {
		font-size: 13px;
	}

	.subnav-menu {
		display: none;
		padding: 0 15px;
		font-size: 14px;
		height: 42px;
		background: #C9A063;
		align-items: center;
		color: #fff;
	}

	.subnav .container {
		position: absolute;
		top: 42px;
		margin: 0 -15px;
		left: 0;
		padding: 0;
		right: 0;
		background: #fff;
		display: none;
		box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
	}

	.subnav .item {
		width: 100%;
		line-height: 42px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		float: none;
		display: block;
		box-shadow: none;
	}

	.subnav .item span {
		font-size: 13px;
		color: #333;
	}

	.subnav .item.on span {
		color: #C9A063;
	}

	.subnav .item .icon {
		display: none;
	}

	.subnav .item:after {
		display: none;
	}

	.subnav-menu .icon {
		width: 16px;
		height: 16px;
		background: url(../image/open.png);
		background-size: cover;
		transition: all 0.5s ease;
	}

	.subnav-menu.on .icon {
		transform: rotate(180deg);
	}

	.protabitem {
		display: block;
		padding: 10px 0px 10px;
	}

	.protabitem .title1 {
		width: auto;
		font-size: 13px;
		line-height: 22px;
		padding-left: 0;
		margin-bottom: 5px;
	}

	.protabitem .item {
		font-size: 13px;
		line-height: 22px;
		margin: 5px 8px 5px 0;
		padding: 0 6px;
	}

	.protabitem .itemsbox {
		padding-right: 0;
	}

	.probox .col-sm-4 {
		padding: 5px;
	}

	.probox .item .h1 {
		font-size: 13px;
	}

	.probox .row {
		margin: -5px;
	}

	.probox .item .content {
		/* height: 120px; */
	}

	.probox .item p {
		line-height: 1.6;
	}

	.prode3box {
		margin: 0 0.8rem;
	}

	.prode3box .item {
		padding: 8px;
	}

	.prode3box .swiperbtn {
		width: 12px;
	}

	.prode3 {
		padding: 0.6rem 0;
	}

	.prode2 p {
		font-size: 13px;
	}

	.prode2 .tagbox {
		display: block;
	}

	.prodetab .col-sm-3 {
		padding: 2px;
	}

	.prodetab {
		padding: 0.1rem 0;
	}

	.prodetab .item {
		font-size: 13px;
	}

	.prode2 .tagbox .title1 {
		font-size: 13px;
		line-height: 24px;
		margin-bottom: 8px;
	}

	.prode2 .tagbox .itembox .item {
		font-size: 13px;
		line-height: 24px;
		padding: 0 8px;
		margin-right: 8px;
		margin-bottom: 8px;
	}

	.prode1box {
		padding: 0.3rem;
	}

	.prode1left {
		float: none;
		width: 100%;
	}

	.prode1right {
		float: none;
		width: 100%;
	}

	.prode1right {
		padding-top: 15px;
		padding-left: 0;
	}

	.prode1right .infobox .item {
		width: 100%;
		padding: 0.16rem 0;
	}

	.prode1right .infobox .item .title1 {
		font-size: 13px;
		width: 100px;
	}

	.prode1right .infobox .item .txt1 {
		font-size: 13px;
	}

	.prode1right .h1 {
		font-size: 16px;
	}

	.prode1right .btnbox a {
		font-size: 13px;
		margin-right: 0.3rem;
	}

	.proroute2 .container {
		display: block;
		height: auto;
		padding: 10px 0;
		font-size: 0;
	}

	.proroute2 .container>a {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 5px;
	}

	.proroute2 .container>div {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 5px;
	}

	.proroute .more img {
		width: 12px;
	}

	.about2-1box .item .imgbox {
		width: 100%;
		float: none !important;
	}

	.about2-1box .item .txtbox {
		position: relative;
		top: 0;
		transform: none;
		width: 100%;
		margin-top: 15px;
	}

	.about2-1box .item .txtbox p {
		font-size: 13px;
	}

	.about2-1box .item {
		margin-bottom: 0.6rem;
	}

	.about2-1 {
		padding-bottom: 0;
	}

	.about2-2box {
		display: block;
	}

	.about2-2box img {
		width: 100%;
	}

	.about2-2box .txtbox {
		padding: 0;
		margin-top: 15px;
	}

	.about2-2box .txtbox .item {
		font-size: 13px;
		padding: 0;
		margin-bottom: 10px;
	}

	.about2-2 {
		padding: 0.6rem 0;
	}

	.about3 .col {
		width: 100%;
	}

	.about3 .item .h1 {
		font-size: 16px;
	}

	.about3 .item .item1 {
		font-size: 13px;
	}

	.about3 {
		padding-bottom: 0.6rem;
	}

	.about4box .item {
		padding: 0.5rem;
	}

	.about4box .item .h1 {
		font-size: 15px;
	}

	.about4box .item p {
		font-size: 12px;
	}

	.banner2 .h1 {
		font-size: 30px;
	}

	.banner2 .h2 {
		font-size: 14px;
	}

	.about1-2box .item {
		width: 100%;
		font-size: 13px;
	}

	.about1-2box .item .num {
		font-size: 18px;
	}

	.about1-2box .item .title1:before {
		width: 8px;
		height: 8px;
		margin-top: -4px;
		left: 0.15rem;
	}

	.about1-1 .content {
		font-size: 13px;
	}
}

.searchbox1 .container {
	position: relative;
}

.searchbox2 {
	border-radius: 0.06rem;
	position: absolute;
	background: #fff;
	box-shadow: 0px 0.1rem 0.4rem 0px rgba(126, 134, 138, 0.2);
	display: flex;
	align-items: center;
	height: 1rem;
	left: 0;
	right: 0;
	top: -0.5rem;
}

.searchbox2 .btn1 {
	width: 1.1rem;
	height: 0.66rem;
	background: none;
	justify-content: center;
	align-items: center;
	display: flex;
	border-left: 1px solid #cdcdcd;
}

.searchbox2 .btn1 img {
	width: 0.18rem;
}

.searchbox2 input {
	flex: 1;
	margin: 0 0.5rem;
	font-size: 0.2rem;
	color: #333;
}

.search2 {
	padding: 1.65rem 0;
	background: #f5f5f5;
}

.search2-1 p {
	font-size: 0.2rem;
	color: #333;
	text-align: center;
	font-family: 'DIN';
	position: relative;
	z-index: 2;
}

.search2-1 {
	margin-bottom: 1.1rem;
	position: relative;
}

.search2-1:after {
	content: 'search';
	text-transform: uppercase;
	font-size: 7.3vw;
	color: #eeeeee;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	font-family: 'DIN';
	font-weight: 600;
	line-height: 10vw;
	margin-top: -5vw;
}

@media (max-width: 767px) {
	.searchbox2 {
		height: 50px;
		top: -25px;
	}

	.searchbox2 input {
		margin: 0 15px;
		font-size: 14px;
	}

	.searchbox2 .btn1 {
		height: 32px;
	}

	.searchbox2 .btn1 img {
		width: 12px;
	}

	.search2-1 p {
		font-size: 14px;
	}

	.search2-1:after {
		font-size: 12vw;
	}

	.search2 {
		padding: 1rem 0;
	}

	.search2-1 {
		margin-bottom: 0.5rem;
	}
}

.copyright {
	margin-left: 0.5rem;
	font-size: 12px;
	color: #a0a0a0;
}

.copyright a {
	margin: 0 0.1rem;
	font-size: 12px;
	color: #a0a0a0;
}

* {
	font-family: "Microsoft YaHei" !important;
}

.input-error {
	border: 1px solid red !important;
}

/*lg*/
@media screen and (max-width:1400px) {
	.idx4box .item .contentbox p {
		height: 64px;
	}
}

/*xs*/
@media screen and (max-width:767px) {
	.idxbtn2 {
		width: 110px;
		line-height: 35px;
	}

	.bannertxt .h1 {
		font-size: 25px;
	}

	.banner2img2 {
		/* min-height: 240px; */
	}
}

@media screen and (max-width:480px) {
	.bannertxt .h2 {
		margin-bottom: 0.2rem;
	}

	.bannertxt .h1 {
		font-size: 17px;
		margin-bottom: 0.2rem;
	}

	.idxbtn2 {
		width: 100px;
		line-height: 28px;
	}

	.idxbtn2 span {
		font-size: 10px;
	}
}

@media screen and (max-width:991px) {
	.about1-2box .item .num {
		line-height: 0.3rem;
	}
}

/*xs*/
@media screen and (max-width:767px) {
	.about1-2box .item .num {
		line-height: 0.2rem;
	}
}