/* #index-body {
  background: url(../images/bg.png);
} */
#index-body .i-partner {
  background: url(../images/partner-bg.png) no-repeat center top;
  overflow: hidden;
  padding: 210px 0 155px;
  margin-top: -190px;
  z-index: 6;
  position: relative;
  background-size: contain;
}
#index-body .i-partner .ui.container {
  z-index: 3;
}
#index-body .i-partner ul {
  margin: -20px;
}
#index-body .i-partner ul li {
  padding: 20px;
}
#index-body .i-partner ul li img {
  margin: auto;
}
#index-body .i-partner .img1 {
  position: absolute;
  left: 0;
  top: 23%;
  width: 167px;
  height: 203px;
  background: url(../images/partner-img1.png) no-repeat;
}
#index-body .i-partner .img2 {
  position: absolute;
  right: 0%;
  top: -10%;
  width: 180px;
  height: 234px;
  background: url(../images/partner-img2.png) no-repeat;
}
#index-body .i-product {
  background: url(../images/product-bg.jpg) no-repeat;
  padding-top: 88px;
  padding-bottom: 100px;
  position: relative;
}
#index-body .i-product .ui.container {
  z-index: 3;
}
#index-body .i-product .i-title {
  text-align: center;
  margin-bottom: 60px;
}
#index-body .i-product .i-title em {
  color: #fff500;
}
#index-body .i-product .txt {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 26px auto 83px;
}
#index-body .i-product ul {
  margin: -20px;
}
#index-body .i-product ul li {
  padding: 15px 10px;
}
#index-body .i-product ul li .box {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#index-body .i-product ul li .box .img-box img {
  width: auto;
  margin: auto;
}
#index-body .i-product ul li .box .content {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 15px 20px 20px;
}

#index-body .i-product ul li .box .content .title {
  display: block;

  font-size: 18px;

  margin-bottom: 15px;

  font-family: var(--font);

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;
}

#index-body .i-product ul li .box .content .mores {
  color: var(--color);
}

#index-body .i-product ul li .box:hover .content {
  background: var(--color);

  color: white;
}

#index-body .i-product ul li .box:hover .content .mores {
  color: white;
}

#index-body .i-product .btn {
  margin-top: 80px;

  display: flex;

  justify-content: center;
}

#index-body .i-product .img1 {
  position: absolute;

  left: 0;

  top: 40%;

  width: 164px;

  height: 231px;

  background: url(../images/product-icon1.png) no-repeat;
}

#index-body .i-product .img2 {
  position: absolute;

  left: 3%;

  top: 48%;

  width: 184px;

  height: 189px;

  background: url(../images/product-left-img.png) no-repeat;
}

#index-body .i-product .img3 {
  position: absolute;

  right: 2%;

  top: 49%;

  width: 231px;

  height: 224px;

  background: url(../images/product-icon2.png) no-repeat;
}

#index-body .i-product .img4 {
  position: absolute;

  left: 0%;

  bottom: -12%;

  width: 208px;

  height: 303px;

  background: url(../images/about-icon1.png) no-repeat;
}

#index-body .i-product .img5 {
  position: absolute;

  right: 2%;

  bottom: -13%;

  width: 347px;

  height: 339px;

  background: url(../images/about-icon2.png) no-repeat;
}

#index-body .i-about {
  z-index: 3;

  position: relative;
}

#index-body .i-about .ui.container {
  max-width: 100%;

  padding: 0;
}

#index-body .i-about .wrap {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(50%, var(--color)),
    color-stop(50%, transparent)
  );

  background: -webkit-linear-gradient(
    right,
    var(--color) 50%,
    transparent 50% 100%
  );

  background: -moz-linear-gradient(
    right,
    var(--color) 50%,
    transparent 50% 100%
  );

  background: linear-gradient(to left, var(--color) 50%, transparent 50% 100%);
}

#index-body .i-about .wrap .left {
  padding-left: 20px;
}

#index-body .i-about .wrap .right {
  background: var(--color);
  color: white;
  padding: 50px 50px 50px 50px;
}
#index-body .i-about .wrap .right .public-btn{
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

#index-body .i-about .wrap .right .content {
  font-size: 16px;

  line-height: 36px;

  margin: 13px 0 42px;

  opacity: 0.8;

  max-height: 206px;

  overflow-y: auto;
}

#index-body .i-about .wrap .right .more {
  border: 1px solid white;
}

#index-body .i-about .wrap .right .more::after {
  background: white;
}

.font-60 {
  font-size: 60px;
}

#index-body .i-about .wrap .right .more:hover {
  border-color: transparent;
}

#index-body .i-why {
  position: relative;

  padding-top: 130px;

  padding-bottom: 100px;
}

