.aboutph-container{
	width: 100%;
	overflow: hidden;
}
.aboutph-top,.aboutph-cont,.aboutph-botm{
	width: 100%;
	margin-bottom: 2vh;
}
.zhengce3-aboutph{
	font-size: 20px;
    font-weight: normal;
    opacity: 0.8;
    width: 17vw;
    text-align: center;
    margin: 0 auto;
}
.aboutph-top-con{
    width: 100%;
    margin: 0 auto;
    margin-top: 2vh;
    border-top: 1px solid #ccc;
    font-size: 3vw;
    padding: 4vw;
    box-sizing: border-box;
    line-height: 6vw;
    color: #676767;
}
.aboutph-top-con img{
    display: block;
    width: 90%;
    float: none;
    margin: 0 auto;
}
.aboutph-botm-con{
	width: 100vw;
	margin: 4vh auto !important;
    position: relative;
    background-color: #eee;
}
.aboutph-botm-con img{
    width: 90%;
    height: auto;
    margin: 2vh auto;
}

.aboutph-info{
    width: 100%;
    display: none;
}
.aboutph-show{
    width: 100%;
    height: 5vh;
    line-height: 5vh;
    text-align: center;
    font-size: 3vw;
    color: #8a8a8a;
    border-top: 1px solid #ccc;
    margin-top: 2vh;
    position: relative;
}
.aboutph-hide{
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0 !important;
}
.aboutCenter{
    background: url(../img/aboutbg.png) center top no-repeat;
    background-size: contain;
    width: 100%;
    height: 55vw;
}