.home-slide img {
    width: 100%;
    height: 100%;
}

.home-slide .swiper {
    z-index: 0;
}

.youshi ul {
    display: flex;
    border-top: 8px solid #40489a;
    transform: translateY(-6px);
    position: relative;
    z-index: 1;
}

.youshi ul li {
    width: 33.33333%;
    text-align: center;
    border: 1px solid #eee;
    padding: 30px 40px;
}

.youshi ul li:nth-child(1),
.youshi ul li:nth-child(2) {
    border-right: 0;
}

.youshi ul li h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    color: #40489a;
}

.youshi ul li p {
    margin-bottom: 0;
    color: #8e8e8e;
    font-size: 14px;
    line-height: 2;
}

.home-about {
    margin-top: 50px;
}

.home-about .aboutcontent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-about .aboutcontent .leftabout {
    width: 45%;
}

.home-about .aboutcontent .leftabout h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
    color: #40489a;
}

.home-about .aboutcontent .leftabout h5 {
    color: #8e8e8e;
    font-size: 21px;
    border-bottom: 1px solid #8e8e8e;
    padding-bottom: 30px;
}

.home-about .aboutcontent .leftabout p {
    margin-bottom: 0;
    line-height: 2;
    margin-top: 15px;
    letter-spacing: 1px;
    text-indent: 2rem;
}

.home-about .aboutcontent .rightabout {
    width: 45%;
    overflow: hidden;
}

.home-about .aboutcontent .rightabout img {
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.home-about .aboutcontent .rightabout img:hover {
    transform: scale(1.1);
}

.home-product {
    margin-top: 100px;
}

.home-product .producttitle {
    text-align: center;
}

.home-product .producttitle h3 {
    font-weight: 700;
    font-size: 32px;
    color: #40489a;
}

.home-product .producttitle p {
    margin-bottom: 0;
    color: #8e8e8e;
}

.home-product .productcontent {
    padding: 50px 0;
    margin-top: 50px;
    background: url(../images/bgproduct.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    background-attachment: fixed;
}

.home-product .productcontent img {
    width: 100%;
    height: 100%;
}

.home-product .productcontent .productflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-product .productcontent .leftproduct ul li {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.home-product .productcontent .leftproduct ul li:last-child {
    margin-bottom: 0;
}

.home-product .productcontent .leftproduct .productnum {
    background: #0f0f0f;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    position: relative;
    z-index: 1;
}

.home-product .productcontent .leftproduct .productnav {
    background: #5d5d5d;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 5px 25px;
    border-radius: 20px;
    width: 200px;
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -o-transform: translateX(-30px);
}

.home-product .productcontent .leftproduct ul li:hover .productnum {
    background: #fdbb2d;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    animation: ripple 1s linear infinite;
    -webkit-animation: ripple 1s linear infinite;
    -moz-animation: ripple 1s linear infinite;
    -o-animation: ripple 1s linear infinite;
}

.home-product .productcontent .leftproduct ul li:hover .productnav {
    color: #fdbb2d;
    background: #fff;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(253 187 45 / 25%), 0 0 0 5px rgb(253 187 45 / 25%), 0 0 0 10px rgb(253 187 45 / 25%)
    }

    100% {
        box-shadow: 0 0 0 5px rgb(253 187 45 / 25%), 0 0 0 10px rgb(253 187 45 / 25%), 0 0 0 20px rgba(50, 100, 245, 0)
    }
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(253 187 45 / 50%), 0 0 0 5px rgb(253 187 45 / 50%), 0 0 0 10px rgb(253 187 45 / 50%)
    }

    100% {
        box-shadow: 0 0 0 5px rgb(253 187 45 / 25%), 0 0 0 10px rgb(253 187 45 / 25%), 0 0 0 20px rgba(50, 100, 245, 0)
    }
}

@-moz-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(253 187 45 / 25%), 0 0 0 5px rgb(253 187 45 / 25%), 0 0 0 10px rgb(253 187 45 / 25%)
    }

    100% {
        box-shadow: 0 0 0 5px rgb(253 187 45 / 25%), 0 0 0 10px rgb(253 187 45 / 25%), 0 0 0 20px rgba(50, 100, 245, 0)
    }
}

