@font-face {
    font-family: Dosis_m;
    src: url(../font/DOSIS-MEDIUM-3.TTF);
}

@font-face {
    font-family: Dosis_l;
    src: url(../font/DOSIS-LIGHT-4.TTF);
}

@font-face {
    font-family: Dosis_s;
    src: url(../font/DOSIS-SEMIBOLD-6.TTF);
}

* {
    font-family: "PingFang SC", Arial, Helvetica, "Microsoft YaHei", sans-serif;
}

.pad_top {
    padding-top: 9rem;
}

.pad_bot {
    padding-top: 5rem;
    padding-bottom: 1rem;
}

.pad_top2 {
    padding-top: 2rem;
}

.pad_bot2 {
    padding-bottom: 7rem;
}

.rs_about {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: url(../images/rs_about.jpg) center no-repeat;
    background-size: cover;
}

.rs_about .w1200 {
    flex-grow: 1;
}

.rs_about .tt {
    text-align: center;
}

.rs_about .tt span {
    font-size: 4.5rem;
    color: #1c89ca;
    font-family: Dosis_l;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5rem;
}

.rs_about .tt h3 {
    font-size: 1.875rem;
    color: #000000;
    margin-bottom: 3rem;
}

.rs_about .con {
    font-size: .9375rem;
    line-height: 1.875rem;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    margin: 0 auto 9.375rem;
    max-width: 934px;
}

.rs_about ul {
    display: flex;
    justify-content: space-around;
    max-width: 654px;
    margin: 0 auto;
    position: relative;
}

.rs_about ul li {
    flex-grow: 1;
}

.rs_about ul li:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    background: rgba(255, 255, 255, .4);
    flex-shrink: 0;
}

.rs_about ul:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background: rgba(255, 255, 255, .4);
    flex-shrink: 0;
}

.rs_about ul li .ico {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    margin-bottom: 1.25rem;
    transition: .5s;
    border-radius: .625rem;
    background: rgba(255, 255, 255, .6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs_about ul li .ico svg {
    width: 2rem;
}

.rs_about ul li .ico svg path {
    stroke: #1c89ca;
    transition: .5s;
}

.rs_about ul li p {
    text-align: center;
    font-size: 1rem;
    color: #fff;
}

.rs_about ul li:hover .ico {
    background: #1c89ca;
}

.rs_about ul li:hover .ico svg path {
    stroke: #fff;
}

.rs_about .relative {
    position: relative;
}

.rs_about .btn_arr4 {
    position: absolute;
    right: 0;
    top: 0;
}

.btn_arr4 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: .5rem;
    width: 11rem;
    height: 3.75rem;
    background: #1c89ca;
    color: #fff;
    font-size: .875rem;
    border-radius: 1.875rem;
}

.btn_arr4 font {
    margin-left: .5rem;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.btn_arr4 font:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/btn_arr.png) center no-repeat;
    position: absolute;
    left: -100%;
    top: 0;
    transition: .5s;
}

.btn_arr4 font:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/btn_arr.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
}

.btn_arr4:hover font:before {
    left: 0;
}

.btn_arr4:hover font:after {
    left: 100%;
    opacity: 0;
}

.s_tt {
    margin-bottom: 1.75rem;
}

.s_tt span {
    font-size: 2.875rem;
    line-height: 3rem;
    color: #000000;
    font-family: Dosis_m;
}

.s_tt i {
    display: block;
    width: 3.125rem;
    height: 3px;
    background: #1c89ca;
    border-radius: 2px;
    margin-top: 2.5rem;
    margin-bottom: 2.875rem;
}

.s_tt h3 {
    font-size: 2rem;
    color: #252525;
}

.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s_zaisheng {
    background: url(../images/s_zaisheng_bg.jpg) center no-repeat;
    background-size: cover;
}

.s_zaisheng .outbox {
    display: flex;
    background: #fff url(../images/lou.jpg) left bottom no-repeat;
    border-radius: 1.875rem;
    padding: 2.25rem;
}

.s_zaisheng .con {
    font-size: .9375rem;
    line-height: 1.875rem;
    color: #000000;
    margin-bottom: 5rem;
}

.s_zaisheng .left {
    width: 26.25rem;
    flex-shrink: 0;
    margin: 3.75rem 6.5rem 0 3.75rem;
}

.s_zaisheng .right {
    flex-grow: 1;
}

.s_zaisheng ul {}

.s_zaisheng ul li+li {
    margin-top: -1.75rem;
}

.s_zaisheng ul li:first-child {
    clip-path: url('#clip1');
}

.s_zaisheng ul li:nth-child(2) {
    clip-path: url('#clip2');
}

.s_zaisheng ul li:nth-child(3) {
    clip-path: url('#clip3');
}

.s_zaisheng ul li .box {
    display: block;
    position: relative;
    width: 100%;
}

.s_zaisheng ul li .box .img {
    width: 100%;
    max-height: 17.5rem;
}

.s_zaisheng ul li .box .img img {}

