.loading{
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    border-radius: 50%;
    border-top: 10px solid #63A69F;
    /* 相对定位 */
    position: relative;    
    /* 执行动画：动画a1 时长 线性的 无限次播放 */
    animation: a1 2s linear infinite;
}
.loading::before,.loading::after{
    content: "";
    width: 200px;
    height: 200px;
    /* 绝对定位 */
    position: absolute;
    left: 0;
    top: 0px;
    box-sizing: border-box;
    border-radius: 50%;
}
.loading::before{
    border-top: 10px solid #F2E1AC;
    /* 旋转120度 */
    transform: rotate(120deg);
}
.loading::after{   
    border-top: 10px solid #F2836B;
    /* 旋转240度 */
    transform: rotate(240deg);
}
.loading span{
    /* 绝对定位 */
    position: absolute;
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    color: #fff;
    /* 执行动画：动画a2 时长 线性的 无限次播放 */
    animation: a2 2s linear infinite;
}
/* 定义动画 */
@keyframes a1{
    to{
        transform: rotate(360deg);
    }
}
@keyframes a2{
    to{
        transform: rotate(-360deg);
    }
}


.flex {
    display: flex;
}
.y-center {
    align-items: center;
}
.x-center {
    justify-content: center;
}
.x-end {
    justify-content: flex-end;
}
.space-between {
    justify-content: space-between;
}
.mr-20 {
    margin-right: 20px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-10 {
    margin-left: 10px;
}
.mr-34 {
    margin-right: 34px;
}
.mr-42 {
    margin-right: 42px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-16 {
    margin-right: 16px;
}
.mb-16 {
    margin-bottom: 16px;
}
a:focus {
    outline: none;
}
/* 整个滚动条 */
::-webkit-scrollbar {
    width: 0px;
    /* background-color: transparent; */
}

/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
    /* background-color: rgba(144,147,153,.3); */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
    /* background-color: transparent; */
}
.el-skeleton__image {
    width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.el-skeleton__h3 {
    height: 18px;
}
.el-skeleton.is-animated .el-skeleton__item {
    background: linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);
    background-size: 400% 100%;
    animation: el-skeleton-loading 1.4s ease infinite;
}
.el-skeleton__image svg {
    fill: #dcdde0;
    width: 22%;
    height: 22%;
}
.el-skeleton.is-animated .el-skeleton__item {
    background: linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);
    background-size: 400% 100%;
    animation: el-skeleton-loading 1.4s ease infinite;
    color: transparent;
    user-select: none;
}
.ourWork:hover .son{
    display:inline;
}
.son{
    cursor: pointer;
    position: absolute;
    background: rgba(0,0,0,.6);
    top:120px;
    display: none;
}
.enclass .son{
    left:-50px;
}
.enclass .son a{
    width:520px;
}
.navbar2 .tab-wrapper .son a{
    display:block;
    height: 50px; 
}
@keyframes el-skeleton-loading {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}   

.mb-40 {
    margin-bottom: 40px;
}
.pointer {
    cursor: pointer;
}

.text-right {
    text-align: right;
}
.nav-logo-group img {
    cursor: pointer;
    width: 320px;
}
.normal-title {
    font-size: 35px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #1c2949;
}

.normal-title2 {
    margin-bottom: 40px;font-size: 60px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #1c2949;
}

.normal-title-white {
    color: #fff;
}

.normal-title::after {
    content: " ";
    width: 56px;
    display: inline-block;
    border-bottom: 2px solid #1c2949;
    margin-left: 10px;
}
.normal-title-white::after {
    border-bottom: 2px solid #fff;
}

.font-24 {
    font-size: 24px;
}

.cursor-disabled::before {
    cursor: not-allowed;
}

