@charset "utf-8";
/*轮播*/
.in-banner{
	width: 100%;
	height: calc(100% - 80px);
	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%;
	display: block;
	object-fit: cover;
}
.in-banner .banner-bot{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 1;
}
.in-banner .banner-bot .wrap{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.in-banner .banner-bot .banner-page{
	display: flex;
	align-items: center;
}
.in-banner .banner-bot .banner-page .swiper-pagination{
	position: static;
	color: #fff;
	margin: 0;
	font-size: 18px;
}
.in-banner .banner-bot .banner-page .swiper-pagination .swiper-pagination-current{
	font-size: 24px;
	font-weight: 700;
}
.in-banner .banner-bot .banner-mouse{
	position: relative;
	width: 26px;
	height: 41px;
}
.in-banner .banner-bot .banner-mouse img{
	position: absolute;
	left: 0;
	top:0;
	width: 26px;
	height: 41px;
	display: block;
	-webkit-animation: opener .5s ease-in-out alternate infinite;
    animation: opener .5s ease-in-out alternate infinite;
}
.in-banner .banner-bot .banner-button{
	width: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.in-banner .banner-bot .banner-button .swiper-button-prev,
.in-banner .banner-bot .banner-button .swiper-button-next{
    position: static;
    margin:0;
    width: auto;
}
.in-banner .banner-bot .banner-button .swiper-button-prev:after,
.in-banner .banner-bot .banner-button .swiper-button-next:after{
	font-size: 20px;
}

.in-type{
	overflow: hidden;
}
.in-type ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.in-type a{
	display: flex;
	align-items: center;
}
.in-type .image{
	margin-right: 30px;
}
.in-type .text h1{
	font-size: 24px;
	font-weight: 700;
}
.in-type .text h2{
	text-transform: uppercase;
	color: #666666;
}
@media (max-width: 1680px){
	.in-type .image img{
		width: 90px;
	}
}

.in-about{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.in-about .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}
.in-about .bg .left,
.in-about .bg .right{
    height: 100%;
}
.in-about .bg .left{
	width: calc(9% + 370px);
	background: #993a5b;
}
.in-about .bg .right{
	width: calc(91% - 370px);
	background: url(../images/in-bg1.jpg) #fff no-repeat center right;
}
.in-about .content{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}
.in-about .content .image{
	width: 740px;
	height: 740px;
	background: #fff;
	border-radius: 50%;
	padding:50px;
	position: relative;
	overflow: hidden;
}
.in-about .content .image .bgpic{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #000;
	overflow: hidden;
}
.in-about .content .image .bgpic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .7;
}
.in-about .content .image .wordbox{
	width: 524px;
	height: 524px;
	position: absolute;
	left:50%;
	top: 50%;
	transform: translate(-50%, -50%);	
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 46px;
	color: #fff;
	font-weight: 100;
}
.in-about .content .image .wordbox .b{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	-webkit-animation: rotate 40s linear infinite;
    animation: rotate 40s linear infinite;
}
.in-about .content .image .wordbox .b img{
	width: 100%;
	display: block;
}
.in-about .content .image .wordbox .t b{
    font-weight: 700;
    margin-left: 10px;
}
.in-about .content .text{
	width: calc(90% - 740px);
	margin-left: 40px;
}
.in-about .content .text .title{
}
.in-about .content .text .title h1 img{
	display: block;
}
.in-about .content .text .title h2{
	font-size: 36px;
	line-height: 36px;
	color: #993a5b;
	margin-top: 10px;
}
.in-about .content .text .title h3{
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 10px;
}
.in-about .content .text .title h3 b{
	font-weight: 700;
}
.in-about .content .text .word{
	padding:40px 0;
}
.in-about .content .text .numberbox{
	margin-top: 50px;
}
.in-about .content .text .numberbox ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.in-about .content .text .numberbox li{
	border:1px #b8bcbc solid;
	border-radius: 24px;
	width: 30%;
	padding:20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.in-about .content .text .numberbox li:before,
.in-about .content .text .numberbox li:after{
	content: "";
	position: absolute;
	background: #993a5b;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-about .content .text .numberbox li:before{
	width: 1px;
	height: 50px;
	right: 0;
	bottom: 20px;
}
.in-about .content .text .numberbox li:hover:before{
	bottom: 40px;
}
.in-about .content .text .numberbox li:after{
	width: 50px;
	height: 1px;
	right: 20px;
	bottom: 0;
}
.in-about .content .text .numberbox li:hover:after{
	right:40px;
}
.in-about .content .text .numberbox .icon img{
	display: block;
}
.in-about .content .text .numberbox .number{
	color: #993a5b;
	font-weight: 700;
	font-size: 28px;
	padding:20px 0;
}
@media (max-width: 1680px){
	.in-about .bg .left{
		width: calc(9% + 320px);
	}
	.in-about .bg .right{
		width: calc(91% - 320px);
	}
	.in-about .content .image{
		width: 640px;
		height: 640px;
	}
	.in-about .content .image .wordbox{
		width: 424px;
		height: 424px;
	}
	.in-about .content .text{
		width: calc(90% - 640px);
	}
}
@media (max-width: 1480px){
	.in-about .bg .left{
		width: calc(9% + 280px);
	}
	.in-about .bg .right{
		width: calc(91% - 280px);
	}
	.in-about .content .image{
		width: 560px;
		height: 560px;
	}
	.in-about .content .image .wordbox{
		width: 364px;
		height: 364px;
	}
	.in-about .content .text{
		width: calc(90% - 560px);
	}
}

.in-advantage{
	overflow: hidden;
}
.in-advantage ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.in-advantage li{
	width: 23.5%;
	position: relative;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear
}
.in-advantage li:hover{
	color: #fff;
}
.in-advantage .icon{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #993a5b;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	position: absolute;
	left: 20px;
	top:0;
	transition: ease .8s all;
    -moz-transition: ease .8s all;
    -webkit-transition: ease .8s all;
    -o-transition: ease .8s all;
}
.in-advantage li:hover .icon{
	left:calc(100% - 120px);
	background: #fff;
}
.in-advantage .icon img{
	display: block;
	filter: brightness(100);
}
.in-advantage li:hover .icon img{
    filter: none;
}
.in-advantage .text{
	width: 100%;
	height: calc(100% - 50px);
	border:1px #b8bcbc solid;
	background: #fff;
	border-radius: 16px;
	padding:70px 24px 50px 24px;
	margin-top: 50px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-advantage li:hover .text{
	border-color: #993a5b;
	background: #993a5b;
}
.in-advantage .text h1{
	font-weight: 600;
	font-size: 18px;
}
.in-advantage .text h2{
	margin-top: 10px;
}

.in-video{
	width: 100%;
	background: url(../images/in-bg2.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
}
.in-video .iv-btn {
    width: 510px;
    height: 510px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.in-video .iv-btn:before {
    position: absolute;
    border-radius: 100%;
    border: 1px solid #993a5b;
    top: 50%;
    left: 50%;
    margin-left: -44px;
    margin-top: -44px;
    content: "";
    background: #d07696;
    -webkit-animation: scaleout 3s infinite ease-in-out;
    width: 86px;
    height: 86px;
    animation: scaleout 3s infinite ease-in-out;
    animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.in-video .iv-btn:after {
    position: absolute;
    border-radius: 100%;
    border: 1px solid #993a5b;
    top: 50%;
    left: 50%;
    margin-left: -44px;
    margin-top: -44px;
    content: "";
    background: #d07696;
    -webkit-animation: scaleout 3s infinite ease-in-out;
    width: 86px;
    height: 86px;
    animation: scaleout 3s infinite ease-in-out;
}
.in-video .iv-btn > img{
	position: absolute;
	z-index: 3;
	display: block;
}
.in-video .iv-btn .loading1 {
    -webkit-animation: rotate 40s linear infinite;
    animation: rotate 40s linear infinite;
}
.in-video .iv-btn .loading2 {
    -webkit-animation: rotate2 30s linear infinite;
    animation: rotate2 30s linear infinite;
}
.in-video .iv-btn .video-btn {
    top: 50%;
    left: 50%;
    margin-left: -43px;
    margin-top: -43px;
    cursor: pointer;
}

.in-products{
	width: 100%;
	background: url(../images/in-bg3.png) no-repeat top right;
	background-size: cover;
	overflow: hidden;
}
.in-products .list{
	margin-top: 70px;
}
.in-products .list a{
    border:1px #eee solid;
	border-radius: 16px;
	display: block;
	position: relative;
	overflow: hidden;
}
.in-products .list .image img{
	width: 100%;
	display: block;
}
.in-products .list .title{
	padding:0 28px;
    position: absolute;
    bottom: 28px;
    opacity: 1;
    visibility: visible;
    transition: ease 0.5s all;
    -moz-transition: ease 0.5s all;
    -webkit-transition: ease 0.5s all;
    -o-transition: ease 0.5s all;
}
.in-products .list .title .t{
	font-size: 24px;
	font-weight: 400;
}
.in-products .list .title .y{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border:4px #993a5b solid;
	margin-top: 20px;
}
.in-products .list li:hover .title{
	opacity: 0;
	visibility: hidden;
}
.in-products .list .mask{
	width: 30%;
	height: 30%;
	background: rgba(153, 58, 91, .6);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	transition: ease 0.5s all;
    -moz-transition: ease 0.5s all;
    -webkit-transition: ease 0.5s all;
    -o-transition: ease 0.5s all;
    color: #fff;
}
.in-products .list .mask .icon img{
	display: block;
}
.in-products .list .mask .text{
	font-size: 24px;
	font-weight: 700;
	margin:14px 0 10px;
}
.in-products .list .mask .icon,
.in-products .list .mask .text,
.in-products .list .mask .more{
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    transition-delay: .2s;
    -moz-transition-delay: .2s; /* Firefox 4 */
    -webkit-transition-delay: .2s; /* Safari 和 Chrome */
    -o-transition-delay: .2s; /* Opera */
}
.in-products .list li:hover .mask{
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}
.in-products .list li:hover .mask .icon,
.in-products .list li:hover .mask .text,
.in-products .list li:hover .mask .more{
	opacity: 1;
	visibility: visible;
}

.in-news{
	overflow: hidden;
}
.in-news .list{
	margin-top: 70px;
}
.in-news .list a{
	display: flex;
	align-items: center;
	padding:8px;
}
.in-news .list .image{
	width: 60%;
	margin-right: -10%;
}
.in-news .list .image img{
	width: 100%;
	display: block;
	border-radius: 16px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.in-news .list .text{
	width: 50%;
	background: #fff;
	border:1px #dddddd solid;
	border-radius: 16px;
	padding:30px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-news .list li:hover .text{
	background: #993a5b;
	border-color: #993a5b;
}
.in-news .list .text .date{
	display: flex;
	font-size: 18px;
	color: #999;
	align-items: center;
}
.in-news .list .text .date img{
	display: block;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.in-news .list li:hover .text .date{
	color: #fff;
}
.in-news .list li:hover .text .date img{
	display: none;
}
.in-news .list li .text .date h3{
	padding-left: 15px;
	transition: ease 0.5s all;
    -moz-transition: ease 0.5s all;
    -webkit-transition: ease 0.5s all;
    -o-transition: ease 0.5s all;
}
.in-news .list li:hover .text .date h3{
	padding-left: 0;
}
.in-news .list .text .title{
	font-weight: 700;
	font-size: 18px;
	height: 52px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.in-news .list .text .detail{
	height: 52px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.in-news .list li:hover .text .title,
.in-news .list li:hover .text .detail{
	color: #fff;
}
.in-news .list .swiper-pagination{
	position: static;
	margin-top: 40px;
	height: 22px;
}
.in-news .list .swiper-pagination .swiper-pagination-bullet{
	width: 22px;
	height: 22px;
	border:1px #b8bcbc solid;
	border-radius: 50%;
	background: none;
	opacity: 1;
	position: relative;
}
.in-news .list .swiper-pagination .swiper-pagination-bullet:after{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #b8bcbc;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin:0;
	padding:0;
}
.in-news .list .swiper-pagination .swiper-pagination-bullet-active{
	border-color: #993a5b;
}
.in-news .list .swiper-pagination .swiper-pagination-bullet-active:after{
	background: #993a5b;
}

.in-knowledge{
	width: 100%;
	background:url(../images/lift-roud.png) left  center repeat #993a5b;
	animation:move 20s linear infinite; 
	position:relative;
	overflow: hidden;
}
.in-knowledge .bg {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/icl-bg.png) right center no-repeat;
    background-size: contain !important;
}
.in-knowledge .wrap{
	display: flex;
	justify-content: space-between;
}
.in-knowledge .wrap .left{
	width: 300px;
}
.in-knowledge .wrap .right{
	width: calc(90% - 300px);
}
.in-knowledge .wrap .right li{
	background: #fff;
	border-radius:16px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	transition: ease 0.5s all;
    -moz-transition: ease 0.5s all;
    -webkit-transition: ease 0.5s all;
    -o-transition: ease 0.5s all;
}
.in-knowledge .wrap .right li:hover{
	background: #3d3d3d;
}
.in-knowledge .wrap .right a{
    display: block;
    padding:30px;
    position: relative;
}
.in-knowledge .wrap .right .tag{
	position: absolute;
	top:30px;
	right: 0;
	background: #77aede;
	color: #fff;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	border-radius: 21px 0 0 21px;
	padding: 0 20px 0 30px;
}
.in-knowledge .wrap .right .title{
	margin-top: 42px;
}
.in-knowledge .wrap .right a:hover .title{
	color: #fff;
}
.in-knowledge .wrap .right .title h1{
	width: 20px;
	height: 20px;
	border:6px #993a5b solid;
	border-radius: 50%;
}
.in-knowledge .wrap .right li:hover .title h1{
	border-color: #fff;
}
.in-knowledge .wrap .right .title h2{
	font-size: 18px;
	margin:15px 0;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.in-knowledge .wrap .right .detail{
	height: 78px;
	color: #666;
	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-knowledge .wrap .right a:hover .detail{
	color: #fff;
}
.in-knowledge .wrap .right .swiper-pagination{
	position: static;
	margin-top: 60px;
	height: 22px;
}
.in-knowledge .wrap .right .swiper-pagination .swiper-pagination-bullet{
	width: 22px;
	height: 22px;
	border:1px #fff solid;
	border-radius: 50%;
	background: none;
	position: relative;
}
.in-knowledge .wrap .right .swiper-pagination .swiper-pagination-bullet:after{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin:0;
	padding:0;
}