@font-face {
    font-family: PingFang-Regular;
    src:url("../font/pingfang/PingFang-Regular.otf");
}
@font-face {
    font-family: PingFang-Bold;
    src:url("../font/pingfang/PingFang-Bold.ttf");
}

/* style */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: PingFang-Regular;
}
h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0;
    font-family: PingFang-Bold;
}
p {
    margin-bottom: 0;
}
li {
    list-style: none;
}

/* header */
.header-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.header-nav .logo {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
}
.header-nav .container {
    width: 100%;
    height: 80px;
}
.header-nav .container .row {
    height: 100%;
}
.header-nav ul {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin: 0;
}
.header-nav ul .sut {
    position: relative;
}
.header-nav ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 0 24px;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
}
.header-nav ul li a:hover {
    transition: all .3s;
    /* color: #0049FB; */
}
.header-nav ul li.active a {
    /* color: #0049FB; */
    font-size: 16px;
    text-decoration: underline;
}
.header-nav ul li .sub {
    position: absolute;
    top: 20px;
    width: 130%;
    left: -15%;
    padding: 8px;
    display: none;
    padding-top: 24px;
}
.header-nav ul li .sub1 {
    background-color: rgba(255, 255, 255, .99);
    border-radius: 4px;
    padding: 8px 0;
}
.header-nav ul li .sub a {
    text-align: center;
    color: #000;
    display: block;
    height: 40px;
    line-height: 40px;
}
.header-nav ul li:hover .sub {
    display: block;
}
.header-nav .ul-right {
    /* background-color: #0049FB; */
    padding: 0 30px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
}
.header-nav .ul-right i {
    margin-left: 6px;
}

/* banner */
.banner img {
    width: 100%;
    display: block;
}
.banner .swiper-button-prev, .swiper-rtl .swiper-button-next,
.banner .swiper-button-next, .swiper-rtl .swiper-button-prev {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.banner .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.banner .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 18px;
    color: #fff;
}
.banner .swiper-pagination-bullet {
    border-radius: 0;
    width: 30px;
    height: 4px;
}
.banner .swiper-pagination-bullet-active {
    background-color: #fff;
}

/* footer */
.footer {
    background-color: #292E33;
    padding: 60px 0 180px 0;
}
.footer .cont {
    display: flex;
    justify-content: space-between;
}
.footer .cont .c-1 {
    color: #fff;
    font-size: 20px;
}
.footer .cont .c-2 {
    display: flex;
}
.footer .cont .c-2 .n {
    padding: 0 30px;
}
.footer .cont .c-2 .n h4 {
    padding-bottom: 10px;
}
.footer .cont .c-2 .n h4 a {
    color: #fff;
}
.footer .cont .c-2 .n p a {
    color: #626E78;
    display: block;
    margin-top: 6px;
}
.footer .cont .c-2 .n h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.footer .cont .c-2 .n p {
    margin-bottom: 0;
}
.footer .cont .c-3 {
    display: flex;
}
.footer .cont .c-3 img {
    width: 110px;
    margin-left: 16px;
    display: block;
}

/* title style */
.title-bt1 h4 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #101010;
    padding-bottom: 10px;
    font-family: PingFang-Bold;
    font-weight: 700;
}
.title-bt1 p {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    color: #101010;
}
.title-bt2 .b-bt {
    color: #333333 100%;
    font-size: 34px;
    font-family: PingFang-Bold;
}
.title-bt2 .b-p {
    color: #333333 100%;
    font-size: 30px;
}
.title-bt3 .b-bt {
    color: #333333 100%;
    font-size: 34px;
    font-family: PingFang-Bold;
}
.title-bt3 .b-p {
    color: #333333 100%;
    font-size: 30px;
}
.title-bt4 h4 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #101010;
    padding-bottom: 10px;
    font-family: PingFang-Bold;
    font-weight: 700;
}
.title-bt4 p {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    color: #101010;
    width: 88%;
    margin: 0 auto;
}
.title-bt5 h4 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #101010;
    padding-bottom: 30px;
    font-family: PingFang-Bold;
    font-weight: 700;
}
.title-bt5 p {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    color: #101010;
}

