/*分页*/
#Paging a {
    text-decoration: none;
}

#Paging a:hover {
    text-decoration: none;
}

#Paging {
    /*padding: 15px 20px;*/
    color: #ccc;
    text-align: center;
    clear: both;
    padding-top: 30px;
    padding-bottom: 90px;
    overflow: hidden;
    margin: 0 auto;
    height: 30px;
}

#Paging a {
    display: inline-block;
    color: #8a8282;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 4px;
    box-sizing: border-box;
    vertical-align: middle;
}

#Paging a:hover {
    text-decoration: none;
    border: 1px solid #003132;
    background-color: #003132;
    color: #fff;
}

#Paging span.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #003132;
    border: 1px solid #003132;
    border-radius: 4px;
    vertical-align: middle;
}

#Paging span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}
/*咨询*/
.btnbar {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    clear: both;
}

.btnbar .go,
.opformbtn {
    padding: 8px 30px;
    background-color: #98251e;
    color: #fff;
}

.opformbtn:hover {
    color: #fff;
}

.btnbar .opformbtn {
    margin-left: 20px;
}

.showbtn {
    padding: 5px 10px;
    background-color: #a05151;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
}

.layui-layer-setwin .layui-layer-close {
    background-position: 0px -39px;
}

.layui-btn, .layui-btn-primary:hover {
    background: #003132;
    color: #fff;
}

.layui-btn-primary, .layui-btn-primary:hover {
    border-color: #003132;
}

.consul_min {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 217px;
    height: 90px;
    z-index: 20;
    display: none;
    cursor: pointer;
}
#header {
    position: relative;
    width: 100%;
    /* height: 98px; */
    background: #003132;
}
#header>.wrap {
    max-width: 1560px;
    width: 96%;
    margin: 0 auto;
    height: 98px;
}

#header .hw-left {
    float: left;
    position: relative;
    width: 193px;
    height: 98px;
}

#header .hw-left .logo {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    width: 193px;
    height: 59px;
}

#header .hw-left .logo img {
    width: 100%;
    max-width: 100%;
}

#header .hw-right {
    float: right;
    height: 98px;
}

.hw-right-wrap {
    float: left;
}

#header .hw-right-wrap .navigation {
    float: left;
    padding-top: 16px;
    /* margin-right: 72px; */
}

#header .hw-right-wrap .navigation li {
    float: left;
}

#header .navigation li > a {
    display: inline-block;
    padding: 0 22px;
    font-size: 1em;
    line-height: 82px;
    color: #cba66b;
}

#header .navigation .nav-item {
    display: inline-block;
    padding: 0 22px;
    font-size: 1em;
    line-height: 82px;
    color: #cba66b;
}

#header .navigation .ni-cur {
    background: url(../image/totop-arrow.png) no-repeat;
    background-size: 21px 7px;
    background-position: center 57px;
}

#header .hw-right-wrap .navigation li .subMenu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 100;
    width: 100%;
}

#header .subMenu-list {
    width: 100%;
    height: 400px;
    text-align: center;
    display: table;
    word-spacing: -1em;
    padding-top: 80px;
    box-sizing: border-box;
    background-color: #fff;
}

#header .subMenu-list .wrap {
    max-width: 1280px;
    margin: 0 auto;
}

#header .subMenu-item {
    display: inline-block;
    text-align: center;
    margin-left: 28px;
}

#header .subMenu-item:first-child {
    margin-left: 0;
}

#header .subMenu-item h1 {
    display: block;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1;
    color: #000;
    margin-bottom: 34px;
}

#header .subMenu-item img {
    display: block;
    max-width: 190px;
    margin-bottom: 36px;
    transition: all .5s;
}

#header .subMenu-item i {
    display: block;
    width: 140px;
    height: 30px;
    margin: 0 auto;
    font-size: .875em;
    line-height: 30px;
    color: #4c4948;
    border: 1px solid #4c4948;
}
#header .subMenu-item:hover img {
    transform:scale(1.1);
}
#header .subMenu-item:hover i {
    color: #fff;
    border-color: #cba66b;
    background-color: #cba66b;
}




#header .hw-right-wrap .hotline {
    float: left;
    padding: 26px 33px 0 0;
    max-width: 151px;
    margin-left: 72px;
}

#header .hw-right-wrap .hotline img {
    width: 100%;
    max-width: 100%;
}

#header .hw-right .search-wrap {
    display: none;
    border-bottom: 1px solid #636d57;
    float: left;
    position: relative;
    z-index: 1000;
}

#header .hw-right .search-wrap input {
    width: 780px;
    height: 38px;
    color: #cba66b;
    border: none;
    font-size: 1em;
    background: transparent;
    outline: none;
    margin-top: 39px;
    padding: 0 5px;
    box-sizing: border-box;
}
#header .hw-right .search-wrap input::placeholder {
    color: #cba66b;
}

#header .hw-right .search-icon {
    float: left;
    margin-top: 53px;
    position: relative;
    z-index: 1000;
    max-width: 20px;
    cursor: pointer;
}

#header .hw-right .search-icon img {
    width: 100%;
    max-width: 100%;
}

#header .mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    /* opacity: 0; */
    background: rgba(0, 0, 0, .4);
}
#header_M .mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    /* opacity: 0; */
    background: rgba(0, 0, 0, .4);
}
#header_M .mask_C {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    /* opacity: 0; */
    background: rgba(0, 0, 0, .4);
}


#header_M {
    display: none;
    width: 100%;
}
#header_M .hm_A {
    width: 100%;
    height: 1rem;
    background: #003132;
    padding: 0 .46rem;
    box-sizing: border-box;
}
#header_M .hm_Al {
    float: left;
    width: 2.15rem;
    height: .65rem;
    margin-top: .175rem;
}
#header_M .hm_Al img {
    max-width: 100%;
}
#header_M .hm_Ar {
    float: right;
    font-size: 0;
    text-align: center;
    margin-top: .33rem;
}
#header_M .hm_Ar .hm_Ars {
    display: inline-block;
    width: .34rem;
    height: .34rem;
    margin-right: .23rem;
    vertical-align: middle;
    cursor: pointer;
}
#header_M .hm_Ar .hm_Arm {
    display: inline-block;
    width: .34rem;
    height: .27rem;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 1000;
}
#header_M .hm_Ar img {
    max-width: 100%;
}

#header_M .hm_Am {
    display: none;
    font-size: 0;
    padding: .3rem 0 .05rem;
    border-bottom: .01rem solid #cba66b;
    text-align: left;
    position: relative;
    z-index: 1000;
}

#header_M .hm_Am input {
    float: left;
    width: 6rem;
    height: .4rem;
    font-size: .2rem;
    border: none;
    outline: none;
    color: #cba66b;
    padding: 0 .1rem 0 .44rem;
    box-sizing: border-box;
    background: none;
    vertical-align: middle;
    background: url('../image/search_icon.png') no-repeat;
    background-position: left center;
    background-size: .34rem;
    overflow: hidden;
}
#header_M .hm_Am input::placeholder {
    color: #cba66b;
}
#header_M .hm_Am span {
    float: right;
    width: .21rem;
    height: .21rem;
    margin-top: .1rem;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
}
#header_M .hm_Am img {
    max-width: 100%;
}

#header_M .hm_B {
    width: 100%;
    height: .7rem;
    background: #fff;
    font-size: 0;
    text-align: center;
}
#header_M .hm_B a {
    display: inline-block;
    padding: 0 .2rem;
    font-size: .28rem;
    line-height: .7rem;
    color: #000;
}
#header_M .hm_C {
    display: none;
    position: fixed;
    top: 1rem;
    left: 0;
    width: 5.5rem;
    height: 100%;
    background: #fff;
    z-index: 1000;
    padding: .5rem 0 1rem;
}
#header_M .hm_C li {
    padding-right: .5rem;
    cursor: pointer;
}
#header_M .hm_C li .tle {
    padding-left: .5rem;
    border-bottom: .01rem solid #ddd;
}
#header_M .hm_C li .tle span {
    float: left;;
    font-size: .3rem;
    line-height: 1rem;
}
#header_M .hm_C li .tle i {
    float: right;
    width: .16rem;
    height: .16rem;
    margin-top: .42rem;
    background: url(../image/icon_jia.png) no-repeat;
    background-size: 100%;
}
#header_M .hm_C li .tle .all_a {
    float: right;
    width: .18rem;
    height: .02rem;
    margin-top: .22rem;
    background: url(../image/icon_jian.jpg) no-repeat;
    background-size: 100%;
}
#header_M .hm_C li .sub {
    display: none;
    padding: .1rem .6rem;
    border-bottom: .01rem solid #cba66b;
}
#header_M .hm_C li .sub dd a {
    font-size: .24rem;
    line-height: 300%;
    display: block;
    width: 100%;
    height: 100%;
}

.scrollbar {
    overflow-x: hidden;
    overflow-y: hidden;
}


.nav_s {
    display: none;
    width: 100%;
    text-align: center;
    height: 70px;
    background: #fff;
    font-size: 0;
}
.nav_s dd {
    display: inline-block;
}
.nav_s dd a {
    display: block;
    font-size: 16px;
    line-height: 70px;
    padding: 0 20px;
    color: #000;
}




