/*================基本样式重置================*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

i,
em {
  font-weight: normal;
  font-style: normal;
}

b {
  font-weight: normal;
}

i,
em,
b,
img {
  display: block;
}

body {
  font-family: "PingFang SC", "Microsoft Yahei";
}

li {
  list-style: none;
}

a,
img,
input {
  border: 0 none;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:focus,
input:focus {
  outline: 0 none;
}

input::-webkit-search-cancel-button {
  display: none;
}

/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear {
  display: none;
}

/*清除IE下的 search 叉号*/
input {
  background: none;
}

button {
  border: none;
  cursor: pointer;
}

textarea {
  resize: none;
  font-size: 12px;
  font-family: "PingFang SC", "Microsoft Yahei";
}

/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none;
}

/*========定义基础样式========*/
.hide {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}

a:hover .opacity {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}

.swiper-pagination {
  font-size: 0;
}

.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text_over1 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text_over2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
}

.text_over3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 3;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 3;
  -o-box-orient: vertical;
}

.content {
  min-height: 700px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}

.swiper-pagination-bullet {
  transition: all 0.5s;
  margin: 0 8px;
  width: 30px;
  height: 6px;
  border-radius: 0px;
  background: #fff;
  opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-pagination-bullet-active {
  transition: all 0.5s;
  background: #165999;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}

/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1200 {
  width: 1200px;
  margin: 0px auto;
}

.w1400 {
  width:1400px;
  min-width: 1200px;
  margin: 0px auto;
}
@media (max-width: 1480px) {
  .w1400 {
    width: 1200px;
  }
}

.content {
  min-height: 50vh;
}

body {
  overflow-x: hidden;
}
/*分页*/
.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: 80px 0;
}
.paging li {
  font-size: 16px;
  
}
.paging li span,
.paging li a {
  display: block;
  margin: 0 7px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #666;
  text-align: center;
  border-radius: 2px;
  border: #ccc 1px solid;
}
.paging li.active span {
  color: #fff;
  background: #00b6aa;
}
.paging li a:hover {
  color: #00b6aa;
  border: #00b6aa 1px solid;
}
.paging li:first-child {
  font-size: 16px;
  color: #999;
}
.paging li:first-child a,
.paging li:first-child span {
  width: 68px;
}
.paging li:last-child {
  font-size: 16px;
  color: #999;
}
.paging li:last-child a,
.paging li:last-child span {
  width: 68px;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);

}
.header::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 74px);
    background: #fff;
    content: "";
    opacity: 0.2;
}
.header .w1200>div.clearfix {
  position: relative;
  z-index: 10;
  padding: 0 48px 0 36px;
}

