/* 清除浮动 */
/* 圆角 */
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #f30;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*常用字号*/
/*常用颜色*/
/* 圆角  */
/*边框圆角*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
@font-face {
  font-family: 'icomoon';
  src: url('./fonts/icomoon.eot?-bpt1ef');
  src: url('./fonts/icomoon.eot?#iefix-bpt1ef') format('embedded-opentype'), url('./fonts/icomoon.ttf?-bpt1ef') format('truetype'), url('./fonts/icomoon.woff?-bpt1ef') format('woff'), url('./fonts/icomoon.svg?-bpt1ef#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'icomoon';
  src: url('./fonts/icomoon.eot?z6i63c');
  src: url('./fonts/icomoon.eot?#iefixz6i63c') format('embedded-opentype'), url('./fonts/icomoon.woff?z6i63c') format('woff'), url('./fonts/icomoon.ttf?z6i63c') format('truetype'), url('./fonts/icomoon.svg?z6i63c#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  overflow-x: hidden;
}
a,
li,
h3,
span {
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
}
.wrap {
  *zoom: 1;
  zoom: 1;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 30px 10px;
}
.wrap:after {
  content: " ";
  clear: both;
  display: table;
}
@media (min-width: 1200px) {
  .wrap {
    padding: 60px 0px;
  }
}
.ky_title {
  *zoom: 1;
  zoom: 1;
  color: #333;
  font-size: 18px;
  width: 100%;
}
.ky_title:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_title a {
  float: right;
  font-size: 14px;
}
.ky_title a i {
  color: #999;
  font-size: 16px;
  margin-left: 5px;
}
.ky_title a:hover,
.ky_title a:hover i {
  color: #ff4200;
}
@media (min-width: 1200px) {
  .ky_title {
    font-size: 30px;
  }
  .ky_title a {
    margin-top: 10px;
  }
}
a,
li,
h3,
span {
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    /*初始状态 透明度为0*/
  }
  50% {
    opacity: 0.5;
    /*中间状态 透明度为0*/
  }
  100% {
    opacity: 1;
    /*结尾状态 透明度为1*/
  }
}
.adsbanner {
  *zoom: 1;
  zoom: 1;
  width: 100%;
  text-align: center;
  padding: 30px 0px;
  background: url(../images/gybanner.jpg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.adsbanner:after {
  content: " ";
  clear: both;
  display: table;
}
.adsbanner img {
  max-width: 100%;
}
.ky_stuttl {
  width: 100%;
  text-align: center;
}
.ky_stuttl span {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  display: block;
  margin-bottom: 8px;
}
.ky_stuttl img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .ky_stuttl span {
    font-size: 30px;
  }
}
.ab_intro {
  *zoom: 1;
  zoom: 1;
  padding: 40px 10px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: auto;
}
.ab_intro:after {
  content: " ";
  clear: both;
  display: table;
}
.ab_intro .ai_jian {
  margin-top: 50px;
}
.ab_intro .ai_jian span {
  text-align: center;
  display: block;
}
.ab_intro .ai_jian img {
  max-width: 100%;
  margin: auto;
}
.ab_intro .ai_jian .pic2 {
  display: none;
}
.ab_intro .ai_jian .pic1 {
  display: block;
}
.ab_intro .ai_jian section {
  margin-top: 20px;
  color: #333;
}
.ab_intro .ai_jian section p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 15px;
  text-indent: 2em;
}
.ab_intro .ai_jian section h2 {
  font-size: 18px;
  font-weight: bold;
  text-indent: 2em;
}
@media (min-width: 768px) {
  .ab_intro .ai_jian span {
    float: left;
  }
  .ab_intro .ai_jian img {
    width: 300px;
  }
  .ab_intro .ai_jian section {
    overflow: hidden;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .ab_intro {
    padding: 70px 0px;
  }
  .ab_intro .ai_jian {
    margin-top: 35px;
  }
  .ab_intro .ai_jian img {
    width: auto;
  }
  .ab_intro .ai_jian .pic1 {
    display: none;
  }
  .ab_intro .ai_jian .pic2 {
    display: block;
  }
  .ab_intro .ai_jian section {
    margin-left: -217px;
    float: left;
    width: 677px;
    padding: 25px;
    box-sizing: border-box;
    background: #f9f9f9;
  }
  .ab_intro .ai_jian section p {
    text-align: justify;
  }
}
.ab_honor {
  *zoom: 1;
  zoom: 1;
  display: none;
  position: relative;
  padding-top: 70px;
  background: url(../images/bgg_02.jpg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  box-sizing: border-box;
  height: 725px;
}
.ab_honor:after {
  content: " ";
  clear: both;
  display: table;
}
.ab_honor .ky_stuttl span {
  color: #fff;
}
.ab_honor ul {
  *zoom: 1;
  zoom: 1;
  position: relative;
  width: 878px;
  height: 485px;
  top: 50%;
  left: 50%;
  margin-top: -267px;
  margin-left: -323px;
  background: url(../images/quxian_03.png) no-repeat center center;
}
.ab_honor ul:after {
  content: " ";
  clear: both;
  display: table;
}
.ab_honor li {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: #fffc00;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ab_honor li em {
  color: #fffc00;
  position: absolute;
  margin: -20px 0px 0px 20px;
}
.ab_honor li:hover,
.ab_honor li.selected {
  background: #907377;
  border: 3px solid #fffc00;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.ab_honor li:hover em,
.ab_honor li.selected em {
  font-size: 24px;
  font-weight: bold;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.ab_honor li:first-child {
  left: 8%;
  top: 12%;
}
.ab_honor li:nth-child(2) {
  left: 13%;
  top: 21%;
}
.ab_honor li:nth-child(3) {
  left: 21%;
  top: 31%;
}
.ab_honor li:nth-child(4) {
  left: 42.8%;
  top: 36%;
}
.ab_honor li:nth-child(5) {
  left: 57%;
  top: 53%;
}
.ab_honor li:nth-child(6) {
  left: 64%;
  top: 58%;
}
.ab_honor li:nth-child(7) {
  left: 76%;
  top: 69%;
}
.ab_honor li:nth-child(8) {
  left: 93%;
  top: 91%;
}
.ab_honor section {
  *zoom: 1;
  zoom: 1;
  display: block;
  position: absolute;
  right: 50%;
  top: 25%;
  margin-right: -600px;
  -webkit-animation-name: fadeIn;
  /*动画名称*/
  -webkit-animation-duration: 0.5s;
  /*动画持续时间*/
  -webkit-animation-iteration-count: 1;
  /*动画次数*/
  -webkit-animation-delay: 0s;
  /*延迟时间*/
}
.ab_honor section:after {
  content: " ";
  clear: both;
  display: table;
}
.ab_honor section p {
  width: 490px;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-animation-name: fadeIn;
  /*动画名称*/
  -webkit-animation-duration: 0.5s;
  /*动画持续时间*/
  -webkit-animation-iteration-count: 1;
  /*动画次数*/
  -webkit-animation-delay: 0s;
  /*延迟时间*/
  padding: 10px 20px;
  border: 1px solid #b1a5a9;
  color: #fff;
  display: none;
  font-size: 14px;
  padding-left: 40px;
}
.ab_honor section p:first-child {
  border: none;
}
.ab_honor section p i {
  margin: 0 13px 0 -20px;
  font-size: 20px;
}
.ab_honor section p.selected {
  display: block;
}
@media (min-width: 1200px) {
  .ab_honor {
    display: block;
  }
}
.ab_history {
  *zoom: 1;
  zoom: 1;
  padding: 40px 10px;
  box-sizing: border-box;
}
.ab_history:after {
  content: " ";
  clear: both;
  display: table;
}
.ab_history section {
  *zoom: 1;
  zoom: 1;
  margin-top: 60px;
}
.ab_history section:after {
  content: " ";
  clear: both;
  display: table;
}
.ab_history .boxsrc {
  margin-top: 30px;
}
@media (max-width: 1099px) {
  .ab_history .boxsrc {
    overflow-x: scroll;
  }
}
.ab_history ul {
  max-width: 1050px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.ab_history ul .li9 h4{
  display:none;
}
.ab_history ul .li9 .imgs{
  height: 17.2rem;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.ab_history ul .li9 .imgs img{
  width:80%;
  height:120px;
  margin: 0 auto;
}
.ab_history ul li {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -moz-flex-shrink: 0;
  font-size: 16px;
  width: 14.58333333em;
  box-sizing: border-box;
  margin-right: 0.625em;
  padding: 2.08333333em 1.04166667em 1.25em;
  border-top: 4px solid #0d5efc;
  background-color: #ffffff;
  box-shadow: 0px 0.16666667em 0.83333333em 0px rgba(127, 127, 127, 0.13);
  border-radius: 0.33333333em;
  -moz-border-radius: 0.33333333em;
  -webkit-border-radius: 0.33333333em;
  -ms-border-radius: 0.33333333em;
  -o-border-radius: 0.33333333em;
}
@media (max-width: 1099px) {
  .ab_history ul li {
    padding-top: 1em;
    margin-top: 1em;
  }
}
.ab_history ul li .p01_top {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 0.83333333em;
}
.ab_history ul li .p01_top > img {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -moz-flex-shrink: 0;
  margin-left: 0.5em;
  margin-right: 0.625em;
}
@media (max-width: 1099px) {
  .ab_history ul li .p01_top > img {
    width: auto;
    height: 1.66666667em;
  }
}
.ab_history ul li .p01_top .p01_tr h3 {
  font-size: 1em;
  font-weight: bold;
  color: #353535;
}
.ab_history ul li .p01_top .p01_tr p {
  font-size: 0.75em;
  color: #666666;
}
.ab_history ul li h4 {
  font-size: 0.58333333em;
  line-height: 2.14285714em;
  height: 12.85714286em;
  text-align: justify;
  color: #888888;
  margin-bottom: 1.07142857em;
}
@media (max-width: 1099px) {
  .ab_history ul li h4 {
    width: auto;
    height: 15em;
  }
}
/* .ab_history ul .li9 h4 {
  display:none
  justify-content: space-between;
} */
.ab_history ul li .imgs {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.ab_history ul li .imgs > img {
  width: 48%;
  height: 80px;
}
@media (min-width: 1100px) {
  .ab_history ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ab_history ul li {
    width: 30.5%;
    font-size: 24px;
    margin-right: 0;
    margin-bottom: 1.66666667em;
  }
  .ab_history ul li:nth-of-type(7),
  .ab_history ul li:nth-of-type(8),
  .ab_history ul li:nth-of-type(9) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .ab_history {
    padding: 70px 0px;
  }
}
.ab_huanj {
  *zoom: 1;
  zoom: 1;
  display: none;
  background: #e1e2e7;
  padding: 40px 0px 0px;
}
.ab_huanj:after {
  content: " ";
  clear: both;
  display: table;
}
.ab_huanj .allpic {
  width: 100%;
  *zoom: 1;
  zoom: 1;
  width: 1920px;
  height: 524px;
  overflow: hidden;
  margin: 60px auto 0px;
}
.ab_huanj .allpic:after {
  content: " ";
  clear: both;
  display: table;
}
.ab_huanj .allpic section {
  position: fixed;
  display: none;
  width: 800px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ab_huanj .allpic section div img {
  width: 100%;
}
.ab_huanj .allpic section i {
  cursor: pointer;
  position: absolute;
  right: -47px;
  top: 0px;
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-background: rgba(0, 0, 0, 0.3);
  -moz-background: rgba(0, 0, 0, 0.3);
  -ms-background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
}
.ab_huanj .allpic section div {
  display: none;
}
.ab_huanj ul {
  *zoom: 1;
  zoom: 1;
}
.ab_huanj ul:after {
  content: " ";
  clear: both;
  display: table;
}
.ab_huanj li {
  width: 384px;
  float: left;
  position: relative;
  text-align: center;
  display: inline-block;
  overflow: hidden;
}
.ab_huanj li a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.ab_huanj li img {
  float: left;
  width: 100%;
}
.ab_huanj li span {
  cursor: pointer;
  display: none;
  position: absolute;
  text-align: center;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 66, 0, 0.7);
  -webkit-background: rgba(255, 66, 0, 0.7);
  -moz-background: rgba(255, 66, 0, 0.7);
  -ms-background: rgba(255, 66, 0, 0.7);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.ab_huanj li span i {
  color: #fff;
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ab_huanj li:hover span {
  display: block;
  -webkit-animation-name: fadeIn;
  /*动画名称*/
  -webkit-animation-duration: 0.5s;
  /*动画持续时间*/
  -webkit-animation-iteration-count: 1;
  /*动画次数*/
  -webkit-animation-delay: 0s;
  /*延迟时间*/
}
@media (min-width: 1200px) {
  .ab_huanj {
    display: block;
    padding-top: 70px;
  }
}
.ab_culture {
  padding: 35px 10px 0;
  background: #e1e2e7;
}
.ab_culture section {
  max-width: 1200px;
  margin: 35px auto 0;
  background: url(../images/ab_culture-1.jpg) center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  overflow: auto;
}
.ab_culture section div {
  min-width: 620px;
  *zoom: 1;
  zoom: 1;
}
.ab_culture section div:after {
  content: " ";
  clear: both;
  display: table;
}
.ab_culture section div a {
  display: block;
  width: 145px;
  height: 145px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  float: right;
  padding-top: 20px;
  box-sizing: border-box;
  color: #fff;
}
.ab_culture section div a i {
  font-size: 50px;
}
.ab_culture section div a h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
}
.ab_culture section div a p {
  font-size: 12px;
}
.ab_culture section .ab_two a:nth-of-type(1) {
  margin-right: 145px;
  background: rgba(255, 255, 255, 0.6);
  color: #444;
}
.ab_culture section .ab_three a:nth-of-type(1),
.ab_culture section .ab_three a:nth-of-type(3) {
  background: rgba(255, 255, 255, 0.6);
  color: #444;
}
.ab_culture section .ab_three a:nth-of-type(2) {
  margin-left: 145px;
}
@media (min-width: 768px) {
  .ab_culture {
    padding: 50px 10px 0;
  }
  .ab_culture section {
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  .ab_culture {
    padding: 75px 10px 0;
  }
  .ab_culture section {
    margin-top: 60px;
  }
}
.ab_join {
  padding: 35px 0 0;
  background-color: #e1e2e7;
}
.ab_join .ab_center {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.ab_join section {
  margin-top: 130px;
  box-sizing: border-box;
  background-color: #fff;
}
.ab_join section .ab_l .ab_pic {
  height: 130px;
  text-align: center;
}
.ab_join section .ab_l .ab_pic img {
  max-width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ab_join section .ab_l p {
  display: none;
  font-size: 16px;
  line-height: 26px;
  position: absolute;
  left: 46%;
  top: -144px;
}
.ab_join section .ab_l p span {
  display: block;
  color: #333;
}
.ab_join section .ab_job {
  background-color: #e1e2e7;
  padding: 25px;
}
.ab_join section .ab_job h3 {
  display: block;
  height: 31px;
  font-size: 24px;
  margin-bottom: 25px;
  *zoom: 1;
  zoom: 1;
}
.ab_join section .ab_job h3:after {
  content: " ";
  clear: both;
  display: table;
}
.ab_join section .ab_job h3 b,
.ab_join section .ab_job h3 img {
  float: left;
  color: #333;
}
.ab_join section .ab_job h3 img {
  display: inline-block;
  margin-left: 10px;
}
.ab_join section .ab_job article {
  box-sizing: border-box;
}
.ab_join section .ab_job article p {
  line-height: 24px;
  font-size: 15px;
  color: #333;
}
.ab_join section .ab_job article a {
  display: block;
  width: 165px;
  border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border: 1px solid #ff4200;
  text-align: center;
  padding-left: 20px;
  box-sizing: border-box;
  margin-top: 25px;
  color: #ff4200;
  *zoom: 1;
  zoom: 1;
}
.ab_join section .ab_job article a:after {
  content: " ";
  clear: both;
  display: table;
}
.ab_join section .ab_job article a span,
.ab_join section .ab_job article a img {
  display: block;
  float: left;
}
.ab_join section .ab_job article a span {
  line-height: 28px;
}
.ab_join section .ab_job article a img {
  margin-left: 8px;
}
.ab_join section .ab_job article a .jian {
  display: none;
}
.ab_join section .ab_job article a:hover {
  background: #ff4200;
  color: #fff;
}
.ab_join section .ab_job article a:hover .jian {
  display: block;
}
.ab_join section .ab_job article a:hover .hjian {
  display: none;
}
.ab_join section .ab_delivery {
  padding: 25px;
}
.ab_join section .ab_delivery h4 {
  display: block;
  height: 31px;
  font-size: 18px;
  margin-bottom: 15px;
  *zoom: 1;
  zoom: 1;
}
.ab_join section .ab_delivery h4:after {
  content: " ";
  clear: both;
  display: table;
}
.ab_join section .ab_delivery h4 b,
.ab_join section .ab_delivery h4 img {
  float: left;
  color: #333;
}
.ab_join section .ab_delivery h4 img {
  display: inline-block;
  margin-left: 8px;
}
.ab_join section .ab_delivery article {
  box-sizing: border-box;
}
.ab_join section .ab_delivery article p {
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.ab_join section .ab_delivery article p i {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  border: 1px solid #4d5670;
  color: #4d5670;
  line-height: 24px;
  float: left;
  margin: 5px 8px 0 0;
}
@media (min-width: 414px) {
  .ab_join section {
    margin-top: 160px;
  }
  .ab_join section .ab_l .ab_pic {
    height: 160px;
  }
}
@media (min-width: 480px) {
  .ab_join section {
    max-width: 460px;
    margin: 190px auto 0;
  }
  .ab_join section .ab_l .ab_pic {
    height: 190px;
  }
}
@media (min-width: 980px) {
  .ab_join {
    padding-top: 75px;
  }
  .ab_join section {
    max-width: none;
    *zoom: 1;
    zoom: 1;
  }
  .ab_join section:after {
    content: " ";
    clear: both;
    display: table;
  }
  .ab_join section .ab_l,
  .ab_join section .ab_r {
    width: 48%;
    float: left;
  }
  .ab_join section .ab_l {
    margin-right: 4%;
  }
  .ab_join section .ab_l p {
    padding-left: 20px;
    display: block;
  }
  .ab_join section .ab_r {
    height: 260px;
    position: relative;
    *zoom: 1;
    zoom: 1;
  }
  .ab_join section .ab_r:after {
    content: " ";
    clear: both;
    display: table;
  }
  .ab_join section .ab_r .ab_job {
    padding: 30px;
    background: #fff;
    margin-top: -145px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .ab_join section .ab_r .ab_job h3 {
    margin-bottom: 40px;
  }
  .ab_join section .ab_r .ab_job a {
    margin-top: 35px;
  }
  .ab_join section .ab_r .ab_delivery {
    position: absolute;
    left: -79px;
    top: 0;
  }
}
@media (min-width: 768px) {
  .ab_new {
    padding-top: 50px;
  }
}
.p08_txt {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  margin-top: 20px;
}
.p08_txt img {
  max-width: 458px;
  width: 40.8%;
}
.p08_txt dl {
  max-width: 581px;
  width: 52.5%;
  font-size: 14px;
}
.p08_txt dl dd {
  margin: 15px 0;
}
.p08_txt dl dd h3 {
  font-size: 1.42857143em;
  font-weight: 600;
  color: #353535;
  margin-bottom: 8px;
}
.p08_txt dl dd p {
  color: #555555;
  padding-left: 1.21428571em;
  padding-right: 1.21428571em;
  line-height: 2.14285714em;
  position: relative;
  text-align: justify;
}
.p08_txt dl dd p::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.92857143em;
  width: 0.42857143em;
  height: 0.42857143em;
  background-color: #fe7b74;
}
.p08_txt dl dd p a {
  font-weight: 600;
  font-size: 1.1em;
}
@media (min-width: 769px) {
  .swiper-container2 {
    display: none;
  }
}
@media (max-width: 768px) {
  padding-top: 4%;
  padding-bottom: 10%;
  .p08_txt {
    padding: 15px;
  }
  .p08_txt img {
    display: none;
  }
  .p08_txt dl {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
  }
  .p08_txt dl dd {
    margin: 10px 0;
  }
  .p08_txt dl dd p {
    padding-right: 0;
  }
}
@media (max-width: 414px) {
  .p08_txt dl {
    font-size: 12px;
  }
  .p08_txt dl dd {
    margin: 10px 0;
  }
  .p08_txt dl dd p {
    padding-right: 0;
  }
}
.ab_contact {
  padding: 35px 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.ab_contact .ab_c {
  height: 0;
  overflow: hidden;
}
.ab_contact .ky_stuttl span {
  color: #fff;
}
.ab_contact ul {
  max-width: 577px;
  margin: 30px auto 0;
  *zoom: 1;
  zoom: 1;
}
.ab_contact ul:after {
  content: " ";
  clear: both;
  display: table;
}
.ab_contact ul li {
  color: #fff;
  font-size: 18px;
  float: left;
  padding-bottom: 6px;
  margin-right: 25px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  display: none;
}
.ab_contact ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.ab_contact ul .ab_selected,
.ab_contact ul li:hover {
  border-color: #ff4200;
  color: #ff4200;
  display: block;
}
.ab_contact article {
  display: none;
  max-width: 577px;
  margin: 35px auto 0;
  color: #fff;
}
.ab_contact article div {
  margin-top: 20px;
}
.ab_contact article div h3 {
  border-left: 4px solid #ff4200;
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
  line-height: 18px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.ab_contact article div p {
  line-height: 30px;
  font-size: 15px;
}
.ab_contact .ab_current {
  display: block;
}
.ab_c0 {
  background-image: url(../images/ab_contact-bg0.jpg);
}
.ab_c1 {
  background-image: url(../images/ab_contact-bg1.jpg);
}
.ab_c2 {
  background-image: url(../images/ab_contact-bg2.jpg);
}
.ab_c3 {
  background-image: url(../images/ab_contact-bg3.jpg);
}
.ab_c4 {
  background-image: url(../images/ab_contact-bg4.jpg);
}
@media (min-width: 768px) {
  .ab_contact {
    padding: 50px 10px;
  }
  .ab_contact ul {
    margin-top: 45px;
  }
  .ab_contact article {
    margin-top: 50px;
  }
  .ab_contact article div {
    margin-top: 30px;
  }
  .ab_contact article div h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 980px) {
  .ab_contact ul {
    max-width: 817px;
  }
  .ab_contact ul li {
    margin-right: 85px;
  }
  .ab_contact article {
    max-width: 1000px;
    *zoom: 1;
    zoom: 1;
  }
  .ab_contact article:after {
    content: " ";
    clear: both;
    display: table;
  }
  .ab_contact article div {
    width: 46%;
    height: 250px;
    float: left;
  }
  .ab_contact article div:nth-of-type(2n+1) {
    margin-right: 8%;
  }
}
@media (min-width: 1200px) {
  .ab_contact {
    padding: 75px 10px;
  }
}
.ab_opinion {
  padding: 35px 10px;
}
.ab_opinion .submit {
  max-width: 660px;
  margin: 25px auto 0;
}
.ab_opinion .submit input {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #b2b2b2;
  background: #fafafa;
  padding: 0 8px;
  color: #999;
  font-size: 16px;
  box-sizing: border-box;
}
.ab_opinion .submit textarea {
  width: 100%;
  height: 100px;
  resize: none;
  margin-top: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 8px;
  color: #999;
  font-size: 16px;
  background: #fafafa;
  box-sizing: border-box;
}
.ab_opinion .submit button {
  width: 100%;
  height: 40px;
  background: #ff4200;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 17px;
  border: 1px solid #ff4200;
  margin-top: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.ab_opinion .submit button:hover {
  background: #ffc1ab;
  color: #ff4200;
  -webkit-animation-name: fadeIn;
  /*动画名称*/
  -webkit-animation-duration: 0.5s;
  /*动画持续时间*/
  -webkit-animation-iteration-count: 1;
  /*动画次数*/
  -webkit-animation-delay: 0s;
  /*延迟时间*/
}
@media (min-width: 640px) {
  .ab_opinion {
    padding: 50px 10px;
  }
  .ab_opinion .submit {
    *zoom: 1;
    zoom: 1;
  }
  .ab_opinion .submit:after {
    content: " ";
    clear: both;
    display: table;
  }
  .ab_opinion .submit input,
  .ab_opinion .submit button {
    width: 48%;
    float: left;
  }
  .ab_opinion .submit input:nth-of-type(1),
  .ab_opinion .submit button:nth-of-type(1) {
    margin-right: 4%;
  }
  .ab_opinion .submit textarea {
    height: 200px;
    margin: 28px 0 18px;
  }
}
@media (min-width: 1200px) {
  .ab_opinion {
    padding: 75px 10px;
  }
  .ab_opinion .submit {
    margin-top: 40px;
  }
}
.ab_sidebar {
  *zoom: 1;
  zoom: 1;
  width: 105px;
  height: 500px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-background: rgba(255, 255, 255, 0.3);
  -ms-background: rgba(255, 255, 255, 0.3);
  -moz-background: rgba(255, 255, 255, 0.3);
  position: fixed;
  left: 10px;
  top: 70px;
  z-index: 999;
  padding-left: 12px;
  padding-top: 8px;
  box-sizing: border-box;
  display: none;
}
.ab_sidebar:after {
  content: " ";
  clear: both;
  display: table;
}
.ab_sidebar ul {
  *zoom: 1;
  zoom: 1;
  width: 100%;
  height: 100%;
}
.ab_sidebar ul:after {
  content: " ";
  clear: both;
  display: table;
}
.ab_sidebar li {
  width: 100%;
  display: block;
  height: 14.4%;
  position: relative;
}
.ab_sidebar li img {
  position: absolute;
  display: block;
  left: 0px;
  bottom: 10px;
}
.ab_sidebar li .hxian {
  display: none;
}
.ab_sidebar li a {
  display: block;
  font-size: 18px;
  color: #333;
}
.ab_sidebar li a em {
  display: block;
  font-size: 12px;
}
.ab_sidebar li:hover .hxian {
  display: block;
  -webkit-animation-name: fadeIn;
  /*动画名称*/
  -webkit-animation-duration: 1s;
  /*动画持续时间*/
  -webkit-animation-iteration-count: 1;
  /*动画次数*/
  -webkit-animation-delay: 0s;
  /*延迟时间*/
}
.ab_sidebar li:hover .xian {
  display: none;
}
.ab_sidebar li:hover a {
  color: #ff4200;
  -webkit-animation-name: fadeIn;
  /*动画名称*/
  -webkit-animation-duration: 0.5s;
  /*动画持续时间*/
  -webkit-animation-iteration-count: 1;
  /*动画次数*/
  -webkit-animation-delay: 0s;
  /*延迟时间*/
}
@media (min-width: 1600px) {
  .ab_sidebar {
    position: fixed;
    left: 50%;
    top: 30%;
    margin-left: -750px;
  }
}
