body, html {
  margin: 0px;
  padding: 0;
  word-break: normal;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #4a4a4a; }

body {
  position: relative;
  background-color: #f2f2f2;
  min-height: 100vh;
  font-family: "Montserrat","Microsoft YaHei","Microsoft JhengHei",Arial; }

.u-test {
  border: .5px solid red; }

.u-test * {
  border: .5px solid red; }

.u-dn {
  display: none; }

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/montserrat-medium.ttf); }

@font-face {
  font-family: 'NotoSansSC';
  src: url(../fonts/NotoSansSC-DemiLight.otf), url(../fonts/NotoSansSC-Bold.otf), url(../fonts/NotoSansSC-Medium.otf), url(../fonts/NotoSansSC-Regular.otf); }

h1, h2, h3, h4, h5, h6, p, a, span, li, label {
  color: #4a4a4a;
  letter-spacing: .5px;
  font-family: "Montserrat", "Microsoft YaHei" , "PingFang SC" ,"NotoSansSC", "Microsoft JhengHei", Arial;
  font-weight: normal; }

a:hover {
  color: #4a4a4a; }

h1 {
  font-size: 56px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 12px; }

p, span, a, li {
  font-size: 16px; }

p {
  line-height: 1.7; }

@media (max-width: 768px) {
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 36px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 16px; }
  h5 {
    font-size: 12px; }
  p, span, a, li {
    font-size: 14px; } }

