﻿* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: normal;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

p {
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
    color: #212121;
    font-weight: normal;
}

*:focus {
    outline: none;
    text-decoration: none;
}

a, a::before, i, .icon, .icon::before, *::before, *::after,
button, input, .search-form, img {
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a, a:hover {
    text-decoration: none;
}

ul, ol, li{
    list-style: none;
    margin: 0;
}

img {
    max-width: 100%;
}
.header {
    width: 100%;
    height: 101px;
    overflow: hidden;
}
.h-index {
    width: 80%;
    margin: 0 auto;
}
.logo {
    float: left;
    margin-top: 21px;
    margin-left: -22px;
}
.slogn {
    height: 39px;
    margin: -2px 0 10px 15px;
    padding-left: 15px;
    font-size: 13px;
    float: left;
    color: #7c7c7c;
    border-left: 1px solid;
    margin-top: 32px;
    padding-top: 0px;
}
.slogn span {
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: red;
    font-family: 'AvantGardeITCbyBT-Book';
}
.clear{
    clear: both;
}
.nev {
    float: right;
}
.nev li {
    float: left;
}
.nev li a {
    font-size: 16px;
    margin-left: 60px;
    margin-top: 44px;
    display: block;
    color: black;
}





.footer {
    width: 100%;
    height: auto;
    padding-top: 44px;
    display: inline-block;
    border-top: 1px solid #eaeaea;
    padding-bottom: 30px;
    background: #000e23;
}
.f-index{
    width: 83%;
    margin: 0 auto;
}
.f-top {
    width: 100%;
    height: auto;
    padding-top: 0px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 28px;
    margin-top: 0px;
    margin-bottom: 12px;
}
.f-top li {
    float: left;
}
.f-top li h3 {
    color: #fff;
    font-size: 16px;
    padding-right: 17px;
    margin: unset;
    padding-top: 2px;
}
.f-top li a {
    color: #fff;
    font-size: 15px;
    padding-right: 22px;
    line-height: 20px;
}
.f-bottom{
    width: 100%;
    height: auto;
    display: inline-block;
    padding-top: 29px;
}
.fb-left{
    width: 34%;
    float: left;
}
.fb-left img{
    width: 44%;
    float: left;
    margin-top: 11%;
}
.fb-left p{
    float: left;
    width: 62%;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin-left: 5%;
    text-indent: 2em;
}
.fb-center{
    width: 27%;
    float: left;
    margin-left: 4%;
}
.fb-center h3{
    font-size: 31px;
    font-weight: bold;
    letter-spacing: 6px;
    margin-bottom: 7px;
    color: #fff;
}
.fb-center img{
    margin: 3% 0;
    width: 74%;
}
.fb-center p{
    font-size: 15px;
    color: #fff;
    line-height: 29px;
}
.fb-right{
    float: right;
    text-align: right;
}
.fb-right img{
    width: 67%;
    float: right;
}
.fb-center p a{
    font-size: 15px;
    color: #fff;
}
.paginator a{
    color: #555;
    display: block;
    padding: 5px 11px;
    border: 1px solid #ddd;
    float: left;
    margin: 0 5px;
    font-size: 12px;
 }
 .page-num-current{
    color: #fff;
    background: #ddd;
 }
 .m_img{
    display: none;
 }
 .m_nav{
    display: none;
 }

/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .msgNum {
       display: none;
    }
 
    .slider {
       margin-top: 44px;
    }
 
    .header {
       display: none
    }
 
    .m_img {
       display: block;
       height: 44px;
       background: #fff;
       position: fixed;
       top: 0px;
       left: 0px;
       width: 100%;
       z-index: 9999;
       border-bottom: 1px solid #ddd;
       overflow: hidden;
    }
 
    .m_img .headlf {
       padding-top: 2px;
       padding-left: 5px;
       float: left;
    }
 
    .m_img .headlf .m_logo {
       height: 40px;
       display: block
    }
 
    .m_img .headrg {
        padding-right: 5%;
        padding-top: 14px;
        float: right;
    }
 
    .m_img .headrg a .m_menuimg {
        height: 16px;
        vertical-align: top;
        display: block;
    }
 
    .m_nav {
       display: block;
       position: fixed;
       top: 0px;
       left: 0px;
       width: 0px;
       height: 0px;
       overflow: hidden;
       z-index: 10000
    }
    .m_nav .closeicon img{
        width: 35%;
    }
    .m_nav .closecover {
       position: absolute;
       width: 100%;
       height: 100%;
       background: #0b0d19;
       filter: alpha(opacity=0);
       opacity: 0;
       left: 0px;
       top: 0px;
       z-index: 1
    }

    .headlf img{
        width: 74%;
    }
    .m_nav .closeicon {
       position: absolute;
       width: 20%;
       left: 30px;
       top: 5%;
       z-index: 100;
       text-align: center;
       filter: alpha(opacity=0);
       opacity: 0
    }
 
    .m_nav .m_navList {
       position: absolute;
       width: 80%;
       right: 0px;
       top: 0px;
       background: #0b0d19;
       height: 100%;
       z-index: 100;
       right: -80%;
       overflow-y: scroll;
    }
 
    .m_nav .m_navList ul {
       padding-left: 5%;
       padding-right: 5%
    }
 
    .m_nav .m_navList ul li {
       border-bottom: 1px solid #232530
    }
 
    .m_nav .m_navList ul li a {
       display: block;
       height: 45px;
       color: #fff;
       line-height: 45px;
       padding-left: 5%;
       font-size: 16px
    }
 
    .m_nav .m_navList ul li .m_f_a {
       display: flex;
       align-items: center;
       justify-content: space-between;
       width: 100%
    }
 
    .m_nav .m_navList ul li .m_f_a a {
       flex: 1;
    }
 
    .m_nav .m_navList ul li .m_f_a i {
       width: 40px;
       height: 35px;
       box-sizing: border-box;
       padding: 0 5px;
       display: block;
    }
 
    .icon {
       background: url(/images/plus.png) 100% no-repeat;
       background-position: 50% 50%;
       -webkit-transition: all 0s;
       -moz-transition: all 0s;
       transition: all 0s
    }
 
    .icon_on {
       background: url(/images/reduce.jpg) 50% no-repeat!important;
       background-position: 50% 50%;
       -webkit-transition: all 0s;
       -moz-transition: all 0s;
       transition: all 0s
    }
 
    .m_nav .m_navList ul li .m_s_nav {
       display: none;
       width: 100%;
    }
 
    .m_nav .m_navList ul li .m_s_nav a {
       display: block;
       height: 40px;
       line-height: 40px;
       font-size: 14px;
       padding-left: 10%;
       overflow: hidden;
       white-space: nowrap;
       width: 90%;
       text-overflow: ellipsis;
    }
    .footer {
        width: 100%;
        height: auto;
        padding-top: 0px;
        display: inline-block;
        border-top: 1px solid #eaeaea;
        padding-bottom: 30px;
        background: #000e23;
    }
    .f-top{
        display: none;
    }
    .fb-left {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .fb-left img {
        width: 44%;
        float: none;
        text-align: center;
        margin: 0 auto;
        margin-top: 0%;
    }
    .fb-center {
        width: 100%;
        float: left;
        margin-left: 4%;
    }
    .fb-right {
        float: none;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        width: 100%;
    }
    .fb-right img {
        width: 35%;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        margin-top: 5%;
        float: none;
    }
 }