﻿/*------------------------最新版样式---------------------------*/
/*内页顶部广告*/
.inside-banner-box{
    width: 100%;
    margin-top: 1.17rem;
}
.inside-banner-box img{
    width: 100%;
}
/*面包屑导航*/
.breadcrumb-box {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    background-color: #fff;
    border-bottom: 1px dashed #DCDCDC;
    font-size: 0;
}

.breadcrumb-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.breadcrumb-box .breadcrumb-bar {
    width: 0.05rem;
    height: 0.12rem;
    display: inline-block;
    background-color:#005BAC;
}

.breadcrumb-box a {
    font-size: 0.28rem;
    color: #666666;
    margin-left: 0.1rem;
}

.breadcrumb-box span {
    font-size: 0.28rem;
    color: #666666;
    margin-left: 0.1rem;
}

/*顶部副导航栏 - 关于我们*/
.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;
    background-color: #e6e6e6;
    font-size: .28rem;
    line-height: .6rem;
    text-align: center;
    margin-bottom: .2rem;
}

.subnav-about-box ul li a {
    color: #999999;
}

.subnav-about-box ul li.cur, .subnav-about-box ul li:hover {
    background: url('../img/insild-navbg.jpg') no-repeat;
    background-size: 100% 100%;
}

.subnav-about-box ul li.cur a, .subnav-about-box ul li:hover a {
    color: #ffffff;
}

/*顶部副导航栏 - 新闻资讯*/
.subnav-news-box ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: .5rem;
}

.subnav-news-box li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #E0E0E0;
    width:2.2rem;
    font-size: .28rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-top: .5rem;
    box-sizing: border-box;
    text-align: center;
    color: #333;
    letter-spacing: 0.02rem;
}
.subnav-news-box li a span{
    display: block;
    width: 100%;
    text-align: center;
}
.subnav-news-box li:nth-child(2n) a {
    border-right: none;
}

.subnav-news-box li a:hover, .subnav-news-box li.cur a {
    background-color: #005BAC;
}

.subnav-news-box li a:hover span, .subnav-news-box li.cur a span {
    color: #FFFFFF;
}

.subnav-news-box li a:hover .tb .plus-icon, .subnav-news-box li.cur a .tb .plus-icon, .subnav-news-box li a:hover .tb .plus-icon:after, .subnav-news-box li.cur a .tb .plus-icon:after {
    display: none;
}

.subnav-news-box li a:hover .tb .minus-icon, .subnav-news-box li.cur a .tb .minus-icon {
    display: inline-block;
}
/*顶部副导航栏 - 客户案例*/
.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: 2.2rem;
    box-sizing: border-box;
    height: .7rem;
    font-size: .28rem;
    line-height: .7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #E0E0E0;
    text-align: center;
    color: #333333;
}

.subnav-case-box ul li.cur, .subnav-case-box ul li:hover {
    background-color: #005BAC;
    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;
    background-color: #999999;
    font-size: .28rem;
    line-height: .7rem;
    text-align: center;
    margin-bottom: .2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ffffff;
}
.subnav-product-box ul li a {
    color: #ffffff;
}

.subnav-product-box ul li.cur, .subnav-product-box ul li:hover {
    background-color:#f09218;
}
.title-style{
    margin-top: .3rem;
    margin-bottom:.3rem;
    width: 100%;
    border-bottom: 1px solid #C4D9EC;
    height: .45rem;
}
.title-style .title-item{
    font-size:.3rem;
    display:inline-block;
    padding: 0 .15rem;
    height:.45rem;
    color:#fff;
    background-color:#1a78b8;
    line-height:.45rem;
    border-top-right-radius: .05rem;
    border-top-left-radius: .05rem;
    letter-spacing: .03rem;
}
/*无数据*/
.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: 1px solid #005BAC;
    display: inline-block;
    margin: 0 0.02rem;
}

.pagination .active {
    background: #005BAC;
    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: 3rem;
    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: 3rem;
    margin-bottom: 0.19rem;
}

.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;
    color: #333333;
    text-align: center;
}


