﻿@charset "utf-8";
#js-swiper-container{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#js-swiper-container section{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#js-swiper-container footer{
	height: auto;
}
@media (max-width:1280px) {
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	#js-swiper-container,
	#js-swiper-container section{
		height: auto;
	}
	#js-swiper-container > .swiper-wrapper{
	    height: auto;
	    display: block;
	}
}

/*轮播*/
.in-banner{
	width: 100%;
	height: 100%;
	border-bottom: 1px #2cb5be solid;
	position: relative;
	z-index: 999;
	overflow: hidden;
}
.in-banner .swiper-container,
.in-banner .swiper-slide a{
	width: 100%;
	height: 100%;
	display: block;
}
.in-banner .swiper-slide > a{
	position: relative;
}
.in-banner .swiper-slide > a > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.in-banner .swiper-slide > a > .textbox{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}
.in-banner .swiper-slide > a > .textbox > div{
	width: 70%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.in-banner .swiper-slide > a > .textbox > div img{
	max-width: 100% !important;
	height: auto !important;
	display: block;
}
.in-banner .swiper-button-prev{
	left:3%;
}
.in-banner .swiper-button-next{
	right:3%;
}
.in-banner .swiper-button-prev,
.in-banner .swiper-button-next{
	background-size: cover;
}
.in-banner .swiper-button-prev:after,
.in-banner .swiper-button-next:after{
	font-size: 40px;
}
.in-banner .swiper-pagination{
	bottom: 24px;
}
.in-banner .swiper-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	margin:0 8px;
	background: none;
	border-radius: 50%;
	border:2px #fff solid;
	position: relative;
	opacity: 1;
}
.in-banner .swiper-pagination .swiper-pagination-bullet:after{
	content: "";
	width: 5px;
	height: 5px;
	background: #fff;
	position: absolute;
	left:50%;
	top:50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active{
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active:after{
	display: block;
}
@media (max-width:1280px) {
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.in-banner,
	.in-banner .swiper-container,
	.in-banner .swiper-slide a{
		height: auto;
	}
	.in-banner .swiper-button-prev,
	.in-banner .swiper-button-next{
		width: 12px;
		height: 20px;
	}
	.in-banner .swiper-button-prev:after,
	.in-banner .swiper-button-next:after{
		font-size: 18px;
	}
	.in-banner .swiper-pagination{
		bottom: 10px;
	}
	.in-banner .swiper-pagination .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
		margin:0 4px;
	}
	.in-banner .swiper-pagination .swiper-pagination-bullet:after{
		width: 3px;
		height: 3px;
	}
}

.in-tit{
	width: 100%;
	text-align: center;
	position: relative;
}
.in-tit:before{
	content: "";
	width: 100px;
	height: 1px;
	background: #000;
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -50px;
}
.in-tit.white:before{
	background: #fff;
}
.in-tit h1{
	line-height: 48px;
	text-transform: uppercase;
}
@media (max-width:1280px) {
	.in-tit:before{
		width: 90px;
		margin-left: -45px;
	}
}
@media (max-width: 992px) {
	.in-tit h1{
		font-size: 20px;
		line-height: 24px;
	}
	.in-tit:before{
		width: 80px;
		margin-left: -40px;
	}
}
@media (max-width: 750px) {
	.in-tit h1{
		font-size: 18px;
	}
	.in-tit:before{
		width: 70px;
		margin-left: -35px;
	}
	.in-tit h1{
		padding-bottom: 0;
	}
	.in-tit h2{
		display: none;
	}
}

.in-product{
    width: 100%;
    background: url(../images/in-bg3.jpg) no-repeat right bottom;
    background-size: 100%;
    overflow: hidden;
}
.in-product h1{
	font-family:'Fontsstyle2';
	font-weight: bolder;
	color: #000;
}
.in-product h2 font{
	color: #2cb5be;
}
.in-product h2 span{
	font-family: '宋体';
}
@media (max-width:1280px) {
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.in-product .word{
		padding:40px 0 180px;
	}
}

.in-about{
	background: url(../images/section_bg4.jpg) #f8f8f8 no-repeat center bottom;
	background: cover;
}
.in-about .wrap{
	display: flex;
	height: 100%;
	justify-content: center;
	flex-direction: column;
}
.in-about .title{
	width: 100%;
	line-height: 48px;
	text-align: center;
}
.in-about .content{
	width: 100%;
	line-height: 32px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.in-about .number{
	width: 100%;
	overflow: hidden;
}
.in-about .number ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.in-about .number ul li{
    float: left;
	text-align: center;
	flex-basis: auto;
    padding:0 20px;
    cursor: pointer;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    overflow: hidden;
}
.in-about .number ul li .shuzi{
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.in-about .number ul li .shuzi span{
	display: block;
}
.in-about .number ul li .shuzi .w1{
	line-height: 48px;
	margin-right: 10px;
	font-family:'Fontsstyle1';
}
@media (max-width:1480px) {
	.in-about .number ul li{
		padding:0 20px;
	}
	.in-about .number ul li .shuzi .w1{
		font-size: 40px;
		line-height: 40px;
	}
}
@media (max-width:1280px) {
	.in-about .title{
		line-height: 42px;
	}
	.in-about .content{
		line-height: 28px;
	}
	.in-about .number{
		margin-top: 4%;
	}
	.in-about .number ul li{
		margin-top: 4%;
	    padding:0;
	    flex-basis: auto;
	    -webkit-box-flex: 1;
	    -ms-flex: 1 0 33.333333%;
	    flex: 1 0 33.333333%;
	}
}
@media (max-width: 992px) {
	.in-about .title{
		line-height: 36px;
	}
	.in-about .number ul li .shuzi .w1 {
	    line-height: 36px;
	}
}
@media (max-width: 750px) {
	.in-about .title{
		line-height: 30px;
	}
	.in-about .content{
		line-height: 24px;
	}
	.in-about .content{
		font-size: 14px;
	}
	/*.in-about .number ul li{
	    -ms-flex: 1 0 50%;
	    flex: 1 0 50%;
	}*/
	.in-about .number ul li .shuzi{
		margin-bottom: 0;
	}
	.in-about .number ul li .shuzi .w1 {
		font-size: 20px;
	    line-height: 30px;
	    margin-right: 4px;
	}
	.in-about .number ul li .shuzi .w2{
		font-size: 12px;
	}
	.in-about .number ul li .wenzi{
		font-size: 12px;
	}
}

.in-video{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.in-video.accordion {
	overflow: hidden;
	position:relative;
}
.in-video .accordion__ul { 
	display:block;
	list-style: none;
	margin: 0;
	padding: 0;
	width:9999px;
	height:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0; 
}
.in-video .accordion__li{ 
	display:block;
	position: relative;
	margin:0;
	padding:0;
	height:100%;
	float:left;
	overflow: hidden;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .8);
	transition: all 0.3s ease-out; 
}
.in-video .accordion__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	cursor: pointer;
}
.in-video .title{
	width: 100%;
	height: 100%;
	left:0;
	top: 0;
	padding:60px;
	position: absolute;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.in-video video{
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
    position: relative;
    z-index: 1;
}
.in-video .mask{
	width: 100%;
	height: 100%;
	display: none;
    position: absolute;
    left: 0;
    top:0;
    z-index: 2;
}
.in-video .mask i{
	font-size: 80px;
	display: block;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width:1480px) {
	.in-video .title{
		font-size: 24px;
	}
}
@media (max-width:1280px) {
	.in-video .title{
		padding:6%;
	}
	.in-video .title{
		font-size: 20px;
	}
}
@media (max-width: 992px) {
	.in-video .title{
		padding:8%;
	}
	.in-video .title{
		font-size: 18px;
	}
}
@media (max-width: 750px) {
	#js-swiper-container section.in-video{
		height: 360px;
	}
	.in-video .title{
		padding:10%;
	}
	.in-video .title{
		font-size: 14px;
	}
}

.in-brand{
	overflow: hidden;
}
.in-brand .wrap{
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}
.in-brand .left{
	width: 386px;
	line-height: 32px;
}
.in-brand .left .image img{
	display: block;
}
.in-brand .right{
	width: calc(100% - 472px);
}
.in-brand .right ul{
	display: flex;
	align-items: stretch;
}
.in-brand .right li{
	width: 32%;
	float: left;
	margin-right: 2%;
	border-radius: 16px;
	overflow: hidden;
}
.in-brand .right li:last-child{
	margin-right: 0;
}
.in-brand .right a{
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	position: relative;
}
.in-brand .right img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	opacity: .8;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-brand .right a:hover img{
	opacity: 1;
}
.in-brand .right .word{
	position: absolute;
	left:0;
	bottom: 0;
	padding:40px;
}
.in-brand .right a:hover .word{
	color: #2cb5be;
}
@media (max-width:1480px) {
	.in-brand .right .word{
		padding:20px;
	}
	.in-brand .right .word h1{
		font-size: 24px;
	}
}
@media (max-width:1280px) {
	.in-brand .wrap{
		justify-content: center;
		flex-direction: column;
	}
	.in-brand .left,
	.in-brand .right{
		width: 100%;
	}
	.in-brand .left{
		margin-top: 0;
	}
	.in-brand .right{
		margin-top: 8%;
	}
	.in-brand .right .word{
		padding:8%;
	}
	.in-brand .right .word .mt10{
		margin-top: 4px;
	}
}
@media (max-width: 992px) {
	.in-brand .right li{
		border-radius: 8px;
	}
}
@media (max-width: 750px) {
	.in-brand .left{
		font-size: 14px;
		line-height: 24px;
	}
	.in-brand .right .word h1{
		font-size: 14px;
	}
	.in-brand .right .word h2{
		display: none;
	}
}

.in-news{
	width: 100%;
	background: url(../images/in-bg2.jpg) no-repeat center bottom;
	background-size: cover;
	overflow: hidden;
}
.in-news .wrap{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.in-news .content{
	padding:0 84px;
	position: relative;
}
.in-news .content .swiper-container{
	width: 100%;
}
.in-news li{
}
.in-news a{
	margin:8px;
	background: #fff;
	display: block;
}
.in-news a:hover{
	border:1px #2cb5be solid;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}
.in-news .image{
	width: 100%;
	overflow: hidden;
}
.in-news .image img{
	width: 100%;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
	display: block;
}
.in-news a:hover .image img{
	transform: scale(1.06);
}
.in-news .word{
	padding:20px;
}
.in-news .word .title{
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.in-news .word .summary{
	width: 100%;
	height:72px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.in-news .word .button{
	width: 104px;
	height: 24px;
	background: #2cb5be;
	color: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-news .word .date{
	color: #999;
	font-size: 13px;
	margin-top: 4px;
}
.in-news .swiper-button-prev,
.in-news .swiper-button-next{
	width: 40px;
	height: 40px;
	border:1px #000 solid;
	border-radius: 50%;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-news .swiper-button-prev i,
.in-news .swiper-button-next i{
	font-size: 20px;
}
.in-news .swiper-button-prev:hover,
.in-news .swiper-button-next:hover{
	background: #2cb5be;
	border-color: #2cb5be;
}
.in-news .swiper-button-prev:hover,
.in-news .swiper-button-next:hoverr{
	color: #fff;
}
.in-news .swiper-pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	position: static;
}
.in-news .swiper-pagination .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	border:1px #000 solid;
	border-radius: 50%;
	background: none;
	margin:0 8px;
}
.in-news .swiper-pagination .swiper-pagination-bullet-active{
	background: #2cb5be;
	border-color: #2cb5be;
}
@media (max-width:1400px) {
	.in-news .word .summary{
		height:48px;
	    -webkit-line-clamp: 2;
	    line-clamp: 2;
	}
	.in-news .word{
		padding:14px;
	}
	.in-news .mtb30 {
	    margin: 10px 0;
	}
}
@media (max-width:1280px) {
	.in-news .content{
		padding:0 64px;
	}
	.in-news .swiper-button-prev,
	.in-news .swiper-button-next{
		width: 36px;
		height: 36px;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.in-news .content{
		padding:0 50px;
	}
	.in-news .swiper-pagination .swiper-pagination-bullet{
		margin:0 4px;
	}
	.in-news .swiper-button-prev,
	.in-news .swiper-button-next{
		width: 28px;
		height: 28px;
	}
	.in-news .swiper-button-prev i,
	.in-news .swiper-button-next i{
		font-size: 16px;
	}
	.in-news .swiper-button-prev:after,
	.in-news .swiper-button-next:after{
		font-size: 12px;
	}
}

.in-contact{
	width: 100%;
	background: url(../images/in-bg1.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-contact .wrap{
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.in-contact .content{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.in-contact .content > div{
	width: 48%;
}
.in-contact .content .left .contactbox li{
   margin-bottom: 10px;
}
.in-contact .content .left .contactbox li:last-child{
	margin-bottom: 0;
}
.in-contact .content .left .contactbox li em{
	margin-right: 10px;
}
.in-contact .content .left .sharebox > div{
	display: flex;
	align-items: center;
}
.in-contact .content .left .sharebox a{
	background: none;
	width: 42px;
    height: 42px;
    border-radius: 50%;
    border:3px #fff solid;
    color: #fff !important;
    padding:0 !important;
    margin:0;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
}
.in-contact .content .left .sharebox a:hover{
	border-color: #2cb5be;
	background: #2cb5be;
	color: #fff;
}
.in-contact .content .right li{
	width: 100%;
	float: left;
	margin-bottom: 14px;
}
.in-contact .content .right li:last-child{
	margin-bottom: 0;
}
.in-contact .content .right input{
	width: 100%;
	background: #fff;
	height: 44px;
	border:none;
	padding:0 15px;
}
.in-contact .content .right textarea{
	width: 100%;
	height: 136px;
	padding:15px;
	resize: none;
	border:none;
	display: block;
}
.in-contact .content .right button{
	width: 140px;
	height: 44px;
	color: #2cb5be;
	float: right;
	background: #fff;
	border:none;
	cursor: pointer;
	line-height: 44px;
}
@media (max-width:1280px) {
}
@media (max-width: 992px) {
	.in-contact .content{
		flex-direction: column;
	}
	.in-contact .content > div{
		width: 100%;
	}
	.in-contact .content .left .sharebox{
		margin-top: 6%;
	}
	.in-contact .content .right{
		margin-top: 6%;
	}
}
@media (max-width: 750px) {
	.in-contact .content .left .contactbox li{
	   margin-bottom: 0;
	}
	.in-contact .content .left .contactbox li em{
		margin-right: 6px;
	}
	.in-contact .content .left .sharebox{
		margin-top: 10px;
		display: none;
	}
	.in-contact .content .left .sharebox a{
		width: 28px;
	    height: 28px;
	    border:2px #fff solid;
	    margin-right: 10px;
	    font-size: 16px;
	}
	.in-contact .content .right li{
		margin-bottom: 10px;
	}
	.in-contact .content .right input{
		padding:0 10px;
		height: 36px;
	}
	.in-contact .content .right textarea{
		padding:10px;
		height: 100px;
	}
	.in-contact .content .right li.mt20{
		margin-top: 0;
	}
	.in-contact .content .right button{
		width: 120px;
		height: 32px;
		line-height: 32px;
	}
}