
a, img { vertical-align: top; }
.containerA { width: calc(100% - 120px); margin: 0 auto; }
@media(max-width: 1500px){
	.containerA { width: calc(100% - 100px); }
}
@media(max-width: 1300px){
	.containerA { width: calc(100% - 80px); }
}
@media(max-width: 1100px){
	.containerA { width: 92vw; }
}


/*Header*/
.header { z-index: 80; position: fixed; top:0; left:0; width: 100%; padding: 40px 0; transition: all 0.5s; }
.header.fixed-head { background: rgba(0,0,0,0.4); padding: 10px 0; }
.header .logo .white { display:none; }
.headerA { position: relative; }
.topNav { width: 1100px; position: absolute; top: 50%; transform:translate(-50%, -50%); left:50%; }
.topNav ul li { margin: 0 12px; display:inline-block; vertical-align:top; }
.topNav ul li a { font-weight:bold; display:inline-block; padding:12px 21px; border-radius:20px; background: rgba(255,255,255,0); transition:all 0.5s; }
.topNav ul li a.cur,.topNav ul li a:hover { background: rgba(255,255,255,0.2); color:#fff; }
.headerA-a { position: absolute; right:0; top:50%; transform:translateY(-50%); }
.headerA-b .buy { transition:all 0.5s; display:inline-block; float:left; padding:0 25px; border:2px solid rgba(255,255,255,0.6); background: rgba(255,255,255,0.3); border-radius:20px; }
.headerA-b .buy span { font-weight:bold; background: url(../image/buy.svg) no-repeat left center; padding:15px 0 15px 32px; line-height: 20px; display:inline-block; font-size:18px; color:#fff; }
.headerA-b .buy:hover { background: #e7141a; border-color:#e7141a; }
.headerA-b .lan { margin-left: 15px; cursor: pointer; position: relative; transition:all 0.5s; display:inline-block; float:left; padding:0 25px; border:2px solid rgba(255,255,255,0.6); background: rgba(255,255,255,0.3); border-radius:20px; }
.headerA-b .lan .tit { font-weight:bold; background: url(../image/down.svg) no-repeat right center; padding:15px 16px 15px 0; line-height: 20px; display:inline-block; font-size:18px; color:#fff; }
.headerA-b .lan .con { width: 100%; position: absolute; left:0; top: 51px; height:0; overflow:hidden; transition:all 0.6s; }
.headerA-b .lan .conA { padding:10px 25px; border:2px solid rgba(200,200,200,0.6); background: rgba(200,200,200,0.3); border-radius:20px; width: 100%; text-align:center; }
.headerA-b .lan .con a { display:block; font-size: 16px; margin:8px 0; color:#fff; }
.fixed-head .headerA-b .lan .con a { color:#333; }
.headerA-b .lan:hover .con { height: 90px; }
.headerA-b .lan .con a:hover { color:#e7141a; }
.header.fixed-head .topNav ul li a { padding: 8px 21px;border-radius:14px; }
.headerA-b .buy span { padding: 12px 0 12px 32px; }
.headerA-b .lan .tit { padding: 12px 16px 12px 0; }

.header.headerBg .headerA-b .buy span { background: url(../image/buyblack.svg) no-repeat left center; color:#222; }
.header.headerBg .headerA-b .lan .tit { background: url(../image/downblack.svg) no-repeat right center; color:#222; }
.header.headerBg .topNav ul li a { color:#222; }
.header.headerBg .topNav ul li a.cur,.header.headerBg .topNav ul li a:hover { color:#95091E; background: #EEEEEE; }
.header.headerBg .headerA-b .buy { background: #EEE; border-color:#DCDCDC; }
.header.headerBg .headerA-b .lan .conA,.header.headerBg .headerA-b .lan { background: #EEE; border-color:#DCDCDC; }
.header.headerBg.fixed-head { background: rgba(200,200,200,0.5); }

/*BANNER*/
.banner { position: relative; z-index: 5; }
.bannerA { overflow: hidden; position: relative; }
/*.bannerA .pc,.bannerA .mb { width: 100%; height: 100vh; transform:scale(1.05); transition: all 2s; }*/
.bannerA .pc { position:relative; width: 100%; height: 100vh; transform:scale(1.05); transition: all 2s; }
.autoHei { height: auto!important; }
.banner .active .bannerA .pc {transform: scale(1);}
.bannerB { position: absolute; width: 100%; left:0; top:28%; transform:translateY(-50%); }
.indexBanner .bannerB { top: 45%; }
.banner .swiper-pagination { bottom:90px!important; }
.banner .swiper-pagination .swiper-pagination-bullet { margin: 0 15px!important; cursor: pointer; width: 16px; height: 16px; background: #fff; }
.bannerA .pc video { position: absolute; width: 100%; left:0; bottom:0; }
.bannerC { position: absolute; width: 100%; left:0; bottom: 90px; }
.bannerC-a { width: 100%; height: 28px; position: relative; }




.mainQh { box-sizing:border-box;  border-radius:20px; display:inline-block; width: 70px!important; height: 56px!important; }
.mainQh:after { display:none; }
.mainQhPrev { border:2px solid rgba(255,255,255,0.6); background: url(../image/mainprev.png) no-repeat center rgba(255,255,255,0.2); transition:all 0.5s; }
.mainQhNext { border:2px solid rgba(255,255,255,0.6); background: url(../image/mainnext.png) no-repeat center rgba(255,255,255,0.2); transition:all 0.5s; }
.mainQhPrev:hover { border:2px solid #e7141a; background: url(../image/mainprev.png) no-repeat center #e7141a; }
.mainQhNext:hover { border:2px solid #e7141a; background: url(../image/mainnext.png) no-repeat center #e7141a; }
.bannerC-a .mainQhPrev { left:0; }
.bannerC-a .mainQhNext { left:80px; right:auto; }

.mainQh2 { border-color:#c2c2c2; }

.mainQh2.mainQhPrev { background: url(../image/mainprev1.png) no-repeat center rgba(255,255,255,1); }
.mainQh2.mainQhNext { background: url(../image/mainnext1.png) no-repeat center rgba(255,255,255,1); }
.mainQh2.mainQhPrev:hover {border:2px solid #e7141a; background: url(../image/mainprev.png) no-repeat center #e7141a; }
.mainQh2.mainQhNext:hover {border:2px solid #e7141a; background: url(../image/mainnext.png) no-repeat center #e7141a; }


.mainQh2.mainMenu { background: url(../image/menu.svg) no-repeat center rgba(255,255,255,1); }
.mainQh2.mainMenu:hover {border:2px solid #e7141a; background: url(../image/menubg.svg) no-repeat center #e7141a; }

.banner .swiper-slide-active .bg {-webkit-animation:fa1 5s linear 1; }
@-webkit-keyframes fa1{
	0%{-webkit-transform:scale(1.1);}
	10%{-webkit-transform:scale(1.09);}
	20%{-webkit-transform:scale(1.08);}
	30%{-webkit-transform:scale(1.07);}
	40%{-webkit-transform:scale(1.06);}
	50%{-webkit-transform:scale(1.05);}
	60%{-webkit-transform:scale(1.04);}
	70%{-webkit-transform:scale(1.03);}
	80%{-webkit-transform:scale(1.02);}
	90%{-webkit-transform:scale(1.01);}
	100%{-webkit-transform:scale(1.0);}
}





@media(max-width: 1500px){
	.mainQh { border-radius:15px; width: 64px!important; height: 50px!important; }
}
@media(max-width: 1100px){
	.bannerB { top: 52%; }
	.mainQh { border-radius:12px; width: 60px!important; height: 42px!important; }
	.bannerA .bg.mb { width: 100%; height: 100vh; }
	.indexBanner .bannerA .bg.mb { width: 100%; height: auto; }
	.indexBanner .bannerB{
	    display: none;
	}
}


@media(max-width: 1900px){
	.bannerB .con img { width: 30vw; }
}
@media(max-width: 1700px){
	.topNav { width: 900px; }
	.topNav ul li { margin: 0 5px; }
	.banner .swiper-pagination { bottom:4.5vw!important; }
	.banner .swiper-pagination .swiper-pagination-bullet { margin: 0 10px!important; width: 12px; height: 12px; }
	.bannerC { bottom: 4.5vw; }
	.bannerC-a { height: 24px; }
}
@media(max-width: 1500px){
	.topNav { width: 700px; }
	.topNav ul li { margin: 0; }
	.headerA-b .lan .tit,.headerA-b .buy { font-size:16px; }
	.topNav ul li a { padding: 8px 16px; border-radius:12px; }
	.header.fixed-head .topNav ul li a { padding: 8px 16px;border-radius:12px; }
}
@media(max-width: 1380px){
	.topNav { width: 700px; }
	.headerA-b .lan .tit,.headerA-b .buy { font-size:16px; }
	.topNav ul li a { padding: 6px 10px; }
	.header.fixed-head .topNav ul li a { padding: 6px 10px;border-radius:12px; }
}
@media(max-width: 1100px){
	.topNav { display:none; }
	.header .logo img { height: 30px; }
	.header.fixed-head,.header { padding: 15px 0; }
	.headerA-b .lan { padding:0 15px; border-radius:12px; }
	.headerA-b .lan .tit { padding: 6px 16px 6px 0; }
	.headerA-b .lan .con { top: 32px; }
	.headerA-b .lan .conA { padding: 10px 10px; border-radius: 12px; }
	.headerA-a { right: 50px; }
	.banner .swiper-pagination { bottom:30px!important; text-align:right; padding: 0 3vw; }
	.banner .swiper-pagination .swiper-pagination-bullet { margin: 0 5px!important; width: 10px; height: 10px; }
	.bannerC { bottom: 30px; }
	.bannerC-a { height: 15px; }
	.bannerC-a .mainQhNext { left:70px; }
	.headerA-b .buy span { padding: 6px 0 6px 0; font-size: 15px; background: none; }
	.headerA-b .buy { padding: 0 15px; border-radius: 12px; }
	.bannerB .con img { width: 60vw; }
}

@media(max-width: 420px){
	.header .logo img { width: auto; height: 40px; }
	.headerA-a { right: 38px; }
	.headerA-b .lan { margin-left: 5px; }
}
@media(max-width: 370px){
	.headerA-b .buy { padding: 0 10px; border-radius: 10px; }
	.headerA-b .lan { padding:0 10px; border-radius:10px; }
	.headerA-b .buy span { padding: 4px 0 4px 0; font-size: 15px; }
	.headerA-b .lan .tit { padding: 4px 16px 4px 0; }
}


.header.white .logo img.red { display:none; }
.header.white .logo img.white { display:block; }

/*网站底部*/
.footer { padding: 80px 0 160px; background: #292929; }
.footer { padding: 80px 0 160px; background: #95091E; }

.footerA-b { right:0; }
.footerA-c { position: relative; }
.footerA-c .tit { cursor: pointer; line-height: 26px; padding-left:27px; background:url(../image/lanbg1.svg) no-repeat left center; }
.footerA-c .tit p { padding-right: 20px; background:url(../image/lanbg2.svg) no-repeat right center; }
.footerA-d { display:none; width: 100%; position: absolute; left:0; top: 10px; padding-top: 30px; }
.footerA-d .con { background: rgba(255,255,255,0.3); padding: 15px 10px; border-radius: 20px; border:2px solid rgba(255,255,255,0.6); }
.footerA-d .con a { display:block; font-size: 16px;color:#fff; margin: 10px 0; text-align:center; }
.footerA-d .con a:hover { color:#e7141a; }
.footerA-c:hover .footerA-d { display:block; }
.footerB { padding-top:50px; border-top:1px solid rgba(255,255,255,0.1); }
.footerB-a { padding-left:125px; }
.footerBEwm { left:0; width: 104px; }
.footerB-b { margin-right:7vw; }
.footerB-b dl:nth-child(n+2) { margin-left: 2.5vw; }
.footerB-c ul { position: relative; }
.footerB-c ul li { float: left; }
.footerB-c ul li:nth-child(n+2) { margin-left:30px; cursor: pointer; }
.footerB-c ul li .icon { opacity: 0.5; }
.footerB-c ul li:hover .icon { opacity: 1; }
.footerB-c ul li .ewm { position: absolute; width: 300px; border-radius:5px; padding:10px; background: #fff; position: absolute; left:50%; transform: translateX(-50%); top:45px; display: none; }
.footerB-c ul li .ewm:before {
    content: '';
    position: absolute;
    left: 59px;
    top: -8px;
    line-height: 0;
    border-width: 8px;
    border-color: rgba(255, 255, 255, 1);
    border-top-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}
.footerB-c ul li:nth-child(2) .ewm:before { left: 115px; }
.footerB-c ul li:nth-child(3) .ewm:before { left: 171px; }
.footerB-c ul li:nth-child(4) .ewm:before { left: 227px; }
.footerB-c ul li:hover .ewm { display: block; }
.footerB-c .bshare-custom a {margin-left:12px; display: inline-block; width: 44px; height: 44px!important; }
.footerB-c a.bshare-sinaminiblog { margin-left:0; background: url(https://www.yikeda.com.cn/images/sharea.png) no-repeat center/cover; }
.footerB-c a.bshare-weixin { background: url(https://www.yikeda.com.cn/images/shareb.png) no-repeat center/cover; }

.footerC { background: #292929; }
.footerC { background: #95091E; }
.footerC-a { padding: 20px 0; border-top:1px solid rgba(255,255,255,0.4); }
.footerC-a a { color:#fff; }
.footerC-a a:hover{ color:#fff; }

@media(max-width: 1900px){
	.footer { padding: 4vw 0 8vw; }
	.footerB-c ul li:nth-child(n+2) { margin-left: 1.6vw; }
}
@media(max-width: 1700px){
	.footerB-b { margin-right:4vw; }
}
@media(max-width: 1500px){
	.footerB-c ul li:nth-child(n+2) { margin-left: 1.1vw; }
	.footerB-b { margin-right:2vw; }
	.footerB { padding-top: 40px; }
}
@media(max-width: 1300px){
	.footerB-c ul li:nth-child(n+2) { margin-left: 1vw; }
	.footerB-b { margin-right:1.2vw; }
	.footerC-a { padding: 16px 0; }
}
@media(max-width: 1250px){
	.footerB-a { padding-left:0; }
	.footerBEwm { left:0; position: relative; top:0; transform:translateY(0); margin-top:15px; width: 104px; }
}
@media(max-width: 1100px){
	.footerB-b { display:none; }
	.footerB-a { padding-left:0; }
	.footerBEwm { left:0; position: relative; top:0; transform:translateY(0); margin-top:15px; width: 104px; }
	.footerB-c { width: 100%; float:left; margin-top:20px; }
	.footer { padding: 30px 0 60px; }
	.footerA-a img { height: 30px; width: auto; }
	.footerB { padding-top: 30px; }
	.footerA-b { float:right; }
	.footerB-c ul li .ewm { bottom: 35px; top: auto; left:0; transform:translateY(0); }
	.footerB-c ul li .ewm:before { left: 5px; top:auto; bottom: -8px; border-top-width: 8px; border-bottom-width: 0; }
	.footerB-c ul li:nth-child(2) .ewm:before { left: 36px; }
	.footerB-c ul li:nth-child(3) .ewm:before { left: 66px; }
	.footerB-c ul li:nth-child(4) .ewm:before { left: 96px; }


}
@media(max-width: 500px){
	.footerB { padding-top: 20px; }
	.footerC-a { padding: 12px 0; }
}





/*新闻列表*/
.swiper-container { position: relative; overflow: hidden; }
.newsA { padding: 220px 0 150px; }
.newsA-c { width: calc(38%); right:0; }
.newsA .swiper-container .mainQh { top:auto; margin-top:0; bottom:0; }
.newsA .swiper-container .swiper-button-prev { left:auto; right: 80px; }
.newsA .swiper-container .swiper-button-next { right: 0; }
.newsA .swiper-container .swiper-pagination { text-align:left; bottom:22px!important; width: 38%; left:62%; }
.newsA-b { width: 62%; padding-right: 110px; }
.newsA .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 42px; height: 7px; transition:all 0.5s; border-radius: 4px; opacity: 1; background: #DCDCDC; }
.newsA .swiper-container .swiper-pagination .swiper-pagination-bullet-active { width: 67px; background: #999999; }
@media(max-width:1900px){
	.newsA { padding: calc(90px + 6vw) 0 8vw; }
	.newsA-c { width: 40%; right:0; }
	.newsA .swiper-container .swiper-pagination { text-align:left; bottom:22px!important; width: 40%; left:60%; }
	.newsA-b { width: 60%; padding-right: 5vw; }
}
@media(max-width:1100px){
	.newsA { padding: 100px 0 50px; }
	.newsA-c { width: 100%; right:0; float:left; position:relative; top:0; transform:translateY(0); }
	.newsA .swiper-container .swiper-pagination { text-align:left; bottom:15px!important; width: 100%; left:0%; }
	.newsA-b { width: 100%; padding-right: 0; margin-bottom: 20px; }
	.newsA .swiper-container { padding-bottom: 50px; }
	.newsA .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 20px; height: 4px; }
	.newsA .swiper-container .swiper-pagination .swiper-pagination-bullet-active { width: 36px; }
	.newsA .swiper-container .swiper-button-prev { right: 70px; }
}
.newsB { padding: 120px 0; background: #F6F6F6; }
.mainNav a { transition:all 0.5s; margin-right: 12px; float:left; padding: 15px 40px; border: 2px solid #C2C2C2; border-radius:20px; }
.mainNav a.cur,.mainNav a:hover { background: #95091E; border-color:#95091E; color:#fff; }
.newsB-b { right:0; }
.newsB-b .inp { width: 399px; padding-left: 30px; font-size:16px; padding-right: 50px; color:#000; height: 57px;border-radius: 22px;border: 2px solid #DCDCDC; }
.newsB-b form { position: relative; }
.newsB-b .sub { width: 50px; height: 50px; position: absolute; right:12px; top:50%; transform:translateY(-50%); border:none; background: url(../image/fdj.png) no-repeat center; cursor: pointer; font-size:0; }
@media(max-width: 1900px){
	.newsB { padding: 7vw 0; }
}
@media(max-width: 1600px){
	.mainNav a { padding: 10px 30px; }
	.newsB-b .inp { height: 45px; width: 300px; }
	.newsB-b .sub { width: 43px; height: 43px; }
}
@media(max-width: 1300px){
	.mainNav a { padding: 10px 20px; }
	.newsB-b .inp { height: 45px; width: 260px; padding-left: 10px; }
	.newsB-b .sub { width: 43px; height: 43px; }
}
@media(max-width: 1100px){
	.newsB { padding: 60px 0 70px; }
	.newsB-b .inp { width: 300px; padding-left: 12px; height: 52px;border-radius: 18px; }
	.newsB-b .sub { width: 46px; height: 46px; right: 8px; }
	.newsB-b { float:left; margin-top:15px; width: 100%; }
	.mainNav a { margin: 5px 10px 5px 0; }
	.newsB-b .inp { width: 100%; }
}
@media(max-width: 700px){
	.newsB { padding: 40px 0 50px; }
	.newsB-b {  width: 100%; position: relative; top:0; transform:translateY(0); float:left; margin-top:12px;  }
	.newsB-b .inp { width: 100%; padding-left: 12px; font-size:14px; height: 40px;border-radius: 12px; }
	.newsB-b .sub { width: 36px; height: 36px; right: 6px; }
	.mainNav a { padding: 8px 8px; border-radius:12px;  margin: 5px 5px 5px 0;}
}
.newsC ul { display:flex; flex-wrap:wrap; }
.newsC ul li { width: calc(33.333% - 16px); margin-right: 24px; }
.newsC ul li a { display:block; }
.newsC ul li:nth-child(3n) { margin-right:0; }
.page a { margin: 0 5px; transition:all 0.5s; display:inline-block; text-align:center;border: 2px solid #C2C2C2;width: 68px;height: 48px; line-height: 44px;border-radius: 22px; }
.page a.cur,.page a:hover { background: #95091E; border-color:#95091E; color:#fff; }
@media(max-width: 1500px){
	.page a { margin: 0 4px; width: 50px;height: 38px; line-height: 34px;border-radius: 16px; }
	.newsC ul li { width: calc(50% - 8px); margin-right: 16px; }
	.newsC ul li:nth-child(3n) { margin-right:16px; }
	.newsC ul li:nth-child(2n) { margin-right:0; }
}
@media(max-width:1100px){
    .newsC ul li a .con .t{
        font-size: 16px;
    }
}


/*新闻详情*/
.newsDetA { padding:300px 0 140px; }
.newsDetA-d .con p { margin-top:30px; }
.newsDetA-b { width: calc(28% - 100px); }
.newsDetA-d { width: 72%; }
.newsDetA-c { margin-top:14vw; padding-top:30px; border-top:1px solid #e7e7e7; }
.newsDetA-c a.mainQhPrev { margin-right:12px; }
@media(max-width: 1900px){
	.newsDetA { padding:calc(100px + 10vw) 0 8vw; }
	.newsDetA-b { width: calc(30% - 5vw); }
	.newsDetA-d { width: 70%; }
}
@media(max-width: 1100px){
	.newsDetA { padding: 140px 0 70px; }
	.newsDetA-d { width: 100%; }
	.newsDetA-d .con p { margin-top:20px; }
	.newsDetA-c { margin-top: 70px; }
}
@media(max-width: 600px){
	.newsDetA { padding: 100px 0 50px; }
	.newsDetA-d .con p { margin-top:20px; }
	.newsDetA-c { margin-top: 40px; padding-top:20px; }
}
.location { padding: 20px 0; }
.location p,.location p a { color:#999; }
.locationA { padding:0; background: #292929; }
.locationA-a { padding: 20px 0; border-bottom:1px solid #373737; }
.locationA-a p { padding-left: 25px; background: url(../image/locationbg.svg) no-repeat left center; }
@media(max-width: 600px){
	.location { padding: 10px 0; }
	.locationA { padding: 0; }
	.locationA-a { padding: 20px 0; }
}


/*联系我们*/
.contactA { width: 100%; display:flex; }
.contactA-a { float:left; width: 54vw; background: url(../image/contactbg33.jpg) no-repeat right top/cover; }

.contactA-b { float:right; width: 46vw; background: #95091E; padding:290px 10vw 180px 5vw; }
.contactA-d { border:1px solid rgba(255,255,255,0.3); padding: 45px 40px 45px 20px; }
.contactA-e {  padding-left: 50px; position: relative; }
.contactA-e .icon { position: absolute; left:0; top: 50%; transform:translateY(-50%); }
.contactA-f { padding-left:0; position: relative; }
.contactA-f .con{ position: absolute; left:0; top:50%; transform:translateY(-50%); }
.contactA-f .t { position: relative; padding-left: 40px; }
.contactA-g { float:right; }
.contactA-h { padding:20px 40px 20px 20px; }


.contactB-b ul li input{ background: none; border: 2px solid rgba(255,255,255,0.4); height: 60px;font-size: 16px;color: #fff;border-radius: 10px;padding-left: 20px;}
.contactB-b ul li input::-webkit-input-placeholder {color: #fff;}
.contactB-b ul li input::-moz-placeholder {color: #fff;}
.contactB-b ul li input:-moz-placeholder {color: #fff;}
.contactB-b ul li input:-ms-input-placeholder {color: #fff;}
.contactB-b ul li input:hover{border: 2px solid #fff!important;}
.contactB-b ul li textarea{ background: none; border: 2px solid rgba(255,255,255,0.4); height: 120px; padding-top:15px; font-size: 16px;color: #fff;border-radius: 10px;padding-left: 20px;}
.contactB-b ul li textarea::-webkit-input-placeholder {color: #fff;}
.contactB-b ul li textarea::-moz-placeholder {color: #fff;}
.contactB-b ul li textarea:-moz-placeholder {color: #fff;}
.contactB-b ul li textarea:-ms-input-placeholder {color: #fff;}
.contactB-b ul li textarea:hover{border: 2px solid #fff!important;}

.contactB-b button { cursor: pointer; width: 100%; height: 70px; border:none; background: #fff; color:#95091E; } 

.contactB { margin-top: 160px; }


@media(max-width: 1900px){
	.contactA-d { padding: 2.5vw 2vw 2.5vw 20px; }
	.contactA-b { padding:calc(100px + 10vw) 10vw 10vw 5vw; }
	.contactB { margin-top: 8vw; }
}
@media(max-width: 1500px){
	.contactA-b { padding:calc(100px + 10vw) 8vw 10vw 4vw; }
	.contactA-g img { width: 100px; }
	.contactA-g { width: 110px; }
	.contactA-d { padding: 20px 16px 20px; }
	.contactB-b ul li input{ height: 50px;font-size: 16px; }
	.contactB-b ul li textarea{ height: 100px; padding-top:15px; font-size: 16px; }
	.contactB-b button { cursor: pointer; width: 100%; height: 50px; border:none; background: #fff; color:#95091E; } 
}
@media(max-width: 1100px){
	.contactA-b { padding:calc(100px + 10vw) 4vw 60px 4vw; }
	.contactB { margin-top: 60px; }
	.contactA-b,.contactA-a { width: 100%; }
}
@media(max-width: 600px){
	.contactA-b { padding: 100px 4vw 50px 4vw; }
}
@media(max-width: 380px){
	.contactA-g img { width: 80px; }
	.contactA-g { width: 90px; }
	.contactA-g .t2 { margin-top:2px; }
	.contactB { margin-top: 40px; }
}


/* 指南 */

.guide { z-index: 99; position: fixed; left: 30px; top:50%; transform:translateY(-50%); }
.guide .guideFix { position: relative; }
.guide ul li.cur a { color:#95091E; }
.guide .LoutiNavPro li:nth-child(1).cur a,.guide .LoutiNavHis li:last-child.cur a { color:#999; }
.guide ul li.active a,.guide ul li:hover a { color:#333; }


.guide.colorWhite  ul li a,.guide.colorWhite ul li a { color:rgba(255,255,255,0.6); }
.guide.colorWhite  ul li.active a,.guide.colorWhite ul li:hover a { color:#fff; }
.guide.colorWhite .guideFix:before { background: rgba(255,255,255,0.6); }
.guide.colorWhite .guideFix:after { background: #fff; }

.guide ul li a { line-height: 1.5; }
.guide ul li { padding-left: 20px; }
.guide ul li:nth-child(n+2) { margin-top:20px; }
.guide .guideFix:before { content:''; width: 6px; position: absolute; left:0; top:0; height: 100%; border-radius: 10px;background: #DCDCDC; }
.guide .guideFix:after { content:''; z-index: 5; transition:all 0.3s; width: 6px; position: absolute; left:0; top:0; height: 0; border-radius: 10px;background: #95091E; }
.guide1 .guideFix:after { height: 60px; }
.guide2 .guideFix:after { height: 100px; }
.guide3 .guideFix:after { height: 150px; }
.guide4 .guideFix:after { height: 190px; }
.guide5 .guideFix:after { height: 200px; }
.guide6 .guideFix:after { height: 280px; }
.guide7 .guideFix:after { height: 320px; }
.guide8 .guideFix:after { height: 380px; }
.guide9 .guideFix:after { height: 420px; }

.guide .guideFix .icon { width: 27px;height: 24px; background: url(../image/icon2.png) no-repeat center/cover; position: absolute; top:-2px; left: -11px; transition:all 0.3s;z-index: 10; }
.guide0 .guideFix .icon { top:-2px; }	
.guide1 .guideFix .icon { top:42px; }	
.guide2 .guideFix .icon { top:86px; }	
.guide3 .guideFix .icon { top:130px; }	
.guide4 .guideFix .icon { top:175px; }	
.guide5 .guideFix .icon { top:183px; }	
.guide6 .guideFix .icon { top:265px; }	


.guide5 { opacity: 0; }

.guideA .louceng { background: rgba(216, 216, 216, 0.2); }
.guideA .louceng:nth-child(2n) { background: #fff; }
.guideB { padding: 0 0 0 10vw; position: absolute; top:54%; transform:translateY(-50%); width: 100%; }
.bgRed { background: #95091E!important; }
.guideB-c .mainQh { float:left; position:relative; margin-top: 0; left:auto; right:auto; }
.guideB-c .mainQhPrev { margin-right: 12px; }
.guideB-c .mainQh { background-color: #95091E; opacity: 0.8; transition:all 0.5s; border-color:#95091E; }
.guideB-c .mainQh:hover { opacity: 1; }
.guideB-d { float:right; width: 76%; }

@media(max-width: 1900px){
	.guideB { padding: 0 0 0 10vw; }
}
@media(max-width: 1500px){
	.guideB { padding: 0 0 0 8vw; }
	.guide ul li a { font-size:14px; }
	.guide { left: 20px; }
}
@media(max-width: 1300px){
	.guide ul li a { font-size:12px; }
	.guide { left: 10px; }
}
@media(max-width: 1100px){
	.guideB { padding:0 5vw 0; }
	.guideB-d { width: 100%; margin-top: 30px; }
	.guide { display:none!important; }
	.guideB-c { position: absolute; right:0; bottom:0; }
}
@media(max-width: 600px){
	.guideB { padding:0 5vw 0; }
}


.guideC { padding-left:0!important; background: #95091E; }
.guideC-b { position: absolute; right:0; top:50%; transform:translateY(-50%); }

.guideC-d { padding:50px; }
.guideC-d .img { position: relative; width: 100%; height: 20vw; }
.guideC-d .img img { position: absolute; left:50%; top:50%; transform:translate(-50%, -50%); width:auto!important; height: 200px; }
.guideC-d .t { margin-top: 2vw; min-height:44px; height: 62px; }
.guideC-c,.guideC-c .swiper-container { position: relative; }
.guideC-c .mainQhPrev { left: -65px;  height: 50px!important; width: 65px!important; }
.guideC-c .mainQhNext { right: -65px; height: 50px!important;  width: 65px!important; }
.guideC-c .mainQhNext:hover,.guideC-c .mainQhPrev:hover { background-color: rgba(255,255,255,0.5); }
.guideC .guideC-e { width: 100%; margin-left:auto; margin-right:auto; }
.guideC .guideC-e .swiper-pagination { 
    width: 150px !important; 
    position: absolute;
    left: 50%;
    transform: translateX(-50%) !important;
    
}
@media(max-width: 1900px){
	.guideC-d { padding:2.6vw; }
}
@media(max-width: 1500px){
	
	.guideC-d .img { height: 18vw; }
	.guideC-d { padding:2vw; }
}
@media(max-width: 1100px){
	.guideC-d { padding: 20px; }
	.guideC-d .img { height: 45vw; }
	.guideC-c .mainQhPrev { left: 15px;  height: 50px!important; width: 40px!important; background-color: rgba(231,31,26,0.6); }
	.guideC-c .mainQhNext { right: 15px; height: 50px!important;  width: 40px!important; background-color: rgba(231,31,26,0.6); }
	.guideC-c .mainQhNext:hover,.guideC-c .mainQhPrev:hover { background-color: rgba(231,31,26,1); }
	.guideC { padding:0; }

	.guideC-d .t { height: auto; }
}
@media(max-width: 600px){
	.guideC-d .img { height: 70vw; }
	.guideC-d .img img { width:auto!important; height: 220px; }
}
@media(max-width: 400px){
	.guideC-d .t { margin-top: 20px; }
}

.guideC-e { width: 100%; height: 60px; }
.guideC-e .swiper-pagination { height: 3px; width: calc(100% - 170px)!important; border-radius: 50px; overflow: hidden; background: rgba(255,255,255,0.5); top: 50%!important; transform: translateY(-50%)!important; }
.guideC-e .swiper-pagination .swiper-pagination-progressbar-fill { background: #ffffff; }
.guideC-e .swiper-button-prev { left:auto; right: 78px; }
.guideC-e .swiper-button-next { right:0; }
.guideC-e .swiper-button-prev:hover { border-color:#fff; }
.guideC-e .swiper-button-next:hover {  border-color:#fff; }
.guideC-e .mainQh { margin-top:0; transform:translateY(-50%); }
@media(max-width:1500px) {
	/*.guideC-e .swiper-button-prev { right: 60px; }*/
	/*.guideC-e .swiper-pagination { width: calc(100% - 120px)!important; }*/
}
@media(max-width: 1100px) {
	.guideC-e { width: 100%; height: 42px; }
	.guideC-e .swiper-button-prev { right: 50px; }
	.guideC-e .swiper-pagination { width: calc(100% - 145px)!important; }
}


/*菜单详情*/
.guideDet { min-height: 100vh; }
.guideDetA { position: absolute; width: 100%; left:0; top:50%; transform:translateY(-50%); }
.guideDetA-b { width: 50%; }
.guideDetA-c { margin-top: 150px; width: 70%; }
.borderEEE { border:1px solid #eee; }
.guideDetA-c a,.guideDetA-f { padding:50px 45px; display:block; position: relative; }
.guideDetA-d .t { position: absolute; left: 35px; padding: 0 10px; line-height: 1; transform:translateY(-50%); background: #fff; }
.guideDetA-e { padding-left:120px; }
.guideDetA-e .pic { width: 96px; position: absolute; left:0; top:50%; transform:translateY(-50%); }
.guideDetA-c .tt span { display:inline-block; padding-right: 30px; background: url(../image/share.png) no-repeat right center; }
.guideDetB { position: absolute;  width: 27vw; right: 10vw; }
.guideDetAFix .guideDetB { position: fixed; top: 55%; height:calc(100vh - 15vw); transform:translateY(-50%); }

.guideDetB .img { max-height: calc(100vh - 15vw); overflow: hidden; }

.guideDetB { position: absolute; top:auto; bottom:0; transform:translateY(0); }
.guideDetB .swiper-container {  }
.guideDetB .swiper-pagination { bottom:30px!important; }
.guideDetB .swiper-pagination .swiper-pagination-bullet { margin: 0 10px!important; cursor: pointer; width: 16px; height: 16px; background: #fff; }
.guideDetC { padding:0px 0 150px; }
.guideDetC-a { width: 55%; }
.guideDetC-b .pic { padding:30px 36px; width: 168px; margin:0 auto; }
.guideDetC-c { width: 100%; margin-top: 60px; min-height: 300px;padding: 10px;}
.guideDetC-d ul li { vertical-align:top; margin: 0 10px; display:inline-block; }
.guideDetD-a ul li { position: relative; padding-left:40px; }
.guideDetD-a ul li .num { position: absolute; left:0; top:0; width: 26px; height: 26px;background: #95091E;border-radius: 20px; font-size:14px;color:#fff; text-align:center; line-height: 26px; }
.guideDetD-a .cc { line-height: 26px; }
.guideDetD-a ul li:nth-child(n+2) { margin-top:10px; }

@media(max-width: 1900px){
	.guideDetA-c { margin-top: 7vw; }
	.guideDetC { padding:0px 0 8vw; }
}
@media(max-width: 1500px){
	.guideDetA-c a,.guideDetA-f { padding: 40px 35px; }
	.guideDetA-d .t { left: 25px; }
	.guideDetC-b .pic { padding: 20px 25px; }
	.guideDetA-e { padding-left:110px; }
	.guideDetA-e .pic { width: 85px; }
	.guideDetB .swiper-pagination { bottom:15px!important; }
	.guideDetB .swiper-pagination .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 5px; }
}
@media(max-width: 1100px){
	.guideDetB,.guideDetAFix .guideDetB { position: relative; top: auto; transform:translate(0); bottom: auto; right:auto; left:auto;width: 100%; height: auto; padding: 0 5vw; margin-top: 30px; }
	.guideDetA-b,.guideDetA-c,.guideDetC-a { width: 100%; }
	.guideDet { height: auto; min-height:10px; padding: 100px 0 50px; }
	.guideDetA { position: relative; top:0; transform:translateY(0); }
	.guideDetC-d ul li { float:left; margin-left:0; margin-right: 10px; margin-bottom:20px; }
	.guideDetC { padding:0px 0 60px; }
}
@media(max-width: 600px){
	.guideDet { height: auto; min-height:10px; padding: 100px 0 30px; }
	.guideDetB,.guideDetAFix .guideDetB { margin-top: 20px; }
	.guideDetA-c a, .guideDetA-f { padding:30px 16px; }
	.guideDetA-e { padding-left: 100px; }
	.guideDetC-b .pic { padding: 15px 15px; }
	.guideDetC { padding:0px 0 50px; }
}


.bgHui { background: rgba(216, 216, 216, 0.2); }
.guideDetE { padding: 140px 0 150px; }
.guideDetE-d { padding-bottom: 10px; }
.guideDetE-d .tt { display:inline-block; padding-right: 60px; position: relative; overflow: visible; }
.guideDetE-d .t .mainQh { width: 52px!important; border-radius: 20px; height: 48px!important; position: absolute; top: 50%; transform:translateY(-50%); right: 0; }
.guideDetE-d .t .mainQh3 { background: url(../image/share.png) no-repeat center rgba(255,255,255,1); }
.guideDetE-d:hover .t .mainQh3 { background: url(../image/share2.png) no-repeat center #95091E; border-color:#95091E; }

@media(max-width: 1900px){
	.guideDetE { padding: 7.5vw 0 8vw; }
}
@media(max-width: 1600px){
	.guideDetE-d .tt { padding-right: 50px; }
	.guideDetE-d .t .mainQh { width: 42px!important; border-radius: 18px; height: 40px!important; }
}
@media(max-width: 1100px){
	.guideDetE { padding: 50px 0 60px; }
}
@media(max-width: 600px){
	.guideDetE { padding: 40px 0 50px; }
}


/*一颗大家族*/
.aboutA { padding-top:150px; }
.aboutB-a { position: relative; }
.aboutB-a .more { margin-top: 140px; }
.aboutB-b { position: absolute; width: 100%; left:0; bottom: 60px; padding:0 80px; }
.aboutB-a .more a { margin-right: 10px; }
.aboutB-a .img { overflow: hidden; }
.aboutB-a .img img { transition:all 0.5s; }
.aboutB-a:hover .img img { transform:scale(1.05); }
.aboutB .swiper-container  { overflow: hidden; position: relative; }
.aboutB .swiper-container .swiper-pagination { width: 13px; position: absolute; left:auto; right:50px; position: absolute; top:50%; transform:translateY(-50%); bottom:auto; }
.aboutB .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 13px; height: 13px; transition:all 0.5s; background: #fff; border-radius:10px; margin: 5px 0; opacity: 1; }
.aboutB .swiper-container .swiper-pagination .swiper-pagination-bullet-active { background: #95091E; }

.product .louceng { background: #fff; }

.aboutC { margin-top: 160px; }
.aboutD .img { position: relative; }
.aboutD .img:before { content:''; width: 100%; height: 100%; position: absolute; left:0; top:0; background: rgba(0,0,0,0.2); z-index: 1; }
.aboutD-a { z-index: 5; position: absolute; left:0; top:50%; transform:translateY(-50%); width: 100%; }


@media(max-width: 1900px){
	.aboutC { margin-top: 8vw; }
	.aboutA { padding-top: 8vw; }
	.aboutB-a .more { margin-top: 7vw; }
	.aboutB-b { bottom: 3.5vw; padding:0 4vw; }
	.aboutB .swiper-container .swiper-pagination { right: 3vw; }
}
@media(max-width: 1100px){
	.aboutC { margin-top: 70px; }
	.aboutA { padding-top: 70px; }
	.aboutB-a .more { margin-top: 60px; }
	.aboutB .swiper-container .swiper-pagination { width: 8px; }
	.aboutB .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 8px; height: 8px; }
	.aboutB-b { top: 15vw; bottom:auto; }
	.aboutB-a .borderRadius30 { border-radius: 5.5vw; }
	.aboutA .aboutA-a .t2{
	    display: none;
	}
}
@media(max-width: 400px){
	.aboutC { margin-top: 50px; }
	.aboutA { padding-top: 50px; }
	.aboutB-a .more { margin-top: 40px; }
	.aboutB-a .more a { margin-right: 5px; }
	.aboutB-a .more a:nth-child(2) { margin-right: 0px; }
	.aboutB .swiper-container .swiper-pagination { right: 15px; margin: 3px 0; }
}
.product .img,.img,.newsA-b a { overflow: hidden; }
.product .img img,.img img,.newsA-b img,.guideDetE-d img { transition:all 0.5s; }
.aboutB-a:hover .img img,.proDetA-c:hover img,.homeD .img:hover img,.homeBoxF-c .img:hover img,
.storyD-b ul li:hover .img img,
.newsC ul li:hover .img img,
.storyE-c .img:hover img,
.newsA-b:hover a img,
.guideDetE-d:hover img,
.aboutD:hover .img img { transform:scale(1.05); }


/*产品详情页*/


.proDetA { padding:160px 0; }
.proDetA-c { width: 54%; }
.proDetA-b { width: calc(46% - 100px); left:0;  }
.proDetA-b ul { border-top:1px solid #ddd; }
.proDetA-b ul li { border-bottom: 1px solid #ddd; padding:20px 0; }
.proDetA-b span.tt { display:inline-block; font-size:16px;color:#fff; background: #95091E; padding: 10px 16px; border-radius: 50px; }
.proDetA-b .c { margin-top:10px; }
.proDetB-c { position: absolute; width: 100%; left:0; top:40%; transform:translateY(-50%); }
.proDetA-b .c { display:inline-block; padding-right: 26px; position: relative; }
.proDetA-b .c .imgA { cursor: pointer; position: absolute; top:0; right:0; }
.proDetA-f { position: absolute;left: -40px;bottom:0px; padding-bottom: 40px; opacity: 0; z-index: -1; transition:all 0.5s; }
.proDetA-g { width: 365px; padding: 30px; border-radius: 20px; background: #FFFFFF;box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);}
.proDetA-b .c .imgA:hover .proDetA-f { z-index: 5; opacity: 1; }
.proDetB-a .swiper-container .swiper-pagination { width: 13px; position: absolute; left:auto; right:50px; position: absolute; top:50%; transform:translateY(-50%); bottom:auto; }
.proDetB-a .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 13px; height: 13px; transition:all 0.5s; background: #fff; border-radius:10px; margin: 5px 0; opacity: 1; }
.proDetB-a .swiper-container .swiper-pagination .swiper-pagination-bullet-active { background: #95091E; }

@media(max-width: 1900px){
	.proDetB-a .swiper-container .swiper-pagination { right: 3vw; }
	.proDetA-g { padding: 1.6vw; }
}
@media(max-width: 1100px){
	.proDetB-a .swiper-container .swiper-pagination { width: 8px; }
	.proDetB-a .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 8px; height: 8px; }
	.proDetA-g { padding: 20px 16px; }
	.proDetA-f { position: absolute;left: -30px;padding-bottom: 30px; }
}
@media(max-width: 800px){
	.proDetB-c { position: relative; top:0; transform:translateY(0); padding: 20px 0 30px; }

	.proDetB-c .colorWhite { color:#333!important; }
	.proDetB-c .mainMore { background: none; color: #333333; border-color: #C2C2C2; }
	.proDetB-c .mainMore i { padding-right: 20px; background: url(../image/mainnext4.svg) no-repeat right center; }
	.proDetB-c .mainMore:hover i { background: url(../image/mainnext4bg.svg) no-repeat right center; }
	.proDetB-c .mainMore:hover { border-color:#95091E; }
	.proDetB-c .mainMore:hover { background: #95091E; color:#fff; }

}
@media(max-width: 400px){
	.proDetB-a .swiper-container .swiper-pagination { right: 15px; margin: 3px 0; }
}
@media(max-width: 1900px){
	.proDetA { padding: 8vw 0; }
}
@media(max-width: 1700px){
	.proDetA-b ul li { padding:15px 0; }
	.proDetA-b span.tt { padding: 8px 15px; font-size:14px; }
}
@media(max-width: 1400px){
	.proDetA-b ul li { padding:12px 0; }
	.proDetA-b span.tt { padding: 5px 15px; font-size:14px; }
}
@media(max-width: 1100px){
	.proDetA { padding: 60px 0 70px; }
	.proDetA-c { width: 100%; margin-top:30px; }
	.proDetA-b { width: 100%; float:left; }

	.proDetA-b .c .imgA:hover .proDetA-f { right:0; left: auto; width: 80vw; max-width: 400px; }
	.proDetA-g { width: 100%; }

}
@media(max-width: 600px){
	.proDetA { padding: 40px 0 50px; }
	.proDetA-c { width: 100%; margin-top:20px; }
}


.proDetE { background: #eee; }
.proDetE-d p { display:inline-block;background: #FFFFFF;border-radius: 22px; padding: 28px 120px; }
.proDetE-d p span { padding-left: 26px; font-size:20px; color:#5e5e5e; display:inline-block; vertical-align:top; }
.proDetE-d p span.sign1 { background: url(../image/circlered.svg) no-repeat left center; }
.proDetE-d p span.sign2 { margin-left:50px; background: url(../image/circleblue.svg) no-repeat left center; }

@media(max-width: 1500px){
	.proDetE-d p { padding: 20px 6vw; }
	.proDetE-d p span.sign2 { margin-left:3vw; }
	.proDetE-d p span { font-size: 18px; }
}
@media(max-width: 600px){
	.proDetE-d p { padding: 15 30; }
	.proDetE-d p span.sign2 { margin-left: 20px; }
	.proDetE-d p span { font-size: 16px; }
}

/*故事*/
.storyA-c .con { max-width:850px; text-align:justify; margin: 0 auto; }
.storyA-c .con p:nth-child(n+2) { margin-top:15px; }
.storyA-a { padding: 0 5vw; }
.storyC { padding:12vw 0 13vw; min-height: 100vh; }
.storyC-b { float:right; width: 520px;}
.storyC-b .con p:nth-child(n+2) { margin-top:15px; }	
@media(max-width: 1900px){
	.storyC-b { width: 32%;}
	.storyA-a .top img { height:4.6vw; width: auto; }
}
@media(max-width: 1500px){
	.storyC { padding: 10vw 0 11vw; }
}
@media(max-width: 1400px){
	.storyC { padding: 8vw 0 9vw; }
}
@media(max-width: 1100px){
	.storyC { position: relative; }
	.storyC:after { content:''; width: 100%; height: 100%; background: rgba(0,0,0,0.3); position: absolute; left:0; top:0; }
	.storyC-b { width: 100%; position: relative; z-index: 5; }
	.storyC-b .t1,.storyC-b .con { color:#fff; }
	.storyA-a .top img { height: 60px; width: auto; }
}
@media(max-width: 600px){
	.storyA-a .top img { height: 40px; width: auto; }
}


.storyD { background: #EEE; }
.storyD-b ul li:before { content:''; width: 100%; height: 100%; z-index: 2; position: absolute; left:0; top:0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 34%, rgba(0,0,0,0.3) 100%); }
.storyD-b ul li { float:left; width: calc(33.333% - 14px); margin-right: 21px; }
.storyD-b ul li:nth-child(3n) { margin-right:0; }
.storyD-c { z-index: 5; width: 100%; position: absolute; left:0; bottom: 50px; }
.storyD-c .con { min-height: 120px; }

@media(max-width: 1900px){
	.storyD-c { bottom: 2vw; }
	.storyD-c .icon img { height: 4.5vw; width: auto; }
	.storyD-c .con { min-height: 6.5vw; }
}
@media(max-width: 800px){
	.storyD-b ul li { width: 100%; margin-right:0; }
	.storyD-b ul li:nth-child(n+2) { margin-top: 20px; }
	.storyD-c { bottom: 20px; }
	.storyD-c .icon img { height: 60px; width: auto; }
	.storyD-c .con { min-height: 10px; }
}


.storyE { padding: 150px 0; }
.storyG { position: absolute; left:0; top:0; width: 100%; }
.storyE-a1 { opacity: 0; }

.storyE-b { width: calc(45% - 80px); float:left; }
.storyE-c { float:right; width: 55%; }
.storyF-a { width: 100%; }

.storyE-c .swiper-container .swiper-pagination { width: 100%; position: absolute; left:0; bottom:30px; }
.storyE-c .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 13px; height: 13px; transition:all 0.5s; background: #fff; border-radius:10px; margin: 0 10px; opacity: 1; }
.storyE-c .swiper-container .swiper-pagination .swiper-pagination-bullet-active { background: #95091E; }

.storyF-a dl dd { position: relative; padding-left:140px; }
.storyF-a dl dd .t { position: absolute; left:0; top:0; }
.storyF-a dl dd:nth-child(n+2) { margin-top: 30px; }
.storyF-a dl dd .font18 { font-size: 16px; }

.storyE-b .con { padding-right: 15px; max-height: 21vw; /*overflow-y:scroll;*/ }
.storyE-b .con{
	scrollbar-color:  rgba(0,0,0,0.3) rgba(0,0,0,0.5); 
	scrollbar-width: thin; 
	-ms-overflow-style:none; 
}
.storyE-b .con::-webkit-scrollbar { 
	width: 3px; 
	height: 1px;
}
.storyE-b .con::-webkit-scrollbar-thumb { 
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
	background: rgba(0,0,0,0.3);
}
.storyE-b .con::-webkit-scrollbar-track { 
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
	border-radius: 3px;
	background: rgba(0,0,0,0.3);
}


@media(max-width:1900px){
	.storyE { padding: 8vw 0; }
	.storyE-b { width: calc(45% - 4vw); }
}
@media(max-width:1500px){
	.storyF-a dl dd .font18 { font-size: 14px; }
	.storyE-c .swiper-container .swiper-pagination { bottom: 20px; }
	.storyE-c .swiper-container .swiper-pagination .swiper-pagination-bullet { margin: 0 6px; }
	.storyF-a dl dd:nth-child(n+2) { margin-top: 20px; }
	.storyF-a dl dd { position: relative; padding-left:120px; }
}
@media(max-width:1400px){
	.manasnz { padding:6vw 0; }
	.storyE-b { width: calc(55% - 4vw); }
	.storyE-c { width:45%; }
	.storyF-a dl dd:nth-child(n+2) { margin-top: 10px; }
	.storyH-a { padding: 1.3vw 0; }
	.storyE-b .con { max-height: 16vw; }
}
@media(max-width:1100px){
	.storyE { padding: 60px 0 70px; }
	.storyE-b { width: 100%; float:left; }
	.storyE-c { float:right; margin-top:20px; width: 100%; }
	.storyF-a dl dd:nth-child(n+2) { margin-top: 15px; }
	.storyE-b .con { min-height: 1000000000vh; padding-right:0; }
}
@media(max-width: 600px){
	.storyE { padding: 40px 0 50px; }
	.storyF-a dl dd { position: relative; padding-left:0; }
	.storyF-a dl dd .t { position: relative; margin-bottom:0px; left:0; top:0; }
}




.guideC-b a { margin-left:10px; }
.guideC-b a:hover,.guideC-b .cur { background: #fff; color:#95091E; }

/*产品详情页BANNER*/
.proDetF { padding: 5vw 0 5vw; background: #95091E; }
.header .signLogo .red { display:none; }
.header .signLogo .white { display:block; }
.proDetF-a .img { width: 60%;  }
.proDetF-b { position: absolute; width: 38%; left: 10vw; top:50%; transform:translateY(-50%); }
.proDetF-c ul li { float:left; width: 36%; position: relative; padding-left: 25px; background: url(../image/deticon.png) no-repeat left center; }
.proDetF-d dl dd { float:left; padding:20px 30px; border:1px solid rgba(255,255,255,0.3); margin-right: 20px; }
.proDetF-c ul li.w100 { width: 100%; }
@media(max-width: 1500px){
	.proDetF-b { left: 8vw; }
	.proDetF-c ul li { width: 40%; }
	.proDetF-d dl dd { padding:18px 24px; }
}
@media(max-width: 1100px){
	.proDetF { padding-top:0; }
	.proDetF-b { left: 0; width: 100%; position: relative; top:0; transform:translateY(0); float:left; padding: 100px 5vw 0; }
	.proDetF-a .img { width: 100%; }
	.proDetF-d dl dd { padding:15px 20px; margin-right:10px; }
}
@media(max-width: 600px){
	.proDetF-c ul li { width: 50%; }
	.proDetF-c ul li { font-size: 16px; }
	.guideC-b { position: relative; width: 100%; top:auto; transform: translateY(0); margin-top:20px; text-align: right; } 
	.guideC-b a { text-align: center; }
}
@media(max-width: 400px){
	/*.proDetF-d dl dd { width: 100%; margin: 0 0 10px 0; }*/
	.proDetF-d dl dd { padding: 12px 10px; width: calc(50% - 5px); margin-right: 10px; }
	.proDetF-d dl dd:nth-child(2n) { margin-right:0; }
	.proDetF-d dl dd .font32 { font-size: 14px; }
}


.header .logo img { height:50px; width: auto; }

/*首页*/
.homeA { padding:150px 0; }
.homeA-c .Lanmu { position: absolute; top: 4vw; left:0; width: 100%; padding: 0 80px; }
.homeA-d { bottom:auto; top:50%; transform:translateY(-50%); }
.homeB { width: 840px; position: absolute; right: 20px; bottom:25px; }
.homeB-a img { width: auto; max-height: 80px; }
.homeB-a { cursor: pointer; padding:30px 5px 15px; transition:all 0.5s; background: rgba(255,255,255,0.5); backdrop-filter: blur(20px); }
.homeB .swiper-slide-thumb-active .homeB-a { background: #fff; backdrop-filter: blur(0); }
.homeA .aboutB .swiper-container .swiper-pagination { display:none; }
.homeC { width: 550px; }
.homeB-a .t { margin-top:8px; }
.homeG .mainQh { display:none; }
.homeG .mainQhPrev  {
    left: -6.33333vw;
}
.homeG .mainQhNext {
    right: -6.33333vw;
}
.homeG .mainQhNext {
    border: 2px solid #e7141a;
    background: url(../image/mainnext.png) no-repeat center #e7141a;
}
.homeG .mainQhPrev {
    border: 2px solid #e7141a;
    background: url(../image/mainprev.png) no-repeat center #e7141a;
}
.homeG .swiper-pagination { width:100% !important; background:rgba(0,0,0,.3) !important; }
.homeG .swiper-pagination .swiper-pagination-progressbar-fill { background:#e7141a; }


@media(max-width: 1900px){
	.homeA { padding: 8vw 0; }
	.homeA-c .Lanmu { padding: 0 4vw; }
	.homeA-a img { height: 4vw; }
	.homeD-a img { height: 8vw; }
}
@media(max-width: 1700px){
	.homeB-a { cursor: pointer; padding:20px 5px 15px; }
	.homeB-a img { width: auto; max-height: 60px; }
	.homeB-a .t { font-size: 14px; }
	.homeB { width: 700px; }
	.homeC { width: 460px; }
}
@media(max-width: 1500px){
	.homeB-a { cursor: pointer; padding:10px 0 10px; }
	.homeB-a img { width: auto; max-height: 40px; }
	.homeB-a .t { font-size: 12px; margin-top: 3px; }
	/*.homeB { width: 400px; }*/
	/*.homeC { width: 200px; }*/
	.homeG .mainQh { display:block; }
}
@media(max-width: 1100px){
	.homeB,.homeA-c .Lanmu { display:none; }
	.homeA .aboutB .swiper-container .swiper-pagination,.aboutB .swiper-container .swiper-pagination { display:block; width: 100%; left:0; right:aut0; top: auto; transform:translateY(0); bottom: 20px; }
	.aboutB .swiper-container .swiper-pagination .swiper-pagination-bullet,.aboutB .swiper-container .swiper-pagination .swiper-pagination-bullet { margin: 0 5px; }
	.homeA-a img { height: 40px; }
	.homeD-a img { height: 80px; }
	.homeA { padding: 50px 0 60px; }
	.homeA-d { top: 15vw; transform:translateY(0); }
	.homeG .mainQh { display:none; }
}
@media(max-width: 600px){
	.homeA { padding: 40px 0 50px; }
}
.homeD,.homeD-c { background: #f7f7f7; }
.homeD-b .con { max-width:880px; margin: 0 auto; }
.homeE-a { z-index: 5; position: absolute; left:0; top:1vw; }
.homeE-a .topLogo img { height: 50px; width: auto; }
.homeE-e { position: absolute; left:0; bottom:0; width: 32%; }
.homeE-d { width: 68%; min-height: 55vw; }
.homeE-d ul { display:flex; flex-wrap:wrap; }
.homeE-d ul li { float:left; width: calc(33.333% - 20px); margin-left: 20px; }
.homeE-d ul li:nth-child(n+5) { margin-top:30px; }
.homeE-d ul li .t,.homeE-g .t { max-width:220px; line-height: 24px; min-height:48px; }
.homeE-d .like,.homeE-g .like { cursor: pointer; display:inline-block; padding-left:22px; background: url(../image/like.png) no-repeat left center; }
.homeE-d .like.cur,.homeE-g .like.cur { background: url(../image/likebg.png) no-repeat left center; }
@media(max-width: 1500px){
	.homeE-d ul li:nth-child(n+5) { margin-top:20px; }
}
.homeE-a .tabTit { overflow: hidden; border:2px solid rgba(120,120,120,0.3); border-radius:30px; }
.homeE-a .tabTit span { cursor: pointer; border-radius: 30px; overflow: hidden; position: relative; float:left; }
.homeE-a .tabTit span i { border-radius:50px; overflow: hidden; position: relative; float:left; padding: 15px 15px; }
.homeE-a .tabTit span.cur i { background: #e7141a; border-color:#e7141a; z-index: 5; color:#fff; }
/*.homeE-a .tabTit span:nth-child(1) { border-top-right-radius:0; border-bottom-right-radius:0; border-right:none; }
.homeE-a .tabTit span:nth-child(n+2) { border-top-right-radius:0; border-bottom-right-radius:0; border-left:none; }
*/
/*.homeE-a .tabTit span:after { opacity: 0; transition:all 0.5s; content:''; width: calc(100% + 4px); height:calc(100% + 4px); position: absolute; left:-2px; top:-2px; background: #e7141a; }
.homeE-a .tabTit span.cur:after,.homeE-a .tabTit span:hover:after { opacity: 1; }*/
@media(max-width: 1500px){
	.homeE-a .tabTit span { font-size:14px; }
	.homeE-a .tabTit span i { padding:12px; }
}
@media(max-width: 1270px){
	.homeE-a .tabTit span { font-size:13px; }
	.homeE-a .tabTit span i { padding:10px; }
}
@media(max-width: 1100px){
    .homeE-a .t{
        font-size: 30px;
    }
    .homeA .homeE .homeE-a .topLogo{
        display: none;
    }
    .homeA .homeE .homeE-a{
        width: 100%;
        text-align: center;
    }
	.homeE-a { position: relative; top:auto; float:left; }
	.homeE-a .tabTit span { font-size:14px; }
	.homeE-a .tabTit span i { padding:12px 16px; }
	.homeE-e { display:none; }
	.homeE-b { float:left; width: 100%; margin-top:30px; }
	.homeE-d { width: 100%; min-height:10px; }
	.homeE-d ul li { width: calc(50% - 10px); margin:0 20px 0 0; }
	.homeE-d ul li:nth-child(2n) { margin-right:0; }
	.homeE-d ul li:nth-child(n+3) { margin-top:30px; }
	.homeE-d ul li:last-child { display:none; }
}
@media(max-width: 500px){
	.homeE-d ul li { width: calc(50% - 6px); margin:0 12px 0 0; }
	.homeE-d ul li:nth-child(n+3) { margin-top:20px; }
	.homeE-b { float:left; width: 100%; margin-top:20px; }
	.homeE-a .tabTit span { font-size:13px; }
	.homeE-a .tabTit span i { padding:10px; }
}





.homeBoxF-b { margin-top: 50px; }
.homeBoxF-c { float: left; width: 49%;}
.homeBoxF-c .img { position: relative;  }
.homeBoxF-c .img:after { content:''; width: 100%; height: 100%; position: absolute; left:0; top:0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0,0,0,0.3) 100%); }
.homeBoxF-c a { display: block; position: relative; }
.homeBoxF-c .con { position: absolute; left:0; bottom: 30px; padding: 0 26px; }
.homeBoxF-c .con .t { }
.homeBoxF-c .con .d { margin-top:6px; }
.homeBoxF-c,.homeBoxF-d,.homeBoxF-d .swiper-container { height: 25vw; }

.homeBoxF-d { padding:1.6vw; width: 49%; float: right; background: #f6f6f6; }
.homeBoxF-d ul li { height: 5.5vw; position: relative; border-bottom:1px solid #ededed; }
.homeBoxF-d ul li a { display: block; position: absolute; left:0; top:50%; transform:translateY(-50%); }
.homeBoxF-d ul li .t { height: 30px; overflow: hidden; line-height: 30px; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; }
.homeBoxF-d ul li .t:hover { color:#95091E; }
.homeBoxF-d ul li:last-child a { border:none; }

.homeBoxF-d .mainQh { background-color: rgba(0,0,0,0); top: auto; transform:translateY(0); margin-top:0; bottom:2.3vw; }
.homeBoxF-d .swiper-button-next { left: calc(1.6vw + 80px); }
.homeBoxF-d .swiper-button-prev { left: 1.6vw; }


.homeBoxF-d { position: relative; }
.homeBoxF-d a.mainMore { z-index: 10; position: absolute; right:1.6vw; bottom:2.3vw ;}

@media(max-width: 1700px){
	.homeBoxF-b { margin-top: 40px; }
	.homeBoxF-d ul li a { padding:0.8vw 0; }
	.homeBoxF-d ul li .d { margin-top: 2px; }
}
@media(max-width: 1500px){
	.homeBoxF-b { margin-top: 30px; }
	.homeBoxF-d ul li a { padding:0.8vw 0; }
	.homeBoxF-c,.homeBoxF-d,.homeBoxF-d .swiper-container { height: 27vw; }
	.homeBoxF-d a.mainMore { padding:12px 30px; }
	.homeBoxF-d ul li { height: 6vw; }
	.homeBoxF-d .mainQh,.homeBoxF-d a.mainMore { bottom:1.8vw; }
	.homeBoxF-c .con { padding: 0 1.6vw; bottom: 20px; }
}
@media(max-width: 1280px){
	/*.homeBoxF-c,.homeBoxF-d,.homeBoxF-d .swiper-container { height: 35.4vw; }*/
}
@media(max-width: 1100px){
	.homeBoxF-b { margin-top: 20px; }
	.homeBoxF-c,.homeBoxF-d { float: left; width: 100%;}
	.homeBoxF-d { padding: 18px 12px 0; margin-top:20px; }
	.homeBoxF-c,.homeBoxF-d,.homeBoxF-d .swiper-container { height: auto; }
	.homeBoxF-d .swiper-container { padding-bottom: 80px; }
	.homeBoxF-d ul li { height: auto; }
	.homeBoxF-d ul li a { position: relative; top:0; transform:translateY(0); padding: 15px 0; }
	.homeBoxF-d ul li .t { height: auto; line-height: 1.5; }
	.homeBoxF-d .mainQh,.homeBoxF-d a.mainMore { bottom: 18px; }
	.homeBoxF-d .swiper-button-next { left: calc(1.6vw + 70px); }
	.homeBoxF-c .con { padding: 0 1.6vw; bottom: 18px; }
}

.storyH-a { position: relative; padding:30px 0; border:2px solid #dcdcdc; }
.storyH .swiper-slide:after { content:''; width: 40px; height: 40px; position: absolute; top:50%; transform:translateY(-50%); right: -53px; background: url(../image/storyfbg.png) no-repeat center; }

.storyFix .storyH .swiper-slide .storyH-a { border-color:#dcdcdc; }
.storyFix .storyH .swiper-slide .storyH-a .f { color:#555555; }
.storyFix .storyH .swiper-slide-thumb-active .storyH-a .f { color:#95091E; }
.storyFix .storyH .swiper-slide-thumb-active .storyH-a { border-color:#95091E; }
.storyF { opacity:1; z-index: 5; }
.storyG { opacity:0; z-index: 1; }
.storyFix .storyF { opacity:1; z-index: 1; }
.storyFix .storyG { opacity:1; z-index: 5; }

@media(max-width: 1900px){
	.storyH-a { padding: 1.6vw 0; }
}
@media(max-width: 1100px){
	.storyH .swiper-slide:after { right: -40px; }
	.storyE-b .con { 
	    min-height:120px;
	    overflow: auto;
	    padding-right: 10px;
	}
	.storyH-a { padding: 1.6vw 0; }
}



span.colorRed { display:inline-block; }
span.colorRed { color:#222; line-height: 1.2; position: relative;}
span.colorRed:before{
	content: attr(datatitle);
	position: absolute;
	left: 0;
	transform: translateY(-50%);
	top: 50%;
	width: 0;
	color: #95091E;
	transition: all 1.4s;
	overflow: hidden;
	white-space: nowrap;
	height: 100%;
	line-height: 1.2;
}

.active span.colorRed:before{width: 100%;}




.searchA { padding: 200px 0 150px; }
.guideB2 { padding: 140px 0!important; }
@media(max-width: 1900px){
	.searchA { padding: calc(80px + 7vw) 0 8vw; }
	.guideB2 { padding: 7vw 0!important; }
}
@media(max-width: 600px){
	.guideB.guideC .guideC-b { position: absolute; bottom:0; }
	.guideB2 { padding: 40px 0 50px!important; }
}
.storyE-b dl dd .topT .t2,.storyE-b dl dd .topT .t2 span.colorRed { color:#DCDCDC; }

.storyE-b dl dd.cur .topT .t2 .colorRed { color:#95091E; }
.storyE-b dl dd.cur .topT .t2 { color:#333; }
.storyE-b dl dd:hover,.storyH-a { cursor: pointer; }
.storyF .swiper-pagination { opacity: 0; width: 1px; height: 1px; overflow: hidden; }


.homeDX { overflow: hidden; height: 300vh; }
.homeD-z { z-index: 10; width: 100%; position: absolute; top:0; left: 50%; transform:translateX(-50%); }
.homeD-z2 { position: relative; height: 100vh; }
.homeD-z .img2 { position: absolute; height: calc(100vh + 10px); left: 0; top:0%; width: 100%; transform:translateY(0%); }
.homeD-z .img2 img { margin-top:-2px; transform:scale(1.0); }
.homeD-y { transition:all 0.5s; opacity: 1; z-index: 11; width: 100%; position: absolute; left:0; top:28.5vw; }

.homeD-y1 { top: calc(20% + 5vw); }
.homeD-y2 { top: calc(20% + 10vw); }
.homeD-y2 .homeD-b { margin-top:0!important; }

.homeD-c { position: absolute; left:0; top: 0; width: 100%; z-index: 9; }
.homeDXFixed .homeD-c { position: fixed; left:0; top:0; }
.homeDXFixed .homeD-z { position: fixed; }
.homeDXFixed .homeD-y { opacity: 0; }
.homeDXFixed2 .homeD-c { position: absolute; top:auto; left:0; bottom:0; }
.homeDXFixed2 .homeD-z { position: absolute; top:auto; bottom:0; }
.homeDXFixed2 .homeD-y { opacity: 0; }

.homeD-c2 { position: relative; width: 100%; height: 100vh; overflow: hidden; }
.homeD-c2 video { width: 100vw; position: absolute; left:0; bottom:0; object-fit: cover; }

@media(max-width: 1750px){
	/*.homeD-y2 { top: 35vw; }*/
	/*.homeD-y1 { top: 20vw; }*/
	/*.homeD-y2 { top: 35vw; }*/
}
@media(max-width: 1920px){
	.homeD-a img { height: 2.4vw; }
	/*.homeD-y { top: 270px; }*/
}

@media(max-width: 1100px){
	.homeDX { padding: 50px 0 0px; overflow: hidden; height: auto; display:none;}

	.homeD-y1 { position: relative; top:auto; z-index: 5; }
	.homeD-y2 { margin-top:20px; }
	.homeD-a img { height: auto; width: 80%; }
	.homeD-z2 { height: auto; display:none; }
	.homeD-z .img2 { display:none; }
	.homeD-z,.homeD-c { position: relative; top:auto; left:0; transform:translateY(0); }
	.homeD-c2 { height: auto; margin-top:30px; }
	.homeD-c2 video { position: relative; width: 100%; }

	.homeD-c { display:none; }

	.homeD-y2 { position: relative; top:auto; }
	.homeD-z { display:none; }
	.homeDXFixed .homeD-c { position: relative; left:0; top:0; }
	.homeDXFixed .homeD-z { position: relative; }
	.homeDXFixed .homeD-y { opacity: 0; }
	.homeDXFixed2 .homeD-c { position: relative; top:auto; left:0; bottom:0; }
	.homeDXFixed2 .homeD-z { position: relative; top:auto; bottom:0; }
	.homeDXFixed2 .homeD-y { opacity: 0; }


}




.contactA-a { position: relative; }
/*.contactD-a { width: 210px; bottom: 50px; position: absolute; left: 60px; }*/
.contactD-a { width: 210px; bottom: 50px; position: absolute; right: 60px; }
.contactD-b { bottom: 50px; position: absolute; right: 60px; }
.contactD-a .t { font-weight: 500; }
@media(max-width: 1300px){
	/*.contactD-a { left: 40px; }*/
	.contactD-a { right: 40px; }
	.contactD-b { right: 40px; }
}
@media(max-width: 1100px){
	.contactD-a { width: 180px; right: 3vw; }
	.contactD-b { width: 150px; right: 4vw; }
}
@media(max-width: 600px){
	.contactD-a ,.contactD-b { bottom: 30px; }
	.contactD-a { width: 120px; right: 4vw; }
	/*.contactD-a { width: 120px; left: 4vw; }*/
	.contactD-a img { width: 80px; }
	.contactD-a .t { line-height: 1.3; }
	.contactD-b { width: 100px; right: 4vw; }
}

.contactA-b { padding-top:0; padding-bottom:0; height: 100vh; }
.contactB { margin-top: 3vw; }
.contactA-d ul li { float:left; }
.contactA-e { padding-left:0; }
.contactA-e .t { padding-left: 30px; position: relative; }
.contactA-e .icon { height: 20px; }
.contactA-e .icon img { height: 20px; vertical-align:top; }
.contactA-d ul li:nth-child(1) { padding-right: 50px; margin-right:50px; border-right:1px solid rgba(255,255,255,0.5); }
.contactE-a { position: relative; height: 100%; width: 100%; }
.contactE { position: absolute; width: 100%; left:0; top:52%; transform:translateY(-50%); }


@media(max-width: 1900px){
	.contactA-d ul li:nth-child(1) { padding-right: 2.5vw; margin-right:2.5vw; }
}
@media(max-width: 1300px){
	.contactA-e .t { padding-left: 26px; position: relative; }
	.contactA-e .icon { height: 16px; }
	.contactA-e .icon img { height: 16px; vertical-align:top; }
}
@media(max-width: 1100px){
	.contactA-b { padding-top: 40px; }
	.contactA-b { padding: 40px 4vw 50px; height: auto; }
	.contactE { position: relative; top:0; transform:translateY(0); }
}
@media(max-width: 500px){
	.contactA-d ul li { width: 100%; }
	.contactA-d ul li:nth-child(1) { padding:0;margin:0;padding-bottom: 20px; margin-bottom:20px; border:none; border-bottom:1px solid rgba(255,255,255,0.5); }
}

@media(max-width: 2100px){
	.contactA-d { padding:25px 40px 25px 20px }
	.contactE .marginT40 { margin-top:30px; }
	.contactE .marginT50 { margin-top:40px; }
	.contactB-b ul li input { height: 56px; }
}
@media(max-width: 1800px){
	.header { padding: 2vw 0; }
	.contactA-d { padding:20px 30px 20px 20px }
	.contactE .marginT40 { margin-top:20px; }
	.contactE .marginT50 { margin-top:20px; }
	.contactB-b ul li input { height: 50px; }
	.contactB { margin-top: 1.5vw; }
}
@media(max-width: 1500px){
	.contactA-d { padding:12px 20px 12px 16px }
	.contactE .font60 { margin-top: 2.8vw; }
	.contactE .marginT40 { margin-top:15px; }
	.contactE .marginT50 { margin-top:15px; }
	.contactE .marginT15{ margin-top:10px; }
	.contactB-b ul li input { height: 40px; font-size: 14px; }
	.contactB-b button { font-size:14px; height: 40px; }
	.contactB-b ul li textarea { height: 70px; }
	.contactB { margin-top: 2vw; }
}
@media(max-width: 1400px){
	.contactB-b ul li input { height: 36px; font-size:12px; }
	.contactE .font60 { font-size: 2vw; margin-top:1.6vw; }
	.contactB-b ul li textarea { height: 60px; }
	.contactB-b button { font-size:12px; height: 36px; }
}
@media(max-width: 1100px){
	.contactB { margin-top: 30px; }
}

.guideC-a ul li { display:none; }
.guideC-a ul li.cur { display:block; }
.louceng,.storyC,.footer,.footerC { position: relative; z-index: 10; }

.storyBB2 { position: relative; z-index: 4; overflow: hidden; }
.storyBB { position: relative; height: 100vh; z-index: 4; overflow: hidden; }
.storyB video { z-index: 1; position: fixed; left:0; top:0; min-width: 100%; min-height: 100%; }

.homeA-y,.aboutB-y { position: relative; bottom: -100px; opacity: 0; }
.homeA-z .homeA-y,
.homeA-z .aboutB-y { bottom:0; opacity: 1; transition:all 0.8s; }

.homeE-g .img img { transform:scale(1.2); transition:all 1s; }
.box.active .homeE-g .img img { transform:scale(1); }

.box.active .homeE-g .img img {-webkit-animation:small 0.8s linear 1; }
@-webkit-keyframes small {
	0%{-webkit-transform:scale(1);}
	100%{-webkit-transform:scale(1.0);}
}

@media(max-width: 1100px){
	.storyBB2 { height: auto; }
	.storyBB { height: auto; }
	.storyC { min-height:10px; }
	.storyB video { position: relative; width: 100%; min-height:10px; vertical-align:top; }
}


/**2024-4-17**/
.bannerA video { width: 100%; object-fit:cover; }
.videomsn .pc { transform: scale(1); }


.manasnz {  padding-top: 8vw; }
.manasnz .storyE-b .con { display: none; }

.newsA-b a { display: block; }
.loucengTop { height: 200vh; }
.loucengTop { height: 100vh; }
.manasnz,.storyE,.zwBox { height: 100vh; width: 100%; }
.manasnz { padding-bottom: 140px; }
.storyE { background: #f2f2f2; }
.loucengTop.fixed .manasnz {left:0; top:0; position: fixed; }
.storyE { position: relative; z-index: 5; }
.storyEAA { position: absolute; left:0; top:50%; transform:translateY(-50%); width: 100%; }

@media(max-width: 1100px){
    .manasnz { padding-bottom: 7vw; }
}
@media(max-width: 1100px){
    .manasnz { padding-bottom: 50px; }
    .loucengTop,.manasnz,.storyE,.zwBox { height: auto; }
    .loucengTop.fixed .manasnz { position: relative; }
    .storyEAA { position: relative; left:0; top:0%; transform:translateY(0%); }
}

@media(max-width:1100px) {
	.manasnz { height: auto; padding-top: 35px; }
}




.header.fixed-head { top: -100px; }
.header.fixed-head.fixTop { top: 0px; }


.homeG { background: #F0F0F0; }
.homeG-a .swiper-container { height: 26vw; }
.homeG-a .swiper-container .swiper-slide {text-align: center;font-size: 18px;background: #fff;height: calc((100% - 40px) / 3) !important;display: flex;justify-content: center;align-items: center; background: none; }
.homeG-a .swiper-container .swiper-slide img { width: 8vw; height: auto; }
@media(max-width: 1500px){
    .homeG-a .swiper-container { height: 34vw; }
}
@media(max-width: 1100px){
    .homeG-a .swiper-container { height: 60vw; }
    .homeG-a .swiper-container .swiper-slide img { width: 15vw; height: auto; }
    .homeG .homeF-a .tit{
        font-size: 30px;
    }
    .homeF .homeF-a .tit{
        font-size: 30px;
    }
}

.homeA-y .con .c p,.aboutB-y .con .c p,.aboutB-b .con .c p { font-size: 25px; font-weight:bold;margin-top:10px; }
.footerA-a img { width: auto; height: 50px; }
.contactB-b ul li.sign { position: relative; padding-left:140px; background: none; border: 2px solid rgba(255,255,255,0.4); height: 60px;font-size: 16px;color: #fff;border-radius: 10px; }
.contactB-b ul li.sign .t1 { position: absolute; left: 20px; top: 50%; transform:translateY(-50%); }
.contactB-b ul li.sign label { display:inline-block; padding: 13px 0; }

.contactB-b ul li.sign label { margin-right: 10px; }
.contactB-b ul li.sign label:last-child { margin-right:0; }
.contactB-b ul li.sign label:nth-child(2) { min-width: 110px; }
.contactB-b ul li.sign .layui-form-radio { margin:0; padding-right:0; }
.contactB-b ul li.sign .layui-form-radio>i { color:#fff; opacity: 0.6; }
.contactB-b ul li.sign .layui-form-radio>i:hover,.contactB-b ul li.sign  .layui-form-radioed>i { opacity: 1; color:#fff; }

@media(max-width: 2200px){
    .contactB-b ul li.sign label { font-size: 14px; margin-right:0; }
    .contactB-b ul li.sign label:nth-child(2) { min-width: 100px; }
}
@media(max-width: 1850px){
    .contactB-b ul li.sign .t1 { line-height: 50px; top:0; transform:translateY(0); }
    .contactB-b ul li.sign { height: auto; }
    .contactB-b ul li.sign label { display:inline-block; padding: 10px 0; }
}
@media(max-width: 1750px){
    .contactB-b ul li input,.contactB-b ul li textarea { font-size: 14px; padding-left: 10px; }
    .contactB-b ul li.sign .t1 { font-size: 14px; left: 10px; }
    .contactB-b ul li.sign label { font-size: 14px; margin-right:10; }
    .contactB-b ul li.sign label:nth-child(2) { min-width: 100px; }
    .contactB-b ul li.sign { padding-left: 110px; }
    .contactB-b ul li.sign label:nth-child(2) { width: auto; min-width: 0; }
    .contactA-b { padding:calc(100px + 8vw) 5vw 10vw 3vw }
    .contactB-b ul li.sign { height: auto; }
    .contactB-b ul li.sign .t1 { line-height: 40px; top:0; transform:translateY(0); }
    .contactB-b ul li.sign { height: auto; }
    .contactB-b ul li.sign label { display:inline-block; padding: 8px 0; }
    .contactE { top: 50%; }
        .homeA-y .con .c p,.aboutB-y .con .c p,.aboutB-b .con .c p { font-size: 18px; font-weight:bold;margin-top:10px; }
}
@media(max-width: 1100px){
    .contactB-b ul li.sign .t1 { line-height: 40px; top:0; transform:translateY(0); }
    .contactB-b ul li.sign { height: auto; }
    .contactB-b ul li.sign label { display:inline-block; padding: 8px 0; }
    .contactE { top: 0%; }
    .contactA-b { padding: 40px 4vw 50px; }
    .contactE .font60 { font-size: 24px; }
    .homeA-y .con .c p,.aboutB-y .con .c p,.aboutB-b .con .c p { font-size: 18px; font-weight:bold;margin-top:10px; }
}
.contactB-b ul li label.sign2 { padding: 10px 0; padding-left:0px; }
.contactB-b ul li label.sign2 input { height: 38px; padding-left: 0px; border:none; border-radius: 0; border-bottom: 2px solid rgba(255, 255, 255, 0.4); width: 7vw; }
.contactB-b ul li label.sign2 input:hover { border:none!important; border-radius: 0; border-bottom: 2px solid rgba(255, 255, 255, 1)!important; }
@media(max-width: 2200px){
    .contactB-b ul li input,.contactB-b ul li textarea { font-size: 14px; padding-left:10px; }
    .contactB-b ul li.sign .t1 { font-size: 14px; left:10px; }
    .contactB-b ul li.sign { padding-left: 110px; }
}
@media(max-width: 1750px){
    .contactB-b ul li label.sign2 input { width: 12vw; }
	.contactB-b ul li label.sign2 { padding: 5px 0; padding-left:0px; }
	.contactB-b ul li label.sign2 input { height: 30px; }
}
@media(max-width: 1600px){
    .contactB-b ul li label.sign2 input { width: 10vw; }
}
@media(max-width: 1400px){
    .contactB-b ul li label.sign2 input { width: 8vw; }
}
@media(max-width: 1300px){
    .contactB-b ul li label.sign2 input { width: 7vw; }
    .layui-form-radio>i { font-size: 18px; }
}
@media(max-width: 1100px){
    .contactB-b ul li label.sign2 { width: calc(100% - 100px); }
    .contactB-b ul li label.sign2 input { width: 100%; }
}
.contactB-b ul li.sign label:nth-last-child(2) { margin-right:0;  }


@media(max-width: 600px){
	.font18 { font-size: 16px; }
}




.storyH .swiper-pagination { display:none; height: 3px; width: calc(100% - 170px)!important; border-radius: 50px; overflow: hidden; background: rgba(255,255,255,0.5); top: 50%!important; transform: translateY(-50%)!important; }
.storyH .swiper-pagination .swiper-pagination-progressbar-fill { background: #95091E; }

@media(max-width: 1100px){
	.storyH .swiper-container { padding-bottom: 40px; }
	.storyH .swiper-pagination { background: rgba(231,30,26,0.1); width: 150px!important; margin: 0 auto; position: absolute; left: 50%!important; transform:translateX(-50%)!important; left: 50%!important; bottom:0!important; top:auto!important; display:block; }
	.header.headerBg .headerA-b .buy span{
	    background: none;
	}
}

