html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box; /* Ensure padding and borders are included in element sizes */
}
a,a:hover,a:active{
text-decoration: none;
color:#FFF;

}
a:visited{
	color: #FFF;
}
 a:hover img{filter:alpha(Opacity=75);-moz-opacity:0.75;opacity: 0.75;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
body {
    line-height: 1;
}
 
ol, ul {
    list-style: none;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}
 
/* Custom Styles */
body {
   /*  background: white;*/
   background-image:url(../image/linien_bg.jpg);
    color: black;
    font-family: Arial, sans-serif;
}
 
/* 其他自定义样式 */
#app {
    width: 800px;
    margin: 0 auto;
    padding: 0 0;
    clear: both;
    background-color: #fcfafb;
}
.header{
    height: 167px;
    background:url(../image/back.jpg);
    position: relative;
}
.logo{
    width: 133px;
    height: 133px;
    position: absolute;
    top: 50%;
    left: 45px;
    transform:translateY(-50%);
    
}
.logo img{
    width: 100%;
    height: 100%;
}
.topImg{
    width: 545px;
    height: 136px;
    position: absolute;
    top: 50%;
    left: 223px;
    transform:translateY(-50%);
    
}
.navTab{
    height: 40px;
    background: #006939;
    display: flex;
}
.navTabFlex{
    min-width: 185px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.navTabFlex:hover{
    background-color: rgba(238, 188, 60, 0.2);
}
.tabBg{
    background-color: #ebae17;
}
.contBox{
    width: 100%;
    display: flex;
	min-height: calc(100vh - 421px);/*用于中间区域放大缩页都正常高，100%的高－抬头和下部的高度*/
	max-height: 100%;
}
.contFlex{
    width: 150px;
	padding: 0px 0px 100px 0px;
}

.cont_ul{
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
}
.cont_li{
    padding:1px 1px;
    width: 150px;
    /*height: 113px;*/
    border: 2px solid #e5e5e3;
    background: #fff;
    box-sizing: border-box;
}
.cont_li_bottom{

height: 6px;
    
    background: #e5e5e3;
    box-sizing: border-box;
}
.cont_li:last-child{
    margin-bottom: 8px;
}

.footer{
    width: 100%;
     /*min-height: 226px;*/
    color: #fff;
}
.footerTop{
    width: 100%;
    height: 100%;
    background-color: #006939;
    padding: 15px 0;
}
.footNav{
    display: flex;
    width: 442px;
    margin: 0 auto 30px auto;
    font-size: 16px;
    text-align: center;
}
.footNav a{
    cursor: pointer;
    flex: auto;
    text-decoration-line: underline;
    text-underline-offset: 3px;
}
.footNav a:hover{
    transform: scale(1.1);
}
.footInter{
    width: 442px;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
}
.footLogo{
    min-height: 126px;
    background: #fff;
    padding:0 20px;
}
.foot_ul{
    width:100%;
    margin: 0 auto;
    padding:0;
    float: left;
}

.foot_ul li {
    width: 76px;
    height: 56px;
    float: left;
    
}
.foot_ul li img{
    width: 100%;
    height: 100%;
    border: none;
    
}
