﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: Microsoft Yahei;
    list-style: none;
    transition-property: color, border-color;
    transition-duration:0.3s;
    box-sizing: border-box;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input[type="submit"],
input[type="button"]{
    box-sizing:content-box;
}
a {
    text-decoration: none;
}
body {
    background: #ffffff;
    color: #333;
    min-width:1200px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin:0 auto;
    font-size: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    font-weight: 400;
}
img {
    border: 0;
}
textarea,
select,
option,
input {
    outline: none;
}
.left {
    float: left;
}
.clearFix::after{/*清除浮动的类*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.autoMargin{
    margin: 0 auto;
}

/* 分页样式*/
#pages {
    text-align: -webkit-center;
    font-size:14px;
    margin: 20px auto 20px;
}
#pages a {
    display:inline-block;
    height:30px; line-height:30px;
    background:#fff;
    border:1px solid #e3e3e3;
    text-align:center;
    color:#333;
    padding:0 10px;
    margin-left: 5px;
    margin-right: 5px;
}
#pages a.a1 {
    width:56px;
    padding:0
}
#pages a:hover {
    background:#f1f1f1;
    color:#000;
    text-decoration:none
}
#pages span {
    display:inline-block;
    height:30px;
    line-height:30px;
    background:#a67557;
    border:1px solid #a67557;
    color:#fff;
    text-align:center;
    padding:0 10px;
    margin-left: 5px;
    margin-right: 5px;
}
/* 分页样式*/


/*尾部沉底*/
html,
body{
    height: 100%;
}
#container {
    min-height: 100%;
    margin: 0 auto -288px;/*margin-bottom的负值等于footer高度*/
    overflow: hidden;
}
.push, #footer {
    height: 288px;
}
/*尾部沉底*/





#header{
    width: 100%;
    height: 117px;
    background: url("../images/headLine.png");
    background-repeat: no-repeat;
    background-position: center top;
}
.headLine{
    width: 1200px;
    height: 117px;
    margin: 0 auto;
}
.headLine>div{
    display: inline-block;
    vertical-align: top;
}
.logo{
    padding-top: 20px;
}
.logo a{
    display: block;
    width: 310px;
    height: 90px;
}

.hpNev-Wrapper{
    height: 34px;
    padding-top: 54px;
    float: right;
    position: relative;
    z-index: 10;
}
.hp-nev>li{
    display: inline-block;
    vertical-align: top;
    margin-left: 45px;
}
.hp-nev>li:first-of-type{
    margin-left: 0;
}

.hp-nev a{
    display: block;
    width: 107px;
    height: 34px;
    line-height: 34px;
    text-align: center;

}
.hp-nev>li>a{
    font-size: 18px;
    color: #333333;
}
.hp-nev>li>a:hover{
    color: #a77658;
}
.selected-nev{
    color: #a77658!important;
}
.hp-nev>li>ul{
    background: #a67557;
    display: none;
}
.hp-nev>li>ul>li>a{
    font-size: 16px;
    color: white;
}
.hp-nev>li>ul>li>a:hover{
    background: #c19f8a;
}


/*hp-banner*//*hp-banner*//*hp-banner*//*hp-banner*/

.hp-banner{
    width: 100%;
}
.hp-banner .swiper-container {
    width: 100%;
}
.hp-banner .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hp-banner .swiper-pagination{
    bottom: 30px!important;
}
.hp-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 16px;
    height:16px;
    background: #808080;
    opacity: 1;
    margin: 0 10px;
}
.hp-banner .swiper-pagination-bullet-active{
    background: white!important;
}

/*
.hp-banner .swiper-button-next,
.hp-banner .swiper-button-prev{
    width: 64px;
    height: 114px;
}
.hp-banner .swiper-button-prev{
    background: url("../images/icon/hp-banner-arrow.png") no-repeat left;
    left: 0;
}
.hp-banner .swiper-button-next{
    background: url("../images/icon/hp-banner-arrow.png") no-repeat right;
    right: 0;
}*/


