﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    /*padding-top: 100px;*/
    /*padding-bottom: 20px;*/
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.428571429;
    color: #424242;
    /*background-color: #f1f1f1;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}



h1, .h1 {
    font-size: 41px;
}

h1, h2, h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1.1;
    color: #444444;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

a {
    color: #666;
    text-decoration: none;
}


 
.separator-shadow-bottom img, .separator-shadow-top img {
    display: block;
    width: 100%;
}


/*footer {
    padding: 50px 0px;
    background-color: #246BA5;
    background: url(../Images/hero-bg.jpg);
    background-repeat: repeat;
    margin-top: 30px;
    color: #ffffff;
}

    footer a, footer a:hover, footer a:active {
        color: #ffffff
    }*/

.btn-link {
    color: #ff8a00;
}

.bottom-margin {
    margin-bottom: 4em;
}

.top-margin {
    margin-top: 4em;
}


.bottom-padding {
    padding-bottom: 4em;
}

.top-padding {
    padding-top: 4em;
}

.header-lined.has-sub-header {
    margin-bottom: 10px;
}

.header-lined {
    /*border-bottom: 1px solid #f6b241;*/
    padding-bottom: 10px;
    margin-bottom: 30px;
}


.iconed-features {
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
}

    .iconed-features .iconed-feature {
        text-align: center;
        display: block;
        padding-bottom: 35px;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        position: relative;
        overflow: hidden;
        font-size: 18px;
        margin: 0px 20px 0px 20px;
    }

        .iconed-features .iconed-feature .feature-icon-w {
            color: #d5d5d5;
            font-size: 70px;
            line-height: 90px;
            margin-bottom: 20px;
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

        .iconed-features .iconed-feature h4 {
            border-bottom: 1px solid #d8d8d8;
            margin-bottom: 10px;
            margin-top: 10px;
            font-weight: 500;
            padding-bottom: 10px;
        }

        .iconed-features .iconed-feature .btn-show-on-parent-hover {
            position: absolute;
            bottom: 0px;
            margin-bottom: -50px;
            width: 100%;
            text-align: center;
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

            .iconed-features .iconed-feature .btn-show-on-parent-hover a {
                border-bottom: 1px solid #C5D7E8;
                color: #2D7CC6;
                font-weight: 500;
                padding: 3px;
                font-size: 12px;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                display: inline-block;
                text-transform: uppercase;
            }

                .iconed-features .iconed-feature .btn-show-on-parent-hover a:hover {
                    text-decoration: none;
                    background-color: #E2F2FF;
                    border-bottom: 1px solid #5597D1;
                }

        .iconed-features .iconed-feature:hover {
            text-decoration: none;
        }

            .iconed-features .iconed-feature:hover .feature-icon-w {
                color: #ff8a00;
            }

            .iconed-features .iconed-feature:hover h4 {
                border-bottom: 1px solid #ff8a00;
            }

    .iconed-features.lift-on-hover .iconed-feature:hover {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        -o-transition: -o-transform 0.4s;
        transition: transform 0.4s;
    }

        .iconed-features.lift-on-hover .iconed-feature:hover .btn-show-on-parent-hover {
            margin-bottom: 0px;
            bottom: 5px;
        }

    .iconed-features.style-2 .feature-icon-w {
        color: #cccccc;
    }

    .iconed-features .iconed-feature:hover h4 {
        color: #ff8a00;
    }

.noise-wrapper-blue {
    background-image: url(../images/bgBlue.jpg);
    background-repeat: repeat;
    background-position: top center;
}

.daozhentai {
    color: #F28291;
}

.phone {
    padding-left: 50px;
    width: 205px;
    height: 50px;
    background: url(../images/bk.png) left -137px no-repeat;
    color: #999;
    padding-top: 5px;
}

    .phone .number {
        color: #ff8a00;
        font-weight: bold;
        font-size: 18px;
    }

.leftnavbar {
    width: 100%;
    padding-left: 40px;
    background: #eeeeee;
    padding-top: 35px;
    color: #666;
    padding-bottom: 75px;
    margin-bottom: 50px;
}

    .leftnavbar .title {
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 40px;
    }



.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    /*background-color: #f6b241;*/
    color: #666;
}

.nav-stacked li.active a, .nav-stacked li.active a:active, .nav-stacked li.active a:hover .nav-stacked li.active a:focus {
    /*background-color: #f6b241;*/
    color: #666;
    border-radius: 0px;
}


.nav-stacked li a:hover, .nav-stacked li a:active {
    /*background-color: #f6b241;*/
    color: #666;
    border-radius: 0px;
}

.header-lined.has-sub-header {
    margin-bottom: 10px;
}

.header-lined {
    /*border-bottom: 1px solid #f6b241;*/
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.banner-sm {
    height: 300px;
    margin-left: -15px;
    margin-right: -15px;
}

    .banner-sm.about {
        background: url(../images/bg2.jpg),linear-gradient(to right,#467abf 0,#467abf 50%,#003479 51%,#003479 100%);
    }

    .banner-sm.careers {
        background: #003479;
        background-image: url(../images/bg3.jpg),linear-gradient(to right,#467abf 0,#467abf 50%,#003479 51%,#003479 100%);
        background-position: center top;
        background-repeat: no-repeat;
    }


    .banner-sm.contact {
        background: #04387d;
        background-image: url(../images/bg4.jpg),linear-gradient(to right,#04387d 0,#04387d 50%,#467abf 51%,#467abf 100%);
        background-position: center top;
        background-repeat: no-repeat;
    }

    .banner-sm.products {
        background: #003479;
        background-image: url(../images/bg2.png),linear-gradient(to right,#003479 0,#003479 50%,#0a3e83 51%,#0a3e83 100%);
        background-position: center top;
        background-repeat: no-repeat;
    }



    .banner-sm .content {
        margin: 0 auto;
        overflow: hidden;
        height: 300px;
    }

.carousel .item {
    /*position: relative;
    overflow: hidden;
    height: 300px;*/
    /*background-color: #00a8e1;*/
}

    .carousel .item.banner1 {
        background: #00a8e1;
        background-image: url(../images/banner1.PNG),linear-gradient(to right,#00a8e1 0,#00a8e1 50%,#0ab2e5 51%,#0ab2e5 100%);
        background-position: center top;
        background-repeat: no-repeat;
        height: 300px;
        /*background: linear-gradient(to right,#00a8e1 0,#00a8e1 50%,#0ab2e5 51%,#0ab2e5 100%);*/
    }

    .carousel .item.banner2 {
        background: #00a8e1;
        background-image: url(../images/banner2.PNG),linear-gradient(to right,#00a8e1 0,#00a8e1 50%,#18b8e8 51%,#18b8e8 100%);
        background-position: center top;
        background-repeat: no-repeat;
        height: 300px;
        /*background: linear-gradient(to right,#00a8e1 0,#00a8e1 50%,#0ab2e5 51%,#0ab2e5 100%);*/
    }

    .carousel .item.banner3 {
        background: #00a8e1;
        background-image: url(../images/banner3.PNG),linear-gradient(to right,#00a8e1 0,#00a8e1 50%,#40c5e9 51%,#40c5e9 100%);
        background-position: center top;
        background-repeat: no-repeat;
        height: 300px;
        /*background: linear-gradient(to right,#00a8e1 0,#00a8e1 50%,#0ab2e5 51%,#0ab2e5 100%);*/
    }

    .carousel .item.banner4 {
        background: #00a8e1;
        background-image: url(../images/banner4.PNG),linear-gradient(to right,#00a8e1 0,#00a8e1 50%,#18b8e8 51%,#18b8e8 100%);
        background-position: center top;
        background-repeat: no-repeat;
        height: 300px;
        /*background: linear-gradient(to right,#00a8e1 0,#00a8e1 50%,#0ab2e5 51%,#0ab2e5 100%);*/
    }

    .carousel .item.banner5 {
        background: #00a8e1;
        background-image: url(../images/banner5.PNG),linear-gradient(to right,#00a8e1 0,#00a8e1 50%,#18b8e8 51%,#18b8e8 100%);
        background-position: center top;
        background-repeat: no-repeat;
        height: 300px;
        /*background: linear-gradient(to right,#00a8e1 0,#00a8e1 50%,#0ab2e5 51%,#0ab2e5 100%);*/
    }


.sunrise {
    width: 1500px;
    height: 300px;
    position: absolute;
    top: 0;
    right: -80px;
    background: #00a8e1;
}

.banner {
    position: relative;
    overflow: hidden;
    height: 300px;
    background: #00a8e1;
    position: relative;
    display: block;
    margin: 0 auto;
    min-width: 57.5em;
    max-width: 83.75em;
    clear: both;
}

.banner-icon {
    background: #00a8e1;
}

    .banner-icon .icon {
        width: 476px;
        height: 476px;
        position: absolute;
        top: -88px;
        right: -17px;
    }

.index-product-series {
    font-size: 12px;
    padding: 4.5em 0;
    margin: 0 auto;
    background-color: #fff;
    -moz-opacity: .9;
    opacity: .9;
    position: relative;
    z-index: 3;
}

.toggle-icon {
    margin: .5em auto;
}

.index-product-series .toggle-icon li {
    width: 11.1%;
}

.toggle-icon li {
    border-left: dashed 1px #d4d4d4;
    padding: 1em 0;
    float: left;
    text-align: center;
    position: relative;
    z-index: 3;
}

.index-product-series .toggle-icon li {
    width: 12.5%;
}

.toggle-icon li {
    border-left: dashed 1px #d4d4d4;
    padding: 1em 0;
    float: left;
    text-align: center;
    position: relative;
    z-index: 3;
}

.special-product {
    position: relative;
}

    .special-product a {
        position: absolute;
        top: 68%;
        left: 60.1%;
    }


.hot-and-new .product-item {
    background-color: #ffffff;
}

.service h1 {
    text-align: center;
    color: #1b365d;
    /*color:#fff;*/
    /*margin: 1.5em auto;*/
    font-size: 2em;
}

h1 {
    color: #1b365d;
    text-align: center;
}

.intro {
    text-align: left;
    line-height: 180%;
    color: #1b365d;
}

.service .intro {
    text-align: left;
    line-height: 180%;
    color: #1b365d;
}

.service .features {
    background-color: #1b365d;
    color: #fff;
    padding: 20px;
}


.address-container {
    padding: 3.5em 0 4.5em 0;
}


    .address-container .address-list {
        background-color: #eaeaea;
    }

        .address-container .address-list .address-item {
            padding: 1.15em 2.5em;
            border-bottom: solid 1px #1b365d;
            cursor: pointer;
        }

            .address-container .address-list .address-item .address {
                color: #898989;
            }


.form-control.error {
    border: 1px solid #f50e0e;
}

label.error {
    color: #ffffff;
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
}
@media screen and (min-width: 768px) and (max-width: 959px) {
}
@media screen and (min-width: 480px) and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}