/* list-news-box - 新闻资讯列表*/
.list-news-box .news-list{
    padding-bottom: .7rem;
}
.list-news-box .news-list dl {
    width: 100%;
    height: 1.89rem;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
    display: flex;
    flex-shrink: 1;
    box-sizing: border-box;
    padding: 0.18rem;
}

.list-news-box .news-list dt {
    display: block;
    width: 2.29rem;
    height: 1.53rem;
    margin-right: 0.33rem;
    box-sizing: border-box;
    align-self: center;
}

.list-news-box .news-list dt img {
    width: 100%;
    height: 100%;
}

.list-news-box .news-list dd {
    width: 3.92rem;
    box-sizing: border-box;
    padding-right: 0.47rem;
}

.list-news-box .news-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;
}

.list-news-box .news-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;
}

.list-news-box .news-list span {
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    position: absolute;
    top: calc(50% - 0.09rem);
    right: 0.23rem;
}

.list-news-box .news-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);
}

.list-news-box .news-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-product-box - 产品中心列表 */
/*公共标题*/
.list-product-box .service-box .title-container {
     padding-top: .4rem;
     padding-bottom: .3rem;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     color: #000000;
 }
.list-product-box .service-box .title-container p {
    font-family: "Microsoft YaHei";
    margin-bottom: .2rem;
    font-size: .38rem;
    font-weight: bold;
    line-height: .4rem;
}
.list-product-box .service-box .title-container .title-bottom {
    display: flex;
    align-items: center;
    margin-bottom: .18rem;
}
.list-product-box .service-box .title-container .title-bottom .title-bar {
    width: 1rem;
    height: 1px;
    background: #000000;
}
.list-product-box .service-box .title-container .title-bottom span {
    display: block;
    font-size: .24rem;
    opacity: 0.8;
    padding: 0 .15rem;
    text-transform: uppercase;
}
.list-product-box .service-box .title-container .title-desc {
    font-size: .3rem;
    line-height: .3rem;
    color: #666666;
}
.list-product-box .service-box .title-container .title-desc.title-container-white {
    color: #ffffff;
}
.list-product-box .service-box .title-container-white {
    color: #ffffff;
}
.list-product-box .service-box .title-container.title-container-white .title-bottom .title-bar {
    background-color: #fff;
    opacity: .8;
}

/*    项目*/
.list-product-box .service-box .service {
    margin-bottom: .7rem;
}
.list-product-box .service-box .service .service-list .service-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: .2rem;
}
.list-product-box .service-box .service .service-list .service-nav p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.68rem;
    height: 1rem;
    background-color: #f0f0f0;
    cursor: pointer;
    font-size: 0.3rem;
    line-height: .35rem;
    text-align: center;
    font-weight: 400;
    color: #333333;
    box-sizing: border-box;
    margin-bottom: .05rem;
    margin-right: .05rem;
}
.list-product-box .service-box .service .service-list .service-nav p:nth-child(4n+4){
    margin-right: 0;
}
.list-product-box .service-box .service .service-list .service-nav p[class="on"] {
    background-color: #f09218;
}
.list-product-box .service-box .service .service-list .service-nav p[class="on"] {
    color: #ffffff;
    border-right: none;
}
.list-product-box .service-box .service .service-list .service-r {
    width: 100%;
}
.list-product-box .service-box .service .service-list .service-r .service-item-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-product-box .service-box .service .service-list .service-r .service-info .service-item {
    display: inline-block;
    width: 3.24rem;
    margin-bottom: .32rem;
    margin-left: .05rem;
}
.list-product-box .service-box .service .service-r .service-info .service-item .service-item-img {
    width: 100%;
    height: 2.78rem;
}
.list-product-box .service-box .service .service-r .service-info .service-item .service-item-img img {
    width: 100%;
    height: 100%;
}
.list-product-box .service-box .service .service-r .service-info .service-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: .7rem;
    border: 1px solid #DADADA;
    font-size: .3rem;
    line-height: .7rem;
    padding: .1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

