@import "base.css";

html,body{
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
}

#app{
    position: relative;
    width: 100%;
    height: 100%;
}



.app-body{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.app-body .section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 100px;
}

.row1 {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-top: 100px;
}

.row1 .baner{
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

.row1 .baner .swiper-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.row1 .swiper-slide .bg{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.row1 .swiper-slide .bg img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.row1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ffffff;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
}

.row1 .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 6px;
    background-color: #C6010B;
    opacity: 1;
}

.row1 .icon{
    position: absolute;
    bottom: 4%;
    left: 50%;
    z-index: 2;
    width: 64px;
    height: 64px;
    margin-left: -32px;
    animation: move-bot 1s infinite;
    -webkit-animation: move-bot 1s infinite;
}

.row2{
    background: #ffffff url('../img/company_bg.jpg') -50px bottom no-repeat;
    overflow: hidden;
}

.row2 .bg-left{
    position: absolute;
    left: -20px;
    top: 100px;
    transform: skewX(-30deg);
}

.row2 .bg-left ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
}

.row2 .bg-left ul ol{
    margin: 0;
    padding: 0;
    width: 200px;
    height: 50px;
    background-color: #FF8000;
}

.row2 .bg-left ul li {
    width: 14px;
    height: 30px;
    background-color: #C6010B;
    margin-left: 10px;
}

.row2 .bg-right{
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 200vh;
    display: flex;
    transform: rotate(10deg);
}

.row2 .bg-right::before{
    width: 30px;
    height: 50vh;
    background-color: #FF8000;
    content: '';
}

.row2 .bg-right::after{
    flex: 1;
    height: 200vh;
    transform: translateY(-50px);
    background-color: #C6010B;
    content: '';
}

.row2 .wrap{
    display: flex;
    align-items: center;
}

.row2 .wrap-l{
    width: 400px;
}

.row2 .wrap-l .widget-header .title{
    font-size: 40px;
    font-weight: bolder;
    color: #C6010B;
    display: flex;
    align-items: center;
}

.row2 .wrap-l .widget-header .sub-title{
    font-size: 30px;
    color: #000000;
    margin-top: 40px;
}

.row2 .wrap-l .widget-body{
    margin-top: 30px;
}

.row2 .wrap-l .widget-body p{
    line-height: 2em;
    text-align: justify;
    color: #787878;
}

.row2 .wrap-l .widget-btn{
    display: flex;
    margin-top: 40px;
}

.row2 .wrap-l .widget-btn a{
    width: 180px;
    height: 48px;
    background-color: #C6010B;
    border-radius: 6px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row2 .wrap-l .widget-btn a svg{
    width: 18px;
    height: 18px;
    fill: #ffffff;
    margin-left: 10px;
}

.row2 .wrap-l .widget-btn a:hover{
    background-color: #D92B07;
}

.row2 .wrap-l .widget-btn a:hover svg{
    animation: more-left-to-right 1s infinite;
}

.row2 .wrap-r{
    flex: 1;
    margin-left: 100px;
    position: relative;
    padding-bottom: 80px;
}

.row2 .wrap-r .text{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background-color: #FF8000;
    color: #ffffff;
    padding: 0 40px;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
}

.row2 .wrap-r::before{
    position: absolute;
    top: 30px;
    left: -50px;
    right: 50%;
    bottom: 25px;
    border: 2px solid #C6010B;
    border-right: none;
    content: "";
    z-index: 1;
}

.row2 .wrap-r .video{
    position: relative;
    z-index: 3;
    display: flex;
}

.row2 .wrap-r .video::after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
    top: 20px;
    right: -20px;
}

.row2 .wrap-r .video video{
    position: relative;
    z-index: 2;
    width: 100%;
}

.row3 {
    background: #f2f2f2 url('../img/pro_bg.jpg') 0 0 repeat;
    position: relative;
    overflow: hidden;
}

.row3::before{
    position: absolute;
    top: -100px;
    /*bottom: -200px;*/
    left:-200px;
    width: 300px;
    height: 300px;
    border: 50px solid #C6010B;
    border-radius: 50%;
    content: '';
}

.row3::after{
    position: absolute;
    top: 0;
    /*bottom: -100px;*/
    left: -100px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #FF8000;
    content: '';
}

