.pc-hide{
	display: none;
}

@media (max-width: 768px) {
	body{
		overflow-x: hidden;
	}
	.pc-hide{
		display: block;
	}

/** 公共样式 **/
.section{
	width: 100%;
	min-width: 100%;
	padding: 20px 0;
	height: auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.container-nav,
.container{
	width:100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.mb-hide{
	display: none;
}

.mgn-t30{
	margin-top: 15px;
}

/** header **/
.full-head{
	width: 100%;
	min-width: 100%;
	height: auto;
	overflow: visible;
	position: fixed;
	transition: 0.5s;
	left: 0;
	top: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0 5px 16px rgba(0,0,0,0.1);
}

.logo{
	height: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items:Center;
}
.logo a{
	display:block;
}
.logo img{
	display:block;
	height: auto;
	max-height: 40px;
	width: auto;
}
.header-right{
	height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 20;
	align-items: center;
}

.mb-search-wrap{
	height: auto;
	overflow: hidden;
	border-radius: 999px;
	position: relative;
}
.mb-search-form{
	height: auto;
	overflow: hidden;
	position: relative;
}
.mb-search-form input{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 50px;
	border-radius: 999px;
	background-color: #fff;
	border: none;
	outline: none;
}
.mb-search-form button{
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 2px;
	right: 2px;
	color: #fff;
	background-color: #333;
	border-radius: 50%;
	border: none;
	outline: none;
	cursor: pointer;
}
.mb-search-form button i{
	display: inline-block;
	font-size: 24px;
}
.section-solution{
	padding-top: 20px;
}
.index-solution-pos{
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	z-index: 22;
	margin-bottom: 20px;
}
.solswiper{
	height: auto;
	overflow: hidden;
	position: relative;
}
.solswiper .swiper{
	height: auto;
	overflow: hidden;
}
.solswiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.solswiper .swiper .swiper-slide img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.solswiper .swiper .swiper-slide .title{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	background-color: rgba(255,68,1,0.6);
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.solswiper .swiper .swiper-slide .title a{
	color: #fff;
}
.solswiper .swiper-page{
	margin-top: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.solswiper .swiper-page .swiper-pagination-bullet{
	opacity: 1;
	background-color: rgba(0,0,0,0.5);
}
.solswiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
}

.top-rt-lang{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	line-height: 36px;
}
.top-rt-lang i{
	font-size: 24px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 4px;
}
.top-rt-lang a{
	display: inline-block;
	color: #fff;
	margin: 0 5px;
}

/** ban **/
.mbbanSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}
.mbbanSwiper .swiper{
	width: 100%;
	height: auto;
}
.mbbanSwiper .swiper .swiper-slide{
	overflow: hidden;
}
.mbbanSwiper .swiper .swiper-slide a{
	display: block;
}
.mbbanSwiper .swiper .swiper-slide .pic img{
	width: 100%;
	height: auto;
	transition: 0.8s;
}
.mbbanSwiper .swiper .swiper-arrows{
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.6);
}
.mbbanSwiper .swiper .swiper-arrows i{
	font-size: 16px;
}
.mbbanSwiper .swiper .swiper-arrows.swiper-arrow-next{
	right: 10px;
}
.mbbanSwiper .swiper .swiper-arrows.swiper-arrow-prev{
	left: 10px;
}
.mbbanSwiper .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;
}
.mbbanSwiper .swiper-page .swiper-pagination-bullet{
	width: auto;
	height: auto;
	border-radius: 50%;
	background: transparent;
}
.mbbanSwiper .swiper-page .swiper-pagination-bullet i{
	width: 12px;
	height: 12px;
	display: block;
	position: relative;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	border: 1px solid transparent;
	transition: all .6s ease;
}
.mbbanSwiper .swiper-page .swiper-pagination-bullet i::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	background: #fff;
	transform: translate(-50%,-50%);
	transition: all .6s ease;
}
.mbbanSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i{
	border-color: #fff;
}
.mbbanSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i::before{
	transform: translate(-50%,-50%) scale(0);
}

.index-main-container{
	min-width: 100%;
}

.index-pub-box{
	width: 100%;
	height: auto;
	min-height: auto;
	padding: 15px 15px;
}
.mb-mgn15{
	margin-top: 15px;
}
.index-sort-head{
	font-size: 18px;
	margin-bottom: 10px;
}
.index-list-prosort{
	padding-right: 0;
}
.index-list-prosort li h2{
	font-size: 16px;
}
.lang-en .index-list-prosort li h2{
	font-size: 14px;
}

.ad-pro-txtbox{
	height: auto;
	padding-top: 0;
}
.ad-pro-head{
	font-family: 'PoppinsSemiBold';
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.1;
}
.ad-pro-txtinfo{
	font-size: 16px;
	line-height: 1.75;
}
.lang-en .ad-pro-txtinfo{
	font-family: 'PoppinsMedium';
}
.section-sort-product{
	background-color: #ECECEC;
	padding: 20px 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.index-adv-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	align-items: center;
	margin-top: 15px;
}
.index-adv-list li{
	width: 100%%;
	height: auto;
	overflow: hidden;
	transition: .5s;
	position: relative;
	height: auto;
	color: #fff;
	padding-bottom: 10px;
}
.index-adv-list li.wd-li1{
	top: 0;
}
.index-adv-list li.wd-li2{
	top: 0;
}
.index-adv-list li .num{
	display: inline-block;
	font-family: 'KnockoutHTF30';
	font-size: 30px;
	background: transparent;
	-webkit-text-stroke: 1px rgba(255,255,255,0.2);
	-webkit-text-fill-color: transparent;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}
.index-adv-list li .cover{
	position: absolute;
	bottom: 30px;
	left: 15px;
	right: 15px;
}
.index-adv-list li .cover h3{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'PoppinsMedium';
}
.index-adv-list li .cover .brief{
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}