#sen_A {
    width: 100%;
    max-height: 793px;
    overflow: hidden;
}
#sen_A .swiper-button-prev {
    width: 18px;
    height: 24px;
    background: url('../image/prev_s.png') no-repeat;
    background-size: 100%;
    position: absolute;
    left: 120px;
    outline: none;
    transition: all .5s;
    opacity: 0;
}

#sen_A .swiper-button-next {
    width: 18px;
    height: 24px;
    background: url('../image/next_s.png') no-repeat;
    background-size: 100%;
    position: absolute;
    right: 120px;
    outline: none;
    transition: all .5s;
    opacity: 0;
}
#sen_A:hover .swiper-button-next,
#sen_A:hover .swiper-button-prev {
    opacity: 1;
    z-index: 50;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}
#sen_A:hover .swiper-button-next.swiper-button-disabled,
#sen_A:hover .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
}

#sen_A .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
}
#sen_A .swiper-pagination .swiper-pagination-bullet-active {
    background: #cba66b;
}

#sen_A img {
    width: 100%;
    max-width: 100%;
}

.record {
    width: 100%;
    /* height: 100px; */
    background: #003132;
}

.record .wrap {
    max-width: 1280px;
    margin: 0 auto;
    height: 100px;
}

.record .wrap .rw-left {
    float: left;
    position: relative;
    max-width: 324px;
    width: 28%;
    height: 100px;
}

.record .wrap .rw-left img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 100%;
}

.record .wrap .rw-right {
    position: relative;
    float: right;
    font-size: 0;
    margin-top: 30px;
    text-align: center;
    width: 68%;
}

.record .wrap .rw-right input {
    max-width: 200px;
    width: 23.5%;
    height: 40px;
    border: none;
    outline: none;
    margin-left: 2%;
    background: #fff;
    padding: 0 14px;
    font-size: 16px;
    color: #3e3a39;
    box-sizing: border-box;
    vertical-align: top;
}

.record .wrap .rw-right input:first-child {
    margin-left: 0;
}

.record .wrap .rw-right input[type=button] {
    color: #fff;
    padding: 0;
    background: #cba66b;
}

.record_M {
    display: none;
    width: 100%;
    height: 1rem;
    background: #003132;
    text-align: center;
    font-size: 0;
    padding-top: .3rem;
    box-sizing: border-box;
}
.record_M input {
    display: inline-block;
    width: 1.6rem;
    height: .4rem;
    border: none;
    outline: none;
    background: #fff;
    padding: 0 .09rem;
    margin-left: .12rem;
    box-sizing: border-box;
    font-size: .24rem;
}
.record_M input:first-child {
    margin-left: 0;
}
.record_M input[type=button] {
    color: #fff;
    padding: 0;
    background: #cba66b;
}


#sen_B {
    width: 100%;
    background: #fff;
    padding-top: 83px;
    overflow: hidden;
    padding-bottom: 83px;
}

.title {
    width: 100%;
    margin-bottom: 33px;
}

.title i {
    display: block;
    max-width: 292px;
    margin: 0 auto;
    margin-bottom: 26px;
}

.title i img {
    width: 100%;
    max-width: 100%;
}

.title h1 {
    font-size: 1.625em;
    text-align: center;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.title p {
    font-size: 1em;
    color: #3e3a39;
    text-align: center;
}

.sen_Ba {
    position: relative;
    max-width: 1280px;
    margin: 0 auto 31px;
}

/* .sen_Ba::after {
    position: absolute;
    left: -320px;
    top: 0;
    content: '';
    background: #fff;
    width: 320px;
    height: 100%;
    z-index: 10;
} */

.sen_Ba .swiper-slide img {
    width: 100%;
    max-width: 100%;
}

.sen_Ba .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: url('../image/star_prev.jpg') no-repeat;
    background-size: 100%;
    z-index: 100;
    position: absolute;
    left: -70px;
    outline: none;
    pointer-events: auto;
    transition: all .5s;
}

.sen_Ba .swiper-button-prev:hover {
    background: url('../image/star_prev_y.jpg') no-repeat;
}

.sen_Ba .swiper-button-next {
    width: 50px;
    height: 50px;
    background: url('../image/star_next.jpg') no-repeat;
    background-size: 100%;
    z-index: 100;
    position: absolute;
    right: -70px;
    outline: none;
    pointer-events: auto;
    transition: all .5s;
}

.sen_Ba .swiper-button-next:hover {
    background: url('../image/star_next_y.jpg') no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}


.sen_Bb {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 32px;
}

.sen_Bb li {
    position: relative;
    float: left;
    margin-left: 1.25%;
    max-width: 200px;
    width: 15.625%;
    height: 100%;
}

.sen_Bb li:first-child {
    margin-left: 0;
}

.sen_Bb li img {
    width: 100%;
    max-width: 100%;
}

.sen_Bb li span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
    transition: all .5s;
}
.sen_Bb li span i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}
.sen_Bb li:hover span {
    opacity: 0;
}
.sen_Bc {
    display: none;
    max-width: 1280px;
    width: 96%;
    margin: 0 auto 32px;
    overflow: hidden;
}
.sen_Bc .swiper-slide {
    width: auto;
}
.sen_Bc .swiper-slide a {
    position: relative;
    display: block;
    width: 2rem;
    height: 1.5rem;
}
.sen_Bc .swiper-slide a img {
    max-width: 100%;
}
.sen_Bc .swiper-slide a span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
    transition: all .5s;
}
.sen_Bc .swiper-slide a span i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: .28rem;
    line-height: 1;
    color: #fff;
    text-align: center;
}
.sen_Bc .swiper-button-prev {
    width: .2rem;
    height: .3rem;
    background-size: .2rem .3rem;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 50%;
    margin: auto;
    outline: none;
    transition: all .5s;
}

.sen_Bc .swiper-button-next {
    width: .2rem;
    height: .3rem;
    background-size: .2rem .3rem;
    z-index: 100;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 50%;
    margin: auto;
    outline: none;
    transition: all .5s;
}

.moveBtn {
    display: block;
    width: 300px;
    height: 45px;
    margin: 0 auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 16px;
    color: #3e3a39;
    line-height: 43px;
    text-align: center;
    /* background: #fff; */
    cursor: pointer;
}

.moveBtn:hover {
    color: #fff;
    border-color: #c3a371;
    background: #cba66b;
}



#sen_C {
    width: 100%;
    background: #fff;
    padding: 103px 0 100px;
    overflow: hidden;
}

#sen_C .title {
    margin-bottom: 30px;
}

#sen_C .title i {
    max-width: 267px;
    margin-bottom: 21px;
}

#sen_C .title p {
    line-height: 26px;
}
#sen_C .nav {
    display: none;
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-bottom: .35rem;
}
#sen_C .nav a {
    display: inline-block;
    width: 1.8rem;
    height: .48rem;
    border: .01rem solid #ddd;
    box-sizing: border-box;
    font-size: .28rem;
    line-height: .48rem;
    color: #3e3a39;
    margin-left: .16rem;
}
#sen_C .nav a:first-child {
    margin-left: 0;
}

.sen_Ca {
    max-width: 1280px;
    width: 96%;
    margin: 0 auto 33px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}

.sen_Caa {
    /* float: left; */
    margin-right: 1030px;
    position: relative;
    height: 550px;
    z-index: 100;
}

.sen_Ca li {
    position: relative;
    width: 100%;
    height: 174px;
    font-size: 18px;
    color: #fff;
    line-height: 174px;
    text-align: center;
    background: #003132;
    cursor: pointer;
}

.sen_Ca .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -130%;
    margin: auto;
    width: 130%;
    height: 102px;
    font-size: 18px;
    line-height: 102px;
    color: #fff;
    padding-left: 40%;
    text-align: left;
    box-sizing: border-box;
    background: url('../image/star_arrow.png') no-repeat;
    background-size: 28px 28px;
    background-position: 90% center;
    background-color: #cba66b;
    z-index: 100;
    transition: all .5s;
}

.sen_Ca li:hover .mask {
    left: 0;
}

.sen_Ca .sen_Caa_item {
    position: relative;
    width: 100%;
    height: 202px;
    font-size: 18px;
    color: #fff;
    line-height: 202px;
    text-align: center;
    background: #003132;
    cursor: pointer;
}

.sen_Ca .sen_Caa_item:hover .mask {
    left: 0;
}

.sen_Ca .sen_Caa_item::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 80%;
    height: 1px;
    background: #cba66b;
}

.sen_Ca .sen_Caa_item::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 80%;
    height: 1px;
    background: #cba66b;
}

.sen_Cab {
    float: right;
    width: 1030px;
    position: relative;
}

.sen_Cab img {
    max-width: 100%;
}
.sen_Cab .swiper-button-prev {
    display: none;
}
.sen_Cab .swiper-button-next {
    display: none;
}
.sen_Cab .swiper-pagination {
    display: none;
}

.sen_Cb {
    position: relative;
    max-width: 1280px;
    margin: 0 auto 33px;
    padding: 0 130px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #f5f1f1;
}

.sen_Cb .swiper-slide {
    width: auto;
}

.sen_Cb .swiper-slide img {
    max-width: 240px;
}

