﻿* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-width: 1100px;
}

img {
    width: 100%;
    height: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    object-fit: cover;
}

#app {
    position: relative;
}

header {
    height: 500px;
    min-width: 800px;
    background-size: 100% 500px;
    background-repeat: no-repeat;
    padding: 70px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    animation: myFirst 21s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: running;
    position: relative;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
}

@keyframes myFirst {
    
    0% {
        background-image: url(../img/top_0.png);
    }
    16% {
        background-image: url(../img/top_1.png);
    }

    32% {
        background-image: url(../img/top_2.png);
    }

    48% {
        background-image: url(../img/top_3.png);
    }

    64% {
        background-image: url(../img/top_4.png);
    }

    80% {
        background-image: url(../img/top_5.png);
    }

    100% {
        background-image: url(../img/top_0.png);
    }
}

.img-wrapper {

    width: 125px;
    height: 125px;
    object-fit: cover;
}

.title-wrapper {
    padding: 30px 0 50px;
}

.title-wrapper .title {
    /* width: 442px; */
    height: 90px;
    font-size: 68px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #bd1a2d;
    letter-spacing: 6.8px;
}

.url {
    color: #7C7B7B;
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
}

.inp-wrapper {
    display: flex;
    /* width: 25%; */
    border-radius: 4px;
}

.inp-wrapper .from_serach {
    display: flex;
    /* width: 25%; */
    /* border-radius: 4px; */
}

.inp-wrapper .from_serach .search-inp {
    width: 461px;
    height: 60px;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px 0px 0px 4px;
}

.inp-wrapper .from_serach .search_icon {
    display: flex;
    align-items: center;
    width: 100px;
    height: 60px;
    background: #bd1a2d;
    border-radius: 0px 4px 4px 0px;
    padding: 0 22px;
    box-sizing: border-box;
}

.inp-wrapper .from_serach .search_icon .icon-sousuo {
    width: 18px;
    height: 18px;
    color: #fff;
}


.search-inp {
    background-color: #FFF;
    background-image: none;
    /* border-radius: 4px; */
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    outline: 0;
    padding: 0 15px;
    width: 100%;
}

::-webkit-input-placeholder {
    color: #CCC;
}

.search-btn {
    width: 89px;
    background: #BD1A2D;
    border-color: #BD1A2D;
    border-radius: 0 4px 4px 0;
    color: #FFF;
    outline: none;
    border: none;
}

.OA {
    width: 116px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 21px;
    position: absolute;
    top: 12px;
    right: 36px;
    z-index: 9;
    cursor: pointer;
}

.OA a {
    display: block;
    text-decoration: none;
}

.OA img {
    width: 16px;
    height: 16px;
    margin-top: -4px;
    margin-right: -3px;
}

.OA span {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    color: #ffffff;
    margin-left: 4px;
}

/* .header-inner {
   
} */
.nav_box{
    width: 100%;
    height: 60px;
    background: #bd1a2d;
}
.nav_box .nav {
    /* min-width: 1000px; */
    background-color: #BD1A2D;
    width: 1230px;
    margin: auto;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.tab-item {
    padding: 20px 30px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    height: 60px;
    font-size: 16px;
    color: #fff;
}

.tab-item a {
    color: #fff;
    text-decoration: none;
}

.tab-child {
    width: 100%;
    display: none;
    text-align: center;
    position: absolute;
    top: 58px;
    left: 0;
    background-color: #bd1a2d;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.tab-child a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.tab-item:hover {
    background-color: #d15f6c;
    font-weight: 700;
    font-size: 18px;
}

.tab-item:hover .tab-child {
    display: block;
}

.tab-child a:hover {
    background-color: #d15f6c;
    font-size: 15px;
}

.inner-wrapper {
    max-width: 1200px;
    padding: 30px 0;
    box-sizing: border-box;
    margin: auto;
}

.img-box {
    position: relative;
    cursor: pointer;
    height: 120px;
}

.mySlides {
    display: none
}


/* 幻灯片容器 */

.slideshow-container {
    height: 120px;
    position: relative;
}


/* 标记符号 */

.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot:hover {
    background-color: #eee;
}


/* 淡出动画 */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3s;
    animation-name: fade;
    animation-duration: 3s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.inner-main {
    height: 478px;
    display: flex;
    margin-top: 30px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.inner-main .inner-right {
    width: 30%;
    font-size: 16px;
    font-weight: 700;
    margin-left: 40px;
    color: #333333;
}

#carousel-example-generic {
    position: relative;
}

#carousel-example-generic .item {
    height: 460px;
    object-fit: cover;
}

