﻿@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
	html,body{

		display:webkit-box;
		paddingbottom:10px;
		margin-bottom:-10px;
	}
	.banner-main{
		flex-wrap: wrap;
	}
	.banner-numbox{
		width:42%;
		margin-top: 20px;
	}
	.bannerbg{
		width: auto;
	}
	.zhuban-img{
		width: 89.9vw;
	}
	.tesetitle{
		height: 8.157vw;
		margin: 9vw auto;
	}
	.reg-btnimg{
		width: 61.35vw;
	}
	.meeting-items{
		height: 32vw;
	}
	.codeimgbox{
		display: block;
		flex-wrap: wrap;
	}
	.codeimgbox img{
		width: 30vw;
		height: 30vw;
	}
	.telbox{
		border: 0;
		margin: 0;
		margin-top: 3vw;
		padding: 0;
	}
	.zhanhuimingzi{
		padding: 5vw;
	}
	.mobileshow{
		display: block;
		position: fixed;
		bottom: 20vw;
		width: 100%;
		z-index: 999999999;
		background-color: rgba(255,255,255,0.8);
		padding: 3vw 0;
	}
	.mobileshow a{
		display: inline-block;
	}
	
	.mobileshow .reg-btn{
		margin: 0
	}
	.jumpnum{
		font-size: 14px;
	}
	.jianjiebox{
		font-size: 14px;
	}
	.itemsiimg{
		width: 95vw;
	}
	.meeting-items{
		font-size: 14px;
	}
	.meet-titlebox .meeting-items{
		font-size: 16px;
	}
	.telbox p{
		font-size: 16px;
		line-height: 1.8;
	}
	.tommtobox{
		display: block;
		text-align: center;
		
	}
	.tommtoboximg{
		width: 90%;
		height: auto;
	}
	.jumptext{
		font-size: 14px;
	}
}