.s_zaisheng ul li .box .mask {
    background: rgba(0, 0, 0, 0.4);
    padding-top: 5rem;
    transition: .5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s_zaisheng ul li .box .mask span {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, .5);
    font-family: Dosis_m;
    text-transform: uppercase;
}

.s_zaisheng ul li .box .mask h4 {
    font-size: 1.375rem;
    position: relative;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 12px;
    display: inline-block;
}

.s_zaisheng ul li .box .mask h4 i {
    display: block;
    position: absolute;
    right: -20px;
    opacity: 0;
    transition: .5s;
    top: 6px;
    width: 22px;
    height: 10px;
    background: url(../images/btn_arr.png) center no-repeat;
    background-size: contain;
    margin-left: 14px;
}

.s_zaisheng ul li .box .mask p {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    width: 80%;
    max-width: 447px;
    text-align: center;
    opacity: 0;
    transition: .3s;
}

.s_zaisheng .btn_arr4 {
    background: #acce22;
    width: 14rem;
    font-size: 1rem;
    letter-spacing: 1px;
}

.s_tt2 {}

.s_tt2 span {
    font-size: 2.25rem;
    color: #fff;
    font-family: Dosis_m;
    text-transform: uppercase;
    display: block;
    margin-bottom: .875rem;
}

.s_tt2 h3 {
    font-size: 2rem;
    color: #fff;
}

.s_brand {
    width: 100%;
    background: url(../images/s_brand_bg.jpg) center no-repeat;
    background-size: cover;
}

.s_brand .hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.5rem;
}

.s_brand .hd ul {
    display: flex;
}

.s_brand .hd ul li {
    margin-left: 12px;
}

.s_brand .hd ul li a {
    display: flex;
    width: 10.375rem;
    height: 3.125rem;
    transition: .5s;
    align-items: center;
    border-radius: 1.625rem;
    justify-content: center;
    background: #fff;
    color: #0079c4;
    font-size: 1rem;
}

.s_brand .hd ul li.on a {
    background: #acce22;
    color: #fff;
}

.hvr-bubble-bottom {
    position: relative;
    z-index: 1;
}

.hvr-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 7px);
    bottom: 0;
    border-width: 7px 7px 0 7px;
    border-color: #acce22 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
}

.on .hvr-bubble-bottom:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}

.s_brand .bd {
    position: relative;
}

.s_brand .bd .li {
    position: relative;
    transition: .5s;
}

.s_brand .bd .li+.li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s_brand .bd .li.hide {
    opacity: 0;
    visibility: hidden;
}

.s_brand .bd .li .bg {
    border-radius: 1.25rem 1.25rem 0 0;
    overflow: hidden;
}

.s_brand .bd .li .bg:after {
    padding-top: 49.4%;
}

.s_brand .bd .li .outbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 3.75rem;
}

.brand_coop {
    width: 60%;
    padding: 0 3.75rem;
    position: relative;
}

.brand_coop .box {
    opacity: .6;
    display: block;
    transition: .5s;
}

.brand_coop .img {
    border-radius: 6px;
    overflow: hidden;
}

.brand_coop .img:after {
    padding-top: 100%;
}

.brand_coop .box:hover {
    opacity: 1;
}

img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.img_db {
    position: relative;
}

.img_db:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56%;
}

.img_db img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.swiper {
    overflow: hidden;
}

.s_brand .txtbox {
    width: 357px;
    height: 31.875rem;
    margin-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.75rem;
    border-radius: 10px;
    flex-shrink: 0;
    background: #fff;
    transform: translateY(8rem);
}

.s_brand .txtbox .ico {
    margin-bottom: 1.375rem;
    width: 4.5rem;
    max-height: 4.5rem;
}

.s_brand .txtbox h4 {
    font-size: 2rem;
    color: #000000;
    margin-bottom: 3rem;
}

.s_brand .txtbox .con {
    font-size: .875rem;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 2.25rem;
}

.btn_arr2 {
    display: block;
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 50%;
    overflow: hidden;
    background: #1c89ca;
    position: relative;
}

.btn_arr2:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .5s;
    left: -100%;
    top: 0;
    background: url(../images/btn_arr2.png) center no-repeat;
    background-size: .875rem;
}

.btn_arr2:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .5s;
    left: 0;
    top: 0;
    background: url(../images/btn_arr2.png) center no-repeat;
    background-size: .875rem;
}

.btn_arr2:hover:before {
    left: 0;
}

.btn_arr2:hover:after {
    left: 100%;
}

.defs {
    position: absolute;
}

.container04 {
    background: #eceff3;
    padding-top: 10rem;
}

.arr_left {
    display: block;
    width: 28px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/arr_left.png) center no-repeat;
    background-size: contain;
}

.arr_right {
    display: block;
    width: 28px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(../images/arr_right.png) center no-repeat;
    background-size: contain;
}

.container04 .miso_hd ul {
    width: 348px;
    max-width: 100%;
}

