.wp {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px
}

.header {
    height: 80px;
    background-color: #fff;
    position: relative;
    z-index: 9
}

.logo {
    float: left;
    width: 138px;
    line-height: 80px
}

.logo img {
    display: inline-block;
    vertical-align: middle
}

.nav {
    float: right;
    overflow: hidden;
    margin-right: 20px
}

.nav li {
    float: left;
    margin: 0 14px
}

.nav li > a {
    display: block;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #565656;
    padding: 0 1px;
    border-bottom: 2px solid #fff
}

.nav li > a.on, .nav a:hover {
    border-bottom: 2px solid red
}

.header .wp {
    position: relative
}

.so {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 32px;
    margin-right: -28px
}

.so .cont {
    width: 450px;
    height: 52px;
    border-radius: 52px;
    border: 1px solid #888;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.so .inp {
    padding: 0 60px 0 10px;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
}

.so .btn {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/Assets/Hisilicon/img/so.png) center no-repeat;
    cursor: pointer
}

.so .form {
    display: none;
    position: absolute;
    right: 0;
    top: 48px;
    padding: 19px;
    background-color: #fff;
    z-index: 99;
}

.so .form .btn {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff
}

.menuBtn {
    display: none;
    position: absolute;
    left: 10px;
    top: 11px;
    z-index: 9;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn b {
    display: block;
    height: 3px;
    background-color: #666;
    margin: 4px 0;
    border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn.open b {
    display: none;
    margin: -5px 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 26px
}

.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.footer {
    padding: 88px 0;
    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 a {
    color: #565656;
    padding: 0 8px;
    position: relative
}

.fd-link a:hover {
    color: #fff
}

.fd-link a::after {
    content: '';
    position: absolute;
    top: 2px;
    left: -2px;
    width: 1px;
    height: 18px;
    background-color: #565656
}

.fd-link a:first-child {
    padding-left: 0
}

.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 a {
        font-size: 14px
    }

    .so {
        margin-right: 10px
    }
}

@media only screen and (max-width: 959px) {
    body {
        margin-top: 45px
    }

    .menuBtn {
        display: block
    }

    .header {
        position: fixed;
        height: 45px;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100
    }

    .logo {
        line-height: 45px;
        float: none;
        margin: 0 auto
    }

    .hdr {
        display: none
    }

    .so {
        position: fixed;
        right: 10px;
        top: 14px;
        margin-top: 0
    }

    .so .form {
        position: fixed;
        top: 45px;
        left: 0;
        bottom: 0;
        padding: 50px;
        background-color: #333;
        width: 100%
    }

    .so .cont {
        margin: 0 auto;
    }

    .footer {
        padding: 30px 0 0
    }

    .footer .wp, .header .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 > a.on, .nav li > 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
    }

    .logo {
        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;
    }

    .so .form .btn {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .ban .txt h2 {
        font-size: 48px;
        margin: 10px 0
    }

    .ban .txt p {
        font-size: 18px
    }
}

.box-inner-bgp {
    padding-bottom: 100px;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: 100%;
    background-size: 100%
}

.ul-list-inner {
    margin-left: -24px;
    font-size: 0
}

.ul-list-inner li {
    display: inline-block;
    width: 33.3333%;
    vertical-align: top
}

.ul-list-inner .inner {
    position: relative;
    margin: 0 0 24px 24px;
    padding: 0 34px;
    font-size: 14px;
    border: 1px solid #eee;
    background-color: #fff;
    width:100%;
}

.ul-list-inner .title {
    margin-bottom: 45px;
    padding: 48px 0 46px;
    border-bottom: 1px solid #888
}

.ul-list-inner .title h3 {
    font-size: 24px;
    line-height: 1.2;
    color: red
}

.ul-list-inner.minh .title h3 {
    min-height: 58px
}

.ul-list-inner .title .smal {
    font-size: 14px
}

.ul-list-inner .title .subh3 {
    padding-top: 13px;
    font-size: 20px;
    color: #565656
}

.ul-list-inner dl {
    padding-bottom: 80px;
    line-height: 26px
}

.ul-list-inner dl > dt {
    font-size: 16px;
    font-weight: bolder;
}

.ul-list-inner dl > dd {
    position: relative;
    padding-left: 16px;
    text-indent: 0px;
}
.ul-list-inner dl > dd:before {
    content: "";
    display:  block;
    width: 4px;
    height: 4px;
    background: #b02d2e;
    border-radius: 50px;
    position: absolute;
    top: 11px;
    left: 0;
}


.ul-list-inner .download {
    position: absolute;
    left: 34px;
    bottom: 36px;
    z-index: 3;
    padding-left: 50px;
    font-size: 16px;
    line-height: 34px;
    background: url(/Assets/Hisilicon/img/icop-ico1.png) left center no-repeat;
    -webkit-background-size: 34px;
    background-size: 34px;
    color: #888
}

.ul-list-inner .download:hover {
    background-image: url(/Assets/Hisilicon/img/icop-ico1hv.png);
    color: red
}

.overflow {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 98;
    background-color: rgba(86, 86, 86, .2)
}

.box-sitemenus {
    padding: 45px 0 40px;
    text-align: right
}

.box-sitemenus dd {
    position: relative;
    display: inline-block;
    margin-left: 15px
}

.box-sitemenus .v1 {
    display: inline-block;
    width: 250px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 52px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

.box-sitemenus .filter {
    position: relative;
    z-index: 101
}

.box-sitemenus .filter:after, .box-sitemenus .filter:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    vertical-align: middle
}

.box-sitemenus .filter:before {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-image: url(/Assets/Hisilicon/img/icop-ico2.png)
}

.box-sitemenus .filter:after {
    margin-left: 50px;
    width: 14px;
    height: 8px;
    background-image: url(/Assets/Hisilicon/img/icop-ico3.png)
}

.box-sitemenus .v1.on, .box-sitemenus .v1:hover {
    background-color: #000;
    color: #888
}

.box-sitemenus .filter.on:before, .box-sitemenus .filter:hover:before {
    background-image: url(/Assets/Hisilicon/img/icop-ico2hv.png)
}

.box-sitemenus .filter.on:after, .box-sitemenus .filter:hover:after {
    background-image: url(/Assets/Hisilicon/img/icop-ico3hv.png)
}

.box-sitemenus .subs {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 30px 0;
    text-align: left;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #fff;
    display: none
}

.box-sitemenus .title {
    padding: 25px 20px 10px;
    font-size: 24px;
    color: red;
}

.box-sitemenus .list {
    padding-bottom: 30px;
    border-bottom: 1px solid #f6f6f6
}

.box-sitemenus .list:last-of-type {
    border-bottom: 0
}

.box-sitemenus .list li {
    margin-bottom: 6px;
    padding: 15px 20px 0 40px
}

.box-sitemenus .list-tit {
    overflow: hidden;
    font-size: 20px;
    color: #565656;
    cursor: pointer
}

.box-sitemenus .list-tit:after {
    content: '';
    float: right;
    margin-top: 10px;
    width: 14px;
    height: 8px;
    background: url(/Assets/Hisilicon/img/icop-ico3.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.box-sitemenus .list-link {
    display: none;
    padding-bottom: 15px
}

.box-sitemenus .list-link a {
    display: block;
    margin-top: 12px;
    padding-left: 28px;
    font-size: 16px;
    background: url(/Assets/Hisilicon/img/icop-ico4.png) 0 6px no-repeat;
    -webkit-background-size: 14px;
    background-size: 14px;
    color: #565656
}

.box-sitemenus .input {
    position: absolute;
    left: -9999px
}

.box-sitemenus .list li.on {
    background-color: #f6f6f6
}

.box-sitemenus .list li.on .list-link {
    display: block
}

.box-sitemenus .list-link a.on {
    color: red;
    background-image: url(/Assets/Hisilicon/img/icop-ico4hv.png)
}

.p-more-1 {
    display: block;
    text-align: center
}

.p-more-1 a {
    display: inline-block;
    padding: 0 20px;
    min-width: 220px;
    line-height: 52px;
    font-size: 24px;
    border-radius: 52px;
    background-color: rgba(0, 0, 0, .6);
    color: #fbfbfb
}

.p-more-1 a:after {
    content: '';
    display: inline-block;
    margin-left: 12px;
    margin-top: -3px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    vertical-align: middle
}

.p-more-1 a.video:after {
    width: 14px;
    height: 20px;
    background-image: url(/Assets/Hisilicon/img/icop-ico6.png)
}

.p-more-1 a.icon:after {
    width: 24px;
    height: 24px;
    background: url(/Assets/Hisilicon/img/icop-ico5.png) center no-repeat
}

.p-more-1 a.load:after {
    width: 33px;
    height: 33px;
    background-image: url(/Assets/Hisilicon/img/icop-ico7.png)
}

.p-more-1 a:hover {
    background-color: #000
}

.box-whatnew .row {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.box-whatnew .row1 {
    position: relative;
    overflow: hidden;
    background-image: url(/Assets/Hisilicon/img/imgp-img4.jpg)
}

.box-whatnew .row1 .wp {
    position: relative;
    z-index: 10;
    padding: 190px 0 146px;
    text-align: center
}

.box-whatnew .row1 .wp p {
    padding-bottom: 64px;
    font-family: cursive;
    font-size: 30px;
    font-weight: normal;
    color: #e9e9e9;
}

.box-whatnew .row1 h3 {
    margin-bottom: 26px;
    font-weight: 400;
    font-size: 70px;
    line-height: 1.2;
    color: #fbfbfb
}

.box-whatnew .row1 .videobox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.box-whatnew .row1 .videobox video {
    object-fit: cover
}

.box-whatnew .row2 {
    padding: 180px 0 185px;
    background-image: url(/Assets/Hisilicon/img/imgp-img1.jpg)
}

.box-whatnew .row2 .img {
    float: left;
    margin-right: 25px;
    width: 32%
}

.box-whatnew .row2 .img img {
    display: block;
    width: 100%
}

.box-whatnew .row2 .txt {
    overflow: hidden;
    color: #fff
}

.box-whatnew .row2 .txt h3 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2
}

.box-whatnew .row2 .txt .subh3 {
    padding: 20px 0 30px;
    font-size: 30px;
    line-height: 1.2
}

.box-whatnew .row2 .txt .info {
    font-size: 16px;
    line-height: 1.8
}

.box-whatnew .row3 {
    padding: 140px 0 100px;
    background-image: url(/Assets/Hisilicon/img/imgp-img3.jpg)
}

.box-whatnew .row3 .cont {
    overflow: hidden;
    margin: 0 auto;
    max-width: 820px
}

.box-whatnew .row3 .img {
    float: left;
    width: 50%
}

.box-whatnew .row3 .txt {
    overflow: hidden;
    padding-left: 25px;
    font-size: 16px;
    color: #fff
}

.box-whatnew .row3 h3 {
    font-size: 42px;
    font-weight: 400
}

.box-whatnew .row3 .info {
    padding-top: 20px;
    line-height: 1.8
}

.box-whatnew .row4 {
    position: relative
}

.box-whatnew .row4 .icon {
    position: absolute;
    left: 50%;
    bottom: 20%;
    z-index: 10;
    margin-left: -26px;
    width: 52px;
    height: 52px;
    background: url(/Assets/Hisilicon/img/imgp-img2.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.box-whatnew #contain360 {
    height: 700px
}

.box-whatnew .mybuttons {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 15px;
    background-color: rgba(0, 0, 0, .6)
}

.box-whatnew .mybuttons a {
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 2;
    border-radius: 3px;
    background-color: #fff
}

.box-whatnew .mybuttons .current {
    color: red
}

@media only screen and (max-width: 1199px) {
    .box-whatnew #contain360 {
        height: 500px
    }
}

@media only screen and (max-width: 959px) {
    .ul-list-inner li {
        width: 50%
    }

    .box-sitemenus {
        padding: 25px 0
    }

    .box-sitemenus dd {
        margin-left: 5px
    }

    .box-sitemenus .v1 {
        font-size: 18px;
        width: 180px;
        line-height: 40px
    }

    .box-sitemenus .filter:after {
        margin-left: 20px
    }

    .box-sitemenus .title {
        font-size: 18px;
        padding: 10px 10px 5px
    }

    .box-sitemenus .list {
        padding-bottom: 20px
    }

    .box-sitemenus .list li {
        padding: 10px 15px 0
    }

    .box-inner-bgp {
        padding-bottom: 40px
    }

    .p-more-1 a {
        font-size: 18px;
        min-width: 160px;
        line-height: 42px
    }

    .box-whatnew .row1 .wp {
        padding: 100px 0
    }

    .box-whatnew .row2, .box-whatnew .row3 {
        padding: 60px 0
    }

    .box-whatnew .row1 h3 {
        font-size: 24px
    }

    .box-whatnew .row2 .txt h3, .box-whatnew .row3 h3 {
        font-size: 20px
    }

    .box-whatnew .row2 .txt .subh3 {
        font-size: 16px;
        padding: 10px 0 15px
    }

    .box-whatnew .row2 .txt .info, .box-whatnew .row3 .txt {
        font-size: 13px
    }

    .box-whatnew .row3 .info {
        padding: 10px 0 20px
    }

    .box-whatnew #contain360 {
        height: 350px
    }
}

@media only screen and (max-width: 600px) {
    .ul-list-inner li {
        float: none;
        width: 100%
    }

    .ul-list-inner .inner {
        padding: 0 15px
    }

    .ul-list-inner .title {
        margin-bottom: 20px;
        padding: 20px 0
    }

    .ul-list-inner.minh .title h3 {
        min-height: auto
    }

    .box-whatnew .row2 .img, .box-whatnew .row3 .img {
        float: none;
        width: 100%
    }

    .box-whatnew .row2 .img {
        padding-bottom: 15px
    }

    .box-whatnew .row3 .img {
        text-align: center
    }

    .box-whatnew .row3 .txt {
        padding-left: 0
    }
}

@media only screen and (max-width: 479px) {
    .box-sitemenus dd {
        display: block;
        margin: 0 0 10px
    }

    .box-sitemenus .v1 {
        width: 100%;
        display: block
    }
}


@media(min-width: 768px){
.ul-list-inner {
margin-left: -24px;
font-size: 0;
display: flex;
flex-wrap: wrap;
}
.ul-list-inner li {
display: flex;
width: 33.3333%;
vertical-align: top;
flex: 0 0 33.3%;
}
.ul-list-inner dl > dd {
margin-bottom: 0px;
word-wrap: break-word;
word-break: break-word;
}
}
