.carousel {
	z-index: -1;
}

/* banner开始 */
.q-banner .swiper-slide {
	position: relative;
}

.q-banner .swiper-slide img {
	width: 100%;
}

.q-banner .swiper-slide .text_box {
	position: absolute;
	left: 110px;
	bottom: 26%;
	width: 66%;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.q-banner .swiper-slide .text_box h1 {
	margin-bottom: 23px;
	font-size: 50px;
	font-weight: 700;
	width: 100%;
	float: left;
}

.q-banner .swiper-slide .text_box h1::before {
	content: '';
	display: block;
	width: 100px;
	height: 6px;
	background-color: #ffa500;
	border-radius: 2px;
	position: relative;
	top: -27px;
	left: 0;
}

.q-banner .swiper-slide .text_box p {
	font-size: 24px;
	width: 100%;
	float: left;
}

.q-banner .swiper-slide .text_box a {
	display: inline-block;
	margin-top: 70px;
	padding: 14px 80px;
	border-radius: 8px;
	border: 2px solid #ffa500;
	color: #ffa500;
	float: left;
	font-size: 18px;
}

/* banner结束 */
/* 关于我们开始 */
.about_us {
    width: 100%;
    padding: 0px 80PX;
    margin: 70px auto;
    display: flex;
    justify-content: space-between;
}

.about_us .lef {
	width: 50%;
	padding: 0px;
	background: url(/assets/image/01.png) no-repeat;
	background-size: 96%;
	color: #fff;
	text-align: justify;
}

.about_us .lef .about_tit {
	display: flex;
	align-items: center;
}

.about_us .lef .about_tit img {
	width: 183px;
	margin-right: 12px;
	height: 84px;
	display: none;
}

.about_us .lef .about_tit p span:nth-child(1) {
	font-size: 45px;
	color: #000;
}

.about_us .lef .about_tit p span:nth-child(2) {
	display: block;
	font-size: 16px;
	color: #ffa500;
	line-height: 18px;
	text-align: right;
}

.about_us .lef .about_tit p span:nth-child(2)::before {
	content: '';
	display: block;
	width: 84px;
	height: 3px;
	background-color: #ffa500;
	border-radius: 2px;
	position: relative;
	top: 10px;
	left: 0;
}

.about_us .lef .about_content {
	margin-top: 6%;
}

.about_us .lef .about_content p {
	line-height: 32px;
	color: #333;
}

.about_us .lef .about_content a {
	display: inline-block;
	margin-top: 5%;
	padding: 12px 60px;
	border-radius: 8px;
	background-color: #ffa500;
	border: 1px solid #fff;
	color: #fff;
	transition: all 0.6s;
}

.about_us .lef .about_content a:hover {
	display: inline-block;
	margin-top: 8%;
	padding: 12px 60px;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid #ffa500;
	color: #ffa500;
	transition: all 0.6s;
}

.about_us .rig {
	width: 43%;
	display: flex;
	justify-content: space-between;
}

.about_us .rig .box_1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.about_us .rig .box_1 img {
	width: 100%;
}

/* 关于我们结束 */
/* 样本产品开始 */
.product .search_line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 45px 80PX 35px;
	background-color: #f2f3f4;
}

.product .search_line .lef {
	width: 42%;
	color: #000;
}

.product .search_line .lef h2 {
	margin: 15px 0;
	font-size: 45px;
}

.product .search_line .lef h2::before {
	content: 'PRODUCT';
	position: relative;
	display: block;
	top: -10px;
	left: 0;
	font-size: 18px;
	font-family: none;
} 

.product .search_line .lef p {
	font-size: 18px;
}

.product .search_line .rig {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	width: 58%;
}

.product .search_line .rig input {
	width: 20%;
	margin-right: 5px;
	padding-left: 10px;
	height: 50px;
	line-height: 40px;
	outline: none;
	border: none;
	border-radius: 8px;
}

.product .search_line .rig input:nth-child(1) {
	width: 30%;
}

.product .search_line .rig .search_btn {
	padding: 10px 17px;
	line-height: 40px;
	background-color: #ffa500;
	border-radius: 8px;
}