.container04 .miso_hd ul li a:before {
    transform: none;
    border: 0;
    background: #ffffff;
    border-radius: 1.625rem;
    overflow: hidden;
}

.container04 .miso_hd ul li a {
    font-size: 1rem;
    color: #0079c4;
    height: 3.125rem;
    position: relative;
    z-index: 1;
    margin-bottom: 7px;
}

.container04 .miso_hd ul li a:after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 7px);
    bottom: 0;
    border-width: 7px 7px 0 7px;
    border-color: #1c89ca transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
}

.container04 .miso_hd ul li.miso-current a:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}

.rn_about {
    width: 100%;
    overflow: hidden;
    background: url(../images/rn_about.jpg) center no-repeat;
    background-size: cover;
}

.rn_about .box1 {
    display: flex;
}

.rn_about .tt {
    margin-right: 3.75rem;
}

.rn_about .tt span {
    font-size: 4.5rem;
    color: #1c89ca;
    text-transform: uppercase;
    display: block;
    margin-bottom: .875rem;
    font-family: Dosis_l;
}

.rn_about .tt h3 {
    font-size: 1.875rem;
    color: #000000;
}

.rn_about .con {}


.rn_shuzi {
    display: flex;
    flex-wrap: wrap;
    width: 48.75rem;
    max-width: 100%;
    max-height: 72px;
    margin: 9.25rem 0 10rem;
    position: relative;
}

.rn_shuzi li {
    position: relative;
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    text-align: center;
}

.rn_shuzi li:before {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    background: #afc0d4;
    position: absolute;
    right: 0;
    top: 10%;
}

.rn_shuzi li:first-child:after {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    background: #afc0d4;
    position: absolute;
    left: 0;
    top: 10%;
}

.rn_shuzi li .box h6 {
    font-size: 1rem;
    color: #4d5b63;
    line-height: 1.5;
}
.rn_shuzi .zhushi {
    position: absolute;
    width: 100%;
    bottom: -4.5rem;
    left: 50%;
    transform: translate(-50%,0);
}
.rn_shuzi .zhushi::before {
    display: none;

}
.rn_shuzi li .box h3 {}

.rn_shuzi li .box h3 big {
    font-size: 3rem;
    color: #1c89ca;
    font-family: Dosis_m;
}

.rn_shuzi li .box h3 big i {
    font-family: Dosis_m
}

.rn_shuzi li .box h3 small {
    font-size: 1rem;
    color: #4d5b63;
    font-weight: bold;
    margin-left: .25rem;
}

.rn_shuzi li .box h3 sup {
    font-size: .875rem;
    color: #1c89ca;
    margin-left: .25rem;
    vertical-align: top;
}

.rn_shuzi li .box h3 sup b {
    font-size: 1.5rem;
    font-weight: normal;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    object-fit: cover;
    display: block;
}

.pic img {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

li:hover .img img {
    transform: scale(1.05) rotate(.1deg);
    -webkit-transform: scale(1.05) rotate(.1deg);
    -moz-transform: scale(1.05) rotate(.1deg);
    -ms-transform: scale(1.05) rotate(.1deg);
    -o-transform: scale(1.05) rotate(.1deg);
}

.img .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img .pic img {
    position: static;
    width: auto;
    height: auto;
    object-fit: contain;
}

.n_zhuanli {
    width: 100%;
    overflow: hidden;
    background: url(../images/rn_zhuanli_bg.jpg) center no-repeat;
    background-size: cover;
}

.n_zhuanli .m {
    max-width: 1480px;
}

.n_zhuanli .bd {
    position: relative;
}

.certify {
    position: relative;
    /* width: 1200px;  margin: 0 auto */
}

.certify .swiper-container {
    padding-bottom: 9rem;
    padding-top: 2rem;
}

.certify .swiper-slide {
    width: 34.5rem;
    transition: .5s;
}

.certify .img {
    position: relative;
    background: #fff;
    transition: .5s;
}

.certify .img .pic {
    padding: 1.5rem;
}

.certify .img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    /* background: rgba(0, 0, 0, 0.4);   */
}

.certify .img:after {
    padding-top: 84%;
}

.certify .swiper-slide img {
    display: block;
    transition: .5s;
    transition: .5s;
}

.certify .swiper-slide h5 {
    text-align: center;
    color: #000000;
    font-size: 1rem;
    margin: 0;
    transition: .5s;
    position: absolute;
    bottom: -2.5rem;
    width: 100%;
    height: 1.5rem;
    margin: 0 -10px;
    width: calc(100% + 20px);
    line-height: 1.5;
}

.certify .swiper-slide-active h5 {
    opacity: 1;
}

.certify .swiper-slide-active .img {
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.15);
}

.certify .swiper-slide-active .img:before {
    background: rgba(0, 0, 0, 0);
}

.arrstyle.n_zhuanli .swiper-button-prev {
    left: 0;
}

.certify .swiper-slide {
    transform: scale(1);
    transition: .5s;
}

.certify .swiper-slide.swiper-slide-active {
    transform: scale(1.3);
}

