/* =================tab================ */
.tab {
    width:100%;
  height: 94px;
  border-bottom: 1px solid #dfdfdf;
  background: #fff;
  display: flex;
  justify-content: center;
  line-height: 94px;
}
.tab .tab_box {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.tab .tab_box a {
  font-size: 18px;
  color: #666;
  display: block;
  margin: 0 16px;
  transition: all 0.5s;
  position: relative;
  white-space: nowrap;
}
.tab .tab_box a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 4px;
  background: #00b6aa;
  transition: all 0.5s;
}
.tab .tab_box a:hover,
.tab .tab_box a.active {
  color:  #00b6aa;
}
.tab .tab_box a:hover::after,
.tab .tab_box a.active::after {
  width: 100%;
}
.tab.cur{
    overflow-y: hidden;
    overflow-x: auto;
    justify-content: left;
}
/*.tab.cur::-webkit-scrollbar {*/
/*    width:4px;*/
/*    height:2px;*/
/*}*/
/*.tab.cur::-webkit-scrollbar-thumb {*/
    /*滚动条里面小方块*/
/*    margin: 0 1px;*/
/*    border-radius:4px;*/
/*    background-color: #00b6aa;*/
/*}*/
/*.tab.cur::-webkit-scrollbar-track {*/
    /*滚动条里面轨道*/
/*    border-radius: 4px;*/
/*    background:rgba(255,255,255,0.5);*/

/*}*/
/* =================p7-0站内搜索================ */
.search_01 .input {
  margin-top: 80px;
  height: 90px;
  background: #f4f4f4;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0 20px 50px;
  display: flex;
}
.search_01 .input input {
  width: 90%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-right: 1px solid #cecece;
}
.search_01 .input .btn {
  width: 10%;
  height: 100%;
  display: block;
  background: url(../images/icon/icon_2ss.png) center no-repeat;
}
.search_01 .list {
  margin-top: 30px;
  padding-bottom: 80px;
}
.search_01 .list li {
  padding: 30px 0;
  border-bottom: 1px dashed #cecece;
}
.search_01 .list li a {
  display: block;
  transition: all 0.5s;
}
.search_01 .list li a .t {
  font-size: 18px;
  color: #333;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  font-weight: 400;
}
.search_01 .list li a .time {
  font-size: 14px;
  color: #999;
  padding-left: 30px;
  background: url(../images/icon/icon_14.png) left center no-repeat;
  margin: 10px 0;
  transition: all 0.5s;
  font-weight: 300;
}
.search_01 .list li a .text {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 300;
}
.search_01 .list li a:hover .t {
  color: #00b6aa;
}
.search_01 .list li a:hover .time {
  color: #00b6aa;
  background: url(../images/icon/icon_14b.png) left center no-repeat;
}
/* =================p5-1新闻资讯================ */
.news_detail .header .top .logo {
  left: 0;
  transform: none;
}
.news_detail .header .top .logo .logo1 {
  display: none;
}
.news_detail .header .top .logo .logo2 {
  display: block;
}
.news_detail .header .top {
  background: #fff;
  border-bottom: none;
  box-shadow: 0 0 10px 0 #ccc;
}
.news_detail .header .top .search {
  color: #999;
}
.news_detail .header .top .tel {
  opacity: 0;
}
.news_detail .btm ul li .modeling {
  width: 180px;
  margin-left: -23px;
}
.news_detail .header .btm ul {
  padding: 0 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 50%;
  line-height: 100px;
}

.news_detail .header .btm ul li {
  padding: 0;
}
.news_detail .btm ul li .subDrop2 .wisdom_p p {
  padding: 0;
}
.news_detail .btm ul li .subDrop2 .right_img p {
  padding-top: 0;
  line-height: 50px;
}
.news_detail .header .btm a {
  color: #333;
  border-right: none;
}
.news_detail .header .btm a.active,
.header .btm a:hover {
  color:#00b6aa;
}
.news_detail .bread {
  width: 100%;
  height: 95px;
  background: #f7f7f7;
  padding-top: 100px;
  font-size: 14px;
}
.news_detail .bread .w1400 {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.news_detail .bread .address {
  display: flex;
  align-items: center;
}
.news_detail .bread .address .one {
  width: 20px;
  height: 30px;
  background: url(../images/icon/icon_28s.png) center no-repeat;
}
.news_detail .bread .address i {
  padding: 0 10px;
}
.news_detail .bread .address a {
  color: #666;
  transition: all 0.5s;
}
.news_detail .bread .address a:hover {
  color: #00b6aa;
}
.news_detail .bread .back {
  display: flex;
  align-items: center;
}
.news_detail .bread .back a {
  background: url(../images/icon/icon_29.png) left center no-repeat;
  padding-left: 25px;
  color: #999;
}
.news_detail .bread .back a:hover {
  color: #00b6aa;
}
.news_detail .content .w1400 {
  position: relative;
  margin-top: 90px;
}
.news_detail .content .r {
    transition: all 0.6s;
    position: absolute;
    top: 0px;
    right: 0;
    
   width: 300px;
}
.news_detail .content .r_fixed {
  
}
.news_detail .content .r .tit {
  font-size: 22px;
  color: #333;
}
.news_detail .content .r ul {
  margin-top: 15px;
}
.news_detail .content .r ul li {
  padding: 18px 0;
  border-bottom: 1px solid #e5e5e5;
}
.news_detail .content .r ul li .time {
  font-size: 14px;
  color: #b5b5b5;
}
.news_detail .content .r ul li .text {
  font-size: 16px;
  color: #333;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_detail .content .r ul li:hover {
  cursor: pointer;
}
.news_detail .content .r ul li:hover .text {
  color: #00b6aa;
}
.news_detail .content .l {
  width: 70%;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 62px 62px 25px;
  box-sizing: border-box;
  margin-bottom: 110px;
}
.news_detail .content .l .tit {
  font-size: 32px;
  color: #333;
  line-height: 48px;
  text-align: center;
}
.news_detail .content .l .itemParam {
  display: flex;
  justify-content: center;
  padding: 20px 0 38px;
  border-bottom: 1px solid #e5e5e5;
}
.news_detail .content .l .itemParam .date {
  background: url(../images/icon/icon_14.png) left center no-repeat;
  background-size: 19px auto;
  padding-left: 29px;
  color: #b5b5b5;
  font-size: 16px;

}
.news_detail .content .l .itemParam .font {
  display: flex;
  margin-left: 20px;
}
.news_detail .content .l .itemParam .font p {
  width: 40px;
  height: 21px;
  cursor: pointer;
  position: relative;
}
.news_detail .content .l .itemParam .font p::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 21px;
  background: #c6c6c6;
  right: 0;
  top: 0;
}
.news_detail .content .l .itemParam .font .large {
  background: url(../images/icon/icon_30.png) center no-repeat;
}
.news_detail .content .l .itemParam .font .middle {
  background: url(../images/icon/icon_31.png) center no-repeat;
}
.news_detail .content .l .itemParam .font .small {
  background: url(../images/icon/icon_32.png) center no-repeat;
}
.news_detail .content .l .itemParam .share {
  width: 44px;
  height: 21px;
  background: url(../images/icon/icon_33.png)14px center no-repeat;
  cursor: pointer;
    display: inline-block;
}
.news_detail .content .l .itemParam .share i {
  display: inline-block;
}
.news_detail .content .l .text {
  padding: 11px 44px 90px;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}
.news_detail .content .l .text p {
  margin-top: 32px;
  line-height: 28px;
  color: #666;
  font-size: 18px;
}
.news_detail .content .l .text p br{
    display: none;
}
.news_detail .content .l .text span{
      margin-top: 32px;
  line-height: 28px;
  color: #666;
  font-size: 18px !important;
}


.news_detail .content .l .text img {
  max-width: 85% !important;
  height: auto !important;
  margin: 0 auto !important;
}

