﻿/*------------------------最新版样式---------------------------*/
/*内页顶部广告*/
.inside-banner-box, .inside-banner-box img {
    width: 100%;
}

.inside-banner-box .prev {
    position: absolute;
    top: 55%;
    left: 7%;
    cursor: pointer;
    width: 28px;
    height: 48px;
}

.inside-banner-box .next {
    position: absolute;
    top: 55%;
    right: 7%;
    cursor: pointer;
    width: 28px;
    height: 48px;
}

/*面包屑导航*/
.breadcrumb-box {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #E6E6E6;
    font-weight: normal;
}

.breadcrumb-box .icon-dingwei {
    font-size: 19px;
}

.breadcrumb-box .breadcrumb-bar {
    width: 6px;
    height: 16px;
    background-color: #F09218;
    display: inline-block;
}

.breadcrumb-box span {
    color: #666666;
    margin-right: 10px;
    line-height: 16px;
}

.breadcrumb-box .first-span {
    margin-right: 0px;
}

.breadcrumb-box a {
    color: #666666;
    margin-right: 10px;
    line-height: 16px;
}

.breadcrumb-box span:last-child, .addr a:hover {
    color: #F09218;
}

/*顶部副导航栏 - 关于我们*/
.subnav-about-box {
    padding-top: 40px;
}

.subnav-about-box .nav-ul {
    display: flex;
    justify-content: center;

}

.subnav-about-box li {
    min-width: 240px;
    background-color: #F4F4F4;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 18px 0;
    transition: 0.6s;
    color: #999999;
    text-align: center;
}

.subnav-about-box li.cur, .subnav-about-box li:hover {
    color: #ffffff;
    background: url('../images/insild-navbg.jpg') no-repeat;
    background-size: 100% 100%;

}

.subnav-about-box .sub-ul {
    display: none;
    left: 0;
    position: absolute;
    background: #4E4E4E;
    width: 100%;
    z-index: 999;
}

/*顶部副导航栏 - 新闻资讯*/
.list-news-box .subnav-news-box {
    width: 244px;
}

