@charset "utf-8";
@font-face {
    font-family: 'sy';
    src: url('/style/fonts/sySong.woff');
    font-style: normal;
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    border: none;
    list-style: none;
    text-decoration: none;
}

/* pic£ºpadding-top */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .pic>img {
    transform: scale(1.05);
}

.modulepic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.modulepic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

a:hover .modulepic img {
    transform: scale(1.05);
}

/* Çå³ı¸¡¶¯ */
.moduleClear:after {
    content: "";
    display: block !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}



/* tit */
.tit {
    text-align: center;
    position: relative;
    margin-bottom: .4rem;
    background: url(/images/tit-line.png) no-repeat 49% 70%;
    background-size: 1.6rem !important;
}

.tit h3 b {
    font-family: 'sy';
    display: block;

    font-size: .4rem;
    font-weight: bold;
    color: #3D3D3D;
    margin-bottom: .1rem;
}


.tit h3 span {
    font-size: .18rem;
    font-weight: bold;
    color: #3A82FA;

    font-family: 'sy';
}

.tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    width: .47rem;
    line-height: .47rem;
    background: url(/images/more.png) no-repeat;
    background-size: 100% 100%;
    color: #3A82FA;
    font-size: .12rem;
    transition: all 0.5s;
    text-align: center;
}

.tit a:hover {
    opacity: 0.7;
}

.w16 {
    max-width: 1600px;
    margin: 0 auto;
}

/* foot */
.foot {
    background: url(/images/f-bg.png) no-repeat center top;
    background-size: cover;
    padding: .45rem 0;
}

.foot .w16 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.f-l p {
    font-size: .16rem;
    line-height: .3rem;
    color: #FFFFFF;
    margin-top: .1rem;
}

.f-r a {
    font-size: .16rem;
    line-height: .3rem;
    color: #FFFFFF;
    display: block;
    margin-top: .1rem;
}

.f-lg a img {
    display: block;
    width: 4.5rem;
    max-width: 85%;
    margin: 0 auto;
    margin-bottom: .4rem;
}

.f-bq {
    font-size: .16rem;
    line-height: .3rem;
    color: #FFFFFF;
}

.f-m {
    text-align: center;
}

.f-l,
.f-r {
    width: 28%;
    padding-top: .5rem;
}









@media screen and (max-width: 1600px) {
    .w16 {
        padding-left: 15px;
        padding-right: 15px;
    }
}



@media screen and (max-width: 1024px) {

    .foot .w16>div {
        width: 100%;
        text-align: center;
    }
    .f-m {
        order: -1;
    }
    .foot .w16>div {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {}