@charset "UTF-8";


.next-project .h3-new{
  font-size: 30px;
  -webkit-text-stroke:1px #333;
}






.mb50 {
  margin-bottom: 50px;
}

.contact-information {
  padding: 0 0 50px 0;
}

.contact-p {
  font-size: 13px;
  margin-bottom: 0 !important;
}

.bg-about-2-new {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
}

.bg-about-2-new img {
  width: 100%;
}

/* .bg-detail-blog-bg{
    background: url(../img/blog/blog1.jpg) center no-repeat !important;
    background-size: 100% auto !important;
 } */
.row-new {
  justify-content: center;
}

.article .author p {
  margin: 0;
}

.classification {
  font-size: 12px;
  margin-bottom: 20px !important;
}

.bg-detail-work-2 {
  left: 50% !important;
  transform: translateX(-50%);
  width: 70%;
  top: 20vh !important;
}

.bg-detail-work-2 img {
  width: 100%;
}

.detail-img-info {
  width: 100%;
  margin-top: 50px;
  padding: 0 100px;
  box-sizing: border-box;
}

.detail-img-info h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

.detail-img-info img {
  width: 100%;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  
}

.bg-work-bg {
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
}

.bg-work-bg img {
  width: 100%;
}

.index-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#videoMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, rgba(62, 127, 184, .8), rgba(70, 184, 142, .3), rgba(198, 78, 100, .8));
}

.service-text a {
  color: #bbb;
}

.service-text a:hover {
  color: #fff;
  text-decoration: underline;
}

.service-text p {
  color: #bbb;
}

.textc {
  text-align: center;
}

.qr-code {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.partner-list img {
  transform: scale(1);
  transition: transform .5s;
}

.partner-list img:hover {
  transform: scale(1.2);
  transition: transform .5s;
}

.about-text a {
  font-size: 13px;
  color: #bbb;
}

.about-text a:hover {
  color: #fff;
}

.liucheng {
  width: 100%;
}

.fuwu-con {
  width: 100%;
  display: flex;
}

.fuwu-item {
  width: 180px;
  height: 190px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.item-t {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 90px;
  height: 90px;
  background-color: #fdcd00;
  border-radius: 5px;
  margin: 0 auto;
}

.item-t p {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000;
  font-size: 17px;
}

.item-step {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.item-desc {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

.timerDiv {
  color: #3D3D3D;
}

.shili{
  background-color: #F7F9FE;
  margin-bottom: 100px;
  padding: 50px 0;
}

.shili .item-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.shili-item .num-box {
  position: relative;
  text-align: center;
  transform: scale(1);
  transition: transform .5s;
}
.shili-item .num-box:hover{
  transform: scale(1.2);
  transition: transform .5s;
}

.shili p {
  text-align: center;
  margin-bottom: 0;
  color: #3D3D3D;
}

.shili .timer {
  color: #3D3D3D;
  font-size: 70px;
  font-weight: bold;
}

.add-icon {
  position: absolute;
  top: 0;
  right: 0;
  color: #3D3D3D;
  font-size: 30px;
  font-weight: bold;
}

.process-box{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.process-box-item .icon-box{
  width: 105px;
  height: 105px;
  background: #333;
  transition: background .5s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.process-box-item .icon-box:hover{
  background: #666;
  transition: background .5s;
}
.process-box-item .icon-box img{
  width: 80%;
}
.process-box-item .process-step{
  font-size: 20px;
  color: #3D3D3D;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}
.process-box-item .process-desc{
  font-size: 16px;
  color: #3D3D3D;
  text-align: center;
  margin-bottom: 0;
}
.process-box .arrow{
  width: 30px;
  margin-top: -50px;
}
.detail-desc{
  margin-top: 20px;
  color: #333 !important;
  text-align: left;
}
.detail-box-con{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-box-con-item{
  flex: 1;
}
.detail-box-con-item p{
  text-align: left;
  color: #333;
  font-size: 12px;
}
.biaoqian{
  display: inline-block;
  min-width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #B5B5B5;
  font-size: 12px;
  margin-right: 10px;
  color: #333;
}
.bgColorWhite{
  background: #fff !important;
}

.main-title ,.h2-new,.links_p{
  color: #333 !important;
}
.main-title h2, .span-new,.main-title h1{
  -webkit-text-stroke:1px #333 !important;
}
.row_hight{
  height: 300px;
}
.header_menu{
  background: #fff !important;
}
.header_switch{
  background: #000;
  color: #fff;
}