.list-news-box .subnav-news-box .tit {
    width: 100%;
    height: 98px;
    background: url('../images/left-nav-top.jpg') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.list-news-box .subnav-news-box .tit p {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 10px;
}

.list-news-box .subnav-news-box .tit span {
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
}


.list-news-box .subnav-news-box .subnav-news-list {
    width: 100%;
    box-sizing: border-box;
    /*outline: 1px solid #E6E6E6;*/
}

.subnav-news-box .subnav-news-list h3 .news-l-info {
    width: 100%;
    height: 50px;
    background: #D5D5D5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 32px;
}

.subnav-news-box .subnav-news-list h3 .news-l-info p {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
}

.subnav-news-box .subnav-news-list h3 .news-l-info .news-tb {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
}

.subnav-news-box .subnav-news-list h3 .news-l-info .news-tb::before {
    content: '';
    width: 9px;
    height: 1px;
    background-color: #666;
    position: absolute;
    top: 1px;
    left: 1px;
}

.subnav-news-box .subnav-news-list h3 .news-l-info .news-tb::after {
    content: '';
    width: 1px;
    height: 9px;
    background-color: #666;
    position: absolute;
    top: -3px;
    left: 5px;
}

.subnav-news-box .subnav-news-list h3 .news-l-info .news-jian {
    display: none;
}

.subnav-news-box .subnav-news-list h3.cur .news-l-info .news-tb {
    display: none;
}

.subnav-news-box .subnav-news-list h3.cur .news-l-info .news-jian {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
}

.subnav-news-box .subnav-news-list h3.cur .news-l-info .news-jian::before {
    content: '';
    width: 9px;
    height: 1px;
    background-color: #666;
    position: absolute;
    top: 4px;
    left: 1px;
}

.subnav-news-box .subnav-news-list h3 .news-l-desc {
    display: none;
}

.subnav-news-box .subnav-news-list h3.cur .news-l-desc {
    display: block;
}

.subnav-news-box .subnav-news-list h3 .news-l-desc li {
    width: 244px;
    height: 48px;
    background-color: #ececec;
    box-sizing: border-box;
    padding-left: 73px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 48px;
}

.subnav-news-box .subnav-news-list h3 .news-l-desc li[class="on"],
.subnav-news-box .subnav-news-list h3 .news-l-desc li:hover {
    background-color: #f09218;
    color: #ffffff;
}

.subnav-news-box .subnav-bottom {
    width: 100%;
    height: 134px;
    background: url('../images/left-nav-bottom.jpg') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.subnav-news-box .subnav-bottom .subnav-phone-img {
    width: 33px;
    height: 33px;
    margin-bottom: 10px;
}

.subnav-news-box .subnav-bottom .subnav-phone-img img {
    width: 100%;
    height: 100%;
}

.subnav-news-box .subnav-bottom .subnav-bottom-title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 12px;
}

.subnav-news-box .subnav-bottom .subnav-phone {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    line-height: 32px;
}

/*顶部副导航栏 - 产品列表*/
.subnav-product-box {
    float: left;
    width: 244px;
}

.subnav-product-box .tit {
    width: 100%;
    height: 98px;
    background: url('../images/left-nav-top.jpg') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.subnav-product-box .tit p {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 10px;
}

.subnav-product-box .tit span {
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
}


.subnav-product-box .subnav-product-list {
    width: 100%;
    box-sizing: border-box;
}

.subnav-product-box .subnav-product-list h3 .product-l-info {
    width: 100%;
    height: 50px;
    background: #D5D5D5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 32px;
}

.subnav-product-box .subnav-product-list h3 .product-l-info p {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
}

.subnav-product-box .subnav-product-list h3 .product-l-info .product-tb {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
}

.subnav-product-box .subnav-product-list h3 .product-l-info .product-tb::before {
    content: '';
    width: 9px;
    height: 1px;
    background-color: #666;
    position: absolute;
    top: 1px;
    left: 1px;
}

.subnav-product-box .subnav-product-list h3 .product-l-info .product-tb::after {
    content: '';
    width: 1px;
    height: 9px;
    background-color: #666;
    position: absolute;
    top: -3px;
    left: 5px;
}

.subnav-product-box .subnav-product-list h3 .product-l-info .product-jian {
    display: none;
}

.subnav-product-box .subnav-product-list h3.cur .product-l-info .product-tb {
    display: none;
}

.subnav-product-box .subnav-product-list h3.cur .product-l-info .product-jian {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
}

.subnav-product-box .subnav-product-list h3.cur .product-l-info .product-jian::before {
    content: '';
    width: 9px;
    height: 1px;
    background-color: #666;
    position: absolute;
    top: 4px;
    left: 1px;
}

.subnav-product-box .subnav-product-list h3 .product-l-desc {
    display: none;
}

.subnav-product-box .subnav-product-list h3.cur .product-l-desc {
    display: block;
}

.subnav-product-box .subnav-product-list h3 .product-l-desc li {
    width: 244px;
    height: 48px;
    background-color: #ececec;
    box-sizing: border-box;
    padding-left: 38px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 48px;
}

.subnav-product-box .subnav-product-list h3 .product-l-desc li[class="on"],
.subnav-product-box .subnav-product-list h3 .product-l-desc li:hover {
    background-color: #f09218;
    color: #ffffff;
}

.subnav-product-box .subnav-bottom {
    width: 100%;
    height: 134px;
    background: url('../images/left-nav-bottom.jpg') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.subnav-product-box .subnav-bottom .subnav-bottom-img {
    width: 33px;
    height: 33px;
    margin-bottom: 10px;
}

.subnav-product-box .subnav-bottom .subnav-bottom-img img {
    width: 100%;
    height: 100%;
}

.subnav-product-box .subnav-bottom .subnav-bottom-title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 12px;
}

.subnav-product-box .subnav-bottom .subnav-phone {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    line-height: 32px;
}

/*无数据*/
.nodata {
    text-align: center;
}

/*分页*/
.pagination {
    padding-top: 10px;
    padding-bottom: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.pagination a,
.pagination span {
    border-radius: 3px;
    border: 1px solid #1456a0;
    margin: 0 2px;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding: 0 12px;
}

.pagination a:hover,
.pagination span {
    background: #F8B62D;
    border-color: #F8B62D;
    color: #FFF;
}



/*图片列表 - 荣誉资质*/
.list-honor-page-box .honor-list {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.list-honor-page-box .honor-list dl {
    float: left;
    margin-right: 90px;
    margin-bottom: 50px;
    cursor: pointer;
}

.list-honor-page-box .honor-list dl:nth-child(3n+3) {
    margin-right: 0;
}

.list-honor-page-box .honor-list dt {
    width: 300px;
}

.list-honor-page-box .honor-list dt img {
    display: block;
    width: 100%;
}

.list-honor-page-box .honor-list dd {
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-honor-page-box .honor-list dd span {
    color: #333333;
    font-size: 18px;
    line-height: 18px;
}

/* list-news-box - 新闻资讯列表 */
.list-news-box {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 70px;
}

.list-news-box .news-list .news-info {
    width: 890px;
    height: 213px;
    box-sizing: border-box;
    padding: 23px;
    margin-bottom: 20px;
    border: 1px solid #DEDEDE;
    position: relative;
}

.list-news-box .news-list .news-info:hover {
    border: 1px solid #F8B62D;
}

.list-news-box .news-list .news-info dt {
    width: 300px;
    height: 167px;
    margin-right: 21px;
    display: inline;
    float: left;
}

.list-news-box .news-list .news-info dt img {
    width: 100%;
    height: 100%;
}

.list-news-box .news-list .news-info dd {
    width: 490px;
    float: left;
    text-align: left;
}

.list-news-box .news-list .news-info dd h4 {
    margin-top: 17px;
    font-size: 18px;
    color: #333333;
    width: 100%;
    box-sizing: border-box;
    padding-right: 56px;
    margin-bottom: 21px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all .6s;
}

.list-news-box .news-list .news-info:hover h4 {
    color: #F8B62D;
}

.list-news-box .news-list .news-info dd p {
    height: 50px;
    padding-right: 55px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 25px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-news-box .news-list .news-info p {
    font-size: 14px;
    color: #666;
}

.list-news-box .news-list .news-info .hits img {
    width: 18px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 4px;
    opacity: 0.75;
}

.list-news-box .news-list .news-info .hits .detail-look {
    width: 100%;
    box-sizing: border-box;
    padding-right: 50px;
    display: flex;
    justify-content: flex-end;
    margin-top: 28px;
}

.list-news-box .news-list .news-info .hits .detail-look button {
    width: 90px;
    height: 30px;
    background-color: #b6b6b6;
    font-size: 14px;
    color: #ffffff;
    transition: all .6s;
}

.list-news-box .news-list .news-info:hover .hits .detail-look button {
    background-color: #F8B62D;
}

/* list-product-box - 产品中心列表 */
/*公共标题*/
.service-box .title-container {
    padding-top: 70px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #000000;
}

.service-box .title-container p {
    font-family: "Microsoft YaHei";
    margin-bottom: 21px;
    font-size: 38px;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: 2px;
}

.service-box .title-container .title-bottom {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.service-box .title-container .title-bottom .title-bar {
    width: 100px;
    height: 1px;
    background: #000000;
}

.service-box .title-container .title-bottom span {
    display: block;
    font-size: 16px;
    opacity: 0.8;
    padding: 0 15px;
    text-transform: uppercase;
}

.title-container .title-desc {
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
}

.service-box .title-container.title-container-white {
    color: #ffffff;
}

.service-box .title-container.title-container-white .title-bottom .title-bar {
    background-color: #fff;
    opacity: .8;
}

/*解决*/
.list-product-box.service-box .solution {
    background: url('../images/solution-bg.jpg') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 70px;
}

.list-product-box.service-box .solution .solution-nav {
    display: flex;
    justify-content: space-around;
    margin-bottom: 27px;
}

.list-product-box.service-box .solution .solution-nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f0f0f0;
    width: 100%;
    height: 70px;
    margin: 0 5px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.list-product-box.service-box .solution .solution-nav li[class="on"] {
    background-color: #f09218;
    color: #ffffff;
}

.list-product-box.service-box .solution .solution-list {
    position: relative;
    z-index: 10;
}

.list-product-box.service-box .solution .solution-info .solution-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 430px;
}

.list-product-box.service-box .solution .solution-info .solution-item .solution-left {
    width: 660px;
    height: 430px;
}

.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: 540px;
    height: 430px;
    background: #F5F6F7;
    box-sizing: border-box;
    padding-left: 85px;
    padding-right: 59px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.list-product-box.service-box .solution .solution-info .solution-item .solution-right .solution-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-bottom: 7px;
}

.list-product-box.service-box .solution .solution-info .solution-item .solution-right span {
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    margin-bottom: 20px;
}

.list-product-box.service-box .solution .solution-info .solution-item:hover .solution-right button span {
    color: white;
}

.list-product-box.service-box .solution .solution-info .solution-item .solution-right .solution-bar {
    width: 43px;
    height: 2px;
    background: #333333;
    margin-bottom: 25px;
}

.list-product-box.service-box .solution .solution-info .solution-item .solution-right .solution-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 125px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    margin-bottom: 60px;
}

.list-product-box.service-box .solution .solution-info .solution-item .solution-right button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 177px;
    height: 40px;
    background: #EFF0F2;
    border: 1px solid #666666;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 0 38px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    cursor: pointer;
}

.list-product-box.service-box .solution .solution-info .solution-item:hover .solution-right button {
    background: #f09218;
    color: white;
    border: 1px solid #f09218;
}

.list-product-box.service-box .solution .solution-info .solution-item .solution-right button span {
    display: block;
    margin-bottom: 0;
}

.list-product-box.service-box .solution .solution-pagation {
    display: flex;
}

.list-product-box.service-box .solution .solution-pagation .solution-btn {
    width: 40px;
    height: 35px;
    position: absolute;
    bottom: 0;
    z-index: 100;
    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 {
    left: 620px;
}

.list-product-box.service-box .solution .solution-pagation .solution-btn.next-btn {
    right: 500px;
}

/*    项目*/
.list-product-box.service-box .service {
    margin-bottom: 90px;
}

.list-product-box.service-box .service .service-list {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.list-product-box.service-box .service .service-list .service-l {
    width: 244px;
}

.list-product-box.service-box .service .service-list .service-l .service-l-title {
    width: 100%;
    background: url('../images/service-titlebg.jpg') no-repeat;
    background-size: 100% 100%;
    padding: 27px 0;
    text-align: center;
}

.list-product-box.service-box .service .service-list .service-l .service-l-title p {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 4px;
}

.list-product-box.service-box .service .service-list .service-l .service-l-title span {
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
}

.list-product-box.service-box .service .service-list .service-l .service-nav p {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding-left: 72px;
    background-color: #ececec;
    margin: 1px 0;
    cursor: pointer;
    line-height: 48px;
    font-size: 16px;
    color: #666666;
}

.list-product-box.service-box .service .service-list .service-l .service-nav p[class="on"] {
    background-color: #f09218;
    color: #ffffff;
}

.list-product-box.service-box .service .service-list .service-l .service-l-phone {
    width: 100%;
    height: 134px;
    background: url('../images/service-bottom-bg.jpg') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.list-product-box.service-box .service .service-list .service-l .service-l-phone .phone-img {
    margin-bottom: 10px;
    width: 33px;
    height: 33px;
}

.list-product-box.service-box .service .service-list .service-l-phone .service-phone-title {
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    margin-bottom: 12px;
    letter-spacing: 2px;
    font-weight: 400;
}

.list-product-box.service-box .service .service-list .service-l-phone p {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
}

.list-product-box.service-box .service .service-list .service-r {
    width: 926px;
}

.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 {
    width: 300px;
    margin-bottom: 20px;
    margin-right: 13px;
}

.list-product-box.service-box .service .service-list .service-r .service-item-container a:nth-child(3n+3) .service-item {
    margin-right: 0;
}

.list-product-box.service-box .service .service-r .service-info .service-item .service-item-img {
    width: 300px;
    height: 256px;
}

.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: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 31px;
    border: 1px solid #DADADA;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    background: url('../images/item-jt1.png') no-repeat right 31px center;
    background-size: 19px 21px;
}

.list-product-box.service-box .service .service-r .service-info .service-item:hover .service-desc {
    color: #f09218;
    background: url('../images/item-jt.png') no-repeat right 31px center;
    background-size: 19px 21px;
}

/*    标线*/
.list-product-box.service-box .deeply {
    width: 100%;
    background: url("../images/deeply-bg.jpg") no-repeat;
    background-size: 100% 589px;
}

.list-product-box.service-box .deeply .deeply-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-product-box.service-box .deeply .deeply-list .deeply-item {
    width: 396px;
    height: 530px;
    position: relative;
    z-index: 10;
}

.list-product-box.service-box .deeply .deeply-list .deeply-item.deeply-item-item {
    width: 500px;
}

.list-product-box.service-box .deeply .deeply-item .deeply-item-img {
    width: 100%;
    height: 380px;
}

.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: 150px;
    background-color: #F3F3F3;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50;
    box-sizing: border-box;
    padding: 40px 39px;
    color: #333333;
    overflow: hidden;
    transition: all .5s;
}

.list-product-box.service-box .deeply .deeply-item.cur .deeply-info {
    height: 274px;
    background-color: #1456a0;
    color: #ffffff;
}

.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: 30px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 6px;
}

.list-product-box.service-box .deeply-item .deeply-info .deeply-num span {
    display: block;
    width: 15px;
    height: 1px;
    background-color: #333333;
}

.list-product-box.service-box .deeply-item.cur .deeply-info .deeply-num span {
    background-color: #ffffff;
}

.list-product-box.service-box .deeply-item .deeply-info .deeply-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    margin-top: 25px;
    padding-bottom: 20px;
}

.list-product-box.service-box .deeply-item .deeply-info .deeply-desc {
    height: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
}

.list-product-box.service-box .deeply-item.cur .deeply-info .deeply-desc {
    height: 108px;
}

/*  我们的承诺  */
.list-product-box.service-box .advantage {
    padding-bottom: 70px;
    width: 100%;
    background-size: 100% 800px;
}

.list-product-box.service-box .advantage .advantage-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-product-box.service-box .advantage .advantage-list .advantage-item {
    display: flex;
    flex-direction: column;
    width: 580px;
}

.list-product-box.service-box .advantage .advantage-list .advantage-item img {
    width: 100%;
    height: 100%;
}

.list-product-box.service-box .advantage .advantage-list .advantage-item .advantage-info {
    width: 510px;
}

.list-product-box.service-box .advantage .advantage-list .advantage-item .advantage-title-container {
    margin-bottom: 30px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #CCCCCC;
}

.list-product-box.service-box .advantage .advantage-item .advantage-title-container .advantage-num img {
    width: 100%;
    height: 100%;
}

.list-product-box.service-box .advantage .advantage-item .advantage-title-container .advantage-num {
    margin-bottom: 21px;
}

.list-product-box.service-box .advantage .advantage-item:nth-child(1) .advantage-title-container .advantage-num {
    width: 48px;
    height: 44px;
    margin-bottom: 20px;
}

.list-product-box.service-box .advantage .advantage-item:nth-child(2) .advantage-title-container .advantage-num {
    margin-top: 56px;
}

.list-product-box.service-box .advantage .advantage-item:nth-child(3) .advantage-title-container .advantage-num {
    width: 60px;
    height: 44px;
}

.list-product-box.service-box .advantage .advantage-item:nth-child(3) .advantage-title-container .advantage-num,
.list-product-box.service-box .advantage .advantage-item:nth-child(4) .advantage-title-container .advantage-num {
    margin-top: 74px;
}

.list-product-box.service-box .advantage .advantage-item:nth-child(2) .advantage-title-container .advantage-num,
.list-product-box.service-box .advantage .advantage-item:nth-child(4) .advantage-title-container .advantage-num {
    width: 61px;
    height: 44px;
}

.list-product-box.service-box .advantage .advantage-item .advantage-title-container .advantage-title p {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 7px;
}

.list-product-box.service-box .advantage .advantage-item .advantage-title-container .advantage-title p span {
    color: #f09218;
}

.list-product-box.service-box .advantage .advantage-item .advantage-title-container .advantage-title .advantage-english {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 14px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
}

.list-product-box.service-box .advantage .advantage-item .advantage-desc p {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    background: url('../images/advantage-tb.png') no-repeat left top 11px;
    background-size: 13px 13px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.list-product-box.service-box .advantage .advantage-item:nth-child(1) .advantage-desc {
    margin-bottom: 68px;
}

.list-product-box.service-box .advantage .advantage-item:nth-child(3) .advantage-desc {
    margin-bottom: 63px;
}

/*    案例*/
.list-product-box.service-box .case {
    width: 100%;
    padding-bottom: 70px;
    background: url('../images/case-bg_1.jpg') no-repeat;
    background-size: 100% 100%;
}

.list-product-box.service-box .case .case-list {
    display: flex;
    justify-content: space-between;
}

.list-product-box.service-box .case .case-list .case-left.case-info {
    width: 460px;
    height: 606px;
}

.list-product-box.service-box .case .case-list .case-info {
    position: relative;
    z-index: 10;
    width: 350px;
}

.list-product-box.service-box .case .case-list .case-info .case-mask {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 40;
    background-color: #000;
    opacity: .6;
    transition: all .5s;
}

.list-product-box.service-box .case .case-list .case-info .case-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}

.list-product-box.service-box .case .case-list .case-info:hover .case-mask {
    background-color: #005bac;
}

.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: 720px;
    height: 606px;
    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: 50px;
}

.list-product-box.service-box .case .case-detail button {
    width: 410px;
    height: 40px;
    border: 1px solid rgba(102, 102, 102, .6);
    box-shadow: #555555 0px 0px 5px;
    border-radius: 7px;
    background-color: transparent;
    font-size: 19px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-family: SourceHanSansCN-Regular;
}

/*  标线资质  */
.list-product-box.service-box .qualification .qualification-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-product-box.service-box .qualification .qualification-list .qualification-btn {
    width: 42px;
    height: 86px;
    cursor: pointer;
}

.list-product-box.service-box .qualification .qualification-list img {
    width: 100%;
    height: 100%;
}

.list-product-box.service-box .qualification .qualification-info .qualification-item {
    display: inline-block;
    width: 310px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all .6s;
    margin-top: 20px;
}

.list-product-box.service-box .qualification .qualification-info .qualification-item:hover {
    margin-top: 0px;
}

.list-product-box.service-box .qualification .qualification-info .qualification-item .qualification-top {
    margin-left: 15px;
    width: 280px;
    height: 400px;
}

.list-product-box.service-box .qualification .qualification-info .qualification-item:hover .qualification-desc {
    background-color: #005bac;
    color: #ffffff;
}

.list-product-box.service-box .qualification .qualification-info .qualification-item .qualification-desc {
    margin-top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background-color: #d4d5d7;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    transition: all .6s;
}

/*  标线常见问题  */
.list-product-box.service-box .question {
    margin-top: 70px;
}

.list-product-box.service-box .question-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    height: 115px;
    border: 1px solid #E6E6E6;
}

