/*------------ header ------------*/

body {
    background: url('../../images/common/index/bg.jpg') no-repeat center top;
}
.site-header {
    position: static;
    background: none;
    text-align: center;
    margin: 0 0 85px;
}

.site-title {
    float: none;
    padding: 40px 0;
}

.site-title .logo {
    background: url(../../images/common/logo3.png) 50% 50% / contain no-repeat;
    width: 245px;
    height: 69px;
}

.top-nav {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -8px 15px 0 0px;
    float: right;
}

.site-nav {
    float: none;
    padding: 0 0 0 200px;
    display: inline-block;
    vertical-align: middle;
}

.top-cart {
    padding: 0 30px 0px 0;
}

.top-cart i {
    display: inline-block;
}

.top-cart:first-child:before,
.top-cart:first-child:after,
.func-menu .total:before {
    display: none;
}

.func-menu {
    padding: 0 30px 0px 0;
    margin: 0 0 -3px 0;
}

.func-menu>li {
    color: #999999;
    font-size: 13px;
    background: transparent;
    padding: 0;
    margin: 0;
    position: relative;
}

.func-menu .sum-box {
    background: none;
}

.func-menu .sum-box a i {
    color: #999999;
    font-size: 16px;
}

.func-menu .total {
    background: none;
    padding: 0;
    font-size: 13px;
}

.func-menu .sum:after {
    content: "/";
    margin: 0 5px;
}

.search-box {
    background: none;
    width: auto;
    height: auto;
    margin: -9px 0 -2px 0;
}

.search-box .search-click {
    background-position: 0 -40px;
    margin: 0;
}

.search-box.active .btn.search-click {
    background-position: 0 100%;
}

.search-box .input-box {
    width: 300px;
}

.search-box .ibtn.search {
    right: 20px;
}


/*------------ header-fixed ------------*/

.header-fixed .site-header {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    text-align: left;
}

.header-fixed .site-title {
    float: left;
    padding: 13px 0 14px 0;
}

.header-fixed .site-title .logo {
    background: url(../../images/common/logo.png) 50% 50% / contain no-repeat;
    width: 153px;
    height: 43px;
}

.header-fixed .top-nav {
    position: absolute;
    margin: 0;
}

.header-fixed .site-nav {
    float: left;
    padding: 25px 0 0 140px;
}

.header-fixed .top-cart {
    padding: 16px 20px;
}

.header-fixed .top-cart i {
    display: block;
}

.header-fixed .top-cart:first-child:before,
.header-fixed .top-cart:first-child:after,
.header-fixed .func-menu .total:before {
    display: block;
}

.header-fixed .func-menu {
    padding: 0;
}

.header-fixed .func-menu>li {
    color: #000000;
    font-size: 17px;
    background: #fff;
    padding: 0 0 0 17px;
    margin: 0 -5px 0 -2px;
}

.header-fixed .func-menu .sum-box {
    background: #fff;
}

.header-fixed .func-menu .sum-box a i {
    font-size: 24px;
    color: #000;
}

.header-fixed .func-menu .sum:after {
    display: none;
}

.header-fixed .func-menu .total {
    font-size: 15px;
    background: #EEEEEE;
    padding: 21px 40px 22px 45px;
}

