@charset "utf-8";

/*轮播*/

.in-banner{

	height: 656px;

	position: relative;

	z-index: 1;

	overflow: hidden;

}

.in-banner a{

	display: block;

	width: 100%;

	height: 656px;

}

.in-banner a img{

	width: 100%;

	height: 100%;

	display: block;

	object-fit: cover;

	object-position: left top;

}

.in-banner .swiper-button-prev,

.in-banner .swiper-button-next{

	width: 36px;

	height: 36px;

	top:auto;

	bottom: 0;

	opacity: 1;

}

.in-banner .swiper-button-prev{

	left:auto;

	right: 36px;

}

.in-banner .swiper-button-next{

	right: 0;

}

.in-banner .swiper-button-prev{

	background: #dfdedc;

}

.in-banner .swiper-button-prev:after{

	color: #2e2e2e;

	font-size: 18px;

	font-weight: bolder;

}

.in-banner .swiper-button-next{

	background: #4a4849;

}

.in-banner .swiper-button-next:after{

	color: #fff;

	font-size: 18px;

	font-weight: bolder;

}

@media (max-width: 1280px) {

	.in-banner,

	.in-banner a{

		height: auto;

	}

}

@media (max-width: 992px) {}

@media (max-width: 750px) {

	.in-banner .swiper-button-prev:after{

		font-size: 14px;

	}

}



/*产品分类*/

.in-type{

	margin-top: -150px;

	position: relative;

	z-index: 2;

	box-sizing: border-box;

	overflow: hidden;

}

.in-type ul{

	display: flex;

	justify-content: center;

	align-items: center;

}

.in-type li{

	margin:0 80px;

}

.in-type li:nth-child(n+4){

	display: none;

}

.in-type a{

	display: flex;

	align-items: stretch;

	position: relative;

}

.in-type .image{

	width: 195px;

    overflow: hidden;

}

.in-type .image img{

	width: 100%;

	display: block;

}

.in-type .word{

	width: 100%;

	height: 46px;

	display: flex;

	align-items: center;

	justify-content: center;

	position: absolute;

	right: 0;

	bottom:0;

	font-weight: bold;

	text-transform: uppercase;

	background: rgba(239, 49, 48, 0.8);

	color: #fff;

	padding:0 10px;

	box-sizing: border-box;

}

.in-type .word .text{

	width: calc(100% - 30px);

	text-align: center;

}

.in-type .word .arrow{

	width: 28px;

	height: 28px;

	line-height: 28px;

	text-align: center;

	background: #ef3130;

	border:1px #fff solid;

}

@media (max-width: 1280px) {

	

}

@media (max-width: 992px) {

	.in-type .word .text{

		width: calc(100% - 26px);

	}

	.in-type .word .arrow{

		width: 24px;

		height: 24px;

		line-height: 24px;

	}
	.in-type{

		margin-top: -8%;

	}

	.in-type ul{

		padding:0 2%;

	}

	.in-type li{

		width: 32%;

		margin:0;

		margin-right: 2%;

	}

	.in-type li:nth-child(3n){

		margin-right: 0;

	}

	.in-type .image{

		width: 100%;

	}

}

@media (max-width: 750px) {

	.in-type{

		margin-top: 4%;

	}

	.in-type ul{

		padding:0;

		display: block;

	}

	.in-type li{

		width: 49%;

		margin-top: 2%;

		margin-right: 0;

		float: left;

	}

	.in-type li:nth-child(2n){

		float: right;

	}

	.in-type li:nth-child(4){

		display: block;

	}

}



/*产品列表*/

.in-products{

	margin-top: 60px;

	overflow: hidden;

}

.in-products .t{

	width: 100%;

	height: 50px;

	line-height: 50px;

	margin-top: 5px;

	background: #00468c;

	color: #fff;

	font-size: 24px;

	font-weight: bolder;

	text-align: center;

}

