@charset "utf-8";
:root {
    --LAX---ORANGE: #f37421;
    --lax-90-grey: #1a1a1a;
    --LAX---WARM-WHITE: #e5deda;
    --lax-50-grey: #808080;
    --Switzer-Regular: Switzer-Regular;
    --Switzer-Variable: Switzer-Variable
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

#bsWXBox {
    box-sizing: content-box
}

div, p, span, i, em {
    white-space: inherit !important
}

ul {
    list-style: none
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0
}

html {
    font-size: 1px !important
}

html, body {
    position: relative;
    scroll-behavior: smooth
}

@media (max-width: 1730px) {
    html {
        font-size: .901042px !important
    }
}

@media (max-width: 1600px) {
    html {
        font-size: .824479px !important
    }
}

@media (max-width: 1530px) {
    html {
        font-size: .792708px !important
    }
}

@media (max-width: 1440px) {
    html {
        font-size: .741146px !important
    }
}

@media (max-width: 1366px) {
    html {
        font-size: .702604px !important
    }
}

@media (max-width: 1360px) {
    html {
        font-size: .699479px !important
    }
}

@media (max-width: 1280px) {
    html {
        font-size: .657813px !important
    }
}

@media (max-width: 1200px) {
    html {
        font-size: .510938px !important
    }
}

body {
    font-family: var(--Switzer-Variable), 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
    font-size: 16rem;
    color: #666;
    line-height: 1.1;
    width: 100%;
    background: #fff;
    margin: 0 auto !important;
    word-break: break-word;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

a:link, a:visited {
    text-decoration: none;
    outline: none;
    color: #666
}

a:hover, a:active, a:focus {
    color: #666;
    text-decoration: none
}

img {
    border: 0;
    max-width: 100%;
    height: auto
}

table {
    border-collapse: collapse;
    width: 100%
}

table td {
    font-size: 16rem;
    line-height: 32rem;
    padding: 9rem 15rem;
    color: #212121;
    border: 1px solid #d3d7db
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

input, textarea, select {
    font-size: 16rem;
    outline: 0;
    overflow: hidden;
    font-family: var(--Switzer-Variable), 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer;
    outline: 0
}

input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px
}

textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    padding: 0;
    color: #666;
    outline: 0
}

input[type='submit'], input[type='reset'], input[type='button'], input[type='text'], select, button {
    -webkit-appearance: none
}

input, select, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0
}

::-webkit-input-placeholder {
    color: #888
}

:-moz-placeholder {
    color: #888;
    opacity: 1
}

::-moz-placeholder {
    color: #888;
    opacity: 1
}

:-ms-input-placeholder {
    color: #888
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    clear: both;
    height: 0;
    content: '';
    line-height: 0;
    font-size: 0;
    display: block
}

.pic {
    width: 100%;
    overflow: hidden;
    position: relative
}

.pic img {
    transition: .5s
}

.pic:after {
    content: '';
    display: block;
    padding-bottom: 100%
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    object-fit: cover
}

.ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.ellipsis3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}

.ellipsis4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4
}

.ellipsis5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5
}

.ellipsis6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6
}

.ellipsis7 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translate3d(-70px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft2 {
    animation-name: fadeInLeft2
}

@keyframes fadeInLeft3 {
    0% {
        opacity: 0;
        transform: translate3d(-10px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft3 {
    animation-name: fadeInLeft3
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        transform: translate3d(70px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight2 {
    animation-name: fadeInRight2
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 70px, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp2 {
    animation-name: fadeInUp2
}

@keyframes fadeInDown2 {
    0% {
        opacity: 0;
        transform: translate3d(0, -70px, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown2 {
    animation-name: fadeInDown2
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@keyframes scale {
    0% {
        opacity: 0;
        transform: scale(1.1)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.scale {
    animation-name: scale
}

@keyframes ants {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: Switzer-Regular;
    src: url('../font/Switzer-Regular.woff2') format('woff2'), url('../font/Switzer-Regular.woff') format('woff'), url('../font/Switzer-Regular.ttf') format('truetype'), url('../font/Switzer-Regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Switzer-Variable;
    src: url('../font/Switzer-Variable.woff2') format('woff2'), url('../font/Switzer-Variable.woff') format('woff'), url('../font/Switzer-Variable.ttf') format('truetype'), url('../font/Switzer-Variable.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: HarmonyOS_Sans_SC_Medium;
    src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf');
    font-style: normal;
    font-display: swap
}

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    filter: alpha(opacity=80);
    opacity: 80
}

.prompt span {
    position: absolute;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    top: 55%;
    left: 50%;
    margin-left: -152px;
    width: 304px;
    display: block;
    line-height: 24px;
    color: #666
}

.prompt span a {
    text-decoration: underline
}

.prompt .prompt_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../images/closed.png) no-repeat center center;
    cursor: pointer
}

.sitemap {
    background: #fff
}

.sitemap .home-title {
    margin-bottom: 25rem
}

.sitemap .p {
    color: var(--lax-90-grey)
}

.sitemap .p p {
    margin-bottom: 15rem
}

.sitemap li {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 20rem;
    margin-bottom: 20rem
}

.sitemap li .top1 {
    font-size: 22rem;
    color: var(--lax-90-grey);
    text-transform: uppercase
}

.sitemap li .top1 .txt-2 {
    display: none
}

.sitemap li .top1:hover {
    color: var(--LAX---ORANGE);
    text-decoration: underline
}

.sitemap li .subnav {
    margin-top: 15rem
}

.sitemap li .subnav a {
    font-size: 20rem;
    color: var(--lax-50-grey);
    margin-right: 20rem;
    padding: 5rem 0;
    display: block;
    float: left
}

.sitemap li .subnav a:hover {
    color: var(--LAX---ORANGE);
    text-decoration: underline
}

.fix {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 155777;
    transition: .5s;
    left: 0
}

.transparent {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.6);
    top: 0;
    left: 0;
    z-index: 888;
    backdrop-filter: blur(5px)
}

.transparent.active {
    display: block
}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1632rem
}

.height {
    height: 1px;
    position: absolute;
    top: -80rem;
    left: 0;
    width: 100%
}

.height1 {
    height: 80rem
}

.header {
    height: 80rem;
    width: 1632rem;
    transition: .5s;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: var(--lax-90-grey)
}

.header .container {
    position: relative
}

.header .logo {
    float: left;
    transition: .5s;
    padding-left: 40rem
}

.header .logo a {
    display: block;
    position: relative;
    transition: .5s;
    padding-top: 20rem
}

.header .logo a img {
    display: inline-block;
    vertical-align: top;
    width: 148rem;
    z-index: 5;
    position: relative;
    transition: .5s
}

.header .logo a .lg2 {
    display: none
}

.header .header-right {
    float: right;
    position: relative
}

.header .header-right .menu {
    float: right;
    position: relative;
    width: 40px;
    height: 60px;
    display: none
}

.header .header-right .menu .navPhoneBtn {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.header .header-right .menu .navPhoneBtn svg {
    display: block;
    height: 80px;
    width: 40px
}

.header .header-right .pcmenu {
    float: right;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff
}

.header .header-right .pcmenu a {
    display: block;
    padding: 0 40rem
}

.header .header-right .pcmenu a svg {
    display: block;
    width: 40rem;
    height: 100%
}

.header .header-right .pcmenu .hover {
    position: absolute;
    top: 100%;
    right: 0;
    width: 408rem;
    background: var(--lax-90-grey);
    border-top: 1px solid #fff;
    display: none
}

.header .header-right .pcmenu .hover a {
    display: block;
    padding: 20rem 40rem;
    color: #fff;
    font-size: 40rem;
    line-height: 100%;
 
    text-transform: uppercase;
    border-top: 1px solid #333
}

@media (min-width: 1025px) {
    .header .header-right .pcmenu .hover a:hover {
        color: #808080
    }
}

.header .header-right .pcmenu .hover .other a {
    font-size: 20rem;
    line-height: 100%
}

.header .header-right .lan {
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 111;
    transition: .5s
}

.header .header-right .lan h3 {
    font-size: 20rem;
    padding: 0 40rem;
    line-height: 80rem;
    color: #fff;
    height: 80rem;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header-right .lan h3 img {
    width: 16rem;
    margin-left: 16rem;
    display: inline-block;
    vertical-align: middle
}

.header .header-right .lan h3 .la1 {
    display: none
}

.header .header-right .lan span {
    display: block;
    height: 50rem;
    transition: .7s;
    padding: 0 20rem 0 0;
    font-size: 16rem;
    line-height: 50rem;
    color: #353535;
    display: inline-block;
    vertical-align: middle
}

.header .header-right .lan ul {
    position: absolute;
    top: 100%;
    width: 100%;
    color: #353535;
    display: none;
    background: var(--lax-90-grey);
    border-top: 1px solid #fff;
    right: 0
}

.header .header-right .lan ul li a {
    display: block;
    padding: 20rem 40rem;
    color: #fff;
    font-size: 20rem;
    line-height: 100%;
    letter-spacing: -2rem;
    text-transform: uppercase;
    border-top: 1px solid #333
}

@media (min-width: 1025px) {
    .header .header-right .lan ul li a:hover {
        color: #808080
    }
}

.nav {
    transition: .2s;
    float: right;
    margin-right: 38rem
}

.nav ul {
    z-index: 1
}

.nav ul li {
    float: left;
    margin-left: 35rem;
    position: relative
}

.nav ul li a {
    color: #fff;
    height: 80rem;
    line-height: 80rem;
    font-family: var(--Switzer-Variable);
    font-size: 20rem;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top
}

.nav ul li a > span {
    overflow: hidden;
    height: 80rem;
    line-height: 80rem;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.nav ul li a .txt-1 {
    display: block;
    transition: .5s
}

.nav ul li a .txt-2 {
    display: none;
    transform: translateY(100%);
    transition: .5s
}

.nav ul li .subnav {
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    z-index: 333;
    text-align: left;
    border-top: 1px solid #fff;
    background: var(--lax-90-grey)
}

.nav ul li .subnav ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #fff
}

.nav ul li .subnav ul li {
    width: auto;
    padding: 0;
    float: none;
    margin: 0
}

.nav ul li .subnav ul li a {
    font-size: 16rem;
    line-height: 50rem;
    color: #333 !important;
    height: auto;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-align: left;
    padding: 0 16rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-weight: normal !important;
    display: block
}

.nav ul li .subnav ul li a:after {
    display: none
}

@media (min-width: 1025px) {
    .nav ul li .subnav ul li:hover > a {
        color: #fff !important;
        background: var(--LAX---ORANGE)
    }
}

.nav ul li .subnav .ul {
    overflow: hidden
}

.nav ul li .subnav .ul .li {
    width: 25%;
    float: left
}

.nav ul li .subnav .ul .li a {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    position: relative
}

.nav ul li .subnav .ul .li a:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 33;
    background: #fff
}

.nav ul li .subnav .ul .li .box {
    position: relative;
    overflow: hidden
}

.nav ul li .subnav .ul .li .box:before {
    content: '';
    display: block;
    opacity: 1;
    background: var(--lax-90-grey);
    position: absolute;
    top: -2%;
    left: -2%;
    z-index: 33;
    width: 104%;
    height: 104%;
    transition: .5s
}

.nav ul li .subnav .ul .li .pic {
    background: #fff
}

.nav ul li .subnav .ul .li .pic:after {
    padding-bottom: 66.17647059%
}

.nav ul li .subnav .ul .li .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40rem 40rem;
    z-index: 44
}

.nav ul li .subnav .ul .li .text .bt {
    color: var(--LAX---ORANGE);
    font-size: 16rem;
    line-height: 20rem;
    margin-bottom: 16rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    letter-spacing: -0.8rem;
    text-transform: uppercase
}

.nav ul li .subnav .ul .li .text .span {
    color: #fff;
    font-size: 32rem;
    line-height: 38rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    text-transform: none;
    letter-spacing: -1.6rem
}

.nav ul li .subnav .ul .li .more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40rem 40rem;
    z-index: 44
}

@media (min-width: 1025px) {
    .nav ul li .subnav .ul .li:hover .pic img {
        transform: scale(1.1)
    }

    .nav ul li .subnav .ul .li:hover .box:before {
        opacity: .6
    }

    .nav ul li .subnav .ul .li:hover .more p span {
        border-bottom: 1px solid var(--LAX---ORANGE);
        color: var(--LAX---ORANGE)
    }
}

.nav ul li .subnav .ul .li:nth-child(4n) {
    border-right: 0
}

.nav ul li .subnav .ul .li:nth-child(4n) a:after {
    background: none
}

.nav ul li:hover a {
    color: var(--LAX---ORANGE)
}

.nav ul li.fo3 {
    position: static
}

.nav ul li.fo2{position: static}

.nav ul li.fo2 .subnav .ul .li{width:33.333%;}
.nav ul li:nth-child(1) {
    margin-left: 0
}

.nav ul .active a {
    color: var(--LAX---ORANGE)
}

.headerfix {
    width: 100%
}

.headerfix .container {
    position: static
}

#menu {
    position: fixed;
    top: 0;
    right: -390px;
    width: 390px;
    background: #1A1A1A;
    z-index: 9999;
    height: 100%;
    transition: .5s;
    overflow: auto;
    padding: 72px 0 52px 0;
    max-width:100%;
}

#menu .lan { 
    padding: 15px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
}

#menu .lan a {
    color: #fff;
    font-size: 20px;
    margin: 0 5px 10px 5px
}

#menu .lan .active {
    color: var(--LAX---ORANGE)
}
#menu ul{
    border-top:1px solid #fff;
    overflow: auto;
    height:calc(100vh - 124px);
    max-height: fit-content;
}
#menu ul .subnav {
    display: none;
    text-transform: inherit;
    
}

#menu ul .subnav a { 
    text-transform:none;
    font-size:32px;  line-height: 44px;
    padding: 10px 56px; 
    color:var(--LAX---WARM-WHITE);border-bottom: 1px solid #333;
}

 

 

#menu ul li {
    position: relative;
    border-bottom: 1px solid #333;
    text-transform: uppercase
}

#menu ul li i {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    text-align: center;
    background: url(../images/jia.png) no-repeat center center;
    background-size: 33px
}

