.footer-new {
    padding: 88px 0;
    font-size: 14px;
    background-color: #161616
}

.fd-nav {
    padding-bottom: 68px;
    overflow: hidden;
    width: 100%
}

.fd-nav li {
    float: left
}

.fd-nav .li1 {
    width: 24%
}

.fd-nav .li2 {
    width: 19%
}

.fd-nav .li3 {
    width: 17%
}

.fd-nav .li5 {
    float: right
}

.fd-nav h4 {
    text-transform: capitalize;
    font-size: 22px;
    color: #e0e0e0;
    margin-bottom: 18px
}

.fd-nav .con a {
    display: block;
    line-height: 26px;
    color: #888
}

.fd-nav .con a:hover {
    color: #fff
}

.fd-nav .inp-box {
    margin-bottom: 20px
}

.fd-nav .inp-box h5 {
    margin-bottom: 8px
}

.fd-nav .inp-box .inp {
    width: 177px;
    height: 22px;
    border: 1px solid #5e6167;
    border-radius: 4px;
    background-color: transparent;
    padding: 0 5px;
    color: #fff
}

.fd-nav .btn {
    width: 64px;
    height: 22px;
    line-height: 20px;
    color: #5e6167;
    border: 1px solid #5e6167;
    border-radius: 11px;
    background-color: transparent;
    cursor: pointer;
    margin-top: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.fd-nav .btn:hover {
    color: #fff;
    border: 1px solid #fff
}

.fd-bot {
    padding: 24px 0 0;
    border-top: 1px solid #565656;
    overflow: hidden
}

.copyright {
    float: right;
    color: #565656
}

.fd-link {
    float: left
}

.fd-link.fd-link a {
    color: #565656;
    padding: 0 8px;
    position: relative
}

.fd-link.fd-link a:hover {
    color: #fff
}

.fd-link.fd-link a::after {
    content: '';
    position: absolute;
    top: 2px;
    left: -2px;
    width: 1px;
    height: 18px;
    background-color: #565656
}

.fd-link.fd-link a:first-child {
    padding-left: 0
}

.fd-link.fd-link a:first-child::after {
    display: none
}

.ban {
    height: 630px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.ban .txt {
    padding-top: 165px;
    color: #fff
}

.ban .txt.right {
    text-align: right
}

.ban .txt h2 {
    line-height: 1;
    font-size: 150px;
    margin: 20px 0
}

.ban .txt em {
    font-size: 24px
}

.ban .txt p {
    font-size: 46px;
    line-height: 48px
}

@media only screen and (max-width: 1199px) {
    .wp {
        padding: 0 10px
    }
    .nav {
        margin-right: 30px
    }
    .nav li {
        margin: 0 6px
    }
    .nav li>a {
        font-size: 14px
    }
    .wp .so {
        margin-right: 10px
    }
}
.place{
       display:none;
    }
@media only screen and (max-width: 959px) {
    .menuBtn {
        display: block
    }
    .place{
       height:45px;
       display:block;
    }
    .header-new {
        position: fixed;
        height: 45px;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999
    }
    .header-new .logo-new {
        line-height: 45px;
        float: none;
        margin: 0 auto
    }
    .hdr {
        display: none
    }
    .so {
        position: absolute;
        right: 10px;
        top: 14px;
        margin-top: 0
    }
    .so .form {
        position: relative;
        bottom: 0;
        padding: 50px;
        background-color: #333;
        width: 100%;
        top: 31px;
        left: 20px;
    }
    .so .btn {
        width: 16px;
        height: 16px;
        background: url(/Assets/Hisilicon/img/so.png) center no-repeat;
        cursor: pointer;
        float: right;
    }
    .so .cont {
        margin: 0 auto;
    }
    .footer-new {
        padding: 30px 0 0
    }
    .footer-new .wp,
    .header-new .wp {
        padding: 0
    }
    .fd-nav li {
        float: none !important;
        width: 100% !important;
        border-bottom: 1px solid #303030;
        padding: 20px
    }
    .fd-nav h4 {
        margin-bottom: 5px;
        font-size: 18px
    }
    .fd-nav .con a {
        font-size: 12px;
        line-height: 24px
    }
    .fd-nav {
        padding-bottom: 0
    }
    .fd-bot {
        border-top: none;
        padding: 20px
    }
    .fd-nav .inp-box {
        margin-bottom: 5px
    }
    .fd-nav .inp-box h5 {
        margin-bottom: 3px
    }
    .fd-nav .btn {
        border-radius: 7px
    }
    .copyright,
    .fd-link {
        float: none
    }
    .fd-link {
        margin-bottom: 5px
    }
    .nav {
        float: none;
        position: fixed;
        top: 45px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        padding: 50px 0;
        margin: 0;
        background-color: #333;
        display: none;
        box-shadow: -1px 0 3px rgba(0, 0, 0, .5)
    }
    .nav li {
        float: none;
        width: auto;
        margin: 0
    }
    .nav li>a {
        height: auto;
        color: #fff;
        font-size: 24px;
        line-height: 60px;
        padding: 0 50px;
        text-align: left;
        border: none;
    }
    .nav li>.has-menu {
        background: url(/Assets/Hisilicon/img/arr-right.png) right 40px top 50% no-repeat
    }
    .nav a.on,
    .nav a:hover {
        border: none
    }
    .ban {
        height: 450px
    }
    .ban .txt {
        padding-top: 100px
    }
    .ban .txt em {
        font-size: 16px
    }
    .ban .txt h2 {
        font-size: 60px
    }
    .ban .txt p {
        font-size: 24px;
        line-height: 28px
    }
}

@media only screen and (max-width: 767px) {
    .ban {
        height: 300px
    }
    .ban .txt {
        padding-top: 50px
    }
    .header-new .logo-new {
        width: 120px
    }
    .nav {
        padding: 30px 0
    }
    .nav li>a {
        font-size: 16px;
        line-height: 40px;
        padding: 0 20px;
        background-position: right 20px top 50%
    }
    .so .form {
        padding: 30px 10px;
    }
    .so .form .cont {
        width: 90%;
        height: 40px;
    }
    .so .form .inp {
        line-height: 40px;
        height: 40px;
    }
    .so .form .btn {
        width: 40px;
        height: 40px;
    }
    .footer-new {
        font-size: 12px;
    }
}

@media only screen and (max-width: 479px) {
    .ban .txt h2 {
        font-size: 48px;
        margin: 10px 0
    }
    .ban .txt p {
        font-size: 18px
    }
}