/*    标线*/
.list-product-box .service-box .deeply {
    width: 100%;
    background: url("/static/content/mobile/uploadimg/deeply-bg.jpg") no-repeat;
    background-size: 100% 4.75rem;
}
.list-product-box .service-box .deeply .deeply-list .deeply-item {
    width: 100%;
}
.list-product-box .service-box .deeply .deeply-item .deeply-item-img {
    width: 100%;
    height: 4.27rem;
}
.list-product-box .service-box .deeply .deeply-item .deeply-item-img img {
    width: 100%;
    height: 100%;
}
.list-product-box .service-box .deeply .deeply-item .deeply-info {
    width: 100%;
    height: 4.14rem;
    background: #F0F0F0;
    box-sizing: border-box;
    padding: .5rem .6rem;
    color: #333333;
    transition: all .5s;
}
.list-product-box .service-box .deeply-item .deeply-info .deeply-num {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.list-product-box .service-box .deeply-item .deeply-info .deeply-num p {
    font-size: .58rem;
    font-weight: bold;
    line-height: .58rem;
    color: #1456a0;
    padding: 0 6px;
}
.list-product-box .service-box .deeply-item .deeply-info .deeply-num span {
    display: block;
    width: .25rem;
    height: 1px;
    background-color: #1456a0;
}
.list-product-box .service-box .deeply-item .deeply-info .deeply-title {
    font-size: .32rem;
    font-weight: bold;
    text-align: center;
    line-height: .32rem;
    margin-top: .28rem;
    padding-bottom: .3rem;
}
.list-product-box .service-box .deeply-item .deeply-info .deeply-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    font-size: 0.3rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.45rem;
    text-align: justify;
}
.list-product-box .service-box .deeply .deeply-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: .5rem;
}
.list-product-box .service-box .deeply .deeply-nav p {
    width: 1rem;
    height: 0.06rem;
    background: #B3B3B3;
    margin-right: .1rem;
}
.list-product-box .service-box .deeply .deeply-nav p[class="on"] {
    background: #1456A0;
}

/*  我们的承诺  */
.list-product-box .service-box .promise {
    width: 100%;
    position: relative;
    z-index: 10;
    margin-top: .4rem;
}
.list-product-box .service-box .promise .promise-info-container {
    width: 100%;
}
.list-product-box .service-box .promise .promise-item {
    width: 100%;
    height: 6.81rem;
    background-color: #F0F0F0;
}
.list-product-box .service-box .promise .promise-item img {
    width: 100%;
    height: 100%;
}
.list-product-box .service-box .promise .promise-item .promise-img {
    width: 100%;
}
.list-product-box .service-box .promise .promise-item .promise-info {
    width: 100%;
    box-sizing: border-box;
    padding: .51rem .42rem .41rem;

}
.list-product-box .service-box .promise .promise-item .promise-info .promise-title {
    padding-bottom: 2px;
    border-bottom: 1px dashed #CCCCCC;
}
.list-product-box .service-box .promise .promise-item .promise-info .promise-title p {
    margin-bottom: .11rem;
    font-size: .36rem;
    font-weight: bold;
    color: #333333;
    line-height: .36rem;
    letter-spacing: 1px;
}
.list-product-box .service-box .promise .promise-item .promise-info .promise-title p span {
    color: #fc9a18;
}
.list-product-box .service-box .promise .promise-item .promise-info .promise-title .promise-title-fy {
    display: block;
    font-size: .2rem;
    font-weight: 400;
    color: #A8A8A8;
    line-height: .2rem;
    padding-bottom: .19rem;
    border-bottom: 1px solid #CCCCCC;
}
.list-product-box .service-box .promise .promise-item .promise-info .promise-desc {
    margin-top: .3rem;
    width: 100%;
    font-size: .3rem;
    font-weight: 400;
    color: #4D4D4D;
    line-height: .46rem;
}
.list-product-box .service-box .promise .promise-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: .5rem;
}
.list-product-box .service-box .promise .promise-nav p {
    width: 1rem;
    height: 0.06rem;
    background: #B3B3B3;
    margin-right: .1rem;
}
.list-product-box .service-box .promise .promise-nav p[class="on"] {
    background: #1456A0;
}