.list-product-box.service-box .question-list .question-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 246px;
    height: 100%;
    background: url('../images/question-bg.jpg') no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}

.list-product-box.service-box .question-list .question-left .question-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.list-product-box.service-box .question-list .question-left .question-jt {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-product-box.service-box .question-list .question-left .question-jt .question-btn {
    width: 9px;
    height: 16px;
    cursor: pointer;
}

.list-product-box.service-box .question-list .question-left .question-jt .question-btn img {
    width: 100%;
    height: 100%;
}

.list-product-box.service-box .question-list .question-left .question-jt .prev-btn {
    margin-right: 55px;
}

.list-product-box.service-box .question-list .question-right {
    width: 954px;
    display: flex;
}

.list-product-box.service-box .question-list .question-right .question-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 480px;
    height: 100%;
    padding-top: 20px;
}

.list-product-box.service-box .question-list .question-right .question-item .question-info {
    width: 480px;
    box-sizing: border-box;
    padding: 0 50px;
    border-right: 1px solid #DCDCDC;
}

.list-product-box.service-box .question-list .question-right .question-item:hover .question-info .question-info-title {
    color: #005bac;
}

.list-product-box.service-box .question-list .question-right .question-item .question-info .question-info-title {
    height: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
    background: url('../images/question-wen.png') no-repeat;
    background-size: 18px 18px;
    padding-left: 31px;
    margin-bottom: 10px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
}

