﻿@charset "utf-8";
html {
    font-size: 16px;
    scrollbar-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0);
    scrollbar-width: thin;
}


/* CSS Document */

body {
    margin: 0 auto;
    padding: 0;
    color: #414141;
    height: auto;
    background: #fff;
    scrollbar-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0);
    scrollbar-width: thin;
}

body,
button,
input,
select,
textarea {
    font: 14px verdana, "\5FAE\8F6F\96C5\9ED1", tahoma, arial, "Hiragino Sans GB", "\5b8b\4f53";
}

body,
button,
input,
select,
textarea {
    font-family: "微软雅黑", "黑体";
}

input,
select,
textarea {
    font-size: 100%;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    vertical-align: top;
    border: 0;
}

ul,
li,
ol,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover,
a:focus {
    color: #2160d4;
    text-decoration: none;
}

.d-img {
    width: 100%;
}

.text-default {
    line-height: 40px;
    color: #333;
}

.text-primary {
    color: #05a7bc;
}

.text-info {
    color: #666 !important;
}

.btn {
    width: 144px;
    height: 44px;
    line-height: 30px;
    font-size: 16px;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
    color: #fff;
    background-color: #05a7bc !important;
    border-color: #05a7bc;
}

.btn-outline-primary {
    color: #05a7bc;
    border-color: #05a7bc;
}

@media (min-width: 992px) {
    html,
    body {
        min-width: 1200px;
    }
    .container {
        min-width: 1200px !important;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-default {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
}

.navbar-brand {
    height: auto;
}

.navbar .navbar-nav>.nav-item {
    position: relative;
    /*margin-left: 30px;*/
    margin-left: 45px;
}

.navbar-default .navbar-nav>.nav-item>.nav-link {
    position: relative;
    color: #fff;
    line-height: 68px;
    height: 68px;
    font-size: 16px;
}

.navbar-default .navbar-nav>.nav-item>.nav-link::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    left: 0.5rem;
    bottom: 0;
    background-color: #07ebff;
}

.navbar-default .navbar-nav>.nav-item.active .nav-link {
    color: #07ebff;
}

.navbar-default .navbar-nav>.nav-item>.nav-link>.nav-item-bi {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.navbar-default .navbar-nav>.nav-item:hover>.nav-link {
    color: #07ebff;
}

@media screen and (min-width: 992px) {
    .navbar-default .navbar-nav>.nav-item:hover>.nav-link::after {
        width: auto;
        right: 0.5rem;
        max-width: 4em;
    }
}

.navbar-default .navbar-nav>.nav-item:hover>.nav-link>.nav-item-bi {
    transform: rotate(180deg);
}

.navbar-nav>li>a {
    padding: 0 25px;
}

.navbar .navbar-nav>.nav-item:hover .dropdown-menu {
    display: block !important;
}

.navbar .navbar-nav>.nav-item>.dropdown-menu {
    left: 50%;
    min-width: auto;
    transform: translateX(-50%);
    padding: 15px 0 0;
    background-color: transparent !important;
    border: none !important;
}

.navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-menu-wrap {
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px 4px 4px 4px;
    padding: 0 30px;
}

.navbar .navbar-nav>.nav-item>.dropdown-menu .dropdown-menu-wrap::after {
    display: block;
    content: "";
    position: absolute;
    width: 23px;
    height: 15px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    background: url(../images/icon_sj.png) no-repeat center;
}

.navbar .navbar-nav>.nav-item>.dropdown-menu .dropdown-header {
    position: relative;
    padding: 0;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}

.navbar .navbar-nav>.nav-item>.dropdown-menu .dropdown-header::after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
}

.navbar .navbar-nav>.nav-item>.dropdown-menu .dropdown-body {
    padding: 10px 0;
}

.navbar .navbar-nav>.nav-item>.dropdown-menu .dropdown-wrap:first-child .dropdown-item {
    padding-right: 20px;
}

.navbar .navbar-nav>.nav-item>.dropdown-menu .dropdown-wrap:last-child .dropdown-header,
.navbar .navbar-nav>.nav-item>.dropdown-menu .dropdown-wrap:last-child .dropdown-item {
    padding-left: 40px;
}

.navbar .navbar-nav>.nav-item>.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 0;
    line-height: 40px;
    background-color: transparent !important;
    white-space: nowrap !important;
}

.navbar .navbar-nav>.nav-item>.dropdown-menu .dropdown-item.on a {
    color: #00B0C6;
}

.navbar .navbar-nav>.nav-item>.dropdown-menu .dropdown-item a {
    color: #fff;
}

.navbar .navbar-nav>.nav-item>.dropdown-menu .dropdown-item a:hover {
    color: #00B0C6 !important;
}

.head-default .navbar .navbar-nav>.nav-item>.dropdown-menu .dropdown-menu-wrap {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
}

.head-default .navbar .navbar-nav>.nav-item>.dropdown-menu .dropdown-menu-wrap::after {
    background: url(../images/icon_sj_white.svg) no-repeat center;
}

.head-default .navbar .navbar-nav>.nav-item>.dropdown-menu .dropdown-item a,
.head-default .navbar .navbar-nav>.nav-item>.dropdown-menu .dropdown-header {
    color: #666;
}

.head-default .navbar .navbar-nav>.nav-item>.dropdown-menu .dropdown-header::after {
    background: #ddd;
}

