.home-pro-wrap {
  background: #fff;
}
.home-pro-wrap .slide-box {
  width: 100%;
  background: #fff;
}
.home-pro-wrap .slide-box .hd {
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 10px 0 20px;
  border-bottom: 1px solid #eaeef1;
  position: relative;
}
.home-pro-wrap .slide-box .hd ul {
  display: flex;
  height: 0.5rem;
}
.home-pro-wrap .slide-box .hd ul li {
  flex: 1;
  cursor: pointer;
  text-align: center;
  font-size: 0.18rem;
  color: #1D2226;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-pro-wrap .slide-box .hd ul li .pro-item-icon {
  font-size: 0.2rem;
  margin-right: 0.1rem;
}
.home-pro-wrap .slide-box .hd ul li.on {
  height: 0.5rem;
  color: #49BCBD;
  border-bottom: 1px solid #49BCBD;
  position: relative;
  z-index: 1;
}
.home-pro-wrap .slide-box .hd ul li.on::after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border: 1px solid #49BCBD;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -3px;
  background: #fff;
  z-index: 2;
}
.home-pro-wrap .slide-box .bd {
  padding-top: 40px;
}
.home-pro-wrap .slide-box .bd .toggle-item {
  display: flex;
  flex-wrap: wrap;
}
.home-pro-wrap .slide-box .bd .toggle-item .item {
  width: 33.333%;
  margin-top: 4px;
}
.home-pro-wrap .slide-box .bd .toggle-item .item .pro-title {
  display: flex;
  align-items: center;
}
.home-pro-wrap .slide-box .bd .toggle-item .item .pro-title .icon {
  display: inline-block;
  width: 28px;
  height: 22px;
  margin-right: 10px;
}
.home-pro-wrap .slide-box .bd .toggle-item .item .pro-title .pro-item-icon {
  font-size: 26px;
  margin-right: 10px;
}
.home-pro-wrap .slide-box .bd .toggle-item .item .pro-title .txt {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.home-pro-wrap .slide-box .bd .toggle-item .item .pro-list {
  display: flex;
  width: 400px;
  flex-wrap: wrap;
  padding: 15px 38px;
}
.home-pro-wrap .slide-box .bd .toggle-item .item .pro-list li {
  width: 133px;
  height: 33px;
  border: 1px solid #d9d8d8;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  padding: 0 4px 0 10px;
  transition: all 0.3s;
  box-sizing: border-box;
}
.home-pro-wrap .slide-box .bd .toggle-item .item .pro-list li a {
  display: block;
  height: 33px;
  line-height: 32px;
  font-size: 16px;
  color: #ADADAD;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-doc-wrap {
  background: #f5f7f7;
  padding: 0rem 0.4rem;
}
.home-doc-wrap .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0.4rem 0 0.5rem 0;
  display: flex;
  justify-content: space-between;
}
.home-doc-wrap .inner .item {
  margin: 0 0.11rem;
}
.home-doc-wrap .inner .item .home-title {
  margin-bottom: 0.32rem;
}
.home-doc-wrap .inner .item .home-title .home-title-line {
  margin-bottom: 0.14rem;
}
.home-doc-wrap .inner .item .home-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-doc-wrap .inner .item .home-title-wrap .home-title-name {
  margin-bottom: 0;
}
.home-doc-wrap .inner .item .home-title-wrap .more-btn {
  font-size: 16px;
  color: #ADADAD;
}
.home-doc-wrap .inner .item .list li {
  background: #fff;
  height: 0.76rem;
  margin-bottom: 0.12rem;
  list-style: none;
}
.home-doc-wrap .inner .item .list li:hover {
  box-shadow: 0 5px 0.15rem rgba(73, 188, 189, 0.15);
}
.home-doc-wrap .inner .item .list a {
  display: block;
  display: flex;
}
.home-doc-wrap .inner .item .list a .left {
  color: #ADADAD;
  width: 0.75rem;
  border-right: 1px solid #F5F7F7;
  text-align: center;
  padding-top: 0.1rem;
}
.home-doc-wrap .inner .item .list a .left .date {
  font-size: 0.24rem;
}
.home-doc-wrap .inner .item .list a .left .month {
  font-size: 0.14rem;
}
.home-doc-wrap .inner .item .list a .right {
  padding: 0 0.16rem;
  width: calc(100% - 0.75rem);
  padding-top: 0.14rem;
}
.home-doc-wrap .inner .item .list a .right .title {
  width: 100%;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-doc-wrap .inner .item .list a .right .txt {
  width: 100%;
  font-size: 0.14rem;
  color: #ADADAD;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-doc-wrap .inner .item-other .list {
  padding: 0.1rem 0;
  background: #fff;
}
.home-doc-wrap .inner .item-other .list li {
  height: 0.4rem;
  margin: 0;
  padding: 0 0.4rem 0 0.24rem;
}
.home-doc-wrap .inner .item-other .list li a {
  display: inline-block;
  width: 100%;
  font-size: 0.16rem;
  line-height: 0.4rem;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding-left: 0.19rem;
}
.home-doc-wrap .inner .item-other .list li a::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #d9d8d8;
  border-radius: 50%;
  position: absolute;
  top: 0.17rem;
  left: 0;
}
.home-doc-wrap .inner .item-other .list li a:hover {
  opacity: 0.7;
}
.home-doc-wrap .inner .item-other .list li:hover {
  box-shadow: none;
}
.home-partner-wrap {
  padding-top: 0.66rem;
}
.home-partner-wrap .partner-box .list {
  display: flex;
  flex-wrap: wrap;
}
.home-partner-wrap .partner-box .list .item {
  width: 16.66667%;
  padding: 0 0.14rem;
  height: 1.44rem;
  margin-bottom: 0.2rem;
}
.home-partner-wrap .partner-box .list .item .pic-wrap {
  height: 1.44rem;
  padding: 0.3rem 0.3rem;
  box-shadow: 0px 5px 18px rgba(73, 188, 189, 0.15);
  background: #fff;
}
.home-partner-wrap .partner-box .list .item .pic-wrap img {
  width: 100%;
  height: 100%;
}
.home-partner-wrap .home-partner {
  padding: 0.1rem 0 0.32rem 0;
  position: relative;
}
.home-partner-wrap .home-partner .partner-save {
  display: flex;
  padding: 0.3rem 0 0.6rem 0;
}
.home-partner-wrap .home-partner .partner-bg1 {
  width: 864px;
  height: 864px;
  border-radius: 50%;
  background: rgba(179, 235, 235, 0.1);
  position: absolute;
  left: -250px;
  bottom: -655px;
  z-index: -1;
}
.home-partner-wrap .home-partner .partner-bg2 {
  width: 811px;
  height: 811px;
  border-radius: 50%;
  background: rgba(179, 235, 235, 0.1);
  position: absolute;
  right: -175px;
  top: -150px;
  z-index: -1;
}
.home-partner-wrap .home-partner .partner-bg3 {
  width: 684px;
  height: 684px;
  border-radius: 50%;
  background: rgba(179, 235, 235, 0.2);
  position: absolute;
  right: -346px;
  top: 300px;
  z-index: 0;
}
.home-info {
  box-shadow: -13px 6px 27px rgba(140, 140, 140, 0.09) !important;
}
.home-info .home-info-item .home-info-icon {
  width: 0.62rem;
  height: 0.62rem;
  padding: 0.13rem !important;
  background-color: #F5F7F7;
  border-radius: 50%;
  margin-right: 0.18rem;
}
.home-info .home-info-item .home-info-icon .icon {
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
}
.home-info .home-info-item .home-info-icon .icon-1 {
  background: url('/static_index_qs_theme/default-themes/home/image/home/icon-1@2x.png') no-repeat;
  background-size: contain;
}
.home-info .home-info-item .home-info-icon .icon-2 {
  background: url('/static_index_qs_theme/default-themes/home/image/home/icon-2@2x.png') no-repeat;
  background-size: contain;
}
.home-info .home-info-item .home-info-icon .icon-3 {
  background: url('/static_index_qs_theme/default-themes/home/image/home/icon-3@2x.png') no-repeat;
  background-size: contain;
}
.home-info .home-info-item .home-info-icon .icon-4 {
  background: url('/static_index_qs_theme/default-themes/home/image/home/icon-4@2x.png') no-repeat;
  background-size: contain;
}
.home-notice .home-notice-icon {
  display: inline-block;
  width: 0.28rem;
  height: 0.24rem;
  background: url('/static_index_qs_theme/default-themes/home/image/home/notice@2x.png') no-repeat;
  background-size: contain;
}
/* #fixed #qq-outer {
    box-shadow: 0px 5px 18px rgba(73,188,189,0.15); 
} */
#fixed #qq-outer {
  width: 269px;
  background: #ffffff;
  box-shadow: 0px 5px 18px rgba(73, 188, 189, 0.15);
  border-radius: 0.04rem;
}
#fixed #qq-outer .qq-title {
  height: 0.48rem;
  line-height: 0.48rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  border-top-left-radius: 0.04rem;
  border-top-right-radius: 0.04rem;
  white-space: nowrap;
  color: #fff;
  font-size: 0.16rem;
  background-image: linear-gradient(to right, #82E1E1, #4ABCBE);
  padding: 0 0.2rem;
}
#fixed #qq-outer .qq-inner .qq-left {
  padding: 0 0.24rem;
  margin: 0;
  border: none;
}
#fixed #qq-outer .qq-inner .qq-left > .qg-flex {
  padding: 0.08rem 0;
}
#fixed #qq-outer .qq-inner .qq-left .qq-item {
  display: flex;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 40px;
  align-items: center;
  margin-top: 0;
}
#fixed #qq-outer .qq-inner .qq-left .qq-item:nth-child(2n) {
  justify-content: flex-end;
}
#fixed #qq-outer .qq-inner .qq-left .qq-item .qq-icon {
  height: 18px;
  width: 16px;
  margin-right: 5px;
}
