* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

ul,
li {
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flexBox {
  display: flex;
  align-items: center;
}

.flexBox.spaceBetween {
  justify-content: space-between;
}

.bannerArea {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1080px;
  width: 100%;
  position: relative;
  margin-top: -372px;
  overflow: hidden;
}

.bannerArea .text {
  position: relative;
  z-index: 2;
  margin-top: 380px;
  width: 770px;
  height: 125px;
  background: url("../image/index_banner_text@2x.png") no-repeat;
  background-size: 100% 100%;
}

.bannerArea .video1 {
  width: 2560px;
  height: 1080px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1280px;
  z-index: 1;
}

.bannerArea .overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 1080px;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .video1 {
    height: 640px;
  }
}

@keyframes index_bg_hover {
  0% {
    -webkit-transform: scale(1, 0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes index_bg_hide {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 0.5);
    opacity: 0;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 90px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.header .flexBox {
  padding-bottom: 10px;
  height: 90px;
}

.header .headerLeft .logo {
  text-indent: -9999rem;
  font-size: 0;
  line-height: 0;
  width: 130px;
  height: 38px;
  background: url("../image/logo.png") no-repeat;
  background-size: 100% 100%;
}

.header .headerRight {
  display: flex;
  align-items: center;
}

.header .headerRight .menu {
  margin-right: 35px;
}

.header .headerRight .menu ul {
  display: flex;
}

.header .headerRight .menu ul li {
  margin: 0 30px;
}

.header .headerRight .menu ul li a {
  position: relative;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}

.header .headerRight .menu ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.header .headerRight .menu ul li a.active {
  color: #fff;
}

.header .headerRight .menu ul li a.active:after {
  display: block;
}

.header .headerRight .menu ul li a:after {
  display: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -2px;
  content: '';
  color: #1a6ffd;
  width: 4px;
  height: 4px;
  background: #198cff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.header .headerRight .sBar {
  display: flex;
  margin-top: 18px;
}

.header .headerRight .sBar .selectBox {
  position: relative;
  height: 50px;
  overflow: hidden;
}

.header .headerRight .sBar .selectBox .selectCon {
  position: absolute;
  left: 0;
  top: 45px;
  opacity: 0;
  width: 120px;
  height: 138px;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -webkit-transform: translateY(20px);
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 3px #ccc;
}

.header .headerRight .sBar .selectBox .selectCon:after {
  position: absolute;
  left: 50px;
  top: -10px;
  content: '';
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}

.header .headerRight .sBar .selectBox .selectCon ul {
  padding: 5px 13px;
}

.header .headerRight .sBar .selectBox .selectCon ul li {
  height: 40px;
  line-height: 40px;
}

.header .headerRight .sBar .selectBox .selectCon ul li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.header .headerRight .sBar .selectBox .selectCon ul li a:hover {
  color: #1a45b7;
}

.header .headerRight .sBar .selectBox:hover {
  overflow: inherit;
}

.header .headerRight .sBar .selectBox:hover .selectCon {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
}

.header .headerRight .sBar .selectName {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 32px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  font-weight: 500;
}

.header .headerRight .sBar .selectName .iconDown {
  display: block;
  margin-left: 5px;
  width: 12px;
  height: 6px;
  background: url("../image/icon_down.png") no-repeat;
  background-size: 100% 100%;
}

.header .headerRight .sBar .productLink {
  margin-left: 10px;
}

.header .headerRight .sBar .productLink a {
  display: block;
  text-decoration: none;
  width: 80px;
  height: 32px;
  font-size: 16px;
  color: #ff7f00;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
}

.header.headWhite {
  background: #ffffff;
}

.header.headWhite .headerLeft .logo {
  background: url("../image/logo_hover.png") no-repeat;
  background-size: 100% 100%;
}

.header.headWhite .headerRight .menu ul li a {
  color: #333;
}

.header.headWhite .headerRight .menu ul li a:hover {
  color: #333;
  text-decoration: none;
}

.header.headWhite .headerRight .menu ul li a.active {
  color: #333;
}

.header.headWhite .headerRight .menu ul li a.active:after {
  display: block;
}

.header.headWhite .selectName {
  color: #333 !important;
}

.header.headWhite .selectName .iconDown {
  background: url("../image/icon_down_hover.png") no-repeat;
}

.header.show .headerLeft .logo {
  background: url("../image/logo_hover.png") no-repeat;
  background-size: 100% 100%;
}

.header.show .bgHover {
  position: absolute;
  z-index: 1;
  height: 90px;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  -webkit-animation: index_bg_hover 0.2s ease-out both;
  -webkit-transform-origin: 50% 0%;
}

.header.show .headerRight .menu ul li a {
  color: #333;
}

.header.show .headerRight .menu ul li a:hover {
  color: #333;
  text-decoration: none;
}

.header.show .headerRight .menu ul li a.active {
  color: #333;
}

.header.show .headerRight .menu ul li a.active:after {
  display: block;
}

.header.show .selectName {
  color: #333 !important;
}

.header.show .selectName .iconDown {
  background: url("../image/icon_down_hover.png") no-repeat !important;
  background-size: 100% 100% !important;
}

.header.hide .bgHover {
  -webkit-animation: index_bg_hide 0.15s ease-out both;
  -webkit-transform-origin: 50% 0%;
}

.wrap1400 {
  position: relative;
  margin: 0 auto;
  width: 1400px;
  z-index: 2;
}

.slideBox {
  width: 100%;
  position: relative;
}

.slideBox .hd {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.slideBox .hd ul {
  text-align: center;
}

.slideBox .hd ul li {
  width: 40px;
  height: 36px;
  margin: 0 3px;
  display: inline-block;
  position: relative;
}

.slideBox .hd ul li .dot {
  width: 40px;
  height: 4px;
  background-color: hsla(0, 0%, 60%, 0.4);
}

.slideBox .hd ul li span {
  display: none;
  color: #fff;
  position: absolute;
  width: 100%;
  font-size: 14px;
  left: 0;
  top: 0;
  line-height: 36px;
  cursor: pointer;
}

.slideBox .hd ul li.on .liner {
  width: 40px;
  height: 4px;
  animation: liner 3.5s;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
}

@keyframes liner {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.slideBox .bd {
  width: 100%;
  position: relative;
}

.slideBox .bd li {
  text-align: center;
  height: 100%;
}

.slideBox .bd li a {
  display: block;
  position: relative;
}

.slideBox .bd li .text {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -385.5px;
  margin-top: -62.5px;
  display: block;
  width: 771px;
  height: 125px;
  background: url("../image/index_banner_text@2x.png") no-repeat;
  background-size: 100% 100%;
}

.slideBox .bd img {
  display: block;
  width: 100%;
}

.slideBox .bd:hover~.prev {
  display: block;
}

.slideBox .bd:hover~.next {
  display: block;
}

.slideBox .prev:hover {
  display: block;
}

.slideBox .next:hover {
  display: block;
}

.slideBox .prev {
  display: none;
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  width: 29px;
  height: 52px;
  background: url("../img/left_array.png") no-repeat;
  background-size: cover;
}

.slideBox .next {
  display: none;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -25px;
  width: 29px;
  height: 52px;
  background: url("../img/right_array.png") no-repeat;
  background-size: cover;
}

.slideBox .bd li.active {
  animation-name: ai-big-out;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes ai-big-out {
  0% {
    z-index: 3;
    transform: scale(1.1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }

  to {
    transform: scale(1.3);
    opacity: 1;
  }
}

.indexSection1 {
  height: 900px;
  background: url("../image/index_section1_bg.png") no-repeat;
  background-size: cover;
}

.indexSection1 .title {
  margin: 90px auto 66px;
}

.indexSection1 .title h2 {
  margin: 0 auto 23px;
  width: 394px;
  height: 35px;
  text-indent: -9999rem;
  background: url("../image/index_section1_text.png") no-repeat center top;
  background-size: 394px 35px;
}

.indexSection1 .title p {
  font-size: 18px;
  color: #858585;
  text-align: center;
}

.indexSection1Con {
  display: flex;
}

.indexSection1Con .secLabel {
  width: 460px;
  height: 520px;
  background: #1a45b7;
}

.indexSection1Con .secLabel .labelItem {
  padding: 0 10px;
}

.indexSection1Con .secLabel .labelItem a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  height: 130px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.5s;
}

.indexSection1Con .secLabel .labelItem a:before {
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -35px;
  content: '';
  width: 5px;
  height: 70px;
  opacity: 0;
  background: #fff;
  -webkit-transition: all 0.5s;
}

.indexSection1Con .secLabel .labelItem a:hover,
.indexSection1Con .secLabel .labelItem a.active {
  padding-left: 25px;
  color: #fff;
}

.indexSection1Con .secLabel .labelItem a:hover:before,
.indexSection1Con .secLabel .labelItem a.active:before {
  left: 0;
  opacity: 1;
}

.indexSection1Con .secLabel .labelItem a:hover h2,
.indexSection1Con .secLabel .labelItem a.active h2,
.indexSection1Con .secLabel .labelItem a:hover p,
.indexSection1Con .secLabel .labelItem a.active p {
  font-style: italic;
}

.indexSection1Con .secLabel .labelItem a:hover i,
.indexSection1Con .secLabel .labelItem a.active i {
  right: 10px;
  opacity: 1;
}

.indexSection1Con .secLabel .labelItem a i {
  position: absolute;
  right: 30px;
  top: 42px;
  width: 62px;
  height: 16px;
  opacity: 0;
  background: url("../image/index_long_arrow.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s;
}

.indexSection1Con .secLabel .labelItem a h2 {
  margin-bottom: 10px;
  font-size: 22px;
}

.indexSection1Con .secLabel .labelItem a p {
  font-size: 14px;
}

.indexSection1Con .secCon {
  flex: 1;
}

.indexSection1Con .secCon .secCon1 .bg1 {
  background: url("../image/pic_470x260_1.jpg") no-repeat;
  background-size: contain;
}

.indexSection1Con .secCon .secCon1 .bg2 {
  background: url("../image/pic_470x260_2.jpg") no-repeat;
  background-size: contain;
}

.indexSection1Con .secCon .secCon1 .bg3 {
  background: url("../image/pic_470x260_3.jpg") no-repeat;
  background-size: contain;
}

.indexSection1Con .secCon .secCon1 .bg4 {
  background: url("../image/pic_470x260_4.jpg") no-repeat;
  background-size: contain;
}

.indexSection1Con .secCon .secCon2 {
  display: none;
}

.indexSection1Con .secCon .secCon2 .bg1 {
  background: url("../image/pic_470x260_5.jpg") no-repeat;
  background-size: contain;
}

.indexSection1Con .secCon .secCon2 .bg2 {
  background: url("../image/pic_470x260_6.jpg") no-repeat;
  background-size: contain;
}

.indexSection1Con .secCon .secCon2 .bg3 {
  background: url("../image/pic_470x260_7.jpg") no-repeat;
  background-size: contain;
}

.indexSection1Con .secCon .secCon2 .bg4 {
  background: url("../image/pic_470x260_8.jpg") no-repeat;
  background-size: contain;
}

.indexSection1Con .secCon .secCon3 {
  display: none;
}

.indexSection1Con .secCon .secCon3 .bg1 {
  background: url("../image/pic_470x260_9.jpg") no-repeat;
  background-size: contain;
}

.indexSection1Con .secCon .secCon3 .bg2 {
  background: url("../image/pic_470x260_10.jpg") no-repeat;
  background-size: contain;
}

.indexSection1Con .secCon .secCon3 .bg3 {
  background: url("../image/pic_470x260_11.jpg") no-repeat;
  background-size: contain;
}

.indexSection1Con .secCon .secCon3 .bg4 {
  background: url("../image/pic_470x260_12.jpg") no-repeat;
  background-size: contain;
}

.indexSection1Con .secCon .secCon4 {
  display: none;
}

.indexSection1Con .secCon .secCon4 .bg1 {
  background: url("../image/pic_470x260_13.jpg") no-repeat;
  background-size: contain;
}

.indexSection1Con .secCon .secCon4 .bg2 {
  background: url("../image/pic_470x260_14.jpg") no-repeat;
  background-size: contain;
}

.indexSection1Con .secCon .secCon4 .bg3 {
  background: url("../image/pic_470x260_15.jpg") no-repeat;
  background-size: contain;
}

.indexSection1Con .secCon .secCon4 .bg4 {
  background: url("../image/pic_470x260_16.jpg") no-repeat;
  background-size: contain;
}

.indexSection1Con .secCon ul {
  display: flex;
  flex-wrap: wrap;
}

.indexSection1Con .secCon ul li {
  width: 50%;
  height: 260px;
  color: #fff;
  overflow: hidden;
}

.indexSection1Con .secCon ul li .textBox {
  padding: 210px 20px 0;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s;
}

.indexSection1Con .secCon ul li:hover {
  cursor: default;
}

.indexSection1Con .secCon ul li:hover .textBox {
  padding-top: 125px;
  background: rgba(0, 0, 0, 0.75);
}

.indexSection1Con .secCon ul li:hover p {
  padding-top: 0;
}

.indexSection1Con .secCon ul li h2 {
  margin-bottom: 10px;
  font-size: 18px;
}

.indexSection1Con .secCon ul li p {
  padding-top: 30px;
  font-size: 14px;
  line-height: 1.8;
  -webkit-transition: all 0.5s;
}

.indexSection2 {
  padding-top: 0.1px;
  height: 600px;
  background: url("../image/index_section2_bg.jpg") no-repeat;
  background-size: cover;
}

.indexSection2 .title {
  margin: 90px auto 66px;
}

.indexSection2 .title h2 {
  margin: 0 auto 23px;
  width: 142px;
  height: 35px;
  text-indent: -9999rem;
  background: url("../image/index_section2_text.png") no-repeat center top;
  background-size: 142px 35px;
}

.indexSection2 .title p {
  color: #fff;
  text-align: center;
}

.indexSection2Con ul {
  display: flex;
}

.indexSection2Con ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 25%;
  height: 220px;
}

.indexSection2Con ul li.bg1 {
  background: url("../image/pic_350x220_1.jpg") no-repeat;
}

.indexSection2Con ul li.bg2 {
  background: url("../image/pic_350x220_2.jpg") no-repeat;
}

.indexSection2Con ul li.bg3 {
  background: url("../image/pic_350x220_3.jpg") no-repeat;
}

.indexSection2Con ul li.bg4 {
  background: url("../image/pic_350x220_4.jpg") no-repeat;
}

.indexSection2Con ul li:hover .textBox {
  background: rgba(30, 82, 216, 0.9);
}

.indexSection2Con ul li:hover .textBox h2 {
  display: none;
}

.indexSection2Con ul li:hover .textBox p {
  display: block;
}

.indexSection2Con ul li .textBox {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: rgba(30, 82, 216, 0);
  -webkit-transition: all 0.5s;
}

.indexSection2Con ul li .textBox h2 {
  font-size: 18px;
}

.indexSection2Con ul li .textBox p {
  display: none;
  padding: 0 20px;
  line-height: 1.8;
  font-size: 16px;
}

.indexSection3 {
  padding-top: 0.1px;
  height: 816px;
}

.indexSection3 .title {
  margin: 80px auto 35px;
}

.indexSection3 .title h2 {
  margin: 0 auto 23px;
  width: 142px;
  height: 35px;
  text-indent: -9999rem;
  background: url("../image/index_section3_text.png") no-repeat center top;
  background-size: 142px 35px;
}

.indexSection3 .title p {
  color: #aaaaaa;
  text-align: center;
}

.indexSection3 .more {
  margin: 50px auto 0;
  border: 1px solid #111111;
  width: 170px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  color: #111;
  font-size: 16px;
  cursor: pointer;
}

.indexSection3 .more a {
  display: block;
  text-decoration: none;
  color: #333;
}

.indexSection3Con ul {
  display: flex;
}

.indexSection3Con ul li {
  margin-right: 30px;
  width: 446px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.indexSection3Con ul li:last-child {
  margin-right: 0;
}

.indexSection3Con ul li:hover {
  -webkit-box-shadow: 0 0 20px #ccc;
  -webkit-transform: translateY(-20px);
}

.indexSection3Con ul li:hover .indexNews {
  background: #fff;
}

.indexSection3Con ul li a {
  display: block;
  text-decoration: none;
  position: relative;
}

.indexSection3Con ul li a img {
  display: block;
  width: 100%;
  height: 280px;
  background-size: cover;
}

.indexSection3Con ul li a .indexNews {
  padding: 0 10px;
  height: 200px;
  background: #f2f3f7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.indexSection3Con ul li a .indexNews h2 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
  font-size: 16px;
  color: #333333;
  height: 77px;
  line-height: 1.8;
}

.indexSection3Con ul li a .indexNews p {
  padding-top: 15px;
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;


}

.indexSection4 {
  padding-top: 0.1px;
  height: 810px;
  background: #f2f3f7 url("../image/index_section4_bg.png") no-repeat center bottom;
  background-size: 100% auto;
}

.indexSection4 .title {
  margin: 80px auto 35px;
}

.indexSection4 .title h2 {
  margin: 0 auto 23px;
  width: 142px;
  height: 35px;
  text-indent: -9999rem;
  background: url("../image/index_section4_text.png") no-repeat center top;
  background-size: 142px 35px;
}

.indexSection4 .title p {
  color: #aaaaaa;
  text-align: center;
}

.dataShow {
  padding-top: 100px;
}

.dataShow ul {
  display: flex;
}

.dataShow ul li .dataItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
}

.dataShow ul li .dataItem h3 {
  margin-bottom: 25px;
  font-size: 20px;
  color: #333;
}

.dataShow ul li .dataItem p {
  font-size: 60px;
  color: #000;
  line-height: 1;
}

.dataShow ul li.dataColumn1 {
  width: 370px;
}

.dataShow ul li.dataColumn2 {
  width: 270px;
}

.dataShow ul li.dataColumn3 {
  width: 370px;
}

.dataShow ul li.dataColumn4 {
  flex: 1;
}

.indexSection5 {
  position: relative;
  border-bottom: 1px solid #f5f5f9;
  padding-top: 0.1px;
  height: 735px;
}

.indexSection5 .title {
  margin: 80px auto 35px;
}

.indexSection5 .title h2 {
  margin: 0 auto 23px;
  width: 142px;
  height: 35px;
  text-indent: -9999rem;
  background: url("../image/index_section5_text.png") no-repeat center top;
  background-size: 142px 35px;
}

.indexSection5 .title p {
  color: #aaaaaa;
  text-align: center;
}

.map {
  position: absolute;
  left: 50%;
  margin-left: -355px;
  top: -52px;
  z-index: -1;
  width: 617px;
  height: 500px;
  background: url("../image/index_section5_map.png") no-repeat;
}

.map .city {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.map .city.sx {
  top: 226px;
  left: 420px;
}

.map .city.hp {
  top: 421px;
  left: 400px;
}

.map .city.gg {
  top: 411px;
  left: 372px;
}

.map .city.dg {
  top: 426px;
  left: 429px;
}

.map .city.wz {
  top: 440px;
  left: 355px;
}


.map .city .point {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ff4000;
}

.map .city .point:before {
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  content: '';
  background: #ff7f00;
  -webkit-animation: scale 2s 0s infinite;
}

.map .city .point:after {
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  content: '';
  background: #ff7f00;
  -webkit-animation: scale2 2s 0s infinite;
}

.map .city p {
  margin-top: 5px;
  font-size: 14px;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.indexSection5Con {
  margin-top: 280px;
}

.indexSection5Con .companyBox {
  height: 220px;
  background: url("../image/index_section5_bg.png") no-repeat;
}

.indexSection5Con .companyBox ul {
  display: flex;
}

.indexSection5Con .companyBox ul li {
  flex: 1;
  padding: 0 10px;
}

.indexSection5Con .companyBox ul li .companyInfo h2 {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  height: 60px;
  margin-bottom: 20px;
}

.indexSection5Con .companyBox ul li .companyInfo h2:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  content: '';
}

.indexSection5Con .companyBox ul li .companyInfo h2 span {
  position: absolute;
  right: -15px;
  top: 17px;
  padding: 0 8px;
  height: 23px;
  line-height: 22px;
  color: #fff;
  font-size: 12px;
  background: #ff0000;
}

.indexSection5Con .companyBox ul li .companyInfo h2 span:after {
  position: absolute;
  left: -10px;
  top: 7px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent #ff0000 transparent transparent;
}

.indexSection5Con .companyBox ul li .companyInfo p {
  margin-bottom: 12px;
  color: #666;
  font-size: 14px;
}

.indexSection6 {
  position: relative;
  border-bottom: 1px solid #f5f5f9;
  padding-top: 0.1px;
  height: 605px;
}

.indexSection6 .title {
  margin: 75px auto 50px;
}

.indexSection6 .title h2 {
  margin: 0 auto 23px;
  width: 142px;
  height: 35px;
  text-indent: -9999rem;
  background: url("../image/index_section6_text.png") no-repeat center top;
  background-size: 142px 35px;
}

.indexSection6 .title p {
  color: #aaaaaa;
  text-align: center;
}

.partner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partner ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  border: 1px solid #fafafa;
  width: 19.9%;
  height: 80px;
  background: #f6f6f6;
  -webkit-transition: all 0.5s;
}

.partner ul li:hover {
  border-color: #999;
  cursor: pointer;
  background: #ffffff;
}

.partner ul li:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* .partner ul li img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s;
} */

.footer {
  height: 180px;
  background: #000;
}

.footer .footBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 14px;
  height: 180px;
}

.footer .footBox a {
  color: #fff;
  text-decoration: none;
}

.footer .footBox .footLink a {
  position: relative;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
}

.footer .footBox .footLink a:last-child:after {
  display: none;
}

.footer .footBox .footLink a:after {
  position: absolute;
  right: -2px;
  top: 5px;
  content: '';
  height: 10px;
  width: 1px;
  background: #fff;
}

.footer .footBox .footerLeft .codeBox {
  margin-right: 20px;
}

.footer .footBox .footerLeft .codeBox .codeTitle {
  margin-bottom: 13px;
  width: 80px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #666666;
}

.footer .footBox .footerLeft .codeBox .codeBody img {
  display: block;
  width: 80px;
  height: 80px;
}

.footer .footBox .footerCenter .copyRight {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
}

.footer .footBox .footerRight {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer .footBox .footerRight .telTitle {
  font-size: 16px;
  font-weight: 500;
}

.footer .footBox .footerRight .gray {
  color: #666666;
}

.footer .footBox .footerRight .tel {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
}

.footer .footBox .footerRight .tel img {
  margin-right: 10px;
}

.footer .footBox .footerRight>div {
  margin-bottom: 10px;
}

.footer .footBox .footRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer .footBox .footRight .linkWechat {
  position: relative;
  margin-left: 20px;
  width: 31px;
  height: 26px;
  cursor: pointer;
  background: url("../image/icon_wechat.png") no-repeat;
  background-size: contain;
}

.footer .footBox .footRight .linkWechat:hover .wechatCode {
  display: block;
}

.footer .footBox .footRight .linkWechat .wechatCode {
  display: none;
  position: absolute;
  right: 0;
  bottom: 38px;
  padding: 10px;
  width: 200px;
  height: 200px;
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
}

.footer .footBox .footRight .linkWechat .wechatCode:after {
  position: absolute;
  bottom: -16px;
  right: 14px;
  content: '';
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.footer .footBox .footRight .linkWechat .wechatCode img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/** 产品页面 **/
.pageBanner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 660px;
}

.pageBanner.product {
  background: url("https://public.image.hao3you.com/product_banner.jpg") no-repeat center top;
}

.pageBanner.product .text {
  width: 650px;
  height: 190px;
  background: url("https://public.image.hao3you.com/product_banner_text.png") no-repeat;
  background-size: contain;
}

.pageBanner.service {
  background: url("https://public.image.hao3you.com/service_banner.jpg") no-repeat center top;
}

.pageBanner.service .text {
  width: 780px;
  height: 106px;
  background: url("https://public.image.hao3you.com/service_banner_text.png") no-repeat;
  background-size: contain;
}

.pageBanner.news {
  background: url("https://public.image.hao3you.com/news_banner.jpg") no-repeat center top;
}

.pageBanner.news .text {
  margin-top: 100px;
  width: 600px;
  height: 111px;
  background: url("https://public.image.hao3you.com/news_banner_text.png") no-repeat;
  background-size: contain;
}

.pageBanner.recruit {
  background: url("https://public.image.hao3you.com/recruit_banner.jpg") no-repeat center top;
}

.pageBanner.recruit .text {
  margin-top: 80px;
  width: 680px;
  height: 116px;
  background: url("https://public.image.hao3you.com/recruit_banner_text.png") no-repeat;
  background-size: contain;
}

.pageBanner.about {
  background: url("https://public.image.hao3you.com/about_banner_bg.jpg") no-repeat center top;
}

.pageBanner.about .text {
  margin-top: 80px;
  width: 794px;
  height: 58px;
  background: url("https://public.image.hao3you.com/about_banner_text.png") no-repeat;
  background-size: contain;
}

.pageBanner.newsDetail {
  height: 270px;
  background: url("../image/news_detail_bg.jpg") no-repeat center top;
}

.pageBanner.newsDetail .text {
  margin-left: -1080px;
  margin-top: 80px;
  width: 316px;
  height: 41px;
  background: url("../image/news_detail_text.png") no-repeat;
  background-size: contain;
}

.productImg {
  display: flex;
  justify-content: center;
}

.productPageSection1 {
  position: relative;
  padding-top: 0.1px;
  height: 1258px;
  background: url("../image/product_section1_bg.jpg") no-repeat center bottom;
}

.productPageSection1 .title {
  margin: 70px auto 30px;
}

.productPageSection1 .title h2 {
  margin: 0 auto 23px;
  width: 110px;
  height: 38px;
  text-indent: -9999rem;
  background: url("../image/product_section1_text.png") no-repeat center top;
  background-size: 110px 38px;
}

.productPageSection1 .title p {
  color: #aaaaaa;
  text-align: center;
}

.productPageSection2 {
  position: relative;
  padding-top: 0.1px;
  height: 1111px;
  background: url("../image/product_section2_bg.jpg") no-repeat center bottom;
}

.productPageSection2 .title {
  margin: 70px auto 30px;
}

.productPageSection2 .title h2 {
  margin: 0 auto 23px;
  width: 110px;
  height: 38px;
  text-indent: -9999rem;
  background: url("../image/product_section2_text.png") no-repeat center top;
  background-size: 110px 38px;
}

.productPageSection2 .title p {
  color: #aaaaaa;
  text-align: center;
}

.productPageSection2 .productText {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  color: #525252;
  line-height: 1.8;
}

.productPageSection2 .productText a {
  color: #1a6ffd;
  text-decoration: none;
}

.productPageSection3 {
  position: relative;
  padding-top: 0.1px;
  height: 987px;
}

.productPageSection3 .title {
  margin: 70px auto 30px;
}

.productPageSection3 .title h2 {
  margin: 0 auto 23px;
  width: 178px;
  height: 35px;
  text-indent: -9999rem;
  background: url("../image/product_section3_text.png") no-repeat center top;
  background-size: 178px 35px;
}

.productPageSection3 .title p {
  color: #aaaaaa;
  text-align: center;
}

.appDownload {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.appDownload .appBox {
  margin: 0 30px;
}

.appDownload .appBox h2 {
  margin-bottom: 15px;
  font-size: 14px;
  color: #333333;
  text-align: center;
}

.appDownload .appBox .code {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 210px;
  height: 210px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

.appDownload .appBox .code img {
  width: 100%;
}

/** 平台服务 **/
.servicePageSection1 {
  position: relative;
  padding-top: 0.1px;
  height: 818px;
}

.servicePageSection1 .title {
  margin: 70px auto 50px;
}

.servicePageSection1 .title h2 {
  margin: 0 auto 23px;
  width: 142px;
  height: 34px;
  text-indent: -9999rem;
  background: url("../image/service_section1_text.png") no-repeat center top;
  background-size: 142px 34px;
}

.servicePageSection1 .title p {
  color: #aaaaaa;
  text-align: center;
}

.servicePageSection1 .section1 {
  display: flex;
  justify-content: flex-end;
  height: 520px;
  background: url("../image/service_section1_bg.jpg") no-repeat;
}

.servicePageSection1 .section1 .textInfo {
  padding: 30px 30px 50px;
  height: 520px;
  width: 50%;
  background: rgba(0, 0, 0, 0.7);
}

.servicePageSection1 .section1 .textInfo .textList {
  position: relative;
  height: 330px;
}

.servicePageSection1 .section1 .textInfo .textList .textItem {
  display: none;
  position: absolute;
  color: #ffffff;
}

.servicePageSection1 .section1 .textInfo .textList .textItem:first-child {
  display: block;
}

.servicePageSection1 .section1 .textInfo .textList .textItem h2 {
  margin-bottom: 10px;
  font-size: 22px;
  font-style: italic;
}

.servicePageSection1 .section1 .textInfo .textList .textItem p {
  font-size: 16px;
  line-height: 40px;
}

.servicePageSection1 .section1 .textInfo .labelList {
  display: flex;
}

.servicePageSection1 .section1 .textInfo .labelList .labelItem {
  position: relative;
  margin-right: 10px;
  padding: 10px;
  width: 120px;
  height: 104px;
  line-height: 26px;
  color: #ffffff;
  background: #142397;
  text-align: justify;
  cursor: pointer;
}

.servicePageSection1 .section1 .textInfo .labelList .labelItem.active {
  background: #ff7f00;
}

.servicePageSection1 .section1 .textInfo .labelList .labelItem.active.active:after {
  display: block;
  border-color: transparent #ff7f00 transparent transparent;
}

.servicePageSection1 .section1 .textInfo .labelList .labelItem:after {
  display: none;
  position: absolute;
  top: -15px;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #ff7f00 transparent transparent;
}

.servicePageSection2 {
  position: relative;
  padding-top: 0.1px;
  height: 600px;
  background: url("../image/service_section2_bg.jpg") no-repeat center top;
}

.servicePageSection2 .title {
  margin: 70px auto 50px;
}

.servicePageSection2 .title h2 {
  margin: 0 auto 23px;
  width: 142px;
  height: 34px;
  text-indent: -9999rem;
  background: url("../image/service_section2_text.png") no-repeat center top;
  background-size: 142px 34px;
}

.servicePageSection2 .title p {
  color: #aaaaaa;
  text-align: center;
}

.servicePageSection2 .section2 ul {
  display: flex;
  justify-content: space-between;
}

.servicePageSection2 .section2 ul li {
  width: 456px;
  height: 260px;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}

.servicePageSection2 .section2 ul li:hover {
  -webkit-box-shadow: 0 0 20px #ccc;
}

.servicePageSection2 .section2 ul li p {
  padding: 10px;
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
}

.servicePageSection3 {
  position: relative;
  padding-top: 0.1px;
  height: 550px;
}

.servicePageSection3 .title {
  margin: 70px auto 50px;
}

.servicePageSection3 .title h2 {
  margin: 0 auto 23px;
  width: 142px;
  height: 34px;
  text-indent: -9999rem;
  background: url("../image/service_section3_text.png") no-repeat center top;
  background-size: 142px 34px;
}

.servicePageSection3 .title p {
  color: #aaaaaa;
  text-align: center;
}

.servicePageSection3 .section3 ul {
  display: flex;
  justify-content: space-between;
}

.servicePageSection3 .section3 ul li {
  width: 276px;
  height: 180px;
}

.servicePageSection3 .section3 ul li.bg1 {
  background: url("../image/service_276x180_1.jpg") no-repeat;
}

.servicePageSection3 .section3 ul li.bg2 {
  background: url("../image/service_276x180_2.jpg") no-repeat;
}

.servicePageSection3 .section3 ul li.bg3 {
  background: url("../image/service_276x180_3.jpg") no-repeat;
}

.servicePageSection3 .section3 ul li.bg4 {
  background: url("../image/service_276x180_4.jpg") no-repeat;
}

.servicePageSection3 .section3 ul li.bg5 {
  background: url("../image/service_276x180_5.jpg") no-repeat;
}

.servicePageSection3 .section3 ul li .text {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.5);
}

.servicePageSection4 {
  position: relative;
  padding-top: 0.1px;
  height: 550px;
  background: #f2f3f7;
}

.servicePageSection4 .title {
  margin: 70px auto 70px;
}

.servicePageSection4 .title h2 {
  margin: 0 auto 23px;
  width: 142px;
  height: 34px;
  text-indent: -9999rem;
  background: url("../image/service_section4_text.png") no-repeat center top;
  background-size: 142px 34px;
}

.servicePageSection4 .title p {
  color: #aaaaaa;
  text-align: center;
}

.servicePageSection4 .section4 ul {
  display: flex;
  justify-content: space-between;
}

.servicePageSection4 .section4 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 456px;
  height: 180px;
  background: #ffffff;
  -webkit-transition: all 0.5s;
}

.servicePageSection4 .section4 ul li:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 20px #ccc;
}

.servicePageSection4 .section4 ul li .numBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 61px;
  height: 61px;
  background: url("../image/yunjia_num_bg.png") no-repeat;
  background-size: cover;
  background-position: left top;
}

.servicePageSection4 .section4 ul li .numBox.cur {
  background-image: url("../image/yunjia_num_bg_cur.png");
}

.servicePageSection4 .section4 ul li .numBox .num {
  -webkit-transform: rotate(-45deg) translate(0, 0.2rem);
  font-size: 14px;
  color: #fff;
}

.servicePageSection4 .section4 ul li .name {
  font-size: 16px;
  color: #aaa;
}

.servicePageSection4 .section4 ul li .date {
  margin: 10px 0;
  font-size: 24px;
  color: #333;
  font-weight: 500;
}

.servicePageSection4 .section4 ul li .week {
  font-size: 16px;
  color: #4166c7;
}

.servicePageSection5 {
  position: relative;
  padding-top: 0.1px;
  height: 818px;
}

.servicePageSection5 .title {
  margin: 70px auto 50px;
}

.servicePageSection5 .title h2 {
  margin: 0 auto 23px;
  width: 178px;
  height: 35px;
  text-indent: -9999rem;
  background: url("../image/service_section5_text.png") no-repeat center top;
  background-size: 178px 35px;
}

.servicePageSection5 .title p {
  color: #aaaaaa;
  text-align: center;
  line-height: 2;
}

.servicePageSection5 .section5 ul {
  display: flex;
  justify-content: space-between;
}

.servicePageSection5 .section5 ul li {
  position: relative;
  width: 348px;
}

.servicePageSection5 .section5 ul li:hover {
  cursor: pointer;
}

.servicePageSection5 .section5 ul li:hover img {
  -webkit-filter: grayscale(0%);
}

.servicePageSection5 .section5 ul li:hover .textInfo {
  padding: 130px 20px 0;
  background: rgba(0, 0, 0, 0.6);
}

.servicePageSection5 .section5 ul li:hover .textInfo i {
  margin-top: 20px;
  opacity: 1;
}

.servicePageSection5 .section5 ul li:hover .textInfo p {
  opacity: 1;
  margin-top: 20px;
}

.servicePageSection5 .section5 ul li img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s;
  transition: all 1s;
}

.servicePageSection5 .section5 ul li .textInfo {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 220px 20px 0;
  color: #fff;
  background: rgba(71, 87, 124, 0.6);
  -webkit-transition: all 0.5s;
}

.servicePageSection5 .section5 ul li .textInfo i {
  opacity: 0;
  display: block;
  margin-top: 40px;
  width: 100%;
  height: 1px;
  background: #ffffff;
  -webkit-transition: all 0.5s;
}

.servicePageSection5 .section5 ul li .textInfo h2 {
  font-size: 26px;
}

.servicePageSection5 .section5 ul li .textInfo p {
  margin-top: 50px;
  opacity: 0;
  line-height: 28px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
}

/** 新闻资讯 **/
.news .newsTabs {
  height: 70px;
  -webkit-box-shadow: 0 3px 10px #eee;
}

.news .newsTabs ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}

.news .newsTabs ul li {
  border: 1px solid #888888;
  margin: 0 8px;
  width: 100px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.news .newsTabs ul li.active {
  border-color: #333;
  color: #333333;
}

.news .newsList ul li {
  border-bottom: 1px solid #eee;
  height: 380px;
}

.news .newsList ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 380px;
  text-decoration: none;
}

.news .newsList ul li a img {
  margin-right: 40px;
  width: 446px;
  height: 280px;
}

.news .newsList ul li a .newsText {
  flex: 1;
}

.news .newsList ul li a .newsText .date {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1;
}

.news .newsList ul li a .newsText .date .day {
  font-size: 44px;
  color: #000;
  font-weight: 500;
}

.news .newsList ul li a .newsText .date .line {
  margin: 0 10px;
  width: 18px;
  height: 33px;
  background: url("../image/icon_news_line.png") no-repeat;
}

.news .newsList ul li a .newsText .date .month {
  font-size: 16px;
  color: #666;
  font-style: italic;
  line-height: 1.2;
  font-weight: 500;
}

.news .newsList ul li a .newsText h2 {
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

.news .newsList ul li a .newsText p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}

.news .newsList ul li a .newsText .newsType {
  margin-top: 20px;
  border: 1px solid #888888;
  width: 100px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}

.news .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  width: 100px;
  height: 32px;
  cursor: pointer;
  background: #000;
}

