

.page-index {
    position: relative;
    height: 100%;
}

.nav-bar-box {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.nav-bar {
    width: 600px;
    height: 110px;
}

.nav-bar .nav-bar-li:first-child {
    margin-left: 0;
}

.nav-bar-item {
    color: #fff;
    font-size: 18px;
    margin-left: 54px;
    line-height: 110px;
    display: inline-block;
}

.nav-bar-item a {
    color: #fff;
}

.nav-bar-item.active {
    font-size: 26px;
}

.scdBanner{padding-top: 90px;}

.page-banner {
    width: 100%;
    height:600px;
    background: aquamarine;
    position: relative;
}

.main-box {
    width: 1200px;
    margin: 0 auto;
}

/* 底部 */
.bottom-left-box{
    float:left;
    height: 120px;
    line-height: 120px;
    margin-left: 100px;
}
.bottom-right-box{
    float:left;
    height: 120px;
    margin-left: 140px;
}
.foot-title {
    text-align: center;
    line-height: 30px;
    margin:20px 0 20px 0;
}

.foot-title a {
    color: #666;
    font-size: 16px;
}

.foot-tag {
    margin: 0 20px;
    color:#666;
}

.company-address {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.part-foot-box {
    padding-bottom: 38px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fs10 {
    font-size: 10px !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs14 {
    font-size: 14px !important;
}

.icon-24:before {
    font-size: 20px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px !important;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs34 {
    font-size: 34px;
}

.fs36 {
    font-size: 36px;
}

.fs38 {
    font-size: 38px;
}

.text-6 {
    color: #666 !important;
}

.text-9 {
    color: #999 !important;
}

.margin-t-20 {
    margin-top: 20px
}

.margin-r-40 {
    margin-right: 40px
}

.nav-btn-box{
    position: absolute;
    right: 45px;
    top:45px;

}
.nav-btn{
    display: inline-block;
    background-color: #c8161d;
    color: #fff;
    font-size: 16px;
    padding: 3px 10px;
    border-radius: 4px;
    margin-left: 15px;
}

.nav-btn:hover{opacity: .8;}

.nav-logo-box{
    position: absolute;
    left:45px;
    top:32px;
}

.nav-bar-item{position: relative; margin: auto;padding: 0 25px;}
.nav-bar-item .iconweixiaoxian{display: none;}
.nav-bar-item.active .iconweixiaoxian{display: block; position: absolute;  bottom:20px;font-size:10px;line-height: normal; color: #c8161d; left: 50%; margin-left: -20px;}
.nav-bar-item a {opacity: .8;}
.nav-bar-item a:hover{opacity: 1;}
.nav-bar-item.active a {opacity:1;}
.navhot{position: absolute;  top:-18px;  right:18px;}
.nav-bar-item.active .navhot{right:25px;top:-19px; }

.footer-banner{
    height: 450px;
    width: 100%;
    background: url(../newImages/footer.png) center no-repeat;
}