.banner {
    position: relative;
    margin-top: 100px;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner .swiper-pagination-bullet {
    background-color: #003366;
    width: 40px;
    margin: 0 10px !important;
    height: 2px;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.homeserver {
    margin: 4.16667vw 0;
}

.homeserver .serlist {
    margin-top: 3.64583vw;
    display: flex;
    justify-content: space-between;
}

.homeserver .serlist .sercard {
    overflow: hidden;
    width: 23%;
    height: 28.02083vw;
    line-height: 3.125vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    margin-right: 1%;
    background: #fff;
    border-radius: .3125vw;
    box-shadow: 0 .20833vw .41667vw #0000001a;
    transition: transform .3s ease, box-shadow .3s ease;
    position: relative;
}

.homeserver .serlist .sercard .serem {
    overflow: hidden;
    width: 100%;
    height: 28.69792vw;
    background: #fff;
}

.homeserver .serlist .sercard .serem img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
    transform: scale(1);
}

.homeserver .serlist .sercard .sercontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0 .88542vw;
    transition: background-color .3s ease, color .3s ease;
}

.homeserver .serlist .sercard .sercontent .sertitle {
    margin: 1.19792vw auto .72917vw;
    font-size: 1.25vw;
    font-weight: 600;
    color: #003366;
}

.homeserver .serlist .sercard .sercontent .sertips {
    width: 1.04167vw;
    height: .20833vw;
    margin-bottom: .83333vw;
    background: rgb(0, 51, 102);
}

.homeserver .serlist .sercard .sercontent .sertxt {
    font-size: .9375vw;
    width: 13.4375vw;
    line-height: 1.5625vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    color: #5d5d5d;
    font-style: normal;
    font-weight: 400;
}

.homeserver .serlist .sercard:hover {
    transform: translateY(-.52083vw);
    box-shadow: 0 .3125vw .625vw #0003;
}

.homeserver .serlist .sercard:hover .serem img {
    transform: scale(1.05);
}

.homeserver .serlist .sercard:hover .sercontent {
    background: #0056B3;
}

.homeserver .serlist .sercard:hover .sercontent .sertips {
    background: #fff;
}

.homeserver .serlist .sercard:hover .sercontent .sertitle,
.homeserver .serlist .sercard:hover .sercontent .sertxt {
    color: #fff;
}

.homehotpro {
    margin-top: 4.16667vw;
}

.homehotpro .hotlist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.60417vw;
}

.homehotpro .hotlist .hotcard {
    margin-top: 1.04167vw;
    overflow: hidden;
    width: 23%;
    height: 19.29167vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background: #f6f6f6;
    border-radius: 2%;
    margin-right: 2%;
    transition: transform .3s ease, box-shadow .3s ease;
    box-shadow: 0 .20833vw .78125vw #0000001a;
    cursor: pointer;
}

.homehotpro .hotlist .hotcard .hotem {
    overflow: hidden;
    width: 100%;
    height: 75%;
    background: #fff;
    position: relative;
}