.row3 .wrap{
    width: 100%;
    padding: 0 150px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.row3 .bg{
    position: absolute;
    bottom: 70px;
    /*top: 50%;*/
    right: -200px;
    width: 600px;
    height: 600px;
    z-index: 1;
    /*margin-top: -130px;*/
    /*margin-top: -260px;*/
}

.row3 .bg1{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid #FF8000;
}

.row3 .bg1 img{
    width: 100%;
    border-radius: 50%;
    border: 15px solid #C6010B;
}

.row3 .bg2{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
    height: 240px;
    z-index: 2;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #FF8000;
}

.row3 .bg2 img{
    width: 100%;
    border-radius: 50%;
    border: 5px solid #C6010B;
}

.row3 .bg3{
    position: absolute;
    left: 50%;
    bottom: -50px;
    width: 160px;
    height: 160px;
    z-index: 3;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #FF8000;
    margin-left: -80px;
}

.row3 .bg3 img{
    width: 100%;
    border-radius: 50%;
    border: 5px solid #C6010B;
}

.row3 .widget-header{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row3 .widget-header .title{
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 40px;
}

.row3 .widget-header .sub-title{
    margin-bottom: 20px;
    color: #C6010B;
    font-size: 20px;
}

.row3 .widget-body{
    padding-top: 40px;
}

#certify {
    position: relative;
    width: 1408px;
    margin: 0 auto;
}

#certify .swiper-container {
    padding-bottom: 80px;
}

#certify .swiper-slide {
    width: 600px;
    height: 400px;
    background: #fff;
    box-shadow: 0 8px 30px #000000;
}

#certify .swiper-slide a{
    display: block;
    position: relative;
    height: 100%;
}

#certify .swiper-slide a .img{
    position: relative;
    height: 100%;
}
#certify .swiper-slide a .img .block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#certify .swiper-slide a .img .block img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#certify .swiper-slide a .title {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 2;
}

#certify .swiper-slide a .title span{
    position: relative;
    z-index: 2;
    padding: 0 40px;
    color:#ffffff;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 60px;
}

#certify .swiper-slide a .title::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 30px 30px 0;
    content: '';
    background-color: #C6010B;
    z-index: 1;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 14px;
    height: 14px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #C6010B;
    background-color: #fff;
}

#certify .swiper-button-prev {
    top: 200px;
    left: -50px;
    margin-top: -22px;
    color: rgba(0,0,0,0.8);
}

#certify .swiper-button-next{
    top: 200px;
    right: -50px;
    margin-top: -22px;
    color: rgba(0,0,0,0.8);
}

#certify .swiper-button-prev:hover,
#certify .swiper-button-next:hover{
    color: rgba(0,0,0,1);
}

.row3 .widget-btn{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.row3 .widget-btn a{
    width: 180px;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #C6010B;
}

.row3 .widget-btn a svg{
    width: 18px;
    height: 18px;
    fill: #C6010B;
    animation: more-top-to-bottom 1s infinite;
}

.row4 {
    background: url('../img/pinpai_bg.jpg') 0 0 no-repeat;
    background-size: cover;
}

.row4 .wrap{
    display: flex;
    align-items: center;
    width: 1200px;
}

.row4 .wrap-l{
    width: 400px;
    position: relative;
    padding-bottom: 10px;
}

.row4 .wrap-l .img{
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 5px 5px 5px #888888;
}

.row4 .wrap-l .img .text{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 40px 50px;
    z-index: 2;
}

.row4 .wrap-l .img .text h5{
    font-size: 24px;
    color: #C6010B;
    margin: 20px 0;
}

.row4 .wrap-l .img .text p{
    font-size: 14px;
    line-height: 1.8;
    color: #C6010B;
    margin: 0;
}

.row4 .wrap-r {
    flex: 1;
    margin-left: 80px;
}

.row4 .wrap-r .widget-header{
    width: 580px;
    position: relative;
    padding: 20px 0 0 80px;
}

.row4 .wrap-r .widget-header::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 39px;
    z-index: 1;
    content: '';
    background: url('../img/pinpai_2.png') 0 0 no-repeat;
}

