* {
    font-family: SourceHanSansSC-Regular,Arial,sans-serif;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,body{
    margin: 0;
    padding: 0;
    background: #F2F6F9;
    font-family: '微软雅黑', "宋体", Helvetica, Arial, sans-serif;
    color: #465664;
    font-size: 16px;
}
@media screen and (max-width: 1245px) { 
html,body{width: 1245px} 
}
a, article, aside, body, button, dd, details, div, dl, dt, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, img, input, li, menu, nav, ol, p, section, select, table, tbody, td, textarea, th, tr, ul {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
ol, ul {
    list-style: none;
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
/*滚动条样式*/
::-webkit-scrollbar {
  width:10px;
}
 
::-webkit-scrollbar-track {
  background:  #f5f7fa;
}
 
::-webkit-scrollbar-thumb {
  background: #00b893;
  border-radius: 6px;
  border: 3px solid rgba(0,0,0,0);
  background-clip: padding-box;
}
.clear{clear:both;}
.no-data{
    height:100px;
    line-height: 100px;
    color: #999999;
    font-size: 16px;
    text-align: center;
}
.hide{display: none;}
/* 多余部分隐藏，并显示省略号 */
.hideMore{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
  /****************************/
 /* 纵向滚动条 */
.scroll-y{overflow-y:auto}
/*滚动条整体样式*/
/*高宽分别对应横竖滚动条的尺寸*/
.scroll-y::-webkit-scrollbar{width:6px;height:0px;}
.scroll-y-sm::-webkit-scrollbar{width:3px;height:0px;}
/*滚动条里面小方块*/
.scroll-y::-webkit-scrollbar-thumb{-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: #535353;}
/*滚动条里面轨道*/
.scroll-y::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: #EDEDED;}
/* 加载名片、官网、联盟的窗口 */
.em-loader-container{
    display: none;
    position: fixed;
    top: 0;
    right:0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}
.em-loader-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.7;
    z-index: 1;
}
#em-loader{
    position: absolute;
    width: 375px;
    height: 667px;
    top: 50%;
    left: 50%;
    margin-top: -333px;
    margin-left: -187.5px;
    background: #F6FAFE;
    z-index: 2;
    box-shadow: 0 0 10px #333;
}
#em-loading-img{
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    z-index: 3;
}
#em-loader-clsbtn{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -359px;
    margin-left: 186px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #a00;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 10px #333;
    z-index: 2;
}
/****************************/
.page-top{
    position: relative;
    width: 100%;
    height: 480px;
    padding-top: 70px;
}
div.em-container-fluid,
div.em-container{
    position: relative;
}
div.em-container{
    width: 1230px;
    margin: 0 auto;
}
@media screen and (max-width: 1245px) { 
div.em-container-fluid,div.em-container{width: 1245px} 
} 
div.em-container1{
    width: 100%;
    margin: 0 auto;
}
div.em-container-fluid:after,
div.em-container:after{
    content: ' ';
    display: table;
    clear: both;
}
.header-container{
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 999;
}
@media screen and (max-width: 1245px) { 
.header-container{width: 1245px} 
}
.header-container .header {
    display: flex;
}
.header{
    width: 1230px;
    margin: 0 auto;
    line-height: 50px;
    font-size: 18px;
}
.header::after{
    content: '';
    display: block;
    clear: both;
}
.logo{
    display: block;
    float: left;
    color: #F9BE31;
    font-weight: bold;
    text-decoration: none;
    flex: 0 0 10%;
}
.logo img{
    height: 50px;
    display: block;
    margin: 0 auto;
    float: left;
    flex: 1;

}
.header > nav{
    float: left;
    padding-left: 10px;
}
.header ul.nav{
    list-style: none;
    padding:0;
    margin: 0;
}
.header ul.nav > li{
    float: left;
    /*margin-right: 20px;*/
        /*width: 100px;*/
    padding:0 8px;
    text-align: center;
        min-width: 90px;
        line-height: 2;
}
.header ul.nav a{
    color: #ffffff;
    text-decoration: none;
}
.header ul.nav a:hover,
.header ul.nav a.current{
    color: #F9BE31;
}
.header > nav.nav-r{
    float: right;
    padding-left: 0;
    font-size: 16px;
    flex: 0 0 22%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}
nav.nav-r ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
nav.nav-r li{
    position: relative;
    float:left;
    /*padding-left: 10px;*/
    /*width: 100px;*/
    padding:0 10px;
    text-align: center;
    line-height: 2.3;
}
nav.nav-r li a{
    color: #ffffff;
    text-decoration: none;

}
nav.nav-r li a.outsource-single-btn{
    position: relative;
    display: block;
    top: 0;
    padding: 0 10px;
    background: #f79700;
    color: #fff;
    border-radius: 20px;
}

/* margin-top 样式设置 */
.mt-10{
    margin-top: 10px;
}
.mt-30{
    margin-top: 30px;
}
.mr-100{
    margin-right: 100px;
}
.mr-150{
    margin-right: 150px;
}
.mr-200{
    margin-right: 200px;
}
.ml-0{
    margin-left: 0px;
}
.pl-0{
    padding-left: 0px;
}
.pr-0{
    padding-right: 0px;
}
.txt-r{
    position: relative;
    text-align: right;
}
/* float */
.fl{
    float: left;
}
.fr{
    float: right;
}
.txt-r i{
    position: absolute;
    top: 13px;
    left: 17px;
    display: block;
    float: left;
    border-left: 4px solid #999;
    height: 15px;
}


.loading{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
}
.loading > .loading-icon{
    margin-top: 200px;
}
.loading > .loading-label{
    font-size: 14px;
    color: #ffffff;
    padding: 10px;
}
.loading > .loading-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #333;
    opacity: 0.5;
    z-index: -1;
}

