.ff_mont {
  font-family: "Montserrat";
}

.c1 {
  color: #2980E9 !important;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.color_link{
  color: #3366BB;
}

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, button, pre {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
  font-family: "Pretendard";
  line-height: 150%;
  font-weight: 300;
}

td, th {
  padding: 0;
  font-family: "Pretendard";
  font-size: 14px;
  color: #333;
  font-weight: 300;
}

a, span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

body {
  height: 100%;
  position: relative;
  overflow-y: scroll;
  word-break: keep-all;
  *word-break: keep-all;
  -ms-word-break: keep-all;
}

img, fieldset, iframe {
  border: 0 none;
}

li {
  list-style: none;
}

input, select, button, textarea {
  padding: 0;
  border: 1px solid #ddd;
  font-family: "Pretendard";
  font-size: 14px;
  font-weight: 300;
}

input {
  padding: 0 10px;
}

input[type=text], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
}

input[type=file] {
  padding: 0;
  -webkit-border-radius: 0;
}

input[type=file]::-webkit-file-upload-button {
  vertical-align: middle;
  height: 100%;
}

select::-ms-expand {
  display: none;
}

select {
  padding: 0 25px 0 20px;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-color: #fff;
  background-image: url(/src/img/init/sel_init_ico.png);
  -webkit-background-size: 10px 6px;
  background-size: 10px 6px;
}

select option {
  background: #fff;
  color: #333;
}

