﻿/*
 * @Description: 样式基础配置文件 不在这个页面写样式，只写基础配置
 * @fileName: base.css
 * @Author: LiSuwan
 * @Date: 2020-01-09 11:54:14
 * @LastEditors: LiSuwan
 * @LastEditTime: 2022-04-08 11:41:40
 */

@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    /* 解决手机微信公众号中的网页文字无法复制到剪切板问题  start*/
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    /* 解决手机微信公众号中的网页文字无法复制到剪切板问题  end*/
    word-wrap: break-word;
}


/* 隐藏 input[type=number] 的上下箭头 */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

html {
    font: normal 14px "微软雅黑", Arial;
    width: 100%;
}

body {
    padding: 0px;
    margin: 0px auto;
    color: #666;
    width: 100%;
    /*min-width: 1200px;*/
    /*width: expression((documentElement.clientWidth < 1200) ? "1200px" : "100%" );*/
    zoom: 1;
}

ul,
li,
ol {
    list-style: none;
}

select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #666;
    background: none;
    border: none;
    resize: none
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    outline: none;
    /* -webkit-appearance:none; */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*强制去除表单自带的样式*/
    font: normal 14px "微软雅黑", Arial;
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

article,
aside,
footer,
header,
nav,
section,
figure,
figcaption {
    display: block;
}


/*html5设置*/

figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

a,
a:hover,
a:focus {
    outline: none;
    -moz-outline: none;
    text-decoration: none;
}

.clear {
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}


/* 设置placeholder默认文字颜色样式 start*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b8b8b8;
}

input::-moz-input-placeholder,
textarea::-moz-input-placeholder {
    color: #b8b8b8;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #b8b8b8;
}


/* 设置placeholder默认文字颜色样式 end*/


/**
  * @Description: 轮播动画
  * @Author: longhaiyan
  * @Date: 2020-04-15 15:40:47
  margin-top 值向上滑动 改为 margin-left/right/bottom 即为左/右/下轮播
  值为滑动距离
  */

.marquee_top {
    transition: all 0.5s linear;
    margin-top: -60px;
}


/**
  * @Description: 鼠标经过手型
  * @Author: longhaiyan
  * @Date: 2020-04-15 15:39:54
  */

.cursor {
    cursor: pointer
}


/* 单选框样式
      <label >
      <input type="radio" name="paixu" >
         按热门排序
     </label>
     start
 */


/* 选中前的样式 */

input[type=radio] {
    width: 16px;
    height: 16px;
    border: 1px solid #e5e5e5;
}


/* 选中后的样式(使用背景图写的，使用时换背景图即可) */

input[type=radio]:checked {
    background: url(../images/radoi_checkedhiolk.png) left top no-repeat;
    background-size: 100% 100%;
    border: 1px solid transparent;
}


/* 单选框样式
      <label >
      <input type="radio" name="paixu" >
         按热门排序
     </label>
     end
 */


/* 复选框
     <label >
     <input type="checkbox" name="" >
         按热门排序
     </label>
     start
  */


/* 选前的样式 */

input[type=checkbox] {
    width: 16px;
    height: 16px;
    border: 1px solid #e5e5e5;
}


/* 选中之后的样式 */

input[type=checkbox]:checked {
    background: url(../images/radoi_checkedhiolk.png) left top no-repeat;
    background-size: 100% 100%;
    border: 1px solid transparent;
}


/* 复选框
     <label >
     <input type="checkbox" name="" >
         按热门排序
     </label>
     end
  */


/* a,button 手型 */

a,
button,
select,
option,
input[type=button] {
    cursor: pointer;
}


/* 
 ::-webkit-scrollbar 滚动条整体部分
 ::-webkit-scrollbar-thumb  滚动条里面的小方块，能向上向下移动（或往左往右移动，取决于是垂直滚动条还是水平滚动条）
 ::-webkit-scrollbar-track  滚动条的轨道（里面装有Thumb）
 ::-webkit-scrollbar-button 滚动条的轨道的两端按钮，允许通过点击微调小方块的位置。
 ::-webkit-scrollbar-track-piece 内层轨道，滚动条中间部分（除去）
 ::-webkit-scrollbar-corner 边角，即两个滚动条的交汇处
 ::-webkit-resizer 两个滚动条的交汇处上用于通过拖动调整元素大小的小控件 */


/*修改滚动条样式   start */


/* ::-webkit-scrollbar {
     width: 8px;
     height: 425px;
 }
 
 ::-webkit-scrollbar-track {
     background: #21222f;
     border-radius: 4px;
 }
 
 ::-webkit-scrollbar-thumb {
     width: 8px;
     height: 98px;
     background-color: #4b4d5e;
     border-radius: 4px;
 } */


/*修改滚动条样式   end */

ul,
li,
p {
    margin: 0px;
}


/* 文字一行展示，超过长度用 ... 表示： start */

.one_line {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}


/* 文字一行展示，超过长度用 ... 表示： end */


/* 多行展示，超过长度用 ... 表示： start */

.much_line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 多行展示，超过长度用 ... 表示： end */

@font-face {
    font-family: Bebas;
    src: url("../fonts/Bebas.ttf");
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin: 0px;
}

/* ====== 其它公共部分 start====== */

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}


/* 字体引入 start */

/*@font-face {*/
/*    font-family: "Barlow-BoldItalic";*/
/*    src: url('../fonts/barlow-blackitalic.ttf');*/
/*}*/

/*@font-face {*/
/*    font-family: "SourceHanSerifCN-Medium";*/
/*    src: url('../fonts/sourcehanserifcn-medium.ttf');*/
/*}*/

/*@font-face {*/
/*    font-family: "SourceHanSerifCN-Regular";*/
/*    src: url('../fonts/sourcehanserifcn-regular.ttf');*/
/*}*/

/*@font-face {*/
/*    font-family: "Barlow-Bold";*/
/*    src: url('../fonts/barlow-bold.ttf');*/
/*}*/

/*@font-face {*/
/*    font-family: "SourceHanSerifCN-Bold";*/
/*    src: url('../fonts/sourcehanserifcn-bold.ttf');*/
/*}*/

/*@font-face {*/
/*    font-family: "SourceHanSerifCN-Heavy";*/
/*    src: url('../fonts/sourcehanserifcn-heavy.ttf');*/
/*}*/

/*@font-face {*/
/*    font-family: "Barlow-Regular";*/
/*    src: url('../fonts/barlow-regular.ttf');*/
/*}*/

body {
    padding-top: 100px;
}

/*.areaUnit{*/
/*    position: relative;*/
/*}*/

/*.areaUnit input{*/
/*    padding-right: 30px;*/
/*}*/

