﻿* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

img {
    width: 100%;
    height: 100%;
}

nav {
    min-width: 1500px;
    display: flex;
    align-items: center;
    height: 86px;
    background: #ffffff;
    padding: 0 36px 0 136px;
}

.logo {
    width: 180px;
    height: 47px;
    object-fit: cover;
}

.nav {
    padding: 0 50px 0 12px;
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
}

.nav>div {
    height: 86px;
    line-height: 86px;
    padding: 0 12px;
    cursor: pointer;
}

.nav>div.active {
    font-size: 20px;
    font-weight: 700;
    color: #b51929;
    background-color: #f8e7e9;
}

.login-wrapper {
    display: flex;
    cursor: pointer;
}

.login-wrapper .search {
    width: 42px;
    height: 42px;
    margin-right: 16px;
}

.login-wrapper .not-login {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.login-wrapper .login {
    width: 116px;
    height: 42px;
    background: #ebebeb;
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
    color: #333333;
}

.login-wrapper .denglu {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    margin-left: 8px;
}

.bgc-wrapper {
    height: 502px;
    background-image: url(../img/lb_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.zhendi {
    font-size: 20px;
    color: #BA1D2B;
    background-color: #f8e7e9;
    font-weight: 700;
}

.title-wrapper {
    position: absolute;
    top: 50%;
    left: 15%;
}

.title-wrapper .title {
    width: 192px;
    height: 64px;
    font-size: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
}

.title-wrapper .title-list {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.title-wrapper .title-list>div {
    width: 96px;
    height: 31px;
    font-size: 24px;
    opacity: 0.75;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    margin-right: 65px;
    position: relative;
    cursor: pointer;
}

.title-wrapper .title-list .shengzhi {
    opacity: 1;
}

.title-wrapper .title-list .shengzhi::after {
    content: " ";
    background-image: url(../img/arr.png);
    position: absolute;
    top: 10px;
    left: -43px;
    width: 33px;
    height: 12px;
    opacity: 1;
    color: #ffffff;
}

.build-content {
    max-width: 1200px;
    margin: auto;
    padding: 42px 0;
}

.introduction-wrapper {
    width: 100%;
    height: 48px;
}

.introduction-wrapper .left-line {
    width: 410px;
    height: 10px;
    background-image: url(../img/left.png);
    background-size: 100% 100%;
    float: left;
    margin-top: 22px;
    margin-left: 95px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 5px;
    width: 100%;
    left: 250px;
}
.swiper-pointer-events {
    height: 312px;
}
.swiper-pagination-bullet {
    background-color: #7a7d7f;
}
.swiper-pagination-bullet-active {
    background-color: #bd1a2d;
}
.introduction-wrapper .title {
    height: 48px;
    font-size: 32px;
    font-weight: 700;
    color: #bd1a2d;
    float: left;
    margin: 0 20px;
    text-align: center;
}

.introduction-wrapper .right-line {
    width: 410px;
    height: 10px;
    background-image: url(../img/right.png);
    background-size: 100% 100%;
    float: left;
    margin-top: 22px;
}

.introduction-info {
    display: flex;
    margin-top: 30px;
}

.introduction-info .rotation {
    width: 580px;
    height: 312px;
    cursor: pointer;
}

.carousel-inner,
.carousel-inner .item {
    height: 312px;
}

.rotation .carousel-indicators {
    margin-left: 0;
    left: 60%;
    bottom: 0;
}

.rotation .carousel-indicators li {
    background-color: #d1d3d4;
    /* opacity: 0.3; */
    border: none;
}

.rotation .carousel-indicators .active {
    background-color: #bd1a2d;
}

.introduction-info .content {
    width: 570px;
    margin-left: 50px;
}

.introduction-info .title {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
}

.introduction-info .title-content {
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #606060;
    line-height: 34px;
    overflow-y: auto;
}

.introduction-info .title-content a {
    text-decoration: none;
    color: #606060;
}

.introduction-info .details a {
    text-decoration: none;
    color: #bd1a2d;
}

.introduction-info .details {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    line-height: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.97) 17%, #ffffff);
}

.registration-channel {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 50px;
    height: 107px;
    background: #f9f4f4;
    border-radius: 54px;
    box-shadow: 0px 3px 10px 0px rgba(220, 202, 202, 0.63), 0px 0px 20px 0px #f3aeae inset;
}

.registration-channel .img {
    width: 99px;
    height: 127px;
    margin-left: 80px;
    margin-top: -25px;
}

.registration-channel .pay {
    height: 60px;
    font-size: 60px;
    font-family: YouSheBiaoTiYuan, YouSheBiaoTiYuan-Regular;
    font-weight: 400;
    text-align: left;
    color: #741515;
    letter-spacing: 12px;
}

.registration-channel .sign-now {
    width: 255px;
    height: 100px;
    background: linear-gradient(180deg, #ffa2a2, #eb5050);
    border-radius: 50px;
    text-align: center;
}
.registration-channel .sign-now a {
    text-decoration: none;
    font-size: 40px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    line-height: 100px;
    color: #ffffff;
    letter-spacing: 4px;
}


.provincial-dynamics {
    max-width: 1200px;
    margin: auto;
    margin-top: 50px;
}

.provincial-dynamics .ti-wrapper {
    max-width: 1200px;
    margin: auto;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.provincial-dynamics .ti-wrapper .left-line {
    /* flex: 1; */
    width: 409px;
    height: 10px;
    background-image: url(../img/left.png);
}

.provincial-dynamics .ti-wrapper .right-line {
    /* flex: 1; */
    width: 409px;
    height: 10px;
    background-image: url(../img/right.png);
}

.provincial-dynamics .ti-wrapper .ti {
    height: 48px;
    font-size: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #bd1a2d;
    margin: 0 16px;
}

.dynamics-list {
    margin: 30px 0;
}

.dynamics-list p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* line-height: 50px; */
}

.dynamics-list .dian_i {
    /*width: 8px;*/
    /*height: 24px;*/
    /*font-size: 20px;*/
    /*font-family: Microsoft YaHei, Microsoft YaHei-Bold;*/
    /*font-weight: 700;*/
    /*text-align: left;*/
    /*background: #999999;*/
    /*line-height: 28px;*/
    width: 5px;
    height: 5px;
    background: #999999;
    border-radius: 50%;

    /*margin-top: -10px;*/
    margin-right: 12px;

}

.dynamics-list .content {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 400;
    text-align: left;
    color: #606060;
    line-height: 28px;
}

.dynamics-list a {
    text-decoration: none;
    width: 90% !important;
    height: 53px;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.dynamics-list p:hover .content {
    color: #b51929;
}

.dynamics-list p:hover .dian {
    color: #b51929;
}

.dynamics-list .time {
    width: 98px;
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 400;
    text-align: left;
    color: #606060;
    margin: auto;
    margin-right: 0;
}

.xian {
    width: 1200px;
    height: 1px !important;
    border: 1px dashed #c1c1c1;
    /* margin-top: 50px; */
    /*margin-bottom: 30px;*/
}

.fenye {
    /* margin-left: 200px; */
    display: flex;
    /*margin-left: 40% ;*/
}
.pagination{
    /*margin: auto;*/
    margin: 20px auto;
}

/* 底部 */

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 span 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 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;
}

.beian {
    margin-left: 97px;
}

.beian a {
    text-decoration: none;
    color: inherit;
}

.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;
}


.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;
}