html, body, div, ul, li, ol, a, input, textarea, p, dl, dt, dd {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

html {
    height: 100%;
}

body {
    background: #f5f5f5;
    position: relative;
    font-size: 14px;
    max-width: 640px; /*最大宽度设置640px*/
    margin: auto;
}

a, input, img, textarea, span, div {
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

* {
    box-sizing: border-box;
}

.blank {
    clear: both;
    height: 10px;
}

.blank8 {
    clear: both;
    height: 8px;
}

.blank5 {
    clear: both;
    height: 15px;
}

.tag-name {
    font-size: 0;
    position: absolute;
    top: -60px;
    left: 0;
}

#header {
    height: 86px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 640px;
    z-index: 2019;
    margin: 0 auto;
    background-color: #ffffff;
}

.head {
    position: relative;
}

.head img {
    width: 120px;
    height: auto;
    margin-top: 28px;
    margin-bottom: 9px;
}

.logo img {
    margin-left: 18px;
}

.head .top-menu {
    display: inline-block;
    width: 40px;
    height: 30px;
    float: right;
    margin-top: 28px;
    margin-bottom: 9px;
}

.head .top-menu .iconRectangleCopy {
    color: #021326;
    font-size: 26px;
}

.head ul.nav_box {
    width: 100%;
    background: #F5F5F5;
    float: none;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    display: none;
}

.normal-li {
    padding-left: 10px;
    margin-bottom: 5px;
    text-align: left;
    border-bottom: 1px solid #D8D8D8;
}

.head ul li a {
    line-height: 35px;
    height: 40px;
    color: #021326;
    display: block;
    padding: 0 10px;
}

.qrcode-container {
    margin-left: 3px;
}

.qrcode-container img {
    width: 70px;
    height: 70px;
    text-align: center;
    margin-top: 0;
}

.qrcode-container p {
    text-align: center;
}

.last-li a {
    margin-left: 10px;
}

.last-li {
    margin-bottom: 5px;
    text-align: left;
    height: 1000px;
}

.qrcode-container li {
    width: 100px;
    float: left;
    margin: 0 auto;
    text-align: center;
}

.head-js__open ul.nav_box {
    display: block;
}

.head-bg {
    background: #F5F5F5;
}

/*首页开始*/
.top-btns {
    display: none;
}

.login-btn {
    display: none;
}

/*选择猎高开始*/
.page-slider {
    width: 100%;
    height: 345px;
    margin-top: 0;
    background: url("../images/banner2.jpg") bottom center no-repeat;
    /*animation: xm 15s infinite;*/
    background-size: 100%;
}

@keyframes xm {
    0% {
        background: url(../images/banner1.png);
        background-size: cover;
    }

    50% {
        background: url(../images/banner2.png);
        background-size: cover;
    }

    100% {
        background: url(../images/banner1.png);
        background-size: cover;
    }
}

#people_num_wap {
    display: block;
}

.wap-timer {
    display: none;
}

.page-slide {
    padding-top: 100px;
    margin: 0 auto;
    text-align: center;
}

.page-slide h2 {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
}

#people_num {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
}

#our_service_title {
    padding-top: 100px;
}

.page-slide h3 {
    padding-top: 55px;
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    margin-bottom: 8px;
    padding-bottom: 0;
}

.page-slide p {
    font-family: PingFangSC-Semibold, PingFang SC;
    line-height: 12px;
    margin: 0 auto;
}

.p-ul {
    margin-top: 20px;
    width: 100%;
}

.p-ul ul li {
    width: 90%;
    background: rgba(245, 245, 245, 1);
    margin: 10px auto;
}

.service-li {
    border: 1px solid rgba(216, 229, 239, 1);
    border-radius: 4px;
    height: 258px;
}

.li-img {
    width: 100%;
    height: 70px;
    position: relative;
}

.flexible_img {
    display: inline-block;
    margin: 20px 18px;
    float: left;
}

.flexible_img img {
    width: 41px;
    height: 48px;
}

.flexible_bg {
    position: relative;
}

.flexible_bg img {
    position: absolute;
}

.flexible_title {
    text-align: left;
    padding-left: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: rgba(2, 19, 38, 1);
    line-height: 22px;
}

