@font-face {
    font-family: KFOkCnqEu92Fr1MmgVxIIzI;
    src: url(../font/KFOkCnqEu92Fr1MmgVxIIzI.woff2);
}

@font-face {
    font-family: HELVETICANEUELTCOM;
    src: url(../font/HELVETICANEUELTCOM-LTEX.TTF);
}

*,
::before,
::after {
    padding: 0;
    margin: 0;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: "Microsoft Yahei", sans-serif;
    color: #333;
}

ul,
ol,
dl,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}


input,
a,
img,
select,
textarea {
    border: 0;
    resize: none;
    outline: none;
    outline: none;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.mar40 {
    margin: 40px;
}

.marT40 {
    margin-top: 40px;
}

.marB40 {
    margin-bottom: 40px;
}

.marL40 {
    margin-left: 40px;
}

.marR40 {
    margin-right: 40px;
}

.mar30 {
    margin: 30px;
}

.marT30 {
    margin-top: 30px;
}

.marB30 {
    margin-bottom: 30px;
}

.marL30 {
    margin-left: 30px;
}

.marR30 {
    margin-right: 30px;
}

.mar20 {
    margin: 20px;
}

.marT20 {
    margin-top: 20px;
}

.marB20 {
    margin-bottom: 20px;
}

.marL20 {
    margin-left: 20px;
}

.marR20 {
    margin-right: 20px;
}

.pad30 {
    padding: 30px;
}

.padT30 {
    padding-top: 30PX;
}

.padB30 {
    padding-bottom: 30px;
}

.padL30 {
    padding-left: 30PX;
}

.padR30 {
    padding-right: 30px;
}

/*动画效果*/
.wgt-fade-animate {
    -webkit-transform: scale(0.3) translateY(50px);
    -moz-transform: scale(0.3) translateY(50px);
    -ms-transform: scale(0.3) translateY(50px);
    transform: scale(0.3) translateY(50px);
    opacity: 0;
}

.appear {
    -wewgtit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -moz-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3) translateY(50px);
        -moz-transform: scale(0.3) translateY(50px);
        -ms-transform: scale(0.3) translateY(50px);
        transform: scale(0.3) translateY(50px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1) translateY(0);
        -moz-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);

        opacity: 1;
    }
}

