@media screen and (min-device-width: 1024px) {
    .head {
        width: 1024px;
        background-color: #fff;
        margin: 18px auto;
        display: flex;
        justify-content: space-between;
    }

    .head .logo {
        float: left;
    }

    .head .name {
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
        height: 36px;
        padding: 10px 0 10px 20px;
        color: #0066cc;
        float: left;
    }

    .headTop {
        display: flex;
    }

    .headNav ul li a,
    .headNav ul li {
        font-size: 16px;
        margin: 2px 0;

    }

    .headNav ul li:first-of-type{
        color: #ff4600;
    }

    .headNav ul li:last-of-type a {
        color: #0066cc;
        display: inline-block;
    }

    .headPub {
        width: 100%;
        height: 40px;
        background-color: #999;
        display: flex;
    }

    .headPub > div {
        margin: 0 auto;
        width: 1024px;
    }

    .headPub > div ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .headPub > div ul li a {
        font-size: 1rem;
        display: block;
        line-height: 40px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        padding: 0 10px;
    }

    .headPub > div ul li a:hover {
        background-color: #0066CC;
    }

    .headBanner > div {
        /*height: 530px;*/
        overflow: hidden;
    }

    .centerMain1,
    .centerMain2,
    .centerMain4,
    .centerMain5{
        width: 1024px;
        margin: 40px auto;
        padding: 30px 0;
    }

    .centerMain6 {
        width: 1024px;
        margin: 40px auto;
    }

    .Main1-tittle h2 {
        padding: 0 10px;
    }

    .Main1-tittle span {
        vertical-align: bottom;
        line-height: 42px;
    }
    .Main1-news > div {
        width: 300px;
    }

    .Main1-news img {
        width: 300px;
        height: 180px;
    }

    .Main1-news p {
        font-size: 14px;
        line-height: 28px;
        text-align: justify;
        text-justify: inter-ideograph;
        padding: 0 20px;
        width: 700px;

    }

    .Main1-news p span {
        display: inline-block;
    }

    .box-Main2,
    .box-swiper,
    .box-Main4 {
        margin-top: 40px;
    }

    .Main2-module > div > div,
    .Main3-module > div > div {
        width: 100%;
        overflow: hidden;
        padding-bottom: 10px;
    }

    .Main2-module > div > div img,
    .Main3-module > div > div img {
        width: 300px;
        height: 170px;
    }

    .Main2-module > div img,
    .Main3-module > div img {
        width: 755px;
        height: 354px;
        padding-left: 10px;
    }

.Main2-module,
.Main3-module{
    display: flex;
    justify-content: space-between;
}
    .Main2-tittle {
        margin-bottom: 40px;
    }


    .Main4-module > div {
        padding: 0 10px 10px 0;
        height: 160px;
    }

    .Main4-module > div:nth-child(even) img {
        flex: 0 0 50%;
        width: 100%;
        height: 160px;

    }

    .Main4-module > div:nth-child(odd) img {
        height: 160px;
    }

    .Main5-module > div {
        padding: 0 10px 10px 0;
        height: 240px;
    }

    .Main5-module > div:nth-child(even) img {
        flex: 0 0 80%;
        width: 100%;
        height: 240px;

    }

    .Main5-module > div:nth-child(odd) img {
        height: 240px;
        width: 240px;
    }

    .centerMain5 .msg {
        border: 1px dashed #ccc;
        padding: 20px;
    }

    .centerMain5 .msg strong {
        display: block;
        vertical-align: middle;
        text-align: center;
        font-size: 28px;
        color: #000;
        padding: 10px 0;
    }

    .centerMain5 .msg p {
        font-size: 14px;
        line-height: 28px;
    }

    .centerMain5 .msg span {
        display: inline-block;
        text-indent: 2em;
    }

    .centerMain6 {
        display: flex;
        justify-content: space-between;
    }

    .centerMain6 > div {
        border: 2px solid #0066cc;
        margin-left: 10px;
        padding:10px 20px;
        width: 280px;
    }

    .centerMain6 .logo {
        text-align: center;
    }
    .centerMain6 > div dl dt {
       font-size: 20px;
        padding:5px 0;
        font-weight: bold;
        color:#FF9900;
    }
    .centerMain6 > div dl dd {
        font-size: 14px;
        line-height: 24px;
    }

    .shop-footer{
        height: 366px;
        width: 100%;
    }
    .footer-siteinfo{
        width: 1024px;
        height: 280px;
        background: rgba(0,102,204,0.7);
        box-shadow: 0 0 ;
    }
    .siteinfo-tittle{
        text-align: center;
        padding:20px 0;
    }
    .footer-siteinfo .flex{
        justify-content: center;
        align-items: center;
    }
    .footer-siteinfo .flex dl{
        width: 360px;
        padding-left:50px;
        line-height:24px;
    }

    .link{
        padding:30px 0;
    }
    /*Swiper*/
    .box-swiper {
        margin: auto 50px;
        border: 1px solid #cccccc;
    }

    .swiper-slide img {
        height: 280px;
        padding: 20px;
    }

}


