@charset "utf-8";
#js-swiper-container{
	width: 100%;
	height: calc(100% - 88px);
	overflow: hidden;
}
#js-swiper-container .swiper-wrapper .swiper-slide{
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#js-swiper-container .swiper-wrapper footer.swiper-slide{
	height: auto;
}
#js-swiper-container > .swiper-pagination{
	right: 2%;
	top: 50%;
	transform: translateY(-50%);
}
#js-swiper-container > .swiper-pagination.white > .swiper-pagination-bullet{
	background: rgba(255, 255, 255, 1);
	opacity: .8;
}
#js-swiper-container > .swiper-pagination > .swiper-pagination-bullet{
	outline: none;
}
#js-swiper-container .swiper-wrapper footer .ptb90{
	padding: 90px 0;
}
#js-swiper-container > .swiper-pagination > .swiper-pagination-bullet-active,
#js-swiper-container > .swiper-pagination.white > .swiper-pagination-bullet-active{
	background:#47d2d4;
}
@media (max-width: 992px){
	#js-swiper-container{
		height: calc(100% - 60px);
	}
}

/*轮播*/
.in-banner{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.in-banner .swiper-container{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.in-banner .swiper-container li.swiper-slide{ 
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.in-banner .swiper-container li.swiper-slide a{
	width: 100%;
	height: 100%;
	display: block; 
	position: relative;
}
.in-banner .swiper-container li.swiper-slide > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.in-banner .swiper-container .banner-pagination{
	width: auto;
	height: 10px;
	position: absolute; 
	left:50%;
	transform: translateX(-50%);
	bottom:30px; 
	z-index: 2;
	text-align: center;
}
.in-banner .swiper-container .banner-pagination .swiper-pagination-bullet{
	width: 10px; 
	height: 10px; 
	display: 
	inline-block;
	margin: 0 10px; 
	background: #ffffff; 
	*display: inline; 
	zoom: 1;
	border-radius: 0;
	opacity: 1;
	outline: none;
}
.in-banner .swiper-container .banner-pagination .swiper-pagination-bullet-active{
	background:#47d2d4;
}
.in-banner .swiper-container .swiper-button-prev, 
.in-banner .swiper-container .swiper-button-next{
	display:block;
	width:24px;
	height:47px; 
	text-indent:200em;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	outline: none;
}
.in-banner .swiper-container .swiper-button-prev:after, 
.in-banner .swiper-container .swiper-button-next:after{
	display: none;
}
.in-banner .swiper-container .swiper-button-prev{
	left:2%;
	background:url(../images/banner_left.png) center center no-repeat;
	background-size: cover;
}
.in-banner .swiper-container .swiper-button-next{
	right:2%;
	background:url(../images/banner_right.png) center center no-repeat;
	background-size: cover;
}
.in-banner .swiper-container .wordbox{
	width: 94%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content:center;
	flex-direction: column;
}
.in-banner .swiper-container .wordbox > div{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.in-banner .swiper-container .wordbox .text1{
	font-family: 'FuturaStd-Bold';
	text-transform: uppercase;
	background: linear-gradient(to right, #47d2d4, #084f9f);
                -webkit-background-clip: text;/*背景颜色以文本方式剪切*/
                -webkit-text-fill-color: transparent;/*文字填充为透明色让设置的渐变色显示出来，一定要设置为透明色不然设置的渐变色无法显示出来，会被遮挡住*/
}
.in-banner .swiper-container .wordbox .text2{
	background: linear-gradient(to right, #47d2d4, #084f9f);
                -webkit-background-clip: text;/*背景颜色以文本方式剪切*/
                -webkit-text-fill-color: transparent;/*文字填充为透明色让设置的渐变色显示出来，一定要设置为透明色不然设置的渐变色无法显示出来，会被遮挡住*/
}
.in-banner .swiper-container .wordbox .text3{
	text-align: center;
}
.in-banner .swiper-container .wordbox .text3 ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.in-banner .swiper-container .wordbox .text3 li{
	padding: 15px 50px;
	margin: 0 12px;
	border-radius: 36px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-banner .swiper-container .wordbox .text3 li a{
	display: block;
}
.in-banner .swiper-container .wordbox .text3 li{
	background: rgba(255, 255, 255, .22);
}
.in-banner .swiper-container .wordbox .text3 li:hover{
	background: rgba(71, 210, 212, .7);
}
.in-banner .swiper-container .wordbox .text3 li:hover a{
	color: #fff;
}
@media (max-width:1280px) {
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.in-banner .swiper-container .wordbox .text3 li{
		padding: 10px 30px;
		margin: 0 6px;
		border-radius: 30px;
	}
}

/* 标题 */
.in-tit{
	width: 100%;
	text-align: center;
	line-height: 32px;
	padding-top: 40px;
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
}
.in-tit.left{
	text-align: left;
}
.in-tit:before{
	content: "";
	width: 44px;
	height: 6px;
	background: #47d2d4;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.in-tit.left:before{
	left: 0;
	transform: none;
}
.in-tit.white{
	color: #fff;
}
.in-tit h1{
	font-family: 'FuturaStd-Bold';
}
.in-tit h2{
	margin-top: 30px;
}
@media (max-width:1400px) {
	.in-tit{
		padding-top: 30px;
	}
	.in-tit h2{
		margin-top: 20px;
	}
}
@media (max-width:1280px) {
	.in-tit{
		line-height: 28px;
		padding-top: 34px;
	}
	.in-tit h2{
		margin-top: 24px;
	}
	.in-tit.left{
		text-align: center;
	}
	.in-tit.left:before{
		left: 50%;
		transform: translateX(-50%);
	}
}
@media (max-width: 992px) {
	.in-tit{
		line-height: 24px;
		padding-top: 24px;
	}
	.in-tit h2{
		margin-top: 14px;
	}
}
@media (max-width: 750px) {
	.in-tit h2{
		margin-top: 6px;
	}
}

/* 关于 */
.in-about{
	overflow: hidden;
}
.in-about .con{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.in-about .con .box1{
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.in-about .con .box2{
	width: 1000px;
	margin: 0 auto;
}
.in-about .con .box2 ul{
	display: flex;
	justify-content: space-between;
}
.in-about .con .box2 img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
@media (max-width: 1280px){
	.in-about .con .box2{
		width: 94%;
	}
	.in-about .con .box2 li{
		width: 30%;
	}
}
@media (max-width: 992px){
}
@media (max-width: 750px){
}

/* 产品 */
.in-products{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.in-products img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	display: block;
}
.in-products .mainbox{
	width: 600px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	overflow: hidden;
}
@media (max-width: 1280px){
	.in-products > img{
		display: none;
	}
	.in-products{
		background: url('../images/in-img1.jpg') #000000 no-repeat center bottom;
		background-size: 100%;
	}
	.in-products .mainbox{
		width: 94%;
		padding: 0 3% 18% 3%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
		position: static;
		transform: none;
	}
}
@media (max-width: 992px){
}
@media (max-width: 750px){
}

/* 加工 */
.in-workshop{
	width: 100%;
	background: url('../images/in-bg1.jpg') no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.in-workshop .box{
    display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.in-workshop .box-left{
	width: 38%;
	padding: 0 136px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.in-workshop .box-right{
	width: 62%;
	background: #dcdcdc;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.in-workshop .box-right .title{
	width: 100%;
	height: 80px;
	background: #aaaaaa;
	overflow: hidden;
}
.in-workshop .box-right .content{
	width: 100%;
	padding: 2% 0 2% 4%;
	box-sizing: border-box;
	overflow: hidden;
}
.in-workshop .box-right .content li{
	width: 32%;
	margin-right: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	float: left;
}
.in-workshop .box-right .content li:nth-child(3n){
	margin-right: 0;
}
.in-workshop .box-right .content li img{
	width: 100%;
	display: block;
}
.in-workshop .box-right img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
@media (max-width: 1440px){
	.in-workshop .box-left{
		padding: 0 3%;
	}
}
@media (max-width: 1400px){
	.in-workshop .box-right .title{
		height: 30px;
	}
	.in-workshop .box-right .content {
	    padding: 0 0 2% 2%;
	}
	.in-workshop .box-right .content li {
	    margin-bottom: 0;
	}
}
@media (max-width: 1280px){
	.in-workshop .box{
		width: 94%;
		margin: 0 auto;
		display: block;
	}
	.in-workshop .box .box-left,
	.in-workshop .box .box-right{
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.in-workshop .box .box-right{
		margin-top: 6%;
	}
	.in-workshop .box-right .title{
		height: 70px;
	}
	.in-workshop .box-right .content{
		width: 100%;
		padding: 2% 4%;
	}
	/* .in-workshop .box-right .content li{
		width: 48%;
		margin-right: 0;
	}
	.in-workshop .box-right .content li:nth-child(2n){
		float: right;
	} */
}
@media (max-width: 992px){
	.in-workshop .box-right .title{
		height: 60px;
	}
}
@media (max-width: 750px){
	.in-workshop .box-right .title{
		height: 50px;
	}
}

/* 媒体 */
.in-video{
	width: 100%;
	background: #161922;
	overflow: hidden;
}
.in-video > div{
	height: 100%;
	overflow: hidden;
}
.in-video .con{
	width: 100%;
	height: auto;
	height: calc(100% - 200px);
	border-radius: 8px;
	overflow: hidden;
}
.in-video .con img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
@media (max-width: 1400px){
	.in-video .con{
		height: calc(100% - 180px);
	}
}
@media (max-width: 1280px){
	.in-video .con{
		height: calc(100% - 188px);
	}
}
@media (max-width: 992px){
	.in-video .con{
		height: calc(100% - 154px);
	}
}
@media (max-width: 750px){
	.in-video .con{
		height: calc(100% - 136px);
	}
}