@-moz-keyframes opacity_show {
    0% {
        -moz-transform: scale(0.3) translateY(50px);
        transform: scale(0.3) translateY(50px);
        opacity: .1;
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        transform: translateY(50px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/*  */
.indTop {
    margin-top: 57px;
    width: 100%;
    height: 8px;
    background: url(../images/top.png) repeat-x top center;
    padding-top: 8px;
}

/*  */

.indName h3 {
    font-weight: 200;
    font-family: "Microsoft YaHei", "Microsoft Jhenghei", "Avenir", "Helvetica Neue", "Arial", sans-serif;
    text-transform: capitalize;
}

.indName h4 {
    color: #8b8278;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 2px;

}

/* indImg_more */
.indImg_more {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.indImg_more p {
    position: relative;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
    width: 80%;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.indImg_more p img {
    width: 32px;
}

/*  */
.zyPage {
    clear: both;
    text-align: right;
}

.zyPage ul {
    display: inline-block;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    margin: 0;
}

.zyPage .itemA {
    display: none;
}

.zyPage li {
    display: inline-block;
}

.zyPage li a {
    padding: 10px;
    font-weight: bold;
    color: #666;
}

.zyPage li a:hover {
    color: #000;
}

.zyPage li.act a {
    background: #ded8d2;
}

/*  */
.mainBan {}

.mainBan img {
    width: 100%;
}

.mainBan .mainBan_mbl {
    display: none;
}

/*  */
.indTit {
    margin-bottom: 40px;
}

.indTit h1 {
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #67625d;
}

.indTit span {
    font-size: 31px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    color: #a09181;
}

.indTit.center {
    text-align: center;
}

.indTit.white h1,
.indTit.white span {
    color: #fff;
}

/*  */
.indNav {
    background: #fff;
}

.indNav.border {
    border-bottom: 1px solid rgba(160, 145, 129, 0.18)
}

.indNav ul {
    display: flex;
    margin: 0;
}

.indNav li {
    position: relative;
    flex: 1;
    /* max-width: 286px; */
    margin: 0 auto;
    text-align: center;
    line-height: 4.5;
    border-left: 1px solid rgba(160, 145, 129, 0.18);
    overflow: hidden;
}

.indNav li:last-child {
    border-right: 1px solid rgba(160, 145, 129, 0.18);
}

.indNav li::before {
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -8px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: #67625d transparent transparent transparent;
    border-width: 8px;
    border-style: solid;
    transition: all .5s ease;
}

.indNav li a {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
}

.indNav li.act {
    background: #f1f0ec;
}

.indNav li.act::before {
    top: 0;
}

.indNav li:hover::before {
    top: 0;
}

/* =============
    header
================================================================================= */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding-left: 28px;
    background: #f1f0ec;
}

header>div {
    overflow: hidden;
}

.headLogo {
    display: inline-block;
    width: 112px;
    position: relative;
    top: 3px;
}

.headLogo img {
    width: 100%;
}

.headNav {
    float: right;
}

.headNav ul {
    overflow: hidden;
    height: 78px;
    margin: 0;
}

.headNav li {
    float: left;
}

.headNav li a {
    position: relative;
    display: block;
    min-width: 120px;
    height: 78px;
    text-align: center;
    overflow: hidden;
    padding: 0 24px;
    font-size: 13px;
    color: #a09181;
    letter-spacing: 0.25px;
}

.headNav li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #ded8d2;
    transition: all 0.48s;
}

.headNav li a span {
    display: block;
    line-height: 78px;
    font-size: 14px;
    color: #67625d;
}

.headNav li:last-child {
    border-left: 2px solid #fff;
}

.headNav li a:hover::before {
    height: 100%;
}

.headNav li.act a::before {
    height: 100%;
}

/*  */
.header_menu {
    display: none;
    float: right;
    padding: 8px;
    cursor: pointer;
    margin: 14px;
}

.header_menu span {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 7px;
    background: #000;
    transition: all 0.48s;
}

header.on .header_menu span {
    background: #000;
}

.header_menu span:last-of-type {
    margin-bottom: 0;
}

.header_menu.on .header_menu_span1 {
    transform: rotate(45deg) translate(6px, 5px);
}

.header_menu.on .header_menu_span2 {
    opacity: 0;
}

.header_menu.on .header_menu_span3 {
    transform: rotate(-45deg) translate(8px, -7px);
}

/*  */
.headBox {
    display: none;
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    height: calc(100vh - 52px);
    z-index: 99999999;
    background-color: #f1f0ec;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 80%;
}

.headBox ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 56px;
    margin-top: -42px;

}

.headBox ul li {
    position: relative;
    padding-left: 42px;
    line-height: 3.2;
}

.headBox li.act a {
    padding-left: 6px;
}

.headBox ul li.act:before {
    opacity: 1;
}

.headBox ul li::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 12px;
    width: 15px;
    height: 3px;
    background: #a09181;
}

.headBox li a {
    display: block;
}

.headBox li:last-child a {
    position: relative;
    display: inline-block;
    background: #a09181;
    color: #fff;
    width: 38px;
    height: 34px;
    text-align: center;
    margin-top: 8px;
    line-height: 34px;
}

/* =============
    footer
================================================================================= */
footer {
    padding: 0 20px;
    background-color: #67625d;
}

.footUl li {
    float: left;
    line-height: 45px;
    padding: 0 30px 0 15px;
    background: url(../images/line.png) no-repeat right center;
}

.footUl li a {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    color: #bfb3a5;
}

.footCopy {
    text-align: right;
}

.footCopy p {
    padding-right: 22px;
    background: url(../images/line.png) no-repeat right center;
    margin-right: 2px;
}

.footCopy p,
.footCopy a {
    display: inline-block;
    font-size: 11px;
    line-height: 45px;
    color: #bfb3a5;
    margin: 0;
}

.footCopy .footLink {
    position: relative;
    display: inline-block;

}

.footCopy .footLink p {
    cursor: pointer;
    display: inline-block;
    color: #bfb3a5;
    border-radius: 4px;
    line-height: 2.1;
    font-size: 12px;
    letter-spacing: 0.5px;
    transition: all 0.48s;
    width: 120px;
    text-align: center;
    background: #7f7a75;
    padding-left: 22px;
    margin-right: 14px;
    margin: 0 14px 0 0;
}

.footCopy .footLink ul {
    display: none;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 120px;
    background: #fff;
    text-align: left;
    border: 1px solid #ded8d2;
}

.footCopy .footLink li {
    line-height: 34px;
    text-align: center;
    color: #67625d;
    border-bottom: 1px solid #f7f7f7;
    font-size: 12px;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.footCopy .footLink li:last-child {
    border: 0;
}

.footCopy .footLink li:hover {
    cursor: pointer;
    background: #67625d;
    color: #fff;
}

/* =============
    index
================================================================================= */
/* banner */
.banner {
    /*height: calc(100vh - 86px);*/
    width: 100%;
    /*min-height: 600px;*/
}

.banIco {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9990;
}

.banDemo {
    width: 100%;
    height: 100%;
}

.banDemo .item {
    background-color: #d7d7d7;
    font-size: 14px;
    color: #333;
    padding: 10px 10px;
    margin: 0px 7px;
    display: block;
    text-align: center;
}

.banDemo .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
}

.banDemo .slick-arrow i {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.banDemo .slick-prev {
    left: 0;
    background-image: url(../images/sprite-carousel-nav-home.png);
    background-image: url(../images/sprite-carousel-nav-home-1x.png) \9;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
}

.banDemo .slick-next {
    right: 0;
    background-image: url(../images/sprite-carousel-nav-home.png);
    background-image: url(../images/sprite-carousel-nav-home-1x.png) \9;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
}

.banDemo .itemA {
    display: block;
    cursor: pointer;
    height: 100%;
}

.banDemo .banDemo-img {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.banDemo .banDemo-img img {
    width: 100%;
}

.banDemo .banDemo_img2 {
    display: none;
}

.banDemo .banDemo-img::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banDemo.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.banDemo .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}

.banDemo .slick-list .slick-track {
    height: 100%;
}

.banDemo .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.banDemo .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 9990;
    width: 100%;
    text-align: center;
}

.banDemo .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 4px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.banDemo .slick-dots li.slick-active {
    background: #fff;
}

/* indFour */
.indFour {
    padding: 48px 0 0;
    position: relative;
}

.indHome {
    display: inline-block;
    font-size: 21px;
    line-height: 20px;
    font-weight: 100;
    font-family: KFOkCnqEu92Fr1MmgVxIIzI;
    text-transform: capitalize;
    font-family: "Montserrat", "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", "Source Han Sans", "Noto Sans CJK Sc", "Microsoft YaHei", "Microsoft Jhenghei", "Avenir", "Helvetica Neue", "Arial", sans-serif;

}

.indHome img {
    width: 18px;
    margin-right: 10px;
    vertical-align: top;

}

.indFour .indFour_a {
    display: block;
}

.indBg {
    position: absolute;
    top: 260px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #f1f0ec;
    z-index: -1;
}

.indFour_img {
    position: relative;
}

.indFour_img::after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(3deg);
}

.indFour_img>img {
    width: 100%;
}

.indFour .indFour_a:hover .indImg_more {
    opacity: 1;
}

/* indAb */
.indAb {
    position: relative;
    padding-bottom: 60px;
}

.indAb .indAb_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: #f1f0ec;
    z-index: -1;
}


.indAb_img {
    display: block;
    position: relative;

}

.indAb_img img {
    width: 100%;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .14);
}

.indAb_img .indName {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px;
    padding-left: 100px;
}

.indAb_img .indName h3 {
    color: #fff;
    font-size: 96px;
    line-height: 106px;
    font-weight: 100;
    letter-spacing: 1px;
}

