.video-play {
    width: 7.2rem;
    height: 4rem;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    overflow: hidden;
}

.video-play .item {
    position: relative;
    height: 4rem;
}

.video-play .item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play .slick-dots {
    bottom: .2rem;
}

.video-play .play-now {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: url(../images/play.png)no-repeat center;
    background-size: contain;
    z-index: 9;
    width: 15%;
    height: 15%;
}

.video-play .video {
    width: 100%;
    height: 4rem;
}

.xbanner {
    width: 100%;
}

.xbanner img {
    width: 100%;
    display: block;
}

.detail {
    display: flex;
    justify-content: space-between;
}

.detail .articleBox {
    width: 75%;
}

.detail .recommend {
    width: 20%;
    display: flex;
    flex-direction: column;
    padding-top: 1.8rem;
}

.detail .recommend .item {
    width: 100%;
}
.detail .recommend .item .pic{
    width: 100%;
    height: 1.6rem;
}

.detail .recommend .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.txt-content {
    padding: 1rem 0 0 0;
}

.txt-content p {
    font-size: .24rem;
}

.txt-content img {
    width: 100%;
}

.txt-content video {
    background-color: #000;
    width: 100%;
    max-height: 6rem;
    object-fit: contain;
}

.btnList {
    display: flex;
    flex-direction: column;
    padding: .4rem 0;
}

.dingwei {
    margin-top: .9rem;
    margin-bottom: .6rem;
}

.dingwei .text {
    margin-left: .7rem;
}




.yizhan {
    background: url(../images/bg43.jpg)no-repeat center;
    overflow: hidden;
    padding: .7rem 0;
    background-size: cover;
}

.yizhan .txt {
    padding-left: 1.6rem;
}

.yizhan .txt .t1 {
    font-size: .36rem;
    line-height: 1.5;
}

.yizhan .txt .t2 {
    font-size: .42rem;
    line-height: 1.5;
}

.yizhan .pic img {
    width: 5.95rem;
}

.listBox {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.recommend-list {
    display: flex;
    flex-direction: column;
}

.itemList {
    display: flex;
    flex-wrap: wrap;
}

.itemList li {
    width: 25%;
    padding: .1rem;
}

.itemList li .pic {
    width: 100%;
    height: 2rem;
}

.itemList li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.liu {
    background-color: #f5f7fa;
    overflow: hidden;
    padding-bottom: 1.2rem;
}

.liu ul {
    margin-top: .6rem;
}

.liu li {
    width: 32%;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    padding-left: .5rem;
    height: 2.4rem;
    margin-top: .3rem;
    overflow: hidden;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
}

.liu li::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #252525;
    opacity: .3;
    z-index: 1;
}
.liu li a{
    z-index: 2;
}

.liu .iconFlex {
    align-items: center;
    display: flex;

}

.liu .iconFlex h3 {
    font-size: .3rem;
    margin-left: .2rem;
    color: #fff;

}

.liu .icon {
    width: .61rem;
    height: .61rem;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}


.liu .txt {
    margin-top: .15rem;
    color: #fff;
}



.liu .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
    z-index: 2;
    padding: .4rem .4rem 0 .4rem;
    opacity: 0;
}

.liu .text .t1 {
    margin-top: .2rem;
}

.liu .text .more {
    background: url(../images/arrow.png)no-repeat left center;
    height: .15rem;
    background-size: auto 100%;
    margin-top: .3rem;
}

.moreFw {
    display: flex;
    margin-bottom: .6rem;
}

.moreFw li {
    width: 24%;
    height: 2.4rem;
    margin: .5%;
}

.moreFw li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.moreFw li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moreFw li a .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(37, 165, 216, 0.603);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 1s;
}

.moreFw li a .txt h4 {
    color: #fff;
    font-size: .32rem;
    letter-spacing: .1rem;
}

.moreFw li a:hover .txt {
    opacity: 1;
}

.kehu-project {
    width: 100%;
}

.kehu-project h3 {
    text-align: center;
    font-size: .24rem;
}

.kehu-project .public-title {
    margin-top: 0;
}

.kehu-project .recommend-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: .6rem;
}

.kehu-project .recommend-list .item {
    width: 24%;
    margin: 0 .5%;
}

.kehu-project .recommend-list .item .pic {
    width: 100%;
}

.kehu-project .recommend-list .item .pic img {
    width: 100%;
}

.block {
    height: 1.2rem;
    width: 100%;
}

.project-detail {
    margin-top: .4rem;

}

.pro-introduce {
    width: 100%;
    display: flex;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 10px 0 #ccc;
}

.pro-introduce .imgBox {
    width: 40%;
    height: 4rem;
    object-fit: cover;
    padding: .1rem;
}

