.home-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.home-about .habouttext {
    color: #fff;
    line-height: 2;
    font-size: 20px;
    padding: 5% 0;
    text-indent: 2rem;
    width: 60%;
    margin: 0 auto;
    letter-spacing: 1px;
}

.home-about .more a {
    display: block;
    color: #fff;
    background-color: #297fae;
    width: fit-content;
    border-radius: 30px;
    padding: 10px 40px;
    font-size: 24px;
    margin: 0 auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.home-about .more a:hover {
    background-color: #fff;
    color: #297fae;
}

.home-about ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
}

.home-about ul li {
    text-align: center;
    width: 33.33333%;
}

.home-about ul li h4 {
    color: #297fae;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.home-about ul li h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.home-product ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    margin: 50px 0;
}

.home-product ul li {
    background-color: #e0e5eb;
    color: #333;
    font-size: 26px;
    padding: 10px 60px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
}

.home-product ul li.active {
    background-color: #297fae;
    color: #fff;
}

.home-product .hproductitem {
    background-color: #fff;
    border: 1px solid #eee;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.home-product .hproductitem a {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.home-product .hproductitem .hproducttext {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.home-product .hproductitem .hproducttext p {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.home-product .hproductitem .hproducttext .productmore {
    background-color: #297fae;
    color: #fff;
    border-radius: 10px;
    padding: 5px 20px;
    white-space: nowrap;
}

.home-product .hproductitem .hproductimg {
    height: 12rem;
}

.home-product .hproductitem .hproductimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-product .hproductitem:hover {
    background-color: #297fae;
    border: 1px solid #297fae;
}

.home-product .hproductitem:hover a .hproducttext p {
    color: #fff;
}

.home-product .hproductitem:hover a .productmore {
    background-color: #fff;
    color: #282c8f;
}

.swiperbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.swiperbtn .swiperpage {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: #a7a7a7;
    display: block;
}

.swiperbtn .swiper-button-next,
.swiperbtn .swiper-button-prev {
    margin: 0;
    position: unset;
    width: unset;
    height: unset;
}

.swiperbtn .carswiper-pagination,
.swiperbtn .moswiper-pagination,
.swiperbtn .xnyswiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
    margin: 0 30px;
}

.swiperbtn .swiper-pagination-bullets {
    width: unset;
}

.swiperbtn .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #a7a7a7;
}

.swiperbtn .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background-color: #297fae;
}

.home-service .wp {
    max-width: 1400px;
    margin: 100px auto 0 auto;
}

.curved {
    position: relative;
    height: 700px;
    border: 3px solid #585b5f;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    border-bottom: 0;
}

.text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text h3 {
    font-size: 38px;
    font-weight: 700;
    color: #297fae;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.text h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.text:hover h3 {
    background: #297fae;
    color: #fff;
}

.text:hover h4 {
    color: #297fae;
}

.text1 {
    position: absolute;
    bottom: 40%;
    left: 3%;
}

.text2 {
    position: absolute;
    bottom: 75%;
    left: 20%;
}

.text3 {
    position: absolute;
    bottom: 75%;
    right: 20%;
}

.text4 {
    position: absolute;
    bottom: 40%;
    right: 3%;
}

.home-chejian .chejiancontent {
    margin-top: 30px;
    margin-bottom: 50px;
}

.home-chejian .chejiancontent .chejianitem {
    margin-top: 20px;
    overflow: hidden;
    height: 18rem;
}

.home-chejian .chejiancontent .chejianitem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.home-chejian .chejiancontent .chejianitem:hover img {
    transform: scale(1.1);
}

