﻿
.cuna {
    cursor: not-allowed;
}

.pa100 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pr100 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bgf {
    background-color: #fff;
}

.bgf1 {
    background-color: #f1f1f1;
}

.bgf5 {
    background-color: #f5f5f5;
}

.bge {
    background-color: #eee;
}

.m-borderArrow .contain s {
    position: absolute;
    left: -28px;
    margin-left: 1px;
    top: 16px;
    width: 28px;
    height: 16px;
}

.m-borderArrow .contain s:before,
.m-borderArrow .contain s:after {
    content: " ";
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -8px;
}

.m-borderArrow .contain s:before {
    margin-left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 8px 14px;
    border-color: transparent #1c8af1 transparent transparent;
    border-style: dashed solid dashed dashed;
    font-size: 0;
}

.m-borderArrow .contain s:after {
    margin-left: 2px;
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 8px 14px;
    border-color: transparent #fef9ed transparent transparent;
    border-style: dashed solid dashed dashed;
    font-size: 0;
}

.m-borderArrow .contain:before,
.m-borderArrow .contain:after {
    border-color: #1c8af1;
    background-color: #fef9ed;
}

.m-borderArrow .contain:after {
    left: 5px;
    top: 4px;
    right: -5px;
    bottom: -4px;
}

.m-borderArrow .contain s {
    position: absolute;
    right: -28px;
    margin-right: 1px;
    top: 16px;
    width: 28px;
    height: 16px;
}

.m-borderArrow .contain s:before,
.m-borderArrow .contain s:after {
    content: " ";
    position: absolute;
    right: 0%;
    top: 50%;
    margin-top: -8px;
}

.m-borderArrow .contain s:before {
    margin-right: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 8px 14px;
    border-color: transparent transparent transparent #b59022;
    border-style: dashed dashed dashed solid;
    font-size: 0;
}

.m-borderArrow .contain s:after {
    margin-right: 2px;
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 8px 14px;
    border-color: transparent transparent transparent #f1faf3;
    border-style: dashed dashed dashed solid;
    font-size: 0;
}

.m-borderArrow .contain:before,
.m-borderArrow .contain:after {
    border-color: #b59022;
    background-color: #f1faf3;
}

.m-borderArrow .contain:after {
    left: -5px;
    top: 4px;
    right: 5px;
    bottom: -4px;
}

.btnxxx .btn1 {
    text-align: center;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
}

.btnxxx .btn1 span {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 9em;
    white-space: nowrap;
    text-indent: 0;
    -webkit-transition: all 800ms ease 0s;
    transition: all 800ms ease 0s;
}

.btnxxx .btn1 strong {
    display: inline-block;
    width: 9em;
    text-align: center;
    text-indent: 0;
}

.btnxxx .btn1:hover span {
    text-indent: -10em;
}

@-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 rotate360 {
    0% {
        -webkit-transform: none !important;
        transform: none !important;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate360 {
    0% {
        -webkit-transform: none !important;
        transform: none !important;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotate360 {
    -webkit-animation-name: rotate360;
    animation-name: rotate360;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -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;
}

@-webkit-keyframes AniShiny {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes AniShiny {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.AniShiny {
    -webkit-animation-name: AniShiny;
    animation-name: AniShiny;
}

@-webkit-keyframes animateStay {

    0,
    100% {
        opacity: 1;
    }
}

@keyframes animateStay {

    0,
    100% {
        opacity: 1;
    }
}

.animateStay {
    -webkit-animation-name: animateStay;
    animation-name: animateStay;
}

@-webkit-keyframes AniNone {

    0,
    100% {
        -webkit-transform: none !important;
        transform: none !important;
        opacity: 1;
        visibility: visible;
    }
}

@keyframes AniNone {

    0,
    100% {
        -webkit-transform: none !important;
        transform: none !important;
        opacity: 1;
        visibility: visible;
    }
}

.AniNone {
    -webkit-animation-name: AniNone;
    animation-name: AniNone;
    opacity: 1;
}

@-webkit-keyframes AniCalmdown {}

@keyframes AniCalmdown {}

.AniCalmdown {
    -webkit-animation-name: AniCalmdown;
    animation-name: AniCalmdown;
    -webkit-animation-duration: .5s !important;
    animation-duration: .5s !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
}

/* 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;
}

.vab {
    vertical-align: bottom;
}

.vat {
    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 {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 0;
    visibility: hidden;
    /* *visibility: visible; */
}

.op1 {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
}

.taps a,
.tapList a,
.tap {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

.tapList .link {
    display: block;
}

.lhd5 {
    height: .5em;
}

.reject {
    cursor: not-allowed;
}

.poss {
    position: static !important;
}

.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: 120%;
    background-color: #f5f5f5;
    color: #222;
    font-weight: bold;
}

.hidePoint {
    position: absolute;
    height: 0;
    visibility: hidden;
    top: 0;
    left: 0;
}

.viewport {
    position: relative;
}

.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;
}

.ensp {
    display: inline-block;
    vertical-align: middle;
    width: .5em;
    height: 1px;
}

.cnsp {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1px;
}

._pen {
    pointer-events: none !important;
}

.bgct {
    background-color: transparent !important;
}

.c1 {
    color: #1c8af1;
}

.bgc1 {
    background-color: #1c8af1;
}

.c2 {
    color: #b59022;
}

.bgc2 {
    background-color: #b59022;
}

.ca {
    color: #222222;
}

.cb {
    color: #666666;
}

.cs {
    color: #999999;
}

a {
    color: #222222;
}

a.on {
    color: #1c8af1;
}

@media screen and (min-width: 1025px) {
    a:hover {
        color: #1c8af1;
    }
}

@media screen and (max-width: 1024px) {
    a:active {
        color: #1c8af1;
    }
}

body {
    color: #666666;
    font: 14px/1 "Microsoft YaHei", "微软雅黑", 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.8571;
}

.imax {
    font-size: 14px;
    line-height: 1.8571;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
}

@media screen and (max-width: 768px) {
    .imax {
        font-size: 14px;
        line-height: 1.4333;
    }
}

::-moz-selection {
    background: #0d70cd;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #0d70cd;
    color: #fff;
    text-shadow: none;
}

.more.more1 {
    display: block;
    width: 134px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: solid 1px;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
}

.backToTop {
    position: fixed;
    z-index: 90;
    right: 5px;
    bottom: 5px;
    width: 50px;
    height: 50px;
    border-radius: 2px;
    background-color: #a0a0a0;
    background-image: url(../image/ico-backToTop.png);
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all 250ms ease 50ms;
    transition: all 250ms ease 50ms;
    opacity: 0;
    visibility: hidden;
    /* *visibility: visible; */
}

.backToTop:hover {
    background-color: #808080;
}

.backToTop.show {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
}

.view-Foot {
    position: relative;
    height: 30px;
    margin-top: 1.5rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 30px;
}

.view-Foot .ctr {
    position: absolute;
    top: 5px;
    height: 30px;
    color: #666666;
}

.view-Foot .ctr::before,
.view-Foot .ctr::after {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    text-align: center;
    font-family: "SimSun", "宋体" !important;
    font-weight: bold;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
}

.view-Foot .ctr:hover {
    color: #1c8af1;
}

.view-Foot .prev {
    left: 0;
    padding-right: 10px;
}

.view-Foot .prev::before {
    content: "<";
}

.view-Foot .next {
    right: 0;
    padding-left: 10px;
}

.view-Foot .next::after {
    content: ">";
}

.view-Foot .backToList {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -46px;
    width: 62px;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
    padding-right: 5px;
    text-align: right;
    white-space: nowrap;
    color: #222222;
    background-image: url(../image/ico-backToList.png);
    background-size: auto;
    background-position: 5px center;
    background-repeat: no-repeat;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

.view-Foot .backToList:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
    .view-Foot {
        font-size: 14px;
    }

    .view-Foot .backToList {
        width: 56px;
        background-size: 18px 16px;
    }
}

/* htmls */
.scroll-wrap {
    min-height: 100vh;
}

.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;
}

/* 组件 */
.ysqUEO .scs.hbgOn img,
.ysqUEO .scst.hbgOn img,
.ysqUEO .scs:hover img,
.ysqUEO .scst:hover img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}

.ysqUEO .scs img {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
}

.ysqUEO .scst img {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.ysqUEO .tfy3,
.ysqUEO .tfx3,
.ysqUEO .tfy-3,
.ysqUEO .tfx-3 {
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, 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;
    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;
    visibility: visible;
}

.hbg .behind,
.hbg:hover .front,
.hbg.hbgOn .front {
    -webkit-transition: all 250ms ease 0ms, all 220ms ease 0s, all 220ms ease 0s;
    transition: all 250ms ease 0ms, all 220ms ease 0s, all 220ms ease 0s;
    opacity: 0;
    /* *visibility: visible; */
    visibility: hidden;
    /* *visibility: visible; */
}

/* keyframes use */
@-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 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%,
    100% {
        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%,
    100% {
        opacity: 1;
    }
}

.zoomIns {
    -webkit-animation-name: zoomIns;
    animation-name: zoomIns;
}

.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);
}

.abtnBg::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;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
}

