/* 英文默认字体 */

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/poppins.woff2')
}

* {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #666;
	font-size: 16px;
}

a,
a:hover {
	text-decoration: none;
	outline: none;
}

i {
	font-style: normal;
}

img {
	border: none;
	max-width: 100%;
	/* display: block; */
}

table {
	border-collapse: collapse;
}

input,
select,
textarea {
	border: none;
	outline: none;
	background: none;
}

textarea {
	resize: none;
	overflow: auto;
}

.layui-inline,
img {
	display: inline-block;
	vertical-align: middle
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.this-1200 {
	margin: 0 auto;
	width: 1200px;
}

.wrap {
	max-width: 1440px;
	min-width: 320px;
	margin: 0 auto;
}

.this-1800 {
	position: relative;
	z-index: 10;
	padding: 0 60px 0 20px;
}

/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	/* border: 1px solid #eee; */
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

#home {
	background: #fff;
}

.phone-footer {
	display: none;
}

/* 头部 */
#header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, .05);
	height: 90px;
}

.hh:hover,
.header-active {
	color: #fff;
	background: rgba(0, 0, 0) !important;
}

.header-main {
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo-box img {
	display: flex;
	align-items: center;
	max-height: 70px;
}

.nav-right {
	display: flex;
}

#nav {
	margin-right: 20px;
}

#nav a {
	color: #fff;
	display: inline-block;
	white-space: nowrap;
}

#nav a:hover {
	color: #980a0b;
}

#nav>ul {
	display: flex;
	align-items: center;
	height: 100%;
}

#nav>ul>li {
	position: relative;
	line-height: 89px;
	padding: 0 28px;
}

#nav li .son {
	display: none;
	position: absolute;
	left: 0;
	width: 300px;
	background: rgba(0, 0, 0) !important;
}

#nav li:hover .son {
	display: block;
}

#nav li .son::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 15px;
	background-color: transparent;
}

#nav li .son>li {
	position: relative;
	padding: 6px 0;
}

#nav li .son li :first-child {
	padding-top: 0;
}

#nav li>.son>li>a {
	width: 100%;
	display: block;
	padding: 0 25px 0 15px;
	font-size: 16px;
	line-height: 1.5;
	box-sizing: border-box;
	white-space: nowrap;
	color: #fff;
	overflow: hidden;
	background-color: #000;
}

#nav li .son a:hover {
	color: #980a0b;
	transform: none;
}

#nav li>.son a i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

#nav li>.son>li>.son {
	display: none;
	position: absolute;
	left: 100%;
	top: -10px;
	padding: 10px 0;
	background-color: rgba(0, 0, 0, .1);
	max-height: 300px;
	width: 300px;
}

#nav li>.son>li>.son li {
	padding: 0;
	padding-top: 8px;
}

#nav li .son .son a:hover {
	color: #980a0b;
	transform: none;
}

#nav li .son a:hover i {
	color: #fff;
}

#nav li>.son>li:hover>.son {
	display: block;
}

#nav li>.son>li:hover>.son>li:hover .son {
	display: block;
}

#nav li:last-child .son {
	left: auto;
	right: 0px;
}

.country {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.country {
	margin: 0;
	padding: 0 30px;
	height: 90px;
	color: #fff;
}

.country .now-country {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.country .now-country i {
	color: #fff;
}

.country-list {
	display: none;
	position: absolute;
	z-index: 999;
	left: -10px;
	top: 100%;
	padding: 10px 10px 0;
	background-color: rgb(0, 0, 0);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
}

.country:hover .country-list {
	display: block;
}

.country-list ul li {
	height: 24px;
	margin-bottom: 10px;
}

.country-list ul li a {
	max-width: 200px;
	display: inline-flex;
	align-items: center;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
}

.country-list ul li a:hover {
	color: #980a0b;
	transform: none;
}

.search-box {
	width: 20px;
	height: 90px;
	display: flex;
	font-size: 16px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	color: #fff;
	z-index: 100;
	/* 提高层级 */
}

.header-search-box {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 600px;
	z-index: 99;
}

.header-search-box .max1920 {
	padding: 10px 0;
}

.header-search-box .wrap {
	display: flex;
}

.wrap {
	max-width: 1440px;
	min-width: 320px;
	margin: 0 auto;
}

.header-search-box .search-main {
	position: relative;
	flex: 1;
	height: 40px;
}

.header-search-box .search-main .input-text {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0 70px 0 30px;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	background: rgba(0, 0, 0, .05);
	color: #fff;
	outline: none;
}

.header-search-box .search-main .search-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #999;
	cursor: pointer;
	border: unset;
	font-size: 16px;
	background-color: rgba(0, 0, 0, .3);
}

/* 添加这部分代码 */
.header-search-box .search-main .input-text::placeholder {
	color: #fff;
	opacity: 1;
	/* 确保颜色不透明 */
}

/* 兼容旧版浏览器 */
.header-search-box .search-main .input-text::-webkit-input-placeholder {
	color: #fff;
}

.header-search-box .search-main .input-text::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.header-search-box .search-main .input-text:-ms-input-placeholder {
	color: #fff;
}

.header-search-box .search-close {
	margin-left: 15px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f4f4;
	cursor: pointer;
}

.header-search-box .search-close .fa-close {
	font-size: 24px;
	color: #515151;
}

.home_one {
	position: relative;
	background: url(../images/bj.jpg) no-repeat top center / 100% auto;
}

.bossgoo-com-item {
	padding-top: 80px;
}

.bossgoo-com-item .first-title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 50px;
	text-align: center;
    color: #666;
}


.bossgoo-index-products19 .maintitle {
	color: #fff;
	font-weight: bold;
}

.prolist {
	display: grid;
	grid-template-columns: repeat(4, minmax(200px, 1fr));
	gap: 55px 60px;
}

.imgbox .innerbox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.linkbox {
	width: 100%;
	background: #fff;
	z-index: 10;
	transition: all .5s;
	position: relative;
	margin-bottom: 72px;
}

.prolist .probox .imgbox .innerbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prolist .probox .imgbox {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.prolist .probox:hover .contact {
	left: 20px;
	opacity: 1;
}

.prolist .probox .contact {
	position: absolute;
	left: -80px;
	top: 50px;
	opacity: 0;
	text-align: center;
	background: #980a0b;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	margin: 10px 0;
	transition: all .6s;
	color: #fff;
	border-radius: 4px;
}

.prolist .probox:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.prolist .probox .name {
	height: 50px;
	line-height: 25px;
	padding: 0 28px;
	font-size: 18px;
	margin-top: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	color: #666;
	-webkit-box-orient: vertical;
}

.prolist .probox .name:hover {
	color: #777;
}

.home_two {
	padding-top: 80px;
	background: #fff;
}

.first-title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 50px;
	text-align: center;
	color: #980a0b;
}

.ship1-box {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.ship1-box-item {
	width: 18%;
	margin-right: 2.5%;
}

.ship1-box-item:nth-child(5n) {
	margin-right: 0;
}

.ship1-box-img {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 100%;
}

.ship1-box-img span {
	display: block;
}

.ship1-box-span a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}

.ship1-box-span img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.ship1-box-img-shade {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .5s;
	background-color: #980a0b;
	position: absolute;
	left: 0;
	top: 0;
}

.ship1-box-img:hover .ship1-box-img-shade {
	opacity: .3;
}

.ship1-box-link {
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 18px;
	font-size: 16px;
	background-color: #f5f5f5;
	opacity: 0;
	transition: all .5s;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
}

.ship1-box-text {
	padding: 15px 0;
}

.ship1-box-text p a {
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	color: #666 !important;
}

.ship1-box-text p a:hover {
	color: #777 !important;
}

.text-hidden1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ship1-box-text-price {
	color: #980a0b;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}

.ship1-box-img:hover .ship1-box-link {
	opacity: 1;
}

.home_three {
	padding: 80px 0;
	background: #fff;
}

.productList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.productsBox {
	position: relative;
	overflow: hidden;
}

.productsBox .imgbox {
	user-select: none;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	border: 1px solid #ddd;
}

.productsBox .imgbox .innerbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.productsBox .imgbox .innerbox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.productsBox .proName {
	height: 48px;
	margin: 10px auto;
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
	line-height: 1.5;
	color: #777 !important;
}

.productsBox .nameBox {
	padding: 20px 10px;
	background: #980a0b;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	z-index: -1;
	transition: all .5s;
	height: 0;
}

.productsBox .nameBox .name {
	/* display: block; */
	color: #fff !important;
	height: 48px;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}

.productsBox .nameBox .more {
	display: block;
	width: 120px;
	height: 32px;
	line-height: 32px;
	background: #f7b401;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

.productsBox:hover .nameBox {
	height: 130px;
	opacity: 1;
	z-index: 1;
}

.text-hidden2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home_four {
	padding-top: 80px;
	background: #fff;
}

.bossgoo-index-case51 {
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
}

.bossgoo-index-case51 .case51-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
}

.bossgoo-index-case51 .case51-le,
.bossgoo-index-case51 .case51-ri {
	width: 50%;
}

.bossgoo-index-case51 .case51-le {
	padding-right: 10px;
	display: flex;
	flex-wrap: wrap;
}

.bossgoo-index-case51 .case51-ri {
	padding-left: 10px;
}

.bossgoo-index-case51 .case51-item1 {
	width: 33.3%;
}

.bossgoo-index-case51 .case51-imgBox {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	background-color: #000;
}

.bossgoo-index-case51 .case51-imgBox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .5s;
}

.bossgoo-index-case51 .case51-img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bossgoo-index-case51 .case51-text {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 10px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.bossgoo-index-case51 .case51-te {
	width: 100%;
	text-align: center;
	color: #fff;
}

.bossgoo-index-case51 .case51-imgBox:hover img {
	transform: scale(1.05);
}

.bossgoo-index-case51 .case51-imgBox:hover .case51-text {
	display: block;
}

.bossgoo-index-case51 .case51-item2 {
	width: 100%;
	height: 100%;
}

.bossgoo-index-case51 .case51-item2 .case51-imgBox {
	padding-bottom: 66.63%;
}

.bossgoo-index-case51 .case51-item2 .case51-imgBox img {
	object-fit: cover;
}


@media only screen and (max-width: 1040px) {
	.bossgoo-index-case51 .case51-box {
		padding-left: .2rem;
		padding-right: .2rem;
	}

	.bossgoo-index-case51 .case51-le,
	.bossgoo-index-case51 .case51-ri {
		width: 100%;
	}

	.bossgoo-index-case51 .case51-le {
		padding-right: 0;
		padding-bottom: .3rem;
	}

	.bossgoo-index-case51 .case51-ri {
		padding-left: 0;
	}

	.bossgoo-index-case51 .case51-text {
		display: block;
	}

	.bossgoo-index-case51 .case51-te {
		-webkit-line-clamp: 1;
		line-clamp: 1;
	}
}

@media only screen and (max-width: 767px) {
	.bossgoo-index-case51 {
		font-size: .28rem;
	}

	.bossgoo-index-case51 .case51-item1 {
		width: 50%;
	}
}

.bossgoo-index-partner59 {
	background-color: #000;
}

.bossgoo-index-partner59 .first-title {
	color: #fff;
	margin-bottom: 0;
	font-weight: normal;
	background: url(../images/titlebg.png) no-repeat center bottom;
	padding-bottom: 25px
}

.bossgoo-index-partner59 .titleDesc {
	color: #fff;
	margin-top: -10px;
	text-align: center;
	font-size: 18px;
}

.bossgoo-index-partner59 .displaySwiper {
	margin-bottom: 30px;
	margin-top: 30px;
	position: static;
}

.bossgoo-index-partner59 .textSwiper .swiper-slide {
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	padding: 0 60px;
}

.bossgoo-index-partner59 .swiper-slide .imgbox {
	width: 100%;
	height: 0;
	padding-bottom: 66.1%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.bossgoo-index-partner59 .swiper-slide .imgbox .innerBox {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bossgoo-index-partner59 .swiper-slide .imgbox .innerBox img {
	width: 100%;
	object-fit: contain;
	transition: all .3s;
}

.bossgoo-index-partner59 .swiper-slide:hover .innerBox img {
	transform: scale(1.2);
}

.bossgoo-index-partner59 .displaySwiperOutBox {
	position: relative;
	padding: 0 60px;
}

.bossgoo-index-partner59 .swiper-button-next {
	background-image: url(../images/arrowRight.png);
}

.bossgoo-index-partner59 .swiper-button-prev {
	background-image: url(../images/arrowLeft.png);
}

@media only screen and (max-width: 1040px) {
	.bossgoo-index-partner59 {
		line-height: 1.4;
	}

	.bossgoo-index-partner59 .textSwiper .swiper-slide {
		font-size: 14px;
		padding: 0 30px;
	}

	.bossgoo-index-partner59 .titleDesc {
		font-size: 16px;
	}
}

.bossgoo-index-factory9 .aboutbar {
	position: relative;
	height: 500px;
}

.bossgoo-index-factory9 .aboutbar .midarea .left {
	float: right;
	width: 50%;
	height: auto;
	padding-left: 40px;
	padding-top: 50px;
	padding-bottom: 60px;
}

.bossgoo-index-factory9 .aboutbar .midarea .left .title {
	font-size: 32px;
	color: #980a0b;
	margin-bottom: 20px;
	/* word-break: break-all; */
}

.bossgoo-index-factory9 .aboutbar .midarea .left .content {
	line-height: 1.5;
	margin-bottom: 20px;
	/* word-break: break-all; */
}

.bossgoo-index-factory9 .aboutbar .midarea .left .content span {
	display: block;
	margin-bottom: 10px;
}

.bossgoo-index-factory9 .aboutbar .midarea .left .swiperbtn {
	display: flex;
}

.bossgoo-index-factory9 .aboutbar .midarea .left .swiperbtn .prev,
.bossgoo-index-factory9 .aboutbar .midarea .left .swiperbtn .next {
	display: block;
	width: 50px;
	height: 40px;
	line-height: 40px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	text-align: center;
	user-select: none;
	cursor: pointer;
}

.bossgoo-index-factory9 .aboutbar .midarea .left .swiperbtn .prev i,
.bossgoo-index-factory9 .aboutbar .midarea .left .swiperbtn .next i {
	font-size: 24px;
}

.bossgoo-index-factory9 .aboutbar .midarea .left .swiperbtn .prev:hover,
.bossgoo-index-factory9 .aboutbar .midarea .left .swiperbtn .next:hover {
	background: #980a0b;
	color: #fff;
}

.bossgoo-index-factory9 .aboutbar .midarea .left .swiperbtn .prev {
	margin-right: 10px;
}

@media only screen and (max-width: 1280px) {
	.bossgoo-index-factory9 .aboutbar .midarea .left {
		padding: 60px 0 0 30px;
	}

	.bossgoo-index-factory9 .aboutbar .midarea .left .title {
		font-size: 24px;
		margin-bottom: 10px;
	}
}

.bossgoo-index-factory9 .aboutbar .videoswiper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 50%;
	width: 50%;
}

.bossgoo-index-factory9 .aboutbar .videoswiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 500px;
}

@media only screen and (max-width: 1040px) {
	.bossgoo-index-factory9 {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}

	.bossgoo-index-factory9 .aboutbar {
		height: auto;
	}

	.bossgoo-index-factory9 .aboutbar .videoswiper {
		position: static;
		width: 100%;
		top: 0;
		right: 0;
		transform: none;
		margin-bottom: 0.6rem;
	}

	.bossgoo-index-factory9 .aboutbar .videoswiper img {
		max-height: 12rem;
	}

	.bossgoo-index-factory9 .aboutbar .midarea .left {
		padding: 0;
		width: 100%;
	}

	.bossgoo-index-factory9 .aboutbar .midarea .left .title {
		line-height: 1.4;
		font-size: 0.6rem;
		margin-bottom: 0.4rem;
	}

	.bossgoo-index-factory9 .aboutbar .midarea .left .content {
		line-height: 1.5;
		margin-bottom: 0.4rem;
	}

	.bossgoo-index-factory9 .aboutbar .midarea .left .content span {
		margin-bottom: 0.1rem;
	}

	.bossgoo-index-factory9 .aboutbar .midarea .left .swiperbtn .prev,
	.bossgoo-index-factory9 .aboutbar .midarea .left .swiperbtn .next {
		width: 1rem;
		height: 0.8rem;
		line-height: 0.8rem;
		box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.2);
		font-size: 0.4rem;
	}

	.bossgoo-index-factory9 .aboutbar .midarea .left .swiperbtn .prev i,
	.bossgoo-index-factory9 .aboutbar .midarea .left .swiperbtn .next i {
		font-size: 0.4rem;
	}

	.bossgoo-index-factory9 .aboutbar .midarea .left .swiperbtn .prev:hover,
	.bossgoo-index-factory9 .aboutbar .midarea .left .swiperbtn .next:hover {
		background: #fff;
		color: #666;
	}

	.bossgoo-index-factory9 .aboutbar .midarea .left .swiperbtn .prev {
		margin-right: 0.2rem;
	}
}

@media only screen and (max-width: 767px) {
	.bossgoo-index-factory9 .aboutbar .videoswiper {
		margin-bottom: 0.3rem;
	}

	.bossgoo-index-factory9 .aboutbar .videoswiper img {
		max-height: 6rem;
	}

	.bossgoo-index-factory9 .aboutbar .midarea .left .title {
		font-size: 0.36rem;
		margin-bottom: 0.2rem;
	}

	.bossgoo-index-factory9 .aboutbar .midarea .left .content {
		margin-bottom: 0.3rem;
	}

	.bossgoo-index-factory9 .aboutbar .midarea .left .swiperbtn .prev,
	.bossgoo-index-factory9 .aboutbar .midarea .left .swiperbtn .next {
		width: 0.8rem;
		height: 0.6rem;
		line-height: 0.6rem;
		box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.2);
		font-size: 0.36rem;
	}

	.bossgoo-index-factory9 .aboutbar .midarea .left .swiperbtn .prev {
		margin-right: 0.2rem;
	}
}

.search-close .icon-close-bold {
	font-size: 24px;
	color: #515151;
}

.logo-box {
	display: flex;
	align-items: center;
	/* max-height: 70px; */
}

.bossgoo-index-certify58 {
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	background-color: #efefef;
	padding-bottom: 80px;
}

.bossgoo-index-certify58 .first-title {
	color: #980a0b;
}

.bossgoo-index-certify58 .cer58-con,
.bossgoo-index-certify58 .cer58-swiper {
	width: 100%;
}

.bossgoo-index-certify58 .cer58-swiper .swiper-slide {
	transform: scale(0.9);
}

.bossgoo-index-certify58 .cer58-swiper .swiper-slide-next {
	transform: scale(1);
}

.bossgoo-index-certify58 .cer58-imgBox {
	width: 100%;
	height: 0;
	padding-bottom: 141.6%;
	position: relative;
}

.bossgoo-index-certify58 .cer58-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bossgoo-index-certify58 .cer58-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media only screen and (max-width: 1040px) {
	.bossgoo-index-certify58 {
		padding-bottom: .6rem;
	}

	.bossgoo-index-certify58 .wrap {
		padding-left: .2rem;
		padding-right: .2rem;
	}
}

@media only screen and (max-width: 480px) {
	.bossgoo-index-certify58 .cer58-swiper .swiper-slide {
		transform: scale(1);
	}
}

.max1920 {
	max-width: 1920px;
	margin: 0 auto;
}

.bossgoo-index-equipment6 {
	width: 100%;
	background-color: #fff;
}

.bossgoo-index-equipment6 .wrap .first-title {
	color: #980a0b;
	font-weight: bold;
}

.bossgoo-index-equipment6 .wrap .equipment6-box {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 100px;
}

.bossgoo-index-equipment6 .wrap .equipment6-box .equipment6-item {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 3%;
}

.bossgoo-index-equipment6 .wrap .equipment6-box .equipment6-item .equipment6-it {
	width: 100%;
	height: 0;
	padding-bottom: 69%;
	position: relative;
}

