.info {
  font-size: 0.16rem;
}
.banner_info {
  position: relative;
}
.banner_info > img {
  width: 100%;
  height: 3.5rem;
}
.banner_info .bd {
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  top: 50%;
  transform: translate(0, -50%);
}
.banner_info .bd dt {
  font-size: 0.14rem;
  color: #689aff;
}
.banner_info .bd dd {
  font-weight: bold;
  padding: 0.1rem 0;
  font-size: 0.34rem;
}
.banner_info .bd .btn {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  width: 0.88rem;
  justify-content: center;
  height: 0.32rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.05rem;
}
.banner_info .bd .btn:hover {
  background: #fff;
  color: #1890ff;
}
.banner_info .bd p {
  line-height: 0.27rem;
  margin-bottom: 0.2rem;
}
.profile .tab {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
}
.profile .tab ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile .tab a {
  height: 0.7rem;
  display: flex;
  padding: 0 0.16rem;
  position: relative;
  align-items: center;
  font-weight: bold;
}
.profile .tab li + li {
  margin-left: 1rem;
}
.profile .tab li.on a {
  color: #1890ff;
}
.profile .tab li.on a:after {
  content: '';
  border-bottom: 4px solid #1890ff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.profile .one {
  padding: 0.9rem 0;
}
.profile .one + .one {
  background: #f8f9fa;
}
.profile .one + .one .flex_item:nth-child(2) {
  margin: 0 !important;
}
.profile .one .bd {
  line-height: 0.32rem;
}
.profile .one .bd p + p {
  margin-top: 0.3rem;
}
.profile .one .bd .pic {
  border-radius: 0.2rem;
}
.profile .one .bd .flex_item + .flex_item {
  margin-left: 1.04rem;
}
.profile .one .more {
  line-height: 0.4rem;
  padding: 0 0.2rem;
  display: inline-block;
  border-radius: 0.4rem;
  color: #fff;
  background: #1890ff;
  border: 1px solid #1890ff;
}
.profile .one .more:hover {
  color: #1890ff;
  background: none;
}
.profile .title {
  text-align: center;
  padding-bottom: 0.7rem;
}
.profile .title h2 {
  font-weight: bold;
  font-size: 0.3rem;
}
.profile .title p {
  font-size: 0.2rem;
  padding-top: 0.1rem;
  opacity: 0.25;
  color: #888;
}
.profile .title::after {
  content: '';
  display: block;
  width: 1.15rem;
  border-top: 2px solid #3f86ff;
  margin: 16px auto 0;
}
.profile .two {
  background: url(../images/bg.png) bottom center no-repeat;
  background-size: 100% auto;
  padding: 0.9rem 0 1.5rem;
}
.profile .two .bd {
  padding-top: 0.8rem;
}
.profile .two .bd li {
  display: flex;
  align-items: center;

  line-height: 0.31rem;
}
.profile .two .bd li .dian {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1.5rem;
  width: 1.28rem;
}
.profile .two .bd li .dian::before {
  content: '';
  display: block;
  background: #e9f5ff;
  width: 2px;
  height: 100%;
  top: 0;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  z-index: 2;
}
.profile .two .bd li .dian img {
  width: 34px;
  position: relative;
  z-index: 5;
}
.profile .two .bd li:last-child .dian::before {
  height: 50%;
}
.profile .two .bd li .year {
  width: 1.62rem;
  height: 0.7rem;
  background: url(../images/year.png) center no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e6eff;
  font-size: 0.22rem;
  font-weight: 700;
}
.profile .two .bd .logo {
  width: 0.8rem;
  height: 0.8rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.profile .two .bd .logo img {
  width: 0.49rem !important;
}
.profile .bg {
  background: url(../images/bg.png) bottom center no-repeat;
  background-size: 100% auto;
}
.profile .three .title_info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.26rem;
}
.profile .three .title_info b {
  padding: 0 0.2rem;
}
.profile .three {
  padding: 0.9rem 0;
  background: #f8f9fa;
}
.profile .three + .three {
  background: none;
}
.profile .three .tabtitle {
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  margin: 0.4rem 0;
  cursor: pointer;
  color: #999;
  justify-content: center;
}
.profile .three .tabtitle li + li::before {
  content: '|';
  color: #ddd;
  padding: 0 0.2rem;
}
.profile .three .tabtitle li {
  display: flex;
  align-items: center;
}
.profile .three .tabtitle li span {
  display: block;
  position: relative;
}
.profile .three .tabtitle li.on {
  color: #333;
  font-weight: bold;
}
.profile .three .tabtitle li.on span:after {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #1890ff;
}
.profile .three .pic {
  margin-right: 0.25rem;
  width: 3.7rem;
  border-radius: 0.2rem;
}
.profile .three .flex {
  align-items: stretch;
}
.profile .three .flex_item {
  border-radius: 0.2rem;
  font-size: 0.14rem;
  padding: 0.35rem 0.4rem;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.profile .three .flex_item li + li {
  margin-top: 0.16rem;
}
.profile .three .flex_item li {
  position: relative;
  padding-left: 0.25rem;
}
.profile .three .flex_item li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: rgb(254, 126, 76);
}
/**/
.serviceList .tab {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 0.8rem;
  overflow: hidden;
}
.serviceList .tab.on {
  height: auto;
}
.serviceList .tab ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.serviceList .tab ul i {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0.3rem;
  transition: all 0.3s;
  font-size: 0.2rem;
  color: #1890ff;
}
.serviceList .tab ul i.on {
  transform: rotate(180deg);
}
.serviceList .tab ul li {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviceList .tab ul li a {
  display: flex;
  align-items: center;
  position: relative;
  height: 0.8rem;
}
.serviceList .tab ul li.on a:after {
  content: '';
  background: #418bff;
  width: 100%;
  position: absolute;
  height: 0.06rem;
  bottom: 0;
  left: 0;
}
.commonbottom {
  height: 1.8rem;
  background: url(../images/consultBg.png) center no-repeat;
  background-size: cover;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}
.commonbottom dt {
  font-size: 0.22rem;
  padding-bottom: 0.28rem;
}
.commonbottom a {
  width: 1.74rem;
  height: 0.37rem;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.37rem;
  margin: 0 auto;
}
.commonbottom a:hover {
  background: #fff;
  color: #418bff;
}
.serviceList .one {
  padding: 0.6rem 0;
  background: #f4f9ff;
}
.serviceList .one .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.11rem;
}
.serviceList .one .bd ul li {
  padding: 0.11rem;
  width: 33.333%;
}
.serviceList .one .bd ul a {
  display: block;
  border-radius: 0.05rem;
  overflow: hidden;
  background: url(../images/service_item_bg.png) right bottom no-repeat #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  background-size: 165px 115px;
}
.serviceList .one .bd ul a:hover .btn {
  background: #fff;
  color: #1890ff;
}
.serviceList .one .bd ul dl {
  padding: 0.3rem;
}
.serviceList .one .bd ul dt {
  font-weight: bold;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.15rem;
  font-size: 0.18rem;
}
.serviceList .one .bd ul .btn {
  width: 0.96rem;
  height: 0.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  border-radius: 0.05rem;
  background: #1890ff;
  border: 1px solid #1890ff;
  justify-content: center;
}
.serviceList .one .bd ul dd {
  font-size: 0.14rem;
  color: #999;
  line-height: 0.23rem;
  height: 0.69rem;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.serviceList .two {
  padding: 0.9rem 0;
  text-align: center;
}
.serviceList .two .title {
  font-size: 0.3rem;
}
.serviceList .two .bd {
  padding-top: 0.5rem;
}
.serviceList .two .bd ul {
  display: flex;
  flex-wrap: wrap;
}
.serviceList .two .bd ul li {
  width: 20%;
}
.serviceList .two .bd ul img {
  width: 0.75rem;
}
.serviceList .two .bd ul dd {
  font-size: 0.14rem;
  line-height: 0.21rem;
  color: #666;
  margin-top: 0.12rem;
}
.serviceList .two .bd ul dt {
  font-weight: bold;
  font-size: 0.2rem;
  margin-top: 0.2rem;
}
/**/
.certQuery {
  background: url(../images/cert_banner_bg.jpg) top center no-repeat;
  background-size: 100% auto;
}
.certQuery .title {
  text-align: center;
  font-size: 0.36rem;
  background: url(../images/certQuery1.png) bottom center no-repeat;
  padding-bottom: 0.3rem;
  background-size: auto 12px;
}
.certQuery .one {
  padding-top: 1rem;
}
.certQuery .one .bd h3 {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  font-weight: bold;
  justify-content: center;
  height: 0.8rem;
  background: #f6f8f9;
}
.certQuery .one .bd h3 img {
  width: 0.36rem;
  margin-right: 0.12rem;
}
.certQuery .one .search {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;

  border-radius: 0.55rem;
  padding-left: 0.2rem;
  overflow: hidden;
}
.certQuery .one .search img {
  width: 0.27rem;
}
.certQuery .one .search .input {
  width: 100%;
  height: 0.55rem;
  font-size: 0.16rem;
  padding-left: 0.2rem;
}
.certQuery .one .search .btn {
  width: 1.3rem;
  height: 0.55rem;
  color: #fff;
  font-size: 0.16rem;
  background: #1890ff;
}
.certQuery .one .hd {
  text-align: center;
  font-weight: bold;
  font-size: 0.46rem;
  color: #fff;
}
.certQuery .one .hd dt {
  opacity: 0.19;
  line-height: 0.05rem;
  font-weight: bold;
}
.certQuery .one .hd:after {
  content: '';
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  width: 1.15rem;
  height: 4px;
  background: #f7b427;
  border-radius: 2px;
}
.certQuery .one .bd {
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.1rem 0.1rem;
  margin-top: 0.5rem;
}
.certQuery .one .ft {
  padding: 0.4rem 1rem;
}
.certQuery .one .ft dl {
  margin-top: 0.3rem;
  font-size: 0.14rem;
  background: #f8f8f8;
  padding: 0.25rem;
  border-radius: 0.1rem;
}
.certQuery .one .ft dd {
  color: #999;
  line-height: 0.24rem;
  margin-top: 0.1rem;
}
.certQuery .one .ft dt {
  font-weight: bold;
  color: #666;
}
.certQuery .two {
  padding: 0.9rem 0;
}
.certQuery .two .bd {
  padding-top: 0.5rem;
}
.certQuery .two .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.11rem;
}
.certQuery .two .bd ul li {
  width: 33.333%;
  padding: 0.11rem;
  text-align: center;
}
.certQuery .two .bd ul li img {
  width: 0.86rem;
  margin-bottom: 0.35rem;
}
.certQuery .two .bd ul li dl {
  padding: 0.4rem 0;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.certQuery .three {
  padding: 0.9rem 0;
  background: url(../images/cert_query_bottom_bg.png) center no-repeat;
  background-size: cover;
}
.certQuery .three .bd {
  padding-top: 0.6rem;
}
.certQuery .three ul {
  display: flex;
  flex-wrap: wrap;
}
.certQuery .three ul li {
  width: 33.333%;
  display: flex;
  justify-content: center;
}
.certQuery .three ul li dd {
  font-size: 0.14rem;
  padding-top: 0.12rem;
  color: #999;
}
.certQuery .three ul li dd b {
  font-size: 0.39rem;
  color: #2752ff;
}
/**/
.newslist {
  background: url(../images/list_bg.png) top center no-repeat;
  background-size: 100% 1.5rem;
  padding: 85px 0;
}
.newslist .one {
  background: #fff;
  background: url(../images/list_title_bg.png) right center no-repeat #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  padding: 0.34rem 0.3rem;
  background-size: auto 100%;
}
.newslist .one dt {
  font-weight: bold;
  font-size: 0.18rem;
}
.newslist .one dd {
  font-size: 0.12rem;
  color: #999;
  margin-top: 0.1rem;
}
.newslist .one dd:after {
  content: '';
  display: block;
  width: 0.5rem;
  height: 4px;
  margin-top: 0.15rem;
  background: #f7b427;
}
.newslist .two .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0;
}
.newslist .two .hd .tabtitle {
  display: flex;
  align-items: center;
}
.newslist .two .hd .tabtitle li + li {
  margin-left: 0.2rem;
}
.newslist .two .hd .tabtitle a {
  display: flex;
  height: 0.36rem;
  align-items: center;
  padding: 0 0.2rem;
  border-radius: 0.3rem;
}
.newslist .two .hd .tabtitle .on a {
  color: #fff;
  background: #3f86ff;
}
.newslist .two .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.11rem;
}
.newslist .two .bd ul li {
  width: 33.333%;
  padding: 0.1rem;
}
.newslist .two .bd ul li .box {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.newslist .two .bd ul li dl {
  padding: 0.15rem;
}
.newslist .two .bd ul li dd {
  margin-top: 0.1rem;
  line-height: 0.2rem;
  height: 0.6rem;
  font-size: 0.13rem;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newslist .two .bd ul li dt {
  line-height: 0.23rem;
  height: 0.46rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newslist .two .bd ul li .data {
  display: flex;
  align-items: center;
  padding: 0.15rem;
  border-top: 1px solid #f7f7f7;
  font-size: 0.12rem;
  color: #999;
}
.newslist .two .bd ul li .data i {
  font-size: 0.12rem;
  margin-right: 0.05rem;
}
.newslist .two .bd ul li .data a {
  color: #3f86ff;
}
.bread {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
}
.bread a {
  color: rgba(0, 0, 0, 0.45);
}
.bread li + li::before {
  content: '>';
  padding: 0 0.1rem;
  color: #999;
}
.pages {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
  justify-content: center;
  font-size: 0.14rem;
}
.pages a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 12px;
  width: 0.32rem;
  height: 0.32rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  margin-right: 0.1rem;
}
.pages a.on,
.pages a:hover {
  color: #3f86ff;
  border-color: #3f86ff;
}
.pages select {
  height: 0.32rem;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 0 0.1rem;
  background: #fff;
}
/**/
.serviceDetail .banner {
  height: 2rem;
  color: #fff;
  font-size: 0.34rem;
  font-weight: bold;
  background: url(../images/list_bg.png) no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 0.44rem 0;
}
.serviceDetail .banner span {
  display: inline-block;
  border-bottom: 4px solid #f7b427;
  padding-bottom: 0.15rem;
}
.serviceDetail .one {
  display: flex;
}
.serviceDetail .one .side {
  width: 3rem;
  transform: translateY(-0.5rem);
  margin-left: 0.4rem;
}
.serviceDetail .one .bread {
  padding: 0.3rem 0 0.2rem;
}
.serviceDetail .two {
  font-size: 0.14rem;
}
.serviceDetail .two h3 {
  padding: 0.3rem 0;
  font-size: 0.2rem;
  font-weight: 700;
  color: #2c7af1;
  line-height: 0.26rem;
}
.serviceDetail .two h3::before {
  content: '';
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  background: #2c7af1;
  border-radius: 0.03rem;
  margin-right: 0.15rem;
  position: relative;
  top: -1px;
}
.serviceDetail .three {
  background: url(../images/service_item_bg.png) no-repeat;
  background-position: 100% 100%;
  background-size: 165px 115px;
  background-color: #fff;
  border-radius: 0.05rem;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  padding: 0.55rem 0.3rem 0.35rem;
  text-align: center;
}
.serviceDetail .title {
  text-align: center;
  font-weight: bold;
  font-size: 0.24rem;
}
.serviceDetail .three p {
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.16rem;
}
.serviceDetail .three a {
  background: #fff;
  border: 1px solid #3f86ff;
  width: 1.12rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  margin: 0.34rem auto 0;
  border-radius: 0.05rem;
  justify-content: center;
  color: #3f86ff;
}
.serviceDetail .three a:hover {
  color: #fff;
  background: #3f86ff;
}
.serviceDetail .four {
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07);
  border-radius: 0.05rem;
  padding: 0.48rem 0.33rem 0.1rem;
  background: url(../images/service_item_bg.png) no-repeat;
  background-position: 100% 100%;
  background-size: 165px 115px;
  background-color: #fff;
}
.serviceDetail .four li {
  padding: 0.3rem 0;
}
.serviceDetail .four li + li {
  border-top: 1px solid #eee;
}
.serviceDetail .four li .flex {
  margin-top: 0.17rem;
}
.serviceDetail .four li span {
  line-height: 24px;
  padding: 0 7px;
  border-radius: 0.05rem;
  color: #fff;
  font-size: 0.12rem;
  background: #1890ff;
  display: inline-block;
}
/**/
.homepage {
  font-size: 0.14rem;
}
.homepage .bg {
  background: #f3f8fe url(../images/pageBg.png) no-repeat top;
  background-size: 100% auto;
  padding-bottom: 0.7rem;
}
.homepage .banner {
  position: relative;
}
.homepage .banner .swiper-slide img {
  width: 100%;
  height: 4.58rem;
}
.homepage .banner .bd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 9;
}
.homepage .banner .bd .container,
.homepage .banner .bd .box {
  height: 100%;
}
.homepage .banner .bd .box {
  width: 2.4rem;
  padding: 0.2rem 0.35rem;
  background: url(../images/menuListBg.png) center no-repeat;
  background-size: cover;
}
.homepage .banner .bd .box img {
  width: 0.16rem;
  margin-right: 0.12rem;
}
.homepage .banner .bd .box li a {
  color: #fff;
  display: flex;
  line-height: 0.4rem;
  align-items: center;
}
.homepage .banner .bd .box li a:hover {
  color: #3f86ff;
}
.homepage .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homepage .title b {
  font-size: 0.28rem;
}
.homepage .title a {
  color: #3f86ff;
  font-size: 0.16rem;
}
.homepage .title .green {
  color: #26c087;
}
.homepage .title .orange {
  color: #f98800;
}
.homepage .one {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 22px 0;
  background: #fff;
}

