html,
body {
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: PingFangSC-Medium, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Tahoma, PingFang SC, Microsoft Yahei, Arial, Hiragino Sans GB, sans-serif;
}

body {
    padding-top: 64px;
}

a {
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

/* 首页样式 */
.funlin-navbar.navbar {
    min-height: 64px;
    margin-bottom: 0px;
    background-color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.funlin-navbar .container {
    height: 64px;
}

.funlin-navbar .navbar-header {
    height: 64px;
}

.funlin-navbar .navbar-header .navbar-brand {
    height: 64px;
    padding: 0 0 0 15px;
    display: flex;
    align-items: center;
}

.funlin-navbar .navbar-nav {
    float: right;
}

.funlin-navbar .navbar-brand>img {
    height: 32px;
}

.funlin-navbar .navbar-nav>li>a {
    line-height: 34px;
    font-size: 18px;
}

.funlin-navbar .navbar-nav>li.active>a {
    color: #3975f0;
}

.funlin-navbar .nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #3975f0;
}

.funlin-navbar .nav .open>a,
.funlin-navbar .nav .open>a:focus,
.funlin-navbar .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.funlin-navbar .navbar-toggle {
    margin-top: 15px;
}

.funlin-navbar .navbar-toggle .icon-bar {
    background-color: #666;
}

.navbar-nav>.dropdown:hover .dropdown-menu {
    display: block;
}

.banner {
    background-image: url(../images/banner.jpg);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center center;
}

.banner .container {
    height: 100%;
    position: relative;
}

.banner-left {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    top: 70px;
}

.banner-left>h2 {
    color: #3975f0;
    font-size: 42px;
}

.banner-left>p {
    font-size: 22px;
    color: #333;
    margin-top: 10px;
}

.banner-btn>a {
    height: 52px;
    padding: 0 15px;
    border-radius: 4px;
    line-height: 52px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-top: 25px;
    background-image: linear-gradient(to right, rgba(102, 152, 255, 1), rgba(102, 152, 255, 0.8));
}

.banner-right {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
}

.empty {
    padding-top: 90px;
    padding-bottom: 60px;
}

.port>.container>.row {
    margin-right: -25px;
    margin-left: -25px;
}

.port>.container>.row>div {
    padding-left: 25px;
    padding-right: 25px;
}

.port-item {
    margin: 15px 0;
}

.port-item>img {
    margin-bottom: 10px;
    max-width: 100%;
}

.port-item>h3 {
    font-size: 22px;
    font-weight: 550;
    color: #111;
}

.port-item>p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 26px;
}

.home-cases {
    width: 100%;
    background-image: url(../images/homeBg01.jpg);
    background-position: center center;
    background-size: cover;
}

.home-item-head>h2 {
    font-size: 40px;
    color: #111;
    text-align: center;
    line-height: 48px;
    margin-bottom: 20px;
    margin-top: 0;
}

.home-cases>.container>.row {
    margin-right: -16px;
    margin-left: -16px;
}

.home-cases>.container>.row>div {
    padding-left: 16px;
    padding-right: 16px;
}

.home-case-item {
    margin: 15px 0;
    background-color: #fff;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

.home-case-item>img {
    max-width: 100%;
}

.home-case-txt {
    padding: 0 15px;
}

.home-case-txt>h3 {
    color: #6f4f0b;
    background-color: #eacf96;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 10px;
    margin: 15px 0 5px;
    display: inline-block;
}

.home-case-txt>p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 20px;
    color: #333;
}

.home-item-head>p {
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 28px;
    margin-bottom: 40px;
    padding: 0 240px;
}


.home-life-body {
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.02);
    border-radius: 12px;
    overflow: hidden;
}

.home-life .row {
    margin-right: 0;
    margin-left: 0;
}

.home-life .row>div {
    padding-right: 0;
    padding-left: 0;
}

.home-life-img>img {
    max-width: 100%;
}

.home-life-txt {
    padding: 30px 50px !important;
}