.flexible_title span {
    text-align: left
}

.flexible_content {
    width: 95%;
    height: 67px;
    font-size: 14px;
    padding: 0 0 0 15px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: rgba(2, 19, 38, 1);
    line-height: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    opacity: 0.65
}

.flexible_content a {
    display: none;
}

.flexible_subtitle {
    position: absolute;
    top: 42px;
    left: 80px;
    width: 200px;
    height: 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
    display: inline-block;
    color: rgba(2, 19, 38, 1);
    font-family: PingFangSC-Semibold, PingFang SC;
    opacity: 0.65
}

.custom-voice {
    width: 100%;
    position: relative;
}

.voice-trapezoidal-container {
    width: 100px;
    height: 18px;
    position: relative;
    margin: 0 auto;
}

.voice_trapezoidal {
    width: 79px;
    height: 23px;
    position: absolute;
    left: 51px;
    top: -7px;
    background-color: #1065FC;
    z-index: -100;
}

.voice_trapezoidal_flag {
    top: -7px;
    width: 102px;
    left: 77px;
    height: 45px;
    z-index: -100;
    position: absolute;
    background-color: #F5F5F5;
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(150deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=0.45);
}

.voice-container {
    display: none;
}

.page-slide h3 {
    margin-top: 10px;
}

.voice-list-wap {
    margin-top: 20px;
    width: 100%;
}

.voice-list-wap li {
    width: 95%;
    height: auto;
    margin: 10px auto;
}

.voice-list-wap-item {
    width: 100%;
    height: 330px;
    border: 1px solid rgba(216, 229, 239, 1);
    border-radius: 4px;
}

.voice-list-wap-item-top-img {
    width: 100%;
    height: 100px;
}

.voice-list-wap-item-top-img-container {
    margin-left: 20px;
    margin-top: 20px;
    border: 1px solid rgba(216, 229, 239, 1);
    position: absolute;
    width: 160px;
    height: 70px;
}

.voice-list-wap-item-top-img img {
    width: 160px;
    /*height: 90px;*/
    float: left;
    margin-left: 13px;
    margin-top: 13px;
    z-index: 2019;
}

.voice-list-wap-item h2 {
    text-align: left;
    margin-left: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: rgba(2, 19, 38, 1);
    line-height: 22px;
}

.voice-list-wap-item p {
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    height: 67px;
    font-size: 14px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: rgba(2, 19, 38, 1);
    line-height: 20px;
}

.voice-container::after {
    content: "";
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #F5F5F5 url("../images/voice-bg.png") no-repeat;
    z-index: -1;
}

/*  ********** 企业墙  ************  */
.wall {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
    float: left;
    z-index: 9;
}

.company_div {
    width: 100%;
    height: 67px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: rgba(6, 23, 42, 1);
    line-height: 67px;
    text-align: center;
}


.company-trapezoidal-container {
    width: 120px;
    height: 67px;
    position: relative;
    margin: 0 auto;
}

.company_trapezoidal {
    width: 79px;
    height: 23px;
    position: absolute;
    left: -48px;
    top: 30px;
    background-color: #1065FC;
    z-index: -100;
}

.company_trapezoidal_flag {
    top: 22px;
    width: 59px;
    left: -77px;
    height: 44px;
    z-index: -100;
    position: absolute;
    background-color: #F5F5F5;
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(50deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=0.45);
}

.w-bd {
    margin-top: 10px;
    opacity: 0.7;
}

.w-warp {
    width: 100%;
}

.w-warp ul li {
    text-align: center;
    width: 95%;
    margin: 0 auto;
}

.w-warp ul li img {
    margin: 10px 10px;
    width: 90px;
    height: 50px;
}

.hide-wall-box {
    display: none;
}

.company_div_c {
    display: none;
}

.company_div_c_wap {
    display: block;
}


.foot_div {
    padding-top: 8px;
    clear: both;
    height: 80px;
    width: 100%;
    position: relative;
    margin: 0 auto 80px auto;
    background: rgba(55, 61, 66, 1);
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;

}

.right_flag {
    display: none;
}

/*选择猎高开始*/