.banner .bnr-box {
  max-width: 1100px;
  margin: 0 auto;
}



.index-news .Inews-swiper .InSwiper-pagination .swiper-pagination {
  font-size: 0;
}

.index-news .Inews-swiper .InSwiper-pagination .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}

.index-news .Inews-swiper .InSwiper-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #535353;
}

.index-product .product-warp .item img, .index-cases .cases-imgwarp img, .index-news .Inews-1st img, .index-news .Inews-2st img,.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;
}

.index-product .product-warp .item:hover img, .index-cases .cases-imgwarp:hover img, .index-news .Inews-1st:hover img, .index-news .Inews-2st:hover img, .forum-app .item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.index-product, .index-project, .index-cases, .index-service, .index-news {
  padding-bottom: 0.88rem;
}
.new-2021 .index-product, .new-2021 .index-project, .new-2021 .index-cases, .new-2021 .index-service, .new-2021 .index-news {
  padding-bottom: 0;
}


.index-project .contain {
  padding-left: 0;
  padding-right: 0;
}

.banner .bnr-warp {
  display: block;
  height: 400px;
  color: #fff;
}

.banner .bnr-img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
          transform: matrix(1.1, 0, 0, 1.1, 0, 0);
}

.banner .bnr-img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* background-color: rgba(0, 0, 0, 0.64); */
}

.banner .bnr-box {
  position: absolute;
  top: 105px;
  left: 0;
  right: 0;
  font-size: 16px;
  text-align: left;
  /* -webkit-transform: translateY(-50%); */
  /* transform: translateY(-50%); */
}

.banner .bnr-box .tit {
  /* margin: 3% 0 0; */
  font-size: 42px;
  letter-spacing: 3px;
  opacity: 0;
  line-height: 1;
}

