/* 关于致远 */
.n_pub_tit1 {
  position: relative;
}
.n_pub_tit1 .t1 {
  font-size: 2.6em;
  color: #000066;
}
.n_pub_tit1 .t2 {
  position: relative;
  margin-top: 0.5em;
  text-transform: lowercase;
  letter-spacing: 4px;
  font-size: 2em;
}
.n_pub_tit1 .t2:before,
.n_pub_tit1 .t2:after {
  content: "";
  width: 40px;
  height: 2px;
  display: inline-block;
  background-color: #bfc0c0;
  vertical-align: middle;
  margin: 0 1em;
}
.n_pub_tit1 .t3 {
  display: none;
}

.n_service_out {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 20px;
}
.n_service {
  background-color: #fff;
  width: 49%;
  padding: 2em 1em;
  height: 22em;
  border-radius: 20px;
  border: 2px solid #150a72;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 2em;
}
.n_service dt {
  position: absolute;
  top: -0.7em;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 1.5em;
  color: #150a72;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  padding: 0 0.5em;
}
.n_service1 dd {
  width: 30%;
  cursor: pointer;
}
.n_service2 dd {
  width: 24.5%;
  cursor: pointer;
}
.n_service dd img {
  display: block;
  max-width: 5em;
  max-height: 5em;
  margin: 0 auto;
  transform: rotate(0deg) scale(1);
  transition: 0.5s;
}
.n_service dd:hover img {
  transform: rotate(360deg) scale(0.9);
}
.n_service dd p {
  font-size: 0.8em;
  color: #666666;
  line-height: 1.5em;
  height: 3em;
  margin-top: 0.4em;
}
/* 事业内容 */
.ab_two {
  background: url(../img/n_20.png) center no-repeat;
  background-size: cover;
}
.ab_two .n_pub_tit1 .t1,
.ab_two .n_pub_tit1 .t2 {
  color: #fff;
}
.ab_two .n_pub_tit1 .t2:before,
.ab_two .n_pub_tit1 .t2:after {
  background-color: #fff;
}
.n_business {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.n_business li {
  width: 29%;
  margin: 3% 2% 4% 2%;
}
.n_business li img {
  display: block;
  width: 100%;
  transition: 1s;
}
.n_business li:hover img {
  transform: scale(1.1) rotateZ(-5deg);
  opacity: 0.8;
}
/* 关于我们 */
.ab_three {
  background: url(../img/n_22.png) center no-repeat;
  background-size: cover;
}

.ab_three .pub_mid {
  background-color: #fff;
  box-shadow: 0 0 3px #ccc;
  border-radius: 10px;
}
.n_about {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3% 3% 0;
}
.n_about .text {
  width: 38%;
}
.n_about .img {
  width: 60%;
}
.n_address {
  width: 94%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 3% 0;
  margin: 1% 3% 0 3%;
  flex-wrap: wrap;
  background-color: #f0f5f9;
}
.n_address .text,
.n_address .img {
  width: 30%;
}
.n_address .text p {
  font-size: 16px;
  color: #333;
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
}
.n_address .text p:before {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}
.n_address .text span {
  font-size: 14px;
  color: #666;
  display: block;
}
/* 首页 */
.ind_seven .new_list .li0 .t2,
.ind_seven .new_list .li1 .t2 {
  -webkit-line-clamp: 3;
  height: 5.2em;
}
.ind_seven .new_list .li0 .msg .blue,
.ind_seven .new_list .li1 .msg .blue {
  background-color: #ffd046;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  height: 20px;
  margin-top: 5px;
  text-align: center;
}
.ind_seven .new_list .li2 .t2,
.ind_seven .new_list .li3 .t2,
.ind_seven .new_list .li4 .t2 {
  margin-top: 0;
  line-height: 1.5em;
  height: 3em;
}
.ind_seven .new_list .li2 a,
.ind_seven .new_list .li3 a,
.ind_seven .new_list .li4 a {
  padding-right: 0;
}
.ind_seven .new_list .li2 .msg,
.ind_seven .new_list .li3 .msg,
.ind_seven .new_list .li4 .msg {
  position: relative;
  margin-top: 0.5em;
  background: url(../img/n_29.png) right center no-repeat;
  background-size: 22px auto;
}
.pub_btn1 {
  background-color: #ffd046;
  color: #150a72;
  width: 9em;
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 20px;
}
.ind_seven {
  background: url(../img/n_22.png) center no-repeat;
  background-size: cover;
}
.ind_seven .pub_mid {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px #ccc;
  padding-left: 2%;
  padding-right: 2%;
  width: 1600px;
}
.ind_six {
  background: url(../img/n_30.png) top no-repeat;
  background-size: cover;
}
.ind_six .n_pub_tit1 .t2 {
  color: #fff;
}
.ind_six .n_pub_tit1 .t2:before,
.ind_six .n_pub_tit1 .t2:after {
  background-color: #fff;
}
.ind_six .inbox {
  padding: 3% 2%;
  background-image: none;
}
.ind_six .inbox .img {
  position: relative;
  margin-top: 0;
  top: 0;
  float: left;
  margin-bottom: 2em;
  width: 110px;
  height: 110px;
}
.ind_six .inbox .tip {
  width: calc(100% - 130px);
  float: right;
  margin-bottom: 2em;
}
.ind_six .inbox .t1,
.ind_six .inbox .t2 {
  text-align: left;
}
.ind_six .inbox .t1 {
  margin-top: 6%;
}
.ind_six .inbox .t2 {
  margin-top: 0;
}
.ind_six .inbox .text {
  clear: both;
  height: 7.2em;
}
.ind_six {
  padding-bottom: 0;
}
.ind_six .swiper-pagination-bullet {
  border: 1px solid #150a72;
}
.ind_six .swiper-pagination-bullet-active {
  background-color: #150a72 !important;
}
.ind_six .swiper-slide {
  padding-top: 40px;
}
.team_bd .swiper-slide,
.team_bd .swiper-slide-active,
.team_bd .swiper-slide-duplicate-active {
  transform: scale(0.9);
}
.team_bd .swiper-container {
  width: 100%;
}
.team_bd .swiper-pagination-bullet-active {
  width: 10px;
  background-color: #d575ff !important;
  border: none;
}
.team_bd .swiper-pagination {
  width: 100%;
}
.team_bd .swiper-pagination-bullet {
  margin: 0 10px;
  background-color: #aeaeaf;
  border: none;
}
.team_bd .team_box .img {
  border-radius: 20px;
}
.ind_five {
  background: url(../img/n_31.png) center no-repeat;
  background-size: cover;
}
.ind_five .pub_tit1 .t1 {
  color: #000066;
}
.ind_five .pub_tit1 .t2 {
  color: #999999;
}
.team_bd .team_box {
  position: relative;
}
.ind_five .team_hd span {
  width: 360px;
  max-width: 30%;
  background: url(../img/n_27.png) center no-repeat;
  background-size: 100% 100%;
  border-radius: 0px;
  border: 0px;
  color: #999;
  padding: 1em 0.5em 1.5em 0.5em;
  font-size: 20px;
}
.ind_five .team_hd span.on,
.ind_five .team_hd span:hover {
  background: url(../img/n_28.png) center no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.team_bd .team_box .t1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  margin: 0;
  padding: 0.5em 1em 1.5em;
  font-size: 24px;
  height: auto;
  z-index: 2;
}
.team_bd .team_box .t2 {
  position: absolute;
  left: 0;
  bottom: 3%;
  z-index: 3;
  width: 100%;
  color: #666;
}
.team_bd .team_box .t2 span {
  background-color: #ffd046;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  height: 20px;
  margin-left: 5px;
  text-align: center;
  display: inline-block;
}
.ind_two {
  background: url(../img/n_25.png) center no-repeat;
  background-size: 100% 100%;
}
.ind_one {
  background: url(../img/n_24.png) center no-repeat;
  background-size: 100% 100%;
}
.ind_one .n_pub_tit1 .t2 {
  color: #fff;
}
.ind_one .n_pub_tit1 .t2:before,
.ind_one .n_pub_tit1 .t2:after {
  background-color: #fff;
}
.ind_one .n_service dt {
  color: #fff;
  background: none;
  top: -0.8em;
  font-weight: bold;
  text-shadow: 0 2px 5px #150a72;
  font-size: 2em;
}
.ind_one .n_service {
  border: 5px solid #8d66ec;
  height: 28em;
  width: 48%;
}
.ind_three {
  background: url(../img/n_26.png) center no-repeat;
  background-size: cover;
}
.n_qualified {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.n_qualified li {
  font-size: 20px;
  width: 10em;
  border-radius: 8px;
  border: 1px solid #9a72f9;
  background: #150a72;
  color: #fff;
  text-align: center;
  margin: 0.5em;
  padding: 0.5em;
  transition: 0.5s;
  transform: scale(1);
  position: relative;
  top: 0;
}
.n_qualified li:hover {
  transform: scale(1.1);
  top: -5px;
}
.n_qualified li a {
  color: inherit;
}
.n_qualified li span {
  font-size: 2em;
  color: #7ff3f4;
  font-weight: bold;
}
.ind_three .n_pub_tit1 .t1,
.ind_three .n_pub_tit1 .t2 {
  color: #fff;
}
.ind_three .n_pub_tit1 .t2:before,
.ind_three .n_pub_tit1 .t2:after {
  background-color: #fff;
}
.ind_nine {
  width: 100%;
  background: url(../img/n_34.png);
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
}
.ind_nine .tit,
.ind_nine .cot {
  display: block;
  margin: 0 auto;
}
.ind_nine .tit {
  width: 764px;
  max-width: 60%;
  margin-bottom: 4%;
}
.ind_nine .cot {
  width: 100%;
}
.pub_rightbtn li.btn2:hover {
  width: 60px;
}
.n_mask {
  position: fixed;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 20px;
  border: 5px solid #8d66ec;
  padding: 15px;
  z-index: 7;
}
.n_mask input,
.n_mask textarea,
.n_mask button {
  display: block;
  width: 100%;
}
.n_mask input,
.n_mask textarea {
  background-color: #f1f1f1;
  border: none;
  padding: 10px;
  margin-bottom: 10px;
  resize: none;
}
.n_mask .pub_tit1 {
  font-size: 12px;
}
.n_mask button {
  width: 50%;
  border: none;
  cursor: pointer;
}
/* 招贤纳士 */
.join_out {
  background-color: #fff;
  background-image: url(../img/n_34.png);
  background-repeat: repeat-y;
  background-size: 100 auto;
}
.join_us {
  border: none;
  box-shadow: 0 0 3px #ccc;
  border-radius: 20px;
}
.join_us .form1 li {
  display: flex;
  height: 3.6em;
  font-size: 16px;
}
.join_us .form1 li p {
  width: 5em;
  padding: 0;
  display: flex;
  align-items: center;
}
.join_us .form1 li .n_sex {
  font-size: 16px;
  padding-left: 1em;
  height: 3.6em;
  display: flex;
  align-items: center;
}
.join_us .form1 li input[type="text"],
.join_us .form1 li .n_sex {
  flex: 1;
  background-color: #eff8ff;
  border: none;
}
.join_tit {
  background-color: #74a1f6;
  font-size: 16px;
  color: #fff;
  width: 10em;
  text-align: center;
  padding-bottom: 0;
  height: 2em;
  line-height: 2em;
  border-bottom: none;
}
.n_line {
  display: block;
  border-bottom: 1px dashed #ccc;
  margin: 3% 0;
}
.n_checkbox .n_dl {
  display: flex;
}
.n_checkbox dl {
  margin-right: 6%;
}
.n_checkbox dt {
  width: 10em;
  height: 2.5em;
  border: 1px solid #8576df;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  font-size: 16px;
  text-align: center;
  padding-top: 0.4em;
  cursor: pointer;
  color: #999;
}
.n_checkbox dl.on dt {
  border: 1px solid #fff;
  height: 2.8em;
  color: #fff;
  background-image: url(../img/n_28.png);
}
.n_checkbox dt:hover {
  border: 1px solid #fff;
  height: 2.8em;
  color: #fff;
  background-image: url(../img/n_28_1.png);
}
.n_checkbox .n_dd dd.on {
  display: block;
}
.n_checkbox .n_dd dd {
  display: none;
}
.n_dd {
  margin-top: 2%;
  padding: 2%;
  background-color: #eff8ff;
}
.n_dd .layui-form-checkbox i {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.n_dd .layui-form-checkbox[lay-skin="primary"] {
  margin-right: 20px;
}
.n_dd .layui-form-checked[lay-skin="primary"] i {
  background-color: rgba(0, 0, 0, 0);
  border-color: #847fe5 !important;
}
.n_dd i:before {
  content: "";
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n_dd .layui-form-checked[lay-skin="primary"] i:before {
  content: "\e617";
  color: #847fe5;
}
.join_us {
  position: relative;
}
.n_office {
  position: absolute;
  right: 4%;
  bottom: 4%;
  display: flex;
}
.n_office p {
  position: relative;
  font-size: 20px;
  padding-left: 2em;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 2em 2em;
  line-height: 2em;
  height: 2em;
  cursor: pointer;
  margin-left: 1.5em;
}
.n_office p:nth-child(1) {
  background-image: url(../img/n_35.png);
}
.n_office p:nth-child(2) {
  background-image: url(../img/n_36.png);
}
.n_office p input {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.class_out .pub_btn1,
.join_out .pub_btn1 {
  height: 2em;
}
/* 合格实绩 */
.n_que_one {
  padding-top: 6%;
  background-color: #fff;
  background-image: url(../img/n_34.png);
  background-repeat: repeat-y;
  background-size: 100 auto;
}
.que_one {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 3px #ccc;
  padding: 2%;
}
.que_one .a_hd {
  border: none;
}
.que_one .a_hd dl:before {
  display: none;
}
.que_one .a_hd dl dt {
  width: 80px;
  height: 1.5em;
  line-height: 1.5em;
  color: #fff;
}
.que_one .a_hd dl.year dt {
  background-color: #74a1f6;
}
.que_one .a_hd dl.zhuanye dt {
  background-color: #974fcd;
}
.que_one .a_hd dl dd:hover,
.que_one .a_hd dl dd.on {
  background-color: #fff;
  font-weight: bold;
  color: #333;
}
.que_one .n_pub_tit1 {
  position: relative;
  top: -50px;
  text-align: center;
}
.que_one .n_pub_tit1 .t2 {
  text-transform: uppercase;
}
.que_one .n_pub_tit1 .t1 {
  background: url(../img/n_28_2.png) center no-repeat;
  background-size: 100% 100%;
  color: #fff;
  width: 400px;
  max-width: 6em;
  margin: 0 auto;
}
.que_one .a_hd {
  margin-top: 0;
}
/* case */
.n_case {
  position: relative;
}
.n_case img {
  line-height: 0;
  display: block;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.n_case .top,
.n_case .center,
.n_case .bottom {
  position: relative;
  text-align: center;
}
.n_case .top .tit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
  width: 35%;
}
.n_case .top .tit p {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 1px blue;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
}
.n_case .top .tit span {
  font-size: 29px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-shadow: 0 0 1px blue;
  line-height: 1em;
  height: 1em;
  overflow: hidden;
}
.n_case .center {
  padding-left: 7%;
  padding-right: 7%;
  background: url(../img/case/blue_bg_02.jpg) center repeat-y;
  background-size: 100% auto;
}
.n_case .bottom {
  background: url(../img/case/blue_06.jpg) top center no-repeat;
  background-size: 100% auto;
  padding: 10% 4%;
}
.n_case .bottom p {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 4%;
  line-height: 1.5em;
}
.n_case .bottom img {
  width: 40%;
}
.n_case_new * {
  line-height: 0;
}
.n_case_new img {
  display: block;
  width: 100%;
  line-height: 0;
  margin: 0 auto;
}
.ind_six .inbox .t2{
  transition: 0.3s;
}
.ind_six .inbox:hover .t2{
  font-weight: bold;
  font-size: 16px;
}
/* 媒体查询 */
@media screen and (max-width: 1550px) {
  .pub_tit1 {
    font-size: 18px;
  }
  .ind_seven .new_list .li2,
  .ind_seven .new_list .li3,
  .ind_seven .new_list .li4 {
    padding-bottom: 2%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 1450px) {
  .n_case .top .tit {
    bottom: 6%;
  }
  .ind_seven .pub_mid {
    width: 100%;
  }
  .pub_tit1 {
    font-size: 16px;
  }
  .ind_seven .new_list .li2,
  .ind_seven .new_list .li3,
  .ind_seven .new_list .li4 {
    padding-bottom: 1%;
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 1200px) {
  .n_case .top .tit {
    bottom: 7%;
  }
  .n_case .bottom p,
  .n_case .top .tit p {
    font-size: 30px;
  }
  .n_case .top .tit span {
    font-size: 20px;
  }
  .join_us .form1 li,
  .join_us .form1 li .n_sex {
    height: 2.4em;
  }
  .pub_tit1 {
    font-size: 14px;
  }
  .n_service_out {
    font-size: 14px;
  }
  .n_qualified li {
    font-size: 16px;
  }
  .n_checkbox .n_dl {
    flex-wrap: wrap;
  }
  .n_checkbox dl {
    margin: 3%;
  }
  .n_checkbox dl dt {
    font-size: 14px;
  }
  .n_office {
    position: relative;
    right: 0;
    bottom: 0;
    font-size: 14px;
    justify-content: space-around;
    align-items: center;
    padding: 4% 0;
  }
  .n_office p {
    margin: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .que_one .n_pub_tit1 {
    top: 0;
  }
  .pub_btn1 {
    font-size: 12px;
  }
  .ind_seven .new_list .li0 .t2,
  .ind_seven .new_list .li1 .t2 {
    -webkit-line-clamp: 2;
    height: 3em;
  }
  .pub_tit1 {
    font-size: 12px;
  }
  .n_service_out {
    font-size: 14px;
  }
  .n_pub_tit1 .t1 {
    font-size: 1.8em;
  }
  .n_pub_tit1 .t2 {
    font-size: 1.2em;
  }
  .n_about,
  .n_address {
    display: block;
  }
  .n_address {
    padding: 3%;
  }
  .n_about .text,
  .n_about .img,
  .n_address .text,
  .n_address .img {
    width: 100%;
    margin: 1% 0;
  }
}
@media screen and (max-width: 800px) {
  .n_pub_tit1 .t2 {
    letter-spacing: 0px;
  }
  .n_case .top .tit {
    bottom: 6%;
  }
  .n_case .bottom p,
  .n_case .top .tit p {
    font-size: 13px;
    font-weight: normal;
  }
  .n_case .top .tit span {
    font-size: 12px;
    font-weight: normal;
  }
  .join_us .form1 {
    margin-bottom: 0;
  }
  .n_service_out {
    display: block;
    font-size: 12px;
  }
  .n_service {
    width: 100%;
    padding: 1em;
  }
  .n_business li {
    width: 100%;
    margin: 3% 0% 4% 0%;
  }
  .n_qualified li {
    font-size: 12px;
    margin: 2px;
  }
  .ind_nine .tit {
    max-width: 80%;
  }
}