.sen_Cb .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: url('../image/star_prev.jpg') no-repeat;
    background-size: 100%;
    position: absolute;
    left: 40px;
    z-index: 50;
    outline: none;
    transition: all .5s;
}

.sen_Cb .swiper-button-prev:hover {
    background: url('../image/star_prev_y.jpg') no-repeat;
}

.sen_Cb .swiper-button-next {
    width: 50px;
    height: 50px;
    background: url('../image/star_next.jpg') no-repeat;
    background-size: 100%;
    position: absolute;
    right: 40px;
    z-index: 50;
    outline: none;
    transition: all .5s;
}

.sen_Cb .swiper-button-next:hover {
    background: url('../image/star_next_y.jpg') no-repeat;
}

#sen_CM {
    display: none;
    width: 100%;
    background: #ebecec;
    padding: .7rem 0;
    overflow: hidden;
}
#sen_CM .title {
    margin-bottom: .33rem;
}
#sen_CM .title i {
    max-width: 2.81rem;
    height: .37rem;
    margin-bottom: .21rem;
}
#sen_CM .nav {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-bottom: .35rem;
}
#sen_CM .nav a {
    display: inline-block;
    width: 1.5rem;
    height: .36rem;
    border: .01rem solid #ddd;
    box-sizing: border-box;
    font-size: .22rem;
    line-height: .34rem;
    color: #3e3a39;
    margin-left: .16rem;
}
#sen_CM .nav a:first-child {
    margin-left: 0;
}
#sen_CM .nav a:hover {
    color: #fff;
    border: .01rem solid #003132;
    background: #003132;
}
#sen_CM .nav .cur {
    color: #fff;
    border: .01rem solid #003132;
    background: #003132;
}
#sen_CM .carousel {
    position: relative;
    width: 6.5rem;
    margin: 0 auto .34rem;
}
#sen_CM .carousel img {
    max-width: 100%;
}

#sen_CM .carousel .swiper-button-prev {
    width: .2rem;
    height: .3rem;
    background-size: .2rem .3rem;
    left: .3rem;
}
#sen_CM .carousel .swiper-button-next {
    width: .2rem;
    height: .3rem;
    background-size: .2rem .3rem;
    right: .3rem;
}

#sen_CM .carousel .swiper-pagination {
    font-size: .22rem;
    color: #fff;
    text-align: right;
    padding-right: .2rem;
    box-sizing: border-box;
}






#sen_D {
    width: 100%;
    height: auto;
    background: url('../image/private_bg.jpg') center no-repeat;
    /* background-position: center;
    background-size: auto 100%; */
    padding: 94px 0;
}

#sen_D .title {
    margin-bottom: 33px;
}

#sen_D .title i {
    max-width: 397px;
    margin-bottom: 50px;
}

#sen_D .title s {
    display: block;
    max-width: 740px;
    margin: 0 auto;
}

#sen_D .title s img {
    width: 100%;
    max-width: 100%;
}
#sen_D .title p {
    display: none;
    font-size: 16px;
    color: #fff;
}

#sen_D .card {
    max-width: 1280px;
    margin: 0 auto 146px;
    font-size: 0;
    text-align: center;
}

#sen_D .card li {
    position: relative;
    /* float: left; */
    display: inline-block;
    margin-left: 2%;
    max-width: 414px;
    width: 32%;
    height: 410px;
    padding: 40px 0 0 0;
    box-sizing: border-box;
    background: rgba(190, 156, 102, .9);
    vertical-align: middle;
}

#sen_D .card li:first-child {
    margin-left: 0;
}

#sen_D .card li h1 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 17px;
}

#sen_D .card li p {
    width: 182px;
    height: 24px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    font-size: 14px;
    color: #003132;
    line-height: 24px;
    text-align: center;
    margin-bottom: 35px;
}

#sen_D .card li .VR {
    font-size: 0;
    text-align: center;
    width: 100%;
}

#sen_D .card li .VR i {
    display: inline-block;
    width: 89px;
    height: 89px;
    border-radius: 6px;
    overflow: hidden;
}

#sen_D .card li .VR i img {
    width: 100%;
    max-width: 100%;
}

#sen_D .card li .VR span {
    display: inline-block;
    width: 116px;
    height: 89px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-left: 8px;
    vertical-align: top;
    background: #c3a371;
    border-radius: 6px;
    padding-top: 28px;
    margin-bottom: 23px;
    box-sizing: border-box;
}

#sen_D .card li .thumbs {
    max-width: 274px;
    margin: 0 auto;
}

#sen_D .card li .thumbs img {
    width: 100%;
    max-width: 100%;
}

#sen_D .card li h2 {
    max-width: 261px;
    margin: 0 auto 30px;
}

#sen_D .card li h2 img {
    width: 100%;
    max-width: 100%;
}

#sen_D .card li input {
    display: block;
    width: 250px;
    height: 40px;
    margin: 0 auto;
    border: none;
    outline: none;
    box-sizing: border-box;
}

#sen_D .card li input[type=text] {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 16px;
    color: #3e3a39;
    background: #fff;
}

#sen_D .card li input[type=button] {
    font-size: 22px;
    font-weight: bold;
    color: #cba66b;
    background: #003132;
    cursor: pointer;
}
#sen_D .moveBtn {
    color: #fff;
    border-color: #fff;
}
#sen_D .moveBtn:hover {
    border-color: #cba66b;
}

#sen_DM {
    display: none;
    width: 100%;
    padding-top: .5rem;
}
#sen_DM .title {
    margin-bottom: .35rem;
}
#sen_DM .title i {
    max-width: 4.18rem;
    height: .37rem;
    margin-bottom: .36rem;
}
#sen_DM .carousel {
    width: 6.7rem;
    margin: 0 auto;
}
#sen_DM .carousel img {
    width: 100%;
    max-width: 100%;
}
#sen_DM .carousel .swiper-pagination {
    text-align: right;
    padding-right: .16rem;
    box-sizing: border-box;
}
#sen_DM .carousel .swiper-pagination .swiper-pagination-bullet {
    width: .14rem;
    height: .14rem;
    background: #eadbc4;
    opacity: 1;
    margin: 0 .04rem;
}
#sen_DM .carousel .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

#sen_DM .msg {
    width: 6.7rem;
    height: 4rem;
    margin: 0 auto;
    background: #ebecec;
    padding-top: .46rem;
    box-sizing: border-box;
}
#sen_DM .msg .title {
    margin-bottom: .38rem;
}
#sen_DM .msg .title i {
    max-width: 4.53rem;
    height: .39rem;
    margin: 0 auto;
    overflow: hidden;
}
#sen_DM .msg .title i img {
    max-width: 100%;
}
#sen_DM .msg .form {
    width: 5.74rem;
    margin: 0 auto .51rem;
}
#sen_DM .msg .form li {
    width: 100%;
    font-size: 0;
}
#sen_DM .msg .form li input {
    width: 2.8rem;
    height: .6rem;
    border: .01rem solid #ddd;
    box-sizing: border-box;
    font-size: .2rem;
    outline: none;
}
#sen_DM .msg .form li input:first-child {
    margin-right: .14rem;
}
#sen_DM .msg .form li input[type=text] {
    padding: 0 .1rem;
}
#sen_DM .msg .form li input[type=button] {
    background: #003132;
    color: #cba66b;
    font-weight: bold;
}
#sen_DM .msg .form li:first-child {
    margin-bottom: .21rem;
}





#sen_F {
    width: 100%;
    padding: 100px 0;
    background: #fff;
}
#sen_F .title i {
    max-width: 483px;
}
#sen_F .title img {
    max-width: 100%;
}
.sen_Fa {
    max-width: 1280px;
    margin: 0 auto 20px;
}

.sen_Fa li {
    position: relative;
    float: left;
    width: 49%;
    /* height: 400px; */
    overflow: hidden;
    cursor: pointer;
}

.sen_Fa li:first-child {
    margin-right: 2%;
}

.sen_Fa li img {
    width: 100%;
    max-width: 100%;
}

.sen_Fa li span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .6);
    display: block;
    width: 100%;
    height: 40px;
    font-size: 1.25em;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: all .5s;
}

.sen_Fa li .sen_Faa {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    transition: all .5s;
    overflow: hidden;
}

.sen_Fa li .sen_Faa p {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 390px;
    height: 240px;
    padding: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    border: 6px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.sen_Fa li:hover span {
    bottom: -40px;
}

.sen_Fa li:hover .sen_Faa {
    bottom: 0;
}

.sen_Fb {
    max-width: 1280px;
    margin: 0 auto;
}

.sen_Fb .sen_Fba {
    position: relative;
    float: left;
    display: block;
    width: 32.3%;
    margin-left: 1.5%;
}

.sen_Fb .sen_Fba:first-child {
    margin-left: 0;
}

.sen_Fb .sen_Fba img {
    width: 100%;
    max-width: 100%;
}
.sen_Fb .sen_Fba p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .6);
    transition: all .5s;
}
.sen_Fb .sen_Fba p i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 40px;
    font-size: 1em;
    color: #fff;
    line-height: 40px;
    text-align: center;
    transition: all .5s;
}
.sen_Fb .sen_Fba:hover p {
    height: 100%;
}
.sen_Fb .sen_Fba:hover p i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.5em;
    transition: all .5s;
}




