
@charset;

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../lib/fonts/glyphicons-halflings-regular.eot');
    src: url('../lib/fonts/glyphicons-halflings-regular.woff');
    src: url('../lib/fonts/glyphicons-halflings-regular.ttf');
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    font-size: 14px;
    letter-spacing: 1px;
    /*padding-top: 70px;*/
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

a {
    text-decoration: none!important;
}

a:hover {
    cursor: pointer;
    text-decoration: none!important;
}

li {
    list-style: none;
}


/*nav*/
.navbar {
    width: 100%!important;
    margin: 0 auto;
    height: 100px;
    background: #fff!important;
    z-index: 99999;
    border-bottom:1px solid #eee;
    box-shadow: 0 1px 2px 0 rgba(68,68,68,.07);
}

.navbar-active {
    color: #f28787!important;
}

.navbar-default {
    border: none;
}

.navbar-total {
    margin: 0 auto;
    padding-top: 22px;
    height: 100px;
    background: #fff!important;
    z-index: 99999;
    padding-left: 2%;
    padding-right: 2%;
}

.navbar-brand-mine {
    font-size: 18px;
    color: #666!important;
}

.navbar-brand-mine > img {
    width: 250px;
    margin-top: -20px!important;
}

/*.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-left:0;
    margin-right: 0;
}*/

.navbar-collapse {
    border-top:none!important;
}

.navbar-default .navbar-drop > li > a {
    color: #282829;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}

.navbar-drop li a:hover {
    color: #fb8787!important;
}

.icon-bar {
    background: #fff!important;
}

.navbar-toggle-mine {
    background: #fb8787!important;
    border: none;
}

.navbar-toggle-mine:hover {
    background: #666!important;
}


#service_drop {
    position: relative;
}

.drop {
    position: absolute;
    width: 100px;
    height: 60px;
    background: #fff;
    margin-top: -15px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: 999;
}

.drop li {
    margin: 0 10px 0 -30px;
    text-align: left;
    padding: 4px 8px;
    box-sizing: border-box;
}

.drop li:first-of-type {
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.drop li a {
    font-size: 12px;
    font-weight: 600;
    color: #5c5c5c;
}

.drop li a:hover {
    color: #fb8787!important;
}





/*banner*/

.container {
    width: 100%;
    padding-left: 0!important;
    padding-right: 0!important;
}

.divider-vertical {
    width: 1px;
    background: #898989;
    height: 40px;
    margin: 25px auto;
}

.subtitle-tag {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fb8787;
    font-weight: 500;
    margin-top: -18px;
}


/*section*/
.public-section {
    width: 100%;
    padding: 30px 2%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto;
}

.subtitle {
    margin-bottom: 20px;
    color: #f28787;
    font-size: 22px;
}

.subtitle-big {
    font-size: 16px;
    color: #5c5c5c;
}

.subtitle-big-intro {
    font-size: 22px;
    color: #5c5c5c;
    font-weight: 600;
}

.subtitle-big-edge {
    font-size: 22px;
    color: #5c5c5c;
    font-weight: 600;
    margin-bottom: 50px;
}

.subtitle-big-mine {
    font-size: 22px;
    color: #5c5c5c;
    font-weight: 600;
}

/*footer*/
.row {
    margin-left: 0;
    margin-right: 0;
}

.footer {
    width: 100%;
    margin: 100px auto 0 auto;
    padding-top: 40px;
    padding-bottom: 100px;
    border-top: 1px solid #f8f8f8;
}

/*.footer-part div {
    text-align: left;
}*/

.footer-part > h5 {
    font-weight:600;
}

.footer p {
    font-size: 12px;
    color: #808080!important;
}

.footer-link {
    color: #808080;
}


.footer-link:visited {
    cursor: pointer;
    text-decoration: none;
    color: #808080;
}

.footer-link:hover {
    cursor: pointer;
    text-decoration: none;
    color: #a6a6a6;
}

.footer-link:active {
    cursor: pointer;
    text-decoration: none;
    color: #a6a6a6;
}

.footer-last {
    text-align: center;
}

.footer-last-text {
    padding-top: 14px;
    text-align: center;
    line-height: 8px;
}
/*

.delay-footer {
    animation-delay:.5s;
    -webkit-animation-delay:.5s;
}
*/



/*application*/
.application {
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    opacity: .8
}

.btn-default-mine {
    width: 400px;
    padding: 13px 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
    background: #fb8787;
    border: 2px solid #fb8787;
    border-radius: 5px 5px 0 0;
    opacity: .8;
    box-sizing: border-box;
}

.btn-default-mine:hover {
    background: #fb8787;
    color: #fff;
    border: 2px solid #fb8787;
}

.delay-application {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}


/*title,text*/
.subtitle {
    font-size: 26px;
    color: #181717;
    font-weight: 800;
    margin-bottom: 28px;
    text-align: center;
    letter-spacing: 1px;
}

.subtitle-small {
    font-size: 22px;
    color: #5c5c5c;
    font-weight: 300;
    text-rendering: optimizelegibility;
    margin: 0 0 10px;
    letter-spacing: 2px;
    line-height: 36px;
}

.subtitle-small-intro {
    font-size: 16px;
    line-height: 36px;
    color: #5c5c5c;
    font-weight: 300;
    text-rendering: optimizelegibility;
    margin: 0 0 10px;
    letter-spacing: 2px;
}

.service-text {
    margin: 66px 30px 20px 30px;
    color: #5c5c5c;
    letter-spacing: 3px;
    /*text-indent: 30px;*/
    text-align: left!important;
    line-height:39px;
    font-size: 16px!important
}


.subtitle-outline {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}

.subtitle-outline .line {
    width: 80px;
    height: 0;
    margin: 8px auto;
    border-bottom: 4px solid #fb8787;
    box-sizing: border-box;
}

/*tag*/
.breadcrumb-mine {
    padding: 0 4% 0 4%;
    margin: 120px auto 0 auto;
    background-color: #fff;
    color: #707070;
    width: 100%;
}


/*icon*/
.glyphicon-ok {
    font-size: 20px;
    color: #f27094;
}




/*浏览器版本过低样式开始*/
a {
    cursor: pointer;
    text-decoration: none;
}

#container2 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -190px;
    margin-left: -350px;
    width: 700px;
    height: 380px;
    text-align: center;
}

