/* Fonts */
/*currency*/
* {
    margin: 0;
    padding: 0;
}

html {}

body {
    margin: 0;
    color: #FFF;
    position: relative;
    font-family: "Arial";
    background: #000;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    border: none;
    list-style: none;
    font-weight: normal;
}

a {
    text-decoration: none;
    text-shadow: none;
    font-weight: normal;
}

ul {
    list-style: none;
}

textarea,
input,
button,
select {
    outline: none;
    -webkit-appearance: none;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #6c6c6c;
    text-decoration: none;
}

img {
    border: none;
    display: block;
}

span {
    margin: 0;
    padding: 0;
    cursor: auto;
}

span:focus,
div:focus {
    outline: none;
}

.Huans {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flexC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flexE {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.fl-bet {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fl-cen {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fl-end {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: flex-end;
}

.banner {
    position: relative;
    overflow: hidden;
}

.bannerI {
    width: 100%;
}

.banB {
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.banNT {
    color: #FFF;
    font-weight: 700;
}

.Inddk {}

.IndJoiM {
    position: relative;
    z-index: 1
}

.IndJoiM:before,
.IndJoiM:after {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0)
}

.IndJoiM:before {
    background: #e9e9e9;
    width: 100%;
    z-index: 1
}

.IndJoiM:after {
    background: #ccc;
    width: 90%;
    z-index: -1
}

.IndJoiMI {
    background: #000;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 70%;
}

.IndJoiMI i {
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-content: center
}

.IndJoiMI i img {
    width: 100%;
}

.IndJoiMI:before {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background: #ccc;
}

.IndJoiZ {
    text-align: center;
    font-weight: 700;
}

.IndwhaI {
    overflow: hidden;
}

.IndwhaI img {
    width: 100%;
    display: block;
}

.IndwhaZ h3 {
    font-weight: 700;
}

.IndhowI {
    overflow: hidden;
}

.IndhowI img {
    width: 100%;
    display: block;
}

.IndhowZ {
    width: 100%;
}

.IndhowZ p {
    position: relative;
}

.IndhowZ p:before {
    display: block;
    content: '';
    position: absolute;
    background: #FFF;
    border-radius: 50%;
    left: 0;
}

.Indour {
    color: #141414;
    background: #FFF;
}

.IndourK {}

.IndourK h3 {
    font-weight: 700;
}

.IndourI {
    width: 100%;
    overflow: hidden;
}

.IndourI img {
    height: 100%;
    display: block;
}

.Indourz {
    width: 100%;
    background: #000;
}

.Indoura {
    color: #FFF;
    position: relative;
    display: block;
}

.Indoura img {
    width: 100%;
    display: block;
}

.Indoura p {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

footer a {
    color: #FFF;
    display: block;
    font-weight: 700;
}

.footR {
    background: #1a1a1a;
    transition: 0.5s;
}

/*
display:flex;justify-content:space-between;align-items:center; flex-wrap:wrap;align-content:center
|flex-start|flex-end|center|space-between|space-around

overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;

left:0;top:50%;transform: translate(0,-50%);

transition:0.5s;
.IndEnvT:before,.IndEnvT:after{display:block;content:'';position: absolute;}
*/
@media screen and (min-width:1280px) {
    .ward {
        width: 1280px;
        padding: 0 40px;
        margin: 0 auto;
    }

    .bannerI img {
        width: 100%;
        display: block;
    }

    .banB {
        bottom: 28%;
    }

    .banNT {
        color: #FFF;
        font-size: 52px;
        line-height: 50px;
        width: 800px;
    }

    .Inddk {}

    .IndJoiM {
        margin: 0 auto 60px;
        width: 696px;
    }

    .IndJoiM:before {
        height: 15px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .IndJoiM:after {
        height: 19px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .IndJoiMI {
        padding: 18px;
        border: 2px solid #FFF;
        border-bottom: none;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 310px;
    }

    .IndJoiMI:before {
        width: 92px;
        height: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .IndJoiZ {
        font-size: 42px;
        line-height: 55px;
    }

    .Indwha {
        margin-top: 100px;
    }

    .IndwhaI {
        width: 634px;
    }

    .IndwhaZ {
        width: 100%;
        flex: 1;
        margin-left: 70px;
    }

    .IndwhaZ h3 {
        font-size: 50px;
        line-height: 65px;
    }

    .IndwhaZ p {
        font-size: 28px;
        line-height: 35px;
        margin-top: 90px;
    }

    .Indhow {
        padding: 200px 0 80px;
    }

    .IndhowI {
        width: 500px;
    }

    .IndhowZ {
        margin-left: 50px;
        flex: 1;
    }

    .IndhowZ p {
        padding-left: 20px;
        line-height: 40px;
        font-size: 29px;
    }

    .IndhowZ p:before {
        width: 8px;
        height: 8px;
        top: 16px;
    }

    .Indour {
        padding: 140px 0 30px;
    }

    .IndourK {}

    .IndourK h3 {
        font-size: 70px;
        line-height: 60px;
    }

    .IndourP {
        font-size: 26px;
        line-height: 36px;
        margin-top: 30px
    }

    .IndourB {
        margin-top: 100px;
    }

    .IndourN {
        width: 338px;
    }

    .IndourI {
        height: 240px;
    }

    .Indourz {
        height: 55px;
    }

    .Indoura {
        width: 336px;
        margin: 40px auto 0;
    }

    .Indoura p {
        font-size: 46px;
        line-height: 50px;
    }

    footer {
        padding: 20px 20px;
    }

    footer a {
        font-size: 14px;
        line-height: 32px;
        padding: 0 15px;
        border-radius: 16px;
    }

    .footL:hover {
        background: #1a1a1a;
    }

    .footR:hover {
        background: linear-gradient(90deg, #00C4CC 0%, #7D2AE8 100%);
        transition: 0.5s;
    }
}

@media screen and (max-width:1279px) and (min-width:960px) {
    .ward {
        width: 100%;
        padding: 0 4%
    }

    .bannerI img {
        width: 100%;
        display: block;
    }

    .banB {
        bottom: 28%;
    }

    .banNT {
        color: #FFF;
        font-size: 44px;
        line-height: 40px;
        width: 680px;
        ;
    }

    .Inddk {}

    .IndJoiM {
        margin: 0 auto 45px;
        width: 600px;
    }

    .IndJoiM:before {
        height: 13px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .IndJoiM:after {
        height: 17px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .IndJoiMI {
        padding: 16px;
        border: 2px solid #FFF;
        border-bottom: none;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 290px;
    }

    .IndJoiMI:before {
        width: 92px;
        height: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .IndJoiZ {
        font-size: 35px;
        line-height: 45px;
    }

    .Indwha {
        margin-top: 80px;
    }

    .IndwhaI {
        width: 55%;
    }

    .IndwhaZ {
        width: 100%;
        flex: 1;
        margin-left: 50px;
    }

    .IndwhaZ h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .IndwhaZ p {
        font-size: 20px;
        line-height: 30px;
        margin-top: 70px;
    }

    .Indhow {
        padding: 160px 0 60px;
    }

    .IndhowI {
        width: 42%;
    }

    .IndhowZ {
        margin-left: 40px;
        flex: 1;
    }

    .IndhowZ p {
        padding-left: 18px;
        line-height: 36px;
        font-size: 20px;
    }

    .IndhowZ p:before {
        width: 6px;
        height: 6px;
        top: 15px;
    }

    .Indour {
        padding: 110px 0 25px;
    }

    .IndourK {}

    .IndourK h3 {
        font-size: 60px;
        line-height: 60px;
    }

    .IndourP {
        font-size: 20px;
        line-height: 30px;
        margin-top: 25px
    }

    .IndourB {
        margin-top: 80px;
    }

    .IndourN {
        width: 280px;
    }

    .IndourI {
        height: 200px;
    }

    .Indourz {
        height: 45px;
    }

    .Indoura {
        width: 290px;
        margin: 32px auto 0;
    }

    .Indoura p {
        font-size: 40px;
        line-height: 40px;
    }

    footer {
        padding: 16px 16px;
    }

    footer a {
        font-size: 13px;
        line-height: 28px;
        padding: 0 14px;
        border-radius: 14px;
    }

    .footL:hover {
        background: #1a1a1a;
    }

    .footR:hover {
        background: linear-gradient(90deg, #00C4CC 0%, #7D2AE8 100%);
        transition: 0.5s;
    }
}

@media screen and (max-width:959px) and (min-width:640px) {
    .ward {
        width: 100%;
        padding: 0 4%
    }

    .bannerI {
        height: 650px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bannerI img {
        height: 100%;
        display: block;
    }

    .banB {
        bottom: 28%;
    }

    .banNT {
        color: #FFF;
        font-size: 36px;
        line-height: 30px;
        width: 520px;
    }

    .IndJoiM {
        margin: 0 auto 40px;
        width: 500px;
    }

    .IndJoiM:before {
        height: 11px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .IndJoiM:after {
        height: 14px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .IndJoiMI {
        padding: 12px;
        border: 1px solid #FFF;
        border-bottom: none;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        height: 220px;
    }

    .IndJoiMI:before {
        width: 70px;
        height: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .IndJoiZ {
        font-size: 26px;
        line-height: 36px;
    }

    .Indwha {
        margin-top: 60px;
    }

    .IndwhaI {
        width: 500px;
        margin: 0 auto;
    }

    .IndwhaZ {
        width: 100%;
        margin-top: 50px;
    }

    .IndwhaZ h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .IndwhaZ p {
        font-size: 20px;
        line-height: 30px;
        margin-top: 40px;
    }

    .Indhow {
        padding: 110px 0 40px;
    }

    .IndhowI {
        width: 450px;
        margin: 0 auto 40px;
    }

    .IndhowZ p {
        padding-left: 18px;
        line-height: 36px;
        font-size: 20px;
    }

    .IndhowZ p:before {
        width: 6px;
        height: 6px;
        top: 15px;
    }

    .Indour {
        padding: 70px 0 25px;
    }

    .IndourK {}

    .IndourK h3 {
        font-size: 50px;
        line-height: 50px;
    }

    .IndourP {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px
    }

    .IndourB {
        margin-top: 50px;
        display: block;
    }

    .IndourN {
        width: 400px;
        margin: 0 auto 30px;
    }

    .IndourI {
        width: 100%;
    }

    .IndourI img {
        height: auto;
        width: 100%;
    }

    .Indourz {
        height: 45px;
    }

    .Indoura {
        width: 290px;
        margin: 32px auto 0;
    }

    .Indoura p {
        font-size: 40px;
        line-height: 40px;
    }

    footer {
        padding: 10px 10px;
    }

    footer a {
        font-size: 12px;
        line-height: 26px;
        padding: 0 13px;
        border-radius: 13px;
    }
}

@media only screen and (max-width:639px) {
    .ward {
        width: 100%;
        padding: 0 4%
    }

    .bannerI {
        height: 70vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bannerI img {
        height: 100%;
        display: block;
    }

    .banB {
        bottom: 20%;
    }

    .banNT {
        color: #FFF;
        font-size: 0.2rem;
        line-height: 0.2rem;
        width: 100%;
    }

    .IndJoiM {
        margin: 0 auto 0.4rem;
        width: 2.8rem;
    }

    .IndJoiM:before {
        height: 0.08rem;
        border-bottom-left-radius: 0.06rem;
        border-bottom-right-radius: 0.06rem;
    }

    .IndJoiM:after {
        height: 0.11rem;
        border-bottom-left-radius: 0.03rem;
        border-bottom-right-radius: 0.03rem;
    }

    .IndJoiMI {
        padding: 0.06rem;
        border: 0.01rem solid #FFF;
        border-bottom: none;
        border-top-left-radius: 0.06rem;
        border-top-right-radius: 0.06rem;
        height: 1.2rem;
    }

    .IndJoiMI:before {
        width: 0.5rem;
        height: 0.04rem;
        border-bottom-left-radius: 0.04rem;
        border-bottom-right-radius: 0.04rem;
    }

    .IndJoiZ {
        font-size: 0.15rem;
        line-height: 0.22rem;
    }

    .Indwha {
        margin-top: 0.5rem;
    }

    .IndwhaI {
        width: 100%;
        margin: 0 auto;
    }

    .IndwhaZ {
        width: 100%;
        margin-top: 0.4rem;
        ;
    }

    .IndwhaZ h3 {
        font-size: 0.24rem;
        line-height: 0.3rem;
    }

    .IndwhaZ p {
        font-size: 0.15rem;
        line-height: 0.22rem;
        margin-top: 0.2rem;
    }

    .Indhow {
        padding: 0.7rem 0 0.2rem;
    }

    .IndhowI {
        width: 100%;
        margin: 0 auto 0.2rem;
    }

    .IndhowZ p {
        padding-left: 0.12rem;
        line-height: 0.24rem;
        font-size: 0.13rem;
    }

    .IndhowZ p:before {
        width: 0.04rem;
        height: 0.04rem;
        top: 0.1rem;
    }

    .Indour {
        padding: 0.5rem 0 0.2rem;
    }

    .IndourK {}

    .IndourK h3 {
        font-size: 0.18rem;
        line-height: 0.22rem;
    }

    .IndourP {
        font-size: 0.13rem;
        line-height: 0.2rem;
        margin-top: 0.1rem
    }

    .IndourB {
        margin-top: 0.3rem;
        display: block;
    }

    .IndourN {
        width: 80%;
        margin: 0 auto 0.15rem;
    }

    .IndourI {
        width: 100%;
    }

    .IndourI img {
        height: auto;
        width: 100%;
    }

    .Indourz {
        height: 0.3rem;
    }

    .Indoura {
        width: 80%;
        margin: 0.2rem auto 0;
    }

    .Indoura p {
        font-size: 0.3rem;
        line-height: 0.4rem;
    }

    footer {
        padding: 0.06rem 4%;
    }

    footer a {
        font-size: 0.1rem;
        line-height: 0.2rem;
        padding: 0 0.1rem;
        border-radius: 0.1rem;
    }
}

html {
    font-size: 625%;
    /*100 ÷ 16 × 100% = 625%*/
}

/*出的各分辨率媒体查询换算：*/
@media screen and (min-width:360px) and (max-width:374px) and (orientation:portrait) {
    html {
        font-size: 703%;
    }
}

@media screen and (min-width:375px) and (max-width:383px) and (orientation:portrait) {
    html {
        font-size: 732.4%;
    }
}

@media screen and (min-width:384px) and (max-width:399px) and (orientation:portrait) {
    html {
        font-size: 750%;
    }
}

@media screen and (min-width:400px) and (max-width:413px) and (orientation:portrait) {
    html {
        font-size: 781.25%;
    }
}

@media screen and (min-width:414px) and (max-width:431px) and (orientation:portrait) {
    html {
        font-size: 808.6%;
    }
}

@media screen and (min-width:432px) and (max-width:479px) and (orientation:portrait) {
    html {
        font-size: 843.75%;
    }
}



/*
display:flex;justify-content:space-between;align-items:center; flex-wrap:wrap;align-content:center
|flex-start|flex-end|center|space-between|space-around

overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;

transition:0.5s;
.IndEnvT:before,.IndEnvT:after{display:block;content:'';position: absolute;}
*/