/* 公共 */
.p-t60 {
    padding-top: 60px;
}
.p-b60 {
    padding-bottom: 60px;
}
.p-t20 {
    padding-top: 20px;
}


.gg-hxbj .ner {
    display: flex;
    flex-wrap: wrap;
}
.gg-hxbj .ner .n {
    width: 32%;
    margin-top: 2%;
    height: 224.06px;
    position: relative;
}
.gg-hxbj .ner .n:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
}
.gg-hxbj .ner .n .img {
    width: 100%;
    height: 224.06px;
    overflow: hidden;
}
.gg-hxbj .ner .n .img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.gg-hxbj .ner .n .img img:hover {
    transform: scale(1.1);
    transition: all .6s;
}
.gg-hxbj .ner .n .tex {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .5);
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.gg-hxbj .ner-1 {
    margin-top: 2%;
    position: relative;
}
.gg-hxbj .ner-1 .img {
    max-width: 80%;
    height: 477px;
    overflow: hidden;
}
.gg-hxbj .ner-1 .img img {
    height: 100%;
    cursor: pointer;
}
.gg-hxbj .ner-1 .img img:hover {
    transform: scale(1.05);
    transition: all .6s;
}
.gg-hxbj .ner-1 .tex {
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 90px;
}
.gg-hxbj .ner-1 .tex {
    box-shadow: 0 0 5px 0 #ccc;
    width: 400px;
    padding: 40px 100px;
}
.gg-hxbj .ner-1 .tex h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.gg-hxbj .ner-1 .tex p {
    line-height: 2;
    font-size: 16px;
    font-weight: 700;
}

.gg-tjiao .ner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gg-tjiao .le {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
}
.gg-tjiao .le img {
    width: 160px;
    height: 160px;
}
.gg-tjiao .le p {
    text-align: center;
    font-weight: 700;
    padding-top: 16px;
    font-size: 20px;
}
.gg-tjiao .ri {
    box-shadow: 0 0 2px 0 #ccc;
    padding: 36px 28px;
    width: 45%;
}
.gg-tjiao .ri h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.gg-tjiao .ri p {
    padding: 16px 0 10px 0;
}
.gg-tjiao .ri span {
    color: red;
}
.gg-tjiao .ri input {
    outline: none;
    padding: 0 10px;
    height: 44px;
    border: 1px solid #d8d8d8;
    width: 100%;
}
.gg-tjiao .ri .f-2 {
    display: flex;
    justify-content: space-between;
}
.gg-tjiao .ri .f-2 label {
    margin-bottom: 0;
    width: 46.5%;
}
.gg-tjiao .ri .f-3 {
    display: flex;
    justify-content: space-between;
}
.gg-tjiao .ri .f-3 label:nth-child(2) {
    margin-bottom: 0;
    width: 39.5%;
}
.gg-tjiao .ri .f-3 label:nth-child(1) {
    margin-bottom: 0;
    width: 57.5%;
}
.gg-tjiao .ri .f-1 textarea {
    outline: none;
    padding: 10px;
    height: 120px;
    border: 1px solid #d8d8d8;
    width: 100%;
}
.gg-tjiao .ri .f-5 {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}
.gg-tjiao .ri .f-5 button {
    width: 40%;
    height: 44px;
    border: 1px solid #d8d8d8;
    background-color: transparent;
    border-radius: 6px;
}

