@charset "utf-8";
body{font-size:16px; background:#FFFFFF; overflow-x: hidden;}
*{padding: 0;margin: 0; font-family:__Albert_Sans_41d3fc, "Microsoft YaHei", FiraSans,San Francisco,Helvetica,Arial;}
div,ul,li,p{overflow:hidden;}
ul{list-style: none;}
input,textarea{-webkit-user-select: auto; outline:none; font-size:14px;}
a{text-decoration:none; color:inherit;}

:root{
    --theme-color-black: #212121;
    --theme-color-blue: #238EC8;
    --theme-color-blue02: #00EBFF;
    --theme-color-darkgray: #F8F8F8;
    --theme-color-darkgray02: #898D96;
    --theme-color-gray02: #6c6c6c;
    --theme-color-white: #fff;

    --theme-fz-16: 16px;
    --theme-fz-18: 18px;
    --theme-fz-22: 22px;
    --theme-fz-30: 30px;
    --theme-fz-40: 40px;

    --theme-lg-24: 24px;
    --theme-lg-34: 34px;
    --theme-lg-46: 46px;
    --theme-lg-60: 60px;
}

/*基础样式*/
.rui-center{display: flex; flex-direction: row; justify-content: center; align-items: center;}
.rui-row{display: flex; flex-direction: row;}
.rui-column{display: flex; flex-direction: column;}

.rui-pointer{user-select: none; cursor: pointer;}
.rui-pointer:hover{opacity: .6;}

.rui-fontOver{-webkit-line-clamp:1; text-overflow:ellipsis; -webkit-box-orient: vertical; display: -webkit-box !important; word-break: break-all; overflow: hidden;}

.app_body_size{width:100%; max-width:1350px; margin: 0 auto;}
.overflow-show,.overflow-show *{overflow: visible}

.f-uppercase{text-transform: uppercase;}
.f-color-w{color:white;}
.f-color-b{color:var(--theme-color-black);}
.f-color-blue{color:#238EC8;}
.f-size-18{font-size: 18px; line-height: 2em;}

.bg-c-01{background: #F8F8F8;}

.btn-blue-001{background:#238EC8; color: #fff; padding:10px 15px; display:block; border-radius: 5px;}

.nav-logo{display:block; width: 54px; height: 54px; background: url("/public/img/svg/logo.svg") no-repeat center center; background-size: 100% auto;}
.nav-style-2{border-bottom: 1px solid hsla(0,0%,77%,.3);}
.nav-style-2 .mil-navigation.mil-white li a{color: #212121 !important;}
.nav-style-2 .nav-logo{background-image: url("../img/svg/logo-2.svg");}

.home-banner{height: 100vh; background: url("../img/home-banner.jpg") no-repeat center 0px; background-size: auto 100%;}
.home-banner-commonly{height:650px;}
.banner-body{height: 100%; display: flex; flex-direction: column; justify-content: center;}
.banner-title{color:#fff; font-size: 60px; line-height: 80px; font-weight: bold; font-style: normal;}
.banner-digest{font-size: 24px; line-height: 35px; color:#fff; padding:50px 0;}
.banner-title, .banner-digest{text-shadow: 1px 1px 4px #333; white-space: pre-wrap; }
.banner-link a{color: #238EC8; }

.home-counters-0{background: #F8F8F8 url("../img/home-3.jpg") no-repeat center center; background-size: auto 100%;}
.home-counters-1{margin: 120px auto;}

.home-project-0{}
.home-project-1{flex:1; margin-left:20px;}
.home-project-1:first-child{margin-left:0px;}
.home-project-1 img{width:100%;}

.home-title-black{color:#000000; line-height: 80px; font-size: 30px; font-style: normal; font-weight: 600;}


.home-news-1{width:275px;}
.home-news-2{flex:1;}
.home-news-2 li{display: flex; flex-direction: row; margin-bottom: 80px;}
.home-news-2 li:last-child{margin-bottom: 0;}
.home-news-2 li .p1{width: 70px; font-size:18px; color: #238EC8; font-weight: 600;}
.home-news-2 li .p2{flex:1; font-size: 22px; line-height:1.4em; font-weight: 600; color:#000; text-transform: uppercase;}

.materials-0{flex:1; padding-right: 80px; text-align: justify;}
.materials-01>p{font-size:var(--theme-fz-18); line-height: var(--theme-lg-24); color: var(--theme-color-gray02); font-weight: 500; padding-bottom:20px;}
.materials-01>p:last-child{padding-bottom:0px;}
.materials-02{width: 500px;}
.materials-02 img{width:100%; height: auto;}
.materials-04{font-size: var(--theme-lg-24); color: var(--theme-color-black); padding-right: 14%; text-align: justify; margin-top: 50px; padding-top: 20px; position: relative;}
.materials-04:after{content: ""; width: 80px; height: 3px; background: var(--theme-color-blue); position: absolute; top:0; left: 0;}
.materials-05{background: var(--theme-color-darkgray);}
.materials-06{flex:1; margin-right: 100px;}
.materials-05 .materials-06:last-child{margin-right: 0;}
.materials-06>div:nth-child(1){height: 110px;}
.materials-06 img{width:80px;}
.materials-06>p{font-size: var(--theme-fz-22); line-height: var(--theme-lg-24); color: var(--theme-color-black); }

.product-00{margin-right: 100px;}
.product-01>p{font-size:var(--theme-fz-22); line-height: var(--theme-lg-34); color: var(--theme-color-black); text-align: left;}
.product-02{font-size: var(--theme-lg-24); color: var(--theme-color-black); text-align: justify; margin-top: 50px; padding-top: 10px; position: relative;}
.product-02>div{margin-bottom: 30px;}
.product-02>div:last-child{margin-bottom: 0;}
.product-02 .tag1{position: relative; padding-left: 20px;}
.product-02 .tag1:after{content:'•'; color: var(--theme-color-blue); position: absolute; top:0; left: 0;}
.product-03{flex-wrap: wrap;}
.product-04{width:49%; box-sizing: border-box; margin-right: 2%; margin-bottom:50px;}
.product-03 .product-04:nth-child(2n){margin-right: 0;}
.product-04 img{width:100%;}
.product-04 .p1{font-size: var(--theme-fz-22); line-height: var(--theme-lg-34); color: var(--theme-color-black); font-weight: bold; margin-top: 10px;}
.product-04 .p2{font-size: var(--theme-fz-18); line-height: var(--theme-lg-24); color: var(--theme-color-gray02);}

.sby_01 h2{font-size: var(--theme-fz-40); line-height:1.4em;}
.sby_02{font-size: var(--theme-fz-22); line-height: var(--theme-lg-34); color:var(--theme-color-black); text-align: center; font-weight: bold;}
.sby_03{position: relative; border:1px dashed #ddd;}
.sby_03 img{width:100%; display: block;}
.sby_03 .p1{position: absolute; bottom: 0; left: 0; line-height:3em; text-align: center; font-size: var(--theme-fz-18); color:var(--theme-color-white); font-weight: bold; padding-left: 10px;}
.sby_04{width:60%; font-size: var(--theme-fz-40); line-height: 1.4em; color: var(--theme-color-white); font-weight: bold; text-shadow: 1px 1px 5px #333;}
.sby_05{width:80%; margin-left:auto; margin-right: auto;}
.sby_05>div:first-child{flex:1;}
.sby_05_01{margin-right: 20px;}
.sby_05_02{width:48.5%;}
.sby_06{width:100%; background: url("/public/img/sustainability_24@2x.jpg") no-repeat center 0; background-size:100% auto; height:635px; display: flex; flex-direction: column; justify-content: center;}

.about-0{position: relative;}
.about-0:before{position: absolute; content: ""; height: 200px; background-color: #212121; bottom: 0px; left:0; right: 0;}
.about-1{}
.about-1 li{display: flex; flex-direction: row; margin-bottom: 60px;}
.about-1 li>p:first-child{font-size: 43px; line-height: 1.2em; color: #238EC8; width: 200px;}
.about-1 li>p:last-child{font-size: 20px; color: #fff; flex:1;}
.about-2{font-size: 18px; color: #212121; line-height: 1.8em; font-weight: 500;}
.about-2>p:first-child{margin-bottom: 20px;}
.about-3{padding-right: 120px;}
.about-3 h2{letter-spacing: normal !important;}
.about-4{color: #fff; font-weight: 500; font-size: 20px; line-height: 1.5em;}
.about-5{background:url('/public/img/about-04.jpg') no-repeat center center; background-size: 100% auto;}
.about-6{justify-content: space-between; display: flex; flex-direction: column;}
.about-6>p{font-size: 22px; line-height: 1.5em; text-align: justify; margin-bottom: 10px;}
.about-6>p:last-child{margin-bottom: 0;}
.about-8{max-width: 60%; font-size: 16px;}
.about-9 .t1{padding-bottom: 20px; font-size: 18px;}
.about-10{}
.about-10>div{flex:1; padding:40px 60px; border-left: 4px solid var(--theme-color-blue); color: var(--theme-color-black); background: var(--theme-color-darkgray); margin-right: 20px;}
.about-10>div:last-child{margin-right: 0;}
.about-10>div .p1{font-size: var(--theme-fz-30); margin-bottom:30px; font-weight: bold;}
.about-10>div .p2{font-size: var(--theme-fz-18); line-height: var(--theme-lg-24);}
.about-11{color: var(--theme-color-white); font-size:var(--theme-fz-22); line-height: var(--theme-lg-34)}

.contact-01{justify-content: center;}
.contact-01 > div:first-child{margin-right: 120px;}

.new-01{}
.new-02{width:262px;}
.new-03{flex:1; margin-left: 140px;}
.new-02-01{padding-bottom: 30px; margin-bottom: 30px;}
.new-02 .new-02-01{border-bottom: 1px solid var(--theme-color-darkgray02);}
.new-02 .new-02-01:last-child{border-bottom:none;}
.new-02-01 .p1{font-size: var(--theme-fz-18); line-height: var(--theme-lg-24); color: var(--theme-color-gray02); margin-bottom: 20px; font-weight: bold; cursor: pointer;}
.new-02-01 .select, .new-02-01 .p1:hover{color: var(--theme-color-black);}
.new-02-01 .p2{font-size: var(--theme-fz-16); line-height: var(--theme-lg-24); color: var(--theme-color-gray02); }
.new-03-01{font-size: var(--theme-fz-30); line-height: 1.2em; color: var(--theme-color-black); padding-bottom: 20px; font-weight: bold;}
.new-03-02 .p1{color: var(--theme-color-black);}
.new-03-02 .p2{color: var(--theme-color-gray02); padding-top: 10px;}
.new-03-03{font-size: var(--theme-fz-18); line-height: 1.6em; color: var(--theme-color-black); margin-top: 50px;}

.footer-01{justify-content: space-between;}
.footer-02>p{width: 200px; font-size: var(--theme-fz-22); line-height: 1.6em; color: var(--theme-color-white);}

/*mil*/
.mil-top-panel-frame .mil-navigation li.mil-current > a{color:var(--theme-color-blue02);}
.mil-top-panel-frame .mil-navigation.mil-white.mil-scroll .mil-current a{color:var(--theme-color-blue);}
.mil-scroll li.mil-current > a{color:var(--theme-color-blue);}

.mil-top-panel-frame .mil-navigation li.mil-current > a:before{background-color: var(--theme-color-blue02);}
.mil-scroll li.mil-current > a:before{background-color: var(--theme-color-blue);}
.mil-top-panel-frame .mil-navigation.mil-white.mil-scroll .mil-current a:before{background-color: var(--theme-color-blue);}

.mil-scroll .nav-logo{background-image: url("../img/svg/logo-2.svg");}

@media (max-width: 1400px) {
    .home-banner-commonly{height:450px;}
    .banner-body{box-sizing: border-box; padding:0 20px;}
    .banner-title{font-size: 50px; line-height: 64px;}
    .banner-digest{font-size: 18px; line-height: 24px; padding:30px 0;}

    .about-3{margin-bottom: 40px; padding-right: 60px;}
    .about-6>p{font-size: 18px; margin-bottom: 10px;}

    .sby_06{height: 545px;}

    .mil-top-panel-frame .mil-navigation li{margin-right: 10px;}
}

@media (max-width: 1200px) {
    :root{
        --theme-fz-18: 18px;
        --theme-fz-30: 30px;
        --theme-fz-22: 18px;
        --theme-fz-40: 34px;

        --theme-lg-24: 24px;
        --theme-lg-46: 46px;
        --theme-lg-34: 24px;
    }

    .mil-top-panel-frame .mil-top-panel .mil-navigation li a{color:#212121;}
    .mil-top-panel-frame .mil-top-panel .mil-navigation li a:hover{color:#238EC8;}

    .banner-title{font-size: 40px; line-height: 40px;}

    .about-2{margin-bottom:20px;}
    .about-3{margin-bottom:40px; padding-right: 0;}
    .about-6>p{margin-bottom: 15px;}
    .about-6>p:first-child{margin-top: 20px;}
    .about-7{flex-direction: column;}
    .about-7>*{width:100%;}
    .about-10{flex-direction: column;}
    .about-10>div{margin-right: 0;}

    .sby_04{width:100%;}
    .sby_06{height: 400px; background-image: url("/public/img/sustainability_24.jpg");}

    .new-03{margin-left: 50px;}

    .contact-01 > div:first-child{margin-right: 0px;}

    .footer-02{align-items: center;}
    .footer-02>p{width: auto; flex:1;}
}

@media (max-width: 1100px) {
    .materials-0{padding-right: 0;}
    .materials-02{width:100%; margin-top: 20px;}
    .materials-03{flex-direction: column;}
    .materials-06{flex:auto; margin-right:0; margin-bottom: 50px;}
    .materials-05 .materials-06:last-child{margin-bottom: 0;}
    .materials-07{flex-flow: column;}

    .sby_05{flex-direction: column;}
    .sby_05_01{margin-right: 0; margin-bottom: 20px;}
    .sby_05_02{width:100%;}
}

@media (max-width: 900px) {

}

@media (max-width: 900px) {
    :root{
        --theme-fz-18: 16px;
        --theme-fz-30: 24px;
        --theme-fz-22: 18px;
        --theme-fz-40: 28px;

        --theme-lg-24: 22px;
        --theme-lg-46: 32px;
        --theme-lg-34: 28px;
    }

    .home-banner-commonly{height:350px;}
    .banner-body{padding:0 15px;}
    .banner-title{font-size: 24px; line-height: 32px;}
    .banner-digest{font-size: 16px; line-height: 22px; padding:15px 0;}
    .banner-link a{color: #238EC8; }

    .home-news-0 {flex-direction: column;}
    .home-news-1 {width: 100%; padding-bottom: 20px;}
    .home-news-2{flex:none;}
    .home-news-2 li{margin-bottom: 30px;}
    .home-news-2 li:last-child{margin-bottom: 0;}
    .home-news-2 li p{font-weight: 100;}
    .home-news-2 li .p1{font-size: 16px;}
    .home-news-2 li .p2{font-size: 14px;}

    .about-0:before{height: 0;}
    .about-10>div{padding:20px 30px;}
    .about-10>div .p1{margin-bottom:15px;}

    .product-04{width:100%; margin-right:0; margin-bottom:30px;}
    .product-02{text-align: left;}
    .product-02 .tag1{margin-bottom: 10px;}

    .materials-0{text-align: left;}

    .sby_06{height: 300px; background-size: 100% auto;}

    .new-01{flex-direction: column;}
    .new-02{width:100%;}
    .new-03{margin-left:0;}
}

@media (max-width: 660px) {
    .sby_06{background-size: auto 100%;}
}