.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(../image/loading.gif);
}

.loading-m {
    background-image: url(../image/loading-m.gif);
}

.load-error {
    background-image: url(../image/error.gif);
}

/* backToTopXXX */
/* 自定义响应结构 */
/* ysq _ ROW | TR */
.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%;
    }

    .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%;
    }
}

@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: #1c8af1;
    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-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: steps(4);
    animation-timing-function: steps(4);
    -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: #1c8af1;
    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;
}

.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: #1c8af1;
    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 {
    margin-top: 2rem;
    margin-bottom: 0rem;
    position: relative;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    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 6px;
    font-size: 14px;
}
.pageListBox .pageList ul li:first-child a,
.pageListBox .pageList ul li:last-child a{
    width: 50px;
}
.pageListBox .pageList a {
    display: block;
    border: #d8dce0 solid 0;
    width: 40px;
    height: 40px;
    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;
}

.pageListBox .pageList a:hover,
.pageListBox .pageList a.selected {
    color: #fff;
    background-color: #1c8af1;
}

.pageListBox .pageList a:active {
    border-color: #fff;
}

@media screen and (max-width: 768px) {
    .pageListBox .pageList {
        height: 36px;
        line-height: 36px;
    }

    .pageListBox .pageList a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
}

/* nav */
.nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 80;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.nav .contain {
    position: relative;
    height: 100%;
}

.nav .bg {
    display: none;
    z-index: 5;
}

.nav .logo {
    float: left;
    position: relative;
    top: 50%;
    margin-top: -20px;
    height: 40px;
}

.nav .logo img {
    display: block;
    height: 100%;
}

.nav .secNav {
    display: none;
}

.fixNav .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: #ffffff;
}

