.clearfixed:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0;
}
.header .com-logo1,.header .com-logo{
    width: 130px;
}

.text-right span{font-size: .29rem;}
.footer a{
    color: #666;
}
.footer .footer-section-information h4,.footer .footer-section-information ._h4 {
    padding-top: 20px;
}
.footer .footer-section-information{
    padding-bottom: 20px;
}
.foot{
    /*height: 60px;*/
    /*line-height: 60px;*/
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-top: 1px solid #e2e2e2;
    /*color: #fff;*/
    font-size: 14px;
}
.middle-color{
    width: 100%;
    height: 20%;
    padding: 0;
    margin: 0 0 3rem 0;
}
.middle-color img{
    width: 100%;
}
.right-fix{
    position: fixed;
    right: 15px;
    top: 40%;
    z-index: 999;
    background: #fff;
    box-shadow: rgba(3,3,3,.2) 0 0 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.right-fix li{
    position: relative;
    padding: 8px 12px;
    text-align: center;
}
.right-fix li ._img{
    position: relative;
    /*float: right;*/
    height: 34px;
}
.right-fix li ._img img{
    /*width: 40px;*/
    text-align: center;
    margin: auto;
}
.right-fix-content{
    /*position: relative;*/
    position: absolute;
    top: 0;
    right: 64px;
    /*width: 0;*/
    line-height: 50px;
    background: #1296db;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
 /*   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    opacity: 0;
    display: none;
    float: right;
    white-space: nowrap;
}
/*.right-fix-content:before{
    content: '';
    width:0;
    height:0;
    border-top:7px solid transparent;
    border-bottom:7px solid transparent;
    border-left:7px solid #1296db;
    position: absolute;
    top: 10px;
    right: -7px;
}*/
.right-fix li:hover{
    cursor: pointer;
    background: #1296db;
}
.hover-shadow{
    display: none;
}
.right-fix li:hover ._img1{
    display: none;
}
.right-fix li:hover .hover-shadow{
    display: block;
}
.right-fix li:hover .right-fix-content{
    display: inline-block;
    opacity: 1;
    /*width: auto;*/
    /*-webkit-animation: living 1s linear 1;*/
    /*-o-animation: living 1s linear 1;*/
    /*animation: living 1s linear 1;*/
}
@keyframes living {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 0.4;
    }
    100%{
        opacity: 1;
    }
}
.hero-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.3);
    padding: 10px 15px;
    color: #fff;
}
.hero-bottom .breadcrumb-item.active:before{
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
}
.h3{
    font-weight: 700;
}
.h5{
    font-weight: 700;
}
.h6{
    font-size: 1rem;
    font-weight: 700;
}
#footer .footer-section-information ul{
    font-size: 14px;
}
.attention-hint{
    font-size: 14px;
    color: #333;
}
.foot-div{
    display: flex;
    text-align: left;
    font-size: 13px;
}
.foot-div a{
    color: #212529;
}
.foot-div>div:first-child{
    
}
.foot-div>div:nth-child(2){
    flex: 1;
    text-align: center;
}
.company-deal span:after{
    content: '';
    width: 1px;
    height: 16px;
    background: #d0d0d0;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 12px;
}
.company-deal span{
    margin-right: 10px;
}
.company-deal{display: none}
.demo-04 .breadcrumb-item.active {
     color: #ff9624 !important;
}
.header .navbar-nav .dropdown-item:hover{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #dee3e8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.row{width:100%}


@media (max-width: 991px){
    .navbar-dark .navbar-brand {
        color: #333;
    }
    .hero .hero-center .hero-txt h1, .hero .hero-center .hero-txt .h1{
        font-size: 2rem!important;
    }
    .hero .hero-center .hero-txt h2, .hero .hero-center .hero-txt .h2{
        font-size: 1.7rem!important;
        margin-top: 2rem;
    }
    .hero .hero-center h2, .hero .hero-center .h2{
        font-size: 1.7rem!important;
    }
    .hero-txt{
        padding-top: 20px;
    }
    .right-fix{
        display: none;
    }
}
@media (max-width: 768px){
    .col-xs-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xs-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xs-3{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xs-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xs-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xs-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xs-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xs-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .foot-div{
        display: block;
    }
    .foot-div>div:first-child{
        text-align: right;
        margin-bottom: 10px;
    }
    .hero .hero-center .hero-txt h1, .hero .hero-center .hero-txt .h1{
        font-size: 1.8rem!important;
    }
    .hero .hero-center .hero-txt h2, .hero .hero-center .hero-txt .h2{
        font-size: 1.5rem!important;
        margin-top: 2rem;
    }
    .h5, h5 {
        font-size: 1rem;
    }

}