/*
    @email: 1152131538@qq.com;
    @作者: 汤武;
    @公司: 昆明竹鹿科技有限公司;
*/

.index-content .index-banner {
  position: relative;
}
.index-content .index-banner .swiper-container {
  width: 100%;
  /*height: 500px;*/
}
.index-content .index-banner .swiper-container .swiper-slide .bj {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.index-content .index-banner .swiper-container .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.index-content .index-banner .swiper-container .swiper-slide:nth-child(4n - 2) .text h2{
  color: #fff;
}
.index-content .index-banner .swiper-container .swiper-slide .text h2 {
  color: #f9891c;
  font-size: 2.25rem;
  opacity: 0;
  transform: translateY(-20px);
  transition: 0.8s ease;
  transition-delay: 0.3s;
}
.index-content .index-banner .swiper-container .swiper-slide .text h3 {
  margin-top: 10px;
  font-size: 1.25rem;
  color: #fff;
  opacity: 0;
  transform: translateY(-20px);
  transition: 0.8s ease;
  transition-delay: 0.6s;
}
.index-content .index-banner .swiper-container .swiper-slide-active .text h2 {
  opacity: 1;
  transform: translateY(0);
}
.index-content .index-banner .swiper-container .swiper-slide-active .text h3 {
  opacity: 1;
  transform: translateY(0);
}
.index-content .index-banner .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 50%;
  transform: translate(-100%, 50%);
  left: 100%;
  width: auto;
  text-align: right;
  padding-right: 10%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-end;
}
.index-content .index-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
  background: #fff;
  border-radius: 0;
  width: 15px;
  height: 6px;
  margin-bottom: 8px;
  opacity: 1;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.index-content .index-banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
}
.index-content .index-banner .go-down {
  position: absolute;
  left: 0%;
  bottom: 0;
  z-index: 10;
  padding-right: 0;
  text-align: center;
}
.index-content .index-banner .go-down .btn {
  width: 70px;
  height: 70px;
  text-align: center;
  justify-content: center;
  background: #f9891c;
  color: #fff;
  border-radius: 70px;
}
.index-content .index-banner .go-down .iconfont {
  display: inline-block;
  transform: rotate(180deg);
  font-size: 36px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
  transition: 0.3s ease;
  position: relative;
  top: 0;
}
.index-content .index-banner .go-down:hover .iconfont {
  top: 8px;
}
.index-content .index-introduction {
  padding: 8rem 0;
  background: #e4ebf2;
}
.index-content .index-introduction .index-introduction-main .r {
  width: 60%;
  position: relative;
}
.index-content .index-introduction .index-introduction-main .r .video {
  width: 70%;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.index-content .index-introduction .index-introduction-main .r .video i {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
  z-index: 3;
}
.index-content .index-introduction .index-introduction-main .r .video.img::after{
  display: none;
}
.index-content .index-introduction .index-introduction-main .r .video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  /*display: none;*/
}
.index-content .index-introduction .index-introduction-main .r .bj {
  position: absolute;
  width: 70%;
  height: 30vh;
  bottom: 0;
  right: 0;
  background: #ceddef;
}
.index-content .index-introduction .index-introduction-main .r .video-poup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.index-content .index-introduction .index-introduction-main .r .video-poup .mask {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.index-content .index-introduction .index-introduction-main .r .video-poup .main {
  position: absolute;
  width: 600px;
  height: 400px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.index-content .index-introduction .index-introduction-main .r .video-poup .main video {
  width: 100%;
  height: 100%;
}
.index-content .index-introduction .index-introduction-main .r .video-poup .main i {
  font-size: 24px;
  color: red;
  position: absolute;
  top: 0px;
  right: -30px;
  z-index: 1;
  cursor: pointer;
  transition: 0.4s;
}
.index-content .index-introduction .index-introduction-main .r .video-poup .main i:hover {
  transform: rotate(180deg);
}
.index-content .index-business {
  background-image: url(../img/index/business_bj.jpg);
  background-size: cover;
  background-position: center;
  padding: 8rem 0;
}
.index-content .index-business .index-business-main .l .business-btn {
  margin-bottom: 20px;
}
.index-content .index-business .index-business-main .l .business-btn a {
  display: inline-block;
  padding: 16px 20px;
  color: #fff;
  font-size: 1rem;
  background: #0d5ed7;
  transition: 0.3s ease;
}
.index-content .index-business .index-business-main .l .business-btn a:hover,
.index-content .index-business .index-business-main .l .business-btn a.active {
  background: #f9891c;
}
.index-content .index-business .index-business-main .l .text {
  display: none;
}
.index-content .index-business .index-business-main .l .text.active {
  display: block;
}
.index-content .index-business .index-business-main .r {
  position: relative;
  width: 60%;
  padding: 0 80px;
}
.index-content .index-business .index-business-main .r .swiper-container {
  width: 100%;
}
.index-content .index-business .index-business-main .r .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.index-content .index-business .index-business-main .r .swiper-container .swiper-wrapper .swiper-slide a .img {
  overflow: hidden;
}
.index-content .index-business .index-business-main .r .swiper-container .swiper-wrapper .swiper-slide a .img img {
  transition: 0.6s ease;
}
.index-content .index-business .index-business-main .r .swiper-container .swiper-wrapper .swiper-slide a .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
  text-indent: 0em;
  transition: 0.5s ease;
}
.index-content .index-business .index-business-main .r .swiper-container .swiper-wrapper .swiper-slide:hover a .img img {
  transform: scale(1.05);
}
.index-content .index-business .index-business-main .r .swiper-container .swiper-wrapper .swiper-slide:hover a .txt {
  background: rgba(13, 94, 215, 0.6);
  text-indent: 1em;
}
.index-content .index-business .index-business-main .r .swiper-button-prev,
.index-content .index-business .index-business-main .r .swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: 0;
}
.index-content .index-business .index-business-main .r .swiper-button-prev .i,
.index-content .index-business .index-business-main .r .swiper-container-rtl .swiper-button-next .i {
  width: 50px;
  height: 85px;
  line-height: 85px;
  background: #0d5ed7;
  text-align: center;
}
.index-content .index-business .index-business-main .r .swiper-button-prev .i i,
.index-content .index-business .index-business-main .r .swiper-container-rtl .swiper-button-next .i i {
  display: inline-block;
  transform: rotate(-180deg);
  font-size: 28px;
  color: #fff;
}
.index-content .index-business .index-business-main .r .swiper-button-next,
.index-content .index-business .index-business-main .r .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 20px;
}
.index-content .index-business .index-business-main .r .swiper-button-next .i,
.index-content .index-business .index-business-main .r .swiper-container-rtl .swiper-button-prev .i {
  width: 50px;
  height: 85px;
  line-height: 85px;
  background: #0d5ed7;
  text-align: center;
}
.index-content .index-business .index-business-main .r .swiper-button-next .i i,
.index-content .index-business .index-business-main .r .swiper-container-rtl .swiper-button-prev .i i {
  display: inline-block;
  font-size: 28px;
  color: #fff;
}
.index-content .index-performance {
  padding: 8rem 0;
}
.index-content .index-performance .index-performance-main .l .text {
  display: none;
}
.index-content .index-performance .index-performance-main .l .text.active {
  display: block;
}
.index-content .index-performance .index-performance-main .l .before-after {
  margin-top: 80px;
}
.index-content .index-performance .index-performance-main .l .before-after .line {
  width: 100%;
  height: 2px;
  background: #d1d1d1;
}
.index-content .index-performance .index-performance-main .l .before-after .line .line-bj {
  position: absolute;
  top: 0;
  width: 0;
  background: #0d5ed7;
  height: 100%;
  transition: 0.3s ease;
}
.index-content .index-performance .index-performance-main .l .before-after .line .line-bj.active {
  width: 150px;
}
.index-content .index-performance .index-performance-main .l .before-after .line .line-bj1 {
  left: 0;
}
.index-content .index-performance .index-performance-main .l .before-after .line .line-bj2 {
  right: 0;
}
.index-content .index-performance .index-performance-main .l .before-after .bottom {
  padding-top: 10px;
}
.index-content .index-performance .index-performance-main .l .before-after .bottom a {
  color: #666;
  transition: 0.3s;
}
.index-content .index-performance .index-performance-main .l .before-after .bottom a:hover {
  color: #0d5ed7;
}
.index-content .index-performance .index-performance-main .r {
  position: relative;
  width: 60%;
  padding: 0 80px;
}
.index-content .index-performance .index-performance-main .r .swiper-container {
  width: 90%;
  margin: inherit;
}
.index-content .index-performance .index-performance-main .r .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.index-content .index-performance .index-performance-main .r .swiper-container .swiper-wrapper .swiper-slide a .img {
  overflow: hidden;
}
.index-content .index-performance .index-performance-main .r .swiper-container .swiper-wrapper .swiper-slide a .img img {
  transition: 0.6s ease;
}
.index-content .index-performance .index-performance-main .r .swiper-container .swiper-wrapper .swiper-slide a .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  color: #fff;
  text-indent: 0em;
  transition: 0.5s ease;
}
.index-content .index-performance .index-performance-main .r .swiper-container .swiper-wrapper .swiper-slide:hover a .img img {
  transform: scale(1.05);
}
.index-content .index-performance .index-performance-main .r .swiper-container .swiper-wrapper .swiper-slide:hover a .txt {
  background: rgba(13, 94, 215, 0.6);
  text-indent: 1em;
}
.index-content .index-performance .index-performance-main .r .swiper-num {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.index-content .index-performance .index-performance-main .r .swiper-num .current {
  color: #0d5ed7;
  font-size: 26px;
  font-style: italic;
}
.index-content .index-performance .index-performance-main .r .swiper-num .line {
  width: 120%;
  height: 1px;
  background: #0d5ed7;
  transform: rotate(-30deg) translateX(-10%);
  margin: 8px 0;
}
.index-content .index-performance .index-performance-main .r .swiper-num .total {
  color: #0d5ed7;
  font-size: 26px;
  font-style: italic;
}
.index-content .index-performance .index-performance-main .r .swiper-button-prev,
.index-content .index-performance .index-performance-main .r .swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: 0;
}
.index-content .index-performance .index-performance-main .r .swiper-button-prev .i,
.index-content .index-performance .index-performance-main .r .swiper-container-rtl .swiper-button-next .i {
  width: 50px;
  height: 85px;
  line-height: 85px;
  background: #0d5ed7;
  text-align: center;
}
.index-content .index-performance .index-performance-main .r .swiper-button-prev .i i,
.index-content .index-performance .index-performance-main .r .swiper-container-rtl .swiper-button-next .i i {
  display: inline-block;
  transform: rotate(-180deg);
  font-size: 28px;
  color: #fff;
}
.index-content .index-performance .index-performance-main .r .swiper-button-next,
.index-content .index-performance .index-performance-main .r .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 10%;
}
.index-content .index-performance .index-performance-main .r .swiper-button-next .i,
.index-content .index-performance .index-performance-main .r .swiper-container-rtl .swiper-button-prev .i {
  width: 50px;
  height: 85px;
  line-height: 85px;
  background: #0d5ed7;
  text-align: center;
}
.index-content .index-performance .index-performance-main .r .swiper-button-next .i i,
.index-content .index-performance .index-performance-main .r .swiper-container-rtl .swiper-button-prev .i i {
  display: inline-block;
  font-size: 28px;
  color: #fff;
}
.index-content .index-news {
  padding: 8rem 0;
  background-image: url(../img/index/news_bj.jpg);
  background-size: cover;
  background-position: center;
}
.index-content .index-news .index-news-main .r {
  width: 60%;
}
.index-content .index-news .index-news-main .r .main-l {
  width: 260px;
}
.index-content .index-news .index-news-main .r .main-l .img {
  margin-bottom: 10px;
  overflow: hidden;
}
.index-content .index-news .index-news-main .r .main-l .img img {
  transition: 0.5s ease;
}
.index-content .index-news .index-news-main .r .main-l .img:hover img {
  transform: scale(1.05);
}
.index-content .index-news .index-news-main .r .main-l .img:last-child {
  margin-bottom: 0;
}
.index-content .index-news .index-news-main .r .main-r {
  width: calc(100% - 270px);
  background: #fff;
  padding: 25px;
}
.index-content .index-news .index-news-main .r .main-r ul li {
  margin: 20px 0;
}
.index-content .index-news .index-news-main .r .main-r ul li a {
  display: inline-block;
}
.index-content .index-news .index-news-main .r .main-r ul li .tit {
  font-size: 18px;
}
.index-content .index-news .index-news-main .r .main-r ul li .txt-main {
  display: none;
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
}
.index-content .index-news .index-news-main .r .main-r ul li .txt-main .txt {
  margin: 15px 0;
  line-height: 26px;
  color: #666666;
}
.index-content .index-news .index-news-main .r .main-r ul li .txt-main .time i {
  color: #999999;
}
.index-content .index-news .index-news-main .r .main-r ul li .txt-main .time span {
  color: #999999;
  font-size: 12px;
}
.index-content .index-news .index-news-main .r .main-r ul li .txt-main .time * {
  display: inline-block;
  vertical-align: middle;
}
.index-content .index-news .index-news-main .r .main-r ul li:hover .tit {
  color: #0d5ed7;
  transition: 0.3s ease;
}
.index-content .index-news .index-news-main .r .main-r ul li:last-child .txt-main {
  border-bottom: 0;
}
.index-content .index-news .index-news-main .r .main-r ul li.active .txt-main {
  display: block;
}
.index-content .common-l {
  width: 40%;
  padding-right: 30px;
}
.index-content .common-l .title {
  padding-bottom: 15px;
  margin-bottom: 80px;
  position: relative;
}
.index-content .common-l .title h2 {
  font-size: 46px;
  font-weight: 500;
  color: #0d5ed7;
  margin-bottom: 15px;
}
.index-content .common-l .title h3 {
  margin-bottom: 5px;
  color: #0d5ed7;
}
.index-content .common-l .title::after {
  content: '';
  background: #0d5ed7;
  width: 35px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index-content .common-l .text .tit {
  font-size: 20px;
  font-weight: 400;
}
.index-content .common-l .text .txt {
  margin: 20px 0;
  line-height: 28px;
  color: #666666;
  -webkit-line-clamp: inherit;
}
.index-content .common-l .text .btn {
  position: relative;
  padding: 6px 0;
  display: inline-block;
  transition: 0.3s ease;
  transform: translateX(0px);
}
.index-content .common-l .text .btn a {
  color: #f9891c;
}
.index-content .common-l .text .btn:hover {
  opacity: 0.8;
  transform: translateX(5px);
}
.index-content .common-l .text .btn::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f9891c;
  transition: 0.3s;
}
.index-content .common-l .text .btn:hover::after {
  width: 0;
}
@media only screen and (max-width: 1280px) {
  .index-content .common-l .title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .footer{
    padding-bottom: 55px;
  }
  .index-content .index-banner .swiper-container {
    /*height: 20rem;*/
  }
  .index-content .index-banner .swiper-container .swiper-slide .text h2 {
    font-size: 1.625rem;
  }
  .index-content .index-banner .swiper-container .swiper-slide .text h3 {
    font-size: .75rem;
    margin-top: 5px;
  }
  .index-content .index-banner .swiper-container .swiper-pagination{
    padding-right: 2%;
  }
  .index-content .index-banner .go-down {
    display: none;
  }
  .index-content .index-banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
  .index-content .index-introduction {
    padding: 2rem 0;
  }
  .index-content .common-l {
    width: 100%;
  }
  .index-content .common-l .title h2 {
    font-size: 1.5rem;
  }
  .index-content .common-l .text {
    margin-bottom: 10px;
  }
  .index-content .common-l .text .txt {
    margin: 10px 0;
  }
  .index-content .index-introduction .index-introduction-main .r {
    width: 100%;
  }
  .index-content .index-introduction .index-introduction-main .r .video {
    width: 100%;
  }
  .index-content .index-introduction .index-introduction-main .r .bj {
    display: none;
  }
  .index-content .index-business {
    padding: 2rem 0;
  }
  .index-content .index-business .index-business-main .l .business-btn a {
    font-size: 12px;
    padding: 10px 12px;
  }
  .index-content .common-l .text .tit {
    font-size: 1.125rem;
  }
  .index-content .index-business .index-business-main .r {
    width: 100%;
    padding: 0;
  }
  .index-content .index-business .index-business-main .r .swiper-button-prev .i,
  .index-content .index-business .index-business-main .r .swiper-container-rtl .swiper-button-next .i {
    width: 30px;
    height: 60px;
    line-height: 60px;
  }
  .index-content .index-business .index-business-main .r .swiper-button-prev .i i,
  .index-content .index-business .index-business-main .r .swiper-container-rtl .swiper-button-next .i i {
    font-size: 20px;
  }
  .index-content .index-business .index-business-main .r .swiper-button-next .i,
  .index-content .index-business .index-business-main .r .swiper-container-rtl .swiper-button-prev .i {
    width: 30px;
    height: 60px;
    line-height: 60px;
  }
  .index-content .index-business .index-business-main .r .swiper-button-next .i i,
  .index-content .index-business .index-business-main .r .swiper-container-rtl .swiper-button-prev .i i {
    font-size: 20px;
  }
  .index-content .index-business .index-business-main .r .swiper-button-next,
  .index-content .index-business .index-business-main .r .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  .index-content .index-performance {
    padding: 2rem 0;
  }
  .index-content .index-performance .index-performance-main .r {
    margin-top: 1rem;
    padding: 0;
    width: 100%;
    padding-bottom: 1rem;
  }
  .index-content .index-performance .index-performance-main .r .swiper-button-next .i,
  .index-content .index-performance .index-performance-main .r .swiper-container-rtl .swiper-button-prev .i {
    width: 30px;
    height: 60px;
    line-height: 60px;
  }
  .index-content .index-performance .index-performance-main .r .swiper-button-next .i i,
  .index-content .index-performance .index-performance-main .r .swiper-container-rtl .swiper-button-prev .i i {
    font-size: 20px;
  }
  .index-content .index-performance .index-performance-main .r .swiper-button-prev .i,
  .index-content .index-performance .index-performance-main .r .swiper-container-rtl .swiper-button-next .i {
    width: 30px;
    height: 60px;
    line-height: 60px;
  }
  .index-content .index-performance .index-performance-main .r .swiper-button-prev .i i,
  .index-content .index-performance .index-performance-main .r .swiper-container-rtl .swiper-button-next .i i {
    font-size: 20px;
  }
  .index-content .index-performance .index-performance-main .r .swiper-container {
    width: 100%;
  }
  .index-content .index-performance .index-performance-main .r .swiper-button-next,
  .index-content .index-performance .index-performance-main .r .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: auto!important;
  }
  .index-content .index-performance .index-performance-main .r .swiper-num {
    top: none;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .index-content .index-performance .index-performance-main .r .swiper-num .line {
    width: 25px;
    transform: rotate(-45deg);
  }
  .index-content .index-performance .index-performance-main .r .swiper-num * {
    display: inline-block;
    vertical-align: middle;
  }
  .index-content .index-performance .index-performance-main .r .swiper-num .current {
    font-size: 20px;
  }
  .index-content .index-performance .index-performance-main .r .swiper-num .total {
    font-size: 20px;
    margin-left: -5px;
  }
  .index-content .index-news {
    padding: 2rem 0;
  }
  .index-content .index-news .index-news-main .r {
    width: 100%;
  }
  .index-content .index-news .index-news-main .r .main-l {
    display: none;
  }
  .index-content .index-news .index-news-main .r .main-r {
    width: 100%;
    padding: 1rem;
  }
  .index-content .index-news .index-news-main .r .main-r ul li .tit {
    font-size: 16px;
  }
  .index-content .index-performance .index-performance-main .l .before-after {
    margin-top: 20px;
  }
  .index-content .index-banner .swiper-container .swiper-slide .text{
    padding: 0 3rem;
  }
}

