.carousel {
	z-index: -1;
}

/* banner start*/
.q-banner .swiper-slide {
	position: relative;
}

.q-banner .swiper-slide img {
	width: 100%;
}

.q-banner .swiper-slide .text_box {
	left: 60px;
	position: absolute;
	bottom: 41%;
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
	justify-content: space-evenly;
}

.q-banner .swiper-slide .text_box h1 {
	margin-bottom: 25px;
	font-size: 62px;
	color: #000;
	font-weight: 700;
	width: 100%;
	float: left;
	text-shadow: 2px 3px 8px #ffffff;
}

.q-banner .swiper-slide .text_box p {
	font-size: 36px;
	width: 100%;
	float: left;
	letter-spacing: 1px;
	color: #276fda;
	text-shadow: 2px 3px 8px #ffffff;
}

/* banner end */


/* 关于我们 start */
.about_us {
	width: 100%;
	padding: 60px 0PX;
	margin: 0px auto 0;
	display: flex;
	justify-content: space-between;
	background-color: #f6f6f6;
	background: url(/assets/image/03.png) no-repeat;
	background-size: 100% 100%;
}

.about_us .lef {
	width: 69%;
	padding: 14px 0px 0px;
	color: #fff;
	text-align: justify;
	float: left;
}

.about_us .lef h2 {
	display: block;
	font-size: 34px;
	line-height: 25px;
	text-align: left;
	width: 100%;
	float: left;
	font-weight: bold;
	letter-spacing: 1px;
}

.about_us .lef h3 {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	width: 100%;
	float: left;
}

.about_us .lef .about_content {
	margin-top: 1%;
	float: left;
}

.about_us .lef .about_content p {
	line-height: 26px;
	color: #fff;
	WIDTH: 100%;
	FLOAT: LEFT;
}

.about_us .lef .about_content a {
	display: inline-block;
	margin-top: 5%;
	padding: 0px 16px;
	border: 2px solid #ffffff;
	background-color: #ffffff;
	color: #000;
	transition: all 0.6s;
	line-height: 46px;
	width: 190px;
	border-radius: 50px;
	text-align: center;
}

.about_us .lef .about_content a span {
	font-size: 20px;
	font-weight: bold;
}

.about_us .lef .about_content a:hover {
	display: inline-block;
	margin-top: 5%;
	padding: 0px 16px;
	border: 2px solid #ffffff;
	background-color: #ffffff;
	color: #000;
	transition: all 0.6s;
	line-height: 46px;
	width: 190px;
	border-radius: 50px;
	text-align: center;
}

.about_us .rig {
	width: 304px;
	float: right;
	margin-top: 8%;
}

.about_us .rig img {
	width: 100%;
}

/* 关于我们 end */