#index-body .i-why .ui.container {
  z-index: 3;
}

#index-body .i-why .i-title {
  text-align: center;

  margin-bottom: 47px;
}

#index-body .i-why ul {
  margin: -20px -43px;
}

#index-body .i-why ul li {
  padding: 20px 43px;

  text-align: center;
}

#index-body .i-why ul li .title {
  font-size: 24px;

  color: rgba(255, 255, 255, 0.8);

  background: var(--color);

  border-radius: 50px 50px 0 0;

  padding: 15px 0;

  margin: 17px 0 24px;
}

#index-body .i-why ul li .des {
  font-size: 18px;

  line-height: 36px;

  opacity: 0.77;
}

#index-body .i-why .img1 {
  position: absolute;

  left: 15px;

  top: -2%;

  width: 267px;

  height: 303px;

  background: url(../images/why-icon1.png) no-repeat;
}

#index-body .i-why .img2 {
  position: absolute;

  right: 15px;

  top: 4%;

  width: 233px;

  height: 218px;

  background: url(../images/why-icon2.png) no-repeat;
}

#index-body .i-why .img3 {
  position: absolute;

  right: 0px;

  top: 53%;

  width: 179px;

  height: 261px;

  background: url(../images/why-icon3.png) no-repeat;
}

#index-body .i-why .img4 {
  position: absolute;

  left: 45px;

  top: 96%;

  width: 288px;

  height: 236px;

  background: url(../images/why-icon4.png) no-repeat;
}

#index-body .i-news {
  position: relative;

  padding: 90px 0 140px;
}

#index-body .i-news .ui.container {
  z-index: 4;
}

#index-body .i-news .i-title {
  text-align: center;

  margin-bottom: 55px;
}

#index-body .i-news ul {
  margin: -25px;
}

#index-body .i-news ul li {
  padding: 25px;
}

#index-body .i-news ul li .img-box {
  overflow: hidden;

  border-radius: 50px 50px 0 0;
}

#index-body .i-news ul li .content {
  background: white;

  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);

  z-index: 3;

  position: relative;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

  padding: 40px 30px 50px;

  border-radius: 0 10px 0 0;
}

#index-body .i-news ul li .content .time {
  font-size: 16px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

#index-body .i-news ul li .content .time i {
  display: inline-block;

  width: 60px;

  height: 2px;

  background: #606060;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

  vertical-align: middle;

  margin-left: 40px;
}

#index-body .i-news ul li .content .title {
  display: block;

  font-size: 18px;

  line-height: 30px;

  font-family: var(--font);

  margin: 27px 0 20px;
}

#index-body .i-news ul li .content a.mores {
  font-size: 14px;

  color: var(--color);
}

#index-body .i-news ul li:hover .content {
  background: var(--color);

  color: white;
}

#index-body .i-news ul li:hover .content .time i {
  background: white;

  margin-left: 20px;
}

#index-body .i-news ul li:hover .content .mores {
  color: white;
}

#index-body .i-news .img1 {
  position: absolute;

  right: 0;

  top: -10%;

  width: 246px;

  height: 575px;

  background: url(../images/news-right-img.png) no-repeat;

  z-index: 1;
}

#index-body .i-news .img2 {
  position: absolute;

  left: 5%;

  bottom: 7%;

  width: 231px;

  height: 223px;

  background: url(../images/news-icon1.png) no-repeat;
}

#index-body .i-news .img3 {
  position: absolute;

  right: 0%;

  bottom: 18%;

  width: 320px;

  height: 344px;

  background: url(../images/news-icon2.png) no-repeat;
}

@media screen and (max-width: 1630px) {
  #index-body .i-partner {
    margin-top: -140px;
  }

  #index-body .i-about .wrap .right {
    padding: 35px 70px;
  }
}

@media screen and (max-width: 1500px) {
  ndex-body .i-partner {
    padding: 180px 0 120px;
  }
}

@media screen and (max-width: 1400px) {
  #index-body .i-about .wrap .right .content {
    max-height: 200px;

    overflow: auto;
  }

  #index-body .i-about .wrap .right {
    padding: 35px 50px;
  }
}

@media screen and (max-width: 1200px) {
  #index-body .i-product ul li .box .content {
    padding: 15px 20px 25px;
  }

  #index-body .i-product ul li .box {
    border-radius: 25px;
  }

  #index-body .i-why ul li .title {
    font-size: 20px;

    padding: 11px 0;
  }

  #index-body .i-news ul li {
    padding: 15px;
  }

  #index-body .i-news ul {
    margin: -15px;
  }

  #index-body .i-news ul li .content {
    padding: 25px 20px 20px;

    border-radius: 0 34px 0 0;
  }

  #index-body .i-news ul li .content .time {
    font-size: 15px;
  }

  #index-body .i-news ul li .img-box {
    border-radius: 34px 34px 0 0;
  }

  #index-body .i-product ul li .box .content .title {
    font-size: 20px;
  }

  #index-body .i-about .wrap .right .content {
    font-size: 16px;

    line-height: 32px;
  }
}