/*hp-banner*//*hp-banner*//*hp-banner*//*hp-banner*/



.content-wrapper{
    width: 100%;
    background-size: cover;
}
.content{
    width: 100%;
    padding-top: 20px;
}
.search{
    width: 890px;
    height: 200px;
    background: url("../images/hpSearch.png");
    margin: 0 auto;
    margin-top: 30px;
}

.title{
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.search form{
    margin-top: 50px;
    text-align: center;
}
.search form input[type="text"]{
    width: 600px;
    height: 50px;
    border: 1px solid #a67557;
    font-size: 20px;
    background: url("../images/icon/search.png") white;
    background-position: 20px center;
    background-repeat: no-repeat;
    padding-left: 55px;
    padding-right: 20px;
}
.search form input[type="submit"]{
    width: 140px;
    height: 50px;
    border: none;
    font-size: 20px;
    color: white;
    background: #a67557;
    cursor: pointer;
}



.title>div{
    width: 275px;
    height: 23px;
    margin:  auto;
    margin-top: 20px;
    background: url("../images/title.png") center no-repeat;
}






/*hpVideo*//*hpVideo*//*hpVideo*//*hpVideo*/
.craftsman .hpCraftsmanSwiper{
    width: 1200px;
    margin: 50px auto 0;
}
.craftsman .swiper-container {
    width: 100%;
    /*height: 100%;*/
}
.craftsman .swiper-slide {
    text-align: center;
    /*font-size: 18px;*/

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*
.hpVideoWrapper .swiper-button-next,
.hpVideoWrapper .swiper-button-prev{
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 9999;
}
.hpVideoWrapper .swiper-button-prev{
    background: url("../images/icon/arrow-left.png") no-repeat left;
    left: 0;
}
.hpVideoWrapper .swiper-button-next{
    background: url("../images/icon/arrow-right.png") no-repeat right;
    right: 0;
}/*



/*hpVideo*//*hpVideo*//*hpVideo*//*hpVideo*/

.craftsman{
    padding-bottom: 50px;
    border-bottom: 1px solid #b1b4b0;
}
.craftsman-img{
    border: 1px solid #a67557;
    padding: 9px 7px;
}
.craftsman-img>a{
    display: block;
}
.craftsman-img img{
    width: 270px;
}
.craftsman-info{
    padding-bottom: 20px;
}
.craftsman-info h3{
    font-size: 22px;
    line-height: 22px;
    margin-top: 30px;
    font-weight: normal;
}
.craftsman-info h3 a{
    color: #333333;
}
.craftsman-info p{
    font-size: 16px;
    margin-top: 20px;
    color: #666666;
}




.craftsman .seeMore{
    margin: 30px auto 0;
}
.seeMore{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #666666;
    font-size: 18px;
    text-align: center;
    color: #333333;
}



.jade{
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b1b4b0;
}
.jadeList{
    width: 1200px;
    margin: 30px auto;
}
.jadeItem{
    width: 370px;
    display: inline-block;
    vertical-align: top;
    margin-left: 45px;
}
.jadeItem:nth-of-type(3n+1){
    margin-left: 0;
}
.jadeItem>p{
    font-size: 18px;
    line-height: 80px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.jadeItem>p>a{
    color: #333333;
}
.jadeItem>p>a:hover{
    color: #a8795c;
}

.jadeImg{
    width: 370px;
    height: 240px;
    position: relative;
    overflow: hidden;
}
.jadeImg img{
    width: 370px;
    height: 240px;
    display: block;

}
.jadeShadow{
    width: 370px;
    height: 240px;
    margin-top: -240px;
    background: #333333;
    opacity: 0.6;
    /*transition: all 600ms;*/
    display: none;
}
.jadeImg .seeMore{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -80px;
    z-index: 1;
    border-color: white;
    color: white;
    display: none;
}
.seeMore:hover{
    background: #a8795c;
    color: white;
}
.jadeImg .seeMore:hover{
    background: #e8ece8;
    color: #a8795c;
}



.news{
    padding-top: 50px;
    padding-bottom: 50px;
}
.news-list{
    width: 1200px;
    margin: 0 auto;
}
.news-item{
    padding: 20px 0;
    border-bottom: 1px dashed #a1a4a1;
}
.news-item>div{
    display: inline-block;
    vertical-align: top;
}
.news-content{
    width: 890px;
    margin-left: 50px;
}
.news-content>h4>a{
    color: #333333;
    font-size: 20px;
    line-height: 20px;
    display: block;
}
.news-content>h4>a:hover{
    color: #a67557;
}
.news-content>p{
    line-height: 30px;
    font-size: 16px;
    margin-top: 20px;
}
.news-content>span{
    color: #666666;
    font-size: 16px;
    display: block;
    margin-top: 20px;
}
.news-content>a{
    color: #a67557;
    font-size: 16px;
    margin-top: 20px;
    display: block;
    width: 100px;
}
.news-content>a:hover{
    text-decoration: underline;
}
.news .seeMore{
    margin: 40px auto 0;
}



#footer{
    background-image: url("../images/footer.png");
}
.tailLine {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
}
.copyright{
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}
.hpContact{
    width: 1200px;
    margin: 0 auto;
}
.hpContact>div{
    width: 600px;
    height: 230px;
    display: inline-block;
    vertical-align: top;
}
.bottom-logo{
    display: block;
    width: 130px;
    height: 130px;
    background-image: url("../images/bottomLogo.png");
    background-size: cover;
    margin-left: 300px;
    margin-top: 55px;
}
.hpContact-text{
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
    padding-top: 55px;
}
.hpContact-text p{
    text-indent: 58px;
}
.hpContact-text p:nth-of-type(1){
    background: url("../images/icon/qq.png") no-repeat;
    background-position: 11px center;
}
.hpContact-text p:nth-of-type(2){
    background: url("../images/icon/mail.png") no-repeat;
    background-position: 11px center;
}
.hpContact-text p:nth-of-type(3){
    background: url("../images/icon/wechat.png") no-repeat;
    background-position: 11px center;
}





.banner{
    width: 100%;
    height: 400px;
}





.location{
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #666666;
    border-bottom: 1px solid #cbcbca;
    background: url("../images/icon/house.png") no-repeat left;
    padding-left: 30px;
    margin-bottom: 30px;
}
.location a{
    color: #666666;
}
.location a:hover{
    color: #a67557;
}



.menu{
    width: 180px;
    display: inline-block;
    vertical-align: top;
}
.menu>h3{
    font-size: 24px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background: #a67557;
    color: white;
    text-align: center;
    font-weight: normal;
}
.menu>ul>li{
    margin-top: 2px;
}
.menu>ul>li>a{
    font-size: 18px;
    width: 180px;
    height: 36px;
    line-height: 36px;
    display: block;
    text-align: center;
    background: #a67557;
    color: white;
}
.menu>ul>li>a:hover{
    background: #c19f8a;
}
.selectedMenu{
    background: #c19f8a!important;
}


.detail-wrapper{
    width: 1200px;
    margin: 0 auto;
}


.contentDetail{
    display: inline-block;
    vertical-align: top;
    width: 970px;
    margin-left: 50px;
    padding-bottom: 30px;
}
.contentDetail>li{
    display: inline-block;
    margin-left: 20px;
}
.contentDetail>li img{
    width: 310px;
}
.contentDetail>li:nth-of-type(3n+1){
    margin-left: 0;
}
.contentDetail>li>p{
    font-size: 18px;
    line-height: 77px;
    text-align: center;
    color: #333333;
}
.contentDetail>li>p>a{
    color: #333333;
}
.contentDetail>li>p>a:hover{
    color: #a67557;
}





.jadeShow{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.jadeShow>div{
    display: inline-block;
    vertical-align: top;
}
.show-swiper{
    width: 540px;
}




/*show-swiper*//*show-swiper*//*show-swiper*/

.show-swiper .swiper-container {
    width: 100%;
    /*height: 300px;*/
    margin-left: auto;
    margin-right: auto;
}
.show-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
}
.show-swiper .gallery-top {
    height: 350px;
    width: 540px;
}
.show-swiper .gallery-thumbs {
    height: 86px;
    width: 444px;
    box-sizing: border-box;
    margin-top: 20px;
}
.show-swiper .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1;
}
.show-swiper .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.arrow-wrapper{
    width: 100%;
    height: 86px;
    margin-top: -86px;
    position: relative;
}
.jadeShow .swiper-button-prev{
    width: 18px;
    height: 36px;
    left: 0;
    background: url("../images/icon/arrow.png") left no-repeat;
}
.jadeShow .swiper-button-next{
    width: 18px;
    height: 36px;
    right: 0;
    background: url("../images/icon/arrow.png") right no-repeat;
}
/*show-swiper*//*show-swiper*//*show-swiper*/



.show-description{
    width: 580px;
    margin-left: 80px;
}
.show-description h3{
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
.show-description p{
    font-size: 16px;
    color: #555555;
    line-height: 40px;
}
.show-description span{
    font-size: 18px;
}
.show-description p a{
    font-size: 20px;
    font-weight: bold;
    color: #a67557;
}
.show-description>a{
    width: 120px;
    height: 36px;
    font-size: 16px;
    color: white;
    background: #a67557;
    display: block;
    text-align: center;
    line-height: 36px;
    margin-top: 40px;
    float: right;
    margin-right: 10px;
}



.jade-detail{
    width: 1200px;
}
.jade-intro h4{
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 30px;
}
.jade-intro p{
    font-size: 18px;
    line-height: 40px;
}
.jade-intro img{
    display: block;
    width: 896px;
    height: 574px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.other-jade{
    width: 1200px;
}
.other-jade h3{
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}



.other-jade .contentDetail{
    width: 970px;
    padding: 0 auto;
}
.other-jade>ul{
    text-align: center;
    margin-top: 40px;
}
.other-jade>ul>li{
    width: 310px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.other-jade>ul>li:first-of-type{
    margin-left: 0;
}
.other-jade>ul>li img{
    width: 310px;
}
.other-jade>ul>li>p{
    line-height: 77px;
}
.other-jade>ul>li>p>a{
    font-size: 18px;
    color: #333333;
}
.other-jade>ul>li>p>a:hover{
    color: #a67557;
}





.famous-craftsman{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.famous-craftsman>li{
    width: 280px;
    display: inline-block;
    vertical-align: top;
    margin-left: 26px;
}
.famous-craftsman>li:nth-of-type(4n+1){
    margin-left: 0;
}
.famous-craftsman>li>.craftsman-img{
    width: 280px;
    height: 360px;
}
.famous-craftsman img{
    width: 266px;
    height: 342px;
}
.famous-craftsman .craftsman-info{
    text-align: center;
}





.cd-wrapper{
    border-bottom: 1px solid #b1b0b1;
}
.craftsman-detail{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}



.craftsman-detail img{
    width: 320px;
}
.craftsman-detail>div{
    display: inline-block;
    vertical-align: top;
}
.craftsman-detail>div:nth-of-type(2){
    margin-left: 60px;
    width: 820px;
}
.craftsman-detail h3{
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
}
.craftsman-detail h4{
    font-size: 18px;
    font-weight: normal;
    margin:14px 0 6px;
}
.craftsman-detail p{
    font-size: 16px;
    line-height: 36px;
    color: #555555;
}
.craftsman-detail span{
    font-size: 18px;
    color: #333333;
}




.otherJade-swiper h3{
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    margin: 50px auto;
}





/*hpVideo*//*hpVideo*//*hpVideo*//*hpVideo*/
.otherJade-swiper{
    width: 1200px;
    margin: 50px auto 0;
    position: relative;
    padding-bottom: 20px;
}
.otherJade-swiper .swiper-container {
    width: 970px;
    /*height: 100%;*/
}
.otherJade-swiper .swiper-slide {
    text-align: center;
    /*font-size: 18px;*/

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.otherJade-swiper .swiper-button-next,
.otherJade-swiper .swiper-button-prev{
    width: 37px;
    height: 75px;
    position: absolute;
    z-index: 9999;
}
.otherJade-swiper .swiper-button-prev{
    background: url("../images/icon/bigArrow.png") no-repeat left;
    left: 0;
    top: 0;
    margin-top: 0;
}
.otherJade-swiper .swiper-button-next{
    background: url("../images/icon/bigArrow.png") no-repeat right;
    right: 0;
    top: 0;
    margin-top: 0;
}



.otherJade-arrow{
    width: 1200px;
    height: 75px;
    position: absolute;
    top: 40%;
}


/*hpVideo*//*hpVideo*//*hpVideo*//*hpVideo*/
.otherJade-swiper img{
    width: 310px;
}
.otherJade-swiper p{
    line-height: 77px;
}
.otherJade-swiper p>a{
    font-size: 18px;
    color: #333333;
}
.otherJade-swiper p>a:hover{
    color: #a67557;
}





.searchResult{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.searchResult h3{
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}
.searchResult>p{
    font-size: 18px;
    margin-top: 40px;
    line-height: 36px;
}
.searchResult div{
    text-align: center;
}
.searchResult div>p{
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}
.searchResult div>p:nth-of-type(2){
    margin-left: 20px;
}
.searchResult div>p>span{
    color: red;
}
.searchResult img{
    display: block;
    margin: 50px auto;
}





.news-wrapper{
    width: 1200px;
    margin: 0 auto;
}
.news-wrapper .menu ul ul{
    padding-bottom: 10px;
    background: #a67557;
    display: none;
}
.news-wrapper .menu ul ul li{
    font-size: 16px;
    text-align: center;
}
.news-wrapper .menu ul ul li a{
    color: white;
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
}
.news-wrapper .menu ul ul li a:hover{
    background: #c19f8a;
}
.news-wrapper>.menu>ul>li>a{
    display: inline-block;
    vertical-align: top;
}
.news-wrapper>.menu>ul>li>a>span{
    width: 14px;
    height: 14px;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    right: 17px;
    top: 11px;
    background: url("../images/icon/menu-arrow.png") no-repeat ;
    transition: all 0.4s;
}

.news-wrapper>.menu>ul>li>a{
    position: relative;
}


.news-wrapper .news-list{
    display: inline-block;
    vertical-align: top;
    margin-top: -20px;
    padding-bottom: 30px;
}
.news-wrapper .news-list>li:last-of-type{
    margin-bottom: 50px;
}
.news-wrapper .news-list{
    width: 970px;
    margin-left: 50px;
}
.news-wrapper .news-content{
    width: 660px;
}
.news-wrapper .news-content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}





.news-detail{
    width: 1200px;
    margin: 0 auto;
}
.news-detail h3{
    font-size: 24px;
    text-align: center;
    color: #666666;
    font-weight: normal;
}
.news-detail h4{
    font-size: 16px;
    text-align: center;
    color: #666666;
    font-weight: normal;
    margin: 20px auto;
}
.news-detail>p{
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    text-indent: 2em;
}
.news-detail img{
    width: 910px;
    display: block;
    margin: 20px auto;
}
.uNd{
    line-height: 36px;
    font-size: 16px;
    margin: 40px 0;
}
.uNd a{
    color: #666666;
}
.uNd a:hover{
    color: #a67557;
}






.news-img img{
    width: 260px;
}