@charset "utf-8";

/* CSS Document */
html {
	font-size: 1px;
}

@media screen and (max-width: 1920px) {
	html {
		font-size: 0.05208333333vw;
	}
}

@font-face {
	font-family: "Manrope";
	src: url('../fonts/Manrope-Regular.ttf');
	font-display: swap;
}


@font-face {
	font-family: "Manrope-Bold";
	src: url('../fonts/Manrope-Bold.ttf');
	font-display: swap;

}


body {
	margin: 0;
	padding: 0;
	font-family: "Manrope", "微软雅黑", Arial;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	width: 100%;
	margin: 0px auto;
	background-color: #fff;
	overflow-x: hidden;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
}

img {
	border: 0;
	display: inline;
	vertical-align: bottom;
	width: auto;
	height: auto;
	max-width: 100%;
}

div,
ul,
li,
dl,
dd,
span,
h1,
h2,
p,
h4,
h3 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
}

.container {
	width: 94%;
	max-width: 1599px;
	margin: 0px auto;
	height: auto;
}

* {
	box-sizing: border-box;
}

.flex {
	display: flex;
}

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

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

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.f-1 {
	flex: 1;
	overflow: hidden;
}

:root {
	--linkColor: #239af6;
	--bluecolor: #1d7cc6;
}

.ellipsis {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.molEllipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}


header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	color: #fff;

}

header .container {
	height: 112px;
}

header .logo img {
	height: 60px;
	width: auto;
}

header .menu ul {
	gap: 60rem;
}

header .tpright {
	gap: 60rem;
}

header .menu ul li {
	position: relative;
}

header .menu ul li .submenu {
	position: absolute;
	left: -40px;
	width: 350px;
	top: 90%;
	background-color: #f9fcff;
	padding: 30px 20px;
	transform-origin: 50% 0;
	transform: scaleY(0) translateZ(0);
	opacity: 0;
	transition: transform 0.3s, opacity 0.3s;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 8%);
}

header .menu ul li .submenu:before {
	content: "";
	border: 8px solid transparent;
	border-bottom: 8px solid #f9fcff;
	position: absolute;
	top: -15px;
	left: 70px;
}

header .menu ul li:nth-child(5) .submenu {
	width: 200px;
}

header .menu ul li:nth-child(5) .submenu:before {
	left: 55px;
}

header .menu ul li:hover .submenu {
	transform: scaleY(1) translateZ(0);
	opacity: 1;
}


header .menu ul li .submenu .photo {
	width: 50%;
}

header .menu ul li .submenu .list {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 30rem;
}

header .menu ul li .submenu .list li:before {
	content: "·";
	color: #000;
	margin-right: 15rem;
}

header .menu ul li .submenu .list li {
	display: flex;
	align-items: center;
}

header .menu ul li .submenu .list li a {
	font-family: "Manrope-Bold";
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

header .menu ul li .tit {
	color: #fff;
	font-size: 18px;
	height: 112px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

header .menu ul li:hover .tit {
	color: var(--linkColor);
}

header .langer {
	cursor: pointer;
	position: relative;
	font-size: 18px;
	line-height: 1.8;
	gap: 5px;
}

header .langer .icon-duoyuyan {
	font-size: 20px;
	margin-right: 5px;

}

header .langer .icon-xiangxiajiantou {
	font-size: 12px;
	margin-left: 5px;
}

header .langer .l_content {
	width: 100%;
	padding: 5px 0px;
	border-radius: 5px;
	position: absolute;
	top: 100%;
	z-index: 600;
	background-color: #fff;
	font-weight: normal;
	transform-origin: 50% 0;
	transform: scaleY(0) translateZ(0);
	opacity: 1;
	transition: transform 0.3s, opacity 0.3s;
	right: 0px;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 8%);
}

header .langer .l_content:before {
	content: "";
	border: 5px solid transparent;
	border-bottom: 5px solid #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: -10px;
}

header .langer:hover .l_content {
	transform: scaleY(1) translateZ(0);
	opacity: 1;
}

header .langer .iconfont {
	font-size: 14px;

}

header .langer .icon-diqiu {
	font-size: 20px;
}

header .langer .l_content dl dd a {
	text-align: center;
	font-size: 14px;
	display: block;
	line-height: 2;
}

header .langer .l_content dl dd a:hover {
	color: var(--linkColor);
}

header .menu ul li .tit .iconfont {
	font-size: 14px;
}

header .menu ul li .tit:hover {
	color: var(--linkColor);
}

header .menu ul li .submenu .list a:hover {
	color: var(--linkColor);
}

header.hold {
	background-color: #fff;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 8%);
}

header.hold .menu ul li .tit {
	color: #000;
}

header.hold .menu ul li .tit:hover,
header.hold .menu ul li:hover .tit {
	color: var(--linkColor);
}

header.hold .langer {
	color: #000;
}

header.active .logo img,
header.hold .logo img {
	filter: invert(1);
}

header.active {
	background-color: #fff;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 8%);
}

header.active .menu ul li .tit {
	color: #000;
}

header.active .langer {
	color: #000;
}

header.active .logo img {
	filter: invert(1);
}

.banner {
	position: relative;
}

.banner ul li {
	position: relative;
	color: #fff;
}

.banner ul li img {
	width: 100%;
	height: auto;
}

.banner ul li .content {
	text-align: center;
	position: absolute;
	z-index: 10;
	max-width: 1599px;
	width: 95%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 24.5%;
	line-height: 1.2;
}

.banner ul li a {
	color: #fff;
}

.banner ul li .content .title {
	font-size: 67rem;
	font-family: "Manrope-Bold";
}

.banner ul li .content .desc {
	font-size: 31rem;
	margin-top: 8rem;
}

.banner .xf_btn {
	position: absolute;
	width: 100%;
	z-index: 30;
	gap: 10px;
	bottom: 6% !important;
}

.banner .xf_btn span {
	display: inline-block;
	height: 2px;
	background-color: rgba(255, 255, 255, .5);
	width: 37px;
	position: relative;
	cursor: pointer;
	opacity: 1;
	border-radius: 0px !important;
	cursor: pointer;
	opacity: 1;
}

.banner .xf_btn span::after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	background-color: #ffffff;
}