#sen_G {
    position: relative;
    width: 100%;
    height: 600px;
    background: url('../image/sm_craft.jpg') no-repeat;
    overflow: hidden;
}

.sen_Gm {
    position: relative;
    display: block;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 107px;
}
.sen_Gm .line {
    position: absolute;
    top: 160px;
    left: 271px;
    width: 100%;
    height: 1px;
    background: #fff;
}
.sen_Gma {
    float: left;
    padding-top: 22px;
    max-width: 385px;
}
.sen_Gma img {
    max-width: 100%;
}
.sen_Gmb {
    float: right;
    max-width: 742px;
    width: 60%;
}

.sen_Gmba {
    float: left;
}

.sen_Gmba img {
    width: 265px;
    height: 385px;
}

.sen_Gmbb {
    float: right;
}

.sen_Gmbb img {
    width: 307px;
    height: 385px;
}
.sen_Gl {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 50%;
    top: 160px;
    z-index: 10;
}

#sen_E {
    display: none;
    width: 100%;
    /* height: 773px; */
    background: url('../image/sen_E_bg.jpg') no-repeat;
    background-size: 100%;
    padding: 70px 0;
    text-align: center;
}
.sen_Em {
    position: relative;
    padding-top: 70px;
}
.sen_Em .title i {
    max-width: 426px;
}
.sen_Em .title p {
    color: #fff;
}

.sen_Em .card {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-bottom: 70px;
}
.sen_Em .card .item {
    display: inline-block;
    width: 307px;
}
.sen_Em .card .item:first-child {
    width: 278px;
    margin-right: 70px;
}
#sen_E  img {
    max-width: 100%;
}

.sen_Em .line {
    position: absolute;
    bottom: 224px;
    width: 100%;
    height: 1px;
    background: #fff;
}
.sen_Em .moveBtn {
    border-color: #fff;
    color: #fff;
}

#sen_H {
    position: relative;
    width: 100%;
    padding: 100px 0;
}

#sen_H .title {
    width: 100%;
    text-align: center;
    margin-bottom: 76px;
}

#sen_H .title i {
    max-width: 439px;
    margin-bottom: 26px;
}

#sen_H .title img {
    width: 100%;
    max-width: 100%;
}

#sen_H .title .nav {
    width: 100%;
    font-size: 0;
    text-align: center;
}

#sen_H .title .nav li {
    position: relative;
    display: inline-block;
    padding: 0 13px;
}

#sen_H .title .nav li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 1px;
    height: 100%;
    background: #ddd;
}

#sen_H .title .nav li:first-child:after {
    display: none;
}

#sen_H .title .nav li a {
    display: block;
    width: 120px;
    height: 25px;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    text-align: center;
}

#sen_H .title .nav li a:hover {
    color: #fff;
    background: #003132;
}
/* #sen_H .title .nav li .nav-cur {
    color: #fff;
    background: #003132;
} */

#sen_H .sen_Ha {
    width: 100%;
    background: url('../image/new_border.png') no-repeat;
    background-position: left 60px;
}

#sen_H .sen_Hal {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 55px;
    font-size: 0;
    text-align: center;
    box-sizing: border-box;
}

#sen_H .sen_Hal li {
    display: inline-block;
    max-width: 360px;
    width: 30%;
    margin-left: 100px;
    text-align: left;
    vertical-align: top;
}

#sen_H .sen_Hal li:first-child {
    margin-left: 0;
}
#sen_H .sen_Hal .sen_Hai h1 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 22px;
    padding-bottom: 30px;
    background: url('../image/new_spot.png') no-repeat;
    background-position: left 55px;
}

#sen_H .sen_Hal .sen_Hai h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#sen_H .sen_Hal .sen_Hai h6 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 28px;
    width: 100%;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
#sen_H .sen_Hal .sen_Hai p {
    display: block;
    max-width: 360px;
    height: 225px;
    overflow: hidden;
}
#sen_H .sen_Hal .sen_Hai p img {
    width: 100%;
    max-width: 100%;
}


#sen_H .sen_Hb {
    display: none;
    width: 6.7rem;
    margin: 0 auto .7rem;
}
#sen_H .sen_Hb li {
    width: 100%;
    padding: .3rem 0;
    border-bottom: .01rem dashed #000;
}
#sen_H .sen_Hb li i {
    display: block;
    font-size: .36rem;
    color: #3e3a39;
    line-height: 1.5;
}
#sen_H .sen_Hb li h1 {
    font-size: .3rem;
    color: #000;
    line-height: 2;
}
#sen_H .sen_Hb li p {
    font-size: .24rem;
    color: #595757;
    line-height: 1.5;
    width: 100%;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#sen_I {
    position: relative;
    width: 100%;
    height: 180px;
    background: url('../image/ensure_bg.jpg') no-repeat;
    background-position: center;
}

#sen_I .sen_Ia {
    max-width: 1240px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    padding-top: 60px;
}

#sen_I .sen_Ia li {
    display: inline-block;
    margin-left: 8%;
    width: 19%;
    text-align: center;
}

#sen_I .sen_Ia li:first-child {
    margin-left: 0;
}

#sen_I .sen_Ia li img {
    max-width: 100%;
}


#sen_J {
    display: none;
    width: 100%;
    padding: .65rem 0;
    background: #003132;
}
#sen_J .sen_Ja {
    width: 3.42rem;
    margin: 0 auto .35rem;
}
#sen_J .sen_Ja img {
    max-width: 100%;
}
#sen_J .sen_Jb {
    margin-bottom: .8rem;
    text-align: center;
}
#sen_J .sen_Jb input[type=text]{
    display: block;
    width: 6rem;
    margin: 0 auto;
    height: .6rem;
    background: #fff;
    border: none;
    outline: none;
    padding: 0 .25rem;
    margin-bottom: .11rem;
    box-sizing: border-box;
    font-size: .3rem;
    color: #3e3a39;
}
#sen_J .sen_Jb input[type=button]{
    display: block;
    width: 6rem;
    margin: 0 auto;
    height: .6rem;
    background: #cba66b;
    border: none;
    outline: none;
    font-size: .3rem;
    letter-spacing: .04rem;
    color: #fff;
}
#sen_J .sen_Jc {
    text-align: center;
    font-size: 0;
}
#sen_J .sen_Jc h1 {
    font-size: .3rem;
    text-align: center;
    color: #cba66b;
    margin-bottom: .3rem;
}
#sen_J .sen_Jc span {
    display: inline-block;
    padding-left: .4rem;
    font-size: .38rem;
    text-align: center;
    color: #cba66b;
    margin-bottom: .41rem;
    background: url(../image/icon_call.png) no-repeat;
    background-size: .31rem .3rem;
}
#sen_J .sen_Jc span a {
    color: #cba66b;
}
#sen_J .sen_Jc h6 {
    font-size: .24rem;
    line-height: 150%;
    text-align: center;
    color: #cba66b;
}

#footer {
    width: 100%;
    background: #fff;
}

#footer .wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
    font-size: 0;
}

#footer .wrap .fw-left {
    display: inline-block;
    width: 76%;
    vertical-align: top;
}
.fw-left-nav {
    font-size: 0;
    text-align: left;
}
.fw-left-nav li {
    display: inline-block;
    vertical-align: top;
    margin-left: 8%;
}

.fw-left-nav li:first-child {
    margin-left: 0;
}

.fw-ln-item dt {
    margin-bottom: 30px;
    text-align: left;
}

.fw-ln-item dt a {
    font-size: 18px;
    color: #000;
}

.fw-ln-item dt a:hover {
    color: #cba66b;
}

.fw-ln-item dd {
    text-align: left;
    margin-bottom: 20px;
}

.fw-ln-item dd a {
    font-size: 16px;
    color: #3e3a39;
}

.fw-ln-item dd a:hover {
    color: #cba66b;
}

.fw-ln-item h6 {
    font-size: 16px;
    text-align: left;
    color: #3e3a39;
    margin-bottom: 36px;
}

.fw-ln-item p {
    font-size: 16px;
    text-align: left;
    color: #3e3a39;
    margin-bottom: 20px;
}

.fw-ln-item p span {
    font-size: 24px;
    line-height: 26px;
}

.fw-right {
    display: inline-block;
    width: 24%;
    vertical-align: top;
}

.fw-right-icon {
    text-align: right;
    margin-bottom: 50px;
    padding-right: 20px;
}

.fw-right-icon img {
    max-width: 45px;
}
.fw-right .fw-right-wx {
    width: 100%;
    font-size: 0;
}

.fw-rw-item {
    text-align: center;
    max-width: 145px;
    display: inline-block;
    width: 48%;
    vertical-align: middle;
}

.fw-rw-item:first-child {
    margin-right: 4%;
}

.fw-rw-item h1 {
    max-width: 122px;
    border-radius: 4px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 8px;
}

.fw-rw-item h1 img {
    width: 100%;
    max-width: 100%;
}

.fw-rw-item p {
    font-size: 14px;
    color: #000;
}

#footer .copyright {
    width: 100%;
    height: 50px;
    background: #dcdddd;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 50px;
}

.fw-left .address {
    display: none;

}



#sen_Y {
    display: none;
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 1000;
    width: 69px;
}

