/* css自定义1 */
html,
body {
    height: 100%;
}

body {
    font-size: 16px;
    line-height: 32px;
    color: #666;
    background-color: #fff;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
}

.title p {
    color: #333;
}

h2 {
    font-size: 28px;
    font-weight: 700;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

h6 {
    font-weight: 700;
}

p.pleader {
    font-size: 16px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
}

h1 span,
h2 span,
h3 span,
h4 span {
    color: #fff;
}

.text-colored {
    color: #32949f;
}

a {
    color: #ccc;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #32949f;
}

a:focus,
a:active {
    outline: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.list-unstyled li {
    padding: 5px 0;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.list-horizontal {
    padding: 15px 0;
}

.list-horizontal-item img {
    display: block;
    margin: 0 auto;
}

.list-icons {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    font-size: 16px;
}

.list-icons li {
    padding: 0 0 5px 0;
    color: #333;
}

.list-icons li i {
    color: #32969f;
}

blockquote {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
}


/* Layout */
.header {
    color: #333;
    background-color: #fff;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .24);
    height: 85px;
}

.banner {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    color: black;
}


.banner-image {
    vertical-align: middle;
    min-height: 100%;
    width: 100%;
}

/* .banner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/bck-litp.png') repeat;
    background-color: rgba(0, 0, 0, 1);
    opacity:.2;
    content: ""; */

.banner-caption {
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 2;
}

.subfooter {
    padding: 40px 0;
}

.section {
    /* background-color: #ffffff; */
    padding: 80px 0;
}


/* Backgrounds */

.default-bg.blue {
    background-color: #32949f;
}

.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
    color: #333;
}

.default-bg blockquote footer,
.translucent-bg blockquote footer {
    color: #cccccc;
}

.default-bg a,
.translucent-bg a {
    color: #ffffff;
}

.default-bg a:hover,
.translucent-bg a:hover {
    text-decoration: none;
}

.translucent-bg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}

.translucent-bg .translucent-bg {
    margin-top: 80px;
    z-index: 3;
}

.translucent-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.7); */
}

.translucent-bg.blue:after {
    /* background-color: rgba(85, 172, 238, 0.7); */
}

.translucent-bg .container {
    z-index: 3;
    position: relative;
}

.bg-image-1 {
    background: #fff;
    border-radius: 12px;
    box-shadow: 4px 2px 0 rgba(0, 0, 0, .12);
}

.bg-image-2 {
    /*background: url('../images/img_b_2.jpg') 100% no-repeat;*/
    /* background-size: auto 100%;  */
}

.bg-image-3 {
    background: #f6f6f6;
}


/* Misc */
.object-non-visible {
    opacity: 0;
    filter: alpha(opacity=0);
}

.object-visible,
.touch .object-non-visible {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}


/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
    .object-visible,
    .touch .object-non-visible {
        -webkit-transition: opacity 0.6s ease-in-out;
        -moz-transition: opacity 0.6s ease-in-out;
        -o-transition: opacity 0.6s ease-in-out;
        -ms-transition: opacity 0.6s ease-in-out;
        transition: opacity 0.6s ease-in-out;
    }
}

.space {
    padding: 20px 0;
}

.pr-10 {
    padding-right: 10px;
    width: 26px;
    height: 16px;
}

.pl-10 {
    padding-left: 10px;
}

/* .pb-clear {
    padding-bottom: 0;
} */


/* Sections */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
    color: #ffffff;
}

.banner-caption h1 {
    font-size: 60px;
}

.subfooter p {
    margin-bottom: 0;
}


/* Template Components */