.navbar .head-fr-text {
    margin-left: 5px;
    margin-right: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
}

.navbar .head-fr-text a {
    color: #fff;
}

.navbar .head-fr-btn .btn {
    margin-right: 30px;
    width: 110px;
    height: 42px;
    line-height: 42px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    background-color: #00b0c6;
}

.page-foot {
    width: 100%;
    float: left;
    background: #16242c;
}

.foot-wrap {
    padding: 30px 0;
}

.foot-left {
    width: 27.5%;
    padding: 10px 50px 20px 0;
}

.foot-left .ft-logo {
    margin-bottom: 5px;
}

.foot-left .qr-img {
    width: 100px;
}

.foot-left .qr-img p {
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    color: #a7b4bc;
}

.foot-center {
    width: 38%;
    padding: 20px 50px;
    border-left: 1px solid #344752;
    border-right: 1px solid #344752;
}

.foot-guild {
    width: 100%;
}

.foot-guild h3 {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

.foot-guild .foot-link a {
    color: #8aa1ae;
    font-size: 14px;
}

.fot-nav {
    font-size: 12px;
    color: #8aa1ae;
    line-height: 28px;
}

.fot-nav .fot-nav-label_5 {
    width: 5em;
}

.fot-nav a {
    color: #fff;
    margin-right: 12px;
    margin-left: 12px;
}

.foot-right {
    width: 34.5%;
    padding: 20px 0 20px 50px;
}

.foot-tel p {
    font-size: 20px;
    margin-bottom: 0;
    color: #1dfffc;
}

.copy-text {
    width: 100%;
    background: #263843;
    line-height: 50px;
    text-align: center;
    color: #768188;
    font-size: 12px;
}

.ser-img img {
    border-radius: 50%;
}

.head {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.head.head-default {
    background: rgba(0, 0, 0, 1);
}

@media (max-width: 992px) {
    .head {
        background-color: #000;
    }
    .navbar-brand>img {
        width: 130px;
    }
    .banner {
        position: relative;
        margin-top: 60px;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    .navbar-nav {
        margin-bottom: 20px;
    }
    .navbar .navbar-nav>.nav-item {
        margin-left: 0;
    }
    .navbar-default .navbar-nav>.nav-item>.nav-link {
        line-height: 45px;
        height: 45px;
        font-size: 14px;
    }
    .navbar-default .navbar-nav>.nav-item:hover>.nav-link {
        border-bottom: 2px solid #07ebff;
    }
    .navbar .navbar-nav>.nav-item>.dropdown-menu {
        width: 100%;
        position: relative;
        transform: translateX(0);
        left: 0;
    }
    .navbar .navbar-nav>.nav-item>.dropdown-menu .dropdown-header {
        font-size: 14px;
        line-height: 40px;
    }
    .navbar .navbar-nav>.nav-item>.dropdown-menu .dropdown-item {
        font-size: 12px;
        line-height: 35px;
    }
    .navbar-collapse {
        width: 100%;
        height: calc(100vh - 55px) !important;
        padding: 10px 10px 30px 10px;
        position: fixed;
        left: 0;
        top: 55px;
        background: #000;
        overflow-y: auto;
    }
    .navbar-header {
        display: flex;
        width: 100%;
        padding: 10px;
        justify-content: space-between;
    }
    .navbar-header .logo {
        width: 100px;
    }
    .foot-wrap {
        padding: 20px;
    }
    .foot-left {
        padding: 10px 30px 20px 0;
    }
    .foot-left .ft-logo {
        margin-bottom: 20px;
    }
    .foot-center {
        width: 40%;
        padding: 10px;
    }
    .foot-right {
        width: 32.5%;
        padding: 10px;
    }
    .foot-right .foot-tel p {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .foot-left {
        width: 100%;
        margin-bottom: 0px;
    }
    .foot-center {
        width: 100%;
    }
    .foot-guild {
        margin-bottom: 20px;
    }
    .fot-nav {
        font-size: 14px;
        width: 100%;
        line-height: 23px;
    }
    .foot-right {
        width: 100%;
        float: left;
        border: 0;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .foot-right img {
        width: 35%;
        margin-left: 10%;
    }
    .copy-text {
        line-height: 23px;
        padding: 5px 0;
        float: left;
    }
}

@media screen and (max-width: 576px) {
    .foot-wrap {
        padding: 20px 0;
    }
    .foot-left,
    .foot-center,
    .foot-right {
        width: 100%;
        padding: 10px 20px;
    }
    .foot-guild {
        margin-bottom: 20px;
    }
    .dispaly-block {
        display: block !important;
    }
    .btn-apply {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}


/* 栏目标题 */

.m-title {
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

.m-title h3 {
    display: inline-block;
    position: relative;
    font-size: 30px;
    line-height: 40px;
}

.m-title .m-tit-cont {
    position: relative;
    z-index: 9;
}

.m-title .m-tit-line {
    display: block;
    position: absolute;
    width: calc(100% + 10px);
    left: -5px;
    height: 14px;
    background: #dcebed;
    bottom: 0;
}

.m-title p {
    font-size: 20px;
    color: #888;
}

@media screen and (max-width: 992px) {
    .m-title {
        padding: 5px 0;
    }
    .m-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .m-title .m-tit-line {
        height: 10px;
    }
    .m-title p {
        font-size: 14px;
    }
}