@charset "utf-8";
/*轮播*/
.in-banner{
	width: 100%;
	height: 100vh;
    max-height: 900px;
	position: relative;
	overflow: hidden;
}
.in-banner .swiper-container,
.in-banner .swiper-slide a{
	width: 100%;
	height: 100%;
	display: block;
}
.in-banner .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.in-banner .swiper-slide .v_con{
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	overflow: hidden;
}
.in-banner .swiper-slide .v_con .wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.in-banner .swiper-slide .v_con * {
    transition-delay: transform 2s, opacity 0s;
    transition-duration: 2s;
    text-shadow: 0px 1px 0px rgba(0,0,0,1);
    transform: translate3d(0, 80px, 0);
    opacity: 0;
}
.in-banner .swiper-slide.swiper-slide-active .v_con * {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}
.in-banner .swiper-slide.swiper-slide-active .v_con *:nth-child(1) {
    transition-delay: 0.5s;
}
.in-banner .swiper-slide.swiper-slide-active .v_con *:nth-child(2) {
    transition-delay: 0s;
}
.in-banner .swiper-slide.swiper-slide-active .v_con *:nth-child(3) {
    transition-delay: 0.9s;
}
.in-banner .swiper-slide.swiper-slide-active .v_con *:nth-child(4) {
    transition-delay: 1.1s;
}
.in-banner .swiper-slide.swiper-slide-active .v_con .gdbt {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.in-banner .swiper-slide .v_con .v_text1 {
    font-size: 40px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 15px;
}
.in-banner .swiper-slide .v_con .v_text2 {
    font-size: 18px;
    font-weight: inherit;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
    color: rgba(255,255,255,0.7);
    margin-bottom: 30px;
}
.in-banner .v_con .v_text3 {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 22px;
    color: #fff;
    overflow: hidden;
    width: auto;
    height: 44px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}
.in-banner .v_con .v_text3 span {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 35px;
    position: relative;
    vertical-align: middle;
}
.in-banner .v_con .v_text3 em {
    transition-delay: transform 0.5s, opacity 0s;
    transition-duration: 0.5s;
    text-shadow: 0px 1px 0px rgba(0,0,0,1);
    transform: translate3d(0, 60px, 0);
    opacity: 0;
}
.in-banner .v_con .v_text3 span:after {
    content: "";
    display: inline-block;
    width: 0%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: #171c60;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 23px;
}
.in-banner a:hover .v_con .v_text3 span:after { 
	width: 100%; 
}
.in-banner .swiper-button-prev{
	left:3%;
	display: none;
}
.in-banner .swiper-button-next{
	right:3%;
	display: none;
}
.in-banner .swiper-button-prev:after,
.in-banner .swiper-button-next:after{
	font-size: 40px;
}
.in-banner .swiper-pagination{
	bottom: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.in-banner .swiper-pagination .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	margin:0 6px;
	border-radius: 50%;
	background: #fff;
	position: relative;
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active{
	opacity: 1；
}
@media (max-width:1360px) {
    .in-banner{
   	  margin-top: 60px;
   	  height: 50vh;
    }
}
@media (max-width: 1280px) {
    .in-banner .swiper-button-prev,
    .in-banner .swiper-button-next{
    	display: none;
    }
}
@media (max-width: 992px) {
	.in-banner .swiper-slide.swiper-slide-active .v_con .gdbt {
	    font-size: 16px;
	    margin-bottom: 3%;
	}
    .in-banner .swiper-slide .v_con .v_text1 {
	    font-size: 24px;
	    line-height: 30px;
	    letter-spacing: 0px;
	    margin-bottom: 5%;
	}
	.in-banner .swiper-slide .v_con .v_text2{
		display: none;
	}
}
@media (max-width: 750px) {
	 .in-banner .swiper-slide .v_con .v_text1 {
	    font-size: 18px;
	    line-height: 24px;
	}
	.in-banner .v_con .v_text3 {
	    border-radius: 17px;
	    height: 34px;
	}
	.in-banner .v_con .v_text3 span {
	    height: 30px;
	    line-height: 30px;
	    font-size: 14px;
	    padding: 0 20px;
	}
	.in-banner .swiper-pagination{
		bottom: 14px;
	}
	.in-banner .swiper-pagination .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		margin:0 3px;
	}
}

.in-title{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	overflow: hidden;
}
.in-title .left{
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
}
.in-title .right a{
	width: 100px;
	display: block;
    height: 40px;
    line-height: 40px;
    color: #333;
    border-width: 1px;
    border-style: none;
    border-color: transparent;
    background: url(../images/hbut.png) no-repeat center bottom;
    padding-top: 0;
    text-align: center;
    min-height: inherit;
}
@media (max-width: 1280px) {
}
@media (max-width: 992px){
}
@media (max-width: 750px){
}

.in-products{
	padding:50px 0;
	overflow: hidden;
}
.in-products .list{
	width: 100%;
	overflow: hidden;
}
.in-products .list ul{
	display: flex;
	flex-wrap: wrap;
}
.in-products .list li{
	width: 23.95%;
	margin-right: 1.4%;
	margin-top: 1.4%;
	border: 1px solid #eee;
}
.in-products .list li:nth-child(4n){
	margin-right: 0;
}
.in-products .list a{
	display: block;
}
.in-products .list .image{
	width: 100%;
	overflow: hidden;
}
.in-products .list .image img{
	width: 100%;
	display:block;
	transition: all .5s ease;
}
.in-products .list a:hover .image img{
	transform: scale(1.06);
}
.in-products .list .word {
	width: 100%;
    padding: 15px 20px;
    transition: all .5s ease;
    overflow: hidden;
}
.in-products .list a:hover .word{
	background: #171c60;
	color: #fff;
}
.in-products .list .word .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.in-products .list .word .title .left{
	width: calc(100% - 40px);
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.in-products .list .word .title i{
	width: 30px;
	height: 30px;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-products .list .word .line {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 2px;
}
.in-products .list .word .line::before {
    content: '';
    position: absolute;
    right: 0;
    display: block;
    width: 30px;
    height: 1px;
    background: #999;
    transition: all .5s ease;
}
.in-products .list a:hover .word .line::before {
    width: 100%;
    background: #fff;
    opacity: 0.4;
}
@media (max-width: 1280px) {
	.in-products .list li{
		width: 49.3%;
	}
	.in-products .list li:nth-child(4n){
		margin-right: 1.4%;
	}
	.in-products .list li:nth-child(2n){
		margin-right: 0%;
	}
}
@media (max-width: 992px){
}
@media (max-width: 750px){
}

.in-about{
	width: 100%;
	padding:50px 0;
	background: url(../images/habbj.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-about .title{
	width: 100%;
	color: #fff;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.in-about .title .left{
	width: 48%;
}
.in-about .title .left .box1{
	font-size: 30px;
	font-weight: 500;
}
.in-about .title .left .box2 .text1{
	font-size: 18px;
	font-weight: 500;
	margin-top: 40px;
}
.in-about .title .left .box2 .text2{
	font-size: 26px;
	font-weight: 500;
	margin-top: 10px;
}
.in-about .title .left .box3{
	margin-top: 40px;
}
.in-about .title .right{
	width: 48%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.in-about .title .right img{
	max-width: 100%;
	height: auto;
	display: block;
}
.in-about .content{
	width: 100%;
	margin-top: 50px;
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background: none;
	overflow: hidden;
}
.in-about .content ul{
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}
.in-about .content li{
	flex-grow:1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.in-about .content li:last-child{
	border-right: none;
}
.in-about .content .t span:nth-child(1){
	font-size: 48px;
	font-family: "OPPOSans-R";
}
.in-about .advantage{
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}
.in-about .advantage ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.in-about .advantage li{
	width: 23.5%;
	background: #fff;
	padding:30px 0;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.in-about .advantage li > div{
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.in-about .advantage li .box1 img{
	display: block;
}
.in-about .advantage li .box2{
	font-weight: 700;
	font-size: 18px;
	margin:20px 0;
}
@media (max-width: 1280px) {
}
@media (max-width: 992px){
	.in-about .title{
		display: block;
		position: relative;
	}
	.in-about .title .left{
		width: 100%;
	}
	.in-about .title .right{
		width: 38%;
	    position: absolute;
	    top:0;
	    right: 0;
	}
	.in-about .content{
		padding:0;
		border-bottom: none;
	}
	.in-about .content li{
		width: 33.33333%;
		padding:20px 0;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.in-about .content li:nth-child(3n){
		border-right: none;
	}
	.in-about .content .t span:nth-child(1){
	    font-size: 24px;
	}
	.in-about .advantage li{
		width: 49%;
		margin-top: 2%;
	}
}
@media (max-width: 750px){
}

.in-news{
	width: 100%;
	padding:50px 0;
	background: url(../images/yh.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-news .list{
	width: 100%;
	overflow: hidden;
}
.in-news .list ul{
	display: flex;
	flex-wrap: wrap;
}
.in-news .list li{
	width: 32%;
	padding:1rem 0 0 0;
	margin-right: 2%;
}
.in-news .list li:nth-child(3n){
	margin-right: 0;
}
.in-news .list li:nth-child(n+4){
	display: none;
}
.in-news .list a{
	display: block;
	background: #fff;
}
.in-news .list .image{
	width: 100%;
	overflow: hidden;
}
.in-news .list .image img{
	width: 100%;
	display: block;
	transition: all .5s ease;
}
.in-news .list a:hover .image img{
	transform: scale(1.06);
}
.in-news .list .word{
	padding:20px;
}
.in-news .list .word .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.in-news .list .word .line{
    position: relative;
    width: 100%;
    height: 1px;
    background: #ededed;
    margin: 1rem 0;
}
.in-news .list .word .line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #afafaf;
    transition: all .5s ease;
}
.in-news .list a:hover .word .line::before {
    width: 100%;
    background: #999;
}
.in-news .list .word .scontent {
    position: relative;
    width: 100%;
    line-height: 1.5rem;
    clear: both;
    font-size: 15px;
    color: #999;
    margin: 0 0 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
@media (max-width: 1280px) {
	.in-news .list li{
		width: 49%;
	}
	.in-news .list li:nth-child(3n){
		margin-right: 2%;
	}
	.in-news .list li:nth-child(n+4){
		display: block;
	}
	.in-news .list li:nth-child(2n){
		margin-right:0;
	}
}
@media (max-width: 992px){
	.in-news .list li{
		width: 100%;
		margin-right: 0;
	}
	.in-news .list li:nth-child(3n){
		margin-right: 0;
	}
	.in-news .list li:nth-child(n+4){
		display: none;
	}
}
@media (max-width: 750px){
}