﻿.banner{
  width: 100%;
}
.top-nav{
  height: 215px;
  background: #F7F7F7;
  padding-top: 22px;
}
.top-nav .row{
  display: flex;
  align-items: center;
}
.top-nav .row:first-child{
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.top-nav .row:last-child{
  margin-top: 20px;
  
}


.all-icon i{
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../image/gall-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 14px;
}
.all-icon.active {
  color: #1AABFF;
}
.all-icon.active i{
  background-image: url(../image/lall-icon.png);
}
.top-nav .row .nav-item {
  margin-left: 60px;
}
.top-nav .row .nav-item ul{
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.row1 ul li{
  width: 150px;
  height: 35px;
  background: #F7F7F7;
  border: 1px solid #EEEEEE;
  border-radius: 18px;
  line-height: 35px;
  text-align: center;
  margin-right: 35px;
}
.top-nav .row .nav-item ul li{
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  cursor: pointer;
}
.top-nav .row1 .nav-item ul li.active,
.top-nav .row1 .nav-item ul  li:hover{
  color: #1AABFF;
  border: 1px solid #1AABFF;
}
.row2 ul li {
  margin-right: 59px;
}

.row2 ul li i{
  display: block;
  margin: 0 auto 17px;
  width: 33px;
  height: 27px;
  background-image: url(../image/canyin.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.row2 ul li:nth-of-type(2) i{
  width: 24px;
  background-image: url(../image/jiaqi.png);
}
.row2 ul li:nth-of-type(3) i{
  width: 36px;
  background-image: url(../image/study.png);
}
.row2 ul li:nth-of-type(4) i{
  width: 32px;
  background-image: url(../image/jrbx.png);
}
.row2 ul li:nth-of-type(5) i{
  width: 31px;
  background-image: url(../image/shangwu.png);
}
.row2 ul li:nth-of-type(6) i{
  width: 34px;
  background-image: url(../image/leijianshenyulex.png);
}
.row2 ul li:nth-of-type(7) i{
  width: 32px;
  background-image: url(../image/medical-treatment.png);
}
.row2 ul li:nth-of-type(8) i{
  
  background-image: url(../image/pifals.png);
}
.row2 ul li:nth-of-type(9) i{
  background-image: url(../image/traffic.png);
}
.row2 ul li:hover span,
.row2 ul li.active span{
  color: #1AABFF;
} 
.row2 ul li:hover:nth-of-type(1) i,
.row2 ul li.active:nth-of-type(1) i{
  background-image: url(../image/case-iconl1.png);
}
.row2 ul li:hover:nth-of-type(2) i,
.row2 ul li.active:nth-of-type(2) i{
  background-image: url(../image/case-iconl2.png);
}
.row2 ul li:hover:nth-of-type(3) i,
.row2 ul li.active:nth-of-type(3) i{
  background-image: url(../image/case-iconl3.png);
}
.row2 ul li:hover:nth-of-type(4) i,
.row2 ul li.active:nth-of-type(4) i{
  background-image: url(../image/case-iconl4.png);
}
.row2 ul li:hover:nth-of-type(5) i,
.row2 ul li.active:nth-of-type(5) i{
  background-image: url(../image/case-iconl5.png);
}
.row2 ul li:hover:nth-of-type(6) i,
.row2 ul li.active:nth-of-type(6) i{
  background-image: url(../image/case-iconl6.png);
}
.row2 ul li:hover:nth-of-type(7) i,
.row2 ul li.active:nth-of-type(7) i{
  background-image: url(../image/case-iconl7.png);
}
.row2 ul li:hover:nth-of-type(8) i,
.row2 ul li.active:nth-of-type(8) i{
  background-image: url(../image/case-iconl8.png);
}
.row2 ul li:hover:nth-of-type(9) i,
.row2 ul li.active:nth-of-type(9) i{
  background-image: url(../image/case-iconl9.png);
}
.row ul li:last-child{
  margin-right: 0;
}

.search-box{
  width: 100%;
  height: 35px;
  position: relative;
}
/* .search-box .input-box{
  width: 100%;
  height: 100%;
} */
.search-box .input-box input::placeholder{
  color: #ccc;
}
.search-box .input-box input{
  width: 100%;
  height: 100%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #F7F7F7;
  padding: 0 56px;
  font-size: 16px;
}
.sear-btn{
  width: 88px;
  height: 35px;
  background: #F7F7F7;
  border-radius: 5px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
}
.same-case .case-item::after{
  background: #1AABFF;
}


.details{
  padding: 30px 0 50px;
}
.details .top-title{
  display: flex;
  align-items: center;
  padding-bottom: 29px;
  border-bottom: 1px solid #eee;
}
.details .top-title img{
  width: 80px;
  height: auto;
  margin-right: 20px;
}
.details .top-title .txt{
  margin-top: 10px;
}
.details .content{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.details .content .pic-box{
  width: 950px;
}
.details .content .pic-box img{
  max-width: 100%;
  display: block;
  object-fit: cover;
}
.right-info{
  margin-left: 20px;
  width: 300px;
}
.right-info .name{
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.right-info ul li{
  margin-top: 30px;
}
.right-info ul li h3{
  margin-bottom: 20px;
}
.right-info ul li p{
  line-height: 26px;
}
.right-info .middle{
  margin-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EEEEEE;
}
.right-info .icon-box{
  width: 221px;
  height: 45px;
  border: 1px solid #EEEEEE;
  border-radius: 23px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.right-info .icon-box .icon{
  width: 83px;
  height: 45px;
  background: #1AABFF;
  border: 1px solid #EEEEEE;
  border-radius: 22px;
  text-align: center;
  line-height: 45px;
  margin: 0 auto;
}
.right-info .icon-box i{
  display: block;
  width: 9px;
  height: 16px;
  background-image: url(../image/arrow-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.right-info .icon-box i.icon-next{
  background-image: url(../image/arrow-right.png);
}
.right-info .bottom ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.right-info .bottom ul li{
  width: 100px;
  height: 25px;
  background: #F7F7F7;
  border-radius: 5px;
  line-height: 25px;
  text-align: center;
  margin-top: 20px;
}

.get-case{
	display: block;
  width: 221px;
  height: 45px;
  background: #1AABFF;
  border-radius: 5px;
  line-height: 45px;
  text-align: center;
  margin: 30px auto 0;
}