.bossgoo-index-equipment6 .wrap .equipment6-box .equipment6-item .equipment6-it .equipment6-itImg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bossgoo-index-equipment6 .wrap .equipment6-box .equipment6-item .equipment6-it .equipment6-itImg img {
	width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.bossgoo-index-equipment6 .wrap .equipment6-box .equipment6-item .equipment6-text {
	padding: 10px 10px 0;
	text-align: center;
}

.bossgoo-index-equipment6 .wrap .equipment6-box .equipment6-item .equipment6-text:hover {
	color: #980a0b;
}

.bossgoo-index-equipment6 .wrap .equipment6-box .equipment6-item:nth-child(4n) {
	margin-right: 0;
}

@media only screen and (max-width: 1440px) {
	.bossgoo-index-equipment6 .wrap {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 1040px) {
	.bossgoo-index-equipment6 .wrap .equipment6-box {
		padding-bottom: .6rem;
	}

	.bossgoo-index-equipment6 .wrap .equipment6-box .equipment6-item {
		width: 49%;
		margin-right: 2%;
	}

	.bossgoo-index-equipment6 .wrap .equipment6-box .equipment6-item:nth-child(2n) {
		margin-right: 0;
	}
}


.bossgoo-index-equipment6 .wrap .equipment6-box {
	padding-bottom: 30px;
}

@media only screen and (max-width: 1040px) {
	.bossgoo-index-equipment6 .wrap .equipment6-box {
		padding-bottom: .6rem;
	}
}

.bossgoo-index-video9.bossgoo-com-item {
	padding-top: 0;
}

.bossgoo-index-video9 .cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	transition: all 0.5s;
	z-index: 10000;
}

.bossgoo-index-video9 .videobox {
	box-sizing: border-box;
	display: none;
	width: 80vw;
	height: auto;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100000;
	text-align: center;
	overflow: hidden;
}

.bossgoo-index-video9 .videobox .closebtn {
	color: #666;
	position: absolute;
	font-size: 20px;
	top: 0px;
	right: 10px;
	cursor: pointer;
	transition: all 0.2s;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.bossgoo-index-video9 .videobox video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-height: 80vh;
}

.bossgoo-index-video9 .videobox.show,
.bossgoo-index-video9 .cover.show {
	display: block;
}

.bossgoo-index-video9 .imgbox {
	width: 100%;
	height: auto;
	position: relative;
	cursor: pointer;
}

.bossgoo-index-video9 .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 800px;
}

.bossgoo-index-video9 .imgbox .playicon {
	display: block;
	background: url("../images/playicon.png") no-repeat left center / 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
}

.bossgoo-index-video9 .imgbox .playicon11 {
	display: block;
	background: url("../images/playicon.png") no-repeat left center / 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
}

@media only screen and (max-width: 1040px) {
	.bossgoo-index-video9 .videobox {
		width: 90vw;
	}

	.bossgoo-index-video9 .videobox .closebtn {
		font-size: 0.32rem;
		top: 0.06rem;
		right: 0.12rem;
	}

	.bossgoo-index-video9 .imgbox img {
		max-height: 12rem;
	}

	.bossgoo-index-video9 .imgbox .playicon {
		width: 1rem;
		height: 1rem;
	}
}

@media only screen and (max-width: 767px) {
	.bossgoo-index-video9 .videobox .closebtn {
		font-size: 0.28rem;
	}

	.bossgoo-index-video9 .imgbox .playicon {
		width: 0.8rem;
		height: 0.8rem;
	}

	.bossgoo-index-video9 .imgbox .playicon11 {
		width: 0.8rem;
		height: 0.8rem;
	}
}


.bossgoo-index-video9 .videobox .closebtn {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .8);
	font-size: 24px;
	color: #fff;
	top: 10px;
}

@media only screen and (max-width: 767px) {
	.bossgoo-index-video9 .videobox .closebtn {
		width: .4rem;
		height: .4rem;
		line-height: .4rem;
		font-size: .4rem;
	}
}

.bossgoo-index-staticchoose18 {
	margin-top: 50px;
	z-index: 10;
	background: #fff;
}

.bossgoo-index-staticchoose18 .chooselist {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 60px;
}

.bossgoo-index-staticchoose18 .module-change {
	left: 150px;
}

.bossgoo-index-staticchoose18 .chooselist .choosebox {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}

.bossgoo-index-staticchoose18 .chooselist .choosebox .chooseinner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
    color: #666;
	align-items: center;
	/* justify-content: flex-start; */
	justify-content: center;
	flex-direction: column;
}

.bossgoo-index-staticchoose18 .chooselist .choosebox .chooseinner .iconfont {
	font-size: 64px;
	display: inline-block;
	margin-bottom: 30px;
	color: #980a0b;
}

.bossgoo-index-staticchoose18 .chooselist .choosebox .chooseinner .choosetitle {
	text-align: center;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}

.bossgoo-index-staticchoose18 .chooselist .choosebox:hover .cover {
	opacity: 1;
}

.bossgoo-index-staticchoose18 .chooselist .choosebox .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #980a0b;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	transition: all 0.8s;
}

.bossgoo-index-staticchoose18 .chooselist .choosebox .cover .choosetitle {
	text-align: center;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.bossgoo-index-staticchoose18 .chooselist .choosebox .cover .choosecontent {
	padding: 0 20px;
	color: #fff;
}

@media only screen and (max-width:1040px) {
	.bossgoo-index-staticchoose18 .chooselist .choosebox:hover .cover {
		opacity: 0;
	}

	.bossgoo-index-staticchoose18 .chooselist .choosebox .chooseinner .iconfont {

		margin-bottom: 20px;
	}
}

@media only screen and (max-width:767px) {
	.bossgoo-index-staticchoose18 {
		transform: none;
		position: relative;
		z-index: 10;
		margin-bottom: 0;
		padding: 30px 10px;
	}

	.bossgoo-index-staticchoose18 .chooselist {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.bossgoo-index-staticchoose18 .chooselist .choosebox .chooseinner .iconfont {
		/* font-size: 32px;
	  height: 32px; */
		margin-top: 30px;
	}

	.bossgoo-index-staticchoose18 .chooselist .choosebox .chooseinner .choosetitle {
		font-size: 18px;
	}
}

.bossgoo-index-advantage60 {
	padding: 50px 0;
	background: #980a0b;
	color: #fff;
}

.bossgoo-index-advantage60 ul {
	display: flex;
	align-items: center;
}

.bossgoo-index-advantage60 li {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 0 20px;
}

.bossgoo-index-advantage60 li:after {
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	width: 1px;
	height: 100%;
	background: #fff;
}

.bossgoo-index-advantage60 li:last-child:after {
	display: none;
}

.bossgoo-index-advantage60 .item {
	max-width: 100%;
}

.bossgoo-index-advantage60 .tiny {
	font-size: 12px;
}

.bossgoo-index-advantage60 .num {
	font-size: 60px;
	line-height: 1;
}

.bossgoo-index-advantage60 .num span {
	text-align: left;
	vertical-align: text-top;
	font-size: 26px;
}

.bossgoo-index-advantage60 .des {
	font-size: 24px;
}

@media only screen and (max-width: 1040px) {
	.bossgoo-index-advantage60 {
		padding: .3rem 0;
		background: none;
	}

	.bossgoo-index-advantage60 ul {
		flex-wrap: wrap;
	}

	.bossgoo-index-advantage60 li {
		flex: auto;
		width: 50%;
		border: 1px solid #fff;
		background: #980a0b;
		align-items: flex-start;
		padding: .3rem;
	}

	.bossgoo-index-advantage60 li:after {
		display: none;
	}

	.bossgoo-index-advantage60 .tiny {
		font-size: .28rem;
		margin-bottom: .1rem;
	}

	.bossgoo-index-advantage60 .num {
		font-size: .6rem;
		line-height: 1.2;
	}

	.bossgoo-index-advantage60 .num span {
		font-size: .3rem;
	}

	.bossgoo-index-advantage60 .des {
		font-size: .32rem;
	}
}

.bossgoo-index-exhibition6 {
	width: 100%;
	background-color: #fff;
}

.bossgoo-index-exhibition6 .wrap .first-title {
	color: #980a0b;
	font-weight: bold;
}

.bossgoo-index-exhibition6 .wrap .exhibition6-box {
	display: flex;
	flex-wrap: wrap;
}

.bossgoo-index-exhibition6 .wrap .exhibition6-box .exhibition6-item {
	width: 30%;
	margin-right: 5%;
}

.bossgoo-index-exhibition6 .wrap .exhibition6-box .exhibition6-item .exhibition6-it {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.bossgoo-index-exhibition6 .wrap .exhibition6-box .exhibition6-item .exhibition6-it .exhibition6-itImg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 20px 20px 0 #980a0b;
	background-color: #980a0b;
}

.bossgoo-index-exhibition6 .wrap .exhibition6-box .exhibition6-item .exhibition6-it .exhibition6-itImg img {
	max-height: 100%;
	object-fit: contain;
}

.bossgoo-index-exhibition6 .wrap .exhibition6-box .exhibition6-item:nth-child(3n) {
	margin-right: 0;
}

@media only screen and (max-width: 1440px) {
	.bossgoo-index-exhibition6 .wrap {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}

	.bossgoo-index-exhibition6 .wrap .exhibition6-box .exhibition6-item .exhibition6-it .exhibition6-itImg {
		box-shadow: 10px 10px 0 #980a0b;
	}
}

@media only screen and (max-width: 1040px) {
	.bossgoo-index-exhibition6 .wrap .exhibition6-box .exhibition6-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: .4rem;
	}

	.bossgoo-index-exhibition6 .wrap .exhibition6-box .exhibition6-item .exhibition6-it .exhibition6-itImg {
		box-shadow: none;
		background-color: #fff;
	}

	.bossgoo-index-exhibition6 .wrap .exhibition6-box .exhibition6-item .exhibition6-it .exhibition6-itImg img {
		width: 100%;
	}

	.bossgoo-index-exhibition6 .wrap .exhibition6-box .exhibition6-item:last-child {
		margin-bottom: 0;
	}
}

.bossgoo-index-news65 {
	padding-bottom: 80px;
	background: #fff;
}

.bossgoo-index-news65 .title {
	margin-top: 0;
	margin-bottom: 0;
}

.bossgoo-index-news65 .sub-desc {
	text-align: center;
	margin: .5rem auto .9375rem;
}

.bossgoo-index-news65 .new-group ul {
	list-style: none;
}

.bossgoo-index-news65 .new-group li {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.bossgoo-index-news65 .new-group li:last-child {
	border-bottom: unset;
}

.bossgoo-index-news65 .block {
	display: flex;
	align-items: flex-start;
}

.bossgoo-index-news65 .pic {
	width: 395px;
	flex-shrink: 0;
}

.bossgoo-index-news65 .info-group {
	padding-left: 20px;
	color: #333;
	width: calc(100% - 415px);
}

.bossgoo-index-news65 .date {
	margin-top: 10px;
}

.bossgoo-index-news65 .tit {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.bossgoo-index-news65 .info-desc {
	line-height: 2;

	margin-top: 20px;
	display: none;
}

.bossgoo-index-news65 .info-desc p {
	word-wrap: break-word;
	white-space: pre-line;
	overflow-wrap: break-word;
}

.bossgoo-index-news65 .btn-wrap {
	text-align: right;
	margin-top: 10px;
}



.bossgoo-index-news65 .sub-desc {
	margin-bottom: 2.5rem;
}

.bossgoo-index-news65 .tit:hover,
.bossgoo-index-news65 .btn-wrap span:hover {
	color: #980a0b;
}

.bossgoo-index-news65 .info-desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media(max-width:1440px) {
	.bossgoo-index-news65 .wrap {
		padding: 0 20px;
	}
}

@media(max-width:1040px) {
	.bossgoo-index-news65 .wrap {
		padding: 0;
	}


	.bossgoo-index-news65 .wrap {
		width: 100%;
		max-width: 760px;
	}

	.bossgoo-index-news65 .tit {
		font-size: 20px;
		line-height: 1.5;
	}

	.bossgoo-index-news65 .date {
		font-size: 16px;
	}

	.bossgoo-index-news65 .info-desc {
		-webkit-line-clamp: 2;
		display: -webkit-box;
	}

	.bossgoo-index-news65 .btn-wrap {
		font-size: 16px;
	}

	.bossgoo-index-news65 .pic {
		width: 250px;
	}

	.bossgoo-index-news65 .info-group {
		width: calc(100% - 265px);
	}

	.bossgoo-index-news65 {
		margin-bottom: .6rem;
	}
}

@media(max-width:768px) {
	.bossgoo-index-news65 .pic {
		width: 200px;
	}

	.bossgoo-index-news65 .info-group {
		width: calc(100% - 215px);
	}

	.bossgoo-index-news65 .wrap {
		padding: 0 10px;
	}

	.bossgoo-index-news65 .info-desc {
		display: none;
	}

	.bossgoo-index-news65 .tit {
		font-size: 16px;
	}

	.bossgoo-index-news65 .date {
		font-size: 14px;
	}

	.bossgoo-index-news65 .btn-wrap {
		font-size: 14px;
	}

	.bossgoo-index-news65 .btn-wrap {
		margin-top: 20px;
	}


}

.bossgoo-index-inquiry55 {
	padding: 68px 0 50px;
	/* background: url(../../../images/55/inquiry_bg.jpg?image_process=format,webpt) no-repeat center;
    background-size: cover; */
	color: #fff;
}

.bossgoo-index-inquiry55 a {
	color: #fff;
}

.bossgoo-index-inquiry55 a:hover {
	color: #fff;
}

.bossgoo-index-inquiry55 .wrap {
	display: flex;
}

.bossgoo-index-inquiry55 .inquiry-box {
	width: 50%;
	margin: 0 auto;
	padding-right: 10%;
	z-index: 99;
}

.bossgoo-index-inquiry55 .inquiry-box .btn {
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #980a0b;
	font-size: 20px;
	font-weight: bold;
}

.bossgoo-index-inquiry55 .inquiry-box .btn:hover {
	color: #fff;
}

.bossgoo-index-inquiry55 .other-box {
	width: 50%;
	padding: 0 5%;
	z-index: 99;
}

.bossgoo-index-inquiry55 .other-box .btn {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	border-bottom: 1px solid #fff;
}

.bossgoo-index-inquiry55 .other-box .btn .iconfont {
	margin-left: 20px;
}

.bossgoo-index-inquiry55 .tit {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.bossgoo-index-inquiry55 .text {
	font-size: 18px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1040px) {
	.bossgoo-index-inquiry55 {
		padding: 0;
		background: none;
	}

	.bossgoo-index-inquiry55 .wrap {
		display: block;
	}

	.bossgoo-index-inquiry55 .inquiry-box {
		width: 100%;
		padding: .6rem .2rem;
		/* background: url(../../../images/55/inquiry_bg1.jpg?image_process=format,webpt) no-repeat center;
      background-size: cover; */
	}

	.bossgoo-index-inquiry55 .inquiry-box .btn {
		width: 3.6rem;
		height: .8rem;
		line-height: .8rem;
		font-size: .32rem;
	}

	.bossgoo-index-inquiry55 .tit {
		font-size: .4rem;
		line-height: 1.5;
		margin-bottom: .2rem;
	}

	.bossgoo-index-inquiry55 .text {
		font-size: .3rem;
		line-height: 1.5;
		margin-bottom: .3rem;
	}

	.bossgoo-index-inquiry55 .other-box {
		width: 100%;
		padding: .6rem .2rem;
		/* background: #980a0b; */
	}

	.bossgoo-index-inquiry55 .other-box .btn {
		line-height: .8rem;
		font-size: .32rem;
	}
}

.bossgoo-index-inquiry55 {
	position: relative;
}

.bossgoo-index-inquiry55 .inquiry55-imgBg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.bossgoo-index-contact59 {
	background: #000;
	position: relative;
	background: url(../images/newsBg.jpg) no-repeat center;
	background-size: cover;
}

.bossgoo-index-contact59 .first-title {
	color: #fff;
	margin-bottom: 0;
	font-weight: normal;
	background: url(../images/titlebg.png) no-repeat center bottom;
	padding-bottom: 20px;
}

.bossgoo-index-contact59 img {
	width: 100%;
}

.bossgoo-index-contact59 .titleDesc {
	color: #fff;
	margin-top: -10px;
	text-align: center;
	font-size: 18px;
}

.bossgoo-index-contact59 .email {
	text-align: center;
	font-size: 38px;
	color: #d93133;
}

.bossgoo-index-contact59 .text {
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}

.bossgoo-index-contact59 .relativeBox {
	position: relative;
}

.bossgoo-index-contact59 .relativeBox i {
	position: absolute;
	left: 5px;
	top: 11px;
	color: #ff0808;
}

.bossgoo-index-contact59 .inputBar1 .relativeBox i {
	position: absolute;
	left: 5px;
	top: 17px;
	color: #ff0808;
}

.bossgoo-index-contact59 .floatContactBox {
	width: 1000px;
	max-width: 1440px;
	margin: 0 auto;
	padding: 60px 40px 60px;
	background: rgba(0, 0, 0, 0.86);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bossgoo-index-contact59 .inputBar1 {
	display: grid;
	grid-template-columns: .9fr 1.2fr 1.2fr;
	gap: 11px;
	margin-bottom: 11px;
}

.bossgoo-index-contact59 input[type="text"] {
	background: #f6f6f6;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	color: #666;
	width: 100%;
	padding-right: 20px;
	font-size: 14px;
	border-radius: 3px;
}

.bossgoo-index-contact59 input[type="text"]::-webkit-input-placeholder {
	font-size: 14px;
	color: #666;
}

.bossgoo-index-contact59 textarea {
	background: #f6f6f6;
	border-radius: 3px;
	padding: 10px 20px 10px 15px;
	color: #666;
	width: 100%;
	font-size: 14px;
	font-family: "Aril";
}

.bossgoo-index-contact59 textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: #666;
}

.bossgoo-index-contact59 input[type="button"] {
	width: 210px;
	height: 40px;
	line-height: 40px;
	background: #df191d;
	outline: none;
	border: none;
	border-radius: 6px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 22px;
	cursor: pointer;
	padding: 0;
}

@media only screen and (max-width: 1040px) {
	.bossgoo-index-contact59 {
		line-height: 1.4;
	}

	.bossgoo-index-contact59 .contactBg {
		min-height: 540px;
		object-fit: cover;
	}

	.bossgoo-index-contact59 input[type="text"] {
		height: .72rem;
		line-height: .72rem;
		font-size: .28rem;
	}

	.bossgoo-index-contact59 textarea {
		padding: .1rem .3rem .2rem .28rem;
	}


	.bossgoo-index-contact59 .titleDesc {
		font-size: .28rem;
	}

	.bossgoo-index-contact59 .email {
		font-size: .36rem;
	}

	.bossgoo-index-contact59 .text {
		font-size: .32rem;
		margin-bottom: .3rem;
	}

	.bossgoo-index-contact59 .floatContactBox {
		width: 90%;
		padding: .6rem .4rem .6rem;
	}

	.bossgoo-index-contact59 input[type="button"] {
		width: 180px;
		height: 36px;
		line-height: 36px;
		font-size: 18px;
		margin-top: .16rem;
	}
}

.bossgoo-footer14 {
	width: 100%;
	padding: 50px 0;
	color: #999;
	/* background-color: #24a858; */
	background-color: #980a0b;
	position: relative;
}

.bossgoo-footer14::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.3);
}

.bossgoo-footer14 .wrap {
	box-sizing: border-box;
	position: relative;
	z-index: 12;
}

.bossgoo-footer14 .wrap .footer14-top,
.bossgoo-footer14 .wrap .footer14-bot {
	width: 100%;
}

.bossgoo-footer14 .wrap .footer14-top {
	display: flex;
	padding-bottom: 30px;
}

.bossgoo-footer14 .wrap .footer14-top .footer14-top-item1,
.bossgoo-footer14 .wrap .footer14-top .footer14-top-item2 {
	width: 20%;
	text-align: left;
	padding-right: 15px;
	box-sizing: border-box;
}

.bossgoo-footer14 .wrap .footer14-top .footer14-top-item1 ul li,
.bossgoo-footer14 .wrap .footer14-top .footer14-top-item2 ul li {
	padding-bottom: 10px;
	font-size: 14px;
	display: flex;
	color: #fff;
}

.bossgoo-footer14 .wrap .footer14-top .footer14-top-item1 ul li i,
.bossgoo-footer14 .wrap .footer14-top .footer14-top-item2 ul li i {
	font-size: 16px;
	margin-right: 8px;
	color: #fff;
	opacity: .6;
}

.bossgoo-footer14 .wrap .footer14-top .footer14-top-item1 ul li a,
.bossgoo-footer14 .wrap .footer14-top .footer14-top-item2 ul li a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	line-height: 23px;
}

.bossgoo-footer14 .wrap .footer14-top .footer14-top-item1 ul li.footer14-top-itemTi,
.bossgoo-footer14 .wrap .footer14-top .footer14-top-item2 ul li.footer14-top-itemTi {
	padding-bottom: 20px;
}

.bossgoo-footer14 .wrap .footer14-top .footer14-top-item1 ul li.footer14-top-itemTi a,
.bossgoo-footer14 .wrap .footer14-top .footer14-top-item2 ul li.footer14-top-itemTi a {
	font-size: 16px;
	color: #fff;
	display: block;
}

.bossgoo-footer14 .wrap .footer14-top .footer14-top-item2 {
	width: 30%;
}

.bossgoo-footer14 .wrap .footer14-top .footer14-top-item2 ul li i {
	font-size: 16px;
}

.bossgoo-footer14 .wrap .footer14-top .footer14-top-item3 {
	width: 30%;
	text-align: left;
	box-sizing: border-box;
}

.bossgoo-footer14 .wrap .footer14-top .footer14-top-item3 ul li {
	width: 100%;
	padding-bottom: 10px;
	font-size: 14px;
	display: flex;
}

.bossgoo-footer14 .wrap .footer14-top .footer14-top-item3 ul li i {
	font-size: 16px;
	margin-right: 8px;
}

.bossgoo-footer14 .wrap .footer14-top .footer14-top-item3 ul li a {
	font-size: 14px;
	color: #999;
	display: inline-block;
}

.bossgoo-footer14 .wrap .footer14-top .footer14-top-item3 ul li form {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
}

.bossgoo-footer14 .wrap .footer14-top .footer14-top-item3 ul li form .footer14-top-itemIn {
	/* width: calc(100% - 100px); */
	width: 68%;
	color: #fff;
	line-height: 40px;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 0 10px;
}

/* 新增：设置占位文字颜色为红色 */
.bossgoo-footer14 .wrap .footer14-top .footer14-top-item3 ul li form .footer14-top-itemIn::placeholder {
	color: #fff;
	/* 占位文字为红色 */
	opacity: 1;
	/* 确保颜色完全显示，部分浏览器默认透明度低 */
}

.bossgoo-footer14 .wrap .footer14-top .footer14-top-item3 ul li form .footer14-top-send {
	/* width: 80px; */
	width: 30%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	/* background-color: #65dc94; */
	background-color: #980a0b;
	border: none;
}

.bossgoo-footer14 .wrap .footer14-top .footer14-top-item3 ul li.footer14-top-itemTi {
	padding-bottom: 20px;
}

.bossgoo-footer14 .wrap .footer14-top .footer14-top-item3 ul li.footer14-top-itemTi a {
	font-size: 16px;
	color: #fff;
	display: block;
}

.bossgoo-footer14 .wrap .footer14-bot {
	color: #fff;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

.bossgoo-footer14 .wrap .footer14-bot ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.bossgoo-footer14 .wrap .footer14-bot ul li {
	margin-bottom: 10px;
	line-height: 1;
	padding: 0 15px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
}

.bossgoo-footer14 .wrap .footer14-bot ul li a {
	color: #fff;
	font-size: 14px;
}

.bossgoo-footer14 .wrap .footer14-bot ul li:last-child {
	border-right: none;
}

.bossgoo-footer14 .wrap .footer14-bot .footer14-bot-copy p {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
}

.bossgoo-footer14 .wrap .footer14-bot .footer14-bot-copy p img {
	display: inline-block;
	margin-left: 10px;
}

.bossgoo-footer14 .wrap .footer14-bot .footer14-bot-copy p,
.bossgoo-footer14 .wrap .footer14-bot .footer14-bot-copy p a {
	font-size: 14px;
	color: #fff;
}

.bossgoo-footer14 .wrap .footer14-bot .footer14-bot-text {
	font-size: 14px;
	padding-top: 20px;
	text-align: center;
}

.bossgoo-footer14 .wrap .footer14-bot .footer14-bot-text h1 {
	font-size: 14px;
	font-weight: initial;
}

@media only screen and (max-width: 1440px) {
	.bossgoo-footer14 .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 1040px) {
	.bossgoo-footer14 {
		padding-top: .4rem;
		padding-bottom: 1.5rem;
	}

	.bossgoo-footer14 .wrap .footer14-top {
		padding-bottom: 0;
	}

	.bossgoo-footer14 .wrap .footer14-top .footer14-top-item1 {
		width: 100%;
	}

	.bossgoo-footer14 .wrap .footer14-top .footer14-top-item1 ul li {
		display: inline-block;
		padding: 0 .2rem .4rem .2rem;
		max-width: 20%;
	}

	.bossgoo-footer14 .wrap .footer14-top .footer14-top-item1 ul li a {
		width: 100%;
	}

	.bossgoo-footer14 .wrap .footer14-bot .footer14-bot-copy p {
		text-align: center;
		line-height: 1.5;
		display: block;
	}

	.bossgoo-footer14 .wrap .phone-footer {
		position: fixed;
		z-index: 999;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1.4rem;
		background: #fff;
		box-shadow: 0 0.06rem 0.32rem rgba(0, 0, 0, 0.25);
	}

	.bossgoo-footer14 .wrap .phone-footer ul {
		width: 100%;
		display: flex;
	}

	.bossgoo-footer14 .wrap .phone-footer ul li {
		flex: 1;
		padding-top: .2rem;
		text-align: center;
	}

	.bossgoo-footer14 .wrap .phone-footer ul li a {
		font-family: var(--fontRegular);
		font-size: .3rem;
		color: #555;
	}

	.bossgoo-footer14 .wrap .phone-footer ul li a i {
		display: block;
		font-size: .42rem;
		margin-bottom: .1rem;
	}

	.bossgoo-footer14 .wrap .phone-footer ul li a span {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.bossgoo-footer14 .wrap .footer14-top .footer14-top-item1 ul li {
		max-width: 31%;
		padding: 0 .1rem .2rem .1rem;
	}

	.bossgoo-footer14 .wrap .footer14-top .footer14-top-item1 ul li.footer14-top-itemTi {
		padding-bottom: .2rem;
	}

	.bossgoo-footer14 .wrap .footer14-bot {
		padding-top: .4rem;
	}
}

/* 备案号添加 */
.bossgoo-footer14 .wrap .copyright {
	width: 100%;
	text-align: center;
	padding-top: 10px;

}

.bossgoo-footer14 .wrap .copyright p {
	color: #fff !important;
}

.bossgoo-footer14 .wrap .footer14-top .footer14-top-item3 ul .footer14-top-itemLink a {
	color: #fff;
	font-size: 14px;
	margin-right: 6px;
}

@media only screen and (max-width:1480px) {
	.wrap {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media only screen and (max-width:1040px) {
	html {
		font-size: 50px;
		-webkit-tap-highlight-color: transparent;
		-webkit-overflow-scrolling: auto;
	}

	body {
		font-size: .36rem;
		overflow-x: hidden;
	}

	.pc {
		display: none;
	}

	.phone {
		display: block;
	}

	.wrap {
		padding: 0;
	}

	.wrap {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.bossgoo-com-item {
		padding-top: .6rem;
	}

	.bossgoo-com-item .first-title {
		font-size: .6rem;
		margin-bottom: .3rem;
	}
}

@media only screen and (max-width:767px) {
	body {
		font-size: .28rem;
	}

	.bossgoo-com-item {
		padding-top: .6rem;
	}

	.bossgoo-com-item .first-title {
		font-size: .44rem;
		margin-bottom: .3rem;
	}
}


/*==========以下部分是Validform必须的===========*/

.Validform_checktip {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #999;
	font-size: 12px;
}

.Validform_right {
	color: #71b83d;
}

.Validform_wrong {
	color: red;
	white-space: nowrap;
}

.Validform_loading {
	padding-left: 20px;
	background: url(../images/onLoad.gif) no-repeat left center;
}

.Validform_error {
	background-color: #ffe7e7;
}

#Validform_msg {
	color: #7d8289;
	font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
	width: 280px;
	-webkit-box-shadow: 2px 2px 3px #aaa;
	-moz-box-shadow: 2px 2px 3px #aaa;
	background: #fff;
	position: absolute;
	top: 0px;
	right: 50px;
	z-index: 99999;
	display: none;
	filter: progid: DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}

#Validform_msg .iframe {
	position: absolute;
	left: 0px;
	top: -1px;
	z-index: -1;
}

#Validform_msg .Validform_title {
	line-height: 25px;
	height: 25px;
	text-align: left;
	font-weight: bold;
	padding: 0 8px;
	color: #fff;
	position: relative;
	background-color: #000;
}

#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited {
	line-height: 22px;
	position: absolute;
	right: 8px;
	top: 0px;
	color: #fff;
	text-decoration: none;
}

#Validform_msg a.Validform_close:hover {
	color: #cc0;
}

#Validform_msg .Validform_info {
	padding: 8px;
	border: 1px solid #000;
	border-top: none;
	text-align: left;
}

