.service-dt-1 .nav {
  max-width: 1200px;
  margin: 0 auto;
}

.forum-honor .honor-warp .hn-item .wz {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.forum-honor .swiper-pagination {
  font-size: 0;
}

.forum-honor .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}

.forum-honor .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #535353;
}

.forum-product .pro-imgwarp img, .forum-dt-gnjg .gnjg-warp .imgwarp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.forum-product .pro-imgwarp:hover img, .forum-dt-gnjg .gnjg-warp .imgwarp:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.forum-content .forum-nav .nav-item img, .forum-content .forum-warp .list > li img, .forum-dt-advantage .advantage-list .item img, .service-dt-ssff .ssff-list .item img, .service-dt-ssxg .ssxg-nav .item img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.forum-content .forum-nav .nav-item:hover img, .forum-content .forum-warp .list > li:hover img, .forum-dt-advantage .advantage-list .item:hover img, .service-dt-ssff .ssff-list .item:hover img, .service-dt-ssxg .ssxg-nav .item:hover img {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.forum-content .forum-warp .text, .forum-product .pro-infos .dsc, .forum-dt-intro .intro-warp .text, .service-dt-fwfw .text, .service-dt-ssxg .ssxg-nav {
  text-align: justify;
}

.forum-empowerment .contain, .forum-product .contain, .forum-dt-intro .contain, .forum-dt-gnjg .contain, .service-dt-ssff .contain {
  padding-left: 0;
  padding-right: 0;
}

.forum-title {
  padding: 0.8rem 0 0.48rem;
  font-size: 26px;
  text-align: center;
}

.forum-content {
  color: #535353;
}

.forum-content .forum-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 15% 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 0.38rem;
  text-align: center;
}

.forum-content .forum-nav .nav-item {
  position: relative;
  padding: 0.36rem 0;
  cursor: pointer;
}

.forum-content .forum-nav .nav-item.curr::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 0.06rem;
  min-width: 4em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #0c1b35;
}

.forum-content .forum-nav .icon {
  display: block;
  height: 1.2rem;
}

.forum-content .forum-nav .icon img {
  height: 100%;
}

.forum-content .forum-nav .wz {
  display: block;
  margin-top: 0.06rem;
}

.forum-content .forum-contain {
  background-color: #f1f0f0;
}

.forum-content .forum-warp {
  padding: 0.72rem 5%;
  font-size: 0.32rem;
}

.forum-content .forum-warp img{
  max-width: 100%;
}

.forum-content .forum-warp .text {
  line-height: 2;
}
.new-2021 .forum-content .forum-warp .title {
  font-size: 18px;
}

.forum-content .forum-warp .list {
  margin: 0.36rem 0 0.32rem;
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
}

.forum-content .forum-warp .list > li {
  display: inline-block;
  min-width: 29%;
  padding: 0.4rem 2% 0;
  font-size: 0.36rem;
  color: #1b1b1b;
  line-height: 1.5;
  vertical-align: top;
}

.forum-content .forum-warp .list .icon {
  display: block;
  height: 2.4rem;
  margin: 0 0 0.2rem;
}

.forum-content .forum-warp .list .icon img {
  height: 100%;
}
.forum-content .forum-warp .list .img {
  display: block;
  width: 100%;
  margin: 0 0 0.2rem;
}

.forum-content .forum-warp .list .img img {
  width: 100%;
}

.forum-empowerment {
  padding: 0 0 1.08rem;
  color: #fff;
  background-color: #626262;
}

.forum-empowerment .swiper-slide {
  width: 86.9%;
  overflow: hidden;
}

.forum-product {
  padding-bottom: 1.2rem;
  background-color: #f1f0f0;
}

.forum-product .product-nav {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  font-size: 0.4rem;
  height: 2.1em;
}

.forum-product .product-nav > a {
  position: relative;
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  background-color: #7d7d7d;
  border-left: dotted 1px;
}

.forum-product .product-nav > a:first-child {
  border-left: none;
}

.forum-product .product-nav > a.curr {
  background-color: #0c1b35;
  border-left: none;
}

.forum-product .product-nav > a.curr + a {
  border-left: none;
}

