html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    padding: 0;
    margin: 0;
}



/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
    background: rgba(195, 195, 195, 0.8);
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: rgb(3, 215, 185);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgb(3, 215, 185);
}

.bg-colorPrimary {
    background: #48afaf!important;
}
.text-colorPrimary {
    color: #48afaf!important;
}
.bg-colorPrimaryDark {

}
.bg-colorAccent {
    background-color: #3F51B5 !important;
}
.text-colorAccent {
    color: #3F51B5 !important;
}
.bg-content {
    background-color: #f1f3f4!important;
}
body{
    /*background-color: #f1f3f4!important;*/
    margin: 0;
    overflow: auto;
    /*width: calc(100vw - 20px);*/
    width: 100%;
    overflow-scrolling: touch;
    overflow-y: visible;
}
a:hover {
    text-decoration: none;
}
li{
    list-style: none;
}
.medium {
    font-size: medium!important;
}
.large {
    font-size: large!important;
}
.larger {
    font-size: larger!important;
}
.x-large {
    font-size: x-large!important;
}
.r-0 {
    right: 0!important;
}
.l-0 {
    left: 0!important;
}
.t-0 {
    top: 0!important;
}
.b-0 {
    bottom: 0!important;
}
.r-0 {
    right: 0!important;
}
.m-2_5 {
    margin: 0.75rem !important;
}
.ml-2_5 {
    margin-left: 0.75rem !important;
}
.p-2_5 {
    padding: 0.75rem !important;
}

.text-anti-light {
    color: #9b9b9b !important;
}
.text-anti-light:hover{
    color: #fff!important;
}

.click-light {
    overflow: hidden;
}
.click-dark {
    overflow: hidden;
}
.ripple-light {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    opacity: 1;
}
.ripple-dark {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(132, 132, 132, 0.41);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    opacity: 1;
}

.rippleEffect {
    -webkit-animation: rippleDrop .4s linear;
    animation: rippleDrop .4s linear;
}

@-webkit-keyframes
rippleDrop {  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
}
}
@keyframes
rippleDrop {  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
} }




.card-shadow{
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.4);
}
.item-shadow{
    background-color: white;
     /*box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(121, 121, 121, 0.2);*/
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}
.radio-icon {
    border-radius: 100%!important;
}
.radio-px {
    border-radius: 100px!important;
}


#nav {
    transition: .3s;
}
.navbar {
    z-index: 9999;
}
/*.navbar-dark {*/
    /*background-image: linear-gradient(0deg,*/
        /*!* rgba(1,1,1, 0) 0%, *!*/
    /*rgba(1,1,1, 0.05) 10%,*/
    /*rgba(1,1,1, 0.1) 20%,*/
    /*rgba(1,1,1, 0.15) 30%,*/
    /*rgba(1,1,1, 0.2) 40%,*/
    /*rgba(1,1,1, 0.25) 50%,*/
    /*rgba(1,1,1, 0.3) 60%,*/
    /*rgba(1,1,1, 0.35) 70%,*/
    /*rgba(1,1,1, 0.4) 80%,*/
    /*rgba(1,1,1, 0.45) 90%,*/
    /*rgba(1,1,1, 0.5)   100% );;*/
/*}*/
.menu {
    border: 1px #eb3b00 solid!important;
    border-radius: 100%;
    height: 100%;
}

.row .item {
    transition: .5s;
}
.row .item:hover {
    background-color: rgba(0, 195, 136, 0.4) !important;
}

.card-hover {
    transition: .3s;
}
.card-hover:hover {
    /*padding: 100px;*/
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.banner0 {
    background: url(../img/topbanner0.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.banner1 {
    background:url(../img/hero_body_bg_base.png);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}
.h-banner {
    height: 350px;
}
.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.hide-xs {
    display: none;
}
.show-xs {
    display: block;
}

.fold-panel {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.fold .card-header a{
    color: #00a3b5;
}
.fold .card-header{
    padding: 0.75rem 1rem;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    background: rgba(240, 243, 249, 0.95);
}
.fold .collapse{
    background: #fff;
    border-radius: 0 0 10px 10px;
    border-left:   1px solid rgb(236, 239, 245);
    border-right:  1px solid rgb(236, 239, 245);
    border-bottom: 1px solid rgb(236, 239, 245);
}
.fold .collapse ul li{
    font-size: 14px;
    padding: 0.75rem 1rem;
    transition: .3s;
    color: rgba(0, 0, 0, 0.51);
    border-top: rgba(223, 223, 223, 0.99) 1px solid;
}

.fold .collapse ul li:hover{
    background: rgba(245, 245, 245, 0.98);
    color: #3F51B5 !important;;
    cursor: pointer;
}
.select {
    display: none!important;
}
.fold {
    display: block;
}



/*侧导栏*/
.barside {
    width: 40px;
    position: fixed;
    right: 20px;
    margin-top: -66px;
    z-index: 99;
    height: auto;
    bottom: 0;
}

.barside a {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
}
.barside .bds_top {
    background: url(../images/barside.png) no-repeat;
    background-position: -42px -88px;
}

.barside .top {
    background: url(../images/barside.png) no-repeat;
    background-position: -42px -88px;
    /*display: none*/
}

.barside .bds_top:hover {
    background-position: 0 -88px;
}


/*底部*/
.footer {
    height: 150px;
    /*border-top: 1px solid #eee;*/
    width: 100%;
    background: #353641;
    position: relative;
    bottom: 0;
}
.footer .foottop {
    /*padding-top: 40px;*/
}

.footer .foottop .logo1 {
    height: 40px;
    width: 140px;
    /*margin-top: 15px;*/
    background: url(../images/nav_logo_white.svg) no-repeat;
    display: block;
}

.footer .foottop dl {
    display: block;
    margin-top: 2px;
    float: left;
}

.footer .foottop dl dt {
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
}

.footer .foottop dl dd {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .banner .bng_title {
        font-size: 3rem;
    }
    .hide-xs {
        display: block;
    }
    .show-xs {
        display: none;
    }
    .navbar-nav{
        background: #fff;
        padding-left: 1.4rem;
        padding-right: 1.4rem;
    }
    #nav a{
        color: #828282;
    }
    .navbar-nav .nav-item{
        width: 100%;
        transition: .3s;
        font-size: 18px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.12);
    }
    .navbar-nav .nav-item:hover{
        border-bottom: solid 1px rgba(0, 185, 100, 0.9);
        box-shadow: 0 3px 0 rgba(0, 185, 100, 0.2);
    }
    .navbar-nav .nav-item a{
        width: 100%;
    }
    .select {
        display: inline-block!important;
    }
    .fold {
        display: none;
    }
}
@media (max-width: 1000px) {
    .footer {
        height: 180px;
    }
}
@media (min-width: 1200px) {
}