/** footer **/
.wx-app-title{
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}
.wx-app-text{
    text-align: center;
    line-height: 30px;
    font-size: 18px;
}
.wx-app-container{
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px 0;
}
.wx-app-container::after{
    content: '';
    display: block;
    clear: both;
}
.wx-app-item{
    width: 20%;
    float: left;
}
.wx-app-item-qrcode{
    margin: 0 30px;
    height: 198px;
    border:5px solid #31aa36;
    border-radius: 5px;
}
.wx-app-item-qrcode img{
    width: 100%;
    border-radius: 5px;
}
.wx-app-item-label{
    padding-top: 20px;
    text-align: center;
    font-size: 18px;
}

.part-header{
    position: relative;
    width: 100%;
    height: 21px;
    line-height: 20px;
    padding-left: 15px;
    border-left: 5px solid #31aa36;
    color: #31aa36;
    box-sizing: border-box;
    font-size: 20px;
    margin: 30px auto 15px auto;
}
.part-header > a{
    float: right;
    font-size: 14px;
    color: #31aa36;
    text-decoration: none;
}

/* 搜索框 */
.search-container{
    border:1px solid #cccccc;
    width: 100%;
    height: 45px;
    border-radius: 3px;
}
.search-container .search-form{
    height: 43px;
}
 .search-container .search-form input.search-keywords{
    border: none;
    width: 1020px;
    height: 100%;
    line-height: 43px;
    padding-left: 10px;
    outline: none;
    float: left;/* 在谷歌浏览器中，当文本框获取焦点时，会有个边框，outline:none，设置边框不可见 */
}
select.search-category-container{
    border:none;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 43px;
    line-height: 43px;
    float: left;
    background: #fff;
    text-align: center;
    text-indent: 10px;
    font-size: 16px;
}
select.search-category-container option{
    list-style: none;
}
select.search-category-container > option{
    
    position: relative;
    cursor: pointer;
    background: #F29200;
    text-align: center;
    border-top: 1px dotted #fff;
    color: #fff;
        font-size: 12px;
    width: 100px;
    line-height: 14px;
}
ul.search-category-container > li > span.search-category-icon{
    width: 14px;
    height: 7px;
    background: url('../images/arrow-down.png') no-repeat;
    position: absolute;
    top:18px;
    right:0px;
}
ul.search-category-container > li > ul.search-categories{
    position: absolute;
    width:99%;
    margin: 0;
    padding:0;
    top: 38px;
    left: 0px;
    background: #F29200;
    display: none;
    z-index: 99;
}
ul.search-category-container > li:hover > ul.search-categories {
    display: block;
}
ul.search-category-container > li > ul.search-categories > li{
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-top: 1px dotted #fff;
    color: #fff;
}
ul.search-category-container > li > ul.search-categories > li:first-child{
    border-top: 0;
}
ul.search-category-container > li > ul.search-categories > li:hover{
    background: #FFBB55;
}

.search-btn{
    width: 108px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    float: right;
    color: #fff;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    background:#31aa36 url('../images/zoom.png') center no-repeat;
    
}
.search-btn img{
    vertical-align: middle;
}

.current-pos{
    padding: 15px 0;
    background: #fff;
}
.current-pos a{
    color: #31aa36;
    text-decoration: none;
}

.footer{
    background: #333333;
    min-height: 100px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-top:5px solid #31aa36;
    color: #fff;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color:#f79700;
}
ul.footer-links{
    padding: 10px 0;
    margin: 0;
    /*width: 33.3%;*/
    list-style: none;
    /*float: left;*/
}
ul.footer-links li{
        list-style: none;
    font-size: 18px;
    color: #fefefe;
    float: left;
    padding-right: 15px;
}
ul.footer-links li.footer-links-title{
    font-size: 18px;
    color: #fefefe;
    padding-top: 0px;
    display: inline;
}
ul.footer-links li.footer-links-title{
    color: #fefefe;
    padding-right: 0;
}
ul.footer-links1 li,ul.footer-links1 li a{
    color: #6bacff!important;
}
ul.footer-links li > a,.copyrights a{
    text-decoration: none;
}

ul.footer-links li > img{
    width: 100%;
}
ul.footer-links:after{
    content: ' ';
    display: table;
    clear: both;
}
div.footer-cut-line{
    width: 100%;
    border-top: 1px solid #606060;
    margin-top: 50px;
}
div.copyrights{
    width: 100%;
    text-align: center;
    color: #fefefe;
    padding: 20px 0 0 0;
}
.footer .qr-code{
    width: 222px;
    height: 222px;
    background: url('../images/qr-code.jpg') no-repeat;
    margin: 10px auto;
}