.sen_Ya {
    position: relative;
    width: 100%;
    height: 60px;
    background: #003132;
    text-align: center;
    font-size: 1em;
    padding-top: 10px;
    line-height: 20px;
    color: #fff;
    box-sizing: border-box;
}

.sen_Yb {
    position: relative;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #c8c8c8;
    background: #fff;
    cursor: pointer;
}

.sen_Yb>img {
    display: block;
    width: 32px;
    height: 33px;
    margin: 0 auto;
    padding-top: 16px;
    margin-bottom: 6px;
}

.sen_Yb span {
    display: block;
    font-size: .875em;
    color: #3e3a39;
    text-align: center;
}
.sen_Yb .weChat_pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 81px;
    height: 81px;
    opacity: 0;
    z-index: -1;
}
.sen_Yb .weChat_pic img {
    width: 100%;
}
.sen_Yb:hover .weChat_pic {
    opacity: 1;
    left: -90px;
}

#mask_wx {
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    max-width: 100%;
    width: 320px;
    z-index: 100;
    text-align: center;
}
#wx_mb{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    content: '';
    z-index: 10;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 99;
}
#mask_wx img {
    width: 320px;
    margin-bottom: 15px;
}
#mask_wx span {
    font-size: 18px;
    color: #fff;
}




.sen_Yc {
    width: 100%;
    height: 70px;
    background: #003132;
    cursor: pointer;
}

.sen_Yc img {
    display: block;
    width: 26px;
    height: 11px;
    margin: 0 auto;
    padding-top: 16px;
    margin-bottom: 10px;
}

.sen_Yc span {
    display: block;
    font-size: 1em;
    color: #fff;
    text-align: center;
}



#sen_Z {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}

.sen_Za {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 325px;
    cursor: pointer;
    transition: all .5s;
}

.sen_Za img {
    width: 100%;
    max-width: 100%;
}

#sen_Z .record {
    position: absolute;
    left: -100%;
    bottom: 0;
    transition: all .5s;
}

#del {
    position: absolute;
    top: -8px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 8px;
}




/* 关于我们 */

.inside .banner {
    width: 100%;
}

.inside .banner img {
    width: 100%;
    max-width: 100%;
}
.main {
    width: 100%;
    height: auto;
}


#founder .main {
    width: 100%;
    height: auto;
    background: url('../image/inside_bg.jpg');
    background-position: center top;
}

.main_A {
    position: relative;
    top: -33px;
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
}

.main_Aa {
    width: 100%;
    height: 70px;
    background: #003132;
    box-shadow: 0 5px 5px #a8a8a8;
    padding: 0 6.25%;
    box-sizing: border-box;
    margin-bottom: 28px;
    font-size: 0;
    text-align: center;
}

.main_Aa h1 {
    float: left;
    font-size: 20px;
    line-height: 70px;
    color: #cba66b;
}

.main_Aa h1 span {
    font-size: 16px;
    text-transform: uppercase;
}

.main_Aa_list {
    float: right;
    font-size: 0;
    text-align: center;
}

.main_Aa_list li {
    float: left;
    margin-left: 32px;
}

.main_Aa_list li:first-child {
    margin-left: 0;
}

.main_Aa_item {
    position: relative;
    font-size: 16px;
    color: #fff;
    padding: 0 12px;
    line-height: 70px;
}
a.main_Aa_item_cur,
.main_Aa_item:hover {
    color: #cba66b;
}

.main_Aa_item:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: url('../image/spot_icon.jpg') no-repeat;
}

.main_A .location {
    padding-right: 85px;
    font-size: 12px;
    color: #000;
    text-align: right;
}

.main_A .location span {
    margin: 0 3px;
}

.main_A .location a:hover {
    color: #cba66b;
}

.main_B {
    max-width: 1378px;
    margin: 0 auto;
    padding: 30px 0 68px;
}

.main_B .title {
    width: 100%;
    margin-bottom: 85px;
    text-align: center;
}

.main_B .title h1 {
    font-size: 1.625em;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.main_B .title p {
    font-size: 1em;
    text-align: center;
    color: #3e3a39;
}

.main_Ba {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.main_Ba_lf {
    /* float: left; */
    display: inline-block;
    max-width: 728px;
    /* width: 52.8%; */
    vertical-align: top;
}

.main_Ba_lf img {
    width: 100%;
    max-width: 100%;
}

.main_Ba_rg {
    /* float: left; */
    display: inline-block;
    max-width: 650px;
    /* width: 47.2%; */
    text-align: left;
    vertical-align: top;
}

.main_Ba_rg h1 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
}

.main_Ba_rg h1 span {
    font-size: 20px;
    vertical-align: top;
    margin-left: 6px;
}

.main_Ba_rg .glory {
    margin-bottom: 96px;
}

.main_Ba_rg .glory p {
    font-size: 16px;
    color: #3e3a39;
    margin-bottom: 16px;
}

.main_Ba_rg .motto {
    max-width: 650px;
    margin-bottom: 100px;
}

.main_Ba_rg .motto img {
    width: 100%;
    max-width: 100%;
}

.main_Ba_rg .text p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 32px;
}

.main_C {
    width: 100%;
    background: #fff;
    padding: 84px 0 100px;
}

.main_Cm {
    max-width: 1425px;
    margin: 0 auto;
}

.main_Cm .title {
    margin-bottom: 36px;
}

.main_Cm .title h1 {
    font-size: 1.625em;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.main_Cm .title p {
    font-size: .875em;
    color: #3e3a39;
    text-align: center;
}

.main_Cm .carousel {
    position: relative;
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
}
.main_Cm .carousel .swiper-slide {
    width: 23.83%;
}
.main_Cm .carousel .swiper-slide a {
    width: 100%;
}
.main_Cm .carousel img {
    max-width: 305px;
    width: 100%;
}

.main_Cm .carousel .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: url('../image/star_prev.jpg') no-repeat;
    background-size: 100%;
    z-index: 100;
    position: absolute;
    left: -60px;
    outline: none;
    transition: all .5s;
}

.main_Cm .carousel .swiper-button-prev:hover {
    background: url('../image/star_prev_y.jpg') no-repeat;
}

.main_Cm .carousel .swiper-button-next {
    width: 50px;
    height: 50px;
    background: url('../image/star_next.jpg') no-repeat;
    background-size: 100%;
    z-index: 100;
    position: absolute;
    right: -60px;
    outline: none;
    transition: all .5s;
}

.main_Cm .carousel .swiper-button-next:hover {
    background: url('../image/star_next_y.jpg') no-repeat;
}

.main_D {
    width: 100%;
    padding: 86px 0 91px;
}

.main_Dm {
    max-width: 1425px;
    margin: 0 auto;
}

.main_Dm .event {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.main_Dm .event .card {
    padding: 35px 100px;
    background: #fff;
    font-size: 0;
    text-align: center;
}

.main_Dm .event .card .pic {
    /* float: left; */
    display: inline-block;
    max-width: 400px;
    width: 37.04%;
    margin-right: 4.26%;
    vertical-align: middle;
}

.main_Dm .event .card .pic img {
    width: 100%;
    max-width: 100%;
}

.main_Dm .event .card .text {
    /* float: right; */
    display: inline-block;
    max-width: 634px;
    width: 58.7%;
    vertical-align: middle;
}

.main_Dm .event .card .text h3 {
    font-size: 20px;
    line-height: 150%;
    color: #000;
    margin-bottom: 40px;
    text-align: left;
    width: 100%;
    /* overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap; */
}

.main_Dm .event .card .text p {
    font-size: 16px;
    color: #3e3a39;
    line-height: 32px;
    height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: left;
}

.main_Dm .event .card .text span {
    display: block;
    width: 150px;
    height: 30px;
    border: 1px solid #626262;
    box-sizing: border-box;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    color: #333;
}
.main_Dm .event .card:hover .text span {
    color: #fff;
    border-color: #cba66b;
    background-color: #cba66b;
}
.main_Dm .event .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: url('../image/star_prev.jpg') no-repeat;
    background-size: 100%;
    z-index: 100;
    position: absolute;
    left: -60px;
    outline: none;
    transition: all .5s;
}

.main_Dm .event .swiper-button-prev:hover {
    background: url('../image/star_prev_y.jpg') no-repeat;
}

.main_Dm .event .swiper-button-next {
    width: 50px;
    height: 50px;
    background: url('../image/star_next.jpg') no-repeat;
    background-size: 100%;
    z-index: 100;
    position: absolute;
    right: -60px;
    outline: none;
    transition: all .5s;
}

.main_Dm .event .swiper-button-next:hover {
    background: url('../image/star_next_y.jpg') no-repeat;
}



.about_A {
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
    padding-bottom: 62px;
}

.about_A .title {
    margin-bottom: 80px;
}