.forum-product .product-nav > a.curr::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-width: .7em;
  border-style: solid;
  border-color: #0c1b35 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.forum-product .product-warp {
  margin-top: 0.76rem;
}

.forum-product .pro-imgwarp {
  float: left;
  width: 43.75%;
  height: 6.7rem;
  overflow: hidden;
}

.forum-product .pro-infos {
  overflow: hidden;
  padding: 0.84rem 0 0 3.6%;
  font-size: 0.28rem;
}

.forum-product .pro-infos .title {
  font-size: 1.5em;
}

.forum-product .pro-infos .dsc {
  margin: 0.48rem 0 0 1.3em;
  color: #535353;
  font-size: 1.2em;
  line-height: 2;
}

.forum-product .pro-infos .dsc li {
  list-style: disc;
}

.forum-product .pro-infos .links {
  padding: 0.4rem 0 0.12rem;
}

.forum-product .pro-infos .links a {
  float: left;
  padding: 0.24rem 0.32rem;
  margin: 0.4rem 0.4rem 0 0;
  color: #1b1b1b;
  -webkit-box-shadow: 0 0 0.1rem rgba(120, 120, 120, 0.2);
          box-shadow: 0 0 0.1rem rgba(120, 120, 120, 0.2);
  background-color: #fff;
  border-radius: 0.16rem;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
}

.forum-honor {
  position: relative;
  z-index: 4;
  background-color: #f1f0f0;
}

.forum-honor::before, .forum-honor::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: calc(50% - 600px);
  min-width: 2%;
  background-color: #f1f0f0;
}

.forum-honor::after {
  left: auto;
  right: 0;
}

.forum-honor .honor-warp {
  overflow: visible;
  font-size: 0.28rem;
  color: #535353;
  line-height: 1.4;
  text-align: center;
}

.forum-honor .honor-warp .hn-item {
  position: relative;
  padding: 0.36rem 1%;
  border: solid 1px #b2b1b1;
}

.forum-honor .honor-warp .hn-item.curr {
  color: #fff;
  background-color: #0c1b35;
}

.forum-honor .honor-warp .hn-item.curr .img-box {
  display: block;
}

.forum-honor .honor-warp .hn-item .wz {
  display: block;
}

.forum-honor .honor-warp .hn-item .img-box {
  display: none;
  position: absolute;
  bottom: -1px;
  left: 50%;
  max-width: 90%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0.12rem 0.12rem rgba(121, 120, 120, 0.45);
          box-shadow: 0 0.12rem 0.12rem rgba(121, 120, 120, 0.45);
}

.forum-honor .honor-warp .hn-item .img-box img {
  max-width: 100%;
}

.forum-honor .swiper-pagination {
  position: static;
  padding: 0.4rem;
}

.forum-dt-intro .intro-warp {
  padding: 0 5% 2%;
  font-size: 16px;
  color: #535353;
  line-height: 2;
}
.new-2021 .forum-dt-intro .intro-warp {
  padding: 0;
  font-size: 14px;
  width: 280px;
  margin-right: 20px;
  margin-bottom: 36px;
  color: #fff;
  line-height: 2;
  /* height: 76px; */
}
/* .new-2021 .forum-dt-intro .intro-warp:last-child {
 
  margin-bottom: 0;
  
} */
.new-2021 .forum-dt-intro.case .intro-warp{
  width: auto;
  max-width: 46%;
}
@media (max-width:580px) {
  .new-2021 .forum-dt-intro.case .intro-warp{
    width: auto;
    max-width: 100%;
  }
}
.new-2021 .forum-dt-intro.case .intro-warp:last-child{
  margin-bottom: 0;
}
.new-2021 .forum-dt-intro .intro-warp .title {
  font-size: 18px;
  line-height: 24px;
}
.new-2021 .forum-dt-intro .txt-box {
  width:600px; margin:auto 0; display: flex; flex-wrap: wrap;
  height: 280px;overflow-y: auto; align-items: flex-start;
}

.new-2021 .forum-succase .swiper-point {
  bottom: 42px;
  left: 0;
}

.new-2021 .forum-dt-intro.case .txt-box {
  /* display: block; */
}

.forum-dt-intro .intro-warp .img {
  display: block;
  margin: 2% auto;
  max-width: 100%;
}

.forum-dt-gnjg {
  background-color: #f1f0f0;
  font-size: 16px;
}