.home-life-txt>h3 {
    font-size: 24px;
    font-weight: 550;
    color: #333;
    line-height: 30px;
}

.home-life-txt>p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-top: 20px;
}

.home-life-txt>a {
    font-size: 18px;
    color: #3975f0;
    margin-top: 20px;
    display: block;
}

.home-customers {
    width: 100%;
    background-image: url(../images/homeBg02.jpg);
    background-position: center center;
    background-size: cover;
}

.home-customers .row {
    margin-right: 0;
    margin-left: 0;
}

.home-customers .row>div {
    padding-right: 0;
    padding-left: 0;
    margin: 40px 0 20px;
}

.home-customers img {
    max-width: 100%;
}



.home-problems-item {
    padding: 15px 0;
    border-top: 1px solid #ddd;
}

.home-problems-item:first-child {
    border-top: none;
}

.home-problems-item>h3 {
    font-size: 22px;
    font-weight: 550;
    color: #333;
    line-height: 30px;
}

.home-problems-item>p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 10px;
}

.home-contactus {
    padding: 50px 0;
    width: 100%;
    background-image: url(../images/homeBg03.jpg);
    background-position: center center;
    background-size: cover;
}

.home-contactus .row>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-contactus .row>div>h3 {
    color: #fff;
    font-size: 38px;
}

.home-contactus-btn>a {
    height: 52px;
    padding: 0 35px;
    border-radius: 4px;
    line-height: 52px;
    color: #2965e2;
    font-size: 18px;
    display: inline-block;
    margin-top: 25px;
    background-color: #fff;
}


.footer {
    background-color: #181c24;
    padding: 40px 0 30px;
}

.footer-slogan>img {
    max-width: 100px;
}

.footer-slogan>p {
    font-size: 16px;
    line-height: 26px;
    color: #eee;
    margin-top: 25px;
}

.footer-nav {
    display: flex;
    justify-content: space-around;
}

.footer-nav-item {
    display: flex;
    flex-direction: column;
}

.footer-nav-head {
    font-size: 18px;
    color: #eee;
}

.footer-nav-body>a {
    margin-top: 15px;
    font-size: 14px;
    color: #bbb;
    display: block;
}

.footer-contactus>.footer-contactus-head {
    font-size: 18px;
    color: #eee;
}

.footer-contactus-code {
    max-width: 100px;
    margin-top: 10px;
}