.icon-big {
    width: 300px;
    height: 175px;
    margin: 0 auto;
    background-image: url("../img/popup_icon.png");
    background-repeat: no-repeat;
    background-position: 20px 0;
}

#container2  p {
    font-size: 22px;
    color: #757575;
    letter-spacing: 3px;
    line-height: 34px;
    text-align: center;
}

.browser {
    margin-top: 40px;
    width: 100%;
    height: 200px;
}

.browser li {
    float: left;
    color: #757575;
    list-style: none;
    text-align: center;
}

.firefox {
    margin-left: 20%;
}

.google {
    margin-left: 8%;
    margin-right: 8%;
}

.safari {
    margin-right: 20%;
}

.num1 {
    width: 90px;
    height: 70px;
    color: #757575!important;
    background-image: url("../img/popup_icon.png");
    background-repeat: no-repeat;
    background-position: 8px -175px;
}

.num2 {
    width: 90px;
    height: 70px;
    color: #757575!important;
    background-image: url("../img/popup_icon.png");
    background-repeat: no-repeat;
    background-position: -82px -175px;
}

.num3 {
    width: 90px;
    height: 70px;
    color: #757575!important;
    background-image: url("../img/popup_icon.png");
    background-repeat: no-repeat;
    background-position: -176px -175px;
}

.browser li a div span {
    position: relative;
    top: 70px;
    font-size: 18px;
}

/*浏览器版本过低样式结束*/

@media(min-width: 1200px) {

    .navbar-total {
        width: 1170px;
    }

    .breadcrumb-mine {
        width: 1170px;
    }

    .public-section {
        width: 1080px;
    }

    .footer {
        width: 1170px;
    }
}

@media(max-width: 1200px)and(min-width: 992px) {

    .navbar-total {
        width: 1000px;
    }

    .breadcrumb-mine {
        width: 1000px;
    }

    .public-section {
        width: 1000px;
    }

    .footer {
        width: 1000px;
    }
}

@media(max-width: 992px)and(min-width: 768px) {

    .navbar-total {
        width: 970px;
    }

    .breadcrumb-mine {
        width: 970px;
    }

    .public-section {
        width: 970px;
    }

    .footer {
        width: 970px;
    }

}

@media(max-width: 991px) {

    .container {
        width: 100%;
    }

    /*navbar*/

    .navbar-brand {
        font-size: 14px;
    }

    .navbar-right {
        overflow: hidden;
    }

    .navbar-brand-mine {
        font-size: 16px;
    }

    .navbar-brand-mine > img {
        width: 190px;
        margin-top: -14px!important;
    }

    /*section*/
    .public-section {
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .subtitle {
        font-size: 22px;
    }

    .subtitle-small {
        font-size: 15px;
        color: #5c5c5c;
        font-weight: 300;
    }
}


@media(max-width: 767px) {

    .container {
        width: 100%;
        padding-left: 0!important;
        padding-right: 0!important;
    }

    /*navbar*/

    .navbar-total {
        padding-left: 8%;
        padding-right: 8%;
    }

    .navbar-drop {
        font-size: 12px;
        font-weight: 700;
        color: #333;
        background: #fff;
        border:1px solid #eee;
    }

    .navbar-drop li {
        border-bottom: 1px solid #eee;
    }

    .navbar-drop li:nth-of-type(5) {
        border-bottom: none;
    }

    /*section*/
    .public-section {
        width: 100%;
        padding: 50px 6%;
        overflow: hidden;
        box-sizing: border-box;
    }

    /*footer*/
    .footer > div {
        padding-left: 20px;
        text-align: left;
        box-sizing: border-box;
    }

    .footer-last {
        text-align: left;
    }

    .footer-last-text {
        padding-top: 14px;
        text-align: left;
        line-height: 8px;
    }


    /*application*/
    .btn-default-mine {
        width: 300px;
        padding: 10px 0;
        font-weight: 500;
        font-size: 14px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        box-sizing: border-box;
    }
}



@media(max-width: 414px) {

    .drop {
        margin-top: 0;
    }

}





