* {
    box-sizing: border-box
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
    outline: none
}

fieldset,
img {
    border: 0 none
}

dl,
ul,
ol,
menu,
li {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

input,
select,
textarea,
button {
    vertical-align: middle
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

body,
th,
td,
input,
select,
textarea,
button {
    font-size: 12px;
    font-family: "微软雅黑", "黑体", "宋体";
    color: #555
}

a {
    color: #555;
    text-decoration: none
}

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: normal
}

caption {
    display: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    vertical-align: top
}

em,
i {
    font-style: normal
}

a {
    outline: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.clearfix {
    clear: both
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table
}

.clearfix:after {
    clear: both
}

.active {
    color: red
}

.colum-banner-pc {
    display: block
}

.colum-banner-phone {
    display: none
}

@media screen and (max-width:1024px) {
    .colum-banner-pc {
        display: none
    }

    .colum-banner-phone {
        display: block
    }
}

.img-scale {
    transform: scale(1);
    transition: all .5s
}

.img-scale:hover {
    transform: scale(1.1);
    transition: all .5s
}

body {
    overflow-x: hidden
}

@media all and (-moz-min-device-pixel-ratio:1) and (-moz-max-device-pixel-ratio:1.08),
(-webkit-min-device-pixel-ratio:1) and (-webkit-max-device-pixel-ratio:1.08),
(min-resolution:1dppx) and (max-resolution:1dppx) {
    :root {
        font-size: .14rem
    }
}

@media all and (-moz-min-device-pixel-ratio:1.09) and (-moz-max-device-pixel-ratio:1.18),
(-webkit-min-device-pixel-ratio:1.09) and (-webkit-max-device-pixel-ratio:1.18),
(min-resolution:1.09dppx) and (max-resolution:1.18dppx) {
    :root {
        font-size: .14rem
    }
}

@media all and (-moz-min-device-pixel-ratio:1.19) and (-moz-max-device-pixel-ratio:1.28),
(-webkit-min-device-pixel-ratio:1.19) and (-webkit-max-device-pixel-ratio:1.28),
(min-resolution:1.19dppx) and (max-resolution:1.28dppx) {
    :root {
        font-size: .13rem
    }
}

@media all and (-moz-min-device-pixel-ratio:1.29) and (-moz-max-device-pixel-ratio:1.4),
(-webkit-min-device-pixel-ratio:1.29) and (-webkit-max-device-pixel-ratio:1.4),
(min-resolution:1.29dppx) and (max-resolution:1.4dppx) {
    :root {
        font-size: .12rem
    }
}

@media screen and (max-width:1024px) and all and (-moz-min-device-pixel-ratio:1.61) and (-moz-max-device-pixel-ratio:1.8),
screen and (max-width:1024px) and (-webkit-min-device-pixel-ratio:1.61) and (-webkit-max-device-pixel-ratio:1.8),
screen and (max-width:1024px) and (min-resolution:1.61dppx) and (max-resolution:1.8dppx) {
    :root {
        font-size: 3.5rem !important
    }
}

@media all and (-moz-min-device-pixel-ratio:1.41) and (-moz-max-device-pixel-ratio:1.6),
(-webkit-min-device-pixel-ratio:1.41) and (-webkit-max-device-pixel-ratio:1.6),
(min-resolution:1.41dppx) and (max-resolution:1.6dppx) {
    :root {
        font-size: 3.5rem !important
    }
}

@media all and (-moz-min-device-pixel-ratio:1.61) and (-moz-max-device-pixel-ratio:1.8),
(-webkit-min-device-pixel-ratio:1.61) and (-webkit-max-device-pixel-ratio:1.8),
(min-resolution:1.61dppx) and (max-resolution:1.8dppx) {
    :root {
        font-size: 3.5rem !important
    }
}

.footer-copyright a img,
.footer-mid-box a img,
.footer-com a img,
.footer-bottom-record a img,
.footer-keep-record a img,
.header-welcome-text a img,
.right-infor .Record a img,
.copyright a img,
.gongan_record_icon img {
    margin: -2px 3px 0 15px !important
}

.banner {
    position: relative;
    width: 100%;
    overflow: hidden
}

@media screen and (max-width:1024px) {
    .banner {
        margin-top: 0
    }
}

.banner div.pc_pagination {
    position: absolute;
    bottom: .4rem;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    text-align: center;
    z-index: 98;
    font-size: 0
}

@media screen and (max-width:1024px) {
    .banner div.pc_pagination {
        width: auto;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        display: none
    }
}

.banner div.pc_pagination span.swiper-pagination-switch {
    display: inline-block;
    width: 1rem;
    height: .06rem;
    border-radius: .04rem;
    background: #fff;
    margin: 0 .15rem
}

.banner div.pc_pagination span.swiper-pagination-switch.template_main_back {
    background: #0B40AE
}

.banner div.arrow {
    width: .6rem;
    height: .6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer
}

@media screen and (max-width:1024px) {
    .banner div.arrow {
        display: none
    }
}

.banner div.arrow-left-index {
    background: url(../images/banner-arrow-left.png) center center no-repeat;
    background-size: .6rem auto;
    left: 1.1rem
}

.banner div.arrow-right-index {
    background: url(../images/banner-arrow-right.png) center center no-repeat;
    background-size: .6rem auto;
    right: 1.1rem
}

.banner div.swiper-container {
    max-height: calc(100vh)
}

@media screen and (max-width:1024px) {
    .banner div.swiper-container {
        max-height: auto
    }
}

.banner div.swiper-container div.swiper-wrapper {
    height: 100%
}

.banner div.swiper-container div.swiper-slide {
    height: 100%;
    position: relative
}

.banner div.swiper-container a {
    display: block
}

.banner div.swiper-container img {
    width: 100%
}

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

.page-banner {
    position: relative
}

.page-banner img {
    max-width: 100%;
    width: 100%
}

@media screen and (max-width:1024px) {
    .page-banner {
        margin-top: 0
    }
}

@media screen and (max-width:1024px) {
    .pc-banner {
        display: none
    }
}

.phone-banner {
    display: none
}

@media screen and (max-width:1024px) {
    .phone-banner {
        display: block
    }
}

.multe_video_container {
    position: absolute;
    border: .1rem solid #fff;
    border-radius: .1rem
}

.multe_video_container .video_container_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 100%
}

.multe_video_container .video_container_wrap .banner_video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 100%
}

