@charset "UTF-8";html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%
}

body {
    margin: 0;
    font: normal 16px/22px 'Hiragino Sans GB','Microsoft YaHei',sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    background: url(../images/bPg.png) 0 60px repeat-x #000;
    height: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;

}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important ;
}
a:link,
a:visited,
a:hover,
a:active,
a{
    color: #fff;
    font-style: normal;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
i,var,b,em{
    font-style: normal;
}
ul,ol,li{
    list-style-type: none;
}

.inner,
.wrapper {
    max-width: 1440px;
    margin: 0 auto;
}
.wrapper{
    margin-top: 60px;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background: #000;
    z-index: 9999;
    margin-bottom: 60px;
}
.header .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -64px;
    margin-top: -10px;
}
.header .left {
    position: relative;
    width: 300px;
    padding: 0 40px;
    height: auto;
    background: url(../images/nav-pg.png) 0 60px repeat-x #000;
    z-index: 1000;
}
.navIcon {
    width: 200px;
    position: relative;
    display: block;
    height: 60px;
}
.navIcon:before {
    position: absolute;
    content: '';
    top: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.navIcon.inav:before {
    width: 40px;
    height: 22px;
    background-image: url(../images/icon-nav.png);
}
.navIcon.cnav:before {
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-close.png);
}
.navList {
    width: 300px;
    position: absolute;
    left: 0;
    top: 60px;
    color: #FFFFFF;
    padding: 40px 40px 10px 40px;
    height: auto;
    background: url(../images/nav-pg.png) 0 -60px repeat-x #000;
}
.navList li.focus > h5 a,
.navList ol li.focus a{
    color: #AC8B51;
}

.navList li > h5 {
    font-weight: normal;
    /* font-family: 'PingFangSC-Regular';*/
    font-size: 16px;
    line-height: 22px;
}

.navList ol {
    display: block;
    padding: 15px 0 18px 40px;
}
.navList ol li {
    font-family: 'PingFangSC-Light';
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
}

.topics .item,
.tList .item {
    position: relative;
}
.topics .item a,
.tList .item a{
    display: block;
    cursor: pointer;
    position: relative;
}
.topics .item a:after,
.tList .item a:after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
.topics .item img,
.tList .item img, {
    display: block;
    width: 100%;
    height: auto;
}
.topics .item span.text,
.tList .item span.text {
    
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 27px;
  
}
.topics .item span.text i,
.tList .item span.text i{
    font-style:italic;
}
.topics .item span.text h6,
.tList .item span.text h6{
    font-family: 'PingFangSC-Light';
    font-size: 31px;
}
.topics .item span.text h6{
    line-height: 49px;
    margin-bottom: 20px;
    width: 560px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.topics .item span.text a,
.tList .item span.text a,
.topics .item span.text i,
.tList .item span.text i{
    font-family: 'Georgia';
    color: #fff;
}
.tList .item span.text i{
    padding-right: 10px
}
.tList .item img,
.topics .item img {
    display: block;
    width: 100%;
}


.tList .item span.text * {
    display: inline-block;
}
.tList .item span.text h6 {
    font-family: 'SimSun';
    font-size: 20px;
    line-height: 28px;
    padding-right: 45px;
}
.tList .item span.text em {
    font-family: 'Georgia';
    font-size: 20px;
    line-height: 22px;
}

.detailCon {
    background: #fff;
    width: 100%;
    padding: 40px 0 40px 80px;
    overflow: hidden;

}
.tabs {
    float: left;
    width: 840px;
    overflow: hidden;
}
.itemText {
    margin-left: 880px;
    width: 400px;
}
.itemText > * {
    display: block;
}
.itemText h4 {
    font-family: 'PingFangSC-Medium';
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #4A4A4A;
}
.itemText span {
    font-family: 'PingFangSC-Regular';
    margin-top: 14px;
    font-size: 13px;
    line-height: 18px;
    color: #9B9B9B;
}
.itemText span.price {
    margin-top: 38px;
    font-family: 'Georgia Bold Italic';
    font-size: 20px;
    line-height: 22px;
    color: #AC8B51;
}
.itemText a.buyBtn {
    margin-top: 215px;
    width: 200px;
    height: 40px;
    background: url(../images/icon-tb.png) 0 0 no-repeat;
    cursor: pointer;
}
.detailCon .navigation{
    height: 700px;
    overflow: hidden;
}
.detailCon .navigation,
.detailCon .stage {
    float: left;
}
.detailCon .navigation li {
    position: relative;
    cursor: pointer;
}
.detailCon .navigation li.focus:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border: 3px solid #AC8B51;
}
.detailCon .stage li {
    display: none
}
.detailCon .navigation {
    width: 120px;
    margin-right: 20px;
}
.detailCon .navigation li {
    margin-bottom: 20px;
}
.detailCon .stage {
    width: 700px;
    height: 700px;
    overflow: hidden;
}
.about {
    padding: 80px 0;
    margin: 0 auto;
    width: 700px;
    height: 100%;
    color: #FFFFFF;
}
.about p {
    margin-bottom: 30px;
    font-family: 'PingFangSC-Light';
    font-size: 13px;
    line-height: 20px;
}
.footer {
    height: 60px;
    background: #000;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    color: #fff;
}
/*slides*/
.detailM {
    position: relative;
}
.slidesjs-pagination .active {
    color: red;
}
#slides .slidesjs-previous,
#slides .slidesjs-next {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 70px;
    text-indent: -9999px;
    z-index: 999;
}

