:root {
    --deep-color: #AF9575;
    --light-color: #D4B391;
    --red-color: #CC0518;
}


html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    background-color: #FFFFFF;
    font-family: "Microsoft YaHei", serif;
    color: #333333;
    min-width: 1200px;
    overflow-x: hidden;
}

select, button, input {
    outline: none
}

li {
    list-style: none
}

ul {
    padding: 0
}

p, ul {
    margin: 0
}

a {
    text-decoration: none;
    color: unset;
    cursor: pointer
}

.head {
    /* background-color: rgba(0,0,0,0.4); */
    color: var(--deep-color);
    top: 0;
    width: 100%;
    z-index: 99;
}

.head .content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.head .logo {
    float: left;
    margin-right: 30px;
    margin-top: 6px;
    width: 42px !important;
}

.head .nav {
    float: right;
}

.head .nav .item a {
    color: var(--deep-color) !important;
    font-size: 16px !important;
    padding: 3px 15px;
    border-radius: 5px;
}

.head .nav .item.active a {
    background: var(--deep-color);
    color: #fff !important;
}

.head .nav .item {
    display: inline-block;
    padding: 12px 10px 0;
    margin-right: 4px;
    vertical-align: top;
    position: relative;
    line-height: 60px;
    cursor: pointer;
}

.head .nav .item .hide {
    position: absolute;
    width: 130px;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    left: 50%;
    margin: -10px 0 0 -63px;
    padding-top: 8px;
    display: none
}

.head .nav .item .hide .content {
    width: 115px;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 5px 5px;
    color: #333333
}

.head .nav .item .hide .arrow {
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent #FFFFFF;
    margin: -10px auto 10px;
}

.head .nav .item .hide p {
    margin-bottom: 5px
}

.head .nav .item .hide p:hover {
    border-bottom: solid 1px #cd0519;
    margin-bottom: 4px
}

.head .contact {
    float: right;
    line-height: 60px;
    padding-top: 12px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0px;
}

.head .search {
    float: right;
    line-height: 60px;
    padding: 5px 0;
    margin-top: 28px;
    background-color: #FFFFFF;
    width: 160px;
    margin-left: 20px;
}

.head .search input {
    width: 128px;
    border: none;
    line-height: 20px;
}

.head .search img {
    vertical-align: middle;
    margin: 0 5px;
}

.head .contact img {
    vertical-align: middle;
    margin: -5px 10px 0 0;
}

.nav-right {
    position: absolute;
    right: 0;
    top: 850px;
    z-index: 999;
}

.nav-right-active {
    position: fixed;
    right: 0;
    top: 250px;
    z-index: 999;
}

.nav-right .item {
    position: relative;
    margin: 5px 0;
    width: 62px;
    height: 60px;
    background-color: #D91416;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    cursor: pointer
}

.nav-right .item img {
    margin: 3px
}

.nav-right .item p {
    position: absolute;
    bottom: 5px;
    width: 100%
}

.nav-right .hide {
    border-radius: 5px;
    position: absolute;
    right: 70px;
    top: 0;
    text-align: left;
    color: #333333;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #d0d0d0;
    display: none
}

.nav-right #phone .hide {
    width: 220px;
    height: 62px;
    padding-top: 25px;
    margin-top: -10px
}

.nav-right #search img {
    margin-top: 8px
}

.nav-right .to-top img {
    margin-top: 5px
}

.nav-right .hide .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #FFFFFF;
    margin-top: -5px;
    box-shadow: 5px 5px 5px #d0d0d0
}

.nav-right .hide .arrow:before, .nav-right .hide .arrow:after {
    position: absolute;
    content: '';
    border-top: 5px transparent dashed;
    border-right: 5px transparent dashed;
    border-bottom: 5px transparent dashed;
    border-left: 5px #fff solid;
}

.nav-right .hide p {
    position: relative;
    padding: 0 15px;
    line-height: 1.5;
    font-size: 14px
}

.nav-right .hide .number {
    font-size: 18px;
    font-weight: bold
}

.nav-right .hide .top {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #D91416;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 0 15px
}