.news .more span {
  color: #fff;
  font-size: 14px;
}

.news .more .arrow {
  margin-left: 7px;
  width: 9px;
  height: 12px;
  background: url("../image/icon_arrow_down.png") no-repeat;
}

.news .loading {
  display: none;
  margin: 30px auto;
  width: 32px;
  height: 32px;
}

.news .loading img {
  width: 100%;
  height: 100%;
}

.news .result {
  display: none;
  margin: 30px auto;
  font-size: 16px;
  text-align: center;
  color: #666;
}

/** 招贤纳士 **/
.recruitPageSection1 {
  position: relative;
  padding-top: 0.1px;
}

.recruitPageSection1 .title {
  margin: 70px auto 50px;
}

.recruitPageSection1 .title h2 {
  margin: 0 auto 23px;
  width: 74px;
  height: 38px;
  text-indent: -9999rem;
  background: url("../image/recruit_section1_text.png") no-repeat center top;
  background-size: 74px 38px;
}

.recruitPageSection1 .title p {
  color: #aaaaaa;
  text-align: center;
}

.recruitPageSection1 .section1 {
  display: flex;
  align-items: center;
  padding-left: 50px;
  height: 281px;
  color: #777c89;
  font-size: 34px;
  background: url("../image/recruit_section1_bg.jpg") no-repeat;
}