/*.areaUnit::before{*/
/*    content: "m²" !important;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 50px;*/
/*    right: 8px;*/
/*  */
/*    font-size: 16px;*/
/*    color: #b2b2b2;*/
/*    height: 30px;*/
/*    top: 50%;*/
/*    margin-top: -15px;*/
/*}*/

/*  ====== 网页背景色  start ======*/

.bgcolorf8f8f8 {
    background-color: #f8f8f8;
}


/*  ====== 网页背景色  end ======*/


/* @font-face {
    font-family: "";
    src: url('../fonts/');
} */


/* 字体引入 end */

.clearfix:after {
    content: '';
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.clearfix:before{
    height: 0px;
    width: 0px;
    display: none;
}


/* 网页的宽度 */

.width1580 {
    max-width: 100%;
    min-width: 1580px;
    margin: 0px auto;
}

.width1520 {
    width: 1520px;
    margin: 0px auto;
}

.width1260 {
    max-width: 100%;
    min-width: 1260px;
    margin: 0px auto;
}

.width1200 {
    width: 1200px;
    margin: 0px auto;
}

.mobileWidth100 {
    width: 100%;
    padding-left: 4%;
}

.isNone {
    display: none;
}


/* ====== 鼠标hover效果 start ======*/

.hover_style {
    transition: all 0.6s;
    cursor: pointer;
}


/* 放大效果 */

.hover_magnify:hover {
    transform: scale(1.05);
}


/* 向上移动效果 */

.hover_top:hover {
    transform: translateY(-20px);
}


/* ====== 鼠标hover效果 end ======*/


/* ====== 优化滚动条样式 start ====== */

.scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 90px;
}

.scrollbar::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
    width: 4px;
    height: 10px;
    background-color: #e5e5e5;
    border-radius: 4px;
}


/* ====== 优化滚动条样式 end ====== */


/* ====== 其它公共部分 end ====== */


/*  内页公共头部 start */

.public_top {
    position: fixed;
    z-index: 400;
    top: 0px;
    left: 0px;
    width: 100%;
    transition: all 0.4s;
    background: #fff;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.1);
}

.public_top:hover{
    background: #fff;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.1);
}

.whiteBg{
    background: #fff !important;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.1) !important;
}

.navBox .navBox_left {
    /* line-height: 100px; */
    padding-top: 22px;
}

.navBox .navBox_left .public_topLogo {
    display: inline-block;
    width: 250px;
    height: 54px;
    border-right: 1px solid #d5d5d5;
}

.navBox .navBox_left .public_topLogo img {
    width: 223px;
    height: 54px;
}

.navBox .navBox_left .logoRightBox {
    display: inline-block;
    padding-left: 24px;
    margin-top: -4px;
}

.navBox .navBox_left .logoRightBox span {
    font-family: SourceHanSerifCN-Medium;
    /* line-height: 28px; */
    color: #666;
}

.navBox .navBox_left .logoRightBox a {
    display: block;
    /*font-family: Barlow-Bold;*/
    color: #b4503d;
    margin-left: -2px;
    font-weight: bold;
}

.navBox {
    height: 100px;
}

.navBox .public_topNav li {
    position: relative;
    float: left;
}

.navBox .public_topNav li+li {
    margin-left: 42px;
}

.navBox .public_topNav li>a {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    font-family: SourceHanSerifCN-Regular;
    color: #333333;
}

.navBox .public_topNav li.active>a,
.navBox .public_topNav li:hover>a {
    font-family: SourceHanSerifCN-Bold;
    font-size: 18px;
    color: #815838;
}

.navBox .public_topNav li.active:after,
.navBox .public_topNav li:hover:after {
    content: "";
    display: block;
    position: absolute;
    background: url("../images/navchecked.png") no-repeat center center;
    background-size: 100% 100%;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/navChecked.png', sizingMethod='scale');
    width: 31px;
    height: 10px;
    left: 50%;
    margin-left: -15.5px;
    bottom: 20px;
}

.navBox .public_topNav li:hover>.twoNav {
    display: block;
}

.navBox .public_topNav .twoNav {
    display: none;
    position: absolute;
    top: 90px;
    left: 50%;
    z-index: 111;
    margin-left: -60px;
    width: 120px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(129, 88, 56, 0.11);
    background: #fff;
}

.navBox .public_topNav .twoNav:after {
    content: "";
    position: absolute;
    top: -16px;
    margin-left: -8px;
    left: 50%;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}

.navBox .public_topNav .twoNav a {
    width: 100%;
    display: inline-block;
    line-height: 50px;
    font-family: SourceHanSerifCN-Regular;
    color: #666666;
    border-bottom: 1px solid #e9dacf;
}

.navBox .public_topNav .twoNav a:last-child {
    border-bottom: 0px;
}

.navBox .public_topNav .twoNav a:hover {
    background-color: #fbf6f1;
    color: #815838;
}


/* 内页公共头部 end  */


/* 公共底部 start */

footer {
    width: 100%;
    position: relative;
    z-index: 20;
}

.footer_top {
    height: 280px;
    background: url("../images/footer-img1.png") no-repeat center center;
    background-size: 100% 100%;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer-img1.png', sizingMethod='scale');
}

.footer_bottom {
    height: 310px;
    background: url("../images/footer-img7.png") no-repeat center center;
    background-size: 100% 100%;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer-img7.png', sizingMethod='scale');
}

.footer_top_content {
    padding-top: 78px;
}

.footer_top_content .leftBox {
    width: 50%;
}

.footer_top_content .leftBox .title {
    font-family: SourceHanSerifCN-Heavy;
    font-size: 36px;
    color: #ffffff;
}

