@charset "utf-8";

body {
  background-color: #f5f5f5;
}

#banner {
  height: 470px;
}

#banner>img {
  width: 100%;
}

#introduce {
  background-color: #fff;
  margin: 0 auto;
  width: 1200px;
  position: relative;
  top: -63px;
  border-radius: 10px;
}

#navs {
  border-radius: 10px;
}

#navs ul {
  border-radius: 10px;
}

#navs ul li {
  float: left;
  width: 400px;
  height: 60px;
  line-height: 60px;
  background-color: #f0f2f5;
  text-align: center;
}

#navs ul li:nth-child(1) {
  border-top-left-radius: 10px;
}

#navs ul li:nth-child(6) {
  border-top-right-radius: 10px;
}

#navs ul li>a {
  font-size: 18px;
}

#navs ul .select {
  background-color: #fff;
}

#navs ul .select>a {
  color: #ec0000;
}

#aboutlb {
  padding: 30px 0 35px;
  border-radius: 10px;
}

#aboutlb .lb-pic {
  padding: 0 44px;
}

#aboutlb .lb-pic>img {
  width: 1114px;
  height: 200px;
}

#aboutlb .lb-current {
  padding: 30px 44px 0;
}

#aboutlb .lb-current .lists {
  display: inline-block;
  width: 388px;
  text-align: center;
}

#aboutlb .lb-current .lists:nth-child(2) {
  width: 122px;
  padding: 0 95px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

#aboutlb .lb-current .lists .t-icon {
  width: 43px;
  height: 44px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}

#aboutlb .lb-current .lists .t-txt {
  display: inline-block;
  text-align: left;
}

#aboutlb .lb-current .lists .t-txt .year {
  font-size: 20px;
}

#aboutlb .lb-current .lists .t-txt .setup {
  font-size: 14px;
  color: #85858c;
}

#aboutlb .lb-content {
  font-size: 16px;
  padding: 0 30px;
}

#aboutlb .lb-content>p {
  margin: 0;
  margin-top: 20px;
  font-size: 14px;
}

#event {
  padding: 45px 0 60px;
}

#event h2 {
  font-size: 32px;
  text-align: center;
  font-weight: normal;
}

#event .history dl {
  padding: 20px 65px 0 100px;
  height: auto;
  overflow: hidden;
}

#event .history dl dt {
  font-size: 26px;
  font-weight: bold;
  margin-left: -10px;
}

#event .history dl dd {
  padding: 15px 0;
}

#event .history dl dd .months {
  width: 40px;
  display: inline-block;
  text-align: right;
  font-size: 14px;
}

#event .history dl dd .theme {
  vertical-align: top;
  width: 860px;
  display: inline-block;
  margin-left: 70px;
  font-size: 16px;
}

#event .history .circles {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ec0000;
  display: inline-block;
  position: relative;
}

#event .history .circles::after {
  content: "";
  display: block;
  width: 2px;
  height: 62px;
  background-color: #e9eaec;
  left: 4px;
  top: 10px;
  position: absolute;
}

#culture {
  padding: 40px 0 30px;
}

#culture h2 {
  text-align: center;
  font-size: 32px;
  font-weight: normal;
}

#culture .mine {
  margin-top: 45px;
}

#culture .mine .culture-item {
  display: inline-block;
  width: 396px;
  /* float: left; */
  vertical-align: top;
  text-align: center;
}

#culture .mine .culture-item .ours {
  font-size: 22px;
  position: relative;
  margin-top: 30px;
  color: #343544;
}

#culture .mine .culture-item .ours::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 45%;
  display: block;
  background-color: red;
  width: 40px;
  height: 3px;
}

#culture .mine .culture-item .txt {
  margin-top: 25px;
  font-size: 16px;
  padding: 0 60px;
  position: relative;
}

#culture .mine .culture-item .txt>li {
  cursor: pointer;
  font-size: 16px;
  color: #343544;
  /* float: left; */
}

.tag {
  width: 240px;
  /*height: 20px;*/
  border: 1px solid #dedee0;
  background-color: #fafafa;
  border-radius: 6px;
  text-align: center;
  position: absolute;
  left: 40px;
  top: 40px;
  display: none;
  text-align: left;
  padding: 15px 10px;
  color: #343544;
}

.arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -21px;

}

.arrow * {
  display: block;
  border-width: 10px;
  position: absolute;
  border-style: dashed dashed dashed solid;
  font-size: 0;
  line-height: 0;
}

.arrow em {
  border-color: transparent transparent #dedee0;
}

.arrow span {
  border-color: transparent transparent #fafafa;
  top: 1px;
}

#culture .mine .culture-item .txt>li:hover .tag {
  display: block;
}