.header-fixed .search-box {
    width: 120px;
    height: 70px;
    background: #3e3e3e;
    background: -moz-linear-gradient(top, #3e3e3e 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #3e3e3e 0%, #000000 100%);
    background: linear-gradient(to bottom, #3e3e3e 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#000000', GradientType=0);
    margin: 0;
}

.header-fixed .search-box .search-click {
    margin: 25px 0 0 25px;
    background-position: 0 0;
}

.header-fixed .search-box.active .btn.search-click {
    background-position: 0 -20px;
}

.header-fixed .search-box .input-box {
    width: 360px;
}


/*------------ products ------------*/

.products-sect {
    padding: 0 0 40px;
}

.products-sect .title {
    width: 249px;
    height: 37px;
    display: block;
    margin: 0 auto 35px;
    text-align: center;
    line-height: 1.2;
    color: #000000;
    background: url('../../images/common/index/pro_bg.png') bottom center;
    box-sizing: border-box;
    padding: 9px 0 0 0;
    position: relative;
}

.products-sect .title span {
    display: block;
    font-size: 24px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: -33px;
}

.products-sect .container {
    max-width: 1550px;
}

.product-list {
    margin: 0 -20px;
}

.product-list li {
    padding: 0 20px;
    width: calc((100% / 3) - 0.1px);
}

.product-list li a {
    max-width: 460px;
    margin: 0 auto 40px;
}
.product-list li .pic{
    position:relative;
}
.product-list li .pic:before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    background: rgba(255,255,255,0.5);
    transition:all .2s;
    opacity: 0;
}

.product-list a:hover .pic:before {
    opacity: 1;
}

.product-list li .pic:after {
    content: "";
    height: 10px;
    width: 100%;
    display: block;
    background: url('../../images/common/bg/shadow09.png') center bottom;
}

.product-list li .name {
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    height: 28px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0 20px;
}

.product-list .btn {
    max-width: 170px;
    margin: 0 auto;
    display: block;
}

.product-list .btn.style01.bg2:hover {
    margin: 5px auto 0;
    top: 5px;
}







/*------------ about ------------*/

.about-sect {
    background: url(../../images/common/index/about_bg.jpg) no-repeat left top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0 50px;
}

.about-box {
    position: relative;
}

.about-box:after {
    content: "";
    width: 1010px;
    height: 453px;
    display: block;
    position: absolute;
    display:none;
    top: -40px;
    right: 0;
    background: url(../../images/common/index/about-pic.png);
    background-size: 100%;
}

.about-sect .title {
    line-height: 1.2;
    color: #FFFFFF;
    font-size: 40px;
    margin: 0 0 30px;
}

.about-box .editor {
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 99px;
    color: #fff;
}

.about-box .more,
.news-sect .more {
    width: 170px;
    height: 46px;
    color: #FFFFFF;
    background: #333333;
    display: block;
    border: 1px solid #444444;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px 15px;
    transition: all .2s;
    position: relative;
    margin: 70px 0 0 0;
}

.about-box .more:after,
.news-sect .more:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    background: url(../../images/common/ic01.png);
    right: 15px;
    top: 15px;
}


.about-box .more:hover,
.news-sect .more:hover{
    background: #D90000;
    color: #fff;
}
/*------------ news ------------*/

.news-sect {
    background: #EEEEEE;
    padding: 120px 0 25px;
}

.news-sect .title-box {
    float: left;
    width: 225px;
}

.news-sect .more {
    margin: 0;
    background: #000000;
    border-color: #DDDDDD;
    color: #EEEEEE;
}

.news-sect .title {
    line-height: 1.2;
    color: #D80000;
    font-size: 15px;
    margin: 0 0 70px;
}

.news-sect .title span {
    display: block;
    color: #000000;
    font-size: 25px;
    margin: 0 0 7px;
}

.news-sect .news-box {
    float: right;
    width: calc(100% - 225px);
}

.news-list {
    margin: 0 -24px;
}

.news-list li {
    padding: 0 20px;
    width: 50%;
}.news-list li a {
    transition: all .2s;
    position: relative;
    margin: 0 auto 40px;
    box-sizing: border-box;
    background: #EEEEEE;
}.news-list li .pic {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 175px;
    overflow: hidden;
    max-width: 175px;
}

.news-list li .pic:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 8px solid #FFFFFF;
    transition: all .2s;
}

.news-list li a:hover .pic:before {
    border-color: #444444;
}.news-list li .pic img {
    border-radius: 50%;
}

.news-list .text {
    float: right;
    width: calc(100% - 195px);
    padding: 30px 0 0 0;
    text-align: left;
}

.news-list li .date {
    font-size: 13px;
    color: #000000;
    display: block;
}

.news-list li .date:after {
    content: "";
    width: 65px;
    height: 2px;
    background: #D90000;
    display: block;
    margin: 7px 0 18px;
}

.news-list li .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    height: 24px;
    margin: 0 0 5px;
}

.news-list a:hover .name {
    text-decoration: underline;
}