.certify .swiper-slide.swiper-slide-active h5 {
    padding-top: 0;
    transform: scale(.8) translateY(-10px);
}

.arrstyle.n_zhuanli .swiper-button-next {
    right: 0;
}

.arrstyle {}

.arrstyle .bd {
    position: relative;
}

.arrstyle .bd .arr {
    position: absolute;
    z-index: 9;
    top: 52%;
    margin-left: 0;
    margin-right: 0;
    transform: translateY(-50%);
    margin-top: -3rem;
    width: 4.375rem;
    height: 4.375rem;
    transition: .5s;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arrstyle .bd .arr_left {
    left: -6rem;
    background: url(../images/rn_zizhi_left.png) center no-repeat;
    background-size: contain;
}

.arrstyle .bd .arr_right {
    right: -6rem;
    background: url(../images/rn_zizhi_right.png) center no-repeat;
    background-size: contain;
}

.arrstyle .bd .arr:hover path {
    fill: #1d4d90;
}

.li {
    position: relative;
}

.n_zhuanli .hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7.5rem;
}

.n_zhuanli .hd .tt {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.n_zhuanli .hd .tt h3 {
    font-size: 1.25rem;
    color: #000000;
}

.n_zhuanli .hd .tt h4 {
    font-size: 2.625rem;
    color: #1c89ca;
    margin-top: 1rem;
    margin-bottom: .625rem;
}

.n_zhuanli .hd .tt i {}

.n_zhuanli .hd .tt span {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #1c89ca;
    font-family: Dosis_m;
    text-align: right;
    display: block;
}

.n_zhuanli .hd .tt h5 {
    font-size: 1.25rem;
    color: #000000;
}

.n_zhuanli .hd ul {
    display: flex;
}

.n_zhuanli .hd ul li {
    margin-left: 12px;
}

.n_zhuanli .hd ul li a {
    display: flex;
    width: 10.375rem;
    height: 3.125rem;
    transition: .5s;
    align-items: center;
    border-radius: 1.625rem;
    justify-content: center;
    background: #acce22;
    color: #fff;
    font-size: 1rem;
}

.n_zhuanli .hd ul li.on a {
    background: #1c89ca;
    color: #fff;
}

.n_zhuanli .hvr-bubble-bottom:before {
    border-color: #1c89ca transparent transparent transparent;
}

.n_zhuanlibox {
    height: 555px;
}

#certify .swiper-slide .img {
    background: #fff;
}

#certify .swiper-slide .img:after {
    padding-top: 141% !important;
}

.proimg {
    background: #fff;
}

.proimg:after {
    padding-top: 141% !important;
}

#certify .swiper-slide {
    width: 390px;
    transform: scale(.8);
    transition: .5s;
}

#certify .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

#certify .swiper-slide .img {
    border: 0;
    border-radius: 0;
}

#certify .swiper-slide h5 {
    font-size: 1rem;
    color: #000;
}

.rn_profl01 {
    background: url(../images/rn_pro_fl01_bg.jpg) center top no-repeat;
    background-size: cover;
}

.rn_profl02 {
    background: url(../images/rn_pro_fl02_bg.jpg) center top no-repeat;
    background-size: cover;
}

.n_ppxq .fl03 {
    background: none;
    border-bottom: 1px solid #d8dfe9;
}

#certify .swiper-button-prev {
    left: -5rem;
    background: url(../images/rn_pro1_left.png) no-repeat;
}

#certify .swiper-button-next {
    right: -5rem;
    background: url(../images/rn_pro1_right.png) no-repeat;
}

#certify .swiper-button-prev:hover {
    background: url(../images/rn_pro1_left_on.png) center no-repeat;
}

#certify .swiper-button-next:hover {
    background: url(../images/rn_pro1_right_on.png) center no-repeat;
}

.rn_prolist {
    padding: 4.5rem 0;
}

.rn_prolist ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1rem;
    row-gap: 1.5rem;
    overflow: hidden;
}

.rn_prolist ul li {
    width: 100%;
}

.rn_prolist ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.rn_prolist ul li .img {
    overflow: hidden;
    background: #fff;
}

.rn_prolist ul li .img:after {
    padding-top: 141%;
}

.rn_prolist ul li .img img {
    display: block;
}

.rn_prolist ul li .txt {
    background: #ebeef4;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 3.75rem 2.25rem;
    position: relative;
    z-index: 1;
}

.rn_prolist ul li .txt:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    transition: .5s;
    z-index: -1;
    left: 0;
    top: 0;
    background: #1c89ca;
}

.rn_prolist ul li .txt span {
    font-size: .875rem;
    color: #f8994b;
    font-family: YuMoW04;
    display: block;
    margin-bottom: .375rem;
    text-transform: uppercase;
}

.rn_prolist ul li .txt h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: 1.125rem;
    transition: .5s;
    color: #000000;
    margin-bottom: 1.875rem;
}

