.prodiv {
    width: 1408px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.pptop {
    font-size: 18px;
    color: #383733;
    font-weight: bold;
    display: block;
    width: 100px;
}

.ppbottom {
    font-size: 14px;
    color: #a1a0a0;
    display: block;
    margin-top: -7px;
    width: 100px;
}

.pgdiv {
    overflow: hidden;
    width: 24.7%;
    display: block;
    float: left;
    margin: 0 0.15%;
    position: relative;
}

.primg {
    width: 100%;
    position: relative;
    z-index: 2;
    transition: 1s;
}

.primgs {
    position: absolute;
    left: 0px;
    top: 0px;
	width: 100%;
}

.pgdiv:hover .primg {
    opacity: 0;
}

.pvp {
    display: block;
    overflow: hidden;
    position: relative;
}

.pimg {
    right: 0;
    display: block;
    position: absolute;
    bottom: 7px;
}

.pvp {
    position: relative;
    margin-bottom: 16px;
    width: 1400px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 16px;
}

.newthree {
    width: 1449px;
    height: 275px;
    position: relative;
    margin: auto;
}

.nediv {
    width: 30%;
    margin: 0 1.665%;
    float: left;
}

.nediv:hover {
    color: #30abf9 !important;
}

.nediv:hover .nvpp{
    color: #30abf9 !important;
}

.nediv:hover .npspan{
    color: #30abf9 !important;
}

.nvdiv {
    width: 100%;
    height: 235px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.ngimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nvp {
    font-size: 16px;
    text-align: center;
    margin-top: 16px;
}

.npimg {
    display: inline-block;
    margin-top: -3px;
    margin-left: 7px;
}

.pptops {
    font-size: 18px;
    font-weight: bold;
    margin-right: 70px;
    cursor: pointer;
}

.ppa {
    margin-top: 50px;
    margin-bottom: 39px;
}

.nvpp {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #383733;
}

.npspan {
    font-size: 14px;
    display: block;
    margin-top: 24px;
    color: #383733;
}

.psactive {
    font-size: 26px;
    color: #30abfa;
}

/* 视频 */
.video_case {
    width: 100%;
    height: 45vw;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.main_video {
    width: 81%;
    height: 100%;
    margin: 0 auto;
}

.video-one {
    width: 100%;
    height: 100%;
}

.btn_video {
    position: absolute;
    top: 4%;
    right: 4%;
    cursor: pointer;
    width: 28px;
    height: 28px;
    color: white;
    font-size: 28px;
}

.newthrees {
    width: 1449px;
    position: relative;
    margin: auto;
    height: 327px;
    display: none;
    margin-bottom: 75px;
}

#barba-wrapper{
	margin-top:94px;
}

@media screen and (max-width: 1680px) {
    .pvp {
        width: 1200px;
    }

    .prodiv {
        width: 1200px;
    }

    .newthree {
        width: 1240px;
    }

    .newthrees {
        width: 1240px;
    }
}

/* foot */

.footdiv {
    width: 1294px;
    margin: auto;
    overflow: hidden;
    margin-top: 45px;
    border-bottom: 1px solid #dcdcdc;
}

.fvleft {
    width: 201px;
    display: block;
    float: left;
    overflow: hidden;
}

.ftimg {
    display: block;
    margin-top: 40px;
}

.fgp {
    color: #666665;
    font-size: 14px;
    margin-top: 38px;
}

.fgpp {
    font-size: 22px;
    font-weight: bold;
}

.fvright {
    width: 232px;
    float: right;
    position: relative;
}

.fvback {
    background: #f5f5f5;
    width: 100%;
    position: relative;
    overflow: hidden;
    /* margin-top: 75px; */
}

.ftewm {
    float: right;
}

.fmfour {
    width: 100%;
    height: 44px;
    position: relative;
    float: right;
    margin-top: 27px;
    margin-bottom: 42px;
}

.frimg {
    display: block;
    float: left;
    margin-left: 14px;
}

.fvcenter {
    width: 692px;
    position: relative;
    float: right;
    margin-right: 1.45%;
}

.fvbt {
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
}

.frdiv {
    width: 173px;
    overflow: hidden;
    float: left;
    text-align: center;
}

.ftpp {
    font-size: 12px;
    color: #9f9f9e;
    line-height: 28px;
    display: block;
}

.ftpp:hover {
    color: #30abf9;
}

.frbottom {
    height: 75px;
    width: 1294px;
    margin: auto;
    font-size: 14px;
    color: #666665;
    line-height: 62px;
    padding-left: 34px;
}

.fgb{
	display: none !important;
}

.ffrrdiv{
	display: block;
}

.ffrrdiv:hover .fga{
	display: none !important;
}

.ffrrdiv:hover .fgb{
	display: block !important;
}

@media screen and (max-width: 1680px) {
    .footdiv {
        width: 1200px;
    }

    .frbottom {
        width: 1200px;
        padding-left: 0px;
    }
	
	#barba-wrapper{
		margin-top:79px;
	}
}

@media screen and (max-width: 1024px) {
    .banner .ban-text {
        top: 55%;
    }

    .pvp {
        width: 900px;
    }

    .prodiv {
        width: 900px;
    }

    .newthree {
        width: 930px;
    }

    .newthrees {
        width: 930px;
    }
}

@media screen and (max-width: 1024px) {
    .footdiv {
        width: 900px;
    }
}

@media screen and (max-width: 420px) {
    .banner .tit {
        font-size: 12px;
    }

    .banner .con {
        font-size: 8px;
        width: 287px;
        line-height: 13px;
    }

    .banner .ban-view {
        width: 287px;
        margin-left: 30%;
        transform: translate(-50%,-50%);
		margin-top:65px;
    }

    .banner .ban-more {
        width: 80px;
        height: 20px;
        margin-top: 8px;
    }

    .banner {
        height: 100%;
    }

    .banner img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .barba-container{
        width: 100%;
        /* height: 678px; */
    }

    .banner .ban-text {
        top: 50%;
    }

    .pvp{
        width:90%;
        margin-bottom: 15px;
    }

    .prodiv {
        width: 90%;
    }

    .pgdiv {
        width: 48%;
        margin: 0 1%;
        margin-bottom: 7px;
    }

    .newthree {
        width: 90%;
    }

    .nediv {
        width: 48%;
        margin: 1%;
        margin-bottom: 15px;
    }

    .nvdiv {
        height: 155px;
    }

    .ngimg{
        width:45px;
    }

    .nvp{
        margin-top: 8px;
        margin-bottom: 16px;
        font-size: 15px;
    }

    .psactive {
        font-size:15px;
    }

    .pptops{
        margin-right: 15px;
        font-size:15px;
    }

    .pimg{
        width: 65px;
    }

    .newthrees {
        width: 90%;
    }

    .nvpp{
        font-size: 14px;
    }

    .npspan{
        margin-top: 0px;
		font-size: 14px;
    }
	
	#barba-wrapper {
	    margin-top: 58px;
	}
}

@media screen and (max-width: 375px) {
    .barba-container{
        /* height: 609px; */
    }
}

@media screen and (max-width: 360px) {
    .barba-container{
        /* height: 582px; */
    }
}

@media screen and (max-width: 320px) {
    .barba-container{
        /* height: 510px; */
    }
}