/* 顶部导航栏 */
#nav {
    user-select: none;
    background: white;
    /*background-color: rgba(0, 0, 0, 0.6);*/
}
.navbar-inverse {
    height: 70px;
    display: flex;
    align-items: center;
    margin: 0;
    border: none;
    box-shadow: 0 2px 8px rgba(8, 20, 49, 0.1);
}
.navbar-inverse .navbar-brand {
    font-size: 28px;
    height: 70px;
    line-height: 35px;
    font-weight: bold;
}
#navbar .navbar-right li {
    height: 70px;
    line-height: 35px;
}
#navbar .navbar-right li>a{
    font-size: 18px;
    height: 70px;
    line-height: 35px;
}
#nav a {
    color: #191919;
}
#nav .active>a {
    background: none;
}
#nav .nav-item>a{
    height: 70px;
    line-height: 35px;
}
#nav .nav-item {
    height: 70px;
    position: relative;
}

#nav .nav-item:after,#nav .active:after {
    position: absolute;
    content: "";
    bottom: 0;
    background-color: #FFF;
    height: 4px;
}

#nav .active:after {
    width: 100%;
}

#nav .nav-item:hover:after {
    animation-name: in;
    animation-duration: 0.5s;
    animation-fill-mode:forwards;
}

#nav .sub {
    position: absolute;
}

#nav .dropdown-menu a {
    color: #323235;
}

.open {
    transition: all 0.3s ease-in-out;
}
#navbar .nav .nav-item {
    font-size: 18px;
}
#navbar .nav .nav-item .sub-nav {
    width: 0;
    height: 0;
    opacity: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.8),rgba(255,255,255,0));
}
#navbar .nav .nav-item:after {
    background-color: #191919;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 40%;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 0;
}
#navbar .nav .nav-item:hover {
    font-weight: 700;
}
#navbar .nav .nav-item:hover:after {
    left: 0;
    width: calc(100% - 100px);
}
#navbar .nav .nav-item .show-sub-nav {
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    z-index: 1 !important;
    background: rgba(0, 0, 0, 0.5);
}

#navbar .nav .nav-item .sub-nav-container {
    padding: 20px 40px 10px;
    display: none;
    width: 100%;
    min-height: 600px;
    background: #f5f5f5;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
}
#navbar .nav .nav-item .sub-nav-container .row{
    width: 1600px;
    margin: 0 auto;
}
#navbar .nav .nav-item .sub-nav-container dl > dt {
    /*color: #FFF;*/
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 2px solid #888888;
}
.sub-nav-container dl > dt span {
    font-size: 16px;
    font-weight: bold;
}
.sub-nav-container dl > dd > h3 {
    font-size: 14px;
    font-weight: normal;
    padding: 14px 0 10px;
    margin: 0;
}
.sub-nav-container dl > dd > h3:hover {
    font-weight: bold;
}
@keyframes in {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.nav-diy-container {
    box-shadow: 0 2px 6px 0 rgba(52, 65, 91, 0.08);
}

.nav-diy-container .nav-diy>.active {
    border-bottom: 4px solid #2983ff;
    padding: 0 10px;
    transition: .5s;
}

.nav-diy-container .nav-diy>div>a {
    color: #333;
    text-decoration: none;
}

/* 顶部导航栏 */


/* 轮播图 */
.swiper{
    position: relative;
    margin-top: 70px;
}
#myCarousel {
    width: 100%;
    height: 550px;
}
#myCarousel .swiper-container {
    width: 100%;
    height: 100%;
}
#myCarousel .swiper-pagination-bullet-active,
#myCarousel .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
#myCarousel .swiper-pagination-bullet-active {
    background-color: white;
}
#myCarousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 4px 20px;
}
#myCarousel .swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#myCarousel .swiper-slide .header-item {
    width: 100%;
    height: 100%;
}
.swiper-slide .header-item img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
}
.partners-item {
    width: 160px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff,inset 0 4px 20px 0 hsla(0,0%,100%,.5);
    transition: box-shadow .3s ease-in-out;
}
.partners-item img {
    width: 80%;
    height: 80%;
}
/* 轮播图 */

.main {
    /* padding: 10px 0; */
}

.main:nth-child(odd){
    background-color: #FFFFFF;
}

.main:nth-child(even){
    background-color: #F1F3F5;
}

.main .plate-title {
    text-align: center;
    /*padding-bottom: 10px;*/
    padding: 20px 0 10px;
}
.main .plate-title .title {
    font-size: 28px;
    font-weight: bold;
    color: #282c32;
}
.main .plate-title .sub-title {
    color: #828282;
    font-size: 18px;
    margin-top: 10px;
}

