/* Fonts */
/*通用*/
* {
    margin: 0;
    padding: 0;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {}

body {
    margin: 0;
    color: #252525;
    position: relative;
    /*font-family: Open Sans, PingFang SC, Microsoft YaHei, Helvetica Neue, Hiragino Sans GB, WenQuanYi Micro Hei, Arial, "sans-serif";*/
    background: #FFF;
    font-size: 15px;
}

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;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

ul {
    list-style: none;
}

textarea,
input,
button,
select {
    outline: 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;
}

.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;
}

.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;
}

.Huans {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*header*/
.header {
    width: 100%;
    z-index: 99;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

.headerO {
    background: #FFF;
    box-shadow: 0 3px 10px rgba(182, 207, 208, 0.5);
}

.hdlogo {
    display: block;
}

.hdlogo img {
    height: 100%;
    display: block;
}



/*
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;}
*/
/*footer*/
footer {
    /* background-color:#020c16;
    color:#FFF; */
    background-color: #0f4299;
    color: #fff;


    background-image: url("../images/pic/ftB.jpg");
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.ftLp {
    width: 100%;
}

.ftNI {
    display: block;
}

.ftNI img {
    width: 100%;
    display: block;
}

.ftNr {
    width: 100%;
    flex: 1;
}

.ftPhone {
    font-weight: bold;
    /* background: -webkit-linear-gradient(0, #2b8ecd, #04edbb);
    background: linear-gradient(0, #2b8ecd, #04edbb);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; */
}

.ftNav li h3 {
    font-weight: bold;
}

.ftNavn {
    width: 100%;
}

.ftNava {
    color: #FFF;
    /* opacity: 0.5; */
    display: block;
}

.ftC {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ftCP {
    color: #FFF;
    /* opacity: 0.22; */
    width: 100%;
    flex: 1
}

.ftCP a {
    color: #FFF;
}

.ftCID {
    position: relative;
}

.ftCIa {
    display: block;
    opacity: 0.7;
}

.ftCIa img {
    width: 100%;
    display: block;
}

/**/
.MenuFZN h3 {
    white-space: nowrap;
}

.ydsj {
    padding-top: 30px;
}

@media screen and (min-width:1680px) {

    /*header*/
    .header {
        height: 75px;
        padding: 0 120px;
    }

    .hdlogo {
        height: 36px;
    }

    .hdR {
        width: 100%;
        flex: 1
    }

    .hdRn {}

    .hdRpho {
        position: relative
    }

    .hdphonea {
        height: 22px;
        width: 50px;
        background-image: url("../images/icon/phone01.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        display: block;
    }

    .hdphone {
        position: absolute;
        color: #FFF;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%);
        width: 250px;
        display: none;
    }

    .hdphoneN {
        height: 42px;
        border-radius: 21px;
        width: 100%;
        background: linear-gradient(to bottom, #04ecbb, #2b8ecd);
    }

    .hdphoneN img {
        width: 22px;
        display: block;
        margin-right: 8px;
    }

    .hdphoneN p {
        font-size: 14px;
        line-height: 18px;
    }

    .hdphoneN span {
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
    }

    .hdRx {
        width: 1px;
        height: 22px;
        margin: 0 15px;
        background: #FFF;
    }

    .hden {
        width: 50px;
        line-height: 30px;
        color: #FFF;
        text-align: center;
        display: block;
        font-size: 16px;
    }

    .searchA {
        width: 75px;
        height: 75px;
        background-image: url("../images/icon/search.png");
        background-position: center;
        background-size: 25px;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
    }

    .searchA:before {
        display: block;
        content: '';
        position: absolute;
        background: #009fa8;
        border-radius: 50%;
        width: 120px;
        height: 120px;
        left: 0;
        bottom: 0;
        z-index: -1
    }

    .hd_nav,
    .MenuK {
        display: none;
    }

    /**/
    .Menu {
        display: block;
        margin-left: 100px;
    }

    .Menu ul {}

    .MenuU li {
        margin-right: 64px;
    }

    .MenuA {
        line-height: 75px;
        font-size: 16px;
        color: #FFF;
        position: relative;
        display: block;
    }

    .MenuU li .MenuA:before {
        display: block;
        content: '';
        position: absolute;
        width: 0;
        bottom: 14px;
        height: 2px;
        background: #009fa8;
        transition: 0.5s;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .MenuU li .on,
    .MenuU li .MenuA:hover {
        color: #009fa8;
    }

    .MenuU li .on:before,
    .MenuU li .MenuA:hover:before {
        width: 100%;
        transition: 0.5s;
    }

    .MenuF {
        position: absolute;
        top: 100%;
        left: 0;
        background: #FFF;
        width: 100%;
        box-shadow: 0 3px 10px rgba(182, 207, 208, 0.5);
        display: none;
    }

    .MenuFD {
        padding: 60px 0;
    }

    .MenuFL {
        width: 620px;
        border-right: 1px solid #bfbfbf;
        padding-left: 95px;
        min-height: 126px;
    }

    .MenuFLW {
        width: 570px;
        border-right: 1px solid #bfbfbf;
    }

    .MenuPor {
        margin-bottom: 100px;
    }

    .MenuPora {
        height: 78px;
    }

    .MenuPora i {
        width: 40px;
        height: 40px;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
    }

    .MenuPI1 {
        background-image: url("../images/icon/MenuU01.png")
    }

    .MenuPI2 {
        background-image: url("../images/icon/MenuU02.png")
    }

    .MenuPI3 {
        background-image: url("../images/icon/MenuU03.png")
    }

    .MenuPora p {
        margin-left: 28px;
        font-size: 24px;
        line-height: 36px;
        width: 100%;
        flex: 1;
        color: #666;
    }

    .MenuFZK {
        display: none;
    }

    .MenuPor .on {}

    .MenuPor .on i {
        background-position: 0 -40px;
        ;
    }

    .MenuPor .on p {
        font-weight: bold;
        color: #009fa8;
    }

    .MenuFM {
        color: #333;
        font-size: 16px;
        line-height: 30px;
        display: block;
    }

    .MenuFM:hover {
        color: #009fa8;
        text-decoration: underline;
    }

    .MenuFL h3 {
        color: #009fa8;
        font-weight: 700;
        line-height: 34px;
        font-size: 20px;
        padding: 10px 0 30px;
    }

    .MenuFLx {
        font-size: 14px;
        line-height: 18px;
        color: #828891;
    }

    .MenuFZ {
        width: 810px;
    }

    .MenuFZW {
        width: 140px;
    }

    .MenuFZN {
        margin-bottom: 50px;
    }

    .MenuFZN:last-child {
        margin-bottom: 0
    }

    .MenuFZN h3 {
        color: #009fa8;
        font-size: 14px;
        line-height: 30px;
        font-weight: bold;
        width: 100%;
    }

    .MenuFZs {
        margin-top: 8px;
    }

    .MenuFZa {
        font-size: 14px;
        color: #000;
        line-height: 30px;
        width: 100%;
        display: block;
    }

    .MenuFZa:hover {
        color: #009fa8;
    }

    .MenuFE {
        width: 680px;
    }

    .MenuFEn {
        width: 150px;
    }

    .MenuFEa {
        font-size: 16px;
        color: #999;
        line-height: 40px;
        display: block;
        width: 100%;
    }

    .MenuFE .on,
    .MenuFEa:hover {
        color: #009fa8;
    }

    .headerO .MenuA {
        color: #333;
    }

    .headerO .hden {
        color: #009fa8;
    }

    .headerO .hdphonea {
        background-image: url("../images/icon/phone02.png");
    }

    .headerO .hdRx {
        background: #009fa8;
    }

    /*footer*/
    footer {
        border-top: 7px solid #50a72c;
    }

    .ftK {
        height: 500px;
        padding-top: 90px;
    }

    .ftL {
        width: 370px;
    }

    .ftLp {
        margin-bottom: 34px;
    }

    .ftNI {
        width: 40px;
        margin-right: 18px;
    }

    .ftNp {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .ftNs {
        font-size: 16px;
        line-height: 26px;
    }

    .ftPhone {
        font-size: 24px;
        line-height: 26px;
    }

    .ftNav {
        /* width:1040px; */
        width: 1030px;
    }

    .ftNav li {
        width: 180px;
    }

    .ftNav li:last-child {
        width: 70px;
    }

    .ftNav li h3 {
        font-size: 16px;
        line-height: 30px;
    }

    .ftna {
        line-height: 30px;
        font-size: 18px;
    }

    .ftNavn {
        margin-top: 10px;
    }

    .ftNava {
        width: 100%;
        font-size: 14px;
        padding: 7px 0;
    }

    .ftNava:hover {
        text-decoration: underline;
        opacity: 1;
    }

    .ftC {
        font-size: 14px;
    }

    .ftCW {
        height: 75px;
    }

    .ftCP {
        line-height: 20px;
    }

    .ftCP a:hover {
        text-decoration: underline;
    }

    .ftCI {}

    .ftCID {
        margin-left: 10px;
    }

    .ftCIa {
        width: 37px;
        height: 37px;
    }

    .ftCIa:hover {
        opacity: 1;
    }
}

@media screen and (max-width:1680px) and (min-width:1440px) {

    /*header*/
    .header {
        height: 70px;
        padding: 0 100px;
    }

    .hdlogo {
        height: 32px;
    }

    .hdR {
        width: 100%;
        flex: 1
    }

    .hdRn {}

    .hdRpho {
        position: relative
    }

    .hdphonea {
        height: 20px;
        width: 40px;
        background-image: url("../images/icon/phone01.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        display: block;
    }

    .hdphone {
        position: absolute;
        color: #FFF;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%);
        width: 220px;
        display: none;
    }

    .hdphoneN {
        height: 40px;
        border-radius: 20px;
        width: 100%;
        background: linear-gradient(to bottom, #04ecbb, #2b8ecd);
    }

    .hdphoneN img {
        width: 20px;
        display: block;
        margin-right: 8px;
    }

    .hdphoneN p {
        font-size: 13px;
        line-height: 18px;
    }

    .hdphoneN span {
        font-size: 15px;
        font-weight: bold;
        line-height: 20px;
    }

    .hdRx {
        width: 1px;
        height: 20px;
        margin: 0 12px;
        background: #FFF;
    }

    .hden {
        width: 40px;
        line-height: 24px;
        color: #FFF;
        text-align: center;
        display: block;
        font-size: 15px;
    }

    .searchA {
        width: 70px;
        height: 70px;
        background-image: url("../images/icon/search.png");
        background-position: center;
        background-size: 22px;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
    }

    .searchA:before {
        display: block;
        content: '';
        position: absolute;
        background: #009fa8;
        border-radius: 50%;
        width: 110px;
        height: 110px;
        left: 0;
        bottom: 0;
        z-index: -1
    }

    .hd_nav,
    .MenuK {
        display: none;
    }

    /**/
    .Menu {
        display: block;
        margin-left: 60px;
    }

    .Menu ul {}

    .MenuU li {
        margin-right: 55px;
    }

    .MenuA {
        line-height: 70px;
        font-size: 15px;
        color: #FFF;
        position: relative;
        display: block;
    }

    .MenuU li .MenuA:before {
        display: block;
        content: '';
        position: absolute;
        width: 0;
        bottom: 14px;
        height: 2px;
        background: #009fa8;
        transition: 0.5s;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .MenuU li .on,
    .MenuU li .MenuA:hover {
        color: #009fa8;
    }

    .MenuU li .on:before,
    .MenuU li .MenuA:hover:before {
        width: 100%;
        transition: 0.5s;
    }

    .MenuF {
        position: absolute;
        top: 100%;
        left: 0;
        background: #FFF;
        width: 100%;
        box-shadow: 0 3px 10px rgba(182, 207, 208, 0.5);
        display: none;
    }

    .MenuFD {
        padding: 55px 0;
    }

    .MenuFL {
        width: 540px;
        border-right: 1px solid #bfbfbf;
        padding-left: 80px;
        min-height: 110px;
    }

    .MenuFLW {
        width: 460px;
        border-right: 1px solid #bfbfbf;
    }

    .MenuPor {
        margin-bottom: 80px;
    }

    .MenuPora {
        height: 70px;
    }

    .MenuPora i {
        width: 38px;
        height: 38px;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
    }

    .MenuPI1 {
        background-image: url("../images/icon/MenuU01.png")
    }

    .MenuPI2 {
        background-image: url("../images/icon/MenuU02.png")
    }

    .MenuPI3 {
        background-image: url("../images/icon/MenuU03.png")
    }

    .MenuPora p {
        margin-left: 24px;
        font-size: 18px;
        line-height: 32px;
        width: 100%;
        flex: 1;
        color: #666;
    }

    .MenuFZK {
        display: none;
    }

    .MenuPor .on {}

    .MenuPor .on i {
        background-position: 0 -38px;
        ;
    }

    .MenuPor .on p {
        font-weight: bold;
        color: #009fa8;
    }

    .MenuFM {
        color: #333;
        font-size: 15px;
        line-height: 28px;
        display: block;
    }

    .MenuFM:hover {
        color: #009fa8;
        text-decoration: underline;
    }

    .MenuFL h3 {
        color: #009fa8;
        font-weight: 700;
        line-height: 30px;
        font-size: 18px;
        padding: 10px 0 16px;
    }

    .MenuFLx {
        font-size: 14px;
        line-height: 18px;
        color: #828891;
    }

    .MenuFZ {
        width: 720px;
    }

    .MenuFZW {
        width: 135px;
    }

    .MenuFZN {
        margin-bottom: 42px;
    }

    .MenuFZN:last-child {
        margin-bottom: 0
    }

    .MenuFZN h3 {
        color: #009fa8;
        font-size: 15px;
        line-height: 36px;
        font-weight: bold;
        width: 100%;
    }

    .MenuFZs {
        margin-top: 6px;
    }

    .MenuFZa {
        font-size: 15px;
        color: #999;
        line-height: 36px;
        width: 100%;
        display: block;
    }

    .MenuFZa:hover {
        color: #009fa8;
    }

    .MenuFE {
        width: 600px;
    }

    .MenuFEn {
        width: 130px;
    }

    .MenuFEa {
        font-size: 15px;
        color: #999;
        line-height: 36px;
        display: block;
        width: 100%;
    }

    .MenuFE .on,
    .MenuFEa:hover {
        color: #009fa8;
    }

    .headerO .MenuA {
        color: #333;
    }

    .headerO .hden {
        color: #009fa8;
    }

    .headerO .hdphonea {
        background-image: url("../images/icon/phone02.png");
    }

    .headerO .hdRx {
        background: #009fa8;
    }

    /*footer*/
    footer {
        border-top: 6px solid #03f0bb;
    }

    .ftK {
        height: 450px;
        padding-top: 80px;
    }

    .ftL {
        width: 300px;
    }

    .ftLp {
        margin-bottom: 30px;
    }

    .ftNI {
        width: 36px;
        margin-right: 14px;
    }

    .ftNp {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .ftNs {
        font-size: 15px;
        line-height: 24px;
    }

    .ftPhone {
        font-size: 22px;
        line-height: 24px;
    }

    .ftNav {
        width: 900px;
    }

    .ftNav li {
        width: 150px;
    }

    .ftNav li:last-child {
        width: 70px;
    }

    .ftNav li h3 {
        font-size: 15px;
        line-height: 26px;
    }

    .ftna {
        line-height: 30px;
        font-size: 18px;
    }

    .ftNavn {
        margin-top: 10px;
    }

    .ftNava {
        width: 100%;
        font-size: 13px;
        padding: 7px 0;
    }

    .ftNava:hover {
        text-decoration: underline;
        opacity: 1;
    }

    .ftC {
        font-size: 13px;
    }

    .ftCW {
        height: 65px;
    }

    .ftCP {
        line-height: 18px;
    }

    .ftCP a:hover {
        text-decoration: underline;
    }

    .ftCI {}

    .ftCID {
        margin-left: 9px;
    }

    .ftCIa {
        width: 35px;
        height: 35px;
    }

    .ftCIa:hover {
        opacity: 1;
    }
}

@media screen and (max-width:1440px) and (min-width:1280px) {

    /*header*/
    .header {
        height: 60px;
        padding: 0 80px;
    }

    .hdlogo {
        height: 30px;
    }

    .hdR {
        width: 100%;
        flex: 1
    }

    .hdRn {}

    .hdRpho {
        position: relative
    }

    .hdphonea {
        height: 18px;
        width: 36px;
        background-image: url("../images/icon/phone01.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        display: block;
    }

    .hdphone {
        position: absolute;
        color: #FFF;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%);
        width: 200px;
        display: none;
    }

    .hdphoneN {
        height: 36px;
        border-radius: 18px;
        width: 100%;
        background: linear-gradient(to bottom, #04ecbb, #2b8ecd);
    }

    .hdphoneN img {
        width: 18px;
        display: block;
        margin-right: 8px;
    }

    .hdphoneN p {
        font-size: 12px;
        line-height: 18px;
    }

    .hdphoneN span {
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
    }

    .hdRx {
        width: 1px;
        height: 18px;
        margin: 0 10px;
        background: #FFF;
    }

    .hden {
        width: 36px;
        line-height: 24px;
        color: #FFF;
        text-align: center;
        display: block;
        font-size: 14px;
    }

    .searchA {
        width: 60px;
        height: 60px;
        background-image: url("../images/icon/search.png");
        background-position: center;
        background-size: 20px;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
    }

    .searchA:before {
        display: block;
        content: '';
        position: absolute;
        background: #009fa8;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        left: 0;
        bottom: 0;
        z-index: -1
    }

    .hd_nav,
    .MenuK {
        display: none;
    }

    /**/
    .Menu {
        display: block;
        margin-left: 30px;
    }

    .Menu ul {}

    .MenuU li {
        margin-right: 45px;
    }

    .MenuA {
        line-height: 60px;
        font-size: 14px;
        color: #FFF;
        position: relative;
        display: block;
    }

    .MenuU li .MenuA:before {
        display: block;
        content: '';
        position: absolute;
        width: 0;
        bottom: 14px;
        height: 2px;
        background: #009fa8;
        transition: 0.5s;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .MenuU li .on,
    .MenuU li .MenuA:hover {
        color: #009fa8;
    }

    .MenuU li .on:before,
    .MenuU li .MenuA:hover:before {
        width: 100%;
        transition: 0.5s;
    }

    .MenuF {
        position: absolute;
        top: 100%;
        left: 0;
        background: #FFF;
        width: 100%;
        box-shadow: 0 3px 10px rgba(182, 207, 208, 0.5);
        display: none;
    }

    .MenuFD {
        padding: 45px 0;
    }

    .MenuFL {
        width: 420px;
        border-right: 1px solid #bfbfbf;
        padding-left: 60px;
        min-height: 90px;
    }

    .MenuFLW {
        width: 360px;
        border-right: 1px solid #bfbfbf;
    }

    .MenuPor {
        margin-bottom: 60px;
    }

    .MenuPora {
        height: 54px;
    }

    .MenuPora i {
        width: 32px;
        height: 32px;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
    }

    .MenuPI1 {
        background-image: url("../images/icon/MenuU01.png")
    }

    .MenuPI2 {
        background-image: url("../images/icon/MenuU02.png")
    }

    .MenuPI3 {
        background-image: url("../images/icon/MenuU03.png")
    }

    .MenuPora p {
        margin-left: 20px;
        font-size: 16px;
        line-height: 26px;
        width: 100%;
        flex: 1;
        color: #666;
    }

    .MenuFZK {
        display: none;
    }

    .MenuPor .on {}

    .MenuPor .on i {
        background-position: 0 -32px;
        ;
    }

    .MenuPor .on p {
        font-weight: bold;
        color: #009fa8;
    }

    .MenuFM {
        color: #333;
        font-size: 14px;
        line-height: 26px;
        display: block;
    }

    .MenuFM:hover {
        color: #009fa8;
        text-decoration: underline;
    }

    .MenuFL h3 {
        color: #009fa8;
        font-weight: 700;
        line-height: 28px;
        font-size: 16px;
        padding: 8px 0 16px;
    }

    .MenuFLx {
        font-size: 13px;
        line-height: 16px;
        color: #828891;
    }

    .MenuFZ {
        width: 620px;
    }

    .MenuFZW {
        width: 120px;
    }

    .MenuFZN {
        margin-bottom: 34px;
    }

    .MenuFZN:last-child {
        margin-bottom: 0
    }

    .MenuFZN h3 {
        color: #009fa8;
        font-size: 14px;
        line-height: 32px;
        font-weight: bold;
        width: 100%;
    }

    .MenuFZs {
        margin-top: 6px;
    }

    .MenuFZa {
        font-size: 14px;
        color: #999;
        line-height: 32px;
        width: 100%;
        display: block;
    }

    .MenuFZa:hover {
        color: #009fa8;
    }

    .MenuFE {
        width: 500px;
    }

    .MenuFEn {
        width: 110px;
    }

    .MenuFEa {
        font-size: 14px;
        color: #999;
        line-height: 32px;
        display: block;
        width: 100%;
    }

    .MenuFE .on,
    .MenuFEa:hover {
        color: #009fa8;
    }

    .headerO .MenuA {
        color: #333;
    }

    .headerO .hden {
        color: #009fa8;
    }

    .headerO .hdphonea {
        background-image: url("../images/icon/phone02.png");
    }

    .headerO .hdRx {
        background: #009fa8;
    }

    /*footer*/
    footer {
        border-top: 5px solid #03f0bb;
    }

    .ftK {
        height: 395px;
        padding-top: 65px;
    }

    .ftL {
        width: 280px;
    }

    .ftLp {
        margin-bottom: 26px;
    }

    .ftNI {
        width: 32px;
        margin-right: 11px;
    }

    .ftNp {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .ftNs {
        font-size: 14px;
        line-height: 22px;
    }

    .ftPhone {
        font-size: 20px;
        line-height: 22px;
    }

    .ftNav {
        width: 750px;
    }

    .ftNav li {
        width: 120px;
    }

    .ftNav li:last-child {
        width: 60px;
    }

    .ftNav li h3 {
        font-size: 14px;
        line-height: 24px;
    }

    .ftna {
        line-height: 30px;
        font-size: 18px;
    }

    .ftNavn {
        margin-top: 8px;
    }

    .ftNava {
        width: 100%;
        font-size: 12px;
        padding: 6px 0;
    }

    .ftNava:hover {
        text-decoration: underline;
        opacity: 1;
    }

    .ftC {
        font-size: 12px;
    }

    .ftCW {
        height: 55px;
    }

    .ftCP {
        line-height: 18px;
    }

    .ftCP a:hover {
        text-decoration: underline;
    }

    .ftCI {}

    .ftCID {
        margin-left: 8px;
    }

    .ftCIa {
        width: 32px;
        height: 32px;
    }

    .ftCIa:hover {
        opacity: 1;
    }
}

/*@media screen and (max-width:1280px) and (min-width:960px) {*/

/*    !*header*!*/
/*    .header {*/
/*        height: 52px;*/
/*        padding: 0 60px;*/
/*    }*/

/*    .hdlogo {*/
/*        height: 26px;*/
/*    }*/

/*    .hdR {*/
/*        width: 100%;*/
/*        flex: 1*/
/*    }*/

/*    .hdRn {}*/

/*    .hdRpho {*/
/*        position: relative*/
/*    }*/

/*    .hdphonea {*/
/*        height: 18px;*/
/*        width: 36px;*/
/*        background-image: url("../images/icon/phone01.png");*/
/*        background-position: center;*/
/*        background-repeat: no-repeat;*/
/*        background-size: auto 100%;*/
/*        display: block;*/
/*    }*/

/*    .hdphone {*/
/*        position: absolute;*/
/*        color: #FFF;*/
/*        right: 10px;*/
/*        top: 50%;*/
/*        transform: translate(0, -50%);*/
/*        width: 200px;*/
/*        display: none;*/
/*    }*/

/*    .hdphoneN {*/
/*        height: 36px;*/
/*        border-radius: 18px;*/
/*        width: 100%;*/
/*        background: linear-gradient(to bottom, #04ecbb, #2b8ecd);*/
/*    }*/

/*    .hdphoneN img {*/
/*        width: 18px;*/
/*        display: block;*/
/*        margin-right: 8px;*/
/*    }*/

/*    .hdphoneN p {*/
/*        font-size: 12px;*/
/*        line-height: 18px;*/
/*    }*/

/*    .hdphoneN span {*/
/*        font-size: 14px;*/
/*        font-weight: bold;*/
/*        line-height: 20px;*/
/*    }*/

/*    .hdRx {*/
/*        width: 1px;*/
/*        height: 18px;*/
/*        margin: 0 10px;*/
/*        background: #FFF;*/
/*    }*/

/*    .hden {*/
/*        width: 36px;*/
/*        line-height: 24px;*/
/*        color: #FFF;*/
/*        text-align: center;*/
/*        display: block;*/
/*        font-size: 14px;*/
/*    }*/

/*    .searchA {*/
/*        width: 52px;*/
/*        height: 52px;*/
/*        background-image: url("../images/icon/search.png");*/
/*        background-position: center;*/
/*        background-size: 18px;*/
/*        background-repeat: no-repeat;*/
/*        display: block;*/
/*        position: absolute;*/
/*        top: 0;*/
/*        right: 0;*/
/*        overflow: hidden;*/
/*    }*/

/*    .searchA:before {*/
/*        display: block;*/
/*        content: '';*/
/*        position: absolute;*/
/*        background: #009fa8;*/
/*        border-radius: 50%;*/
/*        width: 80px;*/
/*        height: 80px;*/
/*        left: 0;*/
/*        bottom: 0;*/
/*        z-index: -1*/
/*    }*/

/*    .hd_nav,*/
/*    .MenuK {*/
/*        display: none;*/
/*    }*/

/*    !**!*/
/*    .Menu {*/
/*        display: block;*/
/*        margin-left: 30px;*/
/*    }*/

/*    .Menu ul {}*/

/*    .MenuU li {*/
/*        margin-right: 30px;*/
/*    }*/

/*    .MenuA {*/
/*        line-height: 52px;*/
/*        font-size: 14px;*/
/*        color: #FFF;*/
/*        position: relative;*/
/*        display: block;*/
/*    }*/

/*    .MenuU li .MenuA:before {*/
/*        display: block;*/
/*        content: '';*/
/*        position: absolute;*/
/*        width: 0;*/
/*        bottom: 10px;*/
/*        height: 2px;*/
/*        background: #009fa8;*/
/*        transition: 0.5s;*/
/*        left: 50%;*/
/*        transform: translate(-50%, 0);*/
/*    }*/

/*    .MenuU li .on,*/
/*    .MenuU li .MenuA:hover {*/
/*        color: #009fa8;*/
/*    }*/

/*    .MenuU li .on:before,*/
/*    .MenuU li .MenuA:hover:before {*/
/*        width: 100%;*/
/*        transition: 0.5s;*/
/*    }*/

/*    .MenuF {*/
/*        position: absolute;*/
/*        top: 100%;*/
/*        left: 0;*/
/*        background: #FFF;*/
/*        width: 100%;*/
/*        box-shadow: 0 3px 10px rgba(182, 207, 208, 0.5);*/
/*        display: none;*/
/*    }*/

/*    .MenuFD {*/
/*        padding: 35px 0;*/
/*    }*/

/*    .MenuFL {*/
/*        width: 350px;*/
/*        border-right: 1px solid #bfbfbf;*/
/*        padding-left: 60px;*/
/*        min-height: 80px;*/
/*    }*/

/*    .MenuFLW {*/
/*        width: 300px;*/
/*        border-right: 1px solid #bfbfbf;*/
/*    }*/

/*    .MenuPor {*/
/*        margin-bottom: 50px;*/
/*    }*/

/*    .MenuPora {*/
/*        height: 48px;*/
/*    }*/

/*    .MenuPora i {*/
/*        width: 28px;*/
/*        height: 28px;*/
/*        background-position: 0 0;*/
/*        background-repeat: no-repeat;*/
/*        background-size: 100%;*/
/*        display: block;*/
/*    }*/

/*    .MenuPI1 {*/
/*        background-image: url("../images/icon/MenuU01.png")*/
/*    }*/

/*    .MenuPI2 {*/
/*        background-image: url("../images/icon/MenuU02.png")*/
/*    }*/

/*    .MenuPI3 {*/
/*        background-image: url("../images/icon/MenuU03.png")*/
/*    }*/

/*    .MenuPora p {*/
/*        margin-left: 18px;*/
/*        font-size: 15px;*/
/*        line-height: 22px;*/
/*        width: 100%;*/
/*        flex: 1;*/
/*        color: #666;*/
/*    }*/

/*    .MenuFZK {*/
/*        display: none;*/
/*    }*/

/*    .MenuPor .on {}*/

/*    .MenuPor .on i {*/
/*        background-position: 0 -28px;*/
/*    }*/

/*    .MenuPor .on p {*/
/*        font-weight: bold;*/
/*        color: #009fa8;*/
/*    }*/

/*    .MenuFM {*/
/*        color: #333;*/
/*        font-size: 14px;*/
/*        line-height: 26px;*/
/*        display: block;*/
/*    }*/

/*    .MenuFM:hover {*/
/*        color: #009fa8;*/
/*        text-decoration: underline;*/
/*    }*/

/*    .MenuFL h3 {*/
/*        color: #009fa8;*/
/*        font-weight: 700;*/
/*        line-height: 25px;*/
/*        font-size: 15px;*/
/*        padding: 5px 0 12px;*/
/*    }*/

/*    .MenuFLx {*/
/*        font-size: 12px;*/
/*        line-height: 16px;*/
/*        color: #828891;*/
/*    }*/

/*    .MenuFZ {*/
/*        width: 520px;*/
/*    }*/

/*    .MenuFZW {*/
/*        width: 120px;*/
/*    }*/

/*    .MenuFZN {*/
/*        margin-bottom: 25px;*/
/*    }*/

/*    .MenuFZN:last-child {*/
/*        margin-bottom: 0*/
/*    }*/

/*    .MenuFZN h3 {*/
/*        color: #009fa8;*/
/*        font-size: 13px;*/
/*        line-height: 28px;*/
/*        font-weight: bold;*/
/*        width: 100%;*/
/*    }*/

/*    .MenuFZs {*/
/*        margin-top: 4px;*/
/*    }*/

/*    .MenuFZa {*/
/*        font-size: 13px;*/
/*        color: #999;*/
/*        line-height: 28px;*/
/*        width: 100%;*/
/*        display: block;*/
/*    }*/

/*    .MenuFZa:hover {*/
/*        color: #009fa8;*/
/*    }*/

/*    .MenuFE {*/
/*        width: 400px;*/
/*    }*/

/*    .MenuFEn {*/
/*        width: 100px;*/
/*    }*/

/*    .MenuFEa {*/
/*        font-size: 13px;*/
/*        color: #999;*/
/*        line-height: 28px;*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/

/*    .MenuFE .on,*/
/*    .MenuFEa:hover {*/
/*        color: #009fa8;*/
/*    }*/

/*    .headerO .MenuA {*/
/*        color: #333;*/
/*    }*/

/*    .headerO .hden {*/
/*        color: #009fa8;*/
/*    }*/

/*    .headerO .hdphonea {*/
/*        background-image: url("../images/icon/phone02.png");*/
/*    }*/

/*    .headerO .hdRx {*/
/*        background: #009fa8;*/
/*    }*/

/*    !*footer*!*/
/*    footer {*/
/*        border-top: 4px solid #03f0bb;*/
/*    }*/

/*    .ftK {*/
/*        padding-top: 45px;*/
/*        padding-bottom: 30px;*/
/*    }*/

/*    .ftL {*/
/*        width: 100%;*/
/*        display: flex;*/
/*        justify-content: space-between;*/
/*        align-items: center;*/
/*        flex-wrap: wrap;*/
/*        margin-bottom: 36px;*/
/*    }*/

/*    .ftLp {*/
/*        width: auto*/
/*    }*/

/*    .ftNI {*/
/*        width: 32px;*/
/*        margin-right: 11px;*/
/*    }*/

/*    .ftNp {*/
/*        font-size: 12px;*/
/*        line-height: 18px;*/
/*        margin-bottom: 4px;*/
/*    }*/

/*    .ftNs {*/
/*        font-size: 14px;*/
/*        line-height: 22px;*/
/*    }*/

/*    .ftPhone {*/
/*        font-size: 20px;*/
/*        line-height: 22px;*/
/*    }*/

/*    .ftNav {*/
/*        width: 100%;*/
/*    }*/

/*    .ftNav li {*/
/*        width: 120px;*/
/*    }*/

/*    .ftNav li:last-child {*/
/*        width: 60px;*/
/*    }*/

/*    .ftNav li h3 {*/
/*        font-size: 14px;*/
/*        line-height: 24px;*/
/*    }*/

/*    .ftna {*/
/*        line-height: 30px;*/
/*        font-size: 18px;*/
/*    }*/

/*    .ftNavn {*/
/*        margin-top: 8px;*/
/*    }*/

/*    .ftNava {*/
/*        width: 100%;*/
/*        font-size: 12px;*/
/*        padding: 5px 0;*/
/*    }*/

/*    .ftNava:hover {*/
/*        text-decoration: underline;*/
/*        opacity: 1;*/
/*    }*/

/*    .ftC {*/
/*        font-size: 12px;*/
/*    }*/

/*    .ftCW {*/
/*        height: 50px;*/
/*    }*/

/*    .ftCP {*/
/*        line-height: 18px;*/
/*    }*/

/*    .ftCP a:hover {*/
/*        text-decoration: underline;*/
/*    }*/

/*    .ftCI {}*/

/*    .ftCID {*/
/*        margin-left: 8px;*/
/*    }*/

/*    .ftCIa {*/
/*        width: 30px;*/
/*        height: 30px;*/
/*    }*/

/*    .ftCIa:hover {*/
/*        opacity: 1;*/
/*    }*/
/*}*/

/*@media screen and (max-width:960px) and (min-width:640px) {*/

/*    !*header*!*/
/*    .ydsj {*/
/*        padding-top: 0px;*/
/*    }*/

/*    .header {*/
/*        height: 52px;*/
/*        padding: 0 4%;*/
/*    }*/

/*    .hdlogo {*/
/*        height: 26px;*/
/*    }*/

/*    .hdR {*/
/*        width: 100%;*/
/*        flex: 1*/
/*    }*/

/*    !*header*!*/
/*    .hd_nav {*/
/*        width: 30px;*/
/*        height: 30px;*/
/*        position: relative;*/
/*        z-index: 999;*/
/*        margin-left: 15px;*/
/*    }*/

/*    .hd_nav i {*/
/*        top: 50%;*/
/*        margin-top: -1px;*/
/*        position: absolute;*/
/*        display: inline-block;*/
/*        height: 3px;*/
/*        width: 30px;*/
/*        border-radius: 2px;*/
/*        background: #009fa8;*/
/*    }*/

/*    .hd_nav:before {*/
/*        margin-top: -10px;*/
/*    }*/

/*    .hd_nav:after {*/
/*        margin-top: 10px;*/
/*    }*/

/*    .hd_nav:before,*/
/*    .hd_nav:after {*/
/*        content: '';*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        display: inline-block;*/
/*        height: 3px;*/
/*        width: 30px;*/
/*        border-radius: 2rem;*/
/*        background: #009fa8;*/
/*        transition: 0.2s;*/
/*    }*/

/*    .hd_nav.active i {*/
/*        display: none;*/
/*    }*/

/*    .hd_nav.active:before {*/
/*        transform: rotate(45deg);*/
/*    }*/

/*    .hd_nav.active:after {*/
/*        transform: rotate(-45deg);*/
/*    }*/

/*    .hd_nav.active:before,*/
/*    .hd_nav.active:after {*/
/*        margin-top: 0;*/
/*        background: #009fa8;*/
/*    }*/

/*    .hdRn {}*/

/*    .hdRpho {*/
/*        position: relative*/
/*    }*/

/*    .hdphonea {*/
/*        height: 18px;*/
/*        width: 36px;*/
/*        background-image: url("../images/icon/phone01.png");*/
/*        background-position: center;*/
/*        background-repeat: no-repeat;*/
/*        background-size: auto 100%;*/
/*        display: block;*/
/*    }*/

/*    .hdphone {*/
/*        position: absolute;*/
/*        color: #FFF;*/
/*        right: 10px;*/
/*        top: 50%;*/
/*        transform: translate(0, -50%);*/
/*        width: 200px;*/
/*        display: none;*/
/*    }*/

/*    .hdphoneN {*/
/*        height: 36px;*/
/*        border-radius: 18px;*/
/*        width: 100%;*/
/*        background: linear-gradient(to bottom, #04ecbb, #2b8ecd);*/
/*    }*/

/*    .hdphoneN img {*/
/*        width: 18px;*/
/*        display: block;*/
/*        margin-right: 8px;*/
/*    }*/

/*    .hdphoneN p {*/
/*        font-size: 12px;*/
/*        line-height: 18px;*/
/*    }*/

/*    .hdphoneN span {*/
/*        font-size: 14px;*/
/*        font-weight: bold;*/
/*        line-height: 20px;*/
/*    }*/

/*    .hdRx {*/
/*        width: 1px;*/
/*        height: 18px;*/
/*        margin: 0 10px;*/
/*        background: #FFF;*/
/*    }*/

/*    .hden {*/
/*        width: 36px;*/
/*        line-height: 24px;*/
/*        color: #FFF;*/
/*        text-align: center;*/
/*        display: block;*/
/*        font-size: 14px;*/
/*    }*/

/*    .searchA {*/
/*        width: 30px;*/
/*        height: 30px;*/
/*        background-image: url("../images/icon/search.png");*/
/*        background-position: center;*/
/*        background-size: 14px;*/
/*        background-repeat: no-repeat;*/
/*        display: block;*/
/*        background-color: #009fa8;*/
/*        border-radius: 50%;*/
/*        margin-left: 15px;*/
/*    }*/

/*    !**!*/
/*    .MenuK {*/
/*        position: fixed;*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        top: 0;*/
/*        right: 0;*/
/*        background: rgba(0, 0, 0, 0.3);*/
/*        z-index: 20;*/
/*        display: none;*/
/*    }*/

/*    .Menu {*/
/*        padding-top: 55px;*/
/*        position: fixed;*/
/*        width: 250px;*/
/*        height: 100%;*/
/*        top: 0;*/
/*        right: 0;*/
/*        background: #FFF;*/
/*        z-index: -1;*/
/*        display: none;*/
/*    }*/

/*    .Menu ul {*/
/*        height: 100%;*/
/*        overflow: auto;*/
/*        border-top: 1px solid #ddd;*/
/*        border-left: 1px solid #ddd;*/
/*        align-content: flex-start*/
/*    }*/

/*    .MenuU li {*/
/*        width: 100%;*/
/*        border-bottom: 1px solid #ddd;*/
/*    }*/

/*    .MenuA {*/
/*        line-height: 52px;*/
/*        font-size: 14px;*/
/*        color: #333;*/
/*        position: relative;*/
/*        display: block;*/
/*        padding: 0 20px;*/
/*    }*/

/*    .MenuU li .MenuA:before {*/
/*        display: block;*/
/*        content: '';*/
/*        position: absolute;*/
/*        width: 2px;*/
/*        top: 50%;*/
/*        height: 0;*/
/*        background: #009fa8;*/
/*        transition: 0.5s;*/
/*        left: 0%;*/
/*        transform: translate(0, -50%);*/
/*    }*/

/*    .MenuU li .on {*/
/*        color: #009fa8;*/
/*    }*/

/*    .MenuU li .on:before {*/
/*        height: 100%;*/
/*        transition: 0.5s;*/
/*    }*/

/*    .MenuF {*/
/*        background: #FFF;*/
/*        width: 100%;*/
/*        display: none;*/
/*        border-top: 1px solid #ddd;*/
/*    }*/

/*    .MenuFD {*/
/*        ;*/
/*    }*/

/*    .MenuFL {*/
/*        display: none*/
/*    }*/

/*    .MenuFZ {*/
/*        width: 100%;*/
/*    }*/

/*    .MenuFZW {*/
/*        width: 100%;*/
/*    }*/

/*    .MenuFZN {*/
/*        border-top: 1px solid #eee;*/
/*    }*/

/*    .MenuFZN h3 {*/
/*        color: #009fa8;*/
/*        font-size: 12px;*/
/*        line-height: 40px;*/
/*        font-weight: bold;*/
/*        width: 100%;*/
/*        padding: 0 20px;*/
/*    }*/

/*    .MenuFZs {}*/

/*    .MenuFZa {*/
/*        font-size: 12px;*/
/*        color: #000;*/
/*        width: 100%;*/
/*        display: block;*/
/*        padding: 12px 20px;*/
/*        border-top: 1px solid #eee;*/
/*    }*/

/*    .MenuFZa:hover {*/
/*        color: #009fa8;*/
/*    }*/

/*    .MenuFE {*/
/*        width: 100%;*/
/*    }*/

/*    .MenuFEn {*/
/*        width: 100%;*/
/*    }*/

/*    .MenuFEa {*/
/*        font-size: 13px;*/
/*        color: #999;*/
/*        display: block;*/
/*        width: 100%;*/
/*        padding: 12px 20px;*/
/*        border-top: 1px solid #eee;*/
/*    }*/



/*    .headerO .hden {*/
/*        color: #009fa8;*/
/*    }*/

/*    .headerO .hdphonea {*/
/*        background-image: url("../images/icon/phone02.png");*/
/*    }*/

/*    .headerO .hdRx {*/
/*        background: #009fa8;*/
/*    }*/

/*    !*footer*!*/
/*    footer {*/
/*        border-top: 4px solid #03f0bb;*/
/*    }*/

/*    .ftK {*/
/*        padding-top: 40px;*/
/*        padding-bottom: 25px;*/
/*    }*/

/*    .ftL {*/
/*        width: 100%;*/
/*    }*/

/*    .ftLp {*/
/*        width: 100%;*/
/*        margin-bottom: 22px;*/
/*    }*/

/*    .ftNI {*/
/*        width: 30px;*/
/*        margin-right: 10px;*/
/*    }*/

/*    .ftNp {*/
/*        font-size: 12px;*/
/*        line-height: 18px;*/
/*        margin-bottom: 4px;*/
/*    }*/

/*    .ftNs {*/
/*        font-size: 14px;*/
/*        line-height: 22px;*/
/*    }*/

/*    .ftPhone {*/
/*        font-size: 20px;*/
/*        line-height: 22px;*/
/*    }*/

/*    .ftNav {*/
/*        width: 100%;*/
/*    }*/

/*    .ftNav li {*/
/*        width: 100%;*/
/*        padding-bottom: 10px;*/
/*    }*/

/*    .ftNav li h3 {*/
/*        font-size: 14px;*/
/*        line-height: 24px;*/
/*    }*/

/*    .ftna {*/
/*        line-height: 30px;*/
/*        font-size: 18px;*/
/*    }*/

/*    .ftNavn {*/
/*        padding: 4px 0;*/
/*    }*/

/*    .ftNava {*/
/*        width: auto;*/
/*        font-size: 12px;*/
/*        padding: 5px 0;*/
/*        margin-right: 18px;*/
/*    }*/

/*    .ftC {*/
/*        font-size: 12px;*/
/*    }*/

/*    .ftCW {*/
/*        padding: 8px 0;*/
/*    }*/

/*    .ftCP {*/
/*        line-height: 18px;*/
/*        margin-right: 20px;*/
/*    }*/

/*    .ftCI {}*/

/*    .ftCID {*/
/*        margin-left: 8px;*/
/*    }*/

/*    .ftCIa {*/
/*        width: 30px;*/
/*        height: 30px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width:640px) {*/

/*    !*header*!*/
/*    .header {*/
/*        height: 0.44rem;*/
/*        padding: 0 4%;*/
/*    }*/

/*    .hdlogo {*/
/*        height: 0.18rem;*/
/*    }*/

/*    .hdR {*/
/*        width: 100%;*/
/*        flex: 1*/
/*    }*/

/*    .hd_nav {*/
/*        width: 0.2rem;*/
/*        height: 0.2rem;*/
/*        position: relative;*/
/*        z-index: 999;*/
/*        margin-left: 0.1rem;*/
/*    }*/

/*    .hd_nav i {*/
/*        top: 50%;*/
/*        margin-top: -0.01rem;*/
/*        position: absolute;*/
/*        display: inline-block;*/
/*        height: 0.02rem;*/
/*        width: 100%;*/
/*        border-radius: 2px;*/
/*        background: #009fa8;*/
/*    }*/

/*    .hd_nav:before {*/
/*        margin-top: -0.07rem;*/
/*    }*/

/*    .hd_nav:after {*/
/*        margin-top: 0.05rem;*/
/*    }*/

/*    .hd_nav:before,*/
/*    .hd_nav:after {*/
/*        content: '';*/
/*        position: absolute;*/
/*        display: inline-block;*/
/*        height: 3px;*/
/*        width: 100%;*/
/*        border-radius: 2rem;*/
/*        background: #009fa8;*/
/*        transition: 0.2s;*/
/*        top: 50%*/
/*    }*/

/*    .hd_nav.active i {*/
/*        display: none;*/
/*    }*/

/*    .hd_nav.active:before {*/
/*        transform: rotate(45deg);*/
/*    }*/

/*    .hd_nav.active:after {*/
/*        transform: rotate(-45deg);*/
/*    }*/

/*    .hd_nav.active:before,*/
/*    .hd_nav.active:after {*/
/*        margin-top: 0;*/
/*        background: #009fa8;*/
/*    }*/

/*    .hdRn {}*/

/*    .hdRpho {*/
/*        position: relative*/
/*    }*/

/*    .hdphonea {*/
/*        height: 0.12rem;*/
/*        width: 0.18rem;*/
/*        background-image: url("../images/icon/phone01.png");*/
/*        background-position: center;*/
/*        background-repeat: no-repeat;*/
/*        background-size: auto 100%;*/
/*        display: block;*/
/*    }*/

/*    .hdphone {*/
/*        position: absolute;*/
/*        color: #FFF;*/
/*        right: 10px;*/
/*        top: 50%;*/
/*        transform: translate(0, -50%);*/
/*        width: 200px;*/
/*        display: none;*/
/*    }*/

/*    .hdphoneN {*/
/*        height: 36px;*/
/*        border-radius: 18px;*/
/*        width: 100%;*/
/*        background: linear-gradient(to bottom, #04ecbb, #2b8ecd);*/
/*    }*/

/*    .hdphoneN img {*/
/*        width: 18px;*/
/*        display: block;*/
/*        margin-right: 8px;*/
/*    }*/

/*    .hdphoneN p {*/
/*        font-size: 12px;*/
/*        line-height: 18px;*/
/*    }*/

/*    .hdphoneN span {*/
/*        font-size: 14px;*/
/*        font-weight: bold;*/
/*        line-height: 20px;*/
/*    }*/

/*    .hdRx {*/
/*        width: 1px;*/
/*        height: 0.14rem;*/
/*        margin: 0 0.05rem;*/
/*        background: #FFF;*/
/*    }*/

/*    .hden {*/
/*        width: 0.18rem;*/
/*        padding: .02rem 0;*/
/*        color: #FFF;*/
/*        text-align: center;*/
/*        display: block;*/
/*        font-size: 0.1rem;*/
/*    }*/

/*    .searchA {*/
/*        width: 0.24rem;*/
/*        height: 0.24rem;*/
/*        background-image: url("../images/icon/search.png");*/
/*        background-position: center;*/
/*        background-size: 0.12rem;*/
/*        background-repeat: no-repeat;*/
/*        display: block;*/
/*        background-color: #009fa8;*/
/*        border-radius: 50%;*/
/*        margin-left: 0.1rem;*/
/*    }*/

/*    !**!*/
/*    .MenuK {*/
/*        position: fixed;*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        top: 0;*/
/*        right: 0;*/
/*        background: rgba(0, 0, 0, 0.3);*/
/*        z-index: 20;*/
/*        display: none;*/
/*    }*/

/*    .Menu {*/
/*        padding-top: 0.44rem;*/
/*        position: fixed;*/
/*        width: 55%;*/
/*        height: 100%;*/
/*        top: 0;*/
/*        right: 0;*/
/*        background: #FFF;*/
/*        z-index: -1;*/
/*        display: none;*/
/*    }*/

/*    .Menu ul {*/
/*        height: 100%;*/
/*        overflow: auto;*/
/*        border-top: 0.01rem solid #ddd;*/
/*        border-left: 0.01rem solid #ddd;*/
/*        align-content: flex-start*/
/*    }*/

/*    .MenuU li {*/
/*        width: 100%;*/
/*        border-bottom: 0.01rem solid #ddd;*/
/*    }*/

/*    .MenuA {*/
/*        line-height: 0.4rem;*/
/*        font-size: 0.125rem;*/
/*        color: #333;*/
/*        position: relative;*/
/*        display: block;*/
/*        padding: 0 0.15rem;*/
/*    }*/

/*    .MenuU li .MenuA:before {*/
/*        display: block;*/
/*        content: '';*/
/*        position: absolute;*/
/*        width: 0.03rem;*/
/*        top: 50%;*/
/*        height: 0;*/
/*        background: #009fa8;*/
/*        transition: 0.5s;*/
/*        left: -0.01rem;*/
/*        transform: translate(0, -50%);*/
/*    }*/

/*    .MenuU li .on {*/
/*        color: #009fa8;*/
/*    }*/

/*    .MenuU li .on:before {*/
/*        height: 100%;*/
/*        transition: 0.5s;*/
/*    }*/

/*    .MenuF {*/
/*        background: #FFF;*/
/*        width: 100%;*/
/*        display: none;*/
/*        border-top: 0.01rem solid #ddd;*/
/*    }*/

/*    .MenuFD {*/
/*        ;*/
/*    }*/

/*    .MenuFL {*/
/*        display: none*/
/*    }*/

/*    .MenuFZ {*/
/*        width: 100%;*/
/*    }*/

/*    .MenuFZW {*/
/*        width: 100%;*/
/*    }*/

/*    .MenuFZN {*/
/*        border-top: 0.01rem solid #eee;*/
/*    }*/

/*    .MenuFZN h3 {*/
/*        color: #009fa8;*/
/*        font-size: 0.11rem;*/
/*        line-height: 0.32rem;*/
/*        font-weight: bold;*/
/*        width: 100%;*/
/*        padding: 0 0.15rem;*/
/*    }*/

/*    .MenuFZs {}*/

/*    .MenuFZa {*/
/*        font-size: 0.11rem;*/
/*        color: #000;*/
/*        width: 100%;*/
/*        display: block;*/
/*        padding: .085rem 20px;*/
/*        border-top: 0.01rem solid #eee;*/
/*    }*/

/*    .MenuFZa:hover {*/
/*        color: #009fa8;*/
/*    }*/

/*    .MenuFE {*/
/*        width: 100%;*/
/*    }*/

/*    .MenuFEn {*/
/*        width: 100%;*/
/*    }*/

/*    .MenuFEa {*/
/*        font-size: 0.115rem;*/
/*        color: #999;*/
/*        display: block;*/
/*        width: 100%;*/
/*        line-height: 0.32rem;*/
/*        padding: 0 0.15rem;*/
/*        border-top: 0.01rem solid #eee;*/
/*    }*/



/*    .headerO .hden {*/
/*        color: #009fa8;*/
/*    }*/

/*    .headerO .hdphonea {*/
/*        background-image: url("../images/icon/phone02.png");*/
/*    }*/

/*    .headerO .hdRx {*/
/*        background: #009fa8;*/
/*    }*/

/*    !*footer*!*/
/*    footer {*/
/*        border-top: 0.03rem solid #03f0bb;*/
/*    }*/

/*    .ftK {*/
/*        padding: 0.25rem 4% 0.1rem;*/
/*    }*/

/*    .ftL {*/
/*        width: 100%;*/
/*        padding-bottom: 0.1rem;*/
/*    }*/

/*    .ftLp {*/
/*        width: 100%;*/
/*        margin-bottom: 0.15rem;*/
/*    }*/

/*    .ftNI {*/
/*        width: 0.25rem;*/
/*        margin-right: 0.09rem;*/
/*    }*/

/*    .ftNp {*/
/*        font-size: 0.1rem;*/
/*        line-height: 0.16rem;*/
/*        margin-bottom: 0.02rem;*/
/*    }*/

/*    .ftNs {*/
/*        font-size: 0.115rem;*/
/*        line-height: 0.18rem;*/
/*    }*/

/*    .ftPhone {*/
/*        font-size: 0.17rem;*/
/*        line-height: 0.18rem;*/
/*    }*/

/*    .ftNav {*/
/*        width: 100%;*/
/*    }*/

/*    .ftNav li {*/
/*        width: 100%;*/
/*        padding-bottom: 0.1rem;*/
/*    }*/

/*    .ftNav li h3 {*/
/*        font-size: 0.12rem;*/
/*        line-height: 0.18rem;*/
/*    }*/

/*    .ftNavn {*/
/*        padding: 0.05rem 0;*/
/*        justify-content: space-between;*/
/*    }*/

/*    .ftNava {*/
/*        width: 32%;*/
/*        font-size: 0.1rem;*/
/*        padding: .04rem 0;*/
/*    }*/

/*    .ftC {*/
/*        font-size: 0.1rem;*/
/*        padding: 0 4%;*/
/*    }*/

/*    .ftCW {*/
/*        padding: 0.08rem 0 0.04rem;*/
/*    }*/

/*    .ftCP {*/
/*        line-height: 0.18rem;*/
/*        text-align: center;*/
/*    }*/

/*    .ftCI {*/
/*        justify-content: center;*/
/*        width: 100%;*/
/*        padding: 0.08rem 0;*/
/*    }*/

/*    .ftCID {*/
/*        margin: 0 0.05rem;*/
/*    }*/

/*    .ftCIa {*/
/*        width: 0.26rem;*/
/*        height: 0.26rem;*/
/*    }*/
/*}*/

/*@media screen and (min-width:960px) {*/
/*    .Run {*/
/*        transition: All 0.6s ease-in-out;*/
/*        -webkit-transition: All 0.6s ease-in-out;*/
/*        -moz-transition: All 0.6s ease-in-out;*/
/*        -o-transition: All 0.6s ease-in-out;*/
/*    }*/

/*    .Run:hover {*/
/*        transform: rotate(180deg);*/
/*        -webkit-transform: rotate(180deg);*/
/*        -moz-transform: rotate(180deg);*/
/*        -o-transform: rotate(180deg);*/
/*        -ms-transform: rotate(180deg);*/
/*    }*/

/*    .Mover {*/
/*        transition: 0.5s;*/
/*        transition: All 0.4s ease-in-out;*/
/*        -webkit-transition: All 0.4s ease-in-out;*/
/*        -moz-transition: All 0.4s ease-in-out;*/
/*        -o-transition: All 0.4s ease-in-out;*/
/*    }*/

/*    .Mover:hover {*/
/*        transition: 0.5s;*/
/*        ransform: translate(0, -10px);*/
/*        -webkit-transform: translate(0, -10px);*/
/*        -moz-transform: translate(0, -10px);*/
/*        -o-transform: translate(0, -10px);*/
/*        -ms-transform: translate(0, -10px);*/
/*    }*/

/*    .enlarge img {*/
/*        width: 100%;*/
/*        transition: 0.5s;*/
/*    }*/

/*    .enlarge:hover img {*/
/*        -ms-transform: scale(1.05);*/
/*        -moz-transform: scale(1.05);*/
/*        -webkit-transform: scale(1.05);*/
/*        -o-transform: scale(1.05);*/
/*        !* transform:scale(1.05); *!*/
/*        !* transition:0.5s; *!*/
/*    }*/

/*    .IndSupA {*/
/*        width: 100%;*/
/*        transition: 0.5s;*/
/*    }*/

/*    .IndSupA:hover {*/
/*        -ms-transform: scale(1.05);*/
/*        -moz-transform: scale(1.05);*/
/*        -webkit-transform: scale(1.05);*/
/*        -o-transform: scale(1.05);*/
/*        transform: scale(1.05);*/
/*        transition: 0.5s;*/
/*    }*/
/*}*/

/*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%;*/
/*    }*/
/*}*/


/*.overH {*/
/*    overflow: auto*/
/*}*/

/*.overH::-webkit-scrollbar {*/
/*    width: 3px;*/
/*    height: 0;*/
/*}*/

/*!*滚动条整体样式*!*/
/*.overH::-webkit-scrollbar-thumb {*/
/*    background: #1393cc;*/
/*    border-radius: 4px*/
/*}*/

/*!*滚动条里面小方块*!*/
/*.overH::-webkit-scrollbar-track {*/
/*    background: rgba(255, 255, 255, 0.2);*/
/*}*/

/*!*滚动条里面轨道*!*/

/*!*搜索*!*/
/*.modal {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 2010;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow-x: hidden;*/
/*    overflow-y: auto;*/
/*    outline: 0;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: all .3s ease;*/
/*}*/

/*.modal.fade {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/

/*.modal .modal-dialog {*/
/*    transition: transform .3s ease-out;*/
/*    transform: translate(0, -50px);*/
/*}*/

/*.searchmodal .modal-dialog {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    max-width: 100%;*/
/*    margin: 0;*/
/*    display: table;*/
/*}*/

/*.modal.fade .modal-dialog {*/
/*    transform: none;*/
/*}*/

/*.searchmodal .modal-content {*/
/*    height: 100%;*/
/*    border-radius: 0;*/
/*    border: none;*/
/*    display: table-cell;*/
/*    vertical-align: middle;*/
/*    background-color: #222;*/
/*    opacity: .99;*/
/*}*/

/*.modal-header {*/
/*    display: flex;*/
/*    flex-shrink: 0;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    padding: 0;*/
/*}*/

/*.searchmodal .modal-header {*/
/*    border: none;*/
/*}*/

/*.searchmodal .modal-header button.close {*/
/*    border: none;*/
/*    position: absolute;*/
/*    display: inline-block;*/
/*    background-color: transparent;*/
/*    color: #fff;*/
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
/*}*/

/*.searchmodal .modal-header button.close:before,*/
/*.searchmodal .modal-header button.close:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: 0 auto;*/
/*    background-color: #fff;*/
/*}*/

/*.searchmodal .modal-header button.close:before {*/
/*    transform: rotate(45deg);*/
/*}*/

/*.searchmodal .modal-header button.close:after {*/
/*    transform: rotate(-45deg);*/
/*}*/

/*.searchmodal .modal-body {*/
/*    margin: auto;*/
/*    padding: 0;*/
/*}*/

/*.searchmodal .modal-search-form .search-field {*/
/*    background-color: transparent;*/
/*    border: none;*/
/*    display: block;*/
/*    outline: 0;*/
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
/*    border-radius: 0;*/
/*    color: #fff;*/
/*    width: 100%;*/
/*}*/

.searchmodal .modal-search-form button {
    border: none;
    background-color: transparent;
    color: #1c5756;
    position: absolute;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-weight: 600;
}

.searchmodal .modal-search-form button img {
    width: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .modal-header {
        border-bottom: 1px solid #dee2e6;
        border-top-left-radius: calc(0.3rem - 1px);
        border-top-right-radius: calc(0.3rem - 1px);
    }

    .searchmodal .modal-header button.close {
        right: 25px;
        top: 25px;
        height: 50px;
        width: 50px;
        line-height: 48px;
        border-radius: 5px;
    }

    .searchmodal .modal-header button.close:before,
    .searchmodal .modal-header button.close:after {
        width: 20px;
        height: 3px;
    }

    .searchmodal .modal-body {
        max-width: 700px;
    }

    .searchmodal .modal-search-form {
        position: relative;
    }

    .searchmodal .modal-search-form .search-field {
        height: 50px;
        padding: 6px 0;
        border-bottom: 1px solid #fff;
        font-size: 16px;
    }

    .searchmodal .modal-search-form button {
        height: 40px;
        width: 40px;
        right: 0;
    }

}

@media screen and (max-width: 767px) {
    .modal-header {
        border-bottom: 1px solid #dee2e6;
        border-top-left-radius: calc(0.3rem - 1px);
        border-top-right-radius: calc(0.3rem - 1px);
    }

    .searchmodal .modal-search-form .search-field {
        height: 50px;
        padding: 8px 0;
        border-bottom: 1px solid #fff;
        font-size: 16px;
    }

    .searchmodal .modal-search-form button {
        height: 40px;
        width: 40px;
        right: 0;
        border-radius: 5px;
    }

    .searchmodal .modal-search-form button img {}

    .searchmodal .modal-header button.close {
        right: 0;
        top: 25px;
        height: 50px;
        width: 50px;
        line-height: 48px;
        border-radius: 5px;
    }

    .searchmodal .modal-header button.close:before,
    .searchmodal .modal-header button.close:after {
        width: 20px;
        height: 3px;
    }

    .searchmodal .modal-body {
        max-width: 92%;
    }

    .searchmodal .modal-search-form {
        position: relative;
    }
}

/*
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 (max-width:700px) {

    /*header*/
    .ydsj {
        padding-top: 0px;
    }
}