.banner {
    position: relative;
}

.banner img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner .swiper-pagination {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: auto;
    right: auto;
    transform: translate(50%, -50%);
    left: 7%;
    width: auto;
    height: auto;
    bottom: 40px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    margin: 3px 5px !important;
    background: #ddd;
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: all ease .3s;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 15px;
    background: #0064b2;
}

.banner .swiper-pagination .swiper-pagination-bullet:hover,
.banner .swiper-pagination .swiper-pagination-bullet-active:hover {
    background-color: #fff;
}

.banner .p_arr {
    max-width: 120px;
    width: 100%;
    position: absolute;
    right: 7%;
    bottom: 40px;
    height: auto;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.banner .p_btn_prev {
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    transform: skewX(0deg);
    height: 50px;
    width: 50px;
    transition: all ease .3s;
    position: static;
    background-image: none;
    margin: 0px 20px 0px 0px;
}

.banner .p_btn_next {
    color: #fff;
    border-radius: 50%;
    transform: skewX(0deg);
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    transition: all ease .3s;
    position: static;
    background-image: none;
    margin: 0 auto;
}

.banner .p_btn_prev::after,
.banner .p_btn_next::after {
    font-size: 16px;
}

.banner .p_btn_prev:hover,
.banner .p_btn_next:hover {
    background: #0064b2;
    border: 1px solid #0064b2;
}

.banner .p_btn_prev:hover::after,
.banner .p_btn_next:hover::after {
    color: #fff;
}

.banner .p_scrool {
    position: absolute;
    left: calc((100% - 90px) / 2);
    bottom: 40px;
    color: #fff;
    width: 90px;
    z-index: 10;
}

.banner .p_scrool i {
    display: block;
    width: 20px;
    height: 30px;
    margin: 0 auto;
    border-radius: 12px;
    border: 2px #fff solid;
    position: relative;
}

.banner .p_scrool i::before {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 3px;
    animation: scrollmouse 2s linear infinite;
}

@keyframes scrollmouse {
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

@-webkit-keyframes scrollmouse {
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

.banner .p_scrool span {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: arial;
    line-height: 20px;
    margin-top: 12px;
    font-size: 12px;
}

.homeabout .aboutbox {
    display: flex;
    justify-content: space-between;
    margin-top: 3vw;
}

.homeabout .aboutbox .aboutleft {
    width: 45%;
}

.homeabout .aboutbox .aboutleft img {
    max-width: 100%;
}

.homeabout .aboutbox .aboutright {
    width: 52%;
}

.homeabout .aboutbox .aboutright .aboutyear {
    color: #fff;
    background: #3875e1;
    border-radius: 15px;
    font-size: 30px;
    width: fit-content;
    padding: 0 25px;
    margin-bottom: 20px;
}

.homeabout .aboutbox .aboutright .abouttext {
    line-height: 2;
    font-size: 18px;
}

.homevideo video,
.homevideo img {
    width: 100%;
    height: calc(100vh - 100px);
    object-fit: cover;
}

.homechoose ul {
    margin-top: 3vw;
}

.homechoose ul li {
    margin-bottom: 30px;
}

.homechoose ul li img {
    max-width: 100%;
}

.homeproduct .proSwiper {
    margin: 5vw 0;
}

.homeproduct .proitem {
    background: #fff;
}

.homeproduct .proitem .proimg {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 100%;
}

.homeproduct .proitem .proimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    width: 100%;
    height: auto;
    transition: all .5s ease;
}

.homeproduct .proitem:hover .proimg img {
    transform: translate(-50%, -50%) scale(1.1);
}

.homeproduct .proitem .protxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
    background: #f7f7f7;
}

.homeproduct .proitem .protxt span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    padding-right: 10px;
}

.homeproduct .proitem .protxt img {
    max-width: 100%;
}

.homeproduct .productbtn a {
    display: block;
    border: 1px solid #3875e1;
    color: #3875e1;
    width: fit-content;
    padding: 10px 40px;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.homeproduct .productbtn a span {
    position: relative;
    z-index: 1;
}

.homeproduct .productbtn a::before {
    content: '';
    position: absolute;
    height: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: #3875e1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.homeproduct .productbtn a:hover {
    color: #fff;
}

.homeproduct .productbtn a:hover::before {
    height: 100%;
}

.honorSwiper {
    margin-top: 5vw;
}

.honorSwiper .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);
}

.honorSwiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.honorSwiper .ggimg {
    margin-bottom: 10px;
    height: 22vw;
}

.honorSwiper .ggimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.honorSwiper .ggtext {
    text-align: center;
}

.honorSwiper .ggtext p {
    margin-bottom: 0;
    font-size: 18px;
}

.honorSwiper .g_arr {
    max-width: 120px;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    margin-top: 3vw;
}

.honorSwiper .g_btn_prev {
    color: #07409a;
    border-radius: 50%;
    border: 1px solid #07409a;
    transform: skewX(0deg);
    height: 50px;
    width: 50px;
    transition: all ease .3s;
    position: static;
    background-image: none;
    margin: 0px 20px 0px 0px;
}

.honorSwiper .g_btn_next {
    color: #07409a;
    border-radius: 50%;
    transform: skewX(0deg);
    border: 1px solid #07409a;
    width: 50px;
    height: 50px;
    transition: all ease .3s;
    position: static;
    background-image: none;
    margin: 0 auto;
}

.honorSwiper .g_btn_prev::after,
.honorSwiper .g_btn_next::after {
    font-size: 16px;
}

.honorSwiper .g_btn_prev:hover,
.honorSwiper .g_btn_next:hover {
    background: #0064b2;
    border: 1px solid #0064b2;
}

.honorSwiper .g_btn_prev:hover::after,
.honorSwiper .g_btn_next:hover::after {
    color: #fff;
}

/* 内页 */
.innerbox .nyright .nybox .abouttext {
    line-height: 2;
}

.innerbox .nyright .nybox .abouttext img {
    max-width: 100%;
    height: auto;
}

.factoryitem {
    border: 1px solid rgba(221, 221, 221, 1);
    margin-bottom: 20px;
}

.factoryitem .factoryimg {
    height: 15vw;
    overflow: hidden;
}

.factoryitem .factoryimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .5s ease;
}

.factoryitem:hover .factoryimg img {
    transform: scale(1.1);
}

.honorbox .honoritem {
    border: 1px solid rgba(221, 221, 221, 1);
    margin-bottom: 30px;
    padding: 10px;
    transition: all .5s ease;
}

.honorbox .honoritem:hover {
    box-shadow: 0px 15px 20px 0px rgba(0, 89, 156, 0.2);
}

.honorbox .honoritem .honorimg {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 100%;
}

.honorbox .honoritem .honorimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .5s ease;
}

.honorbox .honoritem:hover .honorimg img {
    transform: translate(-50%, -50%) scale(1.1);
}

.honorbox .honoritem .honortext {
    margin: 15px;
    line-height: 1.2;
    text-align: center;
    font-size: 18px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #333;
}

.contactbox h3 {
    font-weight: bold;
    font-size: 24px;
}

.contactbox ul {
    margin-top: 20px;
}

.contactbox ul li {
    line-height: 3;
    border-bottom: 1px dashed #ddd;
}