.forum-dt-gnjg .gnjg-content {
  padding-bottom: 0.96rem;
}

.forum-dt-gnjg .gnjg-nav {
  float: left;
  width: 25%;
}

.forum-dt-gnjg .gnjg-nav .item {
  display: block;
  padding: 0.3rem 0;
  color: #313131;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 1px #898989;
}

.forum-dt-gnjg .gnjg-nav .item.curr {
  color: #fff;
  background-color: #0c1b35;
  border-color: #0c1b35;
}

.forum-dt-gnjg .gnjg-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2.5%;
}

.forum-dt-gnjg .gnjg-warp .imgwarp {
  width: 55.2%;
  overflow: hidden;
  margin-right: 3.5%;
  text-align: center;
}

.forum-dt-gnjg .gnjg-warp .imgwarp img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.forum-dt-gnjg .gnjg-warp .imgwarp img:hover {
  cursor: pointer;
}

.forum-dt-gnjg .gnjg-warp .textwarp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.forum-dt-gnjg .gnjg-warp .textwarp .title {
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.4;
}

.forum-dt-gnjg .gnjg-warp .textwarp .subtitle {
  margin: 0.12rem 0;
  font-size: 1.15em;
}

.forum-dt-gnjg .gnjg-warp .textwarp .list {
  margin-top: 10%;
  margin-left: 1.3em;
  line-height: 2;
  color: #535353;
}

.forum-dt-gnjg .gnjg-warp .textwarp .list > li {
  list-style: disc;
}
.new-2021 .forum-dt-gnjg{
  background: #fff;
}
.new-2021 .forum-dt-gnjg .service-list .infos {
  padding: 28px 19px;
}
.new-2021 .forum-dt-gnjg .service-list .item{
  background: #fff;
  height: 172px;
  border-top: 3px solid #006cff;
  box-shadow: 0px 5px 10px rgb(101 101 101 / 25%);
}
.new-2021 .forum-dt-gnjg .service-list .item .name{
  color: #333333;
}

.new-2021 .forum-dt-gnjg .service-list .item .dsct{
  color: #333333;
}
.new-2021 .forum-dt-gnjg .service-list .item:hover .name{
color: #006cff;
}
.new-2021 .forum-app img{

}
.new-2021 .forum-app .name{
  font-size: 18px;
  margin: 15px 0 15px;
}
.new-2021 .forum-app .dsc{
  font-size: 14px;
  line-height: 24px;
}

.forum-dt-advantage {
  margin-bottom: 1rem;
}
.new-2021 .forum-dt-advantage {
  margin-bottom: 0;
  padding: 0 0 32px;
}
.new-2021 .forum-dt-advantage .index-title {
  color: #fff;
}

.forum-dt-advantage .advantage-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.new-2021 .forum-dt-advantage .advantage-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
}
.forum-dt-advantage .advantage-list .item {
  position: relative;
  min-width: 3rem;
  max-width: 4.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.92rem 0;
  margin: 0 1%;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}

.new-2021 .forum-dt-advantage .advantage-list .item {
  height: 172px;
  width: 536px;
  flex: none;
  max-width: 536px;
  background: #fff;
  display: flex;
  align-items:flex-start;
  padding: 48px 55px;
  margin: 0 28px 32px 0;
  align-items: center;
}
.new-2021 .forum-dt-advantage .advantage-list .item:nth-child(2n) {
  margin: 0 0 32px 0;
}
.new-2021 .forum-dt-advantage .advantage-list .item .txt-box{
   text-align: left;
   margin-left: 42px;
}
.new-2021  .forum-dt-advantage .advantage-list .item .textwarp {
  opacity: 1;
}

.forum-dt-advantage .advantage-list .item:hover .textwarp {
  opacity: 1;
}

.forum-dt-advantage .advantage-list .item .icon {
  display: block;
  
}

.forum-dt-advantage .advantage-list .item .icon img {
  /* max-width: 100%; */
}
.new-2021 .forum-dt-advantage .advantage-list .item .icon img {
  width: 49px;
  height: 49px;
  /* max-width: auto; */
}

