.home-banner {
    padding-top: 78px;
}

.home-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-about {
    margin-top: 50px;
}

.title {
    text-align: center;
}

.title h4 {
    color: #959595;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
}

.title h3 {
    color: #333;
    font-weight: 700;
    font-size: 32px;
}

.home-about .aboutcontent {
    margin-top: 70px;
    justify-content: space-between;
}

.home-about .aboutcontent .leftabout {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-about .aboutcontent .leftabout h3 {
    color: #104492;
    font-weight: 700;
}

.home-about .aboutcontent .leftabout p {
    margin-bottom: 0;
    color: #333;
    line-height: 2;
    letter-spacing: 1px;
    text-indent: 2rem;
}

.home-about .aboutcontent .aboutimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more a {
    display: flex;
    align-items: center;
    color: #cecece;
    width: fit-content;
    border: 1px solid #cecece;
    border-radius: 3px;
    padding: 10px 60px;
    transition: .3s;
}

.more .moreimg {
    position: relative;
}

.more .moreimg img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 8px;
    opacity: 0;
}

.more a:hover {
    background-color: #104492;
    color: #fff;
    border: 1px solid #104492;
}

.more a:hover .moreimg img {
    transform: translateX(6px);
}

.more a:hover .moreimg img:nth-child(2) {
    opacity: 1;
}

.home-product {
    margin-top: 150px;
}

.home-product .productnav {
    margin: 40px 0;
}

.home-product .productnav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.home-product .productnav ul li a {
    color: #333;
}

.home-product .productnav ul li a::after {
    content: '/';
    padding: 0 7px;
}

.home-product .productnav ul li:last-child a::after {
    content: '';
    padding: 0;
}

.home-product .pro .row>* {
    padding-left: 0;
    padding-right: 0;
}

.home-product .proitem a {
    display: block;
    position: relative;
}

.home-product .proitem a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: .5s;
}

.home-product .proitem .proimg img {
    width: 100%;
    height: 100%;
}

.home-product .proitem .protext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 20px;
    z-index: 1;
    opacity: 1;
}

.home-product .proitem .protext p {
    margin-bottom: 0;
    color: #fff;
}

.home-product .proitem .protext .entext {
    margin-bottom: 10px;
    font-size: 18px;
}

.home-product .proitem .protext .cntext {
    font-size: 24px;
}

.home-product .proitem:hover a::after {
    opacity: 0;
}

.home-product .proitem:hover .protext {
    opacity: 0;
}

.home-product .more {
    margin-top: 50px;
}

.home-product .more a {
    margin: 0 auto;
}

.home-honor {
    margin-top: 100px;
    background: url(../images/bghonor.jpg) no-repeat;
}

.home-honor>img {
    width: 100%;
    height: 100%;
}

.home-honor .title {
    padding: 50px 0;
}

.home-honor .title h4,
.home-honor .title h3 {
    color: #fff;
}

.home-honor .honorimg img {
    width: 100%;
    height: 100%;
}

.home-adv {
    margin-top: 100px;
}

.home-adv .bgadv {
    margin-top: 50px;
    padding: 100px 0;
    background: url(../images/bgadv.jpg) no-repeat;
}

.home-adv .bgadv .advbox {
    background-color: #fff;
}

.home-adv .bgadv .advbox .advboxtopitem {
    padding-top: 30px;
    border-bottom: 2px solid #d3d3d3;
}

.home-adv .bgadv .advbox .advboxtopitem .advitem {
    position: relative;
    cursor: pointer;
}

.home-adv .bgadv .advbox .advboxtopitem .advitem img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.home-adv .bgadv .advbox .advboxtopitem .advitem img:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
}

.home-adv .bgadv .advbox .advboxtopitem .advitem:hover img:nth-child(2) {
    opacity: 1;
}

.home-adv .bgadv .advbox .advboxtopitem .advitem:hover p {
    color: #1587CA;
}

.home-adv .bgadv .advbox .advboxtopitem .advitem.swiper-slide-thumb-active {
    border-bottom: 5px solid #1587CA;
}

.home-adv .bgadv .advbox .advboxtopitem .advitem.swiper-slide-thumb-active img:nth-child(2) {
    opacity: 1;
}

.home-adv .bgadv .advbox .advboxtopitem .advitem.swiper-slide-thumb-active p {
    color: #1587CA;
}

.home-adv .bgadv .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: #1587CA;
}

.home-adv .bgadv .advbox .advtext {
    padding: 100px 100px 150px 100px;
}

.home-adv .bgadv .advbox .advtext h3 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 10px;
}

.home-adv .bgadv .advbox .advtext p {
    margin-bottom: 0;
    font-size: 24px;
}

.home-news {
    margin-top: 100px;
}

.home-news .title {
    margin-bottom: 50px;
}

.home-news .newsitem {
    box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.home-news .newsitem .newsimg img {
    width: 100%;
    height: 100%;
}

.home-news .newsitem .newstext {
    padding: 20px;
}

.home-news .newsitem .newstext h3 {
    font-size: 21px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-news .newsitem .newstext p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

.home-news .newsitem .newstext .newsmore {
    padding: 20px;
}

.home-news .newsitem .newstext .newsmore a {
    color: #333;
}

.home-news .more a {
    margin: 50px auto auto;
}

.banner {
    padding-top: 78px;
}

.banner img {
    width: 100%;
    height: 100%;
}

.main .content .abouttext {
    margin: 15px 0;
}

.main .content .abouttext 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;
}

.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;
}

.culturecontent,
.orgcontent {
    text-align: center;
    margin: 30px 0;
}

.scsbtext,
.cqhjtext {
    margin-top: 30px;
}

.scsbtext img,
.cqhjtext img {
    width: 100%;
    height: 100%;
}

.gsyjtext {
    margin-top: 30px;
}

.historytext {
    margin-top: 30px;
}

.contactcontent {
    margin-top: 15px;
}

.contactcontent h5 {
    color: #666666;
    font-weight: 700;
}

.contactcontent ul {
    margin: 0;
    padding: 0;
}

.contactcontent ul li {
    line-height: 2;
}

.news {
    margin-top: 15px;
}

.news .newsitem {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
}

.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;
}

.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;
}

.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;
}

.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 #104492;
    padding-left: 15px;
    line-height: 2.6;
    margin-bottom: 15px;
    margin-top: 25px;
    background-color: #ecedef;
    color: #888;
}

.pro-bottom p {
    margin-bottom: 0;
    line-height: 2;
}

.listitem {
    text-align: center;
}

.listitem .listimg {
    height: 14rem;
    overflow: hidden;
}

.listitem .listimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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;
}

.listitem:hover .listimg img {
    transform: scale(1.1);
}

.listitem:hover p {
    background-color: #104492;
    color: #fff;
}