#menu ul li.fo6  a{
    font-size:20px;
}
#menu ul li.fo7  a{
    font-size:20px;
}
#menu ul li.active i{
    background: url(../images/jian.png) no-repeat center center;
    background-size: 33px
}
#menu ul li a {
    font-size: 40px;
    color: #fff;
    display: block;
    line-height: 50px;
    padding: 10px 40px ;
    padding-right: 70px;
    position: relative;
    text-transform: uppercase
}

#menu .close {
    display: block;
    height: 36px;
    width: 36px;
    position: absolute;
    right: 17px;
    top: 18px; 
    background: url(../images/Vector.png) no-repeat center center;
    background-size: 24px
}

#menu.show1 {
    right: 0
}

#cookie {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 506rem;
    background: var(--LAX---WARM-WHITE);
    z-index: 9999;
    transition: .5s
}

#cookie .info {
    padding: 24rem
}

#cookie .bt {
    color: var(--lax-90-grey);
    font-size: 16rem;
    margin-bottom: 14rem;
    line-height: 100%;
    letter-spacing: -0.6rem;
    text-transform: uppercase
}

#cookie .p {
    color: var(--lax-90-grey);
    font-size: 14rem;
    line-height: 100%;
    letter-spacing: -0.6rem
}

#cookie .p a {
    text-decoration: underline;
    color: var(--lax-90-grey)
}

@media (min-width: 1025px) {
    #cookie .p a:hover {
        color: var(--LAX---ORANGE)
    }
}

#cookie .btn {
    border-top: 1px solid var(--LAX---ORANGE)
}

#cookie .btn a {
    color: var(--lax-90-grey);
    font-size: 16rem;
    line-height: 180%;
    height: 100%;
    letter-spacing: -0.8rem;
    text-transform: uppercase;
    display: block;
    float: left;
    border-right: 1px solid var(--LAX---ORANGE);
    text-align: center;
    text-decoration: underline;
    padding: 20rem;
    width: 171rem
}

#cookie .btn a:nth-child(1) {
    width: 202rem
}

#cookie .btn a:nth-last-child(1) {
    width: 133rem;
    border-right: 0;
    background: var(--LAX---ORANGE);
    color: #fff
}

.pc {
    display: block
}

.phone {
    display: none
}

@media (max-width: 1025px) {
    .phone {
        display: block
    }

    .pc {
        display: none
    }
}

