#main-img {
    width: 100%;
    height: 366px;
    background: url('../image/banner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#main-img .mi-content {
    position: relative;
}

#main-img .mi-content .introduce {
    padding-top: 196px;
}

#main-img .page-title {
    
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 19px;
}

#main-img .page-title-en {
    
    font-size: 18px;
    color: #ffffff;
    opacity: 0.65;
}




.tabs-box {
    width: 100%;
    height: 50px;
    background-color: #f5f7fa;
    box-shadow: 0px 13px 18px 0px rgba(209, 219, 232, 0.42);
    position: relative;
    z-index: 10;
}

.tabs-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%;
}

.tab {
    flex: 1;
    text-align: center;
    height: 100%;
}

.tab-button {
    
    display: inline-block;
    
    width: auto;
    height: 100%;
    text-align: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    color: #252b3a;
    font-size: 16px;
}

.tab-button:hover {
    color: #2f61f1;
}

.tab-button.active {
    color: #2f61f1;
}

.tab-button.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    right: 0;
    height: 3px;
    background-color: #2f61f1;
    margin: 0 auto;
    
    width: var(--width);
}




#company-introduct .introduction {
    min-height: 398px;
    padding: 72px 0;
    box-sizing: border-box;
}

#company-introduct .title {
    margin-bottom: 45px;
    
    font-size: 28px;
    color: #252b3a;
    text-align: center;
}

#company-introduct .introduct {
    
    font-size: 16px;
    color: #4a515a;
    line-height: 30px;
}

#company-introduct .introduct div {
    text-indent: 2em;
}

.business-layout {
    width: 100%;
    min-height: 870px;
    background-color: #f4f5f9;
    position: relative;
}

.business-layout .bl-main {
    padding-top: 100px;
    text-align: center;
}

.business-layout .bl-main .bl-title {
    
    font-size: 28px;
    color: #252b3a;
    text-align: center;
}

.business-layout .bl-main .showimg {
    width: 936px;
    height: 684px;
    margin: 0 auto;
    position: relative;
}
.business-layout .bl-main .locate{
    width: 78px;
    height:78px;
    position: absolute;
    z-index: 10;
    transform:scale(0);
    -moz-transform:scale(0);
}
.business-layout .bl-main .locate .coord{
    width: 50px;
    height:50px;
    margin: 0 auto;
}
.business-layout .bl-main .locate .coord2{
    width: 38px;
    height:43px;
    margin: 10px auto 0 auto;
}
.business-layout .bl-main .locate .text{
    width: 100%;
    height:20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 2px;
    margin-top: 8px;
    background-color: #ffffff;
}
.business-layout .bl-main .locate .text2{
    width: 100%;
    height:20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 2px;
    background-color: #ffffff;
}
.business-layout .bl-main .locate.active{
    animation: possf 0.5s forwards;
    -moz-animation: possf 0.5s forwards;
}
@keyframes possf {
    0% {transform:scale(0.2);}
    100% {transform:scale(1.0);}
}
.middle-transition {
    position: absolute;
    bottom: -74px;
    left: 50%;
    transform: translateX(-50%);
    height: 150px;
    line-height: 150px;
    background-image: linear-gradient(0deg, #ffffff 0%, rgba(244, 245, 248, 1) 100%);
    box-shadow: 11px 33px 29px 0px rgba(209, 219, 232, 0.61);
    border-image-source: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
    border-image-slice: 1;
    display: flex;
    align-items: center;
    
    font-size: 16px;
    color: #4a515a;
    line-height: 30px;
    text-indent: 2em;
    outline: 2px solid #fff;
    border-radius: 20px;
}

.middle-text {
    width: 100%;
    padding: 0 100px;
    word-break: break-all;
}

.middle-transition span {
    
    font-size: 20px;
    color: #2f61f1;
}

.enterprise-culture {
    width: 100%;
    min-height: 597px;
    background-color: #101010;
    background: url('../image/bg1.png');
    background-size: 100% 100%;
}

.enterprise-culture .ec-main {
    padding-top: 166px;
    padding-bottom: 50px;
}

.enterprise-culture .title {
    
    font-size: 28px;
    color: #252b3a;
    margin-bottom: 73px;
}

.enterprise-culture .main-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.enterprise-culture .main-content .mc-item {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: context-menu;
}

.enterprise-culture .main-content .mc-item:nth-child(3n) {
    margin-bottom: 20px;
}

.enterprise-culture .main-content .mc-item .circle {
    width: 107px;
    height: 107px;
    background-image: linear-gradient(0deg, #ffffff 0%, #eff1f4 100%);
    box-shadow: 0px 15px 35px 0px #d1d9e3;
    border: 2px solid #fff;
    border-image-source: linear-gradient(0deg, #ffffff 100%);
    border-image-slice: 1;
    margin-bottom: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enterprise-culture .main-content .mc-item:nth-child(2) .circle {
    background-image: linear-gradient(0deg, #2f61f1 0%, #2f61f1 100%);
}

.enterprise-culture .main-content .mc-item img {
    width: 58px;
}

.enterprise-culture .main-content .mc-item .i-title {
    font-family: AliMedium;
    font-size: 20px;
    color: #2f61f1;
    margin-bottom: 18px;
    font-weight: 600;
}

.enterprise-culture .main-content .mc-item .i-detail {
    
    font-size: 16px;
    color: #4a515a;
}


#development-history {
    width: 100%;
    background: url('../image/bg1.jpg');
    background-repeat: no-repeat;
    background-size: contain contain;
    background-color: #EEF1F6;
}

#development-history .dh-main {
    padding-top: 65px;
    padding-bottom: 76px;
}

#development-history .dh-main .dh-title {
    
    font-size: 30px;
    color: #252b3a;
    margin-bottom: 90px;
    text-align: center;
}

#development-history .main-content .fold {
    max-height: 70px !important;
    overflow: hidden;
}

#development-history .dh-main .main-content {
    padding: 0 40px;
}

