/*头部*/
.header-mask{
    width: 100%;
    height: 130px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
}
header{
    width: 100%;
    height: 130px;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    transition: 0.4s;
    z-index: 999;
}
header .header-container{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
header .header-left{
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    transition: 0.5s;
}
header .header-left .header-logo{
    width: 220px;
}
header .header-left .header-logo img{
    width: 100%;
    height: 100%;
}
header .header-left span{
    width: 1px;
    height: 23px;
    background: #C3C3C3;
    opacity: 0.5;
    margin-left: 6px;
    margin-right: 20px;
}
header .header-left .header-title{
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    background: linear-gradient(-80deg, #A6875F 0%, #C9B293 34.716796875%, #C9B293 78.8330078125%, #A6875F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
}
header .header-right{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

header .header-right .header-search{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 32px;
    overflow-y: hidden;
    margin-top: 25px;
    transition: 0.4s;
}
header .header-right .header-search .search{
    width: 278px;
    height: 32px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 20px;
    margin-right: 30px;
    border: 1px solid #CCCCCC;
}
header .header-right .header-search .search input{
    width: 245px;
    height: 32px;
    border: none;
    background-color: transparent;
}
header .header-right .header-search .search-icon{
    width: 14px;
    height: 14px;
    margin-right: 7px;
    margin-left: 19px;
    display: flex;
    align-items: center;
}
header .header-right .header-search .search-icon img{
    width: 100%;
    height: 100%;
}
header .header-right .header-search .call-icon{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
header .header-right .header-search .call-icon img{
    width: 100%;
    height: 100%;
}
header .header-right .header-search .header-call{
    font-size: 20px;
    line-height: 20px;
    color: #1A1A1A;
    font-weight: bold;
    padding-right: 12px;
    letter-spacing: 2px;
}

header .header-right .nav{
    display: flex;
    font-size: 18px;
    margin-top: 27px;
}
header .header-right .nav li{
    position: relative;
    margin-left: 5px;
}
header .header-right .nav li a{
    color: #1A1A1A;
    display: block;
    padding: 0 10px;
    padding-bottom: 28px;
    line-height: 18px;
    font-size: 16px;
}
header .header-right .nav li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-bottom: 3px solid #C9A46D;
    transition: 0.6s all ease;
}
header .header-right .nav li:hover a, header .header-right .nav li.cur a{
    color: #C9A46D;
}
header .header-right .nav li:hover a::before, header .header-right .nav li.cur a::before{
    width: 100%;
    left: 0;
}
header .header-right .nav li:hover ~ li a::before {
    left: 0;
}

@media (min-width: 1920px){
    header .header-container {
        width: 1600px;
    }
    header .header-left .header-logo{
        width: 243px;
    }
    header .header-left .header-title{
        font-size: 22px;
        line-height: 22px;
    }
    header .header-right .nav li{
        margin-left: 30px;
    }
    header .header-right .nav li a{
        padding: 0 12px;
        line-height: 18px;
        font-size: 18px;
        padding-bottom: 28px;
    }
}

/*内页顶部广告*/
.inside-banner-box {
    padding-top: 130px;
}
.inside-banner-box, .inside-banner-box img {
    width: 100%;
}

/*面包屑导航*/
.breadcrumb-box {
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #E6E6E6;
}

.breadcrumb-box .icon-dingwei {
    font-size: 19px;
}

.breadcrumb-box .breadcrumb-bar {
    width: 25px;
    height: 21px;
    background: url('../img/breadcrumb-img.png') no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}

.breadcrumb-box span {
    color: #666666;
    margin-right: 10px;
    line-height: 16px;
}

.breadcrumb-box span:first-child {
    margin-right: 17px;
}

.breadcrumb-box .first-span {
    margin-right: 0px;
}

.breadcrumb-box a {
    color: #666666;
    margin-right: 10px;
    line-height: 16px;
}

.breadcrumb-box span:last-child, .breadcrumb-box a:hover {
    color: #C9A46D;
}

/*顶部副导航栏 - 关于我们*/
.subnav-about-box {
    padding-top: 40px;
}

.subnav-about-box .nav-ul {
    display: flex;
    justify-content: center;

}

.subnav-about-box li {
    min-width: 300px;
    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('../img/insild-navbg.png') no-repeat;
    background-size: 100% 100%;

}

.subnav-about-box .sub-ul {
    display: none;
    left: 0;
    position: absolute;
    background: #4E4E4E;
    width: 100%;
    z-index: 999;
}

/*顶部副导航栏 - 新闻资讯*/
.subnav-news-box {
    width: 240px;
}

.subnav-news-box .tit {
    width: 100%;
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C9A46D;
}

.subnav-news-box .tit .tit-l {
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    margin-right: 10px;
}

.subnav-news-box .tit .tit-r p:first-child {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 6px;
}

.subnav-news-box .tit .tit-r p:last-child {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}

.subnav-news-box .subnav-news-list {
    width: 100%;
    background-color: #F9F9F9;
    border: 1px solid #F1F1F1;
}

.subnav-news-box h3 {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #F1F1F1;
    background: url('../img/news-jt.png') no-repeat left 57px center;
    background-size: 5px 9px;
}

.subnav-news-box h3 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
}

.subnav-news-box h3:last-child {
    border-bottom: none;
}

.subnav-news-box h3.cur, .subnav-news-box h3:hover {
    background: url('../img/news-xzjt.png') no-repeat left 52px center;
    background-size: 15px 15px;
}

.subnav-news-box h3.cur a, .subnav-news-box h3:hover a {
    color: #333333;
}

.subnav-news-box .subnav-bottom {
    width: 100%;
    background: url('../img/subnav-bottom-bg.jpg') no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.subnav-news-box .subnav-bottom .subnav-bottom-img {
    width: 44px;
    height: 44px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.subnav-news-box .subnav-bottom .subnav-bottom-img img {
    width: 100%;
    height: 100%;
}

.subnav-news-box .subnav-bottom .subnav-bottom-title {
    font-size: 18px;
    color: #ffffff;
    line-height: 18px;
    margin-bottom: 10px;
}

.subnav-news-box .subnav-bottom .subnav-phone {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    padding-bottom: 10px;
}

/*顶部副导航栏 - 产品列表*/
.subnav-product-box {
    width: 240px;
}

.subnav-product-box .tit {
    width: 100%;
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C9A46D;
}

.subnav-product-box .tit .tit-l {
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    margin-right: 10px;
}

.subnav-product-box .tit .tit-r p:first-child {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 6px;
}

.subnav-product-box .tit .tit-r p:last-child {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}

.subnav-product-box .subnav-product-list {
    width: 100%;
    background-color: #F9F9F9;
    border: 1px solid #F1F1F1;
}

.subnav-product-box h3 {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #F1F1F1;
    background: url('../img/news-jt.png') no-repeat left 57px center;
    background-size: 5px 9px;
}

.subnav-product-box h3 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
}

.subnav-product-box h3:last-child {
    border-bottom: none;
}

.subnav-product-box h3.cur, .subnav-product-box h3:hover {
    background: url('../img/news-xzjt.png') no-repeat left 52px center;
    background-size: 15px 15px;
}

.subnav-product-box h3.cur a, .subnav-product-box h3:hover a {
    color: #333333;
}

.subnav-product-box .subnav-bottom {
    width: 100%;
    background: url('../img/subnav-bottom-bg.jpg') no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.subnav-product-box .subnav-bottom .subnav-bottom-img {
    width: 44px;
    height: 44px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.subnav-product-box .subnav-bottom .subnav-bottom-img img {
    width: 100%;
    height: 100%;
}

.subnav-product-box .subnav-bottom .subnav-bottom-title {
    font-size: 18px;
    color: #ffffff;
    line-height: 18px;
    margin-bottom: 10px;
}

.subnav-product-box .subnav-bottom .subnav-phone {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    padding-bottom: 10px;
}

/*无数据*/
.nodata {
    text-align: center;
}

/*分页*/
.pagination {
    padding-top: 10px;
    padding-bottom: 50px;
    text-align: center;
}

.pagination li {
    border-radius: 3px;
    border: 1px solid #C9A46D;
    display: inline-block;
    margin: 0 2px;
}

.pagination .active {
    background: #F8B62D;
    color: #FFF;
    border-color: #F8B62D;
    margin: 0 2px;
}

.pagination .disabled {
    color: #aaa;
}

.pagination a {
    border-radius: 3px;
    display: inline-block;
    padding: 5px 12px;
}

.pagination span {
    border-radius: 3px;
    display: inline-block;
    padding: 5px 12px;
}

/*图片列表 - 荣誉资质*/
.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: 340px;
    height: 246px;
}

.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: 30px;
}

.list-news-box .news-list .news-info {
    width: 930px;
    height: 240px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #E6E6E6;
    display: flex;
    justify-content: space-between;
}

.list-news-box .news-list .news-info:hover {
    border: 1px solid #C9A46D;
}

.list-news-box .news-list .news-info dt {
    width: 275px;
    height: 200px;
}

.list-news-box .news-list .news-info dt img {
    width: 100%;
    height: 100%;
}

.list-news-box .news-list .news-info dd {
    width: 560px;
}

.list-news-box .news-list .news-info dd h4 {
    margin-top: 14px;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    width: 100%;
    padding-right: 58px;
    margin-bottom: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-news-box .news-list .news-info:hover h4 {
    color: #C9A46D;
}

.list-news-box .news-list .news-info dd p {
    height: 80px;
    text-align: justify;
    padding-right: 58px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    display:-webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.list-news-box .news-list .news-info .detail-look {
    width: 100%;
    padding-right: 20px;
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}

.list-news-box .news-list .news-info .detail-look button {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #E6E6E6;
    font-size: 16px;
    color: #666666;
    transition: all .6s;
}

.list-news-box .news-list .news-info:hover .detail-look button {
    background-color: #C9A46D;
    color: white;
}

/* list-product-box - 产品中心列表 */
.list-product-box {
    margin-top: 47px;
}

.list-product-box .list-product-container {
    display: flex;
    justify-content: space-between;
}

.list-product-box .container {
    margin: 0;
}

.list-product-box .product-list {
    width: 956px;
    margin-left: 40px;
}

.list-product-box .product-list a {
    margin-bottom: 20px;
    display: inline-block;
}

.list-product-box .product-list .product-list-item {
    margin-right: 13px;
    width: 296px;
    display: inline-block;
}

.list-product-box .product-list a:nth-child(3n) .product-list-item {
    margin-right: 0;
}

.list-product-box .product-list .product-list-item .item-img {
    width: 100%;
    height: 198px;
    position: relative;
    z-index: 10;
}

.list-product-box .product-list .product-list-item .item-img .item-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #000000;
    opacity: .5;
    z-index: 50;
    overflow: hidden;
    transition: all .6s;
}

.list-product-box .product-list .product-list-item .item-img .item-mask-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    z-index: 100;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .6s;
}

.list-product-box .product-list .product-list-item:hover .item-img .item-mask, .list-product-box .product-list .product-list-item:hover .item-img .item-mask-desc {
    height: 100%;
}

.list-product-box .product-list .item-mask-desc .item-plus {
    width: 30px;
    height: 30px;
}

.list-product-box .product-list .item-mask-desc .item-plus img {
    width: 100%;
    height: 100%;
}

.list-product-box .product-list .product-list-item .item-img img {
    width: 100%;
    height: 100%;
}

.list-product-box .product-list .product-list-item p {
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    width: 100%;
    height: 50px;
    transition: all .6s;
}

.list-product-box .product-list .product-list-item:hover p {
    background-color: #C9A46D;
    color: #ffffff;
}

/* 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;
    margin-bottom: 70px;
}

.list-case-box .subnav-case-box .nav-ul {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
}

.list-case-box .subnav-case-box .nav-ul li {
    width: 100%;
    display: flex;
}

.list-case-box .subnav-case-box .nav-ul li h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    color: #333333;
    font-size: 18px;
    background-color: #F8F8F8;
}

.list-case-box .subnav-case-box .nav-ul li h2 img {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.list-case-box .subnav-case-box .nav-ul li p {
    width: 1050px;
}

.list-case-box .subnav-case-box .nav-ul li span {
    font-size: 16px;
    color: #666666;
    background-color: white;
    padding: 7px 8px;
    margin: 15px 30px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

.list-case-box .subnav-case-box .nav-ul li span.on, .list-case-box .subnav-case-box .nav-ul li span:hover {
    color: white;
    background-color: #C9A46D;
}

.list-case-box .case-list {
    margin-top: 50px;
}

.list-case-box .case-list .case-item {
    display: inline-block;
    width: 380px;
    height: 487px;
    border: 1px solid #ececec;
    padding: 20px 20px 0px 20px;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 25px;
    transition: 0.3s;
}
.list-case-box .case-list .case-item:nth-child(3n) {
    margin-right: 0;
}
.list-case-box .case-list .case-item .case-img {
    width: 340px;
    height: 240px;
}
.list-case-box .case-list .case-item .case-img img {
    width: 100%;
    height: 100%;
}
.list-case-box .case-list .case-item .case-title {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
    margin-top: 40px;
}
.list-case-box .case-list .case-item .case-style {
    font-size: 18px;
    color: #666666;
    line-height: 18px;
    word-spacing: 15px;
    margin: 19px 0px 42px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-case-box .case-list .case-item .case-btn {
    width: 158px;
    height: 40px;
    line-height: 40px;
    color: #666666;
    border: 1px solid #cccccc;
    margin: auto;
    font-size: 18px;
}
.list-case-box .case-list .case-item:hover .case-btn {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #C9A46D;
}
.list-case-box .case-list .case-item:hover {
    background: #c9a46d;
}
.list-case-box .case-list .case-item:hover p {
    color: #ffffff;
}
.list-case-box .case-list .case-item:hover .btn {
    background: #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: 800px;
}

.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: #888888;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.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;
    margin-top: 50px;
}

.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: 330px;
}

.info-news-box .news-content .news-right .news-right-title {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
}

.info-news-box .news-content .news-right .list-news-right {
    border-top: 1px solid #C7C7C7;
    margin-top: 35px;
}

.info-news-box .news-content .news-right .list-news-right-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px dashed #C7C7C7;
}

.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: 14px;
    line-height: 14px;
}

.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: #C9A46D;
}

.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: 280px;
}

.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 {
    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;
}

/*案例右侧设计师*/
.info-news-box .case-right-designer {
    border: 1px solid #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
    /*box-shadow: #d9d9d9 0px 0px 5px;*/
}
.info-news-box .right-designer-title {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.info-news-box .right-designer-line {
    display: block;
    width: 82px;
    height: 2px;
    background: #C9A46D;
    margin: 20px auto;
}
.info-news-box .right-designer-content {
    display: flex;
}
.info-news-box .right-designer-content .designer-img {
    width: 100px;
    margin-left: 10px;
    margin-right: 15px;
}
.info-news-box .right-designer-content .designer-img img {
    width: 100%;
    height: 100px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.info-news-box .right-designer-content .designer-img a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    background-color: #C9A46D;
    color: white;
}
.info-news-box .right-designer-content .designer-desc {
    width: 150px;
}
.info-news-box .right-designer-content .designer-desc p {
    line-height: 1.6;
    text-align: justify;
    font-size: 16px;
}
.info-news-box .right-designer-content .designer-desc p:first-of-type {
    font-weight: bold;
    margin-bottom: 10px;
}

/*案例右侧表单*/
.info-news-box .case-right-form {
    border: 1px solid #f1f1f1;
    padding: 20px;
    position: relative;
    top: 0;
    background-color: white;
    width: 330px;
    /*box-shadow: #d9d9d9 0px 0px 5px;*/
}
.info-news-box .right-form-title {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.info-news-box .right-form-line {
    display: block;
    width: 82px;
    height: 2px;
    background: #C9A46D;
    margin: 20px auto;
}
.info-news-box .right-form-content .right-form-ipt {
    margin-top: 15px;
    height: 40px;
    border: solid 1px #f3f3f3;
    border-radius: 30px;
    padding: 0 20px;
    font-size: 14px;
    background: #f6f8fa;
}
.info-news-box .right-form-content .right-form-ipt input {
    background: #f6f8fa;
    line-height: 40px;
    width: 100%;
    height: 40px;
    color: #666666;
}
.info-news-box .right-form-content .right-form-submit {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.info-news-box .right-form-content .right-form-submit a {
    display: inline-block;
    width: 120px;
    background: #C9A46D;
    height: 30px;
    color: white;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
}
.info-news-box .right-form-content .right-form-submit button {
    display: inline-block;
    width: 120px;
    background: #C9A46D;
    height: 30px;
    color: white;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
}

/*案例左侧底部表单*/
.info-news-box .case-left-form {
    margin-top: 40px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    position: relative;
    background-color: white;
    width: 100%;
    /*box-shadow: #d9d9d9 0px 0px 5px;*/
}
.info-news-box .left-form-title {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.info-news-box .left-form-content {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.info-news-box .left-form-content .left-form-ipt {
    width: 180px;
    height: 40px;
    border: solid 1px #f3f3f3;
    border-radius: 30px;
    padding: 0 20px;
    font-size: 14px;
    background: #f6f8fa;
}
.info-news-box .left-form-content .left-form-ipt input {
    background: #f6f8fa;
    line-height: 40px;
    width: 100%;
    height: 40px;
    color: #666666;
}
.info-news-box .left-form-content .left-form-submit {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.info-news-box .left-form-content .left-form-submit button {
    display: inline-block;
    width: 120px;
    background: #C9A46D;
    height: 40px;
    color: white;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
}

/*案例左侧底部推荐图片*/
.info-news-box .case-recommend-img {
    margin-top: 40px;
    position: relative;
    background-color: white;
    width: 100%;
}
.info-news-box .case-recommend-img img {
    width: 100%;
    height: auto;
}

/*案例左侧底部推荐常见问答*/
.info-news-box .case-recommend-news {
    margin-top: 40px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    position: relative;
    background-color: white;
    width: 100%;
}
.info-news-box .case-recommend-news-title {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    font-weight: bold;
}
.info-news-box .case-recommend-news-line {
    display: block;
    width: 80px;
    height: 2px;
    background: #C9A46D;
    margin: 15px 0;
}
.info-news-box .case-recommend-news-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info-news-box .case-recommend-news-list a {
    display: block;
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*案例顶部表格*/
.info-news-box .case-category-ul {
    border: 1px solid #f1f1f1;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
    /*box-shadow: #d9d9d9 0px 0px 5px;*/
}
.info-news-box .case-category-ul li {
    display: inline-block;
    width: 248px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.info-news-box .case-category-ul li:nth-of-type(4) {
    border-bottom: none;
}
.info-news-box .case-category-ul li:nth-of-type(5) {
    border-bottom: none;
}
.info-news-box .case-category-ul li:nth-of-type(6) {
    border-bottom: none;
}
.info-news-box .case-category-ul li p {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center !important;
}
.info-news-box .case-category-ul li p:first-of-type {
    font-size: 18px !important;
    color: #333333 !important;
    line-height: 1 !important;
    margin-bottom: 10px;
    margin-top: 20px;
}
.info-news-box .case-category-ul li p:last-of-type {
    font-size: 14px !important;
    color: #999999 !important;
    line-height: 1 !important;
    padding-bottom: 20px;
}

/*产品详情*/
.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 .pro-top {
    display: flex;
    justify-content: space-between;
}

.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: #C9A46D;
    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-key {
    line-height: 36px;
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
}

.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: #C9A46D;
}

.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: #C9A46D;
}
.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: #C9A46D;
    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: #C9A46D;
}

.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 #C9A46D;
    background: url('../img/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: #C9A46D;
    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: #C9A46D;
}

/*搜索*/
.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: #C9A46D;
}

.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: #C9A46D;
}

.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;
    letter-spacing: 3px;
}

.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;
}

/*关于我们*/
@font-face {
    font-family: 'inside-title-en';
    font-display: swap;
    src: url('./inside-title-en.ttf');
}

.info-about-box .dynamic {
    margin-top: 122px;
}

.info-about-box .dynamic .msg-title {
    text-align: center;
}

.info-about-box .dynamic .msg-title h2 {
    font-size: 78px;
    color: #000000;
    line-height: 58px;
    opacity: 0.2;
    font-family: 'inside-title-en';
}

.info-about-box .dynamic .msg-title h3 {
    font-size: 34px;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
    margin-top: -24px;
}

.info-about-box .dynamic .msg-title .br {
    width: 40px;
    height: 4px;
    background: #c3c3c3;
    margin: auto;
    margin-top: 21px;
}

.info-about-box .dynamic .info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.info-about-box .dynamic .info .info-left {
    width: 282px;
    height: 549px;
}

.info-about-box .dynamic .info .info-left .img {
    width: 282px;
    height: 384px;
}

.info-about-box .dynamic .info .info-left .img img {
    width: 100%;
    height: 100%;
}

.info-about-box .dynamic .info .info-left .center {
    width: 282px;
    height: 163px;
    line-height: 163px;
    text-align: center;
    font-size: 36px;
    font-weight: bolder;
    color: #333333;
    background-color: #EEEEEE;
    letter-spacing: 3px;
}

.info-about-box .dynamic .info .info-left .bottom {
    height: 10px;
    background-color: #c9a46d;
}

.info-about-box .dynamic .info .info-rigth {
    width: 897px;
    height: 494px;
}

.info-about-box .dynamic .info .info-rigth .item {
    background-color: white;
    border-bottom: 1px solid #eeeeee;
    height: 165px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-about-box .dynamic .info .info-rigth .item:hover {
    background-color: #eeeeee;
}

.info-about-box .dynamic .info .info-rigth .item .left {
    width: 670px;
    padding: 51px 89px 41px 62px;
}

.info-about-box .dynamic .info .info-rigth .item .left div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-about-box .dynamic .info .info-rigth .item .left div span:nth-of-type(1) {
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    width: 385px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.info-about-box .dynamic .info .info-rigth .item:hover .left div span:nth-of-type(1) {
    color: #c9a46d;
}

.info-about-box .dynamic .info .info-rigth .item .left div span:nth-of-type(2) {
    font-size: 15px;
    color: #666666;
    line-height: 11px;
}

.info-about-box .dynamic .info .info-rigth .item .left p {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    height: 48px;
}

.info-about-box .dynamic .info .info-rigth .item .right .img-doc {
    display: none;
}

.info-about-box .dynamic .info .info-rigth .item:hover .right .img-doc {
    display: block;
}

.info-about-box .dynamic .info .info-rigth .item .right .img-arrow {
    display: block;
}

.info-about-box .dynamic .info .info-rigth .item:hover .right .img-arrow {
    display: none;
}

.info-about-box .dynamic .info .info-rigth .item .right img {
    width: 100%;
    height: 100%;
}

.info-about-box .dynamic .info .info-rigth .item .right {
    width: 23px;
    height: 11px;
}

.info-about-box .dynamic .info .info-rigth .item:hover .right {
    width: 227px;
    height: 165px;
}

.info-about-box .dynamic .info .info-rigth .submit {
    width: 223px;
    background: #c9a46d;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 43px;
    margin-top: 18px;
    float: right;
}

.info-about-box .honor {
    background: url("../uploadimg/about-honor-bg.jpg") no-repeat;
    background-size: auto;
    background-position: center;
    height: 800px;
    margin-top: 90px;
}

.info-about-box .honor .container .title {
    text-align: center;
    padding-top: 74px;
}

.info-about-box .honor .container .title h2 {
    font-size: 78px;
    color: #EBEBEB;
    line-height: 58px;
    opacity: 0.2;
    font-family: 'inside-title-en';
}

.info-about-box .honor .container .title h3 {
    font-size: 34px;
    font-weight: bold;
    color: #fefefe;
    line-height: 34px;
    margin-top: -24px;
}

.info-about-box .honor .container .title .br {
    width: 40px;
    height: 4px;
    background: #c3c3c3;
    margin: auto;
    margin-top: 26px;
}

.info-about-box .honor .container .wapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 60px;
}

.info-about-box .honor .container .wapper .left {
    width: 44px;
    height: 86px;
    cursor: pointer;
}

.info-about-box .honor .container .wapper .left img {
    width: 100%;
    height: 100%;
}

.info-about-box .honor .container .wapper .certificate {
    display: flex;
    justify-content: space-between;
}

.info-about-box .honor .container .wapper .certificate .item {
    width: 340px;
    margin: 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.info-about-box .honor .container .wapper .certificate .item .img {
    width: 300px;
    height: 400px;
    z-index: 1;
}

.info-about-box .honor .container .wapper .certificate .item .img img {
    width: 100%;
    height: 100%;
}

.info-about-box .honor .container .wapper .certificate .item .bottom {
    width: 340px;
    height: 135px;
    background-color: white;
    margin-top: -70px;
    padding-top: 95px;
    text-align: center;
}

.info-about-box .honor .container .wapper .certificate .item .bottom span {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}

.info-about-box .honor .container .wapper .certificate .item:hover .bottom {
    background-color: #C9A46D;
}

.info-about-box .honor .container .wapper .certificate .item:hover .bottom span {
    color: white;
}

.info-about-box .honor .container .wapper .right {
    width: 44px;
    height: 86px;
    cursor: pointer;
}

.info-about-box .honor .container .wapper .right img {
    width: 100%;
    height: 100%;
}

.info-about-box .develop {
    height: 1124px;
    background: url("../uploadimg/about-develop-bg.jpg") no-repeat;
    background-size: auto;
    background-position: center;
}

.info-about-box .develop .title {
    text-align: center;
    padding-top: 88px;
}

.info-about-box .develop .title h2 {
    font-size: 78px;
    color: #ffffff;
    line-height: 58px;
    opacity: 0.2;
    font-family: 'inside-title-en';
}

.info-about-box .develop .title h3 {
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
    line-height: 34px;
    margin-top: -24px;
}

.info-about-box .develop .title .br {
    width: 40px;
    height: 4px;
    background: #c3c3c3;
    margin: auto;
    margin-top: 20px;
}

.info-about-box .develop .develop-img-out {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.info-about-box .develop .develop-img-in {
    width: 1130px;
    overflow-x: hidden;
}

.info-about-box .develop .develop-img {
    width: 1150px;
    height: 780px;
    padding-right: 10px;
    overflow-y: auto;
}

.info-about-box .develop .develop-img img {
    width: 100%;
}

.info-about-box .cover {
    margin-bottom: 90px;
}

.info-about-box .cover .wapper .title {
    text-align: center;
    padding-top: 89px;
}

.info-about-box .cover .wapper .title h2 {
    font-size: 78px;
    color: #000000;
    line-height: 58px;
    opacity: 0.2;
    font-family: 'inside-title-en';
}

.info-about-box .cover .wapper .title h3 {
    font-size: 34px;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
    margin-top: -24px;
}

.info-about-box .cover .wapper .title .br {
    width: 40px;
    height: 4px;
    background: #c3c3c3;
    margin: auto;
    margin-top: 20px;
}

.info-about-box .cover .wapper .cover-msg {
    margin-top: 28px;
    display: flex;
}

.info-about-box .cover .wapper .cover-msg .cover-msg-left {
    width: 510px;
    margin-top: 13px;
}

.info-about-box .cover .wapper .cover-msg .cover-msg-left p {
    font-size: 24px;
    font-weight: bolder;
    font-family: "Microsoft YaHei";
    color: #333333;
    line-height: 24px;
    margin-bottom: 43px;
}

.info-about-box .cover .wapper .cover-msg .cover-msg-left .msg-item {
    width: 510px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #b3b3b3;
    padding-bottom: 25px;
}

.info-about-box .cover .wapper .cover-msg .cover-msg-left .msg-item img {
    width: 37px;
    height: 37px;
}

.info-about-box .cover .wapper .cover-msg .cover-msg-left .msg-item span {
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    margin-left: 10px;
}

.info-about-box .cover .wapper .cover-msg .cover-msg-left .as {
    margin-bottom: 26px;
}

.info-about-box .cover .wapper .cover-msg .cover-msg-right {
    width: 690px;
}

.info-about-box .cover .wapper .cover-msg .cover-msg-right img {
    width: 100%;
}

/*服务详情页*/
.info-service-box .team {
    margin-bottom: 150px;
}

.info-service-box .team .subtitle1 {
    text-align: center;
}

.info-service-box .team .subtitle1 h2 {
    font-size: 78px;
    color: #000000;
    line-height: 58px;
    opacity: 0.2;
    font-family: 'inside-title-en';
}

.info-service-box .team .subtitle1 h3 {
    font-size: 38px;
    font-weight: bolder;
    color: #333333;
    line-height: 38px;
    margin: -27px 0px 20px 0px;
    font-family: Microsoft YaHei;
}

.info-service-box .team .subtitle1 div {
    width: 40px;
    height: 4px;
    background: #c3c3c3;
    margin: auto;
}

.info-service-box .team .designer-list {
    width: 100%;
    height: 460px;
    margin-top: 70px;
    position: relative;
}

.info-service-box .team .designer-list .img {
    width: 360px;
    height: 460px;
    transition: 0.3s;
}

.info-service-box .team .designer-list .img.swiper-slide-active {
    margin-top: -15px;
}

.info-service-box .team .designer-list .img img {
    width: 100%;
    height: 100%;
}

.info-service-box .team .designer-list .img .describe {
    bottom: 0;
    position: absolute;
    width: 360px;
    height: 70px;
    text-align: center;
    padding-top: 26px;
    transition: 0.3s;
    z-index: 2;
}

.info-service-box .team .designer-list .img .describe-mask {
    bottom: 0;
    position: absolute;
    width: 360px;
    height: 70px;
    text-align: center;
    background: #000000;
    opacity: 0.67;
    padding-top: 26px;
    transition: 0.3s;
    z-index: 1;
}

.info-service-box .team .designer-list .img.swiper-slide-active .describe {
    height: 140px;
}

.info-service-box .team .designer-list .img.swiper-slide-active .describe-mask {
    height: 140px;
}

.info-service-box .team .designer-list .img .describe p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 23px;
}

.info-service-box .team .designer-list .img .describe p:nth-of-type(2) {
    display: none;
}

.info-service-box .team .designer-list .img.swiper-slide-active .describe p:nth-of-type(2) {
    display: block;
    width: 240px;
    font-size: 16px;
    color: #ffffff;
    line-height: 23px;
    margin: auto;
    text-align: center;
}

.info-service-box .team .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    width: 100%;
}

.info-service-box .team .dot {
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
}

.info-service-box .team .dot.on {
    background: #c9a46d;
}

.info-service-box .flow {
    width: 100%;
    height: 700px;
    background: url("../uploadimg/aesthetics-flow-bg.jpg") no-repeat;
    background-size: auto;
    background-position: center;
}

.info-service-box .show {
    padding-top: 100px;
    margin-bottom: 100px;
    overflow: hidden;
    background: url("../uploadimg/aesthetics-show-img1.jpg") no-repeat;
    background-size: 1180px 554px;
    background-position-x: right;
    background-position-y: bottom;
}

.info-service-box .show .subtitle {
    text-align: center;
}

.info-service-box .show .subtitle h2 {
    font-size: 78px;
    color: #000000;
    line-height: 58px;
    opacity: 0.2;
    font-family: 'inside-title-en';
}

.info-service-box .show .subtitle h3 {
    font-size: 38px;
    font-weight: bold;
    color: #333333;
    line-height: 38px;
    font-family: Microsoft YaHei;
    margin: -33px 0px 20px 0px;
}

.info-service-box .show .subtitle .br {
    width: 40px;
    height: 4px;
    background: #c3c3c3;
    margin: auto;
}

.info-service-box .show .wapper {
    margin-top: 70px;
    height: 635px;
}

.info-service-box .show .wapper .right {
    width: 1180px;
    height: 554px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.info-service-box .show .wapper .right .img-left {
    width: 758px;
    height: 554px;
}

.info-service-box .show .wapper .right .img-left img {
    width: 100%;
    height: 100%;
}

.info-service-box .show .wapper .right .img img {
    width: 100%;
    height: 100%;
}

.info-service-box .show .wapper .right .text {
    width: 350px;
    padding-top: 151px;
}

.info-service-box .show .wapper .right .text .title {
    font-size: 24px;
    color: #ffffff;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei;
}

.info-service-box .show .wapper .right .text .br {
    width: 100%;
    height: 1px;
    background: #ffffff;
    margin: 27px 0px 32px 0px;
}

.info-service-box .show .wapper .right .text .area p {
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    display: flex;
    justify-content: space-between;
}

.info-service-box .show .wapper .right .text .desc {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    height: 120px;
    overflow: hidden;
    margin: 40px 0px 34px 0px;
    text-align: justify;
}

.info-service-box .show .progress {
    position: absolute;
    bottom: 180px;
    right: 290px;
    display: flex;
    margin-top: 60px;
}

.info-service-box .show .progress .strip {
    width: 30px;
    height: 5px;
    background: #828282;
    border-radius: 2px;
    margin-right: 10px;
    cursor: pointer;
}

.info-service-box .show .progress .strip.as {
    background: #c9a46d;
}

.info-service-box .show .wapper .right .text .bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
}

.info-service-box .show .wapper .right .text .bottom span {
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    font-family: Microsoft YaHei;
}

.info-service-box .show .wapper .right .text .bottom img {
    width: 36px;
    height: 9px;
    margin-left: 8px;
}

.info-service-box .show .wapper .right .img-right {
    width: 1180px;
    height: 554px;
    position: absolute;
    top: 78px;
    right: -360px;
}

.info-service-box .show .wapper .right .img-right img {
    width: 100%;
    height: 100%;
}

.info-service-box .show .wapper .right .top {
    width: 505px;
    position: absolute;
    top: 30px;
    right: 0;
    text-align: right;
}

.info-service-box .show .wapper .right .top span {
    font-size: 16px;
    color: #313132;
    line-height: 16px;
    opacity: 0.2;
    letter-spacing: 6px;
}

.info-service-box .gain {
    height: 567px;
    background: url("../uploadimg/aesthetics-gain.jpg") no-repeat;
    background-size: auto;
    background-position: center;
}

.info-service-box .gain .gain-top {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    padding-top: 369px;
    margin: auto;
}

.info-service-box .gain .gain-top input {
    width: 386px;
    height: 52px;
    background: #ffffff;
    text-indent: 21px;
}

.info-service-box .gain .buttom {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.info-service-box .gain .buttom div {
    text-align: center;
    width: 386px;
    background: #ef5606;
    font-size: 18px;
    color: #ffffff;
    line-height: 52px;
    cursor: pointer;
}

.info-service-box .classify .case {
    position: relative;
    margin-bottom: 100px;
    margin-top: 100px;
    height: 670px;
    overflow: hidden;
}

.info-service-box .classify .case .left {
    width: 1043px;
    height: 476px;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    left: -360px;
}

.info-service-box .classify .case .left .cese-show {
    padding: 109px 0px 0px 358px;
}

.info-service-box .classify .case .left .cese-show h2 {
    font-size: 78px;
    font-weight: bold;
    color: #000000;
    line-height: 58px;
    opacity: 0.2;
    font-family: 'inside-title-en';
    letter-spacing: 5px;
}

.info-service-box .classify .case .left .cese-show h3 {
    font-size: 38px;
    font-weight: bold;
    color: #333333;
    line-height: 38px;
    margin: -17px 0px 20px 0px;
    font-family: Microsoft YaHei;
}

.info-service-box .classify .case .left .cese-show .br {
    width: 40px;
    height: 4px;
    background: #c3c3c3;
    margin-bottom: 43px;
}

.info-service-box .classify .case .left .cese-show .text {
    width: 432px;
    height: 121px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-service-box .classify .case .left .cese-show .text p:nth-of-type(1) {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    width: 432px;
    text-align: justify;
    font-family: Microsoft YaHei;
}

.info-service-box .classify .case .left .cese-show .text p:nth-of-type(2) {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    font-weight: bold;
    font-family: Microsoft YaHei;
}

.info-service-box .classify .case .right {
    width: 758px;
    height: 554px;
    position: absolute;
    right: -147px;
    top: 113px;
}

.info-service-box .classify .case .right .img img {
    width: 100%;
    height: 500px;
}

.info-service-box .classify .case .right .img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.info-service-box .classify .case .right .img .Photoshow {
    width: 375px;
    height: 50px;
    background: url("../uploadimg/customization-case-img2.png");
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
}

.info-service-box .classify .case .right .style {
    display: flex;
    align-items: center;
    height: 26px;
    position: absolute;
    top: -65px;
    left: 171px;
}

.info-service-box .classify .case .right .style .br {
    width: 41px;
    height: 1px;
    background: #bcbcbc;
}

.info-service-box .classify .case .right .style span {
    width: 517px;
    height: 14px;
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    opacity: 0.5;
    margin-left: 23px;
    letter-spacing: 11px;
}

.info-service-box .customization-bottom {
    width: 100%;
    height: 567px;
    background: url('../uploadimg/customization-bottom-bg.jpg') no-repeat;
    background-size: auto;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-service-box .customization-bottom .submit {
    width: 180px;
    height: 50px;
    background: rgba(28, 201, 145, 0);
    border: 1px solid #ffffff;
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    margin-top: 300px;
    display: block;
}