/*新增*/
.index-content .phone-nav{
  padding: 15px 0;
  padding-bottom: 0;
}
.index-content .phone-nav ul li{
  width: 30%;
  margin-bottom: 15px;
  text-align: center;
}
.index-content .phone-nav ul li .i{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #0d5ed7;
}
.index-content .phone-nav ul li i{
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
.index-content .phone-nav ul li .txt{
  padding: 5px 0;
}

/*手机端悬浮框*/
.phone-suspend {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #0d5ed7;
  width: 100%;
  padding: 0 10px;
}
.phone-suspend .i {
  text-align: center;
  margin-bottom: 3px;
}
.phone-suspend .i i {
  font-size: 26px;
  color: #fff;
  margin-right: 10px;
}
.phone-suspend p {
  color: #fff;
  font-size: 17px;
  text-align: center;
}
.phone-suspend ul{
    position: relative;
}

.phone-suspend ul .two-code{
    position: absolute;
    top: -11px;
    right: -10px;
    width: 150px;
    padding: 20px 20px;
    background: #f97eaf;
    transform: translate(100%,-100%);
    text-align: center;
    z-index: 0;
    opacity: 0;
    transition: .5s ease;
}
.phone-suspend ul .two-code.active{
  transform: translate(0,-100%);
    opacity: 1;
    z-index: 10;
}
.phone-suspend ul li a{
  padding: 12px 0;

}
.phone-suspend ul li:first-child{
  border-right: 1px solid rgba(255,255,255,.2);
}
.phone-suspend ul li{
  width: 50%;
  justify-content: center;
}
.phone-suspend ul li a{
  display: flex;
  align-items: center;
}
.phone-suspend ul li .two-code .img{
    display: inline-block;
}