#app {
    font-family: segoeuib, Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    height: 100%
}

body,
html {
    scroll-behavior: smooth;
}


.headerTop {
    width: 100%;
    margin: 0 auto;
    background: #aa1b21;
    overflow: hidden
}

.headerTop .common-section {
    overflow: hidden
}

.headerTop .header-logo {
    padding: 12px 141px 0 0;
    float: left;
    width: 152px;
    height: 65px;
    overflow: hidden
}

.headerTop .header-logo img {
    width: 100%;
    height: 100%
}

.headerTop .nav {
    float: left;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500
}

.headerTop .nav .first-item {
    margin-left: 0
}

.nav .nav-item:hover {
    cursor: pointer
}

.headerTop .nav-item {
    position: relative;
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 18px;

    height: 92px;
    box-sizing: border-box;
    cursor: pointer;
}

.headerTop .nav-item .title {
    display: block;
    color: #fff;
    padding: 36px 44px;
}

.headerTop .nav-item .sub-title {
    display: block;
    font-size: 14px
}

.headerTop .nav .nav-item.active {
    background: #fff;

}

.headerTop .nav .nav-item.active a {
    color: #464646
}

.headerTop .nav .nav-item.active:after {
    content: "";
    position: absolute;
    bottom: 23px;
    left: 44px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #aa1b21;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}

.headerTop .nav .nav-item:first-of-type .title {
    padding: 30px 44px 42px 44px
}

.headerTop .nav .nav-item:first-of-type.active:after {
    bottom: 16px
}

.headerTop .nav-item:first-of-type .title {
    font-weight: 700;
    font-size: 26px
}

.product-mask {
    position: absolute;
    top: 92px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 98
}

.product-pop {
    position: absolute;
    top: 92px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
     display: none; 
}

.product-pop .pop-content {
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}

.product-pop .pop-content .pop-item {
    float: left;
    width: 25%;
    color: #252e35;
    padding-left: 20px;
    box-sizing: border-box;
}

.product-pop .pop-content .pop-item:last-child {
    /* padding-left: 140px; */
}

.product-pop .pop-content .pop-item h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
}

.product-pop .pop-content .pop-item dt {
    font-size: 18px;
    color: #2f2e2e;
    line-height: 30px;

}

.product-pop .pop-content .pop-item dd {
    font-size: 14px;
    color: #7b7b7b;
    padding-left: 16px;
}

.foot-container {
    margin: 0 auto;
    background: #aa1b21
}

.footer {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden
}

.footer .f-left {
    float: left
}

.footer .f-left .logo {
    display: block;
    width: 152px;
    height: 65px;
    background: url(../image/logo.png) no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 1px;
    margin-right: 100px;
}

.footer .f-left .txt {
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    float: left;
}

.footer .f-left .txt p {
    line-height: 30px;
}

.footer .f-left .txt p.copyright {
    font-size: 14px;
}

.footer .f-left .txt span {
    margin-right: 20px
}

.footer .f-left .txt span label {
    margin-left: 5px
}

.footer .f-right {
    float: right;
    text-align: center;
    color: #fff;
    margin-top: 22px;
}

.footer .f-link {
    float: left;
    color: #fff;
    margin-left: 18px;
    margin-top: 70px;
    font-size: 18px
}

.footer .link {
    color: #fff;
    margin-right: 6px
}
.footer .link img{width: 18px; height: 20px}
.footer .f-right img {
    display: block;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}






.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

* {
    margin: 0;
    padding: 0
}