.main .container {
    /*padding-top: 20px;*/
    padding-bottom: 20px;
}

.footer {
    width: 100%;
    min-height: 300px;
    background-color: #1E2021;
    color: #FFF;
    padding: 40px 0 20px 0;
}

.footer .title {
    font-weight: bold;
    font-size: 14px;
}

.footer a {
    font-size: 12px;
    color: rgba(186, 186, 194, .7);;
}
.footer a:hover {
    text-decoration: none;
}

.footer .sub-title>a {
    font-size: 13px;
    line-height: 25px;
}

.qrcode-container .wechat-qr .qrcode {
    width: 100px;
    height: 100px;
    margin: 10px auto 0;
}

.footer .copy-right p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #828282;
}
.activity-banner {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: -10px auto 0;
    padding: 20px 0;
}
.activity-banner .activity-banner-content {
    width: 100%;
    max-width: 1200px;
    height: 110px;
    display: flex;
    z-index: 99;
}
.activity-banner .activity-banner-content .banner-content-box {
    flex: 1;
    /*min-width: 210px;*/
    height: 110px;
    background-color: hsla(0, 0%, 100%, .8);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
}
.activity-banner .activity-banner-content .banner-content-box:hover {
    margin-top: -10px;
    /* height: 120px;. */
}

.item-temp {
    padding: 15px;
    display: flex;
    align-items: center;
    min-height: 90px;
}
.item-temp .content {
    margin-left: 10px;
    max-width: 150px;
}
.item-temp .content .title {
    font-size: 18px;
    font-weight: 600;
}
.item-temp .content .sub-title {
    font-size: 12px;
    color: #828282;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
}
.pd-top20 {
    padding-top: 20px;
}
.ecology-container  .cover  {
    width: 100%;
    height: 100%;
}
.ecology-container  .cover .img {
    width: 60%;
    height: 360px;
    margin: 0 auto;
}

.ecology-container .science-item {
    margin-bottom: 30px;
}

.ecology-container .science-item .cover {
    width: 50px;
    height: 80px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
}
.ecology-container .science-item .content {
    width: 80%;
}

.ecology-container .science-item .content .title {
    font-size: 18px;
    color: #282c32;
    margin-bottom: 8px;
}

.ecology-container .science-item .content .desc {
    font-size: 16px;
    color: #828282;
    line-height: 22px;
}

.cloud-ecology-container .item-cloud-ecology {
    width: 80%;
    margin: 20px auto 0;
    border-radius: 5px;
    background-image: url(/static/images/website/bg-cloud-ecology.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 20px 0;
}

.cloud-ecology-container .item-cloud-ecology .cover {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: center;
}

.cloud-ecology-container .item-cloud-ecology .title {
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
}

.cloud-ecology-container .item-cloud-ecology .desc {
    width: 80%;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    text-indent: 2em;
}

.information-container {
    font-size: 14px;
}
.information-container a {
    text-decoration: none;
    color: #32363f;
}

.information-container a>.time {
    color: #a0a0a0;
    display: inline-block;
}

.information-container a>.title {
    max-width: 80%;
    display: inline-block;
}

.overhidden  {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.information-container a:hover> .title {
    color: #598cf4;
    text-decoration: none;
}

.cate-container {
    width: 270px;
    border: solid 1px #eaebef;
    /* background-color: #ffffff; */
}

.cate-container .cate-title {
    width: 100%;
    font-size: 24px !important;
    text-align: center;
    color: rgb(199, 0, 11);
    margin: 20px 0;
    font-weight: bold;
    line-height: 52px;
    padding-left: 30px;
    background-image: linear-gradient(59deg, #f3f5fb 0%, #f9fafd 100%);
}
.cate-container .cate-item {
    line-height: 47px;
    color: #323235;
    padding-left: 30px;
    border-bottom: 0;
    font-size: 14px;
    cursor: pointer;
}

.cate-container .cate-item:hover {
    background-color: #f7f7fa;
    color: #2981ff;
}

.news-item {
    width: 100%;
    height: 177px;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: solid 1px #eaebef;
    background-color: #ffffff;
    cursor: pointer;
}

.news-item:hover>.news-title {
    color: #2981ff;
    transition: .5s;
}

.news-item .news-title {
    font-size: 16px;
    color: #1c1d1f;
}

.news-item .news-content {
    font-size: 14px;
    color: #626266;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-item .news-time {
    color: #76787e;
    font-weight: bold;
}

/* .active {
    color: #2981ff !important;
} */


.el-pagination .el-pager .active {
    color: #FFF !important;
}

.item-core {
    width: 100%;
}

.item-core .cover {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-color: #FFF;
    border: 1px solid #e0e0e0;
    padding: 20px 0;
}
.item-core .title {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
}
.item-core .title>span {
    font-size: 16px;
    font-weight: bold;
}
.item-core .title>.sub-title {
    padding-top: 10px;
    padding-left: 15px;
}

.item-core .title>.sub-a-title {
    font-size: 12px;
    color: #333;
    margin-top: 10px;
}

.item-core .title>.sub-title>span {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    position: relative;
    text-align: justify;
}

.item-core .title>.sub-title>span:before {
    content: "";
    position: absolute;
    background-color: #bfbfbf;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -15px;
    top: 3px;
}


#IndustryArchitecture .tabs-container {
    width: 300px;
    height: 40px;
    display: flex;
    line-height: 40px;
    justify-content: space-around;
    margin: 0 auto;
    background: rgba(98, 105, 114, 0.3);
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
}

#IndustryArchitecture .tabs-container>.item-tab {
    width: 33%;
    text-align: center;
    user-select: none;
    position: relative;
}

#IndustryArchitecture .tabs-container>.active {
    color: #FFF !important;
    background-color: #2E7FE1;
    transition: .5s;
}

