/* index首页 */
 html{
        font-size: 13.28px;
    }
    @media (min-width: 1366px){
    html{
        font-size: 13.28px;
    }
}
 @media (min-width: 1440px) {
    html{
        font-size: 16px;
    }}
     @media (min-width: 1680px) {
 html {
        font-size: 18.5px;
    }}
     @media (min-width: 1920px) {
    html {
        font-size: 21.71px;
        /* font-size: 33px; */
    }
}
@media (min-width:2560px) {
	html{
		font-size: 28.5px;
	}
}
.contain {
    background: #ffffff;
    width: 100%;
    min-width: auto;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
/* banner */
/*banner*/
.banner {
	width:100%;
	height:35rem;
	overflow:hidden;
	position:relative;
}
.campagin{
     background: url('../img/pageimage/aluindex/banner1.png') no-repeat;
     background-size: 100% 100%;
}
.campagin-content{
	position: relative;
    width: 83.25rem;
    margin: 0 auto;
	margin-top: 8.75rem;
}
.campagin-tit{
    width: 35.5625rem;
    height: 10.375rem;
	margin-left: 1.9375rem;
}
.campagin-tit img{
width: 100%;
height:100%;
}
.campagin-tit-para{
        text-align: left;
    margin-top: .5rem;
    margin-left: 3.375rem;
}
.campagin-tit-para span{
    font-weight: 400;
font-size: 1rem;
color: #000000;
line-height: 1rem;
letter-spacing: .25rem;
}
.dot-tit{
    display: inline-block;
    margin: .125rem 2rem;
    width: .3125rem;
    height: .3125rem;
    background: #42464E;
    border-radius:50% ;
}
.activity-count{
     font-weight: 400;
    font-size: 1rem;
    color: #ffffff;
    margin: .9375rem auto -0.625rem;
    text-align: center;
}
/*分页器样式*/
.banner-bullet,.wonder-bullet{
	display:inline-block;
	width:0.625rem;
	height:0.625rem;
	background:rgba(255,255,255,0.4);
	border-radius:6.25rem;
	margin:0 0.1875rem;
	transition:all 0.3s;
}
/*分页器活动块样式*/
.banner-bullet-active,.wonder-bullet-active {
	width:3.75rem;
    height: .5rem;
	background:rgba(255,255,255,0.8);
}
.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal > .banner-swiper-pagination {
	bottom:2.5rem;
}
.wonder-swiper .swiper-wrapper{
    z-index: 11;
}
/* 新闻动态 */
.news-info {
	position:relative;
	margin-top:0;
	height:30rem;
	background:url('../img/pageimage/aluindex/news-bg.png');
	background-size:100% 100%;
	padding:0;
}
.news-info .hd-main{
    display: flex;
    height: 100%;
    padding-top: 5.75rem;
}
.news-info .news-title {
	padding-top:2.8125rem;
}
.news-title {
	font-size:2.375rem;
font-weight: 500;
line-height: 1.375rem;
color: #000000;
text-align: left;
}
.news-p {
	width:29.6875rem;
	font-size: .875rem;
font-weight: 400;
line-height: 1.125rem;
color: #888D96;
text-align: left;
margin: 0 auto;
margin-top:1.6875rem;
}
.news-content-right {
	width: 19.375rem;
	    margin-left: 12.125rem;
	padding-top: 0;
}
.news-list-box:first-child{
    margin-left:5.125rem
}
.news-list-box:nth-child(3){
    margin-left:8.1875rem
}
.news-list-box {
	margin-bottom:2.75rem;
box-sizing: border-box;
	padding:.875rem 21px .875rem 0;
	display:flex;
	align-items:center;
    width: 24.125rem;
height: 4.375rem;
background: linear-gradient( 180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.8) 100%);
box-shadow: 0px 3px 16px 1px rgba(0,37,80,0.1);
border-radius: 16px 16px 16px 16px;
border: 1px solid #FFFFFF;
}
.news-date {
width: 4.375rem;
height: 4.375rem;
background: linear-gradient( 180deg, #FFB102 0%, #FF6B02 100%);
border-radius: 16px 16px 16px 16px;
margin-left: -1px;
	margin-right:1.375rem;
	font-size: 1.375rem;
font-weight: 500;
line-height: 1.3125rem;
color: #FFFFFF;
padding: .8125rem .625rem .625rem .875rem;
box-sizing: border-box;
}
.news-date-year {
	font-size:12px;
}
.news-item-title {
	font-size:1rem;
	font-weight:400;
	line-height:1.5rem;
	color: #000000;
	opacity:1;
	width:11.0625rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.news-item-title:hover {
	font-weight:600;
}
.news-item p {
	font-size: .75rem;
font-weight: 400;
line-height: 1.25rem;
color: #888D96;
}
.news-info .alu-box-tag-button{
    margin-top: 2.6875rem;
}
.news-content {
	width:13.125rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
/* 精彩活动 */
.wonder-act-container{ 
     padding: 5rem 0;
     box-sizing: border-box;
    width: 100%; 
    height: 35.125rem; 
    background: #F5F7FD;
}
.wonder-act-content{
    display: flex;
    justify-content: space-between;
    width: 81.75rem;
    margin: 0 auto;
}
.wonder-active-img{
   padding: 2.5rem 1.5625rem 1.5625rem;
   box-sizing: border-box;
   margin: 0 auto;
   background: url('../img/pageimage/aluindex//wonder-bg.png');
   background-size: 100% 100%;
   width: 39.3125rem;
   height: 23.25rem;
   border-radius: 20px 20px 20px 20px;
}
.wonder-active-swiper-show{
overflow:hidden;
width: 36.1875rem;
   height:19.1875rem;
}
.wonder-swiper{
    position: relative;
    width: 36.1875rem;
height:13.3125rem;
	    margin-top: 3.3125rem;
}

.wonder-swiper .swiper-slide {
	width:36.1875rem;
	height:13.3125rem;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.wonder-swiper .swiper-slide img {
	width:100%;
	height:100%;
}
.wonder-slide-show{
    overflow: hidden;
}
.wonder-bullet-active,.wonder-bullet{
    width: 3.75rem;
    height: .5rem;
}
.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal > .wonder-swiper-pagination {
	left: 9.9375rem;
    top: -4.3125rem;
}
.wonder-avtive-tit{
       margin-top: .875rem;
    margin-left: 1rem;
font-weight: 500;
font-size: 2.375rem;
color: #000000;
line-height: 1.625rem;
text-align: left;
}
.wonder-active-video{
    position: relative;
     margin: 0 auto;
    /* margin-top: 16px; */
width: 41.25rem;
height: 23.25rem;
background: #FFFFFF;
overflow: hidden;
border-radius: 20px 20px 20px 20px;
}
.wonder-active-video .video-poster{
width: 41.25rem;
height: 23.25rem;
}
.wonder-active-video video,.wonder-active-video .video-container video{
    width: 41.25rem;
height: 23.25rem;
object-fit: cover;
}
.wonder-active-video .alu-box-tag-button{
        position: absolute;
        left: 15.75rem;
    top: 11rem;
}
/*活动服务  */
.channel-content{
    display: flex;
}
.activity-channel{
width: 50%;
    height: 11.25rem;
    padding: 2.25rem 0;
    box-sizing: border-box;
    background: url('../img/pageimage/aluindex/activity-bg.png');
    background-size:100% 100%;
}
.activity-txt{
    margin-top: .9375rem;
font-weight: 500;
font-size: 2.375rem;
color: #FFFFFF;
line-height: 1.375rem;
text-align: center;
}
.activity-btn{
    margin: 0 auto;
    margin-top: 2.0625rem;
width: 9.25rem;
height: 2.5rem;
background: #FFFFFF;
border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
font-weight: 400;
font-size: 1rem;
color: #707070;
line-height: 2.5rem;
text-align: center;
}
.server-channel{
width: 50%;
    height: 11.25rem;
    padding: 2.25rem 0;
    box-sizing: border-box;
    background: url('../img/pageimage/aluindex/servicetong-bg.png');
    background-size:100% 100%;
}

/*老手风采*/
.erp {
    padding-top: 6.75rem;
    box-sizing: border-box;
	margin:0;
	height:34.5625rem;
	background:url('../img/pageimage/aluindex/oldhand.png');
     background-size: 100% 100%;
	position:relative;
}
.erp .hd-main{
width: auto;
}
.erp-container{
    position: relative;
    height: 21.875rem;
	overflow: hidden;
    display: flex;
    margin-left: 7.875rem;
    
}
.erp-container .news-title{
margin-top: 4.375rem;
}
.erp-container .alu-box-tag-button{
    margin-top: 2.75rem;
}
.erp-swiper{
    position: relative;
	height:21.875rem;
	/* margin-top:24px; */
	overflow:hidden;
    margin-left: -0.875rem;
}
.erp-swiper .swiper-slide {
	width:16.25rem;
	height:21.875rem;
	border-radius:.625rem;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.erp-swiper .swiper-slide img {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	overflow: hidden;
      object-fit: cover;
	border-radius:.625rem;
	transition:all .5s;
}
.erp-swiper .swiper-slide:hover img {
	transform:scale(1.2,1.2);
	transition:all .5s;
}
.video-container video {
  width:16.25rem;
	height:21.875rem;
  /* object-fit: cover; */
}
.wonder-active-video .qingdao-play{
background:#FFFFFF;
    width: 9.25rem;
    height: 2.5rem;
}
.wonder-active-video .qingdao-play:hover{
background:#FFFFFF;
}
.qingdao-play {
	background:url("../img/m/index-page/banner-play.svg") no-repeat;
	background-size:100% 100%;
	width:4.25rem;
	height:4.25rem;
    position: absolute;
    top: 8.75rem;
    left: 5.875rem;
	/* margin:79px auto 0; */
}
.qingdao-play:hover{
	background:url("/static/img/m/index-page/banner-play-hover.svg") no-repeat;
	background-size:100% 100%;
}
.erp-container .swiper-button-prev,
.erp-container .swiper-button-next{
    width: 5rem;
    height: 5rem;
}
.erp-container .aluold-swiper-button-prev{
left: 26.25rem;
top: 9.875rem;
}
.erp-container .aluold-swiper-button-next{
right: -1.25rem;
top: 9.875rem;
}
.service-container  .swiper-button-prev,
.service-container .swiper-button-next{
    width: 6.25rem;
    height: 6.25rem;
}
/* .service-container .swiper-progressbar .swiper-button-prev{
left: -20px;
} */
/* 老友登录 */
.olghand-login-container{
    width: 100%;
    height: 15.8125rem;
    padding: 5rem 0;
    box-sizing: border-box;
    background: url('../img/pageimage/aluindex/login-bg.png');
    background-size:100% 100%;
}
.oldhand-login-btn{
    width: 41.3125rem;
height: 5.75rem;
margin: 0 auto;
border-radius: 3.625rem 3.625rem 3.625rem 3.625rem;
border: .0625rem solid #FFFFFF;
font-weight: 500;
font-size: 2.375rem;
color: #000000;
line-height: 5.75rem;
text-align: center;
background-color: rgba(255, 255, 255,0.5);
  backdrop-filter: blur(8.39px);
  -webkit-backdrop-filter: blur(8.39px); /* 兼容 Safari */
}
/* 季刊 */
.newletter-icon{
    width: 6.25rem;
    height: 2.125rem;
    margin-bottom: .4375rem;
}
.newletter-icon img{
    width: 100%;
    height: 100%;
}
.service-container {
    width: 100%;
    height: 53.625rem;
    box-sizing: border-box;
  padding: 1.875rem 0 3.6875rem;
  background-color: #ffffff;
}
.service-container h1,.review-container h1{
font-size: 2.375rem;
font-weight: 500;
color: #090F21;
}
.service-container h2,.review-container h2{
font-size: .75rem;
font-weight: 400;
color: #84868D;
letter-spacing: .3125rem;
margin-top: .1875rem;
}


/* swiper */
.service-container {
  padding: 4.375rem 0 5.625rem;
  background-color: #ffffff;
}
.service-bg {
  position: absolute;
  top: 11.875rem;
  width: 100%;
  height: 32.1875rem;
  background: url('../img/pageimage/handquarterly/service-bg1.png');
  background-size: 100% 100%;
}
.service-container .service-content {
  height: 33.75rem;
  width: 63.75rem;
  margin: 0 auto;
  margin-top: 3.625rem;
   -webkit-transform: perspective(450px)
}
.service-container .swiper-wrapper{
  transition: all 0.3s;
}
.service-container .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 22.5rem;
  height: 33.75rem;
  transition: all 0.3s;
}
.wrapperX2{
  transform:translate3d(-24.375rem,0rem,0rem)!important;
}
.wrapperX10{
  transform:translate3d(-8.75rem,0rem,0rem)!important;
}
.wrapperX1{
  transform:translate3d(-17.1875rem,0rem,0rem)!important;
}
.wrapperX0{
  transform:translate3d(-10rem,0rem,0rem)!important;
}
.wrapperX3{
  transform:translate3d(-31.25rem,0rem,0rem)!important;
}
.wrapperX4{
  transform:translate3d(-38.75rem,0px,0px)!important;
}
/* .swiper-slide-active{
      box-shadow:.625rem .375rem 1.875rem rgba(10, 44, 115, 0.2);
      border-radius: .875rem .875rem .875rem .875rem;
}
.swiper-slide-active .slide-title{
  box-shadow: none;
  visibility: visible;
}
.swiper-slide-active .slide-img img{
  border-radius:0rem 0rem .875rem .875rem;
  box-shadow:none;
} */
.service-container .swiper-slide-active,.swiper-slide:hover{
      box-shadow:.625rem .375rem 1.875rem rgba(10, 44, 115, 0.2);
      border-radius: .875rem .875rem .875rem .875rem;
}
.service-container .swiper-slide-active .slide-title,.swiper-slide:hover .slide-title{
  box-shadow: none;
  visibility: visible;
}
.service-container .swiper-slide-active .slide-img img,.swiper-slide:hover .slide-img img{
  border-radius:0rem 0rem .875rem .875rem;
  box-shadow:none;
}
.service-container .slide-title {
  visibility: hidden;
  width: 22.5rem;
  height: 3.6875rem;
  background: rgba(255, 255, 255);
  box-shadow: 0rem .375rem 3.125rem rgba(10, 44, 115, 0.2);
  border-radius: .875rem .875rem 0rem 0rem;
  display: flex;
  justify-content: space-between;
}
.img-no {
  position: relative;
  width: 7.25rem;
  height: 2rem;
  margin: .875rem 0 .8125rem 1.6875rem;
  font-size: 2rem;
  font-weight: bold;
  color: rgba(9, 15, 33, 0.2);
}
.img-no::after {
  position: absolute;
  right: -1.5625rem;
  top: .6875rem;
  content: '';
  width: 1.125rem;
  height: 1.125rem;
  background: url('../img/pageimage/handquarterly/more.svg');
  background-size: 100% 100%;
}
.img-time {
  margin: 1.25rem 1.0625rem .8125rem;
  width: 5.625rem;
  height: 1.5rem;
  border: .0625rem solid #090f21;
  border-radius: .125rem;
  color: #090f21;
  line-height: 1.5rem;
}
.time-year {
    display: inline-block;
  font-size: .75rem;
  font-weight: 400;
  transform: scale(0.83);
  -webkit-transform: scale(0.83);
  -moz-transform: scale(0.83);
  -ms-transform: scale(0.83);
  -o-transform: scale(0.83);
}
.time-pageno {
  margin-left: .375rem;
  font-size: .75rem;
  font-weight: 500;
}
.service-container .slide-img{
  display: block;
  width: 22.5rem;
  height: 30rem;
  /* overflow: hidden; */
}
.service-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: .625rem .375rem 1.875rem rgba(10, 44, 115, 0.2);
border-radius: .875rem;
transition: all 0.3s;
}
 .swiper-button-prev,    
.swiper-button-next {
	top:50%;
	transform:scale(0.5);
	width:6.5rem;
	height:6.5rem;
	border-radius:50%;
	background-color:#ffffff;
    box-shadow: 5px 5px 30px 1px rgba(26,39,59,0.16);
}
.function-swiper .newsletter-swiper-button-prev {
  left: -8.125rem;
  top: 16.8125rem;
}
.function-swiper .newsletter-swiper-button-next {
  right: -8.125rem;
  top: 16.8125rem;
}

.service-container .alu-box-tag-button{
background: #F5F7FD;
margin-top: 2.9375rem;
}
.service-container .alu-box-tag-button span{
    margin-left: -2.0625rem;
}