#development-history .timeline {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

#development-history .main-content .timeline-item {
    max-height: 700px;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
    overflow: hidden;
}

#development-history .timeline-item .decoraction {
    width: 27px;
    height: 20px;
    margin-right: 11px;
}

#development-history .timeline-item .year {
    font-family: YouSheBiaoTiHei;
    font-size: 30px;
    color: #181d2a;
    margin-right: 20px;
}

#development-history .timeline-item .dotted {
    width: 100%;
    height: 2px;
    border-bottom: 1px dotted #252b3a;
    margin-right: 16px;
}

#development-history .timeline-item .direction {
    width: 16px;
}

#development-history .timeline-content {
    width: 100%;
    padding: 39px 13px 42px;
}

#development-history .timeline-content .tc-item {
    color: #4a515a;
    display: flex;
    align-items: center;
}

#development-history .timeline-content .tc-item .dot {
    font-size: 28px;
    margin-right: 10px;
}

#development-history .timeline-content .tc-item .content {
    
    font-size: 16px;
    line-height: 32px;
    color: #4a515a;
}


#enterprise-honor {
    width: 100%;
    max-height: 1696px;
    background-color: #fff;
}

#enterprise-honor .eh-main {
    padding-top: 70px;
    padding-bottom: 140px;
}

#enterprise-honor .eh-main .eh-title {
    
    font-size: 30px;
    color: #252b3a;
    margin-bottom: 46px;
    text-align: center;
}

#enterprise-honor .eh-main .switch-tab {
    width: fit-content;
    height: 51px;
    background-image: linear-gradient(0deg,
            #ffffff 0%,
            rgba(239, 241, 245, 1) 100%);
    box-shadow: 8px 23px 29px 0px rgba(209, 219, 232, 0.61);
    outline: 3px solid #fff;
    border-image-source: linear-gradient(0deg,
            #ffffff 0%,
            #ffffff 100%);
    border-image-slice: 1;
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding: 7px 10px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    margin-bottom: 62px;
}

#enterprise-honor .eh-main .switch-tab .tab-item {
    
    
    text-align: center;
    cursor: pointer;
    color: #4a515a;
    
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 48px;
}

#enterprise-honor .eh-main .switch-tab .tab-chosen {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: calc(100% - 14px);
    background-color: #2f61f1;
    z-index: -1;
    border-radius: 18px;
    
    width: var(--width);
    transition: all 0.25s ease;
}