.list-product-box.service-box .question-item .question-info .question-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 44px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    padding-left: 31px;
    background: url('../images/question-da.png') no-repeat left top 6px;
}

/*广告栏*/
.list-product-box.service-box .cutline img {
    width: 100%;
    padding: 50px 0;
}

/* list-service-box - 方案服务列表 */
.list-service-box .list-service-top {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
}

.list-service-box .list-service-top h1 {
    color: #343434;
    font-size: 34px;
    line-height: 34px;
}

.list-service-box .list-service-top h2 {
    font-size: 18px;
    color: #666666;
    line-height: 18px;
    margin-top: 30px;
}

.list-service-box .list-service {
    display: flex;
    flex-wrap: wrap;
}

.list-service-box .list-service .service-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 365px;
    margin-bottom: 50px;
    margin-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #555555;
    transition: 0.5s;
}

.list-service-box .list-service .service-info:nth-child(3n) {
    margin-right: 0;
}

.list-service-box .list-service .service-info:hover {
    border: 1px solid #ffffff;
    box-shadow: #d4d2d2 0 0 10px;
}

.list-service-box .list-service .service-info .service-info-img {
    width: 320px;
    margin-bottom: 20px;
}

.list-service-box .list-service .service-info img {
    width: 100%;
}

.list-service-box .list-service .service-info .service-info-tilte {
    font-size: 20px;
    line-height: 20px;
}