.row4 .wrap-r .widget-header::after{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 33px;
    height: 33px;
    z-index: 1;
    content: '';
    background: url('../img/pinpai_3.png') 0 0 no-repeat;
}

.row4 .wrap-r .widget-header .en-title{
    font-family: Arial;
    font-size: 36px;
    font-weight: bolder;
    color: #C6010B;
}

.row4 .wrap-r .widget-header .title{
    font-size: 36px;
    font-weight: bolder;
    color: #C6010B;
    margin-top: 10px;
}

.row4 .wrap-r .widget-info{
    padding: 20px 40px;
    line-height: 1.8;
    color: #C6010B;
}

.row4 .wrap-r .widget-info p{
    margin: 0;
}

.row4 .wrap-r .widget-body{
    position: relative;
    padding-left: 40px;
    height: 150px;
}

.row4 .wrap-r .widget-body::before{
    position: absolute;
    left: 10px;
    top: 50%;
    width: 1px;
    height: 400px;
    content: '';
    /*background-color: #C6010B;*/
    background: linear-gradient(to bottom, #FDEFEF 20% , #C6010B 50%, #FDEFEF 80%); /* 标准的语法 */
    margin-top: -200px;
    z-index: 1;
}

.row4 .wrap-r .widget-body::after{
    position: absolute;
    top: 50%;
    left: 5px;
    width: 12px;
    height: 12px;
    content:'';
    background-color: #C6010B;
    z-index: 2;
    border-radius: 50%;
    margin-top: -6px;
}

.row4 .wrap-r .widget-body .swiper{
    width: 100%;
    height: 100%;
}

.row4 .wrap-r .widget-body .swiper-slide{
    display: flex;
    align-items: center;
    height: 50px;
    line-height: 1.5;
    color: #787878;
    transition: all 0.5s ease-in-out;
}

.row4 .wrap-r .widget-body .swiper-slide-next{
    font-weight: bolder;
    color: #C6010B;
    font-size: 18px;
}

.row4 .wrap-r .widget-footer{
    position: relative;
}

.row4 .wrap-r .widget-footer::after{
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 24px;
    height: 23px;
    content: '';
    background: url('../img/pinpai_5.png') 0 0 no-repeat;
}

.row4 .wrap-r .widget-footer ul{
    list-style: none;
    margin: 40px -20px 0;
    padding: 0;
    display: flex;
}

.row4 .wrap-r .widget-footer ul li{
    width: 33.3333%;
    padding: 0 20px;
}

.row4 .wrap-r .widget-footer ul li .img{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.row4 .wrap-r .widget-footer ul li .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #FF8000;
}

.row5{
    background: #f2f2f2 url(../img/pro_bg.jpg) 0 0 repeat;
    position: relative;
}

.row5::before{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 279px;
    height: 674px;
    /*margin-top: -350px;*/
    background: url('../img/gushi4.png') 0 0 no-repeat;
    content: '';
    z-index: 1;
    transform-origin: 100% 100%;
    transform: scale(0.7,0.7) translateY(50%);
}

.row5::after{
    position: absolute;
    top: 100px;
    left: 0;
    width: 400px;
    height: 108px;
    background: url('../img/gushi5.png') 0 0 no-repeat;
    content: '';
}

.row5 .wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 2;
}

.row5 .wrap-l{
    width: 800px;
    height: 450px;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

.row5 .wrap-l .swiper-container{
    width: 100%;
    height: 100%;
}

.row5 .wrap-l .swiper-slide img{
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.row5 .wrap-l .swiper-slide-active img,
.row5 .wrap-l .swiper-slide-dupliactive img{
    transition: 6s linear;
    transform: scale(1, 1);
}

.row5 .wrap-l .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.8);
}

.row5 .wrap-l .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 2px;
    stroke: rgba(255,255,255,0.8);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.row5 .wrap-l .swiper-button-next:after,
.row5 .wrap-l .swiper-button-prev:after {
    color: rgba(0,0,0,0.5);
}

.row5 .wrap-l .swiper-button-next:hover:after,
.row5 .wrap-l .swiper-button-prev:hover:after{
    color: rgba(255,255,255,1);
}

.row5 .wrap-l .swiper-pagination-bullet{
    background-color: #ffffff;
}