@media screen and (min-width: 1025px) {

    .subBanner,
    .index {
        padding-top: 96px;
    }

    .nav {
        height: 96px;
    }

    .nav .firNav {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 50px;
        line-height: 46px;
        text-align: right;
        white-space: nowrap;
    }

    .nav .firItem {
        display: inline-block;
        vertical-align: top;
        position: relative;
        height: 50px;
    }

    .nav .firItem>.link {
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 16px;
    }

    .nav .firItem.on>.link,
    .nav .firItem:hover>.link {
        color: #1c8af1;
    }

    .nav .secNav {
        position: absolute;
        top: 100%;
        left: 0;
        padding: 20px 0;
        z-index: 30;
        background-color: rgba(28, 138, 241, 0.8);
        font-size: 0;
        line-height: 0;
        text-align: left;
    }

    .nav .secNav .link {
        color: #fff;
    }

    .nav .secNav .col {
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        font-size: 14px;
        line-height: 20px;
    }

    .nav .secNav .col:nth-child(1n+2) {
        margin-left: 30px;
    }

    .nav .secItem {
        position: relative;
        display: block;
        line-height: 20px;
        padding: 9px 20px;
        -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
        transition: all 220ms ease 0s, all 220ms ease 0s;
    }

    .nav .secItem.on,
    .nav .secItem:hover {
        background-color: #0364bf;
    }

    .nav .navbtn {
        display: none;
    }

    .nav .shortcut {
        position: absolute;
        right: 0;
        top: 12px;
        height: 20px;
        padding: 7px 20px;
        border-radius: 17px;
        line-height: 20px;
        background-image: url(../image/bg-jb1.png);
        background-size: 100% 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        color: #fff;
    }

    .nav .shortcut>a{
        margin: 0 10px;
        color: #fff;
    }

    .nav .shortcut span {
        position: relative;
        display: inline-block;
        vertical-align: top;
        height: 20px;
    }

    .nav .shortcut .qrcode {
        margin-left: 10px;
    }

    .nav .shortcut .qrcode .op0 {
        position: absolute;
        left: 50%;
        margin-left: -50px;
        top: 100%;
        margin-top: 10px;
        width: 100px;
        height: 100px;
        background-color: #fff;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }

    .nav .shortcut .qrcode:hover .op0 {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media screen and (min-width: 1366px) {
    .nav .firItem>.link {
        padding-left: 15px;
        padding-right: 15px;
    }
}

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

    .subBanner,
    .index {
        padding-top: 76px;
    }

    .nav {
        height: 76px;
    }

    .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: 12px;
        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: #1c8af1;
        -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: m 50%;
        transform-origin: m 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .nav .navbtn .i3 {
        bottom: 12px;
    }

    .nav .navbtn.navShow {
        position: fixed;
        margin-right: 5%;
        z-index: 80;
    }

    .nav .navbtn.navShow .i1 {
        -webkit-transform: rotate(45deg) translate(7.866px, 0);
        transform: rotate(45deg) translate(7.866px, 0);
        top: 4px;
    }

    .nav .navbtn.navShow .i2 {
        -webkit-transform: scale(0) rotate(-360deg);
        transform: scale(0) rotate(-360deg);
        opacity: 0;
    }

    .nav .navbtn.navShow .i3 {
        -webkit-transform: rotate(-45deg) translate(7.866px, 0);
        transform: rotate(-45deg) translate(7.866px, 0);
        bottom: 4px;
    }

    .nav .firNav {
        position: fixed;
        z-index: 9;
        right: -100%;
        top: 0;
        max-width: 55%;
        width: 480px;
        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: 76px;
    }

    .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, all 220ms ease 0s;
        transition: all 220ms ease 0s, all 220ms ease 0s;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
        cursor: pointer;
        text-indent: 8px;
    }

    .nav .firItem.on>.link {
        color: #1c8af1;
    }

    .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: nowrap;
        color: #777;
        font-size: .9em;
    }

    .nav .secNav .secItem:active {
        color: #111;
    }

    .nav .secNav .secItem.on {
        color: #111;
        text-decoration: underline;
    }

    .nav .shortcut {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .nav .firNav {
        max-width: 80%;
    }
}

/* banner */
.banner {
    position: relative;
    width: 100%;
    height: 600px;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
}

.banner .shade {
    position: absolute;
    left: 0;
    top: 0;
}

.banner .item {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.banner .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.banner .item .contain {
    padding-top: 70px;
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(20%) skew(-30deg);
    transform: translateY(20%) skew(-30deg);
    -webkit-transition: all 0 ease 0ms;
    transition: all 0 ease 0ms;
    opacity: 0;
    visibility: hidden;
    /* *visibility: visible; */
    color: #fff;
}

.banner .item .contain .cn {
    font-size: 2.4rem;
}

.banner .item .contain .en {
    margin-top: .8rem;
    font-size: 1rem;
}

.banner .item.leave {
    width: 0;
    z-index: 20 !important;
    -webkit-transition: width 1200ms ease-out 0s, margin 1200ms ease-out 0s;
    transition: width 1200ms ease-out 0s, margin 1200ms ease-out 0s;
}

.banner .item.on {
    opacity: 1 !important;
}

/* .banner .item.on img{-webkit-transform: scale(1.025); transform: scale(1.025); -webkit-transition: all 4s ease 0s; transition: all 4s ease 0s;} */
.banner .item.on .contain {
    -webkit-transition: all 400ms ease 100ms;
    transition: all 400ms ease 100ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner.dir_f .item.leave {
    margin-left: 100%;
}

.banner .ctr {
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: 1rem;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
    font-size: 2.5rem;
    line-height: 50px;
    text-align: center;
    color: #9da7d1;
}

.banner .ctr.reject {
    display: none;
}

.banner .ctr::before {
    font-weight: bold;
    font-family: "SimSun", "宋体" !important;
}

.banner .ctr.prev {
    left: 1.5625%;
}

.banner .ctr.prev::before {
    content: "<";
}

.banner .ctr.next {
    right: 1.5625%;
}

.banner .ctr.next::before {
    content: ">";
}

.banner .icon {
    height: 14px;
    line-height: 14px;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    width: 100%;
    z-index: 3;
    text-align: center;
    white-space: nowrap;
}

.banner .icon .btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 14px;
    height: 14px;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
    border-radius: 50%;
    text-indent: 100%;
    *text-indent: 0;
    *font-size: 0;
    margin: 0 10px;
    background-color: rgba(255, 255, 255, 0.6);
    vertical-align: top;
}

.banner .icon .btn.on {
    background-color: #ffffff;
}

@media screen and (max-width: 768px) {
    .banner {
        height: 0;
        padding-bottom: 70%;
    }

    .banner .item .contain .cn {
        font-size: 2rem;
    }

    .banner .icon {
        bottom: 10px;
        height: 10px;
    }

    .banner .icon .btn {
        margin-left: 5px;
        margin-right: 5px;
        width: 10px;
        height: 10px;
    }
}

@media screen and (max-width: 480px) {
    .banner .item .contain .cn {
        font-size: 16px;
    }
}

/* noticeBoard */
.noticeBoard {
    height: 20px;
    padding: 8px;
    padding-bottom: 8px;
    background-color: #eaeaea;
    line-height: 20px;
}

.noticeBoard .shade::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../image/ico-notice.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 20px;
}

.noticeBoard .item {
    padding-left: 32px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* index */
.index-Section {
    padding-bottom: 2rem;
}

.index-Head {
    padding-top: 2.4rem;
    padding-bottom: 2.2rem;
    text-align: center;
    font-size: 16px;
}

.index-Head .en {
    color: #1c8af1;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
}

.index-Head .cn {
    margin-top: 10px;
    font-size: 1.5rem;
    color: #222222;
}

.index-Head .aside {
    margin-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
    color: #999999;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .index-Head {
        font-size: 14px;
    }

    .index-Head .cn {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .index-Head .cn {
        font-size: 20px;
    }
}

/* iProduct */
.iProduct .more1,
.sSmart .project-List+.more1 {
    margin-top: 2rem;
    color: #1c8af1;
}

.iProduct .more1::after {
    background-color: rgba(28, 138, 241, 0.15);
}

/* product-List */
.product-List .item {
    width: 48.5%;
    margin-left: 3%;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
}

.product-List .item:nth-child(2n+1) {
    margin-left: 0;
}

.product-List .item:nth-child(1n+3) {
    margin-top: 2%;
}

.product-List .item .link {
    border: #eaeaea solid 1px;
    padding: 1rem 1.1rem;
    background-color: #fff;
}

.product-List .item .link::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 1rem;
    width: 4px;
    height: 30px;
    background-color: #1c8af1;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
}

.product-List .item h3 {
    position: relative;
    color: #222222;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-List .item p {
    margin-top: .8rem;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 72px;
    height: 72px;
    color: #666666;
}

.product-List .item s {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    color: #999999;
}

.product-List .item:hover {
    -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 7, 13, 0.1);
    box-shadow: 0px 6px 30px 0px rgba(0, 7, 13, 0.1);
}

