body {
    font-size: 14px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
}


p{
    margin-bottom: 0;
}

ul,dl{
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    margin-bottom: 0;
}

.clear{
    clear: both;
}

ul,dl{
    -webkit-padding-start: 0;
    margin-bottom: 0;
}


input:focus,select:focus,textarea:focus {
    border-color: #449838;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(179, 179, 179, 0.60);
}

/*按钮*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.btn-green {
    color: #000;
    background-color: transparent;
    border:2px solid #449838;
    padding: 10px;
    margin-top: 20px;
    border-radius: 4px;
    font-size: 1.2em;
}

.btn-green:hover,  .btn-green:focus,  .btn-green.focus,  .btn-green:active,  .btn-green.active,  .open > .dropdown-toggle.btn-green {
    color: #fff;
    background-color: #449838;
    border:2px solid #449838;
}

.btn-green:active,  .btn-green.active,  .open > .dropdown-toggle.btn-green {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #999;
    border-color: #666;
}

/*按钮*/

/*导航*/
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-brand {
    width: 110px;
    height: 42px;
    background-image: url(logo.png);
    margin-top: 5px;
}

.nav li a:hover{
    background: transparent;
}

.nav li.active a{
    font-weight: bold;
}

/*导航*/

.product{
    padding: 30px 0;
}

.product a{
    text-decoration: none;
    color: #000;
}

.product .product-box{
    padding: 15px;
    text-align: center;
}

.product .product-box img{
    width: 34px;
    height: 34px;
}

.feature .feature-box img, .service .service-box img{
    width: 50px;
    height: 50px;
}

.product .product-box:hover, .feature .feature-box:hover, .service .service-box:hover{
    box-shadow: inset 0 3px 3px rgba(250, 250, 250, 0.01), 0 2px 5px #d2d2d2;
}

.product .product-box h4, .feature .feature-box h4, .service .service-box h4{
    font-weight: bold;
}

.product .product-box h4{
    display: inline-block;
    vertical-align: middle;
}

.product .box-height h4{
    text-decoration: underline;
}

.product .box-height h4:hover{
    color: #f79f17;
    text-decoration: none;
}

.product .product-box .product-detail{
    line-height: 30px;
    margin-top: 15px;
}


.feature, .service, .about, .aboutus, .quality{
    padding: 30px 0;
}

.feature .title h3, .service .title h3, .about .title h3, .aboutus .title h3, .quality .title h3{
    margin: 0;
    color:#449838;
}

.service .service-box, .about .about-box{
    margin-bottom: 30px;
}

.feature .feature-box, .service .service-box{
    text-align: center;
    padding: 15px 0;
}

.service .service-box{
    text-align: center;
}

.download .download-box{
    margin: 0 auto 45px;
    padding: 20px 0;
    text-align: center;
    width: 80%;
}

.download .download-box:hover{
    background-color: #449838;
    border-radius: 4px;
    color: #fff;
}

.download .download-box h4{
    font-weight: bold;
}

.download a{
    color: #000;
}

.download  a:hover{
    text-decoration: none;
}

.question .question-box, .aboutus .aboutus-box{
    margin-bottom: 30px;
}

.mgtop20{
    margin-top: 20px;
}


.question .question-box h4{
    margin: 10px 0 0 10px;
    font-weight: bold;
    display: inline-block;
    vertical-align: text-top;
}

.question .question-box p{
    vertical-align: text-top;
    margin-left: 10px;
    display: inline-block;
}


.aboutus .aboutus-box{
    text-indent: 2em;
}

.quality .quality-box{
    border: 1px solid #e3e3e3;
    padding: 5px;
}

.footer{
    padding: 30px 15px;
    margin-top: 40px;
    text-align: center;
    font-size:0.85em;
    color: #ffffff;
    background-color: #449838;
}

.footer p{
    line-height: 30px;
    color: #ffffff;
}



