/**********资质荣誉**********/
.bx-wrapper .bx-viewport {background: transparent;}
.honor_slider-bg {
  background: url(../images/img001.jpg) no-repeat center center;
}
.honor_slider ul li .item {
  height: 370px;
  background: #f0f3f8;
  transform: scale(0.6);
  border: 2px solid #85c8a6;
  transition: all 0.3s ease-out 0s;
}
.honor_slider ul li.active .item {
  transform: scale(1);
}
.honor_slider ul li .item .img {
  height: 310px;
  background: #fff;
  position: relative;
}
.honor_slider ul li .item .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.honor_slider ul li .item p {
  line-height: 56px;
  overflow: hidden;
  height: 56px;
  text-align: center;
  color: #589b79;
  background: #e3f3eb;
}
.honor_slider-wrap {
  min-height: 380px;
  margin: 80px 0 50px;
  position: relative;
}
.honor_slider-wrap .honor_slider {
  position: absolute;
  width: 100%;
  visibility: hidden;
}
.honor_slider-wrap .honor_slider.active {
  visibility: visible;
}
.honor_slider .bx-wrapper .bx-prev {
  left: 0px;
  background: url(../images/pager02.png) no-repeat -0px 0px;
}
.honor_slider .bx-wrapper .bx-next {
  right: 0px;
  background: url(../images/pager02.png) no-repeat -92px 0px;
}
.honor-control {
  max-width: 800px;
  margin: 0 auto 50px;
}
.honor-control li {
  float: left;
  width: 100px;
  text-align: center;
  padding-top: 60px;
  line-height: 20px;
  background: url(../images/bg03.png)no-repeat center center;
  cursor: pointer;
  background-size: 100%;
}
.honor-control li.active {
  color: #00a73c;
  font-weight: bold;
  position: relative;
}
.honor-control li.active i {
  display: block;
  width: 19px;
  height: 25px;
  background: url(../images/icon/icon08.png) no-repeat top center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
}

/**********企业文化**********/
.event-wrap {
  padding: 40px;
}
.event-ttl {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #00a73c;
  cursor: pointer;
}
.event-ttl span {
  float: left;
  padding-right: 20px;
  width: 85px;
  background: url(../images/icon/icon13.png) no-repeat right center;
}
.event-ttl i {
  display: inline-block;
  width: 1px;
  background: #e7e9ef;
  height: 40px;
  margin-left: 44px;
}
.event-ttl i.i1 {
  margin-left: 25px;
  width: 40px;
  height: 40px;
  background: url(../images/icon/icon11.png) no-repeat;
}
.event-item {
  padding-left: 32px;
  overflow: hidden;
}
.event-item span {
  float: left;
  color: #003366;
  padding: 5px 19px;
  background: url(../images/icon/icon14.png)no-repeat;
}
.event-item i {
  float: left;
  position: relative;
  background: url(../images/icon/icon12.jpg)no-repeat center center;
  width: 26px;
  height: 26px;
  margin: 0 15px 0 10px;
}
.event-item .p {
  float: left;
  width: 80%;
  line-height: 20px;
  border-left: 1px solid #e7e9ef;
  min-height: 26px;
  margin-left: -29px;
  padding: 4px 0 24px 20px;
}
.event-wrap .border {
  height: 40px;
  border-right: 1px solid #e7e9ef;
  width: 130px;
}
.event-list {
  display: none;
}


