
/* 更多展示 */
.gdzs-part {
    margin: 50px auto 30px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.gdzs-part .gdzs-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
.gdzs-part .gdzs-wrap .gdzs-title {
    padding-bottom: 50px;
    line-height: 44px;
    color: #333;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
}
.gdzs-part .gdzs-wrap .gdzs-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
}
.gdzs-part .gdzs-wrap .gdzs-list .gdzs-item {
    margin-bottom: 24px;
    width: 282px;
    height: 234px;
    background-color: #f5f5f5;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    position: relative;
    box-sizing: border-box; 
}
.gdzs-item .gdzs-box .gdzs-icon-list {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    position: relative;
}
.gdzs-item .gdzs-box .gdzs-icon-list img {
    display: none;
    width: 100%;
    height: 100%;
}
.gdzs-item .gdzs-box .gdzs-icon-list .gdzs-icon-pic {
    display: block;
}
.gdzs-item .gdzs-box .gdzs-icon-list .gdzs-icon-hover {
    display: none;
}
.gdzs-item .gdzs-box .gdzs-name {
    margin-top: 15px;
    color: grey;
    font-size: 20px;
    text-align: center;
}
.gdzs-part .gdzs-wrap .gdzs-list .gdzs-item:hover {
    background-color: #b96864;
    transform: rotate3d(-1.4, 2.6, -0.2, 25deg);
    -webkit-transform: rotate3d(-1.4, 2.6, -0.2, 25deg);
    -moz-transform: rotate3d(-1.4, 2.6, -0.2, 25deg);
    -ms-transform: rotate3d(-1.4, 2.6, -0.2, 25deg);
    -o-transform: rotate3d(-1.4, 2.6, -0.2, 25deg);
    border-right-width: 4px;
    border-right-style: solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 25px 47px -17px rgba(0, 0, 0, 0.64);
}

.gdzs-item:hover .gdzs-box .gdzs-icon-list .gdzs-icon-pic {
    display: none;
}
.gdzs-item:hover .gdzs-box .gdzs-icon-list .gdzs-icon-hover  {
    display: block; 
}
.gdzs-item:hover .gdzs-box .gdzs-name {
    color: #fff;
}
.gdzs-item .gdzs-box .gdzs-name { color: #fff; }
.gdzs-item:hover .gdzs-box .gdzs-name { color: fff; }
.gdzs-part .gdzs-wrap .gdzs-list .whys-item { background-color: #2e7cc5; }
.gdzs-part .gdzs-wrap .gdzs-list .whys-item:hover { background-color: #2e7cc5; border-right-color: #2a6fb0; border-bottom-color: #2a6fb0; }
.gdzs-part .gdzs-wrap .gdzs-list .fywh-item { background-color: #a27b4e; }
.gdzs-part .gdzs-wrap .gdzs-list .fywh-item:hover { background-color: #a27b4e; border-right-color: #775a39; border-bottom-color: #775a39; }
.gdzs-part .gdzs-wrap .gdzs-list .jcrw-item { background-color: #c33f3f; }
.gdzs-part .gdzs-wrap .gdzs-list .jcrw-item:hover { background-color: #c33f3f; border-right-color: #7a2525; border-bottom-color: #7a2525; }
.gdzs-part .gdzs-wrap .gdzs-list .mstc-item { background-color: #ea8d3f; }
.gdzs-part .gdzs-wrap .gdzs-list .mstc-item:hover { background-color: #ea8d3f; border-right-color: #a7642d; border-bottom-color: #a7642d;  }
.gdzs-part .gdzs-wrap .gdzs-list .mcmz-item { background-color: #7f9e40; }
.gdzs-part .gdzs-wrap .gdzs-list .mcmz-item:hover { background-color: #7f9e40; border-right-color: #586d2d; border-bottom-color: #586d2d; }
.gdzs-part .gdzs-wrap .gdzs-list .jcnj-item { background-color: #7e5991; }
.gdzs-part .gdzs-wrap .gdzs-list .jcnj-item:hover { background-color: #7e5991; border-right-color: #523b5e; border-bottom-color: #523b5e; }
.gdzs-part .gdzs-wrap .gdzs-list .gmyz-item { background-color: #b96864; }
.gdzs-part .gdzs-wrap .gdzs-list .gmyz-item:hover { background-color: #b96864; border-right-color: #894d4a; border-bottom-color: #894d4a; }
.gdzs-part .gdzs-wrap .gdzs-list .spjc-item { background-color: #55997f; }
.gdzs-part .gdzs-wrap .gdzs-list .spjc-item:hover { background-color: #55997f; border-right-color: #3a6a58; border-bottom-color: #3a6a58; }

/* 返回首页 */
.return-part {
    margin: 30px auto;
    width: 100%;
    text-align: center;
}
.returnBlock {
    margin: 0 auto;
    display: block;
    width: 300px;
    height: 70px;
    line-height: 70px;
    color: #b96864;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #b96864;
    border-radius: 6px;
}
.returnBlock:hover {
    color: #fff;
    background-color: #b96864;
}
.foot-part { padding: 30px 0; color: #333; font-size: 15px; text-align: center; border-top: 1px solid #000; background: url(/images/20230703_footer_bg.png) top center no-repeat; }
.foot-wrap { margin: 0 auto; width: 1200px; display: flex; justify-content: space-between;  }
.foot-wrap .left-box { padding: 14px 20px; padding-left: 0; line-height: 29px; text-align: left; }
.foot-wrap .left-box p { color: #000; }
.foot-wrap .right-box .right-box-pic { float: right; margin-left: 30px; }
.foot-wrap .right-box .right-box-pic img { display: block; width: 100px; }
.foot-wrap .right-box .right-box-pic .qrcode-jlb { margin-top: 5px; margin-bottom: 2px; width: 90px; }