.footer-contactus-small {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-contactus-small>.footer-contactus-small-item {
    margin-top: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-contactus-small>.footer-contactus-small-item>i {
    font-size: 16px;
    color: #ccc;
    margin-right: 5px;
}

.footer-contactus-small>.footer-contactus-small-item>span {
    font-size: 14px;
    color: #bbb;
}

.footer-down {
    background-color: #11151c;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-down>p {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    color: #888;
    line-height: 25px;
}

/* 悬浮框样式 */
.fixed-box {
    position: fixed;
    right: 30px;
    top: 50%;
    margin-top: -100px;
    background-color: #fff;
    width: 66px;
    border-radius: 33px;
    box-shadow: 0 0 10px 10px rgba(46, 87, 169, 0.08);
    display: flex;
    flex-direction: column;
    padding: 15px 0;
}

.fixed-box-item {
    position: relative;
}

.fixed-box-item>.fixed-box-me {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
    cursor: pointer;
    color: #333;
}

.fixed-box-item>.fixed-box-me>.iconfont {
    font-size: 24px;
}

.fixed-box-item>.fixed-box-me>span {
    font-size: 12px;
}

.fixed-box-them {
    display: none;
    position: absolute;
    right: 70px;
    top: -40px;
}

.fixed-box-item:hover .fixed-box-them {
    display: block;
}

.fixed-box-item:hover .fixed-box-me {
    color: #2965e2;
}

.gotop {
    display: none;
}

.hover-qrcode {
    width: 199px;
    height: 166px;
    background-image: url(../images/qrcode-bg.png);
    padding-right: 12px;
}

.fixed-box-them-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.fixed-box-them-content>img {
    max-width: 102px;
}

.fixed-box-them-content>p {
    margin-top: 6px;
    margin-bottom: 0;
}

.hover-common {
    width: 199px;
    height: 96px;
    background-image: url(../images/common-bg.png);
    padding-right: 12px;
}

.fixed-box-them-content>h4 {
    margin-bottom: 0;
    margin-top: 0;
    color: #2965e2;
}

/* 悬浮框-移动端样式 */
.fixed-box-phone {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}
.fixed-box-phone-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.fixed-box-phone>.fixed-box-item {
    width: 33.33%;
}

/* 模态框样式 */
.modal-home-box {
    width: 400px;
    margin-top: -230px;
    top: 50%;
}

.modal-home-box>.modal-content {
    border: none;
    background-color: #f5f8fc;
    border-radius: 20px;
    height: 460px;
    box-shadow: 0 0 40px 40px rgba(0, 0, 0, .02);
}

.modal-home-box>.modal-content>.modal-header {
    padding: 15px 15px 0 0;
    border-bottom: none;
    background-color: #fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.modal-home-box>.modal-content>.modal-header .iconfont {
    font-size: 24px;
    font-weight: 100;
    color: #333;
}

.modal-home-box>.modal-content>.modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.modal-box-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    width: 100%;
}

.modal-box-head>h3 {
    font-size: 30px;
    color: #111;
    margin-top: 0;
}

.modal-box-head>p {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 5px;
}

.modal-box-body {
    padding: 20px 15px 0;
}

.modal-box-body>img {
    max-width: 198px;
}

.modal-home-box .modal-footer {
    text-align: center;
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.modal-home-box .modal-footer>.btn {
    padding: 0;
    height: 52px;
    width: 300px;
    text-align: center;
    border-radius: 4px;
    line-height: 52px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-top: 25px;
    background-image: linear-gradient(to right, rgba(102, 152, 255, 1), rgba(102, 152, 255, 0.8));
}
#telModal .modal-home-box>.modal-content {
    height: 360px;
}
#telModal .modal-home-box>.modal-content .modal-box-body h4 {
    font-size: 30px;
    padding: 20px 0 10px;
    margin-top: 0;
    margin-bottom: 0;
}
#telModal .modal-home-box>.modal-content .modal-box-body p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .real-container .container {
        width: 1200px;
    }

    .real-container .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .banner .container {
        display: flex;
        justify-content: flex-end;
    }
}

