html,
body {
    width: 100%;
    height: 100%;
}

body {
    position: relative;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.blank {
    height: 10px;
    line-height: 10px;
    clear: both;
    font-size: 0;
}

.blank-small {
    height: 30px;
    line-height: 30px;
    clear: both;
    font-size: 0;
}

.blank-middle {
    height: 50px;
    line-height: 50px;
    clear: both;
    font-size: 0;
}

.blank-big {
    height: 80px;
    line-height: 80px;
    clear: both;
    font-size: 0;
}

.blank-large {
    height: 100px;
    line-height: 100px;
    clear: both;
    font-size: 0;
}

.swiper-container-h {
    width: 100%;
    height: 100%;
}

.swiper-container-v {
    width: 100%;
    height: 100%;
}


.btn_language {
    float: left;
    color: white;
    margin-right: 60px;
    position: relative;
}

    .btn_language > a {
        color: #393939;
        font-size: 18px;
    }
    .header.cur .btn_language > a {
        color: #323a42;
    }
        .btn_language > a:hover {
            color: #23499e;
        }

    .btn_language > .language_sub {
        position: absolute;
        left: 0;
        top: 100%;
        padding-top: 13px;
        transform: translateY(10px);
        width: 100%;
        min-width: 90px;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .btn_language:hover > .language_sub {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.language_sub .box {
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding: 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.09);
}

.language_sub .box {
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding: 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.09);
}

    .language_sub .box:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        z-index: -2;
        bottom: calc(100% - 5px);
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .1);
    }

    .language_sub .box:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        z-index: -1;
        border-radius: 10px;
        background: #fff;
    }

.language_sub a {
    display: block;
    text-align: left;
    justify-content: flex-start !important;
    padding: 0.5rem 2rem;
    text-transform: uppercase;
    padding-left: 23%;
    font-size: .8125rem;
    color: #666;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.language_sub a:hover {
    color: #23499e;
}

    .btn_language > a {
        color: white;
    }
    .header .btn_language > a:hover {
        color: #00a3dc;
    }
    .language_sub a:hover {
        color: #00a3dc;
    }

.header {
    padding: 20px 100px 0px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999999;
    border-bottom: 1px solid rgba(255,255,255,0.17);
}

    .header.cur {
        border-bottom: 1px solid #e1e3e9;
    }

    .header ul {
        height: 18px;
        float: left;
    }

        .header ul li {
            padding-right: 50px;
            float: left;
        }

            .header ul li a {
                color: white;
                font-size: 18px;
                transition: all .5s ease;
            }


                .header ul li a:hover {
                    color: #00a3dc;
                }



.header .rgbox .font {
    height: 20px;
    display: flex;
    font-size: 18px;
}

.header .font .fa-search {
    padding-right: 20px;
}

.header .font .fa-search,
.header .font .fa-bars {
    cursor: pointer;
    color: #a1a1a1;
}

.header .logo {
    float: left;
}

.header .rgbox {
    margin-top: 12px;
    float: right;
}

.header .logobox {
    position: relative;
}

.logobox img {
    transition: all 0.3s;
    width: auto;
}

