@charset "utf-8";
/*轮播*/
.in-banner{
	width: 100%;
	height: calc(100% - 66px);
	position: relative;
	overflow: hidden;
}
.mb-banner{
	display: none;
}
.in-banner .swiper-container,
.in-banner .swiper-slide a{
	height: 100%;
	display: block;
}
.in-banner .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.in-banner .swiper-button-prev{
	left:3%;
}
.in-banner .swiper-button-next{
	right:3%;
}
.in-banner .swiper-pagination{
	bottom: 24px;
}
.in-banner .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fafafc;
	margin:0 5px;
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #34aa87;
}
@keyframes bounce-down {
    25% {transform: translateY(-3px);}
    50%{transform: translateY(0);}
    75% {transform: translateY(3px);}
    100% {transform: translateY(0);}
}
.animate-bounce-down{ 
	-webkit-animation: bounce-down 1s linear infinite;
	animation: bounce-down 1s linear infinite;
}
@media (max-width: 1280px){
	.in-banner{
		display: none;
	}
	.mb-banner{
		width: 100%;
		height: calc(100% - 66px);
		position: relative;
		display: block;
		overflow: hidden;
	}
	.mb-banner .swiper-container,
	.mb-banner .swiper-slide a{
		height: 100%;
		display: block;
	}
	.mb-banner .swiper-slide img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	.mb-banner .swiper-pagination{
		bottom: 120px;
	}
	.mb-banner .swiper-pagination .swiper-pagination-bullet{
		width: 30px;
		height: 4px;
		background: #fff;
		margin:0 3px;
		border-radius: 0;
		opacity: 1;
	}
	.mb-banner .swiper-pagination .swiper-pagination-bullet-active{
		background: #6c6d71;
	}
	.mb-banner .arrow{
		width: 40px;
		position: absolute;
		left: 50%;
		bottom: 40px;
		z-index: 2;
		margin-left: -20px;
	}
	.mb-banner .arrow img{
		width: 100%;
		display: block;
	}
}
@media (max-width: 992px){
	.mb-banner .swiper-pagination{
		bottom: 80px;
	}
	.mb-banner .arrow{
		width: 30px;
		bottom: 30px;
		margin-left: -15px;
	}
}
@media (max-width: 750px){
	.mb-banner{
		height: calc(100% - 50px);
	}
	.mb-banner .swiper-pagination{
		bottom: 60px;
	}
	.mb-banner .swiper-pagination .swiper-pagination-bullet{
		width: 20px;
		height: 2px;
	}
	.mb-banner .arrow{
		width: 20px;
		bottom: 20px;
		margin-left: -10px;
	}
}

.video__container {
	position: relative;
	width: 100%;
	background-color: #000;
	overflow: hidden
}

.video__container .product__video {
	display: block
}

.video__container .video__mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-top: 310px;
	background-color: rgba(0,0,0,.2);
	box-sizing: border-box;
	color: #FFF;
}

.video__container .video__title {
	font-size: 32px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: 6px;
}

.video__container .video__desc {
	margin-top: 8px;
	font-size: 56px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 78px;
	letter-spacing: 9px;
}

.video__container .video__more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 56px;
	width: 156px;
	height: 40px;
	border: 1px solid #FFF;
	border-radius: 4px;
	opacity: .7;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 1px;
}

.video__container .video__more::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	transition: all ease .3s
}

.video__container .video__more:hover {
	color: #000;
	opacity: 1
}

.video__container .video__more:hover::after {
	width: 100%
}

.video__container .video__more:hover .more__svg {
	color: #000
}

.video__container .more__text {
	position: relative;
	z-index: 10;
	padding-right: .06rem
}

.video__container .more__svg {
	position: relative;
	z-index: 10;
	transform: translate(0,2%);
	color: #fff
}

