@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

body {
  font-family: Microsoft YaHei, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  border: 0;
  /*vertical-align:middle*/
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

input {
  -webkit-appearance: none;
  outline: none;
  /*去除input默认样式*/
}

.displayNone {
  display: none;
}

button {
  -webkit-appearance: none;
  outline: none;
}

.safeguardBox .safeguardContentBox, .nestleBox, .jobMarketBox .jobMarketdiv, .newsListBox .newsBox .newsTitBox, .foot .footBox .footSubBox, #swiper2 .swiper-wrapper .swiper-slide, .contentBox .tabBox .tabConBox .tabCon, .contentBox .tabBox .tabNavBox, .contentBox .contentBig .contentBigRight .contentBigInfo, .contentBox .contentBig, .contentBox, .titH2Box .searchBox, .titH2Box, .bannerBox .bannerBtnBox {
  *zoom: 1;
}
.safeguardBox .safeguardContentBox:before, .nestleBox:before, .jobMarketBox .jobMarketdiv:before, .newsListBox .newsBox .newsTitBox:before, .foot .footBox .footSubBox:before, #swiper2 .swiper-wrapper .swiper-slide:before, .contentBox .tabBox .tabConBox .tabCon:before, .contentBox .tabBox .tabNavBox:before, .contentBox .contentBig .contentBigRight .contentBigInfo:before, .contentBox .contentBig:before, .contentBox:before, .titH2Box .searchBox:before, .titH2Box:before, .bannerBox .bannerBtnBox:before, .safeguardBox .safeguardContentBox:after, .nestleBox:after, .jobMarketBox .jobMarketdiv:after, .newsListBox .newsBox .newsTitBox:after, .foot .footBox .footSubBox:after, #swiper2 .swiper-wrapper .swiper-slide:after, .contentBox .tabBox .tabConBox .tabCon:after, .contentBox .tabBox .tabNavBox:after, .contentBox .contentBig .contentBigRight .contentBigInfo:after, .contentBox .contentBig:after, .contentBox:after, .titH2Box .searchBox:after, .titH2Box:after, .bannerBox .bannerBtnBox:after {
  content: " ";
  display: table;
}
.safeguardBox .safeguardContentBox:after, .nestleBox:after, .jobMarketBox .jobMarketdiv:after, .newsListBox .newsBox .newsTitBox:after, .foot .footBox .footSubBox:after, #swiper2 .swiper-wrapper .swiper-slide:after, .contentBox .tabBox .tabConBox .tabCon:after, .contentBox .tabBox .tabNavBox:after, .contentBox .contentBig .contentBigRight .contentBigInfo:after, .contentBox .contentBig:after, .contentBox:after, .titH2Box .searchBox:after, .titH2Box:after, .bannerBox .bannerBtnBox:after {
  clear: both;
}

.newsListBox .newsBox .newsTitBox .newsTit, .contentBox .tabBox .tabConBox .tabCon .tit, .contentBox .contentBig .contentBigRight .contentBigTit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bodyBg {
  background: #f8f7fa;
}

.bannerBox {
  width: 100%;
  height: 332px;
  position: relative;
  overflow: hidden;
}
.bannerBox .banner {
  width: 1920px;
  height: 332px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.bannerBox .bannerBtnBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
/* .bannerBox .bannerBtnBox .bannerBtn {
  float: right;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0 20px;
  border-radius: 24px;
  border: 2px solid #fff;
  margin: 20px 75px 0 0;
} */
.bannerBox .bannerBtnBox .bannerBtn {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0 20px;
  border-radius: 24px;
  border: 2px solid #fff;
  position: absolute;
  top: 20px;
  right: 75px;
}
.bannerBox .bannerBtnBox .bannerBtn1 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0 20px;
  border-radius: 24px;
  border: 2px solid #fff;
  position: absolute;
  top: 70px;
  right: 75px;
}
.mainBox {
  width: 1200px;
  margin: 0 auto;
}

.titH1Box {
  width: 100%;
  line-height: 24px;
  text-align: center;
  margin-top: 60px;
}
.titH1Box .titH1Line {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 1px;
  background: #999;
}
.titH1Box .titH1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  color: #3d3d3d;
  margin: 0 10px;
}

.titH1Box2 {
  width: 100%;
  line-height: 24px;
  text-align: center;
  margin-top: 60px;
}
.titH1Box2 .titH1Line {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 1px;
  background: #964cff;
}
.titH1Box2 .titH1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  color: #964cff;
  margin: 0 10px;
}

.titH2Box {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.titH2Box .titH2 {
  float: left;
  font-size: 24px;
  color: #3d3d3d;
  line-height: 48px;
  font-weight: bold;
}
.titH2Box .searchBox {
  float: left;
  width: 800px;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
  margin-left: 60px;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}
.titH2Box .searchBox .searchInput {
  width: 700px;
  height: 48px;
  float: left;
  background: #fff;
  font-size: 16px;
  color: #555;
  text-indent: 15px;
}
.titH2Box .searchBox .searchInput::-webkit-input-placeholder {
  color: #999;
}
.titH2Box .searchBox .searchInput::-moz-input-placeholder {
  color: #999;
}
.titH2Box .searchBox .searchInput::-ms-input-placeholder {
  color: #999;
}
.titH2Box .searchBox .searchBtn {
  width: 100px;
  height: 48px;
  background: #964cff;
  cursor: pointer;
}
.titH2Box .searchBox .searchBtn .searchIcon {
  display: block;
  line-height: 0;
  width: 18px;
  height: 18px;
  margin: 0px 0 0 41px;
}
.titH2Box .changeList {
  float: right;
  line-height: 48px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.titH2Box .changeListIcon {
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  margin: 16px 5px 0 0;
  cursor: pointer;
}

.contentBox {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.contentBox .contentSmall {
  float: left;
  width: 285px;
  height: 120px;
  position: relative;
  margin: 0 20px 20px 0;
  line-height: 120px;
  border-radius: 8px;
}
.contentBox .contentSmall:nth-child(4n) {
  margin-right: 0;
}
.contentBox .contentSmall .contentSmallBg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contentBox .contentSmall .contentSmallP {
  position: absolute;
  right: 25px;
  bottom: 30px;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  line-height: 30px;
}
.contentBox .contentMid {
  float: left;
  width: 390px;
  height: 160px;
  position: relative;
  margin: 0 15px 15px 0;
  line-height: 120px;
  border-radius: 8px;
}
.contentBox .contentMid:nth-child(3n) {
  margin-right: 0;
}
.contentBox .contentMid .contentMidBg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contentBox .contentMid .contentMidP {
  position: absolute;
  top: 0;
  right: 30px;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  line-height: 160px;
}
.contentBox .contentMid .contentMidP1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  line-height: 160px;
}
.contentBox .contentMid .contentLitPTip {
  width: 100px;
  height: 16px;
  background: #964cff;
  position: absolute;
  top: 85px;
  left: 145px;
  z-index: 1;
}
.contentBox .contentBig {
  float: left;
  width: 390px;
  height: 160px;
  position: relative;
  margin: 0 15px 15px 0;
  line-height: 120px;
  border-radius: 8px;
  background: #fff;
}
.contentBox .contentBig:nth-child(3n) {
  margin-right: 0;
}
.contentBox .contentBig .contentBigImg {
  display: block;
  width: 90px;
  height: 90px;
  float: left;
  margin: 35px 0 0 10px;
}
.contentBox .contentBig .contentBigRight {
  float: left;
  width: calc(100% - 130px);
  margin-left: 10px;
  padding-top: 46px;
}
.contentBox .contentBig .contentBigRight .contentBigTit {
  font-size: 22px;
  color: #3d3d3d;
  line-height: 28px;
  overflow: hidden;
}
.contentBox .contentBig .contentBigRight .contentBigInfo {
  margin-top: 20px;
}
.contentBox .contentBig .contentBigRight .contentBigInfo .addicon {
  float: left;
  display: block;
  width: 10px;
  height: 13px;
  margin-top: 5px;
}
.contentBox .contentBig .contentBigRight .contentBigInfo .address {
  float: left;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-left: 5px;
}
.contentBox .contentBig .contentBigRight .contentBigInfo .money {
  float: right;
  font-size: 24px;
  color: #e60012;
  line-height: 24px;
}
.contentBox .tabBox {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 0 40px 0;
}
.contentBox .tabBox .tabNavBox {
  width: 1000px;
  height: auto;
  margin: 0 auto 0 auto;
  border-bottom: 1px solid #e4e3e5;
}
.contentBox .tabBox .tabNavBox .tabNav {
  float: left;
  font-size: 20px;
  color: #3d3d3d;
  margin-right: 48px;
  line-height: 48px;
  position: relative;
  cursor: pointer;
}
.contentBox .tabBox .tabNavBox .tabNavOn {
  color: #964cff;
}
.contentBox .tabBox .tabNavBox .tabNavOn:after {
  content: "";
  width: 82px;
  height: 2px;
  background: #964cff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contentBox .tabBox .tabNavBox .more {
  float: right;
  font-size: 16px;
  color: #666;
  line-height: 48px;
}
.contentBox .tabBox .tabNavBox .moreIcon {
  display: block;
  float: right;
  width: 14px;
  height: 14px;
  margin: 17px 5px 0 0;
}
.contentBox .tabBox .tabConBox {
  width: 1000px;
  height: auto;
  margin: 0 auto 0 auto;
  padding-top: 10px;
  display: none;
}
.contentBox .tabBox .tabConBox .tabCon {
  margin-top: 20px;
}
.contentBox .tabBox .tabConBox .tabCon .tit {
  float: left;
  font-size: 16px;
  color: #5c5c5c;
  line-height: 24px;
  max-width: 670px;
}
.contentBox .tabBox .tabConBox .tabCon .time {
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

.contentBoxCon {
  width: 100%;
  height: auto;
  margin-top: 30px;
  overflow-x: auto;
}
.contentBoxCon::-webkit-scrollbar {
  display: none;
}
.contentBoxCon .contentBoxCw {
  width: auto;
  white-space: nowrap;
  height: 150px;
  text-align: left;
}
.contentBoxCon .contentBoxCw .contentLit {
  display: inline-block;
  width: 240px;
  height: 150px;
  position: relative;
  margin: 0 15px 0 0;
  line-height: 0;
}
.contentBoxCon .contentBoxCw .contentLit .contentLitBg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contentBoxCon .contentBoxCw .contentLit .contentLitP {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  z-index: 3;
  line-height: 150px;
}
.contentBoxCon .contentBoxCw .contentLit .contentLitPTip {
  width: 90px;
  height: 14px;
  background: #964cff;
  position: absolute;
  top: 80px;
  left: 75px;
  z-index: 1;
}

.contentBox1 .bigImg1 {
  width: 100%;
  height: auto;
  display: block;
  margin: 5px 0 0 0;
}
.contentBox1 .bigImg2 {
  width: 100%;
  height: auto;
  display: block;
  margin: 20px 0 0 0;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

#swiper1 .swiper-wrapper .swiper-slide {
  width: 240px;
  height: 150px;
  position: relative;
  line-height: 0;
}
#swiper1 .swiper-wrapper .swiper-slide .contentLitBg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#swiper1 .swiper-wrapper .swiper-slide .contentLitP {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  z-index: 3;
  line-height: 150px;
}
#swiper1 .swiper-wrapper .swiper-slide .contentLitPTip {
  width: 90px;
  height: 14px;
  background: #964cff;
  position: absolute;
  top: 80px;
  left: 75px;
  z-index: 1;
}

.contentBoxx {
  width: 100%;
  height: auto;
  padding: 60px 0 10px 0;
  background: #fff;
  margin-top: 30px;
  border-radius: 8px;
  position: relative;
}
.contentBoxx .nextBtn {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  top: 190px;
  right: -20px;
  z-index: 9;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.contentBoxx .nextBtn img {
  display: block;
  width: 19px;
  height: 16px;
  margin: 12px 0 0 10px;
}
.contentBoxx .prevBtn {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  top: 190px;
  left: -20px;
  z-index: 9;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.contentBoxx .prevBtn img {
  display: block;
  width: 19px;
  height: 16px;
  margin: 12px 0 0 10px;
}

#swiper2 .swiper-wrapper .swiper-slide {
  padding-bottom: 70px;
}
#swiper2 .swiper-wrapper .swiper-slide .qyImg {
  display: block;
  float: left;
  width: 486px;
  height: 308px;
  margin-left: 48px;
}
#swiper2 .swiper-wrapper .swiper-slide .qyInfoBox {
  float: left;
  height: 308px;
  margin-left: 50px;
}
#swiper2 .swiper-wrapper .swiper-slide .qyInfoBox .qyLogo {
  display: block;
  width: 238px;
  height: 38px;
}
#swiper2 .swiper-wrapper .swiper-slide .qyInfoBox .qyWord {
  font-size: 14px;
  color: #3d3d3d;
  line-height: 28px;
  margin-top: 15px;
  height: 212px;
}
#swiper2 .swiper-wrapper .swiper-slide .qyInfoBox .qeBtn {
  display: block;
  width: 140px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #964cff;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
}

