*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

p ,a,span {
    font-size: 75%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-style: normal;
}

html {
    height: 100%;
    font-size: 16px;
}

body {
    position: relative;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    min-width: 350px;
    max-width: 640px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align:  middle;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}
/*******************************
    ---------[媒体查询]----------
*******************************/
@media screen and (max-width: 635px) {
    html {
        font-size: 15.7px;
    }
}

@media screen and (max-width: 628px) {
    html {
        font-size: 15.2px;
    }
}

@media screen and (max-width: 608px) {
    html {
        font-size: 14.7px;
    }
}

@media screen and (max-width: 588px) {
    html {
        font-size: 14.2px;
    }
}

@media screen and (max-width: 568px) {
    html {
        font-size: 13.7px;
    }
}

@media screen and (max-width: 548px) {
    html {
        font-size: 13.2px;
    }
}

@media screen and (max-width: 528px) {
    html {
        font-size: 12.7px;
    }
}

@media screen and (max-width: 508px) {
    html {
        font-size: 12.2px;
    }
}

@media screen and (max-width: 488px) {
    html {
        font-size: 11.7px;
    }
}

@media screen and (max-width: 468px) {
    html {
        font-size: 11.2px;
    }
}

@media screen and (max-width: 448px) {
    html {
        font-size: 10.7px;
    }
}

@media screen and (max-width: 428px) {
    html {
        font-size: 10.2px;
    }
}

@media screen and (max-width: 408px) {
    html {
        font-size: 9.7px;
    }
}

@media screen and (max-width: 388px) {
    html {
        font-size: 9.2px;
    }
}

@media screen and (max-width: 368px) {
    html {
        font-size: 8.7px;
    }
}
/*******************************
    -------[=导航]-------
********************************/
#aside {
    position: fixed;
    bottom: 100%;
    top: 45px;
    left: 0;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    /* padding: 0px 45px 0; */
    z-index: 101;
    background-image: url(../images1/bg-hd_1.png);
}

#aside .menu > li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

#aside.open .menu > li {
    opacity: 1;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

#aside .menu > li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#aside.action {
    bottom: 0;
}

#aside.open {
    left: 0;
}

#aside .link {
    margin: 0 0 20px 15px;
    color: #fff;
}

#aside .link a {
    color: #fff;
}

#aside .link a:hover {
    color: #f9991e;
}

#aside .menu > li > a {
    padding-left: 15px;
    display: block;
    width: 100%;
    height: 41px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    border-bottom: 1px solid #191919;
}

#aside .menu > li > a:hover, #aside .menu > li.on > a {
    color: #f9991e;
    background-color: #1c1c1c;
}

#aside .menu .sub {
    padding: 5px 0;
    display: none;
}

#aside .menu .sub a {
    padding-left: 30px;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #fff;
}

#aside .menu .sub a:hover, #aside .menu .sub a.on {
    color: #f9991e;
    background-color: #1c1c1c;
}

#aside .form {
    padding: 20px 15px;
}

#aside .select {
    display: block;
    margin-bottom: 10px;
    padding-left: 10px;
    width: 100%;
    line-height: 36px;
    border: 1px solid #d7d7d7;
    background: #fff url(../images1/ico-hd-down_1.png) 180px 50% no-repeat;
}

#aside .inpt {
    float: left;
    display: block;
    padding: 0 10px;
    width: 170px;
    height: 36px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
}

#aside .btns {
    display: block;
    overflow: hidden;
    width: 36px;
    height: 36px;
    background: #fff url(../images1/ico-soso_1.png) center no-repeat;
}

header[class="head"]{
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0;
    line-height: 50px;
    background-image: url(../images1/bg-hd_1.png);
    background-size: cover;
    z-index: 100;
}
.logo{
    width: 50%;
    height:100%;
    /*margin-left: 3%;*/
    line-height: 50%;
    position: relative;
    top:0;
    left: 0;
}
.logo img{
    position: absolute;
    top:50%;
    margin-top: -8%;
}
div[class="top_right"] {
    width: 50%;
    position: absolute;
    top: 14px;
    right: -5px;
    display: inline-block;
}
div[class="top_right"]>a {
    display: block;
    background: #c8ac7e;
    width: 34%;
    height: 23px;
    line-height: 23px;;
    float: left;
    margin: 0 5px;
    border-radius: 1rem;
    text-align: center;
}
span[class="menuBtn"] {
    float: right;
}
.menuBtn {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 27px;
    height: 20px;
    display: block;
    cursor: pointer;
    z-index: 999;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    float: right;
}

.menuBtn em {
    margin-bottom: 4px;
    display: block;
    height: 3px;
    background-color: #c8ac7e;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.menuBtn.on em {
    display: none;
    margin: -2px 0 0;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 24px;
    background-color: #d7a746;
}

.menuBtn.on em:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.menuBtn.on em:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.rukou{
    height:2rem;
    margin: 1rem 0;
}
.rukou p{
    width: 45%;
    color: #fff;
    float: left;
    margin: 0 2.5%;
    height: 4rem;
    border-radius: .5rem;
    text-align: center;
    line-height: 4rem;
}