@charset "utf-8";
/*!  Project : 沃思测控
    +-----------css--------------+
    |                            |
    |    Author  |  yeshiqiu     |
    |    Q__Q    |  574442979    |
    |    Addr    |  SC_Chengdu   |
    |    Date    |  2018.12.01   |
    |                            |
    +--!-_-!--------------!-_-!--+
*/
h3 {padding-bottom: 2px; }
h1,h2,h3{text-transform: capitalize; }
.pa100 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bgf {
    background-color: #fff;
}
.bgf1 {
    background-color: #f1f1f1;
}
.bgf5 {
    background-color: #f5f5f5;
}
.bge {
    background-color: #eee;
}
@-webkit-keyframes fadeIns {
    0% {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIns {
    0% {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
}
.fadeIns {
    -webkit-animation-name: fadeIns;
    animation-name: fadeIns;
}
@-webkit-keyframes dotShake {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
        transform: translate3d(-8%, 0, 0) rotate(-4deg);
    }
    30% {
        -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
        transform: translate3d(6.6%, 0, 0) rotate(2deg);
    }
    45% {
        -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
        transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
    }
    60% {
        -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
        transform: translate3d(4.5%, 0, 0) rotate(1deg);
    }
    75% {
        -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
        transform: translate3d(-2%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes dotShake {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
        transform: translate3d(-8%, 0, 0) rotate(-4deg);
    }
    30% {
        -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
        transform: translate3d(6.6%, 0, 0) rotate(2deg);
    }
    45% {
        -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
        transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
    }
    60% {
        -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
        transform: translate3d(4.5%, 0, 0) rotate(1deg);
    }
    75% {
        -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
        transform: translate3d(-2%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.dotShake {
    -webkit-animation-name: dotShake;
    animation-name: dotShake;
}
@-webkit-keyframes rotate180 {
    0% {
        -webkit-transform: none !important;
        transform: none !important;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate180 {
    0% {
        -webkit-transform: none !important;
        transform: none !important;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotate180 {
    -webkit-animation-name: rotate180;
    animation-name: rotate180;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes AniStriking {
    0%,
    50%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25%,
    75% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
}
@keyframes AniStriking {
    0%,
    50%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25%,
    75% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
}
.AniStriking {
    -webkit-animation-name: AniStriking;
    animation-name: AniStriking;
}
@-webkit-keyframes AniOpStriking {
    0%,
    50%,
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25%,
    75% {
        opacity: .7;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}
@keyframes AniOpStriking {
    0%,
    50%,
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25%,
    75% {
        opacity: .7;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}
.AniOpStriking {
    -webkit-animation-name: AniOpStriking;
    animation-name: AniOpStriking;
}

/*边距 5-50*/

.mt0 {
    margin-top: 0 !important;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt45 {
    margin-top: 45px;
}
.mt50 {
    margin-top: 50px;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb50 {
    margin-bottom: 50px;
}
.ml0 {
    margin-left: 0 !important;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml25 {
    margin-left: 25px;
}
.ml30 {
    margin-left: 30px;
}
.ml35 {
    margin-left: 35px;
}
.ml40 {
    margin-left: 40px;
}
.ml45 {
    margin-left: 45px;
}
.ml50 {
    margin-left: 50px;
}
.mr0 {
    margin-right: 0 !important;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr25 {
    margin-right: 25px;
}
.mr30 {
    margin-right: 30px;
}
.mr35 {
    margin-right: 35px;
}
.mr40 {
    margin-right: 40px;
}
.mr45 {
    margin-right: 45px;
}
.mr50 {
    margin-right: 50px;
}
.mlr5 {
    margin-left: 5px;
    margin-right: 5px;
}
.mlr10 {
    margin-left: 10px;
    margin-right: 10px;
}
.mlr15 {
    margin-left: 15px;
    margin-right: 15px;
}
.mlr20 {
    margin-left: 20px;
    margin-right: 20px;
}
.pt5 {
    padding-top: 5px;
}
.pb1 {
    padding-bottom: 1px;
}
.pb5 {
    padding-bottom: 5px;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pr5 {
    padding-right: 5px;
}

/*文本 10-40 50 60 100*/

.f10 {
    font-size: 10px;
}
.f12 {
    font-size: 12px;
}
.f14 {
    font-size: 14px;
}
.f16 {
    font-size: 16px;
}
.f18 {
    font-size: 18px;
}
.f20 {
    font-size: 20px;
}
.f22 {
    font-size: 22px;
}
.f24 {
    font-size: 24px;
}
.f26 {
    font-size: 26px;
}
.f28 {
    font-size: 28px;
}
.f30 {
    font-size: 30px;
}
.f32 {
    font-size: 32px;
}
.f34 {
    font-size: 34px;
}
.f36 {
    font-size: 36px;
}
.f38 {
    font-size: 38px;
}
.f40 {
    font-size: 40px;
}
.f50 {
    font-size: 50px;
}
.f60 {
    font-size: 60px;
}
.f100 {
    font-size: 100px;
}

/* baseCss */

.en {
    word-break: keep-all;
}
.tdu {
    text-decoration: underline;
}
.oh {
    position: relative;
    overflow: hidden;
}
.ma {
    margin-left: auto;
    margin-right: auto;
}
.dib {
    display: inline-block;
    vertical-align: top;
}
.unsel {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.insel {
    -webkit-user-select: normal;
    -moz-user-select: normal;
    -ms-user-select: normal;
    user-select: normal;
}
.op0 {
    opacity: 0;
    filter: alpha(opacity=0);
    *zoom: 1;
}
.op1 {
    opacity: 1;
    filter: alpha(opacity=100);
}
.taps a,
.tapList a,
.tap {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
}
.tapList .link {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lhd5 {
    height: .5em;
}
.ts {
    -webkit-transition: all 220ms ease 0s;
    transition: all 220ms ease 0s;
}
.tsn {
    -webkit-transition: none !important;
    transition: none !important;
}
.emptyList {
    text-align: center;
    font-size: 16px;
    background-color: #f1f1f1;
    color: #000;
    font-weight: bold;
}
.hidePoint {
    position: absolute;
    height: 0;
    visibility: hidden;
    top: 0;
    left: 0;
}
.hScroll {
    white-space: nowrap;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
}
.hScroll .scrollBox,
.hScroll .overview {
    display: inline-block;
    vertical-align: top;
}
.vScroll {
    font-size: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.invisible {
    visibility: hidden;
    position: absolute;
    z-index: -1;
}
.c1 {
    color: #175498;
}
.bgc1 {
    background-color: #175498;
}
.c2 {
    color: #f8f8f8;
}
.bgc2 {
    background-color: #f8f8f8;
}
.ca {
    color: #111111;
}
.cb {
    color: #666666;
}
.cs {
    color: #999999;
}
a {
    color: #111111;
}
a.on {
    color: #175498;
}
@media screen and (min-width: 1025px) {
    a:hover {
        color: #175498;
    }
}
@media screen and (max-width: 1024px) {
    a:active {
        color: #175498;
    }
}
body {
    color: #666666;
    font: 14px/1 Arial, sans-serif;
}
img {
    vertical-align: middle;
}
.vmbox {
    font-size: 14px;
    line-height: 1.4333;
    font-family: "Microsoft YaHei", "微软雅黑";
}
.info {
    font-size: 14px;
    line-height: 1.7143;
}
.imax {
    font-size: 14px;
    line-height: 1.7143 !important;
    -webkit-transition: all 220ms ease 0s;
    transition: all 220ms ease 0s;
}
@media screen and (max-width: 768px) {
    .imax {
        font-size: 14px;
        line-height: 1.4333 !important;
    }
}
::-moz-selection {
    background: #103c6c;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #103c6c;
    color: #fff;
    text-shadow: none;
}
.fz48 {
    font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
    .fz48 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 768px) {
    .fz48 {
        font-size: 30px;
    }
}
@media screen and (max-width: 480px) {
    .fz48 {
        font-size: 24px;
    }
}
.fz42,
.subBanner .dt {
    font-size: 2.1rem;
}
@media screen and (max-width: 1024px) {
    .fz42,
    .subBanner .dt {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 768px) {
    .fz42,
    .subBanner .dt {
        font-size: 28px;
    }
}
@media screen and (max-width: 480px) {
    .fz42,
    .subBanner .dt {
        font-size: 20px;
    }
}
.fz40 {
    font-size: 2rem;
}
@media screen and (max-width: 1024px) {
    .fz40 {
        font-size: 1.7rem;
    }
}
@media screen and (max-width: 768px) {
    .fz40 {
        font-size: 26px;
    }
}
@media screen and (max-width: 480px) {
    .fz40 {
        font-size: 20px;
    }
}
.fz36,
.index-Head .cn,
.sView .view-Head h1,
.sApplication-View .title {
    font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
    .fz36,
    .index-Head .cn,
    .sView .view-Head h1,
    .sApplication-View .title {
        font-size: 26px;
    }
}
@media screen and (max-width: 480px) {
    .fz36,
    .index-Head .cn,
    .sView .view-Head h1,
    .sApplication-View .title {
        font-size: 20px;
    }
}
.fz30,
.modal-Guidance .contain .dt,
.index-About .txt .dt span {
    font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
    .fz30,
    .modal-Guidance .contain .dt,
    .index-About .txt .dt span {
        font-size: 24px;
    }
}
@media screen and (max-width: 480px) {
    .fz30,
    .modal-Guidance .contain .dt,
    .index-About .txt .dt span {
        font-size: 20px;
    }
}
.fz26,
.sProduct .section .dt,
.sFlow .item .txt .dt i {
    font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
    .fz26,
    .sProduct .section .dt,
    .sFlow .item .txt .dt i {
        font-size: 20px;
    }
}
@media screen and (max-width: 480px) {
    .fz26,
    .sProduct .section .dt,
    .sFlow .item .txt .dt i {
        font-size: 18px;
    }
}
.fz24,
.index-News-List .item .date .d,
.sAbout-Section1 .txt .dt,
.sPartner-Map .dt,
.modal-messageForm .contain .head {
    font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
    .fz24,
    .index-News-List .item .date .d,
    .sAbout-Section1 .txt .dt,
    .sPartner-Map .dt,
    .modal-messageForm .contain .head {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    .fz24,
    .index-News-List .item .date .d,
    .sAbout-Section1 .txt .dt,
    .sPartner-Map .dt,
    .modal-messageForm .contain .head {
        font-size: 16px;
    }
}
.fz20,
.modal-Guidance .contain .ds,
.sMien-List .item h3,
.sApplication-View .dt,
.modal-messageForm .contain .item.yzm .enter,
.sCase-List .item h3,
.sGuarantee .dt,
.sFlow .item .txt .dt,
.sNews-HotItem .txt .dt,
.sContact .tel i,
.sHr-Intro .dt {
    font-size: 1rem;
}
@media screen and (max-width: 768px) {
    .fz20,
    .modal-Guidance .contain .ds,
    .sMien-List .item h3,
    .sApplication-View .dt,
    .modal-messageForm .contain .item.yzm .enter,
    .sCase-List .item h3,
    .sGuarantee .dt,
    .sFlow .item .txt .dt,
    .sNews-HotItem .txt .dt,
    .sContact .tel i,
    .sHr-Intro .dt {
        font-size: 16px;
    }
}
.fz18 {
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .fz18 {
        font-size: 15px;
    }
}
.fz16,
.btn.calculateBtn,
.btn.downloadBtn,
.sHonor-List .item h3,
.sProperty-List .item h3,
.sView .view-Foot .ctr,
.sApplication-View .Tg .btn,
.sApplication-View .list .item h3,
.sGuarantee .dd,
.sFlow .item .txt .dd,
.sHr-View .view-Body {
    font-size: 16px;
}
@media screen and (max-width: 1024px) {
    .fz16,
    .btn.calculateBtn,
    .btn.downloadBtn,
    .sHonor-List .item h3,
    .sProperty-List .item h3,
    .sView .view-Foot .ctr,
    .sApplication-View .Tg .btn,
    .sApplication-View .list .item h3,
    .sGuarantee .dd,
    .sFlow .item .txt .dd,
    .sHr-View .view-Body {
        font-size: 14px;
    }
}
.pt4,
.subMain {
    padding-top: 4rem;
}
@media screen and (max-width: 1024px) {
    .pt4,
    .subMain {
        padding-top: 3rem;
    }
}
.pt3,
.pageListBox .pageList {
    padding-top: 3rem;
}
@media screen and (max-width: 1024px) {
    .pt3,
    .pageListBox .pageList {
        padding-top: 2rem;
    }
}
.pb5 {
    padding-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
    .pb5 {
        padding-bottom: 3.75rem;
    }
}
.pb4,
.subMain {
    padding-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
    .pb4,
    .subMain {
        padding-bottom: 3rem;
    }
}
.pb3 {
    padding-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
    .pb3 {
        padding-bottom: 2rem;
    }
}
.mt4 {
    margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
    .mt4 {
        margin-top: 3rem;
    }
}
.mb4 {
    margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
    .mb4 {
        margin-bottom: 3rem;
    }
}
.mb3 {
    margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
    .mb3 {
        margin-bottom: 2rem;
    }
}

/* htmls */

.more.more1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.16666667%;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    background-color: #175498;
    color: #fff;
    font-size: 20px;
}
.more.more1:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 6px 6px;
    border-color: #ffffff transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    font-size: 0;
    -webkit-transition: all 220ms ease 0s;
    transition: all 220ms ease 0s;
}
.more.more1:hover:after {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.formItem {
    position: relative;
}
.formItem .aftPD {
    position: absolute;
    left: 100%;
    top: 0;
    color: #f00;
    margin-left: 8px;
    white-space: nowrap;
    font-size: 14px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.formItem .skin::-webkit-input-placeholder {
    color: #999999;
}
.formItem .skin:-moz-placeholder {
    color: #999999;
}
.formItem .skin::-moz-placeholder {
    color: #999999;
}
.formItem .skin:-ms-input-placeholder {
    color: #999999;
}
.formItem .skin._focus {
    border-color: #2e9fd9 !important;
    /* box-shadow: 0 0 1px 2px fade(@c1,15%); */
}
.formItem.red .skin {
    color: #f00;
    border-color: #f00;
}
.formItem.red .skin::-webkit-input-placeholder {
    color: #ff0000;
}
.formItem.red .skin:-moz-placeholder {
    color: #ff0000;
}
.formItem.red .skin::-moz-placeholder {
    color: #ff0000;
}
.formItem.red .skin:-ms-input-placeholder {
    color: #ff0000;
}
.vd-box {
    position: relative;
    overflow: hidden;
}
.vd-box .pic,
.vd-box .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.vd-box .play {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.75);
    background-image: url(../images/ico-play.png);
    background-size: 3.5rem 3.5rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.vd-box .video {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #000;
}
.m-link {
    display: none;
}
@media screen and (max-width: 1024px) {
    .m-link {
        display: block;
        z-index: 11;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
    }
}
.btn.calculateBtn,
.btn.downloadBtn {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: #175498;
    padding: .4rem 1rem;
    border-radius: 4px;
    font-weight: normal;
}
.btn.calculateBtn:before,
.btn.downloadBtn:before {
    content: " ";
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.btn.calculateBtn:active:before,
.btn.downloadBtn:active:before {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.btn.calculateBtn:hover,
.btn.downloadBtn:hover {
    opacity: .9;
}
.btn.calculateBtn:before {
    width: 12px;
    height: 16px;
    background-image: url(../images/ico-click.png);
}
.btn.downloadBtn:before {
    width: 14px;
    height: 18px;
    background-image: url(../images/ico-download.png);
}

/* 组件 */

.ysqUEO .scs.hbgOn img,
.ysqUEO .scst.hbgOn img,
.ysqUEO .scs:hover img,
.ysqUEO .scst:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.ysqUEO .scs img {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
}
.ysqUEO .scst img {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.ysqUEO .tfy3,
.ysqUEO .tfx3,
.ysqUEO .tfy-3,
.ysqUEO .tfx-3 {
    -webkit-transition: all 220ms ease 0s;
    transition: all 220ms ease 0s;
}
.ysqUEO .tfy3:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
.ysqUEO .tfx3:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}
.ysqUEO .tfy-3:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.ysqUEO .tfx-3:hover {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}
.ysqUEO .stereoUp {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}
.ysqUEO .stereoUp:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.hbg .op0 {
    visibility: hidden;
    /* *visibility: visible; */
    -webkit-transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0s;
    transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0s;
}
.hbg:hover .op0,
.hbg.hbgOn .op0 {
    -webkit-transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0ms;
    transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0ms;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.hbg:hover .op0.htfn,
.hbg.hbgOn .op0.htfn {
    -webkit-transform: none !important;
    transform: none !important;
}
.hbg .front,
.hbg:hover .behind,
.hbg.hbgOn .behind {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.hbg .behind,
.hbg:hover .front,
.hbg.hbgOn .front {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 0;
    filter: alpha(opacity=0);
    *zoom: 1;
    /* *visibility: visible; */
    visibility: hidden;
    /* *visibility: visible; */
    -webkit-transition: all 220ms ease 0s;
    transition: all 220ms ease 0s;
}

/* keyframes use */

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes zoomIns {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.77, 0.77, 0.77);
        transform: scale3d(0.77, 0.77, 0.77);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIns {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.77, 0.77, 0.77);
        transform: scale3d(0.77, 0.77, 0.77);
    }
    50% {
        opacity: 1;
    }
}
.zoomIns {
    -webkit-animation-name: zoomIns;
    animation-name: zoomIns;
}
.AnflashOver {
    position: relative;
    overflow: hidden;
    -webkit-animation-duration: 333ms;
    animation-duration: 333ms;
}
.AnflashOver:before {
    -webkit-animation-name: AnflashOver;
    animation-name: AnflashOver;
    -webkit-animation-duration: 333ms;
    animation-duration: 333ms;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    content: "";
    position: absolute;
    overflow: hidden;
    width: 80px;
    height: 150px;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes AnflashOver {
    0% {
        -webkit-transform: skewX(-25deg) translateX(-149px);
        transform: skewX(-25deg) translateX(-149px);
    }
    to {
        left: 100%;
        -webkit-transform: skewX(-25deg) translateX(149px);
        transform: skewX(-25deg) translateX(149px);
    }
}
@keyframes AnflashOver {
    0% {
        -webkit-transform: skewX(-25deg) translateX(-149px);
        transform: skewX(-25deg) translateX(-149px);
    }
    to {
        left: 100%;
        -webkit-transform: skewX(-25deg) translateX(149px);
        transform: skewX(-25deg) translateX(149px);
    }
}
@-webkit-keyframes fadeInDowns {
    0% {
        opacity: 0.3;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDowns {
    0% {
        opacity: 0.3;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDowns {
    -webkit-animation-name: fadeInDowns;
    animation-name: fadeInDowns;
}
@-webkit-keyframes rotate180Z {
    0% {
        -webkit-transform: none !important;
        transform: none !important;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate180Z {
    0% {
        -webkit-transform: none !important;
        transform: none !important;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotate180Z {
    -webkit-animation-name: rotate180Z;
    animation-name: rotate180Z;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.abtnBg {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.abtnBg:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    pointer-events: none;
    border-radius: inherit;
    background-color: rgba(0, 0, 0, 0);
}
.abtnBg:hover:after {
    background-color: rgba(0, 0, 0, 0.08);
}
.abtnMask {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.abtnMask:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    pointer-events: none;
    border-radius: inherit;
    background-color: rgba(0, 0, 0, 0);
}
.abtnMask:hover:after {
    background-color: rgba(0, 0, 0, 0.08);
}
.abtnMask:after {
    z-index: 7 !important;
}
.abtnSc {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.abtnSc:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.08);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}
.abtnSc:hover:after {
    -webkit-transform: none !important;
    transform: none !important;
}
.abtnSc:after {
    opacity: 0;
}
.abtnSc:hover:after {
    opacity: 1;
}
.abtnBd {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.abtnBd:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    pointer-events: none;
    border: 0 solid rgba(0, 0, 0, 0.08);
    border-radius: inherit;
    opacity: 1;
}
.abtnBd:hover:after {
    border-width: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.abtnBT {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.abtnBT:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.abtnBT:hover:after {
    -webkit-transform: none !important;
    transform: none !important;
}
.abtnLR {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.abtnLR:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.08);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.abtnLR:hover:after {
    -webkit-transform: none !important;
    transform: none !important;
}
.loading {
    background-image: url(../images/loading.gif);
}
.loading-m {
    background-image: url(../images/loading-m.gif);
}
.load-error {
    background-image: url(../images/error.gif);
}
.container,
.w {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 1025px) {
    .container,
    .w {
        width: 980px;
    }
}
@media (min-width: 1281px) {
    .container,
    .w {
        width: 1200px;
    }
}
@media (max-width: 1024px) {
    .container,
    .w {
        width: 90%;
    }
}
@media (max-width: 768px) {
    .container,
    .w {
        width: auto;
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
}
@media (max-width: 480px) {
    .container,
    .w {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}
@media screen and (min-width: 1025px) {
    .pc-hide {
        display: none !important;
    }
}
@media screen and (min-width: 1441px) {
    .container,
    .w {
        width: 1320px;
    }
}
@media screen and (max-width: 1024px) {
    .m-hide {
        display: none !important;
    }
}

/* 自定义响应结构 */


/* ysq _ ROW | TR */

.ysqTr,
.ysqRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ysqTr > .ceil,
.ysqRow > .col {
    position: relative;
    overflow: hidden;
    z-index: 1;
    float: left;
    -webkit-transition: background 250ms, color 250ms, -webkit-transform 250ms;
    transition: background 250ms, color 250ms, -webkit-transform 250ms;
    transition: transform 250ms, background 250ms, color 250ms;
    transition: transform 250ms, background 250ms, color 250ms, -webkit-transform 250ms;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
    .ysqTr > .ceil3 {
        width: 33.333%;
    }
    .ysqTr > .ceil4 {
        width: 25%;
    }
    .ysqRow > .col3 {
        width: 32%;
        margin-left: 2%;
    }
    .ysqRow > .col3:nth-child(3n+1) {
        margin-left: 0;
    }
    .ysqRow > .col3:nth-child(1n+4) {
        margin-top: 2.5%;
    }
    .ysqRow > .col4 {
        width: 23.5%;
        margin-left: 2%;
    }
    .ysqRow > .col4:nth-child(4n+1) {
        margin-left: 0;
    }
    .ysqRow > .col4:nth-child(1n+5) {
        margin-top: 2.5%;
    }
}
@media screen and (min-width: 1441px) {
    .ysqRow > .col5 {
        width: 18.4%;
        margin-left: 2%;
    }
    .ysqRow > .col5:nth-child(5n+1) {
        margin-left: 0;
    }
    .ysqRow > .col5:nth-child(1n+6) {
        margin-top: 2%;
    }
}
@media screen and (max-width: 1440px) {
    .ysqRow > .col5 {
        width: 23.5%;
        margin-left: 2%;
    }
    .ysqRow > .col5:nth-child(4n+1) {
        margin-left: 0;
    }
    .ysqRow > .col5:nth-child(1n+5) {
        margin-top: 2%;
    }
}
@media screen and (max-width: 1024px) {
    .ysqTr > .ceil4 {
        width: 50%;
    }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
    .ysqRow > .col3 {
        width: 49%;
        margin-left: 2%;
    }
    .ysqRow > .col3:nth-child(2n+1) {
        margin-left: 0;
    }
    .ysqRow > .col3:nth-child(1n+3) {
        margin-top: 2%;
    }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
    .ysqRow > .col4,
    .ysqRow > .col5 {
        width: 32%;
        margin-left: 2%;
    }
    .ysqRow > .col4:nth-child(3n+1),
    .ysqRow > .col5:nth-child(3n+1) {
        margin-left: 0;
    }
    .ysqRow > .col4:nth-child(1n+4),
    .ysqRow > .col5:nth-child(1n+4) {
        margin-top: 2%;
    }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
    .ysqRow > .col4,
    .ysqRow > .col5 {
        width: 49%;
        margin-left: 2%;
    }
    .ysqRow > .col4:nth-child(2n+1),
    .ysqRow > .col5:nth-child(2n+1) {
        margin-left: 0;
    }
    .ysqRow > .col4:nth-child(1n+3),
    .ysqRow > .col5:nth-child(1n+3) {
        margin-top: 2%;
    }
    .loading {
        background-size: 80px 16px;
    }
}
@media screen and (max-width: 480px) {
    .ysqRow > .col3,
    .ysqRow > .col4,
    .ysqRow > .col5 {
        float: none;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
    }
    .ysqRow > .col3:nth-child(1n+2),
    .ysqRow > .col4:nth-child(1n+2),
    .ysqRow > .col5:nth-child(1n+2) {
        margin-top: 10px;
    }
    .ysqTr > .ceil4 {
        width: 100%;
    }
}

/* 滚动加载 */

.scrollAjax #loadState {
    position: relative;
    width: 200px;
    height: 40px;
    margin: 40px auto 0;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    background-color: #175498;
    color: #fff;
    font-size: 16px;
}
.scrollAjax #loadState.off {
    background-color: #ddd;
    color: #333;
    cursor: default;
    cursor: not-allowed;
}
.scrollAjax #loadState.ing:after {
    content: " ";
    -webkit-animation-name: dotMove;
    animation-name: dotMove;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-timing-function: steps(4);
    animation-timing-function: steps(4);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes dotMove {
    0%,
    100% {
        content: ".";
    }
    33% {
        content: "..";
    }
    66% {
        content: "...";
    }
}
@keyframes dotMove {
    0%,
    100% {
        content: ".";
    }
    33% {
        content: "..";
    }
    66% {
        content: "...";
    }
}
.scrollAjax #loadState.retry {
    overflow: hidden;
    background-color: #175498;
    cursor: pointer;
}
.scrollAjax #loadState.retry:before {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 80px;
    height: 150px;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg) translateX(-149px);
    transform: skewX(-25deg) translateX(-149px);
    -webkit-transition: none 220ms ease 0s;
    transition: none 220ms ease 0s;
}
.scrollAjax #loadState.retry:hover:before {
    left: 100%;
    -webkit-transform: skewX(-25deg) translateX(149px);
    transform: skewX(-25deg) translateX(149px);
    top: 0;
    -webkit-transition: all 600ms ease 0s;
    transition: all 600ms ease 0s;
}
.scrollAjax .pageList {
    display: none;
}

/* 模态窗 */

.TAlert {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
}
.TAlert .contain {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    z-index: 9;
    width: 400px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    text-align: left;
    line-height: 1.4333;
    font-size: 16px;
    border-radius: 5px;
    max-width: 90%;
}
.TAlert .contain .Tclose {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 30px;
    height: 30px;
    padding: 5px;
    color: #666;
    font: bold 16px/30px "黑体";
    cursor: pointer;
    text-align: center;
}
.TAlert .contain .head {
    padding: 10px 15px;
    border-bottom: #cccccc solid 1px;
    color: #333;
    background-color: #fff;
}
.TAlert .contain .body {
    padding: 15px;
    font-size: 14px;
    background-color: #fff;
    color: #444;
}
.TAlert .contain .foot {
    position: relative;
    width: 100%;
    height: 40px;
    border-top: #cccccc solid 1px;
}
.TAlert .contain .foot .btn {
    overflow: hidden;
    z-index: 0;
    position: absolute;
    top: 0;
    height: 40px;
    line-height: 40px;
    width: 50%;
    text-align: center;
    font-size: 15px;
}
.TAlert .contain .foot .btn:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0);
}
.TAlert .contain .foot .btn:hover:before {
    background-color: rgba(0, 0, 0, 0.1);
}
.TAlert .contain .foot .btn.enter {
    left: 0;
    background-color: #175498;
    color: #fff;
}
.TAlert .contain .foot .btn.close {
    right: 0;
    background-color: #f1f1f1;
    border-left: #cfcfcf solid 1px;
    color: #333;
}
.TAlert .contain .foot .btn.w100 {
    border-left: none;
}
.csstransf .TAlert .contain {
    opacity: 0;
    -webkit-transition: all 330ms ease 0s;
    transition: all 330ms ease 0s;
    -webkit-transform: translateY(-100%) scale(0.2);
    transform: translateY(-100%) scale(0.2);
}
.csstransf .TAlert.on .contain {
    opacity: 1;
    -webkit-transform: none !important;
    transform: none !important;
}
.pageListBox .pageList {
    position: relative;
    overflow: hidden;
    padding-bottom: 2px;
    height: 34px;
    line-height: 32px;
    font-size: 0;
    text-align: center;
}
.pageListBox .pageList ul {
    position: relative;
    float: none !important;
}
.pageListBox .pageList ul,
.pageListBox .pageList ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}
.pageListBox .pageList ul li {
    margin: 0 4px;
    font-size: 14px;
}
.pageListBox .pageList ul .ctr a {
    font-weight: bold;
    font-size: 14px;
    font-family: "SimSun", "宋体" !important;
}
.pageListBox .pageList a {
    display: block;
    border: #d8dce0 solid 1px;
    width: 32px;
    height: 32px;
    font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";
    border-radius: 4px;
    color: #999;
    background-color: #fff;
    -webkit-transition: background 200ms, color 200ms;
    transition: background 200ms, color 200ms;
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
}
.pageListBox .pageList a:hover,
.pageListBox .pageList a.selected {
    color: #fff;
    background-color: #175498;
    border-color: #175498;
}
.pageListBox .pageList a:active {
    border-color: #fff !important;
}
@media screen and (max-width: 768px) {
    .pageListBox .pageList {
        height: 28px;
        line-height: 28px;
    }
    .pageListBox .pageList ul li {
        margin-left: 4px;
        margin-right: 4px;
    }
    .pageListBox .pageList a {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
}

/* nav */

.nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 40;
    -webkit-transition: all 220ms ease 0s;
    transition: all 220ms ease 0s;
    background-color: #e4e4e4;
    background-image: url(../images/bg-nav.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.nav .container {
    position: relative;
    height: 100%;
}
.nav .bg {
    display: none;
    z-index: 5;
}
.nav .logo {
    float: left;
    position: relative;
    top: 50%;
    margin-top: -26.5px;
    height: 43px;
}
.nav .logo img {
    display: block;
    height: 100%;
}
.nav .secNav {
    display: none;
}
.nav .fns {
    position: absolute;
    right: 0;
    top: 0;
    height: 66px;
    line-height: 66px;
    text-align: right;
    font-size: 0;
}
.nav .fns .tel {
    position: relative;
    overflow: hidden;
    color: #111111;
    margin-right: 10px;
    padding-left: 18px;
    /*background-image: url(../images/ico-tTel.png);*/
    background-image: url(../images/ico-tTel-en.png);
    background-size: 28px 22px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    font-size: 14px;
}
.nav .fns .btn {
    display: inline-block;
    vertical-align: top;
    width: 66px;
    height: 66px;
    text-align: center;
    font-size: 14px;
}
.nav .fns .searchTrigger {
    position: relative;
    overflow: hidden;
    text-indent: -999px;
    background-image: url(../images/ico-tSearch.png);
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.nav .fns .languageBtn {
  position: relative;
  z-index: 9;
  width: 66px;
  height: 66px;
  line-height: 66px;
}
.nav .fns .languageBtn .trigger {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nav .fns .languageBtn .choose {
  display: block;
}
.nav .fns .languageBtn .triangle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}
.nav .fns .languageBtn b {
    display: none;
}
.nav .fns .languageBtn .select {
  display: none;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -48px;
  z-index: 3;
  width: 96px;
  padding-top: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-top: none;
}
.nav .fns .languageBtn .select:before {
  content: " ";
  z-index: -1;
  position: absolute;
  left: 1px;
  right: 1px;
  top: -1px;
  border-radius: 4px;
  background-color: #ccc;
  height: 2px;
}
.nav .fns .languageBtn .select:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: -21px;
  margin-left: -5px;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 10px 5px;
  border-color: transparent transparent #cccccc transparent;
  border-style: dashed dashed solid dashed;
  font-size: 0;
}
.nav .fns .languageBtn .select .option {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border-top: #cccccc solid 1px;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  background-color: #e5e5e5;
}
.nav .fns .languageBtn .select .option .link {
  display: block;
  color: #111;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.nav .fns .languageBtn .select .option:first-child {
  border-top: none;
}
.nav .fns .languageBtn .select .option:hover {
  background-color: #e1e1e1;
}
.nav .searchBox {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 11;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 0;
    filter: alpha(opacity=0);
    *zoom: 1;
    visibility: hidden;
    /* *visibility: visible; */
}
.nav .searchBox .contain {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 40px;
    max-width: 90%;
    border-radius: 20px;
    background-color: #175498;
    color: #fff;
    line-height: 40px;
}
.nav .searchBox .contain label {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 76px;
    height: 20px;
    line-height: 20px;
    text-indent: 12px;
    text-align: center;
    font-size: 16px;
}
.nav .searchBox .contain .skin {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 86px;
    line-height: 44px;
}
.nav .searchBox .contain .enter {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    border-radius: 50%;
    background-image: url(../images/ico-tSearch_.png);
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.nav .searchBox.show {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.fixedNav .nav {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}
@media screen and (min-width: 1025px) {
    .scroll-wrap {
        padding-top: 126px;
    }
    .nav {
        height: 126px;
    }
    .nav .firNav {
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right;
        left: 240px;
        white-space: nowrap;
    }
    .nav .firItem {
        display: inline-block;
        vertical-align: top;
        position: relative;
        line-height: 60px;
        height: 60px;
        margin-left: 1.5%;
        -webkit-transition: all 400ms ease 0s;
        transition: all 400ms ease 0s;
    }
    .nav .firItem .link1 {
        position: relative;
        display: block;
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: bold;
    }
    .nav .firItem .link1:after {
        content: " ";
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: 14px;
        width: 24px;
        margin-left: -12px;
        height: 1px;
        background-color: #111;
        -webkit-transition: all 250ms ease 0ms;
        transition: all 250ms ease 0ms;
        opacity: 0;
        filter: alpha(opacity=0);
        *zoom: 1;
        visibility: hidden;
        /* *visibility: visible; */
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        -webkit-transform-origin: 50% -5px;
        transform-origin: 50% -5px;
    }
    .nav .firItem.on .link1:after,
    .nav .firItem:hover .link1:after {
        -webkit-transition: all 250ms ease 0ms;
        transition: all 250ms ease 0ms;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -webkit-transform: none !important;
        transform: none !important;
    }
    .nav .secNav {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 226px;
        margin-left: -113px;
        z-index: 30;
        text-align: center;
        background-color: #fafafa;
        box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    }
    .nav .secItem {
        border-bottom: #eee solid 1px;
        position: relative;
        display: block;
        text-align: left;
        padding: 8px 14px;
        line-height: 18px;
        -webkit-transition: all 220ms ease 0s;
        transition: all 220ms ease 0s;
        white-space: normal;
    }
    .nav .secItem.on,
    .nav .secItem:hover {
        color: #378ac4;
    }
    .nav .navbtn {
        display: none;
    }
    .nav .fns .searchTrigger:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }
    .fixedNav .nav {
        height: 80px;
    }
    .fixedNav .nav .fns {
        display: none;
    }
    .fixedNav .nav .firNav {
        bottom: 10px;
    }
}
@media screen and (min-width: 1366px) {
    .nav .firItem {
        margin-left: 3%;
    }
}
@media screen and (max-width: 1024px) {
    .scroll-wrap {
        padding-top: 66px;
    }
    .nav {
        height: 66px;
    }
    .nav .bg {
        position: fixed !important;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .nav .navbtn {
        z-index: 10;
        position: absolute;
        overflow: hidden;
        display: block;
        right: -6px;
        top: 7px;
        padding: 6px;
        width: 40px;
        height: 40px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
        cursor: pointer;
    }
    .nav .navbtn s {
        position: absolute;
        left: 6px;
        display: block;
        width: 40px;
        height: 4px;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #175498;
        -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
        transition: opacity .3s ease, -webkit-transform .3s ease;
        transition: transform .3s ease, opacity .3s ease;
        transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }
    .nav .navbtn .i1 {
        top: 12px;
    }
    .nav .navbtn .i2 {
        top: 50%;
        margin-top: -2px;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    .nav .navbtn .i3 {
        bottom: 12px;
    }
    .navShow .nav .navbtn {
        position: fixed;
        z-index: 80;
        margin-right: 5%;
    }
    .navShow .nav .navbtn .i1 {
        -webkit-transform: rotate(45deg) translate(7.866px, 0);
        transform: rotate(45deg) translate(7.866px, 0);
        top: 4px;
    }
    .navShow .nav .navbtn .i2 {
        -webkit-transform: scale(0) rotate(-360deg);
        transform: scale(0) rotate(-360deg);
        opacity: 0;
    }
    .navShow .nav .navbtn .i3 {
        -webkit-transform: rotate(-45deg) translate(7.866px, 0);
        transform: rotate(-45deg) translate(7.866px, 0);
        bottom: 4px;
    }
    .nav .firNav {
        position: fixed;
        z-index: 66;
        right: -100%;
        top: 0;
        max-width: 70%;
        width: 540px;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 5%;
        padding-right: 5%;
        overflow-y: auto;
        background-color: #fff;
        opacity: 1;
        filter: alpha(opacity=100);
        padding-top: 66px;
        -webkit-transition: all 220ms ease 0s;
        transition: all 220ms ease 0s;
    }
    .nav .firItem {
        font-size: 26px;
        font-size: 1.3rem;
        line-height: 2.2;
        border-bottom: #d7e2e8 solid 1px;
    }
    .nav .firItem > .link {
        display: block;
        -webkit-transition: all 220ms ease 0s;
        transition: all 220ms ease 0s;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
        cursor: pointer;
        text-indent: 8px;
    }
    .nav .firItem.on > .link {
        color: #175498;
    }
    .nav .firItem.on .secNav {
        display: block;
    }
    .nav .secNav {
        padding: 0 8px 8px !important;
        line-height: 1.5;
    }
    .nav .secNav .col {
        display: inline;
    }
    .nav .secNav .secItem {
        margin-right: 5px;
        display: inline-block;
        white-space: normal;
        color: #777;
        font-size: .9em;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 1.2;
    }
    .nav .secNav .secItem:active {
        color: #111;
    }
    .nav .secNav .secItem.on {
        color: #111;
        text-decoration: underline;
    }
    .nav .fns {
        right: 54px;
    }
    .nav .fns .btn {
        width: 50px !important;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
        cursor: pointer;
    }
    .nav .fns .tel {
        display: inline-block;
        vertical-align: top;
        width: 0;
        white-space: nowrap;
        padding: 0 0 0 50px;
        margin: 0;
        background-position: center;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
        cursor: pointer;
    }
    .navShow .vd-box .pic {
        display: block !important;
    }
    .navShow .vd-box .video {
        display: none !important;
    }
    .navShow .nav .bg {
        display: block;
    }
    .navShow .nav .contain {
        z-index: 8;
    }
    .navShow .firNav {
        right: 0;
    }
}
@media screen and (max-width: 480px) {
    .scroll-wrap {
        padding-top: 50px;
    }
    .nav {
        height: 50px;
    }
    .nav .logo {
        margin-top: -18px;
        height: 36px;
    }
    .nav .navbtn {
        right: 0px;
        top: 10px;
        padding: 0px;
        width: 30px;
        height: 30px;
    }
    .nav .navbtn s {
        left: 0px;
        width: 30px;
        height: 3px;
        border-radius: 3px;
    }
    .nav .navbtn .i1 {
        top: 5px;
    }
    .nav .navbtn .i2 {
        top: 50%;
        margin-top: -1.5px;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    .nav .navbtn .i3 {
        bottom: 5px;
    }
    .navShow .nav .navbtn {
        position: fixed;
        z-index: 80;
        margin-right: 15px;
    }
    .navShow .nav .navbtn .i1 {
        -webkit-transform: rotate(45deg) translate(5.8995px, 0);
        transform: rotate(45deg) translate(5.8995px, 0);
        top: -1.5px;
    }
    .navShow .nav .navbtn .i3 {
        -webkit-transform: rotate(-45deg) translate(5.8995px, 0);
        transform: rotate(-45deg) translate(5.8995px, 0);
        bottom: -1.5px;
    }
    .nav .fns {
        right: 40px;
    }
    .nav .fns .tel,
    .nav .fns .btn {
        height: 50px;
        line-height: 50px;
    }
    .nav .fns .tel {
        padding-left: 40px;
    }
    .nav .fns .btn {
        width: 40px;
    }
    .nav .fns .languageBtn .select .option {
      height: 30px;
      line-height: 30px;
    }
    .nav .fns .languageBtn .icoImg {width: 24px;height: 16px;}
    .nav .searchBox {
        padding: 5px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .nav .searchBox .contain {
        max-width: 100%;
        height: 34px;
        line-height: 34px;
    }
    .nav .searchBox .skin {
        line-height: 34px;
    }

}
@media screen and (max-width: 400px) {
  .w,
  .container {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .nav .logo {
    margin-top: -15px;
    height: 30px;
  }
  .nav .fns {
    right: 36px;
  }
  .nav .fns .btn {
    width: 44px !important;
  }
  .navShow .nav .navbtn {
    margin-right: 10px;
  }
}

/* banner */
.banner {
  position: relative;
  width: 100%;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  background-color: #f5f5f5;
}
.banner .shade {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  transition: 200ms 0ms;
}
.banner .shade {
    visibility: visible;
}
.banner .item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(../images/bg-banner.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.banner .item.moveItem {
  position: absolute;
  left: 0;
  top: 0;
}
.banner .item .link {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.banner .item .container {
  height: 100%;
  position: relative;
}
.banner .item .contain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .item .banner-q,
.banner .item .banner-i,
.banner .item .banner-w {
  position: absolute;
  top: 0;
  height: 100%;
}
.banner .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .item .banner-q {
  overflow: hidden;
  right: 0;
  width: 57.42424242%;
}
.banner .item .banner-w,
.banner .item .banner-i {
  left: 0;
  width: 100%;
}
.banner .item .banner-d {
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  pointer-events: none;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.banner .item .name {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.banner.zoomStart .moveItem .tfo1 {
  -webkit-animation-name: bannerAni1Down;
          animation-name: bannerAni1Down;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transform-origin: 76% 74%;
          transform-origin: 76% 74%;
}
.banner.zoomStart .moveItem .tfo2 {
  -webkit-animation-name: bannerAni2Down;
          animation-name: bannerAni2Down;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transform-origin: 89% 33%;
          transform-origin: 89% 33%;
}
.banner.zoomStart .moveItem .tfo3 {
  -webkit-animation-name: bannerAni3Down;
          animation-name: bannerAni3Down;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transform-origin: 92% 51%;
          transform-origin: 92% 51%;
}
.banner.zoomStart .moveItem .tfo4 {
  -webkit-animation-name: bannerAni4Down;
          animation-name: bannerAni4Down;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
.banner.zoomStart .moveItem.on .tfo1 {
  -webkit-animation-name: bannerAni1;
          animation-name: bannerAni1;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.banner.zoomStart .moveItem.on .tfo2 {
  -webkit-animation-name: bannerAni2;
          animation-name: bannerAni2;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.banner.zoomStart .moveItem.on .tfo3 {
  -webkit-animation-name: bannerAni3;
          animation-name: bannerAni3;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.banner.zoomStart .moveItem.on .tfo4 {
  -webkit-animation-name: bannerAni4;
          animation-name: bannerAni4;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.banner.zoomStart .moveItem.on .aniName1a,
.banner.zoomStart .moveItem.on .aniName2a {
  -webkit-animation-name: bannerAniName2a;
          animation-name: bannerAniName2a;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.banner.zoomStart .moveItem.on .aniName1b,
.banner.zoomStart .moveItem.on .aniName2b {
  -webkit-animation-name: bannerAniName2b;
          animation-name: bannerAniName2b;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.banner.zoomStart .moveItem.on .aniName3 {
  -webkit-animation-name: bannerAniName1;
          animation-name: bannerAniName1;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.banner.zoomStart .moveItem.on .aniName4a {
  -webkit-animation-name: bannerAniName4a;
          animation-name: bannerAniName4a;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.banner.zoomStart .moveItem.on .aniName4b {
  -webkit-animation-name: bannerAniName4b;
          animation-name: bannerAniName4b;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.banner.zoomStart .moveItem.on .aniName4c {
  -webkit-animation-name: bannerAniName4c;
          animation-name: bannerAniName4c;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.banner.zoomStart .moveItem.on .aniName4d {
  -webkit-animation-name: bannerAniName4d;
          animation-name: bannerAniName4d;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes bannerAni1 {
  100% {
    -webkit-transform: translateZ(0) scale(5.7);
            transform: translateZ(0) scale(5.7);
  }
}
@keyframes bannerAni1 {
  100% {
    -webkit-transform: translateZ(0) scale(5.7);
            transform: translateZ(0) scale(5.7);
  }
}
@-webkit-keyframes bannerAni1Down {
  0% {
    -webkit-transform: translateZ(0) scale(5.7);
            transform: translateZ(0) scale(5.7);
  }
  100% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
  }
}
@keyframes bannerAni1Down {
  0% {
    -webkit-transform: translateZ(0) scale(5.7);
            transform: translateZ(0) scale(5.7);
  }
  100% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
  }
}
@-webkit-keyframes bannerAni2 {
  100% {
    -webkit-transform: translateZ(0) scale(3);
            transform: translateZ(0) scale(3);
  }
}
@keyframes bannerAni2 {
  100% {
    -webkit-transform: translateZ(0) scale(3);
            transform: translateZ(0) scale(3);
  }
}
@-webkit-keyframes bannerAni2Down {
  0% {
    -webkit-transform: translateZ(0) scale(3);
            transform: translateZ(0) scale(3);
  }
  100% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
  }
}
@keyframes bannerAni2Down {
  0% {
    -webkit-transform: translateZ(0) scale(3);
            transform: translateZ(0) scale(3);
  }
  100% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
  }
}
@-webkit-keyframes bannerAni3 {
  100% {
    -webkit-transform: translateZ(0) scale(4.5);
            transform: translateZ(0) scale(4.5);
  }
}
@keyframes bannerAni3 {
  100% {
    -webkit-transform: translateZ(0) scale(4.5);
            transform: translateZ(0) scale(4.5);
  }
}
@-webkit-keyframes bannerAni3Down {
  0% {
    -webkit-transform: translateZ(0) scale(4.5);
            transform: translateZ(0) scale(4.5);
  }
  100% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
  }
}
@keyframes bannerAni3Down {
  0% {
    -webkit-transform: translateZ(0) scale(4.5);
            transform: translateZ(0) scale(4.5);
  }
  100% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
  }
}
@-webkit-keyframes bannerAni4 {
  0% {
    -webkit-transform-origin: 95% 52%;
            transform-origin: 95% 52%;
  }
  45% {
    -webkit-transform: translateZ(0) scale(3.9);
            transform: translateZ(0) scale(3.9);
    -webkit-transform-origin: 95% 52%;
            transform-origin: 95% 52%;
  }
  75% {
    -webkit-transform: translateZ(0) scale(3.9);
            transform: translateZ(0) scale(3.9);
    -webkit-transform-origin: 95% 52%;
            transform-origin: 95% 52%;
  }
  100% {
    -webkit-transform: translateZ(0) scale(5.5);
            transform: translateZ(0) scale(5.5);
    -webkit-transform-origin: 73% 63%;
            transform-origin: 73% 63%;
  }
}
@keyframes bannerAni4 {
  0% {
    -webkit-transform-origin: 95% 52%;
            transform-origin: 95% 52%;
  }
  45% {
    -webkit-transform: translateZ(0) scale(3.9);
            transform: translateZ(0) scale(3.9);
    -webkit-transform-origin: 95% 52%;
            transform-origin: 95% 52%;
  }
  75% {
    -webkit-transform: translateZ(0) scale(3.9);
            transform: translateZ(0) scale(3.9);
    -webkit-transform-origin: 95% 52%;
            transform-origin: 95% 52%;
  }
  100% {
    -webkit-transform: translateZ(0) scale(5.5);
            transform: translateZ(0) scale(5.5);
    -webkit-transform-origin: 73% 63%;
            transform-origin: 73% 63%;
  }
}
@-webkit-keyframes bannerAni4Down {
  0% {
    -webkit-transform: translateZ(0) scale(5.5);
            transform: translateZ(0) scale(5.5);
    -webkit-transform-origin: 73% 63%;
            transform-origin: 73% 63%;
  }
  100% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
    -webkit-transform-origin: 95% 52%;
            transform-origin: 95% 52%;
  }
}
@keyframes bannerAni4Down {
  0% {
    -webkit-transform: translateZ(0) scale(5.5);
            transform: translateZ(0) scale(5.5);
    -webkit-transform-origin: 73% 63%;
            transform-origin: 73% 63%;
  }
  100% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
    -webkit-transform-origin: 95% 52%;
            transform-origin: 95% 52%;
  }
}
@-webkit-keyframes bannerAniName1 {
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bannerAniName1 {
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bannerAniName2a {
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bannerAniName2a {
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bannerAniName2b {
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bannerAniName2b {
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bannerAniName4a {
  30% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
@keyframes bannerAniName4a {
  30% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
@-webkit-keyframes bannerAniName4b {
  35% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
@keyframes bannerAniName4b {
  35% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
@-webkit-keyframes bannerAniName4c {
  40% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
@keyframes bannerAniName4c {
  40% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
@-webkit-keyframes bannerAniName4d {
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bannerAniName4d {
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner .icon {
  height: 5px;
  line-height: 5px;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
}
.banner .icon .btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 5px;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px;
  text-indent: 100%;
  *text-indent: 0;
  *font-size: 0;
  margin: 0 5px;
  border-color: #e1e1e1;
  background-color: transparent;
  vertical-align: top;
}
.banner .icon .btn.on {
  border-color: #175498;
  background-color: #175498;
}
@media screen and (min-width: 1441px) {
  .banner {
    height: 650px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    height: 590px;
  }
}
@media screen and (max-width: 1281px) {
  .banner {
    height: 482px;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    height: 0;
    padding-bottom: 45%;
  }
}
@media screen and (max-width: 480px) {
  .banner .icon .btn {
    width: 30px;
    height: 3px;
  }
}

/* floatRight */

.floatRight {
    z-index: 31;
    position: fixed;
    overflow: hidden;
    right: 5px;
    top: 50%;
    margin-top: 4.45rem;
}
.floatRight .btn {
    position: relative;
    overflow: hidden;
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 3px;
    background-color: #999999;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
    text-indent: -999px;
}
.floatRight .btn:nth-child(1n+2) {
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .floatRight .btn {
        width: 40px;
        height: 40px;
    }
}
.floatRight .btn:hover {
    opacity: .9;
}

/* backToTop */

.backToTop {
    background-image: url(../images/ico-backToTop.png);
}
.floatMessageBtn {
    background-image: url(../images/ico-fMessage.png);
}
.qqCounsel {
    background-image: url(../images/ico-fqq.png);
}

/* float-GuidanceBtn */

.float-GuidanceBtn {
    z-index: 31;
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -5.63333333rem;
    cursor: pointer;
    width: 5.86666667rem;
    height: 7.26666667rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.float-GuidanceBtn img {
    width: 100%;
    height: 100%;
}
.float-GuidanceBtn .close {
    position: absolute;
    right: -5px;
    top: -30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: ;
    height: ;
    background-image: url(../images/ico-close1.png);
    background-size: 20px 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    .float-GuidanceBtn {
        width: 88px;
        height: 109px;
    }
}

/* modal-Guidance */

#guidanceMask {
    z-index: 42;
}
.modal-Guidance {
    display: none;
    z-index: 44;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1355px;
    height: 765px;
    max-width: 100%;
    padding-top: 6.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-Guidance:after {
    content: " ";
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -5.5rem;
    top: 0;
    width: 12.3rem;
    height: 10.15rem;
    background-image: url(../images/q-modalguidance1.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.modal-Guidance .zhezhao {
    display: none;
}
.modal-Guidance .contain {
    z-index: 1;
    padding: 100px 40px 40px;
    text-align: center;
    height: 631px;
    background-image: url(../images/bg-modalGuidance.png);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-Guidance .contain:before {
    z-index: -1;
    content: " ";
    position: absolute;
    bottom: 37px;
    left: 2.06642066%;
    right: 2.58302583%;
    height: 355px;
    background-image: url(../images/q-modalguidance2.png);
    background-size: auto 355px;
    background-position: right bottom;
    background-repeat: no-repeat;
    pointer-events: none;
    border-radius: 25px;
}
.modal-Guidance .contain .Tclose {
    position: absolute;
    right: 2.5rem;
    top: 44px;
    width: 35px;
    height: 37px;
    background-image: url(../images/ico-close1.png);
    background-size: 35px 37px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}
.modal-Guidance .contain .Tclose:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.modal-Guidance .contain .Tback {
    position: absolute;
    left: 2.5rem;
    top: 44px;
    width: 36px;
    height: 36px;
    line-height: 30px;
    background-image: url(../images/ico-floatBack.png);
    background-size: 36px 36px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: none;
}
.modal-Guidance .contain .step {
    display: none;
}
.modal-Guidance .contain .step.on {
    display: block;
}
.modal-Guidance .contain .dt {
    line-height: 1.433;
    font-weight: bold;
    color: #175498;
}
.modal-Guidance .contain .ds {
    margin-top: 30px;
    line-height: 1.5;
    color: #175498;
}
.modal-Guidance .contain .dd {
    position: relative;
    overflow: hidden;
    margin-top: 3.5rem;
    font-size: 0;
    padding-left: 10rem;
    padding-right: 10rem;
}
.modal-Guidance .contain .dd .radio {
    font-size: 1rem;
    line-height: 1.433;
    color: #111111;
    text-align: left;
    padding-left: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-Guidance .contain .dd .col {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.modal-Guidance .contain .dd.s1 .btn {
    display: inline-block;
    vertical-align: top;
    margin: 2% 4%;
    line-height: 1.5rem;
    border-radius: 2.5rem;
    padding: .5rem 1.5rem;
    background-color: #f4f4f4;
    color: #000b39;
    font-size: 1rem;
    -webkit-transition: background 400ms ease 0s;
    transition: background 400ms ease 0s;
}
.modal-Guidance .contain .dd.s1 .btn:hover {
    background-color: #e3e3e3;
}
.modal-Guidance .contain .dd.s2 {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.modal-Guidance .contain .dd.s2 .separate {
    display: block;
    width: 100%;
    height: 2rem;
}
.modal-Guidance .contain .dd.s2 .radio {
    display: inline-block;
    vertical-align: top;
    width: 258px;
}
.modal-Guidance .contain .dd.s2 .radio:nth-of-type(4n+4) {
    width: auto;
}
.modal-Guidance .contain .dd.s3 .radio {
    display: block;
}
.modal-Guidance .contain .dd.s3 .radio:nth-child(1n+2) {
    margin-top: 1.5rem;
}
@media screen and (max-width: 1360px) {
    .modal-Guidance .contain .dd .radio {
        font-size: 1rem;
    }
    .modal-Guidance .contain .dd.s2 .radio {
        width: auto;
        padding-right: 30px;
    }
}
@media screen and (max-width: 1024px) {
    .modal-Guidance .contain {
        background-image: none;
    }
    .modal-Guidance .contain:before {
        bottom: 20px;
        right: 20px;
        left: 20px;
        top: 20px;
        height: auto;
        -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .modal-Guidance .contain:after {
        z-index: -2;
        content: " ";
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 10px;
        top: 10px;
        border-radius: 25px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .modal-Guidance .contain .dd {
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media screen and (max-width: 768px) {
    .modal-Guidance .contain .Tclose {
        top: 30px;
        width: 24px;
        height: 24px;
    }
    .modal-Guidance .contain .dd.s1 .btn {
        font-size: 14px;
    }
    .modal-Guidance .contain .dd.s2 {
        padding-left: 5%;
        padding-right: 5%;
    }
    .modal-Guidance .contain .dd.s2 .radio {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .modal-Guidance .contain .dd .radio {
        font-size: 14px;
    }
    .modal-Guidance .contain .dd .separate {
        display: none !important;
    }
}
@media screen and (max-width: 480px) {
    .modal-Guidance .contain .dd.s1 {
        padding: 0;
    }
    .modal-Guidance .contain .dd.s1 .btn {
        display: block;
        margin-left: 0;
        margin-right: 0;
        font-size: 12px;
    }
}

/* index */

.index-Axdvantage {
    padding: 7.29166667% 0;
    text-align: center;
    font-size: 0;
}
.index-Axdvantage .item {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #111111;
    width: 168px;
    height: 168px;
    padding: 0;
    background-image: url(../images/bg-iAxdvantage.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.09);
    margin-left: 4%;
    margin-right: 4%;
}
.index-Axdvantage .item .icoImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 90px;
    height: 90px;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}
.index-Axdvantage .item p {
    margin-top: .5rem;
    margin-left: 5px;
    margin-right: 5px;
    white-space: normal;
}
.index-Axdvantage .item:hover .icoImg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
    .index-Axdvantage .item {
        margin-left: 2%;
        margin-right: 2%;
        width: 8rem;
        height: 8rem;
        padding: 5px;
        font-size: 14px;
        min-width: 110px;
        min-height: 110px;
    }
    .index-Axdvantage .item .icoImg {
        margin-top: 1rem;
        width: 3.5rem;
        height: 3.5rem;
        min-width: 50px;
        min-height: 50px;
    }
}
@media screen and (max-width: 768px) {
    .index-Axdvantage {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .index-Axdvantage .item {
        font-size: 12px;
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 480px) {
  .index-Axdvantage .item {
    width: 33%;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    border-radius: 10px;
    padding-bottom: 10px;
    background: none;
    min-width: 100px;
  }
  .index-Axdvantage .item,
  .index-Axdvantage .item .icoImg {
    min-width: auto;
    min-height: auto;
  }
  .index-Axdvantage .item .icoImg {
    width: 3rem;
    height: 3rem;
    margin-top: 5px;
  }
}
.index-Head {
  padding-top: 3.5rem;
  padding-bottom: 2rem;
  text-align: center;
}
.index-Head .cn {
  position: relative;
  color: #111;
  line-height: 1;
}
.index-Head .cn span {
  display: inline-block;
  vertical-align: top;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border-left: #175498 solid 4px;
  border-right: #175498 solid 4px;
}
.index-Head .cs {
  margin-top: 1.5rem;
  letter-spacing: .5rem;
}
.index-Product {
  padding-bottom: 2rem;
  background-color: #f5f5f5;
  background-image: url(../images/bg-iProduct.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.index-Product-List .item .link {
  padding: 5%;
}
.index-Product-List .item .pic {
  height: 0;
  padding-bottom: 100%;
}
.index-Product-List .item h3 {
  line-height: 1.2;
  margin-top: 1rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-Head {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
    text-align: center;
}
.index-Head .cn {
    position: relative;
    color: #111;
    line-height: 1;
}
.index-Head .cn span {
    display: inline-block;
    vertical-align: top;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-left: #175498 solid 4px;
    border-right: #175498 solid 4px;
}
.index-Head .cs {
    margin-top: 1.5rem;
    letter-spacing: .5rem;
}
.index-Product {
    padding-bottom: 2rem;
    background-color: #f5f5f5;
    background-image: url(../images/bg-iProduct.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.index-Product-List .item .link {
    padding: 5%;
}
.index-Product-List .item .pic {
    height: 0;
    padding-bottom: 100%;
}
.index-Product-List .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}
.index-Product-List .item h3 {
    line-height: 1.2;
    margin-top: 1rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (min-width: 769px) {
    .index-Product-List .item {
        width: 22%;
        margin-left: 4%;
    }
    .index-Product-List .item h3 {
        font-size: .9rem;
    }
    .index-Product-List .item:nth-child(4n+1) {
        margin-left: 0;
    }
    .index-Product-List .item:nth-child(1n+5) {
        margin-top: 4%;
    }
}
@media screen and (max-width: 768px) {
    .index-Product-List .item {
        width: 47%;
        margin-left: 6%;
    }
    .index-Product-List .item h3 {
        font-size: 16px;
    }
    .index-Product-List .item:nth-child(2n+1) {
        margin-left: 0;
    }
    .index-Product-List .item:nth-child(1n+3) {
        margin-top: 4%;
    }
}
.index-Product-List .item:hover .pic img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}
.index-Application .contain {
    padding-top: 3.125%;
    padding-bottom: 3.125%;
    background-image: url(../images/bg-iApplication.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.index-Application-List {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.index-Application-List .item {
    padding-bottom: 1.6rem;
    text-align: center;
    border: #e9e9e9 solid 1px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: border 400ms ease 0s;
    transition: border 400ms ease 0s;
}
.index-Application-List .item .tap {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-Application-List .item .aftl {
  z-index: 3;
}
.index-Application-List .item .icoImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    width: 3.5rem;
    height: 3.5rem;
}
.index-Application-List .item .dt {
    font-size: 18px;
}
.index-Application-List .item .dt,
.index-Application-List .item .dt a {
    color: #111111;
}
.index-Application-List .item .dd {
    margin-top: 10px;
    font-size: 14px;
}
.index-Application-List .item .dd,
.index-Application-List .item .dd a {
    color: #666666;
}
.index-Application-List .item:hover {
    border-color: #175498;
}
@media screen and (max-width: 768px) {
    .index-Application-List .item .dt {
        font-size: 16px;
    }
    .index-Application-List .item .icoImg {
        width: 50px;
        height: 50px;
        margin-top: 20px;
        margin-bottom: 12px;
    }
}
.index-About {
    padding-bottom: 3.5rem;
}
.index-About .container {
    position: relative;
}
.index-About .vd-contain {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 0;
    padding-top: 37.5%;
    padding-right: 1rem;
    padding-bottom: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.index-About .vd-contain:after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 1rem;
    top: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #175498 solid 3px;
}
.index-About .vd-contain .vd-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 1rem;
    bottom: 1rem;
}
.index-About .txt {
    z-index: 9;
    position: absolute;
    left: 36.36363636%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 2rem;
    background-color: #f2f2f2;
}
.index-About .txt .dt span {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 14px;
    color: #111111;
    background-image: url(../images/bg-l1.png);
    background-size: 100% 0.25rem;
    background-position: 0 bottom;
    background-repeat: no-repeat;
}
.index-About .txt .dd {
    margin-top: 1.2rem;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 72px;
    height: 72px;
    font-size: 16px;
    color: #111111;
}
.index-About .txt .df {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.index-About .txt .df .col {
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.index-About .txt .df .numCountUp {
    font-size: 2.5rem;
    color: #175498;
    line-height: 1.1;
}
@media screen and (max-width: 1024px) {
    .index-About .vd-contain {
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        padding-top: 0;
        padding-right: 0;
    }
    .index-About .vd-contain img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .index-About .vd-contain:after {
        display: none;
    }
    .index-About .vd-contain .vd-box {
        right: 0;
        bottom: 0;
    }
    .index-About .txt {
        position: relative;
        left: 0;
        -webkit-transform: none !important;
        transform: none !important;
        margin-top: 1.5rem;
    }
}
@media screen and (max-width: 640px) {
    .index-About .txt .dd {
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 60px;
    }
}
@media screen and (max-width: 480px) {
    .index-About .txt .df .col {
        width: 50%;
    }
}
.index-News {
    padding-bottom: 3.5rem;
    background-color: #f8f8f8;
}
.index-News-List .item {
    border-bottom: #f2f2f2 solid 2px;
    -webkit-transition: border 400ms ease 0s;
    transition: border 400ms ease 0s;
}
.index-News-List .item:nth-child(1n+4) {
    display: none;
}
.index-News-List .item .link {
    padding-bottom: 1rem;
}
.index-News-List .item .pic {
    height: 0;
    padding-bottom: 62.8342246%;
    background-color: #f5f5f5;
}
.index-News-List .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}
.index-News-List .item .date {
    z-index: 8;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    background-color: #175498;
    color: #fff;
    text-align: center;
}
.index-News-List .item .date .y-m {
    font-size: 12px;
    line-height: 20px;
}
.index-News-List .item h3 {
    margin-top: 1rem;
    font-size: 18px;
    line-height: 22px;
    color: #111111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-News-List .item p {
    margin-top: .6rem;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: 44px;
    color: #666666;
}
.index-News-List .item:hover {
    border-bottom-color: #175498;
}
@media screen and (max-width: 1024px) {
    .index-News-List .item:nth-child(4) {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .index-News-List .item h3 {
        font-size: 16px;
    }
}
.index-Partner {
    padding-bottom: 3.5rem;
}
.index-Partner-List .item {
    float: left;
    width: 12.5%;
    margin-left: 5%;
}
.index-Partner-List .item:nth-child(6n+1) {
    margin-left: 0;
}
.index-Partner-List .item:nth-child(1n+7) {
    margin-top: 10px;
}
.index-Partner-List .item .pic {
    height: 0;
    padding-bottom: 83.13253012%;
    background-color: #f5f5f5;
}
.index-Partner-List .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width: 1024px) {
    .index-Partner-List .item {
        width: 13.5%;
        margin-left: 3.8%;
    }
}
@media screen and (max-width: 768px) {
    .index-Partner-List .item {
        width: 23.5%;
        margin-left: 2% !important;
        margin-top: 0 !important;
    }
    .index-Partner-List .item:nth-child(4n+1) {
        margin-left: 0 !important;
    }
    .index-Partner-List .item:nth-child(1+5) {
        margin-top: 10px;
    }
}

/* footer */

.footer-t {
    padding-top: 4.16666667%;
    padding-bottom: 4.16666667%;
    background-color: #175498;
}
.footer-t,
.footer-t a {
    color: #ffffff;
}
.footer-t .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.footer-t .container:after {
    display: none;
}
.footer-t .f-contact {
    max-width: 500px;
}
.footer-t .dt {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: #ffffff solid 1px;
}
.footer-t .dt .cn {
    font-size: 16px;
}
.footer-t .dt .en {
    font-size: 14px;
}
.footer-t .dd .line {
    font-size: 14px;
    line-height: 24px;
}
.footer-t .dd .line:nth-child(1n+2) {
    margin-top: .8rem;
}
.footer-t .f-nav .line {
    padding-right: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.footer-t .f-nav .line:after {
    display: none;
}
.footer-t .f-qrcode img {
    width: 6.5rem;
    height: 6.5rem;
}
@media screen and (max-width: 1024px) {
    .footer-t .f-nav,
    .footer-t .f-qrcode {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .footer-t {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .footer-t .container {
        display: block;
    }
    .footer-t .f-links {
        margin-top: 30px;
    }
    .footer-t .f-links p {
        display: inline-block;
        margin-top: 0 !important;
        margin-right: .8rem;
    }
}
.footer-b {
    line-height: 22px;
    padding-top: .8rem;
    padding-bottom: .8rem;
    background-color: #113c6c;
}
.footer-b,
.footer-b a {
    color: #999999;
}
@media screen and (max-width: 1024px) {
    .footer-b span {
        display: block;
        float: none;
    }
}

/* subpage */


/* subBanner */

.subBanner {
    position: relative;
    z-index: 1;
    height: 22.5rem;
    text-align: center;
}
.subBanner .bg {
    background-color: #eee;
}
.subBanner span {
    display: inline-block;
    vertical-align: top;
    vertical-align: top;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.subBanner .dt {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
}
.subBanner .dd {
    margin-top: 1rem;
    font-size: 1.1rem;
}

.dd-input{
    border:1px solid #FFFFFF;
    width: 320px;
    height: 25px;
}
.dd-input-liuyan{
    height: 100px;
    border:1px solid #FFFFFF;
    width: 320px;
    font-size: 14px;
    vertical-align:middle;
}
.dd-button{
    background-color: #e7e7e7;
    color: black;
    width: 320px;
    height: 23px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: none;
    border-radius:5px;
    cursor: pointer;
    transition: all 0.3s;
}
.dd-button:hover{
    transform: scale(1.05);
}
.dd-input-liuyan::-webkit-input-placeholder{
    color: #FFFFFF;
    -webkit-transition: color.5s;
}
.dd-input::-webkit-input-placeholder {
    color: #FFFFFF;
    -webkit-transition: color.5s;
}

/* L2_Nav */

.L2_Nav {
    z-index: 4;
    position: relative;
    overflow: hidden;
    margin-top: -1.5rem;
    height: 3rem;
    background-color: #f8f8f8;
    font-size: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.3);
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 3rem;
    padding-right: 3rem;
}
.L2_Nav .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.L2_Nav .box:after {
    display: none;
}
.L2_Nav .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 1rem;
    line-height: 3rem;
    width: 25%;
}
.L2_Nav .item .link {
    color: #111111;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
}
.L2_Nav .item.on {
    background-color: #175498;
}
.L2_Nav .item.on .link {
    color: #fff;
}
.L2_Nav .ctr {
    display: none;
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    background-size: 32px 32px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
}
.L2_Nav .ctr.reject {
    display: none !important;
}
.L2_Nav .ctr.prev {
    left: 0;
    background-image: url(../images/arrow-L2_NavL.png);
}
.L2_Nav .ctr.next {
    right: 0;
    background-image: url(../images/arrow-L2_NavR.png);
}
@media screen and (max-width: 768px) {
    .L2_Nav .item {
        font-size: 16px;
        width: 33.33%;
    }
    .L2_Nav .ctr {
        background-size: 24px 24px;
    }
}
@media screen and (max-width: 480px) {
    .L2_Nav .item {
        width: 50%;
    }
}

/* sAbout */

.sAbout-Section1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.sAbout-Section1 .container:after {
    display: none;
}
.sAbout-Section1 .vd-contain {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 0;
    padding-top: 37.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sAbout-Section1 .vd-contain .vd-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.sAbout-Section1 .txt {
    width: 53.78787879%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
    background-color: #f9f9f9;
}
.sAbout-Section1 .txt .dt {
    margin-bottom: 1.2rem;
    padding-bottom: 6px;
    border-bottom: #175498 solid 2px;
    white-space: nowrap;
    width: 48px;
    color: #111;
}
.sAbout-Section1 .txt .dd {
    font-size: 16px;
}
@media screen and (min-width: 1025px) {
    .sAbout-Section1 .txt .contain {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 1280px) {
    .sAbout-Section1 .txt .dd {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .sAbout-Section1 .container {
        display: block;
    }
    .sAbout-Section1 .vd-contain {
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        padding-top: 0;
        padding-right: 0;
    }
    .sAbout-Section1 .vd-contain img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .sAbout-Section1 .txt {
        width: 100%;
    }
}
.sAbout-Section2 {
    margin-top: 4rem;
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #65625d;
    background-image: url(../images/bg-sAbout2.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.sAbout-Section2,
.sAbout-Section2 a {
    color: #ffffff;
}
.sAbout-Section2 .dt {
    margin-bottom: 3rem;
    font-size: 1rem;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
}
.sAbout-Section2 .dt span {
    display: inline-block;
    vertical-align: top;
}
.sAbout-Section2 .dt br {
    display: none;
}
.sAbout-Section2 .dt:before,
.sAbout-Section2 .dt:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 12.5rem;
    height: 1px;
    background-color: #fff;
}
.sAbout-Section2 .dt:before {
    margin-right: 1.5rem;
}
.sAbout-Section2 .dt:after {
    margin-left: 1.5rem;
}
.sAbout-Section2 .df {
    margin-top: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.sAbout-Section2 .df:after {
    display: none;
}
.sAbout-Section2 .df .col {
    min-width: 16%;
    text-align: center;
    line-height: 1.1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1%;
}
.sAbout-Section2 .df .col .icoImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 3.5rem;
    height: 3.5rem;
}
.sAbout-Section2 .df .col .numCountUp {
    font-size: 2rem;
}
@media screen and (max-width: 1280px) {
    .sAbout-Section2 .dt i {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .sAbout-Section2 .dt:before,
    .sAbout-Section2 .dt:after {
        width: calc(50% - 8rem - 2rem);
    }
}
@media screen and (max-width: 768px) {
    .sAbout-Section2 .dt {
        font-size: 16px;
    }
    .sAbout-Section2 .dt:before,
    .sAbout-Section2 .dt:after {
        position: relative;
        top: 10px;
    }
}
@media screen and (max-width: 480px) {
    .sAbout-Section2 .df .col {
        width: 50%;
    }
    .sAbout-Section2 .df .col:nth-child(1n+3) {
        margin-top: 10px;
    }
}

/* sCulture */

.sCulture {
    background-image: url(../images/bg-sCulture.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.sCulture-List .item {
    position: relative;
    overflow: hidden;
}
.sCulture-List .item .pic {
    width: 50%;
    height: 0;
    padding-bottom: 24.09090909%;
}
.sCulture-List .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}
.sCulture-List .item .txt {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.5rem 2rem 1rem;
}
.sCulture-List .item .dt {
    font-size: 20px;
    font-weight: bold;
    color: #175498;
}
.sCulture-List .item .dd {
    margin-top: 1rem;
    font-size: 16px;
    line-height: 1.8;
    color: #111111;
}
.sCulture-List .item:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 48%;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    opacity: .6;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}
.sCulture-List .item:nth-child(1n+2) {
    margin-top: 6px;
}
.sCulture-List .item:nth-child(2n+1) .pic {
    float: left;
}
.sCulture-List .item:nth-child(2n+1) .txt {
    float: right;
}
.sCulture-List .item:nth-child(2n+1):after {
    background-image: url(../images/bg-sCultureR.png);
    background-position: right bottom;
}
.sCulture-List .item:nth-child(2n+2) .pic {
    float: right;
}
.sCulture-List .item:nth-child(2n+2) .txt {
    float: left;
}
.sCulture-List .item:nth-child(2n+2):after {
    background-image: url(../images/bg-sCultureL.png);
    background-position: left bottom;
}
.sCulture-List .item:hover:after {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}
@media screen and (max-width: 1280px) {
    .sCulture-List .item .txt {
        padding-top: 2rem;
    }
    .sCulture-List .item .dt {
        font-size: 18px;
    }
    .sCulture-List .item .dd {
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (max-width: 1024px) {
    .sCulture-List .item .pic,
    .sCulture-List .item .txt {
        float: none !important;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .sCulture-List .item .pic {
        height: 0;
        padding-bottom: 48.18181818%;
    }
    .sCulture-List .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .sCulture-List .item .txt {
        padding-bottom: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .sCulture-List .item:after {
        display: none;
    }
}

/* sHonor */
.sHonor,
.sProperty {
  background-color: #fff;
}
.sHonor-List .item .pic,
.sProperty-List .item .pic {
  height: 0;
  padding-bottom: 88.0952381%;
  background-color: #f8f9f8;
  border: #f1f1f1 solid .3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sHonor-List .item img,
.sProperty-List .item img {
  -o-object-fit: fill;
     object-fit: fill;
}
.sHonor-List .item h3,
.sProperty-List .item h3 {
  text-align: center;
  margin-top: .5rem;
  padding: .5rem;
  color: #111111;
}
/* sMien */

.sMien {
    background-color: #f9f9f9;
}
.sMien-List .item {
    border-bottom: #fff solid 1px;
    background-color: #fff;
    -webkit-transition: border 220ms ease 0s;
    transition: border 220ms ease 0s;
}
.sMien-List .item .pic {
    height: 0;
    padding-bottom: 75%;
    background-color: #f5f5f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sMien-List .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}
.sMien-List .item .date {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    background-color: rgba(23, 84, 152, 0.7);
    line-height: 20px;
    padding: .5rem 1rem;
    color: #fff;
}
.sMien-List .item h3 {
    text-align: center;
    padding: .6rem .5rem;
    line-height: 1.5;
    color: #111111;
}
.sMien-List .item:hover {
    border-bottom-color: #175498;
}
@media screen and (max-width: 768px) {
    .sMien-List .item h3 {
        padding: 10px 5px;
    }
}

/* sView */

.sView .view-Head {
    text-align: center;
    padding-top: 1rem;
}
.sView .view-Head h1 {
    line-height: 1.2;
    color: #111111;
}
.sView .view-Head p {
    margin-top: 1rem;
    color: #999999;
}
.sView .view-Body {
    margin-top: 2rem;
    color: #111111;
}
.sView .view-Foot {
    position: relative;
    overflow: hidden;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: #dddddd solid 1px;
}
.sView .view-Foot .ctr {
    width: 90px;
    height: 30px;
    line-height: 30px;
    padding: .25rem 2rem;
    color: #fff;
    background-color: #175498;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
    border-radius: 4px;
}
.sView .view-Foot .ctr:before,
.sView .view-Foot .ctr:after {
    content: " ";
    display: none;
    width: 14px;
    height: 18px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 220ms ease 0s;
    transition: all 220ms ease 0s;
}
.sView .view-Foot .ctr.prev {
    float: left;
}
.sView .view-Foot .ctr.prev:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-image: url(../images/arrow-viewFootL.png);
}
.sView .view-Foot .ctr.prev:hover:before {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}
.sView .view-Foot .ctr.next {
    float: right;
}
.sView .view-Foot .ctr.next:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    background-image: url(../images/arrow-viewFootR.png);
}
.sView .view-Foot .ctr.next:hover:after {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}
@media screen and (max-width: 768px) {
    .sView .view-Foot .ctr:before,
    .sView .view-Foot .ctr:after {
        background-size: auto 14px;
    }
}

/* sPartner */

.sPartner-Map {
    margin-top: 3rem;
}
.sPartner-Map .dt {
    padding-top: 3.125%;
    padding-bottom: 3.125%;
    text-align: center;
    font-weight: bold;
    color: #111111;
}

/* sApplication */

.sApplication-List .item {
    z-index: 1;
    text-align: center;
    border: #e9e9e9 solid 1px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: border 400ms ease 0s;
    transition: border 400ms ease 0s;
    background-color: #eee;
    background-size: cover;
    background-position: center;
}
.sApplication-List .item:before {
    content: " ";
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .50;
    filter: alpha(opacity=50);
    *zoom: 1;
}
.sApplication-List .item .pic {
    z-index: 1;
    height: 0;
    padding-bottom: 74.92063492%;
}
.sApplication-List .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}
.sApplication-List .item .contain {
    z-index: 3;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sApplication-List .item .contain,
.sApplication-List .item .contain a {
    color: #ffffff;
}
.sApplication-List .item .icoImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
    width: 3.5rem;
    height: 3.5rem;
}
.sApplication-List .item .dt {
    font-size: 18px;
}
.sApplication-List .item .dd {
    margin-top: 10px;
    font-size: 14px;
}
.sApplication-List .item:hover {
    border-color: #175498;
}
@media screen and (max-width: 768px) {
    .sApplication-List .item .dt {
        font-size: 16px;
    }
    .sApplication-List .item .icoImg {
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 1280px) {
    .sApplication-List .item .icoImg {
        width: 3rem;
        height: 3rem;
    }
}
.sApplication-View .title {
    color: #111111;
    text-align: center;
}
.sApplication-View .Tg {
    z-index: 40;
    position: fixed;
    right: 50%;
    margin-right: 680px;
    top: 50%;
}
.sApplication-View .Tg .btn {
    position: relative;
    display: block;
    padding-left: 2.5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    color: #666666;
    white-space: nowrap;
}
.sApplication-View .Tg .btn s {
    position: absolute;
    left: 1px;
    top: 50%;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sApplication-View .Tg .btn s:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #fff solid 1px;
    background-color: #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    outline: #666666 solid 1px;
}
.sApplication-View .Tg .btn s:after {
    content: " ";
    position: absolute;
    left: 100%;
    top: 50%;
    margin-left: 3px;
    margin-top: -0.5px;
    width: calc(2.5rem - 18px);
    height: 1px;
    background-color: #666;
}
.sApplication-View .Tg .btn:nth-child(1n+2) {
    margin-top: 3.5rem;
}
.sApplication-View .Tg .btn:nth-child(1n+2):before {
    content: " ";
    z-index: -1;
    pointer-events: none;
    position: absolute;
    left: 6px;
    margin-left: -0.5px;
    top: -3.5rem;
    height: 3.5rem;
    width: 1px;
    background-color: #666666;
}
.sApplication-View .Tg .btn.active {
    color: #175498;
}
.sApplication-View .Tg .btn.active s:before {
    background-color: #175498;
    outline-color: #175498;
}
.sApplication-View .Tg .btn.active s:after {
    background-color: #175498;
}
@media screen and (min-width: 1701px) {
    .sApplication-View .Tg {
        margin-right: 700px;
    }
}
@media screen and (max-width: 1600px) {
    .sApplication-View .Tg {
        display: none;
    }
}
.sApplication-View .Tt .section {
    margin-top: 2rem;
}
.sApplication-View .introduction {
    margin-top: 2rem;
}
.sApplication-View .introduction .txt {
    padding-bottom: 1rem;
}
.sApplication-View .introduction .txt br + br {
    display: none;
}
.sApplication-View .product-Albums {
    float: left;
    position: relative;
    width: 26rem;
    height: auto;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}
.sApplication-View .product-Albums .bigshow {
    position: relative;
    height: 26rem;
    margin-bottom: 0.7rem;
    border: #cccccc solid 1px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sApplication-View .product-Albums .bigshow .pic {
    height: 0;
    padding-bottom: 100%;
}
.sApplication-View .product-Albums .bigshow .pic img {
    position: absolute;
    left: 0;
    top: 0;
}
.sApplication-View .product-Albums .bigshow .pic:after {
    content: " ";
    z-index: 9;
    position: absolute;
    right: 0.8rem;
    bottom: 0.8rem;
    width: 30px;
    height: 31px;
    background-image: url(../images/ico-zoomUp.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sApplication-View .product-Albums .bigshow:hover .pic:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.sApplication-View .product-Albums .smalllist {
    width: 100%;
    height: 4.8rem;
    padding-left: 0;
    padding-right: 0;
}
.sApplication-View .product-Albums .smalllist .box {
    white-space: nowrap;
    font-size: 0;
    text-align: left;
    width: 100% !important;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.sApplication-View .product-Albums .smalllist .box:after {
    display: none;
}
.sApplication-View .product-Albums .smalllist .btn {
    position: relative;
    overflow: hidden;
    float: left;
    width: 4.8rem;
    height: 4.8rem;
    border: #dddddd solid 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sApplication-View .product-Albums .smalllist .btn.on {
    border-color: #175498;
}
.sApplication-View .product-Albums .ctr {
    position: absolute;
    z-index: 3;
    bottom: 0;
    width: 0;
    height: 4.8rem;
    line-height: 4.8rem;
    font-family: "SimSun", "宋体";
    font-size: 30px;
    font-weight: bold;
    color: #9e9e9e;
}
.sApplication-View .product-Albums .ctr:hover {
    color: #175498;
}
.sApplication-View .product-Albums .ctr.prev {
    left: 0;
    background-position: 0 0;
    text-align: left;
}
.sApplication-View .product-Albums .ctr.next {
    right: 0;
    background-position: 0 0;
    text-align: right;
}
.sApplication-View .product-Albums .Y_ZoomZoon {
    z-index: 6;
    position: absolute;
    background: #000;
    opacity: 0.33;
    filter: alpha(opacity=33);
    *zoom: 1;
    cursor: crosshair;
}
.sApplication-View .product-Albums .Y_ZoomDiv {
    z-index: 8;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
    border: 1px solid #eae9e9;
    display: none;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
    .sApplication-View .product-Albums {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .sApplication-View .product-Albums .pic:after {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .sApplication-View .product-Albums {
        margin-bottom: 2rem;
        max-width: 100% !important;
        width: 100%;
    }
    .sApplication-View .product-Albums .bigshow {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }
    .sApplication-View .product-Albums .bigshow .pic {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .sApplication-View .product-Albums .smalllist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
    .sApplication-View .product-Albums .smalllist:after {
        display: none;
    }
    .sApplication-View .product-Albums .smalllist,
    .sApplication-View .product-Albums .smalllist .shade,
    .sApplication-View .product-Albums .smalllist .box {
        height: auto !important;
    }
    .sApplication-View .product-Albums .smalllist .box {
        position: relative !important;
    }
    .sApplication-View .product-Albums .smalllist .btn {
        width: 18%;
        height: 0;
        padding-bottom: 18%;
    }
    .sApplication-View .product-Albums .smalllist .btn img {
        position: absolute;
        left: 0;
        top: 0;
    }
}
.sApplication-View .dt {
    margin-bottom: 1rem;
    font-weight: bold;
    color: #111;
    line-height: 1.1;
}
.sApplication-View .dd,
.sApplication-View .dd p,
.sApplication-View .dd span {
    font-size: 16px !important;
    line-height: 1.8 !important;
}
@media screen and (max-width: 768px) {
    .sApplication-View .dd,
    .sApplication-View .dd p,
    .sApplication-View .dd span {
        font-size: 14px !important;
    }
}
.sApplication-View table td {
    border: #ddd solid 1px !important;
    padding: 5px !important;
}
.sApplication-View table td,
.sApplication-View table td p,
.sApplication-View table td span {
    font-size: 16px !important;
    line-height: 1.5 !important;
}
@media screen and (max-width: 768px) {
    .sApplication-View table,
    .sApplication-View table p,
    .sApplication-View table span {
        font-size: 14px !important;
    }
}
.sApplication-View .list .item {
    width: 31%;
    margin-left: 3.5%;
    padding: 1rem 1.25rem;
    background-color: #f9f9f9;
}
.sApplication-View .list .item .link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
}
.sApplication-View .list .item:nth-child(3n+1) {
    margin-left: 0;
}
.sApplication-View .list .item:nth-child(1n+4) {
    margin-top: 3%;
}
.sApplication-View .list .item .pic {
    height: 0;
    padding-bottom: 75.13513514%;
}
.sApplication-View .list .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}
.sApplication-View .list .item .pic img {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}
.sApplication-View .list .item h3 {
    position: relative;
    overflow: hidden;
    margin-bottom: -1rem;
    padding: .5rem 0;
    line-height: 20px;
    text-align: center;
}
.sApplication-View .list .item:hover img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}
@media screen and (max-width: 768px) {
    .sApplication-View .list {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        font-size: 0;
        overflow-y: hidden;
    }
    .sApplication-View .list .item {
        display: inline-block;
        vertical-align: top;
        min-width: 140px;
        float: none;
    }
}
.modal-messageForm {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow: hidden;
    min-width: 290px;
}
.ysqUEO .modal-messageForm .contain {
    opacity: 0;
    -webkit-transition: all 330ms ease 0s;
    transition: all 330ms ease 0s;
    -webkit-transform: translateX(-50%) translateY(-83%) scale(0.2);
    transform: translateX(-50%) translateY(-83%) scale(0.2);
}
.ysqUEO .modal-messageForm.showUp .contain {
    opacity: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ysqUEO .modal-messageForm.hideOut .contain {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(13%) scale(0.2) !important;
    transform: translateX(-50%) translateY(13%) scale(0.2) !important;
}
.modal-messageForm .contain {
    width: 55rem;
    padding: 4rem 3rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ebebeb;
    border-radius: 5px;
    max-width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-messageForm .contain .Tclose {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: .5rem;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../images/ico-close2.png);
    background-size: 1.6rem 1.6rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 220ms ease 0s;
    transition: all 220ms ease 0s;
    cursor: pointer;
}
.modal-messageForm .contain .Tclose:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.modal-messageForm .contain .head {
    margin-bottom: 2rem;
    color: #175498;
    text-align: center;
}
.modal-messageForm .contain .formCheck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.formCheck1 .formItem1 {
    display:block;
    /*position: relative;*/
}
.modal-messageForm .contain .formCheck1 {
    display: flex;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;*/
    /*display: inline-block;*/
}
.moud-message{
    flex: 1;
}

.modal-messageForm .contain .formCheck:after {
    display: none;
}
.modal-messageForm .contain .item {
    position: relative;
    margin-bottom: .8rem;
    width: 100%;
    line-height: 2.5rem;
}
.modal-messageForm .contain .item .focus {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-position: center;
}
.modal-messageForm .contain .item .skin {
    display: block;
    width: 100%;
    height: 2.5rem;
    padding: 0.5rem 2.5rem;
    line-height: 1.5rem;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: #fff solid 1px;
}

.modal-messageForm .contain .moud-message .item .skin1{
    display: block;
    width: 200%;
    height: 2.5rem;
    padding: 0.5rem 2.5rem;
    line-height: 1.5rem;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: #fff solid 1px;
}

.modal-messageForm .contain .moud-message .yzm1{
    height: 100%;
}

.modal-messageForm .contain .moud-message .yzm1 .skin1{
    height: 248px;
}

.modal-messageForm .contain .item .aftPD {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 8px;
}
.modal-messageForm .contain .item textarea.skin {
    height: 8rem;
}
.modal-messageForm .contain .item.yzm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    white-space: nowrap;
    font-size: 0;
}
.modal-messageForm .contain .item.yzm:after {
    display: none;
}
.modal-messageForm .contain .item.yzm .skin {
    width: 49%;
}
.modal-messageForm .contain .item.yzm .bindClick {
    display: inline-block;
    vertical-align: top;
    width: 6.5rem;
    height: 2.5rem;
}
.modal-messageForm .contain .item.yzm .refreshVC {
    display: inline-block;
    vertical-align: top;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(../images/ico-refreshVC.png);
    background-size: 1.6rem 1.6rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.modal-messageForm .contain .item.yzm .enter {
    width: calc(51% - 6.5rem - 2.5rem - 10px);
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: #fff;
    background-color: #175498;
}
.modal-messageForm .contain .moud-message .item .enter {
    width: calc(100% - 10px);
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: #fff;
    background-color: #175498;
}
@media screen and (min-width: 769px) {
    .modal-messageForm .contain .item:nth-child(1),
    .modal-messageForm .contain .item:nth-child(2),
    .modal-messageForm .contain .item:nth-child(3),
    .modal-messageForm .contain .item:nth-child(4) {
        width: 49%;
    }
}
@media screen and (max-width: 1024px) {
    .modal-messageForm .contain .item .skin {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .modal-messageForm .contain .item {
        line-height: 3rem;
    }
    .modal-messageForm .contain .item .focus {
        width: 3rem;
        height: 3rem;
        background-size: 24px 24px;
    }
    .modal-messageForm .contain .item .skin {
        height: 3rem;
        line-height: 2rem;
        padding: 0.5rem 0 0.5rem 3rem;
    }
    .modal-messageForm .contain .item.yzm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
    .modal-messageForm .contain .item.yzm:after {
        display: none;
    }
    .modal-messageForm .contain .item.yzm .skin {
        width: calc(100% - 9rem - 10px);
    }
    .modal-messageForm .contain .item.yzm .bindClick {
        height: 3rem;
    }
    .modal-messageForm .contain .item.yzm .refreshVC {
        width: 3rem;
        height: 3rem;
    }
    .modal-messageForm .contain .item.yzm .enter {
        display: block;
        width: 100%;
        margin-top: .8rem;
        height: 3rem;
        line-height: 3rem;
    }
}
@media screen and (max-width: 768px) {
    .modal-messageForm .contain {
        max-width: 92%;
        padding: 2rem 1rem;
    }
    .modal-messageForm .contain .Tclose {
        right: 0;
        top: 0;
    }
}
.bgSkin1,
.sProduct,
.sCase {
    background-image: url(../images/bg-sProduct.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/* sProduct */

.sProduct .section .dt {
    margin-bottom: 2rem;
    padding: .75rem 2rem;
    background-image: url(../images/arrow-dtR.png);
    background-size: 1.6rem 1rem;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    border-bottom: #175498 solid 1px;
    color: #175498;
}
.sProduct .section:nth-child(1n+2) {
    margin-top: 2rem;
}

/* sCase */

.sCase-List .item {
    border-bottom: #111 solid 2px;
}
.sCase-List .item .pic {
    height: 0;
    padding-bottom: 73.05699482%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sCase-List .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}
.sCase-List .item .pic .contain {
    position: absolute;
    top: 0;
    left: 0;
    right: 16px;
    bottom: 16px;
}
.sCase-List .item .pic .contain:before,
.sCase-List .item .pic .contain:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #175498 solid 1px;
    background-color: #fff;
}
.sCase-List .item .pic .contain:before {
    z-index: -1;
    left: 7px;
    top: 7px;
}
.sCase-List .item .pic .contain:after {
    z-index: -2;
    left: 14px;
    top: 14px;
}
.sCase-List .item .pic img {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .4rem;
    background-color: #fff;
    border: #175498 solid 1px;
}
.sCase-List .item h3 {
    padding: .9rem .5rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .sCase-List .item h3 {
        padding: 10px 5px;
    }
}

/* sGuarantee */

.sGuarantee .dt,
.sGuarantee .dd {
    position: relative;
    padding-left: 40px;
    color: #111111;
}
.sGuarantee .dt {
    height: 32px;
    line-height: 32px;
    font-weight: bold;
}
.sGuarantee .dt .icoImg {
    float: left;
    margin-left: -40px;
    width: 32px;
    height: 32px;
}
.sGuarantee .dd {
    margin-top: .75rem;
    margin-bottom: 1.25rem;
    line-height: 1.875;
}

/* sFlow */

.sFlow {
    background-color: #f9f9f9;
}
.sFlow .item {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-transition: all 220ms ease 0s;
    transition: all 220ms ease 0s;
}
.sFlow .item:after {
    display: none;
}
.sFlow .item:nth-child(1n+2) {
    margin-top: 1rem;
}
.sFlow .item .pic {
    width: 50%;
    height: 0;
    padding-bottom: 20%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sFlow .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}
.sFlow .item .txt {
    position: relative;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem 1rem 2rem 1.5rem;
}
.sFlow .item .txt .dt {
    padding-left: 3.25rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #111111;
}
.sFlow .item .txt .dt i {
    float: left;
    margin-left: -3.25rem;
    width: 2.5rem;
    text-align: center;
}
.sFlow .item .txt .dt:before,
.sFlow .item .txt .dt:after {
    content: " ";
    position: absolute;
    background-color: #175498;
}
.sFlow .item .txt .dt:after {
    left: 4rem;
    top: 2rem;
    bottom: 2rem;
    width: 1px;
}
.sFlow .item .txt .dt:before {
    left: 1.5rem;
    top: 4.5rem;
    height: 1px;
    right: 1rem;
}
.sFlow .item .txt .dd {
    padding: 0.75rem 0.75rem 0.75rem 3.25rem;
    line-height: 1.875;
}
.sFlow .item:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
    .sFlow .item {
        display: block;
        padding: 0;
    }
    .sFlow .item .txt,
    .sFlow .item .pic {
        display: block;
        width: 100%;
    }
    .sFlow .item .pic {
        position: absolute;
        left: 0;
        top: 0;
        height: 0;
        padding-bottom: 40%;
    }
    .sFlow .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .sFlow .item .txt {
        margin-top: 40%;
        padding-right: 1.5rem;
    }
    .sFlow .item .txt .dt:before {
        right: 1.5rem;
    }
    .sFlow .item .txt .dd {
        line-height: 1.433;
    }
}
@media screen and (max-width: 768px) {
    .sFlow .item .txt .dt {
        padding-left: 3.75rem;
        height: 3rem;
        line-height: 3rem;
    }
    .sFlow .item .txt .dt i {
        margin-left: -3.75rem;
        width: 3rem;
    }
    .sFlow .item .txt .dt:after {
        left: 4.5rem;
    }
    .sFlow .item .txt .dt:before {
        top: 5rem;
    }
    .sFlow .item .txt .dd {
        padding-left: 3.75rem;
    }
}

/* sNews */

.sNews {
    background-color: #f9f9f9;
}
.sNews-HotItem {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    background-color: #fff;
}
.sNews-HotItem .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.sNews-HotItem .link:after {
    display: none;
}
.sNews-HotItem .pic {
    width: 50%;
    height: 0;
    padding-bottom: 31.4171123%;
}
.sNews-HotItem .pic img {
    position: absolute;
    left: 0;
    top: 0;
}
.sNews-HotItem .txt {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
}
.sNews-HotItem .txt .contain {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sNews-HotItem .txt .dt {
    color: #175498;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.sNews-HotItem .txt .dd {
    margin-top: 2rem;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 120px;
    color: #666666;
}
@media screen and (max-width: 1024px) {
    .sNews-HotItem .txt .dd {
        margin-top: 1rem;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        max-height: 80px;
    }
}
@media screen and (max-width: 768px) {
    .sNews-HotItem .link {
        display: block;
    }
    .sNews-HotItem .pic,
    .sNews-HotItem .txt {
        width: 100%;
    }
    .sNews-HotItem .contain {
        -webkit-transform: none !important;
        transform: none !important;
        top: 0;
    }
}
.sNews-List .item {
    border-bottom: #f2f2f2 solid 2px;
    -webkit-transition: border 400ms ease 0s;
    transition: border 400ms ease 0s;
    background-color: #fff;
}
.sNews-List .item .pic {
    height: 0;
    padding-bottom: 62.8342246%;
    background-color: #f5f5f5;
}
.sNews-List .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}
.sNews-List .item .txt {
    padding: 1.5rem 1rem 1.25rem;
}
.sNews-List .item h3 {
    font-size: 18px;
    line-height: 22px;
    color: #111111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sNews-List .item p {
    margin-top: .6rem;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: 44px;
    color: #666666;
}
.sNews-List .item .aside {
    height: 16px;
    line-height: 16px;
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.sNews-List .item .aside:after {
    display: none;
}
.sNews-List .item .aside .date {
    display: inline-block;
    vertical-align: top;
    padding-left: 24px;
    background-image: url(../images/ico-time.png);
    background-size: auto 100%;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    white-space: nowrap;
    font-size: 14px;
    color: #666666;
}
.sNews-List .item .aside .more {
    color: #111111;
}
.sNews-List .item .aside .more:hover {
    color: #175498;
}
.sNews-List .item:hover {
    border-bottom-color: #175498;
}
@media screen and (max-width: 768px) {
    .sNews-List .item h3 {
        font-size: 16px;
    }
    .sNews-List .item .more s {
        display: none;
    }
}

/* sContact */

.sContact .section {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.sContact .section:after {
    display: none;
}
.sContact .section:nth-child(1n+2) {
    margin-top: 3rem;
}
.sContact .txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    font-size: 16px;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.sContact .dt {
    line-height: 1.8rem;
    font-size: 18px;
    color: #175498;
    font-weight: bold;
}
.sContact .dt em {
    font-size: 22px;
}
.sContact .dd {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 18px;
    line-height: 24px;
    color: #111111;
}
.sContact .hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #f0f0f0;
    width: 1320px;
}
.sContact .tel {
    padding-top: .5rem;
    line-height: 1.2;
}
.sContact .tel i {
    color: #175498;
}
.sContact .list {
    margin-top: 1.2rem;
    line-height: 24px;
}
.sContact .list li:nth-child(1n+2) {
    margin-top: 1rem;
}
.sContact .mapContain {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.sContact .mapContain #dituContent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 1.1;
    background-color: #f5f3f0;
}
.sContact .mapContain #dituContent .BMap_bubble_title {
    font-size: 16px;
    margin-bottom: 5px;
    padding-right: 16px;
    color: #175498;
}
.sContact .mapContain #dituContent .BMap_bubble_content {
    width: auto;
    font-size: 14px;
    line-height: 18px;
}
.sContact .mapContain #dituContent img {
    max-width: none;
}
@media screen and (max-width: 1024px) {
    .sContact .section {
        display: block;
    }
    .sContact .txt,
    .sContact .mapContain {
        display: block;
        width: 100%;
    }
    .sContact .txt {
        padding-top: 0;
    }
    .sContact .mapContain {
        position: relative;
        height: 20rem;
    }
    .sContact .dt {
        font-size: 16px;
    }
    .sContact .dt em {
        font-size: 20px;
    }
    .sContact .dd {
        font-size: 16px;
    }
    .sContact .hr {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .sContact .list {
        font-size: 14px;
    }
    .sContact .list li:nth-child(1n+2) {
        margin-top: .5rem;
    }
}
@media screen and (max-width: 768px) {
    .sContact .dd {
        font-size: 14px;
    }
}

/* sHr */

.sHr {
    background-color: #f9f9f9;
}
.sHr-Intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.sHr-Intro:after {
    display: none;
}
.sHr-Intro .pic,
.sHr-Intro .txt {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sHr-Intro .pic {
    height: 0;
    padding-bottom: 17.42424242%;
    height: auto;
}
.sHr-Intro .pic img {
    position: absolute;
    left: 0;
    top: 0;
}
.sHr-Intro .pic img {
    -o-object-fit: unset;
    object-fit: unset;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
}
.sHr-Intro .txt {
    padding: 2rem;
    background-color: #fff;
}
.sHr-Intro .dt {
    color: #175498;
    line-height: 1.5;
}
.sHr-Intro .dd {
    margin-top: 1.5rem;
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
}
@media screen and (max-width: 1280px) {
    .sHr-Intro .dd {
        font-size: 14px;
        line-height: 24px;
    }
}
@media screen and (max-width: 1024px) {
    .sHr-Intro {
        display: block;
    }
    .sHr-Intro .pic,
    .sHr-Intro .txt {
        width: 100%;
    }
    .sHr-Intro .pic {
        height: 0;
        padding-bottom: 34.84848485%;
    }
    .sHr-Intro .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .sHr-Intro .dd {
        margin-top: 1rem;
    }
}
.sHr-List {
    margin-top: 3rem;
}
.sHr-List .item {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: #dcdcdc solid 1px;
}
.sHr-List .item:nth-child(1n+2) {
    margin-top: 1rem;
}
.sHr-List .item .link {
    padding: 1.5rem;
}
.sHr-List .item .link:after {
    content: " ";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    margin-top: -16px;
    width: 26px;
    height: 33px;
    background-image: url(../images/arrow-sHrR.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.sHr-List .item h3 {
    font-size: 16px;
    color: #111111;
}
.sHr-List .item p {
    font-size: 12px;
    line-height: 18px;
    margin-top: .5rem;
    color: #666666;
}
@media screen and (max-width: 768px) {
    .sHr-List .item .link:after {
        width: 20px;
        height: 26px;
        margin-top: -13px;
    }
}
.sHr-View {
    background-color: #f9f9f9;
}
.sHr-View .container {
    background-color: #fff;
    border: #dcdcdc solid 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sHr-View .pad {
    padding: 1.5rem 1.5rem 0;
}
.sHr-View .view-Head {
    padding-bottom: 1rem;
    border-bottom: #dcdcdc solid 1px;
}
.sHr-View .view-Head h1 {
    font-size: 18px;
    color: #111111;
}
.sHr-View .view-Head p {
    margin-top: .5rem;
    font-size: 12px;
    line-height: 18px;
}
.sHr-View .view-Body {
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.875;
}
.sHr-Form {
    position: relative;
    overflow: hidden;
    padding-bottom: 48px;
}
.sHr-Form .line {
    border-top: #dcdcdc solid 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    font-size: 0;
}
.sHr-Form .line:after {
    display: none;
}
.sHr-Form .formItem {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    height: 48px;
    font-size: 14px;
    border-left: #dedede solid 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sHr-Form .formItem:first-child {
    width: 300px;
    border-left: none;
}
.sHr-Form .formItem .icoImg {
    display: block;
    width: 60px;
    height: 30px;
}
.sHr-Form .formItem .skin {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1rem;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
}
.sHr-Form .formItem.w1 {
    width: 26.51515152%;
}
.sHr-Form .formItem.w2 {
    width: 36.36363636%;
}
.sHr-Form .formItem.w2 .filename {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
.sHr-Form .formItem.w2 .filebtn {
    width: 108px;
    color: #111111;
    position: static;
    overflow: visible;
}
.sHr-Form .formItem.w2 .filebtn input {
    position: absolute;
    top: -3px;
    right: -3px;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
    font-size: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.sHr-Form .formItem.w3 {
    width: 37.12121212%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    font-size: 0;
}
.sHr-Form .formItem.w3:after {
    display: none;
}
.sHr-Form .formItem.w3 .skin {
    width: calc(100% - 48px - 110px);
}
.sHr-Form .formItem.w3 span {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}
.sHr-Form .formItem.w3 .bindClick {
    width: 110px;
    height: 48px;
    -o-object-fit: unset;
    object-fit: unset;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.sHr-Form .formItem.w3 .refreshVC {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    background-image: url(../images/ico-refreshVC.png);
    background-size: 1.6rem 1.6rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: #dcdcdc solid 1px;
    border-right: #dcdcdc solid 1px;
}
.sHr-Form .enter {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: #175498;
}
@media screen and (max-width: 768px) {
    .sHr-Form .line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sHr-Form .formItem.w1 {
        width: calc(100% - 200px);
    }
    .sHr-Form .formItem.w2 {
        width: 200px;
    }
    .sHr-Form .formItem.w3 {
        width: 100%;
        border-left: none;
        border-top: #dcdcdc solid 1px;
    }
    .sHr-Form .formItem.w3 .skin {
        width: calc(100% - 200px);
    }
    .sHr-Form .formItem.w3 span {
        width: 200px;
    }
    .sHr-Form .formItem.w3 span .bindClick {
        width: calc(100% - 48px);
    }
}
@media screen and (max-width: 480px) {
    .sHr-Form .line {
        display: block;
    }
    .sHr-Form .formItem {
        display: block;
        width: 100% !important;
        border-left: none;
    }
    .sHr-Form .formItem:nth-child(1n+2) {
        border-top: #dcdcdc solid 1px;
    }
    .sHr-Form .formItem.w3 .skin {
        width: calc(100% - 160px);
    }
    .sHr-Form .formItem.w3 span {
        width: 160px;
    }
    .sHr-Form .formItem.w3 span .bindClick {
        width: calc(100% - 48px);
    }
}
.sSearch .searchKeyWords {
    padding: 80px 0 20px;
    border-bottom: 1px solid #ff9233;
}
.c3 {
    color: #ff9233;
}
.sSearch .searchList li {
    clear: both;
    border-bottom: 1px solid #d9d9d9;
}
.sSearch .searchList li a {
    position: relative;
    height: 50px;
    line-height: 50px;
    display: block;
}
.sSearch .searchList li a:hover {
    color: #ff9233;
}
.sSearch .searchList .title {
    margin-right: 100px;
}
.sSearch .searchList .desc {
    position: absolute;
    right: 0;
    top: 0;
}
.sSearch .searchList .null {
    clear: both;
}
.sSearch .searchList .serContent {
    height: 200px;
    text-align: center;
    line-height: 200px;
}
@media screen and (max-width: 1200px) {
    .sSearch .searchKeyWords {
        padding: 30px;
    }
    .sSearch .searchList {
        padding: 0 30px;
    }
}
@media screen and (max-width: 750px) {
    .sSearch .searchKeyWords {
        padding: 20px 0;
    }
    .sSearch .searchList {
        padding: 0 10px;
    }
    .sSearch .searchList li a {
        height: 60px;
        line-height: 60px;
    }
    .sSearch .searchList .title {
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* 相册弹窗 */
#albumWindow {
  position: fixed;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 50%;
  z-index: 99;
  background-color: #fff;
  -webkit-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
}
.no-supports #albumWindow {
  -webkit-transform: none !important;
          transform: none !important;
}
#albumWindow.visible {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  top: 0;
  bottom: 0;
}
#albumWindow .close.btn {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 30px;
  color: #fff;
  font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";
  background-color: #175498;
}
#albumWindow .ablumName {
  position: absolute;
  color: #333;
  font-size: 16px;
  top: -56px;
  line-height: 56px;
  left: 0;
}
#albumWindow .serialNum {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 22px;
  color: #999;
  font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";
}
#albumWindow .serialNum s {
  color: #777;
}
#albumWindow .contain {
  position: absolute;
  z-index: 1;
  left: 56px;
  right: 56px;
  top: 56px;
  bottom: 26px;
  background-color: #f1f1f1;
}
#albumWindow .contain .list0 {
  position: absolute;
  left: 0;
  top: 0;
  width: 300%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
}
#albumWindow .contain .item {
  float: left;
  position: relative;
  width: 1200px;
  height: 100%;
  text-align: center;
}
#albumWindow .contain .item .img {
  width: 100%;
}
#albumWindow .contain .item h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
}
#albumWindow .contain .item.on h3 {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#albumWindow .contain .tips {
  text-align: center;
  font-size: 12px;
  color: #999999;
}
#albumWindow .ctr {
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -65px;
  width: 50px;
  height: 130px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
  opacity: .8;
  font-size: 42px;
  line-height: 130px;
  text-align: center;
  font-family: "SimSun", "宋体";
  color: #175498;
  font-weight: bold;
}
#albumWindow .ctr.reject {
  display: none;
}
#albumWindow .ctr:active {
  opacity: 1;
}
#albumWindow .ctr.prev {
  left: 0;
}
#albumWindow .ctr.next {
  right: 0;
}
#albumWindow .ctr:hover {
  background-color: #f5f5f5;
}
#albumWindow .pagination {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 4px;
  line-height: 4px;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
}
#albumWindow .pagination .btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 20px;
  height: 4px;
  margin: 0 5px;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  text-indent: 100%;
  *text-indent: 0;
  *font-size: 0;
  background-color: #979797;
  vertical-align: top;
}
#albumWindow .pagination .btn.on {
  background-color: #175498;
}

#videoWindow {
  display: none;
  position: fixed;
  z-index: 91;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#videoWindow .btn.close {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
  width: 60px;
  height: 60px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAALVBMVEUAAAD///////////////////////////////////////////////////////+hSKubAAAADnRSTlMANE9KQm2BK3cPjyJc9iYkAnIAAADBSURBVCjPZdAhEsIwEAXQXyjQziAqUZ0cgRMwPQFTg8IgEMgaPBLNCdAoFHfgGAGBYs9Ahr/bFf2i3fw8kQTDXDZbG4/nJ1CKSMV1lsY75ukbWdRpbFEICYFcMRUjNYtCSAhkp/+oQBpgRcKNF4Dxf/oQBMCIgZ44IHFA4oDEAZOzWMKSsehgqVlEB5rKgRMCJw5IHLzXJD0IuZGZHZKkw4QAIGlTQaDklAqCRChGBHbpBiWBvssXwOO2h2ZxCBjkB7t69VwCum6YAAAAAElFTkSuQmCC);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
#videoWindow .btn.close:hover {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
#videoWindow video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.sApplication-View .list .item .pic img {
    object-fit:contain;
}

.banner.subSkin {height: 22.5rem !important; padding: 0 !important;}
.nav .fns .languageBtn .choose{text-indent: -4px;}
.nav .fns .languageBtn .triangle:before {position: absolute; right: 0; top: 50%; margin-top: -3px; content:" "; overflow: hidden; width: 0; height: 0; border-width: 6px 4px; border-color: #999 transparent transparent transparent; border-style: solid dashed dashed dashed; font-size: 0;transition:300ms; }
.nav .fns .languageBtn .triangle:hover:before { margin-top: -1px; }







.modal-videoPlayer{display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 90; background-color: #fff;}
.modal-videoPlayer .close{position: absolute; top: 0; right: 0; width: 56px; height: 56px; cursor: pointer; z-index: 80; background-color: rgba(64, 76, 110, 0.5);}
.modal-videoPlayer .close s{position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; line-height: 50.4px; font-size: 36px; color: #ffffff; font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif; cursor: pointer; white-space: nowrap; -webkit-transition: all 600ms ease 0s; transition: all 600ms ease 0s;}
.modal-videoPlayer .close s:hover{color: #ffffff;}
.ysqUEO .modal-videoPlayer .close s{overflow: hidden; text-indent: 120%;}
.ysqUEO .modal-videoPlayer .close s:before,
.ysqUEO .modal-videoPlayer .close s:after{pointer-events: none !important; content: " "; position: absolute; left: 10px; width: 36px; height: 2px; border-radius: 2px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 300ms ease 0ms; transition: all 300ms ease 0ms; -webkit-transform-origin: 0 50%; transform-origin: 0 50%; background-color: #ffffff;}
.ysqUEO .modal-videoPlayer .close s:before{top: 14px; -webkit-transform: rotate(45deg) translate(7.24873734px, 0); transform: rotate(45deg) translate(7.24873734px, 0); top: 9px;}
.ysqUEO .modal-videoPlayer .close s:after{bottom: 14px; -webkit-transform: rotate(-45deg) translate(7.24873734px, 0); transform: rotate(-45deg) translate(7.24873734px, 0); bottom: 9px;}
.ysqUEO .modal-videoPlayer .close s:hover:before,
.ysqUEO .modal-videoPlayer .close s:hover:after{background-color: #ffffff;}
.modal-videoPlayer .close s:hover{-webkit-transform: rotate(-360deg); transform: rotate(-360deg);}
.modal-videoPlayer .contain{position: absolute;}
.modal-videoPlayer .player{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #f1f1f1;}
.modal-videoPlayer .player *{background-color: transparent !important;}
@media screen and (min-width: 1025px){.modal-videoPlayer .contain{left: 0; top: 0; right: 0; bottom: 0;}}
@media screen and (max-width: 1024px){.modal-videoPlayer .contain{left: 0px; right: 0px; top: 56px; bottom: 56px;}}
