﻿/*------------------------最新版样式---------------------------*/
/*内页顶部广告*/
.inside-banner-box, .inside-banner-box img {
    width: 100%;
}

.inside-banner-box {
    margin-top: 1.17rem;
}

/*面包屑导航*/
.breadcrumb-box {
    padding-top: 0.18rem;
    padding-bottom: 0.18rem;
    background-color: #fff;
    border-bottom: 1px dashed #DCDCDC;
    font-size: 0;
}

.breadcrumb-box .breadcrumb-bar {
    width: 0.28rem;
    height: 0.26rem;
    background: url('../img/breadcrumb-img.png') no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: sub;
}

.breadcrumb-box a {
    font-size: 0.26rem;
    color: #666666;
    margin-left: 0.1rem;
}

.breadcrumb-box span {
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #666666;
    margin-left: 0.14rem;
}

.breadcrumb-box span:last-child, .breadcrumb-box a:hover {
    color: #b0050b;
}

/*顶部副导航栏 - 关于我们*/
.subnav-about-box {
    margin-top: 0.5rem;
    margin-bottom: .3rem;
}

.subnav-about-box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.subnav-about-box ul li {
    min-width:1.7rem;
    height: .6rem;
    font-size: .28rem;
    line-height: .6rem;
    text-align: center;
    margin-bottom: .2rem;
    border: 1px solid #bfbfbf;
}

.subnav-about-box ul li a {
    color: #444444;
}

.subnav-about-box ul li.cur, .subnav-about-box ul li:hover {
    background-color: #B0050B;
    border: none;
}

.subnav-about-box ul li.cur a, .subnav-about-box ul li:hover a {
    color: #ffffff;
}

/*顶部副导航栏 - 新闻资讯*/
.subnav-news-box{
    margin-top: 0.5rem;
    margin-bottom: .3rem;
}

.subnav-news-box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.subnav-news-box ul li {
    width: 2.2rem;
    height: .7rem;
    font-size: .3rem;
    line-height: .7rem;
    margin-bottom: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #dedede;
    color: #444444;
    text-align: center;
}

.subnav-news-box ul li.cur, .subnav-news-box ul li:hover {
    background-color:#b0050b;
    border: none;
    color: #ffffff;
}
/*顶部副导航栏 - 客户案例*/
.subnav-case-box{
    margin-top: 0.5rem;
    margin-bottom: .3rem;
}

.subnav-case-box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.subnav-case-box ul li {
    width: 3.34rem;
    height: .7rem;
    font-size: .3rem;
    line-height: .7rem;
    margin-bottom: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #dedede;
    color: #444444;
    text-align: center;
}

.subnav-case-box ul li.cur, .subnav-case-box ul li:hover {
    background-color:#b0050b;
    border: none;
    color: #ffffff;
}
/*顶部副导航栏 - 产品列表*/
.subnav-product-box {
    margin-top: 0.5rem;
    margin-bottom: .3rem;
}

.subnav-product-box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.subnav-product-box ul li {
    width: 3.34rem;
    height: .7rem;
    font-size: .3rem;
    line-height: .7rem;
    text-align: center;
    margin-bottom: .2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #444444;
    border: 1px solid #BFBFBF;
}
.subnav-product-box ul li a {
    color: #ffffff;
}

.subnav-product-box ul li.cur, .subnav-product-box ul li:hover {
    background-color:#b0050b;
    border: none;
    color: #ffffff;
}

/*无数据*/
.nodata {
    text-align: center;
    font-size: 0.35rem;
    letter-spacing: 0.05rem;
    color: #999;
}

/*分页*/
.pagination {
    padding: 0.1rem 0;
    text-align: center;
    font-size: .2rem;
}

.pagination li {
    border-radius: 0.03rem;
    border: 0.01rem solid #b0050b;
    display: inline-block;
    margin: 0 0.02rem;
}

.pagination .active {
    background: #F8B62D;
    color: #FFF;
    border-color: #F8B62D;
    margin: 0 0.02rem;
}

.pagination .disabled {
    color: #aaa;
}

.pagination a {
    border-radius: 0.03rem;
    display: inline-block;
    padding: 0.05rem 0.12rem;
}

.pagination span {
    border-radius: 0.03rem;
    display: inline-block;
    padding: 0.05rem 0.12rem;
}

/*图片列表 - 荣誉资质*/
.list-honor-page-box .honor-page-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .5rem;
}

.list-honor-page-box .honor-page-list dl {
    margin-bottom: 0.49rem;
    width: 3.29rem;
    text-align: center;
}

.list-honor-page-box .honor-page-list dl:nth-child(2n+2) {
    margin-right: 0;
}

.list-honor-page-box .honor-page-list dl dt {
    width: 3.29rem;
    min-height: 2.5rem;
    max-height: 3.88rem;
}

.list-honor-page-box .honor-page-list dl dt img {
    width: 100%;
    height: 100%;
}

.list-honor-page-box .honor-page-list dl dd {
    font-size: .3rem;
    line-height: .6rem;
    color: #444444;
    text-align: center;
    background-color: #EEEEEE;
}