.logobox .logo2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.nav-search {
    position: relative;
}

    .nav-search .ss2 {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

.header.cur .logobox img {
    opacity: 0;
}

    .header.cur .logobox img.logo2 {
        opacity: 1;
    }

.header.cur .nav-search img {
    opacity: 0;
}

.header.cur .nav-search .ss2 {
    opacity: 1;
}

.header.cur ul li > a {
    color: #323a42;
}



    .header.cur ul li > a:hover {
        color: #00a3dc;
    }
/* 动画 */
.swiperbanner {
    position: relative;
}

    .swiperbanner .swiper-wrapper .swiper-slide {
        overflow: hidden;
        position: relative;
    }

        .swiperbanner .swiper-wrapper .swiper-slide img.bjimg {
            width: 100%;
            transform: scale(1.02);
            transition: all 3s;
            transition-delay: 0.5s;
            -webkit-transition-delay: 0.5s;
        }

    .swiperbanner .swiper-wrapper .swiper-slide-active img.bjimg {
        transform: scale(1.1);
    }

    .swiperbanner .swiper-slide .bannerbox {
        position: absolute;
        left: 18%;
        width: 100%;
        top: 40%;
    }

    .swiperbanner .swiper-slide .btop {
        top: 20%;
        left: 25%;
    }



    .swiperbanner .swiper-slide .bannerbox img {
        display: block;
    }

    .swiperbanner .swiper-slide .bannerboxts {
        width: auto;
        left: 50%;
        text-align: left;
    }



    .swiperbanner .swiper-slide .bannerbox h1 {
        font-size: 60px;
    }

    .swiperbanner .swiper-slide .bannerbox .tx {
        transition: all 2s;
        transform: translateY(80px);
        -webkit-transform: translateY(80px);
        opacity: 0;
        margin-bottom: 40px;
        color: #ffffff;
    }

    .swiperbanner .swiper-slide .bannerboxts h1.tx {
        margin-bottom: 20px;
    }




    .swiperbanner .swiper-slide .bannerbox .tx1 {
        font-size: 48px;
        font-family: serif;
    }

    .swiperbanner .swiper-slide .bannerboxts .tx1 {
        font-size: 0;
    }

    .swiperbanner .swiper-slide .bannerbox .tx2 {
        font-size: 48px;
    }

    .swiperbanner .swiper-slide .bannerbox .tx3 {
        font-size: 36px;
    }

    .swiperbanner .swiper-slide .bannerbox .tx4 {
        font-size: 24px;
    }

    .swiperbanner .swiper-wrapper .swiper-slide-active .tx1 {
        transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
    }

    .swiperbanner .swiper-wrapper .swiper-slide-active .tx2 {
        transition-delay: 1s;
        -webkit-transition-delay: 1s;
    }

    .swiperbanner .swiper-wrapper .swiper-slide-active .tx3 {
        transition-delay: 1.5s;
        -webkit-transition-delay: 1.5s;
    }

    .swiperbanner .swiper-wrapper .swiper-slide-active .tx4 {
        transition-delay: 2s;
        -webkit-transition-delay: 2s;
    }

    .swiperbanner .swiper-wrapper .swiper-slide-active .tx {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }



    .swiperbanner .swiper-container-vertical > .swiper-pagination-bullets {
        left: 48%;
        top: 90%;
        position: absolute;
    }

    .swiperbanner .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: none;
        opacity: 1;
        border: 1px solid #ffffff;
        border-radius: 50%;
        float: left;
    }

    .swiperbanner .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px 5px;
    }

    .swiperbanner .swiper-pagination-bullet-active {
        background: #fe9b00;
    }


        .swiperbanner .swiper-pagination-bullet-active em {
            opacity: 1;
        }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 100px;
    color: #ccc;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 100px;
    color: #ccc;
}

/*手机导航 begin */
.mhearder {
    z-index: 12;
    position: fixed;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    box-shadow: 0 1px 1px #ccc;
    padding: 5px 0;
    background: rgba(255,255,255,0.8);
}

    .mhearder.cur {
        border-bottom: 1px solid #e1e3e9;
    }

    .mhearder .logobox {
        display: inline-block;
        margin-top: 5px;
        margin-left: 20px;
        position: relative;
    }

    .mhearder.cur .logobox img {
        opacity: 0;
    }

        .mhearder.cur .logobox img.logo2 {
            opacity: 1;
        }

.dhbox {
    float: right;
    width: 100px;
    transition: all .6s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    cursor: pointer;
    position: relative;
    color: #333;
}

.mhearder.cur .dhbox {
    color: #323a42;
}

.mobile_btn {
    cursor: pointer;
    margin-right: 15px;
    z-index: 4;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

    .mobile_btn span {
        display: block;
        width: 18px;
        height: 1px;
        background: #333;
        transition: all .45s;
    }

.mhearder.cur .mobile_btn span {
    background: #323a42;
}

.mobile_btn .line2 {
    margin: 8px 0;
    width: 12px;
}

.dhbox:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    top: 25%;
    left: -1px;
    background: #dedede;
}

.mhearder.cur .dhbox:after {
    background: #323a42;
}

.z_mask {
    width: 0%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.7);
    transition: all .6s;
    z-index: 10;
}

.slide_box {
    width: 60%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 60px;
    padding: 0;
    transition: all .6s;
    z-index: 101;
    transform: translateX(100%);
    box-sizing: border-box;
    border-left: 1px solid rgba(255,255,255,0.17);
}

.slide_nav li a {
    display: block;
    width: 100%;
    position: relative;
    line-height: 45px;
    border-bottom: 1px solid rgba(255,255,255,0.17);
    padding: 0 10px;
    color: #ffffff;
    box-sizing: border-box;
    font-size: 16px;
}

.mobile_btn.on .line1 {
    transform: rotate(45deg);
    transform-origin: -20% 50%;
}

.mobile_btn.on .line2 {
    width: 0;
}

.mobile_btn.on .line3 {
    transform: rotate(-45deg);
    transform-origin: -20% 50%;
}

.z_mask.active {
    width: 100%;
}

.slide_box.active {
    transform: translateX(0);
}
/*手机导航面包ico end */
/*banner图end*/
/* 第一个横向轮播图缩放动画 */
@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.swiper-container-v .img-1,
.swiper-container-v .img-2,
.swiper-container-v .img-3 {
    -webkit-animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}



/* 第一页字体动画 */
@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}