/* 样本产品 start */
.product {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.product .search_line {
	/* display: flex; 
    justify-content: space-between;
    align-items: center; */
	width: 100%;
	padding: 60px 0PX 35px;
	float: left;
}


.product .search_line .lef {
	width: 36%;
	float: left;
}

.product .search_line .lef .product_tit {
	margin-top: 0px;
	float: left;
	display: flex;
	justify-content: flex-start;
}

.product .search_line .lef .product_tit h1 {
	font-size: 22px;
	color: #276fda;
	width: 100%;
	float: left;
	font-weight: bold;
}

.product .search_line .lef h2 {
	display: block;
	font-size: 30px;
	color: #000;
	line-height: 29px;
	text-align: left;
	width: 100%;
	float: left;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 13px;
}

.product .search_line .lef p {
	font-size: 18px;
	float: left;
	line-height: 35px;
	color: #000;
	width: 100%;
	margin: 8px 0px;
}

.product_a {
	width: 100%;
	text-align: center;
}

.product_a a {
	display: inline-block;
	width: 24%;
	margin: 39px 0 13px;
	font-size: 16px;
	background-color: #276fda;
	color: #fff;
	line-height: 50px;
	border-radius: 25px;
}

.product_a a:hover {
	display: inline-block;
	width: 26%;
	margin: 39px 0 13px;
	font-size: 16px;
	background-color: #276fda;
	color: #fff;
	line-height: 50px;
	border-radius: 25px;
}


.ban_sear_box_r {
	width: 60%;
	float: right;
	padding-left: 0;
	margin-top: 2%;
}

.xh_box {
	width: 100%;
	margin: 10px 0;
	float: left;
}

.xh_box select {
	width: 30%;
	height: 46px;
	display: block;
	padding-left: 10px;
	outline: none;
	border: 1px solid #ccc;
	font-size: 15px;
	float: left;
	margin-right: 15px;
	border-radius: 25px;
}

.xh_box h3 {
	font-size: 15px;
	color: #333;
	width: 14%;
	float: left;
	margin-top: 0;
	font-weight: bold;
	line-height: 46px;
}

.xh_box form input {
	width: 74%;
	height: 46px;
	padding-left: 6px;
	outline: none;
	border: 1px solid #ccc;
	font-size: 15px;
	float: left;
	border-radius: 25px;
}

.xh_box form button {
	margin-top: 0px;
	border: none;
	background: #276fda;
	border: 1px solid #276fda;
	height: 46px;
	color: #fff;
	margin-left: 0px;
	width: 82px;
	float: right;
	border-radius: 25px;
}

.fl_box {
	width: 100%;
	/* display: block; */
	float: left;
}

.fl_box .seac {
	width: 14%;
	float: left;
}

.fl_box h3 {
	margin: 0px;
	font-size: 15px;
	color: #333;
	width: 100%;
	font-weight: bold;
	line-height: 54px;
}

.fl_box form>div {
	float: left;
	width: 25%;
}

.fl_box form input {
	height: 46px;
	width: 96%;
	padding-left: 10px;
	margin: 5px 0px;
	outline: none;
	border: 1px solid #ccc;
	float: left;
	border-radius: 25px;
}

.fl_box form button {
	margin-top: 5px;
	border: none;
	background: #276fda;
	border: 1px solid #276fda;
	height: 46px;
	color: #fff;
	width: 82px;
	float: right;
	border-radius: 25px;
}

.product .list_wrappera {
	width: 100%;
	PADDING: 0PX;
	float: left;
}

.product .list_wrappera ul {
	padding-left: 1px;
	overflow: hidden;
	padding-top: 1px;
}

.product .list_wrappera ul li {
	width: 25%;
	background: #fff;
	padding: 20px;
	transition: all 0.6s;
	float: left;
	border: 1px solid #d9d9d9;
	margin-left: -1px;
	margin-top: -1px;
	position: relative;
	transition: all .5s;
}

.product .list_wrappera ul li:hover {
	transition: all 0.6s;
	background: #f7f7f7;
}

.product .list_wrappera ul li .lef {
	width: 100%;
	float: left;
}

.product .list_wrappera ul li .lef h2 {
	font-size: 16px;
	color: #276fda;
	line-height: 28px;
	margin: 9px 0px 10px;
	font-weight: bold;
	float: left;
	width: 100%;
}

.product .list_wrappera ul li .lef h2 span {
	float: right;
	font-size: 20px;
	color: #276fda;
}

.product .list_wrappera ul li .lef .introduce {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	float: left;
	width: 100%;
}

.product .list_wrappera ul li .lef .introduce p {
	color: #666;
	line-height: 23px;
}

.product .list_wrappera ul li .rig {
	width: 100%;
	float: left;
	text-align: center;
}

.product .list_wrappera ul li .rig img {
	width: 80%;
}

/* 样本产品 end */

/* 热门产品 start */

.rmcp {
	width: 100%;
	float: left;
	background-color: #f5f5f5;
	margin-bottom: 3%;
}

.rmcpa {
	max-width: 1300px;
	padding: 50px 0px;
	background: url(/assets/image/02.png) no-repeat;
	margin: 0 auto;
	overflow: hidden;
	height: 136px;
}

.rmcp_box {
	padding: 10px 0 15px;
	width: 100%;
	float: left;
}

.zysearch1 .input-group button {
	position: relative;
	z-index: 890;
	float: right;
	border: none;
	background: none;
	bottom: 0px !important;
	right: -3px;
}

.rmcp_box_l {
	width: 100%;
	float: left;
}

.rmcp_box_l h3 {
	color: #000;
	margin: 10px 0 15px;
	display: block;
	font-size: 34px;
	line-height: 38px;
	text-align: center;
	width: 100%;
	float: left;
	font-weight: bold;
	letter-spacing: 1px;
}

.case-index-content {
	width: 100%;
	padding: 1.5% 0px 0%;
	float: left;
}

.case-index-content ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.case-example-item {
	float: left;
	width: 23%;
	transition: all .5s;
	border: 1px solid #e8e8e8;
	margin-bottom: 29px;
	background: #f6f6f6;
}

.case-example-item a .case_img {
	width: 100%;
	float: left;
	overflow: hidden;
}

.case-example-item a .case_img img {
	width: 100%;
	transition: all.5s;
}

.case-example-item a .case_img img:hover {
	transform: scale(1.1);
	transition: all.5s;
}

.case-item-info {
	width: 100%;
	float: left;
	background: #f6f6f6;
	transition: all .6s;
	padding: 10px;
}

.case-info-title {
	text-align: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 13px 0px;
	transition: all .5s;
}

.case-info-text {
	font-size: 14px;
	color: #666;
	padding: 0px;
	text-align: left;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.case-index-content .case-example-item:hover .case-item-info {
	transition: all .6s;
	margin-top: -4px;
}

.rmcp_boxmore {
	margin: 10px 0px 9px;
	border: 1px solid #276fda;
	border-radius: 37px;
	padding: 2px 20px;
	float: left;
	color: #276fda;
	transition: all .6s;
}

.rmcp_boxmore:hover {
	margin: 10px 0px 9px;
	border: 1px solid #276fda;
	background-color: #276fda;
	border-radius: 37px;
	padding: 2px 20px;
	float: left;
	color: #fff;
	transition: all .6s;
}

/* 热门产品 end */


/* 行业应用  start */
.industry_solutions {
	padding: 0px 0 40px;
	float: left;
	width: 100%;
}

.industry_solutions_l {
	width: 100%;
	float: left;
}

.industry_solutions_l h3 {
	color: #000;
	margin: 10px 0 15px;
	display: block;
	font-size: 34px;
	line-height: 38px;
	text-align: center;
	width: 100%;
	float: left;
	font-weight: bold;
	letter-spacing: 1px;
}

/* 行业应用 end */

/* 新闻 start */
.news {
	padding: 75px 80px;
	width: 100%;
	float: left;
}

.news_l {
	width: 100%;
	float: left;
}

.news h2 {
	display: block;
	font-size: 34px;
	color: #000;
	line-height: 38px;
	text-align: center;
	width: 100%;
	float: left;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 10px;
}

.news h3 {
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 25px;
	text-align: left;
	width: 100%;
	float: left;
	font-weight: bold;
	margin: 0;
}

.news_r {
	width: 30%;
	float: right;
}

.news_r a {
	display: inline-block;
	margin-top: 8%;
	padding: 0px 16px;
	border: 2px solid #276fda;
	color: #276fda;
	transition: all 0.6s;
	line-height: 46px;
	width: 210px;
	float: right;
}

.news_r a span {
	float: right;
	font-size: 20px;
	font-weight: bold;
}

.news_r a:hover {
	display: inline-block;
	margin-top: 8%;
	padding: 0px 16px;
	border: 2px solid #276fda;
	background-color: #276fda;
	color: #fff;
	transition: all 0.6s;
	line-height: 46px;
	width: 210px;
	float: right;
}

.news_list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 3%;
	float: left;
}

.news_list .lef_box {
	width: 67%;
}

.news_list .lef_box ul {
	margin: 0;
}

.news_list .lef_box li {
	display: flex;
	justify-content: space-between;
	margin: 20px 40px 20px 0;
	border-bottom: 1px solid #d1d1d1;
	transition: all .5s ease;
	padding-bottom: 10px;
}

.news_list .lef_box li:nth-child(1) {
	margin: 0px 40px 0 0;
}

.news_list .lef_box li:hover .rig .news_tit {
	color: #276fda;
}


.news_list .lef_box li .lef img {
	height: 182px;
	width: 249px;
}

.news_list .lef_box li .rig {
	margin-left: 20px;
	flex: 1;
}

.deta {
	font-size: 15px;
	line-height: 21px;
	float: left;
	width: 100%;
	color: #666;
	margin-top: 10px;
}

.news_list .lef_box li .rig p {
	margin: 5px 0;
}

.news_list .lef_box li .rig p {
	line-height: 26px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
	color: #666;
}

.news_list .lef_box li .rig a {
	display: inline-block;
	color: #276fda;
	float: left;
	width: 100%;
	margin: 6px 0;
	line-height: 31px;
}

.news_list .lef_box li .rig a span {
	float: right;
	font-size: 18px;
	font-weight: bold;
}

.news_list .rig_box {
	width: 33%;
	transition: all .5s ease;
}

.news_list .rig_box img {
	width: 100%;
	height: 222px;
}

.news_list .rig_box .rig {
	float: left;
	width: 100%;
	padding-bottom: 3%;
}

.news_list .rig_box .rig p {
	line-height: 26px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
	color: #666;
	width: 100%;
}

.news_list .rig_box .rig a {
	display: inline-block;
	color: #276fda;
	float: left;
	width: 100%;
	margin-top: 10px;
	line-height: 31px;
	transition: all.5s ease;
}

.more {
	width: 90px !important;
}

.news_list .rig_box .rig a span {
	float: right;
	font-size: 18px;
	font-weight: bold;
}

.news_list a:hover h3 {
	color: #276fda;
	transition: all.5s ease;
}

.news_list .rig_box .rig p:hover {
	color: #276fda;
	transition: all.5s ease;
}

.news_list .lef_box li .rig p:hover {
	color: #276fda;
	transition: all.5s ease;
}

/* 新闻 end */

/* 移动端 start  (<=768px)*/
@media (max-width: 768px) {

	.q-banner {
		position: relative;
	}

	.q-banner .swiper-slide img {
		height: 100%;
	}

	.q-banner .swiper-slide .text_box {
		width: 100%;
		bottom: 62px;
		left: 14px;
	}

	.q-banner .swiper-slide .text_box h1 {
		font-size: 18px;
		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: 10px;
		width: 100%;
		float: left;
	}

	.about_us .lef h2 {
		display: block;
		font-size: 28px;
		line-height: 25px;
		text-align: left;
		width: 100%;
		float: left;
		font-weight: bold;
	}

	.about_us .lef,
	.about_us .rig {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		float: left;
	}

	.about_us .lef .about_content {
		margin-top: 20px;
	}

	.about_us .lef .about_tit {
		margin-top: 10px;
	}

	.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: 25px;
	}

	.about_us .lef .about_tit img {
		width: 133px;
		height: auto;
	}

	.about_us .lef .about_content a {
		display: inline-block;
		margin-top: 2%;
		padding: 0px 16px;
		border: 2px solid #276fda;
		color: #276fda;
		transition: all 0.6s;
		line-height: 46px;
		width: 190px;
	}

	.about_us .lef .about_content a:hover {
		display: inline-block;
		margin-top: 2%;
		padding: 0px 16px;
		border: 2px solid #276fda;
		background-color: #276fda;
		color: #fff;
		transition: all 0.6s;
		line-height: 46px;
		width: 190px;
	}

	.about_us .rig img {
		width: 80%;
		margin: 0 auto;
	}

	.font80 {
		font-size: 36px;
		color: #000;
		width: 100%;
	}

	.product .search_line {
		display: block;
		margin-top: 0px;
		padding: 37px 10px;
	}

	.product .search_line .lef {
		width: 100%;
		border-right: none;
	}

	.product .search_line .lef h2 {
		font-size: 26px;
	}

	.product .search_line .lef p {
		font-size: 16px;
	}

	.ban_sear_box_r {
		width: 100%;
		float: left;
		padding-left: 0%;
	}

	.fl_box .seac {
		width: 59%;
		float: left;
	}

	.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: #276fda;
		border-radius: 6px;
		width: 36px;
		height: 33px;
	}

	.product .list_wrappera {
		width: 100%;
		padding: 3px 10px;
		float: left;
		margin-top: 0px;
	}

	.product .list_wrappera>a {
		margin: 20px auto;
		padding: 10px 0;
		width: 50%;
	}

	.product .list_wrappera ul li {
		width: 100%;
		background: #fff;
		padding: 10px 15px;
		transition: all 0.6s;
		float: left;
		border: 1px solid #d9d9d9;
		margin-left: -1px;
		margin-top: -1px;
		position: relative;
		transition: all .5s;
	}

	.product_a a {
		display: inline-block;
		width: 70%;
		margin: 8px 0 13px;
		font-size: 16px;
		background-color: #276fda;
		color: #fff;
		line-height: 50px;
		border-radius: 25px;
	}

	.ban_sear_box_r {
		width: 100%;
		float: left;
		padding-left: 0%;
	}

	.xh_box h3 {
		font-size: 15px;
		color: #333;
		width: 100%;
		float: left;
		margin-top: 0;
		font-weight: bold;
		line-height: 46px;
	}

	.xh_box select {
		width: 100%;
		height: 46px;
		display: block;
		padding-left: 0px;
		outline: none;
		border: 1px solid #ccc;
		font-size: 15px;
		float: left;
		margin-right: 0px;
	}

	.xh_box form input {
		width: 70%;
		height: 46px;
		padding-left: 6px;
		outline: none;
		border: 1px solid #ccc;
		font-size: 15px;
		float: left;
	}

	.fl_box h3 {
		margin: 0px;
		font-size: 15px;
		color: #333;
		width: 100%;
		font-weight: bold;
		line-height: 54px;
	}

	.fl_box form>div {
		float: left;
		width: 73%;
	}

	.case-index-content ul {
		width: 100%;
		float: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0px 10px;
	}

	.case-example-item {
		float: left;
		width: 49%;
		transition: all .5s;
		border: 1px solid #e8e8e8;
		margin-bottom: 29px;
		background: #f6f6f6;
	}

	.case-index-content .case-example-item:hover .case-item-info {
		transition: all .5s;
	}

	.industry_solutions-content ul {
		width: 100%;
		float: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0px 10px;
	}

	.news {
		padding: 30px 10px;
		width: 100%;
		float: left;
	}

	.news_list {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-top: 3%;
		float: left;
		flex-wrap: wrap;
	}

	.news_l {
		width: 100%;
		float: left;
	}

	.news_list .lef_box li:nth-child(1) {
		margin: 0px 0px 0 0;
	}

	.news_r {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}

	.news_r a {
		display: inline-block;
		margin-top: 8%;
		padding: 0px 16px;
		border: 2px solid #276fda;
		color: #276fda;
		transition: all 0.6s;
		line-height: 46px;
		width: 180px;
		float: left;
	}

	.news_r a:hover {
		display: inline-block;
		margin-top: 8%;
		padding: 0px 16px;
		border: 2px solid #276fda;
		background-color: #276fda;
		color: #fff;
		transition: all 0.6s;
		line-height: 46px;
		width: 180px;
		float: right;
	}

	.news_list .lef_box {
		width: 100%;
	}

	.news_list .lef_box li {
		display: flex;
		justify-content: space-between;
		height: auto;
		margin: 20px 0px;
		border-bottom: 1px solid #d1d1d1;
		transition: all .5s ease;
		flex-wrap: wrap;
	}

	.news_list .lef_box li .lef {
		width: 100%;
	}

	.news_list .lef_box li .lef img {
		width: 100%;
	}

	.news_list .lef_box li .rig {
		height: auto;
		margin-left: 0px;
		flex: 1;
		float: left;
		width: 100%;
	}

	.news_list .rig_box {
		width: 100%;
		transition: all .5s ease;
	}

}

/* 移动端 end  */