.home-banner {
    margin-top: 30px;
}

.home-banner img {
    width: 100%;
    height: 100%;
}

.title {
    text-align: center;
}

.title h1 {
    font-weight: 500;
    font-size: 32px;
    border-bottom: 3px solid #2761b5;
    padding-bottom: 5px;
    width: fit-content;
    margin: 0 auto 10px auto;
    text-transform: uppercase;
}

.title h2 {
    font-weight: 500;
    font-size: 36px;
}

.home-about {
    margin-top: 100px;
}

.home-about .abouttext {
    margin: 50px 0 100px 0;
}

.home-about .abouttext p {
    line-height: 2;
    text-indent: 2rem;
    margin-bottom: 0;
    font-size: 18px;
    color: #6b6b6b;
}

.home-about ul {
    display: flex;
    justify-content: space-evenly;
}

.home-about ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-about ul li img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
}

.home-about ul li p {
    margin-bottom: 0;
    color: #333;
    font-weight: 700;
    font-size: 20px;
}

.home-about ul li:hover img {
    transform: rotateY(180deg);
}

.home-about .aboutimg {
    width: 100%;
    height: 100%;
    margin-top: 200px;
}

.home-hotproduct {
    padding: 100px 0;
    background: #efefef;
}

.home-hotproduct ul {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.home-hotproduct ul li {
    width: 24%;
}

.home-hotproduct ul li .hotproductimg {
    overflow: hidden;
    height: 25rem;
}

.home-hotproduct ul li .hotproductimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
}

.home-hotproduct ul li p {
    margin-bottom: 0;
    background: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}

.home-hotproduct ul li:hover .hotproductimg img {
    transform: scale(1.1);
}

.home-product {
    margin-top: 100px;
}

.home-product ul {
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}

.home-product ul li {
    background: #efefef;
    color: #333;
    font-size: 20px;
    border-radius: 20px;
    font-weight: 700;
    padding: 10px 30px;
    width: 20%;
    text-align: center;
    cursor: pointer;
}

.home-product ul li a {
    color: #333;
}

.home-product ul li.active {
    background: #2761b5;
}

.home-product ul li.active a {
    color: #fff;
}

.home-product .productcontent {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.home-product .productcontent .productcontentimg {
    margin: 0 100px;
}

.home-product .productcontent .productcontentimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-product .productcontent .left {
    position: relative;
    cursor: pointer;
}

.home-product .productcontent .left img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
}

.home-product .productcontent .left:hover img:nth-child(2) {
    opacity: 1;
}

.home-product .productcontent .right {
    position: relative;
    cursor: pointer;
}

.home-product .productcontent .right img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
}

.home-product .productcontent .right:hover img:nth-child(2) {
    opacity: 1;
}

.home-product .h-productimg {
    height: 38rem;
}

.home-news {
    margin-top: 100px;
}

.home-news .newscontent {
    display: flex;
    position: relative;
    margin-top: 100px;
}

.home-news .kongbai {
    width: 15%;
    margin: 20px 0;
}

.home-news .leftnews {
    border-top: 3px solid #f2f2f2;
    border-left: 3px solid #f2f2f2;
    border-bottom: 3px solid #f2f2f2;
    margin: 20px 0;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px;
}

.home-news .leftnews .newsitem {
    display: flex;
    padding: 0 20px 0 40px;
}

.home-news .leftnews .newsitem .newsdate {
    position: absolute;
    left: 5%;
    width: 0;
    background: #2761b5;
    display: flex;
    align-items: center;
    padding: 5px 0;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
}

.home-news .leftnews .newsitem .newsdate h5 {
    font-weight: 700;
    font-size: 21px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
}

.home-news .leftnews .newsitem .newsdate h6 {
    font-weight: 500;
    font-size: 18px;
    white-space: nowrap;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
}

.home-news .leftnews .newsitem .newsdate .newtime {
    padding-left: 20px;
}

