/* 简介模块样式 */

.show_container {
    margin: 0 auto;
    width: 70%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}


/* 右边链接导航样式 */

.show_right {
    width: 16%;
    height: 100%;
    border: 1px solid #ddd
}

.show_right h2 {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.show_right a {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    margin-top: 10px;
    font-size: 14px;
}

.show_right a:hover {
    background-color: #ddd;
    color: #333;
}


/* 左边内容样式*/

.show_left {
    width: 80%;
 
}
.show_left img {
    width: 100%;
}
.show-cont {
    background-image: url(/public/upload/image/bg1.png);
    background-size: 100% 100%;
}

/* 头部 */

.show_header {
    width: 1062px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

.show_header h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    line-height: 60px;
}

.show_header div a {
    line-height: 60px;
    padding: 0 5px;
    color: #999;
}


/* 左边主体内容 */

.show_main {
    padding: 30px 10px;
}

.show_main img {
    max-width: 100%;
    height: auto!important;
}


/* 联系我们样式 */

.contact_us {
    width: 70%;
    margin: 0 auto;
    padding: 40px 0 50px 0;
}

.contact_head {
    display: flex;
    justify-content: space-between;
    height: 61px;
    line-height: 61px;
    border-bottom: 1px solid #ddd;
}

.contact_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}

.contact_head div a {
    margin-right: 5px;
    color: #999;
}


/* 工程案例的样式 */

.project_main {
    padding: 10px 10px;
}

.project_main ul li.list_item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 15px 0 15px 10px;
}

.project_main ul li h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}

.img_list {
    padding: 20px 0;
}

.img_list ul {
    display: flex;
    flex-wrap: wrap;
}

.img_list ul li.show_list {
    width: 20%;
    /* float: left; */
    text-align: center;
    margin-top: 30px;
}

.img_list ul li a.show_a {
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 0;
    width: 192px;
}

.img_list ul li a h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    padding: 10px 10px;
    font-weight: normal;
    border-top: 1px solid #ddd;
}

.img_list ul li a img {
    width: 189px;
    height: 150px;
}

.img_list ul li a img:hover {
    opacity: 0.5;
    filter: alpha(opacity=70);
    -webkit-transition: all .5s;
}