html {
    font-size: 10px;
}

.banner .txt {
    width: 90%;
    text-align: center;
    max-width: 90%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
}

.banner .txt h3 {
    color: #fff;
    font-size: 5rem;
}

.banner .txt p {
    font-size: 2.3rem;
    color: #fff;
    margin-top: 2rem;
}

.hmPage3R {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    /* background: linear-gradient(45deg, #F26101, #f3981b); */
    background: linear-gradient(180deg, #3178bd, #4467ff);
    z-index: 3;
}

.hmPage3L {
    width: 100%;
    height: 100%;
}

.hmPage3L .img {
    width: 100%;
    height: 100%;
}

.hmPage3L .img>img {
    /* width: 100%; */
    height: 100%;
    transform: translateX(-20%);
}

.section:nth-child(3) {
    background: url(../images/proBg.jpg) no-repeat center/cover;
}

.index_navItem {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4% 0 8%;
    display: none;
}

.index_navItem.cur{
    display: block;
}

.swiper-button-prev:after,
.swiper-button-next:after{
    display: none;
}

/*.index_pro .info{
width: 100%;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transition: all 1s 1s;
}
*/
.index_pro .swiper-slide:hover .info {
    position: static;
    /*  transform: translateY(10px);
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);*/
}

.swiper-button-next {
    background-image: url(../images/arrow_r.jpg);
    right: 4%;
    top: 44%;
}

.swiper-button-prev {
    background-image: url(../images/arrow_l.jpg);
    left: 7%;
    top: 44%;
}

.section:nth-child(4) {
    /*background: url(../images/renderBg.jpg) no-repeat center/cover;*/
    background: linear-gradient(180deg, #0dcbff, #3178bd);
}

.section:nth-child(5) {
    background: url(../images/processBg.jpg) no-repeat center/cover;
}

.section:nth-child(6) {
    background: url(../images/newBg.jpg) no-repeat center/cover;
}

.section:nth-child(6) .hmp2_t1,
.section:nth-child(6) .hmp2_t2 {
    color: #3178bd;
}

.section:nth-child(6) .hmp2_t2 {
    padding-bottom: 0;
}

.index_new {}

.index_new .swiper-wrapper {
    padding-top: 8%;
    padding-bottom: 2%;
}

.index_new .swiper-slide {
    background-color: #fff;
    padding: 2%;
    box-shadow: 0 0 4px 4px rgb(0 0 0 / 10%);
    text-align: center;
}

.index_new .swiper-slide .img {}

.index_new .swiper-slide .img>img {
    max-width: 100%;
    max-height: 300px;
}

.index_new .swiper-slide h2 {
    font-size: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 4% 0 4% 0;
    border-top: 1px solid #ccc;
    padding-top: 6%;
}

.index_new .swiper-slide .date {
    font-size: 1.4rem;
    margin-top: 4%;
}

.index_new .swiper-slide .con {
    font-size: 1.4rem;
}

.index_new .swiper-slide:hover,
.index_new .swiper-slide.swiper-slide-next {
    background-color: #3178bd;
    transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
}

.index_new .swiper-slide:hover .date,
.index_new .swiper-slide:hover h2,
.index_new .swiper-slide:hover .con,
.index_new .swiper-slide.swiper-slide-next .date,
.index_new .swiper-slide.swiper-slide-next h2,
.index_new .swiper-slide.swiper-slide-next .con {
    color: #fff;
}

.index_new .swiper-pagination {
    left: 50%;
}

.index_new .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background-color: #f3981b;
}

.copyright,
.footer {
    color: #7d7b7b;
    background-color: #404040;
    font-size: 1.3rem;
    line-height: 30px;
    text-align: center;
    height: 30px;
    width: 100%;
}

.copyright.index {
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer {
    background-color: #222222;
}

.index_map {
    text-align: center;
}

.index_map ifram {
    width: 100%;
}

.index_contact {
    background-color: #3178bd;
    overflow: hidden;
    display: flex;
    padding: 4% 0;
}

.index_contact li {}

.hmp6_w1 {
    width: 36%;
    padding: 0 6%;
}

.hmp6_w1 strong {
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 4%;
    display: block;
}

.hmp6_w1 p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 40px;
}

.hmp6_w2 {
    width: 50%;
}

.hmp6_w2 form {
    width: 100%;
}

.hmp6_w2 form input {
    line-height: 50px;
    outline: none;
    width: calc(100%/3 - 21px);
    height: 50px;
    color: #ffffff;
    float: left;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 5px;
    background: none;
    margin-right: 21px;
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ";
}

.hmp6_w2 form textarea {
    clear: both;
    border: none;
    border-bottom: 1px solid #ccc;
    height: 100px;
    background: none;
    resize: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    padding-top: 60px;
    padding-left: 5px;
    width: calc(100% - 7px);
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ";
}

.hmp6_w2 form .inputsub {
    border: none;
    border-radius: 0;
    background-color: #fff;
    color: #3178bd;
    padding: 0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    width: 120px;
    height: 30px;
    display: block;
    font-weight: bold;
    margin-top: 26px;
    cursor: pointer;
}

.hmp6_w2 form .inputsub:hover {
    background-color: #ffb82b;
    opacity: 1;
    color: #fff;
    transition: all 0.4s linear;
}

input::-webkit-input-placeholder {
    color: #fff;
}


input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}

