@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: 17rem;
  margin: 0 auto;
}
.phone {
  display: none;
}
/* [v-cloak]{
	display: none;
} */


/*首页*/
.header {
  width: 100%;
  height: 1rem;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.logo {
  float: left;
  width: 1.31rem;
  margin-top: 0.15rem;
}
.menu,.nav02,#menu{
	display: none;
}
.nav {
  float: right;
  margin: 0.21rem 0.25rem 0 0;
}
.nav li {
  float: left;
  padding: 0 0.25rem;
  color: #555;
  font-size: 0.18rem;
  line-height: 0.58rem;
  position: relative;
}
.nav a {
  display: block;
}
.nav i {
  width: 0.3rem;
  height: 0.04rem;
  background: #0069b1;
  display: block;
  margin: 0 auto;
  transform: scale(0, 0);
  transition: all 0.6s;
}
.nav li:hover i {
  transform: scale(1, 1);
}
.nav li:hover {
  color: #0069b1;
}
.nav li.on i {
  transform: scale(1, 1);
}
.nav li.on {
  color: #0069b1;
}
.nav li:hover ul{
  opacity: 1;
  visibility: visible;
}
.nav li ul{
  width: 1.6rem;
  background: #fff;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0.78rem;
  left: -0.2rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.nav li ul li{
  float: none;
  text-align: center;
  line-height: 0.44rem;
  padding: 0;
}
.search_pic {
  float: right;
  width: 0.28rem;
  height: 0.28rem;
  position: relative;
  margin: 0.36rem 0.54rem 0 0;
}
.search_pic i {
  width: 1px;
  height: 0.24rem;
  background: #dcdcdc;
  display: block;
  position: absolute;
  top: 0.03rem;
  right: -0.25rem;
}
.search_pic img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.tel {
  float: right;
  background: url(../images/ind_03.png) no-repeat left center;
  background-size: 0.32rem 0.32rem;
  padding-left: 0.44rem;
  color: #0069b1;
  font-size: 0.24rem;
  font-weight: bold;
  margin-top: 0.34rem;
}
.banner {
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
}
.bn_box {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-60%);
  z-index: 5;
}
.bn_con {
  width: 15.6rem;
  color: #fff;
  margin: 0 auto;
}
.bn_con .txt01 {
  font-size: 0.9rem;
  line-height: 1.16rem;
  font-weight: bold;
}
.bn_con .txt02 {
  font-size: 0.7rem;
  line-height: 0.9rem;
  font-weight: lighter;
  margin-bottom: 0.32rem;
}
.bn_more {
  width: 1.6rem;
  height: 0.54rem;
  border: solid 0.01rem rgba(255, 255, 255, 0.6);
  border-radius: 0.03rem;
}
.bn_more a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bn_more img {
  width: 0.14rem;
  height: 0.1rem;
  margin: 0.04rem 0 0 0.13rem;
  transition: all 0.6s;
}
.bn_more:hover img {
  margin: 0.04rem 0 0 0.23rem;
}
.swiper-slide .txt01 {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.4s ease-in;
  transition-delay: 0.3s;
}
.ani-slide .txt01 {
  transform: translateX(0);
  opacity: 1;
}
.swiper-slide .txt02 {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.4s ease-in;
  transition-delay: 0.7s;
}
.ani-slide .txt02 {
  transform: translateX(0);
  opacity: 1;
}
.swiper-slide .bn_more {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.4s ease-in;
  transition-delay: 1s;
}
.ani-slide .bn_more {
  transform: translateX(0);
  opacity: 1;
}
.banner .bn_num {
  width: 0.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 1.1rem;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .swiper-pagination {
  width: 100%;
  height: auto;
  bottom: auto;
}
.banner .swiper-pagination-bullet {
	height: auto;
  background: none;
  color: #fff;
  font-size: 0.19rem;
	line-height: 0.2rem;
  margin: 0.2rem 0 !important;
	position: relative;
	opacity: 1;
	display: block;
	transition: all 0.6s;
}
.banner .swiper-pagination-bullet:before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0.4rem;
	width: 0.02rem;
	height:0;
	opacity: 0;
	background: #fff;
	transition: all 0.6s;
}
.banner .swiper-pagination-bullet-active{
	height: 2.2rem;
}
.banner .swiper-pagination-bullet-active:before{
	height: 1.6rem;
	opacity: 1;
}
.bn_bot{
	width: 30%;
	text-align: center;
	position: absolute;
	left: 35%;
	bottom: 0.26rem;
  z-index: 2;
}
.bn_bot h1{
  color: #fff;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.38rem;
}
.bn_bot div{
  width: 0.01rem;
  height: 0.44rem;
  background: #fff;
  margin: 0 auto;
  position: relative;
  animation: updown_mouse 10s linear infinite;
}
.bn_bot div span {
  width: 0.14rem;
  height: 0.14rem;
  background: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: -0.07rem;
}
@keyframes updown_mouse {
  25% {
    height: 0.2rem;
  }
  50%,
  100% {
    height: 0.44rem;
  }
  75% {
    height: 0.2rem;
  }
}