#mien-fc {
  margin-top: 60px;
}

#mien-fc>h2 {
  font-size: 32px;
  text-align: center;
  font-weight: normal;
}

#mien-fc .carousel {
  margin-top: 40px;
}

#mien-fc .carousel #focus_Box {
  position: relative;
  width: 1200px;
  height: 460px;
  margin: 0 auto;
}

#mien-fc .carousel #focus_Box .prev {
  display: inline-block;
  width: 60px;
  height: 60px;
  /* background: url() no-repeat; */
  vertical-align: middle;
  margin-left: 5px;
  position: absolute;
  left: 25px;
  top: 35%;
  cursor: pointer;
  z-index: 100;
}

#mien-fc .carousel #focus_Box .next {
  display: inline-block;
  width: 60px;
  height: 60px;
  /* background: url() no-repeat; */
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  right: 25px;
  top: 35%;
  cursor: pointer;
  z-index: 100;
}

#mien-fc .carousel #focus_Box ul {
  position: relative;
  width: 1200px;
  height: 100%;
  left: 110px;
}

#mien-fc .carousel #focus_Box li {
  z-index: 0;
  position: absolute;
  width: 920px;
  height: 500px;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 1px 1px 12px #c8c8c8;
  opacity: 0.3;
  overflow: hidden;
}

#mien-fc .carousel #focus_Box li:nth-child(3) {
  opacity: 1;
  overflow: visible;
}

#mien-fc .carousel #focus_Box li:nth-child(3)>p {
  font-size: 18px;
}

#mien-fc .carousel #focus_Box li img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

#mien-fc .carousel #focus_Box li p {
  text-align: center;
  font-size: 0;
  margin: 10px 30px 5px;
  font-weight: bold;
}

#joins {
  padding: 40px 15px 25px 40px;
  height: 470px;
}

#joins .master-recruit {
  display: inline-block;
  width: 540px;
}

#joins .master-recruit .master-title .m-recruit {
  font-size: 32px;
}

#joins .master-recruit .master-title .m-content {
  color: #a2a2a7;
  font-size: 16px;
}

#joins .master-recruit .code {
  margin-top: 90px;
}

#joins .master-recruit .code span {
  border: 1px solid #d6d7da;
  padding: 90px 60px 10px;
  font-size: 16px;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  margin-right: 30px;
}

#joins .master-recruit .code span .qr {
  position: absolute;
  top: -50px;
  left: 40px;
  width: 146px;
  height: 132px;
  transition: all 1s;
  cursor: pointer;
}

#joins .master-recruit .code span .qr:hover {
  transform: scale(1.5);
}

#joins .master-recruit .net {
  margin-top: 90px;
}

#joins .master-recruit .net span {
  border: 1px solid #d6d7da;
  padding: 40px 70px 20px;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
  text-align: center;
}

#joins .master-recruit .net span .qr {
  position: absolute;
  top: -50px;
  left: 69px;
}

#joins .master-recruit .net span .lagou {
  margin-top: 20px;
}

#joins .master-recruit .net span .lagou>a {
  color: #00b38a;
  font-size: 16px;
}

#joins .master-recruit .net span .boss {
  margin-top: 20px;
}

#joins .master-recruit .net span .boss>a {
  color: #52cbc5;
  font-size: 16px;
}

#joins .master-recruit .master-txt {
  text-align: center;
  margin-right: 50px;
  margin-top: 35px;
  padding-bottom: 55px;
}

#joins .master-recruit .master-txt .m-hot {
  font-size: 18px;
}

#joins .master-recruit .master-txt .m-cw {
  font-size: 14px;
}

#joins .staff-recruit {
  padding-left: 60px;
  border-left: 1px solid #e5e5e5;
}

.swidth {
  font-size: 14px;
  box-sizing: border-box;
}

.map {
  padding: 22px 28px 30px 28px;
}

#dituContent {
  width: 1140px;
  height: 400px;
  border: 1px solid #ccc;
}

#cooperation {
  padding-bottom: 50px;
}

#cooperation .clists {
  margin: 0 50px;
  display: inline-block;
}

#cooperation .clists .icon {
  height: 92px;
  width: 92px;
  display: inline-block;
}

#cooperation .clists .icon>img {
  width: 100%;
}

#cooperation .clists .way {
  display: inline-block;
  margin-left: 26px;
  vertical-align: top;
}

#cooperation .clists .way dt {
  font-size: 18px;
  margin-bottom: 16px;
}

#cooperation .clists .way dd {
  color: #85858c;
  font-size: 14px;
}

.iw_poi_title {
  font-weight: bold;
  font-size: 16px;
}

.iw_poi_content>p {
  font-size: 14px;
}