/*轮播图*/
.banner .swiper-container {
	width: 100%; 
	/* height:800px; */
	position: relative;
}
.banner .swiper-slide{ 
	text-align:center;
	width: 100%;
	padding-top: 45%;
	/* height:100%; */
	background-position: center; background-size: cover; background-repeat: no-repeat;
}
.banner .info{
	position: absolute;bottom: 20%;left: 50%;transform: translateX(-50%);z-index: 100;
}
.tags .tag{
	width: 160px;
	height: 60px;
	border-radius: 10px;
	background: transparent;
	border: 1px solid #fff;
	padding: 10px;
	font-size: 18px;
	color: #f5f5f9;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	margin-right: 30px;
	margin-top: 20px;
}
.tags .tag .icon{
	width: 25px;
	height: 25px;
}
.tags .tag:hover,.tags .tag.cur{
	background: #444cfc;
	border: 1px solid #444cfc;
}
.banner .swiper-pagination{
	bottom: 42px;
}
.banner .swiper-pagination-bullet-active{ background:#fe6771 !important}
.banner .swiper-container .swiper-pagination-bullet{
	width: 62px;
	height: 5px;
	display: inline-block;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.12);
	opacity: 1;
	cursor: pointer;
}
.banner .swiper-container .swiper-pagination-bullet-active{
	background: #fff!important;
	opacity: 1;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 42px;
}
/*end-轮播图*/
.tagsMobile{
	display: none;
	margin-bottom: -30px;
}
.tagsMobile .tags .tag{
	width: 120px;
	height: 40px;
	border-radius: 6px;
	font-size: 14px;
	margin-right: 10px;
}
.tagsMobile .tags .tag:last-child{
	margin-right: 0;
}
.tagsMobile .tags .tag .icon{
	width: 20px;
	height: 20px;
}
@media (max-width: 768px){
	/* .banner .swiper-container {height:400px;} */
	.tags{
		flex-wrap: wrap;
	}
	.banner .info{
		bottom: 60px;;
	}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 12px;
	}
	.tagsPc{
		display: none;
	}
	.tagsMobile{
		display: block;
	}
}
@media (max-width: 414px){
	.tagsMobile .tags .tag{
		width: 106px;
	}
}
.containerBox{
	padding: 40px 0 70px;
}

.item1 .pic{
	padding-top: 57%;
}
.item1 .colTitle{
	font-size: 20px;
	color: #333;
}
.item1 .colIntro{
	font-size: 13px;
	line-height: 20px;
	color: #232536;
}
.item1 .tag{
	width: 104px;
	height: 36px;
	background: #444cfc;
	text-align: center;
	line-height: 36px;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}
.item1 .tag.empty{
	background: transparent;
	border: 1px solid #444cfc;
	color: #444cfc;
}
.item1 .time{
	font-size: 14px;
	color: #9597a2;
}

.item2{
	padding-top: 40px;
}
.item2 .pic{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-top: 40px;
}
.item2 .name{
	font-size: 24px;
	color: #222;
	padding-top: 14px;
}
.item2 .intro{
	font-size: 15px;
	color: #5c6172;
	padding-top: 17px;
}