.product-List .item:hover .link::before {
    width: 8px;
}

.product-List .item:hover h3,
.product-List .item:hover s {
    color: #1c8af1;
}

@media screen and (max-width: 768px) {
    .product-List .item .link::before {
        height: 24px;
    }

    .product-List .item h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .product-List .item p {
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 40px;
        height: 40px;
    }

    .product-List .item:hover .link::before {
        width: 6px;
    }
}

@media screen and (max-width: 540px) {
    .product-List .item {
        width: 100%;
        margin-left: 0;
    }

    .product-List .item:nth-child(1n+2) {
        margin-top: 15px;
    }

    .product-List .item h3 {
        font-size: 16px;
    }
}

/* iProduct2 */
.iProduct2 {
    color: #fff;
    background-color: #1d91dc;
    background-image: url(../image/bg-iProduct2.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.iProduct2 .more1 {
    margin-top: 2rem;
    color: #fff;
}

.iProduct2 .more1::after {
    background-color: rgba(255, 255, 255, 0.15);
}

.iProduct2 .index-Head .en,
.iProduct2 .index-Head .cn,
.iProduct2 .index-Head .aside {
    color: #fff;
}

/* .iProduct2 .product2-List .item:nth-child(1n+5),
.iProduct2 .project-List .item:nth-child(1n+5) {
    display: none;
} */

@media screen and (max-width: 1024px) and (min-width: 769px) {

    .iProduct2 .product2-List .item:nth-child(1n+4),
    .iProduct2 .project-List .item:nth-child(1n+4) {
        display: none;
    }
}

.product2-List .item,
.project-List .item {
    padding-bottom: 1rem;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
}

.product2-List .item .pic,
.project-List .item .pic {
    height: 0;
    padding-bottom: 75%;
}

.product2-List .item h3,
.project-List .item h3 {
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 1rem;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product2-List .item p,
.project-List .item p {
    padding-left: 14px;
    padding-right: 14px;
    margin-top: .5rem;
    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;
    display: none;
}

.product2-List .item:hover,
.project-List .item:hover {
    -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 7, 13, 0.2);
    box-shadow: 0px 6px 30px 0px rgba(0, 7, 13, 0.2);
}

.product2-List .item:hover h3,
.project-List .item:hover h3 {
    color: #1c8af1;
}

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

    .product2-List .item h3,
    .project-List .item h3 {
        font-size: 16px;
        line-height: 24px;
    }
}

/* iCase */
.iCase {
    background-color: #f4f4f4;
}

.iCase .more1 {
    margin-top: 2rem;
    color: #1c8af1;
}

.iCase .more1::after {
    background-color: rgba(28, 138, 241, 0.15);
}

.iCaseItem {
    background-color: #fff;
}

.iCaseItem .pic {
    float: left;
    width: 56.83333333%;
    height: 0;
    padding-bottom: 31.96875%;
}

.iCaseItem .txt {
    float: right;
    width: 43.16666667%;
    padding: 3.5rem 1.8rem 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.iCaseItem h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.iCaseItem .imax {
    margin-top: 1rem;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 88px;
}

.iCaseItem .more {
    display: inline-block;
    margin-top: 1rem;
    width: 116px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #1c8af1;
}

@media screen and (max-width: 1024px) {
    .iCaseItem .pic {
        width: 50%;
    }

    .iCaseItem .txt {
        width: 50%;
        padding: 1.5rem;
    }
}

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

    .iCaseItem .pic,
    .iCaseItem .txt {
        float: none;
        width: 100%;
        height: auto;
    }

    .iCaseItem .pic {
        height: 0;
        padding-bottom: 56.25%;
    }

    .iCaseItem .txt {
        padding: 2rem 1.5rem 1.5rem;
    }

    .iCaseItem h3 {
        font-size: 18px;
    }

    .iCaseItem .imax {
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 44px;
    }
}

.iCase-List {
    margin-top: 20px;
}

.iCase-List .item .pic {
    height: 0;
    padding-bottom: 56.25%;
}

.iCase-List .item h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 59px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    padding: 25px 15px 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    background-image: url(../image/bg-iCaseH3.png);
}

@media screen and (min-width: 1025px) {
    .iCase-List .item:nth-child(1n+4) {
        display: none;
    }

    .iCase-List .item h3 {
        font-size: 18px;
    }
}

