@charset "utf-8";

/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}
header, nav, footer, menu {
  display: block;
}
dt {
  font-weight: 300;
}
img {
  border: none;
  max-width: 100%;
}
li {
  list-style-type: none;
}
a {
  color: #333;
  outline-style: none;
  text-decoration: none;
  cursor: pointer;
}
a, a:hover, a:focus {
  text-decoration: none;
  color: #333;
  outline-offset: 0;
  outline: 0;
}
.form-control:focus, .form-control {
  border: none;
  box-shadow: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
}
body {
  font-family: "microsoft yahei", Helvetica, Arial, sans-serif;
  font-size: 0.4rem;
  color: #333333;
  position: relative;
  background-color: #fff;
  letter-spacing: 0.5px;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
.clear {
  clear: both;
}
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}
.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}
.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.display-flex-bottom {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}
.relative_9 {
  position: relative;
  z-index: 9;
}
.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg_f4f4f4 {
  background-color: #f4f4f4;
}
.bg_f5f5f5 {
  background-color: #f5f5f5;
}
.h1, h1 {
    font-size: 0.9rem;
}
.h2, h2 {
    font-size: 0.75rem;
}
.h3, h3 {
    font-size: 0.55rem;
}
.h4, h4 {
    font-size: 0.45rem;
}
.h5, h5 {
    font-size: 0.35rem;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
/*******头部********/
header {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
}
header .logo {
  width: 5.675rem;
  padding: 0.5625rem 0;
}
header .logo a {
  display: block;
}
header .header-nav {
  position: relative;
  float: left;
}
header .header-nav li.header__navItem {
  float: left;
  position: relative;
  margin-right: 0.75rem;
}
header .header-nav li.header__navItem a.header__navAnchor {
  display: block;
  font-size: 0.5rem;
  color: #333333;
  position: relative;
  padding: 0.75rem 0.6rem 0.75rem 0;
  overflow: hidden;
}
header .header-nav li.header__navItem_nav a.header__navAnchor::before {
  content: '';
  background: url(../images/icon13.png) center no-repeat;
  background-size: 0.4rem 0.2rem;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.4rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
header .header-nav li.header__navItem_nav a.header__navAnchor:hover::before {
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
       -o-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
header .header-nav li.header__navItem a.header__navAnchor::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 0.6rem);
  border-bottom: 0.1rem solid #e47f13;
  -webkit-transition: -webkit-transform .2s;
  -o-transition: -o-transform .2s;
  transition: transform .2s;
  -webkit-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
  transform: translateY(0.1rem);
}
header .header-nav li.header__navItem.active a.header__navAnchor::after, 
header .header-nav li.header__navItem:hover a.header__navAnchor::after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.header-buttons {
  float: right;
}
.header-buttons .header-mailButton {
  position: relative;
}
.header-buttons .header-mailButton .search,
.header-buttons .header-mailButton .language {
  display: block;
  position: relative;
  float: left;
  width: 0.8rem;
  padding: 0.7rem 0;
  cursor: pointer;
}
.header-buttons .header-mailButton .search>img {
  position: relative;
  z-index: 10;
  border-radius: 100%;
}
.header-buttons .header-mailButton .search .search_box {
  position: absolute;
  top: 50%;
  right: -0.075rem;
  width: 5.0rem;
  margin-top: -0.475rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .30s;
     -moz-transition: all .30s;
      -ms-transition: all .30s;
       -o-transition: all .30s;
          transition: all .30s;
}
.header-buttons .header-mailButton .search .search_box .form-control {
  border-radius: 0.5rem;
  border: 1px solid #666;
  height: 0.95rem;
  padding: 6px 0.95rem 6px 0.3rem;
}
.header-buttons .header-mailButton .search:hover .search_box {
  opacity: 1;
  visibility: visible;
}
.header-buttons .header-mailButton .language {
  margin-left: 0.35rem;
  width: auto;
}
.header-buttons .header-mailButton .language div {
  float: left;
  height: 0.8rem;
  line-height: 0.8rem;
}
.header-buttons .header-mailButton .language  div a {
  padding: 0 5px;
}
.header-buttons .header-mailButton .language  div a:hover {
  text-decoration: underline;
}

.header-buttons .header-mailButton .language:hover .language_i {
  visibility: visible;
}
.header-buttons .header-mailButton .language:hover .language_i i {
  -webkit-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  transform: translateY(-90%);
  opacity: 1;
  transition-delay: 0s, 65ms;
}
.header-buttons .header-mailButton .language:hover .language_box {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  transition: transform 0.3s, opacity 0.25s, visibility 0s linear 0s;
}
.header-buttons .JP-overlayNavButton {
  position: relative;
}
.header-buttons .JP-overlayNavButton a {
  width: 40px;
  height: 40px;
  background-color: #d0d3d5;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  display: block;
  margin-left: 0.35rem;
}
.header-buttons .JP-overlayNavButton a {
  display: block;
  margin-left: 15px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-image: url(../images/icn-humberger.png);
}
.header-buttons .JP-overlayNavButton.is-show a {
  background-position: center -40px;
}
.header-buttons .JP-overlayNavButton.is-show {
  position: fixed;
  z-index: 99;
  top: 0.35rem;
  right: 15px;
}
/*二级导航*/
header .header-nav li.header__navItem_nav:hover .header__navItem_two {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header__navItem_two {
  position: absolute;
  top: 120%;
  left: 0;
  width: 5.55rem;
  background-color: #e8eef3;
  opacity: 0;
  box-shadow: 0 0 0.125rem rgba(0,0,0,0.1);
  visibility: hidden;
  -webkit-transition: all .35s;
     -moz-transition: all .35s;
      -ms-transition: all .35s;
       -o-transition: all .35s;
          transition: all .35s;
}
.header__navItem_two>a {
  color: #333333;
  font-size: 0.45rem;
  display: block;
  padding: 0.25rem 0.5rem;
  position: relative;
  overflow: hidden;
}
.header__navItem_two>a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.35rem;
  width: 0.65rem;
  height: 100%;
  opacity: 0;
  background-image: url(../images/icon24.png);
  background-size: 0.25rem 0.45rem;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-transition: all .30s;
     -moz-transition: all .30s;
      -ms-transition: all .30s;
       -o-transition: all .30s;
          transition: all .30s;
}
.header__navItem_two>a:hover {
  color: #111111;
  background-color: #c0cdda;
}
.header__navItem_two>a:hover::after {
  right: 0;
  opacity: 1;
}
/*手机导航*/
.JP-overlayNav {
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-y: auto;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.JP-overlayNav.is-show {
  visibility: visible;
}
.JP-overlayNav__inner {
  position: relative;
}
body.is-tablet .JP-overlayNav {
  overflow: auto;
}
.JP-overlayNav::after {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  right: 15px;
  top: 15px;
  visibility: hidden;
  background-color: #333f48;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  content: '';
  opacity: 0.5;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: -1;
}
.JP-overlayNav.is-show::after {
  visibility: visible;
  -webkit-transform: scale(200);
  -ms-transform: scale(200);
  transform: scale(200);
  opacity: 1;
}
.JP-overlayNav__inner {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
}
.JP-overlayNav.is-show .JP-overlayNav__inner {
  opacity: 1;
}
.JP-overlayNav__body {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.JP-overlayNav__body a {
  color: #fff;
}
.JP-overlayNav__menu {
  padding-top: 70px;
  padding-bottom: 0;
}
.JP-overlayNav__menuItemHeader {
  font-size: 16px;
  border-bottom: #5c656d 1px solid;
}
.JP-overlayNav__menuItemHeader a {
  position: relative;
  display: block;
  padding: 0.6rem 0;
  background-repeat: no-repeat;
  background-position: right 17.5px center;
  background-size: 9px 13px;
  background-image: url('../images/icn-arrow-right.png');
}
.JP-overlayNav__menuItemBody {
  display: none;
  padding: 5px 0;
  border-bottom: #5c656d 1px solid;
}
.JP-overlayNav__menuItemBody>ul>li>a {
  padding: 5px 0;
  display: block;
  font-size: 14px;
}
/*手机导航*/
.JP-megaMenu {
  display: none;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  z-index: 1;
  width: 100%;
  position: fixed;
  left: 0;
  top: 80px;
  background-color: #fff;
}
.JP-megaMenu__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: distribute;
  justify-content: flex-end;
  width: 54.50%;
  margin: 0 auto;
}
@media print, screen and (min-width:769px) {
  .JP-megaMenu__inner {
    padding: 60px 0;
  }
}
@media print, screen and (min-width:992px) {
  .JP-megaMenu__inner {
    padding: 60px 0 65px;
  }
}
.JP-megaMenu__item {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.JP-megaMenu__imageNav {
  padding: 0 0 0 58px;
  border-left: 2px solid #e7eaf0;
  max-width: 510px;
}
.JP-megaMenu__imageNav a {
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.JP-megaMenu__imageNav a:hover {
  background-color: rgba(51, 63, 72, 0.8);
}
.JP-megaMenu__imageNavFig {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: relative;
  z-index: -1;
}
.JP-megaMenu__imageNav a:hover .JP-megaMenu__imageNavFig {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.JP-megaMenu__textNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.JP-megaMenu__textNav ul {
  margin-right: 40px;
}
.JP-megaMenu__textNav li {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.JP-megaMenu__textNav li a {
  color: #111;
}
.JP-megaMenu__textNav li a:hover {
  color: #ee781f;
}
#js-overlay {
  position: fixed;
  z-index: 4;
  width: 100%;
  height: 200%;
  left: 0;
  top: 0;
  background-color: #fff;
  display: none;
}
#js-overlay.is-loaded {
  z-index: 2;
  background-color: transparent;
}
#js-overlay.is-show {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
/*********尾部************/
footer {
  background-color: #363638;
  position: relative;
  color: #bbbbbb;
}
footer .footer-container {
  padding: 1.5rem 0 1.0rem;
}
footer .footer_about {
  line-height: 1.6;
  width: 19.375%;
  font-size: 14px;
}
footer .footer_about .img {
  padding-bottom: 0.5rem;
  width: 5.675rem;
}
footer .footer-nav {
  width: 15.875%;
}
footer .footer-nav .title,
footer .footer-contact .title {
  margin-bottom: 0.4rem;
  font-size: 0.5rem;
  color: #fff;
  position: relative;
  padding-bottom: 0.4rem;
}
footer .footer-nav .title::after,
footer .footer-contact .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.75rem;
  height: 0.075rem;
  background-color: rgba(255, 255, 255, 0.10);
}
footer .footer-nav .box>div {
  margin-bottom: 0.15rem;
  float: left;
  width: 50%;
}
footer .footer-nav .box a {
  font-size: 14px;
  color: #bbbbbb;
  display: inline-block;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all .2s;
     -moz-transition: all .2s;
      -ms-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
}
footer .footer-nav .box a:hover {
  color: #fff;
  -webkit-transform: translateX(0.25rem);
     -moz-transform: translateX(0.25rem);
      -ms-transform: translateX(0.25rem);
       -o-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
footer .footer-contact {
  font-size: 14px;
  color: #bbbbbb;
  width: 21.625%;
}
footer .footer-contact .box div {
  margin-bottom: 0.15rem;
}
footer .footer-links {}
footer .footer-links li {
  float: left;
  font-size: 14px;
  color: #bbbbbb;
  margin-left: 0.625rem;
  position: relative;
}
footer .footer-links li img {
  width: 0.9rem;
  margin: 0 auto;
  display: block;
}
footer .footer-links li span {
  display: block;
  color: #cccccc;
  font-size: 14px;
  padding-top: 0.15rem;
}
.wechat .wechat_box {
  position: absolute;
  bottom: 160%;
  left: 50%;
  opacity: 0;
  width: 2.5rem;
  margin-left: -1.25rem;
  box-shadow: 0 0 0.25rem #999;
  visibility: hidden;
  background-color: #ffffff;
  -webkit-transition: all .30s;
     -moz-transition: all .30s;
      -ms-transition: all .30s;
       -o-transition: all .30s;
          transition: all .30s;
}
.wechat .wechat_box .wechat_img {
  position: relative;
}
.wechat .wechat_box .wechat_img::after {
  content: '';
  position: absolute;
  bottom: -0.15rem;
  left: 50%;
  margin-left: -0.15rem;
  border-left: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
  border-top: 0.15rem solid #fff;
}
.wechat .wechat_box img {
  width: 2.5rem;
}
.wechat:hover .wechat_box {
  opacity: 1;
  visibility: visible;
  bottom: 120%;
}


footer .footer_copyright {
  border-top: 1px solid #fff;
  padding: 0.46rem 0;
  background-color: #131618;
  color: #fff;
  text-align: center;
}
footer .footer_copyright a {
  color: #fff;
  font-size: 0.4rem;
}
/*****主体开始*******/
#banner {
  position: relative;
}
#banner .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: none !important;
  position: relative;
}
#banner .img img {
  width: 100%;
  display: block;
}
#banner .swiper-pagination {
  bottom: 0.6rem;
  padding-right: 8.3333334%;
  text-align: right;
}
#banner .swiper-pagination-bullet {
  background-color: #fff;
  width: 0.25rem;
  height: 0.25rem;
  opacity: 1;
}
#banner .swiper-pagination-bullet-active {
  background-color: #e47f13;
}