/* 右侧悬浮 */
@font-face {
	font-family: "iconfont";
	/* Project id 2571504 */
	src: url('//at.alicdn.com/t/font_2571504_ybblmm1nmtl.woff2?t=1627269027170') format('woff2'),
		url('//at.alicdn.com/t/font_2571504_ybblmm1nmtl.woff?t=1627269027170') format('woff'),
		url('//at.alicdn.com/t/font_2571504_ybblmm1nmtl.ttf?t=1627269027170') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
	content: "\f015";
}

.icon-arrow-right:before {
	content: "\f016";
}

.icon-email:before {
	content: "\f017";
}

.icon-tixingtishi-:before {
	content: "\f018";
}

.icon-search:before {
	content: "\f019";
}

.icon-a-home1:before {
	content: "\f020";
}

.icon-cart-Empty:before {
	content: "\f021";
}

.icon-skype1:before {
	content: "\f022";
}

.icon-jiaoseguanli:before {
	content: "\f001";
}

.icon-gouwuche1-copy:before {
	content: "\f002";
}

.icon-denglu-2:before {
	content: "\f003";
}

.icon-gouwuche:before {
	content: "\f004";
}

.icon-linkedin:before {
	content: "\f005";
}

.icon-skype:before {
	content: "\f006";
}

.icon-Facebook:before {
	content: "\f007";
}

.icon-youxiang:before {
	content: "\f008";
}

.icon-jiantou:before {
	content: "\f009";
}

.icon-youtube:before {
	content: "\f010";
}

.icon-whats-app:before {
	content: "\f011";
}

.icon-entypopinterest:before {
	content: "\f012";
}

.icon-ins:before {
	content: "\f013";
}

.icon-twitter:before {
	content: "\f014";
}

.float-media-list li {
	display: inline-block;
	zoom: 1;
	text-align: center;
}

.float-media-list {
	padding-left: 0;
}

#right {
	background-image: url(images/background01.png);
	background-repeat: no-repeat;
	background-color: white;
	background-position-x: 5%;
	background-size: 30% 100%;
}

.float_box.hold-close {
	width: 40px;
	overflow: unset;
}

.float_box {
	z-index: 100;
	width: 185px;
	padding: 5px;
	overflow: hidden;
	position: fixed;
	top: 50%;
	margin-top: -280px;
	right: 3px;
	background: #FFF;
	font-size: 12px;
}

.mousein>span>a {
	font-family: auto;
	width: unset;
	color: #ffffff;
}

#right {
	background: linear-gradient(to right, #5b7492 50%, #5b7492 50%);
	background-repeat: no-repeat;
	background-color: white;
	background-position-x: 5%;
	display: inline-block;
	float: right;
	right: 0;
	height: 100%;
	width: 3px;
	position: fixed;
	z-index: 10000000;
}

.float-media-list a {
	background: unset;
}

.floatright {
	border: unset !important;
	box-shadow: unset !important;
	top: 50%;
	margin-top: -280px;
	right: 3px;
	height: 550px;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1040px) {
	.floatright {
		display: none;
	}
}

.top_bar .top_r .list_link .link_list {
	font-size: 14px;
}

.top_bar .top_r .list_link a {
	font-size: 14px;
}

.top_bar .top_r .list_link.hover .link_list {
	font-size: 14px;
}

.user_box_pc .border-triangle-bottom {
	position: absolute;
	top: 44px;
	left: -30PX;
	z-index: 999;
}

.top_bar .top_r .list_link a.link_list {
	padding: 0px 10px 0px 10px;
}

.icon-accountsetting:before {
	display: inline-block;
	overflow: hidden;
}

.icon-cart:before {
	display: inline-block;
	overflow: hidden;
}

.fold_title {
	font-family: "Arial";
}

.fold_click_title {
	font-family: "Arial";
}

.float_top span {
	font-family: "Arial";
}

.float_bottom span {
	font-family: "Arial";
}

.menu ul::after {
	display: block;
	content: '';
	clear: both;
}

.float-media-list li a {
	text-decoration: none !important;
}

.righticon {
	color: #ffffff;
	background-color: #5b7492;
	font-size: 20px;
	margin-left: 1px;
	display: unset !important;
}

.float-media-list li {
	position: relative;
	width: 36px;
	height: 36px;
	background-color: #5b7492;
	line-height: 38px;
	margin: 1px 0;
}

.floatright.hold-close {
	width: 40px;
	background-color: unset;
}

.floatright.hold-close .float_bottom a {
	color: #f3f3f3;
	padding: unset;
	height: 36px;
	background-color: #5b7492;
	line-height: 36px;
	margin: 1px 0;
	display: inline-block;
	width: 36px;
}

.floatright.hold-close .float_bottom {
	margin-bottom: 39px;
}

.mousein>span,
.mouseinone>span {
	display: inline-block;
	width: 110px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 95%;
	z-index: -1;
	padding-left: 10px;
	color: #ffffff;
	text-align: left;
}

.backgroundr {
	background-color: #2f73c6 !important;
}

.mousein {
	width: 36px;
	height: 36px;
}

@media screen and (max-width: 1080px) {
	#right {
		display: none;
	}
}

@-webkit-keyframes move_right {
	from {
		opacity: 0;
		-webkit-transform: translateX(-130px);
		transform: translateX(-130px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes move_right {
	from {
		opacity: 0;
		-webkit-transform: translateX(-130px);
		transform: translateX(-130px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes move_right1 {
	from {
		opacity: 0;
		-webkit-transform: translateX(-150px);
		transform: translateX(-150px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes move_right1 {
	from {
		opacity: 0;
		-webkit-transform: translateX(-150px);
		transform: translateX(-150px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes move_left {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0px);
		transform: translateX(-140px);
	}
}

@keyframes move_left {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0px);
		transform: translateX(-140px);
	}
}

@-webkit-keyframes move_left1 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0px);
		transform: translateX(-150px);
	}
}

@keyframes move_left1 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0px);
		transform: translateX(-150px);
	}
}

/* 动画绑定 */
.move_right {
	-webkit-animation-name: move_right;
	animation-name: move_right;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.move_left {
	-webkit-animation-name: move_left;
	animation-name: move_left;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.move_right1 {
	-webkit-animation-name: move_right1;
	animation-name: move_right1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.move_left1 {
	-webkit-animation-name: move_left1;
	animation-name: move_left1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.bossgoo-header-nav8 {
	/* background: rgba(0, 0, 0, 1) !important; */
}

#main {
	margin-top: 90px;
}

.videoBox video {
	max-width: 100%;
	max-height: 80vh;
}

.video-close {
	position: absolute;
	top: -40px;
	right: 0;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.6);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	text-align: center;
	line-height: 36px;
	font-family: Arial, sans-serif;
}

.video-close:hover {
	background: rgba(255, 0, 0, 0.8);
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9998;
}

.bossgoo-breadbrumb1 {
	font-family: var(--fontBarlowmedium);
	background: #f8f8f8;
}

.bossgoo-breadbrumb1 .wrap {
	padding: 24px 0;
	color: #999;
}

.bossgoo-breadbrumb1 i {
	margin: 0 10px;
}

.bossgoo-breadbrumb1 a {
	color: #999;
}



@media only screen and (max-width:1440px) {
	.bossgoo-breadbrumb1 .wrap {
		padding: 24px 24px;
		color: #999;
	}
}

.baidi {
	background-color: #fff;
}

#left-inquiry1 .inquiryBox {
	padding-bottom: 20px;
	margin-top: 0;
}

#left-inquiry1 .inquiryBox .inquiryTitle {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 2px solid #980a0b;
	padding: 10px 0;
}

#left-inquiry1 .inquiryBox form {
	margin-top: 20px;
}

#left-inquiry1 .inquiryBox form div {
	position: relative;
}

#left-inquiry1 .inquiryBox form .iconfont {
	position: absolute;
	left: 20px;
	top: 12px;
	color: #666;
}

#left-inquiry1 .inquiryBox form input[type="text"] {
	padding: 0 0 0 30px;
	height: 48px;
	line-height: 48px;
	background: #fff;
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
	border: 1px solid #dbdbdb;
}

#left-inquiry1 .inquiryBox form input[type="text"]::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}

#left-inquiry1 .inquiryBox form textarea {
	padding: 0 0 0 30px;
	background: #fff;
	height: 160px;
	width: 100%;
	padding-top: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
	border: 1px solid #dbdbdb;
	font-family: Arial, Helvetica, sans-serif;
}

#left-inquiry1 .inquiryBox form textarea::-webkit-input-placeholder {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 14px;
}

#left-inquiry1 .inquiryBox form input[type="button"] {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #980a0b;
	border-radius: 4px;
	font-size: 20px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (max-width: 1040px) {
	#left-inquiry1 .inquiryBox {
		margin-top: 0.8rem;
	}

	#left-inquiry1 .inquiryBox form {
		padding: 0.2rem 0;
		margin: 0;
		box-shadow: none;
	}

	#left-inquiry1 .inquiryBox form textarea {
		margin-bottom: 0.3rem;
	}

	#left-inquiry1 .inquiryBox .inquiryTitle {
		font-size: 0.44rem;
		color: #333;
		font-weight: bold;
		padding-bottom: 0.4rem;
	}

	#left-inquiry1 .inquiryBox form input[type="submit"] {
		width: 100%;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.32rem;
	}
}

#left-inquiry1 {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.title-box {
	color: #333;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
}

.title-box .tit {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-size: 24px;
	background: #ededed;
}

.bossgoo-productsB11 .pro11-crumbs {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #d9d9d9;
}

.bossgoo-productsB11 .pro11-crumbs .wrap {
	display: flex;
}

.bossgoo-productsB11 .pro11-crumbsLe,
.bossgoo-productsB11 .pro11-crumbsRi {
	width: 50%;
}

.bossgoo-productsB11 .pro11-crumbsLe {
	padding-right: 15px;
}

.bossgoo-productsB11 .pro11-cruBox {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.bossgoo-productsB11 .pro11-crumbsRi .bossgoo-breadbrumb1 {
	background-color: transparent;
}

.bossgoo-productsB11 .bossgoo-breadbrumb1 .wrap {
	padding: 0;
	justify-content: flex-end;
}

.bossgoo-productsB11 .bossgoo-breadbrumb1 .brumbIcon10 {
	color: #980a0b;
	margin-right: 8px;
}

#main .products-view {
	width: 100%;
}

#main .products-view .title .img .video {
	position: relative;
}

#main .products-view .title .img .video i {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 60px;
	padding: 1px;
	z-index: 3;
	cursor: pointer;
	color: #666;
}

