@charset "UTF-8";
.bgt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-fix {
  background-attachment: fixed;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 222;
  background: #fff;
}

.header .d1 .logo img {
  width: 2.55rem;
}

.header .nav li {
  margin-right: 0.4rem;
  position: relative;
}

.header .nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  padding: 0.33rem 0 0.3rem;
}

.header .nav li a::after {
  content: "";
  width: 0;
  height: 0.04rem;
  background: var(--color);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  transition: all ease 0.3s;
}

.header .nav li:hover a, .header .nav li.on a {
  color: var(--color);
}

.header .nav li:hover a::after, .header .nav li.on a::after {
  width: 100%;
}

.header .search {
  width: 2.33rem;
  height: 0.37rem;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 0.18rem;
  margin-left: 0.35rem;
}

.header .search .btn {
  width: 0.4rem;
  height: 0.37rem;
  display: flex;
  align-items: center;
}

.header .search .btn i {
  color: var(--color);
}

.header .search .btn input {
  height: 100%;
}

.header .search .int {
  height: 0.37rem;
  transition: 0.3s;
  padding: 0 0.15rem;
}

.header .search .int input {
  width: 100%;
  height: 100%;
  font-size: inherit;
  background: none;
}

.header .search .int input::-webkit-input-placeholder {
  color: #999;
  font-size: inherit;
}

.header.fix {
  box-shadow: 0 0.01rem 0.2rem rgba(0, 0, 0, 0.175) !important;
}

.vmore a {
  width: 1.99rem;
  height: 0.49rem;
  border: 1px solid #ddd;
  border-radius: 0.24rem;
  color: #666;
}

.vmore.vmore2 a {
  color: #fff;
  border-color: #ddd;
}

.vmore.vmore2 a:hover {
  color: var(--color);
}

/* home */
.banner {
  height: 90vh;
}

.banner .swiper-container, .banner .swiper-slide, .banner .item, .banner .slide-txt, .banner .wp {
  height: 100%;
}

.banner .slide-txt {
  position: relative;
  z-index: 22;
  color: #fff;
  max-width:10rem;
  margin: 0 auto;
  text-align: center;
}

.banner .slide-txt .txt2 {
  margin: 0.1rem auto 0 auto;
  max-width: 6.9rem;
  color: rgba(255, 255, 255, 0.8);
}

.banner .slide-txt .vmore {
  margin: 0.3rem 0 0.4rem;
}

.banner .item .pic1 {
  width: 13.84rem;
}

.banner .item .pic2 {
  width: 80%;
  max-width: 5rem;
}

.banner .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 0.7rem;
  left: 0;
  text-align: center;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.04rem;
  position: relative;
  border-radius: 0;
  background: transparent;
  margin: 0 0.1rem;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.banner .ban-slide-bj,
.banner .ban-slide-bj1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
}

.banner .swiper-slide-active .ban-slide-bj {
  transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transition: all linear 5s;
  -webkit-transition: all linear 5s;
}

.ind-type {
  margin-bottom: 0.7rem;
}

.ind-type .tit {
  position: relative;
}