.rn_prolist ul li .txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .875rem;
    transition: .5s;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
    color: rgba(1, 1, 1, 0.8);
    margin-bottom: 3rem;
}

.rn_prolist ul li .txt i {
    width: 30px;
    opacity: .9;
    height: 10px;
    display: block;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-image: url(../images/jt_1.png);
}

.rn_prolist ul li:hover .txt:before {
    height: 100%;
}

.rn_prolist ul li:hover .txt i {
    width: 60px;
    background-image: url(../images/jt_1_on.png);
}

.rn_prolist ul li:hover .txt h5 {
    color: #fff;
}

.rn_prolist ul li:hover .txt p {
    color: rgba(255, 255, 255, 0.8);
}

.loadmore {
    display: block;
    margin-top: 4.5rem;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
}

.loadmore:hover {
    color: #1c89ca;
}

.flexcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.relative {
    position: relative;
}

.tc {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.tc.act {
    opacity: 1;
    visibility: visible;
}

.tc.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tc_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}

.tc_close {
    position: absolute;
    cursor: pointer;
    right: .75rem;
    top: .75rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.tc_close:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.tc .relative {
    background: url(../images/tc_pro_bg.jpg) center no-repeat;
    background-size: cover;
    max-height: 100vh;
    position: relative;
    width: 1100px;
    max-width: 90%;
    border-radius: .625rem;
    padding: 4.375rem;
}

.tc_pro .arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tc_pro .arr path {
    fill: rgba(214, 214, 214, 0.6);
}

.tc_pro .arr svg {
    width: 1.75rem;
    height: 1.75rem;
}

.tc_pro .arr_left {
    left: -6rem;
}

.tc_pro .arr_right {
    right: -6rem;
}

.tc_pro .arr:hover path {
    fill: #acce22;
}

.tc_pro .hd {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2.625rem;
}

.tc_pro .tt {}

.tc_pro .tt h4 {
    font-size: 1.875rem;
    color: #1f1f1f;
    font-weight: bold;
    margin-bottom: 1.375rem;
}

.tc_pro .tt p {
    font-size: 1rem;
    color: #000000;
}

.tc_pro .hd .link {
    display: flex;
}

.tc_pro .hd .link a {
    display: flex;
    align-items: center;
    min-width: 13.125rem;
    height: 3.125rem;
    margin-left: 12px;
    background: #fff;
    border: 1px solid #1c89ca;
    border-radius: 1.625rem;
    overflow: hidden;
}

.tc_pro .hd .link a .ico {
    width: 4.3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tc_pro .hd .link a .ico img {
    width: 32px;
}

.tc_pro .hd .link a p {
    padding: 0 .75rem;
    flex-grow: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c89ca;
    color: #fff;
    font-size: .875rem;
}

.tc_pro .bd {
    display: flex;
}

.tc_pro .bd .img {
    width: 25rem;
    flex-shrink: 0;
    margin-right: 5.625rem;
}

.tc_pro .txt {
    display: flex;
    align-items: center;
}

.tc_pro .txt h4 {
    font-size: 1.25rem;
    color: #1c89ca;
    font-weight: bold;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.tc_pro .txt h4:before {
    content: "";
    display: block;
    width: 4px;
    height: 18px;
    background: #1c89ca;
    margin-right: 10px;
}

.tc_pro .txt .con {
    font-size: 1rem;
    color: #434444;
    line-height: 1.875;
    max-height: 26.25rem;
    overflow: auto;
    padding-right: 1rem;
    margin-right: -1rem;
}

.tc_pro .txt .con::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.479);
}

.tc_pro .txt .con::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.479);
}

.tc_pro .txt .con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #00b5e8;
}

.tc_pro .txt .con h5 {
    font-size: 1rem;
    color: #1c89ca;
    font-weight: bold;
}

.tc_pro .txt ul {}

.tc_pro .txt ul li {
    position: relative;
    padding-left: 1.375rem;
}

.tc_pro .txt ul li:before {
    content: "";
    display: block;
    background: #1c89ca;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .75rem;
}