/* 内页 */
.inner-top{
    margin-top: 140px;
}
.inner-container-left{
    width: 790px;
    padding: 30px;
    background: #fff;
}
.inner-container-right{
    width: 410px;
    padding: 30px;
    float: right;
    background: #fff;
}
.inner-part-label{
    margin-top: 20px;
    padding-left: 5px;
    height: 16px;
    line-height: 16px;
    border-left: 4px solid #31aa36;
    font-size: 16px;
    font-weight: bold;
    color: #31aa36;
}
.inner-plate-container{
    width: 410px;
    height: 273px;    
    margin: -30px -30px 0 -30px;
    background: #F2F6F9;
}
.inner-plate-row{
    margin: 0 -15px;
}
.inner-plate-row::after{
    content: '';
    display: block;
    clear: both;
}
.inner-plate-col{
    width: 50%;
    float: left;
}
.inner-plate-col > a.inner-plate-item{
    position: relative;
    display: block;
    margin: 0 15px 30px 15px;
    padding: 20px 0 20px 15px;
    font-size: 16px;
    text-indent: 55px;
    text-decoration: none;
    color: #fff;
}
.inner-plate-item.red{
    background: #EF8381;
}
.inner-plate-item.blue{
    background: #5DB5E6;
}
.inner-plate-item.green{
    background: #58BEB5;
}
.inner-plate-item.yellow{
    background: #F5B040;
}
.inner-plate-item.color1{
    background: #EF8381;
}
.inner-plate-item.color2{
    background: #5DB5E6;
}
.inner-plate-item.color3{
    background: #58BEB5;
}
.inner-plate-item.color4{
    background: #F5B040;
}
.inner-plate-item.color5{
    background: #c288f5;
}

.inner-plate-item > img{
    display: block;
    position: absolute;
    top: 15px;
    left: 30px;
    width: 35px;
}
/* 内页右侧列表 */
.inner-right-list-item{
    margin: 15px 0;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}