.product .search_line .rig .search_btn:nth-child(2) {
	margin-right: 15px;
}

.product .list_wrapper {
	width: 100%;
	PADDING: 60px 80PX;
}

.product .list_wrapper .category_line {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
}

.product .list_wrapper .category_line li {
	border: 1px solid #ccc;
	padding: 15px 0;
	flex: 1;
	text-align: center;
	margin-left: -1px;
	cursor: pointer;
}

.product .list_wrapper .category_line li.active {
	color: #fff;
	background-color: #ffa500;
}

.product .list_wrapper .content_box>li {
	display: none;
	justify-content: space-between;
}

.product .list_wrapper .content_box>li.active {
	display: flex;
}

.product .list_wrapper .content_box>li .lef {
	padding: 60px 40px;
	background-color: #f2f3f4;
	width: 53%;
}

.product .list_wrapper .content_box>li .lef h2 {
	margin: 0px 0 7% 0;
	font-size: 26px;
	color: #000;
}

.product .list_wrapper .content_box>li .lef ul {
	color: #ffa500;
}

.product .list_wrapper .content_box>li .lef ul li {
	position: relative;
	display: inline-block;
	width: 48%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 12px;
}

.product .list_wrapper .content_box>li .lef ul li a {
    color: #333;
    font-size: 15px;
    line-height: 22px;
}

.product .list_wrapper .content_box>li .lef ul li a:hover {
	color: #ffa500;
}

.product .list_wrapper .content_box>li .lef ul li::before {
	content: '■';
	display: block;
	position: absolute;
	/* right: 4px; */
	top: 0px;
	transform: rotate(45deg) scale(0.7);
	font-size: 13px;
	left: 0;
}

.product .list_wrapper .content_box>li .lef>a {
    display: inline-block;
    margin-top: 6%;
    padding: 12px 55px;
    border-radius: 8px;
    background-color: #ffa500;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.6s;
}

.product .list_wrapper .content_box>li .lef>a:hover {
	display: inline-block;
	margin-top: 6%;
	padding: 12px 55px;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid #ffa500;
	color: #ffa500;
	transition: all 0.6s;
}

.product .list_wrapper .content_box>li .rig {
	width: 47%;
	background: url(/assets/image/04.png) no-repeat;
	background-size: 100% 100%;
}

.product .list_wrapper .content_box>li .rig img {
	/* width: 100%; */
	padding: 0px 100px 0PX;
	margin-top: -1%;
}

.imgbgc {
	position: relative;
	top: 32px;
	z-index: 9 !important;
	padding: 0px !important;
	margin: 1px !important;
	border: 0 !important;
	width: 109PX !important;
	right: 27px;
	float: right;
}

.product .list_wrapper>a {
	display: block;
	margin: 50px auto;
	text-align: center;
	width: 19%;
	padding: 16px 0px;
	border-radius: 8px;
	border: 2px solid #ffa500;
	color: #ffa500;
	transition: all 0.6s;
}

.product .list_wrapper>a:hover {
	display: block;
	margin: 50px auto;
	text-align: center;
	width: 19%;
	padding: 16px 0px;
	border-radius: 8px;
	background-color: #ffa500;
	border: 2px solid #ffa500;
	color: #fff;
	transition: all 0.6s;
}

/* 样本产品结束 */
/* 为什么选择我们开始 */
.why_choose_us {
	padding: 70px 80PX 65px;
	background-color: #ffa500;
	color: #fff;
	text-align: center;
	width: 100%;
	background: url(/assets/image/03.png) no-repeat;
	background-size: 100% 100%;
}

.why_choose_us p {
	font-size: 18px;
}

.why_choose_us h2 {
	font-size: 45px;
	margin: 10px 0 60px;
}

.why_choose_us ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.why_choose_us ul li {
	width: 25%;
}

.why_choose_us ul li img {
	width: 120px;
	height: 120px;
}

.why_choose_us ul p:nth-child(2) {
	margin: 18px 0;
	font-size: 24px;
}

