.casebox .pic {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  cursor: pointer;
}
.casebox .pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: all .5s;
}
.casebox .pic:hover img {
  transform: scale(1.08, 1.08);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/**
 * Scaffolding
 * ----------------------------------------------------------------------------
 */
* {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "PingFang SC";
  line-height: 1;
  background-color: white;
}

ul,
li,
ol {
  padding: 0;
}

ul {
  margin: 0;
}

li {
  list-style-type: none;
}

input,
button,
select,
textarea {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  border: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input,
textarea {
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}

a, a:active,
label,
label:active,
div,
div:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

select {
  -webkit-appearance: listbox;
}

/**
 * Typography
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: initial;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

.bg-pop {
  background: rgba(0, 0, 0, 0.5);
}
.popbox {
  margin: 16px;
}
.popbox > h3 {
  padding-bottom: 8px;
  font-size: 16px;
  color: #fff;
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
.mask .pop-con {
  position: absolute;
}

.pop-con {
  position: relative;
  background-color: #fff;
}

.pop-close {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #a6a6a6;
}
.pop-close i {
  font-size: 20px;
}
.pop-close:hover {
  color: #5cc88a;
}
@media screen and (max-width: 750px) {
  .pop-close i {
    font-size: 14px;
  }
}

.pop-login {
  width: 540px;
  padding: 64px 88px 72px;
  box-sizing: border-box;
  background-image: url(../images/pop-login-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.pop-login h3 {
  position: relative;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  color: #5cc88a;
  overflow: hidden;
}
.pop-login h3 span {
  position: relative;
  padding: 0 16px;
}
.pop-login h3 span:before, .pop-login h3 span:after {
  position: absolute;
  top: 50%;
  width: 600px;
  height: 1px;
  content: '';
  background-color: #eaecee;
}
.pop-login h3 span:before {
  left: -600px;
}
.pop-login h3 span:after {
  right: -600px;
}
.pop-login .pop-close {
  position: absolute;
  top: 12px;
  right: 12px;
}
@media screen and (max-width: 750px) {
  .pop-login {
    width: 90%;
    padding: 32px 20px 24px;
  }
  .pop-login h3 {
    font-size: 24px;
  }
  .pop-login h3 span:before, .pop-login h3 span:after {
    display: none;
  }
}
.pop-login-form {
  margin-top: 48px;
}
.pop-login-form .form-input {
  margin-top: 16px;
  line-height: 56px;
}
.pop-login-form .form-input:first-child {
  margin-top: 0;
}
.pop-login-form .form-input input {
  height: 56px;
  line-height: 54px;
  color: #262626;
}
.pop-login-form .form-input > i {
  font-size: 20px;
}
.pop-login-form .form-input > i::after {
  position: absolute;
  right: -12px;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  content: '';
  background-color: #eaecf0;
}
.pop-login-form .form-input-ico input {
  padding-left: 56px;
}
.pop-login-form .form-input-ico input:focus + i::after {
  background-color: #5cc88a;
}
.pop-login-form .form-input-verify {
  padding-right: 122px;
}
.pop-login-form .form-input-verify img {
  width: 108px;
  height: 54px;
  border: 1px solid #dcdfe6;
}
.pop-login-form .form-input-verify img:hover {
  border-color: #5cc88a;
}
.pop-login-form > a {
  margin-top: 24px;
  display: block;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #5cca89 0, #68e3ae 100%);
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
}
.pop-login-form .form-forget {
  margin-top: 12px;
}
@media screen and (max-width: 750px) {
  .pop-login-form {
    margin-top: 32px;
  }
  .pop-login-form .form-input {
    margin-top: 12px;
    line-height: 48px;
  }
  .pop-login-form .form-input input {
    height: 48px;
    line-height: 46px;
  }
  .pop-login-form .form-input-verify {
    padding-right: 102px;
  }
  .pop-login-form .form-input-verify img {
    width: 92px;
    height: 46px;
  }
  .pop-login-form > a {
    line-height: 48px;
  }
}

.form-input {
  position: relative;
  line-height: 40px;
}
.form-input input {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  color: #595959;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.form-input input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-input input:-ms-input-placeholder {
  color: #bfbfbf;
}
.form-input input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.form-input input:focus {
  border-color: #5cc88a;
}
.form-input > i {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -11px;
  font-size: 22px;
  line-height: 22px;
  color: #bfbfbf;
  text-align: center;
}
.form-input-ico input {
  padding-left: 40px;
}
.form-input-ico input:focus + i {
  color: #5cc88a;
}
.form-input-verify {
  padding-right: 108px;
}
.form-input-verify a, .form-input-verify img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}
.form-input-verify a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #999;
  background-color: #eee;
}
.form-input-verify a:hover {
  color: #fff;
  background-color: #5cc88a;
}
.form-input-verify img {
  width: 100px;
  height: 40px;
  cursor: pointer;
}
.form-input-hasopt input {
  padding-right: 42px;
}

.form-input-opt {
  position: absolute;
  right: 12px;
  top: 50%;
  z-index: 2;
  margin-top: -11px;
  font-size: 0;
  line-height: 22px;
}
.form-input-opt a {
  color: #bfbfbf;
}
.form-input-opt a i {
  display: inline-block;
  font-size: 22px;
  line-height: inherit;
  vertical-align: top;
}
.form-input-opt a:hover {
  color: #5cc88a;
}

.form-forget {
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}
.form-forget .pull-right a {
  color: #8c8c8c;
}
.form-forget .pull-right a:hover {
  color: #5cc88a;
}
.form-forget .pull-right span {
  margin: 0 4px;
  display: inline-block;
  line-height: inherit;
  vertical-align: top;
}

.form-label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.form-label > input {
  position: absolute;
  left: -999999px;
}
.form-label > * {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  vertical-align: middle;
}
.form-label > *:first-child {
  margin-left: 0;
}
.form-label > *:last-child {
  margin-right: 0;
}
.form-label.disabled .form-label-btn {
  background: #f5f5f5;
  border: 1px solid #caccce;
}
.form-label.disabled .form-label-btn i {
  display: inline-block;
  color: #d9d9d9;
}
.form-label.active .form-label-btn {
  color: #fff;
  background: #5cc88a;
  border-color: #5cc88a;
}
.form-label.active .form-label-btn i {
  display: inline-block;
}
.form-label.active .form-label-con {
  color: #5cc88a;
}
.form-label-btn {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #dadcde;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.form-label-btn i {
  margin-top: -1px;
  display: none;
  font-size: 12px;
  font-weight: bold;
  line-height: inherit;
  vertical-align: top;
}

div[data-check="checkGroup"] .form-label-btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

div[data-radio="radioGroup"] .form-label-btn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.form-label-con {
  font-size: 14px;
  line-height: 16px;
  color: #8c8c8c;
}

.form-select-xm {
  height: 40px;
}
.form-select-xm xm-select {
  min-height: 38px;
  line-height: 38px;
}
.form-select-xm xm-select .xm-label .scroll .label-content {
  padding: 0 10px;
}
.form-select-xm xm-select > .xm-icon {
  right: 8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: -8px;
  border: none;
}
.form-select-xm xm-select > .xm-icon::before {
  width: 16px;
  height: 16px;
  font-size: 16px;
  content: "\ea06";
}
.form-select-xm xm-select > .xm-body {
  min-width: initial;
  left: 0;
  right: 0;
}
.form-select-xm xm-select > .xm-body .xm-option.selected.hide-icon {
  position: relative;
  background-color: transparent !important;
}
.form-select-xm xm-select > .xm-body .xm-option.selected.hide-icon .xm-option-content {
  color: #5cc88a !important;
}
.form-select-xm xm-select > .xm-body .xm-option:hover {
  background-color: #eee;
}
.form-select-xm xm-select > .xm-body .xm-option:hover .xm-option-content {
  color: #5cc88a;
}
.form-select-xm xm-select > .xm-body .xm-option-content {
  width: 100%;
  display: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 750px) {
  html {
    min-width: 1200px;
  }
}

.container {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 750px) {
  .container {
    max-width: 1536px;
    min-width: 1200px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .container {
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }
}

.body-bg1 {
  background: #f9fbff;
}

.main,
.sub-main {
  padding-bottom: 40px;
  background-image: url(../images/main-bg.jpg);
  background-size: cover;
  background-position: bottom center;
}
@media screen and (max-width: 750px) {
  .main,
  .sub-main {
    padding-bottom: 12px;
  }
}

.main {
  padding-top: 40px;
}
@media screen and (max-width: 750px) {
  .main {
    padding-top: 16px;
  }
}

.header {
  height: 100px;
  background-image: url(../images/header.jpg);
  background-position: top center;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 1920px) {
  .header {
    background-size: cover;
  }
}
@media screen and (max-width: 1920px) {
  .header {
    background-size: auto;
  }
}
@media screen and (max-width: 750px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 50px;
  }
}

.logo {
  margin-top: 26px;
}
.logo img {
  max-width: 100%;
  width: auto;
  height: 48px;
}
@media screen and (max-width: 750px) {
  .logo {
    margin-top: 0;
    padding: 8px 0;
  }
  .logo img {
    height: 34px;
  }
}

.nav {
  font-size: 0;
}
.nav ul li {
  font-size: 18px;
  line-height: 40px;
}
.nav ul li a {
  display: block;
  color: #595959;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .nav {
    margin-top: 30px;
  }
  .nav ul li {
    margin-right: 32px;
    display: inline-block;
  }
  .nav ul li:last-child {
    margin-right: 0;
  }
  .nav ul li a:hover {
    color: #5cc88a;
  }
  .nav ul li a.active {
    padding: 0 24px;
    color: #fff;
    background-color: #5cc88a;
  }
}
@media screen and (max-width: 750px) {
  .nav {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: #fff;
  }
  .nav ul {
    padding-top: 8px;
    margin: 0 16px;
  }
  .nav ul li {
    position: relative;
    font-size: 14px;
    line-height: 48px;
    border-bottom: 1px solid #f4f4f4;
  }
  .nav ul li:after {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    content: "\e8b6";
    color: #bfbfbf;
  }
  .nav ul li a.active {
    color: #5cc88a;
  }
}

.header-right {
  position: relative;
  font-size: 0;
}
.header-right a {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  color: black;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-right a:hover {
  color: #5cc88a;
}
@media screen and (min-width: 750px) {
  .header-right {
    margin-left: 40px;
    margin-top: 30px;
    padding-left: 40px;
  }
  .header-right::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    content: '';
    margin-top: -10px;
    background-color: #e6edf4;
  }
  .header-right a:hover {
    color: #5cc88a;
  }
}
@media screen and (max-width: 750px) {
  .header-right {
    margin-top: 5px;
    line-height: 32px;
  }
  .header-right a {
    font-size: 14px;
  }
}

.mb-menu {
  margin-top: 5px;
  margin-left: 12px;
  font-size: 14px;
  line-height: 40px;
  color: #8c8c8c;
}

.footerbg {
  padding: 40px 0;
  background-color: #3B426B;
}
@media screen and (max-width: 750px) {
  .footerbg {
    padding: 12px 0;
  }
}

.footer {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #bfbfbf;
}

@font-face {
  font-family: "PFDinTextPro";
  src: url("../webfont/PFDinTextPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.no-roll {
  overflow-y: hidden;
}

input::-webkit-text-security {
  display: none;
}

input::-webkit-credentials-auto-fill-button {
  position: absolute;
  right: 0;
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}

input::-webkit-input-safebox-button {
  display: none;
}

.form-select-xm xm-select > .xm-icon, .nav ul li {
  font-family: "whaty" !important;
  font-style: normal;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bd-xs {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.bd-sm, .page > a, .page-total .form-input input, .form-select-xm xm-select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.bd-md, .form-input input, .form-input-verify a, .form-input-verify img, .sub-local .form-input .btn-primary {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.bd-lg, .pop-con, .pop-login-form .form-input input, .pop-login-form .form-input-verify img, .pop-login-form > a, .page-mb a, .casebox, .date, .page-pn a, .xf a, .login-right .form-input input, .login-right .form-input-verify a, .login-right .form-input-verify img, .login-right .btn-primary, .idx-new > div, .idx-award-box, .idx-linkbg, .sub-new, .sub-news, .sub-wrap, .sub-inquire > div, .sub-inquire-left a, .sub-inquire-table {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.bd-rd, .nav ul li a {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.bd-by, .idx-ban .swiper-button-prev,
.idx-ban .swiper-button-next, .idx-award-box ul li:nth-child(n+4) span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.mt50 {
  margin-top: 50px;
}

.casebox, .idx-new > div, .idx-linkbg, .sub-new, .sub-news, .sub-wrap, .sub-inquire > div {
  background-color: #fff;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
}

.text-p2, .casebox h2, .sub-newbox .txt p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
}

.tabs-con {
  display: none;
}
.tabs-con.active {
  display: block;
}

.color-primary {
  color: #5cc88a;
}

[class*=btn-] {
  text-align: center;
}
[class*=btn-].disabled {
  cursor: not-allowed;
}

.btn-primary {
  color: #fff;
  background-color: #5cc88a;
}
.btn-primary:hover {
  background: #3db470;
}

.btn-line-primary {
  color: #5cc88a;
  border: 1px solid #5cc88a;
}
.btn-line-primary:hover {
  color: #fff;
  background: #5cc88a;
}

.pic img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .mb-hidden {
    display: none;
  }

  .mb-top {
    margin-top: 50px;
  }

  .page-mb {
    display: flex;
    display: -webkit-flex;
  }
}
@media screen and (min-width: 750px) {
  .page-mb,
  .pc-hidden {
    display: none;
  }
}
.page {
  font-size: 0;
  text-align: center;
  color: #8c8c8c;
}
.page > * {
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
}
.page > a {
  min-width: 16px;
  padding: 0 8px;
  margin: 0 4px;
  font-size: 14px;
  color: #141414;
}
.page > a:hover {
  color: #5cc88a;
  background-color: #eee;
}
.page > a.cur {
  color: #fff;
  background-color: #5cc88a;
}

.page > a.link:hover {
  color: #5cc88a;
}
.page-total {
  margin-left: 40px;
  vertical-align: top;
}
.page-total .form-input {
  width: 40px;
  margin: 0 8px;
  display: inline-block;
  line-height: initial;
  vertical-align: top;
}
.page-total .form-input input {
  padding: 0 4px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-color: 1px solid #d9d9d9;
  vertical-align: top;
}
.page-total a {
  color: #5cc88a;
}

.page-num {
  margin-left: 40px;
}

.form-select-xm {
  width: 64px;
  height: 32px;
  margin: 0 8px;
  display: inline-block;
  vertical-align: top;
}
.form-select-xm xm-select {
  min-height: 30px;
  line-height: 30px;
  border: 1px solid #d9d9d9;
}

.page-mb {
  justify-content: space-between;
}
.page-mb a {
  padding: 0 24px;
  font-size: 14px;
  line-height: 36px;
  color: #5cc88a;
  background-color: #fff;
  border: 1px solid #5cc88a;
}

.sub-race ul,
.idx-case ul {
  margin: -24px -12px 0;
}
.sub-race ul li,
.idx-case ul li {
  width: 25%;
  float: left;
  margin-top: 24px;
}
.sub-race .casebox,
.idx-case .casebox {
  margin: 0 12px;
}
@media screen and (max-width: 750px) {
  .sub-race ul,
  .idx-case ul {
    margin: -10px -4px 0;
  }
  .sub-race ul li,
  .idx-case ul li {
    width: 50%;
    margin-top: 10px;
  }
  .sub-race .casebox,
  .idx-case .casebox {
    margin: 0 4px;
  }
}
.casebox {
  padding-bottom: 4px;
  overflow: hidden;
}
.casebox .pic {
  padding-bottom: 64.1843971631%;
  padding-bottom: 64.1843971631%;
  padding-bottom: 64.1843971631%;
}
.casebox .pic img {
  object-fit: fill;
}
.casebox .pic img {
  object-fit: contain;
}
.casebox .pic img {
  object-fit: cover;
}
.casebox h2 {
  margin: 16px;
  height: 36px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.casebox a {
  color: #111315;
}
.casebox a:hover {
  color: #5cc88a;
}
@media screen and (max-width: 750px) {
  .casebox h2 {
    margin: 8px;
    height: 40px;
    line-height: 20px;
  }
}

.date {
  width: 72px;
  text-align: center;
  background-color: rgba(92, 200, 138, 0.1);
  overflow: hidden;
}
.date h4 {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background-color: #5cc88a;
}
.date h6 {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  color: #404040;
}
@media screen and (max-width: 750px) {
  .date {
    width: 56px;
  }
  .date h4 {
    font-size: 12px;
    line-height: 24px;
  }
  .date h6 {
    font-size: 24px;
    line-height: 40px;
  }
}

.page-pn {
  margin-top: 24px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.page-pn a {
  width: calc((100% - 24px) / 2);
  padding: 12px 20px;
  display: inline-block;
  text-align: left;
  color: #595959;
  background: rgba(92, 200, 138, 0.04);
  box-sizing: border-box;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
}
.page-pn a:hover {
  color: #5cc88a;
}
@media screen and (max-width: 750px) {
  .page-pn {
    margin-top: 12px;
    flex-direction: column;
  }
  .page-pn a {
    width: 100%;
    padding: 12px;
    margin-top: 8px;
    font-size: 12px;
  }
}

.xf {
  position: fixed;
  top: 0;
  right: 8px;
  z-index: 999;
}
.xf a {
  width: 94px;
  height: 88px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  background: url(../images/xf.jpg) no-repeat;
  border: 2px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.xf a i {
  font-size: 24px;
}
.xf a h2 {
  margin-top: 8px;
  font-size: 16px;
  line-height: 18px;
}

.xfzn {
  margin-top: 60px!important;
  position: fixed;
  top: 0;
  right: 8px;
  z-index: 999;
}
.xfzn a {
  width: 94px;
  height: 88px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  background: url(../images/xf.jpg) no-repeat;
  border: 2px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.xfzn a i {
  font-size: 24px;
}
.xfzn a h2 {
  margin-top: 8px;
  font-size: 16px;
  line-height: 18px;
}

.empty {
  text-align: center;
}
.empty img {
  width: 234px;
  height: 234px;
}
.empty h2 {
  margin-top: 12px;
  font-size: 14px;
  line-height: 18px;
  color: #404040;
}

.login-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-color: #25aefB;
}

.login-wrap {
  width: 1000px;
  height: 700px;
  display: flex;
  display: -webkit-flex;
  background-color: #fff;
}
@media screen and (max-height: 800px) {
  .login-wrap {
    height: 80vh;
  }
}

.login-left {
  width: 470px;
  padding-top: 100px;
  text-align: center;
  background: url(../images/login/login-left.jpg);
}
.login-left img {
  height: 84px;
}
@media screen and (max-height: 800px) {
  .login-left {
    padding-top: 64px;
  }
}

.login-right {
  position: relative;
  width: calc(100% - 470px);
  padding: 0 64px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.login-right h3 {
  margin-top: -24px;
  padding-bottom: 36px;
  font-size: 28px;
  line-height: 40px;
  color: #111;
  font-weight: bold;
  text-align: center;
}
.login-right .form-input {
  margin-top: 24px;
  line-height: 48px;
}
.login-right .form-input input {
  height: 48px;
  line-height: 46px;
  border-color: #dadcde;
}
.login-right .form-input input::-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.login-right .form-input input:-ms-input-placeholder {
  color: #8c8c8c;
}
.login-right .form-input input::-webkit-input-placeholder {
  color: #8c8c8c;
}
.login-right .form-input-ico input {
  padding-left: 44px;
}
.login-right .form-input-verify img {
  height: 48px;
}
.login-right .form-forget {
  margin-top: 24px;
}
.login-right .btn-primary {
  margin-top: 24px;
  font-size: 20px;
  line-height: 48px;
  box-shadow: 0 11px 22px rgba(101, 122, 147, 0.18);
}

.login-note {
  margin-top: 32px;
  font-size: 14px;
  line-height: 20px;
  color: #5cc88a;
}

.login-agt {
  position: absolute;
  bottom: 56px;
  font-size: 12px;
  line-height: 18px;
  color: #404040;
}
.login-agt a {
  color: #737373;
}
.login-agt a:hover {
  color: #5cc88a;
}
@media screen and (max-height: 800px) {
  .login-agt {
    bottom: 32px;
  }
}

.idx-ban {
  clear: both;
}
.idx-ban .swiper-pagination {
  bottom: 16px;
}
.idx-ban .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(101, 101, 101, 0.4);
  opacity: 1;
}
.idx-ban .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  background: #fff;
  opacity: 1;
}
.idx-ban .swiper-button-prev,
.idx-ban .swiper-button-next {
  top: 50%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}
.idx-ban .swiper-button-prev i,
.idx-ban .swiper-button-next i {
  font-size: 32px;
}
.idx-ban .swiper-slide {
  position: relative;
}
.idx-ban .swiper-slide img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) and (min-width: 750px) {
  .idx-ban .swiper-slide {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .idx-ban .swiper-slide img {
    position: absolute;
    width: 1920px;
    height: inherit;
    left: 50%;
    margin-left: -960px;
  }
}
@media screen and (max-width: 750px) {
  .idx-ban {
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 12px;
  }
  .idx-ban .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
  }
  .idx-ban .swiper-pagination {
    bottom: 8px;
  }
  .idx-ban .swiper-button-prev,
  .idx-ban .swiper-button-next {
    display: none;
  }
}

.idx-new {
  display: flex;
  display: -webkit-flex;
}
.idx-new > div {
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .idx-new {
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .idx-new {
    flex-direction: column;
  }
}
.idx-new-left .txt h3,
.idx-new-right h3 {
  font-size: 20px;
  line-height: 54px;
  color: #141414;
  border-bottom: 1px solid #e6edf4;
}
@media screen and (max-width: 750px) {
  .idx-new-left .txt h3,
  .idx-new-right h3 {
    font-size: 16px;
    line-height: 48px;
    font-weight: bold;
  }
  .idx-new-left .txt h3 a,
  .idx-new-right h3 a {
    font-weight: normal;
  }
}

.idx-new-left {
  display: flex;
  display: -webkit-flex;
}
.idx-new-left .pic {
  width: 375px;
}
.idx-new-left .txt ul {
  padding-top: 8px;
}
.idx-new-left .txt ul li {
  padding: 16px 0 20px;
  border-bottom: 1px dotted #d9d9d9;
}
.idx-new-left .txt ul li:last-child {
  border-bottom: none;
}
.idx-new-left .txt ul li:nth-child(1) span {
  color: #dc2e3c;
}
.idx-new-left .txt ul li:nth-child(2) span {
  color: #e9885b;
}
.idx-new-left .txt ul li:nth-child(3) span {
  color: #fab11e;
}
@media screen and (min-width: 750px) {
  .idx-new-left {
    width: calc((100% - 48px) / 3 * 2 + 24px);
    justify-content: space-between;
  }
  .idx-new-left .txt {
    width: calc(100% - 375px - 48px);
    margin-right: 24px;
  }
}
@media screen and (max-width: 750px) {
  .idx-new-left {
    flex-direction: column;
  }
  .idx-new-left .pic {
    display: none;
  }
  .idx-new-left .txt {
    margin: 0 12px;
  }
  .idx-new-left .txt ul {
    padding-top: 0;
  }
  .idx-new-left .txt ul li {
    padding: 16px 0;
  }
}

.idx-newbox {
  position: relative;
  padding-left: 32px;
}
.idx-newbox span {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 46px;
  font-size: 24px;
  font-family: 'PFDinTextPro';
  text-align: center;
  line-height: 46px;
  font-weight: bold;
  font-style: italic;
  color: #bfbfbf;
}
.idx-newbox h2 {
  font-size: 16px;
  line-height: 24px;
}
.idx-newbox h2 a {
  color: #141414;
}
.idx-newbox h2 a:hover {
  color: #5cc88a;
}
.idx-newbox h4 {
  margin-top: 8px;
  font-size: 14px;
  color: #8c8c8c;
}
@media screen and (max-width: 750px) {
  .idx-newbox span {
    font-size: 20px;
  }
  .idx-newbox h2 {
    font-size: 14px;
  }
  .idx-newbox h4 {
    margin-top: 4px;
    font-size: 12px;
  }
}

.idx-new-right h3 {
  margin: 0 24px;
}
.idx-new-right ul li {
  position: relative;
  margin: 0 24px;
  padding: 16px 0 16px 84px;
  border-bottom: 1px dotted #d9d9d9;
}
.idx-new-right ul li:last-child {
  border-bottom: none;
}
.idx-new-right ul li h2 {
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
}
.idx-new-right ul li h2 a {
  color: #141414;
}
.idx-new-right ul li h2 a:hover {
  color: #5cc88a;
}
.idx-new-right ul li > a {
  display: inline-block;
  margin-top: 12px;
  color: #bfbfbf;
}
.idx-new-right ul li > a i {
  font-size: 20px;
}
.idx-new-right ul li > a:hover {
  color: #5cc88a;
}
.idx-new-right .time {
  position: absolute;
  left: 0;
  width: 78px;
  height: 64px;
  padding: 8px 0;
  color: #8c8c8c;
}
.idx-new-right .time:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 56px;
  margin-top: -28px;
  content: '';
  background-color: #e6edf4;
}
.idx-new-right .time h4 {
  font-size: 32px;
  font-weight: 700;
}
.idx-new-right .time h6 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 750px) {
  .idx-new-right {
    width: calc((100% - 48px) / 3 * 1);
  }
  .idx-new-right ul {
    padding: 4px 0 3px;
  }
  .idx-new-right ul li {
    display: inline-block;
  }
  .idx-new-right ul li a {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .idx-new-right {
    margin-top: 12px;
  }
  .idx-new-right h3 {
    margin: 0 12px;
  }
  .idx-new-right ul li {
    margin: 0 12px;
  }
  .idx-new-right ul li h2 {
    height: 44px;
    font-size: 14px;
    line-height: 22px;
  }
  .idx-new-right ul li > a {
    margin-top: 4px;
  }
  .idx-new-right .time {
    width: 60px;
    height: auto;
  }
  .idx-new-right .time:after {
    height: 40px;
    margin-top: -20px;
  }
  .idx-new-right .time h4 {
    font-size: 24px;
  }
  .idx-new-right .time h6 {
    margin-top: 0;
    font-size: 12px;
  }
}

.idx-more {
  font-size: 14px;
  color: #8c8c8c;
}
.idx-more i {
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  line-height: inherit;
  vertical-align: top;
}
.idx-more:hover {
  color: #5cc88a;
}

.idx-title {
  position: relative;
  margin-top: 40px;
  padding-bottom: 24px;
  text-align: center;
  line-height: 46px;
}
.idx-title h3 {
  font-size: 30px;
  color: #141414;
}
.idx-title h3 img {
  margin-top: 8px;
  margin-right: 12px;
  display: inline-block;
  height: 34px;
  vertical-align: top;
}
.idx-title a {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .idx-title {
    margin-top: 24px;
    padding-bottom: 12px;
    line-height: 24px;
  }
  .idx-title h3 {
    font-size: 20px;
    font-weight: bold;
  }
  .idx-title h3 img {
    margin-top: 0;
    height: 24px;
  }
}

.idx-awards {
  display: flex;
  display: -webkit-flex;
}
.idx-awards .idx-award-box {
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
}
.idx-awards .idx-award-box:nth-child(1) {
  background: linear-gradient(180deg, #F9F4EB 0%, rgba(255, 255, 255, 0) 100%);
}
.idx-awards .idx-award-box:nth-child(2) {
  background: linear-gradient(180deg, #EAFDF8 0%, rgba(255, 255, 255, 0) 100%);
}
.idx-awards .idx-award-box:nth-child(3) {
  background: linear-gradient(180deg, #ECEEFD 0%, rgba(255, 255, 255, 0) 100%);
}
.idx-awards .idx-award-box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .idx-awards {
    flex-direction: column;
  }
  .idx-awards .idx-award-box {
    width: auto;
    margin-right: 0;
    margin-top: 12px;
  }
}

.idx-award-box {
  position: relative;
  padding: 0 24px 16px;
  background-repeat: no-repeat;
  background-position: right bottom;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.idx-award-box:after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 360px;
  height: 158px;
  content: '';
  background: url(../images/idx-awardbg.png);
}
.idx-award-box h3 {
  padding: 16px 0 12px;
  font-size: 16px;
  line-height: 24px;
  color: #141414;
  font-weight: bold;
  border-bottom: 1px solid #dadada;
}
.idx-award-box ul {
  position: relative;
  z-index: 2;
}
.idx-award-box ul li {
  margin-top: 16px;
  font-size: 14px;
  line-height: 22px;
}
.idx-award-box ul li:nth-child(n+4) span {
  background-color: #f5f5f5;
}
.idx-award-box ul li a {
  position: relative;
  display: block;
  padding-left: 28px;
  color: #141414;
}
.idx-award-box ul li a:hover {
  color: #5cc88a;
}
.idx-award-box ul li a span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #bfbfbf;
  font-weight: bold;
  font-family: 'PFDinTextPro';
}
.idx-award-box ul li a span img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  .idx-award-box {
    padding: 0 16px 16px;
  }
}

.idx-linkbg {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .idx-linkbg {
    margin-top: 12px;
  }
}
.idx-link-pic span,
.idx-link-txt span {
  font-size: 18px;
  color: #000;
}
@media screen and (min-width: 750px) {
  .idx-link-pic,
  .idx-link-txt {
    position: relative;
    padding: 24px 24px 24px 156px;
  }
  .idx-link-pic span,
  .idx-link-txt span {
    position: absolute;
    left: 0;
    padding: 0 24px;
    width: 108px;
  }
}
@media screen and (max-width: 750px) {
  .idx-link-pic,
  .idx-link-txt {
    padding: 16px 0 0;
  }
  .idx-link-pic span,
  .idx-link-txt span {
    display: block;
    text-align: center;
    font-weight: bold;
  }
}

.idx-link-pic {
  min-height: 40px;
  border-bottom: 1px solid #f2f2f2;
}
.idx-link-pic span {
  line-height: 40px;
}
.idx-link-pic ul {
  display: flex;
  display: -webkit-flex;
  margin-top: -8px;
  flex-wrap: wrap;
}
.idx-link-pic ul li {
  margin-top: 8px;
  padding: 0 24px;
  border-left: 1px solid #f2f2f2;
}
.idx-link-pic ul li img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 750px) {
  .idx-link-pic {
    min-height: auto;
  }
  .idx-link-pic ul {
    margin-top: 12px;
    margin-bottom: -1px;
    border-top: 1px solid #f2f2f2;
  }
  .idx-link-pic ul li {
    width: 50%;
    margin-top: 0;
    padding: 12px 16px;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
    border-left: none;
    border-right: 1px solid #f2f2f2;
  }
  .idx-link-pic ul li img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

.idx-link-txt {
  min-height: 28px;
}
.idx-link-txt span {
  line-height: 28px;
}
.idx-link-txt ul {
  margin-top: -8px;
  padding: 6px 0;
}
.idx-link-txt ul li {
  float: left;
  padding: 0 12px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 16px;
  border-left: 1px solid #f2f2f2;
}
.idx-link-txt ul li a {
  color: #8c8c8c;
}
.idx-link-txt ul li a:hover {
  color: #5cc88a;
}
@media screen and (max-width: 750px) {
  .idx-link-txt {
    padding-bottom: 12px;
  }
  .idx-link-txt span {
    line-height: 40px;
  }
  .idx-link-txt ul li {
    margin-top: 10px;
  }
}

.sub-main .page {
  margin-top: 32px;
}
.sub-main .page-mb {
  margin-top: 12px;
}

.sub-local {
  position: relative;
  padding: 24px 0 24px 12px;
  font-size: 14px;
  line-height: 24px;
  color: #8c8c8c;
}
.sub-local:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 12px;
  margin-top: -6px;
  content: '';
  background-color: #5cc88a;
}
.sub-local a {
  color: #8c8c8c;
}
.sub-local a:hover {
  color: #5cc88a;
}
.sub-local span {
  color: #5cc88a;
}
.sub-local .form-input {
  position: absolute;
  padding-right: 80px;
  right: 0;
  top: 50%;
  width: 240px;
  margin-top: -20px;
}
.sub-local .form-input .btn-primary {
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .sub-local {
    padding: 8px 0 8px 12px;
  }
  .sub-local .form-input {
    display: none;
  }
}

.min-height {
  min-height: 78vh;
}
@media screen and (max-width: 750px) {
  .min-height {
    min-height: 75vh;
  }
}

.sub-new {
  padding: 0 24px;
  box-sizing: border-box;
}
.sub-new ul li {
  padding: 24px 0;
  border-bottom: 1px dashed #D9D9D9;
}
.sub-new ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 750px) {
  .sub-new {
    padding: 0 12px;
  }
  .sub-new ul li {
    padding: 12px 0;
  }
}

.sub-newbox {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sub-newbox .data {
  justify-content: flex-start;
}
.sub-newbox .txt {
  width: calc(100% - 72px - 24px);
}
.sub-newbox .txt h2 {
  font-size: 16px;
  line-height: 24px;
}
.sub-newbox .txt h2 a {
  color: #141414;
}
.sub-newbox .txt h2 a:hover {
  color: #5cc88a;
}
.sub-newbox .txt p,
.sub-newbox .txt > a {
  font-size: 14px;
  line-height: 1.8;
}
.sub-newbox .txt p {
  margin-top: 12px;
  color: #737373;
}
.sub-newbox .txt > a {
  margin-top: 8px;
  display: inline-block;
  color: #5cc88a;
}
.sub-newbox .txt > a i {
  margin-left: 4px;
  font-size: inherit;
}
.sub-newbox .txt > a:hover {
  color: #3db470;
}
@media screen and (max-width: 750px) {
  .sub-newbox .txt {
    width: calc(100% - 56px - 12px);
  }
  .sub-newbox .txt h2 {
    font-size: 14px;
    line-height: 22px;
  }
  .sub-newbox .txt p,
  .sub-newbox .txt > a {
    font-size: 12px;
    line-height: 1.2;
  }
  .sub-newbox .txt p {
    margin-top: 8px;
  }
}

.sub-news {
  padding: 24px;
  box-sizing: border-box;
  min-height:600px;
}
@media screen and (max-width: 750px) {
  .sub-news {
    padding: 12px;
  }
}
.sub-news-title {
  text-align: center;
}
.sub-news-title h2 {
  padding-bottom: 16px;
  font-size: 22px;
  line-height: 30px;
  color: #262626;
  border-bottom: 1px dashed #d9d9d9;
}
.sub-news-title h4 {
  margin-top: 16px;
  font-size: 12px;
  line-height: 24px;
  color: #8c8c8c;
}
.sub-news-title h4 span {
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .sub-news-title {
    padding-bottom: 12px;
    text-align: left;
    border-bottom: 1px dashed #d9d9d9;
  }
  .sub-news-title h2 {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    border-bottom: none;
  }
  .sub-news-title h4 {
    margin-top: 8px;
  }
}

.sub-news-article {
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
  color: #404040;
}
.sub-news-article img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.sub-wrap {
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .sub-wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .sub-wrap {
    flex-direction: column;
    background-color: transparent;
    box-shadow: none;
  }
}
.sub-left {
  background-color: rgba(92, 200, 138, 0.04);
  background-image: url(../images/sub-leftbg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
}
.sub-left ul li {
  margin: 0 24px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid #e6edf4;
}
.sub-left ul li a {
  margin: 0 -24px;
  display: block;
  color: #8c8c8c;
}
.sub-left ul li a:hover {
  color: #5cc88a;
}
.sub-left ul li a.active {
  color: #fff;
  background-color: #5cc88a;
}
@media screen and (min-width: 750px) {
  .sub-left {
    width: 224px;
  }
}
@media screen and (max-width: 750px) {
  .sub-left {
    font-size: 0;
    background-image: none;
  }
  .sub-left ul li {
    margin: 0;
    width: 50%;
    display: inline-block;
    line-height: 48px;
  }
  .sub-left ul li a {
    margin: 0;
  }
}

.sub-menu {
  margin-left: 24px;
  padding-right: 24px;
  line-height: 60px;
  border-bottom: 1px solid #e6edf4;
}
.sub-menu h3 {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  color: #141414;
  font-weight: bold;
}
.sub-menu h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 20px;
  content: '';
  margin-top: -10px;
  background-color: #5cc88a;
}
@media screen and (max-width: 750px) {
  .sub-menu {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
  }
}

.sub-right {
  padding-bottom: 24px;
}
@media screen and (min-width: 750px) {
  .sub-right {
    width: calc(100% - 224px);
  }
}
@media screen and (max-width: 750px) {
  .sub-right {
    padding-bottom: 12px;
    margin-top: 12px;
    background-color: #fff;
  }
  .sub-right .page-mb {
    margin: 0 12px;
  }
}

.sub-guide {
  padding: 0 24px;
}
.sub-guide ul li {
  font-size: 14px;
  line-height: 56px;
  border-bottom: 1px dotted #d9d9d9;
}
.sub-guide ul li:last-child {
  border-bottom: none;
}
.sub-guide ul li span {
  color: #8c8c8c;
}
.sub-guide ul li a {
  color: #262626;
}
.sub-guide ul li a i {
  margin-right: 4px;
  color: rgba(92, 200, 138, 0.4);
}
.sub-guide ul li a:hover {
  color: #5cc88a;
}
@media screen and (max-width: 750px) {
  .sub-guide {
    padding: 0 12px;
  }
  .sub-guide ul li {
    line-height: 42px;
  }
}

.sub-inquire {
  display: flex;
  display: -webkit-flex;
}
@media screen and (min-width: 750px) {
  .sub-inquire {
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .sub-inquire {
    flex-direction: column;
  }
}

.sub-inquire-left {
  width: 40%;
  padding: 32px 24px;
  box-sizing: border-box;
  background-image: url(../images/sub-inquire-leftbg.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub-inquire-left h3 {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 28px;
  color: #262626;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
.sub-inquire-left h3 span {
  position: relative;
  padding: 0 16px;
}
.sub-inquire-left h3 span:before, .sub-inquire-left h3 span:after {
  position: absolute;
  top: 50%;
  width: 600px;
  height: 1px;
  content: '';
  background-color: #eaecee;
}
.sub-inquire-left h3 span:before {
  left: -600px;
}
.sub-inquire-left h3 span:after {
  right: -600px;
}
.sub-inquire-left .sub-inquirebox {
  margin-top: 16px;
}
.sub-inquire-left .sub-inquirebox:first-child {
  margin-top: 0;
}
.sub-inquire-left a {
  margin-top: 40px;
  display: block;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(180deg, #5cca89 0%, #68e3ae 100%);
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 750px) {
  .sub-inquire-left {
    width: 100%;
    padding: 20px 16px;
  }
  .sub-inquire-left h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .sub-inquire-left .sub-inquirebox {
    margin-top: 12px;
  }
  .sub-inquire-left a {
    margin-top: 20px;
    font-size: 16px;
    line-height: 42px;
  }
}

.sub-inquirebox {
  position: relative;
  padding-left: 116px;
  line-height: 40px;
}
.sub-inquirebox span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  font-size: 14px;
  text-align: right;
  color: #737373;
}
.sub-inquirebox .form-input input {
  background: #fafafa;
  border-color: #e6e6e6;
}

.sub-inquire-right {
  width: calc(100% - 40% - 24px);
  padding: 24px;
  box-sizing: border-box;
}
.sub-inquire-right .empty {
  padding-top: 48px;
}
@media screen and (max-width: 750px) {
  .sub-inquire-right {
    width: 100%;
    margin-top: 12px;
    padding: 12px;
  }
  .sub-inquire-right .empty {
    padding-top: 0;
  }
}

.sub-inquire-table {
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
.sub-inquire-table table {
  border: 0;
}
.sub-inquire-table table tr td {
  padding: 12px 0;
}
.sub-inquire-table table tr td:nth-child(1) {
  width: 25%;
}
.sub-inquire-table table tr td:nth-child(2) {
  width: 75%;
}
.sub-inquire-table table tr td p {
  padding: 0 24px;
  font-size: 14px;
  line-height: 18px;
  color: #262626;
}
.sub-inquire-table table tr td:first-child {
  border-right: 1px solid #f0f0f0;
}
.sub-inquire-table table tr td:first-child p {
  text-align: right;
  color: #737373;
}
.sub-inquire-table table tr:nth-child(2n) {
  background: rgba(92, 200, 138, 0.05);
}
@media screen and (max-width: 750px) {
  .sub-inquire-table table tr td {
    padding: 8px 0;
  }
  .sub-inquire-table table tr td:nth-child(1) {
    width: 35%;
  }
  .sub-inquire-table table tr td:nth-child(2) {
    width: 65%;
  }
  .sub-inquire-table table tr td p {
    padding: 0 8px;
  }
}

.img-responsive {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.img-responsive-h {
  width: 100%;
  height: auto;
  display: block;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.ell, .text-p1, .page-pn a, .idx-newbox h2, .idx-award-box ul li a, .sub-newbox .txt h2, .sub-guide ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clearfix {
  *zoom: 1;
}
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.vis-hidden {
  visibility: hidden;
}

.ovh {
  overflow: hidden;
}

[class*="col-"] {
  float: left;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.3333333333%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

.col-6 {
  width: 16.6666666667%;
}

.trans, .pop-login-form .form-input > i::after, .pop-login-form .form-input-verify img, .form-input input, .form-label, a, [class*=btn-], .pic img, .idx-ban .swiper-button-prev,
.idx-ban .swiper-button-next {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

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