/* ---------- */
.mbheader {
    width: 100%;
    display: none;
    height: 70px;
    background: #1e458c;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}



.mbheader .header-con .logo img {
    width: 80%;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    z-index: 999;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}


.header .top {
    width: 100%;
    height: 180px;
    background: url(../img/header-top-bg.png) center no-repeat;
    background-size: cover;
    background-position-y: 20px;
}

.head-top {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header .search {
    display: inline-block;
}

.header .search a {
    color: #ababab;
}

.header .search .f-seach {
    position: relative;
    margin-top: 17px;
}

.header .search .f-seach input {
    border: none;
}

.header .search .f-seach input.search-in {
    width: 230px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #0D59AA;
    color: #999;
    padding-left: 20px;
    outline: none;
    background: #fff;
}

.header .search .f-seach input.search-btn {
    position: absolute;
    right: 10px;
    top: 12px;
    border: none;
    width: 15px;
    height: 15px;
}

.search input::-webkit-input-placeholder {
    color: #999;
}

.search input:-moz-placeholder {
    color: #999;
}

.search input::-moz-placeholder {
    color: #999;
}

.search input:-ms-input-placeholder {
    color: #999;
}

.search .f-link {
    position: absolute;
    top: 15px;
    right: 0;
}

.search .f-link a {
    color: #666;
}

.search .f-link span {
    color: #666;
    margin: 0 3px;
}


.navigation {
    width: 100%;
    height: 60px;
    background: #2262BE;
}

.nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
}

.nav span {
    color: #fff;
}

.nav span:last-child {
    display: none;
}



.nav li {
    display: inline;
    position: relative;
}

.nav li h3 {
    height: 60px;
    font-weight: normal;
}

.nav li h3 a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

.nav li h3 a:hover,
.nav li.on h3 a {
    font-weight: bold;
}

.nav li:hover .sub {
    display: block;
}

.nav .sub {
    display: none;
    width: 200%;
    top: 60px;
    position: absolute;
    background: #2262BE;
    line-height: 60px;
    left: -50%;
    z-index: 99;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .5);
}

.nav .sub a {
    display: block;
    color: #fff;
}

.nav .sub li:hover a {
    font-weight: bold;
}

.nav .on h3 a {
    font-weight: bold;
}

/* --- */
.main {
    width: 100%;
    background: url(../img/main-bg.png) center top no-repeat;
}

.column {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 0 20px 0;
}

.column .name {
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    color: #3D3D3D;
}

.column .name img {
    margin-right: 5px;
}

.column .more {
    color: #999;
}

.column .more:hover {
    color: #0D59AA;
}