.slidesjs-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 1000;
}
.slidesjs-pagination li {
    margin-right: 32px;
    display: inline-block;
    width: 8px;
    height: 8px;

}
.slidesjs-pagination li a {
    margin-right: 32px;
    width: 8px;
    height: 8px;
    background: #e1e0e0;
    border: 1px solid #b6b6b6;
    border-radius: 5px;
}
.slidesjs-pagination .active {
   width: 8px;
    height: 8px;
    background: #AC8B51;
    border: 1px solid #AC8B51;
}
.slidesjs-pagination li a {
    display: block;
    text-indent: -9999px;
}
#slides .slidesjs-previous, #slides .slidesjs-next {
    display: none;
}

/*   #slides{
        margin: 0 16px;
    }*/
.mobileWz .conW.mgg {
    background: #fff
}
.mobileWz .conW.mgg .tit {
    margin-bottom: 10px;
}

li.slidesjs-pagination-item {
    margin-right: 12px;
}
.mBtns{
    display: block;
    position: relative;
}
.mBtns img{
    display: block;
    width: 100%;
    height: auto;
}
.mBtns a{
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 49%;
    margin: 0 !important;
    background: #fff;
    opacity: 0;
}
.mBtns a.m1{
    left: 0;
}
.mBtns a.m2{
    left: 50%;
}
@media only screen and (min-width: 750px) {
    .topics .item span.text {
        top: 50%;
        margin-top: -14px;
    }
    .tList .item span.text {
        bottom: 40px;
    }
    
}
@media only screen and (max-width: 750px) {
    .itemText{
        margin-left: 0;
        padding: 15px 20px;
        background: #fff;
        width: 100%;
    }
    .itemText h4{
        font-family: 'PingFangSC-Medium';
        font-size: 24px;
        line-height: 33px;
    }
    .itemText span{
        font-family: 'PingFangSC-Regular';
        margin-top: 8px;
        font-size: 12px;
        line-height: 17px;
    }
    .itemText span.price{
        font-family: 'Georgia';
        margin-top: 18px;
    }
    .navIcon {
        height: 44px;
    }
    .header .logo {
        height: 12px;
    }
    .header .left,
    .header {
        height: 44px;
    }
    .header .left {
        padding: 0 10px;
    }
    .header .logo {
        z-index: 1001;
    }
    .navList {
        top: 44px;
        width: 250px;
        padding: 20px 20px 10px 20px;
    }
    .inner, .wrapper {
        width: 100%;
    }
    .navIcon.inav:before {
        width: 22px;
    }
    .navIcon.cnav:before {
        width: 13px;
    }
    .topics .item span.text {
        left: 50%;
        margin-left: -110px;
        width: 220px;
        height: 60px;
        bottom: 20px !important;
    }
    .topics .item span.text h6 {
        font-size: 13px;
        line-height: 20px;
        font-weight: normal;
    }
    .topics .item span.text i {
        display: block;
        margin-top: 15px;
        font-size: 10px;
        line-height: 11px;
        font-weight: normal;
    }
    .footer {
        height: 49px;
        font-family: 'PingFangSC-Light';
        font-size: 10px;
        line-height: 49px;
    
    }
    .tList .item span.text {
        bottom: 17px;
    }
    .tList .item span.text h6 {
        font-family: 'PingFangSC-Regular';
        font-size: 12px;
        line-height: 17px;
        padding-right: 11px;
    }
    .tList .item span.text em {
        font-family: 'Georgia';
        font-size: 12px;
        line-height: 14px;
    }
    .about {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        padding: 80px 40px;
        color: #FFFFFF;
    }
}
