﻿body {
}
html{
    min-width:1150px;
}

a{
    text-decoration:none;
    color:black;
}

li {
    list-style: none;
}

.banner {
    height: 100px;
    padding: 0 19%;
    display: flex;
    justify-content: space-between;
}

    .banner ul {
        width: 430px;
        height: 30px;
        display: flex;
        justify-content: space-between;
        /* line-height: 100px; */
        margin-top: 35px;
        font-size: 20px;
    }

        

    .banner li {
        padding: 1px;
        letter-spacing: 1px;
    }
.bannerlia {
    color: #ffffff;
    background-color: #55A2E3;
    border-bottom: 3px solid #1c71b9;
}
.news-img-wrap {
    margin-bottom: 40%;
}

.news-img {
    position: relative;
}

    .news-img img:nth-child(1) {
        position: absolute;
        width: 100%
    }

    .news-img img:nth-child(2) {
        position: absolute;
        /* top:30%; */
        left: 30%;
    }

@media screen and (max-width: 1000px) {
    .news-img img:nth-child(2) {
        top: 240px;
        width: 150px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .news-img img:nth-child(2) {
        top: 250px;
        width: 160px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .news-img img:nth-child(2) {
        top: 300px;
        width: 170px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .news-img img:nth-child(2) {
        top: 330px;
        width: 180px;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1800px) {
    .news-img img:nth-child(2) {
        top: 400px;
        width: 190px;
    }
}

@media screen and (min-width: 1800px) and (max-width: 2000px) {
    .news-img img:nth-child(2) {
        top: 450px;
        width: 200px;
    }
}

@media screen and (min-width: 2000px) and (max-width: 3000px) {
    .news-img img:nth-child(2) {
        top: 540px;
        width: 230px;
    }
}

@media screen and (min-width: 3000px) {
    .news-img img:nth-child(2) {
        top: 800px;
        width: 300px;
    }
}

.content {
    /*padding: 0 19%;*/
    text-align: center;
}
.container {
    width: 60%;
    min-width: 1150px;
    display: inline-block;
}

    .content > div {
        margin-top: 150px;
    }

    .content img {
        vertical-align: middle;
    }

    .content .item {
        margin-right: 25px;
        display: inline-block;
    }

    .content .title {
        font-size: 40px;
        color: #1c71b9;
        margin-bottom: 40px;
        text-align:left;
    }

.container .img-wrap {
    display: flex;
}

    .container .img-wrap .left {
        flex: 7;
        margin-right: 60px;
    }

    .container .img-wrap .right {
        flex: 4;
    }

    .container .img-wrap img, .container .img-wrap2 img {
        width: 100%;
    }

.img-wrap2 .bottom {
    display: flex;
    margin-top: 25px;
    font-size: 18px;
}

    .img-wrap2 .bottom .left {
        flex: 4;
    }

    .img-wrap2 .bottom .right {
        margin-left: 160px;
        flex: 6.3;
    }

        .img-wrap2 .bottom .right div, .img-wrap2 .bottom .left div {
            padding: 10px 20px;
        }

.middle {
    margin-top: 170px;
    height: 550px;
    background: url('../image/6.png');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 300px;
    box-sizing: border-box;
    font-size: 22px;
}

.footer-top {
    margin-top: 170px;
    height: 550px;
    background: url('../image/7.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.footer {
    background-color: #21262c;
    height: 300px;
    /* padding: 0 19%; */
    color: #828283;
    padding-top: 80px;
    font-size: 18px;
    text-align: center;
}

.footer-wrap {
    height: 100%;
    position: relative;
    width: 60%;
    min-width: 1150px;
    display: inline-block;
}

    .footer .msg img {
        height: 22px;
        width: 22px;
        vertical-align: middle;
    }

    .footer .msg span {
        display: inline-block;
        margin-left: 10px;
        margin-right: 30px;
    }

.line {
    display: inline-block;
    margin: 0 30px;
    font-size: 12px;
    position: relative;
    top: -2px;
}

.footer .msg .bottom {
    margin-top: 30px;
}

.footer .msg .fmiddle {
    margin-top: 30px;
}

.footer .msg {
    margin-top: 20px;
    margin-right: 50px;
    display: inline-block;
    text-align: left;
}

.code {
    display: inline-block;
    position: relative;
    top: 25px;
}

    .code img {
        width: 125px;
        height: 125px;
    }

    .code div {
        margin-top: 10px;
    }

#containerBox {
    position: relative;
}

#boxHover {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 70px;
    background-color: rgba(0,0,0,0.4);
    display: none;
    box-sizing: border-box;
    top: 0;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    letter-spacing: 2px;
}

@media screen and (max-width: 1300px) {
    #boxHover {
        font-size: 14px;
    }
}