.homehotpro .hotlist .hotcard .hotem .hotimg {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.homehotpro .hotlist .hotcard .hotem .hotimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.homehotpro .hotlist .hotcard .hotem .remen {
    width: 4.3vw;
    height: 2.13958vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    border-radius: 0 0 0 23%;
    background: rgb(0, 86, 179);
}

.homehotpro .hotlist .hotcard .hotem .remen img {
    height: 80%;
    width: 100%;
    padding-top: 10%;
}

.homehotpro .hotlist .hotcard .hottitle {
    box-sizing: border-box;
    width: 100%;
    height: 25%;
    padding: 0 .88542vw;
    color: #333;
    font-size: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.homehotpro .hotlist .hotcard .hottitle .hottxt {
    font-size: 1.30208vw;
    font-weight: 500;
    flex: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 .52083vw;
    line-height: 1.2;
}

.homehotpro .hotlist .hotcard .hottitle .hotmore {
    width: 1.5625vw;
    flex-shrink: 0;
}

.homehotpro .hotlist .hotcard .hottitle .hotmore img {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s ease;
}

.homehotpro .hotlist .hotcard:hover .hottitle {
    background: #0056B3;
}

.homehotpro .hotlist .hotcard:hover .hottitle .hottxt {
    color: #fff;
}

.homehotpro .hotlist .hotcard:hover .hottitle .hotmore img {
    opacity: 1;
}

.homeabout {
    margin-top: 4.16667vw;
    background: url(../images/bgabout.png) no-repeat;
    background-size: auto;
}

.homeabout .homeabcontent {
    display: flex;
    width: 100%;
    height: 26.04167vw;
    margin-top: 3.64583vw;
}

.homeabout .homeabcontent .aboutleft {
    width: 50%;
    height: 23.90625vw;
    position: relative;
    margin-top: .3%;
    order: 0;
    overflow: hidden;
}

.homeabout .homeabcontent .aboutleft img {
    border-top-left-radius: 4%;
    border-bottom-left-radius: 2%;
    padding-top: 1%;
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
    transform: scale(1);
}

.homeabout .homeabcontent .aboutleft:hover img {
    transform: scale(1.05);
}

.homeabout .homeabcontent .aboutright {
    width: 50%;
    height: 24.84375vw;
    box-shadow: 0 .10417vw .41667vw #0000002b;
    border-radius: 0 2% 2% 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.homeabout .homeabcontent .aboutright::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background-color: #0056B3;
    transition: width .3s ease-in-out;
    color: #fff !important;
    will-change: width;
    z-index: -1;
}

.homeabout .homeabcontent .aboutright::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 0;
    height: 100%;
    background-color: #0056B3;
    transition: width .3s ease-in-out;
    will-change: width;
    z-index: -1;
}

.homeabout .homeabcontent .aboutright .aboutrighta {
    padding-top: 1.5625vw;
    padding-left: 1.30208vw;
    display: flex;
    align-items: center;
}

.homeabout .homeabcontent .aboutright .aboutrighta .aboutlogo {
    width: 4.58333vw;
    height: 4.58333vw;
}

.homeabout .homeabcontent .aboutright .aboutrighta .aboutlogo img {
    width: 100%;
    height: 100%;
}

.homeabout .homeabcontent .aboutright .aboutrighta h3 {
    padding-left: .52083vw;
    font-weight: 700;
    font-size: 1.4vw;
    color: #333;
    height: 100%;
}

.homeabout .homeabcontent .aboutright .aboutrightb {
    width: 90%;
    line-height: 2.08333vw;
    margin: .52083vw auto;
    color: #5d5d5d;
    font-style: normal;
    font-weight: 400;
    font-size: .9375vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.homeabout .homeabcontent .aboutright .aboutrightc {
    width: 90%;
    margin: 3.64583vw auto;
    color: #0b0b0b;
}

.homeabout .homeabcontent .aboutright .aboutrightc a {
    width: 9.375vw;
    height: 3.125vw;
    border-radius: 1.5625vw;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}

.homeabout .homeabcontent .aboutright .aboutrightc a span:nth-child(2) {
    margin-left: .52083vw;
    transition: transform .3s ease, color .3s ease;
}

.homeabout .homeabcontent .aboutright:hover::before {
    width: 100%;
    color: #fff !important;
    transform: translate(-50%);
}

.homeabout .homeabcontent .aboutright:hover::after {
    width: 100%;
    transform: translate(50%);
}

.homeabout .homeabcontent .aboutright:hover .aboutrighta h3,
.homeabout .homeabcontent .aboutright:hover .aboutrightb {
    color: #fff;
}

.homeabout .homeabcontent .aboutright .aboutrightc:hover a {
    background-color: #003366;
    color: #fff;
    border-color: #003366;
}

.homeabout .homeabcontent .aboutright .aboutrightc:hover a span:nth-child(2) {
    transform: translate(.52083vw);
    color: #fff;
}

.homeadv {
    margin-top: 4.16667vw;
}

.homeadv .advlist {
    margin-top: 3.64583vw;
}

.homeadv .advlist .advitem {
    display: flex;
    margin-bottom: 1.5625vw;
    height: 17.60417vw;
}

.homeadv .advlist .advitemleft {
    flex-direction: row;
}

.homeadv .advlist .advitemright {
    flex-direction: row-reverse;
}

.homeadv .advlist .advitem .advcontent {
    border-top-left-radius: 2%;
    border-bottom-left-radius: 2%;
    box-sizing: border-box;
    overflow: hidden;
    width: 50%;
    padding: 2.5vw 4.01042vw;
    position: relative;
    background: url(../images/bgadv.png) no-repeat center;
    transition: background-color .5s;
    background-color: transparent;
    perspective: 15.625vw;
}

.homeadv .advlist .advitem .advcontent::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(130deg, #0056B3, #0056B3);
    transform-origin: top center;
    transform: rotateX(-60deg);
    opacity: 0;
    visibility: hidden;
    transition: transform .5s, opacity .5s;
    z-index: -1;
}

.homeadv .advlist .advitem .advcontent .advtitle {
    margin-bottom: .83333vw;
    padding-right: 3.33333vw;
    font-size: 1.14583vw;
    font-weight: 600;
    font-style: normal;
    color: rgb(0, 51, 102);
    line-height: normal;
    position: relative;
    z-index: 2;
    transition: color .5s;
}

.homeadv .advlist .advitem .advcontent .advline {
    width: 1.5625vw;
    height: .26042vw;
    margin-top: 1.04167vw;
    margin-bottom: .9375vw;
    transition: background-color .5s;
    background: rgb(0, 86, 179);
}

.homeadv .advlist .advitem .advcontent .advdesc {
    margin-top: 2.08333vw;
    font-size: 1.04167vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #5d5d5d;
    font-style: normal;
    font-weight: 400;
    line-height: 2.08333vw;
    position: relative;
    z-index: 2;
    transition: color .5s;
}

.homeadv .advlist .advitem .advimg {
    border-top-right-radius: 2%;
    border-bottom-right-radius: 2%;
    overflow: hidden;
}

.homeadv .advlist .advitem .advimg img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
    transform: scale(1);
}

.homeadv .advlist .advitem .advcontent:hover::before {
    transform: rotateX(0);
    opacity: 1;
    visibility: visible;
}

.homeadv .advlist .advitem .advcontent:hover .advtitle,
.homeadv .advlist .advitem .advcontent:hover .advdesc {
    color: #fff;
}

.homeadv .advlist .advitem .advimg:hover img {
    transform: scale(1.05);
}

.homepro {
    height: 46.875vw;
    margin-top: 4.16667vw;
}

.homepro .prolist {
    width: 100%;
    height: 85%;
    display: flex;
    margin-top: 3.64583vw;
}

.homepro .prolist .listleft {
    width: 23%;
    height: 100%;
}

.homepro .prolist .listleft .listlefts {
    width: 95%;
    height: 100%;
}

.homepro .prolist .listleft .listlefts .listlefttop {
    width: 100%;
    height: 4.6vw;
    color: #fff;
    font-size: 1.30208vw;
    line-height: 4.6875vw;
    padding-left: 13%;
    border-radius: 3% 2% 0 0;
    background: rgb(0, 86, 179);
}

.homepro .prolist .listleft .listlefts .listleftnav {
    width: 100%;
    height: 76%;
    color: #fff;
    background: #f5f5f5;
    font-size: 1.14583vw;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    scrollbar-width: none;
}

.homepro .prolist .listleft .listlefts .listleftnav .listleftnavpage {
    width: 80%;
    margin: 0 auto;
    color: #5d5d5d;
    display: flex;
    flex-direction: column;
    gap: .52083vw;
    cursor: pointer;
}

.homepro .prolist .listleft .listlefts .listleftnav .listleftnavpage .pronavbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 4.81771vw;
    border-bottom: 1px dashed #ccc;
    padding-left: .52083vw;
    box-sizing: border-box;
}

