body{
    min-width: 1200px;
}
.wrapper{
    width: 84%;
    max-width: 1800px;
    min-width: 1200px;
    margin: 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
}

.cms-site-head{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
}
.header-main, .header-top{
    height: 90px;
}
.cms-site-head-position{
    width: 100%;
    height: 90px;
}
.header-main{
    background: #00323D;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
}
.head-logo{
    flex-shrink: 0;
    margin-right: 5%;
}
.head-logo a{
    display: block;
}
.head-logo img{
    max-height: 70px;
}
.header-nav{
    flex-grow: 1;
    max-width: 1100px;
}
.header-nav-main{
    justify-content: space-between;
}
.header-nav .nav-lv1{
    position: relative;
    margin: 0 15px;
    height: 90px;
    display: flex;
    align-items: center;
}
.header-nav .nav-lv1:last-child{
    margin-right: 0;
}
.header-nav .nav-lv1-item{
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    color: #fff;  
    display: inline-block;
    font-weight: bold;
    position: relative;
    padding-top: 2px;
}
@media (max-width: 1620px) {
    .head-logo img{
        max-height: 52px;
    }
    .header-nav .nav-lv1-item{
        font-size: 15px;
    }
}
.header-nav .nav-lv1-item i{
    display: none;
}
.header-nav .nav-lv1-item::after{
    content: '';
    display: none;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.header-nav .nav-lv1:hover .nav-lv1-item::after{
    display: block;
}
.header-nav .nav-lv1.active .nav-lv1-item::after{
    display: block;
}
.header-nav .menu-item-search .nav-lv1-item{
    font-size: 0;
}
.header-nav .menu-item-search .nav-lv1-item::after{
    display: block;
    width: 21px;
    height: 21px;
    background: url(../images/icon-search-white.svg) center center no-repeat;
    background-size: 98%;
    bottom: auto;
    top: 13px;
}
@media (max-width: 1500px) {
    .head-logo{
        margin-right: 2%;
    }
    .header-nav .nav-lv1{
        margin-left: 13px;
        margin-right: 13px;
    }
}

.header-nav .nav-lv1-sub{
    position: absolute;
    left: 50%;
    top: 99%;
    width: 250px;
    display: none;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    background: #00323D;
    padding: 5px 0;
}
.header-nav .nav-lv2{
    border-bottom: 1px solid #00323D;
}
.header-nav .nav-lv2-item{
    font-size: 15px;
    line-height: 42px;
    text-align: center;
    display: block;
    color: #fff;  
    background: #00323D;
    padding: 0 20px;
    text-wrap: nowrap;
}
.header-nav .nav-lv2-item:hover{
    font-weight: bold;
}

.header-nav .nav-lv2{
    position: relative;
}
.header-nav .cms-site-submenu2{
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    display: none;
}
.header-nav li.nav-lv2:hover .cms-site-submenu2{
    display: block;
}
.header-nav .cms-site-submenu2 dd{
    background: #fff;
}
.header-nav .cms-site-submenu2 dd a{
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    color: #00323D;
}
.header-nav .cms-site-submenu2 dd a:hover{
    background: #00323D !important;
    color: #fff !important;
}

.cms-site-footer{
    background: #00323D;
    padding: 50px 0;
}
.footer-nav{
    width: 100%;
    margin-bottom: 30px;
}
.footer-nav .footer-nav-main{
    justify-content: space-between;
}
.footer-nav .menu-item-search{
    display: none;
}
.footer-nav .nav-lv1-item{
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 10px;
    display: block;
}
.footer-nav .nav-lv2-item{
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    display: block;
}
.footer-copyright .wrapper{
    border-top: 1px solid #fff;
    display: flex;
    padding-top: 20px;
}
.footer-copyright  .footer-sns{
    flex-grow: 1;
}
.footer-sns ul{
    display: flex;
    justify-content: left;
    margin-bottom: 10px;
}
.footer-sns ul li{
    margin-right: 20px;
}
.footer-sns i{
    display: inline-block;
    width: 22px;
    height: 22px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.footer-sns li a{
    display: inline-block;
}
.footer-sns .sns-facebook{
    background-image: url(../images/sns-facebook.svg);
}
.footer-sns .sns-linkedin{
    background-image: url(../images/sns-linkedin.svg);
}
.footer-sns .sns-instagram{
    background-image: url(../images/sns-instagram.svg);
}
.footer-copyright .copyright{
    color: #fff;
    line-height: 32px;
}
.footer-copyright .copyright a{
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}
.footer-copyright .copyright a:hover{
    text-decoration: underline;
}
.footer-contact{
    color: #fff;
    line-height: 32px;
}

.index-banner, .banner-slide, .banner-item, .banner-img{
    position: relative;
    z-index: 0;
}
.banner-img img{
    width: 100%;
}
.banner-text{
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin-top: 5%;
}
.banner-content{
    padding: 0 5%;
    text-align: center;
    color: #fff;
}
.banner-content h2{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
.banner-content p{
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: normal;
    line-height: 2em;
    padding: 0 10%;
}
.banner-content a{
    display: inline-block;
    padding: 0 30px;
    line-height: 52px;
    border-radius: 26px;
    background: #00323D;
    border: 1px solid #00323D;
    color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.25);
    text-align: center;
}
.banner-content a:hover{
    background: #fff;
    color: #00323D;
}
.index-banner .banner-pagination{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 80px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-banner .banner-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 5px;
    border-radius: 2px;
    margin: 0 5px;
    background: #fff;
}

.index-products{
    padding: 50px 0;
}
.index-products .title{
    text-align: center;
    margin-bottom: 80px;
}
.index-products .title h2{
    font-size: 36px;
    color: #00323D;
}

.index-products-slide .swiper-wrapper{
    margin-bottom: 50px;
}
.index-products-item{
    display: block;
}
.index-products-item .img{
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.index-products-item .img img{
    width: 100%;
    height: auto;
}
.index-products-item h3{
    text-align: center;
    line-height: 50px;
    color: #00323D;
    font-weight: normal;
    font-size: 18px;
}
.index-products-slide .swiper-scrollbar{
    height: 3px !important;
    background: #00323D !important;
    border-radius: 0 !important;
}
.index-products-slide .swiper-scrollbar-drag{
    height: 1px !important;
    background: #ccc;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.homeblock, .homeblock-img{
    width: 100%;
    position: relative;
    z-index: 0;
    background: #F8F8F8;
}
.homeblock-img img{
    width: 65.3%;
}
.homeblock-img{
    display: flex;
    align-items: center;
    justify-content: left;
}
.homeblock:nth-child(2n) .homeblock-img{
    justify-content: right;
}
.homeblock-text{
    position: absolute;
    width: 100%;
    z-index: 5;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.homeblock .wrapper{
    display: flex;
    justify-content: right;
}
.homeblock:nth-child(2n) .wrapper{
    justify-content: left;
}
.homeblock-content{
    width: 27%;
}
.homeblock-content h3{
    font-size: 32px;
    color: #00323D;
    margin-bottom: 20px;
}
.homeblock-content p{
    margin-bottom: 30px;
}
.homeblock-content a{
    display: inline-block;
    padding: 0 30px;
    line-height: 44px;
    border-radius: 26px;
    background: #00323D;
    border: 1px solid #00323D;
    color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.25);
    text-align: center;
}
.homeblock-content a:hover{
    background: #fff;
    color: #00323D;
}

.breadcrumb{
    padding: 50px 0;
}
.breadcrumb a, .breadcrumb span{
    font-size: 14px;
    color: #ccc;
    text-transform: uppercase;
}
.breadcrumb span{
    margin: 0 5px;
}
.breadcrumb a:last-child{
    color: #00323D;
}

.product-cate-list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.product-cate-item{
    box-sizing: border-box;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border: 1px solid transparent;
}
.product-cate-item:nth-child(3n){
    margin-right: 0;
}
.product-cate-item .img, .product-cate-item img{
    width: 100%;
}
.product-cate-item .img{
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-cate-item h3{
    text-align: center;
    line-height: 40px;
    padding: 20px;
    font-size: 20px;
    color: #00323D;
    font-weight: normal;
}
.product-cate-item:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.product-cate-item:hover h3{
    font-weight: bold;
}

.product-list-title{
    text-align: center;
    padding: 30px;
}
.product-list-title h1{
    color: #00323D;
    font-size: 36px;
    line-height: 40px;
}
.product-list-filter{
    margin-bottom: 30px;
}
.product-filter-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #00323D;
    font-weight: bold;
    line-height: 40px;
}
.product-filter-content{
    display: flex;
    justify-content: space-between;
    gap: 3%;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.product-filter-item{
    flex: 1;
}
.product-filter-item:nth-child(3n){
    margin-right: 0;
}

.pyselecter{
    width: 100%;
    position: relative;
    font-size: 16px;
}
.pyselecter .pyselecter-show{
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.pyselecter .pyselecter-show span{
    height: 50px;
    line-height: 50px;
    flex-grow: 1;
    word-break: break-all;
    flex-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
}
.pyselecter.active .pyselecter-show span{
    color: #00323D;
}
.pyselecter .pyselecter-show i{
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    background: url(../images/angle-down-dark.svg) no-repeat center center;
    background-size: 100%;
    margin-left: 10px;
}
.pyselecter .pyselecter-list{
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #f1f1f1;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    display: none;
}
.pyselecter-list li{
    line-height: 34px;
    padding: 5px 20px;
    cursor: default;
    color: #00323D;
}
.pyselecter-list li:hover{
    background: #00323D;
    color: #fff;
}
.pyselecter-list li.selected{
    background: #00323D;
    color: #fff;
}

.product-fillter-series{
    display: none;
}

.product-list-content{
    margin-bottom: 30px;
}
.product-list-content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.product-list-content ul li{
    width: 25%;
    margin-bottom: 2%; 
}
.product-list-content li.empty{
    width: 100%;
    text-align: center;
    color: #00323D;
    line-height: 200px;
    font-size: 20px;
}

.product-list-item{
    padding: 25px;
}
@media (max-width: 1400px) {
    .product-list-item{
        padding: 15px;
    }
}
.product-list-item:hover{
    background: #E5F1E5;
}
.product-list-item .img{
    width: 100%;
    display: flex;
    align-items: center;
    background: #f1f1f1;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1/1;
    margin-bottom: 15px;
}
.product-list-item .img img{
    width: 100%;
}
.product-list-item .thumbs{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 15px;
}
.product-list-item .thumbs dd{
    margin-right: 5px;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid transparent;
}
.product-list-item .thumbs dd:hover, .product-list-item .thumbs dd.active{
    border: 1px solid #00323D;
}
.product-list-item .thumbs dd:last-child:hover{
    border: 1px solid transparent;
}
.product-list-item .thumbs span{
    width: 36px;
    height: 36px;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-list-item .thumbs img{
    width: 100%;
    height: auto;
    min-height: 100%;
}
.product-list-item .thumbs i{
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #DEDFDE;
    font-size: 14px;
    color: #111;
    text-align: center;
}
.product-list-item .cate-title{
    margin-bottom: 15px;
}
.product-list-item .cate-title h4{
    font-size: 18px;
    color: #00323D;
    line-height: 20px;
    font-weight: normal;
}
.product-list-item .title{
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.product-list-item .title h3{
    font-size: 16px;
    color: #00323D;
    line-height: 26px;
    font-weight: bold;
}
.product-list-item .buttons{
    display: flex;
    justify-content: space-between;
}
.product-list-item .buttons a{
    line-height: 20px;
    font-size: 14px;
    color: #00323D;
}
.product-list-item .buttons i{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin-right: 5px;
}
.product-list-item .add-cart i{
    background-image: url(../images/icon-bag-dark.svg);
}
.product-list-item .view i{
    background-image: url(../images/icon-eye-dark.svg);
}
.product-load-info{
    padding: 50px 0;
    text-align: center;
    color: #00323D;
    font-size: 20px;
}
.product-load-info span, .product-load-info strong{
    font-size: 22px;
    font-weight: bold;
}
.product-load{
    margin-bottom: 100px;
}
.product-load-btn{
    text-align: center;
}
.product-load-btn button{
    width: 220px;
    text-align: center;
    line-height: 54px;
    font-size: 18px;
    color: #fff;
    border-radius: 2227px;
    display: inline-block;
    background: #00323D;
}

.product-content-top{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 50px;
}
.product-content-img{
    width: 50%;
    margin-right: 8%;
    flex-shrink: 0;
}
.product-content-img .img{
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #f1f1f1;
    display: flex;
    align-items: center;
}
.product-content-img img{
    width: 100%;
}
.product-content-summary{
    flex-grow: 1;
}
.product-content-title{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.product-content-title h1{
    line-height: 50px;
    color: #00323D;
    font-size: 36px;
    font-weight: bold;
}
.product-content-thumbs{
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin-bottom: 100px;
}
.product-content-thumbs ul{
    display: flex;
    justify-content: left;
    align-items: center;
}
.product-content-thumbs ul li{
    margin-right: 8px;
    margin-bottom: 20px;
    text-align: center;
}
.product-content-thumbs ul li h4{
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0;
    color: #00323D;
}
.product-content-thumbs .thumbs-item{
    border-radius: 4px;
    padding: 4px;
    border: 1px solid transparent;
    display: inline-block;
}
.product-content-thumbs .thumbs-item:hover{
    border-color: #00323D;
}
.product-content-thumbs .thumbs-item span{
   width: 80px; 
   height: 80px;
   border-radius: 4px;
   overflow: hidden;
   display: block;
}
.product-content-thumbs .thumbs-item img{
    width: 100%;
    min-height: 100%;
}
.product-content-button a{
    display: inline-block;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #00323D;
    border-radius: 25px;
    letter-spacing: 2px;
}
.product-content-button a i{
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/icon-bag-white.svg) no-repeat center center;
    margin-right: 20px;
    background-size: 100%;
}

.product-content-detail{
    margin-bottom: 100px;
}
.product-detail-title{
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 30px;
}
.product-detail-title h3{
    font-size: 24px;
    color: #00323D;
    font-weight: bold;
}
.product-body-main table{
    width: 100%;
    color: #00323D;
}
.product-body-main td{
    padding:15px 30px;
    border-bottom: 1px solid #E5E5E5;
    background: #f9f8f8;
}
.product-body-main tr:nth-child(2n-1) td{
    border-bottom: 1px solid #E5E5E5;
}
.product-body-main td:nth-child(1){
    font-weight: bold;
}
.product-body-main td:nth-child(2){
    text-align: right;
}

.product-recomend{
    margin-bottom: 100px;
}
.product-recomend-title{
    text-align: center;
    margin-bottom: 30px;
}
.product-recomend-title h3{
    font-size: 24px;
    color: #00323D;
    font-weight: bold;
}
.product-recomend-bottom{
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.product-recomend-bottom button{
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center
}
.product-recomend-bottom .product-recomend-prev{
    background-image: url(../images/slide-left.svg);
}
.product-recomend-bottom .product-recomend-prev:hover{
    background-image: url(../images/slide-left-hover.svg);
}
.product-recomend-bottom .product-recomend-next{
    background-image: url(../images/slide-right.svg);
}
.product-recomend-bottom .product-recomend-next:hover{
    background-image: url(../images/slide-right-hover.svg);
}
.product-recomend-pagination{
    display: flex;
    flex-grow: 1;
    margin: 0 40px;
    height: 3px;
    background: #f1f1f1;
}
.product-recomend-pagination .swiper-pagination-bullet{
    width: auto !important;
    flex: 1;
    height: 3px !important;
    background: #f1f1f1 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.product-recomend-pagination .swiper-pagination-bullet-active{
    background: #00323D !important;
}

.cms-site-main{
    width: 100%;
    min-height: 30vh;
}

.guide-install{
    margin-bottom: 100px;
}
.guide-install h2{
    text-align: center;
    font-size: 30px;
    color: #00323D;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 30px;
}
.guide-install ul{
    display: flex;
    flex-wrap: wrap;
}
.guide-install ul li{
    width: calc(50% - 1px);
    margin-right: 2px;
    margin-bottom: 2px;
    position: relative;
}
.guide-install ul li:nth-child(2n){
    margin-right: 0;
}
.guide-install-item .img{
    position: relative;
    z-index: 0;
}
.guide-install-item .img img{
    width: 100%;
    height: auto;
}
.guide-install-item .text{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    background: rgba(0,0,0,.15);
}
.guide-install-item h3{
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.guide-install-item p{
    text-align: center;
}
.guide-install-item a{
    display: inline-block;
    line-height: 44px;
    width: 170px;
    border-radius: 22px;
    background: #fff;
    color: #00323D;
    box-shadow: 0 0 20px rgba(0,0,0,.25);
}
.guide-install-item a:hover{
    background: #00323D;
    color: #fff;
    box-shadow: 0 0 20px rgba(255, 255, 255, .25);
}

.guide-checklist{
    width: 90%;
    min-width: 1200px;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
}
.guide-checklist .img{
    width: 60%;
    margin-right: 5%;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
}
.guide-checklist .img img{
    width: 100%;
}
.guide-checklist .text h3{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #00323D;
}
.guide-checklist .text p{
    margin-bottom: 30px;
    color: #00323D;
    line-height: 2em;
    font-size: 18px;
}
.guide-checklist .text a{
    display: inline-block;
    line-height: 42px;
    width: 170px;
    border-radius: 22px;
    background: #00323D;
    border: 1px solid #00323D;
    color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.25);
    text-align: center;
}
.guide-checklist .text a:hover{
    background: #fff;
    color: #00323D;
}

.checklist-list-item{
    margin-bottom: 80px;
    display: flex;
    align-items: center;
}
.checklist-list-img{
    width: 46%;
    margin-right: 5%;
    flex-shrink: 0;
}
.checklist-list-img .img{
    border-radius: 8px;
    overflow: hidden;
}
.checklist-list-img img{
    width: 100%;
}
.checklist-list-info .title{
    margin-bottom: 20px;
}
.checklist-list-info .title p{
    font-size: 18px;
    color: #00323D;
    line-height: 40px;
}
.checklist-list-info .title h2{
    font-size: 32px;
    font-weight: bold;
    color: #00323D;
    line-height: 40px;
}
.checklist-list-info .content{
    line-height: 1.75em;
    color: #00323D;
    margin-bottom: 30px;
    font-size: 18px;
}
.checklist-list-info .more a{
    display: inline-block;
    line-height: 44px;
    padding: 0 30px;
    border-radius: 22px;
    color: #00323D;
    border: 1px solid #00323D;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.25);
    text-align: center;
    
}
.checklist-list-info .more a:hover{
   background: #00323D; 
   color: #fff;
}
.checklist-list-info .sns{
    display: flex;
    align-items: center;
    justify-content: left;
    padding-top: 30px;
}
.checklist-list-info .sns p{
    margin-right: 30px;
}


.installation-item{
    padding: 60px 0;
    background: #fff;
}
.installation-item:first-child{
    padding-top: 0;
}
.installation-item:nth-child(2n){
    background: #f3fff3;
}
.installation-item:last-child{
    margin-bottom: 100px;
}
.installation-item-title{
    margin-bottom: 50px;
    text-align: center;
}
.installation-item-title h2{
    font-size: 32px;
    font-weight: bold;
    color: #00323D;
    line-height: 60px;
}
.installation-item-title  p{
    color: #00323D;
}

.installation-item-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.installation-item:nth-child(2n) .installation-item-content{
    flex-direction: row-reverse;
}
.installation-item-img{
    width: 54%;
    flex-shrink: 0;
}
.installation-item-img .img{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.installation-item-img img{
    width: 100%;
}
.installation-item-info{
    width: 43%;
}

.installation-item-info h1, .installation-item-info h2, .installation-item-info h3, .installation-item-info h4, .installation-item-info p{
    color: #00323D;
}
.installation-item-info h1 img, .installation-item-info h2 img, .installation-item-info h3 img, .installation-item-info h4 img{
    display: inline-block; 
    height: 30px;
    margin-left: 10px;
}
.installation-item-info h3{
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}
.installation-item-info h2{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}
.installation-item-info hr{
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 20px 0;
}
.installation-item-info p{
    line-height: 1.5em;
    margin-bottom: 10px;
}
.installation-tips{
    padding: 80px 0;
    background: #f9ffff;
}
.installation-tips-content{
    padding: 50px;
    background: #f5fafc;
    border-radius: 10px;
    border-left: 4px solid #779299;
}
.installation-tips-content h3{
    font-size: 26px;
    line-height: 2em;
    margin-bottom: 10px;
    color: #00323D;
}
.installation-tips-content p{
    font-size: 18px;
    line-height: 2em;
    color: #00323D;
}

.installation-footer{
    padding: 80px 0;
}
.installation-footer .wrapper{
    display: flex;
    align-items: center;
}
.installation-footer-left{
    width: 55%;
    margin-right: 5%;
    flex-shrink: 0;
}
.installation-footer-link{
    position: relative;
}
.installation-footer-link .installation-link-img{
    position: relative;
    z-index: 1;
    overflow: hidden;
    aspect-ratio: 16 / 8;
}
.installation-link-img img{
    width: 100%;
}
.installation-link-text{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0, 0, 0, .35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.installation-link-content{
    padding: 0 5%;
    text-align: center;
    font-size: 30px;
}
.installation-link-content p{
    line-height: 2em;
}
.installation-link-more{
    text-align: center;
    margin-top: 50px;
}
.installation-link-more a{
    display: inline-block;
    line-height: 54px;
    padding: 0 30px;
    border-radius: 27px;
    color: #fff;
    border: 1px solid #00323D;
    background: #00323D;
    box-shadow: 0 0 20px rgba(0,0,0,.25);
    text-align: center;
    font-size: 20px;
}
.installation-link-more a:hover{
    color: #00323D;
    background: #fff;
}

.installation-footer-download h3{
    color: #00323D;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.installation-footer-download p{
    color: #00323D;
    font-size: 20px; 
    text-align: left;
}
.installation-footer-download ul{
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.installation-footer-download ul li{
    margin-right: 10%;
}
.installation-footer-download a{
    display: inline-block;
}
.installation-footer-download a p{
    text-align: center;
}
.installation-footer-download a i{
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: 100%;
}
.installation-footer-download a i.download{
    background: url(../images/icon-download2.svg) center center no-repeat;
}
.installation-footer-download a i.links{
    background: url(../images/icon-links.svg) center center no-repeat;
}


.cms-main-title{
    text-align: center;
    margin-bottom: 80px;
}
.cms-main-title h1{
    font-size: 36px;
    font-weight: normal;
    color: #00323D;
}

.download-list-header{
    background: #E5F1E5;
    padding: 0 30px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.download-list-header span{
    line-height: 72px;
    color: #00323D;
    font-size: 28px;
}
.download-list-header span:first-child{
    flex-grow: 1;
}
.download-list-content li{
    border-bottom: 1px solid #ccc;
}
.download-list-content li.empty{
    width: 100%;
    text-align: center;
    color: #00323D;
    line-height: 200px;
    font-size: 20px;
    border: none;
}
.download-list-item{
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.download-list-item h3{
    color: #00323D;
    font-size: 18px;
    flex-grow: 1;
    margin-right: 50px;
    line-height: 62px;
    font-weight: normal;
}
.download-list-item span{
    color: #00323D;
    font-size: 18px;
    text-transform: uppercase;
}
.download-list-item span i{
    width: 16px;
    height: 15px;
    display: inline-block;
    background: url(../images/icon-download.svg) no-repeat center center;
    background-size: 16px;
    margin-right: 5px;
}
.download-list-item:hover h3{
    text-decoration: underline;
}

.about-head-line{
    padding: 100px 0;
    text-align: center;
    background: #f1f1f1;
    line-height: 100px;
    font-size: 40px;
    color: #00323D;
}
.about-page-item{
    margin-bottom: 50px;
}
.about-page-item p{
    color: #00323D;
    font-size: 18px;
    margin-bottom: 10px;
    word-break: keep-all;
}

.location-list-item{
    padding: 80px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.location-list-item:nth-child(2){
    padding-top: 0;
}
.location-list-item:last-child{
    border-bottom: none;
}
.location-list-map{
    width: 55%;
    background: #f1f1f1;
}
.location-map{
    height: 460px;
}
.location-list-info{
    width: 40%;
}
.location-list-title{
    margin-bottom: 20px;
}
.location-list-title h3{
    font-size: 32px;
    color: #00323D;
    font-weight: normal;
    line-height: 50px;
}
.location-list-address td{
    padding: 10px 0;
    color: #00323D;
    font-size: 18px;
}

.additional-types{
    margin-bottom: 80px;
}
.additional-types-header{
    padding: 0 30px;
    background: #E5F1E5;
}
.additional-types-header{
    line-height: 72px;
    color: #00323D;
    font-size: 28px;
}
.additional-list{
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}
.additional-list li{
    width: 46%;
    margin-right: 8%;
    border-bottom: 1px solid #ccc;
}
.additional-list li:nth-child(2n){
    margin-right: 0;
}
.additional-item{
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #00323D;
    line-height: 40px;
}
.additional-item em{
    width: 4px;
    height: 4px;
    background: #00323D;
    border-radius: 2px;
    margin-right: 10px;
    flex-shrink: 0;
}
.additional-item span{
    flex-grow: 1;
    margin-right: 50px;
}
.additional-item i{
    width: 16px;
    height: 15px;
    display: inline-block;
    background: url(../images/icon-download.svg) no-repeat center center;
    background-size: 16px;
}
.additional-item:hover span{
    text-decoration: underline;
}


.contact-form{
    width: 84%;
    margin: 0 auto;
    margin-bottom: 150px;
}
.contact-form-tip{
    color: #00323D
}
.contact-form ul{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.contact-form ul li{
    width: 47%;
    margin-right: 6%;
    margin-bottom: 20px;
}
.contact-form ul li:nth-child(2n){
    margin-right: 0;
}
.contact-form ul li.w-100{
    width: 100%;
    margin-right: 0;
}
.contact-form label{
    width: 100%;
}
.contact-form label p{
    font-size: 20px;
    color: #00323D;
    line-height: 50px;
}
.contact-form input, .contact-form textarea{
   border: 1px solid #00323D; 
   width: 100%;
   font-size: 16px;
   font-family: 'Roboto-Regular';
   box-sizing: border-box;
   color: #0154BA;
   border-radius: 5px;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
    text-transform: uppercase;
    color: #999;
}
.contact-form input{
    line-height: 35px;
    padding: 5px 20px;
}
.contact-form textarea{
    padding: 20px;
    line-height: 40px;
    height: 160px;
}

.contact-form li.Captcha{
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: flex-end;
}
.contact-form li.Captcha label{
    width: auto;
}
.contact-form li.Captcha .submit{
    flex-grow: 1;
    text-align: right;
}
.contact-form li.Captcha input{
    width: 350px;
    margin-right: 10px;
}
.contact-form li.Captcha button{
    line-height: 35px;
    padding: 5px 60px;
    display: inline-block;
    border: 1px solid #00323D; 
    font-size: 18px;
    color: #00323D; 
    border-radius: 22.5px;
}
.contact-form li.Captcha button:hover{
    background: #00323D; 
    color: #fff;
}
.contact-form li.Captcha img{
    height: 40px;
}

.delivery-title h1{
    font-size: 36px;
    font-weight: bold;
}
.delivery-form{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 150px;
}
.delivery-form-tip{
    text-align: center;
    color: #00323D;
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 50px;
}
.delivery-form-input{
    margin-bottom: 50px;
}
.delivery-form-input input{
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    padding: 10px;
    line-height: 56px;
    background: #fff;
    font-size: 18px;
    color: #00323D;
    border: 1px solid #00323D;
    border-radius: 5px;
}
.delivery-form-input input::placeholder{
    color: #999;
}
.delivery-form-submit{
    display: flex;
    justify-content: center;
    align-items: center;
}
.delivery-form-submit button{
    line-height: 35px;
    padding: 5px 60px;
    display: inline-block;
    border: 1px solid #00323D; 
    font-size: 18px;
    border-radius: 22.5px;
    background: #00323D;
    color: #fff;
}
.delivery-form-submit button:hover{
    background: #fff;
    color:#00323D;
}

.sample-title h1{
    font-size: 36px;
    font-weight: bold;
}
.sample-empty{
    padding-bottom: 100px;
}
.sample-empty p{
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}
.sample-empty a{
    display: inline-block;
    line-height: 35px;
    padding: 5px 60px;
    display: inline-block;
    border: 1px solid #00323D; 
    font-size: 18px;
    border-radius: 22.5px;
    background: #00323D;
    color: #fff;
}
.sample-empty a:hover{
    background: #fff;
    color:#00323D;
}


.search-box {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: -150vh;
    z-index: 9999;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.search-box.open {
    top: 0;
}
.search-box-inner {
    width: 100%;
    height: 90%;
    padding-bottom: 10%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-box-mask {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, .35);
    z-index: 0;
    opacity: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.search-box.open .search-box-mask {
    opacity: 1;
}
.search-box-main {
    position: relative;
    z-index: 1;
    background: #302b6c;
    padding: 100px;
    width: 50%;
    border: 4px solid #fff;
    min-width: 780px;
}
.search-box-close {
    width: 60px;
    height: 60px;
    background: url(../images/search-close.png) no-repeat center center;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 5;
    cursor: pointer;
}
.search-bar-summary {
    line-height: 2em;
    margin: 50px 0;
}
.search-bar-form {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
}
.search-bar-input:focus {
    border: none !important;
    outline: none !important;
    background: none !important;
}
.search-bar-input {
    border: none !important;
    outline: none !important;
    background: none !important;
    color: #fff;
    font-size: 1.2rem;
    padding: 0 30px;
    flex-grow: 1;
    line-height: 50px;
}
.search-bar-input::placeholder {
    color: #999;
}
.search-bar-btn {
    border: none !important;
    outline: none !important;
    padding: 0 40px;
    line-height: 54px;
    margin: 0 3px;
    background: #254187 !important;
    border-radius: 28px;
    color: #fff;
}
.search-bar-btn:hover {
    background: #fff !important;
    color: #254187;
}

.search-container {
    margin-bottom: 50px;
}
.search-container-top {
    border-bottom: 1px solid #cceaf6;
    padding-bottom: 50px;
    margin-bottom: 30px;
}
.search-container-top form {
    display: flex;
    align-items: center;
    border: 1px solid #222;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
}
.search-container-top input:focus {
    outline: none !important;
    border: none !important;
    background: none !important;
}
.search-container-top input {
    flex-grow: 1;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    border: none !important;
    background: none !important;
    outline: none !important;
    color: #262350;
}
.search-container-top input::placeholder {
    color: #999;
}
.search-container-top button {
    border: none;
    outline: none;
    font-size: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: url(../images/search.svg) no-repeat center center #141b4d;
    background-size: 50%;
    margin-right: 3px;
    margin-left: 3px;
}
.search-container-top button:hover {
    background-color: #254187;
}
.search-container-empty {
    padding: 50px 0;
    text-align: center;
    color: #131313;
    font-size: 18px;
}
.search-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: #f1f1f1;
    padding: 20px;
}
.search-list-item time {
    color: #222;
    flex-shrink: 0;
    margin-right: 30px;
    font-weight: bold;
    font-size: 1rem;
    display: none;
}
.search-list-item h3 {
    font-size: 1.2rem;
    color: #222;
    line-height: 2em;
    padding: 5px 0;
}
.search-list-item p {
    color: #666;
    line-height: 1.5em;
}
.search-list-item b {
    color: #00323D;
    font-weight: bold;
}

.inner-banner, .inner-banner .banner-img, .inner-banner img{
    width: 100%;
}


.cms-site-pagination{
    margin-top: 50px;
    margin-bottom: 100px;
    display: flex;
}
.cms-site-pagination ul{
    display: flex;
}
.cms-site-pagination ul li{
    text-align: center;
    margin: 0 5px;
}
.cms-site-pagination ul li a{
    display: block;
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #ccc;
    font-size: 18px;
    color: #333;
    border-radius: 2px;
}
.cms-site-pagination ul li a:hover, .cms-site-pagination ul li  a.active{
    background-color: #00323D;
    border-color: #00323D;
    color: #fff;
}
.cms-site-pagination ul .page_t a{
    font-size: 12px;
    min-width: 84px;
}
.cms-site-active a{
    background-color: #0154BA;
    color: #fff !important;
    border-color: #0154BA !important;
}

.cases-page{
    padding: 100px 0;
    background: #f1f1f1;
    padding-bottom: 50px;
}

.cases-list-content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.cases-list-content li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.cases-list-content li:nth-child(4n){
    margin-right: 0;
}
.cases-list-content li.empty{
    width: 100%;
    text-align: center;
    color: #00323D;
    line-height: 200px;
    font-size: 20px;
    border: none;
}
.cases-list-item{
    display: block;
    background: #fff;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.cases-list-item .img{
    background: #d9d9d9;
    box-sizing: border-box;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    padding-top: 37.5%;
}
.cases-list-item .img img{
    width: 100%;
    height: auto;
    transform: translateY(-50%);
}
.cases-list-item .text{
    padding: 20px;
}
.cases-list-item .text h3{
    font-size: 18px;
    color: #00323D;
    font-weight: normal;
    margin-bottom: 5px;
}
.cases-list-item .text p{
    font-size: 16px;
    color: #00323D;
}

.cart-position{
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: 90px;
    display: none;
}
.cart-wrapper{
    width: 320px;
    padding: 20px 0;
    background: #fff;
    border:1px solid #00323D;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
}
.cart-title{
    display: flex;
    align-items: center;
    margin: 0 20px 20px 20px;

}
.cart-title h3{
    font-size: 22px;
    color: #00323D;
    font-weight: normal;
    flex-grow: 1;
    line-height: 30px;
}
.cart-title button, .cart-title i{
    width: 28px;
    height: 28px;
}
.cart-title i{
    display: block;
    background: url(../images/icon-close.svg) no-repeat center center;
    background-size: 100%;
}
.cart-list{
    max-height: 325px;
    overflow: auto;
    padding: 0 20px;
}
.cart-item{
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}
.cart-item .img{
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 1px;
    overflow: hidden;
    margin-right: 15px;
}
.cart-item .img img{
    width: 100%;
}
.cart-item .info{
    flex-grow: 1;
}
.cart-item h4{
    font-size: 18px;
    color: #232323;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 5px;
}
.cart-item .count{
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.cart-item .count p{
    font-size: 16px;
    color: #232323;
    flex-grow: 1;
    line-height: 20px;
}
.cart-item .count input{
    width: 40px;
    height: 24px;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-align: center;
    margin-right: 5px;
    flex-shrink: 0;
}
.cart-bottom{
    margin: 0 20px;
    margin-top: 20px;
    text-align: right;
}
.cart-bottom a{
    width: 130px;
    text-align: center;
    line-height: 30px;
    padding: 5px 0;
    display: inline-block;
    border: 1px solid #00323D; 
    font-size: 18px;
    color: #fff; 
    background: #00323D;
    border-radius: 20.5px;
    text-align: center;
    font-size: 16px;
}
.cart-bottom a:hover{
    background: #fff;
    color: #00323D;
}

.sample-page{
    padding-bottom: 100px;
}
.sample-item{
    display: flex;
    align-items: center;
}
.sample-item .img{
    width: 80px;
    height: 80px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 2px;
}
.sample-item .img img{
    width: 100%;
}
.sample-item .info{
    flex-grow: 1;
}
.sample-item .info h3{
    font-size: 18px;
    color: #00323D;
    font-weight: bold;
}
.sample-item .info p{
    font-size: 16px;
    color: #00323D;
}
.sample-list table{
    width: 100%;
    border-top: 1px solid #00323D;
    margin-bottom: 30px;
}
.sample-list th, .sample-list td{
    padding: 15px 0;
    border-bottom: 1px solid #00323D;
    vertical-align: middle;
}
.sample-list th{
    font-weight: normal;
    color: #00323D;
}
.sample-list th:nth-child(2), .sample-list td:nth-child(2){
    text-align: center;
}
.sample-list th:nth-child(3), .sample-list td:nth-child(3){
    width: 80px;
    text-align: center;
}
.sample-list td{
    border-color: #ccc;
}
.sample-delete{
    width: 28px;
    height: 28px;
    background: url(../images/icon-delete-gray.svg) no-repeat center center;
    background-size: 100%;
}
.sample-delete:hover{
    background: url(../images/icon-delete-dark.svg) no-repeat center center;
}
.sample-quantity{
    display: inline-flex;
    align-items: center;
    width: 110px;
    height: 42px;
    border: 1px solid #00323D;
    border-radius: 22px;
}
.sample-quantity button{
    width: 20px;
    height: 30px;
    color: #00323D;
    text-align: center;
    font-size: 0;
}
.sample-quantity button.minus{
    margin-left: 10px;
    background: url(../images/icon-minus.svg) no-repeat center center;
    background-size: 90%;
}
.sample-quantity button.plus{
    margin-right: 10px;
    background: url(../images/icon-plus.svg) no-repeat center center;
    background-size: 90%;
}
.sample-quantity input{
    width: 50px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: none;
    background: none;
    color: #00323D;
    font-weight: bold;
}
.sample-list-info{
    display: flex;
    align-items: center;
}
.sample-list-info .sample-list-count{
    color: #00323D;
    flex-grow: 1;
    font-weight: bold;
}
.sample-list-error{
    color: #f00;
    margin-right: 50px;
}
.sample-list-submit{
    text-align: center;
    line-height: 30px;
    padding: 5px 30px;
    display: inline-block;
    border: 1px solid #00323D; 
    font-size: 18px;
    color: #fff; 
    background: #00323D;
    border-radius: 20.5px;
    text-align: center;
    font-size: 16px;
}
.sample-list-submit:hover{
    background: #fff;
    color: #00323D;
}

.sample-empty{
    display: none;
}
.sample-list{
    display: none;
}
.sample-form{
    display: none;
}
.sample-form-goback{
    margin-bottom: 30px;
}
.sample-form-goback a{
    font-size: 18px;
    color: #00323D;
    font-weight: bold;
}
.sample-content{
    display: none;
}

.delivery-message{
    width: 100%;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    display: none;
}
.delivery-message-mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 0;
}
.delivery-message-wrapper{
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.delivery-message-content{
    background: #fff;
    width: 630px;
    padding: 80px 100px;
    border-radius: 10px;
}
.delivery-message-content .message{
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 22px;
    color: #00323D;
}
.delivery-message-content .info{
    line-height: 40px;
    color: #00323D;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.delivery-message-content .info P{
    text-align: center;
}
.delivery-message-content .info i{
    width: 40px;
    height: 40px;
    display: inline-block;
}
.delivery-message-content .info i.tel{
    background: url(../images/icon-tel2.svg) no-repeat center center;
    background-size: 22px;
}
.delivery-message-content .info i.clock{
    background: url(../images/icon-clock.svg) no-repeat center center;
    background-size: 22px;
}

.delivery-message-button{
    text-align: center;
}
.delivery-message-button button{
    background: #00323D;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 0 55px;
    font-size: 16px;
    cursor: pointer;
    line-height: 50px;
    border: 1px solid #00323D;
}
.delivery-message-button button:hover{
    background: #fff;
    color: #00323D;
}

.page-banner, .page-banner .img{
    position: relative;
    z-index: 0;
    background: #f1f1f1;
}
.page-banner .img{
    width: 100%;
    display: flex;
    justify-content: right;
}
.page-banner img{
    width: 100%;
}
.page-banner .text{
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-banner .text .content{
    background: rgba(0, 0, 0, .25);
    padding: 80px;
    text-align: center;
    width: 980px;
}
.page-banner h3{
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}
.page-banner p{
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.content-about{
    display: flex !important;
    align-items: center;
    margin-bottom: 50px;
}
.content-about-text{
    width: 45%;
    margin-right: 5%;
    flex-shrink: 0;
}
.content-about-img img{
    width: 100%;
}

button, input, textarea {
    font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, 'Alibaba Sans', 'Microsoft Yahei', 'PingFang SC', sans-serif;
}