/*    案例*/
.list-product-box .service-box .case {
    margin-top: .4rem;
}
.list-product-box .service-box .case .case-list .case-info {
    width: 3.36rem;
    height: 2.83rem;
    position: relative;
    z-index: 10;
}
.list-product-box .service-box .case .case-list .case-info .case-mask {
    width: 100%;
    height: .6rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 40;
    background-color: #000;
    opacity: .6;
}
.list-product-box .service-box .case .case-list .case-info .case-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: .6rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    padding: 0 .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .3rem;
    color: #FFFFFF;
    line-height: .3rem;
    text-align: center;
}
.list-product-box .service-box .case .case-list .case-info .case-desc p{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-product-box .service-box .case .case-list .case-info img {
    width: 100%;
    height: 100%;
}
.list-product-box .service-box .case .case-list .case-right {
    width: 100%;
    height: 5.86rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.list-product-box .service-box .case .case-list .case-right .case-right-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.list-product-box .service-box .case .case-detail {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: .5rem;
}
.list-product-box .service-box .case .case-detail button {
    width: 2.17rem;
    height: 0.6rem;
    border: 2px solid #B3B3B3;
    border-radius: .09rem;
    background-color: transparent;
    font-size: 0.3rem;
    font-weight: 400;
    color: #666666;
    line-height: .6rem;
    text-align: center;
    cursor: pointer;
}

/*  标线资质  */
.list-product-box .service-box .qualification {
    margin-top: .4rem;
}
.list-product-box .service-box .qualification .qualification-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.list-product-box .service-box .qualification .qualification-list img {
    width: 100%;
    height: 100%;
}
.list-product-box .service-box .qualification .qualification-list .qualification-info-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-product-box .service-box .qualification .qualification-info .qualification-item {
    position: relative;
    width: 3.36rem;;
    height: 5.18rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all .6s;
}
.list-product-box .service-box .qualification .qualification-info .qualification-item .qualification-top {
    width: 3rem;
    height: 4.24rem;
    position: absolute;
    top: 0;
    z-index: 100;
}
.list-product-box .service-box .qualification .qualification-info .qualification-item .qualification-desc {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 1.68rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #d4d5d7;
    font-size: .3rem;
    font-weight: 400;
    color: #333333;
    line-height: .3rem;
    transition: all .6s;
}
.list-product-box .service-box .qualification .qualification-info .qualification-item .qualification-desc p {
    margin-bottom: .3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 .15rem;
}
.list-product-box .service-box .qualification .qualification-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: .5rem;
}
.list-product-box .service-box .qualification .qualification-nav p {
    width: 1rem;
    height: 0.06rem;
    background: #B3B3B3;
    margin-right: .1rem;
}
.list-product-box .service-box .qualification .qualification-nav p[class="on"] {
    background: #1456A0;
}

/*走进美恩*/
.list-product-box .service-box .about {
    margin-top: .2rem;
}
.list-product-box .service-box .about .title-container {
    padding-bottom: .15rem;
}
.list-product-box .service-box .about .about-list {
    width: 100%;
    padding-top: .47rem;
    padding-bottom: .77rem;
}
.list-product-box .service-box .about .about-list .about-desc {
    width: 100%;
    margin: 0 auto;
    font-size: .3rem;
    line-height: .45rem;
    text-align: justify;
    color: #666666;
}
.list-product-box .service-box .about .about-list .about-video {
    width: 100%;
    height: 3.96rem;
    position: relative;
    z-index: 10;
    margin-bottom: .3rem;
    border-radius: .14rem;
}
.list-product-box .service-box .about .about-list .about-video img {
    width: 100%;
    height: 100%;
}
.list-product-box .service-box .about .about-list .about-video .about-video-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
    background-color: #000000;
    opacity: .5;
}
.list-product-box .service-box .about .about-list .about-video .about-video-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #000000;
    opacity: .5;
}
.list-product-box .service-box .about .about-list .about-video .about-video-button img {
    width: .56rem;
    height: .41rem;
    cursor: pointer;
}
.list-product-box .service-box .about .about-list .about-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .19rem;
}
.list-product-box .service-box .about .about-list .about-bottom .about-item {
    width: 3.45rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: .3rem 0;
}
.list-product-box .service-box .about .about-list .about-bottom .about-item:nth-child(1),
.list-product-box .service-box .about .about-list .about-bottom .about-item:nth-child(2) {
    border-bottom: 1px solid #DDDDDD;
}
.list-product-box .service-box .about .about-list .about-bottom .about-item:nth-child(1),
.list-product-box .service-box .about .about-list .about-bottom .about-item:nth-child(3) {
    border-right: 1px solid #ddd;
}
.list-product-box .service-box .about .about-list .about-bottom .about-item .about-item-top {
    display: flex;
    align-items: flex-end;
    margin-bottom: .16rem;
}
.list-product-box .service-box .about .about-list .about-bottom .about-item .about-item-top p {
    font-size: .6rem;
    font-weight: bold;
    color: #171717;
    line-height: .6rem;
}
.list-product-box .service-box .about .about-list .about-bottom .about-item .about-item-top .about-tb {
    width: .32rem;
    height: .32rem;
    background: #1456A0;
    border-radius: 50%;
    line-height: .32rem;
    text-align: center;
    font-size: .22rem;
    font-weight: 400;
    color: #FFFFFF;
}
.list-product-box .service-box .about .about-list .about-bottom .about-item .about-item-desc {
    font-size: .3rem;
    font-weight: 400;
    color: #666666;
    line-height: .3rem;
}

