/*轮播图*/
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

input {
    outline: none;
}

html {
    font-size: 100px;
}

#banner {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    margin-top: 80px;
    background: #FFFFFF;
}

#banner a {
    width: 100%;
    height: 100%;
    font-size: 0;
}

#banner img {
    width: 100%;
    max-width: 1920px;
    max-height: 820px;
}

.swiper-container {
    z-index: 1;
    --swiper-navigation-color: #fff; /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px; /* 设置按钮大小 */

}

.swiper-slide {
    background-position: 50% 0;
}

.swiper-slide a {
    display: block;
    height: 670px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 59px;
    margin-left: -21%
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-pagination-bullet {
    background-color: #ffffff;
    width: 120px;
    height: 2px;
    border-radius: 0;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    height: 4px;
    background: #C80025;
}

/*左右箭头调整*/
.swiper-button-prev {
    width: 48px;
    height: 48px;
    left: 48px;
    background-image: url("../image/prvPage.png");
    background-size: 100% 100%;
}

.swiper-button-next {
    width: 48px;
    height: 48px;
    right: 48px;
    background-image: url("../image/nextPage.png");
    background-size: 100% 100%;
}

.swiper-button-prev:after {
    content: '';
}

.swiper-button-next:after {
    content: '';
}

/* 产品 */
#products {
    width: 100%;
    border: 1px solid #ffffff;
    background: #ffffff;
}

#productsTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    margin: 100px auto 60px;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    font-family: 思源黑体;
    color: #2e2e2e;
}

.titles {
    margin: 0 35px;
}

.productsline {
    width: 168px;
    height: 1px;
    background: #a8a8a8;
}