/* iAbout */
.iAbout {
    color: #fff;
    background-color: #1672c6;
    background-image: url(../image/bg-iAbout.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.iAbout .more1 {
    margin-top: 2rem;
    color: #fff;
}

.iAbout .more1::after {
    background-color: rgba(255, 255, 255, 0.15);
}

.iAbout .index-Head .en,
.iAbout .index-Head .cn,
.iAbout .index-Head .aside {
    color: #fff;
}

.iAbout-Body {
    margin-top: -1rem;
}

.iAbout-Body .imax {
    width: 71.66666667%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.iAbout-Body .imax * {
    background: none !important;
    color: #fff !important;
}

.iAbout-Body .list {
    margin-top: 2rem;
    text-align: center;
}

.iAbout-Body .list .item {
    display: inline-block;
    vertical-align: top;
    margin-left: 2.2rem;
    margin-right: 2.2rem;
    border: #f1f1f1 solid 1px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 100px;
    font-size: 24px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .iAbout-Body .imax {
        width: auto;
    }

    .iAbout-Body .list .item {
        margin-left: 2%;
        margin-right: 2%;
        width: 86px;
        height: 86px;
        line-height: 84px;
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .iAbout-Body .list {
        width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .iAbout-Body .list .item {
        margin: 2%;
        font-size: 18px;
    }
}

/* iNews */
.iNews {
    background-color: #ffffff;
}

.iNews .more1 {
    margin-top: 2rem;
    color: #1c8af1;
}

.iNews .more1::after {
    background-color: rgba(28, 138, 241, 0.15);
}

.iNews-List .item {
    border: #eaeaea solid 1px;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
}

.iNews-List .item .link {
    padding: 12px 12px 24px;
}

.iNews-List .item h3 {
    position: relative;
    margin-top: 5px;
    margin-bottom: 32px;
    margin-left: 80px;
    font-size: 16px;
}

.iNews-List .item h3 span {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: 48px;
}

.iNews-List .item h3::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 2px;
    background-color: #eee;
}

.iNews-List .item .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    text-align: center;
    color: #fff;
}

.iNews-List .item .date .y-m {
    display: block;
    height: 34px;
    line-height: 34px;
    background-color: #0c73d3;
}

.iNews-List .item .date .d {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    background-color: #73b5f3;
}

.iNews-List .item p {
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 72px;
    height: 72px;
}

.iNews-List .item s {
    margin-top: 1rem;
    display: inline-block;
    vertical-align: top;
}

.iNews-List .item:hover {
    -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
}

.iNews-List .item:hover h3,
.iNews-List .item:hover s {
    color: #1c8af1;
}

@media screen and (min-width: 1025px) {
    .iNews-List .item:nth-child(1n+4) {
        display: none;
    }

    .iNews-List .item h3 {
        font-size: 18px;
    }
}

/* footer */
.footer {
    background-color: #2d3748;
}

.footer,
.footer a {
    color: #ffffff !important;
}

.footer .section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.footer .section .dt {
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    margin-bottom: .6rem;
}

.footer .section .f-Partner {
    float: left;
    width: 100%;
    margin-bottom: 1.6rem;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    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;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.footer .section .f-Partner:after {
    display: none;
}

.footer .section .f-Partner img {
    display: inline-block;
    vertical-align: top;
    width: 31%;
}

@media screen and (max-width: 768px) {
    .footer .section .f-Partner {
        display: block;
    }

    .footer .section .f-Partner img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        max-width: 320px;
    }
}

.footer .section .f-vr {
    float: left;
    margin-left: 6rem;
    margin-right: 6rem;
    height: 140px;
    width: 1px;
    background-color: #404650;
}

.footer .section .f-Clist {
    float: left;
    margin-right: 20px;
    width: 35%;
}

.footer .section .f-Clist p {
    line-height: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.footer .section .f-Nav {
    float: left;
    width: 176px;
}

.footer .section .f-Nav .link {
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
}

.footer .section .f-Nav .link:nth-child(2n+1) {
    margin-right: 50px;
}

.footer .section .f-Focus {
    float: left;
    width: 100px;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .footer .section .f-vr {
        margin-left: 4rem;
        margin-right: 4rem;
    }
}

@media screen and (max-width: 1024px) {
    .footer .section {
        padding-top: 1rem;
        padding-bottom: .5rem;
        text-align: center;
    }

    .footer .section .dt {
        display: none;
    }

    .footer .section .f-vr {
        display: none;
    }

    .footer .section .f-Clist {
        display: none1;
        width: auto;
        margin: 0;
        float: none;
    }

    .footer .section .f-Nav {
        display: none;
    }

    .footer .section .f-Focus {
        display: none;
        text-align: center;
    }
}

.footer .copyrights {
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 20px;
    text-align: center;
    background-color: #2a3344;
}

/* subpage */
.subpage {
    background-color: #f4f4f4;
}

.subpage .subMain {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}

.subpage .product2-List .item,
.subpage .project-List .item {
    border: #eaeaea solid 1px;
}

/* subBanner */
.subBanner {
    position: relative;
    z-index: 1;
    height: 420px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.subBanner .contain {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    margin-top: 2.4rem;
}

.subBanner .contain h2 {
    padding-left: 1rem;
    font-size: 2rem;
}

.subBanner .contain p {
    padding-left: 1rem;
    margin-top: 1.4rem;
    font-size: 1.2rem;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .subBanner {
        height: 0;
        padding-bottom: 50%;
    }

    .subBanner .contain h2 {
        font-size: 26px;
    }

    .subBanner .contain p {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .subBanner .contain h2 {
        font-size: 22px;
    }

    .subBanner .contain p {
        font-size: 14px;
    }
}

/* sProduct */
.sProduct-View .view-Page {
    padding: 1.5rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sProduct-View .view-Head {
    display: flex;
    justify-content: space-between;
    padding: 20px 78px;
    border-bottom: #dfdfdf solid 1px;
}

.sProduct-View .view-Head .left{
    width: 45%;
}

.sProduct-View .view-Head .left img{
    width: 100%;
}

.sProduct-View .view-Head .right{
    width: 50%;
}

.sProduct-View .view-Head h1 {
    color: #222222;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
}

.sProduct-View .view-Head p{
    font-size: 18px;
    margin: 20px 0;
}

.sProduct-View .view-Head p a{
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #0364bf;
    border-radius: 4px;
}

.sProduct-View .view-Body {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    margin-left: 7%;
    margin-right: 7%;
}

.sProduct-View .view-Body .wPic,
.sProduct-View .view-Body .wPic img {
    width: 100%;
}

.sProduct-View .view-Body .dt {
    position: relative;
    margin-top: 1.2rem;
    margin-bottom: .8rem;
    height: 24px;
    line-height: 24px;
    padding: .6rem 24px;
    background-color: #1c8af1;
    color: #fff;
    font-size: 20px;
}

.sProduct-View .view-Body .dt::before {
    content: " ";
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 4px;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .sProduct-View .view-Head h1 {
        font-size: 18px;
    }

    .sProduct-View .view-Body {
        margin-left: 15px;
        margin-right: 15px;
    }

    .sProduct-View .view-Body .dt {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .sProduct-View .view-Body {
        margin-left: 0;
        margin-right: 0;
    }
}

/* sSmart */
.sSmart {
    position: relative;
    overflow: hidden;
    padding-top: 0 !important;
    background-color: #fff;
}

.sSmart .head {
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 1;
    font-size: 24px;
    color: #222222;
}

.sSmart .head::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 4px;
    background-color: #1c8af1;
}

@media screen and (max-width: 768px) {
    .sSmart .head {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .sSmart .head {
        font-size: 18px;
    }
}

.sSmart-Tab {
    width: 100%;
}

.sSmart-Tab .Tg {
    line-height: 20px;
}

.sSmart-Tab .Tg .btn {
    width: 1px;
    padding: .75rem;
    font-size: 16px;
    color: #222222;
    text-align: center;
    border: #eaeaea solid 1px;
}

.sSmart-Tab .Tg .btn.on {
    color: #fff;
    background-color: #1c8af1;
}

.sSmart-Tab .Tt .imax {
    padding: 2rem 1rem;
    border-bottom: #eaeaea solid 1px;
    text-align: center;
}

.sSmart-Tab .Tt .box {
    display: none;
}

.sSmart-Tab .Tt .box.on {
    display: block;
}

@media screen and (max-width: 768px) {
    .sSmart-Tab .Tg .btn {
        font-size: 14px;
    }
}

@media screen and (min-width: 1025px) {
    .sSmart .project-List .item:nth-child(1n+4) {
        display: none;
    }
}

/* L2_Nav */
.L2_Nav {
    margin-top: -2.5rem;
    margin-bottom: 2rem;
    font-size: 0;
    background-color: #fff;
    text-align: center;
}

.L2_Nav .link {
    display: inline-block;
    vertical-align: top;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 20%;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .L2_Nav .link {
        font-size: 15px;
    }
}

/* L3_Nav */
.L3_Nav {
    margin-bottom: 1.5rem;
    font-size: 0;
    text-align: center;
}

.L3_Nav .link {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: .6rem 0;
    background-color: #fff;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
}

.L3_Nav .link.on {
    background-color: #1c8af1;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .L3_Nav .link {
        width: 110px;
    }

    .L3_Nav .link:hover {
        background-color: #1c8af1;
        color: #fff;
    }
}

@media screen and (min-width: 1281px) {
    .L3_Nav .link {
        width: 136px;
    }
}

@media screen and (max-width: 1024px) {
    .L3_Nav .link {
        width: 110px;
    }

    .L3_Nav .link:active {
        background-color: #1c8af1;
        color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .L3_Nav .link {
        font-size: 14px;
    }
}

/* sProject */
.sProject-View .view-Page {
    padding: 1.5rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sProject-View .view-Head {
    text-align: center;
    padding-top: .5rem;
    padding-bottom: 1.2rem;
    border-bottom: #dfdfdf solid 1px;
}

.sProject-View .view-Head h1 {
    color: #222222;
    font-size: 24px;
    line-height: 32px;
}

.sProject-View .view-Head p {
    margin-top: .8rem;
    line-height: 1.2;
}

.sProject-View .view-Body {
    margin-top: 1.5rem;
    padding-left: 380px;
}

.sProject-View .view-Body .pic {
    margin-left: -380px;
    float: left;
    width: 360px;
    height: 204px;
    margin-bottom: .5rem;
}

@media screen and (max-width: 1024px) {
    .sProject-View .view-Body {
        padding-left: 260px;
    }

    .sProject-View .view-Body .pic {
        margin-left: -260px;
        width: 240px;
        height: 136px;
    }
}

@media screen and (max-width: 768px) {
    .sProject-View .view-Body {
        padding-left: 0;
    }

    .sProject-View .view-Body .pic {
        margin-left: 0;
        float: none;
        margin-right: 0;
        width: auto;
        height: auto;
    }

    .sProject-View .view-Body .pic img {
        width: auto;
    }

    .sProject-View .view-Head h1 {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .sProject-View .view-Head h1 {
        font-size: 18px;
    }
}

/* project-List */
.project-List .item {
    text-align: left !important;
}

.project-List .item .pic {
    height: 0;
    padding-bottom: 56.25%;
}

/* sCase */
.sCase-View .view-Body,
.sCase-View .view-Head {
    padding: 1.5rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sCase-View .view-Head .dt {
    float: left;
    width: 22rem;
}

.sCase-View .view-Head .dt h1 {
    font-size: 24px;
    color: #222222;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1.33333333;
}

.sCase-View .view-Head .dt .aside {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 30px;
}

.sCase-View .view-Head .dd {
    margin-left: 23rem;
}

.sCase-View .view-Body {
    margin-top: 1rem;
}

@media screen and (max-width: 768px) {
    .sCase-View .view-Head .dt {
        float: none;
        width: auto;
    }

    .sCase-View .view-Head .dt h1 {
        font-size: 20px;
    }

    .sCase-View .view-Head .dt .aside {
        margin-top: 5px;
        line-height: 24px;
    }

    .sCase-View .view-Head .dd {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .sCase-View .view-Head h1 {
        font-size: 18px;
    }
}

/* sAbout */
.sAbout-Body {
    padding-top: 1em;
}

.sAbout-Body .section1 {
    padding-bottom: 1.5rem;
}

.sAbout-Body .section1 h1 {
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
    color: #222222;
}

.sAbout-Body .section1 .imax {
    margin-top: 1rem;
    font-size: 16px;
    line-height: 1.75;
}

.sAbout-Body .section2 {
    background-color: #fff;
}

.sAbout-Body .section2 .txt {
    padding: 1.5rem;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sAbout-Body .section2 .txt h1 {
    font-size: 24px;
    color: #222222;
    line-height: 30px;
}

.sAbout-Body .section2 .txt .imax {
    margin-top: 1rem;
}

.sAbout-Body .section2 .pic {
    float: right;
    width: 50%;
}

.sAbout-Body .section2 .pic img {
    height: auto;
    position: relative;
}

@media screen and (max-width: 768px) {
    .sAbout-Body .section1 h1 {
        font-size: 24px;
    }

    .sAbout-Body .section2 .txt,
    .sAbout-Body .section2 .pic {
        float: none;
        width: 100%;
    }

    .sAbout-Body .section2 .txt h1 {
        font-size: 20px;
    }

    .sAbout-Body .imax {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 480px) {
    .sAbout-Body .section1 h1 {
        font-size: 20px;
    }

    .sAbout-Body .section2 .txt h1 {
        font-size: 18px;
    }
}

/* sCulture */
.sCulture-Body h1 {
    margin-bottom: 1.2em;
    font-size: 1.5rem;
    color: #222222;
    text-align: center;
}

.sCulture-Body .list {
    text-align: center;
}

.sCulture-Body .item {
    position: relative;
    padding: 2rem 1.5rem 2.5rem;
    background-color: #fff;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
}

.sCulture-Body .item .icoImg {
    display: block;
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}

.sCulture-Body .item h2 {
    margin-top: 1.2rem;
    font-size: 20px;
    color: #222222;
}

.sCulture-Body .item p {
    margin-top: 1.5rem;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 96px;
    height: 96px;
}

.sCulture-Body .item:hover {
    z-index: 9;
    -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
}

.sCulture-Body .item:hover h2 {
    color: #1c8af1;
}

@media screen and (max-width: 1024px) {
    .sCulture-Body .item h2 {
        font-size: 18px;
    }

    .sCulture-Body .item p {
        font-size: 15px;
        line-height: 20px;
    }
}

@media screen and (max-width: 768px) {
    .sCulture-Body h1 {
        font-size: 24px;
    }

    .sCulture-Body .item p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 480px) {
    .sCulture-Body h1 {
        font-size: 20px;
    }

    .sCulture-Body .item h2 {
        font-size: 16px;
    }

    .sCulture-Body .item p {
        display: block;
        height: auto;
        padding-bottom: 1rem;
    }
}

/* sAfterSales */
.sAfterSales-Body h1 {
    margin-bottom: 1.2em;
    font-size: 1.5rem;
    color: #222222;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .sAfterSales-Body h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .sAfterSales-Body h1 {
        font-size: 20px;
    }
}

.sAfterSales-Body .section1 {
    padding: 1.5rem;
    background-color: #fff;
}

@media screen and (min-width: 1025px) {
    .sAfterSales-Body .section1 {
        font-size: 16px;
    }
}

.sAfterSales-Body .section2 {
    margin-top: 2.5rem;
    background-color: #fff;
}

.sAfterSales-Body .section2 .item {
    padding: 3rem 1.2rem 2rem;
    width: 16.66666667%;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
}

.sAfterSales-Body .section2 .item .contain {
    height: 205px;
}

.sAfterSales-Body .section2 .item h2 {
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    white-space: nowrap;
}

.sAfterSales-Body .section2 .item .hr {
    width: 20px;
    height: 3px;
    background-color: #1c8af1;
    margin: 20px auto;
}

.sAfterSales-Body .section2 .item p {
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sAfterSales-Body .section2 .item:nth-child(1) {
    color: #fff;
    background-image: url(../image/bg-sAfterSales.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sAfterSales-Body .section2 .item:nth-child(1) h2 {
    font-size: 24px;
    color: #fff;
}

.sAfterSales-Body .section2 .item:nth-child(1) .icoImg {
    margin-top: 13px;
    margin-bottom: 32px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 64px;
    height: 64px;
}

.sAfterSales-Body .section2 .item:nth-child(1) p {
    -webkit-line-clamp: 3;
    height: 66px;
}

.sAfterSales-Body .section2 .item:nth-child(1n+2) p {
    -webkit-line-clamp: 6;
    height: 132px;
}

.sAfterSales-Body .section2 .item:hover {
    z-index: 9;
    -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
    .sAfterSales-Body .section2 .item {
        width: 33.33333333%;
    }
}

@media screen and (max-width: 640px) {
    .sAfterSales-Body .section2 .item {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .sAfterSales-Body .section2 .item {
        float: none;
        width: 100%;
    }

    .sAfterSales-Body .section2 .item .contain {
        height: auto;
        padding-bottom: 1rem;
    }

    .sAfterSales-Body .section2 .item p {
        -webkit-line-clamp: 10 !important;
        height: auto !important;
        display: block;
    }
}

.sAfterSales-Body .section3 {
    margin-top: 2.5rem;
    padding: 1.5rem;
    background-color: #fff;
}

.sAfterSales-Body .section3 h2 {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 24px;
    color: #222222;
}

@media screen and (max-width: 768px) {
    .sAfterSales-Body .section3 h2 {
        font-size: 20px;
    }
}

.sAfterSales-Body .section4 {
    margin-top: 2.5rem;
}

.sAfterSales-Body .section4 .item {
    width: 48.5%;
    background-color: #fff;
}

.sAfterSales-Body .section4 .item table {
    width: 100%;
}

.sAfterSales-Body .section4 .item caption {
    height: 20px;
    line-height: 20px;
    padding: .8rem;
    background-color: #1c8af1;
    color: #fff;
    font-size: 18px;
}

.sAfterSales-Body .section4 .item td {
    height: 20px;
    line-height: 20px;
    padding: .8rem;
    border: #eaeaea solid 1px;
}

.sAfterSales-Body .section4 .item td:nth-child(1) {
    text-align: center;
    width: 32px;
}

.sAfterSales-Body .section4 .item:nth-child(1) td:nth-child(3) {
    white-space: nowrap;
}

.sAfterSales-Body .section4 .item:nth-child(2) {
    margin-left: 3%;
}

.sAfterSales-Body .section4 .item:nth-child(2) td:nth-child(1) {
    text-align: left;
    width: 64px;
}

@media screen and (max-width: 1024px) {
    .sAfterSales-Body .section4 .item {
        width: 100%;
        float: none;
    }

    .sAfterSales-Body .section4 .item:nth-child(2) {
        margin-top: 2%;
        margin-left: 0;
    }
}

/* sNews */
.sNews-List .item {
    background-color: #fff;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
}

.sNews-List .item:nth-child(1n+2) {
    margin-top: 1.5rem;
}

.sNews-List .item .link {
    padding: 1.5rem;
}

.sNews-List .item .date {
    float: left;
    width: 92px;
    height: 112px;
    margin-right: 1.2rem;
    text-align: center;
    color: #fff;
}

.sNews-List .item .date .y-m {
    display: block;
    height: 46px;
    line-height: 46px;
    background-color: #0c73d3;
}

.sNews-List .item .date .d {
    display: block;
    height: 66px;
    line-height: 66px;
    font-size: 24px;
    background-color: #73b5f3;
}

.sNews-List .item h3 {
    font-size: 18px;
    line-height: 38px;
    color: #222222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sNews-List .item p {
    margin-top: 10px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: 48px;
    color: #666666;
}

.sNews-List .item:hover {
    -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
}

.sNews-List .item:hover h3 {
    color: #1c8af1;
}

@media screen and (max-width: 1024px) {
    .sNews-List .item .date {
        height: 100px;
        width: 80px;
    }

    .sNews-List .item .date .y-m {
        height: 40px;
        line-height: 40px;
    }

    .sNews-List .item .date .d {
        height: 60px;
        line-height: 60px;
    }
}

@media screen and (max-width: 768px) {
    .sNews-List .item .date {
        height: 90px;
        width: 74px;
    }

    .sNews-List .item .date .d {
        height: 50px;
        line-height: 50px;
    }

    .sNews-List .item h3 {
        font-size: 16px;
        line-height: 30px;
    }
}

/* sNews */
.sNews-View .view-Page {
    padding: 1.5rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sNews-View .view-Head {
    text-align: center;
    padding-top: .5rem;
    padding-bottom: 1.2rem;
    border-bottom: #dfdfdf solid 1px;
}

.sNews-View .view-Head h1 {
    color: #222222;
    font-size: 24px;
    line-height: 1.33333333;
}

.sNews-View .view-Head p {
    margin-top: .8rem;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .sNews-View .view-Head h1 {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .sNews-View .view-Head h1 {
        font-size: 18px;
    }
}

.sNews-View .view-Body {
    margin-top: 1.5rem;
}

/* sContact */
.sContact .section1 {
    position: relative;
    background-color: #fff;
}

.sContact .section1 .txt {
    width: 50%;
    padding: 2rem 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sContact .section1 .txt h1 {
    margin-bottom: 10px;
    font-size: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2;
    color: #1c8af1;
    font-weight: bold;
}

.sContact .section1 .txt p {
    font-size: 16px;
    line-height: 1.8rem;
}

.sContact .section1 .mapContain {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.sContact .section1 .mapContain #dituContent {
    width: 100%;
    height: 100%;
    line-height: 1.1;
}

.sContact .section1 .mapContain #dituContent .BMap_bubble_title {
    font-size: 16px;
    margin-bottom: 5px;
    padding-right: 16px;
    color: #1c8af1;
}

.sContact .section1 .mapContain #dituContent .BMap_bubble_content {
    width: 230px !important;
    font-size: 14px;
}

.sContact .section1 .mapContain #dituContent img {
    max-width: none;
}

@media screen and (max-width: 1024px) {
    .sContact .section1 .txt {
        width: 100%;
    }

    .sContact .section1 .mapContain {
        position: relative;
        width: 100%;
        height: 320px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: #fff solid 2px;
    }
}

@media screen and (max-width: 768px) {
    .sContact .section1 .txt h1 {
        font-size: 20px;
    }

    .sContact .section1 .txt p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 480px) {
    .sContact .section1 .txt h1 {
        font-size: 18px;
    }
}

.sContact .section2 {
    margin-top: 2.5rem;
    padding: 1.5rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sContact .section2 h2 {
    margin-bottom: 1.3rem;
    text-align: center;
    font-size: 24px;
    color: #222222;
}

.sContact .section2 .line .item {
    float: left;
    width: 32%;
}

.sContact .section2 .line .item:nth-child(1n+2) {
    margin-left: 2%;
}

.sContact .section2 .line~.item {
    margin-top: 1.2rem;
}

.sContact .section2 .item {
    position: relative;
    width: 100%;
    line-height: 40px;
}

.sContact .section2 .item .skin {
    display: block;
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 12px;
    border: #dfdfdf solid 1px;
    font-size: 16px;
    line-height: 20px;
}

.sContact .section2 .item textarea.skin {
    height: 7.5rem;
}

.sContact .section2 .item.yzm .skin {
    float: left;
    width: 12rem;
}

.sContact .section2 .item.yzm .bindClick {
    float: left;
    margin-left: .9rem;
    width: 102px;
    height: 38px;
    border: #dfdfdf solid 1px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.sContact .section2 .item .enter {
    float: left;
    margin-left: .9rem;
    height: 40px;
    width: 120px;
    background-color: #1c8af1;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .sContact .section2 h2 {
        font-size: 20px;
    }

    .sContact .section2 .item .skin {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .sContact .section2 h2 {
        font-size: 18px;
    }

    .sContact .section2 .line .item {
        float: none;
        width: 100%;
    }

    .sContact .section2 .line .item:nth-child(1n+2) {
        margin-left: 0;
        margin-top: 1.2rem;
    }

    .sContact .section2 .item.yzm .pabox {
        position: absolute;
        left: 0;
        right: 116px;
        height: 40px;
    }

    .sContact .section2 .item.yzm .pabox .skin {
        width: 100%;
    }

    .sContact .section2 .item.yzm .bindClick {
        float: right;
    }

    .sContact .section2 .item .enter {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}