.footer_top_content .leftBox .line {
    width: 468px;
    height: 1px;
    background-color: rgba(247, 247, 247, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7ff7f7f7, endcolorstr=#7ff7f7f7);
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer_top_content .leftBox .line:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 3px;
    background-color: #f7f7f7;
}

.footer_top_content .leftBox .subTit {
    font-family: SourceHanSerifCN-Medium;
    color: #ffffff;
}

.footer_top_content .leftBox .subTit span {
    display: inline-block;
    margin-top: -2px;
}

.footer_top_content .leftBox .subTit a {
    display: inline-block;
    padding-left: 80px;
    position: relative;
    font-family: Barlow-Regular;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}


.footer_top_content .leftBox .subTit a:before {
    content: "";
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    left: 30px;
    top: 10px;
    background: url("../images/footer-img2.png") no-repeat center center;
    background-size: 100% 100%;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer-img2.png.png', sizingMethod='scale');
}

.footer_top_content .rightBox {
    margin-top: 54px;
}

.footer_top_content .rightBox a {
    display: inline-block;
    width: 220px;
    height: 64px;
    line-height: 64px;
    padding-left: 90px;
    border-radius: 4px;
    font-family: SourceHanSerifCN-Medium;
    color: #f7f7f8;
}

.footer_top_content .rightBox .consult {
    background-color: #9e7041;
    position: relative;
}

.footer_top_content .rightBox .consult:before {
    content: "";
    display: block;
    left: 50px;
    top: 19px;
    position: absolute;
    width: 24px;
    height: 26px;
    background: url("../images/footer-img3.png") no-repeat center center;
    background-size: 100% 100%;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer-img3.png.png', sizingMethod='scale');
}

.footer_top_content .rightBox .quotation {
    background-color: #b4503d;
    position: relative;
    margin-left: 30px;
}

.footer_top_content .rightBox .quotation:before {
    content: "";
    display: block;
    position: absolute;
    left: 46px;
    top: 20px;
    width: 31px;
    height: 26px;
    background: url("../images/footer-img4.png") no-repeat center center;
    background-size: 100% 100%;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer-img4.png', sizingMethod='scale');
}

.footer_bottom_content {
    padding-top: 70px;
}

.footer_bottom_content .item1 {
    width: 415px;
}

.footer_bottom_content .item1 img {
    width: 172px;
    height: 30px;
    position: relative;
}

.footer_bottom_content .item1 .line {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer_bottom_content .item1 p {
    font-family: SourceHanSerifCN-Regular;
    color: #ffffff;
    line-height: 24px;
}

.footer_bottom_content .item1 p a {
    color: #ffffff;
}

.footer_bottom_content .item2 {
    font-family: SourceHanSerifCN-Regular;
    color: #ffffff;
    width: 180px;
}

.footer_bottom_content .item2 p {
    margin-bottom: 24px;
    position: relative;
}

.footer_bottom_content .item2 ul li {
    float: left;
    margin-top: 14px;
}

.footer_bottom_content .item2 ul li a {
    color: #ffffff;
}

.footer_bottom_content .item2 ul li:hover a{
    color: #9e7041;
}

.mgl40 {
    margin-left: 40px;
}

.publicContent .item.mgl0 {
    margin-left: 0px;
}

.footer_bottom_content .item3 {
    margin-left: 170px;
    width: 500px;
}

.footer_bottom_content .item3 ul li a span {
    display: inline-block;
    vertical-align: top;
}

.footer_bottom_content .item3 ul li a span:first-child {
    width: 60px;
}

.footer_bottom_content .item3 ul li a span:last-child {
    width: 440px;
}

.footer_bottom_content .item2 p:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    width: 36px;
    height: 1px;
    left: 0px;
    background-color: #ffffff;
}

.footer_bottom_content .item4 img {
    width: 88px;
    height: 88px;
}

.footer_bottom_content .item4 p {
    text-align: center;
    font-family: SourceHanSerifCN-Regular;
    color: #ffffff;
    margin-top: 16px;
}

.footer_bottom_content .item4>div:first-child {
    margin-right: 16px;
}


/* 公共底部 end */


/* 精选案例 start */

.publicContent .item {
    float: left;
    width: 24.4%;
    border: solid 1px #eeeeee;
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-left: 0.8%;
}

.publicContent .item .imgBox {
    width: 100%;
    height: 474px;
    line-height: 474px;
    overflow: hidden;
}

.publicContent .item .imgBox img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.publicContent .item .titContent {
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
}
.publicContent .item:hover .titContent{
    background: #cf5a43;
}

.publicContent .item .titContent p {
    font-family: SourceHanSerifCN-Bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.publicContent .item .titContent .contBox {
    margin-top: 20px;
    height: 35px;
    line-height: 35px;
}

.publicContent .item .titContent .contBox>div {
    display: inline-block;
    width: 40%;
    box-sizing: border-box;
    padding: 0px 32px;
    padding-right: 10px;
    line-height: 28px;
    color: #666;
    font-family: SourceHanSerifCN-Regular;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.publicContent .item .titContent .contBox>div:last-child {
    width: 55%;
}

.publicContent .item .titContent .contBox .area {
    background: url("../images/index_img4.jpg") no-repeat left 5px;
    background-size: 20px 19px;
}

.publicContent .item .titContent .contBox .type {
    background: url("../images/index_img5.jpg") no-repeat left 5px;
    background-size: 20px 22px;
}

.publicContent .item:hover .titContent .contBox .area {
    background: url("../images/index_img4_hover.jpg") no-repeat left 5px;
    background-size: 20px 19px;
}

.publicContent .item:hover .titContent .contBox .type {
    background: url("../images/index_img5hover.png") no-repeat left 5px;
    background-size: 20px 22px;
}

.publicContent .item:hover {
    box-shadow: 0px 20px 24px 0px rgba(114, 114, 114, 0.2);
}

.publicContent .item:hover p {
    font-family: SourceHanSerifCN-Bold;
    color: #fff;
}

.publicContent .item:hover .contBox .area,
.publicContent .item:hover .titContent .contBox .type {
    color: #fff;
}

/*.publicContent .item:hover .titContent:before {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    left: 0px;*/
/*    top: -10px;*/
/*    height: 10px;*/
/*    background-color: #9e7041;*/
/*}*/

.projectCaseDetail_aside{
    position: relative;
}

@media (max-width: 767px) {
    /* .publicContent {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
    } */
    .publicContent .item {
        width: 48%;
         margin-left: 0px;
        margin-bottom: 20px;
    }

    .publicContent .item:nth-child(2n+2){
        margin-left: 4%;
    }
    .publicContent .item .titContent .contBox{
        height: auto;
        line-height: normal;
    }
    .publicContent .item .titContent .contBox>div{
        line-height: 24px;
    }
    .publicContent .item .titContent .contBox>div{
        width: 100% !important;
        margin-left: 0px;
        padding: 0px 0px 0px 25px;
    }
    .publicContent .item .imgBox {
        height: 160px;
        overflow: hidden;
        line-height: 160px;
    }
    .publicContent .item .titContent .contBox .area {
        background: url("../images/index_img4_mobile.png") no-repeat left 5px;
        background-size: 16px 16px;
    }
    
    .publicContent .item .titContent .contBox .type {
        background: url("../images/index_img5_mobile.png") no-repeat left 5px;
        background-size: 16px 16px;
    }
    
    .publicContent .item:hover .titContent .contBox .area {
        background: url("../images/index_img4_mobile_hover.png") no-repeat left 5px;
        background-size: 16px 16px;
    }
    .publicContent .item:hover .titContent .contBox .type {
        background: url("../images/index_img5_mobile_hover.png") no-repeat left 5px;
        background-size: 16px 16px;
    }
    .publicContent {
        padding: 0px 4%;
        width: 100%;
    }
    .publicContent .item .titContent {
        padding: 4%;
    }
    .publicContent .item .titContent .contBox {
        margin-top: 5px;
    }
}


/* 精选案例 end */


/* 侧边栏 start*/

.sidebarBox {
    position: fixed;
    z-index: 20;
    top: 30%;
    right: 10px;
    width: 80px;
    padding-left: 10px;
    /* height: 300px; */
}

.sidebarBox a {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #eeeeee;
    text-align: center;
    padding-top: 8px;
    position: relative;
}

.sidebarBox a+a {
    margin-top: 10px;
}

.sidebarBox a img {
    height: 26px;
}
.sidebarBox a.active.item .img1,
.sidebarBox a.item1 .img1,
.sidebarBox a:hover .img1,
.sidebarBox a img.img1Hover {
    display: none;
}

.sidebarBox a p {
    font-family: SourceHanSerifCN-Regular;
    color: #b94832;
    margin-top: 8px;
}

.sidebarBox .backtop {
    display: none;
}

.sidebarBox .backtop img {
    margin-top: 21px;
    width: 18px;
    height: 12px;
}
.sidebarBox a.active.item p,
.sidebarBox a.item1 p,
.sidebarBox a:hover p {
    color: #fff;
}
.sidebarBox a.active.item .img1Hover,
.sidebarBox a.item1 .img1Hover,
.sidebarBox a:hover .img1Hover {
    display: inline-block;
}
.sidebarBox a.active.item,
.sidebarBox a.item1,
.sidebarBox a:hover {
    background: #b94832;
    border-color: #b94832;
}

.sidebarBox a.item2:hover .qrCodeBox {
    display: block;
    animation: qrCodeBox 0.2s ease-in-out;
}


@keyframes qrCodeBox {
    0%{
        opacity: 0;
        transform: scale(0);
    }

    100%{
        transform: scale(1);
        opacity: 1;   /*圆形放大的同时，透明度逐渐减小为0*/
    }
}


.sidebarBox a .qrCodeBox {
    position: absolute;
    left: -130px;
    top: 0px;
    width: 120px;
    height: 120px;
    /* padding: 4px;
    border-radius: 4px;
    background: #fff; */
    box-sizing: border-box;
    display: none;
}

.sidebarBox a .qrCodeBox img {
    width: 100%;
    height: 100%;
}


/* 侧边栏 end*/


/* 公用标题 start */


/* 公用标题 end */


/* 内页banner start */

.publicBanner {
    width: 100%;
    height: 360px;
}

.publicBanner img {
    width: 100%;
    height: 100%;
    display: block;
}


/* 内页banner end */


/* 分页 start */

.pages_container {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
}

.pages_container a.pages_center {
    line-height: 32px;
}

.pre_red,
.next_red {
    display: none;
}


/* 静态样式 */

.staticEffect a {
    color: #666;
}


/* 鼠标经过 */

.hoverEffect a:hover,
.pages_container a.on {
    background-color: #615f5d;
    border: none;
    color: #fff;
}


/* 基础样式 */

.pages_container .page-num-current {
	background-color: #615f5d !important;
    border: none !important;
    color: #fff !important;
}
/*.pages_container a:nth-child(1){display:none}*/
.pages_container a {
    display: inline-block;
    margin-right: 10px;
    width: 80px;
    height: 42px;
    overflow: hidden;
    background-color: #fff;
    border: solid 1px #d9d9d9;
    text-align: center;
    vertical-align: middle;
    line-height: 42px;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}

.pages_container a img {
    width: 9px;
    height: 14px;
    position: relative;
    top: -2px;
}


/* 清除默认效果 */


/* 选中样式 */


/* 跳转到第一页 / 最后一页的 图片切换显示 */

.prev_pre:hover .pre_gray {
    display: none;
}

.prev_pre:hover .pre_red {
    display: inline;
}

.next_nex:hover .next_gray {
    display: none;
}

.next_nex:hover .next_red {
    display: inline;
}

.mobile_add_more {
    text-align: center;
    font-size: 14px;
    color: #999;
}

.search_Page_ellipsis {
    cursor: pointer;
}

.search_Page {
    display: inline-block;
    width: 45px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.search_Page_Input {
    border: 1px solid gray;
    height: 25px;
    width: 45px;
    padding-left: 10px;
}

@media (max-width:768px) {
	/*.pages_container{
		display:none !important
	}*/
	.pages_mobile b {
	background-color: #615f5d !important;
    border: none !important;
    color: #fff !important;
	margin: 0 4%;
}
/*.pages_mobile a:nth-child(1){display:none}*/
    .pages_mobile {
        width: 92%;
        margin: 20px 4%;
        margin-bottom: 0px;
        overflow: hidden;
		
    }
    .pages_mobile a,.pages_mobile b {
        display: block;
        width: 16% !important;
        height: 40px;
		margin-bottom: 4%;
        text-align: center;
        line-height: 40px;
        background-color: #f7f7f7;
        float: left;
        color: #333;
    }
    .pages_mobile>a+a {
        margin-left: 4%;
    }
}


/* ====== 分页 end ====== */


/* ====== 内页面包屑 start ====== */

.crumbs_tabs {
    height: 60px;
    background-color: #f2f2f2;
    width: 100%;
}

.crumbs {
    width: 1200px;
    margin: 0px auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 60px;
    height: 60px;
    vertical-align: middle;
    text-align: left;
}

.crumbs a,
.crumbs span {
    vertical-align: middle;
    margin-right: 2px;
    /* display: inline-block; */
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

.crumbs>span {
    font-size: 22px;
}

.crumbs .crumbs_end {
    font-size: 16px;
}

.crumbs a:hover,
.crumbs a:hover span {
    color: #9e7041;
}

.crumbs a img {
    width: 17px;
    height: 18px;
    margin-right: 5px;
    margin-top: -4px;
}

.crumbs_tab_list {
    width: 50%;
    float: right;
    text-align: right;
}

.crumbs_tab_list li {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-left: 34px;
    position: relative;
    cursor: pointer;
}

.on a .header_content_left_nav_maskLayer {
    display: block;
}

.on a span {
    opacity: 1 !important;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100) !important;
}

.crumbs_tab_list li:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #006cce;
    display: block;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    display: none;
}

.crumbs_tab_list li.on:after {
    display: block;
}


/* ====== 内页面包屑 end====== */


/* 公共 类*/

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 公共 类 end*/


/* 标题  start*/


/* 标题 end*/

.mobilePublic_topNav {
    display: none;
}

@media (max-width: 767px) {
    .width1580 {
        width: 100%;
        min-width: auto;
    }
    .width1520 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .width1260 {
        width: 100%;
        min-width: auto;
    }
    .width1200 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    /* 移动端头部 */
    .mobilePublic_top {
        background: #fff;
        height: 60px;
        line-height: 60px;
        position: fixed;
        z-index: 999999;
        padding-left: 4%;
        left: 0px;
        top: 0px;
        box-sizing: border-box;
    }
    .mobilePublic_top2 {
        background: #fff;
        height: 70px;
        line-height: 70px;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 999999;
        padding: 15px 4%;
    }
    .mobilePublic_topLogo {
        display: block;
        height: 100%;
        font-size: 0px;
        line-height: 60px;
        float: left;
        width: calc(100% - 80px);
    }
    .mobilePublic_topLogo img {
        height: 36px;
        display: inline-block;
    }
    .mobile_menuBtn {
        width: 60px;
        float: right;
        height: 60px;
        line-height: 60px;
        text-align: center;
        /* margin-top: -20px; */
        background-color: #815838;
    }
    .mobile_menuBtn img {
        width: 17px;
        height: 15px;
    }
    .mobilePublic_topNav {
        z-index: 999999;
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        left: 0px;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        overflow: hidden;
        overflow-y: auto;
    }
    .mobilePublic_topNav ul li {
        width: 100%;
        display: block;
        text-align: left;
        background: #fff;
        border-top: 1px solid #d2d2d2;
        height: 55px;
        line-height: 55px;
        margin: 0px;
        padding: 0px 4%;
        font-size: 14px;
    }
    .mobilePublic_topNav ul li a {
        width: 100%;
        display: inline-block;
        color: #333;
        text-align: center;
    }
    .mobilePublic_topNav ul li .public_phoneBox {
        padding-top: 0px;
    }
    .mobilePublic_topNav ul li .public_phoneBox span {
        font-size: 14px;
    }
    .mobilePublic_topNav ul li .public_phoneBox img {
        width: 24px;
        height: 24px;
        vertical-align: middle;
        margin-top: -4px;
    }
    .mobilePublic_topNav ul li.item>a {
        background: url("../images/index_down.png") no-repeat right 10px center;
        background-size: 12px 7px;
    }
    .mobile_close_icon {
        display: none;
    }
    .searchB {
        background: #f4f4f4;
    }
    .mobilePublic_top2 .searchBox {
        margin-top: 0px;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    .mobilePublic_top2 .searchBox input {
        display: block;
        padding: 0px 65px 0px 20px;
        font-size: 12px;
        background: #fff;
    }
    .mobilePublic_top2 .searchBox a {
        position: absolute;
        right: 2px;
        top: 2px;
        display: inline-block;
        height: 36px;
        width: 60px;
        line-height: 36px;
        text-align: center;
        color: #ffffff;
        background-color: #c5322e;
        border-radius: 18px;
        font-size: 12px;
    }
    /* 二级 */
    .mobilePublic_topNav ul li {
        height: auto;
        padding: 0px;
        border-top: 1px solid #eaeaea;
    }
    .mobilePublic_topNav ul li a {
        padding: 0px 4%;
        text-align: left;
        font-weight: bold;
        font-size: 14px;
    }
    .mobilePublic_topNav .game_Information_item {
        display: none;
    }
    .mobilePublic_topNav .game_Information_item p {
        border-top: 1px solid #eaeaea;
        padding: 0px 4%;
    }
    .mobilePublic_topNav .game_Information_item p a {
        color: #666;
        font-size: 14px;
        font-weight: normal;
    }
    /* 移动端头部  end*/
    /* 移动端底部 start*/
    .public_bottom_btn_box {
        position: fixed;
        z-index: 1000;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 60px;
        padding: 0px 4%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0px -4px 12px 0px rgba(118, 118, 118, 0.1);
        background-color: #c4523b;
    }
    .public_bottom_btn_box a {
        width: 25%;
        height: 100%;
        border-radius: 6px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-family: SourceHanSerifCN-Bold;
        font-size: 14px;
        color: #ffffff;
    }
    .public_bottom_btn_box a img {
        width: 24px;
    }
    .public_bottom {
        padding: 30px 0px 20px;
    }
    .public_bottom .forReference {
        font-family: SourceHanSerifCN-Regular;
        font-size: 12px;
        line-height: 20px;
        color: #666666;
        text-align: center;
    }
    .public_bottom .forReference a {
        color: #666666;
    }
    .public_bottom_btn_box a p {
        margin-top: 3px;
        text-align: center;
    }
    .public_bottom_btn_box .showPopupClass_mobile .showPopupClass_mobile_img{
        position: relative;
        display: inline-block;
        margin-top: -24px;
    }
    .public_bottom_btn_box .showPopupClass_mobile .showPopupClass_mobile_img div{
        width: 48px;
        height: 48px;
        border-radius: 50%;
        animation: 1.3s ease-out 1s normal none infinite running sonarEffect;
        position: absolute;
        bottom: 0rem;
        left: 50%;
        margin-left: -24px;
    }

    .public_bottom_btn_box .showPopupClass_mobile img{
        border-radius: 50%;
        width: 48px;
        height: 48px;
    }

    .layui-layer-title {
        display: none;
    }
    .layui-layer-wxQrcode {
        background: transparent;
    }
    .layui-layer-wxQrcode .wxQrcodeImgBox {
        width: 220px;
        height: 238px;
        background-color: #ffffff;
        box-shadow: 0px 3px 9px 0px rgba(90, 107, 125, 0.12);
        border-radius: 10px;
        overflow: hidden;
        padding: 28px;
        position: relative;
    }
    .layui-layer-wxQrcode .wxQrcodeImgBox .wxQrcodeImg {
        width: 100%;
    }
    .layui-layer-wxQrcode .wxQrcodeImgBox .mobile_close {
        position: absolute;
        right: 8px;
        top: 8px;
        width: 30px;
        height: 30px;
    }
    .layui-layer-wxQrcode .wxQrcodeImgBox p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #666666;
        text-align: center;
        margin-top: 5px;
    }
    /* 移动端底部  end*/
    .projectCaseDetail_articleDate{
        background-size: 17px 18px !important;
        line-height: 22px;
        padding-left: 26px !important;
    }
    .projectCaseDetail_articleInfo{
        border-bottom:1px solid #eee !important;
    }
    .projectCaseDetail_articleAmount{
        line-height: 22px;
        background-size: 20px 14px !important;
        padding-left: 26px !important;
    }
    .blackList_right{
        display: none;
    }
    .blackList_left{
        padding: 15px 0px !important;
    }
    .blackList_left a{
        line-height: 24px;
        height: 24px;
    }
    .blackList_left a+a{
        margin-top: 5px;
    }
}


/* ====== 内页文字label标题 start ======*/

.public_h2,
.public_h2 ul {
    overflow: hidden;
}

.public_h2 ul li {
    float: left;
    line-height: 36px;
}

.public_h2_cn {
    padding-left: 50px;
    position: relative;
    color: #333;
    font-family: "SourceHanSerifCN-Bold";
}

.public_h2_cn:before {
    content: '';
    width: 30px;
    height: 4px;
    background-color: #cf5a43;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -2px;
}

.public_h2_en {
    font-family: "SourceHanSerifCN-Regular";
    margin-left: 10px;
    color: #999;
    font-weight: 400;
}

@media (max-width: 767px) {
    .public_h2 {
        margin: 15px 0px;
    }
    .public_h2 ul li.public_h2_en{
        font-size: 12px;
    }
    .public_h2_cn {
        padding-left: 30px;
    }
    .public_h2_cn:before {
        content: '';
        width: 20px;
        height: 2px;
        background-color: #cf5a43;
        position: absolute;
        top: 50%;
        left: 0px;
        margin-top: -1px;
    }
}


/* ====== 内页文字label标题 end ======*/


/* ====== 详情页文字label标题 start ======*/

.public_detailH3,
.public_detailCaseH3 {
    font-family: "SourceHanSerifCN-Bold";
    line-height: 28px;
    color: #333;
    padding-left: 14px;
    position: relative;
}

.public_detailH3:before {
    content: '';
    width: 4px;
    height: 24px;
    background-color: #cf5a43;
    position: absolute;
    left: 0px;
    top: 2px;
}

.public_detailCaseH3 {
    padding-left: 32px;
    background: url(../images/caseicon.png) center left no-repeat;
    background-size: 22px 16px;
}


/* ====== 详情页文字label标题 end ======*/


/* ====== 详情分页 start ======*/

.blackList {
    width: 100%;
    height: 100px;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 50px;
    overflow: hidden;
}

.blackList_right {
    width: 15%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    height: 100px;
    background-size: 18px 16px;
    font-size: 16px;
    color: #666;
    position: relative;
}

.blackList_right:hover {
    background: #9e7041;
    background-size: 18px 16px;
    color: #fff;
}

.blackList_right:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 1px;
    height: 60px;
    background-color: #adadad;
    opacity: 0.4;
    filter: alpha(opacity=40);
    top: 50%;
    margin-top: -30px;
}

.blackList_right img {
    margin-top: 25px;
    margin-bottom: 15px;
    width: 20px;
    height: 20px;
}

.blackList_right:hover .blackList_rightHover,
.blackList_right .blackList_rightDefault {
    display: inline-block;
}

.blackList_rightHover,
.blackList_right:hover .blackList_rightDefault {
    display: none;
}

.blackList_right span {
    display: block;
}

.blackList_left {
    width: 85%;
    padding-top: 21px;
}

.blackList_left a {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    color: #999999;
    padding-left: 30px;
}

.blackList_left a:hover span {
    color: #9e7041;
}

.blackList_left a+a {
    margin-top: 10px;
}

@media (max-width: 767px) {

    .blackList {
        overflow: auto;
        height: auto;
        margin: 10px 0px;
    }
    .blackList_right:after {
        display: none;
    }
    .blackList_left {
        width: 100%;
    }
    .blackList_right {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
        background-color: #fff;
        padding-left: 0px;
        border-top: 2px solid #eee;
    }
    .blackList_right img,
    .blackList_right span {
        display: inline-block;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .blackList_right span {
        margin-left: 5px;
    }
    .blackList_left a {
        font-size: 14px;
        line-height: 18px;
        height: 18px;
        line-height: 18px;
        width: 100%;
        padding: 0px 4%;
    }
    .public_detailH3:before {
        height: 20px;
        top: 4px;
        width: 3px;
    }
    .public_detailH3 {
        padding-left: 12px;
    }
    .public_detailCaseH3 {
        padding-left: 32px;
        background: url(../images/caseicon_mobile.png) center left no-repeat;
        background-size: 22px 16px;
    }
}


/* ====== 详情分页 end ======*/


/* ====== 快速报价 start ====== */

.public_offer {
    width: 100%;
}

.public_offer input {
    height: 48px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 0px 20px;
    width: 100%;
}

.public_offer input {
    margin-top: 20px;
}

.public_offer .publicSelectBox ul {
    top: 70px;
}

.public_offer .public_offerTips {
    font-family: "SourceHanSerifCN-Medium";
    color: #dd3e3e;
    margin-top: 20px;
    margin-bottom: 30px;
}

.public_offer button {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #cf5a43;
    color: #fff;
    border: 1px solid transparent;
}

.public_offer button:hover {
    background-color: #fff;
    color: #cf5a43;
    border: 1px solid #cf5a43;
}

.publicForm {
    position: relative;
    width: 100%;
    height: 420px;
    background: url("../images/index_img7.jpg") no-repeat center center;
    background-size: 100% 100%;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/index_img7.jpg', sizingMethod='scale');
}

.publicForm .publicFormBox {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
}

.publicForm .submitBtn {
    width: 110px;
    height: 110px;
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-top: -67.5px;
    margin-left: -55px;
}

.publicForm .submitBtn:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    z-index: -1;
    height: 420px;
    left: 54.5px;
    top: -142.5px;
    background-color: #dcdcdc;
}

.publicForm .submitBtn .submitBtn_bt {
    font-family: SourceHanSerifCN-Medium;
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 28px;
    letter-spacing: 2px;
    border-radius: 50%;
    background: #D15942;
    position: relative;
    /*background: url("../images/index_img8.jpg") no-repeat center center;*/
    /*background-size: 100% 100%;*/
    /*filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/index_img8.jpg', sizingMethod='scale');*/
}

.publicForm .submitBtn .submitBtn_bt div {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    animation: 1.3s ease-out 1s normal none infinite running sonarEffect;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    margin-left: -55px;
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
        filter:alpha(opacity=30);
    }
    40% {
        -webkit-shadow: 0 0 0 1px rgba(209,89,66,0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(209,89,66,0.5);
        box-shadow: 0 0 0 1px rgba(209,89,66,0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(209,89,66,0.5);
        opacity: 0.5;
        filter:alpha(opacity=50);
    }
    100% {
        -webkit-shadow: 0 0 0 1px rgba(209,89,66,0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(209,89,66,0.5);
        box-shadow: 0 0 0 1px rgba(209,89,66,0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(209,89,66,0.5);
        opacity: 0;
        filter:alpha(opacity=0);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.publicForm .publicFormBox_left {
    width: 524px;
    height: 100%;
    padding: 56px 100px 0px;
}

.publicForm .publicFormBox_left .tit {
    font-family: SourceHanSerifCN-Bold;
    letter-spacing: 7px;
    color: #897054;
}

.publicForm .publicFormBox_left .subTit {
    font-family: SourceHanSerifCN-Regular;
    color: #333333;
    margin-top: 20px;
}

.publicForm .publicFormBox_left .line {
    width: 320px;
    height: 1px;
    background-color: rgba(137, 112, 84, 0.2);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#33897054, endcolorstr=#33897054);
    position: relative;
    margin: 46px 0px;
}

.publicForm .publicFormBox_left .line:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 3px;
    background-color: #897054;
}

.publicForm .publicFormBox_left .phone {
    display: inline-block;
    font-family: impact;
    color: #cf5a43;
    height: 44px;
    line-height: 44px;
    padding-left: 65px;
    box-sizing: border-box;
    background: url("../images/index_img9.jpg") no-repeat left center;
    background-size: 44px 44px;
}

.publicForm .publicFormBox_left .cont {
    font-family: SourceHanSerifCN-Regular;
    color: #333333;
    margin-top: 20px;
}

.publicForm .publicFormBox_right {
    font-family: SourceHanSerifCN-Regular;
    color: #333333;
    padding-top: 56px;
}

.publicForm .publicFormBox_right .row_left {
    line-height: 48px;
    height: 48px;
    text-align: right;
    width: 276px;
    padding-right: 30px;
}

.publicForm .publicFormBox_right .row_left.bt:before {
    content: "*";
    display: inline-block;
    color: #ff3c3c;
    font-size: 16px;
    margin-right: 4px;
}

.publicForm .publicFormBox_right .rowBox+.rowBox {
    margin-top: 20px;
}

.publicForm .publicFormBox_right .row_right {
    width: 299px;
    height: 48px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 0px 20px;
}

.attention {
    width: auto !important;
    font-family: SourceHanSerifCN-Medium;
    color: #dd3e3e;
    background-color: transparent !important;
}

.publicSelectBox {
    position: relative;
}

.publicSelectBox input {
    background: #f6f6f6 url("../images/index_img10.jpg") no-repeat right 10px center;
    background-size: 10px 8px;
    cursor: pointer;
}

.publicSelectBox ul {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0px;
    z-index: 4;
    background: #fff;
    box-shadow: 0px 8px 10px 0px rgba(134, 134, 134, 0.1);
}

.publicSelectBox ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.publicSelectBox ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    font-family: SourceHanSerifCN-Regular;
    color: #666666;
}

.publicSelectBox ul li:hover {
    background-color: #f6f6f6;
}

.publicSelectBox ul li:hover a {
    color: #6a3906;
}


/* ====== 快速报价 end ====== */


/* 工地巡检 进度 */

.publicSchedule {
    width: 512px;
    position: relative;
    height: 60px;
}

.publicSchedule ol {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.publicSchedule ol li {
    width: 24px;
    float: left;
    position: relative;
}

.publicSchedule ol li .circle {
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    font-family: SourceHanSerifCN-Medium;
    color: #999999;
    border-radius: 50%;
    position: relative;
}

.publicSchedule ol li+li {
    margin-left: 98px;
}

.publicSchedule .line {
    position: absolute;
    left: 0px;
    top: 12px;
    border-radius: 1px;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

.publicSchedule ol li p {
    position: absolute;
    display: inline-block;
    width: 40px;
    top: 38px;
    left: -2px;
    font-family: SourceHanSerifCN-Medium;
    color: #666666;
}

.publicSchedule ol li.active1 .circle:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: url("../images/siteinspection_icon6.png") no-repeat center center;
    background-size: 100% 100%;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/siteInspection_icon6.png', sizingMethod='scale');
}

.publicSchedule ol li.active2 .circle:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: url("../images/siteinspection_icon7.png") no-repeat center center;
    background-size: 100% 100%;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/siteInspection_icon7.png', sizingMethod='scale');
}


/* 工地巡检 进度 */


/* ====== 服务模式-设计承接/施工承接 start====== */

.design_mutipleH2 {
    font-family: "SourceHanSerifCN-Bold";
    color: #333;
    margin-top: 80px;
}

.design_mutipleH2,
.design_mutipleH2_en {
    width: 100%;
    text-align: center;
}

.design_mutipleH2_en {
    font-family: "SourceHanSerifCN-Regular";
    letter-spacing: 3px;
    color: #999;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .design_mutipleH2 {
        margin-top: 20px;
    }
    .design_mutipleH2_en {
        margin-top: 10px;
    }
    .publicSchedule {
        width: 100%;
    }
    .publicSchedule ol li+li {
        margin-left: calc((100% - 120px) / 4);
    }
}


/* ====== 服务模式-设计承接/施工承接 end====== */


/* ====== 快速报价弹框====== */

.popupBox {
    position: fixed;
    z-index: 10000;
    left: 50%;
    /* top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; */
}

.popupBox .popupBoxForm {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -250px;
    margin-left: -500px;
    width: 1000px;
    height: 500px;
    background-color: #ffffff;
}

.popupBox .closePopup {
    position: absolute;
    top: -50px;
    right: 0px;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.popupBox .popupBoxForm .popupBoxForm_left {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
    padding: 56px 60px;
    background: url("../images/index_img27.png") no-repeat center center;
    background-size: 100% 100%;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/index_img27.png', sizingMethod='scale');
}

.popupBox .popupBoxForm .popupBoxForm_left .tit {
    font-family: SourceHanSerifCN-Bold;
    letter-spacing: 6px;
    color: #897054;
}

.popupBox .popupBoxForm .popupBoxForm_left .subTit {
    font-family: SourceHanSerifCN-Regular;
    color: #333333;
    margin-top: 16px;
}

.popupBox .popupBoxForm .popupBoxForm_left .line {
    width: 320px;
    height: 1px;
    background-color: rgba(137, 112, 84, 0.2);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#33897054, endcolorstr=#33897054);
    position: relative;
    margin: 20px 0px;
}

.popupBox .popupBoxForm .popupBoxForm_left .phone {
    display: inline-block;
    font-family: Barlow-Bold;
    color: #cf5a43;
    height: 44px;
    line-height: 44px;
    padding-left: 65px;
    box-sizing: border-box;
    background: url("../images/index_img9.jpg") no-repeat left center;
    background-size: 44px 44px;
}

.popupBox .popupBoxForm .popupBoxForm_left .cont {
    font-family: SourceHanSerifCN-Regular;
    color: #333333;
    margin-top: 16px;
    letter-spacing: 1px;
}

.popupBox .popupBoxForm .popupBoxForm_left .line:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 3px;
    background-color: #897054;
}

.popupBox .popupBoxForm .popupBoxForm_right {
    width: 50%;
    padding-top: 56px;
}

.popupBox .popupBoxForm .popupBoxForm_right .row_left {
    line-height: 48px;
    height: 48px;
    text-align: right;
    width: 140px;
    padding-right: 30px;
}

.popupBox .popupBoxForm .popupBoxForm_right .row_left.bt:before {
    content: "*";
    display: inline-block;
    color: #ff3c3c;
    font-size: 16px;
    margin-right: 4px;
}

.popupBox .popupBoxForm .popupBoxForm_right .row_right {
    width: 300px;
}

.popupBox .popupBoxForm_right .public_offer input {
    margin-top: 0px;
}

.popupBox .popupBoxForm_right .rowBox+.rowBox {
    margin-top: 20px;
}

.popupBox .popupBoxForm_right .public_offer button {
    font-family: SourceHanSerifCN-Medium;
}

.popupBox .popupBoxForm_right .public_offerTips {
    margin-left: 140pox;
}

.popupBox .popupBoxForm_right .row_right2 {
    display: inline-block;
    width: 300px;
    margin-left: 140px;
}

@media(max-width:767px) {
    .popupBox {
        position: fixed;
        z-index: 10000;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .popupBox .popupBoxForm {
        left: 0px;
        bottom: 0px;
        margin-top: -62.5%;
        margin-left: 0%;
        width: 100%;
        height: auto;
        background: #fff;
        overflow-y: scroll;
    }
    .popupBox .popupBoxForm .popupBoxForm_left,
    .popupBox .popupBoxForm .popupBoxForm_right {
        width: 100%;
        background-size: cover;
        padding: 20px 4%;
    }
    .popupBox .popupBoxForm .popupBoxForm_right .row_right,
    .publicSelectBox {
        width: 100%;
        text-align: left;
    }
    .popupBox .popupBoxForm .popupBoxForm_right .row_left {
        text-align: left;
    }
    .publicSelectBox ul {
        background-color: #f6f6f6;
    }
    .popupBox .popupBoxForm .popupBoxForm_left {
        border: none;
        height: 300px;
        background-size: 100% 100%;
    }
    .popupBox .popupBoxForm_right .row_right2 {
        width: 92%;
        margin: 20px 4%;
    }
    .popupBox .closePopup {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        /* background: red; */
        border-radius: 50%;
    }
}


/* ====== 快速报价弹框 end====== */


/* ====== 装修问答 start====== */

.publicAnswer {
    float: left;
    width: 750px;
    /* height: 200px; */
    background-color: #ffffff;
    border: solid 1px #dddddd;
    margin-left: 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 40px 40px;
}

.publicAnswer.mgl0 {
    margin-left: 0px;
}

.publicAnswer .publicAnswer_top p {
    width: 640px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: SourceHanSerifCN-Medium;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    color: #333333;
    padding-left: 48px;
    box-sizing: border-box;
    position: relative;
    text-align: justify;
}

.publicAnswer .publicAnswer_top p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 1px;
    width: 28px;
    height: 28px;
    background: url("../images/index_img21.png") no-repeat center center;
    background-size: 100% 100%;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/index_img21.png', sizingMethod='scale');
    border-radius: 2px;
}

.publicAnswer .publicAnswer_top div {
    line-height: 30px;
}

.publicAnswer .publicAnswer_top div img {
    width: 20px;
    height: 11px;
}

.publicAnswer .publicAnswer_bottom {
    margin-top: 25px;
}

.publicAnswer .publicAnswer_bottom p {
    width: 100%;
    height: 48px;
    min-height:48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333333;
    padding-left: 48px;
    box-sizing: border-box;
    position: relative;
    font-family: SourceHanSerifSC-Regular;
    line-height: 24px;
    color: #666666;
    text-align: justify;
}

.publicAnswer .publicAnswerCont {
    /*height: 106px;*/
    overflow: hidden;
    overflow-y: auto;
}

.publicAnswer .publicAnswer_bottom p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 1px;
    width: 28px;
    height: 28px;
    background: url("../images/index_img22.png") no-repeat center center;
    background-size: 100% 100%;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/index_img22.png', sizingMethod='scale');
    border-radius: 2px;
}

.publicAnswerImg .add_transform {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari和Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    /*Firefox 4 */
    -webkit-transition: all 0.5s ease-in-out;
    /* Safari和Chrome */
    -o-transition: all 0.5s ease-in-out;
    /* Opera */
}

.publicAnswerImg .add_transform2 {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE9 */
    -moz-transform: rotate(0deg);
    /* Firefox */
    -webkit-transform: rotate(0deg);
    /* Safari和Chrome */
    -o-transform: rotate(0deg);
    /* Opera */
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    /*Firefox 4 */
    -webkit-transition: all 0.5s ease-in-out;
    /* Safari和Chrome */
    -o-transition: all 0.5s ease-in-out;
    /* Opera */
}

.publicAnswer .showCont {
    height: auto !important;
    overflow: initial !important;
    white-space: normal !important;
    -webkit-box-orient: initial !important;
    -webkit-line-clamp:initial !important;
}

.publicAnswer:hover {
    border-color: #fff;
    box-shadow: 0px 20px 24px 0px rgba(114, 114, 114, 0.2);
}

.publicAnswer:hover .publicAnswer_top p {
    font-family: SourceHanSerifCN-Bold;
    font-weight: bold;
    color: #9e7041;
}

@media (max-width: 767px) {
    .publicAnswer .publicAnswerCont {
        height: auto;
        overflow: hidden;
    }
    .publicAnswer .publicAnswer_bottom {
        margin-top: 10px;
    }
    .decorationQuestions .publicAnswer:hover {
        transform: translateY(0px);
    }
    .publicAnswer:hover {
        border-color: #dddddd;
        box-shadow: none;
    }

    .publicAnswer .publicAnswer_top p{
        height: 24px;
        line-height: 24px;
    }

    .publicAnswer .publicAnswer_top div{
        line-height: 24px;
        width: 16px;
        height: 8px;
    }
    .publicAnswer {
        padding: 10px;
    }
    .publicAnswer .publicAnswer_top p {
        width: calc(100% - 40px);
    }
    .publicAnswer {
        margin-top: 20px;
        margin-left: 0px;
        width: 100%;
    }

    .publicAnswer .publicAnswer_top div img{
        width: 100%;
        height: 100%;
    }
    .publicAnswer .publicAnswer_bottom p:before,
    .publicAnswer .publicAnswer_top p:before{
        height: 24px;
        width: 24px;
        top: 0px;
    }
    .publicAnswer .publicAnswer_top p,
    .publicAnswer .publicAnswer_bottom p{
        padding-left: 36px;
    }
}


/* ====== 装修问答 end====== */

.textUppercase{
    text-transform: uppercase
}
