.mob-head .logo img {
    max-height: 40px;
}
body{
    background-color: #1b1716;
}

/* 视频添加 */

.mob_ved {
    display: block;
    width: 100%;
}

.mob_ved video {
    outline: none;
    object-fit: fill;
}


/* 通用样式 */

.mob_pos {
    display: block;
    width: 96%;
    margin: 0 auto;
}


/* 相同标题样式 */

.mob_tit {
    display: block;
    text-align: center;
    padding-top: 4vw;
}

.mob_tit h2 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #c78e3e;
}

.mob_tit h3 {
    font-family: "SimSun";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
}

.mob_tit h4 {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 2;
    margin-top: 1vw;
    color: #ffffff;
}


/* 模块添加更改 */


/* banner 下4小图 */

.xtfl {
    display: block;
    padding-bottom: 2.3vw;
}

.xt_cons {
    display: block;
    width: 100%;
    margin-top: 6.25vw;
}

.xt_cons ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xt_cons li {
    width: 46.6%;
    background-color: #1b1716;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.xt_cons li a {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 6vw);
    padding: 2vw 3vw 15px;
    text-align: center;
}

.xt_cons li .imgs {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.xt_cons li h3 {
    font-size: 3.75vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #c78e3e;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xt_cons li p {
    font-size: 2.34vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2px;
}

.xt_cons li span {
    display: block;
    width: 6.4vw;
    height: 0.5vw;
    background-color: #8c8c8c;
    margin-top: 3vw;
}

@media(max-width:500px) {
    .xt_cons li .imgs img {
        transform: scale(0.8);
    }
}

@media(max-width:420px) {
    .xt_cons li .imgs {
        height: 40px
    }
    .xt_cons li .imgs img {
        transform: scale(0.7);
    }
}

@media(max-width:370px) {
    .xt_cons li .imgs img {
        transform: scale(0.6);
    }
}


/* 获奖案例 */

.hj_case {
    
}

.hj_cs{
    display: block;
    width: 100%;
    margin-top: 4vw;
}

.hj_cs ul{
    
}
.hj_cs li{
    display: flex;
}

.hj_cs li a{
    display: flex;
    position: relative;
    flex-flow: column;
}

.hj_cs li a img{
    width: 100%;
    height: auto;
}

.hj_cs li .wzs{
    display: block;
    width: calc(100% - 20px);
    position: relative;
    bottom: 0;
    left: 0;
    background-color: #1b1716;
    padding: 2vw 10px 4vw;
}
.hj_cs li .wzs h3{
    color: #ffffff;
    font-size: 18px;
    overflow: hidden;
text-overflow: ellipsis;
line-height: 2;
white-space: nowrap; display: block;
width: 100%;
}

.hj_cs li .wzs p{
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; 
display: block;
width: 100%;
}


.hj_cs .slick-dots{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.hj_cs .slick-dots li{
    width: 12.5vw;
    height: 0.78125vw;
    font-size: 0;
    background-color: #ffffff;
    margin: 0 1.25vw; cursor: pointer;
}
.hj_cs .slick-dots li button{
    display: none;
}
.hj_cs .slick-dots li.slick-active{
    background: #c78e3e;
}

a.mores{
    display: block;
    text-align: center;
    font-size: 14px;
    width: 7em;
    margin: 20px auto 2vw;
    line-height: 2.4;
    background-color: #c78e3e;
    color: #ffffff;
}

/* 六大优势 */

.adv_n6 {
    padding: 1vw 0 10vw;
}

.adv_cs{
    display: block;
    width: 100%;
    margin-top: 4vw;
}

.adv_cs ul{
    
}
.adv_cs li{
    display: flex;
}

.adv_cs li a{
    display: flex;
    position: relative;
    flex-flow: column;
}

.adv_cs li a img{
    width: 100%;
    height: auto;
}

.adv_cs li .wzs{
    display: block;
    width: calc(100% - 20px);
    position: relative;
    bottom: 0;
    left: 0;
    background-color: #c78e3e;
    padding: 2vw 10px 4vw;
}
.adv_cs li .wzs h3{
    color: #1b1716;
    font-size: 18px;
    overflow: hidden;
text-overflow: ellipsis;
line-height: 2;
white-space: nowrap; display: block;
width: 100%;
}

.adv_cs li .wzs p{
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
/*    overflow: hidden;*/
/*text-overflow: ellipsis;*/
/*white-space: nowrap; */
display: block;
width: 100%;
}


.adv_cs .slick-dots{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.adv_cs .slick-dots li{
    width: 7.8125vw;
    height: 0.78125vw;
    font-size: 0;
    background: #ffffff;
    margin: 0 1.25vw;
    cursor: pointer;
}
.adv_cs .slick-dots li button{
    display: none;
}
.adv_cs .slick-dots li.slick-active{
    background: #c78e3e;
}

/* 板块添加 3展示 */

.mob_zs{
    position: relative;
    background-color: #1b1716;
    width: 96vw;
    padding:5vw 2vw 4vw;
}

.mob_zs_lis{
    display: block;
    width: 100%;
}

.mob_zs_lis ul{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 0;
}

.mob_zs_lis li{
    display: inline-flex;
    font-size: 3.28125vw;
    margin: 0 2vw;
    padding-bottom: 2vw;
    border-bottom: 2px solid transparent;
}
.mob_zs_lis li.on{
    border-color: #c78e3e;
}
.mob_zs_lis li .imgs{
    display: block;
    margin-right: 6px;
    height: 3.90625vw;
}
.mob_zs_lis li .imgs img{
    max-height: 100%;
}
.mob_zs_lis li h3{
    /*font-size: 21px;*/
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #c78e3e;
}

.mob_zs_cons{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 5vw;
}

.zs_tab{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.zs_tab.ons{
    visibility: visible;
    opacity: 1;
    z-index: 10;
    transition: 0.5s ease;
    -webkit-transition:0.5s ease ;
        position: relative;
}
.zs_tab ul{
    display: block;
    width: calc(100% + 3vw);
}
.zs_tab li{
    position: relative;
    margin-right: 3vw;
}
.zs_tab li a{
    display: block;
    width: 100%;
}
.zs_tab li img{
    width: 100%;
    height: auto;
}

@media(max-width:500px){
    .mob_zs_lis li .imgs{
        height:20px;
    }
    .mob_zs_lis li{
        font-size:16px;
    }
}



/* 修改添加 */
.mob-head .head-btn a .icon-sousuo,.mob-head .head-btn a .iconfont{
    color: #ffffff;
}





