body {
    font-size:12px;
    font-family:"Microsoft YaHei", "SimSun";
    color:#333;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre,fieldset, lengend, button, input, textarea,th, td {
    margin: 0;
    padding: 0;
}
a{
    text-decoration:none;
    outline:none;
    color:#333;
}
img{
    border:0;
    vertical-align: middle;
}
input{
    border:none;outline:none;
}
ol,ul,li{
    list-style: none;
}
h1, h2, h3, h4, h5, h6{
    font-weight: normal;font-size: 100%;
}
.container-bar{
    width: 100%;
    height: auto;
    padding: 60px 0px;
    text-align: center;
}
.container-bar .more {
    margin: 0 auto;
    padding: 10px 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #212121;
    border: 1px solid #212121;
    margin-top: 50px;
    white-space: nowrap;
    overflow: hidden;
}
.container{
    max-width: 1170px;
    margin: 0 auto;
    height: auto;
}
*, ::after, ::before{
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
.container::after {
    display: table;
    clear: both;
    content: '';
}
.top-bar{
    background-color: #f1f1f1;
}
.top-bar .container .top-link{
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.top-bar .container .top-link ul{    
    margin-right: 10px;
}
.top-bar .container .top-link ul li{
    display: inline-block;
    padding: 5px;
    font-size: 14px;
}
.top{
    width:100%;
    height:95px;
    background:#fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}
.top .logo{
    display:block; 
    width:300px;  
    height:60px; 
    line-height: 60px; 
    font-size: 18px; 
    font-weight: bold; 
    float:left;
    color: #FFF;
}
.top ol .logo img{
    width: auto;
    height: 100%; 
    overflow: hidden;
}
/*menu*/
.menu{
    width:710px; 
    float:right; 
    line-height: 64px;
}
 
ul.nav{ 
    display:block; 
    margin:0px; 
    text-align: right;
}
ul.nav li{ 
    text-align:center;
}
ul.nav > li{
    display: inline-block; 
    margin-right:10px;
    padding: 0px 10px;
}
ul.nav li h3 a{
    display:block;
    font-size:16px;
    height: 46px; 
    line-height: 46px;
}
ul.nav li a:hover{
    display:block; 
    border-bottom: 2px solid #0a2f7d;
}

.footer {
    text-align: center;
    line-height: 36px;
    background: #2b3036;
    color: rgba(255, 255, 255, 0.75);
    padding: 60px 0px 20px;
}
.footer .container .footer-nav{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 20px;
}
.footer .container .footer-nav .footer-info{
    width: 90%;
}
.footer-info ul li{
    text-align: left;
    color: #FFF;
    font-size: 14px;
}
.footer-info ul li.title{
    font-size: 18px;
    padding-bottom: 10px;
}
.footer .container .line{
    height: 1px;
    border:0px;
    border-top:1px solid rgba(112, 112, 112, 1);
}
.footer .container .copyright{
    margin: 0 auto;
    margin-top: 15px;
}
.footer .container .copyright::after {
    display: table;
    clear: both;
    content: '';
}
.footer .container .copyright ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
}
.footer .container .copyright ul li{
    padding-right: 20px;
    font-size: 14px;
}
.footer .container .footer-nav .navigation{
    width: 10%;
    text-align: left;
    font-size: 14px;
}
.navigation ul li h3 a,.navigation ul li h4 a{
    color: #FFF;
}
.navigation ul li h2{
    font-size: 16px;
}
.navigation ul li h3{
    font-size: 14px;
}