.header .top {
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.header .top .wbox{
    width: 72.91%;
}
.header .top .clearfix {
  position: relative;
}

.header .top .logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.header .top .logo .logs{
  width: 160px;
}

.header .top .logo .logo1 {
  display: block;
}

.header .top .logo .logo2 {
  display: none;
}

.header .top .tel {
  background: url(../images/icon/icon_1.png) center left no-repeat;
  background-size: 15% auto;
  padding-left: 35px;
  color: #fff;
  float: left;
  font-size: 16px;
  line-height: 100px;
  transition: all 0.5s;
}

.header .top .search .search2 {
  display: none;
}
.header .top .search {
  /* background: url(../images/icon/icon_2.png) 12px center no-repeat; */
  /* padding-left: 35px; */
  display: flex;
  align-items: center;
  color: #fff;
  float: right;
  font-size: 16px;
  width: 106px;
  height: 41px;
  border: 1px solid #00b6aa;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 38px;
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s;
}
.header .top .search img{
width: 19px;
height: 19px;
margin-left: 10px;
}
.header .top .search.curr {
  width: 190px;
  transition: all 0.5s;
}

.header .top .search input {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 5px;
  color: #fff;
}

.header .top .search:hover {
  box-shadow: 0 0 10px 0 #00b6aa;
}

.header .top .language{
    position: absolute;
    top: 0;
    right: 130px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .top .language p{
    padding-left:30px;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    background: url(../images/icon/i1.png) left center no-repeat;
}

.header_fixed .top .language p{
    color: #333;
    background-image: url(../images/icon/i1s.png) ;
}

.header .btm ul {
  display: flex;

  transition: all 0.5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 81%;
}

.header .btm ul li {
  width: 18.28%;
  text-align: center;
  padding: 25px 0;
  font-size: 18px;
  position: relative;
}
.header .btm ul li::after {
  content: "";
  position: absolute;
  left: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);  
  height: 24px;
  width: 0;
  transition-duration: 0.5s;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.header .btm a {
  color: #fff;

}

.header .btm ul li:last-child::after {
  border-right: none;
}

.header .btm a.active,
.header .btm a:hover {
  color: #00645d;
}

.header .btm ul li .subDrop {
  /* display: none; */
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  background: url(../images/index/cont_04.png) left center no-repeat;
  background-size: 30% 100%;
  cursor: pointer;
}


.header .btm ul li:hover .subDrop{
  max-height:420px;
  transition: all 0.5s;
}
.header .btm ul li .subDrop > a {
  font-size: 16px;
  color: #333333;
  line-height: initial;
  padding: 15px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  /*height: 50px;*/
  /*white-space: nowrap;*/
  
}
.header .btm ul li .subDrop > a:hover {
  color: #00b6aa;
}

.header .btm ul li .subDrop2 {
  position: fixed;
  top: 99%;
  background-color: #fff;
  left: 50%;
  width: 100vw;
}

.header .btm ul li .subDrop2 .cont_box {
  display: flex;
}

.header .btm ul li .subDrop2 .cont_box .cont_left {
  width: 22.6%;
  height: 400px;
  display: flex;
  text-align: left;
}
@media (max-width:1669px){
    .header .btm ul li .subDrop2 .cont_box .cont_left{
        width: 26%;
    }
    
}

.header .btm ul li .subDrop2 .wisdom_t {
  padding-top: 20px;
  font-size: 20px;
  width: 95%;
  overflow: hidden;
}
.header .btm ul li .subDrop2 .scroll_r{
    overflow-y: scroll;
    height: 372px;
}

/* 设置滚动条的样式 */
.header .btm ul li .subDrop2 .scroll_r::-webkit-scrollbar {
  width: 4px;
  height: 150px;
}
/* 滚动槽 */
.header .btm ul li .subDrop2 .scroll_r::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 10px;
}
/* 滚动条滑块 */
.header .btm ul li .subDrop2 .scroll_r::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #999999;
}

.header .btm ul li .subDrop2 .wisdom_t p {
  width: 80%;
  border-bottom: 1px solid #d1d1d1;
  color: #333;
  padding: 19px 0;
  line-height: 26px;
}
.header .btm ul li .subDrop2 .wisdom_t p:hover{
      color: #00b6aa;
}

.header .btm ul li .subDrop2 .cont_left .scroll_r>.cur{
  color: #00b6aa;
}


.header .btm ul li .subDrop2 .wisdom_p>.cures{
    color: #00b6aa;
}

.header .btm ul li .subDrop2 .wisdom_p {
  padding-top: 80px;
  font-size: 22px;
  position: relative;
}

.header .btm ul li .subDrop2 .on{
  display: block ;
}
.tabtile{
  width: 74%;
 
  display: none;
}

.tabtile.curs{
  display: block;
}
.flex_box{
  display: flex;
  height: 100%;
}
.flex_box_img{
    display: block;
}
.flex_box_img .img{
    float: right;
    margin-top: 40px;
    max-width: 96%;
    height: 320px;
    object-fit: contain;
}
.tabtile .flex_l{
 
}

.header .btm ul li .subDrop2 .wisdom_p p {
  padding: 24px 0;
  /* margin-left: 60px; */
  color: #333;
  width:320px;
}
.header .btm ul li .subDrop2 .wisdom_p p:hover{
    color: #00b6aa;
}
.header .btm ul li .subDrop2 .wisdom_p p:first-child:after{
    content: '';
    width: 1px;
    height: 100%;
    background: #d1d1d1;
    position: absolute;
    right: 0;
    top: 0;
}

.header .btm ul li .subDrop2 .cont_box .cont_right{

  width: 92%;
  margin-left: 62px;
}
.header .btm ul li .subDrop2 .cont_box .cont_right .boxs{
 display: none;
 width: 100%;
  
}


.header .btm ul li .subDrop2 .cont_box .cont_right .boxs.ons{
  display: flex;
}

