/*applications样式*/
.pre-scrollable{max-height:500px}

/*表单中使用，判断机器人空白字段*/
.effectDiv {
    display: none;
}
.faqTitle{
    font-size: 1rem;
    font-weight: bold;
    color: #45474b;
}

/*超链接样式*/
a:link {
    text-decoration: none;
    color: #006aaf
}

a:active {
    text-decoration: blink
}

a:hover {
    text-decoration: none;
    color: #0095f6
}

a:visited {
    text-decoration: none;
    color: #006aaf
}

/*row边距*/
.rowMargin {
    margin: 0.1rem;
}

/*banner样式*/

.carousel-control-next,
.carousel-control-prev {
    filter: invert(70%);
}

.carousel-indicators .active {
    background-color: #dee9f3;
}

.carousel-indicators li {
    background-color: #a5acb4;
}

/*图片card*/
.card {
    border: 0;
}

.card-body {
    text-align: center;
    padding: 0.75rem;
}

@media (min-width: 992px) {
    .clean-card {
        margin-bottom: 35px;
    }
}


/*主体模块*/

.clean-block.dark {
    background-color: #f6f6f6;
}

/*主体部分头部导航*/
.clean-block .block-heading {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}

.clean-block .block-heading p {
    text-align: left;
    margin: inherit;
    opacity: 0.7;
}


/*顶部slog样式*/
.slog h1 {
    font-size: .9rem;
}

.slog a:link {
    text-decoration: none;
    color: #323945
}

.slog a:active {
    text-decoration: blink
}

.slog a:hover {
    text-decoration: none;
    color: #238cda
}

.slog a:visited {
    text-decoration: none;
    color: #323945
}
.topMsg{
    margin-right: 10%;
    color: #656e75;
}
.logo{
    margin-left: 12%;
    margin-top: 0.4rem;
}

.logo img {
    width: 12rem;
}

/*导航栏样式*/
.clean-navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: .9rem;
    text-transform: uppercase;
}

.topShadow {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.clean-navbar .navbar-nav .nav-item {
    padding-right: 4rem;
}

.clean-navbar .navbar-nav:last-child .item:last-child,
.clean-navbar .navbar-nav:last-child .item:last-child a {
    padding-right: 0;
}

@media (min-width: 576px) {
    .navbar {
        padding-top: 0.5rem;
        padding-bottom: 0.6rem;
    }

}


/*视频样式*/
.videoStyle {
    width: 100%;
    height: auto;
}


/*foot部分样式*/
.page-footer {
    background-color: #fff;
}
.page-footer p{
    color: #adb5bd;
}

.page-footer.dark {
    background-color: #2b2f31;
}

.page-footer .footer-copyright {
    background-color: #fff;
    border: 1px solid #ededed;
}

.page-footer.dark .footer-copyright {
    background-color: #222425;
    border-color: #222425;
}

.page-footer .footer-copyright .row {
    font-size: 0.9rem;
    margin: 7px;
    color: #7d8288;
}

.page-footer.dark .footer-copyright .row {
    color: #ccc;
}

.page-footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

.page-footer h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}

.page-footer.dark h3 {
    color: white;
}

.page-footer a {
    color: #53595f;
    text-decoration: none;
}

.page-footer label {
    color: #d2d1d1;
    text-decoration: none;
}

.page-footer.dark a {
    color: #d2d1d1;
    font-size: 0.9rem;
}

.page-footer a:hover,
.page-footer a:focus {
    text-decoration: none;
    color: #1d2125;
}

.page-footer.dark a:hover,
.page-footer.dark a:focus {
    color: #fff;
}