.recruitPageSection1 .section1 .text {
  width: 456px;
  height: 48px;
  background: url("../image/recruit_section1_text_2.png") no-repeat;
  background-size: 100% 100%;
}

.recruitPageSection2 {
  position: relative;
  padding-top: 0.1px;
}

.recruitPageSection2 .title {
  margin: 70px auto 50px;
}

.recruitPageSection2 .title h2 {
  margin: 0 auto 23px;
  width: 74px;
  height: 38px;
  text-indent: -9999rem;
  background: url("../image/recruit_section2_text.png") no-repeat center top;
  background-size: 74px 38px;
}

.recruitPageSection2 .title p {
  color: #aaaaaa;
  text-align: center;
}

.recruitPageSection2 .section2 {
  display: flex;
  align-items: center;
  padding-left: 50px;
  height: 281px;
  color: #777c89;
  font-size: 34px;
  background: url("../image/recruit_section2_bg.jpg") no-repeat;
}

.recruitPageSection2 .section2 .text {
  width: 581.5px;
  height: 156.5px;
  background: url("../image/recruit_section2_text_2.png") no-repeat;
  background-size: 100% 100%;
}

.recruitPageSection3 {
  position: relative;
  padding-top: 0.1px;
}

.recruitPageSection3 .title {
  margin: 70px auto 50px;
}

