.homepage {
  font-size: 0.18rem;
}
.homepage .banner img {
  width: 100%;
  height: 5rem;
}
.homepage .banner .bd {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 0.26rem;
}
.homepage .banner .bd dt {
  font-size: 0.7rem;
}
.homepage .banner .bd dd {
  line-height: 0.46rem;
  margin: 0.3rem 0;
}
.homepage .banner .bd .btn {
  display: block;
  width: 89px;
  height: 70px;
  background: url(../../Content/images/home_10.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .one {
  text-align: center;
  position: relative;
  margin-top: -0.9rem;
  z-index: 99;
}
.homepage .one .flex {
  background: #fff;
  padding: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.homepage .one ul {
  display: flex;
  flex-wrap: wrap;
}
.homepage .one ul li {
  width: 25%;
  transition: all 0.3s;
}
.homepage .one ul li:hover {
  transform: translateY(-0.1rem);
}
.homepage .one .side {
  width: 1.3rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #024b9a;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.33rem;
}
.homepage .one img {
  width: 1.64rem;
  margin-bottom: 0.15rem;
}
.homepage .two,
.homepage .four,
.homepage .six,
.homepage .fire,
.homepage .three {
  padding: 0.8rem 0;
}
.homepage .two .bd {
  margin-top: 0.5rem;
}
.homepage .two .bd dl {
  position: relative;
}
.homepage .two .bd .hot {
  position: absolute;
  top: -0.3rem;
  display: flex;
  color: #fff;
  font-size: 0.22rem;
  background: #024b9a;
  width: 1.9rem;
  height: 0.42rem;
  border-radius: 0 0 0.5rem 0;
  align-items: center;
  justify-content: center;
  left: 0;
}
.homepage .two .bd .hot i {
  width: 0.24rem;
  height: 0.24rem;
  background: url(../../Content/images/home_06.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 0.1rem;
}
.homepage .two .bd .box {
  background: #f4f4fa;
  padding: 0.15rem;
}
.homepage .two .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.1rem;
}
.homepage .two .bd ul li {
  width: 25%;
  padding: 0.1rem;
}
.homepage .two .bd dl {
  padding: 0.15rem 0 0 0.2rem;
}
.homepage .two .bd dt {
  font-size: 0.22rem;
  margin-bottom: 0.1rem;
}
.homepage .two .bd dd {
  color: #666666;
  font-size: 0.14rem;
}
.homepage .two .bd dd .btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -0.15rem;
  width: 1.1rem;
  height: 0.34rem;
  background-image: linear-gradient(to right, #f4f4fa, #044c9b);
}
.homepage .two .bd dd b {
  font-size: 0.18rem;
  color: #ff0000;
}
.homepage .two .bd .box-lg dd b {
  font-size: 0.26rem;
}
.homepage .two .bd .box-lg .pic img {
  height: 4.76rem;
}
.homepage .two .bd > .flex {
  align-items: stretch;
  margin-bottom: 0.2rem;
}
.homepage .two .bd .flex .flex_item + .flex_item {
  margin-left: 0.2rem;
}
.homepage .two .bd .flex ul li {
  width: 50%;
}
.homepage .two .bd .flex ul li .pic img {
  height: 2.18rem;
}
.homepage .two .bd .box-lg {
  padding: 0;
}
.homepage .two .bd .box-lg dl {
  padding: 0.5rem 0.2rem 0;
}
.homepage .two .bd .box-lg dl dt {
  font-size: 0.3rem;
  margin-bottom: 0.2rem;
}
.homepage .two .bd .box-lg dl dd {
  font-size: 0.2rem;
}
.homepage .two .bd .box-lg dl dd .btn {
  border-radius: 0.05rem;
  background: #161920;
  font-size: 0.18rem;
  width: 1.6rem;
  height: 0.45rem;
  margin-right: 0.1rem;
}
.homepage .two .bd .box-lg dl dd .btn:hover {
  background: #024b9a;
}
.homepage .three {
  background: #f6f6f6;
}
.homepage .three .bd {
  display: flex;
  margin-top: 0.5rem;
  text-align: center;
  justify-content: space-between;
}
.homepage .three .bd p {
  height: 0.53rem;
  border-radius: 0.53rem;
  background: #024b9a;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
  color: #fff;
}
.homepage .three .bd img {
  max-width: 1.62rem;
}
.homepage .three .bd .line {
  height: 0.07rem;
  background: url(../../Content/images/home_49.png) left center no-repeat;
  width: 0.95rem;
  background-size: 100% 100%;
  margin-top: 0.8rem;
}
.homepage .four {
  position: relative;
}
.homepage .four::before {
  content: "";
  border-left: 1px solid #ddd;
  position: absolute;
  right: 23.5%;
  top: 0;
  height: 100%;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.homepage .four .bd {
  display: flex;
  margin-top: 0.5rem;
  z-index: 5;
  position: relative;
}
.homepage .four .bd .side {
  width: 18%;
  padding-left: 0.8rem;
  text-align: center;
}
.homepage .four .bd .side .mySwiper {
  height: 6.18rem;
  cursor: pointer;
}
.homepage .four .bd .side .mySwiper .swiper-slide {
  background: #eeeeee;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
}
.homepage .four .bd .side .mySwiper .swiper-slide-thumb-active {
  color: #fff;
  background: #024b9a;
}
.homepage .four .bd .side .mySwiper .swiper-slide-thumb-active img {
  filter: brightness(100);
}
.homepage .four .bd .side .mySwiper img {
  margin-bottom: 0.1rem;
  width: 0.55rem;
}
.homepage .four .bd .box {
  width: 82%;
  padding-right: 0.8rem;
  position: relative;
}
.homepage .four .bd .swiper-button-next,
.homepage .four .bd .swiper-button-prev {
  border-radius: 50%;
  width: 0.63rem;
  height: 0.63rem;
  color: #999;
  left: auto;
  right: -0.31rem;
  border: 1px solid #ccc;
  background: #fff;
}
.homepage .four .bd .swiper-button-prev {
  margin-top: -0.63rem;
}
.homepage .four .bd .swiper-button-next {
  margin-top: 0.3rem;
}
.homepage .four .bd .swiper-button-next:hover,
.homepage .four .bd .swiper-button-prev:hover {
  color: #fff;
  background: #024b9a;
}
.homepage .four .bd .swiper-button-next::after,
.homepage .four .bd .swiper-button-prev::after {
  font-size: 0.24rem;
}
.homepage .four .bd .box .text {
  width: 2.65rem;
  margin-right: 0.6rem;
}
.homepage .four .bd .box .text dd {
  line-height: 0.33rem;
  margin-top: 0.2rem;
}
.homepage .four .bd .box .text dt {
  font-weight: bold;
  font-size: 0.36rem;
}
.homepage .four .bd .box .text .more {
  display: block;
  margin-top: 1rem;
}
.homepage .four .bd .box .flex > .flex_item {
  position: relative;
}
.homepage .four .bd .box .flex > .flex_item .pic {
  border-radius: 0.15rem;
}
.homepage .four .bd .box .flex > .flex_item .pic img {
  height: 6.23rem;
}
.homepage .four .bd .box .flex > .flex_item span {
  position: absolute;
  font-size: 0.22rem;
  color: #fff;
  left: 0.2rem;
  bottom: 0.2rem;
  z-index: 6;
  display: flex;
  align-items: center;
}
.homepage .four .bd .box .flex > .flex_item span img {
  margin-right: 0.1rem;
  width: 0.35rem;
}
.homepage .fire {
  background: #fcfcfc;
  text-align: center;
}
.homepage .fire .hd {
  margin-top: 0.3rem;
}
.homepage .fire .hd dt {
  font-weight: bold;
}
.homepage .fire .hd dd,
.homepage .fire .hd dt {
  line-height: 0.37rem;
}
.homepage .fire .bd {
  margin-top: 0.6rem;
}
.homepage .fire .bd ul {
  display: flex;
  flex-wrap: wrap;
}
.homepage .fire .bd ul li {
  width: 20%;
}
.homepage .fire .bd ul li + li {
  border-left: 1px solid #ddd;
}
.homepage .fire .bd ul li p {
  color: #666;
  margin-top: 0.15rem;
}
.homepage .fire .bd ul li h4 {
  color: #999;
  font-size: 0.2rem;
}
.homepage .fire .bd ul li span {
  font-size: 0.38rem;
  font-weight: bold;
  color: #333;
}
.homepage .six .bd dt {
  font-size: 0.4rem;
  margin-bottom: 0.3rem;
}
.homepage .six .bd .btn {
  color: #fff;
  border: 2px solid #fff;
  width: 2.3rem;
  height: 0.54rem;
  margin: 0.3rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .six .bd {
  background: url(../../Content/images/home_82.jpg) center no-repeat;
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  text-align: center;
  font-size: 0.24rem;
  align-items: center;
  justify-content: center;
  height: 3.88rem;
}
.homepage .seven {
  padding: 0.8rem 0;
  background: url(../../Content/images/home_08.jpg) center no-repeat;
  background-size: 100% 100%;
}
.homepage .seven .bd {
  display: flex;
  margin-top: 0.5rem;
}
.homepage .seven .bd .side {
  width: 40%;
  margin-right: 0.5rem;
}
.homepage .seven .bd .side p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.84rem;
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.homepage .seven .bd .swiper-pagination {
  text-align: right;
  padding-right: 0.2rem;
  bottom: 0.32rem;
}
.homepage .seven .bd .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.homepage .seven .bd .swiper-pagination-bullet-active {
  width: 0.2rem;
  border-radius: 0.1rem;
}
.homepage .seven .bd > .flex_item {
  background: #fff;
  padding: 0 0.3rem;
}
.homepage .seven .bd li a {
  display: flex;
  height: 0.95rem;
  align-items: center;
}
.homepage .seven .bd li + li {
  border-top: 1px solid #eee;
}
.homepage .seven .bd li dd {
  font-size: 0.14rem;
  padding-top: 0.05rem;
  margin-top: 0.05rem;
  border-top: 2px solid #ddd;
}
.homepage .seven .bd li dl {
  text-align: center;
  margin: 0 0.3rem;
}
.homepage .seven .bd li dt {
  font-size: 0.3rem;
}
.homepage .seven .bd li span {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.3rem;
  position: relative;
}
.homepage .seven .bd li span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
}
.homepage .seven .bd li span::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #333;
  position: absolute;
  top: 0;
  left: 50%;
}
.homepage .more {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.homepage .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  width: 2.18rem;
  height: 0.6rem;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
}
.homepage .more a:hover,
.homepage .six .bd .btn:hover {
  color: #fff;
  background: #024b9a;
  border-color: #024b9a;
}
.homepage .more a i {
  display: block;
  margin-left: 0.15rem;
  width: 0.26rem;
  height: 0.26rem;
  background: url(../../Content/images/home_34.png) center no-repeat;
  background-size: 100% 100%;
}
/**/
.inpage {
  font-size: 0.15rem;
}
.banner_info {
  position: relative;
}
.banner_info img {
  width: 100%;
}
.banner_info .bd {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.4rem;
  width: 100%;
  text-transform: uppercase;
  font-size: 0.2rem;
  transform: translate(0, -50%);
  color: #fff;
}
.banner_info .bd dt {
  font-size: 0.5rem;
}
.banner_info .bd dt::after {
  content: "";
  width: 0.72rem;
  height: 0.04rem;
  background: #fff;
  display: block;
  margin: 0.15rem 0;
}
.banner_info .ft {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #999;
}
.bread {
  display: flex;
  align-items: center;
  background: #f5f6f7;
  height: 0.73rem;
  padding-left: 0.25rem;
}
.bread a {
  color: #999;
}
.bread a:after {
  content: ">";
  padding: 0 0.1rem;
}
.bread i {
  display: block;
  margin-right: 0.1rem;
  width: 0.19rem;
  height: 0.19rem;
  background: url(../../Content/images/bread_03.png) center no-repeat;
  background-size: 100% 100%;
}
.prolists .one {
  border-bottom: 1px solid #ddd;
  padding: 0.22rem 0;
}
.prolists .one p {
  display: flex;
  flex-wrap: wrap;
}
.prolists .one p a:after {
  content: "|";
  padding: 0 0.1rem;
}
.prolists .one .search {
  display: flex;
  align-items: center;
  border-radius: 0.05rem;
  width: 3.9rem;
  padding: 0 0.15rem;
  border: 1px solid #ddd;
}
.prolists .one .search input {
  width: 100%;
  font-size: 0.15rem;
  height: 0.44rem;
}
.prolists .one .search i {
  cursor: pointer;
  width: 0.23rem;
  height: 0.23rem;
  background: url(../../Content/images/pro_05.png) center no-repeat;
  background-size: 100% 100%;
}
.prolists .one .dropmenu {
  position: relative;
  border: 1px solid #ddd;
  width: 1.9rem;
  margin-right: 0.1rem;
  border-radius: 0.05rem;
}
.prolists .one .dropmenu span {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0 0.15rem;
  color: #999;
  line-height: 0.44rem;
}
.prolists .one .dropmenu span::after {
  content: " ";
  display: inline-block;
  height: 7px;
  width: 7px;
  border-width: 0 2px 2px 0;
  border-color: #d3d3d3;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -0.06rem;
  right: 0.15rem;
}

.prolists .one .dropmenu ul li:hover {
  color: #024b9a;
}
.prolists .one .dropmenu ul {
  position: absolute;
  line-height: 0.36rem;
  cursor: pointer;
  padding: 0.06rem 0.15rem;
  left: 0;
  display: none;
  width: 100%;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  top: 100%;
}
.prolists .two .hd {
  background: #f4f4fa;
  font-size: 0.2rem;
  margin: 0.5rem 0 0;
}
.prolists .two .hd ul {
  display: flex;
  flex-wrap: wrap;
}
.prolists .two .hd ul li {
  width: 25%;
  display: flex;
  justify-content: center;
}
.prolists .two .hd ul li a {
  height: 0.84rem;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.prolists .two .hd ul li.on a,
.prolists .two .hd ul li:hover a {
  color: #024b9a;
}
.prolists .two .hd ul li.on a:after,
.prolists .two .hd ul li:hover a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #024b9a;
}
.prolists .two .hd ul li img {
  width: 0.7rem;
  margin-right: 0.05rem;
}
.prolists .two .bd {
  margin-top: 0.3rem;
}
.prolists .two .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.prolists .two .bd ul li {
  width: 25%;
  padding: 0.15rem;
}
.prolists .two,
.commonpart {
  padding: 0.8rem 0;
}
.commonpart {
  background: #fafafa;
}
.commonpart .bd {
  margin-top: 0.5rem;
}
.commonpart .bd a,
.prolists .two .bd a {
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 0.16rem;
}
.commonpart .bd a:hover,
.prolists .two .bd a:hover {
  color: #fff;
  background: #024b9a;
  border-color: #024b9a;
}
.commonpart .bd a:hover dd,
.prolists .two .bd a:hover dd,
.commonpart .bd a:hover dd span,
.prolists .two .bd a:hover dd span {
  color: #fff;
}
.commonpart .bd a:hover i::before,
.prolists .two .bd a:hover i::before,
.commonpart .bd a:hover i::after,
.prolists .two .bd a:hover i::after {
  background: #fff;
}
.commonpart .bd a .flex,
.prolists .two .bd a .flex {
  padding: 0.15rem;
}
.commonpart .bd a dt,
.prolists .two .bd a dt {
  font-size: 0.15rem;
}
.commonpart .bd a dd,
.prolists .two .bd a dd {
  color: #999;
  margin-top: 0.1rem;
}
.commonpart .bd a dd span,
.prolists .two .bd a dd span {
  color: #ff0000;
  font-size: 0.2rem;
  padding-right: 0.15rem;
}
.commonpart .bd a i,
.prolists .two .bd a i {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
}
.commonpart .bd a i::after,
.prolists .two .bd a i::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.commonpart .bd a i::before,
.prolists .two .bd a i::before {
  content: "";
  height: 100%;
  width: 2px;
  transform: translate(-50%, -50%);
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
}
.commonpart .swiper-button-prev,
.commonpart .swiper-button-next,
.commonpart .swiper-pagination {
  position: static;
}
.commonpart .swiper-button-prev,
.commonpart .swiper-button-next {
  margin: 0 0.2rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #d2d2d2;
  color: #fff;
}
.commonpart .swiper-button-prev:hover,
.commonpart .swiper-button-next:hover,
.commonpart .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #024b9a;
}

.commonpart .swiper-button-prev::after,
.commonpart .swiper-button-next::after {
  font-size: 0.2rem;
}
.commonpart .ft {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.6rem;
}
.commonpart .swiper-pagination {
  width: 1.6rem;
}
.pages {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  font-size: 0.16rem;
}
.pages a {
  display: flex;
  align-items: center;
  height: 0.43rem;
  border: 1px solid #ddd;
  padding: 0 0.17rem;
  margin: 0 0.06rem;
}
.pages a:hover,
.pages a.on {
  color: #024b9a;
  border-color: #024b9a;
}
/**/
.liucheng {
  padding: 0.8rem 0;
}
.liucheng .bd ul > li {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  line-height: 0.29rem;
  padding: 0.4rem 0;
  position: relative;
  justify-content: space-between;
  margin-top: 0.8rem;
}
.liucheng .bd ul > li .pic,
.liucheng .bd ul > li .side {
  width: 45%;
  position: relative;
  z-index: 5;
}
.liucheng .bd ul > li .pic span {
  color: #fff;
  font-size: 0.3rem;
  position: absolute;
  left: 0.3rem;
  bottom: 0.4rem;
  background: url(../../Content/images/liucheng_03.png) left center no-repeat;
  background-size: 0.34rem;
  line-height: 0.34rem;
  padding-left: 0.5rem;
}
.liucheng .bd ul > li .side {
  padding: 0 0.4rem 0 0.6rem;
}
.liucheng .bd ul > li:before {
  content: "";
  width: 63%;
  left: 0;
  top: 0;
  position: absolute;
  bottom: 0;
  background: #fafafa;
}
.liucheng .bd ul > li:nth-child(even)::before {
  left: auto;
  right: 0;
}
.liucheng .bd ol li {
  display: flex;
  border-bottom: 1px solid #ddd;
  align-items: center;
  padding: 0.25rem 0;
}
.liucheng .bd ol li:last-child {
  border: none;
}
.liucheng .bd ol li span {
  font-size: 0.4rem;
  color: #024b9a;
  padding-right: 0.3rem;
}
/**/
.contact {
  padding: 0.8rem 0;
}
.contact .hd {
  margin: 0.5rem 0 0;
  text-align: center;
  padding: 0.8rem 0;
  border-top: 3px solid #024b9a;
}
.contact .hd ul {
  display: flex;
  flex-wrap: wrap;
}
.contact .hd ul li {
  width: 25%;
}
.contact .hd ul li dt {
  color: #666;
  margin: 0.15rem 0 0.1rem;
}
.contact .hd ul li dd {
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.contact .hd ul li span {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s;
  width: 0.9rem;
  height: 0.9rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.contact .hd ul li:hover span {
  transform: translateY(-0.1rem);
}
.contact .hd ul li span img {
  width: 0.46rem;
}
/**/
.caselists {
  padding: 0.8rem 0;
  font-size: 0.16rem;
}
.caselists .bd {
  margin-top: 0.5rem;
}
.caselists .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.2rem -0.4rem;
}
.caselists .bd ul li {
  width: 33.333%;
  padding: 0.2rem 0.4rem;
}
.caselists .bd ul li a {
  display: block;
  position: relative;
}
.caselists .bd ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.2rem;
  transition: all 0.3s;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-weight: bold;
}
.caselists .bd ul li:hover p {
  opacity: 0;
}
.caselists .bd ul li:hover dl {
  opacity: 1;
}
.caselists .bd ul li dl {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: #024b99;
  color: #fff;
  z-index: 6;
  padding: 0.2rem 0.3rem;
}
.caselists .bd ul li dt {
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.caselists .bd ul li dd {
  line-height: 0.26rem;
  margin-top: 0.1rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.caselists .bd ul li .more {
  display: flex;
  margin-top: 0.15rem;
  align-items: center;
  justify-content: center;
  padding-top: 0.15rem;
  border-top: 1px solid #fff;
}
.caselists .bd ul li .more i {
  width: 0.17rem;
  height: 0.17rem;
  margin-left: 0.1rem;
  background: url(../../Content/images/case_05.png) center no-repeat;
  background-size: 100% 100%;
  display: block;
}
/**/
.baojia {
  padding: 0.8rem 0;
}
.baojia .bd {
  margin-top: 0.5rem;
}
.table {
  white-space: nowrap;
  text-align: center;
  overflow-x: auto;
}
.table table {
  width: 100%;
  line-height: 0.43rem;
}
.table table th {
  color: #fff;
  line-height: 0.52rem;
  background: #024b9a;
}
.table table tr {
  transition: all 0.3s;
}
.table table tr:nth-child(odd) {
  background: #eeeeee;
}
.table table tr:hover {
  background: #f5f5f5;
}
.baojia .ft {
  margin-top: 0.4rem;
}
.baojia .ft h4 {
  font-size: 0.18rem;
  font-weight: bold;
  border-left: 4px solid #0c7fd8;
  line-height: 0.18rem;
  padding-left: 0.1rem;
}
.baojia .ft ul {
  color: #666666;
  line-height: 0.27rem;
  margin-top: 0.15rem;
}
/**/
.caseitem {
  padding: 0.8rem 0;
}
.caseitem .hd {
  text-align: center;
  font-size: 0.18rem;
}
.caseitem .hd h1 {
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.caseitem .bd {
  font-size: 0.16rem;
  /*margin-top: 0.5rem;*/
  line-height: 0.4rem;
}
.caseitem .bd .flex_item + .flex_item {
  margin-left: 0.3rem;
}
.caseitem .bd h4 {
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
  font-size: 0.2rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 0.53rem;
}
.caseitem .bd h4:before {
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  border: 3px solid #024b9a;
  margin-right: 0.15rem;
}
/**/
.red {
  color: red;
}
.caseitem .title_common {
  text-align: left;
}
.caseitem .title_common h2::after {
  margin: 0.2rem 0 0;
}
.caseitem .one {
  display: flex;
  margin-top: 0.5rem;
}
.caseitem .one .side {
  width: 40%;
  margin-right: 0.6rem;
}
.caseitem .one .flex_item h1 {
  font-size: 0.35rem;
  font-weight: bold;
}
.caseitem .one .flex_item ul {
  font-size: 0.16rem;
  line-height: 0.38rem;
  padding: 0.15rem 0;
}
.caseitem .one .flex_item .tel {
  width: 2.82rem;
  height: 0.7rem;
  color: #fff;
  font-size: 0.18rem;
  display: flex;
  justify-content: center;
  background: #024b9a;
  align-items: center;
  border-radius: 0.05rem;
}
.caseitem .one .flex_item .tel i {
  width: 0.29rem;
  height: 0.29rem;
  margin: 0 0.1rem;
  background: url(../../Content/images/proitem_06.png) center no-repeat;
  background-size: 100% 100%;
}
.caseitem .one .flex_item p {
  color: #666666;
  line-height: 0.27rem;
  border-top: 1px solid #eee;
  padding-top: 0.2rem;
  margin-top: 0.3rem;
}
.caseitem .one .flex_item .price {
  font-size: 0.18rem;
  margin-top: 0.75rem;
}
.caseitem .one .flex_item .price span {
  padding-left: 0.2rem;
}
.caseitem .one .flex_item .price b {
  font-size: 0.33rem;
}
.caseitem .one .swiper-button-next,
.caseitem .one .swiper-button-prev {
  border-radius: 50%;
  background: #fff;
  width: 0.46rem;
  color: #0e75bc;
  height: 0.46rem;
}
.caseitem .one .swiper-button-next::after,
.caseitem .one .swiper-button-prev::after {
  font-size: 0.24rem;
}
.caseitem .one .swiper-button-next:hover,
.caseitem .one .swiper-button-prev:hover {
  color: #fff;
  background: #0e75bc;
}
.caseitem .one .mySwiper {
  margin-top: 0.1rem;
}
/**/
.news {
  padding: 0.8rem 0;
}
.news .tabtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  border-bottom: 1px solid #eee;
}
.news .tabtitle li a {
  display: block;
  padding-bottom: 0.2rem;
  position: relative;
}
.news .tabtitle li.on a {
  color: #0e75bc;
}
.news .tabtitle li.on a::after {
  content: "";
  border-bottom: 3px solid #0e75bc;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.news .tabtitle li + li {
  margin-left: 1.3rem;
}
.news .lists-one li {
  border-bottom: 1px solid #eee;
}
.news .lists-one li a {
  display: flex;
  align-items: center;
  padding: 0.35rem 0;
}
.news .lists-one li .pic {
  width: 2.67rem;
  margin-right: 0.3rem;
}
.news .lists-one li p {
  line-height: 0.28rem;
  margin-top: 0.2rem;
  overflow: hidden;
  white-space: normal;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .lists-one li h4 {
  font-size: 0.22rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news .lists-one li .data {
  color: #666;
}
.news .lists-two li {
  padding: 0.35rem 0;
  border-bottom: 1px solid #eee;
}
.news .lists-two li dd {
  line-height: 0.28rem;
  margin-top: 0.2rem;
  overflow: hidden;
  white-space: normal;
  margin-left: 0.6rem;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .lists-two li.on dd {
  -webkit-line-clamp: inherit;
}
.news .lists-two li dt {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
}
.news .lists-two li dt .flex_item {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news .lists-two li dt span {
  width: 0.43rem;
  height: 0.43rem;
  margin-right: 0.17rem;
  background: #cee5f7;
  border-radius: 0.25rem 0.25rem 0 0.25rem;
  display: flex;
  align-items: center;
  color: #024b9a;
  justify-content: center;
}
.news .lists-two li dt i {
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 50%;
  width: 0.43rem;
  transition: all 0.3s;
  height: 0.43rem;
  background: #f5f5f5;
}
.news .lists-two li dt i::after {
  content: " ";
  display: inline-block;
  height: 0.12rem;
  width: 0.12rem;
  border-width: 2px 2px 0 0;
  border-color: #a0a0a0;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin: -0.06rem 0 0 -0.1rem;
  left: 50%;
}
.news .lists-two li.on dt i {
  transform: rotate(90deg);
  background: #024b9a;
}
.news .lists-two li.on dt i::after {
  border-color: #fff;
  margin: -0.07rem 0 0 -0.08rem;
}
/**/
.aboutus .title {
  text-align: center;
}
.aboutus .title span {
  color: #999999;
  font-size: 0.3rem;
  font-family: DIN;
  text-transform: uppercase;
}
.aboutus .title h2 {
  font-weight: bold;
  margin-top: 0.1rem;
  font-size: 0.4rem;
}
.aboutus .one {
  font-size: 0.18rem;
}
.aboutus .one .bd {
  padding: 1.1rem 0 0.6rem;
  background: url(../../Content/images/aboutus_03.jpg) center no-repeat;
  background-size: 100% 100%;
}
.aboutus .one .bd .pic {
  width: 47%;
  float: right;
  margin-left: 0.5rem;
}
.aboutus .one .bd dd,
.aboutus .one .bd dt {
  line-height: 0.37rem;
}
.aboutus .one .bd dt {
  font-weight: bold;
  margin-top: 0.5rem;
}
.aboutus .one .title {
  text-align: left;
}
.aboutus .one .title::after {
  content: "";
  width: 0.39rem;
  height: 0.08rem;
  margin-top: 0.15rem;
  display: block;
  background: url(../../Content/images/aboutus_01.jpg) center no-repeat;
  background-size: 100% 100%;
}
.aboutus .one .ft {
  text-align: center;
  padding: 0.58rem 0;
  color: #fff;
  background: #024b9a;
}
.aboutus .one .ft ul {
  display: flex;
  flex-wrap: wrap;
}
.aboutus .one .ft ul li {
  width: 20%;
}
.aboutus .one .ft ul li + li {
  border-left: 1px solid #fff;
}
.aboutus .one .ft ul li span {
  font-size: 0.38rem;
  font-weight: bold;
}
.aboutus .one .ft ul li p {
  margin-top: 0.1rem;
}
.aboutus .two {
  padding: 0.8rem 0;
  background: url(../../Content/images/aboutus_04.jpg) center no-repeat;
  background-size: 100% 100%;
}
.aboutus .two .bd {
  margin-top: 0.4rem;
}
.aboutus .two .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.aboutus .two .bd ul li {
  width: 25%;
  padding: 0 0.25rem;
}
.aboutus .two .bd ul li a {
  position: relative;
  display: block;
  color: #fff;
}
.aboutus .two .bd ul li a span {
  font-size: 0.24rem;
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
}
.aboutus .two .bd ul li a span::after {
  content: "";
  width: 0.42rem;
  height: 0.03rem;
  background: #fff;
  display: block;
  margin: 0.15rem 0 0;
}
.aboutus .three {
  padding: 0.8rem 0;
}
.aboutus .three .hd ul {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.aboutus .three .hd ul::before {
  content: "";
  border-bottom: 1px dashed #ddd;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.aboutus .three .hd ul li {
  position: relative;
  z-index: 5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #e7f0fd;
  font-size: 0.18rem;
  width: 1.37rem;
  height: 1.37rem;
}
.aboutus .three .hd ul li img {
  width: 0.6rem;
  margin-bottom: 0.1rem;
}
.aboutus .three .hd ul li:hover img {
  transform: rotateY(180deg);
}
.aboutus .three .bd,
.aboutus .three .hd {
  margin-top: 0.5rem;
}
.aboutus .three .bd .flex_item + .flex_item {
  margin-left: 0.7rem;
}
.aboutus .three .bd .flex_item dl {
  color: #fff;
  position: absolute;
  left: 0.4rem;
  top: 0.3rem;
  line-height: 0.34rem;
}
.aboutus .three .bd .flex_item dl dt {
  font-size: 0.26rem;
  font-weight: bold;
}
.page {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  font-size: 0.16rem;
}
.page ul {
  display: flex;
  flex-wrap: wrap;
}
.page a {
  color: #aaa;
  height: 0.43rem;
  padding: 0 0.17rem;
  display: flex;
  align-items: center;
  margin: 0 0.06rem;
  border: 1px solid #ddd;
}

.page ul li a:hover {
  color: #024b9a;
  border-color: #024b9a;
}

.page .disabled a:hover {
  background-color: white;
  cursor: not-allowed;
  color: #aaa;
}
.page .active a {
  color: #024b9a;
  border-color: #024b9a;
}