.banner .xf_btn span.active::after {
	width: 100%;
	transition: all 4s linear;
	-webkit-transition: all 4s linear;
}

.part_1 {
	padding-top: 115rem;
	padding-bottom: 124rem;
}

.index_bt {
	text-align: center;
	margin-bottom: 74rem;
}

.index_bt .title {
	font-size: 56rem;
	font-weight: bold;
	line-height: 1.2;

	font-family: "Manrope-Bold";
}

.index_bt .desc {
	margin-top: 30rem;
}

.part_1 .video_1 video {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.part_1 .process_1 {
	font-size: 18px;
	margin-top: 50rem;
}

.part_1 .process_1 .item .count {
	font-size: 56rem;
	font-family: "Manrope-Bold";
	line-height: 1.2;
}

.part_2 {
	background-image: url(../images/index_07.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 118rem;
	padding-bottom: 99rem;

}

.part_2 .index_bt {
	margin-bottom: 50rem;
}

.part_2 .index_bt .desc {
	margin-top: 20rem;
}

.index_product {
	max-width: 1648px;
	margin: 0px auto;
	width: 96%;

}

.index_product ul li {
	width: 33.3%;
	float: left;
	padding-bottom: 12rem;
}

.index_product ul li .card {
	width: 92%;
	margin: 0px auto;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgb(132 132 132 / 34%);
	overflow: hidden;
	margin-top: 178rem;
	transition: all .3s;
}

.index_product ul li.swiper-slide-active .card {
	margin-top: 13rem;
}

.index_product ul li .card .photo {
	height: 389rem;
	background: linear-gradient(to bottom, #7ec4fa 10%, #fff 60%);
	padding: 10px;
	overflow: hidden;
}

.index_product ul li .card .photo img {
	max-width: 100%;
	max-height: 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.index_product ul li:hover .card .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.index_product ul li .card .content {
	padding: 17rem 85rem 57rem;
	position: relative;
}

.index_product ul li .card .content:before {
	background-color: transparent;
	bottom: -32rem;
	clip-path: polygon(0 60px, 100% 60px, 100% 100%, 0 100%);
	content: "";
	left: -32rem;
	position: absolute;
	right: -32rem;
	top: -60px;
	transition: clip-path .3s ease, background-color .3s ease;
	z-index: 0;
}

.index_product ul li:hover .card .content:before {
	background-color: var(--linkColor);
	clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 100%);
}

.index_product ul li .card .content .box {
	position: relative;
	z-index: 7;
}

.index_product ul li .card .content .box .tit {
	font-size: 26rem;
	font-family: "Manrope-Bold";
	line-height: 1.2;
	margin-bottom: 21rem;
}

.index_product ul li .card .content .box .desc {
	margin-bottom: 25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.index_product ul li .card .content .box .more {
	font-size: 41rem;
}

.index_product ul li:hover .card .content {
	color: #fff;
}

.index_product .sbtn {
	gap: 27rem;
	margin-top: 50rem;
}

.index_product .sbtn span {
	width: 13rem;
	height: 13rem;
	border-radius: 50%;
	background-color: #8a8a8a;
	cursor: pointer;
	margin: 0;
	opacity: 1;
}

.index_product .sbtn span.active {
	background-color: #0844aa;
}

/*移动菜单*/
.menubtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	z-index: 100;
	display: none;
}


.menubtn .navbar-icons {
	height: 20px;
	width: 100%;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.menubtn .navbar-icons span {
	display: block;
	height: 2px;
	width: 100%;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	top: 0;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	background-color: #fff;
	position: relative;

}

.menubtn .navbar-icons span:first-child {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menubtn .navbar-icons span:nth-child(2) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	width: 70%;
}

.menubtn .navbar-icons span:nth-child(3) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menubtn.open .navbar-icons span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1px;
}

.menubtn.open .navbar-icons span:nth-child(2) {
	opacity: 0;
}

.menubtn.open .navbar-icons span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 1px;
}

header.hold .menubtn .navbar-icons span,
header.active .menubtn .navbar-icons span {
	background-color: #000;
}

.part_3 {
	background-color: #f2f2f2;
	padding-top: 84rem;
	padding-bottom: 117rem;
}

.index_new ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 43rem;
	align-items: stretch;
}

.index_new ul li .photo {
	position: relative;
	display: block;
	padding-top: 62%;
	width: 100%;
	overflow: hidden;
}

.index_new ul li .photo img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.index_new ul li:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.index_new ul li {
	font-size: 15px;
}

.index_new ul li .title {
	-webkit-line-clamp: 2;
	font-family: "Manrope-Bold";
	font-size: 18px;
	margin: 35rem 0rem 26rem;
}

.index_new ul li .desc {

	-webkit-line-clamp: 4;
	color: #666666;
}

.index_new ul li .infor {
	margin-top: 68rem;
	color: #666666;
}

.index_new ul li .infor .more {
	font-size: 41rem;
	color: #999;
	font-weight: normal;
}

.index_new ul li:hover .infor .more {
	color: var(--linkColor);
}

.index_new ul li:hover .title {
	color: var(--linkColor);
}

.part_3 .index_bt {
	margin-bottom: 48rem;
}

.part_4 {
	align-items: stretch;
}

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

.part_4 .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.part_4 .item:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.part_4 .item .box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
	justify-content: center;
	padding: 50rem 118rem 50rem 110rem;
	background-color: rgb(35 154 246 / 24%);
}