.forum-dt-advantage .advantage-list .item .title {
  display: block;
  margin-top: 1em;
  font-size: 1.3em;
  line-height: 1.2;
}
.new-2021 .forum-dt-advantage .advantage-list .item .title {
  display: block;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 12px;
}

.forum-dt-advantage .advantage-list .item .textwarp {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #535353;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
  border-radius: 0.16rem;
  -webkit-box-shadow: 0 0 0.52rem 1px rgba(125, 125, 125, 0.26);
          box-shadow: 0 0 0.52rem 1px rgba(125, 125, 125, 0.26);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-dt-1 {
  padding-top: 3.3%;
  color: #313131;
}

.service-dt-1 .nav-warp {
  border-bottom: solid 1px #9f9f9f;
}

.service-dt-1 .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
}

.service-dt-1 .nav .item {
  position: relative;
  min-width: 4em;
  margin: 0 8%;
  padding: 0.24rem 0;
}

.service-dt-1 .nav .item.curr::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 0.08rem;
  background-color: #0c1b35;
}

.service-dt-1 .nav-switch {
  padding: 4.3% 0;
}

.service-dt-fwfw {
  margin: -1% 4.5% 0;
}

.service-dt-fwfw .text {
  font-size: 17px;
  line-height: 1.8;
}

.service-dt-fwfw .imgwarp img {
  max-width: 100%;
}

.service-dt-fwyc .list .dsc {
  top: 75%;
}

.service-dt-ssff {
  overflow: hidden;
  color: #fff;
  background-color: #626262;
}
.service-dt-ssff .index-title{
  color: #fff !important;
}

.service-dt-ssff .ssff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}

.service-dt-ssff .ssff-list .item {
  max-width: 5.48rem;
  min-width: 2.4rem;
  margin: 2% 4% 5%;
}

.service-dt-ssff .ssff-list .icon img {
  width: 1.48rem;
}

.service-dt-ssff .ssff-list .name {
  margin: 0.48rem 0;
  font-size: 1.3em;
}

.service-dt-ssff .ssff-list .dsc {
  text-align: left;
}

.service-dt-ssxg {
  padding-bottom: 1.2rem;
  color: #1b1b1b;
}

.service-dt-ssxg .ssxg-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-dt-ssxg .ssxg-nav {
  width: 37.1%;
  padding-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 16px;
  line-height: 1.6;
}

.service-dt-ssxg .ssxg-nav .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8% 0;
}

.service-dt-ssxg .ssxg-nav .icon {
  display: block;
  width: 1.3rem;
  margin-right: 0.4rem;
}

.service-dt-ssxg .ssxg-nav .icon img {
  max-width: 100%;
}

.service-dt-ssxg .ssxg-nav .dsc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service-dt-ssxg .ssxg-imgwarp {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 0 0.14rem rgba(7, 2, 3, 0.26);
          box-shadow: 0 0 0.14rem rgba(7, 2, 3, 0.26);
}

.service-dt-ssxg .ssxg-imgwarp img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution-appcase {
  padding-bottom: 0.88rem;
}
.solution-appcase .case-list {
  position: relative;
  padding: 0 calc(1.8% + 40px);
}

.solution-appcase .case-list .item {
  font-size: 16px;
  color: #535353;
  line-height: 1.8;
  border: solid 1px #bfbfbf;
}

.solution-appcase .case-list .imgwarp {
  position: relative;
  z-index: 1;
  margin: -1px;
  overflow: hidden;
}

.solution-appcase .case-list .imgwarp::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.64);
}

.solution-appcase .case-list .imgwarp img {
  width: 100%;
  min-height: 3rem;
}