/* list-news-box - 新闻资讯列表*/
.list-news-box .news-list {
    margin-top: 0.5rem;
    padding-bottom: 0.7rem;
}

.list-news-box .news-list a {
    width: 100%;
    border: 1px solid #DEDEDE;
    display: flex;
    padding: 0.18rem;
    margin-bottom: 0.18rem;
}

.list-news-box .news-list a .news-list-img {
    width: 2.29rem;
}

.list-news-box .news-list a .news-list-img img {
    width: 100%;
    height: 100%;
}

.list-news-box .news-list a .news-list-right {
    width: 4rem;
    margin-left: 0.33rem;
}

.list-news-box .news-list a .news-list-right p {
    font-size: .32rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: .2rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.list-news-box .news-list a .news-list-right span {
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.45rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* list-product-box - 产品中心列表 */
.list-product-box .product-list {
    margin-top: 0.5rem;
    padding-bottom: 0.7rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-product-box .product-list a {
    width: 3.38rem;
    height: auto;
    margin-bottom: 0.29rem;
    border: 1px solid #dedede;
}

.list-product-box .product-list a img {
    width: 3.38rem;
    height: 3.38rem;
}

.list-product-box .product-list a span {
    width: 100%;
    text-align: center;
    font-size: .3rem;
    line-height: .7rem;
    height: .7rem;
    color: #333333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* list-service-box - 方案服务列表 */
.list-service-box .service-list {
    margin-top: 0.5rem;
    padding-bottom: 0.7rem;
}

.list-service-box .service-list a {
    width: 100%;
    box-sizing: border-box;
    height: 1.89rem;
    border: 0.01rem solid #DEDEDE;
    display: flex;
    justify-content: flex-start;
    padding: 0.18rem;
    margin-bottom: 0.18rem;
}

.list-service-box .service-list span {
    font-size: 0.18rem;
    color: #666666;
}

/*新闻列表---图片+标题 */
.list-case-box .case-list {
    margin-top: 0.5rem;
    padding-bottom: 0.7rem;
}

.list-case-box .case-list a {
    width: 100%;
    border: 1px solid #DEDEDE;
    display: flex;
    padding: 0.18rem;
    margin-bottom: 0.18rem;
}

.list-case-box .case-list a .case-list-img {
    width: 2.29rem;
}

.list-case-box .case-list a .case-list-img img {
    width: 100%;
    height: 100%;
}

.list-case-box .case-list a .case-list-right {
    width: 4rem;
    margin-left: 0.33rem;
}

.list-case-box .case-list a .case-list-right p {
    font-size: .32rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: .2rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.list-case-box .case-list a .case-list-right span {
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.45rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* info-news-box - 新闻详情页 */
.info-news-box {
    font-size: 0.23rem;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.9);
}

.info-news-box .news-info-title {
    padding-top: 0.23rem;
    font-size: 0.42rem;
    font-weight: bold;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.9);
    border-bottom: 0.01rem solid #dadbe2;
}

.info-news-box .news-author-date {
    display: block;
    font-size: 0.23rem;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.6);
    font-weight: normal;
    margin-top: 0.07rem;
    margin-bottom: .07rem;
}

.info-news-box .news-info-content p {
    font-size: 0.3rem;
    line-height: 0.7rem;
    color: #333;
    text-align: justify;
}

/* info-product-box - 商品详情 */
.info-product-box .pro-info-desc {
    margin-top: .5rem;
}

.info-product-box .pro-info-desc .pleft .bd ul {
    width: 100%;
}

.info-product-box .pro-info-desc .pleft .bd ul li {
    width: 100%;
    height: 100%;
}

.info-product-box .pro-info-desc .pleft .bd ul li img {
    width: 100%;
    height: 100%;
}

.info-product-box .pro-info-desc .pright {
    width: 100%;
    background-color: #F0F0F0;
    padding: .5rem;
    box-sizing: border-box;
}

.info-product-box .pro-info-desc .pright .corange {
    color: #333333;
    margin-bottom: 0.22rem;
    font-size: 0.34rem;
    font-weight: bold;
}

.info-product-box .pro-info-desc .pright .pd-short {
    color: #666666;
    line-height: 0.55rem;
    font-size: 0.3rem;
    margin-top: .1rem;
}
.info-product-box .pro-info-content {
    margin-top: 0.5rem;
    font-size: 0.28rem;
}
.info-product-box .pro-info-content img {
    display: inline-block;
    width: 100%;
}
.info-product-box .pro-info-recommend{
    padding-bottom: .7rem;
    margin-top: 0.5rem;
}
.info-product-box .pro-info-recommend .recommend-title{
    font-size: .36rem;
    line-height: .36rem;
    color: #333333;
    font-weight: bold;
}
.info-product-box .pro-info-recommend .recommend-title span{
    color: #b0050b;
}
.info-product-box .pro-info-recommend .recommend-title .recommend-english{
    font-size: .26rem;
    line-height: .26rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: normal;
}
.info-product-box .pro-info-recommend .recommend-bar{
    width: 100%;
    height: .01rem;
    background-color: #e6e6e6;
    position: relative;
    margin-top: .3rem;
    margin-bottom: .36rem;
}
.info-product-box .pro-info-recommend .recommend-bar span{
    position: absolute;
    z-index: 100;
    width: 1.06rem;
    height: .03rem;
    margin-top: -.01rem;
    display: inline-block;
    background-color: #b0050b;
}
.info-product-box .pro-info-recommend .recommend-info{
    width: 100%;
}
.info-product-box .pro-info-recommend .recommend-desc{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-product-box .pro-info-recommend .recommend-desc .recommend-item{
    width: 3.36rem;
    text-align: center;
}
.info-product-box .pro-info-recommend .recommend-item .recommend-img{
    width: 3.36rem;
    height: 2.25rem;
    margin-bottom: .2rem;
}
.info-product-box .pro-info-recommend .recommend-item .recommend-img img{
    width: 100%;
    height: 100%;
}
.info-product-box .pro-info-recommend .recommend-item p{
    font-size: .18rem;
    color: #333333;
    line-height: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* info-service-box - 服务详情*/
.info-service-box {
    padding: 0.1rem 0;
}

/* message-box - 立即咨询 */
.message-box {
    margin-top: .23rem;
    margin-left: 0.19rem;
    margin-right: 0.19rem;
    font-size: .33rem;
}

.message-box li {
    line-height: .7rem;
    margin-bottom: 0.19rem;
    display: block;
}

.message-box li span {
    width: 2.34rem;
    text-align: right;
    display: inline-block;
    letter-spacing: 0.03rem;
    vertical-align: top;
}

.message-box li input {
    line-height: .7rem;
    height: .7rem;
    border: .01rem solid #dedede;
    text-indent: 0.09rem;
    box-sizing: border-box;
    border-radius: 0.04rem;
    width: 4.68rem;
    padding: 0 0.19rem;
}

.message-box li textarea {
    height: 2.34rem;
    border: 1px solid #dedede;
    text-indent: 0.09rem;
    box-sizing: border-box;
    border-radius: 0.04rem;
    width: 4.68rem;
    padding: 0.19rem;
}

.message-box li span em {
    color: red;
    padding-right: 0.03rem;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.message-box .btn-box {
    display: flex;
    justify-content: center;
    margin-top: 0.47rem;
}

.message-box .btn-box input {
    border: none;
    cursor: pointer;
    margin-right: 0.28rem;
    width: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    background: #dab159;
    letter-spacing: 0.07rem;
    transition: all 0.6s linear;
}

.message-box .btn-box .btn-submit {
    color: #fff;
}

.message-box .btn-box .btn-reset {
    color: #666;
    background: #dedede;
}

/* search-box - 搜索列表*/
.search-box .search-list{
    padding-bottom: .7rem;
}
.search-box .search-list dl {
    width: 100%;
    height: 1.89rem;
    border-bottom: 0.01rem solid #DEDEDE;
    position: relative;
    display: flex;
    flex-shrink: 1;
    box-sizing: border-box;
    padding: 0.18rem;
}

.search-box .search-list dt {
    display: block;
    width: 2.29rem;
    height: 1.53rem;
    margin-right: 0.33rem;
    box-sizing: border-box;
    align-self: center;
}

.search-box .search-list dt img {
    width: 100%;
    height: 100%;
}

.search-box .search-list dd {
    width: 3.92rem;
    box-sizing: border-box;
    padding-right: 0.47rem;
}

.search-box .search-list h3 {
    margin-bottom: 0.23rem;
    font-size: 0.32rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.search-box .search-list p {
    font-size: 0.3rem;
    line-height: 0.45rem;
    color: #666;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.search-box .search-list span {
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    position: absolute;
    top: calc(50% - 0.09rem);
    right: 0.23rem;
}

.search-box .search-list span:before {
    content: "";
    position: absolute;
    background: #999;
    width: 100%;
    height: 100%;
    right: -0.07rem;
    top: 0;
    z-index: 10;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-box .search-list span:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    right: -0.05rem;
    top: 0;
    z-index: 11;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*服务网点*/
.list-about-box .map {
    margin-bottom: 0.5rem;
}
.list-about-box .map img {
    width: 100%;
}
.list-about-box .site {
    margin-top: 0.53rem;
}
.list-about-box .site .item {
    border: 1px solid #d2d2d2;
    padding: 0.35rem 0rem 0.5rem 0.28rem;
    margin-bottom: 0.4rem;
}
.list-about-box .site .item .top {
    display: flex;
    align-items: center;
}
.list-about-box .site .item .top .border {
    width: 0.07rem;
    height: 0.29rem;
    opacity: 1;
    background: #9c2f09;
}
.list-about-box .site .item .top span {
    font-size: 0.3rem;
    font-weight: 700;
    color: #2b2b2b;
    line-height: 0.3rem;
    margin-left: 0.14rem;
}
.list-about-box .site .item p {
    font-size: 0.3rem;
    color: #2b2b2b;
    line-height: 0.5rem;
    padding-left: 0.2rem;
}
.list-about-box .site .item p:nth-of-type(1) {
    margin-top: 0.25rem;
}