.top{
	height: 100px;
	background-color: #fff;
	font-size: 16px;
}
body{
    max-width: 1920px;
    /* background-color: #eee; */
    /* overflow: hidden; */
}
.daohang ul{
  list-style-type: none; 
  margin: 0;
  padding: 0;
  display: flex; 

 
}
.daohang ul li{
    margin-right: 10px;
}

.panel1{
    height: 872px;
    max-width: 100%;
}
.panel2{
    background: url(../img/AD0Imb2ACxACGAAg1LzZ_QUo2IGXsQYwgA848AI.jpg) repeat top, transparent;
    background: url(../img/AD0Imb2ACxACGAAg1LzZ_QUo2IGXsQYwgA848AI.jpg) repeat top, transparent;
    background-size: cover;
}


.clearfix {
    zoom: 1;
}
.keyword a{
	 text-decoration: none;
}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.searchBar{
	height: 300px;
	background-color: #aaffff;
}
.contentbody{
	height: 300px;
	background-color: #aabbff;
}
.foot{
	height: 330px;
	background-color: #55ff7f;
}

.keyword a{
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}

.text-blue{
	color:#66b1ff;
	font-size: 20px;
}
.flex-column{
	 display: flex;
	 flex-direction: column;
}
.justify-content-center{
	justify-content: center;
}
.padding{	padding: 10px;}
.margin-tb-sm {margin-top: 10px;margin-bottom: 10px;}
.margin-left-sm{margin-left: 10px;}
.margin {margin: 10px;}
.margin-top{margin-top: 20px;}
.margin-bottom{margin-bottom: 20px;}
.clear {
	clear: both
	}
    
a{color:#047DB6;text-decoration:none}
a:hover{color:#f60}
    

.flex {display: flex;flex-wrap: wrap;}
.flex-sub {flex: 1;}
.fb25{
	flex-basis: 23%;
}
.flex-twice {flex: 2;}
.flex-three {flex: 3;}
.shadow{    box-shadow: 3px 3px 4px rgb(0 102 204 / 20%);}
.cursor{	cursor: pointer;}
.font12px { font-size: 12px; }
.font14px { font-size: 14px; }
.font16px { font-size: 16px; }
.font18px { font-size: 18px; }
.font20px { font-size: 20px; }
.font32px { font-size: 32px; }
.shadow{    box-shadow: 3px 3px 4px rgb(0 102 204 / 20%);}
	
.text-red{color:#f03}
.text-blue{color:#39c}
.text-yellow{color:#fc0}
.text-orange{color:#f90}
.text-green{color:#393}
.text-maven{color:#636}
.text-white{color:#fff}
.text-grey{color:#A9A9A9}
.text-left{ 	text-align: left;}
.text-right{ 	text-align: right;}
.text-center{text-align: center;}



.bg-blue{background-color: #99CCFF;}
.bg-red{background-color: #FFCCCC;}
.bg-yellow{background-color: #FFFFCC;}
.bg-orange{background-color: #FFCC99;}
.bg-green{background-color: #CCFFCC;}
.bg-maven{background-color: #CCCCFF;}
.bg-white{background-color: #fff;}
.bg-grey{background-color: #ccc;}
