@font-face{ font-family: fontR; src: url('../fonts/SourceHanSansCN-Regular.otf');}
html,body{padding: 0;margin: 0;font-family:fontR;font-size: 16px;color: #2f2e2d;/*min-width: 1200px;*/ /* overflow-x: hidden; */}
.wrap{margin: 0 auto;max-width: 1530px;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.ovh5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;}
p{margin: 0;}
i,em{font-style: initial;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}

.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}
.flexaro{display: flex;justify-content: space-around;align-items: center;}

/**导航菜单**/
header{ position: fixed;top: 0;left: 0;width: 100%;z-index: 99;transition: all .5s;background: #f7f2ed; }
header::before{content: "";width: 100%;height: 6.8229vw;background: url(../img/h-bg2.png) repeat-x center center/100% 100%;position: absolute;top: 99%;left: 0;z-index: 1; }
header::after{content: "";width: 100%;height: 6.8229vw;background: url(../img/h-bg1.png) no-repeat center center/auto 100%;position: absolute;top: 99%;left: 50%;z-index: 1;transform: translateX(-50%); }
header .logo{position: absolute;left: 50%;top: 1.6vw;transform: translateX(-50%);z-index: 22;height: 131px;transition: all .5s; }
header .logo a{height: 100%;display:flex;justify-content:flex-end;align-items:center;}
header .logo img{max-height: 83%;}
header .rightDiv{text-align: center;font-size: 0;}
header .rightDiv .menu>ul{display: inline-block!important; }
header .rightDiv .menu>ul>li{margin: 0 2.4vw;float: left; }
header .rightDiv .menu>ul>li:nth-child(2){margin-right: 10.67vw; }
header .rightDiv .menu>ul>li:nth-child(3){margin-left: 10.67vw; }
header .rightDiv .menu>ul>li>a{height: 131px;text-align: center;color: #2f2e2d;position: relative;font-size: 18px;display: flex;justify-content: center;align-items: center;font-weight: bold;padding-right: 19px;transition: all .5s; }
header .rightDiv .menu>ul>li>a::before{content: "";width: 12px;height: 9px;background: url(../img/jt.png) no-repeat center center/100%;position: absolute;right: 0;top: 50%;transform: translateY(-50%); }
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a{color: #87563a;font-weight: 700; }
/* header .rightDiv .menu>ul>li>a::after{content: "";width: 0%;position: absolute;left: 0; background: #87563a;height: 2px;bottom: 0;-webkit-transition: all 0.4s;transition: all 0.4s;border-radius: 2px; }
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{width: 100%; } */
header .langDiv{position: absolute;left: 2.8vw;top: 0;height: 131px;z-index: 22;transition: all .5s;}
header .langDiv>a{color: #2f2e2d;height: 45px;border: 1px solid #2f2e2d;border-radius: 30px;padding: 0 15px 0 10px; }
header .langDiv>a span{margin-left: 10px;}
header .langDiv>a:hover{border-width: 2px; }
header .othersDiv {position: absolute;right: 3.125vw;top: 0;height: 131px;transition: all .5s; }
header .othersDiv .ssBtn{height: 45px;width: 50px;cursor: pointer;border: 1px solid #2f2e2d;border-radius: 48%; }
header .othersDiv .userA{margin: 0 1.2vw; }

.searchDiv{position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;background: rgba(0,0,0,.8);z-index: 9999;display: none; }
.searchDiv form{width: 98%;max-width: 520px;left: 50%;top: 50%;transform: translate(-50%,-50%);position: relative; }
.searchDiv form a{position: absolute;right: 10px;top: -40px;width: 20px; }
.searchDiv form a i{font-size: 30px;color: #fff; }
.searchDiv form input{width: 100%;line-height: 48px;background: #fff;border-radius: 10px;padding: 0 120px 0 20px;border: 0; }
.searchDiv form button{width: 100px;height: 100%;border: 0;background: #87563a;position: absolute;right: 0;top: 0;border-radius: 0 6px 6px 0;cursor: pointer;color: #fff; }

.on-fixed header .logo,
.on-fixed header .rightDiv .menu>ul>li>a,
.on-fixed header .langDiv,
.on-fixed header .othersDiv{height: 90px; }
.on-fixed header::after{opacity: 0; }
.on-fixed header .logo{top: 0; }

header .mbtn {width: 50px;height: 50px;background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;}
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}

.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.menu #menu-button{display:none}
.menu{width:auto;}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li{float:left;position: relative;}
.menu>ul>li>a{padding:0;font-size:15px;text-decoration:none;color:#555555;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu>ul>li:hover>a,.menu>ul>li.active>a{color:#fff}
/*.menu ul ul{position:absolute;text-align: left;background: #fff; padding:0;width: 100%;top: 100%;left:0;opacity: 0;visibility: hidden;transform: translateY(10px);transition: transform .6s;box-shadow: 0px 5px 5px rgba(0, 0, 0, .1); padding-left: calc((100vw - 1320px) / 2);height: 366px; }*/
.menu ul ul{position:absolute;background: rgba(255,255,255,1);text-align: left; width: max-content;min-width: 200px; top: 100%;left:50%;transition: opacity .3s;opacity: 0;visibility: hidden;box-shadow: 0px 6px 16px rgba(89,89,89,.11);transform: translateX(-50%);z-index: 22;border-radius: 20px;padding: 10px 0;  }
.menu>ul>li:hover>ul{height: initial;visibility: visible;opacity: 1; }
.menu>ul>li li a{line-height: 40px;text-align: center;display: block;color: #2f2e2d;position: relative;z-index: 1;font-size: 16px; }
.menu>ul>li li a:hover{color: #87563a; }


/****底部***/
.footerDiv {margin-top: -8vw;position: relative;z-index: 1; }
.footerDiv .fhDiv{background: #87563a;padding: 30px 0 55px;}
.footerDiv .fhDiv .backTop{width: 200px;height: 55px;border: 1px solid #fff;border-radius: 30px;color: #fff;padding: 0; }
.footerDiv .fhDiv .backTop:hover:before{background: #fff; }
.footerDiv .fhDiv .backTop:hover span{color: #87563a; }
.footerDiv .hdDiv{align-items: flex-start;margin-top: 80px; }
.footerDiv .hdDiv .ewmDiv{width: 185px;background: #d5c4ba;text-align: center;padding: 15px 15px 10px;border-radius: 10px; } 
.footerDiv .hdDiv .ewmDiv p{color: #87563a;margin-top: 10px; }
.footerDiv .hdDiv .hrDiv{width: calc(100% - 210px);align-items: stretch;max-width: 870px; }
.footerDiv .hdDiv .listDiv{margin-left: 40px; }
.footerDiv .hdDiv .listDiv:first-child{margin-left: 0; }
.footerDiv .hdDiv .listDiv>a{display: block;margin-bottom: 20px;color: #fff;font-weight: bold; }
.footerDiv .hdDiv .aDiv a{color: #fff;display: block;margin-bottom: 15px;}
.footerDiv .hdDiv .aDiv a:hover{opacity: .8; }
.footerDiv .fbDiv{padding: 20px 0;text-align: center;color: #fff;flex-wrap: wrap;background: #73482f; }
.footerDiv .fbDiv a{color: #fff;position: relative; }
.footerDiv .fbDiv a:hover{color: #fff;}
.footerDiv .fbDiv a .ewmDiv{position: absolute;right: 50%;bottom: 120%;background: #fff;border-radius: 5px;padding: 7px;width: 100px;transform: translateX(50%);display: none; }
.footerDiv .fbDiv .shareDiv a{margin-left: 25px; }
.footerDiv .fbDiv .shareDiv a:hover>img{opacity: .8; }
.footerDiv .fbDiv .shareDiv a:hover .ewmDiv{display: block; }

.floatRightDiv{position: fixed;right: 0;z-index: 999;bottom: 5vw; }
.floatRightDiv ul li{position: relative; }
.floatRightDiv ul li:not(:first-child)::before{content: "";width: 24px;height: 1px;background: rgba(255, 255, 255, .6);position: absolute;left: 50%;top: 0;transform: translateX(-50%); }
.floatRightDiv ul li a{width: 72px;height: 72px;background: #87563a;color: rgba(255, 255, 255, .8); }
.floatRightDiv ul li:first-child a:nth-child(1){border-radius: 10px 10px 0 0;}
.floatRightDiv ul li:last-child a:nth-child(1){border-radius:  0 0 10px 10px;}
.floatRightDiv ul li .textDiv{position: absolute;right: 92px;top: 10px;background: #fff;width: max-content;height: 50px;display: flex;justify-content: center;align-items: center;color: #333;transition: all .5s;padding: 0 20px;font-size: 14px;border-radius: 6px;border-radius: 6px;box-shadow: 0px 0px 10px rgba(0,0,0,.1);display: none; }
.floatRightDiv ul li .textDiv::after{content: "";width: 15px;height: 23px;background: url(../img/sj.png) no-repeat center center;position: absolute;right: -12px;top: 50%;transform: translateY(-50%); }
.floatRightDiv ul li .ewmDiv{position: absolute;right: 92px;top: 0;width: 128px;padding: 16px;background: #fff;transition: all .5s;text-align: center;z-index: -1;font-size: 14px;border-radius: 6px;box-shadow: 0px 0px 10px rgba(0,0,0,.1);display: none }
.floatRightDiv ul li .ewmDiv::after{content: "";width: 15px;height: 23px;background: url(../img/sj.png) no-repeat center center;position: absolute;right: -12px;top: 27px; }
.floatRightDiv ul li .ewmDiv p{margin-top: 5px;color: #666; }
.floatRightDiv ul li a i{font-size: 32px; }
.floatRightDiv ul li:hover .textDiv{display: flex; }
.floatRightDiv ul li:hover .ewmDiv{display: block; }
.floatRightDiv ul li:hover a i{color: rgba(255, 255, 255, 1); }
.floatRightDiv ul li.backTop{opacity: 0; }


/*::-webkit-scrollbar  
{  
    width: 2px;  
    height: 2px;  
}  
::-webkit-scrollbar-track  
{  
    border-radius: 4px;  
    background-color: #f5f5f5;
}  
::-webkit-scrollbar-thumb  
{  
    border-radius: 4px; 
    background-color: #0E50D1;
}*/

/********************************* 首页 **********************************/


/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: 49.583vw;}
.index-banner .img .wrap{position: relative;}
.index-banner .img .imgDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transform: scale(1);transition: transform 10s ease, -webkit-transform 10s ease;z-index: 1; }
.index-banner .img .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
/* .index-banner .swiper-slide-active .imgDiv{ transform: scale(1.15); } */
/*.index-banner .gridVideo{width: 100%;display: block;height: 50.46875vw;position: relative;position: absolute;left: 0;top: 0;}
.index-banner .gridVideo video {width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;opacity: 1;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);transition: z-index 0s ease 0.7s,opacity 0.35s ease 0.7s;display: block;}*/
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 14px; }
.index-banner .swiper-pagination-bullet{width: 12px;height: 12px;border-radius: 6px;opacity:.6;background: #fff;position: relative; }
.index-banner .swiper-pagination-bullet-active{opacity: 1;position: relative;width: 34px; }
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}
.index-banner .wrap{height: 100%;display:flex;justify-content:flex-start;align-items:center;color: #fff; }
.index-banner .textDiv{z-index: 2;position: relative;padding-left: 5vw; }
.index-banner .textDiv .p1{font-size: 3.33vw;line-height: 1.2; }
.index-banner .textDiv .p1 span{color: #87563a; }
.index-banner .textDiv .p{width: max-content;background: #87563a;color: #fff;font-size: 1.1vw;padding: 0 1.5vw;height: 3.2vw;border-radius: 1.6vw;margin: 2vw 0; }
.index-banner .textDiv .p i{margin-right: 0.8vw;font-size: 1.5vw; }
.index-banner .textDiv .p2{font-size: 1.35vw; }
.index-banner .swiper-button-prev,.index-banner .swiper-button-next{width: 50px; height: 50px;color: #fff;display: flex;align-items: center;justify-content: center;background: rgba(51, 51, 51, 0.2);border-radius: 50%;margin-top: -25px; }
.index-banner .swiper-button-prev i{font-size: 16px; }
.index-banner .swiper-button-next i{transform: rotate(-180deg);display: block;font-size: 16px; }
.index-banner .swiper-button-prev{left: 1.6vw;}
.index-banner .swiper-button-next{right: 1.6vw;}
.index-banner .swiper-button-prev:hover,.index-banner .swiper-button-next:hover{background: #87563a; }
.swiper-button-prev,.swiper-button-next{background: none; }


.indexTitle{position: relative;}
.indexTitle span{display: block;color: #87563a; }
.indexTitle.tc{text-align: center; }
.indexTitle.cfff span{color: #fff; }
.indexTitle p{font-family: 200;margin-top: 10px; }

.imoreBtn{height: 57px;color: #87563a;border-radius: 30px;border: 1px solid #87563a;position: relative;padding: 0 50px;--clr:#87563a;overflow: hidden; }
.imoreBtn::before{content: "";width: 100%;height: 100%;background: #87563a;position: absolute;inset: 0;z-index: 0;transform: scaleX(0);transition: transform .4s, opacity .5s;opacity: .2;border-radius: 30px; }
.imoreBtn span{position: relative;z-index: 2; }
.imoreBtn:hover span{color: #fff; }
.imoreBtn:hover::before{transform: scaleX(100%);opacity: 1; }
/* .imoreBtn::before{content: "";width: 200px;height: 200px;background: radial-gradient(var(--clr),transparent,transparent);position: absolute;left: 0;top: 0;transform: translate(-50%,-50%);opacity: 0;transition: all .5s; }
.imoreBtn:hover{color: var(--clr);text-shadow: 0 0 15px var(--clr), 0 0 40px var(--clr); }
.imoreBtn:hover::before{opacity: 1; }
.imoreBtn::after{content: "";background: rgba(255, 255, 255, .8);position: absolute;inset: 2px;border-radius: 30px; } */
 
 
.f72{font-size: 72px;}
.f64{font-size: 64px;}
.f48{font-size: 48px;}
.f46{font-size: 46px;}
.f42{font-size: 42px;}
.f40{font-size: 40px;}
.f38{font-size: 38px;}
.f36{font-size: 36px;}
.f34{font-size: 34px;}
.f32{font-size: 32px;}
.f30{font-size: 30px;}
.f28{font-size: 28px;}
.f26{font-size: 26px;}
.f25{font-size: 25px;}
.f24{font-size: 24px;}
.f22{font-size: 22px;}
.f20{font-size: 20px;}
.f18{font-size: 18px;}
.bold{font-weight: bold; }

.imgOver{position: relative; }
.imgOver .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.imgOver .pic img{width: 100%;height: 100%;object-fit: cover; }
.imgObj{position: relative; }
.imgObj .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.imgObj .pic img{max-width: 100%;max-height: 100%;object-fit: contain; }

.indexDiv1{padding: 80px 0;overflow: hidden;background: #f7f2ed; }
.indexDiv1 .bdDiv{position: relative;margin-top: 35px; }
.indexDiv1 .bdDiv .swiper-slide{padding: 26px; }
.indexDiv1 .bdDiv a{display: block;box-shadow: 0px 0px 25px rgba(239,236,231,.24);background: #ffffff;padding: 20px 15px;border-radius: 30px; }
.indexDiv1 .bdDiv .imgDiv{padding-top: 58%;overflow: hidden;border-radius: 30px; }
.indexDiv1 .bdDiv .textDiv{padding: 40px 0 20px;color: #87563a; }
.indexDiv1 .bdDiv .titleDiv{height: 84px;line-height: 1.68;margin-bottom: 20px; }
.indexDiv1 .bdDiv p{line-height: 2.1; }
.indexDiv1 .bdDiv .btnDiv{position: relative;margin-top: 70px; }

.btnDiv .swiper-button-prev,.btnDiv .swiper-button-next{width: 46px; height: 24px;margin-top: 0;position: relative;top: initial;right: initial;left: initial;transition: all .5s;display: flex;align-items: center; }
.btnDiv .swiper-button-prev{margin-right: 60px; }
.btnDiv .swiper-button-prev:hover,.btnDiv .swiper-button-next:hover{transform: scale(1.2); }

.indexDiv2 .hdDiv{padding: 5.5vw 0 13.3vw;text-align: center;color: #fff; }
.indexDiv2 .bdDiv{padding-bottom: 80px; }
.indexDiv2 .bdDiv .lunboDiv{position: relative;padding: 120px 0;z-index: 1; }
.indexDiv2 .bdDiv .btnDiv{position: absolute;right: 0;bottom: -57px; }
.indexDiv2 .swiper-button-prev,.indexDiv2 .swiper-button-next{height: 57px; }
.indexDiv2 .bdDiv .imoreBtn{padding: 0 100px; }

.indexDiv3{padding: 80px 0;overflow: hidden; }
.indexDiv3 .bdDiv{margin-top: 50px; }
.indexDiv3 .bdDiv a{display: block;position: relative;overflow: hidden;border-radius: 150px 0  150px 0; }
.indexDiv3 .bdDiv .imgDiv{padding-top: 60.8%;overflow: hidden; }
.indexDiv3 .bdDiv .swiper-slide:nth-of-type(even) a{border-radius: 0 150px 0 150px; }
.indexDiv3 .bdDiv .textDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to right,rgba(135,86,58,.95) 30%,rgba(255,255,255,0));flex-direction: column;align-items: flex-start;padding-left: 14%;color: #fff; }
.indexDiv3 .bdDiv .textDiv .p{margin:2% 0 10.8%;letter-spacing: 3px; }
.indexDiv3 .bdDiv .textDiv span{width: 180px;height: 50px;border: 1px solid #fff;border-radius: 50px; }
.indexDiv3 .bdDiv a:hover .textDiv span{background: #fff;color: #87563a; }
.indexDiv3 .btnDiv{margin-top: 90px; }

.indexDiv4{padding: 200px 0;color: #fff;text-align: center; }
.indexDiv4 .p{margin: 50px 0 80px; }
.indexDiv4 a{color: #fff;border-color: #fff; }
.indexDiv4 a::before{background: #fff; } 
.indexDiv4 a:hover span{color: #87563a; }

.indexDiv5{padding: 80px 0 calc(80px + 9vw); }
.indexDiv5 .bdDiv{margin-top: 50px; }
.indexDiv5 .bdDiv .row{margin: 0 -10px; }
.indexDiv5 .bdDiv .row>div{padding: 0 10px; }
.indexDiv5 .bdDiv .row>div .conDiv{position: relative; }
.indexDiv5 .bdDiv .row>div .conDiv .imgDiv{padding-top: 147.3%;border-radius: 20px;overflow: hidden; }
.indexDiv5 .bdDiv .row>div .conDiv .title{position: absolute;left: 0;top: 0;width: 100%;height: 100%;color: #fff;font-weight: bold;text-transform: uppercase;font-family: Arial; }
.indexDiv5 .bdDiv a.imoreBtn{margin-top: 80px; }

.nyBanner{position: relative; }
.nyBanner::before{content:"";width: 100%;height: 5vw;background: url(../img/di.png) no-repeat center center/100%;position: absolute;left: 0;bottom: -1vw;z-index: 2; }
.nyBanner .wrap{position:relative;height: 52.7vw;color: #fff; }
.nyBanner .textDiv{max-width: 54%; }
.nyBanner span{font-size: 3.90625vw;display: block; }
.nyBanner p{font-size: 1.5625vw;margin: 1vw 0 2.6vw; }
.nyBanner .p{font-size: 1vw;background: #d3aa7c;padding: 0.2vw 0.68vw;border-radius: 20px;display: inline-block; }
.nyBanner .p1{font-size: 1.77vw;background: #d3aa7c;padding: 0.2vw 2.6vw;border-radius: 20px;display: inline-block;margin: 1vw 0 2.6vw; }
.nyBanner .p2{font-size: 1.2vw;line-height: 2.1; }
.nyBanner .p3{font-size: 1.4vw;margin-top: 1vw; }

.nyBanner1::before{background: url(../img/di1.png) no-repeat center center/100%; }

.proDiv1_1{padding: 40px 0 80px; }
.proDiv1_1 .bdDiv{border-radius: 10px;overflow: hidden; }
.proDiv1_1 .bdDiv .textDiv{padding: 80px 8.2%;width: 56.4%;background: url(../img/pro1-bg.png) no-repeat center center/100% 100%;color: #fff; }
.proDiv1_1 .bdDiv .textDiv .p{margin: 20px 0 40px; }
.proDiv1_1 .bdDiv .textDiv .ewmDiv .imgDiv{width: 25.5%;margin-right: 45px;padding: 7px;background: #fff; }
.proDiv1_1 .bdDiv .textDiv .p1 p{margin-top: 15px; }

.proDiv1_2{padding: 60px 0 calc(100px + 9vw);background: #f7f2ee; }
.proTitle{text-align: center;color: #87563a; }
.proTitle p{margin-top: 25px; }
.proDiv1_2 .itemDiv:nth-child(1){margin-bottom: 60px; }
.proDiv1_2 .itemDiv .item{margin-top: 45px; }
.proDiv1_2 .itemDiv .ih{color: #555555;align-items: flex-end;line-height: 1; }
.proDiv1_2 .itemDiv .ih span{color: #333;margin-right: 15px; }
.proDiv1_2 .itemDiv .ib{margin-top: 30px;padding-bottom: ; }
.proDiv1_2 .swiper-container{margin: -13px;padding-bottom: 54px; }
.proDiv1_2 .swiper-slide{padding: 13px; }
.proDiv1_2 .swiper-slide a{display: block;padding: 14px 10px 30px;background: #fff;border-radius: 15px;overflow: hidden;text-align: center;color: #333333; }
.proDiv1_2 .swiper-slide .imgDiv{padding-top: 65.5%;overflow: hidden;margin-bottom: 30px;border-radius: 15px; }
.proDiv1_2 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 14px; }
.proDiv1_2 .swiper-pagination-bullet{width: 12px;height: 12px;border-radius: 6px;opacity:1;background: #87563a;position: relative; }
.proDiv1_2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}

.proDiv2 .itemDiv{padding: 60px 0;overflow: hidden; }
.proDiv2 .itemDiv .lbDiv{margin-top: 50px;position: relative; }
.proDiv2 .swiper-container{margin: -27px; }
.proDiv2 .swiper-slide{padding: 27px;height: initial; }
.proDiv2 .swiper-slide a{display: block;background: #fff;overflow: hidden;box-shadow: 10px 0px 13px rgba(0,0,0,.1);height: 100%; }
.proDiv2 .swiper-slide .imgDiv{padding-top: 52.13%;overflow: hidden; }
.proDiv2 .swiper-slide .textDiv{padding: 30px 30px 60px; }
.proDiv2 .swiper-slide .textDiv .title{color: #333; }
.proDiv2 .swiper-slide .textDiv .p{color: #555555;line-height: 2.1;margin-top: 15px; }
.proDiv2 .swiper-slide .textDiv .imoreBtn{width: 160px;height: 40px;padding: 0 ;margin-top: 50px; }
.proDiv2 .itemDiv:nth-of-type(even){background: #f7f2ee; }
.proDiv2 .itemDiv:last-child{padding-bottom: calc(9vw + 60px); }
.proDiv2 .swiper-button-prev,.proDiv2 .swiper-button-next{width: 48px; height: 48px;transition: all .5s;display: flex;align-items: center; }
.proDiv2 .swiper-button-prev{left: -80px; }
.proDiv2 .swiper-button-next{right: -80px; }
.proDiv2 .swiper-button-prev:hover,.proDiv2 .swiper-button-next:hover{transform: scale(1.1); }


.proDiv3_2{padding: 60px 0;background: #f7f2ee; }
.proDiv3_2 ul li{margin-top: 48px;align-items: stretch;background: #fff;flex-direction: row-reverse; }
.proDiv3_2 ul li .imgDiv{width: 70.13%;/* height: 440px; */overflow: hidden;padding-top: 28.76%; }
.proDiv3_2 ul li .textDiv{display: flex;align-items: center;padding: 0 5%;width: 29.87%; }
.proDiv3_2 ul li .textDiv p{color: #555555;margin-top: 10px;text-transform: uppercase; }

.proDiv3_3{padding:60px 0 calc(60px + 9vw);overflow: hidden; }
.proDiv3_3 .bdDiv{margin-top: 20px; }
.proDiv3_3 .bdDiv .row{margin: 0 -20px; }
.proDiv3_3 .bdDiv .row>div{padding: 0 20px;margin-top: 42px; }
.proDiv3_3 .bdDiv .row>div .conDiv{position: relative; }
.proDiv3_3 .bdDiv .row>div .imgDiv{padding-top: 57.3%; }
.proDiv3_3 .bdDiv .row>div .titleDiv{position: absolute;left: 0;bottom: 0;width: 100%;background: url(../img/zhezhao.png) no-repeat center center/cover;height: 6.93vw;display: flex;align-items: center;padding: 0 35px; }
.proDiv3_3 .bdDiv .row>div .titleDiv span{color: #fff;padding-left: 28px;position: relative; }
.proDiv3_3 .bdDiv .row>div .titleDiv span::before{content: "";width: 14px;height: 14px;background: #87563a;position: absolute;left: 0;top: 50%;transform: translateY(-50%); } 

.story1_1{padding: 50px 0 80px; }
.story1_1 .row{margin: 0 -6.5px; }
.story1_1 .row>div{padding: 0 6.5px; }
.story1_1 .row>div .conDiv{height: 100%;flex-direction: column;justify-content: space-between;align-items: stretch; }
.story1_1 .row>div a{display: block;position: relative; }
.story1_1 .row>div:nth-child(1) .imgDiv{padding-top: 100.66%; }
.story1_1 .row>div:nth-child(2) a{height: calc(50% - 6.5px);  }
.story1_1 .row>div:nth-child(2) .imgDiv{height: 100%; }
.story1_1 .row>div .textDiv{position: absolute;left: 0;bottom: 35px;padding: 0 40px;width: 100%;color: #fff; }
.story1_1 .row>div .textDiv .p{line-height: 1.5; }
.story1_1 .row>div .textDiv span{padding: 8px 30px;background: #87563a;font-size: 14px;border-radius: 16px;display: inline-block;margin-top: 20px; }

.story1_2{padding: 80px 0; }
.story1_2 .bdDiv{align-items: stretch;background: #87563a;color: #fff; }
.story1_2 .bdDiv .imgDiv{width: 66.3%; }
.story1_2 .bdDiv .imgDiv img{width: 100%;height: 100%;object-fit: cover; } 
.story1_2 .bdDiv .textDiv{width: 33.7%;padding: 5% 2.3%;line-height: 2.67; }

.story1_3{padding: 76px 0 calc(76px + 9vw);overflow: hidden; }
.story1_3 .bdDiv{overflow: hidden;border-radius: 15px;color: #fff;padding: 80px 60px; }
.story1_3 .bdDiv .textDiv{width: 45%; }
.story1_3 .bdDiv .textDiv p{margin-top: 20px;line-height: 2; }
.story1_3 .bdDiv a{height: 32px;width: 154px;color: #fff;border-color: #fff;padding: 0;font-size: 14px;}
.story1_3 .bdDiv a::before{background: #fff; }
.story1_3 .bdDiv a:hover span{color: #87563a; }

.story3{padding: 40px 0 calc(80px + 9vw);overflow: hidden; }
.story3 .bhDiv{position: relative; }
.story3 .bdDiv .gallery-top{margin-bottom: 72px; }
.story3 .bdDiv .gallery-top .conDiv{padding: 0 70px;flex-direction: row-reverse; }
.story3 .bdDiv .gallery-top .conDiv .imgDiv{width: 48.125%;border-radius: 150px 0 150px 0;overflow: hidden; }
.story3 .bdDiv .gallery-top .conDiv .textDiv{width: 38.1875%; }
.story3 .bdDiv .gallery-top .conDiv .textDiv .year{color: #87563a; }
.story3 .bdDiv .gallery-top .conDiv .textDiv .p{margin-top: 15px;line-height: 2.4;color: #333333; }
.story3 .bbDiv{position: relative;padding: 0 120px 0; }
.story3 .bbDiv .line{width: 100%;height: 2px;background: rgba(204, 204, 204, 0.4);position: absolute;left: 0; top: 5px; }
.story3 .bbDiv .conDiv{flex-direction: column; color: #999;cursor: pointer; }
.story3 .bbDiv .conDiv i{width: 10px;height: 10px;margin-bottom: 15px;position: relative;background: #cdcdcd;border-radius: 50%; }
.story3 .bbDiv .swiper-slide-thumb-active .conDiv i{background: #87563a; }
.story3 .bbDiv .swiper-slide-thumb-active .conDiv {color: #87563a; }
.story3 .swiper-button-prev,.story3 .swiper-button-next{width: 40px; height: 40px;margin-top: -40px; }
.story3 .swiper-button-prev{left: 70px;background: url(../img/s-l.png) no-repeat center center/100%; }
.story3 .swiper-button-next{right: 70px;background: url(../img/s-r.png) no-repeat center center/100%;  }
.story3 .swiper-button-prev:hover{background: url(../img/s-l_.png) no-repeat center center/100%; }
.story3 .swiper-button-next:hover{background: url(../img/s-r_.png) no-repeat center center/100%; }

.story2{padding: 40px 0 calc(150px + 9vw);overflow: hidden; }
.story2 .hdDiv .item{margin-bottom: 50px; }
.story2 .hdDiv .item .ih{color: #fff;text-align: center;position: relative; }
.story2 .hdDiv .item .ih .text{width: calc(100% - 135px);height: 270px;display: flex;flex-direction: column;justify-content: center;border-radius: 10px;overflow: hidden;padding: 0 135px; }
.story2 .hdDiv .item .ih .text p{margin-top: 10px; }
.story2 .hdDiv .item .ih .title{width: 270px;height: 270px;border-radius: 50%;position: absolute;top: 0;z-index: 1;right: 0;background: #d3aa7c; }
.story2 .hdDiv .item .ib{margin-top: 50px;line-height: 2.67; }
.story2 .hdDiv .item:nth-of-type(odd) .ih .text{margin: 0 0 0 auto; }
.story2 .hdDiv .item:nth-of-type(odd) .ih .title{left: 0;right: auto;background: #87563a; }
.story2 .rowDiv .row{margin: 0 -21px; }
.story2 .rowDiv .row>div{padding: 0 21px;margin-bottom: 42px; }
.story2 .rowDiv .row>div .conDiv{position: relative; }
.story2 .rowDiv .row>div .imgDiv{padding-top: 57.47%; }
.story2 .rowDiv .row>div .textDiv{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;align-items: flex-end; transition: all .5s;}
.story2 .rowDiv .row>div .textDiv .text{padding: 20px 40px;color: #fff;transform: translateY(20px);transition: all .5s; }
.story2 .rowDiv .row>div .textDiv .text p{margin-top: 5px;transition: all .5s;opacity: 0; }
.story2 .rowDiv .row>div:hover .textDiv{background: url(../img/s2-zz.png) no-repeat center center/cover; }
.story2 .rowDiv .row>div:hover .textDiv .text{transform: translateY(0px); }
.story2 .rowDiv .row>div:hover .textDiv .text p{opacity: 1; }
.story2 .bdDiv{padding-left: 14.2%;position: relative;background: url(../img/ta.png) no-repeat left center/57.12% 100%;padding-top: 138px; }
.story2 .bdDiv ul li{min-height: 242px;padding-bottom: 23px;align-items: stretch; }
.story2 .bdDiv ul li .ll{width: 33.38%;text-align: center;color: #fff;align-items: flex-end;display: flex;justify-content: center; }
.story2 .bdDiv ul li .lr{width: 65.625%;color: #87563a;line-height: 2; align-items: flex-start;display: flex;justify-content: center;}
.story2 .bdDiv ul li:nth-child(2) .lr{padding-left: 8.7%;color: #87563a; }
.story2 .bdDiv ul li:nth-child(3) .lr{padding-left: 15.9%;color: #b79a89; }
.story2 .bdDiv ul li:nth-child(4) .lr{padding-left: 22.8%;color: #cfbbb0; }

.brand1_1{padding: 30px 0 80px;overflow: hidden; }
.brand1_1 .bdDiv{margin-top: 70px; }
.brand1_1 .bdDiv .imgDiv{width: 46.14%;border-radius: 10px;overflow: hidden;padding: 6px;background: #f7f2ee; }
.brand1_1 .bdDiv .imgDiv img{border-radius: 10px; }
.brand1_1 .bdDiv .textDiv{width: 46.6%; }
.brand1_2{padding: 65px 0 75px;background: #f7f2ee;overflow: hidden; }
.brand1_2 .itemDiv .proTitle{margin-bottom: 45px; }
.brand1_2 .itemDiv .row{margin: 0 -3.1vw; }
.brand1_2 .itemDiv .row>div{padding: 0 3.1vw; }
.brand1_2 .itemDiv .row>div .conDiv{text-align: center; }
.brand1_2 .itemDiv .row>div .conDiv span{padding: 10px;background: #e5ceb5;color: #87563a;width: 80%;margin: 0 auto;border-radius: 5px; }
.brand1_2 .itemDiv .row>div .conDiv .imgDiv{margin: 30px auto 40px; }
.brand1_2 .itemDiv .row>div .conDiv .imgDiv img{width: 100%;box-shadow: 11px 11px 13px rgba(44,44,43,.22);border-radius: 50%; }
.brand1_2 .itemDiv:nth-child(1){margin-bottom: 90px; }
.brand1_3{padding: 60px 0 calc(100px + 9vw);overflow: hidden; }
.brand1_3 .p{line-height: 2.2;text-indent: 2em;margin: 50px 0 20px; }
.brand1_3 .videoDiv video{display: block;width: 100%;border-radius: 25px; }
.brand1_3 .dataDiv{margin-top: 50px; }
.brand1_3 .dataDiv .row{margin: 0 -20px; }
.brand1_3 .dataDiv .row>div{padding: 0 20px; }
.brand1_3 .dataDiv .row>div .num{margin-bottom: 20px;border-bottom: 1px solid #ebebeb;color: #87563a;align-items: flex-end;line-height: 1;padding-bottom: 20px; }
.brand1_3 .dataDiv .row>div p{color: #2e2e2e; }

.brand2_1{padding: 30px 0; }
.brand2_1 ul li{margin-bottom: 40px;align-items: stretch; } 
.brand2_1 ul li .textDiv{width: 24.9%;display: flex;flex-direction: column;justify-content: center;background: #f7f2ee;border-radius: 15px;padding: 30px; }
.brand2_1 ul li .textDiv .line{width: 38px;height: 4px;background: #87563a;margin: 15px 0; }
.brand2_1 ul li .textDiv .p{line-height: 2;color: #333; }
.brand2_1 ul li .imgDiv{width: 73.8%;border-radius: 15px;overflow: hidden;max-height: 459px; }
.brand2_1 ul li .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.brand2_1 ul li:nth-of-type(odd){flex-direction: row-reverse; }
.brand2_2{padding: 60px 0 calc(100px + 9vw);overflow: hidden;background: #f7f2ee; }
.brand2_2 .bdDiv{margin-top: 30px; }
.brand2_2 .bdDiv ul li{margin-top: 30px;align-items: stretch; }
.brand2_2 .bdDiv ul li:nth-of-type(even){flex-direction: row-reverse; }
.brand2_2 .bdDiv ul li .textDiv{width: 50%;display: flex;flex-direction: column;justify-content: center;background: #fff;padding: 5%; }
.brand2_2 .bdDiv ul li .textDiv .num{font-family: Impact;color: #87563a; }
.brand2_2 .bdDiv ul li .textDiv .title{margin: 10px 0 20px; }
.brand2_2 .bdDiv ul li .textDiv .p{color: #555555;line-height: 2; }
.brand2_2 .bdDiv ul li .imgDiv{width: 50%; }
.brand2_2 .bdDiv ul li .imgDiv img{width: 100%;height: 100%;object-fit: cover; }

.brand3_1{padding: 30px 0 65px;background: #f7f2ee; }
.brand3_1 .bdDiv ul li{margin-top: 44px; }
.brand3_1 .bdDiv ul li .imgDiv{width: 63.2%;border-radius: 150px 0 150px 0;overflow: hidden; }
.brand3_1 .bdDiv ul li .textDiv{width: 33.72%; }
.brand3_1 .bdDiv ul li .textDiv .title{color: #87563a; }
.brand3_1 .bdDiv ul li .textDiv .title img{margin-left: 10px;top: -10px;position: relative; }
.brand3_1 .bdDiv ul li .textDiv .p{color: #555555;margin-top: 25px; }
.brand3_1 .bdDiv ul li:nth-of-type(even){flex-direction: row-reverse; }
.brand3_1 .bdDiv .zlDiv{margin-top: 75px; }
.brand3_1 .bdDiv .zlDiv .titleDiv{align-items: flex-end;margin-bottom: 60px; }
.brand3_1 .bdDiv .zlDiv .titleDiv .title{color: #87563a;margin-right: 15px;line-height: 1; }
.brand3_1 .bdDiv .zlDiv .titleDiv .p{color: #555555;}

.brand3_2{padding: 65px 0; }
.brand3_2 .bdDiv{margin-top: 60px; }
.brand3_2 .bdDiv ul li{width: calc(33.3% - 15px);transition: all .5s; }
.brand3_2 .bdDiv ul li:nth-child(2){margin: 0 23px; }
.brand3_2 .bdDiv ul li .conDiv{position: relative;overflow: hidden;border-radius: 15px; }
.brand3_2 .bdDiv ul li .imgDiv{height: 538px;}
.brand3_2 .bdDiv ul li .textDiv{position: absolute;left: 0;bottom: 0;width: 100%;color: #fff;transform: translateY(calc(100% - 58px));transition: all .5s; }
.brand3_2 .bdDiv ul li .textDiv .title{background: url(../img/t-bg.png) no-repeat center center/cover;height: 58px; }
.brand3_2 .bdDiv ul li .textDiv .p{text-align: center;opacity: 0;padding: 20px 8% 0;line-height: 2; }
.brand3_2 .bdDiv ul li:hover .textDiv{transform: translateY(0);background: rgba(135, 86, 58, .8);height: 100%; }
.brand3_2 .bdDiv ul li:hover .textDiv .title{background: none;height: initial; }
.brand3_2 .bdDiv ul li:hover .textDiv .p{opacity: 1;}
.brand3_2 .bdDiv ul li:hover{width: 38.2%; }

.brand4{padding: 30px 0 calc(90px + 9vw); }
.brand4 .hdDiv{height: 32.65625vw; }
.brand4 .hdDiv span{width: 42%;background: url(../img/brand4-bg.png) no-repeat center center/cover;color: #fff;height: 6vw; }
.brand4 .bdDiv{margin-top: 80px; }
.brand4 .bdDiv .row{margin: 0 -16.5px; }
.brand4 .bdDiv .row>div{padding: 0 16.5px; }
.brand4 .bdDiv .row>div .conDiv{text-align: center;box-shadow: 9px 0px 13px rgba(0,0,0,.1);padding: 50px 8.4%;height: 100%;border-radius: 15px; }
.brand4 .bdDiv .row>div .conDiv .tt{margin: 50px 0 30px;color: #87563a; }
.brand4 .bdDiv .row>div .conDiv .p{color: #333;line-height: 1.8; }

.contactDiv1_1{padding: 60px 0;overflow: hidden; }
.contactDiv1_1 .hdDiv{margin-top: 50px; }
.lxTitle{padding-left: 22px;color: #000;position: relative; }
.lxTitle::before{content: "";width: 10px;height: 10px;background: #87563a;position: absolute;left: 0;top: 50%;transform: translateY(-50%); }
.contactDiv1_1 .hdDiv .row>div{margin-top: 30px; }
.contactDiv1_1 .hdDiv .row>div .conDiv{height: 100%;box-shadow: 0px 0px 10px rgba(137,45,37,.07); }
.contactDiv1_1 .hdDiv .row>div .conDiv .imgDiv{padding-top: 57.11%;overflow: hidden; }
.contactDiv1_1 .hdDiv .row>div .conDiv .textDiv{padding: 20px;text-align: center; }
.contactDiv1_1 .hdDiv .row>div .conDiv .textDiv .p{margin-top: 10px;color: #555; }
.contactDiv1_1 .bdDiv{margin: 70px 0; }
.contactDiv1_1 .bdDiv .flexDiv{margin-top: 20px; }
.contactDiv1_1 .bdDiv .flexDiv>div{width: 50%;border-radius: 20px;padding: 60px 80px;text-align: center; }
.contactDiv1_1 .bdDiv .leftDiv{background: #fff;margin-right: -20px;box-shadow: 0px 0px 62px rgba(137,45,37,.07);}
.contactDiv1_1 .bdDiv .rightDiv{background: linear-gradient(to bottom,#87563a,#b88569);margin-left: -20px;color: #fff;box-shadow: 0px 0px 62px rgba(184,133,105,.51); }
.contactDiv1_1 .bdDiv .title{line-height: 64px;padding: 0 50px;border-radius: 32px;display: inline-block;font-weight: bold; }
.contactDiv1_1 .bdDiv .leftDiv .title{background: #f76c28;color: #fff; }
.contactDiv1_1 .bdDiv .rightDiv .title{background: #fff;color: #f76c28; }
.contactDiv1_1 .bdDiv .rightDiv .bd{margin-top: 0px; padding-bottom:40px}
.contactDiv1_1 .bdDiv .bd ul li span{font-weight: bold;  }
.contactDiv1_1 .bdDiv .leftDiv .bd ul li{border-bottom: 1px dashed #cccccc;padding: 15px 0;}
.contactDiv1_1 .bdDiv .leftDiv .bd ul li p{margin-top: 10px;color: #555; font-size:18px}
.contactDiv1_1 .bdDiv .rightDiv .bd ul li{border-bottom: 1px dashed #fff;padding: 15px 0;}
.contactDiv1_1 .bdDiv .rightDiv .bd ul li p{margin-top: 10px;color: #fff;}
.contactDiv1_1 .rowDiv .row>div{margin-top: 30px; }
.contactDiv1_1 .rowDiv .row>div .conDiv{height: 100%;box-shadow: 0px 0px 60px rgba(137,45,37,.07);text-align: center;padding: 30px;border-radius: 10px; }
.contactDiv1_1 .rowDiv .row>div .conDiv p{margin-top: 30px; }
.contactDiv1_2{padding: 60px 0 70px;background: #f7f2ee;overflow: hidden; }
.contactDiv1_2 .bdDiv{margin-top: 70px; }
.contactDiv1_3{padding: 80px 0 calc(80px + 9vw);overflow: hidden; }
.contactDiv1_3 .bdDiv{margin-top: 70px;align-items: stretch;background: #87563a;color: #fff; }
.contactDiv1_3 .bdDiv .imgDiv{width: 57.5%; }
.contactDiv1_3 .bdDiv .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.contactDiv1_3 .bdDiv .formDiv{width: 42.5%;padding: 50px; }
.contactDiv1_3 .bdDiv .formDiv .p p{opacity: .6;margin-top: 10px; }
.contactDiv1_3 .bdDiv .formDiv form{margin-top: 20px; }
.contactDiv1_3 .bdDiv .formDiv form .groupDiv{border-bottom: 1px solid #fff;margin-bottom: 20px; }
.contactDiv1_3 .bdDiv .formDiv form .groupDiv input{width: 100%;line-height: 54px;border: 0;padding: 0;font-size: 16px;color: #fff;background: transparent; }
.contactDiv1_3 .bdDiv .formDiv form .groupDiv input::placeholder{color: #fff; }
.contactDiv1_3 .bdDiv .formDiv form .groupDiv input::-webkit-input-placeholder{color: #fff; }
.contactDiv1_3 .bdDiv .formDiv form .groupDiv input::-moz-placeholder{color: #fff; }
.contactDiv1_3 .bdDiv .formDiv form button{width: 180px;height: 50px;border: 0;color: #87563a;background: #fff;cursor: pointer;padding: 0;margin-top: 30px; }

.contactDiv2_1{padding: 40px 0 0; }
.contactDiv2_1 .hdDiv{margin: 40px 0; }
.contactDiv2_1 .hdDiv a{width: 160px;line-height: 40px;border: 1px solid #eeeeee;border-radius: 5px;color: #555;text-align: center;margin: 0 8px; }
.contactDiv2_1 .hdDiv a.on{background: #87563a;color: #fff;border-color: #87563a; }
.contactDiv2_1 .bdDiv .itemDiv{display: none; }
.contactDiv2_1 .bdDiv .itemDiv.on{display: block; }
.contactDiv2_1 .bdDiv .itemDiv>div{box-shadow: 0px 0px 20px rgba(0,0,0,.1);align-items: stretch; }
.contactDiv2_1 .bdDiv .itemDiv>div .imgDiv{width: 57.45%; }
.contactDiv2_1 .bdDiv .itemDiv>div .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.contactDiv2_1 .bdDiv .itemDiv>div .textDiv{width: 42.55%;padding: 50px 30px; }
.contactDiv2_1 .bdDiv .itemDiv>div .textDiv .p{padding: 20px 0 50px;border-top: 1px solid #eee;border-bottom: 1px solid #eee;margin: 20px 0; }
.contactDiv2_1 .bdDiv .itemDiv>div .textDiv .p p{margin-top: 5px; }
.contactDiv2_1 .bdDiv .itemDiv>div .textDiv .ewmDiv{width: 310px;text-align: center; }
.contactDiv2_1 .bdDiv .itemDiv>div .textDiv .ewmDiv img{width: 110px; }
.contactDiv2_1 .bdDiv .itemDiv>div .textDiv .ewmDiv p{margin-top: 10px; }

.contactDiv2_2{padding: 60px 0;overflow: hidden; }
.contactDiv2_2 .bdDiv{margin-top: 50px; }
.contactDiv2_2 .bdDiv ul li{flex: 1;background: url(../img/sq-bg2.png) no-repeat center center/100% 100%;color: #fff;margin-left: -20px; }
.contactDiv2_2 .bdDiv ul li:nth-child(1){background: url(../img/sq-bg1.png) no-repeat center center/100% 100%;margin-left: 0px; }
.contactDiv2_2 .bdDiv ul li .conDiv{height: 113px; }
.contactDiv2_2 .bdDiv ul li .conDiv img{margin-right: 15px; }
.contactDiv2_3 {padding: 80px 0;overflow: hidden; }
.contactDiv2_3 .proTitle{color: #fff; }
.contactDiv2_3 .bdDiv{margin-top: 30px; }
.contactDiv2_3 .row>div .conDiv{background: rgba(0, 0, 0, .3);color: #fff;text-align: center;padding: 45px; }
.contactDiv2_3 .row>div .conDiv p{margin-top: 20px; }
.contactDiv2_4{padding: 60px 0;overflow: hidden; }
.contactDiv2_4 .bdDiv{margin-top: 30px; }
.contactDiv2_4 .row>div .conDiv{box-shadow: 0px 0px 20px rgba(0,0,0,.1);color: #333;text-align: center;padding: 45px; }
.contactDiv2_4 .row>div .conDiv .tt{margin: 20px 0; }
.contactDiv2_4 .row>div .conDiv .p{text-align: left; }
.contactDiv2_4 .row>div .conDiv .p p{margin-bottom: 10px; }
.contactDiv2_5{padding: 70px 0 calc(70px + 9vw);background: #f7f2ee;overflow: hidden; }
.contactDiv2_5 .hdDiv{margin: 40px 0 60px; }
.contactDiv2_5 .hdDiv ul li{margin-top: 20px;background: #fff;padding: 15px 25px;border-radius: 5px;box-shadow: 0px 0px 10px rgba(0,0,0,.1); }
.contactDiv2_5 .hdDiv ul li .hd{padding-right: 30px;background: url(../img/xjt.png) no-repeat right center;cursor: pointer; }
.contactDiv2_5 .hdDiv ul li .bd{margin-top: 20px;color: #666;line-height: 2;display: none; }
.contactDiv2_5 .bdDiv .rowDiv{margin-top: 20px; }
.contactDiv2_5 .bdDiv .row{margin: 0 -3.125vw; }
.contactDiv2_5 .bdDiv .row>div{padding: 0 3.125vw; }
.contactDiv2_5 .bdDiv .row>div .conDiv{text-align: center;background: #fff;box-shadow: 0px 0px 5px rgba(0,0,0,.02);padding: 40px 30px; }
.contactDiv2_5 .bdDiv .row>div .conDiv .tt{margin: 20px 0 15px; }

.twoMenuDiv{position: fixed;right: 30px;top: 50%;transform: translateY(-50%);z-index: 100; }
.twoMenuDiv ul li{margin: 10px 0; }
.twoMenuDiv ul li a{color: #87563a;padding: 10px 6px 10px 15px;border-radius: 30px; }
.twoMenuDiv ul li a i{width: 20px;height: 20px;margin: 0 6px;position: relative; }
.twoMenuDiv ul li a i::after{content: "";width: 10px;height: 10px;background: #87563a;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);  }
.twoMenuDiv ul li a i::before{content: "";width: 100%;height: 100%;border: 1px solid #87563a;border-radius: 50%;position: absolute;left: 0;top: 0;opacity: 0; }
.twoMenuDiv ul li a span{opacity: 0; }
.twoMenuDiv ul li.on a{box-shadow: 0px 0px 3px rgba(0,0,0,.1); background: #fff;}
.twoMenuDiv ul li.on a i::before{opacity: 1; }
.twoMenuDiv ul li.on a span{opacity: 1; }

.detailDiv {padding: 55px 0 calc(70px + 9vw);}
.detailDiv .articleDiv .hd{text-align: center; }
.detailDiv .articleDiv .hd .title{color: #222;font-size: 28px; }
.detailDiv .articleDiv .hd .smTit{display: flex;justify-content: center;align-items: center;color: #5a5a5a;margin: 15px 0 40px;font-size: 14px; }
.detailDiv .articleDiv .bd{margin-bottom: 50px;font-size: 16px; }
.detailDiv .articleDiv .hd .smTit span:nth-child(1){margin-right: 40px; }
.detailDiv .articleDiv .bd p{color: #222;line-height: 1.8;}
.detailDiv .articleDiv .otherpage>div{margin: 10px 0;font-size: 16px; }
.detailDiv .articleDiv .otherpage a{color: #222;}
.detailDiv .articleDiv .otherpage a:hover{color: #f7a917; }

.searchWrap{min-height: 600px;padding: 50px 0; }
.searchWrap table a{color: #87563a; }

/*body:after {
    content: '';
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
body.on-menu:after {
    display: block;
}*/


@media (max-width:1750px) {
	
	.proDiv2 .itemDiv .lbDiv{padding: 0 70px; }
	.proDiv2 .swiper-button-next{right: 0; }
	.proDiv2 .swiper-button-prev{left: 0; }
	
	
}

@media (max-width:1550px) {
	.wrap{padding: 0 50px;}
	header .othersDiv{right: 1.2vw; }
	header .langDiv{left: 1.4vw; }
	header .rightDiv .menu>ul>li{margin: 0 1.4vw; }
	header .rightDiv .menu>ul>li:nth-child(2){margin-right: 7.67vw; }
	header .rightDiv .menu>ul>li:nth-child(3){margin-left: 7.67vw; }
	
	
	.f72{font-size: 64px;}
	.f64{font-size: 56px;}
	.f48{font-size: 44px;}
	.f46{font-size: 42px;}
	.f42{font-size: 38px;}
	.f40{font-size: 36px;}
	.f38{font-size: 34px;}
	.f36{font-size: 32px;}
	.f34{font-size: 31px;}
	.f32{font-size: 30px;}
	.f30{font-size: 28px;}
	.f28{font-size: 26px;}
	.f26{font-size: 24px;}
	.f25{font-size: 23px;}
}
@media (max-width:1420px) {
	.wrap{padding: 0 40px;}
	.f72{font-size: 60px;}
	.f64{font-size: 50px;}
	.f48{font-size: 42px;}
	.f46{font-size: 40px;}
	.f42{font-size: 36px;}
	.f40{font-size: 34px;}
	.f38{font-size: 32px;}
	.f36{font-size: 30px;}
	.f34{font-size: 29px;}
	.f32{font-size: 28px;}
	.f30{font-size: 26px;}
	.f28{font-size: 25px;}
	.f26{font-size: 24px;}
	.f25{font-size: 23px;}
	.f24{font-size: 23px;}
	.indexDiv3 .bdDiv a{border-radius: 120px 0 120px 0; }
	.indexDiv3 .bdDiv .swiper-slide:nth-of-type(even) a{border-radius: 0 120px 0 120px; }
	.story3 .bdDiv .gallery-top .conDiv .imgDiv{border-radius: 120px 0 120px 0; }
	
}
@media (max-width:1340px) {
	.wrap{padding: 0 30px;}
	header .rightDiv .menu>ul>li>a{font-size: 16px; }
	header .langDiv>a img{width: 20px; }
	header .langDiv>a span{font-size: 14px;margin-left: 5px; }
	header .othersDiv .ssBtn{width: 43px;height: 40px; }
}
@media (max-width:1220px) {
	.f72{font-size: 56px;}
	.f64{font-size: 46px;}
	.f48{font-size: 38px;}
	.f46{font-size: 36px;}
	.f42{font-size: 34px;}
	.f40{font-size: 32px;}
	.f38{font-size: 30px;}
	.f36{font-size: 28px;}
	.f34{font-size: 27px;}
	.f32{font-size: 26px;}
	.f30{font-size: 24px;}
	.f28{font-size: 23px;}
	.f26{font-size: 22px;}
	.f25{font-size: 21px;}
	.f24{font-size: 21px;}
	.f22{font-size: 20px;}
	.f20{font-size: 19px;}
	.indexDiv3 .bdDiv .textDiv{padding-left: 10%; }
	.indexDiv3 .bdDiv a{border-radius: 100px 0 100px 0; }
	.indexDiv3 .bdDiv .swiper-slide:nth-of-type(even) a{border-radius: 0 100px 0 100px; }
	.indexDiv3 .bdDiv .textDiv .tt{font-size: 30px; }
	.indexDiv3 .bdDiv .textDiv .p{font-size: 18px; }
	.indexDiv3 .bdDiv .textDiv span{width: 150px;height: 45px; }
	.indexDiv1 .bdDiv .titleDiv{height: 78px; }
	.story3 .bdDiv .gallery-top .conDiv .imgDiv{border-radius: 100px 0 100px 0; }
	.story2 .hdDiv .item .ih .text{padding: 0 20px 0 135px;height: 230px;width: calc(100% - 115px); }
	.story2 .hdDiv .item:nth-of-type(even) .ih .text{padding: 0 135px 0 20px; }
	.story2 .hdDiv .item .ih .title{width: 230px;height: 230px; }
	.contactDiv2_2 .bdDiv ul li{margin-left: -10px; }
	.contactDiv2_2 .bdDiv ul li .conDiv{height: 70px;font-size: 17px; }
	.contactDiv2_2 .bdDiv ul li .conDiv img{width: 25px;margin-right: 10px; }
}


@media (min-width:992px) and (max-width:1024px) {
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	
	/* .wrap,header .wrap{padding: 0 20px;} */
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu>ul>li>a{padding: 0 20px;}
	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}
	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;border-top:1px solid rgba(0,0,0,.1);}
	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}*/
	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/
	.menu ul li a,.menu ul ul li a{width:100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0 20px 0;font-size:12px;color:#333;background:0 0}
	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#333}
	
	.indexHeader .menu ul ul li a{color:#fff;}
	.indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#fff}
	
	.on-fixed .indexHeader .menu ul ul li a{color:#333;}
	.on-fixed .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#333}
	
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#menu-line{display:none}
	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#000}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #000;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,0);height:52px;width:52px;cursor:pointer}
	/* .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#000;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#000;;z-index:99} */
	
	/*.indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255,255,255,.2);height:52px;width:52px;cursor:pointer}
	.indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}
	.indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;z-index:99}*/
	
	/*.on-fixed .indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.on-fixed .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.on-fixed .indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}*/
	
	
	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul .wrap{padding:0 15px;}
	.menu ul ul .hd{display: none;}
	.menu ul ul .bd{padding: 0;}
	header .rightDiv .menu>ul>li li a{text-align: left;line-height: 50px;}
	/*header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}*/
	.on-fixed header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .header-container{height: 50px;}
	header .logo a{height: 50px;width: initial;}
	header .mbtn {display: block;}
	body.on-menu header{background: #fff;}
	body.on-menu.on-fixed  header{background:  #fff;}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: calc(100% - 50px);
		padding-top: 0;
		background-color: #fff;
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	.on-fixed header .rightDiv .menu{
		background-color: #fff;
	}
	header .rightDiv .menu ul{float: initial;height: initial;}
	/*header .rightDiv .menu ul.open{background: #000;}*/
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: initial;
		position: relative;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}
	header .rightDiv .menu>ul {display: block;padding-top: 0;}
	body.on-menu header .rightDiv .menu {right: 0;z-index: 99;}
	body.on-menu .main {right: 0;}
	header .rightDiv .menu>ul>li>a{padding:0 15px;background: none;}
	header .rightDiv .menu>ul>li>a::after{display: none;}
	header .rightDiv .menu>ul>li:hover>a, header .rightDiv .menu>ul>li:focus>a, header .rightDiv .menu>ul>li.on>a, header .rightDiv .menu>ul>li.active>a{font-weight: bold;}
	header .rightDiv .menu>ul>li>a span{line-height: 50px;}
	header .rightDiv .menu>ul>li>a::before{right: 15px; }
	.menu ul ul{box-shadow: none;opacity: 1;visibility: visible;transform: translate(0px);transition: transform .6s;padding: 0;left: 0;display: block;}
	/* header .rightDiv .menu>ul>li>a{color: #333;} */
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 50px; }
	header .rightDiv .otherDiv{height: 50px;justify-content: center;float: initial; }
	header .rightDiv .searchDiv{margin: 0 auto;}
	header .rightDiv .ssDiv .dImg{display: none;}
	header .rightDiv .ssDiv .hImg{display: block;}
	.menu ul ul .ul span{margin-top: 0;}
	/* header .rightDiv .menu>ul>li .aDiv{margin-bottom: 20px;} */
	header .rightDiv .menu>ul>li li{border: 0;}
	header .rightDiv .menu>ul>li li a:hover{color: #fff;}
	/*.twoMenuDiv.onFixed{top: 50px;}
	.twoMenuDiv ul li a.top_dh_in::after{bottom: 8px;width: 4px;height: 4px;}*/
	
	.menu ul ul:before{display: none!important;}
	.menu ul ul:after{display: none!important;;}
	.menu ul ul a{padding: 0 15px;margin: 0;}
	.menu li:hover>ul{transform: translate(0);}
	header .rightDiv .menu ul li .ulDiv{display: block;}
	.menu ul ul{height: initial;}
	.menu ul ul .ul{display: block;padding: 10px 30px 0;}
	.menu ul ul .ul li:nth-child(2){margin-left: 0;}
	/* .menu ul ul .ul span{color: #fff;} */
	.menu ul ul .ul a{/* color: #fff; */margin-top: 0;}
	.menu>ul>li.proLi ul .ul{padding: 0; }
	.menu>ul>li.proLi ul .ul .ull{display: none; }
	.menu>ul>li.proLi ul .ul .ulr{width: 100%;border: 0;display: block;}
	.menu>ul>li.proLi ul .ul .ulr li{margin: 0; }
	.menu>ul>li.proLi ul .ul .ulr li>a{font-size: 16px;margin-bottom: 0; }
	.menu>ul>li.proLi ul .ul .ulr li .aDiv{margin-top: 15px; }
	.menu>ul>li.proLi ul .ul .ulr li .aDiv a{margin: 15px 0;font-size: 14px; }
	
	header .logo{max-width: 50%; }
	
	
	.f72{font-size: 50px;}
	.f64{font-size: 40px;}
	.f48{font-size: 34px;}
	.f46{font-size: 32px;}
	.f42{font-size: 31px;}
	.f40{font-size: 30px;}
	.f38{font-size: 27px;}
	.f36{font-size: 26px;}
	.f34{font-size: 25px;}
	.f32{font-size: 25px;}
	.f30{font-size: 23px;}
	.f28{font-size: 22px;}
	.f26{font-size: 21px;}
	.f25{font-size: 20px;}
	.f24{font-size: 20px;}
	.f22{font-size: 19px;}
	.f20{font-size: 18px;}
	.f18{font-size: 17px;}
	
	header .othersDiv{height: 50px;margin-right: 45px; }
	header .langDiv{height: 50px; }
	header .langDiv>a{height: 30px; }
	header .logo{top: 10px;height: 100px; }
	header::before{height: 50px; }
	header::after{height: 50px; }
	header .othersDiv .ssBtn{border: 0;width: initial; }
	header .othersDiv .userA{margin: 0 20px; }
	.on-fixed header .logo, .on-fixed header .rightDiv .menu>ul>li>a, .on-fixed header .langDiv, .on-fixed header .othersDiv{height: 50px; }
	header .rightDiv .menu>ul>li:nth-child(3){margin-left: 0; }
	header .rightDiv .menu>ul>li:nth-child(2){margin-right: 0; }
	.footerDiv .hdDiv .ewmDiv{width: 145px;padding: 10px; }
	
	.indexDiv3 .bdDiv .textDiv{padding-left: 10%; }
	.indexDiv3 .bdDiv a{border-radius: 60px 0 60px 0; }
	.indexDiv3 .bdDiv .swiper-slide:nth-of-type(even) a{border-radius: 0 60px 0 60px; }
	.indexDiv3 .bdDiv .textDiv span{width: 130px;height: 40px; }
	.indexDiv3 .bdDiv .textDiv .tt{font-size: 28px; }
	.indexDiv3 .bdDiv .textDiv .p{font-size: 16px; }
	.indexDiv4{padding: 100px 0; }
	.indexDiv2 .bdDiv .imoreBtn{padding: 0 50px; }
	.btnDiv .swiper-button-prev{margin-right: 30px; } 
	.indexDiv2 .bdDiv .lunboDiv{padding: 60px 0; }
	
	.indexDiv1 .bdDiv .titleDiv{height: 71px; }
	
	.proDiv1_1 .bdDiv .textDiv{padding: 50px 6%; }
	.proDiv1_1 .bdDiv .textDiv .tt{font-size: 26px; }
	.proDiv1_1 .bdDiv .textDiv .p{font-size: 18px; }
	.proDiv1_1 .bdDiv .textDiv .ewmDiv .imgDiv{margin-right: 20px; }
	.proDiv1_1 .bdDiv .textDiv .p1 span{font-size: 20px; }
	.proDiv1_1 .bdDiv .textDiv .p1 p{font-size: 16px;margin-top: 5px; }
	.story3 .bdDiv .gallery-top .conDiv .imgDiv{border-radius: 60px 0 60px 0; }
	
	.story3 .bdDiv .gallery-top .conDiv{padding: 0; }
	.story3 .bbDiv{padding: 0 50px; }
	.story3 .bdDiv .gallery-top .conDiv .textDiv{width: 45%; }
	.story3 .swiper-button-prev{left: 0; }
	.story3 .swiper-button-next{right: 0; }
	
	.brand2_1 ul li .textDiv{width: 38%; }
	.brand2_1 ul li .imgDiv{width: 60%; }
	
	
	.contactDiv2_3 .row>div .conDiv img{width: 80px; }
	.contactDiv2_4 .row>div .conDiv img{width: 100px; }
	.contactDiv2_5 .bdDiv .row>div .conDiv img{width: 100px; }
	
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	html, body{font-size: 14px;}
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	
	.wrap{padding: 0 15px;}
	.f72{font-size: 40px;}
	.f64{font-size: 30px;}
	.f48{font-size: 28px;}
	.f46{font-size: 27px;}
	.f42{font-size: 26px;}
	.f40{font-size: 26px;}
	.f38{font-size: 25px;}
	.f36{font-size: 24px;}
	.f34{font-size: 23px;}
	.f32{font-size: 23px;}
	.f30{font-size: 22px;}
	.f28{font-size: 21px;}
	.f26{font-size: 20px;}
	.f25{font-size: 19px;}
	.f24{font-size: 19px;}
	.f22{font-size: 18px;}
	.f20{font-size: 17px;}
	.f18{font-size: 16px;}
	
	header .logo{top: 5px; }
	header .langDiv>a span{display: none; }
	header .langDiv>a{padding: 0;width: 35px;display: flex;justify-content: center; }
	header .othersDiv .userA{margin: 0 15px; }
	header::before,header::after{height: 30px; }
	header .othersDiv img{height: 16px; }
	
	.index-banner .img{height:55vw;}
	.indexDiv1{padding: 40px 0; }
	.indexDiv1 .bdDiv{margin-top: 0; }
	.indexDiv1 .bdDiv .swiper-slide{padding: 15px; }
	.indexDiv1 .bdDiv .titleDiv{height: 64px; }
	.indexDiv1 .bdDiv .textDiv{padding: 20px 0 10px;margin-bottom: 10px; }
	.indexDiv1 .bdDiv a{padding: 15px 10px 10px; }
	.indexDiv1 .bdDiv .btnDiv{margin-top: 30px; }
	.btnDiv .swiper-button-prev, .btnDiv .swiper-button-next{width: 30px; }
	
	.indexDiv2 .hdDiv{padding: 30px 0 60px;background-size: auto 100%!important;  }
	.indexTitle p{margin-top: 0; }
	.indexDiv2 .bdDiv{padding-bottom: 40px; }
	.indexDiv2 .bdDiv .lunboDiv{padding: 30px 0; }
	a.imoreBtn{height: 36px;padding: 0 30px;font-size: 15px; }
	.indexDiv2 .bdDiv .btnDiv{position: relative;bottom: 0;margin-top: 30px; }
	.indexDiv2 .swiper-button-prev, .indexDiv2 .swiper-button-next{height: auto; }
	.indexDiv2 .bdDiv .imoreBtn{padding: 0 30px; }
	.indexDiv3{padding: 40px 0; }
	.indexDiv3 .bdDiv{margin-top: 30px; }
	.indexDiv3 .bdDiv .textDiv .tt{font-size: 25px; }
	.indexDiv3 .btnDiv{margin-top: 30px; }
	.indexDiv4{padding: 50px 0; }
	.indexDiv4 .p{margin: 25px 0 40px;font-size: 16px; }
	.indexDiv5{padding: 40px 0 80px; }
	.indexDiv5 .bdDiv{margin-top: 25px; }
	.indexDiv5 .bdDiv .row>div{margin-bottom: 20px; }
	.indexDiv5 .bdDiv a.imoreBtn{margin-top: 30px; }
	.indexDiv3 .bdDiv .textDiv span{height: 36px; }
	
	.footerDiv .fhDiv{padding: 20px 0; }
	.footerDiv .fhDiv .backTop{height: 40px;width: 150px; }
	.footerDiv .hdDiv{width: 100%;display: block;margin-top: 30px; }
	.footerDiv .hdDiv .hrDiv{margin-top: 20px;display: block;width: 100%; }
	.footerDiv .hdDiv .ewmDiv{margin: 0 auto; }
	.footerDiv .hdDiv .listDiv{width: 100%;margin-bottom: 20px;max-width: 100%;margin-left: 0;text-align: center; }
	.footerDiv .hdDiv .listDiv>a{margin-bottom: 10px; }
	.footerDiv .hdDiv .listDiv:first-child{width: 100%; }
	.footerDiv .hdDiv .aDiv{display: flex;flex-wrap: wrap;justify-content: center; }
	.footerDiv .hdDiv .aDiv a{font-size: 14px;margin: 0 15px 5px 0; }
	.footerDiv .fbDiv .flexbet{flex-wrap: wrap;justify-content: center; }
	.footerDiv .fbDiv .shareDiv{margin-top: 10px; }
	
	.nyBanner .wrap{height: 55vw; }
	.nyBanner .textDiv{max-width: 100%; }
	.nyBanner span{font-size: 24px; }
	.nyBanner p{font-size: 14px; }
	.nyBanner .p{font-size: 12px;padding: 2px 10px; }
	.nyBanner .p1{font-size: 14px;padding: 2px 10px; }
	.nyBanner .p2{font-size: 12px;line-height: 1.6; }
	.breadcrumbDiv{font-size: 14px;}
	/* .twoMenuDiv a{font-size: 14px; } */
	
	.proDiv1_1{padding: 40px 0; }
	.proDiv1_1 .bdDiv .textDiv{padding: 30px 6%;width: 80%; }
	.proDiv1_1 .bdDiv .textDiv .tt{font-size: 20px; }
	.proDiv1_1 .bdDiv .textDiv .p{font-size: 14px;margin: 10px 0 20px; }
	.proDiv1_1 .bdDiv .textDiv .ewmDiv .imgDiv{margin-right: 20px; }
	.proDiv1_1 .bdDiv .textDiv .p1 span{font-size: 18px; }
	.proDiv1_1 .bdDiv .textDiv .p1 p{font-size: 14px;margin-top: 5px; }
	.proDiv1_2{padding: 30px 0 70px; }
	.proDiv1_2 .swiper-slide .imgDiv{margin-bottom: 20px; }
	.proDiv1_2 .swiper-slide a{padding-bottom: 20px; }
	
	.proDiv2 .itemDiv{padding: 40px 0; }
	.proDiv2 .itemDiv .lbDiv{padding: 0 40px; }
	.proDiv2 .swiper-button-prev, .proDiv2 .swiper-button-next{width: 30px; }
	.proDiv2 .swiper-slide .textDiv{padding: 15px 15px 30px; }
	.proDiv2 .swiper-slide .textDiv .title{font-size: 18px; }
	.proDiv2 .swiper-slide .textDiv .p{margin-top: 10px; }
	.proDiv2 .swiper-slide .textDiv .imoreBtn{margin-top: 20px;width: 120px;height: 32px; }
	.proDiv2 .itemDiv .lbDiv{margin-top: 30px; }
	
	.proDiv3_2{padding: 30px 0; }
	.proTitle p{margin-top: 15px; }
	.proDiv3_2 ul li{margin-top: 20px;display: block; }
	.proDiv3_2 ul li .imgDiv{width: 100%;padding-top: 50%; }
	.proDiv3_2 ul li .textDiv{padding: 30px; }
	.proDiv3_3{padding: 30px 0 80px; }
	.proDiv3_3 .bdDiv .row>div{margin-top: 20px; }
	.proDiv3_3 .bdDiv .row>div .titleDiv{height: 60px;padding: 0 15px; }
	.proDiv3_3 .bdDiv .row>div .titleDiv span{padding-left: 20px; }
	.proDiv3_3 .bdDiv .row>div .titleDiv span::before{width: 10px;height: 10px; }
	
	.story1_1{padding: 40px 0; }
	.story1_1 .row>div{margin-bottom: 13px; }
	.story1_1 .row>div .textDiv{padding: 0 20px;bottom: 20px; }
	.story1_1 .row>div .textDiv span{padding: 5px 20px; }
	.story1_1 .row>div:nth-child(2) .imgDiv{padding-top: 49.5%; }
	.story1_1 .row>div .textDiv span{margin-top: 10px; }
	.story1_2{padding: 40px 0; }
	.story1_2 .bdDiv{display: block; }
	.story1_2 .bdDiv .imgDiv{width: 100%; }
	.story1_2 .bdDiv .textDiv{width: 100%;padding: 30px 20px;line-height: 2; }
	
	.story1_3{padding: 40px 0 80px; }
	.story1_3 .bdDiv{padding: 40px 30px;display: block;text-align: center; }
	.story1_3 .bdDiv .textDiv{width: 100%;margin-bottom: 30px; }
	.story1_3 .bdDiv a{margin: 0 auto; }
	.story1_3 .bdDiv .textDiv p{font-size: 15px; }
	
		
	.story3{padding: 40px 0 80px; }
	.story3 .bdDiv .gallery-top{margin-bottom: 40px; }
	.story3 .bdDiv .gallery-top .conDiv{padding: 0;display: block; }
	.story3 .bdDiv .gallery-top .conDiv .textDiv{width: 100%; }
	.story3 .bdDiv .gallery-top .conDiv .imgDiv{width: 100%;margin-top: 30px; }
	.story3 .swiper-button-prev, .story3 .swiper-button-next{width: 30px; }

	.story2{padding-bottom: 100px; }
	.story2 .hdDiv .item{margin-bottom: 30px; }
	.story2 .hdDiv .item .ih .text{padding: 0 10px 0 50px;height: 180px;width: calc(100% - 40px); }
	.story2 .hdDiv .item .ih .text span{font-size: 18px; }
	.story2 .hdDiv .item .ih .text p{font-size: 14px; }
	.story2 .hdDiv .item:nth-of-type(even) .ih .text{padding: 0 50px 0 10px; }
	.story2 .hdDiv .item .ih .title{width: 80px;height: 180px;border-radius: 40px; }
	.story2 .hdDiv .item .ib{margin-top: 20px;line-height: 2.4; }
	.story2 .rowDiv .row>div{margin-bottom: 20px; }
	.story2 .rowDiv .row>div .textDiv .text{padding: 20px; }
	.story2 .bdDiv{padding-left: 0;background: none;padding-top: 0; }
	.story2 .bdDiv ul li{display: block;min-height: initial; }
	.story2 .bdDiv ul li .ll{color: #87563a;width: 100%;justify-content: flex-start; }
	.story2 .bdDiv ul li .lr{color: #87563a;width: 100%;font-size: 16px;margin-top: 10px;padding-left: 0!important; }
	
	.brand1_1{padding-bottom: 40px; }
	.brand1_1 .bdDiv{margin-top: 35px;display: block; }
	.brand1_1 .bdDiv .imgDiv{width: 100%; }
	.brand1_1 .bdDiv .textDiv{width: 100%;margin-top: 20px; }
	.brand1_2{padding: 35px 0; }
	.brand1_2 .itemDiv .proTitle{margin-bottom: 25px; }
	.brand1_2 .itemDiv:nth-child(1){margin-bottom: 30px; }
	.brand1_2 .itemDiv .row>div{margin-bottom: 30px; }
	.brand1_2 .itemDiv .row>div .conDiv span{width: 100%;font-size: 15px; }
	.brand1_2 .itemDiv .row>div .conDiv .imgDiv{margin: 15px auto 20px; }
	.brand1_3{padding: 30px 0 80px; }
	.brand1_3 .p{margin: 25px 0 20px; }
	.brand1_3 .dataDiv .row{margin: 0 -10px; }
	.brand1_3 .dataDiv .row>div{padding: 0 10px; }
	.brand1_3 .dataDiv .row>div .num{padding-bottom: 10px;margin-bottom: 10px; }
	.brand1_3 .dataDiv .row>div .num span{font-size: 30px; }
	.brand1_3 .videoDiv video{border-radius: 15px; }
	
	.brand2_1 ul li{display: block; }
	.brand2_1 ul li .imgDiv{width: 100%; }
	.brand2_1 ul li .textDiv{width: 100%;margin-top: 10px; }
	.brand2_2{padding: 30px 0 80px; }
	.brand2_2 .bdDiv ul li{display: block; }
	.brand2_2 .bdDiv ul li .imgDiv{width: 100%; }
	.brand2_2 .bdDiv ul li .textDiv{width: 100%; }
	
	.brand3_1 .bdDiv ul li{display: block; }
	.brand3_1 .bdDiv ul li .imgDiv{width: 100%;border-radius: 60px 0 60px 0; }
	.brand3_1 .bdDiv ul li .textDiv{width: 100%;margin-top: 30px; }
	.brand3_1 .bdDiv .zlDiv{margin-top: 40px; }
	.brand3_1 .bdDiv .zlDiv .titleDiv{flex-wrap: wrap;margin-bottom: 20px; }
	.brand3_1 .bdDiv .zlDiv .titleDiv .p{margin-top: 10px; }
	.brand3_2{padding: 35px 0; }
	.brand3_2 .bdDiv ul{display: block; }
	.brand3_2 .bdDiv ul li{width: 100%; }
	.brand3_2 .bdDiv ul li .imgDiv{height: 240px; }
	.brand3_2 .bdDiv ul li:nth-child(2){margin: 15px 0; }
	.brand3_2 .bdDiv ul li:hover{width: 100%; }
	
	.brand4{padding-bottom: 80px; }
	.brand4 .hdDiv {border-radius: 5px; }
	.brand4 .hdDiv span{font-size: 18px;width: 50%;height: 45px; }
	.brand4 .bdDiv{margin-top: 40px; }
	.brand4 .bdDiv .row>div{margin-bottom: 25px; }
	.brand4 .bdDiv .row>div .conDiv{padding: 30px 20px; }
	.brand4 .bdDiv .row>div .conDiv img{width: 60px; }
	.brand4 .bdDiv .row>div .conDiv .tt{margin: 20px 0 10px; }
	.brand4 .bdDiv .row>div .conDiv .p{font-size: 14px; }
	
	.contactDiv1_1{padding: 30px 0 ; }
	.contactDiv1_1 .hdDiv{margin-top: 20px; }
	.contactDiv1_1 .bdDiv{margin: 50px 0; }
	/* .contactDiv1_1 .bdDiv .flexDiv{display: block; } */
	.contactDiv1_1 .bdDiv .flexDiv>div{/* width: 100%; */padding: 20px 15px; }
	.contactDiv1_1 .bdDiv .rightDiv{margin-left: 5px; }
	.contactDiv1_1 .bdDiv .rightDiv .bd ul li,.contactDiv1_1 .bdDiv .leftDiv .bd ul li{padding: 10px 0; }
	.contactDiv1_1 .bdDiv .bd ul li span{font-size: 16px; }
	.contactDiv1_1 .bdDiv .leftDiv .bd ul li p{font-size: 13px;margin-top: 5px; }
	.contactDiv1_1 .bdDiv .rightDiv .bd{padding: 15px 0; }
	.contactDiv1_1 .bdDiv .rightDiv .bd ul li p{margin-top: 5px;font-size: 12px; }
	
	.contactDiv1_1 .rowDiv .row{margin: 0 -10px; }
	.contactDiv1_1 .rowDiv .row>div{margin-top: 20px;padding: 0 10px; }
	.contactDiv1_1 .rowDiv .row>div .conDiv{padding: 20px; }
	.contactDiv1_1 .rowDiv .row>div .conDiv img{width: 40px; }
	.contactDiv1_1 .rowDiv .row>div .conDiv p{margin-top: 15px;font-size: 16px; }
	
	.contactDiv1_2{padding: 35px 0; }
	.contactDiv1_2 .bdDiv{margin-top: 20px; }
	
	.contactDiv1_3{padding: 40px 0 80px; }
	.contactDiv1_3 .bdDiv{margin-top: 30px;display: block; }
	.contactDiv1_3 .bdDiv .imgDiv{width: 100%; }
	.contactDiv1_3 .bdDiv .formDiv{width: 100%;padding: 30px; }
	.contactDiv1_3 .bdDiv .formDiv form .groupDiv input{line-height: 44px; }
	.contactDiv1_3 .bdDiv .formDiv form button{width: 160px; }
	
	.contactDiv2_1 .hdDiv{margin: 20px 0; }
	.contactDiv2_1 .hdDiv a{margin: 0 4px; }
	.contactDiv2_1 .bdDiv .itemDiv>div{display: block; }
	.contactDiv2_1 .bdDiv .itemDiv>div .imgDiv{width: 100%; }
	.contactDiv2_1 .bdDiv .itemDiv>div .textDiv{width: 100%; }
	.contactDiv2_2 .bdDiv{margin-top: 25px; }
	.contactDiv2_2 .bdDiv ul{flex-wrap: wrap; }
	.contactDiv2_2 .bdDiv ul li{width: 50%;flex: initial;margin: 5px 0; }
	.contactDiv2_2 .bdDiv ul li .conDiv{height: 55px; }
	
	.contactDiv2_3{padding: 40px 0 20px; }
	.contactDiv2_3 .row>div{margin-bottom: 20px; }
	.contactDiv2_3 .row>div .conDiv{padding: 20px; }
	.contactDiv2_4{padding: 40px 0 20px; }
	.contactDiv2_4 .row>div{margin-bottom: 20px; }
	.contactDiv2_4 .row>div .conDiv{padding: 20px; }
	.contactDiv2_4 .row>div .conDiv img{width: 80px; }
	.contactDiv2_5{padding: 35px 0 80px; }
	.contactDiv2_5 .hdDiv{margin: 20px 0 30px; }
	.contactDiv2_5 .bdDiv .row>div{margin-bottom: 20px; }
	.contactDiv2_5 .bdDiv .row>div .conDiv{padding: 30px 20px; }
	.contactDiv2_5 .bdDiv .row>div .conDiv img{width: 80px; }
	.contactDiv2_5 .bdDiv .row>div .conDiv .tt{margin: 15px 0 10px; }
	
	.twoMenuDiv{display: none; }
	
	
	@media (max-width:320px) {
	}
	
	
}