.swiper-container-v .swiper-wrapper .one .fazhan,
.swiper-container-v .swiper-wrapper .three .d {
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


.swiper-container-h .swiperh {
    overflow: hidden;
}

.swiper-container-h .c1,
.swiper-container-h .c2,
.swiper-container-h .c3,
.swiper-container-h .c4,
.swiper-container-h .c5 {
    transition: all 1s ease-in-out;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.swiper-container-h .c2 {
    transition-delay: 0.5s;
}

.swiper-container-h .c3 {
    transition-delay: 1s;
}

.swiper-container-h .c4 {
    transition-delay: 1.5s;
}

.swiper-container-h .c5 {
    transition-delay: 2s;
}


.swiper-container-h .swiper-slide-active .c1,
.swiper-container-h .swiper-slide-active .c2,
.swiper-container-h .swiper-slide-active .c3,
.swiper-container-h .swiper-slide-active .c4,
.swiper-container-h .swiper-slide-active .c5 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}


.swiper-container-h .d1,
.swiper-container-h .d2,
.swiper-container-h .d3,
.swiper-container-h .d4,
.swiper-container-h .d5 {
    transition: all 1s ease-in-out;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
}

.swiper-container-h .d2 {
    transition-delay: 0.5s;
}

.swiper-container-h .d3 {
    transition-delay: 1s;
}

.swiper-container-h .d4 {
    transition-delay: 1.5s;
}

.swiper-container-h .d5 {
    transition-delay: 2s;
}


.swiper-container-h .swiper-slide-active .d1,
.swiper-container-h .swiper-slide-active .d2,
.swiper-container-h .swiper-slide-active .d3,
.swiper-container-h .swiper-slide-active .d4,
.swiper-container-h .swiper-slide-active .d5 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}



/* 第一页所有样式 */

.swiper-container-v .swiper-wrapper .swiper-slide .img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}



.swiper-container-v .img-1 {
    background-image: url(/images/6b16375a7a8f52796e879c936bfd1e9.png);
}

.swiper-container-v .img-2 {
    background-image: url(/images/f2fbef7b3cf9555b08d869c72f1b0ab.jpg);
}

.swiper-container-v .img-3 {
    background-image: url(/images/a103a86f7b0c52de37f4aa65069a888.png);
}


.swiper-container-v .one {
    position: relative;
}


.swiper-container-v .three {
    position: relative;
}


.swiper-container-v .swiper-wrapper .one .fazhan {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 80%;
    height: 20%;
    background-image: url(/images/fazhan.png);
    background-size: 100% 100%;
}

.swiper-container-v .swiper-wrapper .three .d {
    position: absolute;
    top: 30%;
    left: 35%;
    width: 30%;
    height: 35%;
    background-image: url(/images/d.png);
    background-size: 100% 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 50px !important;
}

.mouseIco {
    border: 1px solid #fff;
    width: 25px;
    height: 40px;
    display: block;
    margin: -40px auto;
    border-radius: 12px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 8%;
    z-index: 900;
}

    .mouseIco i {
        width: 1px;
        height: 16px;
        display: block;
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 5px;
        -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
        animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    }

.ssbj {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    display: none;
}

    .ssbj .container {
        position: relative;
        left: 0;
        top: 20%;
    }

    .ssbj span {
        font-size: 16px;
        display: inline-block;
        margin-left: 30px;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .ssbj form {
        border: 2px solid #ffffff;
        height: 50px;
        border-radius: 25px;
        padding: 0 30px;
        color: #ffffff;
    }

        .ssbj form input {
            width: 80%;
            height: 100%;
            border: 0;
            background: none;
            font-size: 16px;
            color: #ffffff;
            outline: none;
        }

        .ssbj form i {
            color: #ffffff;
            font-size: 25px;
            float: right;
            cursor: pointer;
            padding-top: 10px;
        }


/* 侧边分页样式 */

/* 设小圆的文字*/
.swiper-pagination-h .swiper-pagination-bullet {
    background: none;
    width: 12px;
    height: 12px;
    border: 2px solid #cccccc;
    opacity: 1;
    position: relative;
    margin: 10px 0;
}

    /* 设置线条的显示 */
    .swiper-pagination-h .swiper-pagination-bullet:after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        background: #00a3df;
        right: 30px;
        top: 5px;
        transition: all 1s;
    }

/* 设置分页器小圆点样式 */
.swiper-pagination-v .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    background: white;
}

.swiper-container-v .swiper-pagination-v span.swiper-pagination-bullet {
    margin: 0px 12px !important;
}

.swiper-pagination-m .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    /* margin-top: 100px !important; */
    background-color: #5073b1;
    opacity: 1;
}


/* 设置小圆点的激活状态 */

.swiper-pagination-h .swiper-pagination-bullet-active {
    background: #00a3df;
    border-color: #00a3df;
}

