* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

.boxul {
  list-style: none;
}

.bigBox {
  width: 100%;
  height: 290px;
  margin: 0 auto;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
}

.bigBox .boxul {
  padding-right: 10px;
}

.bigBox .boxul .boxli {
  width: 100px;
  height: 100px;
  background: #ffffff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  transition: all 0.7s ease 0s;
  text-align: center;
  font-size: 12px;
}

.bigBox .boxul .boxli:hover {
  background-color: rgba(135, 207, 235, 0.363);
  cursor: pointer;
}
.bigBox .boxul .xian {
  width: 100%;
  background: #fff;
}
.bigBox .boxul .xian > div {
  border-bottom: 1px solid #f3f3f3;
  width: 90%;
  margin: 0 auto;
}
.bigBox .boxul .boxli img {
  width: 30px;
  height: 30px;
}

.box {
  width: 100%;
  height: 269px;
  overflow: hidden;
  border-radius: 5px;
}

.box > div {
  width: 100%;
  height: 100%;
  text-align: center;
}

.active {
  color: #4d7bef;
}

.ui-banner-slogans li {
  position: relative !important;
  line-height: 40px;
}

.ui-banner-slogans li .xianee {
  width: 95%;
  border-bottom: 1px solid #bebebe44;
  margin: 0 auto;
}

.box .ui-banner-slogans li::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 10px !important;
  transform: translateY(-50%) !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 5px 0 5px 5px !important;
  border-color: transparent transparent transparent #dadada !important;
}

.box .ui-banner-arrow {
  display: none !important;
}

@media only screen and (max-width: 1000px) {
  .bigBox .boxul .xian {
    display: none;
  }
  body {
    background: #ffffff !important;
  }

  body .headertitle {
    width: 100%;
    padding: 0 5%;
  }

  .center {
    width: 90% !important;
  }

  .bigBox .boxul .boxli .tabtitle {
    display: flex;
    padding: 25px;
  }

  .bigBox .boxul .boxli .tabtitle .tabtitles {
    margin-left: 10px;
    font-size: 30px;
  }

  .headertitle .gd {
    display: none;
  }

  .bigBox {
    display: block !important;
    margin: 0 !important;
    height: 450px;
  }

  .bigBox .boxul {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #0000005e;
  }

  .ui-banner .ui-banner-slides {
    display: none;
    width: 0 !important;
  }

  .ui-banner .ui-banner-slogans {
    width: 100% !important;
    height: 400px !important;
  }

  .ui-banner .ui-banner-slogans,
  .ui-bnnerp p {
    font-size: 30px !important;
  }
  .ullinehover {
    margin: 0 !important;
    height: 62px;
  }
  p {
    line-height: 50px !important;
  }

  .ui-banner .ui-banner-slides,
  .ui-banner .ui-banner-slogans,
  .ui-banner .ui-banner-arrow {
    position: relative !important;
  }

  .ui-banner-slogans li {
    width: 100%;
  }

  .box {
    height: 450px;
  }

  .box .ggd {
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    padding-top: 20px;
  }

  .box .ggd .tit4 {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .floatRight {
    margin-top: 15px;
  }

  .bigBox .boxul {
    display: flex !important;
    justify-content: center !important;
    padding: 15px !important;
  }
  .bigBox .boxul .boxli {
    width: auto !important;
    height: auto !important;
    align-items: center !important;
    border-radius: 5px !important;
    transition: all 0.7s ease 0s !important;
    text-align: center !important;
    list-style-type: none !important;
  }
  .bigBox .boxul .active .tabtitle {
    background: #2552e1 !important;
    color: #fff !important;
  }
  .bigBox .boxul .boxli .tabtitle {
    display: flex !important;
    padding: 20px 40px !important;
    border-radius: 0px 5px 5px 0px !important;
    background: #e9e9e9 !important;
    color: #8e8e8e !important;
    font-size: 2rem !important;
  }
  .bigBox .boxul .boxli .tabtitle img {
    width: 2rem !important;
    height: 2rem !important;
    margin-right: 8px !important;
  }
  .bigBox .boxul .boxli .tabtitle .carimg1 {
    content: url("/img/5-1.png") !important;
  }
  .bigBox .boxul .boxli .tabtitle .carimg2 {
    content: url("/img/6-1.png") !important;
  }
  .bigBox .boxul .active .tabtitle .carimg1 {
    content: url("/img/22222.png") !important;
  }
  .bigBox .boxul .active .tabtitle .carimg2 {
    content: url("/img/111.png") !important;
  }
  .bigBox .boxul .boxli .cartitle1 {
    border-radius: 5px 0 0 5px !important;
  }
  .bigBox .boxul .boxli .cartitle2 {
    border-radius: 0 5px 5px 0 !important;
  }
  .bigBox .boxul .active .tabtitle {
    background: #2552e1 !important;
    color: #fff !important;
  }
}
@media only screen and (min-width: 1600px) {
  .bigBox,
  .ui-banner .ui-banner-slogans,
  .box {
    height: 344px !important;
  }
  .ui-banner .ui-banner-slides {
    width: 49% !important;
  }
}

@media only screen and (min-width: 1920px) {
  .ui-banner .ui-banner-slides {
    width: 36% !important;
  }
  .ui-banner .ui-banner-slogans {
    width: 63% !important;
  }
}
