.home_page .headlines {
  padding-bottom: 37px;
  box-sizing: border-box;
  background: url(../images/063ttbg.png) no-repeat;
  background-size: 100% 100%;
}
.home_page .headlines .headlines_centent {
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home_page .headlines .headlines_centent .headlines_left img {
  width: 146px;
  height: 80px;
}
.home_page .headlines .headlines_centent .headlines_right {
  width: 86%;
}
.home_page .headlines .headlines_centent .headlines_right h1 {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  /* 此属性控制几行 */
  -webkit-line-clamp: 1;
}
.home_page .headlines .headlines_centent .headlines_right h1:hover {
  cursor: pointer;
  color: #016bb5;
}
.home_page .headlines .headlines_centent .headlines_right > p {
  font-size: 18px;
  color: #010101;
  line-height: 36px;
  text-align: center;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  /* 此属性控制几行 */
  -webkit-line-clamp: 2;
}
.home_page .news {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.home_page .news .news_left {
  max-width: 630px;
  flex: 1;
}
.home_page .news .news_left .focus_slideTxtBox .hd ul {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.home_page .news .news_left .focus_slideTxtBox .hd ul li {
  padding: 0 10px 12px;
}
.home_page .news .news_left .focus_slideTxtBox .hd ul li a {
  line-height: 26px;
  font-size: 26px;
  color: #666666;
}
.home_page .news .news_left .focus_slideTxtBox .hd ul .on {
  border-bottom: 3px solid #015293;
}
.home_page .news .news_left .focus_slideTxtBox .hd ul .on a {
  color: #015293;
  font-weight: bold;
}
.home_page .news .news_left .focus_slideTxtBox .bd ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.home_page .news .news_left .focus_slideTxtBox .bd ul li a {
  display: contents;
}
.home_page .news .news_left .focus_slideTxtBox .bd ul li .date {
  text-align: center;
  width: 167px;
  background: linear-gradient(to right, #d2e7f6, rgba(210, 231, 246, 0));
  padding: 20px 0 12px;
  border-radius: 10px;
  box-sizing: border-box;
}
.home_page .news .news_left .focus_slideTxtBox .bd ul li .date .month_day {
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #016bb5;
  margin-bottom: 10px;
}
.home_page .news .news_left .focus_slideTxtBox .bd ul li .date .year {
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #333;
}
.home_page .news .news_left .focus_slideTxtBox .bd ul li .title {
  box-sizing: border-box;
  margin: 20px 0 10px;
  width: 430px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  /* 此属性控制几行 */
  -webkit-line-clamp: 2;
}
.home_page .news .news_left .focus_slideTxtBox .bd ul li:hover .title {
  font-weight: bold;
  color: #015293;
}
.home_page .news .news_left .focus_slideTxtBox .bd ul li:last-child {
  margin-bottom: 0;
}
.home_page .news .news_right {
  height: auto;
  min-height: 400px;
  position: relative;
  max-width: 630px;
  flex: 1;
  overflow: hidden;
}
.home_page .news .news_right .swiper {
  width: 100%;
  height: 100%;
}
.home_page .news .news_right .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_page .news .news_right .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_page .news .news_right .swiper .swiper-wrapper .swiper-slide .carousel_title {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.52);
  height: 55px;
  width: 100%;
  text-align: left;
}
.home_page .news .news_right .swiper .swiper-wrapper .swiper-slide .carousel_title .carousel_title_text {
  width: 70%;
  margin-left: 30px;
  line-height: 55px;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  /* 此属性控制几行 */
  -webkit-line-clamp: 1;
}
.home_page .news .news_right .swiper .swiper-wrapper .swiper-slide .carousel_title .carousel_titl_text:hover {
  font-weight: bold;
}
.home_page .news .news_right .swiper .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: auto;
  width: 20%;
}
.home_page .news .news_right .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 6px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  border-radius: 100px;
}
.home_page .news .news_right .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #2b5fb5;
  width: 24px;
}
.home_page .banner {
  margin-top: 50px;
  width: 100%;
  height: 188px;
  overflow: hidden;
  position: relative;
}
.home_page .banner .txtScroll-left .bd .infoList li img {
  height: 100%;
  width: 100%;
}
.home_page .banner .txtScroll-left .prev {
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translate(-50%, -50%);
}
.home_page .banner .txtScroll-left .prev img {
  width: 25px;
  height: 25px;
}
.home_page .banner .txtScroll-left .next {
  position: absolute;
  top: 50%;
  right: -1%;
  transform: translate(-50%, -50%);
}
.home_page .banner .txtScroll-left .next img {
  width: 25px;
  height: 25px;
}
.home_page .service {
  background: #f3fafe;
  margin-top: 50px;
}
.home_page .service .service_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.home_page .service .service_content > .hd {
  padding-right: 20px;
}
.home_page .service .service_content > .hd > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 107px 0;
}
.home_page .service .service_content > .hd > ul > li {
  text-align: center;
  position: relative;
}
.home_page .service .service_content > .hd > ul > li .icon {
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
}
.home_page .service .service_content > .hd > ul > li .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #666666;
}
.home_page .service .service_content > .hd > ul > li > img {
  display: none;
}
.home_page .service .service_content > .hd > ul > li .selected_one {
  position: absolute;
  right: -89px;
  top: 6px;
}
.home_page .service .service_content > .hd > ul > li .selected_two {
  position: absolute;
  right: -65px;
  top: 14px;
}
.home_page .service .service_content > .hd > ul > li .selected_three {
  position: absolute;
  right: -89px;
  top: 11px;
}
.home_page .service .service_content > .hd > ul .on .title {
  color: #015293;
}
.home_page .service .service_content > .hd > ul .on .title span {
  color: #2cb8a3;
}
.home_page .service .service_content > .hd > ul .on > img {
  display: block;
}
.home_page .service .service_content > .bd {
  background: url(../images/013bg.png) no-repeat;
  background-size: 750px 657px;
  padding: 56px 0 50px 110px;
  box-sizing: border-box;
  width: 1154px;
  height: 654px;
}
.home_page .service .service_content > .bd > ul .one {
  /*弹性盒子*/
  display: flex;
  /* flex-direction 属性规定灵活项目的方向。 */
  flex-direction: row;
  /*两端对齐，子元素之间有间隙*/
  justify-content: flex-start;
}
.home_page .service .service_content > .bd > ul .one .one_left {
  width: 330px;
}
.home_page .service .service_content > .bd > ul .one .one_left .one_left_top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.home_page .service .service_content > .bd > ul .one .one_left .one_left_top li {
  background: linear-gradient(45deg, #ffffff, rgba(0, 255, 0, 0));
  min-width: 158px;
  padding: 20px 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home_page .service .service_content > .bd > ul .one .one_left .one_left_top li a {
  width: 100%;
  height: 100%;
}
.home_page .service .service_content > .bd > ul .one .one_left .one_left_top li a > img {
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  transition: all 0.8s;
}
.home_page .service .service_content > .bd > ul .one .one_left .one_left_top li a > div {
  font-size: 20px;
  line-height: 20px;
  color: #2b2b2b;
}
.home_page .service .service_content > .bd > ul .one .one_left .one_left_top li:hover a > img {
  transform: rotateY(360deg);
}
.home_page .service .service_content > .bd > ul .one .one_left .one_left_top li:hover a > div {
  font-weight: bold;
  color: #015293;
}
.home_page .service .service_content > .bd > ul .one .one_left .one_left_bottom {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 30px;
  padding-top: 24px;
}
.home_page .service .service_content > .bd > ul .one .one_left .one_left_bottom img {
  width: 130px;
  height: 42px;
}
.home_page .service .service_content > .bd > ul .one .one_left .one_left_bottom h1 {
  font-size: 20px;
  color: #2cb8a3;
  margin: 10px 0 16px;
}
.home_page .service .service_content > .bd > ul .one .one_left .one_left_bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.home_page .service .service_content > .bd > ul .one .one_left .one_left_bottom ul li {
  flex: 1 1 calc(50% - 5px);
  min-width: 160px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home_page .service .service_content > .bd > ul .one .one_left .one_left_bottom ul li h3 {
  font-size: 18px;
  color: #015293;
}
.home_page .service .service_content > .bd > ul .one .one_left .one_left_bottom ul li h4 {
  font-weight: normal;
  font-size: 18px;
  color: #333333;
}
.home_page .service .service_content > .bd > ul .one .one_right {
  width: 714px;
  padding-left: 26px;
  box-sizing: border-box;
}
.home_page .service .service_content > .bd > ul .one .one_right .one_right_top .title {
  font-weight: bold;
  font-size: 24px;
  color: #016bb5;
  border-bottom: 3px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 26px;
  position: relative;
}
.home_page .service .service_content > .bd > ul .one .one_right .one_right_top .title .line {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 3px;
  background: #015293;
}
.home_page .service .service_content > .bd > ul .one .one_right .one_right_top .one_right_top_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}
.home_page .service .service_content > .bd > ul .one .one_right .one_right_top .one_right_top_list li {
  flex: 1 1 20%;
  text-align: center;
  margin-bottom: 30px;
}
.home_page .service .service_content > .bd > ul .one .one_right .one_right_top .one_right_top_list li img {
  width: 52px;
  height: 52px;
  transition: all 0.8s;
}
.home_page .service .service_content > .bd > ul .one .one_right .one_right_top .one_right_top_list li div {
  font-size: 16px;
  color: #333333;
}
.home_page .service .service_content > .bd > ul .one .one_right .one_right_top .one_right_top_list li:hover img {
  transform: rotateY(360deg);
}
.home_page .service .service_content > .bd > ul .one .one_right .one_right_top .one_right_top_list li:hover div {
  font-weight: bold;
  color: #015293;
}
.home_page .service .service_content > .bd > ul .one .one_right .one_right_bottom .title {
  color: #2cb8a3;
}
.home_page .service .service_content > .bd > ul .one .one_right .one_right_bottom .title .line {
  background: #2cb8a3;
}
.home_page .service .service_content > .bd > ul .two {
  display: flex;
}
.home_page .service .service_content > .bd > ul .two .two_left {
  width: 330px;
}
.home_page .service .service_content > .bd > ul .two .two_left .two_left_top {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 10px;
}
.home_page .service .service_content > .bd > ul .two .two_left .two_left_top li {
  background: #fff;
  border-radius: 10px;
  min-height: 66px;
  flex: 1 1 calc(50% - 5px);
}
.home_page .service .service_content > .bd > ul .two .two_left .two_left_top li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.home_page .service .service_content > .bd > ul .two .two_left .two_left_top li img {
  width: 32px;
  height: 32px;
  transition: all 0.8s;
}
.home_page .service .service_content > .bd > ul .two .two_left .two_left_top li div {
  width: 72px;
  font-size: 18px;
  color: #2b2b2b;
}
.home_page .service .service_content > .bd > ul .two .two_left .two_left_top li:hover img {
  transform: rotateY(360deg);
}
.home_page .service .service_content > .bd > ul .two .two_left .two_left_top li:hover div {
  font-weight: bold;
  color: #015293;
}
.home_page .service .service_content > .bd > ul .two .two_left .two_left_bottom {
  background: url(../images/064zfwz.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 226px;
  margin-top: 16px;
  width: 330px;
}
.home_page .service .service_content > .bd > ul .two .two_left .two_left_bottom img {
  margin-bottom: 26px;
  width: 60px;
  height: 60px;
  transition: all 0.8s;
}
.home_page .service .service_content > .bd > ul .two .two_left .two_left_bottom div {
  font-size: 24px;
  color: #333333;
}
.home_page .service .service_content > .bd > ul .two .two_left .two_left_bottom:hover img {
  transform: rotateY(360deg);
}
.home_page .service .service_content > .bd > ul .two .two_left .two_left_bottom:hover div {
  font-weight: bold;
  color: #015293;
}
.home_page .service .service_content > .bd > ul .two .two_right {
  width: 716px;
  padding-left: 30px;
  box-sizing: border-box;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_hd ul {
  position: relative;
  display: flex;
  justify-content: flex-start;
  border-bottom: 2px solid #fff;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_hd ul li {
  margin-right: 130px;
  padding-bottom: 14px;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_hd ul li > div {
  font-size: 24px;
  color: #333333;
  cursor: pointer;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_hd ul li img {
  width: 16px;
  height: 14px;
  display: none;
  position: absolute;
  right: 0;
  top: 6px;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_hd ul .on {
  border-bottom: 2px solid #015293;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_hd ul .on > div {
  font-weight: bold;
  color: #015293;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_hd ul .on a {
  font-weight: bold;
  color: #015293;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_hd ul .on img {
  display: block;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd {
  margin-top: 26px;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt {
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt .zf_bd_left {
  text-align: center;
  margin-right: 30px;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt .zf_bd_left > img {
  width: 48px;
  height: 48px;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt .zf_bd_left > div {
  font-weight: bold;
  font-size: 18px;
  color: #015293;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt .zf_bd_right {
  display: flex;
  justify-content: space-between;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt .zf_bd_right .zf_bd_right_search input {
  width: 360px;
  height: 33px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding-left: 10px;
  box-sizing: border-box;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt .zf_bd_right .zf_bd_right_search .select_group {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt .zf_bd_right .zf_bd_right_search .select_group > li {
  cursor: pointer;
  width: 170px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  position: relative;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt .zf_bd_right .zf_bd_right_search .select_group > li .select_group_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  height: 33px;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt .zf_bd_right .zf_bd_right_search .select_group > li .select_group_title span {
  font-size: 16px;
  color: #383838;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt .zf_bd_right .zf_bd_right_search .select_group > li .select_group_title img {
  width: 16px;
  height: 10px;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt .zf_bd_right .zf_bd_right_search .select_group > li ul {
  display: none;
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 99;
  background-color: #fff;
  width: 170px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt .zf_bd_right .zf_bd_right_search .select_group > li ul li {
  padding: 10px;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt .zf_bd_right .zf_bd_right_search .select_group > li ul li a {
  display: block;
  font-size: 14px;
  color: #666666;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt .zf_bd_right .zf_bd_right_search .select_group > li ul li:hover {
  background-color: #015293;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt .zf_bd_right .zf_bd_right_search .select_group > li ul li:hover a {
  color: #fff;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt .zf_bd_right .zf_bd_right_search .select_group > li:hover ul {
  display: block;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt .zf_bd_right button {
  margin-left: 24px;
  width: 94px;
  height: 78px;
  background: #015293;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dt .zf_bd_right button:hover {
  cursor: pointer;
  background: #0261b0;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #6b6b6b;
  padding-bottom: 20px;
  margin-top: 20px;
  line-height: 24px;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dd .title {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dd .title > a {
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  width: 80%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  /* 此属性控制几行 */
  -webkit-line-clamp: 1;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dd .title > a:hover {
  color: #015293;
  font-weight: bold;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dd .title span {
  margin-left: 10px;
  background: #55a46c;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 10px;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dd .title span a {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dd .title::before {
  content: "·";
  margin-right: 10px;
  color: #2cb8a3;
  font-size: 30px;
}
.home_page .service .service_content > .bd > ul .two .two_right .two_right_slideTxtBox .zf_bd dl dd .date {
  font-size: 18px;
  color: #333333;
}
.home_page .service .service_content > .bd > ul .three {
  display: flex;
}
.home_page .service .service_content > .bd > ul .three .three_left {
  width: 330px;
}
.home_page .service .service_content > .bd > ul .three .three_left .three_left_top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.home_page .service .service_content > .bd > ul .three .three_left .three_left_top li {
  background: #fff;
  border-radius: 10px;
  flex: 1 1 calc(50% - 5px);
}
.home_page .service .service_content > .bd > ul .three .three_left .three_left_top li a {
  min-width: 158px;
  min-height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home_page .service .service_content > .bd > ul .three .three_left .three_left_top li a > img {
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  transition: all 0.8s;
}
.home_page .service .service_content > .bd > ul .three .three_left .three_left_top li a > div {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}
.home_page .service .service_content > .bd > ul .three .three_left .three_left_top li:hover a > img {
  transform: rotateY(360deg);
}
.home_page .service .service_content > .bd > ul .three .three_left .three_left_top li:hover a > div {
  font-weight: bold;
  color: #015293;
}
.home_page .service .service_content > .bd > ul .three .three_left .three_left_bottom ul li {
  margin-top: 30px;
  border-radius: 10px;
  background: linear-gradient(45deg, #ffffff, rgba(0, 255, 0, 0));
}
.home_page .service .service_content > .bd > ul .three .three_left .three_left_bottom ul li a {
  min-height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 20px;
}
.home_page .service .service_content > .bd > ul .three .three_left .three_left_bottom ul li a img {
  width: 50px;
  height: 50px;
  transition: all 0.8s;
}
.home_page .service .service_content > .bd > ul .three .three_left .three_left_bottom ul li a h1 {
  font-weight: normal;
  min-width: 145px;
  font-size: 24px;
  color: #333333;
}
.home_page .service .service_content > .bd > ul .three .three_left .three_left_bottom ul li:hover a img {
  transform: rotateY(360deg);
}
.home_page .service .service_content > .bd > ul .three .three_left .three_left_bottom ul li:hover a h1 {
  font-weight: bold;
  color: #015293;
}
.home_page .service .service_content > .bd > ul .three .three_right {
  width: 716px;
  padding-left: 30px;
  box-sizing: border-box;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_top .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #fff;
  margin-bottom: 18px;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_top .title h1 {
  font-size: 24px;
  color: #015293;
  border-bottom: 2px solid #015293;
  padding-bottom: 6px;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_top .title img {
  width: 16px;
  height: 14px;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_top .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_top .content .content_img {
  width: 290px;
  height: 170px;
  margin-right: 30px;
  border-radius: 4px;
  overflow: hidden;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_top .content .content_img img {
  width: 100%;
  height: 100%;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_top .content ul li {
  margin-bottom: 10px;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_top .content ul li h1 {
  font-size: 18px;
  color: #015293;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_top .content ul li h2 {
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  /* 此属性控制几行 */
  -webkit-line-clamp: 1;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_top .content ul li:last-child {
  margin-bottom: 0;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_bottom {
  margin-top: 20px;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_bottom .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #fff;
  margin-bottom: 24px;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_bottom .title h1 {
  font-size: 24px;
  color: #015293;
  border-bottom: 2px solid #015293;
  padding-bottom: 6px;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_bottom .title a {
  display: contents;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_bottom .title a img {
  width: 16px;
  height: 14px;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_bottom .content li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_bottom .content li > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_bottom .content li > div img {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_bottom .content li > div h1 {
  font-size: 18px;
  color: #333333;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_bottom .content li > div h1:hover {
  color: #015293;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_bottom .content li > div h2 {
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  /* 此属性控制几行 */
  -webkit-line-clamp: 2;
}
.home_page .service .service_content > .bd > ul .three .three_right .three_right_bottom .content li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #eee;
}
.home_page .picMarquee-left {
  overflow: hidden;
  margin-top: 50px;
}
.home_page .picMarquee-left .bd ul li {
  width: 420px;
  height: 140px;
  margin-right: 20px;
}
.home_page .picMarquee-left .bd ul li a img {
  width: 100%;
  height: 100%;
}