.gg-tjiao1 .ner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.gg-tjiao1 .le {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
}
.gg-tjiao1 .le img {
    width: 110px;
    height: 110px;
}
.gg-tjiao1 .le p {
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
}
.gg-tjiao1 .ri {
    width: 35%;
}
.gg-tjiao1 .ri h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.gg-tjiao1 .ri p {
    padding: 10px 0 4px 0;
}
.gg-tjiao1 .ri span {
    color: red;
}
.gg-tjiao1 .ri input {
    outline: none;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #d8d8d8;
    width: 100%;
}
.gg-tjiao1 .ri .f-2 {
    display: flex;
    justify-content: space-between;
}
.gg-tjiao1 .ri .f-2 label {
    margin-bottom: 0;
    width: 46.5%;
}
.gg-tjiao1 .ri .f-3 {
    display: flex;
    justify-content: space-between;
}
.gg-tjiao1 .ri .f-3 label:nth-child(1) {
    margin-bottom: 0;
    width: 55%;
}
.gg-tjiao1 .ri .f-3 label:nth-child(2) {
    margin-bottom: 0;
    width: 18%;
}
.gg-tjiao1 .ri .f-3 label:nth-child(3) {
    margin-bottom: 0;
    width: 18%;
}
.gg-tjiao1 .ri .f-1 textarea {
    outline: none;
    padding: 10px;
    height: 100px;
    border: 1px solid #d8d8d8;
    width: 100%;
}
.gg-tjiao1 .ri .f-5 {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}
.gg-tjiao1 .ri .f-5 button {
    width: 40%;
    height: 44px;
    border: 1px solid #d8d8d8;
    background-color: transparent;
    border-radius: 6px;
}

/* index */
.index-0 .ner {
    display: flex;
    justify-content: space-between;
}
.index-0 .tex {
    width: 665px;
    height: 475px;
    position: relative;
}
.index-0 .tex .t-1 {
    padding-top: 24px;
}
.index-0 .tex .t-1 p {
    font-size: 16px;
    color: #101010;
    line-height: 2;
    padding-right: 20px;
    letter-spacing: 0.5px;
}
.index-0 .tex .t-2 {
    display: flex;
    justify-content: space-around;
    box-shadow: 0 0 4px 0 #ccc;
    position: absolute;
    bottom: 30px;
    width: 720px;
    background-color: #fff;
    padding: 20px 15px;
}
.index-0 .tex .t-2 .t {
    border-left: 1px solid #ccc;
    flex: 1;
    text-align: center;   
}
.index-0 .tex .t-2 .t:nth-child(1) {
    border-left: none;
}
.index-0 .tex .t-2 h2 {
    font-size: 48px;
    color: #0049FB;
    position: relative;
    padding-bottom: 10px;
}
.index-0 .tex .t-2 h2 b {
    font-size: 30px;
}
.index-0 .tex .t-2 h2 span {
    font-size: 16px;
    color: #6E6E6E;
    position: absolute;
    top: 0;
}
.index-0 .img {
    width: 482px;
    height: 475px;
}
.index-0 .img img {
    width: 100%;
    height: 100%;
}
.index-1 .ner {
    display: flex;
}
.index-1 .ner .n {
    flex: 1;
    cursor: pointer;
    position: relative;
}
.index-1 .ner .n .n-1 {
    width: 100%;
    height: 420px;
}
.index-1 .ner .n .img {
    width: 100%;
    height: 420px;
}
.index-1 .ner .n .img img {
    width: calc(100% - 1px);
    height: 100%;
}
.index-1 .ner .n .tex {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .2);
}
.index-1 .ner .n .tex img {
    margin-top: 190px;
    height: 75px;
}
.index-1 .ner .n .tex p {
    color: #fff;
    font-size: 18px;
    padding-top: 30px;
}
.index-1 .ner .n .tex-hover {
    opacity: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #0049FB;
    padding: 20% 10%;
    opacity: 0;
}
.index-1 .ner .n .tex-hover img {
    width: 105px;
    height: 105px;
}
.index-1 .ner .n .tex-hover p {
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-size: 14px;
    text-align: center;
}
.index-1 .ner .n:hover .tex-hover {
    opacity: 1;
    background-color: #0049FB;
    transition: all .6s;
}
.index-2 .n-1 img {
    width: 100%;
    display: block;
}
.index-2 .n-2 {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}
.index-2 .n-2 .n {
    box-shadow: 0 0 2px 0 #bbbbbb;
    width: 300px;
    padding: 24px 18px;
    display: flex;
    border-radius: 12px;
}
.index-2 .n-2 .n img {
    width: 60px;
    height: 49.45px;
    object-fit: cover;
    margin-right: 10px;
}
.index-2 .n-2 .n .tex h5 {
    font-weight: 400;
    padding-bottom: 6px;
    font-size: 18px;
}
.index-2 .n-2 .n .tex p {
    font-size: 14px;
}
.index-3 .ner {
    display: flex;
    flex-wrap: wrap;
}
.index-3 .ner .n {
    margin-top: 2%;
    width: 32%;
}
.index-3 .ner .n img {
    width: 100%;
    border: 1px solid #ccc;
}
.index-3 .ner .n:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
}