/*  标线常见问题  */

.list-product-box .service-box .news .news-bottom {
    width: 3.5rem;
}
.list-product-box .service-box .news .news-bottom .news-desc {
    margin-top: .25rem;
}
.list-product-box .service-box .news .news-bottom .news-title {
    font-weight: bold;
}
.list-product-box .service-box .news .news-title {
    font-size: .32rem;
    color: #333333;
    line-height: .32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-product-box .service-box .news .news-bottom .news-date {
    font-size: .26rem;
    color: #acabab;
    line-height: .26rem;
    margin-top: .18rem;
}
.list-product-box .service-box .news .news-desc {
    font-size: .3rem;
    line-height: .45rem;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
}
.list-product-box .service-box .news .news-list {
    padding-top: .5rem;
    padding-bottom: .4rem;
}
.list-product-box .service-box .news .news-list .news-item {
    width: 100%;
    height: 1.42rem;
    box-sizing: border-box;
    padding-left: .4rem;
    padding-right: .5rem;
    padding-top: .33rem;
    border: .01rem solid #E8E8E8;
    margin-bottom: .3rem;
}
.list-product-box .service-box .news .news-list .news-item .news-item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
}
.list-product-box .service-box .news .news-item .news-item-top .news-date {
    font-size: .26rem;
    color: #acabab;
    line-height: .26rem;
    margin-top: 0;
}
.list-product-box .service-box .news .news-list .news-item .news-desc {
    -webkit-line-clamp: 1;
}
.list-product-box .service-box .news .news-detail {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: .7rem;
}
.list-product-box .service-box .news .news-detail a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.8rem;
    height: 0.5rem;
    background: #005BAC;
    border-radius: 0.25rem;
}
.list-product-box .service-box .news .news-detail button {
    font-size: 0.28rem;
    font-weight: 400;
    color: #FFFFFF;
    background-color: transparent;
    border: none;
    outline: none;
    letter-spacing: 2px;
}

/*广告栏*/
.list-product-box .service-box .cutline {
    width: 100%;
    margin-top: .5rem;
}
.list-product-box .service-box .cutline img {
    width: 100%;
}

/*解决*/
.list-product-box .service-box .solution {
    padding-bottom: .4rem;
}
.list-product-box .service-box .solution .solution-nav {
    display: flex;
    flex-wrap: wrap;
}
.list-product-box .service-box .solution .solution-nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 2.2rem;
    height: 1.1rem;
    background: #F0F0F0;
    padding: 0 .2rem;
    margin-bottom: .15rem;
    margin-right: .15rem;
    color: #333333;
}
.list-product-box .service-box .solution .solution-nav li:nth-child(3n+3){
    margin-right: 0;
}
.list-product-box .service-box .solution .solution-nav li b{
    font-size: .3rem;
    line-height: .4rem;
    display: block;
}
.list-product-box .service-box .solution .solution-nav li span{
    font-size: .28rem;
    line-height: .4rem;
    display: block;
}
.list-product-box .service-box .solution .solution-nav li[class="on"]{
    color: #ffffff;
    background: #F09218;
}