@keyframes pulse512 {
    0% {
        box-shadow: 0 0 0 0 #f08519
    }
    70% {
        box-shadow: 0 0 0 10px rgba(240, 133, 25, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(240, 133, 25, 0)
    }
}

@keyframes pulse513 {
    0% {
        box-shadow: 0 0 0 0 #0132c3
    }
    70% {
        box-shadow: 0 0 0 10px rgba(240, 133, 25, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(240, 133, 25, 0)
    }
}

.more a, .more p {
    height: 28.8rem
}

.more a span, .more p span {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16rem;
    line-height: 28.8rem;
    letter-spacing: -0.8rem;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top
}

@media (min-width: 1025px) {
    .more a:hover span {
        border-bottom: 1px solid var(--LAX---ORANGE);
        color: var(--LAX---ORANGE)
    }
}

.more0 a span, .more0 p span {
    border-bottom: 1px solid var(--lax-90-grey);
    color: var(--lax-90-grey)
}

.more1 a, .more1 p {
    display: inline-block;
    vertical-align: top
}

.more1 a span, .more1 p span {
    color: #fff;
    font-size: 16rem;
    letter-spacing: -0.8rem;
    border-radius: 80rem;
    border: 1px solid #fff;
    padding: 16rem 16rem 16rem 48rem;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    position: relative;
    transition: .5s
}

.more1 a span i, .more1 p span i {
    width: 16rem;
    height: 16rem;
    background: var(--LAX---ORANGE);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 16rem;
    transform: translateY(-50%);
    transition: .5s
}

@media (min-width: 1025px) {
    .more1 a:hover span {
        padding: 16rem 16rem 16rem 48rem;
        background: #fff;
        color: var(--lax-90-grey)
    }

    .more1 a:hover span i {
        width: 32rem;
        height: 32rem;
        left: 8rem
    }
}

.more1h a span, .more1h p span {
    border: 1px solid var(--lax-90-grey);
    color: var(--lax-90-grey)
}

@media (min-width: 1025px) {
    .more1h a:hover span {
        background: var(--lax-90-grey);
        color: #fff
    }
}

.more1p a span, .more1p p span {
    border: 1px solid var(--lax-90-grey);
    color: var(--lax-90-grey)
}

.more1p a span i, .more1p p span i {
    background: var(--lax-90-grey)
}

@media (min-width: 1025px) {
    .more1p a:hover span {
        background: var(--lax-90-grey);
        color: #fff
    }

    .more1p a:hover span i {
        background: var(--LAX---ORANGE)
    }
}

.center {
    text-align: center
}

.home-title {
    color: var(--lax-90-grey);
    font-size: 40rem;
    letter-spacing: -2rem;
    text-transform: uppercase
}

.title14 {
    font-size: 14rem;
    line-height: 100%;
    line-height: 18rem;
    letter-spacing: -0.4rem
}

.title16 {
    font-size: 16rem;
    line-height: 100%;
    line-height: 20rem;
    letter-spacing: -0.8rem
}

.title20 {
    font-size: 20rem;
    line-height: 100%;
    line-height: 24rem;
    letter-spacing: -1rem
}

.title32 {
    font-size: 32rem;
    line-height: 100%;
    line-height: 39rem;
    letter-spacing: -1.6rem
}

.title64 {
    font-size: 64rem;
    line-height: 100%;
    line-height: 76rem;
    letter-spacing: -3.2rem
}

.white {
    color: #fff
}

.black {
    color: #000
}

.banner {
    position: relative
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes wave {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.swiper-renewal-main {
    position: relative;
    overflow: hidden
}

.swiper-renewal-main .swiper-slide {
    overflow: hidden
}

.swiper-renewal-main .swiper-slide img, .swiper-renewal-main .swiper-slide video {
    display: block;
    width: 100%;
    object-fit: cover
}

.swiper-renewal-main .swiper-slide img {
    -webkit-animation: wave 2s alternate;
    animation: wave 2s alternate
}

.swiper-renewal-main .img {
    position: relative;
    overflow: hidden;
    width: 100%
}

.swiper-renewal-main .img:after {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 44;
    content: '';
    display: block
}

.swiper-renewal-main .img1 {
    display: none
}

.swiper-renewal-main .banner-hover {
    position: absolute;
    top: 12%;
    left: 0;
    width: 100%;
    z-index: 340;
    padding-top: 80rem
}

.swiper-renewal-main .banner-hover .info {
    width: 680rem
}

.swiper-renewal-main .title64 {
    margin-bottom: 25rem;
    color: #fff;
    text-transform: uppercase
}

.swiper-renewal-main .span {
    color: #fff;
    margin-bottom: 31rem
}

.swiper-renewal-main .swiper-slide-active img {
    -webkit-animation: wave 2s alternate;
    animation: wave 2s alternate
}

.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
    -webkit-animation: fadeInUp2 2s alternate;
    animation: fadeInUp2 2s alternate
}

.swiper-renewal-main .swiper-slide-active .banner-hover .span {
    -webkit-animation: fadeInUp2 3.5s alternate;
    animation: fadeInUp2 3.5s alternate
}

.swiper-renewal-main .swiper-slide-active .banner-hover .more1 {
    -webkit-animation: fadeInUp2 4.5s alternate;
    animation: fadeInUp2 4.5s alternate
}

.swiper-renewal-main .swiper-pagination {
    bottom: 36rem;
    top: auto;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    left: 50%;
    height: auto;
    font-size: 0;
    width: auto;
    transform: translateX(-50%)
}

.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background: #fff;
    opacity: 1
}

.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet button:before {
    display: none
}

.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
    width: 20rem;
    background: #fff;
    border-radius: 5rem
}

.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active button:before {
    display: none
}

.swiper-renewal-main .swiper-button-next, .swiper-renewal-main .swiper-button-prev {
    width: 60rem;
    height: 80rem;
    background: rgba(0, 0, 0, 0.5);
    left: 0
}

.swiper-renewal-main .swiper-button-next:after, .swiper-renewal-main .swiper-button-prev:after {
    color: #fff;
    font-size: 24rem
}

.swiper-renewal-main .swiper-button-next {
    right: 0;
    left: auto
}

.solution-banner .img, .solution-banner .img1 {
    position: relative
}

.solution-banner .img::after, .solution-banner .img1::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5)
}

.home-precision {
    padding: 114rem 0;
    background: var(--LAX---WARM-WHITE)
}

.home-precision .home-bottom {
    padding-top: 31rem
}

.home-precision .home-bottom ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center
}

.home-precision .home-bottom ul li {
    flex: 1
}

.home-precision .home-bottom ul li .box {
    padding: 78rem 86rem;
    background: var(--lax-90-grey);
    border-right: 1px solid var(--LAX---WARM-WHITE);
    height: 100%
}

.home-precision .home-bottom ul li .bt {
    color: var(--LAX---ORANGE);
    margin-bottom: 10rem;
    text-transform: uppercase
}

.home-precision .home-bottom ul li .span {
    color: #fff
}

.home-precision .home-bottom ul li:nth-last-child(1) .box {
    border-right: 0
}

.home-proven {
    padding: 113rem 0;
    overflow: hidden
}

.home-proven .home-bottom {
    padding-top: 30rem
}

.home-proven .home-bottom .swiper-proven {
    width: 1088rem;
    margin: 0 auto;
    margin-bottom: 38rem
}

.home-proven .home-bottom .hbtn {
    width: 1088rem;
    margin: 0 auto
}

.provenlist .item {
    border-right: 1px solid #fff
}

.provenlist .item .pic:after {
    padding-bottom: 56.25%
}
.provenlist .item .pic img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.provenlist .item .text {
    padding-bottom: 35rem
}