@-o-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(253 187 45 / 25%), 0 0 0 5px rgb(253 187 45 / 25%), 0 0 0 10px rgb(253 187 45 / 25%)
    }

    100% {
        box-shadow: 0 0 0 5px rgb(253 187 45 / 25%), 0 0 0 10px rgb(253 187 45 / 25%), 0 0 0 20px rgba(50, 100, 245, 0)
    }
}

.home-product .productcontent .middleproduct .productitem {
    display: flex;
    justify-content: center;
}

.home-product .productcontent .middleproduct .productitem img {
    max-width: 100%;
    height: auto;
}

.home-product .productcontent .productall {
    display: flex;
    align-items: flex-end;
}

.home-product .productcontent .productbtn {
    display: flex;
}

.home-product .productcontent .productbtn .leftjiantou {
    padding-right: 50px;
}

.home-product .productcontent .productbtn .leftjiantou,
.home-product .productcontent .productbtn .rightjiantou {
    position: relative;
    cursor: pointer;
}

.home-product .productcontent .productbtn .leftjiantou img,
.home-product .productcontent .productbtn .rightjiantou img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.home-product .productcontent .productbtn .leftjiantou img:nth-child(2),
.home-product .productcontent .productbtn .rightjiantou img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.home-product .productcontent .productbtn .leftjiantou:hover img:nth-child(2),
.home-product .productcontent .productbtn .rightjiantou:hover img:nth-child(2) {
    opacity: 1;
}

.home-product .productcontent .leftproduct ul li.active .productnum {
    background: #fdbb2d;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    animation: ripple 1s linear infinite;
    -webkit-animation: ripple 1s linear infinite;
    -moz-animation: ripple 1s linear infinite;
    -o-animation: ripple 1s linear infinite;
}

.home-product .productcontent .leftproduct ul li.active .productnav {
    color: #fdbb2d;
    background: #fff;
}

.prowp {
    width: unset;
    max-width: 84%;
}

.proimg {
    position: relative;
}

.productcontent .im img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.productcontent .p1 {
    position: absolute;
    bottom: 37%;
    height: 15vw;
}

.productcontent .p2 {
    position: absolute;
    bottom: 7%;
    left: 1%;
    height: 10vw;
}

.productcontent .p5 {
    position: absolute;
    bottom: 7%;
    left: 45%;
    height: 12vw;
}

.productcontent .p3 {
    position: absolute;
    bottom: 6%;
    right: -0.5%;
    height: 16vw;
}

.productcontent .p4 {
    position: absolute;
    top: 2%;
    right: 6%;
    height: 15vw;
}

.home-choice {
    margin-top: 100px;
}

.title {
    text-align: center;
}

.title h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
    color: #40489a;
}

.title p {
    margin-bottom: 0;
    color: #8e8e8e;
    line-height: 1.6;
}

.home-choice .choicecontent {
    margin-top: 100px;
    display: flex;
}

.home-choice .choicecontent .choiceleft {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-choice .choicecontent .choiceleft .choicetext {
    display: flex;
}

.home-choice .choicecontent .choiceleft .choicetext .choiceimg {
    position: relative;
    margin-right: 20px;
}

.home-choice .choicecontent .choiceleft .choicetext .choiceimg img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.home-choice .choicecontent .choiceleft .choicetext .choicejieshao h6 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.home-choice .choicecontent .choiceleft .choicetext .choicejieshao p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
}

.home-choice .choicecontent .choiceleft .choicetext:hover .choiceimg img:nth-child(2) {
    opacity: 1;
}

.home-choice .choicecontent .choiceleft .choicetext:hover .choicejieshao h6 {
    color: #fdbb2d;
}

.home-choice .choicecontent .choicemiddle {
    width: 50%;
    text-align: center;
}

.home-choice .choicecontent .choicemiddle img {
    max-width: 100%;
    height: auto;
}

.home-partner {
    margin-top: 200px;
}

