@charset "UTF-8";
.head_main,
.container,
.foot-main,
.foot-bottom,
.index-container,
.foot-main,
.wrap {
    margin: 0 auto;
    padding: 0 15px;
}
@media (min-width: 768px) {
    .index-container,.container,.wrap{ width: 750px;}
}
@media (min-width: 992px) {
    .head_main,.foot-main,.foot-bottom{width: 965px;}
    .container,.index-container,.wrap {width: 945px;}
}
@media (min-width: 1260px) {
    .head_main,.foot-main,.foot-bottom,.index-container,.container,.wrap{width: 1230px;}
}
@media (min-width: 1460px) {
    .head_main,.foot-main,.foot-bottom,.index-container/*,.container*/,.wrap{width: 1430px;}
}
.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:768px) {
    .container{width:750px}
}
@media (min-width:992px) {
    .container{width:970px}
}
@media (min-width:1460px) {
    .container{width:1460px}
}

/*头部*/
.header {
    height: 80px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    /*z-index: 1000;
    background: #fff;*/
    border: 0;
    margin-bottom: 0;
    /*border-bottom: 2px solid #0ba1e4;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
}

.header .logo {
    padding: 22px 0 12px;
    display: block;
    float: left;
}
.header .logo img {
    display: inline-block;
    width: 200px;
    float: left;
}

.navbar {float: right;}

.category-item { float: left; padding: 0 10px;margin-right: 42px;}
.category-item:last-child { margin-right: 0; padding-right: 0;}
.category-item-single {position: relative;}
.category-a {
    padding: 0 0;display: block;font-size: 18px;line-height: 80px;color: #333;
    -webkit-transition: all .6s;-o-transition: all .6s;transition: all .6s;position: relative;
    font-family: 'SOURC-REGULAR';
    border-bottom: none !important;}

.phone-number {
    color: red;          /* 文字颜色为红色 */
    font-size: 12px;     /* 字体大小为14像素 */
    font-family: Arial, sans-serif; /* 使用无衬线字体 */
    font-weight: bold;   /* 加粗字体 */
    letter-spacing: 0.5px; /* 字母间距 */
}

a:visited{
    text-decoration: none;
}
a:focus{
    outline: none;
    text-decoration: none;
}


.info-text {
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: black;
}

/*标题下方的短下划线*/
.line{
    border-top: 1px solid #0ba1e4;
    width: 30px;
}
.line-big{
    margin: 30px auto 26px;
    border-width: 2px;
    width:80px;
}
/*标题下方灰线*/
.grey-line {
    border-top: 2px solid  #999999;
    margin: -20px auto 50px;
    width:100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/*通用图片*/
.common-img {
    width: 130px;
    margin-top: -100px;
    margin-left: 40px;
}

.module-style {
    margin: 0;
    padding: 0;
    height: 100%;
}
.module-body {
    display: flex;
    flex-direction: column;
}

/*页脚*/
#footer{
    padding: 0;
    background-color: #363636;
}
#footer .footer-item{
    height: 160px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 1em;
    border-left: 2px solid #c1c1c1;
    overflow: hidden;

}
#footer .footer-list h4{
    color: #f5f5f5;
}
#footer .footer-list ul{
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
}
#footer .footer-list ul li a{
    color: #f5f5f5;
    line-height: 2.5em;
}

#footer .footer-wechat img{
    max-height: 132px;
}
#footer .footer-wechat p{
    text-align: center;
    color: #f5f5f5;
    line-height: 2.5em;
}
#footer .footer-contact h2{
    display: block;
    color: #ffffff;
    margin: 0;
    line-height: 52px;
}
#footer .footer-contact h2 img{
    width: 40px;
    height: 40px;
    margin-top: -6px;
    margin-right: 10px;
}
#copyright{background-color: #666;}
#copyright p{
    text-align: center;
    margin: 10px;
    line-height: 40px;
    color: #fafafa;
}
#copyright p a{
    color: #fafafa;
}
#copyright p a:hover{
    text-decoration: none;
}

/* 轮播图切换按钮 */
.carousel-control-a {
    opacity: 0.5; /* 初始透明度 */
    filter: blur(1px); /* 初始模糊效果 */
    transition: opacity 0.3s, filter 0.3s; /* 平滑过渡效果 */
}
.carousel-control-a:hover {
    opacity: 0.7; /* 鼠标悬停时的透明度 */
    filter: blur(0); /* 鼠标悬停时无模糊效果 */
}