.n_licheng {
    background: url(../images/n_licheng_bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.n_licheng .relative {
    height: 100%;
    position: relative;
}

.n_licheng .hd {
    overflow: hidden;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
    z-index: 10;
}

.n_licheng .arrowbox {
    position: absolute;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    top: 6.3rem;
}

.n_licheng .slick-arrow {
    display: inline-block;
    border-radius: 1.625rem;
    cursor: pointer;
    width: 6rem;
    height: 3.125rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.n_licheng .slick-prev2 {
    background: url(../images/licheng_left.png) center no-repeat;
    background-size: contain !important;
    margin-right: .75rem;
}

.n_licheng .slick-next2 {
    background: url(../images/licheng_right.png) center no-repeat;
    background-size: contain !important;
}

.n_licheng .slick-prev2:hover {
    background: url(../images/licheng_left_on.png) center no-repeat;
}

.n_licheng .slick-next2:hover {
    background: url(../images/licheng_right_on.png) center no-repeat;
}

.n_licheng .bd {
    position: relative;
    display: flex;
    align-items: center;
}

.n_licheng .bd img {
    width: 100%;
    margin-top: 1rem;
    object-fit: cover;
    height: 41.0625rem;
}

.licheng_slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.licheng_slide .m {
    height: 100%;
}

.licheng_slide .m .licheng_slick {
    height: 100%;
}

.licheng_slide ul {
    height: 100%;
    display: flex;
}

.licheng_slide ul li {
    width: 20%;
    position: relative;
    height: 100%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    flex-shrink: 0;
}

.licheng_slide ul li+li {
    margin-left: 6%;
}

.licheng_slide ul li .txt {
    position: absolute;
    padding-left: 24px;
}

.licheng_slide ul li .txt .year {
    font-size: 2rem;
    margin-bottom: .875rem;
    color: #1c89ca;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    font-family: Dosis_s;
}

.licheng_slide ul li .txt .con {
    font-size: .9375rem;
    max-height: 10rem;
    line-height: 1.625rem;
    color: #2f2f2f;
    width: 100%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    overflow: hidden;
    overflow-y: scroll;
}

.licheng_slide ul li .txt .con::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent;
}

.licheng_slide ul li .txt .con::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.licheng_slide ul li .txt .con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}

.licheng_slide ul li .txt .con p {
    position: relative;
    padding-left: 11px;
}

.licheng_slide ul li .txt .con p:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #2f2f2f;
    position: absolute;
    left: 0;
    top: .75rem;
}

.licheng_slide ul li .txt:before {
    content: "";
    background: #fff;
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 1rem;
    border: 2px solid #0c63d0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-sizing: border-box;
}

.licheng_slide ul li .txt:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 1rem;
    background: #e2e2e2;
    left: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.licheng_slide ul li:nth-child(1) .txt {
    bottom: 47%;
    padding-bottom: 2rem;
}

.licheng_slide ul li:nth-child(2) .txt {
    bottom: 42%;
    padding-bottom: 2rem;
    min-height: 218px;
}

.licheng_slide ul li:nth-child(3) .txt {
    bottom: 34%;
    padding-bottom: 4rem;
    min-height: 309px;
}

.licheng_slide ul li:nth-child(4) .txt {
    bottom: 43%;
    padding-bottom: 6rem;
    min-height: 338px;
}

.licheng_slide .slick-list,
.licheng_slide .slick-track {
    height: 100%;
    overflow: visible;
}

.n_licheng ul.slick-current li .year {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.n_licheng ul.slick-current li .con {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.licheng_slide_wap {
    display: none;
}

.licheng_slide_wap ul {}

.licheng_slide_wap ul li {
    position: relative;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
}

.licheng_slide_wap ul li .txt {
    padding-left: 24px;
    position: relative;
    padding-top: 7px;
}

.licheng_slide_wap ul li .txt .year {
    font-size: 1.75rem;
    color: #0c63d0;
    margin-bottom: 5px;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    font-family: Dosis_s;
}

.licheng_slide_wap ul li .txt .con {
    font-size: .9375rem;
    line-height: 1.625rem;
    padding-bottom: 2rem;
    color: #626262;
    transition: .5s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
}

.licheng_slide_wap ul li .txt:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 1rem;
    border: 2px solid #0c63d0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
    background: #fff;
}

.licheng_slide_wap ul li .txt:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 1rem;
    background: #e2e2e2;
    left: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.licheng_slide_wap ul li .txt .con p {
    position: relative;
    padding-left: 11px;
}

.licheng_slide_wap ul li .txt .con p:before {
    content: "";
    display: block;
    width: 2.5px;
    height: 2.5px;
    border-radius: 50%;
    background: #666;
    position: absolute;
    left: 0;
    top: .625rem;
}

.n_licheng {
    width: 100%;
    overflow: hidden;
}

.mask_lc {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 991;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fafbfd 12%);
    z-index: 1;
}

.mask_lc.aos-animate {
    opacity: 1 !important;
}

.mask_lc[aos^=fade][aos^=fade] {
    opacity: 1;
    -webkit-transition-property: all;
    transition-property: all;
    left: 0;
}

.mask_lc[aos^=fade][aos^=fade].aos-animate {
    opacity: 1;
    left: 100%;
}

.slide_for {
    position: relative;
}

.slide_for .li {
    position: relative;
    transition: .5s;
    opacity: 1;
    visibility: visible;
}

.slide_for .li+.li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slide_for .li.hide {
    opacity: 0;
    visibility: hidden;
}

.banner01 {
    background: url(../images/banner01_bg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

.banner01 .imgs {
    z-index: 9;
}

.cloud {
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner_mask {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, transparent 0%, #124d9c 90%);
}

#box {
    width: 100vw;
    height: 100%;
    position: absolute;
}

#box ul {
    display: block;
    width: 300vw;
    height: 100%;
    animation: yd 30s linear infinite;
}

#box ul li {
    float: left;
    list-style: none;
}

