*{
margin:0;
  padding:0;
}
.banner-div {
  position: relative;
height:700px;
  width:100%;
  
}
.slides{
      position: relative;
    /* text-align: center; */

}
.right-div{
  float: right;
  height:700px;
  width:50%;
}
.right-div img{
height:700px;
  width:100%;
  object-fit: cover;
}
.left-div{
      float: left;
    height: 700px;
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
      background: linear-gradient(to left,#098edc,#00ebff);
}
.left-h1{
    font-size: 3.333vw;
    font-family: 'roboto',sans-serif;
    font-weight: 700 !important;
    line-height: 1.2;
    color: #fff;
}
.left-h2{
font-size: 2.500vw;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.9;
      margin-top: 0;
    font-family: 'roboto';
    color: #fff;
display: inline-block;
}
.left-h3{
font-size:16px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.9;
      margin-top: 0;
    font-family: 'roboto';
    color: #fff;
display: inline-block;
}
.div-flex{
     width:25.625vw;
    text-align: left;
    margin: 0 auto;

}
.slides .slide{
transition: all 0ms ease 0s;
    opacity: 1;
}
.banner-div-m{
  width:100%;
  height:100%;
}
.left-3{
 color:#fff;
}
/**移动**/
.left-h1-m{
    font-size: 10.667vw;
    font-family: 'roboto-bold' !important;
    font-weight: 700 !important;
    line-height: 1.2;
    color: #fff;
  margin-top:0 !important;
}
.left-h2-m{
  
   font-size: 8vw;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.9;
      margin-top: 0;
    font-family: 'roboto';
    color: #fff;
display: inline-block;
}
.slideqq {
    position: relative;
    width: 100%;
    font-family: Arial;
    color: #fff;
    overflow: hidden;
}
.slideqq ul {
    margin: 2.667vw 0;
    padding: 0;
    width: calc(100vw * 4);
    transition: all .5s;
    overflow: hidden;
}
.slideqq li {
    float: left;
    width: 25%;
    list-style: none;
    font-size: 13.333vw;
    color: #fff;
}
.slideqq li:nth-child(1) {
}
.slideqq li:nth-child(2) {
}
.slideqq li:nth-child(3) {
}
.slideqq li:nth-child(4) {
}
.slideqq input[name="button"] {
    display: none;

}

.slideqq label[for^="button"] {
    position: absolute;
    top:164px;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    line-height: 20px;
    color: #fff;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    transition: .3s;
}
.slideqq label[for="button1"] {
    left: 30%;
}
.slideqq label[for="button2"] {
    left: 40%;
}
.slideqq label[for="button3"] {
    left: 50%;
}
.slideqq label[for="button4"] {
    left: 60%;
}
#button1:checked ~ul {
    margin-left: 0;
}
#button2:checked ~ul {
    margin-left: -100vw;
}
#button3:checked ~ul {
    margin-left: -200vw;
}
#button4:checked ~ul {
    margin-left:-300vw;
}
#button1:checked ~ label[for="button1"] {
    background: rgb(255,80,0);
}
#button2:checked ~ label[for="button2"] {
    background: rgb(255,80,0);
}

#button3:checked ~ label[for="button3"] {
    background: rgb(255,80,0);
}
#button4:checked ~ label[for="button4"] {
    background: rgb(255,80,0);
}
.span-1 {
  height: 100%;
    width: 100%;
    display: inline-block;
    font-size: 6.400vw;
    text-align: center;
  font-size:16px;
}
.span-2 {
  height: 100%;
    width: 100%;
    display: inline-block;
    font-size: 6.400vw;
    text-align: center;
  font-size:16px;
}
.span-3 {
  height: 100%;
    width: 100%;
    display: inline-block;
    font-size: 6.400vw;
    text-align: center;
  font-size:16px;
}
.span-4 {
  height: 100%;
    width: 100%;
    display: inline-block;
    font-size: 6.400vw;
    text-align: center;
  font-size:16px;
}
.right-div-m{
  width:100%;
   background: linear-gradient(to left,#098edc,#00ebff);
}

.right-div-m img{
  width:100%;
}
.row{
margin-right: 0 !important;
  margin-left: 0 !important;
}
/* .comments-rendered.comment {
  padding-bottom:10px
} */
.comments-rendered.comment {
padding-bottom:10px !important;
  z-index:10000;
}