.provenlist .item .bt {
    color: var(--LAX---ORANGE);
    text-transform: uppercase;
    margin-bottom: 10rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.provenlist .item .span {
    color: var(--lax-90-grey);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.provenlist .item .more {
    padding-top: 5rem;
    transition: .5s;
    opacity: 0
}

@media (min-width: 1025px) {
    .provenlist .item:hover .pic img {
        transform: scale(1.1)
    }
}

.provenlist .swiper-slide-active .more {
    opacity: 1
}

.hbtn {
    text-align: center
}

.hbtn .swiper-button-prev, .hbtn .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    width: 48rem;
    height: 48rem;
    padding: 16rem;
    border-radius: 24rem;
    margin: 0;
    border: 1px solid var(--lax-90-grey);
    float: left
}

.hbtn .swiper-button-prev:after, .hbtn .swiper-button-next:after {
    content: ''
}

.hbtn .swiper-button-prev svg, .hbtn .swiper-button-next svg {
    fill: var(--LAX---ORANGE);
    display: block;
    margin-right: 2px
}

@media (min-width: 1025px) {
    .hbtn .swiper-button-prev:hover, .hbtn .swiper-button-next:hover {
        background: var(--lax-90-grey)
    }
}

.hbtn .swiper-button-next {
    float: right;
    right: auto
}

.hbtn .swiper-button-next svg {
    margin-left: 2px;
    margin-right: 0
}

.hbtn .more1 {
    display: inline-block;
    vertical-align: top
}

.home-engineered {
    padding: 114rem 0;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    background: var(--lax-90-grey)
}

.home-engineered .home-bottom {
    padding-top: 30rem
}

.home-engineered .home-bottom .swiper-product {
    overflow: hidden;
    position: relative;
    margin-bottom: 74rem
}

.home-engineered .home-bottom .swiper-product .item {
    width: 33.33333333%;
    float: left
}

.home-engineered .home-bottom .swiper-product .item .box {
    border-right: 1px solid var(--lax-90-grey)
}

@media (min-width: 1025px) {
    .home-engineered .home-bottom .swiper-product .item:hover .pic:after {
        padding-bottom: 100%
    }
}

@media (min-width: 1025px) {
    .home-engineered .home-bottom .swiper-product:hover .pic:after {
        padding-bottom: 80%
    }
}

.productlist .item .pic {
    background: #fff
}

.productlist .item .pic:after {
    transition: .5s
}

.productlist .item .text {
    padding-bottom: 33rem
}

.productlist .item .bt {
    color: var(--LAX---ORANGE);
    text-transform: uppercase;
    margin-bottom: 10rem;
    height: 20rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.productlist .item .span {
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.productlist .item .more {
    padding-top: 5rem;
    transition: .5s;
    opacity: 0
}

.productlist .item .more p {
    height: auto
}

@media (min-width: 1025px) {
    .productlist .item:hover .pic img {
        transform: scale(1.1)
    }

    .productlist .item:hover .more {
        opacity: 1
    }
}

.productlist .swiper-slide-active .more {
    opacity: 1
}

.home-built {
    padding: 114rem 0;
    overflow: hidden;
    background: var(--lax-90-grey)
}

.home-built .home-bottom {
    padding-top: 30rem
}

.home-built .home-bottom .solutionlist {
    overflow: hidden;
    position: relative;
    margin-bottom: 74rem
}

.home-built .home-bottom .solutionlist .item {
    width: 100%
}

.solutionlist .item {
    float: left
}

.solutionlist .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.solutionlist .item .pic:after {
    padding-bottom: 33.66666667%;
    transition: 0.5s;
}

.solutionlist .item .text {
    padding-bottom: 33rem
}

.solutionlist .item .bt {
    color: var(--LAX---ORANGE);
    text-transform: uppercase;
    margin-bottom: 10rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.solutionlist .item .span {
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.solutionlist .item .more {
    padding-top: 5rem;
    transition: .5s;
    opacity: 0
}

@media (min-width: 1025px) {
    .solutionlist .item:hover .pic img {
        transform: scale(1.1)
    } 
    
    .solutionlist:hover  .item .pic:after {
        padding-bottom: 23.333333336%;
    }
    .solutionlist .item:hover .pic:after{
        padding-bottom: 33.66666667%
    }
}


.home-stadium {
    overflow: hidden;
    background: none
}

.home-stadium .home-bottom ul li .box {
    padding: 72rem 86rem
}

.home-stadium .home-bottom ul li .title64 {
    color: #fff;
    text-transform: uppercase
}

.home-stadium .home-bottom ul li .bt {
    margin-top: 10rem;
    margin-bottom: 0
}

.home-engineering {
    overflow: hidden;
    background: #fff
}

.home-engineering .nr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
    display: flex;
    align-items: center
}

.home-engineering .nr .left {
    margin-right: -144rem;
    width: 59%;
    float: right; 
}

.home-engineering .nr .left video {
    display: block;
    width: 50vw;
    max-width: initial;
}

.home-engineering .nr .right {
    float: left;
    width: 43%
}

.home-engineering .nr .right .home-title {
    margin-bottom: 28rem;
	margin-top:52rem;
}

.home-engineering .nr .p {
    color: var(--lax-90-grey);
    margin-bottom: 113rem
}

.home-latest {
    padding: 114rem 0;
    overflow: hidden;
    position: relative;
    background: #fff
}

.home-latest .home-bottom {
    padding-top: 26rem
}

.home-latest .home-bottom .swiper-latest {
    margin: 0 auto;
    margin-bottom: 40rem
}

.home-latest .home-bottom .swiper-latest .item {
    width: 33.33333333%
}

.home-latest .home-bottom .swiper-latest .item .box {
    padding-right: 1px
}

.home-latest .home-bottom .hbtn {
    width: 33.33333333%;
    margin: 0 auto
}

.latestlist .item .box {
    position: relative
}

.latestlist .item .pic:before {
    content: '';
    display: block;
    opacity: 1;
    background: var(--LAX---WARM-WHITE);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 33;
    width: 100%;
    height: 100%;
    transition: .5s
}

.latestlist .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.latestlist .item .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40rem 40rem;
    z-index: 44
}

.latestlist .item .span {
    color: var(--lax-90-grey);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}

.latestlist .item .p {
    color: var(--lax-90-grey);
    font-size: 20rem;
    line-height: 100%;
    line-height: 24rem;
    letter-spacing: -1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40rem 40rem;
    z-index: 44
}

.latestlist .item .p .info {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}

.latestlist .item .more {
    padding-top: 5rem;
    transition: .5s;
    opacity: 0
}

@media (min-width: 1025px) {
    .latestlist .item:hover .pic img {
        transform: scale(1.1)
    }

    .latestlist .item:hover .pic:before {
        opacity: 0
    }

    .latestlist .item:hover .span {
        color: #fff
    }

    .latestlist .item:hover .p {
        color: #fff
    }

    .latestlist .item:hover .more {
        opacity: 1
    }
}

.home-planning {
    background: var(--LAX---ORANGE)
}

.home-stay {
    padding: 117rem 0;
    overflow: hidden;
    background: var(--LAX---WARM-WHITE)
}

.home-stay .home-bottom {
    padding-top: 28rem
}

.home-stay .p {
    color: var(--lax-90-grey);
    margin-bottom: 34rem
}

.home-stay .input {
    font-size: 0;
    text-align: center
}

.home-stay .input input {
    width: 544rem;
    height: 52rem;
    padding: 0 18rem;
    color: var(--lax-50-grey);
    /*text-transform: uppercase;*/
    border-radius: 80rem;
    border: 1px solid var(--lax-90-grey);
    display: inline-block;
    vertical-align: top;
    background: none;
    margin: 0 8rem
}

@media (min-width: 1025px) {
    .home-stay .input input:focus {
        border: 1px solid var(--LAX---ORANGE)
    }
}

.home-stay .input .more1 {
    display: inline-block;
    vertical-align: top;
    margin: 0 8rem
}

.footer {
    overflow: hidden;
    background: var(--lax-90-grey)
}

.footer .footer-top {
    padding: 113rem 0 187rem 0;
    overflow: hidden
}

.footer .footer-top .footer-left {
    float: left;
    width: 45%;
    color: #fff;
    text-transform: uppercase
}

.footer .footer-top .footer-right {
    float: right;
    width: 42%
}

.footer .footer-top .footer-right .item {
    width: 40%;
    float: left
}

.footer .footer-top .footer-right .item .h3 {
    color: var(--LAX---ORANGE);
    margin-bottom: 13rem;
    text-transform: uppercase
}

.footer .footer-top .footer-right .item ul li {
    margin-bottom: 10rem
}

.footer .footer-top .footer-right .item ul li a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 16rem;
    line-height: 26rem;
    border-bottom: 1px solid #fff;
    letter-spacing: -0.8rem;
    text-transform: uppercase
}

@media (min-width: 1025px) {
    .footer .footer-top .footer-right .item ul li a:hover {
        color: var(--LAX---ORANGE);
        border-bottom: 1px solid var(--LAX---ORANGE)
    }
}

.footer .footer-top .footer-right .item .p {
    color: #fff;
    font-size: 24rem;
    line-height: 156%;
    letter-spacing: -1.2rem
}

.footer .footer-top .footer-right .item .p span {
    text-transform: uppercase;
    margin-right: 20rem
}

.footer .footer-top .footer-right .item .p a {
    color: #fff
}

@media (min-width: 1025px) {
    .footer .footer-top .footer-right .item .p a:hover {
        color: var(--LAX---ORANGE);
        text-decoration: underline
    }
}

.footer .footer-top .footer-right .item:nth-last-child(1) {
    width: 50%
}

.footer .footer-center {
    padding-bottom: 118rem
}

.footer .footer-center .nr {
    justify-content: space-between;
    display: flex;
    align-items: end
}

.footer .footer-center .left {
    float: left
}

.footer .footer-center img {
    width: 148rem;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 125rem
}

.footer .footer-center a {
    display: inline-block;
    vertical-align: text-bottom;
    color: #fff;
    font-size: 12rem;
    line-height: 100%;
    margin-right: 50rem;
    letter-spacing: -0.6rem;
    text-transform: uppercase
}

@media (min-width: 1025px) {
    .footer .footer-center a:hover {
        color: var(--LAX---ORANGE);
        text-decoration: underline
    }
}

.footer .footer-center .right {
    float: right
}

.footer .footer-center .right p {
    display: inline-block;
    vertical-align: text-bottom;
    color: #fff;
    font-size: 12rem;
    line-height: 100%;
    letter-spacing: -0.6rem;
    text-transform: uppercase
}

.footer .footer-bottom {
    color: var(--lax-50-grey);
    font-size: 12rem;
    line-height: 100%;
    letter-spacing: -0.6rem;
    text-transform: uppercase;
    border-top: 1px solid var(--lax-50-grey);
    padding: 15rem 0
}

.content {
    min-height: 600rem;
    padding: 113rem 0
}

.findnone .info {
    width: 42%
}

.findnone .bt {
    color: var(--lax-90-grey);
    text-transform: uppercase
}

.findnone .span {
    color: var(--lax-90-grey);
    margin-top: 24rem;
    margin-bottom: 34rem
}

.solutions {
    padding: 0
}

.solutions01 {
    background: none;
    overflow: hidden
}

.solutions02 {
    overflow: hidden
}

.solutionslist .item {
    position: relative; 
}

.solutionslist .item .box {
    justify-content: space-between;
    display: flex;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.solutionslist .item .img {
    margin-right: -144rem;
    width: 59%;
    float: right; 
    
}
.solutionslist .item .img .swiper{
    width: 50vw;
    overflow: hidden;
    position: relative;
}

.solutionslist .item .img .swiper-pagination {
    bottom: 36rem;
    top: auto;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    left: 50%;
    height: auto;
    font-size: 0;
    width: auto;
    transform: translateX(-50%)
}

.solutionslist .item .img .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background: #fff;
    opacity: 1
}

.solutionslist .item .img .swiper-pagination .swiper-pagination-bullet button:before {
    display: none
}

.solutionslist .item .img .swiper-pagination .swiper-pagination-bullet-active {
    width: 20rem;
    background: #fff;
    border-radius: 5rem
}
.solutionslist .item .pic:after {
    padding-bottom: 72.70833333%
}

.solutionslist .item .pic img {
    width: 50vw;
    height: 100%; 
    max-width:initial;
    object-fit: cover
}

.solutionslist .item .text {
    float: left;
    width: 42%
}

.solutionslist .item .text .bt {
    color: var(--LAX---ORANGE);
    text-transform: uppercase
}

.solutionslist .item .text .span {
    color: var(--lax-90-grey);
    margin-top: 11rem;
    margin-bottom: 31rem
}

.solutionslist .item .text .p {
    color: var(--lax-90-grey)
}

.solutionslist .item .text .h3 {
    margin-top: 35rem;
    text-transform: uppercase;
    margin-bottom: 12rem;
    color: var(--lax-90-grey)
}

.solutionslist .item .text .pp {
    color: var(--lax-90-grey);
    margin-bottom: 113rem
}

.solutionslist .item .text .pp ul li {
    list-style: disc
}

.solutions03 {
    padding: 113rem 0;
    background: var(--LAX---WARM-WHITE);
    position: relative
}

.solutions03 .solutions-bottom {
    padding-top: 28rem
}

.solutions03 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 50rem;
    grid-column-gap: 272rem
}

.solutions03 ul li .pic:after {
    padding-bottom: 75%
}

.solutions03 ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.solutions03 ul li .bt {
    color: var(--lax-90-grey)
}

.solutions03 ul li .p {
    color: var(--lax-90-grey);
    margin-bottom: 35rem;
    margin-top: 33rem;
    overflow: hidden;
    min-height: 96rem
}

@media (min-width: 1025px) {
    .solutions03 ul li:hover .pic img {
        transform: scale(1.1)
    }
}

.solutions04 .nr .p {
    margin-bottom: 0
}

.solutions04 .span {
    color: var(--lax-90-grey);
    margin-top: 11rem;
    margin-bottom: 31rem
}

.solutions04 .h3 {
    margin-top: 35rem;
    text-transform: uppercase;
    margin-bottom: 12rem;
    color: var(--lax-90-grey)
}

.solutions04 .pp {
    color: var(--lax-90-grey);
    margin-bottom: 43rem
}
.solutions04  .more1{margin-bottom:60rem;}
.solutions04 .pp ul li {
    list-style: disc
}

.solutions05 {
    padding: 104rem 0;
    background: var(--lax-90-grey)
}

.solutions05 .right {
    width: 42%
}

.solutions05 .bt {
    color: #fff;
    text-transform: uppercase
}

.solutions05 .span {
    color: #fff;
    margin-top: 24rem;
    margin-bottom: 114rem
}

.news {
    padding: 78rem 0
}

.news .news-bottom {
    padding-top: 28rem
}

.news .latestlist1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 1px;
    grid-column-gap: 1px
}

