.home>section {
    background-color: var(--bg-color);
    /*position: relative;*/
    /*z-index: 2;*/
    padding: 60px 0;
}
.home>section:first-child {
    padding-top: 120px;
}
.home>section:nth-child(odd) {
    background: #f0f5fd;
    /*background: #f5f8fd;*/
}
.home .center {
    width: 1200px;
    margin: auto;
}
.carousel-img, .carousel-ctn {
    position: relative;
}
.carousel-ctn>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s;
}
.carousel-ctn>img[active=true] {
    opacity: 1;
}
.carousel-point {
    position: absolute;
    bottom: 0;
    right: 40px;
    background: rgba(0,0,0,.3);
    height: 100px;
    padding: 10px;
}
.carousel-point img {
    width: 120px;
    height: 80px;
    object-fit: contain;
    background: rgba(0,0,0,.1);
    outline: transparent 2px solid;
    transition: outline .5s;
    margin-left: 12px;
}
.carousel-point img:first-child {
    margin-left: 0;
}
.carousel-point img[active=true] {
    outline: #fff 2px solid;
}
.home-title {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.home-title>div:first-child{
    font-size: 32px;
    font-weight: bold;
}
.home-sub-title {
    border-left: #0067F4 5px solid;
    padding-left: 10px;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0;
}
/** START:第一版面 **/
.slogan {
    text-align: center;
}
.slogan>div:first-child {
    font-size: 50px;
}
.vCard-1 {
    display: flex;
    width: 400px;
    height: 100px;
    background: rgba(255,255,255,1);
    border-radius: 16px;
    box-shadow: rgba(0, 24, 103, 0.1) 0 0 20px;
}
.vCard-1 .vCard-img {
    width: 100px;
    height: 100px;
    border-radius: 16px;
    overflow: hidden;
}
.vCard-1 .vCard-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vCard-1 .vCard-title {
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1.4em;
    padding: 20px 10px;
}
.swiper-container {
    padding: 20px 0;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 630px;
    transition: all .5s;
    transform: scale(0.6);
    opacity: .8;
    overflow: visible;
    z-index: 1;
}
.swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 3;
}
.swiper-slide.swiper-slide-prev,.swiper-slide.swiper-slide-next {
    opacity: 1;
    z-index: 2;
    transform: scale(0.8);
}
.swiper-slide>div {
    height: 630px;
    width: 1120px;
    white-space: nowrap;
    flex: none;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    background: no-repeat center;
    background-size: cover;
}
.vCard-2 {
    position: relative;
    overflow: hidden;
}
.vCard-2>div {
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,.6);
    width: 100%;
    padding: 20px;
    opacity: 0;
    transform: translateY(100%);
    transition: all .5s;
}
.vCard-2 .vCard-title{
    font-weight: bold;
    font-size: 2em;
    margin-bottom: .5em;
}
.vCard-2 .vCard-title+div{
    transition: all .5s;
    transition-delay: .2s;
    transform: translateY(200%);
}
.vCard-2 .vCard-label
{
    font-weight: bold;
    border-radius: 100px;
    background: #fff;
    color: #000;
    font-size: .9em;
    padding: .4em .8em;
    margin-right: .5em;
}
.swiper-slide.swiper-slide-active .vCard-2>div{
    opacity: 1;
    transform: translateY(0);
}
.swiper-slide.swiper-slide-active .vCard-2 .vCard-title+div{
    transform: translateY(0);
}
/** END:第一版面 **/
/** S:新闻资讯文章轮播卡片样式 */
.carousel-article {
    overflow: hidden;
}
.carousel-article .img-ctn {
    float: left;
    position: relative;
    width: 350px;
    height: 350px;
    overflow: hidden;
}
.carousel-article .img-ctn>div {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    transition: all .5s;
    background: no-repeat center;
    background-size: cover;
    background-image: url("../../images/portal/empty.png");
}
.carousel-article .img-ctn>div[active=true] {
    display: block;
}
.carousel-article .img-ctn>div:hover {
    transform: scale(1.1);
}
.carousel-article .img-ctn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-article .article-list {
    float: right;
    width: calc(100% - 350px);
}
.carousel-article .article-list li {
    padding: 0 15px;
    border-bottom: rgba(200,200,200,.1) 1px solid;
}
.carousel-article .article-list li:last-child {
    border: none;
}
.carousel-article .article-list li[active=true] {
    font-size: 20px;
    font-weight: bold;
    background: rgb(237, 242, 248);
}
.carousel-article .article-list li[active=true] .title {
    line-height: 50px;
}
.carousel-article .article-list li[active=true] .sub-title {
    display: block;
}
.carousel-article .title, .carousel-article .sub-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: height .5s;
}
.carousel-article .title {
    line-height: 64px;
}
.carousel-article .sub-title {
    display: none;
    color: #88979e;
    font-size: 14px;
    font-weight: lighter;
    line-height: 40px;
}
/** E:新闻资讯文章轮播卡片样式 */
/** S:新闻资讯时间线文章 */
.timeline-article {
    padding-left: 25px;
    border-left: #fff 2px solid;
}
.timeline-article-date {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
    position: relative;
    left: -10px;
}
.timeline-article-date:before {
    content: '';
    position: relative;
    left: -20px;
    top: -2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #0067F4;
}
.timeline-article ul{
    list-style: circle;
    font-size: 14px;
    line-height: 25px;
}
.timeline-article ul li {
    margin-bottom: 10px;
    border-bottom: transparent 1px solid;
}
.timeline-article ul li:hover {
    font-weight: bold;
    border-color: #333;
}
.timeline-article a:hover {
    text-decoration: none;
    color: #333;
}
/** E:新闻资讯时间线文章 */
.single-news-info {
    background-color: #edf2f8;
    padding: 20px;
}
.single-news-info a {
    line-height: 40px;
}
.single-news-info a div {
    border-bottom: #fff 1px solid;
    transition: letter-spacing .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single-news-info a:last-child div {
    border: none;
}
.single-news-info:before {
    content: '最新资讯';
    margin-right: 5px;
    font-weight: bold;
}
.single-news-info a:hover {
    text-decoration: none;
}
.single-news-info a:hover div {
    letter-spacing: 1px;
}
.single-news-info span {
    font-family: "Consolas", "sans-serif";
    font-weight: bold;
    margin-right: 20px;
}
.collaboration-content {
    margin: 20px 0;
}
.collaboration-content a {
    color: #0067F4;
    margin: 30px 0;
    font-size: 14px;
}
.collaboration-content a:hover {
    font-weight: bold;
}
.collaboration-content table {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    table-layout: fixed;
    box-shadow: rgba(200,200,200,.1) 0 0 10px;
}
.collaboration-content table tr {
    background: rgba(255,255,255,.5);
    line-height: 48px;
}
.collaboration-content table tr:last-child {
    border-bottom: none;
}
.collaboration-content table tr:nth-child(even) {
    background: rgb(255,255,255);
}
.collaboration-content table tr:hover {
    background: #edf2f8;
}
.collaboration-content table td {
    padding: 0 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
input[type=button].collaboration-btn {
    position: relative;
    left: 150px;
    padding: 10px 20px;
    font-size: 1.3em;
    line-height: 2.5rem;
}
.other-service a {
    display: inline-block;
    font-size: 14px;
    width: 13%;
    margin-left: 1%;
    text-align: center;
    line-height: 50px;
    background: rgba(255,255,255,.8);
    transition: all .3s ease-out;
    color: #75858e;
    box-shadow: rgba(164, 177, 210, 0.1) 0 0 10px;
}
.other-service a:first-child{
    margin-left: 0;
}
.other-service a:hover{
    color: #333;
    background: #fff;
}
.solution .pic-text-card-1 {
    width: 90%;
}
a.link-1 {
    color: #0067F4;
    font-size: 16px;
}
a.link-1:hover {
    font-weight: bold;
}
.hover-btn {
    position: fixed;
    background: rgba(85, 136, 224, 0.2);
    border-radius: 8px;
    right: 20px;
    bottom: 20px;
    padding: 10px;
    z-index: 1002;
}
.hover-ctrl {
    position: relative;
    text-align: right;
    display: flex;
    justify-content: space-between;
}
.hover-show {
    width: 0;
    height: 0;
    overflow: hidden;
    transform-origin: right bottom;
    transition: all .3s;
    line-height: 40px;
}
.hover-ctrl>img {
    width: 40px;
}
.hover-show>img {
    width: 100%;
}
.hover-btn:hover>.hover-show {
    width: 160px;
    height: 160px;
}
.hover-btn:hover .hover-ctrl>.hover-show {
    width: auto;
    height: 40px;
}
#appList {
    display: flex;
    flex-flow: row wrap;
}
#appList a{
    display: flex;
    flex-flow: row wrap;
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: rgba(164, 177, 210, 0.1) 0 0 10px;
    transition: all .3s;
}
#appList a:hover{
    box-shadow: rgba(164, 177, 210, 0.3) 0 0 10px;
}
.app-ctn {
    display: flex;
    width: 100%;
    background-color: #fff;
}
.app-ctn .linear-color-border {
    width: 90px;
    height: 90px;
    box-shadow: rgba(0,0,0,.1) 0 0 10px;
    margin: 20px 10px;
    transition: all .3s ease-in-out;
    transform: scale(0.9);
    flex-shrink: 0;
}
.linear-color-border {
    background-image: linear-gradient(-45deg, #979797, #e7e7e7);
    padding: 5px;
    border-radius: 16px;
    background-clip: padding-box;
}
.linear-color-border img {
    width: 100%;
    height: 100%;
}
.linear-color-border>div {
    background: #fff;
    border-radius: 14px;
    width: 100%;
    height: 100%;
    box-shadow: rgba(0,0,0,.2) 0 0 10px inset;
    overflow: hidden;
}
.app-info-ctn {
    padding: 20px;
    line-height: 1.8em;
    width: 100%;
}
.app-info-ctn .app-name {
    /*font-weight: bold;*/
    font-size: 1.2em;
}
.app-info-ctn .app-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /*几行就写数字几*/
    color: #96a6b1;
    font-size: 14px;
}

/* 模态框背景 */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    transition: all .5s;
}

/* 模态框内容 */
.modal-content {
    text-align: center;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 30px;
    width: 80%;
    max-width: 500px;
}

/* 关闭按钮 */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: black;
}

.col-xs-1-5 {
    position: relative;
    padding: 0 10px;
    width: 20%;
    float: left;
}