/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2021-3-29, 14:18:15
    Author     : Administrator
*/

body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,optgroup,p,blockquote,figure,hr,menu,dir,thead,tbody,tfoot,th,td {
    margin: 0;
    padding: 0;
}

ul,ol {
    list-style-type: none;
    list-style-image: none;
}

img {
    border: 0 none;
    width: auto \9;
    height: auto;
    max-width: 100%;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{
    margin: 0 auto;
    font-family: 微软雅黑;
}
p{
    margin-block-end: 0px;
    margin-block-start: 0px;
}
a{ text-decoration:none; }
.clear{
    clear:  both;
}
/*头部*/
.top{
    height: 25px; 
    background: #E0E0E0;
}
.top_{
    max-width: 1200px;
    margin: 0 auto;
}
.top_left{
    float: left;
    width: 30%;
}
.top_right{
    float: right;
    width: 70%;
    text-align: right;
}
.top_left span{
    font-size: 14px;
    color: #555555;
}
.top_right span a{
    font-size: 14px;
    color: #555555;
}
/*logo*/
.logo{
    max-width: 1200px;
    margin: 0 auto;
}
.logo_left{
    float: left;
    width: 60%;
}
.logo_right{
    float: right;
    width: 40%;
}
/*导航条*/
.navigation_bar{
    background: #DE3800;
    height: 60px;
    line-height: 60px;
}
.navigation{
    max-width: 1200px;
    margin: 0 auto;
}
.navigation_1{
    float: left;
    width: 142px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 14px;
}
.navigation_1 a{
   color: #fff;
    font-size: 14px;
/*    font-weight: bold;*/
}
.acavit{
    background: #082B87;
}
/*.select:before{
    content: '_';
}*/

/*百科*/
.wiki{
    max-width: 1200px;
    margin: 0 auto;
}