.news01 .span {
    margin-bottom: 114rem
}

.news02 {
    overflow: hidden;
    position: relative;
    padding: 112rem 0;
    background: var(--lax-90-grey)
}

.news02 .news-bottom {
    overflow: hidden;
    position: relative;
    padding-top: 27rem;
    padding-bottom: 40rem
}

.current {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 4
}

.current a {
    color: #fff
}

.current b {
    font-weight: normal
}

.current1 {
    color: #808080
}

.current1 a {
    color: #808080
}

.news-banner {
    padding: 196rem 0 116rem 0;
    position: relative;
    overflow: hidden
}

.news-banner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5)
}

.news-banner .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1
}

.news-banner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-banner .bg img {
    -webkit-animation: wave 2s alternate;
    animation: wave 2s alternate
}

.news-banner .span {
    color: #fff;
    text-transform: uppercase;
    margin-top: 75rem;
    margin-bottom: 8rem;
    position: relative;
    z-index: 4
}

.news-banner .bt {
    color: #fff;
    margin-bottom: 26rem;
    text-transform: uppercase;
    position: relative;
    z-index: 4
}

.news-banner .list {
    position: relative;
    z-index: 4;
    margin-bottom: 36rem
}

.news-banner .list span {
    text-transform: uppercase;
    border: 1px solid #fff;
    line-height: 26rem;
    padding: 0 10rem;
    font-size: 10rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 15rem;
    color: #fff
}

.news-banner .p {
    color: #fff;
    position: relative;
    z-index: 4
}

.stadiums-banner .bt {
    margin-bottom: 6rem
}

.news-show {
    background: #fff
}

.news-show .news-bottom {
    width: 50%;
    margin: 0 auto
}

.news-show .news-info {
    color: var(--lax-90-grey);
    padding-top: 25rem;
    padding-bottom: 25rem
}

.news-show .news-info video {
    width: 100%;
    display: block
}

.contact {
    padding: 0
}

.contact01 {
    overflow: hidden
}

.contact01 .nr {
    justify-content: space-between;
    display: flex
}

.contact01 .left {
    float: left;
    width: 40%;
    padding-top: 80rem
}

.contact01 .left .info {
    padding: 111rem 0
}

.contact01 .left .bt {
    text-transform: uppercase;
    color: var(--lax-90-grey)
}

.contact01 .left .span {
    color: var(--lax-90-grey);
    margin-top: 27rem;
    margin-bottom: 71rem
}

.contact01 .left .ul .li {
    margin-bottom: 21rem
}

.contact01 .left .h3 {
    color: var(--LAX---ORANGE);
    text-transform: uppercase;
    margin-bottom: 12rem
}

.contact01 .left .p {
    color: var(--lax-90-grey);
    overflow: hidden
}

.contact01 .left .p p {
    margin-bottom: 13rem
}

.contact01 .left .p a {
    color: var(--lax-90-grey);
    display: block
}

.contact01 .right {
    float: right;
    width: 59%;
    padding-top: 80rem;
    margin-right: -144rem;
    position: relative;
    
}
.contact01 .right:after{
    content:'';
    display: block;
    width:50vw;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    background: var(--LAX---WARM-WHITE);
}
.contact01 .right .info {
    padding: 111rem 286rem 111rem 134rem;
    position: relative;
    z-index:3;
}

.contact01 .right .p {
    margin-top: 30rem;
    margin-bottom: 37rem;
    color: var(--lax-90-grey)
}

.contact01 .right ul li {
    margin-bottom: 15rem
}

.contact01 .right ul li .input {
    width: 100%;
    background: none;
    /*text-transform: uppercase;*/
    height: 48rem;
    line-height:26rem;
    border-radius: 30rem;
    padding: 10rem 20rem;
    line-height:48rem;
    border: 1px solid var(--lax-90-grey)
}

@media (min-width: 1025px) {
    .contact01 .right ul li .input:focus {
        border: 1px solid var(--LAX---ORANGE)
    }
}

.contact01 .right ul li a {
    text-decoration: underline;
    color: var(--lax-90-grey)
}

@media (min-width: 1025px) {
    .contact01 .right ul li a:hover {
        color: var(--LAX---ORANGE)
    }
}

.contact01 .right label {
    font-size: 12rem;
    line-height: 24rem;
    color: #333;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative
}

.contact01 .right label input[type='checkbox'], .contact01 .right label input[type='radio'] {
    cursor: pointer;
    position: absolute;
    width: 24rem;
    height: 24rem;
    line-height: 16rem;
    font-size: 12rem;
    border-radius: 0;
    border: 0 !important;
    opacity: 0;
    top: 0;
    left: 0
}

.contact01 .right label .links-text {
    padding-left: 20rem;
    position: relative;
    display: block
}

.contact01 .right label input[type='checkbox'] + .links-text::before, .contact01 .right label input[type='radio'] + .links-text:before {
    position: absolute;
    top: 4rem;
    left: 0;
    color: #000;
    width: 16rem;
    height: 16rem;
    border-radius: 5rem;
    display: inline-block;
    visibility: visible;
    padding-left: 0;
    text-align: center;
    content: '';
    border: 1px solid var(--lax-90-grey)
}

.contact01 .right label input[type='checkbox'] + .links-text::after, .contact01 .right label input[type='radio'] + .links-text:after {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    width: 16rem;
    height: 16rem;
    border-radius: 5rem;
    display: inline-block;
    visibility: visible;
    padding-left: 0;
    text-align: center;
    content: ''
}

.contact01 .right label input[type='radio'] + .links-text:before {
    border-radius: 50%
}

.contact01 .right label input[type='radio'] + .links-text:after {
    width: 12rem;
    height: 12rem;
    left: 2rem;
    top: 6rem
}

.contact01 .right label input[type='checkbox']:checked + .links-text, .contact01 .right label input[type='radio']:checked + .links-text {
    color: var(--LAX---ORANGE)
}

.contact01 .right label input[type='checkbox']:checked + .links-text::after {
    content: '';
    color: #fff;
    display: block;
    background: var(--LAX---ORANGE) url(../images/gou.png) no-repeat center center;
    background-size: 13px
}

.contact01 .right label input[type='radio']:checked + .links-text:before {
    border: 1px solid var(--LAX---ORANGE)
}

.contact01 .right label input[type='radio']:checked + .links-text:after {
    content: '';
    color: #fff;
    display: block;
    border-radius: 50%;
    background: var(--LAX---ORANGE)
}

.contact02 {
    padding: 108rem 0
}

.contact02 .left {
    width: 44%
}

.contact02 .span {
    margin-top: 30rem;
    margin-bottom: 31rem;
    color: var(--lax-90-grey)
}

.contact02 .h3 {
    color: var(--LAX---ORANGE);
    text-transform: uppercase;
    margin-bottom: 12rem
}

.contact02 .p a {
    color: var(--lax-90-grey);
    display: block
}

.contact03 .home-bottom {
    padding-top: 0
}

.contact04 {
    padding: 113rem 0
}

.contact04 .contact-bottom {
    padding-top: 14rem
}

.contact04 .contact-bottom ul li {
    border-bottom: 1px solid #808080
}

.contact04 .contact-bottom ul li a {
    display: block;
    position: relative
}

.contact04 .contact-bottom ul li a .box {
    line-height: 49rem;
    color: var(--lax-90-grey)
}