/*分类*/
.in-type1{
    overflow: hidden;
}
.in-type1 .swiper-slide{
	width: 755px;
	overflow: hidden;
}
.in-type1 .swiper-slide .image{
	width: 100%;
	height: 364px;
	overflow: hidden;
}
.in-type1 .swiper-slide .image img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.in-type1 .swiper-slide a:hover .image img{
	transform: scale(1.1);
}
.in-type1 .word{
	padding:30px;
	background: #f1f1f1;
}
.in-type1 .swiper-slide .word h1,
.in-type1 .swiper-slide .word h2{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.in-type1 .swiper-slide .word h1{
	color: #333;
}
.in-type1 .swiper-slide .word h2{
	margin-top: 6px;
	color: #777;
}
.in-type2{
}
.in-type2 ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	text-align: center;
}
.in-type2 li{
	border-right: 1px #e0e0e0 solid;
	padding:0 40px;
}
.in-type2 li:last-child{
	padding-right: 0;
	border-right: none;
}
.in-type2 li .image img{
	max-width: 100%;
	display: block;
	margin:0 auto;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.in-type2 li a:hover .image img{
	transform: scale(1.2);
}
@media (max-width: 1280px){
	.in-type1{
		display: none;
	}
	.in-type2{
		width: 100%;
	}
	.in-type2 li{
		width: 50%;
		padding:0;
		margin-top: 8%;
	}
	.in-type2 li:nth-child(2n){
		border-right: none;
	}
	.in-type2 li:nth-child(1),
	.in-type2 li:nth-child(2){
		margin-top: 0;
	}
}
@media (max-width: 992px){}
@media (max-width: 750px){
	.in-type2 li .image img{
		max-width: 80px;
	}
}

/*设计*/
.in-design{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.in-design:after{
	content: "";
	width: 100%;
    height: 276px;
    background: #f2f2f2;
    position: absolute;
    left: 0;
    bottom: 0;
}
.in-design .title{
	position: relative;
	z-index: 1;
	text-align: center;
}
.in-design .box1 .swiper-slide {
    width: 1286px;
    height: 728px;
    transform: scale(0.9);
}
.in-design .box1 .swiper-slide-active{
	transform: scale(1);
}
.in-design .box1 .swiper-slide img{
	width:100%;
	height: 100%;
	object-fit: cover;
    display:block;
}
.in-design .box1 .swiper-button-prev{
	left:3%;
}
.in-design .box1 .swiper-button-next{
	right:3%;
}
.in-design .box2{
	display: none;
}
@media (max-width: 1500px){
	.in-design .box1 .swiper-slide {
	    width: 980px;
	    height: 554px;
	}
}
@media (max-width: 1280px){
	.in-design:after,
	.in-design .title{
		display: none;
	}
	.in-design .box1{
		display: none;
	}
	.in-design .box2{
		display: block;
	}
	.in-design .box2 img{
		width: 100%;
		display: block;
	}
	.in-design .box2 .swiper-pagination{
		bottom: 20px;
	}
	.in-design .box2 .swiper-pagination .swiper-pagination-bullet{
		width: 30px;
		height: 4px;
		background: #ffffff;
		margin:0 3px;
		border-radius: 0;
		opacity: 1;
	}
	.in-design .box2 .swiper-pagination .swiper-pagination-bullet-active{
		background: #6c6d6f;
	}
}
@media (max-width: 992px){}
@media (max-width: 750px){
	.in-design .box2 .swiper-pagination{
		bottom: 10px;
	}
	.in-design .box2 .swiper-pagination .swiper-pagination-bullet{
		width: 20px;
		height: 2px;
	}
}

/*关于*/
.in-about{
	width: 100%;
	overflow: hidden;
}
.in-about .box1{
	width: 100%;
	background: #f2f2f2;
	padding-bottom: 360px;
	overflow: hidden;
}
.in-about .box1 .box{
	width: 600px;
	float: right;
}
.in-about .box1 .box h4{
	display: none;
}
.in-about .box2{
	width: 100%;
	padding:0 6%;
	margin-top: -180px;
	overflow: hidden;
}
.in-about .box2 a{
	display: block;
	overflow: hidden;
}
.in-about .box2 img{
	width: 100%;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
	display: block;
}
.in-about .box2 a:hover img{
	transform: scale(1.1);
}
.in-about .box3{
	width: 100%;
	overflow: hidden;
}
.in-about .box3 .box{
	width: 620px;
	float: right;
}
.in-about .box3 .box .div1{
	display: flex;
}
.in-about .box3 .box .div1 .left{
	width: 200px;
}
.in-about .box3 .box .div1 .right{
	width: 420px;
}
.in-about .box3 .box .div2{
	padding-left: 200px;
}
@media (max-width: 1280px){	
	.in-about{
		background: #f2f2f2;
		padding-bottom: 10%;
	}
	.in-about .box1{
		padding-bottom: 0;
	}
	.in-about .box1 .box{
		width: 100%;
	}
	.in-about .box1 .box h3{
		display: none;
	}
	.in-about .box1 .box h4{
		display: block;
	}
	.in-about .box2{
		padding:0;
		margin-top: 10%;
	}
	.in-about .box3 .box{
		width: 100%;
		margin-right:0;
	}
	.in-about .box3 .box .div1{
		flex-direction: column;
	}
	.in-about .box3 .box .div1 .left,
	.in-about .box3 .box .div1 .right{
		width: 100%;
	}
	.in-about .box3 .box .div1 .right{
		margin-top: 5%;
	}
	.in-about .box3 .box .div2{
		padding-left: 0;
	}
}
@media (max-width: 992px){}
@media (max-width: 750px){}

/*技术*/
.in-tech{
	width: 100%;
	overflow: hidden;
}
.in-tech .box1,
.in-tech .box2{
	width: 100%;
	display: flex;
	align-items: stretch;
	overflow: hidden;
}
.in-tech .box1 .left{
	width: 46%;
	overflow: hidden;
}
.in-tech .box1 .right{
	width: 54%;
}
.in-tech .box1 .left a{
    width: 100%;
    height: 100%;
    display: block;
}
.in-tech .box1 .left img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.in-tech .box1 .left a:hover img{
    transform: scale(1.1);
}
.in-tech .box1 .right{
	padding:5% 14% 5% 5%;
}
.in-tech .box1 .right h1{
	display: none;
}
.in-tech .box2 .left{
	width: 24%;
	padding:0 6%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.in-tech .box2 .right{
	width: 76%;
	background: #969696;
	display: flex;
	align-items: stretch;
}
.in-tech .box2 .right img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.in-tech .box2 .right .div1{
	width: 40%;
}
.in-tech .box2 .right .div2{
	width: 60%;
}
.in-tech .box2 .right .div2 .p{
	width: 100%;
	height: 50%;
	overflow: hidden;
}
.in-tech .box2 .right .div2 .p ul{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: stretch;
}
.in-tech .box2 .right .div2 .p1 li:nth-child(1),
.in-tech .box2 .right .div2 .p2 li:nth-child(2){
	width: 66%;
}
.in-tech .box2 .right .div2 .p1 li:nth-child(2),
.in-tech .box2 .right .div2 .p2 li:nth-child(1){
	width: 34%;
}
.in-tech .box3{
	display: none;
}
.in-tech .zoom-img{
	background: #000;
	position: relative;
	cursor: pointer;
}
.in-tech .zoom-img img{
	height: 100%;
	object-fit: cover;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-tech .zoom-img img:nth-child(2){
    display: none;
}
.in-tech .zoom-img em{
	font-size: 30px;
	position: absolute;
	color: #fff;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.in-tech .zoom-img:hover img{
	opacity: .6;
}
.in-tech .zoom-img:hover em{
	opacity: 1;
}
@media (max-width: 1500px){
	.in-tech .box1 .right{
		padding:3%;
	}
}
@media (max-width: 1280px){
	.in-tech .box1{
		flex-direction: column-reverse;
	}
	.in-tech .box1 .left,
	.in-tech .box1 .right{
		width: 100%;
	}
	.in-tech .box1 .right .font60{
		font-size: 36px;
        line-height: 36px;
	}
	.in-tech .box1 .right .font46{
		font-size: 22px;
        line-height: 24px;
	}
	.in-tech .box1 .right h1{
		display: block;
	}
	.in-tech .box1 .right h4,
	.in-tech .box1 .right h5{
		display: none;
	}
	.in-tech .box2{
		display: none;
	}
	.in-tech .box3{
		width: 100%;
		display: block;
	}
	.in-tech .box3 img{
		width: 100%;
		display: block;
	}
	.in-tech .box3 .swiper-pagination{
		bottom: 30px;
	}
	.in-tech .box3 .swiper-pagination .swiper-pagination-bullet{
		width: 14px;
		height: 14px;
		background: #fff;
		margin:0 5px;
	}
}
@media (max-width: 992px){
	.in-tech .box1 .right .font60{
		font-size: 32px;
        line-height: 32px;
	}
	.in-tech .box1 .right .font46{
		font-size: 20px;
	}
}
@media (max-width: 750px){
	.in-tech .box1 .right .font60{
		font-size: 24px;
        line-height: 24px;
	}
	.in-tech .box1 .right .font46{
		font-size: 20px;
	}
	.in-tech .box3 .swiper-pagination{
		bottom: 10px;
	}
	.in-tech .box3 .swiper-pagination .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
}

/*案例*/
.in-case{
	width: 100%;
	overflow: hidden;
}
.in-case a{
	display: block;
	position:relative;
}
.in-case img{
	width: 100%;
	display: block;
}
.in-case .word{
	width:443px;
	position: absolute;
	right:174px;
	top:170px;
	color:#414141;
}
.mb-case{
	display: none;
}
@media (max-width: 1680px){
	.in-case .word{
		right:114px;
		top:110px;
	}
}
@media (max-width: 1480px){
	.in-case .word{
		right:84px;
		top:80px;
	}
}
@media (max-width: 1280px){
	.in-case{
		display: none;
	}
	.mb-case{
		display: block;
		position: relative;
	}
	.mb-case img{
		width: 100%;
		display: block;
	}
	.mb-case .swiper-pagination{
		display: flex;
		align-items: center;
		justify-content: center;
		position: static;
	}
	.mb-case .swiper-pagination .swiper-pagination-bullet{
		width: 30px;
		height: 4px;
		background: #e6e7e9;
		margin:0 3px;
		border-radius: 0;
		opacity: 1;
	}
	.mb-case .swiper-pagination .swiper-pagination-bullet-active{
		background: #808185;
	}
}
@media (max-width: 992px){}
@media (max-width: 750px){
	.mb-case .swiper-pagination .swiper-pagination-bullet{
		width: 20px;
		height: 2px;
	}
}

/*底部文案*/
.in-word{
	text-align: center;
	overflow: hidden;
}
@media (max-width: 1280px){
	.in-word{
		display: none;
	}
}
@media (max-width: 992px){}
@media (max-width: 750px){}