   .video-iframe {
                width: 100%;
                max-width: 800px;
                margin: 30px auto;
            }

            .video-iframe .v-box {
                height: 0;
                padding-bottom: 60%;
                position: relative;
            }

            .video-iframe .v-box iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                object-position: center;
                -o-object-position: center;
            }

.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; */
	/* 线性渐变背景 */
	background: #18469d !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: 22px;
	padding-top: 5px;
	overflow: hidden;
	cursor: pointer;
}

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

.product-detailhd ul li.on img {
	border:2px solid #18469d;
	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 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: #18469d;
    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: 82px;
	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;
}

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

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

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

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

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

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

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

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

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

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

@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;
	}
  
  .sticky {
      top: 60px;
  }
}

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


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

.product-detailfr{
width:100% !important;
}


}

.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:1140px;margin:0 auto;}
#detail_decorate_root table{margin:20px 0px;}
table {word-break:break-word;border-collapse:collapse;border-spacing:0;}
table tr>td {border:solid 1px #cccccc;text-align:center;padding:6px;}
table tr>th,table thead tr>td {border:solid 1px #cccccc;text-align:center;padding:6px;}
#detail_decorate_root [class*="magic-"] {/* width:100% !important; */height:100% !important;}
#detail_decorate_root [class*="magic-"] img{width:100% !important;height:100% !important;}