#banner .banner_swiper_prev,
#banner .banner_swiper_next {
  width: 1.1rem;
  height: 1.85rem;
  background-size: 1.1rem auto;
  margin-top: -0.925rem;
  opacity: 0;
  visibility: hidden;
}
#banner .banner_swiper_prev {
  left: 4.6875%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
#banner .banner_swiper_next {
  right: 4.6875%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.banner-text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  color: #fff;
}
.banner-text .banner-text-box {
  background-color: rgba(168, 197, 29, 0.65);
  display: inline-block;
  padding: 0.7rem;
}
.banner-text .banner-text-box .title {
  font-size: 0.85rem;
  padding-bottom: 0.15rem;
}
.banner-text .banner-text-box .title a {
  color: #fff;
}
/**/
.more a {
  display: block;
  width: 5.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #262534;
  border-radius: 0.2rem;
  text-align: center;
  font-size: 0.5rem;
  background: linear-gradient(to right, rgba(5, 226, 150, 0.9) 33%, rgba(5, 226, 150, 1.0) 67%);
  background-size: 300% 100%;
  background-position: right bottom;
  transition: all .3s ease-out;
  position: relative;
  font-family: "IBMPlexSans-Medium";
  text-transform: capitalize;
}
.more a:hover {
  background-position: left bottom;
}
.h-title {
  font-size: 0.75rem;
  color: #4d4d4d;
  padding-bottom: 0.75rem;
}
/**/
#homeBody {
  overflow: hidden;
  position: relative;
}
.home_services {
  padding: 1.25rem 0 1.75rem;
}
.home_services .home_services_swiper {
  padding-bottom: 1.15rem;
}
.home_services li {}
.home_services li .box {
  background-color: #f3f3f3;
  position: relative;
  display: block;
  text-align: center;
  height: 8.0rem;
  padding: 1.0rem 0.7rem;
}
.home_services li .box .img {
  height: 3.0rem;
  width: 3.0rem;
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: ;
  background-position: center;
  border: 2px solid #000000;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: all .35s ease-in-out;
     -moz-transition: all .35s ease-in-out;
      -ms-transition: all .35s ease-in-out;
       -o-transition: all .35s ease-in-out;
          transition: all .35s ease-in-out;
}
.home_services li .box .img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3.0rem;
  border-radius: 100%;
  -webkit-transition: all .35s ease-in-out;
     -moz-transition: all .35s ease-in-out;
      -ms-transition: all .35s ease-in-out;
       -o-transition: all .35s ease-in-out;
          transition: all .35s ease-in-out;
}
.home_services li .box .img span.icon_original {}
.home_services li .box .img span.icon_hover {
  left: -100%;
}
.home_services li .box .title {
  font-size: 0.6rem;
  color: #111;
  padding: 0.45rem 0 0.15rem;
  -webkit-transition: all .35s ease-in-out;
     -moz-transition: all .35s ease-in-out;
      -ms-transition: all .35s ease-in-out;
       -o-transition: all .35s ease-in-out;
          transition: all .35s ease-in-out;
}
.home_services li .box:hover .img {
  background-color: #e47f13;
  border-color: #e47f13;
}
.home_services li .box:hover .img span.icon_original {
  left: 100%;
}
.home_services li .box:hover .img span.icon_hover {
  left: 0;
}
.home_services li .box:hover .title {
  color: #e47f13;
}
.home_services li .box p {
  font-size: 0.4rem;
  color: #666;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.home_services .home_services_swiper .swiper-pagination-bullet {
  background-color: #a8c51d;
  width: 0.3rem;
  height: 0.3rem;
  opacity: 1;
}
.home_services .home_services_swiper .swiper-pagination-bullet-active {
  background-color: #e47f13;
}
/**/
.home_brand {}
.home_brand .home_brand_box {
  background-color: #1363a4;
}
.home_brand .home_brand_text {
  width: 40%;
  float: left;
  padding: 1.1rem;
  color: #fff;
  font-size: 0.45rem;
}
.home_brand .home_brand_js {
  width: 60%;
  float: left;
  position: relative;
  text-align: center;
}
.home_brand .home_brand_js .home_brand_swiper img {
  width: 100%;
  display: block;
}
.home_brand .h-title {
  color: #fff;
}
.home_brand .title {
  font-size: 0.85rem;
  line-height: 1.3;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
}
.home_brand .brand_btn {
  margin-top: 0.75rem;
  width: 1.7rem;
  height: 1.7rem;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
.home_brand .brand_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 0.35rem solid transparent;
  border-left: 0.6rem solid #e47f13;
  border-bottom:  0.35rem solid transparent;
  margin-top: -0.35rem;
  margin-left: -0.3rem;
}
.home_brand .brand_btn.active {
  background-color: #e47f13;
}
.home_brand .brand_btn.active::after {
  border-top: none;
  border-left: 0.6rem solid #ffffff;
  border-bottom: none;
  height: 0.75rem;
}
.home_brand .brand_btn.active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.75rem;
  width: 0.2rem;
  margin-top: -0.35rem;
  margin-left: -0.1rem;
  z-index: 10;
  background-color: #e47f13;
}
.home_brand_swiper .swiper-button-prev,
.home_brand_swiper .swiper-button-next {
  background-size: 0.5rem auto;
}
.home_brand_swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 0.5rem;
}
.home_brand_swiper .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 0.5rem;
}
/**/
.home_news {
  padding: 1.625rem 0;
}
.home_news li .img {
  overflow: hidden;
}
.home_news li .img img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .35s ease;
     -moz-transition: all .35s ease;
      -ms-transition: all .35s ease;
       -o-transition: all .35s ease;
          transition: all .35s ease;
}
.home_news li .img img:hover {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.home_news li .time {
  font-size: 0.4rem;
  color: #999;
  padding-top: 0.4rem;
}
.home_news li .title {
  color: #333;
  font-size: 0.55rem;
  margin: 0.125rem 0 0.25rem;
  line-height: 1.6;
  height: 1.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home_news li p {
  font-size: 0.4rem;
  color: #666666;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/*内页*/
.w_banner {
  position: relative;
}
.w_banner .img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: none !important;
  text-align: center;
  overflow: hidden;
}
.w_banner .img img {
  width: 100%;
  display: block;
}
.w_banner .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -0.75rem;
  text-align: left;
}
.w_banner .text .title {
  position: relative;
  font-size: 0.75rem;
  color: #fff;
  background-color: rgba(228, 127, 19, 0.8);
  padding: 0.225rem 1.15rem;
  display: inline-block;
}
/**/
.web_main {}
.web_nav {
  width: 22.1429%;
  float: left;
}
.side_nav {
  padding-bottom: 1.25rem;
}
.side_nav .title {
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #a8c619;
  padding: 0.35rem 0.75rem;
}
.side_nav ul {
  border: 1px solid #999999;
  padding: 0 0.75rem;
}
.side_nav ul li {
  position: relative;
  border-bottom: 1px solid #cfd1d1;
}
.side_nav ul li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #a8c619;
  -webkit-transition: width .35s;
     -moz-transition: width .35s;
      -ms-transition: width .35s;
       -o-transition: width .35s;
          transition: width .35s;
}
.side_nav ul li a {
  display: block;
  font-size: 0.45rem;
  color: #666666;
  padding: 0.325rem 0;
}
.side_nav ul li:hover::after,
.side_nav ul li.active::after {
  width: 100%;
}
.side_nav ul li:hover a,
.side_nav ul li.active a {
  color: #111111;
}
.side_nav ul li:last-child {
  border-bottom: none;
}
.side_nav ul li:last-child::after {
  display: none;
}
.side_mailbox {
  color: #888888;
  font-size: 0.4rem;
  border: 0.075rem solid #9ebd19;
  margin-bottom: 1.25rem;
  padding: 0.5rem;
  line-height: 1.7;
}
.side_mailbox .mailbox a {
  color: #9ebd19;
}
.problem {
  font-size: 0.5rem;
  font-weight: bold;
  color: #111111;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #cfd1d1;
  margin-bottom: 0.75rem;
}
.contact_btn {
  padding-bottom: 2.25rem;
}
.contact_btn a {
  background-color: #a8c619;
  background-image: url(../images/icon14.jpg);
  background-repeat: no-repeat;
  background-size: 0.2rem 0.4rem;
  background-position: right 0.75rem center;
  display: block;
  font-size: 0.45rem;
  color: #fff;
  padding: 0.325rem 0.75rem;
}
.web_con {
  width: 73.5715%;
  float: right;
}
.investment_project {
  padding: 1.875rem 0 2.25rem;
  font-size: 0.45rem;
  line-height: 1.7;
}
.service {
  font-size: 0.45rem;
  line-height: 1.7;
  padding: 1.875rem 0 2.25rem;
}
.service .s_title {
  position: relative;
  font-size: 0.75rem;
  margin-bottom: 0.35rem;
  line-height: 1.5;
}
.service .title,
.investment_project .title {
  font-size: 0.65rem;
  padding-bottom: 0.15rem;
}
.service_border {
  background: url(../images/icon15.jpg) repeat center;
  position: relative;
  padding: 0.125rem;
}
.service_border::after {
  content: '';
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  background-color: #fff;
}
.service_border .adviser {
  position: relative;
  z-index: 1;
  padding: 0.625rem 0.25rem;
  text-align: center;
}
.service_border .software {
  position: relative;
  z-index: 1;
  padding: 1.25rem 1.5rem 1.25rem 5.0rem;
}
.service_border .software .software_title {
  font-size: 0.6rem;
  color: #fff;
  font-weight: bold;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 100%;
  background-color: #9ebd19;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  margin-top: -1.375rem;
}
.service_border .software .software_title::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.175rem solid #c5d775;
  border-radius: 100%;
}
.service_border .software ul.row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.service_border .software ul.row li {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 100%;
}
.service_border .software ul.row li>div {
  border: 1px solid #666666;
  color: #444444;
  font-size: 0.45rem;
  text-align: center;
  padding: 0.225rem;
}