.solution-appcase .case-list .name {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 5;
  font-size: 1.3em;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.solution-appcase .case-list .dsc {
  padding: 8%;
}

.solution-appcase .case-list .icon-leftarrow {
  top: 45%;
  font-size: 40px !important;
}

.solution-appcase .case-list .swiper-slide {
  height: auto;
}
/*# sourceMappingURL=forum.css.map */

.new-2021 .bnr-button{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  justify-content: center;
  transition: all .2s linear;
  z-index: 10;
  
}
.new-2021 .bnr-button.fixed{
  position: fixed; top: 64px;background: #fff; height: 64px; z-index: 99; color: #353535;
}
.new-2021 .bnr-button ul{
  max-width: 1100px;
  display: flex;
  margin: 0 auto;


}
.new-2021 .bnr-button li{
  
 /* width: 180px; */
 height: 64px;
 font-size: 18px;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-grow: 1;

}
.new-2021 .bnr-button.fixed li{

}
.new-2021 .bnr-button li.cur{
  background: #006cff;
 }


.new-2021 .bnr-button li a{
color: #fff;
}
.new-2021 .bnr-button.fixed li.cur a{
  color: #fff;
 }
.new-2021 .bnr-button.fixed li a{
 color: #353535;
}

.new-2021 .forum-succase .more, .new-2021 .news-app .more{
  color: #006cff;
  text-align: center;
  display: block;
  margin-top: -1rem;
  margin-bottom: 32px;
}

.index-product .product-nav {
  margin: -20px 0 0;
}
.new-2021 .index-product .product-nav {
display: flex;
/* flex-wrap: wrap; */
align-items: flex-end;
justify-content: center;
}
.new-2021 .index-ecocp .product-nav {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.index-product .product-nav > a {
  position: relative;
  float: left;
  width: 33%;
  padding: 12px 3%;
  color: #535353;
  font-size: 20px;
  line-height: 1;
  border-top: solid 9px #f1f0f0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.new-2021 .index-product .product-nav > a {
  position: relative;
  float: left;
  width: 25%;
  padding: 37px 2px 37px;
  color: #535353;
  font-size: 19px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  border-top: none;
  border-bottom: solid 2px #CECECE;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.new-2021 .index-product .product-nav > a:hover{
  color: #006cff;
}

.new-2021 .index-ecocp .product-nav > a {
  position: relative;
  float: left;
  width: 50%;
  padding: 36px 3%;
  color: #333333;
  font-size: 24px;
  line-height: 1; 
  text-align: center;
  border-top: none;
  border-bottom: solid 2px #c2c2c2;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.index-product .product-nav > a:nth-child(2) {
  margin: 0 .5%;
}

.new-2021 .index-product .product-nav > a:nth-child(2) {
  margin: 0;
}
.new-2021 .index-ecocp .product-nav > a:nth-child(2) {
  margin: 0;
}

.index-product .product-nav > a.curr {
  color: #0c1b35;
  border-color: #0c1b35;
}
.new-2021 .index-product .product-nav > a.curr {
  color: #006cff;
  border-color: #006cff;
}
.new-2021 .index-ecocp .product-nav > a.curr {
  color: #006cff;
  border-color: #006cff;
}

.index-product .product-nav > a.curr::after {
  content: '';
  position: absolute;
  left: 11%;
  bottom: -30px;
  width: 0;
  height: 0;
  border-width: 26px 24px;
  border-color: transparent transparent #f1f0f0 transparent;
  border-style: solid;
}
.new-2021 .index-product .product-nav > a i{
  margin-right: 9px;
}
.new-2021 .index-product .product-nav > a.curr::after{
  display: none;
}
.new-2021 .index-ecocp{
  background: url(../images/ecocp-bg.png) no-repeat;
  background-size: cover;
}
.new-2021 .index-ecocp .product-nav > a.curr::after{
  display: none;
}
.new-2021 .function .item{
  display: flex;
  padding: 63px 0;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.new-2021 .function .item .pd-img{
  display: block;
  margin-right: 29px;
  border: 1px solid #EBEBEB;
}
.new-2021 .function .item .pd-img img{
  width: 721px;

}
.new-2021 .function .item .pd-infos{
  font-size: 14px;
}
.forum-app{
  margin-bottom: 64px;
}
.forum-app .swiper-pagination{
  left: 0;
  right: 0;
  margin-top: 40px;
}
.forum-app .swiper-pagination-bullet {
  width: 36px;
  height: 2px;
  margin: 0 5px !important;
  opacity: .5;
  border-radius: 0;
  background: #C2C2C2;
  transition: all .2s linear;
  
}
.forum-app .swiper-pagination-bullet:hover {
  width: 42px;
  background: #C2C2C2;
}

.forum-app .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #006cff;
  width: 42px;
}
.new-2021 .index-service .swiper-pagination-bullet {
  width: 36px;
  height: 5px;
  margin: 0 5px !important;
  opacity: .5;
  border-radius: 0;
  background: #C2C2C2;
  transition: all .2s linear;
  
}
.new-2021 .index-service .swiper-pagination-bullet:hover {
  width: 42px;
  background: #C2C2C2;
}
.new-2021 .index-service .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #006cff;
  width: 42px;
}
.forum-app .item:hover .name{
  color: #006cff;
}
.forum-app .item .icon{
  width: 254px;
  height: 220px;
  overflow: hidden;
  /* border: 1px dashed #333333; */
  display: block;
  margin: 0 auto;
}


.new-2021 .forum-succase .case-list{
  height: 482px;
}
.new-2021 .forum-succase .text-swiper{
display: flex;
justify-content: flex-end;
align-items: center;
height: 100%;
}
.new-2021 .forum-succase .txt-box{
  width: 611px;margin-left: 48px;
  position: relative;
}
.new-2021 .forum-succase.case .txt-box{
  width: 368px;margin: 0 48px;
  position: relative;
}
.new-2021 .forum-succase.case-sm .txt-box{
}
.new-2021 .forum-succase .item{
 width: 618px;
}
.new-2021 .forum-succase .item{
  box-shadow:none
 }
 .new-2021 .forum-succase .infos{
   color: #fff;
   margin: 48px 0;
   line-height: 24px;
   font-size: 14px;
   padding: 0 10px;
 }
 .new-2021 .forum-succase .infos .over-flow{ 
  height: 184px;
  overflow: auto;
  width: 98%;
  margin-bottom: 13px;
}
 .new-2021 .forum-succase .infos .over-flow.no-img{ 
  max-height: 330px;
    overflow: auto;
    width: 98%;
    height: auto;
}
 .new-2021 .forum-succase .infos::-webkit-scrollbar, .new-2021 .forum-dt-intro .txt-box::-webkit-scrollbar{
   display: none;  /*Chrome Safari */
}
.new-2021 .forum-succase .infos .over-flow.scrollbar::-webkit-scrollbar, .new-2021 .forum-dt-intro .txt-box.scrollbar::-webkit-scrollbar {
  display: block;
}

::-webkit-scrollbar
{
	width: 5px;
	height: 5px;
	background-color: transparent;
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: transparent;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(85,85,85,.4);
}

.new-2021 .forum-succase .infos .over-flow, .new-2021 .forum-dt-intro .txt-box {
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
  overflow-x: hidden;
  overflow-y: auto;
}
 .new-2021 .forum-succase .infos .name{
  margin-bottom: 24px;
  font-size: 18px;
}
 .new-2021 .forum-succase .infos .sub-name{
  margin-bottom: 39px;
}
 .new-2021 .forum-succase .infos .sub-info{
  margin-top: 24px;
}
.new-2021 .forum-succase .infos .images-ul{
 display: flex;
 justify-content: start;
 /* margin-top: 14px; */
}
.new-2021 .forum-succase .infos .images-ul li{
  width: 160px;
  height: 90px;
  margin-right: 24px;
}
.new-2021 .forum-succase .infos .images-ul li:last-child{
  margin-right: 0;
}

.new-2021 .forum-succase .infos .images-ul li img{
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center;
}

.forum-app .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.forum-app .item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.new-2021 .forum-succase .swiper-pagination-bullet{
  width: 36px;
  height: 2px;
  margin: 0 5px !important;
  opacity: .5;
  border-radius: 0;
  background: #ffffff;
  transition: all .2s linear;
}
.new-2021 .forum-succase .swiper-container{
  width: 100%;
}
.new-2021 .forum-succase .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  width: auto;
}
.new-2021 .forum-succase .swiper-pagination-bullet:hover{
  width: 42px;
}

.new-2021 .forum-succase .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
  width: 42px;
  opacity: 1;
}
.new-2021 .index-service .imglist .item{
  min-width: 254px;
}
.new-2021 .index-service .service-list{
  position: relative;
  padding-bottom: 36px;
}
.new-2021 .index-service .swiper-pagination{
  left: 0;
  right: 0;
  margin-top: 40px;
  bottom: 0;
}
.new-2021  .news-app .item{
  height: 318px;
}
.new-2021  .news-app .item .dsc{
  position: absolute;
  bottom: 0;
}