@charset "utf-8";
/************************计算软件************************/
@import url('/calc/calc.css');


/************发展历程************/
/************资质证书************/
.certify {
	position: relative;
	padding: 0% 0 0%;
}

.certify .tab_list {
	margin: 4% 0 3%;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.certify {
		padding: 50px 0;
	}

	.certify .tab_list {
		margin: 30px 0 10px;
	}
}

.certify .tab_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.certify .tab_list ul li {
	margin: 5px 8px;
}

.certify .tab_list ul li a {
	width: 138px;
	line-height: 46px;
	background: #E8F1F0;
	display: block;
	color: #666;
	font-size: 16px;
	text-align: center;
}

.certify .tab_list ul li.active a {
	background: #8ec31f;
	color: #fff;
}

.certify .tab_content_box {
	position: relative;
	height: 540px;
	    overflow: hidden;
}

.certify .tab_content_box .tab_content {
	position: absolute;
	top: 0;
	left: 50%;
	/* background: #fff; */
	transform: translate(-50%, 0);
	z-index: 1;
	opacity: 0;
}

.certify .tab_content_box .tab_content.active {
	position: relative;
	z-index: 2;
	left: 0;
	transform: translate(0%, 0);
	opacity: 1;
}

.certify .tab_content_box .tab_content .swiper-container {
	transform: translateY(50px);
	opacity: 0;
	transition: all 1s;
}

.certify .tab_content_box .tab_content.active .swiper-container {
	transform: translateY(0px);
	opacity: 1;
}

.certify .swiper_box {
	position: relative;
	/* max-width: 1260px; */
	width: 100%;
	margin: 0 auto;
}

.certify .swiper-button-prev,
.certify .swiper-button-next {
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/arrow_right2.svg);
	height: 60px;
	outline: none;
	transition: all 0.36s;
	transform: translateY(50%);
}

.certify .swiper-button-prev:hover,
.certify .swiper-button-next:hover {
	/*background-image: url(images/arrow_right2.svg);*/
	transform: translateY(50%) scale(1.4);
}

.certify .swiper-button-prev {
	transform: translateY(50%) rotate(-180deg);
}

.certify .swiper-button-prev:hover {
	transform: translateY(50%) rotate(-180deg) scale(1.4);
}

.certify .swiper-container {
	padding: 52px 10px ;
	width: 100%;
	overflow: visible;
	overflow-x: hidden;
	margin: 0 auto;
}

.certify .swiper-slide {
	width: 340px;
	position: relative;box-shadow: 0 0 21px rgba(0,0,0,.11); text-align: center;
    /* border-top: 2px solid #004098; */
}



.certify .swiper-slide-active {
	box-shadow:0 0 21px 2px rgba(0,0,0,.11);
	/* border: 3px solid #00409855; */
	/* background: #004098 !important; */

}
.certify .swiper-slide .p { text-align: center;}
.certify .swiper-slide .t h5{margin:0 0 40px 0; font-size: 16px;}
.certify .swiper-slide-active .t h5{font-size: 16px; color: #004098; font-weight: 800; margin: 20px 0;}
.certify .swiper-slide-active img{ /* height: 300px !important; */ width:300px !important; max-width: fit-content;}

.certify .swiper-slide img {
	display: block;
	width: 90%;
	position: relative;
	z-index: 2; margin: 0 auto;
	/* box-shadow: 0px 8px 22px 2px rgba(0, 0, 0, 0.1); */
}

.certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

.btn-primary {
    border-radius: 0px;
    width: auto;
    text-align: center;
    background: #115fcf;
    color: #fff;
    border-color: #115fcf;
    line-height: 30px; padding: 5px 30px;
}
#w_grid-1614151865382> div > .p_gridbox > .p_gridCell{ margin-bottom: 0;}
#c_portalResProductEnquiry_floating-16141606373068794 .active .yx_TopLangCon{background: #115fcf;}
#c_portalResProductEnquiry_floating-16141606373068794 .active .yx_TopLangCon:before {
    color: #115fcf;
}

.av{border-bottom: 2px #115fcf solid !important;
    position: relative;
    line-height: 100px !important;
    height: 101px !important;}
/************资质证书************/

/************************产品列表************************/
.product_list {
	width: 90%;
	margin: 0 auto;
}

.product_list .swiper-container {
	padding-bottom: 20px;
}

.product_list ul.product_type_list {
	/*justify-content: center;*/
}

.product_list .product_type_content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.product_list ul li {
	width: calc(100% / 5 - 30px);
	margin: 0 15px;
	padding-bottom: 20px;
	position: relative;
	transition: all 0.36s;
}

.product_list ul li:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: url(../images/sjx.png) no-repeat center center;
	width: 33px;
	height: 16px;
	transform: translateX(-50%) translateY(120%);
	opacity: 0;
	transition: all 0.36s;
}

.product_list ul li.active:after {
	opacity: 1;
	transform: translateX(-50%) translateY(100%);
}

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

.product_list ul li a {
	display: block;
}

.product_list ul li .img_box {
	width: 100%;
	padding-top: 124%;
	position: relative;
	transition: all 0.36s;
}

.product_list ul li .img_box:hover {
	box-shadow: 0px 1px 27px 5px rgba(105, 185, 183, 0.3)
}

.product_list .product_type_content ul li .img_box {
	border: 2px solid #69B9B7;
}

.product_list ul li .img_box img {
	max-width: 80%;
	max-height: 80%;
	display: block;
	object-fit: contain;
	position: absolute;
	top: 50%;
	/* left: 50%; */
	transform: translate(-50%, -50%);
	transition: all 0.6s;
}
/* 产品缩小 */
.product_list ul li:hover .img_box img {
	transform: translate(-0%, -20%) scale(1.06);
}

.product_list ul li .text_box {
	text-align: center;
}

.product_list ul li .text_box h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	color: #333333;
	letter-spacing: 0.2em;
	padding: 14px 0 10px;
	transition: all 0.36s
}

