@charset "utf-8";

/* Loading旋转动画 */
@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); }
  100% { -webkit-transform: translate(-50%, -50%) rotate(360deg); }
}

html {
  min-width: 1200px;
}
.wrap {
  display: block;
  width: 100%;
  position: relative;
}
.scroll-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  z-index: 98;
  cursor: pointer;
  display: none;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.10);
}
.scroll-top img {
  width: 40px;
  height: 40px;
}

/* 顶部导航 */
.header {
  width: 100%;
  display: block;
  position: fixed;
  top: 0px;
  height: 80px;
  z-index: 5;
}

.head_content {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.head_white {
  background: #fff;
}

.head_white .head_menu .head_menu_item .text {
  color: #2b2e2e !important;
}

.head_icon {
  display: block;
  height: 38px;
  width: 134px;
  position: absolute;
  left: 0;
  top: 22px;
  z-index: 2;
}

.head_icon-1 {
  z-index: 2;
}

.head_bg-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.head_icon img {
  max-width: unset;
  width: 203px;
  height: 100%;
}

.head_menu {
  display: block;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 0;
  cursor: pointer;
  opacity: 1;
  z-index: 2;
}

.head_bg {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 450px;
  background: #fff;
  z-index: 1;
  /* display: none; */
  opacity: 0;
  transform: translateY(-450px);
  transition: ease all .2s;
  /*transition-delay: .1s;*/
}
.head_bg.active {
  opacity: 1;
  transform: translateY(0);
}

.head_menu .head_menu_item {
  display: inline-block;
  height: 80px;
  float: left;
  margin-left: 40px;
  position: relative;
}

.head_menu .head_menu_item .text {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: ease all .2s;
}

.head_menu_item .text::after {
  display: block;
  content: '';
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
  background: #FF1128;
  opacity: 0;
  -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out;
  transform-origin: 50% 0%;
  transform: scale(0.01,1);
}

.head_menu_item:hover .text::after {
  transform: scale(1,1);
  opacity: 1;
}

.head_sub {
  display: none;
  position: absolute;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  text-align: center;
  z-index: 2;
}

.head_sub:hover {
  display: block;
}

.head_sub li a {
  display: block;
  font-size: 16px;
  color: #2b2e2e;
  opacity: 0.7;
  padding: 13px 0;
}

.head_sub_1 li a {
  padding: 5px 0;
}

.head_sub li:hover a {
  color: #FF1128;
}
.head_menu:hover .head_menu_item .text {
  transition: ease all .2s;
  transition-delay: .1s;
  /*color: #2b2e2e;*/
}

/* 页脚 */
.footer {
  width: 100%;
  height: 400px;
  position: relative;
  /* background: rgba(160,160,160,0.1); */
  background: url("/indexResources/image/footer-bg-12aeb7baf4c574718c589b037482a020.png") no-repeat;
  background-size: 100% 100%;
}
.footer_main {
  width: 1200px;
  /* height: 370px; */
  margin: 0 auto;
  position: relative;
  padding: 100px 0 0 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.footer-tiptitle {
  font-size: 14px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right:0;
  bottom:25px ;
}
.footer_main dl dt {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
}
.footer_main dl dd {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}
.footer_main dl dd a {
  color: #fff;
}
.footer_main dl dd span {
  cursor: pointer;
}
.footer_main dl dd:nth-of-type(1) {
  margin-top: 21px;
}
.footer_main dl dd .d-line {
  width: 20px;
  height: 2px;
  display: block;
  background: #fff;
}
.wtd120 {
  width: 120px;
  display: inline-block;
}
.footer-code {
  width: 98px;
  height: 98px;
}
.footer_main dl dd:last-child {
  display: flex;
}
.link-people {
  margin-left: 11px;
  font-size: 16px;
  line-height: 14px;
}
.link-people p:not(:first-child) {
  margin-top: 28px;
}
.footer-logo {
  width: 140px;
  height: auto;

}
.footer_main .linkBox {
  color: #fff;
  width: 250px;
  height: 32px;
  line-height: 32px;
  opacity: 1;
  background: rgba(216,216,216,0.00);
  border: 1px solid rgba(255,255,255,0.5);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
}
.icon-open {
  width: 12px;
  height: 12px;
  background: url(/indexResources/image/open-3607fe35ec620dcb66f7e6f5559eec1a.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 230px;
  z-index: 1;
}
.link-list {
  background: #0a3a94;
  position: absolute;
  width: 250px;
  max-height: 100px;
  top: 35px;
  left: 0;
  border-radius: 4px;

  display: none;
}
.link-list li {
  width: 100%;
  height: 32px;
  color:#fff ;
  font-size: 14px;
  line-height: 34px;
  padding-left: 20px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 4px;
}
.link-list li:hover {
  background: #0066FF;
  border-radius: 0
}

/* 手风琴 */
.dynamics-content {
  height: 266px;
  background: #fff;
  /* background-image: linear-gradient(to left, #fff 94%, rgba(0,0,0,0.03)); */
  padding: 30px;
  box-sizing: border-box;
}
.dynamics-content .dy-title {
  color: #313131;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: ease all .1s;
  /* transform: translateY(80px); */
  transition-delay: 0s;
  letter-spacing: 1.4px;
}
.cur .dynamics-content .dy-title {
  transform: translateY(0);
  color: #fff;
}
.dynamics-content .dy-time {
  font-size: 16px;
  margin-top: 60px;
  position: relative;
  opacity: 0;
  transition: ease all .5s;
  transform: translateY(80px);
  transition-delay: .3s;
}
.cur .dynamics-content .dy-time {
  opacity: 1;
  transform: translateY(0);
}
.dynamics-content .dy-time::after {
  content: '';
  width: 40px;
  height: 1px;
  background: #a0a0a0;
  position: absolute;
  top: 30px;
  left: 0;
  display: inline-block;
  opacity: 0;
  transition: ease all .5s;
  transform: translateY(80px);
  transition-delay: .3s;
}
.cur .dynamics-content .dy-time::after {
  opacity: 1;
  transform: translateY(0);
}
.dynamics-content .dy-content {
  width: 540px;
  font-size: 16px;
  margin-top: 29px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  opacity: 0;
  transition: ease all .5s;
  transform: translateY(80px);
  transition-delay: .3s;
  letter-spacing: 1.4px;
}
.cur .dynamics-content .dy-content {
  opacity: 1;
  transform: translateY(0);
}
.dynamics-swiper .swiper-slide.cur .dynamics-content {
  background: #0066FF;
  color: #fff;
}
.dynamics-swiper .swiper-slide.cur .dynamics-content .dy-time::after {
  background: #fff;
}

.intelligent-content {
  height: 174px;
  background-image: unset;
  overflow: hidden;
}
.intelligent-content .dy-content {
  margin-top: 15px;
}
.intelligent-content .dy-title {
  margin-top: 17px;
}
.swiper-wrapper li:nth-child(2) .intelligent-content  {
  background: #F9F9FB;
}
.intelligent-box {
  position: absolute;
  padding-bottom: 30px;
  bottom: 0;
  left: 30px;
  right: 30px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
}
.intelligent-content img{
  height: 418px;
}
.intelligent-box-title {
  font-size: 26px;
  font-weight: 700;
  opacity: 0;
  transition: ease all .5s;
  transform: translate(60px);
  transition-delay: .2s;
  letter-spacing: 1.4px;
}
.cur .intelligent-box-title {
  opacity: 1;
  transform: translate(0px);
}
.intelligent-box-content {
  font-size: 16px;
  margin-top: 20px;
  opacity: 0;
  transition: ease all .5s;
  transform: translate(60px);
  transition-delay: .4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  letter-spacing: 1.4px;
}
.cur .intelligent-box-content {
  opacity: 1;
  transform: translate(0px);
}
.intelligent-box-add {
  margin-top: 18px;
  width: 26px;
  overflow: hidden;
}
.intelligent-box-add .icon-join {
  transition: ease all .5s;
  transform: translate(-60px);
  transition-delay: .4s;
}

.cur .intelligent-box .icon-join {
  transform: translate(0px);
}
.intelligent-box:hover .icon-join,.digitalbase-bottom:hover .icon-join {
  animation: 0.8s wordsLoop linear infinite normal;
}

.intelligent-content .dy-title-1 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
}

/* ** */
.ml30 {
  margin-left: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mt20 {
  margin-top: 20px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}

/* 图片hover效果 */
.imgExport {
  transition: all .4s;
}
.imgExport:hover{transform: scale(1.06);}
.list-slide {
  transition: all .4s;
  position: relative;
}
.list-slide:hover {
  transform: translateY(-5px);
  box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
}
.img-masker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 47%, rgba(0,0,0,0.37) 78%, rgba(0,0,0,0.70) 100%);
}
.imgtextbox{position: absolute;left:0;right:0;bottom:0;
  background-image: linear-gradient(rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.7) 100%);font-size: 18px;color:#fff;}

/* swiper */
.my-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  display: inline-block;
  margin-left: 10px;
  float: left;
  cursor: pointer;
}
.my-bullet-active {
  width: 30px;
  background: #E50121;
}
.swiper-container .swiper-pagination {
  text-align: right;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  bottom: unset;
  display: flex;
  justify-content: flex-end;
}
.banner-hd {
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 2;
}
.swiper-container {
  height: 100%;
}

/* 面包屑箭头 */
.link-right {
  display: inline-block;
  margin: 0 10px;
  width: 7px;
  height: 12px;
  background: url(/indexResources/image/right-b7fe65b47a0547ae28e34948e19fe1f3.png) no-repeat;
  background-size: 100% 100%;
}

html[lang='en'] .developmentPositioning{
  width: 98px;
  display: inline-block;
}
html[lang='en'] .groupProfile{
  width: 98px;
  display: inline-block;
}
html[lang='en'] .corporateCulture{
  width: 75px;
  display: inline-block;
}
html[lang='en'] .devAndBrand{
  display: flex;
}
html[lang='en'] .milestones{
  padding-left: 24px;
}
html[lang='en'] .address{
  margin-top: 20px;
  width: 269px;
  font-size: 14px;
  display: inline-block;
}
html[lang='en'] .email{
  margin-top: 20px;
}
html[lang='en'] .link-people{
  font-size: 14px;
}
html[lang='en'] .dds{
  font-size: 14px;
}

