.container{
	max-width: 1100px;
}

.first{
	margin: 0;
}
/*视频*/
.video-container{
	width: 100%;
	position: relative;
}
.video-container .video-wrapper{
	width: 100%;
}
.video-container .video-wrapper video{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.video-wrapper-mob{
	width: 100%;
	display: none;
}
.video-container .video-wrapper-mob video{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}


.video_wrap{
	width: 100%;
	height: 100%;/*高度跟随视频高度修改*/
/*	background: #00000066;*/
	position: absolute;
	top: 0;
	left: 0;
}
.video_content{
	max-width: 1200px;
	margin: 0 auto;
}
.video_banner{
	width: 100%;
	margin: 300px auto 0;
	padding: 20px 0 0 0 ;
	text-align: center;	
}
.video_banner .logo{
	text-align: center;	
	display: block;
	width: 30%;
	margin: 0 auto;
}
.video_banner .banner_title{
	text-align: center;	
	display: block;
	width: 65%;
	margin: 0 auto;
}

.banner_btns{
	width: 80%;
	margin: 40px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner_btn_text{
	width: 30%;
	margin: 0 20px;
	padding: 10px 0;
	text-align: center;
}
.banner_btn_text a{
	color: #ffffff;
	font-size: 30px;
	font-weight: 500;
	font-family: 'Alibaba-PuHuiTi-Bold';
}
.btn_left{
	background: linear-gradient(to right, #000000, #00ff99);
}
.btn_right{
	background: linear-gradient(to right, #00ff99, #000000);
}

/* 延迟加载内容的样式 */
.content-hidden {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}
.content-visible {
	opacity: 1;
	visibility: visible;
}


/*通用标题*/
.container_title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.container_title img{
	width: 30%;
}
.container_titletext{
	width: 30%;
	font-family: 'Alibaba-PuHuiTi-Bold';
	font-size: 40px;
	margin: 0 20px;
	text-align: center;
	font-weight: 700;
	
	background: linear-gradient(to right, #00ff99, #000000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
}


/*第二*/
.second{
	margin: 40px auto -50px;
	position: relative;
	z-index: 1000;
}
.desc_main{
	width: 100%;
	margin: 20px auto;
}
.desc_main p{
	font-size: 26px;
	font-family: 'DIN-Bold';
}
.desc_main p span{
	color: #21d375;
	font-size: 26px;
	font-weight: 700;
    font-family: 'DIN-Bold';
}
.desc_more{
	width: 120px;
	margin: 20px auto;
	padding: 10px 0;
	background: linear-gradient(to right, #00ff99, #000000);
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #ffffff;
}
.desc_more a{
	color: #ffffff;	
	display: flex;
	align-items: center;
	justify-content: center;
}
.desc_more img{
	margin-left: 10px;
	width: 14px;
}


/*第三*/
.third{
	width: 100%;
	padding: 160px 0 100px;
	background: url(../imgs/scale_bg.png) no-repeat ;
	background-size: 100% 100%;
	
	position: relative;
	z-index: 999;
}
.scale_lists{
	padding: 40px 0;
	width: 100%;
}
.scale_lists ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.scale_lists ul li {
    width: 23%;
    margin: 20px 3px;
    border-radius: 10px;
}
.scale_lists .iconBack{
    width: 50%;
    padding: 10px 0px;
    margin: 0 auto;
    border-radius: 20%;
}
.scale_lists .iconText{
    width: 100%;
    text-align: center;
}
.scale_lists .iconText p:nth-child(2){
	display: inline;
    color: #ffffff;
    padding: 4px 20px;
    font-weight: 500;
    font-size: 20px;
	background: linear-gradient(to right, #00ff99, #000000);
}
.scale_lists ul li img {
    display: block;
    width: 60%;
    margin:0 auto;
}

.scale_lists ul li p {
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-family: 'DIN-Bold';
	font-size: 28px;
}
.scale_lists ul li p span{
	color: #000000;
	font-size: 30px;
}

/*第四*/
.fourth{
	width: 100%;
	background: linear-gradient(to bottom, #dffff2, #ffffff);
	
	margin-top: -140px;
	padding-top: 140px;
}
.product_lists{
	width: 100%;
}
.product_lists ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product_lists ul li{
	width: 23%;
    margin: 20px 1%;
    border-radius: 10px;
}
.product_lists ul li .product_img{
	width: 100%;
}
.product_lists ul li .product_img img{
	width: 100%;
}
.product_lists ul li .product_title{
	font-size: 20px;
	margin: 10px 0;
	text-align: center;
}


/*第五*/
.fifth{
	width: 100%;
	margin: 40px auto;
}
.container_fifth_title{
	width: 100%;
}
.container_fifth_titletext{
    width: 100%;
    font-family: 'Alibaba-PuHuiTi-Bold';
    font-size: 40px;
    margin: 0 20px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(to right, #00ff99, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.speakers-section .speaker-swiper {
  margin: 40px 0;
  position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.speakers-section .speaker-swiper .swiper-slide .speaker-item {
  padding: 10px;
  min-height: 310px;
}

.speakers-section .speaker-swiper .swiper-slide .speaker-item .speaker-img {
  padding: 0px 10px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}

.speakers-section .speaker-swiper .swiper-slide .speaker-item .speaker-img img {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  border-radius: 50%;
}

.speakers-section .speaker-swiper .swiper-slide .speaker-item .speaker-desc {
  font-size: 14px;
  padding: 10px 0;
 text-align: center;
}

.speakers-section .speaker-swiper .swiper-slide .speaker-item .speaker-desc .speaker-name {
  text-align: center;
}
.speakers-section .speaker-swiper .swiper-slide .speaker-item .speaker-desc .speaker-name p {
  display: inline-block;
  padding: 5px 0;
  font-weight: bold;
  font-size: 20px;
}
.speakers-section .speaker-swiper .swiper-slide .speaker-item .speaker-desc .speaker-bottom{
	width: 100%;
	height: 4px;
	background: linear-gradient(to right,#000000,#00ff99,#000000);
}

.speakers-section .speaker-swiper .swiper-slide .speaker-item .speaker-desc .speaker-job {
  display: inline-block;
  padding: 5px 0;
  color: #000000;
  text-align: center;
  font-size: 18px;
  
  display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}





/*第六*/
.news_wrap{
	width: 100%;
}
.news_wrap ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.news_wrap ul li{
	width: 48%;
	min-height: 50px;
	margin: 20px auto;
	padding: 0 0 0 16px;
	border-left: 3px solid #01ff8f;
}
.news_wrap ul li .news_item{
	width: 99%;
	margin: 0 auto;
}
.news_wrap ul li .news_item .news_title{
	margin: 0 0 40px 0 ;
}
.news_wrap ul li .news_item .news_title a{
	font-size: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_wrap ul li .news_item .news_item_bottom_wrap{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news_wrap ul li .news_item .news_item_bottom_wrap .news_item_bottom{
	display: flex;
	align-items: center;
	justify-content: center;
}
.news_wrap ul li .news_item .news_item_bottom_wrap .news_item_bottom img{
	width: 10px;
	margin-left: 10px;
}
.news_wrap ul li .news_item .news_item_bottom_wrap .news_item_time{
	font-size: 16px;
	color: #939393;
}

.news_wrap ul li .news_item .news_item_bottom_wrap .news_item_bottomtext{
    font-family: 'ALIMAMAFANGYUANTIVF-THIN';
    background: linear-gradient(to right, #00b264, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*第七*/
.seventh{
	width: 100%;
	
	background: url(../imgs/buyer_bg.png) no-repeat;
	background-size: 100% 100%;
}

.buyer_wrap{
	width: 100%;
}

.buyer_title{
	width: 100%;
	margin: 20px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.buyer_titletext{
	font-family: "Alibaba-PuHuiTi-Bold";
	font-size: 40px;
	font-weight: 700;
	
	background: linear-gradient(to right, #ffffff, #b6ffe1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.buyer_titlemore{
	width: 120px;
	margin: 20px 0;
	padding: 3px 0;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: linear-gradient(to right, #ffffff, #b6ffe1);
	display: flex;
	align-items: center;
	justify-content: center;
}
.buyer_titlemore img{
	margin-left: 10px;
	width: 14px;
}

.buyer_inputs_lists{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.buyer_inputs_lists .rtInput{
    padding: 7px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: 0;
    background: #ffffff00;
    color: #fff;
}
.buyer_inputs_lists .rtInput option{
	    color: #000;
}

.r1{
	width: 15%;
}
.r2{
	width: 76%;
}
.buyer_inputs_lists .lookBtn{
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
}

.buyer-list{
	width: 100%;
	padding-bottom: 30px;
}
.buyer-list .buyer-item{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 6px 0;
}
.buyer-list .buyer-item .buyer-boothNumber{
	width: 10%;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	padding: 6px 0;
	color: #fff;
	background: linear-gradient(to right, #00ff99, #000000);
}
.buyer-list .buyer-item .buyer-name{
	width: 73%;
	padding: 6px 12px;
	color: #fff;
	border: 1px solid #20d375;
}
.buyer-list .buyer-item .buyer-btn{
	width: 15%;
	color: #fff;
	padding: 6px 8px;
	text-align: center;
	background: linear-gradient(to right, #00ff99, #000000);
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.buyer-list .buyer-item .buyer-btn a{
	color: #fff;
}
.buyer-list .buyer-item .buyer-btn a:hover{
	color: #fff;
}
.buyer-list .buyer-item .buyer-btn img{
	width: 24px;
	margin-right: 8px;
}

/*第八*/
.eighth{
	width: 100%;
	padding: 40px 0;
	background: #f2f3f7;
}
.recommend_wrap{
	width: 100%;
	
}
.recommend_lists{
	width: 100%;
	margin: 20px 0;
	/*display: flex;
	align-items: center;
	justify-content: space-between;*/
	overflow: hidden;
	
}
.recommend_item{
	width: 31%;
	background: #fff;
	color: #ffffff;
}
.recommend_item_logo{
	width: 100%;
	height: 230px;
	line-height: 230px;
	text-align: center;
}
.recommend_item_logo img{
	width: 80%;
	vertical-align: middle;
	margin: 20px auto;
}
.recommend_item_content{
	width: 100%;
	
	background: url(../imgs/recommend_bottombg.png) no-repeat;
	background-size: 100% 100%;
}
.recommend_item_content_cnname{
	width: 80%;
	margin: 0 auto;
	padding: 10px 0 8px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recommend_item_contents{
	width: 80%;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.recommend_item_contents_bno{
	font-size: 26px;
}
.recommend_item_contents_more a{
	font-size: 12px;
	color: #22d378;
	border: 1px solid #22d378;
	padding: 4px 8px;
}


/*第九 第十*/
.ninth{
	width: 100%;
	padding: 40px 0;
	background: #f2f3f7;
}
.partner_lists{
    width: 100%;
    margin: 20px 0;
    padding-bottom: 2px;
    overflow: hidden;
}
.partner_item{
	display: block;
    text-align: center;
    border: 1px solid #eee;
    box-shadow: 1px 1px 3px #eee;
    padding: 10px;
    background: #fff;
}
.partner_item img{
	width: 100%;
}
.media_lists{
    width: 100%;
    margin: 20px 0;
    padding-bottom: 2px;
    overflow: hidden;
}
.media_item{
	display: block;
    text-align: center;
    border: 1px solid #eee;
    box-shadow: 1px 1px 3px #eee;
    padding: 10px;
    background: #fff;
}
.media_item img{
	width: 100%;
}

/*第十*/
.tenth{
	width: 100%;
	padding: 40px 0 0;
	margin-bottom: -30px;
	background: #f2f3f7;
}
.organization_wrap{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.organization_lists{
	width: 40%;
}
.organization_title{
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #21d375;
}
.organization_lists ul li{
	margin: 10px 0;
	font-size: 20px;
}
.organization_lists ul li img{
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 1px 1px 3px #eee;
}


.contactlogo_lists{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.contactlogo_item{
	width: 30%;
	text-align: center;
}
.contactlogo_item_title{
	font-size: 22px;
	margin-bottom: 10px;
}
.contactlogo_item_title span{
	font-size: 22px;
	color: #23d273;
    font-weight: 700;
}
.contactlogo_item_logobg{
	width: 100%;
	background: url(../imgs/contact_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 10px;
}
.contactlogo_item_logobg img{
	width: 100%;
}



@media screen and (max-width: 1620px) {
	.video_banner {
	    margin: 240px auto 0;
	}
}

@media screen and (max-width: 1420px) {
	.video_banner {
	    margin: 200px auto 0;
	}
}

@media screen and (max-width: 1300px) {
	.video_banner {
	    margin: 120px auto 0;
	}
}

@media screen and (max-width: 992px) {
	.video_banner {
	    margin: 30% auto 0;
	}
	.video_banner .logo {
	    width: 50%;
	}
	.video_banner .banner_title {
	    width: 85%;
	}
	.banner_btns {
		width: 90%;
	    margin: 56px auto 0;
	}
	.banner_btn_text {
    	width: 40%;
    }
	.banner_btn_text a{
	    font-size: 14px;
	}
	.video-container .video-wrapper{
		width: 100%;
		display: none;
	}
	
	.video-wrapper-mob{
		width: 100%;
		display: block;
	}
	.video-wrapper-mob img{
		width: 100%;
	}
	
	.container_titletext {
		width: 40%;
		margin: 0 10px;
	    font-size: 18px;
	}
	.container_title img {
	    width: 28%;
	}
	
	.desc_main p {
	    font-size: 18px;
	}
	.desc_main p span{
	    font-size: 18px;
	}
	
	.container_fifth_titletext {
	    font-size: 18px;
	    width: 76%;
	    margin: 0 auto;
	    font-weight: 700;
	}
	
	.second {
	    margin: 40px auto 0px;
	}
	
	.third {
	    padding: 60px 0 50px;
	    background: url(../imgs/scale_mobbg.png) no-repeat;
	    background-size: 100% 100%;
	}
	.scale_lists ul li {
	    width: 47%;
	}
	.scale_lists .iconText p:nth-child(2) {
	    font-size: 14px;
	    padding: 4px 8px;
	}
	
	
	.seventh {
	    width: 100%;
	    background: url(../imgs/buyer_mobbg.png) no-repeat;
	    background-size: 100% 100%;
	}
	
	.product_lists ul li {
	    width: 47%;
	}
	
	.product_lists ul li .product_title {
	    font-size: 16px;
	}
	
	/*.speakers-section .speaker-swiper .swiper-slide .speaker-item .speaker-img {
	  height: 50px;
	  width: 50px;
	}
	
	.speakers-section .speaker-swiper .swiper-slide .speaker-item .speaker-img img {
	  width: 50px;
	}*/


	.news_wrap ul li {
	    width: 88%;
	}
	
	select option{
		background: #000;
	}
	.rtInput {
        padding: 7px 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        outline: 0;
        font-size: 12px;
    }
   	.r1 {
	    width: 25%;
	}
    .r2 {
        width: 53%;
    }
	.buyer_inputs_lists .lookBtn {
		padding: 7px 18px;
        font-size: 12px;
	}
	.buyer-list .buyer-item {
		display: flex;
	    flex-wrap: wrap;
	}
	.buyer-list .buyer-item .buyer-boothNumber {
		width: 15%;
		margin: 5px 0;
	}
	.buyer-list .buyer-item .buyer-name {
		width: 85%;
	}
	.buyer-list .buyer-item .buyer-btn {
		width: 99%;
	}
	

	.recommend_lists {
		display: block;
	}
	.recommend_item {
	    width: 91%;
	    margin: 10px auto;
	}
	
	
	
	.organization_wrap {
	    width: 100%;
	    display: block;
	}
	.organization_lists{
		width: 99%;
	}
	.contactlogo_lists{
		width: 99%;
		margin-top: 25px;
	}
	.contactlogo_item {
	    width: 30%;
	    text-align: center;
	}
	.organization_lists ul li{
		font-size: 14px;
	}
	.contactlogo_item_title {
	    font-size: 14px;
	}
	.contactlogo_item_title span {
	    font-size: 14px;
	    font-weight: 700;
	}
	
	.tenth {
	    margin-bottom: 0px;
	    padding-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	
}