@charset "UTF-8";
h2,
h3,
h4 {
    text-align: center;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.floatDivBoxs ul,
ol {
    list-style: none;
}

.floatDivBoxs img {
    border: none;
    outline: none;
}

.flex {
    display: flex;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}
.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mr-40 {
    margin-right: 40px;
}

.ml-40 {
    margin-left: 40px;
}

.mx-40 {
    margin-left: 40px;
    margin-right: 40px;
}
.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.imgfw {
    width: 100%;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.overflow-h {
    overflow: hidden;
}

.display-block {
    display: block;
}
.display-inline-block {
    display: inline-block;
}

.banner_img>img {
    height: 500px!important;
}

header .header-top {
    background: #3884c0;
}

header .header-top p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 43px;
}

header .header-top form .form-group {
    position: relative;
}

header .header-top form .form-group i {
    position: absolute;
    top: 8px;
    right: 11px;
    color: #05aec7;
    font-size: 16px;
}

.navbar-form {
    margin-top: 5px;
    margin-bottom: 0;
    border: none;
}

header .navbar {
    margin-bottom: 0;
}

header nav .nav li a {
    padding: 30px 15px;
    font-size: 17px;
    color: #000;
}

header nav .nav li a:hover {
    background-color: rgba(9, 87, 194, 0.1);
    color: #3884c0;
    border-bottom: solid #0957c2 4px;
}

header nav .nav .active {
    border-bottom: solid #0957c2 4px;
    color: #3884c0;
}

header nav .logo-content {
    display: inline-block;
    padding: 20px;
}

header nav .logo-content .logo {
    width: 251px;
    height: 44px;
    vertical-align: middle;
}

ul.nav .fa.fa-caret-down.arrow {
    display: none;
}

.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

.dropdown-menu>li>a {
    padding: 10px 15px !important;
    font-size: 16px !important;
}

.dropdown-menu>li>a:hover {
    background-color: #0957c3 !important;
    border-bottom: 0 !important;
    color: #fff !important;
}
.nav-first .arrow {
    font-size: 16px;
    position: absolute;
    right: 16px;
    top:16px;
    display: none;
}

.modular-title {
    text-align: center;
    color: #e5e5e5;
    font-weight: 900;
    font-size: 35px;
}

.modular-text-container {
    text-align: center;
    color: #000;
}

.modular-text-container .modular-text {
    font-size: 25px;
    margin: 0 15px;
}

.modular-text-container .modular-text-line {
    display: inline-block;
    width: 75px;
    height: 1px;
    border-bottom: 1px solid #000;
    vertical-align: super;
}

.subpage-banner {
    width: 100%;
    position: relative;
}

.subpage-banner img{
    width: 100%;
}

.subpage-banner-tip-wrap {
    display: flex;
    color: #fff;
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    font-size: 30px;
}

.subpage-banner-tip-wrap .title{
    font-size: 36px;
}

.mobile-subpage {
    display: none;
}

.tab-header  {
    border-bottom: 1px solid #e9e9e9;
}

.tab-header .nav-tabs {
   border-bottom: 0;
}

.tab-header .nav-tabs li {
    margin-bottom: 0;
}
.tab-header .nav-tabs li a{
    border: 0;
    color: #000;
    margin-right: 0;
}

.tab-header .nav-tabs li a:hover, .tab-header .nav-tabs>li.active>a, .tab-header .nav-tabs>li.active>a:hover, .tab-header .nav-tabs>li.active>a:focus {
    border: 0;
    border-radius: 0;
    background-color: #0957c3;
    color: #fff;
}

.button-more {
    color: #fff;
    padding: 10px 50px;
    border:1px solid #0957c3;
    background-color: #0957c3;
}
.button-more:hover,.button-more:focus,.button-more:active {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.breadcrumb{
    display: inline-block;
    background: none;
    margin-bottom: 0;
    font-size: 12px;
    vertical-align: middle;
    margin-top: 5px;
}

.breadcrumb .breadcrumb-default {
    color: #ccc;
}

.breadcrumb li a{
    color: #ccc !important;
}

.breadcrumb li a:hover{
    background: none !important;
    color: #777 !important;
}

.breadcrumb>li+li:before {
    content: '>';
}

.goback {
    display: inline-block;
    color: #8d8d8d;
    vertical-align: middle;
    margin-top: 7px;
}

.mobile-subpage .text{
    text-align: center;
 }

#btn-chat {
    display: inline-block;
    width: 70px;
    height: 60px;
    position:fixed;
    right: 6px;
    top:300px;
    background-color:#0957c2;
    outline: none;
    z-index: 99;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    transition:all .5s;
    overflow: hidden;
}
#btn-chat:hover {
    cursor: pointer;
    width: 180px;
    height: 120px;
    padding: 12px;
}

.btn-chat-large {
    display: none;
}
.btn-chat-large .btn-chat-text {
    padding: 0 10px;
    font-size: 12px;
    overflow: hidden;
}

#btn-chat:hover .btn-chat-small {
    display: none;
}


.btn_top {
    display: inline-block;
    width: 60px;
    height: 60px;
    position:fixed;
    right: 6px;
    top:430px;
    outline: none;
    z-index: 99;
    background: url('../img/home/to_top.png') no-repeat;
    background-size: 100% 100%;
    background-color: #ddd;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color: rgba(63, 63, 63, 0.726);
}

.fa-home {
    font-size: 14px;
    color: #8d8d8d;
}

