@charset "utf-8";
/*轮播*/
.pc-banner{
	width: 100%;
	height: calc(100% - 80px);
	position: relative;
	overflow: hidden;
}
.pc-banner .swiper-container{
	width: 100%;
	height: 100%;
	display: block;
}
.pc-banner .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.pc-banner .swiper-slide .v_con{
	width: 50%;
	top: 14%;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	overflow: hidden;
}
.pc-banner .swiper-slide .v_con .v_text1 {
	width: 100%;
    font-size: 60px;
    font-family: 'Helvetica-Roman-SemiB';
    font-style: italic;
    text-transform: uppercase;
}
.pc-banner .swiper-slide .v_con .v_text2 {
	width: 100%;
    margin:15px 0 25px 0;
    font-style: italic;
    text-transform: uppercase;
}
.pc-banner .v_con .v_text3 {
    display: inline-block;
    border: 1px solid #e6212a;
    border-radius: 22px;
    color: #e6212a;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}
.pc-banner .v_con .v_text3 a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:10px 24px;
	color: #e6212a;
}
.pc-banner .v_con .v_text3 a:after {
    content: "";
    display: inline-block;
    width: 0%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: #e6212a;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 23px;
}
.pc-banner  .v_con .v_text3 a:hover{
	color: #fff;
}
.pc-banner  .v_con .v_text3 a:hover:after { 
	width: 100%; 
}
.pc-banner .v_con .v_text3 span {
    margin-right: 10px;
}
.pc-banner .v_con .v_text3 em {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: #e6212a;
    color: #fff;
    border-radius: 50%;
    transition: all .5s;
}
.pc-banner .v_con .v_text3 a:hover em{
	background: #fff;
	color: #e6212a;
}
.pc-banner .swiper-button-prev{
	left:3%;
	background: rgba(0, 0, 0, .2);
}
.pc-banner .swiper-button-next{
	right:3%;
	background: rgba(0, 0, 0, .2);
}
.pc-banner .swiper-button-prev:after,
.pc-banner .swiper-button-next:after{
	font-size: 1.375rem;
	color: #fff;
}
.pc-banner .swiper-pagination{
	bottom: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pc-banner .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin:0 6px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	position: relative;
}
.pc-banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #e6212a;
}
@media (max-width: 1480px){
	.pc-banner .swiper-slide .v_con .v_text1{
		font-size: 48px;
	}
}
@media (max-width: 1280px) {
	.pc-banner{
		display: none;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.pc-banner .swiper-pagination{
		bottom: 14px;
	}
	.pc-banner .swiper-pagination .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		margin:0 3px;
	}
}

.mb-banner{
	width: 100%;
	height: calc(100% - 60px);
	position: relative;
	overflow: hidden;
	display: none;
}
.mb-banner .swiper-container{
	width: 100%;
	height: 100%;
	display: block;
}
.mb-banner .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.mb-banner .swiper-slide .v_con{
	width: 94%;
	top: 14%;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	overflow: hidden;
}
.mb-banner .swiper-slide .v_con .v_text1 {
	width: 100%;
    font-size: 36px;
    font-family: 'Helvetica-Roman-SemiB';
    font-style: italic;
    text-transform: uppercase;
}
.mb-banner .swiper-slide .v_con .v_text2 {
	width: 100%;
    margin:15px 0 25px 0;
    font-style: italic;
    text-transform: uppercase;
}
.mb-banner .v_con .v_text3 {
    display: inline-block;
    border: 1px solid #e6212a;
    border-radius: 22px;
    color: #e6212a;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}
.mb-banner .v_con .v_text3 a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:10px 24px;
	color: #e6212a;
}
.mb-banner .v_con .v_text3 a:after {
    content: "";
    display: inline-block;
    width: 0%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: #e6212a;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 23px;
}
.mb-banner  .v_con .v_text3 a:hover{
	color: #fff;
}
.mb-banner  .v_con .v_text3 a:hover:after { 
	width: 100%; 
}
.mb-banner .v_con .v_text3 span {
    margin-right: 10px;
}
.mb-banner .v_con .v_text3 em {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: #e6212a;
    color: #fff;
    border-radius: 50%;
    transition: all .5s;
}
.mb-banner .v_con .v_text3 a:hover em{
	background: #fff;
	color: #e6212a;
}
.mb-banner .swiper-button-prev{
	left:3%;
	background: rgba(0, 0, 0, .2);
}
.mb-banner .swiper-button-next{
	right:3%;
	background: rgba(0, 0, 0, .2);
}
.mb-banner .swiper-button-prev:after,
.mb-banner .swiper-button-next:after{
	font-size: 1.375rem;
	color: #fff;
}
.mb-banner .swiper-pagination{
	bottom: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mb-banner .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin:0 6px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	position: relative;
}
.mb-banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #e6212a;
}
@media (max-width: 1280px) {
	.mb-banner{
		display: block;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.mb-banner{
		height: calc(100% - 50px);
	}
	.mb-banner .swiper-slide .v_con .v_text1{
		font-size: 28px;
	}
	.mb-banner .v_con .v_text3 a{
		padding:6px 12px;
	}
	.mb-banner .swiper-pagination{
		bottom: 14px;
	}
	.mb-banner .swiper-pagination .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		margin:0 3px;
	}
}