.color-white {
  color: #fff !important; }

.color-orange {
  color: #70C000 !important; }

.color-blue {
  color: #051d49 !important; }

.main-btn {
  display: inline-block;
  position: relative;
  margin: 15px 0px;
  min-width: 115px;
  min-height: 45px;
  outline: none;
  border: 0;
  border-radius: 100px;
  background-color: #70C000;
  cursor: pointer;
  text-align: center;
  line-height: 45px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  .main-btn:focus {
    outline: none;
    border: 0; }
  .main-btn a {
    display: block;
    padding: 0px 25px;
    color: #fff; }
  .main-btn:hover {
    background-color: #00534f; }
.main-btn a:hover {    
    color: #fff; }

.block_title {
  margin: 0px 0px 15px 0px; }
  .block_title .main-title {
    letter-spacing: .9px;
    color: #70C000;
    text-transform: uppercase;
    padding: 10px 0px; }
  .block_title .sub-title {
    font-weight: bold;
    letter-spacing: .9px;
    color: #616578; }

.main-paragraph {
  padding: 15px 0px; }

.img-box img {
  width: auto;
  height: 100%; }

.main-layout {
  /*margin-top: 90px;*/
  position: relative; }

@media (max-width: 1199px) {
  .main-layout {
    /*margin-top: 60px; */} }

.top_wrap {
  position: relative; }

.marquee-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100; }
  .marquee-bar .swiper-container {
    height: 100%;
    z-index: 101; }
    .marquee-bar .swiper-container span {
      color: #fff; }
  .marquee-bar .swiper-slide {
    text-align: center;
    line-height: 40px; }
  .marquee-bar a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .marquee-bar span.news-date {
    font-size: 14px;
    padding-left: 10px; }
.news-date-size {
    font-size:14px;
    width:100px;
}
.news-tag {
    display: inline-block;
    background-color: #5EC5C3;
    border-radius: 100px 35px 35px 100px;
    padding: 3px 10px 3px 22px;
    margin-right: 10px;
    position: relative;
}
  .news-tag p {
    font-size: 14px;
    color: #fff; }
    .news-tag p:before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #fff;
      position: absolute;
      left: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.main-swiper .swiper-slide {
  height: 90vh;
  width: 100%; }
  .main-swiper .swiper-slide .img-box {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .main-swiper .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*background-color: rgba(0, 0, 0, 0.2);*/ }

.main-swiper .swiper-pagination.swiper-pagination-bullets {
  margin-bottom: 40px; }

.main-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 5px;
  border-radius: 100px;
  background-color: #fff;
  opacity: 0.5; }

.main-swiper .swiper-pagination-bullet-active {
  background-color: #70C000;
  opacity: 1; }

.main-swiper .slide-content {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 100px; }
  .main-swiper .slide-content .main-title, .main-swiper .slide-content .main-paragraph {
    color: #fff; }

@media (max-width: 1199px) {
  .main-swiper .swiper-slide {
    height: 80vh; } }

.inquiry-box {
  font-size: 0px;
  position: absolute;
  bottom: 0;
  left: 65%;
  z-index: 100;
  top:250px\0;
}
  .inquiry-box label {
    margin-bottom: 0px;
    vertical-align: bottom; }

@media (max-width: 1199px) {
  .inquiry-box label {
    vertical-align: top; } }

.inquiry-price_content {
  display: block; }

.track-num_content {
  display: none; }

@media (max-width: 1199px) {
  .inquiry-price_content {
    display: none; }
  .track-num_content {
    display: none; } }

#inquiry-price:checked ~ .inquiry-price_content {
  display: block; }

#inquiry-price:checked ~ .track-num_content {
  display: none; }

#track-num:checked ~ .inquiry-price_content {
  display: none; }

#track-num:checked ~ .track-num_content {
  display: block; }

.tab-btn-input {
  display: none; }

.tab-btn {
  padding: 15px 37.5px;
  color: white;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
  font-size: 18px; }
  .tab-btn img {
    width: auto;
    height: 22px;
    padding-right: 10px; }

.tab-btn-price {
  background-color: rgba(0, 134, 128, 0.9); }

.tab-btn-track {
  background-color: rgba(97, 101, 120, 0.9); }

@media (max-width: 1199px) {
  .inquiry-box {
    white-space: nowrap;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  .tab-btn {
    width: 50vw;
    display: inline-block;
    border-radius: 0px 0px 0px 0px;
    text-align: center; }
  .tab-btn-price {
    background-color: #70C000; }
  .tab-btn-track {
    background-color: #051d49; } }

.inquiry-box_content {
  white-space: normal;
  padding: 30px;
  color: #fff;
  width: 360px;
  min-height: 400px;
  border-radius: 0px 0px 0px 0px; }
  .inquiry-box_content form, .inquiry-box_content form span, .inquiry-box_content form label {
    font-size: 0px;
    color: #fff;
    vertical-align: middle; }
    .inquiry-box_content form input, .inquiry-box_content form select, .inquiry-box_content form textarea, .inquiry-box_content form span, .inquiry-box_content form label, .inquiry-box_content form span input, .inquiry-box_content form span select, .inquiry-box_content form span textarea, .inquiry-box_content form span span, .inquiry-box_content form span label, .inquiry-box_content form label input, .inquiry-box_content form label select, .inquiry-box_content form label textarea, .inquiry-box_content form label span, .inquiry-box_content form label label {
      font-size: 16px; }
    .inquiry-box_content form input, .inquiry-box_content form select, .inquiry-box_content form textarea, .inquiry-box_content form span input, .inquiry-box_content form span select, .inquiry-box_content form span textarea, .inquiry-box_content form label input, .inquiry-box_content form label select, .inquiry-box_content form label textarea {
      overflow: hidden; }
      .inquiry-box_content form input:focus, .inquiry-box_content form select:focus, .inquiry-box_content form textarea:focus, .inquiry-box_content form span input:focus, .inquiry-box_content form span select:focus, .inquiry-box_content form span textarea:focus, .inquiry-box_content form label input:focus, .inquiry-box_content form label select:focus, .inquiry-box_content form label textarea:focus {
        outline: 0; }
      .inquiry-box_content form input::-webkit-input-placeholder, .inquiry-box_content form select::-webkit-input-placeholder, .inquiry-box_content form textarea::-webkit-input-placeholder, .inquiry-box_content form span input::-webkit-input-placeholder, .inquiry-box_content form span select::-webkit-input-placeholder, .inquiry-box_content form span textarea::-webkit-input-placeholder, .inquiry-box_content form label input::-webkit-input-placeholder, .inquiry-box_content form label select::-webkit-input-placeholder, .inquiry-box_content form label textarea::-webkit-input-placeholder {
        color: #fff !important; }
      .inquiry-box_content form input:-ms-input-placeholder, .inquiry-box_content form select:-ms-input-placeholder, .inquiry-box_content form textarea:-ms-input-placeholder, .inquiry-box_content form span input:-ms-input-placeholder, .inquiry-box_content form span select:-ms-input-placeholder, .inquiry-box_content form span textarea:-ms-input-placeholder, .inquiry-box_content form label input:-ms-input-placeholder, .inquiry-box_content form label select:-ms-input-placeholder, .inquiry-box_content form label textarea:-ms-input-placeholder {
        color: #fff !important; }
      .inquiry-box_content form input::-ms-input-placeholder, .inquiry-box_content form select::-ms-input-placeholder, .inquiry-box_content form textarea::-ms-input-placeholder, .inquiry-box_content form span input::-ms-input-placeholder, .inquiry-box_content form span select::-ms-input-placeholder, .inquiry-box_content form span textarea::-ms-input-placeholder, .inquiry-box_content form label input::-ms-input-placeholder, .inquiry-box_content form label select::-ms-input-placeholder, .inquiry-box_content form label textarea::-ms-input-placeholder {
        color: #fff !important; }
      .inquiry-box_content form input::placeholder, .inquiry-box_content form select::placeholder, .inquiry-box_content form textarea::placeholder, .inquiry-box_content form span input::placeholder, .inquiry-box_content form span select::placeholder, .inquiry-box_content form span textarea::placeholder, .inquiry-box_content form label input::placeholder, .inquiry-box_content form label select::placeholder, .inquiry-box_content form label textarea::placeholder {
        color: #fff !important; }
    .inquiry-box_content form input[type="text"], .inquiry-box_content form input[type="number"], .inquiry-box_content form input[type="tel"], .inquiry-box_content form select, .inquiry-box_content form span input[type="text"], .inquiry-box_content form span input[type="number"], .inquiry-box_content form span input[type="tel"], .inquiry-box_content form span select, .inquiry-box_content form label input[type="text"], .inquiry-box_content form label input[type="number"], .inquiry-box_content form label input[type="tel"], .inquiry-box_content form label select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      border-radius: 0px;
      border: none;
      background-color: transparent;
      padding: 15px 0px;
      margin-bottom: 15px;
      border-bottom: 1px solid #fff; }
    .inquiry-box_content form .select-wrap, .inquiry-box_content form span .select-wrap, .inquiry-box_content form label .select-wrap {
      position: relative; }

      .inquiry-box_content form .select-wrap:after, .inquiry-box_content form span .select-wrap:after, .inquiry-box_content form label .select-wrap:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
.select-wrap:after {
 display:none\0;
}

    .inquiry-box_content form textarea, .inquiry-box_content form span textarea, .inquiry-box_content form label textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 0px;
      resize: none;
      width: 100%;
      height: 220px;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #fff;
      word-break: normal; }
    .inquiry-box_content form input[type="button"], .inquiry-box_content form span input[type="button"], .inquiry-box_content form label input[type="button"] {
      /*margin: 50px 0px 10px 0px;*/
      border: none;
      background-color: #fff; }
      .inquiry-box_content form input[type="button"]:hover, .inquiry-box_content form span input[type="button"]:hover, .inquiry-box_content form label input[type="button"]:hover {
        background-color: #e6e6e6; }
    .inquiry-box_content form .input-text, .inquiry-box_content form span .input-text, .inquiry-box_content form label .input-text {
      position: relative; }
      .inquiry-box_content form .input-text .input-unit-wrap, .inquiry-box_content form span .input-text .input-unit-wrap, .inquiry-box_content form label .input-text .input-unit-wrap {
        width: 100%;
        padding: 15px 0px;
        margin-bottom: 15px;
        border-bottom: 1px solid #fff;
        position: relative; }
        .inquiry-box_content form .input-text .input-unit-wrap input, .inquiry-box_content form span .input-text .input-unit-wrap input, .inquiry-box_content form label .input-text .input-unit-wrap input {
          border-bottom: 0px;
          width: 70%;
          padding: 0px;
          margin-bottom: 0px; }
      .inquiry-box_content form .input-text .unit, .inquiry-box_content form span .input-text .unit, .inquiry-box_content form label .input-text .unit {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .inquiry-box_content form .input-short, .inquiry-box_content form span .input-short, .inquiry-box_content form label .input-short {
      display: inline-block;
      width: 29%;
      vertical-align: middle; }
      .inquiry-box_content form .input-short .input-unit-wrap input, .inquiry-box_content form span .input-short .input-unit-wrap input, .inquiry-box_content form label .input-short .input-unit-wrap input {
        width: 50%; }
    .inquiry-box_content form .input-text ~ span, .inquiry-box_content form span .input-text ~ span, .inquiry-box_content form label .input-text ~ span {
      display: inline-block;
      width: 6.5%;
      text-align: center;
      opacity: 0.7; }
    .inquiry-box_content form .package-type, .inquiry-box_content form span .package-type, .inquiry-box_content form label .package-type {
      font-size: 0px;
      border-radius: 3px;
      border: 1px solid #fff;
      overflow: hidden;
      margin: 15px 0px; }
      .inquiry-box_content form .package-type input, .inquiry-box_content form .package-type label, .inquiry-box_content form span .package-type input, .inquiry-box_content form span .package-type label, .inquiry-box_content form label .package-type input, .inquiry-box_content form label .package-type label {
        cursor: pointer;
        font-size: 16px;
        text-align: center; }
      .inquiry-box_content form .package-type input, .inquiry-box_content form span .package-type input, .inquiry-box_content form label .package-type input {
        display: none; }
      .inquiry-box_content form .package-type .package-type-tab, .inquiry-box_content form span .package-type .package-type-tab, .inquiry-box_content form label .package-type .package-type-tab {
        padding: 13px 0px;
        width: 33.33333%; }
      .inquiry-box_content form .package-type .tab-border, .inquiry-box_content form span .package-type .tab-border, .inquiry-box_content form label .package-type .tab-border {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff; }
      .inquiry-box_content form .package-type input:checked + .package-type-tab, .inquiry-box_content form span .package-type input:checked + .package-type-tab, .inquiry-box_content form label .package-type input:checked + .package-type-tab {
        background-color: #fff;
        color: #70C000; }
  .inquiry-box_content .inquiry-price-form input[type="button"] {
    color: #70C000; }
  .inquiry-box_content .track-num-form input[type="button"] {
    color: #616578; }

.inquiry-price_content {
  background-color: rgba(0, 134, 128, 0.9); }

.track-num_content {
  background-color: rgba(97, 101, 120, 0.9); }

@media (max-width: 1199px) {
  .inquiry-box_content {
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100vw;
    padding-top: 60px; } }

.inquiry-box_close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer; }
  .inquiry-box_close-btn:before, .inquiry-box_close-btn:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    top: 50%;
    background-color: #fff;
    border-radius: 2px; }
  .inquiry-box_close-btn:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .inquiry-box_close-btn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.advantage-swiper {
  margin-left: -15px;
  margin-right: -15px; }
  .advantage-swiper .swiper-slide {
    width: 315px;
    padding: 0px 15px;
    margin-bottom: 0px; }
  @media (min-width: 1199px) {
    .advantage-swiper .swiper-slide {
      width: calc(100% / 3);
      margin-bottom: 40px; } }
  .advantage-swiper .advantage-box {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    position: relative;
    border-radius: 3px;
    overflow: hidden; }

@media (max-width: 480px) {
  .advantage-swiper {
    margin-left: -5px;
    margin-right: -5px; }
    .advantage-swiper .swiper-slide {
      padding: 0px 5px; } }

.block-advantage {
  background-color: #fff; }

.advantage-box {
  position: relative; }
  .advantage-box .img-box {
    width: 100%;
    height: 220px;
    overflow: hidden; }
    .advantage-box .img-box .img-box_img {
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
  .advantage-box .title {
    padding: 20px; }
    .advantage-box .title span {
      position: absolute;
      color: #B4B4B4;
      right: 35px; }
      .advantage-box .title span:after {
        content: "";
        position: absolute;
        margin-left: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 6px;
        border-color: transparent transparent transparent #B4B4B4;
        top: 50%;
        -webkit-transform: translateX(0px) translateY(-50%);
        -ms-transform: translateX(0px) translateY(-50%);
        transform: translateX(0px) translateY(-50%); }
  .advantage-box:hover .img-box .img-box_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .advantage-box:hover .title span {
    color: #FBAE38; }
    .advantage-box:hover .title span:after {
      border-color: transparent transparent transparent #FBAE38;
      -webkit-animation: linkGo .5s alternate infinite ease-in both;
      animation: linkGo .5s alternate infinite ease-in both; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .advantage-box:hover:hover .title span:after {
      -webkit-animation: none;
      animation: none; } }
  @supports (-ms-accelerator: true) {
    .advantage-box:hover:hover .title span:after {
      -webkit-animation: none;
      animation: none; } }
  .advantage-box a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.service-swiper {
  margin-left: -15px;
  margin-right: -15px; }



  .service-swiper .swiper-slide {
    height: 300px;
    width: 315px;
    padding: 0px 16px;
  }
   .service-swiper .swiper-slide {
      width:315px\0;/* ie 8/9 */
    }

  @media (min-width: 1199px) {
 }
  .service-swiper .service-box {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    padding: 30px;
    position: relative;
    border-radius: 3px;
    overflow: hidden; }

@media (max-width: 480px) {
  .service-swiper {
    margin-left: -5px;
    margin-right: -5px; }
    .service-swiper .swiper-slide {
      padding: 0px 5px; } }

.block-service {
  background-color: #fff; }

.service-box h3.title {
  margin-bottom: 10px;
  color: #70C000;
  position: relative;
  font-weight: bold; }
  .service-box h3.title a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.service-box .item {
  line-height: 2;
  margin-right: 10px;
  position: relative; }
  .service-box .item:after {
    content: "";
    position: absolute;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #4a4a4a;
    top: 50%;
    -webkit-transform: translateX(0px) translateY(-50%);
    -ms-transform: translateX(0px) translateY(-50%);
    transform: translateX(0px) translateY(-50%); }
  .service-box .item:hover {
    color: #FBAE38; }
    .service-box .item:hover:after {
      border-color: transparent transparent transparent #FBAE38;
      -webkit-animation: linkGo .5s alternate infinite ease-in both;
      animation: linkGo .5s alternate infinite ease-in both; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .service-box .item:hover:after {
      -webkit-animation: none;
      animation: none; } }
  @supports (-ms-accelerator: true) {
    .service-box .item:hover:after {
      -webkit-animation: none;
      animation: none; } }
  .service-box .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.service-box .item.more {
  color: #999999; }
  .service-box .item.more:after {
    border-color: transparent transparent transparent #B4B4B4; }

.service-box .img-box {
  position: absolute;
  bottom: 30px;
  right: 30px;
  max-width: 75px; }
  .service-box .img-box img {
    width: 100%;
    height: auto; }

@-moz-keyframes linkGo {
  0% {
    top: 50%;
    transform: translateX(0px) translateY(-50%); }
  100% {
    top: 50%;
    transform: translateX(5px) translateY(-50%); } }

@-o-keyframes linkGo {
  0% {
    top: 50%;
    transform: translateX(0px) translateY(-50%); }
  100% {
    top: 50%;
    transform: translateX(5px) translateY(-50%); } }

@-webkit-keyframes linkGo {
  0% {
    top: 50%;
    -webkit-transform: translateX(0px) translateY(-50%);
    transform: translateX(0px) translateY(-50%); }
  100% {
    top: 50%;
    -webkit-transform: translateX(5px) translateY(-50%);
    transform: translateX(5px) translateY(-50%); } }

@keyframes linkGo {
  0% {
    top: 50%;
    -webkit-transform: translateX(0px) translateY(-50%);
    transform: translateX(0px) translateY(-50%); }
  100% {
    top: 50%;
    -webkit-transform: translateX(5px) translateY(-50%);
    transform: translateX(5px) translateY(-50%); } }

.block-about {
  background-color: #fff; }
  .block-about .img-wrapper {
    height: 580px; }
    .block-about .img-wrapper .img-box {
      position: absolute;
      width: 50vw;
      height: 100%;
      max-width: 1000px;
      text-align: right; }

@media (max-width: 991px) {
  .block-about .img-wrapper {
    height: 450px; }
    .block-about .img-wrapper .img-box {
      width: 95vw; } }

@media (max-width: 768px) {
  .block-about .img-wrapper {
    height: 290px; }
    .block-about .img-wrapper .img-box {
      width: 97vw; } }

@media (max-width: 480px) {
  .block-about .img-wrapper {
    height: 180px; }
    .block-about .img-wrapper .img-box {
      width: 97vw; } }

.block-partner {
	background-color: #FFF;
  /*background-color: #70C000;*/ }
  .block-partner .img-box {
    text-align: center;
    padding: 20px 0px;
    height: 80px; }

.block-contact .block_title {
  position: relative; }
  @media (max-width: 768px) {
    .block-contact .block_title {
      text-align: center; } }

.toggle-btn-wrap {
  width: 200px;
  height: 45px;
  background-color: #fff;
  margin-top: 30px;
  border-radius: 3px;
  font-size: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .toggle-btn-wrap .toggle-btn-bg {
    background-color: #70C000;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 0; }
  .toggle-btn-wrap .toggle-btn {
    position: absolute;
    display: inline-block;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    width: 50%;
    height: 100%;
    cursor: pointer;
    font-weight: bold;
    z-index: 1; }
  .toggle-btn-wrap .toggle-internal {
    left: 0;
    color: #fff; }
  .toggle-btn-wrap .toggle-oversea {
    right: 0;
    color: #70C000; }

.toggle-btn-wrap.toggle .toggle-btn-bg {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.toggle-btn-wrap.toggle .toggle-internal {
  color: #70C000; }

.toggle-btn-wrap.toggle .toggle-oversea {
  color: #fff; }

@media (max-width: 768px) {
  .toggle-btn-wrap {
    position: relative;
    margin: 30px auto; } }

.contact-swiper {
  margin-left: -15px;
  margin-right: -15px; }
  .contact-swiper .swiper-slide {
    width: 315px;
    padding: 0px 15px;
    margin-bottom: 0px; }
  @media (min-width: 1199px) {
    .contact-swiper .swiper-slide {
      margin-bottom: 50px; } }
  .contact-swiper .contact-box {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 3px;
    overflow: hidden; 
    padding-bottom:60px;
  }

@media (max-width: 480px) {
  .contact-swiper {
    margin-left: -5px;
    margin-right: -5px; }
    .contact-swiper .swiper-slide {
      padding: 0px 5px; } }

.contact-box {
  position: relative; }
  .contact-box .img-box {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-right: 3px; }
    .contact-box .img-box .img-box_img {
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
  .contact-box .title {
    padding: 10px 0px;
    color: #051d49; }
  .contact-box:hover .img-box .img-box_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .contact-box .info-box {
    font-size: 0px; }
    .contact-box .info-box .icon-wrap, .contact-box .info-box .info-wrap {
      display: inline-block;
      vertical-align: top; }
    .contact-box .info-box .icon-wrap {
      width: 10%; }
      .contact-box .info-box .icon-wrap img {
        width: auto;
        height: auto;
        max-width: 25px;
        min-width: 25px; }
    .contact-box .info-box .info-wrap {
      width: 90%;
      padding-left: 5px; }
      .contact-box .info-box .info-wrap p {
        font-size: 14px;
        word-break: break-all; }

.chat-online-wrap {
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 30px; }

.chat-online-toggle-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FBAE38;
  -webkit-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  .chat-online-toggle-btn:before, .chat-online-toggle-btn:after {
    content: '';
    width: 40%;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    opacity: 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .chat-online-toggle-btn:before {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    -ms-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg); }
  .chat-online-toggle-btn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    -ms-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(-15deg); }
  .chat-online-toggle-btn img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .chat-online-toggle-btn.active {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    background-color: #fbac33; }
    .chat-online-toggle-btn.active img {
      opacity: 0; }
    .chat-online-toggle-btn.active:before, .chat-online-toggle-btn.active:after {
      opacity: 1; }
    .chat-online-toggle-btn.active:before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .chat-online-toggle-btn.active:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }

.chat-online-box {
  width: 300px;
  height: 300px;
  position: absolute;
  top: -30px;
  right: 0px;
  background-color: #fff;
  border-radius: 3px 3px 0px 0px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transform: translate(0, -50%) scale(0);
  -ms-transform: translate(0, -50%) scale(0);
  transform: translate(0, -50%) scale(0);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: opacity .3s ease , -webkit-transform 1s ease-in;
  transition: opacity .3s ease , -webkit-transform 1s ease-in;
  -o-transition: transform 1s ease-in , opacity .3s ease;
  transition: transform 1s ease-in , opacity .3s ease;
  transition: transform 1s ease-in , opacity .3s ease , -webkit-transform 1s ease-in; }
  .chat-online-box:after {
    content: '';
    width: 40px;
    height: 30px;
    background-image: url(../images/img_chatbox_triangle.png);
    background-size: 100%;
    position: absolute;
    right: 9px;
    bottom: 0px;
    -webkit-transform: translateY(85%);
    -ms-transform: translateY(85%);
    transform: translateY(85%); }

.chat-online-box.active {
  opacity: 1;
  -webkit-transform: translate(0, -99%) scale(1);
  -ms-transform: translate(0, -99%) scale(1);
  transform: translate(0, -99%) scale(1);
  -webkit-transition: opacity .9s .15s ease , -webkit-transform .3s ease-in;
  transition: opacity .9s .15s ease , -webkit-transform .3s ease-in;
  -o-transition: transform .3s ease-in , opacity .9s .15s ease;
  transition: transform .3s ease-in , opacity .9s .15s ease;
  transition: transform .3s ease-in , opacity .9s .15s ease , -webkit-transform .3s ease-in; }

.chat-online-head {
  background-color: #FBAE38;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 3px 3px 0px 0px;
  left: 0;
  top: 0;
  width: 100%; }

.chat-online-body {
  padding: 5px 5px 5px 0px;
  height: calc( 100% - 40px); }
  .chat-online-body .chat-avatar-list {
    padding-top: 5px;
    padding-bottom: 10px;
    height: 100%;
    overflow-y: auto; }
    .chat-online-body .chat-avatar-list::-webkit-scrollbar {
      background-color: transparent;
      width: 6px; }
    .chat-online-body .chat-avatar-list::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 6px;
      margin: 5px; }
    .chat-online-body .chat-avatar-list .chat-avatar {
      padding: 10px;
      position: relative;
      -webkit-transition: .1s ease-in;
      -o-transition: .1s ease-in;
      transition: .1s ease-in; }
      .chat-online-body .chat-avatar-list .chat-avatar:hover {
        background-color: #eee; }
      .chat-online-body .chat-avatar-list .chat-avatar:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: calc(100% - 50px);
        height: 1px;
        background-color: #eee; }
    .chat-online-body .chat-avatar-list .avatar-img {
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      overflow: hidden;
      position: relative; }
      .chat-online-body .chat-avatar-list .avatar-img img {
        width: 100%;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .chat-online-body .chat-avatar-list .avatar-name {
      display: inline-block;
      font-size: 13px;
      font-family: "Microsoft YaHei" , "PingFang SC" ,"NotoSansSC", " Microsoft JhengHei", Arial;
      color: #4a4a4a;
      font-weight: 500;
      padding-left: 10px; }
    .chat-online-body .chat-avatar-list .avatar-link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

@media (min-width: 1199px) {
  .chat-online-toggle-btn:hover {
    background-color: #fa9a06; }
  .chat-online-box {
    width: 250px;
    height: 400px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi) {
  .chat-online-box:after {
    background-image: url(../images/img_chatbox_triangle@2x.png); } }

.lg_header_wrap {
  height: 400px;
  position: relative;
  overflow: hidden; }
  .lg_header_wrap .main-title {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
    .lg_header_wrap .main-title h2, .lg_header_wrap .main-title h3 {
      color: #fff;
      letter-spacing: .9px; }
    .lg_header_wrap .main-title h2 {
      text-transform: uppercase;
      white-space: nowrap; }
    .lg_header_wrap .main-title h3 {
      padding: 15px 0; }

.md_header_wrap {
  position: absolute;
  height: 400px;
  width: 100%; }
  .md_header_wrap .img-wrap {
    position: relative; }
    .md_header_wrap .img-wrap:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); }

.sm_header_wrap {
  position: absolute;
  height: 200px;
  width: 100%; }

.lg_header_wrap .img-wrap, .md_header_wrap .img-wrap, .sm_header_wrap .img-wrap {
  width: 100%;
  height: 100%; }
  .lg_header_wrap .img-wrap .img-wrap_img, .md_header_wrap .img-wrap .img-wrap_img, .sm_header_wrap .img-wrap .img-wrap_img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

.content-wrap .main-title {
  position: relative;
  text-align: left;
  padding: 50px 0px 20px 0px; }
  .content-wrap .main-title h2, .content-wrap .main-title h3 {
    color: #fff;
    letter-spacing: .9px; }
  .content-wrap .main-title h2 {
    text-transform: uppercase;
    white-space: nowrap; }
  .content-wrap .main-title h3 {
    padding: 15px 0; }

.content-wrap .content-container {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  padding: 10px 10px 15px 10px;
  /*padding: 30px 40px 15px 40px;*/ }

.content-wrap .sub-title {
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 20px;
  font-size: 0px;
  position: relative; }
  .content-wrap .sub-title h3 {
    font-size: 36px;
    font-weight: bold;
    padding-top: 15px;
    display: inline-block;
    width: 85%; }

@media (max-width: 768px) {
  .content-wrap .sub-title h3 {
    font-size: 24px; } }

.content-wrap .content-container.service {
  position: relative;
  margin-top: 370px; }
  .content-wrap .content-container.service .sub-title h3 {
    display: block;
    color: #333333; }

.select-wrap {
  position: absolute;
  width: 100%; 
}
 .select-wrap .container {
    position: relative; 
 }

.select-box {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .select-box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .select-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    margin: 15px 0px;
    min-width: 160px;
    min-height: 45px;
    border-radius: 100px;
    background-color: #70C000;
    cursor: pointer;
    padding: 0px 25px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.6px; }
    .select-box select:hover {
      background-color: #00534f; }
    .select-box select ::-ms-expand {
      display: none; }

.news-list-wrap .news-list-item {
  cursor: pointer;
  position: relative;
  padding: 40px 0px 40px 15px;
  border-bottom: 0.5px solid #b4b4b4;
  background-color: transparent; }
  .news-list-wrap .news-list-item:hover {
    opacity: 0.8; }
    .news-list-wrap .news-list-item:hover span.more-icon {
      color: #5EC5C3; }
      .news-list-wrap .news-list-item:hover span.more-icon:after {
        -webkit-transform: translateX(0px) translateY(-50%);
        -ms-transform: translateX(0px) translateY(-50%);
        transform: translateX(0px) translateY(-50%);
        -webkit-animation: linkGo .5s alternate infinite ease-in both;
        animation: linkGo .5s alternate infinite ease-in both; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .news-list-wrap .news-list-item:hover span.more-icon:after {
      -webkit-animation: none;
      animation: none; } }
  @supports (-ms-accelerator: true) {
    .news-list-wrap .news-list-item:hover span.more-icon:after {
      -webkit-animation: none;
      animation: none; } }
  .news-list-wrap .news-list-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .news-list-wrap .news-list-item span.news-date {
    font-size: 14px;
    letter-spacing: 1.4;
    /*padding-right: 20px;*/
  }
  .news-list-wrap .news-list-item span.more-icon {
    position: absolute;
    top: 0;
    right: 15px;
    width: 10px;
    height: 100%; }
    .news-list-wrap .news-list-item span.more-icon:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 0 8px 8px;
      border-color: transparent transparent transparent #70C000;
      top: 50%;
      -webkit-transform: translateX(0px) translateY(-50%);
      -ms-transform: translateX(0px) translateY(-50%);
      transform: translateX(0px) translateY(-50%); }
  .news-list-wrap .news-list-item p.news-title {
    display: inline-block;
    padding-left: 50px;
    width: 75%;
    vertical-align: middle; }

@media (max-width: 1199px) {
  .news-list-wrap .news-list-item p.news-title {
    width: 65%; } }

@media (max-width: 768px) {
  .news-list-wrap .news-list-item {
    padding: 20px 0px 20px 15px; }
    .news-list-wrap .news-list-item span.more-icon:after {
      border-width: 6px 0 6px 6px; }
    .news-list-wrap .news-list-item p.news-title {
      display: block;
      padding-left: 0px;
      padding-top: 15px;
      width: 90%; } }

.news-list-wrap .pagination-wrap {
  text-align: center;
  padding: 50px 0 0 0; }
  .news-list-wrap .pagination-wrap a {
    background-color: transparent;
    border: 0;
    color: #B4B4B4;
    padding: 5px 20px;
    font-weight: bold;
    border-radius: 0; }
    .news-list-wrap .pagination-wrap a:hover {
      background-color: transparent;
      color: #70C000; }
      .news-list-wrap .pagination-wrap a:hover span.glyphicon {
        color: #70C000; }
    .news-list-wrap .pagination-wrap a.active {
      color: #70C000; }
  .news-list-wrap .pagination-wrap span.glyphicon {
    color: #c1c1c1; }

@media (max-width: 480px) {
  .news-list-wrap .pagination-wrap a {
    padding: 5px 15px; } }

.about-list-wrap {
  font-size: 0px; }
  .about-list-wrap .list-item {
    min-height: 480px;
    margin-bottom: 40px;
    border-radius: 3px;
    background-color: #fff;
    overflow: hidden;
    position: relative; }
  .about-list-wrap .img-wrap, .about-list-wrap .content-wrap {
    display: inline-block;
    vertical-align: top; }
  .about-list-wrap .img-wrap {
    padding: 0;
    width: 60%;
    height: 100%;
    position: absolute; }
    .about-list-wrap .img-wrap .img-box {
      width: 100%;
      height: 100%;
      min-height: 480px; }
      .about-list-wrap .img-wrap .img-box .img-box_img {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
  .about-list-wrap .content-wrap {
    padding: 30px 30px;
    width: 40%;
    min-height: 480px;
    float: right;
    position: relative; }
    .about-list-wrap .content-wrap h3.list-item-title {
      font-size: 30px;
      color: #333333; }
    .about-list-wrap .content-wrap p.list-item-intro {
      margin: 24px 0px 10px 0px;
      color: #666666;
      font-weight: normal;
      font-size: 14px; }
    .about-list-wrap .content-wrap .main-btn {
      position: absolute;
      left: 30px;
      bottom: 15px;
      min-width: 160px; }
  @media (max-width: 991px) {
    .about-list-wrap .list-item .img-box {
      height: 100%;
      min-height: 240px; }
      .about-list-wrap .list-item .img-box img {
        min-height: 240px; }
    .about-list-wrap .img-wrap, .about-list-wrap .content-wrap {
      float: none;
      width: 100%; }
    .about-list-wrap .img-wrap {
      height: 240px;
      position: relative; }
    .about-list-wrap .content-wrap {
      padding: 30px 30px 15px 30px;
      min-height: 240px; }
      .about-list-wrap .content-wrap h3.list-item-title {
        font-size: 24px; } }

.helping-list-wrap .list-item-wrap {
  overflow: hidden; }

.helping-list-wrap .list-item {
  position: relative;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 3px;
  min-height: 85px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  .helping-list-wrap .list-item a {
    display: block; }
  .helping-list-wrap .list-item span {
    color: #616578;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 20px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .helping-list-wrap .list-item .img-box {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  .helping-list-wrap .list-item img {
    width: 100%;
    height: auto;
    max-width: 40px;
    height: auto;
    vertical-align: middle; }
  .helping-list-wrap .list-item:hover {
    background-color: #fafafa; }
    .helping-list-wrap .list-item:hover span {
      color: #FBAE38; }

.content-container.news {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  overflow: visible;
  padding: 30px 40px 15px 40px; }
  .content-container.news .sub-title p.news-date {
    width: 15%;
    display: inline-block;
    text-align: right; }

@media (max-width: 1199px) {
  .content-container.news .sub-title h3, .content-container.news .sub-title p.news-date {
    width: 100%;
    display: block; }
  .content-container.news .sub-title h3 {
    padding-bottom: 15px; } }

@media (max-width: 768px) {
  .content-container.news {
    padding: 30px 20px 15px 20px; }
    .content-container.news .sub-title h3 {
      font-size: 24px; }
    .content-container.news .sub-title p.news-date {
      text-align: left; } }

.content-container.news .news-content {
  padding-top: 40px;
  min-height: calc( 100vh - 613px); }
  .content-container.news .news-content .content-paragraph {
    padding-bottom: 40px; }
  .content-container.news .news-content p {
    line-height: 1.75;
    letter-spacing: 1.2px;
    text-align: inherit;
    font-weight: normal;
    color: #333333; }
  .content-container.news .news-content p.emphasize {
    padding: 10px 0px;
    font-weight: bold; }
  .content-container.news .news-content img {
    width: 100%;
    height: auto;
    padding: 10px 0px; }

.content-container {
  position: relative; }
  .content-container .toggle-btn-wrap {
    position: absolute;
    right: 40px;
    top: 120px;
    background-color: #f2f2f2; }
    .content-container .toggle-btn-wrap .toggle-oversea {
      color: #4a4a4a; }
  .content-container .toggle-btn-wrap.toggle .toggle-internal {
    color: #4a4a4a; }
  .content-container .toggle-btn-wrap.toggle .toggle-oversea {
    color: #fff; }

.contact-wrap {
  margin-top: 130px; }
  .contact-wrap .contact-box {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    padding-bottom: 60px; }

@media (max-width: 480px) {
  .content-container .toggle-btn-wrap {
    left: 0;
    right: 0; }
  .contact-wrap {
    margin-left: -5px;
    margin-right: -5px; } }

@media (min-width: 768px) {
  .contact-wrap .equal-height {
    min-height: 340px; } }

.content-container.helping .sub-title {
  margin-bottom: 40px; }
  .content-container.helping .sub-title span, .content-container.helping .sub-title h3 {
    vertical-align: middle; }
  .content-container.helping .sub-title h3 {
    color: #051d49;
    padding-top: 0px;
    font-size: 36px; }
  .content-container.helping .sub-title span img {
    width: auto;
    margin-right: 10px; }
  @media (max-width: 768px) {
    .content-container.helping .sub-title h3 {
      font-size: 20px; }
    .content-container.helping .sub-title span img {
      max-width: 30px;
      height: auto;
      margin-right: 5px; } }

.free-edit-wrap.about-company .paragraph {
  margin: 50px 0px 20px 0px; }

.free-edit-wrap.about-company .grid-wrap .grid-item {
  margin-bottom: 25px; }
  .free-edit-wrap.about-company .grid-wrap .grid-item p.sm-title {
    font-size: 14px;
    font-weight: bold;
    color: #70C000;
    line-height: 1.2; }
  .free-edit-wrap.about-company .grid-wrap .grid-item p.data-text {
    font-size: 40px;
    font-weight: 500;
    color: #FBAE38;
    line-height: 1.2; }

.free-edit-wrap.about-company .service-list {
  margin-top: 30px; }
  .free-edit-wrap.about-company .service-list .service-item {
    margin-bottom: 20px; }
  .free-edit-wrap.about-company .service-list p.title {
    line-height: 1.75;
    text-indent: -35px;
    margin-left: 35px;
    color: #70C000;
    font-weight: 600;
    margin-bottom: 0; }
    .free-edit-wrap.about-company .service-list p.title span {
      color: #4a4a4a;
      font-weight: 400; }
  .free-edit-wrap.about-company .service-list img {
    margin: auto;
    vertical-align: middle;
    padding-right: 10px; }

@media (max-width: 1400px) {
  .free-edit-wrap.about-company .grid-wrap .grid-item p.data-text {
    font-size: 36px; } }

@media (max-width: 1199px) {
  .free-edit-wrap.about-company .grid-wrap .grid-item p.data-text {
    font-size: 28px; } }

@media (max-width: 991px) {
  .free-edit-wrap.about-company .grid-wrap {
    margin-top: 30px; }
    .free-edit-wrap.about-company .grid-wrap .grid-item p {
      text-align: center; } }

.free-edit-wrap.about-hr .paragraph {
  margin: 50px 0px 20px 0px; }

.free-edit-wrap.about-hr .job-list a {
  display: block;
  padding: 15px 0px;
  font-size: 20px;
  font-weight: bold;
  color: #616578;
  position: relative;
  border-top: 1px solid #b4b4b4; }
  .free-edit-wrap.about-hr .job-list a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #70C000 transparent transparent transparent; }

.free-edit-wrap.about-hr .job-list a.collapsed:after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.free-edit-wrap.about-hr .job-item-content p.title {
  font-weight: bold;
  color: #70C000;
  padding-left: 20px; }

.logo-grid {
  text-align: center; }
  .logo-grid .logo-item {
    display: inline-block;
    width: 150px;
    height: 90px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
    position: relative; }
    .logo-grid .logo-item img {
      margin: 0;
      max-width: 100%;
      max-height: 65%;
      vertical-align: middle;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.free-edit-wrap.about_partner .paragraph h4.title {
  margin-bottom: 20px;
  font-size: 20px; }

.inquiry-form-wrap .inquiry-box_content {
  white-space: normal;
  padding: 0px;
  color: #4a4a4a;
  width: 100%;
  min-height: 0px;
  border-radius: 0px;
  text-align: left; }
  .inquiry-form-wrap .inquiry-box_content .main-btn {
    display: block; }
  .inquiry-form-wrap .inquiry-box_content form, .inquiry-form-wrap .inquiry-box_content form span, .inquiry-form-wrap .inquiry-box_content form label {
    color: #4a4a4a; }
    .inquiry-form-wrap .inquiry-box_content form select, .inquiry-form-wrap .inquiry-box_content form span select, .inquiry-form-wrap .inquiry-box_content form label select {
      border-bottom: 1px solid #cdcdcd; }
    .inquiry-form-wrap .inquiry-box_content form .input-wrap, .inquiry-form-wrap .inquiry-box_content form span .input-wrap, .inquiry-form-wrap .inquiry-box_content form label .input-wrap {
      display: inline-block;
      width: 49%;
      /*margin-bottom: 40px;*/
      vertical-align: top; }
      .inquiry-form-wrap .inquiry-box_content form .input-wrap:nth-child(odd), .inquiry-form-wrap .inquiry-box_content form span .input-wrap:nth-child(odd), .inquiry-form-wrap .inquiry-box_content form label .input-wrap:nth-child(odd) {
        margin-right: 2%; }
      .inquiry-form-wrap .inquiry-box_content form .input-wrap:after, .inquiry-form-wrap .inquiry-box_content form span .input-wrap:after, .inquiry-form-wrap .inquiry-box_content form label .input-wrap:after {
        border-width: 8px 8px 0 8px;
        border-color: #cdcdcd transparent transparent transparent; }
    .inquiry-form-wrap .inquiry-box_content form input[type="button"], .inquiry-form-wrap .inquiry-box_content form span input[type="button"], .inquiry-form-wrap .inquiry-box_content form label input[type="button"] {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 35px;
      min-width: 160px;
      background-color: #70C000;
      color: #fff; }
      .inquiry-form-wrap .inquiry-box_content form input[type="button"]:hover, .inquiry-form-wrap .inquiry-box_content form span input[type="button"]:hover, .inquiry-form-wrap .inquiry-box_content form label input[type="button"]:hover {
        background-color: #00534f; }
    .inquiry-form-wrap .inquiry-box_content form input[type="text"], .inquiry-form-wrap .inquiry-box_content form span input[type="text"], .inquiry-form-wrap .inquiry-box_content form label input[type="text"] {
      border-bottom: 1px solid #cdcdcd;
      padding: 10px 0;
      margin-bottom: 0; }
      .inquiry-form-wrap .inquiry-box_content form input[type="text"]::-webkit-input-placeholder, .inquiry-form-wrap .inquiry-box_content form span input[type="text"]::-webkit-input-placeholder, .inquiry-form-wrap .inquiry-box_content form label input[type="text"]::-webkit-input-placeholder {
        color: #666666 !important; }
      .inquiry-form-wrap .inquiry-box_content form input[type="text"]:-ms-input-placeholder, .inquiry-form-wrap .inquiry-box_content form span input[type="text"]:-ms-input-placeholder, .inquiry-form-wrap .inquiry-box_content form label input[type="text"]:-ms-input-placeholder {
        color: #666666 !important; }
      .inquiry-form-wrap .inquiry-box_content form input[type="text"]::-ms-input-placeholder, .inquiry-form-wrap .inquiry-box_content form span input[type="text"]::-ms-input-placeholder, .inquiry-form-wrap .inquiry-box_content form label input[type="text"]::-ms-input-placeholder {
        color: #666666 !important; }
      .inquiry-form-wrap .inquiry-box_content form input[type="text"]::placeholder, .inquiry-form-wrap .inquiry-box_content form span input[type="text"]::placeholder, .inquiry-form-wrap .inquiry-box_content form label input[type="text"]::placeholder {
        color: #666666 !important; }
    .inquiry-form-wrap .inquiry-box_content form .input-text span.unit, .inquiry-form-wrap .inquiry-box_content form span .input-text span.unit, .inquiry-form-wrap .inquiry-box_content form label .input-text span.unit {
      padding: 5px 0; }
    .inquiry-form-wrap .inquiry-box_content form .input-text input, .inquiry-form-wrap .inquiry-box_content form span .input-text input, .inquiry-form-wrap .inquiry-box_content form label .input-text input {
      border-bottom: 0;
      padding: 0; }
    .inquiry-form-wrap .inquiry-box_content form .input-text .input-unit-wrap, .inquiry-form-wrap .inquiry-box_content form span .input-text .input-unit-wrap, .inquiry-form-wrap .inquiry-box_content form label .input-text .input-unit-wrap {
      border-bottom: 1px solid #cdcdcd; }
    .inquiry-form-wrap .inquiry-box_content form .package-type, .inquiry-form-wrap .inquiry-box_content form span .package-type, .inquiry-form-wrap .inquiry-box_content form label .package-type {
      font-size: 0px;
      border-radius: 3px;
      border: 1px solid #70C000;
      overflow: hidden;
      margin: 15px 0px;
      width: 100%; }
      .inquiry-form-wrap .inquiry-box_content form .package-type label, .inquiry-form-wrap .inquiry-box_content form span .package-type label, .inquiry-form-wrap .inquiry-box_content form label .package-type label {
        color: #70C000; }
      .inquiry-form-wrap .inquiry-box_content form .package-type input, .inquiry-form-wrap .inquiry-box_content form .package-type label, .inquiry-form-wrap .inquiry-box_content form span .package-type input, .inquiry-form-wrap .inquiry-box_content form span .package-type label, .inquiry-form-wrap .inquiry-box_content form label .package-type input, .inquiry-form-wrap .inquiry-box_content form label .package-type label {
        cursor: pointer;
        font-size: 16px;
        text-align: center;
        margin-bottom: 0; }
      .inquiry-form-wrap .inquiry-box_content form .package-type input, .inquiry-form-wrap .inquiry-box_content form span .package-type input, .inquiry-form-wrap .inquiry-box_content form label .package-type input {
        display: none; }
      .inquiry-form-wrap .inquiry-box_content form .package-type .package-type-tab, .inquiry-form-wrap .inquiry-box_content form span .package-type .package-type-tab, .inquiry-form-wrap .inquiry-box_content form label .package-type .package-type-tab {
        padding: 7px 0px;
        width: 33.33333%; }
      .inquiry-form-wrap .inquiry-box_content form .package-type .tab-border, .inquiry-form-wrap .inquiry-box_content form span .package-type .tab-border, .inquiry-form-wrap .inquiry-box_content form label .package-type .tab-border {
        border-left: 1px solid #70C000;
        border-right: 1px solid #70C000; }
      .inquiry-form-wrap .inquiry-box_content form .package-type input:checked + .package-type-tab, .inquiry-form-wrap .inquiry-box_content form span .package-type input:checked + .package-type-tab, .inquiry-form-wrap .inquiry-box_content form label .package-type input:checked + .package-type-tab {
        background-color: #70C000;
        color: #fff; }

@media (max-width: 1199px) {
  .inquiry-form-wrap .inquiry-box_content {
    position: relative;
    bottom: 0; } }

@media (max-width: 768px) {
  .inquiry-form-wrap .inquiry-box_content form .input-wrap {
    width: 100%;
    margin-right: 0px; } }

.inquiry-result-wrap h4.sub-title {
  font-size: 20px;
  font-weight: bold;
  color: #70C000;
  padding-bottom: 15px;
  border-bottom: 1px solid #aaaaaa; }

.inquiry-result-wrap .col-box {
  margin-bottom: 30px; }

.inquiry-result-wrap .result-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
  height: 100%; }
  .inquiry-result-wrap .result-box h4.sub-title {
    color: #70C000;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd; }
  .inquiry-result-wrap .result-box .result-item {
    margin-top: 20px;
    position: relative; }
    .inquiry-result-wrap .result-box .result-item p.title {
      font-size: 12px;
      color: #999999;
      font-weight: bold; }
    .inquiry-result-wrap .result-box .result-item p.content, .inquiry-result-wrap .result-box .result-item span.content {
      font-size: 20px;
      font-weight: 500;
      color: #FBAE38; }
    .inquiry-result-wrap .result-box .result-item span {
      padding-right: 10px; }
    .inquiry-result-wrap .result-box .result-item p.price-title {
      border-bottom: 1px dashed #dadada;
      display: inline-block;
      padding-bottom: 2px;
      width: 100%;
      margin-bottom: 12px;
      position: relative; }
    .inquiry-result-wrap .result-box .result-item span.price {
      padding: 5px 0px 5px 10px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #fff; }
  .inquiry-result-wrap .result-box .result-item.col-2 {
    display: inline-block;
    margin-right: 20px; }
    .inquiry-result-wrap .result-box .result-item.col-2 p.content {
      font-size: 16px; }
  .inquiry-result-wrap .result-box .price-list {
    padding: 0px 0px 15px 10px;
    border-bottom: 1px solid #cdcdcd; }
  .inquiry-result-wrap .result-box .total-price {
    padding-top: 20px; }
    .inquiry-result-wrap .result-box .total-price p {
      position: relative; }
    .inquiry-result-wrap .result-box .total-price span {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #FBAE38;
      font-size: 24px; }

@media (max-width: 768px) {
  .inquiry-result-wrap h4.sub-title {
    font-size: 16px; }
  .inquiry-result-wrap .result-box {
    min-height: 0px; }
    .inquiry-result-wrap .result-box .result-item p.content, .inquiry-result-wrap .result-box .result-item span.content {
      font-size: 16px; } }

.inquiry-result-wrap .pagination-wrap {
  text-align: center;
  padding: 50px 0 0 0; }
  .inquiry-result-wrap .pagination-wrap a {
    background-color: transparent;
    border: 0;
    color: #B4B4B4;
    padding: 5px 20px;
    font-weight: bold;
    border-radius: 0; }
    .inquiry-result-wrap .pagination-wrap a:hover {
      background-color: transparent;
      color: #70C000; }
      .inquiry-result-wrap .pagination-wrap a:hover span.glyphicon {
        color: #70C000; }
    .inquiry-result-wrap .pagination-wrap a.active {
      color: #70C000; }
  .inquiry-result-wrap .pagination-wrap span.glyphicon {
    color: #c1c1c1; }

@media (max-width: 480px) {
  .inquiry-result-wrap .pagination-wrap a {
    padding: 5px 15px; } }

.free-edit-wrap h4.title {
  font-size: 26px;
  color: #333333;
  letter-spacing: 1.9px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px; }
  .free-edit-wrap h4.title:after {
    content: '';
    width: 105px;
    height: 4px;
    background-color: #70C000;
    position: absolute;
    left: 0;
    bottom: 0; }

.free-edit-wrap h4.title.ta-c:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.free-edit-wrap .paragraph {
  margin: 50px 0px 100px 0px; }

.free-edit-wrap p {
  letter-spacing: 1.2px;
  line-height: 1.75;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px; }
  .free-edit-wrap p a {
    color: #70C000; }

.free-edit-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 30px;
  margin-right: 15px;
  margin-top: 10px;
  vertical-align: top; }

.free-edit-wrap .list-img-box {
  padding-left: 45px; }

.free-edit-wrap ol {
  margin: 0px 0px 20px 60px; }
  .free-edit-wrap ol li {
    list-style-type: decimal;
    line-height: 2;
    font-weight: 400;
    padding: 0px 10px;
    font-size: 14px; }

.free-edit-wrap p.bold {
  font-weight: bold; }

.free-edit-wrap p.indent {
  padding-left: 50px;
  text-indent: -50px;
  font-size: 14px; }

.free-edit-wrap p.indent.normal {
  font-size: 16px;
  text-indent: -45px; }

.free-edit-wrap p.note {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.2px;
  color: #333333;
  padding-left: 50px;
  margin-bottom: 15px; }

.free-edit-wrap span.custom-list {
  margin-right: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #70C000;
  position: relative;
  font-size: 14px; }
  .free-edit-wrap span.custom-list:after {
    content: "";
    height: 8px;
    width: 1px;
    position: absolute;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    background-color: #70C000;
    right: -10px;
    bottom: 3px; }

.free-edit-wrap .slogan-wrap {
  padding: 20px;
  background-color: #f8f6f3;
  border-radius: 3px;
  font-size: 0px;
  margin-bottom: 40px; }
  .free-edit-wrap .slogan-wrap .icon-wrap, .free-edit-wrap .slogan-wrap .slogan {
    display: inline-block;
    vertical-align: middle; }
  .free-edit-wrap .slogan-wrap .icon-wrap {
    width: 53px;
    margin-right: 10px; }
    .free-edit-wrap .slogan-wrap .icon-wrap img {
      width: 100%;
      height: auto;
      margin: 0; }
  .free-edit-wrap .slogan-wrap .slogan {
    width: 70%; }
    .free-edit-wrap .slogan-wrap .slogan p {
      margin: 0; }

.free-edit-wrap table.main-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 0.5px solid #b4b4b4;
  border-radius: 3px;
  font-family: "Montserrat", "Microsoft YaHei" , "PingFang SC","NotoSansSC", "Microsoft JhengHei", Arial; }
  .free-edit-wrap table.main-table th, .free-edit-wrap table.main-table td {
    padding: 8px;
    border: inherit;
    border-right: 0.5px solid #b4b4b4;
    border-bottom: 0.5px solid #b4b4b4; }
  .free-edit-wrap table.main-table th {
    font-weight: bold;
    color: #333333;
    text-align: center;
    font-size: 16px; }
  .free-edit-wrap table.main-table th.main-title {
    color: #70C000; }
  .free-edit-wrap table.main-table td {
    font-size: 14px;
    text-align: left; }
  .free-edit-wrap table.main-table td.ta-c {
    text-align: center; }
  .free-edit-wrap table.main-table td:last-child, .free-edit-wrap table.main-table th:last-child {
    border-right: 0; }
  .free-edit-wrap table.main-table tr:nth-child(2) th:last-child {
    border-right: 0.5px solid #b4b4b4; }
  .free-edit-wrap table.main-table tr:last-child th, .free-edit-wrap table.main-table tr:last-child td {
    border-bottom: 0; }
  .free-edit-wrap table.main-table .t-col-w-14 {
    width: 14%; }
  .free-edit-wrap table.main-table .t-col-w-18 {
    width: 18%; }
  .free-edit-wrap table.main-table .t-col-w-25 {
    width: 25%; }

@media (max-width: 768px) {
  .free-edit-wrap h4.title {
    font-size: 24px; }
  .free-edit-wrap table.main-table.big {
    min-width: 520px; }
    .free-edit-wrap table.main-table.big th {
      font-size: 14px; } }

@media (max-width: 480px) {
  .free-edit-wrap .table-wrap {
    width: 100%;
    overflow-x: scroll; }
  .free-edit-wrap table.main-table {
    min-width: 450px; }
    .free-edit-wrap table.main-table th {
      font-size: 14px; } }

.helping-program .free-edit-wrap table.main-table th, .helping-program .free-edit-wrap table.main-table td {
  padding-top: 20px;
  padding-bottom: 20px; }

.helping-program .free-edit-wrap .paragraph.normal-paragraph ol {
  margin-left: 25px; }

.helping-program .free-edit-wrap .paragraph.normal-paragraph p.note {
  padding-left: 0px;
  padding-top: 20px; }

.service_header_wrap {
  height: 200px;
  overflow: hidden;
  position: relative; }
  .service_header_wrap .img-wrap {
    position: relative;
    width: 100%;
    height: 100%; }
    .service_header_wrap .img-wrap .img-bg {
      width: 100%;
      height: 100%; }
      .service_header_wrap .img-wrap .img-bg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .service_header_wrap .img-wrap .illustration {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 50%;
      min-width: 380px; }
      .service_header_wrap .img-wrap .illustration img {
        width: 100%;
        height: auto; }
  .service_header_wrap .main-title {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0; }
    .service_header_wrap .main-title h2 {
      font-size: 36px;
      line-height: 200px;
      color: #fff; }
    .service_header_wrap .main-title span {
      vertical-align: middle;
      padding-right: 15px; }
      .service_header_wrap .main-title span img {
        width: 100%;
        height: auto;
        max-width: 50px; }
    @media (max-width: 768px) {
      .service_header_wrap .main-title h2 {
        font-size: 30px; }
      .service_header_wrap .main-title span img {
        max-width: 40px; } }

.content-wrap .service-list-item {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  position: relative;
  border-radius: 3px;
  overflow: hidden; }

.content-wrap .service-list-item {
  position: relative;
  margin-bottom: 40px; }
  .content-wrap .service-list-item .img-box {
    width: 100%;
    height: 220px;
    overflow: hidden; }
    .content-wrap .service-list-item .img-box .img-box_img {
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
  .content-wrap .service-list-item .title {
    padding: 20px;
    background-color: #fff; }
    .content-wrap .service-list-item .title span {
      position: absolute;
      color: #B4B4B4;
      right: 35px; }
      .content-wrap .service-list-item .title span:after {
        content: "";
        position: absolute;
        margin-left: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 6px;
        border-color: transparent transparent transparent #B4B4B4;
        top: 50%;
        -webkit-transform: translateX(0px) translateY(-50%);
        -ms-transform: translateX(0px) translateY(-50%);
        transform: translateX(0px) translateY(-50%); }
  .content-wrap .service-list-item:hover .img-box .img-box_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .content-wrap .service-list-item:hover .title span {
    color: #FBAE38; }
    .content-wrap .service-list-item:hover .title span:after {
      border-color: transparent transparent transparent #FBAE38;
      -webkit-animation: linkGo .5s alternate infinite ease-in both;
      animation: linkGo .5s alternate infinite ease-in both; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .content-wrap .service-list-item:hover .title span:after {
      -webkit-animation: none;
      animation: none; } }
  @supports (-ms-accelerator: true) {
    .content-wrap .service-list-item:hover .title span:after {
      -webkit-animation: none;
      animation: none; } }
  .content-wrap .service-list-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.service-tag-1 {
  display: inline-block;
  background-color: #77c1ba;
  border-radius: 100px 35px 35px 100px;
  padding: 3px 10px 3px 22px;
  margin-right: 10px;
  position: relative; }
  .service-tag-1 p {
    font-size: 14px;
    color: #fff; }
    .service-tag-1 p:before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #fff;
      position: absolute;
      left: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.service-tag-2 {
  display: inline-block;
  background-color: #8ec472;
  border-radius: 100px 35px 35px 100px;
  padding: 3px 10px 3px 22px;
  margin-right: 10px;
  position: relative; }
  .service-tag-2 p {
    font-size: 14px;
    color: #fff; }
    .service-tag-2 p:before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #fff;
      position: absolute;
      left: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.service-tag-3 {
  display: inline-block;
  background-color: #696c85;
  border-radius: 100px 35px 35px 100px;
  padding: 3px 10px 3px 22px;
  margin-right: 10px;
  position: relative; }
  .service-tag-3 p {
    font-size: 14px;
    color: #fff; }
    .service-tag-3 p:before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #fff;
      position: absolute;
      left: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.service-tag-4 {
  display: inline-block;
  background-color: #94bae3;
  border-radius: 100px 35px 35px 100px;
  padding: 3px 10px 3px 22px;
  margin-right: 10px;
  position: relative; }
  .service-tag-4 p {
    font-size: 14px;
    color: #fff; }
    .service-tag-4 p:before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #fff;
      position: absolute;
      left: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.main-btn.outbound {
  margin-right: 20px; }
  .main-btn.outbound a {
    letter-spacing: 1px;
    font-size: 14px; }

.warning-banner {
  background-color: #FBAE38;
  padding: 25px 20px;
  border-radius: 3px;
  margin-bottom: 25px; }
  .warning-banner p, .warning-banner h4 {
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    margin: 0; }
  .warning-banner h4 {
    font-size: 28px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 4px solid #fff;
    vertical-align: middle; }
    .warning-banner h4 img {
      width: auto;
      height: 26px;
      position: relative;
      top: -3px;
      margin: 0;
      padding: 0;
      padding-right: 10px;
      vertical-align: middle; }

@media (max-width: 768px) {
  .warning-banner h4 {
    display: block;
    border-right: 0px; }
  .warning-banner p {
    margin-top: 15px;
    margin-left: 35px; } }

.sub-table {
  width: 100%; }
  .sub-table th, .sub-table td {
    color: #333333;
    padding: 22px 0px; }
  .sub-table th {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 1px;
    padding-right: 32px; }
  .sub-table td {
    font-size: 16px;
    line-height: 2; }
  .sub-table tr {
    padding: 22px 0px;
    border-bottom: 0.5px solid #b4b4b4; }
  .sub-table .t-col-w-15 {
    width: 15%; }
    @media (max-width: 768px) {
      .sub-table .t-col-w-15 {
        width: 35%; } }
  .sub-table .t-col-w-85 {
    width: 85%; }
    @media (max-width: 768px) {
      .sub-table .t-col-w-85 {
        width: 65%; } }
  .sub-table ol {
    margin-left: 16px;
    font-size: 16px;
    list-style-type: none; }
  .sub-table th[scope="row"] {
    vertical-align: top; }
  .sub-table span.emphasize {
    color: #70C000;
    font-weight: bold; }

.grid-list {
  padding-right: 10px;
  margin-left: 5px; }
  .grid-list .grid-item-wrap {
    padding: 0;
    padding-right: 10px; }
  .grid-list .grid-item {
    margin-bottom: 10px;
    background-color: #f8f6f3;
    padding: 20px 10px 20px 20px;
    border-radius: 3px; }
    .grid-list .grid-item p {
      font-weight: 500;
      font-size: 14px;
      display: inline-block;
      line-height: 1.5;
      margin-bottom: 0; }
    .grid-list .grid-item span.item-num {
      font-size: 16px;
      color: #70C000;
      padding-right: 10px; }
    .grid-list .grid-item p.indent {
      padding-left: 30px;
      text-indent: -30px; }

@media (max-width: 768px) {
  .grid-list .grid-item {
    min-height: 0px; } }

div[data-id="b_layer"]:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: red; }

.news_free-edit-wrap {
  padding-bottom: 40px;
  width: 100%;
  overflow-x: auto; }
  .news_free-edit-wrap table {
    border-spacing: 0;
    border: 0.5px solid #b4b4b4;
    border-radius: 3px;
    padding: 10px 0px; }
  .news_free-edit-wrap td, .news_free-edit-wrap th {
    margin: initial;
    padding: initial;
    padding: 20px 10px; }

.content-container.news .news-content table p {
  color: #4a4a4a;
  font-size: 14px; }


  .dropdown-selector-container {
  position: absolute;
  border: 1px solid #70C000;
  background: white;
  border-radius: 3px;
  padding: 10px;
  top: 65px;
  z-index: 999;
  min-width: 550px;
  width: auto;
  display: none; }
  .dropdown-selector-container .nav-tabs {
    width: 100%; }
  .dropdown-selector-container .nav-tabs > li {
    min-width: auto;
    margin-right: 5px; }
  .dropdown-selector-container .nav-tabs > li > a {
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    padding: 5px 10px; }
  .dropdown-selector-container .tab-content .tab-pane {
    padding-top: 5px; }
  .dropdown-selector-container .tab-content span {
    position: relative;
    width: 20%;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    background: white;
    padding: 5px;
    right: auto;
    top: auto;
    word-wrap: break-word;
    color:#4a4a4a;
    font-size:11px;
  }
  .dropdown-selector-container .tab-content .tab-pane::after {
    content: "\A";
    display: block;
    clear: both; }

    .dropdown-selector-container .screening {
        cursor:pointer;
    }
    /*�����ͷ�*/
            .chat-online-body ul ul {
        display:none;
        }
        .chat-online-body ul li{
          cursor:pointer;
        }
            .chat-avatar-li:hover,.chat-avatar-li .avatar-link:hover {
               color:#70C000;
            }

    
