﻿* {
    box-sizing: border-box;
    padding: 0;
    list-style: none;
}

body {
    margin: 0;
    min-width: 1100px;
}

img {
    width: 100%;
    height: 100%;
    display: block;
}

#app {
    position: relative;
}

header {
    height: 500px;
    background-image: url(../img/组197.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.home {
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
}

.OA {
    width: 116px;
    height: 42px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 21px;
    position: absolute;
    top: 12px;
    right: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.OA a {
    display: block;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.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: 8px;
}
.nav_box{
    width: 1920px;
    height: 60px;
    background-color: #BD1A2D;
}

.nav_box .nav {
    width: 1230px;
    margin: auto;
    /* background-color: #BD1A2D;
    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: 999;
}

.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;
}


.special-content {
    padding: 50px 0 0 0;
    background: #fff;
    position: relative;
}

.special-content .image img {
    width: 20px;
    height: 27px;
}

.special-content .nav-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
}

.special-content .weizhi {
    display: flex;
    margin-left: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
}

.special-content .weizhi>div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    width: 115px;
}

.special-content .weizhi .video {
    color: #BA1D2B;
}

.special-content .weizhi a {
    text-decoration: none;
    color: inherit;
}

.special-title {
    max-width: 1200px;
    margin: 30px auto;
}

.special-title .left-line {
    width: 410px;
    height: 10px;
    background-image: url(../img/left.png);
    background-size: 100% 100%;
    float: left;
    margin-top: 22px;
    margin-left: 95px;
}

.special-title .title {
    width: 153px;
    height: 48px;
    font-size: 32px;
    font-weight: 700;
    color: #bd1a2d;
    float: left;
    margin: 0 20px;
    text-align: center;
}

.special-title .right-line {
    width: 410px;
    height: 10px;
    background-image: url(../img/right.png);
    background-size: 100% 100%;
    float: left;
    margin-top: 22px;
}

.clearfix {
    clear: both;
}

.box {
    width: 1200px;
    position: relative;
    margin: auto;
    cursor: pointer;
    height: 431px;
    /*margin-left: 345px;*/
}

.swiper-pointer-events {
    height: 100%;
    width: 1100px;
    overflow: hidden;
    /* overflow: hidden; */
}

.swiper-container {
    width: 105%;
    height: 100%;
}

.swiper-slide {
    width: 380px;
    text-align: center;
    font-size: 18px;
    /* background: #ccc; */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 99;
}

.swiper-slide.swiper-slide-next {
    z-index: 98;
    transform: scale(0.9);

}

.swiper-slide.swiper-slide-next img {
    margin-right: 60px;
}

.swiper-slide.swiper-slide-prev {
    z-index: 88;
    transform: scale(0.9);
}

.swiper-slide .swiper-slide-duplicate img {
    margin-right: 260px;
}

.swiper-slide.swiper-slide-prev img {
    margin-left: 60px;
}

.box .swiper-wrapper {
    height: 380px;
}

.swiper-wrapper>div {
    margin: 0;
}

.box .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 30px;
}

.box .swiper-wrapper .swiper-slide img {
    height: 220px;
    width: 380px;
}

.box .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    width: 380px;
    height: 100%;
}

.box .swiper-wrapper .swiper-slide:hover div img {
    border-top: 1px solid #bd1a2d;
    border-left: 1px solid #bd1a2d;
    border-right: 1px solid #bd1a2d;
    border-radius: 6px 6px 0 0;
    box-shadow: 0px 4px 10px 0px rgba(189, 26, 45, 0.20);
}

.box .swiper-wrapper .swiper-slide:hover .go-special {
    border-bottom: 1px solid #bd1a2d;
    border-left: 1px solid #bd1a2d;
    border-right: 1px solid #bd1a2d;
    border-radius: 0 0 6px 6px;
    box-shadow: 0px 4px 10px 0px rgba(189, 26, 45, 0.20);
}

.box .swiper-button-prev {
    left: -70px;
    right: auto;
    top: 180px;
}

.box .swiper-button-prev:after {
    content: '';
    background-image: url(../img/zuo.png);
    width: 41px;
    height: 66px;
}

.box .swiper-button-next:after {
    content: '';
    background-image: url(../img/you.png);
    width: 41px;
    height: 66px;
}

.box .swiper-button-next {
    right: -130px;
    left: auto;
    top: 180px;
}

.previous-special {
    margin-top: 50px;
    /* background-image: url(../img/蒙版组\ 34.png);
    background-size: 100% 100%;
    background-repeat: no-repeat; */
}

.previous-special-title {
    max-width: 1200px;
    margin: auto;
}

.go-special a {
    text-decoration: none;
    color: #fff;
}

.swiper-slide.swiper-slide-active .go-special {
    width: 380px;
    padding: 20px 0 40px 0;
    border: 1px solid #efefef;
    background-color: #fff;
    border-top: none;
    box-shadow: 0px 3px 6px 0px rgba(186, 186, 186, 0.20);
}

.swiper-slide.swiper-slide-active .go-special .ti {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.swiper-slide.swiper-slide-active .go-special .jinru {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #bd1a2d;
    border-radius: 6px;
    margin: auto;
    margin-top: 34px;
}

.swiper-slide.swiper-slide-next .go-special,
.swiper-slide.swiper-slide-prev .go-special {
    width: 324px;
    height: 205px;
    padding: 20px 0 40px 0;
    border: 1px solid #efefef;
    background-color: #fff;
    border-top: none;
    box-shadow: 0px 3px 6px 0px rgba(186, 186, 186, 0.20);
}

.swiper-slide .go-special {
    width: 300px;
    text-align: center;
    padding: 20px 0 40px 0;
    border: 1px solid #efefef;
    background-color: #fff;
    border-top: none;
    box-shadow: 0px 3px 6px 0px rgba(186, 186, 186, 0.20);
}

.swiper-slide .go-special .ti {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.swiper-slide.swiper-slide-next .go-special .ti,
.swiper-slide.swiper-slide-prev .go-special .ti {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.swiper-slide .go-special .jinru {
    width: 80px;
    height: 33px;
    line-height: 33px;
    background-color: #e5a3ab;
    border-radius: 6px;
    margin: auto;
    margin-top: 13px;
}

.swiper-slide.swiper-slide-next .go-special .jinru,
.swiper-slide.swiper-slide-prev .go-special .jinru {
    width: 92px;
    height: 37px;
    line-height: 37px;
    background-color: #e5a3ab;
    border-radius: 6px;
    margin: auto;
    margin-top: 18px;
}

.swiper-container .swiper-pagination-bullet {
    background-color: #d77681;
}

.previous-special-title .left-line {
    width: 410px;
    height: 10px;
    background-image: url(../img/left.png);
    background-size: 100% 100%;
    float: left;
    margin-top: 22px;
    margin-left: 95px;
}

.previous-special-title .title {
    width: 217px;
    height: 48px;
    font-size: 32px;
    font-weight: 700;
    color: #bd1a2d;
    float: left;
    margin: 0 20px;
    text-align: center;
}

.previous-special-title .right-line {
    width: 410px;
    height: 10px;
    background-image: url(../img/right.png);
    background-size: 100% 100%;
    float: left;
    margin-top: 22px;
}

.clearfix {
    clear: both;
}

.special-wrapper {
    margin-top: 30px;
}

.special-list {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.special-list>div {
    width: 380px;
    height: 240px;
    margin-top: 30px;
    z-index: 99;
    background-image: url(../img/zt_bg.png);
    position: relative;
    cursor: pointer;
    padding: 0 30px;

    box-sizing: border-box;
}

.special-list>div:hover {
    border: 2px solid #bd1a2d;
    box-shadow: 0px 3px 6px 0px rgba(189, 26, 45, 0.16);
}

.special-list .title {
    /* width: 234px; */
    /* height: 50px; */
    font-size: 24px;
    margin: auto;
    margin-top: 53px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #95541e;
    line-height: 38px;
    letter-spacing: 1.44px;
}

.special-list .title.title3 {
    width: 265px;
}

.special-list .title.title4 {
    width: 280px;
}

.special-list .title.title5 {
    width: 245px;
    height: 74px;
}

.special-list .special-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
}

.special-wrapper .to-special a {
    text-decoration: none;
    color: inherit;
}

.special-wrapper .to-special {
    width: 100px;
    height: 40px;
    margin: auto;
    background: #ffffff;
    border: 1px solid #f5e6d1;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    margin-top: 35px;
    color: #e99855;
}

.bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 311px;
    background-image: url(../img/蒙版组\ 34.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.fenye {
    /* margin-left: 200px; */
    text-align: center;
    padding: 50px 0;
    cursor: pointer;
}

.fenye .pagination li {
    width: 34px;
    height: 34px;
}









/* 底部 */

footer {
    width: 100%;
    height: 265px;
}

.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 span img {
    width: 12px;
}

.select-item .yangshi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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 a {
    text-decoration: none;
    color: inherit;
}

.item-child p {
    height: 30px;
    line-height: 30px;
}

.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;
}

.icp {
    display: flex;
}

.beian {
    margin-left: 97px;
    display: flex;
}

.beian a {
    text-decoration: none;
    color: inherit;
}

.beian>img {
    margin-left: 20px;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.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;
}

.build-content {
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
}



/* 无障碍功能 */
#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;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    /* width: 54px;
    height: 54px; */
    background: #bd1a2d !important;
    border-radius: 4px;
    border-color:#bd1a2d;
}

.pagination li {
    width: 54px;
    height: 54px;
    background: #ededed;
    border-radius: 4px;
}
.pagination li a{
    background: #ededed;
    border-radius: 4px;
    margin: 0 10px;
    color: #333;
}
.pagination li span{
    background: #ededed !important;
    border-radius: 4px;
    margin: 0 10px;
    color: #333;
}
.pagination li:nth-child(3) span{
    display: none;
}