﻿@charset "utf-8";
/* commmon */
body{ background: url('../images/container.webp') var(--light); background-attachment: fixed;}
html.active{ overflow: hidden;}

.ell{ text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.clamp{ display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient:vertical; word-break:break-word; text-align: justify; overflow: hidden;}
.mbox{display: none!important;}
@media (max-width: 960px){
.pbox{display: none!important;}
.mbox{display: block!important;}
}

header{ position: fixed; z-index: 99; top: 0; right: 0; display: flex; justify-content: space-between; align-items: center; width: 100vw; padding: 1vw 2.5vw; transition: all 1s cubic-bezier(0.45, 0.2, 0.1, 1);background: rgba(255, 255, 255, .5);}
/* header .logo{ width: 20vw; height: 5vw; background: #ed822c; -webkit-mask: url('../images/logo.png') center center no-repeat; -webkit-mask-size: auto 100%; transition: all 1s cubic-bezier(0.45, 0.2, 0.1, 1);} */
header .logo{ width: 20vw; height: 5vw; background:url('../images/logo.png') center center no-repeat;background-size: cover; transition: all 1s cubic-bezier(0.45, 0.2, 0.1, 1);}
header .jmenu{
	transition: all 1s cubic-bezier(0.45, 0.2, 0.1, 1);
}
header .jmenu li{
	display: inline-block;
    line-height: 100px;
    position: relative;
	transition: all 1s cubic-bezier(0.45, 0.2, 0.1, 1);
}
header .jmenu li a{ display: inline-block; font-size: 1.2rem; line-height: 1.6; font-weight: 700; color: #333!important;    transition: all 1s cubic-bezier(0.45, 0.2, 0.1, 1);    padding: 0 30px;
    text-align: center;    vertical-align: middle;}
header .jmenu li a .en{ text-transform: uppercase; font-size: 1rem;}
header .jmenu li a:hover{ color: #ed822c!important}
header .jmenu li.on a{ color: #ed822c!important}
header .menu{ display: flex; flex-flow: column wrap; justify-content: space-between; align-items: start; width: 2.5vw; height: 2.5vw; cursor: pointer; overflow: hidden;}
header .menu .ico{ display: flex; flex-flow: column wrap; justify-content: space-between; width: 100%; height: calc( 2.5vw - 0.625rem * 2 ); overflow: hidden;}
header .menu .ico i{ width: 100%; height: 2px; background: #ed822c; transition: all 1s cubic-bezier(0.45, 0.2, 0.1, 1);}
header .menu .ico i:nth-child(2){ margin-left: -.5rem;}
header .menu .ico i:nth-child(3){ margin-left: -1rem;}
header .menu span{ font-size: .75rem; line-height: 1; text-transform: uppercase; color: #ed822c; white-space: nowrap; text-align: justify; text-align-last: justify; transition: all 1s cubic-bezier(0.45, 0.2, 0.1, 1);}

header .menu.close .ico{ position: relative;}
header .menu.close .ico i:nth-child(2){ display: none;}
header .menu.close .ico i{ margin: auto !important; transform: rotateZ(45deg); position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto;}
header .menu.close .ico i:nth-child(3){ transform: rotateZ(-45deg);}
header .menu.close span{ display: none;}
header .menu.close:after{ content: attr(data-ac); font-size: .75rem; line-height: 1; text-transform: uppercase; text-align: justify; text-align-last: justify; color: #ed822c; white-space: nowrap; transition: all 1s cubic-bezier(0.45, 0.2, 0.1, 1);}


header.color{ padding:0 2vw; }
header.color .logo{ width: 16vw;    height: 4vw;}
header.color .menu .ico i{ background: #ed822c;}
header.color .menu span{ color: #ed822c;}
header.color .menu.close:after{ color: #ed822c;}
header.color .jmenu li a{    font-size: 1rem;   padding: 0 20px;  line-height: 1.4;}
header .jmenu li a .en{    font-size: 1rem;}

header .jmenu .mnlist{
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.3);
  padding: 14px 0;
  opacity: 0;
  transition: all .4s cubic-bezier(0.45, 0.2, 0.1, 1);
}
header .jmenu .mnlist.on{
  top: 100px;
  opacity: 1;
}
header .jmenu .mnlist li{height: auto;display: block;}
header .jmenu .mnlist li a{font-size: 1rem;    line-height: 2;display: block;}
.container{ position: relative; width: 100%;}
.row{ position: relative; display: grid; grid-template-columns: repeat(12,1fr); grid-gap: 1.25vw; padding: 5vw 6.25vw;}

/* index */
.index{ position: relative; width: 100%;height: 96vh;
    overflow: hidden;}

.index .slide{ position: relative; z-index: 0;}
.index .slide .itm{ position: relative; overflow: hidden; }
.index .slide .itm .thumb{ position: relative; width: 100%; height: 100vh; overflow: hidden;}
.index .slide .itm .thumb .img{ width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; transform: scale(1); transition: 5s ;}
.index .slide .itm.slick-animate .thumb .img{ transform: scale(1.12);}
.index .slide .itm .media{ position: relative; width: 100%; height: 100vh; overflow: hidden;}
.index .slide .itm .media video{ position: absolute; z-index: 0 !important; top: 0; left: 50%; transform: translateX(-50%); min-width: 100%; min-height: 100%; }

.index .slide .itm .info{ position: absolute;top:0;left:0;width: 100%;/*  top: 50%; left: 44%; transform: translate(-15%,-75%);  */}
.index .slide .itm .info img{ height: 19vw; opacity: 0; transition: 1s;}
.index .slide .itm .info video{width: 100%;height: 100%;}
.index .slide .itm.slick-animate .info img{ opacity: 1;}

.index .slide-num{ position: absolute; z-index: 1; top: 50%; right: 2.5vw; color: var(--light); transform: (-50%);}
.index .slide-num b{ font-size: 4.5rem;}
.index .slide-num span{ font-size: 2.25rem;}
.index .slide-num span:before{ content: '/';}

.index .slide-arrow{ position: absolute; z-index: 3; right: 0; bottom: 2.5vw; left: 0; display: flex; justify-content: center; align-items: center; margin: auto; cursor: pointer; }
.index .slide-arrow .arrow{ position: relative; width: 2.5rem; height: 2.5rem; overflow: hidden; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.index .slide-arrow .arrow:before{ content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 1.5rem; height: 1.5rem; margin: auto; border-top: 3px solid var(--light); border-right: 3px solid var(--light); border-radius: 4px; transform: rotate(45deg);}
.index .slide-arrow .prev:before{ transform: rotate(-135deg);}
.index .slide-arrow .ico{ display: flex; justify-content: center; align-items: center; width: 2.5rem; height: 2.5rem; margin: 0 1rem; border-radius: 50%; border: 2px solid var(--light); animation: rotate 4s linear infinite;}
.index .slide-arrow .ico i{ font-size: 1.5rem; line-height: 1; color: var(--light)}

.index .design{ position: absolute; z-index: 1; top: 50%; left: 2.5vw; font-size: 0.875rem; writing-mode: vertical-lr; color: var(--light); transform: translateY(-50%);}
.index .design:after{ content: ''; position: absolute; top: 0; bottom: 0; left: -2.5vw; width: 2vw; height: 1px; margin: auto; background: var(--light);}

.index .scroll{ position: absolute; z-index: 1; bottom: 0; left: 2.5vw; display: flex; flex-direction: column; align-items: center;}
.index .scroll span{ font-size: 1rem; line-height: 1.5; writing-mode: vertical-lr; color: var(--light)}
.index .scroll i{position: relative; z-index: 1; display: block; width: 1px; height: 6rem; margin-top: .5rem; background: var(--light); overflow: hidden;}
.index .scroll i:before{ content: ''; position: absolute; top: -100%; right: 0; left: 0; z-index: 2; width: 1px; height: 6rem; background: #ed822c; animation: up 2s infinite; }
@keyframes up{ from { top: -100%; } to { top: 100%; } }


.index .convenient{ position: absolute; z-index: 4; right: 2.5vw; bottom: 2.5vw; display: flex; flex-direction: column; align-items: flex-end;}
.index .convenient .itm{ display: flex; align-items: flex-start; overflow: hidden; margin-top: 2vw; }
.index .convenient .itm .ico{ position: relative; display: flex; flex-direction: column; align-items: center; line-height: 1.25; color: var(--light);}
.index .convenient .itm .ico i{ font-size: 1.75rem;}
.index .convenient .itm .ico .cn{ font-size: 1rem; transition: all .3s cubic-bezier(0.45, 0.2, 0.1, 1);}
.index .convenient .itm .ico .en{ font-size: 0.625rem; transition: all .3s cubic-bezier(0.45, 0.2, 0.1, 1);}


/* about */
.about{ position: relative; }
.about:before{ content: ''; position: absolute; z-index: -1; bottom: 0; left: 0; display: block; width: 50%; height: 50%; opacity: .6; -webkit-mask: url(images/about-l.webp) left bottom no-repeat; -webkit-mask-size: 80% auto; animation: mountain 12s linear infinite;}
.about:after{ content: ''; position: absolute; z-index: -1; bottom: 0; right: 0; display: block; width: 50%; height: 50%; opacity: .6;-webkit-mask: url(images/about-l.webp) left bottom no-repeat;-webkit-mask-size: 80% auto; animation: mountain 12s linear infinite;}
@keyframes mountain{ 
  0% { background: #D26866;} 
  25% { background: #38A192;} 
  50% { background: #BC9863;} 
  75% { background: #327A90;} 
  100% { background: #D26866;}
}

.about .about-sub{ position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; line-height: 1.5; cursor: pointer;}
.about .about-sub:after{ content: ''; position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 1px; height: 15%; margin: auto; background: var(--tertiary); transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.about .about-sub i{ font-size: 4rem; line-height: 1; color: #ed822c; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.about .about-sub .line{ opacity: 0; width: 1px; height: 5vw; margin: 1rem 0 1.5rem;}
.about .about-sub .cn{ margin-bottom: 0.5rem; font-size: 1.25rem; font-weight: 700; color: #2c2c2c; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.about .about-sub .en{ font-size: 0.875rem; color: var(--tertiary); transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}

.about .about-info{ grid-column: span 8; display: grid; grid-gap: 1.25vw; text-align: center;}
.about .about-info .logo svg{ height: 7.5rem;}
.about .about-info .title{ font-size: 2.5rem; font-weight: 900; color: #2c2c2c}
.about .about-info .info{ margin-bottom: 1.25vw; font-size: 1.25rem; font-weight: 500; color: #2c2c2c}
.about .about-info .title-en{ font-size: 1.5rem; color: var(--tertiary)}
.about .about-info .info-en{ font-size: 0.625rem; color: var(--tertiary)}

.about .about-cate{ grid-column: span 3; display: flex; flex-direction: column; justify-content: center; align-items: center; cursor: pointer;}
.about .about-cate:after{ content: ''; position: absolute; z-index: -1; top: -4.5rem; right: 0; bottom: 0; left: 0; display: block; width: 0; height: 0; margin: auto; border-radius: 50%; mix-blend-mode: multiply; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.about .about-cate i{ font-size: 6rem; color: #2c2c2c; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.about .about-cate .cn{ font-size: 1.5rem; font-weight: 700; line-height: 2; color: #ed822c; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.about .about-cate .en{ font-size: 1rem; line-height: 1.5; color: var(--tertiary); transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}

/* number */
.row.number{ display: grid; grid-template-columns: repeat(4,1fr); justify-items: center;}
.number .itm{ display: flex; flex-direction: column; font-weight: 700;}
.number .itm .caption{ font-size: 1.125rem; color: var(--light)}
.number .itm .number{ font-size: 2.5rem; line-height: 5rem; color: #ed822c}
.number .itm .number i{ padding-left: 0.5em; font-size: .875rem; font-style: normal; color: var(--light)}

/* advantage */
.advantage{ display: block;overflow: hidden; background: url('../images/advantage-l.webp') left bottom no-repeat; background-size: 12% auto, 16% auto, 15% auto;}
.advantage .thumblist .slick-list{ overflow: visible;}
.advantage .thumblist .itm{ position: relative; display: grid; grid-template-columns: repeat(12,1fr); grid-gap: 1.25vw;}
.advantage .thumblist .itm .cover{ position: relative; grid-column: span 7; height: 50vw}
.advantage .thumblist .itm .cover:after{ content: ''; position: absolute; z-index: 0; top: 10px; right: 5px; display: block; width: 100%; height: calc( 100% + 11px); background: url('../images/mask.png') center center no-repeat; background-size: auto 100%;}

.advantage .thumblist .itm .cover .thumb{ position: relative; z-index: 1; width: 100%; height: 100%; -webkit-mask: url('../images/advantage.png') center center no-repeat; -webkit-mask-size: auto 100%; background-position: center center; background-repeat: no-repeat; background-size: auto 100%;}
.advantage .thumblist .itm .info{ position: absolute; top: 0; right: 0; width: 50%; line-height: 2;}
.advantage .thumblist .itm .info .logo img{ width: auto; height: 4rem;}
.advantage .thumblist .itm .info .title{ font-size: 2.5rem; font-weight: 700; color: #2c2c2c; }
.advantage .thumblist .itm .info .caption{ font-size: 1.75rem; font-weight: 700; color: #2c2c2c}
.advantage .thumblist .itm .info .content{ font-size: 1rem; color: #ed822c}
.advantage .thumblist .itm .info-en{ position: absolute; bottom: 0; left: 0; width: 33%;}
.advantage .thumblist .itm .info-en .title{ position: relative; font-size: 1.5rem; color: #2c2c2c}
.advantage .thumblist .itm .info-en .title:before{ content: ''; position: absolute; top: 50%; left: -6.5vw; display: block; width: 6.5vw; height: 1px; background: #2c2c2c;}
.advantage .thumblist .itm .info-en .caption{ font-size: 1rem; color: #ed822c}
.advantage .thumblist .itm .info-en .content{ font-size: .625rem; color: var(--tertiary)}

.advantage .taglist{ position: absolute; right: 6.5vw; bottom: 5vw; display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 2.5vw; width: 36%; justify-items: end;}
.advantage .taglist .itm{ display: flex; flex-direction: column; justify-content: space-between; align-items: center; width: 86%; height: 16vw; padding: 1.25vw; box-shadow: -8px 8px 16px -8px rgba(7,57,55,.1); cursor: pointer;}
.advantage .taglist .itm:after{ content: ''; position: absolute; z-index: -1; top: 0; right: 0; width: 100%; height: 100%; background: url('../images/ac-bg.svg') center top no-repeat #ed822c; background-size: 100% auto; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.advantage .taglist .itm .cn{ font-size: 1.25rem; writing-mode: vertical-lr; letter-spacing: .5em; color: var(--light); transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.advantage .taglist .itm .ico{ text-align: center;}
.advantage .taglist .itm .ico i{ font-size: 4rem; line-height: 1; color: var(--light); transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.advantage .taglist .itm .ico span{ font-size: 0.625rem; line-height: 1.5; color: var(--light); white-space: nowrap; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}

.advantage .taglist .itm.active:after{ background: url('../images/ac-bg-h.svg') center top no-repeat #fff; background-size: 100% auto}
.advantage .taglist .itm.active .cn{ color: #2c2c2c}
.advantage .taglist .itm.active .ico i{ color: #ed822c}
.advantage .taglist .itm.active .ico span{ color: var(--tertiary)}

/* video */
.video{ grid-row-gap: 3rem; color: var(--light);}
.video .slogan{ grid-column: span 5; font-size: 1.125rem; font-weight: 700; line-height: 2;}
.video .button{ grid-column: span 12; display: grid; flex-direction: column; justify-content: center; align-items: center; text-align: center; line-height: 1.5;}
.video .button i{ font-size: 4rem;}
.video .button .cn{ font-size: 2rem; font-weight: 700;}
.video .button .en{ font-size: 1rem;}
.video .slogan-en{ grid-column: 8/13; font-size: 0.875rem; line-height: 1.5; text-align: right;}

/* products */
.row.products{ display: block; padding: 0; background: url('../images/products-l.webp') left top no-repeat; background-size: 35% auto;}
.products .content{ position: relative; width: 100%; height: 100%;}
.products .content .itms .product{ width: 100%; padding: 5vw 6.25vw;}
.products .content .itms .product .itm{ display: grid; grid-template-columns: repeat(12, 1fr); align-items: center; }
.products .content .itms .product .itm .info{ grid-column: 3/5; display: grid; grid-gap: 1.5rem; line-height: 1.5;}
.products .content .itms .product .itm .info h1{ font-size: 2rem; color: #2c2c2c}
.products .content .itms .product .itm .info h6{ font-size: 1rem; color: var(--tertiary)}
.products .content .itms .product .itm .info h2{ margin-bottom: 6rem; font-size: 1.5rem; color: #ed822c}
.products .content .itms .product .itm .info h5{ font-size: 1rem; font-weight: 300; color: var(--tertiary)}
.products .content .itms .product .itm .info h5:first-of-type:before{ content: '[ 产品规格 ]\A'; white-space: pre;}
.products .content .itms .product .itm .info h5:last-of-type:before{ content: '[ 产品分类 ]\A'; white-space: pre;}
.products .content .itms .product .itm .thumb{ position: relative; grid-column: 5/9; width: 100%; height: 0; padding-bottom: 100%;}
.products .content .itms .product .itm .thumb img{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; max-width: 90%; max-height: 90%; margin: auto;}
.products .content .itms .product .itm .buy{ grid-column: 9/11; display: flex; justify-content: center; align-items: center;}
.products .content .itms .product .itm .buy a{ width: 100%; font-size: 1rem; line-height: 3; text-align: center; color: var(--light); background: #ed822c; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}

.products .content .itms .list{ width: 100%; display: grid; grid-template-columns: repeat(5,1fr); }
.products .content .itms .list .itm{ display: flex; justify-content: center; align-items: center; height: 10rem; cursor: pointer;}
.products .content .itms .list .itm .thumb{ position: relative; width: 6rem; height: 6rem; overflow: hidden; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.products .content .itms .list .itm .thumb img{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; max-width: 100%; max-height: 100%; margin: auto;}
.products .content .itms .list .itm .info{ display: flex; flex-direction: column; padding-left: 1.5rem; line-height: 1.5;}
.products .content .itms .list .itm .info span{ font-size: 1rem; color: var(--dark); transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.products .content .itms .list .itm .info i{ margin-top: 1em; font-size: .875rem; font-style: normal; color: var(--dark); transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.products .content .itms .list .itm.active span{ font-weight: 700; color: #2c2c2c}
.products .content .itms .list .itm.active i{ font-weight: 700; color: #2c2c2c}

.products .content .itms .logo{ position: absolute; top: 5vw; left: 6.25vw; width: 12vw; height: 3vw;}
.products .content .itms .logo img{ display: block; width: auto; height: 100%;}

.products .content .itms .current{ position: absolute; top: 50%; left: 6.25vw; transform: translateY(-50%); color: #2c2c2c;}
.products .content .itms .current i{ font-size: 3rem; color: #2c2c2c}
.products .content .itms .current .cn{ font-size: 1.25rem; line-height: 3rem; writing-mode: vertical-lr; letter-spacing: .5em;}
.products .content .itms .current .en{ margin-top: 1em; font-size: 0.625rem; line-height: 3rem; writing-mode: vertical-lr;}

.products .content .itms .arrow{ position: absolute; top: 50%; display: flex; align-items: center; padding: 0 .5em; font-size: 1rem; line-height: 1.5; text-transform: uppercase; color: #2c2c2c; cursor: pointer; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.products .content .itms .arrow i{ font-size: 2rem; }
.products .content .itms .arrow.prev{ left: 0;}
.products .content .itms .arrow.next{ right: 0;}

.products .category{ position: absolute; top: 5vw; right: 6.25vw; display: flex; height: calc( 50% - 5vw); }
.products .category .itm{ display: flex; flex-direction: column; justify-content: space-between; height: 100%; padding: 0 1rem; border-right: 1px solid var(--tertiary); cursor: pointer; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.products .category .itm .font{ display: flex; flex-flow: row nowrap;}
.products .category .itm .font .en{ font-size: 0.625rem; color: var(--tertiary); writing-mode: vertical-lr; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.products .category .itm .font .cn{ font-size: 1.25rem; letter-spacing: .5em; color: #2c2c2c; writing-mode: vertical-lr;}
.products .category .itm i{ font-size: 3rem; color: #ed822c}
.products .category .itm.active{ display: none;}

/* billing */
.billing{ display: flex; flex-direction: column; align-items: center; text-align: center; color: var(--light);}
.billing .logo{ width: 24rem; height: 6rem; background: #fff; -webkit-mask: url('../images/logo.png') center center no-repeat; -webkit-mask-size: auto 100%;}
.billing .logo img{ display: block; width: auto; height: 100%;}
.billing .cn{ font-size: 2.5rem; font-weight: 900; letter-spacing: .5em;}
.billing .en{ font-size: 1rem;}

/* news */
.news{ background: url('../images/news-t.webp') center top no-repeat; background-size: 58% auto;}
.news .title{ grid-column: span 12; display: flex; justify-content: space-between; font-weight: 700;}
.news .title .cn{ position: relative; font-size: 2rem; line-height: 2; color: #2c2c2c}
.news .title .cn:first-letter{ color: #ed822c}
.news .title .cn:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 2rem; height: 2px; background-color: #ed822c; }
.news .title .en{ font-size: 1.5rem; line-height: 1.5; color: #2c2c2c; text-align: right;}
.news .title .en span{ display: block;}
.news .title .en span:first-letter{ color: #ed822c;}
.news .itm{ grid-column: span 12; display: grid; grid-template-columns: repeat(12,1fr); grid-column-gap: 1.25vw; align-items: end; margin-top: 3rem;}
.news .itm .thumb{ position: relative; z-index: 1; grid-column: 1/6; width: 100%; height: 0; padding-bottom: calc( 100% / 21 * 9 ); overflow: hidden;}
.news .itm .thumb .img{ position: absolute!important; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 100%; height: 100%; margin: auto; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.news .itm .info{ position: relative; z-index: 0;  grid-column: 4/13; display: grid; grid-template-columns: 1fr 2.5fr 1fr; grid-template-areas: 'a b c'; grid-gap: 1.25vw; padding: 1.75rem 0; background: #fff; margin-top: -8.5rem; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.news .itm .info:after{ content: ''; position: absolute; z-index: 0; top: -6.66666vw; right: 0; width: 13.33333vw; height: 6.66666vw; background: #2c2c2c; -webkit-mask: url('../images/news.webp') right bottom no-repeat; -webkit-mask-size: 100% 100%; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.news .itm .info .font{ grid-area: b; line-height: 2;}
.news .itm .info .font h1{ font-size: 1.5rem; color: #2c2c2c; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.news .itm .info .font h5{ font-size: 1rem; font-weight: 400; color: var(--dark); transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.news .itm .info .font span{ display: block; margin-top: 1em; font-size: 1rem; color: #2c2c2c; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.news .itm .info .date{ grid-area: c; display: flex; justify-content: center; align-items: center;}
.news .itm .info .date .box{ display: flex; flex-direction: column; padding: 1rem 1.25rem; border: 2px solid #2c2c2c; line-height: 1.5; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.news .itm .info .date .box b{ font-size: 1.25rem; color:#2c2c2c; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.news .itm .info .date .box span{ font-size: 1.25rem; color:#2c2c2c; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.news .itm:nth-child(odd) .thumb{ grid-column: 8/13; }
.news .itm:nth-child(odd) .info{ grid-column: 1/10;}
.news .itm:nth-child(odd) .info:after{ right: auto; left: 0;}
.news .itm:nth-child(odd) .info .date{ grid-area: a; }
.news .banner{ grid-column: span 12; display: flex; justify-content: space-between; align-items: center; height: 20rem; padding: 0 1.5rem; margin-top: 3rem; background: url('../images/banner.webp') center center no-repeat; background-size: cover;}
.news .banner .en{
  font-size: 0.8rem;
    line-height: 2;
    color: var(--light);
    text-transform: uppercase;
    letter-spacing: .5em;
    padding: 0 4rem 0 2rem;
}
.news .banner .cn{ font-size: 2.5rem; line-height: 2; color: var(--light); font-weight: 900; letter-spacing: .5em;}
.news .banner .logo{ width: 20rem; height: 5rem; background: #fff; -webkit-mask: url('../images/logo.png') center center no-repeat; -webkit-mask-size: auto 100%;}

/* commercial */
.commercial{ height: 33.33333vw; background: url('../images/commercial.webp.jpg') center center no-repeat; background-size: cover;}

/* environment */
.environment{ grid-template-rows: repeat(2,1fr); background: url('../images/environment-b.webp') center bottom no-repeat; background-size: 100% auto;}
.environment .title{ position: relative; grid-column: span 3; grid-row: span 2; display: flex; flex-flow: column nowrap; align-items: start; padding: 4rem 3rem; background: url('../images/env.webp.jpg') center center no-repeat; background-size: cover; writing-mode: vertical-lr;}
.environment .title .cn{ font-size: 2rem; font-weight: 700; letter-spacing: .5em; writing-mode: vertical-lr; color: var(--light)}
.environment .title .cn:first-letter{ color: #ed822c}
.environment .title .en{ position: relative; font-size: 1.5rem; font-weight: 700; writing-mode: vertical-lr; color: var(--light)}
.environment .title .en:first-letter{ color: #ed822c}
.environment .title .en:after{ content: ''; position: absolute; bottom: -6rem; left: 50%; width: 1px; height: 4rem; background: var(--tertiary);}
.environment .title .logo{ position: absolute; bottom: 4rem; left: 3rem; width: 20rem; height: 7rem; background: #fff; -webkit-mask: url('../images/logo.png') center center no-repeat; -webkit-mask-size: 100% auto ;}
.environment .itm{ position: relative; grid-column: span 3; background: #000;}
.environment .itm .thumb{ position: relative; z-index: 12; width: 100%; height: 100%; overflow: hidden;}
.environment .itm .thumb:after{ content: ''; position: absolute; z-index: 2; top: 0; right: 0; width: 100%; height: 100%; background: #2c2c2c; opacity: 0; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.environment .itm .thumb .img{ position: absolute!important; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 100%; height: 100%; margin: auto; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.environment .itm:nth-child(2) .thumb{ width: 100%; height: 0; padding-bottom: 75%;}
.environment .itm:last-child{ grid-column: span 6;}

/* map */
.row.map{ display: flex; justify-content: center; align-items: center; padding: 0; background: url('../images/map-bg.webp.jpg') center center no-repeat; background-size: cover;}
.map a{ display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2.5rem 4.5rem 4rem; background: url('../images/map.webp') center top no-repeat #ed822c; line-height: 1.5;}
.map a i{ font-size: 4rem; color: var(--light)}
.map a .cn{ font-size: 1.5rem; color: var(--light)}
.map a .en{ font-size: 1rem; color: var(--light)}
/* footer */
footer{ position: relative; padding: 5vw 6.25vw 0; background: url('../images/footer-l.webp') left bottom 4rem no-repeat #ed822c; background-size: 27.1875% auto, 51% auto; overflow: hidden;}
footer:after{ content: ''; position: absolute; bottom: 4rem; left: 0; width: 100%; height: 1px; background: #ed822c; opacity: 0.1;}
footer .foot{ display: grid; grid-template-columns: repeat(12,1fr); grid-column-gap: 1.25vw; grid-row-gap: 2.5vw; padding-bottom: 5vw;}
footer .foot .logo{ grid-column: span 12; display: flex; }
footer .foot .logo a{ width: 24rem; height: 6rem; background: #fff; -webkit-mask: url('../images/logo.png') center center no-repeat; -webkit-mask-size: auto 100%;}
footer .foot .contact{ grid-column: span 3; color: var(--light)}
footer .foot .contact h1{ margin-bottom: 1rem; font-size: 1.5rem; line-height: 2; color: #fffefd}
footer .foot .contact h5{ font-size: 1rem; font-weight: 300; line-height: 2;}
footer .foot .contact-en{ grid-column: span 5; color: var(--light)}
footer .foot .contact-en h1{ margin-bottom: 1rem; font-size: 1.5rem; line-height: 2; color: #fffefd}
footer .foot .contact-en h5{ font-size: 0.875rem; font-weight: 300; line-height: 2rem;}
footer .foot .qrcode{ grid-column: span 2; display: flex; flex-direction: column; align-items: center;}
footer .foot .qrcode img{ width: 7.5rem; height: 7.5rem;}
footer .foot .qrcode span{ font-size: 1rem; font-weight: 700; color: var(--light); text-align: center;}
footer .foot .social{ grid-column: span 2; display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 1.25vw;}
footer .foot .social .itm{ display: flex; flex-direction: column; text-align: center;}
footer .foot .social .itm i{ font-size: 3rem; color: #fffefd}
footer .foot .social .itm .cn{ font-size: 1rem; line-height: 1.5; color: var(--light)}
footer .foot .social .itm .en{ font-size: .75rem; line-height: 2; color: var(--tertiary)}
footer .copyright{ display: flex; justify-content: space-between; align-items: center; font-size: 0.875rem; line-height: 4rem; color: var(--light)}
/*footer .copyright:after{ content: '百航科技 - 网络品牌设计';}*/
footer .gotop{ position: absolute; top: 0; right: 0; left: 0; writing-mode: vertical-lr; display: flex; justify-content: center; align-items: center; width: 3rem; padding: 2em 0; margin: auto; font-size: .875rem; color: var(--light); opacity: 0; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}

/* navigation */
.navigation{ position: fixed; z-index: 9; top: 0; right: 0; display: flex; justify-content: center; align-items: center; width: 100vw; height: 100vh; background: #2c2c2c; transform: translateY(-100vh); transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1);}
.navigation .content{ display: flex; justify-content: space-between; align-items: start; width: 100%; padding: 5vw 6.25vw}
.navigation ul{ position: relative; list-style: none; padding-left: 5rem; transform: translateY(-100vh); opacity: 0; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1) .3s;}
.navigation ul:before{ content: 'Navigation'; position: absolute; top: 0; left: 0; display: block; font-size: 1.5rem; font-weight: 900; text-transform: uppercase; color: #ed822c; writing-mode: vertical-lr; letter-spacing: .25em;}
.navigation ul li{ margin-bottom: 1.5rem; }
.navigation ul li a{ display: block; font-size: 1.5rem; line-height: 1.5; font-weight: 700; color: var(--light)!important}
.navigation ul li a .en{ text-transform: uppercase; font-size: 1rem;}
.navigation ul li a:hover{ color: #ed822c!important}
.navigation dl{ position: relative; color: var(--light); padding-left: 5rem; transform: translateY(-100vh); opacity: 0; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1) .4s;}
.navigation dl:before{ content: 'ContactUs'; position: absolute; top: 0; left: 0; display: block; font-size: 1.5rem; font-weight: 900; text-transform: uppercase; color: #ed822c; writing-mode: vertical-lr; letter-spacing: .25em;}
.navigation dl dt{ font-size: 2rem; line-height: 1; font-weight: 900; padding-bottom: 2rem;}
.navigation dl dd{ font-size: 1rem; line-height: 2.5; font-weight: 500;}
.navigation .qrcode{ position: relative; padding-left: 5rem; transform: translateY(-100vh); opacity: 0; transition: all .5s cubic-bezier(0.45, 0.2, 0.1, 1) .5s;}
.navigation .qrcode:before{ content: 'ContactUs'; position: absolute; top: 0; left: 0; display: block; font-size: 1.5rem; font-weight: 900; text-transform: uppercase; color: #ed822c; writing-mode: vertical-lr; letter-spacing: .25em;}
.navigation .qrcode img{ width: 120px; height: 120px; background: var(--light);}

.navigation.active{ transform: translateY(0);}
.navigation.active ul,
.navigation.active dl,
.navigation.active .qrcode{ opacity: 1; transform: translateY(0);}

.lqspvideo{ width: 100%; height: 100%; margin: auto;}
.lqspvideo video{ display: block; width: 100% !important; height: 100% !important;}


/* @media (max-width: 1800px){
  header .jmenu{width: 58%;}

} */
@media (max-width: 1500px){
	header .jmenu{width: 66%;}
	header.color .jmenu{width: 58%;}
  /*.index{height: 50vh;}*/
}
@media (max-width: 800px){
  .index .slide .itm .info video{display: none;}
}