/*
 * @Author: Doris.Lee 
 * @Date: 2022-07-31 18:40:15 
 * @Last Modified by: Doris.Lee
 * @Last Modified time: 2022-07-31 23:57:41
 */

@charset "utf-8";

/* index */
/**
* media
*/
@media screen and (max-width: 1200px) {
    @media screen and (min-width: 376px) and (max-width: 640px) {
        html { font-size: 106.5%; }
    }
    @media screen and (min-width: 641px) and (max-width: 720px) {
        html { font-size: 120%; }
    }
    @media screen and (min-width: 721px) and (max-width: 768px) { /*iPad*/
        html { font-size: 128%; }
    }
    @media screen and (min-width: 769px) and (max-width: 810px) {
        html { font-size: 135%; }
    }
    @media screen and (min-width: 811px) and (max-width: 930px) {
        html { font-size: 155%; }
    }
    @media screen and (min-width: 931px) and (max-width: 1024px) { /*iPad Pro*/
        html { font-size: 170.5%; }
    }
    @media screen and (min-width: 1025px) and (max-width: 1080px) { /*一体机*/
        html { font-size: 180%; }
    }
    @media screen and (min-width: 1081px) and (max-width: 1200px) {
        html { font-size: 200%; }
    }

    /* loading */
    .loading {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }
    .loading .load-line,
    .loading .line-cur { height: 8px; }
    .loading .load-line { background-color: #dbdbdb; }
    .loading .line-cur {
        width: 0;
        background-color: #0B162B;
        -webkit-transition: 100ms;
        transition: 100ms;
    }
    .loading .load-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 180px;
        height: 150px;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .loading .load-logo img {
        width: 100%;
        height: 100%;
    }

    html,body {
        width: 100%;
        overflow-x: hidden;
    }
    .w {
        width: 100%;
        margin: 0 auto;
    }
    .mod-hd {
        margin: 1.2rem auto;
        margin-bottom: 2.0rem;
        margin-top: 3.0rem;
    }
    .mod-hd h3 {
        font-size: 1.4rem;
        margin-bottom: .5rem;
    }
    .mod-hd p {
        font-size: .9rem;
        opacity: .5;
    }

    /* hd */
    .main-hd {
        padding: .5rem .0rem;
        background: rgba(11,22,43,0.8);
        z-index: 99;
    }
    .hd-logo {
        width: 2.2rem;
        height: 2rem;
        margin-right: .3rem;
    }
    .hd-info {
        font-size: .8rem;
        margin: .3rem 0;
        margin-left: 6%;
    }
    .hd-info .zh {
        margin-bottom: .1rem;
    }
    .hd-info .en {
        font-size: .6rem;
    }
    .hd-line, .hd-desc {
        display: none;
    }
    .hd-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        height: 4rem;
        background-color: #fff;
        box-shadow: 1px 2px 10px 11px rgb(11 22 43 / 14%);
        z-index: 99;
    }
    .hd-nav li {
        width: 25%;
    }
    .hd-nav li a {
        font-size: .6rem;
        width: 100%;
        height: 4rem;
        padding-top: 2rem;
        line-height: 2rem;
        border-radius: 0;
        color: #000 !important;
        background-color: #fff !important;
        background-repeat: no-repeat !important;
        background-position: center 0.5rem !important;
        background-size: 1.5rem 1.5rem !important;
    }
    .hd-nav li:nth-child(1) a {
        background-image: url('../images/吸底导航/inactive/首页.png');
    }
    .hd-nav li:nth-child(2) a {
        background-image: url('../images/吸底导航/inactive/产品中心.png');
    }
    .hd-nav li:nth-child(3) a {
        background-image: url('../images/吸底导航/inactive/公司简介.png');
    }
    .hd-nav li:nth-child(4) a {
        background-image: url('../images/吸底导航/inactive/案例展示.png');
    }
    .hd-nav li:nth-child(1) a.on {
        background-image: url('../images/吸底导航/active/首页.png');
    }
    .hd-nav li:nth-child(2) a.on {
        background-image: url('../images/吸底导航/active/产品中心.png');
    }
    .hd-nav li:nth-child(3) a.on {
        background-image: url('../images/吸底导航/active/公司简介.png');
    }
    .hd-nav li:nth-child(4) a.on {
        background-image: url('../images/吸底导航/active/案例展示.png');
    }


    /* bd */
    .mod-banner {  
        height: auto;
        background-color: #fff;
    }
    .banner-text, .banner-box {
        width: 100%;
        height: 16rem;
        color: #fff;
    }
    .banner-text {
        height: 12rem;
        padding-top: 4rem;
        background-color: #0B162B;
    }
    .banner-text * {
        margin-left: 5%;
        margin-right: 5%;
        text-align: center;
    }
    .banner-text h1 {
        font-size: 2rem;
        line-height: 2.2rem;
        margin-bottom: 1.2rem;
        font-weight: 300;
    }
    .banner-text p {
        font-size: .8rem;
        margin-bottom: .1rem;
        opacity: .8;
    }
    .banner-number {
        background-color: #5558DB;
        padding: .3rem .5rem;
        font-size: .8rem;
        display: block;
        width: 8rem;
        margin-top: 1.5rem;
        border-radius: .2rem;
        text-align: center;
        margin: 1rem auto 0;
    }

    /* banner */
    .banner-box .carousel-inner,
    .banner-box .carousel-inner li {
        width: 100%;
        height: 19rem;
        background-size: 100% 100%;
    }
    .banner-box .dot {
        height: 1.0rem;
        bottom: .7rem;
    }
    .banner-box .dot span {
        width: .3rem;
        height: .3rem;
        margin: 0 .2rem;
        border: .1rem solid #fff;
    }
    .banner-box .dot span.on,
    .banner-box .dot span.swiper-pagination-bullet-active {
        border: .1rem solid #fff;
    }

    /* mod-slogan */
    .mod-slogan ul {
        font-size: 1.0rem;
    }
    .slogan-item {
        margin: 3.0rem .6rem 2.0rem;
    }
    .slogan-logo {
        width: 3.0rem;
        height: 3.0rem;
        background-size: 100% 100%;
        margin-bottom: 1rem;
    }

    /* mod-product */
    .mod-product ul {
        width: 100%;
        margin-bottom: 3.0rem;
    }
    .product-li {
        width: 100%;
        height: auto;
    }
    .product-name {
        font-size: 1rem;
        width: 22rem;
        margin: 0 auto;
        padding-left: 0;
        text-indent: 1rem;
    }
    .product-name::after {
        left: 0;
        top: 50%;
        margin-top: -.4rem;
        width: .7rem;
        height: .7rem;
        border-radius: 50%;
    }
    .product-box {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .product-item {
        width: 7rem;
        font-size: .8rem;
        margin: .6rem .3rem 1rem;
    }
    .product-item img {
        height: auto;
        margin-bottom: .6rem;
    }

    /* mod-introduct */
    .mod-introduct {
        padding: 1rem 1rem 1rem;
    }
    .intro-img {
        display: none;
    }
    .intro-img img{
        margin-top: 0rem;
        margin-bottom: 2rem;
        width: 99%;
        height: auto;
    }
    .intro-text {
        padding: .5rem;
        width: 100%;
        z-index: 1;
        background: url('../images/简介地图背景.png') no-repeat center;
        background-size: contain;
        border: 1px rgba(11,22,43,0.5) dashed;
        box-sizing: border-box;
    }
    .intro-text h3 {
        font-size: 1.4rem;
        text-align: center;
    }
    .intro-text p {
        font-size: .8rem;
        margin-top: 1rem;
    }

    /* mod-case */
    .mod-case {
        margin: 0 1rem;
        margin-bottom: 3rem;
    }
    .mod-case ul {
        width: 100%;
    }
    .case-item {
        width: 100%;
        height: auto;
        margin: auto;
        z-index: 1 !important;
    }
    .case-item img {
        width: 100%;
        z-index: 1 !important;
    }
    .case-item p {
        height: 1.7rem;
        line-height: 1.7rem;
        margin-top: -.8rem;
    }

    /* main-ft */
    .main-ft {
        height: 10rem;
        padding: 2.0rem 2rem 2.0rem;
    }
    .ft-left {
        font-size: 1rem;
    }
    .ft-left .text {
        font-size: .6rem;
        margin-top: .5rem;
        line-height: 1.0rem;
    }
    .ft-left .text i {
        width: 1rem;
        height: 1rem;
        margin-right: .5rem;
        background-size: 100% 100%;
    }
    .ft-right img {
        width: 4.5rem;
        height: 4.5rem;
    }
    .ft-bottom {
        margin-top: 1.5rem;
        font-size: .6rem;
    }

    .tel {
        right: 1.5rem;
        bottom: 5rem;
        width: 4.0rem;
        height: 4.0rem;
        z-index: 99;
    }
    .tel img {
        margin: .6rem auto;
        width: 1.6rem;
        height: 1.6rem;
    }
    .tel a {
        padding-top: 2.4rem;
        font-size: .8rem
    }
}