/* 首页行板块 */
.index-row{
    padding: 50px 0;
}
.index-row .main-title{
    text-align: center;
    margin-bottom: 30px;
}

/* 关于我们 */
@media (min-width: 768px) and (max-width: 991px) {
    .our-data .our-data-item .number-wrapper {
        font-size: 50px !important;
        line-height: 1.5em !important;
    }
}
.our-data .our-data-item{
    text-align: center;
}
.our-data .our-data-item .number-wrapper{
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    font-size: 70px;
    line-height: 1.5em;
    color: #0ba1e4;
}
.our-data .our-data-item .number-wrapper span{
    display: inline;
}
.our-data .our-data-item .title{
    color:#919191;
}

/*合作伙伴*/
.our-client{
    background-color: #e1e1e1;
}
.our-client-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*justify-content: flex-start;*/
    width: 100%; /* 确保占满父容器宽度 */
}
.our-client-item{
    overflow:hidden !important;
    flex: 0 0 20%; /* 每个元素占20% */
    max-width: 20%;
    margin: 10px; /* 可以根据需要调整间距 */
    box-sizing: border-box;
    /*display: inline-block; !* 使元素在同一行排列 *!
    margin: 0 15px; !* 添加左右间距 *!
    vertical-align: top; !* 垂直对齐顶部 *!*/
}
.our-client-item .our-client-logo{
    text-align: center;
    border: 1px solid #c1c1c1;
    margin: 20px auto;
    overflow: hidden;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.our-client-item .our-client-logo:hover{
    background-color: #fafafa;
    border:1px solid #0ba1e4;
    /*box-shadow: 0 0 10px 0 rgba(45,183,245,.5);*/
    box-shadow: 0 0 10px 0 rgba(90, 200, 255, 0.7);
}
.our-client-item .our-client-logo:hover img{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

@media (min-width: 992px) {
    .container-data {
        width: 1300px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px
    }
    .container-data1 {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px
    }
    .container-data2 {
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px
    }
}

.article-title {
    font-size: 18px;
    color: #777;
    /*text-transform: uppercase;*/
    font-family: 'Arial', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* 首页正文 */
.data-title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 1.8em;
    color: #0056b3;
}
.data-content {
    font-size: 18px; /* 正文字体大小 */
    margin-bottom: 1em; /* 段落之间的间距 */
    color: #333; /* 文字颜色 */
    line-height: 1.6; /* 行高，增加可读性 */
}
/* 咨询 */
.contact-banner{
    position: relative;
    overflow:hidden;
    padding:0;
    background:-webkit-linear-gradient(top,#0076d1,#5db8ff);
    background:-moz-linear-gradient(top,#0076d1,#5db8ff);
    background:-o-linear-gradient(top,#0076d1,#5db8ff);
    background:-ms-linear-gradient(top,#0076d1,#5db8ff);
}
.contact-banner .waves{
    position: absolute;
    height: 100%;
}
.contact-banner-box{
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}
.contact-banner-box h2{
    display: block;
    max-width: 10em;
    margin: 0px auto;
    line-height: 2em;
    border-bottom: 2px solid #fff;
    color: #f5f5f5;
}

.contact-banner-box h4{
    color: #f1f1f1;
}

.contact-banner-box .btn{
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
}

/*新闻*/
.our-news{
    background-color: #ffffff;
}

.our-news-item {
    padding-top: 20px;
    padding-bottom: 20px;
}
.our-news-item a:hover{
    text-decoration: none;
}
.our-news-item .media-left a{
    width: 140px;
    height: 110px;
    overflow: hidden;
    margin-bottom: 0;
}
.our-news-item img{
    object-fit: cover;
    width: 100%;
    height: 100px;
}

.our-news-item .media-body{
    padding-top: 5px;
    padding-bottom: 5px;
}

.our-news-item h4{
    color: #0ba1e4;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.our-news-item h4:hover{
    font-weight: bold;
}

.our-news-item .dynamic-li {
    color: #999;
    padding: 2px 0;
    font-size: 12px;
}
.our-news-item .dynamic-li b {
    float: right;
    font-weight: 400;
    width: 30px;
}
.our-news-item .dynamic-li a{
    float: right;
    display: inline-block;
    font-weight: 400;
    color: #999;
    margin-right: 10px;
}
.our-news-item .dynamic-li a:hover{
    color: #f93;
}
.our-news-item .dynamic-li .pic-glob{
    float: right;
    display: inline-block;
    width: 13px;
    height: 10px;
    background-position: -131px -58px;
    margin: 4px 5px 0 0;
    background-repeat: no-repeat;
}

.our-news-item p{
    color: #919191;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 12px;
}
.our-news-more{
    text-align: center;
}

.thumbnail-a {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
}
.main-container{
    margin: 150px 0 30px 0;
}

.article-content p{
    text-indent: 2em;
    line-height: 2em;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}

.article-content h3{
    margin: 0;
    color: #0ba1e4;
    border-top: 1px solid #c1c1c1;
    line-height: 1.5em;
    padding-top: 15px;
    padding-bottom: 15px;
}
.article-content h3-1{
    margin: 0;
    color: #0ba1e4;
    border-top: 1px solid #c1c1c1;
    line-height: 1.5em;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: none;
    font-family: inherit;
    font-weight: 400;
    font-size: 24px;
}
/*.article-content h3:first-of-type {
    border-top: none; !* 第一个 h3 不显示顶部边框 *!
}*/

.article-content img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.article-content strong {
    font-size: 1.2em; /* 稍微增大的字体 */
    line-height: 1.6; /* 增加行间距以提高可读性 */
    color: #333; /* 深灰色文本颜色，比纯黑更柔和 */
    font-weight: bold; /* 加粗字体 */
    color: #0056b3; /* 使用深蓝色作为强调色 */
    margin-bottom: 1.5em; /* 增加段落底部边距 */
}
.news-title {
    display: block;
    margin: 0 0 10px 0;
    line-height: 1.5em;
    text-align: center;
    font-size: 32px;
}

.news-list .article-footer{
    text-align: center;
    border-top: 0;
}

.news-list .our-news-item{
    margin: 0;
    border-bottom: 1px solid #c1c1c1;
}
.news-list .our-news-item .media-left {

}

.article-footer{
    border-top: 1px solid #c1c1c1;
}

/*加载动画*/
.loginmain {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, .5);
    display: none;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
}

.loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80px;
    height: 40px;
    margin: auto;
}

.loading span {
    display: inline-block;
    width: 8px;
    height: 100%;
    border-radius: 4px;
    background: #00e1fa;
    -webkit-animation: load 1s ease infinite;
    animation: load 1s ease infinite;
}

@keyframes load {

    0%,
    100% {
        height: 40px;
        background: #00e1fa;
    }

    50% {
        height: 70px;
        margin: -15px 0;
        background: #00e1fa;
    }
}

.loading span:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading span:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading span:nth-child(4) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loading span:nth-child(5) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.job-title {
    font-size: 22px;
    font-weight: bold;
    color: #5e5e5e;
}
.job-content1 {
    font-size: 18px;
    font-weight: bold;
    color: #777777;
}

.job-content2 {
    font-size: 18px;
    font-weight: bold;
    color: #fc7c40;
}

.job-a{
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    color: #999;
    margin-right: 10px;
}
.job-a:hover{
    color: #f93;
}

.job-divider {
    border-top: 1px dashed #ccc; /* 灰色虚线 */
    margin: 50px 0;
}

.job-label {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    border: 1px solid #007bff; /* 蓝色边框 */
    border-radius: 5px;
    background-color: white; /* 白色背景 */
    color: #007bff;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.vertical-line {
    width: 0.3em; /* 竖线的宽度 */
    height: 25px; /* 竖线的高度 */
    background-color: #0a6aa1; /* 蓝色背景 */
}

.tab-space {
    margin-left: 8em;
}
.tab-space-s {
    margin-left: 1em;
}
.job-box {
    margin-left: 10%;
    border: 2px solid #d3d3d3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.job-column {
    margin-top: 35px;
    font-weight: 500;
    color: #777777;
    font-size: 17px
}

.job-title-big {
    font-weight: bold;
    color: #777777;
}

.job-title-column {
    margin-top: -25px;
    margin-left: 10px
}

.job-money {
    margin-top:20px;
    font-weight: bold;
    color: #fc7c40;
}
