@charset "UTF-8";
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block;
}

body{
    line-height:1;
    overflow-x: hidden;
    margin: 0;
    border: 0;
}

ol,ul{
    list-style:none;
}

.clear{
    display:block; 
    float:none; 
    clear:both; 
    overflow:hidden; 
    visibility:hidden; 
    width:0; 
    height:0; 
    background:none; 
    border:0; 
    font-size:0;
} 

.clearfix:before, .clearfix:after{
    content:""; 
    display:table;
}

.clearfix:after{
    clear:both;
}

.clearfix{
    zoom:1;
}

body, html, input, button, select{
    font-family: "Noto Sans SC";
}

ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover{
    text-decoration: none;
}

.positionDiv {
    position: relative;
}

.loading-div {
    height: 100%px;
    min-height: 720px;
    width: 100%;
    min-width: 1280px;
    background-color: #ffffff;
    vertical-align: middle;
    color: #8aba53;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    padding-top: 220px;
}
.loading-div::before {
    display: block;
    vertical-align: middle;
}

.back-img {
    width: 100%;
    max-width:100%;
}

.back-img img{
    width: 100%;
    min-width: 1280px;
}

.back-img .mask{
    width: 100%;
    min-width: 1280px;
    height: 100%;
    min-height: 720px;
    background-color: rgba(0,0,0,0.2);
    top: 0;
    position: absolute;
    z-index: 1;
}

.content{
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    top: 0;
}

/*导航和背景大图*/
.header {
    width: 100%;
    height: 9%;
    min-height: 80px;
    padding: 0;
}
	
.header .nav-list {
    width: 40%;
    height: 5%;
    float: left;
    margin: 4.5% 0 0 40%;
    text-align: center;
}

.nav-list li {
    width: 25%;
    height: 5%;
    float: left;
}
	
.nav-list li a{
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

.nav-list li a:hover{
    border-bottom: 1px solid #8aba53;
    color: #8aba53;
}
/*底部备案信息*/
.copyright{
    width:100%;
    height:8%;
    min-height:20px;
    top: 685px;
    position: absolute;
    padding: 0;
    top: 95.5%;
    text-align: center;
    z-index: 15;
}
.copyright a{
    text-decoration: none;
    vertical-align: middle;
    color: rgba(255,255,255,0.6);
    font-size: 10px;
}
.cut{
    height: 12px;
    display: inline-block;
    width: 1px;
    background-color: rgba(255,255,255,0.5);
    vertical-align: middle;
    margin: 0 10px;
}