.indAb_img .indName h4 {
    color: #fff;
    font-weight: 500;
    max-width: 70%;
    font-size: 14.5px;
    line-height: 26px;
    letter-spacing: 1.5px;
    margin-top: 20px;
}

.indAb_more {
    display: inline-block;
    margin-top: 68px;
    letter-spacing: 1px;
    padding: 9px 42px;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #353535;
}

.indAb_more:hover {
    color: #fff;
    border: 1px solid #67625d;
    background: #67625d;
}

.indAb .indAb_a:hover .indImg_more {
    opacity: 1;
}

.indAb_more.bg {
    color: #fff;
    background: #353535;
}

.indAb_more.white {
    color: #353535;
    background: #fff;
}

/* =============
    about
================================================================================= */
.about {
    position: relative;

}

.abAb {
    position: relative;
    padding: 128px 0;
    background: url(../images/bg5.jpg);
}

.abAb .col-md-7 {
    text-align: left;
    padding-right: 36px;
}

.abAb_p {
    height: 350px;
    overflow-y: auto;
    padding-right: 14px;
}

.abAb_p::-webkit-scrollbar {
    width: 3px;
    height: 100%
}

.abAb_p::-webkit-scrollbar-track {
    background: #fff;
}

.abAb_p::-webkit-scrollbar-thumb {
    background: #eee;
}

.abAb p {
    font-size: 14.5px;
    letter-spacing: 1px;
    line-height: 34px;
}

.abAb .col-md-5 {
    position: relative;
}

.abAb .col-md-5 img {
    width: 100%;
}

.abAb1 {
    width: 88%;
    margin-bottom: 24%;
}

.abAb2 {
    position: absolute;
    margin-top: 24%;
    width: 48%;
    top: 0;
    right: 15px;
    box-shadow: -10px -1px 26px 1px rgba(103, 98, 93, 0.28);
}

.abAb3 {
    width: 39.02%;
    text-align: right;
    margin-left: 17%;
    margin-top: 5%;
    position: relative;
}

.abHor {
    padding: 88px 0 128px;
}

.horDemo {
    margin-top: 68px;
    position: relative;
}

.horDemo .item {
    background-color: #d7d7d7;
    font-size: 14px;
    color: #333;
    padding: 10px 10px;
    margin: 0px 7px;
    display: block;
    text-align: center;
}

.horDemo .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 49px;
    height: 105px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 900;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.horDemo .slick-arrow i {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.horDemo .slick-prev {
    left: -76px;
    background-image: url("../images/2_35.png");
    background-size: cover;
}

.horDemo .slick-prev:hover {
    left: -80px;
    background-image: url("../images/2_35a.png");
}

.horDemo .slick-next {
    right: -76px;
    background-image: url("../images/2_36.png");
    background-size: cover;
}

.horDemo .slick-next:hover {

    right: -80px;
    background-image: url("../images/2_36a.png");
}

.horDemo .itemA {
    display: block;
    cursor: pointer;
    margin: 0 10px;
}

.horDemo img {
    max-width: 100%;
    border: 6px solid rgba(243, 152, 0, 0.12);
    padding: 4px;
}

.horDemo p {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    background: #f8f8f8;
    padding: 12px;
}

.horDemo.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.horDemo .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}

.horDemo .slick-list .slick-track {
    height: 100%;
}

.horDemo .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.horDemo .slick-dots {
    margin-top: 32px;
    text-align: center;
}

.horDemo .slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 3px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #534d47;
}

.horDemo .slick-dots li.slick-active {
    background: #534d47;
}

.abDeve {
    position: relative;
    text-align: center;
    padding: 88px 0;
    background-image: url(../images/bg4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.deveDemo {
    margin-top: 68px;
    position: relative;
}

.deveDemo .item {
    background-color: #d7d7d7;
    font-size: 14px;
    color: #333;
    padding: 10px 10px;
    margin: 0px 7px;
    display: block;
    text-align: center;
}

.deveDemo .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 37px;
    height: 80px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 900;
}

.deveDemo .slick-arrow i {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.deveDemo .slick-prev {
    right: 80px;
    background-image: url("../images/2_35.png");
    background-size: cover;
}



.deveDemo .slick-next {
    right: 20px;
    background-image: url("../images/2_36.png");
    background-size: cover;
}

@media(min-width:768px) {
    .deveDemo .slick-prev:hover {
        background-image: url("../images/2_35a.png");
    }

    .deveDemo .slick-next:hover {
        background-image: url("../images/2_36a.png");
    }
}



.deveDemo .itemA {
    display: block;
    cursor: pointer;
    margin: 0 14px;


}

.abDeve_img {
    float: left;
    position: relative;
    width: 52%;
    border: 1px solid #e0dbd5;
    padding: 12px;
    margin-left: 5px;

}

.abDeve_mbl {
    display: none;
}

.abDeve_img img {
    width: 83%;
    float: right;
}

.abDeve_img p {
    font-size: 72px;
    position: absolute;
    line-height: 1;
    letter-spacing: 3px;
    top: 60px;
    left: -28px;
    transform: rotate(-90deg);
    font-family: -webkit-pictograph;
}

.abDeve_info {
    display: inline-block;
    position: relative;
    margin-top: 88px;
    margin-left: -90px;
    left: -8px;
    width: calc(47% + 90px);
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 50px;
}

.abDeve_info h1 {
    color: #c6a860;
    font-family: Constantia;
    line-height: 36px;
    font-size: 40px;
    font-weight: 500;
    margin: 6px 0 28px;
}

.abDeve_info ul {
    height: 180px;
    overflow-y: auto;
}

.abDeve_info ul::-webkit-scrollbar {
    /* 1、滚动条整体部分，可设宽高 */
    width: 4px;
    height: 100%;
}

.abDeve_info ul::-webkit-scrollbar-track {
    /* 3、外层轨道 */
    background: #f1f0ec;
    border-radius: 12px;
}

.abDeve_info ul::-webkit-scrollbar-thumb {
    /* 5、滚动的滑块 */
    background: #67625d;
    border-radius: 12px;
}

.deveDemo.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.deveDemo .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}

.deveDemo .slick-list .slick-track {
    height: 100%;
}

.deveDemo .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.deveDemo .slick-dots {
    text-align: center;
    margin: 0;
}

.deveDemo .slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 6px 0px #999;
}