#box ul li .image {
    width: 100vw;
    max-width: inherit;
    max-height: inherit;
    mix-blend-mode: multiply;
    height: auto;
    position: static !important;
}

@keyframes yd {
    0% {
        transform: translate(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-100vw) scale(1);
        opacity: 1;
    }
}

.rs_qipao {
    position: absolute;
    right: 9rem;
    top: .5rem;
    animation: spin-reverse3 6s infinite linear;
}

@keyframes spin-reverse3 {
    0% {
        transform: 0
    }

    50% {
        transform: translateX(60px) translateY(50px) scale(.8)
    }

    100% {
        transform: 0
    }
}

@media (min-width:1200px) {
    .s_zaisheng ul li:hover .box .mask {
        background: rgba(28, 138, 202, 0.8);
        padding-top: 0;
    }

    .s_zaisheng ul li:hover .box .mask p {
        opacity: 1;
        transition: .5s .3s;
    }

    .s_zaisheng ul li:hover .box .mask h4 i {
        right: -35px;
        opacity: 1;
    }
}

@media (max-width:1440px) {
    .pad_top {
        padding-top: 7rem;
    }

    .pad_bot {
        padding-bottom: 1rem;
    }

    .arrstyle .bd .arr_left {
        left: -5rem;
    }

    .arrstyle .bd .arr_right {
        right: -5rem;
    }

    .arrstyle .bd .arr {
        width: 3.5rem;
        height: 3.5rem;
    }

    /* .certify { max-width:87%; } */
    .certify .swiper-slide {
        width: 34rem;
    }

    .n_ppxq .fl03 {
        padding: 5rem 4rem 4rem;
    }

    .tc_pro .bd .img {
        margin-right: 4rem;
    }
}

@media (max-width:1280px) {
    .s_zaisheng .left {
        margin: 3rem 3.5rem 0 3rem;
    }

    /* .certify .swiper-slide { width: 33rem;} */
    .rs_about {
        height: auto;
    }
}

@media (max-width:992px) {

    .n_licheng .bd {
        display: none;
    }

    .licheng_slide_wap {
        display: block;
    }

    .mask_lc {
        display: none !important;
    }
}

@media (max-width:768px) {
    .pad_top {
        padding-top: 5rem;
    }

    .pad_bot {
        padding-bottom: 1rem;
    }

    .pad_top2 {
        padding-top: 4rem;
    }

    .pad_bot2 {
        padding-bottom: 4rem;
    }

    .rs_about .tt span {
        font-size: 3.5rem;
    }

    .rs_about .btn_arr4 {
        position: static;
        margin: 0 auto;
        margin-top: 3rem;
    }

    .rs_about .con {
        margin-bottom: 3rem;
    }

    .rs_about .tt span {
        margin-bottom: 2rem;
    }

    .s_zaisheng .outbox {
        flex-direction: column;
    }

    .s_zaisheng .left {
        margin: 1rem 0 3rem;
        width: 100%;
    }

    .s_zaisheng .con {
        margin-bottom: 2rem;
    }

    .s_brand .bd .li .bg {
        border-radius: 1rem;
    }

    .s_brand .bd .li .outbox {
        flex-direction: column;
        bottom: auto;
        top: 3rem;
        position: static;
        padding: 0;
        margin-top: 3rem;
    }

    .brand_coop {
        width: 100%;
        margin-bottom: 2rem;
    }

    .s_brand .txtbox {
        transform: none;
        margin-left: 0;
        width: 100%;
        height: auto;
    }

    .container04 {
        padding-top: 5rem;
    }

    .rn_about .box1 {
        flex-direction: column;
    }

    .rn_about .tt {
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .rn_shuzi {
        width: 38rem;
        margin: 4.25rem 0 12rem;
    }

    .arrstyle .bd {
        padding-bottom: 0;
    }

    /* .certify { max-width:86vw; }
    .certify .swiper-slide { width: 28.5rem;} */
    .n_zhuanli .hd {
        flex-direction: column;
    }

    .n_zhuanli .hd .tt {
        justify-content: space-between;
        margin-bottom: 3rem;
        width: 100%;
    }

    .n_zhuanli .hd {
        margin-bottom: 3rem;
    }

    .n_zhuanlibox {
        height: 485px;
    }

    .foot_ewm {
        justify-content: center !important;
    }

    .rn_prolist ul {
        grid-template-columns: repeat(2, 1fr);
    }

    #certify .swiper-button-prev {
        left: -4rem;
    }

    #certify .swiper-button-next {
        right: -4rem;
    }

    .tc_pro .hd {
        flex-direction: column;
    }

    .tc_pro .hd .link a {
        margin-left: 0;
        margin-right: 12px;
    }

    .tc_pro .tt {
        margin-bottom: 2rem;
    }

    .tc_pro .bd .img {
        width: 17rem;
        margin-right: 3rem;
    }

    .tc_pro .txt .con {
        max-height: 22.25rem;
    }
}

