@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: #fff;
	font-size: 0.16rem;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
img {
	border: 0;
	display: block;
	max-width: 100%;
	width: auto;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tc{
  text-align: center;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content {
	width: 15.6rem;
	margin: 0 auto;
}
.phone {
	display: none;
}
[v-cloak]{
	display: none;
}

@font-face {
	font-family: "bebas";
	src:url("../fonts/BEBAS.otf") format("opentype"),
			url("../fonts/BEBAS.ttf") format("truetype"),
			url("../fonts/BEBAS.woff") format("woff");
}


/*首页*/
.ind_head .head{
  height: auto;
  padding: 0 1.04rem 0 0.73rem;
  background: none;
  box-shadow: none;
}
.head{
  width: 100%;
  height: 1rem;
  background: #fff;
  box-shadow: 0 0 0.1 rgba(0, 0, 0, .1);
  padding: 0 1.04rem 0 1.8rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.logo{
	float: left;
  width: 1.86rem;
	margin-top: 0.33rem;
}
.search_img{
	float: right;
	width: 0.24rem;
	height: 0.26rem;
	margin-top: 0.44rem;
	cursor: pointer;
}
.search_img img {
  width: 100%;
  height: 100%;
}
.nav.bai li{
  color: #fff;
}
.nav.bai i{
  background: #fff;
}
.navbtn.bai s {
  background-color: #fff;
}
.special .navbtn.bai  s,
.special2 .navbtn.bai  s,
.nvact .navbtn.bai  s {
  background: #fff;
}
.navbtn.bai.special s {
  background: #fff;
}
.nav {
  float: right;
  width: 10rem;
  margin: 0.27rem 0.42rem 0 0;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav li {
  color: #121212;
	font-size: 0.18rem;
  line-height: 0.58rem;
	position: relative;
  padding: 0 0.45rem;
}
.nav li:hover .subnav{
  display: block;
}
.subnav{
  width: 94%;
  padding-top: 0.16rem;
  position: absolute;
  top: 0.58rem;
  left: 3%;
  z-index: 5;
  display: none;
}
.subnav ul{
  background: #fff;
  border-radius: 0.1rem;
  display: block;
  overflow: hidden;
}
.subnav li{
  text-align: center;
  color: #121212 !important;
  padding: 0;
}
.subnav li:hover{
  background: #0069c2;
  color: #fff !important;
}
.nav i{
	width: 100%;
	height: 0.03rem;
	background: #0069c2;
	display: block;
	transform: scale(0,0);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.nav li:hover i{
	transform: scale(1,1);
}
.nav li.on i{
	transform: scale(1,1);
}
.nav.bai li:hover{
  color: #fff;
}
.nav.bai li.on{
  color: #fff;
}
.nav li:hover{
  color: #0069c2;
}
.nav li.on{
  color: #0069c2;
}
.nav > li > a:hover span,
.nav > li > a.active span {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.nav.active li {
  -webkit-transform: translateY(-170%);
  transform: translateY(-170%);
}
.nav li:nth-child(1) {
  -webkit-transition: all 0.5s ease-out 0.1s;
  -moz-transition: all 0.5s ease-out 0.1s;
  -ms-transition: all 0.5s ease-out 0.1s;
  -o-transition: all 0.5s ease-out 0.1s;
  transition: all 0.5s ease-out 0.1s;
}
.nav li:nth-child(2) {
  -webkit-transition: all 0.5s ease-out 0.15s;
  -moz-transition: all 0.5s ease-out 0.15s;
  -ms-transition: all 0.5s ease-out 0.15s;
  -o-transition: all 0.15s ease-out 0.5s;
  transition: all 0.5s ease-out 0.15s;
}
.nav li:nth-child(3) {
  -webkit-transition: all 0.5s ease-out 0.2s;
  -moz-transition: all 0.5s ease-out 0.2s;
  -ms-transition: all 0.5s ease-out 0.2s;
  -o-transition: all 0.5s ease-out 0.2s;
  transition: all 0.5s ease-out 0.2s;
}
.nav li:nth-child(4) {
  -webkit-transition: all 0.5s ease-out 0.25s;
  -moz-transition: all 0.5s ease-out 0.25s;
  -ms-transition: all 0.5s ease-out 0.25s;
  -o-transition: all 0.5s ease-out 0.25s;
  transition: all 0.5s ease-out 0.25s;
}
.nav li:nth-child(5) {
  -webkit-transition: all 0.5s ease-out 0.3s;
  -moz-transition: all 0.5s ease-out 0.3s;
  -ms-transition: all 0.5s ease-out 0.3s;
  -o-transition: all 0.5s ease-out 0.3s;
  transition: all 0.5s ease-out 0.3s;
}
.nav li:nth-child(6) {
  -webkit-transition: all 0.5s ease-out 0.35s;
  -moz-transition: all 0.5s ease-out 0.35s;
  -ms-transition: all 0.5s ease-out 0.35s;
  -o-transition: all 0.5s ease-out 0.35s;
  transition: all 0.5s ease-out 0.35s;
}
.nav li:nth-child(7) {
  -webkit-transition: all 0.5s ease-out 0.35s;
  -moz-transition: all 0.5s ease-out 0.35s;
  -ms-transition: all 0.5s ease-out 0.4s;
  -o-transition: all 0.5s ease-out 0.4s;
  transition: all 0.5s ease-out 0.4s;
}
.navmenu {
  position: absolute;
  right: 1.5rem;
  top: 0.35rem;
  z-index: 10;
}
.navbtn {
  width: 0.4rem;
  height: 0.4rem;
  opacity: 0;
  position: absolute;
  left: -0.5rem;
  pointer-events: none;
  -moz-transition: 0.4s 0.5s;
  -ms-transition: 0.4s 0.5s;
  -webkit-transition: 0.4s 0.5s;
  -o-transition: 0.4s 0.5s;
  transition: 0.4s 0.5s;
}
.navbtn.active {
  opacity: 1;
  pointer-events: auto;
}
.navbtn s {
  position: absolute;
  right: 0;
  display: block;
  width: 0.22rem;
  height: 2px;
  background: #121212;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navbtn > s:nth-child(1) {
  top: 0.12rem;
}
.navbtn > s:nth-child(2) {
  top: 0.2rem;
  right: -0.04rem;
  transform: rotate(0deg) scale(1, 1);
}
.navbtn > s:nth-child(3) {
  top: 0.28rem;
}
.navbtn.on s:nth-child(1) {
  top: 48%;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.navbtn.on s:nth-child(2) {
  transform: rotate(-180deg) scale(0, 1);
}
.navbtn.on s:nth-child(3) {
  top: 48%;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.special .navbtn s,
.special2 .navbtn s,
.nvact .navbtn s {
  background: #121212;
}
.navbtn.special s {
  background: #121212;
}
.menu,.nav02,#menu {
  display: none;
}

.ind_box{
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.index{
  height: 100vh;
}
.index_page{
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.ind_pic{
  height: 100vh;
}
.ind_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.box img {
  width: 100%;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.pt{
  padding-top: 1rem;
}

.banner{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner .swiper-pagination{
  bottom: 0.4rem;
}
.banner .swiper-pagination-bullet{
  width: 0.8rem;
  height: 0.04rem;
  border-radius: 0;
  background: #fff;
  margin: 0 0.07rem !important;
}
.banner .swiper-pagination-bullet-active{
  background: #0066bc;
}
.bn_box{
	width: 100%;
	position: absolute;
	left: 0;
}
.bn_t{
	top: 35%;
	transform: translateY(-35%);
}
.bn_b{
	bottom: 10%;
}
.bn_text{
	color: #fff;
	font-size: 0.53rem;
	line-height: 0.86rem;
	font-weight: lighter;
}
.bn_text h1{
	font-size: 0.7rem;
	line-height: 1rem;
}
.bn_more{
	color: #fff;
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.63rem;
}
.bn_more img{
	float: left;
	width: 0.63rem;
	height: 0.63rem;
	margin-right: 0.24rem;
}

.code{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 0.05rem;
	overflow: hidden;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0.32rem;
	z-index: 10;
}
.code img{
	width: 100%;
	height: 100%;
}

.about_box01{
	margin-bottom: 0.5rem;
}
.about_bot{
	width: 100%;
	position: relative;
}
.about_line{
	width: 100%;
	height: 0.01rem;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 0.93rem;
	left: 0;
}
.about_box02{
	height: 1.1rem;
}
.about_box02 ul{
  margin-right: -1.4rem;
}
.about_box02 li{
  float: left;
  margin-right: 1.4rem;
}
.about_box02 li:hover i{
	width: 0.22rem;
	height: 0.22rem;
	background: url(../images/ind_10.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}
.about_box02 img{
	width: 0.43rem;
	height: 0.43rem;
	margin: 0 auto;
}
.about_box02 h1{
	text-align: center;
	line-height: 0.4rem;
	color: #fff;
	font-size: 0.16rem;
	font-weight: normal;
}
.about_box02 i{
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: #fff;
	display: block;
	margin: 0.06rem auto 0;
}
.about_tit{
	color: #cbcbcb;
	font-size: 0.38rem;
	line-height: 0.54rem;
	text-transform: uppercase;
	margin-bottom: 0.56rem;
}
.about_tit h1{
	color: #fff;
	font-size: 0.48rem;
	line-height: 0.8rem;
}
.about_tit div{
  font-weight: lighter;
}
.about{
	width: 7.3rem;
	line-height: 0.36rem;
	font-size: 0.16rem;
	height: 1.44rem;
	text-align: justify;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.about_list{
	width: 6.9rem;
  margin-top: 0.75rem;
}
.about_list ul{
	display: flex;
	justify-content: space-between;
}
.about_list li{
	padding-right: 0.4rem;
  color: #fff;
  position: relative;
}
.about_list i{
  width: 0.01rem;
  height: 0.57rem;
  background: rgba(255, 255, 255, 0.45);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.about_list li:last-child i{
  display: none;
}
.about_list h1{
  line-height: 0.5rem;
  font-weight: normal;
}
.about_list h1 b{
  font-family: "bebas";
  font-size: 0.38rem;
}
.about_list h1 span{
  font-size: 0.16rem;
  line-height: 0.4rem;
  vertical-align: bottom;
  padding-left: 0.12rem;
}
.about_list h2{
  font-size: 0.16rem;
  line-height: 0.4rem;
  font-weight: normal;
}
.videoBtn{
  width: 0.61rem;
  height: 0.61rem;
  position: absolute;
  right: 3.15rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
}
.videoBtn span {
  width: 0.61rem;
  height: 0.61rem;
  display: block;
  background: url(../images/ind_05.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: .6s;
  transition: .6s;
}
.videoBtn:hover span {
  -webkit-transform: rotateZ(240deg);
  transform: rotateZ(240deg);
}
.videoBox {
  width: 60%;
  max-width: 8.5rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  background: #fff;
  padding: 0.35rem 0;
  border-radius: 0.1rem;
}
.videoBox video {
  display: block;
  position: relative;
  width: 100%;
}
.videoCloseBtn {
  width: 0.5rem;
  height: 0.35rem;
  position: absolute;
  right: 0.1rem;
  top: 0;
  line-height: 0.35rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .5s;
}
.videoBtn p {
  color: #fff;
  width: 150%;
  position: absolute;
  left: -25%;
  top: 150%;
  text-align: center;
  font-size: 0.16rem;
}
.videoBtn::before , .videoBtn::after {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -1px;
  top: -1px;
  content: '';
  border-radius: 50%;
  -webkit-animation: scaleAnimate 2s linear infinite;
  opacity: 0;
}
.videoBtn::after {
  -webkit-animation-delay: 0.6s;
}
@-webkit-keyframes scaleAnimate {
  0% {
      -webkit-transform: scale(1);
      opacity: 0;
  }

  50% {
      -webkit-transform: scale(1.4);
      opacity: 0.2;
  }

  100% {
      -webkit-transform: scale(1.8);
      opacity: 0;
  }
}

@keyframes scaleAnimate {
  0% {
      transform: scale(1);
      opacity: 0;
  }

  50% {
      transform: scale(1.4);
      opacity: 0.2;
  }

  100% {
      transform: scale(1.8);
      opacity: 0;
  }
}
.lightBox {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.8);
  z-index: 1000;
  transition: all .5s cubic-bezier(.23,1,.32,1);
  position: fixed;
  display: none;
}
.lightBox.active {
  display: block;
}

.product{
  width: 100%;
  margin-bottom: 0.13rem;
}
.product .swiper-slide{
  /* height: 6.74rem; */
  height: 5.6rem;
  border-radius: 0.15rem;
  overflow: hidden;
}
.product .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_bg{
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, .0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.product_txt{
  width: 95%;
  line-height: 1.02rem;
  color: #fff;
  font-size: 0.3rem;
  font-weight: bold;
  position: absolute;
  left: 2.5%;
  bottom: 0;
  z-index: 2;
}
.product_bot{
  width: 70%;
  height: 0.44rem;
  position: relative;
  margin: 0 auto;
}
.product_bot .swiper-pagination{
  width: auto;
  text-align: left;
  bottom: 0.1rem;
}
.product_bot .swiper-pagination-bullet{
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #7c7c7c;
  margin: 0 0.1rem !important;
  opacity: 1;
}
.product_bot .swiper-pagination-bullet-active{
  background: #0067bc;
}
.product_bot .swiper-button-next, .product_bot .swiper-button-prev{
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  border: solid 0.01rem #2b2c2d;
  top: 0;
  left: auto;
}
.product_bot .swiper-button-next:hover, .product_bot .swiper-button-prev:hover{
  border: solid 0.01rem #0b4a8a;
}
.product_bot .swiper-button-next{
  right: 0;
}
.product_bot .swiper-button-prev{
  right: 0.62rem;
}
.product_bot .swiper-button-next:after, .product_bot .swiper-button-prev:after{
  font-size: 0.18rem;
  font-weight: bold;
  color: #2b2c2d;
}
.product_bot .swiper-button-next:hover:after, .product_bot .swiper-button-prev:hover:after{
  color: #0b4a8a;
}

.news_top{
  padding-bottom: 0.42rem;
}
.news_tit{
  float: left;
	color: #cbcbcb;
	font-size: 0.38rem;
	line-height: 0.58rem;
	text-transform: uppercase;
}
.news_tit h1{
	color: #fff;
	font-size: 0.48rem;
	line-height: 0.8rem;
}
.news_tit div{
  font-weight: lighter;
}
.news_more{
  width: 0.75rem;
  height: 0.75rem;
  float: right;
  margin-top: 0.12rem;
}
.news{
  width: 100%;
  margin-bottom: 0.4rem;
}
.news_pic{
  width: 100%;
  height: 3.6rem;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.06rem;
}
.news_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_tt{
  color: #fff;
  font-weight: bold;
  font-size: 0.26rem;
  height: 0.66rem;
  line-height: 0.66rem;
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_txt{
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.news_bot{
  height: 0.3rem;
  position: relative;
}
.news_bot .line{
  width: 94%;
  height: 0.01rem;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.news_bot .swiper-button-next, .news_bot .swiper-button-prev{
  height: 0.3rem;
  top: 0;
  left: auto;
}
.news_bot .swiper-button-next{
  right: 0;
}
.news_bot .swiper-button-prev{
  right: 0.5rem;
}
.news_bot .swiper-button-next:after, .news_bot .swiper-button-prev:after{
  color: #fff;
  font-size: 0.3rem;
}

.pro_top{
  padding-bottom: 0.32rem;
}
.pro_tit{
  float: left;
	color: #cbcbcb;
	font-size: 0.38rem;
	line-height: 0.58rem;
	text-transform: uppercase;
}
.pro_tit h1{
	color: #1c1c1c;
	font-size: 0.48rem;
	line-height: 0.8rem;
}
.pro_tit div{
  font-weight: lighter;
}
.pro{
  width: 100%;
}
.pro .swiper-slide{
  width: 4.96rem;
  height: 6rem;
  transition: all 0.6s;
  overflow: hidden;
}
.pro .swiper-slide:hover{
  width: 7.47rem;
}
.pro .swiper-slide:hover .pro_pic{
  left: 0;
}
.pro_pic{
  width: 7.47rem;
  height: 6rem;
  position: absolute;
  top: 0;
  left: -20%;
  z-index: 1;
  transition: all 0.6s;
}
.pro_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_bg{
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .0));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.pro .swiper-slide:hover .pro_bg{
  height: 100%;
  background: rgba(0, 0, 0, .5);
}
.pro .swiper-slide:hover .pro_con{
  bottom: 0.75rem;
}
.pro .swiper-slide:hover img{
  display: block;
}
.pro .swiper-slide:hover .pro_txt{
  display: block;
}
.pro_con{
  width: 94%;
  color: #fff;
  position: absolute;
  left: 3%;
  bottom: 0.2rem;
}
.pro_con h1{
  font-size: 0.38rem;
  line-height: 0.8rem;
}
.pro_con img{
  width: 0.75rem;
  height: 0.75rem;
  display: none;
}
.pro_txt{
  width: 4.5rem;
  font-size: 0.16rem;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
  margin-bottom: 0.46rem;
  display: none;
}

.honor_left{
  float: left;
  width: 5.24rem;
  margin-top: 0.2rem;
}
.honor_left img{
  width: 0.75rem;
  height: 0.75rem;
}
.honor_txt{
  width: 100%;
  color: #666;
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.9rem;
  overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
  margin-bottom: 0.52rem;
}
.honor_right{
  float: right;
  width: 9.84rem;
}
.honor_right img{
  width: 100%;
}

.footer_box{
  height: auto;
}
.footer_bg{
  width: 100%;
  height: 3.4rem;
  background: url(../images/ind_17.jpg) no-repeat center bottom #00498b;
  padding-top: 0.4rem;
}
.foot_top{
  height: 2.32rem;
}
.foot_left{
  float: left;
  width: 6.4rem;
  padding-top: 0.18rem;
}
.f_logo{
  width: 1.86rem;
  margin-bottom: 0.3rem;
}
.f_logo img{
  width: 100%;
}
.f_con{
  width: 100%;
}
.f_con li{
  float: left;
  width: 42%;
  min-height: 0.52rem;
  color: #fff;
  font-size: 0.16rem;
  margin-right: 2%;
  display: flex;
  align-items: center;
}
.f_con li:nth-child(2){
  width: 54%;
}
.f_con li:last-child{
  width: 100%;
  margin: 0;
}
.f_con img{
  width: 0.27rem;
  height: 0.27rem;
  display: inline-block;
  margin-right: 0.1rem;
}
.f_conr{
  display: inline-block;
}
.f_con01{
  font-size: 0.22rem;
}
.f_con02{
  font-size: 0.2rem;
}
.f_nav{
  float: right;
  width: 6.75rem;
  margin-right: 0.7rem;
}
.f_nav ul{
  display: flex;
	justify-content: space-between;
}
.f_nav li{
  color: #fff;
  text-align: center;
}
.f_nav h1{
  font-size: 0.18rem;
  line-height: 0.6rem;
  font-weight: normal;
}
.f_nav h1 i{
  width: 0.4rem;
  height: 0.01rem;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 0 auto;
}
.f_nav li ul{
  display: block;
  margin-top: 0.08rem;
}
.f_nav li ul li{
  line-height: 0.36rem;
  color: rgba(255, 255, 255, 0.6);
}
.f_nav li ul li:hover{
  color: #fff;
}
.f_nav li:nth-child(2){
  width: 2rem;
}
.f_nav li:nth-child(2) ul li{
  float: left;
  width: 50% !important;
}
.f_nav li ul li:nth-child(2){
  width: 100%;
}
.f_code{
  float: right;
  width: 1.22rem;
  margin-top: 0.3rem;
}
.f_code img{
  width: 100%;
  height: 1.22rem;
}
.f_code h1{
  text-align: center;
  font-size: 0.14rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.4rem;
}
.copyright{
  border-top: solid 0.01rem rgba(255, 255, 255, 0.2);
  padding: 0.2rem;
  line-height: 0.26rem;
  font-size: 0.14rem;
  color: #e7e7e7;
}
.copyright .fl{
  opacity: 0.7;
}


/* 产品与应用 */
.main_bn{
  width: 100%;
  position: relative;
  margin-top: 1rem;
}
.main_bn img{
  width: 100%;
}
.bn_txt{
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  left: 0;
  z-index: 2;
}
.bn_txt h1{
  font-size: 0.54rem;
  line-height: 0.74rem;
}
.bn_txt h2{
  font-family: Arial;
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.46rem;
}

.gary{
  background: #f6f6f6;
}
.path_bg{
  border-top: solid 0.01rem #e8e8e8;
  border-bottom: solid 0.01rem #e8e8e8;
  background: #fff;
  padding: 0.2rem 0;
}
.path{
  line-height: 0.34rem;
  background: url(../images/pro_01.png) no-repeat left center;
  background-size: 0.18rem 0.23rem;
  padding-left: 0.32rem;
  color: #333;
  font-size: 0.18rem;
}
.pro_box{
  padding: 1.2rem 0 0.74rem;
}
.product_tit{
  width: 100%;
  text-align: center;
  color: #cbcbcb;
  font-size: 0.38rem;
  line-height: 0.56rem;
  text-transform: uppercase;
  margin-bottom: 0.52rem;
}
.product_tit h1{
  color: #121212;
  font-size: 0.48rem;
  line-height: 0.72rem;
}
.product_tit div{
  font-family: Arial;
}
.type{
  width: 100%;
  text-align: center;
  margin-bottom: 0.75rem;
}
.type li{
  display: inline-block;
  width: 1.56rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border: solid 0.01rem #d9d9d9;
  background: #fff;
  border-radius: 0.5rem;
  color: #333;
  font-size: 0.18rem;
  margin: 0 0.08rem;
}
.type a{
  display: block;
}
.type li.on{
  background: #0069c2;
  border: solid 0.01rem #0069c2;
  color: #fff;
}
.pro_list{
  width: 100%;
}
.pro_list ul{
  margin-right: -2%;
}
.pro_list li{
  float: left;
  width: 31.33%;
  margin: 0 2% 0.4rem 0;
}
.pro_img{
  width: 100%;
  height: 4.23rem;
  position: relative;
}
.pro_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_bot{
  width: 100%;
  height: 0.84rem;
  line-height: 0.84rem;
  background: #fff;
  border: solid 0.01rem #e6e6e6;
  color: #333;
  font-size: 0.28rem;
  padding: 0 0.24rem 0 0.3rem;
  transition: all 0.6s;
}
.pro_bot_left{
  float: left;
  width: 90%;
  height: 0.84rem;
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_arrow{
  float: right;
  width: 0.21rem;
  height: 0.14rem;
  margin-top: 0.34rem;
  position: relative;
}
.pro_arrow img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.img02{
  display: none;
}
.pro_list li:hover .pro_bot{
  background: #0069c2;
  border: solid 0.01rem #0069c2;
  color: #fff;
}
.pro_list li:hover .img01{
  display: none;
}
.pro_list li:hover .img02{
  display: block;
}
.pro_list li:hover .pro_tm{
  opacity: 1;
}
.pro_tm{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.6s;
}
.product_con{
  width: 90%;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 2;
}
.product_con h1{
  font-size: 0.38rem;
  line-height: 0.54rem;
  margin-bottom: 0.14rem;
}
.product_con div{
  font-size: 0.16rem;
  line-height: 0.32rem;
}
.page{
  width: 100%;
  text-align: center;
  padding-top: 0.4rem;
}
.page a{
  width: 0.43rem;
  height: 0.43rem;
  line-height: 0.43rem;
  font-size: 0.16rem;
  display: inline-block;
  border: solid 0.01rem #d9d9d9;
  background: #d9d9d9;
  margin: 0 0.02rem;
}
.page span a:hover{
  border: solid 0.01rem #007ad9;
  background: #007ad9;
  color: #fff;
}
.page a.on{
  border: solid 0.01rem #007ad9;
  background: #007ad9;
  color: #fff;
}
.page a.page_arrow{
  font-family: 宋体;
  color: #161616;
}


/* 产品详情 */
.pro_show{
  padding: 0.66rem 0 0.7rem;
}
.white{
  background: #fff;
  padding: 0.47rem 0.44rem;
}
.proshow{
  padding-bottom: 0.8rem;
}
.proshow_left{
  float: left;
  width: 5.77rem;
}
.proshow_top{
  width: 100%;
  height: 4.82rem;
  border: solid 0.01rem #e8e8e8;
  margin-bottom: 0.18rem;
}
.proshow_top img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proshow_bot{
  width: 100%;
  position: relative;
}
.proshow_bot .swiper-button-prev, .proshow_bot .swiper-button-next{
  width: 0.22rem;
  height: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
}
.proshow_bot .swiper-button-prev{
  left: 0.06rem;
  background: url(../images/pro_06.png) no-repeat;
  background-size: 100% 100%;
}
.proshow_bot .swiper-button-next{
  right: 0.06rem;
  background: url(../images/pro_07.png) no-repeat;
  background-size: 100% 100%;
}
.proshow_bot .swiper-button-lock{
  display: block;
}
.proshow_bot .swiper-button-next:after, .proshow_bot .swiper-button-prev:after{
  display: none;
}
.proshow_small{
  width: 4.76rem;
  margin: 0 auto;
}
.proshow_small img{
  width: 100%;
  height: 1.06rem;
}
.proshow_small .swiper-slide-thumb-active{
  border: solid 0.02rem #0069c2;
  border-radius: 0.03rem;
}

.proshow_right{
  float: right;
  width: 8.3rem;
}
.proshow_tt{
  width: 100%;
  line-height: 0.36rem;
  padding-bottom: 0.2rem;
  border-bottom: solid 0.01rem #e5e5e5;
  color: #2f2f2f;
  font-size: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.32rem;
}
.proshow_con{
  width: 100%;
  height: 4.98rem;
  padding-right: 0.3rem;
  color: #333;
  font-size: 0.18rem;
  line-height: 0.44rem;
  text-align: justify;
  overflow-y: scroll;
}
.proshow_con::-webkit-scrollbar {
  width: 0.05rem; /* 滚动条宽度 */
}
.proshow_con::-webkit-scrollbar-thumb {
  background-color: #888; /* 滚动条颜色 */
  border-radius: 0.1rem; /* 滚动条圆角 */
}
.proshow_con::-webkit-scrollbar-track {
  background-color: none; /* 滚动条轨道颜色 */
}
.proshow_t{
  line-height: 0.7rem;
  font-size: 0.2rem;
  font-weight: bold;
}
.proshow_m{
  line-height: 0.38rem;
  margin-bottom: 0.2rem;
}
.proshow_m:last-child{
  margin: 0;
}

.fanye{
  width: 100%;
  padding-top: 0.4rem;
  border-top: solid 0.01rem #e4e4e4;
}
.fanye ul{
  margin-right: -10%;
}
.fanye li{
  float: left;
  width: 40%;
  height: 0.26rem;
  line-height: 0.26rem;
  background: url(../images/pro_08.png) no-repeat left center;
  background-size: 0.39rem 0.15rem;
  margin-right: 10%;
  padding-left: 0.75rem;
  font-size: 0.16rem;
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fanye li:last-child{
  text-align: right;
  background: url(../images/pro_09.png) no-repeat right center;
  background-size: 0.39rem 0.15rem;
  padding-right: 0.75rem;
}

.fanye02{
  width: 100%;
  padding-top: 0.4rem;
  border-top: solid 0.01rem #e4e4e4;
  margin-top: 0.7rem;
}
.fanye02 ul{
  margin-right: -10%;
}
.fanye02 li{
  float: left;
  width: 40%;
  height: 0.26rem;
  line-height: 0.26rem;
  margin-right: 10%;
  font-size: 0.16rem;
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fanye02 strong{
  color: #0069c2;
}
.fanye02 li:last-child{
  text-align: right;
}


/* 服务行业 */
.type02{
  float: right;
  text-align: right;
}
.type02 li{
  display: inline-block;
  line-height: 0.34rem;
  color: #333;
  font-size: 0.18rem;
  margin-left: 0.8rem;
}
.type02 a{
  display: block;
}
.type02 li.on{
  color: #0069c2;
}


/* 公司新闻 */
.news_list{
  width: 100%;
  padding-top: 0.2rem;
}
.news_list ul{
  margin-right: -3%;
}
.news_list li{
  float: left;
  width: 30.33%;
  height: 7.12rem;
  margin: 0 3% 0.64rem 0;
  overflow: hidden;
}
.news_date{
  line-height: 0.54rem;
  color: #222;
  font-size: 0.42rem;
  font-weight: bold;
  margin-bottom: 0.42rem;
  transition: all 0.6s;
}
.news_date span{
  font-size: 0.23rem;
}
.news_list .news_pic{
  width: 100%;
  height: 3.32rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  transition: all 0.6s;
}
.news_list .news_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_list .news_tt{
  height: 0.86rem;
  line-height: 0.86rem;
  color: #333;
  font-size: 0.28rem;
  font-weight: bold;
  margin-top: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list .news_txt{
  color: #666;
  font-size: 0.18rem;
  line-height: 0.36rem;
  height: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.news_list li:hover .news_date{
  height: 0 !important;
  margin: 0;
  opacity: 0;
}
.news_list li:hover .news_tt{
  display: none;
}
.news_list li:hover .news_txt{
  display: none;
}
.news_list li:hover .news_pic{
  height: 7.12rem;
}
.news_list li:hover .news_tm{
  display: block;
}
.news_tm{
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .0), rgba(0, 0, 0, .0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.news_con{
  width: 92%;
  color: #fff;
  position: absolute;
  left: 4%;
  bottom: 0.8rem;
}
.news_con .date{
  line-height: 0.46rem;
  font-size: 0.23rem;
}
.news_con .tit{
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.28rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_con .txt{
  font-size: 0.18rem;
  line-height: 0.36rem;
  height: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}


/* 新闻详情 */
.news_p{
  padding: 0.48rem 0;
}
.newsshow_top{
  border-bottom: solid 0.01rem #e4e4e4;
  padding-bottom: 0.28rem;
  margin-bottom: 0.7rem;
}
.newsshow_tit{
  color: #121212;
  font-size: 0.4rem;
  line-height: 0.8rem;
  font-weight: bold;
}
.newsshow_txt{
  color: #666;
  font-size: 0.18rem;
  line-height: 0.54rem;
}
.newsshow_txt div{
  float: left;
  margin-right: 0.58rem;
}
.newsshow_txt img{
  width: 0.3rem;
  height: 0.26rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.12rem;
}
.newsshow{
  color: #333;
  font-size: 0.16rem;
  line-height: 0.32rem;
}


/* 联系我们 */
.con_p{
  padding: 1.22rem 0 0.81rem;
}
.contact_box{
  padding-bottom: 1.22rem;
}
.contact_left{
  float: left;
  width: 4.91rem;
  height: 5.58rem;
  background: #fff;
  padding: 0.48rem 0.32rem;
}
.contact{
  width: 100%;
}
.contact li{
  color: #666;
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding-bottom: 0.56rem;
}
.contact li:last-child{
  padding: 0;
}
.contact li:first-child{
  border-bottom: solid 0.01rem #ececec;
  padding-bottom: 0.24rem;
  margin-bottom: 0.28rem;
}
.contact img{
  float: left;
  width: 0.26rem;
  height: 0.29rem;
  margin: 0.12rem 0.14rem 0 0;
}
.contact_txt{
  float: left;
  width: 90%;
}
.con_tt{
  color: #121212;
  font-size: 0.18rem;
  line-height: 0.34rem;
}
.con_tel{
  color: #333;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.44rem;
  font-style: italic;
}
.map{
  float: right;
  width: 10.35rem;
  height: 5.58rem;
}
.BMapLabel{
	display: none !important;
}
.BMap_bubble_title{
	font-size: 0.16rem;
	color: #222;
	margin-bottom: 0.06rem;
}
.BMap_bubble_content{
	color: #999;
	font-size: 0.14rem;
}
.BMap_shadow{
	display: none !important;
}

.mess_box{
  padding-top: 0.26rem;
}
.m20{
  margin-bottom: 0.2rem;
}
.mess{
  width: 7.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border: solid 0.01rem #ebebeb;
  background: #fff;
  border-radius: 0.05rem;
  color: #999;
  font-size: 0.18rem;
  padding-left: 0.2rem;
}
.mess::-webkit-input-placeholder{
	color: #999;
}
.yzm_box{
  width: 7.6rem;
  height: 0.6rem;
  border-radius: 0.05rem;
}
.yzm{
  width: 5.63rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border: solid 0.01rem #ebebeb;
  background: #fff;
  border-radius: 0.05rem;
  color: #999;
  font-size: 0.18rem;
  padding-left: 0.2rem;
}
.yzm::-webkit-input-placeholder{
	color: #999;
}


.yzm_img{
  float: right;
  width: 1.72rem;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  margin-top: 0.02rem;
}
.yzm_img img{
  width: 100%;
  height: 100%;
}
.message{
  width: 100%;
  height: 2rem;
  border: solid 0.01rem #ebebeb;
  background: #fff;
  border-radius: 0.05rem;
  padding: 0.12rem 0.2rem;
  color: #999;
  font-size: 0.18rem;
  line-height: 0.34rem;
  margin-bottom: 0.7rem;
}
.message::-webkit-input-placeholder{
	color: #999;
}
.btn_submit{
  width: 1.7rem;
  height: 0.54rem;
  border-radius: 0.6rem;
  cursor: pointer;
  border: none;
  background: linear-gradient(to left, #0072e5, #0167c3);
  color: #fff;
  font-size: 0.18rem;
}


/* 关于我们 */
.about_bg{
  width: 100%;
  height: 10.25rem;
  padding-top: 1.38rem;
  background: url(../images/about_01.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.about_bg .content{
  overflow: hidden;
}
.about_left{
  float: left;
  width: 7.45rem;
  padding-top: 0.3rem;
}
.about_tt{
  color: #cbcbcb;
  font-size: 0.38rem;
  line-height: 0.5rem;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}
.about_tt h1{
  color: #121212;
  font-size: 0.5rem;
  line-height: 0.72rem;
}
.about_con{
  color: #333;
  font-size: 0.16rem;
  line-height: 0.36rem;
  height: 1.44rem;
  text-align: justify;
  overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
  margin-bottom: 0.77rem;
}
.about_more{
  width: 0.75rem;
  height: 0.75rem;
}
.about_more img{
  width: 100%;
  height: 100%;
}
.about_pic{
  float: right;
  width: 7.43rem;
  height: 5.41rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.about_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a_list{
  padding: 0.75rem 0 0 0.5rem;
}
.a_list ul{
  margin-right: -7%;
}
.a_list li{
  float: left;
  width: 18%;
  color: #333;
  margin-right: 7%;
}
.a_list h1{
  line-height: 0.8rem;
  font-weight: normal;
}
.a_list h1 b{
  font-family: "bebas";
  font-size: 0.62rem;
  color: #0169be;
}
.a_list h1 span{
  font-size: 0.26rem;
  line-height: 0.8rem;
  vertical-align: bottom;
  padding-left: 0.12rem;
}
.a_list h2{
  font-size: 0.26rem;
  line-height: 0.4rem;
  font-weight: normal;
}

.culture_box{
  padding: 1.08rem 0;
  overflow: hidden;
}
.culture_box .product_tit{
  margin-bottom: 0.74rem;
}
.culture{
  width: 100%;
}
.culture ul{
  margin-right: -2%;
}
.culture li{
  float: left;
  width: 31.33%;
  height: 6.88rem;
  position: relative;
  margin-right: 2%;
}
.culture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture_bg{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  padding: 2.2rem 0.1rem 0;
  text-align: center;
  color: #fff;
  line-height: 0.34rem;
  font-size: 0.18rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.culture_bg img{
  width: 0.91rem;
  height: 0.91rem;
  margin: 0 auto 0.26rem;
}
.culture_bg h1{
  font-size: 0.24rem;
  line-height: 0.44rem;
  margin-bottom: 0.14rem;
}

.jiagou_bg{
  width: 100%;
  background: #f6f6f6;
  padding: 0.72rem 0 1.84rem;
  position: relative;
}
.jiagou_bg .content{
  overflow: hidden;
}
.jiagou_bot{
  width: 100%;
  height: 1.55rem;
  background: url(../images/about_10.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.jiagou{
  width: 12.94rem;
  margin: 0 auto;
}
.jiagou img{
  width: 100%;
}

.honor_box{
  padding: 1.09rem 0 1.44rem;
  overflow: hidden;
}
.honor_box .product_tit{
  margin-bottom: 0.97rem;
}
.honor_pic{
  width: 3.6rem;
  height: 4.96rem;
  background: url(../images/about_11.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
	justify-content: space-between;
	align-items: center;
}
.honor_pic img{
  width: 2.52rem;
  height: 3.8rem;
  margin: 0 auto;
}