footer {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
    background: #1b1b1b;
}

footer .footer-top {
    color: #fff;
    margin-bottom: 20px;
}

footer .footer-item {
    flex: 1;
    color: #414141;
}

footer .footer-item .footer-item-title {
    color: #8d8d8d;
    font-size: 20px;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #323232;
}

footer .footer-item .footer-item-title a {
    color: #8d8d8d;
}

footer .footer-item .footer-item-text {
    display: inline-block;
    color: #6d6d6d;
    margin-top: 20px;
}

footer .footer-item .footer-item-title,
footer .footer-item .footer-item-text:hover {
    color: #fff;
}

footer .company-info {
    color: #8d8d8d;
}

footer .company-info .qr-code {
    font-size: 12px;
    text-align: center;
}

footer .company-info .qr-code img {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
}

footer .cpoy-rights {
    margin-top: 50px;
    text-align: center;
    color: #414141;
}

footer .footer-top a:hover {
    color: #fff;
}

.m-goback-container {
    display: none;
 }


@media (max-width: 1366px) {
    .navbar .container {
        width: 100%;
    }

}

@media (max-width: 970px) {
    #collapse {
        display: block;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-nav {
        margin: 0;
    }
    #bs-example-navbar-collapse-1 {
        position:fixed;
        left: -260px;
        top:0;
        height: 100% !important;
        background-color: #3366cc;
        z-index: 999;
        width: 190px;
        padding: 0;
        transition: .5s;
        color: #fff;
        margin: 0;
    }
    .navbar-collapse.collapse.in {
        left: 0 !important;
    }
    #bs-example-navbar-collapse-1 .navbar-collapse-mask {
        width: 100%;
        height: 100%;
        position: absolute;
        top:0;
        left: 0;
        background-color: rgba(0,0,0,.3);
        z-index: 9;
        display: none;
        transition: .2s;
    }
    #bs-example-navbar-collapse-1.navbar-collapse.collapse.in .navbar-collapse-mask {
        display: block;
    }
    #headerNavTabs .nav-first {
        width: 100%;
        position: relative;
    }
    #headerNavTabs .nav-first a {
        color: #fff;
        text-align: center;
        padding: 15px;
        font-size: 1.25em;
    }
    #headerNavTabs .nav-first>.active {
        border-bottom: 0;
    }
    #headerNavTabs.nav .open>a,  #headerNavTabs.nav .open>a:hover, #headerNavTabs.nav .open>a:focus{
        color: #fff;
        border-bottom: 0;
        border-left: 4px solid #bed4ff;
        background-color: #6498ff;
    }

    #headerNavTabs .nav-first .arrow {
        display: block;
        transition: 0.3s;
    }
    #headerNavTabs .nav-first.open .arrow {
        transform: rotate(-180deg);
    }

    #headerNavTabs .dropdown-menu {
        background-color: #1e50b3;
    }

    #collapse {
        padding: 5px;
        color:#0957c2;
        border: 1px solid #0957c2;
        margin-right: 0;
        position: relative;
        top:10px;
        transition: .5s;

    }

    #collapse .collapse-icon {
        display: inline-block;
        width: 21px;
        height: 16px;
        background: url('../img/collapse.png') no-repeat;
        background-size: 100% 100%;
        vertical-align: middle;
        margin-left: 5px;
    }

    header nav .nav li a:hover {
        color: #fff;
        border-bottom: 0;
        border-left: 4px solid #bed4ff;
        background-color: #6498ff;
    }

    header nav .logo-content .logo {
        width: 160px;
        height: 30px;
        vertical-align: middle;
    }

    .modular-title {
        text-align: center;
        color: #e5e5e5;
        font-weight: 900;
        font-size: 1em;
    }

    .modular-text-container {
        text-align: center;
        color: #000;
    }

    .modular-text-container .modular-text {
        font-size: 1.5em;
        margin: 0 5px;
    }

    .modular-text-container .modular-text-line {
        display: inline-block;
        width: 55px;
        height: 1px;
        border-bottom: 1px solid #000;
        vertical-align: super;
    }


    .pc-subpage {
        display: none;
    }
    .mobile-subpage {
        display: flex;
    }

    .tab-header{
        display: none;
    }
    #myTabContent .modular-title, #myTabContent .modular-text-container {
        display: none;
    }


    .foot-t {
        display: none;
    }

    .foot-b {
        text-align: center;
    }

    .foot-b .qr-code {
        margin-top: 20px;
    }

    .btn_top {
        width: 40px;
        height: 40px;
    }

    .m-goback-container {
        display: block;
        padding: 10px 15px;
        font-size: 1.25em;
     }

}


@media (min-width: 1200px){
    .navbar-right .dropdown-menu {
        right: -30px;
        left: auto;
    }
}
@media (max-width: 768px){
    .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }

    .dropdown-menu {
        position: relative;
        float: none;
    }

    .subpage-banner {
        font-size:1.25em;
    }
    .subpage-banner .subpage-banner-tip-wrap {
        font-size:  1.25em;
    }
    .subpage-banner .title{
        font-size: 1.25em;
    }

    .min-px{
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 425px){
    .subpage-banner {
        font-size:1em;
    }
    .subpage-banner .subpage-banner-tip-wrap {
        font-size:  1em;
    }
    .subpage-banner .title{
        font-size: 1em;
    }

    .sweet-alert {
        min-width: 300px !important;
        width: auto;
    }
}


