/* ===================首页样式========================== */
/* 产品中心 s */
.ind_pro {
  color: white;
  overflow: hidden;
}
.ind_pro_nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 3;
}
.ind_pro_nav ul {}
.ind_pro_nav ul li {
  display: block;
  width: 25%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ind_pro_nav ul li.active, .ind_pro_nav ul li:hover {
  background-color: rgb(0, 78, 162, .5);
}
.ind_pro_nav ul li:last-child {
  border-right: none;
}
.ind_pro_nav ul li a {
  display: block;
  font-size: 0.24rem;
  text-align: center;
  padding: 0.5rem 0;
  color: #fff;
}
.ind_pro_con {
  min-height: 9.5rem;
}
.ind_pro_con .item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 1.95rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
}
.ind_pro_con .item.show {
  opacity: 1;
  visibility: visible;
}
.ind_pro_con .item .swiper {
  width: 90%;
  margin: 0 auto;
}
.ind_pro_con .item::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.ind_pro_con .item ul {}
.ind_pro_con .item ul li {
  text-align: center;
}
.ind_pro_con .item ul li .tit {
  font-size: 22px;
  margin-bottom: 0.45rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ind_pro_con .item ul li.swiper-slide-active .tit {
  opacity: 1;
}
.ind_pro_con .item ul li .tit p {}
.ind_pro_con .item ul li .tit i {
  margin-left: 0.08rem;
}
.ind_pro_con .item ul li .pic {
  width: 50%;
  opacity: 0.7;
  margin: 0 auto;
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  /* border-radius: 50%; */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.ind_pro_con .item ul li .pic img {
  width: 100%;
}
.ind_pro_con .item ul li:hover li .pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.ind_pro_con .item ul li.swiper-slide-active .pic {
  width: 86%;
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
  opacity: 1;
}
.ind_pro_con .item ul li a {
  display: inline-block;
  width: 180px;
  height: 45px;
  line-height: 43px;
  font-size: 16px;
  border: 1px solid #fff;
  opacity: 0;
  margin: 0.6rem 0;
}
.ind_pro_con .item ul li a:hover {
  background-color: #004ea2;
  border-color: #004ea2;
}
.ind_pro_con .item ul li.swiper-slide-active a {
  opacity: 1;
}
.ind_pro_con .swiper-button-next, .ind_pro_con .swiper-button-prev {
  display: none;
}
/* 产品中心 e */
/* 行业应用 s */
.ind_case {
  position: relative;
  height: 8.7rem;
  overflow: hidden;
}
.ind_case .ind_tit {
  position: absolute;
  top: 1.2rem;
  color: white;
  z-index: 2;
  text-align: left;
  width: 100%;
}
.ind_case .ind_tit h3 {
  color: rgb(255, 255, 255, .5);
}
.ind_case .ind_tit p {
  color: white;
  font-size: 0.42rem;
  font-weight: bold;
}
.ind_case .view {
  width: 100%;
  height: 100%;
}
.ind_case .view .swiper {
  height: 100%;
}
.ind_case .view .swiper-slide {
  position: relative;
  overflow: hidden;
}
.ind_case .view .pic_bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 1s linear 6s;
  transform: scale(1.1);
}
.ind_case .view .swiper-slide-active .pic_bg {
  transition: 6s linear;
  transform: scale(1);
}
.ind_case .view .pic_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_case .view .con {
  position: relative;
  top: 36%;
  color: #fff;
}
.ind_case .view .con .tit {
  margin-bottom: 0.2rem;
  font-size: 0.42rem;
  line-height: 1;
  font-weight: bold;
  overflow: hidden;
}
.ind_case .view .con .info {
  max-height: 60px;
  width: 500px;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}
.ind_case .view .con .view_li {
  margin: 0.3rem 0 0.5rem;
  width: 56.25%;
}
.ind_case .view .con ul {}
.ind_case .view .con ul li {}
.ind_case .view .con ul li a {
  display: block;
}
.ind_case .view .con ul li .pic {
  border: 1px solid #fff;
}
.ind_case .view .con ul li .pic.rect-6380 {
  padding-bottom: 63.80%;
}
.ind_case .view .con ul li img {}
.ind_case .view .con .view_li .swiper-button-prev, .ind_case .view .con .view_li .swiper-button-next {
  width: 17px;
  height: 56px;
  top: 50%;
  margin-top: -28px;
  background: url("../image/case_prev.png") no-repeat center;
  background-size: 100% auto;
}
.ind_case .view .con .view_li .swiper-button-prev {
  left: -0.48rem;
}
.ind_case .view .con .view_li .swiper-button-next {
  right: -0.48rem;
  background-image: url("../image/case_next.png");
}
.ind_case .view .con .view_li .swiper-button-prev::after, .ind_case .view .con .view_li .swiper-button-next::after {
  display: none;
}
.ind_case .view .con a.ind_more {
  margin-left: 0;
  margin-top: 0;
  border-color: white;
  color: white;
  width: 1.8rem;
  line-height: 0.48rem;
  height: 0.48rem;
  background-color: transparent;
  border: 1px solid #fff;
}
.ind_case .view .con a.ind_more:hover {
  border-color: #004ea2;
  background-color: #004ea2;
}
.ind_case .ind_case_fr {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 3;
  overflow: hidden;
}
.ind_case .ind_case_fr .swiper {
  height: 100%;
}
.ind_case .ind_case_fr ul {}
.ind_case .ind_case_fr ul li {
  position: relative;
  height: 16.666667%;
  width: 4.8rem;
  min-width: 300px;
  display: flex;
  padding-left: 0.8rem;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  border-left: 1px solid rgba(255, 255, 255, .4);
  background: rgba(0, 162, 233, .1);
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  cursor: pointer;
}
.ind_case .ind_case_fr ul li.swiper-slide-thumb-active {
  /* border-color: #004ea2; */
  border: none;
  background: #004ea2;
}
.ind_case .ind_case_fr ul li a {}
.ind_case .ind_case_fr ul li a .border {
  display: none;
  position: absolute;
  background: #fff;
  transition: all 6s;
}
.ind_case .ind_case_fr ul li.swiper-slide-thumb-active a .border {
  display: block;
}
.ind_case .ind_case_fr ul li a .b-l {
  left: 0;
  animation: ipro1 6s infinite;
  -webkit-animation: ipro1 6s infinite;
  width: 1px;
  height: 100%;
}
.ind_case .ind_case_fr ul li a .b-t {
  top: 0;
  animation: ipro2 6s infinite;
  -webkit-animation: ipro2 6s infinite;
  width: 100%;
  height: 1px;
}
.ind_case .ind_case_fr ul li a .b-r {
  right: 0;
  nimation: ipro3 6s infinite;
  -webkit-animation: ipro3 6s infinite;
  width: 1px;
  height: 100%;
}
.ind_case .ind_case_fr ul li a .b-b {
  bottom: 0;
  animation: ipro4 6s infinite;
  -webkit-animation: ipro4 6s infinite;
  width: 100%;
  height: 1px;
}
.ind_case .ind_case_fr ul li .ico {}
.ind_case .ind_case_fr ul li .ico img {
  display: block;
  width: 0.5rem;
  min-width: 40px;
}
.ind_case .ind_case_fr ul li .info {
  margin-left: 0.4rem;
  color: #fff;
}
.ind_case .ind_case_fr ul li .info .tit {
  margin-bottom: 10px;
  font-size: 0.28rem;
}
.ind_case .ind_case_fr ul li .info p {
  font-size: 0.18rem;
  line-height: 1em;
}
@keyframes ipro1 {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
@-webkit-keyframes ipro1 {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
@keyframes ipro2 {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes ipro2 {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@keyframes ipro3 {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes ipro3 {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
@keyframes ipro4 {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}
@-webkit-keyframes ipro4 {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}
/* 行业应用 e */
/* 新闻资讯 s */
.ind_new {
  padding-top: 1.2rem;
}
.ind_new .fl {
  width: 37.5%;
}
.ind_new .fl .ind_tit {
  text-align: left;
}
.ind_new .fl .ind_tit h3 {
  color: #cdcdcd;
}
.ind_new .fl .ind_tit p {
  font-size: 0.48rem;
  font-weight: 700;
  color: #1b1b1b;
}
.ind_new .fl ul {
  margin-top: 0.2rem;
}
.ind_new .fl ul li {}
.ind_new .fl ul li a {
  display: block;
  padding: 0.25rem 1.2rem 0.4rem 0;
  border-bottom: 1px solid #373737;
}
.ind_new .fl ul li .time {
  font-size: 18px;
  color: #868686;
}
.ind_new .fl ul li h4 {
  font-size: 22px;
  color: #292929;
  font-weight: 700;
  margin: 0.15rem 0;
}
.ind_new .fl ul li:hover h4 {
  color: #004ea2;
}
.ind_new .fl ul li p {
  font-size: 14px;
  line-height: 1.6;
  color: #484848;
}
.ind_new .fl ul li span {
  margin-top: 0.12rem;
  font-size: 16px;
  color: #484848;
}
.ind_new .fl ul li span i {
  margin-left: 8px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ind_new .fl ul li:hover span i {
  margin-left: 16px;
}
.ind_new .fr {
  width: 62.5%;
  padding-top: 0.2rem;
}
.ind_new .fr .swiper {
  height: 100%;
}
.ind_new .fr ul {}
.ind_new .fr ul li {}
.ind_new .fr ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.ind_new .fr ul li .pic {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ind_new .fr ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_new .fr ul li .pic.rect-55 {
  padding-bottom: 55%;
}
.ind_new .fr ul li .info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0.4rem 8% 0.4rem 4%;
  color: #ffffff;
  line-height: 1.5;
  background: linear-gradient(rgb(0, 0, 0, .0) 5%, rgb(0, 0, 0, .66) 100%);
  background: -webkit-linear-gradient(rgb(0, 0, 0, .0) 5%, rgb(0, 0, 0, .6) 100%);
}
.ind_new .fr ul li .info h4 {
  width: 38.5%;
  font-size: 20px;
  font-weight: bold;
}
.ind_new .fr ul li .info p {
  width: 57.5%;
  font-size: 14px;
}
.ind_new .fr .swiper-pagination {
  text-align: right;
  padding-right: 0.3rem;
}
.ind_new .fr .swiper-pagination span {
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  background-color: transparent;
  opacity: 1;
}
.ind_new .fr span.swiper-pagination-bullet-active {
  background-color: white;
}
/* 新闻资讯 e */
/* 关于我们 s */
.ind_ab {
  padding-top: 1rem;
  /*overflow: hidden;*/
}
.ind_ab .con {
  margin-top: 0.6rem;
}
.ind_ab .con ul {}
.ind_ab .con ul li {
  position: relative;
  float: left;
  width: calc(100% / 3);
  /* border-right: #FFFFFF 1px solid; */
  /* margin-bottom: 0.3rem; */
}
/* .ind_ab .con ul li:last-child{
	border: none;
} */
.ind_ab .con ul li:nth-child(2n)::after, .ind_ab .con ul li:nth-child(2n)::before {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: white;
  z-index: 2;
}
.ind_ab .con ul li:nth-child(2n)::after {
  right: 0;
}
.ind_ab .con ul li:nth-child(2n)::before {
  left: 0;
}
.ind_ab .con ul li a {}
.ind_ab .con ul li .pic {
  position: relative;
  overflow: hidden;
}
.ind_ab .con ul li .pic.rect-625 {
  padding-bottom: 62.5%;
}
.ind_ab .con ul li .pic::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, .4);
}
.ind_ab .con ul li .pic img {
  width: 100%;
}
.ind_ab .con ul li .pic .txt {
  position: absolute;
  left: 5%;
  top: 0;
  width: 90%;
  height: 100%;
  color: white;
  text-transform: uppercase;
  z-index: 2;
}
.ind_ab .con ul li .pic .txt p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}
.ind_ab .con ul li .pic .txt span {
  font-size: 32px;
  margin: 0 5px;
}
.ind_ab .con ul li .info {
  height: 200px;
  padding: 0.4rem 5%;
  background-color: white;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.ind_ab .con ul li:nth-child(2) .info {
  background-color: #e9e9e9;
}
.ind_ab .con ul li:hover .info {
  background-color: #004c92;
}
.ind_ab .con ul li .info .fl {
  width: calc(100% - 60px);
}
.ind_ab .con ul li .info .fl p {
  font-size: 16px;
  line-height: 1.6;
  color: #3d3d3d;
}
.ind_ab .con ul li:hover .info .fl p {
  color: white;
}
.ind_ab .con ul li .info .fl i {
  display: inline-block;
  /* width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #666666;
	border-radius: 50%;*/
  margin-top: 0.15rem;
  font-size: 36px;
}
.ind_ab .con ul li .info .fr {
  width: 60px;
  text-align: right;
}
.ind_ab .con ul li .info .fr i {
  font-size: 40px;
}
.ind_ab .con ul li .info i {
  color: #666666;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ind_ab .con ul li:hover .info i {
  color: #fff;
}
/* 关于我们 e */
/* 产品中心 s */
/* 产品中心 e */
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
  /* 1600 × (900/1024/1200) */
}
@media all and (max-width:1599px) {
  /* 1440 × (900/1050) */
}
@media all and (max-width:1439px) {
  /* 1360 × (768) */
  .ind_pro_con .item ul li .tit {
    font-size: 18px;
  }
}
@media all and (max-width:1359px) {
  /* 1280 × (800/854/1024) */
}
@media all and (max-width:1279px) {
  /* 1152 × (864) */
}
@media all and (max-width:1151px) {
  /* 1024 × (600/768) */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
  /* 平板设备 720 适配 */
  .ind_pro_con {
    min-height: 15rem;
  }
  .ind_pro_con .item ul li.swiper-slide-active .pic {
    width: 70%;
  }
  .ind_pro_con .item {
    padding-top: 1.8rem;
  }
  .ind_pro_con .item ul li a {
    margin: 0.4rem auto 0;
    width: 160px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
  .ind_pro_con .item ul li .tit {
    font-size: 16px;
    margin-bottom: 0.2rem;
  }
  .ind_pro_con .swiper-button-next::after, .ind_pro_con .swiper-button-prev::after {
    color: white;
    top: auto;
    bottom: calc((100% - 1.8rem) / 2);
  }
  .ind_pro_con .swiper-button-next, .ind_pro_con .swiper-button-prev {
    display: block;
  }
  .ind_case {
    height: auto;
  }
  .ind_case .ind_tit h3 {
    font-size: 0.6rem;
  }
  .ind_case .view > .swiper > .swiper-wrapper > .swiper-slide {
    padding: 0.6rem 0 180px;
  }
  .ind_case .view .swiper {
    height: auto;
  }
  .ind_case .view .con {
    top: auto;
    padding-top: 3rem;
  }
  .ind_case .view .con .view_li {
    margin: 0.6rem 0;
  }
  .ind_case .view .con a.ind_more {
    width: 2.4rem;
    height: 0.66rem;
    line-height: 0.66rem;
    font-size: 16px;
  }
  .ind_case .ind_case_fr {
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
  }
  .ind_case .ind_case_fr .swiper {
    height: auto;
  }
  .ind_case .ind_case_fr ul li {
    display: block;
    height: auto;
    min-width: auto;
    padding-left: 0;
  }
  .ind_case .ind_case_fr ul li a {
    padding: 0.2rem 0;
  }
  .ind_case .view .con .info, .ind_case .view .con .view_li {
    width: 100%;
    margin-right: 0;
  }
  .ind_case .view .con .view_li .swiper-button-prev {
    left: 10px;
  }
  .ind_case .view .con .view_li .swiper-button-next {
    right: 10px;
  }
  .ind_case .ind_case_fr ul li .ico img {
    max-height: 40px;
    width: auto;
    min-width: auto;
  }
  .ind_new {
    padding-top: 1rem;
  }
  .ind_new .w16 {
    flex-wrap: wrap;
  }
  .ind_new .fl ul {
    margin-top: 0.4rem;
  }
  .ind_new .fl, .ind_new .fr {
    width: 100%;
  }
  .ind_new .fr ul li .pic {
    position: relative;
  }
  .ind_new .fl ul li a {
    padding-right: 0;
  }
  .ind_new .fl ul li .time {
    font-size: 16px;
  }
  .ind_new .fl ul li h4 {
    font-size: 18px;
    margin: 0.24rem 0;
  }
  .ind_new .fl ul li span {
    margin-top: 0.15rem;
  }
  .ind_new .fr ul li a {
    height: auto;
  }
  .ind_new .fr ul li .pic {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
  }
  .ind_new .fr ul li .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    *height: auto;
    object-fit: cover;
  }
  .ind_new .fr ul li .info {
    position: relative;
    bottom: auto;
    background: none;
    background-color: #004ea2;
    flex-wrap: wrap;
    padding: 0.4rem 5% 0.6rem;
  }
  .ind_new .fr ul li .info h4, .ind_new .fr ul li .info p {
    width: 100%;
  }
  .ind_new .fr ul li .info h4 {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .ind_new .fr ul li .info p {
    margin-top: 0.15rem;
  }
  .ind_ab {
    padding-top: 1rem;
  }
  .ind_ab .con ul li {
    width: 100%;
  }
}
@media all and (max-width:768px) {
  .ind_pro_con {
    min-height: 12rem;
  }
  .ind_pro_con .item ul li a {
    width: 140px;
    height: 36px;
    line-height: 34px;
    font-size: 13px;
    margin-top: 0.2rem;
  }
  .ind_case .ind_tit {
    top: 0.8rem;
  }
  .ind_case .view .con {
    padding-top: 2.2rem;
  }
}
@media all and (max-width:640px) {
  /* 移动终端以上 360 适配 */
  .ind_pro_con {
    min-height: 12rem;
  }
  .ind_pro_con .item {
    padding-top: 4rem;
  }
  .ind_pro_nav ul {
    flex-wrap: wrap;
  }
  .ind_pro_nav ul li {
    width: 50%;
  }
  .ind_pro_nav ul li a {
    line-height: 1.3;
    padding: 0.4rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ind_pro_con .swiper-button-next, .ind_pro_con .swiper-button-prev {
    top: auto;
    bottom: calc((100% - 3rem) / 2);
  }
  .ind_pro_con .swiper-button-next::after, .ind_pro_con .swiper-button-prev::after {
    font-size: 0.48rem;
    color: white;
  }
  .ind_case .view > .swiper > .swiper-wrapper > .swiper-slide {
    padding-bottom: 240px;
  }
  .ind_case .view .con .info {
    font-size: 14px;
    line-height: 1.8;
  }
  .ind_ab .con ul li .pic .txt span {
    font-size: 24px;
  }
  .ind_ab .con ul li .pic .txt span {
    font-size: 22px;
  }
  .ind_ab .con ul li .pic .txt p {
    font-size: 18px;
  }
  .ind_ab .con ul li .info {
    height: auto;
    padding: 0.5rem 5%;
  }
  .ind_ab .con ul li .info .fl p {
    font-size: 14px;
  }
  .ind_ab .con ul li .info .fr i {
    font-size: 36px;
  }
  .ind_ab .con ul li .info .fl i {
    margin-top: 0.3rem;
    font-size: 32px;
  }
  .ind_case .ind_case_fr ul li a {
    padding-left: 10%;
    justify-content: left;
  }
  .ind_case .ind_case_fr ul li .ico img {
    max-height: 35px;
  }
  .ind_case .ind_case_fr ul li .info {
    margin-left: 0.3rem;
  }
  .ind_case .view .con .view_li .swiper-button-prev, .ind_case .view .con .view_li .swiper-button-next {
    width: 10px;
    height: 32px;
    background-size: 100% auto;
    margin-top: -16px;
  }
}
@media all and (max-width:480px) {
  .ind_pro_con {
    min-height: 10rem;
  }
}
@media all and (max-width:420px) {}
@media all and (max-width:376px) {}
.apImgTitle {
  position: fixed;
  width: 42%;
  left: 30%;
  top: 30%;
}
.apTitle {
  font-size: 40px;
  color: #fff;
  position: fixed;
  top: 32%;
  width: 100%;
  text-align: center;
}
.logcon {
  position: fixed;
  width: 100%;
  top: 47%;
  text-align: center;
}
.logcon input {
  padding: 10px 15px;
  border-radius: 3px;
  border: none;
  margin-right: 10px;
  width: 220px;
}
.logcon button {
  padding: 7px 20px 10px 20px;
  border: none;
  background: #fff;
  border-radius: 3px;
}
.logcon button:hover {
  cursor: pointer;
}
canvas {
  display: block;
  vertical-align: bottom;
}
#particles-js {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/******文化*******/
.imgbigout {
  display: block;
  overflow: hidden;
}
.imgbigout .imgbig {
  display: block;
  max-width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.imgbigout:hover .imgbig {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1)
}
.imgbigout img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
input {
  -webkit-appearance: none;
  outline: none;
  background: none;
  border: none;
}
/*分页框架*/
/* 通用 */
.container {
  width: 1440px;
  margin: 0 auto;
  margin-top: 1%;
}
.imgbox img {
  display: block;
  max-width: 100%;
  height: auto;
}
.icon {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}
.com-tit {
  margin-bottom: 60px;
  text-align: center;
}
.com-tit .tit {
  position: relative;
  margin-bottom: 1em;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.com-tit .subtit {
  font-size: 18px;
  color: #fff;
}
.com-tit .tit::after {
  position: absolute;
  bottom: -0.53em;
  left: 50%;
  display: block;
  content: "";
  width: 60px;
  height: 4px;
  margin-left: -30px;
  background: #1453ae;
}
.left-com-tit {
  text-align: left;
}
.left-com-tit .tit {
  font-size: 30px;
}
.left-com-tit .subtit {
  font-size: 18px;
}
.left-com-tit .tit::after {
  left: 0;
  margin-left: 0;
}
/*.head-nav .item:hover .item-subnav{display: block;}*/
.intro-wrap3 {
  padding: 31px 0 250px
}
.intro-wrap3-title {
  float: left;
  max-width: 36%;
}
.intro-wrap3-main {
  float: right;
  width: 60.6%;
}
.intro-wrap3-main dl {
  margin-bottom: 22px;
}
.intro-wrap3-main dt {
  margin-bottom: .5em;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.intro-wrap3-main dd {
  font-size: 14px;
  line-height: 1.56em;
  color: #fff;
}
.intro-wrap4-list {
  display: flex;
  justify-content: space-between;
}
.intro-wrap4-list > div {
  width: 50%;
  background: #f5f5f52e;
}
.imgtext p {
  color: #fff;
  line-height: 22px;
  margin-top: 31px;
}
.intro-wrap4-list:nth-child(2n+1) {}
.intro-wrap4-list:nth-child(2n) {
  flex-direction: row-reverse;
}
.intro-wrap4-list .imgtext {
  display: flex;
  align-items: center;
  padding: 5% 6.5% 5% 6%;
  box-sizing: border-box;
}
.intro-wrap4-list:nth-child(2n+1) .imgtext {
  flex-direction: row-reverse;
}
.intro-wrap4-list:nth-child(2n+1) .imgtext .com-tit {
  text-align: right;
}
.intro-wrap4-list:nth-child(2n+1) .imgtext .com-tit .tit::after {
  left: auto;
  right: 0;
}
.intro-wrap4-list .com-tit {
  display: inline-block;
  margin-bottom: 0;
}
@keyframes warn {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
  25% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 0.2;
  }
  50% {
    transform: scale(1.35);
    -webkit-transform: scale(1.35);
    opacity: 0.4;
  }
  75% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    opacity: 0.0;
  }
}
@media screen and (min-width: 1151px) {
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px
  }
  ::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(255, 255, 255, 0)
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #1453ae;
  }
  ::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: #1453ae;
  }
  .head .m-head-nav {
    display: none !important;
  }
  .head .head-lang {
    display: block !important;
  }
  .appli-list > li:hover {
    width: 40% !important;
  }
  .i-news .i-news-hot a:hover .text {
    padding-left: 120px;
    padding-right: 16px;
  }
  .i-news .i-news-list a:hover .text {
    padding-left: 122px;
    padding-right: 8px;
  }
  .navbar .navbar-list a:hover::after {
    width: 100%;
    opacity: 1;
  }
}
@media screen and (min-width: 1920px) {
  .banner .item, .i-about .i-about-img, .com-banner {
    background-size: cover;
  }
}
@media screen and (max-width: 1660px) {
  .container {
    width: 1300px;
  }
  .i-about .i-about-text-inner {
    width: 610px;
  }
}
@media screen and (max-width: 1440px) {
  .com-tit .tit {
    font-size: 26px;
  }
  .com-tit .subtit {
    font-size: 16px;
    line-height: 1.5em;
  }
  .font32-line {
    font-size: 26px;
  }
  .container {
    width: 1200px;
  }
  .container-inner {
    width: 1000px;
  }
}
.mshow {
  display: none;
}
@media screen and (max-width: 1150px) {
  .mhide {
    display: none;
  }
  .mshow {
    display: block !important;
  }
  .container {
    width: 90%;
  }
  .container-inner {
    width: 90%;
  }
  .head-active {
    z-index: 9999999;
  }
  .head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .head-h {
    height: 50px;
  }
  .head .head-inner {
    position: relative;
    width: 100%;
    height: 50px;
    padding-top: 0;
  }
  .head .head-inner-mobile {
    position: relative;
    height: 50px;
    padding: 0 5%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 9;
  }
  .head .head-menu {
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -19px;
    margin-right: -10px;
    padding: 10px;
  }
  .head .head-menu .line {
    display: block;
    width: 23px;
    height: 2px;
    background: #000;
    margin-top: 6px;
    transition: all .3s;
  }
  .head .head-menu .line:first-child {
    margin-top: 0px;
  }
  .head .line {
    display: block;
    width: 32px;
    height: 3px;
    background: #000;
    margin-top: 8px;
    transition: all .3s;
  }
  .head .line:first-child {
    margin-top: 0;
  }
  .is-active:nth-child(1) {
    -webkit-transform: translateY(8px)rotate(45deg);
    -ms-transform: translateY(8px)rotate(45deg);
    -o-transform: translateY(8px)rotate(45deg);
    transform: translateY(8px)rotate(45deg);
  }
  .is-active:nth-child(2) {
    opacity: 0;
  }
  .is-active:nth-child(3) {
    -webkit-transform: translateY(-8px)rotate(-45deg);
    -ms-transform: translateY(-8px)rotate(-45deg);
    -o-transform: translateY(-8px)rotate(-45deg);
    transform: translateY(-8px)rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .com-tit {
    margin-bottom: 20px;
  }
  .com-tit .tit {
    font-size: 20px;
  }
  .com-tit .tit::after {
    width: 40px;
    height: 2px;
    margin-left: -20px;
  }
  .com-tit .subtit {
    font-size: 15px;
  }
  .left-com-tit {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  .left-com-tit .tit::after, .left-com-tit .tit::after {
    left: 50%;
    margin-left: -20px;
  }
  .font32-line {
    margin-bottom: 1.5em;
    font-size: 20px;
  }
  .font32-line::after {
    bottom: -15px;
    width: 40px;
    height: 2px;
  }
  .intro-wrap1 {
    padding: 50px 0 64px;
  }
  .intro-wrap1-main, .intro-wrap3-main {
    float: none;
    width: 100%;
  }
  .intro-wrap1-main .editor-content {
    margin-bottom: 20px;
  }
  .intro-wrap2 {
    padding: 30px 0 20px;
  }
  .intro-wrap2-container, .about-honor-container {
    padding-bottom: 20px;
  }
  .intro-wrap2-container .slide-page, .about-honor-container .slide-page {
    bottom: 0;
  }
  .intro-wrap3 {
    padding: 50px 0 20px;
  }
  .intro-wrap3-main dl {
    margin-bottom: 15px;
  }
  .intro-wrap3-main dt {
    font-size: 20px;
  }
  .intro-wrap3-main dd {
    font-size: 16px;
  }
  .intro-wrap4-list {
    flex-wrap: wrap;
  }
  .intro-wrap4-list > div {
    width: 100%;
  }
  .intro-wrap4-list .imgtext {
    padding: 5%;
  }
  .intro-wrap4-list:nth-child(2n+1) .imgtext {
    flex-direction: row;
  }
  .intro-wrap4-list:nth-child(2n+1) .imgtext .com-tit {
    text-align: left;
  }
  .intro-wrap4-list:nth-child(2n+1) .imgtext .com-tit .tit::after {
    left: 0;
    margin-left: 0;
  }
  .intro-wrap4-list .com-tit {
    text-align: left;
  }
  .intro-wrap4-list .com-tit .tit::after {
    left: 0;
    margin-left: 0;
  }
}
/******发展历程**************/
#history {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 50px auto 0 auto;
}
.title {
  height: 95px;
  line-height: 95px;
  text-indent: 280px;
}
.title h2 {
  color: #7c7c7c;
  font-size: 18px;
  font-weight: 500;
}
#circle {
  width: 83px;
  height: 83px;
  position: absolute;
  top: 0;
  left: 390px;
  border: 6px solid rgb(0 78 162);
  border-radius: 95px;
  text-indent: 0;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#circle .cmsk {
  height: 83px;
  position: absolute;
  width: 83px;
  top: 0;
  left: 0;
}
#circle:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  border-color: rgba(0, 0, 0, 0);
}
.clock {
  display: block;
}
#circle:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: #004ea2;
}
#circle:hover .clock {
  display: block;
}
#circle:hover .circlecontent {
  display: none;
}
#circle span {
  font-size: 18px;
  color: #b0b0b0;
}
#circle .clock {
  background: url(../image/clock.png) no-repeat 0 0;
  width: 83px;
  height: 83px;
  position: absolute;
  top: -6px;
  left: -6px;
  display: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 0;
}
#circle:hover .clock {
  border-radius: 83px;
}
.timeyear {
  color: #b0b0b0;
  font-size: 16px;
  line-height: 12px;
}
.timeblock {
  height: 28px;
  margin-top: 19px;
  margin-left: 1px;
}
.timeblock span {
  display: block;
  height: 24px;
  width: 16px;
  background: url(../image/date.png) no-repeat 0 0;
  float: left;
}
.timeblock .numf {
  background-position: 0px -24px;
}
.timeblock .nums {
  background-position: 0px -216px;
}
.timeblock .numt {
  background-position: 0px -192px;
}
.timeblock .numfo {
  background-position: 0px -216px;
}
#content {
  height: 355px;
  width: 1180px;
  overflow: hidden;
  background: url(../image/vertical.png) no-repeat 434px 2px;
  padding-top: 10px;
}
.list {
  overflow: hidden;
  position: relative;
}
.list li {
  height: 110px;
  vertical-align: bottom;
  overflow: hidden;
  position: relative;
}
.liwrap {
  height: 55px;
  margin-top: 28px;
}
.lileft {
  position: absolute;
  top: 0;
  left: 0px;
  height: 55px;
  width: 400px;
  line-height: 55px;
  text-align: right;
}
.liright {
  position: absolute;
  top: 0;
  right: 0px;
  height: 55px;
  width: 700px;
}
.histt {
  height: 35px;
  line-height: 35px;
}
.hisct {
  font-size: 14px;
  color: #6e6e6e;
}
.md {
  font-size: 18px;
  color: #AEAEAE;
}
.year {
  font-size: 20px;
  color: #7f7474;
  margin-right: 10px;
}
.point {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 409px;
  background: url(../image/point.png) no-repeat 0px 18px;
  overflow: hidden;
}
.point b {
  height: 16px;
  width: 16px;
  background: #fff;
  display: block;
  margin: 17px 0 0 19px;
  border-radius: 18px;
  border: 2px solid #004ea2;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: absolute;
  top: 0;
  left: 0;
}
.thiscur .point b {
  border: 7px solid rgb(0 78 162 / 72%);
  margin: 12px 0px 0px 20px;
  border-radius: 52px;
}
.thiscur .histt a {
  color: #004ea2;
}
.histt a {
  font-size: 24px;
  color: #747474;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#arrow {
  position: fixed;
  top: 50%;
  right: 30px;
}
*html #arrow {
  position: absolute;
  top: expression(eval(document.documentElement.scrollTop));
  margin-top: 350px;
}
#arrow ul li {
  display: block;
  height: 20px;
  width: 20px;
  background: url(../image/icons.png) no-repeat 0 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#arrow ul li:active {
  background-color: #000;
}
#arrow ul .arrow_active {
  background-color: #000;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#arrow ul .arrowup {
  background-position: 0px -26px;
  margin-bottom: 10px;
}
#arrow ul .arrowdown {
  background-position: 0px 0px;
}
.map { 
width: 100%
}
@media screen and (max-width: 768px) {

  #content{width: 100%;}
  .lileft{width: 50%;}
  .histt a{font-size: 16px;margin-top: 46px;}

  #circle{left: 0px;}
  .point{left: 0px;}
  .liright{width: 100%;}





}