@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);
 * */
.address_list {
  align-items: stretch;
  justify-content: flex-start;
}

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

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

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

.address_list li h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight: 700;
}

.address_list li h3.active {
  color: #09a5e1;
}

.address_list li h3 i, .address_list li h3 span {
  display: inline-block;
  vertical-align: middle;
}

.address_list li h3 i {
  margin-right: 10px;
  background: url(../images/contactus/ico_mk.png) center no-repeat;
  background-size: cover;
  width: 22px;
  height: 26px;
  display: inline-block;
}

.address_list li dl {
  margin-bottom: 30px;
}

.address_list li dl dd {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5b6165;
}

.job_focus__body {
  background-color: #d4eaf8;
  padding: 60px 0 400px;
}

.job_focus__body h3, .job_focus__body p {
  text-align: center;
}

.job_focus__body p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #5b6165;
  padding: 20px 0;
}

.job_swiper_out {
  position: relative;
  margin-top: -380px;
  margin-bottom: 60px;
  padding: 0 50px;
}

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

.job_swiper_out .swiper-button-next, .job_swiper_out .swiper-button-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  color: #333;
  opacity: 1;
  border-radius: 10px;
  font-size: 16px;
  transition: all .3s;
}

.job_swiper_out .swiper-button-next::after, .job_swiper_out .swiper-button-prev::after {
  content: none;
}

.job_swiper_out .swiper-button-next:hover, .job_swiper_out .swiper-button-prev:hover {
  background-color: #09a5e1;
  color: #fff;
}

.job_list__body h3.page_title {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 20px;
}

.job_list__body .table_out {
  overflow: hidden;
}

.job_list__body .table_out table {
  width: 100%;
  table-layout: fixed;
}

.job_list__body .table_out table th, .job_list__body .table_out table td {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px;
}

.job_list__body .table_out table th {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  width: 25%;
}

.job_list__body .table_out table th:first-child {
  width: 15%;
}

.job_list__body .table_out table th:nth-child(2) {
  width: 35%;
}

.job_list__body .table_out table td {
  font-size: 16px;
  font-size: 1.6rem;
  color: #5b6165;
  vertical-align: text-top;
}

.job_list__body .table_out table td strong {
  color: #111;
  font-size: 24px;
  font-size: 2.4rem;
}

.job_list__body .job_btm__con {
  padding-top: 40px;
}

.job_list__body .job_btm__con p {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  width: 50%;
}

.job_list__body .job_btm__con p:nth-child(2) {
  text-align: right;
}

.services__body h3.page_title {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 20px;
  text-align: center;
}

.services__body p.page_title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #5b6165;
  margin-bottom: 40px;
  text-align: center;
}

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

.services_list li {
  width: calc(100% / 2 - 40px * 1 / 2);
  margin: 0 40px 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
}

.services_list li:nth-child(2n) {
  margin-right: 0;
}

.services_list li .txt_con {
  width: 50%;
  padding: 30px;
}

.services_list li .txt_con h3 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #111;
  font-weight: 700;
  margin-bottom: 10px;
}

.services_list li .txt_con h4 {
  color: #09a5e1;
  font-size: 24px;
  font-size: 2.4rem;
}

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

.services_list li .img_con {
  width: 50%;
}

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

.ser_btm__body {
  background-color: #d4eaf8;
  padding: 40px 0;
  text-align: center;
}

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

.ser_btm__body p a {
  color: #09a5e1;
  text-decoration: underline;
}