.swiper-pagination-v .swiper-pagination-bullet-active {
    background: #00a3df;
    border-color: #00a3df;
}

.swiper-pagination-m .swiper-pagination-bullet-active {
    background-color: #383f77;
    width: 40px;
    height: 12px;
    border-radius: 14px;
}



/* 设置圆点的间距 */
.swiper-container-h .swiper-pagination-h span.swiper-pagination-bullet {
    margin: 20px 0;
}

.swiper-container-v .swiper-pagination-v span.swiper-pagination-bullet {
    margin: 0px 30px;
}

/* 圆点指示线条宽度 */
.swiper-pagination-h .swiper-pagination-bullet-active:after {
    width: 50px;
}

/* 设置小圆点旁边的文字 */
.swiper-pagination-h .swiper-pagination-bullet em {
    content: '';
    position: absolute;
    width: 100px;
    text-align: right;
    right: 90px;
    top: -5px;
    color: #00a3df;
    opacity: 0;
    transition: all 0.3s;
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.2s;
    /* Safari 和 Chrome */
    -o-transition-delay: 0.2s;
    /* Opera */
}

/* 字体显示 */
.swiper-pagination-h .swiper-pagination-bullet-active em {
    opacity: 1;
}

/*.two div {
    width:100%;
    height:100%;
    background:#f3f3f3;
}
.three div {
    width:100%;
    height:100%;
    background:#f3f3f3;
}
.four div {
    width:100%;
    height:100%;
    background:#f3f3f3;
}
.five div {
    width:100%;
    height:100%;
    background:#f3f3f3;
}*/
.nav-search {
    float: left;
    cursor: pointer;
}



/*第二页*/
.w1550 {
    width: 1550px;
    margin: 0 auto;
    padding: 0 10px;
}

.index1 {
    padding: 200px 0 0;
    position: relative;
    background: url(/images/j18.jpg) center no-repeat;
    background-size: cover;
    height: 100%;
}

    .index1 .text {
        width: 48%;
        float: left;
        padding: 0;
    }

        .index1 .text .H4 {
            font-size: 36px;
            color: #23499e;
            text-transform: uppercase;
            font-weight: bolder;
            font-family: Arial;
        }

        .index1 .text .bold {
            font-weight: bolder;
        }

        .index1 .text .thin {
            font-weight: normal;
        }

        .index1 .text .H5 {
            font-size: 30px;
            color: #313131;
            padding: 25px 0 20px 0;
            position: relative;
        }

            .index1 .text .H5::after {
                width: 40px;
                height: 1px;
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                background-color: #666666;
                opacity: .3;
            }

        .index1 .text .p {
            font-size: 16px;
            color: #707070;
            line-height: 34px;
            height: 180px;
            margin: 10px 0;
            overflow: hidden;
        }

.more2 {
    display: block;
    width: 163px;
    height: 38px;
    line-height: 38px;
    background-color: #23499e;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

    .more2:hover {
        background-color: #00a3df;
    }

.index4Num {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #e4e4e4;
}

    .index4Num .list {
        font-weight: bolder;
        float: left;
    }

        .index4Num .list:nth-child(2) {
            float: right;
        }

    .index4Num .big {
        font-size: 80px;
        color: #23499e;
        font-family: Arial;
        font-weight: bolder;
        line-height: 58px;
        display: inline-block;
    }

    .index4Num .small {
        font-weight: normal;
        display: inline-block;
        font-size: 30px;
        color: #23499e;
        font-family: Arial;
        line-height: 20px;
        margin: 0 20px 0 3px;
        vertical-align: bottom;
    }

    .index4Num .p22 {
        display: inline-block;
        font-size: 16px;
        color: #5a5a5a;
        line-height: 20px;
        vertical-align: middle;
        font-weight: normal;
    }

.videoR {
    position: absolute;
    top: 100px;
    right: 0;
    width: 47.34%;
    padding: 150px 0 52px 7.81%;
    background: url(/images/p13.png) left bottom no-repeat;
    background-size: 93% 91.58%;
}

    .videoR .pic {
        height: 542px;
    }

    .videoR .playBtn {
        width: 90px;
        height: 90px;
        position: absolute;
        top: 37.98%;
        left: 11.11%;
        cursor: pointer;
    }

.videoBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,0.4);
    display: none;
}

.videoBox2 {
    width: 50%;
    position: fixed;
    top: 150%;
    left: 50%;
    z-index: 999999;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .videoBox2 .aboutVideo {
        display: block;
        width: 100%;
        min-height: 10px;
        background: #000;
    }

    .videoBox2 .close3 {
        width: 25px;
        height: 25px;
        position: absolute;
        top: -15px;
        right: -15px;
        cursor: pointer;
    }

.videoR .playBtn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(35,73,158, 0.35);
    transform: scale(1.15);
    border-radius: 50%;
    transition: 0.6s;
}

