/***** about *****/
.about-doc-box {
  width: 100%;
  overflow: hidden;
  font-size: 0.875em;
  line-height: 2em;
  color: #333;
  padding-top: 0.5em;
}
.about-doc-box img {
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .about-doc-box {
    font-size: 1em;
  }
}
/***** activity_info ****/
.activity-list-box {
  overflow: hidden;
  margin: 0 -0.75em -1.563em;
  padding: 1.875em 0 1.25em;
}
.activity-list-item {
  padding: 0 0.75em;
  margin-bottom: 1.563em;
}
.activity-list-item .act-image {
  width: 100%;
  height: 13.5em;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.activity-list-item .act-title {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.125em;
  line-height: 1.56em;
  color: #0d0d0d;
  padding: 0.78em 0 0.89em;
  background-color: #fff;
  text-align: center;
}
.activity-list-item:hover .activity-item-inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.activity-list-item:hover .act-title {
  color: #00479d;
}
.activity-item-inner {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
/***** news *****/
.news-list-box {
  width: 100%;
  overflow: hidden;
  margin: 0.625em 0 0;
}
.news-list-item {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 1.25em 2% 1.25em 0;
  border-bottom: solid 1px #e6e6e6;
}
.news-list-item:last-child {
  border-bottom: none;
}
.news-list-item .news-image {
  width: 17.625em;
  height: 9.875em;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 1.375em 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.news-list-item .news-body {
  width: 100%;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  padding: 0.625em 0 0;
}
.news-list-item .news-title {
  width: 100%;
  height: 1.5em;
  display: block;
  overflow: hidden;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #0d0d0d;
  margin-bottom: 0.3em;
}
.news-list-item .news-desc {
  width: 100%;
  height: 4em;
  display: block;
  overflow: hidden;
  font-size: 0.875em;
  line-height: 2em;
  color: #666;
  margin-bottom: 0.857em;
}
.news-list-item .news-bot {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 0.875em;
  line-height: 2em;
  color: #666;
}
.news-list-item:hover {
  background-color: #f5f5f5;
}
.news-list-item:hover .news-title {
  color: #00479d;
}
@media screen and (max-width: 1280px) {
  .news-list-item .news-desc,
  .news-list-item .news-bot {
    font-size: 1em;
  }
}
@media screen and (max-width: 590px) {
  .news-list-item {
    display: block;
    overflow: hidden;
    padding-right: 0;
  }
  .news-list-item:first-child {
    margin-top: -0.625em;
  }
  .news-list-item .news-image {
    width: 100%;
    height: 12em;
    float: none;
  }
  .news-list-item .news-body {
    display: block;
  }
}
.news-item-inner {
  width: 100%;
  display: table;
  position: relative;
}
/***** news_detail *******/
.news-detail-title {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0 0 2em;
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 2.25em;
}
.news-detail-title .new-title {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 1.875em;
  line-height: 1.3em;
  color: #00479d;
  word-break: break-word;
}
.news-detail-title .new-info {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 0.875em;
  line-height: 2em;
  color: #666;
  padding-top: 0.5em;
}
.news-detail-title .new-info .info {
  margin: 0 1em;
}
.news-detail-doc {
  width: 100%;
  display: block;
  overflow: hidden;
  word-break: break-word;
  font-size: 1em;
  line-height: 2em;
  color: #333;
  margin-bottom: 1.75em;
  padding: 0 9%;
}
.news-detail-doc img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .news-detail-doc {
    padding: 0 5%;
  }
}
/**** news_voice *****/
.news-voice-list {
  width: 100%;
  overflow: hidden;
  margin-top: 0.625em;
}
.news-voice-item {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 1.25em 2em 1.25em 0;
  border-bottom: solid 1px #e6e6e6;
}
.news-voice-item:last-child {
  border-bottom: none;
}
.news-voice-item .news-date {
  width: 6.5em;
  padding: 1.25em 0;
  overflow: hidden;
  text-align: center;
  background: #e6e6e6;
  float: left;
  margin: 0 1.875em 0 0;
  font-family: Arial, Helvetica, sans-serif;
}
.news-voice-item .news-date .date {
  display: block;
  font-size: 2.625em;
  line-height: 1em;
  color: #666;
  margin-bottom: 5px;
}
.news-voice-item .news-date .ym {
  display: block;
  font-size: 1.125em;
  line-height: 1.2em;
  color: #999;
}
.news-voice-item .news-body {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  word-break: break-word;
}
.news-voice-item .news-title {
  width: 100%;
  height: 1.08em;
  display: block;
  overflow: hidden;
  font-size: 1.5em;
  line-height: 1.08em;
  color: #0d0d0d;
  margin-bottom: 0.417em;
}
.news-voice-item .news-desc {
  width: 100%;
  height: 4em;
  display: block;
  overflow: hidden;
  font-size: 0.875em;
  line-height: 2em;
  color: #666;
}
.news-voice-item:hover {
  background: #fafafa;
}
.news-voice-item:hover .news-title {
  color: #00479d;
}
@media screen and (max-width: 1280px) {
  .news-voice-item .news-desc {
    font-size: 1em;
  }
}
@media screen and (max-width: 992px) {
  .news-voice-item {
    padding-right: 0;
  }
  .news-voice-item .news-date {
    font-size: 0.875em;
  }
}
.news-voice-inner {
  width: 100%;
  display: table;
  overflow: hidden;
}
/****** contact *****/
.contact-way-box {
  width: 100%;
  overflow: hidden;
  font-size: 1em;
  line-height: 1.625em;
  color: #333;
  margin-top: 1em;
  margin-bottom: 3.25em;
}
.contact-way-box .way {
  padding: 0.625em 4% 0 0;
}
.contact-way-box .way:nth-child(even) {
  padding-right: 0;
  padding-left: 4%;
}
.contact-way-box .way p {
  padding: 0.5em 0 0.5em 11%;
  position: relative;
  border-bottom: solid 1px #1a1a1a;
}
.contact-way-box .way img {
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  .contact-way-box .way {
    padding-right: 0;
    padding-left: 0;
  }
  .contact-way-box .way:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
  }
}
.contact-map-box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.contact-map-image {
  width: 100%;
  max-width: 100%;
  display: block;
}
.contact-map {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
/***** honor *****/
.honor-list-box {
  overflow: hidden;
  margin: 1.75em -1.7% 0;
}
.honor-list-item {
  padding: 0 1.7%;
  margin: 0 0 1.625em;
}
.honor-list-item .honor-image {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.honor-list-item .honor-image img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.honor-list-item .honor-image .mask-layer {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.honor-list-item .honor-title {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.125em;
  line-height: 2.67em;
  color: #333;
  text-align: center;
}
.honor-list-item:hover .honor-image .mask-layer {
  display: none;
}
.honor-list-item:hover .honor-title {
  color: #00479d;
}
.honor-list-inner {
  width: 100%;
  display: block;
  overflow: hidden;
}
/***** show_detail ****/
.vshow-image-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 6.625em;
  margin-top: 0.312em;
}
.vshow-image-wrap.only .vshow-ctrl-box {
  display: none;
}
.vshow-ctrl-box {
  width: 6.625em;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 10;
}
.vshow-ctrl-box.left {
  left: 0;
}
.vshow-ctrl-box.right {
  right: 0;
}
.btn-vshow-prev {
  width: 3.125em;
  height: 3.125em;
  display: block;
  overflow: hidden;
  background: url(../images/prev_01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  /* Firefox 4 */
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  /* Opera */
}
.btn-vshow-prev:hover {
  background-image: url(../images/prev_02.png);
}
.btn-vshow-next {
  width: 3.125em;
  height: 3.125em;
  display: block;
  overflow: hidden;
  background: url(../images/next_01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  /* Firefox 4 */
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  /* Opera */
}
.btn-vshow-next:hover {
  background-image: url(../images/next_02.png);
}
.vshow-image-box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.vshow-image-box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.vshow-num-box {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1.25em;
  z-index: 10;
}
.vshow-num-inner {
  min-width: 4.375em;
  display: inline-block;
  font-size: 1em;
  line-height: 1.625em;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border: solid 1px rgba(255, 255, 255, 0.3);
  padding: 0 0.5em;
}
.vshow-doc {
  width: 100%;
  overflow: hidden;
  font-size: 1em;
  line-height: 2em;
  color: #333;
  margin-top: 1.625em;
  padding: 0 6.625em;
}
@media screen and (max-width: 768px) {
  .vshow-image-wrap,
  .vshow-doc {
    padding: 0 5em;
  }
  .vshow-ctrl-box {
    width: 5em;
  }
  .btn-vshow-next,
  .btn-vshow-prev {
    width: 3em;
    height: 3em;
  }
}
@media screen and (max-width: 420px) {
  .vshow-image-wrap,
  .vshow-doc {
    padding: 0;
  }
  .vshow-ctrl-box {
    width: 3em;
  }
  .btn-vshow-next,
  .btn-vshow-prev {
    width: 2em;
    height: 2em;
  }
}
/****** products *****/
.global-series-desc {
  width: 100%;
  overflow: hidden;
  font-size: 0.875em;
  line-height: 2em;
  color: #666;
  word-break: break-word;
  margin-top: 0.5em;
}
@media screen and (max-width: 1280px) {
  .global-series-desc {
    font-size: 1em;
  }
}
.products-list-box {
  overflow: hidden;
  padding: 1.25em 0 1em;
  margin: 0 -1%;
}
.products-list-item {
  padding: 1em 1% 1.25em;
  overflow: hidden;
}
.products-list-item .prod-image {
  width: 100%;
  height: 15.625em;
  display: block;
  overflow: hidden;
  border: solid 1px #cccbca;
  position: relative;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  margin-bottom: 0.625em;
}
.products-list-item .prod-title {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.125em;
  line-height: 1.56em;
  color: #212121;
  text-align: center;
}
.products-list-item:hover .prod-image {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.products-list-item:hover .prod-title {
  color: #00479d;
}
@media screen and (max-width: 420px) {
  .products-list-item .prod-image {
    height: 10em;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    /* Opera */
  }
}
.products-list-inner {
  width: 100%;
  display: block;
}
/**** companyShow *****/
.cshow-group-wrap {
  width: 100%;
  overflow: hidden;
  padding: 2.875em 0 0.25em;
}
.cshow-group-hd {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.875em;
}
.global-group-title {
  width: 100%;
  overflow: hidden;
  background: url(../images/bg_04.jpg) repeat-x center center;
  font-size: 1.125em;
  line-height: 3.22em;
  color: #00479d;
  border: solid 1px #e6e6e6;
  padding: 0 1.33em;
}
.cshow-list-box {
  width: 100%;
  overflow: hidden;
}
.cshow-list-item {
  padding: 0 1%;
  margin-bottom: 2.25em;
}
.cshow-list-item:hover .cshow-list-image .zhe {
  display: none;
}
.cshow-list-item:hover .cshow-list-title {
  color: #00479d;
}
.cshow-list-inner {
  width: 100%;
  display: block;
  overflow: hidden;
}
.cshow-list-image {
  width: 100%;
  height: 15.625em;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0.625em;
  border: solid 1px #cccbca;
  position: relative;
}
.cshow-list-image .zhe {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  .cshow-list-image {
    height: 7.571em;
  }
}
.cshow-list-title {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.125em;
  line-height: 1.56em;
  color: #0d0d0d;
  text-align: center;
}
.btn-open-directory {
  width: 5em;
  height: 2.286em;
  display: block;
  overflow: hidden;
  background: url(../images/btn_12.png) no-repeat center center;
  background-size: contain;
  position: fixed;
  right: 5%;
  bottom: 2.143em;
  z-index: 100;
}
.pop-anchor-menu .pop-inner {
  width: 67%;
  height: 100%;
  left: auto;
  right: 0;
  top: 0;
  transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  /* Firefox 4 */
  -webkit-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  /* Opera */
  padding: 4.643em 0;
}
.anchor-menu-list {
  width: 100%;
  overflow: hidden;
}
.anchor-menu-list li {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 1.25em;
  line-height: 2.7em;
  color: #212121;
  padding: 0 1em;
}
.anchor-menu-list li.active {
  background-color: #f5f5f5;
}
.anchor-menu-list a {
  width: 100%;
  display: block;
  overflow: hidden;
  color: #212121;
  border-bottom: solid 1px #f3f3f3;
}
.anchor-menu-list.nav > li > a:focus,
.anchor-menu-list.nav > li > a:hover {
  background: transparent;
}
/**** 产品详情页 ****/
.product-view-box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
  margin: 5px 0 4em;
}
.prodshow-big-box {
  overflow: hidden;
  position: relative;
  background: #fff;
  border: solid 1px #e6e6e6;
}
.prodshow-big-image {
  width: 100%;
  height: 27.625em;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 500px) {
  .prodshow-big-image {
    height: 15em;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets.prodshow-big-tab {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 10px;
  position: absolute;
  left: 0;
  bottom: 0.5em;
  z-index: 20;
}
.prodshow-big-tab .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: solid 1px #00479d;
}
.prodshow-big-tab .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #00479d;
  background: #00479d;
}
.prodshow-introd-box {
  line-height: 27.75em;
  padding: 0 3% 0 6%;
}
.prodshow-introd-box .inner {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .prodshow-introd-box {
    padding: 0 7.8%;
  }
}
@media screen and (max-width: 768px) {
  .prodshow-introd-box {
    padding-top: 15.7%;
    padding-bottom: 13.3%;
  }
  .prodshow-introd-box .inner {
    vertical-align: top;
    display: block;
  }
}
.prodshow-title {
  width: 100%;
  display: block;
  overflow: hidden;
  word-break: break-word;
  font-size: 1.5em;
  line-height: 1.17em;
  color: #0d0d0d;
  margin-bottom: 0.75em;
}
.prodshow-title .model {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 4px;
  color: #999;
}
.prodshow-desc {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 0.875em;
  line-height: 1.571em;
  color: #666;
}
@media screen and (max-width: 1280px) {
  .prodshow-desc {
    font-size: 1em;
  }
}
.prodshow-small-box {
  width: 100%;
  display: table;
  margin-top: 2.25em;
}
.prodshow-small-box .tab {
  width: 4.375em;
  height: 2.875em;
  display: block;
  background: #fff;
  overflow: hidden;
  border: solid 1px #cccbca;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 96%;
  float: left;
  margin: 0 0.625em 0.625em 0;
}
.prodshow-small-box .tab:last-child {
  margin-right: 0;
}
.prodshow-small-box .tab.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.prodshow-det-box {
  width: 100%;
  overflow: hidden;
  font-size: 1em;
  line-height: 2em;
  color: #333;
}
.prodshow-det-group {
  margin-bottom: 3.125em;
}
.prodshow-det-group:last-child {
  margin-bottom: 0;
}
.prodshow-group-hd {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 1.25em;
}
.prodshow-group-bd {
  overflow: hidden;
  padding: 0 1.8%;
}
.prodshow-group-bd li {
  padding: 2px 0 2px 1.571em;
  font-size: 0.875em;
  background: url(../images/bg_05.png) no-repeat left 1.143em;
}
/**** purchase *****/
.page-purchase-box .global-series-desc {
  line-height: 1.571em;
  margin-top: 5px;
}
.form-purchase-box {
  margin: 1.375em 0 0;
  padding: 0.625em 0 0;
}
.form-purchase-box .row {
  margin: 0 -2.25%;
}
.form-purchase-box .form-group-box {
  padding: 0 2.25%;
}
.pop-submit-tips {
  font-size: 1em;
  line-height: 1.625em;
  color: #333;
}
.pop-submit-tips .pop-inner {
  width: 80%;
  max-width: 28.75em;
  border: solid 1px #00479d;
  padding: 3.625em 4.2%;
  text-align: center;
}
.pop-submit-tips img {
  width: 24.7%;
  max-width: 5.125em;
  display: block;
  margin: 0 auto 1.25em;
}
/**** supplier *****/
.page-supplier-box .global-series-desc {
  line-height: 1.571em;
  margin-top: 5px;
}
.form-supplier-box {
  margin: 0;
  padding: 0;
}
.form-supplier-box .row {
  margin: 0 -2.25%;
}
.form-supplier-box .form-group-box {
  padding: 0 2.25%;
}
.form-supplier-box textarea.form-control {
  height: 6.25em;
}
.form-supplier-box .frm-file-box {
  float: left;
  margin-bottom: 0.25em;
}
.form-supplier-box .frm-file-result {
  float: left;
  background: none;
}
.form-supplier-box .frm-file-result li {
  padding: 0;
}
.supplier-group-box {
  margin-top: 2.125em;
}
.supplier-group-box.base {
  margin-top: 1.875em;
}
.supplier-group-box.close-bd .btn-frm-shrink {
  background-image: url(../images/btn_16.png);
}
.supplier-group-box.close-bd .supplier-group-bd {
  display: none;
}
.supplier-group-hd {
  border-bottom: solid 3px #080808;
  margin-bottom: 1.25em;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.supplier-group-hd .tips {
  float: left;
  margin-left: 1.429em;
  font-size: 0.875em;
  line-height: 2.857em;
  color: #666;
}
.supplier-group-hd .tips .must {
  color: #ff0000;
  margin: 0 5px 0 0;
  font-style: normal;
}
.supplier-group-title {
  display: block;
  float: left;
  overflow: hidden;
  font-size: 1.125em;
  line-height: 2.22em;
  color: #080808;
  padding: 0 0 0 1.11em;
  background: url(../images/icon_05.png) no-repeat left center;
  background-size: 0.67em auto;
}
/**** hr_apply *****/
.page-hr-apply .global-series-desc {
  line-height: 1.571em;
  margin-top: 5px;
}
.form-hr-box {
  margin: 0;
  padding: 0;
}
.form-hr-box .row {
  margin: 0 -2%;
}
.form-hr-box .form-group-box {
  padding: 0 2%;
}
.form-hr-box textarea.form-control {
  height: 6.25em;
}
.form-hr-box .frm-btn-group {
  padding: 2.25em 0 0;
}
.form-hr-box .btn-frm-submit {
  margin: 0;
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  .form-hr-box .row {
    margin: 0 -1%;
  }
  .form-hr-box .form-group-box {
    padding: 0 1%;
    max-width: 70%;
  }
}
.frmhr-item-box {
  overflow: hidden;
  margin-top: 1.875em;
  padding: 0 0 1.625em 0;
  border-bottom: solid 1px #e6e6e6;
}
.frmhr-item-box:first-child {
  margin-top: 0;
}
.frmhr-item-box:first-child .frmhr-item-del {
  display: none;
}
.frmhr-item-hd {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 1em;
  line-height: 2.125em;
  color: #00479d;
  margin-bottom: 0.625em;
}
.frmhr-item-title {
  float: left;
  font-size: 1em;
  line-height: 2.125em;
}
.frmhr-item-del {
  float: right;
  text-decoration: underline;
}
.frmhr-item-tool {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 1.25em 0 1em;
}
.frmhr-item-tool .btn {
  background-color: #fff;
  border-color: #00479d;
  color: #00479d;
  margin: 0;
}
.frmhr-item-tool .btn:hover {
  background-color: #00479d;
  color: #fff;
}
/**** hr ****/
.hr-desc-box {
  width: 100%;
  overflow: hidden;
  font-size: 1em;
  line-height: 2em;
  color: #333;
  padding: 0.625em 0 1.5em;
}
.hr-desc-top {
  width: 100%;
  overflow: hidden;
  padding-bottom: 1.875em;
  border-bottom: solid 3px #1a1a1a;
}
.hr-desc-ps {
  width: 100%;
  overflow: hidden;
  margin: 1.571em 0 0;
  font-size: 0.875em;
  line-height: 2em;
  color: #666;
}
.hr-group-title {
  width: 100%;
  overflow: hidden;
  font-size: 1.125em;
  line-height: 3.22em;
  color: #00479d;
  background: url(../images/bg_04.jpg) repeat-x center top #ececec;
  padding: 0 1.33em;
  border: solid 1px #e6e6e6;
}
.hr-group-bd {
  word-break: break-word;
}
.hr-group-bd .job {
  width: 40.6%;
}
.hr-group-bd .edu {
  width: 19.8%;
}
.hr-group-bd .num {
  width: 19.8%;
}
.hr-group-bd .handle {
  width: 19.8%;
}
@media screen and (max-width: 500px) {
  .hr-group-bd .edu,
  .hr-group-bd .num {
    display: none;
  }
}
.hr-table-hd {
  width: 100%;
  height: 2.25em;
  display: table;
  overflow: hidden;
  background: #f5f5f5;
  border-bottom: solid 1px #e5e5e5;
}
.hr-table-th {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.875em;
  line-height: 2.571em;
  color: #666;
  text-align: center;
  border-right: solid 1px #e6e6e6;
  white-space: nowrap;
  padding: 0 5px;
}
.hr-table-th.job {
  text-align: left;
  padding-left: 1.714em;
}
.hr-table-th:last-child {
  border-right: none;
}
.hr-table-bd {
  overflow: hidden;
  margin-bottom: 1.875em;
}
.hr-list-item {
  overflow: hidden;
  border-bottom: solid 1px #e5e5e5;
}
.hr-list-item.active .hr-table-td.handle .arrow {
  background-image: url(../images/arrow_04.png);
}
.hr-list-item.active .hr-list-bd {
  display: block;
}
.hr-list-hd {
  width: 100%;
  display: table;
  overflow: hidden;
  font-size: 1em;
  line-height: 1.5em;
  color: #333;
}
.hr-table-td {
  display: table-cell;
  padding: 1.375em 5px;
  text-align: center;
  vertical-align: middle;
}
.hr-table-td.job {
  text-align: left;
  padding-left: 1.5em;
}
.hr-table-td.handle {
  color: #00479d;
  cursor: pointer;
}
.hr-table-td.handle .arrow {
  width: 0.875em;
  height: 0.875em;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background: url(../images/arrow_03.png) no-repeat center center;
  background-size: contain;
  margin: -2px 0 0 0.5em;
}
.hr-list-bd {
  width: 100%;
  display: none;
  overflow: hidden;
  padding: 1.875em 1.5em 2.125em;
  border-top: solid 1px #1a1a1a;
}
.hr-job-title {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 1.5em;
  line-height: 1.67em;
  color: #212121;
  margin-bottom: 0.375em;
}
.hr-job-det {
  font-size: 0.875em;
  line-height: 2em;
  color: #333;
}
.hr-job-det .job-rq {
  width: 62.6%;
  overflow: hidden;
}
.hr-job-det .job-rq .rq {
  width: 33.33%;
  margin-bottom: 4px;
  float: left;
  padding: 0 1em 0 0;
}
.hr-job-det .job-rq-other {
  margin-top: 1em;
}
@media screen and (max-width: 992px) {
  .hr-job-det .job-rq {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .hr-job-det .job-rq .rq {
    width: 50%;
  }
}
.hr-job-tool {
  overflow: hidden;
  margin-top: 2em;
}
.hr-job-tips {
  width: 100%;
  overflow: hidden;
  word-break: break-word;
  font-size: 0.875em;
  line-height: 2em;
  color: #666;
  padding: 0.786em 1.7%;
  background: #fafafa;
  margin-top: 2.143em;
}
.hr-job-tips strong {
  color: #333333;
  font-weight: normal;
}
/**** 方针理念 ***/
.policy-tab-box {
  padding: 1.875em 0 2.5em;
}
.policy-tab-hd {
  width: 100%;
  display: table;
  position: relative;
  z-index: 20;
}
.policy-tab-hd .inner {
  margin: 0 -4px 0 0;
}
.policy-tab-hd .tab {
  width: 25%;
  display: block;
  position: relative;
  padding: 0 4px 0 0;
  float: left;
}
.policy-tab-hd .tab.active .bg,
.policy-tab-hd .tab.active .arrow {
  display: block;
}
.policy-tab-hd .image {
  width: 100%;
  height: 9.375em;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.policy-tab-hd .bg {
  width: 98.5%;
  height: 100%;
  display: none;
  overflow: hidden;
  background: url(../images/bg_06.jpg) no-repeat center center #1a1a1a;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.policy-tab-hd .title {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 1.125em;
  line-height: 2em;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1em;
  z-index: 20;
}
.policy-tab-hd .arrow {
  width: 1.75em;
  height: 1.125em;
  display: none;
  overflow: hidden;
  background: url(../images/arrow_05.png) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -0.875em;
  z-index: 20;
}
.policy-tab-bd {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .policy-tab-bd.tab-content {
    margin-bottom: -1.429em;
  }
  .policy-tab-bd.tab-content > .tab-pane {
    display: block;
    opacity: 1;
    margin-bottom: 1.429em;
  }
}
.policy-pane-box {
  width: 100%;
  display: block;
  overflow: hidden;
  background: url(../images/bg_07.jpg) no-repeat left bottom #f6f6f6;
}
.policy-pane-image {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.policy-pane-image img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.policy-pane-title {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 1.125em;
  line-height: 2em;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1em;
  z-index: 20;
}
.policy-pane-arrow {
  width: 100%;
  height: 1.125em;
  overflow: hidden;
  background: url(../images/arrow_05.png) no-repeat center bottom;
  background-size: contain;
  display: block;
}
.policy-pane-doc {
  padding: 2.375em 0 0 8.9%;
  font-size: 1.5em;
  line-height: 2em;
  color: #00479d;
}
@media screen and (max-width: 992px) {
  .policy-pane-doc {
    padding-top: 1.5em;
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .policy-pane-doc {
    padding-top: 1em;
    padding-bottom: 1.8em;
  }
}
.policy-item-box {
  width: 100%;
  overflow: hidden;
  background: #f7f7f7;
  margin-bottom: 1.25em;
  position: relative;
}
.policy-item-box.left .policy-item-image {
  left: 0;
}
.policy-item-box.right .policy-item-image {
  right: 0;
}
.policy-item-box.right .policy-item-arrow {
  left: 0;
  right: auto;
  background-image: url(../images/arrow_07.png);
}
@media screen and (min-width: 360px) {
  .policy-item-box {
    font-size: 16px;
  }
}
@media screen and (max-width: 359px) {
  .policy-item-box {
    font-size: 14px;
  }
}
.policy-item-image {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
}
.policy-item-image img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.policy-item-arrow {
  width: 1.125em;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url(../images/arrow_06.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.policy-item-title {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 1.286em;
  line-height: 1.56em;
  color: #00479d;
  margin-bottom: 0.6em;
}
.policy-item-doc {
  min-height: 19em;
  overflow: hidden;
  font-size: 0.875em;
  line-height: 2em;
  color: #333;
  padding: 3.75% 4% 3.75% 2.5%;
}
.policy-item-doc .envir-ul {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 1.143em;
  line-height: 1.75em;
  color: #212121;
  margin-top: 1.125em;
  border-top: solid 3px #1a1a1a;
}
.policy-item-doc .envir-ul li {
  width: 100%;
  overflow: hidden;
  padding: 0.625em 0;
  border-bottom: solid 1px #1a1a1a;
}
@media screen and (max-width: 768px) {
  .policy-item-image {
    width: 100%;
    height: 10.5em;
    position: relative;
  }
  .policy-item-arrow,
  .policy-item-box.right .policy-item-arrow {
    width: 100%;
    height: 1em;
    background-image: url(../images/arrow_08.png);
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
  }
  .policy-item-doc {
    min-height: 0;
    padding: 2.125em 1.25em 2.5em 1em;
  }
}
/***** history ****/
.pc-history-det {
  width: 100%;
  min-height: 23.125em;
  overflow: hidden;
  padding: 3.125em 0 0.25em;
  position: relative;
  background: url(../images/bg_08.jpg) repeat-y center top;
  font-size: 16px;
}
.history-tool {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 1em;
  line-height: 1.875em;
  color: #666;
  padding: 0.75em 0;
}
.history-tool a {
  display: inline-block;
  color: #666;
  padding: 0 1em;
}
.history-list-box {
  padding: 0 8.8%;
}
.history-list-box.right {
  float: right;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .history-list-box {
    padding: 0 2.5%;
  }
}
.history-list-item {
  margin-bottom: 5.875em;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .history-list-item {
    margin-bottom: 4em;
  }
}
.history-item-year {
  width: 100%;
  overflow: hidden;
  display: block;
  font-size: 1.125em;
  line-height: 1.56em;
  color: #0d0d0d;
}
.history-item-desc {
  width: 100%;
  overflow: hidden;
  font-size: 0.875em;
  line-height: 2em;
  color: #333;
  margin-top: 1.143em;
}
.history-item-image {
  width: 100%;
  overflow: hidden;
  border: solid 1px #e6e6e6;
  padding: 0.625em 0.5em;
  margin-top: 1em;
}
.history-item-image .inner {
  width: 100%;
  height: 12.125em;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.mobile-history-box {
  font-size: 1.143em;
}
.mobile-history-box .history-list-box {
  padding: 0;
}
.mobile-history-box .history-list-item {
  margin-bottom: 3.375em;
}
.mobile-history-box .history-list-item:last-child {
  margin-bottom: 0;
}
.mobile-history-box .history-item-image {
  margin-top: 0.75em;
}
.mobile-history-box .history-item-image .inner {
  height: 11.625em;
}
.history-swip-box {
  width: 100%;
  position: relative;
  padding: 0 3.125em;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .history-swip-box {
    margin-bottom: 2.375em;
  }
}
.history-current-year {
  width: 100%;
  height: 1em;
  display: block;
  text-align: center;
  font-size: 4.375em;
  line-height: 1;
  color: #00479d;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0.429em;
  position: relative;
  z-index: 20;
}
.history-current-year .year {
  width: 100%;
  display: block;
  transform: scale(0.2, 0.2);
  -moz-transform: scale(0.2, 0.2);
  /* Firefox 4 */
  -webkit-transform: scale(0.2, 0.2);
  -o-transform: scale(0.2, 0.2);
  /* Opera */
  position: absolute;
  top: 100%;
  opacity: 0;
}
.history-current-year.change .year {
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  /* Firefox 4 */
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  /* Opera */
  top: 0;
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  /* Firefox 4 */
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  /* Opera */
  opacity: 1;
}
.history-current-year.prev .year {
  left: -20%;
}
.history-current-year.prev.change .year {
  left: 0;
}
.history-current-year.next .year {
  right: -20%;
}
.history-current-year.next.change .year {
  right: 0;
}
@media screen and (max-width: 768px) {
  .history-current-year {
    font-size: 3.125em;
  }
}
.history-swip-bd {
  width: 100%;
  height: 3.75em;
  display: block;
  overflow: hidden;
  background: url(../images/bg_08.jpg) repeat-x center center;
  position: relative;
}
.history-swip-bd .swiper-slide {
  text-align: center;
  background: url(../images/hist_02.png) no-repeat center center;
  font-size: 0.875em;
  line-height: 1.714em;
  color: #0d0d0d;
  font-family: Arial, Helvetica, sans-serif;
}
.history-swip-bd .swiper-slide .period {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.history-swip-bd .swiper-slide.swiper-slide-active {
  background-image: url(../images/icon_06.png);
}
.history-swip-bd .swiper-slide.swiper-slide-active .period {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  /* Opera */
  transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  /* Firefox 4 */
  -webkit-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  /* Opera */
}
.btn-hist {
  width: 2.5em;
  height: 3.75em;
  display: block;
  overflow: hidden;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
}
.btn-hist-next {
  right: 0;
  background-image: url(../images/next_01.png);
}
.btn-hist-next:hover {
  background-image: url(../images/next_02.png);
}
.btn-hist-prev {
  left: 0;
  background-image: url(../images/prev_01.png);
}
.btn-hist-prev:hover {
  background-image: url(../images/prev_02.png);
}
