#content {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #4b569c;
}

#content.inside {
    padding: 50px 0 75px;
}

.contentArea {
    width: calc( 100% - 100px);
    padding: 50px;
    background: #f5f5f5;
    overflow: hidden;
}

.product .contentArea {
    width: calc( 100% - 50px);
    padding: 25px;
    background: #fff;
}

.contentArea>h3 {
    line-height: 45px;
    border-bottom: #333 1px solid;
    margin-bottom: 10px;
}

.contentArea p {
    line-height: 35px;
    font-size: 16px;
    margin: 15px 0;
}

#indexBanner {
    position: relative;
    height: 350px;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

#insideBanner {
    height: 180px;
    text-align: center;
    color: #fff;
}

.indexBannerItem {
    height: 350px;
    float: left;
}

#newsBanner {
    height: 300px;
    color: #fff;
}

#newsBanner .center {
    background: rgba(0, 0, 0, 0.5);
}

.center {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#newsList {
    width: 100%;
    overflow: hidden;
}

#newsList li {
    position: relative;
    float: left;
    width: calc( 100%/3 - 50px/3);
    margin-right: 25px;
    height: 250px;
}

#newsList.inside li {
    margin-bottom: 25px;
}

#newsList li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

#newsList li h3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.5);
}

#newsList li:nth-child(3n) {
    margin-right: 0px;
}

.newsText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc( 100% - 50px);
    padding: 25px;
    background: rgba(0, 0, 0, 0.5);
    transition: .2s;
}

.newsText p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
    height: 50px;
}

#newsList li:hover .newsText {
    padding: 35px 25px;
    background: rgba(0, 0, 0, 0.75);
}

#secondArea {
    text-align: center;
    color: #fff;
}

#secondArea .wrapper {
    padding: 50px 0;
    overflow: hidden;
    margin-bottom: 25px;
}

#serviceIndex {
    float: left;
    width: calc( 100%/3 - 25px/2);
    margin-right: 25px;
    padding: 75px 0;
}

#promotionIndex {
    float: left;
    width: calc( 200%/3 - 25px/2);
    padding: 75px 0;
}

#secondArea .wrapper h2 {
    font-size: 40px;
    line-height: 45px;
}

#secondArea .wrapper a {
    color: #fff;
    border: #fff 1px solid;
    padding: 15px 25px;
    transition: .2s;
}

#secondArea .wrapper a:hover {
    background: #fff;
    color: #181818;
}

#contactArea {
    overflow: hidden;
    margin-top: 25px;
}

#contactArea ul {
    float: left;
    width: 350px;
}

#contactArea iframe {
    float: left;
    width: calc(100% - 350px);
    height: 320px;
    border: 0px;
}

#contactArea ul li {
    width: 100%;
    line-height: 40px;
}

#contactArea ul li img {
    width: 35px;
    margin-right: 15px;
}

#productRight {
    float: left;
    width: 200px;
    margin-right: 25px;
}

.open,
.close {
    display: none;
}

#search {
    margin-bottom: 35px;
}

#search h2 img {
    position: relative;
    top: -2px;
}

#search h2 {
    color: #4b569c;
    font-size: 20px;
    font-weight: 400;
    border-bottom: #eee 1px solid;
    margin-bottom: 10px;
}

#searchList {
    border-bottom: #eee 1px solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#searchList li {
    margin-bottom: 10px;
}

#searchList input {
    width: calc( 100% - 22px);
    border: #eee 1px solid;
    border-radius: 3px;
    line-height: 25px;
    padding: 5px 10px;
    margin-top: 5px;
}

#search a {
    display: block;
    width: 100%;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: #4b569c;
}

#productMenu>li {
    font-size: 18px;
    line-height: 50px;
    border-bottom: #eee 1px solid;
}

#productMenu>li>a {
    color: #333;
}

#productMenu>li>a:hover,
#productMenu>li.active>a {
    color: #9aa4e8;
}

#productMenu ul {
    margin-top: 5px;
    margin-bottom: 25px;
}

#productMenu ul li {
    padding-left: 35px;
    line-height: 35px;
    font-size: 15px;
}

#productMenu ul li a {
    color: #999;
}

#productMenu ul li a:hover,
#productMenu ul li.active a {
    color: #9aa4e8;
    text-decoration: underline;
}

#productLeft {
    float: left;
    width: calc( 100%);
}

#productList {
    overflow: hidden;
}

#productIndex {
    box-sizing: border-box;
    padding: 25px;
    background: #fff;
}

#productList li {
    float: left;
    width: calc( 100%/4 - 75px/4 - 20px);
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 10px;
    text-align: center;
    background: #f2f2f2;
}

#productList li:nth-child(4n) {
    margin-right: 0;
}

.productImg {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}

.productText {
    padding-top: 10px;
    border-top: #ddd 1px solid;
}

.productText h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
    height: 50px;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: left;
}

.productText .price {
    color: #9aa4e8;
}

.productText .price span {
    font-size: 30px;
}

.productBTN {
    width: 100%;
    padding: 10px 0;
}

.productBTN a {
    float: left;
    width: calc( 50% - 5px/2);
    padding: 5px 0;
    text-align: center;
    border-radius: 3px;
    background: #9aa4e8;
    color: #fff;
}