.deveDemo .slick-dots li.slick-active {
    background: rgba(255, 255, 255, 1);
}

/*  */
.abCul {
    padding: 88px 0 0;
}

.abCul_box {
    margin-top: 68px;
}


.abCul .row {
    margin: 0;
}

.abCul_box .col-md-6 {
    padding: 0;
    position: relative;
}

.abCul_img {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 50%;
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.abCul_img::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 18px;
    width: 18px;
    margin-top: -9px;
    margin-right: -9px;
    background: #f1f0ec;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.abCul_img div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.48s;
}

.abCul_img img {
    display: none;
    width: 100%;
}

.abCul_info {
    float: right;
    padding: 68px 0;
    text-align: center;
    background: #f1f0ec;
    width: 50%;
}

.abCul_box .col-md-6:nth-child(4) .abCul_img,
.abCul_box .col-md-6:nth-child(3) .abCul_img {
    left: auto;
    right: 0;
}

.abCul_box .col-md-6:nth-child(4) .abCul_img::after,
.abCul_box .col-md-6:nth-child(3) .abCul_img::after {
    left: 0;
    right: auto;
    margin-left: -9px;
}

.abCul_box .col-md-6:nth-child(3) .abCul_info,
.abCul_box .col-md-6:nth-child(4) .abCul_info {
    float: left
}

.abCul_info img {
    width: 42px;
    margin: 0 auto;
}

.abCul_info span {
    font-weight: bold;
    font-size: 17px;
    line-height: 2;
    letter-spacing: 2px;
    margin: 14px 0 4px;
    display: block;
    color: #67625d;
}

.abCul_info p {
    max-width: 68%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.8;
    color: #666;
    letter-spacing: 1px;
    min-height: 60px;
}

.abCul_box .col-md-6:hover .abCul_img div {
    transform: scale(1.1);
}

/* =============
    product
================================================================================= */
.product {
    position: relative;
    padding: 68px 0;
}

.product .indHome {
    letter-spacing: 1px;
}

