.banner {
    position: relative;
    margin-top: 100px;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-about {
    background: url(/html/template/default/images/bgabout.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    padding: 100px 0;
}

.home-about .abotitle h3 {
    color: #1b5bad;
    font-weight: bold;
    font-size: 46px;
    text-align: center;
    margin-bottom: 10px;
}

.home-about .abotitle p {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}

.home-about .abocontent {
    margin-top: 50px;
}

.home-about .abocontent,
.home-about .abocontent p {
    line-height: 2;
    font-size: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-product {
    padding: 150px 0;
    background: #f6f6f6;
}

.home-product .protop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.home-product .protop .protitle h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.home-product .protop .protitle h3 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
}

.home-product .protop .probtn {
    display: flex;
    align-items: center;
}

.home-product .protop .probtn .probtn-left {
    margin-right: 30px;
    cursor: pointer;
}

.home-product .protop .probtn .probtn-right {
    cursor: pointer;
}

.home-product .proitem {
    background: #fff;
    padding: 20px;
}

.home-product .proitem .proimg {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 100%;
}

.home-product .proitem .proimg 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;
}

.home-product .proitem:hover .proimg img {
    transform: translate(-50%, -50%) scale(1.1);
}

.home-product .proitem .protxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.home-product .proitem .protxt span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    padding-right: 10px;
}

.home-product .proitem .protxt img {
    max-width: 12%;
}

.home-history {
    padding: 150px 0;
}

.home-history .histitle h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
}

.home-history .histitle h4 {
    font-size: 26px;
    text-align: center;
}

.home-history .advbox {
    margin-top: 100px;
}

.home-history .advbox .advboxtopitem {
    border-bottom: 2px solid #d3d3d3;
}

.home-history .advbox .advboxtopitem .advitem p {
    font-size: 42px;
    font-weight: bold;
    cursor: pointer;
}

.home-history .advbox .advboxtopitem .advitem:hover p {
    color: #0068d8;
}

.home-history .advbox .advboxtopitem .advitem.swiper-slide-thumb-active p {
    color: #0068d8;
}

.home-history .advbox .advboxtopitem .advitem {
    text-align: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #333;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
    color: #0068d8;
}

.home-history .advbox .advtext {
    display: flex;
    padding-top: 5%;
}

.home-history .advbox .advtext .leftimg {
    width: 40%;
    margin-right: 3%;
}

.home-history .advbox .advtext .leftimg img {
    width: 100%;
    height: 100%;
}

.home-history .advbox .advtext .rightcon {
    width: 50%;
}

.home-history .advbox .advtext .rightcon h3 {
    font-size: 45px;
    font-weight: bold;
    color: #1b5bad;
    margin-top: 2%;
}

.home-history .advbox .advtext .rightcon p {
    margin-bottom: 0;
    line-height: 2;
    font-size: 20px;
    margin: 4% 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-history .advbox .advtext .rightcon a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1b5bad;
    color: #FFF;
    width: 150px;
    height: 46px;
    border-radius: 5px;
    text-decoration: none;
    transition: all .3s linear;
}

.home-history .advbox .advtext .rightcon a:hover {
    box-shadow: 0 0 10px #1b5bad;
}

.home-news {
    padding: 150px 0;
    background: #f6f6f6;
}

.home-news .newstop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.home-news .newstop .newstitle h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.home-news .newstop .newstitle h3 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
}

.home-news .newstop .newsbtn {
    display: flex;
    align-items: center;
}

.home-news .newstop .newsbtn .newsbtn-left {
    margin-right: 30px;
    cursor: pointer;
}

.home-news .newstop .newsbtn .newsbtn-right {
    cursor: pointer;
}

.home-news .newsitem {
    background: #fff;
    border-radius: 20px;
}

.home-news .newsitem .newsimg {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 80%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.home-news .newsitem .newsimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.home-news .newsitem .newstext {
    padding: 20px;
}

.home-news .newsitem .newstext h3 {
    font-size: 20px;
    color: #333;
    height: 50px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-news .newsitem .newstext hr {
    color: #d4d4d4;
    opacity: 1;
    border-top: 2px solid;
}

.home-news .newsitem .newstext .date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-news .newsitem .newstext .date span {
    font-size: 17px;
    font-weight: bold;
    color: #333;
}

.home-news .newsitem .newstext .date img {
    max-width: 5%;
}

.home-news .newsitem:hover .newsimg img {
    transform: translate(-50%, -50%) scale(1.05);
}

/* ÄÚÒ³ */
.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,
.prodetalis .prodetails_con .itemlibox p {
    line-height: 2;
}

.prodetalis .prodetails_con .itemlibox img,
.prodetalis .prodetails_con .itemlibox p {
    max-width: 100%;
}

.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;
}

.jszxlist ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    line-height: 50px;
    color: #333;
    padding-right: 20px;
    transition: all .3s ease;
}

.jszxlist ul li a .jszxtxt {
    width: 80%;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jszxlist ul li a .jszxdate {
    width: 20%;
    text-align: right;
}

.jszxlist ul li a:hover {
    background: #0064b2;
    color: #fff;
    padding-left: 20px;
}