@charset "utf-8";
/* CSS Document */
/***** about ****/
.about-introd-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 45px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.about-introd-box .introd-box {
  animation-delay: .4s;
  max-width: 710px;
  padding: 0;
}
.about-introd-box .introd-box .title {
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #221815;
}
.about-introd-box .introd-box .title .en {
  display: block;
  font-size: 30px;
  font-family: Arial;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: bold;
}
.about-introd-box .introd-box .subtitle {
  font-size: 36px;
  line-height: 40px;
  color: #fc4f00;
  font-weight: lighter;
  margin-top: 34px;
}
.about-introd-box .introd-box .subtitle .dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon_02.png) no-repeat center center;
  margin:  0 5px;
}
.about-introd-box .introd-box .det-box {
  margin-top: 18px;
  max-height: 300px;
  overflow: hidden;
}
.about-introd-box .image-box {
  width: 38%;
  max-width: 470px;
  padding-right: 38px;
  padding-bottom: 32px;
  position: relative;
  animation-delay: .4s;
}
.about-introd-box .image-box img {
  width: 100%;
  max-width: 432px;
  display: block;
  position: relative;
  z-index: 10;
}
.about-introd-box .image-box .border {
  width: 90%;
  height: 90%;
  display: block;
  border: solid 1px #fc4f00;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.about-other-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 58px;
}
.about-other-box .other-title {
  display: block;
  font-size: 26px;
  line-height: 36px;
  color: #1a1a1a;
}
.about-other-list {
  overflow: hidden;
  margin: 20px -12px 0;
}
.about-other-item {
  overflow: hidden;
  padding: 0 12px;
}
.about-other-item .item-inner {
  width: 100%;
  height: 442px;
  display: block;
  background: no-repeat center center #f4f4f4;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.about-other-item .item-image {
  width: 100%;
  height: 234px;
}
.about-other-item .item-bd {
  padding: 40px 30px;
}
.about-other-item .item-title {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
.about-other-item .item-desc {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin-top: 18px;
}
.about-other-item .global-viewdet {
  margin-top: 20px;
}
.about-other-item.honor {
  animation-delay: .4s;
}
.about-other-item.hr {
  animation-delay: .6s;
}
.about-other-item.hr .item-image {
  height: 100%;
}
.about-other-item.hr .item-bd {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
/**** 企业文化 ****/
.culture-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 26px;
}
.culture-item {
  height: 308px;
  padding: 0;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  text-align: center;
}
.culture-item .image {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}
.culture-item .item-bd {
  padding-top: 92px;
}
.culture-item .title {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-weight: lighter;
}
.culture-item .desc {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-top: 28px;
  font-weight: bold;
}
.culture-item.values {
  background: #949494;
}
.culture-item.define {
  text-align: left;
  background: #e6e6e6;
}
.culture-item.define .item-bd {
  padding-right: 4.8%;
  padding-left: 14.5%;
}
.culture-item.define .title {
  color: #333;
}
.culture-item.define .desc {
  font-weight: normal;
  color: #333;
}
.culture-item.duty .item-bd {
  width: 50%;
  height: 100%;
  background: #21282e;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.culture-item.vision {
  background: #ff4229;
}
/**** video ****/
.page-video-box .main-box > .global-inner {
  overflow: visible;
}
.video-list {
  overflow: hidden;
  position: relative;
  margin: 40px -3% -15px;
}
.video-list .item {
  padding: 0 3%;
  margin-bottom: 60px;
}
.video-list .item:nth-child(even) {
  animation-delay: .4s;
}
.video-list .item-inner {
  width: 100%;
  position: relative;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.video-list .item-image {
  width: 100%;
  height: 325px;
  display: block;
}
.video-list .item-image:hover .icon-play {
  background-image: url(../images/play_02.png);
}
.video-list .icon-play {
  width: 66px;
  height: 66px;
  display: block;
  background: url(../images/play_01.png) no-repeat center center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: absolute;
  left: 8%;
  bottom: 36px;
  z-index: 20;
}
.video-list .item-bd {
  padding: 20px 6.9% 26px;
  background: #fff;
}
.video-list .item-bd .title {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ie8 .pop-video-box .video-box,
.ie7 .pop-video-box .video-box,
.ie8 .pop-video-box .video-box2,
.ie7 .pop-video-box .video-box2 {
  margin-left: -50%;
  margin-top: -25%;
}
.pop-video-box .video-title {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-top: 35px;
}
/***** honor ****/
.page-honor-box .main-box > .global-inner {
  overflow: visible;
}
.honor-list {
  overflow: hidden;
  margin: 14px -10px -6px;
}
.honor-list .item {
  height: 296px;
  padding: 0 10px;
  margin-bottom: 40px;
}
.honor-list .item:nth-child(4n+2) {
  animation-delay: .4s;
}
.honor-list .item:nth-child(4n+3) {
  animation-delay: .6s;
}
.honor-list .item:nth-child(4n+4) {
  animation-delay: .8s;
}
.honor-list .item-inner {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor-list .item-inner:hover {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
  margin-top: -10px;
}
.honor-list .item-image {
  width: 100%;
  height: 224px;
  overflow: hidden;
  position: relative;
}
.honor-list .item-image .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: contain;
}
.honor-list .item-bd {
  height: 72px;
  padding: 10px 8%;
  text-align: center;
}
.honor-list .item-title {
  height: 48px;
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
/**** news ****/
.news-list-box {
  overflow: hidden;
  margin: 0 0 50px;
}
.news-list-box .item {
  overflow: hidden;
  border-bottom: solid 1px #d9d9d9;
  padding: 55px 0 54px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-list-box .item:hover {
  background: #f3f3f3;
}
.news-list-box .item:hover .item-title a {
  transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
  color: #fc4500;
}
.news-list-box .item:first-child {
  padding-top: 32px;
}
.news-list-box .item-date {
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 40px;
}
.news-list-box .item-date .day {
  font-size: 36px;
  line-height: 40px;
  color: #333;
}
.news-list-box .item-date .ym {
  font-size: 16px;
  line-height: 20px;
  color: #999;
}
.news-list-box .item-table {
  width: 100%;
  display: table;
  position: relative;
  padding-left: 14.5%;
}
.news-list-box .item-image {
  width: 300px;
  height: 200px;
  padding: 0;
  float: left;
  margin-right: 84px;
}
.news-list-box .item-bd {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}
.news-list-box .item-title {
  height: 30px;
  display: block;
  overflow: hidden;
  font-size: 24px;
  line-height: 30px;
  color: #333;
  margin-top: 30px;
}
.news-list-box .item-title a {
  color: #333;
}
.news-list-box .item-desc {
  max-height: 72px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 20px;
}
.news-list-box .global-viewdet {
  margin-top: 16px;
}
/**** news-det ****/
.newdet-hd {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 54px 0 0;
  border-left: solid 8px #fc4f00;
  padding-left: 8px;
}
.newdet-hd .new-title {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  margin-top: -3px;
}
.newdet-hd .new-date {
  font-size: 16px;
  line-height: 20px;
  color: #666;
  margin-top: 8px;
  margin-bottom: -2px;
}
.newdet-doc {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #474747;
  margin-top: 15px;
}
.newdet-doc p {
  margin-top: 22px;
}
.newdet-doc img {
  max-width: 100%;
}
.newdet-ft {
  overflow: hidden;
  margin-top: 46px;
}
.newdet-ft .row {
  margin-bottom: 20px;
}
.newdet-ctrl {
  width: 100%;
  height: 40px;
  overflow: hidden;
  background: #efefef;
  padding-left: 140px;
  position: relative;
  font-size: 16px;
  line-height: 40px;
  margin-top: 2px;
}
.newdet-ctrl .ctrl {
  width: 100px;
  height: 100%;
  display: block;
  background: #fc4f00;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.newdet-ctrl .title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newdet-ctrl .title a {
  color: #474747;
}
.newdet-ctrl .title a:hover {
  color: #fc4f00;
}
/**** history *****/
.hist-hd {
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #ccc;
  position: relative;
  margin-top: 42px;
  padding-bottom: 6px;
}
.hist-hd .global-inner {
  padding: 0 140px;
}
.hist-year {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  text-align: center;
}
.hist-year .tempWrap {
  margin: 0 auto;
}
.hist-year ul {
  width: 100%;
  overflow: hidden;
}
.hist-year li {
  width: 12.5%;
  max-width: 116px;
  display: inline-block;
  vertical-align: middle;
}
.hist-year li.active a {
  color: #fc4f00;
}
.hist-year li.active .arrow {
  display: block;
}
.hist-year a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 10px;
}
.hist-year a:hover {
  color: #fc4f00;
}
.hist-year .arrow {
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-bottom: solid 8px #fc4f00;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -4px;
  display: none;
}
.hist-ctrl {
  width: 30px;
  height: 20px;
  display: block;
  background: no-repeat center center;
  position: absolute;
  top: 0;
}
.hist-ctrl.prev {
  background-image: url(../images/arrow_06.png);
  left: 0;
}
.hist-ctrl.prev.prevStop {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
}
.hist-ctrl.next {
  background-image: url(../images/arrow_07.png);
  right: 0;
}
.hist-ctrl.next.nextStop {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
}
.hist-bd {
  overflow: hidden;
  margin-top: 52px;
  position: relative;
}
.hist-line {
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  left: 288px;
  top: 0;
  z-index: 10;
}
.hist-line .line {
  width: 1px;
  height: 100%;
  display: block;
  background: #fc4f00;
  margin: 0 auto;
}
.hist-line .line-top {
  width: 4px;
  height: 70px;
  background: url(../images/hist_01.jpg) no-repeat center center #ffffff;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -2px;
}
.hist-line .line-bot {
  width: 4px;
  height: 70px;
  background: url(../images/hist_01.jpg) no-repeat center center #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -2px;
}
.hist-list-item {
  width: 100%;
  min-height: 150px;
  overflow: hidden;
  position: relative;
  border-bottom: solid 1px #e8e8e8;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  padding: 50px 0 50px 284px;
  z-index: 50;
}
.hist-list-item:last-child {
  border-bottom: none;
}
.hist-list-item .item-year {
  width: 284px;
  font-size: 58px;
  line-height: 1;
  color: #ccc;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 48px;
}
.hist-list-item .item-doc li {
  padding: 12px 0 12px 68px;
  background: url(../images/hist_02.png) no-repeat left 20px;
}
/**** 联系我们 ****/
.page-contact-box .main-box {
  padding-top: 40px;
}
.contact-info-box {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  padding: 38px 48px;
}
.contact-info-box .comy-info {
  float: left;
  padding-top: 30px;
}
.contact-info-box .comy-info .company {
  font-size: 26px;
  line-height: 30px;
  color: #333;
}
.contact-info-box .comy-info .addr {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 20px;
}
.contact-info-box .wx {
  width: 125px;
}
.contact-info-box .wx img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.contact-info-box .ways {
  width: 510px;
  margin-right: 30px;
}
.contact-info-box .ways .item {
  float: left;
  min-width: 242px;
  padding: 0 10px 0 56px;
  position: relative;
  margin: 10px 0 20px;
  white-space: nowrap;
  cursor: default;
}
.contact-info-box .ways .item.t3,
.contact-info-box .ways .item.t4 {
  margin-bottom: 0;
}
.contact-info-box .ways .item:hover img {
  animation: moveYFlash 0.5s linear;
  -webkit-animation: moveYFlash 0.5s linear;
  -moz-animation: moveYFlash 0.5s linear;
}
.contact-info-box .ways img {
  width: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}
.contact-info-box .ways .title {
  font-size: 16px;
  color: #333;
}
.contact-info-box .ways .doc {
  font-size: 14px;
  color: #999;
}
.map-box {
  width: 100%;
  height: 476px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
.map-box > img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.BMap_Marker{
  min-width: 10000px;
}
/***** partner ****/
.page-partner-box .main-box {
  padding-bottom: 85px;
}
.partner-hd {
  overflow: hidden;
  padding: 14px 0 14px 45px;
  border-left: solid 10px #f0831e;
  font-size: 24px;
  line-height: 1;
  color: #333;
}
.partner-hd .en {
  font-weight: bold;
  font-size: 36px;
}
.partner-hd .cn {
  margin-top: 12px;
}
.partner-list {
  overflow: hidden;
  margin: 56px -20px 0;
}
.partner-list .item {
  padding: 15px 20px;
}
.partner-list .item-inner {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.partner-list .item-inner:hover .item-det {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.partner-list .item-deft {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-right: 240px;
}
.partner-list .item-logo {
  width: 100%;
  height: 240px;
  display: block;
  overflow: hidden;
  background: no-repeat center center #ffffff;
  background-size: contain;
  position: relative;
  z-index: 20;
}
.partner-list .item-info {
  width: 240px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: #f0831e;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  padding: 20px 20px 10px;
  z-index: 10;
}
.partner-list .item-name {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 48px;
  position: relative;
}
.partner-list .item-name .line {
  width: 46px;
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.partner-list .item-year {
  font-size: 30px;
  line-height: 46px;
  margin-top: 24px;
  font-weight: lighter;
}
.partner-list .item-desc {
  font-size: 14px;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
}
.partner-list .item-det {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 50;
  padding: 45px 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: left .5s linear, opacity .3s linear;
  -webkit-transition: left .5s linear, opacity .3s linear;
}
.partner-list .item-det .title {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
}
.partner-list .item-det .doc {
  max-height: 78px;
  margin-top: 20px;
  overflow: hidden;
}
/***** product ****/
.prod-list {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 14px auto -86px;
}
.prod-list .item {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 86px;
  position: relative;
}
.prod-list .item:nth-child(even) .item-image {
  float: right;
}
.prod-list .item-image {
  padding: 0;
}
.prod-list .imgZoom {
  width: 100%;
  max-width: 700px;
  height: 364px;
}
.prod-list .item-bd {
  padding: 50px 30px 0 60px;
}
.prod-list .item-name {
  font-size: 36px;
  line-height: 40px;
  color: #333;
}
.prod-list .item-name a {
  color: #333;
}
.prod-list .item-name:hover a {
  color: #fc4f00;
}
.prod-list .item-desc {
  margin-top: 32px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  height: 84px;
  overflow: hidden;
}
.prod-list .global-viewdet2 {
  margin-top: 36px;
}
/***** prod-det ****/
.prod-view-box {
  width: 100%;
  height: 385px;
  overflow: hidden;
  background: #f0f0f0;
  position: relative;
  margin: 10px auto 0;
}
.prod-big-box {
  width: 60%;
  max-width: 740px;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.prod-big-box ul{
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.prod-big-box li {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: url('../images/prod_bg.jpg') no-repeat center center;
  background-size: cover;
}
.prod-big-box .image{
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.prod-intord-box {
  width: 40%;
  float: right;
  overflow: hidden;
  padding: 82px 50px 0;
}
.prod-intord-box .prod-name {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
.prod-intord-box .prod-desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 18px;
}
.prod-small-box{
  position: relative;
  margin: 54px 0;
}
.psmall-ctrl{
  width: 10px;
  height: 100%;
  display: block;
  background: no-repeat center center #f0f0f0;
  opacity: .5;
  filter: alpha(opacity = 50);
  cursor: pointer;
  position: absolute;
  top: 0;
}
.psmall-ctrl:hover{
  opacity: 1;
  filter: alpha(opacity = 100);
}
.psmall-ctrl.ctrl-prev{
  background-image: url('../images/arrow_14.png');
  left: -10px;
}
.psmall-ctrl.ctrl-prev.prevStop{
  cursor: default;
}
.psmall-ctrl.ctrl-prev.prevStop:hover{
  opacity: .5;
  filter: alpha(opacity = 50);
}
.psmall-ctrl.ctrl-next{
  background-image: url('../images/arrow_15.png');
  right: -10px;
}
.psmall-ctrl.ctrl-next.nextStop{
  cursor: default;
}
.psmall-ctrl.ctrl-next.nextStop:hover{
  opacity: .5;
  filter: alpha(opacity = 50);
}
.prod-small-list {
  overflow: hidden;
  position: relative;
}
.prod-small-list li {
  width: 25%;
  max-width: 100px;
  float: left;
}
.prod-small-list li.on span {
  display: block;
}
.prod-small-list .inner{
  margin:  0 10px;
  height: 52px;
  display: block;
  overflow: hidden;
  position: relative;
  background: url('../images/prod_bg.jpg') no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
.prod-small-list a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
.prod-small-list span {
  width: 100%;
  height: 100%;
  display: none;
  border: solid 1px #fc4f00;
  position: absolute;
  left: 0;
  top: 0;
}
.prod-det-box {
  font-size: 16px;
  line-height: 30px;
  color: #474747;
  overflow: hidden;
  margin: 54px auto 40px;
}
.prod-det-box .title {
  width: 100%;
  height: 50px;
  background: #f0f0f0;
  font-size: 18px;
  line-height: 50px;
  color: #fc4f00;
  padding: 0 25px;
}
.prod-det-box .prod-det {
  overflow: hidden;
  padding: 0 280px 0 25px;
  margin-top: 22px;
}
.prod-det-box .prod-det li{
  margin-bottom: 10px;
}
/***** result ****/
.result-box {
  width: 100%;
  overflow: hidden;
  margin: 5px auto 0;
}
.result-side {
  width: 276px;
  float: left;
}
.result-side .side-title {
  padding-left: 18px;
  border-left: solid 6px #fc4f00;
  font-size: 18px;
  line-height: 32px;
  color: #333;
}
.result-filter-list {
  overflow: hidden;
  padding: 0 0 0 26px;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  margin-top: 20px;
}
.result-filter-list img {
  width: 7px;
  margin: -2px 12px 0 0;
}
.result-filter-list a {
  color: #333;
}
.result-filter-list li {
  padding: 5px 0;
}
.result-bd {
  width: 740px;
  float: left;
}
.result-bd .page-box {
  text-align: left;
  padding-left: 28px;
}
.result-ctrl-box {
  width: 100%;
  overflow: hidden;
}
.result-ctrl-box .frm-ctrl {
  width: 650px;
  height: 40px;
  display: block;
  font-size: 16px;
  line-height: 38px;
  color: #333;
  padding: 0 50px 0 18px;
  border: solid 1px #e5e5e5;
  position: relative;
  z-index: 1;
  float: left;
  background: url(../images/btn_sch_04.png) no-repeat 97% center #f4f4f4;
}
.result-ctrl-box .frm-btn {
  width: 91px;
  height: 40px;
  display: block;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-left: -1px;
  position: relative;
  z-index: 10;
  background: #fc4f00;
  float: left;
}
.result-ctrl-box .frm-tips {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 0 18px;
  background: #f29742;
  float: left;
  position: relative;
  z-index: 10;
  margin-top: -1px;
}
.org {
  color: #fc4f00;
}
.result-list {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  margin: 36px auto 20px;
}
.result-list .item {
  padding: 24px 0 14px;
  border-bottom: solid 1px #e5e5e5;
}
.result-list .item.new .global-viewdet {
  float: right;
}
.result-list .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  line-height: 34px;
  color: #333;
}
.result-list .item-title a {
  color: #333;
}
.result-list .item-desc {
  max-height: 72px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 16px;
}
.result-list .item-ft {
  width: 100%;
  overflow: hidden;
  margin-top: 14px;
}
.result-list .item-date {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  float: left;
}
/***** 加入我们 ****/
.talent-concept-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 45px auto 0;
  font-size: 14px;
  line-height: 28px;
  color: #6e6e6e;
}
.talent-concept-box .row {
  width: 100%;
  height: 400px;
  display: block;
  overflow: hidden;
  position: relative;
}
.talent-concept-box .image-box {
  width: 50%;
  height: 100%;
  padding: 0;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}
.talent-idea {
  background: #f3f3f3;
}
.talent-idea .txt-box {
  width: 32.3%;
  min-width: 450px;
  max-width: 620px;
  height: 100%;
  margin-left: 2.5%;
  position: relative;
}
.talent-idea .txt-box img {
  width: 73.4%;
  max-width: 455px;
  display: block;
  margin: 60px auto 0;
}
.talent-idea .txt-box .doc {
  margin-top: 32px;
}
.talent-adv .txt-box {
  width: 442px;
  height: 100%;
  position: relative;
  margin-right: 14%;
}
@media screen and (max-width: 1366px) {
  .talent-adv .txt-box {
    margin-right: 8%;
  }
}
.talent-adv .txt-box .title {
  width: 100%;
  height: 66px;
  overflow: hidden;
  text-align: center;
  font-size: 30px;
  line-height: 65px;
  color: #fc4f00;
  margin-top: 48px;
  position: relative;
}
.talent-adv .txt-box .title .line {
  width: 82px;
  height: 1px;
  background: #999;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -41px;
}
.talent-adv .txt-box .doc {
  margin-top: 14px;
  line-height: 32px;
  color: #6e6e6e;
}
.hr-box {
  margin-top: 70px;
}
.hr-box .page-title {
  font-weight: bold;
  text-align: center;
}
.hr-list-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 25px;
}
.hr-list-box .td {
  padding: 0 20px;
  float: left;
}
.hr-list-box .job {
  width: 24%;
}
.hr-list-box .depart {
  width: 20%;
}
.hr-list-box .num {
  width: 21%;
}
.hr-list-box .time {
  width: 24%;
}
.hr-list-box .det {
  width: 11%;
}
.hr-list-bd {
  overflow: hidden;
  margin-bottom: -1px;
}
.hr-list-hd {
  width: 100%;
  height: 50px;
  background: #fc4f00;
  padding: 0 20px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
}
.hr-item-row {
  overflow: hidden;
}
.hr-item-row.active .hr-item-hd .arrow {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* Firefox 4 */
  -webkit-transform: rotate(90deg);
}
.hr-item-hd {
  width: 100%;
  height: 70px;
  background: #fff;
  overflow: hidden;
  padding: 0 20px;
  border-bottom: solid 1px #d7d6d6;
  font-size: 16px;
  line-height: 70px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
.hr-item-hd .arrow {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/arrow_10.png) no-repeat center center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hr-item-bd {
  width: 100%;
  display: none;
  overflow: hidden;
  padding: 0 40px 72px;
  background: #f4f3f3;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.hr-item-bd .job-condts {
  width: 100%;
  overflow: hidden;
  padding: 16px 0 2px;
  border-bottom: solid 1px #bfbfbf;
}
.hr-item-bd .job-condts .condt {
  width: 340px;
  float: left;
  margin-bottom: 10px;
}
.hr-item-bd .job-det {
  margin-top: 2px;
  overflow: hidden;
}
.hr-item-bd .job-det h5 {
  font-weight: bold;
  margin: 8px 0 6px;
}
.staff-box {
  width: 100%;
  overflow: hidden;
  margin-top: 95px;
}
.staff-hd {
  width: 100%;
  height: 164px;
  display: block;
  text-align: center;
  font-size: 1em;
  line-height: 24px;
  color: #fff;
  background: url(../images/join_04.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.staff-hd .page-title {
  font-weight: bold;
  color: #fff;
  margin-top: 34px;
}
.staff-hd .desc {
  margin-top: 7px;
}
.staff-bd {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.staff-bd li {
  width: 25%;
  height: 288px;
  display: block;
  padding: 1px;
  float: left;
  position: relative;
}
.staff-bd .inner {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.staff-bd .inner:hover .zhe {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.staff-bd .inner:hover .title {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s linear 0.4s;
  -o-transition: all 0.4s linear 0.4s;
  -ms-transition: all 0.4s linear 0.4s;
  -moz-transition: all 0.4s linear 0.4s;
  transition: all 0.4s linear 0.4s;
}
.staff-bd .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}
.staff-bd .zhe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(50, 51, 58, 0.5);
  opacity: 1;
  -webkit-transition: all 0.4s linear 0.4s;
  -o-transition: all 0.4s linear 0.4s;
  -ms-transition: all 0.4s linear 0.4s;
  -moz-transition: all 0.4s linear 0.4s;
  transition: all 0.4s linear 0.4s;
  z-index: 20;
}
.staff-bd .title {
  width: 100%;
  height: 75px;
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  line-height: 75px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: -75px;
  z-index: 20;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background: url(../images/join_05.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  filter: alpha(opacity=0);
}
.pop-staff-box {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.pop-staff-box .pop-close {
  margin-left: 20px;
}
.pop-staff-box .pop-inner {
  width: 50%;
  max-width: 972px;
}
.pop-staff-box img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0a uto;
}
.pop-staff-box .title {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-top: 26px;
}
.pop-staff-box .desc {
  margin-top: 20px;
}