.about_A .title h1 {
    font-size: 1.625em;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.about_A .title p {
    font-size: .875em;
    text-align: center;
    color: #3e3a39;
    text-align: center;
}

.about_Am {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.about_Am img {
    width: 100%;
    max-width: 100%;
}

.about_Am .swiper-pagination {
    text-align: right;
    padding-right: 54px;
    box-sizing: border-box;
}

.about_Am .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
}

.about_Am .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.about_At {
    width: 100%;
    padding-top: 57px;
}

.about_At p {
    font-size: 16px;
    line-height: 34px;
    color: #3e3a39;
    margin-bottom: 21px;
}
.about_At p img {
    max-width: 100%;
}

.about_B {
    width: 100%;
    height: 400px;
    background: #efefef;
}

.about_Bl {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    text-align: center;
    padding-top: 115px;
    margin-bottom: 46px;
}

.about_Bl li {
    display: inline-block;
    width: 100px;
    margin-left: 62px;
}

.about_Bl li:first-child {
    margin-left: 0;
}

.about_Bl li img {
    width: 100%;
    max-width: 100%;
}

.about_B p {
    width: 75%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 150%;
    color: #3e3a39;
    text-align: center;
}
.about_BM {
    display: none;
    width: 100%;
}
.about_BM img {
    max-width: 100%;
}

.about_C {
    width: 100%;
    /* height: 650px; */
    background: url('../image/about_C_bg.jpg') no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.about_Cm {
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
    padding: 117px 0;
    font-size: 0;
    text-align: center;
}

.about_Cmi {
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    max-width: 620px;
    width: 48%;
    height: 420px;
    border: 2px solid #fff;
    box-sizing: border-box;
    margin-left: 4%;
}

.about_Cmi:first-child {
    margin-left: 0;
}

.about_Cmi h1 {
    width: 110px;
    margin: 0 auto;
    padding-top: 48px;
    margin-bottom: 39px;
}

.about_Cmi h1 img {
    width: 100%;
    max-width: 100%;
}

.about_Cmi h2 {
    width: 175px;
    margin: 0 auto;
    padding-top: 65px;
    margin-bottom: 49px;
}

.about_Cmi h2 img {
    width: 100%;
    max-width: 100%;
}

.about_Cmi p {
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    padding: 0 8%;
    text-align: left;
}

.about_D {
    width: 100%;
    min-height: 800px;
    background: url('../image/about_D_bg.jpg') no-repeat;
    background-position: center bottom;
    background-size: auto 100%;
}

.about_Dm {
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
    padding-top: 87px;
}

.about_Dm .title {
    margin-bottom: 65px;
}

.about_Dm .title h1 {
    font-size: 1.625em;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

.about_Dm .title p {
    font-size: 1em;
    color: #3e3a39;
    line-height: 34px;
    text-align: center;
}


.honor {
    width: 100%;
    /* height: 2400px; */
    background: url('../image/honor_bg.jpg');
    background-position: center;
    padding-bottom: 102px;
}

.about_E {
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
    padding-top: 30px;
}

.about_E .title {
    margin-bottom: 56px;
}

.about_E .title h1 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.about_E .title p {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    color: #3e3a39;
    text-align: center;
}

.about_Em {
    width: 100%;
}

.about_Em .banner {
    width: 100%;
    margin-bottom: 33px;
}

.about_Em .banner img {
    width: 100%;
    max-width: 100%;
}

.about_Em .atlas {
    width: 100%;
    padding-bottom: 32px;
    font-size: 0;
    text-align: left;
}

.about_Em .atlas li {
    display: inline-block;
    position: relative;
    width: 305px;
    height: 350px;
    background: #e6e6e6;
    margin: 0 20px 20px 0;
    box-shadow: 2px 3px 3px #c4c4c4;
}

.about_Em .atlas li:nth-child(4n) {
    margin-right: 0;
}
.about_Em .atlas li:last-child {
    margin-right: 0;
}

.about_Em .atlas li img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
}

.about_Em .moveBtn {
    background: none;
}

.about_Em .moveBtn:hover {
    color: #cba66b;
}
.about_Em .VideoList li {
    height: 300px;
}

.about_Em .VideoList li .swipebox {
    display: block;
    width: 100%;
    height: 100%;
}
.about_Em .VideoList li .pic {
    width: 243px;
    margin: 0 auto;
    padding: 50px 0;
}
.about_Em .VideoList li .pic img {
    position: relative;
    width: 243px;
}
.about_Em .VideoList li .tit {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    text-align: center;
}
.about_Em .VideoList li:hover .tit {
    color: #cba66b;
}
.about_Em .moveBtn:hover {
    color: #fff;
    background: #cba66b;
}

.history {
    width: 100%;
    background: url('../image/history_bg.jpg');
    background-position: center;
}

.about_F {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 0 110px;
}

.about_F .title {
    margin-bottom: 75px;
}

.about_F .title h1 {
    font-size: 1.625em;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 14px;
}

.about_F .title p {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    color: #3e3a39;
    line-height: 26px;
    text-align: center;
}

.about_Fb {
    position: relative;
    width: 100%;
    margin-bottom: 80px;
}

.about_Fb .card {
    width: 100%;
    background: #fff;
    height: 460px;
    font-size: 0;
    text-align: center;
}

.about_Fb .card .card_text {
    display: inline-block;
    /* float: left; */
    max-width: 630px;
    /* width: 50%; */
    padding: 101px 94px 0;
    box-sizing: border-box;
    vertical-align: top;
}

.about_Fb .card .card_text h1 {
    font-size: 36px;
    color: #3e3a39;
    margin-bottom: 57px;
}

.about_Fb .card .card_text p {
    font-size: 26px;
    color: #3e3a39;
    line-height: 38px;
}

.about_Fb .card .card_pic {
    /* float: left; */
    display: inline-block;
    max-width: 650px;
    /* width: 50%; */
    vertical-align: middle;
}

.about_Fb .card .card_pic img {
    width: 100%;
    max-width: 100%;
}

.about_Fb .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: url('../image/star_prev.jpg') no-repeat;
    background-size: 100%;
    z-index: 100;
    position: absolute;
    left: -70px;
    outline: none;
    transition: all .5s;
}
.about_Fb .swiper-button-prev:hover {
    background: url('../image/star_prev_y.jpg') no-repeat;
}
.about_Fb .swiper-button-next {
    width: 50px;
    height: 50px;
    background: url('../image/star_next.jpg') no-repeat;
    background-size: 100%;
    z-index: 100;
    position: absolute;
    right: -70px;
    outline: none;
    transition: all .5s;
}
.about_Fb .swiper-button-next:hover {
    background: url('../image/star_next_y.jpg') no-repeat;
}

.about_Fs {
    width: 100%;
    height: auto;
    position: relative;
    background-position: 77px 48.4px;
    -webkit-background-size: 9.8%;
    background-size: 9.8%;
    background-repeat: repeat-x;
    overflow: hidden;
    box-sizing: border-box;
}

.about_Fs ul li {
    width: 166px;
    height: 113px;
    position: relative;
    float: left;
    z-index: 10;
    cursor: pointer;
}

.about_Fs ul li .line {
    width: 10px;
    height: 10px;
    background-color: #595757;
    border-radius: 100px;
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -5px;
    background-size: 100%;
    cursor: pointer;
}

.about_Fs ul li .year {
    width: 100%;
    height: auto;
    font-size: 1.25em;
    text-align: center;
    color: #999;
    font-family: ATB;
    left: 0;
    top: 64px;
    position: absolute;
    transition: top 1s,color 1s;
}

.about_Fs ul li.swiper-slide-active .year {
    font-size: 36px;
    line-height: 36px;
    top: -4px;
    color: #333;
}

.about_Fs ul li .icon {
    width: 100%;
    height: 8px;
    background: url('../image/history_icon3.png') center center no-repeat;
    position: absolute;
    top: 82px;
    left: 0;
    opacity: 0;
    transition: top 1s,opacity 1s;
}

.about_Fs ul li.swiper-slide-active .icon {
    top: 72px;
    opacity: 1;
}

.about_Fs .bg {
    width: 100%;
    height: 10px;
    background: url('../image/spot.png') repeat-x;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 9;
}


/* 空间系列 */
#space .banner {
    width: 100%;
}

#space .banner img {
    width: 100%;
    max-width: 100%;
}

.space {
    width: 100%;
    padding-bottom: 100px;
}

.space_A {
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
    padding-top: 30px;
}

.space_A .title {
    margin-bottom: 30px;
}

.space_A .title h1 {
    font-size: 1.625em;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
}

.space_A .title p {
    font-size: 1em;
    color: #3e3a39;
    text-align: center;
}

.space_Aa {
    position: relative;
    margin-bottom: 97px;
}
#space_A .swiper-slide {
    width: 23.75%;
}
.space_Aa img {
    max-width: 100%;
}

.space_Aa .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: url('../image/star_prev.jpg') no-repeat;
    background-size: 100%;
    z-index: 100;
    position: absolute;
    left: -70px;
    outline: none;
    transition: all .5s;
}
.space_Aa .swiper-button-prev:hover {
    background: url('../image/star_prev_y.jpg') no-repeat;
}
.space_Aa .swiper-button-next {
    width: 50px;
    height: 50px;
    background: url('../image/star_next.jpg') no-repeat;
    background-size: 100%;
    z-index: 100;
    position: absolute;
    right: -70px;
    outline: none;
    transition: all .5s;
}
.space_Aa .swiper-button-next:hover {
    background: url('../image/star_next_y.jpg') no-repeat;
}

.space_B {
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
    padding-bottom: 32px;
    font-size: 0;
}
.space_B li {
    display: inline-block;
    position: relative;
    margin: 0 20px 55px 0;
    overflow: hidden;
}