.list-product-box .service-box .solution .solution-info .solution-item {
    width: 100%;
}
.list-product-box .service-box .solution .solution-info .solution-item .solution-left {
    width: 100%;
    height: 4.5rem;
}
.list-product-box .service-box .solution .solution-info .solution-item .solution-left img {
    width: 100%;
    height: 100%;
}
.list-product-box .service-box .solution .solution-info .solution-item .solution-right {
    width: 6.9rem;
    background: #F5F6F7;
    box-sizing: border-box;
    padding-left: .5rem;
    padding-right: .27rem;
    padding-top: .43rem;
    padding-bottom: .9rem;
}
.list-product-box .service-box .solution .solution-info .solution-item .solution-right .solution-title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: .09rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-product-box .service-box .solution .solution-info .solution-item .solution-right span {
    display: block;
    font-size: 0.2rem;
    font-weight: 400;
    color: #999999;
    line-height: .2rem;
    margin-bottom: .3rem;
}
.list-product-box .service-box .solution .solution-info .solution-item .solution-right .solution-bar {
    width: 0.43rem;
    height: 0.02rem;
    background: #333333;
    margin-bottom: .2rem;
}
.list-product-box .service-box .solution .solution-info .solution-item .solution-right .solution-desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: .9rem;
    font-size: 0.3rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.45rem;
}
.list-product-box .service-box .solution .solution-info .solution-item .solution-right .solution-detail{
    margin-top: .1rem;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.list-product-box .service-box .solution .solution-info .solution-item .solution-right .solution-detail span {
    font-size: 0.3rem;
    font-weight: 400;
    color: #F09218;
    line-height: 0.45rem;
    cursor: pointer;
}
.list-product-box .service-box .solution .solution-pagation {
    margin-top: .3rem;
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: .2rem;
}
.list-product-box .service-box .solution .solution-pagation .solution-btn {
    width: .4rem;
    height: .4rem;
    cursor: pointer;
}
.list-product-box .service-box .solution .solution-pagation .solution-btn img {
    width: 100%;
    height: 100%;
}
.list-product-box .service-box .solution .solution-pagation .solution-btn.prev-btn {
    margin-right: .5rem;
}

/* 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: 1px 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;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.list-case-box .case-list a {
    display: block;
    width: 3.36rem;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    margin-bottom: 0.2rem;
}

.list-case-box .case-list a .case-list-img {
    width: 3.36rem;
    height: 2.82rem;
}

.list-case-box .case-list a .case-list-img img {
    width: 100%;
    height: 100%;
}

.list-case-box .case-list a .case-list-right {
    width: 3.36rem;
    height: 2.77rem;
    box-sizing:border-box;
    padding: 0 .5rem;
}

.list-case-box .case-list a .case-list-right p {
    font-size: .32rem;
    color: #333333;
    margin-top: .4rem;
    margin-bottom: .2rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
}

.list-case-box .case-list a .case-list-right span {
    font-size: 0.3rem;
    color: #666666;
    line-height: 0.45rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: .25rem;
    text-align: justify;
}
.list-case-box .case-list a .case-list-right button{
    display: block;
    width: 1.85rem;
    height: 0.5rem;
    margin: .3rem auto 0;
    border: 1px solid #E6E6E6;
    border-radius: 0.05rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #666666;
    line-height: .5rem;
}
    /* info-news-box - 新闻详情页 */
.info-news-box {
    font-size: 0.36rem;
    line-height: 0.7rem;
    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: 1px solid #dadbe2;
}

.info-news-box .news-author-date {
    display: block;
    font-size: 0.26rem;
    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.36rem;
    line-height: 0.7rem;
    color: #333;
    text-align: justify;
    letter-spacing: 1px;
}

.info-news-box .news-info-content img {
    width: 100% !important;
    height: auto !important;
}

.info-news-box .pro-info-recommend{
    margin: .5rem 0;
}
.info-news-box .pro-info-recommend .recommend-title{
    font-size: .36rem;
    line-height: .36rem;
    color: #333333;
    font-weight: bold;
}
.info-news-box .pro-info-recommend .recommend-title span{
    color: #f09218;
}
.info-news-box .pro-info-recommend .recommend-title .recommend-english{
    font-size: .26rem;
    line-height: .26rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: normal;
}
.info-news-box .pro-info-recommend .recommend-bar{
    width: 100%;
    height: .01rem;
    background-color: #e6e6e6;
    position: relative;
    margin-top: .3rem;
    margin-bottom: .36rem;
}
.info-news-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: #f09218;
}
.info-news-box .pro-info-recommend .recommend-info{
    width: 100%;
}
.info-news-box .pro-info-recommend .recommend-desc{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-news-box .pro-info-recommend .recommend-desc .recommend-item{
    width: 3.36rem;
    text-align: center;
}
.info-news-box .pro-info-recommend .recommend-item .recommend-img{
    width: 3.36rem;
    height: 2rem;
    margin-bottom: .2rem;
    display: block;
}
.info-news-box .pro-info-recommend .recommend-item .recommend-img img{
    width: 100%;
    height: 100%;
}
.info-news-box .pro-info-recommend .recommend-item p{
    font-size: .30rem;
    color: #333333;
    line-height: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* info-product-box - 商品详情 */
.info-product-box .pro-info-title {
    margin-top: 0.23rem;
    font-size: 0.42rem;
    font-weight: bold;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 0.3rem;
    text-align: center;
}

.info-product-box .pro-info-desc {
    margin-top: .5rem;
}

.info-product-box .pro-info-desc .pleft .bd ul {
    width: 100%;
    height: 4.42rem;
}

.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 {
    font-size: 0.28rem;
}
.info-product-box .pro-info-content img {
    display: inline-block;
    width: 100% !important;
    height: auto !important;
}
.info-product-box .pro-info-recommend{
    padding: .5rem 0;
}
.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: #f09218;
}
.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: #f09218;
}
.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.85rem;
    margin-bottom: .2rem;
    display: block;
}
.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: .30rem;
    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;
}

