.product-banner {
	display: block;
	text-align: center;
	height: 440px;
}
.product-banner .swiper-container {
	display: inline-block;
}
.product-banner .swiper-container .swiper-slide {
	display: inline-block;
	text-align: left;
	padding-top: 60px;
}
.product-banner .swiper-container .swiper-slide .doc {
	float: left;
	display: inline-block;
	max-width: 50%;
	overflow: hidden;
	margin: 0px;
	padding-right: 15px;
}
.product-banner .swiper-container .swiper-slide .doc .name,  .product-banner .swiper-container .swiper-slide .doc .desc,  .product-banner .swiper-container .swiper-slide .doc .icon,  .product-banner .swiper-container .swiper-slide .doc .link {
	max-width: 100%;
	font-size: 16px;
	margin-bottom: 50px;
}
.product-banner .swiper-container .swiper-slide .doc .name {
	text-transform: uppercase;
	font-size: 38px;
	line-height: 1;
	font-weight: bold;
	margin: 50px 0px 30px;
	color: #111;
}
.product-banner .swiper-container .swiper-slide .doc .name span {
	position: relative;
	width: 100%;
	display: inline-block;
}
.product-banner .swiper-container .swiper-slide .doc .name::after {
	content: " ";
	display: inline-block;
	position: relative;
	width: 80px;
	height: 1px;
	border-bottom: 1px solid transparent;
}
.product-banner .swiper-container .swiper-slide .doc .link > a > span > i::after {
	font-weight: normal;
	content: "\e654";
	font-size: 22px;
	position: relative;
	top: 2px;
	margin-left: 10px;
}
.product-banner .swiper-container .swiper-slide .pic {
	float: left;
	width: 50%;
	margin: 0px;
	display: inline-block;
	text-align: right;
	padding-left: 15px;
	overflow: hidden;
}
.product-banner .btn-theme {
	width: auto;
	height: auto;
	padding: 5px 20px;
}
.product-banner .btn-theme span {
	font-size: 18px;
}
.page-product-index .page-center:nth-of-type(1) {
	margin-top: 0px;
}
.product-index {
	display: block;
	width: 100%;
	margin: 50px 0px 100px;
}
.product-index .item {
	margin: 15px 0px;
	padding: 0px;
	overflow: hidden;
	background: #fff;
}
.product-index .item .box {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid transparent;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.product-index .box .pic {
	position: relative;
	display: inline-block;
	width: 100%;height:300px;
	overflow: hidden;
}
@media (max-width:1024px) {
.product-index .box .pic {
height:auto;	
}
}
.product-index .box .pic > img {
	min-width: 100%;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.product-index .box:hover .pic > img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: -webkit-transform 0.6s ease 0;
	transition: transform 0.6s ease 0;
}
.product-index .box .pic > span {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	font-size: 18px;
	line-height: 1.2;
	text-align: left;
	width: 100%;
	padding: 10px 15px 15px;
	overflow: hidden;
	opacity: 0.88;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-o-transition: all .9s ease;
}
.product-index .box .pic > span > i {
	position: relative;
	top: 5px;
	font-size: 30px;
	font-weight: bold;
	margin-right: 12px;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-o-transition: all .9s ease;
}
.product-index .box:hover .pic > span::after {
	position: absolute;
	right: 10px;
	margin-top: 3px;
	font-family: 'iconfont';
	content: "\e619";
	font-size: 25px;
	overflow: hidden;
}
.product-index .box .doc {
	float: left;

	text-align: left;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	padding: 20px;
}
.home-product-type {
	position: relative;
	bottom: auto;
	opacity: 1;
}
.home-product-type .swiper-container {
	background: url('../images/header-bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.home-product-type .swiper-container .active a::after,  .home-product-type .swiper-container a:hover::after {
	font-family: 'iconfont';
	font-size: 18px;
	content: "\eb36";
	position: absolute;
	left: 50%;
	bottom: -6px;
	margin-left: -9.5px;
}
.home-product-type .swiper-slide:nth-last-child(1)::after {
	display: inline-block;
}
.product-cat-head {
	padding: 60px 0px;
	height: auto;
	overflow: hidden;
}
.product-cat-head .name {
	width: 100%;
	height: auto;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}
.product-cat-head .name > span {
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 38px;
	color: #111;
}
.product-cat-head .name::after {
	content: " ";
	display: inline-block;
	position: relative;
	width: 100px;
	height: 1px;
	margin: 0px auto;
	border-bottom: 1px solid transparent;
}
.product-cat-head .desc {
	width: 100%;
	font-size: 16px;
	padding: 5px 15%;
	text-align: center;
}
.nav-product-list {
	border-bottom: 2px solid transparent;
	min-height: 40px;
}
.nav-product-list .swiper-slide {
	display: none;
}
.nav-product-list a {
	float: left;
	display: inline-block;
	margin: 10px 0px;
	text-align: center;
	width: 12%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	border-left: 1px solid transparent;
	font-weight: 400;
}
.nav-product-list a:nth-child(8n+1) {
	border-left: none;
}
.nav-product-list .active {
	font-weight: bold;
	font-size: 18px !important;
}
.nav-product-list .cur {
}
.album {
	float: left;
	display: inline-block;
}
.album .goods {
	display: inline-block;
	float: left;
	width: 100%;
	overflow: hidden;
}
.album .goods .swiper-slide a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: unset;
}
.album .goods .swiper-slide img {
	width: 100%;
	height: 100%;
	

	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.album .goods .swiper-slide span {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 50px;
	overflow: hidden;
	padding: 0px 10px;
	line-height: 50px;
	opacity: 0.6;
	text-align: center;
	font-size: 18px;
	display: none;
}
.album .goods .swiper-slide a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: -webkit-transform 0.6s ease 0;
	transition: transform 0.6s ease 0;
}
.album .thumb {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	

	margin-top: 10px;
	padding: 0px 40px;
	overflow: hidden;
}
.album .swiper-button-prev,  .album .swiper-button-next {
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	top: auto;
	bottom: 0px;
	width: 30px;
	height: 100%;
}
.album .swiper-button-prev {
	left: 0px;
}
.album .swiper-button-next {
	right: 0px;
}
.album .swiper-button-prev::before {
	font-family: 'iconfont';
	font-size: 20px;
	content: "\e61c";
}
.album .swiper-button-next::before {
	font-family: 'iconfont';
	font-size: 20px;
	content: "\e61b";
}
.album .thumb .swiper-wrapper，  .album .thumb .swiper-slide {
	display: inline-block;
	

	overflow: hidden;
}
.album .thumb .swiper-slide > a {
	display: block;
	width: 100%;
	

	overflow: hidden;
	border: 2px solid transparent;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.album .thumb .swiper-slide > a > img {
	width: 100%;
	height: 100%;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.album .thumb .swiper-slide:hover > a > img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: -webkit-transform 0.6s ease 0;
	transition: transform 0.6s ease 0;
}
.doc h3 {
	font-weight: bold;
	font-size: 32px;
	line-height: 1.2;
	color: #111;
	margin-bottom: 20px;
}
.doc h4 {
	line-height: 24px;
	font-weight: normal;
	color: #111;
}
.doc dl {
	float: left;
	display: inline-block;
	width: 100%;
	margin: 20px 0px 30px;
}
.doc dl dt {
	font-weight: normal;
	line-height: 60px;
	color: #111;
	padding: 0px 15px;
	border-left: 3px solid transparent;
	font-size: 22px;
	margin-bottom: 20px;
}
.doc dl li {
	list-style: none;
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px dotted #ccc;
}
.doc dl li::before {
	font-family: 'iconfont';
	content: "\e82f";
	margin-right: 6px;
}
.doc .btn-theme {
	width: auto;
	height: auto;
	line-height: 1;
	padding: 5px 3.5rem;
	border-radius: 30px;
}
.doc .btn-theme span {
	font-size: 16px;
}
.doc .btn-theme span > i::after {
	font-size: 20px;
	position: relative;
	top: 2px;
}
.page-products .item {
	width: 100%;
}
.page-products .item .box {
	position: relative;
	padding: 65px 0px;
	overflow: hidden;
}
.page-products .item .box .album,  .page-products .item .box .doc {
	display: inline-block;
	width: 47%;
	overflow: hidden;
}
.product-list .item .box .album {
	float: left;
	padding-right: 30px;
}
.product-list .item .box .doc {
	float: right;
	padding-left: 30px;
}
.product-list .item:nth-child(even) .box .album {
	float: right;
	padding-left: 30px;
	padding-right: 0px;
}
.product-list .item:nth-child(even) .box .doc {
	float: left;
	padding-left: 0px;
	padding-right: 30px;
}
.product-detailed .item .box .album {
	float: right;
	padding-left: 50px;
}
.product-detailed .item .box .doc {
	float: left;
	padding-right: 50px;
}


.product-detailed .item .box .btn-theme > span > i:after {
	font-weight: normal;
	content: "\e654";
	font-size: 22px;
	position: relative;
	top: 2px;
	margin-left: 10px;
	background: none !important;
}
.product-detailed .navs {
	width: 100%;
	height: 50px;
	overflow: hidden;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-color: #ddd !important;
}
.product-detailed .navs a {
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	margin: 15px 0px;
	display: inline-block;
	text-align: center;
	border-left: 1px solid transparent;
	border-color: #ddd !important;
}
.product-detailed .docs {
	padding-bottom: 80px;
}
#parameters-content table {
	width: 100% !important;
	table-layout: fixed;
}
#parameters-content table {
	min-width: 100%;
	border: 1px solid #ddd !IMPORTANT;
	border-collapse: collapse !IMPORTANT;
	font-size: 14PX !IMPORTANT;
	word-break: break-all;
	word-wrap: break-word;
}
#parameters-content table td {
	border: 1px solid #ddd !IMPORTANT;
	padding: 10px 5px !IMPORTANT;
	line-height: 1.2;
	word-break: break-word;
}
#parameters-content table .firstRow td {
	padding: 30px 0 !important;
	font-size: 18px;
}
.product-detailed .navs .swiper-slide:nth-child(8n+1) a {
	border-left: none;
}
.product-detailed .navs .swiper-slide-thumb-active {
	font-weight: bold;
}
.product-detailed .docs .swiper-slide {
	margin: 30px 0px;
	min-height: 400px;
}
.product-detailed .docs .swiper-slide img {
	max-width: 100%;
}
.video video {
	width: 100%;
	min-height: 250px;
	max-height: 800px;
}
#application-content .item {
}
#application-content .item .pic {
	overflow: hidden;
	border: 1px solid #eee;
}
#application-content .item .pic img {
	width: 100%;
}
#application-content .item:hover .pic img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: -webkit-transform 0.6s ease 0;
	transition: transform 0.6s ease 0;
}
#application-content .item p {
	line-height: 1.2;
	padding: 20px;
	background: #efefef;
	margin-bottom: 30px;
}