#main .products-view>.title .img .list li {
	width: calc(20% - 8px);
	margin-right: 0.52vw;
	margin-top: 0.52vw;
	float: left;
}


#main .products-view>.title .img .list a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

#main .products-view>.title>p {
	text-align: center;
	font-size: 1.3vw;
	margin: 0.833vw 0;
	font-family: 'MontserratB';
}

#main .products-view .details {
	padding-top: 40px;
	/* 1px */
}

#main .products-view .details p {
	line-height: 1.5vw;
	font-size: 0.8vw;
	margin: 0;
}

#main .products-view>.title {
	display: flex;
	padding: 30px;
	flex-wrap: wrap;
	border: 1px solid #e5e5e5;
}

#main .products-view>.title .img {
	width: 440px;
}

#main .products-view .title .img .pic {
	display: block;
	width: 100%;
	padding-top: 100%;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

#main .products-view>.title .img .list li:nth-of-type(5n) {
	margin-right: 0;
}

#main .products-view .larRi {
	width: calc(100% - 440px);
	padding-left: 40px;
	padding-top: 20px;
}


.bossgoo-productsB11 .pro11-desc {
	width: 100%;
}

.bossgoo-productsB11 .pro11-descCon {
	width: 100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border: 1px solid #ededed;
	overflow: hidden;
}

.bossgoo-productsB11 .pro11-description {
	padding: 20px 25px;
	background-color: #ededed;
	color: #333;
}

.bossgoo-productsB11 .pro11-description span {
	display: inline-block;
	padding-bottom: 4px;
	position: relative;
	color: #980a0b;
	font-size: 20px;
	font-weight: bold;
}

.bossgoo-productsB11 .pro11-description span:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #980a0b;
	position: absolute;
	left: 0;
	bottom: 0;
}

.bossgoo-productsB11 .pro11-descBox {
	width: 100%;
	padding: 40px 25px;
}

.bossgoo-productsB11 .pro11-padding1 {
	padding-top: 40px;
}

.bossgoo-productsB11 .pro11-title {
	font-size: 24px;
	color: #333;
	line-height: 1.1;
}


.bossgoo-productsB11 .moneyList {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 20px;
}

.bossgoo-productsB11 .moneyList li {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 20px;
	position: relative;
}

.bossgoo-productsB11 .moneyList li::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: #cbd0dc;
	position: absolute;
	top: 12%;
	right: 0;
}

.bossgoo-productsB11 .moneyList li:nth-child(2n-1) {
	padding-left: 0;
}

.bossgoo-productsB11 .moneyList li:nth-child(2n)::before {
	display: none;
}

.bossgoo-productsB11 .moneyList .money {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #c91a1a;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bossgoo-productsB11 .moneyList .num {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.bossgoo-productsB11 .moneyList2 {
	width: 100%;
	padding-top: 20px;
}

