@charset "utf-8";
#inc10 {
  padding: 120px 0 120px;
  /*background: url(./img/bg.png) left top no-repeat*/
}
#inc10 .tit_area {
  margin-bottom: 50px;
  text-align: center
}
#inc10 .tit_area p {
  margin-bottom: 7px;
  font-size: 40px;
  font-weight: 600;
}
#inc10 .tit_area .brand {
  margin-bottom: 30px;
  line-height: 1.5;
}
#inc10 .controls {
  position: absolute;
  left: 50%;
  top: 200px;
  transform: translateX(-50%);
  width: 1000px;
  color: #111
}
#inc10 .controls .arr {
  opacity: 0; /*.3*/
  position: absolute;
  cursor: pointer;
  transition: all .2s
}
#inc10 .controls .arr.prev {
  left: -55px
}
#inc10 .controls .arr.next {
  right: -58px
}
#inc10 .controls .arr svg {
  width: 62px;
  height: 62px
}
#inc10 .controls .arr:hover {
  opacity: 1
}
#inc10 ul li {
  width: 1000px
}
#inc10 ul li .txt {
  opacity: 0;
  position: relative;
  z-index: 1;
  float: right;
  width: 100%;
  /*  margin: -45px -1px 0 0;*/
  padding: 40px 0px 0;
  background: #fff;
  transition: all .3s;
  display: flex;
  justify-content: space-between;
}
#inc10 ul li .smallbox {
  position: absolute;
  z-index: 9999;
  right: 0px;
  bottom: 149px;
  background: #fff;
  padding: 20px 0px 0px 20px;
}
#inc10 ul li .txt .leftbox {
  width: 60%;
}
#inc10 ul li .txt .leftbox div {
  /*white-space: pre-line;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
}
#inc10 ul li .txt .leftbox p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}
#inc10 ul li.on .txt {
  opacity: 1;
  /*margin-top: -95px*/
}
#inc10 .view_btn {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  padding-left: 78px;
  font-size: 14px;
  line-height: 58px;
  transition: all .3s;
}
#inc10 .view_btn:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  height: 58px;
  border-radius: 30px;
  content: '';
  z-index: -1;
  background: var(--primary);
  transition: all .3s
}
#inc10 .view_btn span {
  position: absolute;
  left: 26px;
  top: -1px;
  font-size: 8px;
  color: #fff;
  transition: all .3s
}
#inc10 .view_btn span:before {
  position: absolute;
  left: -18px;
  top: 28px;
  width: 20px;
  height: 2px;
  opacity: 0;
  content: '';
  background-color: #fff;
  transition: all .3s
}
#inc10 .view_btn:hover:before {
  width: 190px
}
#inc10 .view_btn:hover {
  color: #fff;
  margin-right: 30px;
}
#inc10 .view_btn:hover span {
  left: 45px
}
#inc10 .view_btn:hover span:before {
  left: -15px;
  opacity: 1
}
#inc10 .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
#inc10 .tabs span {
  opacity: 1;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 0;
  font-weight: 600;
  font-size: 17px;
  /*color: #00182d;*/
  background: rgba(0,24,45,0.4);
  letter-spacing: 1px;
  transition: all .3s;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  /*border-bottom: #fff 3px solid;*/
  /*padding-bottom: 10px;*/
}
#inc10 .swiper-pagination-bullet {
  background: #00182d;
  opacity: .2;
}
#inc10 .tabs span svg {
  margin-right: 5px;
  height: 16px;
  fill: #666;
}
#inc10 .tabs span svg .b {
  stroke: #666;
}
#inc10 .tabs span + span {
  margin-left: 10px
}
#inc10 .tabs span:after {
  /*  opacity: 0;
  content: "";
  position: absolute;
  right: -11px;
  top: -2px;
  transform: translateY(-15px);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--primary);
  transition: all .8s var(--timing)*/
}
#inc10 .tabs span:not(.on):hover {
  color: #007aff
}
#inc10 .tabs span:not(.on):hover svg {
  fill: #007aff
}
#inc10 .tabs span.on {
  color: var(--maincolor);
  background: var(--maincolor);
  width: 20px;
  /*border-bottom: var(--primary) 3px solid;*/
  /*padding-bottom: 10px;*/
}
#inc10 .tabs span.on svg {
  fill: var(--primary);
}
#inc10 .tabs span.on:after {
  opacity: 1;
  transform: translateY(0)
}

#inc10 ul li img{width: 100%; display: block;}

@media screen and (max-width:1000px) {
  #inc10{padding: 60px 0;}
#inc10 ul li{width: 100%;}
#inc10 ul li img{max-width: 100%;}
#inc10 ul li .txt{float: none; display: block; width: 90%; margin: 0 auto;}
#inc10 ul li .txt .leftbox{width: 100%;}
}
@media screen and (max-width:768px) {
  #inc10 .tit_area p{font-size: 30px;}

}