.why_choose_us ul p:nth-child(3) {
	font-size: 16px;
}

/* 为什么选择我们结束 */

/* 企业站行业应用开始 */
.industry_solutions {
	padding: 70px 0 0;
	text-align: center;
}

.industry_solutions p {
	font-size: 18px;
	color: #ffa500;
}

.industry_solutions h3 {
	font-size: 45px;
	color: #000;
	margin: 10px 0 45px;
}

.industry_solutions ul {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.industry_solutions ul li {
	position: relative;
	width: 25%;
	flex: 1;
	background: #000;
	overflow: hidden;
}

.industry_solutions ul li img {
	width: 100%;
	opacity: .7;
	min-height: 454px;
	object-fit: cover;
}

.industry_solutions ul li span {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	font-size: 30px;
	color: #fff;
}

/* 企业站行业应用结束 */

/* 企业站企业新闻开始 */
.news {
	padding: 75px 0 80px;
}

.news>p {
	font-size: 18px;
	color: #ffa500;
	text-align: center;
}

.news h3 {
	margin: 12px 0 45px;
	font-size: 45px;
	color: #000;
	text-align: center;
}

.news ul {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0px 80px;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.news ul li {
	width: 32%;
	border: 1px solid #eee;
}

.news ul li img {
	height: 315px;
	width: 100%;
}

.news ul li div {
	padding: 20px;
}

.news ul li div>a>p {}

.news ul li div>a>p:hover {
	color: #ffa500;
	transition: all 0.6s;
}

.news ul li div .time {
	color: #B3B3B3;
}

.news ul li div .tit {
	font-size: 18px;
	margin: 16px 0px 20px;
	color: #000;
}

.news ul li div .content {
	line-height: 28px;
	color: #333;
}

.news ul li div .detail {
	display: inline-block;
	padding: 9px 32px;
	color: #ffa500;
	border: 1px solid #ffa500;
	border-radius: 8px;
	margin: 26px 0 16px;
	transition: all 0.6s;
}

.news ul li div .detail:hover {
	display: inline-block;
	padding: 9px 32px;
	color: #fff;
	border: 1px solid #ffa500;
	background-color: #ffa500;
	border-radius: 8px;
	margin: 26px 0 16px;
	transition: all 0.6s;
}

/* 企业站企业新闻结束 */

/* 手机  (<=768px)*/
@media (max-width: 768px) {
	.q-banner .swiper-slide img {
		height: 250px;
	}

	.q-banner .swiper-slide .text_box {
		width: 100%;
		bottom: 85px;
		left: 13px;
	}

	.q-banner .swiper-slide .text_box h1 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.q-banner .swiper-slide .text_box p {
		font-size: 16px;
	}

	.q-banner .swiper-slide .text_box h1::before {
		top: -10px;
		width: 40px;
		height: 5px;
	}

	.q-banner .swiper-slide .text_box a {
		margin-top: 10px;
		padding: 6px 25px;
		font-size: 15px;
	}

	.about_us {
		display: block;
		padding: 0;
		width: 94%;
	}

	.about_us .lef,
	.about_us .rig {
		width: 100%;
	}

	.about_us .lef .about_content {
		margin-top: 20px;
	}

	.about_us .lef .about_tit {
		margin-top: 30px;
	}

	.about_us .lef .about_tit p span:nth-child(1) {
		font-size: 32px;
	}

	.about_us .lef .about_tit p span:nth-child(2)::before {
		width: 47px;
	}

	.about_us .lef .about_content p {
		line-height: 30px;
	}

	.about_us .lef .about_tit img {
		width: 133px;
		height: auto;
	}

	.about_us .lef .about_content a {
		margin-top: 20px;
		padding: 15px 60px;
	}

	.about_us .rig {
		margin: 30px 0;
	}

	.about_us .rig .box_1 {
		margin-right: 0px;
	}

	.product .search_line {
		display: block;
		margin-top: 50px;
		padding: 37px 15px;
	}

	.product .search_line .lef,
	.product .search_line .rig {
		width: 100%;
		display: block;
	}

	.product .search_line .lef h2 {
		font-size: 32px;
	}

	.product .search_line .lef p {
		font-size: 16px;
	}

	.product .search_line .rig input:nth-child(1),
	.product .search_line .rig input {
		width: 65%;
		margin-top: 10px;
		height: 36px;
		line-height: 36px;
		border-radius: 6px;
	}

	.product .search_line .rig .search_btn {
		padding: 9px 10px;
		line-height: 40px;
		background-color: #ffa500;
		border-radius: 6px;
		width: 36px;
		height: 33px;
	}

	.product .list_wrapper {
		width: 92%;
		margin: 20px auto;
		padding: 0;
	}

	.product .list_wrapper .category_line {
		flex-wrap: wrap;
	}

	.product .list_wrapper .category_line li {
		width: 50%;
		flex: none;
		padding: 8px 0;
		border: 0;
		border-bottom: 1px solid #ccc;
	}

	.product .list_wrapper .content_box>li .rig,
	.product .list_wrapper .content_box>li .lef {
		width: 100%;
		height: auto;
		padding-bottom: 19px;
	}

	.product .list_wrapper .content_box>li .lef {
		padding: 30px 10px;
	}

	.product .list_wrapper .content_box>li .lef ul {
		overflow-y: scroll;
	}

	.product .list_wrapper .content_box>li .lef ul li {
		position: relative;
		display: inline-block;
		width: 48%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		padding-left: 10px;
		line-height: 30px;
	}

	.product .list_wrapper .content_box>li .rig img {
		/* width: 100%; */
		padding: 0px 2px;
	}

	.product .list_wrapper .content_box>li.active {
		display: block;
	}

	.product .list_wrapper>a {
		margin: 20px auto;
		padding: 10px 0;
		width: 50%;
	}

	.why_choose_us {
		padding: 30px 10PX 25px;
		background-color: #ffa500;
		color: #fff;
		text-align: center;
		/* width: 100%; */
		background: url(/assets/image/03.png) no-repeat;
		background-size: 100% 100%;
	}

	.why_choose_us ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.why_choose_us ul li {
		width: 48%;
	}

	.why_choose_us ul li img {
		width: 84px;
		height: 84px;
	}

	.why_choose_us ul p:nth-child(2) {
		margin: 5px 0;
		font-size: 22px;
	}

	.why_choose_us ul p:nth-child(3) {
		font-size: 16px;
	}

	.why_choose_us h2 {
		font-size: 32px;
		margin: 10px 0 26px;
	}

	.industry_solutions {
		padding: 40px 10px 0;
		text-align: center;
	}

	.industry_solutions h3 {
		font-size: 32px;
		color: #000;
		margin: 10px 0 18px;
	}

	.industry_solutions ul {
		display: flex;
		margin-bottom: 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.industry_solutions ul li {
		position: relative;
		width: 49%;
		flex: none;
		background: #000;
		overflow: hidden;
		margin-top: 15px;
	}

	.industry_solutions ul li img {
		width: 100%;
		opacity: .7;
		min-height: 207px;
		object-fit: cover;
	}

	.industry_solutions ul li span {
		position: absolute;
		bottom: 23px;
		left: 0;
		width: 100%;
		font-size: 18px;
		color: #fff;
	}

	.news {
		padding: 45px 0 40px;
	}

	.news h3 {
		margin: 12px 0 25px;
		font-size: 32px;
		color: #000;
		text-align: center;
	}

	.news ul {
		display: flex;
		align-items: center;
		width: 100%;
		padding: 0px 10px;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.news ul li {
		width: 100%;
		border: 1px solid #eee;
	}

	.news ul li img {
		height: 290px;
		width: 100%;
	}

	.news ul li div {
		padding: 10px;
	}

	.news ul li div .tit {
		font-size: 20px;
		margin: 13px 0px 13px;
		color: #000;
	}

	.news ul li div .detail {
		display: inline-block;
		padding: 9px 32px;
		color: #ffa500;
		border: 1px solid #ffa500;
		border-radius: 8px;
		margin: 15px 0 16px;
	}
}

