@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%;
}

.more_list__body {
  margin-top: 60px;
  background-color: #f6f6f6;
  padding: 40px 0;
}

.more_list__body h3.page_title {
  font-size: 32px;
  font-size: 3.2rem;
  padding-bottom: 30px;
}

.more_list__body.s_1 ul.flex li .img_out {
  position: relative;
}

.more_list__body.s_1 ul.flex li .img_out .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.more_list__body.s_1 ul.flex li .img_out .mask img {
  max-width: 30%;
}

.more_list__body.s_1 ul.flex li h3 {
  text-align: center;
  padding-top: 20px;
}

.more_list__body ul.flex {
  align-items: stretch;
  justify-content: flex-start;
}

.more_list__body ul.flex li {
  width: calc(100% / 4 - 40px * 3 / 4);
  margin: 0 40px 0 0;
}

.more_list__body ul.flex li:nth-child(4n) {
  margin-right: 0;
}

.more_list__body ul.flex li:hover .img_out img {
  transform: scale(1.03);
}

.more_list__body ul.flex li a {
  display: block;
  text-decoration: none;
}

.more_list__body ul.flex li .img_out {
  overflow: hidden;
}

.more_list__body ul.flex li .img_out img {
  transition: all .3s;
  display: block;
  width: 100%;
}

.more_list__body ul.flex li h6 {
  padding: 20px 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

.more_list__body ul.flex li h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
