nav ul li a {
    font-weight: 400;
}
.nav-link{
    padding: .5rem 1.5rem;
}
.main-nav-one ul li.has-dropdown a.nav-link{
    padding: .5rem 1.5rem;
}

.header-right .actions-area {
    display: flex;
    align-items: center;
}

.header-right .actions-area a.rts-btn {
    padding: 13px 25px;
    margin-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .header-right .actions-area a.rts-btn {
        display: none;
    }
}

.header-right .actions-area .menu-btn {
    cursor: pointer;
    margin-left: 20px;
}

.header-right .actions-area .search-btn {
    cursor: pointer;
}

.header-right .actions-area .search-btn i {
    color: #000;
}

header.header-three.header--sticky.sticky .header-right .actions-area #menu-btn svg rect {
    fill: var(--color-primary);
}


.header-right .actions-area .menu-btn .lines {
    height: 26px;
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.header-right .actions-area .menu-btn .lines div {
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 1s;
    transition: all 1s
}

.header-right .actions-area .menu-btn .lines div:first-child {
    width: 80%;
    -webkit-animation: long1 1s linear infinite;
    animation: long1 1s linear infinite
}

.header-right .actions-area .menu-btn .lines div:nth-child(2) {
    width: 70%;
    -webkit-animation: long2 1s ease-in infinite;
    animation: long2 1s ease-in infinite;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.header-right .actions-area .menu-btn .lines div:nth-child(3) {
    width: 100%;
    -webkit-animation: long3 1s ease-out infinite;
    animation: long3 1s ease-out infinite;
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}


@-webkit-keyframes long1 {
    0% {
        width: 25%
    }

    25% {
        width: 50%
    }

    50% {
        width: 75%
    }

    75% {
        width: 50%
    }

    to {
        width: 25%
    }
}

@keyframes long1 {
    0% {
        width: 25%
    }

    25% {
        width: 50%
    }

    50% {
        width: 75%
    }

    75% {
        width: 50%
    }

    to {
        width: 25%
    }
}

@-webkit-keyframes long2 {
    0% {
        width: 0
    }

    25% {
        width: 25%
    }

    50% {
        width: 50%
    }

    75% {
        width: 25%
    }

    to {
        width: 0
    }
}

@keyframes long2 {
    0% {
        width: 0
    }

    25% {
        width: 25%
    }

    50% {
        width: 50%
    }

    75% {
        width: 25%
    }

    to {
        width: 0
    }
}

@-webkit-keyframes long3 {
    0% {
        width: 25%
    }

    25% {
        width: 50%
    }

    50% {
        width: 100%
    }

    75% {
        width: 50%
    }

    to {
        width: 25%
    }
}

@keyframes long3 {
    0% {
        width: 25%
    }

    25% {
        width: 50%
    }

    50% {
        width: 100%
    }
    

    75% {
        width: 50%
    }

    to {
        width: 25%
    }
}

header.header-three.header--sticky.sticky .header-right .actions-area .search-btn svg path{
    fill: var(--color-primary)
}

header.header-three.header--sticky.sticky .header-right .actions-area .menu-btn .lines div{
    background-color: var(--color-primary)
}


.footer-contact-wrapper-2 .info-content .title{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    transition: 0.3s;
    margin-bottom: 2px;
}



.rts-banner-three-solari .left-banner-content-area-two .pre-title{
    font-size: 40px;
    line-height: 1em !important;
}





/* 标题 */
.solari-title-area-three span.pre-title{
    font-size: 18px;
}

/* 新闻列表 */

.cpmpay-story-single-about .body{
    background: #F7F7F7;
    padding: 20px;
}

.blog-content{
    margin-top:20px;
    padding-top: 20px;
    border-top: 1px solid #E6E6E6;
}

/* 内页顶部 */
.rts-bread-crumb-area::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
.con-tent-main{
    padding-top: 120px;
    padding-bottom: 80px; 
}

.con-tent-main .slug{
    color: #fff;
}
.con-tent-main .slug a {
    font-weight: 400;
}
.con-tent-main .slug  .word{
     margin: 0 10px;
}

/* 产品分类 */
.sort-link{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sort-link a{
    margin: 0 20px;
    font-size: 16px;
    padding: 14px 23px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 3%);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.sort-link a:hover, .sort-link a.active{
    color: #fff;
    background: var(--color-primary);
}


/* 分页 */
.rts-elevate-pagination {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
  }

  .rts-elevate-pagination a {
    width: 50px;
    height: 50px;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    border: 1px solid #E9E9E9;
    transition: 0.3s;
    margin: 0 10px;
    text-align: center;
    line-height: 50px;
  }
  .rts-elevate-pagination a.page-num-current {
    background: var(--color-primary);
    color: #fff;
  }
  .rts-elevate-pagination a:hover {
    background: var(--color-primary);
    color: #fff;
  }

#allmap{
    width: 100%;
    height: 500px;
}
  .form--area{
    padding: 80px 40px;
  }
  .contact-info{
    margin-top: 40px;
  }
  .contact-info p{
    margin-bottom: 10px;
  }

  /* 产品详情 */
  .disc-table table{
    border: #dbdddf solid 1px
  }

  .disc-table table td{
    border: 1px solid #dbdddf;
    line-height: 2em;
  }
  .disc-table table td:nth-child(2n+1){
    background: #b3b3b3;
    color: #fff;
    text-align: center;

  }
  .disc-table table td:nth-child(2n){

  }