.ind-type .tit .en {
  color: rgba(0, 21, 67, 0.05);
  position: absolute;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ind-type .tit .cn span {
  color: var(--color);
}

.ind-type .tit::after {
  content: "";
  width: 0.7rem;
  height: 0.06rem;
  background: var(--color);
  position: absolute;
  bottom: -0.16rem;
  left: 50%;
  transform: translateX(-50%);
}

.ind-type .desc {
  margin-top: 0.32rem;
  color: rgba(34, 34, 34, 0.8);
}

.ind-type .desc.al {
  margin-top: 0.45rem;
  text-align: left;
}

.ind1 .hot {
  margin-bottom: 0.3rem;
}

.ind1 .hot .item1 .item-pic {
  width: 4rem;
  margin-right: 0.28rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.ind1 .hot .item1 .item-pic .fitImg2 {
  height: 2.38rem;
}

.ind1 .hot .item1 .item-pic::after {
  content: "";
  width: 100%;
  height: 0.57rem;
  background: url("../img/fdc.png") no-repeat bottom center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.ind1 .hot .item1 .item-info .item-desc {
  margin: 0.18rem 0 0.6rem;
  color: #666;
  -webkit-line-clamp: 3;
}

.ind1 .hot .item1 .item-info .item-link {
  color: #666;
}

.ind1 .hot .item1 .item-info .item-link i {
  margin-left: 0.1rem;
}

.ind1 .hot .item1:hover .item-info .item-tit:hover,
.ind1 .hot .item1:hover .item-info .item-link:hover {
  color: var(--color);
}

.ind1 .hot .swiper-pagination {
  text-align: left;
  width: 4rem;
  padding-left: 3rem;
}

.ind1 .list {
  padding-bottom: 0.6rem;
}

.ind1 .list .card .item-type {
  border-bottom: 1px solid #eee;
}

.ind1 .list .card .item-type span {
  padding-bottom: 0.1rem;
  position: relative;
  display: block;
}

.ind1 .list .card .item-type span::after {
  content: "";
  width: 100%;
  height: 0.02rem;
  background: var(--color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.ind1 .list .card .item-list li .item {
  padding: 0.14rem 0;
  border-bottom: 1px solid #eee;
}

.ind1 .list .card .item-list li .item .item-tit {
  padding-left: 0.23rem;
  position: relative;
}

.ind1 .list .card .item-list li .item .item-tit::before {
  content: "";
  width: 0.09rem;
  height: 0.09rem;
  background: url("../img/dot1.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.1rem;
}

.ind1 .list .card .item-list li .item .item-time {
  color: #999;
  width: 0.85rem;
  flex-shrink: 0;
  text-align: right;
  margin-left: 0.5rem;
}

.ind1 .list .card .item-list li .item:hover .item-tit {
  color: var(--color);
}

.swp-dot .swiper-wrapper {
  padding-bottom: 0.6rem;
}

.swp-dot .swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.04rem;
  background: #cfdaf2;
  border-radius: 0;
  opacity: 1;
}

.swp-dot .swiper-pagination-bullet-active {
  background: var(--color);
}

.swp-dot.swp-dot1 .swiper-wrapper {
  padding-bottom: 0;
}

.swp-dot.swp-dot1 .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
}

.swp-dot.swp-dot1 .swiper-pagination-bullet-active {
  background: #fff;
}

.swp-jt {
  padding: 0 0.3rem;
  position: relative;
}

.swp-jt .jt {
  width: 0.42rem;
  height: 0.42rem;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
  top: 43%;
}

.swp-jt .jt:hover {
  border-color: var(--color) !important;
}

.swp-jt .jt:hover i {
  color: var(--color) !important;
}

.ind2 {
  background-image: url("../img/bg_sec2.png");
}

.ind2 .ind-type .en {
  color: rgba(141, 18, 18, 0.05);
}

.ind2 .ind-type .cn {
  color: #282828;
}

.ind2 .ind-type .cn span {
  color: var(--color2);
}

.ind2 .ind-type .tit::after {
  background: var(--color2);
}

.ind2 .list {
  padding-top: 0.5rem;
}

.ind2 .list .item {
  padding: 0.4rem 0.2rem;
  border-radius: 0.2rem;
  background: linear-gradient(316deg, #ffffff 40%, #ffeae3 98%);
  box-sizing: border-box;
  border: 0.04rem solid #fff;
  box-shadow: 0rem 0.02rem 0.28rem 0rem rgba(245, 34, 45, 0.1);
  text-align: center;
}

.ind2 .list .item .icon {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #fff;
  margin-top: -1.2rem;
  box-shadow: 0rem 0.04rem 0.24rem 0rem rgba(205, 21, 30, 0.15);
}

.ind2 .list .item .icon img {
  width: 0.74rem;
}

.ind2 .list .item .tit {
  margin: 0.3rem 0 0.15rem;
}

.ind2 .list .item .desc {
  padding: 0 0.4rem;
  color: #666;
  margin-bottom: 0.3rem;
}

.ind2 .list .item .tags {
  margin: 0 -0.15rem;
}

.ind2 .list .item .tags span {
  border: 1px solid var(--color2);
  color: var(--color2);
  padding: 0 0.2rem;
  margin: 0.1rem 0.15rem;
  border-radius: 0.16rem;
  cursor: pointer;
}

.ind2 .list .item .tags span:hover {
  background: var(--color2);
  color: #fff;
}

.ind2 .list .item:hover .tit {
  color: var(--color2);
}

.ind3 {
  position: relative;
  z-index: 1;
}

.ind3 .slides li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}

.ind3 .slides li.on {
  opacity: 1;
}

.ind4 li {
  display: flex;
}

.ind4 li .item {
  flex: 1;
  overflow: hidden;
  padding: 0.4rem 0.3rem;
  text-align: center;
  border-radius: 0.2rem;
  background: linear-gradient(314deg, #ffffff 40%, #eff6ff 98%);
  box-sizing: border-box;
  border: 0.03rem solid #fff;
  box-shadow: 0rem 0.02rem 0.14rem 0rem rgba(57, 144, 253, 0.1);
}

.ind4 li .item .icon img {
  width: 0.74rem;
}

.ind4 li .item .tit {
  margin: 0.15rem 0 0.06rem;
}

.ind4 li .item .desc {
  color: #666;
}

.ind4 li .item:hover .tit {
  color: var(--color);
}

.ind5 .tabs {
  margin-bottom: 0.5rem;
}

.ind5 .tabs li {
  padding: 0.12rem 0.2rem;
  background: #fff;
  box-shadow: 0px 0.01rem 0.19rem 0rem rgba(115, 146, 184, 0.1);
  border-radius: 0.4rem;
  cursor: pointer;
  margin: 0.1rem;
  transition: all ease 0.3s;
}

.ind5 .tabs li:hover, .ind5 .tabs li.on {
  background: var(--color);
  color: #fff;
  font-weight: bold;
}

.ind5 .tablist .tabcont {
  padding: 0.4rem;
  display: none;
  background: #f4f9ff;
  box-sizing: border-box;
  border: 3px solid #fff;
}

.ind5 .tablist .tabcont:nth-child(1) {
  display: block;
}

.ind5 .tablist .tabcont .info li {
  margin-bottom: 0.32rem;
}

.ind5 .tablist .tabcont .info li .item-tit {
  cursor: pointer;
}

.ind5 .tablist .tabcont .info li .item-tit .dot {
  margin-right: 0.06rem;
  flex-shrink: 0;
}

.ind5 .tablist .tabcont .info li .item-tit .dot img {
  width: 0.15rem;
}

.ind5 .tablist .tabcont .info li .item-cont {
  display: none;
  padding: .3rem .2rem;
  margin: 0.1rem 0 0 0.21rem;
  background: linear-gradient(296deg, #ffffff 46%, #eff6ff 97%);
  box-sizing: border-box;
  border: 0.03rem solid #fff;
  box-shadow: 0px 0.02rem 0.14rem 0px rgba(57, 144, 253, 0.1);
}

.ind5 .tablist .tabcont .info li .item-cont .dd {
  margin-bottom: .2rem;
  align-items: flex-start;
}

.ind5 .tablist .tabcont .info li .item-cont .dd .icon {
  flex-shrink: 0;
  margin-right: .1rem;
}

.ind5 .tablist .tabcont .info li .item-cont .dd .icon img {
  width: .17rem;
}

.ind5 .tablist .tabcont .info li .item-cont .dd:last-child {
  margin-bottom: 0;
}

.ind5 .tablist .tabcont .info li.active .item-tit {
  color: var(--color);
}

.ind5 .tablist .tabcont .info li.active .item-cont {
  display: block;
}

.ind6 .item {
  margin: 1rem 0;
  background: #fff;
  border-radius: 0.12rem;
}

.ind6 .item .item-txt {
  padding: 0.3rem 0.45rem;
  text-align: center;
}

.ind6 .item .item-txt .item-tit {
  color: #666;
}

.ind6 .item .item-txt .item-desc {
  color: #999;
  margin-top: 0.06rem;
}

.ind6 .slides {
  padding-bottom: 0.1rem;
  margin: 0 -0.8rem;
}

.ind6 .slides .swiper-slide {
  transform: scale(0.8);
}

.ind6 .slides .swiper-slide-active {
  z-index: 2;
  transform: scale(1.15);
}

.ind6 .slides .swiper-slide-active .item {
  box-shadow: 0px 0.04rem 0.24rem 0rem rgba(0, 0, 0, 0.15);
}

.ind6 .slides .swiper-slide-active .item .item-txt .item-tit {
  color: #222;
}

.ind6 .slides .swiper-slide-active .item .item-txt .item-desc {
  color: #666;
}

.ind6 .slides .jt {
  background: none;
}

.service {
  text-align: center;
}

.service .desc {
  margin: 0.1rem 0 0.5rem;
  color: #444;
}

.service .btn a {
  width: 1.38rem;
  height: 0.54rem;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--color);
  margin: 0 0.1rem;
  cursor: pointer;
}

.service .btn a.a1 {
  background: var(--color);
  color: #fff;
}

.service .btn a:hover {
  opacity: 0.8;
}

/* footer */
.footer {
  background: #fff;
}

.footer .ft1 {
  padding: 0.8rem 0 0.38rem;
}

.footer .ft1 .col1 {
  width: 2.55rem;
  flex-shrink: 0;
  margin-right: 0.95rem;
}

.footer .ft1 .col1 .logo {
  margin-bottom: 0.36rem;
}

.footer .ft1 .col1 .logo img {
  width: 2.55rem;
}

.footer .ft1 .col1 .share li {
  margin-right: 0.2rem;
  position: relative;
}

.footer .ft1 .col1 .share li a {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
}

.footer .ft1 .col1 .share li a i {
  color: #666;
}

.footer .ft1 .col1 .share li .ewm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.34rem;
  background: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.1rem;
  border: 1px solid #eee;
  text-align: center;
  padding: 0.08rem;
  display: none;
}

.footer .ft1 .col1 .share li .ewm img {
  width: 100%;
}

.footer .ft1 .col1 .share li:hover .ewm {
  display: block;
}

.footer .ft1 .col2 li .item-tit {
  margin-bottom: 0.24rem;
  font-weight: 500;
}

.footer .ft1 .col2 li .sub .dd {
  margin-bottom: 0.14rem;
}

.footer .ft1 .col2 li .sub .dd a i {
  font-size: 0.12rem;
  margin-right: 0.06rem;
}

.footer .ft1 .col2 li .qrcode .wx {
  width: 1rem;
  margin-right: 0.12rem;
}

.footer .ft1 .col2 li:last-child .item-tit {
  padding-left: 0.18rem;
}

.footer .ft2 {
  border-top: 1px solid #eee;
  padding: 0.23rem 0;
}

.kefu {
  position: fixed;
  right: 0.3rem;
  z-index: 2;
  top: 55%;
}

.kefu li {
  margin-bottom: 0.1rem;
}

.kefu li a {
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 0.1rem;
  flex-direction: column;
  transition: all ease 0.3s;
}

.kefu li a i {
  color: #bfbfbf;
}

.kefu li a p {
  color: #666;
}

.kefu li:hover a {
  background: var(--color);
}

.kefu li:hover a i,
.kefu li:hover a p {
  color: #fff;
}

/* 产品简介 */
.inner-slide img {
  display: block;
}

.project .pro1 .info {
  line-height: 1.85;
}

.project .pro1 .info p {
  margin-bottom: 0.15rem;
}

.project .pro2 .list li {
  display: flex;
}

.project .pro2 .list li .item {
  flex: 1;
  overflow: hidden;
  background: #fff;
  border-radius: 0.2rem;
}

.project .pro2 .list li .item .fitImg {
  padding-top: 54.9%;
}

.project .pro2 .list li .item .item-txt {
  padding: 0.3rem 0.5rem;
  text-align: center;
}

.project .pro2 .list li .item .item-txt .desc {
  color: #666;
  margin-top: 0.08rem;
}

/* 产品功能 */
.product .list li {
  margin-bottom: 0.8rem;
}

.product .list li .item .item-info .tit {
  position: relative;
  padding-bottom: 0.1rem;
  margin-bottom: 0.35rem;
}

.product .list li .item .item-info .tit::after {
  content: "";
  width: 0.7rem;
  height: 0.04rem;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
}

.product .list li .item .item-info .desc {
  margin: 0.2rem 0 0.6rem;
  line-height: 2;
  color: #282828;
}

.product .list li .item .item-info .tags span {
  padding: 0.06rem 0.13rem;
  border-radius: 0.04rem;
  background: #edf5fa;
  color: var(--color);
  margin: 0 0.1rem 0.1rem 0;
  transition: all ease 0.3s;
}

.product .list li .item .item-info .tags span:hover {
  background: var(--color);
  color: #fff;
}

.product .list li:last-child {
  margin-bottom: 0.3rem;
}

/* 详情 */
.crumbs {
  background: #f6f6f6;
  padding: 0.2rem 0;
  color: #3e3a39;
}

.crumbs a {
  color: #3e3a39;
}

.crumbs a:hover {
  color: var(--color);
}

.crumbs a img {
  margin-right: 0.1rem;
  width: 0.16rem;
}

.crumbs i {
  margin: 0 0.1rem;
}

.newsinfo .news-tit {
  line-height: 1.3;
}

.newsinfo .news-attr {
  margin: 0.15rem 0 0.15rem;
  color: #666;
}

.newsinfo .news-attr span {
  margin: 0 0.25rem;
}

.newsinfo .news-cont {
  padding: 0.1rem 0;
  line-height: 1.8;
}

.newsinfo .news-cont p {
  margin: 0.05rem 0;
}

.newsinfo .news-cont img {
  max-width: 100% !important;
  height: auto !important;
}

.newsinfo .news-share {
  padding-top: 0.3rem;
}

.newsinfo .news-share #share {
  margin-left: 0.15rem;
}

.newsinfo .news-share a {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.newsinfo .news-share .icon-wechat {
  background: #43ab35;
}

.newsinfo .news-share .icon-qq {
  background: #1c9bec;
}

.newsinfo .news-share .icon-weibo {
  background: #e41523;
}

.newsinfo .news-sxp {
  margin-top: 0.35rem;
  padding: 0.28rem 0;
  border-top: 1px solid #ddd;
}

/* 案例 */
.case {
  background: #f5f5f5;
}

.case .list li .item {
  background: #fff;
  border-radius: 0.2rem;
}

.case .list li .item .fitImg {
  padding-top: 54.9%;
}

.case .list li .item .item-txt {
  padding: 0.2rem 0.5rem;
  text-align: center;
}

.case .list li .item .item-txt .desc {
  margin-top: 0.1rem;
  color: #666;
}

.pages {
  padding: 0.6rem 0 0;
}

.pages li {
  margin: 0 0.04rem;
}

.pages a {
  height: 0.41rem;
  width: 0.41rem;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: all ease 0.3s;
  margin: 0 0.04rem;
}

.pages span {
  margin: 0 0.04rem;
}

.pages li:hover a {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}

.page-num-current {
  background: var(--color);
  border-color: var(--color);
  color: #fff !important;
}

.pages .page-num:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}

.bgf5 {
  background: #f5f5f5;
}

/* 新闻 */
.subcat {
  padding: 0.4rem 0 0.6rem;
}

.subcat li {
  margin-right: 0.6rem;
}

.subcat li a {
  position: relative;
  padding-bottom: 0.1rem;
}

.subcat li a::after {
  content: "";
  width: 0;
  height: 0.04rem;
  background: var(--color);
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 0.04rem;
  transform: translateX(-50%);
}

.subcat li.on a {
  font-size: 0.32rem;
  color: var(--color);
}

.subcat li.on a::after {
  width: 0.78rem;
}

.news .list li {
  margin-bottom: 0.3rem;
}

.news .list li .item {
  padding: 0.3rem 0.3rem 0.3rem 0;
  background: #fff;
  border-radius: 0.16rem;
}

.news .list li .item .date {
  flex-shrink: 0;
  width: 2.28rem;
  text-align: center;
  font-family: "DIN";
}

.news .list li .item .date .time2 {
  color: #999;
  margin-top: -0.1rem;
}

.news .list li .item .info {
  margin: 0 1rem 0 0.35rem;
  border-left: 1px solid #ddd;
  padding-left: 0.35rem;
}

.news .list li .item .info .desc {
  margin: 0.1rem 0 0.8rem;
  color: #666;
  -webkit-line-clamp: 3;
}

.news .list li .item .info .link {
  color: #666;
}

.news .list li .item .info .link i {
  color: var(--color);
  margin-left: 0.1rem;
}

.news .list li .item .pic {
  width: 4.9rem;
  flex-shrink: 0;
}

.news .list li .item:hover .date .time2 {
  color: var(--color);
}

.news .list li .item:hover .info .tit {
  text-decoration: underline;
}

.news .list li .item:hover .info .link {
  color: var(--color);
}

/* 合作入口 */
.cooperate .hz1 .info .desc {
  line-height: 2.2;
  margin-top: 0.1rem;
}

.cooperate .hz1 .info .desc p {
  margin-bottom: 0.1rem;
}

.cooperate .message li .item .label {
  color: #282828;
  padding-right: 0.1rem;
  width: 1.2rem;
  text-align: right;
}

.cooperate .message li .item .label font {
  color: var(--color2);
}

.cooperate .message li .item .intbox .int {
  min-height: 0.59rem;
  border-radius: 0.05rem;
  border: 1px solid #eeeeee;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
}

.cooperate .message li .item .intbox .int input,
.cooperate .message li .item .intbox .int textarea {
  width: 100%;
}

.cooperate .message li .item .intbox .int input::-webkit-input-placeholder,
.cooperate .message li .item .intbox .int textarea::-webkit-input-placeholder {
  color: #ccc;
}

.cooperate .message li .item .intbox .int textarea {
  height: 2.2rem;
  resize: none;
  padding: 0.1rem 0;
}

.cooperate .message li .item .intbox .yzm {
  width: 2.06rem;
  margin-left: 0.25rem;
}

.cooperate .message li .btns {
  justify-content: flex-end;
}

.cooperate .message li .btns button {
  width: 1.68rem;
  height: 0.59rem;
  background: #fff;
  border-radius: 0.05rem;
  border: 1px solid #d8d8d8;
  margin-left: 0.25rem;
}

.cooperate .message li .btns button.btn2 {
  background: var(--color);
  color: #fff !important;
  border-color: var(--color);
}

.cooperate .message li .btns button:hover {
  opacity: 0.88;
  color: var(--color);
  border-color: var(--color);
}

.about .ab1 {
  text-align: center;
  padding-bottom: 4rem;
  background-size: 100%;
  background-position: bottom center;
}

.about .ab1 .wp {
  max-width: 12.58rem;
}

.about .ab1 .cont {
  line-height: 1.8;
}

.about .ab2 {
  background-position: bottom center;
}

.about .ab2 .box1 .info {
  padding-left: 0.25rem;
}

.about .ab2 .box1 .info p {
  margin-bottom: 0.1rem;
}

.about .ab2 .box2 {
  margin-top: 1rem;
  text-align: center;
}

.about .ab2 .box2 li {
  margin: 0 0.6rem;
}

.about .ab2 .box2 li .tit {
  color: #999;
  margin-top: -0.06rem;
}

.about .ab3 .swiper-slide {
  transform: scale(0.8);
}

.about .ab3 .swiper-slide-active {
  transform: scale(1);
}

.about .ab4 .box1 .item {
  padding: 0.2rem 0.3rem;
  border: 1px solid #ddd;
}

.about .ab4 .box1 .item .icon {
  flex-shrink: 0;
  width: 0.4rem;
  margin-right: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about .ab4 .box1 .item .icon img {
  width: 0.36rem;
}

.about .ab4 .map {
  height: 6.3rem;
  margin-top: 0.5rem;
}

.bgf9 {
  background: #f9fbff;
}

.scroll-list {
  clear: both;
}

.scroll-list .tempWrap {
  width: 100% !important;
}

.scroll-list li {
  width: 2.5rem !important;
  margin: 0.1rem;
  padding: 0.05rem;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0px 1px 0.1rem 0px rgba(16, 54, 76, 0.05);
}

.search-txt {
  padding: .3rem 0;
}

.search-txt span {
  color: var(--color);
  margin: 0 .05rem;
}