.advantage {
  padding: 1.0rem 0.75rem;
  position: relative;
  z-index: 1;
}
.advantage ul {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.advantage ul>li {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.advantage ul>li:last-child .advantage_title::after {
  display: none;
}
.advantage .advantage_title {
  background-color: #a8c619;
  font-size: 0.5rem;
  color: #fff;
  padding: 0.425rem 0 0.425rem 2.5rem;
  line-height: 1.4;
  position: relative;
}
.advantage .advantage_title span {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.2);
  margin-top: -0.975rem;
}
.advantage .advantage_title::after {
  content: '';
  position: absolute;
  top: 0;
  right: -0.9rem;
  height: 100%;
  width: 0.9rem;
  background: url(../images/advantage_icon.jpg) no-repeat center;
  background-size: 0.9rem 2.25rem;
  z-index: 10;
}
.advantage .advantage_con {
  background-color: #f3f3f3;
  height: 5.50rem;
  font-size: 0.35rem;
  padding: 0.8rem 0.35rem;
}

.follow_table {
  position: relative;
  z-index: 1;
  padding: 1.5rem 2.25rem 1.5rem 1.5rem;
}
.follow_table .follow_table_text {
  font-size: 0.45rem;
  line-height: 1.8;
}
.follow_table .follow_table_text .follow_table_title {
  font-size: 0.6rem;
  font-weight: bold;
  padding-bottom: 0.25rem;
}
.follow_table .follow_table_text .tips {
  color: #9ebd19;
  padding-top: 0.25rem;
}
.follow_table .follow_table_wechat {
  border: 0.25rem solid #e8e8e8;
}

.follow_up {
  position: relative;
  z-index: 1;
  padding: 0.875rem;
}
.follow_up .follow_up_title {
  font-size: 0.5rem;
  padding-bottom: 0.625rem;
  text-align: center;
}
.follow_up .follow_up_title span {
  display: inline-block;
  padding-bottom: 0.125rem;
  border-bottom: 0.05rem solid #9ebd19;
}
.follow_up .follow_up_con {
  background: #f3f3f3;
  font-size: 0.45rem;
  line-height: 2;
  text-align: center;
  padding: 0.75rem 0.375rem;
}
.follow_up .follow_up_con>div>span {
  position: relative;
  padding-left: 0.5rem;
}
.follow_up .follow_up_con>div>span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.15rem;
  background-color: #000;
  margin-top: -0.05rem;
}
/**/
.service_dot li {
  float: left;
  width: 14.2857%;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.service_dot li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-bottom: -0.05rem;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #000;
  border-radius: 0.15rem;
}
.service_address ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}
.service_address li  {
  font-size: 0.4rem;
  padding-top: 1.5rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.service_address li .address_title {
  font-size: 0.55rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
}
.service_address li .traffic {
  padding: 0.65rem 0 0.125rem;
  font-weight: bold;
}

/**/
.pagination {
  margin: 0;
}
.pagination li a, 
.pagination li span,
.pagination li i {
  margin: 0 0.1rem;
  background-color: #ffffff;
  color: #333333;
  padding: 0;
  width:1.0rem;
  height:1.0rem;
  line-height:1.0rem;
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #999999;
}
.pagination li i {
  float: left;
  width: 0.5rem;
  border: 1px solid #fff;
}
.pagination li.active a, 
.pagination li.active span {
  color: #ffffff;
  background-color: #0c0c11;
  border: 1px solid #0c0c11;
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span, 
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
  width: 1.65rem;
}
.goTo {
  padding-left: 0.4rem;
}
.goTo .pageText {
  font-size: 14px;
  color: #333333;
  height: 1.0rem;
  line-height: 1.0rem;
  float: left;
}
.goTo .pageTxtBox {
  background-color: #ffffff;
  color: #333333;
  padding: 0;
  width: 1.0rem;
  height: 1.0rem;
  line-height: 1.0rem;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #999999;
  text-align: center;
  padding: 0;
  float: left;
  margin: 0 0.1rem;
}
.goTo .pageOkBtn {
  background-color: #ffffff;
  color: #333333;
  padding: 0;
  width: 1.25rem;
  height: 1.0rem;
  line-height: 1.0rem;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #999999;
  float: left;
}
.goTo .pageOkBtn:hover {
  background-color: #e47f13;
  color: #ffffff;
  border: 1px solid #e47f13;
}

/**/
.news {
  padding: 2.0rem 0 2.25rem;
}
.news_list {}
.news_list .row {}
.news_list li {
  margin-bottom: 1.25rem;
}
.news_list li .img {
  overflow: hidden;
  height: 6.6rem;
}
.news_list li .img img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .35s ease;
     -moz-transition: all .35s ease;
      -ms-transition: all .35s ease;
       -o-transition: all .35s ease;
          transition: all .35s ease;
}
.news_list li .img img:hover {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.news_list li .text {}
.news_list li .text .time {
  font-size: 0.4rem;
  color: #999999;
  padding: 0.4rem 0 0.25rem;
}
.news_list li .text .title {
  font-size: 0.55rem;
  margin-bottom: 0.25rem;
  height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list li .text .title a:hover {
  color: #e47f13;
}
.news_list li .text p {
  font-size: 0.4rem;
  color: #666666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list li .text .href {
  margin-top: 0.35rem;
  position: relative;
}
.news_list li .text .href img {
  cursor: pointer;
}
.news_list li .text .href.shareoc .sharewidgetw2 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.sharewidgetw2 {
  position: absolute;
  z-index: 999;
  bottom: 100%;
  left: -13px;
  background: #fff;
  padding: 8px;
  display: inline-block;
  box-shadow: 0px 4px 23px rgba(0,0,0,0.375);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 3px;
  margin-bottom: 13px;
  transform: translateY(-25px);
  opacity: 0;
  visibility: hidden;
}
.sharewidgetw2 a {
  float: left;
  width: 0.85rem !important;
  height: 0.85rem !important;
  padding: 0 !important;
  margin-right: 0.25rem !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 0.85rem !important;
}
.sharewidgetw2 a.bshare-sinaminiblog {
    background-image: url(../images/icon17.png);
}
.sharewidgetw2 a.bshare-qqim {
    background-image: url(../images/icon18.png);
}
.sharewidgetw2 a.bshare-weixin {
    background-image: url(../images/icon19.png);
    margin-right: 0 !important;
}
.sharewidgetw2 i {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    overflow: hidden;
}
.sharewidgetw2 i:after {
    position: absolute;
    bottom: 9px;
    left: 15px;
    width: 14px;
    height: 14px;
    content: " ";
    background: #fff;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.25);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.news_pagination {
  border-top: 0.125rem solid #f0f0f0;
  padding-top: 1.0rem;
}
.news_details {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.25rem 0 1.5rem;
}
.news_details .title {
  font-size: 0.70rem;
}
.news_details .time {
  font-size: 0.45rem;
  color: #999999;
  padding: 0.30rem 0 0.9rem;
}
.news_details .news_share {
  margin-bottom: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 0.125rem solid #e5e5e5;
}
.news_details .news_share .news_share_title {
  font-size: 14px;
  color: #999999;
  float: left;
  height: 0.85rem;
  line-height: 0.85rem;
  background: url(../images/icon20.png) no-repeat left center;
  background-size: 0.5rem;
  padding: 0 0.25rem 0 0.675rem;
}
.news_details .news_share .addthis_toolbox {
  float: left;
}
.news_details .news_share .addthis_toolbox a {
  float: left;
  width: 0.85rem !important;
  height: 0.85rem;
  padding: 0;
  margin-right: 0.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.85rem;
}
.news_details .news_share .addthis_toolbox a.bshare-sinaminiblog {
    background-image: url(../images/icon17.png);
}
.news_details .news_share .addthis_toolbox a.bshare-qqim {
    background-image: url(../images/icon18.png);
}
.news_details .news_share .addthis_toolbox a.bshare-weixin {
    background-image: url(../images/icon19.png);
}
#bsWXBox {
  box-sizing: content-box;
  padding: 2px !important;
}
.news_details .con {
  font-size: 0.45rem;
  color: #333333;
  line-height: 1.8;
}
.news_details .con h3,
.news_details .con h4 {
  padding-bottom: 15px;
}
.news_details .news_page {
  margin-top: 1.0rem;
  border-top: 0.125rem solid #9ebd19;
}
.news_details .news_page li {
  border-bottom: 1px solid #dedede;
  font-size: 0.5rem;
}
.news_details .news_page li a {
  position: relative;
  display: block;
  padding: 0.45rem 0.85rem;
  color: #666;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 0.45rem;
}
.news_details .news_page li a span {
  color: #111;
  padding-left: 0.75rem;
  font-size: 0.5rem;
}
.news_details .news_page li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.15rem;
  border-bottom: 0.3rem solid #9ebd19;
  border-left: 0.125rem solid transparent;
  border-right: 0.125rem solid transparent;
}
.news_details .news_page li:last-child a::after {
  border-top: 0.3rem solid #9ebd19;
  border-bottom: none;
}
/**/
.recruit {
  border-top: 0.125rem solid #9ebd19;
  padding-bottom: 2.25rem;
}
.panel-group {
    margin-bottom: 0.5rem;
}
.panel-group .panel {
    box-shadow: none;
    border: none;
}
.panel-group .panel+.panel {
    margin-top: 0;
}
.panel-group .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
}
.panel-group .panel-body {
    height: auto;
    padding: 0.9rem 1.25rem 1.25rem;
    border: none !important;
    color: #454545;
    line-height: 2;
    font-size: 0.4rem;
    background-color: #f0f0f0;
}
.panel-group .panel-body .con+.con {
  margin-top: 0.5rem;
}
.panel-group .panel-body h4 {
    margin-bottom: 0.15rem;
    font-weight: bold;
    position: relative;
    font-size: 0.45rem;
    color: #111111;
}
.panel-group .panel-heading a {
    color: #333333;
    display: block;
    font-size: 0.50rem;
    background: #f0f0f0;
    position: relative;
    border-bottom: 2px solid #e8e8e8;
}
.panel-group .panel-heading a div.problem-title {
    padding: 1.0rem 3rem 1.0rem 1.25rem;
    position: relative;
}
.panel-group .panel-heading a div.problem-title .position div {
  color: #999999;
  font-size: 0.4rem;
  padding-top: 0.2rem;
}
.panel-group .panel-heading a div.problem-title .position {
  width: 30%;
}
.panel-group .panel-heading a div.problem-title .region {
  width: 40%;
  text-align: center;
}
.panel-group .panel-heading a div.problem-title .education {
  width: 30%;
  text-align: right;
}
.problem-hover {
    width: 0.675rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0.75rem;
    background: url(../images/icon22.png) no-repeat center;
    background-size: 0.675rem 0.35rem;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}