.product_list ul li:hover .text_box h5 {
	color: rgba(105, 185, 183, 1)
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.product_list ul li .text_box h5 {
		font-size: 18px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1100px) {
	.product_list ul li .text_box h5 {
		font-size: 16px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.product_list ul li .text_box h5 {
		font-size: 14px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.product_list ul li {
		width: calc(100% / 4 - 30px);
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.product_list ul li {
		width: calc(100% / 3 - 30px);
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.product_list ul li {
		width: calc(100% / 2 - 20px);
		margin: 0 10px;
	}
}

.product_type_content {
	margin-top: 50px;
	margin-bottom: 100px;
}

.product_type_content {
	transform: translateY(30px);
	transition: all 0.36s;
}

.product_type_content.active {
	transform: translateY(0px);
}

/************************产品列表************************/
/************************产品详情************************/
.banner_box.pro_detail_banner {
	background: #EBF0F4;
}

.banner_box.pro_detail_banner .img_box img {
	object-position: right bottom;
	position: relative;
	bottom: 0;
	transform: translateY(17%);
}

.banner_pro_list {
	position: absolute;
	bottom: 40px;
	left: 10%;
}

.banner_pro_list ul {
	display: flex;
}

.banner_pro_list ul li {
	width: 130px;
	margin-right: 10px;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.product_detail_page .banner_box .img_box img {
		transform: translate(-15%, 0) !important;
	}

	.product_detail_page .banner_box .text_box {
		position: static;
	}

	.product_detail_page .banner_box .text_box h2,
	.product_detail_page .banner_box .text_box h3,
	.product_detail_page .banner_box .text_box p {
		padding: 0 5%;
		width: 100%;
		text-align: center;
	}

	.banner_pro_list {
		position: static;
		display: flex;
		justify-content: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.banner_pro_list ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}

	.banner_pro_list ul li {
		width: 32%;
		margin-bottom: 10px;
	}
}

.banner_pro_list ul li a {
	display: flex;
	padding-top: 100%;
	position: relative;
	border: 1px solid #fff;
	border-radius: 17px;
}

.banner_pro_list ul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
	min-height: 0;
	display: block;
	object-fit: contain;
}

.best_choose {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 75px 5%;
	background: #2c3844;
}

.best_choose .icon_list ul {
	display: flex;
	text-align: center;
}

.best_choose .icon_list ul li {
	padding: 0 50px;
}

.best_choose .icon_list ul p {
	color: #69B9B7;
	font-size: 20px;
	margin-top: 22px;
}

.best_choose .title4_box {
	position: relative;
}

.best_choose .title4_box span {
	font-size: 90px;
	font-weight: bold;
	font-family: "微软雅黑" !important;
	line-height: 1.11em;
	color: #F6F7F8;
	opacity: 0.14;
	text-align: right;
	display: block;
}

.best_choose .title4_box .tt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	text-align: center;
}

.best_choose .title4_box .tt h3 {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.4em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}

.best_choose .title4_box .tt h5 {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.375em;
	color: #8ec31f;
	letter-spacing: 0.1em;
}

@media only screen and (min-width: 100px) and (max-width: 1680px) {
	.best_choose .title4_box span {
		font-size: 80px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.best_choose .title4_box span {
		font-size: 70px;
	}

	.best_choose .title4_box .tt h3 {
		font-size: 32px;
	}

	.best_choose .title4_box .tt h5 {
		font-size: 21px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.best_choose .title4_box span {
		font-size: 60px;
	}

	.best_choose .icon_list ul li {
		padding: 0 30px;
	}

	.best_choose .title4_box .tt h3 {
		font-size: 28px;
	}

	.best_choose .title4_box .tt h5 {
		font-size: 19px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.best_choose {
		flex-direction: column-reverse;
	}

	.best_choose .title4_box {
		margin-bottom: 20px;
		text-align: center;
	}

	.best_choose .title4_box span {
		font-size: 50px;
		text-align: center;
	}

	.best_choose .title4_box .tt {
		width: 100%;
	}

	.best_choose .title4_box .tt h3 {
		font-size: 24px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.best_choose .icon_list ul li {
		padding: 0 20px;
	}

	.best_choose .icon_list ul li img {
		width: 60px;
	}
	.certify .swiper-slide {
		width: 280px;
		position: relative;
	}
}

.main_pro_box2 img {
	width: 100%;
}

.main_pro_box {
	background: #35404C;
	position: relative;
}

.main_pro {
	padding: 200px 0 120px;
	max-width: 630px;
	margin: 0 auto;
	width: 80%;
}

.main_pro img {
	width: 100%;
}

.main_pro_box .infr {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main_pro_box .infr ul {
	position: absolute;
	top: 0;
	left: 0;
}

.main_pro_box .infr ul li {
	width: 540px;
	position: absolute;
	display: flex;
	align-items: center;
	color: #fff;
}

.main_pro_box .infr ul li.left {
	right: 0;
	transform: translateX(-50%);
	text-align: right;
}

.main_pro_box .infr ul li.right {
	left: 0;
	transform: translateX(50%);
	text-align: left;
	flex-direction: row-reverse;
}

.main_pro_box .infr ul li>img {
	width: 155px;
}

.main_pro_box .infr ul li .text_box {
	width: calc(100% - 155px);
	position: relative;
}

.main_pro_box .infr ul li h4 {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 18px;
	padding: 0 30px;
}

.main_pro_box .infr ul li p {
	font-size: 14px;
	font-weight: 100;
	padding: 18px 30px 0;
	border-top: 1px dashed #fff;
}

.main_pro_box .infr ul li.left span {
	width: 98px;
	position: absolute;
	top: 46px;
	left: 100%;
}

.main_pro_box .infr ul li.right span {
	width: 98px;
	position: absolute;
	top: 46px;
	right: 100%;
}

.main_pro_box .infr ul li.right span {
	transform: rotateY(180deg);
}

.main_pro_box .infr ul li span img {
	width: 98px;
	height: auto;
}

.parameter {
	padding: 70px 5%;
	background: #EBF0F4;
	position: relative;
}

.parameter .top_box ul {
	display: flex;
}

.parameter .top_box ul li {
	width: 90px;
	margin-right: 24px;
}

.parameter .top_box ul li img {
	width: 100%;
}

.parameter h4 {
	font-size: 30px;
	line-height: 1.4em;
	color: #333;
	margin: 4.2% 0 4.7%;
	font-weight: normal;
}

.parameter .parameter_list {
	display: flex;
	flex-wrap: wrap;
}

.parameter .parameter_list dl {
	width: calc(100% / 2);
	display: flex;
	padding: 7.5px 0;
}

.parameter .parameter_list dl dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	color: #333333;
	margin-right: 24px
}

.parameter .parameter_list dl dd {
	font-size: 16px;
	line-height: 1.575em;
	color: #333333;
}

.parameter .title5_box {
	position: absolute;
	top: 70px;
	right: 1%;
	max-width: 610px;
	width: 40%;
}

.parameter .title5_box .img_box img {
	width: 100%;
}

.parameter .title5_box ul {
	position: absolute;
	top: 50%;
	right: 14%;
	display: flex;
	align-items: center;
}

.parameter .title5_box ul li {
	margin: 0 27px;
	text-align: center;
}

.parameter .title5_box ul li img {
	height: 30px;
}

.parameter .title5_box ul li p {
	font-size: 12px;
	line-height: 1.5em;
	color: #1F8A86;
	margin-top: 10px;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.parameter .title5_box {
		position: relative;
		top: 0;
		right: 0;
		width: 60%;
		margin-bottom: 30px;
	}

	.parameter .title5_box ul {
		width: 100%;
		transform: translateY(-50%);
		text-align: center;
		align-items: center;
		justify-content: center;
	}

	.parameter .title5_box ul li {
		margin: 0 15px;
	}

	.parameter .parameter_list dl {
		width: 100%;
	}

	.parameter h4 {
		padding: 30px 0 30px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.parameter .title5_box {
		width: 75%;
	}

	.parameter .parameter_list dl {
		display: flex;
		flex-direction: column;
	}

	.parameter .parameter_list dl dd {
		padding-top: 6px;
		padding-left: 1em;
	}
}

/************************产品详情************************/
/************************新闻************************/
.news_type ul {
	display: flex;
	align-items: center;
	border: 1px solid #8ec31f;
	padding: 17px 0;
}

.news_type ul li {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news_type ul li:first-child {
	border-right: 1px solid #45BCB9;
}

.news_type ul li a {
	font-size: 30px;
	font-weight: 300;
	line-height: 3.1em;
	color: #666666;
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.news_type ul li a {
		font-size: 26px;
		line-height: 2.8em;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.news_type ul li a {
		font-size: 22px;
		line-height: 2em;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.news_type ul li a {
		font-size: 20px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.news_type ul {
		padding: 10px 0;
	}

	.news_type ul li a {
		font-size: 18px;
	}
}

.news_type ul li.active a {
	color: #8ec31f;
}

.news_list ul {
	display: flex;
	padding: 0 2.1% 4%;
	flex-wrap: wrap;
}

.news_list ul li {
	width: calc(100% / 3);
	padding: 3.2% 3.2% 0;
	border-right: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}

.news_list ul li:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #DADADA;
}

.news_list ul li:nth-child(3n) {
	border-right: none;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.news_list ul li {
		width: calc(100% / 2);
	}

	.news_list ul li:nth-child(3n) {
		border-right: 1px solid #DADADA;
	}

	.news_list ul li:nth-child(2n) {
		border-right: none;
	}

	.page {
		padding: 60px 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.news_list ul li {
		width: 100%;
		border-left: 1px solid #DADADA;
		border-right: 1px solid #DADADA !important;
	}
}

.news_list ul li .img_box {
	width: 100%;
	padding-top: 67%;
	position: relative;
	overflow: hidden;
}

.news_list ul li .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	object-fit: cover;
	transition: all 1s
}

.news_list ul li:hover .img_box img {
	transform: scale(1.05);
}

.news_list ul li .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0 6px;
}

.news_list ul li h4 {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.4em;
	color: #333333;
	width: calc(100% - 80px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.36s;
}

.news_list ul li:hover h4 {
	color: rgb(68, 188, 185)
}

.news_list ul li span {
	font-size: 12px;
	line-height: 2em;
	color: #999999;
	width: 70px;
}

.news_list ul li p {
	font-size: 12px;
	line-height: 2em;
	color: #666666;
	height: 4em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news_list ul li .btn_box {
	border-top: 1px solid #DADADA;
	margin-top: 22px;
	padding: 22px 0;
}

.news_list ul li .btn_box .more {
	width: 128px;
	height: 40px;
	border: 1px solid #DADADA;
	border-radius: 20px;
	color: #999;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.36s;
}

.news_list ul li:hover .btn_box .more {
	border: 1px solid rgb(68, 188, 185);
	background: rgb(68, 188, 185);
	color: #fff;
}

.news_list ul li .btn_box .more i {
	width: 28px;
	height: 4px;
	display: block;
	background: url(../images/more.png) no-repeat center center;
	background-size: auto 100%;
	margin-left: 20px;
	transition: all 0.36s;
}

.news_list ul li:hover .btn_box .more i {
	background: url(../images/more2.png) no-repeat center center;
	background-size: auto 100%;
}

.page {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5% 0;
}

.page a {
	width: 36px;
	height: 36px;
	line-height: 34px;
	display: block;
	color: #999999;
	text-align: center;
	margin: 0 5px;
	transition: all 0.36s;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #CCCCCC
}

.page a.on {
	background: #8ec31f;
	border: 1px solid #CCCCCC;
	color: #fff;
}

.page a:hover {
	background: #8ec31f;
	color: #fff;
}

.page a.more {
	background: #fff !important;
	color: #333 !important;
	cursor: default;
	border: 1px solid #fff;
}

.page a.next {
	background: url(../images/arrow_right.png) no-repeat center center;
	background-size: 100% 100%;
	border: none;
}

/************************新闻************************/
/************************新闻详情************************/
.route {
	font-size: 20px;
	line-height: 1.4em;
	color: #333;
	width: 90%;
	margin: 2em auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.route {
		font-size: 17px;
	}
}

.route a {
	font-size: inherit;
	color: #999;
	padding: 0 4px;
}

.route a:first-child {
	padding-left: 0;
}

.new_detail {
	width: 90%;
	margin: 0 auto 8%;
}

.new_detail h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.375em;
	color: #333333;
	margin-bottom: 10px;
}

.new_detail span {
	font-size: 24px;
	line-height: 1.375em;
	color: #666666;
	display: block;
	padding-bottom: 2em;
	max-width: 1000px;
	border-bottom: 1px solid #DADADA;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {

	.new_detail h3,
	.new_detail span {
		font-size: 20px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {

	.new_detail h3,
	.new_detail span {
		font-size: 18px;
	}

	.new_detail span {
		padding-bottom: 26px;
	}
}

.new_detail p {
	font-size: 18px;
	line-height: 2.28em;
	color: #333333;
}

.new_detail img {
	max-width: 100%;
	margin-bottom: 40px;
}

.new_detail .edit {
	border-bottom: 1px solid #DADADA;
	padding: 5.2% 0;
}

.new_detail .btn_box {
	padding: 15px 0;
	position: relative;
}

.new_detail .btn_box a {
	display: block;
	font-size: 16px;
	line-height: 2.56em;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.36s;
}

.new_detail .btn_box a:hover {
	color: rgb(68, 188, 185)
}

.new_detail .btn_box .more {
	width: 128px;
	height: 40px;
	border: 1px solid #DADADA;
	border-radius: 20px;
	color: #999;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: all 0.36s;
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.new_detail p {
		font-size: 16px;
		line-height: 2em;
	}

	.new_detail .btn_box .more {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}
}

.new_detail .btn_box:hover .more {
	border: 1px solid rgb(68, 188, 185);
	background: rgb(68, 188, 185);
	color: #fff;
}

.new_detail .btn_box .more i {
	width: 28px;
	height: 4px;
	display: block;
	background: url(../images/more.png) no-repeat center center;
	background-size: auto 100%;
	margin-left: 20px;
}

.new_detail .btn_box .more:hover i {
	background: url(../images/more2.png) no-repeat center center;
	background-size: auto 100%;
}

/************************新闻详情************************/
/************************行业应用************************/
.industry_list .top_box,
.industry_list .bottom_box {
	display: flex;
}

.industry_list .left_box {
	width: calc(100% / 4);
}

.industry_list .left_box .l_top_box {
	width: 100%;
}

.industry_list .img_box {
	position: relative;
	overflow: hidden;
	display: block;
}

.industry_list img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	z-index: 1;
	transition: all 1s;
}

.industry_list .img_box:hover img {
	transform: scale(1.06);
}

.industry_list .shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/behavior02_bg.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: 2;
	transition: all 0.36s;
}

.industry_list .img_box.left .shadow {
	background: url(../images/behavior01_bg.png) no-repeat center center;
	background-size: 100% 100%;
}

.industry_list .img_box.right .shadow {
	background: url(../images/behavior03_bg.png) no-repeat center center;
	background-size: 100% 100%;
}

.industry_list .img_box:hover .shadow {
	opacity: 0.5;
}

.industry_list .text_box {
	width: 100%;
	padding-top: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}

.industry_list .text_box.ban {
	padding-top: 50%;
}

.industry_list .img_box.right .text_box {
	width: 50%;
	left: 50%
}

.industry_list .text_box .content_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 32% 18% 0;
	display: flex;
	flex-direction: column;
}

.industry_list .text_box .content_box h4 {
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	color: #FFFFFF;
	transition: all 0.36s;
}

.industry_list .img_box:hover .text_box .content_box h4 {
	color: #8ec31f;
	margin-bottom: 5px;
}

.industry_list .text_box .content_box p {
	font-size: 16px;
	font-weight: 200;
	line-height: 2em;
	color: #FFFFFF;
}

.industry_list .img_box.img_box2 .text_box .content_box p,
.industry_list .img_box.img_box3 .text_box .content_box p {
	text-align: center;
}

.industry_list .right_box {
	width: calc(100% / 4 * 3);
}

.industry_list .right_box .r_top_box {
	display: flex;
}

.industry_list .right_box .r_top_left_box {
	width: calc(100% / 3 * 2);
	position: relative;
}

.industry_list .left_box .l_top_box .img_box {
	padding-top: 100%;
}

.industry_list .left_box .l_bottom_box .img_box {
	padding-top: 200%;
}

.industry_list .right_box .r_top_right_box {
	width: calc(100% / 3);
}

.industry_list .right_box .r_top_left_box .img_box {
	padding-top: 50%;
}

.industry_list .right_box .r_top_left_box .img_box:nth-child(1) {
	transform: translateX(-50%);
}

.industry_list .right_box .r_top_right_box .img_box {
	padding-top: 200%;
}

.industry_list .right_box .r_bottom_box {
	display: flex;
}

.industry_list .right_box .r_bottom_left_box {
	width: calc(100% / 3 * 2);
}

.industry_list .right_box .r_bottom_right_box {
	width: calc(100% / 3);
}

.industry_list .right_box .r_b_left_top_box {
	display: flex;
}

.industry_list .right_box .r_b_left_top_box>.img_box {
	width: 50%;
	padding-top: 100%;
}

.industry_list .right_box .r_b_l_top_r_box {
	width: 50%;
	position: relative;
}

.industry_list .right_box .r_b_l_top_r_box .img_box {
	width: 200%;
	padding-top: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.industry_list .right_box .r_b_left_bottom_box .img_box {
	padding-top: 50%;
}

.industry_list .right_box .r_bottom_right_box {
	width: calc(100% / 3);
}

.industry_list .right_box .r_bottom_right_box .img_box {
	padding-top: 200%;
}

.industry_list .right_box .r_bottom_right_box .img_box:nth-child(1) {
	padding-top: 100%;
}

.industry_list .text_box.ban {
	width: 50% !important;
}

.industry_list .img_box.img_box2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 50%;
	background: #B8B6B6;
}

.industry_list .img_box.img_box2 .text_box .content_box {
	justify-content: center;
	align-items: center;
	padding: 0 5%;
}

.industry_list .img_box.img_box2 .text_box span {
	font-size: 50px;
	font-weight: bold;
}

.industry_list .img_box.img_box3 {
	position: absolute;
	top: 50% !important;
	left: 0;
	width: 100% !important;
	padding-top: 100%;
}

.industry_list .img_box.img_box3 .text_box {
	background: #94C8C9;
}

.industry_list .img_box.img_box3 .text_box .content_box {
	justify-content: center;
	align-items: center;
	padding: 0 5%;
}

.industry_list .bottom_box .b_box {
	width: 50%;
}

.industry_list .bottom_box .b_box .img_box {
	padding-top: 50%;
}

@media only screen and (min-width: 100px) and (max-width: 1680px) {
	.industry_list .text_box .content_box {
		padding: 28% 18% 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1580px) {
	.industry_list .text_box .content_box {
		padding: 20% 16% 0;
	}

	.industry_list .right_box .r_bottom_box .r_bottom_left_box span {
		font-size: 40px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1390px) {
	.industry_list .text_box .content_box {
		padding: 10% 10% 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.industry_list .text_box .content_box {
		padding: 40px 10% 0;
	}

	.industry_list .text_box {
		width: 100% !important;
		height: 100% !important;
		padding: 0 !important;
		left: 0 !important;
	}

	.industry_list .text_box.ban {
		width: 100% !important;
		height: 100% !important;
	}

	.industry_list .text_box .content_box p {
		font-size: 14px;
	}

	.industry_list .right_box .r_bottom_box .r_bottom_left_box span {
		font-size: 32px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.industry_list .text_box .content_box {
		padding: 20px 5% 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {

	.industry_list .right_box .r_top_box,
	.industry_list .top_box,
	.industry_list .bottom_box,
	.industry_list .right_box .r_bottom_box,
	.industry_list .right_box .r_b_left_top_box {
		flex-direction: column;
	}

	.industry_list .left_box,
	.industry_list .right_box,
	.industry_list .right_box .r_top_left_box,
	.industry_list .right_box .r_top_right_box,
	.industry_list .bottom_box .b_box,
	.industry_list .img_box.img_box2,
	.industry_list .right_box .r_bottom_left_box,
	.industry_list .right_box .r_b_l_top_r_box,
	.industry_list .right_box .r_bottom_right_box {
		width: 100%;
	}

	.industry_list .img_box {
		width: 100% !important;
		padding-top: 70% !important;
		position: static !important;
		transform: translate(0, 0) !important;
	}

	.industry_list .img_box.img_box2,
	.industry_list .img_box.img_box3 {
		padding-top: 40% !important;
	}

	.industry_list .text_box .content_box {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-top: 0;
	}

	.industry_list .left_box .l_top_box .img_box,
	.industry_list .right_box .r_bottom_right_box .img_box:nth-child(1) {
		display: none;
	}

	.industry_list .img_box .shadow {
		background: url(../images/behavior01_bg.png) no-repeat center center !important;
		background-size: 100% 100%;
	}
}

/************************行业应用************************/
/************************行业应用-详情************************/
.application {
	padding-top: 8%;
}

.application .app_wrap {
	max-width: 1350px;
	width: 90%;
	margin: 0 auto;
}

.application .app_wrap .swiper-container {
	padding: 8% 10px 130px;
}

.application .swiper-slide {
	position: relative;
}

.application .swiper-slide .text_box {
	width: 62%;
}

.application .swiper-slide .text_box .ratio {
	width: 100%;
	padding-top: 48%;
	position: relative;
}

.application .swiper-slide .text_box .content_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #dadfe2;
	padding: 5% 20% 5% 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.application .swiper-slide .text_box .title2_box {
	text-align: right;
	position: relative;
	margin-bottom: 30px;
}

.application .swiper-slide .text_box .title2_box img {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 20%;
	height: auto;
}

.application .swiper-slide .text_box .title2_box h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	color: #333333;
	letter-spacing: 0.05em;
}

.application .swiper-slide .text_box .title2_box h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8em;
	color: #69B9B7;
	letter-spacing: 0.05em;
	padding-top: 10px;
}

.application .swiper-slide .text_box p {
	font-size: 16px;
	line-height: 2em;
	color: #555;
	letter-spacing: 0.05em;
}

.application .swiper-slide .img_box {
	position: absolute;
	top: 37px;
	right: 40px;
	width: 45.7%;
	background: #EBF0F4;
}

.application .swiper-slide .img_box .ratio {
	width: 100%;
	padding-top: 63.5%;
	position: relative;
	top: 43px;
	left: 34px;
	background: #fff;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
}

.application .swiper-slide .img_box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.application .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #69B9B7;
	border-radius: 50%;
	opacity: 0.6;
}

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

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.application .swiper-slide .text_box .title2_box h3 {
		font-size: 26px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.application .swiper-slide .text_box .title2_box h3 {
		font-size: 22px;
	}

	.application .swiper-slide .text_box .title2_box h4 {
		font-size: 16px;
		padding-top: 6px;
	}

	.application .swiper-slide .text_box .ratio {
		padding-top: 0;
	}

	.application .swiper-slide .text_box .content_box {
		position: static;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.application .app_wrap .swiper-container {
		padding: 8% 0 100px;
	}

	.application .swiper-slide .text_box .title2_box h3 {
		font-size: 20px;
	}

	.application .swiper-slide .text_box .title2_box {
		margin-bottom: 15px;
	}

	.application .swiper-slide .text_box {
		width: 100%;
	}

	.application .swiper-slide .img_box {
		width: 100%;
		position: static;
	}

	.application .swiper-slide .text_box .content_box {
		padding: 50px 5% 20px;
	}

	.application .swiper-slide .img_box .ratio {
		width: 90%;
		top: 20px;
		left: 5%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {}

.sensor {
	padding-top: 6%;
}

.sensor .sensor_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 4.2%;
}

.sensor .sensor_list ul li {
	margin: 0 2.5%;
}

.sensor .sensor_list ul li .circle {
	width: 130px;
	transition: all 0.6s;
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.sensor .sensor_list ul li {
		margin: 12px 0;
		width: calc(100% / 2 - 10%);
	}

	.sensor .sensor_list ul li .circle {
		margin: 0 auto;
	}
}

.sensor .sensor_list ul li .circle .ratio {
	width: 100%;
	padding-top: 100%;
	position: relative;
	border-radius: 50%;
	border: 2px solid #3FACAB;
}

.sensor .sensor_list ul li:hover .circle {
	transform: scale(1.06);
}

.sensor .sensor_list ul li .circle .ratio .content_box {
	width: 83.8%;
	height: 83.8%;
	border-radius: 50%;
	background: #3FACAB;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.sensor .sensor_list ul li .circle .ratio .content_box p {
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.customized {
	padding-top: 6%;
}

.customized .title3_box h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.375em;
	color: #3FACAB;
	text-align: center;
}

.customized .title3_box p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.43em;
	color: #333333;
	text-align: center;
}

.customized .customized_list ul {
	display: flex;
	justify-content: center;
	margin-top: 3.5%;
}

.customized .customized_list ul li {
	width: 290px;
	margin: 0 16px;
	padding-bottom: 20px;
}

.customized .customized_list ul li a {
	display: block;
}

.customized .customized_list ul li .img_box {
	width: 100%;
	padding-top: 124%;
	position: relative;
	border: 2px solid #69B9B7;
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.customized {
		padding-top: 50px;
	}

	.customized .customized_list ul {
		flex-wrap: wrap;
		margin-top: 40px;
	}

	.customized .customized_list ul li {
		width: 45%;
		margin: 0 auto;
	}

	.customized .customized_list ul li:first-child {
		margin: 0 50px;
	}

	/*	.customized .customized_list ul li:first-child{
		width: 95%;
	}
	.customized .customized_list ul li:first-child a{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.customized .customized_list ul li:first-child .img_box{
		width: 47%;
		padding-top: 58%;
	}
	.customized .customized_list ul li:first-child .text_box{
		width: 47%;
	}*/
}

.customized .customized_list ul li .img_box img {
	max-width: 80%;
	max-height: 80%;
	display: block;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.6s;
}

.customized .customized_list ul li:hover .img_box img {
	transform: translate(-50%, -50%) scale(1.06);
}

.customized .customized_list ul li .text_box {
	text-align: center;
}

.customized .customized_list ul li .text_box h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	color: #333333;
	letter-spacing: 0.2em;
	padding: 14px 0 10px;
}

.customized .customized_list ul li .text_box dt p {
	font-size: 14px;
	color: #3FACAB;
	line-height: 2.2em;
}

.customized .customized_list ul li .text_box dd p {
	font-size: 14px;
	color: #333;
	line-height: 2.2em;
}

.relative {
	padding: 6% 0;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
		{
		padding: 50px 0;
	}
}

.relative .wrap {
	width: 90%;
	margin: 0 auto;
}

.relative .title_box h3 {
	text-align: left;
}

.relative .swiper-container {
	padding: 32px 0 40px;
}

.relative .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #69B9B7;
	border-radius: 50%;
	opacity: 0.6;
}

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

.relative .swiper-slide {
	width: calc(100% / 5 - 27.2px);
	margin-right: 34px;
	padding-bottom: 20px;
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.relative .swiper-slide {
		width: calc(100% / 4 - 28.4px);
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.relative .swiper-slide {
		width: calc(100% / 3 - 22.7px);
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.relative .swiper-slide {
		width: calc(100% / 2 - 10px);
		margin-right: 20px;
	}
}

.relative .swiper-slide:last-child {
	margin-right: 0;
}

.relative .swiper-slide a {
	display: block;
}

.relative .swiper-slide .img_box {
	width: 100%;
	padding-top: 124%;
	position: relative;
	border: 2px solid #69B9B7;
	transition: all 0.36s;
	box-sizing: border-box;
}

.relative .swiper-slide:hover .img_box {
	box-shadow: 0px 1px 27px 5px rgba(105, 185, 183, 0.3)
}

.relative .swiper-slide .img_box img {
	max-width: 80%;
	max-height: 80%;
	display: block;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.6s;
}

.relative .swiper-slide:hover .img_box img {
	transform: translate(-50%, -50%) scale(1.06);
}

.relative .swiper-slide .text_box {
	text-align: center;
}

.relative .swiper-slide .text_box h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	color: #333333;
	letter-spacing: 0.2em;
	padding: 14px 0 10px;
	transition: all 0.36s;
}

.relative .swiper-slide:hover .text_box h5 {
	color: rgba(105, 185, 183, 1)
}

/************************行业应用-详情************************/
/************************解决方案************************/
.solve_banner {
	position: relative;
}

.solve_banner img {
	width: 100%;
	max-height: 100vh;
	min-height: 33vh;
	object-fit: cover;
}

.solve_banner .text_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5%;
	text-align: center;
}

.solve_banner .text_box h2 {
	font-size: 60px;
	font-weight: bold;
	line-height: 1.4em;
	color: #FFFFFF;
	padding-bottom: 0.6em;
}

.solve_banner .text_box p {
	font-size: 16px;
	line-height: 1.875em;
	color: #FFFFFF;
	letter-spacing: 0.2em;
}

@media only screen and (min-width: 100px) and (max-width: 1680px) {
	.solve_banner .text_box h2 {
		font-size: 52px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.solve_banner .text_box h2 {
		font-size: 45px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.solve_banner .text_box h2 {
		font-size: 40px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.solve_banner .text_box h2 {
		font-size: 31px;
	}

	.solve_banner .text_box p br {
		display: none;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.solve_banner .text_box h2 {
		font-size: 23px;
		color: #333;
	}

	.solve_banner .text_box {
		position: static;
		padding: 60px 5% 20px;
	}

	.solve_banner .text_box p {
		color: #333;
	}
}

.solve_box a {
	display: block;
	position: relative;
}

.solve_box .img_box {
	position: relative;
	z-index: 1;
}

.solve_box img {
	width: 100%;
	min-height: 500px;
	object-fit: cover;
}

.solve_box .shadow {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/behavior01_bg.png) no-repeat center center rgba(14, 54, 93, 0.6);
	background-size: cover;
	transition: all 0.4s;
	opacity: 1;
	z-index: 2;
}

.solve_box:hover .shadow {
	opacity: 0.7;
}

.solve_box .text_box {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
	transition: all 0.4s;
	z-index: 3;
}

.solve_box .text_box .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.solve_box .text_box h4 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.4em;
	color: #FFFFFF;
	padding-bottom: 0.5em;
}

.solve_box .text_box p {
	max-width: 850px;
	width: 90%;
	font-weight: 300;
	font-size: 14px;
	line-height: 2em;
	color: #FFFFFF;
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.solve_box .text_box h4 {
		font-size: 26px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1100px) {
	.solve_box .text_box h4 {
		font-size: 22px;
	}

	.solve_box .text_box br {
		display: none;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.solve_box .text_box h4 {
		font-size: 18px;
	}

	.solve_box .img_box {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.solve_box .text_box {
		position: relative;
		height: auto;
	}

	.solve_box img {
		height: 100%;
		min-height: 0;
	}

	.solve_box .text_box {
		padding: 50px 0;
	}
}

/************************解决方案************************/
/************************解决方案-详情页************************/
.solve_detail {
	width: 90%;
	margin: 0 auto;
	padding: 4.7% 0;
}

.solve_detail h4 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.36em;
	color: #333333;
	border-left: 4px solid #8ec31f;
	padding-left: 20px;
}

.solve_detail p {
	font-size: 16px;
	line-height: 1.875em;
	color: #333333;
}

.solve_detail img {
	max-width: 1280px;
	display: block;
	margin: 0 auto;
	width: 100%;
}

/************************解决方案-详情页************************/
/************************联系我们************************/
.contact_box1,
.contact_box2,
.contact_box3,
.contact_box4 {
	width: 100%;
	position: relative;
}

.contact_box1 .img_box,
.contact_box2 .img_box,
.contact_box3 .img_box {
	position: relative;
	z-index: 1;
}

.contact_box1 .img_box img,
.contact_box2 .img_box img,
.contact_box3 .img_box img {
	width: 100%;
	max-height: 100vh;
	min-height: 100vh;
	object-fit: cover;
	display: block;
}

.contact_box1 .text_box,
.contact_box2 .text_box,
.contact_box3 .text_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.44);
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contact_box1 .text_box h3 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4em;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0 5%;
	text-align: center;
}

.contact_box1 .text_box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10%;
	width: 90%;
	max-width: 1550px;
	margin: 10% auto 0;
	padding: 0 3%;
}

.contact_box1 .text_box ul li {
	width: calc(100% / 3 - 6%);
	height: 162px;
	background: url(../images/contact_box1_ling.png) no-repeat center bottom;
	background-size: 99% 100%;
	padding: 0 2.4%;
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.contact_box1 .text_box h3 {
		font-size: 35px;
	}

	.contact_box1 .text_box ul {
		margin-top: 8%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.contact_box1 .text_box h3 {
		font-size: 30px;
	}

	.contact_box1 .text_box ul {
		margin-top: 5%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.contact_box1 .text_box h3 {
		font-size: 26px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.contact_box1 .text_box h3 {
		font-size: 22px;
	}

	.contact_box1 .text_box ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.contact_box1 .text_box ul li {
		width: calc(100% / 2 - 6%);
		margin: 30px 3%;
	}
}

.contact_box1 .text_box ul li img {
	margin-bottom: 20px;
}

.contact_box1 .text_box ul li p,
.contact_box1 .text_box ul li p a {
	color: #fff;
	font-size: 20px;
	line-height: 2em;
}

.contact_box1 .text_box ul li p:last-child,
.contact_box1 .text_box ul li p:last-child a {
	font-size: 16px;
	line-height: 1.5em;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.contact_box1 .text_box h3 {
		font-size: 20px;
	}

	.contact_box1 .text_box ul {
		margin-top: 0;
	}

	.contact_box1 .text_box ul li {
		width: 100%;
		max-width: 390px;
		height: 140px;
		margin: 10px 0;
		padding: 0 8.4%;
	}

	.contact_box1 .text_box ul li:nth-child(1),
	.contact_box1 .text_box ul li:nth-child(2) {
		height: 115px;
	}

	.contact_box1 .text_box ul li img {
		margin-bottom: 10px;
	}

	.contact_box1 .text_box ul li p,
	.contact_box1 .text_box ul li p a {
		font-size: 18px;
	}

	.contact_box1 .text_box ul li p:last-child,
	.contact_box1 .text_box ul li p:last-child a {
		font-size: 14px;
	}
}

.contact_box4 .img_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contact_box4 .img_box img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.contact_box4 .text_box {
	padding: 6.3% 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
	height: 100vh;
}

.contact_box4 .content_box {
	width: 90%;
	/*min-height: 100%;*/
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.86);
	padding: 5% 4%;
}

.contact_box4 p {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4em;
	color: #FFFFFF;
}

.contact_box4 .input_box {
	padding-top: 40px;
}

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

.contact_box4 dl dt {
	width: 21.5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #fff;
	padding: 1.9% 4.2% 1.9% 1.7%;
}

.contact_box4 dl dt span {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: #FFFFFF;
}

.contact_box4 dl dt em {
	width: 68px;
	line-height: 34px;
	background: #FFFFFF;
	font-size: 20px;
	line-height: 28px;
	color: #8D9593;
	display: block;
	font-style: normal;
	text-align: center;
	transition: all 0.36s;
}

.contact_box4 dl dt em.gs {
	opacity: 0;
}

.contact_box4 dl.error dt em.gs {
	opacity: 1;
}

.contact_box4 dl.error dt em {
	background: red;
	color: #fff;
}

.contact_box4 dl dd {
	width: calc(100% - 21.5% - 4%);
	border-bottom: 1px solid #fff;
	padding: 1.9% 4.2%;
}

.contact_box4 dl dd input {
	background: none;
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
	border: none;
	width: 100%;
}

.contact_box4 dl dd input::-webkit-input-placeholder {
	color: #FFFFFF;
}

.contact_box4 dl dd input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #FFFFFF;
}

.contact_box4 dl dd input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #FFFFFF;
}

.contact_box4 dl dd input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #FFFFFF;
}

.contact_box4 .check_wrap {
	overflow: hidden;
	width: 200px;
	margin: 0 auto;
	/*height: 34px;*/
}

.contact_box4 .check_wrap input[type='checkbox'] {
	width: 25px;
	height: 23px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 4px;
	outline: none;
	position: absolute;
	display: block;
	padding: 0;
	opacity: 0;
}

.contact_box4 .check_wrap label {
	padding-right: 20px;
	z-index: -1;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	display: block;
	margin: 40px 0 40px;
}

.contact_box4 .check_wrap label a {
	color: #fff;
}

.contact_box4 .check_wrap input[type="checkbox"]+label::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 23px;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	outline: none;
	top: 4px;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
}

.contact_box4 .check_wrap input[type="checkbox"]:checked+label::before {
	content: "";
	color: #E9002A;
	background: url(../images/gou.svg) no-repeat center center;
	background-size: auto 100%;
	text-align: center;
	/*border:1px solid #E9002A;*/
}

.contact_box4 .check_wrap input[type="checkbox"]:disabled+label::before {
	background-color: gray;
	box-shadow: none;
	color: #666;
}

.contact_box4 .sub_btn {
	width: 128px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	margin: 0 auto;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.36s;
}

@media only screen and (min-width: 100px) and (max-width: 1400px) {

	.contact_box4 dl dt span,
	.contact_box4 dl dt em,
	.contact_box4 dl dd input {
		font-size: 18px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1300px) {
	.contact_box4 dl dt em {
		width: 54px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {

	.contact_box4 dl dt,
	.contact_box4 dl dd {
		padding: 2%;
	}

	.contact_box4 .check_wrap label {
		margin: 40px 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.contact_box4 dl {
		position: relative;
	}

	.contact_box4 dl dt {
		width: 80px;
		position: absolute;
		top: 0;
		right: 0;
		border-bottom: 0;
	}

	.contact_box4 dl dt span {
		display: none;
	}

	.contact_box4 dl dd {
		width: 100%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.contact_box4 .text_box {
		padding: 40px 0;
	}

	.contact_box4 p {
		font-size: 14px;
		padding: 0 5%;
	}

	.contact_box4 .content_box {
		padding: 45px 0;
	}

	.contact_box4 dl dt span,
	.contact_box4 dl dt em,
	.contact_box4 dl dd input {
		font-size: 16px;
	}

	.contact_box4 dl dt,
	.contact_box4 dl dd {
		padding: 20px 2%;
	}

	.contact_box4 .input_box {
		padding: 20px 5% 0;
	}

	.contact_box4 .check_wrap label {
		margin: 24px 0;
	}
}

.contact_box4 .sub_btn:hover {
	background: rgb(68, 188, 185);
	border: 1px solid rgb(68, 188, 185);
	/*color: rgb(68, 188, 185)*/
}

.contact_box4 .sub_btn i {
	width: 28px;
	height: 4px;
	display: block;
	background: url(../images/more2.png) no-repeat center center;
	background-size: auto 100%;
	margin-left: 20px;
}

#dituContent {
	width: 100%;
	height: 100vh;
}

/************************联系我们************************/
/************************搜索************************/
.search_page {
	padding-top: 80px;
}

.search {
	margin: 6% auto 0;
}

.search h4 {
	font-size: 18px;
	color: rgb(68, 188, 185)
}

.search_title h4 {
	font-size: 30px;
	font-weight: 300;
	line-height: 3.1em;
	color: #666
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.search_title h4 {
		font-size: 26px;
		line-height: 2.8em;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.search_title h4 {
		font-size: 22px;
		line-height: 2em;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.search_title h4 {
		font-size: 20px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.search_title h4 {
		font-size: 18px;
	}
}

.search_title {
	width: 90%;
	margin: 0 auto;
}

.search .search_title h4 {
	color: rgb(68, 188, 185)
}

.pro_search {
	padding-top: 3%;
}

.pro_search .product_list .product_type_content ul {
	justify-content: flex-start;
}

/************************搜索************************/
.product_detail_banner {
	background: #EBF0F4;
}

.product_detail_banner .content_box {
	max-width: 1660px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	display: flex;
}

.product_detail_banner .content_box .left_text {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 40px;
	position: relative;
}

.product_detail_banner .content_box .left_text h2 {
	font-size: 40px;
	color: #333333;
	text-align: left;
}

.product_detail_banner .content_box .left_text p {
	font-size: 16px;
	color: #666;
	background: none;
	margin-top: 0;
	padding: 25px 0;
	text-align: left;
}

.product_detail_banner .content_box .left_text .product_detail_list {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}

.product_detail_banner .content_box .left_text .product_detail_list ul {
	display: flex;
}

.product_detail_banner .content_box .left_text .product_detail_list li {
	max-width: 130px;
	width: calc(100% / 4);
	margin-right: 10px;
}

.product_detail_banner .content_box .left_text .product_detail_list li a {
	display: flex;
	padding-top: 100%;
	position: relative;
	border: 1px solid #fff;
	border-radius: 17px;
}

.product_detail_banner .content_box .left_text .product_detail_list li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
	min-height: 0;
	display: block;
	object-fit: contain;
}

.product_detail_banner .content_box .right_img {
	width: 50%;
}

.product_detail_banner .content_box .right_img .swiper-container {
	transform: translateY(10%);
}

.product_detail_banner .content_box .right_img .swiper-slide {
	opacity: 0;
	transition: all 0.2s;
}

.product_detail_banner .content_box .right_img .swiper-slide-active {
	opacity: 1;
}

.product_detail_banner .content_box .right_img img {
	width: 90%;
	max-height: 100vh;
	object-fit: cover;
}

@media only screen and (min-width: 100px) and (max-width: 1300px) {
	.product_detail_banner .content_box .left_text {
		width: 560px;
	}

	.product_detail_banner .content_box .right_img {
		width: calc(100% - 560px);
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.product_detail_banner .content_box {
		flex-direction: column;
	}

	.product_detail_banner .content_box .left_text {
		width: 100%;
		padding-top: 100px;
		padding-bottom: 0;
	}

	.product_detail_banner .content_box .right_img {
		width: 100%;
	}

	.product_detail_banner .content_box .left_text .product_detail_list {
		position: static;
	}

	.product_detail_banner .content_box .left_text .product_detail_list ul {
		flex-wrap: wrap;
	}

	.product_detail_banner .content_box .left_text .product_detail_list ul li {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.product_detail_banner .content_box .right_img .swiper-container {
		transform: translateY(0);
	}
}

#newBridge .icon-right-bottom {
	right: 0px !important;
	bottom: 50px !important;
}

#newBridge .nb-customer-icon-style .nb-icon-groups {
	border: 1px solid transparent !important;
	background: transparent !important;
}

#newBridge .nb-icon-inner-wrap {
	height: 110px !important;
	background-image: url(/images/feidundun.gif) !important;
	background-size: 160px;
	background-repeat: no-repeat;
	
}

#newBridge .nb-nodeboard-right-bottom {
	inset: auto 60px 10px auto !important;
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base {
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-top-shadow {
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-top {
	border-top-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
}

#newBridge .nb-nodeboard-base {
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
}

@media (max-width:480px) {
	.index_product .product_list li .img_box{
		transform: translate(0%, -40%);
	}
	.product_list ul li .img_box img{
		transform: translate(-50%, -40%);
	}
}