.part_4 .item .box .desc {
	font-size: 42rem;
	font-family: "Manrope-Bold";
	line-height: 1.1;
	margin-bottom: 65rem;
}

.part_4 .item .box .more {
	width: 253rem;
	height: 55rem;
	font-size: 20rem;
	color: #222426;
	background-color: #fff;

}

.part_4 .item .box .more:hover {
	background-color: #fff;
	color: var(--linkColor);
}

footer {
	background-color: #222426;
	color: #fff;
	padding-top: 98rem;
	padding-bottom: 55rem;
}

footer .foot_1 {
	align-items: flex-start;
	gap: 60rem;
}

footer .foot_1 .tpleft {
	width: 35%;
}

footer .foot_1 .tpleft .tit {
	font-size: 20rem;
}

footer .foot_1 .tpleft .item {
	margin-top: 35rem;
}

footer .foot_1 .tpleft .item .desc {
	font-size: 28rem;
}

footer .foot_1 .list .sumenu a {
	display: block;
	color: #fff;
	padding: 5rem 0rem;
}

footer .foot_1 .list {
	align-items: flex-start;
}

footer .foot_1 .list .txt {
	font-size: 22rem;
	font-family: "Manrope-Bold";
	margin-bottom: 34rem;
}

footer .foot_1 .list .sumenu a:hover {
	color: var(--linkColor);
}

footer .foot_1 .tpleft .item.no2 {
	font-size: 20rem;
}

footer .online {
	gap: 15px;
	margin-top: 47rem;
}

footer .online img {
	width: 36rem;
	height: auto;
	transition: all .5s;
	-webkit-transition: all .5s;
}

footer .online a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.part_4 {
	background-color: #000;
}

.about_banner img {
	width: 100%;
}

.about_one {
	padding: 100rem 0rem;
}

.about_js {
	gap: 90rem;
	margin-bottom: 45rem;
}

.about_js .photo {
	width: 49%;
}

.about_js .content .title {
	font-size: 47rem;
	font-family: "Manrope-Bold";
	margin-bottom: 52rem;
	line-height: 1.3;
}

.factory {
	position: relative;
}

.factory .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #909399;
	font-size: 50rem;
	cursor: pointer;
	z-index: 99;
}

.factory .list li {
	width: 32%;
	float: left;
}

.factory .list li:last-child {
	margin-right: 0px;
}

.factory .list li .photo {
	position: relative;
	display: block;
	padding-top: 52.7%;
	width: 100%;
	overflow: hidden;
}

.factory .list li .photo img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.factory .list li:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.factory .prev {
	left: -65rem;
}

.factory .next {
	right: -65rem;
}

.factory .next:before {
	display: block;
	transform: rotate(180deg);
}

.factory .btn:hover {
	color: #2d8bd3;
}

.about_two {
	text-align: center;
	position: relative;
}

.about_two img {
	width: 100%;
	height: auto;
}

.about_two .container {
	top: 60rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.about_two .index_bt .desc {
	margin-top: 20rem;
}

.about_three {
	padding-top: 110rem;
}

.index_bt.no1 {
	margin-bottom: 45rem;
}

.index_bt.no1 .desc {
	margin-top: 20rem;
}

.about_event ul {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	gap: 14px;
	align-items: stretch;
}

.about_event ul li {
	grid-column: span 2;
	overflow: hidden;
}

.about_event ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.about_event ul li:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.about_event ul li:nth-child(1) {
	grid-row: span 2;
	grid-column: span 5;
}

.about_event ul li:nth-child(2),
.about_event ul li:nth-child(5) {
	grid-column: span 3;
}

.about_four {
	padding: 100rem 0rem;
}

.history .his_one {
	position: relative;
	margin-bottom: 90rem;
}

.history .his_one .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	width: 56rem;
	height: 56rem;
	background-color: #e2e2e2;
	font-size: 24rem;
	z-index: 99;
}

.history .his_one .btn.prev {
	left: 0px;
}

.history .his_one .btn.prev:before {
	display: block;
	transform: rotate(180deg);
}

.swiper-button-disabled {
	pointer-events: none;
	opacity: .3;
}

.history .his_one .btn.next {
	right: 0px;
}

.history .his_one .btn:hover {
	background-color: var(--linkColor);
	color: #fff;
}

.history .his_one .list {
	width: 90%;
	margin: 0px auto;
}

.history .his_one .list .box {
	max-width: 1155px;
	width: 80%;
	margin: 0px auto;
}

.history .his_one .list .box .content {
	width: 32.5%;
}

.history .his_one .list .box .photo {
	width: 45.5%;
}

.history .his_one .list .box .content .num {
	font-size: 98rem;
	font-family: "Manrope-Bold";
}

.history .his_cout {
	position: relative;
}

.history .his_cout ul {
	padding-bottom: 10rem;
}

.history .his_cout ul li {
	float: left;
	width: 100px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 80px;
	position: relative;
	padding-bottom: 14px;
	cursor: pointer;
}

.history .his_cout:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 9rem;
	height: 1px;
	background-color: #eaeaea;
}

.history .his_cout ul li:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background-color: #999999;
	width: 11rem;
	height: 11rem;
	border-radius: 50%;
	bottom: -6rem;
}

.history .his_cout ul li.swiper-slide-thumb-active {
	font-size: 48rem;
	font-family: "Manrope-Bold";
}

