@charset "UTF-8";

body,
button,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

.container {
  margin: 0 auto;
  max-width: 1155px;
}

a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

body {
  background: #fff;
  font-family: Microsoft YaHei;
}

.banner img {
  width: 100%;
  display: block;
}

.page-content {
  background: url(img/bg6.jpg) no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding-bottom: 50px;
}

.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 46px;
  padding-bottom: 37px;
}

.nav ul li {
  width: 20.3%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  background: url(img/bg2.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.nav ul li.active {
  background-image: url(img/bg1.png);
}

.content-box {
  color: #2E2E2E;
  font-size: 16px;
  min-height: 300px;
  line-height: 30px;


  /* 20是切片值 */
}

.content-box p {
  text-indent: 2em;
  text-align: justify;
}

.content-box .content-one {
  display: none;
  padding: 40px 33px;
  border: 3px solid transparent;
  background: #fff;
  -o-border-image: url("img/bg4.png") 3 fill;
  border-image: url("img/bg4.png") 3 fill;
  border-radius: 10px;
}

.content-box .content-one.active {
  display: block;
}

.content-box .content-one .img-box {
  width: 50%;
  padding-right: 14px;
  box-sizing: border-box;
  float: left;
}

.content-one img {
  max-width: 100%;
}

.content-box .content-one .img-box:nth-child(2) {
  padding-left: 14px;
  padding-right: 0;
}

.content-box .content-one .img-box img {
  width: 100%;
}

.content-box .content-one .img-box a {
  display: block;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: linear !important;
}

#about {
  position: relative;
  padding: 0;
  border: none;
  margin: 0 auto;
}

#about .about-btn {
  position: absolute;
  bottom: 39px;
  left: 50%;
  transform: translateX(-50%);
  width: 176px;
}

#about img {

  max-width: 100%;
}

#news p {
  text-align: left;
}

#news h3 {
  font-size: 30px;
  line-height: 1.5;
}

#news .news-img {
  width: 382px;
  max-width: 100%;
  float: left;
}

#news .news-img img {
  width: 100%;
  height: 100%;
}

#news .news-list {
  font-size: 18px;
  color: #454545;
  float: left;
  width: calc(100% - 382px);
  padding-left: 40px;
  box-sizing: border-box;
  line-height: 30px;
}

#news .news-list i {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 11px;
  margin-top: 3px;
  background: url(img/a1.jpg) no-repeat;
}

#news .news-list .time {
  width: 100px;
  text-align: right;
  font-size: 16px;
  float: right;
}

#news .news-list .title {
  width: calc(100% - 100px);
  float: left;
  overflow: hidden;
  padding-right: 10px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#news .news-list li {
  margin-bottom: 15px;
}

#news .news-list li:hover {
  color: #3B70C7;
}

#news .news-list li:hover i {
  background: url(img/a2.jpg) no-repeat;
}

.clear {
  clear: both;
}

.img-lists {
  margin-top: 40px;
}

.img-lists img {
  width: 100%;
}

footer {
  background: url(img/bg5.jpg) no-repeat;
  box-sizing: border-box;
  padding-top: 64px;
  padding-bottom: 30px;
  background-size: cover;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

footer .logo {
  float: left;
  width: 185px;
}

footer .contact {
  float: left;

  padding-left: 42px;

}

footer .logo img {
  max-width: 100%;
}

footer .qr-lists {
  float: right;
}

footer .qr {
  float: right;
  width: 104px;
  margin-left: 22px;
  margin-top: -38px;
  text-align: center;
  line-height: 1;
}

footer .qr img {
  width: 100%;
  margin-bottom: 10px;
}

#flow img {
  max-width: 100%;
  margin: 0 auto;
}

#flow .lc1 {
  display: none;
}

#poster {
  padding: 0;
  position: relative;
  background: unset;
}

#poster .job-lists {
  padding: 0 8px;
}

#poster .job-lists .title {
  font-weight: bold;
  font-size: 24px;
  color: #D14228;
  text-align: center;
  padding: 35px 0;
}

#poster .job-lists li {
  padding: 0 18px;
  margin-bottom: 15px;
  width: 50%;
  float: left;
  box-sizing: border-box;
}

#poster .job-lists li div {
  background: #fff;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  color: #202020;
  padding-left: 29px;
  padding-right: 11px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  position: relative;
}