html {
    color: #333
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea {
    color: #051233;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

address,
caption,
cite,
code,
dfn,
em,
i,
kbd,
pre,
samp,
strong,
th,
var {
    font-style: normal;
    font-weight: 400
}

ol,
ul {
    list-style: none
}

button,
fieldset,
img,
input,
textarea {
    border: 0 none;
    outline: 0
}

button,
input,
select,
textarea {
    font-size: 100%;
    vertical-align: middle;
    font-family: inherit
}

textarea {
    overflow: auto;
    vertical-align: top
}

:-moz-placeholder {
    color: #7d8599
}

::-webkit-input-placeholder {
    color: #7d8599
}

a {
    color: #051233
}

a,
a:hover {
    text-decoration: none
}

.clearfix {
    content: ""
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both
}

.normalWidth {
    width: 1200px;
    margin: 0 auto
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex: 1
}

img {
    vertical-align: middle
}

.common-section {
    width: 1200px;
    margin: 0 auto
}

.common-title {
    font-size: 40px;
    font-weight: 700;
    color: #051233;
    line-height: 1
}

.CarouselContainer .banner-img {
    width: 100%
}

.rank-section {
    height: 1020px;
    width: 100%;
    background: #f7f9fc url("../image/mt-bg.png") no-repeat;
    background-size: 100%;
    padding-top: 74px
}

.rank-section .rank-title {
    background: #b0b0b0;
    width: 858px;
    height: 116px
}

.rank-section .rank-num {
    width: 154px;
    height: 76px;
    background: url("../image/num1.png") no-repeat;
    background-size: 100%
}

.rank-section .rank-c {
    margin-top: -116px;
    position: relative;
    z-index: 1;

}

.rank-section .b-title .t {
    background: hsla(0, 0%, 99.6%, .9);
    font-size: 35px;
    font-weight: 700;
    color: #353535;
    padding: 0 48px;
    float: left;
    height: 116px;
    line-height: 116px;
    box-sizing: border-box;
    position:relative

}
.rank-section .b-title .no1:after{
    content:"";
    width:197px;
    height:87px;
    position:absolute;
    right:-230px;
    top:50%;
    transform:translateY(-50%);
    background:url("../image/no1.png") no-repeat;
    
}
.rank-section .rank-c .rank-con,
.rank-section .rank-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.rank-section .rank-c .rank-con {
    font-size: 26px;
    color: #353535;
    margin-bottom: 5px;
    margin-left: 58px
}

.rank-section .rank-c .rank-con .arrow {
    width: 32px;
    height: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAMCAYAAAADFL+5AAAAAXNSR0IArs4c6QAAAMJJREFUOE/F1CEKQkEUheH/gBZFF2E0yVuAzQWI2Q0YxQVodgGC0QWIWTAaBJvNYLQKIoLpyMg8EHn1jXcD5+PcmStKHttj4CFpWRSlMvNtN4ALUAXakq6/eaUCQpjtIbAC1pIGyQERsQV6QF/S5htRegMR0AJOwC2u4p4jkgAiYgLMgYWk0T8AFeAAdICupH1AJGsgtpBFxBnIJL2SAiIirCGsYypp9gHYDo8k1dSBHdAMPyMHOFV64R2wffwDoAY83/LcPAyqRBn6AAAAAElFTkSuQmCC) no-repeat;
    background-size: 100%;
    margin-left: 11px;
    margin-bottom: 4px
}

.pro-section {
    overflow: hidden;
    margin-top: 80px
}

.pro-section .pro-item {
    float: left;
    width: 30.2%;
    margin: 0 4.6% 56px 0
}

.pro-section .pro-item:nth-of-type(3n+3) {
    margin-right: 0
}

.CarouselContainer .banner-img {
    width: 100%
}

.bg-blue {
    margin-top: 60px;
    overflow: hidden
}

.bg-blue .bg-blue-l {
    float: left;
    height: 116px;
    background: #b0b0b0;
    width: 50%
}

.bg-blue .bg-blue-r {
    float: right;
    height: 116px;
    background: #b0b0b0;
    width: 47%
}

.brand-section {
    margin-top: -116px;
    overflow: hidden;
    padding-bottom: 50px
}

.brand-section .brand-left {
    float: left;
    // width: 48.75%;
}

.brand-section .brand-right {
    float: right;
    width: 48.75%;
}

.brand-section .b-title {
    height: 116px;
    overflow: hidden
}

.brand-section .b-title .t {
    background: hsla(0, 0%, 99.6%, .9);
    font-size: 35px;
    font-weight: 700;
    color: #353535;
    padding: 0 48px;
    float: left;
    height: 116px;
    line-height: 116px;
    position:relative;
    
}

.brand-section .brand-right .rank-num {
    margin-left: 17%;
    width: 195px;
    height: 88px;
    // background: url("../image/num3.png") no-repeat;
    // background-size: 100%;
}

.brand-section .rank-num {
    float: left;
    width: 197px;
    height: 87px;
    // background: url("../image/num2.png") no-repeat;
    // background-size: 100%;
    margin: 14px 0 0 10%;
}

.brand-section .brand-right .t {
    float: right;
}

.brand-section .brand-txt {
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 1px rgba(201, 202, 203, .82);
    box-shadow: 0 4px 8px 1px rgba(201, 202, 203, .82);
    margin: 60px 5px 0 5px;
    padding: 50px 12px;
}
.brand-section .has-bg{
    padding: 50px 460px  50px 12px;
    box-sizing: border-box;
    background: url("../image/rz.jpg") 740px center no-repeat;
}

.brand-section .brand-txt h3 {
    color: #000;
    font-size: 30px;
    font-weight: 700
}

.brand-section .brand-txt p {
    color: #000;
    font-size: 18px;
    text-indent:6px;
    margin-top: 20px;
    line-height: 30px
}

.service-list {
    overflow: hidden;
    padding-bottom: 90px
}

.service-list .service-item {
    float: left;
    width: 266px;
    height: 287px;
    margin-right: 45px
}

.service-list .service-item:last-of-type {
    margin-right: 0
}

.CarouselContainer .banner-img {
    width: 100%
}


.common-section.pro {
    padding-bottom: 132px
}

.product-section .product-item {
    position: relative
}

.product-section .product-item .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 245px;
    height: 60px;
    line-height: 60px;
    background: #1363a6;
    border-radius: 30px;
    font-size: 33px;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.product-section .product-item.item0 {
    margin-top: 60px
}

.product-section .product-item.item1 {
    margin-top: 116px
}

.product-section .product-item.item2 {
    margin-top: 74px
}

.product-section .product-item.item3 {
    margin-top: 106px
}

.product-section .product-item.item4 {
    margin-top: 85px
}

.product-section .product-item.item5 {
    margin-top: 66px
}

.product-section .product-item.item6 {
    margin-top: 82px
}

.CarouselContainer .banner-img {
    width: 100%
}

.service-list {
    overflow: hidden;
    padding-bottom: 90px
}

.service-list .service-item {
    float: left;
    width: 266px;
    height: 287px;
    margin-right: 45px
}

.service-list .service-item:last-of-type {
    margin-right: 0
}

.detail-section .product-item img,
.detail-section {
    width: 100%
}

.detail-section .product-section.pro5,
.detail-section .product-section.pro6 {
    margin: 0 136px
}

.detail-section .product-section:first-of-type {
    margin: 0
}

.swiper-five {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden
}

.swiper-five .swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%;
}