.homepro .prolist .listleft .listlefts .listleftnav .listleftnavpage .pronavbox a {
    color: #5d5d5d;
}

.homepro .prolist .listleft .listlefts .listleftnav .listleftnavpage .pronavbox a:hover {
    color: #336fff;
}

.homepro .prolist .listleft .listlefts .listlefttel {
    width: 100%;
    padding-bottom: 20px;
    color: #fff;
    font-size: 1.04167vw;
    text-align: center;
    border-radius: 0 0 3% 3%;
    background: rgb(0, 86, 179);
}

.homepro .prolist .listleft .listlefts .listlefttel .telimg {
    width: 50%;
    height: 1.04167vw;
    margin: 0 auto;
}

.homepro .prolist .listleft .listlefts .listlefttel .telimg img {
    width: 100%;
    height: 100%;
    margin-top: 1.04167vw;
}

.homepro .prolist .listleft .listlefts .listlefttel .proteltxt {
    color: #fff;
    font-size: 1.04167vw;
    text-align: center;
    margin-top: 1.5625vw;
    font-weight: 700;
}

.homepro .prolist .listright {
    width: 77%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepro .prolist .listright .righgcontent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1.04167vw;
    width: 100%;
    height: 100%;
}

.homepro .prolist .listright .righgcontent .rightitem {
    border-radius: 2%;
    background: #f6f6f6;
    box-shadow: 0 .20833vw .78125vw #0000001a;
}

