@font-face {
  font-family: 'TTFirsNeue-Light';
  src: url('../fonts/TTFirsNeue-Light.ttf');
}
@font-face {
  font-family: 'TTFirsNeue-Medium';
  src: url('../fonts/TTFirsNeue-Medium.ttf');
}
@font-face {
  font-family: 'TTFirsNeue-Regular';
  src: url('../fonts/TTFirsNeue-Regular.ttf');
}
@font-face {
  font-family: 'TTFirsNeue-Thin';
  src: url('../fonts/TTFirsNeue-Thin.ttf');
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik.ttf');
}


body {
    font-family: "TTFirsNeue-Light";
    color: #fff;
}

.container{
    width:92%;padding: 0;
    /*max-width: 1300px;*/
}
.mincontainer{
    max-width: 84%;
}

.container::after,.container::before{display: none;}
.row::after,.row::before{display: none;}
.swiper-button-next,.swiper-button-prev{outline: none;}
ul{list-style-type: none; padding-inline-start: 0;margin-bottom:0;}
a{transition: all .5s ease 0s;}
a:hover{text-decoration:none;}


.tit{
    position: relative;
}
.tit h2{
    font-size: 52px;
    color: #fff;
   line-height: 1.2;
   z-index: 10;
   position: relative;
}
.tit h3{
    font-weight: 100;
    color: #fff;
}
.tit h3.h3{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.tit h1.white{
    font-size: 100px;
    color: rgba(130, 130, 130, 0.2);
    position: absolute;
    top: 22px;
    left: 10%;
    pointer-events: none;
}
.tit h1.gred{
    font-size: 100px;
    color: rgba(130, 130, 130, 0.2);
    position: absolute;
    top: 10px;
    left: 20%;
    margin: 0;
    pointer-events: none;
}

.tit p{
    font-size: 18px;
    line-height: 1.4;
     z-index: 10;
   position: relative;
   color: #fff;
}

.morep{
    text-align: center;
    margin: 20px 0 10px 0;
}
.morep a{
    padding: 15px 50px;
    background-color: #2DAEBF;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0 0 5px #f2f2f2;
}

.blue{
    background-color: #18255B !important;
}

.backimg2{
      position: relative;
    background-image: url(../images/bgimg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 100%;
    width: 100%;
}

/****************************************************首页****************************************************/

.keyfiguressection{
}

.keyfigures1{
    background-image: url(../images/bgimg1.png);
    background-repeat: no-repeat;
    background-size: cover;
     background-position: top; 
    height: 100%;
    width: 100%;
}

.keyfigures1 .container{
    display: flex;
    justify-content: space-between;
}

.keyfiguressection .container .lefts{
    width: 25%;
    position: relative;
}
.keyfiguressection .container .lefts ul{
    margin-top: 20px;
}

.keyfiguressection .container .lefts ul:before{

}

.keyfiguressection .container .lefts ul li{
    padding-bottom: 50px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.keyfiguressection .container .lefts ul li a{
   color: #fff;
   font-size: 18px;
}
.keyfiguressection .container .lefts ul li:after{
    content: '';
    position: absolute;
    width: 5px;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #E3E3E3;
     -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}

.keyfiguressection .container .lefts ul li:last-child:after{
   display: none;
}

.keyfiguressection .container .lefts ul li:before{
   content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: -8px;
    top: 0;
    border-radius: 50%;
    background-color: #E3E3E3;
    cursor: pointer;
    z-index: 99;
     -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.keyfiguressection .container .lefts ul li.active:before{
    background-color: #27B9D3;
}

.keyfiguressection .container .lefts ul li.line:after{
    background-color: #27B9D3;
}

.keyfiguressection .container .lefts ul li.line:before{
    background-color: #27B9D3;
}

.keyfiguressection .container .lefts ul li.active:after{
    background-color: #E3E3E3;
}





.keyfigures1 .container .rights{
    width: 72%;
    display: none;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}


.keyfigures1 .container .rights .cont{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.keyfigures1 .container .rights .cont .left{
 width: 70%;
border: 2px solid rgba(255, 255, 255, 0.5);
}

.keyfigures1 .container .rights .cont .left #chart1{
 width: 100%;
 height: 500px;
}






.keyfigures1 .container .rights .cont .right{
    width: 25%;
   background: linear-gradient( 0deg, rgba(0,71,156,1), rgba(5,93,185,0.9), rgba(10,120,220,0.8), rgba(15,146,252,0.7) );
   position: relative;
   padding: 25px 20px;
}
.bgdiv1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    box-shadow: 0 0 15px #fff;
}
.bgdiv1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.keyfigures1 .container .rights .cont .right p{
   color: #fff;
   font-size: 22px;
   position: relative;
   z-index: 1;
}

.keyfigures1 .container .rights .cont .right strong{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
      color: #fff;
   font-size: 20px;
}

.keyfigures1 .container .rights .cont .right ul{
    margin: 20px 0;
    width: 95%;
    position: relative;
    z-index: 1;
}

.keyfigures1 .container .rights .cont .right ul li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.keyfigures1 .container .rights .cont .right ul li span{
   color: #fff;
   font-size: 18px;
}



.keyfigures2{
    background-image: url(../images/bgimg2.png);
}

.keyfigures2 .container .rights .conts p{
    font-size: 16px;
}

.keyfigures2 .container .rights .conts p a{
    color: #fff;
    text-decoration: underline;
}
.keyfigures3 .container .rights .conts p a{
    color: #fff;
    text-decoration: underline;
}

.keyfigures5 .container .rights p{
   font-size: 18px;
}

.keyfigures3{
   background-image: url(../images/bgimg2.png);
}

.keyfigures3 .container .rights .conts{
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}
.keyfigures3 .container .rights .conts ul{
   width: 50%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.keyfigures3 .container .rights .conts ul li{
  background-color: #1E2C5B;
  border-radius: 30px;
  overflow: hidden;
   width: calc(50% - 10px);
   margin: 5px;
   border: 1px solid #cccccc;
}
.keyfigures3 .container .rights .conts ul li .boximg{
 overflow: hidden;
  width: 100%;
}
.keyfigures3 .container .rights .conts ul li .boximg img{
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}

/*.keyfigures3 .container .rights .conts ul li:hover .boximg img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
*/

.keyfigures3 .container .rights .conts ul li p{
  padding: 15px 15px 0 15px;
   overflow: hidden;
/*    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
    font-size: 16px;
    color: #fff;
}

.keyfigures3 .container .rights .conts ul li p .numspan{
    font-size: 20px;
}

.keyfigures3 .container .rights .conts ul.first li:nth-child(1){
    width: calc(100% - 10px);
}
.keyfigures3 .container .rights .conts ul.first li .boximg{
    border-bottom-left-radius: 30%;
    overflow: hidden;
}

.keyfigures3 .container .rights .conts ul.first li:nth-child(1) .boximg{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 30%;
    overflow: hidden;
}

.keyfigures3 .container .rights .conts ul.second li .boximg{
    border-radius: 0;
    border-top-left-radius: 50px;
}

.keyfigures3 .container .rights  p{
    font-size: 16px;
    line-height: 1.4;
}

.keyfigures3 .container .rights p a{
    color: #fff;
    text-decoration: underline;
}

.keyfigures5 .container .rights p a{
    color: #fff;
    text-decoration: underline;
}


.keyfigures5 .textdiv ul{
    padding-bottom: 0;
}
.keyfiguressection.keyfigures5 .textdiv{
    margin-bottom: 35px;
}



.keyfigures6 .container .rights  p.ppp{
    font-size: 18px;
    line-height: 1.4;
}
.keyfigures7 .container .rights  p.ppp{
    font-size: 18px;
    line-height: 1.4;
}



.keyfigures4{
    background-image: url(../images/bgimg2.png);
    /*background-image: unset;*/
        /*background: linear-gradient( 160deg, rgba(250, 251, 253, 1), rgba(232, 243, 249, 1), rgba(226, 241, 248, 1), rgba(250, 251, 253, 1) );*/
        /*background: linear-gradient( 160deg, rgba(4, 18, 6, 1), rgba(2, 22, 78, 1), rgba(4, 21, 78, 1), rgba(4, 18, 61, 1) );*/
}



.keyfigures5{
    background-image: url(../images/bgimg2.png);
        /*background-image: unset;*/
        /*background: linear-gradient( 160deg, rgba(250, 251, 253, 1), rgba(232, 243, 249, 1), rgba(226, 241, 248, 1), rgba(250, 251, 253, 1) );*/
}




.textuul{
    margin-top: 30px;
}
.textuul li{
    margin: 10px 0;
    font-size: 18px;
    position: relative;
}
.textuul li.spanline{
    padding-left: 15px;
}
.textuul li.spanline:before{
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}

.keyfigures5 .conts{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    flex-wrap: wrap;
}

.keyfigures5 .conts .left{
    width: 35%;
}

.keyfigures5 .conts .right{
    width: 62%;
    position: relative;
}

 #chart2 {
    width: 100%;
    height: 460px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}






.keyfigures6{
    background-image: url(../images/bgimg2.png);
        /*background-image: unset;*/
        /*background: linear-gradient( 160deg, rgba(250, 251, 253, 1), rgba(232, 243, 249, 1), rgba(226, 241, 248, 1), rgba(250, 251, 253, 1) );*/
}
.keyfiguressection .conts .tab{
    width: 100%;
     /*background-color: #fff;*/
    background: linear-gradient(325deg, rgba(4, 44, 91, 0.8), rgba(5, 102, 137, 0.8), rgba(30, 186, 204, 0.8), rgba(42, 250, 255, 0.8) );
    border-radius: 10px;
    overflow: hidden;
   padding: 15px;
   margin-top: 50px;
   box-shadow: 0 0 5px #60B5FF;
}
.tables{
   width: 100%;
}
.tables tr{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.tables tr th,.tables tr td{
    width: 20%;
    text-align: center;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tables tr th{
    /*background-color: #B9CDD4;*/
    color: #fff;
}
.tables tr{
    border-bottom: 1px solid #EBEBEB;
}
.tables tr:last-child{
    border-bottom: none;
}

.tables tr:nth-child(1){
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
.tables tr:nth-child(1) th{
    color: #0356AF;
}


.textdiv{
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
}

.textdiv ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.textdiv ul li{
   width: 35%;
    color: #707070;
    font-size: 16px;
    position: relative;
    margin: 5px 0;
    padding-left: 20px;
}
.textdiv ul li:before{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
    background-color: #0BC8A2;
}
.textdiv ul li:nth-child(2):before{
    background-color: #4561D4;
}
.textdiv ul li:nth-child(3):before{
    background-color: #2FD2FC;
}
.textdiv ul li:nth-child(4):before{
    background-color: #A63FD1;
}

.textdiv p{
    color: #707070;
    font-size: 16px;
}

.keyfiguressection.keyfigures5 .textdiv{
    background: linear-gradient( 160deg, rgba(21, 30, 99, 0.7), rgba(28, 71, 125, 0.7), rgba(3, 125, 160, 0.7), rgba(45, 174, 191, 0.7) );
    border-radius: 0;
}
.keyfiguressection.keyfigures5 .textdiv ul li{
    color: #fff;
}
.keyfiguressection.keyfigures5 .textdiv p{
    color: #fff;
    font-size: 16px;
}


.table2 tr{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}


.table2 tr th:nth-child(1),.table2 tr td:nth-child(1){
    width: 60px;
}


.table2 tr th,.table2 tr td{
    width: calc(16.6666% - 10px);
    text-align: center;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.table2 tr th .p1,.table2 tr td .p1{
  display: block;
  font-size: 16px;
  color: #fff;
}
.table2 tr th .p2,.table2 tr td .p2{
  display: none;
  color: #fff;
}

.table2 tr td .p1:hover{
    text-decoration: underline !important;
}
.table2 tr td .p2:hover{
    text-decoration: underline !important;
}


.table2.active tr th .p1,.table2.active tr td .p1{
  display: none;
}
.table2.active tr th .p2,.table2.active tr td .p2{
  display: block;
  position: relative;
  padding-left: 15px;
  font-size: 16px;
}

.table2.active tr .p2.cyan:before{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
    background-color: #0BC8A2;
}
.table2.active tr .p2.orange:before{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
    background-color: #FF9900;
}
.table2.active tr .p2.purple:before{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
    background-color: #dfadec;
}
.table2.active tr .p2.yellow:before{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
    background-color: #ede805;
}

.table2.active tr .p2.blue1:before{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
    background-color: #aec0f5;
}

.table2.active tr .p2.reds:before{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
    background-color: #eb3838;
}

.table2.active tr .p2.cyan1:before{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
    background-color: #f7e3b2;
}


.switchdiv{
    position: absolute;
    right: 0;
    top: 30px;
}

.switchdiv span {
    font-size: 18px;
    padding-bottom: 10px;
}

.switchdiv .switch label {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  background-color: #fff;
}

.switchdiv .switch input {
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  opacity: 0;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.switchdiv .switch {
  width: 110px;
  height: 42px;
}

.switchdiv .switch label {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  box-shadow: inset 0 4px 12px 1px rgb(93 102 135 / 70%), 0 1px 0 rgb(255 255 255 / 50%);
}

.switchdiv .switch label i {
  display: block;
  height: 90%;
  width: 55%;
  border-radius: inherit;
  background: silver;
  position: absolute;
  z-index: 2;
  right: 43%;
  top: 6%;
  background: #b2ac9e;
  background: linear-gradient( 90deg, #0D5E82, #31A6C5 );
}

.switchdiv .switch label i:after {
  content: "";
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
   background: linear-gradient( 90deg, #31A6C5, #0D5E82 );
  border-radius: inherit;
}

.switchdiv .switch input:checked ~ label {
  background: #EAE646;
}

.switchdiv .switch input:checked ~ label i {
  right: 2%;
}



.keyfigures7{
    background-image: url(../images/bgimg2.png);
    /*background-image: unset;*/
    /*background: linear-gradient( 160deg, rgba(250, 251, 253, 1), rgba(232, 243, 249, 1), rgba(226, 241, 248, 1), rgba(250, 251, 253, 1) );*/
}

.table3 tr th:nth-child(1),.table3 tr td:nth-child(1){
    width: 180px;
}


.table3 tr th,.table3 tr td{
    width: calc(16.6666% - 30px);
    text-align: center;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.keyfigures1section{
    background: linear-gradient( 160deg, rgba(4, 20, 71, 1), rgba(6, 22, 81, 1), rgba(5, 22, 78, 1), rgba(5, 19, 67, 1) );
}

.keyfigures1section .tit{
    display: flex;
}

.tit h1.gred {
    font-size: 100px;
    color: rgba(130, 130, 130, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}




.uul1{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.uul1 .swiper-slide{
    width: calc(25% - 20px) !important;
    margin: 10px;
} 

.uul1 li{
    width: 100% !important;
    height: 100%;
    background-color: rgba(54,66,107);
    border-radius: 15px;
    border: 1px solid #cccccc;
    padding: 15px;
}

.keyfigures1section .uul1 li p{
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.uul1 li p{
    color: #fff;
    font-size: 18px;
}
.uul1 li .boximg{
    margin: 15px 0;
    overflow: hidden;
    text-align: center;
}

.uul1 li .boximg img{
    max-width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.uul1 li:hover .boximg img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.uul1 li nav{
    background-color: #051343;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin: 15px 0;
}
.uul1 li nav:last-child{
    margin-bottom: 0;
}

.uul1 li nav span:nth-child(1){
    color: #20F8FD;
}
.uul1 li nav span:nth-child(2){
    color: #fff;
}




.keyfigures2section{
    background-color: #131F54;
}


.uul2{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.uul2 li{
    width: calc(50% - 20px);
    margin: 10px;
    background-color: rgba(54,66,107);
    border-radius: 15px;
    border: 1px solid #cccccc;
    padding: 25px;
    /*box-shadow: 0px 0px 15px rgba(0,0,0,0.2);*/
    display: flex;
    justify-content: space-between;
}

.uul2 li .boximg{
    width: 40%;
    overflow: hidden;
    text-align: center;
    border-radius: 25px;
}

.uul2 li .boximg img{
    max-width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
    border-radius: 25px;
}
.uul2 li:hover .boximg img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.uul2 li .items{
    width: calc(60% - 25px);
    display: flex;
    flex-direction: column;
    /*justify-content: space-around;*/
}


.uul2 li p{
    margin-bottom: 0;
}

.uul2 li .tag{
    background-color: #20F8FD;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    color: #000;
    margin-bottom: 5px;
}

.uul2 li h6{
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-weight: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}

.uul2 li nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.uul2 li nav span{
    color: #20F8FD;
    font-size: 18px;
}

.uul2 li nav .more{
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
}



.uul10 li nav span{
    color: #fff;
    font-size: 18px;
}

.uul10 li ul{
    display: flex;
    flex-direction: column;
}

.uul10 li ul li{
   width: 100%;
   padding: 0 0 0 15px;
   margin: 0;
   border: none;
   color: #fff;
   font-size: 16px;
   margin-top:5px;
   background-color: unset;
   position: relative;
}
.uul10 li ul li:after{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  top: 5px;
  left: 0;
}


.keyfigures8{
    background-image: url(../images/bgimg2.png);
}

.keyfigures8 .uul1 li p{
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.keyfigures7 .tit h1.gred{
    top: -20px;
}
.keyfigures8 .tit h1.gred{
    top: -20px;
}



.filterdiv{
    width:  100%;
    border-bottom: 2px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 99;
}
.filterdiv:after{
    content: '';
    width: 15px;
    height: 4px;
    position: absolute;
    bottom: -3px;
    background-color: #fff;
}

.filterdiv .left{
    width: 60%;
    display: flex;
    justify-content: flex-start;
}
.filterdiv .left select{
    background-color: unset;
    border: none;
    font-size: 16px;
    color: #fff;
    outline: none;/*去掉点击后出现的边框*/
    margin-right: 30px;
    padding-right:10px;
    max-width: 185px;
   text-transform: uppercase;
}

/*.filterdiv .left select#hash{
}
*/

.filterdiv11 .left select:nth-child(1){
    max-width:  300px;
}

.filterdiv .left select option{
    background-color: #18255B;
}

.blue .filterdiv .left select{
    background-color: #18255B;
}


.filterdiv .left select:focus,.filterdiv .left select:focus-visible{
 border: none;
 outline: none;/*去掉点击后出现的边框*/
}

.filterdiv .right{
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.filterdiv .right .search{
    border-bottom: 2px solid #707070;
}

.filterdiv .right .search input{
    border: none;
    outline: none;/*去掉点击后出现的边框*/
    min-height: 35px;
    padding: 0 7px;
    background-color: unset;
    color: #fff;
}

.blue .filterdiv .right .search input{
    background-color: #18255B !important;
}

.filterdiv .right .search input::-webkit-input-placeholder{
    color: #fff;
　　}
.filterdiv .right .search input:-moz-placeholder{
    color: #fff;
　　}
.filterdiv .right .search input::moz-placeholder{
    color: #fff;
　　}
.filterdiv .right .search input:-ms-input-placeholder{
color: #fff;
}


.filterdiv .right .search button{
   border: none;
   background: unset;
}




.uul3{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.uul3 li{
    width: calc(33.33% - 20px);
    margin: 10px;
    background-color: #24315F;
    border-radius: 10px;
    border: 1px solid #cccccc;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.uul3 li .boximg{
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 10px;
}

.uul3 li .boximg img{
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.uul3 li:hover .boximg img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.uul3 li .items{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


.uul3 li p{
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}

.uul3 li .tag{
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}

.uul3 li h6{
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    margin: 15px 0;
    font-weight: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tags{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}


.tags a{
    color: #000;
    font-size: 14px;
    background-color: #20F8FD;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 10px;
}



.keyfigures2section .tit{
    display: flex;
}

.keyfigures2section .tit h1.gred{
    justify-content: flex-start;
    left: 10%;
}









.keyfiguressection3 .container .rights{
    display: none;
}

.keyfiguressection3{
    /*background-image: url(../images/bgimg4.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 100%;
    width: 100%;
}
.keyfiguressection3 .container .lefts ul li a {
    color: #fff;
    font-size: 18px;
}
.keyfiguressection3 .container .lefts ul li.active:before {
    background-color: #27B9D3;
}
.keyfiguressection3 .container .lefts ul li.line:after {
    background-color: #27B9D3;
}
.keyfiguressection3 .container .lefts ul li.line:before {
    background-color: #27B9D3;
}
.keyfiguressection3 .container .lefts ul li.active:after {
    background-color: #E3E3E3;
}


.keyfiguressection3 .container{
    display: flex;
    justify-content: space-between;
}
.keyfiguressection3 .container .lefts{
    width: 22%;
}

.keyfiguressection3 .container .rights {
    width: 75%;
    display: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}



.keyfiguressection5.keyfiguresinner1 .container .rights .tit {
    flex-direction: column;
    align-items: flex-start !important;
}
.keyfiguressection5.keyfiguresinner1 .container .rights .tit p{
   color: #fff;
}



.keyfiguresinner1 .container .rights .conts{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.keyfiguresinner1 .container .rights .conts .left{
    width: 60%;
}
.keyfiguresinner1 .container .rights .conts .right{
    width: 35%;
}

.keyfiguresinner1 .container .rights .conts .left h1{
    font-size: 100px;
    color: #fff;
    margin-top: 100px;
}
.keyfiguresinner1 .container .rights .conts .left h1{
    font-size: 100px;
    color: #fff;
    margin-top: 100px;
}
.keyfiguresinner1 .container .rights .conts .left .textdivs{
    padding-left: 10%;
}
.keyfiguresinner1 .container .rights .conts .left .textdivs nav{
   font-size: 20px;
   color: #fff;
}
.keyfiguresinner1 .container .rights .conts .left .textdivs .tagp{
    margin-top: 20px;
      background-color: #7B2AF6;
    padding: 5px 10px;
    border-radius: 5px;
    width: 80%;
}
.keyfiguresinner1 .container .rights .conts .left .textdivs .tagp span{
   font-size: 18px;
   color: #fff;
}

.keyfiguresinner1 .container .rights .conts .right ul{

}
.keyfiguresinner1 .container .rights .conts .right ul li .items {
    width: 100%;
    background: linear-gradient( 89deg, rgba(180,180,180, 0.95), rgba(160,160,160, 0.75), rgba(140, 140, 140, 0.6), rgba(130, 130, 130, 0.5) );
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    min-height: 140px;
    position: relative;
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.keyfiguresinner1 .container .rights .conts .right ul li .items img{
   padding-bottom: 10px;
}

.keyfiguresinner1 .container .rights .conts .right ul li .items  p{
   padding-top: 0;
   color: #fff;
   text-align: left;
   font-size: 16px;
   width: 100%;
}
.keyfiguresinner1 .container .rights .conts .right ul li .divhover{
    display: none;
    position: absolute;
    top: 0;
    left: -420px;
    width: 420px;
    min-height: 140px;
}

.keyfiguresinner1 .container .rights .conts .right ul li .divhover div{
    width: 410px;
    min-height: 140px;
    /*background: linear-gradient( 89deg, rgba(240,240,240, 0.95), rgba(230,230,230, 0.75), rgba(215, 215, 215, 0.6), rgba(200, 200, 200, 0.5) );*/
    background: linear-gradient( 89deg, rgba(180,180,180, 0.95), rgba(160,160,160, 0.75), rgba(140, 140, 140, 0.6), rgba(130, 130, 130, 0.5) );
    border-radius: 10px;
    padding: 15px;
    text-align: left;
    position: relative;
}
.keyfiguresinner1 .container .rights .conts .right ul li .divhover div:before{
    content: '';
    position: absolute;
    right: -20px;
    top: calc(50% - 12px);
      width: 0;
     height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 20px solid rgba(255,255,255,0.5);
}

.keyfiguresinner1 .container .rights .conts .right ul li .divhover p{
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
}
.keyfiguresinner1 .container .rights .conts .right ul li .divhover h5{
    color: #4900C9;
    font-size: 18px;
}

.keyfiguresinner1 .container .rights .conts .right ul li .items:hover{
    background: linear-gradient( 89deg, rgba(150,150,150, 0.95), rgba(130,130,130, 0.75), rgba(120, 120, 120, 0.6), rgba(110, 110, 110, 0.5) );
}
.keyfiguresinner1 .container .rights .conts .right ul li:hover .divhover{
   display: block;
}


.keyfiguresinner2 .container .rights .conts{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.keyfiguresinner2,.keyfiguresinner3,.keyfiguresinner4,.keyfiguresinner5{
    /*background: linear-gradient( 160deg, rgba(250, 251, 253, 1), rgba(232, 243, 249, 1), rgba(226, 241, 248, 1), rgba(250, 251, 253, 1) );*/
}

/*.keyfiguresinner2 .container .lefts ul li a {
    color: #000;
}
.keyfiguresinner3 .container .lefts ul li a {
    color: #000;
}
.keyfiguresinner4 .container .lefts ul li a {
    color: #000;
}
.keyfiguresinner5 .container .lefts ul li a {
    color: #000;
}
*/
.keyfiguresinner2 .container .rights .tit{
    display: flex;
    align-items: center;
}
.keyfiguresinner2 .container .rights .tit h1.gred {
    font-size: 100px;
    color: rgba(130, 130, 130, 0.2);
    position: absolute;
    top: 0;
    left: 5%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.keyfiguresinner2 .container .rights h4.h4{
    text-align: center;
    margin: 40px auto 10px auto;
    font-size: 22px;
}


.keyfiguresinner3 .container .rights .tit h1.gred {
    color: rgba(130, 130, 130, 0.2);
    position: absolute;
    top: 0;
    left: 5%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.keyfiguresinner3 .container .rights .conts h6{
    background: linear-gradient( 160deg, rgba(15, 146, 252, 1), rgba(11, 123, 222, 1), rgba(5, 97, 183, 1), rgba(0, 71, 156, 1) );
    box-shadow: 0 0 5px #ffffff;
    font-size: 22px;
    padding: 15px 20px;
    border-radius: 5px;
    text-align: center;
    line-height: 1.4;
}

.keyfiguresinner3 .container .rights .conts{
    width: 80%;
    margin-top: 40px;
}

.keyfiguresinner3 .container .rights .conts .tabdivs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.keyfiguresinner3 .container .rights .conts .tabdivs ul{
   width: 49%;
   display: flex;
   justify-content: flex-start;
   flex-wrap: wrap;
}
.keyfiguresinner3 .container .rights .conts .tabdivs ul li{
   width: 50%;
   background-color: rgba(255, 255, 255, 0.3);
   padding: 15px;
   margin: 10px 0;
   font-size: 16px;
}



.keyfiguresinner2 .container .rights .conts .left{width: 49%;}
.keyfiguresinner2 .container .rights .conts .right{width: 49%;}
.keyfiguresinner4 .container .rights .conts .left{width: 49%;}
.keyfiguresinner4 .container .rights .conts .right{width: 49%;}



.keyfiguresinner4 .container .rights .conts{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.keyfiguresinner4 .container .rights .tit h1.gred {
    font-size: 100px;
    color: rgba(130, 130, 130, 0.2);
    position: absolute;
    top: 0;
    left: 5%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.keyfiguresinner6 .container .rights .tit {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
}
.keyfiguresinner6 .container .rights .tit p a{
    color: #fff;
    text-decoration: underline;
}




.keyfiguresinner4 .container .rights .conts{
    margin-top: 40px;
}
.table4{
    margin-top: 15px;
}
.table4 tr{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.table4 tr th:nth-child(1),.table4 tr td:nth-child(1){
    width: 60px;
}
.table4 tr th,.table4 tr td{
    width: calc(33.33% - 20px) !important;
    text-align: center;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table4 tr th{
    padding: 15px;
    text-align: left;
}
.table4 tr{
    /*background-color: #fff;*/
    margin: 10px 0;
}
.table4 tr:last-child{
    border-bottom: none;
}

.table4 tr:nth-child(1){
    overflow: hidden;
    /*background-color: #B9CDD4;*/
}




.table44 tr:nth-child(1){
    background: linear-gradient( 160deg, rgba(15, 146, 252, 1), rgba(11, 123, 222, 1), rgba(5, 97, 183, 1), rgba(0, 71, 156, 1) );
    border-bottom: none;
}


.table44 tr:nth-child(1) th{
  color: #fff;
}


.keyfiguresinner5 .container .rights .tit h1.gred{
    justify-content: flex-start;
    left: 5%;
}


.uul5{
    display: flex;
    justify-content: flex-start;
    margin: 30px 0 40px 0;
}
.uul5 li{
    width: calc(25% - 20px);
    margin: 0 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 4px;
}
.uul5 li:nth-child(1){
    background: linear-gradient( 90deg, #2BC4AF, #129C89 );
}
.uul5 li:nth-child(2){
    background: linear-gradient( 90deg, #162467, #151E63 );
}
.uul5 li:nth-child(3){
    background: linear-gradient( 90deg, #5E54E2, #2314E1 );
}
.uul5 li:nth-child(4){
    background: linear-gradient( 90deg, #2DAEBF, #151E63 );
}

.uul5 li span{
   font-size: 18px;
   color: #fff;
}
.uul5 li span.num{
  padding-top: 5px;
}

.selectdiv{
    display: none;
}


.mobileimg{
    display: none;
}


.vertical{
    writing-mode: vertical-lr;
}
.color1{
    color: #1ec9f0 !important;
}
.color2{
    color: #1551a5 !important;
}
.color3{
    color: #afcaeb !important;
}
.color4{
    color: #f2f2f2 !important;
}


.keyfigures4 .container .rights .cont{
    margin-top: 10px;
    flex-direction: column;
}

 .keyfigures4 .innderdiv{
     /*background-color: #00032a;*/
     width: 100%;
 }

.keyfigures4 .container .rights .cont p.downp{
    color: #fff;
    font-size: 16px;
}


.keyfigures4 .textinner{
    position: relative;
    margin: 40px 100px;
    min-height: 700px;
}

.keyfigures4 .textinner p{
    color: #fff;
    position: absolute;
    font-size: 24px;
    line-height: 1.1;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 0;
}


.keyfigures4 .textinner p.text1{
   left: 0px;
   bottom: 350px;
}
.keyfigures4 .textinner p.text2{
  left: 35px;
  bottom: 350px;
}

.keyfigures4 .textinner p.text3{
  left: 70px;
  bottom: 350px;
}
.keyfigures4 .textinner p.text4{
  left: 105px;
  bottom: 350px;
}


.keyfigures4 .textinner p.text9{
    left: 260px;
    bottom: 608px;
    font-size: 28px;
    font-weight: bold;
}

.keyfigures4 .textinner p.text8{
    left: 140px;
    bottom: 560px;
    font-size: 38px;
    font-weight: bold;
}

.keyfigures4 .textinner p.text5{
  left: 140px;
  bottom: 500px;
  font-size: 50px;
  font-weight: bold;
}
.keyfigures4 .textinner p.text6{
  left: 140px;
  bottom: 427px;
  font-size: 64px;
  font-weight: bold;
}

.keyfigures4 .textinner p.text7{
  left: 140px;
  bottom: 340px;
  font-size: 82px;
  font-weight: bold;
}



.keyfigures4 .textinner p.text10{
   left: 430px;
   bottom: 430px;
}
.keyfigures4 .textinner p.text11{
  left: 465px;
  bottom: 430px;
  font-size: 38px;
}

.keyfigures4 .textinner p.text12{
  left: 515px;
  bottom: 555px;
  font-size: 28px;
}

.keyfigures4 .textinner p.text13{
  left: 510px;
  bottom: 520px;
  font-size: 36px;
}

.keyfigures4 .textinner p.text14{
  left: 515px;
  bottom: 415px;
  font-size: 86px;
}

.keyfigures4 .textinner p.text15{
   left: 860px;
   bottom: 365px;
}
.keyfigures4 .textinner p.text16{
  left: 825px;
  bottom: 365px;
}

.keyfigures4 .textinner p.text17{
    left: 790px;
    bottom: 327px;
}
.keyfigures4 .textinner p.text18{
    left: 755px;
    bottom: 325px;
}

.keyfigures4 .textinner p.text19{
  left: 0;
  bottom: 95px;
  font-size: 14px;
}

.keyfigures4 .textinner p.text20{
  left: 35px;
  bottom:290px;
  font-size: 40px;
}

.keyfigures4 .textinner p.text21{
  left: 35px;
  bottom: 230px;
  font-size: 54px;
}

.keyfigures4 .textinner p.text22{
    left: 25px;
    bottom: 245px;
    font-size: 90px;
    width: 745px;
}

.keyfigures4 .textinner p.text23{
  left: 695px;
  bottom: 245px;
  font-size: 32px;
}
.keyfigures4 .textinner p.text24{
  left: 735px;
  bottom: 245px;
  font-size: 32px;
}
.keyfigures4 .textinner p.text25{
  left: 775px;
  bottom: 245px;
  font-size: 32px;
}
.keyfigures4 .textinner p.text26{
  left: 815px;
  bottom: 245px;
  font-size: 32px;
}
.keyfigures4 .textinner p.text27{
  left: 855px;
  bottom: 245px;
  font-size: 32px;
}
.keyfigures4 .textinner p.text28{
  left: 890px;
  bottom: 245px;
  font-size: 24px;
}
.keyfigures4 .textinner p.text31{
     left: 28px;
    bottom: 205px;
  font-size: 36px;
  text-align: center;
}
.keyfigures4 .textinner p.text30{
    left: 45px;
    bottom: 162px;
  font-size: 36px;
  text-align: center;
}
.keyfigures4 .textinner p.text29{
  left: 35px;
 bottom: 125px;
  font-size: 30px;
  width: 260px;
  text-align: center;
}

.keyfigures4 .textinner p.text32{
    left: 345px;
    bottom: 145px;
    font-size: 22px;
    text-align: center;
}

.keyfigures4 .textinner p.text33{
  left: 340px;
  bottom: 45px;
  font-size: 24px;
  height: 180px;
}
.keyfigures4 .textinner p.text34{
     left: 375px;
  bottom: 45px;
  font-size: 26px;
  height: 180px;
}

.keyfigures4 .textinner p.text35{
    left: 380px;
    bottom: 40px;
    font-size: 28px;
    height: 200px;
}


.keyfigures4 .textinner p.text36{
    left: 450px;
    bottom: 180px;
    font-size: 58px;
}


.keyfigures4 .textinner p.text37{
    left: 650px;
    bottom: 190px;
    font-size: 38px;
}

.keyfigures4 .textinner p.text38{
    left: 455px;
    bottom: 138px;
    font-size: 38px;
}

.keyfigures4 .textinner p.text39{
    left: 455px;
    bottom: 104px;
    font-size: 28px;
    width: 400px;
}
.keyfigures4 .textinner p.text40{
    left: 815px;
    bottom: 182px;
    font-size: 36px;
}
.keyfigures4 .textinner p.text41{
    left: 670px;
    bottom: 147px;
    font-size: 28px;
    width: 245px;
}
.keyfigures4 .textinner p.text42{
    left: 688px;
    bottom: 124px;
    font-size: 20px;
    width: 180px;
    text-align: right;
}
.keyfigures4 .textinner p.text43{
    left: 456px;
    bottom: 70px;
    font-size: 27px;
    text-align: left;
}





.animated1 {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated2 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated3 {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated4 {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated5 {
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}





.keyfiguressection3{
    position: relative;
     background-image: url(../images/bgimg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 100%;
    width: 100%;
}
.videobg{
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.videobg video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.keyfiguresinner1 .videobg{
    display: block;
}



.contentdiv1 .uul6{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.contentdiv1 .uul6 li{
    width: calc(25% - 20px);
    border: 1px solid #C2C2C2;
    margin: 10px;
    border-radius: 10px;
    padding: 15px;
}

.contentdiv1 .uul6 li nav{
   color: #20F8FD;
   font-size: 18px;
}

.contentdiv1 .uul6 li p{
   color: #fff;
   font-size: 18px;
   margin-top: 10px;
   margin-bottom: 0;
   text-transform: uppercase;
   word-break: break-word;
}

.pnames{
    text-transform: none !important;
}

.contentdiv1 .uul6 li p a{
    color: #fff;
    text-decoration: underline;
   font-size: 20px;
}

.contentdiv1 .desc h4{
    color: #20F8FD;
    font-size: 22px;
}

.contentdiv1 .desc p{
    color: #fff;
    font-size: 18px;
    line-height: 1.42;
}

.contentdiv1 .uul7{
     display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.contentdiv1 .uul7 li{
    width: 50%;
    margin: 8px 0;
    padding: 0 15px;
    position: relative;
    font-size: 16px;
    color: #fff;
}
.contentdiv1 .uul7 li:after{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #20F8FD;
}


.highlightedpatent1 .tit h2{
    /*margin: 0;*/
}
.highlightedpatent1 .tit h1.gred{
    top: 10px;
    justify-content: center;
}

.highlightedpatent1 .highinner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.highlightedpatent1 .highinner .left{
    width: 45%;
    padding: 20px;
    border: 1px solid #C5C5C5;
    border-radius: 15px;
}
.highlightedpatent1 .highinner .left .boximg{
    overflow: hidden;
   width: 100%;
  border-radius: 15px;
}

.highlightedpatent1 .highinner .left p{
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 15px;
}

.highlightedpatent1 .highinner .left .boximg img{
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}

.highlightedpatent1 .highinner .left .boximg:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.highlightedpatent1 .highinner .right{
  width: 50%;
}

.highlightedpatent1 .highinner .right h3{
    margin-bottom: 15px;
}

.highlightedpatent1 .highinner .right ul{
    padding-left: 15px;
}
.highlightedpatent1 .highinner .right ul li{
    font-size: 18px;
    list-style-type: disc;
    margin: 10px 0;
}

.highlightedpatent1 .pimg{
    background-color: #fff;
    margin: 15px 0 25px 0;
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    max-width: 400px;
}






ul.uul18{
    padding-left: 15px;
}
ul.uul18 li{
    font-size: 18px;
    list-style-type: disc;
    margin: 5px 0;
}

ul.uul19 li{
    width: 100%;
}


ul.uul19 li h6{
    color: #2FC4C8;
    font-weight: bold;
    font-size: 20px;
}
ul.uul19 li p{
    color: #fff;
    font-size: 18px;
}


.highlightedpatent1 .highinner .right a.mores{
  background-color: #253D86;
  padding: 15px 30px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  display: block;
  max-width: 150px;
  text-align: center;
}

.highlightedpatent1 .highinner .right a.mores1{
    margin-bottom: 60px;
}

.highlightedpatent1  p.p12{
    font-size: 18px;
    color: #9CA7CE;
    width: 100%;
    word-wrap:break-word
}











.contentdiv2 .inner1 .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.contentdiv2 .inner1 .left{
    width: 50%;
}


.contentdiv2 .inner1 .left h4{
    font-size: 24px;
    margin-bottom: 15px;
}

.contentdiv2 .inner1 .left p{
    font-size: 18px;
    line-height: 1.42;
}


.contentdiv2 .inner1 .right{
    width: 47%;
    padding: 20px;
    border: 1px solid #C5C5C5;
  border-radius: 15px;
}

.contentdiv2 .inner1 .right .boximg{
    overflow: hidden;
  width: 100%;
  border-radius: 15px;
}

.contentdiv2 .inner1 .right .boximg img{
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}

.contentdiv2 .inner1 .right .boximg:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.contentdiv2 .inner1 .right p{
   font-size: 16px;
   margin-top: 10px;
}
.contentdiv2 .inner1 .right h6{
   font-size: 18px;
   margin-top: 15px;
   font-weight: bold;
}


.contentdiv2 .inner2 .container{
  border: 1px solid #C5C5C5;
  border-radius: 15px;
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  padding: 25px 15px;
}

.contentdiv2 .inner2 .tit{
    justify-content: center;
}
.contentdiv2 .inner2 .tit h3{
}

.contentdiv2 .inner2 ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 30px 0;
}

.contentdiv2 .inner2 ul li{
  width: calc(20% - 15px);
  margin: 7.5px;
  border: 1px solid #A2BAC2;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background-color: #1E2C5B;
}



.contentdiv2 .inner2 ul li .boximg{
   width: 65px;
}
.contentdiv2 .inner2 ul li .boximg img{
   max-width: 100%;
}

.contentdiv2 .inner2 ul li p{
  width: calc(100% - 65px);
  color: #A2BAC2;
  font-size: 16px;
  padding-left: 5px;
  margin-bottom: 0;
  word-wrap: break-word;
  word-break: break-all;
  white-space:pre-wrap;
}
.contentdiv2 .inner2 ul li:hover{
  background-color: #2FC4C8;
}

.contentdiv2 .inner2 ul li:hover .boximg{
    filter: invert(50%) brightness(300%) !important;
}
.contentdiv2 .inner2 ul li:hover p{
  color: #fff;
}

.contentdiv2 .inner2 p.descp{
  font-size: 16px;
  display: none;
}
.contentdiv2 .inner2 p.descp1{
  display: block;
}


.contentdiv2 .inner3{
       background-color: #131F54;
}

.contentdiv2 .inner33{
       background-color: #131F54;
}



.uul8 li{
    flex-direction: column;
}
.uul8 li h6{
    margin-top: 10px;
    text-transform: uppercase;
}
.uul8 li a.more{
   text-align: right;
   font-size: 16px;
   color: #2FC4C8;
}


.contentdiv2 .inner3 .filterdiv .right .search input{
}



.inner4 .container{
    position: relative;
}

.inner4 .tit{
    width: 100%;
    border-bottom: 2px solid #DBDBDB;
    padding-bottom: 10px;
}

.inner4 .swiper-slide .boximg{
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
}

.inner4 .swiper-slide .boximg img{
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.inner4 .swiper-slide .boximg:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


.inner4 .swiper-slide p{
    margin-top: 10px;
    font-size: 16px;
}

.inner4 .swiper-button-next,.inner4 .swiper-button-prev{
    top: 35px;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    background-color: #1E2C5B;
}

.inner4 .swiper-button-next{
    right: 0;
}


.inner4 .swiper-button-prev{
    left: unset !important;
    right: 60px;
}

.inner4 .swiper-button-next:after,.inner4 .swiper-button-prev:after{
    color: #fff;
    font-size: 20px;
}
.inner4 .swiper-button-next.swiper-button-disabled,.inner4 .swiper-button-prev.swiper-button-disabled {
    opacity: .65;
}




.inner5 ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.inner5 li{
  overflow: hidden;
  width: calc(33.33% - 20px);
  margin: 10px;
}

.inner5 li img{
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.inner5 li:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


.contentdiv2 .tit h1.gred{
    justify-content: center;
    left: 0;
}


.innocentre{
    position: relative;
}

.innocentre .container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.innocentre .container .left{
    width: 90%;
    margin-right: 5%;
}

.innocentre .container .left h4{
   color: #fff;
   font-size: 41px;
   font-weight: 200;
   margin: 40px 0;
}

.innocentre .container .left p{
   color: #fff;
   font-size:18px;
   position: relative;
   padding-top: 10px;
   font-weight: bold;
}
.innocentre .container .left p:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #fff;
}

.innocentre .container .left .mores{
    background-color: #253D86;
    font-size: 16px;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
}

/*
.innocentre .container .right{
    width: 35%;
}

.innocentre .container .right .boximg{
     overflow: hidden;
      width: 100%;
      box-shadow: 0px 0px 20px #666666;
}

.innocentre .container .right .boximg img{
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.innocentre .container .right .boximg:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


.innocentre .container .right .text{
    margin-top: 25px;
}

.innocentre .container .right nav{
   color: #20F8FD;
}
.innocentre .container .right p{
   color: #20F8FD;
   font-size: 18px;
   font-weight: bold;
   margin: 7px 0;
}
.innocentre .container .right a{
   color: #20F8FD;
   font-weight: bold;
}
*/








.contentdiv3 .inner1 .container{
    align-items: flex-start;
}

.contentdiv3 .inner1 .left{
    width: 60%;
}

.contentdiv3 .inner1 .right{
    width: 35%;
    padding: 15px;
}


.contentdiv3 .inner1 .left .pimg{
    margin: 10px 0 25px 0;
    display: inline-block;
    background-color: #20F8FD;
    padding: 10px 15px;
    border-radius: 5px;
}

.contentdiv3 .inner1 .left .pimg1{
    margin: 0 0 25px 0;
    display: inline-block;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}

.contentdiv3 .inner33 .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contentdiv3 .inner33 .container .left{
    width: 48%;
}
.contentdiv3 .inner33 .container .right{
    width: 48%;
}
.contentdiv3 .inner33 .container .rightuul2{
    width: 100%;
}

.contentdiv3 .inner33 .container .rightuul2 ul{
          flex-direction: unset !important;
}

.contentdiv3 .inner33 .container .rightuul2 ul li{
       width: calc(50% - 20px) !important;
        margin: 10px !important;
}


.contentdiv3 .inner33 .container .left iframe{
    width: 100%;
    min-height: 500px;
}

.contentdiv3 .inner33 .container .right p{
    font-size: 18px;
    line-height: 1.42;
}

.contentdiv3 .inner33 .container .right ul{
    flex-direction: column;
}


.contentdiv3 .inner33 .container .right ul li{
   width: 100%;
   margin: 10px 0;
   padding: 15px;
}

.contentdiv3 .tit h1.gred{
    /*justify-content: flex-end;*/
}


.contentdiv3 .inner5 .tit{
    justify-content: center;
}

.contentdiv3 .inner44 .tit{
    justify-content: center;
}

.contentdiv3 .inner44 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.contentdiv3 .inner44 ul li{
   width: calc(33.33% - 30px);
   margin: 15px;
   border-top: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   border-left: 1px solid #cccccc;
   border-right: 1px solid #cccccc;
   padding: 25px;
   border-radius: 15px;
   color: #000;
   display: flex;
   align-items: center;
   justify-content: center;
}


.contentdiv3 .inner44 ul.keyuul1 li{
    width: 100%;
}
.contentdiv3 .inner44 ul.keyuul2 li{
     width: calc(50% - 30px);
}
.contentdiv3 .inner44 ul.keyuul4 li{
    width: calc(25% - 30px);
}


/*.contentdiv3 .inner44 ul li:after{
    content: '';
    position: absolute;
    width: 30%;
    height: 1px;
    top: 0.5px;
    left: 8px;
    background-color: #ccc;
}
.contentdiv3 .inner44 ul li:before{
    content: '';
    position: absolute;
    width: 30%;
    height: 1px;
    top: 0.5px;
    right: 8px;
    background-color: #ccc;
}
*/

.contentdiv3 .inner44 ul li h1{
  position: absolute;
  top: -25px;
  font-size: 52px;
  margin: 0;
  left: calc(50% - 20px);
  width: 40px;
  text-align: center;
  color: #fff;
  display: none;
}

.contentdiv3 .inner44 ul li p{
   color: #fff;
   font-size: 20px;
   margin-top: 10px;
   text-align: center;
}





.uul9{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.uul99{
    display: flex;
    overflow: hidden;
}
.uul9 li{
    width: calc(50% - 20px);
    margin: 10px;
    background-color: rgba(54,66,107);
    border-radius: 15px;
    border: 1px solid #cccccc;
    padding: 25px;
    display: flex;
    justify-content: space-between;
}

.uul9 li .items{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    overflow: hidden;
}


.uul9 li .items p{
    margin-bottom: 0;
}

.uul9 li .items .tag{
   color: #20F8FD;
    font-size: 20px;
}


.uul9 li .items h6{
  color: #fff;
  font-size: 18px;
  margin-top:0;
  margin-bottom: 15px;
  font-weight: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.uul9 li .items .text{
    margin-bottom: 10px;
}


.uul9 li .items .text .p1{
     color: #fff;
    font-size: 16px;
}

.keyfigures2section .uul9 li .items .text .p1:hover{
    text-decoration: underline;
}

.uul9 li .items button.clickbtns{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #D8F6F6;
    border: 1px solid #108D8F;
}
.uul9 li .items button.clickbtns i{
    color: #108D8F;
    font-size: 20px;
}

.uul9 li .items button.clickbtns i.fa-sort-asc{
    padding-top: 7px;
}


.uul9 li .texts{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 15px;
}

.uul9 li .texts div{
    width: 50%;
    padding-right: 10px;
    margin: 10px 0;
}

.uul9 li .texts div nav{
    color: #20F8FD;
    font-size: 16px;
    margin-bottom: 10px;
}
.uul9 li .texts div p{
    color: #fff;
}





.uul11 li .boximg{
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uul11>li {
    width: 70%;
    margin: 20px 0;
}
.uul11>li:nth-of-type(even){
    margin-left: 30%;
}

.gradientblue{
    background-image: url(../images/bgimg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 100%;
    width: 100%;
}

.contentdiv2{
    position: relative;
    z-index: 99;
}

.bgimg6{
    position: absolute;
    width: 100%;
    bottom: 0;
}



.table6 tr:nth-child(1) {
    border-radius: 0;
    overflow: hidden;
    background-color: unset;
}

.table6 tr:nth-child(1) th{
    color: #20F8FD;
    /*border-bottom: 1px solid #DFDFDF;*/
}


.table6 tr th, .table6 tr td {
    width: 20%;
    text-align: left;
    min-height: unset;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 25px 20px 0;
    font-size: 16px;
}

.table6 tr th:nth-child(1), .table6 tr td:nth-child(1) {
    width: 30%;
}
.table6 tr th:nth-child(5), .table6 tr td:nth-child(5) {
    width: 10%;
}

.table6 tr td a{color: #fff;}


.gradientblue .filterdiv .left select{background-color:unset;}
.gradientblue .filterdiv .left select option{background-color:#131F54;}
.gradientblue .filterdiv .right .search input{
    background-color: unset;
}














.keyfiguressection4 .container .rights{
    display: none;
}

.keyfiguressection4{
    background-image: url(../images/bgimg5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 100%;
    width: 100%;
}
.keyfiguressection4 .container .lefts ul li a {
    color: #fff;
    font-size: 18px;
}
.keyfiguressection4 .container .lefts ul li.active:before {
    background-color: #27B9D3;
}
.keyfiguressection4 .container .lefts ul li.line:after {
    background-color: #27B9D3;
}
.keyfiguressection4 .container .lefts ul li.line:before {
    background-color: #27B9D3;
}
.keyfiguressection4 .container .lefts ul li.active:after {
    background-color: #E3E3E3;
}


.keyfiguressection4 .container{
    display: flex;
    justify-content: space-between;
}
.keyfiguressection4 .container .lefts{
    width: 22%;
}

.keyfiguressection4 .container .rights {
    width: 75%;
    display: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}



.keyfiguressection4.keyfiguresinner1 .rights .tit{
    display: flex;
}

.keyfiguressection4.keyfiguresinner1 .container .rights .tit h1.gred{
    justify-content: flex-end;
    left: 0;
}

.keyfiguressection4.keyfiguresinner1 .rights .conts {
    width: 100%;
    margin-top: 40px;
    flex-direction: column;
}

.keyfiguressection4.keyfiguresinner1 .rights .conts h1{
   font-size: 120px;
}
.keyfiguressection4.keyfiguresinner1 .rights .conts h2{
     font-size: 80px;
}



.keyfiguressection4.keyfiguresinner1 .container .rights .circlediv{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.keyfiguressection4.keyfiguresinner1 .container .rights .circlediv .desc{
    width: calc(100% - 650px);
}

.keyfiguressection4.keyfiguresinner1 .container .rights .circlediv .desc p{
   font-size: 20px;
   padding-top: 50px;
}

.keyfiguressection4.keyfiguresinner1 .container .rights .circlediv ul{
    width: 630px;
    display: flex;
    justify-content: space-between;
}


.keyfiguressection4.keyfiguresinner1 .container .rights .circlediv li{
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border: 1px solid #00E8ED;
    position: relative;
    border-radius: 50%;
    margin-top: 70px;
    flex-direction: column;
    text-align: center;
}

.keyfiguressection4.keyfiguresinner1 .container .rights .circlediv li img{
   position: absolute;
   top: -40px;
   left: calc(50% - 40px);
   width: 80px;
   height: 80px;
}

.keyfiguressection4.keyfiguresinner1 .container .rights .circlediv li h4{
   font-size: 62px;
   color: #fff;
   margin-bottom: 15px;
}

.keyfiguressection4.keyfiguresinner1 .container .rights .circlediv li p{
   font-size: 20px;
   color: #00E8ED;
}








.keyfiguressection5.keyfiguresinner1 .container .rights .circlediv{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.keyfiguressection5.keyfiguresinner1 .container .rights .circlediv .desc{
    width: calc(100% - 650px);
}

.keyfiguressection5.keyfiguresinner1 .container .rights .circlediv .desc p{
   font-size: 20px;
   padding-top: 50px;
}

.keyfiguressection5.keyfiguresinner1 .container .rights .circlediv ul{
    /*width: 700px;*/
    display: flex;
    justify-content: space-between;
}


.keyfiguressection5.keyfiguresinner1 .container .rights .circlediv li{
    width: 320px;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border: 1px solid #00E8ED;
    position: relative;
    border-radius: 50%;
    margin-top: 70px;
    flex-direction: column;
    text-align: center;
    margin-right: 30px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.keyfiguressection5.keyfiguresinner1 .container .rights .circlediv li:hover{
    background-color: #00E8ED;
}

.keyfiguressection5.keyfiguresinner1 .container .rights .circlediv li a{
    display: flex;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.keyfiguressection5.keyfiguresinner1 .container .rights .circlediv li img{
   position: absolute;
   top: -30px;
   left: calc(50% - 30px);
   width: 60px;
   height: 60px;
}

.keyfiguressection5.keyfiguresinner1 .container .rights .circlediv li h4{
   font-size: 62px;
   color: #fff;
   margin-bottom: 15px;
}

.keyfiguressection5.keyfiguresinner1 .container .rights .circlediv li p{
   font-size: 20px;
   color: #fff;
}






.keyfiguressection5.keyfiguresinner1 .container .rights .contentdiv2 .container{
    max-width: 100%;
    width: 100%;
}
.keyfiguressection5.keyfiguresinner1 .container .rights .contentdiv2 .right{
    border:none;
    padding: 0;
}
.keyfiguressection5.keyfiguresinner1 .container .rights .contentdiv2 .right iframe{
    width: 100%;
    min-height: 350px;
}


.keyfiguressection4.keyfiguresinner2 .container .rights .tit{
    display: flex;
}
.keyfiguressection5.keyfiguresinner1 .container .rights .tit h1.gred {
    justify-content: flex-start;
    left: 0;
}
.keyfiguressection5.keyfiguresinner1 .container .rights .tit {
    display: flex;
    align-items: center;
}


.keyfiguressection4.keyfiguresinner2 .container .rights .tit h1.gred {
    justify-content: flex-end;
    left: 0;
}


.keyfiguressection4.keyfiguresinner2 .container .rights .conts{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .conts{
    padding-top: 30px;
    margin-top: 30px;
}

.keyfiguressection4.keyfiguresinner2 .container .rights .conts .left{
    width: 30%;
    margin-top: 30px;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .conts .left nav{
   background-color: #29B6BC;
   color: #fff;
   padding: 10px;
   font-size: 18px;
   text-align: center;
   border-radius: 5px;
   margin-bottom: 5px;
}

.keyfiguressection4.keyfiguresinner2 .container .rights .conts .left p{
   border-radius: 0;
   border-bottom: 1px solid #29B6BC;
   display: flex;
   justify-content: flex-start;
   width: 100%;
}

.keyfiguressection4.keyfiguresinner2 .container .rights .conts .left p:last-child{
      border-bottom: none;
}

.keyfiguressection4.keyfiguresinner2 .container .rights .conts .left p span{
   padding: 10px;
   color: #fff;
   font-size: 16px;
}

.keyfiguressection4.keyfiguresinner2 .container .rights .conts .left p span:nth-child(1){
  width: 80px;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .conts .left p span:nth-child(2){
   width: calc(100% - 80px);
}




.keyfiguressection4.keyfiguresinner2 .container .rights .conts .center{
   width: 38%;
   text-align: center;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .conts .center .circlediv1{
   width: 400px;
   height: 400px;
   border: 10px solid #C9C9C9;
   border-radius: 50%;
   margin: 0 auto;
   position: relative;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .conts .center .circlediv1:after{
    content: '';
   width: 400px;
   height: 400px;
   border: 20px solid #6253E8;
   border-radius: 50%;
   position: absolute;
  top: 0;
  left: 0;
}




.keyfiguressection4.keyfiguresinner2 .container .rights .conts .right{
     width: 30%;
     margin-top: 300px;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .conts .right nav{
   background-color: #0D8AF2;
   color: #fff;
   padding: 10px;
   font-size: 18px;
   text-align: center;
   border-radius: 5px;
   margin-bottom: 5px;
}

.keyfiguressection4.keyfiguresinner2 .container .rights .conts .right p{
   border-radius: 0;
   border-bottom: 1px solid #0D89F1;
   display: flex;
   justify-content: flex-start;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .conts .right p:last-child{
      border-bottom: none;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .conts .right p span{
   padding: 10px;
   color: #fff;
   font-size: 16px;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .conts .right p span:nth-child(1){
  width: 80px;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .conts .right p span:nth-child(2){
   width: calc(100% - 80px);
}




.keyfiguressection4.keyfiguresinner2 .container .rights .text{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .text .boximg{
  width: 100px;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .text .texts{
  width: calc(100% - 135px);
  margin-left: 15px;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .text .texts p{
  font-size: 20px;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .text .texts span{
 background-color: #7B2AF6;
 color: #fff;
 padding: 5px 15px;
 border-radius: 4px;
}

















.keyfiguressection5 .container .rights{
    display: none;
}

.keyfiguressection5{
    background-image: url(../images/bgimg7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 100%;
    width: 100%;
}
.keyfiguressection5 .container .lefts ul li a {
    color: #fff;
    font-size: 18px;
}
.keyfiguressection5 .container .lefts ul li.active:before {
    background-color: #27B9D3;
}
.keyfiguressection5 .container .lefts ul li.line:after {
    background-color: #27B9D3;
}
.keyfiguressection5 .container .lefts ul li.line:before {
    background-color: #27B9D3;
}
.keyfiguressection5 .container .lefts ul li.active:after {
    background-color: #E3E3E3;
}


.keyfiguressection5 .container{
    display: flex;
    justify-content: space-between;
}
.keyfiguressection5 .container .lefts{
    width: 22%;
}

.keyfiguressection5 .container .rights {
    width: 75%;
    display: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.keyfiguressection5.keyfiguresinner3 .container .rights .tit{
    display: flex;
    align-items: center;
}


.keyfiguressection5.keyfiguresinner4 .container .rights .tit{
    display: flex;
    align-items: center;
}



.keyfiguressection5.keyfiguresinner1 .container .rights .conts{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.keyfiguressection5.keyfiguresinner1 .container .rights .conts .left{
    max-width: 60%;
    margin: 10px;
}



.keyfiguressection5.keyfiguresinner1 .container .rights .conts .left .top{
    background-color: rgba(45, 174, 191, 0.5);
    padding: 35px 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.keyfiguressection5.keyfiguresinner1 .container .rights .conts .left .top nav{
   font-size: 20px;
   color: #fff;
}
.keyfiguressection5.keyfiguresinner1 .container .rights .conts .left .top h2{
      font-size:46px;
   color: #fff;
}
.keyfiguressection5.keyfiguresinner1 .container .rights .conts .left .top p{
      font-size:18px;
   color: #fff;
}

.keyfiguressection5.keyfiguresinner1 .container .rights .conts .left .down{
   background-color: rgba(45, 174, 191, 0.5);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*.keyfiguressection5.keyfiguresinner1 .container .rights .conts .right{
    width: calc(50% - 20px);
    margin: 10px;
    background-color: rgba(45, 174, 191, 0.5);
}
*/




.keyfiguressection5.keyfiguresinner2{
    background-image: url(../images/bgimg8.png);
}

.keyfiguressection5.keyfiguresinner2 .conts .itemdiv{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.keyfiguressection5.keyfiguresinner2 .conts .itemdiv .item{
   width: calc(50% - 30px);
    margin: 15px;
    background-color: rgba(45, 174, 191, 0.5);
    padding: 35px 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.keyfiguressection5.keyfiguresinner2 .conts .itemdiv .item:nth-child(even){
    background-color: rgba(40, 25, 225, 0.5);
}

.keyfiguressection5.keyfiguresinner2 .conts .itemdiv .item nav{
   font-size: 20px;
   color: #fff;
}
.keyfiguressection5.keyfiguresinner2 .conts .itemdiv .item h2{
      font-size:46px;
   color: #fff;
}
.keyfiguressection5.keyfiguresinner2 .conts .itemdiv .item p{
      font-size:18px;
   color: #fff;
}



.keyfiguressection5.keyfiguresinner2 .container .rights .conts{
    margin-top: 40px;
    width: 100%;
    flex-direction: column;
}

.keyfiguressection5.keyfiguresinner2 .container .rights .conts ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.keyfiguressection5.keyfiguresinner2 .container .rights .conts ul li{
    width: calc(33.33% - 30px);
    margin: 15px;
   background-color: rgba(54,66,107);
    border-radius: 15px;
    border: 1px solid #cccccc;
    padding: 25px;
    display: block;
}
.keyfiguressection5.keyfiguresinner2 .container .rights .conts ul li h4{
    margin: 20px 0;
   font-size: 20px;
   color: #fff;
}
.keyfiguressection5.keyfiguresinner2 .container .rights .conts ul li a{
    color: #fff !important;
}
.keyfiguressection5.keyfiguresinner2 .container .rights .conts ul li:hover{
    text-decoration: underline;
    color: #fff;
}
.keyfiguressection5.keyfiguresinner2 .container .rights .conts ul li span{
   color: #108D8F;
   padding: 5px 15px;
   background-color: #fff;
   border-radius: 4px;
}

.keyfiguressection5.keyfiguresinner2 .container .rights .conts .uul9 li .texts div nav{
    color: #fff;
}

.keyfiguressection5.keyfiguresinner2 .container .rights .conts ul li p{
   color: #fff;
}

.keyfiguressection5.keyfiguresinner5 .tit p a{
    color: #fff;
    text-decoration: underline;
}



.keyfiguressection5.keyfiguresinner3 .container .rights .tit{
    flex-direction: column;
    align-items: flex-start;
}
.keyfiguressection5.keyfiguresinner3 .container .rights .tit p a{
    color: #fff;
    text-decoration: underline;
}


.keyfiguressection5.keyfiguresinner4 .container .rights .tit{
    flex-direction: column;
    align-items: flex-start;
}
.keyfiguressection5.keyfiguresinner4 .container .rights .tit p a{
    color: #fff;
    text-decoration: underline;
}

.keyfiguressection5.keyfiguresinner4 .container .rights .p1 {
    text-align: left;
    font-size: 24px;
    color: #fff;
    margin: 20px 0 15px 0;
    padding-left: 60px;
}



.keyfiguressection5.keyfiguresinner5{
    background-image: url(../images/bgimg8.png);
}

.keyfiguressection5.keyfiguresinner5 .container .rights .conts{
    margin-top: 40px;
    width: 100%;
}
.keyfiguressection5.keyfiguresinner5 .container .rights .conts ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.keyfiguressection5.keyfiguresinner5 .container .rights .conts ul li{
    width: calc(33.33% - 30px);
    padding: 0 20px 20px 15px;
    position: relative;
    text-align: center;
    min-height: 350px;
}
.keyfiguressection5.keyfiguresinner5 .container .rights .conts ul li .bgimg62{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
}
.keyfiguressection5.keyfiguresinner5 .container .rights .conts ul li h4{
    margin: 40px 0 20px 0;
   font-size: 68px;
   color: #fff;
}
.keyfiguressection5.keyfiguresinner5 .container .rights .conts ul li p{
   font-size: 28px;
   color: #fff;
   padding: 0 15px;
   line-height: 1.3;
}

.keyfiguressection5.keyfiguresinner5 .container .rights .conts ul li div{
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
        display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}
.keyfiguressection5.keyfiguresinner5 .container .rights .conts ul li .topimg{
    position: absolute;
    top: 0;
    left: calc(50% - 59px);
}




.keyfiguressection5.keyfiguresinner5 .container .rights .conts ul.uul13 li:nth-child(1){
    position: relative;
    top: 50px;
}
.keyfiguressection5.keyfiguresinner5 .container .rights .conts ul.uul14{
    justify-content: center;
}
.keyfiguressection5.keyfiguresinner5 .container .rights .conts ul.uul14 li{
    width: 36%;
    position: relative;
    top: -50px !important;
}



.areauul li{
    width: calc(33.33% - 20px) !important;
    margin: 10px !important;
}

.areauul li .boximg{
    margin: 0 !important;
}

.areauul li p{
    height: unset !important;
    padding-top: 15px !important;
}




.keyfiguressection5.keyfiguresinner3{
    background-image: url(../images/bgimg2.png);
}

.keyfiguressection5.keyfiguresinner3 .container .rights .conts{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}


.keyfiguressection5.keyfiguresinner3 .container .rights .conts .left{
    width: 75%;
}
.keyfiguressection5.keyfiguresinner3 .container .rights .conts .right{
    width: 25%;

}


.keyfiguressection5.keyfiguresinner3 .container .rights .conts .uul15{
    display: flex;
    flex-direction: column;
    margin-top: 130px;
}

.keyfiguressection5.keyfiguresinner3 .container .rights .conts .uul15 li{
   width: 100%;
   margin: 15px 0;
   position: relative;
   font-size: 18px;
   padding-left: 20px;
}

.keyfiguressection5.keyfiguresinner3 .container .rights .conts .uul15 li:before{
  width: 10px;
  height: 10px;
  background-color: #28B7BB;
  position: absolute;
  content: '';
  top: 7px;
  left: 0;
}
.keyfiguressection5.keyfiguresinner3 .container .rights .conts .uul15 li:nth-child(1):before{
  background-color: #C7DB21;
}
.keyfiguressection5.keyfiguresinner3 .container .rights .conts .uul15 li:nth-child(2):before{
  background-color: #75116d;
}
.keyfiguressection5.keyfiguresinner3 .container .rights .conts .uul15 li:nth-child(3):before{
  background-color: #20F8FD;
}
.keyfiguressection5.keyfiguresinner3 .container .rights .conts .uul15 li:nth-child(4):before{
  background-color: #C7DB21;
}
.keyfiguressection5.keyfiguresinner3 .container .rights .conts .uul15 li:nth-child(5):before{
  background-color: #20F8FD;
}





.keyfiguressection5.keyfiguresinner3 .h44{
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.keyfiguressection5.keyfiguresinner4 .h44{
        font-size: 28px;
    margin-bottom: 15px;
}



.keyfiguressection5.keyfiguresinner3 .uul16{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.keyfiguressection5.keyfiguresinner3 .uul16 li{
   width: calc(33.33% - 15px);
   margin: 7.5px;
   position: relative;
      overflow: hidden;
}
.keyfiguressection5.keyfiguresinner3 .uul16 li .boximg{
  width: 100%;
}
.keyfiguressection5.keyfiguresinner3 .uul16 li .boximg img{
      width: 100%;
      overflow: hidden;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}

.keyfiguressection5.keyfiguresinner3 .uul16 li .bgdiv{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 99;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient( 160deg, rgba(18, 196, 200, 0.8), rgba(20, 140, 174, 0.8), rgba(21, 90, 151, 0.8), rgba(22, 43, 130, 0.8) );
        opacity: 0;
        font-size: 24px;
        padding: 15px;
        text-align: center;
}

.keyfiguressection5.keyfiguresinner3 .uul16 li:hover .boximg img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.keyfiguressection5.keyfiguresinner3 .uul16 li:hover .bgdiv1{
    display: none;
}
.keyfiguressection5.keyfiguresinner3 .uul16 li:hover .bgdiv{
    opacity: 1;
}

.keyfiguressection5.keyfiguresinner3 .uul16 li .bgdiv1{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 99;
        display: flex;
            justify-content: space-between;
        align-items: top;
        font-size: 20px;
        flex-direction: column;
}

.keyfiguressection5.keyfiguresinner3 .uul16 li .bgdiv1{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 99;
        display: flex;
            justify-content: space-between;
        align-items: top;
        font-size: 20px;
        flex-direction: column;
        padding: 15px;
}
.keyfiguressection5.keyfiguresinner3 .uul16 li .bgdiv1{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 99;
        display: flex;
            justify-content: space-between;
        align-items: top;
        font-size: 20px;
        flex-direction: column;
        padding: 15px;
}

.keyfiguressection5.keyfiguresinner3 .uul16 li .bgdiv1 p.num{
        position: absolute;
       right: 0;
       bottom: 15px;
       width: 80px;
       background: linear-gradient( 325deg, rgba(15, 146, 252,1), rgba(10, 122, 221,1), rgba(4, 90, 181,1), rgba(0, 71, 156,1) );
       height: 20px;
}
.keyfiguressection5.keyfiguresinner3 .uul16 li .bgdiv1 p.num span{
        position: relative;
      top: -12px;
      left: 10px;
      font-size: 22px;
      color: #fff;
}



.keyfiguressection5.keyfiguresinner3 .container .rights .p1{
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin: 40px 0 15px 0;
}


.keyfiguressection5.keyfiguresinner3 .container .rights .p2{
    font-size: 18px;
    color: #fff;
}



.keyfiguressection5.keyfiguresinner3 .container .rights .p3{
    font-size: 18px;
    color: #fff;
    background: linear-gradient( 160deg, rgba(15, 146, 252,1), rgba(10, 122, 221,1), rgba(4, 90, 181,1), rgba(0, 71, 156,1) );
    width: 100%;
    text-align: right;
    padding: 10px 20px;
   box-shadow: 0 3px 13px #fff;
   margin-bottom: 15px;
}

.keyfiguressection5.keyfiguresinner3 .container .rights .textdivs{
    width: 100%;
}
.keyfiguressection5.keyfiguresinner3 .container .rights .textdivs p{
   width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.keyfiguressection5.keyfiguresinner3 .container .rights .textdivs p span:nth-child(1){
   width: calc(100% - 100px);
   display: block;
   padding: 10px;
   background-color: rgba(255, 255, 255, 0.4);
}

.keyfiguressection5.keyfiguresinner3 .container .rights .textdivs p span:nth-child(2){
   width: 90px;
   display: block;
   padding: 10px;
   background-color: rgba(255, 255, 255, 0.4);
   text-align: center;
}

.keyfiguressection5.keyfiguresinner3 .container .rights .conts .boximg{
    width: 100%;
    margin-bottom: 15px;
}






.keyfiguressection5.keyfiguresinner4{
    background-image: url(../images/bgimg8.png);
}



.keyfiguressection5.keyfiguresinner4 .container .rights .conts{
    flex-direction: column;
    justify-content: flex-start;
}

.keyfiguressection5.keyfiguresinner4 .container .rights .conts .boximg{
    width: 100%;
    margin-bottom: 15px;
}

.keyfiguressection5.keyfiguresinner4 .container .rights .conts1 p{
   font-size: 18px;
}


.keyfiguressection5.keyfiguresinner4 .container .rights .conts3 .centerss{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}

.keyfiguressection5.keyfiguresinner4 .container .rights .conts3 .leftss{
   width: 800px;
   margin: 0 auto;
}

.keyfiguressection5.keyfiguresinner4 .container .rights .conts3 .leftss .p3{
    font-size: 18px;
    color: #fff;
    background: linear-gradient( 160deg, rgba(15, 146, 252,1), rgba(10, 122, 221,1), rgba(4, 90, 181,1), rgba(0, 71, 156,1) );
    width: 100%;
    text-align: right;
    padding: 10px 20px;
   box-shadow: 0 3px 13px #fff;
   margin-bottom: 15px;
}

.keyfiguressection5.keyfiguresinner4 .container .rights .conts3 .leftss .textdivs{
    width: 100%;
}
.keyfiguressection5.keyfiguresinner4 .container .rights .conts3 .leftss .textdivs p{
   width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.keyfiguressection5.keyfiguresinner4 .container .rights .conts3 .leftss .textdivs p span:nth-child(1){
   width: calc(100% - 100px);
   display: block;
   padding: 10px;
   background-color: rgba(255, 255, 255, 0.4);
}

.keyfiguressection5.keyfiguresinner4 .container .rights .conts3 .leftss .textdivs p span:nth-child(2){
   width: 90px;
   display: block;
   padding: 10px;
   background-color: rgba(255, 255, 255, 0.4);
   text-align: center;
}


/*.keyfiguressection5.keyfiguresinner4 .container .rights .conts3 .rightss{
    width: 52%;
}
*/













.table7{
    margin-top: 30px;
}
.table7 tr:nth-child(1) {
    border-radius: 5px;
    overflow: hidden;
    background: linear-gradient( 160deg, rgba(15, 146, 252, 0.8), rgba(11, 123, 222, 0.8), rgba(5, 97, 183, 0.8), rgba(0, 71, 156, 0.8) );
    box-shadow: 0 3px 10px #fff;
    margin-bottom: 15px;
   border-bottom: none;
}
.table7 tr:nth-child(1) th {
    color: #fff;
    padding: 10px;
}
.table7 tr{
   border-bottom: none;
}
.table7 tr td{
    width: calc(16.66666% - 20px);
    margin: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    min-height: 50px;
    padding: 10px;
}







.table8 tr:nth-child(1) {
    border-radius: 5px;
    overflow: hidden;
    background: linear-gradient( 160deg, rgba(15, 146, 252, 0.8), rgba(11, 123, 222, 0.8), rgba(5, 97, 183, 0.8), rgba(0, 71, 156, 0.8) );
    box-shadow: 0 3px 10px #fff;
    margin-bottom: 15px;
   border-bottom: none;
}
.table8 tr:nth-child(1) th {
    color: #fff;
    padding: 10px;
}
.table8 tr{
   border-bottom: none;
   align-items: unset;
   flex-wrap: wrap;
   justify-content: space-between;
   background-color: rgba(53, 99, 171, 0.4);
    margin: 10px 0;
}
.table8 tr td{
    width: calc(7% - 20px);
    background-color: unset;
    min-height: 50px;
    padding: 10px;
    margin: 0;
}

.table8 tr th{
    width: calc(7% - 20px);
}

.table8 tr th:nth-child(2), .table8 tr td:nth-child(2){
    width: 25% !important;
}
.table8 tr th:nth-child(3), .table8 tr td:nth-child(3){
    width: 15% !important;
}
.table8 tr th:last-child, .table8 tr td:last-child{
    width: 10% !important;
}




/*

.keyfiguressection5.keyfiguresinner5{
    background-image: url(../images/bgimg2.png);
}

.keyfiguressection5.keyfiguresinner5 .container .rights .conts{
   display: flex;
   justify-content: space-between;
   padding-top: 30px;
}
.keyfiguressection5.keyfiguresinner5 .container .rights .conts .left{
   width: 49%;
}

.keyfiguressection5.keyfiguresinner5 .container .rights .conts .left h5{
   color: #fff;
   font-weight: bold;
   font-size: 18px;
}
.keyfiguressection5.keyfiguresinner5 .container .rights .conts .left ul li{
    width: 100%;
    font-size: 18px;
    padding:0 0 0 15px;
    position: relative;
    min-height: unset;
}
.keyfiguressection5.keyfiguresinner5 .container .rights .conts .left ul li:before{
   content: '';
   position: absolute;
   top: 8px;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background-color: #fff;
   left: 0;
}




.keyfiguressection5.keyfiguresinner5 .container .rights .conts .right{
   width: 49%;
}*/


.table9{
    margin-top: 0;
}
.table9 tr:nth-child(1) {
    border-radius: 5px;
    overflow: hidden;
    background: linear-gradient( 160deg, rgba(15, 146, 252, 0.8), rgba(11, 123, 222, 0.8), rgba(5, 97, 183, 0.8), rgba(0, 71, 156, 0.8) );
    box-shadow: 0 3px 10px #fff;
    margin-bottom: 15px;
   border-bottom: none;
}
.table9 tr:nth-child(1) th {
    color: #fff;
    padding: 10px;
}
.table9 tr{
   border-bottom: none;
}
.table9 tr th{
    width: calc(33.33% - 20px);
    margin: 0 10px;
}
.table9 tr td{
    width: calc(33.33% - 20px);
    margin: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    min-height: 50px;
    padding: 10px;
}



/*
.keyfiguressection5.keyfiguresinner5 .container .rights .conts1 .topdiv{
   display: flex;
   justify-content: flex-start;
   flex-wrap: wrap;
    background-color: #24315F;
    border-radius: 10px;
    border: 1px solid #cccccc;
    padding: 20px;
    margin-top: 30px;
}

.keyfiguressection5.keyfiguresinner5 .container .conts1 .topdiv .boximg{
  width: 75px;
}
.keyfiguressection5.keyfiguresinner5 .container .conts1 .topdiv .boxtext{
  width: calc(100% - 75px);
}

.keyfiguressection5.keyfiguresinner5 .container .conts1 .topdiv .boxtext span.tag{
  background-color: #2DAEBF;
  padding: 5px 15px;
  border-radius: 4px;
  color: #fff;
}

.keyfiguressection5.keyfiguresinner5 .container .conts1 .topdiv .boxtext h4{
 font-size: 22px;
 color: #fff;
 margin-bottom: 20px;
}
.keyfiguressection5.keyfiguresinner5 .container .conts1 .topdiv .boxtext h5{
 font-size: 22px;
 color: #fff;
 margin-top: 20px;
}
.keyfiguressection5.keyfiguresinner5 .container .conts1 .topdiv .boxtext p{
 font-size: 18px;
 color: #fff;
 line-height: 1.4;
}
.keyfiguressection5.keyfiguresinner5 .container .conts1 .topdiv .boxtext p span{
 color: #4B79D7;
 font-weight: bold;
}
*/

.keyfiguressection4.keyfiguresinner2 .container .rights .conts2{
    margin-top: 30px;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left{
    width: 75% !important;
}

.keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left .p1{
   color: #20F8FD;
   font-size: 22px;
   text-align: center;
   border-bottom: none;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left .p2{
     color: #fff;
   font-size: 22px;
   text-align: center;
   border-bottom: none;
}


.keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .right{
    width: 25% !important;

}

.keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .uul15{
    display: flex;
    flex-direction: column;
}

.keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .uul15 li{
   width: 100%;
   margin: 15px 0;
   position: relative;
   font-size: 18px;
   padding-left: 20px;
}

.keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .uul15 li:before{
  width: 10px;
  height: 10px;
  background-color: #28B7BB;
  position: absolute;
  content: '';
  top: 7px;
  left: 0;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .uul15 li:nth-child(1):before{
  background-color: #28B7BB;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .uul15 li:nth-child(2):before{
  background-color: #C7DB21;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .uul15 li:nth-child(3):before{
  background-color: #9F9F9F;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .uul15 li:nth-child(4):before{
  background-color: #FFE11E;
}
.keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .uul15 li:nth-child(5):before{
  background-color: #20F8FD;
}












  .partersection .container{
  }

  .partersection{
    background-color: #131F54;
  }

  .partersection .tit{
      text-align: center;
  }
   .partersection .tit h3{
    line-height: 1.1;
    font-size: 32px;
   }

   .partersection .tit nav{
    font-weight: bold;
   }
      .partersection .tit p{
    color: #fff;
   }

  .partersection ul.parteruul{
    display: flex;
    flex-wrap: wrap;
  }
   .partersection ul.parteruul li{
    width: calc(20% - 30px);
    margin: 15px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 15px;
    min-height: 200px;
     display: flex;
    justify-content: center;
    align-items: center;
        overflow: hidden;
  -webkit-transition: opacity 2s linear;
  -moz-transition: opacity 2s linear;
  -o-transition: opacity 2s linear;
  transition: opacity 2s linear;
   }

   .partersection ul.parteruul li a{
    font-weight: bold;font-size: 24px;text-align: center;
    }

   .partersection ul.parteruul li img{
     max-width: 190px;
     max-height: 175px;
     width: 100%;
     -webkit-transform: scale(1);
     transform: scale(1);
     transition: all .2s ease-in-out;
   }

   .partersection ul.parteruul li:hover img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  .partersection .filterdiv{
    width:  100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
   .partersection .filterdiv .left{
    width: 50%;
    display: flex;
    justify-content: flex-start;
   }

   .partersection .filterdiv  ul.left li a{
      margin-right: 25px;
      color: #fff;
      font-size: 18px;
      cursor: pointer;
   }

  .partersection .filterdiv  ul.left li a.active{
      color: #fff;
      padding-bottom: 5px;
      border-bottom: 2px solid #fff;
   }




   .partersection .filterdiv .right{
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
   }

   .partersection .filterdiv .right p i{
       margin: 0 10px 0 0;
      color: #fff;

   }
    .partersection .filterdiv .right p {
       margin: 0 25px 0 0;
       font-size: 18px;
      color: #fff;
      cursor: pointer;
    }

  .partersection .filterdiv .right select{
        background: unset;
       border: none;
        font-size: 18px;
      color: #fff;
      outline: none;/*去掉点击后出现的边框*/
  }

.partersection .filterdiv .right .select1{
     margin-right: 25px;
  }

  .partersection .filterdiv .right select option{
      font-size: 16px;
      color: #000;
  }

  .partersection .filterdiv .right select:focus,.filterdiv .right select:focus-visible{
       border: none;
       outline: none;/*去掉点击后出现的边框*/

  }


  .partersection .filterdiv.filterFixed{
    position: fixed;
    padding: 20px 180px;
     background-color: rgba(255,255,255,0.8);
    top: 0;
    left: 0;
    /*color: #fff;*/
    z-index: 90;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }

    .partersection .filterdiv.filterFixed li a,.partersection .filterdiv.filterFixed p,.partersection .filterdiv.filterFixed i,.partersection .filterdiv.filterFixed select{
      /*color: #fff !important;*/
    }

     .partersection .filterdiv.filterFixed  ul.left li a.active{
      color: #000000;
      padding-bottom: 5px;
      border-bottom: 2px solid #fff;
   }



.uul17{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.uul17 li{
    width: 50%;
    padding-left: 15px;
}

.uul1177 li{
    width: unset;
    padding-right: 5%;
}


.uul17 li nav{
   color: #20F8FD;
    font-size: 18px;
}

.uul17 li p{
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.highlightedpatent1.keyfigures2section .uul17 li p.ptext1:nth-child(2){
    text-transform: none !important;
}

.uul177 li{
    width: 33.33%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.uul177 li p{
   margin-top: 0;
}
.uul177 li a{
    color: #20F8FD;
    padding-left: 10px;
}



.eoidiv a.email{color: #C7DB21;}
.eoidiv a.link{color: #C7DB21;text-decoration: underline;}
.eoidiv a.link i{padding-right: 10px;margin-top: 1px;}




.bootstrap-select{
    margin-right: 20px;
    outline: none !important;
    border: none !important;
}
.bootstrap-select .btn-default {
    color: #fff !important;
    background-color: unset !important;
    border-color: rgba(0,0,0,0) !important;
    outline: none !important;
    border: none !important;
}

.bootstrap-select .dropdown-toggle:focus {
       outline: none !important;
}

.bootstrap-select  .dropdown-menu{
        background-color: #18255B !important;
        border: none !important;
        box-shadow: unset !important;
        z-index: 999;
}

.bootstrap-select  .dropdown-menu li a{
    font-size: 16px !important;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{
    font-size: 14px !important;
}

.bootstrap-select .dropdown-menu>li>a:focus, .bootstrap-select .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: unset !important;
    outline: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .caret{
        display: inline-block;
    font: normal normal normal 14px /1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none !important;
    top: 10px !important;
    font-size: 16px !important;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before{
    content: "\f107";
    box-sizing: border-box;
}


.partners{
    display: none;
    margin-top: 30px;
}

.partners ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.partners ul li{
    width: calc(25% - 20px);
    margin: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
}


.eventsdiv{
    margin-top: 30px;
    display: none;
}


.circlebtna{
    cursor: pointer;
}




.keyfiguressection5.keyfiguresinner1 p.ppp{
    margin-top: 30px;
}
.keyfiguressection5.keyfiguresinner1 p.ppp a{
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}



.contentdiv2 .inner2 .marketuul3 li{
    width: calc(33.33% - 15px);
}

.contentdiv2 .inner2 .marketuul4 li{
    width: calc(25% - 15px);
}

.contentdiv2 .inner2 .marketuul2 li{
    width: calc(33.33% - 15px);
    justify-content: center;
}

.contentdiv2 .inner2 .marketuul1 li{
    width: calc(33.33% - 15px);
    justify-content: center;
}




.resetbutton{
    background-color: #fff;
    color: #131F54;
    border: none;
    outline: none;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 16px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.resetbutton:hover{
    background-color: #C7DB21;
}

.keyfiguresinner4 .container .rights #chart5{
    width: 100%;
    height: 500px;
}

.keyfiguressection5.keyfiguresinner3 .container .rights .conts #chart8{
    width: 100%;
    height: 500px;
}
.keyfiguressection5.keyfiguresinner4 .container .rights #chart11{
    width: 100%;
    height: 500px;
}

.keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left #chart9{
    width: 100%;
    height: 500px;
}




.achievement .tit .container{
    border-top: 1px solid #fff;
    margin-top: 80px;
}


.achievement .container p{
    font-size: 18px;text-align: justify;
}





























/****************************************************不同尺寸样式****************************************************/


/*尺寸*/

@media screen and (min-width:769px) {
    .uul1 .swiper-container {
         margin-left: unset; 
         margin-right: unset; 
         position: unset; 
         overflow: unset; 
         list-style: unset; 
         padding: unset; 
         z-index: unset; 
         width: 100%;
    }
    .uul1 .swiper-wrapper {
        position: unset;
        height: unset;
        z-index: unset;
        display: unset;
        transition-property: unset;
        box-sizing: unset;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .uul1 .swiper-slide {
        flex-shrink: unset;
        width: unset;
        height: unset;
        position: unset;
        transition-property: unset;
    }

    .uul1 .swiper-pagination{
        display: none;
    }

    .copy p br{display: none;}

}

@media screen and (max-width:1780px) {
       
/*   .keyfiguresinner4 .container .rights #chart5{
        width: 100% !important;
        height: unset !important;
    }
    .keyfiguresinner4 .container .rights #chart5>div:nth-child(1){
        width: 100% !important;
    }
    .keyfiguresinner4 .container .rights #chart5>div:nth-child(1)>canvas{
        width: 100% !important;
    }*/

/*    .keyfigures5 .conts .right #chart2{
        width: 100% !important;
        height: unset !important;
    }
    .keyfigures5 .conts .right #chart2>div:nth-child(1){
        width: 100% !important;
    }
    .keyfigures5 .conts .right #chart2>div:nth-child(1)>canvas{
        width: 100% !important;
    }*/


/*   .keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left #chart9{
        width: 100% !important;
        height: unset !important;
    }
   .keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left #chart9>div:nth-child(1){
        width: 100% !important;
    }
   .keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left #chart9>div:nth-child(1)>canvas{
        width: 100% !important;
    }
*/


    .tit h2 br{
        display: none;
    }

    .keyfigures6 .tit h2{
        width: calc(100% - 130px);
    }

    .keyfiguresinner1 .container .rights .conts .left .textdivs .tagp{
        width: 100%;
    }

}


@media screen and (max-width:1680px) {

  

/*    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11{
        width: 100% !important;
        height: 630px !important;
    }
    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11>div:nth-child(1){
        width: 100% !important;
        height: 630px !important;
    }
    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11>div:nth-child(1)>canvas{
        width: 100% !important;
        height: 630px !important;
    }*/


     .keyfiguresinner2 .container .rights #chart3{
        width: 100% !important;
        height: unset !important;
        max-height: 400px;
    }
    .keyfiguresinner2 .container .rights #chart3>div:nth-child(1){
        width: 100% !important;
        height: 400px !important;
    }
    .keyfiguresinner2 .container .rights #chart3>div:nth-child(1)>canvas{
        width: 100% !important;
        height: 400px !important;
    }


    .keyfiguresinner2 .container .rights #chart4{
        width: 100% !important;
        height: unset !important;
        max-height: 400px;
    }
    .keyfiguresinner2 .container .rights #chart4>div:nth-child(1){
        width: 100% !important;
        height: 400px !important;
    }
    .keyfiguresinner2 .container .rights #chart4>div:nth-child(1)>canvas{
        width: 100% !important;
        height: 400px !important;
    }

/*    .keyfiguresinner4 .container .rights #chart5{
        width: 100% !important;
        height: unset !important;
        max-height: 400px;
    }
    .keyfiguresinner4 .container .rights #chart5>div:nth-child(1){
        width: 100% !important;
        height: 400px !important;
    }
    .keyfiguresinner4 .container .rights #chart5>div:nth-child(1)>canvas{
        width: 100% !important;
        height: 400px !important;
    }*/

/*    .keyfigures5 .conts .right #chart2{
        width: 100% !important;
        height: unset !important;
        height: 400px !important;
    }
    .keyfigures5 .conts .right #chart2>div:nth-child(1){
        width: 100% !important;
        height: 400px !important;
    }
    .keyfigures5 .conts .right #chart2>div:nth-child(1)>canvas{
        width: 100% !important;
        height: 400px !important;
    }*/


/*    .keyfiguressection5.keyfiguresinner3 .container .rights .conts #chart8{
        width: 100% !important;
        height: unset !important;
        height: 400px !important;
    }
    .keyfiguressection5.keyfiguresinner3 .container .rights .conts #chart8>div:nth-child(1){
        width: 100% !important;
        height: 400px !important;
    }
    .keyfiguressection5.keyfiguresinner3 .container .rights .conts #chart8>div:nth-child(1)>canvas{
        width: 100% !important;
        height: 400px !important;
    }*/


/*    .keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left #chart9{
        width: 100% !important;
         height: 450px !important;
    }
   .keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left #chart9>div:nth-child(1){
        width: 100% !important;
         height: 450px !important;
    }
   .keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left #chart9>div:nth-child(1)>canvas{
        width: 100% !important;
         height: 450px !important;
    }
*/




    .uul1 .swiper-slide{
        width: calc(25% - 20px) !important;
        margin: 10px;
    } 

  

    .keyfigures6 .tit h1.gred{
        justify-content: flex-start;
    }

      .keyfigures4 .textinner{
            margin: 15px 40px;
    }

    .keyfiguressection4.keyfiguresinner2 .container .rights .conts .right {
        margin-top: 250px;
    }
 

 .keyfiguressection5.keyfiguresinner5 .container .rights .conts ul li h4{
    font-size: 60px;
 }
 .keyfiguressection5.keyfiguresinner5 .container .rights .conts ul li p{
    font-size: 24px;
 }


}


@media screen and (max-width:1620px) {


.keyfiguressection4.keyfiguresinner1 .container .rights .circlediv{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.keyfiguressection4.keyfiguresinner1 .container .rights .circlediv .desc{
    width: 100%;
}

.keyfiguressection4.keyfiguresinner1 .container .rights .circlediv .desc p{
   font-size: 20px;
   padding-top: 30px;
}


     .keyfigures4 .textinner{
          margin: 30px 80px;
      }

        .keyfigures4 .textinner p{
            color: #fff;
            position: absolute;
            font-size: 20px;
            line-height: 1.1;
            font-weight: bold;
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            margin-bottom: 0;
        }

      


}


@media screen and (max-width:1560px) {



/*    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11{
        width: 100% !important;
        height: 580px !important;
    }
    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11>div:nth-child(1){
        width: 100% !important;
        height: 580px !important;
    }
    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11>div:nth-child(1)>canvas{
        width: 100% !important;
        height: 580px !important;
    }*/


      .keyfigures4 .textinner{
            margin: 30px 40px;
      }


      .keyfiguresinner3 .container .rights .tit p br{
        display: none;
    }
    .keyfiguresinner3 .container .rights .conts h6{
        font-size: 20px;
        padding: 15px 20px;
        border-radius: 5px;
        text-align: center;
        line-height: 1.4;
    }

    .keyfiguresinner3 .container .rights .conts{
        width: 90%;
        margin-top: 30px;
    }


}




@media screen and (max-width:1440px) {


.partners ul li{
    width: calc(33.33% - 20px);
    margin: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
}
.keyfiguressection5.keyfiguresinner1 .container .rights .circlediv li{
    width: 280px;
    height: 280px;
}



        .keyfiguressection5.keyfiguresinner2 .conts .itemdiv .item{
           width: calc(50% - 15px);
            margin: 7.5px;
            background-color: rgba(45, 174, 191, 0.5);
            padding: 35px 20px;
            margin-bottom: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
        }
        .keyfiguressection5.keyfiguresinner2 .conts .itemdiv .item nav{
           font-size: 18px;
           color: #fff;
        }
        .keyfiguressection5.keyfiguresinner2 .conts .itemdiv .item h2{
              font-size:28px;
           color: #fff;
        }
        .keyfiguressection5.keyfiguresinner2 .conts .itemdiv .item p{
              font-size:16px;
           color: #fff;
        }


/*
    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11{
        width: 100% !important;
        height: 550px !important;
    }
    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11>div:nth-child(1){
        width: 100% !important;
        height: 550px !important;
    }
    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11>div:nth-child(1)>canvas{
        width: 100% !important;
        height: 550px !important;
    }*/


    .keyfiguressection .container .lefts ul li a{
        font-size: 16px;
    }

    .contentdiv1 .uul6 li{
        width: calc(33.33% - 20px);
    }

    .tit{
        position: relative;
    }
    .tit h2{
        font-size: 38px !important;
        color: #fff;
       line-height: 1.2;
       z-index: 10;
       position: relative;
       margin-top: 15px;
    }

    .contentdiv3 .inner44 ul li h1{
        font-size: 38px;
        top: -15px;
    }


    .tit h3{
        font-weight: 100;
    }
     .tit h3.h3{
        font-size: 26px;
    }

    .tit h1.white{
        font-size: 72px !important;
        color: rgba(130, 130, 130, 0.2);
        position: absolute;
        top: 25px;
        left: 10%;
    }
    .tit h1.gred{
        font-size: 72px !important;
        color: rgba(130, 130, 130, 0.2);
        position: absolute;
        top: 15px;
        left: 10%;
        margin: 0;
        justify-content: flex-start;
    }
    .contentdiv2 .tit h1.gred {
        top: 0px;
    }

    .textuul li{
        font-size: 16px;
    }
    .keyfiguresinner2 .container .rights h4.h4{
        font-size: 20px;
    }
    .keyfigures1 .container .rights .cont .right p{
            font-size: 18px;
    }
    .keyfigures1 .container .rights .cont .right ul li span {
        color: #fff;
        font-size: 16px;
    }
    .keyfigures1 .container .rights .cont .right strong{
            font-size: 18px;
    }
    .keyfigures1 .container .rights .cont .left{
        width: 67%;
    }
    .keyfigures1 .container .rights .cont .right{
        width: 30%;
    }

    .keyfiguresinner1 .container .rights .conts .left h1 {
        font-size: 72px;
        color: #fff;
        margin-top: 110px;
    }
    .keyfiguresinner1 .container .rights .conts .left .textdivs nav {
        font-size: 18px;
        color: #fff;
    }

    .keyfiguressection4.keyfiguresinner1 .rights .conts h1{
        font-size: 82px;
    }
    .keyfiguressection4.keyfiguresinner1 .rights .conts h2 {
        font-size: 62px;
    }
    .keyfiguressection4.keyfiguresinner1 .container .rights .circlediv li h4 {
        font-size: 42px;
        color: #fff;
        margin-bottom: 15px;
    }
    .keyfiguressection4.keyfiguresinner1 .container .rights .circlediv li p {
        font-size: 18px;
    }


    .keyfiguresinner1 .container .rights .conts .left {
        max-width: 70% !important;
    }
   /* .keyfiguresinner1 .container .rights .conts .right {
        width: 40%;
    }*/
    .keyfiguresinner1 .container .rights .conts .left .textdivs .tagp{
        margin-top: 20px;
          background-color: #7B2AF6;
        padding: 5px 10px;
        border-radius: 5px;
    }
    .keyfiguresinner1 .container .rights .conts .left .textdivs .tagp span{
       font-size: 16px;
       color: #fff;
    }

    .keyfiguresinner1 .container .rights .conts .right ul li .items{
        padding: 15px;
    }

    .keyfiguresinner2 .container .rights .conts .left{width: 100%;}
    .keyfiguresinner2 .container .rights .conts .right{width: 100%;}
    .keyfiguresinner4 .container .rights .conts .left{width: 100%;}
    .keyfiguresinner4 .container .rights .conts .right{width: 100%;}


  
     .uul1 .swiper-slide{
        width: calc(33.33% - 20px) !important;
        margin: 10px;
    } 


    .keyfigures1section .tit h1.gred{
        top: 0;
        left: 0;
        justify-content: flex-start;
    }

    .uul2 li h6{
        font-size: 16px;
    }

    .uul1 li p{
        font-size: 16px;
    }

    .uul2 li nav span{
        font-size: 16px;
    }

    .uul2 li nav .more{
        font-size: 14px;
    }

    .keyfigures4 .textinner p.text41{
        font-size: 26px;
        width: 225px;
    }
    .keyfigures4 .textinner p.text28{
     display: none;   
    }


     .keyfigures4 .textinner{
            margin: 15px 20px;
    }


     .contentdiv2 .inner2 ul{
        margin: 20px 0;
    }

    .contentdiv2 .inner2 ul li{
      padding: 10px;
    }

    .contentdiv2 .inner2 ul li .boximg{
       width: 60px;
    }
    .contentdiv2 .inner2 ul li .boximg img{
       max-width: 100%;
    }

    .contentdiv2 .inner2 ul li p{
      width: calc(100% - 60px);
      font-size: 15px;
    }

    .contentdiv3 .inner1 .left {
    width: 50%;
    }
    .contentdiv3 .inner1 .right {
        width: 47%;
    }

    .contentdiv3 .inner44 ul li{
        padding: 25px 20px;
    }

    .keyfiguressection4.keyfiguresinner2 .container .rights .conts .center{
        width: 36%;
    }
    .keyfiguressection4.keyfiguresinner2 .container .rights .conts .right {
        margin-top: 210px;
    }

    .keyfiguressection5.keyfiguresinner1 .container .rights .conts .left .top h2{
        font-size: 38px;
    }


   .keyfiguressection5.keyfiguresinner2 .container .rights .conts ul li {
        width: calc(33.33% - 15px);
        margin: 7.5px;
        background-color: rgba(54,66,107);
        border-radius: 15px;
        border: 1px solid #cccccc;
        padding: 15px;
        display: block;
    }


    .keyfiguressection5.keyfiguresinner5 .container .rights .conts ul li{
        width: calc(38.33% - 30px);
    }

    .keyfiguressection5.keyfiguresinner5 .container .rights .conts ul.uul14 li{
        width: 40%;
    }

    .keyfiguressection5.keyfiguresinner5 .container .rights .conts ul li h4 {
        font-size: 48px;
    }

    .keyfiguressection5.keyfiguresinner5 .container .rights .conts ul li p {
        font-size: 20px;
    }


    .partersection ul.parteruul li {
        width: calc(25% - 20px);
        margin: 10px;
    }

/*
   .keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left #chart9{
        width: 100% !important;
         height: 400px !important;
    }
   .keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left #chart9>div:nth-child(1){
        width: 100% !important;
         height: 400px !important;
    }
   .keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left #chart9>div:nth-child(1)>canvas{
        width: 100% !important;
         height: 400px !important;
    }
*/


}



@media screen and (max-width:1360px) {




    .container{
        width: 96%;
    }

    .keyfigures5 .conts .tab{
         margin-top: 25px;
    }

    .keyfigures6 .tab{
        overflow-x: scroll !important;
    }

    .keyfigures6 .tab::-webkit-scrollbar {
    width:10px;
    height:10px;
    }

    .keyfigures6 .tab::-webkit-scrollbar-thumb {
    border-radius:15px;
    -webkit-box-shadow:inset 0 0 5px rgba(240,240,240,0.1);
    background:rgba(255, 255, 255, 0.7);
    }
    .keyfigures6 .tab::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 5pxrgba(240,240,240,0.1);
    background:rgba(255,255,255,0.1);
    }
    .keyfigures6 .table2{
        width: 1000px;
    }


    .keyfigures4 .textinner{
            margin: 40px 0 10px 0 !important;
    }
    .keyfigures4 .textinner p.text1{
        display: none;
    }
    .keyfigures4 .textinner p.text19{
        display: none;
    }
     .keyfigures4 .textinner p.text15{
       display: none; 
    }
     .keyfigures4 .textinner p.text26{
      display: none;  
    }
    .keyfigures4 .textinner p.text27 {
        left: 815px;
        bottom: 245px;
        font-size: 32px;
    }

    .keyfigures4 .textinner p.text38{
        display: none;
    }
    .keyfigures4 .textinner p.text41{
        display: none;
    }

    .keyfigures4 .textinner p.text43 {
        bottom: 115px;
    }
    .keyfigures4 .textinner p.text39 {
        left: 455px;
        bottom: 150px;
        font-size: 28px;
        width: 400px;
    }
    .keyfigures4 .textinner p.text37 {
        font-size: 36px;
    }



    .keyfigures4 .textinner{
        min-height: 630px;
    }


    .innocentre .container .left h4{
        font-size: 28px;
    }



}



@media screen and (max-width: 1280px){



/*
    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11{
        width: 100% !important;
        height: 500px !important;
    }
    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11>div:nth-child(1){
        width: 100% !important;
        height: 500px !important;
    }
    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11>div:nth-child(1)>canvas{
        width: 100% !important;
        height: 500px !important;
    }
*/


    .keyfiguressection5.keyfiguresinner4 .container .rights .conts3 .centerss{
        flex-direction: column;
    }

    .keyfiguressection5.keyfiguresinner4 .container .rights .conts3 .rightss{
        margin-top: 30px;
        width: 100%;
    }
    .keyfiguressection5.keyfiguresinner4 .container .rights .conts3 .leftss{
        width: 100%;
    }




          .breadcrumb .left {
            width: 50%;
            padding: 0 2% 0 5%;
        }
         .mincontainer{
                max-width: 90%;
        }

        .contentdiv2 .inner1 .right{
            padding: 15px;
        }

        .contentdiv2 .inner1 .left h4{
            font-size: 22px;
        }

        .contentdiv2 .inner2 ul li{
            width: calc(33.33% - 15px);
            padding: 15px;
        }


   /*  .innocentre .container .left {
        width: 47%;
        margin-right: 3%;
    }

    .innocentre .container .right {
        width: 45%;
    }*/

    .uul9 li{
        padding: 20px;
    }

    .uul9 li .items .tag{
        font-size: 18px;
    }

    .uul9 li .items .p2{
        width: calc(100% - 45px);
    }

.keyfiguressection5.keyfiguresinner3 .uul16 li{
        width: calc(50% - 15px);
}




.keyfigures4 .textinner p.text1{
   left: 0px;
   bottom: 350px;
}
.keyfigures4 .textinner p.text2{
  left: 35px;
  bottom: 350px;
}

.keyfigures4 .textinner p.text3{
  left: 70px;
  bottom: 350px;
}
.keyfigures4 .textinner p.text4{
  left: 105px;
  bottom: 350px;
}


.keyfigures4 .textinner p.text9{
     left: 220px;
    bottom: 560px;
    font-size: 26px;
    font-weight: bold;
}

.keyfigures4 .textinner p.text8{
    left: 140px;
    bottom: 520px;
    font-size: 31px;
    font-weight: bold;
}

.keyfigures4 .textinner p.text5{
  left: 140px;
    bottom: 470px;
    font-size: 42px;
  font-weight: bold;
}
.keyfigures4 .textinner p.text6{
  left: 140px;
     bottom: 410px;
    font-size: 55px;
  font-weight: bold;
}

.keyfigures4 .textinner p.text7{
  left: 140px;
     bottom: 335px;
    font-size: 70px;;
  font-weight: bold;
}



.keyfigures4 .textinner p.text10{
   left: 430px;
   bottom: 430px;
}
.keyfigures4 .textinner p.text11{
  left: 465px;
  bottom: 430px;
  font-size: 38px;
}

.keyfigures4 .textinner p.text12{
  left: 515px;
  bottom: 555px;
  font-size: 28px;
}

.keyfigures4 .textinner p.text13{
  left: 510px;
  bottom: 520px;
  font-size: 36px;
}

.keyfigures4 .textinner p.text14{
  left: 515px;
  bottom: 415px;
  font-size: 86px;
}

.keyfigures4 .textinner p.text15{
   left: 760px;
   bottom: 365px;
}
.keyfigures4 .textinner p.text16{
  left: 725px;
  bottom: 365px;
}

.keyfigures4 .textinner p.text17{
    left: 690px;
    bottom: 327px;
}
.keyfigures4 .textinner p.text18{
    left: 665px;
    bottom: 325px;
}

.keyfigures4 .textinner p.text19{
  left: 0;
  bottom: 95px;
  font-size: 14px;
}

.keyfigures4 .textinner p.text20{
  left: 35px;
  bottom:290px;
  font-size: 40px;
}

.keyfigures4 .textinner p.text21{
  left: 35px;
  bottom: 230px;
  font-size: 54px;
}

.keyfigures4 .textinner p.text22{
    left: 25px;
    bottom: 245px;
    font-size: 80px;
    width: 670px;
}

.keyfigures4 .textinner p.text23{
  left: 695px;
  bottom: 245px;
  font-size: 32px;
}
.keyfigures4 .textinner p.text24{
  left: 735px;
  bottom: 245px;
  font-size: 32px;
}
.keyfigures4 .textinner p.text25{
  left: 683px;
    bottom: 260px;
    font-size: 28px;
}
.keyfigures4 .textinner p.text26{
  left: 815px;
  bottom: 245px;
  font-size: 32px;
}
.keyfigures4 .textinner p.text27{
      left: 718px;
    bottom: 255px;
    font-size: 30px;
}
.keyfigures4 .textinner p.text28{
  left: 890px;
  bottom: 245px;
  font-size: 24px;
}
.keyfigures4 .textinner p.text31{
     left: 28px;
    bottom: 205px;
  font-size: 36px;
  text-align: center;
}
.keyfigures4 .textinner p.text30{
    left: 45px;
    bottom: 162px;
  font-size: 36px;
  text-align: center;
}
.keyfigures4 .textinner p.text29{
  left: 35px;
 bottom: 125px;
  font-size: 30px;
  width: 260px;
  text-align: center;
}

.keyfigures4 .textinner p.text32{
    left: 345px;
    bottom: 145px;
    font-size: 22px;
    text-align: center;
}

.keyfigures4 .textinner p.text33{
  left: 340px;
  bottom: 45px;
  font-size: 24px;
  height: 180px;
}
.keyfigures4 .textinner p.text34{
     left: 375px;
  bottom: 45px;
  font-size: 26px;
  height: 180px;
}

.keyfigures4 .textinner p.text35{
    left: 380px;
    bottom: 40px;
    font-size: 28px;
    height: 200px;
}


.keyfigures4 .textinner p.text36{
    left: 450px;
    bottom: 180px;
    font-size: 58px;
}


.keyfigures4 .textinner p.text37{
    left: 650px;
    bottom: 190px;
    font-size: 38px;
    display: none;
}

.keyfigures4 .textinner p.text38{
    left: 455px;
    bottom: 138px;
    font-size: 38px;
}

.keyfigures4 .textinner p.text39{
    left: 455px;
    bottom: 155px;
    font-size: 21px;
    width: 300px;
}
.keyfigures4 .textinner p.text40{
    left: 815px;
    bottom: 182px;
    font-size: 36px;
}
.keyfigures4 .textinner p.text41{
    left: 670px;
    bottom: 147px;
    font-size: 28px;
    width: 245px;
}
.keyfigures4 .textinner p.text42{
    left: 688px;
    bottom: 124px;
    font-size: 20px;
    width: 180px;
    text-align: right;
}
.keyfigures4 .textinner p.text43{
    left: 456px;
    bottom: 121px;
    font-size: 23px;
    text-align: left;
    width: 280px;
}


   .partersection ul.parteruul li a{
   font-size: 22px;
    }

}


@media screen and (max-width: 1150px){

.areauul li{
    width: calc(50% - 20px) !important;
    margin: 10px !important;
}


        .highlightedpatent1 .highinner .left{
            width: 50%;
        }
        .highlightedpatent1 .highinner .right{
            width: 47%;
        }

         .highlightedpatent1 .highinner .right h3{
            font-size: 22px;
        }

    .keyfiguresinner1 .container .rights .conts{
        flex-direction: column;
    }

    .keyfiguressection5.keyfiguresinner1 .container .rights .conts{
        flex-direction: unset;
    }
    .keyfiguressection5.keyfiguresinner1 .container .rights .conts .left .top h2 {
        font-size: 32px;
    }


    .keyfiguresinner1 .container .rights .conts .left {
    width: 100%;
    }
    .keyfiguresinner1 .container .rights .conts .right {
    width: 100%;
    }

    .keyfiguresinner1 .container .rights .conts .left h1 {
        font-size: 60px;
        color: #fff;
        margin-top: 0px;
    }
    .keyfiguresinner1 .container .rights .conts .left .textdivs{
        padding-left: 0;
    }
    .keyfiguresinner1 .container .rights .conts .left .textdivs nav {
        font-size: 16px;
        color: #fff;
    }
    .keyfiguresinner1 .container .rights .conts .left .textdivs .tagp span{
        font-size: 14px;
    }
    .keyfiguresinner1 .container .rights .conts .left .textdivs .tagp{
        margin-bottom: 30px;
    }

      .keyfiguresinner1 .container .rights .conts .left .textdivs{
        padding-left: 0;
    }
    .keyfiguresinner1 .container .rights .conts .left .textdivs nav {
        font-size: 16px;
        color: #fff;
    }
    .keyfiguresinner1 .container .rights .conts .left .textdivs .tagp span{
        font-size: 14px;
    }
    .keyfiguresinner1 .container .rights .conts .left .textdivs .tagp{
        margin-bottom: 30px;
    }

    .keyfiguresinner1 .container .rights .conts .right ul li .divhover {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 140px;
        margin-bottom: 30px;
    }

    .keyfiguresinner1 .container .rights .conts .right ul li .divhover div {
        width: 100%;
        min-height: 140px;
        background: linear-gradient( 89deg, rgba(240,240,240, 0.95), rgba(230,230,230, 0.75), rgba(215, 215, 215, 0.6), rgba(200, 200, 200, 0.5) );
        border-radius: 10px;
        padding: 15px;
        text-align: left;
        position: relative;
    }
    .keyfiguresinner1 .container .rights .conts .right ul li .divhover div:before {
        content: '';
        position: absolute;
        right: unset;
        top: -34px;
        left: calc(50% - 10px);
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 20px solid rgba(255,255,255,0.5);
    }



    .keyfiguresinner2 .container .rights .conts{
        flex-direction: column;
    }
    .keyfiguresinner2 .container .rights .conts .left {
    width: 100%;
    }
    .keyfiguresinner2 .container .rights .conts .right {
    width: 100%;
    }



    .keyfiguresinner4 .container .rights .conts{
        flex-direction: column;
    }
    .keyfiguresinner4 .container .rights .conts .left {
    width: 100%;
    }
    .keyfiguresinner4 .container .rights .conts .right {
    width: 100%;
    }







    .breadcrumb {
        margin-top: 0 !important;
    }

    #Backdown{
      display: none;
    }

    .visible-xs{display:block !important;}
    .hidden-xs{display:none !important;}
        .headerH{
        overflow: hidden;
        position: relative;
        height: 65px;
    }
    .headeryd{display:flex;justify-content:space-between;align-items:center;height:65px;}
    .headeryd .headright{display:flex;align-items:center;justify-content:space-between;}
    .headeryd .headright  button{border:none;}
    
    .header{
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 65px;
        padding: 0 15px;
        background-color: #383838;
        z-index: 999;
    }

    .header.headmmfild{
          -webkit-box-shadow: 0 3px 10px -1px rgba(0,0,0,.2);
        -moz-box-shadow: 0 3px 10px -1px rgba(0,0,0,.2);
        box-shadow: 0 3px 10px -1px rgba(0,0,0,.2);
    }

    .header .logo{
        overflow: hidden;
        position: relative;
        padding: 10px 0;
       
    }
    .header .logo img{
        max-height: 40px;
    }

    
    .header .menu-on{
        overflow: hidden;
        color: #333;
        z-index: 2;
        cursor: pointer;
    }
    .header .menu-on i{
        font-size: 20px;
        display: block;
        color: #fff;
    }
    .header .menu-on .fa-close{
        display: none;
    }
    .nav-up {
        bottom: -90px;
    }

    .footer .copy{
        flex-direction: column;
        align-items: initial;
    }

    .footer .copy ul{
        margin-top: 20px;
    }


    .tit h1.gred{
            justify-content: flex-start;
            left: 0 !important;
    }



    .keyfigures1 .container .rights .cont{
        flex-direction: column;
    }

    .keyfigures1 .container .rights .cont .left{
        width: 100%;
        margin-bottom: 15px;
    }
    .keyfigures1 .container .rights .cont .right{
        width: 100%;
    }

    .keyfigures3 .container .rights .conts{
        flex-wrap: wrap;
    }
    .keyfigures3 .container .rights .conts ul{
        width: 100%;
    }

    .keyfigures5 .conts{
            flex-direction: column-reverse;
    }

    .keyfigures5 .conts .left{
        width: 100%;
    }

     .keyfigures5 .conts .right{
        width: 100%;
    }

    .keyfigures5 .conts .tab{
         margin-top: 15px;
    }




    .contentdiv3 .inner44 ul li{
       padding: 15px;
    }
    .contentdiv3 .inner44 ul li:after{
         width: 25%;
    }
    .contentdiv3 .inner44 ul li:before{
        width: 25%;
    }


    .keyfiguressection.keyfigures5 .textdiv ul li{
       width: 49%;
    }


    .keyfiguressection4.keyfiguresinner1 .rights .conts h1{
        font-size: 68px;
    }
    .keyfiguressection4.keyfiguresinner1 .rights .conts h2 {
        font-size: 52px;
    }
    .keyfiguressection4.keyfiguresinner1 .container .rights .circlediv li h4 {
        font-size: 36px;
        color: #fff;
        margin-bottom: 15px;
    }
    .keyfiguressection4.keyfiguresinner1 .container .rights .circlediv li p {
        font-size: 18px;
    }

    .keyfiguressection4.keyfiguresinner2 .container .rights .conts .left {
        width: 70%;
        margin-top: 0;
    }
    .keyfiguressection4.keyfiguresinner2 .container .rights .conts .center{
        width: 70%;
        margin: 20px 0 30px 0;
        text-align: center;
    }
     .keyfiguressection4.keyfiguresinner2 .container .rights .conts .center img{
        max-width: 60%;
    }

    .keyfiguressection4.keyfiguresinner2 .container .rights .conts .right {
        width: 70%;
        margin-top: 0;
    }



    .uul11>li{
        width: 80%;
    }

    .uul11>li:nth-of-type(even) {
        margin-left: 20%;
    }

       .keyfiguressection5.keyfiguresinner2 .container .rights .conts ul li {
        width: calc(50% - 15px);
        margin: 7.5px;
        background-color: rgba(54,66,107);
        border-radius: 15px;
        border: 1px solid #cccccc;
        padding: 15px;
        display: block;
    }


        .keyfiguressection5.keyfiguresinner4 .container .tabs{
        overflow-x: scroll !important;
        }

        .keyfiguressection5.keyfiguresinner4 .container .tabs::-webkit-scrollbar {
        width:10px;
        height:10px;
        }

        .keyfiguressection5.keyfiguresinner4 .container .tabs::-webkit-scrollbar-thumb {
        border-radius:15px;
        -webkit-box-shadow:inset 0 0 5px rgba(240,240,240,0.1);
        background:rgba(255, 255, 255, 0.7);
        }
        .keyfiguressection5.keyfiguresinner4 .container .tabs::-webkit-scrollbar-track {
        -webkit-box-shadow:inset 0 0 5pxrgba(240,240,240,0.1);
        background:rgba(255,255,255,0.1);
        }

        .keyfiguressection5.keyfiguresinner4 .container .table7{
        width: 1000px;
        }




.keyfigures4 .textinner{
        margin: 10px 0 10px 0 !important;
}
.keyfigures4 .textinner p{
    font-size: 18px;
}

.keyfigures4 .textinner p.text1{
   left: 0px;
   bottom: 320px;
}
.keyfigures4 .textinner p.text2{
  left: 35px;
  bottom: 320px;
}

.keyfigures4 .textinner p.text3{
  left: 70px;
  bottom: 320px;
}
.keyfigures4 .textinner p.text4{
  left: 105px;
  bottom: 320px;
}


.keyfigures4 .textinner p.text9{
    left: 170px;
    bottom: 480px;
    font-size: 26px;
    font-weight: bold;
}

.keyfigures4 .textinner p.text8{
    left: 140px;
    bottom: 450px;
    font-size: 22px;
    font-weight: bold;
}

.keyfigures4 .textinner p.text5{
  left: 140px;
    bottom: 412px;
    font-size: 30px;
  font-weight: bold;
}
.keyfigures4 .textinner p.text6{
  left: 140px;
     bottom: 365px;
    font-size: 39px;
  font-weight: bold;
}

.keyfigures4 .textinner p.text7{
  left: 140px;
     bottom: 310px;
    font-size: 50px;
  font-weight: bold;
}



.keyfigures4 .textinner p.text10{
   left: 430px;
   bottom: 430px;
}
.keyfigures4 .textinner p.text11{
  left: 465px;
  bottom: 430px;
  font-size: 38px;
}

.keyfigures4 .textinner p.text12{
  left: 515px;
  bottom: 555px;
  font-size: 28px;
}

.keyfigures4 .textinner p.text13{
  left: 510px;
  bottom: 520px;
  font-size: 36px;
}

.keyfigures4 .textinner p.text14{
  left: 515px;
  bottom: 415px;
  font-size: 86px;
}

.keyfigures4 .textinner p.text15{
      left: 580px;
    bottom: 256px;
}
.keyfigures4 .textinner p.text16{
      left: 580px;
    bottom: 256px;
    display: block;
}

.keyfigures4 .textinner p.text17{
        left: 550px;
     bottom: 345px;
}
.keyfigures4 .textinner p.text18{
  left: 520px;
    bottom: 325px;
    font-size: 16px;
}

.keyfigures4 .textinner p.text19{
  left: 0;
  bottom: 95px;
  font-size: 14px;
}

.keyfigures4 .textinner p.text20{
  left: 35px;
  bottom:290px;
  font-size: 40px;
}

.keyfigures4 .textinner p.text21{
  left: 35px;
  bottom: 230px;
  font-size: 54px;
}

.keyfigures4 .textinner p.text22{
    left: 25px;
    bottom: 245px;
    font-size: 60px;
    width: 500px;
}

.keyfigures4 .textinner p.text23{
  left: 695px;
  bottom: 245px;
  font-size: 32px;
}
.keyfigures4 .textinner p.text24{
  left: 735px;
  bottom: 245px;
  font-size: 32px;
}
.keyfigures4 .textinner p.text25{
     left: 518px;
    bottom: 260px;
    font-size: 24px;
}
.keyfigures4 .textinner p.text26{
  left: 815px;
  bottom: 245px;
  font-size: 32px;
}
.keyfigures4 .textinner p.text27{
    left: 547px;
    bottom: 255px;
    font-size: 25px;
}
.keyfigures4 .textinner p.text28{
  left: 890px;
  bottom: 245px;
  font-size: 24px;
}
.keyfigures4 .textinner p.text31{
     left: 28px;
    bottom: 205px;
  font-size: 36px;
  text-align: center;
}
.keyfigures4 .textinner p.text30{
    left: 45px;
    bottom: 162px;
  font-size: 36px;
  text-align: center;
}
.keyfigures4 .textinner p.text29{
  left: 35px;
 bottom: 125px;
  font-size: 30px;
  width: 260px;
  text-align: center;
}

.keyfigures4 .textinner p.text32{
    left: 345px;
    bottom: 145px;
    font-size: 22px;
    text-align: center;
}

.keyfigures4 .textinner p.text33{
  left: 340px;
  bottom: 45px;
  font-size: 24px;
  height: 180px;
}
.keyfigures4 .textinner p.text34{
     left: 375px;
  bottom: 45px;
  font-size: 26px;
  height: 180px;
}

.keyfigures4 .textinner p.text35{
    left: 380px;
    bottom: 40px;
    font-size: 28px;
    height: 200px;
}


.keyfigures4 .textinner p.text36{
    left: 450px;
    bottom: 188px;
   font-size: 50px;
}


.keyfigures4 .textinner p.text37{
    left: 650px;
    bottom: 190px;
    font-size: 38px;
    display: none;
}

.keyfigures4 .textinner p.text38{
    left: 455px;
    bottom: 138px;
    font-size: 38px;
}

.keyfigures4 .textinner p.text39{
    left: 455px;
    bottom: 133px;
    font-size: 22px;
    width: 170px;
}
.keyfigures4 .textinner p.text40{
    left: 815px;
    bottom: 182px;
    font-size: 36px;
}
.keyfigures4 .textinner p.text41{
    left: 670px;
    bottom: 147px;
    font-size: 28px;
    width: 245px;
}
.keyfigures4 .textinner p.text42{
    left: 688px;
    bottom: 124px;
    font-size: 20px;
    width: 180px;
    text-align: right;
}
.keyfigures4 .textinner p.text43{
    left: 456px;
    bottom: 121px;
    font-size: 23px;
    text-align: left;
    width: unset;
    display: none;
}


   .keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left{
    width: 100% !important; 
   }

   .keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .right{
    width: 100% !important; 
   }


/*    .keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left #chart9{
        width: 100% !important;
         height: 480px !important;
    }
   .keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left #chart9>div:nth-child(1){
        width: 100% !important;
         height: 480px !important;
    }
   .keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left #chart9>div:nth-child(1)>canvas{
        width: 100% !important;
         height: 480px !important;
    }*/


/*    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11{
        width: 100% !important;
        height: 450px !important;
    }
    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11>div:nth-child(1){
        width: 100% !important;
        height: 450px !important;
    }
    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11>div:nth-child(1)>canvas{
        width: 100% !important;
        height: 450px !important;
    }*/


}


@media screen and (max-width:1024px) {
   



   .breadcrumb .left {
    width: 45%;
    padding: 0 2% 0 5%;
}

.breadcrumb .bannbg {
    position: absolute;
    right: 0;
    top: 0;
    left: calc(52% - 1px);
    height: 100%;
}
.breadcrumb .left {
    width: 60% !important;
    padding: 0 1% 0 3%;
}

 .keyfiguressection5.keyfiguresinner1 .container .rights .contentdiv2 .container{
   flex-direction: column;
}

 .keyfiguressection5.keyfiguresinner1 .container .rights .contentdiv2 .container .left{
   width: 100%;
}

 .keyfiguressection5.keyfiguresinner1 .container .rights .contentdiv2 .container .right{
     width: 100%;
}


  .uul3 li{
        width: calc(50% - 20px);
        margin: 10px;
 }



.contentdiv1 .uul6 li{
    width: calc(50% - 20px);
    border: 1px solid #C2C2C2;
    margin: 10px;
}

.contentdiv1 .uul6 li nav{
   font-size: 16px;
}

.contentdiv1 .uul6 li p{
   font-size: 18px;
}

.uul17 li{
    width: 50%;
    padding-left: 15px;
}

.uul17 li nav{
    font-size: 16px;
}

.uul17 li p{
    font-size: 18px;
}
.uul177 li{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}




.contentdiv1 .desc h4{
    font-size: 20px;
}

.contentdiv1 .desc p{
    font-size: 16px;
}


.contentdiv1 .uul7 li{
    width: 100%;
    margin: 8px 0;
    padding: 0 0 0 15px;
}
.contentdiv1 .uul7 li:after{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.highlightedpatent1 .tit h2{
    margin: 0;
}
.highlightedpatent1 .tit h1.gred{
    top: 15px;
    justify-content: center;
}

/*.keyfiguressection5.keyfiguresinner5 .container .rights .conts{
    flex-direction: column;
}

.keyfiguressection5.keyfiguresinner5 .container .rights .conts .left{
    width: 100%;
    margin-bottom: 35px;
}
.keyfiguressection5.keyfiguresinner5 .container .rights .conts .right{
    width: 100%;
}
*/



.contentdiv3 .inner44 ul.keyuul4 li{
    width: calc(50% - 30px);
}




}


@media screen and (max-width:992px) {



        .keyfiguressection5.keyfiguresinner2 .conts .itemdiv{
            flex-direction: column;
        }

        .keyfiguressection5.keyfiguresinner2 .conts .itemdiv .item{
            width: calc(100%);
            margin: 7.5px 0;
        }
        .keyfiguressection5.keyfiguresinner2 .conts .itemdiv .item nav{
           font-size: 18px;
           color: #fff;
        }
        .keyfiguressection5.keyfiguresinner2 .conts .itemdiv .item h2{
              font-size:24px;
           color: #fff;
        }
        .keyfiguressection5.keyfiguresinner2 .conts .itemdiv .item p{
              font-size:16px;
           color: #fff;
        }

/*
    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11{
        width: 100% !important;
        height: 400px !important;
    }
    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11>div:nth-child(1){
        width: 100% !important;
        height: 400px !important;
    }
    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11>div:nth-child(1)>canvas{
        width: 100% !important;
        height: 400px !important;
    }*/


   .mincontainer{
    max-width: 94%;
   }
/*   .breadcrumb .left {
        width: 45%;
        padding: 0 1% 0 3%;
    }
*/

    .uul1 .swiper-slide{
        width: calc(33.33% - 20px) !important;
         margin: 7.5px;
    } 


    .uul2 li {
        width: calc(50% - 15px);
        margin: 7.5px;
        padding: 15px;
        display: flex;
        flex-direction: column;
    }

    .uul2 li .boximg{
        width: 100%;
        padding-bottom: 15px;
    }
    .uul2 li .boximg img{
        width: 100%;
    }
    .uul2 li .items{
        width: 100%;
    }

    .filterdiv .left select{
        font-size: 14px;
    }

    .uul2 li h6{
        margin: 10px 0;
    }

    .uul2 li h6 br{
        display: none;
    }

     .inner5 li {
        overflow: hidden;
        width: calc(50% - 15px);
        margin: 7.5px;
    }



    .table6 tr th, .table6 tr td {
        width: 20%;
        text-align: left;
        min-height: unset;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 15px 15px 15px 0;
        font-size: 16px;
    }

    .table6 tr th:nth-child(1), .table6 tr td:nth-child(1) {
        width: 30%;
    }
    .table6 tr th:nth-child(5), .table6 tr td:nth-child(5) {
        width: 10%;
    }


    .keyfigures2section .tab{
        overflow-x: scroll !important;
    }

    .keyfigures2section .tab::-webkit-scrollbar {
    width:10px;
    height:10px;
    }

    .keyfigures2section .tab::-webkit-scrollbar-thumb {
    border-radius:15px;
    -webkit-box-shadow:inset 0 0 5px rgba(240,240,240,0.1);
    background:rgba(255, 255, 255, 0.7);
    }
    .keyfigures2section .tab::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 5pxrgba(240,240,240,0.1);
    background:rgba(255,255,255,0.1);
    }
    .keyfigures2section .table6{
        width: 900px;
    }


    .keyfiguresinner3 .container .rights .conts h6{
        font-size: 18px;
        padding: 15px;
        border-radius: 5px;
        text-align: center;
        line-height: 1.4;
    }

    .keyfiguresinner3 .container .rights .conts{
        width: 100%;
        margin-top: 30px;
    }

    .keyfiguressection4.keyfiguresinner2 .container .rights .conts .left {
        width: 100%;
        margin-top: 0;
    }
    .keyfiguressection4.keyfiguresinner2 .container .rights .conts .center{
        width: 100%;
        margin: 20px 0 30px 0;
        text-align: center;
    }
     .keyfiguressection4.keyfiguresinner2 .container .rights .conts .center img{
        max-width: 80%;
    }

    .keyfiguressection4.keyfiguresinner2 .container .rights .conts .right {
        width: 100%;
        margin-top: 0;
    }

    .keyfiguressection4.keyfiguresinner2 .container .rights .text{
        width: 100%;
    }


    .uul11>li:nth-of-type(even) {
        margin-left: 0%;
    }

    .uul2 li h6{
        margin-top: 20px;
    }

   .keyfiguressection5.keyfiguresinner1 .container .rights .conts .left{
    width: 100%;
    max-width: 100% !important;  
   }
/*   .keyfiguressection5.keyfiguresinner1 .container .rights .conts .right{
    width: 100%;
   }*/


       .keyfiguressection5.keyfiguresinner2 .container .rights .conts ul li {
        width: calc(100% - 15px);
        margin: 7.5px 0;
        background-color: rgba(54,66,107);
        border-radius: 15px;
        border: 1px solid #cccccc;
        padding: 15px;
        display: block;
    }


    .keyfiguressection5.keyfiguresinner5 .container .rights .conts ul li{
        width: calc(41.33% - 30px);
    }

    .keyfiguressection5.keyfiguresinner5 .container .rights .conts ul.uul14 li{
        width: 45%;
    }

    .keyfiguressection5.keyfiguresinner5 .container .rights .conts ul li h4 {
        font-size: 36px;
    }

    .keyfiguressection5.keyfiguresinner5 .container .rights .conts ul li p {
        font-size: 18px;
    }

    .partersection .tit p br{display: none;}

     .partersection ul.parteruul li {
        width: calc(33.33% - 15px);
        margin: 7.5px;
    }

    .keyfiguressection5.keyfiguresinner3 .container .rights .conts{
        flex-direction: column-reverse;
    }
    .keyfiguressection5.keyfiguresinner3 .container .rights .conts .left{
        width: 100%;
    }
     .keyfiguressection5.keyfiguresinner3 .container .rights .conts .right{
        width: 100%;
    }
       .keyfiguressection5.keyfiguresinner3 .container .rights .conts .right ul{
        margin-top: 0;
    }
    .keyfiguressection5.keyfiguresinner3 .container .rights .conts .uul15 li{
        margin: 7.5px 0;
    }

    .keyfiguressection5.keyfiguresinner3 .h44{
        font-size: 24px;
    }

    .keyfiguressection5.keyfiguresinner3 .uul16 li .bgdiv{
        font-size: 20px;
        padding: 10px;
    }
    .keyfiguressection5.keyfiguresinner3 .uul16 li .bgdiv1{
        font-size: 18px;
    }


/*    .keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left #chart9{
        width: 100% !important;
         height: 400px !important;
    }
   .keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left #chart9>div:nth-child(1){
        width: 100% !important;
         height: 400px !important;
    }
   .keyfiguressection4.keyfiguresinner2 .container .rights .conts2 .left #chart9>div:nth-child(1)>canvas{
        width: 100% !important;
         height: 400px !important;
    }*/


}


@media screen and (max-width:940px) {





    .keyfigures4 .textinner {
             min-height: 600px;
            position: relative;
            left: -45px;
    }

    .keyfigures4 .textinner p.text16{
        display: none;
    }

    .keyfigures4 .textinner p.text36 {
        left: 438px;
        bottom: 200px;
        font-size: 38px;
    }

    .keyfigures4 .textinner p.text39 {
       left: 440px;
    bottom: 160px;
    font-size: 17px;
    width: 135px;
    }

    .keyfigures4 .textinner p.text35 {
        left: 375px;
        bottom: 40px;
        font-size: 25px;
        height: 200px;
    }



}



@media screen and (max-width:768px) {

.partersection ul.parteruul li{
    padding: 10px;
}
   .partersection ul.parteruul li a{
     font-size: 18px;
    }

.achievement .tit .container{
    border-top:none;
    margin-top: 30px;
}


.contentdiv3 .inner33 .container .rightuul2 ul li{
       width: 100% !important;
        margin: 10px 0 !important;
}





.contentdiv3 .inner44 ul.keyuul2 li{
     width: 100%;
}
.contentdiv3 .inner44 ul.keyuul4 li{
     width: 100%;
}


    .areauul li{
    width:100% !important;
    margin: 7.5px 0 !important;
}

 .keyfiguressection5.keyfiguresinner1 .container .rights .contentdiv2 .container .right iframe{
     min-height: 300px;
}



.partners ul li{
    width: calc(50% - 20px);
    margin: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
}
.keyfiguressection5.keyfiguresinner1 .container .rights .circlediv li{
    width: 250px;
    height: 250px;
}

         .uul17 li{
            width: 100%;
            padding-left: 0;
            padding-top: 15px;
        }

        .uul177 li{
            margin-bottom: 0;
        }

    .container{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mincontainer{
        max-width: 100%;
    }

    .toTop-arrow{
        right: 3rem;
        bottom: 12rem;
    }
    footer .container a.telephone{
        font-size: 16px;
    }
    .footer .copy p{
        text-align: center;
        font-size: 16px;
        line-height: 1.42;
        color: #fff;
    }

     .footer .copy ul{
        justify-content: center;
     }

    footer .container .footlogo img {
        /*max-width: 70%;*/
        /*padding: 0 10px;*/
        height: unset !important;
    }

    .keyfiguressection3 .container{
        flex-direction: column;
    }

    .keyfiguressection3 .container .lefts{
        width: 100%;
    }

    .keyfiguressection .container{
        flex-direction: column;
    }
    .keyfiguressection .container .lefts{
        width: 100%;
    }  
    .keyfiguressection .container .rights{
        width: 100%;
    }    

    .keyfiguressection .container .lefts ul.leftuul{
        display: none;
    }

    .selectdiv{
        position: relative;
        margin-bottom: 30px;
    }
    .selectdiv select{
        width: 100%;
        padding: 15px 30px 15px 15px;
        border-radius: 50px;
        outline: none;
         -webkit-appearance: none;
         background-color: #fff;
         min-height: 50px;
         color: #000;
    }
    .selectdiv:after{
        content: '';
        position: absolute;
        width: 15px;
        height: 10px;
        background-color: #fff;
        top: 20px;
        right: 3px;    
    }
    .selectdiv:before{
        content: '';
        position: absolute;
        right: unset;
        top: 22px;
        right: 10px;
        width: 0;
        height: 0;
        z-index: 1;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 9px solid #333;
    }



    .keyfiguressection3 .container .rights{
        width: 100%;
    }

    .keyfiguresinner1 .container .rights .conts .left h1 {
        font-size: 42px;
        color: #fff;
        margin-top: 0px;
    }
  

    .breadcrumb{
        display: flex;
        flex-direction: column;
        background-color: unset;
        position: relative;
    }

    .breadcrumb .left{
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        left: 0;
        width: 100% !important;
        padding: 0;
    }
    .breadcrumb .left h3{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .breadcrumb .address li a{
        font-size: 15px;
    }
      .breadcrumb .address{
        flex-direction: column;
     }

    .breadcrumb .left .addressdiv{
        width: calc(100% - 60px);
        padding: 15px 0 15px 15px;
        background-color: #C7DB21;
        display: flex;
        align-items: center;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        border-top-right-radius: 30px;
        position: relative;
        z-index: 99;
        min-height: 100px;
    }

    .breadcrumb .address li a:before{display: none;}
   
    .breadcrumb .bannbg{
        display: block;
        right: 1px;
        top: 0;
        left: unset;
        height: 100%;
        max-height: 123px;
        position: absolute;
    }

    .breadcrumb .right{
        width: 100%;
    }
     .breadcrumb .right img{
        object-fit: cover;
        width: 100%;
        min-height: 220px;
     }

     .selectdiv{
        display: block;
     }


    .keyfiguresinner2 .container .rights .tit h1.gred{
        font-size: 42px;
    }



    .tit{
        position: relative;
        overflow: hidden;
    }
    .tit h2{
        font-size: 28px !important;
        margin-top: 10px;
    }
    .tit h3{
        font-weight: 100;
    }
    .tit h1.white{
        font-size: 42px !important;
    }
    .tit h1.gred{
        font-size: 42px !important;
    }

    .tit h1{
        top: 15px !important;
    }

     .keyfiguresinner2 .container .rights #chart3{
        width: 100% !important;
        height: unset !important;
        max-height: 350px;
    }
    .keyfiguresinner2 .container .rights #chart3>div:nth-child(1){
        width: 100% !important;
        height: 350px !important;
    }
    .keyfiguresinner2 .container .rights #chart3>div:nth-child(1)>canvas{
        width: 100% !important;
        height: 350px !important;
    }

    .keyfiguresinner2 .container .rights #chart4{
        width: 100% !important;
        height: unset !important;
        max-height: 350px;
    }
    .keyfiguresinner2 .container .rights #chart4>div:nth-child(1){
        width: 100% !important;
        height: 350px !important;
    }
    .keyfiguresinner2 .container .rights #chart4>div:nth-child(1)>canvas{
        width: 100% !important;
        height: 350px !important;
    }


/*    .keyfigures5 .conts .right #chart2{
        width: 100% !important;
        height: unset !important;
        height: 350px !important;
    }
    .keyfigures5 .conts .right #chart2>div:nth-child(1){
        width: 100% !important;
        height: 350px !important;
    }
    .keyfigures5 .conts .right #chart2>div:nth-child(1)>canvas{
        width: 100% !important;
        height: 350px !important;
    }*/


    .uul5{
        flex-wrap: wrap;
    }
    .uul5 li{
        width: calc(50% - 15px);
        margin: 7.5px;
    }


    .uul1 .swiper-slide {
        width: calc(50% - 15px) !important;
        margin: 7.5px;
    }


    .uul1 li nav{
        margin: 10px 0;
        padding: 10px;
    }

    .uul2 li{
        width: 100%;
        margin: 7.5px 0;
    }

    .filterdiv{
        flex-direction: column;
        justify-content: flex-start;
    }

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
    margin-right: 0;
}
.bootstrap-select>.dropdown-toggle{
        padding-left: 5px;
}

    .filterdiv .left{
        width: 100%;
        flex-wrap: wrap;
    }

    .filterdiv .left select{
        width: 100%;
        margin: 10px 0;
        max-width: 100% !important;
    }

    .filterdiv .right{
        width: 100%;
    }

    .filterdiv .right .search{
        width: 100%;
        margin-bottom: 15px;
    }

    .filterdiv .right .search form{
        display: flex;
    }

    .filterdiv .right .search form input{
        width: 100%;
    }

    .filterdiv:after{
        left: 0;
    }

  

    .uul1{
        padding-bottom: 40px;
    }
      .uul1 .swiper-slide {
        width: 100% !important;
        margin: 0;
    }
    .uul1 .swiper-pagination{
        width: 100%;
        display: flex;
        justify-content: center;
        bottom: 10px;
    }

    .uul1 .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        margin: 0 2px;
        background-color: #cccccc;
    }

    .uul1 .swiper-pagination-bullet-active{
        background: #fff;
    }

    .swiper-no-swiping{

    }

    .pcimg{
        display: none;
    }
    .mobileimg{
        display: block;
    }

    .keyfigures2 .container .rights .conts{
        text-align: center;
    }



    .keyfigures3 .container .rights .conts ul li p br{
        display: none;
    }



    .keyfigures7 .tab{
        overflow-x: scroll !important;
    }

    .keyfigures7 .tab::-webkit-scrollbar {
    width:10px;
    height:10px;
    }

    .keyfigures7 .tab::-webkit-scrollbar-thumb {
    border-radius:15px;
    -webkit-box-shadow:inset 0 0 5px rgba(240,240,240,0.1);
    background:rgba(255, 255, 255, 0.7);
    }
    .keyfigures7 .tab::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 5pxrgba(240,240,240,0.1);
    background:rgba(255,255,255,0.1);
    }
    .keyfigures7 .table3{
        width: 900px;
    }

     .switchdiv {
        position: absolute;
        right: 0;
        top: unset;
        bottom: 0;
    }




    .contentdiv2 .inner1 .container{
        flex-direction: column;
    }
    .contentdiv2 .inner1 .left,.contentdiv2 .inner1 .right{
        width: 100%;
    }
    .contentdiv2 .inner1 .left{
        margin-bottom: 25px;
    }


    .contentdiv2 .inner2 ul li{
      width: calc(50% - 15px);
        padding: 15px;
    }

    .contentdiv2 .inner2 .marketuul li{
        width: 100%;
  }

  .contentdiv2 .inner3{overflow: hidden;}

 .keyfigures2section .contentdiv2 .filterdiv .right .search{
    width: 100%;
 }

 .keyfigures2section .contentdiv2 .filterdiv .right .search div{
   display: flex;
   justify-content: space-between;
 }



     .inner5 li {
        overflow: hidden;
        width: 100%;
        margin: 7.5px 0;
    }

    .inner4 .swiper-button-next, .inner4 .swiper-button-prev {
        top: 35px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background-color: #1E2C5B;
    }

    .inner4 .swiper-button-next{
        right: 15px;
    }

    .inner4 .swiper-button-prev{
        right: 65px !important;
    }


    .innocentre .container .left h4{
        margin: 25px 0;
    }

    .innocentre .container .left p{
        margin-bottom: 25px;
    }

    .innocentre .container{
        flex-direction: column;
    }

  .innocentre .container .left {
        width: 100%;
        margin-right: 0%;
        /*margin-bottom: 50px;*/
    }

    .innocentre .container .right {
        width: 100%;
    }

    .successes--container .content-left .content-items{
        padding: 20px 0;
    }


    .contentdiv3 .inner33 .container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .contentdiv3 .inner33 .container .left{
        width: 100%;
        margin-bottom: 30px;
    }

  .contentdiv3 .inner33 .container .right{
        width: 100%;
    }

    .contentdiv3 .inner33 .container .left iframe {
        min-height: 350px;
    }


    .contentdiv3 .inner44 ul li{
        width: 100%;
        margin: 15px 0;
        padding: 20px 15px;
    }

    .uul9 li{
        padding: 15px;
        width: 100%;
        margin: 7.5px 0;
    }

    .uul9 li .items .tag{
        font-size: 16px;
    }

    .uul9 li .items .p2{
        width: calc(100% - 45px);
    }

   .keyfiguresinner3 .container .rights .conts .tabdivs{
    flex-direction: column;
   }

    .keyfiguresinner3 .container .rights .conts .tabdivs ul{
        width: 100%;
    }

    .keyfiguressection.keyfigures5 .textdiv ul li{
       width: 100%;
    }

    .keyfiguressection4.keyfiguresinner1 .container .rights .circlediv ul{
        width: 100%;
        justify-content: flex-start;
    }

    .keyfiguressection4.keyfiguresinner1 .container .rights .circlediv li{
        width: 240px;
        height: 240px;
    }

    .keyfiguressection4.keyfiguresinner1 .container .rights .circlediv li:nth-child(2){
        margin-left: 15px;
    }

    .keyfiguressection5.keyfiguresinner2 .container .rights .conts ul{
        justify-content: center;
    }


    .partersection .tit p br{display: none;}

     .partersection ul.parteruul li {
        width: calc(50% - 15px);
        margin: 7.5px;
    }

    .partersection .filterdiv{
        flex-direction: column;
    }

    .partersection .filterdiv .left{
        width: 100%;
        margin-bottom: 35px;
    }

    .partersection .filterdiv .left li{
        margin-right: 15px;
    }


    .partersection .filterdiv .right{
        width: 100%;
        justify-content: space-between;
    }

       .highlightedpatent1 .highinner .left{
            width: 100%;
        }
        .highlightedpatent1 .highinner .right{
            width: 100%;
        }

         .highlightedpatent1 .highinner .right h3{
            font-size: 20px;
        }

        .highlightedpatent1 .highinner .right a.mores1 {
            margin-bottom: 20px;
        }


        .keyfigures4 .textinner {
             min-height: 580px;
            position: relative;
            left: unset;
        }

    .keyfigures1section .uul1 li p{
        height: unset;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }



.keyfiguresinner4 .container .rights #chart5{
    height: 400px !important;
}
#chart1{
    height: 350px !important;
}
#chart2{
    height: 400px !important;
}
#chart8{
    height: 410px !important;
}
 #chart11{
    height: 400px !important;
}

#chart9{
    height: 410px !important;
}


}


@media screen and (max-width:767px) {
  
}


@media screen and (max-width:660px) {

    .partersection ul.parteruul li img{
            max-width: 150px;
             max-height: 135px;
    }

.keyfiguressection5.keyfiguresinner1 .container .rights .circlediv{
    justify-content: center;
}

.keyfiguressection5.keyfiguresinner1 .container .rights .circlediv ul{
    flex-direction: column;
}

.partners ul li{
    width: calc(50% - 15px);
    margin: 7.5px;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
}
.keyfiguressection5.keyfiguresinner1 .container .rights .circlediv li{
    width: 250px;
    height: 250px;
}



  .keyfigures4 .textinner p.text17{
    display: none;
  }
  .keyfigures4 .textinner p.text18{
    display: none;
  }
  .keyfigures4 .textinner p.text27{
    display: none;
  }
  .keyfigures4 .textinner p.text25{
    display: none;
  }
.keyfigures4 .textinner p.text7 {
    left: 140px;
    bottom: 310px;
    font-size: 33px;
    font-weight: bold;
}
.keyfigures4 .textinner p.text6 {
    left: 140px;
    bottom: 350px;
    font-size: 25px;
    font-weight: bold;
}
.keyfigures4 .textinner p.text5 {
    left: 140px;
    bottom: 385px;
    font-size: 20px;
    font-weight: bold;
}
.keyfigures4 .textinner p.text8 {
    left: 140px;
    bottom: 415px;
    font-size: 20px;
    font-weight: bold;
}
.keyfigures4 .textinner p.text9 {
    left: 140px;
    bottom: 467px;
    font-size: 18px;
    font-weight: bold;
}
.keyfigures4 .textinner p.text22 {
    left: 25px;
    bottom: 255px;
    font-size: 43px;
    width: unset;
}
.keyfigures4 .textinner p.text31 {
    left: 28px;
    bottom: 215px;
    font-size: 30px;
    text-align: center;
}
.keyfigures4 .textinner p.text30 {
    left: 45px;
    bottom: 176px;
    font-size: 28px;
    text-align: center;
}
.keyfigures4 .textinner p.text29 {
    left: 35px;
    bottom: 140px;
    font-size: 30px;
    width: 230px;
    text-align: center;
}
.keyfigures4 .textinner p.text32 {
    left: 288px;
    bottom: 153px;
    font-size: 22px;
    text-align: center;
}
.keyfigures4 .textinner p.text35{
    display: none;
}
.keyfigures4 .textinner p.text36 {
    left: 320px;
    bottom: 142px;
    font-size: 32px;
    writing-mode: vertical-lr;
}
.keyfigures4 .textinner p.text39{
    display: none;
}



/*      .keyfiguressection5.keyfiguresinner4 .container .rights #chart11{
        width: 100% !important;
        height: 300px !important;
    }
    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11>div:nth-child(1){
        width: 100% !important;
        height: 300px !important;
    }
    .keyfiguressection5.keyfiguresinner4 .container .rights #chart11>div:nth-child(1)>canvas{
        width: 100% !important;
        height: 300px !important;
    }
*/


.footlogo .logo_container {
    max-width: 200px;
}

footer .container a.telephone {
    padding-left: 15px;
    margin-top: 10px;
}


}




@media screen and (max-width:500px) {
    .section3 .pics ul li .nums {
        top: 25px;
    }

    .keyfigures4 .textinner{
        position: relative;
        left: -15px;
    }


    .uul3 li{
        width: 100%;
        margin: 10px 0;
    }

   .keyfiguressection4.keyfiguresinner1 .container .rights .circlediv ul{
    flex-direction: column;
    align-items: center;
   }


   .keyfiguressection4.keyfiguresinner1 .container .rights .circlediv li{
        width: 320px;
        height: 320px;
    }

    .keyfiguressection4.keyfiguresinner1 .container .rights .circlediv li:nth-child(2){
        margin-left: 15px;
    }

    .keyfiguressection4.keyfiguresinner1 .rights .conts h1 {
        font-size: 48px;
    }
    .keyfiguressection4.keyfiguresinner1 .rights .conts h2 {
        font-size: 38px;
    }


    .keyfiguressection5.keyfiguresinner5 .container .rights .conts ul{
        flex-direction: column;
    }
    .keyfiguressection5.keyfiguresinner5 .container .rights .conts ul li{
        width: 100%;
        margin-bottom: 50px;
    }

    .keyfiguressection5.keyfiguresinner5 .container .rights .conts ul.uul14 li{
        width:  100%;
    }

    .keyfiguressection5.keyfiguresinner5 .container .rights .conts ul li h4 {
        font-size:28px;
    }

    .keyfiguressection5.keyfiguresinner5 .container .rights .conts ul li p {
        font-size: 18px;
    }
    .keyfiguressection5.keyfiguresinner5 .container .rights .conts ul li div {
        position: relative;
        z-index: 9;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-top: 100px;
    }

     .contentdiv1 .uul6 li{
        width: 100%;
        margin: 7.5px 0;
    }

}




@media screen and (max-width:410px) {
     .keyfigures4 .textinner p{
        font-size: 15px;
     }
  .keyfigures4 .textinner p.text17{
    display: none;
  }
  .keyfigures4 .textinner p.text18{
    display: none;
  }
  .keyfigures4 .textinner p.text27{
    display: none;
  }
  .keyfigures4 .textinner p.text25{
    display: none;
  }
.keyfigures4 .textinner p.text7 {
    left: 140px;
    bottom: 310px;
    font-size: 29px;
    font-weight: bold;
}
.keyfigures4 .textinner p.text6 {
    left: 140px;
    bottom: 350px;
    font-size: 21px;
    font-weight: bold;
}
.keyfigures4 .textinner p.text5 {
    left: 140px;
    bottom: 385px;
    font-size: 17px;
    font-weight: bold;
}
.keyfigures4 .textinner p.text8 {
    left: 140px;
    bottom: 415px;
    font-size: 16px;
    font-weight: bold;
}
.keyfigures4 .textinner p.text9 {
      left: 140px;
    bottom: 465px;
    font-size: 15px;
    font-weight: bold;
}
.keyfigures4 .textinner p.text22 {
    left: 25px;
    bottom: 255px;
    font-size: 39px;
    width: unset;
}
.keyfigures4 .textinner p.text31 {
    left: 28px;
    bottom: 215px;
    font-size: 30px;
    text-align: center;
}
.keyfigures4 .textinner p.text30 {
    left: 45px;
    bottom: 176px;
    font-size: 28px;
    text-align: center;
}
.keyfigures4 .textinner p.text29 {
    left: 35px;
    bottom: 140px;
    font-size: 30px;
    width: 230px;
    text-align: center;
}
.keyfigures4 .textinner p.text32 {
    left: 288px;
    bottom: 153px;
    font-size: 22px;
    text-align: center;
}
.keyfigures4 .textinner p.text35{
    display: none;
}
.keyfigures4 .textinner p.text36 {
    left: 320px;
    bottom: 142px;
    font-size: 32px;
    writing-mode: vertical-lr;
}
.keyfigures4 .textinner p.text39{
    display: none;
}

}









.padd100{
  padding-top: 100px;
  padding-bottom: 100px;
}
.padd90{
  padding-top: 90px;
  padding-bottom: 90px;
}
.padd80{
  padding-top: 80px;
  padding-bottom: 80px;
}
.padd70{
  padding-top: 70px;
  padding-bottom: 70px;
}
.padd60{
  padding-top: 60px;
  padding-bottom: 60px;
}
.padd40{
  padding-top: 40px;
  padding-bottom: 40px;
}
.padd30{
  padding-top: 30px;
  padding-bottom: 30px;
}
.padd20{
  padding-top: 20px;
  padding-bottom: 20px;
}
.padd10{
  padding-top: 10px;
  padding-bottom: 10px;
}

.paddtop100{
  padding-top: 100px;
}
.paddtop90{
  padding-top: 90px;
}
.paddtop80{
  padding-top: 80px;
}
.paddtop70{
  padding-top: 70px;
}
.paddtop60{
  padding-top: 60px;
}
.paddtop40{
  padding-top: 40px;
}
.paddtop30{
  padding-top: 30px;
}
.paddtop20{
  padding-top: 20px;
}
.paddtop10{
  padding-top: 10px;
}


.paddbottom100{
  padding-bottom: 100px;
}
.paddbottom90{
  padding-bottom: 90px;
}
.paddbottom80{
  padding-bottom: 80px;
}
.paddbottom70{
  padding-bottom: 70px;
}
.paddbottom60{
  padding-bottom: 60px;
}
.paddbottom40{
  padding-bottom: 40px;
}
.paddbottom30{
  padding-bottom: 30px;
}
.paddbottom20{
  padding-bottom: 20px;
}
.paddbottom10{
  padding-bottom: 10px;
}




@media (max-width: 1440px){
     .padd80{
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .paddtop60{
        padding-top: 40px;
    }
    .padd100{
       padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 960px){
     .padd80{
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .paddtop60{
        padding-top: 30px;
    }

      .padd100{
       padding-top: 60px;
        padding-bottom: 60px;
    }

}




/*
@media (max-width: 960px){

    .padd100{
      padding-top: 80px;
      padding-bottom: 80px;
    }
    .padd90{
      padding-top: 80px;
      padding-bottom: 80px;
    }
    .padd80{
      padding-top: 70px;
      padding-bottom: 70px;
    }
    .padd70{
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .padd60{
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .padd40{
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .padd30{
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .padd20{
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .padd10{
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .paddtop100{
      padding-top: 80px;
    }
    .paddtop90{
      padding-top: 80px;
    }
    .paddtop80{
      padding-top: 70px;
    }
    .paddtop70{
      padding-top: 60px;
    }
    .paddtop60{
      padding-top: 50px;
    }
    .paddtop40{
      padding-top: 30px;
    }
    .paddtop30{
      padding-top: 20px;
    }
    .paddtop20{
      padding-top: 20px;
    }
    .paddtop10{
      padding-top: 10px;
    }


    .paddbottom100{
      padding-bottom: 80px;
    }
    .paddbottom90{
      padding-bottom: 80px;
    }
    .paddbottom80{
      padding-bottom: 70px;
    }
    .paddbottom70{
      padding-bottom: 60px;
    }
    .paddbottom60{
      padding-bottom: 50px;
    }
    .paddbottom40{
      padding-bottom: 30px;
    }
    .paddbottom30{
      padding-bottom: 20px;
    }
    .paddbottom20{
      padding-bottom: 20px;
    }
    .paddbottom10{
      padding-bottom: 10px;
    }

}



@media (max-width: 768px){

    .padd100{
      padding-top: 70px;
      padding-bottom: 70px;
    }
    .padd90{
      padding-top: 70px;
      padding-bottom: 70px;
    }
    .padd80{
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .padd70{
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .padd60{
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .padd40{
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .padd30{
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .padd20{
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .padd10{
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .paddtop100{
      padding-top: 70px;
    }
    .paddtop90{
      padding-top: 70px;
    }
    .paddtop80{
      padding-top: 60px;
    }
    .paddtop70{
      padding-top: 50px;
    }
    .paddtop60{
      padding-top: 40px;
    }
    .paddtop40{
      padding-top: 30px;
    }
    .paddtop30{
      padding-top: 20px;
    }
    .paddtop20{
      padding-top: 20px;
    }
    .paddtop10{
      padding-top: 10px;
    }


    .paddbottom100{
      padding-bottom: 70px;
    }
    .paddbottom90{
      padding-bottom: 70px;
    }
    .paddbottom80{
      padding-bottom: 60px;
    }
    .paddbottom70{
      padding-bottom: 50px;
    }
    .paddbottom60{
      padding-bottom: 40px;
    }
    .paddbottom40{
      padding-bottom: 30px;
    }
    .paddbottom30{
      padding-bottom: 20px;
    }
    .paddbottom20{
      padding-bottom: 20px;
    }
    .paddbottom10{
      padding-bottom: 10px;
    }

}*/


.listdiv .btn-group.bootstrap-select .btn.dropdown-toggle{
    height: 100%;
    display: flex;
    align-items: center;
}

.listdiv .bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: 3px;
    vertical-align: middle;
}