.item3 .pic{
	padding-top: 57%;
}
.item3 .picMini{
	padding-top: 56%;
}
.item3 .cellMini{
	border: 1px solid #ECECEC;
	margin-bottom: 10px;
}
.item3 .title{
	font-size: 20px;
	color: #232536;
}
.item3 .title:hover{
	color: #444CFC;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.item3 .titleMini{
	font-size: 14px;
	color: #232536;
}
.item3 .blue{
	color: #444CFC;
}
.item3 .time{
	font-size: 12px;
	color: #9597a2;
}
.item4 .cell{
	/* height: 200px; */
	border-radius: 10px;
	border: 1px solid #CBCBCB;
	margin-top: 20px;
	cursor: pointer;
	position: relative;
}
.item4 .cell .logo{
	/* width: 184px;
	height: auto; */
	width:100%;
	height: 200px;
	border-radius: 10px;
}
.item4 .introduction{
	width: 50%;
	opacity: 0;
	height: 200px;
	border-radius: 10px;
	background: #444cfc;
	padding: 25px 32px;
	position: absolute;
	
	top: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	overflow: hidden;
}
.item4 .introduction .title{
	font-size: 20px;
	color: #fff;
}
.item4 .introduction .intro{
	font-size: 13px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.8);
	padding-top: 22px;
}
.item4 .introduction .tagBox{
	padding-top: 20px;
}
.item4 .introduction .tag{
	width: 94px;
	height: 35px;
	border-radius: 6px;
	background: #fff;
	font-size: 13px;
	color: #444cfc;
	cursor: pointer;
}
.item4 .introduction .tag.light{
	background: rgba(255, 255, 255, 0.32);
	color: #fff;
}
@media (min-width:768px) and (max-width:991px){
	.item4 .info:nth-child(3n+1) .cell .introduction,.item4 .info:nth-child(3n+2) .cell .introduction{
		left: 0;
	}
	.item4 .info:nth-child(3n) .cell .introduction{
		right: 0;
	}
	.item4 .cell:hover .introduction{
		width: 458px;
		opacity: 1;
		z-index: 100;
	}
}
@media (min-width:992px){
	.item4 .info:nth-child(4n+1) .cell .introduction,.item4 .info:nth-child(4n+2) .cell .introduction,.item4 .info:nth-child(4n+3) .cell .introduction{
		left: 0;
	}
	.item4 .info:nth-child(4n) .cell .introduction{
		right: 0;
	}
    .item4 .cell:hover .introduction{
    	width: 459px;
		opacity: 1;
		z-index: 100;
    }
}
@media (min-width:1200px){
	.item4 .info:nth-child(4n+1) .cell .introduction,.item4 .info:nth-child(4n+2) .cell .introduction,.item4 .info:nth-child(4n+3) .cell .introduction{
		left: 0;
	}
	.item4 .info:nth-child(4n) .cell .introduction{
		right: 0;
	}
    .item4 .cell:hover .introduction{
    	width: 549px;
		opacity: 1;
		z-index: 100;
    }
}
@media (min-width:1400px){
	.item4 .info:nth-child(4n+1) .cell .introduction,.item4 .info:nth-child(4n+2) .cell .introduction,.item4 .info:nth-child(4n+3) .cell .introduction{
		left: 0;
	}
	.item4 .info:nth-child(4n) .cell .introduction{
		right: 0;
	}
    .item4 .cell:hover .introduction{
		width: 634px;
		opacity: 1;
		z-index: 100;
	}
}

.item5 .pic{
	padding-top: 102%;
}
.item5 .content{
	overflow-y: scroll;
	padding-right: 20px;
}
.item5 .content::-webkit-scrollbar {
  display: none;
  width: 0 !important;
  height: 0 !important;
  -webkit-appearance: none;
  background: transparent;
}
.item5 .content .cell{
	padding: 20px 0;
	border-bottom: 1px dashed #d1d1d1;
	cursor: pointer;
}
.item5 .content .cell .tag{
	width: 50px;
	height: 23px;
	background: #E7EBF9;
	font-size: 12px;
	color: #4772f4;
}
.item5 .content .cell .tag.green{
	background: #E2F2E3;
	color: #13AC13;
}
.item5 .content .cell .tag.yellow{
	background: #FAECE1;
	color: #FF7903;
}
.item5 .content .cell .title{
	font-size: 18px;
	color: #232536;
	padding: 0 10px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.item5 .content .cell .title:hover{
	color: #444CFC;
}
.item5 .content .cell .time{
	font-size: 16px;
	color: #9597a2;
}
.item5 .right{
	padding-left: 50px;
}

#certify {
	position: relative;
}
#certify .swiper-slide {
	width: 576px;
	height: 426px;
	background: #f5f5f9;
	/* border-radius: 6px; */
	overflow: hidden;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
	position: relative;
}
#certify .swiper-slide .mask{
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
#certify .swiper-slide .mask.show{
	opacity: 1;
}
#certify .swiper-slide .img,#certify  .swiper-slide .video{
	display:block;
	width: 576px;
	height: 324px;
}
#certify  .swiper-slide .info {
	width: 100%;
	height: 102px;
	padding: 16px 20px;
}
#certify  .swiper-slide .info .name{
	font-size: 16px;
	line-height: 22px;
	color: #232536;
}
#certify  .swiper-slide .info .time{
	font-size: 13px;
	color: #9597a2;
}
#certify .playIcon{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 137px;
	cursor: pointer;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