.header .btm ul li .subDrop2 .cont_box>.ons{
  display: block ;
}
.header .btm ul li .subDrop2 .right_img {
  width: 33.33%;
  height: 400px;
}

.header .btm ul li .subDrop2 .right_img .cont_img {
  width: 160px;
  /*height: 110px;*/
  padding-bottom: 20px;
  margin: 0 auto;
   margin-top: 130px;
}

.header .btm ul li .subDrop2 .right_img img {
width: 100%;
  margin: 0 auto;
 
}

.header .btm ul li .subDrop2 .right_img p {
  padding-top: 0;
  color: #333;
}

.translateX50 {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}









.header_fixed::before{
    display: none;
}

.header_fixed .top .logo {
  left: 0;
  transform: none;
}

.header_fixed .top .logo .logo1 {
  display: none;
}



.header_fixed .top .logo .logo2 {
  display: block;
}

.header_fixed .top .search .search1 {
  display: none;
}
.header_fixed .top .search .search2 {
  display: block;
}
.header_fixed .top .search input{
  color: #333;
}
.header_fixed .btm ul li .modeling{
  width: 180px;
  margin-left: -23px;
}

.header_fixed .top {
  background: #fff;
  border-bottom: none;
  box-shadow: 0 0 10px 0 #ccc;
}

.header_fixed .top .search {
  /* background: url(../images/icon/icon_2s.png) 12px center no-repeat; */
  color: #999;
}

.header_fixed .top .tel {
  opacity: 0;
}

.header_fixed .btm ul {
  padding: 0 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 50%;
  max-width: 900px;
  line-height: 100px;
}

.header_fixed .btm ul li .subDrop2 {
  position: fixed;
  top: 99%;
  background-color: #fff;
  left: 50%;
  width: 100vw;
}

.header_fixed .btm ul li,
.header_fixed .btm ul li a {
  color: #333;
  border-right: none;
  padding: 0;
}
.header_fixed .btm ul li .subDrop2 .wisdom_t {
  padding-top: 20px;
  font-size: 20px;
  width: 100%;
}

.header_fixed .btm ul li .subDrop2 .wisdom_t p {
  width: 80%;
  border-bottom: 1px solid #d1d1d1;
  color: #333;
  padding: 19px 0;
  line-height: initial;
}

.header_fixed .btm ul li .subDrop2 .wisdom_p p {
color: #333;
line-height: initial;
}
.header_fixed .btm ul li .subDrop2 .right_img p{
  padding-top: 0;
  line-height: initial;
}
@media (max-width: 1680px) {
  .header .top {
    height: 80px;
  }

  .header .top .tel {
    line-height: 80px;
  }

  .header .top .logo img {
    height: 45px;
  }

  .header_fixed .btm ul {
    line-height: 80px;
  }
  
}

@media (max-width: 1460px) {
  .header .top {
    height: 60px;
  }

  .header .top .logo img {
    height: 36px;
  }

  .header .top .tel {
    font-size: 14px;
    line-height: 60px;
  }

  .header .top .search {
    font-size: 14px;
    width: 90px;
    height: 35px;
    line-height: 32px;
  }
.header .top .language{
    right: 114px;
}
  .header .btm a {
    font-size: 16px;
  }

  .header_fixed .btm ul {
    line-height: 60px;
  }

}

@media (max-width: 1390px) {}

@media (max-width: 1360px) {}

