/* banner */
.banner{
	min-width: 1200px; width: 100%;
}
.banner-swiper-pagination{
	position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	z-index: 10;

	bottom: 10px;
    left: 0;
    width: 100%;
}
.banner-swiper-pagination span{
	width: 8px;
	height: 8px;
	border: solid 1px #ffffff;
	background: none;
	opacity: .8;
	border-radius: 4px;
	margin:0 8px;
}
.banner-swiper-pagination span.swiper-pagination-bullet-active{
	width: 38px;
	background: #ffffff;
}
.banner-container .swiper-slide img{
	width: 100%;
	height: auto;
}
/* 公司简介 */
.prolife-title{
	padding-top: 56px;
	padding-bottom: 40px;
}
.prolife-logo{
	display: block;
	width: 94px;
	height: 32px;
	margin: 0 auto;
}
.prolife-eng-text{
	color: #808080;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	text-align: center;
	margin-top: 4px;
}
.prolife-text{
	color: #222222;
	font-size: 30px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	margin-top: 10px;
}
.prolife-left{
	position: relative;
	width: 1042px;
	height: 518px;
	background: url(../khjy_files/prolife-bg.png) left center no-repeat;
	padding-top: 65px;
	padding-left: 100px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.prolife-text1{
	color: #ffee3c;
	font-family: "PingFangSC-Medium";
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
}
.prolife-text2{
	opacity: 0.4;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 26px;
}
.prolife-text3{
	opacity: 0.7;
	height: 52px;
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
	margin-top: 30px;
}
.prolife-character-box{
	overflow: hidden;
	margin-top: 54px;
}
.prolife-character-item{
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 22px;
	overflow: hidden;
	color:#fff;
}
.prolife-character-item::before{
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	    -ms-transform:rotate(-45deg); 
	   -moz-transform:rotate(-45deg); 
	-webkit-transform:rotate(-45deg); 
	     -o-transform:rotate(-45deg); 
	        transform:rotate(-45deg);
}
.prolife-character-text{
	float: left;
	font-size: 16px;
	line-height: 18px;
}
.prolife-character-eng-text {
	float: left;
	opacity: 0.4;
	font-size: 12px;
	line-height: 20px;
	margin-left: 10px;
}
.prolife-link{
	position: absolute;
	left: 65px;
	bottom: -25px;
	width: 338px;
	height: 50px;
	padding-left: 35px;
	background: #c00f0f;
	color:#fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
}
.prolife-link span{
	float: left;
	opacity: 0.8;
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	margin-top: 18px;
}
.prolife-link-arrow{
	float: left;
	margin-top: 22px;
	margin-left: 8px;
}
.prolife-box{
	position: relative;
}
.prolife-right{
	position: absolute;
	right:0;
	bottom: -80px;
	/* opacity: 0.2; */
	z-index: 1;
	width: 575px;
	height: 448px;
}
.prolife-right video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.video-btn{
	position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    cursor: pointer;
	z-index: 10;
}
.video-img{
	display: block;
	width: 100%;
	height: 100%;
}
.prolife-wrap{
	padding-bottom: 80px;
}
.prolife-layout-wrap{
	width: 100%;
	height: 202px;
	background: url(../khjy_files/prolife-layout-bg.png);
	color: #ffffff;
}
.mb80px{
	margin-bottom: 80px;
}
.prolife-layout-item{
	position: relative;
	float: left;
	width: 25%;
	height: 202px;
	padding-top: 52px; 
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.prolife-layout-item::after{
	content: "";
	position: absolute;
	width: 2px;
	height: 58px;
	right:0;
	top: 72px;
	background:#d6d6d6;
}
.prolife-layout-item:last-child::after{
	display: none;
}
.prolife-num{
	color: #ffffff;
	font-size: 52px;
	line-height: 66px;
	margin-bottom: 12px;
}
.prolife-name{
	font-size: 16px;
	line-height: 20px;
}
/* 公司动态 */
.news-wrap{
	/* height: 660px; */
	width: 100%;
	background:url(../khjy_files/news-bg.jpg) center center no-repeat;
	overflow: hidden;
	background-size: cover;
}
.news-swiper-outer{
	position: relative;
}
.news-container{
	width: 1068px;
	margin:0 auto;
	overflow: hidden;
}
.news-swiper-outer .swiper-button-next1,.news-swiper-outer .swiper-button-prev1,.link-swiper-outer .link-next,.link-swiper-outer .link-prev{
	width: 42px;
	height: 42px;
	position: absolute;
    top: 50%;
    margin-top: -21px;
    z-index: 10;
    cursor: pointer;
}
.news-swiper-outer .swiper-button-next1,.link-swiper-outer .link-next{
	right:0;
	background: url(../khjy_files/news-next.png) center center no-repeat;
}
.news-swiper-outer .swiper-button-prev1,.link-swiper-outer .link-prev{
	left:0;
	background: url(../khjy_files/news-prev.png) center center no-repeat;
}
.news-container .news-item{
	position: relative;
	float: left;
	width: 338px;
	height: 378px;
	margin-right: 27px;
	background:#fff;
	cursor: pointer;
}
.news-container .news-item:last-child{
	margin-right: 0;
}
.news-bg,.news-cover,.news-content{
	position: absolute;
	top: 0;
	right:0;
	bottom: 0;
	left:0;
}
.news-bg{
	z-index: 1;
	opacity: 0;
}
.news-cover{
	z-index: 2;
	background: rgba(25,25,43,.4);
	opacity: 0;
}
.news-content{
	z-index: 3;
	padding: 50px 32px 0;
}
.news-date-box{
	line-height: 40px;
	color:#fff;
	overflow: hidden;
	margin-bottom: 12px;
}
.news-date{
	float: left;
	font-size: 40px;
	line-height: 40px;
	color: #222222;
}
.news-year{
	float: left;
	font-size: 14px;
	line-height: 16px;
	margin-top: 20px;
	color: #777777;
}
.news-desc{
	font-size: 16px;
	line-height: 26px;
	color: #222222;
	display: box !important;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /*第几行出现省略号*/
}
/*.news-text{
	position: absolute;
	left: 32px;
	bottom: 75px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #777777;
}*/
.news-text::before{
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	left:0;
	top:0;
	background: url(../khjy_files/news-name-bg2.png) center center no-repeat;
	transition: all .5s;
}
.news-line{
	position: absolute;
	left:0;
	right:0;
	bottom: 0;
	height: 8px;
	background: #005cce;
}
.news-link{
	position: absolute;
	left:0;
	right:0;
	bottom: -50px;
	height: 50px;
	padding-left: 34px;
	background-color: #c00f0f;
	overflow: hidden;
	transition: all .3s;
}
.news-link span{
	float: left;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	opacity: 0.8;	
	margin-top: 17px;
}
.news-link img{
	float: left;
	width: 24px;
	height: 8px;
	margin-top: 22px;
	margin-left: 8px;
}
.news-item:hover .news-bg{
	opacity: 1;
}
.news-item:hover .news-cover{
	opacity: 1;
}
.news-item:hover .news-date,.news-item:hover .news-year,.news-item:hover .news-desc{
	color:#fff;
}
.news-item:hover .news-text::before{
	transition: all .5s;
	background: url(../khjy_files/news-name-bg1.png) center center no-repeat;
}
.news-item:hover .news-link{
	transition: all .3s;
	bottom: 0;
}
.transition{
	transition: all .5s;
}
.more-link{
	display: block;
	width: 150px;
	height:40px;
	line-height: 40px;
	margin: 32px auto;
	text-align: center;
	font-size: 0;
}
.more-link span{
	font-size: 14px;
	line-height: 14px;
	color: #005cce;
	vertical-align: middle;
	margin-right: 10px;
}
/* 更多资质 */
.quality-outer{
	min-width: 1200px;
	max-width: 1920px;
}
.quality-container {
	width: 100%;
}
.quality-container .swiper-slide{
	padding: 0 1%;
	box-sizing: border-box;
	padding-top: 2%;
	transition: all .5s;
}
.quality-container .swiper-slide.swiper-slide-active,.quality-container .swiper-slide.swiper-slide-prev,.quality-container .swiper-slide.swiper-slide-next {
	opacity: 1;
	transform: scale(1);
	padding-top: 0;
	transition: all .5s;
}
.quality-container .swiper-slide{
	opacity: .2;
	/* transform: scale(.9); */
}
.quality-container .swiper-slide.swiper-slide-active .quality-desc,.quality-container .swiper-slide.swiper-slide-prev .quality-desc,.quality-container .swiper-slide.swiper-slide-next .quality-desc{
	display: block;
}
.quality-container .swiper-slide img{
	display: block;
	width: 100%;
	max-width: 340px;
}
.quality-desc{
	display: none;
	position: relative;
	height: 40px;
	line-height: 40px;
	background-color: #005cce;
	color:#fff;
	font-size: 12px;
	text-align: center;
	width: 92%;
	margin:0 auto;
}
.quality-desc::after{
	content: "";
	position: absolute;
	top: -14px;
	left: 50%;
	margin-left: -10px;
	width:0;
	height:0;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #005cce;
}
.quality-desc.bg-red{
	background-color: #c00f0f;
}
.quality-desc.bg-red::after{
	border-bottom-color: #c00f0f;
}

/* 经典案例 */
.case-list{
	width:100%;
	overflow: hidden;
	background: rgba(0, 0, 0);
}
.case-item{
	position: relative;
	float: left;
	width: 25%;
	padding-bottom: 16.66%;
	background: pink;
	overflow: hidden;
}
.case-item .case-img{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.case-item .case-cover{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	opacity: 1;
	transition: all .3s;
}
.case-item .case-line{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	border-bottom: 6px solid #005cce;
	transition: all .3s;
}
.case-item .case-time{
	position: absolute;
	top: 20px;
	left: 24px;
	/*width: 42px;*/
	height: 56px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	background: url(../khjy_files/case-label-bg1.png) center center no-repeat;
}
.case-item .case-link{
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	/* height: 50px; */
	padding: 0 15px;
	color:#fff;
	transition: all .3s;
}
.case-link-text{
	float: left;
	width: 75%;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
	position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
}
.case-link-detail{
	float: right;
	margin-top: 15px;
	opacity: 0;
	transition: all .3s;
}
.case-link-detail em{
	opacity: .8;
}
.case-item:hover .case-line{
	border: 6px solid #005cce;
}
.case-item:hover .case-link{
	background-color: #c00f0f;
}
.case-item:hover .case-cover{
	opacity: 0;
}
.case-item:hover .case-link-detail{
	opacity: 1;
}
.case-item:hover .case-time{
	background: url(../khjy_files/case-label-bg2.png) center center no-repeat;
}
/* 行业资讯 */
.info-wrap{
	background: url(../khjy_files/info-bg.png) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.info-container{
	float: left;
	width: 640px;
	height: 398px;
}
.info-container .swiper-slide img{
	width: 640px;
	height: 398px;
}
.info-container .swiper-slide{
	position: relative;
}
.info-desc{
	position: absolute;
	left:0;
	bottom: 0;
	right:0;
	height: 116px;
	padding: 30px 25px 40px;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	background: rgba(0,0,0,.4);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
}
.info-desc span{
	position: absolute;
	top: 50%;
	left: 25px;
	display: block;
	width: 400px;
 -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
		 transform: translateY(-50%);
}
.swiper-info-next,.swiper-info-prev{
	position: absolute;
	bottom: 36px;
    width: 85px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
}
.swiper-info-prev{
	background:#c00f0f;
	right: 88px;
}
.swiper-info-next{
	background: #005cce;
	right: 4px;
}
.swiper-info-next{
	background: #005cce url(../khjy_files/detail-arrow.png) center center no-repeat;
}
.swiper-info-prev{
	background:#c00f0f url(../khjy_files/detail-arrow-prev.png) center center no-repeat;
}
.swiper-info-next.swiper-button-disabled,.swiper-info-prev.swiper-button-disabled{
	opacity: .7;
}
.info-list{
	float: left;
	width: 530px;
	height:400px;
	margin-left: 30px;
}
.info-item{
	height: 81px;
	padding: 0 25px;
	overflow: hidden;
	margin-bottom: 25px;
 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	cursor: pointer;
}
.info-item:last-child{
	margin-bottom: 0;
}
.info-day{
	float: left;
	font-size: 46px;
	line-height: 46px;
	color: #222;
	margin-top: 20px;
}
.info-item-content{
	overflow: hidden;
	margin-top: 22px;
	padding-left: 10px;
}
.info-date-line{
	float: left;
	width: 45px;
	height: 1px;
	background-color: #005cce;
	margin-top: 7px;
}
.info-date-text{
	float: left;
	margin-left: 18px;
	font-size: 14px;
	line-height: 16px;
	color: #777777;
	opacity: 0.6;
}
.info-content-desc{
	height: 24px;
	font-size: 15px;
	line-height: 24px;
	color: #222222;
	letter-spacing: 1px;
}
.info-item:hover, .info-item.active{
	background-color: #c00f0f;
}
.info-item:hover .info-day,.info-item:hover .info-date-text,.info-item:hover .info-content-desc{
	color:#fff;
}
.info-item.active .info-day,.info-item.active .info-date-text,.info-item.active .info-content-desc{
	color:#fff;
}
.info-item:hover .info-date-line,.info-item.active .info-date-line{
	background-color: #fff;
	opacity: 0.3;
}
/* 友情链接 */
.link-swiper-outer{
	position: relative;
	margin-bottom: 40px;
}
.link-container{
	width: 1038px;
	margin:0 auto;
}
.link-box{
	margin:0 auto;
	overflow: hidden;
}
/* .link-box .link-item{
	float: left;
	width: 259px;
	height: 58px;
	margin-right: 12px;
	padding: 26px 0;
}
.link-box .link-item:nth-child(5n){
	margin-right: 0;
}
.link-box .link-item img{
	width: 100%;
	height: 100%;
	display: block;
} */
.link-box{
	padding-top: 20px;
}

.link-box a{
	float: left;
	width: 259px;
	line-height: 20px;
	margin-bottom: 20px;
	font-size: 15px;
    color: #222222;
}
.link-item:hover{
	color:#005cce;
}