@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);
 * */
.sol_focus__list li {
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
}

.sol_focus__list li:nth-child(2n) .txt_con {
  order: 2;
  padding-right: 0;
  padding-left: 60px;
}

.sol_focus__list li .txt_con {
  width: 60%;
  padding-right: 5%;
}

.sol_focus__list li .txt_con h3 {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

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

.sol_focus__list li .img_con {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}

.sol_focus__list li .img_con img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.sol_peizhi__body {
  position: relative;
  z-index: 1;
  padding-bottom: 240px;
}

.sol_peizhi__body .bg {
  display: block;
  width: 100%;
}

.sol_peizhi__body .txt_con {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
}

.sol_peizhi__body .txt_con h3 {
  color: #fff;
  padding: 60px 0;
}

.sol_peizhi__body .txt_con ul.flex {
  background-color: #fff;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 30px;
}

.sol_peizhi__body .txt_con ul.flex li {
  border-left: 1px solid #e8e8e8;
  padding: 0 20px;
}

.sol_peizhi__body .txt_con ul.flex li h5 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #09a5e1;
  margin-bottom: 120px;
}

.sol_peizhi__body .txt_con ul.flex li h4 {
  color: #09a5e1;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.sol_peizhi__body .txt_con ul.flex li p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.sol_btm__body {
  padding-bottom: 60px;
}

.sol_btm__body .img {
  display: block;
  width: 100%;
}

.sol_btm__body .txt_con {
  padding-top: 30px;
  align-items: center;
}

.sol_btm__body .txt_con p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #5b6165;
  width: 60%;
}

.bg_f6f6f6 {
  background-color: #f6f6f6;
}
