@charset "utf-8";
.in-banner{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
	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-button-prev,
.in-banner .swiper-button-next{
}
.in-banner .swiper-button-prev{
	left: 3%;
}
.in-banner .swiper-button-next{
	right: 3%;
}
.in-banner .swiper-pagination{
	width: 100%;
	height: 4px;
	bottom: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-banner .swiper-pagination .swiper-pagination-bullet{
	width: 48px;
	height: 4px;
	background: #fff;
	border-radius: 0;
	opacity: .5;
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active{
	opacity: 1;
}

.in-title{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.in-title h1{
	font-weight: bolder;
	line-height: 48px;
}
.in-title h1 span{
	color: #da251c;
}
.in-title h2{
	color: #666;
}

.in-about{
	width: 100%;
	background: url(../images/in-bg3.jpg) #f8fafb no-repeat center bottom;
	background-size: 100%;
	overflow: hidden;
}
.in-about > div{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.in-about .left{
	width: 44%;
}
.in-about .left .title h1{
	line-height: 80px;
	font-family:'Fontsstyle';
}
.in-about .left .title h2{
	line-height: 48px;
	font-weight: bolder;
}
.in-about .left .title h2 span{
	color: #da251c;
}
.in-about .left .more a{
	width: 148px;
	height: 50px;
	background: #da251c;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
}
.in-about .left .more a i{
	margin-left:10px;
}
.in-about .left .more a:hover i{
    -webkit-animation-name: more-keyframe-left;
    animation-name: more-keyframe-left;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.in-about .left .image img{
	width: 100%;
	display: block;
}
.in-about .right{
	width: 48%;
}
.in-about .right .image{
	width: 100%;
	height: calc(100% - 160px);
	overflow: hidden;
}
.in-about .right .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.in-about .right .number{
	height: 100px;
}
.in-about .right .number ul{
	display: flex;
	justify-content: space-between;
}
.in-about .right .number li{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.in-about .right .number h1{
	font-family: 'Fontsstyle';
	line-height: 72px;
}
.in-about .right .number h2{
	color: #666;
}

.in-products{
	width: 100%;
	background: url(../images/in-bg4.jpg) #f8fafb no-repeat center top;
	background-size: 100%;
	overflow: hidden;
}
.in-products .content{
	width: 100%;
	-webkit-transition:all 400ms ease-in-out;
    -moz-transition:all 400ms ease-in-out;
    -o-transition:all 400ms ease-in-out;
    transition:all 400ms ease-in-out;
	overflow: hidden;
}
.in-products .in-type{
	width: 50%;
	float: right;
	background: rgba(0, 0, 0, .6);
}
.in-products .in-type li{
	width:100%;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	position: relative;
}
.in-products .in-type a{
	height: 130px;
	padding-left: 100px;
	padding-right: 3%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	color: rgba(255, 255, 255, .6);
}
.in-products .in-type .word{
	position: relative;
	z-index: 1;
}
.in-products .in-type li .bgR{
	width: 0;
	background: #da251c;
	position: absolute;
	right: 0;
	top:0;
	height: 100%;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.in-products .in-type li .bgR i{
	width: 130px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
}
.in-products .in-type li.on a{
    color: #fff;
}
.in-products .in-type li.on a .bgR,
.in-products .in-type li:hover a .bgR{
	width: calc(100% + 130px);
}

.in-advantage{
	overflow: hidden;
}
.in-advantage ul{
	display: flex;
	justify-content: space-between;
}
.in-advantage li{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.in-advantage .image{
	width: 162px;
	height: 162px;
	border-radius: 50%;
	border:1px #c8c8c8 solid;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-advantage .image i{
	font-size: 64px;
}
.in-advantage .word{
	font-weight: bolder;
}
.in-advantage li:hover .image{
	background: #da251c;
}
.in-advantage li:hover .image i{
	color: #fff;
}

.in-case{
	width: 100%;
	overflow: hidden;
}
.in-case .in-title{
	width: 100%;
	background: url(../images/in-bg2.jpg) no-repeat center bottom;
	background-size: cover;
	overflow: hidden;
}
.in-case .content ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.in-case .content li{
	-webkit-flex: 1 23.5%;
	-moz-flex: 1 23.5%;
	-ms-flex: 1 23.5%;
	flex: 1 23.5%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.in-case .content li:nth-child(4n){
	margin-right: 0;
}
.in-case .content a{
	display: block;
	position: relative;
}
.in-case .content .image img{
	width: 100%;
	display: block;
}
.in-case .content .word{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	background: rgba(218, 37, 28, .9);
	padding:10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-case .content .word .box{
	width: 100%;
	height: 100%;
	border:1px solid rgba(255, 255, 255, .2);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding:30px;
}
.in-case .content .word .box .more i{
	width: 44px;
	height: 44px;
	border:2px #fff solid;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.in-case .content a:hover .word{
	opacity: 1;
	visibility: visible;
}
.in-case .content a:hover .word .box .more i{
	transform: rotate(90deg);
}
.in-case .more a{
	width: 188px;
	height: 50px;
	border:1px #eee solid;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0 auto;
}
.in-case .more a i{
	margin-left:10px;
}
.in-case .more a:hover{
	background: #da251c;
	border-color: #da251c;
	color:#fff;
}
.in-case .more a:hover i{
    -webkit-animation-name: more-keyframe-left;
    animation-name: more-keyframe-left;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.in-news{
	width: 100%;
	background: url(../images/in-bg1.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.in-news .content li{
	padding:3px;
	overflow: hidden;
}
.in-news .content a{
	display: block;
	border:1px #e5e5e5 solid;
	background: #fff;
}
.in-news .content a:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.in-news .content .image{
	width: 100%;
	overflow: hidden;
}
.in-news .content .image img{
	width: 100%;
	display: block;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.in-news .content a:hover .image img{
	transform: scale(1.06);
}
.in-news .content .word{
	padding:0 18px;
	overflow: hidden;
}
.in-news .content .word .title{
	font-size: 16px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin:20px 0 0 0;
}
.in-news .content .word .summary{
	margin-top: 15px;
	font-size: 14px;
	display: block;
	height: 54px;
	color: #999;
	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 .content .word .more{
	padding:15px 0;
	overflow: hidden;
	border-top: 1px #eee solid;
	margin-top: 20px;
}
.in-news .swiper-control{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.in-news .swiper-control .swiper-button-prev,
.in-news .swiper-control .swiper-button-next{
	width: 48px;
	height: 48px;
	border:1px #e5e5e5 solid;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: static;
	margin:0;
	padding:0;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-news .swiper-control .swiper-button-prev:after,
.in-news .swiper-control .swiper-button-next:after{
	font-size: 18px;
	color: #e5e5e5;
}
.in-news .swiper-control .swiper-button-prev:hover,
.in-news .swiper-control .swiper-button-next:hover{
	background: #da251c;
	border-color: #da251c;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
.in-news .swiper-control .swiper-button-prev:hover:after,
.in-news .swiper-control .swiper-button-next:hover:after{
	color: #fff;
}
.in-news .swiper-control .swiper-more{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 48px;
	background: #fff;
	border:1px #e5e5e5 solid;
	border-radius: 24px;
	margin:0 20px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-news .swiper-control .swiper-more:hover{
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
.in-news .swiper-control .swiper-more i{
	width: 44px;
	height: 44px;
	background: #f8f8f8;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.in-news .swiper-control .swiper-more span{
	padding:0 30px 0 20px;
}
.in-news .swiper-control .swiper-more:hover{
	background: #da251c;
	border-color: #da251c;
	color: #fff;
}
.in-news .swiper-control .swiper-more:hover i{
	color: #da251c;
}

.in-menu{
	overflow: hidden;
}
.in-menu .title{
	text-align: center;
	line-height: 36px;
}
.in-menu .content ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.in-menu .content li{
}
.in-menu .content li.line{
	width: 1px;
	height: 50px;
	background: #eee;
}
.in-menu .content a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.in-menu .content li:last-child a{
	justify-content: flex-end;
}
.in-menu .content .left{
	margin-right: 20px;
}
.in-menu .content .left i{
	font-size: 60px;
	color: #828282;
	line-height: 60px;
}
.in-menu .content .right h1{
	font-size: 18px;
}
.in-menu .content .right h2{
	font-size: 14px;
	color: #888;
}
.in-menu .content .right h2 i{
	font-size: 12px;
}