.videoR .playBtn:hover:after {
    transform: scale(1.25);
}
/*第三页*/
.three {
    padding: 100px 0 50px;
    position: relative;
    background: url(/images/b3.jpg) center no-repeat;
    background-size: cover;
    height: 100%;
}

.boxes {
    padding-top: 80px;
}

    .boxes h1 {
        text-align: center;
        font-size: 30px;
        width: 400px;
        margin: auto;
        position: relative;
        color: #fff;
    }

        .boxes h1:after {
            content: "";
            width: 40px;
            height: 3px;
            background: #00a3df;
            position: absolute;
            left: 10px;
            bottom: 10px;
            left: 44%;
            bottom: -20px;
        }

    .boxes p.en {
        text-align: center;
        font-size: 18px;
        width: 300px;
        margin: auto;
        position: relative;
        margin-top: 35px;
        color: #fff;
    }

.img_zd {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .img_zd > img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.img {
    overflow: hidden;
}

    .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .img img {
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

.slow img {
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.list_box_04 {
    margin: 0 -5px;
    padding: 0;
}

    .list_box_04 li {
        float: left;
        width: 25%;
        padding: 0 15px;
    }

        .list_box_04 li a {
            display: block;
            position: relative;
        }

            .list_box_04 li a .img .img_hezi {
                padding-bottom: 111% !important;
            }


            .list_box_04 li a:hover img {
                -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2);
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            .list_box_04 li a .top {
                height: 45.82%;
                position: absolute;
                top: auto;
                right: 0;
                bottom: 0;
                left: 0;
                padding: 0 3.5rem;
                transition: .5s;
            }

                .list_box_04 li a .top h2 {
                    height: 4rem;
                }

                    .list_box_04 li a .top h2 img {
                        height: 2.5rem;
                    }

.title003 .h3 {
    font-size: 1.375rem;
    color: #fff;
}

.title003 .h4 {
    font-size: 12px;
    color: #fff;
    opacity: .7;
    text-transform: uppercase;
    line-height: 1.25;
    margin: .625rem 0 0;
}

.title003 hr {
    margin: 2rem 0 1.75rem;
    background: none;
    position: relative;
}

    .title003 hr:before {
        content: "";
        position: absolute;
        left: 0;
        width: 25px;
        height: 1px;
        background: rgba(255,255,255,.4);
    }

.list_box_04 li a .top .con {
    height: 0;
    transition: .5s;
    overflow: hidden;
    position: relative;
}

    .list_box_04 li a .top .con p {
        font-size: 13px;
        color: #fff;
        line-height: 22px;
        opacity: .7;
        height: 66px;
    }

    .list_box_04 li a .top .con span {
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 33px;
        height: 33px;
        border: rgba(255,255,255,.4) 2px solid;
        border-radius: 50%;
        line-height: 33px;
        text-align: center;
    }

        .list_box_04 li a .top .con span svg {
            display: inline-block;
            width: 1rem;
            height: 1rem;
            fill: #fff;
            transform: translateX(-1px) translateY(1px);
        }

.list_box_04 li a:hover .top {
    height: 100%;
}

.box_table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.box_table_cell {
    display: table-cell;
    vertical-align: middle;
}

    .box_table_cell * {
        white-space: normal;
        word-wrap: break-word;
    }

.list_box_04 li a:hover .top .con {
    height: 10.25rem;
}

.btn-more, .btn-more1 {
    width: 130px;
    height: 34px;
    border: 1px solid #fff;
    display: block;
    margin: 0px auto;
    text-align: center;
    line-height: 34px;
    color: #fff;
    transition: background 300ms;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.btn-more1 {
    border: 1px solid #333;
    color: #333;
}

    .btn-more:before, .btn-more1:before {
        content: "";
        z-index: -1;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: #00a3df;
        -webkit-transition: -webkit-transform .58s cubic-bezier(.4,0,.2,1);
        transition: -webkit-transform .58s cubic-bezier(.4,0,.2,1);
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        transform-origin: 50% 100% 0;
        -webkit-transform-origin: 50% 100% 0;
        visibility: hidden\9;
    }

.btn-more:hover {
    border-color: #00a3df;
}

.btn-more1:hover {
    border-color: #00a3df;
    color: #fff;
}

    .btn-more:hover:before, .btn-more1:hover:before {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        transform-origin: 50% 0 0;
        -webkit-transform-origin: 50% 0 0;
        visibility: visible\9;
    }
/*第四页*/
.four {
    padding-top: 150px;
}


.boxes1 h1 {
    text-align: center;
    font-size: 30px;
    width: 300px;
    margin: auto;
    position: relative;
    color: #333;
}

    .boxes1 h1:after {
        content: "";
        width: 40px;
        height: 3px;
        background: #00a3df;
        position: absolute;
        left: 10px;
        bottom: 10px;
        left: 44%;
        bottom: -20px;
    }

.boxes1 p.en {
    text-align: center;
    font-size: 18px;
    width: 300px;
    margin: auto;
    position: relative;
    margin-top: 35px;
    color: #333;
}

.s_news .item {
    width: 33.33%;
    float: left;
    padding: 0 20px;
}

.s_news .s_tt {
    text-align: center;
    margin-bottom: 3.2rem;
}

    .s_news .s_tt span {
        font-size: 1.625rem;
        color: #3c3c3c;
        font-family: arial;
        text-transform: uppercase;
    }

    .s_news .s_tt h3 {
        font-size: 1.25rem;
        color: #3c3c3c;
    }

.s_news .container {
    padding-top: 0;
}

.s_news .item .img {
    margin-top: 1.5625rem;
}

    .s_news .item .img img {
        transition: 1s;
    }

    .s_news .item .img:hover img {
        transform: scale(1.1);
    }

.s_news .item span {
    font-size: 13px;
    color: #b2b2b4;
}

.s_news .item h5 {
    text-align: left;
    font-size: 1.1rem;
    color: #222225;
    margin-top: 1rem;
    margin-bottom: 1.375rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s_news .item i {
    display: block;
    width: 15px;
    height: 3px;
    background: #828286;
    transition: .3s;
}

.s_news .item:hover i {
    width: 55px;
    background: #23499e;
}

.s_news .item p {
    font-size: 14px;
    color: #868686;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 1.125rem;
    margin-bottom: 1.5625rem;
}

.s_news .item .more {
    font-size: 14px;
    color: #868686;
    font-family: arial;
}

.s_news .owl-nav {
    display: block !important;
}




/*第五页*/

/* ========================== footer-页脚 begin========================== */
.five {
    padding-top: 107px;
}

.lybox h1 {
    text-align: center;
    line-height: 60px;
    letter-spacing: 1px;
    font-size: 24px;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .contact-form > input {
        width: 48%;
        margin-bottom: 20px;
        height: 40px;
    }

    .contact-form .info-dir {
        height: 60px;
    }

    .contact-form .set-btn {
        width: 100%;
        line-height: 80px;
        height: 80%;
        text-align: center;
        margin-top: 30px;
    }

.infobtn {
    background-color: #23499e;
    color: #fff;
    padding: 10px 40px;
}

.lybox p {
    color: #666;
}

.w1600 {
    max-width: 1600px;
    margin: 0 auto;
}

.mt250 {
    margin-top: -250px;
}

.fabd {
    background-image: url("/images/b22.jpg");
    height: 170px;
    background-position: center bottom;
    text-align: center;
    font-size: 20px;
    margin-top: 0px;
    color: #fff;
    padding-top: 30px;
}

    .fabd p {
        margin-bottom: 0;
        line-height: 30px;
        font-weight: 100;
        letter-spacing: 2px;
    }

    .fabd a {
        margin-top: 20px;
    }

    .fabd .txt1 {
        font-size: 16px;
        font-weight: 100;
    }

.footer {
    padding: 3rem 0 1.25rem;
    background: #373f47;
    overflow: hidden;
}

    .footer .left dl {
        display: inline-block;
        margin-right: 4rem;
        vertical-align: top;
    }

        .footer .left dl dt {
            margin-bottom: 1rem;
        }

            .footer .left dl dt, .footer .left dl dt a {
                font-size: 16px;
                color: #fff;
            }

        .footer .left dl dd, .footer .left dl dd a {
            font-size: 14px;
            color: #91989d;
            line-height: 30px;
            transition: 0.36s;
            padding: 0;
        }

    .footer .right {
        width: 550px;
    }

#s_lianxi .miso_hd .miso-list {
    padding-bottom: 2px;
}

#s_lianxi .miso_hd ul {
    font-size: 0;
    text-align: left;
    border-bottom: #4b535a 1px solid;
    margin-bottom: 1.75rem;
    height: 49px;
    padding: 0;
}

    #s_lianxi .miso_hd ul li {
        padding: 0;
        display: inline-block;
        width: auto !important;
        margin-right: 2.375rem;
        text-align: center;
        float: none;
    }

        #s_lianxi .miso_hd ul li a {
            display: inline-block;
            height: 50px;
            border-bottom: transparent 3px solid;
            border-radius: 0;
            font-size: 16px;
            color: #fff;
            transition: 0.6s;
            cursor: pointer;
            margin-bottom: -2px;
            border-bottom: #00a3df 3px solid;
        }

        #s_lianxi .miso_hd ul li.miso-current a {
            border-bottom: #ca0e2a 3px solid;
        }

#s_lianxi .miso_bd .img {
    width: 120px;
    height: 120px;
    border: #576378 1px solid;
    text-align: center;
    display: inline-block;
}

    #s_lianxi .miso_bd .img img {
        width: 105px;
        height: 105px;
        display: inline-block;
    }