.home-partner .partnercontent {
    display: flex;
    margin-top: 50px;
}

.home-partner .partnercontent .leftpartner {
    width: 50%;
    padding: 100px 60px;
    background: #40489a;
}

.home-partner .partnercontent .leftpartner h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.home-partner .partnercontent .leftpartner p {
    line-height: 2;
    text-indent: 2rem;
    color: #fff;
    margin: 50px 0;
}

.home-partner .partnercontent .leftpartner .partnermore a {
    display: block;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    width: fit-content;
    padding: 8px 50px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.home-partner .partnercontent .leftpartner .partnermore a:hover {
    color: #40489a;
    background: #fff;
}

.home-partner .partnercontent .rightpartner {
    border: 1px solid #c7c7c7;
    width: 50%;
    padding: 50px 40px;
}

.home-partner .partnercontent .rightpartner .partneritem {
    display: flex;
    align-items: center;
}

.home-partner .partnercontent .rightpartner .partneritem img {
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.home-news {
    margin-top: 100px;
    margin-bottom: 150px;
}

.home-news .title {
    margin-bottom: 80px;
}

.home-news .newsitem {
    margin-bottom: 20px;
}

.home-news .newsitem h3 {
    color: #333;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-news .newsitem .newsimg {
    overflow: hidden;
}

.home-news .newsitem .newsimg img {
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.home-news .newsitem .newstext {
    color: #8e8e8e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 30px 10px;
    font-weight: 700;
}

.home-news .newsitem .newstime {
    display: flex;
    align-items: center;
}

.home-news .newsitem .newstime span {
    color: #8e8e8e;
    font-size: 14px;
    padding-left: 10px;
}

.home-news .newsitem:hover .newsimg img {
    transform: scale(1.1);
}

.pagenav {
    background-color: #f1f1f1;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eaeaea;
}

.pagenav ul {
    display: flex;
}

.pagenav ul li {
    font-size: 18px;
    padding: 0 20px;
    margin-right: 30px;
}

.pagenav ul li:first-child {
    padding: 0 20px 0 0;
}

.pagenav ul li:last-child {
    padding: 0 0 0 20px;
    margin-right: 0;
}

.pagenav ul li a {
    color: #666;
    font-weight: 700;
}

.pagenav ul li a:hover {
    color: #40489a;
}

.pagenav ul li a.active {
    color: #40489a;
}

.m-pagenav {
    background-color: #40489a;
    margin: 20px 0;
    display: none;
}

.m-pagenav .mflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
}

.m-pagenav h3 {
    color: #fff;
    font-weight: 500;
}

.m-pagenav .mflex .mimg img {
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.m-pagenav .mflex .mimg img.active {
    transform: rotate(90deg);
}

.m-pagenav ul {
    padding: 10px 30px;
    display: none;
}

.m-pagenav ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.m-pagenav ul li:first-child {
    padding: 0 0 10px 0;
}

.m-pagenav ul li:last-child {
    border-bottom: 0;
}

.m-pagenav ul li a {
    color: #fff;
    display: block;
}

.m-pagenav ul li a.active {
    color: #fdbb2d;
}

.innertitle {
    color: #333;
    font-size: 32px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: normal;
}

.aboutcontent .aboutintroduce p,
.aboutcontent .aboutintroduce {
    line-height: 2;
}

.aboutcontent .aboutintroduce p img,
.aboutcontent .aboutintroduce img {
    max-width: 100%;
}

.newscontent .newsintroduce ul li {
    margin-bottom: 40px;
    padding: 15px;
    border: 1px solid #e8e8e8;
}

.newscontent .newsintroduce ul li a {
    display: flex;
}

.newscontent .newsintroduce ul li .newstime {
    width: 8%;
}

.newscontent .newsintroduce ul li .newstime .day {
    width: 80px;
    height: 68px;
    background: #acacac;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 68px;
    margin: 0;
    color: #fff;
}

.newscontent .newsintroduce ul li .newstime .year {
    width: 80px;
    height: 36px;
    background: #818181;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin: 0;
}

.newscontent .newsintroduce ul li .newstext {
    width: 92%;
}

.newscontent .newsintroduce ul li .newstext h3 {
    font-size: 24px;
    color: #444;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
}

.newscontent .newsintroduce ul li .newstext p {
    margin-bottom: 0;
    color: #777;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newscontent .newsintroduce ul li:hover .newstext h3 {
    color: #40489a;
}

.newslist h2,
.caselist h2 {
    font-size: 32px;
    color: #333;
    font-weight: 400;
    margin-bottom: 16px;
    text-align: center;
    margin-top: 20px;
}

.newslist .share,
.caselist .share {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px #e7e7e7 solid;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
}

.newslist .share p,
.caselist .share p {
    margin: 0 10px;
    font-size: 14px;
    color: #999;
}

.newslist .newslistcontent,
.caselist .caselistcontent {
    margin: 24px 0;
}

.newslist .newslistcontent,
.newslist .newslistcontent p {
    line-height: 2;
}

.newslist .newslistcontent img,
.newslist .newslistcontent p img,
.caselist .caselistcontent img,
.caselist .caselistcontent p img {
    max-width: 100%;
    height: auto;
}

.caselist .caselistcontent p,
.caselist .caselistcontent {
    text-align: center;
}

.contactcontent .contactintroduce h3 {
    font-weight: 500;
}

.contactcontent .contactintroduce ul {
    margin-top: 30px;
}

.contactcontent .contactintroduce ul li {
    line-height: 4;
    border-bottom: 1px dashed #999;
}

.casetcontent .casetintroduce .caseitem {
    border: 1px solid #ccc;
    margin-bottom: 40px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.casetcontent .casetintroduce .caseitem .caseimg {
    overflow: hidden;
    height: 18rem;
}

.casetcontent .casetintroduce .caseitem .caseimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.casetcontent .casetintroduce .caseitem p {
    margin-bottom: 0;
    padding: 0 10px;
    line-height: 3;
    color: #333;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.casetcontent .casetintroduce .caseitem:hover {
    border: 1px solid #333;
}

.casetcontent .casetintroduce .caseitem:hover .caseimg img {
    transform: scale(1.1);
}

.productcontent .productintroduce {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.productcontent .productintroduce .productitem {
    width: 49%;
    display: flex;
    padding: 30px 20px;
    margin-bottom: 40px;
    border: 1px solid #e5e6e8;
    box-shadow: 0 0 10px rgba(0, 204, 204, .2);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 204, 204, .2);
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
}

.productcontent .productintroduce .productitem .productimg {
    width: 50%;
    text-align: center;
    height: 20rem;
    overflow: hidden;
}

.productcontent .productintroduce .productitem .productimg img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.productcontent .productintroduce .productitem .producttext {
    width: 50%;
}

.productcontent .productintroduce .productitem .producttext h5 {
    font-size: 24px;
    color: #555;
    border-bottom: 1px solid #e5e6e8;
    padding: 6px 0;
    margin-bottom: 20px;
    font-weight: normal;
}

.productcontent .productintroduce .productitem .producttext p {
    line-height: 24px;
    color: #666;
    font-size: 16px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.productcontent .productintroduce .productitem .producttext a {
    color: #40489a;
    border: 1px solid #40489a;
    padding: 7px 25px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.productcontent .productintroduce .productitem .producttext a:hover {
    color: #fff;
    background-color: #40489a;
}

.productcontent .productintroduce .productitem:hover {
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    box-shadow: 0 0 10px rgba(0, 204, 204, .5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 204, 204, .5);
}

.productcontent .productintroduce .productitem:hover .productimg img {
    transform: scale(1.1);
}

.partnercontent .partnerintroduce {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.partnercontent .partnerintroduce .partnerimg {
    border: 1px solid #ccc;
    height: 100px;
    text-align: center;
    margin-bottom: 20px;
    width: 15%;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.partnercontent .partnerintroduce .partnerimg img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.productall {
    padding: 50px 0;
    background-color: #F4F4F4;
}

.productlistbox {
    background: #fff;
    border-radius: 10px;
    padding: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.productlistbox .leftbox {
    width: 40%;
}

.productlistbox .leftbox .bigimg {
    width: 100%;
    height: 530px;
    border: 1px #e1e1e1 solid;
    overflow: hidden;
}

.productlistbox .leftbox .bigimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.boots {
    position: relative;
    outline: none;
}

.boots .thumbs {
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
    height: 90px;
}

.boots .thumbs .swiper-slide {
    border: 1px #e1e1e1 solid;
}

.boots .thumbs .swiper-slide-thumb-active {
    border: 1px solid #40489a;
}

.boots .thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.boots .swiper-button-next {
    cursor: pointer;
    position: absolute;
    top: 22px;
    right: 0;
    z-index: 9;
    background: #f4f4f4 url(../images/rbt1.png) no-repeat 50%;
    width: 40px;
    height: 90px;
    border-radius: 0;
}

.boots .swiper-button-prev {
    cursor: pointer;
    position: absolute;
    top: 22px;
    left: 0;
    z-index: 9;
    background: #f4f4f4 url(../images/lbt1.png) no-repeat 50%;
    width: 40px;
    height: 90px;
    border-radius: 0;
}

.boots .swiper-button-next::after,
.boots .swiper-button-prev::after {
    content: '';
}

.boots .swiper-button-next:hover {
    background: #40489a url(../images/rbt2.png) no-repeat 50%;
}

.boots .swiper-button-prev:hover {
    background: #40489a url(../images/lbt2.png) no-repeat 50%;
}

.rightbox {
    width: 57%;
}

.rightbox h1 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.rightbox .pro_txt {
    margin-bottom: 0;
    line-height: 2;
    text-indent: 2rem;
    margin: 15px 0;
}

.rightbox h6 {
    color: #888;
    margin-top: 10px;
}

.rightbox img,
.rightbox video {
    max-width: 100%;
    height: auto;
}

.lx {
    margin-top: 30px;
}

.lx .tel {
    cursor: pointer;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 0 30px;
    width: fit-content;
    outline: none;
    border-radius: 3px;
    height: 52px;
    line-height: 52px;
    background: #ffcb2d;
    color: #333;
    border: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.lx .tel:hover {
    opacity: .8;
}

.lx .iconfont {
    font-size: 18px;
    margin-right: 3px;
}

.tabbox {
    background: #fff;
    border-radius: 0 0 10px 10px;
    margin-top: 35px;
    padding-left: 0;
    padding-right: 0;
}

.slideTxtBox .hd {
    background-color: #f4f4f4;
}

.slideTxtBox .hd ul {
    display: flex;
}

.slideTxtBox .hd li {
    padding: 0 30px;
    background: #e1e1e1;
    border-radius: 10px 10px 0 0;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-right: 12px;
    cursor: pointer;
    font-weight: bold;
}

.slideTxtBox .hd li.on {
    background: #fff;
    color: #40489a;
    font-weight: bold;
}

.slideTxtBox .bd {
    background: #fff;
    padding: 35px;
}

.item1-txt {
    line-height: 2;
    color: #818181;
    font-size: 16px;
}

.item1-txt p {
    margin-bottom: 0;
    color: #333;
}

.item1-txt img,
.item1-txt video {
    max-width: 100%;
    height: auto;
}

.tjbox h2 {
    font-weight: 700;
    font-size: 28px;
    margin: 50px 0 20px 0;
}

.listbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listitem {
    width: 31%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 25px;
    margin-bottom: 2%;
}

.listitem:last-child {
    margin-right: 0;
}

.listitem .listimg {
    height: 12vw;
    overflow: hidden;
}

.listitem .listimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.listitem .listtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-top: 5px;
}

.listitem .listtext {
    color: #656d78;
    line-height: 1.5;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.listitem .listmore a {
    display: block;
    width: fit-content;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #40489a;
    color: #fff;
    padding: 0 30px;
    margin: 0 auto;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}

.listitem .listmore a:hover {
    background: #ffcb2d;
    font-size: 15px;
}

.listitem:hover .listimg img {
    transform: scale(1.1);
}