.history .his_cout ul li.swiper-slide-thumb-active:before {
	background-color: #333333;
}

.his_cout {
	width: 100%;
	overflow-y: auto;
}

.p_about_two {
	background-color: #ededed;
	padding: 40px 0px;
	display: none;
}

.cer_box .list ul li {
	text-align: center;
}

.cer_box .list {
	margin-bottom: 20px;
}

.cer_box .sbtn {
	gap: 27rem;
}

.cer_box .sbtn span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #8a8a8a;
	opacity: 1;
}

.cer_box .sbtn span.active {
	background-color: #0844aa;
}

.contact_1 {
	padding-top: 120rem;
	padding-bottom: 87rem;
}

.contact_1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 90rem;
	align-items: stretch;
}

.contact_1 .item {
	border-top: 1px #c7c2c1 solid;
	padding-top: 29rem;
	align-items: flex-start;
}

.contact_1 .item .tpleft .tit {
	color: #333;
	font-size: 26rem;
	font-family: "Manrope-Bold";
}

.contact_1 .item .tpleft .num {
	color: var(--linkColor);
	font-size: 28rem;
}

.contact_1 .item .weix {
	width: 109rem;
	height: 109rem;
	border-radius: 10rem;
	box-shadow: 0px 0px 21rem rgb(0 0 0 / 30%);
}

.contact_1 .item .weix img {
	width: 86rem;
	height: auto;
}

.contact_1 .item .tpleft .num {
	margin-top: 10rem;
}

.contact_1 .item .icon {
	width: 90rem;
	height: 90rem;
	border-radius: 50%;
	background-color: var(--linkColor);
	color: #fff;
}

.contact_1 .item .icon .iconfont {
	font-size: 41rem;
}

.contact_2 {
	text-align: center;
}

.contact_2 img {}

