@import url(products.css);
@import url(information.css);

.banner {
    clear: both;
    margin-bottom: 80px;
    box-shadow:0px 4px 15px rgba(10%,10%,10%,1);
    position: relative;
}
.banner .container {
    padding: 0;
    max-width: 1440px;
}
/*
.banner .item {
    height: 650px;
    position: relative;
}
.banner .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
.banner .slide:before,
.banner .slide:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 10;
}
.banner .slide:before {
    left: -100%;
}
.banner .slide:after {
    right: -100%;
}
.banner .slick-list {
    overflow: visible;
}
.banner .slick-prev,
.banner .slick-next {
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    background: url(../images/index/banner_arrow.png) no-repeat;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
/*
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 20;
*/
}
.banner .slick-prev { background-position:    0 0; left: 200px; }
.banner .slick-next { background-position: 100% 0; right:200px; }
.banner .slick-prev:hover { background-position:    0 100%; }
.banner .slick-next:hover { background-position: 100% 100%; }

.banner .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 68px;
}
.banner .slick-dots li {
    display: inline-block;
    padding: 0 5px;
    height: 5px;
}
.banner .slick-dots li button {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    background: #DDDDDD;
    width: 40px;
    height: 5px;
}
.banner .slick-dots li.slick-active button {
    background: #005AB5;
}

.site-main section {
    background:  no-repeat 50% 0;
    background-size: cover;
    padding: 50px 0 50px;
}
.site-main .product-sect {
    background-image: url(../images/index/product_bg.jpg);
    background-repeat: repeat;
    background-size: auto;
}

.sect1 .col {
    float: left;
    width: 50%;
    max-width: 662px;
}
.information-sect {
    position: relative;
}
.information-sect .sect-title {
    padding-bottom: 30px;
    background: url(../images/index/news_title_bg.jpg)center bottom no-repeat;
    font-size: 22px;
    color: #444444;
    margin-bottom: 10px;
}
.information-sect .sect-title small{
    font-size: 17px;
    color: #EC6D00;
    margin-right: 10px;
}
.information-sect .btn.more {
    width: 86px;
    height: 17px;
    background: #EC6D00 url(../images/index/news_more.png)center no-repeat;
    text-indent:-5000px;
    position: absolute;
    right: 0;
    top: 16px;
}
.information-sect .btn.more:hover {
    background-color: #F9982D;
}
.information-list a{
    padding: 13px 15px;
}
.information-sect .item {
    border-bottom: 1px solid #ddd;
}
.information-list .title{
    margin-bottom:0;
    height:auto;
    font-weight: normal;
}
.information-list .title{
    font-size: 16px;
}
.information-list a:hover .title {
    text-decoration: none;
}

.quick-link {
    text-align: right;
    padding-top: 1%;
}
.quick-link a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    max-width: 290px;
    width: 45%;
}
.quick-link a+a {
    margin-left: 4%;
}
.quick-link a .txt {
    position: relative;
    background: no-repeat 50% 0;
    background-size: cover;
    line-height: 1.2;
    min-height: 110px;
    padding: 25px;
    box-sizing: border-box;
}
.quick-link a .txt:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 10px;
    border: 1px solid #fff;
}
.quick-link a.about-link .txt,
.quick-link a.information-link .txt{
    background-image: url(../images/index/about_bg.jpg);
}

.quick-link a .pic,
.product-list .pic {
    position: relative;
    display: block;
    overflow: hidden;
}
.quick-link a .pic:before,
.product-list .pic:before {
    content: "";
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.quick-link a:hover .pic:before,
.product-list a:hover .pic:before {
    opacity: 1;
}
.quick-link a .title {
    font-family: 'Myriad Pro';
    font-size: 17px;
    color: #0D3F95;
    margin-bottom: 8px;
}
.quick-link a .description {
    font-size: 22px;
    color: #525252;
    letter-spacing: 0.3px;
}



.product-sect .sect-title {
    text-align: center;
    margin-bottom: 55px;
    background: url(../images/index/product_title.jpg)repeat-x;
    font-size: 22px;
    color: #FCA836;
    font-weight: bold;
}
.product-sect .sect-title small{
    font-size: 17px;
    color: #FFF;
    margin-right: 20px;
    font-weight:normal;
}
.product-sect .ibtn.more {
    background-image: url(../images/index/product_arrow.png);
    width: 40px;
    height: 40px;
    margin-left: 30px;
}
.product-list .item {
    width: 25%;
    float: left;
}



@media screen and (max-width: 1500px) {
    .banner .slick-prev { 
        left: 10px;
    }
    .banner .slick-next {
        right: 10px;
    }
/*
    .banner .item {
        height: auto;
        padding-top: 8%;
    }
*/
}
@media screen and (max-width: 1300px) {
    .quick-link {
        padding-top: 3%;
    }
}
@media screen and (max-width: 1200px) {
    .album-list .item {
        width: 33.33%;
    }
    .album-list .item:nth-child(4) {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    .product-list .item {
        width: 33.33%;
    }
    .link-list .item {
        width: 25%;
    }
}
@media screen and (max-width: 1000px) {
    .sect1 .col {
        float: none;
        width: auto;
    }
    .quick-link {
        text-align: center;
        padding-top: 60px;
    }
    .quick-link a {
    }
    .sect1 .col{
        max-width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 980px) {
    .banner .slick-prev,
    .banner .slick-next {
        display: none  !important;

    }
}
@media screen and (max-width: 900px) {
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(4) {
        display: block;
    }
}
@media screen and (max-width: 820px) {
    .banner {
        margin-bottom: 35px;
    }
    .banner .slick-dots {
        padding-top: 30px;
    }
    .product-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .album-list .item {
        width: auto;
    }
}
@media screen and (max-width: 500px) {
    .quick-link a {
        display: block;
        width: auto;
        margin: 0 auto;
    }
    .quick-link a+a {
        margin: 30px auto 0;
    }
    .product-list .item {
        width: auto;
        float: none;
    }
    .link-list .item {
        float: left;
        width: 50%;
    }
}