@media (max-width:480px) {
    html {
        font-size: 13px;
    }

    .pad_top {
        padding-top: 3rem;
    }

    .pad_bot {
        padding-bottom: 3rem;
    }

    .pad_top2 {
        padding-top: 3rem;
    }

    .pad_bot2 {
        padding-bottom: 3rem;
    }

    .rs_about .tt span {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .rs_about .tt h3 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .btn_arr4 {
        width: 12rem;
        height: 3.25rem;
    }

    .s_tt span {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .s_tt i {
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        height: 2px;
        width: 35px;
    }

    .s_zaisheng .btn_arr4 {
        width: 11rem;
    }

    .s_zaisheng .outbox {
        padding: 1.75rem;
    }

    .s_zaisheng ul li+li {
        margin-top: -1rem;
    }

    .s_tt h3 {
        font-size: 1.5rem;
    }

    .s_tt2 span {
        font-size: 2rem;
    }

    .s_tt2 h3 {
        font-size: 1.5rem;
    }

    .s_tt2 {
        text-align: center;
        margin-bottom: 2rem;
    }

    .s_brand .hd {
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .s_brand .hd ul li {
        margin-left: 5px;
    }

    .s_brand .hd ul li a {
        width: 9rem;
    }

    .s_brand .txtbox .ico {
        width: 3.5rem;
    }

    .container04 {
        padding-top: 3rem;
    }

    .arr_right,
    .arr_left {
        width: 20px;
    }

    .rn_shuzi li .box h3 big {
        font-size: 2.5rem;
    }

    .rn_shuzi li {
        width: auto;
    }

    .rn_shuzi li:before {
        display: none;
    }

    .rn_shuzi li:after {
        display: none !important;
    }

    .rn_shuzi li .box h6 {
        font-size: 12px;
        margin: 0 3px;
    }

    .rn_about {
        background: url(../images/rn_about_wap.jpg) right bottom no-repeat;
        background-size: cover;
    }

    .rn_about .tt span {
        font-size: 3rem;
    }

    .rn_about .tt h3 {
        font-size: 1.5rem;
    }

    .rn_shuzi {
        width: 100%;
        margin: 1rem 0 10rem;
        justify-content: space-between;
    }

    /* .certify { max-width:90vw;  }
  .certify .swiper-slide{ max-width: 220px;}
  .certify .swiper-slide h5 { height: 1.5rem; bottom: -2.5rem;} */
    .arrstyle .bd {
        padding-bottom: 4rem;
    }

    .arrstyle .bd .arr {
        transform: none;
        width: 3rem;
        height: 3rem;
    }

    .arrstyle .bd .arr_left {
        left: 50%;
        margin-left: -3.5rem;
        bottom: 0;
        top: auto;
    }

    .arrstyle .bd .arr_right {
        right: 50%;
        margin-right: -3.5rem;
        bottom: 0;
        top: auto;
    }

    .n_zhuanli .hd .tt i {
        width: 140px;
        display: block;
    }

    .n_zhuanli .hd .tt h4 {
        font-size: 1.5rem;
    }

    .n_zhuanli .hd .tt h5 {
        font-size: 13px;
    }

    .n_zhuanli .hd .tt h3 {
        font-size: 15px;
    }

    .n_zhuanlibox {
        height: 300px;
    }

    .n_zhuanli {
        padding-bottom: 0 !important;
    }

    .n_zhuanli .hd ul li a {
        width: 7.375rem;
        height: 2.75rem;
    }

    .n_zhuanli .hd {
        margin-bottom: 2rem;
    }

    .tc_pro {
        padding: 2.5rem 2rem;
        border-radius: 0;
        overflow-y: auto;
        max-width: 100%;
    }

    .tc_pro .hd .link {
        flex-direction: column;
    }

    .tc_pro .hd .link a {
        margin-top: 10px;
    }

    .tc_pro .bd .img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }

    .tc_pro .bd {
        flex-direction: column;
    }

    .tc_pro .txt .con {
        max-height: inherit;
    }

    .tc_pro .tt h4 {
        font-size: 1.375rem;
    }

    .rn_prolist ul li .txt {
        padding: 1.5rem 1rem;
    }

    .rn_prolist ul li .txt h5 {
        margin-bottom: .75rem;
    }

    .rn_prolist ul li .txt p {
        margin-bottom: 1.5rem;
    }

    .rn_prolist ul li .txt i {
        width: 26px !important;
        background-size: contain !important;
        height: 7px;
    }

    .tc_pro .arr {
        top: 36rem;
    }

    .tc_pro .arr_left {
        left: 2.5rem;
    }

    .tc_pro .arr_right {
        right: 2.5rem;
    }

    .n_licheng {
        padding-bottom: 3rem;
    }

    .s_zaisheng ul li .box .mask span {
        font-size: 1rem;
    }

    .certify .swiper-slide h5 {
        font-size: 1rem;
        margin: 0 -20px;
        width: calc(100% + 40px);
        text-align: center;
    }
}