body{
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif, "microsoft yahei";
    font-size: 20px;
    color: #585149; 
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th {
    background: transparent;
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

ul,
li,
ol {
    list-style: none;
}

em,
b,
i {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

input,
textarea,
select,
a {
    margin: 0px;
    padding: 0px;
    outline: 0px;
}

textarea {
    resize: none;
    overflow: auto;
}

aside,
article,
footer,
header,
nav,
section,
.main {
    display: block;
    height: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

a { 
    text-decoration: none; 
    color: inherit; 
}

a:hover {
    text-decoration: none;
}
 

a:focus, a:active {
    outline: none;  
    text-decoration: none;  
    /* color: inherit;   */
}
p{
    line-height: 1.8;
}
img{
    width:auto;
    max-width:100%;
}
.disFlex {
    display: -moz-box;
    /*firefox*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-box;
    /*Safari*/
    display: -webkit-flex;
    /*Chrome*/
    display: box;
    display: flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.disFlexBlock{

}
.BG{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.swiper {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 5rem;
}
.swiper-box{width:60%;height:100%;overflow:hidden;position:relative;}
 
 .left,.right{
    width: 50%;
 } 
 .box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;   
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
    
 }
 .mainBox{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;

} 
.mainContainer{
    height: 100%;
    width: 100%;
    position: relative;
}
.centerBox{
    width: auto;
    max-width: 140rem;
     margin: 0 auto;
     height: auto;
     overflow: hidden;
     position: relative;
    }
 .main{   
    position: absolute;
    left: 0;
    width: 100%;    
    height: 100%; 
}
.swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainSwiper{
    width: 100%;
    height: 100%;
     
} 
.mainSwiper .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
.main-content{
    position: absolute; 
    width:100% ;
    height: 100%;
}
.item00 .content{
    /* background-image: url("banner02.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
   object-fit: cover;
   background-position: center top;
}
.item00 .content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.item00 .content .zhuti{
    position: absolute;
    left: 9vw;
    top: 3vw;
    width: 40%;
    height: 6rem;
    background: url(../images/zhuti.png) no-repeat;
    background-size: contain;
}
.item00 .content .slogan{
    position: absolute;
    left: 6vw;
    top: 6.5vw;
    width: 65%;
    height: 50rem;
    background: url(../images/slogan.png) no-repeat;
    background-size: contain;
    transform: scale(0);
    opacity: 0;
}
.item00 .content .slogan.active{
transform: scale(1);
opacity: 1;
transition: all 2s ease;
}
#mainSwiper .swiper-slide:nth-child(1) img:nth-of-type(2){
    display: none;
}

#slide{
    width: 100%;
    height: 100%;
}
.item{
    width: auto;
    height: auto;
    background-position:center center;
    display: inline-block;
    transition: 0.5s;
    background-size: cover;
    position: absolute;
    z-index: 1;
    /* top: 50%; */
    /* transform: translate(0,-50%); */
    bottom: 12rem;
}
.item .icon{
    display: block;
    transition: 0.5s;
    /* width: 25rem; */
    height: 5rem;
    font-size: 1.2vw;
    color: #fff;
    line-height: 5rem;
    text-align: center;
    /* position: absolute; */
    /* bottom: 3rem; */
}
.icon img{
    display: block;
    width: 16rem;
    height: auto;
}

 
.item:nth-child(1){
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* top: 0; */
    transform: translate(0,0);
} 
.item:nth-child(1) .icon{
    display: none;
}
.item:nth-child(2){
    right: 63rem;
}
.item:nth-child(3){
    right: 45rem;
}
.item:nth-child(4){
    right: 27rem;
}
.item:nth-child(5){
   right: 9rem;
} 
.item:nth-child(6){
    right: -9rem;
    /* opacity: 0; */
}
.item:nth-child(7){
   right: -27rem;
} 
.item:nth-child(8){
   right: -45rem;
} 
.item .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    transform: translateY(0,-50%);
    display: none;
    overflow: hidden;
}

.item .content{
    display: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: showcontent 1s ease-in-out 0.0s 1 forwards;
    position: relative;
}
.item01 .logo{
    margin-bottom: 6rem;
}
.item00 .content{
    background-image: url("../images/bg00.jpg");
}
.item01 .content{
    background-image: url("../images/bg01.jpg");
}
.item02 .content{
    background-image: url("../images/bg02.jpg");
}
.item03 .content{
    background-image: url("../images/bg03.jpg");
}
.item04 .content{
    background-image: url("../images/bg04.jpg");
}
.item05 .content{
    background-image: url("../images/bg05.jpg");
}
.item06 .content{
    background-image: url("../images/bg06.jpg");
}
.item07 .content{
    background-image: url("../images/bg07.jpg");
}
.item  .name{
    opacity: 0;
    animation: showcontent 1s ease-in-out 0.0s 1 forwards
}
.item:nth-child(1) .content{
    display: block;
    animation: scaleUp 0.5s ease-in-out forwards;
   
    z-index: 99;
}
@keyframes scaleUp {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes showcontent{
    form{
        opacity: 0;
        transform: translate(0,100px);
        filter: blur(33px);
    }
    to{
        opacity: 1;
        transform: translate(0,0);
        filter: blur(0);
    }
}
.bottons{
    position: absolute;
    /* bottom: 3rem; */
    z-index: 999;
    width: auto;
    right: 65rem;
    bottom: 13rem;
    /* float: right; */
}
.bottons button{
    width: 4rem;
    height:4rem;
    border-radius: 50%;
    background: none;
    border: 3px solid rgba(0, 0, 0, 0.4);
    transition: 0.5s;
    color: rgba(0, 0, 0, 0.4);
    font-size: 2.0rem;
    line-height: 3.5rem;
    text-align: center;
}

.progress-bar {
    position: absolute;
    z-index: 12000;
    width: 50rem;
    background-color: #d03d30;
    bottom: 15rem;
    right: 2rem;
}
.progress {
    width: 0;
    height: 4px;
    background-color: #ecaf7a;
}
.progress-text { 
    display: none;
    text-align: center;
    margin-top: 5px;
    position: absolute;
    right: -7rem;
    top: -3rem;
    font-size: 5rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.mod {
    min-height: 100px; 
    background-size: 100% 100%;
    background-position-x: center;
    background-position-y: center;
}

.flexBox {
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-start;
    min-height: 100px;
}

.container {
    width: 100%;
    /* max-width: 1400px; */
    height: auto;
    /* min-height: 100px; */
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    /* overflow-x: hidden; */
    /* overflow-y: hidden; */
    position: relative;
    margin-left: 4rem;
}

.leftBox {
    width: auto;
    flex-shrink: 0;
    /* min-height: 100px; */
}

.rightBox {
    width: 50%;
    flex-shrink: 0;
    min-height: 100px;
}

.thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.thumb img {
    display: block;
    width: 100%;
    height: 100%;
}

.thumb p {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.ul-listy-line li {
    /* margin-bottom: 1rem; */
    padding-top: 1.5rem;
    padding-right: 0px;
    padding-bottom: 1.5rem;
    padding-left: 0px;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
ul.ul-listy-line li a:hover{
    color: #b90000;
}

.point {
    position: relative;
    text-align: left;
    margin-bottom: 4rem;
    overflow-x: visible;
    overflow-y: visible;
    /* background: #cd0204; */
    padding: 0 5rem 0 0;
    padding-bottom: 5px;
    z-index: 1;
}
.point::after{
    content: " ";
    width: 150%;
    height: 100%;
    border-bottom: 3px solid #cd0204;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.point h1 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    /* text-align: center; */
    padding-bottom: 10px;
    padding-top: 15px;
    width: 1400px;
    text-align: center;
    z-index: 3;
   
}

.point h1 a {
    color: #cd0204;
}


.title img {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

ul.ul-listy02 li {
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-right: 0px;
    padding-bottom: 1rem;
    padding-left: 0px;
}

ul.ul-listy02 li a {
    color: rgb(0, 0, 0);
}

.swiperBevell {
    width: 50%;
    height: 100vh;
    margin-top: 0vw;
    margin-right: auto;
    margin-bottom: 0vw;
    margin-left: auto;
    overflow-x: visible;
    overflow-y: visible;
}

.swiperBevell .swiper-button-next,
.swiperBevell .swiper-button-prev {
    left: auto;
    right: -10%;
    transform: translateX(-50%);
}

.swiperBevell .swiper-button-next {
    top: 55%;
    transform: rotate(90deg);
}

.swiperBevell .swiper-button-prev {
    top: 40%;
    transform:rotate(90deg);
}

.swiperBevell .thumb {
    width: 100%;
    height: auto;
}

.swiperBevell .thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiperBevell .swiper-slide {
    opacity: 0.4;
    transform: scale(0.5);
    transition: all 0.5s ease;
}

.swiperBevell .swiper-slide .thumb {
    transition-behavior: normal;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
}

.swiperBevell .swiper-slide-prev {
    opacity: 0.6;
    transform: scale(0.6);
    z-index: 333;
    transition: all 0.5s ease;
}

.swiperBevell .swiper-slide-next {
    opacity: 0.6;
    transform: scale(0.6);
    z-index: 444;
    transition: all 0.5s ease;
}

.swiperBevell .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 555;
    transition: all 0.5s ease;
}

.swiperBevell .swiper-slide-active .thumb {
    transform: scale(1);
}

.swiperBevell .swiper-slide-prev .thumb {
    transform: scale(1);
}

.swiperBevell .swiper-slide-next .thumb {
    transform: scale(1);
}



.text-text a p {
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgb(90, 89, 89);
}

ul.ul-listy-num li {
    margin-bottom: 1rem;
    list-style-position: inside;
    padding-top: 1rem;
    padding-right: 0px;
    padding-bottom: 1rem;
    padding-left: 0px;
    list-style-type: decimal;
}

ul.ul-listy-num li::marker {
    color: rgb(248, 190, 60);
}

.mod{
    width:1650px;
    /* height: 93rem; */
    /* margin-top: 165px; */
    /* padding-left: 8.8rem; */
    /* top: 50%; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* left: 8%; */
    box-sizing: border-box;
    padding-top: 5rem;
}
.title{
    width: 20rem;
    flex-shrink: 0;
}
.title img{
    width:auto;max-width:100%;
}
#ijg5{
    width: 70rem;
    /* height: 34.2rem; */
    margin-bottom: 6rem;
}
#ijg5 .swiper-pagination{
    width: 20rem;
    right: auto;
    left: 50%;
    bottom: 0;
    margin-left: -10rem;
}
#ijg5 .swiper-pagination .swiper-pagination-bullet{
    width: 1.5rem; height: 1.5rem;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
}
#ijg5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #b90000;
}
.item01 .leftBox{
    width: 65rem;
    margin-right: 5rem;
    flex-shrink: 0;
    padding-top: 0rem;
}
.item01 .flexBox{
    align-items: flex-start;
}
.item01 .rightBox{
    width: 90rem;
}
.item01 .ul-listy-line{
 width: 100%;
 flex-shrink: 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: center;
}
.item01 .ul-listy-line li{
    width: 100%;
}
.item01 .ul-listy-line li a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2.4rem;
    color: #000;
    text-decoration: none;

}
  .item01 .leftBox .swiper-slide .thumb p{
    padding-right:  10rem;
    padding-left: 10px;
    background: linear-gradient(to right, rgba(251,113,45,0.7), rgba(255,3,15,.7));
    text-overflow: unset;
    white-space: unset;
    line-height: normal;
  }
.more{
    float: right;
    width: 10rem;
    height:3rem;
    font-size: 2rem;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    margin-top: 20px;
    border-radius: 2rem;
    background: #b90000;
}

.home{
    width: 6.9rem;
    height: auto;
    position: absolute;
    left:5vw;
    bottom: 3vh;
    z-index: 999;
}
.dotaibobao .flexBox{
    width: 43rem;
    gap: 2px;
    margin-top: 30px;
}
.tilImg{
    width: 23.4rem;
    margin-bottom: 20px;
}
.tilImg img{
    width: auto;
    max-width: 100%;
}
.dotaibobao .flexBox a{
    width:210px ;
    background: #cd0205;
    color: #f6b906;
    text-align: center;
    list-style: 1.2;
}
.dotaibobao .flexBox a:nth-child(2){
    color: #ffffff;
}
.logo{
    text-align: left;
    width: 80%;
}

/*.item02*/
.item02 .title{
   margin-top: 5rem;
}
.item02 .more{
   float: left;
   margin-left: 5rem;
   background: #ff7140;
}
.item02 .thumb{
 
 }
.item02 .thumb p{
    width: 100%;
    height: 5rem;  
    overflow: hidden;
    padding: 0 10px;
}
.item02 .thumb img{
    margin: 0 auto;
    width: 100%;
    height: auto;
}
 
.item02 .flexBox{
    align-items: flex-start;
}
 
.item02 .rightBox{
    width: 46rem;
    margin-left:3rem
}
 

.item02  .swiper{
    float: left;
    width: 70rem;
    height: 70rem;
    margin: 3vw 0 0 3vw;
}
.swiper-button-next,.swiper-button-prev{
    width: 3.5rem;
    height: 3.5rem;
    color: #0b4ca0;
    font-size: 24px;
    line-height: 3.5rem;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #0b4ca0;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
}
 
.swiper-button-next:after,.swiper-button-prev:after{
    font-size: 30px;
}


.item03 .centerBox{
    width: 100%;
    max-width: 100%;
}
 .left, .right{
    float: left;
 }
 .item03 .left{
    width: 25vw;
    margin: 3rem 6vw 0 0;
}
.item03 .left .thumb{
    width: 48vh;
    height: 27vh; 
    margin-bottom: 3rem;
}
.item03 .right{width:56rem;}

.item03 ul.ul-listy02 li{
    margin-bottom: 1.5rem;
}
.item03 ul.ul-listy02 li a{
    display: -webkit-box; 
    /* padding-bottom: 1rem; */
    -webkit-line-clamp: 2;
    line-clamp: 2;    
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.item03 ul.ul-listy02 li p{
    display: none;
    padding: 0 1.5rem;
    border:1px solid #cd0204 ; 
    margin-top: 1.5rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;    
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
     
}
.item03 ul.ul-listy02 li.hoverCur a{
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
} 
.item03 ul.ul-listy02 li.hoverCur p{
    display: -webkit-box;
}
.item03 .swiper-slide .flexBox{
    width: 100%;

}
.item03 .title:nth-child(1) {
    float: right;
    width: 50rem;
    margin: 6rem 0 0 0;
}
.item03 .more {
    margin-right: 20rem;
}
/*4*/
.item04 .title{
    width: 35rem;
    height: 100%;
    margin: 10vw 0 0 2vw; 
}

.item04 .flexBox{
margin: 8vw 0 0 0;
justify-content: space-between;
}
.item04 .mod{
width:80%;
margin: 0 auto 0 auto;
justify-content: space-between;
}

.item04 .more{
float: left;
margin-left: 3vw;
color: #000;
background: #fff;
}

.item04 .content{
    background-size: cover;
}
.item04 .thumb{
    width: 30vw;
    height: auto;
    overflow: hidden;
    margin:0 1vw 0;
    box-sizing: border-box;
}
.item04 .thumb img{
    width: 92%;
    height: auto;
   border-radius: 4rem;
   border: 1rem solid rgba(255,255,255,.3) ;
   padding: 1rem;
   background: rgba(255,255,255,.3);
}
.text-text a p {
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    color: rgb(90, 89, 89);
}
.item04 p{
     color: #fff;
     padding: 10px;
     left: 2rem;
     bottom: 2rem;
     width: calc(96% - 4rem);
     border-bottom-left-radius: 2rem;
     border-bottom-right-radius: 2rem;
}


.item04 .container>.flexBox{
    /* padding-top: 9rem; */
}
.item04 .rightBox  .flexBox{
    overflow: hidden;
}
.item04 .ul-listy-line li{
    font-size: 20px;
    /* width: calc((100% - 6rem) / 2); */
    border-bottom: 1px dashed #ffffff;
    color: #ffffff;
}
.item04 .ul-listy-line li:nth-child(odd){
 margin-right: 6rem;
}
.item04 .ul-listy-line li a{
    color: #ffffff;
}
.item05 .container{
    padding-top:4rem;
}
.item05 .mod>.flexBox{
    align-items: flex-start;
}
.item05 .leftBox{
    width: 70rem;
    height: 70rem;
    margin-right: 5rem;
    position: relative;
}
 
.item05 .rightBox{
    width: 75rem;
    position: relative;
}

.item05  .title{
   width: 50rem;
   margin: 8vw 0 0 2vw;
}
.item05  .more{
 float: left;
 margin-left: 2vw;
 background: #6eae9d;
}
.item05  ul{
    margin-top: 50px;
}
.item05  li{
    width: 100%;
    margin: 20px 0;
    padding-bottom: 10px;;
    border-bottom: 1px dotted #111;
}
.item05  li a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2.4rem;
    color: #000;
    text-decoration: none;
}
.item05  li a:hover{
    color: #b90000;
}
.swiper-button-next,.swiper-button-prev{
    width: 3.5rem;
    height: 3.5rem;
    color: #ffffff;
    font-size: 24px;
    line-height: 3.5rem;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    position: absolute;
    margin: 0;
}
 
.swiper-button-next:after,.swiper-button-prev:after{
    font-size: 24px;
    color: #0b4ca0;
}
.item05 .leftBox .swiper-slide .thumb p{
    font-weight: bold;
    white-space: unset;
    text-align: left;
    padding: 10px;
}
 
.item05 .leftBox .swiper-slide .thumb p i{

    font-style: normal;
}
.item05 .leftBox .swiper-slide .thumb p span{
    display: block;
    font-size: 14px;
}
.item05 .container>.flexBox{
    align-items: flex-start;
    justify-content: space-between;
}
.text-text a strong{
    font-size: 24px;
}
 
.item06 ul { 
    display: flex;
    justify-content: flex-start;
    margin:3vw 0 0 0;
}
 

.item06 .flexBox { 
   justify-content: space-around;
}
.item06 .leftBox { 
   width: 23vw;
}
.item06 .leftBox  ul li { 
   width: 17vw;
}
 
.item06 .rightBox  { 
    width:55%;
   margin-top: 6vw;
}
.item06 .rightBox  ul li { 
   width: 18vw;
   margin:0 1.5vw;
}
 
.item06 ul li img { 
    border-radius: 2rem;
   border: .6rem solid rgba(255,255,255,.3) ;
   padding: .6rem;
   background: rgba(255,255,255,.3);
}
 
.item06 ul.ul-listy-num li a{
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
 
.item06 .hd{
  
    width: 50rem;
}
.item06 .title{
    position: absolute;
    left: 50%;
    top: 6vw;
    width: 50rem;
}
.item06 .left{
    width: 25vw;
    padding-top: 3vw;
}
.item06 .more{
    float: left;
    margin: 3rem 0 0 45%;
    color: #000;
    background: #fff;
}
 
 .item06 .title:nth-child(1) img{
    display: block;
}
.item06 .title:nth-last-child(1){
    display: none;
} 
 
.polity{
    line-height: 42px; 
     
}
.qimo8 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.qimo {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 60s linear infinite;
}

.qimo ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.qimo ul li {
    display: inline-block;
    padding: 0 10px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.qimo8:hover .qimo {
    animation-play-state: paused;
}
.showDiv {
    width: calc(37.5vw * 0.8);
    height: calc(23.6vw * 0.8);
    /* display: none; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    color: #fff; 
    border-radius: 10px;
    z-index: 1000;
    /* transition: all 0.5s ease-in-out, transform 0.5s ease-in-out;   */
    /* background: rgba(251,113,45,0.7); */
}
.showDiv .thumb{
    width: 100%;
        height: 100%;
    overflow: hidden;
    border-radius: 10px; 
    transition: all 0.5s ease-in-out, transform 0.5s ease-in-out; 
}
.showDiv p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);

}
.showDiv a,.showDiv a img{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out, transform 0.5s ease-in-out;  
}
.bottomDiv{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
  /* @media screen and (min-height: 1079px){ */
    .item{
        bottom: 6rem;
    }
    .icon img,.item{
        width: 14vw;
    } 
    .item:nth-child(2){
        right: calc(27vw + 8rem);
    }
    .item:nth-child(3){
        right: calc(13vw + 6rem);
    }
    .item:nth-child(4){
        right: calc(-1vw + 4rem);
    }
    .item:nth-child(5){
       right: calc(-15vw + 2rem);
    } 
    .item:nth-child(6){
        right: -29vw;
    }
       .item:nth-child(7){
        right: -43vw;
    }
      .item:nth-child(7){
        right: -67vw;
    }
    
    .bottons{
        position: absolute;
        right: calc(39vw + 5rem);
    }
    .bottons button{        }
    
    .progress-bar {
        width: 39vw;
        right: 2rem;
    }
    .progress {
        
    }
    .progress-text { 
        right: -12rem;
        top: -6rem;
        font-size: 10rem; 
    } 
/* } */
 