.home-chejian .more a {
    display: block;
    color: #fff;
    background-color: #297fae;
    width: fit-content;
    border-radius: 30px;
    padding: 10px 40px;
    font-size: 24px;
    margin: 0 auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.home-chejian .more a:hover {
    background-color: #fff;
    color: #297fae;
}

.home-news .title {
    margin-bottom: 80px;
}

.home-news .hnewsitem {
    margin-bottom: 20px;
}

.home-news .hnewsitem a {
    border-radius: 3px;
}

.home-news .hnewsitem .hnewstime {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 20px;
}

.home-news .hnewsitem .hnewstime h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.home-news .hnewsitem .hnewstime h6 {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    padding-left: 5px;
    margin-bottom: 0;
}

.home-news .hnewsitem .hnewsimg {
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 15rem;
}

.home-news .hnewsitem .hnewsimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.home-news .hnewsitem .hnewscontent {
    background-color: #fff;
    padding: 30px 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.home-news .hnewsitem .hnewscontent h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.home-news .hnewsitem .hnewscontent p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.home-news .hnewsitem .hnewsmore img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.home-news .hnewsitem .hnewsmore {
    position: relative;
}

.home-news .hnewsitem .hnewsmore img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 1px;
    opacity: 0;
}

.home-news .hnewsitem:hover .hnewsimg img {
    transform: scale(1.1);
}

.home-news .hnewsitem:hover .hnewscontent h3,
.home-news .hnewsitem:hover .hnewscontent p {
    color: #297fae;
}

.home-news .hnewsitem:hover .hnewsmore img:nth-child(2) {
    opacity: 1;
}

.home-news .wp {
    width: 1400px;
}

.home-news .newscontent {
    display: flex;
    align-items: center;
}

.home-news .leftbtn,
.home-news .rightbtn {
    position: relative;
    cursor: pointer;
}

.home-news .leftbtn img,
.home-news .rightbtn img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.home-news .leftbtn img:nth-child(2),
.home-news .rightbtn img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.home-news .leftbtn:hover img:nth-child(2),
.home-news .rightbtn:hover img:nth-child(2) {
    opacity: 1;
}

.aboutcontent p {
    line-height: 2;
    font-size: 18px;
    color: #333;
    text-align: justify;
    margin-bottom: 1rem;
}

.aboutcontent img {
    max-width: 100%;
    height: auto;
}

.chejiancontent .chejianitem {
    overflow: hidden;
    margin-bottom: 20px;
    height: 16rem;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.chejiancontent .chejianitem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.chejiancontent .chejianitem:hover img {
    transform: scale(1.1);
}

.contactcontent p {
    margin-bottom: 30px;
    font-size: 18px;
    text-indent: 2rem;
    line-height: 2;
}

.contactcontent ul {
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.contactcontent ul li {
    line-height: 4;
    border-bottom: 1px dashed #999;
}

.productcontent .productitem {
    margin-bottom: 20px;
    border: 1px solid #eee;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.productcontent .productitem .productimg {
    overflow: hidden;
    height: 15rem;
}

.productcontent .productitem .productimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.productcontent .productitem .producttext {
    text-align: center;
    padding: 10px;
    color: #333;
}

.productcontent .productitem:hover {
    border: 1px solid #333;
}

.productcontent .productitem:hover .productimg img {
    transform: scale(1.1);
}

.productlist h2 {
    font-size: 32px;
    color: #333;
    font-weight: 400;
    margin-bottom: 16px;
    text-align: center;
    margin-top: 20px;
}

.productlist .share {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px #e7e7e7 solid;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
}

.productlist .share p {
    margin: 0 10px;
    font-size: 14px;
    color: #999;
}

.productlist .productlistcontent {
    margin: 24px 0;
    text-align: center;
}

.productlist .productlistcontent img {
    max-width: 100%;
    height: auto;
}

.content_text p {
    line-height: 22px;
    padding: 10px;
    border: 1px solid #eeeeee;
    display: flex;
    margin-bottom: 1rem;
}

.content_text p b {
    color: #616062;
    font-weight: normal;
    white-space: nowrap;
}

.content_text p a {
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.newscontent .newsitem {
    border: 1px solid #eee;
    margin-bottom: 20px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.newscontent .newsitem .lyNyNew_text1 {
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
}

.newscontent .newsitem .lyNyNew_text1 .lyNyNew_name {
    overflow: hidden;
    color: #333;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 48px;
}

.newscontent .newsitem .lyNyNew_text1 .lyNyNew_ms {
    margin: 6px auto;
}

.newscontent .newsitem .lyNyNew_text1 .lyNyNew_ms p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.newscontent .newsitem .lyNyNew_text2 {
    padding: 0 48px 0 25px;
    position: relative;
}

.newscontent .newsitem .lyNyNew_text2 .lyNyNew_time {
    color: #aaa;
    font-size: 14px;
    line-height: 48px;
}

.newscontent .newsitem .lyNyNew_text2 .lyNyNew_time i {
    display: block;
    width: 20px;
    height: 20px;
    margin: 14px 10px 14px 0;
    padding: 0;
    float: left;
    background: url(../images/time_icon2.png) center center no-repeat;
}

.newscontent .newsitem .lyNyNew_text2 .lyNyNew_more {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-left: 1px solid #eee;
    background: url(../images/jt2.png) center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.newscontent .newsitem:hover {
    background-color: #297fae;
    border: 1px dashed #297fae;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.newscontent .newsitem:hover .lyNyNew_text1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newscontent .newsitem:hover .lyNyNew_text1 .lyNyNew_name,
.newscontent .newsitem:hover .lyNyNew_text1 .lyNyNew_ms p,
.newscontent .newsitem:hover .lyNyNew_text2 .lyNyNew_time {
    color: #fff;
}

.newscontent .newsitem:hover .lyNyNew_text2 .lyNyNew_time i {
    background: url(../images/time_icon3.png) center center no-repeat;
}

.newscontent .newsitem:hover .lyNyNew_text2 .lyNyNew_more {
    background: url(../images/jt16.png) center center no-repeat;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.newslist h2 {
    font-size: 32px;
    color: #333;
    font-weight: 400;
    margin-bottom: 16px;
    text-align: center;
    margin-top: 20px;
}

.newslist .share {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px #e7e7e7 solid;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
}

.newslist .share p {
    margin: 0 10px;
    font-size: 14px;
    color: #999;
}

.newslist .newslistcontent {
    margin: 24px 0;
}

.newslist .newslistcontent p {
    margin-bottom: 1rem;
    line-height: 2;
}

.newslist .newslistcontent img {
    max-width: 100%;
    height: auto;
}

.newslist .content_text p:hover {
    background-color: #297fae;
}

.newslist .content_text p:hover b,
.newslist .content_text p:hover a,
.newslist .content_text p:hover {
    color: #fff;
}