﻿@charset "utf-8";
/*布局*/
.container {width:1470px;padding:0 15px}

/*头部*/
.header {height:360px;color:#fff;background:url(../images/header-bg.png) no-repeat center;background-size: cover}
.header .container {height:100%;align-items: center;justify-content:space-between;padding: 0 110px}
.header .cont,.footer .cont {padding-right:20px}
.header .cont h1,.footer .cont h1 {font-size:60px;font-style: italic}
.header .cont p {font-size:36px;margin-top:40px;line-height:1.4}
.download .aBtn {width:190px;height:63px;background:url(../images/download-btn.png) no-repeat center / 100% 100%;margin-top:16px}

/*尾部*/
.footer {color:#fff;background:#000;padding: 45px 0}
.footer .container {align-items: center;justify-content:space-between;padding: 0 110px}
.footer .cont ul {font-size: 24px;margin-top: 40px}
.footer .cont li {align-items: center}
.footer .cont li svg {margin-right:10px}
.footer .cont li + li {margin-left:100px}

.part3 {margin-top: 90px}
.part4 {margin: 60px auto}

/*产品列表*/
.productList {display: flex;flex-wrap: wrap;margin-top: 90px}
.productList li {padding:0 16px;width: 25%;margin-bottom: 30px}
.productList .cont {margin-top: 12px}
.productList h1 {font-size: 16px;line-height: 1.4}
.productList p {font-size: 20px;margin-top: 10px}
.productList p span {color:#ff0000}
.productList p del {color:#999;margin-left: 20px}