.about-culture {
    background: url(../images/proBg.jpg) no-repeat center/cover;
}

.about-culture .hmPage5L {
    width: 100%;
}

.hmPage5 .hmp5_u1 {
    width: 100%;
    padding: 0 6%;
}

.about-culture .hmp5_u1 li {
    width: calc(100%/3 - 4%);
    margin: 0 2%;
    background-color: rgb(255 255 255 / 80%);
    padding: 2% 0;
    cursor: pointer;
}

.about-culture .hmP5Lbox {
    margin-top: 0;
}

.about-culture .hmp5_u1 li .hmp5icon {
    opacity: 1;
    text-align: center;
    height: 80px;
    width: 80px;
    margin: 0 auto 40px;
}

.about-culture .hmp5_u1 li .hmp5icon img {
    max-width: 100%;
}

.about-culture .hmp5_u1 li strong {
    font-size: 30px;
    color: #7b8697;
    text-align: center;
}

.about-culture .hmp5_u1 li p {
    font-size: 18px;
    line-height: 30px;
    color: #a3b5ce;
    text-align: center;
    font-weight: normal;
    width: 80%;
    margin: 0 auto;
    display: none;
    min-height: 60px;
}

.about-culture .hmp5_u1 li .hmp5desc {
    font-size: 14px;
    color: #797979;
    line-height: 24px;
    text-align: center;
    margin: 30px 0 40px;
}

