* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, ::before, ::after {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
a, a:hover, a:active, a.active, a:focus {
    text-decoration: none;
}
body {
    font-size:13px;
    font-family: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: capitalize;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #212121;
    font-weight:400;
    margin:0;
    padding:0;
}
a, p, ol, ul li{
    letter-spacing: 0;
    line-height: 1;
    font-family: normal;
    text-transform: capitalize;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html body, body #wrapper {
    overflow-x: hidden;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
img { width: 100%; height: 100%; object-fit: cover } [class*="col"] { float: none; }
.section { padding: 80px 0 } .mt-spacing { margin-top: 42px; }  .pt-spacing { padding-top: 42px }
.layout { max-width: 1200px; }   .layout-none { padding: 0 15px; }
.layout:after { content: none; }  .layout:before { content: none; }
.ai-none {display: none !important }
.ci-none { display: none !important }  .si-none { display: none !important }
.mi-none { display: none !important }  .ei-none { display: none !important }
@media only screen and (max-width: 1199px) {
    .ci-none { display: block !important } .c-none { display: none !important; }
}
@media only screen and (max-width: 991px) {
    .container-none { padding: 0 15px;}
    .si-none { display: block !important } .s-none { display: none !important; }
}
@media only screen and (max-width: 767px) {
    .section { padding: 50px 0; }  .mt-spacing { margin-top: 40px; }
    .mi-none { display: block !important } .m-none { display: none !important; }
}
@media only screen and (max-width: 576px) {
    .ei-none { display: block !important } .e-none { display: none !important; }
}


.web_head .head_top { padding: 15px 0; }
.web_head .head_top .logo img { height: 42px }
.web_head .head_top .head_right { padding-bottom: 2px; }
.web_head .head_top .head-search { background-color: #eee; height: 36px; border-radius: 6px; }
.web_head .head_top .head-search .search-ipt { width: 180px; height: 100%; line-height: 1; }
.web_head .head_top .head-search .search-ipt::-webkit-input-placeholder { color: #666; }
.web_head .head_top .head-search .search-btn { height: 36px; width: 38px; }
.web_head .head_layer .nav_wrap .head_nav>li { line-height: 52px; font-size: 14px; letter-spacing: 0; margin: 0 32px; }
.web_head .head_layer .nav_wrap .head_nav>li>a {line-height: 50px; }
.web_head .head_layer .nav_wrap .head_nav>li>a>b { margin-left: 10px; }
.web_head .head_layer .nav_wrap .head_nav>li>a>em {  letter-spacing: 0.03rem; }
.web_head .head_layer .nav_wrap .head_nav>li>a:before { bottom: 8px; }
@media only screen and (min-width: 951px) {
    .head_layer .layout { position: revert; }
    .nav_wrap .head_nav { position: revert; }
    .nav_wrap .head_nav li { position: revert; perspective: revert; }
    .nav_wrap .head_nav li .main-menu {  position: absolute; display: none; width: 100%; left: 0; visibility: hidden; top: 100%; background: #fff;  box-shadow: 0 10px 14px 0 rgba(0,0,0,0.06); opacity: 0; transform: none; z-index: 1000 }
    .nav_wrap .head_nav li:hover .main-menu { display: block; opacity: 1; transition: all .3s;  visibility: visible; }
    .nav_wrap .head_nav li .main-menu .dropdown-unit { width: 100%; position: relative; opacity: 1; transform: none; visibility: visible;  background: transparent; border: none;  box-shadow: none; float: inline-start; }
    .nav_wrap .head_nav li .main-menu .dropdown-item:hover { background: #132c62; }
    .nav_wrap .head_nav li .main-menu .dropdown-item { float: left; width: 33.3333%; padding: 0 15px;  }
    .nav_wrap .head_nav li .main-menu .dropdown-item .item-title { border-bottom: none; transition: all 0s }
    .nav_wrap .head_nav li .main-menu .dropdown-item .item-title:before { content: none; }
    .nav_wrap .head_nav li .main-menu .dropdown-item:hover .item-title {  color: #fff; }
    .nav_wrap .head_nav li .main-menu .dropdown-item b:after { right: 40px; }
    .nav_wrap .head_nav li .main-menu ul > li .menu-unit { right: 0; top: 0; width: 200px; }
}
@media only screen and (max-width: 950px) {
    .mobile-head-items { height: 38px; line-height: 38px; display: flex; justify-content: space-between; align-items: center; }
    .mobile-head-item .title { font-size: 18px; }
    .web_head { padding-top: 38px; }
    .web_head .head_top .logo { padding: 0; }
    .head_nav > li { padding: 5px 0; }
    .head_nav > li:after { font-size: 18px; }
    .head_nav li ul > li.dropdown-item { border-bottom: 1px solid #e4e4e4; padding: 10px; }
    .head_nav li ul > li.dropdown-item:before { top: 25px; }
    .head_nav li ul > li.dropdown-item:last-child { border-bottom: transparent }
    .head_nav li ul > li.dropdown-item > a { margin-bottom: 10px; }


}
@media only screen and (max-width: 767px) {
    .slide_banner .slider_cont { bottom: auto; top: 80px; text-align: center; }
    .slide_banner .slider_cont .layout { height: auto; justify-content: center; }
}

.btn {
    display: inline-block;
    min-width: 148px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    border: 1px solid transparent;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 24px;
}
.btn:hover { color: #fff; }

.main-title { font-size: 40px; font-weight: normal; font-family: 'Impact'; color: #565757; text-transform: uppercase; text-align: center; margin: 0 0 24px; padding-bottom: 24px; position: relative; }
.main-title:before { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 200px; height: 4px; background: #565757;  }
.main-describe { text-align: center; max-width: 720px; margin: 0 auto 10px; font-size: 14px; color: #666; font-weight: 400; line-height: 1.6; }
@media only screen and (max-width: 767px) {
    .main-title { font-size: 36px; }
}

.module-bottom { text-align: center; }
.module-bottom .main-describe { font-size: 16px; color: #0a3365; font-weight: 600; line-height: 1.6; }
.module-bottom .art-button { width: 280px; height: 54px; border-radius: 28px; background: #189d0e; padding: 0 24px 0 53px; display: inline-block; position: relative;  box-shadow: inset 0 0 3px rgba(166, 229, 162, 0.5); }
.module-bottom .art-button .btn-icon { display: inline-block; position: absolute; left: 3px; top: 3px; bottom: 3px; width: 48px; border-radius: 40px; background: #fff; padding: 4px; box-shadow: 3px 0 3px 0 rgba(0,0,0,.5);  }
.module-bottom .art-button .btn-span { display: inline-block; line-height: 52px; font-size: 18px; font-weight: 400; letter-spacing: 0.01rem;  }
.module-bottom .art-button:hover { color: #fff; }


.slide_banner .slider_wrap { position: relative }
.slide_banner .slider_cont { position: absolute; inset: 0; }
.slide_banner .slider_cont .layout { height: 100%; display: flex; align-items: center; justify-content: right; }
.slide_banner .slider_cont .banner_part { max-width: 40%; }
.slide_banner .slider_cont h1 { font-size: 42px; color: #132c62; font-weight: 400; letter-spacing: 0.03rem; margin-bottom: 24px; font-family: 'Impact'; }
.slide_banner .slider_cont p {  font-size: 20px; color: #132c62; font-weight: 600; line-height: 1.4; }
.slide_banner .slider_cont .main-button { background-color: #132c62; color: #fff; text-align: center; }
@media only screen and (max-width: 991px) {
    .slide_banner .slider_cont h1 { font-size: 32px; }
    .slide_banner .slider_cont p {  font-size: 18px; }
}
@media only screen and (max-width: 767px) {
    .slide_banner .slider_cont { bottom: auto; top: 80px; text-align: center; }
    .slide_banner .slider_cont .layout { height: auto; justify-content: center; }
    .slide_banner .slider_cont .banner_part { max-width: 100%; }
}

.index_company_intr { padding-top: 100px; }
.index_company_intr .layout { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; }
.index_company_intr .index_bd .layout:before { content: none; }
.index_company_intr .company_intr_cont { float: none; margin-right: 0; }
.index_company_intr .company_intr_title { font-size: 40px; margin-left: 0; }
.index_company_intr .company_intr_text { display: flex; align-items: center; }
.index_company_intr .company_intr_text_cont { max-width: 468px; }
.index_company_intr .company_intr_text h2 { font-size: 24px; font-family: normal; font-weight: 600; margin-bottom: 24px; line-height: 1.5 }
.index_company_intr .company_intr_text p { font-size: 14px; line-height: 1.8; }
@media only screen and (max-width: 767px) {
    .index_company_intr { padding: 68px 0; }
    .index_company_intr .company_intr_cont,
    .index_company_intr .company_intr_text { width: 90%; margin: 0 auto; }
    .index_company_intr .company_intr_text_cont { max-width: 100%; padding-top: 24px; }
}


.index_business { background-position: center; position: relative; }
.index_business:before { content: ''; position: absolute; inset: 0; background: #000; opacity: .5; }
.index_business .business_title { font-size: 40px; letter-spacing: 0; margin-bottom: 24px; }
.index_business .business_desc { font-size: 20px; color: #fff; font-weight: 400; line-height: 1.4; letter-spacing: 0; margin-bottom: 24px; }
.index_business .module-bottom .main-describe { font-size: 20px; color: #fff; font-weight: 400; line-height: 1.4; letter-spacing: 0; }


.product_slider .product_item .item_title { font-size: 20px; }
.product_slider .product_item .item_title a { line-height: 62px; height: 62px; font-weight: 300; }
.index_bd .learn_more .sys_btn { padding: 14px 28px; font-size: 16px; }

.bottom-advantage { padding-top: 120px; padding-bottom: 90px; }
.bottom-advantage .content-wrap { padding: 48px 88px; background: rgba(255,255,255,.9); border-radius: 12px; box-shadow: 0 0 1em rgba(0,0,0,.2) }
.bottom-advantage .content-wrap .content-array { padding: 20px 0; }
.bottom-advantage .content-wrap .content-array h3 { font-size: 22px; color: #565757; font-weight: 600; line-height: 1.2; letter-spacing: -0.01rem; margin-bottom: 12px; }
.bottom-advantage .content-wrap .content-array p { font-size: 14px; color: #565757; line-height: 1.6; margin-bottom: 12px; }
.bottom-advantage .module-bottom .main-describe { max-width: 100%; }
@media only screen and (max-width: 767px) {
    .bottom-advantage .content-wrap { padding: 48px 24px; }
}

.web_footer { margin-top: 80px; padding-top: 80px; padding-bottom: 80px; }
.web_footer .foot_news { bottom: auto; top: -60px; padding: 2%; }
.web_footer .foot_news:before { content: ''; position: absolute; inset: 0; background: #000; opacity: .56; }
.web_footer .foot_news .news_item:hover .item_img:before { background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.9)) }
.web_footer .foot_news .news_item .item_img:after { content: none; }
.foot_news .index_hd { position: relative; z-index: 10 }

.side_content .side_list .cont li a { height: 100%; line-height: 40px; }

.side-product-items .side_product_item { min-height: 68px !important; height: auto !important; }
.product-summary .product-meta p { line-height: 1.5; }
.side_content .side_list .cont li .inquiry:before { background-image: url(../images/icons03.png); }

.product-summary .product-meta .art-button { background-color: #132c62; letter-spacing: 0; text-align: center; }







