body {
  font-family: 'MicrosoftYaHei', 'sans-serif';
}
button {
  outline: none;
}
ul {
  list-style-type: none;
  padding: 0;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
}
/* btn-group */
.btn-group {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.btn-group > *:first-child {
  margin-right: 30px;
}

.btn-group > * {
  width: 150px;
  border-radius: 150px;
  padding: 10px 0;
  font-size: 16px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #626262;
}
.btn-group button.active {
  background: #0AB954;
  border: 1px solid #0AB954;
  color: #fff;
}
.container-fluid {
  margin: 0px 300px;
}
/* FIXME: header */
.header .top-pic {
  width: 100%;
  height: 6px;
}
.header .top-pic img {
  position: absolute;
  width:100%;
  height: 6px;
}
.header .logo-pic {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 30px;
}
/* FIXME: nav-bar */
.nav-bar {
  font-size: 16px;
  background: -webkit-linear-gradient(left, #0EBE59, #0B8940); /* FIXME: Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #0EBE59, #0B8940); /* FIXME: Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #0EBE59, #0B8940); /* FIXME: Firefox 3.6 - 15 */
  background: linear-gradient(to right, #0EBE59, #0B8940); /* FIXME: 标准的语法 */
}
.nav-bar .container-fluid {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-bar a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  width: 120px;
  border-radius: 120px;
  text-align: center;
}
.nav-bar a.active {
  color: #09A247;
  background: #fff;
}
/* FIXME: banner-pic */
.banner-pic {
  width: 100%;
  background: rgba(0,0,0,.1);
}
.banner-pic550 {
  height: 550px;
}
.banner-pic350 {
  height: 350px;
}
.banner-pic img {
  width: 100%;
  height: 100%;
}
/* FIXME: about-us */
.about-us {
  background-image: url('./image/index_21.jpg');
  background-repeat: no-repeat;
  background-position:bottom;
  background-size: 100%;
}
.bgnone {
  background-image: none;
}
.about-us .about-us-pic,
.about-us .charing-station-pic {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
.about-us .content {
  width: 100%;
  height: 400px;
}

.about-us .content .content-pic {
  width: 585px;
  height: 360px;
  background: rgba(0,0,0,.05);
}

.about-us .content .content-pic img {
  width: 100%;
  height: 100%;
}

.about-us .content .text {
  padding-top: 50px;
  padding-left:40px;
  height: 250px;
  overflow: hidden;
}
.about-us .intro-content {
  margin-bottom: 200px;
}

.text-btn {
  padding: 8px 10px;
  width: 120px;
  border-radius: 120px;
  margin-top: 30px;
  margin-left:40px;
  border: none;
  color: #fff;
  background: #0AB954;
}
.jb-btn {
  background: linear-gradient(to right, #00dc5d, #0aa24b);
}

/* FIXME: pilespread-content */
.pilespread-content {
  margin-bottom: 200px;
}

/* FIXME: map-pic */
.map-pic {
  width: 100%;
  height: 500px;
  margin-bottom: 80px;
  background-image: url('./image/index_20.jpg');
  background-repeat: no-repeat;
}

.map-pic .w {
  position: relative;
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.map-pic .pile-info {
  position: absolute;
  width: 880px;
  height: 400px;
  
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 9px 25px 9px rgba(0,0,0,0.18);
}
.pile-item {
  display: flex !important;
  justify-content: space-around;
  padding: 60px;
  width: 880px;
  height: 400px;
}
.pile-item .title-w .title {
  font-size: 22px;
  margin-bottom: 15px;
  color: #12B059;
  font-weight: bold;
}

.pile-item .title-w .title-flag {
  width: 60px;
  height: 2px;
  background: #12B059;
  margin-bottom: 40px;
}

.pile-item .link-list {
  margin-bottom: 40px;
  color: #6E6E6E;
}

.pile-item .link-list > * {
  margin-bottom: 15px;
}

.pile-item .btn-detail {
  margin: 0;
}

.map-pic .pile-pic {
  width: 380px;
  height: 280px;
}

.map-pic .pile-pic img {
  width: 100%;
  height: 100%;
}
/* FIXME: product */
.product {
  /* margin-bottom: 150px; */
}
.product .product-pic {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.product-list .product-item {
  width: 380px;
  border: 1px solid #dfdfdf;
  margin-bottom: 40px;
  cursor: pointer;
}
.product-list .product-item:hover {
  border: 1px solid #17b158;
}
.product-list .product-item .caption {
  text-align: center;
  margin: 20px 0;
}
.product-list .product-item .caption-title {
  font-size: 16px;
}
.product-list .product-item a {
  text-decoration: none;
  color: #17b158;
}
.product-list .product-item-img {
  width: 340px;
  height: 340px;
  margin: 0 auto;
  margin-top: 15px;
}
.product-list .product-item-img img {
  width: 100%;
  height: 100%;
}
.pagination {
  width: 100%;
  text-align: center;
}
/* FIXME: product-m */
.product-m {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.product-m .product-l {
  width: 600px;
  height: 470px;
  display: flex;
  justify-content: center;
}
.product-m .img-big {
  width: 450px;
  height: 460px;
  display: flex;
  justify-content: center;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  align-items: center;
  padding: 5px;
}
.product-m .img-big img {
  width: 100%;
  height: 100%;
}
.product-m .img-small {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.product-m .img-small-item {
  width: 105px;
  height: 104px;
  padding: 2px;
  margin: 3px;
  box-sizing: content-box;
  border: 1px solid #dfdfdf;
  cursor: pointer;
}
.product-m .img-small-item:first-child {
  margin-top: 0;
}
.product-m .img-small-item.active {
  border: 1px solid #0AB954;
}
.product-m .img-small-item img {
  width: 100%;
  height: 100%;
}
.product-m .product-r {
  width: 550px;
  height: 410px;
}
.product-r .product-title {
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  background: linear-gradient(to right, #0aa24b, #00dc5d);
}
.product-r .product-label {
  margin-top: 30px;
  background: #d4d4d4;
  width: 70px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  padding: 2px 5px;
}
.product-r .product-content {
  padding: 20px;
}
.product-r .pc-item {
  margin-bottom: 15px;
}
.product-r .pc-item .pc-item-label {
  color: #888;
  margin-right: 10px;
}
.product-r .pc-item .pc-item-value {
 font-size: 16px;
}

.product-btngroup {
  margin-top: 50px;
}
/* FIXME: footer */
.footer {
  overflow: hidden;
  width: 100%;
  height: 190px;
  background: #252525;
}

.footer .container-fluid {
  margin-top: 40px;
}

.footer .code-pic {
  width: 110px;
  height: 110px;
  float: right;
}

.footer .code-pic img {
  width: 100%;
  height: 100%;
}

.footer .link-content {
  color: #ffffff;
}

.footer .link-info .link-t {
  display: flex;
  justify-content: space-between;
}

.link-t .labels {
  color: #12B059;
}
.link-t .texts {
  color: #B7B7B7;
}

.footer .link-info .link-line {
  width: 100%;
  height: 1px;
  margin: 25px 0;
  background: #3C3C3C;
}

.footer .link-info .link-b {
  font-size: 12px;
  color: #6E6E6E;
}
.footer .link-info .link-b > * {
  margin-right: 30px;
}
/* FIXME: linkus */
.linkus {
  position: relative;
  width: 100%;
  height: 760px;
  background-image: url('./image/contactus_01.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.linkus .linkus-card {
  position: absolute;
  right: 500px;
  top: 50%;
  transform: translateY(-50%);
  width: 550px;
  height: 370px;
  background: #fff;
  padding: 45px;
  box-shadow: 0 8px 25px 9px rgba(0,0,0,0.18);
}
.linkus .linkus-card .title {
  font-size: 30px;
  font-weight: bold;
  color:#17b158;
}
.linkus .linkus-card .stitle {
  margin-bottom: 35px;
  color: #888;
}
.linkus .linkus-card .linkus-content {
  font-size: 16px;
}
.linkus-card .linkus-content .linkus-item {
  margin-bottom: 15px;
}
.linkus-card .linkus-content .lab {
  font-weight: bold;
  margin-bottom: 10px;
  color: #17b158;
}
.linkus-card .linkus-content .val {
  color: #666;
}
/* recruit */
.recruit .recruit-pic {
  display:block;
  margin:0 auto;
  margin-top: 60px;
  margin-bottom: 30px;
}
.recruit .recruit-headding {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.recruit .recruit-title {
  font-size: 26px;
}
.recruit .recruit-before {
  display: inline-block;
  width: 3px;
  height: 30px;
  background: #17b158;
  margin-right: 20px;
  vertical-align: bottom;
}
.recruit .table > thead > tr > th,
.recruit .table > tbody > tr > th,
.recruit .table > tfoot > tr > th,
.recruit .table > thead > tr > td,
.recruit .table > tbody > tr > td,
.recruit .table > tfoot > tr > td {
  border-top: 1px dashed #ddd;
  padding: 20px 0;
}
.recruit .table > thead > tr > th {
  padding: 10px 0;
  border-bottom: 2px dashed #ddd;
}
/* recruitdetail */
.recruitdetail-header {
  padding-top: 40px;
  padding-bottom:10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.recruitdetail-header .title {
  font-size: 30px;
  font-weight: bold;
  color: #17b158;
  margin-bottom: 25px;
}
.recruitdetail-header .type {
  font-size: 18px;
}
.recruitdetail-header .type span:first-child {
  color: #f5b266;
}
.recruitdetail-main {
  margin-bottom: 150px;
}
.recruitdetail-main .col-l {
  border-right: 1px solid #ddd;
}
.recruitdetail-main .col-l .title {
  margin-bottom: 30px;
}
.recruitdetail-main .col-l .title span:first-child{
  display: inline-block;
  width: 3px;
  height: 18px;
  background: #17b158;
  margin-right: 12px;
  vertical-align: text-top;
}
.recruitdetail-main .col-l .title span:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
}
.recruitdetail-base-info .rbi-content {
  margin-bottom: 57px;
}
.rbi-content .rbi-item {
  margin-bottom: 12px;
}
.color888 {
  color: #888;
}
.recruitdetail-main .col-r .col-label > *:first-child{
  font-size: 18px;
}
.recruitdetail-main .col-r .col-label > *:nth-child(2){
  display: inline-block;
  height: 1px;
  width: 35px;
  background: #5dc789;
  margin-top: 10px;;
  margin-bottom: 15px;
}
.recruitdetail-main .col-r .col-title {
  color: #17b158;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.recruitdetail-main .col-r .col-item {
  margin-bottom: 6px;
}
.recruitdetail-main .col-r .col-item span:nth-child(1) {
  width: 75px;
  display: inline-block;
}