@charset "UTF-8";
h2,
h3,
h4 {
    text-align: center;
}
body {
    position: relative;
}
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;
}

.mb-5 {
    margin-bottom: 5px;
}

.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;
}

.pa-20 {
    padding: 20px;
}


.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;
    background-color: rgba(133, 133, 133, 0.8);
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    z-index: 999;
}
header .navbar .container {
    font-size: 12px;
}

header nav .nav li a {
    padding: 0;
    display: inline-block;
    width: 100px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    box-sizing:border-box;
}

header nav .nav li a:hover,.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: rgba(22, 50, 82, 0.8);
    color: #fff;
    transition: .5s;
}

header nav .nav .active {
    background-color: rgba(22, 50, 82, 0.8);
    color: #fff;
    box-sizing:border-box;
}

header nav .logo-content {
    display: inline-block;
    padding: 18px;
}

header nav .logo-content .logo {
    width: 120;
    height: 38px;
    vertical-align: middle;
    margin-right: 5px;
}
header nav .logo-content .logo-title {
    
    padding: 10px;
    color: #fff;
    font-size: 20px;
    border-left: 1px solid #fff;
    position: relative;
    top: 5px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.navbar-nav>li>.dropdown-menu {
    padding: 0;
    background-color: rgba(22, 50, 82, 0.8);
    margin-top: -1px;
}

.dropdown-menu>li>a {
    width: 100% !important;
    height: 48px !important;
    line-height: 34px !important;
    padding: 10px!important;
    font-size: 16px !important;
}

.dropdown-menu>li>a:hover {
    background-color: #205599 !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: 40px;
}

.modular-text-container {
    text-align: center;
    color: #000;
}

.modular-text-container .modular-text {
    font-size: 30px;
    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%;
    min-height: 666px;

    position: relative;
}

.subpage-banner .fog{
    width: 100%;
    height: 77px;
    position: relative;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: url('../images/fog.png');

}

.subpage-banner img{
    width: 100%;
    height: 100%;
    min-height: 666px;
}

.subpage-banner-tip-wrap {
    display: flex;
    color: #fff;
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    min-height: 666px;

    align-items:center;
    justify-content:center;
    font-size: 30px;
}

.subpage-banner-tip-wrap  .title{

    font-size: 72px;
    text-align: center;

}
.subpage-banner-tip-wrap .tip-content{
    text-align: left;
    flex: 1;
}
.subpage-banner-tip-wrap .tip-content .title{
    width: 60%;
    font-size: 35px;
    text-align: left;

}
.subpage-banner-tip-wrap .tip-content .text{
    width: 60%;
    text-indent:2em;
  	font-size: 20px;
}

.subpage-banner-tip-wrap .img-content{
    width: 40%;
    text-align: right; 
    padding: 0 80px;
}
.subpage-banner-tip-wrap .img-content img{
   width: calc(1920px / 4);
   height: calc(1080px / 4);
   min-height: auto;
}

.mobile-subpage {
    display: none;
}

.mobile-subpage .text{
    text-align: center;
 }

.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: #333;
    padding: 15px 70px;
    border:1px solid #ddd;
    background-color: #fff;
    border-radius: 30px;
}
.button-more:hover,.button-more:focus,.button-more:active {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #2c68ff;
    background-color: #2c68ff;
    transition: .5s;
}

.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: '>';
}

.container-top {
    background-color: #ffffff;
    position: relative;
    top: -150px;
    padding: -0 50px;
}

.goback {
    display: inline-block;
    color: #8d8d8d;
    vertical-align: middle;
    padding: 10px 0;
}

#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('../images/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 {
    padding-top: 50px;
    background: url('../images/footer.jpg') repeat-x left bottom;;
    background-position:bottom;
    border-top:1px solid #eee;
}

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: #333;
}

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 {
    text-align: center;
    color: #414141;
    padding-bottom: 30px;
}

footer .footer-top a:hover {
    color: #333;
}


.m-goback-container {
    display: none;
 }
 

@media (min-width: 1200px) {
   .container {
        width: 1170px;
    }
}

 @media (min-width: 1600px) {
    .container {
        width: 1500px;
    }
}




@media (max-width: 1366px) { 
    .navbar .container {
        width: 100%;
    }
    .subpage-banner-tip-wrap .img-content img{
        width: calc(1920px / 5);
        height: calc(1080px / 5);
        min-height: auto;
     }
}

@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: 260px;
        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 {
        width: 100%;
        color: #fff;
        text-align: left;
        padding: 0 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('../images/collapse.png') no-repeat;
        background-size: 100% 100%;
        vertical-align: middle;
        margin-left: 5px;
    }

    header nav .logo-content .logo {
        width: 160px;
        height: 30px;
        vertical-align: middle;
    }
    

    
    header nav .nav li a:hover {
        color: #fff;
        border-bottom: 0;
        border-left: 4px solid #bed4ff;
        background-color: #6498ff;
    }
    

    .modular-title {
        text-align: center;
        color: #e5e5e5;
        font-weight: 900;
        font-size: 1em;
    }

    .modular-text-container {
        text-align: center;
        color: #000;
      margin-bottom:10px;
    }

    .modular-text-container .modular-text {
        font-size: 1em;
        margin: 0 5px;
    }

    .modular-text-container .modular-text-line {
        display: inline-block;
        width: 30px;
        height: 1px;
        border-bottom: 1px solid #000;
        vertical-align: super;
    } 
    .tab-header{
        display: none;
    }

    .pc-subpage {
        display: none;
    }
    .mobile-subpage {
        display: flex;
    }
  
  .subpage-banner-tip-wrap .tip-content  {
  	padding:0 10px;
  }
    .subpage-banner-tip-wrap .tip-content .title {
        width: 100%;
        text-align: center;
    }
    .subpage-banner img {
        object-fit: cover;
    }

      .subpage-banner {
        min-height: 400px;
        height: 400px;
    }
    .subpage-banner .subpage-banner-tip-wrap {
        font-size:  1.25em;
        min-height: 400px;
        height: 400px;
    }
    .subpage-banner img{
        min-height: 400px;
        height: 400px;
    }
    .subpage-banner .title{
        font-size: 1.25em;
    }
  
  
    #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 (max-width: 768px){
    .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }

    .dropdown-menu {
        position: relative;
        float: none;
    }

    .subpage-banner {
        min-height: 400px;
        height: 400px;
    }
    .subpage-banner .subpage-banner-tip-wrap {
        font-size:  1.25em;
        min-height: 400px;
        height: 400px;
    }
    .subpage-banner img{
        min-height: 400px;
        height: 400px;
    }
    .subpage-banner .title{
        font-size: 1.25em;
    }
    .min-px{
        padding-left: 5px;
        padding-right: 5px;
    }
    .logo-content {
        padding: 9px 20px !important;
    }
    .logo-content .logo {
        width: 40px !important;
        height: 50px !important;

    }
    .logo-content .logo-title {
       font-size:14px !important;
    }
  
  	
  .container-top {

      top: 0;
      padding:0;
  }

}
@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;
    }
}

@media (max-width: 366px){ 
	.logo-content {
    	padding: 10px 6px !important;
  	}
  	.logo-content .logo {
        width: 30px !important;
        height: 40px !important;
	}
}

