@font-face {
    font-family: 'BarlowCondensed';
    src: url('../font/BarlowCondensed-SemiBold.ttf')
}

@font-face {
    font-family: "pingfang";
    font-weight: 300;
    src: url(../font/PingFang\ Light.ttf);
}
@font-face {
    font-family: "pingfang";
    font-weight: 500;
    src: url(../font/PingFang\ Regular.ttf);
}
@font-face {
    font-family: "pingfang";
    font-weight: 600;
    src: url(../font/PingFang\ Bold.ttf);
}
@font-face {
    font-family: "Bison-DemiBold";
    src: url(../font/5b72a8a8e337480dd616c883_Bison-DemiBold.ttf);
}

@font-face {
    font-family: "SangBleu";
    src: url(../font/SangBleuEmpire-Regular-WebXL.woff2);
}

.wgt-fade-animate-left {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.wgt-fade-animate-right {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.appear_left {
    -wewgtit-animation: opacity_show_left 1.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -webkit-animation: opacity_show_left 1.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show_left 1.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

.appear_right {
    -wewgtit-animation: opacity_show_right 1.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -webkit-animation: opacity_show_right 1.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show_right 1.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

/* 左出现 */

@keyframes opacity_show_left {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes opacity_show_left {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/* 右出现 */

@keyframes opacity_show_right {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes opacity_show_right {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/* ===============================index*/

.inner {
    width: 90%;
    margin: 0 auto;
}

.padd {
    padding: 90px 0 120px;
}
.More.center{
    text-align: center;
}
.More a {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #333;
    text-align: center;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    transition: all .48s;
}

.More a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ce8d54;
    opacity: .28;
    transition: all 1s;
}

.More a:hover::before {
    width: 100%;
    transition: all 1s;
}

.More.white a {
    border: 1px solid #fff;
    color: #fff;
}

.More.black a {
    border: none;
    background: #333;
    color: #fff;
}

.Tit {
    margin-bottom: 50px;
}

.Tit.center {
    text-align: center;
}

.Tit span {
    font-size: 42px;
    color: #333;
    line-height: 1.6;
    font-family: SangBleu;
}

.Tit p {
    font-size: 48px;
    text-transform: uppercase;
    color: #aaabad;
    line-height: 1.4;
    font-family: SangBleu;
    font-weight: 400;
}


/*900px导航*/
.headMenu {
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    right: 0;
    display: none;
    margin-right: 24px;
}


.headMenu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 6px 0;
    background: #333;
    -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;
}

.headerMain-bg .headMenu span{
    background: #333;
}

.headMenu.active span{
    background: #333;
}

.headMenu.active span.headMenu_span1 {
    transform: rotate(45deg) translate(6px, 7px);
}

.headMenu.active span.headMenu_span2 {
    opacity: 0;
}

.headMenu.active span.headMenu_span3 {
    transform: rotate(-45deg) translate(4px, -6px);
}

.moHead_mlb {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    /* background-image: url(../images/bg3.jpg); */
    background: #F4EFE9;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    z-index: 99990;
    padding: 28px;
}

.moHead_mlb .moHead_ico {
    text-align: center;
}

.moHead_mlb .moHead_ico a:last-child {
    display: inline-block;
}

.moHead_mlb ul {
    padding: 68px 0;
}

.moHead_mlb li {
    font-size: 15px;
    line-height: 2;
    padding: 14px 0;
    border-bottom: 1px dotted rgba(27, 47, 95, 0.18);
}

.moHead_mlb a {
    color: #a5501f;
    letter-spacing: 1px;

}

.moHead_mlb a svg {
    float: right;
    width: 21px;
    height: 24px;
    opacity: 0.8;
}

.moHead_mlb a svg path{
    fill: #a5501f;
}

.moHead_mlb .moHead_ico a {
    vertical-align: top;
    margin: 0 14px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(27, 47, 95, 0.23);
}

.moHead_mlb .moHead_ico svg {
    width: 24px;
    height: 24px;
}

.moHead_mlb .moHead_ico svg path {
    fill: #002b62;
}

.moHead_mlb .moHead_ico img,
.moHead_mlb .moHead_ico svg {
    margin-top: 10px;
}

@media (max-width: 480px){
    .moHead_mlb a {
        font-size: 18px;
    }
}


/* 导航 */

.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all .48s;
}

.header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hNav {
}

.hNav ul {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.hNav ul li{
    position: relative;
}
.hNav ul li>a {
    display: block;
    padding: 15px 0;
    color: #fff;
    text-transform: uppercase;
    font-family: Bison-DemiBold, sans-serif;
    letter-spacing: 2px;
    font-size: 16px;
    transition: all.48s;
    margin: 0 50px;
    position: relative;
}
.hNav ul li>a.act::after{
    width: 100%;
}
.hNav ul li>a:hover:after{
    width: 100%;
}
.hNav ul li>a::after{
    content: '';
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 0%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.hLogo {
    /* position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%); */
    text-align: center;
    z-index: 99999;
}

.hLogo img {
    width: 180px;
}

.hLan{
    display: flex;
}
.hLan a,.hLan span{
    font-size: 16px;
    color: #aaa;
    margin: 0 5px;
    font-weight: 600;
    font-family: SangBleu;
}
.hLan a.act{
    font-size: 16px;
    color: #fff;
}

/* 下拉导航变化 */

.headerMain-bg.header,.header_bg.header{
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #F4EFE9
}

.headerMain-bg .hNav ul li>a,.header_bg.header .hNav ul li>a{
    color: #666;
}
.headerMain-bg .hNav ul li:hover a,.header_bg.header .hNav ul li:hover a{
    color: #333;
}
.headerMain-bg .hNav ul li>a::after,.header_bg.header .hNav ul li>a::after{
    background: #333;
}
.headerMain-bg .hLan a,.headerMain-bg .hLan span,.header_bg.header .hLan a,.header_bg.header .hLan span{
    color: #666;
}
.headerMain-bg .hLan a.act,.header_bg.header .hLan a.act{
    font-size: 16px;
    color: #333;
}
.hTBox{
    width: 150px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50px;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.hTBox a{
    display: block;
    padding: 10px 10px;
    text-align: center;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.hNav ul li:hover .hTBox{
    display: block;
}

/* 底部 */

.footer {
    width: 100%;
    background: #F4EFE9;
    padding: 40px 0 0;
}

.fNav ul {
    display: flex;
    justify-content: space-between;
}

.fNav ul li a {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    padding: 0px 0px 15px;
}

.fNav ul li a:first-child {
    color: #333;
    font-size: 20px;
}
.foot_dz {
    display: flex;
    justify-content: space-between;
}
.foot_dz p {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    padding: 20px 0;
    font-family: SangBleu;
}

.foot_dz p a {
    font-size: 12px;
    font-family: SangBleu;
}

.footerTop {
    /*margin-bottom: 50px;*/
}

.footerTop {
    display: flex;
    justify-content: space-between;
}

.fDz {
    width: 35%;
}

.fLogo {
    margin-bottom: 20px;
}

.fLogo img {
    width: 200px;
}

.fDzXq span {
    color: #666;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.fDzXq p {
    font-style: inherit;
    color: #666;
    font-size: 16px;
}

.fEwm {
    display: block;
    margin-top: 20px;
}

.fEwm img {
    width: 100px;
}

.fNav {
    width: 65%;
}


/* banner */

.banner .swiper-button-prev, .banner .swiper-button-next {
    background: none;
    width: 30px;
    height: auto;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.banner .swiper-button-next {
    right: 2%;
}

.banner .swiper-button-prev {
    left: 2%;
}

.banner .swiper-button-prev svg {
    transform: rotate(180deg);
}

.banner .swiper-button-prev svg, .banner .swiper-button-next svg {
    width: 28px;
    height: 25px;
}

.banner .swiper-button-prev svg path, .banner .swiper-button-next svg path {
    fill: #fff;
}

/* <!-- 产品中心 --> */

.indProBox {
    width: 100%;
    position: relative;
     background: #d3cab4;
}
.indProItem{
    position: relative;
}
.indProItem .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.indPro {
    padding-top: 30px;
    overflow: hidden;
}
.indproB.hight{
   height: calc(100vh - 90px);  
}
.indPro.fixed{
    width: 100%;
    position: fixed;
    top: 80px;
}
.indPro .swiper-container{
    width: 100%;
    height: calc(100vh - 90px);
}
.indProItem {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

/* .indProItem:first-child {
    margin-bottom: 150px;
} */

#fullPage .section:nth-child(2n - 1) .indProItem {
    flex-direction: row-reverse;
}
.bigBox{
    display: none;
}

.indProL {
    width: 70%;
    height: 70%;
    /* height: 45vh; */
    border: solid 1px rgba(131, 86, 63, .13);
    position: relative;
}

.indProImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.indProImg img {
    position: relative;
     width: 100%;
     height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 2s;
    object-fit: cover;
}

.indProR {
    width: 30%;
    position: relative;
}

.indProText {
    text-align: center;
}

.indProText span {
    font-size: 16px;
    font-weight: bold;
}

.indProText p {
    margin: 20px 0;
    font-size: 36px;
}

.indProText b {
    display: inline-block;
    margin-bottom: 20px;
}

.indProL:hover .indProImg img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 2s;
}

/* <!-- 案例 --> */

.indDzBox {
    width: 100%;
}

.indDz {
    width: 100%;
    height: calc(100vh - 80px);
}

.indDz .swiper-container {
    height: 100%;
}

.indDz .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indDzText {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.indDzText span {
    font-size: 30px;
    color: #fff;
}

.indDz .swiper-slide {
    position: relative;
}

.indDz .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(170, 171, 173, .88);
    transition: all 1s;
}

.indDz .swiper-slide-active::after {
    opacity: 0;
    transition: all 1s;
}

.indDz .swiper-pagination {
    width: auto;
    left: initial;
    right: 8%;
}

.indDz .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
}

/* <!-- 推荐 --> */

.indTjBox {
    width: 100%;
}

.indTjBox .More{
    margin-top: 30px;
}

.indTj {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.indTjL {
    width: calc(50% - 5px);
    height: 75vh;
    padding-bottom: 10px;
    position: relative;
}

.indTjTop {
    width: 100%;
    height: 50%;
    margin-bottom: 10px;
}

.indTjBot {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: space-between;
}

.indTjBotL, .indTjBotR {
    width: calc(50% - 5px);
}

.indTjR {
    width: calc(50% - 5px);
}

.indTjTit {
    position: absolute;
    right: 30px;
    top: 30px;
    text-align: right;
    z-index: 2;
}

.indTjTit span {
    font-size: 36px;
    color: #fff;
    display: inline-block;
    line-height: 1.2;
}
.indTjTit p{
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
}

.indTjItem .More {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    opacity: 0;
    transition: all 1s;
}

.indTjItem {
    position: relative;
}

.indTjImg {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.indTjImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 2s;
}

.indTjImg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .18);
    z-index: 1;
}

.indTjItem:hover .indTjImg img {
    transform: scale(1.02);
    transition: all 2s;
}


/* <!-- 联系 --> */

.indCont {
    width: 100%;
    text-align: center;
    color: #333;
}

.indContText h5 {
    font-size: 46px;
    font-weight: bold;
    font-family: SangBleu;
}

.indContText span {
    font-family: SangBleu;
    font-size: 40px;
}

.indContText p {
    margin: 10px 0;
}

.indContWe {
    margin-top: 100px;
}

.indContWe img {
    width: 50px;
    margin: 0 30px;
}
.indProBox .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 900px){
    .indProL:hover .indProImg img {
        transform:  scale(1.1);
        transition: all 2s;
        -webkit-transform:  scale(1.1);
        -moz-transform:  scale(1.1);
        -ms-transform:  scale(1.1);
        -o-transform:  scale(1.1);
}

}
@media (max-width: 1024px){
    #fullPage{
        display: none;
    }
    .bigBox{
        display: block;
    }
    .indProL{
        height: auto;
        padding-top: 45%;
    }
    .indProItem{
        margin-top: 50px;
    }
    .indProItem:nth-child(2n - 1){
        flex-direction: row-reverse;
    }
}