#s_lianxi .miso_bd .con {
    width:75%;
    display: inline-block;
    vertical-align: top;
    padding-left: 1.375rem;
}

    #s_lianxi .miso_bd .con h5 {
        font-size: 16px;
        color: #c2c6c9;
        padding: 10px 0 20px;
    }

    #s_lianxi .miso_bd .con p {
        font-size: 14px;
        color: #c2c6c9;
        line-height: 21px;
        margin-bottom: 2px;
    }











        #s_lianxi .miso_bd .con p img {
            display: inline-block;
            margin: -3px 0 0 16px;
        }

footer {
    background: #2c3339;
    padding: 5px 0;
}

    footer p, footer p a {
        font-size: 12px;
        color: #c2c6c9;
        line-height: 45px;
        margin-bottom: 0;
    }

        footer p .a {
            font-size: 14px;
            color: #fff;
            text-decoration: underline;
            margin-left: 1.25rem;
        }

    footer .social-share-block {
        padding: 0;
        margin-top: 5px;
    }

        footer .social-share-block li {
            display: inline-block;
            width: 36px;
            height: 36px;
            border: 1px solid #546270;
            border-radius: 50%;
            vertical-align: middle;
            text-align: center;
            margin-right: 8px;
        }

            footer .social-share-block li a {
                display: table-cell;
                width: 34px;
                height: 34px;
                vertical-align: middle;
            }

                footer .social-share-block li a img {
                    opacity: .4;
                    -webkit-transition: ease 0.3s;
                    -moz-transition: ease 0.3s;
                    -ms-transition: ease 0.3s;
                    -o-transition: ease 0.3s;
                    transition: ease 0.3s;
                }

                footer .social-share-block li a:hover img {
                    opacity: 0.7;
                }

            footer .social-share-block li:last-of-type {
                margin-right: 0;
            }

