/* html * {
    font-family: "Microsoft YaHei", 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu, icomoon !important;
} */




/* 登录注册 */

.loginbanner {
    list-style: none;
    height: 68px;
    margin: 0;
    padding: 0 10px 0 0px;
}

.loginbanner .register,
.loginbanner .login {
    display: inline-block;
    font-size: 16px;
}

.loginbanner .register>a,
.loginbanner .login>a {
    display: inline-block;
    padding: 20px 10px;
    color: #444444;
}


/* .loginbanner .dropdown {
    display: none;
} */


/* .loginbanner li>a {
    display: inline-block;
    padding: 20px 10px;
    color: #444444;
} */

.dropdown-toggle {
    padding: 20px 10px;
    display: inline-block;
}

.dropdown-menu>li>a {
    padding: 20px 20px;
}

.loginbanner li>a:hover {
    color: #0060de;
}

.imgmenu {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1080px) {
    .tm-navigation ul li a,
    .loginbanner li a {
        font-size: 13px;
    }
    .dropdown-menu>li>a {
        padding: 20px 20px;
    }
}

@media only screen and (max-width: 990px) {
    .loginbanner {
        padding: 0 30px;
    }
}
a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #0c1923;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    /* right: 0; */
    right: 12px !important;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 44px
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, .5);
    text-decoration: none;
    text-transform: uppercase
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, .25);
    opacity: .75;
    filter: alpha(opacity=75);
    text-shadow: none!important;
    visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px!important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, .1);
    border: 0!important;
    border-left: 1px solid rgba(255, 255, 255, .4)!important;
    border-bottom: 1px solid rgba(255, 255, 255, .2)!important
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, .9)
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none!important
}
@media only screen and (max-width: 575px) {
    .header-logo img{width: 150px;}
    .header-bottominner>span {
        display: none;
    }
    .containerindex {
        max-width: 440px;
        /* padding: 0 12px; */
    }
    /* .header /deep/ .imgmenu{
        display: none;
    } */
}
ul li{list-style: none;}
.textcenter{
    text-align: center;
}
.ellipse-1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: left;
    line-height: 22px;
}
.ellipse-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 44px;
    text-align: left;
    line-height: 22px;
    font-size: 13px;
}
.ellipse-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 66px;
    text-align: left;
    line-height: 22px;
    font-size: 13px;
}
.fontsize13{
    font-size: 13px;
}
.minh-400{
    min-height: 400px;
}
/* 所有页面的bannar尺寸 */
.childpage_bg img{
    /* min-height: 100px;max-height:220px; */
    width: 100%;
    height: 160px;
}
.cloudapp_maincontent, .cloudapp_extracontent, .article_details_content, .news_details_content, .plan-details-content{
    white-space: pre-wrap;
    line-height: 20px;
}

/* 基础情况 */
main section {
    padding-top:20px;
}
footer{
    background: #000;
    margin-top: 15px;
    font-size: 12px;
    padding: 10px 20px;
    line-height: 16px;
    text-align: center;
    color: #e0e0e0;
}
footer p a{color:#e0e0e0 ;}

/*********************** 首页 *************************/
#mobile-content{min-height: 500px;}
/* 数据表示 */
#mobile-content .mobile-data{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-flow:row  wrap;
}
#mobile-content .mobile-data .mobile-data-flexbox{
    width: 25%;
    font-size: 12px;
}
#mobile-content .mobile-data .mobile-data-flexbox .mobile-data-flexbox-1{
    padding: 6px 0px;
}
#mobile-content .mobile-data .mobile-data-flexbox .mobile-data-flexbox-1>span:nth-child(2){
    color: #0060de;
    font-size: 14px;
}
#mobile-content .mobile-data .mobile-data-flexbox img{
    width: 36px;
}

/* 分类 */
/* #mobile-content .mobile-type{
} */
#mobile-content .mobile-type .mobile-type-item{
    padding: 10px 0px;
}
#mobile-content .mobile-type .mobile-type-item:not(:last-child){
    border-right: solid 1px #e0e0e0;
}
#mobile-content .mobile-type img{
    width:36px
}

/* 方案 */
#mobile-content .mobile-plan .mobile-plan-item{
    padding: 15px;
    background:#f7f7f7;
    border-bottom: solid 1px #e7e7e7;
}
#mobile-content .mobile-plan .mobile-plan-item h2{
    color: #0060de;
}
#mobile-content .mobile-plan .mobile-plan-item h2:before{
    content: "-";
}

/* 平台动态 */
#mobile-content .row{margin: 0;}
#mobile-content .mobile-news .mobile-news-item{
    padding: 10px 15px;
    border-bottom: solid 1px #e0e0e0;
}
#mobile-content .mobile-news .mobile-news-item .col-xs-2{
    padding: 0;
}
#mobile-content .mobile-news .mobile-news-item img{
    height: 74px;
    width: 100%;
}
#mobile-content .mobile-news .mobile-news-item span{
    font-size: 13px;
    color: #e7e7e7;
}

/*********************** 首页结束 *************************/


