@charset "utf-8";
:root {
	--main-bg-color: #0045A2;
}
#header{
	background-color:#ffffff;/**#20629E;**/ 
	margin-bottom:10px;
}
#header .container {
	position: relative;
  }
.navbar-toggle .icon-bar{
	background-color:#0045A2;
}
.header .logo{
	background:url(//www.syd.com.cn/newscenter/images/syd-2023-newscenter-logo.png) center center #EDEDED no-repeat;
}
/************.sub-nav**************/
.header .sub-nav{
	position: relative;
	background-color:#0045A2;
}
.header .sub-nav ul{
    margin:0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
	text-align:center;
    flex-wrap: wrap;
	/* margin-bottom:0px; */
}
.header .sub-nav li{
	display: inline-block;
	margin:0px;
	padding:0px 2px;
}
.header .sub-nav li a{
	line-height: 33px;
	font-size:14px;
	color:#ffffff;
}

#footer.channel{
	color: rgb(102, 102, 102);
	position: relative;
	margin-top:0px;
	padding-bottom:10px;
}
#footer::before{
	display: none!important;
}
#footer a{
	text-decoration: none;
	color: rgb(102, 102, 102);
}
#footer .center>a{
	display: none;
}
#footer .center>div:not(:last-child){
	display: none;
}
#footer .about_us{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#footer .adPrice{
	/* float:left;
	margin:25px 0px 0px 15px; */
	margin-right:50px;
}
#footer .report_btn {
	margin-left: 50px;
  }
#footer .about {
	/* margin: 20px 10px 10px 220px; */
	width:auto;
	min-height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: rgb(102,102,102);
}
#footer .about a{
	display: inline-block;
	padding-right:20px;
	border-right: solid 1px;
	margin-right:10px;
}
#footer .about span{
	margin-left:15px;
}
#footer .about .l2 span{
	margin-left:0px;
	margin-right:15px;
}
#footer .copyRight {
	/* margin-left:220px; */
	height: 20px;
	/* margin-top:10px; */
	font-size:12px;
}
#footer.channel .statement{
	margin-top:40px;
	font-size: 14px;
}
#footer.channel .statement a{
	color: rgb(102, 102, 102);
	font-size:12px;
}
@media (min-width:992px){
	body{
		background:linear-gradient(to bottom,#FFFFFF 0% ,#EBF1FA 30%,#D9E4F6 100%);
	}
	#footer{
		background:linear-gradient(to bottom,
		transparent 0%,transparent 65px,
		#F2F2F5 65px,#F2F2F5 100%)!important;
		margin-top:30px;
	}
	#footer .center>a{
		display:inline;
	}
	#footer .center>div:not(:last-child){
		display: flex;
	}
}
#footer.channel{
	min-width: auto;
}
