@charset "utf-8";

/*sanren*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
a {
    margin: 0;
    padding: 0;
}

input,
button,
select,
textarea {
    outline: none;
    font-family: "microsoft yahei";
    -webkit-appearance: none;
}

ul,
li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

/* img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.prel {
    position: relative;
}

.pabs {
    position: absolute;
}

.clear {
    height: 0;
    clear: both;
    zoom: 1;
}

.navbar>li:last-child {
    margin-right: 0;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fwb {
    font-weight: bold;
}

.fwn {
    font-weight: normal;
}

.fwl {
    font-weight: lighter;
}

.vbv {
    visibility: visible;
}

.vbh {
    visibility: hidden;
}

.d-block,
.head_pc {
    display: block;
}

.d-none,
.head_wap {
    display: none;
}

.flex-cc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-inbl {
    display: inline-block;
}

.d-flex {
    display: flex;
}

.jcc {
    justify-content: center;
}

.jcsa {
    justify-content: space-around;
}

.jcsb {
    justify-content: space-between;
}

.jcse {
    justify-content: space-evenly;
}

.jcfe {
    justify-content: flex-end;
}

.aic {
    align-items: center;
}

.aie {
    align-items: flex-end;
}

.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.wrap1 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    height: 100%;
}

.wrap2 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
}

.wrap3 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.vam {
    vertical-align: middle;
}

.vat {
    vertical-align: top;
}

.vab {
    vertical-align: bottom;
}

.mcenter {
    margin-left: auto;
    margin-right: auto;
}

.cp {
    cursor: pointer;
}

.aBtn {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.model {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999999999999;
}

.model>div:nth-child(1) {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hag {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.rob {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.plm {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

@media only screen and (max-width:950px) {

    html,
    body {
        font-size: 12px;
    }

    .wlogo {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .wlogo img {
        width: 157px;
        /*margin-left: 15px;*/
        margin: 15px 15px 0;
    }

    .whead {
        height: 70px;
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9999;
        box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    }

    .whead i {
        display: block;
        width: 70px;
        height: 70px;
        background: url(../assets/navicon.jpg) no-repeat center;
        color: #fff;
        text-align: center;
        line-height: 70px;
        font-size: 18px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
    }

    .wapnava a {
        display: block;
        height: 44px;
        line-height: 43px;
        padding: 0 15px;
        color: #444;
        width: 100%;
        border-bottom: 1px dashed #eee;
        position: relative;
    }

    .wapnavtop i {
        display: block;
        width: 70px;
        height: 70px;
        background: none;
        color: #222;
        text-align: center;
        line-height: 50px;
        font-size: 18px;
        position: absolute;
        background: url(../assets/close.png) no-repeat center;
        right: 0;
        top: 0;
        z-index: 99999999;
        transform: scale(.3);
    }

    .tss_pr,
    .wapprda,
    .wapprda1 {
        position: relative;
    }

    .wapnava {
        padding: 0 20px 20px 20px;
    }

    .wpnvbg_active {
        opacity: 1;
        visibility: inherit;
    }

    .wapnav {
        width: 240px;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 9999;
        margin-right: -240px;
        transition: .25s;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .wapnav_active {
        right: 0;
        top: 0;
        height: 100%;
        margin-right: 0;
        overflow-y: auto;
    }

    .wapnavtop {
        background: #fff;
        color: #fff;
        height: 70px;
        line-height: 70px;
        padding: 0 15px;
        color: #fff;
    }

    .wpnvbg {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        background: rgba(0, 0, 0, .7);
        opacity: 0;
        visibility: hidden;
        transition: .25s;
    }

    .wpnvbg_active {
        opacity: 1;
        visibility: inherit;
    }

    .d-flex,
    .tss_db,
    .head_wap {
        display: block;
    }

    .head_wap {
        /*margin-bottom: 70px;*/
        margin-bottom: 36px;
    }

    .tss_dn,
    .head_pc {
        display: none;
    }

    .ws {
        width: 100%;
    }

    .tss_fn {
        float: none;
    }

    .wrap {
        width: 100%;
        padding: 0 2%;
    }

    .wrap1 {
        width: 100%;
        padding: 0 2%;
    }

    .wrap3 {
        width: 100%;
        padding: 0 2%;
    }
}

@media only screen and (max-width:768px) {

    body,
    html {
        font-size: 12px;
    }

    .wrap {
        width: 100%;
        padding: 0 2%;
    }

    .wrap1 {
        width: 100%;
        padding: 0 2%;
    }

    .wrap3 {
        width: 100%;
        padding: 0 2%;
    }
}

@media screen and (max-width:350px) {}

/* 13-15笔记本 */
/* @media screen and (min-width:1024px) and (max-width:1680px) {
    body>div {
        font-size: 16px;
        padding: 0 2%;
    }
} */

/* 平板 */
/* @media screen and (min-width:951px) and (max-width:1023px){body{font-size:14px;}}*/