.news_detail .content .l .text span,
.news_detail .content .l .text i,
.news_detail .content .l .text em,
.news_detail .content .l .text a,
.news_detail .content .l .text b {
  display: inline;
}

.news_detail .content .l .detail-page {
  display: flex;
  justify-content: space-between;
  height: 74px;
  line-height: 74px;
  font-size: 18px;
}
.news_detail .content .l .detail-page .page-prev {
  color: #666;
  background: url(../images/icon/icon_35.png) left center no-repeat;
  padding-left: 20px;
  transition: all 0.5s;
}
.news_detail .content .l .detail-page .page-next {
  color: #666;
  background: url(../images/icon/icon_36.png) right center no-repeat;
  padding-right: 20px;
  transition: all 0.5s;
}
.news_detail .content .l .detail-page .page-prev:hover {
  color: #00b6aa;
  background: url(../images/icon/icon_35s.png) left center no-repeat;
}
.news_detail .content .l .detail-page .page-next:hover {
  color: #00b6aa;
  background: url(../images/icon/icon_36s.png) right center no-repeat;
}
.news_detail .content .l .detail-page .page-catalog {
  width: 24px;
  height: 74px;
  background: url(../images/icon/icon_34.png) center no-repeat;
}
/* =================p3-3服务支持================ */
.service_01 {
  padding-bottom: 110px;
}
.service_01 .title {
  text-align: center;
  padding: 100px 0 0 0;
}
.service_01 .title .t {
  font-size: 36px;
  color: #333;
}
.service_01 .title .t span {
  font-size: 36px;
  color: #00b6aa;
}
.service_01 .title .b {
  font-size: 22px;
  color: #666;
  margin-top: 10px;
}
.service_01 .text {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-top: 20px;
}
.service_01 .list {
  overflow: hidden;
  padding-top: 65px;
}
.service_01 .list li {
  width: 23%;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  margin-top: 45px;
  float: left;
  margin-right: 2.66%;
}
.service_01 .list li:nth-child(4n) {
  margin-right: 0;
}
.service_01 .list li .all {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.service_01 .list li .all .pic {
  width: 100%;
  height: 340px;
}
.service_01 .list li .all .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_01 .list li .all .text {
  font-size: 22px;
  color: #333;
  text-align: center;
  margin-top: 30px;
}
.service_01 .list li .btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.service_01 .list li .btn a {
  width: 66px;
  height: 32px;
  line-height: 32px;
  font-size: 13.5px;
  color: #fff;
  text-align: center;
  display: block;
  background: #cdcdcd;
  border-radius: 16px;
  margin: 0 12px;
  transition: all 0.5s;
}
.service_01 .list li .btn a:hover {
  background: #d99215;
}
/* =================p6-2联系我们================ */
.contact_01 {
  padding: 110px 0 110px;
}
.contact_01 .t {
  padding: 0 20px 60px;
}
.contact_01 .box {
  width: 100%;
  padding: 95px 70px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 #ccc;
  background: #fff;
}
.contact_01 .box .text {
  width: 100%;
  height: 94px;
  background: url(../images/page/contact_2.png) center no-repeat;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  box-sizing: border-box;
  border-radius: 10px;
  line-height: 26px;
}
.contact_01 .b {
  padding: 0 20px;
}
.contact_01 .b .inp_box {
  overflow: hidden;
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact_01 .b .inp_box div {
  width: 45%;
  height: 62px;
  border-bottom: 1px solid #ddd;
  line-height: 62px;
  margin-right: 10%;
  margin-top: 42px;

}
.contact_01 .b .inp_box div:first-child {
  background: url(../images/icon/icon_37.png) left center no-repeat;
}
.contact_01 .b .inp_box div:nth-child(2n) {
      margin-right: 0;
}
.contact_01 .b .inp_box div:nth-child(2) {
  background: url(../images/icon/icon_39.png) left center no-repeat;
}
.contact_01 .b .inp_box div:nth-child(3) {
  background: url(../images/icon/icon_38.png) left center no-repeat;
}
.contact_01 .b .inp_box div:nth-child(4) {
  background: url(../images/icon/icon_40s.png) left center no-repeat;
}
.contact_01 .b .inp_box div input {
  font-size: 16px;
  width: 80%;
  height: 100%;
  margin-left: 55px;
}
.contact_01 .b textarea {
  width: 100%;
  height: 170px;
  background: #f3f3f3;
  border: none;
  margin-top: 60px;
  font-size: 16px;
  padding: 15px 20px;
  line-height: 30px;
  box-sizing: border-box;
  outline: none;
  border-radius: 5px;
}
.contact_01 .b .send {
  width: 372px;
  height: 70px;
  background: #00b6aa;
  font-size: 16px;
  text-align: center;
  line-height: 70px;
  display: block;
  margin: 60px auto 0;
  color: #fff;
  border-radius: 5px;
}
/* =================p6-3联系我们-联系方式================ */
.contact_02 {
  background: url(../images/page/contact_3.png) left center no-repeat;
  background-size: 60% auto;
  padding-bottom: 180px;
  height: 500px;
}
.contact_02 .w1400 {
  position: relative;
}
.contact_02 .pic {
    width: 1119px;
  height: 507px;
  background: url(../images/page/map.png) center bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 80px;
}
.contact_02 .pic .add_s {
  height: 69px;
  background: url(../images/page/add.png) center no-repeat;
  position: absolute;
  right: 28.3%;
  top: 18%;
  font-size: 16px;
  line-height: 58px;
  padding: 0 40px;
  color: #333333;
}
.contact_02 .pic .address {
  width: 30px;
  height: 30px;
  background: url(../images/icon/icon_40.png) center no-repeat;
  background-size: 90% auto;
  position: absolute;
  right: 42%;
  top: 32%;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrolls;
  animation-name: scrolls;
}
}
@-webkit-keyframes scrolls {
  from {
    top: 32%;
  }
  50% {
    top: calc(32% + 12px);
  }
  100% {
   top: 32%;
  }
}
@keyframes scrolls {
  from {
    top: 32%;
  }
  50% {
    top: calc(32% + 12px);
  }
  100% {
    top: 32%;
  }
}
.contact_02 .box {
   width: 42.7%;
  height: 260px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  left: 0;
  background: #fff;
  top: 205px;
  z-index: 1;
  box-shadow: 0 0 10px 0 #ccc;
}
.contact_02 .box .t {
  height: 66px;
  background: #00b6aa;
  line-height: 66px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  top: 205px;
  z-index: 1;
}
.contact_02 .box ul {
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
}
.contact_02 .box ul li {
  color: #333;
  font-size: 16px;
  margin-top: 22px;
  padding-left: 35px;
}
.contact_02 .box ul li:first-child {
  margin-top: 0;
  background: url(../images/icon/icon_41.png) left center no-repeat;
}
.contact_02 .box ul li:nth-child(2) {
  background: url(../images/icon/icon_42.png) left center no-repeat;
}
.contact_02 .box ul li:nth-child(3) {
  background: url(../images/icon/icon_43.png) left center no-repeat;
}
.contact_02 .box ul li:nth-child(4) {
  background: url(../images/icon/icon_44.png) left center no-repeat;
}
/* =================p5-0新闻资讯================ */
.news_01 {
  padding-top: 80px;
}
.news_01 .swiper_box .t {
  font-size: 28px;
  color: #333;
  line-height: 90px;
}
.news_01 .swiper_box {
    position: relative;
}
.news_01 .swiper_box .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 30px 5px;
  box-sizing: border-box;
}
/* .news_01 .swiper_box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
} */
.news_01 .swiper_box .swiper-slide {
  width: 67.85%;
  height: 295px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 #ddd;
  margin-right: 10%;
}
.news_01 .swiper_box .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
}
.news_01 .swiper_box .swiper-slide .pic {
  width: 390px;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.news_01 .swiper_box .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news_01 .swiper_box .swiper-slide .text {
  width: calc(100% - 390px);
  padding: 42px 50px;
  box-sizing: border-box;
}
.news_01 .swiper_box .swiper-slide .text .t {
  font-size: 18px;
  color: #333;
  transition: all 0.5s;
  line-height: 33px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
}
.news_01 .swiper_box .swiper-slide .text .time {
  font-size: 14px;
  color: #666;
  transition: all 0.5s;
  background: url(../images/icon/icon_45.png) left center no-repeat;
  line-height: 23px;
  padding-left: 28px;
  margin-top: 22px;
  font-weight: bold;
}
.news_01 .swiper_box .swiper-slide .text .b {
  font-size: 16px;
  color: #333;
  transition: all 0.5s;
  line-height: 25px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news_01 .swiper_box .swiper-slide a:hover img {
  transform: scale(1.1);
}
.news_01 .swiper_box .swiper-slide a:hover .text .t {
  color:  #00b6aa;
}
/*.news_01 .swiper_box .swiper-slide a:hover .text .time {*/
/*  color:  #00b6aa;*/
/*  background: url(../images/icon/icon_45s.png) left center no-repeat;*/
/*}*/
.news_01 .swiper_box .swiper-button-next,
.news_01 .swiper_box .swiper-button-prev {
  width: 60px;
  height: 60px;
  box-shadow: 0 0 5px 0 #ddd;
  border-radius: 50%;
  top: 52%;
  margin-top: 0;
}
.news_01 .swiper_box .swiper-button-next {
  background: #fff url(../images/icon/icon_47.png) center no-repeat;
  right: inherit;
  left: 75.5%;
  transition: all 0.5s;
}
.news_01 .swiper_box .swiper-button-prev {
  background: #fff url(../images/icon/icon_46.png) center no-repeat;
  left: -30px;
  transition: all 0.5s;
}
.news_01 .swiper_box .swiper-button-next:hover {
  background: #00b6aa url(../images/icon/icon_47s.png) center no-repeat;
}
.news_01 .swiper_box .swiper-button-prev:hover {
  background: #00b6aa url(../images/icon/icon_46s.png) center no-repeat;
}
.news_01 .list_box {
  margin-top: 70px;
}
.news_01 .list_box .list li {
  width: 100%;
  height: 335px;
}
.news_01 .list_box .list li a {
  width: 100%;
  height: 100%;
  display: block;
  /* position: relative; */
  transition: all 0.5s;
}
/* .news_01 .list_box .list li a::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    background: #f2f2f2;
    z-index: -1;
    transition: all 0.5s;
} */
/* .news_01 .list_box .list li a:hover::after{
    width: 100%;
} */
.news_01 .list_box .list li a:hover {
  background: #f2f2f2;
}
.news_01 .list_box .list li .news_box {
  /* width: 100%; */
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
}
.news_01 .list_box .list li .news_box .time {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  border: 1px solid #999;
  margin-right: 45px;
  transition: all 0.5s;
}
.news_01 .list_box .list li .news_box .time .date {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  position: relative;
  transition: all 0.5s;
}
.news_01 .list_box .list li .news_box .time .date::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #bbb;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.news_01 .list_box .list li .news_box .time .month {
  font-size: 14px;
  color: #666;
  line-height: 44px;
  text-align: center;
  transition: all 0.5s;
}
.news_01 .list_box .list li a:hover .news_box .time {
  border: 1px solid  #00b6aa;
}
.news_01 .list_box .list li a:hover .news_box .time .date,
.news_01 .list_box .list li a:hover .news_box .time .month {
  color:  #00b6aa;
}
.news_01 .list_box .list li a:hover .news_box .time .date::after {
  background:  #00b6aa;
}
.news_01 .list_box .list li .news_box .text {
  width: calc(100% - 147px);
  height: 100%;
  padding-right: 95px;
  box-sizing: border-box;
  background: url(../images/icon/icon_48.png) right center no-repeat;
  transition: all 0.5s;
}
.news_01 .list_box .list li .news_box .text .p1 {
  font-size: 18px;
  color: #333;
  margin-top: 90px;
  transition: all 0.5s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}
.news_01 .list_box .list li .news_box .text .p2 {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: all 0.5s;
}
.news_01 .list_box .list li a:hover .news_box .text {
  background: url(../images/icon/icon_48ss.png) right center no-repeat;
}
.news_01 .list_box .list li a:hover .news_box .text .p1 {
  color: #00b6aa;
}
/* =================p3-2服务支持-常见问题================ */
.service_02 {
  background: #fbfbfb url(../images/page/service_4.png) top center no-repeat;
  background-size: 100% 100%;
  padding-top: 80px;
  padding-bottom: 50px;
}
.service_02 .list {
  overflow: hidden;
  padding: 0 10px 50px;
}
.service_02 .list li {
  margin-top: 28px;
  background: #fff;
  transition: all 0.5s;
  border-radius: 5px;
}
.service_02 .list li .box {
  padding-right: 48px;
  box-sizing: border-box;
  
}
.service_02 .list li .box .t {
  display: flex;
  justify-content: space-between;
  height: 80px;
  line-height: 80px;
}
.service_02 .list li .box .t p {
  font-size: 18px;
  color: #333;
  background: url(../images/icon/icon_49.png) left 44px center no-repeat;
  padding-left: 86px;
}
.service_02 .list li .box .t span {
  width: 20px;
  height: 80px;
  background: url(../images/icon/icon_51.png) center no-repeat;
  /* transition: all 0.5s; */
  /* margin-right: 48px; */
}
.service_02 .list li .box .b {
  position: relative;
}
.service_02 .list li .box .b .next {
  padding: 25px 0 35px;
  overflow: hidden;
  display: none;
}
.service_02 .list li .box .b p {
  font-size: 16px;
  color: #333;
  
  padding-left: 86px;
  line-height: 30px;
}
.service_02 .list li .box .b p:first-child{
    background: url(../images/icon/icon_50.png) left 44px top no-repeat;
}
.service_02 .list li .box .b p img {
  max-width: 100%;
}
.service_02 .list li:hover {
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 10px 0 #ccc;
}
.service_02 .list li.active {
  background: #fff;
  box-shadow: 0 0 10px 0 #ccc;
}
.service_02 .list li.active .box .t span {
  background: url(../images/icon/icon_52.png) center no-repeat;
}
.service_02 .list li.active .box .b::before {
  content: "";
  position: absolute;
  width: calc(100% - 44px);
  height: 1px;
  background: #e6e6e6;
  right: 0;
  top: 0;
}
/* =================p6-1联系我们-招贤纳士================ */
.contact_03 {
  padding-top: 80px;
  background: url(../images/page/contact_5.png) top center no-repeat;
}
.contact_03 .tab2 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.contact_03 .tab2 a {
  width: 410px;
  height: 65px;
  font-size: 20px;
  border-radius: 5px;
  margin: 0 58px;
  display: flex;
  justify-content: center;
  line-height: 65px;
  transition: all 0.5s;
  position: relative;
  background: #fff;
}
.contact_03 .tab2 a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  bottom: 0;
}
.contact_03 .tab2 a.active::after,
.contact_03 .tab2 a:hover::after {
  display: none;
}
.contact_03 .tab2 a:hover {
  background:  #00b6aa;
}
.contact_03 .tab2 a.active {
  background:  #00b6aa;
}
.contact_03 .tab2 a span {
  color: #666;
}
.contact_03 .tab2 a:hover span {
  color: #fff;
  transition: all 0.5s;
}
.contact_03 .tab2 a.active span {
  color: #fff;
}
.contact_03 .tab2 a:first-child span {
  background: url(../images/icon/icon_53.png) left center no-repeat;
  padding-left: 44px;
}
.contact_03 .tab2 a:nth-child(2) span {
  background: url(../images/icon/icon_54.png) left center no-repeat;
  padding-left: 44px;
}
.contact_03 .tab2 a.active:first-child span {
  background: url(../images/icon/icon_53s.png) left center no-repeat;
}
.contact_03 .tab2 a.active:nth-child(2) span {
  background: url(../images/icon/icon_54s.png) left center no-repeat;
}
.contact_03 .tab2 a:hover:first-child span {
  background: url(../images/icon/icon_53s.png) left center no-repeat;
}
.contact_03 .tab2 a:hover:nth-child(2) span {
  background: url(../images/icon/icon_54s.png) left center no-repeat;
}
.contact_03 .list {
  margin-top: 90px;
  padding: 0 10px 50px;
}
.contact_03 .list li {
  padding-right: 45px;
  box-sizing: border-box;
  transition: all 0.5s;
  margin-top: 5px;
}
.contact_03 .list li:nth-child(2n+1) {
  background: #f6f6f6;
}
.contact_03 .list li:nth-child(2n) {
  background: #fff;
}
.contact_03 .list li .box .top {
  background: url(../images/icon/icon_51.png) right center no-repeat;
  overflow: hidden;
}
.contact_03 .list li .box .top .t {
  font-size: 20px;
  color:  #00b6aa;
  background: url(../images/icon/icon_55.png) left 77px center no-repeat;
  padding-left: 120px;
  position: relative;
  margin-top: 44px;
}
.contact_03 .list li .box .top .t::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 18px;
  background: #00b6aa;
  left: 46px;
  top: 50%;
  transform: translateY(-50%);
}
.contact_03 .list li .box .top .n {
  display: flex;
  padding-left: 77px;
  padding-bottom: 40px;
  margin-top: 30px;
}
.contact_03 .list li .box .top .n p {
  font-size: 16px;
  color: #333;
  width: 250px;
}
.contact_03 .list li .box .top .n p span {
  font-size: 16px;
  color: #999;
}
.contact_03 .list li .box .btm {
  padding-left: 77px;
  position: relative;
}
.contact_03 .list li .box .btm .next {
  padding-bottom: 95px;
  overflow: hidden;
  display: none;
}
.contact_03 .list li .box .btm .next .text {
  margin-top: 80px;
}
.contact_03 .list li .box .btm .next .text .tit {
  color:  #00b6aa;
  font-size: 18px;
}
.contact_03 .list li .box .btm .next .text p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
}
.contact_03 .list li .box .btm .next .btn {
  width: 180px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: #00b6aa url(../images/icon/icon_56.png) right 44px center no-repeat;
  color: #fff;
  display: block;
  margin-top: 40px;
  font-size: 16px;
  padding-left: 44px;
  box-sizing: border-box;
}
.contact_03 .list li:hover {
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 10px 0 #ccc;
  position: relative;
}
.contact_03 .list li.active {
  background: #fff;
  box-shadow: 0 0 10px 0 #ccc;
}
.contact_03 .list li.active .box .btm::before {
  content: "";
  position: absolute;
  width: calc(100% - 44px);
  height: 1px;
  background: #e6e6e6;
  right: 0;
  top: 0;
}
/* =================p4-1关于我们-公司概况================ */
.aboutUs_01 {
  /*padding-top: 9px;*/
}
.aboutUs_01 .title {
  text-align: center;
  padding: 50px 0;
}
.aboutUs_01 .title .t {
  font-size: 36px;
  color: #333;
}
.aboutUs_01 .title .t span {
  font-size: 36px;
  color: #00b6aa;
}
.aboutUs_01 .title .b {
  font-size: 22px;
  color: #666;
  margin-top: 15px;
}
.aboutUs_01 .ind01 {
  background: url(../images/page/about_2.png) right top no-repeat;
}
.aboutUs_01 .ind01 .text {
  /*margin-top: 15px;*/
  margin-top: -5px;
  padding-bottom: 40px;
}
.aboutUs_01 .ind01 .text p {
  font-size: 18px;
  color: #333;
  line-height: 48px;
}
.aboutUs_01 .ind02 {
  width: 100%;
  height: 478px;
  background: url(../images/page/about_3.png) center no-repeat fixed;
  background-size: cover;
  display: none;
}
.aboutUs_01 .ind02 .w1400 {
  position: relative;
}
.aboutUs_01 .ind02 .ind02-btm {
  /* margin-top: 75px; */
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 205px;
  width: 100%;
}
.aboutUs_01 .ind02 .ind02-btm .ind02-box {
  display: flex;
  justify-content: space-between;
}
.aboutUs_01 .ind02 .ind02-btm .ind02-box .left {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-left: 5%;
}
.aboutUs_01 .ind02 .ind02-btm .ind02-box:first-child .left {
  margin-left: 0;
}
.aboutUs_01 .ind02 .ind02-btm .ind02-box .left .num {
  font-size: 53px;
}
.aboutUs_01 .ind02 .ind02-btm .ind02-box .right {
  position: relative;
  padding-right: 20px;
  border-right: 1px solid #d8d8d8;
}
.aboutUs_01 .ind02 .ind02-btm .ind02-box:last-child .right {
  padding-right: 0;
  border-right: none;
}
.aboutUs_01 .ind02 .ind02-btm .ind02-box .right .text {
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
}
.aboutUs_01 .ind02 .ind02-btm .ind02-box:first-child .right {
  background: url(../images/icon/icon_57.png) right 20px top no-repeat;
}
.aboutUs_01 .ind02 .ind02-btm .ind02-box:nth-child(2) .right {
  background: url(../images/icon/icon_58.png) right 20px top no-repeat;
}
.aboutUs_01 .ind02 .ind02-btm .ind02-box:nth-child(3) .right {
  background: url(../images/icon/icon_59.png) right 20px top no-repeat;
}
.aboutUs_01 .ind02 .ind02-btm .ind02-box:last-child .right {
  background: url(../images/icon/icon_60.png) right top no-repeat;
}
.aboutUs_01 .ind02 .ind02-btm .ind02-box:first-child {
  width: 21%;
}
.aboutUs_01 .ind02 .ind02-btm .ind02-box:nth-child(2) {
  width: 28%;
}
.aboutUs_01 .ind02 .ind02-btm .ind02-box:nth-child(3) {
  width: 30%;
}
.aboutUs_01 .ind02 .ind02-btm .ind02-box:last-child {
  width: 21%;
}
.aboutUs_01 .ind03 {
  padding: 50px 0 0;
  background: #fff url(../images/page/about_9.png) center bottom no-repeat;
  /*margin-bottom: 70px;*/
}
.aboutUs_01 .ind03 .mission {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-end;
}
.aboutUs_01 .ind03 .mission .vision_01 {
  /*padding-top: 72px;*/
}
.aboutUs_01 .ind03 .mission .vision_01 p {
  font-size: 24px;
  color: #fff;
}
.aboutUs_01 .ind03 .mission .vision_01 b {
  padding-top: 10px;
  font-size: 16px;
  color: #fff;
  padding-bottom: 30px;
}
.aboutUs_01 .ind03 .mission .vision_02 {
  padding-bottom: 30px;
}
.aboutUs_01 .ind03 .mission .vision_02 p {
  font-size: 24px;
  color: #fff;
}
.aboutUs_01 .ind03 .mission .vision_02 b {
  padding-top: 10px;
  width: 468px;
  font-size: 16px;
  color: #fff;
}
.aboutUs_01 .ind03 .mission .vision_03 {
  padding-bottom: 50px;
}