.news-list .description {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    color: #868686;
    font-size: 14px;
}/*------------ rwd ------------*/

@media screen and (max-width: 1750px) {
    /*---------- header-fixed 1750-------------*/
    .header-fixed .site-nav {
        padding: 25px 0 0 20px;
    }
    .header-fixed .search-box {
        width: 70px;
    }
    .header-fixed .func-menu .total {
        padding: 21px 20px 22px 30px;
    }
    .header-fixed .top-cart {
        padding: 18px 15px 17px;
    }
    /*---------- / header-fixed 1750-------------*/
}

@media screen and (max-width: 1500px) {
    /*---------- site-header 1500-------------*/
    .site-title {
        display: block;
    }
    .top-cart,
    .search-box {
        display: inline-block;
    }
    /*---------- / site-header 1500-------------*/
    /*---------- site-header 1500-------------*/
    .header-fixed .top-cart,
    .header-fixed .search-box,
    .header-fixed .site-title {
        display: none;
    }
    .header-fixed .func-menu .gocart.active .cart-box {
        right: 10px;
    }
    .header-fixed .site-header .container {
        padding: 0 15px;
    }
    .header-fixed .site-nav {
        padding: 25px 0 17px 0;
    }
    .header-fixed .site-nav .menu>li>a {
        margin: 0 4px;
    }
    /*---------- / site-header 1500-------------*/
}


@media screen and (max-width: 1320px) {
    .about-box:after {
        width: 800px;
        height: 359px;
        top: auto;
        bottom: -30%;
    }
}

@media screen and (max-width: 1280px) {
    /*---------- site-header 1280-------------*/
    .top-nav {
        display: block;
        margin: 10px 0 0 0;
    }
    .search-box .input-box {
        right: 50%;
        margin: 0 -150px 0 0;
    }
    /*---------- site-header 1280-------------*/
}

@media screen and (max-width: 1100px) {
    /*---------- site-header 1100-------------*/
    .top-nav,
    .site-nav {
        display: none;
    }
    .site-title {
        padding: 10px 0;
    }
    .site-title .logo {
        background: url(../../images/common/logo.png) 50% 50% / contain no-repeat;
        width: 153px;
        height: 43px
    }
    /*---------- site-header 1100-------------*/
    /*---------- site-header 1100-------------*/
    .header-fixed .site-header {
        position: static;
        text-align: center;
    }
    .header-fixed .site-title {
        display: block;
        float: none;
        padding: 10px 0;
    }
    .header-fixed .site-nav,
    .header-fixed .top-nav {
        display: none;
    }
    /*---------- / site-header 1100-------------*/
    .product-lis {
        margin: 0 -10px;
    }
    .product-list li {
        padding: 0 10px;
    }
    .about-box {
        text-align: center;
    }
    .about-box .more {
        margin: 50px auto;
    }
    .about-box:after {
        position: static;
        margin: 0 auto;
    }
    .news-sect {
        text-align: center;
        padding: 30px 0 0;
    }
    .news-sect .title-box,
    .news-sect .news-box {
        float: none;
        width: auto;
    }
    .news-sect .title{
        margin: 0 0 25px;
    }
    .news-sect .more{
        margin: 0px auto 50px;
    }
    .news-sect .news-box {}
}


@media screen and (max-width: 900px) {
    .news-list{
        margin: 0;
    }
    .news-list li{
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 850px) {
    .about-box:after {
        width: 500px;
        height: 224px;
    }
}

@media screen and (max-width: 767px) {
    .product-list {
        margin: 0;
    }
    .product-list li {
        width: 100%;
        padding: 0;
    }
    .about-sect {
        padding: 30px 0 20px;
    }
}

@media screen and (max-width: 480px) {
    .about-sect .title {
        font-size: 30px;
    }
    .about-box:after {
        width: 300px;
        height: 135px;
    }
    .news-list li .pic,.news-list .text{
        float: none;
        width: auto;
        margin: 0 auto;
        text-align: center;
    }
    .news-list .text{
        padding: 15px 0 0 0;
    }
    .news-list li .date:after{
        margin: 7px auto 20px;
    }
}