/* 色彩&字体 */
.white{
    color: white;
}
.grey{
    color: #ddd;
}
.darkgray{
    color: #888;
}
.grey-bg{
    background-color: #eee;
}
.cyan-bg{
    background-color: #b4e1f8;
}
.blue-bg{
    background-color: #004f92;
}
.white-bg{
    background-color: white;
}
.font18{
    font-size: 18px;
}
/* 细节调整 */
*{
    margin: 0;
    padding: 0;
}
a{
    color: black;
}
a:hover{
    text-decoration-line: none;
    color: #108;
}
ul,li{
    list-style-type: none;
}
.lb{
    display: inline-block;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear::after{
    content: '';
    display: block;
    clear: both;
}
.widthMax{
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.listnone{
    list-style-type: none;
}
.relative{
    position: relative;
}
.etc{
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
}
.pdver-15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.pdver-18{
    padding-top: 18px;
    padding-bottom: 18px;
}
.mgver-10{
    margin-top: 10px;
    margin-bottom: 10px;
}
.section1{
	width: 20%;
	padding: 2px 15px;
}
.section2{
	width: 76%;
	padding: 2px 15px; 
}

/* 主体 - 头部 */
.search{
    margin-top: 40px;
}
.searchbar{
    width: 210px;
    height: 28px;
    border: 0;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #ccc;
}
.searchBtn{
    position: relative;
    height: 28px;
    width: 42px;
    padding: 1px 8px;
    font-size: 0.95rem;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #049 url("../icon/search.svg") no-repeat center;
    background-size: contain;
    vertical-align: middle;
}
.nav_li{
    display: inline-block;
    width: 9%;
    padding: 12px 0px;
}
.nav_li>a{
    color: white;
    font-size: 18px;
}
/* 中间内容 */
.posi{
	background-color: #049;
	padding: 5px 20px;
	margin-bottom: 15px;
}
.posi a{
	color: white;
}
.head{
    font-size: 32px;
}
.sub{
    font-size: 18px;
}
.contentText{
    padding: 25px 75px;
    font-size: 16px;
    text-indent: 2em;
}
.contentText>img{
	display: block;
    width: 480px;
    margin: 18px auto;
}
.last{
    text-align: right;
}

/* 底部 */
.footer{
	padding: 10px 0;
	color: white;
}