@import url("reset.css");
@import url("../fonts/fonts.css?v=1.1");

:root {
	--main-color: #ef4136;
}

html{
	background:#fff;
}
body{
	font-size:14px;
	line-height: 1.5;
	overflow-x:hidden;
	color: #171717;
	-webkit-font-smoothing: subpixel-antialiased;
}
body{
	font-family:Arial,Helvetica,sans-serif;
}
body.lang-en{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
}

a {
	color: #171717;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration:none;
}
a:hover {
	color: var(--main-color);
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}

/** 公共样式 **/
section,.section{
	width: 100%;
	padding: 20px 0;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.pc-hide{
	display: block;
}
.mb-hide-992{
	display: none;
}
.pc-hide-992{
	display: block;
}
.mb-hide{
	display: none;
}

.container{
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.nav-blank{
	height: 50px;
}

@media (min-width: 768px) {
	section,.section{
		padding: 30px 0;
	}
}
@media (min-width: 992px) {
	section,.section{
		padding: 40px 0;
	}
	.mb-hide-992{
		display: block;
	}
	.pc-hide-992{
		display: none;
	}
	.pc-hide{
		display: none;
	}
	.mb-hide{
		display: block;
	}
	.nav-blank{
		height: 154px;
	}
	
}
@media (min-width: 1400px) {
	.nav-blank{
		height: 184px;
	}
}

.clearfix:before,.clearfix:after,.container:before,.container:after,.section:before,.section:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after,.section:after{
	clear: both;
}

.fl{float: left;}.fr{float: right;}
.txt-lt{text-align: left;}.txt-cr{text-align: center;}.txt-rt{text-align: right;}
.mgn-t5{margin-top: 5px;}
.mgn-t10{margin-top: 10px;}.mgn-t15{margin-top: 15px;}
.mgn-t20{margin-top: 20px;}.mgn-t25{margin-top: 25px;}
.mgn-t30{margin-top: 30px;}.mgn-t35{margin-top: 35px;}
.mgn-t40{margin-top: 40px;}.mgn-t45{margin-top: 45px;}
.mgn-t50{margin-top: 50px;}.mgn-t55{margin-top: 55px;}
.mgn-t60{margin-top: 60px;}
.img-block{display: block;margin: 0 auto;width: 100%;height: auto;}
.transitions{webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

h1,.h1{font-size: 36px;}
h2,.h2{font-size: 30px;}
h3,.h3{font-size: 24px;}
h4,.h4{font-size: 18px;}
h5,.h5{font-size: 16px;}
h6,.h6{font-size: 14px;}

.pic{
	height: auto;
	overflow: hidden;
}
.pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}

.logo{
	display: flex;
	align-items: center;
	justify-content: center;
}

/** footer **/
.footer{
	width:100%;
	overflow:hidden;
	background-color: #f4f4f4;
	padding: 1.5vw 0;
}

.copyright{
	width: 100%;
	color: rgb(153, 153, 153);
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.copyright a{
	color: rgb(153, 153, 153);
	display: inline-block;
	margin-left: 20px;
}
.copyright a:hover{
	color: var(--main-color);
}

/** 首页样式 **/
.index-main-body{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

@keyframes style1 {
	0% {
		background:rgba(0,0,0,.25);
		transform:translateX(-50%) translateY(-50%) scale(0)
	}
	to {
		background:0 0;
		transform:translateX(-50%) translateY(-50%) scale(1)
	}
}

/** 内页样式
*** 左右结构
***************/
.ny_banner{
	width:100%;
	height: auto;
	overflow:hidden;
	position: relative;
	background-color: #171717;
	padding: 40px 0;
}

.ny_banner .sort-name{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.75;
	text-align: center;
	color: rgb(215, 83, 246);
	margin-bottom: 20px;
}
.sort-subname{
	text-align: center;
	font-family: 'Righteous';
	font-size: 33px;
	color: #fff;
	line-height: 1.45;
	margin-bottom: 30px;
}
.ny_banner .sort-def{
	text-align: center;
	font-size: 16px;
	color: rgb(170, 170, 170);
	line-height: 1.75;
	margin-bottom: 30px;
}
.sort-more{
	text-align: center;
}
.sort-more a{
	display: inline-block;
	color: #fff;
	font-size: 15px;
	background-color: rgb(215, 83, 246);
	line-height: 30px;
	padding: 13px 32px;
	border-radius: 6px;
	text-transform: capitalize;
}
.sort-more a:hover{
	filter: brightness(95%);
	-webkit-filter: brightness(95%);
}

.in-dtl-prosort{
	font-size: 14px;
}
.in-dtl-protitle{
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.in-dtl-prosml{
	color: #666666;
	font-size: 12px;
}

@media (min-width: 768px) {
	.in-dtl-prosort{
		font-size: 16px;
	}
	.in-dtl-protitle{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.in-dtl-prosml{
		font-size: 14px;
	}
	.ny_banner{
		padding: 80px 0;
	}
	.sort-subname{
		font-size: 40px;
		margin-bottom: 42px;
	}
	
}
@media (min-width: 992px) {
	
	.in-dtl-prosort{
		font-size: 18px;
	}
	.in-dtl-protitle{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.in-dtl-prosml{
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.sort-subname{
		font-size: 50px;
	}
	.in-dtl-prosort{
		font-size: 22px;
	}
	.in-dtl-protitle{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.in-dtl-prosml{
		font-size: 18px;
	}
}
@media (min-width: 1400px) {
	
}
@media (min-width: 1600px) {
	
}

.in-flex-pages{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding: 20px 0;
	margin-top: 30px;
}
.pages{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
}
.pages a{
	display: inline-block;
	padding:0 10px;
	color: #333;
	line-height: 26px;
	font-size: 14px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-family: 'OpenSansRegular';
}
.pages span{
	display: inline-block;
	padding:0 10px;
	color: #333;
	line-height: 26px;
	font-size: 14px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-family: 'OpenSansRegular';
}
.pages a.no_next,
.pages a.hasnext{
	border-radius: 0 999px 999px 0;
}
.pages a.hasprev,
.pages a.no_pre{
	border-radius: 999px 0 0 999px;
	border-left: 1px solid #ddd;
}
.pages i{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 26px;
}
.pages a.page-num:hover,
.pages .page-num-current{
	background-color: var(--main-color);
	color: #fff;
	border-color: var(--main-color);
}
.pages a.page-link:hover{
	color: var(--main-color);
}

/** product in **/
.in-product-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.in-product-list li{
	width: 50%;
	padding: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-product-list li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 5%;
	padding-bottom: 65px;
	position: relative;
}
.in-product-list li .tupic a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.in-product-list li .tupic{
	width: 100%;
	height: 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 100%;
}
.in-product-list li .tupic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
}
.in-product-list li .txt{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.in-product-list li .title{
	font-size: 14px;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
	font-family: Arial black;
}
.in-product-list li .title a{
	display: block;
}
.tanmodel{
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
.tanmodel a{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 999px;
	line-height: 40px;
	padding: 0 20px;
}

.in-product-list li .wrap:hover .tupic img{
	transform: scale(1.1);
}
.in-product-list li .wrap:hover .title a{
	color: var(--main-color);
}
.in-product-list li .wrap:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.detail-product-top{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.detail-product-zoom{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.detail-product-right{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.detail-product-title{
	font-family: Arial black;
	color: #000;
	line-height: 2;
	font-size: 16px;
	margin-bottom: 25px;
	margin-top: 20px;
}

.detail-product-sort{
	color: rgba(153,153,153,1);
	font-size: 14px;
	line-height: 2;
	margin-bottom: 5px;
}
.detail-product-more-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}
.detail-product-more{
	 margin-top: 20px;
}

.detail-product-mainpic{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.detail-product-mainpic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.detail-product-ask{
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.detail-product-ask a{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 999px;
	line-height: 44px;
	padding: 0 45px;
	font-size: 16px;
	text-transform: capitalize;
}

.main-box{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}
.mgn20-40{
	margin-top: 20px;
}
.in-flex-container{
	height: auto;
	overflow: hidden;
}

.detail-product-price{
	margin-top: 20px;
	display: flex;
	align-items: center;
	font-size: 24px;
}
.detail-product-price span{
	display: inline-block;
	margin-right: 15px;
	font-size: 16px;
}
.product_ad_box{
	padding: 12px 20px;
	border-radius: 8px;
	position: relative;
	background: linear-gradient(90deg, #5089f0 0%, #a63edd 100%);
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.product_ad_box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient( 135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 20px );
}
.product_ad_box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -50%;
  width: 34px;
  height: 200%;
  opacity: 0;
  transform: rotate(45deg);
  animation: l_r_ani 3s infinite;
  background: rgba(255, 255, 255, .5);
}
.product_ad_box > a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  line-height: normal;
  color: #fff;
  font-size: 14px;
}
.product_ad_box .ad-img {
  width: 36px;
  max-height: 100px;
  object-fit: contain;
  margin-right: 18px;
  flex: none;
}
@keyframes l_r_ani {
    10% {
        opacity: .2;
    }
    30% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        left: 120%;
    }
}

.detail-product-fbk{
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.detail-product-fbk a{
	display: block;
	text-align: center;
	border: 1px solid #222;
	color: #222;
	line-height: 46px;
	border-radius: 10px;
	font-size: 14px;
}
.product_feature_box{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-evenly;
	margin-top: 20px;
	margin-bottom: 20px;
}
.product_feature_box .p-feature-item {
  height: auto;
  width: calc(100% / 3 - 20px);
  text-align: center;
  font-size: 12px;
  color: #222;
}
.product_feature_box .p-f-cover {
  width: 26px;
}

.detail-product-btms{
	height: auto;
	overflow: hidden;
	display: flex;
}
.detail-product-btms a{
	display: inline-block;
	color: red;
	border: 1px solid var(--main-color);
	border-radius: 999px;
	line-height: 38px;
	padding: 0 20px;
	font-size: 14px;
}
.detail-product-btms a + a{
	margin-left: 20px;
}
.detail-product-btms a.red{
	color: #fff;
	background-color: var(--main-color);
}

@media (min-width: 768px) {
	.detail-product-zoom{
		width: 48%;
	}
	.detail-product-right{
		width: 48%;
	}
	.detail-product-title{
		font-size: 20px;
		margin-bottom: 40px;
	}
	.in-product-list{
		margin-left: -10px;
		margin-right: -10px;
	}
	.in-product-list li{
		width: 33.333333%;
	}
	
}
@media (min-width: 992px) {
	.product_ad_box > a {
		font-size: 16px;
	}
	.product_feature_box .p-feature-item {
		font-size: 14px;
	}
	.product_feature_box .p-f-cover {
	  width: 30px;
	}
	.in-product-list li{
		width: 25%;
		margin-bottom: 10px;
	}
	.detail-product-title{
		font-size: 30px;
	}
}
@media (min-width: 1200px) {
	.detail-product-title{
		font-size: 40px;
	}
	.main-box{
		max-width: calc(75% + 80px);
		padding: 0 40px;
	}
	.mgn20-40{
		margin-top: 40px;
	}
	
	.in-product-list li .title{
		font-size: 16px;
	}
	.in-product-list li .wrap{
		padding-bottom: 75px;
	}
}


.slideBox-product{
	margin-top:40px;
	height: auto;
	overflow:hidden;
}
.slideBox-product .hd{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.slideBox-product .hd ul{
	height: auto;
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.slideBox-product .hd ul li{
	font-size:14px;
	float:left;
	height:45px;
	line-height:45px;
	padding:0 30px;
	cursor:pointer;
	transition: 0.5s;
	position: relative;
	border-right: 1px solid #f0f0f0;
}
.slideBox-product .hd ul li::before{
	content: '';
	width: 0;
	height: 3px;
	background-color: red;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.5s;
}
.slideBox-product .hd ul li a{
	display:block;
	color: #333;
}
.slideBox-product .hd ul li.on::before{
	width: 100%;
}
.slideBox-product .hd ul li.on{
	color: red;
}
.slideBox-product .bd{
	height: auto;
	overflow: hidden;
}
.slideBox-product .bd ul{
	height: auto;
	overflow:hidden;
}
.detail-product-content{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 2;
}
.detail-product-content img{
	max-width: 100%;
	height: auto;
}
.detail-product-content iframe{
	max-width: 100%;
	height: auto;
}
.detail-product-content video{
	max-width: 100%;
	height: auto;
}
.detail-product-content table{
	width: 100%;
	background-color: #f5f5f5;
	border-color: #ddd;
	margin-top: 20px;
	border-collapse: collapse;
}
.detail-product-content table tr:nth-child(2n+1){
	background-color: #ebebeb;
}
.detail-product-content table td{
	padding: 5px 15px!important;
	border: 1px solid #ddd;
}

.related-product{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	justify-content: center;
}
.related-product::after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #eee;
	position: absolute;
	left: 0;
	top: 50%;
}
.related-product span{
	display: inline-block;
	padding: 0 20px;
	font-size: 24px;
	text-transform: capitalize;
	position: relative;
	z-index: 11;
	background-color: #fff;
}

.product-list-color{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.product-list-color span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #585858;
	margin: 0 5px;
	cursor: pointer;
	transition: 0.5s;
}
.product-list-color span.cur{
	background-color: var(--main-color);
}

/** swiper banner **/
.banSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banSwiper .swiper{
	width: 100%;
	height: auto;
}
.banSwiper .swiper .swiper-slide{
	overflow: hidden;
}
.banSwiper .swiper .swiper-slide a{
	display: block;
}
.banSwiper .swiper .swiper-slide .pic img{
	width: 100%;
	height: auto;
	transition: 0.8s;
}

.banSwiper .swiper-arrows{
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.1);
	transition: 0.5s;
	border: 1px solid #fff;
}

.banSwiper .swiper-arrows.swiper-arrow-next{
	right: 5px;
}
.banSwiper .swiper-arrows.swiper-arrow-prev{
	left: 5px;
}

.banSwiper .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 6;
	height: 20px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
}
.banSwiper .swiper-page .swiper-pagination-bullet{
	width: 15px;
	height: 4px;
	border-radius: 999px;
	background: rgba(255,255,255,0.5);
	transition: 0.5s;
	opacity: 1;
	border: none;
}

.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
	width: 30px;
}

@media (min-width: 992px) {
	.banSwiper{
		margin-top: 0;
		height: 100%;
	}
	.banSwiper .swiper{
		height: 100%;
	}
	.banSwiper .swiper .swiper-slide .pic{
		height: 100%;
	}
	.banSwiper .swiper .swiper-slide .pic img{
		height: 100%;
		object-fit: cover;
	}
	.banSwiper .swiper-arrows{
		width: 50px;
		height: 50px;
	}
	.banSwiper .swiper-arrows i{
		font-size: 24px;
	}
	.banSwiper .swiper-arrows.swiper-arrow-next{
		right: 60px;
	}
	.banSwiper .swiper-arrows.swiper-arrow-prev{
		left: 60px;
	}
}

.full-in-path{
	height: auto;
	overflow: hidden;
	font-size: 12px;
	color: rgb(129, 129, 129);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.full-in-path a{
	display: inline-block;
	color: rgb(129, 129, 129);
	margin: 0 4px;
	font-size: 16px;
}
.full-in-path a:hover{
	text-decoration: underline;
}
.may-like-head{
	font-family: 'Righteous';
	color: #000;
	font-size: 24px;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.may-like-head{
		font-size: 30px;
	}
}
@media (min-width: 992px) {
	.may-like-head{
		font-size: 36px;
		margin-bottom: 30px;
	}
}
@media (min-width: 1200px) {
	.may-like-head{
		font-size: 40px;
		margin-bottom: 40px;
	}
}

.likeSwiper{
	height: auto;
	overflow: hidden;
}

/** 产品放大镜效果 **/
/** 产品放大镜效果 **/
.swiper-thumb-wrap{
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	height: auto;
	overflow: hidden;
}
.thumbSwiper{
	height: auto;
	padding: 1px;
}
.thumbSwiper .swiper-slide{
	overflow: hidden;
	border: 1px solid #eee;
	cursor: pointer;
}
.thumbSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.thumbSwiper .swiper-slide.swiper-slide-thumb-active{
	border-color: var(--main-color);
}
.swiper-thumb-wrap .thumb-arrows{
	width: 20px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	background-color: transparent;
	color: #333;
	border-radius: 2px;
}
.swiper-thumb-wrap .thumb-arrows i{
	font-size: 16px;
}
.swiper-thumb-wrap .thumb-arrows.swiper-arrow-next{
	right: 0;
}
.swiper-thumb-wrap .thumb-arrows.swiper-arrow-prev{
	left: 0;
}
.swiper-thumb-wrap .thumb-arrows.swiper-button-disabled{
	cursor: no-drop;
	color: #000;
	background-color: transparent;
}

.zoomSwiper{
	height: auto;
	border: 1px solid #eee;
	position: relative;
}
.zoomSwiper .swiper-slide{
	overflow: hidden;
}
.zoomSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.zoom-so{
	width: 30px;
	height: 30px;
	background-color: #ccc;
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 11;
}
.zoom-so i{
	display: inline-block;
	font-size: 18px;
}

.in-list-news-product{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.in-list-news-product li{
	width: 100%;
	padding: 10px 12px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-list-news-product li .wrap{
	width: 100%;
	background-color: rgba(240,240,240,1);
}
.in-list-news-product li .time{
	height: auto;
	overflow: hidden;
}
.in-list-news-product li .time span{
	display: block;
	text-align: center;
	color: #fff;
	background-color: var(--main-color);
	font-size: 18px;
	font-family: 'SourceHanSansCNBold';
	float: left;
	width: 160px;
	padding: 15px 0;
	transition: .5s;
}
.in-list-news-product li .txt{
	margin-top: 40px;
	padding: 20px;
}
.in-list-news-product li .title{
	font-size: 16px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
}
.in-list-news-product li .brief{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	color: rgba(102,102,102,1);
	margin-top: 20px;
}
.in-list-news-product li .brief a{
	color: rgba(102,102,102,1);
}

.in-list-news-product li .wrap:hover .time span{
	width: 100%;
}
.in-list-news-product li .more{
	margin-top: 30px;
	border-top: 1px solid #ddd;
	padding: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
.in-list-news-product li .more a{
	color: #666;
	
}

@media (min-width: 768px) {
	.in-list-news-product li{
		width: 33.333333%;
	}
	
}

.pageBar{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}
.pageBar button{
	display: inline-block;
	padding: 0 10px;
	color: #333;
	line-height: 26px;
	font-size: 14px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-family: 'OpenSansRegular';
	background-color: #fff;
}
.pageBar button.hasprev{
	border-radius: 999px 0 0 999px;
	border-left: 1px solid #ddd;
}
.pageBar button.hasnext{
	border-radius: 0 999px 999px 0;
	border-left: none;
}
.pageBar span{
	display: inline-block;
	padding: 0 10px;
	color: #333;
	line-height: 26px;
	font-size: 14px;
	border-top: 1px solid #ddd;
	  border-top-color: rgb(221, 221, 221);
	border-bottom: 1px solid #ddd;
	  border-bottom-color: rgb(221, 221, 221);
	border-right: 1px solid #ddd;
	  border-right-color: rgb(221, 221, 221);
	font-family: 'OpenSansRegular';
}

.scrollSwiperProduct{
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 0 30px;
}
.scrollSwiperProduct .swiper{
	height: auto;
	overflow: hidden;
}
.scrollSwiperProduct .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	border-radius: 6px;
	padding: 5px;
	padding-bottom: 65px;
}
.scrollSwiperProduct .swiper .swiper-slide .thumb{
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
.scrollSwiperProduct .swiper .swiper-slide .thumb a{
	display: block;
	overflow: hidden;
}
.scrollSwiperProduct .swiper .swiper-slide .thumb img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: 0.5s;
}

.scrollSwiperProduct .title{
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
	font-family: Arial black;
}

.scrollSwiperProduct .swiper .swiper-slide:hover .thumb img{
	transform: scale(1.1);
}
.scrollSwiperProduct .swiper-arrows{
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	cursor: pointer;
	z-index: 22;
	transition: 0.5s;
}
.scrollSwiperProduct .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.scrollSwiperProduct .swiper-arrows:hover{
	background-color: rgba(0, 0, 0, 0.5);
}
.scrollSwiperProduct .swiper-arrows.swiper-button-disabled{
	background-color: rgba(0, 0, 0, 0.2);
}

.section-product .in-news-main + .in-news-main{
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.scrollSwiperProduct .title{
		font-size: 16px;
	}
	.scrollSwiperProduct{
		padding: 0 60px;
		margin-top: 30px;
	}
	.scrollSwiperProduct .swiper-arrows{
		width: 40px;
		height: 40px;
	}
	.scrollSwiperProduct .swiper-arrows i{
		font-size: 24px;
	}
	.scrollSwiperProduct .swiper .swiper-slide{
		padding-bottom: 75px;
	}
}

.msg-wrap{
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 864px;
}
.msg-row{
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
}
.msg-row .msg-col-5,
.msg-row .msg-col-10{
	width: 100%;
	padding: 6px 15px;
}
.msg-group{
	height: auto;
	overflow: hidden;
	position: relative;
}
.msg-group label{
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 26px;
}
.msg-group input{
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	outline: none;
	color: #000;
	font-size: 14px;
	padding: 9px 15px;
	line-height: 30px;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
}
.msg-group textarea{
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	outline: none;
	color: #000;
	font-size: 14px;
	padding: 5px 15px;
	line-height: 30px;
	resize: none;
	height: 100px;
	overflow: hidden;
}
.msg-group button{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	color: #fff;
	background-color: var(--main-color);
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 15px;
	text-transform: capitalize;
	text-align: center;
	padding: 0 2.0833vw;
	position: relative;
	border-radius: 5px;
	margin-top: 10px;
}
.msg-group button::before{
	content:"";
	 position:absolute;
	 display:block;
	 transition:all .6s;
	 width:100%;
	 height:0;
	 border-radius:50%;
	 left:50%;
	 top:50%;
	 padding-top:100%;
	 transform:translateX(-50%) translateY(-50%)
}
.msg-group button:hover:before {
	animation:style1 .75s;
	z-index:1
}

@media (min-width: 768px) {	
	.msg-row .msg-col-5{
		width: 50%;
		padding-top: 11px;
		padding-bottom: 11px;
	}
	.msg-group button{
		max-width: 302px;
		float: left;
		margin-top: 15px;
	}
}
@media (min-width: 992px) {	
	.msg-row .msg-col-1{
		width: 25%;
	}
}

.in-news-main{
	width: 100%;
	padding: 0 20px;
	height: auto;
	overflow: hidden;
}
.abs-list-news{
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.abs-list-news li{
	padding: 15px;
	height: auto;
	overflow: hidden;
	display: flex;
}
.abs-list-news li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	transition: 0.5s;
}
.abs-list-news li .zou{
	width: 38%;
}
.abs-list-news li .you{
	flex: 1;
	height: auto;
	overflow: hidden;
	padding-left: 20px;
}
.abs-list-news li .thumb{
	height: auto;
	overflow: hidden;
	border-radius: 5px;
}
.abs-list-news li .thumb a{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 66.6667%;
	overflow: hidden;
	position: relative;
}
.abs-list-news li .thumb img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
}
.abs-list-news li .title{
	font-size: 14px;
	font-family: arial black;
	line-height: 1.25;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}
.abs-list-news li .title a{
	color: #222;
}
.abs-list-news li .brief{
	color: #222;
	font-size: 14px;
	line-height: 1.5;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin-top: 10px;
	transition: 0.5s;
}
.abs-list-news li .title a:hover{
	color: var(--main-color);
}
.abs-list-news li .wrap:hover{
	box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
}
.abs-list-news li .wrap:hover .thumb img{
	transform: scale(1.1);
}

.detail-news-title{
	font-family: Arial black;
	font-size: 18px;
	position: relative;
}
.detail-news-content{
	color: #666;
	font-size: 16px;
	line-height: 2;
}
.detail-news-content img{
	display: block;
	margin: 10px auto;
	max-width: 100%;
	height: auto;
}
.full-img img{
	width: 100%;
}

.page-next-prev{
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.page-next-prev li{
	font-size: 14px;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}
.page-next-prev li strong{
	font-size: 14px;
	font-weight: 700;
	margin-right: 5px;
}
.page-next-prev li a{
	display: flex;
	flex: 1;
	color: #222;
}
.page-next-prev li a:hover{
	opacity: 0.5;
}

.detail-news-time{
	height: auto;
	overflow: hidden;
	color: rgb(153, 153, 153);
	font-size: 14px;
	padding: 25px 0;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 30px;
}
.detail-news-share{
	display: flex;
	justify-content: flex-end;
	position: relative;
	line-height: 16px;
	color: #666;
}
.detail-news-share svg{
	width: 16px;
	vertical-align: middle;
	margin-right: 15px;
}
.detail-news-share span{
	line-height: 16px;
}

@media (min-width: 768px) {	
	.abs-list-news li .title{
		font-size: 18px;
		margin-bottom: 12px;
		margin-top: 5px;
	}
	.abs-list-news li .brief{
		margin-top: 22px;
	}
	.tag-item{
		margin-right: 15px;
	}
}
@media (min-width: 992px) {
	.abs-list-news li .title{
		font-size: 20px;
	}
	.tag-item{
		margin-right: 30px;
	}

	.detail-news-title{
		font-size: 22px;
	}
	
	.detail-news-content{
		font-size: 16px;
	}
	.page-next-prev{
		margin-top: 90px;
	}
	
}
@media (min-width: 1200px) {
	.abs-list-news li{
		width: 50%;
	}
	.in-news-main{
		padding-right: 12.4%;
		padding-left: 12.4%;
	}
}

.section-nengli{
	background: #F8F8F8;
}
.index-pos-nl{
	margin-bottom: 25px;
}
.index-nl-tab{
	height: auto;
	overflow: hidden;
}
.index-nl-tab .item{
	height: auto;
	overflow: hidden;
	display: none;
}
.index-nl-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-nl-flex .zou{
	width: 100%;
}
.index-nl-flex .you{
	width: 100%;
	margin-top: 20px;
}
.index-nl-flex .brief{
	color: #666666;
	font-size: 16px;
}
.index-nl-flex .pic{
	border-radius: 30px;
}
.index-nl-list{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.index-nl-list li{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #D9D9D9;
	border-radius: 6px;
	width: 32%;
	max-width: 460px;
	padding: 15px;
}
.index-nl-list li.active a{
	color: #fff;
}
.index-nl-list li.active{
	background-color: var(--main-color);
}

@media (min-width: 640px) {
	.index-nl-flex .zou{
		width: 43.75%;
	}
	.index-nl-flex .you{
		width: 51.5625%;
		margin-top: 0;
	}
	.index-pos-nl{
		position: absolute;
		left: 20px;
		top: 0;
	}
}
@media (min-width: 992px) {
	.index-nl-list{
		margin-top: 40px;
	}
	.index-nl-list li{
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.index-nl-list{
		margin-top: 80px;
	}
	.index-nl-list li{
		font-size: 24px;
		padding: 25px 15px;
	}
}

.faqlist{
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 1380px;
	padding-top: 15px;
}
.faqlist dl{
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 10px;
}
.faqlist dl dt{
	height: auto;
	overflow: hidden;
	background-color: #f5f5f5;
	cursor: pointer;
	padding: 15px 50px 15px 20px;
	position: relative;
}
.faqlist dl dt h4{
	font-size: 16px;
}
.faqlist dl dt i{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	transition: 0.5s;
	transform: translateY(-50%) rotate(90deg);
}
.faqlist dl dt.open i{
	transform: translateY(-50%) rotate(-90deg);
}

.faqlist dd{
	display: none;
	padding: 15px 20px;
	border: 1px solid #f5f5f5;
	font-size: 16px;
}
@media (min-width: 992px) {
	.faqlist dl dt{
		padding-left: 30px;
	}
	.faqlist dd{
		padding: 20px 30px;
	}
}

.comment-wrap{
	height: auto;
	overflow: hidden;
}
.comment-title{
	font-size: 18px;
	margin-bottom: 20px;
}
.comment-tips{
	height: auto;
	overflow: hidden;
	color: rgb(153, 153, 153);
	font-size: 14px;
	margin-bottom: 30px;
}
.comment-rows{
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.comment-rows + .comment-rows{
	margin-top: 15px;
}
.comment-rows label{
	display: block;
	width: 100%;
	color: #666;
	font-size: 15px;
	margin-bottom: 7px;
}
.comment-rows label span{
	display: inline-block;
	color: red;
}
.comment-group{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.comment-group > input{
	display: block;
	width: 100%;
	border: 1px solid #e9e9e9;
	line-height: 30px;
	padding: 5px 15px;
	border-radius: 5px;
}
.comment-group > textarea{
	display: block;
	width: 100%;
	border: 1px solid #e9e9e9;
	line-height: 30px;
	padding: 5px 15px;
	border-radius: 5px;
	resize: none;
	height: 140px;
}
.comment-flex{
	width: 100%;
	display: flex;
	align-items: center;
}
.comment-img{
	width: auto;
	height: 42px;
	overflow: hidden;
	margin-left: 10px;
}
.comment-check{
	width: 120px;
}
.comment-group button{
	display: inline-block;
	background-color: var(--main-color);
	line-height: 30px;
	padding: 5px 10px;
	width: 280px;
	border:0;
	border-radius: 999px;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

@media (min-width: 600px) {
	.comment-rows label{
		width: 115px;
		text-align: right;
		font-size: 14px;
	}
	.comment-group{
		width: auto;
		flex: 1;
		padding-left: 15px;
	}
	.comment-rows + .comment-rows{
		margin-top: 20px;
	}
	.comment-flex{
		width: auto;
		flex: 1;
		padding-left: 15px;
	}
	.comment-check > .comment-group{
		padding-left: 0;
	}
	.comment-group button{
		margin-left: 115px;
	}
}

.section-prolist{
	margin-left: auto;
	margin-right: auto;
	width: 92%;
}

@media (min-width: 1400px) {
	.section-prolist{
		width: 75%;
	}
}

.form-outer{
	height: auto;
	overflow: hidden;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.form-row{
	height: auto;
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
}
.form-col-5{
	width: 50%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0 10px;
}
.form-col-10{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0 10px;
}
.form-group{
	height: auto;
	overflow: hidden;
	position: relative;
}
.form-group label{
	display: block;
	font-family: inherit;
	font-size: 16px;
	line-height: 2;
	color: #666;
	margin-bottom: 5px;
}
.form-group label font{
	display: inline-block;
	margin-left: 5px;
	color: red;
}
.form-group i{
	display: inline-block;
	position: absolute;
	height: 44px;
	line-height: 44px;
	left: 5px;
	color: red;
	top: 0;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"]{
	display: block;
	width: 100%;
	padding: 10px 18px;
	line-height: 24px;
	border: none;
	border-radius: 5px;
	color: #333;
	outline: none;
	overflow: hidden;
	background-color: rgba(204, 204, 204, 0.15);
}
.form-group textarea{
	display: block;
	width: 100%;
	padding: 10px 15px;
	line-height: 24px;
	border: none;
	border-radius: 5px;
	color: #333;
	outline: none;
	resize: none;
	height: 90px;
	overflow: hidden;
	transition: 0.5s;
	background-color: rgba(204, 204, 204, 0.15);
}
.form-group input.form-file{
	float: left;
	width: 260px;
}

.form-group button{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 24px;
	padding: 10px 40px;
	color: #fff;
	background-color: var(--main-color);
	border: none;
	font-size: 16px;
	margin: 0 auto;
	border-radius: 5px;
	letter-spacing: 1px;
}
.form-group button[disabled]{
	background-color: #999;
	cursor: no-drop;
}
.form-group.check-code{
	display: flex;
}
.form-group.check-code input{
	max-width: 400px;
	flex: 1;
}
.form-group.check-code img{
	margin-left: 15px;
}
/* .form-group input::-webkit-input-placeholder{ color: #333;}
.form-group input::-ms-input-placeholder{ color: #333;}
.form-group input::-moz-input-placeholder{ color: #333; opacity: 1;}
.form-group input::placeholder{ color: #333;} */

.idx-fbk-outer{
	height: auto;
	overflow: hidden;
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1390px;
}

.container-full{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 20px;
}

.tan-fix{
	position: fixed;
	z-index: 5555;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
	padding: 20px;
}
.tan-wrap{
	width: 100%;
	max-width: 900px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
}
.tan-line{
	border-top: 1px solid #eee;
	margin-top: 20px;
}
.tanclose{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	transition: 0.5s;
}
.tanclose:hover{
	color: var(--main-color);
	transform: rotate(90deg);
}

.public-head{
	font-size: 22px;
	line-height: 1.25;
}
.index-list-adv{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 30px;
}
.index-list-adv li{
	width: 50%;
	padding: 15px;
	display: flex;
}
.index-list-adv li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.index-list-adv li .thumb{
	height: auto;
	overflow: hidden;
	padding-bottom: 65%;
	position: relative;
}
.index-list-adv li .thumb img{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: 0.5s;
	object-fit: contain;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.index-list-adv li .wrap:hover .thumb img{
	transform: scale(1.05);
}

.section-about{
	padding: 20px 0;
	background-color: rgb(222, 222, 222);
}
.index-flex-about{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.index-flex-about .item{
	width: 100%;
}
.index-about-pic{
	height: auto;
	overflow: hidden;
	padding: 0 20px;
}
.index-about-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.index-about-txt{
	padding: 0 20px 20px 20px;
}
.index-head-about{
	font-size: 18px;
	margin-bottom: 15px;
	font-family: 'Poppins';
	font-weight: 400;
}
.index-about-brief{
	text-align: center;
	color: rgb(129, 129, 129);
	font-size: 14px;
	font-family: 'Poppins';
	font-weight: 400;
}

.in-contact-head{
	font-size: 18px;
	font-family: arial black;
}

@media (min-width: 640px) {
	.index-list-adv li{
		width: 25%;
	}
}
@media (min-width: 768px) {
	.public-head{
		font-size: 24px;
	}
	.section-about{
		padding: 0;
	}
	.index-flex-about .item{
		width: 50%;
	}
	.index-about-pic{
		padding: 0;
		padding-right: 5px;
	}
	.index-about-txt{
		padding: 20px;
	}
}
@media (min-width: 992px) {
	.public-head{
		font-size: 30px;
	}
	.index-list-adv{
		margin-top: 55px;
	}
	.index-head-about{
		font-size: 20px;
	}
}
@media (min-width: 1200px) {
	.public-head{
		font-size: 36px;
	}
	.index-head-about{
		font-size: 24px;
	}
	.index-about-brief{
		font-size: 16px;
	}
	.index-about-txt{
		padding: 0 6%;
	}
}

@media (min-width: 1400px) {
	.index-head-about{
		font-size: 26px;
	}
	.index-about-txt{
		padding: 0 12%;
	}
	.index-about-brief{
		font-size: 18px;
	}
}
@media (min-width: 1550px) {
	.index-about-txt{
		padding: 0 17.2%;
	}
}