@media (max-width: 768px) {

    html,
    body {
        height: 100%;
    }
    body {
        padding-bottom: 72px;
    }
    .funlin-navbar .navbar-header .navbar-brand {
        margin-left: 15px;
    }

    .funlin-navbar .navbar-nav {
        float: left;
        padding-left: 15px;
    }

    .funlin-navbar .navbar-collapse {
        background-color: #fff;
    }

    .funlin-navbar.navbar-fixed-top .navbar-collapse {
        max-height: 440px;
    }
    .banner-left>h2 {
        padding: 0 20px;
        font-size: 32px;
        line-height: 48px;
    }
    .banner-left>p {
        font-size: 18px;
        padding: 0 20px;
        line-height: 28px;
    }
    .banner-btn>a {
        margin-left: 20px;
    }
    .empty {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .port-item {
        margin: 30px 0;
    }
    .home-item-head>p {
        padding: 0 20px;
    }
    .home-life-item {
        margin-top: 20px;
        background-color: #f7f7f7;
    }
    .home-life-item:first-child {
        margin-top: 0;
    }
    .home-contactus .row>div>h3 {
        font-size: 32px;
        line-height: 48px;
        text-align: center;
    }
    .modal-home-box {
        width: calc(100% - 40px);
        margin: -200px auto 0;
        top: 50%;
    }
}

@media (max-width: 767px) {
    .funlin-navbar .navbar-nav .open .dropdown-menu>li>a {
        padding: 12px 15px 12px 25px;
        font-size: 16px;
    }
}



/* 解决方案样式 */
.solution-demand {
    width: 100%;
    background-color: #fff;
}
.solution-demand-item {
    background-color: #f7faff;
    border-radius: 8px;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, .03);
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}
.solution-demand-img {
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.solution-demand-img>img {
    max-width: 160px;
}
.solution-demand-txt {
    padding: 20px 15px 15px;
    text-align: center;
}
.solution-demand-txt>h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 550;
    color: #333;
}
.solution-demand-txt>p {
    margin-top: 0;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.solution-product {
    width: 100%;
    background-image: url(../images/homeBg02.jpg);
    background-position: center center;
    background-size: cover;
}
.solution-product img {
    max-width: 100%;
}
.solution-advantage-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, .03);
    padding: 20px;
    margin-bottom: 30px;
}
.solution-advantage-item>img {
    padding: 5px 0 15px;
}
.solution-advantage-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.solution-advantage-txt>h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 550;
    color: #333;
}
.solution-advantage-txt>p {
    margin-top: 0;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 0;
}
.solution-cases {
    background-color: #fafbff;
    width: 100%;
}
.solution-case-item {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 8px 12px rgba(0, 0, 0, .03);
    margin-bottom: 20px;
}
.solution-case-item>img {
    max-width: 100%;
}
.solution-case-txt {
    padding: 20px 15px; 
}
.solution-case-txt>h3 {
    font-size: 20px;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
}


/* 关于我们 */
.aboutus-banner {
    background-image: url(../images/aboutus-banner.jpg);
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center center;
}
.aboutus-banner>.container {
    height: 100%;
}
.aboutus-banner-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.aboutus-banner-inner>h2 {
    font-size: 36px;
    color: #222;
    margin-top: 0;
    margin-bottom: 20px;
}
.aboutus-banner-inner>p {
    font-size: 22px;
    color: #666;
}
.company-info>p {
    margin: 15px 0;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
}
.ourteamer{
    padding-top: 40px;
    padding-bottom: 70px;
}
.ourteamer-item {
    background-color: #3975f0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    height: 190px;
    align-items: center;
    margin: 15px 0;
}
.light-blue {
    background-color: #6295ff;
}
.ourteamer-item>img {
    top: -20px;
    right: 0;
    position: absolute;
}
.ourteamer-txt {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 15px;
}
.teamer-name {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin-bottom: 5px;
}
.teamer-career {
    color: #0b2251;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
 }
 .teamer-career2 {
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    max-width: 50%;
 }
 #map {
    width: 100%;
    height: 400px;
 }
 .map-location {
    padding-bottom: 80px;
 }
 @media (max-width: 768px) {
    .aboutus-banner-inner>h2 {
        font-size: 30px;
        line-height: 44px;
    }
    .home-item-head>h2 {
        font-size: 32px;
    }
}

/* nav下拉菜单样式 */
@media (min-width: 769px) {
    .entire-show {
        width: 100%;
        left: 0;
        top: 65px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        background-color: #fff;
        z-index: 999;
        position: fixed;
        border-top: 1px solid #ddd;
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        padding: 0 calc(50% - 620px);
    }
    .entire-show>li {
        float: left;
        width: 25%;
    }
    .entire-show>li>a {
        padding: 30px 20px 20px;
    }
    .entire-show>li>a>img {
        max-width: 100%;
        border-radius: 8px;
    }
    .big-show {
        display: block;
    }
    .nav-dropdown-title {
        font-size: 16px;
        line-height: 28px;
        padding: 10px 0 5px;
    }
    .nav-dropdown-pra {
        font-size: 14px;
        line-height: 24px;
        max-width: 100%;
        white-space: normal;
        color: #666;
    }
    .course {
        border: none;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .course>li>a {
        line-height: 40px;
        font-size: 16px;
        color: #333;
    }
}
@media (max-width: 768px) {
    .big-show {
        display: none;
    }
}