.pro-introduce .imgBox img {
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
    display: block;
    object-fit: cover;

}

.pro-introduce .pro-txtBox {
    padding: .1rem .2rem;
    flex: 2;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 10px 10px 0;


}

.pro-introduce .pro-txtBox h2 {
    font-size: .36rem;
    margin: .2rem 0;
    margin-top: .3rem;
}

.pro-introduce .pro-txtBox .labList {
    display: flex;
    margin-top: .1rem;
}

.pro-introduce .pro-txtBox .labList span {
    padding: 0rem .08rem;
    color: #fff;
    border-radius: 4px;
    font-size: .12rem;
    margin-right: .1rem;
    color: #1e80a7;
    border: 1px solid #eea562;
    color: #eea562;

}

.pro-introduce .pro-txtBox p {
    font-size: .2rem;
}

.contactWe {
    width: 1.6rem;
    height: .5rem;
    border-radius: 6px;
    border: none;
    outline: none;
    background-color: rgb(84, 186, 226);
    color: #fff;
    font-size: .18rem;
    margin-bottom: .2rem;
    margin-top: .2rem;
}

.contactWe:hover {
    background-color: rgb(26, 133, 175);
}

.pro-detail {
    width: 100%;
    border: 1px solid #f0f0f0;
    margin-top: .6rem;
    min-height: 2rem;
}

.pu-tit {
    display: flex;
    background-color: #f0f0f0;
}

.pu-tit h3 {
    margin: 0;
    padding: .2rem .6rem;
    border-top: 2px solid rgb(84, 186, 226);
    background-color: #fff;
    font-size: .24rem;
}

.pro-txt {
    width: 100%;
    padding: 1rem .4rem;
    box-sizing: border-box;

}

.pro-txt p {
    font-size: .22rem;
}

.pro-txt img {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.pro-txt video {
    display: block;
    background-color: #000;
    width: 80%;
    margin: 0 auto;
    max-height: 6rem;
    object-fit: contain;
}

.formPop{
    width: 600px;
    padding: .3rem .1rem;
    border-radius: 10px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../images/bg1.jpg);
    background-size: cover;
}
.formPop .closeBtn{
    position: absolute;
    right: 2%;
    top: 2%;
}
.formPop .closeBtn img{
    width: 30px;
}
.formPop h3{
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.formPop .ipt{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #fff;
}
.formPop .ipt.nocenter{
    align-items: flex-start;
}
.formPop .ipt.nocenter .icon{
    opacity: 0;
}
.formPop .ipt.nocenter textarea{
    background-color: #f8f8f8;
    flex: 2;
    border-radius: 4px;
    padding: 20px ;
    box-sizing: border-box;
    height: 120px;
}
.formPop .formBox{
    width: 80%;
    margin: 0 auto;
}
.formPop .ipt .icon{
    width: .8rem;
    margin-right: .2rem;
}
.formPop .ipt input{
    border-bottom: 1px solid #ffffff;
    flex: 2;
    height: 60px;
    font-size: 18px;
    background-color: transparent;
    color: #fff;
}
.formPop .ipt input::placeholder{
    color: #fff;
    font-size: 16px;
}
.formPop  .submit{
    display: block;
    margin: 0 auto;
    width: 40%;
    height: 40px;
    border-radius: 6px;
    border: none;
    outline: none;
    background-color: rgb(252, 157, 33);
    color: #fff;
    font-size: 18px;
}
.formPop  .submit:hover{
    background-color: rgb(255, 145, 0);
}

@media (min-width:1025px) {
    .liu li:hover .text {
        opacity: 1;
    }

}

@media (max-width:1199px) {
    .video-play {
        width: 8rem;
        height: 5rem;
    }

    .video-play .video {
        height: 5rem;
    }

    .video-js .vjs-big-play-button {
        width: .88rem;
        height: .88rem;
    }

    .liu .text {
        display: none;
    }

    .liu li {
        height: 3.6rem;
        width: 49%;
    }

    .liu .icon {
        width: .9rem;
        height: .9rem;
    }

    .detail {
        flex-direction: column;
    }

    .detail .articleBox {
        width: 100%;
    }

    .detail .recommend {
        width: 100%;
        padding-top: .4rem;
    }

    .recommend-list {
        width: 100%;
        flex-direction: row;
    }

    .detail .recommend .recommend-list .item {
        width: 32%;
        margin: 0 0.5%;
    }
    .detail .recommend .item .pic{
        width: 100%;
        height: 2.8rem;
    }
    

    .dingwei {
        display: flex;
        flex-direction: column;
    }

    .dingwei .text {
        margin: 0;
    }

    .dingwei .video-play {
        width: 100%;
        height: auto;
    }

    .dingwei .video-play .item {
        width: 100%;
        height: auto;
    }
    .itemList li {
        width: 33%;
        padding: .1rem;
    }
    .itemList li .pic {
        width: 100%;
        height: 3.2rem;
    }
    .block {
        display: none;
    }
}

@media (max-width:950px) {
    .video-play {
        width: 9rem;
        height: 5.8rem;
    }

    .video-play .video {
        height: 5.8rem;
    }

    .liu .icon {
        width: 1.2rem;
        height: 1.2rem;
    }

    .pro-introduce {
        flex-direction: column;
    }

    .pro-introduce .imgBox {
        width: 100%;
        height: 300px;
    }

    .pro-introduce .imgBox img {
        border-radius: 10px;
    }

    .pro-introduce .pro-txtBox h2 {
        font-size: .46rem;
    }

    .pro-introduce .pro-txtBox .labList span {
        font-size: .26rem;
    }

    .pro-introduce .pro-txtBox p {
        font-size: .3rem;
    }

    .contactWe {
        font-size: .4rem;
        width: 2.4rem;
        height: 0.8rem
    }

    .pu-tit h3 {
        font-size: .32rem;
    }

    .moreFw li {
        height: 3rem;
    }

    .moreFw li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
    }

    

    .pro-txt p {
        font-size: .3rem;
    }
    .itemList li .pic {
        width: 100%;
        height: 8rem;
    }
    .itemList.lielist li .pic {
        width: 100%;
        height: 3rem;
    }
}

