/*荣誉start*/
.honor_wrap .banner {
    height: calc(100vw/5.3);
    width: 100%;
    background: url('../images/ry_banner.png') no-repeat center;
    background-size: auto 100%;
    min-height: 260px;
}
.honor_wrap .equips-content .area_title {
    text-align: center;
    margin-top: 78px;
    margin-bottom: 40px;
}

.honor_wrap  .equips-content .area_title::before {
    content: attr(title);
    display: block;
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #111111;
    line-height: 30px;
}

.honor_wrap  .equips-content .area_title::after {
    content: attr(subtitle);
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 16px;
    color: #a8a8a8;
    padding-top: 16px;
    display: inline-block;
}

.honor_wrap  .honor_list_box {
    display: flex;
    flex-wrap: wrap;
}

.honor_wrap .honor_list_box .h_item:not(:nth-child(3n+1)) {
    margin-left: calc((100% - 1140px)/2);
}

.honor_wrap  .honor_list_box .h_item {
    width: 380px;
    min-height: 276px;
    background-repeat: no-repeat;
    background-size: auto 240px;
    background-position: center 0;
    margin-bottom: 40px;
    cursor: pointer;
}

.honor_wrap  .honor_list_box .h_item::before {
    /*content: '';
    display: inline-block;
    height: 240px;
    width: 100%;
    background: #fbfbfb;
    position: relative;
    z-index: -1;*/
}

.honor_wrap .honor_list_box .h_item::after {
    content: attr(name);
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
}
.honor_wrap .honor_list_box .h_item .imgZoom_area{
    height: 240px;
    border: 1px solid #f5f5f5;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #fdfdfd;
}
.honor_wrap .honor_list_box .h_item .imgZoom{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
/*荣誉end*/


/*新闻start*/
.news_wrap .banner {
    height: calc(100vw/5.3);
    width: 100%;
    background: url('../images/news_banner.png') no-repeat center;
    background-size: auto 100%;
    min-height: 260px;
}
.news_wrap .news_list_box {
    margin-top: 80px;
    margin-top: 80px;
}
.news_wrap  .news_list_box  .card-info {
    border-bottom: 1px solid #f8f8f8;
}
.news_wrap .news_list_box  .card-info .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color: #333333;
}
.news_wrap .news_list_box  .card-info .content>a:focus,
.news_wrap .news_list_box  .card-info .content>a:hover{
    text-decoration: none;
    color: #333333;
}
.news_wrap .news_list_box  .card-info .content .card-content {
    flex-grow: 1;
}
.news_wrap .news_list_box .card-info .content .card-content .time {
    position: relative;
    bottom: 0;
    margin-bottom: 10px;
}
.news_wrap  .news_list_box .desc {
    /*min-height: 54px;*/
    margin-bottom: 20px;
}
.news_wrap .news_list_box .go_news_detail {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    border: solid 1px #da251c;
    text-align: center;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom:-4px;
}
.news_wrap .news_list_box .go_news_detail span{
    display: inline-block;
    width: inherit;
    height: inherit;
    color: #da251c;
    transition: 0.3s;
}
.news_wrap .news_list_box .card-info .go_news_detail:hover span{
    background: #da251c;
    color: #ffffff;
}
.news_wrap .news_type .el-radio-button__inner {
    background: #f8f8f8;
    border: 0;
    padding: 12px 36px;
    opacity: 1;
    font-weight: bold;
}
.news_wrap .news_type .el-radio-button__inner:hover {
    color: #da251c;
}
.news_wrap .card-info{
    cursor: pointer;
    background: white;
}
.news_wrap  .card-info>div{
    display: inline-block;
    vertical-align: middle;
}
.news_wrap .card-info>.content{
    margin-left:5px;
    font-size: 15px;
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-right: 20px;
}
.news_wrap .card-info h3{
    text-align: left;
    margin-top: 20px;
}
.news_wrap .card-info:hover h3{
    color: rgb(218, 37, 28);
}

.news_wrap .card-info .card-img{
    padding: 15px;
}

.news_wrap .card-info .card-img img{
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #eeeeee;
}

.news_wrap .card-info .card-content{
    margin-top: 20px;
    line-height: 25px;
    color:gray;
}
/*新闻end*/