textarea {
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

button {
  background: none;
  border: none;
  vertical-align: top;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

legend {
  *width: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

pre {
  white-space: pre-line;
  font-family: "Pretendard";
}

sup {
  font-size: 0.5%;
}

/* position */
.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

/* display */
.dn {
  display: none;
}

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

.dt {
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

/* float */
.fl {
  float: left;
}

.fr {
  float: right;
}

.flul > li {
  float: left;
}

.flul:after {
  content: "";
  display: block;
  clear: both;
}

.cb:after {
  content: "";
  display: block;
  clear: both;
}

/* space */
.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

/* web accessibility */
.blind {
  display: inline-block !important;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.skip_nav li a {
  position: absolute;
  left: -3000%;
}
.skip_nav li a:focus {
  display: block;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #039;
  color: #fff;
  text-align: center;
}

.ti {
  text-indent: -999em;
}

.inp_ti {
  overflow: hidden;
  height: 0;
  text-indent: -9999px;
  font-size: 0;
}

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

/* text */
.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

/* List layout */
.res_lst.lng1.s10 > li {
  width: calc(100% / 1 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng1.s20 > li {
  width: calc(100% / 1 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng1.s30 > li {
  width: calc(100% / 1 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng1.s40 > li {
  width: calc(100% / 1 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng1.s50 > li {
  width: calc(100% / 1 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng1.s60 > li {
  width: calc(100% / 1 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng2.s10 > li {
  width: calc(100% / 2 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng2.s20 > li {
  width: calc(100% / 2 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng2.s30 > li {
  width: calc(100% / 2 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng2.s40 > li {
  width: calc(100% / 2 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng2.s50 > li {
  width: calc(100% / 2 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng2.s60 > li {
  width: calc(100% / 2 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng3.s10 > li {
  width: calc(100% / 3 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng3.s20 > li {
  width: calc(100% / 3 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng3.s30 > li {
  width: calc(100% / 3 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng3.s40 > li {
  width: calc(100% / 3 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng3.s50 > li {
  width: calc(100% / 3 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng3.s60 > li {
  width: calc(100% / 3 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng4.s10 > li {
  width: calc(100% / 4 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng4.s20 > li {
  width: calc(100% / 4 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng4.s30 > li {
  width: calc(100% / 4 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng4.s40 > li {
  width: calc(100% / 4 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng4.s50 > li {
  width: calc(100% / 4 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng4.s60 > li {
  width: calc(100% / 4 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng5.s10 > li {
  width: calc(100% / 5 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng5.s20 > li {
  width: calc(100% / 5 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng5.s30 > li {
  width: calc(100% / 5 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng5.s40 > li {
  width: calc(100% / 5 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng5.s50 > li {
  width: calc(100% / 5 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng5.s60 > li {
  width: calc(100% / 5 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng6.s10 > li {
  width: calc(100% / 6 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng6.s20 > li {
  width: calc(100% / 6 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng6.s30 > li {
  width: calc(100% / 6 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng6.s40 > li {
  width: calc(100% / 6 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng6.s50 > li {
  width: calc(100% / 6 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng6.s60 > li {
  width: calc(100% / 6 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst {
  font-size: 0;
}
.res_lst > li {
  display: inline-block;
  vertical-align: top;
}

.tov {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tov_m {
  display: -webkit-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

/* -webkit-line-clamp: 2;line-height: 30px; */
.mov_frame, .frame_height {
  position: relative;
  padding-top: 56.25%;
}
.mov_frame iframe, .frame_height iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bgi {
  background-repeat: no-repeat;
}

.bgi_b:before {
  content: "";
  background-repeat: no-repeat;
}

.bgi_a:after {
  content: "";
  background-repeat: no-repeat;
}

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

#gMap img, .map_api img {
  max-width: inherit;
  max-height: inherit;
}

.tn {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.ani {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, 0, 50);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
  transform: matrix(1, 0, 0, 1, 0, 50);
  transition: transform 0.8s, opacity 0.8s;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
}

.ani.view {
  opacity: 1;
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.ani.r {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, 50, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 50, 0);
  transform: matrix(1, 0, 0, 1, 50, 0);
  transition: transform 1.2s, opacity 1.2s;
  -webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
}

.ani.l {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, -50, 0);
  -webkit-transform: matrix(1, 0, 0, 1, -50, 0);
  transform: matrix(1, 0, 0, 1, -50, 0);
  transition: transform 1.2s, opacity 1.2s;
  -webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
}

.ani.appear {
  opacity: 1;
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/* font-size */
.sub_fz4{
  font-size: 4px;
  vertical-align: middle;
}
.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz70 {
  font-size: 70px;
}

@media screen and (max-width: 720px) {
  .fz12 {
    font-size: 11px;
  }

  .fz14 {
    font-size: 12px;
  }

  .fz16 {
    font-size: 12px;
  }

  .fz18 {
    font-size: 14px;
  }

  .fz20 {
    font-size: 16px;
  }

  .fz22 {
    font-size: 16px;
  }

  .fz24 {
    font-size: 18px;
  }

  .fz26 {
    font-size: 18px;
  }

  .fz28 {
    font-size: 20px;
  }

  .fz30 {
    font-size: 20px;
  }

  .fz32 {
    font-size: 22px;
  }

  .fz34 {
    font-size: 22px;
  }

  .fz36 {
    font-size: 24px;
  }

  .fz38 {
    font-size: 24px;
  }

  .fz40 {
    font-size: 26px;
  }

  .fz46 {
    font-size: 26px;
  }

  .fz50 {
    font-size: 30px;
  }

  .fz60 {
    font-size: 30px;
  }

  .fz70 {
    font-size: 30px;
  }

  div, p, th, td {
    font-size: 14px;
  }
}
/* system popup style */
.syspop {
  position: absolute;
  z-index: 1200;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.syspop .l-header {
  display: none;
}
.syspop .wrap {
  position: relative;
  z-index: 100;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
}
.syspop .l-cont {
  word-break: break-all;
}
.syspop .l-footer {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  bottom: 0px;
  right: 0px;
  text-align: right;
}
.syspop .l-footer span {
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .syspop {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none;
  }

  .syspop:after {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .syspop .wrap {
    position: relative;
    z-index: 100;
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
  }

  .syspop .l-cont {
    height: auto !important;
  }

  .syspop .l-cont img {
    width: 100%;
  }

  .syspop .l-footer {
    position: relative;
    z-index: 10;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
  }
}
/* page num */
.page_num {
  position: relative;
  margin-top: 50px;
  text-align: center;
  font-size: 0;
}
.page_num a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: -1px;
  border-radius: 16px;
  text-align: center;
  color: #999;
  line-height: 30px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #2980E9;
}
.page_num .page {
  text-indent: -9999px;
}
.page_num .first {
  background: url(/src/img/init/page_first.png) 50% 50% no-repeat;
}
.page_num .last {
  background: url(/src/img/init/page_last.png) 50% 50% no-repeat;
}
.page_num .l {
  background: url(/src/img/init/page_left.png) 50% 50% no-repeat;
}
.page_num .r {
  background: url(/src/img/init/page_right.png) 50% 50% no-repeat;
}

.container {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .container {
    width: 90%;
  }
}

@media screen and (max-width: 1240px) {
  .db1000 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn1000 {
    display: none !important;
  }
}
@media screen and (max-width: 1119px) {
  .db960 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn960 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .db594 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn594 {
    display: none !important;
  }
}
@media screen and (max-width: 620px) {
  .db326 {
    display: block !important;
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn326 {
    display: none !important;
  }
}
@media screen and (max-width: 356px) {
  .db90 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn90 {
    display: none;
  }
}
.de_btn.r30, .de_inp.r30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.de_btn.r15, .de_inp.r15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.de_btn.r8, .de_inp.r8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.de_btn.r5, .de_inp.r5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.de_btn.r3, .de_inp.r3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.de_cki.r30 i, .de_cks.r30 i {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.de_cki.r15 i, .de_cks.r15 i {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.de_cki.r8 i, .de_cks.r8 i {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.de_cki.r5 i, .de_cks.r5 i {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.de_cki.r3 i, .de_cks.r3 i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.de_btn {
  display: inline-block;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  color: #666;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

.de_btn:disabled {
  background-color: #eee !important;
  color: #ccc !important;
  cursor: auto;
}

.de_btn:focus {
  outline: none;
}

/* btn size*/
.de_btn.sg {
  min-width: 155px;
  height: 60px;
  line-height: 58px;
  font-size: 14px;
  font-weight: 500;
}

.de_btn.sl {
  min-width: 130px;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 500;
}

.de_btn.sm {
  min-width: 116px;
  height: 45px;
  line-height: 43px;
  font-size: 12px;
  font-weight: 500;
}

.de_btn.ss {
  min-width: 95px;
  height: 36px;
  line-height: 34px;
  font-size: 12px;
}

.de_btn.st {
  min-width: 80px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
}

.de_btn.fill {
  background-color: #1b76ff;
  color: #fff;
}

.de_btn.fill:hover {
  background-color: rgba(27, 118, 255, 0.5);
}

.de_btn.fill:focus {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.de_btn.outline {
  border: 1px solid #999;
}

.de_btn.outline:hover {
  border: 1px solid #1b76ff;
  color: #1b76ff;
}

.de_btn.outline:focus {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.de_btn.outline:disabled {
  border: 1px solid #ccc;
}

.de_btn.ghost {
  border: 1px solid transparent;
}

.de_btn.ghost:hover {
  border: 1px solid transparent;
  color: #1b76ff;
}

.de_btn.ghost:focus {
  text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.15);
}

.de_inp {
  width: 100%;
  border: 1px solid #ddd;
}

input.de_inp {
  padding: 0 10px;
}

.de_inp::-webkit-input-placeholder {
  color: #999;
}

.de_inp::-moz-placeholder {
  color: #999;
}

.de_inp:-ms-input-placeholder {
  color: #999;
}

.de_inp:-moz-placeholder {
  color: #999;
}

.de_inp:focus {
  border: 1px solid #1b76ff;
  outline: none;
}

.de_inp:disabled {
  background-color: #eee;
}

input.de_inp.sm {
  height: 45px;
  padding: 0 20px;
}

.de_inp.ss {
  height: 36px;
}

.de_inp.st {
  height: 30px;
}

.de_rdo, .de_cks {
  display: inline-block;
  vertical-align: middle;
}
.de_rdo i, .de_cks i {
  display: inline-block;
  border: 1px solid #9b9b9b;
  vertical-align: middle;
  background-color: #fff;
}
.de_rdo input, .de_cks input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.de_rdo i::after, .de_cks i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.de_rdo input:checked ~ i::after, .de_cks input:checked ~ i::after {
  background-color: #1b76ff;
  transform: scale(0.5, 0.5) rotate(0.3deg);
  -webkit-transform: scale(0.5, 0.5) rotate(0.3deg);
  transform: scale(0.5, 0.5) rotate(0.3deg);
}
.de_rdo input:disabled ~ i, .de_cks input:disabled ~ i {
  background-color: #eee;
}

.de_rdo.txt i, .de_cks.txt i, .de_cki.txt i {
  margin-right: 10px;
}

.de_rdo i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.de_rdo i::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.de_cki, .de_cks {
  display: inline-block;
  vertical-align: middle;
}
.de_cki i, .de_cks i {
  display: inline-block;
  border: 1px solid #9b9b9b;
  vertical-align: middle;
}

.de_rdo.sg i, .de_cki.sg i, .de_cks.sg i {
  width: 30px;
  height: 30px;
}

.de_rdo.ss i, .de_cki.ss i, .de_cks.ss i {
  width: 20px;
  height: 20px;
}

.de_cki {
  display: inline-block;
  vertical-align: middle;
}
.de_cki input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.de_cki i {
  position: relative;
}
.de_cki i::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  margin-top: -7px;
  margin-left: -4px;
  border: solid #1b76ff;
  border-width: 0 2px 2px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.de_cki input:checked ~ i::after {
  opacity: 1;
}
.de_cki input:disabled ~ i {
  background-color: #eee;
}

.browser_modal {
  z-index: 30;
  position: fixed;
  right: 50px;
  bottom: 50px;
  border: 1px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 620px) {
  .browser_modal {
    width: 90%;
    right: 5%;
    bottom: 20px;
  }
}
.browser_modal .c0 {
  color: #000;
}
.browser_modal .txt_wrap {
  padding: 30px;
  text-align: center;
}
.browser_modal .txt_wrap .t1 {
  font-size: 12px;
  line-height: 150%;
}
.browser_modal .b_wrap {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #ddd;
}
.browser_modal .b_wrap .close_btn {
  display: inline-block;
  line-height: 150%;
  font-size: 12px;
  color: #666;
}
.browser_modal .b_wrap .close_btn::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 10px;
  background-image: url(/img/init/browser_close_ico.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sys_popup {
  position: absolute;
  z-index: 3000;
  max-width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
}
.sys_popup .cont {
  height: 100%;
}
.sys_popup .cont .top {
  height: calc(100% - 48px);
}
.sys_popup .cont .top img {
  width: 100%;
}
.sys_popup .cont .bottom {
  padding: 10px;
  text-align: right;
}
.sys_popup .cont .bottom button {
  vertical-align: middle;
}
.sys_popup .cont .bottom button img {
  vertical-align: middle;
}
.sys_popup .cont .bottom .sys_pop_close.cookie::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-bottom: 3px;
  margin-right: 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.sys_popup .cont .bottom .close {
  margin-bottom: 3px;
  margin-left: 10px;
}

.sys_popup.dn {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sys_popup {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none;
  }

  .sys_popup::after {
    content: "";
    position: fixed;
    z-index: 3000;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .sys_popup .cont {
    position: relative;
    z-index: 3500;
    width: 95%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
  }
}
.c_orange {
  color: #FFA723;
}

body.ofh {
  overflow: hidden;
}

@media screen and (max-width: 1420px) {
  .m_tov {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .dn1420 {
    display: none;
  }

  .db1420 {
    display: block;
  }

  .dt1420 {
    display: table-row;
  }
}
@media screen and (max-width: 720px) {
  .dn720 {
    display: none;
  }

  .m_mb15 {
    margin-bottom: 15px;
  }
}
.hd_container {
  margin: 0px 100px 28px;
  padding-top: 28px;
}
.hd_container .logo {
  margin-top: 5px;
}
.hd_container .logo img {
  height: 34px;
}
@media (max-width: 720px) {
  .hd_container .logo img {
    height: 18px;
    margin-top: 5px;
  }
}
.hd_container .hd_r {
  font-size: 0;
}
.hd_container .hd_r .link {
  display: inline-block;
  width: 150px;
  height: 45px;
  margin-right: 10px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  border-radius: 45px;
  vertical-align: top;
}
.hd_container .hd_r .link.l1 {
  background-color: #47CBD8;
}
.hd_container .hd_r .link.l2 {
  background-color: #2980E9;
}
.hd_container .hd_r .hd_s {
  display: inline-block;
  width: 350px;
  height: 45px;
  padding: 0 20px;
  background-color: #EDEFF6;
  border-radius: 25px;
  vertical-align: top;
}
.hd_container .hd_r .hd_s .i {
  width: calc(100% - 35px);
  height: 45px;
  padding-right: 5px;
  border: none;
  background-color: transparent;
}
.hd_container .hd_r .hd_s .b {
  margin-top: 8px;
}
.hd_container .hd_r .hd_s .b img {
  width: 30px;
}
@media (max-width: 1420px) {
  .hd_container .hd_r .link {
    display: none;
  }
  .hd_container .hd_r .hd_s {
    width: auto;
    height: auto;
    padding: 0;
    background: none;
  }
  .hd_container .hd_r .hd_s .m_s_btn {
    display: inline-block;
    width: 30px;
    margin-right: 30px;
    margin-top: 2px;
  }
  .hd_container .hd_r .hd_s form {
    display: none;
  }
  .hd_container .hd_r .p_menu_btn {
    position: relative;
    z-index: 1000;
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
  }
  .hd_container .hd_r .p_menu_btn span {
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 8px;
    background-color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .hd_container .hd_r .p_menu_btn span:nth-child(1) {
    width: 22px;
    margin-top: 0;
  }
  .hd_container .hd_r .p_menu_btn span:nth-child(3) {
    width: 22px;
  }
  .hd_container .hd_r .p_menu_btn:hover span:nth-child(1) {
    width: 100%;
  }
  .hd_container .hd_r .p_menu_btn:hover span:nth-child(3) {
    width: 100%;
  }
  .hd_container .hd_r .p_menu_btn.po {
    position: fixed;
    right: 40px;
  }
}
@media (max-width: 1420px) {
  .hd_container {
    margin: 0px 40px 31px;
    padding-top: 31px;
  }
}

@media screen and (max-width: 720px) {
  .hd_container {
    margin: 0px 20px 14px;
    padding-top: 14px;
  }
  .hd_container .hd_r .hd_s {
    width: 30px;
    margin-right: 15px;
  }
}
#header .m_nav_box {
  overflow-y: scroll;
  position: fixed;
  z-index: 222;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#header .m_nav_box::before {
  position: fixed;
  top: 0;
  left: -100%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
#header .m_nav_box::after {
  position: fixed;
  top: 0;
  left: 0;
  left: -100%;
  content: "";
  display: block;
  width: 596px;
  height: 100%;
  background-color: #0f243e;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
#header .m_nav_box .cont {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 10;
  width: 596px;
  height: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
#header .m_nav_box .cont .top {
  padding: 30px 40px;
  border-bottom: 1px solid #060C13;
}
#header .m_nav_box .cont .top .link {
  display: inline-block;
  width: 150px;
  height: 45px;
  margin-right: 10px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  border-radius: 45px;
  vertical-align: top;
}
#header .m_nav_box .cont .top .link.l1 {
  background-color: #47CBD8;
}
#header .m_nav_box .cont .top .link.l2 {
  background-color: #2980E9;
}
#header .m_nav_box .cont .nav {
  border-top: 10px solid #20344D;
}
#header .m_nav_box .cont .nav > ul > li {
  border-bottom: 1px solid #060C13;
}
#header .m_nav_box .cont .nav > ul > li > button, #header .m_nav_box .cont .nav > ul > li > a {
  display: block;
  width: 100%;
  height: 82px;
  padding: 0 40px;
  line-height: 82px;
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
#header .m_nav_box .cont .nav > ul > li > ul {
  display: none;
  padding: 30px 40px;
  background-color: #060C13;
}
#header .m_nav_box .cont .nav > ul > li > ul > li {
  margin-top: 20px;
  color: #fff;
}
#header .m_nav_box .cont .nav > ul > li > ul > li:first-child {
  margin-top: 0;
}
#header .m_nav_box .cont .nav > ul > li > ul > li > a::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 7px;
  margin-top: -2px;
  border-radius: 2px;
  background-color: #47CBD8;
  vertical-align: middle;
}
#header .m_nav_box .cont .nav > ul > li > button {
  position: relative;
}
#header .m_nav_box .cont .nav > ul > li > button::after {
  content: "";
  position: absolute;
  right: 40px;
  top: calc(50% - 5px);
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(/src/img/m_menu_p.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
#header .m_nav_box .cont .nav > ul > li.a > button::after {
  background-image: url(/src/img/m_menu_m.svg);
}
#header.po .hd_r .hd_s .m_s_btn {
  display: none;
}
#header.po .hd_r .p_menu_btn {
  position: fixed;
  right: 40px;
}
#header.m_open .p_menu_btn {
  width: 30px;
}
#header.m_open .p_menu_btn span {
  background-color: #fff;
  width: 100%;
}
#header.m_open .p_menu_btn span:nth-child(1) {
  margin-top: 10px;
  transform: rotate(45deg);
}
#header.m_open .p_menu_btn span:nth-child(2) {
  display: none;
}
#header.m_open .p_menu_btn span:nth-child(3) {
  margin-top: -2px;
  transform: rotate(-45deg);
}
#header.m_open.m_search_open .p_menu_btn span {
  background-color: #333;
}
#header.m_open.m_search_open .hd_r .hd_s .b {
  margin-top: 5px;
}
#header.m_open.m_search_open .hd_s {
  position: fixed;
  z-index: 116;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
}
#header.m_open.m_search_open .hd_s .m_s_btn {
  display: none;
}
#header.m_open.m_search_open .hd_s form {
  display: block;
  width: calc(100% - 80px);
  padding: 28px 20px;
}
#header.m_open.m_search_open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 115;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#header.m_open.m_menu_open .m_nav_box {
  left: 0;
}
#header.m_open.m_menu_open .m_nav_box::before {
  left: 0;
}
#header.m_open.m_menu_open .m_nav_box::after {
  left: 0;
}
#header.m_open.m_menu_open .m_nav_box .cont {
  left: 0;
}

@media screen and (max-width: 720px) {
  #header .m_nav_box::after {
    width: 250px;
  }
  #header .m_nav_box .cont {
    width: 250px;
  }
  #header .m_nav_box .cont .top {
    padding: 15px 20px;
    font-size: 0px;
  }
  #header .m_nav_box .cont .top .link {
    width: 100px;
    height: 30px;
    margin-right: 10px;
    line-height: 30px;
  }
  #header .m_nav_box .cont .top .link:last-child {
    margin-right: 0px;
  }
  #header .m_nav_box .cont .nav {
    border-width: 5px;
  }
  #header .m_nav_box .cont .nav > ul > li > button, #header .m_nav_box .cont .nav > ul > li > a {
    height: 55px;
    padding: 0px 20px;
    line-height: 55px;
    font-size: 14px;
  }
  #header .m_nav_box .cont .nav > ul > li > button::after {
    right: 20px;
  }
  #header .m_nav_box .cont .nav > ul > li > ul {
    padding: 20px;
  }
  #header .m_nav_box .cont .nav > ul > li > ul li a{
    font-size: 12px;
  }
  #header.po .hd_r .p_menu_btn {
    right: 20px;
  }
  #header.m_open.m_search_open .hd_r .hd_s .b {
    margin-top: 6px;
  }
  #header.m_open.m_search_open .hd_s {
    position: fixed;
    z-index: 116;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
  }
  #header.m_open.m_search_open .hd_s .m_s_btn {
    display: none;
  }
  #header.m_open.m_search_open .hd_s form {
    display: block;
    width: calc(100% - 55px);
    padding: 10px;
  }
  #header.m_open.m_search_open .hd_s form input {
    height: 40px;
  }
  #header.m_open.m_search_open::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 115;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
/* response ex

'd1000','d960','d720','d594','d326','d90'

@include respond-to('d1000') {
  background: pink;
}
@include respond-to('d960') {
  background: orange;
}
@include respond-to('d720') {
  background: blue;
}
*/
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/src/img/ps/select_ico.png) no-repeat calc(100% - 20px) center/auto;
}

select::-ms-expand {
  display: none;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1420px) {
  .container {
    width: 100%;
    padding: 0px 40px;
  }

  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .container {
    padding: 0px 20px;
  }

  .dn720 {
    display: none;
  }

  .db720 {
    display: block;
  }

  .m_mt10 {
    margin-top: 10px;
  }

  .m_mb25 {
    margin-bottom: 25px;
  }

  .m_mt5 {
    margin-top: 5px;
  }

  .m_mb7 {
    margin-bottom: 7px;
  }

  .inp {
    font-size: 12px;
  }
}
.main_banner {
  position: relative;
  width: 100%;
  height: 600px;
  margin-bottom: 146px;
}
.main_banner .swiper {
  height: 100%;
}
.main_banner .swiper .swiper-slide {
  position: relative;
}
.main_banner .swiper .swiper-slide img.dn {
  display: none;
}
.main_banner .swiper .swiper-slide .container {
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 50%;
  padding-top: 176px;
  transform: translateX(-50%);
}
.main_banner .swiper .swiper-slide .container .txt_box p {
  color: #fff;
}
.main_banner .swiper .swiper-slide .container .txt_box .tit {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
}
.main_banner .swiper .swiper-slide .container .txt_box .tit span {
  font-weight: bold;
}
.main_banner .swiper .swiper-slide .container .txt_box .txt {
  font-size: 16px;
}
.main_banner .swiper .swiper-button-prev::after, .main_banner .swiper .swiper-button-next::after {
  content: "";
}
.main_banner .swiper .swiper-button-prev, .main_banner .swiper .swiper-button-next {
  background: url(/src/img/ps/main_banner_prev.png) no-repeat center center/auto;
}
.main_banner .swiper .swiper-button-next {
  right: 100px;
  transform: rotate(180deg);
}
.main_banner .swiper .swiper-button-prev {
  left: 100px;
}
.main_banner .swiper .swiper-pagination {
  display: none;
  bottom: 40px;
}
.main_banner .banner_menu {
  display: flex;
  align-items: center;
  max-width: 1920px;
  position: absolute;
  z-index: 101;
  bottom: -116px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 232px;
  background: url(/src/img/main_wave.png) no-repeat center center/cover;
}
.main_banner .banner_menu .mainmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_banner .banner_menu .mainmenu > li {
  position: relative;
  width: 14.2857142857%;
  height: 60px;
  border-radius: 10px;
  text-align: center;
}
.main_banner .banner_menu .mainmenu > li > a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
}
.main_banner .banner_menu .mainmenu > li > a.lh30 {
  line-height: 30px;
}
.main_banner .banner_menu .mainmenu > li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  display: inline-block;
  width: 1px;
  height: 20px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
}
.main_banner .banner_menu .mainmenu > li:last-child::after {
  display: none;
}
.main_banner .banner_menu .mainmenu > li.a {
  background-color: #2980E9;
  background-image: url(/src/img/angle.png);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: auto;
}
.main_banner .banner_menu .mainmenu > li.a.no_sub {
  background-image: none;
}
.main_banner .banner_menu .mainmenu .sub_lst_box {
  display: none;
  position: absolute;
  width: 500px;
  height: auto;
  padding: 30px 0px 20px;
  border-radius: 10px;
  background-color: #0f243e;
}
.main_banner .banner_menu .mainmenu .sub_lst_box > p {
  width: 100%;
  margin-bottom: 15px;
  padding: 0px 30px 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.main_banner .banner_menu .mainmenu .sub_lst_box .sub_lst {
  padding: 0px 30px;
  font-size: 0px;
  text-align: left;
}
.main_banner .banner_menu .mainmenu .sub_lst_box .sub_lst li {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
  color: #fff;
}
.main_banner .banner_menu .mainmenu .sub_lst_box .sub_lst li a:hover {
  color: #47CBD8;
  text-decoration: underline;
}
.main_banner .banner_menu .mainmenu .sub_lst_box .sub_lst li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-top: -3px;
  margin-right: 7px;
  background-color: #47CBD8;
  vertical-align: middle;
}

@media screen and (max-width: 1700px) {
  .main_banner .swiper .swiper-button-next {
    right: 10px;
  }
  .main_banner .swiper .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 1420px) {
  .main_banner {
    margin-bottom: 100px;
  }
  .main_banner .swiper .swiper-slide img.dn1420 {
    display: none;
  }
  .main_banner .swiper .swiper-slide img.db1420 {
    display: block;
  }
  .main_banner .swiper .swiper-pagination {
    display: block;
  }
  .main_banner .swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0px 5px;
    background-color: #fff;
  }
  .main_banner .banner_menu {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .main_banner {
    height: 267px;
    margin-bottom: 50px;
  }
  .main_banner .swiper .swiper-slide .container {
    padding-top: 50px;
  }
  .main_banner .swiper .swiper-slide .container .txt_box .tit {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 34px;
  }
  .main_banner .swiper .swiper-slide .container .txt_box .txt {
    font-size: 12px;
  }
  .main_banner .swiper .swiper-pagination {
    bottom: 20px;
  }
  .main_banner .banner_menu {
    display: none;
  }
}
.intro_wrap {
  margin-bottom: 100px;
}
.intro_wrap ul {
  font-size: 0;
}
.intro_wrap ul li {
  position: relative;
  display: inline-block;
  width: 335px;
  height: 230px;
  margin-right: 20px;
  border-radius: 20px;
  overflow: hidden;
  background: none;
}
.intro_wrap ul li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.intro_wrap ul li img {
  display: block;
  width: 100%;
  position: relative;
  z-index: -1;
  -webkit-transition: ease-out 0.7s;
  object-fit: cover;
}
.intro_wrap ul li p {
  position: absolute;
  z-index: 1;
  top: 38px;
  width: 100%;
  padding: 0px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transition: ease-out 0.7s;
}
.intro_wrap ul a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #47cbd8;
  background: -moz-linear-gradient(180deg, #47cbd8 0%, #2980e9 100%);
  background: -webkit-linear-gradient(180deg, #47cbd8 0%, #2980e9 100%);
  background: linear-gradient(180deg, #47cbd8 0%, #2980e9 100%);
  -webkit-transition: ease-out 0.7s;
  opacity: 0;
}
.intro_wrap ul li:last-child {
  margin-right: 0px;
}
.intro_wrap ul li:hover a::after {
  z-index: 0;
  opacity: 0.8;
}
.intro_wrap ul li:hover p {
  top: 50%;
  transform: translateY(-50%);
}
.intro_wrap ul li:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 1420px) {
  .intro_wrap {
    margin-bottom: 80px;
  }
  .intro_wrap ul {
    margin-right: -20px;
  }
  .intro_wrap ul li {
    width: calc(50% - 20px);
    height: auto;
    margin: 0px 20px 20px 0px;
  }
}
@media screen and (max-width: 720px) {
  .intro_wrap {
    margin-bottom: 50px;
  }
  .intro_wrap ul {
    margin-right: 0px;
  }
  .intro_wrap ul li {
    width: 100%;
    height: auto;
    margin: 0px 0px 10px 0px;
    border-radius: 10px;
  }
  .intro_wrap ul li:hover a::after{
    display: none;
  }
  .intro_wrap ul li p {
    top: 20px;
    font-size: 18px;
  }
  .intro_wrap ul li:last-child {
    margin-bottom: 0px;
  }
}
.top_line {
  width: 100%;
}
.top_line .tit {
  float: left;
  margin-right: 30px;
  font-size: 36px;
  font-weight: 900;
  font-family: "Montserrat";
}
.top_line .txt {
  float: left;
  font-size: 16px;
  color: #666;
}
.top_line a {
  float: right;
  font-size: 12px;
  font-family: "Montserrat";
  color: #999;
}
.top_line a:hover {
  color: #47CBD8;
  text-decoration: underline;
}

.news_wrap {
  margin-bottom: 100px;
}
.news_wrap .news_lst {
  border-top: solid 3px #333;
}
.news_wrap .news_lst .today {
  padding: 30px 50px;
  border-bottom: solid 1px #ddd;
}
.news_wrap .news_lst .today > a {
  display: flex;
  align-items: center;
}
.news_wrap .news_lst .today .date {
  width: 120px;
  height: 120px;
  padding-top: 26px;
  border-radius: 10px;
  text-align: center;
  background: #47cbd8;
  background: -moz-linear-gradient(180deg, #47cbd8 0%, #2980e9 100%);
  background: -webkit-linear-gradient(180deg, #47cbd8 0%, #2980e9 100%);
  background: linear-gradient(180deg, #47cbd8 0%, #2980e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#47cbd8",endColorstr="#2980e9",GradientType=1);
}
.news_wrap .news_lst .today .date p {
  font-weight: bold;
  color: #fff;
}
.news_wrap .news_lst .today .news_info {
  width: calc(100% - 170px);
  margin-left: 50px;
}
.news_wrap .news_lst .today .news_info .tit {
  line-height: 24px;
}
.news_wrap .news_lst .today:hover .news_info .tit {
  color: #2980E9;
  text-decoration: underline;
}
.news_wrap .news_lst ul li {
  padding: 30px 50px;
  border-bottom: solid 1px #ddd;
}
.news_wrap .news_lst ul li > a {
  display: flex;
  justify-content: space-between;
}
.news_wrap .news_lst ul li .tit {
  width: calc(100% - 200px);
  font-size: 16px;
  font-weight: bold;
}
.news_wrap .news_lst ul li .tit::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-right: 10px;
  background-color: #333;
  vertical-align: middle;
}
.news_wrap .news_lst ul li .date {
  font-size: 16px;
  color: #666;
}
.news_wrap .news_lst ul li > a:hover .tit {
  text-decoration: underline;
  color: #2980E9;
}
.news_wrap .news_lst ul li > a:hover .tit::before {
  background-color: #2980e9;
}

@media screen and (max-width: 1420px) {
  .news_wrap .news_lst .today {
    padding: 30px 0px;
  }
  .news_wrap .news_lst .today .news_info {
    width: calc(100% - 150px);
    margin-left: 30px;
  }
  .news_wrap .news_lst ul li {
    padding: 30px 0px;
  }
}
@media screen and (max-width: 720px) {
  .top_line {
    padding-bottom: 15px;
  }
  .top_line .tit {
    font-size: 22px;
    line-height: 27px;
  }
  .top_line .txt {
    display: none;
  }
  .top_line a {
    font-size: 11px;
  }

  .news_wrap {
    margin-bottom: 50px;
  }
  .news_wrap .news_lst .today {
    padding: 15px 0px;
  }
  .news_wrap .news_lst .today .date {
    width: 80px;
    height: 80px;
    padding-top: 15px;
    border-radius: 5px;
  }
  .news_wrap .news_lst .today .news_info {
    width: calc(100% - 95px);
    margin-left: 15px;
  }
  .news_wrap .news_lst .today .news_info .tit {
    line-height: 19px;
  }
  .news_wrap .news_lst ul li {
    padding: 15px 0px;
  }
  .news_wrap .news_lst ul li .tit {
    width: calc(100% - 85px);
    font-size: 12px;
  }
  .news_wrap .news_lst ul li .date {
    font-size: 12px;
  }
}
.mid_banner {
  position: relative;
  margin-bottom: 100px;
}
.mid_banner .swiper .swiper-slide {
  position: relative;
  justify-content: flex-start;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
}
.mid_banner .swiper .swiper-slide a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 5;
  width: 100%;
}
.mid_banner .swiper .swiper-slide .txt_box {
  position: absolute;
  padding: 0px 60px;
}
.mid_banner .swiper .swiper-slide img {
  position: relative;
  z-index: -1;
}
.mid_banner .swiper .swiper-slide p {
  color: #fff;
}
.mid_banner .swiper .swiper-slide .tit {
  font-size: 30px;
  font-weight: bold;
}
.mid_banner .swiper .swiper-slide .txt {
  font-size: 16px;
  margin-top: 20px;
}
.mid_banner .swiper-button-prev::after, .mid_banner .swiper-button-next::after {
  content: "";
}
.mid_banner .swiper-button-prev, .mid_banner .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(/src/img/ps/prev_gray.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 14px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: ease-out 0.3s;
}
.mid_banner .swiper-button-prev:hover, .mid_banner .swiper-button-next:hover {
  background-color: #2980E9;
  background-image: url(/src/img/ps/prev_white.png);
}
.mid_banner .swiper-button-next {
  right: -30px;
  transform: rotate(180deg);
}
.mid_banner .swiper-button-prev {
  left: -30px;
}
.mid_banner .mid_pagi {
  display: none;
}

@media screen and (max-width: 1420px) {
  .mid_banner {
    margin-bottom: 120px;
  }
  .mid_banner .mid_pagi {
    display: block;
    position: relative;
    bottom: -28px;
  }
  .mid_banner .mid_pagi .swiper-pagination-bullet {
    margin: 0px 5px;
    background-color: #333;
  }
  .mid_banner .swiper .swiper-slide {
    height: auto;
  }
  .mid_banner .swiper .swiper-slide .txt_box .tit {
    font-size: 27px;
  }
}
@media screen and (max-width: 720px) {
  .mid_banner {
    margin-bottom: 60px;
  }
  .mid_banner .mid_pagi {
    bottom: -10px;
  }
  .mid_banner .swiper .swiper-slide {
    height: auto;
    border-radius: 10px;
  }
  .mid_banner .swiper .swiper-slide .txt_box {
    padding: 0px 25px;
  }
  .mid_banner .swiper .swiper-slide .txt_box .tit {
    font-size: 11px;
  }
  .mid_banner .swiper .swiper-slide .txt_box .txt {
    font-size: 11px;
    margin-top: 10px;
  }
}
.search_wrap {
  margin-bottom: 100px;
}
.search_wrap .search_top .df {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.search_wrap .search_top ul li {
  position: relative;
  display: inline-block;
  margin-right: 40px;
}
.search_wrap .search_top ul li button {
  font-size: 30px;
  font-weight: bold;
  color: #ddd;
}
.search_wrap .search_top ul li:last-child {
  margin-right: 0px;
}
.search_wrap .search_top ul li.a::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 16px;
  height: 10px;
  background: url(/src/img/deco.png) no-repeat center center/cover;
  transform: translateX(-50%);
}
.search_wrap .search_top ul li.a button {
  color: #2980E9;
}
.search_wrap .search_top .inp_box {
  width: 453px;
  height: 60px;
  padding: 6px;
  border-radius: 30px;
  background: #47cbd8;
  background: -moz-linear-gradient(90deg, #47cbd8 0%, #2980e9 100%);
  background: -webkit-linear-gradient(90deg, #47cbd8 0%, #2980e9 100%);
  background: linear-gradient(90deg, #47cbd8 0%, #2980e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#47cbd8",endColorstr="#2980e9",GradientType=1);
}
.search_wrap .search_top .inp_box .sch_box {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: none;
  background-color: #fff;
}
.search_wrap .search_top .inp_box .sch_box .inp {
  width: calc(100% - 70px);
  height: 100%;
  padding-left: 20px;
  border: none;
  border-radius: 30px 0px 0px 30px;
}
.search_wrap .search_top .inp_box .sch_box .sch_btn {
  float: right;
  width: 30px;
  height: 30px;
  margin: 9px 20px 0px 0px;
  background: url(/src/img/ps/sch_btn.png) no-repeat center center/cover;
}
.search_wrap .result_lst {
  display: none;
  margin-right: -50px;
  margin-top: 10px;
  font-size: 0px;
}
.search_wrap .result_lst li {
  display: inline-block;
  width: 433px;
  height: 100px;
  margin: 30px 50px 0px 0px;
  background-color: #fafafa;
}
.search_wrap .result_lst li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.search_wrap .result_lst li img {
  display: inline-block;
}
.search_wrap .result_lst li span {
  display: inline-block;
  width: calc(100% - 153px);
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.search_wrap .result_lst li p {
  float: right;
  width: 16px;
  height: 100%;
  background-color: #eee;
  background-image: url(/src/img/ps/go_btn.png);
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.search_wrap .result_lst li:hover span {
  color: #2980E9;
}
.search_wrap .result_lst li:hover p {
  background-color: #2980E9;
}

@media screen and (max-width: 1420px) {
  .search_wrap .top_line {
    padding-bottom: 20px;
  }
  .search_wrap .search_top .df {
    display: block;
  }
  .search_wrap .search_top .inp_box {
    margin-bottom: 67px;
  }
  .search_wrap .result_lst {
    margin-right: -20px;
  }
  .search_wrap .result_lst li {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}
@media screen and (max-width: 720px) {
  .search_wrap {
    margin-bottom: 50px;
  }
  .search_wrap .search_top .df {
    display: block;
  }
  .search_wrap .search_top .inp_box {
    width: 100%;
    margin-bottom: 40px;
  }
  .search_wrap .search_top ul {
    text-align: center;
  }
  .search_wrap .search_top ul li {
    margin-right: 20px;
  }
  .search_wrap .search_top ul li button {
    font-size: 20px;
  }
  .search_wrap .result_lst {
    margin-right: 0px;
  }
  .search_wrap .result_lst li {
    width: 100%;
    height: 50px;
    margin: 10px 0px 0px;
  }
  .search_wrap .result_lst li img {
    width: 70px;
  }
  .search_wrap .result_lst li span {
    width: calc(100% - 120px);
    font-size: 12px;
    line-height: 14px;
  }
}
.recommend_wrap {
  padding: 100px 0px;
  background-color: #EDEFF6;
}
.recommend_wrap ul {
  font-size: 0px;
}
.recommend_wrap ul li {
  position: relative;
  display: inline-block;
  width: calc(50% - 10px);
  height: 250px;
  margin-right: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.recommend_wrap ul li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.recommend_wrap ul li img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transition: ease-out 0.7s;
  object-fit: cover;
}
.recommend_wrap ul li p {
  position: absolute;
  z-index: 3;
  top: 38px;
  left: 0px;
  width: 100%;
  padding: 0px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transition: ease-out 0.7s;
}
.recommend_wrap ul li:last-child {
  margin-right: 0px;
}
.recommend_wrap ul a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #47cbd8;
  background: -moz-linear-gradient(180deg, #47cbd8 0%, #2980e9 100%);
  background: -webkit-linear-gradient(180deg, #47cbd8 0%, #2980e9 100%);
  background: linear-gradient(180deg, #47cbd8 0%, #2980e9 100%);
  -webkit-transition: ease-out 0.7s;
  opacity: 0;
}
.recommend_wrap ul li:hover > a::after {
  z-index: 2;
  opacity: 0.8;
}
.recommend_wrap ul li:hover p {
  top: 50%;
  transform: translateY(-50%);
}
.recommend_wrap ul li:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 1420px) {
  .recommend_wrap ul li img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 720px) {
  .recommend_wrap {
    padding: 50px 0px;
  }
  .recommend_wrap .top_line {
    padding-bottom: 25px;
  }
  .recommend_wrap ul {
    margin-right: 0px;
  }
  .recommend_wrap ul li {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .recommend_wrap ul li p {
    top: 20px;
    font-size: 18px;
  }
  .recommend_wrap ul li:hover a::after{
    display: none;
  }
}
.s_top {
  display: flex;
  align-items: center;
  z-index: 101;
  width: 100%;
  height: 90px;
  background: #008fc6;
  background: -moz-linear-gradient(90deg, #008fc6 0%, #001d56 100%);
  background: -webkit-linear-gradient(90deg, #008fc6 0%, #001d56 100%);
  background: linear-gradient(90deg, #008fc6 0%, #001d56 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008fc6",endColorstr="#001d56",GradientType=1);
}
.s_top .mainmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s_top .mainmenu > li {
  position: relative;
  width: 14.2857142857%;
  height: 60px;
  border-radius: 10px;
  text-align: center;
}
.s_top .mainmenu > li > a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
}
.s_top .mainmenu > li > a.lh30 {
  line-height: 30px;
}
.s_top .mainmenu > li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  display: inline-block;
  width: 1px;
  height: 20px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
}
.s_top .mainmenu > li:last-child::after {
  display: none;
}

.navi {
  width: 100%;
  padding: 17px 0px;
  margin-bottom: 70px;
  background-color: #EDEFF6;
}
.navi ul {
  line-height: 16px;
}
.navi ul li {
  display: inline-block;
  margin-right: 20px;
  line-height: 16px;
}
.navi ul li a {
  color: #999;
}
.navi ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  margin: -2px 20px 0px 0px;
  background: url(/src/img/ps/prev_gray.png) no-repeat center center/cover;
  vertical-align: middle;
  transform: rotate(180deg);
}
.navi ul li:first-child a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -3px 10px 0px 0px;
  background: url(/src/img/ps/home.png) no-repeat center center/cover;
}
.navi ul li:first-child::before {
  display: none;
}
.navi ul li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 1420px) {
  .s_top {
    display: none;
  }

  .navi {
    width: 100%;
  }
  .navi ul li:first-child a::before {
    position: relative;
    top: 3px;
  }
}
@media screen and (max-width: 720px) {
  .navi {
    padding: 13px 0px;
    margin-bottom: 35px;
  }
  .navi ul {
    line-height: 14px;
  }
  .navi ul li {
    margin-right: 10px;
  }
  .navi ul li a {
    font-size: 12px;
  }
  .navi ul li::before {
    margin: -1px 10px 0px 0px;
  }
  .navi ul li.dn720 {
    display: none;
  }
  .navi ul li:nth-child(2)::before {
    display: none;
  }
}
.s_nav_menu {
  float: left;
  width: 220px;
  margin-bottom: 100px;
  margin-right: 70px;
}
.s_nav_menu .tit {
  border-bottom: solid 2px #333;
}
.s_nav_menu .main_lst > li.closed .sub_lst{
  display: none;
}
.s_nav_menu .main_lst > li.act button{
  color: #2980E9;
}
.s_nav_menu .main_lst > li.act button::after{
  background-color: #2980E9;
  background-image: url(/src/img/ps/s_menu_ico_w.png);
}
.s_nav_menu .main_lst > li > button, .s_nav_menu .main_lst > li > a {
  display: block;
  width: 100%;
  padding: 22px 0px;
  border-bottom: solid 1px #ddd;
  text-align: left;
  line-height: 16px;
  font-weight: bold;
}
.s_nav_menu .main_lst > li > button::after, .s_nav_menu .main_lst > li > a::after {
  content: "";
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  border-radius: 10px;
  background-color: #eee;
  background-image: url(/src/img/ps/s_menu_ico_b.png);
  background-repeat: no-repeat;
  background-position: 55% 55%;
  background-size: auto;
}
.s_nav_menu .main_lst > li .sub_lst {
  display: none;
  width: 100%;
  padding: 20px;
  border-bottom: solid 1px #ddd;
  background-color: #fafafa;
}
.s_nav_menu .main_lst > li .sub_lst.prod_sub>li{
  padding-left: 20px;
}
.s_nav_menu .main_lst > li .sub_lst.prod_sub>li:first-child{
  padding-left: 0px;
}
.s_nav_menu .main_lst > li .sub_lst.prod_sub>li ul{
  padding-left: 20px;
}
.s_nav_menu .main_lst > li .sub_lst > li:last-child > button, .s_nav_menu .main_lst > li .sub_lst > li:last-child > a {
  margin-bottom: 0px;
}
.s_nav_menu .main_lst > li .sub_lst > li > button, .s_nav_menu .main_lst > li .sub_lst > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 10px;
  margin-bottom: 7px;
  text-align: left;
  color: #999;
}
.s_nav_menu .main_lst > li .sub_lst > li > button::before, .s_nav_menu .main_lst > li .sub_lst > li > a::before {
  content: "-";
  position: absolute;
  top: -1px;
  left: 0px;
  display: block;
}
.s_nav_menu .main_lst > li .sub_lst > li ul {
  display: none;
  padding-bottom: 20px;
}
.s_nav_menu .main_lst > li .sub_lst > li ul.mt7{
  margin-top: 7px;
}
.s_nav_menu .main_lst > li .sub_lst > li ul.pb0{
  padding-bottom: 0px;
}
.s_nav_menu .main_lst > li .sub_lst > li ul li {
  margin-bottom: 7px;
}
.s_nav_menu .main_lst > li .sub_lst > li ul li button, .s_nav_menu .main_lst > li .sub_lst > li ul li a {
  display: block;
  margin-bottom: 0px;
  color: #999;
}
.s_nav_menu .main_lst > li .sub_lst > li ul li a.pos{
  position: relative;
  padding-left: 20px;
}
.s_nav_menu .main_lst > li .sub_lst > li ul li a.pos span {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
.s_nav_menu .main_lst > li .sub_lst > li ul li:last-child {
  margin-bottom: 0px;
}
.s_nav_menu .main_lst > li .sub_lst > li:hover > button, .s_nav_menu .main_lst > li .sub_lst > li:hover > a {
  color: #2980E9;
  text-decoration: underline;
}
.s_nav_menu .main_lst > li .sub_lst > li:hover ul li:hover button, .s_nav_menu .main_lst > li .sub_lst > li:hover ul li:hover a {
  color: #333;
  text-decoration: underline;
}
.s_nav_menu .main_lst > li .sub_lst > li.a > button, .s_nav_menu .main_lst > li .sub_lst > li.a > a {
  color: #2980E9;
  text-decoration: underline;
}
.s_nav_menu .main_lst > li .sub_lst > li.a ul {
  display: block;
}
.s_nav_menu .main_lst > li .sub_lst > li.a ul li.a button, .s_nav_menu .main_lst > li .sub_lst > li.a ul li.a a {
  color: #333;
  text-decoration: underline;
}
.s_nav_menu .main_lst > li.a > button, .s_nav_menu .main_lst > li.a > a {
  color: #2980E9;
}
.s_nav_menu .main_lst > li.a > button::after, .s_nav_menu .main_lst > li.a > a::after {
  background-color: #2980E9;
  background-image: url(/src/img/ps/s_menu_ico_w.png);
}
.s_nav_menu .main_lst > li.a .sub_lst {
  display: block;
}
.s_nav_menu .main_lst > li:hover > button, .s_nav_menu .main_lst > li:hover > a {
  color: #2980E9;
}
.s_nav_menu .main_lst > li:hover > button::after, .s_nav_menu .main_lst > li:hover > a::after {
  background-color: #2980E9;
  background-image: url(/src/img/ps/s_menu_ico_w.png);
}

@media screen and (max-width: 1420px) {
  .s_nav_menu {
    display: none;
  }
}
.yel {
  background-color: #FFCE47;
  background-image: url(/src/img/ps/type_yel.png);
}

.org {
  background-color: #FF7B36;
  background-image: url(/src/img/ps/type_org.png);
}

.och {
  background-color: #D9A24F;
  background-image: url(/src/img/ps/type_och.png);
}

.gre {
  background-color: #1FB23D;
  background-image: url(/src/img/ps/type_gre.png);
}

.man {
  background-color: #FFAF47;
  background-image: url(/src/img/ps/type_man.png);
}

.che {
  background-color: #A81515;
  background-image: url(/src/img/ps/type_che.png);
}

.red {
  background-color: #FF3636;
  background-image: url(/src/img/ps/type_red.png);
}

.blu {
  background-color: #2980E9;
  background-image: url(/src/img/ps/type_blu.png);
}

.pin {
  background-color: #FF48BC;
  background-image: url(/src/img/ps/type_pin.png);
}

.s_cont {
  width: 1400px;
  margin: 0px auto;
}

.s_content {
  float: left;
  width: calc(100% - 290px);
}

.s_main_tit {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: solid 2px #333;
  font-size: 24px;
  font-weight: bold;
}

.tit_before {
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #333;
  font-size: 20px;
  font-weight: bold;
}
.tit_before::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  display: inline-block;
  width: 5px;
  height: 24px;
  background-color: #2980E9;
  vertical-align: middle;
}

@media screen and (max-width: 1420px) {
  .s_cont {
    width: 100%;
    padding: 0px 40px;
  }

  .s_content {
    float: none;
    width: 100%;
  }

  .page_num {
    margin-top: 30px;
  }
}
@media screen and (max-width: 720px) {
  .s_cont {
    padding: 0px 20px;
  }

  .s_main_tit {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
  }

  .page_num {
    margin-top: 25px;
  }

  .page_num.m_mt15 {
    margin-top: 15px;
  }

  .tit_before {
    padding-left: 15px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .tit_before::before {
    top: 4px;
    width: 5px;
    height: 16px;
  }
}
.prod_sch .sch_line {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.prod_sch .sch_line > div {
  padding: 20px;
  background-color: #EDEFF6;
}
.prod_sch .sch_line > div span, .prod_sch .sch_line > div .inp {
  font-size: 16px;
}
.prod_sch .sch_line > div span {
  float: left;
  font-weight: bold;
}
.prod_sch .sch_line > div .inp_box {
  font-size: 0px;
}
.prod_sch .sch_line > div .inp_box .inp {
  display: inline-block;
  height: 48px;
  background-color: #fff;
}
.prod_sch .sch_line .sch_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 890px;
}
.prod_sch .sch_line .sch_wrap .sch_box {
  width: 555px;
  border: solid 1px #ddd;
}
.prod_sch .sch_line .sch_wrap .sch_box input {
  padding-left: 20px;
}
.prod_sch .sch_line .sch_wrap .sch_box .sch_btn {
  float: right;
  width: 30px;
  height: 30px;
  margin: 9px 20px 0px 0px;
  background: url(/src/img/ps/sch_btn.png) no-repeat center center/cover;
}
.prod_sch .sch_line .sch_wrap .inp_box input {
  width: calc(100% - 70px);
  height: 100%;
  border: none;
}
.prod_sch .sch_line .sch_wrap select {
  width: 150px;
  margin-right: 5px;
}
.prod_sch .sch_line .cate_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 480px;
}
.prod_sch .sch_line .cate_wrap .inp {
  display: inline-block;
  width: 300px;
  height: 48px;
  background-color: #fff;
}
.prod_sch .result_lst_wrap {
  margin-top: 70px;
}
.prod_sch .result_lst_wrap .lst_top {
  text-align: center;
  border-bottom: solid 2px #333;
}
.prod_sch .result_lst_wrap .lst_top span {
  font-weight: bold;
  color: #2980E9;
}
.prod_sch .result_lst_wrap>ul {
  margin-top: 10px;
}
.prod_sch .result_lst_wrap>ul>li {
  padding: 20px 0px;
  width: 100%;
  border-bottom: solid 1px #ddd;
}
.prod_sch .result_lst_wrap ul li .df {
  display: flex;
  justify-content: start;
  align-items: center;
}
.prod_sch .result_lst_wrap ul li .img_btn {
  position: relative;
  margin-right: 50px;
}
.prod_sch .result_lst_wrap>ul>li .img_btn img {
  display: block;
  width: 100%;
}
.prod_sch .result_lst_wrap>ul>li .img_btn::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: #2980E9;
  background-image: url(/src/img/ps/plus_thin.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.prod_sch .result_lst_wrap>ul>li .txt_box {
  width: calc(100% - 350px);
}
.prod_sch .result_lst_wrap>ul>li .txt_box .tit {
  font-size: 18px;
  font-weight: bold;
}
.prod_sch .result_lst_wrap>ul>li .txt_box .txt {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
}
.prod_sch .result_lst_wrap>ul>li .txt_box .txt span {
  color: #2980E9;
  text-decoration: underline;
}
.prod_sch .result_lst_wrap>ul>li .txt_box .url {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  word-break: break-all;
  color: #999;
}
.prod_sch .result_lst_wrap>ul>li .txt_box .url .ico {
  display: inline-block;
  width: 70px;
  height: 35px;
  margin-right: 12px;
  border-radius: 18px;
  text-align: center;
  line-height: 35px;
  background-color: #47CBD8;
  color: #fff;
}
.prod_sch .result_lst_wrap>ul>li .txt_box .url .address {
  width: calc(100% - 82px);
}
.prod_sch .relation{
  margin-top: 20px;
}
.prod_sch .relation .tab {
  width: 100%;
  height: 60px;
  font-size: 0px;
}
.prod_sch .relation .tab li {
  display: inline-block;
  width: 200px;
  height: 100%;
  margin-right: 10px;
  border: solid 1px #ddd;
  vertical-align: middle;
}
.prod_sch .relation .tab li button, .prod_sch .relation .tab li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
}
.prod_sch .relation .tab li:last-child {
  margin-right: 0px;
}
.prod_sch .relation .tab.a {
  border-bottom: solid 1px #2980E9;
}
.prod_sch .relation .tab.a li {
  border-bottom: none;
}
.prod_sch .relation .tab.a li.a {
  border: solid 1px #2980E9;
  border-bottom: none;
}
.prod_sch .relation .tab.a li.a button {
  color: #2980E9;
}
.prod_sch .relation .relation_lst {
  display: none;
  padding: 0px;
  margin-right: -21px;
  font-size: 0px;
}
.prod_sch .relation .relation_lst li {
  display: inline-block;
  width: calc(33.3334% - 21px);
  height: 150px;
  margin: 20px 21px 0px 0px;
  background-color: #fafafa;
}
.prod_sch .relation .relation_lst li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.prod_sch .relation .relation_lst li img {
  display: inline-block;
  width: 106px;
  height: 100%;
}
.prod_sch .relation .relation_lst li span {
  display: inline-block;
  width: calc(100% - 50px);
  padding: 0px 20px;
  text-align: left;
  font-size: 16px;
}
.prod_sch .relation .relation_lst li p {
  float: right;
  width: 16px;
  height: 100%;
  background-color: #eee;
  background-image: url(/src/img/ps/go_btn.png);
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.prod_sch .relation .relation_lst li:hover span {
  color: #2980E9;
}
.prod_sch .relation .relation_lst li:hover p {
  background-color: #2980E9;
}

@media screen and (max-width: 1420px) {
  .prod_sch .sch_line {
    display: block;
  }
  .prod_sch .sch_line > div {
    padding: 35px 20px;
  }
  .prod_sch .sch_line > div span {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .prod_sch .sch_line .sch_wrap {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .prod_sch .sch_line .sch_wrap .sch_box {
    width: calc(100% - 155px);
  }
  .prod_sch .sch_line .cate_wrap {
    display: block;
    width: 100%;
  }
  .prod_sch .result_lst_wrap>ul>li {
    display: block;
    text-align: center;
  }
  .prod_sch .result_lst_wrap ul li .df{
    display: block;
  }
  .prod_sch .result_lst_wrap>ul>li .txt_box {
    width: 100%;
    margin: 30px 0px 0px;
    text-align: left;
  }
  .prod_sch .relation{
    text-align: left;
  }
  .prod_sch .relation .tab li {
    width: calc(33.333% - 6px);
    margin-right: 9px;
  }
  .prod_sch .relation .relation_lst {
    margin-right: -20px;
  }
  .prod_sch .relation .relation_lst li {
    width: calc(50% - 20px);
    margin: 20px 20px 0px 0px;
  }
}
@media screen and (max-width: 720px) {
  .prod_sch .sch_line > div {
    padding: 20px;
  }
  .prod_sch .sch_line > div span, .prod_sch .sch_line > div .inp {
    font-size: 12px;
  }
  .prod_sch .sch_line > div span {
    margin-bottom: 5px;
  }
  .prod_sch .sch_line .sch_wrap {
    margin-bottom: 15px;
  }
  .prod_sch .sch_line .sch_wrap .sch_box {
    display: block;
    width: 100%;
  }
  .prod_sch .sch_line .sch_wrap select {
    width: 100%;
    margin-bottom: 5px;
  }
  .prod_sch .sch_line .cate_wrap .inp {
    display: block;
    width: 100%;
  }
  .prod_sch .result_lst_wrap {
    margin-top: 35px;
  }
  .prod_sch .result_lst_wrap .lst_top {
    padding-bottom: 25px;
  }
  .prod_sch .result_lst_wrap>ul>li {
    padding: 15px 0px;
  }
  .prod_sch .result_lst_wrap>ul>li .img_btn {
    /* width: 100%; */
    margin: 0px;
  }
  .prod_sch .result_lst_wrap>ul>li .txt_box {
    width: 100%;
    margin: 15px 0px 0px;
    text-align: left;
  }
  .prod_sch .result_lst_wrap>ul>li .txt_box .tit {
    font-size: 14px;
  }
  .prod_sch .result_lst_wrap>ul>li .txt_box .txt {
    margin-top: 10px;
    font-size: 12px;
  }
  .prod_sch .result_lst_wrap>ul>li .txt_box .url {
    align-items: start;
    margin-top: 15px;
    font-size: 12px;
  }
  .prod_sch .result_lst_wrap>ul>li .txt_box .url .address {
    margin-top: 7px;
  }
  .prod_sch .relation{
    margin-top: 10px;
  }
  .prod_sch .relation .tab {
    height: 50px;
  }
  .prod_sch .relation .tab li {
    width: 33.3334%;
    margin-right: 0px;
    border-right: none;
  }
  .prod_sch .relation .tab li button, .prod_sch .relation .tab li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 12px;
    line-height: 14px;
  }
  .prod_sch .relation .tab li:last-child {
    border-right: solid 1px #ddd;
  }
  .prod_sch .relation .relation_lst {
    margin-top: 10px;
    margin-right: 0px;
  }
  .prod_sch .relation .relation_lst li {
    width: 100%;
    margin: 0px 0px 10px;
    height: 71px;
  }
  .prod_sch .relation .relation_lst li img {
    width: 50px;
  }
  .prod_sch .relation .relation_lst li span {
    font-size: 12px;
  }
}
.news .news_top {
  padding-bottom: 20px;
  border-bottom: 2px solid #333;
}
.news .news_top form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.news .news_top .sch_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  height: 45px;
  border-radius: 25px;
  background-color: #EDEFF6;
}
.news .news_top .sch_box .inp {
  width: calc(100% - 60px);
  height: 40px;
  padding-left: 20px;
  border: none;
  border-radius: 25px 0px 0px 25px;
  background-color: transparent;
}
.news .news_top .sch_box button {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background: url(/src/img/ps/sch_btn.png) no-repeat center center;
}
.news ul li {
  display: flex;
  align-items: center;
  padding: 30px 0px;
  border-bottom: 1px solid #ddd;
}
.news ul li .num {
  position: relative;
  width: 120px;
  margin-right: 20px;
  text-align: center;
  font-size: 16px;
}
.news ul li .m_date {
  display: none;
  font-size: 16px;
  color: #999;
}
.news ul li .txt_box {
  width: calc(100% - 130px);
}
.news ul li .txt_box .date, .news ul li .txt_box .txt {
  font-size: 16px;
}
.news ul li .txt_box .date {
  color: #999;
}
.news ul li .txt_box .date span {
  display: none;
  position: relative;
  width: 20px;
  margin-right: 20px;
  text-align: center;
  color: #333;
}
.news ul li .num::after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -11px;
  width: 1px;
  height: 9px;
  margin: 0;
  background-color: #ddd;
  vertical-align: middle;
}
.news ul li .txt_box .txt {
  color: #666;
}
.news ul li .txt_box .tit {
  display: block;
  margin: 10px 0px 13px;
  font-size: 18px;
  font-weight: bold;
}
.news ul li .txt_box .tit:hover {
  color: #2980E9 !important;
  text-decoration: underline;
}

@media screen and (max-width: 1420px) {
  .news .news_top form {
    display: block;
  }
  .news .news_top .sch_box {
    margin-bottom: 30px;
  }
  .news ul li .txt_box {
    width: 100%;
  }
  .news ul li{
    display: block;
  }
  .news ul li .num{
    display: inline-block;
    width: auto;
    margin-right: 20px;
  }
  .news ul li .num::after{
    display: block;
  }
  .news ul li .m_date{
    display: inline-block;
  }
  .news ul li .txt_box{
    display: block;
  }
  .news ul li .txt_box .date {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .page_num.mt50 {
    margin-top: 15px;
  }

  .news .news_top {
    padding-bottom: 10px;
  }
  .news .news_top .sch_box {
    width: 100%;
    margin-bottom: 15px;
  }
  .news ul li {
    padding: 15px 0px;
  }
  .news ul li .num {
    margin-right: 11px;
    font-size: 12px;
  }
  .news ul li .m_date{
    font-size: 12px;
  }
  .news ul li .txt_box .date, .news ul li .txt_box .txt {
    font-size: 12px;
  }
  .news ul li .num::after {
    right: -7px;
    height: 7px;
  }
  .news ul li .txt_box .tit {
    margin: 5px 0px;
    font-size: 14px;
  }
}
.board .board_top {
  padding-bottom: 30px;
  border-bottom: solid 1px #ddd;
}
.board .file_box {
  display: flex;
  align-items: center;
  padding: 12px 0px;
  border-bottom: solid 1px #ddd;
}
.board .file_box .box {
  width: 120px;
  height: 45px;
  margin-right: 12px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #ccc;
}
.board .file_box .name {
  display: block;
  width: calc(100% - 140px);
  font-size: 16px;
  color: #999;
}
.board .main {
  padding: 30px 0px 100px;
  border-bottom: solid 1px #ddd;
}
.board .main a{
  color:#3366BB;
}
.board .main .img_box {
  width: 100%;
  max-width: 1110px;
  height: auto;
  margin-bottom: 30px;
  text-align: left;
}
.board .main p {
  font-size: 16px;
  color: #333;
}
.board .main p:last-child {
  margin-bottom: 0px;
}
.board .btn_wrap {
  height: 60px;
  margin-top: 30px;
  font-size: 0;
}
.board .btn_wrap a {
  display: inline-block;
  width: 200px;
  height: 100%;
  margin-right: 10px;
  border: solid 1px #ddd;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
}
.board .btn_wrap a span {
  margin-left: 20px;
  vertical-align: middle;
}
.board .btn_wrap a img {
  vertical-align: middle;
}
.board .btn_wrap .next span {
  margin: 0px 20px 0px 0px;
}
.board .btn_wrap a:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 720px) {
  .board .board_top {
    padding-bottom: 15px;
  }
  .board .board_top .date {
    margin-bottom: 5px;
  }
  .board .file_box {
    padding: 6px 0px;
  }
  .board .file_box .box {
    width: 90px;
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
    font-size: 12px;
  }
  .board .file_box .name {
    width: calc(100% - 110px);
    font-size: 12px;
  }
  .board .file_box .name span {
    display: none;
  }
  .board .main {
    padding: 15px 0px 50px;
  }
  .board .main .img_box {
    margin-bottom: 15px;
  }
  .board .main p {
    font-size: 12px;
  }
  .board .btn_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: auto;
    margin-top: 15px;
  }
  .board .btn_wrap a {
    width: 20px;
    height: 20px;
    border: none;
    line-height: 20px;
  }
  .board .btn_wrap a span {
    display: none;
  }
  .board .btn_wrap .go_lst {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.company_data .tit_before {
  border-bottom: none;
}
.company_data .l_box {
  width: 848px;
  border-top: solid 2px #333;
}
.company_data .l_box .info_lst li {
  padding: 20px 0px;
  border-bottom: solid 1px #ddd;
  font-size: 0;
}
.company_data .l_box .info_lst li p {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.company_data .l_box .info_lst li .tit {
  position: relative;
  width: 134px;
  padding-left: 10px;
  margin-right: 20px;
  font-weight: bold;
}
.company_data .l_box .info_lst li .tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #666;
  vertical-align: middle;
}
.company_data .l_box .info_lst li .txt {
  width: calc(100% - 154px);
  color: #666;
}
.company_data .l_box .btn_lst {
  margin-right: -30px;
  margin-top: 10px;
  font-size: 0;
}
.company_data .l_box .btn_lst li {
  display: inline-block;
  width: 409px;
  height: 100px;
  margin: 20px 30px 0px 0px;
  background-color: #fafafa;
  vertical-align: top;
}
.company_data .l_box .btn_lst li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.company_data .l_box .btn_lst li .ico_box {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 100px;
  height: 100%;
}
.company_data .l_box .btn_lst li .ico_box.blu {
  background-color: #2980E9;
  background-image: none;
}
.company_data .l_box .btn_lst li .ico_box.min {
  background-color: #47CBD8;
  background-image: none;
}
.company_data .l_box .btn_lst li .ico_box.bla {
  background-color: #333;
  background-image: none;
}
.company_data .l_box .btn_lst li .ico_box.gre {
  background-color: #6ABF16;
  background-image: none;
}
.company_data .l_box .btn_lst li span {
  display: inline-block;
  width: calc(100% - 153px);
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.company_data .l_box .btn_lst li p {
  float: right;
  width: 16px;
  height: 100%;
  background-color: #eee;
  background-image: url(/src/img/ps/go_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.company_data .l_box .btn_lst li:hover span {
  color: #2980E9;
}
.company_data .l_box .btn_lst li:hover p {
  background-color: #2980E9;
}
.company_data .r_box {
  width: 192px;
}
.company_data .r_box img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1420px) {
  .company_data .l_box {
    width: 100%;
  }
  .company_data .l_box .btn_lst li {
    width: calc(50% - 30px);
  }
  .company_data .r_box {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .company_data .l_box .info_lst li {
    padding: 10px 0px;
  }
  .company_data .l_box .info_lst li p {
    font-size: 12px;
  }
  .company_data .l_box .info_lst li .tit {
    width: 60px;
    margin-right: 10px;
  }
  .company_data .l_box .btn_lst {
    margin-top: 5px;
    margin-right: 0px;
  }
  .company_data .l_box .btn_lst li {
    display: block;
    width: 100%;
    height: 50px;
    margin: 10px 0px 0px;
  }
  .company_data .l_box .info_lst li .tit::before {
    top: 7px;
    left: 0px;
  }
  .company_data .l_box .btn_lst li .ico_box {
    width: 50px;
  }
  .company_data .l_box .btn_lst li .ico_box img {
    transform: scale(0.5);
  }
  .company_data .l_box .btn_lst li span {
    width: calc(100% - 90px);
    font-size: 12px;
  }
}
.top_message > img {
  display: block;
  width: 100%;
}
.top_message .txt {
  margin-bottom: 30px;
  font-size: 16px;
}
.top_message .txt:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 720px) {
  .top_message .tit {
    margin: 25px 0px 15px;
  }
  .top_message .txt {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
.spirit .step1 {
  margin-bottom: 70px;
}
.spirit .step1 .txt {
  font-size: 16px;
  color: #666;
}
.spirit .step1 ul li {
  margin-bottom: 15px;
}
.spirit .step1 ul li:last-child {
  margin-bottom: 0px;
}
.spirit .step1 ul li p {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  font-weight: bold;
}
.spirit .step1 ul li p span {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 31px;
  padding-right: 10px;
  color: #2980E9 !important;
}
.spirit .step2 {
  margin-bottom: 50px;
  border-bottom: solid 1px #ddd;
}
.spirit .step2 ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px;
}
.spirit .step2 ul li::after {
  content: "";
  display: block;
  clear: both;
}
.spirit .step2 ul li.pd0 {
  padding: 0px;
}
.spirit .step2 ul li .l, .spirit .step2 ul li .r {
  float: left;
  width: 540px;
}
.spirit .step2 ul li .l.tit_box, .spirit .step2 ul li .r.tit_box {
  display: block;
  height: 60px;
  padding: 0px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.spirit .step2 ul li .l.tit_box.b, .spirit .step2 ul li .r.tit_box.b {
  background-color: #2980E9 !important;
}
.spirit .step2 ul li .l.tit_box.min, .spirit .step2 ul li .r.tit_box.min {
  background-color: #47CBD8;
}
.spirit .step2 ul li .l::after, .spirit .step2 ul li .r::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: url(/src/img/dotted_line.png) no-repeat center center/auto;
}
.spirit .step2 ul li .l {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.spirit .step2 ul li .l.db {
  display: block;
}
.spirit .step2 ul li .l p {
  font-size: 16px;
  font-weight: bold;
}
.spirit .step2 ul li .l .tit {
  width: 150px;
  height: 70px;
  margin-right: 20px;
  border-radius: 35px;
  text-align: center;
  line-height: 70px;
  background-color: #EDEFF6;
}
.spirit .step2 ul li .l .txt {
  width: calc(100% - 170px);
}
.spirit .step2 ul li .r p {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #666;
}
.spirit .step2 ul li .r p:last-child {
  margin-bottom: 0px;
}
.spirit .step2 ul li .r p::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #666;
}
.spirit .step2 ul li .r .tit_box::before {
  display: none;
}
.spirit .step2 ul li:first-child .r::after, .spirit .step2 ul li:first-child .l::after, .spirit .step2 ul li:last-child .r::after, .spirit .step2 ul li:last-child .l::after {
  display: none;
}
.spirit .step3 .tit_box {
  width: 100%;
  padding: 20px;
  background-color: #EDEFF6;
}
.spirit .step3 .bd_lst {
  position: relative;
  margin: 20px 0px;
}
.spirit .step3 .bd_lst::before{
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: calc(100% - 5px);
  height: 1px;
  background-color: #ddd;
}
.spirit .step3 .bd_lst li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 168px;
  margin-right: 20px;
  border: solid 1px #ddd;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
}
.spirit .step3 .bd_lst li:last-child {
  margin-right: 0px;
}
.spirit .step3 .bg_lst_wrap .l, .spirit .step3 .bg_lst_wrap .r {
  float: left;
  width: 550px;
}
.spirit .step3 .bg_lst_wrap .l p, .spirit .step3 .bg_lst_wrap .r p {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.spirit .step3 .bg_lst_wrap .l p.h130, .spirit .step3 .bg_lst_wrap .r p.h130 {
  height: 130px;
  line-height: 130px;
}
.spirit .step3 .bg_lst_wrap .l p.m, .spirit .step3 .bg_lst_wrap .r p.m {
  background-color: #47CBD8;
}
.spirit .step3 .bg_lst_wrap .l p.b, .spirit .step3 .bg_lst_wrap .r p.b {
  background-color: #2980E9 !important;
}
.spirit .step3 .bg_lst_wrap .l p.g, .spirit .step3 .bg_lst_wrap .r p.g {
  background-color: #aaa;
}
.spirit .step3 .bg_lst_wrap .l p:last-child, .spirit .step3 .bg_lst_wrap .r p:last-child {
  margin-bottom: 0px;
}
.spirit .step3 .bg_lst_wrap .l {
  margin-right: 10px;
}
.spirit .step3 .bg_lst_wrap .r p {
  opacity: 0.6;
}
.spirit .step3 .bg_lst_wrap .r p.op40 {
  opacity: 0.4;
}

@media screen and (max-width: 1420px) {
  .spirit .step2 ul li .l, .spirit .step2 ul li .r {
    width: calc(50% - 15px);
  }
  .spirit .step2 ul li .l {
    display: block;
    text-align: center;
  }
  .spirit .step2 ul li .l .tit {
    margin: 0px auto 10px;
  }
  .spirit .step2 ul li .l .txt {
    width: 100%;
  }
  .spirit .step3 .bd_lst {
    width: 544px;
    margin: 20px auto 0px;
  }
  .spirit .step3 .bd_lst::before{
    display: none;
  }
  .spirit .step3 .bd_lst li::after{
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 50%;
    right: -21px;
    width: 22px;
    height: 1px;
    background-color: #ddd;
  }
  .spirit .step3 .bd_lst li:nth-child(3n)::after{
    display: none;
  }
  .spirit .step3 .bd_lst li {
    position: relative;
    margin: 0px 20px 20px 0px;
  }
  .spirit .step3 .bd_lst li:nth-child(3n) {
    margin-right: 0px;
  }
  .spirit .step3 .bg_lst_wrap .l, .spirit .step3 .bg_lst_wrap .r {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 720px) {
  .spirit .mb30 {
    margin-bottom: 15px;
  }
  .spirit .mb50 {
    margin-bottom: 35px;
  }
  .spirit .step1 {
    margin-bottom: 35px;
  }
  .spirit .step1 .txt {
    font-size: 12px;
  }
  .spirit .step1 ul li {
    margin-bottom: 10px;
  }
  .spirit .step1 ul li p {
    font-size: 12px;
    padding-left: 25px;
  }
  .spirit .step2 {
    margin-bottom: 25px;
  }
  .spirit .step2 ul li {
    padding: 15px 0px;
  }
  .spirit .step2 ul li .l, .spirit .step2 ul li .r {
    width: calc(50% - 5px);
  }
  .spirit .step2 ul li .l.tit_box, .spirit .step2 ul li .r.tit_box {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .spirit .step2 ul li .l {
    margin-right: 10px;
  }
  .spirit .step2 ul li .l p {
    font-size: 12px;
  }
  .spirit .step2 ul li .l .tit {
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
  .spirit .step2 ul li .l .txt {
    width: 100%;
  }
  .spirit .step2 ul li .r p {
    padding-left: 10px;
    font-size: 12px;
  }
  .spirit .step2 ul li .r p::before {
    top: 6px;
  }
  .spirit .step3 .bd_lst {
    width: 100%;
    margin: 10px 0px 5px 0px;
  }
  .spirit .step3 .bd_lst li {
    width: calc(33.3334% - 4px);
    height: 90px;
    margin-right: 6px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .spirit .step3 .bd_lst li:nth-child(3n) {
    margin-right: 0px;
  }
  .spirit .step3 .bg_lst_wrap .l, .spirit .step3 .bg_lst_wrap .r {
    width: calc(50% - 2px);
  }
  .spirit .step3 .bg_lst_wrap .l p, .spirit .step3 .bg_lst_wrap .r p {
    height: 50px;
    margin-bottom: 4px;
    line-height: 50px;
    font-size: 14px;
  }
  .spirit .step3 .bg_lst_wrap .l p.h130, .spirit .step3 .bg_lst_wrap .r p.h130 {
    height: 104px;
    line-height: 103px;
  }
  .spirit .step3 .bg_lst_wrap .l {
    margin-right: 4px;
  }
}
.policy .step .box {
  position: relative;
  padding: 55px 30px 30px;
  margin-top: 55px;
  background-color: #fafafa;
}
.policy .step .box .tit_box {
  position: absolute;
  top: -25px;
  left: 0px;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  background-color: #2980E9 !important;
  color: #fff;
}
.policy .step .box .txt {
  font-size: 16px;
  color: #666;
}
.policy .step .box.mt40 {
  margin-top: 40px;
}
.policy .step1 {
  margin-bottom: 0px;
}
.policy .step1 .tb_wrap {
  border-top: solid 2px #333;
}
.policy .step1 .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.policy .step1 .tb_wrap table tr th {
  width: 290px;
  padding: 20px 0px;
  border-right: solid 1px #ddd;
}
.policy .step1 .tb_wrap table tr th > div {
  display: flex;
  align-items: center;
}
.policy .step1 .tb_wrap table tr th .ico_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #EDEFF6;
}
.policy .step1 .tb_wrap table tr th p {
  width: calc(100% - 130px);
  margin-left: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.policy .step1 .tb_wrap table tr td {
  padding: 0px 30px;
}
.policy .step2 .tab_menu {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
  border: solid 1px #ddd;
  font-size: 0;
}
.policy .step2 .tab_menu li {
  display: inline-block;
  width: 25%;
  height: 60px;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: center;
  vertical-align: top;
}
.policy .step2 .tab_menu li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 16px;
  color: #999;
}
.policy .step2 .tab_menu li.bdb0 {
  border-bottom: none;
}
.policy .step2 .tab_menu li.bdr0 {
  border-right: none;
}
.policy .step2 .tab_menu li:last-child {
  border-right: none;
}
.policy .step2 .tab_menu li:hover a, .policy .step2 .tab_menu li.a a {
  position: relative;
  color: #2980E9;
}
.policy .step2 .tab_menu li:hover a::after, .policy .step2 .tab_menu li.a a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: #2980E9;
}
.policy .step2 .tb_wrap {
  margin-bottom: 50px;
  border-top: solid 2px #333;
}
.policy .step2 .tb_wrap:last-child{
  margin-bottom: 0px;
}
.policy .step2 .tb_wrap .txt_box {
  width: 100%;
  padding: 30px;
  border: solid 1px #ddd;
}
.policy .step2 .tb_wrap .txt_box p {
  font-size: 16px;
  color: #666;
}
.policy .step2 .tb_wrap.mb0 {
  margin-bottom: 0px;
}
.policy .step2 .tb_wrap .tb_top {
  padding: 30px;
  font-size: 16px;
  font-weight: bold;
  background-color: #2980E9 !important;
  color: #fff;
}
.policy .step2 .tb_wrap table {
  border: solid 1px #ddd;
  border-top: none;
}
.policy .step2 .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.policy .step2 .tb_wrap table tr th {
  width: 290px;
  padding: 30px;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #fafafa;
}
.policy .step2 .tb_wrap table tr td {
  padding: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
.policy .step2 .tb_wrap table tr td .bf_box {
  margin: 20px 0px;
}
.policy .step2 .tb_wrap table tr td .bf_box p {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.policy .step2 .tb_wrap table tr td .bf_box p::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #666;
}
.policy .step2 .tb_wrap table tr td .bf_box p:last-child {
  margin-bottom: 0px;
}
.policy .step2 .tb_wrap table tr td .bf_box.mb0 {
  margin-bottom: 0px;
}
.policy .step2 .tb_wrap table tr td p {
  font-size: 16px;
  color: #666;
}
.policy .step2 .tb_wrap table.bdt {
  border-top: solid 1px #ddd;
}

@media screen and (max-width: 1420px) {
  .policy .step2 .tab_menu li {
    width: 50%;
  }
  .policy .step2 .tab_menu li.bdr0 {
    border-right: solid 1px #ddd;
  }
  .policy .step2 .tab_menu li:nth-child(2n) {
    border-right: none;
  }
  .policy .step2 .tab_menu li.dn1420 {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .policy .mb30 {
    margin-bottom: 15px;
  }
  .policy .mb50 {
    margin-bottom: 25px;
  }
  .policy .tit_before.mb30 {
    margin-bottom: 15px;
  }
  .policy .step .box {
    padding: 35px 20px 20px;
    margin-top: 40px;
  }
  .policy .step .box .tit_box {
    top: -20px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .policy .step .box .txt {
    font-size: 12px;
  }
  .policy .step .box.mt40 {
    margin-top: 25px;
  }
  .policy .step1 {
    margin-bottom: 0px;
  }
  .policy .step1 .tb_wrap table tr {
    display: block;
    padding: 15px 0px;
    text-align: center;
  }
  .policy .step1 .tb_wrap table tr th, .policy .step1 .tb_wrap table tr td {
    display: block;
    width: 100%;
    border: none;
  }
  .policy .step1 .tb_wrap table tr th {
    padding: 0px;
  }
  .policy .step1 .tb_wrap table tr th > div {
    display: block;
  }
  .policy .step1 .tb_wrap table tr th > div .ico_box {
    margin: 0px auto;
  }
  .policy .step1 .tb_wrap table tr th > div p {
    width: 100%;
    margin: 10px 0px;
    text-align: center;
  }
  .policy .step2 .tab_menu {
    margin: 25px 0px 15px;
  }
  .policy .step2 .tab_menu li {
    height: 44px;
  }
  .policy .step2 .tab_menu li a {
    line-height: 44px;
    font-size: 12px;
  }
  .policy .step2 .tb_wrap {
    margin-bottom: 25px;
  }
  .policy .step2 .tb_wrap .txt_box {
    padding: 15px;
  }
  .policy .step2 .tb_wrap .txt_box p {
    font-size: 12px;
  }
  .policy .step2 .tb_wrap .tb_top {
    padding: 15px;
    font-size: 12px;
  }
  .policy .step2 .tb_wrap table tr th, .policy .step2 .tb_wrap table tr td {
    width: 50%;
    font-size: 12px;
  }
  .policy .step2 .tb_wrap table tr th {
    padding: 10px;
  }
  .policy .step2 .tb_wrap table tr td {
    padding: 15px;
    font-size: 12px;
    line-height: 150%;
  }
  .policy .step2 .tb_wrap table tr td .bf_box {
    margin: 10px 0px;
  }
  .policy .step2 .tb_wrap table tr td .bf_box p {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .policy .step2 .tb_wrap table tr td .bf_box p::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #666;
  }
  .policy .step2 .tb_wrap table tr td .bf_box.mb0 {
    margin-bottom: 0px;
  }
  .policy .step2 .tb_wrap table tr td p {
    font-size: 12px;
    color: #666;
  }
}
.history_page .year .history_lst {
  position: relative;
  margin: 50px 0px 0px;
}
.history_page .year .history_lst::after {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 5px;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #ddd;
}
.history_page .year .history_lst .line {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 100%;
  margin-bottom: 50px;
  padding-left: 40px;
  text-align: left;
}
.history_page .year .history_lst .line::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: solid 3px #2980E9 !important;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.history_page .year .history_lst .line.dn {
  display: none;
}
.history_page .year .history_lst .line .t {
  width: 600px;
  padding-left: 0px;
}
.history_page .year .history_lst .line .t .date {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #2980E9 !important;
}
.history_page .year .history_lst .line .t .txt {
  position: relative;
  padding-right: 14px;
  padding-left: 10px;
  margin-bottom: 15px;
  line-height: 21px;
  font-size: 16px;
  color: #666;
}
.history_page .year .history_lst .line .t .txt:last-child {
  margin-bottom: 0px;
}
.history_page .year .history_lst .line .t .txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #666;
}
.history_page .year .history_lst .line .i {
  width: calc(100% - 600px);
  padding: 30px 0px 0px 30px;
  text-align: left;
}
.history_page .year .history_lst .line .i p{
  margin-top: 5px;
}
.history_page .year .history_lst .line .i img {
  display: block;
}
.history_page .year .history_lst .line .i .i_box:first-child {
  margin-bottom: 10px;
}
.history_page .year .history_lst .line .i .i_box:last-child {
  margin-bottom: 0px;
}
.history_page .year .history_lst .line .i img.mr30 {
  margin-right: 0px;
}

.history_page .year:last-child .history_lst:last-child .line:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 1420px) {
  .history_page .year .history_lst .line .i {
    width: 350px;
  }
  .history_page .year .history_lst .line .t{
    width: calc(100% - 370px);
  }
  .history_page .year .history_lst .line .i::after {
    display: none;
  }
  .history_page .year .history_lst .line .i img {
    float: none;
    margin-bottom: 5px;
  }
  .history_page .year .history_lst .line .i img:first-child {
    margin-right: 0px;
  }
}
@media screen and (max-width:991px) {
  .history_page .year .history_lst .line .i {
    width: 250px;
  }
  .history_page .year .history_lst .line .t{
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 720px) {
  .history_page .mb50 {
    margin-bottom: 25px;
  }
  .history_page .year .history_lst {
    margin: 25px 0px 0px;
  }
  .history_page .year .history_lst::after {
    display: none;
  }
  .history_page .year .history_lst .line {
    display: block;
    padding-left: 0px;
    margin-bottom: 25px;
    text-align: left;
  }
  .history_page .year .history_lst .line::after {
    display: none;
  }
  .history_page .year .history_lst .line .t {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .history_page .year .history_lst .line .t .date {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .history_page .year .history_lst .line .t .txt {
    padding-right: 0px;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 150%;
    font-size: 12px;
  }
  .history_page .year .history_lst .line .t .txt::after {
    right: auto;
    top: 6px;
    left: 0px;
  }
  .history_page .year .history_lst .line .i {
    width: 100%;
    padding: 15px 0px 0px;
    text-align: center;
  }
  .history_page .year .history_lst .line .i .i_box img{
    margin: 0px auto;
  }
  .history_page .year .history_lst .line .i .i_box p{
    font-size: 12px;
  }
}
.dna .step {
  margin-bottom: 70px;
}
.dna .step1 {
  margin-top: 30px;
}
.dna .step1 .video_box {
  width: 560px;
}
.dna .step2 .fst {
  margin-bottom: 70px;
}
.dna .step2 > div .int {
  display: flex;
  align-items: center;
  padding: 30px 0px;
}
.dna .step2 > div .int .l {
  width: 288px;
}
.dna .step2 > div .int .r {
  width: calc(100% - 288px);
  padding-left: 50px;
}
.dna .step2 > div .int .r p {
  margin-bottom: 30px;
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.dna .step2 > div .int .r p:last-child {
  margin-bottom: 0px;
}
.dna .step2 > div .tb_wrap {
  border-top: solid 1px #333;
}
.dna .step2 > div table tr {
  border-bottom: solid 1px #ddd;
}
.dna .step2 > div table tr th {
  width: 290px;
  padding: 30px;
  border-right: solid 1px #ddd;
  background-color: #fafafa;
  font-size: 16px;
  font-weight: bold;
}
.dna .step2 > div table tr td {
  padding: 30px;
  font-size: 16px;
  color: #666;
}
.dna .step3 {
  margin-bottom: 0;
}
.dna .step3 .txt_box {
  margin-top: 40px;
}
.dna .step3 .txt_box p {
  margin-bottom: 30px;
  font-size: 16px;
  color: #666;
}
.dna .step3 .txt_box .tit {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.dna .step3 .img_box .img_info {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.dna .step3 .underline {
  text-decoration: underline;
}

.video_md {
  display: none;
  z-index: 1111;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.video_md .md_box {
  position: fixed;
  top: calc(50% + 20px);
  left: 50%;
  width: 1110px;
  transform: translate(-50%, -50%);
}
.video_md .md_box .md_close {
  position: absolute;
  top: -50px;
  right: 0px;
  width: 29px;
  height: 29px;
  background: url(/src/img/ps/md_close.png) no-repeat center center/cover;
}

@media screen and (max-width: 1420px) {
  .dna .step2 > div .int {
    display: block;
  }
  .dna .step2 > div .int .l {
    margin: 0px auto 30px;
  }
  .dna .step2 > div .int .r {
    width: 100%;
    padding-left: 0px;
  }
  .dna .step2 > div .tb_wrap table tr th {
    width: 102px;
  }

  .video_md .md_box {
    top: calc(50% + 20px);
    left: 50%;
    width: 100%;
    padding: 0px 40px;
  }
  .video_md .md_box .md_close {
    right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .dna .tit_circle {
    margin-bottom: 7px;
  }
  .dna .mb50 {
    margin-bottom: 25px;
  }
  .dna .step {
    margin-bottom: 35px;
  }
  .dna .step1 {
    margin-top: 15px;
  }
  .dna .step1 .video_box {
    width: 100%;
  }
  .dna .step1 .video_box p {
    margin-top: 5px;
  }
  .dna .step2 .fst {
    margin-bottom: 35px;
  }
  .dna .step2 > div .int {
    display: block;
    padding: 15px 0px;
  }
  .dna .step2 > div .int .l {
    width: 144px;
    margin: 0px auto 15px;
  }
  .dna .step2 > div .int .r p {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 150%;
  }
  .dna .step2 > div .tb_wrap table tr th, .dna .step2 > div .tb_wrap table tr td {
    padding: 15px;
    font-size: 12px;
    line-height: 150%;
  }
  .dna .step3 .mb30 {
    margin-bottom: 15px;
  }
  .dna .step3 .txt_box {
    margin-top: 20px;
  }
  .dna .step3 .txt_box p {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .dna .step3 .txt_box .tit {
    font-size: 14px;
  }
  .dna .step3 .img_box {
    margin-bottom: 35px;
  }
  .dna .step3 .img_box .img_info {
    font-size: 12px;
  }

  .video_md .md_box {
    top: calc(50% + 10px);
    padding: 0px 20px;
  }
  .video_md .md_box .md_close {
    top: -40px;
    right: 20px;
  }
}
.outline .txt {
  font-size: 16px;
  color: #666;
}
.outline .go_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  height: 60px;
  background-color: #fafafa;
}
.outline .go_btn span {
  display: inline-block;
  width: calc(100% - 50px);
  padding-left: 20px;
  text-align: left;
  font-size: 16px;
}
.outline .go_btn p {
  float: right;
  width: 16px;
  height: 100%;
  background-color: #eee;
  background-image: url(/src/img/ps/go_btn.png);
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.outline .go_btn:hover span {
  color: #2980E9;
}
.outline .go_btn:hover p {
  background-color: #2980E9;
}
.outline .step {
  margin-bottom: 70px;
}
.outline .step:last-child {
  margin-bottom: 0px;
}
.outline .step1 .df_box {
  display: flex;
  align-items: center;
}
.outline .step1 .df_box .r {
  margin-left: 70px;
}
.outline .step3 .prod {
  margin-top: 40px;
}
.outline .step3 .prod .l, .outline .step3 .prod .r {
  width: 540px;
}
.outline .step3 .prod .l .tit, .outline .step3 .prod .r .tit {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  background-color: #EDEFF6;
}
.outline .step3 .prod .l .txt, .outline .step3 .prod .r .txt {
  margin: 20px 0px 30px;
}
.outline .step3 .prod .l .box, .outline .step3 .prod .r .box {
  height: 279px;
  padding-top: 30px;
  border: 1px solid #ddd;
  text-align: center;
}
.outline .step3 .prod .l .box p, .outline .step3 .prod .r .box p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #2980E9 !important;
}
.outline .step3 .prod .l .box .img, .outline .step3 .prod .r .box .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}
.outline .step3 .bd_box {
  padding: 30px;
  margin-bottom: 50px;
  border: 5px solid #eee;
}
.outline .step3 .bd_box .df_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.outline .step3 .bd_box .df_box > div {
  width: 504px;
}
.outline .step3 .bd_box .df_box > div .bf {
  position: relative;
  padding-left: 14px;
  margin-bottom: 20px;
  font-size: 16px;
}
.outline .step3 .bd_box .df_box > div .bf::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #666;
}
.outline .step3 .bd_box .df_box > div > div {
  display: flex;
  align-items: center;
}
.outline .step3 .bd_box .df_box > div > div p {
  margin-left: 40px;
  font-size: 16px;
  color: #666;
}
.outline .step3 .machine_lst {
  margin-bottom: 50px;
  font-size: 0;
}
.outline .step3 .machine_lst li {
  display: inline-block;
  width: 262px;
  margin-right: 20px;
  text-align: center;
}
.outline .step3 .machine_lst li p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
.outline .step3 .machine_lst li:last-child {
  margin-right: 0px;
}
.outline .step3 .highly {
  margin-bottom: 50px;
}
.outline .step3 .highly .top_tit {
  padding: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #2980E9 !important;
}
.outline .step3 .highly .df_box {
  display: flex;
  justify-content: space-between;
  padding: 35px 30px;
  border: solid 1px #ddd;
}
.outline .step3 .highly .df_box > div {
  display: flex;
  align-items: center;
  width: 495px;
}
.outline .step3 .highly .df_box > div p {
  width: calc(100% - 275px);
  padding-right: 25px;
  font-size: 16px;
  line-height: 26px;
}
.outline .step3 .highly .df_box > div p span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #2980E9 !important;
}
.outline .step3 .after_market_lst li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.outline .step3 .after_market_lst li p {
  padding: 0px 0px 0px 50px;
  font-size: 16px;
  color: #666;
}
.outline .step3 .after_market_lst li:last-child {
  margin-bottom: 0px;
}
.outline .step4 .box_wrap {
  margin: 30px 0px;
  font-size: 0;
}
.outline .step4 .box_wrap > div {
  display: inline-block;
  position: relative;
  width: 250px;
  height: 150px;
  margin-right: 10px;
  padding: 15px;
  vertical-align: top;
  background-position: calc(100% - 15px) calc(100% - 15px);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
.outline .step4 .box_wrap > div:last-child {
  margin-right: 0px;
}
.outline .step4 .box_wrap > div p {
  position: relative;
  padding-left: 34px;
  font-size: 16px;
  color: #fff;
}
.outline .step4 .box_wrap > div p span {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 20px;
  font-weight: bold;
}
.outline .step4 .img_lst li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.outline .step4 .img_lst li p {
  padding: 0px 0px 0px 50px;
  font-size: 16px;
  color: #666;
}
.outline .step4 .img_lst li:last-child {
  margin-bottom: 0px;
  font-size: 16px;
  color: #666;
}

@media screen and (max-width: 1420px) {
  .outline .step1 .df_box {
    display: block;
    text-align: center;
  }
  .outline .step1 .df_box .r {
    margin: 30px 0px 0px;
    text-align: center;
  }
  .outline .step1 .df_box .go_btn {
    margin: 0px auto;
  }
  .outline .step3 .main_img {
    text-align: center;
  }
  .outline .step3 .prod .l, .outline .step3 .prod .r {
    width: calc(50% - 15px);
  }
  .outline .step3 .bd_box .df_box {
    display: block;
  }
  .outline .step3 .bd_box .df_box > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .outline .step3 .bd_box .df_box > div:last-child {
    margin-bottom: 0px;
  }
  .outline .step3 .machine_lst {
    width: 544px;
    margin: 0px auto 30px;
  }
  .outline .step3 .machine_lst li {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .outline .step3 .machine_lst li:nth-child(2n) {
    margin-right: 0px;
  }
  .outline .step3 .highly .df_box {
    display: block;
  }
  .outline .step3 .highly .df_box > div {
    justify-content: space-around;
    width: 100%;
    margin-bottom: 30px;
  }
  .outline .step3 .highly .df_box > div p {
    width: 220px;
  }
  .outline .step3 .highly .df_box > div:last-child {
    margin-bottom: 0px;
  }
  .outline .step3 .after_market_lst li img {
    width: 295px;
  }
  .outline .step4 .img_lst li img {
    width: 295px;
  }
}
@media screen and (max-width: 720px) {
  .outline .txt {
    font-size: 12px;
  }
  .outline .mb50 {
    margin-bottom: 25px;
  }
  .outline .mt50 {
    margin-top: 25px;
  }
  .outline .mb10 {
    margin-bottom: 5px;
  }
  .outline .mt10 {
    margin-top: 5px;
  }
  .outline .mt15 {
    margin-top: 10px;
  }
  .outline .mt20 {
    margin-top: 10px;
  }
  .outline .mb30 {
    margin-bottom: 15px;
  }
  .outline .step {
    margin-bottom: 35px;
  }
  .outline .step1 .df_box > img {
    display: block;
    width: 125px;
    margin: 0px auto;
  }
  .outline .step1 .df_box .r {
    margin-top: 15px;
  }
  .outline .step1 .df_box .go_btn {
    width: 100%;
    height: 50px;
  }
  .outline .step1 .df_box .go_btn span {
    font-size: 12px;
  }
  .outline .step3 .step_tit {
    margin-bottom: 25px;
  }
  .outline .step3 .prod {
    margin-top: 20px;
  }
  .outline .step3 .prod .l, .outline .step3 .prod .r {
    display: block;
    width: 100%;
  }
  .outline .step3 .prod .l .tit, .outline .step3 .prod .r .tit {
    padding: 13px 10px;
    font-size: 12px;
  }
  .outline .step3 .prod .l .txt, .outline .step3 .prod .r .txt {
    margin: 10px 0px 15px;
  }
  .outline .step3 .prod .l .box, .outline .step3 .prod .r .box {
    padding: 15px 20px;
    height: auto;
  }
  .outline .step3 .prod .l .box p, .outline .step3 .prod .r .box p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .outline .step3 .prod .l .box .img, .outline .step3 .prod .r .box .img {
    height: auto;
  }
  .outline .step3 .prod .l {
    margin-bottom: 15px;
  }
  .outline .step3 .bd_box {
    padding: 20px;
    margin-bottom: 25px;
  }
  .outline .step3 .bd_box .df_box > div .bf {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  .outline .step3 .bd_box .df_box > div .bf::before {
    top: 6px;
  }
  .outline .step3 .bd_box .df_box > div > div {
    display: block;
  }
  .outline .step3 .bd_box .df_box > div > div p {
    margin-left: 0px;
    margin-top: 10px;
    font-size: 12px;
  }
  .outline .step3 .bd_box .df_box .l {
    margin-bottom: 15px;
  }
  .outline .step3 .machine_lst {
    width: 100%;
    margin-bottom: 15px;
  }
  .outline .step3 .machine_lst li {
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 10px;
  }
  .outline .step3 .machine_lst li img {
    display: block;
    width: 100%;
  }
  .outline .step3 .machine_lst li p {
    margin-top: 10px;
    font-size: 12px;
  }
  .outline .step3 .machine_lst li:nth-child(2n) {
    margin-right: 0px;
  }
  .outline .step3 .highly {
    margin-bottom: 25px;
  }
  .outline .step3 .highly .top_tit {
    padding: 11px;
    font-size: 14px;
  }
  .outline .step3 .highly .df_box {
    padding: 20px;
  }
  .outline .step3 .highly .df_box > div {
    display: block;
    width: 100%;
  }
  .outline .step3 .highly .df_box > div p {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 150%;
  }
  .outline .step3 .highly .df_box > div p span {
    font-size: 14px;
  }
  .outline .step3 .highly .df_box > div img {
    display: block;
    width: 100%;
  }
  .outline .step3 .highly .df_box .l {
    margin-bottom: 15px;
  }
  .outline .step3 .after_market_lst li {
    display: block;
    margin-bottom: 15px;
  }
  .outline .step3 .after_market_lst li img {
    display: block;
    width: 100%;
  }
  .outline .step3 .after_market_lst li p {
    padding-left: 0px;
    margin-top: 10px;
    font-size: 12px;
  }
  .outline .step4 .box_wrap {
    margin: 15px 0px;
  }
  .outline .step4 .box_wrap > div {
    display: block;
    width: 250px;
    height: 80px;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .outline .step4 .box_wrap > div p {
    padding-left: 30px;
    font-size: 12px;
  }
  .outline .step4 .box_wrap > div p span {
    font-size: 14px;
  }
  .outline .step4 .box_wrap > div:last-child {
    margin-bottom: 0px;
  }
  .outline .step4 .img_lst li {
    display: block;
    margin-bottom: 10px;
  }
  .outline .step4 .img_lst li img {
    display: block;
    width: 100%;
  }
  .outline .step4 .img_lst li p {
    padding-left: 0px;
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
  }
}
.domain .txt {
  font-size: 16px;
  color: #666;
}
.domain .bg_tit {
  width: 100%;
  padding: 13px 0px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: #2980E9 !important;
  color: #fff;
}
.domain .bg_tit.more {
  position: relative;
  margin-bottom: 30px;
}
.domain .bg_tit.more p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.domain .bg_tit.more a {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  transform: translateY(-50%);
}
.domain .tab_menu {
  width: 100%;
  border: solid 1px #ddd;
  font-size: 0;
}
.domain .tab_menu li {
  display: inline-block;
  width: 33.333%;
  border-right: solid 1px #ddd;
  text-align: center;
}
.domain .tab_menu li a {
  display: block;
  width: 100%;
  padding: 20px 0px;
  font-size: 16px;
  color: #999;
}
.domain .tab_menu li:last-child {
  border-right: none;
}
.domain .tab_menu li:hover a, .domain .tab_menu li.a a {
  position: relative;
  color: #2980E9;
}
.domain .tab_menu li:hover a::after, .domain .tab_menu li.a a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: #2980E9;
}
.domain .b_news {
  margin-bottom: 70px;
}
.domain .b_news ul {
  font-size: 0;
}
.domain .b_news ul li {
  display: inline-block;
  width: 356px;
  margin-right: 20px;
  text-align: center;
  vertical-align: top;
}
.domain .b_news ul li p {
  font-size: 16px;
  line-height: 19px;
  text-align: left;
}
.domain .b_news ul li .tit {
  margin: 20px 0px 10px;
  font-weight: bold;
}
.domain .b_news ul li .date {
  color: #666;
}
.domain .b_news ul li:last-child {
  margin-right: 0px;
}
.domain .catal ul {
  font-size: 0;
}
.domain .catal ul li {
  display: inline-block;
  width: 262px;
  margin-right: 20px;
  text-align: center;
}
.domain .catal ul li p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
.domain .catal ul li:nth-child(4n){
  margin-right: 0px;
}
.domain .catal ul li:last-child {
  margin-right: 0px;
}
.domain .catal .go_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  height: 60px;
  margin: 50px auto 0px;
  background-color: #fafafa;
}
.domain .catal .go_btn span {
  display: inline-block;
  width: calc(100% - 50px);
  padding-left: 20px;
  text-align: left;
  font-size: 16px;
}
.domain .catal .go_btn p {
  float: right;
  width: 16px;
  height: 100%;
  background-color: #eee;
  background-image: url(/src/img/ps/go_btn.png);
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.domain .catal .go_btn:hover span {
  color: #2980E9;
}
.domain .catal .go_btn:hover p {
  background-color: #2980E9;
}
.domain .step {
  margin-bottom: 70px;
}
.domain .step1 .tb_wrap {
  margin-top: 30px;
  margin-bottom: 50px;
  border-top: 2px solid #000;
}
.domain .step1 .tb_wrap table {
  border: solid 1px #ddd;
  border-top: none;
}
.domain .step1 .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.domain .step1 .tb_wrap table tr th {
  width: 104px;
  padding: 10px;
  border-right: solid 1px #ddd;
}
.domain .step1 .tb_wrap table tr th .num {
  width: 36px;
  height: 36px;
  margin: 0px auto;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  background-color: #2980E9 !important;
}
.domain .step1 .tb_wrap table tr th .num.mb5 {
  margin-bottom: 5px;
}
.domain .step1 .tb_wrap table tr td {
  padding-left: 30px;
  font-size: 16px;
}
.domain .step1 .tb_wrap table tr td.underline {
  text-decoration: underline;
}
.domain .step1 .hurb_lst {
  font-size: 0;
}
.domain .step1 .hurb_lst li {
  display: inline-block;
  width: 545px;
}
.domain .step1 .hurb_lst li .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  border: solid 1px #ddd;
}
.domain .step1 .hurb_lst li p {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
.domain .step1 .hurb_lst li:first-child {
  margin-right: 20px;
}
.domain .step1 .box {
  position: relative;
  width: 100%;
  padding: 45px 30px 20px;
  margin-top: 55px;
  background-color: #fafafa;
}
.domain .step1 .box .top_box {
  position: absolute;
  top: -25px;
  left: 0px;
}
.domain .step1 .box .top_box p {
  display: inline-block;
  height: 50px;
  vertical-align: top;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
}
.domain .step1 .box .top_box .tit_box {
  width: 200px;
  font-size: 16px;
  background-color: #2980E9 !important;
}
.domain .step1 .box .top_box .add_txt {
  position: relative;
  width: 157px;
  margin-left: 10px;
  border-radius: 10px;
  background-color: #FF4021;
}
.domain .step1 .box .top_box .add_txt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7px;
  width: 8px;
  height: 8px;
  background: url(/src/img/red_left.png) no-repeat center center/cover;
}
.domain .step1 .box .df_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.domain .step1 .box .df_box p {
  padding-left: 30px;
}
.domain .step1 .box.mb70 {
  margin-bottom: 70px;
}
.domain .step1 .box.mt75 {
  margin-top: 75px;
}
.domain .step1 .present_lst {
  margin-top: 30px;
  text-align: center;
}
.domain .step1 .present_lst li {
  display: inline-block;
  width: 190px;
  margin-right: 30px;
  vertical-align: bottom;
}
.domain .step1 .present_lst li .balloon {
  position: relative;
  width: 150px;
  height: 57px;
  margin: 0px auto 10px;
  border-radius: 10px;
  line-height: 57px;
  font-weight: bold;
  color: #fff;
  background-color: #FF4021;
}
.domain .step1 .present_lst li .balloon::after {
  content: "";
  position: absolute;
  bottom: -8px;
  transform: translateX(-50%);
  left: 50%;
  width: 8px;
  height: 8px;
  background: url(/src/img/red_bottom.png) no-repeat center center/cover;
}
.domain .step1 .present_lst li img {
  display: block;
  width: 100%;
}
.domain .step1 .present_lst li .tit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.domain .step1 .present_lst li .tit.bg_org {
  background-color: #FF7B36;
}
.domain .step1 .present_lst li .tit.bg_c1 {
  background-color: #2980E9 !important;
}
.domain .step1 .present_lst li .tit.bg_gre {
  background-color: #1FB23D;
}
.domain .step1 .present_lst li:last-child {
  margin-right: 0px;
}
.domain .step1 .future {
  margin-top: 50px;
  margin-bottom: 70px;
}
.domain .step1 .future .bg_tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 0px 10px;
  margin: 0px;
}
.domain .step1 .future .bg_tit .main_tit {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.domain .step1 .future .bg_tit .sub_tit {
  font-size: 16px;
  color: #fff;
}
.domain .step1 .future .l, .domain .step1 .future .r {
  text-align: center;
}
.domain .step1 .future .l p, .domain .step1 .future .r p {
  font-size: 16px;
}
.domain .step1 .future .l .pd, .domain .step1 .future .r .pd {
  padding: 30px 20px;
}
.domain .step1 .future .l .bd, .domain .step1 .future .r .bd {
  border: solid 1px #ddd;
}
.domain .step1 .future .l .bd.bdtn, .domain .step1 .future .r .bd.bdtn {
  border-top: none;
}
.domain .step1 .future .l {
  width: 356px;
}
.domain .step1 .future .l ul li {
  margin-bottom: 30px;
}
.domain .step1 .future .l ul li .tit {
  margin: 10px 0px;
  font-weight: bold;
}
.domain .step1 .future .l ul li:last-child {
  margin-bottom: 0px;
}
.domain .step1 .future .r {
  width: 734px;
}
.domain .step1 .future .r .bg_tit {
  background-color: #47CBD8 !important;
}
.domain .step1 .future .r .top_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin: 10px 0px;
}
.domain .step1 .future .r .r_l, .domain .step1 .future .r .r_r {
  width: 356px;
}
.domain .step1 .future .r .r_l ul li, .domain .step1 .future .r .r_r ul li {
  margin-bottom: 51px;
}
.domain .step1 .future .r .r_l ul li:last-child, .domain .step1 .future .r .r_r ul li:last-child {
  margin-bottom: 0px;
}
.domain .step1 .future .r .r_l .c_r, .domain .step1 .future .r .r_r .c_r {
  color: #FF4021;
}
.domain .step1 .future .r .r_l .tit, .domain .step1 .future .r .r_r .tit {
  margin: 10px 0px;
  font-weight: bold;
}
.domain .step1 .future .r .r_l .info, .domain .step1 .future .r .r_r .info {
  margin-bottom: 20px;
}
.domain .step1 .future .r .r_l .info.mb46, .domain .step1 .future .r .r_r .info.mb46 {
  margin-bottom: 46px;
}
.domain .step1 .future .r .r_l .lsm2, .domain .step1 .future .r .r_r .lsm2 {
  letter-spacing: -0.2px;
}
.domain .step1 .future .r .r_l {
  width: 356px;
}
.domain .step1 .future .r .r_r ul li {
  margin-bottom: 52px;
}
.domain .step2 .main_prod {
  margin-bottom: 40px;
}
.domain .step2 .main_prod > ul {
  margin-right: -18px;
  font-size: 0;
}
.domain .step2 .main_prod > ul > li {
  display: inline-block;
  width: 546px;
  margin-right: 18px;
  margin-bottom: 30px;
}
.domain .step2 .main_prod > ul > li > p {
  width: 100%;
  padding: 15px 0px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #EDEFF6;
}
.domain .step2 .main_prod > ul > li .df_box {
  display: flex;
  justify-content: space-between;
  height: 200px;
}
.domain .step2 .main_prod > ul > li .df_box ul {
  width: 267px;
}
.domain .step2 .main_prod > ul > li .df_box ul li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.domain .step2 .main_prod > ul > li .df_box ul li p {
  margin-left: 10px;
  font-size: 16px;
}
.domain .step2 .main_prod > ul > li .df_box ul li:last-child {
  margin-bottom: 10px;
}
.domain .step2 .main_prod > ul > li .df_box.al_c {
  align-items: center;
}
.domain .step2 .subject .subject_lst {
  margin-bottom: 70px;
  font-size: 0;
}
.domain .step2 .subject .subject_lst li {
  position: relative;
  display: inline-block;
  width: 330px;
  margin-right: 60px;
  text-align: center;
}
.domain .step2 .subject .subject_lst li p {
  font-size: 16px;
}
.domain .step2 .subject .subject_lst li .tit {
  margin: 20px 0px 10px;
  font-weight: bold;
}
.domain .step2 .subject .subject_lst li::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 90px;
  right: -42px;
  width: 24px;
  height: 31px;
  background: url(/src/img/arrow_gray.png) no-repeat center center;
}
.domain .step2 .subject .subject_lst li:last-child {
  margin-right: 0px;
}
.domain .step2 .subject .subject_lst li:last-child::after {
  display: none;
}
.domain .step2 .subject .subject_lst2 {
  margin-bottom: 50px;
  font-size: 0;
}
.domain .step2 .subject .subject_lst2 li {
  display: inline-block;
  width: 545px;
  margin-right: 20px;
  text-align: center;
  vertical-align: top;
}
.domain .step2 .subject .subject_lst2 li img {
  display: block;
  width: 100%;
}
.domain .step2 .subject .subject_lst2 li p {
  margin-top: 20px;
  font-size: 16px;
}
.domain .step2 .subject .subject_lst2 li:last-child {
  margin-right: 0px;
}
.domain .step2 .subject .video_lst {
  margin-bottom: 70px;
  font-size: 0;
}
.domain .step2 .subject .video_lst li {
  display: inline-block;
  width: 545px;
  margin-right: 20px;
  text-align: center;
  vertical-align: top;
}
.domain .step2 .subject .video_lst li iframe {
  width: 100%;
}
.domain .step2 .subject .video_lst li p {
  margin-top: 20px;
  font-size: 16px;
}
.domain .step2 .subject .video_lst li:last-child {
  margin-right: 0px;
}
.domain .step2 .subject .step_lst {
  margin-bottom: 70px;
  font-size: 0;
}
.domain .step2 .subject .step_lst li {
  display: inline-block;
  width: 262px;
  margin-right: 20px;
  vertical-align: top;
}
.domain .step2 .subject .step_lst li .num {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  background-color: #2980e9;
  color: #fff;
}
.domain .step2 .subject .step_lst li .num.op30 {
  background-color: rgba(41, 128, 233, 0.3);
}
.domain .step2 .subject .step_lst li .num.op50 {
  background-color: rgba(41, 128, 233, 0.5);
}
.domain .step2 .subject .step_lst li .num.op70 {
  background-color: rgba(41, 128, 233, 0.7);
}
.domain .step2 .subject .step_lst li > div {
  height: 580px;
  padding: 30px 20px;
  border: 1px solid #ddd;
  text-align: center;
}
.domain .step2 .subject .step_lst li .tit {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #FF4021;
}
.domain .step2 .subject .step_lst li .txt {
  margin-top: 30px;
  text-align: left;
}
.domain .step2 .subject .step_lst li .txt.mt20 {
  margin-top: 20px;
}
.domain .step2 .subject .step_lst li img {
  display: block;
  margin: 0px auto;
}
.domain .step2 .subject .step_lst li img.mb20 {
  margin-bottom: 20px;
}
.domain .step2 .subject .step_lst li img.mb15 {
  margin-bottom: 15px;
}
.domain .step2 .subject .step_lst li:last-child {
  margin-right: 0px;
}
.domain .step3 {
  margin-bottom: 0px;
}
.domain .step3 .mro_lst {
  margin-bottom: 70px;
  font-size: 0;
}
.domain .step3 .mro_lst li {
  display: inline-block;
  width: 540px;
  margin-right: 30px;
  text-align: center;
  vertical-align: top;
}
.domain .step3 .mro_lst li img {
  display: block;
  width: 100%;
}
.domain .step3 .mro_lst li p {
  margin-top: 20px;
  font-size: 16px;
}
.domain .step3 .mro_lst li:last-child {
  margin-right: 0px;
}
.domain .step3 .repair_lst {
  margin-bottom: 70px;
  font-size: 0;
}
.domain .step3 .repair_lst li {
  display: inline-block;
  width: 540px;
  margin-right: 30px;
  text-align: center;
  vertical-align: top;
}
.domain .step3 .repair_lst li img {
  display: block;
  width: 100%;
}
.domain .step3 .repair_lst li p {
  margin-top: 20px;
  font-size: 16px;
}
.domain .step3 .repair_lst li:last-child {
  margin-right: 0px;
}
.domain .step3 .subject ul {
  margin-bottom: 40px;
  font-size: 0;
}
.domain .step3 .subject ul li {
  display: inline-block;
  width: 540px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  vertical-align: top;
}
.domain .step3 .subject ul li img {
  display: block;
  width: 100%;
}
.domain .step3 .subject ul li p {
  margin-top: 20px;
  font-size: 16px;
}
.domain .step3 .subject ul li:nth-child(2n) {
  margin-right: 0px;
}
.domain .step3 .catal ul {
  margin-right: -20px;
}
.domain .step3 .catal ul li {
  margin-bottom: 50px;
}
.domain .step3 .catal ul li:last-child {
  margin-right: 20px;
}
.domain .step3 .catal .go_btn {
  margin-top: 0px;
}

.underline {
  text-decoration: underline;
}

@media screen and (max-width: 1420px) {
  .domain .tab_menu li {
    width: 50%;
    border-bottom: solid 1px #ddd;
  }
  .domain .tab_menu li:last-child {
    border-right: solid 1px #ddd;
    border-bottom: none;
  }
  .domain .tab_menu li.m_bdr0 {
    border-right: none;
  }
  .domain .b_news {
    margin-bottom: 40px;
  }
  .domain .b_news ul {
    margin-right: -20px;
  }
  .domain .b_news ul li {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  .domain .b_news ul li img {
    display: block;
    margin: 0px auto;
  }
  .domain .b_news ul li:last-child {
    margin-right: 20px;
  }
  .domain .catal ul {
    width: 100%;
    margin: 0px auto;
  }
  .domain .catal ul li {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .domain .catal ul li:nth-child(2n) {
    margin-right: 0px;
  }
  .domain .catal .go_btn {
    margin-top: 20px;
  }
  .domain .step1 > img {
    display: block;
    width: 100%;
  }
  .domain .step1 .hurb_lst li {
    display: block;
    margin: 0px auto;
  }
  .domain .step1 .hurb_lst li .img_box {
    padding: 20px;
  }
  .domain .step1 .hurb_lst li:first-child {
    margin: 0px auto 30px;
  }
  .domain .step1 .present_lst {
    font-size: 0;
  }
  .domain .step1 .present_lst li {
    width: calc(33.3334% - 20px);
    margin-right: 30px;
  }
  .domain .step1 .future .l, .domain .step1 .future .r {
    width: 100%;
  }
  .domain .step1 .future .l {
    margin-bottom: 30px;
  }
  .domain .step1 .future .r .r_l, .domain .step1 .future .r .r_r {
    width: calc(50% - 5px);
  }
  .domain .step2 .main_prod > ul > li {
    display: block;
    margin: 0px auto 30px;
  }
  .domain .step2 .subject .subject_lst li {
    display: block;
    margin: 0px auto 84px;
  }
  .domain .step2 .subject .subject_lst li:last-child {
    margin: 0px auto;
  }
  .domain .step2 .subject .subject_lst li::after {
    right: auto;
    top: auto;
    left: calc(50% - 12px);
    bottom: -60px;
    transform: rotate(90deg);
  }
  .domain .step2 .subject .subject_lst2 li {
    display: block;
    margin: 0px auto 30px;
  }
  .domain .step2 .subject .subject_lst2 li:last-child {
    margin: 0px auto;
  }
  .domain .step2 .subject .video_lst li {
    display: block;
    margin: 0px auto 30px;
  }
  .domain .step2 .subject .video_lst li:last-child {
    margin: 0px auto;
  }
  .domain .step2 .subject .step_lst {
    margin-right: -20px;
    margin-bottom: 40px;
  }
  .domain .step2 .subject .step_lst li {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  .domain .step2 .subject .step_lst li:last-child {
    margin-right: 20px;
  }
  .domain .step3 .mro_lst li {
    display: block;
    margin: 0px auto 30px;
  }
  .domain .step3 .mro_lst li:last-child {
    margin: 0px auto;
  }
  .domain .step3 .repair_lst li {
    display: block;
    margin: 0px auto 30px;
  }
  .domain .step3 .repair_lst li:last-child {
    margin: 0px auto;
  }
  .domain .step3 .subject ul {
    margin-bottom: 70px;
  }
  .domain .step3 .subject ul li {
    display: block;
    margin: 0px auto 30px;
  }
  .domain .step3 .subject ul li:nth-child(2n) {
    margin: 0px auto 30px;
  }
  .domain .step3 .subject ul li:last-child {
    margin: 0px auto;
  }
  .domain .step3 .catal ul {
    margin: 0px auto;
  }
  .domain .step3 .catal ul li:last-child {
    margin-right: 0px;
  }
}
@media screen and (max-width: 720px) {
  .domain .mb70 {
    margin-bottom: 35px;
  }
  .domain .mb30 {
    margin-bottom: 15px;
  }
  .domain .mb50 {
    margin-bottom: 25px;
  }
  .domain .txt {
    font-size: 12px;
  }
  .domain .tab_menu li a {
    padding: 15px 10px;
    font-size: 12px;
  }
  .domain .bg_tit {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .domain .bg_tit.more {
    margin-bottom: 15px;
  }
  .domain .bg_tit.more p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .domain .bg_tit.more a {
    position: static;
    font-size: 12px;
    text-align: center;
  }
  .domain .b_news {
    margin-bottom: 35px;
  }
  .domain .b_news ul {
    margin-right: 0px;
  }
  .domain .b_news ul li {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .domain .b_news ul li .tit {
    margin: 10px 0px 5px;
    font-size: 12px;
  }
  .domain .b_news ul li .date {
    font-size: 12px;
  }
  .domain .b_news ul li:last-child {
    margin-bottom: 0px;
  }
  .domain .catal ul {
    width: 100%;
  }
  .domain .catal ul li {
    display: block;
    width: 262px;
    margin: 0px auto 15px;
  }
  .domain .catal ul li:last-child{
    margin: 0px auto;
  }
  .domain .catal ul li img {
    display: block;
    margin: 0px auto;
  }
  .domain .catal ul li p {
    margin-top: 10px;
    font-size: 12px;
  }
  .domain .catal ul li:nth-child(2n) {
    margin: 0px auto 15px;
  }
  .domain .catal ul li:last-child {
    margin-bottom: 0px;
  }
  .domain .catal .go_btn {
    width: 100%;
    height: 50px;
    margin: 25px auto 0px;
  }
  .domain .catal .go_btn span {
    font-size: 12px;
  }
  .domain .step {
    margin-bottom: 35px;
  }
  .domain .step1 .tb_wrap {
    margin: 15px 0px 25px;
  }
  .domain .step1 .tb_wrap table tr th {
    width: 55px;
  }
  .domain .step1 .tb_wrap table tr th .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .domain .step1 .tb_wrap table tr td {
    padding-left: 10px;
    font-size: 12px;
  }
  .domain .step1 .hurb_lst li {
    width: 100%;
  }
  .domain .step1 .hurb_lst li p {
    margin-top: 10px;
    font-size: 12px;
  }
  .domain .step1 .hurb_lst li .img_box {
    height: 154px;
  }
  .domain .step1 .hurb_lst li:first-child {
    margin-bottom: 15px;
  }
  .domain .step1 .box {
    padding: 40px 20px 20px;
    margin-top: 40px;
  }
  .domain .step1 .box .top_box {
    top: -20px;
    width: 100%;
    font-size: 0;
  }
  .domain .step1 .box .top_box p {
    height: 40px;
    line-height: 40px;
  }
  .domain .step1 .box .top_box .tit_box {
    width: calc(50% - 4px);
    font-size: 12px;
  }
  .domain .step1 .box .top_box .add_txt {
    width: calc(50% - 4px);
    margin-left: 8px;
    font-size: 12px;
  }
  .domain .step1 .box .df_box {
    display: block;
  }
  .domain .step1 .box .df_box img {
    display: block;
    margin: 0px auto 10px;
  }
  .domain .step1 .box .df_box p {
    padding-left: 0px;
  }
  .domain .step1 .box.mt75 {
    margin-top: 50px;
  }
  .domain .step1 .box.mb70 {
    margin-bottom: 35px;
  }
  .domain .step1 .present_lst {
    margin-top: 15px;
  }
  .domain .step1 .present_lst li {
    display: block;
    width: 190px;
    margin: 0px auto 15px;
  }
  .domain .step1 .present_lst li .balloon {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .domain .step1 .present_lst li .tit {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .domain .step1 .present_lst li:last-child {
    margin: 0px auto;
  }
  .domain .step1 .future {
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .domain .step1 .future .bg_tit {
    height: 68px;
  }
  .domain .step1 .future .bg_tit .main_tit {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .domain .step1 .future .bg_tit .sub_tit {
    font-size: 12px;
  }
  .domain .step1 .future .l p, .domain .step1 .future .r p {
    font-size: 12px;
  }
  .domain .step1 .future .l .pd, .domain .step1 .future .r .pd {
    padding: 15px 20px;
  }
  .domain .step1 .future .l {
    margin-bottom: 15px;
  }
  .domain .step1 .future .l ul li {
    margin-bottom: 15px;
  }
  .domain .step1 .future .l ul li .tit {
    margin: 10px 0px 5px;
  }
  .domain .step1 .future .r .top_box {
    margin: 5px 0px;
  }
  .domain .step1 .future .r .r_l, .domain .step1 .future .r .r_r {
    float: none;
    width: 100%;
  }
  .domain .step1 .future .r .r_l ul li, .domain .step1 .future .r .r_r ul li {
    margin-bottom: 15px;
  }
  .domain .step1 .future .r .r_l .tit, .domain .step1 .future .r .r_r .tit {
    margin: 10px 0px 5px;
  }
  .domain .step1 .future .r .r_l .info, .domain .step1 .future .r .r_r .info {
    margin-bottom: 10px;
  }
  .domain .step1 .future .r .r_l .info.mb46, .domain .step1 .future .r .r_r .info.mb46 {
    margin-bottom: 10px;
  }
  .domain .step1 .future .r .r_l {
    margin-bottom: 5px;
  }
  .domain .step2 .main_prod {
    margin-bottom: 35px;
  }
  .domain .step2 .main_prod > ul {
    margin-right: 0px;
  }
  .domain .step2 .main_prod > ul > li {
    width: 262px;
    margin-bottom: 15px;
  }
  .domain .step2 .main_prod > ul > li > p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .domain .step2 .main_prod > ul > li .df_box {
    display: block;
    height: auto;
  }
  .domain .step2 .main_prod > ul > li .df_box ul {
    margin-top: 5px;
  }
  .domain .step2 .main_prod > ul > li .df_box ul li {
    margin-bottom: 5px;
  }
  .domain .step2 .main_prod > ul > li .df_box ul li p {
    font-size: 12px;
  }
  .domain .step2 .subject .subject_lst {
    margin-bottom: 35px;
  }
  .domain .step2 .subject .subject_lst li {
    width: 100%;
    margin-bottom: 54px;
  }
  .domain .step2 .subject .subject_lst li p {
    font-size: 12px;
  }
  .domain .step2 .subject .subject_lst li .tit {
    margin: 10px 0px 5px;
  }
  .domain .step2 .subject .subject_lst li::after {
    bottom: -40px;
  }
  .domain .step2 .subject .subject_lst2 {
    margin-bottom: 35px;
    margin-right: 0px;
  }
  .domain .step2 .subject .subject_lst2 li {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .domain .step2 .subject .subject_lst2 li p {
    margin-top: 10px;
    font-size: 12px;
  }
  .domain .step2 .subject .video_lst {
    margin-bottom: 35px;
  }
  .domain .step2 .subject .video_lst li {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .domain .step2 .subject .video_lst li p {
    margin-top: 10px;
    font-size: 12px;
  }
  .domain .step2 .subject .step_lst {
    margin-bottom: 35px;
    margin-right: 0px;
  }
  .domain .step2 .subject .step_lst li {
    display: block;
    width: 100%;
    margin-right: 0px;
  }
  .domain .step2 .subject .step_lst li .num {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .domain .step2 .subject .step_lst li > div {
    height: auto;
    padding: 20px;
  }
  .domain .step2 .subject .step_lst li .tit {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .domain .step2 .subject .step_lst li .txt {
    margin-top: 15px;
  }
  .domain .step2 .subject .step_lst li .txt.mt20 {
    margin-top: 15px;
  }
  .domain .step2 .subject .step_lst li img.mb20 {
    margin-bottom: 10px;
  }
  .domain .step2 .subject .step_lst li img.mb15 {
    margin-bottom: 10px;
  }
  .domain .step3 {
    margin: 0px;
  }
  .domain .step3 .mro_lst {
    margin-bottom: 35px;
    margin-right: 0px;
  }
  .domain .step3 .mro_lst li {
    width: 100%;
    margin-bottom: 15px;
  }
  .domain .step3 .mro_lst li p {
    margin-top: 10px;
    font-size: 12px;
  }
  .domain .step3 .repair_lst {
    margin-bottom: 35px;
    margin-right: 0px;
  }
  .domain .step3 .repair_lst li {
    width: 100%;
    margin-bottom: 15px;
  }
  .domain .step3 .repair_lst li p {
    margin-top: 10px;
    font-size: 12px;
  }
  .domain .step3 .subject ul {
    margin-bottom: 35px;
  }
  .domain .step3 .subject ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .domain .step3 .subject ul li p {
    margin-top: 10px;
    font-size: 12px;
  }
  .domain .step3 .catal ul {
    margin-right: 0px;
  }
  .domain .step3 .catal ul li {
    margin: 0px auto 15px;
  }
  .domain .step3 .catal ul li:nth-child(2n) {
    margin: 0px auto 15px;
  }
  .domain .step3 .catal ul li:last-child {
    margin: 0px auto;
  }
}
.agency_sch .sch_wrap {
  width: 100%;
  padding: 20px;
  margin-bottom: 50px;
  background-color: #EDEFF6;
}
.agency_sch .sch_wrap form {
  display: flex;
  align-items: center;
}
.agency_sch .sch_wrap span {
  display: block;
  width: 120px;
  margin-right: 20px;
  font-size: 16px;
}
.agency_sch .sch_wrap .inp_box {
  font-size: 0;
}
.agency_sch .sch_wrap select {
  width: 150px;
  height: 48px;
  margin-right: 5px;
  background-color: #fff;
}
.agency_sch .sch_wrap .sch_box {
  display: inline-block;
  width: 555px;
  height: 48px;
  border: solid 1px #ddd;
  background-color: #fff;
}
.agency_sch .sch_wrap .sch_box .inp {
  width: calc(100% - 60px);
  height: 100%;
  padding-left: 20px;
  border: none;
}
.agency_sch .sch_wrap .sch_box .sch_btn {
  float: right;
  width: 30px;
  height: 30px;
  margin: 9px 20px 0px 0px;
  background: url(/src/img/ps/sch_btn.png) no-repeat center center/cover;
}
.agency_sch ul li {
  padding: 20px 0px;
  border-bottom: 1px solid #ddd;
}
.agency_sch ul li span {
  position: relative;
  display: inline-block;
  width: 120px;
  margin-right: 20px;
  padding-left: 14px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  vertical-align: top;
}
.agency_sch ul li span::before {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #666;
}
.agency_sch ul li p {
  display: inline-block;
  width: calc(100% - 150px);
  font-size: 16px;
  color: #666;
}

@media screen and (max-width: 1420px) {
  .agency_sch .sch_wrap form {
    display: block;
  }
  .agency_sch .sch_wrap span {
    margin: 0px 0px 10px;
  }
  .agency_sch .sch_wrap .sch_box {
    display: inline-block;
    width: calc(100% - 155px);
  }
}
@media screen and (max-width: 720px) {
  .agency_sch .mb50 {
    margin-bottom: 25px;
  }
  .agency_sch .mb30 {
    margin-bottom: 15px;
  }
  .agency_sch .sch_wrap {
    margin-bottom: 25px;
    padding: 20px;
  }
  .agency_sch .sch_wrap span {
    margin: 0px 0px 5px;
    font-size: 12px;
  }
  .agency_sch .sch_wrap select {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .agency_sch .sch_wrap .sch_box {
    display: block;
    width: 100%;
  }
  .agency_sch ul li {
    padding: 10px 0px;
  }
  .agency_sch ul li span {
    width: 50px;
    margin-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  .agency_sch ul li span::before {
    top: 7px;
  }
  .agency_sch ul li p {
    width: calc(100% - 70px);
    font-size: 12px;
  }
}
.by_product .tab_menu {
  width: 100%;
  border-left: solid 1px #ddd;
  font-size: 0;
}
.by_product .tab_menu li {
  display: inline-block;
  width: 33.3333%;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: center;
}
.by_product .tab_menu li:nth-child(1) {
  border-top: solid 1px #ddd;
}
.by_product .tab_menu li:nth-child(2) {
  border-top: solid 1px #ddd;
}
.by_product .tab_menu li:nth-child(3) {
  border-top: solid 1px #ddd;
}
.by_product .tab_menu li:nth-child(4) {
  border-top: solid 1px #ddd;
}
.by_product .tab_menu li a {
  display: block;
  width: 100%;
  padding: 20px 10px;
  font-size: 16px;
  color: #999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.by_product .tab_menu li:hover a, .by_product .tab_menu li.a a {
  position: relative;
  color: #2980E9;
}
.by_product .tab_menu li:hover a::after, .by_product .tab_menu li.a a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: #2980E9;
}
.by_product .prod_lst_wrap {
  margin-bottom: 70px;
}
.by_product .prod_lst_wrap .prod_lst > li {
  width: 100%;
  padding: 30px 0px;
  border-bottom: solid 1px #ddd;
}
.by_product .prod_lst_wrap .prod_lst > li .lst_main {
  display: flex;
  align-items: flex-start;
}
.by_product .prod_lst_wrap .prod_lst > li .lst_main .txt_box {
  margin-left: 20px;
  padding-top: 10px;
}
.by_product .prod_lst_wrap .prod_lst > li .lst_main .txt_box .tit {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.by_product .prod_lst_wrap .prod_lst > li .lst_main .txt_box .tit::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-bottom: 2px;
  border-radius: 10px;
  background-color: #eee;
  background-image: url(/src/img/ps/s_menu_ico_b.png);
  background-repeat: no-repeat;
  background-position: 55% 55%;
  background-size: auto;
  vertical-align: middle;
}
.by_product .prod_lst_wrap .prod_lst > li .lst_main .txt_box .tit:hover {
  color: #2980E9;
  text-decoration: underline;
}
.by_product .prod_lst_wrap .prod_lst > li .lst_main .txt_box .tit:hover::after {
  background-color: #2980E9;
  background-image: url(/src/img/ps/s_menu_ico_w.png);
}
.by_product .prod_lst_wrap .prod_lst > li .lst_main .txt_box .txt {
  font-size: 16px;
  color: #666;
}
.by_product .prod_lst_wrap .prod_lst > li .info {
  position: relative;
  height: 460px;
  background: url(/src/img/rollilng.png) no-repeat 57px 0px/auto;
}
.by_product .prod_lst_wrap .prod_lst > li .info a {
  display: block;
  width: 300px;
  height: 60px;
  border: solid 1px #333;
  text-align: center;
  font-size: 16px;
  line-height: 58px;
  background: white;
  background: -moz-linear-gradient(180deg, white 0%, #f4f5f9 100%);
  background: -webkit-linear-gradient(180deg, white 0%, #f4f5f9 100%);
  background: linear-gradient(180deg, white 0%, #f4f5f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f4f5f9",GradientType=1);
}
.by_product .prod_lst_wrap .prod_lst > li .info a img {
  margin-right: 20px;
  vertical-align: middle;
}
.by_product .prod_lst_wrap .prod_lst > li .info .btn1, .by_product .prod_lst_wrap .prod_lst > li .info .btn2, .by_product .prod_lst_wrap .prod_lst > li .info .btn3, .by_product .prod_lst_wrap .prod_lst > li .info .btn4 {
  position: absolute;
  left: 505px;
}
.by_product .prod_lst_wrap .prod_lst > li .info .btn5, .by_product .prod_lst_wrap .prod_lst > li .info .btn6 {
  position: absolute;
  left: 135px;
}
.by_product .prod_lst_wrap .prod_lst > li .info .btn1 {
  top: 50px;
}
.by_product .prod_lst_wrap .prod_lst > li .info .btn2 {
  top: 120px;
}
.by_product .prod_lst_wrap .prod_lst > li .info .btn3 {
  top: 190px;
}
.by_product .prod_lst_wrap .prod_lst > li .info .btn4 {
  top: 260px;
}
.by_product .prod_lst_wrap .prod_lst > li .info .btn5 {
  top: 330px;
}
.by_product .prod_lst_wrap .prod_lst > li .info .btn6 {
  top: 400px;
}
.by_product .prod_lst_wrap .prod_lst > li .info a:hover {
  border: solid 3px #2980E9;
  text-decoration: underline;
  color: #2980E9;
  line-height: 54px;
}
.by_product .prod_lst_wrap:last-child {
  margin-bottom: 0px;
}
.by_product .go_cate{
  display: block;
  width: 200px;
  height: 60px;
  border: solid 1px #ddd;
  text-align: center;
  font-size: 16px;
  line-height: 58px;
}

@media screen and (max-width: 1420px) {
  .by_product .tab_menu li {
    width: 50%;
    border-bottom: solid 1px #ddd;
  }
  .by_product .tab_menu li:nth-child(3) {
    border-top: none;
  }
  .by_product .tab_menu li:nth-child(4) {
    border-top: none;
  }
  .by_product .prod_lst_wrap .prod_lst > li .info {
    height: 680px;
    background-image: url(/src/img/rolling1420.png);
  }
  .by_product .prod_lst_wrap .prod_lst > li .info .btn1, .by_product .prod_lst_wrap .prod_lst > li .info .btn2, .by_product .prod_lst_wrap .prod_lst > li .info .btn3, .by_product .prod_lst_wrap .prod_lst > li .info .btn4 {
    left: 340px;
  }
  .by_product .prod_lst_wrap .prod_lst > li .info .btn5, .by_product .prod_lst_wrap .prod_lst > li .info .btn6 {
    position: absolute;
    left: 135px;
  }
  .by_product .prod_lst_wrap .prod_lst > li .info .btn1 {
    top: 140px;
  }
  .by_product .prod_lst_wrap .prod_lst > li .info .btn2 {
    top: 210px;
  }
  .by_product .prod_lst_wrap .prod_lst > li .info .btn3 {
    top: 390px;
  }
  .by_product .prod_lst_wrap .prod_lst > li .info .btn4 {
    top: 460px;
  }
  .by_product .prod_lst_wrap .prod_lst > li .info .btn5 {
    top: 550px;
  }
  .by_product .prod_lst_wrap .prod_lst > li .info .btn6 {
    top: 620px;
  }
}
@media screen and (max-width: 720px) {
  .by_product .m_mb25 {
    margin-bottom: 25px;
  }
  .by_product .top_txt {
    margin-top: 0px;
  }
  .by_product .tab_menu {
    margin-bottom: 25px;
  }
  .by_product .tab_menu li > a{
    padding: 15px 5px;
    font-size: 12px;
  }
  .by_product .tab_menu.tov_menu li > a {
    display: block;
    padding: 15px 5px;
    font-size: 12px;
  }
  .by_product .prod_lst_wrap {
    margin-bottom: 35px;
  }
  .by_product .prod_lst_wrap .prod_lst > li {
    padding: 15px 0px;
  }
  .by_product .prod_lst_wrap .prod_lst > li .lst_main {
    display: block;
    text-align: center;
  }
  .by_product .prod_lst_wrap .prod_lst > li .lst_main .txt_box {
    margin-left: 0px;
    text-align: left;
  }
  .by_product .prod_lst_wrap .prod_lst > li .lst_main .txt_box .tit {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
  }
  .by_product .prod_lst_wrap .prod_lst > li .lst_main .txt_box .txt {
    font-size: 12px;
  }
  .by_product .prod_lst_wrap .prod_lst > li .info {
    height: 555px;
    margin-top: 20px;
    background-image: url(/src/img/rolling720.png);
    background-position: 0px 0px;
  }
  .by_product .prod_lst_wrap .prod_lst > li .info a {
    width: 260px;
    padding-left: 20px;
    font-size: 12px;
    text-align: left;
  }
  .by_product .prod_lst_wrap .prod_lst > li .info .btn1, .by_product .prod_lst_wrap .prod_lst > li .info .btn2, .by_product .prod_lst_wrap .prod_lst > li .info .btn3, .by_product .prod_lst_wrap .prod_lst > li .info .btn4 {
    left: 20px;
  }
  .by_product .prod_lst_wrap .prod_lst > li .info .btn5, .by_product .prod_lst_wrap .prod_lst > li .info .btn6 {
    position: absolute;
    left: 0px;
  }
  .by_product .prod_lst_wrap .prod_lst > li .info .btn1 {
    top: 75px;
  }
  .by_product .prod_lst_wrap .prod_lst > li .info .btn2 {
    top: 140px;
  }
  .by_product .prod_lst_wrap .prod_lst > li .info .btn3 {
    top: 290px;
  }
  .by_product .prod_lst_wrap .prod_lst > li .info .btn4 {
    top: 355px;
  }
  .by_product .prod_lst_wrap .prod_lst > li .info .btn5 {
    top: 430px;
    padding-left: 0px;
    text-align: center;
  }
  .by_product .prod_lst_wrap .prod_lst > li .info .btn6 {
    top: 495px;
    padding-left: 0px;
    text-align: center;
  }
  .by_product .prod_lst_wrap:last-child {
    margin-bottom: 0px;
  }
  .by_product .go_cate{
    width: 150px;
    height: 40px;
    font-size: 12px;
    line-height: 38px;
  }
  .m_mt10{margin-top: 10px;}
  .m_mb15{margin-bottom: 15px;}
  .m_mb25{margin-bottom: 25px;}
}
.rolling_bearing .btn_lst {
  padding: 0px 0px 70px;
}
.rolling_bearing .btn_lst .sub_txt {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
}
.rolling_bearing .btn_lst li {
  display: inline-block;
  width: 433px;
  height: 60px;
  margin: 20px 30px 0px 0px;
  background-color: #fafafa;
}
.rolling_bearing .btn_lst li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.rolling_bearing .btn_lst li span {
  display: inline-block;
  width: calc(100% - 50px);
  padding-left: 20px;
  text-align: left;
  font-size: 16px;
}
.rolling_bearing .btn_lst li p {
  float: right;
  width: 16px;
  height: 100%;
  background-color: #eee;
  background-image: url(/src/img/ps/go_btn.png);
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.rolling_bearing .btn_lst li:hover span {
  color: #2980E9;
}
.rolling_bearing .btn_lst li:hover p {
  background-color: #2980E9;
}
.rolling_bearing .btn_lst:last-child {
  padding-bottom: 0px;
}

@media screen and (max-width: 1420px) {
  .rolling_bearing .btn_lst li {
    width: calc(50% - 12px);
    margin-right: 20px;
  }
  .rolling_bearing .btn_lst li:last-child {
    margin-right: 0px;
  }
}
@media screen and (max-width: 720px) {
  .rolling_bearing .top_txt {
    margin: 15px 0px 25px;
  }
  .rolling_bearing .btn_lst {
    padding: 0px 0px 35px;
  }
  .rolling_bearing .btn_lst .sub_txt {
    margin-top: 15px;
    font-size: 12px;
  }
  .rolling_bearing .btn_lst li {
    width: 100%;
    height: 50px;
    margin: 10px 0px 0px;
  }
  .rolling_bearing .btn_lst li > a span {
    font-size: 12px;
  }
}
.prod_info .tab_menu {
  margin-top: 30px;
}
.prod_info .tab_menu li {
  border-bottom: solid 1px #ddd;
}
.prod_info .tab_menu li.bdb0 {
  border-bottom: none;
}
.prod_info .tab_menu li.bdr0 {
  border-right: none;
}
.prod_info .tab_menu li:last-child {
  border-right: solid 1px #ddd;
}
.prod_info .info_wrap {
  padding-bottom: 70px;
}
.prod_info .info_wrap .tit_before {
  margin-bottom: 30px;
}
.prod_info .info_wrap .info_box {
  display: flex;
  align-items: center;
  padding: 0px 0px 20px;
}
.prod_info .info_wrap .info_box img {
  display: block;
  margin-right: 20px;
}
.prod_info .info_wrap:last-child {
  padding-bottom: 0px;
}
.prod_info .relation {
  border-bottom: solid 1px #ddd;
}
.prod_info .relation .tab {
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  font-size: 0px;
}
.prod_info .relation .tab li {
  display: inline-block;
  width: 200px;
  height: 100%;
  margin-right: 10px;
  border: solid 1px #ddd;
  vertical-align: middle;
}
.prod_info .relation .tab li button, .prod_info .relation .tab li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
}
.prod_info .relation .tab li:last-child {
  margin-right: 0px;
}
.prod_info .relation .tab.a {
  border-bottom: solid 1px #2980E9;
}
.prod_info .relation .tab.a li {
  border-bottom: none;
}
.prod_info .relation .tab.a li.a {
  border: solid 1px #2980E9;
  border-bottom: none;
}
.prod_info .relation .tab.a li.a button {
  color: #2980E9;
}
.prod_info .relation .relation_lst {
  display: none;
  padding: 0px;
  margin-right: -21px;
  font-size: 0px;
}
.prod_info .relation .relation_lst li {
  display: inline-block;
  width: calc(33.3334% - 21px);
  height: 150px;
  margin: 0px 21px 30px 0px;
  background-color: #fafafa;
}
.prod_info .relation .relation_lst li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.prod_info .relation .relation_lst li img {
  display: inline-block;
  width: 106px;
  height: 100%;
}
.prod_info .relation .relation_lst li span {
  display: inline-block;
  width: calc(100% - 50px);
  padding: 0px 20px;
  text-align: left;
  font-size: 16px;
}
.prod_info .relation .relation_lst li p {
  float: right;
  width: 16px;
  height: 100%;
  background-color: #eee;
  background-image: url(/src/img/ps/go_btn.png);
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.prod_info .relation .relation_lst li:hover span {
  color: #2980E9;
}
.prod_info .relation .relation_lst li:hover p {
  background-color: #2980E9;
}
.prod_info .detail_prod {
  padding-top: 70px;
}

@media screen and (max-width: 1420px) {
  .prod_info .tab_menu li.m_bdb {
    border-bottom: solid 1px #ddd;
  }
  .prod_info .info_wrap .info_box {
    display: block;
  }
  .prod_info .info_wrap .info_box img {
    margin: 0px auto 20px;
  }
  .prod_info .relation .tab li {
    width: calc(33.333% - 6px);
    margin-right: 9px;
  }
  .prod_info .relation .relation_lst {
    margin-right: -20px;
    margin-bottom: 10px;
  }
  .prod_info .relation .relation_lst li {
    width: calc(50% - 20px);
    margin: 0px 20px 20px 0px;
  }
}
@media screen and (max-width: 720px) {
  .prod_info .tab_menu {
    margin-top: 0px;
  }
  .prod_info .tab_menu li {
    height: 44px;
    vertical-align: top;
  }
  .prod_info .tab_menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0px;
    font-size: 12px;
    line-height: 14px;
  }
  .prod_info .info_wrap {
    padding-bottom: 35px;
  }
  .prod_info .info_wrap .tit_before {
    margin-bottom: 15px;
  }
  .prod_info .info_wrap .info_box {
    padding-bottom: 10px;
  }
  .prod_info .info_wrap .info_box img {
    margin: 0px auto 10px;
  }
  .prod_info .relation .tab {
    height: 50px;
    margin-bottom: 15px;
  }
  .prod_info .relation .tab li {
    width: 33.3334%;
    margin-right: 0px;
    border-right: none;
  }
  .prod_info .relation .tab li button, .prod_info .relation .tab li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 12px;
    line-height: 14px;
  }
  .prod_info .relation .tab li:last-child {
    border-right: solid 1px #ddd;
  }
  .prod_info .relation .relation_lst {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .prod_info .relation .relation_lst li {
    width: 100%;
    margin: 0px 0px 10px;
    height: 71px;
  }
  .prod_info .relation .relation_lst li img {
    width: 50px;
  }
  .prod_info .relation .relation_lst li span {
    font-size: 12px;
  }
}
.bearing_file .file_lst_wrap ul li {
  border-bottom: solid 1px #ddd;
}
.bearing_file .file_lst_wrap ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  font-size: 16px;
}
.bearing_file .file_lst_wrap ul li p {
  position: relative;
  width: calc(100% - 150px);
  padding-left: 30px;
  font-size: 16px;
}
.bearing_file .file_lst_wrap ul li span {
  color: #999;
}
.bearing_file .file_lst_wrap ul li p::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 20px;
  height: 24px;
  background: url(/src/img/pdf.png) no-repeat center center/cover;
  vertical-align: middle;
}
.bearing_file .file_lst_wrap ul li a:hover p {
  color: #2980E9;
  text-decoration: underline;
}

@media screen and (max-width: 720px) {
  .bearing_file .s_main_tit {
    margin-bottom: 25px;
  }
  .bearing_file .file_lst_wrap ul li a {
    padding: 15px 0px;
    font-size: 12px;
  }
  .bearing_file .file_lst_wrap ul li p {
    width: calc(100% - 110px);
    font-size: 12px;
  }
  .bearing_file .file_lst_wrap ul li p::before {
    top: -3px;
  }
}
.step_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 18px;
  margin-bottom: 30px;
  border: solid 1px #ddd;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: white;
  background: -moz-linear-gradient(180deg, white 0%, white 30%, #efefef 100%);
  background: -webkit-linear-gradient(180deg, white 0%, white 30%, #efefef 100%);
  background: linear-gradient(180deg, white 0%, white 30%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#efefef",GradientType=1);
}
.step_tit.mb20 {
  margin-bottom: 20px;
}

.step_tit.mb0 {
  margin-bottom: 0px;
}

.learning .txt {
  font-size: 16px;
  color: #666;
}
.learning .tab_menu {
  width: 100%;
  margin-bottom: 30px;
  border: solid 1px #ddd;
  font-size: 0;
}
.learning .tab_menu li {
  display: inline-block;
  width: 33.3334%;
  border-right: solid 1px #ddd;
}
.learning .tab_menu li > a {
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.learning .tab_menu li:last-child {
  border-right: none;
}
.learning .tab_menu li.a a {
  position: relative;
  color: #2980E9;
}
.learning .tab_menu li.a a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: #2980E9;
}
.learning .step1 {
  margin-bottom: 40px;
}
.learning .step1 ul li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 30px 0px;
}
.learning .step1 ul li .txt_box {
  margin-left: 50px;
}
.learning .step1 ul li .txt_box .tit {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
.learning .step1 ul li .txt_box .tit::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 3px;
  width: 5px;
  height: 24px;
  background-color: #2980E9;
}
.learning .step1 ul li::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: url(/src/img/dotted_line.png) no-repeat center center/auto;
}
.learning .step1 ul li:last-child::after {
  display: none;
}
.learning .step2 ul {
  margin: 30px -30px 20px 0px;
  font-size: 0px;
}
.learning .step2 ul li {
  display: inline-block;
  width: 540px;
  margin: 0px 30px 50px 0px;
  vertical-align: top;
}
.learning .step2 ul li .txt_box .tit_before {
  padding-bottom: 0px;
  margin: 20px 0px 15px;
  border-bottom: none;
}
.learning .step3 > div, .learning .step4 > div {
  display: flex;
  justify-content: start;
  align-items: center;
}
.learning .step3 > div .txt_box, .learning .step4 > div .txt_box {
  margin-left: 50px;
}

@media screen and (max-width: 1420px) {
  .learning .step1 ul li {
    display: block;
    text-align: center;
  }
  .learning .step1 ul li .txt_box {
    margin-left: 0px;
    text-align: left;
  }
  .learning .step1 ul li .txt_box .tit {
    margin-top: 30px;
  }
  .learning .step2 ul li {
    width: calc(50% - 30px);
  }
  .learning .step3 > div, .learning .step4 > div {
    display: block;
    text-align: center;
  }
  .learning .step3 > div .txt_box, .learning .step4 > div .txt_box {
    margin-left: 0px;
    margin-top: 30px;
    text-align: left;
  }
}
@media screen and (max-width: 720px) {
  .step_tit {
    margin-bottom: 15px;
    padding: 16px;
    font-size: 16px;
  }

  .learning .txt {
    font-size: 12px;
  }
  .learning .tab_menu {
    margin-bottom: 15px;
    height: 44px;
  }
  .learning .tab_menu li {
    height: 100%;
  }
  .learning .tab_menu li > a {
    height: 100%;
    padding: 0px;
    font-size: 12px;
    line-height: 44px;
  }
  .learning .step1 {
    margin-bottom: 20px;
  }
  .learning .step1 ul li {
    padding: 15px 0px;
  }
  .learning .step1 ul li .txt_box .tit {
    margin: 15px 0px 10px 0px;
    font-size: 16px;
  }
  .learning .step2 ul {
    margin: 0px 0px 35px 0px;
  }
  .learning .step2 ul li {
    width: 100%;
    margin: 0px 0px 25px;
  }
  .learning .step2 ul li img {
    display: block;
    margin: 0px auto;
  }
  .learning .step2 ul li .txt_box .tit_before {
    margin: 10px 0px 8px;
  }
  .learning .step2 ul li:last-child {
    margin-bottom: 0px;
  }
  .learning .step3 > div .txt_box, .learning .step4 > div .txt_box {
    margin-top: 15px;
  }
  .learning .step3 {
    margin-bottom: 35px;
  }
}
.bearing_more_info .txt {
  font-size: 16px;
  color: #666;
}
.bearing_more_info .tit_before {
  padding-bottom: 10px;
  border: none;
}
.bearing_more_info .tab_menu {
  width: 100%;
  margin-bottom: 30px;
  border: solid 1px #ddd;
  font-size: 0;
}
.bearing_more_info .tab_menu li {
  display: inline-block;
  width: 33.3334%;
  border-right: solid 1px #ddd;
}
.bearing_more_info .tab_menu li > a {
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.bearing_more_info .tab_menu li:last-child {
  border-right: none;
}
.bearing_more_info .tab_menu li.a a {
  position: relative;
  color: #2980E9;
}
.bearing_more_info .tab_menu li.a a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: #2980E9;
}
.bearing_more_info .step {
  margin-bottom: 70px;
}
.bearing_more_info .step1 .txt_box {
  position: relative;
  padding: 30px 0px;
}
.bearing_more_info .step1 .txt_box::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: url(/src/img/dotted_line.png) no-repeat center center/auto;
}
.bearing_more_info .step1 .txt_box.no_line::after {
  display: none;
}
.bearing_more_info .step1 .bd_box {
  width: 100%;
  padding: 48px 0px;
  border: solid 1px #ddd;
  text-align: center;
}
.bearing_more_info .step2 .line_box {
  position: relative;
  padding: 30px 0px;
}
.bearing_more_info .step2 .line_box::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: url(/src/img/dotted_line.png) no-repeat center center/auto;
}
.bearing_more_info .step2 .line_box.no_line {
  padding-bottom: 0px;
}
.bearing_more_info .step2 .line_box.no_line::after {
  display: none;
}
.bearing_more_info .step2 .line_box.df {
  display: flex;
  align-items: center;
}
.bearing_more_info .step2 .line_box.df img {
  border: solid 1px #ddd;
}
.bearing_more_info .step2 .line_box.df .txt_box {
  margin-left: 70px;
}
.bearing_more_info .step2 .main_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bearing_more_info .step2 .vinci {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 50px;
  border: solid 5px #eee;
}
.bearing_more_info .step2 .vinci::after {
  content: "";
  display: block;
  width: 294px;
  height: 152px;
  background: url(/src/img/vinci.png) no-repeat center center/auto;
}
.bearing_more_info .step3 .flex_lst li {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.bearing_more_info .step3 .flex_lst li img {
  width: 500px;
}
.bearing_more_info .step3 .flex_lst li .txt_box {
  margin-left: 70px;
}
.bearing_more_info .step3 .flex_lst li:first-child {
  margin-top: 0px;
}
.bearing_more_info .step3 .bd_box {
  padding: 48px 50px;
  margin-top: 30px;
  border: solid 5px #eee;
}
.bearing_more_info .step4{
  margin-bottom: 0px;
}
.bearing_more_info .step4 .fst ul {
  margin-bottom: 70px;
  font-size: 0;
}
.bearing_more_info .step4 .fst ul li {
  display: inline-block;
  width: 540px;
  margin-right: 30px;
}
.bearing_more_info .step4 .fst ul li img {
  display: block;
  width: 100%;
}
.bearing_more_info .step4 .fst ul li:last-child {
  margin-right: 0px;
}
.bearing_more_info .step4 .scd {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.bearing_more_info .step4 .scd ul {
  margin-right: -30px;
  font-size: 0;
}
.bearing_more_info .step4 .scd ul li {
  display: inline-block;
  width: 350px;
  margin-right: 30px;
  margin-bottom: 50px;
  text-align: center;
  vertical-align: top;
}
.bearing_more_info .step4 .scd ul li.mb0 {
  margin-bottom: 0px;
}
.bearing_more_info .step4 .scd ul li img {
  display: block;
  width: 100%;
  border: solid 1px #ddd;
}
.bearing_more_info .step4 .scd ul li .tit {
  margin: 20px 0px 10px;
  font-size: 20px;
  font-weight: bold;
}
.bearing_more_info .step4 .scd ul li .txt {
  font-size: 16px;
}
.bearing_more_info .step4 .scd::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: url(/src/img/dotted_line.png) no-repeat center center/auto;
}
.bearing_more_info .step4 .thd .tit_before {
  padding-bottom: 20px;
}
.bearing_more_info .step4 .thd .bd_box {
  margin-top: 30px;
  padding: 50px 55px;
  border: solid 5px #eee;
}
.bearing_more_info .step4 .thd .bd_box ul {
  font-size: 0;
}
.bearing_more_info .step4 .thd .bd_box ul li {
  display: inline-block;
  width: 400px;
  margin-right: 10px;
  text-align: center;
}
.bearing_more_info .step4 .thd .bd_box ul li p {
  font-size: 16px;
  font-weight: bold;
}
.bearing_more_info .step4 .thd .bd_box ul li:last-child {
  margin-right: 0px;
}
.bearing_more_info .step5 .fst {
  position: relative;
  padding-bottom: 30px;
}
.bearing_more_info .step5 .fst .process {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
}
.bearing_more_info .step5 .fst .process > div {
  position: relative;
  display: inline-block;
  width: 182px;
  text-align: center;
  vertical-align: top;
}
.bearing_more_info .step5 .fst .process > div p {
  width: 100%;
  padding: 15px 0px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #2980E9;
  color: #fff;
}
.bearing_more_info .step5 .fst .process > div .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 132px;
  border: solid 1px #ddd;
  border-top: none;
}
.bearing_more_info .step5 .fst::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: url(/src/img/dotted_line.png) no-repeat center center/auto;
}
.bearing_more_info .step5 .scd ul li {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 30px 0px;
}
.bearing_more_info .step5 .scd ul li img {
  border: solid 1px #ddd;
}
.bearing_more_info .step5 .scd ul li .txt_box {
  margin-left: 70px;
}
.bearing_more_info .step5 .scd ul li .txt_box .notice {
  margin-top: 10px;
  color: #BBB;
}
.bearing_more_info .step5 .scd ul li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: url(/src/img/dotted_line.png) no-repeat center center/auto;
}
.bearing_more_info .step5 .scd ul li:last-child {
  padding-bottom: 0px;
}
.bearing_more_info .step5 .scd ul li:last-child::after {
  display: none;
}
.bearing_more_info .step6{
  margin-bottom: 0px;
}
.bearing_more_info .step6 ul{
  margin-right: -20px;
  font-size: 0;
}
.bearing_more_info .step6 ul li{
  display: inline-block;
  width: 262px;
  margin-right: 20px;
  margin-top: 50px;
}
.bearing_more_info .step6 ul li button{
  display: block;
}
.bearing_more_info .step6 ul li span{
  display: block;
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.bearing_more_info .step6 ul li:nth-child(1){
  margin-top: 0px;
}
.bearing_more_info .step6 ul li:nth-child(2){
  margin-top: 0px;
}
.bearing_more_info .step6 ul li:nth-child(3){
  margin-top: 0px;
}
.bearing_more_info .step6 ul li:nth-child(4){
  margin-top: 0px;
}

@media screen and (max-width: 1420px) {
  .bearing_more_info .step2 .main_img {
    display: block;
    text-align: center;
  }
  .bearing_more_info .step2 .main_img img {
    display: block;
    margin: 0px auto;
  }
  .bearing_more_info .step2 .main_img .arrow {
    transform: rotate(90deg);
    margin: 20px auto;
  }
  .bearing_more_info .step2 .line_box.df {
    display: block;
    text-align: center;
  }
  .bearing_more_info .step2 .line_box.df .txt_box {
    margin: 30px 0px 0px;
    text-align: left;
  }
  .bearing_more_info .step2 .vinci {
    padding: 40px;
  }
  .bearing_more_info .step2 .vinci::after {
    display: none;
  }
  .bearing_more_info .step3 .flex_lst li {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  .bearing_more_info .step3 .flex_lst li .txt_box {
    margin: 30px 0px 0px;
    text-align: left;
  }
  .bearing_more_info .step3 .bd_box {
    padding: 40px;
  }
  .bearing_more_info .step4 .fst ul li {
    display: block;
    margin: 0px auto;
  }
  .bearing_more_info .step4 .fst ul li:last-child {
    margin: 30px auto 0px;
  }
  .bearing_more_info .step4 .scd ul {
    margin-right: 0px;
  }
  .bearing_more_info .step4 .scd ul li {
    width: 100%;
    margin: 0px 0px 30px;
  }
  .bearing_more_info .step4 .scd ul li img {
    width: auto;
    margin: 0px auto;
  }
  .bearing_more_info .step4 .scd ul li.mb0 {
    margin-bottom: 30px;
  }
  .bearing_more_info .step4 .scd ul li:last-child {
    margin-bottom: 0px;
  }
  .bearing_more_info .step4 .thd .bd_box {
    padding: 40px;
  }
  .bearing_more_info .step4 .thd .bd_box ul li {
    display: block;
    margin: 0px auto;
  }
  .bearing_more_info .step4 .thd .bd_box ul li:last-child {
    margin: 10px auto 0px;
  }
  .bearing_more_info .step4 .thd img {
    display: block;
    margin: 0px auto;
  }
  .bearing_more_info .step5 .fst .process {
    display: block;
    padding: 0px 113px;
  }
  .bearing_more_info .step5 .fst .process > div {
    width: calc(50% - 25px);
    margin-bottom: 20px;
    vertical-align: middle;
  }
  .bearing_more_info .step5 .fst .process > div:last-child {
    margin-bottom: 0px;
  }
  .bearing_more_info .step5 .fst .process > img {
    margin: 0px 10px;
    vertical-align: middle;
  }
  .bearing_more_info .step5 .scd ul li {
    display: block;
    text-align: center;
  }
  .bearing_more_info .step5 .scd ul li .txt_box {
    margin: 30px 0px 0px;
    text-align: left;
  }
  .bearing_more_info .step6 ul{
    width: 544px;
    margin: 0px auto;
  }
  .bearing_more_info .step6 ul li{
    margin-right: 20px;
    margin-top: 50px;
  }
  .bearing_more_info .step6 ul li:nth-child(1){
    margin-top: 0px;
  }
  .bearing_more_info .step6 ul li:nth-child(2){
    margin-top: 0px;
  }
  .bearing_more_info .step6 ul li:nth-child(3){
    margin-top: 50px;
  }
  .bearing_more_info .step6 ul li:nth-child(4){
    margin-top: 50px;
  }
  .bearing_more_info .step6 ul li:nth-child(2n){
    margin-right: 0px;
  }
}
@media screen and (max-width: 720px) {
  .bearing_more_info .txt {
    font-size: 12px;
  }
  .bearing_more_info .step_tit {
    margin-bottom: 25px;
  }
  .bearing_more_info .step_tit.mb20 {
    margin-bottom: 10px;
  }
  .bearing_more_info .tab_menu {
    margin-bottom: 15px;
  }
  .bearing_more_info .tab_menu li > a {
    padding: 15px 0px;
    font-size: 12px;
  }
  .bearing_more_info .step {
    margin-bottom: 35px;
  }
  .bearing_more_info .step1 .txt_box {
    padding: 15px 0px;
  }
  .bearing_more_info .step1 .bd_box {
    padding: 21px 8px;
    border-width: 3px;
  }
  .bearing_more_info .step2 .line_box {
    padding: 15px 0px;
  }
  .bearing_more_info .step2 .line_box .txt_box.mb30 {
    margin-bottom: 15px;
  }
  .bearing_more_info .step2 .line_box.df .txt_box {
    margin: 15px 0px 0px;
  }
  .bearing_more_info .step2 .line_box.df img {
    display: block;
    width: 100%;
  }
  .bearing_more_info .step2 .main_img img {
    width: 100%;
  }
  .bearing_more_info .step2 .main_img .arrow {
    width: auto;
    margin: 10px auto;
  }
  .bearing_more_info .step2 .vinci {
    padding: 20px;
  }
  .bearing_more_info .step3 .flex_lst li {
    margin-top: 15px;
  }
  .bearing_more_info .step3 .flex_lst li .txt_box {
    margin-top: 15px;
  }
  .bearing_more_info .step3 .flex_lst li img {
    width: 100%;
  }
  .bearing_more_info .step3 .bd_box {
    margin-top: 15px;
    padding: 20px;
    border-width: 3px;
  }
  .bearing_more_info .step4 .fst ul {
    margin-top: 15px;
    margin-bottom: 35px;
  }
  .bearing_more_info .step4 .fst ul li {
    width: 100%;
  }
  .bearing_more_info .step4 .fst ul li img {
    width: 100%;
  }
  .bearing_more_info .step4 .fst ul li:last-child {
    margin-top: 15px;
  }
  .bearing_more_info .step4 .scd {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .bearing_more_info .step4 .scd ul {
    margin-top: 15px;
  }
  .bearing_more_info .step4 .scd ul li {
    margin-bottom: 15px;
  }
  .bearing_more_info .step4 .scd ul li .tit {
    margin: 10px 0px 5px;
    font-size: 16px;
  }
  .bearing_more_info .step4 .scd ul li .txt {
    font-size: 12px;
  }
  .bearing_more_info .step4 .scd ul li.mb0 {
    margin-bottom: 15px;
  }
  .bearing_more_info .step4 .scd ul li:last-child {
    margin-bottom: 0px;
  }
  .bearing_more_info .step4 .thd .tit_before {
    padding-bottom: 10px;
  }
  .bearing_more_info .step4 .thd .bd_box {
    margin-top: 15px;
    padding: 20px;
    border-width: 3px;
  }
  .bearing_more_info .step4 .thd .bd_box .txt {
    margin: 15px 0px;
  }
  .bearing_more_info .step4 .thd .bd_box ul li {
    width: 100%;
  }
  .bearing_more_info .step4 .thd .bd_box ul li:last-child {
    margin-top: 5px;
  }
  .bearing_more_info .step5 .fst {
    padding-bottom: 15px;
  }
  .bearing_more_info .step5 .fst .process {
    padding: 0px;
  }
  .bearing_more_info .step5 .fst .process > div {
    width: calc(50% - 19px);
  }
  .bearing_more_info .step5 .fst .process > div p {
    padding: 10px 0px;
    font-size: 12px;
  }
  .bearing_more_info .step5 .fst .process > div .img_box {
    height: 89px;
    padding: 12px 14px;
  }
  .bearing_more_info .step5 .fst .process > img {
    width: 18px;
    height: 21px;
  }
  .bearing_more_info .step5 .scd ul li {
    padding: 15px 0px;
  }
  .bearing_more_info .step5 .scd ul li .txt_box {
    margin-top: 15px;
  }

  .bearing_more_info .step6 ul{
    width: 100%;
    margin-right: 0px;
  }
  .bearing_more_info .step6 ul li{
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-top: 25px;
  }
  .bearing_more_info .step6 ul li button{
    display: block;
    width: 100%;
  }
  .bearing_more_info .step6 ul li button img{
    display: block;
    width: 100%;
  }
  .bearing_more_info .step6 ul li span{
    margin-top: 10px;
    font-size: 12px;
  }
  .bearing_more_info .step6 ul li:nth-child(1){
    margin-top: 0px;
  }
  .bearing_more_info .step6 ul li:nth-child(2){
    margin-top: 0px;
  }
  .bearing_more_info .step6 ul li:nth-child(2n){
    margin-right: 0px;
  }
  .bearing_more_info .step6 ul li:nth-child(3){
    margin-top: 25px;
  }
  .bearing_more_info .step6 ul li:nth-child(4){
    margin-top: 25px;
  }
}
.tit_circle {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  font-size: 16px;
  font-weight: bold;
}

.tit_circle.mb15 {
  margin-bottom: 15px;
}

.tit_circle::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #2980E9;
}

@media screen and (max-width: 720px) {
  .tit_circle {
    padding-left: 15px;
    font-size: 12px;
  }

  .tit_circle::before {
    top: 5px;
  }

  .tit_circle.center {
    position: static;
    padding-left: 0px;
  }

  .tit_circle.center::before {
    display: none;
    margin-top: -2px;
    margin-right: 5px;
  }
}
.s_tech .txt {
  font-size: 16px;
  color: #666;
}
.s_tech .info_wrap {
  margin-bottom: 70px;
}
.s_tech .info_wrap.mb50 {
  margin-bottom: 50px;
}
.s_tech .info_wrap .tit_before {
  margin-bottom: 30px;
}
.s_tech .info_wrap .df_box {
  display: flex;
  align-items: center;
}
.s_tech .info_wrap .df_box img {
  margin-right: 50px;
}
.s_tech .info_wrap .df_box img.mr30 {
  margin-right: 30px;
}
.s_tech .info_wrap ul.li_al_start li {
  display: flex;
  align-items: start;
  margin-bottom: 40px;
}
.s_tech .info_wrap ul.li_al_start li img {
  margin-right: 50px;
}
.s_tech .info_wrap ul.li_df li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.s_tech .info_wrap ul.li_df li img {
  margin-right: 50px;
}
.s_tech .info_wrap ul.li_df li:last-child {
  margin-bottom: 0px;
}
.s_tech .info_wrap ul.li_w50p {
  margin-right: -10px;
  font-size: 0;
}
.s_tech .info_wrap ul.li_w50p li {
  float: left;
  width: calc(50% - 5px);
}
.s_tech .info_wrap ul.li_w50p li img {
  margin-right: 30px;
}
.s_tech .info_wrap ul.li_w50p li:nth-child(2n) {
  margin-right: 0px;
}
.s_tech .info_wrap ul .num_box {
  margin-bottom: 20px;
}
.s_tech .info_wrap ul .num_box .num_tit {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.s_tech .info_wrap ul .num_box .num_tit span {
  margin-right: 13px;
  color: #2980E9;
}
.s_tech .info_wrap ul .num_box:last-child {
  margin-bottom: 0px;
}
.s_tech .info_wrap:last-child {
  margin-bottom: 0px;
}

.speed .info_wrap ul li p {
  width: calc(100% - 250px);
}

@media screen and (max-width: 1420px) {
  .s_tech .info_wrap .df_box.db1420 {
    display: block;
    text-align: center;
  }
  .s_tech .info_wrap .df_box.db1420 img {
    margin: 0px 0px 30px 0px;
  }
  .s_tech .info_wrap .df_box.db1420 .txt, .s_tech .info_wrap .df_box.db1420 .txt_box {
    text-align: left;
  }
  .s_tech .info_wrap ul.li_al_start li {
    display: block;
    text-align: center;
  }
  .s_tech .info_wrap ul.li_al_start li img {
    margin: 0px 0px 30px 0px;
  }
  .s_tech .info_wrap ul.li_al_start li .txt, .s_tech .info_wrap ul.li_al_start li .txt_box {
    text-align: left;
  }
  .s_tech .info_wrap ul.li_w50p {
    margin-right: 0px;
  }
  .s_tech .info_wrap ul.li_w50p li {
    width: 100%;
  }
  .s_tech .info_wrap ul.li_w50p li img {
    margin-right: 30px;
  }
  .s_tech .info_wrap ul.li_w50p li:nth-child(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 720px) {
  .s_tech .mt30 {
    margin-top: 15px;
  }
  .s_tech .mb30 {
    margin-bottom: 15px;
  }
  .s_tech .txt {
    font-size: 12px;
  }
  .s_tech .top_txt {
    margin: 0px 0px 25px;
  }
  .s_tech .info_wrap {
    margin-bottom: 35px;
  }
  .s_tech .info_wrap.mb50 {
    margin-bottom: 25px;
  }
  .s_tech .info_wrap .tit_before {
    margin-bottom: 15px;
  }
  .s_tech .info_wrap .df_box.db1420 img {
    display: block;
    margin: 0px auto 15px;
  }
  .s_tech .info_wrap ul.li_df li {
    display: block;
    text-align: center;
  }
  .s_tech .info_wrap ul.li_df li img {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .s_tech .info_wrap ul.li_df li p, .s_tech .info_wrap ul.li_df li .txt_box {
    width: 100%;
    margin-left: 0px;
    font-size: 12px;
  }
  .s_tech .info_wrap ul.li_al_start li {
    margin-bottom: 20px;
  }
  .s_tech .info_wrap ul.li_al_start li img {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
  .s_tech .info_wrap ul.li_al_start li:last-child {
    margin-bottom: 0px;
  }
  .s_tech .info_wrap ul.li_w50p li {
    text-align: center;
  }
  .s_tech .info_wrap ul.li_w50p li img {
    margin: 0px auto 10px;
  }
  .s_tech .info_wrap ul .num_box {
    margin-bottom: 10px;
  }
  .s_tech .info_wrap ul .num_box .num_tit {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .s_tech .info_wrap ul .num_box .num_tit span {
    margin-right: 10px;
  }
  .s_tech .info_wrap ul .num_box:last-child {
    margin-bottom: 0px;
  }
}
.c47 {
  color: #47CBD8;
}

.creation > img {
  display: block;
  width: 100%;
}
.creation .go_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  height: 60px;
  margin: 30px auto 0px;
  background-color: #fafafa;
}
.creation .go_btn span {
  display: inline-block;
  width: calc(100% - 50px);
  padding-left: 20px;
  text-align: left;
  font-size: 16px;
}
.creation .go_btn p {
  float: right;
  width: 16px;
  height: 100%;
  background-color: #eee;
  background-image: url(/src/img/ps/go_btn.png);
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.creation .go_btn:hover span {
  color: #2980E9;
}
.creation .go_btn:hover p {
  background-color: #2980E9;
}
.creation .step {
  margin-bottom: 70px;
}
.creation .opport .lst_wrap {
  border-bottom: solid 1px #ddd;
}
.creation .opport ul {
  padding: 30px 40px;
}
.creation .opport ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  margin-right: 50px;
  padding: 0px 20px;
  border-radius: 110px;
  text-align: center;
  background: #47cbd8;
  background: -moz-linear-gradient(180deg, #47cbd8 0%, #2980e9 100%);
  background: -webkit-linear-gradient(180deg, #47cbd8 0%, #2980e9 100%);
  background: linear-gradient(180deg, #47cbd8 0%, #2980e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#47cbd8",endColorstr="#2980e9",GradientType=1);
}
.creation .opport ul li p {
  margin-top: 17px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.creation .opport ul li:last-child {
  margin-right: 0px;
}
.creation .step2 .type_wrap {
  position: relative;
  padding: 30px 0px;
}
.creation .step2 .type_wrap > p {
  margin-bottom: 30px;
}
.creation .step2 .type_wrap .line {
  margin-bottom: 30px;
  vertical-align: top;
}
.creation .step2 .type_wrap .line > p {
  position: relative;
  padding-left: 18px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.creation .step2 .type_wrap .line > p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #2980E9;
}
.creation .step2 .type_wrap .line .box_wrap {
  font-size: 0;
}
.creation .step2 .type_wrap .line .box_wrap > div {
  display: inline-block;
  position: relative;
  width: 250px;
  height: 150px;
  margin-right: 10px;
  padding: 15px;
  vertical-align: top;
  background-position: calc(100% - 15px) calc(100% - 15px);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
.creation .step2 .type_wrap .line .box_wrap > div:last-child {
  margin-right: 0px;
}
.creation .step2 .type_wrap .line .box_wrap > div p {
  position: relative;
  padding-left: 34px;
  font-size: 16px;
  color: #fff;
}
.creation .step2 .type_wrap .line .box_wrap > div p span {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 20px;
  font-weight: bold;
}
.creation .step2 .type_wrap .line:last-child {
  margin-bottom: 0px;
}
.creation .step2 .type_wrap .line.mb0 {
  margin-bottom: 0px;
}
.creation .step2 .type_wrap1::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: url(/src/img/dotted_line.png) no-repeat center center/auto;
}
.creation .step2 .type_wrap2 {
  font-size: 0;
  margin-right: -50px;
  border-bottom: solid 1px #ddd;
}
.creation .step2 .type_wrap2 .line {
  display: inline-block;
  width: calc(50% - 50px);
  margin-right: 50px;
}
.creation .step3 .step_tit.mb0 {
  margin-bottom: 0px;
}
.creation .step3 .main_lst {
  margin-right: -50px;
  font-size: 0;
}
.creation .step3 .main_lst > li {
  display: inline-block;
  width: 336px;
  margin-right: 50px;
  margin-top: 50px;
  vertical-align: top;
}
.creation .step3 .main_lst > li .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  border-radius: 50px;
  background-color: #F2F4F9;
}
.creation .step3 .main_lst > li .tit {
  padding: 15px 0px;
  border-bottom: solid 1px #ddd;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.creation .step3 .main_lst > li .info_lst li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 65px;
}
.creation .step3 .main_lst > li .info_lst li::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: url(/src/img/dotted_line.png) no-repeat center center/auto;
}
.creation .step3 .main_lst > li .info_lst li:last-child::after {
  display: none;
}
.creation .step3 .main_lst > li .info_lst li.n_af::after {
  display: none;
}
.creation .step3 .main_lst > li .info_lst li .type {
  font-size: 16px;
}
.creation .step3 .main_lst > li .info_lst li .val {
  font-size: 12px;
  color: #999;
  text-align: right;
}
.creation .step3 .main_lst > li .info_lst li .val span {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.creation .step3 .main_lst > li a {
  display: block;
  width: 100%;
  padding: 15px 0px;
  border: solid 1px #333;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
}
.creation .step4 ul {
  font-size: 0;
}
.creation .step4 ul li {
  display: inline-block;
  width: 350px;
  margin-right: 30px;
  padding: 40px 0px;
  border: solid 1px #ddd;
  vertical-align: top;
  text-align: center;
}
.creation .step4 ul li .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  border-radius: 50px;
  background-color: #F2F4F9;
}
.creation .step4 ul li p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
.creation .step4 ul li:last-child {
  margin-right: 0px;
}
.creation .step5 .step_tit {
  margin-bottom: 50px;
}
.creation .step5 img {
  display: block;
  margin: 0px auto;
}
.creation .step6 {
  margin-bottom: 50px;
}
.creation .step6 .btn_lst {
  margin-bottom: 30px;
  font-size: 0;
}
.creation .step6 .btn_lst li {
  display: inline-block;
  width: 255px;
  margin-right: 30px;
  background-color: #fafafa;
}
.creation .step6 .btn_lst li > a {
  width: 100%;
  margin: 0px;
}
.creation .step6 .btn_lst li > a span {
  display: inline-block;
  width: calc(100% - 50px);
  padding-left: 20px;
  text-align: left;
  font-size: 16px;
}
.creation .step6 .btn_lst li > a p {
  float: right;
  width: 16px;
  height: 100%;
  background-color: #eee;
  background-image: url(/src/img/ps/go_btn.png);
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.creation .step6 .btn_lst li:hover > a span {
  color: #2980E9;
}
.creation .step6 .btn_lst li:hover > a p {
  background-color: #2980E9;
}
.creation .step6 .btn_lst li:last-child {
  margin-right: 0px;
}
.creation .step6 .value_l, .creation .step6 .value_r {
  width: 540px;
  text-align: center;
}
.creation .step6 .value_l .top_tit, .creation .step6 .value_r .top_tit {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.creation .step6 .value_l .box, .creation .step6 .value_r .box {
  height: 960px;
  background: url(/src/img/value_box.png) no-repeat center center/cover;
}
.creation .step6 .value_l .line, .creation .step6 .value_r .line {
  position: relative;
}
.creation .step6 .value_l .line::after, .creation .step6 .value_r .line::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: url(/src/img/dotted_line.png) no-repeat center center/auto;
}
.creation .step6 .value_l .line:last-child::after, .creation .step6 .value_r .line:last-child::after {
  display: none;
}
.creation .step6 .value_l .top_tit {
  background-color: #2980E9 !important;
}
.creation .step6 .value_l .line {
  padding: 27px 30px;
}
.creation .step6 .value_l .line2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.creation .step6 .value_l .line2 .l .img_box, .creation .step6 .value_l .line2 .r .img_box {
  display: inline-block;
  vertical-align: top;
}
.creation .step6 .value_l .line2 .l {
  padding-right: 30px;
  border-right: solid 1px #ddd;
}
.creation .step6 .value_l .line2 .r {
  padding-left: 30px;
}
.creation .step6 .value_l .line2 p {
  display: inline-block;
  margin-left: 30px;
  font-size: 16px;
}
.creation .step6 .value_l .line2 p span {
  display: block;
  color: #2980E9 !important;
  font-weight: bold;
}
.creation .step6 .value_l .line6 ul {
  margin-top: 28px;
}
.creation .step6 .value_l .line6 ul li {
  margin-bottom: 10px;
  text-align: left;
}
.creation .step6 .value_l .line6 ul li p {
  display: inline-block;
  vertical-align: middle;
}
.creation .step6 .value_l .line6 ul li .type {
  width: 140px;
  height: 35px;
  border-radius: 18px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  background-color: #2980E9 !important;
}
.creation .step6 .value_l .line6 ul li .value {
  margin: 0px 10px 0px 20px;
  font-size: 18px;
  font-weight: bold;
}
.creation .step6 .value_l .line6 ul li .unit {
  font-size: 12px;
  color: #999;
}
.creation .step6 .value_l .line6 ul li:last-child {
  margin-bottom: 0px;
}
.creation .step6 .value_l .tit_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 20px;
  margin-top: 20px;
  border-radius: 30px;
  background-color: #2980E9 !important;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.creation .step6 .value_l .circle {
  position: relative;
  width: 449px;
  height: 420px;
  margin: 20px auto 0px;
}
.creation .step6 .value_l .circle p {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  border-radius: 130px;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(41, 128, 233, 0.1);
}
.creation .step6 .value_l .circle .circle1 {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.creation .step6 .value_l .circle .circle2 {
  bottom: 0px;
  left: 0px;
}
.creation .step6 .value_l .circle .circle2 span {
  font-size: 16px;
  font-weight: 400;
}
.creation .step6 .value_l .circle .circle3 {
  bottom: 0px;
  right: 0px;
}
.creation .step6 .value_r .top_tit {
  background-color: #47CBD8;
}
.creation .step6 .value_r .box .line {
  padding: 47px 30px;
}
.creation .step6 .value_r .box .line1 {
  color: #47CBD8;
}
.creation .step6 .value_r .tit_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 20px;
  margin-top: 20px;
  border-radius: 30px;
  background-color: #47CBD8;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.creation .step6 .value_r .img_box {
  margin-top: 115px;
}
.creation .bottom_visual {
  width: 100%;
  height: 550px;
  padding-top: 90px;
  background: url(/src/img/creation_bottom.jpg) no-repeat center center/cover;
}
.creation .bottom_visual p {
  color: #fff;
}
.creation .bottom_visual .tit {
  margin-bottom: 24px;
}

@media screen and (max-width: 1420px) {
  .creation .go_btn {
    width: 310px;
  }
  .creation .opport ul {
    width: 470px;
    padding: 30px 0px 0px;
    margin: 0px auto;
  }
  .creation .opport ul li {
    margin: 0px 30px 30px 0px;
  }
  .creation .opport ul li:nth-child(2n) {
    margin-right: 0px;
  }
  .creation .step2 .type_wrap .line {
    margin-bottom: 20px;
  }
  .creation .step2 .type_wrap .line.m_mb20 {
    margin-bottom: 20px;
  }
  .creation .step2 .type_wrap .line > p {
    margin-bottom: 10px;
  }
  .creation .step2 .type_wrap .line .box_wrap > div {
    margin-bottom: 10px;
  }
  .creation .step2 .type_wrap2 {
    margin-right: 0px;
  }
  .creation .step2 .type_wrap2 .line {
    display: block;
    width: 100%;
    margin-right: 0px;
  }
  .creation .step3 .main_lst {
    margin-right: 0px;
  }
  .creation .step3 .main_lst > li {
    display: block;
    margin: 50px auto 0px;
  }
  .creation .step4 ul li {
    display: block;
    height: auto;
    padding: 40px 0px;
    margin: 0px auto 30px;
  }
  .creation .step4 ul li:last-child {
    margin: 0px auto;
  }
  .creation .step6 .btn_lst {
    margin-right: -20px;
    margin-bottom: 10px;
  }
  .creation .step6 .btn_lst li {
    width: calc(50% - 20px);
    margin: 0px 20px 20px 0px;
  }
  .creation .step6 .value_l, .creation .step6 .value_r {
    float: none;
    margin: 0px auto;
  }
  .creation .step6 .value_l {
    margin-bottom: 70px;
  }
  .creation .bottom_visual {
    padding: 90px 40px 0px;
  }
  .creation .bottom_visual p br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .creation .tit_before {
    padding-bottom: 10px;
  }
  .creation .go_btn {
    width: 100%;
    height: 50px;
    margin-top: 15px;
  }
  .creation .go_btn span {
    font-size: 12px;
  }
  .creation .top_txt_box {
    margin: 15px 0px 35px;
  }
  .creation .top_txt_box .mb20 {
    margin-bottom: 10px;
  }
  .creation .step {
    margin-bottom: 35px;
  }
  .creation .opport .lst_wrap {
    width: 100%;
  }
  .creation .opport .lst_wrap ul {
    width: 100%;
    padding: 0px 0px 15px;
  }
  .creation .opport .lst_wrap ul li {
    float: none;
    width: 160px;
    height: 160px;
    margin: 15px auto 0px;
  }
  .creation .opport .lst_wrap ul li p {
    font-size: 14px;
  }
  .creation .step2 .step_tit {
    margin-bottom: 25px;
  }
  .creation .step2 .type_wrap {
    padding: 15px 0px;
  }
  .creation .step2 .type_wrap > p {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .creation .step2 .type_wrap .line {
    margin-bottom: 15px;
  }
  .creation .step2 .type_wrap .line.m_mb20 {
    margin-bottom: 10px;
  }
  .creation .step2 .type_wrap .line > p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .creation .step2 .type_wrap .line > p::before {
    top: 5px;
  }
  .creation .step2 .type_wrap .line .box_wrap > div {
    height: 80px;
    margin-bottom: 5px;
  }
  .creation .step2 .type_wrap .line .box_wrap > div p {
    width: calc(100% - 60px);
    padding-left: 29px;
    font-size: 12px;
  }
  .creation .step2 .type_wrap .line .box_wrap > div p span {
    font-size: 16px;
  }
  .creation .step3 .main_lst > li {
    width: 100%;
    margin-top: 25px;
  }
  .creation .step3 .main_lst > li .tit {
    padding: 10px 0px;
  }
  .creation .step3 .main_lst > li .info_lst li {
    height: 48px;
  }
  .creation .step3 .main_lst > li .info_lst li .type {
    font-size: 12px;
  }
  .creation .step3 .main_lst > li .info_lst li .val {
    font-size: 11px;
  }
  .creation .step3 .main_lst > li .info_lst li .val span {
    font-size: 12px;
  }
  .creation .step3 .main_lst > li a {
    padding: 13px 0px;
    font-size: 12px;
  }
  .creation .step4 ul li {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    margin-bottom: 10px;
  }
  .creation .step4 ul li p {
    margin-top: 10px;
    font-size: 14px;
  }
  .creation .step5 .step_tit {
    margin-bottom: 25px;
  }
  .creation .step6 {
    margin-bottom: 25px;
  }
  .creation .step6 .btn_lst {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .creation .step6 .btn_lst li {
    display: block;
    width: 100%;
    margin: 0px 0px 10px;
  }
  .creation .step6 .btn_lst li > a span {
    font-size: 12px;
  }
  .creation .step6 .btn_lst li:last-child {
    margin-bottom: 0px;
  }
  .creation .step6 .value_l, .creation .step6 .value_r {
    width: 100%;
  }
  .creation .step6 .value_l .box, .creation .step6 .value_r .box {
    height: auto;
    background-size: 100% 100%;
  }
  .creation .step6 .value_l .top_tit, .creation .step6 .value_r .top_tit {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }
  .creation .step6 .value_l .tit_box, .creation .step6 .value_r .tit_box {
    height: 50px;
    margin-top: 10px;
    line-height: 50px;
    font-size: 14px;
  }
  .creation .step6 .value_l {
    margin-bottom: 35px;
  }
  .creation .step6 .value_l .box {
    padding-bottom: 40px;
  }
  .creation .step6 .value_l .box .line {
    padding: 15px 20px;
  }
  .creation .step6 .value_l .box .line2 {
    display: block;
    text-align: center;
  }
  .creation .step6 .value_l .box .line2 .l, .creation .step6 .value_l .box .line2 .r {
    width: 180px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
  }
  .creation .step6 .value_l .box .line2 .l .img_box, .creation .step6 .value_l .box .line2 .r .img_box {
    width: 72px;
    text-align: center;
  }
  .creation .step6 .value_l .box .line2 .l p, .creation .step6 .value_l .box .line2 .r p {
    margin-left: 20px;
    font-size: 12px;
  }
  .creation .step6 .value_l .box .line2 .l {
    position: relative;
    padding-bottom: 15px;
    border: none;
  }
  .creation .step6 .value_l .box .line2 .l::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 180px;
    height: 1px;
    background-color: #ddd;
    transform: translateX(-50%);
  }
  .creation .step6 .value_l .box .line2 .r {
    padding-top: 15px;
  }
  .creation .step6 .value_l .box .line6 ul {
    margin-top: 15px;
  }
  .creation .step6 .value_l .box .line6 ul li {
    margin-bottom: 15px;
    text-align: center;
  }
  .creation .step6 .value_l .box .line6 ul li p {
    display: block;
    margin: 0px auto;
  }
  .creation .step6 .value_l .box .line6 ul li .type {
    font-size: 12px;
  }
  .creation .step6 .value_l .box .line6 ul li .value {
    margin-top: 5px;
    font-size: 14px;
  }
  .creation .step6 .value_l .box .line6 ul li .unit {
    font-size: 11px;
  }
  .creation .step6 .value_l .box .line6 ul li:last-child {
    margin-bottom: 0px;
  }
  .creation .step6 .value_l .circle {
    width: 100%;
    margin-top: 10px;
  }
  .creation .step6 .value_l .circle .circle1, .creation .step6 .value_l .circle .circle2, .creation .step6 .value_l .circle .circle3 {
    left: 50%;
    width: 160px;
    height: 160px;
    transform: translateX(-50%);
    font-size: 16px;
  }
  .creation .step6 .value_l .circle .circle2 {
    top: 50%;
    margin-top: -80px;
  }
  .creation .step6 .value_l .circle .circle2 span {
    font-size: 12px;
  }
  .creation .step6 .value_r .box {
    padding-bottom: 40px;
  }
  .creation .step6 .value_r .box .line {
    padding: 25px 20px;
  }
  .creation .step6 .value_r .img_box {
    margin-top: 15px;
  }
  .creation .bottom_visual {
    padding: 45px 20px;
  }
}
.strength .img_box {
  position: relative;
  width: 100%;
}
.strength .img_box button {
  display: block;
  width: 100%;
}
.strength .img_box button img {
  display: block;
  width: 100%;
}
.strength .img_box .plus {
  position: absolute;
  display: block;
  bottom: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: #2980E9 !important;
  background-image: url(/src/img/ps/plus_thin.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.strength .txt{
  font-size: 16px;
  color: #666;
}
.strength .t_i_box p, .strength .t_i_box .i_box{
  display: inline-block;
  vertical-align: top;
}
.strength .t_i_box>p{
  width: calc(100% - 360px);
}
.strength .t_i_box .i_box{
  width: 300px;
  margin-left: 50px;
  padding: 10px;
  border: solid 1px #ddd;
}
.strength .t_i_box .i_box p{
  margin-top: 5px;
}
.strength .tb_wrap{
  margin-bottom: 0px;
}
.strength .tb_wrap table th, .strength .tb_wrap table td {
  font-size: 16px;
}
.strength .tb_wrap table th p, .strength .tb_wrap table td p {
  font-size: 16px;
}
.strength .tb_wrap table td {
  color: #666;
}
.strength .tb_wrap table td p {
  color: #666;
}
.strength .tb_wrap.pc_bdt {
  border-top: solid 1px #333;
}
.strength .tb_wrap thead tr th {
  padding: 16px 0px 15px;
  background-color: #fafafa;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #1A62B9;
  background-color: #2980E9 !important;
  color: #fff;
}
.strength .tb_wrap thead tr th:last-child {
  border-right: none;
}
.strength .tb_wrap thead tr th.w250 {
  width: 250px;
}
.strength .tb_wrap thead tr th.w430 {
  width: 430px;
}
.strength .tb_wrap tbody{
  border: solid 1px #ddd;
  border-top: none;
}
.strength .tb_wrap tbody th {
  padding: 16px 20px;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
  text-align: center;
}
.strength .tb_wrap tbody th img{
  display: block;
  width: 100%;
}
.strength .tb_wrap tbody th.left_head{
  border-right: solid 1px #ddd;
  background-color: transparent;
}
.strength .tb_wrap tbody th.left_head p{
  margin-top: 10px;
}
.strength .tb_wrap tbody td {
  padding: 30px 20px 30px 30px;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: left;
}
.strength .tb_wrap tbody td p {
  position: relative;
  margin-bottom: 10px;
  padding-left: 14px;
}
.strength .tb_wrap tbody td p:last-child {
  margin-bottom: 0px;
}
.strength .tb_wrap tbody td p::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #666;
}
.strength .tb_wrap tbody td span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 20px;
  line-height: 40px;
  font-weight: bold;
  background-color: #2980E9 !important;
  color: #fff;
}
.strength .tb_wrap tbody td span.bg47 {
  background-color: #47CBD8 !important;
}
.strength .tb_wrap tbody td span:last-child {
  margin-right: 0px;
}
.strength .tb_wrap tbody td:last-child {
  border-right: none;
}

@media screen and (max-width: 1420px) {
  .strength .tb_wrap {
    border-top: solid 1px #333;
    overflow-x: scroll;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
  .strength .tb_wrap table {
    width: 1340px;
  }
  .strength .tb_wrap table colgroup col:first-child {
    width: 150px;
  }
  .strength .tb_wrap table colgroup col:nth-child(2) {
    width: 590px;
  }
  .strength .tb_wrap table colgroup col:last-child{
    width: 590px;
  }
  .strength .tb_wrap::-webkit-scrollbar {
    height: 5px;
  }
  .strength .tb_wrap::-webkit-scrollbar-thumb {
    background-color: #2980E9 !important;
  }
  .strength .tb_wrap::-webkit-scrollbar-track {
    background-color: #fafafa;
  }
  .strength .scroll_txt{
    margin-top: 15px;
  }
}

@media screen and (max-width: 720px) {
  .strength .mb50{
    margin-bottom: 25px;
  }
  .strength .mb30{
    margin-bottom: 15px;
  }
  .strength .mb10{
    margin-bottom: 5px;
  }
  .strength .top_txt {
    font-size: 12px;
  }
  .strength .mb30 {
    margin-bottom: 15px;
  }
  .strength .mt20 {
    margin-top: 10px;
  }
  .strength .txt{
    font-size: 12px;
  }
  .strength .t_i_box p, .strength .t_i_box .i_box{
    display: block;
  }
  .strength .t_i_box p{
    width: 100%;
  }
  .strength .t_i_box .i_box{
    width: 280px;
    margin: 20px auto 0px;
  }
  .strength .tb_wrap {
    border-top: solid 1px #333;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .strength .tb_wrap table {
    width: 753px;
  }
  .strength .tb_wrap table colgroup col:first-child {
    width: 150px;
  }
  .strength .tb_wrap table colgroup col:nth-child(2) {
    width: 300px;
  }
  .strength .tb_wrap table colgroup col:last-child{
    width: 300px;
  }
  .strength .tb_wrap table tr th, .strength .tb_wrap table tr td {
    font-size: 12px;
  }
  .strength .tb_wrap table tr th p, .strength .step1 .tb_wrap table tr th span, .strength .tb_wrap table tr td p, .strength .tb_wrap table tr td span {
    font-size: 12px;
  }
  .strength .tb_wrap table thead tr th {
    padding: 13px 15px;
  }
  .strength .tb_wrap table tbody th {
    padding: 13px 15px;
  }
  .strength .tb_wrap table tbody td {
    padding: 20px;
  }
  .strength .tb_wrap table tbody td p {
    margin-bottom: 5px;
  }
  .strength .tb_wrap::-webkit-scrollbar {
    height: 5px;
  }
  .strength .tb_wrap::-webkit-scrollbar-thumb {
    background-color: #2980E9 !important;
  }
  .strength .tb_wrap::-webkit-scrollbar-track {
    background-color: #fafafa;
  }
  .strength .scroll_txt{
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
.value_chain .chain {
  margin-bottom: 70px;
  border-bottom: solid 1px #ddd;
}
.value_chain .chain ul {
  margin-top: 30px;
  font-size: 0;
}
.value_chain .chain ul li {
  display: inline-block;
  width: 198px;
  margin-right: 30px;
  margin-bottom: 10px;
  vertical-align: top;
}
.value_chain .chain ul li .box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #EDEFF6;
}
.value_chain .chain ul li .box::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0px;
  width: 10px;
  height: 10px;
  background: url(/src/img/chain_be.svg) no-repeat center center/cover;
  transform: translateY(-50%);
}
.value_chain .chain ul li .box::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -10px;
  width: 10px;
  height: 10px;
  background: url(/src/img/chain_af.svg) no-repeat center center/cover;
  transform: translateY(-50%);
}
.value_chain .chain ul li .txt {
  position: relative;
  padding: 20px 0px;
  font-size: 16px;
}
.value_chain .chain ul li .txt span {
  display: block;
  font-weight: bold;
  text-decoration: underline;
  color: #2980E9 !important;
}
.value_chain .chain ul li .txt::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: url(/src/img/dotted_line.png) no-repeat center center/auto;
}
.value_chain .chain ul li .txt:last-child::after {
  display: none;
}
.value_chain .chain ul li:last-child {
  margin-right: 0px;
}
.value_chain .chain ul li:last-child .box {
  background-color: #2980E9 !important;
  color: #fff;
}
.value_chain .chain ul li:last-child .box::after {
  display: none;
}
.value_chain .chain ul li:first-child .box::before {
  display: none;
}
.value_chain .strength_wrap {
  margin-bottom: 70px;
}
.value_chain .strength_wrap ul li {
  padding: 30px 0px;
  border-bottom: solid 1px #ddd;
}
.value_chain .strength_wrap ul li .tit {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.value_chain .strength_wrap ul li .txt {
  font-size: 16px;
  color: #666;
}
.value_chain .img_wrap .img_box {
  position: relative;
}
.value_chain .img_wrap .img_box button {
  display: block;
  width: 100%;
}
.value_chain .img_wrap .img_box button img {
  display: block;
  width: 100%;
}
.value_chain .img_wrap .img_box > button {
  display: block;
  width: 100%;
}
.value_chain .img_wrap .img_box .plus {
  position: absolute;
  display: block;
  bottom: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: #2980E9 !important;
  background-image: url(/src/img/ps/plus_thin.png);
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 1420px) {
  .value_chain .chain ul {
    width: 426px;
    margin: 30px auto 0px;
    padding-bottom: 20px;
  }
  .value_chain .chain ul li:nth-child(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 720px) {
  .value_chain .mb50 {
    margin-bottom: 25px;
  }
  .value_chain .chain {
    margin-bottom: 35px;
  }
  .value_chain .chain ul {
    width: 100%;
    padding: 0px 36px 15px;
    margin: 15px auto 0px;
  }
  .value_chain .chain ul li {
    display: block;
    width: 100%;
    margin-right: 0px;
  }
  .value_chain .chain ul li .box {
    height: 50px;
    font-size: 14px;
  }
  .value_chain .chain ul li .box::before {
    display: none;
  }
  .value_chain .chain ul li .txt {
    padding: 10px 0px;
    font-size: 12px;
  }
  .value_chain .chain ul li:last-child {
    margin-bottom: 0px;
  }
  .value_chain .chain ul li:last-child .box::before {
    display: block;
  }
  .value_chain .strength_wrap {
    margin-bottom: 35px;
  }
  .value_chain .strength_wrap ul li {
    padding: 15px 0px;
  }
  .value_chain .strength_wrap ul li .tit {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .value_chain .strength_wrap ul li .txt {
    font-size: 12px;
  }
  .value_chain .img_wrap .mb30 {
    margin-bottom: 15px;
  }
  .value_chain .img_wrap .mb15 {
    margin-bottom: 7px;
  }
  .value_chain .img_wrap .mt20 {
    margin-top: 10px;
  }
  .value_chain .img_wrap .tit_circle {
    padding-left: 13px;
    font-size: 12px;
  }
  .value_chain .img_wrap .tit_circle::before {
    top: 5px;
  }
}
.vision .line {
  margin-bottom: 70px;
}
.vision .txt {
  font-size: 16px;
}
.vision .step1 .tit_before {
  margin-bottom: 30px;
}
.vision .step1 .txt_wrap {
  position: relative;
  width: 100%;
  padding: 55px 30px 30px;
  margin-top: 55px;
  background-color: #FAFAFA;
}
.vision .step1 .txt_wrap .tit_box {
  position: absolute;
  top: -25px;
  left: 0px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #2980E9 !important;
}
.vision .step1 .line2 ul li {
  position: relative;
  padding-left: 33px;
  margin-bottom: 15px;
  font-size: 16px;
}
.vision .step1 .line2 ul li span {
  position: absolute;
  left: 0px;
  width: 20px;
  margin-right: 10px;
  font-weight: bold;
  color: #2980E9 !important;
}
.vision .step1 .line2 ul li:last-child {
  margin-bottom: 0px;
}
.vision .step2 .img_box {
  position: relative;
  width: 100%;
}
.vision .step2 .img_box button {
  display: block;
  width: 100%;
}
.vision .step2 .img_box button img {
  display: block;
  width: 100%;
}
.vision .step2 .img_box .plus {
  position: absolute;
  display: block;
  bottom: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: #2980E9 !important;
  background-image: url(/src/img/ps/plus_thin.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.vision .step3 .txt {
  color: #666;
}
.vision .step3 .s_tit {
  margin-bottom: 30px;
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #2980E9 !important;
}
.vision .step3 .txt_line {
  margin-bottom: 30px;
}
.vision .step3 .txt_line.mb0 {
  margin-bottom: 0px;
}
.vision .step3 .txt_line .tit {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 720px) {
  .vision .mb30 {
    margin-bottom: 15px;
  }
  .vision .mt20 {
    margin-top: 10px;
  }
  .vision .txt {
    font-size: 12px;
  }
  .vision .line {
    margin-bottom: 35px;
  }
  .vision .tit_circle {
    padding-left: 13px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .vision .tit_circle::before {
    top: 5px;
  }
  .vision .step1 .tit_before {
    margin-bottom: 15px;
  }
  .vision .step1 .txt_wrap {
    margin-top: 35px;
    padding: 40px 20px 20px;
  }
  .vision .step1 .txt_wrap .tit_box {
    top: -20px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .vision .step1 .line2 ul li {
    margin-bottom: 10px;
    padding-left: 21px;
    font-size: 12px;
  }
  .vision .step1 .line2 ul li span {
    width: 14px;
  }
  .vision .step3 .s_tit {
    margin: 20px 0px 15px;
    font-size: 16px;
  }
  .vision .step3 .txt_line {
    margin-bottom: 15px;
  }
  .vision .step3 .txt_line .tit {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.issue .step1 table th, .issue .step1 table td {
  font-size: 16px;
}
.issue .step1 table th p, .issue .step1 table td p {
  font-size: 16px;
}
.issue .step1 table td {
  color: #666;
}
.issue .step1 table td p {
  color: #666;
}
.issue .step1 .tb_wrap.pc_bdt {
  border-top: solid 1px #333;
}
.issue .step1 .tb_wrap thead tr th {
  padding: 16px 0px 15px;
  background-color: #fafafa;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #1A62B9;
  background-color: #2980E9 !important;
  color: #fff;
}
.issue .step1 .tb_wrap thead tr th:last-child {
  border-right: none;
}
.issue .step1 .tb_wrap thead tr th.w250 {
  width: 250px;
}
.issue .step1 .tb_wrap thead tr th.w430 {
  width: 430px;
}
.issue .step1 .tb_wrap tbody th {
  padding: 16px 0px;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
  text-align: center;
}
.issue .step1 .tb_wrap tbody td {
  padding: 30px 20px 30px 30px;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: left;
}
.issue .step1 .tb_wrap tbody td p {
  position: relative;
  margin-bottom: 10px;
  padding-left: 14px;
}
.issue .step1 .tb_wrap tbody td p:last-child {
  margin-bottom: 0px;
}
.issue .step1 .tb_wrap tbody td p::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #666;
}
.issue .step1 .tb_wrap tbody td span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  background-color: #2980E9 !important;
  color: #fff;
}
.issue .step1 .tb_wrap tbody td span.bg47 {
  background-color: #47CBD8 !important;
}
.issue .step1 .tb_wrap tbody td span:last-child {
  margin-right: 0px;
}
.issue .step1 .tb_wrap tbody td:last-child {
  border-right: none;
}
.issue .step1 .tb_wrap tbody td:first-child {
  text-align: center;
}
.issue .step1 .box_lst {
  margin-bottom: 20px;
}
.issue .step1 .box_lst li {
  display: inline-block;
  position: relative;
  width: 250px;
  height: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
}
.issue .step1 .box_lst li:last-child {
  margin-right: 0px;
}
.issue .step1 .box_lst li > div {
  width: 100%;
  height: 100%;
  padding: 15px;
  background-position: calc(100% - 15px) calc(100% - 15px);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
.issue .step1 .box_lst li > div p {
  position: relative;
  padding-left: 34px;
  font-size: 16px;
  color: #fff;
}
.issue .step1 .box_lst li > div p span {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 20px;
  font-weight: bold;
}
.issue .step1 .txt_lst {
  margin-bottom: 50px;
}
.issue .step1 .txt_lst li {
  display: flex;
  margin-bottom: 7px;
}
.issue .step1 .txt_lst li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-right: 10px;
  line-height: 40px;
  text-align: center;
  background-color: #2980E9 !important;
  color: #fff;
  font-weight: bold;
}
.issue .step1 .txt_lst li p {
  display: inline-block;
  width: calc(100% - 50px);
  margin-top: 5px;
  font-size: 16px;
}
.issue .step1 .txt_lst li.mb0 {
  margin-bottom: 0px;
}
.issue .step1 .txt_lst li:last-child {
  margin-bottom: 0px;
}
.issue .step1 .txt_lst.li_w50p {
  font-size: 0;
}
.issue .step1 .txt_lst.li_w50p li {
  display: inline-block;
  width: 50%;
  padding-right: 20px;
}
.issue .step1 .txt_lst.li_w50p li span {
  background-color: #47CBD8 !important;
  vertical-align: top;
}

@media screen and (max-width: 1420px) {
  .db1420 {
    display: block;
  }

  .mt15 {
    margin-top: 15px;
  }

  .issue .step1 .tb_wrap {
    border-top: solid 1px #333;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .issue .step1 .tb_wrap table {
    width: 1340px;
  }
  .issue .step1 .tb_wrap::-webkit-scrollbar {
    height: 5px;
  }
  .issue .step1 .tb_wrap::-webkit-scrollbar-thumb {
    background-color: #2980E9 !important;
  }
  .issue .step1 .tb_wrap::-webkit-scrollbar-track {
    background-color: #fafafa;
  }
  .issue .step1 .txt_lst.li_w50p li {
    width: 100%;
  }
  .issue .step1 .txt_lst.li_w50p li.mb0 {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 720px) {
  .dn720 {
    display: none;
  }

  .issue .mb30 {
    margin-bottom: 15px;
  }
  .issue .mb20 {
    margin-bottom: 10px;
  }
  .issue .mt15 {
    margin-top: 10px;
  }
  .issue .mt50 {
    margin-top: 25px;
  }
  .issue .mb40 {
    margin-bottom: 20px;
  }
  .issue .m_mb5 {
    margin-bottom: 5px;
  }
  .issue .tit_circle {
    padding-left: 13px;
    font-size: 12px;
  }
  .issue .tit_circle::before {
    top: 5px;
  }
  .issue .step1 {
    padding-bottom: 0px;
  }
  .issue .step1 .tb_wrap {
    border-top: solid 1px #333;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .issue .step1 .tb_wrap table {
    width: 753px;
  }
  .issue .step1 .tb_wrap table colgroup {
    display: none;
  }
  .issue .step1 .tb_wrap table tr th, .issue .step1 .tb_wrap table tr td {
    font-size: 12px;
  }
  .issue .step1 .tb_wrap table tr th p, .issue .step1 .tb_wrap table tr th span, .issue .step1 .tb_wrap table tr td p, .issue .step1 .tb_wrap table tr td span {
    font-size: 12px;
  }
  .issue .step1 .tb_wrap table thead tr th {
    padding: 13px 0px;
  }
  .issue .step1 .tb_wrap table tbody th {
    padding: 13px 0px;
  }
  .issue .step1 .tb_wrap table tbody td {
    padding: 20px;
  }
  .issue .step1 .tb_wrap table tbody td p {
    margin-bottom: 5px;
  }
  .issue .step1 .tb_wrap::-webkit-scrollbar {
    height: 5px;
  }
  .issue .step1 .tb_wrap::-webkit-scrollbar-thumb {
    background-color: #2980E9 !important;
  }
  .issue .step1 .tb_wrap::-webkit-scrollbar-track {
    background-color: #fafafa;
  }
  .issue .step1 .txt_lst.li_w50p li {
    width: 100%;
  }
  .issue .step1 .box_lst {
    margin-bottom: 15px;
  }
  .issue .step1 .box_lst li {
    display: block;
    height: 80px;
    margin-bottom: 5px;
  }
  .issue .step1 .box_lst li > div p {
    width: calc(100% - 60px);
    padding-left: 29px;
    font-size: 12px;
  }
  .issue .step1 .box_lst li > div p span {
    font-size: 16px;
  }
  .issue .step1 .box_lst li:last-child {
    margin-bottom: 0px;
  }
  .issue .step1 .txt_lst {
    margin-bottom: 25px;
  }
  .issue .step1 .txt_lst li {
    font-size: 12px;
  }
  .issue .step1 .txt_lst li span {
    top: 0px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    line-height: 30px;
    font-size: 12px;
  }
  .issue .step1 .txt_lst li p {
    width: calc(100% - 35px);
    font-size: 12px;
  }
}
.inquiry .mr6 {
  margin-right: 6px;
}
.inquiry .agree_wrap {
  margin-bottom: 50px;
}
.inquiry .agree_wrap .agree_box {
  height: 150px;
  padding: 15px;
  border: solid 1px #ddd;
  overflow-y: scroll;
  background-color: #fafafa;
}
.inquiry .agree_wrap .agree_box pre {
  font-size: 12px;
}
.inquiry .agree_wrap .agree_line {
  padding: 10px 0px;
}
.inquiry .agree_wrap .agree_line label i {
  border-color: #ddd;
}
.inquiry .inquire_wrap {
  margin-bottom: 50px;
}
.inquiry .inquire_wrap .notice span {
  color: #FF0000;
}
.inquiry .inquire_wrap table {
  border-top: solid 2px #333;
}
.inquiry .inquire_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.inquiry .inquire_wrap table tr th {
  width: 160px;
  padding-right: 10px;
  text-align: left;
  font-weight: bold;
}
.inquiry .inquire_wrap table tr th span {
  color: #FF0000;
}
.inquiry .inquire_wrap table tr td {
  padding: 7px 0px;
}
.inquiry .inquire_wrap table tr td .line {
  font-size: 0;
}
.inquiry .inquire_wrap table tr td .line.mb7 {
  margin-bottom: 7px;
}
.inquiry .inquire_wrap table tr td .inp {
  height: 50px;
  padding-left: 20px;
}
.inquiry .inquire_wrap table tr td .inp.w120 {
  width: 120px;
}
.inquiry .inquire_wrap table tr td .inp.w200 {
  width: 200px;
}
.inquiry .inquire_wrap table tr td .inp.w300 {
  width: 300px;
}
.inquiry .inquire_wrap table tr td .inp.w1 {
  width: 100%;
}
.inquiry .inquire_wrap table tr td .inp.h200 {
  height: 200px;
}
.inquiry .inquire_wrap table tr td button.inp {
  margin-left: 5px;
  padding: 10px;
  border: solid 1px #333;
  font-weight: bold;
}
.inquiry .inquire_wrap table tr td textarea.inp {
  display: block;
  padding: 20px;
  resize: none;
}
.inquiry .btn_box {
  font-size: 0;
  text-align: center;
}
.inquiry .btn_box button, .inquiry .btn_box a {
  display: inline-block;
  width: 200px;
  height: 60px;
  border: solid 1px #333;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
}
.inquiry .btn_box .ok_btn {
  margin-right: 10px;
  border-color: #2980E9 !important;
  background-color: #2980E9 !important;
  color: #fff;
}

@media screen and (max-width: 1420px) {
  .inquiry .inquire_wrap table tr td .inp.w200 {
    width: calc(33.3334% - 4px);
    margin-right: 6px;
  }
  .inquiry .inquire_wrap table tr td .inp.w200:last-child {
    margin-right: 0px;
  }
}
@media screen and (max-width: 720px) {
  .inquiry .agree_wrap {
    margin-bottom: 15px;
  }
  .inquiry .agree_wrap .agree_box {
    padding: 10px;
  }
  .inquiry .agree_wrap .agree_box pre {
    font-size: 11px;
  }
  .inquiry .agree_wrap .agree_line label {
    font-size: 12px;
  }
  .inquiry .inquire_wrap {
    margin-bottom: 25px;
  }
  .inquiry .inquire_wrap .notice {
    padding-bottom: 10px;
  }
  .inquiry .inquire_wrap table {
    border-bottom: solid 1px #ddd;
  }
  .inquiry .inquire_wrap table tr {
    display: block;
    padding: 15px 0px 0px;
    border-bottom: none;
  }
  .inquiry .inquire_wrap table tr th, .inquiry .inquire_wrap table tr td {
    display: block;
    font-size: 12px;
  }
  .inquiry .inquire_wrap table tr td {
    padding: 5px 0px 0px;
  }
  .inquiry .inquire_wrap table tr td .line.mb7 {
    margin-bottom: 5px;
  }
  .inquiry .inquire_wrap table tr td .inp {
    padding-left: 15px;
  }
  .inquiry .inquire_wrap table tr td .inp.w300 {
    width: 100%;
  }
  .inquiry .inquire_wrap table tr td .inp.m_w90 {
    width: 90px;
  }
  .inquiry .inquire_wrap table tr td .inp.m_w185 {
    width: calc(100% - 95px);
  }
  .inquiry .inquire_wrap table tr td button.inp {
    margin-left: 5px;
    padding: 10px;
  }
  .inquiry .inquire_wrap table tr td textarea.inp {
    padding: 15px;
  }
  .inquiry .inquire_wrap table tr:last-child {
    padding-bottom: 15px;
  }
  .inquiry .btn_box button, .inquiry .btn_box a {
    width: calc(50% - 4px);
    height: 50px;
    line-height: 50px;
  }
  .inquiry .btn_box .ok_btn {
    margin-right: 8px;
  }
}

.term .txt{
  font-size: 16px;
  color: #666;
}
.term .txt a{
  color: #1b76ff;
}
.term .bef_c1{
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  color: #666;
}
.term .bef_c1::before{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #1b76ff;
}
.term ul{
  margin-top: 30px;
  margin-bottom: 50px;
}
.term ul.mt10{
  margin-top: 10px;
}
.term ul.mb10{
  margin-bottom: 10px;
}
.term ul li{
  position: relative;
  margin-bottom: 5px;
  padding-left: 16px;
  font-size: 16px;
  color: #666;
}
.term ul li p{
  font-size: 16px;
  color: #666;
}
.term ul li:last-child{
  margin-bottom: 0px;
}
.term ul li::before{
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  left: 0px;
  width: 4px;
  height: 4px;
  background-color: #666;
}
.term ul.decimal li{
  padding-left: 5px;
  margin-left: 30px;
  list-style: decimal;
}
.term ul.decimal li::before{
  display: none;
}
.term .mb5{
  margin-bottom: 5px;
}
.term .go_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  height: 60px;
  margin-top: 30px;
  background-color: #fafafa;
}
.term .go_btn span {
  display: inline-block;
  width: calc(100% - 50px);
  padding-left: 20px;
  text-align: left;
  font-size: 16px;
}
.term .go_btn p {
  float: right;
  width: 16px;
  height: 100%;
  background-color: #eee;
  background-image: url(/src/img/ps/go_btn.png);
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.term .go_btn:hover span {
  color: #2980E9;
}
.term .go_btn:hover p {
  background-color: #2980E9;
}

@media screen and (max-width: 720px) {
  .term .txt{
    font-size: 12px;
  }
  .term .mb30{
    margin-bottom: 15px;
  }
  .term .mb50{
    margin-bottom: 25px;
  }
  .term .bef_c1{
    font-size: 12px;
  }
  .term .bef_c1::before{
    top: 5px;
  }
  .term ul{
    margin: 15px 0px 25px;
  }
  .term ul li{
    padding-left: 10px;
    font-size: 12px;
  }
  .term ul li::before{
    top: 7px;
  }
  .term ul li p{
    font-size: 12px;
  }
  .term ul.decimal li{
    padding-left: 5px;
    margin-left: 20px;
    list-style: decimal;
  }
  .term .go_btn {
    width: 100%;
    height: 50px;
  }
  .term .go_btn span {
    font-size: 12px;
  }
}

.sitemap_page .f_menu {
  font-size: 0px;
}
.sitemap_page .f_menu > li {
  display: inline-block;
  width: 256px;
  margin-right: 30px;
  vertical-align: top;
}
.sitemap_page .f_menu > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  background-color: #F6F6F6;
}
.sitemap_page .f_menu > li > a::after{
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background: url(/src/img/ps/bold_right6.png) no-repeat center center;
}
.sitemap_page .f_menu > li .sub_lst li {
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}
.sitemap_page .f_menu > li .sub_lst li a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #666;
}
.sitemap_page .f_menu > li select {
  width: 256px;
  height: 50px;
  border: none;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #8996A7;
  background-image: url(/src/img/ps/select_gray.png);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: auto;
}
.sitemap_page .f_menu li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 1420px) {
  .sitemap_page .f_menu > li{
    width: calc(20% - 8px);
    margin-right: 10px;
  }
}
@media screen and (max-width: 720px) {
  .sitemap_page .f_menu{
    margin-right: -10px;
    margin-bottom: -20px;
  }
  .sitemap_page .f_menu > li{
    width: calc(33.3334% - 10px);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .sitemap_page .f_menu > li:last-child{
    margin-right: 10px;
  }
  .sitemap_page .f_menu > li >a{
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    letter-spacing: -0.1px;
  }
  .sitemap_page .f_menu > li >a::after{
    display: none;
  }
  .sitemap_page .f_menu > li .sub_lst li{
    margin-bottom: 6px;
    padding-left: 10px;
  }
  .sitemap_page .f_menu > li .sub_lst li a{
    font-size: 12px;
  }
}
.m_thd_menu{
  display: none;
}
@media screen and (max-width: 1420px) {
  .m_thd_menu {
    display: block;
    margin-top: -30px;
    margin-bottom: 50px;
  }
  .m_thd_menu select{
    display: block;
    width: 100%;
    height: 50px;
    border: solid 1px #ddd;
    border-radius: 10px;
    font-size: 14px;
    background-color: #fff;
  }
  .m_thd_menu select:last-child{
    margin-right: 0px;
  }
}
@media screen and (max-width: 720px) {
  .m_thd_menu{
    margin-top: -15px;
    margin-bottom: 25px;
  }
  .m_thd_menu select{
    font-size: 12px;
  }
}

#footer {
  position: relative;
  width: 100%;
  padding: 50px 0px 120px;
  background-color: #0F243E;
}
#footer .f_cont {
  width: 1400px;
  margin: 0px auto;
}
#footer .f_cont .f_menu {
  font-size: 0px;
}
#footer .f_cont .f_menu > li {
  display: inline-block;
  width: 256px;
  margin-right: 30px;
  text-align: center;
  vertical-align: top;
}
#footer .f_cont .f_menu > li > a {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#footer .f_cont .f_menu > li .sub_lst li {
  display: block;
  margin-bottom: 12px;
  text-align: center;
}
#footer .f_cont .f_menu > li .sub_lst li:hover a{
  color: #fff;
}
#footer .f_cont .f_menu > li .sub_lst li a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #8996A7;
}
#footer .f_cont .f_menu > li select {
  width: 256px;
  height: 50px;
  border: none;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #8996A7;
  background-image: url(/src/img/ps/select_gray.png);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: auto;
}
#footer .f_cont .f_menu li:last-child {
  margin-right: 0px;
}
#footer .f_bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 15px 0px;
  background-color: #0A1A2E;
}
#footer .f_bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .f_bottom ul {
  font-size: 0px;
}
#footer .f_bottom ul li {
  display: inline-block;
  width: 130px;
  margin-right: 5px;
}
#footer .f_bottom ul li button, #footer .f_bottom ul li a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #8996A7;
}
#footer .f_bottom ul li button.bgn, #footer .f_bottom ul li a.bgn{
  background-color: transparent;
}
#footer .f_bottom ul li a {
  border-radius: 10px;
  background-color: #000000;
}
#footer .f_bottom ul li:last-child {
  margin-right: 0px;
}
#footer .f_bottom .copyright {
  color: #8996A7;
}

@media screen and (max-width: 1420px) {
  #footer {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  #footer .dn1420 {
    display: none;
  }
  #footer .db1420 {
    display: block;
  }
  #footer .db1420 .f_sitemap_btn {
    width: 100%;
    height: 80px;
    padding: 0px 40px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
  #footer .db1420 .f_sitemap_btn button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  #footer .db1420 .f_cont {
    width: 100%;
    padding: 0px 40px;
  }
  #footer .db1420 .f_cont .f_btn_box {
    margin: 40px 0px;
    text-align: center;
    font-size: 0;
  }
  #footer .db1420 .f_cont .f_btn_box a {
    display: inline-block;
    width: 130px;
    height: 40px;
    margin-right: 8px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 40px;
    background-color: #000;
    color: #8996A7;
  }
  #footer .db1420 .f_cont select {
    width: 100%;
    height: 50px;
    margin-bottom: 40px;
    border: none;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #8996A7;
  }
  #footer .db1420 .f_cont .bottom_btn_box ul {
    text-align: center;
  }
  #footer .db1420 .f_cont .bottom_btn_box ul li {
    display: inline-block;
    margin-right: 30px;
  }
  #footer .db1420 .f_cont .bottom_btn_box ul li button, #footer .db1420 .f_cont .bottom_btn_box ul li a {
    color: #8996A7;
    vertical-align: middle;
  }
  #footer .db1420 .f_cont .bottom_btn_box ul li:last-child {
    margin-right: 0px;
  }
  #footer .db1420 .f_cont .bottom_btn_box .r_copyright {
    margin-top: 20px;
    color: #8996A7;
  }
}
@media screen and (max-width: 720px) {
  #footer {
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: 50px;
  }
  #footer.mt100 {
    margin-top: 50px;
  }
  #footer .db1420 .f_sitemap_btn {
    width: 100%;
    height: 50px;
    padding: 0px 20px;
  }
  #footer .db1420 .f_sitemap_btn button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  #footer .db1420 .f_cont {
    width: 100%;
    padding: 0px 20px;
  }
  #footer .db1420 .f_cont .f_btn_box {
    margin: 20px 0px;
    text-align: center;
  }
  #footer .db1420 .f_cont .f_btn_box a {
    display: inline-block;
    width: calc(50% - 4px);
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    background-color: #000;
    color: #8996A7;
  }
  #footer .db1420 .f_cont .f_btn_box a:last-child {
    margin-right: 0px;
  }
  #footer .db1420 .f_cont select {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #8996A7;
  }
  #footer .db1420 .f_cont .bottom_btn_box ul {
    text-align: center;
  }
  #footer .db1420 .f_cont .bottom_btn_box ul li {
    display: inline-block;
    margin-right: 15px;
  }
  #footer .db1420 .f_cont .bottom_btn_box ul li button, #footer .db1420 .f_cont .bottom_btn_box ul li a {
    font-size: 12px;
    color: #8996A7;
  }
  #footer .db1420 .f_cont .bottom_btn_box .r_copyright {
    margin-top: 20px;
    font-size: 12px;
    color: #8996A7;
  }
}

.recruit .tit_before{margin-top: 50px; margin-bottom: 30px;}
.recruit .txt{font-size: 16px; color: #666;}
.recruit table{margin-top: 20px; border-top: solid 1px #ddd;}
.recruit table tr th{width: 100px; border-right: solid 1px #ddd; background-color: #fafafa; font-weight: bold;}
.recruit table tr td{color: #666;}
.recruit table tr{border-bottom: solid 1px #ddd;}
.recruit table tr th, .recruit table tr td{padding: 20px; font-size: 16px;}
.recruit .t_lst{padding-left: 10px;}
.recruit .t_lst li{position: relative; padding-left: 15px; color: #666;}
.recruit .t_lst li::before{content: ""; position: absolute; top: 8px; left: 0px; width: 5px; height: 5px; border-radius: 3px; background-color: #666;}
.recruit .img_lst{margin-bottom: 30px; font-size: 0;}
.recruit .img_lst li{display: inline-block; width: 350px; margin-right: 30px;}
.recruit .img_lst li:last-child{margin-right: 0px;}
.recruit .img_lst li img{display: block; width: 100%;}

@media screen and (max-width:1420px) {
  .recruit .img_lst li{width: calc(33.3333% - 20px);}
}

@media screen and (max-width: 720px) {
  .recruit .mb10{margin-bottom: 5px;}
.recruit .tit_before{margin-top: 25px; margin-bottom: 15px;}
.recruit .txt{font-size: 12px;}
.recruit table{margin-top: 10px;}
.recruit table tr th{width: 50px;}
.recruit table tr th, .recruit table tr td{padding: 10px; font-size: 12px;}

.recruit .t_lst{padding-left: 7px;}
.recruit .t_lst li{padding-left: 12px; font-size: 12px;}
.recruit .t_lst li::before{top: 6px;}

.recruit .img_lst{margin-bottom: 5px;}
.recruit .img_lst li{display: block; width: 100%; margin-right: 0px; margin-bottom: 10px;}
.recruit .img_lst li:last-child{margin-right: 0px;}
.recruit .img_lst li img{display: block; width: 280px; margin: 0px auto;}
}


.adm_v .cont_wrap b{font-weight: bold;}
.board .main b{font-weight: bold;}
.board .main p{font-size: 14px; line-height: 140% !important;}

/*# sourceMappingURL=r_layout.css.map */
