.banner_img_box {
  width: 100%;
  height: auto;
  font-size: 0;
}
.banner_img_box img {
  width: 100%;
}
.part_box1, .part_box2 {
  background-image: url('../image/bg01.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  padding-bottom: 0.30rem;
  box-sizing: border-box;
}
.part_box2 {
  background-image: url('../image/cp_bg.jpg');
}
.content_box {
  padding: 0.30rem 0 0 0;
  box-sizing: border-box;
  margin-bottom: 0.20rem;
}
.content_title_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.42rem;
}
.title_style {
  font-size: 0.30rem;
  color: #005bab;
  font-weight: bold;
}
.show_more {
  font-size: 0.14rem;
  color: #00498a;
  display: flex;
  align-items: center;
}
.show_more p {
  margin-right: 0.10rem;
}
.desc_box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.desc_box > li:hover  > p {
  color: #005bab !important;
}
.desc_box > li:hover > img {
  color: #005bab !important;
  transform: scale(1.03);
  transition: all .3s;
}
.video_box {
  width: 4.65rem;
  height: inherit;
  cursor: pointer;
}
.font_desc {
  width: calc(100% - 4.90rem);
  padding: 0.30rem 0.20rem;
  /* background-color: #f2f2f2; */
  box-sizing: border-box;
  background-image: url(../image/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.desc_titlle {
  font-size: 0.24rem;
  color: #005bab;
  text-indent: 1.7em;
  font-weight: bold;
}
.desc_content {
  font-size: 0.16rem;
  color: #333333;
  text-indent: 2em;
  margin-top: 0.20rem;
  line-height: 0.30rem;
}
.desc_box li {
  width: calc(25% - 0.20rem);
  height: auto;
}
.desc_box li img {
  width: 100%;
  height: 2.2rem;
	max-height: 2.2rem;
}
.list_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.60rem;
  font-weight:bold;
}
.list_content {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-box-orient: vertical;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.24rem;
}
.list_time {
  font-size: 0.12rem;
  color: #666666;
  line-height: 0.90rem;
}
.swiper-container1 ul {
  display: flex;
  justify-content: space-between;
}
.swiper-container1 li {
  width: calc(33% - 0.20rem);
  height: 0;
  padding-bottom: calc(33% - 0.20rem);
  font-size: 0;
  background-size: 100% 100%;
}
.swiper_img_box1 {
  background-image: url('../image/service1.jpg');
}
.swiper_img_box2 {
  background-image: url('../image/service2.jpg');
}
.swiper_img_box3 {
  background-image: url('../image/service3.jpg');
}
.swiper_img_box4 {
  background-image: url('../image/service4.jpg');
}
.part_box2 .swiper-container {
  width: 100%;
  height: 100%;
}
.part_box2 .swiper-slide {
  text-align: center;
  font-size: 0.18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.part_box2 .swiper_tips_box {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.part_box2 .line_style {
  width: 2.00rem;
  height: 0.01rem;
  background-color: #00498a;
  margin-right: 0.10rem;
  margin-left: 0.10rem;
}
.part_box2 .swiper-pagination-fraction {
  position: static;
  width: auto;
  margin: 0 0.20rem;
  font-size: 0.18rem;
}
.part_box2 .swiper-button-next, .part_box2 .swiper-button-prev {
  position: static;
  margin-top: 0;
  width: 28px;
  height: 0.25rem;
  color: #00498a;
}
.part_box2 .swiper-pagination-current {
  color: #00498a;
}
.part_box2 .swiper-button-next:after, .part_box2 .swiper-button-prev:after {
  font-size: 0.18rem;
}
.swiper_list_box {
  overflow: hidden;
}
.swiper_img_box1 {
  display: flex;
  align-content: center;
  justify-content: center;
}
.list_content_box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  background: rgba(0,0,0,0.5);
}
.swiper_no_style1 {
  width: 0.84rem;
  height: 0.74rem;
  line-height: 0.74rem;
  text-align: center;
  background-image: url(../image/c1.png);
  background-size: 100% 100%;
  font-size: 0.38rem;
  font-weight: bold;
  color: #fff;
}
.swiper_list_title {
  width: 100%;
  text-align: center;
  font-size: 0.30rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.60rem;
  margin-bottom: 0.20rem;
}
.swiper_list_content {
  text-align: center;
  width: 80%;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.35rem;
}
.list_content_box1 {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0.30rem;
  top: 0.30rem;
}
.swiper_no_style2 {
  width: 0.43rem;
  height: 0.38rem;
  line-height: 0.38rem;
  text-align: center;
  background-image: url(../image/c2.png);
  background-size: 100% 100%;
  font-size: 0.20rem;
  font-weight: bold;
  color: #fff;
}
.swiper_list_title2 {
  font-size: 0.24rem;
  color: #000;
  font-weight: bold;
  margin-left: 0.15rem;
}
.cx_list_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cx_list_box li {
  width: calc(25% - 0.60rem);
  text-align: center;
  height: 181px;
}
/* .cx_list_box li:hover > img {
  transform: scale(1.03);
  transition: all .3s;
} */
.cx_list_box li:hover > a {
  text-decoration: none;
}
.cx_list_box li:hover > a > p {
  color: #005bab;
}
.cx_list_box li img {
  width: 0.80rem;
  height: 0.77rem;
}
.cx_title {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  /*margin-top: -0.30rem;*/
  /*margin-top: 1px;*/
}
.cx_content {
  width: 100%;
	/*min-height: 0.69rem;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-box-orient: vertical;
  font-size: 0.142rem;
  color: #666666;
  text-align: left;
  height: 36px;
  /*line-height: 0.24rem;*/
  /*margin-top: 0.20rem;*/
  margin-top: 10px;
}
.part_box3 {
  padding-bottom: 0.30rem;
  box-sizing: border-box;
}