#enterprise-honor .eh-main .switch-tab .tab-active {
    color: #fff;
}

#enterprise-honor .eh-main .honor-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#enterprise-honor .eh-main .honor-list .honor-item {
    width: 271px;
    height: 406px;
    background-color: #f3f5f8;
    margin-right: 31px;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 0 44px;
    padding-bottom: 31px;
}

#enterprise-honor .eh-main .honor-list .honor-item:nth-child(4n) {
    margin-right: 0;
}

#enterprise-honor .eh-main .honor-list .honor-item .h-image {
    width: 100%;
    height: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#enterprise-honor .eh-main .honor-list .honor-item .h-title {
    
    font-size: 14px;
    color: #252b3a;
    overflow: hidden;
    text-align: center;
    letter-spacing: 0px;
    line-height: 1.5;
}

#news-dynamic {
    max-height: 1582px;
    width: 100%;
    background-color: #fff;
}

#news-dynamic .nd-main {
    padding-top: 64px;
    padding-bottom: 57px;
}

#news-dynamic .nd-main .nd-title {
    
    font-size: 28px;
    color: #252b3a;
    margin-bottom: 33px;
    text-align: center;
}

#news-dynamic .nd-main .article-item {
    width: 100%;
    height: 242px;
    background-image: linear-gradient(0deg, #ffffff 0%, #eff1f6 100%);
    box-shadow: 0px 15px 35px 0px rgba(209, 217, 227, 0.49);
    border: 2px solid #fff;
    border-image-source: linear-gradient(0deg,
            #ffffff 100%);
    border-image-slice: 1;
    padding: 29px;
    margin-bottom: 29px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

#news-dynamic .nd-main .article-item .article-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/img_xwdtbg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all .5s ease-in-out;
    box-shadow: 0px 16px 50px 0px #c6d5e9;
}

#news-dynamic .nd-main .article-item:hover .article-bg {
    opacity: 1;
}

#news-dynamic .nd-main .article-item img {
    min-width: 329px;
    max-width: 329px;
    height: 185px;
    margin-right: 30px;
    position: relative;
    z-index: 2;
}

#news-dynamic .nd-main .article-item .article-main {
    height: 100%;
    padding-top: 13px;
    padding-bottom: 8px;
    position: relative;
    z-index: 2;
}

#news-dynamic .nd-main .article-item .article-main .am-title {
    
    font-size: 20px;
    color: #2a3952;
    margin-bottom: 18px;
}

#news-dynamic .nd-main .article-item:hover .am-title {
    
    color: #2f61f1;
}

#news-dynamic .nd-main .article-item .article-main .am-content {
    font-family: AliLight;
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#news-dynamic .nd-main .article-item .article-main .article-time {
    
    font-size: 14px;
    color: #969daa;
    position: absolute;
    left: 0;
    bottom: 8px;
}


#join-us {
    
    width: 100%;
    background-color: #fff;
}

#join-us .employee {
    width: 100%;
    
    background-color: #fff;
    padding-top: 65px;
    margin-bottom: 104px;
}

#join-us .employee .employee-title {
    
    font-size: 28px;
    color: #252b3a;
    margin-bottom: 45px;
    text-align: center;
}

#join-us .employee .img-list {
    display: flex;
    flex-wrap: wrap;
}

#join-us .employee .img-list .img-filter {
    margin-right: 6px;
    margin-bottom: 7px;
    position: relative;
    border-radius: 10px;
}

#join-us .employee .img-list .img-filter:nth-child(3n) {
    margin-right: 0;
}

#join-us .employee .img-list img {
    height: 258px;
}

#join-us .employee .img-list .img-filter .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #225fc3;
    opacity: 0.45;
    border-radius: 10px;
}

#join-us .employee .img-list .hoverActive .overlay {
    opacity: 0;
}

