/*通用样式*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #000000;
  text-decoration: none;
} /*删除a标签下划线  设置最多的颜色*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
} /*h标签统一字体大小*/
button {
  border: none;
}
body {
  font-family: '微软雅黑';
} /*页面默认字体样式*/
p {
  color: #333333;
}
ul,
li {
  list-style: none;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
} /*清浮动*/
.l {
  float: left;
} /*左浮动*/
.r {
  float: right;
} /*右浮动*/
.container {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
} /*版心宽度居中相对定位*/
.container-fluid {
  width: 100%;
} /*通栏*/

.index {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #f3faff;
}
.top {
  height: 100px;
  background-color: #fff;
}
.logo {
  display: block;
  position: absolute;
  top: 12px;
  left: 13px;
  z-index: 1;
  width: auto;
  height: 70px;
}
.logo img {
  display: block;
  width: auto;
  height: 100%;
}
.top-nav {
  float: right;
  padding-top: 32px;
}
.top-nav li {
  margin-right: 22px;
  float: left;
}
.top-nav li a {
  display: block;
  width: auto;
  padding: 8px 30px;
  font-size: 22px;
  line-height: 40px;
  color: #333333;
  font-weight: 400;
  position: relative;
  text-align: center;
  transition-property: border-color, background-color, color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.top-nav li a:hover {
  color: #fff;
  background-color: #3986ff;
}

.top-nav .on a {
  color: #fff;
  background-color: #3986ff;
}

.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.banner .swiper-container {
  width: 100%;
  height: auto;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .swiper-slide p:nth-child(2) {
  font-size: 94px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 124px;
  position: absolute;
  top: 121px;
  left: 50%;
  transform: translateX(-50%);
}
.banner .swiper-slide p:nth-child(3) {
  font-size: 40px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 60px;
  position: absolute;
  top: 274px;
  left: 50%;
  transform: translateX(-50%);
}
.banner .swiper-pagination-bullet {
  width: 100px;
  height: 4px;
  margin: 0 10px 29px;
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
  border-radius: 2px;
}
.banner .swiper-pagination-bullet-active {
  background-color: #3986ff;
}

/* 列表 */

.list_tab {
  /* height: 146px; */
  padding: 30px 0;
  background-color: #fff;
  box-shadow: 0px 0px 20px 1px rgba(77, 168, 238, 0.24);
}
.list_tab .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_tab_item {
  height: 92px;
  width: 220px;
  border: 1px solid #d4d9e2;
  display: flex;
  box-sizing: border-box;
  padding: 20px 8px;
}
.lti_l {
  height: 100%;
  margin-right: 7px;
}
.lti_l img {
  height: 100%;
}
.lti_r {
  display: flex;
  flex-direction: column;
}
.lti_r span:nth-child(1) {
  font-size: 22px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 29px;
  margin-bottom: 2px;
}
.lti_r span:nth-child(2) {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #afb8c6;
  line-height: 19px;
}
.list {
  padding: 40px 0;
  background-color: #fff;
  box-shadow: inset 0px 5px 5px 1px rgba(77, 168, 238, 0.14);
}
.list .container {
  display: flex;
  flex-wrap: wrap;
}
.list_item {
  height: 233px;
  width: 389px;
  background-color: #f7fbfe;
  box-sizing: border-box;
  padding: 35px 20px 0;
  margin-right: 14px;
  margin-top: 15px;
  display: flex;
  /* margin-bottom: 28px; */
}
/* .list_item:nth-child(4n) {
  margin-right: 0;
} */
.list_item a {
  height: 100%;
  width: 100%;
  display: flex;
}
.list_item_l {
  height: 154px;
  width: 154px;
  margin-right: 16px;
}
.list_item_r {
  width: 179px;
}
.list_item_r .tit {
  width: 100%;
  font-size: 22px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 29px;
  margin-bottom: 24px;
}
.list_item_r .txt {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
}
.list_item_r .txt span {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.list_item_r .btn {
  height: 34px;
  width: 88px;
  background-color: #2f80ff;
  color: #fff;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  white-space: nowrap;
}

/* 服务资讯 */
.service {
  background-color: #f3faff;
  padding-top: 66px;
  padding-bottom: 118px;
}
.index_tit {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_tit img {
  height: 100%;
}
.service_list {
  height: 630px;
  overflow: hidden;
  margin-top: 28px;
  padding: 0 20px;
}
/* .service_scorll div {
  animation: 30s moveUp linear infinite normal;
} */
.service_item {
  height: 72px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 16px 1px rgba(113, 164, 245, 0.24);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 22px;
  margin-bottom: 18px;
}
.service_item span:nth-child(1) {
  width: 118px;
  white-space: nowrap;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-right: 60px;
}
.service_item span:nth-child(2) {
  width: 1400px;
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 人才招募 */
.talents {
  padding-top: 48px;
  width: 100%;
  height: 966px;
  background: url('../img/index_8.png') no-repeat center/cover;
}
.talents_con {
  margin-top: 14px;
  margin: 14px auto 0;
  height: 738px;
  width: 778px;
  background-color: rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
  padding: 44px 70px 81px;
}
.talents_con_row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.talents_con_row span {
  padding-top: 19px;
  width: 64px;
  white-space: nowrap;
  text-align: end;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-right: 19px;
}
.talents_con_row .fangshi {
  height: 52px;
  width: 470px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  line-height: 52px;
  padding-left: 28px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.talents_con_row input {
  height: 52px;
  width: 470px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  line-height: 52px;
  padding-left: 28px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  background-color: rgb(0, 0, 0, 0);
  color: #ffffff;
  outline: none;
}
.talents_con_row .verification {
  height: 52px;
  width: 308px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  line-height: 52px;
  padding-left: 28px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  background-color: rgb(0, 0, 0, 0);
  color: #ffffff;
  outline: none;
  margin-right: 16px;
}
.talents_con_row select {
  height: 52px;
  width: 146px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  line-height: 52px;
  padding-left: 28px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  background-color: rgb(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.62);
  outline: none;
  margin-right: 16px;
}
.talents_con_row select option {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.62);
}
.talents_con_row .btn {
  height: 52px;
  width: 146px;
  background-color: #2f80ff;
  cursor: pointer;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.talents_con_row textarea {
  min-height: 168px;
  width: 470px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  padding: 16px 28px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  background-color: rgb(0, 0, 0, 0);
  color: #ffffff;
  outline: none;
}
.talentbtn {
  height: 52px;
  width: 470px;
  background-color: #2f80ff;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-left: 84px;
}
/*关于我们*/
.aboutus {
  padding-top: 63px;
  background-color: #f3faff;
}
.aboutus_con {
  min-height: 520px;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-bottom: 38px;
  margin-top: 65px;
  margin-bottom: 35px;
}
.aboutus_con img {
  height: 520px;
  width: 830px;
  position: absolute;
  top: -38px;
  left: 0;
}
.aboutus_con_r {
  margin-left: 933px;
  padding-top: 38px;
}
.aboutus_con_r .tit {
  position: relative;
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  padding-left: 12px;
  margin-bottom: 37px;
}
.aboutus_con_r .tit::before {
  content: '';
  height: 20px;
  width: 4px;
  background-color: #2f80ff;
  position: absolute;
  top: 7px;
  left: 0;
}
.aboutus_con_r .txt {
  width: 793px;
  max-width: 100%;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-bottom: 7px;
}
.aboutus_con_r .btn {
  height: 34px;
  width: 88px;
  background-color: #2f80ff;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}

/* 关于我们页面 */
.about {
  background-color: #f9f9f9;
  position: relative;
  margin-bottom: 100px;
}
.about_con {
  background-color: #fff;
  margin-top: -70px;
  z-index: 9999999;
  padding: 50px 40px 100px;
  box-sizing: border-box;
}

.about_con_tit {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  text-align: center;
  margin-bottom: 39px;
}
.about_con img {
  width: 100%;
  margin-bottom: 29px;
}
.about_con p {
  font-size: 16px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #333333;
  line-height: 25px;
  text-indent: 2em;
}

/* 人才招聘页面 */
.contact {
  height: auto;
}
.contact_t {
  padding-top: 48px;
  width: 100%;
  height: 966px;
  background: url('../img/index_8.png') no-repeat center/cover;
}
.contact_t .talents_con {
  height: 812px;
}
.talents_con_tit p:nth-child(1) {
  text-align: center;
  font-size: 40px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #2f80ff;
  margin-bottom: 10px;
}
.talents_con_tit p:nth-child(2) {
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 57px;
}
.talentbtn {
  margin-top: 41px;
}
.contact_b {
  width: 100%;
  height: auto;
}
/* 服务资讯 */
@keyframes moveUp {
  100% {
    transform: translateY(-100%);
  }
}
.news_con {
  padding-top: 40px;
  padding-bottom: 100px;
}

.news_con .container {
  /* height: 630px; */
  overflow: hidden;
  padding: 20px;
}
/* .news_con .container .scroll div {
  animation: 30s moveUp linear infinite normal;
} */
.news_item {
  width: 100%;
  height: 72px;
  background-color: #fff;
  box-shadow: 0px 0px 16px 1px rgba(113, 164, 245, 0.24);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 22px;
}
.news_item span:nth-child(1) {
  width: 118px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-right: 60px;
  white-space: nowrap;
}
.news_item span:nth-child(2) {
  width: calc(100% - 200px);
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 服务资讯详情 */
.news_data_con {
  background-color: #f9f9f9;
  padding-bottom: 104px;
}
.news_data_con .container {
  margin-top: -71px;
  background-color: #fff;
  z-index: 99999;
}
.news_data_tit {
  padding: 0 33px 0 20px;
  height: 71px;
  border-bottom: 1px solid #d8d2d2;
  padding-top: 38px;
  display: flex;
  justify-content: space-between;
}
.news-mb {
  display: flex;
  align-items: center;
}
.news-mb a img {
  height: 13px;
  width: 13px;
  margin-right: 8px;
}
.news-mb a {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.news-mb span {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 0 8px;
}
.news_data_tit .txt {
  font-size: 14px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #999999;
}
.news_data_b {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 52px 0 64px;
}
.news_data_b img {
  height: 424px;
  width: 424px;
  margin: 0 auto 52px;
}
.news_data_b p {
  width: 745px;
  font-size: 16px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #333333;
  line-height: 25px;
}

/* 全部服务 */
.goods_t {
  height: 530px;
  width: 100%;
  background: url('../img/index_17.png') no-repeat center/cover;
}
.goods_t .container {
  display: flex;
  height: 526px;
  background-color: #fff;
}
.goods_t_l {
  width: 254px;
  height: 100%;
  background-color: #333333;
}
.gtl_item {
  cursor: pointer;
  height: 75px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
}
.gtl_item.on {
  background-color: #2f80ff;
}
.gtl_item img:nth-child(1) {
  height: 46px;
  width: 46px;
  margin-right: 5px;
}
.gtl_item img:nth-child(3) {
  height: 16px;
  width: 9px;
  margin-left: auto;
}
.gtl_item .txt {
  height: 46px;
  display: flex;
  flex-direction: column;
}
.gtl_item .txt span:nth-child(1) {
  white-space: nowrap;
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 48px;
}
.gtl_item .txt span:nth-child(2) {
  white-space: nowrap;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 19px;
}
.goods_t_c {
  width: calc(100% - 254px - 292px);
}
.gtc_tit {
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 22px;
}
.gtc_con {
  display: flex;
  flex-wrap: wrap;
}
.gtc_con a{
  margin-bottom: 15px;
}
.gtc_con span {
  cursor: pointer;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-right: 50px;
  margin-bottom: 30px;
}
.goods_t_r {
  width: 292px;
  background-color: #f9f9f9;

  box-sizing: border-box;
}
.gtr_t {
  padding: 25px 30px 13px;
  border-bottom: 1px solid #dcdcdc;
}
.gtr_t select {
  padding-left: 8px;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  background-color: #fff;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
}
.gtr_t > input {
  outline: none;
  padding-left: 13px;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  background-color: #fff;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
}
.gtr_t .yan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 14px;
}
.gtr_t .yan input {
  outline: none;
  padding-left: 13px;
  box-sizing: border-box;
  width: 118px;
  height: 36px;
  background-color: #fff;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333;
  border: 1px solid #d9d9d9;
}
.gtr_t .yan .btn {
  height: 36px;
  width: 109px;
  background-color: #2f80ff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.subbtn {
  width: 100%;
  height: 36px;
  background-color: #2f80ff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.gtr_b {
  padding-top: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gtr_b span {
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 13px;
}
.gtr_b img {
  height: 87px;
  width: 87px;
}
.goods_b {
  background-color: #fff;
}
.goods_b .container {
  padding-top: 63px;
  padding-bottom: 104px;
  display: flex;
  flex-wrap: wrap;
}

/* 全部服务详情 */
.goods_detail .news-mb {
  padding: 33px 0 28px;
}
.goods_detail_t {
  display: flex;
  padding-bottom: 66px;
}
.gdt_l {
  width: 575px;
  margin-right: 25px;
}
.gdt_l #gallery {
  width: 100%;
  height: 426px;
  margin-bottom: 10px;
}
.swiper-wrapper img {
  height: 100%;
  width: 100%;
}
.gdt_l #thumbs {
  height: 82px;
}
.gdt_l #thumbs .swiper-slide {
  width: 110px !important;
}
.swiper-button-next:after {
  position: absolute;
  width: 30px;
  height: 83px;
  right: -10px;
  top: -20px;
  z-index: 99999;
  content: '';
  background: url('../img/index_28.png') no-repeat center/cover;
}
.swiper-button-prev:after {
  position: absolute;
  width: 30px;
  height: 83px;
  left: -10px;
  top: -20px;
  z-index: 99999;
  content: '';
  background: url('../img/index_29.png') no-repeat center/cover;
}
.gdt_r {
  width: calc(100% - 600px);
  padding-top: 13px;
}
.gdt_r .tit {
  font-size: 34px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 45px;
  margin-bottom: 24px;
}
.gdt_r .txt {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
  margin-bottom: 16px;
}
.gdt_r .secrecy {
  width: 730px;
  height: 40px;
  max-width: 100%;
  background-color: rgba(47, 128, 255, 0.06);
  display: flex;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 205px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #2f80ff;
  cursor: pointer;
}
.gdt_r .secrecy a {
  color: #2f80ff;
  margin: 0 15px;
}

.gdt_r .bottom {
  display: flex;
  align-items: center;
}
.gdt_r .bottom .btn:nth-child(1) {
  height: 52px;
  width: 278px;
  border: 1px solid #2f80ff;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #2f80ff;
  margin-right: 20px;
  cursor: pointer;
}
.gdt_r .bottom .btn:nth-child(2) {
  height: 52px;
  width: 278px;
  background-color: #2f80ff;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.goods_detail_b .tit {
  width: 100%;
  height: 62px;
  background-color: #f1f3f5;
  padding-left: 27px;
  display: flex;
  align-items: center;
}
.goods_detail_b .tit span {
  position: relative;
  font-size: 28px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.goods_detail_b .tit span::after {
  content: '';
  height: 4px;
  width: 110px;
  background-color: #2f80ff;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.gdb_con {
  padding: 42px 36px 100px;
}
.gdb_con img {
  width: 100%;
  margin-bottom: 51px;
}
.gdb_con p {
  font-size: 16px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #333333;
  line-height: 25px;
}

/* 保密协议弹窗 */
.secrecy_pop {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 9999999;
  top: 0;
  left: 0;
}
.secrecy_pop .bg {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.secrecy_pop_con {
  height: 615px;
  width: 566px;
  background-color: #fff;
  position: absolute;
  top: calc((100vh - 615px) / 2);
  left: calc((100vw - 566px) / 2);
  box-sizing: border-box;
  padding: 39px 48px 27px;
}
.secrecy_pop_con .tit {
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 38px;
}
.secrecy_pop_con .txt {
  height: 490px;
  overflow-y: auto;
}
.secrecy_pop_con .txt p {
  font-size: 16px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #333333;
  line-height: 25px;
}
.secrecy_pop_con img {
  height: 23px;
  width: 23px;
  position: absolute;
  top: 14px;
  right: 15px;
  cursor: pointer;
}
/* 需求登记弹窗 */
.demand_pop {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 9999999;
  top: 0;
  left: 0;
}
.demand_pop .bg {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.demand_pop_con {
  height: 478px;
  width: 566px;
  background-color: #fff;
  position: absolute;
  top: calc((100vh - 478px) / 2);
  left: calc((100vw - 566px) / 2);
  box-sizing: border-box;
  padding: 39px 167px 27px;
}
.demand_pop_con .tit {
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.demand_pop_con img {
  height: 23px;
  width: 23px;
  position: absolute;
  top: 14px;
  right: 15px;
  cursor: pointer;
}
/* 点击预约弹窗 */
.qrcode_pop {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 9999999;
  top: 0;
  left: 0;
}
.qrcode_pop .bg {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.qrcode_pop_con {
  height: 300px;
  width: 300px;
  background-color: #fff;
  position: absolute;
  top: calc((100vh - 300px) / 2);
  left: calc((100vw - 300px) / 2);
  box-sizing: border-box;
  padding: 40px;
}
.qrcode_pop_con .del {
  height: 23px;
  width: 23px;
  position: absolute;
  top: 14px;
  right: 15px;
  cursor: pointer;
}
.qrcode_pop_con .qrcode {
  height: 100%;
  width: 100%;
}
.dpc_con {
  border-bottom: 1px solid #dcdcdc;
}
.dpc_con select {
  padding-left: 8px;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  background-color: #fff;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
}
.dpc_con > input {
  outline: none;
  padding-left: 13px;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  background-color: #fff;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
}
.dpc_con .yan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 14px;
}
.dpc_con .yan input {
  outline: none;
  padding-left: 13px;
  box-sizing: border-box;
  width: 118px;
  height: 36px;
  background-color: #fff;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333;
  border: 1px solid #d9d9d9;
}
.dpc_con .yan .btn {
  height: 36px;
  width: 109px;
  background-color: #2f80ff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.dpc_con .subbtn {
  width: 100%;
  height: 36px;
  background-color: #2f80ff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}

/* 悬浮 */
.xuanfu {
  width: 210px;
  height: 300px;
  /* overflow: hidden; */
  display: block;
  margin: auto;
  position: fixed;
  top: 50%;
  margin-top: -150px;
  right: 0;
  z-index: 99;
}

.xuanfu_con {
  width: 100%;
  height: auto;
  /* overflow: hidden; */
  display: block;
  margin: auto;
}

.xuanfu_con ul {
  width: 100%;
  height: auto;
  /* overflow: hidden; */
  display: block;
  margin: auto;
  list-style: none;
}

.xuanfu_con ul li {
  width: 100%;
  height: auto;
  /* overflow: hidden; */
  display: block;
  margin: auto;
  margin-top: 5px;
  position: relative;
}

.xuanfu_con ul li a {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.xuanfu_con ul li:hover .xuanfu_con_l {
  display: block;
}

.xuanfu_con ul li:nth-child(1):hover .xuanfu_con_r::after {
  content: '';
  width: 11px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 44px;
  background: url(../images/icon_jian.png) no-repeat center;
  background-size: 100% 100%;
}

.xuanfu_con ul li:nth-child(3):hover .xuanfu_con_r::after {
  content: '';
  width: 11px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 44px;
  background: url(../images/icon_jian.png) no-repeat center;
  background-size: 100% 100%;
}

.xuanfu_con_l {
  width: 110px;
  height: auto;
  /* overflow: hidden; */
  display: none;
  margin: auto;
  float: left;
  position: absolute;
  top: 0;
  right: 55px;
  padding: 8px 7px;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background: #fff;
}

/* .xuanfu_con_r::after {
	content: '';
	width: 11px;
	height: 21px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 44px;
	background: url(../images/icon_jian.png);
} */

.xuanfu_con_l img {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.xuanfu_con_l h1 {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
}

.xuanfu_con_l p {
  font-size: 16px;
  color: #666666;
  margin-top: 5px;
}

.xuanfu_con_r {
  width: 55px;
  height: 55px;
  overflow: hidden;
  display: block;
  margin: auto;
  float: right;
  background: #bfbfbf;
}

.xuanfu_con ul li:hover .xuanfu_con_r {
  background: #2258a9;
}

.xuanfu_con_r img {
  width: auto;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.xuanfu_con_r p {
  font-size: 14px;
  color: #fefeff;
  text-align: center;
}

/* 分页 */
.goods_t_l .on {
  background-color: #2f80ff !important;
}
.qbfw_page {
  display: flex;
  width: 100%;
  justify-content: center;
  /* text-align: center; */
  margin: 0 auto;
  padding-bottom: 20px;
}
.qbfw_page li {
  margin: 0 10px;
  padding: 7px 10px;
  border: 1 solid #999;
}
.qbfw_page li:hover {
  background-color: #2f80ff;
}
.qbfw_page li:hover span {
  color: #fff;
}
.active {
  background-color: #2f80ff;
  color: #fff;
  border: 1 solid #fff !important;
}
.goods_t .container {
  justify-content: space-between;
  background: transparent;
}
.goods_t_c {
  /* display: none; */
}
.goods_c_item {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  left: -10px;
}
.goods_c_item_n {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  background-color: #fff;
  box-sizing: border-box;
  margin-left: 10px;
  padding: 43px 120px 40px 41px;
  height: 100%;
}
.goods_t_c .goods_c_item:nth-child(1) {
  display: none;
}

/* 底部模块 */
.foot {
  width: 100%;
  background-color: #1e1d25;
  padding-top: 24px;
  padding-bottom: 35px;
}
.foot .container {
  display: flex;
  justify-content: space-between;
}
.foot_l a img {
  height: 70px;
  width: 294px;
  margin-bottom: 33px;
}
.foot_l_b {
  display: flex;
}
.foot_l_b_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 24px;
}
.foot_l_b_item img {
  height: 125px;
  width: 125px;
  margin-bottom: 14px;
}
.foot_l_b_item span {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.foot_r {
  padding-top: 40px;
}
.foot_r_t {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.foot_r_t .line {
  margin: 0 60px;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #afb8c6;
}
.foot_r_t span {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #afb8c6;
}
.foot_r_t span a {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #afb8c6;
}
.foot_r_b p:nth-child(1) {
  font-size: 14px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #afb8c6;
  line-height: 19px;
  margin-bottom: 7px;
}
.foot_r_b img {
  height: 36px;
  width: 172px;
  margin-bottom: 10px;
}
.foot_r_b p:nth-child(3),
.foot_r_b p:nth-child(4) {
  font-size: 14px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #afb8c6;
  line-height: 19px;
  margin-bottom: 9px;
  opacity: 0.6;
}

/* 服务咨询new */
.Fwzx {
  padding: 0 !important;
  height: 630px;
}
.Fwzx_list {
  max-height: 835px !important;
  text-align: center;
  height: 100%;
}

.Fwzx_li {
  margin: 20px 13px;

  display: inline-block;

  width: 370px;
  height: 398px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin-top: 20px;
}
.Fwzx_li img {
  width: 100%;
  height: 389px;
}

.Fwzx_li_text {
  /* margin-top: 20px; */
  margin-left: 16px;
  font-size: 18px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
}