#poster .job-lists li span {
  display: block;
  float: left;
  width: calc(100% - 89px);
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
  box-sizing: border-box;
  white-space: nowrap
}

#poster .job-lists li span.longname {

  font-size: 18px;
  white-space: normal;
  line-height: 1.2;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: calc(100% - 130px);
}

#poster .job-lists li a {
  text-align: center;
  float: right;
  display: block;
  line-height: 40px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  width: 89px;
  background: #D14228;
  border-radius: 5px;
  margin-top: 7.5px;
}

#poster .poster-btn {
  position: absolute;
  bottom: 37px;
  left: 50%;
  transform: translateX(-50%);
}

#gonggao .title_1 {
  font-size: 15pt;
  line-height: 28.0pt;
  text-indent: 32pt;
  font-weight: bold;
}

#gonggao .title_2 {
  text-indent: 32pt;
  font-size: 15pt;
  line-height: 28.0pt;
}

#gonggao p {
  font-size: 15pt;
  line-height: 37px;
  text-indent: 32pt;
  text-align: justify;
  word-break: break-all;
}

#gonggao .tel_2 {
  text-indent: 80pt;
}

@media screen and (max-width: 1200px) {
  .container {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .content-box {
    min-height: unset;
  }
}

.show-md {
  display: block;
}

.show-xs {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #gonggao .title_1 {
    font-size: 13pt;
    line-height: 28.0pt;
    text-indent: 20pt;
  }

  #gonggao .title_2 {
    text-indent: 20pt;
    font-size: 13pt;
  }

  #gonggao p {
    font-size: 13pt;
    line-height: 28px;
    text-indent: 20pt;
  }

  #gonggao .tel_2 {
    text-indent: 20pt;
  }

  .page-content {
    background-image: url(img/bg-2.jpg), url(img/bg-1.jpg);
    background-repeat: no-repeat, repeat-y;
    background-position: center bottom, center top;
    background-size: 100% auto, 100% auto;
  }

  .show-xs {
    display: block !important;
  }

  .show-md {
    display: none !important;
  }

  #news .news-img {
    width: 100%;
  }

  #about .about-btn {
    width: 128px;
    bottom: 42.5px;
  }

  #flow .lc1 {
    display: block;
  }

  #flow .lc2 {
    display: none;
  }

  #poster .poster-btn {
    width: 128px;
    bottom: 12px;
  }

  #poster .job-lists li span {
    padding-right: 0;
  }

  #poster .job-lists li span.longname {
    font-size: 13px;
    line-height: 1.1;   
    width: calc(100% - 112px); 
  }

  #poster .job-lists li span {
    overflow: unset;
    text-overflow: unset;
    font-size: 14px;
    width: calc(100% - 112px);
    line-height: 1.1;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    white-space: normal;
  }

  .nav ul {
    padding: 15px 0;
  }

  .nav ul li {
    width: 24%;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    font-weight: bold;
  }

  .content-box {
    min-height: 300px;
  }

  .content-box .content-one {
    padding: 15px;
  }

  .content-box .content-one .img-box {
    width: 100%;
    padding: 0;
    padding-bottom: 15px;
  }

  .content-box .content-one .img-box:nth-child(2) {
    padding-left: 0;
  }

  #news h3 {
    font-size: 20px;
  }

  #news .news-list {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
  }

  #news .news-list i {
    width: 15px;
    height: 15px;
    margin-top: 7px;
    margin-right: 5px;
    background-size: cover;
  }

  #news .news-list li {
    margin-bottom: 0;
  }

  #news .news-list .time {
    font-size: 12px;
  }

  .img-lists {
    margin-top: 15px;
  }

  #poster .job-lists li {
    width: 100%;
    float: unset;
    padding: 0;
  }

  #poster .job-lists li div {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #poster .job-lists li a {
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    width: 80px;
    margin-top: 5px;
  }

  #poster .job-lists .title {
    padding: 20px 0;
  }

  footer {
    padding-top: 25px;
    padding-bottom: 60px;
    text-align: center;
  }

  footer .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }

  footer .logo img {
    width: 150px;
  }

  footer .contact {
    clear: both;
    font-size: 13px;
    float: unset;
    text-align: left;
    margin-bottom: 20px;
  }

  footer .qr-lists {
    float: unset;
    display: inline-block;
    margin: 0 auto;
  }

  footer .qr {
    width: 110px;
    height: 110px;
    margin-top: 0;
    /*float: left;*/
    font-size: 13px;
  }
}