.foot_ewm_btn {
    position: relative;
}

    .foot_ewm_btn .dd {
        position: absolute;
        width: 110px;
        height: 110px;
        padding: 5px;
        background: #fff;
        bottom: 60px;
        left: 50%;
        margin-left: -55px;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

        .foot_ewm_btn .dd:before {
            content: "";
            display: block;
            border: 6px solid transparent;
            border-top: 6px solid #fff;
            position: absolute;
            bottom: -12px;
            left: 50%;
            margin-left: -6px;
        }

        .foot_ewm_btn .dd img {
            width: 100px;
            height: 100px;
        }

        .foot_ewm_btn .dd.act {
            bottom: 50px;
            opacity: 1;
            visibility: visible;
        }

.fl {
    float: left;
}

.fr {
    float: right;
}
/* ========================== footer-页脚 end==========================*/


@keyframes mouse-dot {
    from {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        opacity: 0;
    }
}



/* 平板768x1000begin */

@media (max-width: 1600px) {
}

@media (max-width: 1500px) {
}

@media (max-width: 1450px) {
}

@media (max-width: 1366px) {
    .header {
        padding: 20px 20px 0px;
    }

        .header ul li {
            padding-right: 50px;
        }
}

@media (max-width: 1355px) {
}

@media (max-width: 1300px) {
}

@media (max-width: 1260px) {
}

@media (max-width: 1199px) {
    .header {
        display: none;
    }

    .footer {
        display: none;
    }

    .mhearder {
        display: block;
    }

    .swiper-container-h, .swiperbanner {
        height: auto;
    }

        .swiper-container-h > .swiper-wrapper {
            display: block;
        }

        .swiperbanner .swiper-wrapper .swiper-slide img.bjimg {
            height: 100%;
            object-fit: cover;
        }

    .mouseIco {
        margin: 0;
        bottom: 8%;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 20px;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 20px;
    }

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        font-size: 36px;
    }

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        font-size: 36px;
    }

    .index1 {
        padding: 10px 0 10px;
        height: auto;
    }

    .w1550 {
        width: 100%;
    }

    .index1 .text {
        width: 100%;
        padding: 0;
    }

        .index1 .text .H4 {
            font-size: 16px;
            padding: 0;
        }

        .index1 .text p {
            font-size: 14px;
            line-height: 25px;
        }

        .index1 .text .H5 {
            font-size: 20px;
            padding: 10px 0 20px 0;
        }

        .index1 .text .p {
            font-size: 14px;
            color: #707070;
            line-height: 25px;
            height: auto;
            margin: 20px 0;
            overflow: hidden;
            text-indent: 2em;
        }

    .more2 {
        display: block;
        width: 100px;
        height: 30px;
        line-height: 30px;
        background-color: #23499e;
        text-align: center;
        font-size: 12px;
        color: #fff;
    }

    .index4Num {
        margin-top: 25px;
        padding-top: 15px;
        border-top: 1px solid #e4e4e4;
        margin-bottom: 20px;
    }

        .index4Num .big {
            font-size: 20px;
            color: #23499e;
            font-family: Arial;
            font-weight: bolder;
            line-height: 30px;
            display: inline-block;
        }

        .index4Num .small {
            font-weight: normal;
            display: inline-block;
            font-size: 20px;
            color: #23499e;
            font-family: Arial;
            line-height: 20px;
            margin: 0 20px 0 3px;
            vertical-align: bottom;
        }

        .index4Num .p22 {
            display: inline-block;
            font-size: 14px;
            color: #5a5a5a;
            line-height: 20px;
            vertical-align: middle;
            font-weight: normal;
        }

    footer {
        padding: 10px 0;
    }

        footer .fl {
            width: 100%;
            text-align: center;
        }

        footer .fr {
            width: 100%;
            text-align: center;
            margin-top: 1rem;
        }

        footer p, footer p a {
            line-height: 20px;
        }

    .w1600 {
        padding: 0 15px;
    }



    .videoR {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        padding: 30px;
        background: url(/images/p13.png) left bottom no-repeat;
        background-size: cover;
    }

        .videoR .pic {
            height: auto;
        }

        .videoR .playBtn {
            width: 60px;
            height: 60px;
            position: absolute;
            top: 40%;
            left: 40%;
            cursor: pointer;
        }
    /**/
    .three {
        padding: 0px 0 50px;
        position: relative;
        background: url(/images/b3.jpg) center no-repeat;
        background-size: cover;
        height: auto;
    }

    .boxes {
        padding-top: 50px;
    }

        .boxes h1, .boxes1 h1 {
            text-align: center;
            font-size: 20px;
            width: 100%;
            margin: auto;
            position: relative;
        }

            .boxes h1:after, .boxes1 h1:after {
                content: "";
                width: 30px;
                height: 2px;
                position: absolute;
                left: 10px;
                bottom: 10px;
                left: 47%;
                bottom: -15px;
            }

        .boxes p.en, .boxes1 p.en {
            text-align: center;
            font-size: 14px;
            width: 100%;
            margin: auto;
            position: relative;
            margin-top: 25px;
        }

    .blank-big {
        height: 40px;
        line-height: 40px;
        clear: both;
        font-size: 0;
    }

    .list_box_04 li {
        float: left;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .four {
        padding-top: 50px;
    }

    .s_news .item {
        width: 100%;
        float: left;
        padding: 0 10px;
    }

        .s_news .item h5 {
            font-size: 1rem;
        }

    .s_news .item {
        width: 100%;
        float: left;
        padding: 10px;
        margin-bottom: 20px;
        border-bottom: 1px #ccc dotted;
    }

        .s_news .item p {
            font-size: 14px;
            color: #868686;
            line-height: 24px;
            height: auto;
            overflow: hidden;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

    .five {
        padding-top: 0;
    }

    .fabd {
        height: 150px;
        margin-top: 0px;
        padding-top: 20px;
        background-size: cover;
        font-size: 14px;
    }

        .fabd p {
            margin-bottom: 0;
            line-height: 25px;
            font-weight: 100;
            letter-spacing: 0;
        }

        .fabd .txt1 {
            font-size: 12px;
            font-weight: 100;
        }

    .btn-more, .btn-more1 {
        width: 100px;
        height: 30px;
        border: 1px solid #fff;
        display: block;
        margin: 0px auto;
        text-align: center;
        line-height: 30px;
        color: #fff;
        transition: background 300ms;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }

    .btn-more1 {
        border: 1px solid #333;
        color: #333;
    }

    .lybox {
        margin-top: 30px;
    }

        .lybox p {
            margin-bottom: 30px;
        }

    .swiper-container-h .c1, .swiper-container-h .c2, .swiper-container-h .c3, .swiper-container-h .c4, .swiper-container-h .c5 {
        transition: none;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@media (max-width: 1000px) {
}

@media (max-width: 800px) {
}

@media (max-width: 760px) {
    .videoBox2 {
        width: 90%;
        top: 15%;
    }

    .swiperbanner .swiper-slide .bannerbox {
        left: 10%;
    }

        .swiperbanner .swiper-slide .bannerbox img {
            width: 80%;
        }

        .swiperbanner .swiper-slide .bannerbox .tx {
            margin-bottom: 20px;
        }

    .swiperbanner .swiper-slide .btop {
        top: 40%;
    }
}

@media (max-width: 640px) {
}

@media (max-width: 500px) {
}