.business_bg{
  background: #f8f8f8;
  padding-top: 0.6rem;
  overflow: hidden;
}
.bus_tit{
  width: 100%;
  text-align: center;
  margin-bottom: 0.44rem;
}
.bus_tit h1{
  color: #333;
  font-size: 0.5rem;
  line-height: 0.68rem;
}
.bus_tit h1 span{
  color: #0069b1;
}
.bus_tit h2{
  color: #d6dadf;
  font-size: 0.36rem;
  line-height: 0.5rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
}
.bus_tit i{
  width: 1rem;
  height: 0.04rem;
  background: linear-gradient(to right, #006ab0, #009c3e);
  display: block;
  margin: 0 auto;
  position: relative;
}
.bus_tit i span{
  height: 0.04rem;
  display: block;
  background: #006ab0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: tit_line 1.5s linear infinite alternate;
}
@keyframes tit_line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.business_txt{
  width: 10.8rem;
  text-align: center;
  line-height: 0.4rem;
  color: #333;
  font-size: 0.18rem;
  margin: 0 auto 0.48rem;
}
.bus_list{
  width: 100%;
}
.bus_list .swiper-slide{
  height: 7rem;
  overflow: hidden;
}
.bus_list .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.bus_list .swiper-slide:hover img {
  transform: scale(1.1);
}
.bus_blue{
  width: 100%;
  height: 0.76rem;
  background: linear-gradient(to bottom, rgba(0,70,118,0), #004676);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.6s;
}
.bus_list .swiper-slide:hover .bus_blue{
  height: 1.7rem;
}
.bus_txt{
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  z-index: 2;
}
.bus_txt h1{
  line-height: 0.52rem;
  font-size: 0.34rem;
  margin-bottom: 0.14rem;
  transition: all 0.6s;
}
.bus_txt i{
  width: 0.01rem;
  height: 0.3rem;
  background: #fff;
  opacity: 0.6;
  display: block;
  margin: 0 auto;
}
.bus_txt .txt{
  width: 72%;
  height: 0;
  font-size: 0.16rem;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.bus_list .swiper-slide:hover .bus_txt h1{
  margin-bottom: 0.16rem;
}
.bus_list .swiper-slide:hover .bus_txt i{
  width: 0.3rem;
  height: 0.01rem;
  margin: 0 auto 0.19rem;
}
.bus_list .swiper-slide:hover .bus_txt .txt{
  height: auto;
  line-height: 0.3rem;
  opacity: 1;
  visibility: visible;
}

.solutions_box{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.solutions_box .bus_tit{
  position: absolute;
  top: 1.16rem;
  left: 0;
  z-index: 5;
}
.solutions_bg{
  width: 100%;
  height: 13rem;
  position: relative;
}
.solutions_bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sol_box{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sol_box .content{
  height: 100%;
  position: relative;
}
.solpic{
  position: absolute;
}
.solpic img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.sol01{
  width: 4.55rem;
  height: 3.96rem;
  left: 0.29rem;
  bottom: 1.23rem;
}
/* .sol02{
  width: 3.84rem;
  height: 3.78rem;
  top: 3.59rem;
  left: 5.48rem;
} */
.sol02{
  width: 3.84rem;
  height: 2rem;
  left: 5.48rem;
  top: 3.59rem;
}
.sol03{
  width: 2.35rem;
  height: 2.17rem;
  left: 6.92rem;
  top: 5.2rem;
}
.sol04{
  width: 3.66rem;
  height: 3.26rem;
  right: 0.59rem;
  bottom: 4rem;
}
.img02{
  display: none;
}
.solpic:hover .img01{
  display: none;
}
.solpic:hover .img02{
  display: block;
}
.solpic:hover .solbox{
  opacity: 1;
  visibility: visible;
}
.sol03 .solbox{
  top: 0.1rem;
  right: -3.37rem;
}
.sol04 .solbox{
  top: 1.5rem;
  right: 0rem;
}
.solbox{
  width: 3.37rem;
  position: absolute;
  top: 0.9rem;
  right: -3.37rem;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.solbg{
  float: right;
  width: 3.2rem;
  border: solid 0.02rem #0069b1;
  background: #fff;
  border-radius: 0.08rem;
  position: relative;
  padding: 0.15rem 0.18rem;
}
.solbg i{
  width: 0.12rem;
  height: 0.12rem;
  display: block;
  background: #0069b1;
  border-radius: 50%;
  position: absolute;
  top: -0.06rem;
  left: -0.06rem;
}
.solbg i span{
  width: 0.24rem;
  height: 0.24rem;
  background: rgba(0, 105, 177, 0.2);
  display: block;
  border-radius: 50%;
  animation: scalesol 2s linear infinite;
  position: absolute;
  top: -0.06rem;
  left: -0.06rem;
}
.solbg h1{
  text-align: center;
  line-height: 0.4rem;
  color: #0069b1;
  font-size: 0.24rem;
  margin-bottom: 0.07rem;
}
@keyframes scalesol {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    transform: scale(1.4);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.solimg{
  width: 100%;
  height: 2rem;
  border-radius: 0.06rem;
  overflow: hidden;
}
.solimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: static;
}

.tec_box{
  padding: 0.75rem 0 0.95rem;
  overflow: hidden;
}
.tec_box .bus_tit{
  margin-bottom: 0.58rem;
}
.tec_pic{
  width: 12.8rem;
  margin: 0 auto;
}
.tec_pic img{
  width: 100%;
}

.core_bg{
  width: 100%;
  background: url(../images/ind_20.jpg) no-repeat center top #09448f;
  background-size: 100%;
  padding: 0.87rem 0 0.72rem;
  overflow: hidden;
}
.core_tit{
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 0.6rem;
}
.core_tit h1{
  font-size: 0.5rem;
  line-height: 0.68rem;
}
.core_tit h2{
  font-size: 0.36rem;
  line-height: 0.5rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
}
.core_tit i{
  width: 1rem;
  height: 0.04rem;
  background: #fff;
  display: block;
  margin: 0 auto;
  position: relative;
}
.core{
  width: 100%;
  padding-bottom: 0.7rem;
  position: relative;
  margin-bottom: 0.54rem;
}
.core_pic{
  width: 100%;
  height: 5.5rem;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.core_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.core .swiper-slide:hover .core_pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.core_tm{
  width: 100%;
  padding-top: 0.72rem;
  background: linear-gradient(to bottom, rgba(0,70,118,0), rgba(0,70,118,0.9));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
.core_txt{
  width: 87%;
  line-height: 0.72rem;
  height: 0.72rem;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.core .swiper-slide-active .core_pic{
  border-bottom: solid 0.03rem #fff;
}
.core .swiper-slide-active .core_tm{
  opacity: 1;
}
.core_line{
  width: 48%;
  height: 0.06rem;
  position: absolute;
  left: 26%;
  bottom: 0;
}
.core .swiper-pagination{
  height: 0.06rem;
  bottom: 0;
}
.core .swiper-pagination-progressbar{
  background: rgba(255, 255, 255, 0.1);
}
.core .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #fff;
}
.core_more{
  width: 1.6rem;
  height: 0.54rem;
  line-height: 0.54rem;
  text-align: center;
  border: solid 0.01rem #9bafc9;
  border-radius: 0.03rem;
  color: #fff;
  font-size: 0.16rem;
  margin: 0 auto;
}
.core_more a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.core_more img{
  width: 0.14rem;
  height: 0.1rem;
  margin-left: 0.14rem;
}

.case_bg{
  background: #f8f8f8;
  padding-bottom: 0.95rem;
  overflow: hidden;
}
.case_top{
  height: 2.7rem;
  background: url(../images/ind_23.png) no-repeat right bottom;
  background-size: 6.98rem 2.2rem;
}
.case_tit{
  float: left;
  width: 4rem;
  margin-top: 0.78rem;
}
.case_tit h1{
  color: #333;
  font-size: 0.5rem;
  line-height: 0.68rem;
}
.case_tit h1 span{
  color: #0069b1;
}
.case_tit h2{
  color: #d6dadf;
  font-size: 0.36rem;
  line-height: 0.5rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
}
.case_tit i{
  width: 1rem;
  height: 0.04rem;
  background: linear-gradient(to right, #006ab0, #009c3e);
  display: block;
  position: relative;
}
.case_tit i span{
  height: 0.04rem;
  display: block;
  background: #006ab0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: tit_line 1.5s linear infinite alternate;
}
.case_type{
  float: right;
  margin-top: 1.07rem;
}
.case_type ul{
  margin-right: -0.82rem;
}
.case_type li{
  float: left;
  line-height: 0.72rem;
  color: #222;
  font-size: 0.22rem;
  font-weight: bold;
  margin-right: 0.82rem;
  position: relative;
  cursor: pointer;
}
.case_type i{
  width: 1rem;
  height: 0.04rem;
  background: linear-gradient(to right, #006ab0, #009c3e);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.case_type li.on i{
  opacity: 1;
}
.case_type li.on{
  background: linear-gradient(to right, #006ab0, #009c3e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.case{
  width: 100%;
}
.case_pic{
  float: left;
  width: 52%;
  height: 5.9rem;
  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_right{
  float: left;
  width: 48%;
  height: 5.9rem;
  background: url(../images/ind_25.png) no-repeat right top #fff;
  background-size: 4.6rem 100%;
  padding: 1.06rem 0.95rem;
}
.case_tt{
  margin-bottom: 0.3rem;
}
.case_tt h1{
  color: #222;
  font-size: 0.26rem;
  line-height: 0.44rem;
  margin-bottom: 0.3rem;
}
.case_tt i{
  width: 0.4rem;
  height: 0.04rem;
  background: #0069b1;
  display: block;
}
.case_txt{
  color: #222;
  font-size: 0.18rem;
  text-align: justify;
  line-height: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 0.36rem;
}
.case_more{
  width: 1.6rem;
  height: 0.54rem;
  line-height: 0.54rem;
  text-align: center;
  border: solid 0.01rem #69a7d1;
  border-radius: 0.03rem;
  color: #0069b1;
  font-size: 0.16rem;
}
.case_more a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case_more img{
  width: 0.14rem;
  height: 0.1rem;
  margin-left: 0.14rem;
}
.case .swiper-pagination{
  width: 48%;
  padding-left: 0.95rem;
  text-align: left;
  left: auto;
  right: 0;
  bottom: 0.87rem;
}
.case .swiper-pagination-bullet{
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  background: #dcdcdc;
  margin: 0 0.1rem 0 0 !important;
  opacity: 1;
}
.case .swiper-pagination-bullet-active{
  background: #0069b1;
}

.hz_bg{
  width: 100%;
  background: url(../images/ind_27.jpg) no-repeat center top;
  background-size: cover;
  padding: 0.9rem 0 0.92rem;
  overflow: hidden;
}
.hz_star{
  width: 3.1rem;
  height: 0.73rem;
  background: url(../images/ind_28.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 0.25rem;
}
.hz_top{
  width: 100%;
  text-align: center;
  margin-bottom: 0.62rem;
}
.hz_tleft{
  width: 0.64rem;
  height: 1.18rem;
  background: url(../images/ind_29.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.hz_tright{
  width: 0.64rem;
  height: 1.18rem;
  background: url(../images/ind_30.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.hz_tit{
  background: linear-gradient(to right, #006ab0, #009c3e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  margin: 0 0.3rem;
}
.hz_tit h1{
  font-size: 0.66rem;
  line-height: 0.84rem;
  margin-bottom: 0.1rem;
}
.hz_tit h2{
  font-size: 0.3rem;
  line-height: 0.46rem;
  text-transform: uppercase;
  font-weight: normal;
}
.hz_box{
  height: 5.75rem;
  overflow-y: hidden;
  overflow-x: hidden;
}
.hz_box:hover{
  overflow-y: auto;
}
.hz_box::-webkit-scrollbar{
  width: 0.04rem;
  height: 0.06rem;
}
.hz_box::-webkit-scrollbar-thumb{
  border-radius: 1em;
  background-color: rgba(50,50,50,.3);
}
.hz_box::-webkit-scrollbar-track{
  border-radius: 1em;
  background-color: rgba(50,50,50,.1);
}
.hz_list{
  width: 16.5rem;
}
.hz_list ul{
  margin-right: -1.5%;
}
.hz_list li{
  float: left;
  width: 23.5%;
  height: 1.3rem;
  margin: 0 1.5% 0.19rem 0;
}
.hz_list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.foot_bg{
  width: 100%;
  background: url(../images/ind_32.jpg) no-repeat;
  background-size: cover;
  padding-top: 0.48rem;
}
.foot_t{
  padding-bottom: 0.6rem;
}
.f_nav{
  float: left;
  width: 10.38rem;
  margin: 0.39rem 0 0 0.6rem;
}
.f_nav ul{
  display: flex;
  justify-content: space-between;
}
.f_nav li{
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  font-size: 0.18rem;
}
.f_nav i{
  width: 0.2rem;
  height: 0.02rem;
  background: url(../images/ind_33.jpg) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
}
.f_nav li ul{
  display: block;
  padding-top: 0.09rem;
}
.f_nav li ul li{
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: rgba(255, 255, 255, 0.5);
}
.foot_r{
  float: right;
  width: 4.6rem;
}
.f_logo{
  width: 1.89rem;
  margin-bottom: 0.35rem;
}
.f_logo img{
  width: 100%;
}
.f_code{
  float: left;
  width: 0.84rem;
  height: 0.84rem;
  margin: 0.03rem 0 0 0.05rem;
}
.f_code img{
  width: 100%;
  height: 100%;
}
.f_con{
  float: right;
  width: 3.42rem;
}
.f_con li{
  color: #fff;
  line-height: 0.2rem;
  font-size: 0.16rem;
  padding-left: 0.33rem;
  margin-bottom: 0.17rem;
  position: relative;
}
.f_con li:last-child{
  margin: 0;
}
.f_con img{
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.copyright{
  border-top: solid 0.01rem rgba(255, 255, 255, 0.2);
  padding: 0.24rem 0 0.22rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.14rem;
  line-height: 0.28rem;
}

.zixun_box{
  position: fixed;
  bottom: 10%;
  right: 0.2rem;
  z-index: 50;
}
.zixun_pic{
  width: 0.6rem;
  margin: 0 auto 0.04rem;
}
.zixun_pic img{
  width: 100%;
}
.zixun_txt{
  width: 0.74rem;
  text-align: center;
  line-height: 0.24rem;
  border: solid 0.01rem #fff;
  background: #0069b0;
  border-radius: 0.06rem;
  color: #fff;
  font-size: 0.16rem;
  position: relative;
}
.zixun_txt i{
  width: 0.07rem;
  height: 0.06rem;
  background: url(../images/ind_06.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: -0.06rem;
  left: 0.1rem;
}


/* 关于我们 */
.about_box{
  padding: 0.7rem 0 1rem;
  overflow: hidden;
}
.about_box .yewu_tit{
  margin-bottom: 0.5rem;
}
.about{
  color: #333;
  font-size: 0.18rem;
  line-height: 0.4rem;
  text-align: justify;
}
.about_list{
  width: 100%;
  padding-left: 1.3rem;
  margin: 0.94rem 0 0.78rem;
}
.about_list ul{
  margin-right: -7%;
}
.about_list li{
  float: left;
  width: 18%;
  color: #333;
  font-size: 0.2rem;
  line-height: 0.73rem;
  margin-right: 7%;
  position: relative;
}
.about_list img{
  float: left;
  width: 0.73rem;
  height: 0.73rem;
  margin-right: 0.24rem;
}
.about_list i{
  width: 0.21rem;
  height: 0.6rem;
  background: url(../images/about_01.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 0.06rem;
  right: -0.21rem;
}
.about_list li:last-child i{
  display: none;
}
.about_pic{
  width: 100%;
}
.about_pic img{
  width: 100%;
}

.culture_bg{
  width: 100%;
  background: url(../images/about_07.jpg) no-repeat;
  background-size: cover;
  padding: 0.95rem 0 1.07rem;
  overflow: hidden;
}
.culture_tit{
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #d6dadf;
  font-size: 0.36rem;
  line-height: 0.48rem;
  margin-bottom: 0.53rem;
}
.culture_tit h1{
  color: #fff;
  font-size: 0.5rem;
  line-height: 0.7rem;
}
.culture_txt{
  width: 11rem;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin: 0 auto 0.55rem;
}
.culture{
  width: 100%;
}
.culture .swiper-slide{
  height: 4rem;
  background: #fff;
}
.culture_con{
  width: 80%;
  padding-top: 0.6rem;
  margin: 0 auto;
}
.culture_icon{
  width: 1rem;
  height: 1rem;
  border: solid 0.01rem #e5e5e5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.culture_icon img{
  width: 0.56rem;
  height: 0.56rem;
}
.culture_tt{
  width: 100%;
  text-align: center;
  margin-bottom: 0.1rem;
}
.culture_tt h1{
  color: #0069b1;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.56rem;
}
.culture_tt i{
  width: 0.3rem;
  height: 0.01rem;
  display: block;
  background: #0069b1;
  margin: 0 auto;
}
.culture_text{
  color: #666;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.3rem;
  height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.history_box{
  padding: 0.83rem 0 0.78rem;
  overflow: hidden;
}
.history_box .yewu_tit{
  margin-bottom: 0.51rem;
}
.history_box .business_txt{
  margin-bottom: 0.6rem;
}
.history_box .con16{
  overflow: hidden;
}
.history02{
  margin-bottom: 0.77rem;
}
.history_pic{
  float: left;
  width: 50%;
  height: 5.4rem;
  overflow: hidden;
}
.history_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.history_pic:hover img {
  transform: scale(1.1);
}
.history_right{
  float: left;
  width: 50%;
  height: 5.4rem;
  background: url(../images/about_14.png) no-repeat right bottom #f6f8fb;
  background-size: 100%;
  padding: 0.8rem 0.45rem 0.3rem 0.74rem;
}
.history_line{
  height: 1.1rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0.5rem;
}
.history_line i{
  width: 98%;
  height: 0.01rem;
  background: #dde9f3;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.history_tl{
  color: #333;
  font-size: 0.3rem;
  line-height: 0.48rem;
  font-weight: bold;
  margin-top: 0.24rem;
}
.history_tr{
  background: linear-gradient(to right, #c5dbec, #d2ebdf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1rem;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 0.82rem;
}
.ht_y01{
  width: 0.4rem;
  height: 0.4rem;
  background: #ddeaf3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  z-index: 1;
  animation: scale 2s linear infinite;
  opacity: 0;
}
.ht_y02{
  width: 0.24rem;
  height: 0.24rem;
  background: linear-gradient(to right, #b1d0e4, #b1dcc9);
  border-radius: 50%;
  position: absolute;
  left: 0.08rem;
  bottom: -0.12rem;
  z-index: 2;
  animation: scale 2s linear infinite;
  opacity: 0;
}
.ht_y03{
  width: 0.1rem;
  height: 0.1rem;
  background: linear-gradient(to right, #006caa, #099d4a);
  border-radius: 50%;
  position: absolute;
  left: 0.15rem;
  bottom: -0.05rem;
  z-index: 2;
  animation: scale 2s linear infinite;
  opacity: 0;
}
@keyframes scale {
	0% {
		transform: scale(1);
    opacity: 0;
	}
	50% {
			transform: scale(1.4);
      opacity: 1;
	}
	100% {
			transform: scale(1.8);
      opacity: 0;
	}
}
.h_list{
  width: 100%;
}
.h_list h1{
  color: #0069b1;
  font-size: 0.2rem;
  line-height: 0.34rem;
  margin-bottom: 0.24rem;
}
.h_list ul{
  margin-left: 0.2rem;
}
.h_list li{
  color: #333;
  font-size: 0.16rem;
  line-height: 0.34rem;
  margin-bottom: 0.1rem;
  list-style-type: disc;
}
.h_list li:last-child{
  margin: 0;
}
.history_bot{
  width: 100%;
  position: relative;
}
.history_bot .line{
  width: 100%;
  height: 0.07rem;
  border-bottom: dashed 0.01rem #dcdcdc;
  position: absolute;
  top: 0;
  left: 0;
}
.history01{
  width: 15rem;
}
.history01 .swiper-slide{
  text-align: center;
  cursor: pointer;
}
.history01 .swiper-slide-thumb-active i{
  width: 0.14rem;
  height: 0.14rem;
  background: linear-gradient(to right, #006bac, #009848);
  margin: 0 auto;
}
.history01 .swiper-slide-thumb-active h1{
  color: #0069b1;
}
.history01 i{
  width: 0.06rem;
  height: 0.06rem;
  background: #a0a0a0;
  border-radius: 50%;
  display: block;
  margin: 0.04rem auto;
}
.history01 h1{
  color: #999;
  font-size: 0.22rem;
  line-height: 0.46rem;
  font-family: Arial;
}

.bus_bg{
  background: #f8f8f8;
  padding-top: 0.75rem;
  overflow: hidden;
}
.bus_bg .yewu_tit{
  margin-bottom: 0.44rem;
}

.honor_bg{
  width: 100%;
  background: url(../images/about_15.jpg) no-repeat;
  background-size: cover;
  padding: 0.78rem 0 0.66rem;
  overflow: hidden;
}
.honor_bg .yewu_tit{
  margin-bottom: 1.3rem;
}
.honor_top{
  margin-bottom: 0.77rem;
}
.honor_left{
  float: left;
  width: 6.7rem;
  margin-top: 0.2rem;
}
.honor_tt{
  display: inline-block;
  margin-bottom: 0.47rem;
}
.honor_tt h1{
  color: #333;
  font-size: 0.3rem;
  line-height: 0.58rem;
}
.honor_tt h1 img{
  width: 0.17rem;
  height: 0.38rem;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.honor_tt h1 span{
  padding: 0 0.22rem;
}
.honor_tt img{
  width: 1.02rem;
  height: 0.15rem;
  display: block;
  margin: 0 auto;
}
.honor_txt{
  color: #333;
  font-size: 0.18rem;
  line-height: 0.4rem;
}
.honor_right{
  float: right;
  width: 8.53rem;
  padding: 0 0 0.4rem 1.3rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.honor_di{
  width: 10.13rem;
  height: 0.55rem;
  background: url(../images/about_19.png) no-repeat left top;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.honor_rpic{
  width: 3.4rem;
  height: 2.3rem;
  border: solid 0.01rem #eee;
  position: relative;
  z-index: 1;
}
.honor_rpic img{
  width: 100%;
  height: 100%;
}
.honor_bot{
  padding: 0 0 1.3rem 1.17rem;
  position: relative;
}
.honor_bot .honor_di{
  width: 17.6rem;
  bottom: auto;
  top: 2.22rem;
}
.honor{
  width: 100%;
  position: relative;
  z-index: 1;
}
.honor .honor_pic{
  border: solid 0.01rem #eee;
  background: #fff;
  height: 2.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.honor_pic img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  min-height: 2rem;
}
.honor_bot .swiper-pagination{
  bottom: 0;
}
.honor_bot .swiper-pagination-bullet{
  width: 0.16rem;
  height: 0.16rem;
  background: #0069b1;
  border-radius: 50%;
  margin: 0 0.1rem !important;
}
.img_modal{
  position: fixed;
  width: 100%;
	height: 100% !important;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.img_modal_box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_modal_con{
	width: 7rem;
	position: relative;
}
.img_modal_show{
  display: block;
}
.img_modal .img_modal_img{
  width: 100%;
}
.img_modal .img_modal_img img{
  width: 100%;
  background: #fff;
	border: solid 1px #ddd;
	padding: 0.5rem;
}
.img_modal_header{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0.1rem;
  right: 0;
}
.img_modal_header img{
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.15rem;
}
.img_modal_header img:nth-last-child(1){
  width: 0.4rem;
  cursor: pointer;
}


/* 业务模式 */
.con16{
  width: 16rem;
  margin: 0 auto;
}
.main_bn{
  width: 100%;
  position: relative;
  margin-top: 1rem;
}
.main_bn img{
  width: 100%;
}
.bn_pos{
  width: 100%;
  color: #fff;
  position: absolute;
  top: 48%;
  transform: translateY(-48%);
  left: 0;
  z-index: 2;
}
.bn_pos h1{
  font-size: 0.6rem;
  line-height: 0.8rem;
  margin-bottom: 0.24rem;
}
.bn_pos i{
  width: 0.5rem;
  height: 0.03rem;
  background: #fff;
  display: block;
  margin-bottom: 0.22rem;
}
.bn_pos h2{
  font-size: 0.3rem;
  text-transform: uppercase;
  line-height: 0.42rem;
}

.path_bg{
  background: #f8f8f8;
  padding: 0.3rem 0;
}
.path{
  float: left;
  padding-left: 0.45rem;
  line-height: 0.3rem;
  color: #999;
  font-size: 0.18rem;
  position: relative;
}
.path img{
  width: 0.32rem;
  height: 0.29rem;
  position: absolute;
  top: 0;
  left: 0;
}
.path a{
  color: #999;
}
.path span{
  color: #333;
}

.yewu_box{
  padding: 0.7rem 0 0.46rem;
}
.yewu_tit{
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #d6dadf;
  font-size: 0.36rem;
  line-height: 0.48rem;
  margin-bottom: 0.56rem;
}
.yewu_tit h1{
  color: #333;
  font-size: 0.5rem;
  line-height: 0.7rem;
}
.yewu{
  width: 100%;
  overflow: hidden;
}
.yewu li{
  margin-bottom: 0.5rem;
}
.yewu li:nth-child(even) .yewu_pic{
  float: right;
}
.yewu_pic{
  float: left;
  width: 50%;
  height: 5.6rem;
  overflow: hidden;
}
.yewu_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.yewu_pic:hover img {
  transform: scale(1.1);
}
.yewu_right{
  float: left;
  width: 50%;
  height: 5.6rem;
  background: #f8f8f8;
  display: flex;
  align-items: center;
}
.yewu_con{
  width: 78%;
  margin: 0 auto;
}
.yewu_tt{
  margin-bottom: 0.27rem;
}
.yewu_tt h1{
  color: #222;
  font-size: 0.34rem;
  line-height: 0.52rem;
  margin-bottom: 0.19rem;
}
.yewu_tt i{
  width: 0.5rem;
  height: 0.06rem;
  display: block;
  background: #0069b1;
}
.yewu_txt{
  color: #222;
  font-size: 0.16rem;
  line-height: 0.36rem;
  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.45rem;
}


/* 业务模式-列表 */
.yewu_box02{
  padding: 0.7rem 0 0.78rem;
}
.yewu_box02 .yewu_tit{
  margin-bottom: 0.51rem;
}
.yewu_list{
  width: 100%;
}
.yewu_list ul{
  margin-right: -1.5%;
}
.yewu_list li{
  float: left;
  width: 31.8%;
  margin: 0 1.5% 0.36rem 0;
}
.yewu_list h1{
  color: #222;
  font-size: 0.2rem;
  font-weight: normal;
  text-align: center;
  height: 0.4rem;
  line-height: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yewu_img{
  width: 100%;
  height: 4rem;
  overflow: hidden;
  margin-bottom: 0.28rem;
}
.yewu_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.yewu_img:hover img {
  transform: scale(1.1);
}

.page{
  width: 100%;
  text-align: center;
  padding-top: 0.66rem;
}
.page a{
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
  display: inline-block;
  background: #e4e4e4;
  color: #888;
  font-size: 0.18rem;
  font-family: 宋体;
  font-weight: bold;
  margin: 0 0.05rem;
}
.page span a{
  color: #333;
  font-family: '微软雅黑';
  font-weight: normal;
}
.page span a.on{
  background: linear-gradient(45deg, #006aaf, #009c3e);
  color: #fff;
}


/* 产品中心 */
.pro_type{
  float: right;
}
.pro_type ul{
  margin-right: -0.6rem;
}
.pro_type li{
  float: left;
  line-height: 0.3rem;
  color: #333;
  font-size: 0.2rem;
  margin-right: 0.6rem;
}
.pro_type li.on{
  color: #0069b1;
  font-weight: bold;
  font-size: 0.2rem;
}


/* 产品详情 */
.pro_box{
  padding: 0.54rem 0 0.97rem;
}
.pro_t{
  padding-bottom: 0.64rem;
}
.pro_pic{
  float: left;
  width: 40%;
  height: 4.8rem;
  overflow: hidden;
}
.pro_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.pro_pic:hover img {
  transform: scale(1.1);
}
.pro_r{
  float: right;
  width: 55%;
}
.pro_tt{
  color: #333;
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 0.58rem;
  border-bottom: solid 0.01rem #e5e5e5;
  padding: 0.22rem 0 0.2rem;
  margin-bottom: 0.15rem;
}
.pro_rtxt{
  color: #555;
  font-size: 0.18rem;
  line-height: 0.36rem;
  text-align: justify;
  margin-bottom: 0.35rem;
}
.pro_rtxt h1{
  color: #333;
  font-size: 0.24rem;
  line-height: 0.56rem;
}
.btn_ljzx{
  width: 1.8rem;
  height: 0.54rem;
  line-height: 0.54rem;
  text-align: center;
  background: #0069b1;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  border-radius: 0.6rem;
  overflow: hidden;
  position: relative;
}
.btn_ljzx a{
	display: block;
	position: relative;
	z-index: 2;
}
.btn_ljzx:before {
	content: "";
	width: 0;
	height: 100%;
	background: #004f85;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.5s;
}
.btn_ljzx:after {
	position: absolute;
	left:-10px;
	bottom: 0;
	content: "";
	box-sizing: border-box;
	transition: 0.5s;
	width:110%;
	height: 100%;
}
.btn_ljzx:hover:before,
.btn_ljzx.active:before {
	width: 100%;
	right: auto;
	left: 0;
}
.adv_top{
  border-bottom: solid 0.01rem #e5e5e5;
  margin-bottom: 0.26rem;
}
.adv_tit{
  float: left;
  background: url(../images/pro_03.jpg) no-repeat right top #0069b1;
  padding: 0 0.6rem 0 0.15rem;
  color: #fff;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.56rem;
  display: inline-block;
}
.adv_en{
  float: left;
  margin-left: 0.14rem;
  line-height: 0.56rem;
  color: #999;
  font-size: 0.18rem;
  text-transform: uppercase;
}
.adv_txt{
  color: #333;
  font-size: 0.18rem;
  line-height: 0.46rem;
  text-align: justify;
  margin-bottom: 0.8rem;
}
.canshu_txt{
  color: #333;
  font-size: 0.18rem;
  line-height: 0.4rem;
  text-align: justify;
}


/* 服务案例 */
.sercase{
  width: 100%;
}
.sercase ul{
  margin-right: -2%;
}
.sercase li{
  float: left;
  width: 31.33%;
  border-radius: 0.1rem;
  background: #f8f8f8;
  padding-bottom: 0.18rem;
  overflow: hidden;
  margin: 0 2% 0.36rem 0;
}
.sercase_pic{
  width: 100%;
  height: 3rem;
  overflow: hidden;
  margin-bottom: 0.23rem;
}
.sercase_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.sercase li:hover .sercase_pic img {
  transform: scale(1.1);
}
.sercase_con{
  width: 92%;
  margin: 0 auto;
}
.sercase_tt{
  color: #222;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.36rem;
  height: 0.36rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sercase_txt{
  color: #666;
  font-size: 0.18rem;
  line-height: 0.32rem;
  height: 0.32rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0.07rem 0 0.1rem;
}
.sercase_more{
  color: #999;
  font-size: 0.16rem;
  line-height: 0.34rem;
  height: 0.34rem;
}
.sercase_more div{
  width: 0.14rem;
  height: 0.1rem;
  background: url(../images/sercase_02.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  margin-left: 0.08rem;
}
.sercase li:hover .sercase_tt{
  color: #0069b1;
}
.sercase li:hover .sercase_more{
  color: #0069b1;
}
.sercase li:hover .sercase_more div{
  background: url(../images/ind_26.png) no-repeat;
  background-size: 100% 100%;
}


/* 新闻资讯 */
.news_t{
  padding-bottom: 0.76rem;
}
.news_left{
  float: left;
  width: 66%;
  height: 6rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.news_left .swiper-slide{
  position: relative;
}
.news_left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.news_left .swiper-slide:hover img {
  transform: scale(1.1);
}
.news_blue{
  width: 100%;
  height: 1.8rem;
  background: linear-gradient(to bottom, rgba(0,105,177,0), #0069b1);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.news_bot{
  width: 90%;
  height: 0.96rem;
  color: #fff;
  position: absolute;
  left: 5%;
  bottom: 0;
  z-index: 2;
}
.news_bl{
  float: left;
  width: 80%;
  height: 0.96rem;
  line-height: 0.96rem;
  font-size: 0.24rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_br{
  float: right;
  font-size: 0.18rem;
  line-height: 0.96rem;
}
.news_right{
  float: right;
  width: 32%;
}
.news_right li{
  padding: 0.24rem 0 0.32rem;
  border-bottom: solid 0.01rem #e5e5e5;
  margin-bottom: 0.22rem;
}
.news_right li:last-child{
  margin: 0;
}
.news_right .date{
  color: #0069b1;
  font-size: 0.2rem;
  line-height: 0.34rem;
  margin-bottom: 0.16rem;
}
.news_right .txt{
  color: #222;
  font-size: 0.18rem;
  line-height: 0.34rem;
  height: 0.68rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.news_list{
  width: 100%;
}
.news_list ul{
  margin-right: -4.33%;
}
.news_list li{
  float: left;
  width: 29%;
  border: solid 0.01rem #e9e9e9;
  border-radius: 0.1rem;
  padding: 0.43rem 0.4rem 0.49rem;
  margin: 0 4.33% 0.5rem 0;
}
.news_pic{
  width: 100%;
  height: 2.34rem;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.22rem;
}
.news_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.news_pic:hover img {
  transform: scale(1.1);
}
.news_list .date{
  color: #0069b1;
  font-size: 0.2rem;
  line-height: 0.38rem;
}
.news_list .txt{
  color: #333;
  font-size: 0.24rem;
  line-height: 0.38rem;
  height: 0.76rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin: 0.17rem 0 0.22rem;
}
.news_more{
  color: #0069b1;
  font-size: 0.16rem;
  line-height: 0.34rem;
  height: 0.34rem;
}
.news_more div{
  width: 0.14rem;
  height: 0.1rem;
  background: url(../images/ind_26.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  margin-left: 0.08rem;
}


/* 详情 */
.news_box{
  padding: 0.84rem 0;
}
.news_tit{
  text-align: center;
  border-bottom: solid 0.01rem #e5e5e5;
  padding-bottom: 0.38rem;
  color: #666;
  font-size: 0.18rem;
  line-height: 0.5rem;
  margin-bottom: 0.58rem;
}
.news_tit h1{
  color: #333;
  font-size: 0.36rem;
  line-height: 0.54rem;
}
.news_text{
  color: #333;
  font-size: 0.18rem;
  line-height: 0.36rem;
  text-align: justify;
}


/* 联系我们 */
.con_bn{
  position: relative;
}
.con_bn h1{
  width: 50%;
}
.con_btn{
  width: 5.55rem;
  padding-right: 0.86rem;
  text-align: center;
  height: 1.68rem;
  line-height: 1.68rem;
  background: url(../images/con_01.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 0.5rem;
  font-weight: bold;
  position: absolute;
  top: 0.07rem;
  right: 0;
}
.con_btn a{
  display: block;
  width: 100%;
  height: 100%;
}

.con_box{
  padding: 0.7rem 0 0.9rem;
}
.con_list{
  width: 14.7rem;
  margin: 0 auto 1.1rem;
}
.con_list li{
  float: left;
  width: 30.33%;
  text-align: center;
  color: #777;
  font-size: 0.18rem;
  line-height: 0.32rem;
  margin: 0 1.5%;
}
.con_icon{
  width: 0.88rem;
  height: 0.88rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  margin: 0 auto 0.15rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con_icon img{
  width: 0.4rem;
  height: 0.4rem;
}
.con_list h1{
  color: #333;
  font-size: 0.24rem;
  line-height: 0.44rem;
}
.con_bg{
  width: 100%;
  background: url(../images/con_05.jpg) no-repeat;
  background-size: cover;
  padding: 0.82rem 0.67rem 0.26rem;
}
.contact{
  width: 100%;
}
.contact ul{
  margin-right: -4.5%;
}
.contact li{
  float: left;
  width: 45.5%;
  min-height: 2.4rem;
  background: #fff;
  padding: 0.43rem 0.83rem 0.4rem;
  margin: 0 4.5% 0.56rem 0;
}
.contact h1{
  color: #333;
  font-size: 0.2rem;
  line-height: 0.4rem;
  padding-bottom: 0.2rem;
  border-bottom: solid 0.01rem #e5e5e5;
  margin-bottom: 0.17rem;
}
.contact .txt{
  color: #333;
  font-size: 0.18rem;
  line-height: 0.4rem;
}