.panel-group .panel-heading a.collapsed .problem-hover:after {
    top: 50%;
}
.panel-group .panel-heading a.collapsed {
    background: #fff;
    color: #333;
    border-bottom: 2px solid #f0f0f0;
}
.panel-group .panel-heading a.collapsed div.problem-title:after {
    background: #1d2188;
}
.panel-group .panel-heading a.collapsed .problem-hover {
    background: url(../images/icon21.png) no-repeat center;
    background-size: 0.675rem 0.35rem;
}
.recruit .news_pagination {
    border-top: none;
}
.sending {
  padding-top: 0.75rem;
}
.sending a {
  background-color: rgba(158, 189, 25, 1.0);
  color: #fff;
  font-size: 0.45rem;
  height: 1.3rem;
  line-height: 1.3rem;
  width: 4.5rem;
  text-align: center;
  display: block;
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}
.sending a:hover {
  background-color: rgba(158, 189, 25, 0.6);
}
/**/
.w_about_nav {
  background-color: #f0f0f0;
  margin-bottom: 2.25rem;
}
.w_about_nav ul li {
  border-left: 0.2rem solid #fff;
}
.w_about_nav ul li:last-child {
  border-right: 0.2rem solid #fff;
}
.w_about_nav ul li a {
  font-size: 0.475rem;
  color: #333333;
  display: block;
  height: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  width: 5.625rem;
  position: relative;
}
.w_about_nav ul li a span {
  position: relative;
  z-index: 1;
}
.w_about_nav ul li a::after {
  content: '';
  background-color: #9ebd19;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: height .30s;
     -moz-transition: height .30s;
      -ms-transition: height .30s;
       -o-transition: height .30s;
          transition: height .30s;
}
.w_about_nav ul li a::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -0.2rem;
  bottom: 0;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
  border-top: 0.25rem solid #9ebd19;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .30s;
     -moz-transition: all .30s;
      -ms-transition: all .30s;
       -o-transition: all .30s;
          transition: all .30s;
}
.w_about_nav ul li a:hover,
.w_about_nav ul li.active a {
  color: #fff;
}
.w_about_nav ul li a:hover::after,
.w_about_nav ul li.active a::after {
  height: 100%;
}
.w_about_nav ul li a:hover::before,
.w_about_nav ul li.active a::before {
  opacity: 1;
  visibility: visible;
  bottom: -0.25rem;
}
.about_head {
  padding-bottom: 1.5rem;
}
.about_head .text {
  float: left;
  width: 46%;
  font-size: 0.45rem;
}
.about_head .text .title {
  font-size: 0.75rem;
  padding-bottom: 0.45rem;
}
.about_head .text p {
  padding-bottom: 0.5rem;
  line-height: 1.7;
}
.about_head .img {
  float: right;
  width: 53%;
}
.about_video {
  background-color: #f0f0f0;
  padding: 1.05rem 0 2.25rem;
}
.about_video .title {
  font-size: 0.6rem;
  padding-bottom: 0.35rem;
}
#video {
  position: relative;
  background-color: #000;
}
#video video {
  display: block;
  width: 100%;
  height: 13.75rem;
}
#video .video_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#video .video_bg::after {
  content: '';
  margin-top: -0.85rem;
  margin-left: -0.85rem;
  width: 1.7rem;
  height: 1.7rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
}
#video .video_bg::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-top: 0.35rem solid transparent;
  border-left: 0.6rem solid #e47f13;
  border-bottom:  0.35rem solid transparent;
  margin-top: -0.35rem;
  margin-left: -0.3rem;
  cursor: pointer;
}
/**/
.history {
  padding-bottom: 2.25rem;
}
.history .title,
.framework .title {
  font-size: 0.75rem;
  padding-bottom: 0.65rem;
}
.history ul {
  border-top: 0.125rem solid #000000;
}
.history ul>li {
  border-bottom: 1px solid #dedede;
  padding: 1.25rem 0;
  position: relative;
}
.history ul>li .year {
  font-size: 0.75rem;
  color: #9ebd19;
  line-height: 1;
  font-weight: bold;
  width: 12%;
  float: left;
}
.history ul>li .text {
  float: left;
  width: 88%;
  padding-top: 0.1rem;
  font-size: 0.45rem;
}
.history ul>li .text p+p {
  margin-top: 0.5rem;
}
.history ul>li .text p {
  position: relative;
  padding-left: 2.25rem;
}
.history ul>li .text p>strong {
  text-align: right;
  width: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
/**/
.framework {
  padding-bottom: 2.25rem;
}
.framework .con {
  border: 0.05rem solid #f0f0f0;
  padding: 1.25rem 0;
  text-align: center;
}
.framework .con+.con {
  margin-top: 1.15rem;
}
.framework .con .framework_title {
  font-size: 0.65rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: bold;
}
/**/
.honor {
  background: url(../images/honor_bg.jpg) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 6.0rem;
}
.honor_nav {
  padding-bottom: 1.0rem;
}
.honor_nav .title {
  font-size: 0.75rem;
}
.honor_nav ul>li {
  float: left;
  margin-left: 0.375rem;
}
.honor_nav ul>li>a {
  font-size: 0.45rem;
  color: #111111;
  display: block;
  padding: 0.25rem 0;
  position: relative;
}
.honor_nav ul>li>a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #e18625;
  -webkit-transition: height .30s;
     -moz-transition: height .30s;
      -ms-transition: height .30s;
       -o-transition: height .30s;
          transition: height .30s;
}
.honor_nav ul>li>a:hover::after,
.honor_nav ul>li.active>a::after {
  height: 0.075rem;
}
.honor_list>li {
  margin-bottom: 1.75rem;
}
.honor_list>li .box {
  border: 1px solid  #eeeeee;
  position: relative;
  height: 10.0rem;
  line-height: 9.0rem;
  padding: 0.5rem;
  text-align: center;
}
.honor_list>li .box img {
  display: inline;
  max-height: 100%;
}
.honor_list>li .box .title {
  position: absolute;
  bottom: -0.625rem;
  left: 17.50%;
  background-color: #eeeeee;
  height: auto;
  line-height: 1.6;
  width: 65%;
  padding: 0.30rem 0.25rem;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.honor_list>li .box .title:hover {
  white-space: inherit;
}
/**/
.commend_list>li {
  margin-bottom: 1.75rem;
  position: relative;
}
.commend_list>li .img {
  width: 50%;
  float: left;
}
.commend_list>li .text {
  width: 57.15%;
  position: absolute;
  right: 0;
  top: 0.75rem;
  background-color: #f0f0f0;
  font-size: 0.45rem;
  line-height: 1.7;
  height: 100%;
  padding: 1.9rem 1.0rem;
  border-top: 0.25rem solid #fff;
  border-left: 0.25rem solid #fff;
  border-bottom: 0.25rem solid #fff;
}
.commend_list>li .text p {
  text-indent: 0.825rem;
}
.commend_list>li:nth-child(2n) .img {
  float: right;
}
.commend_list>li:nth-child(2n) .text {
  right: inherit;
  left: 0;
  border-left: none;
  border-right: 0.25rem solid #fff;
}
/**/
.recruit_head {
  padding: 2.0rem 0 1.75rem;
}
.recruit_head .con {
  background-color: #9ebd19;
}
.recruit_head .text {
  width: 26.4285%;
  float: left;
  font-size: 0.45rem;
  color: #fff;
  padding: 1.25rem 20px;
}
.recruit_head .text .title {
  font-size: 0.65rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.recruit_head .text p {
  padding-bottom: 0.375rem;
}
.recruit_head .img {
  width: 73.5715%;
  float: left;
}
/**/
.contact {
  padding: 1.875rem 0 1.125rem;
}
.contact .text {
  font-size: 0.5rem;
  line-height: 1.7;
  padding-bottom: 0.875rem;
}
.contact .map {
  width: 100%;
  height: 11.5rem;
  background-color: #111;
  position: relative;
}
.contact .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.city .city_tab {
  margin: 1.25rem 0 0.75rem;
  display: inline-block;
}
.city .city_tab ul {
  background-color: #eeeeee;
  border-radius: 0.65rem;
  border: 0.125rem solid #eeeeee;
  position: relative;
}
.city .city_tab ul>li {
  border-radius: 0.65rem;
  float: left;
  position: relative;
}
.city .city_tab ul>li a {
  display: block;
  position: relative;
  font-size: 0.45rem;
  padding: 0.2rem 0.55rem;
  z-index: 10;
  border-radius: 0.65rem;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.city .city_tab ul>li.active a {
  color: #fff;
}
.city .city_tab ul>li:not(:first-of-type) a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1px;
  width: 3px;
  height: 3px;
  background-color: #000000;
  -webkit-transition: -webkit-transform 350ms;
  transition: -webkit-transform 350ms;
  transition: transform 350ms;
  transition: transform 350ms, -webkit-transform 350ms;
}
.city .city_tab ul>li a[aria-expanded="true"]::before,
.city .city_tab ul>li.active+li a::before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.city .city_tab ul>div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 1.025rem;
  border-radius: 0.65rem;
  min-width: 2.025rem;
  background-color: #e17414;
  -webkit-transition: 300ms;
  transition: 300ms;
  transform: translateX(0);
}
.city .city_con .city_list .row {}
.city .city_con .city_list .row li {
  margin-bottom: 0.75rem;
}
.city .city_con .city_list .row li .box {
  border: 0.125rem solid #eeeeee;
  padding: 0.75rem;
  font-size: 0.4rem;
  line-height: 1.7;
  height: 6.25rem;
}
.city .city_con .city_list .row li .box .title {
  font-size: 0.5rem;
  font-weight: bold;
  padding-bottom: 0.15rem;
}
.city .city_con .city_list .row li .box p {
  position: relative;
  padding-left: 1.3rem;
}
.city .city_con .city_list .row li .box p span {
  position: absolute;
  top: 0;
  left: 0;
}
.feedback {
  background-color: #f0f0f0;
  padding: 1.5rem 0 2.25rem;
}
.feedback .title {
  font-size: 0.85rem;
  color: #121212;
  font-weight: bold;
  padding-bottom: 0.35rem;
}
.feedback .text {
  font-size: 0.5rem;
  color: #666666;
  line-height: 1.7;
  padding-bottom: 1.25rem;
}
.feedback .form-control {
  border-radius: 0;
  height: 1.5rem;
  font-size: 0.5rem;
  padding: 0.25rem 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}
.feedback .form-control:focus {
  border-color: #e47f13;
  color: #111111;
}
.feedback .form-group {
  margin-bottom: 0.5rem;
}
.feedback select.form-control {
  background-image: url(../images/icon23.jpg);
  background-size: 1.25rem 0.35rem;
  background-position: right center;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.feedback textarea.form-control {
  height: 5.5rem;
}
.feedback .radio-button {
  text-align: left;
}
.feedback .radio-button .btn {
  background-color: rgba(158, 189, 25, 1.0);
  width: 4.5rem;
  font-size: 0.45rem;
  height: 1.3rem;
  color: #fff;
  border-radius: 0;
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}
.feedback .radio-button .btn:hover {
  background-color: rgba(158, 189, 25, 0.6);
}

.brand_video {
  position: absolute;
  top: 50%;
  left: 0;
  height: 0;
  width: 100%;
  background-color: #000;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all .50s;
     -moz-transition: all .50s;
      -ms-transition: all .50s;
       -o-transition: all .50s;
          transition: all .50s;
}
.brand_video.active {
  top: 0;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.brand_video #video_mp4 {
  display: block;
  width: 100%;
  height: 100%;
}
/**/

.downloads {
  padding: 1.25rem 0 2.25rem;
}
.downloads_list li {
  padding: 0.75rem 1.5rem 0.75rem 3.0rem;
  margin-bottom: 0.5rem;
  border-bottom: 0.05rem solid #f0f0f0;
  position: relative;
}
.downloads_list li::after {
  content: '';
  position: absolute;
  bottom: -0.05rem;
  left: 0;
  width: 0%;
  height: 0.05rem;
  display: block;
  z-index: 10;
  background-color: #e78a12;
  -webkit-transition: all .30s;
     -moz-transition: all .30s;
      -ms-transition: all .30s;
       -o-transition: all .30s;
          transition: all .30s;
}
.downloads_list li:hover::after {
  width: 100%;
}
.downloads_list li .time {
  text-align: center;
  color: #d8d8d8;
  font-size: 0.45rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.downloads_list li .time span {
  font-size: 1.0rem;
  display: block;
  font-weight: bold;
}
.downloads_list li .title {
  font-size: 0.5rem;
  color: #111111;
}
.downloads_list li .title span {
  display: inline-block;
  border: 1px solid #9ebd19;
  color: #9ebd19;
  font-size: 0.4rem;
  padding: 0.05rem 0.4rem;
  margin-right: 0.4rem;
}
.downloads_list li .title a:hover {
  text-decoration: underline;
}
.downloads_list li p {
  font-size: 0.4rem;
  color: #333333;
  margin-top: 0.25rem;
}
.downloads_btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  background-size: 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  background-image: url(../images/downloads_btn01.png);
}
.downloads_btn:hover {
  background-image: url(../images/downloads_btn02.png);
}
.downloads_pagination {
  padding-top: 0.5rem;
}
.video_con video {
  display: block;
  width: 100%;
}