.title_info {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
}
.search_info {
  margin: 0.5rem auto;
  max-width: 100%;
  width: 11rem;
  display: flex;
  align-items: center;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 0.2rem #c8eeff;
  border-radius: 0.9rem;
}
.search_info .input {
  width: 100%;
  height: 0.9rem;
  font-size: 0.2rem;
  border-left: 1px solid #eeeeee;
  padding-left: 0.26rem;
}
.search_info .btn {
  width: 1.5rem;
  height: 0.9rem;
  border-radius: 0.9rem;
  background: #0799cb;
  color: #fff;
}
.search_info .btn i {
  font-size: 0.3rem;
}
.search_info .side {
  width: 1.65rem;
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 0.2rem;
  justify-content: center;
}
.search_info .side span {
  display: flex;
  align-items: center;
}
.search_info .side span:after {
  content: ' ';
  display: inline-block;
  height: 0.08rem;
  margin-left: 0.1rem;
  width: 0.08rem;
  border-width: 0 2px 2px 0;
  border-color: #ccc;
  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);
}

.notice {
  font-size: 0.16rem;
  background: url(../images/18_02.png) top center no-repeat;
  background-size: 100% auto;
  padding: 0.8rem 0;
}
.notice .hd {
  font-size: 0.18rem;
  padding-bottom: 0.4rem;
}
.notice .hd .flex + .flex {
  margin-top: 0.2rem;
}
.notice .hd .flex .side {
  width: 0.95rem;
  text-align: justify;
}
.notice .hd ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 0.42rem;
}
.notice .hd ul.on {
  height: auto;
}
.notice .hd ul li a {
  display: flex;
  padding: 0 0.2rem;
  border-radius: 0.05rem;
  height: 0.42rem;
  align-items: center;
  border: 1px solid transparent;
}
.notice .hd ul li.on a {
  color: #0799cb;
  border: 1px solid #0799cb;
}
.notice .hd span {
  color: #0084ff;
}
.notice .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.notice .bd ul li {
  width: 33.333%;
  padding: 0.15rem;
}
.notice .bd ul .box {
  padding: 0.3rem;
  border-radius: 0.05rem;
  background: linear-gradient(to bottom, #dfeffb, #fff, #fff);
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.07);
}
.notice .bd ul li p {
  color: #666666;
  line-height: 0.3rem;
}
.notice .bd ul li h4 {
  font-size: 0.2rem;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示的行数为3 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.1rem 0;
}
.notice .bd ul li span {
  display: inline-block;
  border-radius: 0.05rem;
  background: #33a0ec;
  line-height: 0.4rem;
  padding: 0 0.2rem;
  color: #fff;
}
.notice .bd ul li .btn {
  width: 1.4rem;
  height: 0.45rem;
  display: flex;
  align-items: center;
  margin: 0.15rem auto 0;
  justify-content: center;
  border: 1px solid #333333;
}
.notice .bd ul li .btn:hover {
  background: #0799cb;
  border-color: #0799cb;
  color: #fff;
}
/**/
.items {
  font-size: 0.18rem;
  margin: 0.3rem 0 0.4rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 0.24rem;
  min-height: 7.9rem;
  line-height: 0.48rem;
}
.items h1 {
  font-size: 0.24rem;
}
.items .hd {
  background: #f7fbff;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.07);
  margin: 0.22rem 0;
  font-size: 0.16rem;
  padding: 0.05rem 0.25rem;
}
.items .hd ul {
  display: flex;

  flex-wrap: wrap;
}
.items .hd ul li {
  margin-right: 1.5rem;
}
.items .hd ul li {
  display: flex;
  align-items: center;
}
.items .hd ul li i {
  font-size: 0.2rem;
  color: #0799cb;
  margin-right: 0.1rem;
}
.items .hd ul li span {
  color: #666;
}
.items .ft {
  text-align: right;
  padding-top: 0.3rem;
}
.items .box {
  border-top: 1px solid #eee;
  padding-top: 0.3rem;
  margin-top: 0.4rem;
}
.items .box .title {
  color: #0799cb;
  font-weight: bold;
  background: #f7fbff;
  height: 0.57rem;
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
  padding-left: 0.2rem;
}
.items .box .title i {
  font-size: 0.24rem;
  margin-right: 0.06rem;
}
.items .bd .flex {
  align-items: stretch;
  margin-top: 0.6rem;
}
.items .bd .flex .pic {
  margin-left: 0.3rem;
  width: 7rem;
}
/**/
.result {
  background: url(../images/2_02.jpg) top center no-repeat;
  background-size: 100% auto;
}
.lists_result ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.lists_result ul li {
  width: 25%;
  padding: 0.15rem;
}
.lists_result li a {
  display: block;
  border-radius: 0.05rem;
  border: 1px solid transparent;
  border-top: 3px solid #0799cb;
  padding: 0.2rem;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.07);
}
.lists_result li h4 {
  font-size: 0.2rem;
  margin-bottom: 0.15rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lists_result li .brdge span {
  color: #b26808;
  display: inline-block;
  background: #fffaf0;
  line-height: 0.34rem;
  padding: 0 0.15rem;
  border: 1px solid #f5eedf;
}
.lists_result li .brdge .span {
  color: #0089fe;
  background: #f0f8ff;
  border: 1px solid #dfeaf5;
}
.lists_result li p {
  line-height: 0.3rem;
  margin-top: 0.15rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lists_result li p span {
  color: #666;
  min-width: 1.05rem;
  display: inline-block;
}
.lists_result li dl {
  color: #0799cb;
  line-height: 0.3rem;
  background: #f9fcff;
  border-radius: 0.05rem;
  padding: 0.1rem 0.15rem;
  margin: 0.15rem 0;
}
.lists_result li .ft {
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 0.2rem;
}
.lists_result li .ft span {
  transition: all 0.3s;
  width: 1.4rem;
  display: inline-block;
  line-height: 0.45rem;
  border: 1px solid #333;
}
.lists_result li a:hover {
  border-color: #0799cb;
}
.lists_result li a:hover .ft span {
  border-color: #0799cb;
  background: #0799cb;
  color: #fff;
}
/**/
.case {
  background: url(../images/10_02.png) top center no-repeat;
  background-size: 100% auto;
}
.caselists ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.caselists ul > li {
  width: 33.333%;
  padding: 0.15rem;
}
.caselists ul a {
  display: block;
  position: relative;
  padding: 0.2rem;
  border-radius: 0.05rem;
  background: linear-gradient(to bottom, #dfeffb, #fff, #fff, #fff);
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.07);
}
.jinrong .lists ul .box {
  transition: all 0.3s;
}
.caselists ul a:hover,
.jinrong .lists ul .box:hover {
  transform: translateY(-0.1rem);
}
.caselists ul ol li {
  display: flex;
  align-items: center;
}
.caselists ul ol li span {
  color: #657481;
  width: 1.1rem;
}
.caselists ul ol li b {
  color: #0799cb;
}
.caselists ul h4 {
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caselists ul ol li .flex_item {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.caselists ul .price {
  color: #ff4800;
  font-size: 0.25rem;
  font-weight: bold;
  padding-bottom: 0.1rem;
}
.caselists ul .price .orange {
  color: #ffa800;
}
.caselists ul i {
  position: absolute;
  color: #90e095;
  font-size: 1rem;
  right: 0.3rem;
  top: 50%;
  transform: translate(0, -50%);
}
.case_need {
  background: url(../images/4_02.jpg) top center no-repeat;
  background-size: 100% auto;
}
/**/
.service {
  background: url(../images/14_02.png) top center no-repeat;
  background-size: 100% auto;
}
.service .lists ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.service .lists ul > li {
  width: 33.333%;
  padding: 0.15rem;
}
.service .lists ul a {
  display: block;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 0.05rem;
  color: #333;
}
.service .lists ul .bd {
  padding: 0.2rem;
  line-height: 0.3rem;
}
.service .lists ul .btn {
  width: 1.4rem;
  height: 0.45rem;
  display: flex;
  align-items: center;
  margin: 0.15rem auto 0;
  transition: all 0.3s;
  justify-content: center;
  border: 1px solid #333333;
}
.service .lists ul a:hover .btn {
  color: #fff;
  border-color: #0799cb;
  background: #0799cb;
}
.service .lists ul .hod {
  background: url(../images/14_05.png) top center no-repeat;
  background-size: 100% 100%;
  padding: 0.25rem;
}
.service .lists ul .hod dt {
  font-size: 0.2rem;
}
.service .lists ul .hod dd {
  font-size: 0.18rem;
  margin-top: 0.15rem;
}
.service .lists ul .hod span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 0.4rem;
  border-radius: 0.05rem;
  background: #33a0ec;
  margin-top: 0.15rem;
  padding: 0 0.15rem;
}
/**/
.team {
  background: url(../images/6_02.png) top center no-repeat;
  background-size: 100% auto;
}
.teamlists ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.18rem;
}
.teamlists ul li {
  width: 33.333%;
  padding: 0.18rem;
}
.teamlists ul li a {
  display: flex;
  align-items: flex-end;
  color: #333;
}
.teamlists ul li a:hover {
  transform: translateY(-0.1rem);
}
.teamlists ul li:hover .flex_item {
  border-color: #0799cb;
}
.teamlists ul li:hover .flex_item::before {
  background: url(../images/home_12.png) center no-repeat;
  background-size: 100% 100%;
}
.teamlists ul li .pic {
  width: 2.48rem;
  height: 3.27rem;
}
.teamlists ul li span {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0.15rem;
  width: 0.6rem;
  background: #0799cb;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 0.38rem;
  border-radius: 0 0.38rem 0.38rem 0;
}
.teamlists ul li span i {
  font-size: 0.21rem;
}
.teamlists ul li .flex_item {
  background: #fff;
  position: relative;
  height: 3rem;
  border: 1px solid #bfbfbf;
  border-left: none;
  padding: 0.2rem;
  line-height: 0.3rem;
}
.teamlists ul li .name {
  margin-top: 0.2rem;
}
.teamlists ul li h3 {
  font-weight: bold;
  font-size: 0.2rem;
}
.teamlists ul li h3:after {
  content: '';
  width: 0.2rem;
  display: block;
  background: #33a0ec;
  margin: 0.12rem 0;
  height: 2px;
}
.teamlists ul li p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teamlists ul li .flex_item::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  background: url(../images/home_11.png) center no-repeat;
  background-size: 100% 100%;
  width: 0.3rem;
  height: 0.27rem;
}
/**/
.jinrong {
  background: url(../images/8_02.png) top center no-repeat;
  background-size: 100% auto;
}
.jinrong .lists ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.jinrong .lists ul > li {
  width: 25%;
  padding: 0.15rem;
}
.jinrong .lists ul .box {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.07);
  border-radius: 0.05rem;
  background: url(../images/8_05.png) top center no-repeat #fff;
  background-size: 100% auto;
  padding: 0.3rem;
}
.jinrong .lists ul ol {
  padding: 0.15rem 0;
}
.jinrong .lists ul ol li {
  display: flex;
  align-items: center;
  line-height: 0.48rem;
}
.jinrong .lists ul ol li span {
  width: 1.05rem;
  color: #666;
}
.jinrong .lists ul .ft {
  border-top: 1px solid #eee;
  padding-top: 0.25rem;
}
.jinrong .lists ul .ft a {
  width: 1.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #ecf1ff;
  color: #527eff;
  border: 1px solid #e3eaff;
  border-radius: 0.05rem;
}
.jinrong .lists ul .box:hover .ft a {
  color: #fff;
  background: #0799cb;
  border-color: #0799cb;
}
.jinrong .lists ul .flex b {
  font-size: 0.18rem;
  padding-left: 0.15rem;
}
.jinrong .lists ul .flex .pic {
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.07);
}
.jinrong .lists ul li .orange {
  color: #fb8608;
}
.jinrong .lists ul li .green {
  color: #05c920;
}
.jinrong .lists ul li .blue {
  color: #08a8fb;
}
.jinrong .lists ul li span + span {
  margin-left: 0.2rem;
}
/**/
.actives {
  font-size: 0.16rem;
  padding-bottom: 0.6rem;
}
.actives .title {
  font-size: 0.24rem;
  padding-top: 0.4rem;
}
.actives .one .bd {
  margin-top: 0.2rem;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.07);
}
.actives .one .bd dl {
  padding: 0.2rem 0.35rem;
}
.actives dt {
  font-size: 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.actives dd p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.actives dd {
  line-height: 0.3rem;
  margin-top: 0.1rem;
  color: #666;
}
.actives .two .bd {
  margin-top: 0.2rem;
}
.actives .two .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.actives .two .bd ul li {
  width: 33.333%;
  padding: 0.15rem;
}
.actives .two .bd ul a {
  display: block;
  background: #fff;
  padding: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.07);
}
.actives .two .bd ul dl {
  padding: 0.2rem 0.1rem 0.1rem;
}
/**/
.result_items {
  font-size: 0.16rem;
}
.result_items .one {
  font-size: 0.18rem;
  padding-top: 0.3rem;
}
.result_items .one .hd {
  padding-top: 0.3rem;
}
.result_items .one .hd h1 {
  font-weight: bold;
  font-size: 0.3rem;
}
.result_items .one .hd ul {
  display: flex;
  margin-top: 0.2rem;
}
.result_items .one .hd ul li {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
.result_items .one .hd ul li i {
  font-size: 0.24rem;
  margin-right: 0.05rem;
}
.result_items .one .ft {
  background: #fff;
  font-size: 0.2rem;
  margin-top: 0.4rem;
  padding: 0.3rem;
}
.result_items .one .ft span {
  color: #666;
}
.result_items .one .ft li {
  display: flex;
  align-items: center;
}
.result_items .one .ft img {
  margin-right: 0.1rem;
  width: 0.28rem;
}
.result_items .one .ft ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.result_items .two {
  background: #fff;
  font-size: 0.18rem;
  margin-top: 0.2rem;
  padding: 0.3rem;
}
.result_items .two .title {
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  background: #f7fbff;
  padding-left: 0.25rem;
  height: 0.8rem;
}
.result_items .two .title i {
  font-weight: normal;
  color: #0799cb;
  font-size: 0.32rem;
  margin-right: 0.15rem;
}
.result_items .two .bd {
  line-height: 0.4rem;
}
.result_items .two .bd p {
  padding: 0.2rem 0;
}
.result_items .three {
  padding: 0.3rem 0 0.5rem;
}
.result_items .three .title {
  font-size: 0.24rem;
  padding-bottom: 0.2rem;
}
/**/
.caseitems {
  background: #fff;
  padding: 0.2rem;
  font-size: 0.16rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.07);
  margin: 0.3rem 0 0.5rem;
}
.caseitems .one {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.25rem;
}
.caseitems .one .pic {
  margin-bottom: 0.2rem;
}
.caseitems .one h1 {
  font-size: 0.24rem;
  padding-bottom: 0.1rem;
}
.caseitems .one .hd p {
  color: #ff4800;
}
.caseitems .one .hd p b {
  font-size: 0.25rem;
}
.caseitems .one .bd {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.07);
  background: #f7fbff;
  margin-top: 0.1rem;
  padding: 0.05rem 0.25rem;
}
.caseitems .one .bd ul {
  display: flex;
  flex-wrap: wrap;
}
.caseitems .one .bd ul li {
  min-width: 23%;
  padding: 0.15rem 0;
}
.caseitems .one .bd ul span {
  color: #666;
}
.caseitems .one .bd ul i {
  font-size: 0.18rem;
  margin-right: 0.05rem;
  color: #0799cb;
}
.caseitems .title {
  font-weight: bold;
  color: #0799cb;
  font-size: 0.2rem;
  background: #f7fbff;
  display: flex;
  margin-bottom: 0.15rem;
  align-items: center;
  padding-left: 0.15rem;
  height: 0.6rem;
}
.caseitems .title i {
  font-weight: normal;
  font-size: 0.24rem;
  margin-right: 0.1rem;
}
.caseitems .two {
  padding-top: 0.3rem;
}
.caseitems .two dd {
  line-height: 0.36rem;
}
.caseitems .two .bd {
  padding-bottom: 0.3rem;
}
.caseitems .two .bd dt {
  color: #cb7a07;
  padding-bottom: 0.1rem;
  font-size: 0.18rem;
}
.caseitems .two .bd dl + dl {
  border-top: 1px dashed #ccc;
  padding-top: 0.2rem;
  margin-top: 0.2rem;
}
.caseitems .three .bd {
  padding: 0.2rem 0.5rem 0.3rem;
  text-align: center;
}
.caseitems .three .bd ul {
  display: flex;
  line-height: 0.3rem;
  justify-content: space-between;
  color: #666666;
  position: relative;
}
.caseitems .three .bd ul::before {
  content: '';
  border-bottom: 2px solid #0799cb;
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: 0.39rem;
}
.caseitems .three .bd ul span {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  z-index: 5;
  margin: 0 auto 0.15rem;
  border: 2px solid #999999;
}
.caseitems .three .bd ul span i {
  font-size: 0.3rem;
}
.caseitems .three .bd ul .on span {
  border-color: #0799cb;
  color: #0799cb;
}
.caseitems .three .bd ul .on dt {
  color: #0799cb;
}
.caseitems .fire .bd {
  padding-left: 0.3rem;
}
.caseitems .fire .bd li {
  display: flex;
  line-height: 0.36rem;
  align-items: flex-start;
  position: relative;
  padding-bottom: 0.3rem;
}
.caseitems .fire .bd li dt {
  font-size: 0.18rem;
}
.caseitems .fire .data {
  display: flex;
  flex-wrap: wrap;
}
.caseitems .fire .data > div + div::before {
  content: '|';
  color: #ccc;
  padding: 0 0.15rem;
}
.caseitems .fire .bd li .red {
  color: #ff4800;
}
.caseitems .fire .bd li > span {
  margin-right: 0.3rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  border: 2px solid #0d9bcc;
  color: #0d9bcc;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.caseitems .fire .bd li > span i {
  font-size: 0.2rem;
}
.caseitems .fire .bd li:before {
  content: '';
  width: 2px;
  background: #bce3f1;
  position: absolute;
  left: 0.19rem;
  top: 0;
  bottom: 0;
}
.caseitems .fire .bd li:last-child::before {
  display: none;
}
/**/
.teamitems {
  font-size: 0.16rem;
  padding: 0.35rem 0.25rem;
  margin: 0.3rem 0 0.5rem;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.07);
  background: url(../images/7_03.jpg) top center no-repeat #fff;
  background-size: 100% auto;
}
.teamitems .title {
  border-bottom: 1px solid #eee;
  color: #0799cb;
  margin-top: 0.3rem;
  margin-bottom: 0.15rem;
  font-size: 0.2rem;
}
.teamitems .title span {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 2px solid #0799cb;
  padding-bottom: 0.1rem;
  margin-bottom: -1px;
}
.teamitems .one .pic {
  border-radius: 0.05rem;
  margin-right: 0.3rem;
  width: 2.46rem;
}
.teamitems .one p {
  color: #666;
  line-height: 0.3rem;
  margin: 0.2rem 0 0.3rem;
}
.teamitems .one .brdge {
  font-size: 0.18rem;
  color: #666;
  display: flex;
  align-items: center;
}
.teamitems .one .brdge span {
  color: #0799cb;
  border-radius: 0.05rem;
  border: 1px solid #0799cb;
  height: 0.46rem;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  margin-left: 0.1rem;
}
.teamitems .one h3 {
  font-size: 0.3rem;
}
.teamitems .one ul {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  font-size: 0.18rem;
}
.teamitems .one ul span {
  color: #666;
}
.teamitems .one ul li + li {
  margin-left: 0.5rem;
}
.teamitems .one h4 {
  font-size: 0.18rem;
  margin-top: 0.15rem;
  color: #666;
}
.teamitems .one h4 span {
  color: #ff7e00;
  padding-right: 0.15rem;
  border-right: 1px solid #999;
  margin-right: 0.15rem;
}
.teamitems .two {
  margin-top: 0.3rem;
}
.teamitems .two .tabbox .txt {
  line-height: 0.36rem;
}
.teamitems .two .tab {
  display: flex;
  background: #f7fbff;

  font-size: 0.2rem;
}
.teamitems .two .tab a {
  display: flex;
  align-items: center;
  height: 0.6rem;
  padding: 0 0.3rem;
  color: #0799cb;
}
.teamitems .two .tab .on a {
  color: #fff;
  background: #0799cb;
}
.teamitems .two .lists {
  padding-top: 0.15rem;
}
.teamitems .two .lists li {
  display: flex;
  line-height: 0.15rem;
}
.teamitems .two .lists .circle {
  margin-right: 0.3rem;
  position: relative;
}
.teamitems .two .lists .circle::before {
  content: '';
  width: 2px;
  background: #0799cb;
  position: absolute;
  left: 0.065rem;
  top: 0;
  bottom: 0;
}
.teamitems .two .lists li:last-child .circle::before {
  display: none;
}
.teamitems .two .lists .circle i {
  display: block;
  width: 0.15rem;
  height: 0.15rem;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #0799cb;
  position: relative;
}
.teamitems .two .lists .flex {
  margin-top: 0.2rem;
  flex-wrap: wrap;
}
.teamitems .two .lists .flex_item {
  padding-bottom: 0.35rem;
}
.teamitems .two .lists .orange {
  color: #ff8a00;
  padding-left: 0.4rem;
}
.teamitems .two .lists .brdge {
  color: #008bbb;
  width: 0.97rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.3rem;
  background: #eaf8ff;
}
/**/
.jinrongitems {
  padding: 0.3rem 0 0.5rem;
  font-size: 0.18rem;
}
.jinrongitems .title {
  margin-bottom: 0.2rem;
}
.jinrongitems .title span {
  display: inline-block;
  border-bottom: 4px solid #d9effa;
  line-height: 0.18rem;
}
.jinrongitems .two {
  display: flex;
  margin-top: 0.2rem;
}
.jinrongitems .two .flex_item + .flex_item {
  margin-left: 0.2rem;
}
.jinrongitems .two .flex_item {
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.07);
  padding: 0.2rem;
}
.jinrongitems .three {
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.07);
  padding: 0.2rem;
  margin-top: 0.2rem;
}
.jinrongitems .three table {
  width: 100%;
  text-align: center;
}
.jinrongitems .three table tr {
  border-bottom: 1px solid #eee;
}
.jinrongitems .three table p {
  text-align: left;
}
.jinrongitems .three table th,
.jinrongitems .three table td {
  padding: 0.2rem;
}
.jinrongitems .three table th {
  background: #f7fbff;
}
.jinrongitems .three .pages {
  margin: 0.3rem 0;
}
.chart {
  height: 3.25rem;
}
.jinrongitems .one {
  display: flex;
  align-items: flex-start;
  background: #fff;
  font-size: 0.16rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.07);
  padding: 0.3rem;
}
.jinrongitems .one p {
  line-height: 0.36rem;
  margin-top: 0.1rem;
}
.jinrongitems .one .pic {
  border-radius: 50%;
  margin-right: 0.2rem;
  width: 0.9rem;
  height: 0.9rem;
  border: 3px solid #d3e6fb;
}
.jinrongitems .one .name {
  font-size: 0.3rem;
  margin-bottom: 0.15rem;
}
.jinrongitems .one ul {
  display: flex;
  flex-wrap: wrap;
}
.jinrongitems .one ul li {
  margin-right: 1rem;
}
.jinrongitems .one ul li i {
  color: #0799cb;
  font-size: 0.18rem;
  margin-right: 0.05rem;
}
.jinrongitems .one h4 {
  font-size: 0.18rem;
  padding: 0.15rem 0;
  color: #666;
}
.jinrongitems .one h4 span + span {
  border-left: 1px solid #ccc;
  padding-left: 0.2rem;
  margin-left: 0.2rem;
}
.jinrongitems .one .brdge {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.jinrongitems .one .brdge span {
  color: #0799cb;
  background: #eaf8ff;
  margin-left: 0.1rem;
  display: flex;
  align-items: center;
  padding: 0 0.15rem;
  height: 0.36rem;
}
/**/
.homepage {
  font-size: 0.16rem;
}
.homepage .banner {
  position: relative;
}
.homepage .banner img {
  width: 100%;
}
.homepage .banner .bd {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -1.3rem;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #fff;
  z-index: 10;
}
.homepage .banner .bd h3 {
  font-size: 0.48rem;
  padding-bottom: 0.3rem;
}
.homepage .banner .ft {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #cfeaf4;
  font-size: 0.2rem;
  padding-top: 0.3rem;
  padding-bottom: 0.1rem;
  line-height: 0.6rem;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.homepage .banner .ft ul {
  display: flex;
  flex-wrap: wrap;
}
.homepage .banner .ft ul li {
  width: 25%;
  padding: 0.1rem 0;
}
.homepage .banner .ft ul li span {
  color: #fff;
  padding-right: 0.1rem;
  font-size: 0.42rem;
}
.homepage .banner .ft ul li dt {
  height: 0.6rem;
}
.homepage .title {
  text-align: center;
  font-weight: bold;
  font-size: 0.36rem;
}
.homepage .title:after {
  content: '';
  width: 0.4rem;
  height: 3px;
  background: #0799cb;
  display: block;
  margin: 0.15rem auto 0;
}
.homepage .more {
  display: flex;
  justify-content: center;
  margin-top: 0.55rem;
}
.homepage .more a {
  color: #0799cb;
  font-size: 0.2rem;
  border: 2px solid #0799cb;
  width: 2rem;
  height: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .more a:hover {
  color: #fff;
  background: #0799cb;
}
.homepage .one {
  padding: 0.9rem 0;
}
.homepage .one .swiper-slide {
  width: 3.98rem;
  opacity: 0.5;
  margin: 0.23rem;
}
.homepage .one .swiper-slide a {
  display: block;
  color: #333;
  background: #fff;

  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.07);
  border-radius: 0.05rem;
  padding: 0.15rem;
  border: 2px solid transparent;
}
.homepage .one .swiper-slide-prev,
.homepage .one .swiper-slide-next,
.homepage .one .swiper-slide-active {
  opacity: 1;
}
.homepage .one .swiper-slide a:hover {
  border-color: #0799cb;
}
.homepage .one .swiper-slide a:hover h4 {
  text-decoration: underline;
}
.homepage .one .swiper-slide h4 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin: 0.1rem 0;
}
.homepage .one .swiper-slide li {
  display: flex;
  font-size: 0.14rem;
  align-items: flex-start;
  line-height: 0.24rem;
}
.homepage .one .swiper-slide li span {
  display: flex;
  align-items: center;
}
.homepage .one .swiper-slide li i {
  margin-right: 0.06rem;
}
.homepage .one .swiper-slide p {
  padding-bottom: 0.1rem;
}
.homepage .one .swiper-slide p span {
  width: 0.7rem;
  height: 0.3rem;
  background: #e60012;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  border-radius: 0.05rem;
  color: #fff;
}
.homepage .one .swiper-slide p .on {
  background: #0799cb;
}
.homepage .one .bd {
  padding-top: 0.2rem;
}
.homepage .one .more {
  margin-top: 0.2rem;
}
.homepage .two {
  background: #fff;
  padding: 0.9rem 0;
}
.homepage .two .bd li {
  margin-top: 0.3rem;
  border: 1px solid #e4eefd;
  padding: 0.3rem;
  position: relative;
  background-image: linear-gradient(to bottom, #f7fbff, #fff);
}
.homepage .two .bd li:hover a {
  text-decoration: underline;
  color: #0799cb;
}
.homepage .two .bd li .tip {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  color: #fff;
  background: #00a0e9;
  width: 1rem;
  height: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 0.1rem;
}
.homepage .two .bd li .color1 {
  background: #aa89bd;
}
.homepage .two .bd li .color2 {
  background: #f29b76;
}
.homepage .two .bd li .color3 {
  background: #8fc31f;
}
.homepage .two .bd li h4 {
  font-size: 0.24rem;
}
.homepage .two .bd li .brdge {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.homepage .two .bd li .brdge > div + div {
  margin-left: 0.4rem;
}
.homepage .two .bd li .brdge span {
  color: #999999;
}
.homepage .two .bd li .brdge i {
  color: #999;
  font-size: 0.18rem;
  margin-right: 0.06rem;
}
.homepage .three {
  padding-top: 0.9rem;
}
.homepage .three .tabtitle {
  width: 6rem;
  max-width: 100%;
  margin: 0.4rem auto;
  font-size: 0.18rem;
  color: #0799cb;
  cursor: pointer;
  border: 1px solid #0799cb;
  display: flex;
}
.homepage .three .tabtitle li {
  flex: 1;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .three .tabtitle li + li {
  border-left: 1px solid #0799cb;
}
.homepage .three .tabtitle li.on {
  color: #fff;
  background: #0799cb;
}
.homepage .four {
  height: 2rem;
  margin-top: 0.9rem;
  background: url(../images/home_15.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  line-height: 0.6rem;
}
.homepage .four dt {
  font-size: 0.36rem;
  font-weight: bold;
}
.homepage .four .btn {
  color: #fff;

  border: 2px solid #fff;
  width: 2rem;
  height: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .four .btn i {
  font-size: 0.28rem;
}
.homepage .four .btn:hover {
  background: #fff;
  color: #0799cb;
}
/*0728*/
.guapai {
  background: url(../images/0728-1.jpg) top center no-repeat;
  background-size: 100% auto;
}
.guapai .one {
  padding-top: 0.95rem;
}
.guapai .one .bd {
  background: #fff;
  padding: 0.3rem;
  margin-top: 0.5rem;
  font-size: 0.2rem;
  text-align: center;
}
.guapai .one .bd .table {
  border: 1px solid #efeff5;
  white-space: nowrap;
  overflow-x: auto;
}
.guapai .one .bd table {
  width: 100%;
}
.guapai .one .bd table td,
.guapai .one .bd table th {
  padding: 0.25rem;
}
.guapai .one .bd table p {
  text-align: left;
}
.guapai .one .bd table tr + tr {
  border-top: 1px solid #efeff5;
}
.guapai .one .bd table td + td,
.guapai .one .bd table th + th {
  border-left: 1px solid #efeff5;
}
.guapai .one .bd table th {
  background: #fafafc;
}
/**/
.keyan {
  background: url(../images/0728-3.jpg) top center no-repeat;
  background-size: 100% auto;
}
.keyan .one ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.keyan .one ul li {
  width: 25%;
  padding: 0.15rem;
}
.keyan .one ul li a {
  display: block;
  padding: 0.15rem;
  box-shadow: 0 0 0.1rem #c8eeff;
  line-height: 0.3rem;
  background: #fff;
}
.keyan .one ul li dd {
  color: #666;
}
.keyan .one ul li dt {
  font-size: 0.2rem;
}
.keyan .one ul li dl {
  padding: 0.15rem 0 0.05rem;
}
.keyan .two {
  font-size: 0.18rem;
  margin-top: 0.5rem;
  padding: 0.3rem;
  background: #fff;
  border-radius: 0.05rem;
  text-align: center;
  color: #666;
}
.keyan .two .table {
  border: 1px solid #efeff5;
  border-radius: 0.05rem;
  white-space: nowrap;
  overflow-x: auto;
}
.keyan .two .table p {
  text-align: left;
  color: #333;
}
.keyan .two .table td {
  padding: 0.25rem;
}
.keyan .two .table th {
  color: #333;
  padding: 0.25rem;
  font-size: 0.2rem;
}
.keyan .two .table table {
  width: 100%;
}
.keyan .two .table tr + tr {
  border-top: 1px solid #efeff5;
}
.keyan .two .table td + td {
  border-left: 1px solid #efeff5;
}
.keyan .two .table .red {
  color: #ff4e00;
}
/**/
.caseitems .six img {
  width: 100%;
}
.caseitems .six .flex {
  align-items: stretch;
}
.caseitems .six .flex > .flex_item + .flex_item {
  padding-left: 0.4rem;
  position: relative;
}
.caseitems .six h3 {
  font-size: 0.3rem;
  padding: 0.3rem 0 0.2rem;
}
.caseitems .six ul {
  font-size: 0.18rem;
  line-height: 0.48rem;
}
.caseitems .six ul b {
  font-size: 0.2rem;
  color: #ff6600;
}
.caseitems .six .tel {
  position: absolute;
  bottom: 0.3rem;
  right: 0;
  display: flex;
  background: #f7fbff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  padding: 0.25rem;
  left: 0.4rem;
}
.caseitems .six .tel i {
  font-size: 0.18rem;
  margin-right: 0.08rem;
  color: #0799cb;
}
.caseitems .six .tel span {
  color: #666;
}