.home-news .leftnews .newsitem .newsdate .h-newslist {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.home-news .leftnews .newsitem:hover .newsdate {
    width: 12%;
}

.home-news .leftnews .newsitem .newsdate .h-newslist img {
    position: absolute;
    right: 20px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
    opacity: 0;
}

.home-news .leftnews .newsitem:hover .newsdate .h-newslist img {
    opacity: 1;
}

.home-news .leftnews .newsitem:hover .newsdate h5,
.home-news .leftnews .newsitem:hover .newsdate h6 {
    color: #fff;
}

.home-news .leftnews .newsitem a {
    display: block;
    border-bottom: 1px solid #f2f2f2;
    margin: 0 20px;
}

.home-news .leftnews .newsitem a h3 {
    font-weight: 500;
    font-size: 24px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-news .leftnews .newsitem a p {
    color: #6b6b6b;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-news .rightnews {
    width: 40%;
}

.home-news .rightnews .newsimg {
    background: #f2f2f2;
    padding: 20px 20px 10px 20px;
}

.home-news .rightnews .newsimg img {
    width: 100%;
    height: 100%;
}

.home-news .rightnews .newsimg a {
    color: #333;
}

.home-news .rightnews .newsimg p {
    font-weight: 700;
    font-size: 21px;
    padding-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-news .blue {
    width: 5%;
    background: #2761b5;
    margin: 20px 0;
}

.home-contact {
    margin-top: 200px;
}

.home-contact .contactcontent {
    margin-top: 50px;
}

.home-contact .contactcontent .topcontact {
    background: #2761b5;
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.home-contact .contactcontent .topcontact .lianxi {
    display: flex;
    align-items: center;
}

.home-contact .contactcontent .topcontact .lianxi .text {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}

.home-contact .contactcontent .topcontact .lianxi .text p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
}

.home-contact .contactcontent .topcontact .lianxi .text p:first-child {
    text-transform: uppercase;
}

.home-contact .contactcontent .middlecontact {
    display: flex;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    transform: translateY(-10%);
    position: relative;
    z-index: 1;
}

.home-contact .contactcontent .middlecontact .rightimg {
    width: 50%;
}

.home-contact .contactcontent .middlecontact .rightimg img {
    width: 100%;
    height: 100%;
}

.home-contact .contactcontent .middlecontact .right {
    background-color: #ffff;
    width: 50%;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.home-contact .contactcontent .middlecontact .right ul li {
    line-height: 3;
    font-weight: 700;
    font-size: 18px;
}

.home-contact .map {
    width: 100%;
    height: 100%;
    margin-top: -18%;
}

.banner {
    margin-top: 30px;
}

.banner img {
    width: 100%;
    height: 100%;
}

.aboutcontent {
    margin: 15px 0;
}

.aboutcontent p {
    line-height: 2;
}

.honorcontent {
    margin-top: 30px;
}

.honorcontent .honoritem {
    border: 1px solid #ddd;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

.honorcontent .honoritem .honorimg {
    position: relative;
    width: 100%;
    padding: 38% 0;
    overflow: hidden;
    background: #ececec;
}

.honorcontent .honoritem .honorimg img {
    transform: scale(0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
}

.honorcontent .honoritem:hover .honorimg img {
    transform: scale(1.1);
}

.honorcontent .honoritem .honortext {
    transition: 0.6s;
    font-size: 16px;
    color: #5b5c5c;
    margin-top: 2%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.honorlist {
    margin-top: 30px;
}

.honorlist h1 {
    text-align: center;
    line-height: 1.6;
    font-size: 28px;
    color: #333;
    font-weight: 700;
}

.honorlist h5 {
    font-size: 16px;
    color: #ccc;
    text-align: center;
}

.honorlist .honorlist-content {
    margin: 24px 0;
    text-align: center;
}

.honorlist .content_text {
    padding-top: 30px;
}

.contactcontent {
    margin-top: 15px;
}

.contactcontent h5 {
    color: #666666;
    font-weight: 700;
}

.contactcontent ul {
    margin: 20px 0;
}

.contactcontent ul li {
    line-height: 3;
    border-bottom: 1px dashed #eee;
}

.product {
    margin-top: 15px;
}

.product .productitem {
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.product .productitem .productimg {
    overflow: hidden;
    height: 19rem;
}

.product .productitem .productimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
}

.product .productitem .producttitle {
    padding: 10px 15px;
    margin-bottom: 0;
    color: #666;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product .productitem:hover .productimg img {
    transform: scale(1.1);
}

.productlist .productlistimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.productlist .productlisttext {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.productlist .productlisttext .pro_top {
    font-size: 24px;
}

.productlist .productlisttext .pro_top h6 {
    color: #999;
    margin-top: 10px;
}

.pro_contact {
    margin: 12px 0;
    padding: 12px;
    border-radius: 6px;
    color: #fff;
    background: linear-gradient(45deg, #1B3884 0%, #1048a0 100%);
    align-items: center;
}

.pro_contact p {
    margin: 0;
    display: flex;
}

.pro_contact p span {
    margin-left: 10px;
}

.pro-bottom {
    margin-bottom: 20px;
}

.bigtit {
    font-size: 16px;
    font-weight: bold;
    display: block;
    border-left: 5px solid #2761b5;
    padding-left: 15px;
    line-height: 2.6;
    margin-bottom: 15px;
    margin-top: 25px;
    background-color: #ecedef;
    color: #888;
}

.pro-bottom .jieshao {
    line-height: 2;
    text-indent: 2rem;
    margin-bottom: 1rem;
}

.pro-bottom table {
    margin-bottom: 1rem;
}

.pro-bottom table p {
    margin-bottom: 0;
}

.pro-news ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #ecedef;
    padding-right: 10px;
}

.pro-news ul li a {
    display: block;
    line-height: 2.5;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 15px;
}

.pro-news ul li span {
    white-space: nowrap;
    display: block;
}

.listitem {
    text-align: center;
}

.listitem .listimg {
    height: 14rem;
    overflow: hidden;
}

.listitem .listimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
}

.listitem p {
    line-height: 2.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 10px;
    color: #333;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
}

.listitem:hover .listimg img {
    transform: scale(1.1);
}

.listitem:hover p {
    background-color: #2761b5;
    color: #fff;
}

.factorycontent {
    margin-top: 15px;
}

.factorycontent .factoryitem {
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.factorycontent .factoryitem .factoryimg {
    width: 100%;
    height: 14rem;
    overflow: hidden;
}

.factorycontent .factoryitem .factoryimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
}

.factorycontent .factoryitem .factorytext {
    color: #333;
    padding: 10px;
}

.factorycontent .factoryitem:hover .factoryimg img {
    transform: scale(1.1);
}

.news {
    margin-top: 15px;
}

.news .newsitem {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
}

.news .newsitem .newstitle {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
}

.news .newsitem .newstitle h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news .newsitem .newstitle .date {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}

.news .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;
}

.news .newsitem .newsmore {
    margin-top: 15px;
}

.news .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;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
}

.news .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);
}

.news .newsitem:hover .newstitle h3 {
    color: #616062;
}

.news .newsitem:hover .newsmore span {
    color: #fff;
    background-color: #616062;
}

.newslist {
    margin-top: 30px;
}

.newslist .newslisttitle {
    font-size: 21px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
    text-align: center;
}

.newslist .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;
}

.newslist .newsbar .newsbartime {
    margin-right: 20px;
}

.newslist .newslisttext {
    line-height: 2;
    color: #333;
}

.newslist .content_text {
    margin-top: 30px;
}