html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    font-weight: normal;
    text-align: left;
}

html, body, fieldset, img, iframe, abbr {
    border: 0 none;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}
[hidefocus], summary {
    outline: 0 none;
}

li {
    list-style: none outside none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
}

sup, sub {
    font-size: 83%;
}

pre, code, kbd, samp {
    font-family: inherit;
}

q:before, q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label, summary {
    cursor: default;
}

a, button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold;
}

del, ins, u, s, a {
    text-decoration: none;
}
a {
    color: #000;
    text-decoration: none;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

/** head **/
.header {
    background: none repeat scroll 0 0 #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.header .head-cont {
    height: 97px;
    display: flex;
    align-items: center;
}
.header .head-cont .logo {
    margin-right: 15px;
}
.container {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}
.header .head-cont .nav {
    display: flex;
    height: 100%;
    /*margin: 0 0 0 30px;*/
}
.header .head-cont .nav .menu {
    display: flex;
    height: 100%;
    overflow: hidden;
}
.header .head-cont .nav .menu div {
    height: 100%;
}
.header .head-cont .nav .menu .active {
    background: #fccf00;
}
.header .head-cont .nav .menu div a{
    border-bottom: 2px solid transparent;
    display: block;
    font-size: 14px;
    line-height: 100px;
    margin-top: -2px;
    padding: 0 16px;
}
.header .head-cont .nav .menu div a:hover{
    background: #fccf00;
}
.search {
    display: flex;
    margin-right: 0px;
    margin-left:13px;
}
.search .txt {
    border: 1px solid #ececec;
    height: 16px;
    line-height: 16px;
    padding: 3px 5px;
    width: 130px;
}
.search .btn {
    background: url('../../images/frontPage/search_btn.jpg') no-repeat left 0;
    border: 1px solid #ececec;
    border-left: none;
    height: 22px;
    width: 23px;
}
.mobile-nav{
    display: none;
}
/** head **/

/** foot **/
.footer{
    background: #000;
    bottom:0;
    width: 100%;
    padding: 20px 0px;
    z-index: 9;
    position: relative;
}
.yellow{
    color: #fccf00;
}
.footer-top,.footer-t-left,.footer-t-inner,.footer-t-cen,.footer-t-right{
    display: flex;
}
.footer-top{
    justify-content: space-between;
    align-items: center;
}
.footer-t-left,.footer-t-inner,.footer-t-right{
    color: #fff;
}
.footer-t-cen{
    align-items: center;
    border:1.5px solid #FCCF00;
    padding:3px;
    height: 60px;
}
.footer-t-inner{
    border:1px solid #675711;
    padding:8px
}
.code-wrap{
    position: absolute;
    padding: 10px;
    background: #fff;
    width: 120px;
    height: 120px;
    bottom: 10px;
    right: 200px;
    display: none;
}
.code-img{
    width: 100%;
}

.phone-wrap{
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.phone-wrap .phone-icon{
    margin-right: 10px;
}
.time-wrap{
    text-align: center;
    border-left: 1px solid #6F6F6F;
    padding-left: 15px;
}
.footer-t-right .icon-wrap{
    text-align: center;
}
.icon-wrap01{
    margin-right: 40px;
}
.icon-wrap .icon-t{
    font-size: 12px;
    margin-top: 5px;
}
.footer-btm{
    color: #fff;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
    background: #000;
}
.left_wrap{
    margin-left: 60px;
    text-align: center;
}
.left_wrap .dt{
    font-size: 14px;
    line-height: 2.2rem;
    font-weight: bold;
}
.left_wrap .dd{
    line-height: 1.6rem;
}
.left_wrap .dd{
    font-size: 12px;
}

.left_wrap .dd a{
    color: #FFF;
    line-height: 1.6rem;
    font-size: 12px;
}

/** foot **/


@media only screen and (max-width: 1920px) and (min-width: 1024px){
    .container {
        max-width: 1000px;
    }
}
@media only screen and (max-width: 959px) and (min-width: 720px){
    .header .head-cont .search {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 800px) and (min-width: 720px){
    .header .head-cont{
        display: inline;
    }
    .header .head-cont .logo{
        padding: 10px;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 720px){
    .container {
        max-width: 960px;
    }
    .header .head-cont .nav .menu div a {
        padding: 0 20px;
    }
    .header .head-cont .search {
        float: right;
        padding-top: 30px;
        position: absolute;
        right: -20px;
        top: -26px;
        z-index: 22;
    }
}
@media only screen and (min-width: 720px){
    .container {
        width: 100%;
    }
}
@media only screen and (max-width: 719px){
    .header {
        position: relative;
        height: 92px;
    }
    .header .head-cont {
        display: inline;
    }
    .header .head-cont .logo {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }
    .header .head-cont .nav {
        background: none repeat scroll 0 0 #fff;
        height: 90px;
        position: absolute;
        right: -70%;
        width: 100%;
        display: none;
    }
    .header .head-cont .nav .menu {
        margin: 0;
        min-height: 700px;
        padding: 0;
        position: absolute;
        right: 0;
        width: 70%;
        z-index: 9999;
    }
    .header .head-cont .nav .menu a {
        font: 18px/50px "";
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .header .head-cont .search{
        display: none;
    }
    .mobile-nav{
        display: block;
        float: right;
        margin-top: -7%;
        width: 25%;
    }
    .mobile-nav .m-icon{
        width: 40px;
        float: right;
    }
    .mobile-nav .menu{
        background: #DDDDDD;
        position: absolute;
        text-align: center;
        width: 25%;
        top:100%;
        display: none;
    }
    .mobile-nav .menu a{
        color: #221815;
        padding: 15px 0px;
        display: block;
    }
    .mobile-nav .menu a:hover{
        background: #fccf00;
    }
}
@media only screen and (max-width: 899px) and (min-width: 720px){
    .footer-top{
        display: inline;
    }
    .footer-t-left{
        justify-content: center;
    }
    .footer-t-cen,.footer-t-right{
        width: 31.1%;
        margin: 20px auto;
    }
    .footer-t-right{
        justify-content: space-around;
    }
}
@media only screen and (max-width: 719px){
    .footer-top{
        display: inline;
    }
    .footer-t-left{
        justify-content: center;
    }
    .footer-t-cen,.footer-t-right{
        width: 72.6%;
        margin: 20px auto;
    }
    .footer-t-right{
        justify-content: space-around;
    }
    .left_wrap .dd{
        display: none;
    }
}



.page-normal {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #F6CF47;
    box-shadow: 0 0 0 2px #FFFFFF;
    opacity: 1;
    margin: 0 5px;
}

.page-active {
    background: #000000;
}

.code-win-wrap{
    display: none;
    position: absolute;
    z-index: 99;
    width: 200px;
    height: 240px;
    background: #fff;
    padding: 20px 20px;
    left: 50%; top: 60%;
    transform: translate(-50%, -50%);
    border:1px solid #CCCCCC;
}

.code-tips{display: flex;justify-content: space-between; align-items: center; margin-bottom: 15px;}
.code-close{width: 20px;height: 20px;cursor: pointer;}