#IndustryArchitecture .tabs-container>.active:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #2E7FE1;
    bottom: -5px;
    left: 0;
    margin: auto;
    right: 0;
    transform: rotate(45deg);
    transition: 1s;
}



@media (min-width: 390px) {
    .product-plate-title,.product-plate-content{
        width: 80%;
    }
}
.product-plate-title {
    padding-bottom: 20px;
}
.product-plate-title .title,.product-plate-content .title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding: 30px 0 20px 0;
    color: #253654;
}

.product-plate-title .sub_title {
    text-align: center;
    font-size: 16px;
    color: #505E77;
}

.product-plate-content {
    padding:  40px 0 20px 0;
}

.product-plate-content .title {
    text-align: left;
    font-size: 20px;
}

.product-plate-content .content {
    padding: 20px 0 10px 0;
    font-size: 14px;
}

.product-plate-content .content .sub-title {
    color: #0052D9;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.product-plate-content .content .describe {
    line-height: 40px;
}

.product-plate-content .content span {
    margin-right: 20px;
    line-height: 30px;
}
.product-plate-content .item-advantage {
    box-shadow: 3px 3px 30px 1px rgba(121,151,201,0.12);
    border: 4px solid #FFFFFF;
    background: linear-gradient(180deg, rgba(240,243,247,0.17) 0%, rgba(252,253,253,0.84) 48%, #FFFFFF 100%);
    margin-bottom: 10px;
}

.product-plate-content .item-advantage .title {
    background: url(/static/images/advantage_bg1.jpg) #fff right center no-repeat;
    padding-left: 14px;
    font-weight: bold;
}

.product-plate-content .item-advantage .advantage-describe {
    height: 100px;
    padding: 24px 14px 0 14px;
    font-size: 16px;
    line-height: 28px;
}
.more-service {
    padding-top: 0;
}
.more-service .title {
    font-size: 20px;

}
.more-service-title {
    padding-bottom: 20px;
}

.product-plate-content .service-content {
    margin-bottom: 10px;
}

.more-service .service-content {
    background: linear-gradient(180deg, #F6F7FA 0%, #FFFFFF 100%);
    position: relative;
    box-shadow: 3px 3px 20px 1px rgba(121,151,201,0.12);
    border: 4px solid #FFF;
    transition: all 0.3s;
    cursor: pointer;
    min-height: 150px;
    line-height: 20px;
}

.more-service .service-content .describe {
    width: 90%;
    text-align: justify;
    font-size: 14px;
}


.dflex {
    display: flex;
    justify-content: flex-start;
}
.align-center {
    align-items: center;
}

.flow-path .flow-path-container .flow-step {
    background: #ffff;
    border: 7px solid #e9f5ff;
    border-radius: 50%;
    color: #288feb;
    display: inline-block;
    float: left;
    font-size: 28px;
    height: 80px;
    line-height: 70px;
    text-align: center;
    width: 80px;
    margin-right: 20px;
}

.flow-path .flow-path-container .title {
    font-size: 16px;
    color: #333;
    padding: 0;
    margin-top: 16px;
    font-weight: 600;
}

.flow-path .flow-path-container .sub-title {
    color: #9aadbf;
    padding: 0;
    margin-top: 8px;
}
.flow-path .flow-path-container .flow-step-desc {
    width: 70%;
}



