.product {
    width: 74%;
    margin: 0 auto 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.productS {
    width: 33%;
    margin: 0 0 25px 0;
    cursor: pointer;
    border-radius: 6px;
}

.productImg {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.productImg img {
    max-width: 100%;
}

.categoryName {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-top: 24px;
}

.categoryName span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.categoryName span::before, .categoryName span::after {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    background: #3b3b3b;
    border-radius: 50%;
    margin-top: 3px;
}

.categoryName span::before {
    margin-right: 5px;
}

.categoryName span::after {
    margin-left: 5px;
}


/*Pro OEM & ODM Service*/
.oemodm {
    /*background: url("../image/oemodmbg.png");*/
    background: url("../image/oemodmbg-ys.jpg");
    background-size: 100% 100%;
}

.oemtitle {
    padding: 60px 0 50px;
    text-align: center;
    font-family: AlimamaShuHeiTi-Bold;
    font-size: 46px;
    font-weight: 700;
    color: #8dbaff;
    line-height: 28px;
}

.tedian {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.team {
    width: 76%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.designteam, .rdteam {
    width: 48%;
    padding: 9px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../image/blueshortbg.png");
    background-size: 100% 100%;
    font-size: 0.26rem;
    font-family: AlimamaShuHeiTi-Bold;
    font-weight: 700;
    color: #ffffff;
    line-height: 28px;
}

.designteam img, .rdteam img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.bestserve {
    width: 80%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 30px;
    background: url("../image/bluelangbg.png");
    background-size: 100% 100%;
    font-size: 0.26rem;
    font-family: AlimamaShuHeiTi-Bold;
    font-weight: 700;
    color: #ffffff;
    line-height: 28px;
}

.bestserve img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.serve {
    padding: 9px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introduct {
    width: 80%;
    padding: 70px 0 77px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.graybg {
    width: 21%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../image/graybg.png");
    background-size: 100% 100%;
}

.grayinner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    font-family: AlimamaShuHeiTi-Bold;
    font-weight: 700;
    text-align: left;
    color: #040102;
    line-height: 28px;
}

.grayinner img {
    max-width: 100%;
    max-height: 100%;
}

.grayinner span {
    margin-bottom: 35px
}

.engineers {
    width: 98px;
    margin-top: 74px;
}

.forty {
    width: 87px;
    margin: 54px 0 50px;
}

.patents {
    width: 90px;
    margin-top: 74px;
}

.sixty {
    width: 86px;
    margin: 48px 0 49px;
}

.per {
    width: 79px;
    margin-top: 74px;
}

.pcs {
    width: 222px;
    margin: 53px 0 49px;
}

.systemcontrols {
    width: 102px;
    margin-top: 74px;
}

.erp {
    width: 104px;
    margin: 66px 0 56px;
}

.tocontact {
    padding-bottom: 60px;
    text-align: center;
}

.tocontact a {
    padding: 10px 35px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    background: #2b5690;
    border-radius: 2px;
}

/*关于我们*/
.indexAboutUS {
    background: url("../image/aboutbg.png") no-repeat;
}

#abouttitle {
    width: 100%;
    padding: 48px 0 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    font-family: 思源黑体;
    color: #2e2e2e;
}

.aboutcontent {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 0.82rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.year {
    width: 50%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.yearimg {
    width: 1.87rem;
    font-size: 0;
}

.yearimg img {
    width: 100%;
}

.yearcontainer {
    width: 66.6%;
    margin-left: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    color: #333333;
}

.yeartitle {
    font-size: 0.28rem;
    line-height: 0.3rem;
    font-weight: 700;
}

.yearcontent {
    font-size: 0.18rem;
    line-height: 0.22rem;
    font-weight: 400;
}

.yeartitle, .yearcontent {
    padding-bottom: 0.19rem;
}

.yearcontent {
    padding-top: 12px;
    border-top: 1px dashed #707070;
    border-bottom: 1px dashed #707070;
}


/*专利图片下面字体*/
.awards {
    width: 80%;
    margin-left: 10%;
    border: 1px solid #ffffff;
    position: relative;
    background: #ffffff;
}

.awardsCont {
    width: 70%;
    position: absolute;
    left: 0;
    top: 100px;
}

.Tex {
    height: 30px;
    font-size: 24px;
    font-family: 思源黑体;
    font-weight: 400;
    color: #2e2e2e;
}

.bigAward {
    width: 25%;
    display: inline-block;
    z-index: 1;
    bottom: 14%;
}

.award {
    width: 15%;
    display: inline-block;
    margin-right: 3%;
    margin-top: 300px;
    margin-bottom: 46px;
}

#awardsName {
    font-size: 28px;
    font-family: 思源黑体;
    font-weight: 400;
    text-align: left;
    color: #3b3b3b;
    line-height: 27px;
}

#awardsIntroduce {
    font-size: 20px;
    font-family: 思源黑体;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 22px;
    margin-top: 20px;
}

.smallAwardImg {
    width: 100%;
}

.bigAwardImg {
    width: 100%;
}

/* news */
#newsContentA {
    width: 100%;
    padding-bottom: 80px;
}

#topContent {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 57px 0 40px 0;
    font-size: 38px;
    font-family: 思源黑体;
    font-weight: 700;
    color: #333333;
}

#outerLayer {
    width: 88%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsBackstageContent {
    width: 32%;
}

.newsBackstageContent:hover {
    cursor: pointer;
}

.timeBoxs {
    width: 90%;
    font-size: 30px;
    font-family: 思源黑体;
    margin: 20px auto 12px;
}

.newsImg {
    width: 100%;
    margin: 0 auto 20px;
}

.newsImgA {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.moretitle {
    width: 100%;
    margin: 0 auto 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
}

.newsTitle {
    width: 70%;
    font-size: 24px;
    font-family: 思源黑体;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.more {
    font-size: 16px;
    font-family: 思源黑体;
}

.newsTitle:hover, .more:hover {
    color: #c80025;
}

/*未被访问的链接*/
a:link {
    text-decoration: none;
}

/*访问过的*/
a:visited {
    text-decoration: none;
}

/*鼠标划过（停留）*/
a:hover {
    text-decoration: none;
}

/*正在点击*/
a:active {
    text-decoration: none;
}

/*平板*/
@media screen and (max-width: 1024px) {
    /*轮播图*/
    #banner {
        margin-top: 108px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        margin: 0;
        text-align: left;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 25px;
        height: 25px;
    }

    .swiper-button-prev {
        left: 25px;
    }

    .swiper-button-next {
        right: 25px;
    }

    /*产品区域*/
    #productsTitle {
        width: 100%;
        margin: 50px auto 40px;
        font-size: 28px;
        color: #2e2e2e;
        font-weight: 700;
    }

    .productsline {
        width: 100px;
    }

    .titles {
        font-size: 16px;
        margin: 0 30px;
    }

    .product {
        width: 88%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .productS {
        width: 33%;
        margin: 0 0 14px;
    }

    .productNames {
        font-size: 20px;
        margin: 20px auto 5px;
    }


    /*OEM*/
    .oemtitle {
        font-size: 28px;
        line-height: 14px;
        padding: 27px 0;
    }

    .designteam, .rdteam, .bestserve {
        font-size: 12px;
        line-height: 14px;
    }

    .designteam img, .rdteam img, .bestserve img {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

    .bestserve {
        margin-top: 16px;
    }

    .introduct {
        width: 86%;
        padding: 38px 0 42px;
    }

    .grayinner {
        font-size: 10px;
        line-height: 14px;
    }

    .grayinner span {
        margin-bottom: 18px
    }

    .engineers {
        width: 52px;
        margin-top: 39px;
    }

    .forty {
        width: 46px;
        margin: 28px 0 27px;
    }

    .patents {
        width: 47px;
        margin-top: 39px;
    }

    .sixty {
        width: 48px;
        margin: 25px 0 26px;
    }

    .per {
        width: 42px;
        margin-top: 39px;
    }

    .pcs {
        width: 118px;
        margin: 28px 0 26px;
    }

    .systemcontrols {
        width: 54px;
        margin-top: 41px;
    }

    .erp {
        width: 56px;
        margin: 35px 0 27px;
    }

    .tocontact {
        padding-bottom: 40px;
    }

    .tocontact a {
        padding: 6px 20px;
        font-size: 16px;
        line-height: 16px;
    }

    /*专利和奖项*/
    #smallAwards {
        margin-left: 0;
    }

    .awards {
        width: 84%;
        margin: 40px auto 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .awardsCont {
        width: 30%;
        margin-right: unset;
        margin-bottom: 20px;
        position: unset;
    }

    .award {
        width: 30%;
        margin-top: unset;
        margin-bottom: 20px;
        margin-right: unset;
        text-align: left;
    }

    .bigAward {
        width: 30%;
        margin-right: unset;
        margin-bottom: 20px;
        text-align: left;
    }


    /*关于我们*/
    #abouttitle {
        padding: 20px 0 31px;
    }

    .titles {
        font-size: 28px;
    }

    .yearimg {
        width: 100px;
    }

    .yearcontainer {
        margin-left: 16px;
    }

    .yeartitle {
        font-size: 13px;
        padding-bottom: 13px;
    }

    .yearcontent {
        font-size: 12px;
        padding: 8px 0;
    }

    /*新闻*/
    #topContent {
        padding: 40px 0 30px 0;
        font-size: 28px;
        font-weight: bold;
    }

    #outerLayer {
        width: 90%;
    }

    .timeBoxs {
        font-size: 20px;
        text-align: left;
        margin: 10px auto;
    }

    .newsImg {
        margin-bottom: 24px;
    }

    .newsTitle {
        font-size: 14px;
    }

    .more {
        font-size: 10px;
    }

}

/*手机*/
@media screen and (max-width: 800px) {
    /*轮播图*/
    html {
        font-size: 50px;
    }

    #banner {
        margin-top: 60px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        margin: 0;
        text-align: center;
        bottom: 10px;
    }

    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        border-radius: 50%;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    /*产品区域*/
    #productsTitle {
        margin: 0.4rem auto 0.3rem;
        font-size: 16px;
    }

    .productsline {
        width: 45px;
    }

    .titles {
        font-size: 16px;
        margin: 0 10px;
    }

    .product {
        width: 95%;
        margin-bottom: 0.2rem;
    }

    .productS {
        width: 33%;
        margin: 0 0 0.3rem;
    }

    .productNames {
        font-size: 0.24rem;
        margin: 0.4rem auto 0.1rem;
    }

    .productImg img {
        max-height: unset;
    }

    .categoryName {
        height: 13px;
        font-size: 10px;
        margin-top: 13px;
    }

    .categoryName span::before, .categoryName span::after {
        width: 0.04rem;
        height: 0.04rem;
        margin-top: 0.03rem;
    }

    .categoryName span::before {
        margin-right: 0.03rem;
    }

    .categoryName span::after {
        margin-left: 0.03rem;
    }

    /*oem*/
    .oemtitle {
        font-size: 20px;
        line-height: 11px;
        padding: 22px 0 21px;
    }

    .team {
        width: 80%;
    }

    .designteam, .rdteam, .bestserve {
        font-size: 0.1rem;
        line-height: 11px;
    }

    .designteam img, .rdteam img, .bestserve img {
        width: 12px;
        height: 12px;
        margin-right: 4px;
    }

    .bestserve {
        width: 88%;
        margin-top: 12px;
    }

    .introduct {
        width: 90%;
        padding: 28px 0 31px;
    }

    .graybg {
        width: 23%;
    }

    .grayinner {
        font-size: 6px;
        line-height: 10px;
        min-height: 146px;
    }

    .grayinner span {
        margin-bottom: 0.14rem;
    }

    .engineers, .patents, .per, .systemcontrols {
        /*width: 0.4rem;*/
        /*margin-top: 0.3rem;*/
        width: unset;
        margin-top: 0.3rem;
        height: 36px;;
    }

    .forty, .sixty, .pcs, .erp {
        height: 20px;
        margin: 0.3rem 0;
        width: unset;
    }

    .tocontact {
        padding-bottom: 20px;
    }

    .tocontact a {
        padding: 4px 10px;
        font-size: 12px;
        line-height: 12px;
    }

    .tocontact a img {
        width: 16px;
    }

    /*.forty {*/
    /*    width: 0.35rem;*/
    /*    margin: 0.2rem 0;*/
    /*}*/
    /*.patents {*/
    /*    width: 0.36rem;*/
    /*    margin-top: 0.22rem;*/
    /*}*/
    /*.sixty {*/
    /*    width: 0.34rem;*/
    /*    margin: 0.3rem 0;*/
    /*}*/
    /*.per {*/
    /*    width: 0.3rem;*/
    /*    margin-top: 0.3rem;*/
    /*}*/
    /*.pcs {*/
    /*    width: 0.89rem;*/
    /*    margin: 0.2rem 0;*/
    /*}*/
    /*.systemcontrols {*/
    /*    width: 0.4rem;*/
    /*    margin-top: 0.4rem;*/
    /*}*/
    /*.erp {*/
    /*    width: 0.42rem;*/
    /*    margin: 0.3rem 0;*/
    /*}*/
    /*专利和奖项*/
    .awards {
        width: 80%;
        margin: 0.4rem auto;
        justify-content: space-between;
    }

    .awardsCont {
        width: 47%;
    }

    #awardsName {
        font-size: 0.24rem;
        line-height: 22px;
    }

    #awardsIntroduce {
        font-size: 0.2rem;
        line-height: 0.3rem;
        margin: 0.2rem 0 0 0;
    }

    .award, .bigAward {
        width: 49%;
        margin-bottom: 0.2rem;
    }

    .Tex {
        font-size: 0.24rem;
        height: 0.3rem;
        text-align: left;
    }

    /*关于我们*/
    #abouttitle {
        height: 20px;
        padding: 0.27rem 0 0.4rem;
    }

    .aboutcontent {
        width: 86%;
    }

    .yearimg {
        width: 0.75rem;
    }

    .yearcontainer {
        width: 70%;
        margin-left: 0.12rem;
    }

    .yeartitle {
        font-size: 0.12rem;
        line-height: 0.16rem;
        padding-bottom: 8px;
    }

    .yearcontent {
        font-size: 0.1rem;
        line-height: 0.14rem;
        padding: 6px 0 4px;
    }

    /*新闻*/
    #newsContentA {
        padding-bottom: 0.65rem;
    }

    #topContent {
        font-size: 16px;
        line-height: 0.38rem;
        padding-bottom: 0.3rem;
        font-weight: 700;
        text-align: center;
    }

    #outerLayer {
        width: 80%;
        margin: 0 auto;
    }

    .newsBackstageContent {
        width: 100%;
        margin-bottom: 0.25rem;
    }

    .newsImg {
        margin-bottom: 0.125rem;
    }

    .newsTitle {
        font-size: 0.24rem;
    }

    .more {
        font-size: 0.24rem;
    }
}