/* 公用导航 */
.navbar2 {
    height: 120px;
	background-color: rgba(0, 0, 0, 0.6);
    padding-left: 60px;
    padding-right: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.navbar2 .tab-wrapper {
    font-family: AlibabaPuHuiTi-Medium;
	font-size: 27px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #fefeff;
}

.navbar2 .tab-wrapper2 {
    display: block;
    width: 100%;
    position: absolute;
    top: 72px;
    left: 0;
    background-color: rgb(10, 20, 40);
    padding-bottom: 20px;
    z-index: 10;
}

.navbar2 .tab-wrapper a {
    padding: 0 20px;
    cursor: pointer;
    color: #fefeff;
    position: relative;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.navbar2 .tab-wrapper2 a {
    cursor: pointer;
    color: #fefeff;
    display: block;
    cursor: pointer;
    color: #fefeff;
    display: block;
    padding: 10px 30px;
    text-align: left;
    font-size: 20px;
}
.navbar2 .tab-wrapper a:hover, .navbar2 .tab-wrapper2 a:hover {
    text-decoration: none;
    color: rgba(0, 190, 250, 1);
}

.navbar2 .tab-wrapper a.active::after,.navbar2 .tab-wrapper a:hover::after {
    content: ' ';
    width: 100%;
    height: 4px;
    background-color: rgba(0, 190, 250, 1);
    position: absolute;
    left: 0;
    bottom: 0px;
}
.navbar2 .tab-wrapper a:last-child {
    margin-right: 0;
}

.navbar2 .tab-wrapper a.active {
    color: rgba(0, 190, 250, 1);
}

.nav-logo-group .line {
    display: inline-block;
    height: 50px;
    border-left: 1px solid #fff;
}


.navbar3 {
    background-color: rgba(0, 0, 0,0.4);
    justify-content: flex-end;
    position: absolute;
    top: 120px;
    width: 100%;
}

.navbar3 .tab-wrapper a {
    padding: 0 20px;
    cursor: pointer;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.7);
}

.collage-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    font-size: 24px;
    color: #fff;
}
/* 轮播图 */

.carousel-example-generic {
    margin-top: -240px;
}

.carousel-inner .item .banner-image {
    width: 100%;
}
.carousel-title {
    font-size: 54px;
    margin-bottom: 16px;
}
.carousel-subtitle {
    font-size: 27px;
    margin-bottom: 40px;
}
.carousel-detail {
    font-size: 21px;
}
.carousel-indicators li {
	width: 56px;
	height: 1px;
	border: solid 1px rgba(255, 255, 255, 0.3);
}

.carousel-indicators .active {
    width: 56px;
	height: 1px;
    border: solid 1px #ffffff;
}

.carousel-indicators {
    display: flex;
    align-items: center;
    position: absolute;
    left: 56px!important;
    bottom: 40px!important;
    margin-left: 0;
}

/*底部*/

.introduce-container {
    background-color: rgb(10, 20, 40);
    padding-top: 40px;
}

.foot-bar {
    height: 57px;
    line-height: 57px;
    background-color: rgb(7, 15, 30);
	/* opacity: 0.3; */
    text-align: center;
    font-family: AlibabaPuHuiTi-Regular;
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.introduce-wrapper {
    max-width: 1728px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 10px 20px;
}

.enclass .carousel-caption-title{
    line-height: 40px;
}
.enclass .banner-tab:nth-child(3){
    line-height: 60px;
}

.enclass .introduce-title,.enclass .introduce-detail{
    text-align: center!important;
}

.introduce-title {
    font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;
    margin-bottom: 42px;
}
.introduce-info {
    font-family: AlibabaPuHuiTi-Regular;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.5);
    display: flex;
    width: 1062px;
    justify-content: space-between;
}
.introduce-info-item {
    margin-bottom: 50px;
}
.introduce-logo {
    width: 226px;
    height: 95px;
    flex-shrink: 0;
    margin-bottom: 20px;
}
.introduce-info a:hover {
   text-decoration: none;
}
.introduce-info a {
    width:100%;
    /* width: 108px; */
    text-align: center;
    display: block;
    /* height: 15px; */
    line-height: 15px;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.5);
}

.introduce-info .introduce-detail {
    text-align: left;
    height: 15px;
    line-height: 15px;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.5);
}
.qrcode-tips {
    margin-top: 24px;
}
.introduce-qrcode {
    font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 59px;
	letter-spacing: 0px;
	color: #ffffff;  
    text-align: center;
    line-height: 26px;
}
body {
    /* overflow-x: hidden; */
    font-family: AlibabaPuHuiTi-Regular;
}

.toogle{
    color:#fff!important;
    font-size:18px;
    cursor: pointer;
}
@font-face {
    font-family: '04b08';
    src: local('04b08'), url(../fonts/04b08.otf) format('opentype');
}

/* 自定义分页 */
.custom-navigation {
    margin-bottom: 90px;
}

.custom-navigation > .active > a, 
.custom-navigation > .active > span, 
.custom-navigation > .active > a:hover, 
.custom-navigation > .active > span:hover, 
.custom-navigation > .active > a:focus, 
.custom-navigation > .active > span:focus {
    background-color: #4dc6ff;
	border-radius: 3px;
}

