﻿
.news-detail-title {
    width: 1200px;
    margin: 0 auto;
    height: 160px;
    text-align: center;
}

    .news-detail-title h2 {
        font-size: 30px;
        padding-top: 80px;
        font-weight: bold;
        color: #2193E0;
        letter-spacing: 3px;
    }

    .news-detail-title p {
        padding-top: 15px;
        padding-bottom: 25px;
    }

        .news-detail-title p span {
            display: inline-block;
            margin-right: 40px;
            font-size: 13px;
            color: #898989;
        }

.onetitle {
    width: 1200px;
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
    color: black;
    margin-top: 50px;
    padding-top: 50px;
    margin-bottom: 10px;
}

.twotitle {
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
    color: #898989;
}

.onecontent {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
    font-size: 18px;
    color: #999999;
}

.flex-wrap {
    width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    margin-top: 50px;
}


.qhlcdiv {
  width:100%;
  background-color:#f4f6f9;
}

.qhlcimgdiv {
    width: 80vw;
    margin: auto; 
    text-align: center;
    margin-top: 50px;
    position:relative;
}

.qhlcimg {
    width: 80%;
    margin: auto;
}

.qhlcjt01 {
    position: absolute;
    top: 43%;
    left: 15vw;
}

.qhlcjt02 {
    position: absolute;
    top: 43%;
    left: 29vw;
}
.qhlcjt03 {
    position: absolute;
    top: 43%;
    left: 52vw;
}
.qhlcjt04 {
    position: absolute;
    top: 43%;
    left: 62vw;
}

.qhlcjt {
    animation: leftIn2 1s linear infinite;
}


@keyframes leftIn2 {
    0% {
        margin-left: 0%;
    }

    50% {
        margin-left: 1%;
    }

    100% {
        margin-left: 0%;
    }
}
.pagediv {
    width: 1200px;
    margin: auto;
}


.hxpagediv {
    margin-top: 50px;
    width: 1200px;
    padding-bottom: 50px;
}

.hxleftdiv {
    width: 50%;
}

.hxrightdiv {
    width: 50%;
}

.yhimg {
    float: left;
    text-align: right;
    height: 35px;
}

.hxtitle {
    float: left;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    line-height: 70px;
    margin-left: 20px;
}

.hxcontent {
    clear: both;
    text-align: left;
    font-size: 17px;
    margin-left: 70px;
    color: #b7b7b7;
    line-height: 30px;
    width: 72%;
}


.ywlcpage {
    background: url('/images/windowsl/ywlcbg.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 30px;
    padding-bottom: 120px;
}




.yylcdiv {
    margin-top: 80px;
}

.Ywflex-wrap {
    width: 60vw;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    margin-top: 50px;
}

.yylcitem {
    width: 25%;
    border-radius: 15px;
    background-image: linear-gradient(#ffffff, #f5f5f5);
    box-shadow: 2px 8px 12px 2px rgb(181 189 201 / 50%);
}

    .yylcitem:hover {
        background-image: linear-gradient(#59ccff, #1e5efa);
        color: white;
    }

.yylcjt {
    width: 4%;
    line-height: 205px;
}

    .yylcjt img {
        animation: leftIn 1s linear infinite;
    }


.yylcjtleft {
    width: 4%;
    line-height: 205px;
    -moz-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}


    .yylcjtleft img {
        animation: leftIn 1s linear infinite;
    }

.yylcjtdown {
    -moz-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    margin: auto;

    animation: leftUp 1s linear infinite;
     
}


@keyframes leftIn2 {
    0% {
        margin-left: 0%;
    }

    50% {
        margin-left: 1%;
    }

    100% {
        margin-left: 0%;
    }
}



@keyframes leftIn {
    0% {
        margin-left: 0%;
    }

    50% {
        margin-left: 20%;
    }

    100% {
        margin-left: 0%;
    }
}


@keyframes leftUp {
    0% {
        margin-top: 0%;
    }

    50% {
        margin-top:6%;
    }

    100% {
        margin-top: 0%;
    }
}

.yylcitemimg {
    margin: auto;
    padding-top: 50px;
    text-align: center;
}


.yylcitemtitle {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 30px;
}

.hjlcdiv {
    width: 60vw;
    margin: auto
}

.lcmidimg {
    float: right;
    text-align: center;
    height: 86px;
    width: 25%;
}
.pagediv {
    width: 1200px;
    margin: auto;
}

.hxitemlist {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    height: 1150px;
    padding-bottom: 100px;
}
.hxpage {
    height:2000px;
}
.hxgltext {
    padding: 50px;
}
.hxitem {
    width: 40%;
    float: left;
    height: 180px;
    /* background-image: linear-gradient(#ffffff,#f5f5f5); */
    border-radius: 5px;
    margin-top: 5%;
    padding: 2%;
    border: solid 1px #b7b7b7;
}

    .hxitem:hover {
        box-shadow: -3px 6px 7px 1px #dedede;
    }

.hxitemjg {
    margin-left: 4vw;
}

.hxitemimg {
    width: 100%;
    text-align: center;
}

    .hxitemimg img {
        margin-left: 5%;
        float: left;
    }

.hxitemcontent {
    width: 100%;
}

.hxitemtitle {
    padding-top: 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;
    width: 70%;
    float: left;
    margin-left: 15px;
}

.hxitemtitle2 {
    clear: both;
    padding-top: 15px;
    font-size: 14px;
    color: #898989;
    line-height: 23px;
}
