.column-wrapper {
  background-color: #fff;
}

.main-container .primary {
  background: #f3f3f3;
}

.main-container .banner {
  position: relative;
  color: #fff;
  line-height: 1;
}

.main-container .banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(7, 52, 104);
  opacity: 0.4;
}

.main-container .banner .banner-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.main-container .banner .banner-content {
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  z-index: 1;
}

.main-container .banner h1 {
  display: flex;
  align-items: center;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
}

.main-container .banner h1 img {
  width: 80px;
  height: auto;
  margin-right: 25px;
}

.main-container .banner h2 {
	font-size: 24px;
	font-weight: 500;
	background: #344a95;
	line-height: 1;
	padding: 8px 18px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.main-container .banner .attribute {
  margin-bottom: 60px;
  color: #ffffff;
}

.main-container .banner .attribute span {
  display: inline-block;
  margin: 0 15px;
}

.main-container .banner .tips {
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.main-container .banner .tips span {
  padding: 5px 12px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 0 7px;
  margin-bottom: 15px;
}
.main-container .nav {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
}

.main-container .href-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #344a95;
}

.main-container .href-nav a {
  padding: 20px 70px;
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  border-right: 1px solid #344a95;
  cursor: pointer;
}

.main-container .href-nav a:last-child {
  border-right: none;
}

.main-container .href-nav a:hover {
  background-color: #23377E;
  color: #ffffff;
}

.main-container .nav {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
}

.main-container .nav .information,
.main-container .nav .introduce,
.main-container .nav .pay,
.main-container .nav .contact-us {
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  margin-bottom: 5px;
  border-radius: 16px;
  background: linear-gradient(-180deg, rgb(2,132,195), rgb(2,132,195));
  overflow: hidden;
  z-index: 1;
}

.main-container .nav .information::after,
.main-container .nav .introduce::after,
.main-container .nav .pay::after,
.main-container .nav .contact-us::after,
.main-container .nav .BSH::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-container .nav .information::after {
  width: 46px;
  height: 44px;
  background-image: url(../assets/topicPage/aboutUs.png);
}

.main-container .nav .introduce::after {
  width: 44px;
  height: 44px;
  background-image: url(../assets/topicPage/introduce.png);
}

.main-container .nav .pay::after {
  width: 44px;
  height: 44px;
  background-image: url(../assets/topicPage/pay.png);
}

.main-container .nav .contact-us::after {
  width: 45px;
  height: 45px;
  background-image: url(../assets/topicPage/contactUs.png);
}

.main-container .nav .BSH::after {
  width: 50px;
  height: 50px;
  background-image: url(../assets/topicPage/BSH.png);
}

.main-container .nav a {
  margin: 0 51px;
}

.main-container .nav p {
  font-size: 16px;
  font-weight: 500;
  color: #4c4c4c;
}

.main-container .content1 {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 50px;
}

.main-container .content1 p {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 40px;
}

.main-container .content {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-container .content .title {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  font-size: 32px;
  text-align: center;
}

.main-container .content .title span {
  position: relative;
  margin: 0 45px;
}

.main-container .content .title span strong {
  position: relative;
  z-index: 1;
  background: linear-gradient(
    -180deg,
    #344a95 50%,
    #2A3F87 100%
  );
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.main-container .content .title span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 100%;
  height: 5px;
  background: rgb(248,135,49);
}

.main-container .content .title::before {
  content: "";
  display: block;
  flex: 1;
  height: 4px;
  background: url(../assets/topicPage/title-left.png) no-repeat center/cover;
}

.main-container .content .title::after {
  content: "";
  display: block;
  flex: 1;
  height: 4px;
  background: url(../assets/topicPage/title-right.png) no-repeat center/cover;
}

.main-container .content a:hover {
  text-decoration: underline;
  color: #f30;
}

.main-container .content img {
  width: max-content;
  max-width: 1140px;
  border: 0px solid #ffb463;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 30px;
  box-sizing: border-box;
}

.imgti {
  width: max-content;
  max-width: 1140px;
  border: 0px solid #ffb463;
  border-radius: 0px;
  margin: 0;
  margin-top: 30px;
  box-sizing: border-box;
}

.main-container .content p {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 40px;
}

.main-container .content .imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1140px;
}

.main-container .content .imgs img {
  flex: 1;
  max-width:360px;
}

.main-container .content .imgs img:nth-child(2n) {
  margin-left: 35px;
}

.main-container .td {
  width: 100%;
  margin: 20px 0;
  background: #fff;
}

.main-container .td p {
  text-align: center;
  line-height: 1.6;
  padding: 8px 5px;
}

.main-container .td tr td {
  padding: 10px 5px;
}

.main-container .td tr:nth-child(2n + 1) {
  background: rgba(46, 84, 189, 0.1);
}

.main-container .td1 {
  background: rgba(255, 255, 255, 1);
}

.main-container .td th {
  background: rgba(46, 84, 189, 0.1);
}

.main-container .td th p {
  font-weight: bold;
}

#contactUs .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#contactUs .title {
  flex: 100%;
}

#contactUs .content-left {
  flex: 1;
}

#contactUs .content-left p {
  line-height: 30px;
  padding-left: 40px;
}

#contactUs .content-left p + p {
  margin-top: 8px;
}

#contactUs .content-left p[class^="icon"] {
  position: relative;
}

#contactUs .content-left p[class^="icon"]::before,
#contactUs .content-left p[class^="icon"]::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
}

#contactUs .content-left p[class^="icon"]::before {
  border-radius: 50%;
  background: rgba(95, 150, 245, 0.1);
}

#contactUs .content-left .icon-contacts::after {
  background: url(../assets/topicPage/contacts.png) no-repeat center;
}

#contactUs .content-left .icon-phone::after {
  background: url(../assets/topicPage/phone.png) no-repeat center;
}

#contactUs .content-left .icon-mail::after {
  background: url(../assets/topicPage/mail.png) no-repeat center;
}

#contactUs .content-left .icon-location::after {
  background: url(../assets/topicPage/location.png) no-repeat center;
}

#contactUs .content-left .icon-people::after {
  background: url(../assets/topicPage/people.png) no-repeat center;
}

#contactUs .content-right {
  margin-left: 100px;
}

#contactUs .content-right img {
  margin-top: 0;
  border: none;
  border-radius: 0px;
}

.liangpai {
  width: 30%;
  height: 500px;
  margin: 15px 0;
}

.main-container .fengkai {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

.main-container .fengkai span {
  max-width: 400px;
  margin-right: 0px;
  margin-bottom: 15px;
}

.span:nth-last-child(3n) {
  margin-right: 0;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}

.to-top {
  background: url(http://www.gaoxiaojob.com/zhaopin/zhuanti/images/top2.png)
    no-repeat;
}

@media (max-width: 1200px) {
  html,
  body {
    width: 1000px !important;
  }
  .video {
    width: 100%;
    height: auto;
  }
}

.review-offline {
  padding-top: 43px;
}

.review-offline .title-small {
  margin-bottom: 18px;
}

.review-offline .content {
  align-content: center;
  height: 500px;
  padding: 0 100px;
  background: #f9faff;
  border-radius: 10px;
}

.video {
  width: 1200px;
  height: 670px;
  margin-bottom: 40px;
}
.to-top {
  display: none;
  position: fixed;
  width: 46px;
  height: 46px;
  right: 13%;
  bottom: 50px;
  cursor: pointer;
  background-image: url("../assets/topicPage/to-top.png");
  background-size: contain;
}