.contact_3 {
	background-image: url(../images/contact_08.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 160rem;
	padding-bottom: 150rem;
}

.contact_3 .title {
	color: #fff;
	font-size: 39rem;
	font-family: "Manrope-Bold";
	margin-bottom: 65rem;
	text-align: center;
	line-height: 1;
}

.book ul {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 17rem;
}

.book ul li {
	width: 32%;
	font-size: 19rem;

}

.book ul li.last {
	width: 100%;
}

.book ul li .box {
	width: 100%;
	height: 47rem;
	background-color: #fff;
	padding: 0rem 29rem;
	border-radius: 2px;
	gap: 10rem;
}

.book ul li .box .formbit {
	flex: 1;
	overflow: hidden;
	width: 100%;
	height: 41rem;
	line-height: normal;
	border: 0px;
	outline: none;
	font-size: 19rem;
	font-family: "Manrope-Bold";
}

.book ul li .box .blue {
	display: inline-block;
	color: var(--linkColor);
	padding-top: 6rem;
	border: 0px;
	outline: none;

}

.book ul li .textarea1 {
	height: 187px;
	padding: 20rem 29rem;
	width: 100%;
	border: 0px;
	outline: none;
	font-family: "Manrope-Bold";
	font-size: 19rem;
	border-radius: 2px;
}

.book ul li .textarea1::-webkit-input-placeholder,
.book ul li .formbit::-webkit-input-placeholder {
	color: #000;
}

.book ul li.no3 {
	gap: 31rem;
	width: 100%;
	padding-top: 40rem;
}

.book ul li.no3 .sumbit {
	width: 272rem;
	height: 47rem;
	color: #fff;
	background-color: #38393b;
	border-radius: 2px;
	border: 0px;
	cursor: pointer;
	font-size: 19rem;
}

.book ul li.no3 .sumbit.active {
	background-color: var(--linkColor);
}

.book ul li.no3 .sumbit:hover {
	opacity: .8;
}

/*新闻*/
.main {
	padding: 119rem 0rem;
}

.new_box {
	align-items: flex-start;
	gap: 40rem;
}

.new_box .new_left {
	width: 236rem;
	background-color: #222426;
	color: #fff;
}

.new_box .new_left ul li {
	border-bottom: 1px rgb(255 255 255 / 10%) solid;
}

.new_box .new_left ul li a {
	display: block;
	height: 124rem;
	padding: 10rem 23rem;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 26rem;
}

.new_box .new_left ul li.active a {
	background-color: var(--linkColor);
	font-weight: bold;
}

.new_right .new_list ul li {
	margin-bottom: 75rem;
}

.new_right .new_list ul li a {
	display: flex;
	align-items: stretch;
	gap: 48rem;
}

.new_right .new_list ul li a .photo {
	width: 239rem;
	height: 176rem;
	position: relative;
	overflow: hidden;
}

.new_right .new_list ul li a .photo img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.new_right .new_list ul li:hover a .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.new_right .new_list ul li a .content {
	padding-top: 8rem;
}

.new_right .new_list ul li a .content .tit {
	font-size: 18px;
	font-family: "Manrope-Bold";
}

.new_right .new_list ul li a .content .desc {
	color: #666666;
	-webkit-line-clamp: 2;
	margin: 15rem 0rem;
	line-height: 1.8;
}

.new_right .new_list ul li a .content .more {
	width: 148rem;
	height: 42rem;
	background-color: #666666;
	color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.new_right .new_list ul li a:hover .content .more {
	background-color: var(--linkColor);
}

.fany {}

.fany .divid-a {
	gap: 31rem;
}

.fany .divid-a a {
	width: 16rem;
	height: 16rem;
	border-radius: 50%;
	background-color: #d9d9d9;
	display: inline-block;
}

.fany .divid-a a.active,
.fany .divid-a a:hover {
	background-color: var(--linkColor);
}

.fany .divid-a .up {
	width: 100rem;
	height: 35rem;
	border-radius: 0px;
	display: flex;
	color: #839494;
	margin: 0rem 5rem;
	font-weight: bold;
}

.fany .divid-a .up.active,
.fany .divid-a .up:hover {
	background-color: var(--linkColor);
	color: #005ea1;
}

.fany .divid-a .next .iconfont:before {
	display: block;
	transform: rotate(180deg);
}

.show_1 .title {
	text-align: center;
	font-size: 40rem;
	font-family: "Manrope-Bold";
	line-height: 1.2;
}

.show_1 .source {
	text-align: center;
	color: #333333;
	opacity: .5;
	border-bottom: 1px #e8e9e9 solid;
	padding: 25rem 0rem;
	margin-bottom: 50rem;
}

.show_1 .show_js {
	color: #666;
	margin-bottom: 30px;
	line-height: 1.6;
}

.show_1 .show_js p {
	margin-bottom: 20px;
}

.show_1 .page_2 a {
	display: block;
	background-color: #efefef;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	margin-bottom: 7px;
	padding: 30rem 26rem;
	color: #666;
}

.show_1 .page_2 a span {
	color: #000;
}

.rech_one {
	padding: 100rem 0px;
}

.index_bt.no3 {
	margin-bottom: 42rem;
}

.index_bt.no3 .title {
	font-size: 39rem;
}

.index_bt.no3 .desc {
	margin-top: 8rem;
}

.rech_1 ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 34rem;
	align-items: stretch;
}

.rech_1 ul li {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.rech_1 ul li a .photo {
	position: relative;
	display: block;
	padding-top: 167.2%;
	width: 100%;
	overflow: hidden;
}

.rech_1 ul li a .photo:before {
	content: "";
	background-color: rgb(0 0 0 / 50%);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 2;
}

.rech_1 ul li a .photo img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.rech_1 ul li a:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.rech_1 ul li a .iconfont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 10;
	font-size: 78rem;
}

.rech_two {
	background-color: #ebebeb;
	padding: 100rem 0rem;
}

.rech_2 {
	color: #38393b;
	font-family: "Manrope-Bold";
	font-size: 26rem;
	text-align: center;
	padding-top: 20rem;
	margin-bottom: 110rem;
}

.rech_2 ul {
	align-items: flex-start;
}

.rech_2 ul li .icon {
	width: 88rem;
	margin: 0px auto 20rem;
}

.rech_2 ul li .arrow {
	height: 88rem;
	color: #d3d3d0;
}

.rech_2 ul li .arrow .iconfont:before {
	display: block;
	transform: rotate(180deg);
}

.rech_2 ul li .arrow .iconfont {
	font-size: 26rem;
}

.rech_two .more {
	font-size: 19rem;
	width: 272rem;
	height: 47rem;
	background-color: var(--linkColor);
	color: #fff;
	margin: 0px auto;
}

.rech_two .more:hover {
	opacity: .8;
}

.rech_three {
	padding: 100rem 0rem;
}

.book.no2 ul li .box {
	background-color: #e6e6e7;
}

.book.no2 ul li .box .formbit {
	background: none;
}

.book.no2 ul li {
	width: 24%;
}

.book.no2 ul li.last,
.book.no2 ul li.no3 {
	width: 100%;
}

.book.no2 ul li .textarea1 {
	background-color: #e6e6e7;
}

.rech_three {
	background-color: #fafafa;
}

/*选择下拉效果*/

.select-ui {
	width: 100%;
	position: relative;
	background-color: #e6e6e7;
	border-radius: 2px;
}

.select-ui select {
	display: none;
	position: relative;
	width: 100%;
	cursor: pointer;
}

.select-ui .select .button {
	width: 100%;
	padding: 0 29rem;
	height: 47rem;
	line-height: 47rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #3d5efe;
	cursor: pointer;
}


.select-ui .select.focus {
	padding: 0px;
}


.select-ui .select.focus .button {
	border-color: rgb(55, 65, 81);
}


.select-ui .select .button .text {
	flex: 1;
	color: #333;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	overflow: auto;
	box-sizing: border-box;
	text-align: left;
	white-space: nowrap;
	font-size: 19rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;

}

.select-ui-multiple .select .button .text::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background: #ffffff;
}

.select-ui-multiple .select .button .text::-webkit-scrollbar-thumb {
	background: rgba(214, 216, 221, .7);
	scrollbar-arrow-color: #898989;
	border-radius: 7px;
}


.select-ui .select .button .text .item {
	display: flex;
	margin-right: 5px;
	align-items: center;
	padding: 0 5px;
	color: #ffffff;
	background-color: #333333;
	line-height: 26px;
	white-space: nowrap;
	flex-wrap: nowrap;
	border-radius: 3px;
	font-size: 12px;
}




.select-ui .select .button .fill-current {
	fill: rgb(51, 51, 51);
}


.select-ui .select .options {
	--tw-shadow: 0 5px 7px -3px rgba(38, 145, 227, .19), 0 4px 6px -4px rgba(38, 145, 227, .19);
	--tw-shadow-colored: 0 5px 7px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	position: absolute;
	top: 100%;
	border-radius: 4px;
	background: #ffffff;

	display: flex;
	flex-direction: column;
	width: 100%;
	z-index: 1000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	visibility: hidden;
	opacity: 0;
	box-sizing: border-box;
	margin-top: -8px;
	left: 0px;
	gap: 0;
	overflow: hidden;
}


.select-ui .select.focus .options {
	margin-top: 0px;
	opacity: 1;
	visibility: visible;
	transition: all .3s;
	-webkit-transition: all .3s;
	gap: 0px;
}