@media (max-width:767px) {
    .itemList li {
        width: 100%;
        padding: .1rem;
    }
    .itemList li h4,
    .itemList li .flex span,
    .itemList li .flex div{
        font-size: 14px;
    }
    .video-play {
        width: 100%;
        height: 10rem;
    }

    .video-play .video {
        height: 10rem;
    }

    .video-play .item {
        height: 10rem;
    }

    .dingwei .text {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .video-js .vjs-big-play-button {
        width: 1.2rem;
        height: 1.2rem;
    }

    .txt-content p {
        font-size: 14px;
    }

    .pro-txt {
        font-size: 14px;
    }

    .detail .recommend .recommend-list {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .detail .recommend .recommend-list .item {
        width: 48%;
    }
    .detail .recommend .item .pic{
        width: 100%;
        height: 4.8rem;
    }
    .itemList.lielist li{
        width: 50%;
    }
    .itemList.lielist li .pic {
        
        height: 4.8rem;
    }

    .txt-content video {
        max-height: none;
    }

    .pro-txt video {
        max-height: none;
    }

    .kehu-project .recommend-list .item {
        width: 49%;
        margin: 0 .5%;
    }

    .liu .iconFlex h3 {
        font-size: 14px;
    }

    .pro-introduce .pro-txtBox h2 {
        font-size: 20px;
    }

    .pro-introduce .pro-txtBox .labList span {
        font-size: 12px;
    }

    .pro-introduce .pro-txtBox p {
        font-size: 14px;
    }

    .pro-txt p {
        font-size: 14px;
    }

    .contactWe {
        font-size: 16px;
        width: 120px;
        height: 40px;
    }

    .pu-tit h3 {
        font-size: 18px;
    }
    .pro-txt img{
        width: 100%;
    }
    .pro-txt video{
        width: 100%;
    }
    .pro-introduce .pro-txtBox{
        padding: 10px;
        box-sizing: border-box;
    }
    .formPop{
        width: 90%;
    }
    .formPop .formBox{
        width: 90%;
    }
   
}

@media (max-width:480px) {
    .video-js .vjs-big-play-button {
        width: 2rem;
        height: 2rem;
    }

    .liu li {
        width: 100%;
        padding: .8rem;
        height: 8rem;
        border-radius: 10px;
        margin-top: .8rem;
    }

    .liu .icon {
        width: 2rem;
        height: 2rem;
    }

    .liu .txt {
        margin-top: .6rem;
    }

    .detail .recommend .recommend-list .item {
        width: 100%;
    }
    .detail .recommend .item .pic{
        width: 100%;
        height: 10rem;
    }

    .moreFw{
        flex-wrap: wrap;
    }
    .moreFw li{
        width: 49%;
        height: 6rem;
    }
    .formPop .submit {
       width: 100%;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .formPop .ipt input {
        height: 45px;
        padding:0 10px;
        box-sizing: border-box;
    }
    .moreFw li a .txt h4{
        font-size: 24px;
    }
    .moreFw li a .txt{
        opacity: 1;
    }
    .itemList.lielist li{
        width: 100%;
    }
    .itemList.lielist li .pic {
        
        height: 10rem;
    }
}