/* 导航栏 */

.container,
.head_main,
.wrap,
.index-container,
.foot-main {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto
}

.header {
    width: 100%;
    min-width: 980px;
    background: white
}

.header .logo {
    padding: 18px 0;
    float: left
}

.header-top {
    max-width: 1400px;
    margin: 0 auto;
}

.header .logo h1 {
    float: left
}

.logo-font {
    margin-left: 210px;
    margin-top: 7px;
    padding-left: 18px;
    height: 40px;
    border-left: solid 1px #d4d4d4;
    line-height: 34px;
    color: #000;
    font-size: 18px;
}

.header-tel {
    padding: 21px 0 21px 47px;
    float: right;
    background: url(../images/header-tel.png) no-repeat left center
}

.header-tel h3 {
    font-size: 14px;
    color: #8f8f8f;
    line-height: 20px
}


.header-tel h4 {
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    line-height: 28px;
    font-family: 'Brandon Text'
}

.header-bot {
    background: #1e1e1e;
    position: relative
}

.header-bot.header-posi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 33;
    background: #1e1e1ecf
}

.navbarbox {
    width: 100%;
    min-width: 980px;
    height: 50px;
    margin: 0 auto;
    max-width: 1400px;
    display: flex;
    font-size: 18px;
}

.navone {
    width: 12%;
    height: 100%;
    text-align: center;
    color: #fff;
    line-height: 50px;
    position: relative;
}

.active {
    background-color: #fe0000;
}

.navone:hover {
    background-color: #c80000;

}

.navone::after {
    content: ' ';
    width: 1px;
    height: 15px;
    background: #444444;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.serchbox {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.searchinp {
    width: 275px;
    height: 30px;
    background-color: #fff;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 5px;
}

.searchimg {
    width: 20px;
    height: auto;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}




/* 图片 */
.inside-banner {
    position: relative;
}

.section {
    width: 100%;
    overflow: hidden;
}

.inside-banner img {
    width: 100%;
}

.inside-banner2 {
    display: none;
}

.inside-banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.inside-banner-content>div {
    position: relative;
    height: 100%;
    padding-bottom: 20px;
}

.inside-banner-text {
    position: relative;
    height: 100%;
    margin: 0 auto;
    max-width: 1400px;
}

.dis-table {
    display: table;
    width: 100%;
    height: 100%;
}

.dis-cell {
    display: table-cell;
    vertical-align: middle;
}

.inside-banner-title {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

.inside-banner-slogan {
    font-size: 20px;
    color: #fff;
    line-height: 48px;
}

.bread {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    color: #fff;
    font-size: 18px;
}

.bread a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
}

/* 图片 */