#certify .playIcon.show{
	opacity: 1;
}
.item6 .right{
	/* width: 300px; */
	height: 340px;
	border-radius: 5px;
	background: #f8f8f8;
	position: relative;
	padding: 20px;
}
.item6 .right:before{
	content: '';
	width: 100%;
	height: 6px;
	background: #444CFC;
	border-radius: 5px 5px 0 0;
	position: absolute;
	left: 0;
	top: -3px;
	z-index: -1;
}
.item6 .right .tag{
	width: 104px;
	height: 35px;
	border-radius: 17.5px;
	background: #444cfc;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
}
#app{opacity: 0; animation-name: show; animation-fill-mode: forwards; animation-delay: 0.1s; animation-duration: 0.1s;}
@keyframes show{ 0%{ opacity: 0;} 100% {opacity: 1;} }
@-moz-keyframes show{ 0%{ opacity: 0;} 100% {opacity: 1;} }
@-o-keyframes show{ 0%{ opacity: 0;} 100% {opacity: 1;} }
@-webkit-keyframes show{ 0%{ opacity: 0;} 100% {opacity: 1;} }


.item6 .right .intro{
	font-size: 14px;
	line-height: 22px;
	color: #707070;
}
.item6 .right .content{
	overflow-y: scroll; width: 100%;
}
.item6 .right .content::-webkit-scrollbar {
	display: none;
	width: 0 !important;
	height: 0 !important;
	-webkit-appearance: none;
	background: transparent;
}
.item6 .head{
	border-bottom: 1px solid #B2B0BE;
}
.item5 .head{
	border-bottom: 1px solid #E1E1E1;
	height: 32px;
}
.tabs .cell{
	color: #232536;
	margin-right: 50px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #707070;
	position: relative;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.tabs .cell.cur{
	color: #232536;
	font-weight: bold;
}
.tabs .cell.cur::after{
	content: '';
	width: 100%;
	height: 3px;
	background-color: #444cfc;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.item6 .more{
	font-size: 14px;
	color: #9597a2;
}
.item6 .pic{
	height: 285px;
}
.item6 .nameBox{
	width: 100%;
	padding: 10px 15px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
	color: #fff;
}
.item6 ul li .col{
	width: 100%;
	padding: 13px; 
	position: relative;
	border-bottom: 1px dashed #D5D5D5;
	cursor: pointer;
}
.item6 ul li .name{
	font-size: 16px;
	color: #232536;
	transition: all .3s;
	-webkit-transition: all .3s;
}
/* .item6 ul li .name:hover{
	color: #444cfc;
	font-weight: bold;
} */
.item6 ul li:hover .name{
	color: #444cfc;
	font-weight: bold;
}
.item6 ul li .time{
	font-size: 12px;
	line-height: 18px;
	color: #9597a2;
}
.item6 ul li .col:before{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #BFC4C5;
	position: absolute;
	left: 0;
	top: 20px;
}
.item6 ul li .downLoad{
	color: #444CFC;
	display: block;
	font-weight: 700;
	margin-left: 10px;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.item6 ul li:hover .downLoad{
	opacity: 1;
}
.item7{
	background: url('../static/bg1.png') center no-repeat;
	background-size: cover;
}
.item7 .info{
	padding: 36px 38px;
}
.item7 .info .logo{
	width: 100px;
	height: 100px;
}
.item7 .name{
	font-size: 18px;
	color: #222;
}
.item7 .detail{
	font-size: 13px;
	color: #232536;
	line-height: 1.4;
}
.item7 .zw{
	font-size: 13px;
	color: #383c63;
}
.item7 .product{
	border-radius: 5px;
	background: #fff;
	padding: 20px 23px 50px;
}
.item7 .product .title{
	font-size: 16px;
	color: #222;
}
.item7 .product .pic{
	/* width: 60%;
	padding-top: 60%; */
	width: 113px;
	height: 113px;
	border-radius: 5px;
}
.item7 .product .name{
	font-size: 13px;
	color: #5c6172;
}
.item7 .exhibitor{
	height: 100%;
	padding: 0;
	background: rgba(255, 255, 255, 0.3);
}
.item7 .exhibitor .title{
	font-size: 20px;
	color: #222;
	padding: 18px 26px 13px;
}
.item7 .exhibitor ul li{
	height: 116px;
	padding: 20px 24px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.item7 .exhibitor ul li.cur{
	background: #fff;
}
.item7 .exhibitor ul li .pic{
	width: 76px;
	height: 76px;
	border-radius: 5px;
}
.item7 .exhibitor ul li .name{
	font-size: 17px;
	color: #222;
}
.item7 .exhibitor ul li .detail{
	font-size: 13px;
	color: #232536;
	padding-top: 5px;
}

@media (max-width: 769px){
	.item5 .content .cell .title{
		font-size: 14px;
	}
	.item5 .content .cell .time{
		font-size: 12px;
	}
	.item5 .right{
		padding-left: 0;
	}
	
	#certify  .swiper-slide {
		width: 300px;
		height: 250px;
		background: #f5f5f9;
	}
	#certify  .swiper-slide .img,#certify  .swiper-slide .video{
		display:block;
		width: 300px;
		height: 170px;
	}
	#certify  .swiper-slide .info {
		width: 100%;
		height: 80px;
		padding: 12px 16px;
	}
	#certify  .swiper-slide .info .name{
		font-size: 14px;
		line-height: 20px
	}
	#certify  .swiper-slide .info .time{
		font-size: 12px;
	}
	#certify .playIcon{
		top: 60px;
	}
	.item6 .right{
		margin-top: 20px;
		height: auto;
	}
	.tabs .cell{
		font-size: 14px;
		margin-right: 20px;
	}
	.item7 .product .pic{
		width: 80px;
		height: 80px;
	}
}
@media (max-width: 577px){
	.item2{
		padding-top: 0;
	}
	.item2 .pic{
		width: 50px;
		height: 50px;
		margin-top: 20px;
	}
	.item2 .name{
		font-size: 16px;
	}
	.item2 .intro{
		font-size: 12px;
		padding-top: 12px;
	}
	.item3 .title{
		font-size: 16px;
	}
	.item3 .titleMini{
		font-size: 12px;
	}
	.item4 .cell{
		height: 100px;
		border-radius: 10px;
		border: 1px solid #CBCBCB;
		margin-top: 20px;
	}
	.item4 .cell .logo{
		width: 90%;
		height: 90px;
	}
}
@media (max-width: 480px){
	.item7 .product .pic{
		width: 40px;
		height: 40px;
	}
}

.videoPopup{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 500;
}
.videoPopup .video{
	width: 100%;
	max-height: 80vh;
}
.videoPopup .close{
	position: absolute;
	right: 0;
	top: -50px;
	cursor: pointer;
}
.videoBox{
	position: relative;
}