*{
    margin: 0;
    padding: 0;
}
html,body{
    min-width: 1136px;
    width: 100%;
    height: 100%;
    background: white;
    overflow: hidden;
    overflow-x:hidden;
    overflow-y:hidden;
    position: absolute;
}
img{
    padding: 0;
}
.header {
    width: 100%;
    height:80px;
    min-height:80px;
    background-color: #fff;
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.08);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
.header-wrap{
    height: 80px;
}
.layout-main-center {
    display: block;
    position: relative;
    width: 75%;
    margin: 0 auto;
}
.icon-logo {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/logo.png');
    background-size: 100% 100%;
}
.icon-logo  img{
    width: 100%;
    height: 100%;
}

.header-right {
    float: right;
}
.right__btn.line {
    padding-left: 56px;
}
.header .header-wrap {
    padding:  0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.header .header-wrap .header-right .right__btn {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #262626;
}
.phoneBottom{
    position: fixed;
    left: 50%;
    margin-left: -3.2rem;
    bottom: 2%;
    padding-bottom: 0.37rem;
    z-index: 999;
    display: none;
}

#j_switch_nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 110px;
    z-index: 999;
}
#j_switch_nav a{
    width: 16px;
    height:16px;
    border: 1px solid #BFBFBF;
    border-radius: 50%;
    margin-bottom: 8px;
    display: block;
}

.active {
    color: #cea23d !important   ;
}
a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.footer_info {
    height: 208px;
}
.footer_content{
    width: 980px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #666666;
    padding:32px 0;
    box-sizing: border-box;
    margin: 0 auto;
}
.footer_info .footer_border {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #8F6739 0%, #EBB475 100%);
}
.footer_info .footer_left p{
    padding-bottom: 8px;
}

.footer_info .footer_left .title{
    font-size: 24px;
    color: #595959;
    padding: 0;
    margin-bottom: 22px;
}
.footer_info .footer_content .footer_left .phone  span {
    font-size: 20px;
}
.footer_info .footer_right {
    display: flex;
    flex-direction: row;
}
.footer_right img{
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
}
.footer_right > div {
    margin: 0 20px;
    text-align: center;
}
.footer_left .version {
    font-size: 20px;
}
.header-right-sm{
    display: none;
}
@media screen and (max-width: 1024px) {
    html,body {
        min-width: 0;
    }
    .header {
        min-width: 100%;
    }
    .page_lg{
        margin-left: -440px;
    }
    .page_footer_box {
        display: none;
    }
    .page_footer{
        overflow: hidden;
    }
    .footer_content{
        width: 85%;
    }
}

@media screen and (max-width: 768px) {
    .header {
        min-width: 0;
        height: 1.72rem;
        min-height:  1.72rem;
    }
    .icon-logo {
        width: 2rem;
        height: 0.86rem;
    }
    .header .header-wrap {
        padding:0 0.64rem ;
        box-sizing: border-box;
        height: 1.72rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .layout-main-center {
        width: 100%;
    }
    .header-right-sm {
        display: block;
        width: 0.61rem;
    }
    .header-right-sm img {
        width: 100%;
        height: 100%;
    }

    .header-right{
        position: absolute;
        background: white;
        right: 0.64rem;
        top: 1.72rem;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.08);
        display: none;
    }
    .right__btn.line {
        padding:0.2rem 0.5rem ;
        font-size: 0.5rem !important;
    }
    .phoneBottom{
        display: block;
    }
    .page_footer{
        overflow: hidden;
    }
    .page_footer_box {
        display: none;
    }
    .footer_info {
        height: 8.6rem;
    }
    .footer_info .footer_content {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .footer_info .footer_content .footer_left p {
        text-align: center;
    }
    .footer_info .footer_content .footer_left .title {
        display: none;
    }
    .footer_info .footer_content .footer_left .phone {
        font-size: 0.6rem;
    }
    .footer_info .footer_content .footer_left .address {
        font-size: 0.4rem;
        margin-bottom: 0.6rem;
    }
    .footer_info .footer_content .footer_right {
        position: absolute;
        top:  0.73rem;
    }
    .footer_info .footer_content .footer_left {
        position: absolute;
        bottom: 0.73rem;
    }
    .footer_info .footer_content  {
        font-size: 0.4rem;
    }
}

.container {
    min-width: 100%;
}

@media screen and (max-height: 812px) {
    .footer_info {
        height: 9.5rem;
    }
}

@media screen and (max-height: 736px) {
    .footer_info {
        height: 10rem;
    }
}

@media screen and (max-height: 600px) {
    .phoneBottom {
        bottom: 0;
    }
    .page_sm{
        padding-top: 1.2rem;
    }
    .upBox {
        margin-top: 0.5rem;
    }
    .footer_info {
        height: 10.5rem;
    }
}


