@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: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.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: 16rem;
	margin: 0 auto;
}
.phone {
	display: none;
}
.img02{
	display: none;
}
[v-cloak]{
	display: none;
}


/*首页*/
.header.down{
	background: #fff !important;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 90;
}
.header.down .img01{
	display: block !important;
}
.header.down .img02{
	display: none !important;
}
.header.down .nav li{
	color: #333;
}
.header.down .nav i{
	background: #0050b1;
}
.header.down .nav li:hover{
	color: #0050b1;
}
.header.down .nav li.on{
	color: #0050b1 !important;
}
.ind .header{
	background: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 90;
}
.ind .header .img01{
	display: none;
}
.ind .header .img02{
	display: block;
}
.ind .nav li{
	color: #fff;
}
.ind .nav i{
	background: #fff;
}
.ind .nav li:hover{
	color: #fff;
}
.ind .nav li.on{
	color: #fff !important;
}
.header{
	width: 100%;
	height: 0.9rem;
	background: #fff;
}
.header .content{
	position: relative;
}
.logo{
	float: left;
	width: 1.71rem;
	height: 0.61rem;
	position: relative;
	margin-top: 0.16rem;
}
.logo img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.menu,.nav02,.nav03,#menu{
	display: none;
}
.nav{
	float: right;
	margin: 0.23rem 0.4rem 0 0;
}
.nav li{
	float: left;
	padding: 0 0.24rem;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.48rem;
	position: relative;
}
.nav i{
	width: 80%;
	height: 0.02rem;
	background: #0050b1;
	display: block;
	margin: 0 auto;
	transform: scale(0,0);
	transition: all 0.6s;
}
.nav li:hover{
	color: #0050b1;
}
.nav li.on{
	color: #0050b1 !important;
}
.nav li:hover i{
	transform: scale(1,1);
}
.nav li.on i{
	transform: scale(1,1);
}
.nav li:hover .subnav{
  opacity: 1;
	visibility: visible;
}
.subnav{
  width: 120%;
  padding-top: 17px;
  position: absolute;
  top: 48px;
  left: -10%;
  z-index: 5;
  opacity: 0;
	visibility: hidden;
	transition: all 0.6s;
}
.subnav ul{
  background: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.subnav li{
	float: none;
  text-align: center;
	line-height: 36px;
  color: #333 !important;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.subnav a{
	padding: 0;
}
.subnav li:hover{
  color: #fff !important;
	background: #19b3e9;
}
.search_pic{
	width: 0.26rem;
	height: 0.26rem;
	position: absolute;
	top: 0.36rem;
	right: 0;
	cursor: pointer;
}
.search_pic img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.banner{
	position: relative;
	overflow: hidden;
}
.banner img{
	width: 100%;
}
.banner_txt{
	width: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
}
.banner_txt h1{
	font-size: 0.8rem;
	font-weight: lighter;
	line-height: 1.02rem;
}
.banner_txt h2{
	font-size: 0.56rem;
	line-height: 0.82rem;
	margin-bottom: 0.22rem;
}
.bn_list{
	margin-left: -0.5rem;
}
.bn_list li{
	float: left;
	width: 1.94rem;
	text-align: center;
	position: relative;
}
.bn_list li:last-child i{
	display: none;
}
.bn_list i{
	width: 0.01rem;
	height: 0.5rem;
	background: rgba(255, 255, 255, 0.3);
	display: block;
	position: absolute;
	top: 0.18rem;
	right: 0;
}
.bn_list img{
	width: 0.44rem;
	height: 0.46rem;
	margin: 0 auto 0.12rem;
}
.bn_list h4{
	font-size: 0.2rem;
	font-weight: lighter;
	line-height: 0.36rem;
}
.bn_bot{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0.73rem;
	z-index: 2;
}
.bn_bot .content{
	height: 0.5rem;
	position: relative;
}
.bn_mouse{
	width: 0.22rem;
	height: 0.32rem;
	background: url(../images/bn_04.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0.22rem;
	right: 0;
	animation: bounce-down 2s linear infinite;
}
@-webkit-keyframes bounce-down {
	25% {
		-webkit-transform: translateY(-0.1rem);
	}
	50%, 100% {
		-webkit-transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(0.1rem);
	}
}
.bn_bot .swiper-pagination{
	width: 90%;
	left: 1.1rem;
	top: 0.38rem;
}
.bn_bot .swiper-pagination-progressbar{
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
}
.bn_bot .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: rgba(255, 255, 255, 0.3);
}
.swiper-num {
	color: #fff;
	font-size: 0.24rem;
	font-weight: lighter;
  position: absolute;
  width: 0.9rem;
  left: 0;
  top: 0;
  z-index: 2;
}
.swiper-num .active {
  display: inline-block;
	font-size: 0.4rem;
}
.swiper-num .total {
  display: inline-block;
}

.about_box{
	width: 100%;
	height: 11.48rem;
	position: relative;
}
.about_pic{
	width: 100%;
	height: 11.48rem;
	overflow: hidden;
}
.about_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_bg{
	width: 100%;
	height: 100%;
	background: url(../images/ind_02.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.about_con{
	padding: 1rem 0;
	position: relative;
}
.about_top{
	width: 9.2rem;
	color: #222;
	font-size: 0.6rem;
	line-height: 0.9rem;
}
.about_top i{
	width: 0.5rem;
	height: 0.06rem;
	background: #b91c25;
	display: block;
	margin-top: 0.6rem;
}
.about_tt{
	width: 7.2rem;
	line-height: 0.4rem;
	color: #003f8c;
	font-size: 0.24rem;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 0.56rem 0 0.33rem;
}
.about_tt h1{
	font-size: 0.36rem;
	line-height: 0.54rem;
	font-weight: lighter;
}
.about{
	width: 7.2rem;
	color: #222;
	font-size: 0.16rem;
	line-height: 0.4rem;
	height: 1.6rem;
	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.57rem;
}
.about_more{
	width: 1.7rem;
	height: 0.56rem;
	line-height: 0.56rem;
	text-align: center;
	background: url(../images/ind_03.jpg) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 0.18rem;
}
.about_more a{
	display: block;
}
.about_list{
	position: absolute;
	top: 35%;
	transform: translateY(-35%);
	right: 0;
	z-index: 2;
}
.about_list li{
	color: #222;
	font-size: 0.16rem;
	line-height: 0.4rem;
	padding-bottom: 0.39rem;
	border-bottom: solid 0.01rem rgba(255, 255, 255, 0.8);
	margin-bottom: 0.45rem;
}
.about_list li:last-child{
	border: none;
	margin-bottom: 0;
}
.about_list h1{
	color: #b91c25;
}
.about_list h1 b{
	font-size: 0.4rem;
	line-height: 0.46rem;
}
.about_list h1 span{
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 0.32rem;
	margin: 0.14rem 0 0 0.08rem;
}
.videoBtn{
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 3.6rem;
  top: 50%;
	transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.videoBtn span {
  width: 1rem;
  height: 1rem;
  display: block;
  background: url(../images/ind_04.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: .6s;
  transition: .6s;
}
.videoBtn:hover span {
  -webkit-transform: rotateZ(240deg);
  transform: rotateZ(240deg);
}
.videoBtn::before , .videoBtn::after {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  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;
  }
}
.video_bg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
.video-a2{
  position:absolute;
  width:0.5rem;
  height:0.5rem;
  background:url(../images/close.png);
  background-size:100% 100%;
  right: 0.3rem;
  top: calc(1000px/16*2);
  cursor: pointer;
	z-index: 2;
}
.video-a3{
  width: 70%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
	transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video-a3 iframe,.video-a3 video{
  width: 100% !important;
  height: 100%;
}

.product_bg{
	background: #f6fafc;
	padding: 0.7rem 0 0.9rem;
	overflow: hidden;
}
.product_top{
	padding-bottom: 0.63rem;
}
.product_tit{
	float: left;
	line-height: 0.42rem;
	color: #bbc2d0;
	font-size: 0.27rem;
	text-transform:uppercase;
}
.product_tit h1{
	color: #222;
	font-size: 0.6rem;
	line-height: 0.84rem;
}
.pro_type{
	float: right;
	margin-top: 0.39rem;
}
.pro_type li{
	float: left;
	color: #444;
	font-size: 0.24rem;
	line-height: 0.34rem;
	padding-right: 0.48rem;
	margin-right: 0.48rem;
	position: relative;
	cursor: pointer;
}
.pro_type li:last-child{
	padding: 0;
	margin: 0;
}
.pro_type li:last-child i{
	display: none;
}
.pro_type i{
	width: 0.01rem;
	height: 0.2rem;
	background: #afbec5;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.pro_type div{
	float: left;
	width: 0.36rem;
	height: 0.34rem;
	position: relative;
	margin-right: 0.15rem;
}
.pro_type div img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.pro_type li.on{
	color: #003f8c;
}
.pro_type li.on .img01{
	display: none;
}
.pro_type li.on .img02{
	display: block;
}
.product{
	width: 100%;
	position: relative;
}
.product .swiper-button-next, .product .swiper-button-prev{
	width: 0.6rem;
	height: 1rem;
	transform: translateY(-50%);
	border-radius: 0;
}
.product .swiper-button-prev{
	background: url(../images/ind_18.png) no-repeat;
	background-size: 100% 100%;
	left: 1.3rem;
}
.product .swiper-button-prev:hover{
	background: url(../images/ind_19.png) no-repeat;
	background-size: 100% 100%;
}
.product .swiper-button-next{
	background: url(../images/ind_20.png) no-repeat;
	background-size: 100% 100%;
	right: 1.3rem;
}
.product .swiper-button-next:hover{
	background: url(../images/ind_21.png) no-repeat;
	background-size: 100% 100%;
}
.product .swiper-button-next:after, .product .swiper-button-prev:after{
	display: none;
}
.product_pic{
	width: 100%;
	height: 7rem;
	overflow: hidden;
	margin-bottom: 0.44rem;
}
.product_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.product_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.product_bot{
	width: 75%;
	height: 1.2rem;
	padding: 0.24rem 0.36rem 0.24rem 0.45rem;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 12.5%;
	z-index: 1;
}
.product_tt{
	float: left;
	width: 1.8rem;
	padding-bottom: 0.1rem;
	color: #d00000;
	font-size: 0.14rem;
	line-height: 0.26rem;
	text-transform: uppercase;
	border-right: solid 0.01rem #dcdcdc;
	margin-right: 0.36rem;
}
.product_tt h1{
	font-size: 0.24rem;
	font-weight: normal;
	line-height: 0.42rem;
}
.product_txt{
	float: left;
	width: 60%;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.3rem;
	height: 0.3rem;
	margin-top: 0.23rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.product_more{
	float: right;
	line-height: 0.26rem;
	background: url(../images/ind_14.png) no-repeat right center;
	background-size: 0.26rem 0.26rem;
	color: #d00000;
	font-size: 0.18rem;
	padding-right: 0.44rem;
	margin-top: 0.23rem;
}

.case_box{
	width: 100%;
	min-height: 5rem;
	position: relative;
	overflow: hidden;
}
.case_bg{
	width: 100%;
	height: 12.39rem;
	position: relative;
}
.case_bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case_con{
	width: 4.65rem;
	color: #fff;
	position: absolute;
	top: 5.98rem;
	left: 1.6rem;
	z-index: 2;
}
.case_con h1{
	font-size: 0.44rem;
	line-height: 0.5rem;
	height: 0.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case_con i{
	width: 0.3rem;
	height: 0.03rem;
	display: block;
	background: #d00000;
	margin: 0.15rem 0 0.13rem;
}
.case_con h2{
	font-size: 0.4rem;
	line-height: 0.38rem;
	height: 0.38rem;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.1rem;
}
.case_txt{
	font-size: 0.32rem;
	line-height: 0.3rem;
	height: 0.9rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.2rem;
}
.case_bq{
	display: inline-block;
	padding: 0 0.1rem;
	text-align: center;
	line-height: 0.36rem;
	background: #fff;
	color: #003f8c;
	font-size: 0.28rem;
	border-radius: 0.03rem;
}
.case_tm{
	width: 100%;
	height: 100%;
	background: url(../images/ind_23.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.case_top{
	width: 100%;
	position: absolute;
	top: 1.23rem;
	left: 0;
	z-index: 2;
}
.case_tit{
	width: 100%;
	text-align: center;
	margin-bottom: 0.45rem;
}
.case_tit h1{
	line-height: 0.8rem;
	font-size: 0.6rem;
	color: #d00000;
}
.case_tit h1 span{
	font-weight: normal;
	color: #fff;
}
.case_tit h2{
	color: #bbc2d0;
	font-size: 0.27rem;
	line-height: 0.54rem;
	font-weight: normal;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}
.case_tit h2 i{
	width: 0.6rem;
	height: 0.01rem;
	display: inline-block;
	background: #bbc2d0;
	margin: 0 0.1rem;
}
.case_typebg{
	height: 0.9rem;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 0.5rem;
	position: relative;
}
.case_typebg .swiper-button-next, .case_typebg .swiper-button-prev{
	transform: translateY(-50%);
	border-radius: 0;
}
.case_typebg .swiper-button-prev{
	left: 0.4rem;
}
.case_typebg .swiper-button-next{
	right: 0.4rem;
}
.case_typebg .swiper-button-next:after, .case_typebg .swiper-button-prev:after{
	font-size: 0.22rem;
	font-weight: bold;
	color: #0345a6;
}
.case_type{
	width: 80%;
	height: 0.9rem;
	margin: 0 auto;
}
.case_type .swiper-slide{
	line-height: 0.9rem;
	text-align: center;
	color: #2e4765;
	font-size: 0.2rem;
	cursor: pointer;
}
.case_type .swiper-slide.on{
	color: #d00000;
}
.case_bot{
	width: 100%;
	padding: 0.18rem 0;
	background: rgba(0, 43, 96, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.case_w{
	position: relative;
}
.case_w .swiper-button-next, .case_w .swiper-button-prev{
	transform: translateY(-50%);
	border-radius: 0;
}
.case_w .swiper-button-next:after, .case_w .swiper-button-prev:after{
	font-size: 0.22rem;
	font-weight: bold;
	color: #fff;
}
.case{
	width: 92%;
	padding: 0 1px;
}
.case_pic{
	height: 1.4rem;
	border: solid 0.01rem #fff;
	cursor: pointer;
	overflow: hidden;
}
.case_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.case_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.case_sjs{
	width: 11.5rem;
	padding-top: 0.3rem;
	margin: 0 auto;
}
.case_sjs ul{
	margin-right: -0.4rem;
}
.case_sjs li{
	float: left;
	width: 1.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	font-size: 0.18rem;
	background: rgba(255, 255, 255, 0.5);
	margin-right: 0.4rem;
	cursor: pointer;
}
.case_sjs li.on{
	background: #fff;
	color: #b91c25;
}

.hezuo_bg{
	width: 100%;
	background: url(../images/ind_24.jpg) no-repeat center top;
	background-size: cover;
	padding: 0.93rem 0 1rem;
	overflow: hidden;
}
.hezuo_tit{
	width: 100%;
	text-align: center;
	margin-bottom: 0.57rem;
}
.hezuo_tit h1{
	line-height: 0.9rem;
	font-size: 0.6rem;
	color: #222;
	font-weight: normal;
}
.hezuo_tit h2{
	color: #bbc2d0;
	font-size: 0.27rem;
	line-height: 0.44rem;
	font-weight: normal;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hezuo_tit h2 i{
	width: 0.6rem;
	height: 0.01rem;
	display: inline-block;
	background: #bbc2d0;
	margin: 0 0.1rem;
}
.hezuo{
	width: 100%;
}
.hezuo img{
	width: 100%;
}

.news_bg{
	width: 100%;
	background: url(../images/ind_26.jpg) no-repeat center top;
	background-size: cover;
	padding: 0.72rem 0 1.12rem;
	overflow: hidden;
}
.news_top{
	margin-bottom: 0.44rem;
}
.news_top .product_more{
	margin-top: 0.42rem;
}
.news_left{
	float: left;
	width: 5.1rem;
}
.news_pic{
	width: 100%;
	height: 4.3rem;
	overflow: hidden;
}
.news_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_bot{
	height: 1.1rem;
	background: url(../images/ind_28.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 0.24rem 0.25rem 0.2rem;
}
.news_bot h1{
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.34rem;
	height: 0.34rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_bot div{
	color: #9fb8d6;
	font-size: 0.16rem;
	line-height: 0.32rem;
	height: 0.32rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_right{
	float: right;
	width: 10.55rem;
}
.news_right ul{
	margin-right: -0.34rem;
}
.news_right li{
	float: left;
	width: 5.1rem;
	margin-right: 0.34rem;
}
.news_right li:nth-child(3) .news_img{
	display: none;
}
.news_right li:nth-child(3) .news_line{
	padding: 0.21rem 0.15rem 0.13rem;
	border-bottom: none;
}
.news_right li:nth-child(4) .news_img{
	display: none;
}
.news_right li:nth-child(4) .news_line{
	padding: 0.21rem 0.15rem 0.13rem;
	border-bottom: none;
}
.news_right li:hover .news_line h1{
	color: #003f8c;
	font-weight: bold;
}
.news_right li:hover .news_line div{
	color: #003f8c;
}
.news_img{
	width: 100%;
	height: 3.2rem;
	overflow: hidden;
}
.news_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_line{
	padding: 0.26rem 0.15rem 0.21rem;
	border-bottom: solid 0.01rem #e5e5e5;
}
.news_line h1{
	color: #222;
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.38rem;
	height: 0.38rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_line div{
	color: #999;
	font-size: 0.18rem;
	line-height: 0.3rem;
}

.foot_bg{
	width: 100%;
	background: url(../images/foot_01.jpg) no-repeat;
	background-size: cover;
	padding: 0.53rem 0 0.7rem;
	position: relative;
}
.foot_line{
	width: 100%;
	height: 0.01rem;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 1.14rem;
	left: 0;
}
.f_nav{
	float: left;
	padding-top: 0.05rem;
}
.f_nav li{
	float: left;
	width: 1.26rem;
	color: #fff;
}
.f_nav h1{
	font-size: 0.18rem;
	line-height: 0.36rem;
}
.f_nav i{
	width: 0.24rem;
	height: 0.03rem;
	border-radius: 0.1rem;
	background: #fff;
	display: block;
	margin: 0.18rem 0 0.24rem;
}
.f_nav li ul li{
	float: none;
	width: 100%;
	line-height: 0.3rem;
	font-size: 0.16rem;
}
.foot_r{
	float: right;
	width: 4.7rem;
}
.gz_box{
	color: #fff;
	line-height: 0.47rem;
	margin-bottom: 0.4rem;
}
.gz_box h1{
	float: left;
	font-size: 0.18rem;
	margin-right: 0.2rem;
}
.gz_pic{
	float: left;
	width: 0.47rem;
	height: 0.47rem;
	position: relative;
	margin-right: 0.28rem;
}
.gz_pic img{
	width: 100%;
	height: 100%;
}
.gz_code{
	width: 1.6rem;
	height: 1.6rem;
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	border-radius: 0.05rem;
	padding: 0.1rem;
	position: absolute;
	top: -1.8rem;
	left: -0.6rem;
	display: none;
}
.gz_code img{
	width: 100%;
	height: 100%;
}
.gz_pic:hover .gz_code{
	display: block;
}
.tel{
	color: #fff;
	margin-bottom: 0.23rem;
}
.tel img{
	float: left;
	width: 0.43rem;
	height: 0.48rem;
	margin: 0.12rem 0.2rem 0 0;
}
.tel h1{
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 0.3rem;
}
.tel h2{
	font-size: 0.36rem;
	line-height: 0.34rem;
}
.copyright{
	color: #fff;
	line-height: 0.3rem;
	font-size: 0.16rem;
}

.pf_bg{
	width: 100%;
	background: rgba(0, 37, 83, 0.8);
	padding: 0.48rem 0 0.74rem;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 80;
}
.pf_tit{
	width: 100%;
	text-align: center;
	line-height: 0.76rem;
	font-size: 0.5rem;
	color: #fff;
	position: relative;
	margin-bottom: 0.43rem;
}
.pf_close{
	width: 0.22rem;
	height: 0.23rem;
	background: url(../images/close_02.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	position: absolute;
	top: -0.1rem;
	right: 0;
}
.pf_list{
	width: 100%;
}
.pf_list ul{
	margin-right: -2.5%;
}
.pf_list li{
	float: left;
	width: 22.5%;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	background: #d00000;
	color: #fff;
	font-size: 0.26rem;
	margin-right: 2.5%;
}
.pf_list a{
	display: block;
}


/* 产品中心 */
.main_bn{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.main_bn img{
	width: 100%;
}
.main_bn video{
	width: 100%;
}
.bn_txt{
	width: 100%;
	position: absolute;
	top: 45%;
	transform: translateY(-45%);
	-webkit-transform: translateY(-45%);
	left: 0;
	z-index: 2;
}
.bn_txt h1{
	color: #222;
	font-size: 0.56rem;
	line-height: 0.74rem;
}
.bn_txt i{
	width: 0.6rem;
	height: 0.04rem;
	display: block;
	background: #b91c25;
	margin: 0.27rem 0;
}
.bn_txt h2{
	color: #003f8c;
	font-weight: lighter;
	font-size: 0.34rem;
	line-height: 0.5rem;
}
.bn_txt h3{
	color: #333;
	font-weight: lighter;
	font-size: 0.22rem;
	line-height: 0.36rem;
	margin: 0.15rem 0 0.11rem;
}
.bn_txt h4{
	font-weight: lighter;
	display: inline-block;
	border-top: solid 0.01rem #e5dadb;
	border-bottom: solid 0.01rem #e5dadb;
	padding: 0.07rem 0;
	line-height: 0.26rem;
	color: #b91c25;
	font-size: 0.14rem;
}

.path_bg{
	background: #f8f8f8;
}
.path{
	line-height: 0.8rem;
	background: url(../images/pro_01.png) no-repeat left center;
	background-size: 0.32rem 0.29rem;
	padding-left: 0.45rem;
	color: #999;
	font-size: 0.18rem;
}
.path span{
	color: #333;
}
.type li{
	float: left;
	width: 25%;
	text-align: center;
	line-height: 0.96rem;
	min-height: 0.96rem;
	color: #222;
	font-size: 0.24rem;
	position: relative;
}
.type_bg{
	width: 100%;
	height: 0.13rem;
	background: url(../images/pro_02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: -0.12rem;
	z-index: 1;
	opacity: 0;
}
.type li.on{
	color: #b91c25;
}
.type li.on .type_bg{
	opacity: 1;
}
.subtype_bg{
	background: #f8f8f8;
	border-top: solid 0.01rem #d2d2d2;
	padding: 0.54rem 0 0.36rem;
}
.subtype_box{
	display: flex;
	margin-bottom: 0.2rem;
}
.subtype_left{
	float: left;
	width: 2.8rem;
	text-align: center;
	line-height: 0.7rem;
	background: #eee;
	color: #222;
	font-size: 0.2rem;
}
.subtype_right{
	float: left;
	width: calc(100% - 2.8rem);
	background: #fff;
	padding: 0.16rem 0.7rem;
}
.subtype_right ul{
	padding-left: 1.1rem;
	position: relative;
}
.subtype_right li{
	float: left;
	width: 2.1rem;
	line-height: 0.38rem;
	color: #666;
	font-size: 0.18rem;
}
.subtype_right li:first-child{
	width: 1.1rem;
	position: absolute;
	top: 0;
	left: 0;
}
.subtype_right li.on{
	color: #b91c25;
}

.pro_box{
	padding: 0.62rem 0 0.94rem;
}
.pro{
	width: 100%;
}
.pro ul{
	margin-right: -2.33%;
}
.pro li{
	float: left;
	width: 31%;
	margin: 0 2.33% 0.5rem 0;
}
.pro_pic{
	width: 100%;
	height: 5rem;
	overflow: hidden;
}
.pro_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.pro_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.pro_txt{
	width: 100%;
	text-align: center;
	line-height: 0.85rem;
	height: 0.85rem;
	border: solid 0.01rem #e6e7e9;
	color: #222;
	font-size: 0.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro li:hover .pro_txt{
	color: #b91c25;
}
.page{
	width: 100%;
	text-align: center;
	line-height: 0.42rem;
	padding-top: 0.47rem;
	font-size: 0.2rem;
}
.page a{
	display: inline-block;
	padding: 0 0.12rem;
	border: solid 0.01rem #bfbfbf;
	border-radius: 0.05rem;
	color: #999;
	margin: 0 0.02rem;
}
.page a.on{
	border: solid 0.01rem #b91c25;
	background: #b91c25;
	color: #fff;
}
.page span a{
	padding: 0 0.15rem;
}


/* 产品详情 */
.proshow_box{
	padding: 0.64rem 0 0.7rem;
}
.proshow_left{
	float: left;
	width: 48%;
	height: 5rem;
	overflow: hidden;
}
.proshow_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.proshow_left:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.proshow_right{
	float: right;
	width: 48%;
}
.proshow_tt{
	color: #333;
	font-size: 0.26rem;
	font-weight: bold;
	line-height: 0.46rem;
	padding: 0.24rem 0;
	border-bottom: solid 0.01rem #eee;
	margin-bottom: 0.2rem;
}
.proshow_tt span{
	color: #b91c25;
	font-weight: normal;
}
.proshow_tt span:last-child{
	color: #e5e5e5;
	font-weight: normal;
	padding: 0 0.18rem;
}
.proshow_txt{
	color: #333;
	font-size: 0.2rem;
	line-height: 0.4rem;
}

.gray{
	background: #f8f8f8;
	padding: 0.8rem 0 1.54rem;
}
.white{
	background: #fff;
	padding: 0.62rem 0.77rem;
	color: #333;
	font-size: 0.2rem;
	line-height: 0.4rem;
}


/* 匠心品质 */
.bn_txt02{
	width: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
}
.bn_txt02 h1{
	font-size: 0.56rem;
	line-height: 0.8rem;
}
.bn_txt02 i{
	width: 0.6rem;
	height: 0.04rem;
	background: #fff;
	display: block;
	margin: 0.25rem 0;
}
.bn_txt02 h2{
	font-size: 0.34rem;
	line-height: 0.54rem;
	font-weight: lighter;
}

.pz_box{
	padding: 0.46rem 0 0.8rem;
	overflow: hidden;
}
.pz_bg{
	padding: 0.95rem 0.62rem 0;
	background: url(../images/pinzhi_01.jpg) no-repeat;
	background-size: 100% 100%;
}
.pz_left{
	float: left;
	width: 46%;
	padding: 0.36rem 0 0.9rem;
}
.pz_tit{
	text-transform: uppercase;
	margin-bottom: 0.3rem;
}
.pz_tit h1{
	color: #222;
	font-size: 0.56rem;
	line-height: 0.86rem;
}
.pz_tit h2{
	color: #999;
	font-size: 0.18rem;
	font-weight: lighter;
	line-height: 0.36rem;
}
.pz_tit i{
	width: 0.6rem;
	height: 0.03rem;
	background: #003f8c;
	display: block;
	margin: 0.4rem 0 0.36rem;
}
.pz_tit h3{
	color: #003f8c;
	font-size: 0.4rem;
	font-weight: lighter;
	line-height: 0.58rem;
}
.pz_txt{
	color: #222;
	font-size: 0.18rem;
	line-height: 0.46rem;
	text-align: justify;
}
.pz_pic{
	float: right;
	width: 37%;
}
.pz_pic img{
	width: 100%;
}

.gy_box{
	padding-bottom: 0.94rem;
	overflow: hidden;
}
.gy_tit{
	width: 100%;
	text-align: center;
	line-height: 0.42rem;
	color: #999;
	font-size: 0.24rem;
	margin-bottom: 0.44rem;
}
.gy_tit h1{
	color: #222;
	font-size: 0.56rem;
	line-height: 0.82rem;
	margin-bottom: 0.1rem;
}
.gy{
	width: 100%;
	position: relative;
}
.gy_di{
	width: 56%;
	height: 0.6rem;
	position: absolute;
	right: 0;
	top: 4.7rem;
	z-index: 10;
}
.gy_di .swiper-button-next, .gy_di .swiper-button-prev{
	width: 0.4rem;
	height: 0.6rem;
	border-radius: 0;
	top: 0;
}
.gy_di .swiper-button-prev{
	background: url(../images/ind_18.png) no-repeat;
	background-size: 100% 100%;
	left: 0.34rem;
}
.gy_di .swiper-button-prev:hover{
	background: url(../images/ind_19.png) no-repeat;
	background-size: 100% 100%;
}
.gy_di .swiper-button-next{
	background: url(../images/ind_20.png) no-repeat;
	background-size: 100% 100%;
	right: auto;
	left: 0.88rem;
}
.gy_di .swiper-button-next:hover{
	background: url(../images/ind_21.png) no-repeat;
	background-size: 100% 100%;
}
.gy_di .swiper-button-next:after, .gy_di .swiper-button-prev:after{
	display: none;
}
.gy_left{
	float: left;
	width: 38%;
}
.gy_tt{
	position: relative;
	margin-bottom: 0.76rem;
}
.gy_tt h1{
	color: #c00d17;
	font-size: 0.5rem;
	font-weight: normal;
	line-height: 1.52rem;
	position: relative;
	z-index: 1;
}
.gy_tt h2{
	color: #f5f5f5;
	font-size: 2rem;
	line-height: 1.52rem;
	position: absolute;
	top: 0;
	left: 0;
}
.gy_tt h1 i{
	width: 0.8rem;
	height: 0.03rem;
	display: block;
	background: #c00d17;
}
.gy_txt{
	color: #444;
	font-size: 0.2rem;
	line-height: 0.44rem;
	text-align: justify;
}
.gy_right{
	float: right;
	width: 56%;
	height: 5.6rem;
	margin-top: 0.27rem;
	overflow: hidden;
}
.gy_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.gy_right:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.ser_bg{
	background: #f8f8f8;
	padding: 0.6rem 0 0.92rem;
	overflow: hidden;
}
.ser_tit{
	width: 100%;
	text-align: center;
	margin-bottom: 0.45rem;
}
.ser_tit h1{
	color: #222;
	font-size: 0.56rem;
	line-height: 0.88rem;
}
.ser_tit i{
	width: 0.6rem;
	height: 0.03rem;
	display: block;
	background: #003f8c;
	margin: 0.16rem auto 0.27rem;
}
.ser_tit h2{
	color: #b91c25;
	font-size: 0.4rem;
	font-weight: lighter;
	line-height: 0.62rem;
}
.ser_txt{
	color: #222;
	font-size: 0.18rem;
	text-align: center;
	line-height: 0.46rem;
	margin-bottom: 0.55rem;
}
.ser{
	width: 100%;
}
.ser ul{
	margin-right: -2.33%;
}
.ser li{
	float: left;
	width: 31%;
	margin-right: 2.33%;
}
.ser img{
	width: 100%;
}


/* 工程案例 */
.case_part{
	padding: 0.2rem 0 0.5rem;
	overflow: hidden;
}
.case_tline{
	border-bottom: solid 0.01rem #eee;
}
.case_t ul{
	margin-left: -0.6rem;
}
.case_t li{
	float: left;
	line-height: 0.78rem;
	min-height: 0.78rem;
	position: relative;
	padding: 0 0.76rem;
	margin-right: 0.7rem;
	color: #666;
	font-size: 0.22rem;
}
.case_t li:last-child{
	padding: 0;
	margin: 0;
}
.case_t li:last-child i{
	display: none;
}
.case_t i{
	width: 0.01rem;
	height: 0.2rem;
	background: #dcdcdc;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.case_t span{
	width: 1.4rem;
	height: 0.08rem;
	background: url(../images/case_icon.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.08rem;
	opacity: 0;
}
.case_t li.on{
	color: #b91c25;
}
.case_t li.on span{
	opacity: 1;
}
.sjs_type{
	width: 100%;
	padding: 0.34rem 0 0.37rem;
}
.sjs_type ul{
	margin-right: -0.3rem;
}
.sjs_type li{
	float: left;
	width: 1.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	font-size: 0.18rem;
	color: #222;
	background: #f8f8f8;
	margin-right: 0.3rem;
	cursor: pointer;
}
.sjs_type li.on{
	color: #b91c25;
}
.case_list{
	width: 100%;
	height: 7rem;
	border-radius: 0.1rem;
	overflow: hidden;
	position: relative;
}
.case_list .swiper-button-next, .case_list .swiper-button-prev{
	border-radius: 0;
	top: auto;
	bottom: 0.32rem;
}
.case_list .swiper-button-prev{
	left: auto;
	right: 1.05rem;
}
.case_list .swiper-button-next{
	right: 0.45rem;
}
.case_list .swiper-button-next:after, .case_list .swiper-button-prev:after{
	font-size: 0.22rem;
	font-weight: bold;
	color: #fff;
}
.case_img{
	width: 100%;
	height: 7rem;
	overflow: hidden;
	position: relative;
}
.case_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case_imgbg{
	width: 70%;
	height: 100%;
	background: linear-gradient(to right, rgba(0,46,102,0.9), rgba(0,46,102,0));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.case_b{
	width: 5.2rem;
	height: 6rem;
	padding: 0.47rem 0.37rem 0.37rem;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	z-index: 2;
}
.case_tt{
	color: #fff;
	font-size: 0.18rem;
	padding-bottom: 0.23rem;
	border-bottom: solid 0.01rem rgba(255, 255, 255, 0.3);
	margin-bottom: 0.2rem;
}
.case_tt h1{
	font-size: 0.3rem;
	height: 0.48rem;
	line-height: 0.48rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.1rem;
}
.case_tt div{
	font-weight: lighter;
	height: 0.34rem;
	line-height: 0.34rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case_tt span{
	padding: 0 0.25rem;
}
.case_text{
	color: #fff;
	font-size: 0.18rem;
	font-weight: lighter;
	line-height: 0.46rem;
	height: 2.3rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.52rem;
}
.sjs_box a{
	width: 100%;
	display: flex;
	align-items: center;
}
.sjs_head{
	float: left;
	width: 0.95rem;
	height: 0.95rem;
	border-radius: 50%;
	overflow: hidden;
}
.sjs_head img{
	width: 100%;
	height: 100%;
}
.sjs_txt{
	float: left;
	width: 2.8rem;
	color: #fff;
	margin-left: 0.15rem;
}
.sjs_txt h1{
	line-height: 0.4rem;
	font-size: 0.22rem;
	font-weight: normal;
}
.sjs_txt div{
	font-weight: lighter;
	line-height: 0.32rem;
	height: 0.32rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sjs_icon{
	float: right;
	width: 0.26rem;
	height: 0.26rem;
	background: url(../images/case_03.png) no-repeat;
	background-size: 100% 100%;
}
.gray02{
	background: #f8f8f8;
	padding: 0.48rem 0 0.66rem;
	overflow: hidden;
}
.case02{
	width: 100%;
}
.case02 ul{
	margin-right: -2%;
}
.case02 li{
	float: left;
	width: 31.33%;
	background: #fff;
	border-radius: 0.1rem;
	overflow: hidden;
	margin: 0 2% 0.37rem 0;
}
.case_tu{
	width: 100%;
	height: 3.2rem;
	overflow: hidden;
}
.case_tu img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.case_tu:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.case_di{
	padding: 0.2rem 0.35rem;
}
.case_di h1{
	color: #222;
	font-size: 0.24rem;
	font-weight: normal;
	line-height: 0.46rem;
	height: 0.46rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case_di h2{
	font-size: 0.18rem;
	color: #666;
	font-weight: lighter;
	line-height: 0.36rem;
	height: 0.36rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.18rem;
}
.case_line{
	border-top: solid 0.01rem #eee;
	padding-top: 0.15rem;
}
.case_l{
	float: left;
	line-height: 0.46rem;
	color: #222;
	font-size: 0.2rem;
}
.case_r{
	float: right;
	width: 0.3rem;
	height: 0.18rem;
	background: url(../images/case_05.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 0.16rem;
}
.case02 li:hover .case_di h1{
	color: #003f8c;
	font-size: 0.24rem;
	font-weight: bold;
}
.case02 li:hover .case_r{
	background: url(../images/case_06.png) no-repeat;
	background-size: 100% 100%;
}


/* 新闻资讯 */
.news_box{
	padding: 0.44rem 0 0.5rem;
}
.news{
	width: 100%;
}
.news ul{
	margin-right: -4%;
}
.news li{
	float: left;
	width: 46%;
	margin: 0 4% 0.5rem 0;
}
.news_tu{
	width: 100%;
	height: 4rem;
	overflow: hidden;
	margin-bottom: 0.14rem;
}
.news_tu img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_tu:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_b{
	padding: 0 0.15rem;
}
.news_tt{
	color: #222;
	font-size: 0.2rem;
	height: 0.44rem;
	line-height: 0.44rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_date{
	color: #666;
	font-size: 0.18rem;
	height: 0.34rem;
	line-height: 0.34rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.08rem;
}
.news_txt{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.28rem;
	height: 0.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.news li:hover .news_tt{
	color: #003f8c;
	font-weight: bold;
}
.news li:hover .news_date{
	color: #003f8c;
}


/* 新闻详情 */
.newsshow_box{
	padding: 0.64rem 0 0.54rem;
}
.newsshow_top{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.48rem;
	text-align: center;
	border-bottom: solid 0.01rem #e5e5e5;
	padding-bottom: 0.28rem;
	margin-bottom: 0.32rem;
}
.newsshow_top h1{
	color: #333;
	font-size: 0.36rem;
	line-height: 0.56rem;
}
.newsshow{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.4rem;
	text-align: justify;
}


/* 关于我们 */
.about_part{
	padding: 0.1rem 0 0.62rem;
	overflow: hidden;
}
.about_type{
	width: 100%;
	text-align: center;
	border-bottom: solid 0.01rem #eee;
	margin-bottom: 0.6rem;
}
.about_type ul{
	margin-right: -0.26rem;
}
.about_type li{
	display: inline-block;
	line-height: 0.94rem;
	color: #333;
	font-size: 0.22rem;
	font-weight: lighter;
	padding: 0 0.32rem;
	margin-right: 0.26rem;
	position: relative;
}
.about_type i{
	width: 100%;
	height: 0.01rem;
	background: #b91c25;
	display: block;
	position: absolute;
	left: 0;
	bottom: -0.01rem;
	opacity: 0;
}
.about_type li.on{
	color: #b91c25;
	font-weight: normal;
}
.about_type li.on i{
	opacity: 1;
}
.about_logo{
	width: 3.21rem;
	margin: 0 auto 0.42rem;
}
.about_logo img{
	width: 100%;
}
.about_txt{
	width: 76%;
	text-align: center;
	line-height: 0.4rem;
	color: #222;
	font-size: 0.18rem;
	margin: 0 auto 0.44rem;
}
.about_part .about_more{
	margin: 0 auto 0.6rem;
}
.about_img{
	width: 100%;
	height: 6.2rem;
	overflow: hidden;
}
.about_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.about_img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.brand_bg{
	background: #f6fafc;
	padding: 0.8rem 0 0.96rem;
	overflow: hidden;
}
.brand_tit{
	width: 100%;
	text-align: center;
	margin-bottom: 0.58rem;
}
.brand_tit h1{
	color: #222;
	font-size: 0.6rem;
	line-height: 0.86rem;
	font-weight: normal;
}
.brand_tit h2{
	color: #bbc2d0;
	font-size: 0.27rem;
	line-height: 0.48rem;
	height: 0.48rem;
	text-transform: uppercase;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
}
.brand_tit h2 i{
	width: 0.6rem;
	height: 0.01rem;
	background: #bbc2d0;
	display: block;
	margin: 0 0.24rem;
}
.brand_top{
	width: 16.6rem;
	margin: 0 auto 0.78rem;
	position: relative;
}
.brand_top .swiper-button-next, .brand_top .swiper-button-prev{
	width: 0.6rem;
	height: 1rem;
	transform: translateY(-50%);
	border-radius: 0;
}
.brand_top .swiper-button-prev{
	background: url(../images/ind_18.png) no-repeat;
	background-size: 100% 100%;
	left: 0;
}
.brand_top .swiper-button-prev:hover{
	background: url(../images/ind_19.png) no-repeat;
	background-size: 100% 100%;
}
.brand_top .swiper-button-next{
	background: url(../images/ind_20.png) no-repeat;
	background-size: 100% 100%;
	right: 0;
}
.brand_top .swiper-button-next:hover{
	background: url(../images/ind_21.png) no-repeat;
	background-size: 100% 100%;
}
.brand_top .swiper-button-next:after, .brand_top .swiper-button-prev:after{
	display: none;
}
.brand{
	width: 16rem;
	margin: 0 auto;
}
.brand_pic{
	float: left;
	width: 50%;
	height: 5.4rem;
	overflow: hidden;
}
.brand_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.brand_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.brand_right{
	float: left;
	width: 50%;
	height: 5.4rem;
	background: url(../images/about_04.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 1.34rem 0.8rem 0 0.6rem;
}
.brand_t{
	color: #b91c25;
	font-size: 0.34rem;
	font-weight: lighter;
	line-height: 0.56rem;
	margin-bottom: 0.6rem;
}
.brand_t span{
	color: #003f8c;
	font-size: 0.8rem;
	font-weight: bold;
	padding-right: 0.34rem;
}
.brand_tline{
	width: 100%;
	height: 0.01rem;
	background: rgba(0, 105, 177, 0.1);
	position: relative;
	margin-bottom: 0.42rem;
}
.brand_t01{
	width: 0.4rem;
	height: 0.4rem;
	background: linear-gradient(to right, #0047b2, #00b1fb);
	opacity: 0.1;
	border-radius: 50%;
	position: absolute;
	top: -0.2rem;
	left: -0.16rem;
	-webkit-animation: scaleAnimate 3s linear infinite;
}
.brand_t02{
	width: 0.24rem;
	height: 0.24rem;
	background: linear-gradient(to right, #0047b2, #00b1fb);
	opacity: 0.3;
	border-radius: 50%;
	position: absolute;
	top: -0.12rem;
	left: -0.07rem;
	-webkit-animation: scaleAnimate 2s linear infinite;
	z-index: 2;
}
.brand_t03{
	width: 0.1rem;
	height: 0.1rem;
	background: linear-gradient(to right, #0047b2, #00b1fb);
	border-radius: 50%;
	position: absolute;
	top: -0.05rem;
	left: 0;
	z-index: 3;
}
.brand_txt{
	color: #222;
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 0.4rem;
	height: 1.2rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.brand_bot{
	width: 100%;
	position: relative;
}
.brand_line{
	width: 100%;
	height: 0.1rem;
	border-bottom: dashed 0.01rem #dcdcdc;
	position: absolute;
	top: 0;
	left: 0;
}
.brand02{
	width: 16rem;
	margin: 0 auto;
}
.brand02 .swiper-slide{
	text-align: center;
	cursor: pointer;
}
.brand02 .swiper-slide-thumb-active i{
	width: 0.2rem;
	height: 0.2rem;
	background: linear-gradient(to right, #0047b2, #00b1fb);
	margin: 0 auto 0.18rem;
}
.brand02 i{
	width: 0.1rem;
	height: 0.1rem;
	background: #a0a0a0;
	border-radius: 50%;
	display: block;
	margin: 0.05rem auto 0.23rem;
}
.brand02 h1{
	color: #999;
	font-size: 0.4rem;
	line-height: 0.56rem;
}

.honor_bg{
	background: url(../images/about_05.jpg) no-repeat;
	background-size: cover;
	padding: 0.7rem 0 0.78rem;
	overflow: hidden;
}
.honor_bg .brand_tit{
	margin-bottom: 0.96rem;
}
.honor_t{
	position: relative;
	margin-bottom: 0.77rem;
}
.honor_tl{
	width: 5.7rem;
	position: absolute;
	top: 0.25rem;
	left: 0.58rem;
}
.honor_tt{
	margin-bottom: 0.42rem;
}
.honor_tt h1{
	color: #333;
	font-size: 0.34rem;
	line-height: 0.64rem;
	padding: 0 0.42rem;
	position: relative;
	display: inline-block;
}
.h_img01{
	width: 0.17rem;
	height: 0.38rem;
	position: absolute;
	top: 0.18rem;
	left: 0;
}
.h_img02{
	width: 0.17rem;
	height: 0.38rem;
	position: absolute;
	top: 0.18rem;
	right: 0;
}
.h_img03{
	width: 1.02rem;
	height: 0.15rem;
	position: absolute;
	top: 0.64rem;
	left: 50%;
	transform: translateX(-50%);
}
.honor_txt{
	color: #003f8c;
	font-size: 0.3rem;
	font-weight: lighter;
	line-height: 0.5rem;
}
.honor_list{
	float: right;
	width: 55.5%;
	position: relative;
}
.honor_list ul{
	margin-right: -2%;
	position: relative;
	z-index: 1;
}
.honor_list li{
	float: left;
	width: 31.33%;
	height: 2.3rem;
	border: solid 0.01rem #d9e2f1;
	background: rgba(255, 255, 255, 0.2);
	margin-right: 2%;
}
.honor_list img{
	width: 100%;
	height: 100%;
}
.honor_di01{
	width: 11.58rem;
	height: 0.5rem;
	background: url(../images/about_09.png) no-repeat left top;
	position: absolute;
	left: -1.1rem;
	bottom: -0.45rem;
}
.honor_b{
	position: relative;
	padding: 0 0 1.27rem 1rem;
}
.honor_b .swiper-pagination{
	bottom: 0;
}
.honor_b .swiper-pagination-bullet{
	width: 0.16rem;
	height: 0.16rem;
	border-radius: 50%;
	background: #0069b1;
	margin: 0 0.1rem !important;
}
.honor_di02{
	width: 17.75rem;
	height: 0.5rem;
	background: url(../images/about_09.png) no-repeat left top;
	position: absolute;
	left: -0.58rem;
	bottom: 0.86rem;
}
.honor img{
	height: 2.3rem;
	border: solid 0.01rem #d9e2f1;
	background: rgba(255, 255, 255, 0.2);
}

.culture_box{
	padding: 0.68rem 0 0.78rem;
	overflow: hidden;
	position: relative;
}
.culture_box .content{
	padding-bottom: 0.8rem;
}
.culture_box .swiper-pagination{
	bottom: 0;
}
.culture_box .swiper-pagination-bullet{
	width: 0.16rem;
	height: 0.16rem;
	border-radius: 50%;
	background: #0069b1;
	margin: 0 0.1rem !important;
}
.culture{
	width: 100%;
	height: 8.08rem;
}
.culture .swiper-slide{
	height: 3.84rem;
}
.culture_pic{
	width: 100%;
	height: 3.84rem;
	overflow: hidden;
}
.culture_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.culture_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


/* 联系我们 */
.hotline_box{
	padding: 0.44rem 0 0.77rem;
}
.hotline_tit{
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 0.2rem;
	line-height: 0.4rem;
}
.hotline_tit h1{
	color: #333;
	font-size: 0.4rem;
	line-height: 0.64rem;
}
.hotline_tit div{
	font-weight: lighter;
}
.hotline_txt{
	width: 100%;
	text-align: center;
	line-height: 0.64rem;
	color: #003f8c;
	font-size: 0.5rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.27rem 0 0.52rem;
}
.hotline_txt img{
	width: 0.5rem;
	height: 0.41rem;
	display: inline-block;
	margin-right: 0.15rem;
}
.hotline_line{
	border-top: solid 0.01rem #eee;
	border-bottom: solid 0.01rem #eee;
	padding: 0.5rem 0;
}
.hotline ul{
	margin-right: -2%;
}
.hotline li{
	float: left;
	width: 31.33%;
	color: #666;
	font-size: 0.24rem;
	line-height: 0.32rem;
	margin-right: 2%;
}
.hotline img{
	float: left;
	width: 0.78rem;
	height: 0.78rem;
	margin-right: 0.3rem;
}
.hotline h1{
	color: #333;
	font-size: 0.24rem;
	font-weight: normal;
	line-height: 0.36rem;
	margin-bottom: 0.08rem;
}
.mes_bg{
	background: #f0f4f8;
	padding: 0.55rem 0 0.6rem;
}
.mes_bg .hotline_tit{
	margin-bottom: 0.37rem;
}
.mes_con{
	margin-bottom: 0.2rem;
}
.mes_left{
	float: left;
	width: 48%;
}
.mes_right{
	float: right;
	width: 48%;
}
.mes_name{
	width: 100%;
	padding-left: 0.18rem;
	height: 0.6rem;
	line-height: 0.6rem;
	border: solid 0.01rem #e3eaed;
	background: #f5f7fa;
	border-radius: 0.05rem;
	color: #999;
	font-size: 0.18rem;
}
.mes_name input::-webkit-input-placeholder {
	color: #999;
}
.mes_yzm{
	float: left;
	width: 74%;
	padding-left: 0.18rem;
	height: 0.6rem;
	line-height: 0.6rem;
	border: solid 0.01rem #e3eaed;
	background: #f5f7fa;
	border-radius: 0.05rem;
	color: #999;
	font-size: 0.18rem;
}
.mes_yzm input::-webkit-input-placeholder {
	color: #999;
}
.yzm{
	float: right;
	width: 18%;
	text-align: center;
	height: 0.6rem;
	line-height: 0.6rem;
}
.yzm img{
	width: 100%;
	height: 100%;
}
.mes_ly{
	width: 100%;
	padding: 0.2rem 0.18rem;
	height: 2rem;
	line-height: 0.36rem;
	border: solid 0.01rem #e3eaed;
	background: #f5f7fa;
	border-radius: 0.05rem;
	color: #999;
	font-size: 0.18rem;
}
.mes_ly input::-webkit-input-placeholder {
	color: #999;
}
.mes_tc{
	text-align: center;
	padding-top: 0.7rem;
}
.btn_submit{
	width: 2rem;
	height: 0.54rem;
	border: none;
	background: #003f8c;
	border-radius: 0.5rem;
	color: #fff;
	font-size: 0.18rem;
	cursor: pointer;
}
.map_box{
	padding: 0.76rem 0;
}
.map{
	width: 100%;
	height: 7rem;
}
.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;
}