/* 公共样式 start*/
html,
body {
    margin: 0 auto;
    width: 1180px;
    /* height: 100%; */
    font-size: 14px;
    font-family: "MicroSoft Yahei", "微软雅黑";
}

body {
    min-height: 100vh;
}

a,
a:hover {
    text-decoration: none;
}


.header,
.main,
.footer {
    position: relative;
    width: 100%;
}

.main,
.footer {
    margin-top: 10px;
}

.footer {
    min-height: 80px;
    font-size: 12px;
    color: #a1a1a1;
    background-color: #383838;
}

.footer-list {
    width: 1180px;
    height: 25px;
    margin: 0 auto;
    text-align: center;
}

.footer-name {
    padding: 20px 0;
    text-align: center;
}

.footer-list>li {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
}

.footer-list a {
    color: #a1a1a1;
}

.link {
    color: #fff;
    cursor: pointer;
}

.page-title {
    font-size: 16px;
    position: relative;
    text-indent: 8px;
    margin: 24px 0;
}

.page-title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: '';
    width: 3px;
    height: 80%;
    background-color: #1055a3;
}

.page-title::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #1055a3;
}

.p-text {
    text-indent: 28px;
    font-size: 14px;
    line-height: 28px;
}

/* 公共样式 end */

/* 导航 */
.header-nav-box {
    position: relative;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #1e63b0;
    border-bottom: 1px solid #1055a3;
}


.header-nav-box .nav {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.header-nav-box .nav:hover,
.header-nav-box .nav.active {
    background-color: #1055a3;
}

.header-nav-box .nav:hover::after,
.header-nav-box .nav.active::after {
    position: absolute;
    left: 35%;
    bottom: 6px;
    content: '';
    display: block;
    width: 30%;
    height: 2px;
    background-color: #fff;
}

/* 导航 结束 */

/* 关于我们 */
.c-box {
    width: 280px;
    padding: 10px 0;
}

.c-box img {
    width: 100%;
}

.c-contact-list {
    padding: 8px 5px;
}

.c-contact-list>li {
    height: 20px;
    font-size: 12px;
}

.c-text {
    padding: 5px;
    line-height: 18px;
    font-size: 12px;
    text-indent: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-text .more {
    padding-right: 16px;
}

.c-about-text {
    text-indent: 28px;
    font-size: 14px;
    line-height: 28px;
}

/* 关于我们 */
.c-about-img {
    margin-bottom: 18px;
    text-align: center;
}

.c-about-img>.img {
    display: inline-block;
    width: 30%;
}

.c-about-img>.img:not(:last-child) {
    margin-right: 3%;
}

/* 内容 end */

/* 商品展示 */
.pro-cate {
    line-height: 32px;
}

.pro-list {
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

.pro-list li {
    display: inline-block;
    margin-bottom: 10px;
    width: 25%;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
    vertical-align: top;
}

.pro-list img {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    display: block;
    border: 1px solid #ccc;
}

.pro-list h3 {
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 20px;
}

.pro-list p {
    font-size: 12px;
    line-height: 16px;
    color: #666;
}