
.about-head {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.aboutus {
  background: url(//as.zbjimg.com/static/nodejs-caishui-pc-web/client/img/e1ede07.jpg) no-repeat center;
}
.cooperation {
  background: url(//as.zbjimg.com/static/nodejs-caishui-pc-web/client/img/0e19889.jpg) no-repeat center;
}
.site {
  background: url(//as.zbjimg.com/static/nodejs-caishui-pc-web/client/img/f1ba6ba.jpg) no-repeat center;
}

.top-path {
  height: 38px;
  line-height: 38px;
  margin-bottom: 25px;
}
.top-path .icon-shouye- {
  color: #fd8362;
  font-size: 20px;
  vertical-align: middle;
}
.top-path .path-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.top-path .path-list .path-item {
  float: left;
}
.top-path .path-list .path-item .path-link {
  color: #333333;
  font-size: 14px;
  margin: 0 8px;
}
.top-path .path-list .path-item .path-link:hover {
  color: #ff6600;
}

.aboutus-side{
  margin-right: 20px;
  min-width: 200px;
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
.aboutus-side .side-title{
  width: 100%;
  height: 70px; text-align: center;
}
.aboutus-side .side-title h2{
  line-height: 30px;
  font-size: 22px;
}
.aboutus-side .side-title .title{
  color: #333333;
}
.aboutus-side .side-title .title-english{
  color: #f0f0f0;
}
.aboutus-side .side-nav{
  width: 100%;
}
.aboutus-side .side-nav .nav-item a{
  display: block; width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: #eee;
  text-align: center;
  cursor: pointer;
  color: #444;
}
.aboutus-side .side-nav .nav-item a:hover {
  color: #fff;
  background-color: #58f;
  text-decoration: none;
}
.aboutus-side .side-nav .nav-item .active{
  color: #ffffff;
  background-color: #fd5252;
}
.zbj-grid-1200{
  display: flex;
}
.about-detail-cont {
  position: relative;
  padding-left: 20px;
  padding-bottom: 1px;
  display: inline-block;
  border-left: 1px solid #d8dce5;
  box-sizing: border-box;
  flex-grow:1;
}
.about-detail-cont .icon-borderbg {
  position: absolute;
  left: -6px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #d8dce5;
  background: #ffffff;
}
.about-detail-cont h1 {
  margin-bottom: 25px;
  line-height: 1em;
  font-size: 30px;
  font-weight: normal;
  color: #444;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid #ddd 1px;
}
.about-detail-cont h2 {
  font-size: 17px;
  color: #555;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 35px;
}
.about-detail-cont h3 {
  font-size: 15px;
  color: #666;
  margin-bottom: 10px;
}
.about-detail-cont p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  width: 33.3333333333%
}
.about-detail-cont .business-culture {
  margin-bottom: 10px;
  line-height: 25px;
  font-size: 14px;
  color: #666;
}
.about-detail-cont .business-culture span {
  vertical-align: top;
}
.about-detail-cont .business-culture ul {
  display: inline-block;
}


.about-detail-cont .title {
  margin-bottom: 25px;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  font-weight: normal;
  color: #5a5e67;
}
.about-detail-cont .job-tip {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
  border-radius: 4px;
  flex-wrap: wrap;
  padding: 20px;
  border: 1px solid #ff9c81;
  background-color: #fff4f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.about-detail-cont .job-tip .job-tip-des {
  width: 80%;
}
.about-detail-cont .job-tip .job-tip-des li {
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-detail-cont .job-tip .job-tip-des li .circle {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #ff6948;
  margin-right: 10px;
}
.about-detail-cont .job-tip .job-tip-des li span {
  color: #ff6948;
  margin-top: 1px;
  font-weight: bold;
}
.about-detail-cont .job-tip img {
  height: 120px;
  width: 120px;
}
.about-detail-cont .job-des {
  border-radius: 4px;
  width: 100%;
  border: 1px solid #dcdfe3;
  background-color: #f6f8fb;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.about-detail-cont .job-des .job-des-header {
  background-color: #ecf1f6;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px dashed #dcdfe3;
  padding: 20px;
}
.about-detail-cont .job-des .job-des-header h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2e2f33;
}
.about-detail-cont .job-des .job-des-header .job-des-header-demand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}
.about-detail-cont .job-des .job-des-header .job-des-header-demand p .line {
  border: 1px solid #dcdfe3;
  width: 0;
  height: 11px;
  margin: 0 19px;
}
.about-detail-cont .job-des .job-des-content {
  border-radius: 4px;
  background-color: #f6f8fb;
  padding: 20px;
  font-size: 14px;
  color: #666666;
}
.about-detail-cont .job-des .job-des-content .box-title {
  color: #ff6948;
  margin-bottom: 15px;
}
.about-detail-cont .job-des .job-des-content .box-content {
  padding-bottom: 30px;
}
.about-detail-cont .job-des .job-des-content .box-content li {
  width: 100%;
}
.about-detail-cont .job-city {
  border: 1px solid #dcdfe3;
  border-radius: 4px;
  background-color: #f6f8fb;
  width: 936px;
  padding: 30px 20px 30px 38px;
  font-size: 14px;
  color: #2e2f33;
}
.about-detail-cont .job-city .job-city-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}
.about-detail-cont .job-city .job-city-content {
  line-height: 25px;
}


.about-detail-cont .cooperation-list {
  width: 100%;
}
.about-detail-cont .cooperation-list .list-item {
  overflow: hidden;
}
.about-detail-cont .cooperation-list .list-item .item-left {
  float: left;
  margin-right: 25px;
  width: 360px;
}
.about-detail-cont .cooperation-list .list-item .item-left img {
  width: 100%;
  height: 100%;
}
.about-detail-cont .cooperation-list .list-item .item-right {
  float: left;
}
.about-detail-cont .cooperation-list .list-item .item-right .name {
  margin-bottom: 20px;
  line-height: 18px;
  font-size: 18px;
  color: #fd5252;
}
.about-detail-cont .cooperation-list .list-item .item-right .name i {
  float: left;
  margin-right: 5px;
  width: 21px;
  height: 21px;
}
.about-detail-cont .cooperation-list .list-item .item-right .name .icon-cooperation {
  background: url(//as.zbjimg.com/static/nodejs-caishui-pc-web/client/img/2427c24.png);
}
.about-detail-cont .cooperation-list .list-item .item-right .name .icon-call {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAGeUExURUdwTP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VP95VNw2oQIAAACKdFJOUwAJ0V84+YcB+OoCNAoXDRUoRRL+dhsGmufLNd5rt1kDuAdpaHlE0/b3124RTATZfVgIYLUdxoO5oSchxRMitB6kqY7b2r0Ps07s4cJvwPrmsegx6SuvkPtUyhCGcWqI4D9lDNXPN2TiFp4mgmPtTe6bGkMkvtLYLlwYLWI2fE8vSLysU6o9zZmtO85MiBoAAAELSURBVBgZBcADciQBAADAXs46tm3jbNu2Edv2r1O4e7+mEANbLekcQHfs4YNbdWzvHu137GyC9y863b75AXAwNNSFzxUporFVPXuDJyn6w3lUvYWyGrnR0ePDbiL1JNLwsmgFhkfWeFrg3UeC6icVdZm+zqyuxb8q7/hUVWq2PdKjYXmjd11zNR0a/jSZaY+CpRHZNDkiU8PiCyHwDSConw8yrdMAgGx53FxyDC5eAhCNNaqc+Dcgr7zozDmA/rZJ/1vD0fiF82cTxQFgPDEo8/rN4wJaktdKAbWJvkDJc7hy4zrA1+SrQsDVywBKHj2rDRAqu5cPQKox+bPp1+8vvfkA4HtzuO1HcYhTSz0rTsmmoQUAAAAASUVORK5CYII=);
}
.about-detail-cont .cooperation-list .list-item .item-right .right-cont {
  padding-left: 10px;
  width: 465px;
  line-height: 19px;
  font-size: 13px;
  color: #666666;
}
.about-detail-cont .cooperation-list .list-item .item-right .right-cont label {
  font-weight: bold;
}
.about-detail-cont .cooperation-list .list-item .item-right .right-cont p {
  margin-bottom: 16px;
}
.about-detail-cont .cooperation-list .list-item .item-right .right-cont .call-info {
  margin-bottom: 8px;
}
.about-detail-cont .cooperation-list .list-item .item-right .right-cont .call-info label {
  display: inline-block;
}
.about-detail-cont .cooperation-list .list-item:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.about-detail-cont .cooperation-list .list-item-first {
  padding-bottom: 40px;
}
.about-detail-cont .cooperation-list .list-item-second {
  padding-top: 40px;
}