/* 通用 */
.bot_bg1 {
  margin-top: 0;
}
body {
  font-family: 'PingFang SC', Microsoft Yahei, Arial;
  background: url(../images/zt_bg.png) no-repeat top center;
  background-color: #fdfefe;
  overflow-x: hidden;
}
a {
  color: #333;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
div {
  box-sizing: border-box;
}
.inner {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-md-l {
    width: 100% !important;
  }
  .col-md-m {
    width: 100% !important;
    margin-top: 0.3rem;
  }
  .col-md-r {
    width: 100% !important;
    margin-top: 0.3rem;
  }
}
/* 头部header 开始 */
.zt_header {
  position: relative;
}
.zt_header .banner {
  height: 434px;
  text-align: center;
}
.zt_header .banner img {
  height: 100%;
}
@media (max-width: 1920px) {
  .zt_header .banner {
    width: 100%;
    height: auto;
  }
  .zt_header .banner img {
    width: 100%;
  }
}
.zt_header .inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0.4rem;
}
.zt_header .inner img {
  width: 2.28rem;
}
@media (max-width: 992px) {
  .zt_header .inner {
    top: 0.15rem;
  }
  .zt_header .inner img {
    width: 1.28rem;
  }
}
/* 头部header 结束 */
.nav {
  z-index: 10;
  position: relative;
  height: 82px;
  background: url(../images/nav_bg.png) no-repeat center;
  background-size: auto 100%;
  margin-top: -40px;
}
.nav ul {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.nav ul li a {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 40px;
  line-height: 82px;
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
}
.nav ul li.cur a,
.nav ul li:hover a {
  font-weight: bold;
  opacity: 1;
}
@media (max-width: 1200px) {
  .nav {
    margin-top: -13px;
    height: auto;
  }
  .nav ul {
    flex-wrap: wrap;
    padding: 0;
  }
  .nav ul li {
    width: calc(100% / 6);
  }
  .nav ul li a {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .nav ul li {
    width: calc(100% / 3);
  }
}
@media (max-width: 1200px) and (max-width: 600px) {
  .nav ul li a {
    line-height: 40px;
    font-size: 14px;
  }
}
.content {
  background-color: #ecfaff;
  padding-top: 0.3rem;
  padding-bottom: 0.6rem;
}
.paper_box {
  background-color: #ffffff;
  box-shadow: 0px 2px 9px 0px rgba(56, 178, 255, 0.61);
  border-radius: 12px;
  padding: 0.3rem;
}
.title_bg1 {
  margin-bottom: 0.3rem;
  position: relative;
  line-height: 53px;
  background: url(../images/title_bg.png) no-repeat 277px center;
}
.title_bg1 span {
  display: block;
  width: 270px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  font-size: 0;
}
@media (max-width: 600px) {
  .title_bg1 span {
    width: 250px;
  }
}
.title_bg1 a.more {
  box-sizing: border-box;
  display: block;
  width: 83px;
  height: 53px;
  padding-left: 10px;
  background: url(../images/more_icon.png) no-repeat 97% center;
  background-color: #fff;
  position: absolute;
  top: 0px;
  right: 0;
  font-weight: normal;
  font-size: 16px;
  color: #06a9e3;
  transition: all 0.3s;
}
.title_bg1.title_bg1_1 span {
  background-image: url(../images/title_bg1.png);
}
.title_bg1.title_bg1_2 span {
  background-image: url(../images/title_bg2.png);
}
.title_bg1.title_bg1_3 span {
  background-image: url(../images/title_bg3.png);
}
.title_bg1.title_bg1_4 span {
  background-image: url(../images/title_bg4.png);
}
.title_bg1.title_bg1_5 span {
  background-image: url(../images/title_bg5.png);
}
.item_box_middle {
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px;
}
.item_box_middle::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_middle > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.item_box_middle > li:nth-child(n) {
  margin-top: 0;
}
.item_box_middle > li:nth-child(n + 3) {
  margin-top: 20px;
}
.item_box_middle > li:nth-child(3) {
  margin-top: 0;
}
.item_box_middle a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_middle {
    margin-left: -10px;
    margin-right: -10px;
  }
  .item_box_middle::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_middle > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .item_box_middle > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_middle > li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .item_box_middle > li:nth-child(2) {
    margin-top: 0;
  }
  .item_box_middle a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .item_box_middle {
    margin-left: -10px;
    margin-right: -10px;
  }
  .item_box_middle::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_middle > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .item_box_middle > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_middle > li:nth-child(n + 1) {
    margin-top: 20px;
  }
  .item_box_middle > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_middle a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.item_box_middle li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background-color: #f7fdff;
  border-radius: 4px;
  border: solid 1px #7ac9f6;
  padding: 0 30px;
}
.item_box_middle li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding-top: 27px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.item_box_middle li .info::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #7ac9f6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.item_box_middle li .info:hover::before {
  width: 100%;
}
.item_box_middle li .info .info_left {
  height: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
  padding-right: 17px;
  width: 75px;
  position: relative;
}
.item_box_middle li .info .info_left b {
  font-size: 40px;
  font-weight: bold;
  color: #666666;
}
.item_box_middle li .info .info_left span {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
.item_box_middle li .info .info_left::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 1px;
  height: 79px;
  background-color: #efefef;
}
.item_box_middle li .info .info_right {
  padding-top: 4px;
  padding-left: 17px;
  width: calc(100% - 75px);
}
.item_box_middle li .info .info_right h6 {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  line-height: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item_box_middle li .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding: 17px 0;
}
.item_box_middle li .detail .detail_left {
  font-size: 16px;
  font-weight: normal;
  color: #8d8d8d;
}
.item_box_middle li .detail i {
  transition: all 0.3s;
  display: inline-block;
  width: 23px;
  height: 7px;
  background: url(../images/icon_arrow.png) no-repeat center;
}
.item_box_middle li:hover a {
  box-shadow: 0px 2px 24px 0px rgba(24, 132, 220, 0.3);
  border: solid 1px #1884dc;
}
.item_box_middle li:hover .info .info_left b,
.item_box_middle li:hover .info .info_left span,
.item_box_middle li:hover .info .info_right h6 {
  transition: all 0.3s;
  font-weight: bold;
  color: #1884dc;
}
.item_box_middle li:hover .info .info_left::after {
  transition: all 0.3s;
  background-color: #7ac9f6;
}
.item_box_middle li:hover .info::before {
  width: 100%;
}
.list_t {
  margin: -21px 0;
}
.list_t li {
  line-height: 1;
  position: relative;
  padding: 21px 0px 21px 15px;
}
.list_t li:not(:last-child) {
  border-bottom: 1px dashed #dfdfdf;
}
.list_t li::before {
  transition: all 0.3s;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #1cc0e8;
  border-radius: 50%;
}
.list_t li a {
  transition: all 0.3s;
  display: block;
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333333;
}
.list_t li span {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  font-size: 16px;
  color: #999999;
}
.list_t li:hover a,
.list_t li:hover span {
  color: #1884dc;
}
@media (max-width: 600px) {
  .list_t li a {
    width: 100%;
  }
  .list_t li span {
    display: none;
  }
}
.list_t2 li + li {
  margin-top: 15px;
}
.list_t2 li a {
  display: block;
  line-height: 1;
  position: relative;
  padding: 18px 0px 18px 34px;
  background-color: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(184, 206, 230, 0.55);
}
.list_t2 li a::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
  width: 10px;
  height: 10px;
  background: url(../images/icon_li.png) no-repeat center;
}
.list_t2 li a h6 {
  display: block;
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.list_t2 li a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 14px;
  color: #1884dc;
}
.list_t2 li a:hover {
  background-image: linear-gradient(-90deg, #1cc0e8 0%, #1884dc 100%);
}
.list_t2 li a:hover::before {
  background: url(../images/icon_li_cur.png) no-repeat center;
}
.list_t2 li a:hover h6,
.list_t2 li a:hover span {
  color: #fff;
}
.item_box_qa {
  margin-left: -8px;
  margin-right: -8px;
}
.item_box_qa::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_qa > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
}
.item_box_qa > li:nth-child(n) {
  margin-top: 0;
}
.item_box_qa > li:nth-child(n + 3) {
  margin-top: 16px;
}
.item_box_qa > li:nth-child(3) {
  margin-top: 0;
}
.item_box_qa a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_qa {
    margin-left: -8px;
    margin-right: -8px;
  }
  .item_box_qa::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_qa > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .item_box_qa > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_qa > li:nth-child(n + 1) {
    margin-top: 16px;
  }
  .item_box_qa > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_qa a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .item_box_qa {
    margin-left: -8px;
    margin-right: -8px;
  }
  .item_box_qa::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_qa > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .item_box_qa > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_qa > li:nth-child(n + 1) {
    margin-top: 16px;
  }
  .item_box_qa > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_qa a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.item_box_qa li .qa_q,