/* 维保 */
.weibao-1 .ner {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.weibao-1 .ner .n {
    width: 48%;
    position: relative;
}
.weibao-1 .ner .n .img {
    width: 100%;
    height: 300px;
}
.weibao-1 .ner .n img {
    width: 100%;
    height: 100%;
}
.weibao-1 .ner .n .tex {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.weibao-1 .ner .n .tex h4 {
    color: #fff;
    font-size: 30px;
    padding-bottom: 12px;
}
.weibao-1 .ner .n .tex p {
    color: #fff;
    font-size: 24px;
}
.weibao-2 {
    background-color: #F7F7F7;
}
.weibao-2 .ner {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.weibao-2 .ner .n {
    width: 24%;
    position: relative;
    margin-top: 1.5%;
    cursor: pointer;
}
.weibao-2 .ner .n .img {
    width: 100%;
    height: 320px;
}
.weibao-2 .ner .n img {
    width: 100%;
    height: 100%;
}
.weibao-2 .ner .n .tex {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.weibao-2 .ner .n .tex h4 {
    color: #fff;
    font-size: 24px;
}
.weibao-2 .ner .n .tex-hover {
    background-color: #0049FB;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.weibao-2 .ner .n .tex-hover img {
    max-width: 120px;
    max-height: 120px;
}
.weibao-2 .ner .n:hover .tex-hover {
    opacity: 1;
    transition: all .6s;
}
.weibao-3 {
    padding: 90px 0 120px 0;
}
.weibao-3 .ner {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.weibao-3 .ner .n {
    width: 28%;
}
.weibao-3 .ner .n .img {
    width: 100%;
    height: 200px;
    position: relative;
}
.weibao-3 .ner .n img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.weibao-3 .ner .n .tex {
    padding-top: 30px;
}
.weibao-3 .ner .n .tex h4 {
    color: #101010;
    font-size: 24px;
    text-align: center;
    padding-bottom: 24px;
}
.weibao-3 .ner .n .tex p {
    color: #101010;
    font-size: 18px;
    text-align: center;
}

/* 分页 banner */
.banner-fy {
    position: relative;
}
.banner-fy img {
    width: 100%;
    height: 45vh;
    min-height: 400px;
    display: block;
    object-fit: cover;
}
.banner-fy .tex {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-fy .tex h3 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 1px;
}
.banner-fy .tex-nav {
    position: absolute;
    width: 100%;
    bottom: 15%;
    display: flex;
    justify-content: center;
    z-index: 99;
}
.banner-fy .tex-nav a {
    margin: 0 60px;
    color: #fff;
    background-color: #0049FB;
    width: 160px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
}
.banner-fy .tex-mbx  {
    position: absolute;
    width: 100%;
    bottom: 20%;
    display: flex;
    justify-content: center;
    color: #fff;
    letter-spacing: 0.5px;
    z-index: 99;
}
.banner-fy .tex-mbx a {
    color: #fff;
    margin: 0 8px;
}

/* 租赁 */
.zulin-1 .ner {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.zulin-1 .ner .n {
    width: 32%;
}
.zulin-1 .ner .n .img {
    width: 100%;
    height: 290px;
}
.zulin-1 .ner .n .img img {
    width: 100%;
    height: 100%;
}
.zulin-1 .ner .n p {
    text-align: center;
    padding-top: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #292E33;
    letter-spacing: 1px;
}
.zulin-1 .ner-1 a {
    display: block;
    border: 1px solid #d8d8d8;
    width: 200px;
    line-height: 45px;
    border-radius: 8px;
    text-align: center;
    margin: 40px auto 0;
    color: #101010;
}

.zulin-2 .ner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zulin-2 .ner .n {
    width: 32%;
    margin-top: 30px;
}
.zulin-2 .ner .n .img {
    width: 100%;
    height: 150px;
    position: relative;
}
.zulin-2 .ner .n .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.zulin-2 .ner .n p {
    text-align: center;
    padding-top: 16px;
    font-weight: 700;
    font-size: 18px;
    color: #292E33;
    letter-spacing: 1px;
}

.zulin-z-1 {
    background-color: #fff;
}
.zulin-z-1 .ner {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.zulin-z-1 .ner .n {
    box-shadow: 0 0 2px 0 #ccc;
    display: flex;
    padding: 20px;
    align-items: center;
    width: 31%;
    border-radius: 8px;
}
.zulin-z-1 .ner .n .img {
    background-color: rgba(0,73,251,0.09);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    margin-right: 16px;
}
.zulin-z-1 .ner .n .img img {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.zulin-z-1 .ner .n .tex p {
    line-height: 1.5;
    padding: 4px 0;
}

.zulin-z-2 {
    background-color: #f7f7f7;
}
.zulin-z-2 .ner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    height: 438px;
}
.zulin-z-2 .ner .le {
    max-width: 50%;
}
.zulin-z-2 .ner .le h3 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 24px;
}
.zulin-z-2 .ner .le .l {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.zulin-z-2 .ner .le .l .img {
    width: 120px;
    height: 110px;
    margin-right: 20px;
}
.zulin-z-2 .ner .le .l .img img {
    width: 100%;
    height: 100%;
}
.zulin-z-2 .ner .le .l .tex {
    width: calc(100% - 140px);
}
.zulin-z-2 .ner .le .l .tex h5 {
    font-size: 17px;
    padding-bottom: 10px;
}
.zulin-z-2 .ner .le .l .tex p {
    font-size: 16px;
}
.zulin-z-2 .ner .le:nth-child(1) .tex h5,
.zulin-z-2 .ner .le:nth-child(1) .tex p {
    color: #6c6c6c;
}
.zulin-z-2 .ner .le-border {
    width: 1px;
    height: 90%;
    background-color: #fff;
}

.zulin-3 {
    background-color: #f5f5f5;
}
.zulin-3 .ner-1 {
    margin-top: 40px;
}
.zulin-3 .ner-1 .n {
    width: 100%;
}
.zulin-3 .ner-1 .n .img {
    width: 100%;
    height: 240px;
    position: relative;
    background: #fff;
}
.zulin-3 .ner-1 .n img {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.zulin-3 .ner-1 .n p {
    text-align: center;
    padding-top: 12px;
}

/* 关于我们 */
.about-2 .ner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.about-2 .ner .n {
    width: 50%;
    padding: 30px 0;
}
.about-2 .ner .n h5 {
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 10px;
}
.about-2 .ner .n p {
    line-height: 1.75;
}


.about-1 .ner {
    margin: 80px 0 40px 0;
    position: relative;
}
.about-1 .hx {
    width: 100%;
    height: 1px;
    background-color: #ffff;
    position: absolute;
    top: 100px;
}
.mySwiperlc .n h2 {
    height: 93px;
    line-height: 93px;
}
.mySwiperlc .n h2,
.mySwiperlc .n b {
    color: #fff;
}
.mySwiperlc .n {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mySwiperlc .n img {
    width: 1px;
    height: 50px;
    margin: 16px 0;
}
.mySwiperlc .n span {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
}
.mySwiperlc .swiper-slide:nth-child(2n-1) .n span {
    position: absolute;
}

/* 回收 */
.huishou-1 .ner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.huishou-1 .ner h3 {
    font-size: 24px;
}
.huishou-1 .ner h1 {
    font-size: 54px;
    font-weight: 700;
    padding: 40px 0 30px 0;
    font-family: 微软雅黑;
}
.huishou-1 .ner h1 b {
    font-size: 50px;
    font-family: PingFang-Bold;
}
.huishou-1 .ner p {
    font-size: 20px;
}
.huishou-1 .ner img {
    width: 40px;
    margin-top: 30px;
}
.huishou-2 {
    background-color: #f7f7f7;
}
.huishou-2 .ner {
    padding-top: 10px;
}
.huishou-2 .n-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.huishou-2 .n-2 .n {
    width: 31%;
    display: flex;
    align-items: center;
    padding: 30px 0;
}
.huishou-2 .n-2 .n img {
    width: 80px;
    object-fit: cover;
    margin-right: 16px;
}
.huishou-2 .n-2 .n .tex h5 {
    font-weight: 400;
    padding-bottom: 8px;
    font-size: 18px;
}
.huishou-2 .n-2 .n .tex p {
    font-size: 14px;
}

.huishou-3 .ner {
    padding-top: 10px;
}
.huishou-3 .ner,
.huishou-3 .ner1 {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.huishou-3 .ner .img,
.huishou-3 .ner1 .img {
    text-align: center;
}
.huishou-3 .ner .img img,
.huishou-3 .ner1 .img img {
    height: 100px;
}
.huishou-3 .ner .n-img,
.huishou-3 .ner1 .n-img {
    margin-top: 40px;
}
.huishou-3 .ner .tex,
.huishou-3 .ner1 .tex {
    text-align: center;
}
.huishou-3 .ner .tex h5,
.huishou-3 .ner1 .tex h5 {
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 6px;
}
.huishou-3 .ner .tex p,
.huishou-3 .ner1 .tex p {
    font-size: 16px;
    letter-spacing: 1px;
}

/* news */
.news .ner .n {
    border-bottom: 1px solid rgba(187,187,187,0.22);
    padding: 20px 0 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news .ner .n .img {
    width: 277px;
    height: 199px;
    overflow: hidden;
}
.news .ner .n .img img {
    width: 100%;
    height: 100%;
}
.news .ner .n .tex {
    width: calc(100% - 307px);
}
.news .ner .n .tex h4 {
    font-weight: 700;
    color: rgba(0, 0, 0, .9);
    font-size: 18px;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}
.news .ner .n .tex span {
    color: rgba(0, 0, 0, .85);
    line-height: 1.75;
    letter-spacing: 0.5px;
    display: block;
    padding-bottom: 10px;
}
.news .ner .n .tex p {
    color: rgba(0, 0, 0, .9);
    line-height: 1.75;
    letter-spacing: 0.5px;
}
.news .ner .n:hover .img img {
    transform: scale(1.1);
    transition: all .6s;
}

.newsxq .bt h3 {
    font-size: 28px;
    padding-bottom: 10px;
}
.newsxq .bt span {
    color: rgb(146, 144, 144);
}
.newsxq .tex {
    padding: 30px 0 80px 0;
}
.newsxq .tex {
    line-height: 1.75;
}
.newsxq .tex p {
    line-height: 1.75;
    padding: 10px 0;
}
.newsxq .tex img {
    margin: 24px 0;
    width: 100%;
}
.newsxq .sx p {
    padding: 4px 0;
}
.newsxq .sx p a {
    color:rgba(33, 37, 41);
}
.ner .hx{
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                        }
                        .n{
                            box-sizing: border-box;
                        }
                        .ner .n > span{
                            position: absolute;
                            box-sizing: border-box;
                            display: flex;
                            left: 50%;
                            top: 50%;
                            transform: translate(-50%,-50%);
                            
                        }
                        .n > h2{
                            display: flex;
                            box-sizing: border-box;
                        }
                        .n > img{
                            display: flex;
                            box-sizing: border-box;
                        }