.index-adv-list li .adv-top{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.index-adv-list li .adv-top i{
	display: block;
	width: 54px;
	height: 61px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-image: url(../images/ling.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-size: 24px;
}
.index-adv-list li .title{
	flex: 1;
	padding-left: 30px;
	font-size: 24px;
	transition: .5s;
	font-family: 'PoppinsMedium';
}
.index-adv-list li .info{
	font-size: 15px;
	line-height: 2;
	margin-top: 15px;
	transition: .5s;
}

.section-about{
	background-image: url(../images/mb-aboutbg.jpg);
	height: auto;
	overflow: hidden;
}
.public-head{
	font-size: 18px;
	line-height: 1.2;
}

.public-more a{
	line-height: 40px;
	font-size: 14px;
	padding: 0 40px;
}

.about-wrap{
	height: auto;
	overflow: hidden;
}
.about-wrap .txt{
	width: 100%;
}
.about-wename{
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 10px;
}
.about-brief{
	font-size: 14px;
}
.about-pic{
	height: auto;
	position: relative;
	width: 100%;
	margin-top: 15px;
}
.about-pic img{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
.about-more{
	text-align: center;
}
.about-more a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.about-more a i{
	display: inline-block;
	margin-left: 10px;
}

.full-sz-bg{
	min-width: 100%;
	padding: 25px 0;
}

.index-shuzi-outer{
	width: 100%;
}
.inabsz-box{
	padding: 0;
}
.shuzhi-list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 999;
}
.shuzhi-list li{
	width: 50%;
	max-width: 50%;
	height: auto;
	text-align: center;
	position: relative;
	transition: 0.5s;
	color: #fff;
	padding: 10px 0;
}
.shuzhi-list li .ico{
	height: auto;
	overflow: hidden;
}
.shuzhi-list li .ico i{
	display: inline-block;
	font-size: 36px;
	line-height: 1.2;
}
.shuzhi-list li .num{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	transition: 0.5s;
	line-height: 1.2;
	margin-top: 15px;
}
.shuzhi-list li .num span{
	display: inline-block;
	font-size: 30px;
	margin-right: 6px;
	font-family: 'KnockoutHTF31';
}

.shuzhi-list li .title{
	width: 100%;
	font-size: 12px;
	line-height: 1.5;
	transition: 0.5s;
	margin-top: 10px;
}

.index-list-adv{
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 15px;
}
.index-list-adv li{
	width: 50%;
	padding: 5px;
}
.index-list-adv li .wrap{
	border-radius: 45px 0 0 0;
	padding: 20px 15px 80px 15px;
}
.index-list-adv li .ico{
	padding-left: 15px;
	margin-bottom: 15px;
}
.index-list-adv li .ico i{
	font-size: 36px;
}
.index-list-adv li .title{
	font-size: 16px;
	margin-bottom: 20px;
}
.index-list-adv li .more{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	padding-left: 15px;
}

.index-cnt-map{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-cnt-map .txt{
	width: 100%;
	position: relative;
	z-index: 22;
}
.index-cnt-map .pic{
	width: 100%;
	margin-left: 0;
	position: relative;
	z-index: 11;
	margin-top: 20px;
}
.index-cnt-bf{
	color: #000;
	font-size: 14px;
	line-height: 2;
}
.mgn-t55{
	margin-top: 15px;
}

.section-company{
	height: auto;
	background-color: #f5f8f9;
	background-image: none;
}
.full-company-top{
	min-width: 100%;
	height: auto;
	padding: 0;
}
.inabjiao{
	display: none;
}
.full-company-flex-top{
	width: 100%;
}
.company-shuzi{
	width: 100%;
	margin-top: 15px;
}
.abounum-list li{
	width: 50%;
	max-width: 50%;
	text-align: center;
	margin-left: 0;
	padding: 10px 5px;
}
.abounum-list li .ico i{
	font-size: 30px;
}
.abounum-list li .num{
	font-size: 14px;
	margin-top: 10px;
}
.abounum-list li .num span{
	font-size: 24px;
}
.abounum-list li .title{
	width: 100%;
	font-size: 12px;
	line-height: 1.5;
	transition: 0.5s;
	margin-top: 10px;
	text-align: center;
}
.abounum-list li:nth-child(1) .ico{
	text-align: center;
}
.abounum-list li:nth-child(1) .num{
	text-align: center;
}

.inab-webname{
	font-size: 16px;
	padding-left: 0;
}
.inab-qita{
	padding-left: 0;
	color: #171717;
	font-size: 16px;
	position: relative;
	padding-bottom: 25px;
}
.inab-content{
	height: auto;
	overflow: hidden;
	color: #000000;
	font-size: 14px;
	line-height: 2.65;
}

.inab-hd{
	font-size: 18px;
}
.inab-hd span{
	line-height: 44px;
}

.mgn-t45{
	margin-top: 15px;
}

.index-flex-top{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 0;
}
.index-flex-top .txt{
	width: auto;
	flex: 1;
}
.news-btms{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.news-btms .swiper-arrows{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	z-index: 44;
	cursor: pointer;
}
.news-btms .swiper-arrows + .swiper-arrows{
	margin-left: 10px;
}
.news-btms .swiper-arrows i{
	display: inline-block;
	font-size: 20px;
}
.newsswiper{
	margin-top: 20px;
}
.newsswiper .swiper .swiper-slide .time{
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.newsswiper .swiper .swiper-slide .title{
	font-size: 16px;
	margin-bottom: 10px;
}
.newsswiper .swiper .swiper-slide .brief{
	font-size: 14px;
}
.section-news{
	background-size: auto;
	background-position: 50% 0;
}

.full-about{
	width: 100%;
	min-width: 100%;
	height: auto;
	overflow: hidden;
}

.partner-bghead{
	font-size: 20px;
	margin-top: 10px;
	line-height: 24px;
	position: relative;
	padding-bottom: 15px;
}
.partner-bghead span{
	display: inline-block;
	max-width: 100%;
}
.partner-bghead::after{
	content: '';
	width: 50px;
	height: 1px;
	background-color: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0;
}
.parent-sml{
	font-size: 14px;
	margin-top: 15px;
	padding-right: 0;
}
.index-partner-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 0;
}
.index-partner-list li{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 5px 0;
}
.index-partner-list li .wrap{
	height: auto;
	overflow: hidden;
	position: relative;
}
.index-partner-list li .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	padding: 15px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	transition: 0.5s;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'OpenSansBold';
}


.scrollSwiperNews .swiper{
	padding: 0;
}
.scrollSwiperNews .swiper .swiper-slide .time h5,
.scrollSwiperNews .swiper .swiper-slide .time p{
	font-size: 12px;
}
.scrollSwiperNews .swiper .swiper-slide .pic{
	height: auto;
}
.scrollSwiperNews .swiper .swiper-slide .txt{
	padding: 15px 10px 0 15px;
}
.scrollSwiperNews .swiper .swiper-slide .txt-box .title{
	font-size: 16px;
	line-height: 20px;
	height: auto;
	overflow: hidden;
}
.scrollSwiperNews .swiper .swiper-slide .txt-box .brief{
	font-size: 14px;
}
.scrollSwiperNews .swiper .swiper-slide .txt-box .time{
	font-size: 14px;
}
.scrollSwiperNews .swiper .swiper-slide .more{
	font-size: 14px;
}
.scrollSwiperNews .swiper-arrows{
	display: block;
	width: 30px;
	height: 30px;
	background-color: var(--main-color);
	text-align: center;
	line-height: 30px;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 555;
	left: 15px;
	cursor: pointer;
}
.scrollSwiperNews .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 15px;
}
.scrollSwiperNews .swiper-arrows.swiper-arrow-prev{
	left: 15px;
}

.historySwiper{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
	padding: 0 50px;
}
.historySwiper .swiper{
	height: auto;
}
.historySwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 40px 20px;
}
.historySwiper .swiper .swiper-slide .txt-box{
	height: auto;
	overflow: hidden;
}
.historySwiper .swiper .swiper-slide .txt-box h1{
	font-size: 18px;
	margin-bottom: 15px;
}
.historySwiper .swiper .swiper-slide .txt-box .info{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
}

.historySwiper .swiper-arrows{
	background-color: var(--main-color);
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 33;
	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;
}
.historySwiper .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.historySwiper .swiper-arrows.swiper-arrow-next{
	right: 0;
	left: auto;
}

.historySwiper .swiper-page{
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.historySwiper .swiper-page .swiper-pagination-bullet{
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid #c00;
}
.historySwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #c00;
}

.section-process{
	padding: 20px 0;
	margin-bottom: 15px;
}
.footer{
	min-width:100%;
	padding-top: 0;
	padding-bottom: 0;
}
.foot-top-flex{
	padding: 15px 0;
}
.foot-form-wrap{
	width: 100%;
}
.foot-flex{
	flex-wrap: wrap;
	margin-top: 15px;
}
.foot-sort-list li{
	font-size: 14px;
}
.foot-sort-name::after{
	display: none;
}
.foot-item{
	width: 100%;
}
.mgn-t25{
	margin-top: 15px;
}
.mgn-t60{
	margin-top: 20px;
}
.foot-logo{
	text-align: center;
}
.foot-logo img{
	max-height: 40px;
}
.foot-social li + li{
	margin-left: 10px;
}
.foot-logo-txt.mgn-t20{
	margin-top: 5px;
}
.foot-logo-txt{
	width: 100%;
	max-width: 100%;
}
.foot-contact-info{
	width: 100%;
	max-width: 100%;
	font-size: 14px;
}
.foot-fm-wrap{
	margin-top: 15px;
}
.foot-social{
	margin-bottom: 20px;
	float: none;
	justify-content: center;
}
.foot-sort-name{
	color: #fff;
	font-size: 15px;
	position: relative;
	text-transform: uppercase;
	line-height: 46px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	z-index: 2;
	margin-bottom: 0;
	padding-bottom: 0;
}
.foot-sort-name a{
	text-decoration: none;
}
.foot-sort-name a:hover{
	text-decoration: none;
}
.ft-mb-jia i{
	position: absolute;
	cursor: pointer;
	z-index: 3;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	display: block;
}
.ft-mb-jia i::before{
	content: '';
	width: 13px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.ft-mb-jia i::after{
	content: '';
	width: 1px;
	height: 13px;
	background-color: #fff;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	transition: 0.5s;
	opacity: 1;
	visibility: visible;
}
.foot-item.on .ft-mb-jia i::after{
	transform: translateY(-50%) rotate(90deg);
	opacity: 0;
	visibility: hidden;
}
.foot-panel-wrap{
	padding-top: 8px;
	display: none;
}
.section-inbanner{
	width:100%;
	min-width:100%;
	height: 220px;
	overflow:hidden;
	margin-top: 50px;
	padding: 0;
}
.section-inbanner img{
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1.1);
	animation: sonBanImg 1.2s linear both .2s;
}

.full-in-path{
	min-width: 100%;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #eee;
}
.mb-in-path{
	height: 44px;
	overflow: hidden;
	position: relative;
}
.mb-in-path h5{
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	height: 44px;
	line-height: 44px;
	color: var(--main-color);;
	cursor: pointer;
}
.mb-in-path h5 i{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 18px;
	transition: 0.5s;
}
.mb-sort-drop{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #fff;
	z-index: 662;
	border-bottom: 1px solid #eee;
	margin-top: 1px;
	padding-bottom: 0;
	display: none;
}
.mb-sort-menu{
	height: auto;
	overflow: hidden;
}
.mb-sort-one{
	height: auto;
	overflow: hidden;
}
.mb-sort-one h6{
	height: auto;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #eee;
	padding-right: 30px;
	font-size: 14px;
}
.mb-sort-one h6 a{
	display: block;
	line-height: 22px;
	padding: 12px 0;
}
.mb-sort-one h6 i{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 12px;
	cursor: pointer;
}
.mb-sort-one h6 i::before{
	content: '';
	width: 11px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.5s;
}
.mb-sort-one h6 i::after{
	content: '';
	width: 1px;
	height: 11px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.5s;
}

.mb-sort-one ul.sanji{
	height: auto;
	overflow: hidden;
	padding: 5px 15px;
	display: none;
}
.mb-sort-one ul.sanji li{
	height: auto;
	overflow: hidden;
}
.mb-sort-one ul.sanji li a{
	display: block;
	line-height: 20px;
	font-size: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.mb-sort-one.active ul.sanji{
	display: block;
}
.mb-sort-one.active h6 i::after{
	width: 0;
}
.mb-sort-one.active h6 a{
	color: var(--main-color);
}

.aside-left{
	display: none;
}

.in-list-product{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.in-list-product li{
	width: 50%;
	padding: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-list-product li .title{
	font-size: 14px;
	font-weight: bold;
}
.in-fbk-head{
	font-size: 20px;
}
.in-contact-content{
	width: 100%;
	
}
.form-content{
	margin-top: 20px;
	font-size: 14px;
	display: none;
}
.form-col-5{
	width: 100%;
}
.mgn-t40{
	margin-top: 15px;
}
.list-video-tulist{
	margin-left: -10px;
	margin-right: -10px;
}
.list-video-tulist li{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}
.list-video-tulist li h3{
	font-size: 16px;
}
.title-article{
	font-size: 18px;
}

.in-down-list3 li{
	margin-bottom: 10px;
}
.in-down-list3 li .wrap{
	min-height: 50px;
}
.in-down-list3 li .title{
	font-size: 14px;
}
.in-down-list3 li a.click-icon i{
	font-size: 20px;
}

.in-down-list li{
	width: 100%;
	padding: 10px;
}
.in-down-list li .wrap{
	height: 52px;
	position: relative;
	border: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-right: 55px;
	padding-left: 5px;
}
.in-down-list li .wrap a{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--main-color);
	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;
}
.in-down-list li .wrap a i{
	font-size: 30px;
}
.in-down-list li .wrap .title{
	font-size: 14px;
	color: #666;
	flex: 1;
}
.in-down-list li .wrap .title i{
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}

.in-down-list3{
	height: auto;
	overflow: hidden;
}
.in-down-list3 li{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.in-down-list3 li .wrap{
	height: auto;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	padding: 0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	min-height: 60px;
	transition: 0.5s;
	align-items: center;
}
.in-down-list3 li .title{
	width: 80%;
	font-size: 16px;
}
.in-down-list3 li .title i{
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}
.in-down-list3 li a.click-icon{
	display: inline-block;
}
.in-down-list3 li a.click-icon i{
	font-size: 24px;
}
.in-down-list3 li .wrap:hover{
	border-color: var(--main-color);
}

.faqlist dl dt{
	height: 44px;
	padding-left: 15px;
}
.faqlist h4{
	font-size: 16px;
	height: 44px;
	line-height: 44px;
}

.list-news-tuwen{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: 0;
	overflow: hidden;
}
.list-news-tuwen li{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 15px;
	margin-left: 0;
	margin-right: 0;
	background-color: #fff;
	margin: 0;
	flex-wrap: wrap;
}
.list-news-tuwen li + li{
	margin-top: 15px;
}
.list-news-tuwen li:nth-child(2n){
	background-color: #f3f3f3;
}
.list-news-tuwen li .item{
	width: 100%;
	padding: 0;
}
/* .list-news-tuwen li:nth-child(2n) .item{
	padding-right: 80px;
} */
.list-news-tuwen li .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.list-news-tuwen li .pic img{
	height: auto;
	object-fit: cover;
}
.list-news-tuwen li .pic a{
	display: block;
}
.list-news-tuwen li .you{
	width: 100%;
	padding: 0;
}
.list-news-tuwen li:nth-child(2n) .you{
	order: 1;
	padding-left: 0;
}
.list-news-tuwen li h2.title{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list-news-tuwen li .shijian{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	color: var(--main-color);
	
}
.list-news-tuwen li .brief{
	color: #666;
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.75;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-news-tuwen li .more{
	margin-top: 15px;
	text-transform: uppercase;
}
.list-news-tuwen li .more a{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	padding: 10px 40px;
}
.list-news-tuwen li:hover .pic img{
	transform: scale(1.1);
}
.list-news-tuwen li .time{
	font-size: 16px;	
	line-height: 30px;
}
.list-news-tuwen li .reads{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 30px;
	background-image: url(../images/ico_60.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 40px;
}
.list-news-tuwen li .reads i{
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}
.section-inab-1{
	padding: 20px 0;
}
.in-ab-lt-1{
	width: 100%;
}
.in-ab-pubhead{
	font-size: 24px;
}
.in-ab-pub-content{
	font-size: 16px;
}

.in-ab-rt-1{
	width: 100%;
	margin-top: 15px;
}
.picMarquee-left{
	width: 100%;
	height: auto;
	overflow:hidden;
	position:relative;
}

.picMarquee-left .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.picMarquee-left .bd ul li{
	height: auto;
	float:left;
	_display:inline;
	overflow:hidden;
	width: 33.333333%;
}
.picMarquee-left .bd ul li .pic{
	padding: 0 5px;
}
.picMarquee-left .bd ul li .pic img{
	height: auto;
	overflow: hidden;
}

.section-inab-2{
	padding: 20px 0;
}
.in-ab-godown i{
	font-size: 30px;
}
.in-ab-container3{
	width: 100%;
	padding: 15px;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	transform: translateX(0);
}
.section-inab-4{
	padding: 70px 0;
	height: auto;
	background-image: url(../images/in-ab4.jpg);
}
.container-1200{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	height: 100%;
}
.section-inab-5{
	padding: 80px 0;
	background-size: cover;
}
.section-inab-6{
	padding: 20px 0;
}
.in-ab-list-streng li .item{
	height: auto;
	overflow: hidden;
	width: 100%;
	padding: 0;
}
.in-ab-list-streng li .item.item-txt{
	padding: 10px 0;
}
.in-ab-list-streng li h1{
	font-size: 24px;
	line-height: 1.5;
}
.in-ab-list-streng li .in-ab-content-6{
	font-size: 16px;
	margin-top: 10px;
}
.in-ab-list-streng li:nth-child(2n) .item-pic{
	order: 0;
}

.detail-product-top{
	height: auto;
	overflow: hidden;
	flex-wrap: wrap;
}
.detail-product-zoom{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.zoomSwiper{
	width: 100%;
	height: auto;
	border: 1px solid #eee;
}
.zoomSwiper .swiper-slide{
	overflow: hidden;
}
.zoomSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.swiper-thumb-wrap{
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	height: auto;
	overflow: hidden;
}
.thumbSwiper{
	height: auto;
}
.thumbSwiper .swiper-slide{
	overflow: hidden;
	cursor: pointer;
	padding: 2px!important;
}
.thumbSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.thumbSwiper .swiper-slide.swiper-slide-thumb-active img{
	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: var(--main-color);
	color: #fff;
	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: #eee;
}

.detail-product-right{
	flex: 1;
	width: 100%;
	margin-top: 15px;
	padding-left: 0;
}
.detail-product-title{
	font-size: 20px;
}
.detail-product-brief{
	font-size: 14px;
	margin-top: 10px;
}

.slideBox-product .hd ul li{
	font-size: 14px;
	padding: 0 10px;
}
.right_title h2{
	font-size: 18px;
}

.public-sml{
	font-size: 14px;
	padding: 0;
}
.public-sml.about{
	padding: 0;
}
.mgn-t20{
	margin-top: 10px;
}
.index-list-sort-product{
	margin-left: -5px;
	margin-right: -5px;
}
.index-list-sort-product li{
	width: 50%;
	padding: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.index-list-sort-product li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(../images/probg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 10px;
	padding: 20px;
}
.index-list-sort-product li .wrap a{
	display: block;
}
.index-list-sort-product li .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.index-list-sort-product li .pic img{
	border-radius: 50%;
}
.index-list-sort-product li h3{
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
}
.index-list-sort-product li .wrap:hover .pic img{
	transform: scale(1.2);
}
.index-fbk-1{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.index-fbk-2{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.index-fbk-3{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.full-copyright{
	min-width: 100%;
	padding: 10px 0;
	margin-top: 30px;
}
.copyright{
	text-align: center;
	font-size: 14px;
	width: 100%;
}

.in-list-video{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.in-list-video li{
	width: 50%;
	padding: 0 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}
.in-list-download li .title{
	font-size: 14px;
	font-weight: bold;
}
.public-onepage{
	padding: 15px;
}

.in-list-faq li .title{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}
.in-contact-map{
	width: 100%;
	float: none;
}
.in-contact-main{
	width: 100%;
	float: none;
	padding-left: 0;
}

.aside-main{
	margin-left: 0;
}
.photo-list{
	margin-left: -5px;
	margin-right: -5px;
}
.photo-list li{
	width: 50%;
	padding: 0 5px;
}
.photo-list.factory li{
	width: 50%;
}
.photo-list li h4{
	padding: 10px 0;
}
.in-head-contact{
	font-size: 20px;
}

.in-list-contact{
	margin-left: -5px;
	margin-right: -5px;
}
.in-list-contact li{
	width: 50%;
	padding: 5px;
}
.in-list-contact li .title{
	text-align: left;
	font-size: 16px;
	color: #000;
}
.in-list-contact li .brief{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
	color: #666;
}
.in-list-contact li .wrap:hover{
	transform: translate3d(0, -10px, 0);
}
.in-list-contact li .wrap:hover .ico i{
	color: var(--main-color);
	border-color: var(--main-color);
}
.in-fbk-col-5{
	width: 100%;
}
.in-fbk-col-3{
	width: 100%;
}

.honorswiper{
	margin-top: 25px;
}
.honorswiper .swiper-arrows{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border: 1px solid var(--main-color);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	position: absolute;
	z-index: 22;
	top: 50%;
	background-color: var(--main-color);
	transform: translateY(-50%);
	transition: 0.5s;
}
.honorswiper .swiper-arrows i{
	font-size: 16px;
}
.honorswiper .swiper-arrows.swiper-arrow-next{
	right: 0px;
}
.honorswiper .swiper-arrows.swiper-arrow-prev{
	left: 0px;
}

.section-factory{
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto;
	padding: 20px 0;
}
.fac-bb-flex{
	margin-top: 20px;
}
.fac-bb-flex .zou{
	width: 100%;
}
.fac-bb-flex .you{
	width: 100%;
	justify-content: center;
	margin-top: 15px;
}
.factoryswiper .swiper-arrows{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #7f7f7f;
	border-radius: 50%;
	color: #7f7f7f;
	cursor: pointer;
	z-index: 22;
	transition: 0.5s;
	margin: 0 6px;
}
.factoryswiper .swiper-arrows i{
	font-size: 16px;
}

.full-vision{
	min-width: 100%;
}
.ab-flex-vsn{
	height: auto;
}
.ab-flex-vsn .vstu{
	width: 100%;
	height: auto;
	position: relative;
}
.ab-flex-vsn .vstu img{
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
}
.ab-flex-vsn .vsbox{
	width: 100%;
	padding-left: 0;
}
.ab-vsn-list li{
	padding: 15px 0;
}
.ab-vsn-list li .ico{
	width: 60px;
	text-align: left;
}
.ab-vsn-list li .ico i{
	font-size: 36px;
}
.ab-vsn-list li .title{
	font-size: 18px;
}
.ab-vsn-list li .brief{
	font-size: 14px;
}
.ab-list-part li{
	width: 25%;
}
.mgn-t60{
	margin-top: 20px;
}

.section-detail-product{
	padding: 0;
}
.inproswiper .swiper .swiper-slide .title{
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

.list-news-tulist{
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 0px;
}
.list-news-tulist li{
	width: 100%;
	padding: 0 5px;
	margin-bottom: 20px;
}
.list-news-tulist li .title{
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0 10px;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.list-news-tulist li .time{
	font-size: 12px;
}
.list-news-tulist li .txt{
	padding: 10px 10px;
}
.list-news-tulist li .wrap:hover .pic img{
	transform: scale(1.1);
}
.list-news-tulist li .news-bgc{
	width: 100%;
		height: 100%;
		background-image: url(../images/newsbg3.png);
		background-repeat: repeat-x;
		background-position: 50% 100%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		opacity: 0;
		visibility: visible;
		transition: .5s;
}
.list-news-tulist li .wrap:hover .news-bgc{
	opacity: 1;
		visibility: visible;
}
.list-news-tulist li .wrap:hover .time,
.list-news-tulist li .wrap:hover .title a,
.list-news-tulist li .wrap:hover .brief{
	color: #fff;
}


.scrollSwiperProduct .swiper .swiper-slide .title{
	font-size: 16px;
	padding: 0;
	margin-top: 5px;
}
.scrollSwiperProduct .swiper .swiper-slide .brief{
	font-size: 14px;
}
.scrollSwiperProduct .swiper-page{
	margin-top: 25px;
}


.in-pro-head{
	font-size: 20px;
}
.in-product-list{
	margin-left: -5px;
	margin-right: -5px;
}
.in-product-list li{
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}
.in-product-list li .title{
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
}
.in-product-list li .more{
	margin-top: 5px;
}
.in-product-list li .more span{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	font-size: 12px;
	line-height: 30px;
	padding: 0 15px;
	text-transform: uppercase;
	transition: 0.5s;
}
.in-product-list li .more i{
	display: inline-block;
	margin-left: 10px;
	transition: 0.5s;
}
.in-product-list li a:hover .more span{
	background-color: #1c2c4c;
}
.in-product-list li a:hover .more i{
	margin-left: 15px;
}
.full-top{
	display: none;
}

.index-list-product{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.index-list-product li{
	width: 50%;
	padding: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}
.index-list-product li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.index-list-product li .pic{
	height: auto;
	overflow: hidden;
}
.index-list-product li .pic img{
	width: 100%;
	height: auto;
}
.index-list-product li a{
	display: block;
}
.index-list-product li .box .title{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
.index-list-product li .box{
	padding: 0 5px;
}
.index-list-product li .box span{
	display: none;
}
.index-list-product li:last-child{
	display: none;
}
.index-about-video a{
	width: 50px;
	height: 50px;
}
.index-list-youshi{
	margin-top: 20px;
}
.index-list-youshi li{
	width: 50%;
	padding: 20px 0;
}
.index-list-youshi li .wrap{
	padding: 0 10px;
}
.index-list-youshi li .title{
	font-size: 16px;
}
.index-list-youshi li .info{
	font-size: 14px;
	margin-top: 10px;
}

.section-video{
	padding: 0;
}
.index-list-hotproduct{
	margin-left: -5px;
	margin-right: -5px;
}
.index-list-hotproduct li{
	width: 50%;
	padding: 5px;
}
.index-list-hotproduct li .title{
	font-size: 14px;
	margin-top: 10px;
}
.index-list-hotproduct li .more{
	text-align: center;
	color: #8b8b8b;
	font-size: 16px;
	margin-top: 5px;
	transition: 0.5s;
	display: none;
}

.casemb-loop{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.casemb-loop .swiper-arrows{
	display: block;
	width: 30px;
	height: 30px;
	background-color: rgba(16, 68, 147,0.8);
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 333;
	left: 5px;
	cursor: pointer;
}
.casemb-loop .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 5px;
}
.case-wd{
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: auto;
	padding: 15px;
}
.case-wdft h6{
	font-size: 16px;
	margin-top: 0;
}
.case-wdft p{
	font-size: 12px;
	line-height: 20px;
	height: 40px;
}
.case-wdft a{
	margin-top: 10px;
}
.case-wdft a span{
	font-size: 12px;
}
.case-imgwd{
	min-height: 240px;
}
.case-imgwd img{
	display: block;
	margin: 0 auto;
	min-height: 240px;
	height: 100%;
	object-fit: cover;
}
.mb-list-case{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	margin-left: -5px;
	margin-right: -5px;
}
.mb-list-case li{
	width: 50%;
	padding: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.mb-list-case li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.mb-list-case li a{
	display: block;
}
.mb-list-case li .pic{
	border: 2px solid #fff;
}
.mb-list-case li h3{
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
}
.full-head.fixed{
	background-color: #fff;
	box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}
.in-fixed-black{
	height: 50px;
}
.mgn-t35{
	margin-top: 15px;
}
.index-list-contact{
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.index-list-contact li{
	max-width: 100%;
	width: 100%;
	color: #fff;
	font-size: 16px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.index-list-contact li i{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	background-color: var(--main-color);
	font-size: 20px;
}
.index-list-contact li .title{
	flex: 1;
	line-height: 25px;
	padding-left: 20px;
	font-size: 14px;
}
.index-list-contact li + li{
	margin-left: 0;
	margin-top: 15px;
}
.section-inner{
	position: relative;
	background-color: #fff;
}
.main-content{
	font-size: 16px;
}

.article-other{
	font-size:14px;
}
.article-other .click{
	margin-left:10px;
}
.article-other i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	font-size: 20px;
}
.article-other em{
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	margin-left: 3px;
}
.shangxiapian li{
	font-size: 14px;
	list-style: none;
}
.section-in-solution{
	background-color: #1C2C4C;
}
.in-list-sol{
	margin-left: -5px;
	margin-right: -5px;
}
.in-list-sol li{
	width: 100%;
	padding: 0 5px;
	margin-bottom: 15px;
}

.in-list-sol li .pic img{
	height: auto;
	object-fit: cover;
}
.in-list-sol li h1{
	border: 1px solid #eee;
	height: 60px;
	padding: 0 45px 0 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	color: #fff;
}
.in-list-sol li .wrap:hover .pic img{
	transform: scale(1.1);
}
.in-list-sol li h1::before{
	content: "";
	width: 24px;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
	transition: all .6s;
	background: url(../images/ico_58.png) no-repeat center right;
	z-index: 5;
}
.in-list-sol li h1::after{
	content: "";
	width: 0;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
	transition: all .6s;
	background: url('../images/ico_59.png') no-repeat center right;
	z-index: 10;
}
.in-list-sol li .wrap:hover h1::after{ width: 24px;backgroundbackground: url(../images/ico_58.png) no-repeat center right;z-index: 5;}

.in-sol-head{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.in-sol-content{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	font-size: 16px;
	line-height: 2.25;
	color: #fff;
}

.in-sol-detail-head{
	font-size: 18px;
	font-weight: bold;
}

.in-list-case{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.in-list-case li{
	width: 50%;
	padding: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-list-case li .title{
	font-size: 14px;
}
.in-flex-pages{
	margin-top: 15px;
}

.in-cntpic{
	width: 100%;
	float: none;
}
.in-cnt-mainlx{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	color: #fff;
	float: none;
}

.index-more-product{
	font-size: 14px;
}

.centerSwiper .swiper .swiper-slide .cover{
	position: absolute;
	left: 10px;
	right: 10px;
	height: auto;
	bottom: 10px;
	box-shadow: 0 10px 20px rgba(50,172,173,0.2);
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	border-radius: 10px;
	padding: 10px;
}
.centerSwiper .swiper .swiper-slide .title{
	width: 100%;
	padding-left: 15px;
	background-color: #fff;
	text-align: left;
	color: var(--main-color);
	font-size: 16px;
	line-height: 2;
	transition: 0.5s;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 0;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/jt.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 40px;
}
.centerSwiper .swiper .swiper-slide .title a{
	color: var(--main-color);
	display: block;
	padding-right: 40px;
	line-height: 40px;
	
}

.centerSwiper .swiper-arrows{
	background-color: #a1a1a1;
	color: #fff;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	text-align: center;
	line-height: 54px;
	position: absolute;
	top: 30%;
	transition: 0.5s;
	z-index: 666;
	cursor: pointer;
}
.centerSwiper .swiper-arrows i{
	display: inline-block;
	font-size: 24px;
}
.centerSwiper .swiper-arrows.swiper-arrow-next{
	right: 10px;
	transform: translateX(0);
}
.centerSwiper .swiper-arrows.swiper-arrow-prev{
	left: 10px;
	transform: translateX(0);
}
.main{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.right_wrap{
	width: 100%;
	overflow:visible;
	float:none;
	background:#fff;
}
.content{
	font-size: 14px;
	line-height: 2;
}
.tulist_02 li{
	width: 50%;
}
.in-fbk-full{
	width: 100%;
	float: none;
}
dl.tuwenlist dt{
	width: 100%;
	float: none;
}
dl.tuwenlist dd{
	margin-left: 0;
}
dl.tuwenlist dd h2{
	margin-top: 10px;
}
dl.tuwenlist dd span{
	float: none;
}
dl.tuwenlist dd .info{
	margin-bottom: 10px;
}
.ny_h1{
	font-size: 18px;
	line-height: 1.5;
}
.in-list-solution{
	margin-left: -5px;
	margin-right: -5px;
}
.in-list-solution li{
	width: 50%;
	padding: 5px;
}
.in-list-solution li .title{
	font-size: 14px;
}

#joblist{
	margin-top: 0px;
}
#joblist dl{
	overflow:hidden;
}
#joblist dl dt{
	padding:10px 0;
	position: relative;
}
#joblist dl dt.open{
	border-bottom:1px solid #ddd;
}
#joblist dl dt .dt1{
	width:100%;
	float:left;
	overflow:hidden;
	font-size:16px;
	font-weight:normal;
}
#joblist i{
	line-height:30px;
	font-size:30px;
	margin-right:20px;
	color:#777;
	transition:0.6s;
	position: absolute;
	top: 10px;
	right: 0;
}
#joblist dd{
	padding:10px 0;
	overflow:hidden;
	line-height:30px;
	display:none;
}
#joblist dl dt.open i{
	transform:rotate(180deg);
}
#joblist dl dd .jianli_btn a{
	display:block;
	width:150px;
	height:50px;
	background:url(/web/pic/delivery.png) 15px center no-repeat #333;
	color:#fff;
	font-size:18px;
	padding-left:60px;
	margin-top:40px;
	line-height:50px;
}
#joblist dl dt.open{
	color: var(--main-color);
}
.cnt-w580{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

.foot-fm-flex input{
	display: block;
	width: 100%;
	height: 38px;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	background-color: transparent;
	color: #fff;
	line-height: 37px;
	outline: none;
	font-size: 14px;
}
.foot-fm-flex button{
	display: block;
	width: 82px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border: none;
	outline: none;
	color: #fff;
	background-color: rgba(255,255,255,0.5);
	border-radius: 999px;
}
.foot-fm-flex button.mb-hide{
	display: none;
}

.productban{
	width: 100%;
	min-width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}
.productban video{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	object-fit: cover;
	margin: 0 auto;
}
.in-nav-list ul{
	flex-wrap: wrap;
	justify-content: center;
}
.in-nav-list ul li{
	width: 48%;
	margin-top: 3px;
	margin-bottom: 3px;
}
.in-nav-list ul li a{
	height: 30px;
	line-height: 30px;
	display: block;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	padding: 0 20px;
	overflow: hidden;
	border-radius: 999px;
}
.detail-product-content{
	padding-top: 0;
}
.related-product span{
	font-size: 18px;
}

.index-pro-main{
	width: 100%;
	float: none;
}

.mgn-t50{
	margin-top: 15px;
}

.in-case-tab .item{
	width: 100%;
}
.case-sort-name{
	font-size: 16px;
}
.in-list-case{
	padding: 10px;
}
.in-list-case li{
	font-size: 14px;
}
.in-inpro-head{
	font-size: 18px;
	margin-bottom: 15px;
}
.case-content{
	font-size: 14px;
	padding: 15px;
}

.in-inpro-rt{
	width: 100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0 15px;
	float: none;
}
.in-inpro-list-rt li a{
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.in-inpro-list-rt li .pic{
	width: 60px;
}
.in-inpro-list-rt li .title{
	font-size: 16px;
}
.in-inpro-lt{
	float: none;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.inmb-inpro-sortlist{
	height: auto;
	overflow: visible;
}
.inmb-inpro-sortlist > li{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.inmb-inpro-sortlist > li > a{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 10px;
	line-height: 24px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.inmb-inpro-sortlist > li.active > a,
.inmb-inpro-sortlist > li > a:hover{
	color: var(--main-color);
	background-color: #fff;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.lang-en .inmb-inpro-sortlist > li > a{
	font-weight: normal;
}

.inmb-inpro-sortlist .sanji{
	display: block;
	position: relative;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 10px;
}
.inmb-inpro-sortlist .sanji li a{
	font-size: 14px;
}

/** 2025.4.2 **/
.detail-product-row .zou{
	width: 100%;
}
.detail-product-row .you{
	width: 100%;
	margin-top: 20px;
	padding-left: 0;
}
.detail-cansu-list li{
	width: 50%;
}
.detail-product-title{
	font-size: 20px;
}
.detail-product-model{
	font-size: 16px;
	color: #444;
	margin-top: 10px;
}
.detail-tab-list li{
	height: 45px;
	padding: 0 10px;
	font-size: 12px;
}
.detail-tab-list li i{
	font-size: 18px;
}

.index-sort-outer{
	min-width: 100%;
}
.autoWidthSwiper{
	margin-right: 0;
}
.autoWidthSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	width: 100%;
	border-right: none;
}
.autoWidthSwiper .swiper .swiper-slide .pic{
	width: 100%;
	float: none;
}
.autoWidthSwiper .swiper .swiper-slide .txt{
	width: 100%;
	position: relative;
	left: 0!important;
	top: 0;
	transform: translateY(0);
	padding-top: 20px;
}
.autoWidthSwiper .swiper .swiper-slide .title{
	font-size: 20px;
	margin-bottom: 15px;
}
.autoWidthSwiper .swiper .swiper-slide .brief{
	font-size: 14px;
	margin-bottom: 15px;
}
.autoWidthSwiper .swiper .swiper-slide .more a{
	line-height: 42px;
	font-size: 16px;
	padding: 0 30px;
}
.autoWidthSwiper .swiper-arrows{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	z-index: 44;
	cursor: pointer;
}
.autoWidthSwiper .swiper-arrows i{
	font-size: 16px;
}
.autoWidthSwiper .swiper-arrows.swiper-arrow-next{
	bottom: 0;
	color: var(--main-color);
	background-color: rgba(7,140,193,0.2);
}
.autoWidthSwiper .swiper-arrows.swiper-arrow-prev{
	bottom: 0;
	color: #fff;
	background-color: rgba(7,140,193,1);
	left: auto;
	right: 20px;
}

.insort-prohd{
		font-size: 20px;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.insort-prohd::before{
		width: 2px;
		height: 18px;
	}
	.insort-flex-top .txt{
		flex: 1;
		width: 100%;
		padding-right: 0;
		margin-bottom: 15px;
	}
	.insort-flex-top .tu{
		width: 100%;
	}
	.insort-subtwo{
		font-size: 18px;
		padding-left: 30px;
		margin-bottom: 15px;
	}
	.insort-subtwo::before{
		width: 20px;
	}
	.insorttwo-list-pro{
		margin-left: -5px;
		margin-right: -5px;
	}
	.insorttwo-list-pro li{
		width: 50%;
		padding: 5px;
	}
	.insorttwo-list-pro li .title{
		font-size: 14px;
		margin-top: 12px;
	}
	.insort-twobrief{
		margin-bottom: 15px;
	}
	.insort-list-sorttwo{
		position: relative;
		top: 0;
		width: 100%;
		margin-bottom: 25px;
	}


}