.enterprise-welfare {
    position: relative;
    padding-top: 72px;
    padding-bottom: 60px;
     background-color: #F6F7FB;
}
.enterprise-welfare-bg {
    width: 100%;
    height: 1736px;
    background: url('../image/main-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #f6f7fb;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.enterprise-welfare .ew-title {
    
    font-size: 28px;
    color: #252b3a;
    margin-bottom: 49px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.enterprise-welfare .ew-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.enterprise-welfare .ew-main .ew-item {
    width: 330px;
    height: 351px;
    border-radius: 10px;
    position: relative;
    margin-right: 92px;
}

.enterprise-welfare .ew-main .ew-item:last-child {
    margin-right: 0;
}

.enterprise-welfare .ew-main .ew-item .upper {
    width: 100%;
    height: 166px;
    position: relative;
}

.enterprise-welfare .ew-main .ew-item .upper .ewi-title {
    position: absolute;
    bottom: 39px;
    left: 33px;
    
    font-size: 20px;
    color: #ffffff;
}

.enterprise-welfare .ew-main .ew-item .upper img {
    width: 330px;
}

.enterprise-welfare .ew-main .ew-item .lower {
    background: url('../image/item-bg.png');
    background-size: 100% 100%;
    width: 100%;
    height: 201px;
    box-shadow: 0px 15px 35px 0px #d1d9e3;
    border-image-source: linear-gradient(0deg,
            #ffffff 0%,
            #ffffff 100%);
    border-image-slice: 1;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0 32px;
    padding-top: 30px;
    position: absolute;
    bottom: 0;
}

.enterprise-welfare .ew-main .ew-item .lower .item-content {
    
    font-size: 14px;
    color: #4b5b76;
    position: relative;
    margin-right: 30px;
    min-width: 109px;
    height: 36px;
    line-height: 36px;
}

.enterprise-welfare .ew-main .ew-item .lower .item-content:nth-child(2n) {
    margin-right: 0;
}

.enterprise-welfare .ew-main .ew-item .lower .item-content::after {
    content: '•';
    position: absolute;
    top: 0;
    left: -12px;
    
    font-size: 14px;
}

.enterprise-welfare .ew-main .ew-item .icon {
    position: absolute;
    right: 35px;
    top: 112px;
    width: 68px;
}

.find-job {
    width: 100%;
    margin-top: 93px;
    position: relative;
    z-index: 2;
}

.find-job .fj-title {
    
    font-size: 28px;
    color: #252b3a;
    margin-bottom: 42px;
    text-align: center;
}

.find-job .job-item {
    width: 100%;
    background-image: linear-gradient(0deg,
            #ffffff 0%,
            #f3f5f7 100%);
    box-shadow: 0px 15px 35px 0px #d1d9e3;
    border: 2px solid #fff;
    border-image-source: linear-gradient(0deg,
            #ffffff 100%);
    border-image-slice: 1;
    padding: 32px 66px 40px 50px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-bottom: 47px;
    max-height: 1500px;
    
}

.find-job .job-item:last-child {
    margin-bottom: 0 !important;
}

.find-job .job-item:hover .ji-title {
    color: #2f61f1;
}

.find-job .job-item .ji-title {
    
    font-size: 20px;
    color: #4b5b76;
    margin-bottom: 20px;
    cursor: pointer;
    width: fit-content;
}

.find-job .job-item .area {
    
    font-size: 16px;
    color: #4b5b76;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.find-job .job-item .area img {
    width: 14px;
    height: 20px;
    margin-right: 8px;
}

.find-job .job-item .ji-content .job-duty:not(:last-child),
.find-job .job-item .ji-content .job-demand:not(:last-child) {
    margin-bottom: 32px;
}

.find-job .job-item .ji-content .job-duty .jd-title,
.find-job .job-item .ji-content .job-demand .jd-title {
    
    font-size: 16px;
    line-height: 30px;
    color: #4b5b76;
    opacity: 0.85;
}

.find-job .job-item .ji-content .job-duty .jd-content,
.find-job .job-item .ji-content .job-demand .jd-content {
    
    font-size: 14px;
    line-height: 30px;
    color: #4b5b76;
    opacity: 0.85;
}

.find-job .deliver {
    margin-top: 41px;
}

.find-job .deliver button {
    width: 110px;
    height: 38px;
    background-color: #2f61f1;
    
    font-size: 14px;
    color: #fefefe;
}

.find-job .close {
    position: absolute;
    right: 40px;
    top: 41px;
    cursor: pointer;
    transform: rotate(0);
    transform-origin: center center;
    transition: transform 0.25s ease;
}

.find-job .close img {
    width: 17px;
    height: 16px;
}

.fj-main .close-item {
    max-height: 120px;
    overflow: hidden;
    padding-top: 32px;
    margin-bottom: 29px;
}

.fj-main .close-item .close {
    transform: rotate(44deg);
    transform-origin: center center;
}


#contact-us {
    width: 100%;
    background-color: #f4f5f8;
}

#contact-us .address {
    width: 100%;
    padding-top: 67px;
    padding-bottom: 38px;
    box-sizing: border-box;
}

#contact-us .address .address-title {
    
    font-size: 28px;
    color: #252b3a;
    margin-bottom: 45px;
    text-align: center;
    margin-bottom: 56px;
}

#contact-us .address .address-main {
    display: flex;
}

#contact-us .address .address-main .am-main {
    width: 180px;
    height: 236px;
    background-image: linear-gradient(39deg,
            #aed3ff 0%,
            #2f61f1 69%,
            #1f4fda 100%);
    
    background-size: 220px 236px;
    box-shadow: 0px 15px 35px 0px #99b4d8;
    outline: 2px solid #fff;
    border-image-source: linear-gradient(0deg,
            #ffffff 0%,
            rgba(255, 255, 255, 0.5) 50%,
            #ffffff 100%);
    border-image-slice: 1;
    border-radius: 10px;
    position: relative;
    margin-right: 30px;
    flex: 1;
}

#contact-us .address .address-main .am-main span {
    position: absolute;
    right: 25px;
    top: 41px;
    font-family: AliMedium;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
}

#contact-us .address .address-main .am-main img {
    position: absolute;
    top: 41px;
    left: 20px;
    width: 77px;
    height: 160px;
}