/*表单*/
.list-product-box .service-box .form-bx{
    background-image: url("/static/content/mobile/uploadimg/formback-bx.jpg");
    height: 9.55rem;
    background-repeat: no-repeat;
    background-position: center;
}
.list-product-box .service-box .form-bx .form-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .86rem;
}
.list-product-box .service-box .form-bx .form-top .form-title{
    font-size: .75rem;
    color:#FF7F27;
    font-weight: bold;
    line-height: .75rem;
}
.list-product-box .service-box .form-bx .form-top .form-money{
    line-height: .36rem;
    font-size: .36rem;
    margin: .25rem 0 .3rem 0;
}
.list-product-box .service-box .form-bx .form-top .form-money span{
    font-size: .56rem;
    color: red;
}
.list-product-box .service-box .form-bx .form-top .form-desc{
    font-weight: bold;
    font-size: .39rem;
    color: #ffffff;
    background: #4C4C4C;
    padding: 0.05rem 0.3rem;
    line-height: .39rem;
}
.list-product-box .service-box .form-bx .form-list{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.8rem;
}
.list-product-box .service-box .form-bx .form-list .form-item{
    display: flex;
    flex-direction: column;
}
.list-product-box .service-box .form-bx .form-list .form-item:nth-child(2){
    margin-top: 0.46rem;
}
.list-product-box .service-box .form-bx .form-list label{
    font-size: .35rem;
    color: #000000;
    line-height: .35rem;
}
.list-product-box .service-box .form-bx .form-list input{
    border-radius: 0.08rem;
    width: 5.96rem;
    height: 0.89rem;
    border: 1px solid #bfbfbf;
    padding-left: 0.2rem;
    margin-top: 0.12rem;
}

.list-product-box .service-box .form-bx .form-list .form-btn button{
    font-size: 0.39rem;
    background-color: #1456A0;
    border-radius: 0.08rem;
    color: #ffffff;
    width: 5.96rem;
    height: 0.89rem;
}
.list-product-box .service-box .form-bx .form-bottom{
    margin-top: 0.23rem;
    text-align: center;
    font-size: 0.2rem;
    color: #9C9C9C;

}
.list-product-box .service-box .form-bx .form-list .form-btn{
    margin-top: .8rem;
}

/* 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);
}