.nybanner {
  width: 100%;
  height: 483px;
  margin-top: 9vh;
}
.content-navbar {
  border-bottom: 2px solid #bdbdbd;
}
.content-navbar .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-navbar .cont li {
  position: relative;
  margin-right: 2em;
}
.content-navbar .cont li.active::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -2px;
  background-color: #009b4c;
}
.content-navbar .cont li.active a {
  color: #009b4c;
}
.content-navbar .cont li a {
  color: #333;
  font-size: 16px;
  line-height: 4;
  display: block;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.content-navbar .cont li:last-child {
  margin-right: 0;
}
.content-navbar .cont li:nth-of-type(1) a {
  animation-delay: 0.1s;
}
.content-navbar .cont li:nth-of-type(2) a {
  animation-delay: 0.2s;
}
.content-navbar .cont li:nth-of-type(3) a {
  animation-delay: 0.3s;
}
.content-navbar .cont li:nth-of-type(4) a {
  animation-delay: 0.4s;
}
.content-navbar .cont li:nth-of-type(5) a {
  animation-delay: 0.5s;
}
.content-navbar .cont li:nth-of-type(6) a {
  animation-delay: 0.6s;
}
.content-navbar .cont li:nth-of-type(7) a {
  animation-delay: 0.7s;
}
.content-navbar .cont li:nth-of-type(8) a {
  animation-delay: 0.8s;
}
.detail-container {
  padding: 60px 0;
}
.detail-container .content-title {
  text-align: center;
}
.detail-container .content-title h3 {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.detail-container .content-title .en {
  color: #009b4c;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.detail-container .pro-nav {
  margin-top: 55px;
}
.detail-container .pro-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.detail-container .pro-nav ul li {
  margin: 0 0.5em;
  border: 1px solid #e3e3e3;
  background-color: #f7f7f7;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.detail-container .pro-nav ul li:nth-of-type(1) {
  animation-delay: 0.1s;
}
.detail-container .pro-nav ul li:nth-of-type(2) {
  animation-delay: 0.2s;
}
.detail-container .pro-nav ul li:nth-of-type(3) {
  animation-delay: 0.3s;
}
.detail-container .pro-nav ul li:nth-of-type(4) {
  animation-delay: 0.4s;
}
.detail-container .pro-nav ul li:nth-of-type(5) {
  animation-delay: 0.5s;
}
.detail-container .pro-nav ul li:nth-of-type(6) {
  animation-delay: 0.6s;
}
.detail-container .pro-nav ul li:nth-of-type(7) {
  animation-delay: 0.7s;
}
.detail-container .pro-nav ul li:nth-of-type(8) {
  animation-delay: 0.8s;
}
.detail-container .pro-nav ul li a {
  color: #212121;
  font-size: 20px;
  display: block;
  line-height: 1;
  padding: 0.5em 2em;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}
.detail-container .pro-nav ul li:hover {
  border-color: #009b4c;
}
.detail-container .pro-nav ul li:hover a {
  color: #009b4c;
}
.detail-container .pro-nav ul li.active {
  border-color: #009b4c;
  background-color: #009b4c;
}
.detail-container .pro-nav ul li.active a {
  color: #fff;
}
.detail-container .content-detail-container .detail-title {
  text-align: center;
}
.detail-container .content-detail-container .date {
	  text-align: center;
}
.detail-container .content-detail-container .detail-title h3 {
  color: #3d3d3d;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.detail-container .content-detail-container .detail-title .en {
  color: #a4a4a4;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.detail-container .content-detail-container .about1 {
  padding-top: 74px;
  padding-bottom: 100px;
  position: relative;
}
.detail-container .content-detail-container .about1 .cont {
  margin-top: 62px;
}
.detail-container .content-detail-container .about1 .cont .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 430px;
}
.detail-container .content-detail-container .about1 .cont .information video {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  width: 50%;
  flex-shrink: 0;
}
.detail-container .content-detail-container .about1 .cont .information .info {
    flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.detail-container .content-detail-container .about1 .cont .information .info .desc {
  color: #777777;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
  text-align: justify;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.detail-container .content-detail-container .about1 .cont .information .info img {
  color: #fff;
  margin-top: auto;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.detail-container .content-detail-container .about1 .cont .nums {
  margin-top: 100px;
}
.detail-container .content-detail-container .about1 .cont .nums ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.detail-container .content-detail-container .about1 .cont .nums ul li {
  text-align: center;
}
.detail-container .content-detail-container .about1 .cont .nums ul li .num {
  color: #898886;
  font-size: 24px;
}
.detail-container .content-detail-container .about1 .cont .nums ul li .num span {
  color: #009b4c;
  font-size: 56px;
  margin-right: 12px;
}
.detail-container .content-detail-container .about1 .cont .nums ul li p {
  color: #898886;
  font-size: 24px;
}
.detail-container .content-detail-container .about1 .right-bg {
  width: 344px;
  height: 227px;
  position: absolute;
  right: 0;
  bottom: 200px;
  z-index: -1;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  background: url(../images/a1.jpg) no-repeat center center;
}
.detail-container .content-detail-container .about2 {
  padding-top: 40px;
  background: url(../images/bg3.jpg) repeat-x top center;
}
.detail-container .content-detail-container .about2 .detail-title h3 {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
.detail-container .content-detail-container .about2 .detail-title .en {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
.detail-container .content-detail-container .about2 .cont .case {
  margin-top: 40px;
  position: relative;
}
.detail-container .content-detail-container .about2 .cont .case .case-list .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 103px;
  height: 325px;
  position: relative;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.detail-container .content-detail-container .about2 .cont .case .case-list .swiper-wrapper .swiper-slide .round {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 10px 16px 0 rgba(185, 185, 185, 0.27);
  box-shadow: 0 10px 16px 0 rgba(185, 185, 185, 0.27);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.detail-container .content-detail-container .about2 .cont .case .case-list .swiper-wrapper .swiper-slide .round .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #cacdd2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.detail-container .content-detail-container .about2 .cont .case .case-list .swiper-wrapper .swiper-slide .round span {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 180px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.detail-container .content-detail-container .about2 .cont .case .case-list .swiper-wrapper .swiper-slide .year {
  display: block;
  text-align: center;
  color: #858585;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 168px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.detail-container .content-detail-container .about2 .cont .case .case-list .swiper-wrapper .swiper-slide .desc {
  color: #444457;
  font-size: 0;
  line-height: 1;
  margin-top: 32px;
  text-align: center;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.detail-container .content-detail-container .about2 .cont .case .case-list .swiper-wrapper .swiper-slide.swiper-slide-active {
  padding-top: 0;
}
.detail-container .content-detail-container .about2 .cont .case .case-list .swiper-wrapper .swiper-slide.swiper-slide-active .round {
  width: 270px;
  height: 270px;
}
.detail-container .content-detail-container .about2 .cont .case .case-list .swiper-wrapper .swiper-slide.swiper-slide-active .round .dot {
  width: 0;
  height: 0;
}
.detail-container .content-detail-container .about2 .cont .case .case-list .swiper-wrapper .swiper-slide.swiper-slide-active .round span {
  color: #009b4c;
  font-size: 24px;
}
.detail-container .content-detail-container .about2 .cont .case .case-list .swiper-wrapper .swiper-slide.swiper-slide-active .year {
  top: 110px;
  color: #009b4c;
  font-size: 60px;
  font-weight: bold;
}
.detail-container .content-detail-container .about2 .cont .case .case-list .swiper-wrapper .swiper-slide.swiper-slide-active .desc {
  font-size: 24px;
}
.detail-container .content-detail-container .about2 .cont .case .btns div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 16px 0 rgba(185, 185, 185, 0.27);
  box-shadow: 0 10px 16px 0 rgba(185, 185, 185, 0.27);
}
.detail-container .content-detail-container .about2 .cont .case .btns div .iconfont {
  font-size: 24px;
  color: #858585;
}
.detail-container .content-detail-container .about2 .cont .case .btns .case-button-prev {
  position: absolute;
  left: -100px;
  top: 31%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.detail-container .content-detail-container .about2 .cont .case .btns .case-button-next {
  position: absolute;
  right: -100px;
  top: 31%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.detail-container .content-detail-container .about3 {
  padding: 60px 0;
}
.detail-container .content-detail-container .about3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.detail-container .content-detail-container .about3 ul li {
  width: 18.4%;
  margin-right: 2%;
  padding-top: 10%;
  position: relative;
  margin-top: 24px;
}
.detail-container .content-detail-container .about3 ul li img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  top: 0;
  left: 0;
}
.detail-container .content-detail-container .about3 ul li:nth-child(4n) {
  margin-right: 0;
}
.detail-container .content-detail-container .about4 {
  padding: 60px 0;
}
.detail-container .content-detail-container .about4 img {
  display: block;
  margin: 80px auto 0;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.detail-container .content-detail-container .about5 .honor {
  width: 100%;
  padding: 60px 0;
  position: relative;
}
.detail-container .content-detail-container .about5 .honor .honor-list .swiper-wrapper .swiper-slide {
  height: 212px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.detail-container .content-detail-container .about5 .honor .honor-list .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  height: 100%;
  display: block;
}
.detail-container .content-detail-container .about5 .honor .honor-list .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.detail-container .content-detail-container .about5 .honor .swiper-pagination {
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.detail-container .content-detail-container .about5 .honor .swiper-pagination .swiper-pagination-bullet {
  background-color: #e0e0e0;
  opacity: 1 !important;
  border-radius: 0;
  width: 39px;
  height: 4px;
  margin: 0 7px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.detail-container .content-detail-container .about5 .honor .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #08215d;
}
.detail-container .products .cont .pro1 {
  padding: 40px 0;
}
.detail-container .products .cont .pro1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.detail-container .products .cont .pro1 ul li {
  text-align: center;
}
.detail-container .products .cont .pro1 ul li .pic {
  overflow: hidden;
}
.detail-container .products .cont .pro1 ul li .tit {
  display: block;
  color: #131313;
  font-size: 18px;
  line-height: 1;
  margin-top: 1em;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}
.detail-container .products .cont .pro1 ul li:hover .tit {
  color: #009b4c;
}
.detail-container .products .cont .pro2 {
  padding: 40px 0;
}
.detail-container .products .cont .pro2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-top: 40px;
}
.detail-container .products .cont .pro2 ul li {
  width: 23.5%;
  text-align: center;
  margin-right: 2%;
  padding: 20px 0;
}
.detail-container .products .cont .pro2 ul li .iconfont {
  color: #a3a3a3;
  font-size: 60px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.detail-container .products .cont .pro2 ul li p {
  color: #262626;
  font-size: 24px;
  line-height: 1;
  margin-top: 0.5em;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.detail-container .products .cont .pro2 ul li:nth-child(4n) {
  margin-right: 0;
}
.detail-container .products .cont .pro2 ul li:nth-child(-n+4) {
  border-bottom: 1px solid #bbbbbb;
}
.detail-container .products .cont .pro2 ul li:hover .iconfont {
  color: #009b4c;
}
.detail-container .products .cont .pro2 ul li:hover p {
  color: #009b4c;
}
.detail-container .news .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.detail-container .news .cont li {
  text-align: center;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  width: 23.5%;
  margin-right: 2%;
  margin-top: 40px;
  -moz-text-align-last: left;
  text-align-last: left;
}
.detail-container .news .cont li:nth-child(4n) {
  margin-right: 0;
}
.detail-container .news .cont li .pic {
  display: block;
  width: 100%;
  height: 288px;
}
.detail-container .news .cont li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.detail-container .news .cont li span {
  color: #7c7c7c;
  font-size: 14px;
  display: block;
  line-height: 3;
}
.detail-container .news .cont li .tit {
  color: #3a3a3a;
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-top: 4px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.detail-container .news .cont li:hover span {
  color: #009b4c;
}
.detail-container .news .cont li:hover .tit {
  color: #009b4c;
}
.detail-container .case-list .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.detail-container .case-list .cont li {
  text-align: center;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  width: 23.5%;
  margin-right: 2%;
  margin-top: 40px;
  border: 1px solid #e0e0e0;
}
.detail-container .case-list .cont li:nth-child(4n) {
  margin-right: 0;
}
.detail-container .case-list .cont li .pic {
  display: block;
  width: 100%;
  height: 232px;
  padding: 12px;
}
.detail-container .case-list .cont li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.detail-container .case-list .cont li .tit {
  color: #3a3a3a;
  font-size: 18px;
  line-height: 2;
  display: block;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.detail-container .case-list .cont li .more {
  display: block;
  font-size: 12px;
  color: #7c7c7c;
  line-height: 3;
  border-top: 1px solid #e0e0e0;
}
.detail-container .case-list .cont li:hover .tit {
  color: #009b4c;
}
.detail-container .case-list .cont li:hover .more {
  color: #009b4c;
}
.detail-container .page-list {
  margin-top: 40px;
}
.detail-container .page-list .content-img {
	text-align:center;
}
.detail-container .job .job-contact {
  width: 80vw;
  max-width: 1536px;
  min-width: 1220px;
  margin: 40px auto 0;
}
.detail-container .job .job-contact .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.detail-container .job .job-contact .items .item {
	flex: 1;
	text-align: center;
}
.detail-container .job .job-contact .items .item .iconfont {
	font-size: 48px;
  color: #009b4c;
  margin-bottom; 16px;
}
.detail-container .job .job-contact .items .item p {
	font-size: 16px;
	color: #666;
	line-height: 2;
}
.detail-container .job .job-contact .items .item p a {
	font-size: 20px;
	font-weight: bold;
  color: #009b4c;
}
.detail-container .job .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.detail-container .job .cont li {
  text-align: center;
  width: 32%;
  margin-right: 2%;
  margin-top: 40px;
  padding: 16px;
  border: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.detail-container .job .cont li:nth-child(3n) {
  margin-right: 0;
}
.detail-container .job .cont li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.detail-container .job .cont li .title .tit {
	color: #009b4c;
	font-size: 18px;
	font-weight: bold;
}
.detail-container .job .cont li .title .money {
	color: red;
	font-size:16px;
	margin-left: auto;
}
.detail-container .job .cont li .add {
	color: #333;
	font-size:16px;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
}
.detail-container .job .cont li .duty {
	color: #777;
	font-size:14px;
	line-height: 1.5;
	margin-bottom: 1em;
	text-align: left;
	text-align: justify;
}
.detail-container .job .cont li .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}
.detail-container .job .cont li .tags .tag {
	color: #009b4c;
	font-size: 13px;
	line-height: 1;
	border: 1px solid #009b4c;
	padding: 0.25em 0.35em;
	margin-right: 10px;
}
.detail-container .job .cont li .tags .tag:last-child {
	margin-right: 0;
}
.detail-container .paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.detail-container .paging a {
  width: 32px;
  height: 32px;
  color: #4f4f4f;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  margin: 0 6px;
}
.detail-container .paging a .iconfont {
  font-size: 28px;
}
.detail-container .paging .num {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.detail-container .paging .num:nth-of-type(1) {
  animation-delay: 0.1s;
}
.detail-container .paging .num:nth-of-type(2) {
  animation-delay: 0.2s;
}
.detail-container .paging .num:nth-of-type(3) {
  animation-delay: 0.3s;
}
.detail-container .paging .num:nth-of-type(4) {
  animation-delay: 0.4s;
}
.detail-container .paging .num:nth-of-type(5) {
  animation-delay: 0.5s;
}
.detail-container .paging .num:nth-of-type(6) {
  animation-delay: 0.6s;
}
.detail-container .paging .num:nth-of-type(7) {
  animation-delay: 0.7s;
}
.detail-container .paging .num:nth-of-type(8) {
  animation-delay: 0.8s;
}
.detail-container .paging .active {
  background-color: #009b4c;
  color: #fff;
}
.detail-container .paging .prev {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.detail-container .paging .next {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