/*移动端*/
@media screen and ( max-width: 767px) {
    body {
        font-size: 16px;
    }

    .mobilehide {
        display: none;
    }

    .icon-bar {
        background-color: #fff;
    }

    .navbar-brand {
        margin-top: 7px;
    }

    .navbar-toggle {
        border-color: #fff;
        padding: 8px 9px;
        margin: 12px;
    }

    .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar {
        background-color: #449838;
        border-bottom: 1px solid #449838;
    }

    .nav > li > a {
        padding-left: 25px;
        padding-right: 40px;
        color: #fff;
        text-align: center;
        background-color: #449838;
    }

    .navbar-nav {
        margin: 0 -15px;
    }

    .product .product-box, .service .service-box, .quality .quality-box{
        margin-bottom: 30px;
    }

    .about .about-box{
        margin-bottom: 15px;
    }

    .feature .title, .service .title, .about .title, .aboutus .title, .quality .title{
        text-align: center;
        margin-bottom: 40px;
    }

    .feature .feature-box h4, .service .service-box h4{
        font-size: 1.2em;
    }

    .about .about-box p{
        width: 86%;
        display: inline-block;
        font-size: 0.9em;
        vertical-align: text-top;
    }

    .img-erweima{
        width: 30%;
        margin-top: 20px;
    }

    .download, .question, .aboutus{
        margin-top: 30px;
    }

    .btn-green{
        width: 50%;
    }

    .question .question-box{
        padding: 30px 15px;
    }

    .question .question-box h4{
        width: 80%;
    }

    .question .question-box p{
        width: 80%;
    }

    .question .question-box img{
        width: 30px;
        height: 30px;
    }

    .scroll {
        width: 50px;
        height: 50px;
        position: fixed;
        right: 10px;
        bottom: 60px;
        cursor: pointer;
    }

}

/*移动端*/



/*pad*/
@media screen and ( min-width: 768px) {
    body {
        font-size: 14px;
    }

    .pchide {
        display: none;
    }

    .navbar {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        margin: 0 auto;
        border-radius: 0;
        background-color: #449838;
        border: none;
    }

    .navbar-nav {
        float: right;
        padding-top: 12px;
        height: 55px;
    }

    .nav li {
        position: relative;
        margin-left: 30px;
    }

    .nav li a {
        color: #fff;
        padding: 6px 15px;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-size: 1.2em;
    }

    .banner{
        margin-top: 30px;
    }

    .product .box-height{
        text-align: left;
        padding-left: 28%;
    }

    .feature .title, .service .title, .about .title, .aboutus .title, .quality .title{
        text-align: center;
        margin-bottom: 50px;
    }

    .about .about-box p{
        width: 86%;
        display: inline-block;
    }

    .about .about-box p{
        margin-left: 5px;
        font-size: 1em;
    }

    .img-erweima{
        width: 16%;
        margin-top: 20px;
    }

    .download, .question, .aboutus{
        margin-top: 80px;
    }

    .btn-green{
        width: 40%;
    }

    .question .question-box{
        padding: 30px;
    }

    .question .question-box h4{
        width: 90%;
    }

    .question .question-box p{
        width: 90%;
    }

    .question .question-box img{
        width: 36px;
        height: 36px;
    }

}

/*pad*/


/*pc*/
@media screen and ( min-width: 1200px) {
    .product .product-box{
        margin-bottom: 0;
    }

    .product .box-height{
        text-align: left;
        padding-left: 22%;
    }

    .about .about-box{
        padding-left: 20px;
    }

    .about .about-box p{
        width: 80%;
        display: inline-block;
    }

    .download{
        width:82%;
        margin: 190px auto 50px;
    }

    .question .question-box h4{
        width: 94%;
    }

    .question .question-box p{
        width: 94%;
    }

    .img-erweima{
        width: 50%;
        margin-top: 10px;
    }

    .btn-green{
        width: 30%;
    }

}
/*pc*/