/**********人才招聘**********/
.recruit-wrap {
  padding: 40px 0;
}
.recruit-item {
  margin-bottom: 10px;
}
.recruit-item .ttl {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: bold;
  background: #f3f4f7;
  cursor: pointer;
}
.recruit-item .ttl i {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 20px;
  vertical-align: -2px;
  background: url(../images/icon/icon18.png) center -25px;
}
.recruit-item.active .ttl i {
  background-position: 0px 0px;
}
.recruit-item .wrap {
  display: none;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 22px;
}
.recruit-item .wrap .list {
  margin-top: 40px;
}
.recruit-item .wrap .list li {
  float: left;
  margin-right: 30px;
  line-height: 24px;
}
.recruit-item .wrap .list li span {
  color: #ff3136;
  text-decoration: underline;
}
.recruit-item .wrap .list li i {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
.recruit-item .wrap .list li i.i1 {
  background: url(../images/icon/icon16.png);
}
.recruit-item .wrap .list li i.i2 {
  background: url(../images/icon/icon17.png);
}
.recruit-item .btn {
  display: block;
  margin: 40px auto 10px;
  width: 172px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff !important;
  background: #00a73c;
  font-size: 14px;
}

/**********视频**********/
.activeVideo-wrap {
  padding: 80px 0;
  background: url(../images/img002.jpg) no-repeat top center;
}
.activeVideo {
    max-width: 875px;
    margin: 0 auto;
}
.video-bg {
  width: 100%;
  height: 530px;
  background: #f3f4f7;
  padding: 8px 8px 0px 8px;
}
.video-bg video {
  width: 100%;
  max-height: 470px;
}
.video-bg .ttl {
  text-align: center;
  color: #333;
  line-height: 45px;
}
.video-slider {
  margin-top: 40px;
}
.video-slider ul li {
  padding-top: 10px;
}
.video-slider ul li img {
  border: 1px solid #f3f4f7;
  cursor: pointer;
  height: 90px;
  width: 100%
}
.video-slider ul li.active img {
  border: 1px solid #003366;
}
.video-slider ul li p {
  color: #333;
  line-height: 28px;
  text-align: center;
}
.video-slider ul li.active i {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #003366;
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -8px;
}
.video-slider .bx-controls-direction a {
  height: 120px;
  width: 30px;
  top: 10px;
  margin-top: 0;
}
.video-slider .bx-wrapper .bx-prev {
  left: -60px;
  background: #f3f4f7 url(../images/pager03.png) no-repeat 7px center;
}
.video-slider .bx-wrapper .bx-next {
  right: -60px;
  background: #f3f4f7 url(../images/pager03.png) no-repeat -38px center;
}


/**********产业**********/
.workstation {
  padding-top: 40px;
}
.workstation .item {
  margin-bottom: 40px;
  background: #f5f5f5;
}
.workstation .item .img {
  height: 220px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.workstation .item .txt {
  padding: 20px;
}
.workstation .item .txt h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.workstation .item .txt .discript {
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  color: #7c7c7c;
}
.workstation .item .txt .links,
.list-staff .item .link {
  float: right;
  margin-top: 30px;
  border: 1px solid #868686;
  width: 82px;
  height: 22px;
  background: url(../images/icon/icon09.png) no-repeat center 6px;
  transition: all 0.3s ease-out 0s;
}
.workstation .item .txt.col-lg-pull-9 .links {
  float: left;
}
.workstation .item .txt .links:hover,
.list-staff .item .link:hover {
  border-color: #868686;
  background: #868686 url(../images/icon/icon09.png) no-repeat center -9px;
}


/*在线投递简历*/
.resume .row .item dl dd.t1 .select {
  width: 100%;
}
.resume .textarea-ttl {
  display: block;
  padding: 10px;
}
.resume .row .item dl dt {
  width: 25%;
}
.resume .row .item dl dd.t1 {
  width: 73%;
}
.server .row .item dl .textarea {
  border-radius: 4px;
}


/*员工天地*/
.list-staff {
  margin: 20px 0;
}
.list-staff .item {
  padding: 30px 0;
  border-bottom: 1px dashed #dbdbdb;
}
.list-staff .item:last-child {border-bottom: none;}
.list-staff .item .img {
  padding-right: 20px;
}
.list-staff .item .img img {
  width: 260px;
  height: 165px;
}
.list-staff .item .ttl {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.list-staff .item .discript {
  color: #7c7c7c;
  font-size: 12px;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}
.list-staff .item .link {
  float: left;
  margin-top: 20px;
}

/*艺术花苑*/
.list-Art {
  margin: 50px -18px 0;
}
.list-Art .item {
  padding: 0 18px;
  margin-bottom: 35px;
}
.list-Art .item dl dt {
  position: relative;
  margin-bottom: 10px;
}
.list-Art .item dl dt img {
  width: 100%;
  height: 194px;
}
.list-Art .item dl dt i,
.list-Art .item dl dt p {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 36px;
  line-height: 36px;
  width: 100%;
}
.list-Art .item dl dt i {
  background: #000;
  opacity: .5;
}
.list-Art .item dl dt p {
  text-align: left;
  padding-left: 15px;
  z-index: 2;
  color: #fff;
}
.list-Art .item dl dd {
  line-height: 24px;
}
.book-wrap {
  margin: 30px 0;
  height: 800px;
}


/*响应*/



@media (max-width: 640px) {
  .honor_slider ul li {padding: 0 30px;}
  .honor_slider ul li .item {transform: scale(1);}
  .honor-control li {width: 14.28%;}

  .event-wrap {padding: 20px 10px;}
  .event-wrap .border {border: none;height: 20px;}
  .event-item {padding-left: 0;}
  .event-item i,.event-ttl i {display: none;}
  .event-item .p {float: right;width: 75%;border-left: none;padding: 0 0 15px 0;}

  .recruit-item .wrap .list li {margin-bottom: 10px;}
  .recruit-item .btn,.recruit-item .wrap .list {margin-top: 20px;}

  .activeVideo-wrap {padding: 40px 0;}
  .video-bg {height: auto;}
  .video-slider {padding: 0 40px;}
  .video-slider .bx-wrapper .bx-prev {left: -35px;}
  .video-slider .bx-wrapper .bx-next {right: -35px;}
  
  .workstation {padding-top: 20px;}
  .workstation .item .img {height: 160px;}
  .workstation .item {margin-bottom: 15px;}
  
  .workstation .item .txt h2 {font-size: .28rem;}
  .recruit-item .ttl {font-size: .26rem;}
  
  .resume {margin-top: 20px;}
  .resume .row {margin: 0;padding: 0;}

  .list-staff {padding: 0 15px;}
  .list-staff .item .img img {width: 100%;height: 3.73rem;;}
  .list-staff .item .img {padding-right: 0;margin-bottom: 10px;}

  .list-Art {margin: 30px 0 0;}
  .list-Art .item {padding: 0 15px;margin-bottom: 20px;}
  .list-Art .item a img {width: 100%;height: 4.18rem;}
  
  .book-wrap {height: 300px;}
}

.bd_weixin_popup {height: auto !important;}
