/*英文LOGO*/
.navbar-brand {
    width: 260px;
    margin-right: 60px;
    padding-top: 18px;
}
.navbar-brand img {
    width: 230px;
}
.brand-name {
    color: #5e5e5e;
    bottom: 20px;
    font-size: 14px;
}
.newyear {
    top: 38px;
    right: -25px;
}

.navbar-default .navbar-nav > li > a {
    margin: 20px 15px;
}

/*滚动图片*/
.swiper-text1 h3 {
    font-size: 32px;
    line-height: 140%;
}
.swiper-text1 p {
    font-size: 20px;
    margin-top: 40px;
}
.swiper-text2 {
    top: 90px;
}
.swiper-text2 h3 {
    font-size: 30px;
}
.swiper-text2 h3 span {
    font-size: 42px;
}
.swiper-text2 p {
    font-size: 20px;
}
.swiper-text3 {
    top: 90px;
}
.swiper-text3 h3 {
    font-size: 22px;
}
.swiper-text3 h3 span {
    font-size: 42px;
}
.swiper-text3 p {
    font-size: 18px;
}
.swiper-text4 {
    top: 90px;
}
.swiper-text4 h3 {
    font-size: 26px;
}
.swiper-text4 h3 span {
    font-size: 36px;
    padding-top: 10px;
}
.swiper-text4 p {
    font-size: 20px;
    line-height: 400%;
}

.circular:after {
    content: "ITEMS";
    right: 20px;
    font-size: 12px;
}
.madeinchina {
    padding-top: 50px;
}
.madeinchina img {
    bottom: 18px;
    right: 430px;
}
.madeinchina p {
    padding-right: 28px;
}
/*4种国密算法*/
.sm-box {
    box-shadow: 0px 0px 0px #fff;
    height: auto;
    padding-top: 10px;
}
.sm-box img {
    width: 60%;
}
.solution h5:before, .solution h5:after {
    width: 30%;
}
.av h3 {
    margin-top: 32px;
    margin-bottom: 22px;
}
/*chanpin fuwu */
.page-product .nav-tabs {
    padding-left: calc(50% - 180px);
    margin-bottom: 10px;
}
.page-product .nav-tabs>li {
    font-size: 22px;
    width: 180px;
    text-align: center;
    margin-bottom: -3px;
}
.page-product .nav-tabs>li.active>a,
.page-product .nav-tabs>li.active>a:focus,
.page-product .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom: 3px solid #000;
}
.page-product .nav-tabs>li>a {
    color: #555;
}
.page-product .nav-tabs>li>a:focus,
.page-product .nav-tabs>li>a:hover {
    background-color: transparent;
    border: 1px solid transparent;
    color: #2d67a8;
}
.honour-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 42px;
    border: 1px solid #ddd;
    border-radius: 22px;
    box-shadow: 0px 8px 0px #efefef;
    margin-bottom: 15px;
    margin-top: 30px;
    position: relative;
    padding-left: 70px;
}
/*手机端*/
@media (max-width: 768px) {
    .navbar-brand {
        width: 24rem;
        margin-right: 0rem;
    }
    .navbar-brand img {
        width: 20rem;
        margin-top: 4rem;
    }
    .newyear {
        top: 30px;
        right: 0px;
    }
    .brand-name {
        top: 1.1rem;
        bottom: auto;
    }
    .swiper-text1 {
        top: 6rem;
        left: -75vw;
    }
    .sbox {
        font-size: 1.2rem;
    }
    .security {
        padding-bottom: 10px;
    }
    .security .headline h3 {
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .security .col-xs-3,
    .security .col-sm-3,
    .security .col-md-3,
    .security .col-lg-3 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .circular:after {
        display: none;
    }
    .madeinchina {
        visibility:hidden;
    }
    .sm-box img {
        width: 100%;
    }
    .product-box .caption h3 {
        font-size: 1.6rem;
    }
    .product-box .caption {
        height: 14rem;
    }
    .solution h5:before, .solution h5:after {
        width: 5%;
    }
    .sol-tag span {
        width: calc(100% - 10px);
    }
    .av h3 {
        font-size: 2.2rem;
    }
}