.homepro .prolist .listright .righgcontent .rightitem .rightitemimg {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 70%;
}

.homepro .prolist .listright .righgcontent .rightitem .rightitemimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    width: 100%;
    height: 100%;
    transition: all .5s ease;
}

.homepro .prolist .listright .righgcontent .rightitem .rightitemtxt {
    padding: 0 .52083vw;
    font-size: 1.25vw;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 4vw;
    text-align: center;
    transition: background-color .3s, color .3s;
}

.homepro .prolist .listright .righgcontent .rightitem:hover .rightitemtxt {
    background: #0056B3;
    color: #fff;
}

.homecontact {
    width: 100%;
    height: 18.22917vw;
}

.homecontact .homeconbox {
    width: 100%;
    height: 100%;
    margin-top: 4.16667vw;
    background: #f5f5f5;
    display: flex;
}

.homecontact .homeconbox .leftcontact {
    width: 60%;
    height: 100%;
    padding-left: 5%;
}

.homecontact .homeconbox .leftcontact .leftcontitle {
    padding-top: 8%;
    color: rgb(0, 86, 179);
    font-size: 2.08333vw;
    font-weight: 700;
}

.homecontact .homeconbox .leftcontact .leftconp {
    padding-top: 4%;
    color: #343434;
}

.homecontact .homeconbox .leftcontact .leftconbtn {
    padding-top: 4%;
}

.homecontact .homeconbox .leftcontact .leftconbtn a {
    display: inline-block;
    width: 10.41667vw;
    height: 3.125vw;
    border: none;
    font-size: .83333vw;
    cursor: pointer;
    border-radius: 1.30208vw;
    outline: none;
    background-color: rgb(0, 86, 179);
    border-color: rgb(0, 86, 179);
    color: white;
    text-align: center;
    line-height: 3.125vw;
    transition: background-color 0.3s;
}

.homecontact .homeconbox .leftcontact .leftconbtn a span {
    align-items: center;
    display: inline-flex;
}

.homecontact .homeconbox .leftcontact .leftconbtn a span img {
    padding-left: 10px;
}

.homecontact .homeconbox .leftcontact .leftconbtn a:hover {
    background-color: #003366;
    border-color: #003366;
}

.homecontact .homeconbox .rightcontact {
    width: 40%;
    height: 100%;
}

.homecontact .homeconbox .rightcontact img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 内页 */
.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;
}

.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;
}