.proList {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #f1f0ec), color-stop(100%, rgb(247, 247, 244)));
    background-image: -moz-linear-gradient(top, #f1f0ec 0%, rgb(247, 247, 244) 100%);
    background-image: -ms-linear-gradient(top, #f1f0ec 0%, rgb(247, 247, 244) 100%);
    background-image: -o-linear-gradient(top, #f1f0ec 0%, rgb(247, 247, 244) 100%);
    background-image: linear-gradient(top, #f1f0ec 0%, rgb(247, 247, 244) 100%);
    padding: 28px;
    min-height: 368px;
}

.proList h3 {
    font-size: 19px;
    margin: 0 0 23px;
    letter-spacing: 1px;
}

.proList .proList-items {
    border-bottom: 1px solid #ded8d2;
    overflow: hidden;
    padding: 14px 0 0;
}


.proList .proList_box p {
    color: #666;
    display: inline-block;
    width: 50px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: left;
    vertical-align: top;
}

.proList ul {
    display: inline-block;
    width: calc(100% - 68px);
    margin: 0;
}

.proList li {
    cursor: pointer;
    float: left;
    text-align: center;
    line-height: 22px;
    padding: 4px 10px;
    margin: 0 2px 7px;
    position: relative;
}

.proList li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    transition: all 0.48s;
    background: #67625d;
}

.proList li a {
    font-size: 13px;
    color: #666;
    position: relative;
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}

.proList li:hover:before {
    width: 100%;
}

.proList li:hover a {
    color: #ffffff
}

.proList li.cur {
    background-color: #67625d;
}

.proList li.cur a {
    color: #ffffff;
}

.proIco {
    margin-top: 24px;
}

.proIco p {
    position: relative;
    font-size: 13px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 3px 22px;
    text-shadow: 0.083em 0.083em 0.083em #888;
    border: 0.083em solid #67625d;
    color: #FFF;
    background: #a09181;
    border-radius: 21px;
    margin-right: 20px;
}

.proIco p em {
    cursor: pointer;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-style: inherit;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    background: #999999;
    padding: 0.35em 0.5em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-box-shadow: 0 0 3px #FFF;
    -webkit-box-shadow: 0 0 3px #FFF;
    box-shadow: 0 0 3px #FFF;
    position: absolute;
    top: -10px;
    right: -8px;
}

.proIco p em:hover {
    background: #f1f0ec;
}

.proTop {
    padding: 48px 0 48px 28px;
    background: #f1f0ec;
    margin-bottom: 52px;
}

.proColor {
    text-align: center;
    top: 0;
    position: absolute;
    right: 0;
    height: 100%;
}

#colorpicker {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.proColor circle {
    position: relative;
    cursor: pointer;
    transition: all 0.48s;
}

.adsPro {
    padding: 0 14px;
}

.proBox {
    margin-top: 24px;
}

.proItem {
    margin-bottom: 38px;
}

.proImg img {
    width: 100%;
}

.proName {
    padding-top: 20px;
}

.proName span {
    font-weight: 200;
    text-transform: capitalize;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proName p {
    font-size: 14px;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 767px) {
    #colorpicker {
        text-align: center;
    }
}

/* =============
    proDet
================================================================================= */
.proDet {
    min-height: calc(100vh - 131px);
}

.proDet .indAb_more {
    margin-top: 48px;
}

.proDet_box {
    position: relative;
}

.proDet_right {
    text-align: center;
    padding: 16px;
}

.proDet_div {
    position: relative;
    margin-top: 28px;
}

.proDet_left {
    position: absolute;
    top: 28px;
    left: 28px;
    max-width: 53%;
    height: calc(100% - 56px);
    padding: 0;
    overflow: hidden;
}

.proDet_item {
    padding: 0 28px;
}

.proDet_item img {
    max-width: 100%;
    margin: 0 auto;
}

.proDet_item h4 {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
    font-weight: bold;
}

.proDet_btm .row {
    position: relative;
}

.proDet_btm .row>div {
    padding: 0 8px;
    margin-top: 14px;
}

.proDet_btm em {
    display: block;
    width: 100%;
    height: 78px;
    margin: 0 auto;
    background: #eee;
}

.proDet_btm span {

    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.proDet_btm .row div:hover span {
    opacity: 1;
}

.proDet_top span {
    color: #a09181;
}

.proDet_top p {
    font-size: 13px;
}

.proDet_top li {
    line-height: 2;
}

.proDet_top h3 {
    color: #67625d;
    padding-bottom: 24px;
    background: url(../images/top.png) repeat-x bottom center;
}

.proDemo {
    height: 100%;
    position: relative;
}

.proDemo .item {
    background-color: #d7d7d7;
    font-size: 14px;
    color: #333;
    padding: 10px 10px;
    margin: 0px 7px;
    display: block;
    text-align: center;
}

.proDemo .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -43px;
    width: 40px;
    height: 86px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999999;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.proDemo .slick-arrow i {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.proDemo .slick-prev {
    left: 0;
    background-image: url("../images/2_37a.png");
    background-size: cover;
}

.proDemo .slick-prev:hover {
    background-image: url("../images/2_35a.png");
}

.proDemo .slick-next {
    right: 0;
    background-image: url("../images/2_38a.png");
    background-size: cover;
}

.proDemo .slick-next:hover {
    background-image: url("../images/2_36a.png");
}

.proDemo .itemA {
    display: block;
    cursor: pointer;
}

.proDemo .itemA img {
    width: 100%;
}

.proDemo p {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    background: #f8f8f8;
    padding: 12px;
}

.proDemo.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.proDemo .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}

.proDemo .slick-list .slick-track {
    height: 100%;
}

.proDemo .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.proDemo .slick-dots {
    text-align: center;
    margin: 12px 0 0;
}

.proDemo .slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 3px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #534d47;
}

.proDemo .slick-dots li.slick-active {
    background: #534d47;
}

/* =============
    lab
================================================================================= */
.lab {
    padding: 100px 0;
}

.lab .indTit {
    text-align: center;
}

.lab .zyPage {
    margin-top: 48px;
}

.labBox {
    position: relative;
    margin-bottom: 20px;
}

.labBox img {
    width: 100%;
}

.labBox_mbl {
    display: none;
}

.labBox_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background: rgba(103, 98, 93, 0.92);
}

.labBox_bg h1 {
    color: #fff;
    padding-right: 36px;
    text-transform: capitalize;
    display: inline-block;
    float: right;
    letter-spacing: 1px;
    margin-top: 40px;
    text-align: right;
}

.labBox_bg h1 span {
    display: block;
    text-align: right;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 18px;
}

.labBox_bg p {
    position: absolute;
    color: #f1f0ec;
    bottom: 20px;
    right: 36px;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.6;
}

.labItem {
    cursor: pointer;
    margin-top: 30px;
}

.labItem img {
    width: 100%;
}

.labItem:hover .indImg_more {
    opacity: 1;
}

/* =============
    qiwu
================================================================================= */
.qiwu {
    padding: 100px 0 128px;
    overflow: hidden;
}

.qiwu .indTit {
    display: none;
}

.qiwuAb img {
    width: 100%;
}

.qiwuTit {
    position: absolute;
    top: 24px;
}

.qiwuTit h1 {
    font-size: 96px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ded8d2;
    /* font-family: "Microsoft YaHei", "Microsoft Jhenghei", "Avenir", "Helvetica Neue", "Arial", sans-serif; */
    text-transform: capitalize;
}

.qiwuAb_p {
    padding-bottom: 18px;
}

.qiwuAb_p p {
    line-height: 34px;
    font-size: 15px;
    letter-spacing: 1px;
}

.qiwuPro {
    padding: 0;
    text-align: center;
}

.qiwuPro .indAb_more {
    margin: 20px auto 42px;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 14px 78px;
    color: #353535;
    background: transparent;
    border: 1px solid #353535;
}

.qiwuPro_item {
    padding-top: 40px;
}

.qiwuPro .indFour_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.28);
    transition: all 0.48s ease-out;
}

.qiwuPro .indName {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    transition: all 0.28s ease-in-out;
}

.qiwuPro .indName h3,
.qiwuPro .indName h4 {
    color: #fff;
}


@media(mnin-width:768px) {
    .qiwuPro .indFour_img:hover::before {
        opacity: 0;
    }

    .qiwuPro .indFour_img:hover .indName {
        padding-bottom: 48px;
    }
}


.qiwuZt {
    position: relative;
    margin-top: 28px;
}

.qiwuZt img {
    width: 100%;
}

.qiwuZt_mbl {
    display: none;
}

.qiwuZt_name {
    position: absolute;
    bottom: 88px;
    left: 54px;
}

.qiwuZt_name h1 {
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
}

.qiwuZt_name p {
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
}

.qiwuZt_name span {
    margin-top: 32px;
}

/*  */
.ztDemo {
    position: relative;
}

.ztDemo .item {
    background-color: #d7d7d7;
    font-size: 14px;
    color: #333;
    padding: 10px 10px;
    margin: 0px 7px;
    display: block;
    text-align: center;
}

.ztDemo .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -34px;
    width: 32px;
    height: 68px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 900;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.ztDemo .slick-arrow i {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.ztDemo .slick-prev {
    left: 28px;
    background-image: url("../images/2_37a.png");
    background-size: cover;
}

.ztDemo .slick-next {
    right: 28px;
    background-image: url("../images/2_38a.png");
    background-size: cover;
}

.ztDemo .itemA {
    display: block;
    cursor: pointer;
    margin: 0 10px;
}

.ztDemo.slick-slider {
    display: block;
    position: relative;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.ztDemo .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}

.ztDemo .slick-list .slick-track {
    height: 100%;
}

.ztDemo .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.ztDemo .slick-dots {
    position: absolute;
    right: 45px;
    bottom: 10px;
    margin-top: 32px;
    text-align: center;
}

.ztDemo .slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 3px;
    padding: 4px 6px;
    background: #ded8d2;
    box-shadow: 0 0 6px 0px #999;
}