.multe_video_container .video_container_wrap .banner_video_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2)
}

.multe_video_container .video_container_wrap .banner_video_play {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 20%;
    margin-left: -10%;
    margin-top: -10%;
    cursor: pointer
}

.banner div.swiper-container {
    max-height: inherit !important
}

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

.single_video_container .video_container_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 100%
}

.single_video_container .video_container_wrap:hover .banner_video_mask {
    opacity: 1
}

.single_video_container .video_container_wrap:hover .banner_video_play {
    opacity: 1
}

.single_video_container .video_container_wrap .banner_video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

.single_video_container .video_container_wrap .banner_video_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: .8s
}

.single_video_container .video_container_wrap .banner_video_play {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: .8rem;
    margin-left: -0.4rem;
    margin-top: -0.4rem;
    cursor: pointer;
    transition: .8s
}

@keyframes imgBig {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes imgBig {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.swiper-slide-active .banner_scale_big {
    animation: imgBig 8s linear infinite;
    -webkit-animation: imgBig 8s linear infinite
}

.vertical_pagination {
    position: absolute;
    right: .5rem;
    bottom: .5rem;
    z-index: 98;
    font-size: 0
}

.vertical_pagination span.swiper-pagination-switch {
    display: block;
    width: .1rem;
    height: .1rem;
    border-radius: .05rem;
    background: #fff;
    margin: .15rem 0
}

.vertical_pagination span.swiper-pagination-switch.template_main_back {
    background-color: #0b40ae
}

div.video-play {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    display: none
}

div.video-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1001;
    background: #0b0b0b;
    opacity: .5
}

div.video-wrap {
    z-index: 1002;
    position: fixed;
    top: 52%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate3d(-50%, -52%, 0);
    transform: translate3d(-50%, -52%, 0);
    width: auto;
    max-width: 80%;
    height: 5.76rem
}

@media screen and (max-width:1024px) {
    div.video-wrap {
        width: 90%;
        height: auto
    }
}

div.video-wrap #bannervideo {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%
}

div.video-close-btn {
    cursor: pointer;
    font-size: .3rem;
    color: #ffffff;
    text-align: right;
    margin-right: -0.1rem;
    margin-bottom: .1rem;
    font-family: sans-serif
}