/*
 * 清除浮动
 */
.fz20 {
  font-size: 20px;
}
.fz14 {
  font-size: 14px;
}
.page-btn {
  margin-top: 30px;
  text-align: center;
  color: #666;
}
.page-btn span {
  cursor: pointer;
  display: inline-block;
  padding: 4px 12px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 18px;
  font-weight: bold;
}
.page-btn span + span {
  margin-left: 10px;
}
.gjc-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
  color: #666;
}
.gjc-table td {
  padding: 12px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #ddd;
}
.gjc-table td.addbg {
  background-color: #eee;
}
.table-striped {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-striped th {
  font-size: 14px;
  padding: 16px;
  background: #f55925;
  color: #fff;
  text-align: left;
  vertical-align: bottom;
  font-weight: 600;
}
.table-striped td {
  font-size: 14px;
  padding: 16px;
  text-align: left;
  vertical-align: top;
}
.table-striped > tbody > tr:nth-child(even) > td {
  background-color: #FFF6EF;
}
.table-striped > tbody > tr:hover > td {
  background-color: #f55925;
  color: #fff;
}
.table-striped > tbody > tr:hover a {
  color: #fff;
}
.banner {
  height: 400px;
  background: url(../images/about/banner8.png) no-repeat center;
}
.section-wrap {
  padding: 40px 0;
}
.section-wrap .section-title {
  padding-bottom: 40px;
  text-align: center;
}
.section-wrap .section-title h2 {
  font-size: 36px;
  color: #f55925;
}
.section-wrap .section-title .line {
  width: 40px;
  height: 4px;
  background-color: #f55925;
  display: inline-block;
}
.section-wrap .section-title.reverse h2 {
  color: #fff;
}
.section-wrap .section-title.reverse .line {
  background-color: #fff;
}
.intro {
  background-color: #fff;
}
.intro p {
  line-height: 32px;
  text-indent: 2em;
}
.intro p + p {
  margin-top: 16px;
}
.culture {
  background-color: #fff;
}
.culture ul {
  padding: 0 80px;
}
.culture li {
  position: relative;
  float: left;
  width: 260px;
  height: 260px;
  background-position: center 120px;
  background-repeat: no-repeat;
  background-color: #37353a;
  padding-top: 40px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.culture li .black {
  position: absolute;
  left: 0;
  top: 100%;
  bottom: 0;
  right: 0;
  -webkit-transition: top .5s;
  -o-transition: top .5s;
  transition: top .5s;
  padding-top: 40px;
  padding-left: 40px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.culture li:hover .black {
  top: 0;
}
.culture li.icon-twoo {
  background-image: url(../images/about/icon77.png);
}
.culture li.white {
  background-color: #fff;
}
.culture li.gray {
  color: #333;
  background-color: #e8e8e8;
}
.culture li.black {
  padding-left: 40px;
  text-align: left;
  background-color: #000;
}
.culture li.icon-one {
  background-image: url(../images/about/icon79.png);
}
.culture li.icon-two {
  background-image: url(../images/about/icon76.png);
}
.culture li.icon-three {
  background-image: url(../images/logo_new.png);
  background-position-y: 160px;
}
.culture li.icon-four {
  background-image: url(../images/about/icon78.png);
}
.culture li.icon-five {
  background-image: url(../images/about/icon80.png);
}
.team {
  background-color: rgba(245, 89, 37, 0.5);
}
.team .swiper-slide {
  cursor: pointer;
}
.team .swiper-slide:hover .cover-box {
  top: 0;
}
.team .info {
  padding-top: 14px;
  height: 80px;
  background-color: #fff;
  text-align: center;
}
.team .cover-box {
  position: absolute;
  padding: 50px 0 0 15px;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(245, 89, 37, 0.9);
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  color: #fff;
}
.team .cover-box .line-text {
  margin-top: 30px;
  font-size: 12px;
  line-height: 30px;
}
.news-wrap .banner {
  height: 400px;
  background: url(../images/about/banner11.png) no-repeat center;
}
.news-wrap .news-list {
  padding-top: 60px;
}
.news-wrap .news-list .grid-row {
  margin: -30px -15px;
}
.news-wrap .news-list .grid-row .grid-col6 {
  padding: 30px 15px;
}
.news-wrap .news-list .item {
  height: 180px;
  background-color: #fff;
  overflow: hidden;
}
.news-wrap .news-list .item .time {
  width: 100px;
  height: 100px;
  background-color: #ffa343;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  margin-top: 40px;
}
.news-wrap .news-list .item .time .mon {
  font-size: 24px;
}
.news-wrap .news-list .item .info {
  margin-left: 130px;
  padding-top: 30px;
  padding-right: 20px;
}
.news-wrap .news-list .item .info h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.news-wrap .news-list .item .info p {
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.detail-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
.detail-wrap .main {
  background-color: #fff;
  padding: 50px 30px 40px;
}
.detail-wrap .main .post-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.detail-wrap .main .post-title h1 {
  font-size: 20px;
  margin-bottom: 20px;
}
.detail-wrap .main .post-title p {
  font-size: 14px;
  color: #999;
}
.detail-wrap .main .post-content {
  padding-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.detail-wrap .main .post-content p {
  margin-bottom: 16px;
}
.detail-wrap .main .post-content p img {
  display: block;
  margin: 16px auto;
  /*min-width: 100%;*/
}
.detail-wrap .return-btn {
  display: inline-block;
  width: 180px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #333;
}
.contact-wrap .banner {
  height: 400px;
  background: url(../images/about/banner10.png) no-repeat center;
}
.contact-wrap .contact {
  background-color: #fff;
}
.contact-wrap .contact li {
  float: left;
  width: 400px;
  text-align: center;
}
.contact-wrap .contact li .title {
  font-size: 20px;
  color: #666;
  margin-top: 20px;
  margin-bottom: 10px;
}
.contact-wrap .invoice-info .text-info {
  margin-top: 30px;
}
.contact-wrap .invoice-info .text-info p + p {
  margin-top: 16px;
}
.contact-wrap .invoice-info .block {
  margin-bottom: 30px;
}
.contact-wrap .invoice-info .map {
  margin-top: 60px;
}
.contact-wrap .invoice-info .map img {
  max-width: 100%;
}
.jobwrap .banner {
  height: 400px;
  background: url(../images/about/banner9.png) no-repeat center;
}
.jobwrap .gain {
  height: 600px;
  background: url(../images/about/bj37.png) no-repeat center;
}
.jobwrap .gain ul {
  padding-top: 40px;
}
.jobwrap .gain li {
  float: left;
  width: 300px;
  padding: 0 30px 20px;
  text-align: center;
  color: #fff;
  height: 270px;
  min-height: 270px;
}
.jobwrap .gain li .char {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 40px;
  font-weight: 600;
}
.jobwrap .gain li h4 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.jobwrap .gain li p {
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}
.jobwrap .gain li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.jobwrap .culture {
  background-color: #fff;
}
.jobwrap .culture .item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.jobwrap .culture .item img {
  width: 100%;
}
.jobwrap .culture .item .cover {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.jobwrap .culture .item .tip {
  position: absolute;
  height: 60px;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: rgba(245, 89, 37, 0.5);
  color: #fff;
  text-align: center;
  line-height: 60px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.jobwrap .culture .item:hover .cover {
  display: none;
}
.jobwrap .culture .item:hover .tip {
  bottom: 0;
}
.jobwrap .share .item {
  height: 240px;
  background-color: #fff;
}
.jobwrap .share .item .info {
  margin-left: 256px;
  padding-top: 20px;
  padding-right: 30px;
}
.jobwrap .share .item .info h4 {
  font-size: 18px;
}
.jobwrap .share .item .info p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.job-detail {
  padding-top: 60px;
  padding-bottom: 40px;
}
.job-detail .title {
  height: 60px;
  background-color: #f55925;
  color: #fff;
  line-height: 60px;
  padding-left: 30px;
}
.job-detail .title .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 16px;
}
.job-detail .des-item {
  padding-top: 30px;
  padding-bottom: 10px;
}
.job-detail .des-item li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.job-detail .des-item li .yellow {
  font-weight: 600;
}
.job-detail .des-detail {
  padding-top: 20px;
  border-top: 1px solid #ddd;
  color: #666;
}
.job-detail .des-detail .block {
  margin-bottom: 30px;
}
.job-detail .des-detail h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.job-detail .des-detail li + li {
  margin-top: 16px;
}
.job-detail .des-detail .getjob {
  line-height: 42px;
  color: #f55925;
  padding-left: 50px;
  cursor: pointer;
  background: url(../images/about/icon81.png) no-repeat 0 0;
}
.job-detail .return-btn {
  display: inline-block;
  width: 180px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #333;
}
