.c_crumb {
  padding-top: 100px;
  background: #f6f7fc;
}
.c_crumb .con a {
  color: #999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.c_crumb .con a:hover {
  color: #333;
}
.c_crumb .con span {
  color: #999;
  margin: 0 4px;
}
.c_crumb .con em {
  color: #1882f0;
}
.case {
  padding: 80px 0;
  background: #f6f7fc;
  overflow: hidden;
}
.case .con .title {
  text-align: center;
}
.case .con .title h2 {
  color: #28293b;
}
.case .con .title p {
  color: #575d6c;
  margin-top: 14px;
}
.case .con .source-select {
  background: #fff;
  margin-top: 60px;
  padding: 30px 60px;
  border-radius: 5px;
}
.case .con .source-select .top h2 {
  float: left;
  color: #252b3a;
  margin-right: 40px;
  line-height: 40px;
}
.case .con .source-select .top .search-input {
  float: left;
  width: 214px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #bbb;
  position: relative;
}
.case .con .source-select .top .search-input input {
  width: 100%;
  height: 40px;
  background: none;
  border: none;
  padding: 0 34px 0 16px;
  font-size: 14px;
}
.case .con .source-select .top .search-input span {
  position: absolute;
  cursor: pointer;
  right: 12px;
  top: 8px;
  color: #808287;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case .con .source-select .top .search-input span:hover {
  color: #3a86ee;
}
.case .con .source-select .bottom .b-list {
  margin-top: 20px;
}
.case .con .source-select .bottom .b-list h2 {
  float: left;
  width: 64px;
  padding: 6px 0;
  position: relative;
  color: #252b3a;
  margin-top: 10px;
}
.case .con .source-select .bottom .b-list h2:before {
  content: '';
  width: 1px;
  height: 22px;
  background: #e9ebee;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.case .con .source-select .bottom .b-list ul {
  float: left;
  width: calc(100% - 64px);
  padding-left: 20px;
}
.case .con .source-select .bottom .b-list ul li {
  float: left;
  padding: 6px 16px;
  margin-right: 16px;
  cursor: pointer;
  color: #717479;
  margin-top: 10px;
  border-radius: 5px;
}
.case .con .source-select .bottom .b-list ul li:hover {
  color: #fff;
  background-image: linear-gradient(91deg, #2b6fd7 0%, #48a8e7 100%);
}
.case .con .source-select .bottom .b-list ul li.active {
  color: #fff;
  background-image: linear-gradient(91deg, #2b6fd7 0%, #48a8e7 100%);
}
.case .con .company-list {
  margin-top: 10px;
}
.case .con .company-list ul li {
  float: left;
  width: 31.6%;
  margin-top: 40px;
}
.case .con .company-list ul li:not(:nth-child(3n)) {
  margin-right: 1.73%;
}
.case .con .company-list ul li .tu {
  width: 100%;
  height: 0;
  padding-bottom: 62%;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.case .con .company-list ul li .tu img {
  width: 100%;
}
.case .con .company-list ul li .tu span {
  font-size: 52px;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case .con .company-list ul li .tu:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.case .con .company-list ul li .tu:hover span {
  color: #ffffff;
}
.case .con .company-list ul li .text {
  margin-top: 30px;
}
.case .con .company-list ul li .text a {
  display: block;
}
.case .con .company-list ul li .text a h2 {
  color: #000;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case .con .company-list ul li .text a h2:first-child {
  margin-bottom: 4px;
}
.case .con .company-list ul li .text a h3 {
  text-align: center;
  color: #3a86ee;
  margin-top: 20px;
}
.case .con .company-list ul li .text a h3 span {
  font-size: 14px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case .con .company-list ul li .text:hover a h2 {
  color: #3a86ee;
}
.case .con .company-list ul li .text:hover a h3 span {
  padding-left: 4px;
}
.case .con .company-list .more {
  margin: 60px auto 0;
  width: 126px;
}
.case .con .company-list .more a {
  border: 1px solid #dedede;
  display: block;
  text-align: center;
  line-height: 44px;
  color: #28293b;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case .con .company-list .more a:hover {
  border: 1px solid #3a86ee;
  background: #3a86ee;
  color: #fff;
}
.free {
  padding: 44px 0 46px;
  background: url(../img/active/d_bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.free .con .left {
  float: left;
}
.free .con .left h2 {
  color: #fff;
}
.free .con .left h3 {
  margin-top: 12px;
  color: #fff;
}
.free .con a {
  float: right;
  display: block;
  width: 126px;
  height: 44px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  position: relative;
  top: 20px;
  border: 1px solid #fff;
}
.free .con a:after {
  display: inline-block;
  content: '\e683';
  font-family: iconfont;
  font-size: 14px;
  color: #fff;
  width: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.free .con a:hover:after {
  margin-left: 6px;
  opacity: 1;
}
.phone_choose{
  display: none;
}

@media screen and (max-width: 1440px) {
  .case {
    padding: 60px 0 80px;
  }
  .case .con .source-select {
    margin-top: 50px;
    padding: 30px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .c_crumb {
    margin-top: 56px;
    padding-top: 30px;
  }
  .case {
    padding: 40px 0;
  }
  .case .con .title p {
    margin-top: 10px;
  }
  .case .con .source-select {
    margin-top: 40px;
    padding: 20px;
  }
  .case .con .source-select .top h2 {
    margin-right: 30px;
  }
  .case .con .source-select .bottom .b-list ul li {
    margin-right: 10px;
  }
  .case .con .company-list {
    margin-top: 0;
  }
  .case .con .company-list ul li .text {
    margin-top: 20px;
  }
  .case .con .company-list ul li .text a h3 {
    margin-top: 14px;
  }
  .free .con a {
    width: 106px;
    height: 36px;
    line-height: 36px;
  }
 
}
@media screen and (max-width: 600px) {
  .case .con .title{
    display: none;
  }
  .case .con .source-select{
    display: none;
  }
  .phone_choose{
    display: block;
  }
  .phone_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .phone_top .yun{
    font-size: 0.4rem;
  }
  .phone_input{
    position: relative;
    width: 2.8rem;
    height: 0.76rem;
    background: white;
  }
  .phone_input input{
    width: 100%;
    height: 40px;
    background: none;
    border: none;
    padding: 0 34px 0 16px;
    font-size: 14px;
  }
  .phone_input span{
    position: absolute;
    cursor: pointer;
    right: 12px;
    top: 8px;
    color: #2386ee;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .phone_bottom{
    margin-top: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .phone_active .phone_sort_name{
    border-bottom: 2px solid #2386ee;
  }
  .click_list li{
    width: 50%;
    float: left;
    text-align: left;
    line-height: 2em;
    font-size: 16px;
  }
  .click_active{
    padding-left: 20px;
    background: url(../img/case/dui.png) no-repeat center left;
  }
  .click_btn a{
    width: 40%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 32px;
    display: inline-block;
    background-image: linear-gradient(to right, #2a6ed7, #48a9e8);
    color: #fff;
    font-size: 16px;
  }
  .click_btn{
    margin-top: 20px;
  }
  .click_btn a:first-child{
    background: #eee;
    color: #252B3A;
    margin-right: 5%;
    color: #0086f9;
  }
  .case .con .case-list > ul > li{
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .case .con .case-list > ul > li .bottom{
    display: none;
  }
  .case .con .case-list > ul > li .top{
    display: flex;
    padding: 0;
    background-image: none !important;
  }
  .case .con .case-list > ul > li .top .icon{
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 5px;
    margin-right: 0.4rem;
  }
  .case .con .case-box .case-list > ul > li .top .text {
    width: calc(100% - 2rem);
  }
  .case .con .case-list > ul > li .top .text .t h2 {
    font-size: 0.32rem;
    color: #333333;
  }
  .case .con .case-list > ul > li .top .text .b p span {
    background-color: #efefef;
    padding: 5px 10px !important;
    color: #888888;
  }
  .case .con .case-list > ul > li .top .text .b p span:nth-child(n+4){
    display: none;
  }
  .case .con .case-list > ul > li .top .text .t a {
    font-size: 0.2rem;
    color: #2386ee;
    border: 1px solid #2386ee;
  }
  .case .con .case-list > ul > li .top .text .t a:nth-child(n+3){
    display: none;
  }
  .paging .page_list a, .paging .page_list span{
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
  }
  .paging .tz_input{
    display: none;
    margin-top: 20px;
  }
  .phone_sort{
    display: flex;
    position: relative;
  }
  .phone_sort>div{
    flex: 1;
    text-align: center;
  }
  .click_list{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 1px;
    background-color: white;
    z-index: 2;
    padding: 15px 0.85rem;
  }
  .phone_sort_name img{
    margin-left: 5px;
    width: 8px;
    vertical-align: middle;
 
  }
  .phone_sort_name{
    font-size: 0.28rem;
    padding: 0.25rem 10px;
    display: inline-block;
  }
  .case .con .company-list ul li{
     width: calc((100% - 20px)/2);
     margin-right:0 !important;
     margin-top: 20px;
     box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
     background-color: white;
  }
  .case .con .company-list ul li:nth-child(odd){
    float: right;
  }
  .case .con .company-list ul li .text{
    margin: 0;
    padding: 0.2rem;
  }
  .case .con .company-list ul li .text a h2{
    text-align: left;
    font-size: 0.32rem;
  }
  .case .con .company-list ul li .text a h2:nth-child(2){
    color: #888888;
    font-size: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: inherit;
  }
  .case .con .company-list ul li .text a h3{
    display: none;
  }
  .free .con .left{
    float: none;
    text-align: center;

  }
  .free .con a{
    float: none;
    margin: 15px auto 0 auto;
    top: 0;
    width: 126px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .free{
    padding: 5% 0;
  }
  input::-webkit-input-placeholder{
    color:black; 
    opacity: 1;
  }
  input:-moz-placeholder{
    color:black;
    opacity: 1;
  }
  .phone_input input{
    height: 100%;
  }
  .phone_input span{
    top: 50%;
    transform: translateY(-50%);
  }
}
/*# sourceMappingURL=model_list.css.map */