/*头部样式*/

.head {
    height: 95px;
    background: rgba(37, 37, 37, 0.9);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#header {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

.logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    text-align: center;
}

.logo img {
    max-width: 100%;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*主体样式*/

#container {
    max-width: 1200px;
    margin: 0 auto;
}

.search-box {
    max-width: 1500px;
    margin: 0 auto;
    line-height: 75px;
}

.search-box .k1 {
    float: left;
}


/*热门搜索*/

.search {
    float: right;
}

#formsearch {
    float: right;
    position: relative;
}

.hotSearch {
    float: right;
    height: 75px;
    line-height: 75px;
    font-weight: normal;
    margin-right: 10px;
}


/*搜索和热门搜索*/

.hotSearch a {
    margin-right: 8px;
}

#formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

#formsearch input#keyword {
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    color: #666;
    width: 210px;
    border: 1px solid #999999;
    border-radius: 25px;
    outline: none;
}

#formsearch input#s_btn {
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    background: url(../images/ss.png) no-repeat center;
    position: absolute;
    right: 7px;
    top: 17px;
    outline: none;
}


/*关于我们*/

.about-box {
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 0px;
    position: relative;
}

.about-img {
    float: left;
    margin-left: 50px;
    position: relative;
}

.about-img img {
    max-width: 100%;
}

.about-img a {
    display: block;
    position: absolute;
    bottom: -30px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: url(../images/yan.png) no-repeat center 30px #fbfbfb;
    color: #a17a41;
    text-align: center;
    line-height: 300px;
    transition: all 0.3s;
}

.about-img a:hover {
    color: #333;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}

.about-text {
    width: 505px;
    height: 476px;
    background: #fff;
    position: absolute;
    right: 30px;
    bottom: 50px;
    z-index: 99;
    padding: 50px 70px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}

.about-text h3 {
    text-align: right;
    font-size: 16px;
    color: #ba8a60;
    font-weight: normal;
}

.about-text h3 .p1,
.about-text h3 .p2 {
    font-size: 40px;
    color: #ba8a60;
}

.about-text h3 .p3 {
    color: #ba8a60;
    padding-top: 15px;
}

.about-text .content9 {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    padding-top: 20px;
}


/*产品滚动*/

.pro-scroll {
    padding: 150px 0px;
    background: #000;
}

.pro-scroll-center {
    max-width: 796px;
    margin: 0 auto;
}

.sun_banner {
    width: 100%;
    position: relative;
    overflow: visible !important;
}

.prev1 {
    width: 48px;
    height: 121px;
    background: url(../images/l1.png) no-repeat center #fff;
    left: -90px;
    transition: all 0.3s;
}

.prev1:hover {
    background: url(../images/l1.png) no-repeat center #ba8a60;
}

.next1 {
    width: 48px;
    height: 121px;
    background: url(../images/r1.png) no-repeat center #fff;
    right: -90px;
    transition: all 0.3s;
}

.next1:hover {
    background: url(../images/r1.png) no-repeat center #ba8a60;
}

.sun_banner li {
    position: relative;
    cursor: pointer;
}

.sun_banner li a.img img {
    width: 100%;
}

.sun_banner li .ads-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s;
}

.sun_banner li:hover .ads-text {
    opacity: 1;
}

.sun_banner li .ads-text h3 {
    font-size: 38px;
    color: #fff;
    text-align: center;
    padding-top: 25%;
    font-weight: normal;
    font-family: "Arial";
    opacity: 0;
    transition: all 0.5s;
    margin-top: 50px;
}

.sun_banner li .ads-text:hover h3 {
    opacity: 1;
    margin-top: 0px;
}

.sun_banner li .ads-text p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    opacity: 0;
    transition: all 0.7s;
}

.sun_banner li .ads-text:hover p {
    opacity: 1;
}

.sun_banner li .ads-text a {
    display: block;
    width: 168px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 30px;
    opacity: 0;
    transition: all 0.9s;
}

.sun_banner li .ads-text:hover a {
    opacity: 1;
}


/*新品推荐*/

.new-pro-box {
    margin-top: 70px;
    background: #f5f5f5;
}

.new-title {
    min-height: 542px;
    background: url(../images/bj1.jpg) no-repeat left fixed;
}

.title-center {
    max-width: 1200px;
    margin: 0 auto;
}

.title-center .title {
    width: 480px;
    float: right;
    padding-left: 150px;
}

.title-center .title h2 {
    padding-top: 70px;
}

.title-center .title h2,
.title-center .title .p1,
.title-center .title .p2 {
    font-size: 48px;
    color: #a49a93;
    font-weight: normal;
    font-family: "Arial";
}

.title-center .title .p3 {
    font-size: 36px;
    color: #181818;
    font-weight: bold;
}

.title-center .title a {
    display: block;
    width: 190px;
    height: 50px;
    background: #333333;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    position: relative;
}

.title-center .title a span {
    position: relative;
    z-index: 9999;
}

.new-pro-center {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0px;
}

.new-pro-left {
    width: 47%;
    float: left;
}

.new-pro-list li {
    position: relative;
    cursor: pointer;
}

