.product-active a {
    color: #597AAE;
    position: relative;
}

.product-active a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #597AAE;
    bottom: 0;
    left: 0;
}

.procent-nav {
    min-width: 350px;
    max-width: 350px;
    height: fit-content;
    margin-right: 20px;
    border: 3px solid rgb(254, 174, 64);
    border-radius: 20px;
}

.procent-nav h2 {
    background-color: rgb(254, 174, 64);
    color: #fff;
    padding: 15px;
    text-align: center;
    font-family: 'MF BanHei';
    border-radius: 15px;
}

.procent-nav .procent-nav-ulst {
    padding: 5px 10px;
}

.procent-nav .procent-nav-ulst>li {
    background-color: rgb(254, 174, 64);
    padding: 13px;
    position: relative;
    border-radius: 25px;
}

.procent-nav .procent-nav-ulst>li::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .6s;
}

.procent-nav .procent-nav-ulst>li h5 {
    margin-bottom: 0;
}

.procent-nav .procent-nav-ulst>li h5 a {
    color: #fff;
    font-weight: 700;
}

.procent-nav .procent-nav-drown {
    display: none;
}

.procent-nav .procent-nav-drown li {
    padding: 7px 10px 5px 20px;
    border-radius: 25px;
    margin-top: 10px;
}

.procent-nav .procent-nav-drown li a {
    display: inline-block;
    width: 100%;
}

.procent-nav .procent-nav-txt {
    border-top: 3px solid rgb(254, 174, 64);
    padding: 10px 20px;
}
.procent-nav .procent-nav-txt ul li{
    font-size: 18px;
    letter-spacing: 1px;
}
.procent-nav .procent-nav-txt span {
    color: rgb(254, 174, 64);
    font-family: 'MF BanHei';
    font-size: 18px;
    font-weight: bolder;
}

.product-center {
    padding: 65px 0;
}

.product-center .procent-box {
    display: flex;
    justify-content: space-between;
}

.product-center .procent-box .procent-right {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    height: fit-content;
}

.product-center .procent-box .procent-right .procent-item {
   width: calc(95% /4);
    height: 215px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.product-center .procent-box .procent-right .procent-item:hover img {
    transform: scale(1.1);
}

.product-center .procent-box .procent-right .procent-item img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.product-center .procent-box .procent-right .procent-item:not(:nth-child(4n)) {
    margin-right: 10px;
}

.product-center .procent-box .procent-right .procent-item h3 {
    position: absolute;
    margin-bottom: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
    transition: all .5s;
}

.product-center .procent-box .procent-right .procent-item:hover h3 {
    background: rgba(252, 174, 64, 0.7);
}

.product-center .procent-box .procent-right .procent-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.product-center .procent-box .procent-show {
    width: 100%;
}

.product-center .procent-box .procent-show h2 {
    font-size: 33px;
    text-align: center;
    font-family: 'MF BanHei';
    border-bottom: 3px solid #597AAE;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.product-center .procent-box .procent-show .proshow-cont {
    background-color: #fff;
    padding: 20px;
}

.prnav-blog {
    display: block!important;
}

.breadnav {
    background-color: rgb(254, 174, 64);
    width: 100%;
}

.breadcrumb {
    background: none;
}

.mbx,
.mbx a {
    color: #fff;
}

.navigation {
    margin-top: 30px;
}

.navigation div {
    display: flex;
    justify-content: center;
}

.navigation span,
.navigation a {
    background: rgb(252, 174, 64);
    padding: 0px 12px;
    color: #fff;
    margin-right: 15px;
    transition: all .5s;
}

.navigation span:hover,
.navigation a:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.cp-c {
    box-shadow: 10px 10px 10px #ccc;
}

.cp-s h1,
.cp-s h2 {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #000;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 3px solid rgb(252, 174, 64);
}

.cp-s .cp-c {
    background: rgb(243, 243, 243);
    padding: 23px;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
}

.cp-s .cp-c img {
    max-width: 100%;
}


/* 新闻中心 */

.news-cont {
    width: 100%;
}

.news-cont .news-box .news-item {
    border-radius: 10px;
    border: 3px solid rgb(252, 174, 64);
    padding: 15px;
    background-color: #fff;
    display: flex;
    margin-bottom: 15px;
}

.news-cont .news-box .news-item:hover img {
    transform: scale(1.1);
}

.news-cont .news-box .news-item .news-item-img {
    min-width: 200px;
    height: 188px;
    overflow: hidden;
    margin-right: 30px;
}

.news-cont .news-box .news-item .news-item-img img {
    width: 100%;
    transition: all 0.7s;
}

.news-cont .news-box .news-item .news-item-txt {
    width: 100%;
}

.news-cont .news-box .news-item .news-item-txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px 0;
}

.news-item>span {
    min-width: 90px;
    height: 90px;
    max-width: 90px;
    font-size: 18px;
    margin-right: 20px;
    background-color: rgb(252, 174, 64);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    padding: 10px;
}

.news-cont .news-box .news-item .news-item-txt h2 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news-cont .news-box .news-item .news-item-txt>a:last-child {
    display: flex;
    width: 100px;
    margin: 5px 20px 0 auto;
    font-size: 16px;
    justify-content: center;
    align-self: center;
    background-color: rgb(252, 174, 64);
    color: #fff;
    border-radius: 5px;
    border: 1px solid rgb(252, 174, 64);
    transition: all 0.7s;
}

.news-cont .news-box .news-item .news-item-txt>a:last-child:hover {
    background-color: #fff;
    color: rgb(252, 174, 64);
    border: 1px solid rgb(252, 174, 64);
}

.news-txt {
    background-color: #fff;
    padding: 25px;
    width: 100%;
}

.news-txt .details-cont {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.news-txt .details-cont .details-list {
    max-width: 350px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}

.news-txt .prevn {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.news-o {
    transition: all .5s;
}

.news-o:hover {
    transform: translateX(15px);
}

.cp-s h2 {
    border-bottom: none;
    padding-bottom: 13px;
}

.cp-s .p-o {
    text-align: center;
    font-size: 14px;
    padding-bottom: 30px;
}

.cp-s .p-o span {
    display: inline-block;
    margin-left: 67px;
}

.cp-c .cp-c-o {
    border-bottom: 1.5px solid #999;
    padding-bottom: 25px;
}

.cp-c .ul-fy {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    border-top: 1.5px solid #999;
}

.cp-c .ul-fy li {
    padding-top: 18px;
}

.cp-c .ul-fy li,
.cp-c .ul-fy li a {
    font-size: 14px;
}

.cp-c .ul-fy li a {
    transition: all .5s;
}

.cp-c .ul-fy li a:hover {
    color: rgb(252, 174, 64);
}


/* 面包屑样式 */

.mbx-a {
    color: #fff;
    letter-spacing: 1.5px;
}

.mbx-a a {
    color: #fff;
    line-height: 50px;
}