.homepage .one ul {
  display: flex;
}
.homepage .one ul li {
  flex: 1;
  display: flex;
  line-height: 0.28rem;
  align-items: center;
  justify-content: center;
}
.homepage .one ul li + li {
  border-left: 1px solid #ddd;
}
.homepage .one ul img {
  width: 0.62rem;
  margin-right: 0.1rem;
}
.homepage .one ul dt {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-word;
}
.homepage .two {
  padding-top: 0.4rem;
}
.homepage .two .hd {
  padding-bottom: 0.4rem;
}
.homepage .two .hd h4 {
  display: flex;
  align-items: center;
  color: #e1e8fe;
  font-size: 0.3rem;
  margin-bottom: 0.08rem;
  font-weight: 700;
}
.homepage .two .hd h4 img {
  width: 0.3rem;
  margin-right: 0.08rem;
}
.homepage .two .hd dl {
  padding-left: 0.38rem;
}
.homepage .two .hd dt {
  font-weight: bold;
  font-size: 0.38rem;
}
.homepage .two .hd dd {
  font-size: 0.16rem;
  font-weight: bold;
  margin-top: 0.1rem;
}
.homepage .two .hd .search {
  display: flex;
  align-items: center;
  padding-left: 0.15rem;
  border-radius: 0.06rem;
  overflow: hidden;
  width: 65%;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.homepage .two .hd .search .btn {
  height: 0.6rem;
  color: #fff;
  padding: 0 0.15rem;
  font-size: 0.16rem;
  background: linear-gradient(42deg, #279cff, #466bff);
}
.homepage .two .hd .search .input {
  width: 100%;
  font-size: 0.16rem;
  padding-left: 0.15rem;
  height: 0.6rem;
  background: none;
}
.homepage .two .bd ul {
  display: flex;
}
.homepage .two .bd ul li {
  flex: 1;
  position: relative;
}
.homepage .two .bd ul li + li {
  margin-left: 0.15rem;
}
.homepage .two .bd ul dl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  padding: 0.35rem 0.5rem 0;
}
.homepage .two .bd ul dd {
  font-size: 0.12rem;
  line-height: 0.22rem;
}
.homepage .two .bd ul dt {
  font-size: 0.18rem;
  font-weight: 700;
  margin-bottom: 0.08rem;
}
.homepage .three {
  padding-top: 0.6rem;
}
.homepage .three .inbd {
  display: flex;
  margin-top: 0.24rem;
}
.homepage .three .inbd > .flex_item {
  position: relative;
}
.homepage .three .inbd > .flex_item + .flex_item {
  margin-left: 0.22rem;
}
.homepage .three .inbd img {
  width: 100%;
}
.homepage .three .inbd .up {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.15rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.homepage .three .inbd h4 {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.24rem;
}
.homepage .three .inbd h4:after {
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.03rem;
  margin: 0.1rem auto 0.2rem;
  background: rgba(255, 255, 255, 0.7);
}
/* 本例子css */
.txtMarquee-top {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.txtMarquee-top .infoList a {
  color: rgba(255, 255, 255, 0.7);
}
.txtMarquee-top .infoList a:hover {
  color: #fff;
}
.txtMarquee-top .infoList li {
  height: 21px;
  line-height: 21px;
}
.homepage .four {
  padding-top: 0.6rem;
}
.homepage .four .title {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.24rem;
}
.homepage .four .box {
  margin-top: 0.65rem;
  position: relative;
  display: flex;
}
.homepage .four .bd ul {
  display: flex;
  flex-wrap: wrap;
}
.homepage .four .bd ul li {
  width: 50%;
  background: url(../images/infoCardBg.png) center no-repeat;
  background-size: 100% 100%;
  padding: 0.1rem;
}
.homepage .four .bd ul li:first-child,
.homepage .four .bd ul li:nth-child(3) {
  border-right: 1px solid #eee;
}
.homepage .four .bd ul li:first-child,
.homepage .four .bd ul li:nth-child(2) {
  border-bottom: 1px solid #eee;
}
.homepage .four .bd ul li dt {
  font-weight: bold;
  font-size: 0.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.homepage .four .bd ul li dd {
  color: #9b9b9b;
  margin: 0.05rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.homepage .four .bd ul li .pic {
  height: 1.2rem;
}
.homepage .four .left {
  padding-left: 0.3rem;
  position: relative;
}
.homepage .four .left::before {
  content: '';
  border: 0.06rem solid #e6e6e6;
  position: absolute;
  left: 0.05rem;
  top: -0.25rem;
  bottom: 0.2rem;
  right: 0.2rem;
}
.homepage .four .left .over {
  position: absolute;
  width: 2.93rem;
  bottom: 0.22rem;
  right: 0.19rem;
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.6),
    hsla(0, 0%, 100%, 0.7),
    hsla(0, 0%, 100%, 0.72),
    hsla(0, 0%, 100%, 0.72),
    hsla(0, 0%, 100%, 0.72),
    hsla(0, 0%, 100%, 0.72),
    hsla(0, 0%, 100%, 0.72),
    hsla(0, 0%, 100%, 0.72),
    hsla(0, 0%, 100%, 0.7),
    hsla(0, 0%, 100%, 0.6),
    hsla(0, 0%, 100%, 0)
  );
  padding: 0.06rem 0.35rem;
}
.homepage .four .left .over dt {
  display: flex;
  align-items: center;
  height: 0.44rem;
  font-size: 0.16rem;
}
.homepage .four .left .over dt b {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  width: 0.36rem;
  height: 0.17rem;
  background: linear-gradient(180deg, #ffcb6c, #fe9c3a);
  font-size: 0.12rem;
  color: #fff;
  margin-left: 0.15rem;
}
.homepage .four .left .over dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #666;
  line-height: 0.44rem;
  border-top: 1px solid #ccc;
}
.homepage .four .side {
  position: absolute;
  left: 0;
  top: -0.45rem;
  width: 2.15rem;
  z-index: 9;
}
.homepage .four .side > img {
  width: 100%;
  height: 2.8rem;
}
.homepage .four .side .up {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.25rem 0.2rem;
  color: #fff;
  width: 100%;
}
.homepage .four .side .up dt {
  font-weight: bold;
  font-size: 0.18rem;
}
.homepage .four .side .up dd {
  font-size: 0.1rem;
  opacity: 0.67;
  padding: 0.05rem 0 0.27rem;
}
.homepage .four .side .up ol {
  display: flex;
  flex-wrap: wrap;
  margin: -0.07rem;
}
.homepage .four .side .up ol li {
  width: 50%;
  padding: 0.07rem;
}
.homepage .four .side .up ol a {
  line-height: 0.34rem;
  display: -webkit-box;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  border: 1px solid #fff;
  padding: 0 0.05rem;
  background: rgba(255, 255, 255, 0.2);
}
.ft_bottom {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.ft_bottom .pic {
  border-radius: 0.1rem;
}
.ft_bottom .flex_item + .flex_item {
  margin-left: 0.3rem;
  line-height: 2;
}
.ft_bottom h4 {
  font-weight: bold;
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
}