.new-pro-list li img {
    max-width: 100%;
}

.new-pro-list li .dbj1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.new-pro-list li .dbj2 {
    width: 95%;
    height: 95%;
    position: absolute;
    border: 1px solid #c8c8c9;
    top: 2.5%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.5s;
}

.new-pro-list li:hover .dbj1 {
    opacity: 1;
}

.new-pro-list li:hover .dbj2 {
    opacity: 1;
}

.new-pro-list li .dbj2 h3 {
    font-size: 25px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding-top: 50%;
    opacity: 0;
    transition: all 0.8s;
    margin-top: 50px;
}

.new-pro-list li:hover h3 {
    opacity: 1;
    margin-top: 0px;
}

.new-pro-list li .dbj2 a {
    width: 55px;
    height: 55px;
    display: block;
    background: url(../images/yan1.png) no-repeat center;
    margin: 0 auto;
    margin-top: 20px;
    opacity: 0;
    transition: all 0.8s;
}

.new-pro-list li:hover a {
    opacity: 1;
}

.new-pro-left .more9 {
    width: 374px;
    height: 83px;
    display: block;
    font-size: 16px;
    color: #333333;
    border: 1px solid #666;
    line-height: 83px;
    text-align: left;
    text-indent: 70px;
    background: url(../images/xy.png) no-repeat 200px;
    margin-top: 150px;
    margin-left: 100px;
    position: relative;
    transition: all 0.5s;
}

.new-pro-left .more9:hover {
    background: url(../images/xy.png) no-repeat 250px;
    color: #ba8a60;
}

.new-pro-right {
    width: 50%;
    float: right;
}

.new-pro-right li img {
    max-width: 100%;
}

.new-pro-right li:nth-of-type(1):hover h3 {
    padding-top: 30% !important;
}

.new-pro-right li:nth-of-type(1) {
    margin-top: -10px;
    position: relative;
}

.new-pro-right li:nth-of-type(2) {
    margin-top: 40px;
    margin-left: 5px;
    float: left;
}


/*热卖新品*/

.product-center {
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 0px;
    overflow:hidden;
}

.new-pro-list li {
    position: relative;
    cursor: pointer;
}

.sun_banner1 {
    width: 100%;
    position: relative;
     overflow:hidden;
}

.sun_banner1 li img {
    max-width: 100%;
}

.sun_banner1 li .dbj1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.sun_banner1 li .dbj2 {
    width: 95%;
    height: 95%;
    position: absolute;
    border: 1px solid #c8c8c9;
    top: 2.5%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.5s;
}

.sun_banner1 li:hover .dbj1 {
    opacity: 1;
}

.sun_banner1 li:hover .dbj2 {
    opacity: 1;
}

.sun_banner1 li .dbj2 h3 {
    font-size: 25px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding-top: 50%;
    opacity: 0;
    transition: all 0.8s;
    margin-top: 50px;
}

.sun_banner1 li:hover h3 {
    opacity: 1;
    margin-top: 0px;
}

.sun_banner1 li .dbj2 a {
    width: 55px;
    height: 55px;
    display: block;
    background: url(../images/yan1.png) no-repeat center;
    margin: 0 auto;
    margin-top: 20px;
    opacity: 0;
    transition: all 0.8s;
}

.sun_banner1 li:hover a {
    opacity: 1;
}


/*新闻中心*/

.news-box {
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 0px;
}

.news-left {
    width: 50%;
    float: left;
}

.sun_banner2 {
    width: 100%;
    position: relative;
}

.sun_banner2 li {
    position: relative;
}

.sun_banner2 li .newimg {
    width: 99%;
    background: #fff;
    position: relative;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}

.sun_banner2 li .newimg img {
    max-width: 100%;
}

.sun_banner2 .anniu {
    width: 524px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
}

.prev2 {
    width: 55px;
    height: 55px;
    background: url(../images/le2.png) no-repeat center #f4f4f4;
    left: 29.1%;
    top: 66.5%;
    transition: all 0.5s;
}

.prev2:hover {
    background: url(../images/le22.png) no-repeat center #debe73;
}

.next2 {
    width: 55px;
    height: 55px;
    background: url(../images/re2.png) no-repeat center #f4f4f4;
    left: 36.4%;
    top: 66.5%;
}

.next2:hover {
    background: url(../images/re22.png) no-repeat center #debe73;
}

.newtext {
    margin-top: 15px;
}

.newtime {
    width: 34.6%;
    float: left;
    text-align: center;
    position: relative;
}

.newtime h2 {
    font-size: 60px;
    color: #333333;
    position: relative;
}

.newtime .newmouth {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #debe73;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 54%;
}

.newtime p {
    font-size: 12px;
}

.newtime p span {
    color: #debe73;
}

.newtitle {
    width: 48%;
    float: right;
    margin-right: 2%;
}

.newtitle a {
    display: block;
    font-size: 18px;
    color: #debe73;
    line-height: 40px;
}

.newtitle a:hover {
    text-decoration: underline;
    color: #333;
}

