/* #region 初始化 */
* {
  margin: 0;
  padding: 0;
}

* {
  font-family: text;
  font-family:'weiruanyahei';
}
a {
  text-decoration: none;
  color: #000000;
  display: block;
}
div,
a {
  box-sizing: border-box;
}
input {
  border: none;
  outline: none;
}
li {
  list-style: none;
}
.clearfloat {
  zoom: 1;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.flex_row {
  display: flex;
}
.flex_col {
  display: flex;
  flex-direction: column;
}
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_space_between {
  display: flex;
  justify-content: space-between;
}

.position_center-x {
  left: 50%;
  transform: translate(-50%);
}
.position_center-y {
  top: 50%;
  transform: translateY(-50%);
}
.cursor {
  cursor: pointer;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  display: block;
}

.textone {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.texttwo {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* #endregion */

.nav_main,
.index_main1,
.index2_main,
.index3_top,
.index_main4,
.index5_main,
.index6_main,
.index7_main,
.index8_main,
.footer_main,
.se_main,
.show_top,
.show_text,
.header {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* #region 首页 */
.phone_search {
  display: none;
}
.header {
  height: 6.24rem;
  display: flex;
  align-items: center;
}
.header_left {
  display: flex;
  align-items: center;
}
.header_left img {
  width: 10.84rem;
}
.header_left div {
  border-left: 4px solid #148fd1;
  margin-left: 0.5rem;
  padding-left: 0.3rem;
}
.header_left span {
  display: block;
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #696969;
}
.header_center {
  width: 23.3rem;
  margin-left: auto;
}

.header_search {
  width: 100%;
  height: 2rem;
  border: 1px solid #148fd1;
  display: flex;
  align-items: center;
  padding: 0 0.6rem 0 0.7rem;
  margin-bottom: 0.1rem;
}
.header_search input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 0.8rem;
  color: #333;
}
.header_search button {
  width: 1.1rem;
  height: 1.1rem;
  border: none;
  outline: none;
  cursor: pointer;
  margin-left: 0.5rem;
  background: none;
}
.header_search img {
  width: 100%;
  height: 100%;
}
.header_stxt {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.7rem;
  color: #333;
}
.header_stxt a {
  color: #333;
}
.header_stxt a:hover {
  color: #148fd1;
}
.header_right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header_right img {
  width: 2.8rem;
}
.phone_txt,
.phone_num {
  font-size: 1.15rem;
  color: #077ab8;
}
.header_right span {
  display: block;
  line-height: 1.4rem;
}
.phone_txt {
  margin-left: 0.3rem;
}
.phone_num {
  margin-left: 0.4rem;
}
.nav {
  width: 100%;
  /* margin-bottom: 1px; */
  background: #148fd1;
}
.nav_main {
  display: flex;
  height: 2.9rem;
}
.nav_item {
  flex: 1;
  height: 100%;
  position: relative;
}
.nav_href {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.nav_choose1,
.nav_href:hover {
  background: #0779b6;
}
.nav_children {
  position: absolute;
  width: 100%;
  top: 2.9rem;
  left: 0;
  border-bottom: 0.4rem solid #148fd1;
  padding: 0.4rem 0 0.3rem 0;
  z-index: 20;
  display: none;
  background: #fff;
}
.nav_children a {
  height: 2.25rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.1rem 0 0.64rem;
  font-size: 0.8rem;
  color: #4a4a4a;
  transition: 0.3s;
}
.nav_children a div {
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  border-color: #7d7d7d;
}
.nav_children .nav_choose2 {
  color: #148fd1;
}
.nav_children .nav_choose2 div {
  border-color: #148fd1;
}

.banner {
  width: 100%;
}
.banner .swiper-slide a {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
}
.banner_left,
.banner_right {
  width: 3rem;
  height: 5.7rem;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.banner_left img,
.banner_right img {
  width: 1.2rem;
  height: 2.2rem;
}
.banner_left {
  left: 7.4%;
}
.banner_right {
  right: 7.4%;
}

.banner .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background: #fff;
  opacity: 1;
}
.banner
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 0.6rem;
}

.banner .swiper-pagination-bullet-active {
  background: #148fd1;
}
.index_main1 {
  padding-top: 3.1rem;
  padding-bottom: 3.8rem;
}
.ititle_top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ititle_left {
  font-size: 4rem;
  line-height: 4.4rem;
  color: #148fd1;
}
.ititle_right {
  margin-left: 0.2rem;
}
.ititle_right span {
  font-size: 1.5rem;
  color: #3e3e3e;
}
.ititle_right div {
  font-size: 1rem;
  color: #757575;
  margin-top: 0.1rem;
}
.ititle_txt {
  text-align: center;
  font-size: 0.8rem;
  color: #585858;
  margin-top: 0.85rem;
}
.ititle_img {
  width: 13.1rem;
  margin: 0 auto;
}
.ititle_img img {
  width: 100%;
}
.index_main3 .ititle_img {
  margin: 0;
}

.index1_scroll {
  width: 100%;
  position: relative;
  padding: 0 0.5rem;
  margin-top: 2.2rem;
}

.index1_scroll .container2 {
  width: 100%;
}
.index1_scroll .swiper-slide {
  padding: 1px;
}
.index1_item {
  width: 100%;
  height: 15rem;
  border: 1px solid #0287b2;
}
.index1_left,
.index1_right {
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 198, 198, 0.6);
  z-index: 10;
  cursor: pointer;
  outline: none;
}
.index1_left img,
.index1_right img {
  width: 0.7rem;
  height: 1.2rem;
}

.index1_left {
  left: 0;
}
.index1_right {
  right: 0;
}

.index1_img {
  width: 4.1rem;
  height: 4.1rem;
  margin: 0 auto;
  transition: 0.3s;
}
.index1_img img {
  width: 100%;
  height: 100%;
  display: none;
}

.index1_img img:first-of-type {
  display: block;
}

.index1_item {
  color: #2e2e2e;
  text-align: center;
  padding: 2rem 1rem 0 1rem;
  transition: 0.3s;
  overflow: hidden;
}
.index1_title {
  font-size: 1rem;
  line-height: 2.6rem;
  margin-top: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index1_text {
  font-size: 0.7rem;
  line-height: 1.6rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index1_item:hover {
  background: #148fd1;
  border: 1px solid #0287b2;
  color: #fff;
}
.index1_choose .index1_img img {
  transform: translateY(-200px);
  filter: drop-shadow(#fff 0 200px);
}
/* .index1_choose .index1_img img:first-of-type {
  display: none;
}
.index1_choose .index1_img img:last-of-type {
  display: block;
} */
.index_main2 {
  padding: 2.7rem 0 4rem 0;
  background: url(../images/index2_bg.png) no-repeat;
  background-size: 100% 100%;
}

.index2_main {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* width: 100%; */
  height: 21.2rem;
  margin-top: 3rem;
}
.index2_img {
  width: 14.3rem;
  height: 14.3rem;
  border-radius: 50%;
}
.index2_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.index2_lists {
  position: absolute;
  width: 100%;
  height: 100%;
}
.index2_list {
  width: 29.74rem;
  height: 9.5rem;
  position: absolute;
  padding-top: 1.28rem;
}
.index2_list:nth-of-type(1) {
  background: url(../images/index2_item1.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  padding-left: 1.5rem;
  padding-right: 8.5rem;
}
.index2_list:nth-of-type(2) {
  background: url(../images/index2_item2.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
  top: 0;
  padding-right: 1.5rem;
  padding-left: 8.5rem;
  text-align: right;
}
.index2_list:nth-of-type(3) {
  background: url(../images/index2_item3.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
  padding-left: 1.5rem;
  padding-right: 8.5rem;
}
.index2_list:nth-of-type(4) {
  background: url(../images/index2_item4.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
  bottom: 0;
  padding-right: 1.5rem;
  padding-left: 8.5rem;
  text-align: right;
}
.index2_t1 {
  font-size: 1.5rem;
  color: #148fd1;
  font-weight: 600;
}
.index2_t2 {
  font-size: 0.9rem;
  color: #60a9db;
  margin-top: 0.4rem;
}
.index2_t3 {
  font-size: 0.8rem;
  line-height: 1.4rem;
  margin-top: 0.4rem;
  color: #4d4d4d;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index_main3 {
  margin-top: 4.5rem;
}
.index_main3 .ititle_top {
  justify-content: left;
}

.index3_right {
  width: 33.7rem;
  padding: 1.9rem 2rem 2.5rem 2rem;
  box-shadow: 0px 0px 0.75rem 0px rgba(120, 120, 120, 0.41);
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
.index3_top {
  position: relative;
  height: 7rem;
  display: flex;
  align-items: center;
}
.index3_right div {
  font-size: 0.8rem;
  line-height: 1.6rem;
  color: #363636;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.index3_right a {
  width: 4.6rem;
  font-size: 0.8rem;
  color: #148fd1;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-top: 1.8rem;
}
.index3_right a img {
  width: 0.35rem;
  margin-left: 0.4rem;
  position: relative;
  top: 1px;
}
.index3_img img {
  width: 100%;
}

.index_main4 {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  position: relative;
}
.index4_left,
.index4_right {
  width: 3.2rem;
  height: 13.6rem;
  background: #e4e4e4;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index4_left {
  left: 0;
}
.index4_right {
  right: 0;
}
.index4_left img,
.index4_right img {
  width: 1.25rem;
  height: 3.05rem;
  display: none;
  transition: 0.3s;
}
.index4_left img:first-of-type,
.index4_right img:first-of-type {
  display: block;
}
.index4_hover img:first-of-type {
  display: none;
}
.index4_hover img:last-of-type {
  display: block;
}
.index4_scroll {
  width: 100%;
  padding: 0 4rem;
}
.index4_scroll .swiper-slide img {
  width: 100%;
}

.index_main5 {
  margin-top: 3.9rem;
  padding-bottom: 4rem;
}
.index5_main {
  margin-top: 2.2rem;
}
.index_main5 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
}
.index5_item {
  width: 100%;
  /* height: 18.5rem; */
  box-shadow: 0px 0px 8px 0px rgba(120, 120, 120, 0.41);
  padding-bottom: 1.2rem;
}
.index5_img {
  width: 100%;
  /* height: 11.7rem; */
  overflow: hidden;
}
.index5_img img {
  width: 100%;
  /* height: 100%; */
  transition: 0.5s;
}
.index5_title {
  font-size: 0.9rem;
  color: #148fd1;
  line-height: 2.3rem;
  margin-top: 0.5rem;
  padding: 0 0.6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index5_text {
  font-size: 0.8rem;
  line-height: 1.5rem;
  height: 3rem;
  color: #747474;
  padding: 0 0.6rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index5_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.index5_left,
.index5_right {
  width: 4.4rem;
  height: 2.3rem;
  background: #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
}
.index5_left img,
.index5_right img {
  width: 2.34rem;
}
.index5_btn {
  width: 7.7rem;
  height: 2.3rem;
  background: #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #148fd1;
  margin: 0 0.5rem;
}
.index5_btn img {
  width: 0.35rem;
  margin-left: 0.4rem;
  position: relative;
  top: 1px;
}

.index5_hover .index5_img img {
  transform: scale(1.15);
}

.index_main6 {
  padding: 3rem 0 3.5rem 0;
  background: url(../images/index6_bg.png) no-repeat;
  background-size: 100% 100%;
}

.index6_main {
  display: flex;
  justify-content: space-between;
  margin-top: 2.4rem;
}

.index6_item {
  width: 11rem;
  color: #525252;
}
.index6_img {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  border: 1px solid #c3c3c3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
.index6_img img {
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 50%;
}
.index6_img div {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 0.9rem;
  color: #585858;
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.index6_text {
  text-align: center;
  font-size: 1rem;
  margin-top: 1.4rem;
  padding: 0 1.9rem;
  transition: 0.3s;
}

.index6_item:hover {
  color: #148fd1;
}
.index6_hover .index6_img {
  border: 1px solid #329dd6;
}

.index_main7 {
  margin-top: 4rem;
  padding-bottom: 3.3rem;
}
.index7_main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.4rem;
}
.index7_item {
  width: 19.2%;
  margin-right: 1%;
  border: 1px solid #c3c3c3;
  margin-bottom: 0.7rem;
}
.index7_item:nth-of-type(5n + 5) {
  margin-right: 0;
}
.index7_item img {
  width: 100%;
}

.index_main8 {
  padding: 4.1rem 0;
  background: url(../images/index8_bg.png) no-repeat;
  background-size: 100% 100%;
}
.index8_main {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}
.index8_left {
  width: 40%;
}
.index8_right {
  width: 56.36%;
}

.index8_map {
  width: 100%;
  height: 11.3rem;
}
.index8_map img {
  width: 100%;
  height: 100%;
}
.index8_txts {
  background: #fff;
  padding: 1.6rem 0.9rem 0.55rem 0.9rem;
}
.index8_txts div {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: #2f2f2f;
  margin-bottom: 1.12rem;
}
.index8_txts span {
  flex: 1;
}
.index8_txts img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.4rem;
}
.index8_right .ititle_img {
  margin: 0;
}
.index8_right .ititle_txt {
  text-align: left;
}
.index8_input {
  display: flex;
  justify-content: space-between;
  margin-top: 1.1rem;
}
.index8_input input {
  width: 48.8%;
  height: 2.7rem;
  border: 1px solid #c3c3c3;
  padding: 0 1.1rem;
  background: #fff;
  border: 1px solid #c3c3c3;
  font-size: 0.8rem;
  box-sizing: border-box;
}
.index8_right textarea {
  display: block;
  width: 100%;
  height: 8.8rem;
  background: #fff;
  border: 1px solid #c3c3c3;
  padding: 0.5rem 1.1rem;
  resize: none;
  box-sizing: border-box;
  outline: none;
  margin-top: 0.9rem;
  font-size: 0.8rem;
}
.index8_btn {
  width: 100%;
  height: 2.7rem;
  background: #148fd1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  border: none;
  outline: none;
  transition: 0.3s;
  margin-top: 0.9rem;
}
.index8_btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.footer {
  background: url(../images/footer_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 1.84rem;
}

.footer_main {
  display: flex;
}
.footer_col {
  font-size: 0.8rem;
  color: #fff;
}
.footer_col a {
  color: #fff;
}
.footer_title {
  padding: 0 2.6rem;
}
.footer_text {
  padding: 0 2.6rem;
  color: #fff;
  border-right: 1px solid #77bde2;
  margin-top: 1rem;
}
.footer_text a {
  font-size: 0.8rem;
  color: #fff;
  margin-bottom: 0.6rem;
}
.footer_text a:hover {
  text-decoration: underline;
}
.footer_text a:last-of-type {
  margin-bottom: 0;
}
.footer_col:first-of-type .footer_title,
.footer_col:first-of-type .footer_text {
  padding-left: 0;
}
.footer_col:last-of-type .footer_title,
.footer_col:last-of-type .footer_text {
  padding-right: 0;
  border-right: none;
}

.footer_text img {
  margin-bottom: 0.3rem;
  width: 5.9rem;
}
.footer_bottom {
  font-size: 14px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  color: #fff;
  padding: 13px;
  margin-top: 2.3rem;
}
.footer_bottom a {
  color: #fff;
}
.footer_bottom * {
  margin-left: 6px;
  margin-right: 6px;
}
.modal {
  display: none;
}
.phone_nav {
  display: none;
}

.right_nav {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.right_item {
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background: #148fd1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
  cursor: pointer;
  color: #fff;
  font-size: 1.2rem;
  margin-left: auto;
}
.right_item a {
  display: flex;
  align-items: center;
  color: #fff;
}
.right_item:last-of-type {
  margin-bottom: 0;
}
.right_item div {
  display: none;
}
.right_item img {
  width: 1.9rem;
  height: 1.9rem;
}
.right_item2 {
  width: auto;
  padding: 0 0.55rem;
}
.right_item2 div {
  display: block;
  margin-left: 0.4rem;
}
.right_nav * {
  transition: 0.2s;
}
.index8_phone {
  display: none;
}

/* #endregion */

/* #region 服务流程 */
.banner2 img {
  width: 100%;
}
.se_top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #919191;
  margin-top: 0.7rem;
}
.se_top a {
  color: #919191;
}
.se_top a:hover {
  color: #148fd1;
}
.setop_left {
  display: flex;
  align-items: center;
}

.setop_left img {
  width: 1rem;
  margin-right: 0.4rem;
}

.se_tab {
  display: flex;
  justify-content: center;
  margin-top: 3.1rem;
  margin-bottom: 2.9rem;
}
.se_tab a {
  width: 7.9rem;
  height: 2.4rem;
  border-radius: 10px;
  border: 1px solid #535353;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #3d3d3d;
  margin: 0 0.86rem;
  cursor: pointer;
  transition: 0.3s;
}

.se_tab a:hover,
.se_tab .service_choose {
  background: #148fd1;
  border: 1px solid #148fd1;
  color: #fff;
}

.service_t1 {
  text-align: center;
  font-size: 1.8rem;
  color: #2d2d2d;
  font-weight: 600;
}
.service_t2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #c7c7c7;
  font-weight: 600;
  margin-top: 0.7rem;
}
.service_t2 div {
  width: 10rem;
  border-bottom: 1px solid #c2c2c2;
}
.service_t2 span {
  margin: 0 1.3rem;
}
.service_t3 {
  font-size: 0.8rem;
  color: #585858;
  text-align: center;
  margin-top: 1.1rem;
}
.service_main {
  margin-bottom: 4.6rem;
}

.service_row {
  display: flex;
  margin-top: 3.7rem;
  position: relative;
}
.service_col {
  /* flex: 1; */
  width: 20%;
  font-size: 0.8rem;
  color: #585858;
  text-align: center;
}
.service_img {
  width: 4.9rem;
  height: 4.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  background: #eee;
  position: relative;
  z-index: 5;
}
.service_img img {
  width: 2.4rem;
  height: 2.4rem;
}
.service_item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
}
.service_hr {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.8rem;
  background: #eee;
  z-index: 1;
}
.service_col:first-of-type .service_hr {
  width: 50%;
  left: auto;
  right: 0;
}
.service_col:last-of-type .service_hr {
  width: 50%;
}

/* #endregion */

/* #region  关于科大*/
.about_main1 {
  width: 100%;
  background: url(../images/about_bg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 3.3rem 0 4.1rem 0;
}
.about_text {
  font-size: 0.9rem;
  color: #161616;
  line-height: 2.4rem;
  text-align: center;
  padding: 0 5.2rem;
  margin-top: 1.5rem;
}
.about_main2 {
  width: 100%;
  background: url(../images/about_bg2.png) no-repeat;
  background-size: 100% 100%;
  padding: 2.6rem 0 3.5rem 0;
}
.about_main2 .service_t1,
.about_main2 .service_t3 {
  color: #fff;
}
.about_main2 .service_t2 {
  color: #85a1b8;
}

.about_scroll {
  position: relative;
  margin-top: 2.3rem;
}

.about_left,
.about_right {
  width: 2.3rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(194, 194, 194, 0.7);
  z-index: 10;
  outline: none;
  cursor: pointer;
}

.about_left img,
.about_right img {
  width: 1.04rem;
}
.about_left {
  left: 0;
}
.about_right {
  right: 0;
}

.about_scroll .swiper-slide img {
  width: 100%;
}

.about_main3 {
  padding: 3.3rem 0 3.7rem 0;
}
.about_scroll2 {
  margin-top: 2.6rem;
}

.about3_item {
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  padding: 0.5rem 0.5rem 1.1rem 0.5rem;
  color: #2c2c2c;
  transition: 0.3s;
}
.about3_img {
  width: 100%;
  overflow: hidden;
}
.about3_img img {
  width: 100%;
  transition: 0.5s;
}
.about3_title {
  font-size: 0.9rem;
  margin-top: 0.7rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.about3_txt {
  height: 2.8rem;
  font-size: 0.7rem;
  color: #2c2c2c;
  line-height: 1.4rem;
  text-indent: 2em;
  margin-top: 0.4rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about3_btn {
  width: 6.5rem;
  height: 1.8rem;
  border-radius: 0.5rem;
  border: 1px solid #2094d3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 0.7rem;
  color: #2094d3;
  margin-top: 1rem;
}
.about3_item:hover {
  color: #2094d3;
}
.about3_item2 .about3_img img {
  transform: scale(1.15);
}

.about_main4 {
  background: url(../images/about_bg3.png) no-repeat;
  background-size: 100% 100%;
}
.about4_col {
  display: flex;
  align-items: center;
  color: #fff;
  height: 5.5rem;
}
.about4_col1 {
  font-size: 1.5rem;
  font-weight: 600;
}
.about4_col2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #fff;
}
.about4_col2 img {
  width: 1.8rem;
  margin-right: 0.4rem;
}
.about4_col3 {
  width: 9rem;
  height: 2.4rem;
  border-radius: 0.5rem;
  background: #00a5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.69);
  margin-left: 1.1rem;
  color: #fff;
  transition: 0.3s;
  font-size: 0.9rem;
}
.about4_col3:hover {
  opacity: 0.9;
}
/* #endregion */

/* #region  关于我们介绍*/
.show_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
}
.show_top_p {
  border-bottom: 1px solid #e0e0e0;
}
.show_top .se_top {
  margin-top: 0;
  justify-content: left;
}
.back {
  font-size: 16px;
  color: #148fd1;
  display: flex;
  align-items: center;
}
.back img {
  width: 18px;
  margin-right: 5px;
}

.show_text {
  font-size: 16px;
  line-height: 2em!important;
  color: #585858;
  padding: 0 3rem;
  margin-top: 2.3rem;
  padding-bottom: 4.4rem;
}
.show_text p{line-height: 2em!important;}
.show_text img {
  /* display: inline; */
  max-width: 100%;
  margin:1em auto;
}
.show_title {
  font-size: 24px;
  color: #585858;
  text-align: center;
  margin-bottom: 2rem;
}
.show_main1 {
  background: #f2f2f2;
  padding-top: 2.2rem;
}
.show_main1 .index_main5 {
  margin-top: 0;
  padding-bottom: 2.8rem;
}
.show_main1 .index5_item {
  background: #fff;
}
.show_main2 {
  padding: 3.4rem 0 3.2rem 0;
}
.show2_title {
  font-size: 1.2rem;
  color: #585858;
  text-align: center;
}
.show2_hr1 {
  width: 5.5rem;
  border-bottom: 2px solid #5b5b5b;
  margin-bottom: 0.4rem;
  margin: 0.3rem auto 0.4rem auto;
}
.show2_hr2 {
  width: 6.5rem;
  border-bottom: 2px solid #5b5b5b;
  margin: 0 auto 3.4rem auto;
}
.show_main2 .index_title {
  margin-bottom: 2.3rem;
}

.show_main2 .service_row {
  margin-bottom: 3.25rem;
}
/* #endregion */

/* #region  客户服务*/
.customer_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  padding-bottom: 0.5rem;
}
.customer {
  width: 31.4%;
  margin-right: 2.9%;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 7px 0px rgba(95, 91, 91, 0.69);
  color: #3b3b3b;
  padding-bottom: 1.5rem;
  overflow: hidden;
  transition: 0.3s;
}
.customer:nth-of-type(3n + 3) {
  margin-right: 0;
}
.customer:hover {
  background: #148fd1;
  color: #fff;
}

.customer_img {
  width: 100%;
  /* height: 11rem; */
  position: relative;
}
.customer_img img {
  width: 100%;
  height: 100%;
}
.customer_popup {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer_popup_border {
  width: 12.6rem;
  height: 6.1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #148fd1;
}
.customer_popup_border div {
  width: 2.6rem;
  height: 2.1rem;
  position: absolute;
}
.customer_popup_border div:nth-of-type(1) {
  border-top: 2px solid #148fd1;
  border-left: 2px solid #148fd1;
  left: 0;
  top: 0;
}
.customer_popup_border div:nth-of-type(2) {
  border-right: 2px solid #148fd1;
  border-top: 2px solid #148fd1;
  right: 0;
  top: 0;
}
.customer_popup_border div:nth-of-type(3) {
  border-bottom: 2px solid #148fd1;
  border-left: 2px solid #148fd1;
  left: 0;
  bottom: 0;
}
.customer_popup_border div:nth-of-type(4) {
  border-right: 2px solid #148fd1;
  border-bottom: 2px solid #148fd1;
  right: 0;
  bottom: 0;
}

.customer_title {
  width: 100%;
  font-size: 1rem;
  line-height: 2.5rem;

  border-bottom: 1px dashed #c2c2c2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.customer_text {
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.5rem;
  height: 3rem;
  margin-top: 0.6rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.customer_txts {
  width: 100%;
  padding: 0 0.7rem;
  overflow: hidden;
}

.se_page {
  display: flex;
  justify-content: center;
  margin-bottom: 3.5rem;
}
.se_page a {
  height: 2.1rem;
  padding: 0 0.6rem;
  min-width: 3.7rem;
  background: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #2d2d2d;
  margin: 0 0.25rem;
  transition: 0.3s;
}

.se_page .page_choose,
.se_page a:hover {
  color: #fff;
  background: #148fd1;
}

.customer2 .customer_popup {
  background: rgba(20, 143, 209, 0.5);
  transition: 0.3s;
}
.customer2 .customer_popup_border {
  color: #fff;
  transition: 0.3s;
}
.customer2 .customer_popup_border div {
  border-color: #fff;
  transition: 0.3s;
}
.customer_main {
  margin-top: 2.7rem;
}

/* #endregion */

/* #region  客户服务详情*/
.customer_show {
  width: 83%;
  margin: 0 auto;
  background: #fafafa;
  padding: 1.2rem 2rem 1.2rem 1rem;
  display: flex;
  margin-top: 2.6rem;
  margin-bottom: 3.9rem;
}
.cushow_left {
  width: 20.1rem;
  position: relative;
  margin-right: 1.8rem;
}
.cushow_right {
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cushow_row {
  font-size: 0.8rem;
  line-height: 1.6rem;
  display: flex;
  margin-bottom: 0.3rem;
}

.cushow_row span {
  color: #148fd1;
  background:url(../images/pingj.png) no-repeat 2px center;
  background-size:24px;
  padding-left:28px;
}
.cushow_right .cushow_row:nth-child(2) span {
  background:url(../images/pjneir.png) no-repeat left 4px;
  background-size:28px;
  padding-left:28px;
}
.cushow_row div {
  flex: 1;
  color: #494949;
}
.cushow_back {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: #148fd1;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 0.5rem;
}
.cushow_back img {
  width: 0.9rem;
  margin-right: 0.25rem;
}

.cushow_left img {
  width: 100%;
}

/* #endregion */

/* #region  联系我们*/
.contact_p {
  background: url(../images/contact_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 4.1rem;
}
.contact_p .se_top {
  margin-top: 0;
  padding-top: 0.7rem;
}
.contact_p .service_title {
  margin-top: 3.4rem;
}

.contact_row1 {
  display: flex;
  justify-content: space-between;
  padding: 0 1.8rem;
  margin-top: 3.1rem;
}

.contact1_img {
  width: 8.1rem;
  height: 8.1rem;
  border-radius: 50%;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.51);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.contact1_img img {
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 50%;
}
.contact1_item {
  text-align: center;
  cursor: pointer;
  color: #3a3a3a;
  transition: 0.3s;
}
.contact1_item:hover {
  color: #2395d1;
}
.contact1_t1 {
  font-size: 1.2rem;
  color: #2395d1;
  margin-top: 0.7rem;
}

.contact1_t2 {
  font-size: 1rem;

  margin-top: 0.4rem;
}
.contact_p .se_main {
  padding: 0 6.7%;
}
.contact_row2 {
  display: flex;
  height: 14.5rem;
  margin-top: 3.2rem;
}

.contact2_left {
  width: 50%;
  height: 100%;
}
.contact2_right {
  width: 50%;
  height: 100%;
  padding: 2rem 1.4rem 1rem 1.4rem;
}
.contact2_left img {
  width: 100%;
  height: 100%;
}
.contact2_txt {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #2f2f2f;
  margin-bottom: 1.4rem;
}
.contact2_txt img {
  width: 1rem;
  margin-right: 0.4rem;
}
.contact2_txt div {
  flex: 1;
}
.contact2_right {
  background: url(../images/contact2_bg.png) no-repeat;
  background-size: 100% 100%;
}

.contact_row3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27.3rem;
  height: 3.6rem;
  border-radius: 70px;
  border: 1px solid #148fd1;
  transition: 0.3s;
  font-size: 1.5rem;
  color: #148fd1;
  margin: 2.3rem auto 0 auto;
}
.contact_row3 img {
  width: 1.6rem;
  margin-right: 0.8rem;
}
.contact_row3:hover {
  opacity: 0.8;
}

/* #endregion */

/* #region  我们的服务*/
.our_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
  padding-bottom: 1rem;
}
.our {
  width: 47.66%;
  border: 1px solid #c2c2c2;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  padding: 0.9rem 0;
  color: #148fd1;
  transition: 0.3s;
}

.our_left {
  padding: 0 6.3% 0 3.8%;
  border-right: 1px solid #c2c2c2;
}
.our_left div {
  width: 6.7rem;
  height: 6.7rem;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_left div img {
  width: 4.2rem;
  height: 4.2rem;
}
.our_right {
  padding: 0 6.5% 0 4.9%;
  overflow: hidden;
  flex: 1;
}
.our_text1 {
  font-size: 1.2rem;
  line-height: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.our_text2 {
  font-size: 0.7rem;
  color: #9b9b9b;
  line-height: 1.4rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}

.our:hover {
  background: #148fd1;
  color: #fff;
  border: 1px solid #148fd1;
}

.our2 .our_left {
  border-color: #148fd1;
}
.our2 .our_text2 {
  color: #fff;
}

/* #endregion */

/* #region  我们的服务详情*/
.fuwu_show .index_main1 {
  padding-top: 3.1rem;
  padding-bottom: 2.25rem;
}
.fuwu_show .index_main4 {
  margin-top: 2.25rem;
  margin-bottom: 3.8rem;
}

.fushow_text {
  font-size: 16px;
  line-height: 36px;
  color: #272727;
  margin-top: 2.5rem;
}
.fushow_text img {
  display: inline;
  max-width: 100%;
}
.fushow_title {
  font-size: 30px;
  color: #148fd1;
  margin-bottom: 36px;
  text-align: center;
}

/* #endregion */

/* #region  我们的服务详情2*/
.fushow_text {
  padding: 0 5.6%;
}

.table_top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.table_bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.table_row {
  width: 33.33%;
  display: flex;
}
.table_top .table_col1,
.table_top .table_col2 {
  background: #148fd1;
  color: #fff;
  border-right: 1px solid #fff;
}

.table_bottom .table_col1,
.table_bottom .table_col2 {
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.table_top {
  border-left: 1px solid #148fd1;
}
.table_top .table_row:last-of-type .table_col2 {
  border-right: none;
}
.table_bottom {
  border-left: 1px solid #c2c2c2;
}
.table_bottom .table_row:nth-of-type(even) {
  background: #e8f7ff;
}

.table_row div,
.table_row a {
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #4b4b4b;
}

.table_col1 {
  width: 15%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table_col2 {
  width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table_top {
  margin-top: 1.6rem;
}
.table_bottom {
  margin-bottom: 2rem;
}

.footer_bottom p {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_bottom p * {
  display: inline;
}
.footer_col:first-of-type {
  margin-left: auto;
}
.footer_col:last-of-type {
  margin-right: auto;
}
/* #endregion */

/* #region  搜索结果*/
.search_list {
  margin: 2.6rem 0 3rem 0;
  padding: 0 12.5%;
}
.search_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1rem;
  color: #333;
  border-bottom: 1px dashed #eee;
  padding: 0.8rem 0;
  transition: 0.3s;
}
.search_item a:hover {
  color: #148fd1;
}
.search_item a div {
  font-size: 0.9rem;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px;
}
.search_item a span {
  font-size: 0.7rem;
  color: #148fd1;
}
.search_title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 2.6rem;
  padding: 0 12.5%;
  color: #333;
}
/* #endregion */

/* #region  */

/* #endregion */
