*{
	margin: 0;
	padding: 0;
}
body{
	max-width: 100%;
}
ul,ol{
	list-style: none;
}
select{
	text-align: center;
	text-align-last: center;
}
#container{
	max-width: 90%;
	/*background-color:#6C757D;*/
	margin: 0 auto;
}
.header{
	max-width: 95%;
	margin: 0 auto;
	height: 70px;
	line-height: 70px;
}
.header_main{
	clear: both;
	/*background-color: red;*/
	width: 80%;
	float: left;
}
.header_main p{
	font-size: 180%;
}
.weather{
	float: right;
	/*background-color: green;*/
	width: 20%;
}
#weather_div{
	height: 100px;
	float: left;
	width: 50%;
	text-align: right;
	/*background-color: yellow;*/
}
#weather_div p{
	margin: 0;
	padding: 0;
	height: 20px;
}
.weather img{
	float: right;
	width: 35%;
	height: 100%;
}
.navbar{
	width: 100%;
	background-color: #d71518;
	/*background-color: gold;*/
	border-radius:5px;
}

.nav-link{
	font-size: 110%;
	color: #fff;
}
.nav-link:hover{
	color: #000000;
}

.navbar-nav{
	width: 100%;
	/*background-color: black;*/
}
.navbar-toggler{
	
}
.navbar-toggler-icon{
	margin-left: 0;
}
#weizhi{
	float: right;
	width: 100%;
	/*background-color:green;*/
}
.collapse {
	width: 50%;
	/*background-color: blue;*/
}
.search_span{
	margin-left: 10%;
	/*background-color: yellow;*/
	height: 50px;
	width: 30%;
	float: right;
	border-radius: 5px;
}
.search_span:hover{
	border:1px solid #11A3FC;
}
#xuanze{
	float: left;
	width: 15%;
	height: 100%;
	border: none;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	outline: none;
}
.search_input{
	float: left;
	height: 100%;
	width: 72%;
	border:#56b4ef;
	border-right:none ;
	outline: none;
	padding-left: 5%;
}

.search_btn{
	height: 100%;
	background-color: #CED4DA;
	/*background-color: green;*/
	width: 13%;
	border: none;
	background-image: url(../img/fangdajing.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position:center;
	border-top-right-radius:5px ;
	border-bottom-right-radius:5px ;
}
.search_btn:focus{
	outline: none;
}

.section{
	max-width: 100%;
	margin: 0 auto;
}
.section  section{
	/*width: 100%;
	height: 400px;*/
	margin-top: 20px;
	margin-bottom:20px;
	border:1px solid #ccc;
	border-radius:10px ;
	padding:1% 1%;
	box-sizing: border-box;
}

.section1{
	float: left;
	clear: both;
	width: 20%;
	height: 600px;
	overflow-y: auto; /* 设置纵向滚动条 */
	overflow-x: hidden;/* 设置横向滚动条隐藏 */
	/*background-color: red;*/
}
.section1 .kuaijiexuanxiang{
	font-size: 120%;
	/*background-color: red;*/
}
.section1 .kuaijiexuanxiang img{
	width: 25px;
}
#section2{
	width: 78%;
	float: right;
	height: 600px;
	/*background-color: yellow;*/
	overflow-y: auto; /* 设置纵向滚动条 */
	overflow-x: hidden;/* 设置横向滚动条隐藏 */
}
#section2 .tesemeishi{
	font-size: 120%;
	width: 100%;
}
#section2 .tesemeishi img{
	width: 25px;
}
.col-6{
	margin-bottom: 5%;
}
.card{
	overflow: hidden;
}
.card img{
	width: 100%;
	height: 11vw;
	object-fit: cover;
	cursor: pointer;
	transition: all 0.6s;
}
.card img:hover{
	transform: scale(1.1);
}

footer{
	clear: both;
	width: 100%;
	/*height: 200px;*/
	color:#000;
	padding: 0.5%;
	border-radius:5px ;
	background-color: #CCCCCC;
	margin-bottom: 50px;
}
footer p{
	cursor: pointer;
}
footer a{
	color: black;
}
footer a:hover{
	color: black;
	text-decoration: none;
}
footer .necessaryInfo{
	width: 99%;
	/*background-color: antiquewhite;*/
}
