﻿@charset "utf-8";

@media (max-width: 1470px) {
    .container {width:100%}
}

@media (max-width: 1200px) {
    .productList li {width: 33.33%}
}

@media (max-width: 750px) {
    /*头部*/
    .header {height:auto;padding-bottom:40px}
    .header .container,.footer .container {display:block;padding: 0 15px;text-align:center}
    .header .cont {padding:20px 0}
    .header .cont h1,.footer .cont h1{font-size:30px}
    .header .cont p {font-size:18px;margin-top:10px}
    .download img{width:120px}
    .download .aBtn {width:120px;height:40px;margin: 8px auto 0}
    /*尾部*/
    .footer .container {display:block;padding: 0 15px;text-align:center}
    .footer .cont ul {display:block;margin-top:20px;font-size:18px}
    .footer .cont li svg {width:20px;height:20px;margin-right:5px}
    .footer .cont li {margin:0 0 20px 0 !important;justify-content:center}
    .footer .cont li + li svg {width:22px;height:22px}
    /*part*/
    .part3 {margin-top: 30px}
    .part4 {margin: 20px auto 30px}
    /*产品列表*/
    .productList {margin-top: 30px}
    .productList li {padding:0 8px;width: 50%;margin-bottom: 15px}
    .productList .cont {margin-top: 8px}
    .productList h1 {font-size: 12px}
    .productList p {font-size: 12px;margin-top: 5px}
    .productList p del {color:#999;margin-left: 10px}
}