.newtitle p {
    font-size: 12px;
    color: #666;
    line-height: 25px;
}

.news-right {
    width: 37.33%;
    float: right;
    margin-top: 30px;
}

.news-right li {
    position: relative;
}

.news-right li .newtext h3 {
    width: 25%;
    float: left;
    font-size: 48px;
    color: #ba8a60;
    font-weight: normal;
}

.news-right li .newtext h3 .p1 {
    line-height: 35px;
}

.news-right li .newtext h3 .p2 {
    font-size: 16px;
    color: #666666;
    padding-top: 10px;
}

.news-right li .newtime {
    width: 20% !important;
}

.news-right li .newimg {
    margin-top: 25px;
}

.news-right li .newimg img {
    max-width: 100%;
    height: auto;
}


/*页面底部*/

.foot {
    background: #333333;
    padding-top: 50px;
}

#footer {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    padding-bottom: 50px;
}


/*友情链接*/

.links {
    border-top: 1px solid #666;
}

.f_link {
    max-width: 1500px;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    line-height: 50px;
}

.f_link a {
    display: block;
    margin-right: 5px;
    float: left;
    font-size: 14px;
    color: #b8b8b8;
}
.f_link a:nth-child(3){display: none;}
.f_link a:nth-child(10){display: none;}
.nav_foot {
    width: 64%;
    float: left;
}

.copyright {
    text-align: center;
    line-height: 40px;
}

.copyright a {
    color: #999999;
}

.nav1 li {
    width: 20%;
    float: left;
    text-align: center;
}

.nav1 li a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
}

.nav1 li .sec a {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
}

.nav1 li .sec a:hover {
    text-decoration: underline;
}

.foot-lx {
    float: left;
 
    background: url(../images/lxbj.png) no-repeat 0px 5px;
}

.foot-lx p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding-left: 33px;
}

.foot-lx p span {
    font-size: 16px;
    font-weight: bold;
    color: #e6cd8c;
}

.guanzhu {
    width: 12%;
    float: right;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.copyright1 {
    text-align: center;
    line-height: 40px;
    color: #dddddd;
    position: relative;
    overflow: hidden;
    z-index: 9999;
    border-top: 1px solid #fff;
}

.copyright1 a {
    color: #dddddd;
}


/*------------内页-------------------*/

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
    display: none;
}

.n_banner {
    text-align: center;
    position: relative;
    z-index: 999;
}

.n_banner img {
    max-width: 100%;
    height: auto;
}

.m55 {
    max-width: 1200px;
    margin: 0 auto;
}

.left {
    width: 243px;
    float: left;
    padding-top: 36px;
}

.right {
    width: 920px;
    float: right;
    padding-top: 50px;
}

.left h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 56px;
    color: #fff;
    text-align: center;
    background: url(../images/nei.png) no-repeat left;
    ;
    background-size: cover;
    margin-top: 15px;
}

.left .content {
    border: 1px solid #eee;
    border-top: none;
}

.n_contact .content {
    padding: 10px;
    line-height: 30px;
}

.right .content {
    padding: 10px;
}

.sitemp {
    border-left: 10px solid #ba8a60;
    background: #e5e5e5;
    margin-bottom: 14px;
    height: 50px;
    line-height: 50px;
}

.sitemp .site {
    font-size: 14px;
    color: #000;
    margin-right: 20px;
    float: right;
}

.site a {
    font-size: 14px;
    color: #000;
}

.sitemp h2 {
    font-size: 20px;
    color: #000;
    float: left;
    text-indent: 30px;
    line-height: 50px;
}

.menuid {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.mobile-menu-overlay {
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: absolute;
    display: none;
    background: #000000;
    z-index: 9;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
}

.cbp-spmenu-open .mobile-menu-overlay {
    display: block;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.cbp-spmenu-right {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    display: block;
    background: rgba(51, 51, 51, 0.5);
    z-index: 10;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 260px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 60px 0 40px 0;
}

.cbp-spmenu-right li a {
    padding: 15px 23px;
    color: #fff;
    display: block;
    border-bottom: solid 1px #fff;
}

.cbp-spmenu-right li a:hover {
    background: #f58222;
    text-decoration: none;
}

.menuid .icon-close {
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    right: 0;
    padding: 20px 20px 0 0;
    font-size: 16px;
}

.menuid .icon-close span {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.menuid .icon-close:hover span {
    color: #f58222;
}

.menuopen .mobile-menu-overlay {
    display: block;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.toleft {
    position: relative;
    overflow-x: hidden;
    left: 0;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.push-toleft {
    left: -260px;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.menuid.menuopen {
    left: 0px;
    opacity: 1;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.push-toleft .head {
    left: -260px;
}

#cbp-spmenu-s2 {
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.navbar-header {
    position: relative;
}

.lan1 {
    margin-top: 9px;
    padding-left: 23px;
    line-height: 30px;
    margin-right: 22px;
    background: url(../images/lan.png) no-repeat 0px;
}

.lan1 a {
    display: block;
    font-size: 15px;
    color: #000;
}

.toptou {
    display: none;
    height: 50px;
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0250a3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}