.about-culture .hmp5_u1 li .hmp5more {
    font-size: 16px;
    color: #6d6d6d;
    width: 125px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.about-culture .hmp5_u1 li {
    transition-delay: 0.1s !important;
}

.about-culture .hmp5_u1 li:hover {
    background-color: #f3981b;
    transition-delay: 0.1s !important;
}

.about-culture .hmp5_u1 li:nth-child(2):hover {
    background-color: #e55314;
    transition-delay: 0.1s !important;
}

.about-culture .hmp5_u1 li:nth-child(3):hover {
    background-color: #4da2f5;
    transition-delay: 0.1s !important;
}

.about-culture .hmp5_u1 li:hover .hmp5icon {
    display: none;
    opacity: 0;
    transition: all 0.4s linear;
}

.about-culture .hmp5_u1 li:hover .hmp5more {
    color: #ff8c01;
    border-top: 1px solid #ff8c01;
    border-bottom: 1px solid #ff8c01;
    transition: all 0.4s ease;
}

.about-culture .hmp5_u1 li:hover strong {
    color: #fff;
    transition: all 0.4s linear;
}

.about-culture .hmp5_u1 li:hover p {
    display: block;
    color: #fff;
    transition: all 0.4s linear;
}

.about-culture .hmp5_u1 li .xian {
    height: 1px;
    width: 40px;
    background-color: #a3b5ce;
    margin: 40px auto;
    display: none;
}

.about-culture .hmp5_u1 li span {
    font-size: 18px;
    color: #7b8697;
    text-align: center;
    display: block;
    margin-top: 2px;
}

.about-culture .hmp5_u1 li:hover span {
    display: none;
}

.about-culture .hmp5_u1 li:hover .xian {
    display: block;
    background-color: #fff;
    transition: all 0.4s linear;
}

.n_banner {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.n_banner .txt {
    position: absolute;
    margin-top: 20px;
}

.n_banner h1 {
    text-align: center;
    font-size: 55px;
    color: #fff;
    font-family: "BEBAS";
    font-weight: normal;
    text-shadow: 0 3px 10px #666;
}

.n_banner p {
    text-align: center;
    font-size: 36px;
    color: #fff;
    text-shadow: 0 3px 10px #666;
}

.venus-menu {
    width: 100%;
    overflow: hidden;
    margin-top: -1%;
    background-color: #f1f1f1;
    padding: 2%;
    position: relative;
    text-align: center;
}

.venus-menu li {

/* width: calc(100% / 4); */

/* float: left; */

display: inline-block;

padding: 4px;

margin: 1% 0;

margin-left: -4px;
}

.venus-menu li a {
    display: block;
    font-size: 1.5rem;
    color: #777;
    padding: 10px;
}

.venus-menu li a:hover,
.venus-menu li a.active,
.newsnav li a:hover,
.newsnav li a.active {
    background-color: #f3981b;
    color: #fff;
}

.proPage {}

.proPage .content,
.newPage .content {
    padding: 6% 0 12% 0;
    width: 100%;
}

.proPage .content ul {
    overflow: hidden;
    width: 100%;
}

.proPage .content ul li {
    border-bottom: 1px solid #dcdbdc;
    float: left;
    width: calc(100%/3 - 3%);
    margin-right: 4%;
    margin-bottom: 4%;
    overflow: hidden;
    position: relative;
}

.proPage .content ul li:nth-child(3n+3),
.newPage .newslist li:nth-child(3n+3) {
    margin-right: 0;
}

.proPage .content ul li a {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 4%;
}

.proPage .content ul li .img {
    overflow: hidden;
    width: 100%;
}

.proPage .content ul li .img>img {
    width: 100%;
}

.proPage .content ul li .txt {
    margin-top: 7%;
}

.proPage .content ul li .txt h1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    float: left;
    color: #747474;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}

.proPage .content ul li .txt img:nth-child(2) {
    display: block;
}

.proPage .content ul li .txt img:nth-child(3) {
    display: none;
}

.proPage .content ul li:hover .img>img {
    transform: scale(1.1, 1.1);
    transition: transform 0.6s ease 0s;
}

.proPage .content ul li:hover {
    border-bottom: 1px solid #ff8c01;
    transition: all 0.4s linear;
}

.proPage .content ul li:hover .txt h1 {
    color: #ff8c01;
}

.proPage .content ul li:hover .txt img:nth-child(2) {
    display: none;
}

.proPage .content ul li:hover .txt img:nth-child(3) {
    display: block;
}

.proPage .content ul li .video{
    overflow: hidden;
}

.proPage .content ul li video {
    height: 500px;
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
}

.proPage .content ul li .videoBtn {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
}

.proPage .content ul li .videoBtn>img {
    max-width: 100%;
}

.videoPage .content ul li .txt {
    margin-top: 0;
}

.videoPage .content ul li .txt h1 {
    font-size: 14px;
}

.proPage .pro-con {}

.newPage .new-con {}

.proPage .pro-con .title {
    border-bottom: 1px solid #eee;
    padding-bottom: 2%;
}

.proPage .pro-con .title h1,
.newPage .new-con h1 {
    font-size: 4rem;
    color: #2e2e2e;
    text-align: center;
}

.proPage .pro-con .title span {}

.proPage .pro-con .info {}

.proPage .pro-con .swiper-slide {
    text-align: center;
}

.proPage .pro-con img {max-width: 100%;}

.proPage .pro-con .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.proPage .pro-con .swiper-slide {
    background-size: cover;
    background-position: center;
}

.proPage .pro-con .gallery-top {
    width: 100%;
}

.proPage .pro-con .gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 2%;
}

.proPage .pro-con .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
    border: 1px solid #eee;
}

.proPage .pro-con .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.proPage .pro-con .con h4 {
    border-bottom: 1px solid #f3981b;
    margin-bottom: 4%;
}

.proPage .pro-con .con h4 span {
    width: 160px;
    display: block;
    background-color: #f3981b;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 2rem;
}

.proPage .pro-con .con {
    margin-top: 8%;
}

#pre-next {
    width: 100%;
    background-color: #fafafa;
    overflow: hidden;
}

#pre-next p {
    float: left;
    width: calc(100%/2);
    padding: 1% 1%;
    color: #868686;
}

#pre-next p:nth-child(1) {
    border-right: 1px solid #eee;
}

#pre-next p a {
    display: block;
    color: #868686;
    font-size: 1.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pagenav {}

.newPage {}

.newPage .newslist {
    padding: 6% 0 4% 0;
    width: 100%;
}

.newPage .newslist li {
    float: left;
    width: calc(100%/3 - 3%);
    margin: 2% 4% 2% 0;
}

.newPage .newslist li>a {}

.newPage .newslist li>a .img>img {
    max-width: 100%;
}

.newPage .newslist li .date {}

.newPage .newslist li .txt {}

.newPage .newslist li .txt h2 {
    font-size: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 8% 0 4% 0;
    border-top: 1px solid #ccc;
    padding-top: 10%;
}

.newPage .newslist li .txt span {
    font-size: 1.4rem;
    margin-top: 4%;
}

.newPage .newslist li .txt p {}

.newPage .new-con>span {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    padding: 1% 0;
    border-bottom: 1px solid #eee;
}

.newPage .new-con .p {
    margin-top: 4%;
}

#pages {
    text-align: center;
    margin-bottom: 6%;
    width: 100%;
}