.in-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.in-title h1{
	font-size: 14px;
}
.in-title h2{
	font-family: 'Helvetica-Black-SemiBold';
	color: #e6212a;
	font-size: 54px;
	margin-top: 10px;
}
.in-more {
    border: 1px solid #e6212a;
    border-radius: 22px;
    color: #e6212a;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}
.in-more a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:10px 24px;
	color: #e6212a;
	position: relative;
}
.in-more a:after {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: #e6212a;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 23px;
}
.in-more a:hover{
	color: #fff;
}
.in-more a:hover:after { 
	width: 100%; 
}
.in-more span {
    margin-right: 10px;
}
.in-more em {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: #e6212a;
    color: #fff;
    border-radius: 50%;
    transition: all .5s;
}
.in-more a:hover em{
	background: #fff;
	color: #e6212a;
}
@media (max-width: 1280px) {
    .in-title h2{
    	font-size: 48px;
    }
}
@media (max-width: 992px){
    .in-title h2{
    	font-size: 36px;
    }
}
@media (max-width: 750px){
    .in-title h2{
    	font-size: 24px;
    }
    .in-more a{
    	padding:6px 12px;
    }
}

.in-products{
	width: 100%;
	overflow: hidden;
}
.in-products ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.in-products li{
	width: calc(50% - 5px);
	background: linear-gradient(to right, #e6e6e6 , #f9f9f9);
	margin-top: 10px;
	padding:50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}
.in-products .textbox .box1{
	font-family: 'Helvetica-Roman-SemiB';
	font-size: 48px;
}
.in-products .textbox .box2{
	margin:20px 0 30px 0;
}
.in-products .textbox .box3{
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-products .textbox .box3 a{
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px #222 solid;
	border-radius: 16px;
	padding:8px 16px;
	font-size: 14px;
}
.in-products li:hover .textbox .box3 a{
	border-color: #e6212a;
	color: #fff;
	background: #e6212a;
}
.in-products .imagebox{
	width: 100%;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.in-products .imagebox a{
	display: block;
}
.in-products .imagebox img{
	max-width: 100%;
	display: block;
	-webkit-transition:all 300ms linear;
    -moz-transition:all 300ms linear;
    -o-transition:all 300ms linear;
    transition:all 300ms linear;
}
.in-products li:hover .imagebox img{
	transform: scale(1.06);
}
@media (max-width: 1280px) {
	.in-products li{
		padding:5%;
	}
    .in-products .textbox .box1{
		font-size: 36px;
	}
	.in-products .textbox .box2 {
	    margin: 10px 0 20px 0;
	}
	.in-products .imagebox img{
		width: 240px;
	}
}
@media (max-width: 992px){
    .in-products .textbox .box1{
		font-size: 28px;
	}
}
@media (max-width: 750px){
	.in-products li{
		width: 100%;
	}
    .in-products .textbox .box1{
		font-size: 24px;
	}
	.in-products .textbox .box2 {
	    margin: 10px 0 14px 0;
	}
	.in-products .textbox .box3 a {
	    padding: 6px 12px;
	}
}

.in-about{
	margin-top: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}
.in-about .content{
	text-align: center;
	line-height: 1.5;
	padding:40px 0;
}
@media (max-width: 1280px) {
    .in-about{
    	margin-top: 10%;
    }
    .in-about .content{
    	padding:4% 0;
    }
}
@media (max-width: 992px){

}
@media (max-width: 750px){

}

.in-number{
	width: 100%;
	margin-top: 60px;
	position: relative;
	overflow: hidden;
}
.in-number > img{
	width: 100%;
	display: block;
}
.in-number > ul{
	padding-top: 120px;
	color: #fff;
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.in-number > ul > li > .text1{
	font-family: "Helvetica-Black-SemiBold";
	font-size: 60px;
}
@media (max-width: 1280px) {
    .in-number{
    	margin-top: 6%;
    }
    .in-number > img{
    	position: absolute;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    	object-position: center bottom;
    }
    .in-number > ul{
    	padding:10% 0 30% 0;
    	position: static;
    	transform: translateX(0);
    }
    .in-number > ul > li > .text1{
    	font-size: 48px;
    }
}
@media (max-width: 992px){
    .in-number > ul > li > .text1{
    	font-size: 36px;
    }
}
@media (max-width: 750px){
	.in-number > ul{
		flex-wrap: wrap;
	}
	.in-number > ul > li{
		width: 50%;
		margin: 4% 0;
	}
    .in-number > ul > li > .text1{
    	font-size: 24px;
    }
}

.in-choose{
	width: 100%;
	padding:100px 0;
	background: #f1f1f3;
	overflow: hidden;
}
.in-choose ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.in-choose li{
	width: 32%;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	padding:50px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.in-choose li > div{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-choose img{
	max-width: 100%;
	display: block;
}
.in-choose .box2{
	color: #e6212a;
	font-family: "Helvetica-Black";
	margin-top: 10px;
}
.in-choose .box3{
	margin:20px 0;
}
.in-choose .box4{
	line-height:1.5;
}
@media (max-width: 1280px) {
    .in-choose{
    	padding:10% 0;
    }
    .in-choose li{
    	padding:3%;
    }
    .in-choose .box1 img{
    	width: 60px;
    }
    .in-choose .box2{
    	margin-top: 4px;
    }
    .in-choose .box3{
    	margin:10px 0;
    }
}
@media (max-width: 992px){
    .in-choose ul{
       flex-wrap: wrap;
    }
    
}
@media (max-width: 750px){
    .in-choose li{
    	width: 100%;
    	margin-top: 10px;
    	padding:5%;
    }
    .in-choose li:first-child{
    	margin-top: 0;
    }
}

.in-news{
	margin-top: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
}
.in-news .content{
	width: 100%;
	margin: 70px 0;
	display: flex;
}
.in-news .content .image{
	width: 55%;
}
.in-news .content .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.in-news .content .list{
	width: 50%;
	margin-left: -60px;
}
.in-news .content .list li{
	padding:40px 0;
	padding-left: 140px;
	padding-right: 80px;
}
.in-news .content .list li:nth-child(2){
	background: #f1f1f3;
}
.in-news .content .list a{
	display: block;
}
.in-news .content .list .title{
	font-size: 24px;
	font-family: 'Helvetica';
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}
.in-news .content .list .scontent{
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    margin-top: 10px;
}
@media (max-width: 1280px) {
    .in-news{
    	margin-top: 10%;
    }
    .in-news .content{
    	margin: 7% 0;
    }
    .in-news .content .image{
    	width: 50%;
    }
    .in-news .content .list{
    	margin-left: 0;
    }
    .in-news .content .list li{
    	padding:4% 30px;
    }
    .in-news .content .list .title{
    	font-size: 18px;
    }
}
@media (max-width: 992px){

}
@media (max-width: 750px){
    .in-news .content{
    	flex-direction: column;
    }
    .in-news .content .image,
    .in-news .content .list{
    	width: 100%;
    }
    .in-news .content .list li{
    	padding:4% 20px;
    	border-bottom: 1px #e6e6e6 solid;
    }
    .in-news .content .list .title{
    	font-size: 16px;
    }
}