p {
    margin: 0;
    padding: 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.swiper-container {
    width: 100%;
}

.swiper-slide img {
    width: 100%;
}

.swiper-pagination {
    bottom: 5px !important;
    text-align: right !important;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #fec619 !important;
}

.topimgcon {
    width: 100%;
}

.topimgcon img {
    width: 100%;
}

.middlecon {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.carcon {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.carcon img {
    display: inline-block;
    width: 70%;
}

.mscon {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.y1 {
    text-align: center;
    flex: 1;
}

.y1 img {
    display: inline-block;
    width: 90%;
}

.y2 {
    text-align: center;
    flex: 1;
}

.y2 img {
    display: inline-block;
    width: 90%;
}

.y3 {
    text-align: center;
    flex: 1;
}

.y3 img {
    display: inline-block;
    width: 90%;
}

.y4 {
    text-align: center;
    flex: 1;
}

.y4 img {
    display: inline-block;
    width: 90%;
}

.yttile {
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    margin-top: 22px;
    width: 90%;
}

.ydescript {
    font-size: 12px;
    display: inline-block;
    color: #999999;
    margin-top: 10px;
    text-align: justify;
    width: 90%;
}

.aboutoutcon {
    width: 100%;
    background: #3a3a3a;
    overflow: hidden;
}

.aboutcon {
    width: 100%;
    margin: 0 auto;
}

.rightabout {
    background: url("../images/shade1.jpg");
    width: 100%;
}

.shade2 {
    position: absolute;
    top: 0;
    background: url("../images/shade2.jpg");
    right: 0px;
}

.rightaboutinfo {
    width: 100%;
}

.homeaboutcon {
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

.homeaboutcon img {
    display: inline-block;
    width: 70%;
}

.companytext {
    margin-top: 16px;
    color: #fff;
    line-height: 18px;
    padding: 0px 20px 20px;
}

.newscon {
    width: 100%;
    margin: 20px auto 20px;
    overflow: hidden;
}

.newstitle {
    text-align: center;
}

.newstitle img {
    display: inline-block;
    width: 70%;
}

.newslistcon {
    width: 100%;
    margin-top: 10px;
}

.newslistcon li {
    width: 33.33%;
    float: left;
    text-align: center;
}

.newslistcon li:first-child {
    margin-left: 0px;
}

.newslistcon li img {
    width: 80%;
    height: 25vw;
    border: 3px solid #c3c3c3;
    display: inline-block;
}

.titletext {
    display: inline-block;
    width: 90%;
    font-size: 12px;
    text-align: justify;
    color: #333333;
    margin-top: 5px;
}

.newsinfo {
    display: inline-block;
    width: 90%;
    font-size: 12px;
    text-align: justify;
    color: #999999;
    margin-top: 5px;
    overflow: hidden;
}