@charset "UTF-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: "12px";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.db {
  display: block;
  width: 100%;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.cases_list {
  padding-bottom: 40px;
}

.cases_list li {
  padding: 30px 20px;
}

.cases_list li:nth-child(even) {
  background-color: #f9f9f9;
}

.cases_list li:hover a .txt_con h3, .cases_list li:hover a .txt_con p {
  color: #09a5e1;
}

.cases_list li:hover a .img_con img {
  transform: scale(1.02);
}

.cases_list li a {
  align-items: stretch;
  justify-content: flex-start;
  text-decoration: none;
}

.cases_list li a .logo_con {
  width: 15%;
  border-right: 1px solid #e8e8e8;
}

.cases_list li a .logo_con img {
  max-width: 80%;
}

.cases_list li a .txt_con {
  width: 55%;
  padding: 0 40px;
}

.cases_list li a .txt_con h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  transition: all .3s;
}

.cases_list li a .txt_con p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #5b6165;
  transition: all .3s;
}

.cases_list li a .img_con {
  width: 30%;
}

.cases_list li a .img_con img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.cases_details__body .title {
  font-size: 32px;
  font-size: 3.2rem;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}

.cases_details__body .cases_d_title {
  color: #09a5e1;
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 2.2rem;
}

.cases_details__body p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #5b6165;
}

.cases_details__body img {
  max-width: 100%;
}

