@charset "UTF-8";
/**
 * Created by Tony_Liu on 2020/6/16.
 */
.pc {
  display: block;
}
.mobile {
  display: none;
}
.banner {
  width: 100%;
  height: auto;
  position: relative;
}
.banner > div {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
}
.banner > div .logo {
  width: 50vw/7.5;
  margin-top: 25vw/7.5;
  margin-bottom: 10vw/7.5;
}
.banner > div div {
  text-align: center;
  font-size: 23vw/7.5;
  font-weight: bold;
  margin-bottom: 3vw/7.5;
}
.banner > img {
  width: 100%;
}
.content-title {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.content-title .s-line {
  width: 100%;
  height: 1px;
  background: #1060b1;
  margin-top: 9px;
}
.content-title > .text-box {
  width: 400px!important;
  float: none!important;
  margin: -10px auto 0;
  text-align: center;
  background: #fff;
}
.content-title > .text-box span {
  color: #1060b1;
  font-weight: bold;
  font-size: 22px;
  line-height: 16px;
}
.content-title > .text-box .point {
  display: inline-block;
}
.content-title > .text-box .point i {
  display: inline-block;
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  border: 1px solid #1060b1;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  margin: 5px;
}
.content-title > .text-box .point i:nth-child(odd) {
  background: #1060b1;
}
.content-title > .text-box .point i:nth-child(even) {
  background: #fff;
}
.content-title > .text-box .point:last-child i:nth-child(odd) {
  background: #fff;
}
.content-title > .text-box .point:last-child i:nth-child(even) {
  background: #1060b1;
}
.content-title > .en-text-box {
  width: 600px!important;
}
.content-title p {
  color: #1060b1;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.yczq {
  width: 1200px;
  height: 100px;
  margin: 50px auto;
  position: relative;
}
.yczq .s-title {
  width: 56px;
  font-size: 14px;
  background: #005fa6;
  padding: 7px;
  line-height: 1;
  border-radius: 3px;
  margin: 25px 0 0;
}
.yczq .yczq-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.yczq .sexangle {
  display: block;
  width: 111px;
  height: 100px;
  position: absolute;
  text-align: center;
  overflow: hidden;
  border-radius: 40px;
  cursor: pointer;
}
.yczq .sexangle .icon {
  text-align: center;
  font-size: 40px;
  color: #3eb4e9;
  position: relative;
  z-index: 1;
  top: 5px;
  left: 0;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.yczq .sexangle .text {
  position: relative;
  width: 90%;
  left: 5%;
  z-index: 1;
  text-align: center;
  transition: all 0.3s;
  color: #005fa6;
  font-size: 15px;
  letter-spacing: 1px;
}
.yczq .sexangle:hover .icon {
  color: #fff;
}
.yczq .sexangle:hover .text {
  color: #fff;
}
.yczq .sexangle:hover .copy {
  background: #005fa6;
}
.yczq .s1 {
  top: 0;
  left: 0;
}
.yczq .s2 {
  top: 0;
  left: 121px;
}
.yczq .s3 {
  top: 0;
  left: 242px;
}
.yczq .s4 {
  top: 0;
  left: 363px;
}
.yczq .s5 {
  top: 0;
  left: 484px;
}
.yczq .s6 {
  top: 0;
  left: 605px;
}
.yczq .s7 {
  top: 0;
  left: 726px;
}
.yczq .s8 {
  top: 0;
  left: 847px;
}
.yczq .s9 {
  top: 0;
  left: 968px;
}
.yczq .s10 {
  top: 0;
  left: 1089px;
}
.yczq .hexagon {
  position: absolute;
  display: block;
  width: 57px;
  height: 99px;
  left: 27px;
  background: #005fa6;
}
.yczq .hexagon::before {
  width: inherit;
  height: inherit;
  background-color: inherit;
  content: "";
  position: absolute;
  left: 0;
  transform: rotate(-60deg);
}
.yczq .hexagon::after {
  width: inherit;
  height: inherit;
  background-color: inherit;
  content: "";
  position: absolute;
  left: 0;
  transform: rotate(60deg);
}
.yczq .copy {
  width: 55px;
  height: 97px;
  background: #fff;
  top: 1px;
  left: 28px;
  transition: all 0.3s;
}
.yczq .rounded,
.yczq .rounded::before,
.yczq .rounded::after {
  border-top-left-radius: 9px 3px;
  border-top-right-radius: 9px 3px;
  border-bottom-right-radius: 9px 3px;
  border-bottom-left-radius: 9px 3px;
}
.yczq .active .icon {
  color: #fff;
}
.yczq .active .text {
  color: #fff;
}
.yczq .active .copy {
  background: #005fa6;
}
.focus {
  width: 100%;
  height: auto;
  padding: 100px 0 75px;
  margin-bottom: 80px;
  background: #eee;
}
.focus .content-title > .text-box {
  width: 400px!important;
  float: none!important;
  margin: -10px auto 0;
  text-align: center;
  background: #eee;
}
.focus .content-title > .text-box .point {
  display: inline-block;
}
.focus .content-title > .text-box .point i {
  display: inline-block;
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  border: 1px solid #1060b1;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  margin: 5px;
}
.focus .content-title > .text-box .point i:nth-child(odd) {
  background: #1060b1;
}
.focus .content-title > .text-box .point i:nth-child(even) {
  background: #eee;
}
.focus .content-title > .text-box .point:last-child i:nth-child(odd) {
  background: #eee;
}
.focus .content-title > .text-box .point:last-child i:nth-child(even) {
  background: #1060b1;
}
.focus .focus-con {
  width: 1200px;
  height: 320px;
  margin: 85px auto 0;
  position: relative;
}
.focus .focus-con .img-page {
  position: absolute;
  bottom: -10px;
  right: -11px;
  z-index: 11;
}
.focus .focus-con .swiper-container {
  width: 100%;
  height: 320px;
  box-shadow: 0 0 10px #666;
  position: relative;
  overflow: inherit;
}
.focus .focus-con .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
}
.focus .focus-con .swiper-container .swiper-pagination {
  position: absolute;
  right: -97%;
  display: inline-block;
  width: auto;
  z-index: 1111;
  bottom: 0;
}
.focus .focus-con .swiper-container .swiper-pagination-bullet {
  background: #aaa;
  opacity: 1;
}
.focus .focus-con .swiper-container .swiper-pagination-bullet-active {
  width: 16px;
  background: #1060b1;
  border-radius: 8px;
}
.focus .focus-con .swiper-container .text-con {
  padding: 30px;
}
.focus .focus-con .swiper-container .text-con div {
  font-size: 24px;
  color: #1060b1;
  font-weight: bold;
  margin-bottom: 15px;
}
.focus .focus-con .swiper-container .text-con P {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.contact-c {
  width: 100%;
  height: auto;
  padding: 100px 0 1px;
  background: #eee;
}
.contact-c .content-title > .text-box {
  width: 300px!important;
  float: none!important;
  margin: -10px auto 0;
  text-align: center;
  background: #eee;
}
.contact-c .content-title > .text-box .point {
  display: inline-block;
}
.contact-c .content-title > .text-box .point i {
  display: inline-block;
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  border: 1px solid #1060b1;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  margin: 5px;
}
.contact-c .content-title > .text-box .point i:nth-child(odd) {
  background: #1060b1;
}
.contact-c .content-title > .text-box .point i:nth-child(even) {
  background: #eee;
}
.contact-c .content-title > .text-box .point:last-child i:nth-child(odd) {
  background: #eee;
}
.contact-c .content-title > .text-box .point:last-child i:nth-child(even) {
  background: #1060b1;
}
.con {
  width: 1200px;
  margin: 50px auto 100px;
}
.con p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.line {
  width: 100%;
  height: 8px;
  background: #ddd;
}
.school-con {
  width: 1200px;
  margin: 0 auto;
}
.school-con .school-item {
  transition: all 0.3s;
}
.school-con .school-item .school-title {
  width: 100%;
  height: 80px;
  background: #0168B5;
  padding: 0 15px;
  position: relative;
}
.school-con .school-item .school-title img {
  height: 65px;
  float: left;
  margin-top: 8px;
  margin-right: 20px;
  border-radius: 50%;
}
.school-con .school-item .school-title span {
  font-size: 22px;
  color: #fff;
  line-height: 78px;
  font-weight: bold;
}
.school-con .school-item .school-title span + span {
  margin-left: 20px;
  font-size: 18px;
  color: #bcdff7;
  font-weight: normal;
}
.school-con .school-item .school-title .s-btn {
  position: absolute;
  border: 1px solid #005fa6;
  color: #005fa6;
  background: #fff;
  font-size: 16px;
  padding: 5px 10px;
  right: 20px;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;
  border-radius: 8px;
}
.school-con .school-item .job-con {
  position: relative;
}
.school-con .school-item .job-con .job-item {
  padding: 20px 0;
}
.school-con .school-item .job-con .job-item .job-title {
  font-size: 16px;
  color: #025da3;
  text-indent: 0.5em;
  line-height: 1;
}
.school-con .school-item .job-con .job-item .job-title a {
  font-size: 16px;
  color: #025da3;
  line-height: 1;
}
.school-con .school-item .job-con .job-item .job-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 20px auto;
}
.school-con .school-item .job-con .job-item .job-tab > div {
  width: 25%;
  text-align: center;
  color: #666;
  font-size: 15px;
}
.school-con .school-item .job-con .job-item .job-tab > div span {
  margin-left: 6px;
  color: #666;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}
.school-con .school-item .job-con .job-item .detail-con {
  width: 100%;
  height: auto;
  padding: 5px 0 20px;
  border-radius: 10px;
  position: relative;
}
.school-con .school-item .job-con .job-item .detail-con .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.school-con .school-item .job-con .job-item .detail-con .top div {
  margin-right: 120px;
  color: #025da3;
  font-size: 16px;
}
.school-con .school-item .job-con .job-item .detail-con .top div * {
  color: #025da3;
  font-size: 16px;
}
.school-con .school-item .job-con .job-item .detail-con .btn {
  width: 120px;
  height: 30px;
  background: #025da3;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  border-radius: 30px;
  position: absolute;
  top: 20px;
  right: 40px;
  cursor: pointer;
}
.school-con .school-item .job-con .job-item .detail-con .btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 28px;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  color: #fff;
}
.school-con .school-item .job-con .job-item .detail-con .text {
  color: #666;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.8;
}
.school-con .school-item .job-con .job-item .detail-con .text * {
  color: #666;
  font-size: 16px;
}
.school-con .school-item .job-con .show-btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #666;
  font-size: 16px;
  text-align: center;
  margin-top: -25px;
}
.school-con .school-item .job-con .show-btn span {
  font-size: 16px;
  color: #025da3;
  cursor: pointer;
}
.school-con .school-item .job-con .down-btn {
  width: 60px;
  height: 30px;
  margin: -30px auto 0;
  font-size: 16px;
  color: #025da3;
  cursor: pointer;
  text-align: center;
  line-height: 28px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #025da3;
}
table {
  border-collapse: collapse;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  line-height: 22px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
table td {
  border: 1px solid #bdcdd8;
  padding: 10px;
  font-size: 16px;
  color: #333;
  text-align: left;
}
table .tr {
  background: #0168B5;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
table .tr td {
  color: #fff;
}
.img-box {
  width: 1200px;
  margin: 50px auto;
}
.img-box .img-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 20px auto;
}
.img-box .img-item div {
  width: 32%;
  height: auto;
}
.img-box .img-item div img {
  width: 100%;
  height: 100%;
}
.footer {
  width: 100%;
  height: auto;
  background: #F0F0F0;
  padding: 25px 0;
}
.footer p {
  text-align: center;
  font-size: 14px;
  color: #939393;
  line-height: 25px;
}
.footer p a {
  font-size: 14px;
  color: #939393;
}
.height-120 {
  width: 100%;
  height: 120px;
}
.height-100 {
  width: 100%;
  height: 100px;
}
.height-90 {
  width: 100%;
  height: 90px;
}
.height-80 {
  width: 100%;
  height: 80px;
}
.height-70 {
  width: 100%;
  height: 70px;
}
.height-60 {
  width: 100%;
  height: 60px;
}
.height-50 {
  width: 100%;
  height: 50px;
}
.height-40 {
  width: 100%;
  height: 40px;
}
.height-30 {
  width: 100%;
  height: 30px;
}
.height-20 {
  width: 100%;
  height: 20px;
}
.height-10 {
  width: 100%;
  height: 10px;
}