.select-ui .select .options li {
	font-size: 12px;
	text-align: left;
	margin: 0;
	color: #666;
	width: 100%;
	padding: 0px;
}

.select-ui .select .options li {
	margin-right: 0px;
}


.select-ui .select .options li.selected span {
	color: #fff;
	background-color: var(--linkColor);
}


.select-ui .select .options li span {
	display: block;
	padding: 8px 15px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
}

.select-ui .select .options li span:hover {
	background-color: var(--linkColor);
	color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.select-ui .select .button img {
	width: 27rem;
	height: auto;
}

.pro_banner {
	position: relative;
	color: #fff;
	padding: 90rem 0rem;
}

.pro_banner .container {
	position: relative;
	z-index: 3;
}

.pro_banner .bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.pro_banner .box {
	gap: 55rem;
}

.pro_banner .box .photo {
	width: 55%;
}

.pro_banner .box .tpleft {
	line-height: 1;
}

.pro_banner .box .tpleft .sml {
	font-size: 66rem;
	font-family: "黑体";
	font-weight: bold;
}

.pro_banner .box .tpleft .title {
	font-size: 77rem;
	font-family: "Manrope-Bold";
	color: var(--bluecolor);
	line-height: 1;
	margin: 33rem 0rem;
}

.pro_banner .box .tpleft .desc {
	font-size: 24rem;
}

.pro_banner .box .tpleft .more {
	background-color: var(--bluecolor);
	color: #fff;
	font-size: 15px;
	display: inline-block;
	line-height: 1;
	padding: 22rem 30rem;
	margin-top: 60rem;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;

}

.pro_banner .box .tpleft .more:hover {
	opacity: .8;
}

.pro_banner.dance {
	padding-top: 185rem;
	padding-bottom: 82rem;
}

.pro_one {
	background-image: url(../images/productbg_03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 90rem 0px 98rem;
}

.main_bt {
	color: #fff;
	text-align: center;
	line-height: 1;
	margin-bottom: 60rem;
}

.main_bt .lab {
	font-size: 52rem;
}

.main_bt .tit {
	font-size: 71rem;
	font-family: "Manrope-Bold";
	margin-top: 20rem;
}

.main_bt .more {
	background-color: var(--bluecolor);
	color: #fff;
	border-radius: 30rem;
	display: inline-block;
	margin: 0px auto;
	padding: 12rem 58rem;
	font-size: 36rem;
	margin-top: 36rem;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;

}

.main_bt .more:hover {
	opacity: .8;
}

.pro_list {
	overflow: hidden;
}

.pro_list ul li {
	background-color: #fff;
	text-align: center;
	width: 18.4%;
	margin-right: 2%;
	float: left;

}

.pro_list ul li a {
	display: block;
	padding-bottom: 35rem;
}

.pro_list ul li:last-child {
	margin-right: 0%;
}

.pro_list ul li .photo {
	margin-bottom: 35rem;
	overflow: hidden;
}

.pro_list ul li .photo img {
	max-width: 90%;
	max-height: 90%;

	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.pro_list ul li:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.pro_list ul li .tit {
	font-size: 40rem;
	padding: 0px 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.pro_list ul li .more {
	opacity: .8;
	gap: 5px;
	font-size: 17px;
	margin-top: 9rem;
}

.pro_list ul li:hover .more {
	color: var(--linkColor);
}

.switch_1 {
	margin-top: 60rem;
	gap: 10rem;
	color: #fff;
}

.switch_1 .btn {
	margin: 0rem 7rem;
	color: #fff;

}

.switch_1 span {
	width: 46rem;
	height: 46rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px rgb(255 255 255 / 22%) solid;
	font-size: 22rem;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.switch_1 .btn .iconfont {
	font-size: 21rem;
}

.switch_1 .next .iconfont:before {
	display: block;
	transform: rotate(180deg);
}

.switch_1 .active,
.switch_1 span:hover {
	background-color: var(--bluecolor);
}

.pro_one.no2 {
	background-image: url(../images/productbg_07.jpg);
}

.pro_one.no3 {
	background-image: url(../images/productbg_08.jpg);
}

.pro_one.no4 {
	background-image: url(../images/productbg_11.jpg);
}

/*产品*/
.product_banner {
	position: relative;
}

.product_banner ul li {
	position: relative;
	color: #fff;
}

.product_banner ul li img {
	width: 100%;
	height: auto;
}

.product_banner ul li .container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

.product_banner ul li a {
	color: #fff;
}

.product_banner ul li a .content {
	max-width: 910rem;
}

.product_banner ul li a .content .tit {
	font-size: 78rem;
	font-weight: bold;
	line-height: 1.2;
	font-family: "Manrope-Bold";
	color: var(--linkColor);
}

.product_banner ul li a .content .more img {
	width: 13rem;
	height: auto;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.product_banner ul li a .content .desc {
	margin: 30rem 0rem;
	font-size: 27.7rem;
}

.product_banner ul li a .content .more {
	gap: 13rem;
	font-size: 16px
}

.product_banner ul li a .content .more:hover img {
	margin-left: 3px;
}

.product_banner .sbtn {
	position: absolute;
	right: 0;
	margin: auto;
	max-width: 1599px;
	width: 93% !important;
	bottom: 4.2% !important;
	z-index: 10;
	gap: 12px;
	justify-content: flex-end;
}

.product_banner .sbtn span {
	width: 18rem;
	height: 18rem;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	opacity: 1;
	margin: 0 !important;
}

.product_banner .sbtn span.active {
	background-color: var(--linkColor);
}

.hold {
	background-color: #000;
	height: 112px;
}

.pro_top {
	border-top: 1px rgb(0 0 0 / 10%) solid;
	border-bottom: 1px rgb(0 0 0 / 10%) solid;
	padding: 26rem 0px;
	background-color: #fff;
	position: sticky;
	width: 100%;

	z-index: 20;
	left: 0px;
	top: 110px;
}

.pro_top .tpleft {
	font-size: 35rem;
	font-family: "Manrope-Bold";
}

.pro_top .list ul {
	gap: 61rem;
}

.pro_top .list ul li {
	font-size: 18px;
}

.pro_top .list ul li.chat {
	width: 176rem;
	height: 52rem;
	background-color: #1d7cc6;
	color: #fff !important;
}

.pro_top .list ul li.on {
	color: #1d7cc6;
}

.p_box .detail {
	text-align: center;

}

.dance1 {
	margin-bottom: 100rem;
}

.p_box .show_1 .s_tit {
	line-height: 1.2;
	font-size: 37rem;
	font-family: "Manrope-Bold";
	background-color: #000;
	color: #fff;
	padding: 18rem 67rem;
	margin-bottom: 50rem;
	display: block;
}

.p_box .show_1 .spec_1 {
	margin-bottom: 123rem;
}

.p_box .para_1 {
	margin-bottom: 70rem;
}

.p_box .para_1 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0px;
	justify-content: space-between;
}

.p_box .para_1 ul li {
	width: 49%;
	font-size: 20rem;
	color: #666666;
}

.p_box .show_1 .s_sml {
	background-color: #f2f2f2;
	line-height: 1.2;
	font-size: 23rem;
	font-family: "Manrope-Bold";
	text-align: center;
	padding: 24rem 10rem;
	margin-bottom: 50rem;
}

.p_box .show_1 .s_sml.no2 {
	margin-bottom: 0px;
}

.p_box .para_1 ul li.no2 {
	display: flex;
	align-items: flex-start;
}

.p_box .para_1 ul li.no2 .infor {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0px 10px;
	align-items: stretch;
}

.p_box .tab_2 {
	width: 100%;
	overflow-x: auto;
}

.p_box .tab_2 table {
	border-left: 1px #e5e5e5 solid;
	border-top: 1px #e5e5e5 solid;
	text-align: center;
	font-size: 18px;
	color: #666;

}

.p_box .tab_2 table td {
	border-right: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
	padding: 12px 10px;

}

.p_box .tab_2 table .head {
	color: #000;
	font-weight: bold;
}

.p_box .download {
	min-height: 300rem;
	padding-top: 100rem;
}

.p_box .download ul li a {
	display: flex;
	align-items: center;
	gap: 22rem;
	font-size: 20rem;
}

.p_box .download ul li {
	margin-bottom: 17rem;
}

.p_box .download ul li a img {
	width: 41rem;
	height: auto;
}

.switch_1.no2 span {
	background-color: #e3e3e3;
	color: #000;
}

.switch_1.no2 span.active {
	background-color: var(--linkColor);
	color: #fff;
}

.p_box .video_2 {
	padding-top: 100rem;
}

.p_box .deatil_2 {
	padding-top: 100rem;
}

.p_box .deatil_2 .de_cont {
	width: 79.4%;
	margin: 0px auto;
}

.p_box .deatil_2 .de_cont .pic {
	background-color: #fff;
	box-shadow: 0px 0px 12px rgb(0 0 0 / 12%);
}

.p_box .deatil_2 .de_cont .list {
	margin-top: 15rem;
	overflow: hidden;
	padding: 10px;
}

.p_box .deatil_2 .de_cont .list ul li {
	background-color: #fff;
	box-shadow: 0px 0px 12px rgb(0 0 0 / 12%);
	width: 23.4%;
	margin-right: 2.1%;
	float: left;
}

.p_box .deatil_2 .de_cont .list ul li.swiper-slide-thumb-active {
	border: solid 1px #999;
}

.p_box .deatil_2 .de_cont .list ul li:last-child {
	margin-right: 0px;
}

.p_box .deatil_2 .de_cont .list ul li .photo {
	position: relative;
	display: block;
	padding-top: 68%;
	width: 100%;
	overflow: hidden;
}

.p_box .deatil_2 .de_cont .infor {
	padding: 10px;
	position: relative;
}

.p_box .deatil_2 .de_cont .infor .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #7c7e7f;
	font-size: 87rem;
	font-weight: bold;
	cursor: pointer;
}

.p_box .deatil_2 .de_cont .infor .prev {
	left: -115rem;
}

.p_box .deatil_2 .de_cont .infor .next {
	right: -115rem;
}

.p_box .deatil_2 .de_cont .infor .btn:hover {
	color: var(--linkColor);
}

.p_box .deatil_2 .de_cont .infor .next:before {
	display: block;
	transform: rotate(180deg);
}

.p_box .deatil_2 .de_cont .list ul li .photo img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.p_box .deatil_2 .de_cont .list ul li:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.p_box .chat_box {
	align-items: stretch;
	gap: 88rem;
	padding-top: 100rem;
}

.p_box .chat_box .chat_left {
	flex: 1;
	overflow: hidden;
	justify-content: space-between;
	gap: 30px;
}

.p_box .chat_box .chat_right {
	width: 51.6%;
}

.p_box .chat_box .chat_left .lab .title {
	font-family: "Manrope-Bold";
	font-size: 49rem;
	color: var(--linkColor);
}

.p_box .chat_box .chat_left .lab .desc {
	color: #666;
	margin-top: 10rem;
}

.p_box .chat_box .chat_left .box .item {
	gap: 16rem;
	margin-top: 18rem;
	font-size: 28rem;
}

.p_box .chat_box .chat_left .box .item img {
	width: 32rem;
	height: auto;
}

.p_box .chat_box .chat_left .box .item .blue {
	color: var(--linkColor);
	font-family: "Manrope-Bold";
}

.p_box .chat_box .chat_left .box .item .adr {
	flex: 1;
	overflow: hidden;
	font-size: 20rem;
}

.book3 ul {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 17rem;
}

.book3 ul li {
	width: 48%;
	display: flex;
	align-items: flex-start;

}

.book3 ul li .txt {
	width: 78px;
	line-height: 34px;
}

.book3 ul li.last {
	width: 100%;
}

.book3 ul li .box {
	width: 100%;
	align-items: flex-start !important;
}

.book3 ul li .box .formbit {
	flex: 1;
	overflow: hidden;
	width: 100%;
	line-height: normal;
	border: 0px;
	outline: none;
	height: 34px;
	background-color: #fafafa;
	padding: 0rem 15px;
	border-radius: 2px;
	font-family: "Manrope-Bold";
}

.book3 ul li .box .blue {
	display: inline-block;
	color: var(--linkColor);
	padding-top: 6rem;
	border: 0px;
	outline: none;

}

.book3 ul li .select-ui {
	flex: 1;
}

.book3 ul li .textarea1 {
	height: 187px;
	padding: 10px 15px;
	width: 100%;
	border: 0px;
	outline: none;
	font-family: "Manrope-Bold";
	background-color: #fafafa;
	border-radius: 2px;
	flex: 1;
}

.book3 ul li .select-ui .select .button {
	padding-right: 0px;
	padding-left: 10px;
}

.book3 ul li .select-ui {
	background-color: #fafafa;
}

.book3 ul li .select-ui .select .button img {
	width: 34px;
}

.book3 ul li .textarea1::-webkit-input-placeholder,
.book3 ul li .formbit::-webkit-input-placeholder {
	color: #000;
	opacity: .55;
}

.book3 ul li.no3 {
	gap: 31rem;
	width: 100%;
	padding-top: 30rem;
	padding-left: 68px;
}

.book3 ul li.no3 .sumbit {
	width: 163rem;
	height: 45rem;
	color: #fff;
	background-color: #38393b;
	border-radius: 5px;
	border: 0px;
	cursor: pointer;

}

.book3 ul li.no3 .sumbit.active {
	background-color: var(--linkColor);
}

.book3 ul li.no3 .sumbit:hover {
	opacity: .8;
}

.p_box .chat_box {
	margin-bottom: 152rem;
}

.pro_banner .box .tpleft .tit {
	font-size: 88rem;
	font-family: "Manrope-Bold";
	line-height: 1.1;
}

.pro_banner .box .tpleft .tit .blue {
	color: var(--linkColor);
}

.pro_box {
	background-color: #191919;
	padding-top: 100rem;
	padding-bottom: 148rem;
}

.pro_box .p_top2 {
	margin-bottom: 38rem;
}

.pro_box .p_top2 .tpleft {
	display: inline-block;
	color: var(--bluecolor);
	position: relative;
	font-size: 42rem;
	padding-bottom: 14rem;
}

.pro_box .p_top2 .tpleft:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background-color: var(--bluecolor);
}

.local a {
	color: #999;
}

.local {
	color: #999;
	gap: 5px;
}

.p_list ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 37rem 45rem;
	align-items: stretch;
}

.p_list ul li {
	background-color: #fff;
	text-align: center;
}

.p_list ul li a {
	display: block;
	padding-bottom: 35rem;
}

.p_list ul li:last-child {
	margin-right: 0%;
}

.p_list ul li .photo {
	margin-bottom: 35rem;
	overflow: hidden;
}

.p_list ul li .photo img {
	max-width: 90%;
	max-height: 90%;

	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.p_list ul li:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.p_list ul li .tit {
	font-size: 40rem;
	padding: 0px 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.p_list ul li .more {
	opacity: .8;
	gap: 5px;
	font-size: 17px;
	margin-top: 9rem;
}

.p_list ul li:hover .more {
	color: var(--linkColor);
}

footer .foot_1 .tpright .lab {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.product_banner ul li a .photo {
	margin-top: 10vh;
}

.product_banner ul li a .photo img {
	max-width: 100%;
}

.product_banner {
	height: 100%;
}

.product_banner ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
}

.product_banner ul li a img {
	object-fit: cover;
}

.product_banner .sbtn {
	width: auto !important;
	left: auto;
	flex-direction: column;
	top: 50%;
	transform: translateY(-50%);
	bottom: auto !important;
}

@media (max-width:1450px) {
	.p_box .tab_2 table {
		font-size: 16px;
	}

	header .logo img {
		height: 50px;
		width: auto;
	}

	header .menu ul li .tit {
		font-size: 16px;
	}

	header .langer {
		font-size: 16px;

	}

	header .menu ul {
		gap: 50rem;
	}

	header .menu ul li .submenu .list {
		font-size: 16px;
	}

	body {
		font-size: 14px;
	}

	header .menu ul li .tit,
	header .container {
		height: 90px;
	}

	.part_1 .process_1 {
		font-size: 16px;
	}

	.index_new ul li .title {
		font-size: 16px;
	}

	.index_new ul li {
		font-size: 13px;

	}

	.pro_banner .box .tpleft .more {
		font-size: 13px;
	}

	.pro_list ul li .more {
		font-size: 15px;
	}

	.product_banner ul li a .content .more {
		font-size: 14px
	}

	.hold {
		height: 90px;
	}

	.pro_top .list ul li {
		font-size: 16px;
		cursor: pointer;
	}

	.book3 ul li.no3 .sumbit {
		height: 40px;
		width: 120px;
	}

	.pro_top {
		top: 90px;
	}

}
.pro_top .list ul li{ cursor: pointer;}