.space_B li:nth-child(3n) {
    margin-right: 0;
}

.space_B li a {
    display: block;
}


.space_Bpic {
    position: relative;
    width: 413px;
    height: 300px;
    overflow: hidden;
}

.space_Bpic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}
.space_Btxt {
    width: 100%;
    padding: 3%;
    box-sizing: border-box;
    background: #ebecec;
    font-size: 0;
}

.space_Btxt h1 {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    font-size: 20px;
    line-height: 25px;
    color: #3e3a39;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.space_Btxt span {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    height: 25px;
    font-size: 14px;
    color: #3e3a39;
    line-height: 23px;
    text-align: center;
    border: 1px solid #3e3a39;
    box-sizing: border-box;
}
.space_Btxt_M {
    display: none;
    width: 100%;
    padding: 3%;
    background: #ebecec;
    box-sizing: border-box;
}
.space_Btxt_M h1 {
    font-size: .32rem;
    margin-bottom: .2rem;
    text-align: center;
}
.space_Btxt_M p {
    text-align: center;
    font-size: 0;
}
.space_Btxt_M p a {
    display: inline-block;
    padding: .08rem .24rem;
    border: 1px solid #003132;
    font-size: .24rem;
    color: #fff;
    margin-right: .5rem;
    background: #003132;
    border-radius: .04rem;
}
.space_Btxt_M p span {
    display: inline-block;
    padding: .08rem .24rem;
    border: 1px solid #003132;
    font-size: .24rem;
    color: #fff;
    background: #003132;
    border-radius: .04rem;
}

.space_BweChat {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}
.space_BweChat img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}

.space_B li .mark {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 49, 50, .9);
    transition: all .5s;
}

.space_B li:hover .mark {
    top: 0;
}

.space_B li .mark img {
    display: block;
    margin: 0 auto;
    width: 54px;
    height: 54px;
    margin-top: 20%;
    margin-bottom: 28px;
}

.space_B li .mark b {
    display: block;
    width: 100%;
    height: 64px;
    padding: 0 60px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    text-align: center;
    color: #cba66b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.space_B li .mark span {
    display: block;
    width: 150px;
    height: 30px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: #cba66b;
}


.padding {
    max-width: 1280px;
    margin: 0 auto;
    height: 40px;
    border-top: 1px solid #a0a0a0;
    border-bottom: 4px solid #003132;
    text-align: center;
    box-sizing: border-box;
    font-size: 0;
}

.padding a {
    display: inline-block;
    height: 35px;
    font-size: 18px;
    color: #000;
    line-height: 35px;
    border-left: 1px solid #a0a0a0;
}

.padding a:first-child {
    border-left: 0;
}

.padding_prev, .padding_next {
    padding: 0 37px;
}

.padding_item {
    width: 56px;
}

.padding .padding_item:hover {
    color: #fff;
    background: #003132;
    border-color: #003132;
}

.padding .pad-cur {
    color: #fff;
    background: #003132;
    border-color: #003132;
}



/* 私人定制 */
.tailor {
    width: 100%;
    background: url('../image/tailor_bg.jpg') no-repeat;
    background-size: 100% 100%;
    background-position: center top;
}

.tailor_A {
    max-width: 1280px;
    width: 96%;
    height: 1078px;
    margin: 0 auto;
}

.tailor_A .title {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 42px;
}