.banner .bnr-box.bnr-box1 .tit {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner .bnr-box.bnr-box2 .tit {
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
}

.banner .bnr-box.bnr-box3 .tit {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.banner .bnr-box .dsc {
  margin: 24px auto 0;
  font-size: 14px;
  line-height: 1;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.banner .bnr-box .tel {
  margin: 5% auto 0;
  font-size: 1.3em;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.banner .bnr-box .trybtn{
  /* position: absolute; */
  /* top: 100%; */
  /* left: 0%; */
  /* right: 0; */
}
.banner .swiper-slide-active .bnr-img {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 5s ease 0.2s;
  transition: all 5s ease 0.2s;
}

.banner .swiper-slide-active .bnr-box .dsc {
  opacity: 1;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.banner .swiper-slide-active .bnr-box .tel{
  opacity: 1;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.banner .swiper-slide-active .bnr-box .tit {
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0.2s;
}

.banner .swiper-slide-active .bnr-box1 .tit {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.banner .swiper-slide-active .bnr-box2 .tit {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.banner .swiper-slide-active .bnr-box3 .tit {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.banner .swiper-slide-active .bnr-box2 .tit {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.banner .swiper-pagination {
  bottom: 40px;
}

.banner .pagination-box{
  max-width: 1100px;
  margin: 0 auto;
}
.banner .swiper-pagination-bullet {
  width: 36px;
  height: 2px;
  margin: 0 5px !important;
  opacity: .5;
  border-radius: 0;
  background: #ffffff;
  transition: all .2s linear;
}

.banner .swiper-pagination-bullet:hover {
  width: 42px;
  height: 2px;
  margin: 0 5px !important;
  opacity: 1;
  border-radius: 0;
  background: #ffffff;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #006cff;
  width: 42px;
}

.index-product .contain {
  /* padding: 0 2%; */
}

.index-product .product-nav {
  margin: -20px 0 0;
}
.new-2021 .index-product .product-nav {
display: flex;
flex-wrap: wrap;
align-items: center;
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: 20%;
  padding: 22px 3% 37px;
  color: #535353;
  font-size: 24px;
  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;
}
.new-2021 .index-ecocp .product-nav > a:hover{
  color: #006cff;
}

.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;
}

.index-product .product-warp {
  margin: 28px 0 0;
  padding: 30px 5%;
  background-color: #f1f0f0;
}
.new-2021 .index-product .product-warp {
  margin: 36px 0 0;
  padding: 36px 5%;
  height: 780px;
  background-color: #f1f0f0;
  position: relative;
  transition: all .5s linear;
}

.index-product .product-warp .product-list {
  position: relative;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.index-product .product-warp .swiper-button-disabled {
  opacity: 0;
}

.index-product .product-warp .item {
  position: relative;
  display: inline-block;
  width: 27.3%;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.2;
  height: 360px;
}
.new-2021 .index-product .product-warp .item {
  position: relative;
  display: inline-block;
  width: 27.3%;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.2;
  height: 341px;
}

.index-product .product-warp .item:first-child {
  margin-left: 0;
}

.index-product .product-warp .item:last-child {
  margin-right: 0;
}

.index-product .product-warp .item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* background-color: rgba(0, 0, 0, 0.4); */
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.index-product .product-warp .item .pd-img {
  overflow: hidden;
}

.index-product .product-warp .item .pd-img img {
  max-height: 7.2rem;
  min-height: 6rem;
}
.new-2021 .index-product .product-warp .item .pd-img img {
  width: 100%;
  display: block;
  max-height:initial;
  min-height: initial;
}
.index-product .product-warp .item .pd-infos {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 10% 2%;
  color: #fff;
  text-align: center;
  background-color: #0c1b35;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(28%);
  transform: translateY(28%);
}
.new-2021 .index-product .product-warp .item .pd-infos {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 14px 19px;
  color: #383838;
  text-align: left;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  display: flex;
  height: 60%;
  justify-content: space-around;

}
.new-2021 .product-warp .item .pd-infos .pd-txt-box{
 width: 70%;
 max-height: 90px;
}
.index-product .product-warp .item .pd-infos .more {
  display: block;
  margin: 14% 0 0;
  font-size: .85em;
  opacity: 0;
}
.new-2021 .index-product .product-warp .item .pd-infos .more {
  display: inline-block;
  margin: 43px 0 0 38px;
  padding: 13px 6px;
  font-size: 14px;
  opacity: 1;
  color: #006cff;
  border: 1px solid #006cff;
  text-align: center;
  line-height: 11px;
  width: 47%;
  height: 40px;
}
.new-2021 .index-product .product-warp .item .pd-infos .more a{
  color: #006cff;
}
.new-2021 .index-product .product-warp .item.clicked .pd-infos::before{
  content: '';
  width: 4px;
  height: 100%;
  background: #006cff;
  position: absolute;
  left: 0;
  top: 0;
}

.new-2021 .index-product .product-warp .item:hover .more{
  color: #fff;
  background: #006cff;
}

.new-2021 .index-product .product-warp .item:hover .more a{
  color: #fff;
}

.index-product .product-warp .item .pd-infos .more::before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1em;
  margin: -2px 4px 0 0;
  vertical-align: middle;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAYAAADtj3ZXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2ODUyMjgxN0M2ODcxMUU5QTdCOEJDQUJDRDBCQjM1RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2ODUyMjgxOEM2ODcxMUU5QTdCOEJDQUJDRDBCQjM1RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU3Q0RDQzQ4QzY1MDExRTlBN0I4QkNBQkNEMEJCMzVFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY4NTIyODE2QzY4NzExRTlBN0I4QkNBQkNEMEJCMzVFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+8vrkugAAAFFJREFUeNpi+P//PwORuAOIjZHFmBhIA2eA2AXOI8FmEJ75HwJcQHxSNYNwOcwAxv9gI0gGe8hxNorT6ebncmSNIMxCgj8FgdgEiM/CBAACDAAReh2mVh/64QAAAABJRU5ErkJggg==") no-repeat center;
  background-size: contain;
}
.new-2021 .index-product .product-warp .item .pd-infos .more::before {
 display: none;
}

.index-product .product-warp .item .pd-name {
  font-size: 18px;
font-weight: 400;
text-align: left;
color: #353535;
line-height: 34px;
letter-spacing: 1px;
}


.index-product .product-warp .item .pd-dsc {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #353535;
  line-height: 24px;
  letter-spacing: 1px;
}

.index-product .product-warp .item:hover::before {
  opacity: 1;
}

.index-product .product-warp .item:hover .pd-name, .index-product .product-warp .item:hover .pd-dsc{
  color: #006cff;
}

.index-product .product-warp .item:hover .pd-infos {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.index-product .product-warp .item:hover .more {
  opacity: 1;
}

.index-project {
  background-color: #f1f0f0;
}

.index-project .project-nav {
  margin: -10px 0 0;
  font-size: 16px;
  text-align: center;
}

.index-project .project-nav > a {
  display: inline-block;
  width: 144px;
  margin: 0 4.1%;
  color: #fff;
  line-height: 42px;
  vertical-align: middle;
  border: solid 1px #949596;
  border-radius: 6px;
  background-color: #949596;
}

.index-project .project-nav > a.curr {
  color: #fff;
  background-color: #0c1b35;
  border-color: #0c1b35;
}

.index-project .project-warp {
  position: relative;
  margin: 28px 0 0;
}

.index-project .project-warp .swiper-container:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.index-cases {
  background-color: #f1f0f0;
}

.index-cases .cases-textwarp {
  float: left;
  width: 28.6%;
  font-size: 16px;
  color: #0c1b35;
}

.index-cases .cases-textwarp .more-btn {
  margin-left: 12%;
  margin-top: 0.52rem;
}

.index-cases .cases-list .item {
  display: block;
  padding: 0 12%;
  line-height: 3.2em;
  border-bottom: solid 1px #898989;
}

.index-cases .cases-list .item.curr {
  color: #fff;
  background-color: #0c1b35;
  border-color: #0c1b35;
}

.index-cases .cases-imgwarp {
  position: relative;
  float: right;
  width: 70.25%;
}

.index-cases .cases-imgwarp > a {
  display: block;
  position: relative;
  overflow: hidden;
}

.index-cases .cases-imgwarp > a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.64);
}

.index-cases .cases-imgwarp .infos {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 5% 6%;
  color: #fff;
  font-size: 15px;
}

.index-cases .cases-imgwarp .name {
  margin: 0 0 1.5%;
  font-size: 1.4em;
}

.index-cases .cases-imgwarp .dsc {
  margin-bottom: 8px;
}

.index-news {
  font-size: 16px;
  background-color: #f1f0f0;
}
.new-2021 .index-news {
  font-size: 16px;
  background-color: #F1FAFE;
  padding-bottom: 64px;
}

.new-2021 .index-news .more{
   color: #006cff;
   text-align: center;
   display: block;
   margin-top: -1rem;
   margin-bottom: 1rem;
}

.index-news .Inews-1st {
  display: block;
  width: 536px;
  height: 326px;
  color: #fff;
  position: relative;
  overflow: hidden;
  float: left;
}

.index-news .Inews-1st .In1st-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  height: 84px;
  padding: 15px 28% 15px 6%;
  padding: 15px calc(88px + 2%) 15px 6%;
  background-color: rgba(0, 0, 0, 0.32);
}
.new-2021 .index-news .Inews-1st .In1st-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  height: 117px;
  padding: 15px 28% 15px 6%;
  /* padding: 15px calc(88px + 2%) 15px 6%; */
  background-color: rgba(0,108,255, 0.6); 
}

.index-news .Inews-1st .In1st-box .t {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.index-news .Inews-1st .In1st-box .c {
  font-size: 14px;
  position: absolute;
    bottom: 18px;
}

.index-news .Inews-1st .In1st-date {
  position: absolute;
  bottom: 2px;
  right: 1%;
  z-index: 2;
  overflow: hidden;
  width: 80px;
  height: 80px;
  padding: 16px 0 0;
  line-height: 1.2;
  text-align: center;
}

.index-news .Inews-2st {
  display: flex;
  width: 254px;
  height: 326px;
  color: #fff;
  position: relative;
  float: left;
  margin-left: 28px;
  flex-direction: column;
}
.index-news .Inews-2st .img{
  width: 100%;
  height: 920px;
  overflow:hidden;
}
.index-news .Inews-2st .In1st-box {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  
  height: 100%;
  padding: 18px 0;
  /* padding: 15px calc(88px + 2%) 15px 6%; */
}

.index-news .Inews-2st .In1st-box .t {
  color:#353535;
  line-height: 22px;
  font-weight: 200;
  font-size: 18px;
font-weight: 400;
text-align: left;
color: #353535;
line-height: 28px;
letter-spacing: 1px;
}
.index-news .Inews-2st:hover .In1st-box .t {
 color: #006cff;
}

.index-news .Inews-2st .In1st-box .c {
  color:#353535;
  font-size: 14px;
  position: absolute;
  bottom: 8px;
}

.index-news .Inews-2st:hover .In1st-box .c {
  color: #006cff;
}

.index-news .s {
  display: block;
  width: 68%;
  height: 0;
  margin: 5px auto;
  border-top: solid 1px;
}

.index-news .Inews-swiper {
  float: right;
  width: 50%;
  color: #1b1b1b;
}

.index-news .Inews-swiper .Inews-box {
  display: block;
  padding: 0 0 0 110px;
  position: relative;
  overflow: hidden;
  margin: 0 0 38px;
  min-height: 80px;
}

.index-news .Inews-swiper .Inews-box .name {
  margin: 16px 0 10px;
}

.index-news .Inews-swiper .Inews-box .con {
  font-size: .8em;
  color: #707070;
}

.index-news .Inews-swiper .Inews-box:hover .Inews-date {
  color: #fff;
  background-color: #0c1b35;
  border-color: #0c1b35;
}

.index-news .Inews-swiper .Inews-box:hover .name {
  color: #0c1b35;
  font-weight: bold;
}

.index-news .Inews-swiper .Inews-date {
  padding: 16px 0 0;
  width: 80px;
  height: 80px;
  text-align: center;
  border: 1px solid #d2d2d2;
  position: absolute;
  left: 0px;
  top: 0px;
}

.index-news .Inews-swiper .InSwiper-pagination {
  text-align: center;
  font-size: 0px;
  position: relative;
  bottom: 0px;
  margin: 10px 0 0;
  text-align: center;
}

.index-news .Inews-swiper .InSwiper-pagination:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d2d2d2;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -1px;
}

.index-news .Inews-swiper .InSwiper-pagination .swiper-pagination {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background-color: #f1f0f0;
}
/*# sourceMappingURL=layout.css.map */

.new-2021 .join-bar{
  height: 100px;
}
.new-2021 .join-bar .contain{
  position: relative;
  height: 100%;
}
.new-2021 .join-bar img{
  position: absolute;
  left: 0;
  top: 50%;
  width: 50%;
  padding: 0 2%;
  transform: translateY(-50%);
}
.new-2021 .join-bar .btn{
  position: absolute;
  right: 0;
  top: 50%;
  padding: .2rem .6rem;
  transform: translateY(-50%);
  background: #006cff;
  color: #fff;
  height: 40px;
}
.new-2021 .join-bar .btn:hover{
  background: #008aff;
}
.new-2021 .index-contact-us{
  background: #006cff;
  padding: 0 0 1rem;
}
.new-2021 .index-contact-us .index-title{
  color: #fff;
}
.new-2021 .index-contact-us .contact-txt{
  color: #fff;
  border: 1px solid #c2c2c2;
  border-right: none;
  border-left: none;
  position: relative;
}
.new-2021 .index-contact-us .contact-txt::after{
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  background: #c2c2c2;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.new-2021 .index-contact-us .contact-txt .contact-info{
  display: flex;
}
.new-2021 .index-contact-us .contact-txt .box{
  width: 50%;
  border-left: none;
  padding: 36px 37px;
  display: flex;
  justify-content: flex-start;
}
.new-2021 .index-contact-us .contact-txt .box:first-child{
  padding: 36px 0;
}
.new-2021 .index-contact-us .contact-txt .box div{
  font-size: 14px;
font-weight: 400;
text-align: left;
color: #ffffff;
letter-spacing: 1px;
}
.new-2021 .index-contact-us .contact-txt .box i{
  margin: 0 36px 0 0;
}
.new-2021 .index-contact-us .contact-txt .box:last-child{
  border-left: none;
  border-right: none;
  justify-content: flex-start;
}
.new-2021 .index-contact-us .contact-txt .box h2{
  margin-bottom: 16px;
  line-height: 1;
  font-size: 18px;
font-weight: 400;
text-align: left;
color: #ffffff;
letter-spacing: 1px;
}

/* 2022.3.29 */
.zhibiao{
  background-color: #006cff;
  position: relative;
  z-index: 9;
}
.zhibiao-content{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.zhibiao-more{
  color: #fff;
  padding: 40px 0;
  width: 20%;
}
.zhibiao-more p{
  font-size: 30px;
  margin-bottom: 19px;
}
.zhibiao-more a{
  color: #fff;
  font-size: 14px;
}
.zhibiao-box{
  position: absolute;
  right: 0;
  top: -45px;
}
.zhibiao-box ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}
.zhibiao-box li{
  background: rgba(255, 255, 255, 0.9);
  padding: 32px 27px;
  box-sizing: border-box;
  background-clip: padding-box;
  border:  4px solid rgba(255, 255, 255, 0.5);
  margin-left:26px;
  width: 235px;
  margin-bottom: 20px;
}
.zhibiao-box p{
 font-size: 19px;
 margin-bottom: 19px;
}
.zhibiao-box h4{
  font-size: 39px;
  font-weight: bold;
}
@media (max-width:1024px) {
  .zhibiao-more{
  width: 100%;
  text-align: center;
  }
  .zhibiao-box{
    position: relative;
    margin: 20px auto;
  }
}

.pingtai{
  background-color: #f0f3ff;
  position: relative;
  padding: 60px 0;
}
.pingtai-info{
  text-align: center;
}
.pingtai-info h2{
  font-size: 30px;
}
.pingtai-info p{
  margin: 32px 0 20px;
  font-size:14px;
}
.pingtai-info a{
  font-size:14px;
  color: #006cff;
}
.pingtai-box{
  
  margin-top: 32px;
  
}
.pingtai-box ul{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
}
.pingtai-box li{
  background-color: #fff;
  padding: 39px 27px;
  width: 355px;
  height: 220px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  margin-right: 17px;
}
.pingtai-box li:nth-child(3n){
  margin-right: 0;
}
.pingtai-box li .icon{
  margin-bottom: 25px;
  display: flex;
  align-items: end;
}
.pingtai-box li h4{
 font-size: 19px;
}
.pingtai-box li p{
 font-size: 12px;
 word-break: break-all;
}
.pingtai-box li .icon i{
  width: 22px;
  height: 22px;
  margin-right: 12px;
  background-size: cover;
}

@media (max-width:1024px) {
  .pingtai-box li:nth-child(3n){
    margin-right: 17px;
  }
}
@media (max-width:576px) {
  .pingtai-box li{
    margin-right: 0;
  }
  .pingtai-box li:nth-child(3n){
    margin-right: 0;
  }
}

/* 2022.6.13 */
.xinwen{
  background-color: #010416;
  position: relative;
  z-index: 9;
}
.xinwen-content{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.xinwen-more{
  color: #fff;
  padding: 40px 0;
  width: 20%;
}
.xinwen-more p{
  font-size: 30px;
  margin-bottom: 19px;
}
.xinwen-more a{
  color: #fff;
  font-size: 14px;
}
.xinwen-box{
  width: 100%;
}
.xinwen-box ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;

}
.xinwen-box li{
  padding: 6px 27px;
  box-sizing: border-box;
  background-clip: padding-box;
  border-left:  4px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  width: 33%;
  box-sizing: border-box;
  margin: 16px 0;
  height: 96px;
}
.xinwen-box li a{
  font-size: 19px;
  color: #fff;
 }
 .xinwen-box li a .s{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
 margin-top: 19px;
 position: absolute;
 bottom: 20px;

 }
.xinwen-box p{
 font-size: 16px;
 line-height: 1.8;
}
.xinwen-box h4{
  font-size: 39px;
  font-weight: bold;
}
@media (max-width:1024px) {
  .xinwen-box li{
    width: 100%;
    margin: 10px 0;
  }
  .xinwen-more{
  width: 100%;
  text-align: center;
  }
  .xinwen-box{
    position: relative;
    margin: 20px auto;
  }
}