.inner-right-list-item::after{
    content: '';
    display: block;
    clear: both;
}
.inner-right-list-item:last-child{
    border-bottom: none;
}
.inner-right-list-item > img{
    display: block;
    float: left;
    width: 120px;
    height: 100px;
}
.inner-right-list-item > .item-info{
    margin: 0 0 0 130px;
    height: 100px;
}
.item-info > a,
.item-info > span{
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #999;
    font-size: 14px;
}
.item-info > a.item-info-title{
    padding-top: 5px;
    padding-left: 0px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #31aa36;
}
.item-info > span{
    margin-bottom: 0;
}
.item-info > a > img,
.item-info > span > img{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 1px;
    left: 0;
}
.news-item{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.news-item > img{
    display: block;
    width: 130px;
    height: 130px;
    float: left;
}
.news-item > .news-item-info{
    margin-left: 150px;
    height: 130px;
}
.news-item-info > a{
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #31aa36;
}
.news-item-info > div{
    margin-top: 10px;
    font-size: 14px;
}
.news-item-info > div.date{
    position: relative;
    height: 14px;
    line-height: 14px;
    padding-left: 21px;
    text-align: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.news-item-info > div.date > img{
    position: absolute;
    top: -2px;
    right: 143px;
}

.pager-tools > span,
.pager-tools > a{
    display: block;
    float: left;
    margin-left: 2px;
    padding: 2px 8px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
.pager-tools > span.disabled{
    background: #ccc;
    color: #999;
}
.pager-tools > span.current{
    background: #f79700;
    color: #fff;
}
.pager-tools::after{
    content: '';
    display: block;
    clear: both;
}

.article-title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.article-date{
    position: relative;
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    height: 30px;
    line-height: 16px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.article-date > img{
    position: relative;
    top: 1.5px;
}
.article-content{
    padding:10px;
}
.article-footer{
    border-top: 1px dashed #31aa36;
    padding:5px;
}
.article-footer .pre-article,.article-footer .next-article{
   padding:5px;
}
.article-footer a{
    text-decoration: none;
    color:#000;
}
.article-footer a:hover{
    color:#31aa36;
}
/* 名片详情页 */
.card-content-container{
    width: 100%;
    min-height: 667px;
    padding-top: 80px;
    background: url('../images/card_bg.jpg') no-repeat;
}
.card-inner-container{
    position:relative;
    margin:0 28px;
    border-radius:5px 5px 0 0;
    box-shadow:0.01rem 0.01rem 0.3rem #999;
    z-index:1;
}
.card-content-top{
    position: relative;
    width: 100%;
    height: 149px;
}
.card-content-top-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius:5px 5px 0 0;
    background: #333;
    opacity: 0.7;
}
.card-content-header{
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 0px;
    left: 10px;
    border:1px solid #f49c00;
    border-bottom: none;
    border-radius:5px 5px 0 0;
    font-size: 14px;
    color: #f49c00;
}
.card-content-icon{
    position: absolute;
    width: 110px;
    height: 110px;
    top: 20px;
    left: 16px;
    border-radius: 100%;
}
.card-content-name{
    display: block;
    position: absolute;
    font-size: 18px;
    top: 20px;
    right: 5px;
    left: 135px;
}
.card-content-phone,
.card-content-wechat{
    position: absolute;
    top: 55px;
    left: 135px;
    padding-left: 20px;
}
.card-content-wechat{
    top: 80px;
}
.card-content-collect,
.card-content-hits{
    position: absolute;
    bottom: 8px;
    left: 16px;
    padding-left: 20px;
}
.card-content-hits{
        right: auto;
    left: 135px;
}
.card-content-phone > img,
.card-content-wechat > img,
.card-content-collect > img,
.card-content-hits > img{
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
}

.card-content-row{
    position: relative;
    margin: auto 10px 20px 10px;
    padding-left: 28px;
    font-size: 16px;
}
.card-content-row > img{
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
}
.card-content-row > span{
    color: #999;
}
.card-content-other-container{
    padding-top: 16px;
    margin:0 28px;
}
.card-content-other-info{
    background:#ffffff;
    border:1px dashed #f6d396;
    padding:10px 12px;
    margin-bottom:16px;
    font-size: 14px;
}
.card-content-other-info > span{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #f49c00;
    margin-bottom: 10px;
}
.card-content-other-info > img.item-img{
    display: block;
    width: 100%;
    min-height: 50px;
    margin-bottom: 5px;
}
.card-content-other-info > div{
    position: relative;
    min-height: 30px;
    padding-bottom: 10px;
}
.card-content-other-info > div > span{
    position:absolute;
    left: 0;
}
.card-content-other-info > div > div{
    margin-left: 70px;
    text-align: left;
}

/* 对话框 */
.em-dialog-container{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom:0;
    left: 0;
    z-index: 1999;
}
.em-dialog-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.7;
    z-index: 1;
}
.em-dialog{
    position: absolute;
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 0 10px #333;
}
.em-dialog-header{
    width: 100%;
    height: 40px;
    line-height: 20px;
    padding: 10px 15px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    background: #efefef;
}
.em-dialog-body{
    width: 100%;
    height: 420px;
    padding: 25px 30px;
}
.em-offer-form-group{
    position: relative;
    padding-left: 90px;
    margin-bottom: 20px;
}
.em-offer-form-group:last-child{
    margin-bottom: 0;
}
.em-offer-form-group > label{
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 16px;
}
.form-control{
    width: 100%;
    height: 35px;
    padding: 5px;
}
.em-dialog-footer{
    width: 100%;
    height: 40px;
    padding: 5px 20px;
    border-top: 1px solid #e0e0e0;
    background: #efefef;
}
.em-dialog-enter,
.em-dialog-close{
    display: block;
    float: right;
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background: #5DB5E6;
    text-align: center;
    margin-left: 10px;
    text-decoration: none;
}
.em-dialog-close{
    background: #a00;
}
/*分页*/
/*.pagination .active{
    background-color: #337ab7 ;
    color: white;
}*/
 .my-page>a, .my-page>span:not(:last-child){ margin-right:5px;}
 .my-page>a, .my-page>span{
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #31aa36;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #31aa36;
} 
.my-page>a:hover{
    color:#fff ;
    background:#31aa36;
}
.my-page span.current{
    color:#fff !important;
    background:#31aa36 !important; 
}
.pagination > li{
    margin-right: 10px;
}
.pagination > li >a{
    margin-right: 10px;
}
.pagination > li {
    float: left;
    display: block; 
}
.my-page{
    text-align: center;
    margin:35px 0;
}
.pagination > li >a{
    margin-right: 0;
}

#pwdPrompt {
    display: none;
}
#pwdPrompt .res-input-block {
    width: 350px;
    margin-left: 115px;
    font-size: 12px;
    min-height: 36px;
    position: relative;
}
#pwdPrompt .res-input-block #pwdLength {
    margin-top: 10px;
}
#pwdPrompt .res-input-block #pwdLength span {
    position: static;
    padding-left: 0;
    display: none;
    float: left;
    height: 18px;
    width: 61px;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    color: white;
    border-right: 1px solid white;
}
.control_required20 .form_message{
    font-size: 12px;
    color: #BABABA;
    height: 30px;
    width: 350px;
    display: inline-block;
    line-height: 12px;
    padding-left: 28px;
    background: url(../images/faq.png) no-repeat 9px 0px;
}

