.container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*æ»šåŠ¨æ¡æ•´ä½“ç²—ç»†æ ·å¼*/
::-webkit-scrollbar {
	/*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
	width: 8px;
	height: 8px;
}

/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
::-webkit-scrollbar-thumb {
	border-radius: 10px !important;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
	background: #b6b6b6 !important;
}

/*æ»šåŠ¨æ¡è½¨é“*/
::-webkit-scrollbar-track {
	border-radius: 10px !important;
	background: #ededed !important;
}

a {
	color: #212121;
	text-decoration: none;
	box-sizing: border-box;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-flex;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container {
	width: 100%;
	overflow: hidden;
}

.swiper-slide {
	flex-shrink: 0;
	position: relative;
	transition-property: transform;
}

.home-scenarioshd {
	margin-top: 65px;
	text-align: center;
}

.home-ny {
	display: inline-block;
	height: 15px;
	overflow: hidden;
}

.home-ny .swiper-button-prev,
.home-ny .swiper-button-next {
	display: inline-block;
	width: 20px;
	height: 15px;
	cursor: pointer;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}

.home-ny .swiper-button-prev {
	position: relative;
	z-index: 1;
	background: url(../images/left.png) no-repeat center;
}

.home-ny .swiper-button-next {
	margin-left: 18px;
	background: url(../images/right.png) no-repeat center;
}

.swiper-pagination {
	text-align: center;
	margin-top: 7px;
	margin-left: 26px;
	vertical-align: top;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination-progressbar {
	display: inline-block;
	width: 914px;
	height: 2px;
	background: #cbd2d5;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--color-primary);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}


.product-detail {
	margin-top: 70px;
}

.product-detailfl {
	width: 47.8%;
	height: 100%;
}

.product-detailbd li img {
	width: 100%;
}

.product-detailbd li img:hover {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.product-detailhd {
	width: 100%;
	margin-top: 14px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.product-detailhd a {
	display: block;
	width: 6.2%;
}

.product-detailhd a.prev {
	background: url(../images/lefta.png) no-repeat left center;
	background-size: 10px 17px;
}

.product-detailhd a.next {
	background: url(../images/righta.png) no-repeat right center;
	background-size: 10px 17px;
}

.product-detailhd a.prev:hover {
	background: url(../images/leftas.png) no-repeat left center;
	background-size: 10px 17px;
}

.product-detailhd a.next:hover {
	background: url(../images/rightas.png) no-repeat right center;
	background-size: 10px 17px;
}

.product-detailhd ul {
	width: 87.6%;
	overflow: hidden;
}

.product-detailhd ul li {
	float: left;
	width: 22.2%;
	margin-right: 18px;
	padding-top: 5px;
	overflow: hidden;
	cursor: pointer;
}

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

.product-detailhd ul li.on {
	background: url(../images/ico24.png) no-repeat center top;
}

.product-detailhd ul li.on img {
	border: 2px solid var(--color-primary);
	box-sizing: border-box;
}

.product-detailhd ul li img {
	width: 100%;
	-webkit-transition: 0s all;
	-moz-transition: 0s all;
	-ms-transition: 0s all;
	transition: 0s all;
}

.product-detailfr {
	width: 47.9%;
}

.product-detailfr h1 {
	padding: 0 20px;
	margin-top: 30px;
	padding-bottom: 40px;
	font-size: 34px;
	line-height: 40px;
	color: var(--bg-color);
	border-bottom: 1px solid #eee;
}

.product-detailfr p {
	padding: 0 20px;
	margin-top: 15px;
}

.product-detailfr p:nth-child(2) {
	margin-top: 26px;
}

.main-href a {
	display: inline-block;
	padding: 15px 60px;
	background: var(--btn-bg);
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.product-detail .main-href {
	padding-left: 20px;
	text-align: left;
}

.product-detail .main-href a {
	padding: 15px 40px;
}

.detail-height {
	width: 100%;
	height: 82px;
	margin-top: 70px;
}

.detail-maodian {
	width: 100%;
	height: 82px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background: #fff;
	font-size: 0;
	z-index: 20;
	text-align: center;
	box-sizing: border-box;
}

.sticky {
	position: fixed;
	top: 0;
	z-index: 9;
}

.detail-maodian li {
	display: inline-block;
	margin: 0 25px;
}

.detail-maodian li a {
	display: block;
	padding: 0 10px;
	line-height: 80px;
	color: #737373;
	font-size: 16px;
	-webkit-transition: .1s all;
	-moz-transition: .1s all;
	-ms-transition: .1s all;
	transition: .1s all;
}

.detail-maodian li.current a,
.detail-maodian li a:hover {
	border-bottom: 2px solid var(--color-primary);
	color: var(--color-primary);
	text-decoration: none;
}

.detail-maodian li:last-child a {
	margin-right: 0;
}

.detail-title {
	padding-top: 50px;
	padding-bottom: 30px;
}

.detail-title h3 {
	font-size: 24px;
	color: var(--bg-color);
}

.detail-title p {
	font-size: 17px;
}

.detail-table td,
.detail-table th {
	padding: 8px 0;
	line-height: 30px;
	text-align: left;
	border: 1px solid #ddd;
}

.detail-table th {
	padding-left: 36px;
	font-size: 16px;
	color: var(--bg-color);
}

.detail-table td {
	padding-right: 20px;
	padding-left: 30px;
	font-size: 16px;
}

.scenario .device-txt h3 {
	margin-top: 30px;
	color: #fff;
	font-size: 22px;
}

.scenario .device-txt p {
	margin-top: 10px;
}

.scenario .arrow {
	position: static;
	margin-left: 50px;
	overflow: hidden;
}

.scenario .swiper-pagination {
	float: right;
	margin-right: 50px;
	font-size: 20px;
	color: #c5d1e6;
}

.scenario .arrow a {
	background: #fff;
}

.scenario .arrow a .process .home-processcon {
	margin-top: 10px;
}

.process .home-processcon ul li {
	width: 22%;
	padding: 0 20px 20px 20px;
	text-align: left;
	border-bottom: 1px solid #7f7faf;
}

.process .home-processcon {
	background: url(../images/line04.png) no-repeat 66px 26px;
}

.service .goods-service {
	background: none;
}

.service .goods-service ul li,
.more-product .quality-list {
	margin-top: 0;
}

.more-product .quality-list li span {
	display: block;
	overflow: hidden;
}

.more-product .quality-list li span img {
	width: 100%;
}

.quality-list li h3 {
	margin-top: 24px;
	font-size: 20px;
	text-align: center;
}

.detail-input {
	margin-bottom: 100px;
	margin-top: 65px;
}

.div_info {
	width: 30%;
	padding: 55px;
	background: #fff;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}

.detail-input .div_info {
	width: 100%;
	box-shadow: none;
	border: 1px solid #ddd;
}

.div_info h3 {
	padding-bottom: 20px;
	font-size: 28px;
	color: #333;
	line-height: 24px;
	letter-spacing: 1px;
}

.div_info input,
.div_info textarea {
	display: block;
	width: 100%;
	height: 62px;
	margin: 0 auto;
	margin-top: 20px;
	padding-left: 30px;
	font-size: 16px;
	border: none;
	background: #fafafa;
	border: 1px solid #eee;
	outline: none;
}

.div_info textarea {
	height: 197px;
	padding: 20px 30px 20px 30px;
	line-height: 30px;
}

.input-position {
	position: relative;
}

.detail-input .div_info .input-position {
	width: 48%;
}

.detail-input .div_info input {
	height: 52px;
}

.detail-input .div_info textarea {
	height: 166px;
}

.div_info button {
	width: 100%;
	height: 66px;
	font-size: 15px;
	color: #fff;
	background: var(--btn-bg);
	margin-top: 36px;
	border: none;
	outline: none;
	letter-spacing: 1px;
	font-family: 'Montserrat-Bold';
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}

.detail-input .div_info button {
	width: 44%;
	height: 56px;
}

/*è¯¢ç›˜*/
.cd-popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 1000;
}

.cd-popup .div_info {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -15%;
	float: none;
	max-height: 80%;
	overflow: auto;
}

.cd-popup .div_info {
	width: 30%;
	padding: 55px;
	background: #fff;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}

.cd-popup .div_info h3 {
	padding-bottom: 20px;
	font-size: 28px;
	color: #333;
	line-height: 24px;
	letter-spacing: 1px;
}

.cd-popup .div_info input,
.cd-popup .div_info textarea {
	display: block;
	width: 100%;
	height: 62px;
	margin: 0 auto;
	margin-top: 20px;
	padding-left: 30px;
	font-size: 16px;
	border: none;
	background: #fafafa;
	border: 1px solid #eee;
	outline: none;
}

.cd-popup .div_info button {
	width: 100%;
	height: 66px;
	font-size: 15px;
	color: #fff;
	background: var(--color-primary);
	margin-top: 36px;
	border: none;
	outline: none;
	letter-spacing: 1px;
	font-family: 'Montserrat-Bold';
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}

.cd-popup .div_info button:hover {
	background: #2054b5;
	cursor: pointer;
}

.cd-popup .div_info textarea {
	height: 197px;
	padding: 20px 30px 20px 30px;
	line-height: 30px;
}

.cd-popup .cd-popup-close {
	position: absolute;
	right: 7%;
	top: 41px;
	font-size: 42px;
	color: #999;
}

.cd-popup .cd-popup-close:hover {
	text-decoration: none;
}

.cd-popup .crmFormVali-error {
	color: #a94442;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	right: 20px;
	top: calc(50% - 6px);
}

.cd-popup .input-position {
	position: relative;
}

@media screen and (max-width: 1580px) {
	.product-detailfr h1 {
		margin-top: 0;
	}

	.scenario .arrow {
		margin-bottom: 20px;
	}

	.process .home-processcon {
		background-size: 80% auto;
	}

	.cd-popup .div_info {
		width: 46%;
	}

	.cd-popup .div_info {
		margin-left: -23%;
		top: 80px;
	}
}

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

	.title h1,
	.title h1 a,
	.title h2,
	.title h2 a {
		font-size: 34px;
	}

	.detail-table td,
	.detail-table th {
		line-height: 24px;
	}
}

@media screen and (max-width: 1280px) {

	.foot-txt p a {
		margin-left: 80px;
	}

	.swiper-pagination-progressbar {
		width: 600px;
	}

	.detail-maodian li {
		margin: 0;
	}

	.detail-maodian li a {
		font-size: 14px;
	}

	.detail-table th {
		width: 34%;
	}

	.title h1,
	.title h1 a,
	.title h2,
	.title h2 a {
		font-size: 32px;
		line-height: 42px;
	}

}

@media screen and (max-width: 1100px) {

	.product-detailfl,
	.product-detailfr {
		width: 100%;
	}

	.product-detailfr {
		margin-top: 50px;
	}
}

@media screen and (max-width: 960px) {
	.swiper-pagination {
		margin-left: 0;
	}

	.swiper-pagination-progressbar {
		width: 160px;
	}

	.detail-input .div_info .input-position {
		width: 100%;
	}

	.product-detail {
		margin-top: 40px;
	}

	.product-detailhd ul li {
		margin-right: 10px;
	}

	.product-detailfr {
		margin-top: 40px;
	}

	.product-detailfr h1 {
		padding-bottom: 20px;
		font-size: 24px;
	}

	.detail-maodian li {
		width: 50%;
	}

	.detail-height {
		margin-top: 60px;
	}

	.detail-height,
	.detail-maodian {
		height: 142px;
	}

	.detail-maodian li a {
		line-height: 46px;
	}

	.detail-table th {
		padding-left: 10px;
	}

	.process .home-processcon ul li {
		width: 100%;
	}

	.process .home-processcon {
		background: none;
	}

	.detail-maodian li a:hover {
		border-bottom: none;
		color: #737373;
		text-decoration: none;
	}

	.scenario .arrow {
		margin-left: 35px;
	}

	.detail-table td,
	.detail-table th {
		line-height: 22px;
	}

	.cd-popup .div_info {
		width: 86%;
		margin-left: -43%;
	}

	.cd-popup .div_info {
		padding: 30px;
	}

	.cd-popup .cd-popup-close {
		top: 15px;
	}

	.cd-popup .div_info button {
		margin-top: 28px;
	}

	.cd-popup .div_info input,
	.div_info button {
		height: 46px;
	}

	.cd-popup .div_info input,
	.div_info textarea {
		margin-top: 15px;
	}

	.cd-popup .div_info textarea {
		height: 100px;
	}

	.cd-popup .div_info {
		top: 100px;
	}

}

@media screen and (max-width: 340px) {
	.detail-maodian li a {
		padding: 0;
		font-size: 12px;
	}
}

.richtext.is-magic .J_module {margin-bottom: 10px;}
.J_module .flex-layout-h {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;flex: 1 0 auto;}
.J_module .flex-layout-v {flex: 1;display: flex;flex-direction: column;}
#detail_decorate_root{width:750px;margin:0 auto;}
#detail_decorate_root table{margin:20px 0px;}
.pro_text .parameters .wp{
	margin: 0 auto;
}
.pro_text .parameters p {
	/*width:750px;*/
	margin: 0 auto !important;
}
.pro_text .parameters div {
	width:750px;
	margin: 0 auto !important;
}



 .table-response {
    overflow-x: auto;
}  
@media only screen and (max-width:1280px) {
table{
	white-space: nowrap !important;
}table tr td div{
	width:100% !important;
}
  }

 .pro_text img{
	  max-width: 100% !important;
	  height: auto !important; 
  }
  .pro_text div{
	  max-width: 100% !important;
	  height: auto !important; 
  }


@media screen and (max-width:992px){
.detail-maodian li {
    width: 33%;
}.detail-maodian li a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}.detail-height, .detail-maodian {
    height: auto;
}
  .div_info {
    padding: 30px;}
  .detail-input {
    margin-bottom: 30px;
    margin-top: 0px;
}
}


.crmFormVali-error {

    position: initial !important;
}