/* Buttons */
.btn {
    margin: 0 15px;
    padding: 0;
    font-size: 16px;
    /* line-height: 1.42857143; */
    min-width: 160px;
    text-align: center;
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase;
    box-shadow: 4px 2px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-default {
    color: #32969f;
    background: #fff;
    border-color: #fff;

}

.btn-default:hover {
    color: #ffffff;
    background-color: #32969f;
    border-color: #32969f;
}


/* Collapse */

.panel-group .panel {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

.panel-default > .panel-heading {
    padding: 0;
    outline: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #f0f0f0;
    border-top: none;
    background-color: #fafafa
}

.panel-heading a {
    font-weight: 400;
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #32949f;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}

.panel-heading a.collapsed {
    color: #ffffff;
    background-color: #333333;
}

.panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f147";
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: 300;
    top: 50%;
    line-height: 1;
    margin-top: -7px;
}

.panel-heading a.collapsed:after {
    content: "\f196";
}

.panel-heading a:hover {
    text-decoration: none;
    background-color: #32949f;
    color: #ffffff;
}

.panel-title a i {
    padding-right: 10px;
    font-size: 20px;
}


/* Pills */

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
    background-color: #32949f;
    border-color: #32949f;
    color: #ffffff;
}

.nav-pills > li > a {
    border-radius: 0;
    padding: 8px 20px;
    border: 1px solid #cacaca;
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

a.idx-btn {
    background: rgba(40, 140, 160, .8);
    border: 1px solid #32969f;
    display: block;
    color: #fff !important;
    height: 48px;
    width: 200px;
    margin: 40px auto;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    line-height: 46px;

}

.idx-btn:hover {
    border: 1px solid #fff;
}


/* Forms */

.form-control {
    height: 48px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.form-control-feedback {
    color: #cccccc;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 15px;
}

textarea {
    resize: none;
    /* text-indent: 2em; */
}


/* Modals */

.modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.modal-header {
    background-color: rgba(255, 255, 255, .1);
    color: #ccc;
}

.modal-header h4 {
    color: #ccc;
}

.modal-header .close {
    color: #ccc;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;

}


/* Large devices (Large desktops 1200px and up) */

@media (min-width: 1200px) {
    .modal-lg {
        width: 1140px;
    }
}


/* Media */

.media .fa {
    font-size: 24px;
    width: 40px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    text-align: center;
}


/* Navigations */

.header .navbar {
    margin-bottom: 0;
}

.main-navigation .navbar-default {
    background-color: transparent;
    border: none;
}

.main-navigation .navbar-default .navbar-nav > li > a {
    font-size: 18px;
    font-weight: 400;
    color: #666;
}

.main-navigation .navbar-default .navbar-nav > li.active > a {
    background-color: transparent;
    color: #32949f;
}

.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
    color: #32949f;
}

.nav-row-left {
    /* width: 320px; */
}

.nav-row-right {
    /* width: 480px; */
}

@media (min-width: 768px) {
    .main-navigation .navbar-default .navbar-nav > li > a {
        padding-top: 30px;
        font-size: 16px;
        padding-bottom: 20px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-navigation .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .fixed-header-on .nav-row-right {
        float: left;
        width: 100%;
    }

    .fixed-header-on .nav-row-left {
        display: none;
    }

    .nav-row-left {
        float: left;
    }

    .nav-row-right {
        float: right;
    }

    .navbar-nav {
        float: left !important;
    }

    .main-navigation .navbar-default .navbar-nav > li > a {
        text-align: center;
    }

    .fixed-header-on .main-navigation .navbar-default .navbar-nav > li > a {
        text-align: center;
    }
}

@media (max-width: 767px) {
    body {
        /* min-width: 640px; */
        min-height: 640px;
    }

    .main-navigation .navbar-default .navbar-nav > li > a {
        text-align: right;
        margin-right: 1em;
    }

    .navbar-default .navbar-collapse {
        margin-left: -120px;
        width: 160px;
    }

    .nav > li {
        border: 1px solid rgba(255, 255, 255, .08);
        margin: 20px 0;
    / / border-radius: 4 px;
    }

    .nav > li:hover, .nav > li:active {
        border: 1px solid rgba(255, 255, 255, .2);
    }

    .header.navbar-fixed-top {
        position: absolute;
    }
}


/* Fixed Header */
.fixed-header-on .site-name-and-slogan {
    padding-top: 8px;
}

.fixed-header-on .header {
    padding: 0;
    background: #fff;
}

.fixed-header-on .site-name {
    font-size: 24px;
    height: 30px;
    line-height: 30px;

}

.fixed-header-on .site-slogan {
    font-size: 12px;
    line-height: 16px;
}

.fixed-header-on .logo {
    padding: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.fixed-header-on .navbar {
    padding: 0;
}


@media (max-width: 961px) {
    .fixed-header-on .logo,
    .fixed-header-on .site-name,
    .fixed-header-on .site-slogan {
        display: none;
    }

    .site-name-and-slogan {
        display: none;
    }
}


/* Blocks/Widgets */


/* Logo, Site Name, Site Slogan */

.logo {
    margin-right: 20px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo img {
    height: 40px;
    margin-top: 25px;
}

.fixed-header-on .logo img {
    /*margin-top: 12px;*/
}


.navbar {
    padding-top: 20px;
    padding-bottom: 0;
}


/* Testimonials */

.testimonial .media-left {
    width: 60px;
}


/* Social Links */

.social-links {
    padding: 0;
    list-style: none;
    margin: 15px 0;
}

.social-links li {
    margin: 10px 25px 10px 0;
    display: inline-block;
    font-size: 36px;
}

.social-links li a {
    color: #333333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social-links li.twitter a:hover {
    color: #32949f;
}

.social-links li.skype a:hover {
    color: #00aff0;
}

.social-links li.linkedin a:hover {
    color: #0976b4;
}

.social-links li.googleplus a:hover {
    color: #dd4b39;
}

.social-links li.youtube a:hover {
    color: #b31217;
}

.social-links li.flickr a:hover {
    color: #ff0084;
}

.social-links li.facebook a:hover {
    color: #3b5998;
}

.social-links li.pinterest a:hover {
    color: #cb2027;
}


/* Isotope Items */

.filters {
    margin: 0 0 30px 0;
}

.filters .nav-pills > li {
    margin-right: 2px;
    margin-bottom: 2px;
}

.filters .nav-pills > li + li {
    margin-left: 0px;
}

.text-center.filters .nav-pills > li {
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    display: inline-block;
    float: none;
}

.isotope-container {
    overflow: hidden;
}

.isotope-item {
    margin-bottom: 20px;
}

.isotope-item .btn-default {
    color: #999999;
}

.isotope-item .btn-default:hover {
    color: #ffffff;
}

@media (max-width: 480px) {
    .filters .nav-pills > li {
        width: 100%;
        display: block;
    }
}


/* Images Overlay */

.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(12, 12, 12, .88);
    cursor: pointer;
    overflow: hidden;
    /* opacity: .9;
    filter: alpha(opacity=90); */
    /* -webkit-transform: scale(0.94);
    transform: scale(0.94); */
    margin: 12px;
    border: 1px solid rgba(255, 255, 255, 0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.overlay:hover {
    text-decoration: none;
}

.overlay span {
    position: absolute;
    display: block;
    bottom: 20px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 300;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.overlay-container:hover .overlay span {
    color: rgba(0, 0, 0, 0);
}

.overlay-container:hover .overlay .gp-icon-peo {
    margin-top: 20%;
}

.overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 18px;
    line-height: 1x;
    color: #ffffff;
    margin-top: -8px;
    margin-left: -8px;
    text-align: center;
}

.overlay-container:hover .overlay {
    margin: 0;
    border: 1px solid rgba(50, 150, 160, .4);
}

/* less婧愭枃浠堕噸瀹氫箟 */
/* .title {
    margin-top: 0;
} */
.form-control {
    padding-left: 20px;
    border: 1px solid #fff;
    color: #333;
    box-shadow: 4px 2px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.form-control:focus {
    /* background: #121212; */
    border-color: #32969f;
    outline: 0;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #dd6432;
    opacity: .8;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.form-control:-ms-input-placeholder {
    color: #dd6432;
    opacity: .8;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.form-control::-webkit-input-placeholder {
    color: #dd6432;
    opacity: .8;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.form-group {
    margin-bottom: 20px;
}

/*  pre_bui.html style */
.topscreen {
    height: 100%;
    min-height: 100%;
}

.topscreen .banner-caption h4 {
    color: #32969f;
    font-weight: 300;
}

.pre_logo img {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    height: 40px;
}

.pre_top_ul {
    vertical-align: middle;
    /* height: 4px; */
    float: right;
    width: 80px;
    margin-top: 6px;
}

.bndtxt {
    text-shadow: 0 0 12px #fff;
}

.bottom{
    font-size: 9px;
    color: #B8B8B8;
    background-color: #2D2D2E;
    padding: 2% 0;
    text-align: center;
    display: none;
}












