@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "YouSheBiaoTiHei";
    src: url("../fonts/YouSheBiaoTiHei.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*初始化样式*/
body {
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    zoom: 1;

    /*设置字体*/
    font-size: 18px;
    line-height: 2;
    font-family: sans-serif;
    color: #555555;
    /*设置宽度*/
    width: 100%;
}

ul, li, form, dl, dt, dd, div {
    padding: 0px;
    margin: 0px;
}

.ul, .ul li {
    list-style: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, .p {
    padding: 0px;
    margin: 0px;
}

select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #555555;
}

input:focus {
    outline: none;
}

/*强制去除表单自带的样式*/
input, button, select, textarea {
    outline: none;
    /*-webkit-appearance:none;*/
}

/*强制去除textarea自带的样式*/
textarea {
    resize: none;
    /*-webkit-appearance:none;*/
}

textarea, input, select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

/*html5设置*/
article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block;
}

figure, figcaption {
    margin: 0px;
    padding: 0px;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    border: none;
    border: 0;
    vertical-align: baseline;
}

a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

ul, li {
    list-style: none;
    font-style: normal;
}

* {
    font-style: normal;
}

/*清楚浮动*/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.pulbicConPadding {
    padding-bottom: 1.2rem;
    width: 100%;
}

.news.pulbicConPadding {
    background: #F3F5FA;
}

.pulbicCon {
    width: 94%;
    max-width: 16rem;
    margin: 0 auto;
    /* overflow: hidden; */
}


.hide {
    display: none;
}

.show {
    display: block;
}

.imgBox {
    width: 100%;
    display: block;
}

.pc {
    display: block;
}

.mobile {
    display: none;
}

@media screen and (max-width:1024px) {
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .pulbicConPadding {
        padding-bottom: 30px;
        overflow: hidden;
    }
}

/*初始化样式*/


/* company */
.company .intro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.company .intro .left {
    width: 48.75%;
}

.company .intro .right {
    flex: 1;
    margin-left: 0.85rem;
    font-size: 0.18rem;
    line-height: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company .intro .right * {
    font-size: inherit !important;
    line-height: inherit;
    margin-bottom: 0.4rem;
    text-align: justify;
}

.company .intro .right *:last-child {
    margin-bottom: 0;
}

.company .list {
    display: flex;
    justify-content: space-between;
    margin-top: 1.04rem;
}

.company .list li {
    width: calc(50% - 0.2rem);
    background: #FFFFFF;
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0.1rem;
    padding: 0.6rem 0.65rem 0.58rem 0.65rem;

}

.company .list li .top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.41rem;
}

.company .list li .top .left {
    width: 1rem;
    height: 1rem;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    border: 0.01rem solid #C1C6CF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company .list li .top .left img {
    width: 0.48rem;
}

.company .list li .top .right {
    flex: 1;
    margin-left: 0.33rem;
    font-size: 0.18rem;
}