/*********************** 工业云市场 *************************/
#mobile-cloudapp{
    min-height: 400px;
}
#mobile-cloudapp h3{
    font-size: 20px;
    color: #0060de;
    padding: 10px;
}
#mobile-cloudapp h4{
    font-size: 16px;
    color: #0060de;
    padding: 5px 0;
}
#mobile-cloudapp p{
    font-size: 13px;
    color: #999999;
}
#mobile-cloudapp .mobile-cloudapp-item{
    padding-top: 20px;
}
#mobile-cloudapp .mobile-cloudapp-1 h3{
    background: url("../img/cloud/cloud_yunying.jpg");
}
#mobile-cloudapp .mobile-cloudapp-item ul li{
    margin: 15px 0;
    padding: 10px;
    /* background: #f7f7f7; */
}
#mobile-cloudapp .mobile-cloudapp-item ul li h4,#mobile-cloudapp .mobile-cloudapp-item ul li p{
    margin: 0;
}
/*********************** 工业云市场结束 *************************/


/*********************** 解决方案 *************************/



#mobile-plan h3{
    padding: 20px 0;
    margin: 0;
}
#mobile-plan .plan-bg-1 {
    background: url(../img/plan/plan1.jpg)
}

#mobile-plan .plan-bg-2 {
    background: url(../img/plan/plan2.jpg)
}

#mobile-plan .plan-bg-3 {
    background: url(../img/plan/plan3.jpg)
}

#mobile-plan .plan-bg {
    height: 160px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 160px;
    text-align: center;
}
#mobile-plan .plan-chanpin .intcon .intcon-item {
    width: 48%;
    padding: 0 10px;
    height: 200px;
    float: left;
    background-size: 100% auto;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 30px;
}
#mobile-plan .plan-chanpin .intcon-item .intcon-inner {
    height: 200px;
    padding: 30px 20px 0;
    /* -webkit-transition: .35s;
    transition: .35s; */
}

#mobile-plan .plan-chanpin .intcon-item:nth-child(n) .intcon-inner {
    background-color: rgba(37, 43, 58, 0.7);
}

#mobile-plan .plan-chanpin .intcon-item h4 {
    margin-bottom: 48px;
    font-size: 1.2em;
    /* line-height: 28px; */
    text-align: center;
    color: white;
    /* -webkit-transition: .35s;
    transition: .35s; */
    position: relative;
}
/* 详情页 */


/*********************** 解决方案结束 *************************/


/*********************** 平台安全 *************************/
#mobile-secure .mobile-secure-item{
    padding: 10px 15px;
}
#mobile-secure .mobile-secure-item .mobile-secure-item-title{
    display: flex;
    flex-flow: row wrap;
    justify-content:flex-start;
}
#mobile-secure .mobile-secure-item h4{
    line-height: 64px;
    margin: 0;
    font-size: 16px;
}
#mobile-secure .mobile-secure-item p{
    font-size: 14px;
}
#mobile-secure .mobile-secure-item img{
    width: 64px;
    height: 64px;
}

/*********************** 平台安全结束 *************************/


/*********************** 平台动态 *************************/
.iconfont{
    font-size: 20px;
}
.iconfont:before{
    margin-right: 20px;
}
#mobile-devoloped .devoloped-page-content p{
    margin: 15px 0;
}
#articlenew_news img{height: 44px;}
#mobile_devoloped-article .d-article{
    padding:20px 30px;
}
/*********************** 平台动态结束 *************************/


/*********************** 合作与生态 *************************/
/*********************** 合作与生态结束 *************************/


/*********************** 关于我们 *************************/
#mobile-aboutus .aboutus-pad{
    padding: 30px 0;
}
/* #mobile-aboutus .aboutus-pad /deep/ .tab-fontsize a {
    font-size: 14px;
    padding: 10px;
} deep深度搜索 safiri不识别的写法*/
#mobile-aboutus #myTab>li>a{
    font-size: 14px;
    padding: 10px;
}
/*********************** 关于我们结束 *************************/

/* 区块链页 */
#blockchain_bg {
  transform: scale(2.3, 1);
  margin-left: -100px;
}

/* 第一段文字 */
.bc-page-content  p {
  margin-top: 15px;
}

/* 数据共享协同能力 blockchain */
.bc-bg {
  height: 200px;
  line-height: 200px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.bc-bg.bc-bg-1 {
  background: url(../../img/bc1.jpg);
  background-size: 360px 200px;
}

.bc-bg.bc-bg-2 {
  background: url(../../img/bc2.png);
  background-size: 360px 200px;
}

.bc-bg.bc-bg-3 {
  background: url(../../img/bc3.png);
  background-size: 360px 200px;
}

.bc-bg .bc-bg-cover{
  height:100%;
  width:100%;
  background: rgba(0,0,0, .5);
}

.pages-container {
  position: relative;
  overflow: hidden;
}

.bc-bg.first-page {
  width: 100%;
  margin-top: -200px;
}

.bc-bg.first-page:hover {
  transform: translate(0px, -200px);
}

.bc-bg .bc-bg-cover p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  height: 100%;
  padding: 0px 20px;
  display: flex;
  align-items: center;
}

/* 数据安全防护能力 */
.security span {
  height: 60px;
  color: #000;
  font-weight: 700;
  font-size: 17px;
  line-height: 60px;
  text-align: center;
  
}

.justify-content-between {
  display: flex;
  justify-content: space-between;
}

.security div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
  background: #ffffff;
}

.security div img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.security div:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.security div:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.security-slider {
  padding: 0 20px;
  min-height: 360px;
}

.security-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  margin-bottom: -15px;
}

.security-slider .security {
  padding: 0 30px;
  margin: 15px;
  text-align: center;
  height: 100%;
  min-height: 300px;
}