.ztDemo .slick-dots li a {
    font-size: 13px;
}

.ztDemo .slick-dots li:hover {
    background: #67625d;
}

.ztDemo .slick-dots li:hover a {
    color: #fff;
}

.ztDemo .slick-dots li.slick-active {
    background: #67625d;
}

.ztDemo .slick-dots li.slick-active a {
    color: #fff;
}

/* =============
    company
================================================================================= */

.company {
    position: relative;
    padding: 68px 0 100px;
}

.company .row {
    margin-top: 48px;
}

.company a {
    display: block;
    margin-bottom: 28px;
}

.company .indAb_more {
    background-color: #a09181;
    background-image: url(../images/link.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px;
    padding: 8px 30px 8px 50px;
    margin-top: 12px;
    border-radius: 0;
    float: right;
    border: 0;
    color: #fff;
}

.company .indAb_more:hover {
    background-color: #67625d;
}

.comImg {
    overflow: hidden;
    position: relative;
}

.comImg span {
    position: absolute;
    right: 12px;
    bottom: 8px;
}

.comImg img {
    width: 100%;
    transition: all 0.48s ease-in;
}

.comInfo {
    padding: 14px 32px 32px;
    background: #f1f0ec;
    overflow: hidden;
}

.comInfo h1 {
    font-size: 18px;
    margin-bottom: 16px;
    display: block;
    letter-spacing: 1px;
    color: #67625d;
}

.comInfo p {
    letter-spacing: 1px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.company .col-md-6:hover .comImg img {
    transform: scale(1.1);
}

/* =============
    news
================================================================================= */
.news {
    text-align: center;
    position: relative;
    padding: 68px 0 88px;
    background: url(../images/bg5.jpg);
}

.newsBox {
    margin-top: 56px;
}

.newsItem {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 46px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.62);
    -webkit-box-shadow: 1px 8px 38px rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 8px 38px rgba(0, 0, 0, .05);
    box-shadow: 1px 8px 38px rgba(0, 0, 0, .05);
}

.newsImg {
    position: absolute;
    overflow: hidden;
    width: calc(50% - 30px);
    height: calc(100% - 60px);
}

.newsImg div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.newsImg img {
    display: none;
    width: 100%;
}

.newsCon {
    padding: 20px 0 28px 60px;
}

.newsCon h4 {
    position: relative;
    padding-bottom: 18px;
    margin: 20px 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsCon h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 18px;
    height: 2px;
    background: #67625d;
}

.newsCon .newsTime {
    display: block;
    text-align: left;
    color: #c6a860;
    font-family: Constantia;
    font-size: 26px;
}

.newsCon .newsTime img {
    vertical-align: middle;
}

.newsCon .newsP {
    margin: 35px 0;
    min-height: 80px;
}

.newsCon .newsP p {
    text-align: left;
    line-height: 24px;
    color: rgba(52, 52, 52, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsCon .newsMore {
    overflow: hidden;
    padding-top: 35px;
    text-align: right;
    border-top: 1px solid #f1f1f1;
}

.newsCon .newsMore .indAb_more {
    margin: 0;
}

/* =============
    oldnews
================================================================================= */
.old {
    text-align: center;
    position: relative;
    padding: 68px 0 88px;
    background: url(../images/bg5.jpg);
}

.old_box {
    margin-bottom: 36px;
}

.old_item {
    display: block;
    margin-bottom: 34px;
    padding: 0 10px;
}

.old_item>div {
    padding: 16px;
    background: rgba(255, 255, 255, 0.66);
}

.old_img {
    background: #67625d;
    position: relative;
    overflow: hidden;
}

.old_img img {
    width: 100%;
    opacity: 0.68;
    transition: all 0.48s;
}

.old_time {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #c6a860;
    text-align: right;
    padding: 8px 12px 0px;
}

.old_time span {
    color: #fff;
    font-family: Constantia;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1;
}

.old_time p {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    text-align: right;
}

.old_info {
    padding: 20px 10px;
}

.old_info h1 {
    text-align: left;
    font-size: 17px;
    line-height: 1.4;
    margin: 0 0 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.old_info p {
    text-align: left;
    margin: 0;
    color: #67625d;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.old_info p span {
    font-weight: 500;
    color: #787878;
    margin-right: 5px;
    font-size: 13px;
}

.old_item:hover .old_img img {
    transform: scale(1.1);
    opacity: 1;
}

/* =============
    newDet
================================================================================= */
.newDet {
    background: #fafafa;
    padding: 68px 0;
    text-align: center;

}

.newDet_box {
    text-align: center;
}

.newDet_box .btn-wrap {
    margin: 0 auto;
}

.newDet_box .btn-wrap .btn {
    border: 1px solid #333;
    color: #333;
}

.newDet_box .container {
    padding: 5%;
    background: #fff;
}

.newDet-con {
    text-align: left;
    width: 100%;
    padding-top: 28px;
}

.newDet-con h3 {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 28px;
    line-height: 1.4;
}

.newDet-con p {
    color: #666;
    letter-spacing: 0.25px;
    line-height: 2.4;
}

.newDet-con ul {
    border-bottom: 1px solid #eee;
    padding: 0 0 14px;
    overflow: hidden;
    margin-bottom: 30px;
}


.newDet-con ul li {
    line-height: 1.4;
    list-style: square;
    color: #a09181;
}


.newDet-con span {
    line-height: 1.8;
}

/**/
.newDet-div {
    width: 82%;
    margin: 0 auto;
    overflow: hidden;
    padding: 3% 0;
}

.newDet-div>div {
    float: left;
    background: #ffffff;
}

.newDet-div-l {
    width: 72%;
    padding: 30px;
    text-align: left;
}

.newDet-div-tr {
    display: none;
    text-align: center;
}

.newDet-div-tr:first-child {
    display: block;
}

.newDet-div-tr h6 {
    font-size: 20px;
    line-height: 42px;
    margin: 10px;
    font-weight: 500;
}

.newDet-div-tr>img {
    width: 100%;
    margin: 20px 0;
}

.newDet-div-tr div img {
    width: 30%;
    margin: 1%;
}

.newDet-div-tr ul {
    padding: 12px;
    overflow: hidden;
    text-align: left;
}

.newDet-div-tr ul li {
    float: left;
    width: 49%;
    line-height: 42px;
    list-style: square;
    margin-left: 1%;
    color: #04539a;
}

.newDet-div-r {
    width: 25%;
    margin-left: 3%;
    padding: 30px;
}

.newDet-div-r h1 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    text-align: left;
}

.newDet-div-rbox {
    margin-bottom: 30px;
    border-bottom: 1px solid #Eee;
    padding-bottom: 12px;
}

.newDet-div-rbox div {
    overflow: hidden;
}

.newDet-div-rbox img {
    width: 100%;
    -webkit-transition: all 0.48s ease-in-out;
    -moz-transition: all 0.48s ease-in-out;
    -ms-transition: all 0.48s ease-in-out;
    -o-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}

.newDet-div-rbox p {
    line-height: 42px;

}

.newDet-div-rbox:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/**/

.pgwSlideshow {
    width: 100%;
    display: none
}

.pgwSlideshow a {
    color: #fff
}

.pgwSlideshow .ps-current {
    text-align: center;
    position: relative;
    min-height: 150px;
    overflow: hidden
}

.pgwSlideshow .ps-current>ul>li {
    text-align: center;
    width: 100%;
    z-index: 1;
    opacity: 0;
    display: block
}

.pgwSlideshow .ps-current>ul>li img {
    display: block;
    max-width: 100%;
    margin: auto
}

.pgwSlideshow .ps-caption {
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    text-align: left;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    display: none
}

.pgwSlideshow .ps-caption span {
    padding: 7px;
    display: inline-block
}

.pgwSlideshow .ps-list {
    border-top: 1px solid #eee;
    box-shadow: 0 10px 10px -5px #eee inset;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.pgwSlideshow .ps-list ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0
}

.pgwSlideshow .ps-list li {
    float: left
}

.pgwSlideshow .ps-list li .ps-item {
    display: block;
    margin: 0 6px;
    opacity: .6;
    filter: alpha(opacity=60)
}

.pgwSlideshow .ps-list li img {
    display: block;
    border: 2px solid #999;
    width: 80px;
}

.pgwSlideshow .ps-list li .ps-item.ps-selected {
    float: left;
    opacity: 1;
    border: 4px solid #a09181;
    overflow: hidden
}

.pgwSlideshow .ps-list li .ps-item.ps-selected img {
    margin: -4px
}

.pgwSlideshow .ps-prevIcon {
    border-color: transparent #fff transparent;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    display: block
}

.pgwSlideshow .ps-nextIcon {
    border-color: transparent #fff transparent;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    display: block
}

.pgwSlideshow .ps-current .ps-prev {
    background: rgba(222, 222, 222, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #dcdcdc;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    position: absolute;
    padding: 24px 16px 24px 10px;
    left: 0;
    top: 45%;
    cursor: pointer
}

.pgwSlideshow .ps-current .ps-next {
    background: rgba(222, 222, 222, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #dcdcdc;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    position: absolute;
    padding: 24px 10px 24px 16px;
    right: 0;
    top: 45%;
    cursor: pointer;
    z-index: 2925;
}

.pgwSlideshow .ps-list .ps-prev {
    background: rgba(222, 222, 222, 1);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bb000000', endColorstr='#bb000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
    border: 1px solid #dcdcdc;
    border-left: 0;
    padding: 20px 14px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none
}

.pgwSlideshow .ps-list .ps-next {
    background: rgba(222, 222, 222, 1);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bb000000', endColorstr='#bb000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
    border: 1px solid #dcdcdc;
    border-right: 0;
    padding: 20px 14px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    display: none
}

.pgwSlideshow.narrow .ps-list li img {
    width: 60px;
    height: 60px
}

.pgwSlideshow.narrow .ps-current .ps-prev {
    padding: 15px 15px 15px 12px;
    top: 40%
}

.pgwSlideshow.narrow .ps-current .ps-next {
    padding: 15px 12px 15px 15px;
    top: 40%
}

.pgwSlideshow.narrow .ps-list .ps-prev {
    padding: 15px 12px 15px 10px;
    top: 20px
}

.pgwSlideshow.narrow .ps-list .ps-next {
    padding: 15px 10px 15px 12px;
    top: 20px
}

.pgwSlideshow.narrow .ps-caption {
    font-size: .8rem;
    padding: 8px
}

.pgwSlideshowLight {
    width: 100%;
    background: #ddd;
    display: none
}

.pgwSlideshowLight a {
    color: #fff
}

.pgwSlideshowLight .ps-current {
    text-align: center;
    position: relative;
    min-height: 150px;
    overflow: hidden
}

.pgwSlideshowLight .ps-current>ul>li {
    text-align: center;
    width: 100%;
    z-index: 1;
    opacity: 0;
    display: block
}

.pgwSlideshowLight .ps-current>ul>li img {
    display: block;
    max-width: 100%;
    margin: auto
}

.pgwSlideshowLight .ps-caption {
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    text-align: left;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    display: none
}

.pgwSlideshowLight .ps-caption span {
    padding: 7px;
    display: inline-block
}

.pgwSlideshowLight .ps-list {
    border-top: 1px solid #aaa;
    box-shadow: 0 10px 10px -5px #999 inset;
    background: #ddd;
    overflow: hidden;
    position: relative
}

.pgwSlideshowLight .ps-list ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0
}

.pgwSlideshowLight .ps-list li {
    float: left
}

.pgwSlideshowLight .ps-list li .ps-item {
    display: block;
    margin: 15px 8px;
    opacity: .6;
    filter: alpha(opacity=60)
}

.pgwSlideshowLight .ps-list li img {
    display: block;
    border: 1px solid #aaa;
    width: 80px;
    height: 80px
}

.pgwSlideshowLight .ps-list li .ps-item.ps-selected {
    float: left;
    opacity: 1;
    border: 4px solid #fff;
    overflow: hidden
}

.pgwSlideshowLight .ps-list li .ps-item.ps-selected img {
    margin: -4px
}

.pgwSlideshowLight .ps-prevIcon {
    border-color: transparent #fff transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    display: block
}

.pgwSlideshowLight .ps-nextIcon {
    border-color: transparent #fff transparent;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    display: block
}

.pgwSlideshowLight .ps-current .ps-prev {
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    position: absolute;
    padding: 20px 20px 20px 15px;
    left: 0;
    top: 45%;
    cursor: pointer
}

.pgwSlideshowLight .ps-current .ps-next {
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    position: absolute;
    padding: 20px 15px 20px 20px;
    right: 0;
    top: 45%;
    cursor: pointer
}

.pgwSlideshowLight .ps-list .ps-prev {
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bb000000', endColorstr='#bb000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
    border: 1px solid #777;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    padding: 20px 15px 20px 12px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1000;
    display: none
}

.pgwSlideshowLight .ps-list .ps-next {
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bb000000', endColorstr='#bb000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
    border: 1px solid #777;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    padding: 20px 12px 20px 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 1000;
    display: none
}

.pgwSlideshowLight.narrow .ps-list li img {
    width: 60px;
    height: 60px
}

.pgwSlideshowLight.narrow .ps-current .ps-prev {
    padding: 15px 15px 15px 12px;
    top: 40%
}

.pgwSlideshowLight.narrow .ps-current .ps-next {
    padding: 15px 12px 15px 15px;
    top: 40%
}

.pgwSlideshowLight.narrow .ps-list .ps-prev {
    padding: 15px 12px 15px 10px;
    top: 20px
}

.pgwSlideshowLight.narrow .ps-list .ps-next {
    padding: 15px 10px 15px 12px;
    top: 20px
}

.pgwSlideshowLight.narrow .ps-caption {
    font-size: .8rem;
    padding: 8px
}
 
@media (max-width: 1024px) {
    .newDet {
        padding: 48px 0;
    }

    .pgwSlideshow .ps-list {
        display: none !important;
    }
}

@media (max-width: 680px) {
    .newDet_box .container {
        width: calc(100% - 28px);
        margin: 0 14px;
        padding: 32px 0;
    }

    .pgwSlideshow .ps-current .ps-prev,
    .pgwSlideshow .ps-current .ps-next {
        padding: 20px 10px 20px 14px;
    }

    .pgwSlideshow .ps-current .ps-prev {
        left: 4px;
    }

    .pgwSlideshow .ps-current .ps-next {
        right: 4px;
    }

    .pgwSlideshow .ps-current>ul>li img {
        max-width: 80%;
    }
}

@media (max-width: 480px) {
    .newDet {
        padding: 32px 0;
    }

    .newDet_box .container {
        padding: 14px;
    }

    .pgwSlideshow .ps-nextIcon,
    .pgwSlideshow .ps-prevIcon {
        border-width: 8px 0 8px 8px;
    }

    .pgwSlideshow .ps-current .ps-prev,
    .pgwSlideshow .ps-current .ps-next {
        padding: 20px 10px 20px 14px;
    }

    .pgwSlideshow.narrow .ps-current .ps-next,
    .pgwSlideshow.narrow .ps-current .ps-prev {
        padding: 20px 8px 20px 10px;
    }

    .pgwSlideshow .ps-current .ps-prev {
        left: 0;

    }

    .pgwSlideshow .ps-current .ps-next {
        right: 0;

    }

    .pgwSlideshow .ps-current>ul>li img {
        max-width: 100%;
    }


    .newDet-con h3 {

        font-size: 20px;
        margin: 0 0 14px
    }

    .newDet-con ul {
        margin-bottom: 12px;
    }

    .newDet-con ul li {
        width: 100%;
        margin: 0;
    }

    .newDet-con>p {
        line-height: 2;
    }
}

/* =============
    contact
================================================================================= */
#allmap {
    height: 500px;
    width: 100%;
    margin: 0 auto;
}

.contact {
    position: relative;
    padding-top: 100px;
}

.conInline {
    position: relative;
    overflow: hidden;
}

.conImg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 48%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.conImg img {
    display: none;
    width: 100%;
}

.conForm ul {
    margin: 0;
}

.conForm li {
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.conForm li:last-of-type {
    border: 0;
    padding-bottom: 0;
}

.conForm li h2 {
    margin-top: 0;
    font-family: "黑体";
}

.conForm li span {
    position: relative;
    display: inline-block;
    width: 72px;
    padding-left: 30px;
    font-size: 13px;
    color: #666;
}

.conForm li span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 21px;
    height: 1px;
    background: #f1f0ec;
}

.conForm li input {
    width: calc(100% - 120px);
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    letter-spacing: 0.5px;
}

.conForm li button {
    width: 218px;
    color: #ded8d2;
    border: 0;
    background: #a09181;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 16px;
}

.conForm li button:hover {
    color: #a09181;
    background: #ded8d2;
}

.conBox {
    position: relative;
    padding-top: 88px;
    padding-bottom: 268px;
}

.conBox_map {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.conBox_div {
    margin: 0 auto;
    background: url(../images/msb.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 10;
}

.conBox_div .col-md-4 {
    text-align: center;
    padding: 66px 0 32px;
}

.conBox_p1 {
    font-size: 14px;
    margin-top: 32px;
    font-weight: bold;
    background: url(../images/line.jpg) no-repeat center right;
}

.conBox_div .col-md-4:last-child .conBox_p1 {
    background: none;
}

.conBox_p2 {
    height: 44px;
    font-size: 18px;
    margin-top: 30px;
    color: #808080;
    font-family: "黑体";
    max-width: 90%;
    margin: 30px auto 0;
}

.conBox_p3 {
    height: 44px;
    font-size: 16px;
    margin-top: 30px;
    color: #4c4c4c;
    font-family: "黑体";
    text-transform: capitalize;
}