.row5 .wrap-l .swiper-pagination-bullet-active{
    background-color: #C6010B;
}

.row5 .wrap-r{
    flex: 1;
    background-color: #C6010B;
    height: 450px;
    border-radius: 0 20px 20px 0;
}

.row5 .wrap-r .widget{
    padding: 0 40px;
    display: flex;
    height: inherit;
    flex-direction: column;
    justify-content: center;
}

.row5 .wrap-r .widget-header .title{
    font-size: 32px;
    font-weight: bolder;
    color: #ffffff;
    line-height: 1;
}

.row5 .wrap-r .widget-body{
    padding: 30px 0;
    line-height: 2.2;
    font-size: 20px;
    color:#ffffff;
    font-weight: 500;
    text-align: justify;
}

.row5 .wrap-r .widget-btn{
    display: flex;
}

.row5 .wrap-r .widget-btn a{
    width: 180px;
    height: 48px;
    background-color: #FF8000;
    border-radius: 6px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row5 .wrap-r .widget-btn a svg{
    width: 18px;
    height: 18px;
    fill: #ffffff;
    margin-left: 10px;
}

.row5 .wrap-r .widget-btn a:hover{
    background-color: #F27A00;
}

.row5 .wrap-r .widget-btn a:hover svg{
    animation: more-left-to-right 1s infinite;
}

.row5 .wrap-b{
    width: 100%;
}

.row5 .wrap-b h1{
    color: #C6010B;
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.row5 .wrap-b ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.row5 .wrap-b ul li{
    width: 133px;
    height: 133px;
    position: relative;
    margin: 0 50px;
}

.row5 .wrap-b ul li::after{
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    content: '';
    background-color: #ffffff;
    border: 2px solid #C6010B;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 0 5px #C6010B;
}

.row5 .wrap-b ul li::before{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 260px;
    height: 2px;
    background-color: #C6010B;
    content: '';
    margin-top: -1px;
    z-index: 1;
}

.row5 .wrap-b ul li:nth-of-type(2n)::before{
    transform: rotate(20deg);
}

.row5 .wrap-b ul li:nth-of-type(2n + 1)::before{
    transform: rotate(-20deg);
}


.row5 .wrap-b ul li:last-child::before{
    display: none;
}

.row5 .wrap-b ul li:hover::after{
    background-color: #C6010B;
    border-color: #C6010B;
}

.row5 .wrap-b ul li .info{
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 22px;
    line-height: 1.5;
    color: #C6010B;
    letter-spacing: 1px;
    cursor: default;
    text-align: center;
}

.row5 .wrap-b ul li:hover .info{
    color: #ffffff;
}

.row5 .wrap-b ul li h6{
    font-size: 40px;
    color: #C6010B;
    font-weight: 600;
    margin: 10px 0 0 0;
}

.row5 .wrap-b ul li:hover h6{
    color: #ffffff;
}

.row6{
    background: url("../img/news_4.jpg") 0 0 no-repeat;
    background-size: cover;
}

.row6 .wrap{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 5px;
}

.row6 .wrap-t{
    width: 100%;
}

.row6 .wrap-t .title{
    font-size: 32px;
    font-weight: bolder;
    color:#333333;
    display: flex;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}

.row6 .wrap-t .title::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 4px;
    background-color: #C6010B;
    content: '';
}

.row6 .wrap-l{
    width: 560px;
    height: 441px;
}

.row6 .wrap-l .swiper{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px #cccccc;
}

.row6 .wrap-l .swiper-slide a{
    display: block;
}

.row6 .wrap-l .swiper-slide a .img{
    height: 330px;
}

.row6 .wrap-l .swiper-slide a .img img{
    width: 100%;
    height: 100%;
}

.row6 .wrap-l .swiper-slide a .info{
    padding: 5px 10px 10px;
}

.row6 .wrap-l .swiper-slide a .info .title{
    display: flex;
    align-items: center;
    height: 42px;
    font-size: 20px;
    color: #333333;
    line-height: 1;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.row6 .wrap-l .swiper-slide a:hover .info .title{
    color: #C6010B;
}

.row6 .wrap-l .swiper-slide a .info .detail{
    font-size: 14px;
    line-height: 1.5;
    color: #878787;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.row6 .wrap-l .swiper-pagination{
    top: unset;
    bottom: 120px;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}

.row6 .wrap-l .swiper-pagination-bullet{
    width: 24px;
    height: 24px;
    border-radius: 4px;
    color: #C6010B;
    position: relative;
    background-color: #ffffff;
    opacity: 0.5;
}

.row6 .wrap-l .swiper-pagination-bullet-active{
    background-color: #C6010B;
    opacity: 1;
    color: #ffffff;
}

.row6 .wrap-l .swiper-pagination-bullet::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial;
    line-height: 1;
    font-size: 14px;
    font-weight: bolder;
}

.row6 .wrap-l .swiper-pagination-bullet:nth-of-type(1)::before{
    content: '1';
}
.row6 .wrap-l .swiper-pagination-bullet:nth-of-type(2)::before{
    content: '2';
}
.row6 .wrap-l .swiper-pagination-bullet:nth-of-type(3)::before{
    content: '3';
}

.row6 .wrap-r{
    width: 790px;
    margin-left: 40px;
}

.row6 .wrap-r .news-list ul{
    list-style: none;
    margin: 0;
    padding: 0;

}

.row6 .wrap-r .news-list ul li{
    height: 147px;
    background-color: #ffffff;
    border-bottom: 1px dashed #e8e8e8;
}

.row6 .wrap-r .news-list ul li:last-child{
    border-bottom: none;
}

.row6 .wrap-r .news-list ul li a{
    display: flex;
    width: 790px;
    padding: 20px 40px 20px 0;
    height: 100%;
}

.row6 .wrap-r .news-list ul li a:hover{
    background-color: #FDF8F8;
}

.row6 .wrap-r .news-list ul li a .img{
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.row6 .wrap-r .news-list ul li a .img img{
    object-fit: cover;
    max-width: 100px;
    height: auto;
}

.row6 .wrap-r .news-list ul li a .icon{
    width: 140px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row6 .wrap-r .news-list ul li a .icon svg{
    fill: #C6010B;
    width: 50px;
    height: 50px;
}

.row6 .wrap-r .news-list ul li a .info{
    width: 610px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row6 .wrap-r .news-list ul li a .info .title{
    display: flex;
    align-items: center;
    height: 42px;
    font-size: 20px;
    color: #333333;
    line-height: 1;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.row6 .wrap-r .news-list ul li a:hover .info .title{
    color: #C6010B;
}

.row6 .wrap-r .news-list ul li a .info .detail{
    font-size: 14px;
    line-height: 1.5;
    color: #878787;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.app-nav{
    position: fixed;
    top: 50%;
    left: 50px;
    z-index: 9;
    width: 18px;
    margin-top: -80px;
}

.app-body .section.row7{
    background-color: #221F20;
    height: auto;
    padding: 0;
    position: relative;
}

.row7::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    content: '';
    background-color: #000000;
    z-index: 1;
}

.row7 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 100px;
    position: relative;
    z-index: 2;
}

.row7 .wrap-l .menu-b{
    margin-top: 40px;
}

.row7 .wrap-l .menu-b ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 40px;
}

.row7 .wrap-l .menu-b ul ol{
    margin: 0;
    padding: 0 12px 0 0;
}

.row7 .wrap-l .menu-b ul a:hover{
    color: #ffffff;
}

.row7 .wrap-l .menu-b ul ol a{
    font-size: 16px;
    color:#c7c6c7;
}

.row7 .wrap-l .menu-b ul li {
    padding: 0 12px;
}

.row7 .wrap-l .menu-b ul li a{
    color: #9f9f9f;
}

.row7 .wrap-r{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row7 .wrap-r .qrcode{
    display: flex;
    margin-bottom: 20px;
}

.row7 .wrap-r .qrcode .img{
    width: 120px;
    height: 120px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.row7 .wrap-r .qrcode .img:last-child{
    background-color: #000000;
}

.row7 .wrap-r .qrcode .img img{
    max-width: 100%;
    max-height: 100%;
}

.row7 .wrap-r .text1{
    color: #c7c6c7;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
}

.row7 .wrap-r .tel{
    display: flex;
    align-items: center;
    height: 50px;
}

.row7 .wrap-r .tel span{
    color: #c7c6c7;
    line-height: 1;
}

.row7 .wrap-r .tel strong{
    font-size: 30px;
    font-weight: bolder;
    color: #c7c6c7;
    line-height: 1;
    font-family: "Arial Black";
}

.row7 .wrap-b{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #949292;
}

.row7 .wrap-b a{
    color: #949292;
}

.row7 .wrap-b a:hover{
    color: #ffffff;
}

.row7 .wrap-b .l a{
    margin-left: 20px;
}

.app-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.app-nav ul li{
    width: 18px;
    height: 19px;
    margin: 7px 0;
    background: url(../img/wel20.png) no-repeat center;
    transition: background 0.3s;
    cursor: pointer;
}

.app-nav ul li.active,
.app-nav ul li:hover{
    background: url(../img/wel20_h.png) no-repeat center;
}


.app-nav.white ul  li{
    background: url(../img/wel05.png) no-repeat center;
}

.app-nav.white ul li.active,
.app-nav.white ul li:hover{
    background: url(../img/wel05_h.png) no-repeat center;
}

.app-nav .rate{
    padding-top: 100px;
    margin: 0 -25px 0 -25px;
    color:#C6010B;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.app-nav .rate .num{
    font-size: 24px;
    color:#C6010B;
}

.app-nav.white .rate .num{
    color:#ffffff;
}

.app-nav .rate .line{
    font-size: 14px;
    margin-left: 10px;
}

.app-nav .rate .total{
    line-height: 1;
    margin-left: 10px;
}

.app-nav.white .rate{
    color: #ffffff;
    position: relative;
}

.app-nav .rate::before{
    position: absolute;
    top: 10px;
    left: 50%;
    width: 2px;
    height: 80px;
    content: '';
    background-color: #C6010B;
}

.app-nav.white .rate::before{
    background-color: rgba(255,255,255,0.7);
}

.right-nav{
    position: fixed;
    right: 55px;
    top: 50%;
    z-index: 9;
    margin-top: -45px;
}

.right-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.right-nav ul li{
    position: relative;
    margin-top: 10px;
}

.right-nav ul li:first-child{
    margin-top: 0;
}

.right-nav ul li a{
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
}

.right-nav ul li a svg{
    fill: #B6010A;
}

.right-nav ul li:hover a{
    background-color: #B6010A;
}

.right-nav ul li:hover a svg{
    fill: #ffffff;
}

.right-nav ul li.backtop:hover a svg{
    animation: move-top 1s infinite;
}

.right-nav ul li.qrcode .childs{
    position: absolute;
    top: -101px;
    left: -120px;
    width: 100px;
    display: none;
}

.right-nav ul li:hover .childs{
    display: unset;
    animation: bottom-to-top 0.5s;
}

.right-nav ul li.qrcode .child{
    padding-bottom: 5px;
}

.right-nav ul li.qrcode .child .img{
    padding: 2px 3px;
    background-color: #ffffff;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.right-nav ul li.qrcode .child:nth-of-type(2)  .img{
    background-color: #000000;
}

.right-nav ul li.qrcode .child img{
    width: 100%;
}

.right-nav ul li.qrcode .child .text{
    padding: 5px 0;
    line-height: 1;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    font-size: 13px;
    border-radius: 0 0  6px 6px;
}

.right-nav ul li.qrcode:hover a::after{
    position: absolute;
    top: 0;
    left: 9px;
    width: 32px;
    height: 2px;
    content: '';
    background-color: #ffffff;
    animation: move-top-bottom 1s infinite;
}

.right-nav ul li.contact:hover a svg{
    animation: move-left-right 1s infinite;
}

.right-nav ul li .btn{
    position: absolute;
    top: 5px;
    left: -110px;
    width: 100px;
    height: 40px;
    display: none;
    background-color: #B6010A;
    color: #ffffff;
    border-radius: 6px;
    line-height: 1;
}

.right-nav ul li .btn::after{
    position: absolute;
    top: 50%;
    right: -12px;
    border: 6px solid transparent;
    border-left-color: #B6010A;
    content: '';
    margin-top: -6px;
}

.right-nav ul li:hover .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    animation: left-to-right 0.5s;
}
