@media (max-width: 1200px){ /*0~768*/
    body{
        /* background: red; */
    }
    .index .header .inner {
        width: 100%;
        margin: 0 auto;
    }
    .index .header .inner .nav{
        margin: 0 10px;
    }

    .index .main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 85%;
        margin: 0 auto 130px;
    }

    .index .main a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 50px;
        text-decoration: none;
    }
    .index .copyright {
        padding: 10px 0!important;
        font-size: .4rem!important;
        line-height: 16px!important;
    }
    
}
@media (max-width: 425px){ /*0~425*/
    body{
        /* background: yellow; */
    }
}
@media (max-width: 375px){ /*0~375*/
    body{
        /* background: blue; */
    }
}
@media (max-width: 320px){ /*0~320*/
    body{
        /* background: pink; */
    }
}

@media (min-width: 1200px){ /*1200~+∞*/
    body{
        /* background: green; */
    }
    .index .header .inner {
        width: 1200px;
        margin: 0 auto;
    }

    .index .main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 1200px;
        margin: 0 auto 100px;
    }

    .index .main a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 600px;
        margin-top: 50px;
        text-decoration: none;
    }
}
.index .header {
    height: 400px;
    background: url("../image/banner.png") center/cover no-repeat;
}



.index .header .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index .header .logo {
    width: 79px;
    height: 29px;
    margin-top: 18px;
}

.index .header .logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.index .header .link {
    margin-top: 22px;
}

.index .header .link a {
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

.index .header .link a ~ a {
    margin-left: 30px;
}

.index .header .text {
    margin-top: 132px;
}

.index .header .title {
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #FFFFFF;
}

.index .header .info {
    margin-top: 33px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}


.index .main img {
    display: block;
    width: 94px;
    height: 127px;
}

.index .main a > div:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 8px 6px 16px 17px;
}

.index .main a > div > div:first-child {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
}

.index .main a > div > div:last-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 9px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}


.index .copyright {
    width: 100%;
    padding: 26px 0;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #666666;
    bottom: 0;
    position: fixed;
    background: #fff;
}