@media (min-width: 576px) {
    .page-footer {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .page-footer ul li {
        position: relative;
        padding-left: 10px;
    }

    .page-footer ul li:before {
        top: 9px;
        transform: rotate(-45deg);
    }

    .page-footer ul li:after {
        top: 13px;
        transform: rotate(45deg);
    }
}


/* samples request悬浮窗样式*/
.side-widget.open {
    margin-right: 0;
}

.side-widget {
    width: 57px;
    z-index: 9;
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 52%;
    text-align: center;
    margin-right: -45px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side-widget .inner a {
    color: #f5f5f5;
}

.btn.btn-blue:hover {
    background-color: #03a9f4;
}

.btn.btn-blue {
    background-color: #03a9f4;
}

.btn.btn-blue {
    background-color: #03a9f4;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.samplesFormBtn {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 600;
    padding: 13px 25px;
    border-radius: 0;
    letter-spacing: -0.5px;
}

.modal-body .submitBtn {
    text-align: center;
}

.modal-content {
    border-radius: 2em;
    background-color: #fbfbfb;
}


/*------------- contact悬浮窗样式 ---------------*/
.nb-form {
    position: fixed;
    z-index: 9999;
    width: 300px;
    background: #FFF;
    right: 20px;
    bottom: -382px;
    transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.nb-form:hover {
    bottom: 0px;
}

.nb-form .user-icon {
    position: absolute;
    top: -49px;
    right: 12px;
    display: block;
    width: 58px;
    margin: 20px auto 15px;
    border-radius: 100%;
}

.nb-form .title {
    background: #03a9f4;
    font-size: 16px !important;
    padding: 20px 18px !important;
    color: #fff !important;
    border-radius: 10px 10px 0 0;
}

.nb-form p {
    font-size: 13px;
    margin: 0;
    padding: 15px;
    color: #666;
}

.nb-form p.message {
    margin-left: 7px;
}

.nb-form form {
    padding: 0 15px 15px 15px;
}

.nb-form input, .nb-form textarea {
    font-size: 13px;
}

.nb-form input[type='submit'] {
    display: block;
    width: 140px;
    margin: 0 auto;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff !important;
    border: none;
}

.nb-form input[type='submit']:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 7px 0 rgba(0, 0, 0, 0.02), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
}

.nb-form textarea {
    min-height: 110px;
}

.nb-form ::-webkit-input-placeholder {
    color: #1d2125;
}

.nb-form ::-moz-placeholder {
    color: #1d2125;
}

.nb-form :-ms-input-placeholder {
    color: #1d2125;
}

.nb-form :-moz-placeholder {
    color: #1d2125;
}

.nb-form input[type='submit'] {
    background: #03a9f4;
}


/*大尺寸样式*/
@media (min-width: 993px) {
    .bigHide {
        display: none;
    }
}


/*小尺寸样式*/
@media (max-width: 992px) {
    /*顶部slog样式*/
    .slog h1 {
        font-size: .6rem;
    }

    .logo img {
        width: 9rem;
    }

    .logo {
        margin-top: 0.2rem;
        margin-bottom: 0.3rem;
        margin-left: 0;
    }
    .topMsg {
        margin-top: 1.5rem;
        margin-right: 0;
    }
    .topMsg p {
        margin-bottom: 0;
    }

    .smallHide {
        display: none;
    }

    .slog a:link {
        text-decoration: none;
        color: #238cda
    }

    .slog a:active {
        text-decoration: blink
    }

    .slog a:hover {
        text-decoration: none;
        color: #238cda
    }

    .slog a:visited {
        text-decoration: none;
        color: #323945
    }


    .col-6, .col-sm-6, .col-md-4 {
        padding-right: 1px;
        padding-left: 1px;
    }

    .card-body {
        padding: 0.5rem;
    }

    .clean-block .block-heading p {
        max-width: 100%;
        padding: 10px;
        text-align: left;
        opacity: 0.7;
        margin-bottom: 0.2rem;
    }

    .side-widget {
        width: 25px;
    }

    /*samples btn css*/
    .side-widget .inner a {
        margin-top: 5px;
    }

    .samplesFormBtn {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 400;
        padding: 5px;
        border-radius: 0;
        letter-spacing: -0.5px;
    }

    /*messages btn css*/
    .nb-form:hover .user-icon {
        display: none;
    }

    .nb-form form {
        padding-top: 12px;
    }

    .nb-form {
        right: 50%;
        bottom: -390px;
        left: 50%;
        transform: translateX(-50%);
    }

    .nb-form .title {
        padding: 5px 50px !important;
        text-align: left;
    }

    .nb-form .user-icon {
        top: -35px;
        width: 35px;
    }
}

/*更小尺寸样式*/
@media (max-width: 380px) {
    /*顶部slog样式*/
    .slog h1 {
        font-size: .4rem;
    }

    .logo img {
        width: 6rem;
    }

    .logo {
        margin-bottom: 0.3rem;
        margin-left: 0;
    }
    .topMsg {
        margin-top: 1.3rem;
        margin-right: 0;
    }
    .topMsg p {
        margin-bottom: 0;
        font-size: small;
    }
}