@media (max-width:1279px) {


#parameters-content {
	overflow-x: auto;
}
#parameters-content table {
	width: 100% !important;
	word-break: keep-all;
	table-layout: unset;
}
#parameters-content table td {
	width: 100% !important;
	word-break: keep-all;
}
#parameters-content table .firstRow td {
	padding: 1rem 0 !important;
}
}

@media (max-width:1279px) {


.page-center:nth-child(1) {
	position: relative;
	z-index: 999;
}
.product-banner .swiper-container .swiper-slide .doc {
	float: none;
	max-width: 100%;
	padding-right: 0px;
}
.product-banner .swiper-container .swiper-slide .doc .name,  .product-banner .swiper-container .swiper-slide .doc .link,  .product-banner .swiper-container .swiper-slide .doc .desc {
	text-align: center;
	font-size: 14px;
	max-width: 90%;
	margin: 30px auto 50px;
}
.product-banner .swiper-container .swiper-slide .doc .name > span::before,  .product-banner .swiper-container .swiper-slide .doc .name > span,  .product-banner .swiper-container .swiper-slide .doc .link a {
	margin: 0px auto;
	font-size: 28px;
}
.product-index {
	display: block;
	width: 100%;
	margin: 30px 0px 70px;
	;
}
.product-banner .swiper-container .swiper-slide .pic {
	display: none;
}
.home-product-type .swiper-slide::after,  .home-product-type .swiper-container .active a::after {
	display: none;
}
.home-product-type .active::after,  .home-product-type .swiper-slide:hover::after {
	height: 40px;
}
.product-cat-head .desc {
	float: left;
	width: 100%;
	padding: 12px 30px;
}
.album .goods {


}
.product-list .max-width {
	padding: 0px;
}
.product-list .item,  .product-list .item .box,  .product-list .item .box .doc,  .product-list .item .box .album,  .product-detailed .item,  .product-detailed .item .box,  .product-detailed .item .box .doc,  .product-detailed .item .box .album {
	height: auto;
}
.album .goods .swiper-slide span {
	font-size: 14px;
}
.product-list .item .box,  .product-detailed .item .box {
	padding: 80px 0px;
}
.product-list .item:nth-child(even) .box .album {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.product-list .item:nth-child(even) .box .doc {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.product-list .item .box .album,  .product-list .item .box .doc,  .product-detailed .item .box .album,  .product-detailed .item .box .doc {
	float: left;
	display: inline-block;
	width: 100%;
	padding: 0px 10px;
}
.product-list .item .box .doc {
	position: relative;
	float: left;
	height: auto;
	margin-bottom: 30px;
}
.product-list .item .box .doc h3 {
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	font-size: 25px;
}
.product-list .item .box .doc dl {
	margin: 15px 0px;
}
.product-list .item .box .doc .btn-theme {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 5px 15px 8px;
}
.product-list .item .box .doc .btn-theme span {
	font-size: 14px;
	line-height: 1;
}
.doc h4 {
	margin: 2rem 0;
	font-size: 16px;
}
.product-detailed .docs .swiper-slide {
	min-height: 200px;
}
.product-detailed .item .box {
	padding: 50px 0px;
}
.product-detailed .item .box .album {
	margin-top: 30px;
}
.product-detailed .item .box .album,  .product-detailed .item .box .doc {
	float: left;
	padding: 0px 10px;
}
.nav-product-list a {
	width: 24.5%;
}
.nav-product-list a:nth-child(8n+1) {
	border-left: 1px solid transparent;
}
.nav-product-list a:nth-child(4n+1) {
	border-left: none;
}
.product-detailed .navs .swiper-slide:nth-child(8n+1) a {
	border-left: 1px solid transparent;
}
.product-detailed .navs .swiper-slide:nth-child(3n+1) a {
	border-left: none;
}
}

