@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);
 * */
.ser_1.wcqxff .img_con {
  background: url(../images/services2/bg_1.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 60px;
  text-align: center;
}

.ser_1.wcqxff .img_con .blank {
  width: 100px;
  height: 2px;
  background-color: #00778B;
  margin: 80px auto 0;
}

.ser_wcqxff_2 p.page_title {
  margin-top: -30px;
}

.ser_wcqxff_2 div.flex {
  align-items: stretch;
}

.ser_wcqxff_2 div.flex .img_con, .ser_wcqxff_2 div.flex .txt_con {
  width: 50%;
}

.ser_wcqxff_2 div.flex .img_con img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.ser_wcqxff_2 div.flex .txt_con {
  background-color: #f8f8f8;
  padding: 60px;
}

.ser_wcqxff_2 div.flex .txt_con ol {
  padding-left: 20px;
}

.ser_wcqxff_2 div.flex .txt_con ol li {
  list-style: outside disc;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

.ser_wcqxff_3 dl.flex {
  align-items: stretch;
  justify-content: flex-start;
}

.ser_wcqxff_3 dl.flex dd {
  width: calc(100% / 3 - 50px * 2 / 3);
  margin: 0 50px 50px 0;
}

.ser_wcqxff_3 dl.flex dd:nth-child(3n) {
  margin-right: 0;
}

.ser_wcqxff_3 dl.flex dd h3 {
  color: #00778B;
  font-size: 28px;
  font-size: 2.8rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

.ser_wcqxff_3 dl.flex dd p {
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.ser_wcqxff_3 dl.flex dd ol {
  padding-left: 20px;
}

.ser_wcqxff_3 dl.flex dd ol li {
  list-style: outside disc;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

.ser_wcqxff_3 dl.flex dd h6 {
  line-height: 3;
}

.ser_wcqxff_3 dl.flex dd h6 a {
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
}

.ser_wcqxff_4 {
  padding: 0;
}

.ser_wcqxff_4 .img_con {
  background: url(../images/services2/bg_2.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0 300px;
  text-align: center;
}

.ser_wcqxff_4 p.page_title {
  margin-top: -30px;
}

.ser_wcqxff_4 h6 {
  max-width: 800px;
  text-align: left;
  text-indent: 2em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin: 0 auto;
}

.ser_wcqxff_5 {
  text-align: center;
}

.ser_wcqxff_5 .blank {
  width: 70px;
  height: 2px;
  background-color: #00778B;
  margin: 20px auto 0;
}

.ser_wcqxff_5 .com_btn {
  background-color: #00778B;
  padding: 15px 30px 15px 40px;
}

.ser_wcqxff_5 .com_btn span, .ser_wcqxff_5 .com_btn i {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}

.ser_wcqxff_5 .com_btn i {
  background-image: url(../images/common/jt_w.png);
}

.ser_wcqxff_5 p {
  margin-bottom: 60px;
}

.ser_wcqxff_5 h6 a {
  font-size: 24px;
  font-size: 2.4rem;
}

.pop_mask {
  position: fixed;
  z-index: 9900;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.pop_mask.show {
  opacity: 1;
  visibility: visible;
}

.pop_content {
  position: fixed;
  z-index: 9901;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.pop_content.show {
  opacity: 1;
  visibility: visible;
}

.pop_content .content {
  background-color: #fff;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop_content .content .close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #00778B;
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  transition: all .3s;
}

.pop_content .content .close_btn:hover {
  text-decoration: none;
  transform: rotate(180deg);
}

.pop_content .zs__con {
  height: calc(70vh);
}

.pop_content .zs__con img {
  display: block;
  height: 100%;
}

.csff_1 div.flex {
  box-shadow: 0 0 5px 5px rgba(100, 100, 100, 0.1);
  padding: 50px;
  align-items: center;
  justify-content: flex-start;
}

.csff_1 div.flex .txt_con {
  width: 65%;
  padding-right: 40px;
}

.csff_1 div.flex .txt_con .page_title {
  text-align: left;
  padding-bottom: 10px;
}

.csff_1 div.flex .txt_con p {
  text-indent: 2em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

.csff_1 div.flex .img_con {
  width: 35%;
}

.csff_1 div.flex .img_con img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.csff_2 p.page_title {
  margin-top: -30px;
}

.csff_list {
  justify-content: space-between;
  align-items: stretch;
  gap: 25px;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}

.csff_list.s_2 {
  gap: 80px;
  padding: 0 80px;
}

.csff_list li .img_out {
  overflow: hidden;
}

.csff_list li .img_out img {
  display: block;
  width: 100%;
}

.csff_list li p {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 15px;
  line-height: 1.5;
}

.csff_3 {
  background: url(../images/services2/bg_2_1.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0 300px;
}

.csff_3 p.page_title {
  margin-top: -30px;
}

.csff_3 .img {
  display: block;
  width: 800px;
  margin: 40px auto 0;
}

.csff_4 {
  box-shadow: 0 0 5px 5px rgba(100, 100, 100, 0.05);
  width: 70%;
  margin: 0 auto;
  margin-top: -200px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 100px;
}

.csff_4 div.flex {
  align-items: flex-start;
  justify-content: flex-start;
}

.csff_4 .img_con {
  width: 150px;
}

.csff_4 .img_con img {
  display: block;
  width: 100%;
}

.csff_4 .txt_con {
  width: calc(100% - 150px);
  padding-left: 120px;
}

.csff_4 .txt_con li {
  border-bottom: 1px solid #d2d2d2;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 0;
}

.csff_5 p.page_title {
  margin-top: -30px;
}

.csff_6 {
  background-color: #f8f8f8;
}

.csff_6 p.page_title {
  margin-top: -30px;
}

.csff_7 p.page_title {
  margin-top: -30px;
}