.in-products li{

	width: 570px;

	float: left;

	margin-top: 50px;

	background: -moz-linear-gradient(left, #032e87 0%, #a5a5a6 100%);

    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#032e87), color-stop(100%,#a5a5a6));

    background: -webkit-linear-gradient(top, #032e87 0%,#a5a5a6 100%);

    background: -o-linear-gradient(left, #032e87 0%,#a5a5a6 100%);

    background: -ms-linear-gradient(left, #032e87 0%,#a5a5a6 100%);

    background: linear-gradient(to right, #032e87 0%,#a5a5a6 100%);

	overflow: hidden;

}

.in-products li:nth-child(2n){

	float: right;

}

.in-products a{

	display: flex;

}

.in-products .image{

	width: 178px;

	height: 178px;

    overflow: hidden;
    display: flex;  align-items: center; justify-content: center;

}

.in-products .image img{

	max-width: 90%;max-height: 90%;vertical-align: middle;

}

.in-products .word{

	width: auto;

	width: calc(100% - 178px);

	padding:20px;

	box-sizing: border-box;

	color: #fff;

	display: flex;

	flex-direction: column;

	justify-content: center;

	color: #fff;

}

.in-products .word .title{

	font-size: 24px;

	font-weight: bolder;

	margin:0 0 10px 0;

}

.in-products .word .summary{

    font-weight:bold;

    overflow: hidden;

}

@media (max-width: 1280px) {

	.in-products{

		margin-top: 6%;

	}

	.in-products .t{

		font-size: 18px;

	}

	.in-products li{

		width: 49%;

		margin-top: 2%;

	}

	.in-products .word{

		padding:10px;

	}

	.in-products .word .title{

		font-size: 18px;

	}

}

@media (max-width: 992px) {

	.in-products .t{

		height: 40px;

		line-height: 40px;

		font-size: 16px;

	}

	.in-products .image{

		width: 128px;

		height: 128px;

	}

	.in-products .word{

		width: calc(100% - 128px);

	}

	.in-products .word .title{

		font-size: 16px;

	}

}

@media (max-width: 750px) {

	.in-products li{

		width: 100%;

	}

}



.in-line{

	width: 100%;

	height: 20px;

	margin-top: 60px;

	background: #00468c;

}

@media (max-width: 1280px) {

	.in-line{

		margin-top: 6%;

	}

}

@media (max-width: 992px) {}

@media (max-width: 750px) {}



.in-main{

	display: flex;

	align-items: stretch;

	justify-content: space-between;

	margin-top: 60px;

	overflow: hidden;

}

.in-main .main-left{

	width: 549px;

	padding-right: 50px;

	border-right: 1px #a6a6a6 solid;

	overflow: hidden;

}

.in-main .main-left .title{

	text-transform: uppercase;

	font-weight: bolder;

	font-size: 24px;

}

.in-main .main-left .word{

	margin:10px 0;

}

.in-main .main-left .image img{

	max-width: 100%;

	display: block;

}

.in-main .main-right{

	width: 549px;

	padding-left: 50px;

	border-left: 1px #a6a6a6 solid;

	overflow: hidden;

}

.in-main .main-right li{

	width: 100%;

	float: left;

	margin-top: 50px;

}

.in-main .main-right li:first-child{

	margin-top: 0;

}

.in-main .main-right li .title{

	font-size: 24px;

	text-transform: uppercase;

	font-weight: bolder;

}

.in-main .main-right li .content{

	margin-top: 10px;

}

.in-main .main-right li .content img{

	max-width: 100%;

	display: block;

}

@media (max-width: 1280px) {

	.in-main .main-left{

		width: 46%;

		padding-right: 4%;

	}

	.in-main .main-right{

		width: 46%;

		padding-left: 4%;

	}

}

@media (max-width: 992px) {

	.in-main{

		flex-direction: column;

	}

	.in-main .main-left{

		width: 100%;

		padding-right: 0;

		padding-bottom: 5%;

		margin-bottom: 5%;

		border-bottom: 1px #a6a6a6 solid;

	}

	.in-main .main-right{

		width: 100%;

		padding-left: 0;

		border-left: none;

	}

}

@media (max-width: 750px) {}