/*工业物联网平台主页*/
.module  {
    padding: 60px 0;
    text-align: center;
}
.module .header  {
    padding-bottom: 30px;
}
.module .title  {
    font-size: 30px;
    font-weight: 700;
    color: #373737;
    line-height: 44px;
}
.module .explain  {
    margin-top: 10px;
    font-size: 14px;
    color: #676767;
    line-height: 20px;
}
.module .explain .desc  {
    margin-right: 10px;
}
.module .explain .alias  {
    color: #3677fb;
    cursor: default;
}
.display-list {
    display: flex;
    justify-content: center;
    width: 1230px;
    margin: 0 auto;
}
.data-dispaly-item {
    position: relative;
    width: 307.5px;
    padding: 0 40px;
    text-align: center;
}
.data-dispaly-item .num-container {
    margin: 0 -40px;
    color: #31aa36;
}
.data-dispaly-item .num-container .integer {
    font-size: 60px;
    line-height: 90px;
}
.data-dispaly-item .num-container .decimal {
    margin-left: 10px;
    font-family: puhui,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.line-of-1 {
    white-space: nowrap;
}
.line-of-1, .line-of-2 {
    overflow: hidden;
    text-overflow: ellipsis;
}
.data-dispaly-item .remarks {
    margin-top: 2px;
    font-size: 16px;
    color: #606266;
    line-height: 22px;
}
.data-dispaly-item .content {
    margin-top: 8px;
    font-size: 14px;
    color: #909399;
    line-height: 20px;
}
.data-dispaly-item:before {
    position: absolute;
    top: 22px;
    left: 0;
    content: "";
    height: 40px;
    border-left: 1px solid #d8d8d8;
}
.display-list .item:first-child .data-dispaly-item:before {
    display: none;
}
.module .explain .link{
    cursor: pointer;
}
.the-app{
    width: 1230px;
    margin: 0 auto;
}
.boss-menu{
    position: relative;
}
.light .icon-wrap, .primary .icon-wrap{
    position: absolute;
}
.primary .icon-wrap{
    top: 4px;
    width: 60px;
}
.primary .prev{
    left: -60px;
    padding-right: 20px;
}
.light .icon, .primary .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.primary .icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 6%);
    transition: box-shadow .2s;
    opacity: 0;
}
.light .icon:before, .primary .icon:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border: 3px solid #909399;
    transform: rotate(45deg);
}
.light .next .icon:before, .primary .next .icon:before {
    margin-right: 6px;
    border-bottom-color: transparent!important;
    border-left-color: transparent!important;
}
.boss-menu .wrapper{
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.primary .wrapper{
    height: 48px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 12%), 0 -4px 9px -4px rgb(0 0 0 / 16%);
    background: #fff;
}
.boss-menu .wrapper .menus{
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    transition: transform .2s;
    width: 100%;
}
.primary .wrapper .item{
    width:12.15%;
    line-height: 48px;
    font-size: 16px;
    color: #303133;
}
.boss-menu .wrapper .menus .item{
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.primary .wrapper .item.on {
    background-color: #31aa36;
    color: #fff;
}
.the-app .apps {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-right: -20px;    
}
.the-app .apps .item {
    width: calc(33.3% - 20px);
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 30px 20px 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 12%), 0 1px 6px -2px rgb(0 0 0 / 16%);
    transition: box-shadow .2s;
}
.the-app .apps .item .image-icon {
    width: 100px;
    height: 100px;
}
.line-of-1 {
    white-space: nowrap;
}
.line-of-1, .line-of-2 {
    overflow: hidden;
    text-overflow: ellipsis;
}
.the-app .apps .item .title {
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    color: #303133;
    line-height: 26px;
    margin: 26px 0 10px;
}
.the-app .apps .item .desc {
    height: 40px;
    font-size: 14px;
    text-align: left;
    color: #909399;
    line-height: 20px;
    word-break: break-all;
}
.the-app .apps .item .price {
    margin: 20px 0 24px;
    text-align: left;
    line-height: 24px;
}
.price-resolve {
    font-weight: 700;
}
.the-app .apps .item .price .other {
    font-size: 12px;
    color: #d93d2e;
    margin: 0 8px 0 4px;
}
.the-app .apps .item .price .price-resolve .integer {
    font-weight: 700;
}
.the-app .apps .item .price .other {
    font-size: 12px;
    color: #d93d2e;
    margin: 0 8px 0 4px;
}
.the-app .apps .item .button{
    height: 48px;
    line-height: 48px;
    margin: 0 -20px;
    font-size: 16px;
    font-weight: 700;
    color: #303133;
    background: #f3f3f3;
}
.the-app .apps .item:hover .button{
    background: #31aa36;
    color: #fff;
}
/*工业物联网平台详情页*/
.standard {
    width: 1230px;
    min-height: 520px;
    margin: 20px auto;
    background: #fff;
    padding: 30px;
    padding-bottom: 40px;
}
.standard .img-section {
    width: 280px;
    float: left;
}
.standard .img-section .img-container {
    width: 280px;
    height: 280px;
    outline: 1px solid #f4f4f4;
}
.standard .img-section .img-container img {
    width: 100%;
    height: 100%;
}
.el-loading-mask {
    position: absolute;
    z-index: 2000;
    background-color: hsla(0,0%,100%,.9);
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .3s;
}
.el-loading-spinner {
    top: 50%;
    margin-top: -21px;
    width: 100%;
    text-align: center;
    position: absolute;
}
.el-loading-spinner .circular {
    height: 42px;
    width: 42px;
    -webkit-animation: loading-rotate 2s linear infinite;
    animation: loading-rotate 2s linear infinite;
}
.el-loading-spinner .path {
    -webkit-animation: loading-dash 1.5s ease-in-out infinite;
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90,150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #409eff;
    stroke-linecap: round;
}
.standard .img-section .contact-container {
    border: 1px solid #f4f4f4;
    padding: 20px;
    margin-top: 20px;
}
.standard .img-section .contact-container .row {
    margin-top: 12px;
    text-align: left;
    font-size: 12px;
}
.standard .img-section .contact-container .row:first-child {
    margin-top: 0;
}
.standard .img-section .contact-container .row .label {
    float: left;
    color: #979797;
}
.standard .img-section .contact-container .row .value {
    margin-left: 70px;
}
.standard .img-section .contact-container .row .el-tooltip {
    color: #373737;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.standard .content-section {
    margin-left: 300px;
    text-align: left;
}