.recruitPageSection3 .title h2 {
  margin: 0 auto 23px;
  width: 110px;
  height: 38px;
  text-indent: -9999rem;
  background: url("../image/recruit_section3_text.png") no-repeat center top;
  background-size: 110px 38px;
}

.recruitPageSection3 .title p {
  color: #aaaaaa;
  text-align: center;
}

.recruitPageSection3 .section3 {
  display: flex;
  align-items: center;
  padding-left: 50px;
  height: 281px;
  color: #777c89;
  font-size: 34px;
  background: url("../image/recruit_section3_bg.jpg") no-repeat;
  -webkit-transition: all 0.5s;
}

.recruitPageSection3 .section3 .text {
  width: 396px;
  height: 133px;
  background: url("../image/recruit_section3_text_2.png") no-repeat;
  background-size: 100% 100%;
}

.recruitList {
  margin-top: 50px;
  margin-bottom: 120px;
  padding: 0 40px;
  height: 180px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recruitList .label {
  font-size: 36px;
  color: #000;
  font-weight: 500;
}

.recruitList .toView {
  position: relative;
  width: 53px;
  height: 53px;
  background: #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
}

.recruitList .toView:hover {
  cursor: pointer;
  -webkit-transform: translateX(5px);
}

.recruitList .toView:hover i {
  -webkit-transform: translateX(5px);
}

.recruitList .toView i {
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: 50%;
  margin-top: -12px;
  width: 28px;
  height: 24px;
  background: url("../image/icon_arrow_right.png") no-repeat;
  -webkit-transition: all 0.5s;
}

.dialog {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.dialog.show {
  display: block;
}

.dialog.show .dialogBox {
  opacity: 1;
  -webkit-transform: translateY(0);
}

.dialog .dialogBox {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -500px;
  margin-top: -300px;
  width: 1000px;
  height: 600px;
  background: #fff;
  opacity: 0;
  border: 5px solid rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(100px);
  -webkit-transition: all 0.5s;
}

.dialog .dialogBox .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 0 16px;
  height: 53px;
}

.dialog .dialogBox .top .close {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: url("../image/icon_close.png") no-repeat;
}

.dialog .dialogBox .box {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  line-height: 2;
}

.dialog .dialogBox .box .positionItem {
  margin-bottom: 20px;
}

.dialog .dialogBox .box .positionItem .name {
  margin-bottom: 10px;
  color: #000;
  font-weight: 500;
}

.dialog .dialogBox .box .positionItem .position p {
  line-height: 25px;
  color: #535353;
}

.dialog .dialogBox .box .positionItem .position p.info {
  margin-bottom: 30px;
}

/** 关于我们 **/
.aboutSection1 {
  /* height: 445px; */
}

.aboutSection1 .text {
  margin: 0 auto;
  padding-bottom: 100px;
  width: 1400px;
  height: 1000px;
  display: flex;
  align-items: center;
  line-height: 45px;
  font-size: 18px;
}

.aboutSection2 {
  position: relative;
  height: 550px;
  background: #000;
}

.aboutSection2 .ceo {
  position: absolute;
  left: 50%;
  margin-left: 110px;
  bottom: 0;
  width: 561px;
  height: 745px;
  background: url("../image/ceo.png") no-repeat;
}

.aboutSection2 .info {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 100px;
  width: 1440px;
  height: 550px;
}

.aboutSection2 .info .title {
  margin-bottom: 20px;
  text-indent: -99999rem;
  width: 427px;
  height: 47px;
  background: url("../image/ceo_text.png") no-repeat;
  background-size: contain;
}

.aboutSection2 .info .text {
  color: #fff;
  width: 435px;
  line-height: 36px;
  font-size: 18px;
  text-align: justify;
}

.aboutSection2 .info .write {
  position: absolute;
  left: 350px;
  top: 350px;
  width: 240px;
  height: 139px;
  background: url("../image/ceo_write.png") no-repeat;
  background-size: contain;
}

.aboutSection3 {
  height: 880px;
  background: url("../image/about_section3_bg.jpg") no-repeat center center;
}

.aboutSection3 .wrap1400 {
  padding-top: 0.1px;
}

.aboutSection3 .indexSection5Con {
  margin-top: 300px;
  border: 1px solid #eaeaea;
  border-bottom: 5px solid #000000;
}

.aboutSection3 .indexSection5Con .companyBox {
  height: 273px;
  background: #fff;
}

.aboutSection3 .indexSection5Con .companyBox ul li {
  height: 273px;
  border-right: 1px solid #eee;
}

.aboutSection3 .indexSection5Con .companyBox ul li:last-child {
  border-right: 0;
}

.aboutSection3 .indexSection5Con .companyBox ul li .companyInfo h2 {
  border-bottom: 0;
  font-size: 14px;
}

.newsDetail {
  padding: 30px 0 50px;
}

.newsDetail .title {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}

.newsDetail .title .name {
  font-size: 40px;
  text-align: center;
}

.newsDetail .title .time {
  margin-top: 20px;
  text-align: center;
  color: #666;
}

.newsDetail .content {
  padding: 20px 0;
  line-height: 2;
  font-size: 16px;
  color: #666;
}

.newsDetail .content img {
  display: table-cell;
  margin: 30px auto;
  max-width: 100%;
}