.company .list li .top .right * {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.company .list li .top .right h3 {
    font-size: 0.24rem;
    color: #252525;
    line-height: 1;
    margin-bottom: 0.3rem;
}

@media screen and (max-width:1024px) {

    .company .intro .right,
    .company .list li .top .right {
        font-size: 16px;
        line-height: 30px;
    }

    .company .list li .top .right h3 {
        font-size: 18px;
    }

    .company .intro .right {
        margin-left: 20px;
    }

    .company .intro .right * {
        margin-bottom: 10px;
        text-align: left;
    }

    .company .list {
        margin-top: 20px;
    }

    .company .list li {
        width: calc(50% - 10px);
        padding: 20px 16px;
    }

    .company .list li .top .right h3 {
        margin-bottom: 5px;
    }

    .company .list li .top .right {
        margin-left: 10px;
    }

    .company .list li .top {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:768px) {

    .company .intro .left,
    .company .list li {
        width: 100%;
    }

    .company .intro,
    .company .list {
        flex-direction: column;
    }

    .company .intro .right {
        margin-left: 0;
        margin-top: 16px;
    }

    .company .list li:last-child {
        margin-top: 16px;
    }
}



/* technology */
.technology {
    /*background-image: url(../images/companyBg.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 1.47rem;
    
}

.technology .pulbicCon {
    display: flex;
    justify-content: space-between;
}

.technology .left {
    width: calc(100% - 8rem);
    max-width: 41.375%;
}

.technology .right {
    width: 7rem;
    height: 7rem;
    position: relative;
}

.technology .pulbicConH2 {
    text-align: left;
}

.circleDot dd {
    background-color: transparent;
    width: 0.36rem;
    height: 0.36rem;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.circleDot dd .dot {
    width: 0.17rem;
    height: 0.17rem;
    background: #25A7E1;
    border-radius: 50%;
    display: block;
    border: 0.05rem solid #fff;
    cursor: pointer;
}
.circleDot .line {
    width: 0.9rem;
    height: 0.36rem;
    background: #25A7E1;
    border-radius: 0.03rem;
    -webkit-border-radius: 0.03rem;
    -moz-border-radius: 0.03rem;
    -ms-border-radius: 0.03rem;
    -o-border-radius: 0.03rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    color: #FFFFFF;
    position: absolute;
    left: 0.61rem;
    top: -0.2rem;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.circleDot dd::after {
    content: '';
    width: 0.29rem;
    height: 0.01rem;
    background: #25A7E1;
    position: absolute;
    left: 0.34rem;
    top: 0.07rem;
    transform: rotate(148.51deg);
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.circleDot dd .font{
    width: 3.7rem;
    height: 2rem;
    background: #FFFFFF;
    box-shadow: 0.04rem 0.04rem 0.3rem 0px rgba(3,52,145,0.24);
    border-radius: 0.08rem;
    -webkit-border-radius: 0.08rem;
    -moz-border-radius: 0.08rem;
    -ms-border-radius: 0.08rem;
    -o-border-radius: 0.08rem;
    position: absolute;
    top: calc(100% + 1.03rem);
    left: calc(100% + 0.36rem);
    padding: 0 0.4rem;
    box-sizing: border-box;
    opacity: 0;
    display: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.circleDot dd .font .title{
    color: #252525;
    font-size: 0.2rem;
    line-height: 1.5;
    margin-top: 0.27rem;
    margin-bottom: 0.06rem;
}
.circleDot dd .font .blueLine{
    width: 0.3rem;
height: 0.03rem;
background: #033491;
margin-bottom: 0.49rem;
}
.circleDot dd .font .intro{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 0.16rem;
    line-height: 1.5;
color: #555555;
}
.circleDot dd .font .intro img{
    width: 0.1rem;
    margin-right: 0.1rem;
}
.circleDot dd:hover {
    background: rgba(37, 167, 255, 0.6);
}

.circleDot dd:hover .dot {
    animation: scale2 2s linear infinite;
}
.circleDot dd:hover .line{
    opacity: 1;
}
.circleDot dd:hover::after{
    opacity: 1;
}
.circleDot dd:hover .font{
    opacity: 1;
    display: block;
}
.circleDot dd:nth-child(1){
    top: 1.03rem;
    left: 1.01rem;
}
.circleDot dd:nth-child(2){
    top: 1.64rem;
    left: 0.84rem;
}







@keyframes scale2 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        -webkit-transform: scale(3);
        opacity: 0.3;
    }
}



@media screen and (max-width:1024px) {
    .technology {
        padding-top: 0px;
        overflow: hidden;
    }

    .technology .left {
        width: 100%;
        max-width: 100%;
    }

    .technology .pulbicCon {
        flex-direction: column;
    }

    .technology .right {
        width: 7rem;
        height: 7rem;
        margin: 20px auto 0px auto;
    }
    .circleDot dd .font .intro img{
        width: 10px;
        margin-right:5px;
    }
}

@media screen and (max-width:768px) {
    .technology .right {
        width: 100%;
    }

    .technology .singlePage {
        margin-top: -7px;
    }
    .circleDot dd .font {
        left: 100%;
        width: 3.5rem;
        padding-right: 0.3rem;
        padding-left: 0.3rem;
    }
}

/* honors */
.honors .singlePage {
    margin-top: -0.09rem;
}

/* innovation */
.innovation {
    padding-bottom: 0.2rem;
    overflow: hidden;
}

.innovation .slider {
    width: calc(100% + 0.4rem);
    margin-left: -0.2rem;
}

.innovation .singlePage {
    text-align: center;
}

.innovation .publicMore {
    margin: 0.6rem auto 1rem auto;
}

.innovation .item {
    margin-left: 0.2rem;
    box-sizing: border-box;
    width: 100%;
}

.innovation .itemCon {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto;
    height: 4.65rem;
    background-image: url(../images/gray_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    overflow: hidden;
    padding-bottom: 0.16rem;
    background-size: cover;
}

.innovation .title {
    color: #252525;
    font-size: 0.24rem;
    line-height: 1.5;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.5rem 0.58rem;
    z-index: 2;
    box-sizing: border-box;
}

.innovation .itemCon .imgBox {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: auto;
    max-width: 80%;
    height: auto;
    max-height: 2.9rem;
    min-height: 2rem;
}

.innovation .itemCon:hover .imgBox {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media screen and (max-width:1024px) {


    .innovation .title {
        font-size: 18px;
        padding: 20px 15px;
    }

    .innovation .singlePage {
        text-align: left;
    }
}

@media screen and (max-width:768px) {
    .innovation .itemCon {
        width: 100%;
    }

    .innovation .slider {
        width: 100%;
        margin-left: 0;
    }

    .innovation .item {
        margin-left: 0;
    }
}

/* news */
.news .itemCon {
    width: calc(100% - 0.3rem);
    margin: 0 auto;
    background-color: #fff;
    display: block;
}

.news .slick-next {
    right: -0.66rem;
}

.news .slick-prev {
    left: -0.66rem;
}

.news .publicMore {
    margin: 0.7rem auto 0 auto;
}

.news h3 {
    color: #033491;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.5rem 0 0.5rem;
}

.news .itemCon h3 span {
    width: 0.07rem;
    height: 0.07rem;
    background: url(../images/lx.png) no-repeat;
    background-size: contain;
    display: block;
    margin-right: 0.1rem;
}

.news .itemCon div {
    font-size: 0.22rem;
    color: #252525;
    line-height: 0.36rem;
    margin-top: 0.2rem;
    padding: 0 0.5rem;
}

.news .itemCon p {
    font-size: 0.18rem;
    color: #8F97A4;
    line-height: 1;
    margin-top: 0.52rem;
    margin-bottom: 0.72rem;
    padding: 0 0.5rem;
}

.news .itemCon img {
    width: calc(100% - 0.54rem);
}

.news .itemCon:hover div,
.news .itemCon:hover p {
    color: #033491;
}

@media screen and (max-width:1600px) {
    .news .slick-prev {
        left: 0px;
    }

    .news .slick-next {
        right: 0px;
    }
}

@media screen and (min-width:1921px) {
    .news .slick-prev {
        left: 0px;
    }

    .news .slick-next {
        right: 0px;
    }
}

@media screen and (max-width:1024px) {
    .news h3 {
        font-size: 14px;
    }

    .news .itemCon div {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .news .itemCon p {
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .news .itemCon h3 span {
        width: 6px;
        height: 6px;
        margin-right: 5px;
    }
}


/* productsList */
.productsList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.productsList li {
    width: calc(50% - 0.2rem);
    height: 6rem;
    background-image: url(../images/gray_bg.png);
    background-size: cover;
    background-position: bottom center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-bottom: 0.4rem;
}

.productsList li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.productsList .title {
    font-size: 0.24rem;
    color: #252525;
    line-height: 1;
    font-weight: bold;
    margin-top: 0.9rem;
    margin-bottom: 0.35rem;
}

.productsList .imgBox {
    width: auto;
    height: 2.69rem;
    margin-top: 0.78rem;
}

.productsList li:hover {
    background-image: url(../images/blue_bg.png);
}

.productsList li:hover .title {
    color: #fff;
}

.productsList li:hover .publicMore {
    background-color: #25A7E1;
    color: #fff;
    border-color: #25A7E1;
}

.productsList li:hover .publicMore .show {
    display: none;
}

.productsList li:hover .publicMore .hide {
    display: block;
}

@media screen and (max-width:1024px) {
    .productsList .title {
        font-size: 18px;
    }

}

@media screen and (max-width:768px) {
    .productsList li {
        margin-bottom: 16px;
        width: 100%;
        height: auto;
        padding-bottom: 16px;
    }

    .productsList .imgBox {
        margin-top: 30px;
    }

    .productsList .title {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 16px;
    }
}


.capacityList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.capacityList li {
    width: calc(25% - 0.24rem);
    margin-bottom: 0.24rem;
    margin-right: 0.24rem;
}

.capacityList li:nth-child(4n) {
    margin-right: 0;
}

.capacityList li a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.capacityList li a img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    max-height: 2.8rem;
}

.capacityList li a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media screen and (max-width:1024px) {
    .capacityList {
        justify-content: space-between;
    }

    .capacityList li {
        width: calc(50% - 8px);
        margin-right: 0px;
        margin-bottom: 16px;
    }

    .capacityList li:nth-child(2n) {
        margin-right: 0;
    }

    .capacityList li a img {
        max-height: 350px;
    }
}

.newsList {
    display: flex;
    flex-wrap: wrap;
}

.newsList li {
    width: calc(100% / 3 - 0.3rem);
    margin-bottom: 0.3rem;
    margin-right: 0.3rem;
}

.newsList li:nth-child(3n) {
    margin-right: 0;
}

.newsList li .itemCon {
    background: #F3F5FA;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.newsList li .itemCon:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width:1024px) {
    .newsList {
        justify-content: space-between;
    }

    .newsList li {
        width: calc(50% - 8px);
        margin-bottom: 16px;
        margin-right: 0;
    }
}

@media screen and (max-width:768px) {
    .newsList li {
        width: 100%;
        margin-bottom: 16px;
    }
}


.newsCon {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 14.4rem;
    /*background: #F7F8FA;*/
    padding-bottom: 1.4rem;
    margin-top: 0.8rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.newsCon .singlePage {

    padding-top: 0.5rem;
}

.newsConHead {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #ebecee;
    padding-bottom: 0.5rem;
}

.newsConHead .time {
    font-size: 0.18rem;
    color: #8F97A4;
    line-height: 1;
}

.newsConHead .title {
    font-size: 0.26rem;
    color: #252525;
    line-height: 0.64rem;
    margin-top: 0.6rem;
    margin-bottom: 0.14rem;
    text-align: center;
}

.newsCon .publicMore {
    margin-top: 1rem;
}

@media screen and (max-width:1024px) {
    .newsConHead .title {
        font-size: 20px;
        line-height: 1.5;
        margin-top: 30px;
        margin-bottom: 14px;
    }

    .newsCon {
        padding: 0px 16px 30px 16px;
    }

    .newsCon .publicMore {
        width: 142px;
        margin-top: 30px;
    }

    .newsConHead {
        padding-bottom: 30px;
    }

    .newsConHead .time {
        font-size: 14px;
    }

    .newsCon .singlePage {
        padding-top: 30px;
    }
}


.controlList {
    display: flex;
}

.controlList .left {
    width: 7.5rem;
    height: 6.44rem;
    position: relative;
}

.controlList .left .imgBox {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.controlList .right {
    width: calc(100% - 7.5rem);
    background: #F3F5FA;
    padding: 1.04rem 0.84rem 0 0.84rem;
    box-sizing: border-box;
}

.controlList .right .title {
    font-size: 0.3rem;
    color: #252525;
    line-height: 0.64rem;
    margin-bottom: 0.35rem;
}

.controlCon p {
    font-size: 0.18rem;
    line-height: 2;
    color: #555555;
    position: relative;
    padding-left: 0.15rem;
    margin-bottom: 0.5rem;
}

.controlCon p:last-child {
    margin-bottom: 0;
}

.controlCon p::before {
    content: '';
    width: 0.05rem;
    height: 0.05rem;
    background-color: #103E97;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 0;
    display: block;
    top: 0.13rem;

}

.control .Banner002910 .dots {
    width: 7.5rem;
}

.control .shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/shadowBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.control .Banner002910 {
    margin-bottom: 0.6rem;
    width: 100%;
    height: auto;
}

.control .Banner002910 .slick-prev {
    background-image: url(../images/arrow_left_white.png) !important;
    border: none !important;
    width: 0.88rem;
    height: 0.88rem;
    background-size: contain !important;
    left: 7.06rem;
    top: 2.26rem;
    margin-top: 0;
}

.control .Banner002910 .slick-prev:hover {
    background: transparent;
    background-image: url(../images/arrow_left.png) !important;
}

.control .Banner002910 .slick-next {
    background-image: url(../images/arrow_right_white.png) !important;
    border: none !important;
    width: 0.88rem;
    height: 0.88rem;
    background-size: contain !important;
    left: 7.06rem;
    top: 3.3rem;
    margin-top: 0;
}

.control .Banner002910 .slick-next:hover {
    background: transparent;
    background-image: url(../images/arrow_right.png) !important;
}

.control .Banner002910 .slick-arrow:before {
    display: none;
}

@media screen and (max-width:1024px) {
    .Banner002910 .slick-slide a {
        flex-direction: column;
    }

    .controlList .left {
        width: 100%;
        max-height: 220px;
    }

    .controlList .right {
        width: 100%;
        padding: 30px 16px;
    }

    .control .Banner002910 .slick-prev {
        left: 3%;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }

    .control .Banner002910 .slick-next {
        left: auto;
        right: 3%;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }

    .controlList .right .title {
        font-size: 18px;
        color: #252525;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .controlCon p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .control .Banner002910 {
        margin-bottom: 16px;
    }

    .control .Banner002910 .dots {
        display: none;
    }
}

.productDetail {
    display: flex;
    border: 0.01rem solid #DFDFDF;
    margin-top: 0.8rem;
}

.productDetail .left {
    width: 48.75%;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0.01rem solid #DFDFDF;
}

.productDetail .left img {
    width: 71.8%;
}

.productDetail .right {
    width: calc(100% - 48.75%);
    padding: 0px 0.8rem 0 0.92rem;
}

.productDetail .right .title {
    font-size: 0.3rem;
    color: #033491;
    line-height: 0.64rem;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 0.7rem;
    padding-bottom: 0.25rem;
}

.subTitle {
    font-size: 0.18rem;
    color: #252525;
    line-height: 0.42rem;
    margin-top: 0.34rem;
    margin-bottom: 0.42rem;
}

.HoverLabel li {
    display: flex;
    align-items: center;
}

.HoverLabel label {
    display: block;
    width: 100%;
    color: #252525;
    font-size: 0.18rem;
    padding-left: 0.14rem;
}

.HoverLabel li input {
    width: 0.22rem;
    height: 0.22rem;
}

.pulbicHead {
    border-bottom: 0.01rem solid #DFDFDF;
    display: flex;
    margin-top: 1rem;
}

.pulbicHead h2 {
    background: #033491;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.22rem;
    color: #fff;
    width: 3.6rem;
    height: 0.62rem;
}

.productDetailBox .singlePage * {
    text-align: center;
}

.introductionList {
    display: flex;
    justify-content: center;
    margin-top: 0.6rem;
}

.introductionList li {
    display: flex;
    align-items: center;
    margin-right: 0.9rem;
}

.introductionList li:last-child {
    margin-right: 0;
}

.introductionList .icon {
    width: 0.71rem;
    height: 0.71rem;
    border-radius: 50%;
    border: 0.01rem dashed #033491;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.2rem;
}

.introductionList .icon img {
    min-width: 0.32rem;
}

.introductionList .title {
    color: #555555;
    font-size: 0.18rem;
}

.speciList {
    padding-top: 0.3rem;
}

.speciList li {
    margin-top: 0.2rem;

}

.speciList li a {
    display: block;
    align-items: center;
    width: 100%;
    background: #F3F5FA;
    height: 0.7rem;
    line-height: 0.7rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0.5rem;
    color: #252525;
    font-size: 0.18rem;
}

.speciList li:hover a {
    color: #033491;
}

.innoList {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0.74rem;
    flex-wrap: wrap;
}

.innoList .imgBox {
    width: 4.04rem;
    height: 2.74rem;
}

.innoList .jindu {
    width: 1.4rem;
}

.innoList li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.innoList li:nth-child(2) {
    margin-left: 0.46rem;
    margin-right: 0.46rem;
}

.innoList .jdFont {
    font-size: 0.42rem;
    color: #033491;
    line-height: 1;
    margin-top: 0.18rem;
}

.innoList .title {
    font-size: 0.2rem;
    color: #252525;
    line-height: 1;
    margin-top: 0.16rem;
    font-weight: 600;
}

.perTalle table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.8rem;
}

.perTalle table, .perTalle th, .perTalle td {
    border: 0.01rem solid #D9DEE7;
}

.perTalle th, .perTalle td {
    text-align: center;
}

.perTalle th {
    background-color: #033491;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 0.16rem;
    height: 0.6rem;
}

.perTalle td {
    height: 0.8rem;
    font-weight: 600;
    font-size: 0.18rem;
    color: #252525;
}

.perTalle tr:nth-child(2n) {
    background-color: #F3F5FA;
}

.perTalle tr td:first-child {
    width: 1.6rem;
}

.perTalle tr td:nth-child(2) {
    width: 4.2rem;
}

@media screen and (max-width:1024px) {
    .productDetail .right .title {
        font-size: 18px;
    }

    .subTitle {
        font-size: 15px;
    }

    .HoverLabel label {
        font-size: 14px;
    }

    .pulbicHead h2 {
        font-size: 18px;
    }

    .introductionList .title {
        font-size: 14px;
    }

    .introductionList li {
        margin-right: 10px;
    }

    .speciList li a {
        font-size: 16px;
    }

    .innoList .title {
        font-size: 18px;
    }

    .innoList .jdFont {
        font-size: 18px;
    }

    .perTalle th {
        font-size: 14px;
        line-height: 1.2;
        height: 50px;
    }

    .perTalle td {
        font-size: 14px;
        line-height: 1.2;
        height: 60px;
    }

    .perTalle tr td:nth-child(2) {
        width: auto;
    }

    .perTalle tr td:first-child {
        width: 70px;
    }
}

@media screen and (max-width:768px) {
    .innoList li:nth-child(2) {
        display: none;
    }

    .innoList li {
        width: 100%;
    }

    .innoList .imgBox {
        width: 100%;
        height: auto;
    }

    .innoList .title {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 16px;
    }

    .pulbicHead h2 {
        font-size: 16px;
        width: 262px;
    }

    .productDetail {
        flex-wrap: wrap;
    }

    .productDetail .left {
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .productDetail .right {
        width: 100%;
    }

    .productDetail .right {
        padding: 0px 16px;
    }

    .productDetail .right .title {
        font-size: 18px;
        padding-top: 0px;
        padding-bottom: 16px;
    }

    .subTitle {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 16px;
        margin-bottom: 10px;
    }

    .productDetail {
        flex-wrap: wrap;
        padding-bottom: 30px;
        margin-top: 30px;
    }

    .introductionList li {
        width: 50%;
        margin-right: 0px !important;
    }

    .introductionList {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .introductionList .icon {
        width: 36px;
        height: 36px;
        margin-right: 6px;
        margin-bottom: 6px;
    }

    .speciList li {
        margin-top: 16px;
    }

    .speciList li a {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        padding: 0 16px;
    }

    .introductionList .icon img {
        width: 20px;
    }

    .introductionList .title {
        font-size: 11px;
    }
}
.bottom .top a img{
    width: 2rem;
}

/* 未选中状态下的背景色和边框色 */
input[type="checkbox"] {
    background-color: #fff; /* 或你想要的任何颜色 */
    border: 2px solid #ddd; /* 或你想要的任何颜色 */
  }
   
  /* 当选中时，背景色和边框色 */
  input[type="checkbox"]:checked {
    background-color: #033491; /* 选中时的背景颜色 */
    border: 2px solid #033491; /* 选中时的边框颜色 */
    background-image: url(../images/checkBoxIcon.png);
    background-size: cover;
  }
   
  /* 可选：隐藏原生的checkbox样式 */
  input[type="checkbox"] {
    -webkit-appearance: none; /* 移除iOS默认样式 */
    -moz-appearance: none; /* 移除Firefox默认样式 */
    appearance: none; /* 移除其他浏览器默认样式 */
    outline: none; /* 移除点击时的轮廓 */
  }