.productBTN a.add {
    margin-right: 5px;
    background: #ccc;
    cursor: pointer;
}

#product {
    overflow: hidden;
    margin-bottom: 50px;
}

.productInsideText {
    position: relative;
    float: left;
    width: calc( 50% - 25px);
    margin-right: 25px;
    height: 300px;
    font-size: 15px;
}

.productInsideText h3 {
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: justify;
}

.productInsideText .price {
    color: #9aa4e8;
}

.productInsideText .price span {
    font-size: 25px;
}

.productInsideBTN {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
}

.productInsideBTN a {
    float: left;
    width: calc( 50% - 5px/2);
    padding: 10px 0;
    text-align: center;
    border-radius: 3px;
    background: #9aa4e8;
    color: #fff;
    font-size: 16px;
}

.productInsideBTN a.add {
    margin-right: 5px;
    background: #ccc;
}

.productInsideImg {
    float: left;
    width: 50%;
    height: 300px;
}

#productDetail {
    clear: both;
    min-height: 300px;
    padding: 25px 10px;
}

#productDetail h3 {
    border-bottom: #eee 1px solid;
    text-align: center;
    margin-bottom: 25px;
}

#page {
    text-align: center;
    margin-top: 50px;
}

#page li {
    display: inline-block;
    line-height: 25px;
    margin: 2.5px;
    padding: 0 10px;
    border: #333 1px solid;
    cursor: pointer;
}

#page li img {
    width: 25px;
}

#page li a {
    display: block;
    width: 100%;
    height: auto;
    color: #333;
}

#page li:hover,
#page li.active {
    border: #9aa4e8 1px solid;
    background-color: #9aa4e8;
    color: #fff;
}

#page li:hover a,
#page li.active a {
    border: #9aa4e8 1px solid;
    background-color: #9aa4e8;
    color: #fff;
}

.slick-next,
.slick-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    transition: .1s;
    margin-top: -25px;
    color: #fff;
    border: 0;
    opacity: 0.5;
    font-size: 0;
    cursor: pointer;
}

.slick-next:hover,
.slick-prev:hover {
    opacity: 1;
}

.slick-next {
    right: 25px;
    background: url("../images/next.png") center no-repeat;
    background-size: cover;
}

.slick-prev {
    left: 25px;
    background: url("../images/prev.png") center no-repeat;
    background-size: cover;
}

#switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
}

#switch li {
    width: calc( 100%/3 - 10px/3);
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    border-bottom: #9aa4e8 1px solid;
    color: #9aa4e8;
    opacity: .75;
    cursor: pointer;
    transition: .2s;
}

#switch li.active,
#switch li:hover {
    border-bottom: #fff 1px solid;
    color: #fff;
    opacity: 1;
}

.attr_data {
    max-width: 180px;
}

@media screen and (max-width: 1080px) {
    .attr_data {
        max-width: auto;
    }
    .slick-next,
    .slick-prev {
        display: none !important;
    }
    #content {
        padding: 25px 0;
    }
    #content.inside {
        padding: 25px 0 50px;
    }
    .contentArea {
        width: calc( 100% - 50px);
        padding: 25px;
    }
    #indexBanner {
        height: 200px;
    }
    #insideBanner {
        height: 100px;
    }
    #insideBanner img {
        height: 30px;
    }
    .indexBannerItem {
        height: 200px;
    }
    #indexBanner .center img {
        width: 80%;
    }
    #newsList li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
    }
    #serviceIndex,
    #promotionIndex {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    #contactArea ul .RWDhidden {
        display: none;
    }
    #contactArea ul {
        margin-bottom: 25px;
    }
    #contactArea ul,
    #contactArea iframe {
        width: 100%;
    }
    #productRight {
        position: fixed;
        top: 105px;
        left: -100%;
        width: calc( 100% - 50px);
        height: calc( 100% - 155px);
        padding: 25px;
        margin-right: 0;
        overflow-y: scroll;
        overflow-x: visible;
        background: #fff;
        transition: .3s;
        z-index: 99999999999999999;
    }
    #productRight.active {
        left: 0%;
    }
    .open {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 50%;
        left: -5px;
        content: '';
        width: 20px;
        height: 150px;
        margin-top: -75px;
        background: #181818;
        cursor: pointer;
        border-left: #181818 5px solid;
        transition: .2s;
    }
    .open:hover {
        left: 0;
    }
    .open img {
        width: 15px;
    }
    .close {
        display: none;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 50%;
        right: -5px;
        content: '';
        width: 20px;
        height: 150px;
        margin-top: -75px;
        background: #181818;
        cursor: pointer;
        border-right: #181818 5px solid;
        transition: .2s;
        z-index: 9999999999999999;
    }
    .close:hover {
        right: 0;
    }
    .close img {
        width: 15px;
    }
    #productLeft {
        width: 100%;
    }
    #productList li {
        width: calc( 100% - 20px);
        margin-right: 0px;
    }
    #product {
        overflow: hidden;
        margin-bottom: 25px;
    }
    .productInsideText {
        width: 100%;
        margin-right: 0px;
        height: auto;
        padding-bottom: 75px;
    }
    .productInsideImg {
        width: 100%;
    }
}