/* 首页样式 - 蓝色主调 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}
#page { position: relative; overflow-x: hidden; width: 100%; height: 100%; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
a { color: #0C9CEE; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
a:hover, a:active, a:focus { color: #0C9CEE; outline: none; text-decoration: none; }
p { margin-bottom: 20px; }
h1, h2, h3, h4, h5, h6, figure { color: #000; font-family: "Work Sans", Arial, sans-serif; font-weight: 400; margin: 0 0 20px 0; }
::-webkit-selection { color: #fff; background: #0C9CEE; }
::-moz-selection { color: #fff; background: #0C9CEE; }
::selection { color: #fff; background: #0C9CEE; }
.fh5co-nav { position: absolute; top: 0; margin: 0; padding: 0; width: 100%; padding: 40px 0; z-index: 1001; background: transparent; }
@media screen and (max-width: 768px) { .fh5co-nav { padding: 20px 0; } }
.fh5co-nav #fh5co-logo { font-size: 24px; margin: 0; padding: 0; text-transform: uppercase; font-weight: bold; color: #fff; }
.fh5co-nav #fh5co-logo .logo-mobile { display: none; }
@media screen and (max-width: 768px) { 
    .fh5co-nav #fh5co-logo { font-size: 18px; }
    .fh5co-nav #fh5co-logo .logo-full { display: none; }
    .fh5co-nav #fh5co-logo .logo-mobile { display: inline; }
}
.fh5co-nav ul { padding: 0; margin: 2px 0 0 0; }
.fh5co-nav ul li { padding: 0; margin: 0; list-style: none; display: inline; }
.fh5co-nav ul li a { font-size: 16px; padding: 30px 10px; color: rgba(255, 255, 255, 0.8); -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active { color: white; }
.fh5co-nav ul li.active > a { color: #fff !important; font-weight: bold; }

.overflow-hidden {
    overflow: hidden;
}

.mobile-menu-toggle { display: none; }
@media screen and (max-width: 768px) {
    .mobile-menu-toggle { 
        display: block; 
        margin-top: 8px; 
        position: absolute; 
        right: 15px; 
        top: 50%; 
        transform: translateY(-50%); 
        z-index: 100; 
    }
    .mobile-menu-toggle .menu-btn { 
        color: #fff; 
        font-size: 28px; 
        padding: 10px 15px; 
        background: rgba(0,0,0,0.3); 
        border-radius: 5px; 
    }
    .menu-1 { display: none; }
    .fh5co-nav .col-xs-2 { width: 70%; }
    .fh5co-nav .col-xs-10 { width: 30%; }
}

@media screen and (max-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .fh5co-cover .display-tc {
        padding: 20px;
    }
    .fh5co-cover h1 {
        font-size: 24px !important;
        line-height: 1.3;
    }
    .fh5co-cover h2 {
        font-size: 16px !important;
        line-height: 1.4;
    }
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #0C9CEE;
    color: #fff;
}

.mobile-menu-logo {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.mobile-menu-close {
    color: #fff;
    font-size: 24px;
    padding: 10px;
}

.mobile-breadcrumb {
    padding: 15px 20px;
    background: #f8f9fa;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #e9ecef;
}

.mobile-breadcrumb span {
    color: #999;
}

.mobile-breadcrumb a {
    color: #0C9CEE;
    text-decoration: none;
}

.mobile-breadcrumb a:hover {
    text-decoration: underline;
}

.mobile-menu-list {
    padding: 0;
    margin: 0;
    flex: 1;
    overflow-y: auto;
}

.mobile-menu-list li {
    list-style: none;
    border-bottom: 1px solid #eee;
}

.mobile-menu-list li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.mobile-menu-list li a:hover {
    background: #f5f5f5;
}

.mobile-menu-list li.active a {
    background: #0C9CEE;
    color: #fff;
}
.fh5co-cover { height: 800px; background-size: cover; background-position: top center; background-repeat: no-repeat; position: relative; float: left; width: 100%; }
.fh5co-cover .overlay { z-index: 0; position: absolute; bottom: 0; top: 0; left: 0; right: 0; background: rgba(12, 80, 180, 0.45); }
.fh5co-cover .display-t, .fh5co-cover .display-tc { z-index: 9; height: 900px; display: table; width: 100%; }
.fh5co-cover .display-tc { display: table-cell !important; vertical-align: middle; }
.fh5co-cover .display-tc h1 { margin: 0; padding: 0; color: white; margin-bottom: 0px; font-size: 42px; line-height: 1.5; text-transform: uppercase; font-weight: 700; }
@media screen and (max-width: 768px) { .fh5co-cover .display-tc h1 { font-size: 28px; } }
.fh5co-cover .display-tc h2 { font-size: 20px; line-height: 1.5; margin-bottom: 30px; color: rgba(255,255,255,0.85); }
.fh5co-cover .display-tc .btn { padding: 15px 30px; background: #f35f55; color: #fff; border: none !important; font-size: 18px; text-transform: uppercase; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; }
.fh5co-cover .display-tc .btn:hover { background: #f14034 !important; }
.fh5co-bg-section { background: rgba(0, 0, 0, 0.03); }
#fh5co-services, #fh5co-started, #fh5co-testimonial, #fh5co-project, #fh5co-about { padding: 7em 0; clear: both; }
@media screen and (max-width: 768px) { #fh5co-services, #fh5co-started, #fh5co-testimonial, #fh5co-project, #fh5co-about { padding: 3em 0; } }
#fh5co-core-feature { padding-top: 10em; clear: both; }
@media screen and (max-width: 768px) { #fh5co-core-feature { padding-top: 3em; padding-bottom: 0em; } }
.features { display: flex; flex-wrap: wrap; width: 100%; height: auto; position: relative; }
.features .col-half, .features .col-half-image-holder { width: 50%; float: left; }
.features .col-half { display: table; }
.features .col-half .table-c { display: table-cell; vertical-align: middle; height: 554px; }
.features .col-half .table-c .desc { width: 85%; }
.features .col-half .table-c .desc > span { text-transform: uppercase; font-size: 12px; letter-spacing: 2px; color: #0C9CEE; }
.features .col-half .table-c .desc h3 { font-size: 46px; line-height: 55px; font-weight: 300; }
.features .col-half-image-holder { position: relative; }
.features .col-half-image-holder img { position: absolute; bottom: 0; right: 0; }
.feature-center { padding-left: 20px; padding-right: 20px; float: left; width: 100%; margin-bottom: 40px; }
.feature-center .icon i { font-size: 60px; color: #0C9CEE; }
.feature-center p, .feature-center h3 { margin-bottom: 30px; }
.feature-center h3 { font-size: 22px; color: #5d5d5d; }
.fh5co-heading { margin-bottom: 2em; }
.fh5co-heading h2 { font-size: 36px; margin-bottom: 20px; line-height: 1.5; font-weight: bold; color: #000; }
.fh5co-heading p { font-size: 18px; line-height: 1.5; color: #828282; }
.fh5co-heading span { display: block; margin-bottom: 10px; text-transform: uppercase; font-size: 12px; letter-spacing: 2px; color: #0C9CEE; }
#fh5co-started { background: #0c9cee; }
#fh5co-started .fh5co-heading h2 { color: #fff; }
#fh5co-started .fh5co-heading p { color: rgba(255, 255, 255, 0.6); }
#fh5co-started .btn { height: 54px; border: none !important; background: #f35f55; color: #fff; font-size: 16px; text-transform: uppercase; padding: 18px 50px; -webkit-border-radius: 4px; border-radius: 4px; }
#fh5co-started .btn:hover { background: #f14034 !important; }
#fh5co-footer { background: #efefef; padding: 5em 0; }
#fh5co-footer .fh5co-footer-links { padding: 0; margin: 0; }
#fh5co-footer .fh5co-footer-links li { padding: 0; margin: 0; list-style: none; }
#fh5co-footer .fh5co-footer-links li a { color: #000; }
#fh5co-footer .fh5co-widget h3 { margin-bottom: 15px; font-weight: bold; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; }
#fh5co-footer .copyright .block { display: block; }
.gototop { position: fixed; bottom: 20px; right: 20px; z-index: 999; opacity: 0; visibility: hidden; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.gototop.active { opacity: 1; visibility: visible; }
.gototop a { width: 50px; height: 50px; display: table; background: rgba(0, 0, 0, 0.5); color: #fff; text-align: center; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; }
.gototop a i { height: 50px; display: table-cell; vertical-align: middle; }
.fh5co-loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url(../images/loader.gif) center no-repeat #fff; }
.js .animate-box { opacity: 0; }
.row-pb-md { padding-bottom: 4em !important; }
.btn { margin-right: 4px; margin-bottom: 4px; font-family: "Work Sans", Arial, sans-serif; font-size: 16px; font-weight: 400; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; padding: 8px 20px; }
.btn.btn-lg { padding: 18px 36px !important; }
.btn-primary { background: #0C9CEE; color: #fff; border: 2px solid #0C9CEE; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active { background: #20a7f4 !important; border-color: #20a7f4 !important; }
.btn-primary.btn-outline { background: transparent; color: #0C9CEE; border: 2px solid #0C9CEE; }
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active { background: #0C9CEE; color: #fff; }
.btn-outline { background: none; border: 2px solid #fff; font-size: 16px; color: #fff; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.btn-outline:hover, .btn-outline:focus { background: #fff; color: #0C9CEE; }

