@import url(./layout.css);
@import url(./pagination.css);

.banner {
    width: 100%;
    height: 280px;
    line-height: 280px;
    background: url(../images/product_banner.png) center no-repeat;
    background-size: cover;
}
.banner-title {
    color: #ffffff;
    font-size: 48px;
    text-align: center;
}

.crumbs {
    height: 48px;
    line-height: 48px;
    background-color: #E8EAEE;
}
.crumbs-box {
    max-width: 1440px;
    padding-left: 72px;
    margin: 0 auto;
    box-sizing: border-box;
    color: #76797C;
    font-size: 18px;
}
.crumbs a {
    color: #76797C;
}
.crumbs .current {
    color: #1E2023;
}

.details-container {
    margin: 0 auto;
    max-width: 1104px;
    width: 90%;
    padding: 80px 0;
}
.imgs-box {
    
}
.imgs-view {
    width: 100%;
    height: 454px;
}
.imgs-view-big {
    height: 100%;
    display: block;
    margin: 0 auto;
}
.imgs-thumb-box {
    margin: 20px 0;
    text-align: center;
}
.imgs-thumb-box .arrow {
    width: 12px;
    height: 24px;
    cursor: pointer;
    vertical-align: middle;
}
.imgs-thumb-box .arrow--next {
    background: chocolate;
}
.imgs-thumb {
    margin: 0 8px;
    width: 342px;
    height: 84px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 0;
}
.imgs-thumb-item {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 16px;
    cursor: pointer;
}
.imgs-active {
    border: 1px solid #003C90;
}


.introduce {
    margin-top: 50px;
}
.introduce h1 {
    color: #1E2023;
    font-size: 36px;
    font-weight: normal;
    line-height: 52px;
    text-align: center;
    margin: 0 auto 40px;
}
.introduce h2 {
    color: #1E2023;
    font-size: 22px;
    margin: 20px 0;
}
.introduce .tag {
    height: 60px;
    border-bottom: 1px solid #003C90;
    margin-bottom: 20px;
}
.introduce .tag span {
    display: inline-block;
    line-height: 60px;
    padding: 0 20px;
    background: #003C90;
    color: #ffffff;
    font-size: 18px;
}
.introduce p {
    color: #76797C !important;
    font-size: 24px !important;
    line-height: 38px;
    text-indent: 48px;
    margin: 30px 0;
}

.introduce table {
    width: 100%;
    border-collapse: collapse;
}
.introduce table thead {
    background: #E5E8F0;
}
.introduce table th, .introduce table td {
    text-align: center;
    color: #76797C;
    font-size: 22px;
    font-weight: normal;
    padding: 10px 0;
}
.introduce table th p, .introduce table td p {
    text-align: center;
    color: #76797C;
    font-size: 22px !important;
    font-weight: normal;
    line-height: 30px;
    text-indent: 0;
}
.introduce table th:first-child {
    width: 40%;
}
.introduce table th:last-child {
    width: 60%;
}
.introduce table td, .introduce table th {
    border: 1px solid #C4C2C2;
}

  