.custom-navigation > li > a, .custom-navigation > li > span {
    width: 44px;
	height: 44px;
    border: none;
    margin: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: AlibabaPuHuiTi-Regular;
	font-size: 33px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #bbbbbb;
    cursor: pointer;
}
/* @media screen and (max-width: 1920px) {
    .navbar2 .tab-wrapper {
        font-size: 22px;
    }
    .nav-logo-group img {
        width: 300px;
    }
    .carousel-subtitle {
        font-size: 22px;
    }
    .navbar2 {
        height: 90px;
        padding-left: 20px;
    }
    .navbar2 .tab-wrapper a {
        height: 90px;
    }
    .normal-title {
        font-size: 30px;
    }
    .carousel-indicators li {
        width: 40px;
    }
    .carousel-indicators .active {
        width: 40px;
    }

} */

@media screen and (max-width: 1200px) {
    .son{
        top:75px;
        /* display: none; */
    }
    .navbar2 .tab-wrapper .son a{
        display:block;
        height: 40px; 
    }
    .enclass .son a{
        width:400px;
    }
    /* .enclass .son{
        left:-50px;
    } */


    .navbar2 .tab-wrapper {
        font-size: 16px;
    }
    .nav-logo-group img {
        width: 200px;
    }
    .navbar2 {
        height: 75px;
        padding-left: 20px;
    }
    .navbar2 .tab-wrapper a {
        height: 75px;
    }
    .carousel-subtitle {
        font-size: 17px;
    }
    .normal-title {
        font-size: 22px;
    }
    .carousel-indicators li,.carousel-indicators .active {
        width: 35px;
    }
    .introduce-logo {
        width: 136px;
        height: 60px;
    }
    .introduce-container {
        padding: 30px 0px 0;
    }
    .introduce-title {
        font-size: 18px;
        margin-bottom: 26px;
    }
    .navbar2 .tab-wrapper a.active::after, .navbar2 .tab-wrapper a:hover::after {
        height: 2px;
    }
}

/* 媒体查询 */
@media screen and (max-width: 1060px) {
    .son{
        top:72px;
        /* display: none; */
    }
    .navbar2 .tab-wrapper .son a{
        display:block;
        height: 40px; 
    }
    .enclass .son a{
        width:340px;
    }
    .navbar2 {
        height: 72px;
    }
    .navbar2 .tab-wrapper a {
        height: 72px;
        padding: 0 10px;
    }
    .nav-logo-group img {
        width: 180px;
    }
    .navbar2 .tab-wrapper {
        font-size: 16px;
    }
    .navbar2 .tab-wrapper a.active::after, .navbar2 .tab-wrapper a:hover::after {
        height: 1px;
    }

    .carousel-title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .carousel-subtitle {
        font-size: 17px;
        margin-bottom: 26px;
    }
    .carousel-detail {
        font-size: 16px;
    }
    .introduce-info {
        flex-wrap: wrap;
    }
    .introduce-wrapper {
        flex: 1;
    }
}


@media screen and (max-width: 891px) {
    .logo-en{
        display: none!important;
    }
    .navbar2 .tab-wrapper {
        font-size: 16px;
    }
    .nav-logo-group img {
        width: 170px;
    }
}

@media screen and (max-width: 768px) {
  
    .logo-en{
        display: none!important;
    }
    .toogle{
        margin-right:40px;
    }
    .navbar2 {
        padding-left: 20px;
        text-align: center;
        position: relative;
        background-color: rgb(10, 20, 40);
        position: fixed;
        top: 0;
        left: 0;
    }
    #carousel-example-generic {
        margin-top: 72px;
    }
    .carousel-caption1 {
        width: 100%!important;
        padding: 0 20px!important;
        right: auto!important
    }
    .carousel-indicators {
        bottom: 10px!important;
        left: 10px!important;
    }
    .introduce-container {
        padding-top: 30px;
    }
    .introduce-wrapper {
        display: block;
        text-align: center;
        padding-bottom: 20px;
    }
    .introduce-info {
        width: 100%;
        display: block;
    }
    .introduce-title {
        margin-bottom: 20px;
    }
    .introduce-info a {
        display: inline-block;
    }
    .introduce-info-item {
        display: block;
        text-align: center;
    }
    .introduce-info .introduce-detail {
        text-align: center;
    }
    .foot-bar {
        font-size: 14px;
    }
}