/*产品展示end*/
.nproduct_wrap .banner {
    height: calc(100vw/5.3);
    width: 100%;
    background: url(../images/c_banner.png) no-repeat center;
    background-size: auto 100%;
    min-height: 260px;
}

.nproduct_wrap .product_box .product_type {
    margin-right: 20px;
}

.nproduct_wrap .product_box .product_type > div {
    width: 290px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px;
}

.nproduct_wrap  .product_box .product_type > div:not(.type_header) {
    background-color: #ffffff;
    color: #111111;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.nproduct_wrap .product_box .product_type > div>a{
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
    color: #333333;
}
.nproduct_wrap .product_box .product_type > div:not(.type_header)>a::after {
    content: '';
    display: inline-block;
    line-height: inherit;
    font-size: 22px;
    color: #cfcfcf;
    float: right;
}

.nproduct_wrap .product_box .product_type > div:not(.type_header):hover {
    color: #da251c;
    font-weight: bold;
}

.nproduct_wrap  .product_box .product_type > div.type_header {
    background: url(../images/l_title_bg.png) no-repeat center;
    background-size: 100% 100%;
    background-color: #da251c;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
}
.nproduct_wrap .product_box .product_type > div.active a{
    font-weight:bold;
    color:  #da251c;
}

.nproduct_wrap .product_box .product_list_box {
    flex: 1;
    min-height: 200px;
}
.nproduct_wrap .product_box .product_list {
    display: flex;
    flex-wrap: wrap;
}

.product_box .product_list .p_item {
    width: 283px;
    min-height: 280px;
    background: #ffffff;
    padding: 15px 15px 50px;
    position: relative;
    margin-bottom: 20px;
}
.product_box .product_list .p_item>a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.nproduct_wrap .product_box .product_list .p_item .p_img {
    width: 100%;
    height: 156px;
    background-color: #eeeeee;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    border: 1px solid #f5f5f5;
}
.nproduct_wrap  .product_box .product_list .p_item .p_info {
    color: #111111;
    font-size: 16px;
    padding-top: 16px;
    min-height: calc(100% - 156px);
}

.product_box .product_list .p_item .p_info .desc {
    font-size: 14px;
    color: #999999;
    margin-top: 6px;
    margin-bottom: 10px;
}

.nproduct_wrap .product_box .product_list .p_item .p_info .go_detail {
    border-top: 1px solid #eeeeee;
    padding: 12px 0;
    text-align: center;
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0;
    color: #333333;
    cursor: pointer;
}
.nproduct_wrap .product_box .product_list .p_item .p_info>h3{
    padding-bottom: 10px;
}

.nproduct_wrap  .product_box .product_list .p_item:not(:nth-child(3n+1)) {
    margin-left: calc((100% - 849px)/2);
}

.nproduct_wrap .product_box .product_list .p_item:hover {
    position: relative;
}

.product_box .product_list .p_item:hover::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #da251c;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.nproduct_wrap .product_box .product_list .p_item:hover .p_info h3,
.nproduct_wrap .product_box .product_list .p_item:hover .p_info .go_detail {
    color: #da251c;
}
.nproduct_wrap .nproduct_wrap .product_main_wrap {
    padding-bottom: 30px;
}
.nproduct_wrap .product_main_wrap{
    padding-bottom: 30px ;
}
.nproduct_wrap .main-con-wrap{
    background-color: #eeeeee;
}
.nproduct_wrap .main-con-wrap .v-path{
    background: #ffffff;
}
.nproduct_wrap .newpager{
    background: none;
}
/*产品展示end*/


/*分页样式 start*/
.newpager{
    display: flex;
    justify-content: center;
    padding: 30px 0;
    background: #fff;
}
.newpager.el-pagination.is-background .btn-next,
.newpager.el-pagination.is-background .btn-prev,
.newpager.el-pagination.is-background .el-pager li{
    height: 32px;
    line-height: 32px;
    min-width: 32px;
}
.newpager.el-pagination.is-background .el-pager li:not(.disabled).active{
    background: #D74A15;
    cursor: default;
    color: white;
    border-radius: 5px;
}
.newpager .el-pager li:not(.is-disabled):not(.is-active):hover {
    color: #D74A15;
}
.newpager [type="button"]:hover .el-icon{
    color: #D74A15;
}
/*分页样式 end*/