.swiper-five .swiper-wrapper .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    width: 100%;
}

.swiper-five .swiper-button-next,
.swiper-five .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    background: #fff;
    border-radius: 2px;
    opacity: 0.65;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top
}

.swiper-pagination-bullet-active {
    width: 50px;
    height: 5px;
    background: #F03C38;
    border-radius: 2px;
    opacity: 0.8
}

.swiper-five .swiper-button-next {
    right: 15%;
    background: url(https://ued.jia.com/image/jiahome/swiper-r.png) no-repeat;
    background-size: 48px;
}

.swiper-five .swiper-button-prev {
    left: 15%;
    background: url(https://ued.jia.com/image/jiahome/swiper-l.png) no-repeat;
    background-size: 48px;
}

.prodetail-section {
    padding-bottom: 20px;
}

.prodetail-section dl {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-fles-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.prodetail-section dl dt {
    width: 240px;
    height: 230px;
    position: relative;
    overflow: hidden;
    margin-right: 12px;
}

.prodetail-section dl dt img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.prodetail-section dl dd {
    flex: 1;
    width: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.prodetail-section dl dd table th {
    font-weight: bold;
}

.prodetail-section dl dd table th,
.prodetail-section dl dd table td {
    border: 1px solid #2c3e50;
    text-align: center;
    font-size: 12px;
}

.prodetail-section dl dd table th.base {
    text-align: left;
    padding-left: 12px;
}

.aboutus-section {
    margin-top: -116px;
    overflow: hidden;
    padding-bottom: 50px;
}

.aboutus-section .b-title {
    height: 116px;
    overflow: hidden;
}

.aboutus-section .b-title .t {
    background: hsla(0, 0%, 99.6%, .9);
    font-size: 35px;
    font-weight: 700;
    color: #353535;
    padding: 0 48px;
    float: left;
    height: 116px;
    line-height: 116px;
    position: relative;
}

.collect-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-fles-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.collect-list dl {
    width: 48%;
}

.collect-list dt,
.collect-list dd {
    padding: 18px 0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
}

.collect-list dd {
    padding-left: 40px;
    position: relative;
}

.collect-list dd::after {
    border-style: solid;
    border-color: #2c3e50 transparent transparent #2c3e50;
    border-width: 1px 0 0 1px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    content: '';
    position: absolute;
    right: 10px;
    top: 24px;

}

.collect-list dl:nth-child(1) dd {
    background: url("../image/name.jpg") no-repeat 0 center;
}

.collect-list dl:nth-child(2) dd {
    background: url("../image/tel.jpg") no-repeat 0 center;
}
.brand-section .b-title .no2:after{
    content:"";
    width:197px;
    height:87px;
    position:absolute;
    right:-280px;
    top:50%;
    transform:translateY(-50%);
    background:url("../image/no2.png") no-repeat;
    
}
.brand-section .b-title .no3:after{
    content:"";
    width:197px;
    height:87px;
    position:absolute;
    right:-280px;
    top:50%;
    transform:translateY(-50%);
    background:url("../image/no3.png") no-repeat;
    
}
.brand-section .b-title .no4:after{
    content:"";
    width:197px;
    height:87px;
    position:absolute;
    right:-280px;
    top:50%;
    transform:translateY(-50%);
    background:url("../image/no4.png") no-repeat;
    
}
.aboutus-section .b-title .no5:after{
    content:"";
    width:197px;
    height:87px;
    position:absolute;
    right:-280px;
    top:50%;
    transform:translateY(-50%);
    background:url("../image/no5.png") no-repeat;
    
}