#carousel-example-generic .item img {
    height: 460px;
}

#carousel-example-generic .carousel-indicators li {
    margin: 0 4px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: 0.6;
}


#carousel-example-generic .carousel-indicators .active {
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: 1;
}

.inner-main .carousel-indicators {
    position: absolute;
    left: 715px;
    bottom: -135px;
}

.right-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
}

.right-top {
    display: flex;
}

.top-item {
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    margin-right: 30px;
}

.top-items:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    background-image: url(../img/border.png);
    background-size: 100%;
    width: 100%;
    height: 8px;
    color: #bd1a2d;
}

.dynamic-items:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -4px;
    background-image: url(../img/border.png);
    background-size: 100% 100%;
    /* background-repeat: no-repeat; */
    width: 100%;
    height: 8px;
    color: #bd1a2d;
}

.dynamic-items,
.top-items {
    color: #bd1a2d;
}

.right-main {
    margin-top: 30px;
    height: calc(100% - 30px);
}

.left-content .con {
    width: 412px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aside-item {
    display: block;
    font-size: 16px;
    color: #333;
    /* font-weight: bold; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    line-height: 41px;
    font-weight: normal;
}

.aside-item .dian {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: rgb(104, 102, 102);
    border-radius: 50%;
    margin-bottom: 3px;

}

.aside-item a {
    color: #333;
    text-decoration: none;
    font-size: 20px;
}

.aside-item a:hover {
    color: #BD1A2D;
}

.aside-item a:hover .dian {
    background-color: #BD1A2D;
}

/* 专题栏目 */

.special-column {
    width: 100%;
    height: 400px;
    background-image: url(../img/special.png);
    background-size: 100% 100%;
    padding: 40px 0;
    box-sizing: border-box;
}

.swiper .swiper-pagination.zti {
    bottom: 28px;
}

.swiper .swiper-pagination.pag {
    bottom: 5px;
}

.swiper .swiper-pagination.video {
    bottom: -5px;
}

.swiper .swiper-pagination.yw {
    bottom: 10px;
    left: 345px;
}

.special-title {
    /* max-width: 1200px;
    margin: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

#zhuanti {
    width: 100%;
    position: relative;
}

.swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: space-between;
    background-color: transparent;
}

.next {
    width: 41px;
    height: 67px;
    position: absolute;
    right: -78px;
    top: 35%;
    background-image: url('../img/you.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.prev {
    width: 41px;
    height: 67px;
    position: absolute;
    left: -78px;
    top: 35%;
    background-image: url('../img/zuo.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-prev:after {
    display: none;

}

.swiper .swiper-pagination.pag .swiper-pagination-bullet,
.swiper .swiper-pagination.yw .swiper-pagination-bullet {
    background-color: #fff;
}

.swiper-pagination-bullet {
    background-color: #bd1a2d;
}

.swiper-pagination-bullet-active {
    background-color: #bd1a2d;
}

#zhuanti .swiper-wrapper .zhuanti .zt_img {
    width: 280px;
    height: 160px;
}

/* .swiper-wrapper .swiper-slide .img {
    width: 100%;
    height: auto;
} */

.left-line {
    width: 410px;
    height: 10px;
    background-image: url(../img/left.png);
    background-size: 100% 100%;
    float: left;
    /* margin-top: 22px; */
    /* margin-left: 95px; */
}

.right-more {
    width: 60px;
    height: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    float: right;
    margin-top: 0px;
    cursor: pointer;
    position: absolute;
    right: 360px;
}

.title {
    height: 48px;
    font-size: 32px;
    font-weight: 700;
    color: #bd1a2d;
    float: left;
    margin: 0 20px;
    text-align: center;
}

.right-line {
    width: 410px;
    height: 10px;
    background-image: url(../img/right.png);
    background-size: 100% 100%;
    float: left;
    /* margin-top: 22px; */
}

.special-a {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    margin-top: 50px;
    height: 280px;
    cursor: pointer;
    position: relative;
}

.special-car {
    cursor: pointer;
    overflow: hidden;
    object-fit: cover;
}

.special-car img {
    transform: translateX(0px) scale(1);
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.special-car img:hover {
    transform: translateX(0px) scale(1.1);
}

.bgGray {
    width: 100%;
    background: #F8F8F8;
}

.bgGray .content,
.content-wrapper .content {
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
    min-height: 370px;
    display: flex;
    justify-content: space-between;
}

.left-dynamic {
    width: 45.83333%;
}

.left-dynamic .left-title,
.right-construction .right-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
    position: relative;
}

.left-dynamic .title {
    font-size: 22px;
    font-weight: 700;
    color: #999999;
    height: 50px;
    line-height: 45px;
    display: flex;
    width: 344px;
    justify-content: space-between;
    position: relative;
}

.left-dynamic .con {
    width: 410px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-construction .title_item {
    font-size: 22px;
    font-weight: 700;
    color: #999999;
    height: 50px;
    line-height: 45px;
    display: flex;
    width: 472px;
    justify-content: space-between;
    position: relative;
}

.left-dynamic .dynamic,
.right-construction .right-dyc,
.right-construction .right-treatment,
.left-dynamic .msg-dynamic {
    position: relative;
}

.right-dyc:hover,
.dynamic:hover,
.msg-dynamic:hover,
.right-treatment:hover {
    color: #BD1A2D;
    cursor: pointer;
}

.left-dynamic .more,
.right-construction .more {
    position: absolute;
    font-size: 18px;
    color: #999999;
    right: 0px;
    top: 10px;
    cursor: pointer;
    z-index: 99;
}

.left-content,
.right-content,
.treatment-content,
.msg-treatment,
.right-main {
    display: none;
}

.right-content .con,
.right-construction .con {
    width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.black {
    display: block;
}

.left-content .aside-item,
.right-content .aside-item,
.msg-treatment .aside-item,
.treatment-content .aside-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-construction {
    width: 50%;
    margin-left: 4.16667%;
}

.content {
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
    min-height: 370px;
}

.more a {
    text-decoration: none;
    color: #999;
}


/* 视屏中心 */

.video-center {
    background-image: url(../img/videobg.png);
    background-size: 100% 100%;
    background-color: #F8F8F8;
    height: 484px;
    padding: 40px 0;
}

.video-center .video-title {
    /* max-width: 1200px;
    margin: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

.left-line {
    width: 410px;
    height: 10px;
    background-image: url(../img/left.png);
    background-size: 100% 100%;
    float: left;
    /* margin-top: 22px; */
    /* margin-left: 95px; */
}

.video-title .title {
    width: 153px;
    height: 48px;
    font-size: 32px;
    font-weight: 700;
    color: #bd1a2d;
    float: left;
    margin: 0 20px;
    text-align: center;
}

.video-title .right-line {
    width: 410px;
    height: 10px;
    background-image: url(../img/right.png);
    background-size: 100% 100%;
    float: left;
    /* margin-top: 22px; */
}

.video-title .more {
    width: 60px;
    height: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    float: right;
    margin-top: 0px;
    cursor: pointer;
    position: absolute;
    right: 360px;
}

.video-play {
    max-width: 1330px;
    margin: auto;
}

#carousel-example-generic {
    height: 320px;
}

.video-car {
    background-image: url(../img/videoB.png);
    background-size: 100% 100%;
    max-width: 1200px;
    height: 300px;
    padding: 12px 0;
    margin: auto;
    position: relative;
    /* overflow: hidden; */
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper.swi {
    height: 120px;
}

.swiper.video {
    height: 320px;
}

.swiper-wrapper {
    height: 220px;
    width: 100%;
}

.swiper-wrapper.swp {
    height: 270px;
}

.swiper-wrapper.yaowen {
    height: 100%;
}

.swiper-wrapper .span {
    position: relative;
    width: 394px;
    height: 276px;
    overflow: hidden;
    
}

.swiper-wrapper .span img {
    height: 280px;
    width: 395px;
    cursor: pointer;
    overflow: hidden;
}

.swiper-wrapper .span .play {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.carousel-inner span {
    width: 395px;
    height: 276px;
    position: relative;
    cursor: pointer;
}

.swiper-slide .span {
    transform: translateX(0px) scale(1);
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.swiper-slide .span:hover {
    transform: translateX(0px) scale(1.1);
}

.carousel-inner .play {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.clearfix {
    clear: both;
}


/* 便捷服务 */

.speedy-serve {
    background-color: #FFF;
    height: 300px;
    width: 100%;
    padding: 40px 0;
}

.serve-title {
    /* text-align: center;
    max-width: 1200px;
    margin: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.serve-list {
    max-width: 1330px;
    margin: auto;
    display: flex;
    font-size: 18px;
}

.serve-list>a {
    flex: 1;
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    width: 324px;
    height: 126px;
    cursor: pointer;
}

.serve-list>a:hover {
    background-color: #f8f8f8;
    border-radius: 8px;
}


/* 底部 */

footer {
    height: 265px;
    background: #BD1A2D;
}

.footer-content {
    max-width: 1200px;
    margin: auto;
}

.footer-select {
    padding-top: 25px;
    margin-bottom: 35px;
    display: flex;
}

.select-item {
    padding: 0;
    margin-right: 120px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.select-item img {
    width: 12px;
}

.item-child {
    width: 200px;
    display: none;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #333;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.item-child p {
    height: 30px;
    line-height: 30px;
}
.item-child p a{
    color: inherit;
    text-decoration: none;
}

.item-child p:hover {
    color: #66b1ff;
}

.select-item:hover .item-child {
    display: block;
}

.glyphicon-triangle-bottom {
    font-size: 12px;
}

.footer-info {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    display: flex;
}

.footer-info .jinguan-wrapper {
    width: 4.16667%;
}

.jinguan-wrapper .jinguan {
    width: 48px;
    height: 48px;
    margin-top: 60px;
}

.report-wrapper {
    width: 8.33333%;
    margin-left: 4.16667%;
}

.report-wrapper .report {
    width: 94px;
    height: 35px;
    margin-top: 66px;
    margin-left: 4.16667%;
}

.footer-info .left-info {
    width: 50%;
}

.gray {
    color: #ffffff66;
    margin-left: 15px;
}

.site {
    width: 320px;
    display: block;
    float: left;
}

.beian {
    margin-left: 97px;
    cursor: pointer;

}

.beian a {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
}

.beian>img {
    margin-left: 20px;
    width: 20px;
    height: 20px;
}


.QR {
    width: 29.16667%;
    margin-top: 28px;
    margin-left: 5.16667%;
}

.instal {
    float: left;
    text-align: center;
    margin-left: 25px;
}

.QR img {
    width: 86px;
    height: 86px;
}

.official-accounts {
    float: left;
    text-align: center;
    margin-left: 25px;
}




/* 无障碍功能 */
#accessibility-wrapper {
    width: 70px;
    height: 425px;
    background: #ffffff;
    box-shadow: 0px 3px 6px 0px rgba(198, 198, 198, 0.50);
    /* outline: 1px solid red; */
    position: fixed;
    top: 35%;
    right: 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 9999;
}

#accessibility-wrapper .wx {
    width: 30px;
    height: 30px;
}

.img_active .wx {
    display: none;

}

.img_active .xz {
    display: block !important;

}

.img_active .menu_item a {
    color: #94070a !important;
}

.img_active .menu_item {
    color: #94070a !important;
}

.img_active .show_content {

    display: flex !important;
    display: block !important;
}

#accessibility-wrapper .menu_box .show_content {
    width: 120px;
    height: 140px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 0px rgba(198, 198, 198, 0.50);
    position: absolute;
    left: -130px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

#accessibility-wrapper .menu_box .show_content .show_img {
    width: 100px;
    height: 100px;
}

#accessibility-wrapper .menu_box .show_content .show_title {
    /* width: 97px;
height: 19px; */
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #010001;
    margin-top: 4px;
}

#accessibility-wrapper .xz {
    width: 30px;
    height: 30px;
    display: none;
}


#accessibility-wrapper .accessibility {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 11px 20px;
    cursor: pointer;
}

#accessibility-wrapper .accessibility>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 53px;
    align-items: center;
    color: #999999;
    text-align: center;
}

#accessibility-wrapper .accessibility>div a {
    text-decoration: none;
    display: inline-block;
    width: 39px;
    font-size: 13px;
    color: inherit;
    margin-top: 4px;
}

#accessibility-wrapper .interactive-platform {
    height: 80px;
    background: #94070a;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px 0;
}

#accessibility-wrapper .interactive-platform .hdpt_item {
    font-size: 13px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

#accessibility-wrapper .interactive-platform .hdpt_item:hover {
    text-decoration: none !important;
}
.fixed_bottom {
    display: block;
    width: 220px;
    height: 130px;
    position: fixed;
    bottom: 20px;
    right: 5px;
    z-index: 999;
    overflow: hidden;
}

.fixed_bottom a {
    width: 100%;
    display: block;
}

.fixed_bottom h6 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 25px;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

/* .fixed_bottom img {
    display: block;
    width: 100%;
    height: auto;
} */

.bottom_sw {
    width: 220px;
    height: 118px;
}  

.bottom_sw a{
    display: block;
    width: 100%;
    height: 100%;
}
.bottom_sw a img{
    display: block;
    width: 220px;
    height: 118px;
    object-fit: cover;
}