.contact04 .contact-bottom ul li a .bt {
    padding-right: 131rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.contact04 .contact-bottom ul li a span {
    position: absolute;
    top: 0;
    right: 7rem
}

.contact04 .contact-bottom ul li a span i {
    width: 24rem;
    height: 24rem;
    border-radius: 50%;
    border: 1px solid var(--lax-90-grey);
    background: url(../images/down.png) no-repeat center center;
    background-size: 7rem;
    margin-left: 8rem;
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 1025px) {
    .contact04 .contact-bottom ul li a:hover .box {
        color: var(--LAX---ORANGE)
    }
}

.about {
    padding: 0
}

.about01 .nr .right {
    width: 40%
}

.about01 .nr .right .home-title {
    margin-bottom: 25rem
}

.about01 .nr .p {
    width: 84%;
    margin: 0
}

.about01 .nr .p p {
    margin-bottom: 15rem
}

.about02 {
    padding: 111rem 0
}

.about03 {
    overflow: hidden;
    background: var(--lax-90-grey)
}

.about03 .nr {
    justify-content: space-between;
    display: flex;
    align-items: center
}

.about03 .nr .left {
    margin-left: -144rem;
    width: 59%;
    float: right
}

.about03 .nr .left img {
    display: block
}

.about03 .nr .right {
    float: left;
    width: 42%
}

.about03 .nr .right .home-title {
    margin-bottom: 28rem
}

.about03 .nr .p {
    color: #fff;
    width: 84%
}

.about04 {
    padding: 120rem 0
}

.about04 .left {
    width: 59%
}

.about04 .left .span {
    color: var(--lax-90-grey);
    margin-top: 30rem
}

.choose {
    padding: 24rem 0
}

.choose .item {
    position: relative;
    text-align: center;
    font-size: 0;
    padding: 0 150rem;
    margin-bottom: 20rem
}

.choose .item span {
    color: var(--lax-50-grey);
    text-transform: uppercase;
    line-height: 45rem;
    position: absolute;
    top: 0;
    left: 0
}

.choose .item .bn {
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 45rem
}

.choose .item .bn a {
    color: var(--lax-50-grey);
    font-size: 16rem;
    border-bottom: 1px solid var(--lax-50-grey)
}

@media (min-width: 1025px) {
    .choose .item .bn a:hover {
        color: var(--LAX---ORANGE);
        border-bottom: 1px solid var(--LAX---ORANGE)
    }
}

.choose .item .li {
    display: inline-block;
    vertical-align: top
}

.choose .item .li1 .p a {
    width: 140rem
}

.choose .item .p {
    padding: 0 20rem;
    display: flex;
    align-items: center
}

.choose .item .p a {
    display: inline-block;
    vertical-align: top;
    padding: 0 10rem;
    width: 210rem;
    color: #fff;
    font-size: 20rem;
    line-height: 45rem;
    text-transform: uppercase;
    border: 1px solid #fff;
    transition: .5s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

@media (min-width: 1025px) {
    .choose .item .p a:hover {
        border: 1px solid var(--LAX---ORANGE);
        color: var(--lax-90-grey);
        background: var(--LAX---ORANGE)
    }
}

.choose .item .p .active {
    border: 1px solid var(--LAX---ORANGE);
    color: var(--lax-90-grey);
    background: var(--LAX---ORANGE)
}

.product {
    background: var(--lax-90-grey)
}

.productlist1 .item {
    width: 33.33333333%;
    float: left;
    padding-right: 1px;
    margin-bottom: 1px
}

.productlist1 .item .box {
    padding-bottom: 40rem;
    background: #fff
}

.productlist1 .item .pic:after {
    padding-bottom: 73.52941176%
}

.productlist1 .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.productlist1 .item .text {
    padding: 0 46rem
}

.productlist1 .item .span {
    color: var(--lax-90-grey);
    margin-bottom: 11rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.productlist1 .item .p span {
    text-transform: uppercase;
    border: 1px solid var(--lax-90-grey);
    color: var(--lax-90-grey);
    line-height: 26rem;
    padding: 0 10rem;
    font-size: 10rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 15rem
}

.product01 .span {
    color: var(--lax-90-grey);
    margin-top: 11rem;
    margin-bottom: 114rem
}

.stadiums {
    background: var(--lax-90-grey)
}

.stadiumslist .item .box {
    padding-bottom: 0
}

.stadiumslist .item .pic:after {
    padding-bottom: 67.64705882%
}

.stadiumslist .item .text {
    padding: 37rem 46rem
}

.stadiums-show {
    padding: 0
}

.stadiums01 {
    padding: 98rem 0 100rem 0;
    overflow: hidden
}

.stadiums01 .nr {
    justify-content: space-between;
    display: flex;
    margin: 0 -136rem
}

.stadiums01 .nr .item {
    padding: 0 136rem;
    width: 50%
}

.stadiums01 .nr .item .p {
    color: var(--lax-90-grey);
    margin-top: 29rem;
    padding-right: 105rem
}

.stadiums01 .nr .item .p p {
    margin-bottom: 15rem
}

.stadiums02 {
    padding: 120rem 0;
    overflow: hidden
}

.stadiums02 .hbtn {
    width: 1088rem;
    margin: 0 auto
}

.swiper-stadiums {
    position: relative;
    width: 1088rem;
    height: 612rem;
    margin: 0 auto;
    margin-bottom: 34rem
}

.swiper-stadiums .item .pic {
    width: 75%;
    transition: .5s
}

.swiper-stadiums .item .pic:after {
    padding-bottom: 56.25%
}

.swiper-stadiums .swiper-slide-prev .pic {
    float: right
}

.swiper-stadiums .swiper-slide-active .pic {
    width: 100%;
    margin: 0 auto
}

.swiper-stadiumss .item {
    width: 33.3333%
}

.product-banner {
    background: var(--LAX---WARM-WHITE)
}

.product-banner::after {
    display: none
}

.product-banner .span {
    color: var(--lax-90-grey);
    margin-top: 0;
    margin-bottom: 8rem
}

.product-banner .bt {
    color: var(--lax-90-grey);
    margin-bottom: 6rem
}

.product-banner .list {
    margin-bottom: 36rem
}

.product-banner .list span {
    border: 1px solid var(--lax-90-grey);
    color: var(--lax-90-grey)
}

.product-banner .p {
    color: var(--lax-90-grey)
}

.product-banner .pp {
    color: var(--lax-90-grey);
    margin-top: 31rem
}

.product-banner .pp p {
    margin-bottom: 16rem
}

.product-banner .nr {
    margin-top: 68rem
}

.product-banner .left {
    float: right;
    width: 33%;
    background: #fff
}

.product-banner .left img {
    display: block
}

.product-banner .right {
    float: left;
    width: 42%
}

.product-show {
    padding: 0
}
.product01 {
    padding: 121rem 0 0 0
}
.product02 {
    padding: 121rem 0 0 0
}

.product02 .product-bottom {
    padding-top: 14rem
}

.product02 .product-bottom ul li .box {
    overflow: hidden;
    color: var(--lax-90-grey);
    padding: 13rem 0;
    border-bottom: 1px solid var(--lax-50-grey)
}

.product02 .product-bottom ul li .box .span {
    float: left;
    width: 50%;
    padding-right: 20rem
}

.product02 .product-bottom ul li .box .p {
    float: right;
    width: 50%;
    text-align: right;
    padding-left: 20rem
}

.product03 {
    padding: 97rem 0
}

@media (max-width: 1025px) {
    body {
        font-size: 16px
    }

    table td {
        font-size: 16px;
        line-height: 32px;
        padding: 9px 15px
    }

    input, textarea, select {
        font-size: 16px
    }

    .sitemap .home-title {
        margin-bottom: 25px
    }

    .sitemap .p p {
        margin-bottom: 15px
    }

    .sitemap li {
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .sitemap li .top1 {
        font-size: 20px
    }

    .sitemap li .subnav {
        margin-top: 10px
    }

    .sitemap li .subnav a {
        font-size: 16px;
        margin-right: 10px;
        padding: 5px 0
    }

    .container {
        max-width: 750px;
        padding: 0 20px;
        width: 100%
    }

    .height {
        top: -60px
    }

    .height1 {
        height: 60px
    }

    .header {
        height: 60px;
        width: 100%
    }

    .header .logo {
        padding-left: 0
    }

    .header .logo a {
        padding-top: 20px
    }

    .header .logo a img {
        width: 74px
    }

    .header .header-right .menu {
        display: block
    }

    .header .header-right .menu .navPhoneBtn {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    .header .header-right .menu .navPhoneBtn svg {
        display: block;
        height: 80px;
        width: 40px
    }

    .header .header-right .pcmenu {
        display: none
    }

    .header .header-right .lan {
        display: none
    }

    .nav {
        display: none
    }

    .more a, .more p {
        height: 28.8px
    }

    .more a span, .more p span {
        font-size: 14px;
        line-height: 28.8px;
        letter-spacing: -0.8px
    }

    .more1 a span, .more1 p span {
        font-size: 14px;
        letter-spacing: -0.8px;
        border-radius: 80px;
        padding: 10px 10px 10px 36px
    }

    .more1 a span i, .more1 p span i {
        width: 16px;
        height: 16px;
        left: 10px
    }

    .home-title {
        font-size: 32px;
        letter-spacing: -2px
    }

    .title14 {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.4px
    }

    .title16 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.8px
    }

    .title20 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -1px
    }

    .title32 {
        font-size: 24px;
        line-height: 31px;
        letter-spacing: -1.6px
    }

    .title64 {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: -3.2px
    }

    .swiper-renewal-main .img {
        display: none
    }

    .swiper-renewal-main .img1 {
        display: block;
        height: 100vh
    }

    .swiper-renewal-main .img1 img {
        height: 100%
    }

    .swiper-renewal-main .banner-hover {
        top: 50%;
        padding-top: 60px;
        transform: translateY(-50%)
    }

    .swiper-renewal-main .banner-hover .info {
        width: 100%
    }

    .swiper-renewal-main .title64 {
        margin-bottom: 15px
    }

    .swiper-renewal-main .span {
        margin-bottom: 15px
    }

    .swiper-renewal-main .swiper-pagination {
        bottom: 16px
    }

    .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
        margin: 0 2px;
        width: 10px;
        height: 10px
    }

    .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
        width: 20px;
        border-radius: 5px
    }

    .swiper-renewal-main .swiper-button-next, .swiper-renewal-main .swiper-button-prev {
        width: 60px;
        height: 80px
    }

    .swiper-renewal-main .swiper-button-next:after, .swiper-renewal-main .swiper-button-prev:after {
        font-size: 24px
    }

    .swiper-renewal-main .swiper-button-next {
        right: 0;
        left: auto
    }

    .home-precision {
        padding: 40px 0
    }

    .home-precision .home-bottom {
        padding-top: 25px
    }

    .home-precision .home-bottom ul {
        display: block
    }

    .home-precision .home-bottom ul li .box {
        padding: 26px;
        border: 0;
        border-bottom: 1px solid var(--LAX---WARM-WHITE)
    }

    .home-precision .home-bottom ul li .bt {
        margin-bottom: 10px
    }

    .home-precision .home-bottom ul li .span br {
        display: none
    }

    .home-precision .home-bottom ul li:nth-last-child(1) .box {
        border-right: 0;
        border-bottom: 0
    }

    .home-proven {
        padding: 40px 0
    }

    .home-proven .home-bottom {
        padding-top: 25px
    }

    .home-proven .home-bottom .swiper-proven {
        width: 100%;
        margin-bottom: 25px
    }

    .home-proven .home-bottom .hbtn {
        width: 100%
    }

    .provenlist .item .text {
        padding-bottom: 20px
    }

    .provenlist .item .bt {
        margin-bottom: 0
    }

    .provenlist .item .more {
        padding-top: 5px
    }

    .hbtn .swiper-button-prev, .hbtn .swiper-button-next {
        width: 38px;
        height: 38px;
        padding: 12px;
        border-radius: 24px
    }

    .home-engineered {
        padding: 40px 0
    }

    .home-engineered .home-bottom {
        padding-top: 25px
    }

    .home-engineered .home-bottom .swiper-product {
        margin-bottom: 25px
    }

    .home-engineered .home-bottom .swiper-product .item {
        width: 100%
    }

    .productlist .item .text {
        padding-bottom: 15px
    }

    .productlist .item .bt {
        margin-bottom: 0;
        height: 20px
    }

    .home-built {
        padding: 40px 0
    }

    .home-built .home-bottom {
        padding-top: 15px
    }

    .home-built .home-bottom .solutionlist {
        margin-bottom: 25px
    }

    .home-built .home-bottom .solutionlist .item {
        width: 100%;
        margin-top: 20px
    }

    .solutionlist .item .text {
        padding-bottom: 15px
    }

    .solutionlist .item .bt {
        margin-bottom: 5px
    }

    .home-stadium .home-bottom ul li .bt {
        margin-top: 5px;
        margin-bottom: 0
    }

    .home-engineering .container {
        padding: 0
    }

    .home-engineering .nr {
        display: block
    }

    .home-engineering .nr .left {
        margin-right: 0;
        width: 100%
    }
    .home-engineering .nr .left video{
        width:100%;
    }
    .home-engineering .nr .right {
        width: 100%;
        padding: 40px 20px
    }

    .home-engineering .nr .right .home-title {
        margin-bottom: 8px
    }

    .home-engineering .nr .p {
        margin-bottom: 20px
    }

    .home-engineering .nr .p br {
        display: none
    }

    .home-latest {
        padding: 40px 0
    }

    .home-latest .home-bottom {
        padding-top: 25px
    }

    .home-latest .home-bottom .swiper-latest {
        margin: 0 auto;
        margin-bottom: 25px
    }

    .home-latest .home-bottom .swiper-latest .item {
        width: 100%
    }

    .home-latest .home-bottom .hbtn {
        width: 100%
    }

    .latestlist .item .text {
        padding: 20px
    }

    .latestlist .item .p {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -1px;
        padding: 20px
    }

    .latestlist .item .more {
        padding-top: 5px;
        display: none
    }

    .home-stay {
        padding: 40px 0
    }

    .home-stay .home-bottom {
        padding-top: 25px
    }

    .home-stay .p {
        margin-bottom: 20px
    }

    .home-stay .input {
        position: relative;
        padding-right: 100px
    }

    .home-stay .input input {
        width: 100%;
        height: 38px;
        padding: 0 18px;
        border-radius: 80px;
        margin: 0
    }

    .home-stay .input .more1 {
        margin: 0;
        position: absolute;
        top: 0;
        right: 0
    }

    .footer .footer-top {
        padding: 40px 0 20px 0
    }

    .footer .footer-top .footer-left {
        width: 100%
    }

    .footer .footer-top .footer-right {
        width: 100%
    }

    .footer .footer-top .footer-right .item {
        width: 100%;
        margin-top: 20px
    }

    .footer .footer-top .footer-right .item .h3 {
        margin-bottom: 8px
    }

    .footer .footer-top .footer-right .item ul li {
        margin-bottom: 5px;
        float: left;
        margin-right: 5px
    }

    .footer .footer-top .footer-right .item ul li a {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.8px
    }

    .footer .footer-top .footer-right .item .p {
        font-size: 18px;
        line-height: 156%;
        letter-spacing: -1.2px
    }

    .footer .footer-top .footer-right .item .p span {
        margin-right: 20px
    }

    .footer .footer-top .footer-right .item:nth-last-child(1) {
        width: 100%
    }

    .footer .footer-center {
        padding-bottom: 40px
    }

    .footer .footer-center .nr {
        display: block;
        text-align: center
    }

    .footer .footer-center .left {
        float: left;
        width: 100%
    }

    .footer .footer-center img {
        width: 74px;
        margin: 0 auto;
        margin-bottom: 5px;
        display: block
    }

    .footer .footer-center a {
        font-size: 12px;
        margin-right: 20px;
        letter-spacing: -0.6px
    }

    .footer .footer-center .right {
        width: 100%
    }

    .footer .footer-center .right p {
        font-size: 12px;
        letter-spacing: -0.6px
    }

    .footer .footer-bottom {
        font-size: 12px;
        letter-spacing: -0.6px;
        padding: 15px 0
    }

    .content {
        min-height: 600px;
        padding: 40px 0
    }

    .findnone .info {
        width: 100%
    }

    .findnone .span {
        margin-top: 12px;
        margin-bottom: 17px
    }

    .solutions {
        padding: 0
    }

    .solutions02 .container {
        padding: 0
    }

    .solutionslist .item .box {
        display: block
    }

    .solutionslist .item .img {
        margin-right: 0;
        width: 100%
    }
    .solutionslist .item .pic img{
        width:100%;
    }
    .solutionslist .item .text {
        width: 100%;
        padding: 15px
    }

    .solutionslist .item .text .span {
        margin-top: 5px;
        margin-bottom: 15px
    }

    .solutionslist .item .text .h3 {
        margin-top: 25px;
        margin-bottom: 6px
    }

    .solutionslist .item .text .pp {
        margin-bottom: 25px
    }

    .solutionslist .item .text .pp ul {
        padding-left: 20px
    }

    .solutions03 {
        padding: 40px 0
    }

    .solutions03 .solutions-bottom {
        padding-top: 25px
    }

    .solutions03 ul {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
        grid-column-gap: 0
    }

    .solutions03 ul li .p {
        margin-bottom: 20px;
        margin-top: 10px;
        min-height: 0
    }

    .solutions04 .nr .p {
        margin-bottom: 0
    }

    .solutions04 .span {
        margin-top: 5px;
        margin-bottom: 15px
    }

    .solutions04 .h3 {
        margin-top: 25px;
        margin-bottom: 6px
    }

    .solutions04 .pp {
        margin-bottom: 25px
    }

    .solutions04 .pp ul {
        padding-left: 20px
    }

    .solutions05 {
        padding: 40px 0
    }

    .solutions05 .right {
        width: 100%
    }

    .solutions05 .span {
        margin-top: 10px;
        margin-bottom: 25px
    }

    .solutions05 .span br {
        display: none
    }

    .news {
        padding: 40px 0
    }

    .news .news-bottom {
        padding-top: 25px
    }

    .news .latestlist1 {
        grid-template-columns: 1fr 1fr
    }

    .news01 .span {
        margin-bottom: 15px
    }

    .news01 .span br {
        display: none
    }

    .news02 {
        padding: 40px 0
    }

    .news02 .news-bottom {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .news-banner {
        padding: 70px 0 40px 0
    }

    .news-banner .span {
        margin-top: 25px;
        margin-bottom: 8px
    }

    .news-banner .bt {
        margin-bottom: 20px
    }

    .news-banner .list {
        margin-bottom: 15px
    }

    .news-banner .list span {
        line-height: 26px;
        padding: 0 10px;
        font-size: 10px;
        margin-right: 15px
    }

    .news-banner .p br {
        display: none
    }

    .stadiums-banner .bt {
        margin-bottom: 6px
    }

    .news-show .news-bottom {
        width: 100%
    }

    .news-show .news-info {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .contact {
        padding: 0
    }

    .contact01 .nr {
        display: block
    }

    .contact01 .left {
        width: 100%;
        padding-top: 60px
    }

    .contact01 .left .info {
        padding: 40px 0
    }

    .contact01 .left .span {
        margin-top: 10px;
        margin-bottom: 21px
    }

    .contact01 .left .ul .li {
        margin-bottom: 11px
    }

    .contact01 .left .h3 {
        margin-bottom: 6px
    }

    .contact01 .left .p br {
        display: none
    }

    .contact01 .left .p p {
        margin-bottom: 8px
    }

    .contact01 .right {
        float: right;
        width: auto;
        padding-top: 0;
        margin-right: 0;
        margin: 0 -20px
    }
    .contact01 .right:after{
        width:100%;
    }
    .contact01 .right .info {
        padding: 40px 20px
    }

    .contact01 .right .p {
        margin-top: 15px;
        margin-bottom: 20px
    }

    .contact01 .right ul li {
        margin-bottom: 10px
    }

    .contact01 .right ul li .input {
        height: 38px;
        border-radius: 30px;
        padding: 5px 20px;
        line-height:26px;
    }

    .contact01 .right label {
        font-size: 12px;
        line-height: 24px
    }

    .contact01 .right label input[type='checkbox'], .contact01 .right label input[type='radio'] {
        cursor: pointer;
        position: absolute;
        width: 24px;
        height: 24px;
        line-height: 16px;
        font-size: 12px;
        border-radius: 0;
        border: 0 !important;
        opacity: 0;
        top: 0;
        left: 0
    }

    .contact01 .right label .links-text {
        padding-left: 20px;
        position: relative;
        display: block
    }

    .contact01 .right label input[type='checkbox'] + .links-text::before, .contact01 .right label input[type='radio'] + .links-text:before {
        position: absolute;
        top: 4px;
        left: 0;
        color: #000;
        width: 16px;
        height: 16px;
        border-radius: 5px;
        display: inline-block;
        visibility: visible;
        padding-left: 0;
        text-align: center;
        content: '';
        border: 1px solid var(--lax-90-grey)
    }

    .contact01 .right label input[type='checkbox'] + .links-text::after, .contact01 .right label input[type='radio'] + .links-text:after {
        position: absolute;
        top: 0;
        left: 0;
        color: #000;
        width: 16px;
        height: 16px;
        border-radius: 5px;
        display: inline-block;
        visibility: visible;
        padding-left: 0;
        text-align: center;
        content: ''
    }

    .contact01 .right label input[type='radio'] + .links-text:before {
        border-radius: 50%
    }

    .contact01 .right label input[type='radio'] + .links-text:after {
        width: 12px;
        height: 12px;
        left: 2px;
        top: 6px
    }

    .contact01 .right label input[type='checkbox']:checked + .links-text, .contact01 .right label input[type='radio']:checked + .links-text {
        color: var(--LAX---ORANGE)
    }

    .contact01 .right label input[type='checkbox']:checked + .links-text::after {
        content: '';
        color: #fff;
        display: block;
        background: var(--LAX---ORANGE) url(../images/gou.png) no-repeat center center;
        background-size: 13px
    }

    .contact01 .right label input[type='radio']:checked + .links-text:before {
        border: 1px solid var(--LAX---ORANGE)
    }

    .contact01 .right label input[type='radio']:checked + .links-text:after {
        content: '';
        color: #fff;
        display: block;
        border-radius: 50%;
        background: var(--LAX---ORANGE)
    }

    .contact02 {
        padding: 40px 0
    }

    .contact02 .left {
        width: 100%
    }

    .contact02 .span {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .contact02 .h3 {
        margin-bottom: 6px
    }

    .contact03 .home-bottom {
        padding-top: 0
    }

    .contact04 {
        padding: 40px 0
    }

    .contact04 .contact-bottom {
        padding-top: 14px
    }

    .contact04 .contact-bottom ul li a .box {
        line-height: 49px
    }

    .contact04 .contact-bottom ul li a .bt {
        padding-right: 131px
    }

    .contact04 .contact-bottom ul li a span {
        right: 7px
    }

    .contact04 .contact-bottom ul li a span i {
        width: 24px;
        height: 24px;
        background-size: 7px;
        margin-left: 8px
    }

    .about {
        padding: 0
    }

    .about01 .nr .right {
        width: 100%;
        padding: 20px 20px 0 20px
    }

    .about01 .nr .right .home-title {
        margin-bottom: 25px
    }

    .about01 .nr .p {
        width: 100%;
        margin: 0
    }

    .about01 .nr .p p {
        margin-bottom: 10px
    }

    .about02 {
        padding: 40px 0
    }

    .about03 .container {
        padding: 0
    }

    .about03 .nr {
        display: block
    }

    .about03 .nr .left {
        margin-left: 0;
        width: 100%
    }

    .about03 .nr .right {
        width: 100%;
        padding: 40px 20px
    }

    .about03 .nr .right .home-title {
        margin-bottom: 18px
    }

    .about03 .nr .p {
        width: 100%
    }

    .about04 {
        padding: 40px 0
    }

    .about04 .left {
        width: 100%
    }

    .about04 .left .span {
        margin-top: 15px
    }

    .about04 .left .span br {
        display: none
    }

    .choose {
        padding: 24px 0 0 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 24px;
        grid-column-gap: 0
    }

    .choose .item {
        padding: 0;
        margin-bottom: 0
    }

    .choose .item span {
        line-height: 35px;
        position: relative;
        top: auto;
        left: auto;
        display: block;
        text-align: left
    }

    .choose .item .bn {
        line-height: 35px
    }

    .choose .item .bn a {
        font-size: 14px
    }

    .choose .item .li1 .p a {
        width: 140px
    }

    .choose .item .p {
        padding: 0;
        display: none
    }

    .choose .item .p a {
        padding: 0 10px;
        width: 180px;
        font-size: 16px;
        line-height: 35px
    }

    .choose .item .phone select {
        width: 180px;
        height: 40px;
        font-size: 16px;
        padding: 0 10px;
        background: none;
        color: #fff;
        margin: 0 5px
    }

    .choose .item .phone select option {
        color: var(--lax-90-grey)
    }

    .choose .item .phone select::-ms-expand {
        display: none
    }

    .choose .item .phone select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url(../images/jt1.png) no-repeat scroll right center;
        background-size: 20px
    }

    .productlist1 .item {
        width: 50%
    }

    .productlist1 .item .box {
        padding-bottom: 20px
    }

    .productlist1 .item .text {
        padding: 0 20px
    }

    .productlist1 .item .span {
        margin-bottom: 11px
    }

    .productlist1 .item .p span {
        line-height: 26px;
        padding: 0 5px;
        font-size: 10px;
        margin-right: 5px;
        margin-bottom: 5px
    }

    .product01 .span {
        margin-top: 11px;
        margin-bottom: 15px
    }

    .product01 .span br {
        display: none
    }

    .stadiumslist .item .box {
        padding-bottom: 0
    }

    .stadiumslist .item .text {
        padding: 20px
    }

    .stadiums-show {
        padding: 0
    }

    .stadiums01 {
        padding: 40px 0
    }

    .stadiums01 .nr {
        display: block;
        margin: 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
        grid-column-gap: 0
    }

    .stadiums01 .nr .item {
        padding: 0;
        width: 100%
    }

    .stadiums01 .nr .item .p {
        margin-top: 15px;
        padding-right: 0
    }

    .stadiums01 .nr .item .p p {
        margin-bottom: 10px
    }

    .stadiums02 {
        padding: 0
    }

    .stadiums02 .hbtn {
        width: 100%
    }

    .swiper-stadiums {
        width: 100%;
        height: auto;
        margin-bottom: 20px
    }

    .swiper-stadiumss .item {
        width: 50%
    }

    .product-banner .span {
        margin-bottom: 8px
    }

    .product-banner .bt {
        color: var(--lax-90-grey);
        margin-bottom: 6px
    }

    .product-banner .list {
        margin-bottom: 15px
    }

    .product-banner .pp {
        margin-top: 15px
    }

    .product-banner .pp p {
        margin-bottom: 8px
    }

    .product-banner .nr {
        margin-top: 25px
    }

    .product-banner .left {
        width: 100%
    }

    .product-banner .right {
        width: 100%
    }

    .product-show {
        padding: 0
    }

    .product02 {
        padding: 40px 0 0 0
    }

    .product02 .product-bottom {
        padding-top: 14px
    }

    .product02 .product-bottom ul li .box {
        padding: 13px 0
    }

    .product02 .product-bottom ul li .box .span {
        width: 100%;
        padding-right: 20px
    }

    .product02 .product-bottom ul li .box .p {
        width: 100%;
        text-align: left;
        padding-left: 0;
        color: var(--lax-50-grey)
    }

    .product03 {
        padding: 40px 0
    }
}

@media (max-width: 520px) {
    .title64 {
        font-size: 40px;
        line-height: 50px
    }

    .swiper-renewal-main .title64 br {
        display: none
    }

    .choose .item .phone select {
        width: 100%
    }

    .choose .item .li {
        display: block;
        margin-bottom: 10px
    }

    .productlist1 .item {
        width: 100%
    }

    .news .latestlist1 {
        grid-template-columns: 1fr
    }
}




.product04{
    padding: 97rem 0 0 0;
}
.product04 .pro-bottom{
    padding-top: 14rem;
}
.product04 .pro-bottom ul li{
    width:20%;
    float:left;
    padding:1px;
}



.product05{
    padding:0 0 97rem 0;
}
.product05 .pro-bottom{
    padding-top: 14rem;
}
.product05 .pro-bottom ul{
    display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-row-gap: 20rem;
	grid-column-gap: 20rem;
}
 
.product05 .pro-bottom ul li .text{ 
    padding-top: 10rem
}

.product05 .pro-bottom ul li .text .bt{
    margin-bottom: 10rem;    color: var(--LAX---ORANGE);
    text-transform: uppercase;
}
.product05 .pro-bottom ul li .text .span{
    color: var(--lax-90-grey); 
    letter-spacing: -2rem; 
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

 

@media(max-width:1025px){
    .product04{
        padding: 40px 0 0 0;
    }
    .product04 .pro-bottom{
        padding-top: 14px;
    }
    .product04 .pro-bottom ul li{
        width:50%; 
        padding:1px;
    }
    
    
    
    .product05{
        padding:0 0 40px 0;
    }
    .product05 .pro-bottom{
        padding-top: 14px;
    }
    .product05 .pro-bottom ul{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 15px;
        grid-column-gap:15px;
    }
     
    .product05 .pro-bottom ul li .text{ 
        padding-top: 10px
    }
    
    .product05 .pro-bottom ul li .text .bt{
        margin-bottom: 5px;   
    }
    .product05 .pro-bottom ul li .text .span{ 
        letter-spacing: -2px; 
    }
    
}