.footer {
  background: url(../images/index/footer_bac.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.footer .top {
  padding: 60px 0 40px;

}

.footer .top .w1400 {
  position: relative;
}

.footer .top .list {
  display: flex;
  /*justify-content: space-between;*/
  line-height: 30px;
  margin-top: 30px;
}

.footer .top .list ul {
  display: flex;
  justify-content: space-between;
  width: 56%;
}

.footer .top .list ul li {
  /* width: 20%; */
  /* margin-left: 110px; */
}

.footer .top .list ul li:first-child {
  margin-left: 0;
}

.footer .top .list ul li .t {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.footer .top .list ul li a {
  display: block;
  color: #d4d4d4;
  font-size: 14px;
  transition: all 0.5s;
}

.footer .top .list ul li a:hover {
  color: #00b6aa;
}

.footer .top .list .right {
  font-size: 16px;
  color: #fff;
  width: 25%;
  margin-left: 7%;
}

.footer .top .list .right .tel {}

.footer .top .list .right .address {
  margin-top: 15px;
}

.footer .top .list .right .tel .p1 {
  background: url(../images/icon/icon_6.png) left center no-repeat;
  padding-left: 30px;
  background-size: 7% auto;
}

.footer .top .list .right .address .p1 {
  background: url(../images/icon/icon_7.png) 3px 6px no-repeat;
  padding-left: 30px;
  background-size: 5% auto;
}

.footer .top .list .right .email .p1 {
  background: url(../images/icon/icon_email.png) 1px 8px no-repeat;
  padding-left: 30px;
  background-size: 7% auto;
  margin-top: 15px;
}

.footer .top .list .right .p2 {
  padding-left: 30px;
}

.footer .top .list .right .tel .p2 {
  font-size: 22px;
  line-height: 40px;
}


.footer .top .weixin{
    float: left;
    margin-right: 12px;
}
.footer .top .weixin img{
    display: block;
    margin: 0 auto;
    width:88px;
}
.footer .top .weixin p{
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.footer .top .list2 {
  display: flex;
  justify-content: space-between;

  line-height: 38px;
}

.footer .top .list2 .code{
    margin-left: 63%;
    margin-top: -30px;
    width: 25%;
}

.footer .top .list2 .l {
  background: url(../images/icon/icon_10.png) left center no-repeat;
  padding-left: 25px;
  color: #d4d4d4;
  font-size: 16px;
  width: 75%;
}

.footer .top .list2 .l a {
  color: #d4d4d4;
  margin-right: 15px;
  transition: all 0.5s;
}

.footer .top .list2 .l a:hover {
  color: #00b6aa;
}

.footer .top .list2 .r {
  width:calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
  /*margin-left: 120px;*/
  
  
}


.footer .top .list2 .r>div {
  width: 33.33%;
  height: 58px;
  /*margin-right: 25px;*/
  display: block;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}

.footer .top .list2 .r>div .pos {
  display: block;
  position: absolute;
  /*top: 0;*/
    bottom: 50px;
    left: 50%;
    margin-left: -55px;
  width: 110px;
  height: 0;
  overflow: hidden;
    transition: all 0.5s;
}

.footer .top .list2 .r>div:hover .pos{
    height: 111px;
}

.footer .top .list2 .r>div .pos img {
   width: 110px;
    height: 111px;
  display: block;
}

/* .footer .top .list2 .r a:hover .pos{
  height: 110px;
} */
.footer .top .list2 .r .sina {

}
.footer .top .list2 .r .icon1 {
  background: url(../images/icon/icon1.png) center no-repeat;
  background-size: 48px auto;

}

.footer .top .list2 .r .icon2 {
  background: url(../images/icon/icon2.png) center no-repeat;
  background-size: 48px auto;

}

.footer .top .list2 .r .icon3 {
  background: url(../images/icon/icon3.png) center no-repeat;
  background-size: 48px auto;

}


.footer .top .list2 .r .icon4 {
  background: url(../images/icon/icon4.png) center no-repeat;
  background-size: 48px auto;

}


.footer .top .list2 .r .icon5 {
  background: url(../images/icon/icon5.png) center no-repeat;
  background-size: 48px auto;

}

.footer .top .list2 .r .icon6 {
  background: url(../images/icon/icon6.png) center no-repeat;
  background-size: 48px auto;

}


.footer .top .list2 .r .icon7 {
  background: url(../images/icon/icon7.png) center no-repeat;
  background-size: 48px auto;
}


.footer .top .list2 .r .icon4{
 
}

.footer .bot {
  line-height: 60px;
  font-size: 14px;
  color: #fff;
  border-top: 1px solid #393939;
}

/* .footer .bot .w1400{
  display: flex;
  justify-content: space-between;
} */
.footer .bot .text {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  width: 100%;
}
.footer .bot .text div:first-child{
    width: 82%;
}

.footer .bot a {
  padding-left: 14px;
  color: #fff;
  transition: all 0.5s;
}

.footer .bot a:hover {
  color: #00b6aa;
}

.footer .backTop {
  position: absolute;
  width: 140px;
  height: 100%;
  right: 0;
  top: 0;
  transition: all 0.5s;
  background: #00b6aa  url(../images/icon/icon_27.png) top 50% center no-repeat;
}

.footer .backTop:hover {
  background: #00b6aa url(../images/icon/icon_27.png) top 50% center no-repeat;
  cursor: pointer;
}



/* 悬浮 */
.suspension {
  transition: all 0.5s;
  position: fixed;
  right: -104px;
  top: 75%;
  z-index: 13;
  width: 50px;
  /* margin-top: 40px; */
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  /* border-top: #dcdcdc 3px solid; */
  cursor: pointer;
  border-radius: 50px 0 0 50px;
  /* padding: 20px 0; */
}

.suspension::after {
  position: absolute;
  left: 5px;
  top: -86px;
  width: 77px;
  height: 87px;
  /* background: url(../images/icon/icon_27.png) center bottom no-repeat; */
  content: " ";
}

.suspension_fixed {
  transition: all 0.5s;
  right: 0%;
}

.suspension .sus2 {
  padding-top: 20px;
  border-radius: 50px 0 0 0;
}

.suspension .sus6 {
  padding-bottom: 20px;
  border-radius: 0 0 0 50px;
}

@media (max-width: 1370px) {
  .suspension_fixed {
    right: 0;
  }
}

.suspension .sus {
  position: relative;
  /* border: #dcdcdc 1px solid;
  border-top: #dcdcdc 0px solid; */
  display: block;
  transition: all 0.5s;
  border-bottom: 1px dashed #e3e3e3;
}

.suspension .sus:last-child {
  border-bottom: none;
}

.suspension .sus p {
  position: relative;
  padding: 48px 0 12px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.suspension .sus2 p {
  background: url(../images/icon/icon_24.png) center 18px no-repeat;
}

.suspension .sus3 p {
  background: url(../images/icon/icon_25.png) center 18px no-repeat;
}

.suspension .sus6 p {
  background: url(../images/icon/icon_26.png) center 14px no-repeat;
}

.suspension .sus .pos {
  display: block;
  position: absolute;
  top: 50%;
  right: 70px;
  /* margin-top: -70px; */
  width: 0px;
  /* height: 121px; */
  overflow: hidden;
  transform: translateY(-50%);
}

.suspension .sus .pos img {
  display: block;
  width: 131px;
  max-height: 121px;


}

.suspension .sus .s1{
background: #d09842;

max-height: 121px;
height: 76px;
background: url(../images/index/tel.png) center 18px no-repeat;
background-size: 178px ;

}
.suspension .sus .s1 .text{
  font-size: 16px;
  color: #fff;
  margin-top: 28px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  line-height: 32px;
  width: 178px;
}
.suspension .sus .s1 .text img{
  width: 20px;
  height: 20px;
  margin-right: 5px;
}


.suspension .sus:hover {
  /* border: #006db8 1px solid; */
  background: #00b6aa;
}

.suspension .sus:hover p {
  color: #fff;
}

.suspension .sus:hover::after {
  background: none;
}

.suspension .sus2:hover p {
  background: url(../images/icon/icon_24s.png) center 18px no-repeat;
}

.suspension .sus3:hover p {
  background: url(../images/icon/icon_25s.png) center 18px no-repeat;
}

.suspension .sus6:hover p {
  background: url(../images/icon/icon_26s.png) center 18px no-repeat;
}

.title .text {
  padding: 0 0 19px 0;
  min-width: 176px;
  font-size: 36px;
  color: #006db8;
  font-weight: bold;
  text-align: center;
  background: url(../images/icon/icon_14.png) center bottom no-repeat;
}

.title .index_go {
  position: relative;
  margin-top: 14px;
  padding: 0 20px 0 0;
  font-size: 20px;
  color: #006db8;
  font-weight: bold;


}

.title .index_go::after {
  transition: all 0.5s;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(../images/icon/icon_15.png) right center no-repeat;
  content: "";
}

.title .index_go:hover::after {
  transform: rotate(180deg);
}

/*内页公共*/
.bac_color_1 {
  background: #f8f8fa;
}

.page_banner {
  position: relative;
  width: 100%;
  /*height: 450px;*/
  height: 585px;
}

.page_banner .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page_banner .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_banner .pic i {
  width: 100%;
  height: 100%;
}

.page_banner .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_banner .pos {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.page_banner .pos_nav {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
}

.page_banner .pos_nav .address {
  margin-bottom: 20px;
  display: flex;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}

.page_banner .pos_nav .address .one {
  width: 20px;
  height: 30px;
  background: url(../images/icon/icon_28.png) center no-repeat;
}

.page_banner .pos_nav .address i {
  padding: 0 10px;
}

.page_banner .pos_nav .address a {
  color: #fff;
  transition: all 0.5s;
}

.page_banner .pos_nav .address a:hover {
  color: #00b6aa;
}

.page_banner .pos_nav .t_nav {
  position: relative;
}

.page_banner .pos_nav .t_nav .bac {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 78px;
  border-bottom: #eee 1px solid;
  background: #fff;
}

.page_banner .pos_nav .t_nav .w1400 {
  display: flex;
  height: 78px;
  border-bottom: #eee 1px solid;
  background: #fff;
  border-radius: 0 60px 0 0;
}

.page_banner .pos_nav .t_nav .w1400 a {
  flex-grow: 1;
  position: relative;
  line-height: 78px;
  font-size: 20px;
  color: #666;
  text-align: center;
}

.page_banner .pos_nav .t_nav .w1400 a::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 19px;
  background: #eee;
  content: "";
}

.page_banner .pos_nav .t_nav .w1400 a::before {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0px;
  height: 6px;
  background: #006db8;
  content: "";
}

.page_banner .pos_nav .t_nav .w1400 a:last-child::after {
  display: none;
}

.page_banner .pos_nav .t_nav .w1400 a:hover:before,
.page_banner .pos_nav .t_nav .w1400 a.on:before {
  width: 100%;
}



.con-cover {
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  filter: alpha(opacity=60);
  opacity: 0.6;
  display: none;
  z-Index: 110;
  overflow: hidden;
}


.pop_shadow {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 21;
  transform: translate(-50%, -50%);
}

.pop_shadow .bor {
  margin-right: 75px;
  padding: 2.9vw 0;
  background: #fff;
}

.pop_shadow .bor .auto {
  padding: 0 3.38vw;
  width: 40vw;
  max-height: calc(90vh - 6.8vw);
  overflow-y: auto;
}

.pop_shadow .bor .pic {
  width: 100%;
  height: 27vw;
  overflow: hidden;
}

.pop_shadow .bor .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pop_shadow .bor b {
  padding: 20px 0;
  font-size: 24px;
  color: #006db8;
  text-align: center;
  font-weight: bold;
}

.pop_shadow .bor .text {
  font-size: 18px;
  line-height: 30px;
}

.pop_shadow .delete {
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 54px;
  background: url(../images/icon/icon_49.png) center no-repeat;
  cursor: pointer;
}

.pop_shadow_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.pb_sys_common {
  margin-bottom: 60px !important;
}

.pb_sys_common span {
  display: inline;
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
  padding: 8px 10px !important;
  margin: 0px 0px 0px 8px !important;
  height: auto !important;
  font-size: 14px !important;
  color: #333 !important;
}

.pb_sys_style1 .p_no_d {
  color: #fff !important;
  border: 1px solid #0071bb !important;
  background-color: #0071bb !important;
}

.pb_sys_style1 .p_no a:hover,
.pb_sys_style1 .p_fun a:hover,
.pb_sys_style1 .p_goto a:hover,
.pb_sys_style1 .p_search a:hover,
.pb_sys_style2 .p_no a:hover,
.pb_sys_style2 .p_fun a:hover,
.pb_sys_style2 .p_goto a:hover,
.pb_sys_style2 .p_search a:hover,
.pb_sys_style3 .p_no a:hover,
.pb_sys_style3 .p_fun a:hover,
.pb_sys_style3 .p_goto a:hover,
.pb_sys_style3 .p_search a:hover,
.pb_sys_style4 .p_no a:hover,
.pb_sys_style4 .p_fun a:hover,
.pb_sys_style4 .p_goto a:hover,
.pb_sys_style4 .p_search a:hover {
  background-color: #0071bb !important;
  color: #fff !important;
}

.pb_sys_common .p_t {
  font-size: 14px !important;
}



/*视频播放弹窗*/
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 31;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1341px;
  background: #000;
}

.pop_video video {
  width: 100%;
}

.pop_video i {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon_56s.png) center no-repeat;
  cursor: pointer;
}

.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}