.picscont {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 50px 0 80px 0;
}
.picst {
    width: 70%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    line-height: 150%;
    margin: 0 auto;
    text-align: center;
}
.picst2 {
    width: 70%;
    height: auto;
    overflow: hidden;
    font-size: 26px;
    line-height: 150%;
    margin: 15px auto;
    text-align: center;
}
.picsc {
    width: 70%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 200%;
    margin: 0 auto;
    padding-top: 30px;
}
.picscont_en {
    padding: 60px 0;
}
.picscont_en .picst {
    font-size: 24px;
}
.picscont_en .picst2 {
    font-size: 20px;
}
.picscont_en .picsc {
    font-size: 14px;
    line-height: 180%;
}
.picsbox {
    width: 74%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    margin: 60px auto 30px auto;
}
.pic {
    width: 28%;
    height: 250px;
    margin: 0 2.5% 60px 2.5%;
    float: left;
    background: #f5f5f5;
}
.pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.piclist {
    display: none;
}

.pbox {
    width: 70%;
    height: auto;
    overflow: hidden;
    margin: 50px auto 30px auto;
}
.pcol {
    width: 21%;
    padding: 1%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 2%;
}
.pic2 {
    height: auto;
    padding: 20px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}
.pic2 img {
    display: block;
    width: 100%;
    height: auto;
}

.pic2 span {
    display: block;
    height: auto;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0 10px 0;
    text-align: center;
}
.pic2:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.pic2:hover .span {
    color: #c60000;
}

.plist {
    width: 1400px;
    height: auto;
    overflow: hidden;
    margin: 50px auto 30px auto;
    padding: 20px 0;
}
.plist a {
    display: block;
    width: 310px;
    height: 410px;
    float: left;
    margin: 0 20px 40px 20px;
    background: #fff;
    text-decoration: none;
}
.plist a:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.plist p {
    display: block;
    width: 230px;
    height: 250px;
    margin: 30px 25px 20px 25px;
    padding: 15px;
    overflow: hidden;
}
.plist p img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.plist span {
    display: block;
    height: 50px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    font-size: 16px;
}
.plist_en span {
    font-size: 14px;
    line-height: 24px;
}
.plist2 a {
    height: 360px;
}
.plist2 p {
    width: 250px;
    height: 180px;
    margin: 30px 20px 20px 20px;
    padding: 10px;
    overflow: hidden;
}
.plist2 span {
    height: 75px;
}



@media screen and (max-width: 1450px) {
	.pic {
        height: 180px;
    }
    .pic2 span {
        font-size: 12px;
        line-height: 20px;
        padding-bottom: 0;
    }
}