.newslist .newsitem {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.newslist .newsitem .newstitle {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
}

.newslist .newsitem .newstitle h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newslist .newsitem .newstitle .date {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}

.newslist .newsitem .newsinfo {
    font-size: 14px;
    line-height: 2;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newslist .newsitem .newsmore {
    margin-top: 15px;
}

.newslist .newsitem .newsmore span {
    display: block;
    width: fit-content;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    padding: 0 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.newslist .newsitem:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.newslist .newsitem:hover .newstitle h3 {
    color: #616062;
}

.newslist .newsitem:hover .newsmore span {
    color: #fff;
    background-color: #616062;
}

.newscontent h3 {
    font-size: 21px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
    text-align: center;
}

.newscontent .newsbar {
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.newscontent .newsbar .newsbartime {
    margin-right: 20px;
}

.newscontent .newsctext {
    line-height: 2;
    color: #333;
}

.newscontent .newsctext img {
    max-width: 100%;
    height: auto;
}

.newscontent .content_text {
    margin-top: 30px;
}

.productbox .productitem {
    border: 1px solid rgba(221, 221, 221, 1);
    margin-bottom: 30px;
    padding: 10px;
    transition: all .5s ease;
}

.productbox .productitem .productimg {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 80%;
    margin: 0 0 15px 0;
}

.productbox .productitem .productimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: all .5s ease;
}

.productbox .productitem:hover .productimg img {
    transform: translate(-50%, -50%) scale(1.1);
}

.productbox .productitem .producttxt {
    position: relative;
    transition: all .36s ease;
    padding: 10px 0px 5px;
    border-top: 1px solid #eee;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productbox .productitem .producttxt::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 1px;
    background: #225aad;
    z-index: 1;
    transition: all .5s ease;
}

.productbox .productitem:hover .producttxt {
    color: #225aad;
}

.productbox .productitem:hover .producttxt::before {
    width: 100%;
}

.prodetalis {
    background-color: #fff;
    padding: 30px 20px 10px 20px;
}

.prodetalis .proinfo {
    display: flex;
}

.prodetalis .proinfo .proinfoimg {
    width: 43%;
    overflow: hidden;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.prodetalis .proinfo .proinfoimg img {
    max-width: 100%;
    height: auto;
}

.prodetalis .proinfo .protxt {
    padding-top: .5rem;
    width: calc(100% - 43% - 2.5rem);
    margin-left: 2.25rem;
}

.prodetalis .proinfo .protxt .tit3 {
    color: #555;
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.prodetalis .proinfo .protxt .p1,
.prodetalis .proinfo .protxt .p2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.prodetalis .proinfo .protxt .p1 .psvg,
.prodetalis .proinfo .protxt .p2 .psvg {
    color: rgba(27, 36, 43, 1);
}

.prodetalis .proinfo .protxt .p1 .psvg svg,
.prodetalis .proinfo .protxt .p2 .psvg svg {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.prodetalis .proinfo .protxt .p1 .pcate,
.prodetalis .proinfo .protxt .p2 .pcate {
    line-height: 1.8;
    font-size: 15px;
    color: rgba(27, 36, 43, 1);
    margin-left: 5px;
}

.prodetalis .proinfo .protxt .p1 .pcatetext {
    margin-left: 10px;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(153, 153, 153, 1);
}

.prodetalis .proinfo .protxt .p2 {
    margin-top: 15px;
}

.prodetalis .proinfo .protxt .p2 .pcatetext {
    color: #285dad;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin-left: 10px;
}

.prodetalis .proinfo .protxt .f-nobtn {
    display: flex;
}

.prodetalis .proinfo .protxt .f-nobtn a {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    margin-top: 5%;
    text-align: center;
    background: #285dad;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.prodetalis .proinfo .protxt .f-nobtn a:hover {
    background: #2176f7;
}

.prodetalis .prodetails_con .protitle,
.hotpro .protitle {
    height: 60px;
    line-height: 58px;
    background: #fff;
    border-bottom: solid 1px #f0f0f0;
    margin-bottom: 20px;
}

.prodetalis .prodetails_con .protitle span,
.hotpro .protitle span {
    float: left;
    font-size: 20px;
    line-height: 58px;
    font-weight: bold;
    color: #285dad;
    border-bottom: solid 2px #285dad;
}

.prodetalis .prodetails_con .itemlibox {
    line-height: 2;
}

.prodetalis .prodetails_con .content_text {
    margin-top: 40px;
}

.hotpro {
    padding: 10px 20px;
    background-color: #fff;
}

.hotpro .hotitem {
    border: 1px solid rgba(238, 238, 238, 1);
    padding: 10px;
    margin-bottom: 30px;
}

.hotpro .hotitem .hotimg {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 100%;
}

.hotpro .hotitem .hotimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    width: 100%;
    height: auto;
    transition: all .5s ease;
}

.hotpro .hotitem .hotline {
    border: 1px solid rgba(238, 238, 238, 1);
    margin: 15px auto;
}

.hotpro .hotitem .hottext {
    margin-bottom: 10px;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    line-height: 1.5;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}