html, body {
    padding: 0;
    font-size: 14px;
    font-family: 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', '微软雅黑', 'Microsoft YaHei UI', '黑体', '宋体', 'arial', 'sans-serif';
    min-width: 320px;
    max-width: 2560px;
    margin: 0 auto;
    color: #333;
    background: #fff;
}
a {
    border: none;
    outline: none;
    color: #333;
    text-decoration: none;
    -webkit-transition: color 0.1s;
    -moz-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
}

a:hover {
    color: #0a79d1;
}

img {
    border: none;
    outline: none;
}

h1, h2, h3, h4, ul, li, dl, ol, p, table, td, dd {
    padding: 0;
    margin: 0;
}

ul, li, ol, dl, dt, dd {
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1600{
    max-width: 1600px;
    margin:0 auto;
}
.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w100 {
    width: 100%;
}

.center {
    margin: 0 auto;
}

.iln {
    display: inline;
}

.ibk {
    display: inline-block;
}

.bk {
    display: block;
}

.p_rel, .p-rel {
    position: relative;
}

.p_abs, .p-abs {
    position: absolute;
}

.none {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.cut {
    overflow: hidden;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.bg-white {
    background: #fff;
}

.padding24 {
    padding: 24px;
}

.padding20 {
    padding: 20px;
}

.padding10 {
    padding: 10px;
}

.padding5 {
    padding: 5px;
}

.mg0 {
    margin: 0 !important;
}

.mgt0 {
    margin-top: 0 !important;
}

.mgb0 {
    margin-bottom: 0 !important;
}

.mgl0 {
    margin-left: 0 !important;
}

.mgr0 {
    margin-right: 0 !important;
}

.x-red {
    color: #f00;
}

.one-t {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.simsun {
    font-family: 'simsun', '宋体';
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.grey {
    -webkit-filter: grayscale(100%) contrast(0.9);
    -moz-filter: grayscale(100%) contrast(0.9);
    -ms-filter: grayscale(100%) contrast(0.9);
    -o-filter: grayscale(100%) contrast(0.9);
    filter: grayscale(100%) contrast(0.9);
    filter: gray;
    filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.thumb-fixed {
    display: block;
    width: 200px;
    height: 0;
    padding-top: 100%;
    background: #f2f2f2 no-repeat center / cover;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.thumb-fixed img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    opacity: 0;
}


header.header{
    padding: 25px 10px;
    position: relative;
    background: #fff;
    z-index: 999;
}
header.header a.logo{
    display: block;
    float: left;
    /*overflow: hidden;*/
    height: 68px;
    position:absolute;
    left:0;
    top:-8px;
    width:30%;
}
header.header a.logo img{
    display: block;
    max-height: 100%;
}
header.header nav.nav{
    float: right;
    height: 52px;
    position:relative;
}
header.header nav.nav dl{
    float: left;
    position:relative;
    margin-left: 40px;
}
header.header nav.nav dt{
    font-size: 16px;
    line-height: 52px;
}
header.header nav.nav dt span.toggle{
    display: none;
}
header.header nav.nav dd{
    display: none;
    background: #eee;
    position:absolute;
    left:0;
    top: 100%;
    width: 160px;
    /*padding: 10px 20px;*/
    border-radius: 5px;
    z-index: 999;
}
header.header nav.nav dd:before{
    content:'';
    display: block;
    width:0;
    height:0;
    border:8px solid transparent;
    border-top: 0;
    border-bottom-color: #eee;
    left:24px;
    top: -8px;
    position:absolute;
}
header.header nav.nav dd a{
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    line-height: 38px;
    padding-left:20px;
}
header.header nav.nav dd a:hover{
    background:#1890ff;
    color:#fff;
}
header.header a.searchBtn{
    float: right;
    height: 52px;
    line-height: 52px;
    text-align: center;
    width:52px;
    font-size: 20px;
    color: #0a79d1;
}
header.header a.searchBtn i.iconfont{
    font-size: inherit;
}
header.header nav.nav dl:hover dd{
    display: block;
}
header.header a.toggleMenu{
    display: none;
}


footer.footer{
    padding:40px 10px 15px;
    background: #0078c1;
    color: #fff;
    overflow: hidden;
    /*text-align: center;*/
}
footer.footer nav.footer-nav{
    margin: 20px 0;
}
footer.footer nav.footer-nav a{
    margin-right: 40px;
    font-size: 16px;
    color: #fff;
}

footer.footer p{
    font-size: 14px;
    line-height: 1.8;
	text-align:center;
}
footer.footer p a{
    color: #fff;
    display: inline-block;
}
footer.footer p a:hover{
    text-decoration: underline;
}
footer.footer div.bottom{
    margin-top: 15px;
    padding: 15px 0 0;
    border-top: 1px solid #fff;
    opacity: 0.8;
}
footer.footer nav.footer-nav,
footer.footer div.info{
    width: calc(100% - 180px);
	text-align:center;
}

footer.footer div.qrcode{
    position:absolute;
    right:10px;
    top:-50px;
    width: 130px;
    text-align: center;
}
footer.footer div.qrcode a,
footer.footer div.qrcode img{
    display: block;
    width:100%;
    height: 130px;
    overflow: hidden;
}


div.pages{
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 30px auto;
    font-size: 0;
}
div.pages li{
    display:inline-block;
    *display:inline;
    *zoom:1;
    background:#f2f2f2;
    font-size:14px;
    margin:0 2px 2px;
    height:28px;
    line-height:28px;
    border:1px solid #d2d2d2;
    border-radius: 3px;
    overflow:hidden;
}
div.pages li a,
div.pages li span{
    display:block;
    padding: 0 11px;
    height:100%;
    color:#555;
    font-size:12px;
}
div.pages li.active,div.pages li:not(.disabled):hover{
    background:#0078c1;
    border-color:#0078c1;
}
div.pages li.active a,
div.pages li.active span,
div.pages li:not(.disabled):hover a{
    color:#fff;
}
div.pages li.disabled a,
div.pages li.disabled span{
    color:#aaa;
}

div.noitem{
    text-align: center;
    padding: 100px 30px;
    color: #999;
}

div.pop-search-wrapper{
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index: 1000;
    overflow: hidden;
}
div.pop-search-wrapper div.pop-mask{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}
div.pop-search-wrapper div.search-box{
    position:fixed;
    left:50%;
    top:50%;
    width: 80%;
    max-width: 640px;
    background: #fff;
    padding: 15px;
    overflow: hidden;
    border: 8px solid #0a79d1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
div.pop-search-wrapper div.search-box h3{
    font-size: 18px;
}
div.pop-search-wrapper div.search-box input{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    outline: none;
    border:none;
    background: #f2f2f2;
    border:1px solid #f2f2f2;
    margin: 10px auto 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.pop-search-wrapper div.search-box input:focus{
    border-color: #0a79d1;
}
div.pop-search-wrapper div.search-box div.btns{
    overflow: hidden;
    text-align: right;
}
div.pop-search-wrapper div.search-box div.btns a{
    display: inline-block;
    padding: 0 30px;
    color: #fff;
    margin-left: 10px;
    line-height: 32px;
    background: #ccc;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
div.pop-search-wrapper div.search-box div.btns a:hover,
div.pop-search-wrapper div.search-box div.btns a.searchBtn{
    background: #0a79d1;
}


section.sub-banner{
    position:relative;
    height: 0;
    padding-top: 20%;
    color: #fff;
    overflow: hidden;
    background: #666 url('../images/sub_banner.jpg') no-repeat center / cover;
}
section.sub-banner div.wrapper{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    display: table;
}
section.sub-banner div.wrapper h3{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 32px;
}
section.sub-banner div.wrapper h3 span{
    display: block;
    overflow: hidden;
}
section.sub-banner div.wrapper h3 span:after{
    content:'';
    display: block;
    width: 2em;
    height: 2px;
    background: #fff;
    margin:15px auto 0;
}




@media screen and (max-width:1399px){
    body > section.container{
        padding: 0 10px;
    }
}

@media screen and (max-width:1199px){
    header.header nav.nav dl{
        margin:0 10px;
    }
}

@media screen and (max-width:991px){
    .layui-col-space20>*{
        padding:5px;
    }
    .layui-col-space20{
        margin:-5px;
    }

    header.header a.logo{
        height: 48px;
    }
    header.header a.toggleMenu{
        display: block;
        float: right;
        width: 36px;
        height: 32px;
        position:relative;
        overflow: hidden;
    }
    header.header a.toggleMenu span{
        display: block;
        height: 3px;
        width: 28px;
        top:4px;
        left:0;
        background: #333;
        position:absolute;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
    header.header a.toggleMenu span:nth-child(2){
        top:14px;
    }
    header.header a.toggleMenu span:last-child{
        top:24px;
    }
    header.header a.toggleMenu.on span:first-child{
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 15px;
    }
    header.header a.toggleMenu.on span:nth-child(2){
        opacity: 0;
    }
    header.header a.toggleMenu.on span:last-child{
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top:15px;
    }
    header.header a.toggleMenu.on span{
        background: #0a79d1;
    }


    header.header nav.nav{
        display: none;
        position:absolute;
        top:45px;
        left:-10px;
        right: -10px;
        height: auto;
        overflow: hidden;
        background: #0a79d1;
        color:#fff;
        z-index: 999;
        padding: 10px 0;
        border-radius: 0 0 5px 5px;
        -webkit-box-shadow: 0 7px 10px #999;
        box-shadow: 0 7px 10px #999;
    }
    header.header nav.nav dl{
        float: none;
        padding:0 10px;
    }
    header.header nav.nav dt{
        line-height: 48px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
        overflow: hidden;
    }
    header.header nav.nav dt span.toggle{
        display: block;
        width: 48px;
        height: 48px;
        position:absolute;
        text-align: right;
        top:0;
        right:0;
    }
    header.header nav.nav dt span:after{
        content:'';
        display: block;
        width: 12px;
        height: 12px;
        border:1px solid #fff;
        border-top:none;
        border-left:none;
        top:17px;
        right:15px;
        position:absolute;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

    header.header nav.nav dd{
        position:static;
        display: none;
        background: none;
        width: auto;
        animation:none;
        padding: 10px 30px;
    }
    header.header nav.nav dd:before{
        display: none;
    }
    header.header nav.nav dl a{
        /*line-height: 32px;*/
        color: #fff;
        display: block;
    }

    header.header nav.nav dl:hover dd{
        display: none;
    }
    header.header nav.nav dl.on dt span:after{
        top:15px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    header.header a.searchBtn{
        width:32px;
        height: 32px;
        line-height: 32px;
        margin-right: 15px;
    }

    footer.footer{
        text-align: left;
    }
    footer.footer nav.footer-nav{
        margin:10px 0;
    }
    footer.footer nav.footer-nav a{
        margin-right: 10px;
        display: inline-block;
    }
    footer.footer p span{
        display: inline-block;
    }
    footer.footer nav.footer-nav, footer.footer div.info{
        width: calc(100% - 130px);
    }
    footer.footer div.qrcode{
        width: 100px;
        top:-35px;
    }
    footer.footer div.qrcode a, footer.footer div.qrcode img{
        height: 100px;
    }
}

@media screen and (max-width:640px){
    header.header{
        padding:10px;
    }
    header.header a.logo{
        height: 42px;
        top: -6px;
    }
    header.header a.toggleMenu span{
        width: 25px;
    }
    header.header a.toggleMenu span:nth-child(2){
        top: 13px;
    }
    header.header a.toggleMenu span:last-child{
        top:22px;
    }
    header.header nav.nav{
        top: 42px;
    }
    footer.footer div.qrcode{
        top: -10px;
    }

    section.sub-banner{
        padding-top: 32%;
    }
    section.sub-banner div.wrapper h3{
        font-size: 24px;
    }
    section.sub-banner div.wrapper h3 span:after{
        margin-top: 10px;
    }
}

@media screen and (max-width:480px){
    div.pages{
        margin: 20px auto 10px;
    }
    div.pages li:first-child,
    div.pages li:last-child,
    div.pages li:nth-child(2),
    div.pages li:nth-last-child(2){
        display: none;
    }

    header.header{
        padding-right: 0;
    }
    header.header a.searchBtn{
        margin-right: 10px;
    }
    footer.footer{
        padding-top: 15px;
    }
    footer.footer nav.footer-nav, footer.footer div.info{
        width: auto;
    }
    footer.footer div.qrcode{
        position:static;
        margin-top: 10px;
    }
}

@media screen and (max-width:320px){
    header.header{
        padding-left: 0;
    }
    header.header a.searchBtn{
        display: none;
    }
}