@charset "utf-8";
/*轮播*/
.in-banner{
	width: 100%;
	height: calc(100% - 80px);
	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{
	width: 20px;
	height: 40px;
}
.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) {
	.in-banner{
		height: calc(100% - 80px);
	}
}
@media (max-width: 992px) {
	.in-banner{
		height: calc(100% - 70px);
	}
}
@media (max-width: 750px) {
	.in-banner{
		height: calc(100% - 54px);
	}
	.in-banner .swiper-button-prev,
	.in-banner .swiper-button-next{
		width: 12px;
		height: 24px;
	}
	.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-title{
	width: 100%;
	line-height: 36px;
	text-align: center;
	font-weight: bolder;
	overflow:hidden;
}
.in-title span{
	color: #da251c;
}
@media (max-width:1600px) {
    .in-title{
    	font-size: 32px;
    	line-height: 32px;
    }
}
@media (max-width:1280px) {
}
@media (max-width:992px) {
	.in-title{
		font-size: 28px;
	}
}
@media (max-width:750px) {
	.in-title{
		font-size: 24px;
	}
}

@keyframes more-keyframe-left {
    0%, to {
        transform: translateX(0);
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(0);
    }
}

.in-advantage{
	overflow: hidden;
}
.in-advantage ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.in-advantage li{
	width: 20%;
	float: left;
}
.in-advantage li.line{
	width: 1px;
	background: #eee;
}
.in-advantage .title{
	display: flex;
}
.in-advantage .title i{
	font-size: 32px;
	margin-right: 10px;
}
@media (max-width:1280px) {
	.in-advantage li{
		width: 48.5%;
		border:1px #eee solid;
		padding:3%;
	}
	.in-advantage li.line{
		display: none;
	}
	.in-advantage li:nth-child(5),
	.in-advantage li:nth-child(7){
		margin-top: 3%;
	}
	.in-advantage li .mt20{
		margin-top: 14px;
	}
}
@media (max-width:992px) {
	.in-advantage li{
		width: 100%;
	}
	.in-advantage li:nth-child(3){
		margin-top: 3%;
	}
}
@media (max-width:750px) {
}

.in-products{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.in-products .bg{
	width: 90%;
	background: #f3f3f3;
	position: absolute;
	left: 0;
	top:0;
	height: 100%;
}
.in-products .box1{
	width: 90%;
	position: relative;
	z-index: 1;
	margin-left: 10%;
	overflow: hidden;
}
.in-products .box1 .left{
	width: 42%;
	background: #fff;
	padding:60px;
	position: absolute;
	z-index: 2;
	top:50%;
	transform: translateY(-50%);
}
.in-products .box1 .left .in-title{
	text-align: left;
	padding-top: 24px;
	position: relative;
}
.in-products .box1 .left .in-title:before{
	content: "";
	width: 100px;
	background: #da251c;
	height: 2px;
	position: absolute;
	top:0;
	left: 0;
}
.in-products .box1 .left .button{

}
.in-products .box1 .left .button .swiper-button-prev,
.in-products .box1 .left .button .swiper-button-next{
    width: 40px;
    height: 40px;
    position: static;
    float: left;
    color: #fff;
    display: flex;
    margin:0;
    align-items: center;
    justify-content: center;
}
.in-products .box1 .left .button .swiper-button-prev{
	background: #da251c;
}
.in-products .box1 .left .button .swiper-button-next{
	background: #111111;
	margin-left: 10px;
}
.in-products .box1 .left .button .swiper-button-prev:after,
.in-products .box1 .left .button .swiper-button-next:after{
	font-size: 20px;
}
.in-products .box1 .right{
	width: 68%;
	position: relative;
	z-index: 1;
}
.in-products .box1 .right img{
	width: 100%;
	display: block;
}
.in-products .box1 .right .swiper-pagination{
	height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom:30px;
}
.in-products .box1 .right .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #da251c;
}
.in-products .box2{
	position: relative;
	z-index: 1;
	display: flex;
}
.in-products .box2 .swiper-container{
    width: calc(100% - 100px);
}
.in-products .box2 a{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden;
}
.in-products .box2 a .box{
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left: 0;
}
.in-products .box2 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.in-products .box2 .button{
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
}
.in-products .box2 .button .swiper-button-prev,
.in-products .box2 .button .swiper-button-next{
    width: 32px;
    height: 32px;
    border:1px #000 solid;
    border-radius: 50%;
    position: static;
    float: left;
    display: flex;
    margin:0;
    align-items: center;
    justify-content: center;
}
.in-products .box2 .button .swiper-button-next{
	margin-top: 10px;
}
.in-products .box2 .button .swiper-button-prev:after,
.in-products .box2 .button .swiper-button-next:after{
	font-size: 16px;
	color: #000;
}
.in-products .box2 .button .swiper-button-prev:hover,
.in-products .box2 .button .swiper-button-next:hover{
    background: #da251c;
    border-color: #da251c;
}
.in-products .box2 .button .swiper-button-prev:hover:after,
.in-products .box2 .button .swiper-button-next:hover:after{
    color: #fff;
}
@media (max-width: 1600px){
	.in-products .bg{
		width: 97%;
	}
	.in-products .box1{
		width: 97%;
		margin-left: 3%;
	}
}
@media (max-width:1280px) {
	.in-products .bg{
		width: 100%;
	}
	.in-products .box1{
		width: 94%;
		margin-left: 0;
		margin:0 auto;
		display: flex;
		flex-direction: column-reverse;
	}
	.in-products .box1 .left{
		width: 100%;
		position: static;
		transform: none;
		padding:6%;
	}
	.in-products .box1 .right{
		width: 100%;
	}
	.in-products .box2{
		flex-direction: column;
	}
	.in-products .box2 .swiper-container{
	    width: 100%;
	}
	.in-products .box2 .button{
		width: 100%;
		flex-direction: row;
		justify-content: center;
		margin-top: 4%;
	}
	.in-products .box2 .button .swiper-button-next{
		margin-top: 0;
		margin-left: 10px;
	}
}
@media (max-width:992px) {
	.in-products .box1 .left .button .swiper-button-prev,
	.in-products .box1 .left .button .swiper-button-next{
	    width: 32px;
	    height: 32px;
	}
	.in-products .box1 .left .button .swiper-button-prev:after,
	.in-products .box1 .left .button .swiper-button-next:after{
		font-size: 16px;
	}
}
@media (max-width:750px) {
	.in-products .box1 .left .in-title{
		padding-top: 14px;
	}
	.in-products .box1 .left .in-title:before{
		width: 60px;
	}
	.in-products .box1 .right .swiper-pagination{
		height: 8px;
		bottom:10px;
	}
	.in-products .box1 .right .swiper-pagination .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.in-products .box2 .button .swiper-button-prev,
	.in-products .box2 .button .swiper-button-next{
	    width: 28px;
	    height: 28px;
	}
	.in-products .box2 .button .swiper-button-prev:after,
	.in-products .box2 .button .swiper-button-next:after{
		font-size: 12px;
	}
}

.in-number{
	width: 100%;
	background: url(../images/in-bg1.jpg) no-repeat center bottom;
	height: 739px;
	background-size:cover;
	overflow:hidden;
}
.in-number ul{
	height: 100%;
}
.in-number li{
	width: 25%;
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, .3);
	float: left;
	padding:100px 50px;
	display: flex;
	align-items: flex-end;
	position: relative;
}
.in-number li:last-child{
	padding:0;
}
.in-number .word{
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
.in-number .word .l{
	font-weight: bolder;
	margin-right: 10px;
}
.in-number .bg{
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(218,27, 28, 0) 0%, #da251c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,27, 28, .1)), color-stop(100%,#da251c));
    background: -webkit-linear-gradient(top, rgba(218,27, 28, 0) 0%,#da251c 100%);
    background: -o-linear-gradient(top, rgba(218,27, 28, 0) 0%,#da251c 100%);
    background: -ms-linear-gradient(top, rgba(218,27, 28, 0) 0%,#da251c 100%);
    background: linear-gradient(to bottom, rgba(218,27, 28, 0) 0%,#da251c 100%);
    -webkit-transition:all 600ms linear;
    -moz-transition:all 600ms linear;
    -o-transition:all 600ms linear;
    transition:all 600ms linear;
}
.in-number li:hover .bg{
	height: 100%;
}
.in-number .form{
	width: 100%;
	background: #fff;
	padding:30px;
	overflow: hidden;
}
.in-number .form .title{
	font-weight: bolder;
}
.in-number .form .box input,
.in-number .form .box button{
	width: 100%;
	height: 44px;
	border:none;
	margin-top: 10px;
	padding:0 10px;
}
.in-number .form .box input{
	border:2px #eee solid;
}
.in-number .form .box button{
	background: #da251c;
	color: #fff;
	cursor: pointer;
}
@media (max-width:1280px) {
	.in-number{
		height: auto;
	}
	.in-number li:last-child{
		padding:8% 0;
	}
	.in-number li{
		width: 100%;
		border-left: none;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		padding:8% 0;
		align-items: center;
		justify-content: center;
	}
	.in-number .bg{
		display: none;
	}
	.in-number .form{
		padding:3%;
	}
}
@media (max-width:992px) {
}
@media (max-width:750px) {
}

.in-about{
	width: 100%;
	overflow: hidden;
}
.in-about .box1{
    position: relative;
    z-index: 1;
}
.in-about .box1 .content{
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	padding:60px;
	border-radius: 16px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	overflow:hidden;
	position: relative;
}
.in-about .box1 .content:after{
	content: "";
	width: 0;
	height: 0;
	border-bottom: 160px solid #f9c108;
    border-left: 160px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}
.in-about .box1 .content .left,
.in-about .box1 .content .right{
	width: 47%;
	position: relative;
	z-index: 1;
}
.in-about .box1 .content .left .title{
	font-weight: bolder;
	color: #da251c;
}
.in-about .box1 .content .left .word{
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9; /* 这里是超出几行省略 */
    overflow: hidden;
}
.in-about .box1 .content .left .more a{
	width: 148px;
	height: 48px;
	border:1px #da251c solid;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #da251c;
}
.in-about .box1 .content .left .more a i{
	margin-left: 10px;
}
.in-about .box1 .content .left .more a:hover{
	background: #da251c;
	color: #fff;
}
.in-about .box1 .content .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 .box1 .content .right img,
.in-about .box1 .content .right video{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.in-about .box2{
    width: 100%;
    background: url(../images/in-bg2.jpg) no-repeat center;
    background-size: cover;
    margin-top: -120px;
    padding:220px 0 100px 0;
}
.in-about .box2 .mainbox{
    position: relative;
}
.in-about .box2 .mainbox .bg{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	top:50%;
	transform: translateY(-50%);
	background: #444444;
}
.in-about .box2 li{
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-about .box2 img{
	width: 100%;
	display: block;
}
.in-about .box2 .swiper-button-prev,
.in-about .box2 .swiper-button-next{
	width: 50px;
	height: 50px;
	background: #da251c;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -25px;
}
.in-about .box2 .swiper-button-prev{
	left:0;
}
.in-about .box2 .swiper-button-next{
	right: 0;
}
.in-about .box2 .swiper-button-prev:after,
.in-about .box2 .swiper-button-next:after{
	color: #fff;
	font-size: 24px;
}
@media (max-width:1280px) {
	.in-about .box1 .content{
		padding:6%;
	}
	.in-about .box1 .content:after{
		border-bottom: 80px solid #f9c108;
	    border-left: 80px solid transparent;
	}
	.in-about .box1 .content .left .title{
		font-size: 24px;
	}
	.in-about .box1 .content .left .more a{
		width: 128px;
		height: 44px;
	}
	.in-about .box2{
	    margin-top: -8%;
	    padding:16% 0 8% 0;
	}
}
@media (max-width:992px) {
	.in-about .box1 .content{
		flex-direction: column-reverse;
	}
	.in-about .box1 .content .left,
	.in-about .box1 .content .right{
		width: 100%;
	}
	.in-about .box1 .content .left{
		margin-top: 4%;
	}
	.in-about .box1 .content .left .title{
		font-size: 20px;
	}
}
@media (max-width:750px) {
	.in-about .box1 .content .left .more a{
		height: 40px;
	}
	.in-about .box2 .swiper-button-prev,
	.in-about .box2 .swiper-button-next{
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.in-about .box2 .swiper-button-prev:after,
	.in-about .box2 .swiper-button-next:after{
		font-size: 16px;
	}
}

.in-news{
	overflow:hidden;
}
.in-news .content{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	overflow:hidden;
}
.in-news .content .left{
    width: 44%;
    border:1px #dddddd solid;
}
.in-news .content .left a{
	width: 100%;
	height: 100%;
    display: block;
    position: relative;
}
.in-news .content .left img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.in-news .content .left .word{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    padding:20px;
}
.in-news .content .left .word h1{
	font-size: 16px;
}
.in-news .content .left .word h2{
	font-size: 14px;
}
.in-news .content .left .word h1,
.in-news .content .left .word h2{
	/*超出部分隐藏*/
    overflow: hidden;
    /*强制在一行*/
    white-space: nowrap;
    /*文本超出部分省略*/
    text-overflow: ellipsis;
}
.in-news .content .right{
	width: 52%;
}
.in-news .content .right li{
	width: 100%;
	float: left;
	border-bottom: 2px #eeeeee solid;
}
.in-news .content .right a{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.in-news .content .right .date{
	width: 46px;
	text-align: center;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.in-news .content .right .date .d{
	width: 100%;
	text-align: center;
}
.in-news .content .right .date .y{
	line-height: 18px;
	margin-top:4px;
	color: #888;
}
.in-news .content .right .word{
	width: calc(100% - 66px);
}
.in-news .content .right .word .t{
	font-size: 16px;
	font-weight: bolder;
	/*超出部分隐藏*/
    overflow: hidden;
    /*强制在一行*/
    white-space: nowrap;
    /*文本超出部分省略*/
    text-overflow: ellipsis;
}
.in-news .content .right .word .s{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}
.in-news .more a{
	width: 180px;
	height: 50px;
	background: #da251c;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin:0 auto;
}
.in-news .more a i{
	display: block;
	margin-left: 10px;
}
.in-news .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;
}
@media (max-width:1600px) {
    .in-news .more a{
    	width: 148px;
    	height: 44px;
    }
    .in-news .content .right .date .d{
    	font-size: 28px;
    }
}
@media (max-width:1280px) {
	.in-news .content .left,
	.in-news .content .right{
		width: 48%;
	}
	.in-news .content .right li{
		padding:14px 0;
	}
}
@media (max-width:992px) {
	.in-news .content{
		flex-direction: column;
	}
	.in-news .content .left,
	.in-news .content .right{
		width: 100%;
	}
}
@media (max-width:750px) {
}