.aboutUs_01 .ind03 .mission .vision_03 p {
  font-size: 24px;
  color: #fff;
}
.aboutUs_01 .ind03 .mission .vision_03 b {
  padding-top: 10px;
  width: 468px;
  font-size: 16px;
  color: #fff;
}
/*.about_box{*/
/*    display: none;*/
/*}*/
.aboutUs_02 {
  /*padding-top: 55px;*/
}
.aboutUs_02 .title {
  text-align: center;
  padding: 50px 0;
}
.aboutUs_02 .title .t {
  font-size: 36px;
  color: #333;
}
.aboutUs_02 .title .t span {
  font-size: 36px;
  color: #00b6aa;
}
.aboutUs_02 .title .b {
  font-size: 22px;
  color: #666;
  margin-top: 15px;
}
.aboutUs_02 .ind01 .contend_box {
  /*padding-bottom: 50px;*/
  position: relative;
}
.aboutUs_02 .ind01 .contend_box .contend {
  width: 100%;
  /*height: 404px;*/
  position: relative;
  overflow: hidden;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper {
  overflow: hidden;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper .swiper-slide {
  width: 17%;
  height: 404px;
  overflow: hidden;
  transition: all 0.6s;
  cursor: pointer;
  margin: 10px 10px 10px 0%;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper .swiper-slide .right_text {
  position: relative;
  display: flex;
  height: 404px;
  width: 770px;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper .swiper-slide .right_text .military_01 {
  height: 100%;
  width: 280px;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper .swiper-slide .right_text .military_01 img {
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper .swiper-slide .right_text .military_02 {
  width: calc(100% - 280px);
  height: 100%;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper .swiper-slide .right_text .military_02 p {
  padding-top: 40px;
  padding-left: 64px;
  padding-bottom: 30px;
  font-size: 20px;
  color: #333;
  width: 55%;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper .swiper-slide .right_text .military_02 .military_b {
  width: 300px;
  position: relative;
  padding-left:85px;
  /*padding-right: 64px;*/
  padding-bottom: 18px;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper .swiper-slide .right_text .military_02 .military_b i {
  position: absolute;
  top: 9px;
  left: 64px;
  width: 7px;
  height: 7px;
  /*border: 2px solid #00b6aa;*/
  background: #00b6aa;
  border-radius: 50%;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper .swiper-slide .right_text .military_02 .military_b b {
    line-height: 25px;
  font-size: 18px;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper .swiper-slide.cur {
  transition: all 0.6s;
  width: 46.5%;
  box-shadow: 10px -2px 17px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper .swiper-slide.cur .right_text .military_01 img {
  transition: all 0.6s;
  width: 100%;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper-button-next,
.aboutUs_02 .ind01 .contend_box .contend .swiper-button-prev {
  margin: 0;
  top: 52%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  border-radius: 50%;
  transition: all 0.5s;
  box-shadow: 2px 1px 19px 5px rgba(0, 0, 0, 0.1);
}
.aboutUs_02 .ind01 .contend_box .contend .swiper-button-prev {
  left: -53px;
  background: #fff url(../images/icon/icon_46.png) center no-repeat;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper-button-next {
  right: -46px;
  background: #fff url(../images/icon/icon_47.png) center no-repeat;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper-button-prev:hover {
  background: #00b6aa url(../images/icon/icon_46s.png) center no-repeat;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper-button-next:hover {
  background: #00b6aa url(../images/icon/icon_47s.png) center no-repeat;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper-pagination {
  bottom: -52px;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper-pagination .swiper-pagination-bullet-active {
  background:  #00b6aa;
}
.aboutUs_02 .ind01 .contend_box .contend .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #bcbcbc;
  border-radius: 100%;
}

.perimg {
    padding-bottom: 80px;
}
.perimg .pic{
    width: 100%;
}
.perimg .pic img{
    width: 100%;
}



/* =================p3-1服务支持-服务体系================ */
.service_03 {
  padding-top: 9px;
  background-size: contain;
}
.service_03 .title {
  text-align: center;
  padding: 100px 0 68px 0;
}
.service_03 .title .t {
  font-size: 36px;
  color: #333;
}
.service_03 .title .t span {
  font-size: 36px;
  color: #00b6aa;
}
.service_03 .title .b {
  font-size: 22px;
  color: #666;
  margin-top: 15px;
}
.service_03 .text {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-top: 20px;
}
.service_03 .guarantee {
  width: 100%;
  height: 700px;
  background: url(../images/page/guarantee.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.service_03 .guarantee .guarantee_text .quality {
  width: 809px;
  background: #fff;
  opacity: 0.9;
  position: absolute;
  top: 130px;
}
.service_03 .guarantee .guarantee_text .quality {
  display: none;
}
.service_03 .guarantee .guarantee_text .quality .quality_num {
  font-size: 140px;
  color:  #00b6aa;
  position: absolute;
  top: -66px;
  left: 140px;
}
.service_03 .guarantee .guarantee_text .quality p {
  font-size: 30px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #333;
}
.service_03 .guarantee .guarantee_text .quality b {
  font-size: 18px;
  padding: 0px 52px;
  line-height: 30px;
  padding-bottom: 49px;
  color: #333;
}
.service_03 .guarantee .guarantee_text .quality.quality_02 {
  display: block;
  border-radius: 5px;
}
.service_03 .guarantee .guarantee_text .tab_control {
  width: 1400px;
  display: flex;
  position: absolute;
  bottom: -60px;
  transform: translate(-50%, 0%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1480px) {
  .service_03 .guarantee .guarantee_text .tab_control {
    width: 1200px;
  }
}
.service_03 .guarantee .guarantee_text .tab_control .tab_01 {
  width: 33.34%;
  height: 110px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #333;
}
.service_03 .guarantee .guarantee_text .tab_control :nth-child(1) {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.service_03 .guarantee .guarantee_text .tab_control :nth-child(3) {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.service_03 .guarantee .guarantee_text .tab_control .tabs {
  background:  #00b6aa;
  text-align: center;
  color: #fff;
}
.service_02 .title {
  text-align: center;
  padding: 50px 0;
}
.service_02 .title .t {
  font-size: 36px;
  color: #333;
}
.service_02 .title .t span {
  font-size: 36px;
  color: #00b6aa;
}
.service_02 .title .b {
  font-size: 22px;
  color: #666;
  margin-top: 15px;
}
.service_01 .download {
  padding-top: 64px;
  position: relative;
}
.service_01 .download .swiper {
  overflow: hidden;
}
.service_01 .download .swiper-slide {
  width: 314px;
}
.service_01 .download .swiper-slide .pdf_img {
  width: 100%;
}
.service_01 .download .swiper-slide a:hover .pdf b {
  color: #00b6aa;
}
.service_01 .download_box .download .pdf {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.service_01 .download_box .download .pdf b {
  font-size: 20px;
  padding-left: 10px;
  color: #333;
}
.service_01 .download_box .download .swiper-button-next {
  background: url("../images/page/right_3.png") center no-repeat;
  width: 86px;
  height: 86px;
  right: -3%;
}
.service_01 .download_box .download .swiper-button-prev {
  background: url("../images/page/left.png") center no-repeat;
  width: 86px;
  height: 86px;
  left: -3%;
}
.service_03 .list {
  margin-top: 15px;
  overflow: hidden;
  padding: 5px 5px 110px;
  box-sizing: border-box;
}
.service_03 .list li {
  position: relative;
  margin-top: 56px;
  height: 410px;
}
.service_03 .list li .pic {
  position: absolute;
  width: 60%;
  height: 410px;
  top: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 #ddd;
}
.service_03 .list li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.service_03 .list li .next {
  width: 50%;
  height: 350px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 55px 47px 35px 60px;
  box-sizing: border-box;
}
.service_03 .list li .next .box {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 50px;
  box-sizing: border-box;
}
.service_03 .list li .next h3 {
  font-size: 33px;
}
.service_03 .list li .next .p1 {
  font-size: 26px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.service_03 .list li .next p {
  font-size: 16px;
  line-height: 35px;
}
.service_03 .list li:hover .pic img {
  transform: scale(1.1);
}
.service_03 .list li:nth-child(2n+1) .pic {
  left: 0;
}
.service_03 .list li:nth-child(2n+1) .next {
  right: 0;
  background: #fff;
  box-shadow: 0 0 5px 0 #ddd;
}
.service_03 .list li:nth-child(2n+1) .next h3 {
  color: #00b6aa;
}
.service_03 .list li:nth-child(2n+1) .next .p1 {
  color: #333;
}
.service_03 .list li:nth-child(2n+1) .next p {
  color: #666;
}
.service_03 .list li:nth-child(2n) .pic {
  right: 0;
}
.service_03 .list li:nth-child(2n) .next {
  left: 0;
  background:  #00b6aa;
  box-shadow: 0 0 5px 0 #ddd;
  color: #fff;
}
/* =================p2-2解决方案-详情 ================ */
.service_details .title {
  padding: 60px 0 0px 0;
  
}
.service_details .title .be {
  text-align: center;
  font-size: 36px;
  color: #333;
}
.service_details .text {
  margin: 0 auto;
  width: 918px;
  margin-top: 34px;
  line-height: 38px;
  padding-bottom: 56px;
  text-align: center;
  color: #333;
  font-size: 18px;
}
.service_details .t {
  text-align: center;
  font-size: 38px;
  color: #333;
}
.service_details .t span {
  color:  #00b6aa;
}
.service_details .b {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-top: 10px;
}
.join_box {
  background: url("../images/page/join.png") top center no-repeat;
}
.join_04 {
  position: relative;
  padding: 23px 0 98px;
  background: url("../images/page/background_3.png") center no-repeat;
  background-size: cover;
}
.join_04 .gallery-top {
  margin-top: 105px;
  height: 276px;
}
.solution{
    margin-block: 100px;
}
.service_details .solution{
       margin-block: 0;
}
.join_04 .gallery-top .swiper-wrapper {
  display: block;
}
.join_04 .gallery-top .swiper-slide {
  display: none;
  position: relative;
  /*margin-left: 50px;*/
}
.join_04 .gallery-top .swiper-slide .pos b {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.join_04 .gallery-top .swiper-slide .pos i {
  width: 24px;
  height: 3px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
}
.join_04 .gallery-top .swiper-slide .pos p {
  margin: 0 auto;
  width: 622px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.join_04 .gallery-top .swiper-slide.cur {
  display: block;
}
.join_04 .gallery-thumbs .swiper-wrapper{
    justify-content: center;
}
.join_04 .gallery-thumbs .swiper-slide {
  width: 12%;
  cursor: pointer;
}
.join_04 .gallery-thumbs .swiper-slide .icon {
  transition: all 0.5s;
  width: 100%;
  height: 53px;
  opacity: 0.75;
}
.join_04 .gallery-thumbs .swiper-slide .clearfix {
  position: relative;
  margin: 24px auto 24px;
  height: 25px;
}
.join_04 .gallery-thumbs .swiper-slide .clearfix i {
  margin-top: 12px;
  width: calc(50% - 26px);
  height: 1px;
  background: #fff;
  opacity: 0.5;
}
.join_04 .gallery-thumbs .swiper-slide .clearfix .em1 {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.join_04 .gallery-thumbs .swiper-slide .clearfix .em1 em {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.join_04 .gallery-thumbs .swiper-slide p {
  transition: all 0.5s;
  font-size: 16px;
  color: #fff;
  text-align: center;
  opacity: 0.75;
  width: 80%;
  margin: 0 auto;
}
.join_04 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon {
  opacity: 1;
}
.join_04 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .clearfix .em1 {
  border: 1px solid #02514c;
  background: #02514c;
}
.join_04 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .clearfix .em1 em {
  background:  #00b6aa;
}
.join_04 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p {
  opacity: 1;
}
.service_details .thermal {
  background: url("../images/page/thermal.png") center no-repeat;
  padding-bottom: 100px;
}
.service_details .thermal .hotness_1 {
  position: relative;
  margin-top: 50px;
}
.service_details .thermal .swiper-wrapper .swiper-slide::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../images/icon/icon_66.png") left bottom no-repeat;
    background-size: 100% auto;
    opacity: 0.7;
    content: "";
}
.service_details .thermal .swiper-wrapper .swiper-slide img{
    width: 100%;
}

.service_details .thermal .swiper-wrapper .swiper-slide .text_p{
    position: absolute;
    bottom: 30px;
    left: 50px;
    z-index: 2;
    font-size: 18px;
    color: #fff;
}
.service_details .thermal .title .b {
  /*padding-bottom: 66px;*/
}
.service_details .thermal .hotness_1 .swiper-button-next {
  background: url("../images/page/right_3.png") center no-repeat;
  width: 86px;
  height: 86px;
  right: -2.8%;
}
.service_details .thermal .hotness_1 .swiper-button-prev {
  background: url("../images/page/left.png") center no-repeat;
  width: 86px;
  height: 86px;
  left: -2.8%;
}
.service_details .related_box {
  background: #f9f9f9;
}
.service_details .related {
  padding-bottom: 100px;
}
.service_details .related .title {
  padding: 100px 0px 68px 0px;
}
.service_details .related .hotness_2 .swiper-container .swiper-slide {
  margin-bottom: 64px;
  width: 31.67%;
  height: 457px;
  background: #fff;
  cursor: pointer;
}
.service_details .related .hotness_2 .swiper-container .swiper-slide img {
  width: 222px;
   height: 211px; 
   object-fit: contain;
  margin: 0 auto;
  padding-top: 77px;
}
.service_details .related .hotness_2 .swiper-container .swiper-slide .swiper_img {
  height: 221px;
  padding-top: 67px;
}
.service_details .related .hotness_2 .swiper-container .swiper-slide .swiper_t {
  font-size: 26px;
  color: #4e4e4e;
  text-align: center;
  padding-top: 37px;
}
.service_details .related .hotness_2 .swiper-container .swiper-slide:hover .swiper_t {
  color:  #00b6aa;
}
.service_details .related .hotness_2 .swiper-container .swiper-slide .swiper_b {
  font-size: 20px;
  color: #666;
  text-align: center;
  padding-top: 8px;
}
.service_details .related .hotness_2 .swiper-container .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_details .related .hotness_2 .swiper-container .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #bcbcbc;
  border-radius: 100%;
}
.service_details .related .hotness_2 .swiper-container .swiper-pagination-bullet-active {
  background:  #00b6aa;
}
/* =================p2-1解决方案-车载热成像避障系统 ================ */
.service_03 .list li .vehicle {
  width: 100%;
}
.service_03 .list li .vehicle-img {
  position: absolute;
  left: 47.7%;
  top: 25.33%;
  z-index: 2;
}
.service_03 .list li .vehicle-text {
  color: #fff;
  position: absolute;
  font-size: 22px;
  left: 43.14%;
  top: 60.65%;
  z-index: 2;
}
.service_03 .list li .vehicle-kid {
  color: #fff;
  position: absolute;
  font-size: 22px;
  left: 45.14%;
  top: 60.65%;
  z-index: 2;
}
/* =================p1-1产品中心-列表================ */
.centre .title {
  text-align: center;
  padding: 100px 0 64px 0;
}
.centre .title .t {
  font-size: 36px;
  color: #333;
}
.centre .title .t span {
  font-size: 36px;
  color: #00b6aa;
}
.centre .title .b {
  font-size: 22px;
  color: #666;
  margin-top: 15px;
}
.centre .centre_01 {
  background: url("../images/page/background_4.png") center no-repeat;
  background-size: cover;
  padding-bottom: 1px;
}
.centre .centre_01 .camera_tetx {
  width: 66.42%;
  padding-top: 86px;
  margin: 0 auto;
  text-align: center;
}
.centre .centre_01 .camera_tetx p {
  font-size: 36px;
  padding-bottom: 41px;
  color: #333;
}
.centre .centre_01 .camera_tetx b {
  font-size: 18px;
  line-height: 29px;
  color: #333;
}
.centre .centre_01 .camera_icon {
  width: 89.28%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 66px;
}
.centre .centre_01 .camera_icon .icon01 {
  width: 14.88%;
  margin-right: 2.2%;
}
.centre .centre_01 .camera_icon .icon01:last-child{
    margin-right: 0;
}
.centre .centre_01 .camera_icon .icon01 .icon {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.centre .centre_01 .camera_icon .icon01 .icon img {
  margin: 0 auto;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.centre .centre_01 .camera_icon .icon01 p {
  font-size: 18px;
  text-align: center;
  color: #666;
  padding-top: 19px;
}
.centre .centre_01 .camera_icon .icon01 b {
  font-size: 20px;
  text-align: center;
  color: #333;
  padding-top: 20px;
}
.centre .centre_01 .camera_icon :hover .icon {
  background-position-y: 20px;
}
.centre .centre_01 .camera_icon :hover .icon img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.centre .centre_01 .camera_img {
  padding-top: 50px;
      width: 439px;
    margin: 0 auto;
}

.centre .centre_01 .camera_img img {
 width: 100%;
 height: 100%;
}
.centre .centre_02 {
  overflow: hidden;
}
.centre .centre_02 .transfer {
  position: relative;
  height: 621px;
  background-color: #f8f8f8;
}
.centre .centre_02 .transfer .tran .transfer_left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.centre .centre_02 .transfer .tran .transfer_left i {
  width: 100%;
  height: 100%;
}
.centre .centre_02 .transfer .swiper-container {
  position: relative;
  z-index: 3;
  height: 621px;
  padding-top: 90px;
  padding-left: 55.21%;
}
.centre .centre_02 .transfer .swiper-slide {
  /*height: 200px;*/
}
.centre .centre_02 .transfer .text {
  padding-left: 5%;
  width: 65%;
  padding-top: 80px;
}
.centre .centre_02 .transfer .text .item {
  opacity: 0.2;
}
.centre .centre_02 .transfer .swiper-slide-active .text .item {
  transition: all 0.5s;
  opacity: 1;
}
.centre .centre_02 .transfer .text h6 {
  font-size: 22px;
  color: #333;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 400;
}
.centre .centre_02 .transfer .text p {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    /*background: url(../images/page/dian.png) no-repeat;*/
    /*padding-left: 22px;*/
    /*background-position: left 12px;*/
    width: 60%;
}
/*.centre .centre_02 .transfer .text p i {*/
/*  width: 5px;*/
/*  height: 5px;*/
/*  background: #333;*/
/*  border-radius: 50%;*/
/*  margin-right: 8px;*/
/*}*/
.centre .centre_03 {
  width: 100%;
  background: url("../images/page/background_5.png") top center no-repeat;
}
.centre .centre_03 .thermal_show {
  position: relative;
  padding-bottom: 100px;
}
.centre .centre_03 .thermal_show .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.centre .centre_03 .thermal_show .swiper-button-next {
  background: url("../images/page/right_3.png") center no-repeat;
  width: 86px;
  height: 86px;
  right: -3%;
  top: 40%;
}
.centre .centre_03 .thermal_show .swiper-button-prev {
  background: url("../images/page/left.png") center no-repeat;
  width: 86px;
  height: 86px;
  left: -3%;
    top: 40%;
}
.centre .centre_03 .video_show {
  width: 100%;
  height: 528px;
  background: url("../images/page/background_6.png") center no-repeat;
  /*margin-top: 100px;*/
}
.centre .centre_03 .video_show .video_box {
  position: relative;
}
.centre .centre_03 .video_show .video_box .video_play {
  position: absolute;
  top: 400px;
  left: 0;
  display: flex;
  align-items: center;
}
.centre .centre_03 .video_show .video_box .video_play video {
  background: red;
}
.centre .centre_03 .video_show .video_box .video_play img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.centre .centre_03 .video_show .video_box .video_play p {
  margin-left: 14px;
  font-size: 18px;
  color: #fff;
}
.centre .centre_04 {
  background: #f8f8f8;
  padding-bottom: 100px;
}
.centre .centre_04 .scene {
  display: flex;
  justify-content: center;
}
.centre .centre_04 .scene .drive {
  width: 23.71%;
  height: 328px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 40px;
}
.centre .centre_04 .scene .drive:last-child{
        margin-right: 0;
}
.centre .centre_04 .scene .drive .drive_img {
  width: 100%;
  height: 249px;
  overflow: hidden;
}
.centre .centre_04 .scene .drive .drive_img img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.centre .centre_04 .scene .drive .drive_img img:hover {
  transform: scale(1.2);
}
.centre .centre_04 .scene .drive p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
  height: 77px;
  text-align: center;
  font-size: 18px;
  color: #00b6aa;
}
.centre .centre_05{
    padding-bottom: 90px;
}
.centre .centre_05 .product_form {
  border: 2px solid #00b6aa;
}
.centre .centre_05 .product_box .product_model {
  display: flex;
  justify-content: space-between;
  background: #00b6aa;
  color: #fff;
  font-size: 20px;
}
.centre .centre_05 .product_box .product_model .model_left {
  width: 42.86%;
  height: 50px;
  line-height: 50px;
  padding-left: 22px;
  border-bottom: 2px solid #ededed;
  border-right: 2px solid #ededed;
}
.centre .centre_05 .product_box .product_model .pmodel_right {
  width: 57.14%;
  height: 50px;
  line-height: 50px;
  padding-left: 22px;
  border-bottom: 2px solid #ededed;
}
.centre .centre_05 .product_box .product_target {
  display: flex;
  justify-content: space-between;
  background: #fff;
  color: #333;
  font-size: 16px;
}
.centre .centre_05 .product_box .product_target .target_left {
  width: 42.86%;
  height: 50px;
  line-height: 50px;
  padding-left: 22px;
  border-bottom: 2px solid #ededed;
  border-right: 2px solid #ededed;
}
.centre .centre_05 .product_box .product_target .target_right {
  width: 57.14%;
  height: 50px;
  color: #00b6aa;
  line-height: 50px;
  padding-left: 22px;
  border-bottom: 2px solid #ededed;
}
.centre .centre_05 .product_min .product_model {
  display: flex;
  justify-content: space-between;
  background: #e8e8e8;
  color: #333333;
  font-size: 16px;
}
.centre .centre_05 .product_min .product_model .model_left {
  width: 42.86%;
  height: 50px;
  line-height: 50px;
  padding-left: 22px;
  border-bottom: 2px solid #ededed;
  border-right: 2px solid #ededed;
}
.centre .centre_05 .product_min .product_model .pmodel_right {
  width: 57.14%;
  height: 50px;
  line-height: 50px;
  padding-left: 22px;
  border-bottom: 2px solid #ededed;
}
.centre .centre_05 .product_min .product_target {
  display: flex;
  justify-content: space-between;
  background: #fff;
  color: #333;
  font-size: 16px;
}
.centre .centre_05 .product_min .product_target .target_left {
  width: 42.86%;
  line-height: 50px;
  padding-left: 22px;
  border-top: 2px solid #ededed;
  border-right: 2px solid #ededed;
}
.centre .centre_05 .product_min .product_target .target_right {
  width: 57.14%;
  color: #00b6aa;
  line-height: 50px;
  padding-left: 22px;
  border-top: 2px solid #ededed;
}
.centre .centres_05 {
  background: #f8f8f8;
  padding-bottom: 100px;
}
.centre .centres_05 .leave .inp_box {
  width: 85.42%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.centre .centres_05 .leave .inp_box div {
  width: 44.98%;
  height: 70px;
  border: 1px solid #00b6aa;
  margin-bottom: 36px;
   border-radius: 5px;
}
.centre .centres_05 .leave .inp_box div input {
  font-size: 18px;
  width: 80%;
  height: 100%;
  margin-left: 72px;
  color: #999999;
  background: #fff;
}
.centre .centres_05 .leave .send {
  width: 372px;
  height: 70px;
  background: #00b6aa;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 70px;
  display: block;
  margin: 44px auto 0;
  border-radius: 5px;
}
.centre .centres_05 .leave .inp_box div:first-child {
  background: #fff url(../images/page/us01.png) 5% center no-repeat;
  float: left;
}
.centre .centres_05 .leave .inp_box div:nth-child(2) {
  margin-right: 0;
  background: #fff url(../images/page/us02.png) 5% center no-repeat;
  float: right;
}
.centre .centres_05 .leave .inp_box div:nth-child(3) {
  background: #fff url(../images/page/us03.png) 5% center no-repeat;
  float: left;
}

.centre .centres_05 .leave .inp_box div:nth-child(4) {
  background: #fff url(../images/page/us04s.png) 5% center no-repeat;
  float: right;
}
.centre .centres_05 .leave .inp_box div:nth-child(5) {
  background: #fff url(../images/page/us04.png) 2% center no-repeat;
  float: right;
  width: 100%;
}
.centre .centre_06 {
  position: relative;
}
.centre .centre_06 .b1{
  padding: 50px 0 64px 0;
}
.centre .centre_06 .bottm {
  width: 100%;
  height: 285px;
}
.centre .centre_06 .bottm .hot_img {
  width: 100%;
  height: 285px;
  overflow: hidden;
}
.centre .centre_06 .bottm .hot_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.centre .centre_06 .bottm .hot_img img:hover {
  transform: scale(1.2);
}
.centre .centre_06 .bottm p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
}
.popup-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
}
.popup-video .popup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popup-video .video-con {
  width: 770px;
  height: 460px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -385px;
  margin-top: -230px;
}
.popup-video .video-con .video {
  width: 100%;
  height: 100%;
}
.popup-video .video-con .btn-close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -50px;
  right: -50px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.popup-video .video-con .btn-close::before {
  content: "\2716";
}
/* =================p1-1产品中心-列表================ */
.page_banner .product {
    
  position: absolute;
  left:0%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
}
.page_banner .product b {
  font-size: 34px;
  text-align: center;
  margin-bottom: 6px;
  font-weight: bold;
}
.page_banner .product p {
  font-family: Arial;
  font-size: 22px;
  text-align: center;
}
.tab_1 {
  background: #fff;
}
.service_1 {
  padding-top: 55px;
  background: url("../images/page/background1.png") no-repeat;
  background-size: cover;
  padding-bottom: 1px;
}
.service_1 h2 {
  color: #00b6aa;
  font-size: 30px;
  font-weight: normal;
}
.service_1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
  /* margin-top: 49px; */
}
.service_1 ul li {
  width: 47.71%;
  height: 366px;
  background: #ffffff;
  margin-top: 60px;
  position: relative;
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*cursor: pointer;*/
}
.service_1 ul li::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  background:  #00b6aa;
  content: "";
}
.service_1 ul li:hover::before {
  width: 100%;
}
.service_1 ul li .infrared {
  width: 271px;
  height: 252px;
  margin-left: 30px;
  margin-top: 66px;
  float: left;
}
.service_1 ul li .arithmetic {
  width: 274Px;
  height: 166px;
  margin-left: 30px;
  margin-top: 100px;
}
.service_1 ul li .infrared img {
  width: 100%;
  height: 100%;
}
.service_1 ul li .infrared_text {
  /*margin-right: 65px;*/
  float: right;
  width: 40%;
  padding: 0 20px;
}


/* @media(max-width:1680px) {*/
/*  .service_1 ul li .infrared_text {*/
/*  margin-right: 50px;*/
/*}*/
/*}*/

/* @media(max-width:1480px) {*/
/*      .service_1 ul li .infrared_text {*/
/*  margin-right: 65px;*/
/*}*/
/*}*/

.service_1 ul li .infrared_text .driver {
  font-size: 24px;
  color: #333333;
  margin: 0 auto;
  margin-top: 93px;
  text-align: center;
}
.service_1 ul li .infrared_text .mounted {
  font-size: 20px;
  margin: 0 auto;
  margin-top: 12px;
  color: #666666;
  /* margin-left: 28px; */
  text-align: center;
}
.service_1 ul li .infrared_text .detail .details {
  width: 140px;
  height: 48px;
  line-height: 50px;
  border: 1px solid  #00b6aa;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.service_1 ul li .infrared_text .detail .details span {
  position: relative;
  z-index: 1;
  color:  #00b6aa;
}
.service_1 ul li .infrared_text .detail .details .modelRight {
  background: url("../images/page/right_1.png") center no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  margin-left: 14px;
}
.service_1 ul li .infrared_text .detail .details::after {
  transition: all 0.5s;
  position: absolute;
  right: 100%;
  top: -140%;
  width: 150%;
  height: 260%;
  transform: rotate(15deg);
  color: #fff;
  background:  #00b6aa;
  content: " ";
}
.service_1 ul li .infrared_text .detail .details:hover::after {
  right: -6px;
}
.service_1 ul li .infrared_text .detail:hover .modelRight {
  background: url("../images/page/right.png") center no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  margin-left: 14px;
}
.service_1 ul li .infrared_text .detail .details:hover span {
  color: #fff;
}
.service_1 ul li .infrared_text .detail .details:hover {
  border: 1px solid  #00b6aa;
  color: #fff;
}
.service_1 ul li .infrared_text:hover .driver {
  color:  #00b6aa;
}
.service_1 ul li .infrared_driver {
  margin-right: 100px;
}
.service_1 ul li .infrared_driver .driver {
  color: #333;
  margin-top: 130px;
}
.service_1 ul li .infrared_driver .detail_1 {
  margin-top: 37px;
}
/* 设置滚动条的样式 */
.service_03 .list li .next .box::-webkit-scrollbar {
  width: 4px;
  height: 150px;
}
/* 滚动槽 */
.service_03 .list li:nth-child(2n+1) .next .box::-webkit-scrollbar-track {
  /* -webkit-box-shadow:inset006pxrgba(0,0,0,0.3); */
  background: #e5e5e5;
  border-radius: 10px;
}
/* 滚动条滑块 */
.service_03 .list li:nth-child(2n+1) .next .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #00b6aa;
  /* -webkit-box-shadow:inset006pxrgba(0,0,0,0.5); */
  /* background: #e5e5e5; */
}
.service_03 .list li:nth-child(2n+1) .next .box::-webkit-scrollbar-thumb:window-inactive {
  background: #00b6aa;
}
/* 滚动槽 */
.service_03 .list li:nth-child(2n) .next .box::-webkit-scrollbar-track {
  /* -webkit-box-shadow:inset006pxrgba(0,0,0,0.3); */
  background: #d49f4c;
  border-radius: 10px;
}
/* 滚动条滑块 */
.service_03 .list li:nth-child(2n) .next .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fff;
  /* -webkit-box-shadow:inset006pxrgba(0,0,0,0.5); */
  /* background: #e5e5e5; */
}
.service_03 .list li:nth-child(2n) .next .box::-webkit-scrollbar-thumb:window-inactive {
  background: #fff;
}
@media (max-width: 1680px) {
  .news_detail .header .btm ul {
    line-height: 80px;
  }
  .news_detail .bread {
    padding-top: 80px;
    height: 75px;
  }
  
}
@media (max-width: 1460px) {
  .news_detail .header .btm ul {
    line-height: 60px;
  }
  .news_detail .bread {
    padding-top: 60px;
    height: 60px;
  }
  
}