.bossgoo-productsB11 .moneyList2 .s_price_style {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.bossgoo-productsB11 .moneyList2 .money {
	font-size: 22px;
	color: #c91a1a;
	font-weight: bold;
}

.bossgoo-productsB11 .moneyList2 span {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	margin-left: 8px;
}

.bossgoo-productsB11 .parameter {
	width: 100%;
	padding-top: 20px;
}


.bossgoo-productsB11 .parameter table {
	width: 100%;
	table-layout: fixed;
}

.bossgoo-productsB11 .parameter tbody {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.bossgoo-productsB11 .parameter tr {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
	width: 100%;
}

.bossgoo-productsB11 .parameter td:nth-child(1) {
	width: 150px;
	color: #989898;
	flex-shrink: 0;
}

.bossgoo-productsB11 .parameter .tagBox {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.bossgoo-productsB11 .parameter .tag {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	/* max-width: 90px; */
	max-width: initial;
	min-height: 30px;
	max-height: 40px;
	background-color: #eee;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	margin-right: 8px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.bossgoo-productsB11 .parameter .tag img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-width: 90px;
	max-height: 40px;
}

.bossgoo-productsB11 .parameter .tag.active {
	border-radius: 4px;
	border: solid 2px #980a0b;
	box-sizing: border-box;
}

.bossgoo-productsB11 .parameter tr.pro7-noprice .pro7-noprice-con {
	width: 220px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	color: #000;
}

.bossgoo-productsB11 .detail_infos p {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
}

.bossgoo-productsB11 .detail_infos .attr_content {
	min-width: 0;
	flex: 1;
	padding-right: 20px;
	color: #999;
	padding-left: 5px;
	box-sizing: border-box;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.bossgoo-productsB11 .pro7-share {
	width: 100%;
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.bossgoo-productsB11 .pro7-shareRi {
	width: calc(100% - 100px);
	display: flex;
	align-items: center;
}

.bossgoo-productsB11 .pro7-shareLe {
	width: 80px;
	color: #989898;
}

@media only screen and (max-width: 1440px) {
	.bossgoo-productsB11 .pro11-crumbs {
		padding-left: 20px;
		padding-right: 20px;
	}

	.bossgoo-productsB11 .pro11-crumbsLe {
		display: none;
	}

	.bossgoo-productsB11 .pro11-crumbsRi {
		width: 100%;
		padding-left: 0;
	}

	.bossgoo-productsB11 .bossgoo-breadbrumb1 .wrap {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.bossgoo-productsB11 .pro11-content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.bossgoo-productsB11 .pro11-con-left {
		width: 330px;
		padding-right: 30px;
	}

	.bossgoo-productsB11 .pro11-con-right {
		width: calc(100% - 330px);
	}

	.videoBox8 .wrap {
		/* width: 100%; */
		width: 60vw;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 1360px) {
	.products-view .img {
		width: 100% !important;
	}

	.products-view .larRi {
		width: 100% !important;
		padding-left: 0;
	}

	.bossgoo-productsB11 .detail_infos p {
		width: 49%;
	}

	.bossgoo-productsB11 .detail_infos p:nth-child(3n) {
		margin-right: 2%;
	}

	.bossgoo-productsB11 .detail_infos p:nth-child(2n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 1040px) {
	.downdialog {
		box-sizing: border-box;
		padding: 3vw 4vw;
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 60vw;
		height: 60vw;
		z-index: 100000;
		background: #FFFFFF;
		margin: auto;
		box-sizing: border-box;
		font-size: 0.28rem;
		display: none;
	}

	.downdialog p {
		text-align: center;
		font-size: 0.48rem;
		margin-bottom: 0.64rem;
	}

	.downdialog .inputBox {
		padding-bottom: 0.4rem;
	}

	.downdialog input[type="text"],
	.downdialog input[type="password"] {
		height: 1rem;
		line-height: 1rem;
		border: 0.01rem solid #e6e6e6;
		background-color: #fff;
		border-radius: 0.04rem;
		display: block;
		width: 100%;
		padding-left: 0.2rem;
		width: 100%;
		font-size: 0.36rem;
	}

	.downdialog input[type="button"] {
		text-align: center;
		background-color: black;
		color: white;
		height: 1rem;
		width: 18vw;
		border-radius: 0.05rem;
		margin-right: 0.4rem;
		cursor: pointer;
		margin-top: 0.4rem;
	}

	.downdialog .public,
	.downdialog .private {
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.downdialog .btnArea {
		display: flex;
		justify-content: flex-start;
	}

	.downdialog form {
		width: 100%;
	}

	.downdialog form a {
		background-color: #980a0b;
		display: block;
		color: white;
		height: 1rem;
		line-height: 1rem;
		width: 30vw;
		border-radius: 0.1rem;
		text-align: center;
		font-size: 0.36rem;
		margin-top: 0.4rem;
	}

	.bossgoo-productsB11 .pro11-crumbs {
		padding-left: .2rem;
		padding-right: .2rem;
	}

	.bossgoo-productsB11 .pro11-padding1 {
		padding-top: .6rem;
	}

	.bossgoo-productsB11 .pro11-tactBox {
		padding-top: .3rem;
	}

	.bossgoo-productsB11 .pro11-content {
		padding: .6rem .2rem;
	}

	.bossgoo-productsB11 .pro11-con-left {
		display: none;
	}

	.bossgoo-productsB11 .pro11-con-right {
		width: 100%;
	}

	.bossgoo-productsB11 .large {
		padding: .4rem;
	}

	.bossgoo-productsB11 .pro11-descBox {
		padding: .6rem .4rem;
	}

	.bossgoo-productsB11 .pro11-descTitle {
		padding-top: .4rem;
	}

	.bossgoo-productsB11 .pro11-descText {
		padding-top: .3rem;
	}

	.bossgoo-productsB11 .pro11-desc-text table {
		max-width: 100% !important;
	}

	.bossgoo-productsB11 .pro11-form2 {
		padding: .6rem .4rem;
	}

	.videoBox8 .wrap {
		width: 80vw;
		top: 50%;
		padding-left: .2rem;
		padding-right: .2rem;
	}
}

@media only screen and (max-width: 1200px) {
	#nav>ul>li {
		padding: 0 10px;
	}

	.search-box {
		width: 120px;
	}
}

.bossgoo-breadbrumb1 .wrap {
	padding: 24px 0;
	color: #999;
}

.bossgoo-breadbrumb1 {
	background: #f8f8f8;
}

.bossgoo-breadbrumb1 .wrap {
	padding: 24px 0;
	color: #999;
}

.bossgoo-breadbrumb1 i {
	margin: 0 10px;
}

.bossgoo-breadbrumb1 a {
	color: #999;
}

@media only screen and (max-width:1440px) {
	.bossgoo-breadbrumb1 .wrap {
		padding: 24px 24px;
		color: #999;
	}
}

.bossgoo-breadbrumb1 {
	font-family: var(--fontBarlowmedium);
	background: #f8f8f8;
}

.bossgoo-breadbrumb1 .wrap {
	padding: 24px 0;
	color: #999;
}

.bossgoo-breadbrumb1 i {
	margin: 0 10px;
}

.bossgoo-breadbrumb1 a {
	color: #999;
}

@media only screen and (max-width:1440px) {
	.bossgoo-breadbrumb1 .wrap {
		padding: 24px 24px;
		color: #999;
	}
}

.details3_left .contents_detail li {
	margin-bottom: 1.5rem;
	line-height: 1.8;
}

.details3_left .contents_detail p {
	margin-bottom: 1.5rem;
	line-height: 1.8;
}

.details3_wrap {
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
}

.bossgoo-news-details3 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 60px;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.5;
}

.bossgoo-news-details3 .details3_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.bossgoo-news-details3 .details3_left {
	width: calc(100% - 330px);
}

.bossgoo-news-details3 .details3_right {
	width: 330px;
	padding-left: 30px;
	box-sizing: border-box;
}

.bossgoo-news-details3 .details3_content {
	width: 100%;
	padding: 50px 45px;
	box-sizing: border-box;
	background-color: #f3f3f3;
}

.bossgoo-news-details3 .details3_title {
	line-height: 1.2;
	font-size: 30px;
	color: #000;
	font-weight: bold;
}

.bossgoo-news-details3 .details3_date {
	margin-top: 42px;
	margin-bottom: 50px;
	font-size: 14px;
}

.bossgoo-news-details3 .details3_con {
	width: 100%;
	color: #666;
}

.bossgoo-news-details3 .details3_con li {
	list-style: disc;
}

.bossgoo-news-details3 .details3_con img {
	display: inline-block;
}

.bossgoo-news-details3 .details3_text1 {
	font-size: 18px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bossgoo-news-details3 .details3_conImg1 {
	width: 100%;
	margin-top: 50px;
}

.bossgoo-news-details3 .details3_score {
	width: 100%;
	padding-top: 25px;
	display: flex;
	align-items: center;
	color: #999;
}

.bossgoo-news-details3 .details3_scoreBox {
	margin-left: 8px;
}

.bossgoo-news-details3 .details3_switch {
	width: 100%;
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.bossgoo-news-details3 .leftbtn a {
	width: 120px;
	line-height: 40px;
	text-align: center;
	background-color: #999;

	opacity: 0.5;
	display: inline-block;
}

.leftbtn a {
	color: #fff;
}

.bossgoo-news-details3 .leftbtn a:hover {
	background-color: #980a0b;
	opacity: 1;
}

.bossgoo-news-details3 .details3_riCon {
	width: 100%;
	margin-bottom: 40px;
}

.bossgoo-news-details3 .details3_riCon2 {
	display: none;
}

.bossgoo-news-details3 .details3_riCon_title {
	font-size: 20px;
	line-height: 2;
	border-bottom: 1px solid rgba(51, 51, 51, 0.2);
	position: relative;
	color: #000;
	font-weight: bold;
}

.bossgoo-news-details3 .details3_riCon_title::before {
	content: "";
	display: inline;
	width: 130px;
	height: 2px;
	background-color: #980a0b;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.bossgoo-news-details3 .details3_riBottom {
	width: 100%;
	padding-top: 20px;
}

.bossgoo-news-details3 .details3_riBottom2 {
	display: flex;
	flex-wrap: wrap;
}

.bossgoo-news-details3 .details3_ri_bot_item {
	width: 100%;
	margin-bottom: 20px;
}

.bossgoo-news-details3 .details3_ri_bot_item:last-child {
	margin-bottom: 0;
}

.bossgoo-news-details3 .details3_ri_bot_ti {
	color: #000;
	font-weight: bold;
}

.bossgoo-news-details3 .details3_ri_bot_te,
.bossgoo-news-details3 .details3_ri_bot_te a {
	color: #666;
}

.bossgoo-news-details3 .details3_riProduct {
	width: 100%;
	margin-bottom: 20px;
}

.bossgoo-news-details3 .details3_riProduct:last-child {
	margin-bottom: 0;
}

.bossgoo-news-details3 .details3_ri_proItem {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.bossgoo-news-details3 .details3_ri_proImg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
}

.bossgoo-news-details3 .details3_ri_proImg img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: cover;
}

.bossgoo-news-details3 .details3_ri_proBot {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.bossgoo-news-details3 .details3_ri_proTi a {
	color: #333;
}

.bossgoo-news-details3 .details3_ri_proTi a:hover {
	color: #980a0b;
}

.bossgoo-news-details3 .details3_ri_proPrice {
	padding-top: 10px;
	color: #f54336;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.bossgoo-news-details3 .details3_news {
	width: 100%;
	padding-top: 80px;
}

.bossgoo-news-details3 .details3_news_title {
	width: 100%;
	position: relative;
	font-size: 24px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.bossgoo-news-details3 .details3_news_title::before,
.bossgoo-news-details3 .details3_news_title::after {
	content: "";
	width: 30%;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 50%;
}

.bossgoo-news-details3 .details3_news_title::before {
	left: 0;
}

.bossgoo-news-details3 .details3_news_title::after {
	right: 0;
}

.bossgoo-news-details3 .details3_news_box {
	width: 100%;
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.bossgoo-news-details3 .details3_news_item {
	width: 32%;
	margin-right: 2%;
}

.bossgoo-news-details3 .details3_news_item:nth-child(3n) {
	margin-right: 0;
}

.bossgoo-news-details3 .details3_news_imgBox {
	width: 100%;
	height: 0;
	padding-bottom: 75.1%;
	position: relative;
}

.bossgoo-news-details3 .details3_news_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
}

.bossgoo-news-details3 .details3_news_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.bossgoo-news-details3 .details3_news_textBox {
	width: 100%;
	padding-top: 16px;
}

.bossgoo-news-details3 .details3_news_teDate {
	font-size: 14px;
	color: #999;
}

.bossgoo-news-details3 .details3_news_teLink {
	font-weight: bold;
	color: #333;
	margin-top: 10px;
	line-height: 1.2;
}

.bossgoo-news-details3 .details3_news_teLink:hover {
	color: #980a0b;
}

.bossgoo-news-details3 .details3_news_item2 {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 25px;
}

.bossgoo-news-details3 .details3_news_item2:nth-child(2n) {
	margin-right: 0;
}

.bossgoo-news-details3 .details3_it2Ti {
	width: 100%;
	color: #333;
	font-weight: bold;
	display: inline-block;
}

.bossgoo-news-details3 .details3_it2Te {
	margin-top: 5px;
	color: #666;
}

.bossgoo-news-details3 .details3_cate3,
.bossgoo-news-details3 .details3_categories {
	width: 100%;
}

.bossgoo-news-details3 .details3_cate3_imgBox {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.bossgoo-news-details3 .details3_cate3_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
}

.bossgoo-news-details3 .details3_cate3_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: cover;
}

.bossgoo-news-details3 .details3_cate3_title {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.bossgoo-news-details3 .details3_it2Ti:hover,
.bossgoo-news-details3 .details3_cate3_title:hover {
	color: #980a0b;
}

.bossgoo-news-details3 .details3_catePage {
	width: 100%;
	padding-top: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bossgoo-news-details3 .details3_cateBtn {
	width: 36px;
	line-height: 36px;
	background-color: #980a0b;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	margin-right: 30px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bossgoo-news-details3 .details3_cateBtn .iconfont {
	font-size: 24px;
}

.bossgoo-news-details3 .details3_cateBtn:last-child {
	margin-right: 0;
}

.bossgoo-news-details3 .details3_email {
	width: 100%;
	border: 4px solid #980a0b;
	margin-top: 80px;
	padding: 40px 30px;
}

.bossgoo-news-details3 .details3_em_title {
	font-size: 22px;
	font-weight: bold;
	color: #333;
}

.bossgoo-news-details3 .details3_em_form {
	padding-top: 25px;
}

.bossgoo-news-details3 .details3_em_form .Validform_checktip {
	font-size: 14px;
}

.bossgoo-news-details3 .details3_em_item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.bossgoo-news-details3 .details3_em_item:last-child {
	margin-bottom: 0;
}

.bossgoo-news-details3 .details3_em_le {
	width: 110px;
	color: #333;
	text-align: right;
	line-height: 42px;
}

.bossgoo-news-details3 .details3_em_ri {
	width: calc(100% - 90px);
	padding-left: 10px;
	box-sizing: border-box;
}

.bossgoo-news-details3 .details3_em_input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #f7ddbc;
	background-color: #fffbed;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.bossgoo-news-details3 .details3_em_textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #f7ddbc;
	background-color: #fffbed;
	padding: 12px 20px;
	box-sizing: border-box;
}

.bossgoo-news-details3 .details3_em_ri_to {
	width: 100%;
	line-height: 42px;
}

.bossgoo-news-details3 .details3_em_char {
	width: 100%;
	font-size: 14px;
	color: #999;
}

.bossgoo-news-details3 .details3_em_button {
	width: 140px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background-color: #980a0b;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 18px;
}

.bossgoo-news-details3 .details3_newsList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.bossgoo-news-details3 .details3_newsLe {
	width: 120px;
}

.bossgoo-news-details3 .details3_newsRi {
	width: calc(100% - 120px);
	padding-left: 12px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bossgoo-news-details3 .details3_newsLe_imgBox {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.bossgoo-news-details3 .details3_newsLe_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	overflow: hidden;
}

.bossgoo-news-details3 .details3_newsLe_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.bossgoo-news-details3 .details3_newsRi_title {
	color: #333;
	line-height: 1.2;
}

.bossgoo-news-details3 .details3_newsRi_title:hover,
.bossgoo-news-details3 .details3_newsList_link:hover {
	color: #980a0b;
}

.bossgoo-news-details3 .details3_newsRi_date {
	font-size: 14px;
	color: #999;
}

.bossgoo-news-details3 .details3_newsList_link {
	color: #999;
	font-size: 14px;
}

.bossgoo-news-details3-crumbs {
	width: 100%;
	background-color: #f3f3f3;
	color: #333;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5;
}

.bossgoo-news-details3-crumbs .details3_crumbs_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.bossgoo-news-details3-crumbs .details3_crumbs_box i {
	margin: 0 8px;
}

.bossgoo-news-details3-crumbs .details3_crumbs_box a,
.bossgoo-news-details3-crumbs .details3_crumbs_box span,
.bossgoo-news-details3-crumbs .details3_crumbs_box i {
	color: #999;
}

@media only screen and (max-width: 1240px) {
	.details3_wrap {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 1040px) {
	.bossgoo-news-details3 .details3_right {
		display: none;
	}

	.bossgoo-news-details3 .details3_riCon2 {
		display: block;
	}

	.bossgoo-news-details3 .details3_left {
		width: 100%;
	}

	.bossgoo-news-details3 .details3_news {
		padding-top: 60px;
	}

	.bossgoo-news-details3 .details3_riCon {
		margin-bottom: 0;
		padding-top: 60px;
	}

	.bossgoo-news-details3 .details3_riBottom {
		padding-top: 30px;
	}

	.bossgoo-news-details3 .details3_ri_bot_item {
		display: flex;
	}

	.bossgoo-news-details3 .details3_ri_bot_ti {
		margin-right: 10px;
	}

	.bossgoo-news-details3 .details3_riProduct {
		width: 49%;
		margin-right: 2%;
	}

	.bossgoo-news-details3 .details3_riProduct:nth-child(2n) {
		margin-right: 0;
	}

	.bossgoo-news-details3 .details3_email {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.details3_wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.bossgoo-news-details3 {
		font-size: 14px;
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.bossgoo-news-details3 .details3_content {
		padding: 20px;
	}

	.bossgoo-news-details3 .details3_title {
		font-size: 24px;
	}

	.bossgoo-news-details3 .details3_date {
		font-size: 14px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.bossgoo-news-details3 .details3_text1 {
		font-size: 16px;
	}

	.bossgoo-news-details3 .details3_conImg1 {
		margin-top: 30px;
	}

	.bossgoo-news-details3 .details3_score,
	.bossgoo-news-details3 .details3_switch {
		padding-top: 20px;
	}

	.bossgoo-news-details3 .leftbtn a {
		background-color: #980a0b;
		opacity: 1;
		line-height: 36px;
	}

	.bossgoo-news-details3 .details3_riCon,
	.bossgoo-news-details3 .details3_news {
		padding-top: 40px;
	}

	.bossgoo-news-details3 .details3_riCon_title,
	.bossgoo-news-details3 .details3_ri_proPrice {
		font-size: 18px;
	}

	.bossgoo-news-details3 .details3_riBottom,
	.bossgoo-news-details3 .details3_news_box {
		padding-top: 20px;
	}

	.bossgoo-news-details3 .details3_ri_bot_item {
		margin-bottom: 10px;
	}

	.bossgoo-news-details3 .details3_news_title {
		font-size: 20px;
	}

	.bossgoo-news-details3 .details3_news_title::before,
	.bossgoo-news-details3 .details3_news_title::after {
		width: 22%;
	}

	.bossgoo-news-details3 .details3_cateBtn {
		width: 30px;
		line-height: 30px;
		margin-right: 15px;
	}

	.bossgoo-news-details3 .details3_cateBtn .iconfont {
		font-size: 20px;
	}

	.bossgoo-news-details3 .details3_email {
		margin-top: 40px;
		padding: 30px 20px;
	}

	.bossgoo-news-details3 .details3_em_title {
		font-size: 20px;
	}

	.bossgoo-news-details3 .details3_em_form {
		padding-top: 20px;
	}

	.bossgoo-news-details3 .details3_em_le {
		width: 80px;
		line-height: 36px;
	}

	.bossgoo-news-details3 .details3_em_ri {
		width: calc(100% - 80px);
	}

	.bossgoo-news-details3 .details3_em_item {
		margin-bottom: 12px;
	}

	.bossgoo-news-details3 .details3_em_input {
		height: 36px;
		line-height: 36px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.bossgoo-news-details3 .details3_em_textarea {
		padding: 12px 15px;
	}

	.bossgoo-news-details3 .details3_em_button {
		line-height: 36px;
		font-size: 16px;
	}

	.bossgoo-news-details3 .details3_em_ri_to {
		line-height: 36px;
	}

	.bossgoo-news-details3-crumbs {
		font-size: 12px;
	}
}

@media only screen and (max-width: 640px) {
	.bossgoo-news-details3 .details3_riCon3 .details3_riProduct {
		width: 100%;
		margin-right: 0;
	}
}

@media only screen and (max-width: 480px) {
	.bossgoo-news-details3 {
		padding-top: 40px;
	}

	.bossgoo-news-details3 .details3_content {
		padding: 20px 15px;
	}

	.bossgoo-news-details3 .details3_title {
		font-size: 20px;
	}

	.bossgoo-news-details3 .details3_news_item,
	.bossgoo-news-details3 .details3_news_item2 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.bossgoo-news-details3 .details3_news_item:last-child {
		margin-bottom: 0;
	}

	.bossgoo-news-details3 .details3_news_textBox {
		padding-top: 10px;
	}

	.bossgoo-news-details3 .details3_news_title::before,
	.bossgoo-news-details3 .details3_news_title::after {
		width: 18%;
	}

	.bossgoo-news-details3 .details3_email {
		border: 2px solid #980a0b;
		padding: 20px 15px;
	}

	.bossgoo-news-details3 .details3_em_le {
		width: 70px;
	}

	.bossgoo-news-details3 .details3_em_ri {
		width: calc(100% - 70px);
	}
}

.bossgoo-news-details3 .details3_con video {
	max-width: 100%;
}

.bossgoo-news-details3 .details3_con img {
	height: auto;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
.v_h2 {
	width: 100%;
	border-bottom: solid 1px #CCC;
	text-indent: 20px;
	line-height: 30px;
	height: 30px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	margin-top: 10px;
}

.video_list {
	width: 95%;
	margin: 0 auto;
	margin-top: 10px;
}

.video_list ul li {
	float: left;
	list-style: none outside none;
	padding: 5px 30px;
	width: 250px;
}

.video_list ul li .v_pic {
	width: 250px;
	height: 200px;
	margin: 0 auto;
	display: block;
	border: solid 1px #CCC;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.video_list ul li .v_pic img {
	max-width: 250px;
	max-height: 200px;
}

.video_list ul li .v_title {
	width: 250px;
	margin: 0 auto;
	overflow: hidden;
	height: 18px;
	line-height: 22px;
	color: #454545;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 6px;
	word-wrap: break-word;
	word-break: normal;
}

.video_list ul li .v_url {
	width: 250px;
	margin: 0 auto;
	overflow: hidden;
	height: 18px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	word-wrap: break-word;
	word-break: normal;
}

.video_list ul li .v_url a {
	color: #454545
}

.video_list ul li .v_url a:hover {
	color: #AA090E;
	text-decoration: underline;
}

.path {
	width: 100%;
	margin: auto;
	padding: 5px 15px;
	height: 40px;
	line-height: 40px;
	font-family: arial;
	overflow: hidden;
	max-width: 1420px;
}

.path a {
	color: #999999;
	font-size: 14px;
}

.path a:hover {
	color: #666666;
}

.path span {
	color: #666666;
	font-size: 14px;
}

.path i {
	padding: 0px 2px;
	font-size: 14px;
	color: #999999;
}

a {
	/* font-size: 1.4rem; */
	color: #666666;
	font-family: arial;
}

.rec_box {
	border: solid 1px #f3f3f3;
	background: #FFFFFF;
	margin: 40px 0px;
}

.rem_tab_t {
	border-bottom: solid 1px #e5e5e5;
}

.rem_tab_t ul li {
	margin-bottom: -1px;
	margin-right: -1px;
	height: 50px;
	line-height: 50px;
	background: #f3f3f3;
	font-size: 16px;
	border: solid 1px #e5e5e5;
	border-bottom: solid 1px #FFFFFF;
	float: left;
	padding: 0px 10px;
	cursor: pointer;
}

.rem_tab_t ul li.current {
	height: 50px;
	line-height: 50px;
	background: #ffffff;
	font-size: 16px;
	border-right: solid 1px #e5e5e5;
	float: left;
	padding: 0px 10px;
}

.rec_box .box_detail_rec {
	padding: 15px 20px;
	line-height: 36px;
	font-size: 16px;
}

.rec_box .box_detail_rec a {
	font-weight: bold;
	color: #980a0b;
}

.rec_box .box_detail_rec .a_tag {
	padding-bottom: 10px;
	font-weight: normal;
	color: #555555;
	padding-right: 20px;
	line-height: 20px;
	font-size: 16px;
}

.rec_box .box_detail_rec .a_tag:hover {
	padding-bottom: 10px;
	font-weight: normal;
	color: #ffaf00;
	padding-right: 20px;
	line-height: 20px;
	font-size: 16px;
}

.rec_box .box_detail_rec .video_mod {
	width: 800px;
	height: 450px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.feedback_list {}

.feedback_list ul li {
	border-bottom: dashed 1px #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.feedback_list ul li .comment_text {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 24px;
}

.feedback_list ul li .release {
	font-size: 14px;
	color: #777777;
	float: left;
}

.feedback_list ul li .rate_star {
	line-height: 34px;
	float: left;
	margin-right: 15px;
}

.feedback_list ul li .rate_star .i_star {
	color: #ffad29;
	font-size: 20px;
}

.other_pro {
	border-top: 1px dashed #999;
	padding: 20px;
	margin-top: 20px;
}

.other_pro a {
	color: #999;
	font-size: 16px;
}

.other_pro p {
	line-height: 36px;
	overflow: hidden;
}

.other_pro :hover a {
	color: #666;
}

.other_pro span {
	color: #666666;
	font-size: 16px;
	padding-right: 5px;
}

.list-playIcon {
	content: '';
	position: absolute;
	background: url(../images/bofang.png);
	background-size: auto auto;
	background-size: cover;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	z-index: 9;
}

.ny_box {
	padding: 20px 0px;
	box-sizing: border-box;
	margin: auto;
	max-width: 1420px;
}

.ny_pic_list {
	overflow: hidden;
}

.ny_pic_list ul li {
	width: 300px !important;
	margin: 10px 20px;
	float: left;
	box-sizing: border-box;
}

.ny_pic_list ul li .h_pic {
	width: 300px;
	height: 300px;
	box-sizing: border-box;
	border: solid 1px #e5e5e5;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}

.ny_pic_list ul li .h_pic img {
	transition: all 0.6s;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
	margin: auto;
}

.ny_pic_list ul li .h_pic img:hover {
	transform: scale(1.2);
}

.ny_pic_list ul li .ph_name {
	width: 100%;
	padding: 0px 5px;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	font-size: 1.6rem;
	color: #313131;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ny_h2 {
	font-size: 20px;
	font-family: arial;
	height: 60px;
	line-height: 60px;
	color: #535353;
	position: relative;
}

.ny_h2 a {
	float: right;
	display: block;
	padding-right: 10px;
	font-size: 16px;
	color: #980a0b;
}

.ny_h2 span {
	font-size: 14px;
	color: #c4c4c4;
	padding-left: 5px;
}

.ny_h2 i {
	font-size: 14px;
	color: #c4c4c4;
}

.ny_span_tag {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	box-sizing: border-box;
	padding: 0px;
}

.video_cont {
	padding: 20px;
	text-align: center;
	overflow: hidden;
}

.ny_box_video {
	background: #FCFCFC;
	margin-bottom: 40px;
}

.ny_box_video .basic_info {
	padding: 10px 30px;
}

.video_type_ny {
	padding: 10px 0px;
}

.ny_box .video_type_ny ul li {
	float: left;
	margin: 5px 15px 5px 0px;
	border: solid 1px #e5e5e5;
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
}

.video_type_ny ul li a {
	font-size: 14px
}

.ny_box .video_type_ny ul li.active {
	border: solid 1px #980a0b;
}

.basic_info .tl_cont {
	width: 50%;
	padding-left: 10px;
	padding-right: 40px;
	float: left;
	border-right: solid 1px #e6e6e6;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 36px;
}

.basic_info .tr_cont {
	width: 50%;
	padding-left: 40px;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	font-size: 16px;
}

.main_pro_box {
	width: 100%;
	overflow: hidden;
}

.main_pro {
	padding: 0px 12px;
	position: relative;
	z-index: 7;
	box-sizing: border-box;
	overflow: hidden;
}

.main_pro ul li {
	width: 295px;
	float: left;
	box-sizing: border-box;
}

.main_pro ul li .h_pic {
	width: 315px;
	height: 315px;
	box-sizing: border-box;
	border: solid 1px #e5e5e5;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}

.main_pro ul li .h_pic img {
	transition: all 0.6s;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
}

.main_pro ul li .h_pic img:hover {
	transform: scale(1.2);
}

.main_pro .btn_r {
	width: 28px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	color: #FFFFFF;
	background: rgba(153, 153, 153, 0.7);
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -50px;
	z-index: 11;
	cursor: pointer;
}

.main_pro .btn_n {
	width: 28px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	color: #FFFFFF;
	background: rgba(153, 153, 153, 0.7);
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -50px;
	z-index: 11;
	cursor: pointer;
}

.main_pro ul li .ph_name {
	width: 100%;
	padding: 0px 5px;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	font-size: 1.6rem;
	color: #313131;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.video-main {
	padding-top: 80px;
}


body {
	background: #131313;
}

.path span {
	color: #999;
}

.center-title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.item {
	margin-bottom: 20px;
}

.tit-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.tit-box .com-tit {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.tit-box .more {
	position: relative;
	color: #999;

}

.tit-box .more a {
	font-size: 16px !important;
    color: #666;
}

.tit-box .more .text {
	line-height: 40px;
	font-size: 18px;
	color: #999;
}

.tit-box .more .text .iconfont {
	margin-left: 5px;
}

.tit-box .more ul {
	display: none;
	position: absolute;
	z-index: 99;
	left: 50%;
	top: 40px;
	width: 215px;
	transform: translateX(-50%);
	background: #1f1f1f;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.tit-box .more li {
	padding: 5px 10px;
	color: #999;
}


.tit-box .more li {
	padding: 5px 10px;
	color: #999;
}

.path a:hover {
	color: #999;
}

.tit-box .more li:hover {
	background-color: #980a0b !important;
}

.tit-box .more li:hover a {
	color: #fff !important;
}

.tit-box .more .text:hover {
	color: #980a0b !important;
}

.tit-box .more li:hover a {
	color: #fff;
}

/* .tit-box .more .text {
	color: #febd01;
  } */

.tit-box .more:hover ul {
	display: block;
}

.list ul {
	display: flex;
	flex-wrap: wrap;
}

.list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}

.list li:nth-child(3n) {
	margin-right: 0;
}

.list li:hover {
	/* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14); */
}

.list .pro-img {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.list .pro-img .img-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.list .pro-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list .pro-img .icon-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	color: #fff;
}

.list .pro-title {
	padding: 10px 20px;
	background: #2b2b2b;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list .pro-title a {
	color: #fff;
	text-align: center;
}

@media only screen and (max-width: 1630px) {
	.tit-box .more ul {
		left: auto;
		transform: translateX(0);
		right: 0;
	}
}

@media only screen and (max-width: 1040px) {
	.wrap {
		padding: 0 10px;
	}

	.center-title {
		padding-top: .6rem;
		font-size: .4rem;
		margin-bottom: .3rem;
	}

	.item {
		margin-bottom: .3rem;
	}

	.tit-box {
		margin-bottom: .2rem;
	}

	.tit-box .com-tit {
		font-size: .32rem;
	}

	.tit-box .more {
		position: relative;
	}

	.tit-box .more a {
		font-size: 14px;
	}

	.tit-box .more .text {
		line-height: 1;
		font-size: .3rem;
	}

	.tit-box .more .text .iconfont {
		display: none;
	}

	.tit-box .more:hover .text {
		color: #666;
	}

	.tit-box .more:hover ul {
		display: none;
	}

	.list ul {
		display: flex;
		flex-wrap: wrap;
	}

	.list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: .3rem;
		box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.14);
	}

	.list .pro-title {
		padding: .2rem .2rem;
		height: 1.2rem;
	}

	.list .pro-title a {
		line-height: 1.5;
	}

}

.ny_pic_list ul li .h_pic img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ny_pic_list .h_pic {
	background: black;
}

h1 {
	font-weight: normal;
}

.video-list ul {
	display: flex;
	flex-wrap: wrap;
}

.video-list li {
	width: 23%;
	margin: 0 1%;
	padding: 10px;
	box-sizing: border-box;
}

.video-list .video-box {
	display: block;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
	background-color: #000;
}

.video-list .video-box img {
	position: absolute;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.video-list .list-playIcon {
	position: absolute;
	width: 28px;
	height: 28px;
	margin-left: -14px;
	margin-top: -14px;
}

.video-list .title {
	display: block;
	padding: 0px 5px;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	font-size: 16px;
	color: #313131;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main_pro ul li>a {
	display: block;
	width: 100%;
}

.related-pro {
	padding-bottom: 50px;
}

.related-pro .title {
	text-align: center;
	font-size: 24px;
	line-height: 44px;
	color: #1f2837;
	margin-bottom: 25px;
}

.swiper-box {
	position: relative;
	padding: 0 60px;
}

.swiper-related {
	position: static;
}

.swiper-related .img-box {
	display: table-cell;
	text-align: center;
	border: 1px solid #f3f3f3;
}

.swiper-related .img-box img {
	max-width: 100%;
	max-width: 100%;
	height: 254px;
}

.pro11-view .swiper-slide {
	width: calc(25% - 20px);
	margin-right: 20px;
}

.swiper-related .swiper-slide .img-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-related .swiper-slide .name {
	display: block;
	width: 100%;
}

.swiper-related .name {
	margin-top: 10px;
	font-size: 14px;
	line-height: 21px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.swiper-related .swiper-button-next,
.swiper-related .swiper-container-rtl .swiper-button-prev {
	background-image: none;
}

.swiper-related .swiper-button-prev,
.swiper-related .swiper-container-rtl .swiper-button-next {
	background-image: none;
}

.swiper-related .btn_r,
.swiper-related .btn_l {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 108px;
	line-height: 108px;
	text-align: center;
	background: #e5e5e5;
}

.swiper-related .btn_r .iconfont,
.swiper-related .btn_l .iconfont {
	font-size: 32px;
}

.swiper-related .btn_r {
	right: 0;
}

.swiper-related .btn_l {
	left: 0;
}

@media only screen and (max-width:1040px) {
	.video-list li {
		width: 31.333%;
	}

	.m .path {
		display: none;
	}

	.related-pro .title {
		font-size: 18px;
	}

	.swiper-box {
		padding: 0 15px;
	}

	.swiper-related .btn_r,
	.swiper-related .btn_l {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	.m {
		padding: 0;
	}

	.ny_box {
		padding: 0 0 20px;
	}

	#tab_li {
		overflow: hidden;
		display: flex;
		overflow-x: auto;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		height: 50px;
		white-space: nowrap;
	}

	.rem_tab_t ul {
		display: flex;
		height: 50px;
		white-space: nowrap;
		flex-grow: 0;
		flex-shrink: 0;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.rem_tab_t ul li {
		margin-right: 0;
		border: none;
		border-right: 1px solid #e5e5e5;
		padding: 0px 20px;
	}

	.rem_tab_t ul li:last-child {
		border-right: none;
	}

	.rem_tab_t ul li.current {
		overflow: unset;
	}

	.video-list li {
		width: 48%;
	}

	.message_list ul li {
		padding-left: 0;
	}
}

.bossgoo-contact-bigimg {
	position: relative;
	min-height: 100pxpx;
}

.bossgoo-contact-bigimg .banner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bossgoo-contact-bigimg .shade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #000;
	opacity: 0.3;
}

.bossgoo-contact-bigimg .title {
	position: absolute;
	font-family: var();
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
	font-weight: bold;
	color: #fff;
}

.bossgoo-contact-bigimg .bossgoo-breadbrumb2 {
	position: absolute;
	bottom: 10%;
	z-index: 3;
	color: #fff;
}

.bossgoo-contact-bigimg .bossgoo-breadbrumb2 a {
	color: #fff;
	margin: 0 15px;
}

.bossgoo-contact-main {
	background-color: #f9f9f9;
}

.bossgoo-contact-main .title {
	font-size: 34px;
	font-weight: Bold;
	color: #333333;
	text-align: center;
	padding: 80px 0 40px;
}

.bossgoo-contact-main .mainBox1 {
	background-color: #ffffff;
	box-shadow: 0px 2px 18px 0px rgba(130, 130, 130, 0.12);
	border-radius: 6px;
	padding: 50px;
	display: flex;
	/* align-items: center; */
}

.bossgoo-contact-main .mainBox1 .main-l {
	width: 60%;
}

.bossgoo-contact-main .mainBox1 .textT {
	font-size: 26px;
	font-weight: Bold;
	color: #333333;
	margin-top: 50px;
}

.bossgoo-contact-main .mainBox1 .tab {
	display: flex;
}

.bossgoo-contact-main .mainBox1 .tab .one {
	margin-right: 60px;
	position: relative;
	font-weight: Bold;
	font-size: 22px;
	color: #333333;
	margin-top: 40px;
}

.bossgoo-contact-main .mainBox1 .tab li {
	cursor: pointer;
}

.bossgoo-contact-main .mainBox1 .tab .one::before {
	content: " ";
	display: block;
	position: absolute;
	left: 20%;
	/* transform: translateY(-50%); */
	bottom: 0px;
	width: 41px;
	height: 3px;
	background-color: #980a0b;
}

.bossgoo-contact-main .mainBox1 .tab .two {
	margin-right: 40px;
	position: relative;
	font-weight: Bold;
	font-size: 22px;
	color: #cecece;
	margin-top: 40px;
}

.bossgoo-contact-main .mainBox1 .tab li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bossgoo-contact-main .mainBox1 .tab .two::before {
	content: " ";
	display: none;
	position: absolute;
	left: 20%;
	/* transform: translateY(-50%); */
	bottom: -10px;
	width: 41px;
	height: 3px;
	background-color: #2d3d92;
}

.bossgoo-contact-main .mainBox1 .connection {
	margin-top: 50px;
	display: none;
	justify-content: space-between;
}

.bossgoo-contact-main .mainBox1 .connection.active {
	display: flex;
}

.bossgoo-contact-main .mainBox1 .connection li {
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bossgoo-contact-main .mainBox1 .connection li p {
	text-align: center;
}

.iconBigBox {
	position: relative;
	margin-bottom: 20px;
}

.bossgoo-contact-main .mainBox1 .connection .iconbox {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #980a0b;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.15;
}

.bossgoo-contact-main .mainBox1 .connection i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #980a0b;
	font-size: 34px;
	opacity: 1;
}

.bossgoo-contact-main .main-r .imgbox {
	display: flex;
	justify-content: center;
}

.bossgoo-contact-main .mainBox1 .connection li div p:nth-child(1) {
	font-size: 20px;
	font-weight: Bold;
	color: #333333;
	margin-bottom: 25px;
}

.bossgoo-contact-main .mainBox1 .connection li div p:nth-child(2) {
	font-size: 14px;
	color: #666666;
	font-family: "Aria";
}

.bossgoo-contact-main .mainBox1 .connection li div p:nth-child(2) a {
	display: inline-block;
	position: relative;
}

.bossgoo-contact-main .main-r {
	width: 40%;
	padding: 2%;
	display: none;
}

.bossgoo-contact-main .main-r.active {
	display: block;
}

.bossgoo-contact-main .main-r p:nth-child(2) {
	font-size: 20px;
	font-weight: Bold;
	color: #333333;
	margin: 10px 0;
	text-align: center;
}

.bossgoo-contact-main .main-r p:nth-child(3) {
	font-size: 14px;
	color: #999999;
	text-align: center;
}

.bossgoo-contact-main .mainBox2 {
	background-color: #ffffff;
	box-shadow: 0px 2px 18px 0px rgba(130, 130, 130, 0.12);
	border-radius: 6px;
	padding: 50px;
	align-items: center;
	margin-top: 20px;
}

.bossgoo-contact-main .inputbox {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.bossgoo-contact-main .mainBox2 input {
	width: 100%;
	padding: 20px 25px 20px 50px;
	background-color: #fafafa;
	border-radius: 4px;
}

.bossgoo-contact-main .mainBox2 .icon-24gf-bubblesDots6 {
	position: absolute;
	left: 25px;
	top: 18px;
}

.bossgoo-contact-main .mainBox2 .icon-youxiang {
	position: absolute;
	left: 25px;
	top: 15px;
}

.bossgoo-contact-main .mainBox2 textarea {
	width: 100%;
	padding: 20px 25px 20px 50px;
	background-color: #fafafa;
	border-radius: 4px;
}

.bossgoo-contact-main .mainBox2 .icon-shuxie {
	position: absolute;
	left: 25px;
	top: 15px;
}

.bossgoo-contact-main .mainBox2 .send {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 58px;
	background-color: #980a0b;
	box-shadow: 0px 7px 12px 0px rgba(40, 57, 147, 0.3);
	border-radius: 29px;
	text-align: center;
	padding: 0;
	line-height: 58px;
	font-size: 24px;
	color: #fff;
}

.bossgoo-contact-main .mainBox1 .send {
	display: block;
	margin: 0 auto;
	width: 140px;
	height: 38px;
	background-color: #980a0b;
	box-shadow: 0px 7px 12px 0px rgba(40, 57, 147, 0.3);
	border-radius: 19px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
}

.phone {
	display: none;
}

@media only screen and (max-width: 1040px) {
	.bossgoo-contact-bigimg {
		display: none;
	}

	.phone {
		display: block;
	}

	.bossgoo-contact-main .main-r .bossgoo-contact-bigimg {
		display: none;
	}

	.bossgoo-breadbrumb2 {
		margin-left: 10px;
	}

	.phonetitle {
		padding-top: 40px;
		font-size: 40px;
		color: #333;
		text-align: center;
		font-weight: bold;
	}

	.bossgoo-contact-main .title {
		padding: 50px 0 30px;
	}

	.bossgoo-contact-main .main-r {
		display: none;
	}

	.bossgoo-contact-main .main-r.active {
		display: none;
	}

	.bossgoo-contact-main .mainBox1 .main-l {
		width: 100%;
	}

	.bossgoo-contact-main .mainBox1 .textT {
		margin-top: 0;
		text-align: center;
	}

	.bossgoo-contact-main .mainBox1 .tab {
		justify-content: center;
	}

	.bossgoo-contact-main .mainBox1 .tab .one,
	.bossgoo-contact-main .mainBox1 .tab .two {
		margin-right: 30px;
		margin-left: 30px;
	}

	.bossgoo-contact-main .mainBox1 .connection {
		flex-direction: column;
	}

	.bossgoo-contact-main .mainBox1 .connection li {
		flex-direction: row;
		width: 100%;
	}

	.bossgoo-contact-main .mainBox1 .connection li {
		margin-bottom: 20px;
	}

	.bossgoo-contact-main .mainBox1 .connection .iconBigBox {
		margin-bottom: 0;
		margin-right: 10px;
	}

	.bossgoo-contact-main .mainBox1 .connection li div p:nth-child(1) {
		margin-bottom: 10px;
	}

	.bossgoo-contact-main .mainBox1 .connection li p {
		text-align: left;
	}

	.bossgoo-contact-main .mainBox2 .icon-youxiang {
		top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.phonetitle {
		font-size: 22px;
		padding-top: 20px;
	}

	.bossgoo-contact-main .title {
		padding: 25px 0 15px;
		font-size: 18px;
	}

	.bossgoo-contact-main .mainBox1 {
		padding: 20px;
	}

	.bossgoo-contact-main .mainBox1 .connection .iconbox {
		flex-shrink: 0;
	}

	.bossgoo-contact-main .mainBox1 .connection i {
		font-size: 24px;
	}

	.bossgoo-contact-main .mainBox1 .tab .one,
	.bossgoo-contact-main .mainBox1 .tab .two {
		margin-right: 10px;
		margin-left: 10px;
	}

	.bossgoo-contact-main .mainBox1 .textT {
		font-size: 18px;
	}

	.bossgoo-contact-main .mainBox1 .tab .one,
	.bossgoo-contact-main .mainBox1 .tab .two {
		font-size: 16px;
		margin-top: 20px;
	}

	.bossgoo-contact-main .mainBox1 .connection {
		margin-top: 30px;
	}

	.bossgoo-contact-main .mainBox1 .connection .iconbox {
		width: 50px;
		height: 50px;
	}

	.bossgoo-contact-main .mainBox1 .connection .iconbox i {
		font-size: 24px;
	}

	.bossgoo-contact-main .mainBox1 .connection li div p:nth-child(1) {
		font-size: 16px;
	}

	.bossgoo-contact-main .mainBox1 .connection li div p:nth-child(2) {
		font-size: 14px;
	}

	.bossgoo-contact-main .mainBox2 {
		padding: 20px;
	}

	.bossgoo-contact-main .mainBox2 .send {
		width: 60%;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}
}

.bossgoo-contact-main .mainBox1 .tab .one {
	line-height: 1.5;
}

@media only screen and (max-width: 1040px) {
	.bossgoo-breadbrumb2 {
		font-size: 0.28rem;
		/* padding-bottom: .4rem; */
		margin-left: 0;
		padding: 0.4rem 0.2rem;
	}
}

.bossgoo-contact-main .mainBox2 .icon-tel {
	position: absolute;
	left: 25px;
	top: 15px;
}

.bossgoo-breadbrumb1 {
	font-family: var(--fontBarlowmedium);
	background: #f8f8f8;
}

.bossgoo-breadbrumb1 .wrap {
	padding: 24px 0;
	color: #999;
}

.bossgoo-breadbrumb1 i {
	margin: 0 10px;
}

.bossgoo-breadbrumb1 a {
	color: #999;
}


@media only screen and (max-width:1440px) {
	.bossgoo-breadbrumb1 .wrap {
		padding: 24px 24px;
		color: #999;
	}
}

.bossgoo-Privacy .content {
	padding: 40px 0 20px;
}

.bossgoo-Privacy .content .contentTitle {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #222222
}

.bossgoo-Privacy .content .text {
	line-height: 26px;
	color: #666666
}

.bossgoo-Privacy .content .subTitile {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0 5px;
	color: #444444
}

@media only screen and (max-width:1040px) {
	.bossgoo-Privacy {
		padding: 0 .2rem;
	}

	.bossgoo-Privacy .content {
		margin: .8rem 0 .4rem;
	}

	.bossgoo-Privacy .content .contentTitle {
		margin-bottom: .6rem;
	}

	.bossgoo-Privacy .content .text {
		font-size: 0.4rem;
		line-height: .52rem;
	}

	.bossgoo-Privacy .content .subTitile {
		margin: .3rem 0 .1rem;
		font-size: .44rem;
	}
}

@media only screen and (max-width:767px) {
	.bossgoo-Privacy {
		padding: 0 .2rem;
	}

	.bossgoo-Privacy .content {
		margin: .4rem 0 .2rem;
	}

	.bossgoo-Privacy .content .contentTitle {
		margin-bottom: .48rem;
	}

	.bossgoo-Privacy .content .text {
		font-size: 0.32rem;
		line-height: .4rem;
	}

	.bossgoo-Privacy .content .subTitile {
		margin: .15rem 0 .16rem;
		font-size: .40rem;
		line-height: 0.44rem;
	}
}

#inquiry-popup-box {
	position: relative;
	z-index: 10000;
}

#inquiry-popup-box .upload-imgs {
	padding: 10px 20px;
	color: #3c5179;
	font-size: 14px;
	background: #e0e5f0;
	box-sizing: border-box;
	border-radius: 5px;
	margin-right: 10px;
	margin-top: 5px;
	display: inline-block;
}

#inquiry-popup-box .curp {
	cursor: pointer;
	margin-left: 5px;
}

#inquiry-popup-box .shade {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 97;
	background-color: rgba(0, 0, 0);
	opacity: .3;
}

#btnShade {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background-color: rgba(0, 0, 0);
	opacity: 0;
}

.bossgoo-search-download {
	display: flex;
	justify-content: space-between;
}

body {
	background: #131313;
}

.m span,
.m a,
.m p,
.m div,
.m tr,
.m td,
.m th,
.m ul,
.m li,
.m h1,
.m h2,
.m h3 {
	color: #999;
}

.swiper-box {
	position: relative;
	padding: 0 10px;
}

.video-list li {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	margin-right: 1.2%;
}

.video-list li:last-child {
	margin-right: 0;
}

.video-list {
	margin-top: 30px;
}


.path a:hover {
	color: #999;
}

.video_type_ny {
	padding-top: 20px !important;
	padding-bottom: 0 !important;
	margin-bottom: 30px !important;
}

.ny_h2 {
	color: #fff !important;
	font-size: 32px !important;
}

.rem_tab_t {
	border-bottom: solid 1px #333;
}

.rem_tab_t ul li {
	background: #333 !important;
	margin-right: 1px;
	border: none;
	margin-bottom: 0;

}

.message_list ul li {
	padding-left: 0 !important;
}

.message_list ul li .btn {
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: var(--themeColor);
	border-radius: 5px;
	cursor: pointer !important;
}


.swiper-related .swiper-slide .name {
	color: #999;
}

.message_list ul li .input_text {
	border: none !important;
	background: #2c2c2c !important;
	color: #fff !important;
	border-radius: 4px;

}

.message_list ul li .textarea {
	border: none !important;
	background: #2c2c2c !important;
	color: #fff !important;
}

.message_list ul li .btn {
	background-color: #980a0b !important;
}




.rem_tab_t ul li a {
	color: #fff;
}

.rem_tab_t ul li.current {
	background: #980a0b !important;
	border-right: none;
}

.ny_box .video_type_ny ul li {
	border: 1px solid #666;
}

.ny_box .video_type_ny ul li a {
	color: #fff !important;
}

.ny_box .video_type_ny ul li.active {
	border: 1px solid #980a0b;
}

.bossgoo-video7 .video-main {
	padding: 30px 0 60px;
}

.bossgoo-video7 .tab-hd {
	margin-bottom: 30px;
}

.bossgoo-video7 .tab-hd ul {
	display: flex;
	flex-wrap: wrap;
}

.bossgoo-video7 .tab-hd .first-type {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.bossgoo-video7 .tab-hd .first-type li {
	margin-left: -1px;
	position: relative;
	border: 1px solid #ddd;
	border-bottom: none;
	background: #f3f3f3;
}

.bossgoo-video7 .tab-hd .first-type li.active {
	background: #fff;
}

.bossgoo-video7 .tab-hd .first-type li a {
	display: inline-block;
	padding: 15px 18px;
	font-weight: bold;
}

.bossgoo-video7 .tab-hd .first-type li:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f3f3f3;
}

.bossgoo-video7 .tab-hd .first-type li.active:after {
	background: #fff;
}

.bossgoo-video7 .tab-hd .second-type li {
	padding: 5px 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}

.bossgoo-video7 .tab-hd .second-type li a {
	display: inline-block;
	line-height: 1.5;
}

.bossgoo-video7 .tab-hd .second-type li.active {
	border-color: #000;
}

.bossgoo-video7 .tab-bd {
	padding-bottom: 20px;
}

.bossgoo-video7 .tab-bd ul {
	display: flex;
	flex-wrap: wrap;
}

.bossgoo-video7 .tab-bd li {
	width: 23.8%;
	margin-right: 1.6%;
	margin-bottom: 20px;
}

.bossgoo-video7 .tab-bd li .video-box {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 10px;
}

.bossgoo-video7 .tab-bd li .img-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #000;
}

.bossgoo-video7 .tab-bd li .img-box img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.bossgoo-video7 .tab-bd li .mask {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.bossgoo-video7 .tab-bd li .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
}

.bossgoo-video7 .tab-bd li .play-btn .iconfont {
	font-size: 40px;
	color: #fff;
}

.bossgoo-video7 .tab-bd li .title {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.bossgoo-video7 .tab-bd li:nth-child(4n) {
	margin-right: 0;
}

.bossgoo-video7 .supplier {
	padding-bottom: 40px;
}

.bossgoo-video7 .supplier .title {
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 20px;
}

.bossgoo-video7 .supplier .form li {
	position: relative;
	margin-bottom: 20px;
}

.bossgoo-video7 .supplier .label {
	position: absolute;
	left: 35px;
	top: 0;
	height: 65px;
	line-height: 65px;
}

.bossgoo-video7 .supplier .label .need {
	color: #ff0000;
}

.bossgoo-video7 .supplier .inputxt {
	display: block;
	width: 100%;
	line-height: 35px;
	background: #f8f8f8;
}

.bossgoo-video7 .supplier .inputxt1 {
	padding: 15px 10px 15px 100px;
}

.bossgoo-video7 .supplier .inputxt2 {
	padding: 15px 10px 15px 75px;
}

.bossgoo-video7 .supplier .mes-text {
	display: block;
	width: 100%;
	height: 215px;
	background: #f8f8f8;
	padding: 15px 10px 15px 135px;
	line-height: 35px;
}

.bossgoo-video7 .supplier .submit-btn {
	display: block;
	width: 295px;
	height: 55px;
	line-height: 55px;
	background: #222;
	color: #fff;
	border-radius: 5px;
	font-size: 18px;
	border: none;
	margin: 0 auto;
	cursor: pointer;
}

.bossgoo-video7 .supplier .Validform_error {
	background-color: #ffe7e7;
}

.related-pro .title {
	color: #fff;
}

.video-list .title {
	text-align: left !important;
	color: #999;
}

#page_on {
	display: none;
}

.page_num {
	display: none;
}


form select {
	display: none !important;
}

.show_page {
	display: none;
}

ul.yiiPager li {
	margin-top: 10px !important;
}

.page {
	width: 38px;
	height: 36px;

}

.previous a,
.next a,
.page a {
	font-size: 18px;
	display: inline-block;
	width: 100%;
	height: 36px;
	line-height: 36px;

}


ul.yiiPager a:link,
ul.yiiPager a:visited {
	border: none !important;
	padding: 0 6px;
	color: #999;
}

@media only screen and (max-width: 1040px) {
	.video-list {
		padding-left: .2rem;
		padding-right: .2rem;
	}

	.video-list li {
		margin-right: 1.2%;
	}

	.bossgoo-video7 {
		padding: 0 0.2rem;
	}

	.bossgoo-video7 .tab-hd {
		margin-bottom: 0.4rem;
	}

	.bossgoo-video7 .tab-hd .first-type {
		margin-bottom: 0.3rem;
	}

	.bossgoo-video7 .tab-hd .first-type li {
		margin-left: 0;
		border-bottom: 1px solid #ddd;
		width: 50%;
		padding: 0 0.2rem;
		text-align: center;
	}

	.bossgoo-video7 .tab-hd .first-type li a {
		display: block;
		padding: 0.2rem 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.bossgoo-video7 .tab-hd .second-type li {
		padding: 0.2rem 0.3rem;
		margin-right: 0.3rem;
		margin-bottom: 0.2rem;
	}

	.bossgoo-video7 .tab-bd {
		padding-bottom: 0.4rem;
	}

	.bossgoo-video7 .tab-bd ul {
		justify-content: space-between;
	}

	.bossgoo-video7 .tab-bd li {
		width: 48%;
		margin-right: 0;
		margin-bottom: 0.4rem;
	}

	.bossgoo-video7 .tab-bd li .title {
		font-size: 0.4rem;
	}

	.bossgoo-video7 .tab-bd li .play-btn .iconfont {
		font-size: 0.8rem;
	}

	.bossgoo-video7 .tab-bd li .title {
		text-align: center;
	}

	.bossgoo-video7 .video-main {
		padding: 0.5rem 0 1rem;
	}

	.bossgoo-video7 .supplier .title {
		font-size: 0.6rem;
		line-height: 1;
		margin-bottom: 0.4rem;
	}

	.bossgoo-video7 .supplier .form li {
		margin-bottom: 0.3rem;
	}

	.bossgoo-video7 .supplier .inputxt {
		line-height: 0.7rem;
	}

	.bossgoo-video7 .supplier .inputxt1 {
		padding: 0.15rem 0.1rem 0.15rem 1.4rem;
	}

	.bossgoo-video7 .supplier .inputxt2 {
		padding: 0.15rem 0.1rem 0.15rem 1rem;
	}

	.bossgoo-video7 .supplier .label {
		left: 0.35rem;
		top: 0;
		height: 1rem;
		line-height: 0.4rem;
		padding: 0.3rem 0;
	}

	.bossgoo-video7 .supplier .mes-text {
		height: 4rem;
		padding: 0.3rem 0.1rem 0.3rem 2rem;
		line-height: 0.4rem;
	}

	.bossgoo-video7 .supplier .submit-btn {
		width: 5rem;
		height: 1rem;
		line-height: 1rem;
		border-radius: 0.05rem;
		font-size: 0.36rem;
	}

	.page {
		width: 24px;
		height: 24px;

	}

	.previous a,
	.next a,
	.page a {
		font-size: 14px;
		display: inline-block;
		width: 100%;
		height: 24px;
		line-height: 24px;

	}


	ul.yiiPager a:link,
	ul.yiiPager a:visited {
		border: none !important;
		padding: 0 6px;
		color: #999;
	}
}

@media only screen and (max-width: 767px) {
	.bossgoo-video7 .tab-bd li {
		width: 100%;
	}

	.bossgoo-video7 .tab-bd li .title {
		font-size: 0.32rem;
	}

	.bossgoo-video7 .supplier .title {
		font-size: 0.4rem;
	}

	.bossgoo-video7 .supplier .submit-btn {
		font-size: 0.3rem;
	}
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.bossgoo_vIdeo_detail1 main {
	display: flex;
}

.search-icon,
.language-selector {
	cursor: pointer;
	margin-left: 20px;
}

.bossgoo_vIdeo_detail1 {
	padding: 30px 0;
}

.bossgoo_vIdeo_detail1 .wrap {
	max-width: 1700px;
}

.bossgoo_vIdeo_detail1 .video-section {
	width: calc(100% - 370px);
}

.bossgoo_vIdeo_detail1 .video-info .btnBox .leave>.icon-youjian {
	display: inline-block;
}

.bossgoo_vIdeo_detail1 .video-info .categories .icon-facebook-fill {
	font-size: 20px;
	color: rgb(60, 90, 153);
}

.bossgoo_vIdeo_detail1 .video-info .categories .icon-linkedin-fill {
	font-size: 20px;
	color: rgb(0, 122, 183);
}

.bossgoo_vIdeo_detail1 .video-info .categories .icon-twitterlogo {
	font-size: 20px;
	color: rgb(47, 176, 236);
}

.bossgoo_vIdeo_detail1 .video-info .categories .icon-pinterest2 {
	font-size: 20px;
	color: rgb(230, 0, 35);
}

.bossgoo_vIdeo_detail1 .video-info .categories .iconbox a {
	text-decoration: none;
}

.bossgoo_vIdeo_detail1 .more {
	color: #3B8DFE;
	TEXT-ALIGN: center;
	DISPLAY: block;
}


.bossgoo_vIdeo_detail1 .video-info .categories .share {
	position: relative;
}

.bossgoo_vIdeo_detail1 .video-info .categories .share:hover .shareBox {
	display: block;
	z-index: 99;
}

.bossgoo_vIdeo_detail1 .video-info .categories .share .shareBox {
	width: 110px;
	position: absolute;
	bottom: 25px;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 8px #00000026;
	display: none;
	right: 0;
}

.bossgoo_vIdeo_detail1 .video-info .categories .share .shareBox::after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: 5px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 5px solid #fff;
}


.bossgoo_vIdeo_detail1 .video-container {
	position: relative;
	width: 100%;
}

.bossgoo_vIdeo_detail1 .video-container video {
	width: 100%;
	border-radius: 8px;
}

.bossgoo_vIdeo_detail1 .video-duration {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 5px 10px;
	border-radius: 4px;
}

.bossgoo_vIdeo_detail1 .video-info {
	margin-top: 30px;


}

.bossgoo_vIdeo_detail1 .video-info .infoTitle {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.bossgoo_vIdeo_detail1 .video-info .infoTitle h2 {
	font-weight: bold;
	color: #000;
}

.bossgoo_vIdeo_detail1 .video-info .btnBox {
	flex-shrink: 0;
	display: flex;
	margin-left: 20px;
}

.bossgoo_vIdeo_detail1 .video-info .categories {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	color: #333;
}


.bossgoo_vIdeo_detail1 .video-info .categories a {
	text-decoration: underline;
	color: #333;
}

.bossgoo_vIdeo_detail1 .video-info .categories .share>a {
	text-decoration: none;
}

.bossgoo_vIdeo_detail1 .video-info .btnBox button {
	height: 44px;
	border-radius: 22px;
	font-size: 14px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	border: unset;
	color: #fff;
}

.bossgoo_vIdeo_detail1 .video-info .btnBox button .iconfont {
	font-size: 26px;
	color: #ffffff;
	margin-right: 8px;
}

.bossgoo_vIdeo_detail1 .video-info .btnBox .leave {
	background-color: #ff9000;
	margin-right: 10px;
	cursor: pointer;
}

.bossgoo_vIdeo_detail1 .video-info .btnBox .now {
	background-color: #3abf27;
	cursor: pointer;
}

.bossgoo_vIdeo_detail1 .video-info h2 {
	margin-top: 0;
}

.bossgoo_vIdeo_detail1 .tags span {
	margin-right: 10px;
	color: orange;
	cursor: pointer;
}

.bossgoo_vIdeo_detail1 .video-stats {
	margin-top: 5px;
}

.bossgoo_vIdeo_detail1 .video-info .video-stats {
	margin-top: 20px;
}

.bossgoo_vIdeo_detail1 .cta-buttons button {
	margin-right: 10px;
	padding: 10px 20px;
	border: none;
	background-color: #007bff;
	color: white;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.bossgoo_vIdeo_detail1 .cta-buttons button:hover {
	background-color: #0056b3;
}

.bossgoo_vIdeo_detail1 .share-button button {
	margin-top: 20px;
	padding: 10px 20px;
	border: none;
	background-color: #ccc;
	color: black;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.bossgoo_vIdeo_detail1 .share-button button:hover {
	background-color: #aaa;
}

.bossgoo_vIdeo_detail1 .related-videos {
	display: flex;
	flex-direction: column;
	width: 350px;
	padding-left: 20px;
	flex-shrink: 0;
}

.bossgoo_vIdeo_detail1 .video-item {
	margin-bottom: 20px;
	position: relative;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease;
}


.bossgoo_vIdeo_detail1 .video-item img {
	width: 100%;
	border-radius: 8px;
}

.bossgoo_vIdeo_detail1 .video-item .video-duration {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 5px 10px;
	border-radius: 4px;
}

.bossgoo_vIdeo_detail1 .related-videos .video-item a {
	display: block;
	margin-top: 5px;
	font-family: ArialMT;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}

.bossgoo_vIdeo_detail1 .content {
	margin-top: 20px;
	padding: 20px;
	background-color: #f0f0f0;
	border-radius: 8px;
}


.bossgoo_vIdeo_detail1 .content .contentText {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 限制显示的行数为3行 */
	overflow: hidden;
	text-overflow: ellipsis;
}

.bossgoo_vIdeo_detail1 .content p {
	color: #333;
}

.bossgoo_vIdeo_detail1 .video-stats {
	display: flex;
}

.bossgoo_vIdeo_detail1 .video-stats .iconfont {
	font-size: 20px;
	margin-right: 5px;
}

.bossgoo_vIdeo_detail1 .video-stats .iconbox {
	margin-right: 10px;
	display: flex;
	align-items: center;
}

.bossgoo_vIdeo_detail1 .video-stats {
	font-size: 14px;
}

.bossgoo_vIdeo_detail1 .videobox {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.6%;
}

.bossgoo_vIdeo_detail1 .videobox video {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	border-radius: 16px;
}

.bossgoo_vIdeo_detail1 .more {
	color: #3B8DFE;
	TEXT-ALIGN: center;
	DISPLAY: block;
}

.bossgoo_vIdeo_detail1 .content p {
	margin-bottom: 10px;
}



@media only screen and (max-width:1040px) {
	.bossgoo_vIdeo_detail1 .video-section {
		width: 100%;
	}

	.bossgoo_vIdeo_detail1 main {
		flex-direction: column;
	}

	.bossgoo_vIdeo_detail1 .video-info .infoTitle {
		flex-direction: column;
	}

	.bossgoo_vIdeo_detail1 .wrap {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.bossgoo_vIdeo_detail1 .video-container,
	.bossgoo_vIdeo_detail1 .video-info {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.bossgoo_vIdeo_detail1 .related-videos {
		width: 100%;
		padding-left: 10px !important;
		padding-right: 10px !important;
		margin-top: .6rem;
		flex-direction: row;
	}

	.bossgoo_vIdeo_detail1 .video-item {
		width: 49%;
		margin-right: 2%;
	}

	.bossgoo_vIdeo_detail1 .video-item:nth-child(2n) {
		margin-right: 0;
	}

	.bossgoo_vIdeo_detail1 .related-videos .video-stats {
		display: none;
	}


}

@media only screen and (max-width:767px) {

	.bossgoo_vIdeo_detail1 .video-item {
		border-radius: 4px;
	}

	.bossgoo_vIdeo_detail1 .video-container,
	.bossgoo_vIdeo_detail1 .video-info {
		padding-left: .1rem !important;
		padding-right: .1rem !important;
	}

	.bossgoo_vIdeo_detail1 .related-videos {
		padding-left: .1rem !important;
		padding-right: .1rem !important;
	}

	.bossgoo_vIdeo_detail1 {
		padding: .3rem 0;
	}

	.bossgoo_vIdeo_detail1 .video-info .infoTitle h2 {
		font-size: .28rem;
	}

	.bossgoo_vIdeo_detail1 .video-info {
		margin-top: .3rem;
	}

	.bossgoo_vIdeo_detail1 .video-info .infoTitle {
		margin-top: .1rem;
	}

	.bossgoo_vIdeo_detail1 .video-info .btnBox {
		margin-left: 0;
		width: 100%;
		margin-top: .35rem;
	}

	.bossgoo_vIdeo_detail1 .video-info .btnBox button {
		width: 50%;
		justify-content: center;
		height: .74rem;
		border-radius: .37rem;
	}

	.bossgoo_vIdeo_detail1 .video-info .btnBox button .iconfont {
		margin-right: 5px;
		font-size: .40rem;
	}

	.bossgoo_vIdeo_detail1 .content {
		padding: .2rem;
	}

	.bossgoo_vIdeo_detail1 .content p {
		margin-bottom: .1rem;
	}

	.bossgoo_vIdeo_detail1 .related-videos {
		margin-top: .3rem;
	}

	.bossgoo_vIdeo_detail1 .related-videos .video-item a {
		font-size: .28rem;
	}

	.bossgoo_vIdeo_detail1 .content {
		margin-top: .2rem;
	}
}

.bossgoo-breadbrumb1 .wrap {
	padding: 24px 0 !important;
	color: #999 !important;
}

.pro_l_bd {
	margin: 40px 0;
}


@media screen and (max-width: 767px) {
	.phone {
		display: block;
	}

	.PC {
		display: none;
	}

	#header {
		height: .7rem !important;
	}

	.bossgoo-header-nav8 .header-phone {
		height: .7rem !important;
	}
}

@media screen and (max-width: 1040px) {

	.bossgoo-header-nav8 .country-list-phone,
	.bossgoo-header-nav8 .header-phone .menu .phone-nav {
		background: rgba(0, 0, 0, 1) !important;
	}

	.phone {
		display: block;
	}

	.PC {
		display: none;
	}

	#header {
		height: 50px;
	}

	.bossgoo-header-nav8 {
		padding: 0;
	}

	.bossgoo-header-nav8 .nav8innerbox {
		padding: 0;
	}

	.bossgoo-header-nav8 .phone {
		width: 100%;
		margin: 0 auto;
	}

	.bossgoo-header-nav8 .header-phone {
		height: 1rem;
		display: flex;
		box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
	}


	.bossgoo-header-nav8 .header-phone .menu:hover .phone-nav {
		background-color: rgb(0, 0, 0) !important;
	}


	.bossgoo-header-nav8 .header-phone .menu-icon,
	.bossgoo-header-nav8 .header-phone .search-box,
	.bossgoo-header-nav8 .header-phone .language-icon {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}

	.bossgoo-header-nav8 .header-phone .menu-icon,
	.bossgoo-header-nav8 .header-phone .search-box {
		width: 1rem;
	}

	.bossgoo-header-nav8 .header-search-box {
		width: 100%;
	}

	.bossgoo-header-nav8 .header-phone .menu {
		position: relative;
	}

	.bossgoo-header-nav8 .header-phone .menu .phone-nav {
		display: none;
		position: absolute;
		z-index: 999;
		left: 0;
		top: 100%;
		width: 6rem;
		max-height: 10rem;
		overflow-y: auto;
		background: rgba(0, 0, 0, .05);
		color: #fff;
	}

	.bossgoo-header-nav8 .header-phone .menu .phone-nav a {
		position: relative;
		display: inline-block;
		max-width: 100%;
		line-height: .6rem;
		padding-right: .25rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #fff;
	}

	.bossgoo-header-nav8 .header-phone .menu .phone-nav>ul {
		display: block;
		padding: .4rem 0;
	}

	.bossgoo-header-nav8 .header-phone .menu .phone-nav>ul>li {
		position: relative;
		padding: 0 .6rem 0 .3rem;
		margin-bottom: .1rem;
	}

	.bossgoo-header-nav8 .header-phone .menu .phone-second-nav>li {
		position: relative;
	}

	.bossgoo-header-nav8 .header-phone .menu .phone-nav .icon-xia {
		position: absolute;
		top: 0;
		font-size: .16rem;
		line-height: .7rem;
		padding: 0 .4rem;
	}

	.bossgoo-header-nav8 .phone-nav>ul>li>.icon-xia {
		right: 0;
	}

	.bossgoo-header-nav8 .header-phone .menu .phone-nav .icon-up {
		transform: rotate(180deg);
		transition: all .1s;
	}

	.bossgoo-header-nav8 .phone-nav .phone-second-nav>li>.icon-xia {
		right: -.6rem;
	}

	.bossgoo-header-nav8 .header-phone .menu .phone-second-nav,
	.bossgoo-header-nav8 .header-phone .menu .phone-third-nav {
		display: none;
		padding-left: .3rem;
	}

	.bossgoo-header-nav8 .header-phone .search-box {
		background: none;
	}

	.bossgoo-header-nav8 .header-phone .search-box .icon-fangdajing {
		color: #fff;
	}

	.bossgoo-header-nav8 .header-phone .country {
		color: #fff;
		height: initial;
	}

	.bossgoo-header-nav8 .header-phone .icon-liebiao1 {
		font-size: .6rem;
	}

	.bossgoo-header-nav8 .header-phone .icon-yuyan {
		font-size: .38rem;
	}

	.bossgoo-header-nav8 .header-phone .logo {
		flex: 1;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 0;
		padding: .12rem 0;
	}

	.bossgoo-header-nav8 .header-phone .logo img {
		max-width: 100% !important;
		max-height: 100% !important;
		object-fit: contain;
	}

	.bossgoo-header-nav8 .header-phone .right-item {
		display: flex;
	}

	.bossgoo-header-nav8 .search-wrap {
		display: flex;
		padding: .25rem;
	}

	.bossgoo-header-nav8 .search-wrap .search-item {
		flex: 1;
		display: flex;
	}

	.bossgoo-header-nav8 .search-wrap .input-text {
		flex: 1;
		display: block;
		padding: 0 .3rem;
		line-height: .9rem;
		background: rgba(0, 0, 0, .05);
		color: #fff;
	}

	.bossgoo-header-nav8 .search-wrap .search-icon,
	.bossgoo-header-nav8 .search-wrap .search-close {
		width: .9rem;
		height: .9rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: .1rem;
	}

	.bossgoo-header-nav8 .search-wrap .search-icon {
		background: rgba(0, 0, 0, .5);
		color: #fff;
	}

	.bossgoo-header-nav8 .search-wrap .search-icon .icon-fangdajing {
		font-size: .3rem;
	}

	.bossgoo-header-nav8 .search-wrap .search-close {
		background: rgba(255, 255, 255, .4);
		color: #515151;
	}

	.input-text::-webkit-input-placeholder {
		font-size: .32rem;
	}

	.input-text::-moz-placeholder {
		font-size: .32rem;
	}

	.input-text:-ms-input-placeholder {
		font-size: .32rem;
	}

	.country-list-phone {
		background: rgba(0, 0, 0, .05);
	}

	/* .country-list-phone .country-name {
	  color: #fff;
	} */
	.country-list ul li .more {
		color: #fff;
	}
}

@media only screen and (max-width:1280px) {
	.bossgoo-index-products19 .prolist {
		gap: 30px 20px;
	}
}

@media only screen and (max-width:1040px) {

	/* .bossgoo-index-products19 .prolist {
	  gap: 30px 20px;
	} */
	.bossgoo-index-products19 .prolist .probox .imgbox .contact {
		display: block;
	}

	.bossgoo-index-products19 {
		padding: .6rem 0;
	}

	.bossgoo-index-products19 .wrap {
		padding: 0 .2rem;
	}

	.bossgoo-index-products19 .prolist {
		grid-template-columns: repeat(2, minmax(3.2rem, 1fr));
		gap: .2rem .2rem;
	}

	.bossgoo-index-products19 .prolist .probox {
		margin-bottom: .2rem;
	}

	.bossgoo-index-products19 .prolist .probox .imgbox .linkbox {
		top: calc(100% - .96rem);
	}

	.bossgoo-index-products19 .prolist .probox .imgbox:hover .linkbox {
		top: calc(100% - .96rem);
	}

	.bossgoo-index-products19 .prolist .probox:hover .imgbox:after {
		opacity: 0;
	}

	.bossgoo-index-products19 .prolist .probox .imgbox .contact {
		opacity: 1;
	}

	.bossgoo-index-products19 .prolist .probox .name,
	.bossgoo-index-products19 .prolist .probox .imgbox .contact {
		padding: 0 .2rem;
		font-size: .28rem;
		height: .6rem;
		line-height: .3rem;
	}

	.bossgoo-index-products19 .prolist .probox:hover .contact {
		left: -100px;
		opacity: 0;
	}

	.bossgoo-index-products19 .prolist .probox:hover {
		box-shadow: none;
	}

	.bossgoo-index-products19 .prolist .probox .linkbox {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:767px) {
	.bossgoo-index-products19 {
		padding: .6rem 0;
	}

	.bossgoo-index-products19 .wrap {
		padding: 0 .2rem;
	}

	.bossgoo-index-products19 .prolist .probox .imgbox {
		margin-bottom: .2rem;
	}

	.bossgoo-index-products19 .prolist .probox .name,
	.bossgoo-index-products19 .prolist .probox .imgbox .contact {
		padding: 0 .2rem;
		font-size: .28rem;
		height: .64rem;
		line-height: .32rem;
	}
}

@media only screen and (max-width: 767px) {

	.phone-footer {
		display: block !important;
		position: fixed;
		z-index: 999;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1.4rem;
		background: #fff;
		box-shadow: 0 0.06rem 0.32rem rgba(0, 0, 0, 0.25);
	}

	.first-title {
		font-size: .44rem;
		margin-bottom: .3rem;
	}

	.home_two {
		padding: .3rem 0 0;
	}

	.ship1-box {
		margin-top: .3rem;
	}

	.ship1-box-item {
		width: 30%;
		margin-right: 5%;
	}

	.ship1-box-item:nth-child(3n) {
		margin-right: 0;
	}

	.home_three {
		padding: .6rem .2rem;
	}

	.ship1-box-text p,
	.ship1-box-text p a {
		font-size: .28rem;
	}

	.productList {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	#main {
		margin-top: 35px;
	}

}

@media only screen and (max-width: 1040px) {
	#main {
		margin-top: 50px;
	}

	.bossgoo-index-inquiry55 .inquiry-box,
	.bossgoo-index-inquiry55 .other-box {
		position: relative;
	}

	.bossgoo-index-news65 {
		padding-bottom: 0;
	}

	.bossgoo-index-contact59 .contactBg {
		min-height: 660px;
	}

	.phone-footer {
		display: block !important;
		position: fixed;
		z-index: 999;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1.4rem;
		background: #fff;
		box-shadow: 0 0.06rem 0.32rem rgba(0, 0, 0, 0.25);
	}

	.phone-footer ul {
		width: 100%;
		display: flex;
	}

	.phone-footer ul li {
		flex: 1;
		padding-top: .2rem;
		text-align: center;
	}

	.phone-footer ul li a {
		font-size: 14px;
		color: #555;
	}

	.phone-footer ul li a i {
		display: block;
		font-size: .42rem;
		margin-bottom: 10px;
	}

	.bossgoo-footer14 .wrap .phone-footer ul li a span {
		display: block;
	}

	.bossgoo-breadbrumb2 a,
	.bossgoo-breadbrumb2 i {
		font-size: 14px;
		color: #666;
	}

	.productsList-2 .proBox {
		margin-bottom: -1.8rem;
	}
}

@media only screen and (max-width:480px) {
	.ship1-box-item {
		width: 48%;
		margin-right: 4%;
	}

	.ship1-box-img {
		border-radius: .15rem;
	}

	.ship1-box-item:nth-child(3n),
	.bossgoo-index-product-ship1 .ship1-box-item:nth-child(5n) {
		margin-right: 4%;
	}

	.ship1-box-item:nth-child(2n) {
		margin-right: 0;
	}

	#main {
		margin-top: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.bossgoo-header-nav8 .search-wrap .search-icon {
		background: rgba(0, 0, 0, .5) !important;
		color: #fff;
	}

	.products-view .list {
		padding-top: 10px;
	}

	#main .products-view>.title .img .list li {
		width: calc(25% - 26px);
		margin-right: 10px;
		margin-top: 10px;
		float: left;
	}

	#main .products-view>.title {
		padding: 0;
		border: 0;
	}

	.list li {
		box-shadow: none;
	}

	#main .products-view .larRi {
		width: 100%;
		padding-left: 0;
	}

	.pro11-descText {
		width: 100%;
		height: 100%;
	}

	.pro11-descText video {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.diyi,
	.dier {
		margin-right: 0 !important;
		width: 100% !important;
		padding-bottom: 20px;
		position: relative;
	}

	.bd_yzm input {
		width: calc(100% - 180px) !important;
	}

	.bd_tijiao {
		width: 120px !important;
		height: 36px !important;

	}

	.bd_tijiao button {
		width: 120px !important;
		height: 36px !important;
		line-height: 36px !important;
		font-size: 16px !important;
	}

	.online-message_cp {
		margin-bottom: 0 !important;
	}

	.pro11-contact {
		margin-bottom: 0 !important;

	}

	.swiper-container {
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 20px;
	}

	.pro11-view .swiper-slide {
		width: calc(33.33% - 5px);
		margin-right: 10px;
	}

	#main {
		margin-top: 35px;
	}

	.bossgoo-news-details3 .details3_right {
		display: block;
		width: 100%;
		padding-left: 0;
		box-sizing: border-box;
	}

	.bossgoo-news-details3 {
		padding-top: 40px;

	}

	.bossgoo-news-details3 .pcpro .details3_riProduct {
		width: calc(50% - 5px);
		margin-right: 10px;
		float: left;
	}

	.bossgoo-news-details3 .pcpro .details3_riProduct:nth-child(2n) {
		margin-right: 0;
	}

	.bossgoo-news-details3 .details3_riProduct {
		width: 100%;
		margin-right: 0%;
	}

	.bossgoo_vIdeo_detail1 .video-item {
		width: calc(25% - 5px) !important;
		margin-right: 10px;
	}

	.ny_h1 {
		padding: 20px;
	}

	.path {
		display: none;
	}

	#tab_li li a {
		font-size: 14px;
	}

	.rem_tab_t ul li.current {
		padding: 0 10px;
	}

	.rem_tab_t ul li {
		padding: 0 10px;
	}

	.video-list .title {
		font-size: 14px;
	}

	.inputbox .yzm_l {
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}

	.con_yzm {
		height: 40px;
	}
}

@media only screen and (max-width: 1440px) {
	.bossgoo-breadbrumb1 .wrap {
		padding: 24px 24px !important;
	}
}

.bossgoo-certify-list1 {
	margin-top: 60px;
	color: #222222;
}

.bossgoo-certify-list1 .blackbackground {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(34, 34, 34, .5);
	display: none;
	z-index: 999;
	transition: all .5s ease;
}

.bossgoo-certify-list1 .largeImgDisplay {
	height: 80vh;
	width: 60vh;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	display: none;
}

.bossgoo-certify-list1 .largeImgDisplay img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bossgoo-certify-list1 .categories {
	display: flex;
}

.bossgoo-certify-list1 .categories.phone {
	display: none;
}

.bossgoo-certify-list1 .categories .categorybtn {
	width: 140px;
	height: 50px;
	display: flex;
	background-color: #f3f3f3;
	border: 1px solid #ededed;
	border-bottom: 0px;
	line-height: 50px;
	text-align: center;
}

.bossgoo-certify-list1 .categories .categorybtn.active {
	background-color: #ffffff;
}

.bossgoo-certify-list1 .categories .categorybtn:first-child {
	border-right: 0;
}

.bossgoo-certify-list1 .categories .categorybtn a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #222222;
	font-weight: bold;
	font-size: 16px;
}

.bossgoo-certify-list1 .categories .whiteblock {
	flex: 1;
	border-bottom: 1px solid #ededed;
}

.bossgoo-certify-list1 .categories-2 {
	display: flex;
	margin: 15px auto;
}

.bossgoo-certify-list1 .categories-2 .categories-2-btn {
	font-size: 16px;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ededed;
	margin-right: 20px;
	cursor: pointer;
	color: #666666;
}

.bossgoo-certify-list1 .categories-2 .categories-2-btn.active {
	border: 1px solid #000000;
}

.categories-2-btn a {
	color: #666;
}

.bossgoo-certify-list1 .certifyarea .certifylist {
	padding-top: 15px;
	display: flex;
	height: auto;
	justify-content: space-between;
	display: none;
}

.bossgoo-certify-list1 .certifyarea .certifylist .certifybox {
	width: 18%;
	display: flex;
	height: auto;
	flex-direction: column;
	margin: 0 2.5% 20px 0;
}

.bossgoo-certify-list1 .certifyarea .certifylist .certifybox:nth-child(5n) {
	margin-right: 0;
}

.bossgoo-certify-list1 .certifyarea .certifylist .certifybox .imgbox {
	border: 1px solid #ededed;
	width: 100%;
	height: auto;
	object-fit: contain;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bossgoo-certify-list1 .certifyarea .certifylist .certifybox img {
	width: 100%;
	height: 260px;
	object-fit: contain;
	cursor: pointer;
}

.bossgoo-certify-list1 .certifyarea .certifylist .certifybox p {
	margin-top: 15px;
	padding: 0 5px;
	text-align: center;
	font-size: 18px;
	color: #222222;
	line-height: 25px;
	font-weight: bold;
	height: 50px;
}

.bossgoo-certify-list1 .certifyarea .show {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.bossgoo-supplier-email1 .form textarea {
	color: #666666
}

@media only screen and (max-width: 1040px) {
	.bossgoo-certify-list1 .categories.pc {
		display: none;
	}

	.bossgoo-certify-list1 .categories.phone {
		display: flex;
		width: 100%;
	}

	.bossgoo-certify-list1 {
		margin-top: 0.6rem;
		padding: 0 .2rem;
	}

	.bossgoo-certify-list1 .categories {
		display: flex;
		overflow: hidden;
	}

	.bossgoo-certify-list1 .categories .categorybtn a {
		font-size: 0.4rem;
	}

	.bossgoo-certify-list1 .categories .whiteblock {
		display: none;
	}

	.bossgoo-certify-list1 .categories-2 {
		margin: 0.3rem auto;
		flex-wrap: wrap;
		width: 100%;
	}

	.bossgoo-certify-list1 .categories-2 .categories-2-btn {
		font-size: 0.36rem;
		line-height: 0.8rem;
		padding: 0 0.2rem;
		height: 0.8rem;
		border: 0.02rem solid #ededed;
		margin-right: 0.2rem;
		margin-bottom: 0.2rem;
	}

	.bossgoo-certify-list1 .categories-2 .categories-2-btn.active {
		border: 0.02rem solid #000000;
	}

	.bossgoo-certify-list1 .certifyarea .certifylist {
		padding: 0.3rem 0 0;
		flex-wrap: wrap;
	}

	.bossgoo-certify-list1 .categories .categoriesMain {
		width: 100%;
	}

	.bossgoo-certify-list1 .categories .categoriesMain .categorybtn {
		width: 100%;
		height: 1rem;
		border: 0.01rem solid #ededed;
		line-height: 1rem;
	}

	.bossgoo-certify-list1 .certifyarea .certifylist .certifybox {
		width: 23%;
		margin: 0 2.66% .6rem 0;
	}

	.bossgoo-certify-list1 .certifyarea .certifylist .certifybox:nth-child(4n) {
		margin-right: 0;
	}

	.bossgoo-certify-list1 .certifyarea .certifylist .certifybox:nth-child(5n) {
		margin-right: 2.66%;
	}

	.bossgoo-certify-list1 .certifyarea .certifylist .certifybox .imgbox {
		border: 0.02rem solid #ededed;
	}

	.bossgoo-certify-list1 .certifyarea .certifylist .certifybox img {
		height: 5.6rem;
		object-fit: contain;
	}

	.bossgoo-certify-list1 .certifyarea .certifylist .certifybox p {
		margin-top: 0.2rem;
		padding: 0 0.1rem;
		text-align: center;
		font-size: 0.36rem;
		line-height: .4rem;
		height: 0.8rem;
	}
}

@media only screen and (max-width: 767px) {
	.bossgoo-certify-list1 {
		padding: 20px .2rem 0 .2rem;
	}

	.bossgoo-certify-list1 .largeImgDisplay {
		height: 130vw;
		width: 90vw;
	}

	.bossgoo-certify-list1 .categories .categoriesMain {
		width: 100%;
	}

	.bossgoo-certify-list1 .categories .categoriesMain .categorybtn {
		width: 100%;
		height: 0.6rem;
		border: 0.01rem solid #ededed;
		line-height: 0.6rem;
	}

	.bossgoo-certify-list1 .categories .categorybtn {
		width: 50%;
		height: 0.5rem;
		border: 0.01rem solid #ededed;
		line-height: 0.5rem;
	}

	.bossgoo-certify-list1 .categories .categorybtn a {
		font-size: 0.28rem;
	}

	.bossgoo-certify-list1 .categories .whiteblock {
		display: none;
	}

	.bossgoo-certify-list1 .categories-2 {
		margin: 0.15rem auto;
		flex-wrap: wrap;
		width: 100%;
	}

	.bossgoo-certify-list1 .categories-2 .categories-2-btn {
		font-size: 0.24rem;
		line-height: 0.55rem;
		padding: 0 0.1rem;
		height: 0.55rem;
		border: 0.01rem solid #ededed;
		margin-right: 0.1rem;
		margin-bottom: 0.1rem;
	}

	.bossgoo-certify-list1 .categories-2 .categories-2-btn.active {
		border: 0.01rem solid #000000;
	}

	.bossgoo-certify-list1 .certifyarea .certifylist {
		padding: 0.15rem 0 0;
		flex-wrap: wrap;
	}

	.bossgoo-certify-list1 .certifyarea .certifylist .certifybox {
		width: 48%;
		margin: 0 4% 0.4rem 0;
	}

	.bossgoo-certify-list1 .certifyarea .certifylist .certifybox:nth-child(2n) {
		margin-right: 0;
	}

	.bossgoo-certify-list1 .certifyarea .certifylist .certifybox:nth-child(4n) {
		margin-right: 0;
	}

	.bossgoo-certify-list1 .certifyarea .certifylist .certifybox:nth-child(5n) {
		margin-right: 4%;
	}

	.bossgoo-certify-list1 .certifyarea .certifylist .certifybox .imgbox {
		border: 0.01rem solid #ededed;
	}

	.bossgoo-certify-list1 .certifyarea .certifylist .certifybox img {
		height: 2.8rem;
		object-fit: contain;
	}

	.bossgoo-certify-list1 .certifyarea .certifylist .certifybox p {
		margin-top: 0.1rem;
		padding: 0 0.05rem;
		text-align: center;
		font-size: 0.28rem;
		line-height: 0.3rem;
		height: .6rem;
	}
}

.magnify-stage,
.magnify-modal {
	max-height: 800px !important;

}

.bossgoo-supplier-email1 {
	padding: 80px 0 100px;
}

.bossgoo-supplier-email1 .emailTitle {
	font-weight: 800;
	color: #222222;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 20px;
}

.bossgoo-supplier-email1 .form {
	width: 100%;
}

.bossgoo-supplier-email1 .form .emailinput {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.bossgoo-supplier-email1 .form input[type^="text"] {
	display: block;
	width: 100%;
	background-color: #f8f8f8;
	padding: 16px 20px 16px 130px;
	font-size: 16px;
	line-height: 36px;
}

.bossgoo-supplier-email1 .form textarea {
	/* margin-left: 20px; */
	font-family: Arial, Helvetica, sans-serif !important;
	width: 100%;
	height: 160px;
	background-color: #f8f8f8;
	padding: 16px 20px 16px 130px;
	font-size: 16px;
	line-height: 30px;
}

.bossgoo-supplier-email1 .Validform_checktip {
	font-size: 14px;
}

.bossgoo-supplier-email1 .form label {
	position: absolute;
	left: 5px;
	top: 16px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #666666;
}

.bossgoo-supplier-email1 .form input[type^="text"] {
	color: #666666;
}

.bossgoo-supplier-email1 .form em {
	color: red;
	font-size: 20px;
}

.bossgoo-supplier-email1 .form input[type="submit"] {
	display: block;
	margin: 0 auto;
	background-color: #333;
	width: 280px;
	height: 50px;
	border-radius: 6px;
	color: white;
	font-size: 18px;
	cursor: pointer;
}

.bossgoo-supplier-email1 .form input[type="button"] {
	display: block;
	margin: 0 auto;
	background-color: #333;
	width: 280px;
	height: 50px;
	border-radius: 6px;
	color: white;
	font-size: 18px;
	cursor: pointer;
}

.bossgoo-supplier-email1 #from {
	padding-left: 80px;
}

.bossgoo-supplier-email1 #to {
	padding-left: 56px;
}

.bossgoo-supplier-email1 #message {
	padding-left: 110px;
}

.bossgoo-supplier-email1 .contactSup .emailinput .Validform_error {
	background-color: #ffe7e7;
}

@media only screen and (max-width:1040px) {
	.bossgoo-supplier-email1 #from {
		padding-left: 1.6rem;
	}

	.bossgoo-supplier-email1 #to {
		padding-left: 1.12rem;
	}

	.bossgoo-supplier-email1 #message {
		padding-left: 2.2rem;
	}

	.bossgoo-supplier-email1 {
		margin: 0.6rem auto;
		padding: 0 0.4rem .6rem 0.4rem;
	}

	.bossgoo-supplier-email1 .emailTitle {
		font-size: 0.64rem;
		line-height: 0.64rem;
		margin-bottom: 0.4rem;
	}

	.bossgoo-supplier-email1 .form .emailinput {
		margin-bottom: 0.4rem;
	}

	.bossgoo-supplier-email1 .form input[type^="text"] {
		padding: 0.34rem 0.40rem 0.34rem 2.4rem;
		font-size: 0.32rem;
		line-height: 0.52rem;
	}

	.bossgoo-supplier-email1 .form textarea {
		height: 3.2rem;
		padding: 0.34rem 0.4rem 0.34rem 2.4rem;
		font-size: 0.32rem;
		line-height: 0.4rem;
	}

	.bossgoo-supplier-email1 .form label {
		left: 0.4rem;
		top: 0.36rem;
		font-size: 0.36rem;
	}

	.bossgoo-supplier-email1 .form input[type="submit"] {
		width: 6rem;
		height: 1.1rem;
		border-radius: 0.12rem;
		left: 50%;
		font-size: 0.36rem;
	}
}

@media only screen and (max-width:767px) {
	.bossgoo-supplier-email1 #from {
		padding-left: 1.1rem;
	}

	.bossgoo-supplier-email1 #to {
		padding-left: .7rem;
	}

	.bossgoo-supplier-email1 #message {
		padding-left: 1.6rem;
	}

	.bossgoo-supplier-email1 {
		margin:  auto;
		padding: 0 0.2rem .6rem 0.2rem;
	}

	.bossgoo-supplier-email1 .emailTitle {
		font-size: 0.32rem;
		line-height: 0.32rem;
		margin-bottom: 0.2rem;
	}

	.bossgoo-supplier-email1 .form .emailinput {
		margin-bottom: 0.2rem;
	}

	.bossgoo-supplier-email1 .form input[type^="text"] {
		padding: 0.2rem 0.20rem 0.2rem 1.6rem;
		font-size: 0.24rem;
		line-height: 0.36rem;
	}

	.bossgoo-supplier-email1 .form textarea {
		height: 1.60rem;
		padding: 0.2rem 0.2rem 0.2rem 1.6rem;
		font-size: 0.24rem;
		line-height: 0.36rem;
	}

	.bossgoo-supplier-email1 .form em {
		font-size: 0.28rem;
	}

	.bossgoo-supplier-email1 .form label {
		left: 0.2rem;
		top: 0.24rem;
		font-size: 0.24rem;
	}

	.bossgoo-supplier-email1 .form input[type="submit"] {
		width: 4rem;
		height: 0.7rem;
		border-radius: 0.06rem;
		left: 50%;
	}
}

.bossgoo_company_1 {
	width: 100%;
	background-color: #fff;
}


/* company-factory 开始 */
.bossgoo_company_1 .company-factory {
	padding: 30px 0;
}

.bossgoo_company_1 .com-fa-title {
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #222;
}

.bossgoo_company_1 .com-fa-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.bossgoo_company_1 .com-fa-item {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 25px;
}

.bossgoo_company_1 .com-fa-item:nth-child(4n) {
	margin-right: 0;
}

.bossgoo_company_1 .com-fa-img-box {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.bossgoo_company_1 .com-fa-img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bossgoo_company_1 .com-fa-img img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	object-fit: contain;
}

.bossgoo_company_1 .com-fa-text {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	margin-top: 10px;
	color: #222;
	font-weight: bold;
}

/* company-factory 结束 */
@media only screen and (max-width:1040px) {
	.bossgoo_company_1 .com-fa-title {
		font-size: .6rem;
		line-height: .6rem;
	}

	.bossgoo_company_1 .company-factory {
		padding-left: .2rem;
		padding-right: .2rem;
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
	}

	.bossgoo_company_1 .com-fa-text {
		font-size: .4rem;
	}
}

@media only screen and (max-width:767px) {
	.bossgoo_company_1 .company-factory {
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}

	.bossgoo_company_1 .com-fa-box {
		margin-top: .3rem;
	}

	.bossgoo_company_1 .com-fa-item {
		width: 49%;
		margin-right: 2%;
	}

	.bossgoo_company_1 .com-fa-item:nth-child(2n) {
		margin-right: 0;
	}

	.bossgoo_company_1 .com-fa-text {
		font-size: .32rem;
	}

	.bossgoo_company_1 .com-fa-title {
		font-size: .4rem;
		line-height: .4rem;
	}
}

@media only screen and (max-width:480px) {}




/* company-email 开始 */
.bossgoo_company_1 .company-email {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* company-email 结束 */
@media only screen and (max-width:1040px) {
	.bossgoo_company_1 .company-email {
		padding-top: .6rem;
		padding-bottom: .6rem;
		padding-left: .2rem;
		padding-right: .2rem;
	}
}

@media only screen and (max-width:767px) {
	.bossgoo_company_1 .company-email {
		padding-top: .3rem;
		padding-bottom: .3rem;
	}
}

@media only screen and (max-width:480px) {
	.bossgoo_company_1 .company-email {
		padding-top: .5rem;
	}
}



.pictures_eyes_in img {
	display: inline-block;
}