﻿/* CSS Document */
@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/**{transition: all 300ms cubic-bezier(.4, 0, .2, 1); -moz-transition: all 300ms cubic-bezier(.4, 0, .2, 1);-webkit-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -o-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -ms-transition: all 300ms cubic-bezier(.4, 0, .2, 1);}*/
body {
    font-family:'微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
a:hover{
    text-decoration: none;

}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
a{
    text-decoration:none;
    color: #323232;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

ul::after{
    content: '';
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

ul li{
    *zoom: 1;
}

img{
    max-width: 100%;
    display: inline-block;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;}
/* 通用样式 */
.middle{ width:1191px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{clear: both;}

.min_img{
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.min_img>img{
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.min_img>img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.max_over{
    display: inline-block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*banner开始*/
.header img{
    display: block;
}

/* flexslider */
.flexslider {
    position:relative;
    overflow:hidden;
    zoom:1;
}
.flex-viewport {
    max-height:2000px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition:all 1s ease;
}
.flexslider .slides {
    zoom:1;
}
.flex-direction-nav a {
    width:60px;
    height:90px;
    line-height:99em;
    overflow:hidden;
    margin:-60px 0 0;
    display:block;
    background:url(../images/ad_ctr.png) no-repeat;
    position:absolute;
    top:50%;
    z-index:10;
    cursor:pointer;
    opacity:1;
    filter:alpha(opacity=0);
    -webkit-transition:all .3s ease;
}
.flex-direction-nav .flex-next {
    background-position:0 -90px;
    right:0;
}
.flex-direction-nav .flex-prev {
    left:0;
}
.flexslider:hover .flex-next {
    opacity:0.8;
    filter:alpha(opacity=25);
}
.flexslider:hover .flex-prev {
    opacity:0.8;
    filter:alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity:1;
    filter:alpha(opacity=50);
}
.flex-control-nav {
    width:100%;
    position:absolute;
    bottom:10px;
    text-align:center;
}
.flex-control-nav li {
    margin:0 5px;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.flex-control-paging li a {
    background:url(../images/dot.png) no-repeat 0 -16px;
    display:block;
    height:16px;
    overflow:hidden;
    text-indent:-99em;
    width:16px;
    cursor:pointer;
}
.flex-control-paging li a.flex-active {
    background-position:0 0;
}

.header{
    position: relative;
}

.hd_bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5rem;
    background: rgba(0,0,0,0.5);
    /*line-height:5rem;*/
    /*overflow: hidden;*/
    *zoom: 1;
}

.hd_logo{
    margin-top: 1.5rem;
}

.hd_nav ul li a{
    font-size: 15px;
    color: #ffffff;
    padding: 0 23px;
    line-height: 28px;
}

.hd_nav ul li{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hd_nav ul li:hover{
    background: #c3ae8d;
    color: #ffffff;
    border-radius: 50px;
}

.hd_nav {
    margin-top: 1.6rem;
    margin-left: 10%;
}

.hd_fx{
    margin-top: 1.6rem;
}


/*品牌介绍*/
.brandNr{
    width: 55%;
    background:rgba(245,239,237,0.65);
    padding: 2.5rem 2rem;
    margin: 3rem 0;
}

.bd_hd h3{
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 0.8rem;
    color: #262626;
}

.brandNr>p{
    font-size: 0.8rem;
    color: #606060;
    line-height: 1.8em;
    width: 80%;
    text-align: justify;
    margin-top: 1.5rem;
}

/*产品中心开始*/
.ph_img{
    text-align: center;
    position: relative;
    z-index: 99;
}


.pt_hd{
    height: 6rem;
    border: 5px solid #efeae1;
    margin-top: -1.3rem;
    text-align: center;
    overflow: hidden;
    *zoom: 1;
}

.pt_hd h3{
    font-size: 20px;
    color: #1c1a1b;
    font-weight: 400;
    margin-top: 1.8rem;
    font-family: '微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
}

.pt_hd p{
    font-size: 0.9rem;
    color: #927b56;
    margin-top: 1rem;
}

.pt_list ul li{
    width: 23.8%;
    background: #f5efed;
    margin-right: 1.5%;
    overflow: hidden;
    *zoom: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pt_list ul li:nth-child(4){
    margin-right: 0;
}

.pt_list{
    margin-top: 1.8rem;
}

.pt_list ul li>a{
    margin: 8px;
    display: block;
    border: 5px solid #ffffff;
}

.pt_list ul li:hover{
    background: #c3ae8d;
}

.pt_list ul li a img{
    max-width: 100%;
}

.pt_bm{
    font-size: 0.7rem;
    color: #927b56;
    letter-spacing: 1em;
    text-align: center;
    text-transform: uppercase;
    margin: 2rem 0 3rem;
}

/*私人定制*/
.personal{

}


.pr_hd p{
    font-size: 0.6rem;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: #ffffff;
}

.pr_hd h3{
    font-size: 33px;
    color: #ffffff;
    margin-top: 1.5rem;
}

.pr_list ul li {
    width: 10rem;
    height: 10rem;
    border: 1px solid #ffffff;
    border-radius: 100%;
    overflow: hidden;
    *zoom: 1;
    margin: 0 2.3rem;
}

.pr_list ul li a{
    display: block;
    width: 9.6rem;
    height: 9.6rem;
    border-radius: 100%;
    margin: 0.2rem ;
    overflow: hidden;
    *zoom: 1;
}

.pr_list ul li h3{
    font-size: 1.3rem;
    margin-top: 3rem;
    color: #ffffff;

}

.pr_list ul li p{
    font-size: 0.9rem;
    margin-top: 1.2rem;
    color: #ffffff;
}

.pr_list ul li:hover a{
    background: #ffffff;
}


.pr_list ul li:hover a h3{
    color: #927b56;
}


.pr_list ul li:hover a p{
    color: #927b56;
}

.pr_list{
    margin: 4.8rem 0 2rem;
}

/*新闻中心开始*/

.news{
    padding-bottom: 3.5rem;
}

.news_hd p{
    font-size: 0.8rem;
    color: #927b56;
    margin-top: 4rem;
}

.news_hd{
    margin: 4rem 0 2rem;
}

.newsBig .code{
    width:49%;
    height: auto;
    float: left;
}

.newsBig .code:nth-child(2n)[aos="flip-left"]{
    -webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg);
    float: right;
}

.newsBig .code:nth-child(2n)[aos="flip-left"].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}{
    -webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)
}

.nb_img img{
    max-width: 100%;
}


.newsBig .code a{
    display: block;
    position: relative;
}


.nb_ti{
    position: absolute;
    width: 100%;
    height: 5.5rem;
    bottom: 0;
}

.nbLeft{
    width: 16%;
    background: #c2995a;
    height: 5.5rem;
    text-align: center;
}

.nbLeft h3{
    font-size: 2.8rem;
    color: #ffffff;
}

.nbLeft p{
    font-size: 0.9rem;
    color: #ffffff;
}


.nbLeft>div{
    padding: 1rem ;

}

.nbRight{
    width: 84%;
    background: rgba(0,0,0,0.5);
    height: 5.5rem;
}

.nbRight>div{
    padding: 1rem;
}

.nbRight h3{
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: 400;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nbRight p{
    font-size: 0.7rem;
    color: #c9cecb;
    line-height: 1.5em;
    margin-top: 0.5em;
}

.newsList ul li.code{
    padding: 1.5rem 0;
    background: #f8f4f2;
    width: 32%;
    float: left;
    margin-right: 2%;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.newsList ul li:nth-child(3n).code{
    margin-right: 0;
}

.newsList ul li:hover.code{
    background: #e9e5e3;
}

.newsList ul li.code>div{
    padding: 0 1.5rem;
}

.newsList ul li.code>div span{
    display: block;
    font-size: 0.8rem;
    color: #686868;
}

.newsList ul li.code>div a.nw_tt{
    font-size: 1.2rem;
    color: #9f8c70;
    font-weight: bold;
    line-height: 4em;
    display: inline-block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.newsList ul li.code>div p{
    font-size: 0.8rem;
    color: #757474;
    text-align: justify;
    line-height: 1.5rem ;
}

.newsList ul li.code>div a.nw_j{
    display: block;
    margin-top: 1rem;
}

.newsList{
    margin-top: 1.5rem;
}


/*底部开始*/

.ft_nav{
    display: inline-block;
    margin-top: 1rem;
}

.ft_nav ul li a{
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 2rem;
    padding: 0 1.5rem;
    border: 1px solid #ffffff;
    display: inline-block;
}

.ft_nav ul li {
    margin: 0 0.5rem;
}

.ft_nav ul li a:hover{
    background: #ffffff;
    color: #544028;
}

.ft_ct{
    text-align: center;
    margin-top: 2.8rem;
}

.ft_bm{
    text-align: center;
    padding: 1.5rem;
    background: #242321;
    color: #cfcfce;
    font-size: 0.7rem;
    line-height: 1.8rem;
}

.ft_bm span{
    display: inline-block;
    margin-left: 2rem;
    padding-left: 2rem;

}

.footer{
    padding: 2.7rem 0;
}

.dl-menuwrapper{
    display: none;
}

.gd{
    display: none;
}

.sj_ft{
    display: none;
}

.news_hd h3{
    display: none;
}


/*产品中心内页---------------------------------*/
.product2 .middle{
    width: 80%;
}

.product2 .pt_list li{
    width: 19%;
    margin-right: 1.2%;
    margin-bottom: 1rem ;
    overflow: hidden;
    *zoom: 1;
}

.product2 .pt_list ul li:nth-child(4){
    margin-right: 1.2%;
}

.product2 .pt_list ul li:nth-child(5n){
    margin-right: 0;
}

.product2 .pt_list li h3 a{
    font-size: 1rem;
    color: #202020;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product2 .pt_list li h3{
    font-weight: 400;
    padding: 8px;
}

.product2 .pt_list li p{
    font-size: 0.8rem;
    color: #9f8b6d;
    line-height: 1.5em;
    padding: 8px;
    margin-bottom: 1rem;
    text-align: justify;
}

.product2 .pt_list li:hover h3 a{
    color: #ffffff;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.product2 .pt_list li:hover p{
    color: #ffffff;
}

.product2{
    padding-bottom: 3rem;
}

/*--------------------------------品牌介绍-----------------------------*/
.core{
    padding: 4rem 0;
}

.core_list{
    margin-top: 4rem;
}

.core_list ul li{
    width: 19%;
}

.core_list ul li{
    margin-right: 1.2%;
}

.core_list ul li:nth-child(5n){
    margin-right: 0;
}


.sr_hd{
    text-align: center;
}

.sr_hd h3{
    font-size: 1.4rem;
    color: #000000;
    font-weight: 400;
}

.srdz{
    padding: 4rem 0;
}

.sr_list ul li{
    width: 31.5%;
    margin-right: 2.7%;

}


.sr_list ul li:nth-child(3n){
    margin-right: 0;
}

.sr_img{
    background: #f2ece3;
    overflow: hidden;
    *zoom: 1;
}

.sr_img>div{
    margin: 8px;
    display: block;
    border: 5px solid #ffffff;
}

.sr_list ul li h3{
    font-size: 1.3rem;
    font-weight: 400;
    color: #9c896a;
    margin: 1rem 0;
}

.sr_list ul li p{
    font-size: 0.9rem;
    color: #c3ae8d;
    line-height: 1.5em;
    text-align: justify;
}

.sr_list ul li{
    margin-bottom: 2rem;
}

.sr_list{
    margin-top: 3rem;
}


/*---------------------------新闻中心页面---------------------------------*/
.pn_left{
    width: 72.5%;
    background: #ffffff;
    min-height: 10rem;
}

.pn_right{
    width: 26.5%;
    background: #ffffff;
    min-height: 10rem;
}

.pg_news{
    margin-top: 1rem;
}

.pn_nr{
    padding: 1rem;
}

.pnList>ul>li{
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.pnList>ul>li:hover{
    background: #eeeeee;
}

.pnLimg{
    width: 22.5%;
}


.pnltext{
    width: 75%;
}

.pnltext a{
    font-size: 1rem;
    display: inline-block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.pnltext p{
    font-size: 0.7rem;
    color: #a0a6a7;
    line-height: 1.5em;
    margin-top: 1rem;
}

.pnltext span{
    font-size: 0.6rem;
    color: #a0a6a7;
    display: inline-block;
    margin-top: 1rem;
}

.pnrHd{
    line-height: 2em;
    margin-bottom: 1rem;
}

.pnrHd h3{
    font-size: 18px;
    color: #958367;
    font-weight: 400;
}

.pn_right2 ul li a{
    font-size: 0.9rem;
    color: #595959;
    line-height: 2em;
}

.pn_right2 ul li a:hover{
    color: #927b56;
}


.pn_right2 ul li{
    padding: 1rem 0;
    border-top: 1px solid #eee;
}

.pt_list3 ul li{
    width: 100%
}





/*------------------------------新闻show页面----------------------------*/
.pn_mHd{
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}

.pn_mHd h3{
    font-size: 1.3rem;
    color: #000000;
    font-weight: 400;
    line-height: 3rem;
}

.pn_mHd p{
    font-size: 13px;
    color: #a0a6a7;

}

.pn_mnr{
    font-size: 0.8rem;
    color: #919191;
    line-height: 1.8rem;
    text-align: justify;
    padding: 1.5rem 0;
    border-bottom: 1px solid #eee;
}

.pn_mnr p{
   /* text-align: center;*/
}

.pn_up{
    padding: 1.5rem 0;
}

.pn_up p{
    font-size: 0.8rem;
    color: #7f7f7f;
    margin: 1em 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pn_up p a{
    font-size: 0.8rem;
    color: #7f7f7f;
    margin: 0.5em 0;
}

.pn_up p a:hover{
    color: #927b56;
}


/*----------------------------------产品show--------------------------------*/

.pg_top{
    background: #ffffff;
    padding: 2rem 3rem;
}


.small-img{
    display: flex;
    align-items:center;
    justify-content: center;
}
.clearfix:before,
.clearfix:after{
    display: table;
    line-height: 0;
    content: "";
}
.magnifier{
    width: 438px;
    position: relative;
}
.magnifier-container{
    width: 438px;
    height: 438px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}
.move-view{
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url('../images/move-box.png');
}
.images-cover{
    height: 100%;
    width: 100%;
    position: relative;
}
.images-cover img{
    position: absolute;
}
.magnifier-assembly{
    height: 92px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 1rem;
}
.magnifier-btn{
    position: absolute;
    font-family: "宋体";
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -40px;
}
.magnifier-btn span{
    line-height: 80px;
    height: 80px;
    width: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #6e6e6e;
    display: block;
    z-index: 9998;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
}

.magnifier-btn span:hover{
    background: #6e6e6e;
    color: #ffffff;
}


.magnifier-btn .magnifier-btn-left{
    float: left;
}
.magnifier-btn .magnifier-btn-right{
    float: right;
}
.magnifier-line{
    position: relative;
    overflow: hidden;
    height: 92px;
}
.magnifier-line ul{
    display: block;
    font-size: 0;
    width: 10000%;
    position: absolute;
    left: 0;
    /*z-index: 9997;*/
}
.magnifier-line li{
    float: left;
    width: 100px;
    cursor: pointer;
}
.magnifier-line ul > .active .small-img{
    border-color: #bbb;
}
.small-img{
    height: 78px;
    padding: 1px;
    margin: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    text-align: center;
}
.small-img img{
    max-width: 100%;
    max-height: 100%;
}
.magnifier-view{
    width: 100%;
    height: 100%;
    position: absolute;
    right: -105%;
    top: 0;
    /*z-index: 9999;*/
    background-color: #fff;
    display: none;
    overflow: hidden;
}
.magnifier-view img{
    display: block;
    max-width: none;
}
.animation03{
    transition: all 0.3s ease-in 0.1s;
    -ms-transition: all 0.3s ease-in 0.1s;
    -moz-transition: all 0.3s ease-in 0.1s;
    -webkit-transition: all 0.3s ease-in 0.1s;
    -o-transition: all 0.3s ease-in 0.1s;

}

.pgTn{
    width: 50%;
}


.pgThd h3{
    font-size: 1.4rem;
    color: #95846a;
    font-weight: 400;
    text-transform: uppercase;
}

.pgThd p{
    font-size: 0.8rem;
    color: #494949;
    line-height: 1.5em;
    margin: 1rem 0;
}

.pgTcs{
    font-size: 0.8rem;
    color: #585858;
    line-height: 3em;
    border-top: 1px dashed #dadada;
    border-bottom: 1px dashed #dadada;
    padding: 1rem 0;
}

.pgTcs p span{
    letter-spacing: 1em;
}

.pgTcs p:nth-child(4) span{
    letter-spacing: 0.3em;
}


.pgTn{
    margin-top: 4rem;
}

.cp_shd h3{
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.8em;
    padding:0 0.8em;
    background: #c3ae8d;
    display: inline-block;
    font-weight: 400;
}

.cp_shd{
    border-bottom: 1px solid #eee;
    margin-bottom: 1.8rem;
}

.cp_snn{
    text-align: center;
}



/*--------------------------联系我们---------------------------*/

.flexslider2{
    width: 80%;
    margin: 3rem auto;
}

.flexslider2 ul li .ct{
    width: 80%;
    height: 26rem;
    border: 3px solid #ffffff;
    margin: 0 auto;

}

.ct_nbj{
    padding: 0.4rem;
}

.ct_nra{
    background: #ffffff;
   height: 25.2rem;
}

.ct_nra div{
    padding: 2.5rem 5rem;
    text-align: justify;
}

.ct_nra h3{
    font-size: 1.5rem;
    font-weight: bold;
    color: #c3ae8d;
    background:  url(../images/add_a.png) left center no-repeat;
    padding-left: 1em;
}

.ct_nra ul{
    margin-top: 2.5rem;
}

.ct_nra ul li{
    padding-left: 3em;
    font-size: 0.9rem;
    color: #98866a;
    line-height: 1.5em;
    margin-bottom: 2rem;
}



.flexslider2 .flex-control-nav{
    display: none;
}


/*分页*/
.pagination{
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-bottom: 30px;
}
.pagination .pageList-wrap{
    display: inline-block;
}
.pagination .item{
    width: 60px;
    height: 30px;
    line-height: 30px;
    background: #dedede;
    cursor: pointer;
    border-radius: 4px;
    display:inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 3px;
    user-select: none;
}
.pagination .eliplise,
.pagination .item[value]{
    width: 35px;
}

.pagination .item[value].active{
    background: #c3ae8d;
    color: #fff;
}
.pagination .item:hover{
    color: #c3ae8d;
    background: #d2d2d2;
}

.pagination .page-list-wrap{
    display: inline-block;
}
.pagination .page-count{
    height: 30px;
    margin-left: 20px;
    vertical-align: top;
    line-height: 30px;
    display: inline-block;
}
.pagination .page-count_num{
    margin: 0 5px;
    color: #c3ae8d;
    font-size:18px;

}
.pagination .item.disabled{
    cursor: not-allowed;
}
.pagination .item.disabled:hover{
    color: #333;
    background: #dedede;
}


/*1024px*/
@media screen and (max-width: 1024px) {
    .middle{
        width: 98%;
    }

    .pr_list ul li{
        width: 10rem;
        height: 10rem;
        margin: 0 1.2rem;
    }

    .footer{
        padding: 2.7rem 0;
    }

    .product2 .middle{
        width: 98%;
    }

    .product2 .pt_list li{
        width: 23.8%;
        margin-right: 1.5%;
        margin-bottom: 1rem ;
        overflow: hidden;
        *zoom: 1;
    }

    .product2 .pt_list ul li:nth-child(4){
        margin-right: 0;
    }

    .product2 .pt_list ul li:nth-child(5n){
        margin-right: 1.5%;
    }

    .product2 .pt_list ul li:nth-child(4n){
        margin-right: 0;
    }



    .product2 .pt_list li p{
        height: 3rem;
        overflow: hidden;
    }

    .pnltext p{
        height: 2rem;
        overflow: hidden;
    }


}


@media screen and (max-width: 960px) {


    .pr_list ul li{
        width: 9rem;
        height: 9rem;
        margin: 0 1.2rem;
    }


    .pr_list ul li a{
        width: 8.6rem;
        height: 8.6rem;
    }

    .footer{
        padding: 2.7rem 0;
    }

    .hd_nav{
        display: none;
    }

    .dl-menuwrapper{
        display: block;
    }

    .hd_bottom{
        top: 0;
    }

    .magnifier{
        width: 380px!important;
    }

    .magnifier-container{
        width: 380px!important;
        height: 380px!important;
    }

    .images-cover img{
        width: 380px!important;
        height: 380px!important;
        left: 58%!important;
        margin-left: -220px!important;
    }

    .magnifier-view{
        width: 380px!important;
        height: 380px!important;
    }



}

@media screen and (max-width: 768px){


    .pr_list ul li{
        width: 8rem;
        height: 8rem;
        margin: 0 3.6rem;
        display: inline-block;
    }

    .pr_list ul li:nth-child(4){
        margin-left: 12rem;
    }

    .pr_list ul li a{
        width: 7.6rem;
        height: 7.6rem;
    }

    .pr_list ul li a h3{
        margin-top: 2rem;
    }

    .nbLeft{
        width: 23%;
    }

    .nbRight{
        width: 77%;
    }

    .nbRight p{
        height: 2rem;
        overflow: hidden;
    }


    .core_list ul li{
        width: 32%;
        margin-bottom: 1rem;
    }

    .core_list ul li{
        margin-right: 2%;
    }

    .core_list ul li:nth-child(3n){
        margin-right: 0;
    }

    .core_list ul li:nth-child(5n){
        margin-right: 0;
    }

    .pnltext p{
        height: 1rem;
        overflow: hidden;
    }

    .pnrHd{
        background: none!important;
    }

    .pgTn{
        width: 35%;
    }

    .magnifier{
        width: 100%!important;
    }

    .magnifier-container{
        width: 100%!important;
        height: 23rem!important;
    }

    .images-cover img{
        max-height: 100%!important;
        max-width: 100%!important;
    }

    .pgTn{
        width: 100%;
    }
}



@media screen and (max-width: 640px){

    .pg_news{
        margin-top: 0;
    }

    .sj_ft ul li{
        width: 33%;
        padding: 0.4rem 0;
        text-align: center;
    }

    .sj_ft ul li i{
        font-size: 2.4rem;
        color: #ffffff;
        margin: 0.5rem 0;
    }

    .sj_ft ul li:nth-child(3) i{
        -webkit-transform: rotateZ(-36deg);
        -moz-transform: rotateZ(-36deg);
        -ms-transform: rotateZ(-36deg);
        -o-transform: rotateZ(-36deg);
        transform: rotateZ(-36deg);
    }

    .sj_ft{
        background: #987a4c;
    }

    .sj_ft ul li h3{
        font-size: 1rem;
        color: #ffffff;
        font-weight: 400;
    }

    .sj_ft{
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }
    .gd{
        display: block;
    }

    .footer{
        display: none;
    }

    .brandNr{
        background: rgba(245,239,237,0.9)
    }

    .pr_list ul li{
        margin: 0 2.3rem;
    }

    .pr_list ul li:nth-child(4){
        margin-left: 9rem;
    }

    .nbLeft{
        width: 28%;
    }

    .nbRight{
        width: 72%;
    }

    .newsList ul li.code>div p{
        height: 3rem;
        overflow: hidden;
    }

    .product2 .pt_list li p{
        height: 2rem;
        overflow: hidden;
    }

    .sr_list ul li{
        width: 48%;
        margin-right: 4%;

    }


    .sr_list ul li:nth-child(2n){
        margin-right: 0;
    }

    .sr_list ul li:nth-child(3n){
        margin-right: 4%;
    }

    .sr_list ul li:nth-child(6){
        margin-right: 0;
    }

    .pn_right{
        display: none;
    }

    .pn_left{
        width: 100%;
    }

    .flexslider2{
        width: 95%;
    }
}

@media screen and (max-width: 414px){

    .middle{
        width: 96%;
    }

    .hd_logo img{
        max-width: 80%;
    }

    .img img{
        display: none;
    }

    .img{
        background:  url(../images/banner01.jpg) top center no-repeat;
        height: 16rem;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .hd_bottom .middle{
        width: 90%;
    }

    .dl-menuwrapper button{
        right: 24%!important;
    }

    .brandNr{
        width: 80%;
        margin: 1rem auto;
    }

    .brand{
        margin: 3rem 0!important;
    }

    .brandNr>p{
        width: 100%;
    }

    .ph_img img{
        max-width: 80%;
    }

    .pt_hd p{
        font-size: 0.7rem;
        padding: 0 1rem;
        line-height: 1.5em;
        margin-top: 0.5rem;
    }

    .pt_hd h3{
        margin-top: 1.5rem;
    }

    .pt_list ul li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 0.5rem;
    }


    .pt_list ul li:nth-child(2n){
        margin-right: 0;
    }


    .product2 .pt_list ul li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 0.5rem;
    }


    .product2 .pt_list ul li:nth-child(2n){
        margin-right: 0;
    }

    .pt_bm{
        font-size: 0.5rem;
        line-height: 1.5em;
    }

    .pr_list ul li{
        width: 7rem;
        height: 7rem;
    }

    .pr_list ul li a{
        width: 6.6rem;
        height: 6.6rem;
    }

    .pr_list ul li p{
        font-size: 0.5rem;
    }

    .pr_list ul li{
        margin: 0px 0.5rem;
    }

    .pr_list ul li:nth-child(4){
        margin-left: 4.5rem;
    }

    .newsBig .code{
        width: 100%;
    }

    .news_hd{
        height: 7rem!important;
        line-height: 1.6em;
    }

    .newsBig .code:nth-child(2){
        display: none;
    }

    .newsList ul li:nth-child(3){
        display: none;
    }

    .newsList ul li.code{
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .news_hd{
        background: none!important;
        margin: 0;
    }

    .news_hd h3{
        display: block;
        text-align: center;
        font-size: 1.4rem;
        color: #252525;
        font-weight: 400;
    }

    .news_hd p{
        margin-top: 1rem;
    }

    .news{
        padding-bottom: 1.5rem;
    }

    .core_list ul li{
        width: 49%;
        margin-bottom: 1rem;
    }

    .core_list ul li{
        margin-right: 2%;
    }

    .core_list ul li:nth-child(2n){
        margin-right: 0;
    }

    .core_list ul li:nth-child(3n){
        margin-right: 2%;
    }

    .core{
        background: #faf5f3!important;
    }

    .pnltext{
        width: 61%;
    }

    .pnLimg{
        width: 34.5%;
    }

    .pnltext p{
        margin-top: 0.8rem;
    }

    .pnltext span{
        margin-top: 0.8rem;
    }

    .images-cover img{
        left: 60%!important;
    }

    .pg_top{
        padding: 2rem 1rem;
    }

    .flexslider2 .flex-direction-nav{
        display: none;
    }

    .flexslider2 ul li .ct{
        width: 100%;
        border: none;
        height: 30rem;
    }

    .ct_nra{
        height: 30rem;
    }

    .ct_nra div{
        padding: 2.5rem 3rem;
    }

}

@media screen and (max-width: 375px){
    .pr_list ul li{
        width: 6rem;
        height: 6rem;
    }

    .pr_list ul li a{
        width: 5.6rem;
        height: 5.6rem;
    }

    .pr_list ul li a h3{
        font-size: 1rem;
        margin-top: 1.5rem;
    }

    .pr_list ul li p{
        font-size: 12px;
    }

    .ft_bm span:nth-child(2){
        background:  url(../images/add.png) left 5px no-repeat!important;
        margin: 0;
    }

    .hd_logo img{
        width: 100%;
    }

    .hd_logo{
        display: block;
        width: 75%;
        margin-top: 1.8rem;
    }

    .pr_hd h3{
        font-size: 1.4rem;
    }

    .pr_list{
        margin-top: 2.8rem;
    }

    .pr_list ul li{
        width: 7rem;
        height: 7rem;
        margin: 0.5rem 1rem;
    }

    .pr_list ul li a{
        width: 6.6rem;
        height: 6.6rem;

    }

    .pr_list ul li:nth-child(4){
        margin-left: 1rem;
    }

    .personal{
        padding-top: 1.5rem!important;
        padding-bottom: 2rem!important;
    }

    .pr_list{
        margin-top: 0.8rem;
    }

    .pr_hd h3{
        margin-top: 1rem;
    }

    .pr_list ul li:nth-child(5){
        margin-left: 5.5rem;
    }

    .images-cover img{
        left: 67%!important;
    }
}

@media screen and (max-width: 320px){
    .images-cover img{
        left: 80%!important;
    }
}








