@charset "utf-8";
/*轮播*/
.in-banner{
	width: 100%;
	height: calc(100% - 50px);
	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: 14px;
	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: 12px;
}
.in-banner .banner-bot .banner-page .swiper-pagination .swiper-pagination-current{
	font-size: 16px;
	font-weight: 700;
}
.in-banner .banner-bot .banner-mouse{
	position: relative;
	width: 18px;
	height: 28px;
}
.in-banner .banner-bot .banner-mouse img{
	position: absolute;
	left: 0;
	top:0;
	width: 18px;
	height: 28px;
	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: 24px;
	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;
    height: 28px;
}
.in-banner .banner-bot .banner-button .swiper-button-prev:after,
.in-banner .banner-bot .banner-button .swiper-button-next:after{
	font-size: 16px;
}

.in-type{
	overflow: hidden;
}
.in-type ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.in-type li{
	width: 49%;
	border:1px #eee solid;
	padding:4%;
	display: flex;
	align-items: center;
}
.in-type li:nth-child(n+3){
	margin-top: 2%;
}
.in-type a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.in-type .image{
	margin-right: 14px;
	display: flex;
	align-items: center;
}
.in-type .image img{
	width: 30px;
}
.in-type .text h1{
	font-size: 16px;
	font-weight: 700;
}
.in-type .text h2{
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
}

.in-about{
	width: 100%;
	position: relative;
	background: #993a5b;
	overflow: hidden;
}
.in-about .content{
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
}
.in-about .content .text{
	width: 100%;
}
.in-about .content .text .title{
	color: #fff;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.in-about .content .text .title h1 img{
	width: 30px;
	display: block;
	filter: brightness(100);
}
.in-about .content .text .title h2{
	font-size: 24px;
	margin-top: 10px;
}
.in-about .content .text .title h3{
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 10px;
}
.in-about .content .text .title h3 b{
	font-weight: 700;
}
.in-about .content .text .word{
	padding:4% 0;
	color: #fff;
}
.in-about .content .text .numberbox{
	margin-top: 8%;
}
.in-about .content .text .numberbox ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.in-about .content .text .numberbox li{
	background: #fff;
	border:1px #b8bcbc solid;
	border-radius: 24px;
	width: 30%;
	padding:15px;
	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{
	width: 30px;
	display: block;
}
.in-about .content .text .numberbox .number{
	color: #993a5b;
	font-weight: 700;
	font-size: 24px;
	padding:10px 0;
}

.in-advantage{
	overflow: hidden;
}
.in-advantage ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.in-advantage li{
	width: 49%;
	position: relative;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear
}
.in-advantage li:nth-child(n+3){
	margin-top: 2%;
}
.in-advantage li:hover{
	color: #fff;
}
.in-advantage .icon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #993a5b;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	position: absolute;
	left: 10px;
	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% - 50px);
	background: #fff;
}
.in-advantage .icon img{
	width: 30px;
	display: block;
	filter: brightness(100);
}
.in-advantage li:hover .icon img{
    filter: none;
}
.in-advantage .text{
	width: 100%;
	height: calc(100% - 25px);
	border:1px #b8bcbc solid;
	background: #fff;
	border-radius: 16px;
	padding:35px 15px 25px 15px;
	margin-top: 25px;
	-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;
}
.in-advantage .text h2{
	font-size: 12px;
}

.in-video{
	width: 100%;
	background: url(../images/in-bg2.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.in-video .iv-btn {
    width: 310px;
    height: 310px;
    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: -34px;
    margin-top: -34px;
    content: "";
    background: #d07696;
    -webkit-animation: scaleout 3s infinite ease-in-out;
    width: 66px;
    height: 66px;
    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: -34px;
    margin-top: -34px;
    content: "";
    background: #d07696;
    -webkit-animation: scaleout 3s infinite ease-in-out;
    width: 66px;
    height: 66px;
    animation: scaleout 3s infinite ease-in-out;
}
.in-video .iv-btn > img{
	width: 66px;
	position: absolute;
	z-index: 3;
	display: block;
}
.in-video .iv-btn .loading1 {
	width: 310px;
    -webkit-animation: rotate 40s linear infinite;
    animation: rotate 40s linear infinite;
}
.in-video .iv-btn .loading2 {
	width: 310px;
    -webkit-animation: rotate2 30s linear infinite;
    animation: rotate2 30s linear infinite;
}
.in-video .iv-btn .video-btn {
    top: 50%;
    left: 50%;
    margin-left: -33px;
    margin-top: -33px;
    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: 7%;
}
.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 20px;
    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: 20px;
	font-weight: 400;
}
.in-products .list .title .y{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border:4px #993a5b solid;
	margin-top: 10px;
}
.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: 20px;
	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: 7%;
}
.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:15px;
	-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;
	color: #999;
	align-items: center;
}
.in-news .list .text .date img{
	width: 16px;
	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: 6px;
	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: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 10px;
}
.in-news .list .text .detail{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    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: 4%;
	height: 22px;
}
.in-news .list .swiper-pagination .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	border:1px #b8bcbc solid;
	border-radius: 50%;
	background: none;
	opacity: 1;
	position: relative;
}
.in-news .list .swiper-pagination .swiper-pagination-bullet:after{
	content: "";
	width: 6px;
	height: 6px;
	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 {
    display: none;
}
.in-knowledge .wrap{
	display: flex;
    flex-direction: column;
}
.in-knowledge .wrap .left{
	width: 100%;
}
.in-knowledge .wrap .right{
	width: 100%;
	margin-top: 9%;
}
.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:15px;
    position: relative;
}
.in-knowledge .wrap .right .tag{
	position: absolute;
	top:20px;
	right: 0;
	background: #77aede;
	color: #fff;
	height: 36px;
	line-height: 36px;
	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: 14px;
	height: 14px;
	border:4px #993a5b solid;
	border-radius: 50%;
}
.in-knowledge .wrap .right li:hover .title h1{
	border-color: #fff;
}
.in-knowledge .wrap .right .title h2{
	font-size: 16px;
	margin:10px 0;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.in-knowledge .wrap .right .detail{
	height: 46px;
	color: #666;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in-knowledge .wrap .right a:hover .detail{
	color: #fff;
}
.in-knowledge .wrap .right .swiper-pagination{
	position: static;
	margin-top: 6%;
	height: 22px;
}
.in-knowledge .wrap .right .swiper-pagination .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	border:1px #fff solid;
	border-radius: 50%;
	background: none;
	position: relative;
}
.in-knowledge .wrap .right .swiper-pagination .swiper-pagination-bullet:after{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin:0;
	padding:0;
}