.standard .content-section .app-title {
    word-wrap: break-word;
    font-size: 24px;
    color: #373737;
    line-height: 27px;
    min-height: 27px;
    margin: 10px 0 16px;
}
.standard .content-section .app-yslink {
    color: #999;
    margin-right: 10px;
    text-align: left;
    line-height: 26px;
}
.standard .content-section .app-yslink a:hover{
    color: #3677fb;
}
.standard .content-section .app-remarks {
    word-wrap: break-word;
    font-size: 14px;
    color: #979797;
    line-height: 20px;
    min-height: 20px;
    margin-top: 10px;
}
.standard .content-section .price-container {
    background: #fff3e6;
    margin-top: 32px;
    padding: 32px 0;
}
.standard .content-section .price-container .left-label {
    float: left;
    font-size: 14px;
    color: #979797;
    padding: 18px 16px 0;
}
.standard .content-section .price-container .content {
    margin-left: 100px;
    color: #f25f3c;
    font-weight: 700;
}
.standard .content-section .price-container .content .price {
    font-size: 32px;
    line-height: 42px;
}
.standard .content-section .price-container .content .float {
    font-size: 18px;
}
.standard .content-section .price-container .content .message {
    font-weight: 400;
    font-size: 12px;
}
.standard .content-section .required {
    border: 2px solid #fff;
    border-radius: 2px;
    margin-top: 10px;
    width: 660px;
}
.standard .content-section .required .patch {
    height: 20px;
}
.standard .content-section .required .patch .icon-close {
    position: relative;
    width: 40px;
    height: 30px;
    float: right;
    cursor: pointer;
}
.standard .content-section .container {
    overflow: hidden;
    margin-top: 24px;
}
.standard .content-section .skus.container {
    margin-top: 12px;
}
.standard .content-section .label {
    float: left;
    padding: 0 16px;
    line-height: 32px;
    font-size: 14px;
    color: #979797;
}
.standard .content-section .content {
    margin-left: 100px;
}
.app-mall-stantard-list {
    width: 527px;
}
.app-mall-stantard-list .outer-con {
    overflow: hidden;
    transition: height .25s;
}
.app-mall-stantard-list .arrow-con {
    text-align: right;
    color: #979797;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.app-mall-stantard-list .inner-con {
    display: flex;
    flex-wrap: wrap;
    width: 535px;
}
[class*=" el-icon-"], [class^=el-icon-] {
    font-family: element-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.app-mall-stantard-list .inner-con .stantard-item {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 24px;
    padding: 4px 8px;
    margin: 0 8px 8px 0;
    border: 1px solid #e5e5e5;
    color: #373737;
    position: relative;
    overflow: hidden;
}
.app-mall-stantard-list .inner-con .stantard-item.active {
    border: 1px solid #f2a03c;
    color: #f2a03c;
}
.el-icon-check:before {
    content: "\e6da";
}
.app-mall-stantard-list .inner-con .stantard-item.active:before {
    z-index: 2;
    color: #fff;
    font-size: 4px;
    line-height: 4px;
    position: absolute;
    bottom: 1px;
    right: -1px;
}
.app-mall-stantard-list .inner-con .stantard-item.active:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #f2a03c;
    position: absolute;
    bottom: -10px;
    right: -10px;
    transform: rotate(
-45deg);
}
.el-input-number {
    position: relative;
    display: inline-block;
    width: 180px;
    line-height: 38px;
}
.standard .content-section .time .el-input-number {
    line-height: 30px;
    width: 128px;
}
.depict {
    background: #fff;
    width: 1230px;
    margin: 20px auto;
}
.page-nav {
    height: 50px;
    line-height: 50px;
}
.page-nav .tabs {
    padding: 0 20px;
    margin:0;
    display: flex;
    background: #fff;
    font-size: 18px;
    color: #676767;
}
.page-nav .fixed {
    position: fixed;
    top: 0;
    width: 1230px;
    z-index: 333;
    box-shadow: 0 0 5px 3px rgb(0 0 0 / 10%);
}
.page-nav .tabs .tab {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding: 0 20px;
}
.page-nav .tabs .tab:after {
    content: "";
    width: 0;
    height: 2px;
    background: #3677fb;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}
.page-nav .tabs .tab.active:after {
    width: 100%;
}
.page-nav .line{
    margin: -1px 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.depict .content {
    padding: 40px 60px;
    padding-top: 0;
}
.depict .content .product-detail {
    text-align: left;
    padding-top: 20px;
}
.depict .content .product-detail .detail-title {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #373737;
    line-height: 27px;
    margin-bottom: 8px;
}
.depict .content img {
    max-width: 100%;
}
.rich-text {
    word-wrap: break-word;
}
.rich-text p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.depict .content .standard-introduce {
    padding-top: 20px;
}
.content .standard-introduce p {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #373737;
    line-height: 27px;
    margin-bottom: 8px;
}
.el-table, .el-table__expanded-cell {
    background-color: #fff;
}
.el-table {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    color: #606266;
}
.el-table--fit {
    border-right: 0;
    border-bottom: 0;
}
.el-table--border:after, .el-table--group:after, .el-table:before {
    content: "";
    position: absolute;
    background-color: #ebeef5;
    z-index: 1;
}
.el-table:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}
.el-pagination--small .arrow.disabled, .el-table--hidden, .el-table .el-table__cell.is-hidden>*, .el-table .hidden-columns {
    visibility: hidden;
}
.el-table .hidden-columns {
    position: absolute;
    z-index: -1;
}
.el-table__body-wrapper, .el-table__footer-wrapper, .el-table__header-wrapper {
    width: 100%;
}
.el-table__footer-wrapper, .el-table__header-wrapper {
    overflow: hidden;
}
.el-table__body, .el-table__footer, .el-table__header {
    table-layout: fixed;
    border-collapse: separate;
}
colgroup {
    display: table-column-group;
}
col {
    display: table-column;
}
.el-table thead {
    color: #909399;
    font-weight: 500;
}
.el-table tr {
    background-color: #fff;
}
.el-table th.el-table__cell {
    padding: 15px 0;
}
.el-table th.el-table__cell.is-leaf {
    border-bottom: 1px solid #e8e8e8;
}
.depict .content .standard-introduce table thead th {
    border-right: none;
    background-color: #f4f5f7;
    line-height: 29px;
    font-size: 16px;
    color: #373737;
}
.el-table th.el-table__cell>.cell {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
.el-table th.el-table__cell .cell {
    color: #666;
    font-weight: 400;
}
.el-table tr {
    background-color: #fff;
}
.el-table .el-table__cell {
    padding: 12px 0;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
}
.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf {
    border-bottom: 1px solid #ebeef5;
}
.el-table--enable-row-transition .el-table__body td.el-table__cell {
    transition: background-color .25s ease;
}
.app-mall-product .depict .content .standard-introduce table td {
    padding: 15px 0;
    font-size: 14px;
    color: #373737;
}
.el-table--border .el-table__cell:first-child .cell, .el-table .cell {
    padding-left: 10px;
}
.el-table .cell {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding-right: 10px;
}
.el-table td .cell {
    color: #333;
}
.el-table td.el-table__cell div {
    box-sizing: border-box;
}
.text-left {
    text-align: left;
}
.depict .content #app_download {
    padding-top: 20px;
}
.depict .content #app_download p {
    margin-bottom: 8px;
    font-size: 18px;
    color: #373737;
    letter-spacing: 0;
    text-align: left;
    font-weight: 700;
}
.depict .content #app_download a{
    color: #3677fb;
}
/*解决方案主页*/
.hot-wrapper{
    background: rgba(54,119,251,.06);
    overflow: hidden;
    padding: 60px 0;
}
.hot-wrapper .hot-title{
    margin-bottom: 30px;
    font-size: 30px;
    color: #3f3f3f;
    line-height: 44px;
    font-weight: 550;
    text-align: center;
}
.the-example{
    position: relative;
    width: 1230px;
    margin: 0 auto;
}
.light .icon-wrap, .primary .icon-wrap{
    position: absolute;
}
.primary .icon-wrap{
    top: 4px;
    width: 60px;
}
.primary .prev{
    left: -60px;
    padding-right: 20px;
}
.primary .next{
    right: -60px;
    padding-left: 20px;
}
.primary .icon-wrap{
    top: calc(50% - 20px);
}
.light .icon, .primary .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.primary .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 6%);
    transition: box-shadow .2s;
    opacity: 0;
}
.light .icon:before, .primary .icon:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border: 3px solid #909399;
    transform: rotate(
45deg);
}
.light .next .icon:before, .primary .next .icon:before{
    margin-right: 6px;
    border-bottom-color: transparent!important;
    border-left-color: transparent!important;
}
.light .prev .icon:before, .primary .prev .icon:before {
    margin-left: 6px;
    border-top-color: transparent!important;
    border-right-color: transparent!important;
}
.primary .icon:hover {
    box-shadow: 0 1px 2px -2px rgb(0 0 0 / 16%), 0 3px 6px 0 rgb(0 0 0 / 12%), 0 5px 12px 4px rgb(0 0 0 / 9%);
}
.the-example:hover .icon{
    opacity: 1;
}
.primary .icon:hover:before {
    border-color: #3677fb;
}
.el-carousel {
    position: relative;
}
.el-carousel--horizontal {
    overflow: hidden;
}
.the-example .el-carousel{
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 14%);
    border-radius: 4px;
}
.el-carousel__container {
    position: relative;
    height: 300px;
}
.el-carousel__item {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    z-index: 0;
}
.the-example .swiper-item{
    width: 1230px;
    display: flex;
    background: #fff;
}
.the-example .swiper-item .image-icon{
    vertical-align: bottom;
    width: 640px;
    height: 374px;
}
.the-example .swiper-item .image-icon{
    vertical-align: bottom;
    width: 640px;
    height: 374px;
}
.the-example .swiper-item .content{
    width: 540px;
    height: 374px;
    padding: 0 40px;
    text-align: left;
    display: flex;
    align-items: center;
}
.line-of-1, .line-of-2 {
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-of-2 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.the-example .swiper-item .content header{
    font-size: 20px;
    font-weight: 700;
    color: #515151;
    line-height: 30px;
}
.the-example .swiper-item .content p{
    margin: 8px 0 20px;
    font-size: 14px;
    color: #515151;
    line-height: 22px;
}
.the-example .swiper-item .content .button{
    width: 88px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #5b81ff;
    background: rgba(54,119,251,.1);
    border-radius: 2px;
    cursor: pointer;
}

.category-wrapper, .hot-wrapper .placeholder{
    width: 1230px;
    margin: 0 auto;
    text-align: center;
}
.category-wrapper .category-title{
    margin: 60px 0 15px;
    font-size: 30px;
    font-weight: 550;
    color: #3f3f3f;
    text-align: left;
    line-height: 44px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;}
.boss-menu{
    position: relative;
}
.light{
    margin: 0 40px;
}
.category-wrapper .boss-menu .wrapper{
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-align: left;
}
.light .wrapper{
    height: 48px;
}
.light:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -40px;
    right: -40px;
    border-bottom: 1px solid #d5d5d5;
}
.category-wrapper .boss-menu .wrapper .menus{
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    transition: transform .2s;
}
.light .wrapper .item{
    position: relative;
    padding: 0 8px;
    margin-right: 40px;
    line-height: 48px;
    font-size: 16px;
    color: #606266;
}
.category-wrapper .boss-menu .wrapper .menus .item{
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.light .wrapper .item.on{
    color: #3677fb;
}
.light .wrapper .item:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    background-color: #3677fb;
    left: 50%;
    transition: .3s;
}
.light .wrapper .item:last-child {
    margin-right: 0;
}
.light .wrapper .item.on:after {
    left: 0;
    width: 100%;
}
.card-wrapper-content{
    margin-bottom: 60px;
}
.category-wrapper .card-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.category-wrapper .placeholder{
    color: #979797;
    text-align: center;
    margin: 182px auto;
    line-height: 1;
}
.solution-card{
    margin: 20px 0 0 20px;
    width: 380px;
    cursor: pointer;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
    border-radius: 4px;
    overflow: hidden;
}
.solution-card:hover {
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 16%);
}
.solution-card .cropper{
    overflow: hidden;
}
.solution-card img{
    width: 100%;
    height: 222px;
    vertical-align: top;
    border-radius: 4px 4px 0 0;
    transition: transform .2s;
    object-fit: cover;
}
.solution-card:hover img{
    transform: scale(1.2);
}
.solution-card .bottom-wrapper{
    overflow: hidden;
    padding: 0 30px;
    text-align: left;
    background: #fff;
    border-top: none;
    height: 138px;
    border-radius: 0 0 4px 4px;
}
.solution-card:hover .bottom-wrapper{
    background: linear-gradient(270deg,#7bff80,#31aa36);
}
.line-of-1 {
    white-space: nowrap;
}
.solution-card .bottom-wrapper p{
    margin: 30px 0 16px;
    font-size: 20px;
    color: #3f3f3f;
    text-align: left;
    line-height: 30px;
}
.solution-card:hover .bottom-wrapper p{
    color: #fff;
}
.solution-card .bottom-wrapper button{
    width: 88px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    background: rgb(49 170 54 / 10%);
    font-size: 14px;
    color: #31aa36;
    cursor: pointer;
}
.solution-card:hover .bottom-wrapper button{
    background: #fff;
    color: #31aa36;
}
.category-wrapper .more-div{
    width: 100%;
    clear:both;
}
.category-wrapper .btn-more{
    margin-top: 60px;
    width: 140px;
    height: 42px;
    background: transparent;
    line-height: 40px;
    font-size: 18px;
    color: #3677fb;
    border: 1px solid #3677fb;
    border-radius: 21px;
    cursor: pointer;
}
.category-wrapper .btn-more:hover{
    background: linear-gradient(270deg,#66affd,#3677fb);
    color: #fff;
    box-shadow: 0 0 12px 0 rgb(54 119 251 / 16%);
    border: 1px solid #fff;
}
/*案例详情页*/
.case-read{background: #fff;padding: 10px;}
.case-read .article-title{
    font-size: 36px;
    color: #373737;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

@media screen and (max-width: 1080px) { 
    html, body,.header-container,.index-top,div.em-container-fluid, div.em-container{width: 1080px!important;}
    .header{width: 1065px;font-size:14px;}
    .header > nav{padding-left: 10px;}
    .index-top{height: 380px!important; background-size: cover!important;}
    body>div.em-container{margin: 30px 0!important;}
    .index-news{width: 500px!important;}
    ul.index-news-body li a{width: 400px!important;}
    .search-container .search-form input.search-keywords{width: 870px;}
    ul.index-order-body,.index-partner-container{margin:0!important;}
    .flow-item{width: 154px!important;}
    .index-video{display: block;}
    .index-video img{width: 100%;}

}