.tailor_A .title h1 {
    font-size: 1.625em;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

.tailor_A .title p {
    font-size: 16px;
    color: #3e3a39;
    line-height: 26px;
    text-align: center;
}
.tailor_Am {
    width: 100%;
    font-size: 0;
}

.tailor_Am li {
    position: relative;
    /* float: left; */
    display: inline-block;
    max-width: 630px;
    width: 49%;
    height: 640px;
    padding-top: 60px;
    box-sizing: border-box;
    /* margin-left: 20px; */
}
.tailor_Am li:first-child{
    margin-right: 2%;
}

.tailor_Am li h1 {
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.tailor_Am li p {
    width: 275px;
    height: 35px;
    margin: 0 auto;
    font-size: 24px;
    color: #003132;
    line-height: 35px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 1px #e6d4b8;
    margin-bottom: 62px;
}

.tailor_Am li .VR {
    display: table;
    word-spacing: -1em;
    width: 100%;
    text-align: center;
    margin-bottom: 21px;
}

.tailor_Am li .VR i {
    display: inline-block;
    width: 136px;
    height: 136px;
    border-radius: 10px;
    overflow: hidden;
}

.tailor_Am li .VR i img {
    width: 100%;
    max-width: 100%;
}

.tailor_Am li .VR span {
    display: inline-block;
    width: 176px;
    height: 136px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-left: 12px;
    vertical-align: top;
    background: #d5bb91;
    border-radius: 6px;
    padding-top: 37px;
    box-sizing: border-box;
}

.tailor_Ama .thumbs {
    max-width: 463px;
    width: 100%;
    margin: 0 auto;
}

.tailor_Ama .thumbs img {
    width: 100%;
    max-width: 100%;
}

.tailor_Amb .thumbs {
    max-width: 481px;
    width: 100%;
    margin: 0 auto;
}

.tailor_Amb .thumbs img {
    width: 100%;
    max-width: 100%;
}

.tailor_Ama {
    background: url('../image/tailor_138_bg.jpg') no-repeat;
    background-position: center;
}

.tailor_Amb {
    background: url('../image/tailor_247_bg.jpg') no-repeat;
    background-position: center;
}

.tailor_B {
    width: 100%;
    height: 805px;
    background: url('../image/tailor_B_bg.jpg') no-repeat;
    background-position: center;
}

.tailor_B .title {
    padding-top: 82px;
    margin-bottom: 42px;
}

.tailor_B .title h1 {
    font-size: 1.625em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.tailor_B .title p {
    font-size: .875em;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.tailor_Bm {
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 78px;
    font-size: 0;
    text-align: center;
}

.tailor_Bm li {
    /* float: left; */
    display: inline-block;
    max-width: 304px;
    width: 23.5%;
    /* margin-left: 21px; */
    margin-left: 2%;
}

.tailor_Bm li:first-child {
    margin-left: 0;
}
.tailor_Bm li img {
    max-width: 100%;
}
.tailor_B .moveBtn {
    color: #fff;
    border-color: #fff;
}

.tailor_C {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
}

.tailor_C .title {
    margin-bottom: 30px;
}

.tailor_C .title h1 {
    font-size: 1.625em;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.tailor_C .title p {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    color: #3e3a39;
    line-height: 24px;
    text-align: center;
}

.tailor_Cm {
    max-width: 1280px;
    margin: 0 auto 56px;
    font-size: 0;
    text-align: center;
}

.tailor_Cm li {
    position: relative;
    /* float: left; */
    display: inline-block;
    width: 413px;
    height: 250px;
    margin: 0 20px 20px 0;
}

.tailor_Cm li:nth-child(3n) {
    margin-right: 0;
}

.tailor_Cm li img {
    width: 100%;
    max-width: 100%;
}

.tailor_D {
    width: 100%;
}
.tailor_D>.title {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 48px;
}
.tailor_D>.title h1 {
    font-size: 1.625em;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.tailor_D>.title p {
    font-size: .875em;
    line-height: 24px;
    color: #3e3a39;
    text-align: center;
}

.tailor_Dm {
    width: 100%;
    min-height: 734px;
    background: url('../image/tailor_D_bg.jpg') no-repeat;
    background-position: center top;
    background-size: auto 100%;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.tailor_Dm .title {
    padding-top: 82px;
    margin-bottom: 30px;
}

.tailor_Dm .title h1 {
    font-size: 1.625em;
    color: #cba66b;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.tailor_Dm .title p {
    font-size: .875em;
    color: #cba66b;
    line-height: 24px;
    text-align: center;
}

.tailor_Dml {
    max-width: 1280px;
    margin: 0 auto 23px;
    font-size: 0%;
    text-align: center;
}

.tailor_Dml li {
    display: inline-block;
    vertical-align: middle;
    /* float: left; */
}

.tailor_Dml .arrow {
    /* padding-top: 130px; */
    margin: 0 10px;
}

.tailor_Dm .tip {
    width: 94%;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-bottom: 74px;
}
.tailor_Dm .moveBtn {
    color: #fff;
    border-color: #fff;
}

.tailor_E {
    width: 100%;
    padding-bottom: 33px;
}

.tailor_Ea {
    position: relative;
    top: -39px;
    max-width: 1101px;
    width: 94%;
    margin: 0 auto;
}

.tailor_Ea img {
    width: 100%;
    max-width: 100%;
}

.tailor_Eb {
    padding-top: 60px;
}

.tailor_Eb .title {
    margin-bottom: 27px;
}

.tailor_Eb .title h1 {
    font-size: 2.5em;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}

.tailor_Eb .title p {
    font-size: 1em;
    color: #3e3a39;
    line-height: 26px;
    text-align: center;
}

.tailor_Eb .formula {
    max-width: 790px;
    width: 94%;
    /* height: 60px; */
    margin: 0 auto;
}

.tailor_Eb .formula img {
    width: 100%;
    max-width: 100%;
}

.tailor_Ec {
    padding-top: 55px;
}

.tailor_Ec .title h1 {
    font-size: 1.625em;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.tailor_Ec .title p {
    width: 94%;
    margin: 0 auto;
    font-size: 16px;
    color: #3e3a39;
    line-height: 26px;
    text-align: center;
}

.tailor_Ed {
    padding-top: 45px;
}

.tailor_Ed .title {
    margin-bottom: 36px;
}

.tailor_Ed .title .h1 {
    font-size: 1.625em;
    color: #3e3a39;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.tailor_Ed .title .nav {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-bottom: 28px;
}

.tailor_Ed .title .nav li {
    display: inline-block;
    width: 120px;
    height: 40px;
    border: 1px solid #3e3a39;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    margin-left: 16px;
}

.tailor_Ed .title .nav li:first-child {
    margin-left: 0;
}

.tailor_Ed .title p {
    width: 94%;
    margin: 0 auto;
    font-size: 16px;
    color: #3e3a39;
    line-height: 26px;
    text-align: center;
}

.tailor_Ed .album {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-bottom: 33px;
}

.tailor_Ed .album li {
    display: inline-block;
    max-width: 324px;
    width: 48%;
    /* margin-left: 82px; */
    margin-left: 4%;
}

.tailor_Ed .album li:first-child {
    margin-left: 0;
}

.tailor_Ed .album li img {
    width: 100%;
    max-width: 100%;
}

.tailor_Ed .tip {
    width: 94%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #3e3a39;
    text-align: center;
}

.tailor_F {
    width: 100%;
}

.tailor_F img {
    width: 100%;
    max-width: 100%;
}

.tailor_G {
    width: 100%;
    padding: 78px 0 67px;
    background: #fff;
}

.tailor_G .title {
    margin-bottom: 27px;
}

.tailor_G .title h1 {
    font-size: 2.5em;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.tailor_G .title p {
    font-size: .875em;
    color: #3e3a39;
    line-height: 24px;
    text-align: center;
}

.tailor_Gm {
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
}

.tailor_Gm li {
    float: left;
    width: 32%;
    margin: 0 2% 33px 0;
}

.tailor_Gm li:nth-child(3n) {
    margin-right: 0;
}
.tailor_Gm li img {
    max-width: 100%;
}



/* 新闻资讯 */
.news {
    width: 100%;
    background: url('../image/news_bg.jpg');
    background-position: center top;
    background-size: 100% 100%;
    padding-bottom: 100px;
}

.news_A {
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
}

.news_A .title {
    margin-bottom: 49px;
}

.news_A .title p {
    line-height: 26px;
}

.news_Am {
    width: 100%;
}

.news_Am li {
    margin-bottom: 31px;
}

.news_Am li .card {
    display: block;
    width: 100%;
    /* height: 320px; */
    position: relative;
    font-size: 0;
    text-align: center;
}

.news_Am li .card .time {
    /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto; */
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    background: #003132;
    font-size: 20px;
    line-height: 30px;
    color: #cba66b;
    padding: 20px 0;
    text-align: center;
    box-sizing: border-box;
}

.news_Am li .card .content {
    /* position: absolute;
    right: 0; */
    display: inline-block;
    vertical-align: middle;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    /* height: 320px; */
    padding: 35px 50px;
    background: #fff;
    box-sizing: border-box;
    font-size: 0;
    text-align: center;
}

.news_Am li .card .content .pic {
    /* position: relative; */
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    width: 400px;
    height: 250px;
    overflow: hidden;
    margin-right: 45px;
}

.news_Am li .card .content .pic img {
    /* position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; */
    width: 100%;
    max-width: 100%;
    transition: all .5s;
}

.news_Am li .card .content .text {
    /* float: right; */
    display: inline-block;
    vertical-align: top;
    max-width: 635px;
    /* height: 250px; */
    padding-top: 12px;
    text-align: left;
    box-sizing: border-box;
}

.news_Am li .card .content .text h1 {
    position: relative;
    top: 0;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
}

.news_Am li .card .content .text p {
    position: relative;
    top: 0;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #3e3a39;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 38px;
    transition: all .5s;
}

.news_Am li .card .content .text i {
    display: block;
    width: 150px;
    height: 30px;
    border: 1px solid #3e3a39;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 30px;
    color: #3e3a39;
    text-align: center;
    transition: all .5s;
}
.news_Am li .card .content:hover .text i {
    color: #fff;
    background: #cba66b;
    border-color: #cba66b;
}
.news_Am li .card .content:hover .pic img {
    transform: scale(1.1);
}
.news_Am li .card .content:hover .text h1 {
    top: -15px;
} 
.news_Am li .card .content:hover .text p {
    top: -15px;
} 



/*  创新工艺  */
.craft {
    width: 100%;
    background: url('../image/craft_bg.jpg');
    background-position: center top;
}

.craft_A {
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
    padding-bottom: 100px;
}

.craft_A .title {
    margin-bottom: 50px;
}

.craft_A .title p {
    font-size: .875em;
    line-height: 24px;
}

.craft_Am .craft_Ami {
    position: relative;
    width: 100%;
    height: 340px;
    background-color: #fff;
    margin-bottom: 24px;
}

.craft_Ami li {
    position: relative;
    max-width: 640px;
    width: 50%;
    height: 340px;
}

.craft_Aml {
    float: left;
}

.craft_Aml img {
    width: 100%;
    max-width: 100%;
}

.craft_Amr {
    float: right;
}

.craft_Amr .box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -41px;
    margin: auto;
    width: 100%;
    height: 271px;
    border: 3px solid #aaa;
    padding: 45px 50px 0 120px;
    box-sizing: border-box;
}

.craft_Amr .box h1 {
    font-size: 36px;
    color: #3e3a39;
    margin-bottom: 23px;
}

.craft_Amr .box p {
    font-size: 14px;
    color: #3e3a39;
    line-height: 28px;
}

.craft_Ami:nth-child(2n) .craft_Aml {
    float: right;
}

.craft_Ami:nth-child(2n) .craft_Amr .box {
    left: 41px;
    padding: 45px 120px 0 50px;
}

/* 环保工艺 */
.protection_A {
    max-width: 950px;
    width: 96%;
    margin: 0 auto;
}
.protection_A img {
    max-width: 100%;
}

/* 纳米工艺 */
.nanometer {
    max-width: 950px;
    margin: 0 auto;
}
.nanometer .main_A {
    width: 100%;
}
.nanometer_A {
    width: 100%;
}
.nanometer_A dd {
    text-align: center;
    background: #d1d1d1;
}
.nanometer_A dd img {
    max-width: 100%;
}
.nanometer_A dd .video {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    background: url('../image/nanometer_video.jpg') no-repeat;
}
.nanometer_A dt {
    text-align: center;
    background: #d1d1d1;
    font-size: 0;
}
.nanometer_A dt img {
    display: inline-block;
    width: 47%;
    max-width: 394px;
}
.nanometer_A dt img:first-child {
    margin-right: 6%;
}



/* 加盟专区 */
#join .main {
    width: 100%;
    padding-bottom: 100px;
}
#join_A {
    max-width: 1280px;
    margin: 0 auto 60px;
    background: #003132;
    padding: 3%;
    box-sizing: border-box;
}
#join_A .title h1 {
    color: #fff;
    margin-bottom: 0;
}
#join_A .content p {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
}


#join_B {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 50px;
}
#join_B .title {
    margin-bottom: 20px;
    text-align: center;
}
#join_B .title h1 {
    line-height: 2;
    margin-bottom: 0;
}
#join_B .content {
    width: 100%;
}
#join_B .content dl {
    width: 100%;
    /* min-height: 304px; */
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #003132;
    font-size: 0;
    text-align: center;
}
#join_B .content dl dt {
    display: inline-block;
    width: 100%;
    max-width: 566px;
    padding: 3% 3%;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
}
#join_B .content dl dt h1 {
    font-size: 24px;
    color: #fff;
    line-height: 2;
}
#join_B .content dl dt p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

#join_B .content dl dd {
    display: inline-block;
    width: 100%;
    max-width: 714px;
    vertical-align: middle;
}
#join_B .content dl dd img {
    max-width: 100%;
}


#join_C {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
}
#join_C .title {
    margin-bottom: 20px;
    text-align: center;
}
#join_C .title h1 {
    margin-bottom: 0;
}

#join_C .content {
    width: 100%;
    overflow: hidden;
    font-size: 0;
}
#join_C .content li {
    display: inline-block;
    width: 32%;
    height: 230px;
    padding: 1.5%;
    text-align: center;
    margin: 0 2% 1.5% 0;
    overflow: hidden;
    box-sizing: border-box;
    background: #003132;
    color: #fff;
}
#join_C .content li:nth-child(3n) {
    margin-right: 0;
}
#join_C .content li span {
    display: block;
    font-size: 36px;
    text-align: center;
}
#join_C .content li em {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}
#join_C .content li p {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-top: 10px;
}


/*联系我们*/
.contact_column .title {
    margin-bottom:0;
}
.contact_bd {
    margin-bottom: 20px;
}
.contact_bd p {
    margin-bottom: 0px;
}
.contact_map {
    width: 100%;
    height: 520px;
    border: 1px solid #eee;
}