.xwzxside {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.xwzxside .swiper-slide .text {
    width: 100%;
    height: 126px;
    background: url(../img/newside-text-bg.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 30px;
}

.xwzxside .swiper-slide .title {
    position: absolute;
    bottom: 0;
    height: 45px;
    line-height: 45px;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    box-sizing: border-box;
    padding: 0px 15% 0 5%;
}

.xwzxside .swiper-slide .dete {
    color: #999;
}

.xwzxside .swiper-slide .img {
    overflow: hidden;
}

.xwzxside .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.xwzxside .swiper-slide:hover .title {
    font-weight: bold;
}

.xwzxside .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.xwzxside .swiper-pagination1 {
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: auto;
    z-index: 99;
    left: auto;
}

.xwzxside .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px;
    opacity: 1;
    background: none;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.xwzxside .swiper-pagination-bullet-active {
    background: #fff;
}

.newslist {
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 10px;
}

.newslist ul li.n {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #D8D8D8;
    transition: all 0.5s ease-in-out;
    position: relative;
    left: 0;
    box-sizing: border-box;
    padding: 0;
}

.newslist ul li.n a {
    line-height: 21px;
    height: 21px;
}

.newslist ul li.n .dete {
    color: rgba(153, 153, 153, 0.8);
}

.newslist ul li.n .dete span {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(../img/time-ico.png) no-repeat;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.newslist ul li.n:hover {
    width: 104%;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 0px 13px 0px #AFCFFD;
    left: -2%;
    box-sizing: border-box;
    padding: 0 20px;
    transition: all 0.5s ease-in-out;
}

.newslist ul li.n:hover a {
    color: #0F4DA7;
    font-weight: bold;
}

.newslist ul li.n:hover .dete {
    color: rgba(102, 102, 102, 0.8);
}

.newslist ul li.n:hover .dete span {
    background: url(../img/time-ico-on.png) no-repeat;
}

.newslist ul li.f {
    padding-bottom: 25px;
    border-bottom: 1px dashed #D8D8D8;
}

.newslist ul li.f a {
    display: flex;
}

.newslist ul li.f .dete {
    width: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 35px;
}

.newslist ul li.f .d {
    font-size: 36px;
    color: #4474C8;
    font-weight: bold;
}

.newslist ul li.f .xian {
    width: 50px;
    height: 1px;
    margin: 7px 0 4px 0;
    background: #4474C8;
}

.newslist ul li.f .y {
    color: #4474C8;
}

.newslist ul li.f .text {
    width: calc(100% - 90px);
}

.newslist ul li.f .title {
    color: #333;
    font-weight: bold;
}

.newslist ul li.f .desc {
    color: #999;
    height: 60px;
    line-height: 30px;
    margin-top: 10px;
}

.newslist ul li.f:hover .title {
    color: #0D59AA;
}

.newslist ul li.f:hover .desc {
    color: #666;
}

.main-adv .img {
    border-radius: 10px;
    overflow: hidden;
}

.main-adv .img img {
    width: 100%;
    border-radius: 10px;

}

.adv-itemlist .item {
    width: 100%;
    height: 120px;
    border-radius: 15px;
}


.adv-itemlist .item1 {
    background: url(../img/adv-ban01.jpg) no-repeat;
    background-size: cover;
}

.adv-itemlist .item2 {
    background: url(../img/adv-ban02.jpg) no-repeat;
    background-size: cover;
}

.adv-itemlist .item a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    padding: 0 45px;
}

.adv-itemlist .item:hover a {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.adv-itemlist .item span {
    color: #fff;
    font-weight: bold;
    margin-left: 13px;
    text-align: center;
}


.con-jwgg ul li {
        width: 100%;
    height: 40px;
    border-radius: 10px;
    background: #ECF3FA;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 0 20px 0 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}



.con-jwgg ul li:last-child {
    margin-bottom: 0;
}

.con-jwgg ul li a {
    color: #333;
}

.con-jwgg ul li .dete {
    color: rgba(153, 153, 153, 0.8);
}

.con-jwgg ul li:hover {
    background: url(../img/jwgg-li-bg.png) center no-repeat;
    background-size: cover;
    left: 5px;
    transition: all 0.5s ease-in-out;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.con-jwgg ul li:hover a {
    color: #fff;
    font-weight: bold;
}

.con-jwgg ul li:hover .dete {
    color: #fff;
}


.kjanlist {
    height: 325px;
    display: flex;
        margin-top: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-around;
}

.kjanlist .box {
    width: 17%;
    margin-right: 10%;
}

/* .kjanlist .box:nth-child(7),
.kjanlist .box:nth-child(8),
.kjanlist .box:nth-child(9) {
    margin: 0;
} */

.kjanlist .box a {
    display: inline-block;
}

.kjanlist .box:nth-child(4n) {
    margin-right: 0;
}

.kjanlist .box .ico {
    width: 95px;
    height: 95px;
    background: #f2f2f2;
    line-height: 95px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    top: 0;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}

.kjanlist .box .ico span {
    background: -webkit-linear-gradient(#2F99CA, #0F4DA7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kjanlist .box p {
    color: #333;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.kjanlist .box:hover .ico {
    background: linear-gradient(180deg, #2F99CA 0%, #0F4DA7 100%);
    top: -10px;
    transition: all 0.5s ease-in-out;
}

.kjanlist .box:hover .ico span {
    color: #fff;
    background: unset;
    -webkit-text-fill-color: unset;
}

.kjanlist .box:hover p {
    font-weight: bold;
    color: #0F4DA7;
}


.con-jwgg ul {
    margin-top: 15px;
}

.linkslist {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 23px;
}

.linkslist .box {
    width: 19%;
    height: 72px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #D0D0D0;
    margin-right: 1%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.linkslist .box a {
    width: 100%;
    display: inline-block;
}

.linkslist .box:nth-child(5n) {
    margin-right: 0;
}

.linkslist .box .img {
    overflow: hidden;
}

.linkslist .box img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.linkslist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.footer {
    width: 100%;
    height: 230px;
    background: url(../img/footer-bg.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.footer .foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .banq {
    margin-top: 15px;
}

.footer .banq p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 36px;
}

.footer .banq p a {
    color: rgba(255, 255, 255, 0.6);
}

.footer .code p {
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

/* ----- */

.sub-list-nav li {
    width: 15%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0px 0px 13px 0px #AFCFFD;
    margin-bottom: 20px;
    margin-right: 1.7%;
}

.sub-list-nav li a {
    color: #333;
    font-size: 20px;
}

.sub-list-nav li:nth-child(6n) {
    margin-right: 0;
}

.sub-list-nav li.on,
.sub-list-nav li:hover {
    background: linear-gradient(180deg, #2F99CA 0%, #0F4DA7 100%);
    box-shadow: 0px 0px 13px 0px #AFCFFD;
}

.sub-list-nav li.on a,
.sub-list-nav li:hover a {
    color: #fff;
    font-weight: bold;
}



.nei-main .crumbs {
    height: 70px;
    width: 100%;
    line-height: 70px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8D8;
}


.nei-main .crumbs-name {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.nei-main .crumbs-name span {
    font-size: 20px;
}

.nei-main .crumbs-list p {
    font-size: 14px;
    color: #666;
}

.nei-main .crumbs-list p a {
    font-size: 14px;
    color: #666;
}


.nei-main .crumbs-list p span {
    color: #4474C8;
    font-size: 14px;
}

.nei-main .crumbs-list img {
    display: inline-block;
    margin-bottom: 6px;
}



ul .list-page {
    height: 30px;
    line-height: 30px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 40px 0;
}


.pb_sys_style1 .p_no_d {
    background: linear-gradient(180deg, #2F99CA 0%, #0F4DA7 100%) !important;
    border: 1px solid #4474C8 !important;
}




.con-textlist .info li {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 37px 40px;
    border: 1px solid #f2f2f2;
}

.con-textlist .info li a {
    display: flex;
    justify-content: space-between;
}

.con-textlist .info li .dete {
    min-width: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

.con-textlist .info li .d {
    color: #4474C8;
    font-size: 36px;
    font-weight: bold;
}

.con-textlist .info li .xian {
    width: 50px;
    height: 1px;
    background: #4474C8;
}

.con-textlist .info li .y {
    color: #4474C8;
}

.con-textlist .info li .text {
    width: calc(100% - 95px);
}

.con-textlist .info li .title {
    color: #333;
    line-height: 25px;
    height: 25px;
}

.con-textlist .info li .desc {
    line-height: 30px;
    color: #999;
    height: 60px;
    margin-top: 5px;
}

.con-textlist .info li:hover {
    border: 1px solid #4474C8;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}


.con-textlist .info li:hover .title {
    color: #4474C8;
    font-weight: bold;
}

.con-textlist .info li:hover .desc {
    color: #666;
}

.con-picture ul.info li .box {
    position: relative;
}

.con-picture ul.info li .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
    background: rgba(51, 51, 51, 0.7);
    position: absolute;
    bottom: 0;
    color: #fff;
}

.con-picture ul.infol li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-picture ul.info li .img {
    overflow: hidden;
}

.con-picture ul.info li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-picture ul.info li:hover .title {
    background: linear-gradient(180deg,
            rgba(47, 153, 202, 0.80) 0%,
            rgba(15, 77, 167, 0.80) 100%);
    font-weight: bold;
}

.con-picture ul.info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-picture .list-page,
.con-piclist .list-page {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin: 40px 0 55px 0;
    padding: 0;
}


.con-piclist .info .box {
    display: flex;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.con-piclist .info .box .img {
    width: 24%;
    height: 190px;
    overflow: hidden;
}

.con-piclist .info .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-piclist .info .box .text {
    width: 76%;
    box-sizing: border-box;
    padding: 30px;
}

.con-piclist .info .box .title {
    color: #333;
    line-height: 24px;
    height: 24px;
}

.con-piclist .info .box .desc {
    line-height: 30px;
    height: 60px;
    color: #999;
    margin: 10px 0 12px 0;
}

.con-piclist .info .box .dete {
    color: rgba(68, 116, 200, 0.9);
}

.con-piclist .info .box .more {
    color: rgba(68, 116, 200, 0.9);
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.con-piclist .info .box:hover .title {
    color: #4474C8;
    font-weight: bold;
}

.con-piclist .info .box:hover .desc {
    color: #666;
}

.con-piclist .info .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


.con-detail .detail {
    padding: 30px 184px 0 184px;
    border: 1px solid #e5e5e5;
}

.con-detail .detail .title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.con-detail .detail .timer {
    text-align: center;
    line-height: 35px;
    margin-bottom: 5px;
    margin-top: 13px;
}

.con-detail .detail .timer span {
    color: #9E9E9E;
    margin: 0 3px;
}


.con-detail .detail .dtl {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 25px;
    width: auto;
}

.con-detail .detail .dtl p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-bottom: 10px;
}


.detail .detail-page {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0 50px 0;
}

.detail .detail-page p a {
    color: #9E9E9E;
    font-size: 16px;
}

.detail .detail-page p a:hover {
    color: #4474C8;
    font-weight: bold;
}



.con-danye .danye {
    padding: 30px 184px 0 184px;
    border: 1px solid #e5e5e5;
}

.con-danye .danye .dtl {
    padding: 25px 0;
    width: auto;
}

.con-danye .danye .dtl p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-bottom: 10px;
}

.con-danye .danye .dtl table {
    max-width: 100% !important;
}

.con-detail .detail .dtl table {
    max-width: 100% !important;
}




.advlist {
    width: 100%;
    position: relative;
}

.advlist .swiper-slid .img {
    overflow: hidden;
    border-radius: 10px;
}

.advlist .swiper-slide img {
    width: 100%;
    border-radius: 10px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.advlist .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.advlist .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 10px;
}

.advlist .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    opacity: .7;
    margin: 0 5px;
}

.advlist .swiper-pagination-bullet-active {
    opacity: 1;
}











