@charset "utf-8";
html, body, p{border:0 none;margin:0;padding:0;outline-style:none;outline-width:0;vertical-align:baseline;font-size:12px;}
/* main_image section CSS */
.examples_bg{margin:0 auto;/* background-color:#F0F0F0;border:1px solid #CCCCCC; */padding:10px;overflow:hidden;}
.examples_image{width:400px;float:left;position:relative;overflow:hidden;color:#fff;}
.examples_image h4{font-size:1.5em;font-weight:normal;margin:0;padding:5px 10px 5px 10px;}
.examples_image h4.title02{color:#feb403;}
.examples_image h4.title03{color:#f23962;}
.examples_image h4.title04{color:#43b6ff;}
.examples_image p{line-height:1.5em;padding:10px 10px 0 10px;margin:0;font-size:0.9em;}
.block small{font-size:1em;padding:0 0 5px 20px;background:url(../images/icon_calendar.gif) no-repeat 0 center;}
.examples_image .block small{margin-left:10px;}
.examples_image .desc{position:absolute;bottom:0;left:0;display:none;}
.examples_image .block{width:100%;background:#111;border-top:1px solid #000;}
.examples_image a.collapse{width:93px;height:27px;background:url(../images/btn_display.gif) no-repeat left top;text-indent:-99999px;position:absolute;top:-27px;right:20px;}
.examples_image a.show{background-position:left bottom;}
/* image_thumb section CSS */
.mune_thumb{width:140px;float:left;/* background:#f0f0f0;border-right:1px solid #fff;border-top:1px solid #ccc; */overflow:hidden; margin-right:10px;}
.mune_thumb img{border:1px solid #ccc;padding:5px;background:#fff;float:left; margin-right:20px;}
.mune_thumb ul{margin:0;padding:0;list-style:none;}
.mune_thumb ul li{color:#333;margin:0;padding:12px 10px;background-color:#EEE;float:left;/* border-bottom:1px solid #ccc;border-top:1px solid #fff;border-right:1px solid #ccc; */}
.mune_thumb ul li.hover{background:#CCC;cursor:pointer;}
.mune_thumb ul li.active{background:#fff;cursor:default;}
.mune_thumb ul li h4{font-size:1.4em;margin:5px 0;padding:0;}
.mune_thumb ul li .block{float:left;margin-left:10px;padding:0;width:200px;}
.mune_thumb ul li p{display:none;}
.show{display:block}

.contact-button-box {
    margin-top: 20px;
}
.contact-button-box button.view-btn:nth-of-type(1) {
  /* background: var(--zhongshang-colormain-light);*/
  background:#fe0000;;
    color: #fff;
}
.contact-button-box button.view-btn:nth-of-type(2) {
    background-color: rgba(0,0,0,0);
    margin-left: 20px;
    border-radius: 8px;
    border:2px solid #fe0000;
    color:#fe0000;
    /*border: 2px solid var(--zhongshang-colormain-light);
    color: var(--zhongshang-colormain-light);*/
}
.contact-button-box button.view-btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    width: 200px;
    height: 60px;
    padding: 0 10px;
    border: none;
    outline: none;
    border-radius: 8px;
    font-size: 20px;
    font-family:'思源黑体';
    font-weight: bold;
    text-align: center;
    line-height: 54px;
}