.list-service-box .list-service .service-info:hover .service-info-tilte {
    color: #A80219;
}

.list-service-box .list-service .service-info .service-info-describe {
    padding: 0 25px;
    margin: 18px 0;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-service-box .list-service .service-info .service-info-button {
    display: flex;
    align-items: center;
}

.list-service-box .list-service .service-info .service-info-button a {
    color: #444444;
    font-size: 20px;
    line-height: 20px;
}

.list-service-box .list-service .service-info .service-info-button a:hover {
    color: #A80219;
}

.list-service-box .list-service .service-info .service-info-button span {
    margin: 0 19px;
    display: inline-block;
    height: 20px;
    border-right: 1px dashed #444444;
}

/*客户案例列表*/

.list-case-box {
    margin-top: 40px;
    display: flex;
    margin-bottom: 70px;
}

.list-case-box .subnav-case-box {
    width: 244px;
}

.list-case-box .subnav-case-box .tit {
    width: 100%;
    height: 98px;
    background: url('../images/left-nav-top.jpg') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.list-case-box .subnav-case-box .tit p {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 10px;
}

.list-case-box .subnav-case-box .tit span {
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
}

.list-case-box .subnav-case-box .subnav-case-list {
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
}

.list-case-box .subnav-case-box h3 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding-left: 73px;
    transition: all .6s;
    border-bottom: 1px solid #E6E6E6;
    background-color: #ececec;
}


.list-case-box .subnav-case-box h3.cur,
.list-case-box .subnav-case-box h3:hover {
    background-color: #F09218;
    border-bottom: none;
    color: #ffffff;
}

.list-case-box .subnav-case-box h3 a {
    width: 100%;
    height: 70px;
    display: inline-block;
    color: #666666;
}

.list-case-box .subnav-case-box h3:hover a,
.list-case-box .subnav-case-box h3.cur a {
    color: #ffffff;
}

.list-case-box .subnav-case-box .subnav-bottom {
    width: 100%;
    height: 134px;
    background: url('../images/left-nav-bottom.jpg') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.list-case-box .subnav-case-box .subnav-bottom .subnav-phone-img {
    width: 33px;
    height: 33px;
    margin-bottom: 10px;
}

.list-case-box .subnav-case-box .subnav-bottom .subnav-phone-img img {
    width: 100%;
    height: 100%;
}

.list-case-box .subnav-case-box .subnav-bottom .subnav-bottom-title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 12px;
}

.list-case-box .subnav-case-box .subnav-bottom .subnav-phone {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    line-height: 32px;
}

.list-case-box .case-list {
    width: 916px;
    margin-left: 34px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.list-case-box .case-info {
    width: 290px;
    height: 439px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 20px;
    margin-right: 23px;
}

.list-case-box .case-info:nth-child(3n+3) {
    margin-right: 0;
}

.list-case-box .case-info .case-info-img {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    transition: all .6s;
}

.list-case-box .case-info .case-info-img .case-img {
    width: 290px;
    height: 244px;
}

.list-case-box .case-info .case-info-img .case-img img {
    width: 100%;
    height: 100%;
}

.list-case-box .case-info .case-info-img .case-desc {
    width: 290px;
    box-sizing: border-box;
    padding: 0 18px;
}

.list-case-box .case-info .case-info-img .case-desc p {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 19px;
    transition: all .6s;
    text-align: center;
}

.list-case-box .case-info .case-info-img .case-desc .case-desc-desc {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 30px;
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-case-box .case-info .case-info-img .case-detail {
    width: 254px;
    height: 42px;
    border: 1px solid #EFEFEF;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-case-box .case-info .case-info-img .case-detail button {
    display: block;
    width: 126px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
    transition: all .6s;
    box-sizing: border-box;
    background-color: transparent;
}

.list-case-box .case-info .case-info-img .case-detail .case-bar {
    display: block;
    width: 1px;
    height: 23px;
    border-right: 1px dashed #D9D9D9;
}

.list-case-box .case-info .case-info-img .case-detail a:nth-child(1) button {
    border-radius: 21px 0px 0px 21px;
}

.list-case-box .case-info .case-info-img .case-detail .zx {
    width: 127px;
    border-radius: 0px 21px 21px 0px;
}

.list-case-box .case-info .case-info-img .case-detail a:hover button {
    background-color: #005BAC;
    color: #ffffff;
}

/* info-news-box - 新闻详情页 */
.info-news-box .news-content {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.info-news-box .news-content .news-left {
    width: 850px;
}

.info-news-box .news-content .news-left .info-news-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 35px;
    text-align: center;
    color: #343434;
}

.info-news-box .news-content .news-left .info-news-subtitle {
    text-align: center;
    margin-bottom: 40px;
}

.info-news-box .news-content .news-left .info-news-subtitle p {
    display: inline-block;
    color: #888888;
    font-size: 14px;
    line-height: 14px;
}

.info-news-box .news-content .news-left .info-news-subtitle p:nth-child(2) {
    margin: 0 30px;
}

.info-news-box .news-content .news-left .info-news-content {
    border-top: 1px solid #E3E3E3;
    padding-top: 30px;
}

.info-news-box .news-content .news-left .info-news-content p {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    font-family: "Microsoft YaHei";
}

.info-news-box .news-content .news-left .info-news-content a {
    color: #333333;
    font-weight: bold;
}

.info-news-box .news-content .news-left .info-news-content img {
    max-width: 100%;
}

.info-news-box .news-content .news-left .info-news-tag {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 70px;
    margin-bottom: 50px;
}

.info-news-box .news-content .news-left .info-news-tag a {
    color: #999999;
    padding: 10px 20px;
    background-color: #F0F0F0;
    margin-bottom: 30px;
    border-radius: 25px;
}

.info-news-box .news-content .news-left .info-news-page {
    display: flex;
    justify-content: space-between;
}

.info-news-box .news-content .news-left .info-news-page, .info-news-box .news-content .news-left .info-news-page a {
    color: #666666;
}

.info-news-box .news-content .news-left .info-news-page a:hover {
    color: #B31E23;
}

.info-news-box .news-content .news-left .info-news-page .info-news-next {
    text-align: right;
}

.info-news-box .news-content .news-left .info-news-page .info-news-prev, .info-news-box .news-content .news-left .info-news-page .info-news-next {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-news-box .news-content .news-right {
    width: 260px;
}

.info-news-box .news-content .news-right .news-right-title {
    font-size: 22px;
    line-height: 40px;
    color: white;
    font-weight: bold;
    text-align: center;
    background-color: #f09218;
    letter-spacing: 4px;
}

.info-news-box .news-content .news-right .list-news-right-item .news-right-info-left {
    padding: 20px 0;
    border-bottom: 1px dashed #C7C7C7;
}

.info-news-box .news-content .news-right .list-news-right-item .news-right-info-left {
    display: flex;
    justify-content: space-between;
}

.info-news-box .news-content .news-right .list-news-right-item img {
    width: 120px;
    height: 70px;
}

.info-news-box .news-content .news-right .list-news-right-item p:first-child {
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-news-box .news-content .news-right .list-news-right-item p:last-child {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    width: 120px;
}

.info-news-box .news-content .news-right .list-news-right-item span {
    color: #C7C7C7;
    font-size: 15px;
}

.info-news-box .news-content .news-right .list-news-right-item:hover p:first-child, .info-news-box .news-content .news-right .list-news-right-item:hover span {
    color: #B31E23;
}

.info-news-box .news-recommend {
    margin-top: 90px;
    margin-bottom: 110px;
}

.info-news-box .news-recommend .news-recommend-title {
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    padding-left: 18px;
    position: relative;
}

.info-news-box .news-recommend .news-recommend-title:before {
    content: '';
    width: 4px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #f09218;
}

.info-news-box .news-recommend .list-recommend {
    margin-top: 30px;
    padding-top: 45px;
    border-top: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item {
    width: 380px;
    box-shadow: #d4d2d2 0px 0px 3px;
    padding-bottom: 35px;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item img {
    width: 100%;
    height: 210px;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .list-recommend-content {
    padding: 0 35px;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-title {
    color: #161616;
    font-size: 18px;
    line-height: 18px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-desc {
    height: 55px;
    color: #666666;
    line-height: 26px;
    margin-top: 15px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 52px;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-cutline {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    margin-top: 30px;
    margin-bottom: 20px;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-date span:first-child {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-date span:last-child {
    font-size: 9px;
    color: #999999;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item:hover .recommend-item-date span:last-child, .info-news-box .news-recommend .list-recommend .list-recommend-item:hover .recommend-item-title {
    color: #F8B62D;
}

/*产品详情*/
.title-style {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #C4D9EC;
    height: 35px;
}

.title-style .title-item {
    font-size: 20px;
    display: inline-block;
    padding: 0 15px;
    height: 35px;
    color: #fff;
    background-color: #1a78b8;
    line-height: 35px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    letter-spacing: 3px;
}

.info-product-box {
    margin-top: 40px;
    padding-bottom: 70px;
}

.info-product-box .product-right {
    float: right;
    margin-left: 39px;
    width: 916px;
}

.info-product-box .product-right img {
    display: inline-block;
    width: 100%;
}

.info-product-box .product-right p {
    font-size: 16px;
    line-height: 1.6;
}

.info-product-box .pro-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.info-product-box .pro-top .pleft {
    width: 426px;
    height: 100%;
    padding: 11px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
}

.info-product-box .pro-top .pright {
    width: 430px;
}

.info-product-box .pic-box li img {
    display: block;
    width: 404px;
    height: 270px;
}

.info-product-box .pleft .small-scroll {
    position: relative;
    z-index: 9999;
    overflow: hidden;
    clear: both;
    padding: 9px 0;
    width: 100%;
    background-color: #fff;
    display: none;
}

.info-product-box .pleft .small-items {
    margin: 0 auto;
    position: relative;
    width: 390px;
    overflow: hidden;
}

.info-product-box .pleft .small-items li {
    float: left;
    width: 110px;
    margin-left: 15px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.info-product-box .pleft .small-items li img {
    width: 100%;
    display: block;
}

.info-product-box .pleft .prev {
    font-size: 20px;
    color: #999999;
    text-align: center;
    position: absolute;
    left: 0;
    top: 60%;
    margin-top: -25px;
    z-index: 999;
    cursor: pointer;
}

.info-product-box .pleft .next {
    font-size: 20px;
    color: #999999;
    text-align: center;
    position: absolute;
    right: 0;
    top: 60%;
    margin-top: -25px;
    z-index: 999;
    cursor: pointer;
}

.info-product-box .pleft .nav {
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 16px;
    color: #fff;
    padding: 5px 12px;
}

.info-product-box .pleft .nav a {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 100%;
    font-size: 0;
}

.info-product-box .pleft .nav a.cur {
    background: rgba(255, 231, 73, 0.75);
}

.info-product-box .pright h4 {
    color: #333333;
    font-size: 24px;
    letter-spacing: 1px;
    padding-bottom: 19px;
    border-bottom: 1px solid #E5E5E5;
}


.info-product-box .pd-short {
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 20px;
}

.info-product-box .hot-box-top {
    border-top: 1px solid #E5E5E5;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-product-box .hot-box-top .hot-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 185px;
}

.info-product-box .hot-box-top .hot-mobile .hot-img {
    width: 48px;
    height: 48px;
}

.info-product-box .hot-mobile .hot-img img {
    width: 100%;
    height: 100%;
}

.info-product-box .hot-mobile .hot-phone {
    font-size: 20px;
    color: #333333;
    line-height: 25px;
}

.info-product-box .hot-box-top a:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 42px;
    background-color: #f09218;
    line-height: 42px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

.info-product-box .hot-box-top a:nth-child(2) img {
    width: 22px;
    height: 21px;
    margin-left: 15px;
}

.info-product-box .pro-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
    color: #343434;
}

.info-product-box .pro-key {
    line-height: 36px;
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
    margin-top: 20px;
}

.info-product-box .pro-key a {
    font-weight: normal;
    margin-right: 6px;
    padding-left: 8px;
    padding-right: 8px;
    background: #f1f1f1;
    line-height: 28px;
    border-radius: 10px;
    display: inline-block;
}

.info-product-box .product-guess {
    margin-bottom: 70px;
}

.info-product-box .related-box {
    width: 100%;
}

.info-product-box .related-box .related-title {
    display: flex;
    padding-bottom: 15px;
    letter-spacing: 2px;
}

.info-product-box .related-box .related-title p {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;

}

.info-product-box .related-box .related-title b {
    display: inline-block;
    color: #f09218;
}

.info-product-box .related-box .related-title span {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    font-weight: normal;
    text-transform: uppercase;
}

.info-product-box .related-box .related-bar {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-bottom: 50px;
    height: 1px;
    background-color: #e6e6e6;
}

.info-product-box .related-box .related-bar span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 106px;
    height: 1px;
    background-color: #f09218;
}

.info-product-box .related-box .related-content {
    display: flex;
    justify-content: space-between;
}

.info-product-box .related-box .related-content dl {
    width: 296px;
    box-sizing: border-box;
}

.info-product-box .related-box .related-content dt .produce-img {
    width: 100%;
    height: 198px;
    position: relative;
    z-index: 10;
}

.info-product-box .related-box .related-content .produce-img img {
    width: 100%;
    height: 100%;
}

.info-product-box .related-box .related-content dt .produce-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 40;
    background: #000000;
    opacity: 0.5;
    transition: all .6s;
}

.info-product-box .related-box .related-content dt .produce-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 100;
    transition: all .6s;
}

.info-product-box .related-box .related-content .produce-plus img {
    display: block;
    width: 30px;
    height: 30px;
}

.info-product-box .related-box .related-content dd {
    text-align: center;
    height: 50px;
}

.info-product-box .related-box .related-content dd a {
    display: block;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;
}

.info-product-box .related-box .related-content dl:hover dt .produce-mask,
.info-product-box .related-box .related-content dl:hover dt .produce-plus {
    height: 100%;
}

.info-product-box .related-box .related-content dl:hover dd a {
    background-color: #f09218;
    color: #ffffff;
}

/* message - 立即咨询 */
.message-box .message-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 65px;
    margin-top: 70px;
}

.message-box .message-title h1 {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}

.message-box .message-title .message-title-center {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 30px;
    border-radius: 50%;
    background-color: #f09218;
}

.message-box .message-title .message-title-right {
    display: block;
    font-size: 30px;
    color: #dddddd;
    font-weight: bold;
}

.message-box .message-bar {
    width: 100%;
    height: 1px;
    background-color: #666666;
}

.message-box .message-form {
    display: flex;
}

.message-box .message-form .message-l {
    width: 380px;
    height: 725px;
    border-top: 6px solid #f09218;
    background: url('../images/message-left.jpg') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.message-box .message-form .message-l .message-l-title {
    margin-top: 130px;
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.message-box .message-form .message-r {
    padding-top: 50px;
    padding-left: 140px;
}

.message-box .message-form .message-require {
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
    height: 30px;
    line-height: 30px;
}

.message-box .message-form .message-require p {
    font-size: 18px;
    color: #999999;
}

.message-box .message-form .red-x {
    color: #DD3904;
    display: inline;
    font-size: 12px;
}

.message-box .message-form .red-x1 {
    color: #f00;
    display: inline;
    font-size: 12px;
}

.message-box .message-form table {
    line-height: 80px;
}

.message-box .message-form table input {
    border: 1px solid #555555;
    margin-right: 10px;
    font-size: 14px;
    width: 355px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 4px;
}

.message-box .message-form table textarea {
    width: 500px;
    height: 200px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #555555;
    margin-top: 30px;
    font-size: 14px;
}

.message-box .message-form table th {
    font-size: 18px;
    color: #555555;
}

.message-box .message-form table .tab-textarea {
    vertical-align: top;
}

.message-box .message-form table .message-submit {
    background-color: #f09218;
    width: 140px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: white;
    border-radius: 8px;
    border: none;
    font-size: 20px;
    font-weight: bold;
}

.message-box .message-form table .message-reset {
    background-color: #666666;
    width: 140px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: white;
    border-radius: 8px;
    border: none;
    font-size: 20px;
    font-weight: bold;
}

.message-box .message-form table .message-thanks {
    font-size: 16px;
    color: #555555;
}

.message-box .message-form table .message-thanks strong {
    color: #f09218;
}

/*搜索*/
.search-box {
    display: flex;
    justify-content: space-between;
}

.search-box .left {
    width: 915px;
}

.search-box .right {
    width: 255px;
}

.search-box .search-list-item {
    font-size: 14px;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

.search-box .search-list-item dt {
    font-size: 16px;
}

.search-box .search-list-item .tit-a {
    color: #222222;
}

.search-box .search-list-item .tit-a:hover {
    color: #336699;
}

.search-box .search-list-item dd {
    color: #888;
    line-height: 22px;
}

.search-box .search-list-item dd .tag-time {
    display: flex;
    justify-content: space-between;
}

.search-box .search-list-item dd .tags a {
    color: #ba1e1e;
    padding: 0 5px;
}

.search-box .search-product {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #d0d0d0 dashed;
    margin-bottom: 23px;
}

.search-box .search-product dt {
    display: block;
    width: 280px;
    height: 220px;
}

.search-box .search-product dt img {
    width: 100%;
    height: 100%;
    border: 3px solid #e7e7e7;
}

.search-box .search-product dd {
    display: block;
    width: 600px;
}

.search-box .search-product dd h5 {
    font-weight: normal;
    height: 53px;
    line-height: 48px;
    overflow: hidden;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.search-box .search-product dd h5 a {
    color: #1c1c1c;
}

.search-box .search-product:hover dd h5 a {
    color: #1456A0;
}

.search-box .search-product dd .content-desc {
    font-size: 14px;
    line-height: 24px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 12px;
    color: #7b7b7b;
}

.search-box .search-product dd .see-detail {
    display: flex;
    justify-content: flex-end;
}

.search-box .search-product dd .see-detail a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    background: #666;
    width: 82px;
    line-height: 24px;
    height: 24px;
}

.search-box .right {
    background: #f1f1f1;
    height: auto;
    width: 256px;
    margin-top: 15px;
    overflow: hidden;
}

.search-box .right h2 {
    height: 44px;
    background: #BF0017;
    text-align: center;
    font: 24px "Microsoft Yahei", "微软雅黑";
    line-height: 45px;
    margin-bottom: 3px;
    overflow: hidden;
}

.search-box .right h2 a, .search-box .right h2 {
    color: #fff;
}

.search-box .right dl {
    border-bottom: 1px dotted #cfcfcf;
    width: 242px;
    overflow: hidden;
    margin: 18px auto 0;
    padding-bottom: 18px;
}

.search-box .right dt {
    width: 109px;
    height: 73px;
    overflow: hidden;
    display: inline;
    float: left;
    margin-left: 11px;
}

.search-box .right dt img {
    width: 109px;
}

.search-box .right dt p {
    display: none;
}

.search-box .right dd {
    width: 110px;
    height: 73px;
    overflow: hidden;
    float: right;
    color: #7b7b7b;
    font-size: 14px;
    line-height: 26px;
    margin-top: 0px;
}

.search-box .right ul {
    margin: 20px 0 0 20px;
    padding-bottom: 30px;
}

.search-box .right li {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 225px;
}

.search-box .right li a {
    color: #7b7b7b;
}

.search-box .right li span {
    display: inline-block;
    float: left;
    width: 6px;
    height: 14px;
    margin: 11px 6px 0 0;
    background: #da2420;
}