.foot {
  margin-top: 80px;
  width: 100%;
  height: 160px;
  background: #964cff;
}
.foot .footBox {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
.foot .footBox .footTit {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
.foot .footBox .footTit span {
  font-weight: bold;
  margin-left: 5px;
}
.foot .footBox .footSubBox {
  margin-top: 20px;
}
.foot .footBox .footSubBox .footIcon {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
}
.foot .footBox .footSubBox .footWord {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  float: left;
  margin: 0 30px 0 10px;
}

.newsListBox {
  width: 1100px;
  margin: 30px auto 0 auto;
  border-radius: 8px;
  background: #fff;
  padding: 20px 0 40px 0;
}
.newsListBox .newsBox {
  width: 1000px;
  margin: 20px auto 0 auto;
  border-bottom: 1px solid #eeedf0;
  padding: 0 0 20px 0;
}
.newsListBox .newsBox .newsTitBox .newsTit {
  float: left;
  font-size: 16px;
  color: #333;
  width: 850px;
  line-height: 24px;
}
.newsListBox .newsBox .newsTitBox .newsTit:hover {
  color: #964cff;
}
.newsListBox .newsBox .newsTitBox .newsTime {
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.newsListBox .newsBox .newsSubTit {
  font-size: 14px;
  color: #999;
  line-height: 28px;
  margin-top: 5px;
}
.newsListBox .pageBox {
  width: 1000px;
  margin: 30px auto 0 auto;
  text-align: right;
}
.newsListBox .pageBox .pageP {
  display: inline-block;
  font-size: 14px;
  color: #666;
  margin-left: 15px;
  line-height: 14px;
  cursor: pointer;
}
.newsListBox .pageBox .pageP span {
  margin: 0 5px;
}

.newsDetailBox .newsDetailTit {
  background: #fff;
  font-size: 24px;
  line-height: 36px;
  color: #333;
  width: 1100px;
  margin: 0 auto;
  padding: 40px 50px;
  margin-top: 40px;
  border-radius: 8px;
  text-align: justify;
}
.newsDetailBox .newsDetailTime {
  width: 1000px;
  margin: 15px auto;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.newsDetailBox .newsContentBox {
  width: 1100px;
  margin: 0 auto;
  border-radius: 8px;
  background: #fff;
  padding: 40px 50px 60px 50px;
}
.newsDetailBox .newsContentBox .newsContent {
  font-size: 16px;
  line-height: 32px;
  color: #3d3d3d;
  text-indent: 2em;
  margin: 20px auto 0 auto;
  width: 1000px;
  text-align: justify;
}

.jobMarketBox {
  width: 1000px;
  margin: 65px auto 0 auto;
}
.jobMarketBox .jobMarketTit {
  font-size: 24px;
  color: #964cff;
  font-weight: bold;
  line-height: 32px;
}
.jobMarketBox .jobMarketdiv .jobMarketLeft {
  float: left;
  width: 540px;
  margin-top: 10px;
}
.jobMarketBox .jobMarketdiv .jobMarketLeft .jobMarketWord {
  font-size: 14px;
  line-height: 26px;
  color: #3d3d3d;
  padding-left: 20px;
  margin-top: 5px;
  text-align: justify;
}
.jobMarketBox .jobMarketdiv .jobMarketLeft .jobMarketAIcon {
  position: relative;
}
.jobMarketBox .jobMarketdiv .jobMarketLeft .jobMarketAIcon:after {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
  color: #964cff;
  font-size: 20px;
}
.jobMarketBox .jobMarketdiv .jobMarketLeft .jobMarketWordTip {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px;
  background: #f3ebff;
  color: #964cff;
  margin-top: 5px;
}
.jobMarketBox .jobMarketdiv .jobMarketImg {
  display: block;
  float: right;
  width: 328px;
  height: 200px;
  border-radius: 8px;
  box-shadow: 15px 15px 0px 0px #f3ebff;
  margin: 0 65px 0 0;
}

.nestleBox {
  width: 100%;
}
.nestleBox .nestleBoxLeft {
  float: left;
  width: 540px;
}
.nestleBox .nestleBoxLeft .nestleTit {
  font-size: 24px;
  color: #964cff;
  font-weight: bold;
  line-height: 32px;
  margin-top: 50px;
}
.nestleBox .nestleBoxLeft .nestleWord {
  font-size: 16px;
  line-height: 28px;
  color: #3d3d3d;
  text-align: justify;
  padding-left: 20px;
  margin-top: 15px;
}
.nestleBox .nestleBoxRight {
  float: right;
  margin: 100px 20px 0 0;
}
.nestleBox .nestleBoxRight .nestleImgLeft {
  float: left;
}
.nestleBox .nestleBoxRight .nestleImgLeft .nestleLeftImg {
  display: block;
  width: 309px;
  height: 197px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.nestleBox .nestleBoxRight .nestleRightImg {
  margin: 0 0 0 10px;
  display: block;
  float: left;
  width: 232px;
  height: 404px;
  border-radius: 8px;
  box-shadow: 15px 15px 0px 0px #f3ebff;
}

.safeguardBox {
  width: 1000px;
  margin: 50px auto 0 auto;
}
.safeguardBox .safeguardLogo {
  display: block;
  width: 142px;
  height: 32px;
}
.safeguardBox .safeguardSubTit {
  font-size: 20px;
  color: #3d3d3d;
  line-height: 32px;
  padding: 0 20px;
  text-align: justify;
  margin-top: 20px;
}
.safeguardBox .safeguardContentBox {
  margin-top: 50px;
}
.safeguardBox .safeguardContentBox .safeguardContent {
  float: left;
  width: 320px;
  height: auto;
  margin: 0 20px 20px 0;
}
.safeguardBox .safeguardContentBox .safeguardContent:nth-child(3n) {
  margin-right: 0;
}
.safeguardBox .safeguardContentBox .safeguardContent .safeguardContentImg {
  display: block;
  width: 320px;
  height: 200px;
  border-radius: 8px;
}
.safeguardBox .safeguardContentBox .safeguardContent .safeguardContentTip {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  padding: 0 10px;
  background: #f3ebff;
  color: #964cff;
  margin-top: 5px;
  font-weight: bold;
  margin-top: 20px;
}
.safeguardBox .safeguardContentBox .safeguardContent .safeguardContentWord {
  font-size: 16px;
  line-height: 28px;
  color: #3d3d3d;
  padding: 0 0 0 10px;
  text-align: justify;
  min-height: 120px;
  margin-top: 10px;
}

/*# sourceMappingURL=style.css.map */
