@charset "utf-8";
/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #666;
    overflow-x: hidden;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

    a:active {
        star: expression(this.onFocus=this.blur());
    }

img {
    border: 0px;
    vertical-align: middle;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #0055a4;
    outline: none;
}

ul, p, dl, dt, dd {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-position: outside;
    list-style-type: none;
}

h1, h2, h3, h4, h5 {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 16px;
}

h5 {
    font-size: 12px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear_f {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    _display: inherit;
}

.h10 {
    height: 10px;
    overflow: hidden;
    clear: both;
}

.h30 {
    height: 30px;
    overflow: hidden;
    clear: both;
}

.h60 {
    height: 60px;
    overflow: hidden;
    clear: both;
}

.h70 {
    height: 70px;
    overflow: hidden;
    clear: both;
}

.h100 {
    height: 100px;
    overflow: hidden;
    clear: both;
}

input, textarea {
    background: transparent;
    padding: 0px;
    font-size: 12px;
    color: #888;
    outline: none;
    border: 0px;
}

em {
    font-style: normal;
}

.btn1 {
    cursor: pointer;
}

.wal {
    width: 15.36rem;
    margin: 0 auto;
}

.wal2 {
    width: 13rem;
    margin: 0 auto;
}

.w1198 {
    width: 11.98rem;
}

.w278 {
    width: 2.78rem;
}

.w1040 {
    width: 10.4rem;
}

.w400 {
    width: 4.0rem;
    position: sticky;
    top: 30px;
}

.gradient {
    background-image: linear-gradient(left,#f06563,#85297f);
    background-image: -webkit-linear-gradient(left,#f06563,#85297f);
    background-image: -moz-linear-gradient(left,#f06563,#85297f);
    background-image: -o-linear-gradient(left,#f06563,#85297f);
    background-image: linear-gradient(to right,#f06563,#85297f);
    background-image: -webkit-linear-gradient(to right,#f06563,#85297f);
    background-image: -moz-linear-gradient(to right,#f06563,#85297f);
    background-image: -o-linear-gradient(to right,#f06563,#85297f);
}

.flex,
.indexP1 .list li .conDiv,
.indexP5 .more a,
.indexP3 .tab-box,
.aboutP2,
.leftScroll .list li .limg,
.rightScroll .list li .limg,
.news .detail .conDiv,
.productShow .leftImg,
.serviceP2 .list li .name,
.case .list li .conDiv,
.contactP1 .txt {
    display: flex;
    display: -webkit-flex;
}

.flex,
.indexP5 .more a,
.aboutP2,
.leftScroll .list li .limg,
.rightScroll .list li .limg,
.productShow .leftImg,
.serviceP2 .list li .name,
.contactP1 .txt {
    align-items: center;
    -webkit-align-items: center;
}

.flex,
.indexP1 .list li .conDiv,
.indexP5 .more a,
.indexP3 .tab-box,
.aboutP2,
.leftScroll .list li .limg,
.rightScroll .list li .limg,
.news .detail .conDiv,
.productShow .leftImg,
.case .list li .conDiv,
.contactP1 .txt {
    justify-content: center;
    -webkit-justify-content: center;
}

.flex {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}


.flex,
.indexP1 .list li .conDiv,
.indexP3 .tab-box,
.aboutP2,
.news .detail .conDiv,
.case .list li .conDiv {
    flex-direction: column;
    -webkit-flex-direction: column;
}

a,
.nav li a:after,
.indexP1 .list li .more,
.indexP5 .leftDiv li .box,
.indexP5 .leftDiv li .name,
.indexP5 .leftDiv li .time,
.indexP5 .leftDiv li .ico,
.indexP5 .rightDiv li .name,
.indexP5 .rightDiv li .time,
.indexP5 .rightDiv li .time:after,
.footDiv .share li img,
.historyPic .year-swiper .swiper-slide .year,
.honor .article .box,
.honor .article .name,
.honor .article .ico img,
.news .detail .name,
.news .list li .name,
.product .list li .name,
.sideBar li .ico img,
.contactP1 .list li .ico,
.contactP1 .list li .ico img,
.serviceP2 .list li .ico,
.serviceP2 .list li .ico:after,
.productShow .share li .ewmLayer {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.sNav,
.xNav,
.sideTitleTel .con img {
    transition: All 0.8s ease;
    -webkit-transition: All 0.8s ease;
    -moz-transition: All 0.8s ease;
    -o-transition: All 0.8s ease;
}

.indexP1 .list li .imgDiv,
.indexP5 .leftDiv li .imgDiv img,
.leftScroll .list li .limg img,
.rightScroll .list li .limg img,
.news .list li .imgDiv img,
.news .detail .imgDiv img,
.product .list li .imgDiv img {
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}


.l2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.l3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.l4 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

@font-face {
    font-family: 'mont';
    src: url(/en/font/MontserratBold.ttf);
}

@font-face {
    font-family: 'regular';
    src: url(/en/font/Montserrat-Regular.otf);
}

@font-face {
    font-family: 'light';
    src: url(/en/font/Montserrat-Light.otf);
}

.Phone-Box {
    display: none;
}

.fangda {
    overflow: hidden;
}

    .fangda img {
        transition: 2s;
        -moz-transition: 2s;
        -webkit-transition: 2s;
        -o-transition: 2s;
    }

    .fangda:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

/*按钮动画--start*/
.ico_h {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .ico_h:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .ico_h:hover, .ico_h:focus, .ico_h:active {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-name: hover;
        animation-name: hover;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

        .ico_h:hover:before, .ico_h:focus:before, .ico_h:active:before {
            opacity: .4;
            -webkit-transform: translateY(6px);
            transform: translateY(6px);
            -webkit-animation-name: hover-shadow;
            animation-name: hover-shadow;
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-direction: alternate;
            animation-direction: alternate;
        }
/*按钮动画--end*/


.img_rotate {
    -moz-animation: rotate 15s infinite linear;
    -webkit-animation: rotate 15s infinite linear;
    animation: rotate 15s infinite linear;
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@keyframes fadeOfOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes am_top {
    0% {
        -webkit-transform: translate(0,30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0px);
        opacity: 1
    }
}

@-webkit-keyframes am_left {
    0% {
        -webkit-transform: translate(30px,0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0px);
        opacity: 1
    }
}

@-webkit-keyframes am_right {
    0% {
        -webkit-transform: translate(-30px,0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0px);
        opacity: 1
    }
}

@-webkit-keyframes am_top2 {
    0% {
        -webkit-transform: translate(0,100px);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0px);
        opacity: 1
    }
}

@keyframes iconAni {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
    }

    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

@keyframes start {
    0%,30% {
        opacity: 0;
        -webkit-transform: translate(0,-8px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate(0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0,10px)
    }
}

@-webkit-keyframes start {
    0%,30% {
        opacity: 0;
        -webkit-transform: translate(0,-8px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate(0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0,10px)
    }
}

@-moz-keyframes start {
    0%,30% {
        opacity: 0;
        -moz-transform: translate(0,-8px)
    }

    60% {
        opacity: 1;
        -moz-transform: translate(0,0)
    }

    100% {
        opacity: 0;
        -moz-transform: translate(0,10px)
    }
}


.headD {
    height: 100px;
}

.xxxH {
    display: none;
    height: 4.0rem;
}

.headDiv {
    height: 100px;
    width: 100%;
    background: url(../images/bg1.png) repeat-x;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

    .headDiv .wal {
        height: 100px;
        position: relative;
    }

    .headDiv .logo {
        display: block;
        position: absolute;
        left: 0;
        top: 29px;
        z-index: 2;
    }

        .headDiv .logo img {
            width: 200px;
        }

        .headDiv .logo .img2 {
            display: none;
        }

    .headDiv .topRight {
        position: absolute;
        right: 0;
        top: 30px;
        z-index: 2;
    }

    .headDiv .topSearch {
        position: relative;
        margin-left: 0.5rem;
    }

        .headDiv .topSearch em {
            display: block;
            width: 20px;
            height: 40px;
            background: url(../images/nimg16_1.png) center no-repeat;
            cursor: pointer;
            position: relative;
        }

    .headDiv .lan {
        position: relative;
    }

        .headDiv .lan a {
            cursor: pointer;
            position: relative;
            display: block;
            line-height: 40px;
            color: #fff;
            font-size: 14px;
            padding-left: 32px;
            background: url(../images/nimg21_1.png) left center no-repeat;
        }


.nav {
    position: absolute;
    right: 120px;
    top: 0;
}

    .nav li {
        float: left;
        font-size: 18px;
        padding: 0 0.3rem;
    }

        .nav li a {
            position: relative;
            display: block;
            height: 100px;
            line-height: 100px;
            color: #fff;
        }

            .nav li a:after {
                content: '';
                position: absolute;
                width: 0;
                height: 3px;
                background: #c42421;
                left: 50%;
                bottom: 0;
            }

            .nav li .aNow, .nav li .aNow1, .nav li a:hover {
                color: #c42421;
            }

                .nav li .aNow:after, .nav li .aNow1:after, .nav li a:hover:after {
                    left: 0;
                    width: 100%;
                }

.head-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 59;
}

    .head-search .search-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30%;
        max-width: 1200px;
        height: auto;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

        .head-search .search-box .box-cent {
            display: flex;
            justify-content: space-between;
            width: 100%;
            height: auto;
            border-bottom: solid 1px #555;
        }

            .head-search .search-box .box-cent input {
                width: calc(100% - 60px);
                height: 50px;
                padding: 0 20px;
                font-size: 14px;
                color: #fff;
                background: none;
            }

                .head-search .search-box .box-cent input::placeholder {
                    font-size: 14px;
                    color: #fff;
                }

            .head-search .search-box .box-cent .box-icon {
                display: block;
                width: 60px;
                height: 50px;
                text-align: right;
                line-height: 50px;
            }

                .head-search .search-box .box-cent .box-icon img {
                    width: 16px;
                    opacity: 0.8;
                    transition: all 0.5s;
                    -o-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -webkit-transition: all 0.5s;
                }

                .head-search .search-box .box-cent .box-icon:hover img {
                    opacity: 1;
                }

        .head-search .search-box .box-hiden {
            cursor: pointer;
            width: 20px;
            margin: 50px auto 0;
        }

            .head-search .search-box .box-hiden img {
                width: 100%;
                opacity: 0.6;
                transition: all 0.5s;
                -o-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -webkit-transition: all 0.5s;
            }

            .head-search .search-box .box-hiden:hover img {
                opacity: 1;
            }

/*导航触发效果*/
.sNav {
    opacity: 0;
    position: absolute;
    z-index: 15;
    width: 1.8rem;
    left: 0;
    top: 100px;
    min-height: 50px;
    background: #fff;
    box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.08);
    transform-origin: top;
    transition: transform 0.3s ease-out 0s, opacity 0.2s ease-out 0s;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}

    .sNav.on {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
    }

    .sNav .list {
        padding: 0.15rem 0;
    }

        .sNav .list ul, .sNav .list dl {
            margin-bottom: 0;
        }

        .sNav .list li { /* position: relative;*/
            text-align: center;
            font-size: 0.16rem;
        }

            .sNav .list li a {
                display: block;
                height: 0.5rem;
                overflow: hidden;
                line-height: 0.5rem;
                color: #333;
            }

                .sNav .list li a:hover {
                    color: #c42421;
                }

            .sNav .list li .mouse {
                display: none;
                padding: 0.15rem 0;
                background: #f2f2f2;
                box-sizing: border-box;
            }

            .sNav .list li.liNow a {
                color: #c42421;
                background: #f2f2f2;
            }

            .sNav .list li.liNow .mouse {
                display: block;
                left: 1.8rem;
                top: 0;
                min-height: 2.8rem;
                position: absolute;
            }

                .sNav .list li.liNow .mouse dd {
                    width: 1.8rem;
                    height: 0.5rem;
                    line-height: 0.5rem;
                }

                    .sNav .list li.liNow .mouse dd a {
                        color: #333;
                    }

                        .sNav .list li.liNow .mouse dd a:hover {
                            color: #c42421;
                            background: #f9f9f9;
                        }

            .sNav .list li .mouse2 {
                display: none;
                padding: 0.15rem 0;
                background: #f9f9f9;
                box-sizing: border-box;
            }

            .sNav .list li.liNow dd.ddNow a {
                color: #c42421;
                background: #f9f9f9;
            }

            .sNav .list li.liNow dd.ddNow .mouse2 {
                display: block;
                left: 1.8rem;
                top: 0;
                min-height: 2.8rem;
                position: absolute;
            }

        .sNav .list .mouse2 dd a {
            background: #f9f9f9;
            color: #333 !important;
        }

            .sNav .list .mouse2 dd a:hover {
                color: #c42421 !important;
            }

/*.xNav{ opacity:0; position: fixed; z-index: 5; width: 100%; left: 0; top: 100px; min-height: 50px; background: #f5f5f5 url(../images/sNavBg.jpg) center bottom no-repeat; background-size: 100%; transform-origin: top;
  transition: transform 0.3s ease-out 0s, opacity 0.2s ease-out 0s; transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);}
.xNav.on{ opacity:1; transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);}
.xNav .list{ padding: 0.75rem 0 1.0rem; }
.xNav .list ul{ margin-right: -0.95rem; }
.xNav .list li{ float: left; width: 25%; padding-bottom: 0.3rem;}
.xNav .list li .box{ margin-right: 0.95rem; border-bottom: #666 solid 1px;}
.xNav .list li a{ display: block; position: relative; padding-left: 30px; height: 0.46rem; line-height: 0.46rem; font-size: 0.18rem; color: #333; }
.xNav .list li a:before{ content: ''; position: absolute; left: 10px; top: 50%; margin-top: -1px; width: 10px; height: 2px; background: #666; }
.xNav .list li a:hover{ background: #008ed6; color:#fff; }
.xNav .list li a:hover:before{ background: #fff; }*/

.navLayer {
    overflow-x: auto;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 222;
    right: -100%;
    top: 0px;
}

    .navLayer .bg {
        overflow-x: auto;
        position: relative;
        background: #fff;
        height: 100%;
        width: 100%;
    }

    .navLayer .toptop {
        height: 1.2rem;
        position: relative;
        border-bottom: #d6d6d6 solid 1px;
    }

    .navLayer .closeBtn {
        position: absolute;
        right: 0.3rem;
        top: 0.24rem;
        width: 0.72rem;
        height: 0.72rem;
        border-radius: 50%;
    }

        .navLayer .closeBtn img {
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -0.23rem;
            width: 0.46rem;
            margin-left: -0.23rem;
        }

.sideNav {
    padding: 0 0.3rem 0.3rem;
}

.subNav {
    cursor: pointer;
    display: block;
    height: 1.1rem;
    line-height: 1.1rem;
    position: relative;
    font-size: 0.34rem;
    border-bottom: #d6d6d6 solid 1px;
}

.subNav1 {
    background: url(../images/nimg16_3.png) right center no-repeat;
    background-size: 12px;
    color: #333;
}

.subNav .name {
    position: relative;
}

.subNav a {
    color: #333;
    display: block;
}

.currentDt {
    color: #0055a4;
    background: url(../images/nimg16_3on.png) right center no-repeat;
    background-size: 12px;
}

.navContent {
    display: none;
}

    .navContent a {
        display: block;
        height: 0.9rem;
        line-height: 0.9rem;
        color: #666;
        font-size: 0.3rem;
        padding-left: 0.3rem;
    }

.navContent {
    display: none;
}

    .navContent a {
        display: block;
        height: 0.9rem;
        line-height: 0.9rem;
        color: #666;
        font-size: 0.3rem;
        padding-left: 0.3rem;
    }

    .navContent .list {
        display: none;
        border-bottom: #d6d6d6 solid 1px;
    }

.sideNav .list a {
    font-size: 0.28rem;
    padding-left: 0.6rem;
}

.sideNav li a.aNow {
    color: #0055a4;
}

.navIco {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.2rem;
    height: 1.2rem;
}

    .navIco img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -0.18rem;
        width: 0.4rem;
        margin-left: -0.2rem;
    }

.footDiv {
    position: relative;
    padding: 0 0 0.7rem;
    background: #fff; /* overflow:hidden;*/
}

    .footDiv .mxfDiv {
        padding-top: 1.15rem;
        position: relative;
        overflow: hidden;
    }

        .footDiv .mxfDiv:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 15px;
            background: #c42421;
            z-index: 1;
        }

        .footDiv .mxfDiv:after {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: 7.68rem;
            width: 25%;
            height: 15px;
            background: #144e8a;
            z-index: 1;
        }

    .footDiv .bg {
        position: absolute;
        right: 50%;
        margin-right: -7.86rem;
        top: -19px;
        width: 45px;
        height: 53px;
        background: url(../images/nimg45Bg.png) no-repeat;
        z-index: 2;
    }

    .footDiv .leftDiv, .footDiv .rightDiv {
        position: relative;
        z-index: 1;
    }

.footNav {
    padding-top: 0.5rem;
}

    .footNav li {
        float: left;
        padding-right:0.4rem;
    }

        .footNav li:last-child {
            padding-right: 0;
        }

        .footNav li h2 {
            height: 0.56rem;
            font-size: 0.18rem;
            line-height: 0.18rem;
        }

            .footNav li h2 a {
                display: block;
                color: #333;
            }

        .footNav li dd a {
            display: block;
            font-size: 0.16rem;
            color: #999;
            line-height: 0.3rem;
        }

            .footNav li h2 a:hover, .footNav li dd a:hover {
                color: #c42421;
            }

.footDiv .txtDiv {
    text-align: right;
}

.footDiv .wen {
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #333;
    padding-bottom: 0.25rem;
}

.footDiv .tel {
    padding-bottom: 0.1rem;
    font-size: 0.36rem;
    line-height: 0.36rem;
    color: #c42421;
    font-family: 'mont';
}

.footDiv .txt {
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #999;
    font-family: 'light';
}

.footDiv .ewm {
    margin-top: 0.3rem;
}

    .footDiv .ewm .limg {
        width: 1.2rem;
        box-shadow: 0 0 0.3rem 0 rgba(0,0,0,0.09);
    }

        .footDiv .ewm .limg img {
            width: 100%;
        }

    .footDiv .ewm p {
        text-align: center;
        padding-top: 0.12rem;
        font-size: 14px;
        line-height: 14px;
    }

.footDiv .botbot {
    clear: both;
    padding-top: 0.6rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footDiv .msg {
    line-height: 38px;
    color: #666;
    font-size: 14px;
    font-family: 'light';
}

    .footDiv .msg a {
        padding-left: 0.1rem;
        color: #666;
    }

        .footDiv .msg a:hover {
            color: #c42421;
        }

.footDiv .share li {
    float: left;
    margin-left: 0.2rem;
}

    .footDiv .share li a {
        display: block;
        width: 38px;
        height: 38px;
        position: relative;
        border-radius: 50%;
    }

    .footDiv .share li img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -10px;
        margin-top: -9px;
    }

    .footDiv .share li .img1 {
        opacity: 0;
    }

    .footDiv .share li a:hover {
        background: #c42421;
    }

        .footDiv .share li a:hover img {
            opacity: 0;
        }

        .footDiv .share li a:hover .img1 {
            opacity: 1;
        }

#tsparticles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #0d47a1;*/
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.pageBanner {
    position: relative;
}

    .pageBanner .bg img {
        width: 100%;
    }

    .pageBanner .info {
        position: absolute;
        top: 0;
        height: 100%;
        left: calc((100% - 15.36rem) / 2);
        z-index: 2;
        color: #fff;
        width: 50%;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        align-items: center;
    }

    .pageBanner .cn {
        font-size: 0.48rem;
        line-height: 0.48rem;
        padding-bottom: 0.2rem;
    }

    .pageBanner .en {
        position: relative;
        padding-bottom: 0.55rem;
        font-size: 0.24rem;
        line-height: 0.24rem;
        font-family: 'light';
        text-transform: uppercase;
    }

        .pageBanner .en:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 32px;
            height: 3px;
            background: #e60012;
        }


.pageNav {
    height: 0.88rem;
    background: #f7f7fa;
}

    .pageNav ul {
        text-align: center;
        font-size: 0;
    }

    .pageNav li {
        display: inline-block;
        font-size: 0.18rem;
    }

        .pageNav li a {
            display: block;
            position: relative;
            width: 2.8rem;
            height: 0.88rem;
            line-height: 0.88rem;
            color: #000;
        }

            .pageNav li a:after {
                content: '';
                position: absolute;
                left: 50%;
                bottom: 0;
                width: 0;
                height: 2px;
                background: #c42421;
            }

        .pageNav li .aNow {
            background: #fff;
            color: #c42421;
        }

            .pageNav li .aNow:after {
                left: 0;
                width: 100%;
            }

.pageNow {
    font-size: 0.18rem;
    line-height: 0.76rem;
    z-index: 1;
}

    .pageNow a {
        position: relative;
        display: inline-block;
        padding-right: 45px;
        color: #666;
    }

        .pageNow a:after {
            content: '';
            width: 6px;
            height: 12px;
            position: absolute;
            right: 20px;
            top: 50%;
            margin-top: -6px;
            background: url(../images/ico6.png) center no-repeat;
        }

        .pageNow a:hover {
            color: #c42421;
            text-decoration: underline;
        }

    .pageNow em {
        color: #c42421;
    }

.pageBox {
    padding: 1.2rem 0 1.4rem;
}

.pageTitleTel {
    height: 1.1rem;
    background: #c42421;
    position: relative;
}

.sideTitleTel {
    width: 100%;
    height: 1.1rem;
    position: absolute;
    left: 0px;
    top: 0px;
}

    .sideTitleTel .con {
        font-size: 0.36rem;
        height: 1.1rem;
        line-height: 1.1rem;
        position: relative;
        padding-right: 10px;
    }

        .sideTitleTel .con a {
            color: #fff;
            display: block;
            height: 1.1rem;
            padding-left: 0.3rem;
        }

        .sideTitleTel .con img {
            position: absolute;
            right: 0.3rem;
            top: 50%;
            margin-top: -0.12rem;
            width: 0.4rem;
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
        }

        .sideTitleTel .con.on img {
            transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -o-transform: rotate(180deg);
        }

.sideTitleNav {
    position: absolute;
    top: 1.1rem;
    z-index: 10;
    width: 100%;
    max-height: 5.0rem;
    overflow: auto;
    background: #fff;
    display: none;
    box-shadow: 0 1px 5px rgba(35,25,25,0.2);
    -moz-box-shadow: 0 1px 5px rgba(35,25,25,0.2);
    -webkit-box-shadow: 0 1px 5px rgba(35,25,25,0.2);
}

    .sideTitleNav li {
        font-size: 0.3rem;
        border-bottom: #d7d7d7 solid 1px;
    }

        .sideTitleNav li a {
            position: relative;
            display: block;
            height: 1.0rem;
            line-height: 1.0rem;
            padding-left: 0.3rem;
            color: #666;
        }

.sideTitleTel .con em {
    display: block;
    color: #fff;
    padding-left: 0.3rem;
}

.sideTitleNav li.has-nav3 a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 30px;
    height: 10px;
    background: url(../images/selectIco3.png) no-repeat;
    background-size: 30px;
}

.sideTitleTel .con em {
    display: block;
    color: #fff;
    padding-left: 0.3rem;
}

.sideTitleNav dl {
    display: none;
}

.sideTitleNav dd a {
    padding-left: 0.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.26rem;
}

    .sideTitleNav dd a:after {
        display: none;
    }

/*分页*/
.pageNum {
    text-align: center;
}

    .pageNum a {
        display: inline-block;
        width: 48px;
        height: 48px;
        line-height: 48px;
        box-sizing: border-box;
        text-align: center;
        font-size: 14px;
        background: #f2f2f2;
        color: #333;
        font-family: 'light';
        margin: 0 8px;
        border-radius: 50%;
    }

        .pageNum a:hover, .pageNum .aNow {
            background: #c42421;
            color: #fff;
            border: none;
        }

    .pageNum .prev:before {
        content: '<';
        font-family: '宋体';
    }

    .pageNum .next:before {
        content: '>';
        font-family: '宋体';
    }

    .pageNum .prev:hover:before, .pageNum .next:hover:before {
        color: #fff;
    }

.pageMore {
    padding-top: 0.35rem;
}

    .pageMore a {
        display: block;
        background: #c42421;
        text-align: center;
        height: 1.1rem;
        line-height: 1.1rem;
        font-size: 0.32rem;
        color: #fff;
    }

/*右侧悬浮窗*/
.sideBar {
    position: fixed;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
}

    .sideBar li {
        margin-bottom: 10px;
        width: 60px;
        height: 60px;
        border-radius: 6px;
        background: #c42421;
        text-align: center;
        line-height: 60px;
        position: relative;
    }

    .sideBar .mouse {
        position: absolute;
        top: 0px;
        opacity: 0;
        visibility: hidden;
        padding-right: 20px;
        background: url(../images/nimg20Bg2.png) right 15px no-repeat;
    }

    .sideBar .liNow .mouse {
        opacity: 1;
        visibility: visible;
    }

    .sideBar .li01 .mouse {
        width: 280px;
        height: 60px;
        left: -300px;
    }

    .sideBar .li02 .mouse {
        width: 220px;
        height: 60px;
        left: -240px;
    }

    .sideBar .li03 .mouse {
        width: 150px;
        height: 150px;
        left: -170px;
    }

    .sideBar .tel {
        background: #c42421;
        line-height: 24px;
        padding: 15px 0 15px 25px;
        text-align: left;
        color: #fff;
        font-size: 16px;
        font-family: 'regular';
    }

    .sideBar .email {
        background: #c42421;
        line-height: 60px;
        color: #fff;
        font-size: 16px;
        font-family: 'regular';
    }

    .sideBar .ewm {
        background: #c42421;
        padding: 15px;
    }

        .sideBar .ewm img {
            width: 120px;
        }

    .sideBar li:hover .ico img {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }



.tabContent {
    display: none;
}

.tab li {
    cursor: pointer;
}

.tabContent2 {
    display: none;
}

.tab2 li {
    cursor: pointer;
}


.fadeInUp50 {
    -webkit-animation-name: fadeInUp50;
    -moz-animation-name: fadeInUp50;
    -ms-animation-name: fadeInUp50;
    animation-name: fadeInUp50;
}

@-webkit-keyframes fadeInUp50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes fadeInUp50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes fadeInUp50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft50 {
    -webkit-animation-name: fadeInLeft50;
    -moz-animation-name: fadeInLeft50;
    -ms-animation-name: fadeInLeft50;
    animation-name: fadeInLeft50;
}

@-webkit-keyframes fadeInLeft50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -moz-transform: translate3d(-50px, 0, 0);
        -ms-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes fadeInLeft50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -moz-transform: translate3d(-50px, 0, 0);
        -ms-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes fadeInLeft50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -moz-transform: translate3d(-50px, 0, 0);
        -ms-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -moz-transform: translate3d(-50px, 0, 0);
        -ms-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight50 {
    -webkit-animation-name: fadeInRight50;
    -moz-animation-name: fadeInRight50;
    -ms-animation-name: fadeInRight50;
    animation-name: fadeInRight50;
}

@-webkit-keyframes fadeInRight50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        -moz-transform: translate3d(50px, 0, 0);
        -ms-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes fadeInRight50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        -moz-transform: translate3d(50px, 0, 0);
        -ms-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes fadeInRight50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        -moz-transform: translate3d(50px, 0, 0);
        -ms-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        -moz-transform: translate3d(50px, 0, 0);
        -ms-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}
