@media screen and (max-width:1000px){
    .banner>.nav>.nav_in>ul>li{
        line-height: 43px;
    }
}
.nav{
	width: 100%;
	background: #51b5e4;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
}
.nav_in{
	width: 1000px;
	margin: auto;
}
.nav_in>ul{
	overflow: hidden;
}
.nav_in>ul>li{
	float: left;
	line-height: 74px;
}
.nav_in>ul>li>a{
	padding: 0 26px;
	color: #fafbff;
	font-size: 18px;
}
/*banner图*/
.banner{
	width: 100%;
	position: relative;
}
.banner_in{
	width: 100%;
}
.title{
	width: 24%;
	position: absolute;
	top: 24%;
	left: 52%;
	animation: title 3s ease-in ;
}
@keyframes title{
	0%{
		transform: translate(66%);
	}
	100%{
		transform: translate(0%);
	}
}
.logo1{
	width: 8%;
	position: absolute;
	top:75.5%;
	left: 31.5%;
	animation: logo 3s ease-in ;
}
.logo2{
	width: 6%;
	position: absolute;
	top: 75%;
	left: 40.5%;
	animation: logo 3s ease-in ;
}
@keyframes logo{
	0%{
		transform: translateY(-66%);
	}
	100%{
		transform: translateY(0%);
	}
}
/*会议日程*/
.schedule{
	width: 100%;
}
.schedule_in{
	width: 1000px;
	margin: auto;
}
.schedule_in>h1{
	text-align: center;
	font-size: 26px;
	line-height: 100px;
}
.scoll-in::after,.scoll-in::before{
	content: " ";
	display: block;
	clear: both;
}
.box-in{
	width: 1000px;	
	margin-top: 50px;
	display: none;			
}
.img{
	width: 800px;
	margin: auto;
}
.scoll-in>li{
	width: 20%;
	margin: 0 3%;
	height: 60px;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 20px;
	text-align: center;
	padding-top: 20px;
	border-radius: 40px;
	color: #3b98c4;
	background-color: #e4f7ff;
	float: left;
	cursor: pointer;
}
.scoll li:last-child{
	border-right: 0;
	margin: 0;
}
.scoll li span{
	font-size: 12px;
}
.box{
	overflow:hidden;
}
.Course{
	font-size: 14px;
	color: #3b98c4;
	cursor: pointer;
	width: 10%;
	float: left;
	text-align: center;
}
.Course li{
	margin-bottom: 30px;
}
.pic_in{
	float: left;
	width: 80%;
	margin-left: 6%;
	display: none;
}
.pic_in>img{
	width: 100%;
}
.bg{
	font-weight: bold;
	box-shadow: 5px 5px 5px #888888;
}
.block{
	display: block;
}
.font{
	font-weight: bold;
	font-size: 16px;
}
/*底部*/
.footer{
	width: 100%;
	margin-top: 50px;
	background: #323232;
}
.footer_in{
	width: 1000px;
	margin: auto;
	overflow: hidden;
	padding: 20px 0;
}
.footerLogo{
	float: left;
}
.footerLogo ul{
	overflow: hidden;
}
.footerLogo ul li{
	float: left;
	margin-right: 10px;
}
.our{
	color: #c1c6c6;
	text-align: center;
	font-size: 14px;
	line-height: 64px;
}
.last{
	text-align: center;
	color: #c1c6c6;
	font-size: 12px;
}
.in{
	position:relative;
	width: 1000px;
	margin: auto;
}
.huigu{
	width: 120px;
	display: none;
	position:absolute;
	right: 2%;
	top:74px;
    padding-top:3px;
	z-index:6;
	background-color: #085c7e;
	padding: 10px;
}

.huigu>li{
	
	border-bottom: 1px dashed white;
}
.huigu li:hover a{
	color:#ffe732;
}
.huigu li a{
	color:rgba(255,255,255,.8);
	line-height: 40px;
	padding:0px 10px;

}