* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 10px;
    min-width: 1200px;
    font-family: '思源黑体 CN', 'Helvetica CE 55 Roman';
}
p{width: 100%; word-break: break-all;margin: 0 0 5px !important;
}
}
.thecenter {
    width: 62.5%;
    position: relative;
    margin: 0 auto;
}

.jfh_top {
    width: 100%;
    height: 40px;
    background: #F4F4F4;
    position: relative;
}

.jfh_topcon {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jfh_topcon input {
    border: none;
    padding: 5px 2px;
    width: 200px;
    font-size: 12px;
    margin-right: 10px;
}

.jfh_topcon img {
    margin-left: -30px;
    cursor: pointer;
}

.jfh_topcon>div {
    overflow: hidden;
    height: 27px;
    margin-left: 20px;
    width: 60px;
    display: block;
    position: relative;
}

.jfh_thelan_span {
    line-height: 27px;
    font-size: 12px;
    display: block;
    color: #898989;
    background: #F4F4F4;
}

.jfh_thelan_img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0%;
    top: 4px;
    border-bottom: 1px solid #898989;
    border-right: 1px solid #898989;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.jfh_topcon>div {
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.jfh_thelan_span_con {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.nav_top {
    width: 100%;
    background: white;
    min-width: inherit;
}

.center {
    width: 62.5%;
    padding: 22px 0;
    position: relative;
    margin: 0 auto;
    min-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav_theline {
    padding: 10px;
    background: #d8b671;
    display: none;
    cursor: pointer;
}

.nav_line {
    width: 26px;
    height: 2px;
    background: white;
    margin: 5px 0;
    display: block;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.nav_header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav_con {
    position: relative;
}

.nav_thetitlecon {
    position: relative;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav_thetitlecon>li {
    position: relative;
    font-size: 16px;
    color: #2f2725;
    height: 54px;
}

.nav_thetitlecon>li a {
    text-transform: uppercase;
    position: relative;
    padding: 16px 20px;
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    display: block;
}

.nav_thetitlecon_bottom a {
    font-size: 14px;
}

.active {
    color: white !important;
    background: #d8b671
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none
}

.nav_bottom {
    width: 100%;
    height: 140px;
    background: #2f2725;
}

.nav_thetitlecon_bottom {
    width: 100%;
    position: absolute;
    top: 54px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 2;
}

.nav_bottom_thetop {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 44px 0 28px 0;
}

.nav_bottom_thetop>a {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 14px;
    width: 125px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid white;
    border-right: 1px solid white;
    text-align: center
}

.nav_bottom_span1 {
    border-left: none !important;
}

.nav_bottom_span3 {
    border-right: none !important;
}

.nav_bottom_thebottom {
    position: relative;
    width: 100%;
    text-align: center;
}

.nav_bottom_thebottom_span1 {
    font-size: 12px;
    color: #9fa0a0;
    margin: 0 20px;
}

.the_bar {
    width: 100%;
    min-width: inherit;
    position: relative;
}

.juzhong {
    width: 62.5%;
    min-width: inherit;
    position: relative;
    margin: 0 auto;
}

.nav_thetitlecon>li:hover {
    color: white;
    background: #d8b671;
}

.nav_thetitlecon>li:hover .nav_thetitlecon_bottom {
    height: auto;
    top: 54px;
    color: white;
    background: #D8B62C;
}

.nav_thetitlecon_bottom a:hover {
    color: white;
    background: rgb(231, 176, 87)
}

.box_bottom_textarea {
    resize: none;
}

.nav_thetitlecon_bottom>a {
    font-size: 12px !important;
}

@media (max-width: 1199px) {
    .juzhong {
        width: 96%;
    }
    html,
    body {
        min-width: 100px;
    }
    .nav_theline {
        display: block;
    }
    .center {
        width: 96%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .nav_header {
        width: 100%;
    }
    .nav_con {
        display: block;
        width: 100%;
        margin-top: 20px;
        display: none;
        overflow: hidden;
    }
    .nav_thetitlecon {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .nav_thetitlecon>li {
        width: 100%
    }
    .nav_bottom_thebottom_span1 {
        display: block;
    }
    .nav_bottom {
        height: 160px;
    }
}

@media (min-width: 1200px) {
    .nav_con {
        display: block !important;
    }
}