.item_box_qa li .qa_a {
  line-height: 2;
  background-repeat: no-repeat;
  background-position: left 5px;
}
.item_box_qa li .qa_q {
  padding-left: 30px;
  margin-bottom: 10px;
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-image: url(../images/icon_q.png);
}
.item_box_qa li .qa_a {
  background-color: #ecfaff;
  border-radius: 4px;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: normal;
  color: #4794dc;
  text-align: justify;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item_box_qa li:hover .qa_q {
  color: #1884dc;
}
.form_ftable {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #b8e5ff;
  border-left: solid 1px #b8e5ff;
  background-color: #fff;
}
.form_ftable .fth {
  font-size: 16px;
  font-weight: normal;
  color: #1884dc;
}
.form_ftable .ftd {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.form_ftable .frow {
  min-height: 54px;
  display: flex;
  justify-content: start;
}
.form_ftable .fth,
.form_ftable .ftd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: solid 1px #b8e5ff;
  border-right: solid 1px #b8e5ff;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form_ftable .fth {
  width: 120px;
  background-color: #f7fdff;
  justify-content: flex-end;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 600px) {
  .form_ftable .fth {
    width: 120px;
  }
}
.form_ftable .ftd {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  word-break: break-all;
  text-align: justify;
}
@media (max-width: 992px) {
  .form_ftable {
    width: 100%;
  }
  .form_ftable .frow {
    width: 100% !important;
  }
}
.ftable_form select,
.ftable_form input,
.ftable_form textarea,
.ftable_form button,
.ftable_form img {
  box-sizing: border-box;
  outline: none;
  border: none;
  vertical-align: middle;
}
.ftable_form .red_star {
  color: #f41c20;
  margin-right: 3px;
}
.ftable_form .vam {
  vertical-align: middle;
  margin-top: -3px;
}
.ftable_form div[class*='_box'] {
  width: 100%;
}
.ftable_form div[class*='_box']::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ftable_form div[class*='_box'] + div[class*='_box'] {
  margin-top: 10px;
}
.ftable_form select,
.ftable_form input[type='text'],
.ftable_form textarea {
  font-family: 'Microsoft YaHei';
  width: 100%;
  height: 34px;
  background-color: #ffffff;
  border: solid 1px #e7e7e7;
  padding: 0 1em;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.ftable_form select::placeholder,
.ftable_form input[type='text']::placeholder,
.ftable_form textarea::placeholder {
  color: #999999;
}
.ftable_form select,
.ftable_form input[type='text'] {
  width: 100%;
  height: 34px;
  line-height: 34px;
}
@media (max-width: 600px) {
  .ftable_form select,
  .ftable_form input[type='text'] {
    width: 100%;
  }
  .ftable_form select + select,
  .ftable_form input[type='text'] + select,
  .ftable_form select + input[type='text'],
  .ftable_form input[type='text'] + input[type='text'] {
    margin-top: 10px;
  }
}
.ftable_form textarea {
  width: 100%;
  height: 140px;
  padding: 1em;
  resize: none;
}
.ftable_form .radios_box label {
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  float: left;
  word-break: keep-all;
  padding-left: 10px;
}
.ftable_form .radios_box label + label {
  margin-left: 40px;
}
.ftable_form .radios_box input[type='radio'] {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: relative;
  appearance: none;
}
.ftable_form .radios_box input[type='radio']:focus {
  border: none;
  outline: none;
}
.ftable_form .radios_box input[type='radio']::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -8px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #1884dc;
}
.ftable_form .radios_box input[type='radio']:checked:after {
  content: '';
  position: absolute;
  top: 3.7px;
  left: -2.2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #1884dc;
}
.ftable_form .yzm_box .yzm_input {
  width: calc(100% - 115px);
}
.ftable_form .yzm_box .yzm_img {
  width: 100px;
  height: 32px;
  margin-left: 10px;
}
.ftable_form .yzm_box .yzm_refresh {
  text-decoration: underline;
  font-size: 15px;
  font-weight: normal;
  color: #333333;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ftable_form .yzm_box .yzm_refresh:hover {
  opacity: 0.7;
}
.ftable_form .button_box {
  width: 100%;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
}
.ftable_form .button_box button {
  cursor: pointer;
  width: 154px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  box-shadow: 0px 2px 9px 0px rgba(157, 157, 157, 0.29);
}
.ftable_form .button_box button img {
  margin-right: 5px;
}
.ftable_form .button_box button:hover {
  opacity: 0.7;
}
.ftable_form .button_box .submit_btn {
  background-image: linear-gradient(90deg, #1cc1e8 0%, #1884dc 100%);
  color: #ffffff;
  margin-right: 16px;
}
.ftable_form .button_box .reset_btn {
  background-color: #ffffff;
  border: solid 1px #429ae2;
  color: #1884dc;
}
@media (max-width: 600px) {
  .ftable_form .radios_box label {
    margin-left: 0 !important;
    width: 33.3%;
  }
  .ftable_form div[class*='_box'] {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .ftable_form div[class*='_box'] + div[class*='_box'] {
    margin-top: 10px !important;
  }
}
.link_img_box {
  margin-left: -12px;
  margin-right: -12px;
}
.link_img_box::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.link_img_box > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
  float: left;
}
.link_img_box > li:nth-child(n) {
  margin-top: 0;
}
.link_img_box > li:nth-child(n + 2) {
  margin-top: 20px;
}
.link_img_box > li:nth-child(2) {
  margin-top: 0;
}
.link_img_box a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .link_img_box {
    margin-left: -12px;
    margin-right: -12px;
  }
  .link_img_box::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .link_img_box > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .link_img_box > li:nth-child(n) {
    margin-top: 0;
  }
  .link_img_box > li:nth-child(n + 1) {
    margin-top: 20px;
  }
  .link_img_box > li:nth-child(1) {
    margin-top: 0;
  }
  .link_img_box a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .link_img_box {
    margin-left: -12px;
    margin-right: -12px;
  }
  .link_img_box::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .link_img_box > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .link_img_box > li:nth-child(n) {
    margin-top: 0;
  }
  .link_img_box > li:nth-child(n + 1) {
    margin-top: 10px;
  }
  .link_img_box > li:nth-child(1) {
    margin-top: 0;
  }
  .link_img_box a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.link_img_box li a {
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.link_img_box li a img {
  transition: all 0.3s;
  width: 100%;
  height: 100px;
}
@media (max-width: 992px) {
  .link_img_box li a img {
    height: auto;
  }
}
.link_img_box li:hover img {
  transform: scale(1.05);
}