#pages span,
#pages a {
    font-size: 14px;
    line-height: 14px;
    padding: 6px 12px;
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    cursor: pointer;
    background-color: #d7d7d7;
}

#pages a:hover,
#pages a.page-num-current {
    background-color: #f3981b;
    color: #fff;
    transition: all 0.4s linear;
}

.contactPage {
    position: relative;
}

.contactPage iframe {}

.contactPage .info {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 38%;
    min-width: 250px;
    height: 80%;
    background-color: rgba(255, 255, 255, .9);
    padding: 2%;
    border: 4px solid rgba(243, 152, 27, .5);
}

.contactPage .info strong {
    font-size: 2rem;
    padding-bottom: 2%;
    display: block;
    border-bottom: 1px solid #eee;
    margin-bottom: 5%;
}

.contactPage .info p {
    margin-bottom: 2%;
    font-size: 1.5rem;
}

.jobPage {
    width: 100%;
    margin: 8% 0;
    min-height: 300px;
}

.jobPage h2 {
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
    line-height: 36px;
    color: #3178bd;
}

.jobPage table {
    width: 100%;
    margin-top: 4%;
    padding-top: 2%;
    border-spacing: 0px 10px;
    font-size: 1.6rem;
}

.jobPage tr.firstRow {
    background-color: #f3981b;
    color: #fff;
}

.jobPage tr {}

.jobPage tr:nth-child(2n+2) {
    background-color: #f1f1f1;
}

.jobPage td,
.jobPage th {
    padding: 10px 10px;
}

.jobPage td span,
.jobPage th span {
    display: block;
    font-size: 1.5rem;
}

.servicePage {}

.servicePage .section:nth-child(1) {
    background: url(../images/proBg.jpg) no-repeat center/cover;
}

.servicePage .section:nth-child(2) {
    background: url(../images/proBg.jpg) no-repeat center/cover;
}

.service_one .tit {
    width: 100%;
    text-align: center;
}

.service_one .tit h1 {
    color: #fff;
    font-size: 4rem;
}

.service_one .tit span {
    display: block;
    color: #fff;
    font-size: 2rem;
}

.service_one .con {
    padding: 0 4%;
    margin: 4% auto 0 auto;
}

.service_one .con p {
    font-size: 2rem;
    color: #fff;
    line-height: 2;
    text-align: center;
    text-shadow: 2px 2px 10px #000000;
}

.servicePage .hmP3Txt {
    transform: translateY(-40%);
}

.servicePage .hmp3Des p,
.servicePage .hmp3Des p span {
    color: #fff !important;
}

.logo-x {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 69%;
}

.logo-x>img {
    max-width: 100%;
}

.secNav {
    width: 180px;
    background-color: rgba(0,0,0,.5);
    padding: 10px;
    border-radius: 8px;
    display: none;
}

.secNav li {
    margin: 4px;
}

.secNav li a {
    font-size: 14px;
    display: block;
    color: #fff !important;
}

.renderPage {}

.renderPage ul {}

.renderPage ul li {}

.renderPage ul li {
    width: 100% !important;
    padding: 0 14px;
    margin-right: 0 !important;
}

.renderPage ul li .item {
    display: flex !important;
    float: none !important;
    margin: 6% 0;
}

.renderPage ul li .item .txt {
    margin-top: 0;
    width: 100%;
    background-color: #3178bd;
    padding: 0;
    border: 10px solid rgba(255,255,255,.5);
}

.renderPage ul li .item .txt h1 {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.renderPage ul li .item .img {
    width: calc(100% - 200px);
}

.renderPage ul li .item .swiper-slide>img {
    width: 100%;
}

.renderPage .swiper-slide {
    height: 220px;
}

.renderPage .swiper-button-prev:after,
.renderPage .swiper-button-next:after {
    display: none;
}

.hmPage1 .swiper-button-next{
    right: 5%;
}
.hmPage1 .swiper-button-prev{
    left: 5%;
}

.index_render .swiper-slide img{
    width: 100%;
}

.index_nav{
    margin-bottom: 2%;
}
.index_nav ul{
    overflow: hidden;
    text-align: center;
}
.index_nav ul li{
    width: calc(100% / 6 - 2%);
    /* float: left; */
    display: inline-block;
    margin: 1%;
    margin-left: -4px;
}
.index_nav ul li a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 2px 0;
    border: 1px solid #ccc;
    cursor: pointer;
}
.index_nav ul li a:hover,
.index_nav ul li.active a{
    background-color: #f3981b;
    color: #fff;
}
.hmPage1{
    position: relative;
}
.hmPage1 .swiper-pagination{
    bottom: 16%;
}
.hmPage1 .swiper-pagination-bullet,
.hmPage1 .swiper-pagination-bullet-active{
    background-color: #fff;
}