

body {
    background-image: url('../images/homeback.png');
    width: 100%;
    height: 1080px;
    margin: 0px;
    padding: 0px;
}

.headcontent {
    width: 100%;
    width: 1700px;
    margin: 0 auto;
}

.headtop {
    display: flex;
    flex-direction: row;
    height: 110px;
}

.headtopleft {
    width: 40%;
    text-align: left;
}

.headtopright {
    width: 60%;
}

.headtopright a {
    text-decoration: none;
    color: white;
}

.headtopleft img {
    margin-top: 34px;
    width: 139px;
    height: 42px;
}

ul {
    display: flex;
    justify-content: center; /* Ë®Æ½¾ÓÖÐ */
    list-style-type: none;
    color: #FFFFFF;
    font-size: 16px;
    margin: 0px;
}

    ul li {
        width: 100px;
        height: 110px;
        line-height: 110px;
    }

.active {
    color: #7070D5;
}

.active::after {
    position: relative;
    content: '';
    width: 32px;
    height: 2px;
    top: 14px;
    left: -32px;
    background: #7070D5;
    display: inline-block;
}

.content {
    display: flex;
    flex-direction: row;
    width: 1000px;
    margin: 0 auto;
    margin-top: 140px;
}

.contentleft {
}

    .contentleft img {
        width: 288px;
        height: 573px;
    }

.contentright {
    display: flex;
    flex-direction: column;
    padding-left: 60px;
}

.contentright1 img {
    width: 556px;
    height: 347px;
}

.contentright2 img {
    width: 145px;
    height: 58px;
    margin-right: 57px;
    margin-top: 50px;
}

.imgdiv {
    display:none;
}

.jzimgdiv {
    display: none;
    width: 145px;
    height: 145px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding-top: 8px;
    margin-top: -5px;
}

.imgxcx{
    width:128px;
    height:128px;
}

.gzhimg {
    position: relative;
    top: -314px;
    width: 271px;
    height: 325px;
}


.lhsimgdiv {
    display:none;
    position:relative;
    left:204px;
    width: 145px;
    height: 145px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding-top: 8px;
    margin-top: -5px;
}

.azimgdiv {
    display: none;
    position: relative;
    top: -112px;
    left: 204px;
    width: 145px;
    height: 145px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding-top: 8px;
    margin-top: -5px;
}

.iosimgdiv {
    display: none;
    position: relative;
    top: -112px;
    left: 412px;
    width: 145px;
    height: 145px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding-top: 8px;
    margin-top: -5px;
}