.am-secondary {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    flex: 5;
}

.am-secondary .ams-item {
    width: 212px;
    height: 97px;
    background-image: linear-gradient(0deg,
            #f7faff 0%,
            #eff4fc 66%,
            #e7eef8 100%);
    box-shadow: 0px 15px 35px 0px #d1d9e3;
    outline: 2px solid #fff;
    border-image-source: linear-gradient(0deg,
            #ffffff 100%);
    border-image-slice: 1;
    border-radius: 10px;
    margin-right: 30px;
    margin-bottom: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: context-menu;
}

.am-secondary .ams-bg {
    background-image: linear-gradient(0deg, 
		#ffffff 0%, 
		#eff1f6 100%);
}

.am-secondary .ams-item:nth-child(4n) {
    margin-right: 0;
}
.am-secondary .ams-item .img {
    
	display: flex;
    justify-content: center;
    margin-right: 12px;
}
.am-secondary .ams-item span {
	font-size: 16px;
	color: #627088;
}
#contact-us .contact {
    width: 100%;
	min-height: 373px;
    background: url('../image/img_bg.png');
    background-size: 104% 100%;
    background-position-x: center;
    padding-top: 70px;
    padding-bottom: 68px;
    box-sizing: border-box;
}
#contact-us .contact .contact-main {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#contact-us .contact .contact-title {
    
    font-size: 28px;
    color: #252b3a;
    margin-bottom: 93px;
    text-align: center;
}
#contact-us .contact .cm-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#contact-us .contact .cm-item img {
    width: 38px;
    margin-bottom: 31px;
}
#contact-us .contact .cm-item .title {
    font-family: AliMedium;
	font-size: 18px;
	color: #4b5b76;
    margin-bottom: 15px;
}
#contact-us .contact .cm-item .detail {
    
	font-size: 14px;
	color: #4b5b76;
}

#honor-pagination,
#news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.list-items {
    list-style: none; 
    display: inline-block; 
    user-select: none;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 4px;
    text-align: center;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 7px;
}

.list-items:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.list-items.current,
.list-items.current:hover {
    color: #fff;
    background-color: #2f61f1;
    border-color: #2f61f1;
}

.lbl {
    color: #2f61f1;
}

.lbr {
    color: #2f61f1;
}