@media screen and (max-width: 1000px) {
  #index-body .i-partner {
    margin-top: -45px;
  }
  #index-body .i-partner {
    padding: 110px 0 60px;
  }

  #index-body .i-about .wrap {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    background: transparent;
  }

  #index-body .i-about .wrap .left {
    width: 100%;
  }

  #index-body .i-about .wrap .right {
    width: 100%;
  }

  #index-body .i-why .img1 {
    top: 3%;

    background-size: 60%;
  }

  #index-body .i-why .img2,
  #index-body .i-product .img3,
  #index-body .i-product .img5,
  #index-body .i-why .img3,
  #index-body .i-news .img1,
  #index-body .i-news .img3,
  #index-body .i-partner .img2 {
    background-size: 60%;

    background-position: right;
  }

  #index-body .i-news .img2,
  #index-body .i-why .img4,
  #index-body .i-product .img4,
  #index-body .i-partner .img1 {
    background-size: 60%;

    background-position: left;
  }

  .font-60 {
    font-size: 36px;
  }

  #index-body .i-why {
    padding-top: 70px;
  }

  #index-body .i-why ul li {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  #index-body .i-partner {
    padding: 50px 0 30px;
  }

  #index-body .i-partner .img2 {
    top: -62%;

    background-size: 40%;
  }

  #index-body .i-partner .img1 {
    top: 10%;
  }

  #index-body .i-partner ul {
    margin: -5px;
  }

  #index-body .i-partner ul li {
    padding: 5px;
  }

  #index-body .i-product {
    padding-top: 45px;
  }

  #index-body .i-product .txt {
    margin: 15px 0 25px;
  }

  #index-body .i-about .wrap .right {
    padding: 35px 15px;
  }

  #index-body .i-why {
    padding-bottom: 20px;
  }

  #index-body .i-why ul li .title {
    font-size: 16px;

    border-radius: 20px 20px 0 0;

    min-height: 75px;

    display: flex;

    justify-content: center;

    align-items: center;
  }

  #index-body .i-why ul li .des {
    font-size: 16px;

    line-height: 30px;
  }

  #index-body .i-why ul li {
    padding: 8px;
  }

  #index-body .i-why ul {
    margin: -8px;
  }

  #index-body .i-why ul li img {
    width: 50px;
  }

  #index-body .i-news {
    padding-bottom: 65px;
    padding-top: 0;
  }

  #index-body .i-news ul li .content .time i {
    display: none;
  }

  #index-body .i-news ul li {
    padding: 8px;
  }

  #index-body .i-news ul {
    margin: -8px;
  }

  #index-body .i-news ul li .content .title {
    display: block;

    font-size: 14px;

    line-height: 2;

    font-family: var(--font);

    margin: 8px 0 6px;

    min-height: 66px;
  }

  #index-body .i-news ul li .content {
    padding: 18px 10px 20px;

    border-radius: 0 25px 0 0;
  }

  /*#index-body .i-news ul li .content {
    margin-top: -40px;
  }*/

  #index-body .i-news .i-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  #index-body .i-partner {
    margin-top: -20px;
  }

  #index-body .i-product .txt {
    font-size: 16px;
  }

  #index-body .i-product {
    background-size: auto 38%;
  }

  #index-body .i-product ul li .box {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);

    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  }

  #index-body .i-product ul li .box .content .title {
    font-size: 15px;

    min-height: 90px;

    line-height: 30px;
  }

  #index-body .i-why .img2,
  #index-body .i-product .img5,
  #index-body .i-product .img1,
  #index-body .i-product .img2 {
    opacity: 0;
  }

  #index-body .i-news .img1 {
    background-size: 38%;

    top: -49%;
  }

  #index-body .i-product ul {
    margin: -5px;
  }

  #index-body .i-product ul li {
    padding: 5px;
  }

  #index-body .i-about .wrap .left img {
    border-radius: 20px 20px 0 0;
  }

  #index-body .i-about .wrap .left {
    padding: 0 15px;
  }

  #index-body .i-about .wrap {
    background: -webkit-linear-gradient(
      top,
      var(--color) 80%,
      transparent 80% 100%
    );

    background: -moz-linear-gradient(
      top,
      var(--color) 80%,
      transparent 80% 100%
    );

    background: linear-gradient(to top, var(--color) 80%, transparent 80% 100%);
  }

  #index-body .i-about .wrap .right {
    padding: 35px 25px;
  }
}
