#header {
    /*position: absolute;*/
    z-index: 4;
    box-shadow: none;
}

.index-title-common {
    color: #111;
    font-size: 36px;
    text-align: center;
    padding-top: 70px;
    font-weight: 600;
}

.index-more-btn > i {
    display: inline-block;
    width: 13px;
    height: 17px;
    background: url("../images/index/index-icon.png") no-repeat;
    background-position: 0 0;
    background-position: -83px -96px;
    margin-left: 10px;
    vertical-align: text-top;
}

/* 灰色背景  #f5f5f5 */
#mass-works-trust, #partner, #copyright-register-now {
    background-color: #f5f5f5;
}

.honor{
    width:100%;
    background-color: #f7f7f7;
    margin: 0 auto ;
    padding: 40px 0;
}
.honor ul {
    width: 1200px;
    margin: 0 auto;
}
.honor ul li{
    width: 372px;
    margin :40px 0 0 41px;
    float: left;
    background-color: #fff;
}
.honor ul li:nth-child(3n+1){
    margin-left: 0;
}
.honor_img {
    width: 292px;
    height: 222px;
    line-height: 222px;
    margin: 20px auto 0;
    text-align: center;
    background-color: #f7f7f7;
}
.honor_img span{
    width: 292px;
    height: 222px;
    display: table-cell;
    line-height: 222px;
    text-align: center;
    vertical-align: middle;
}
li.honor_heng .honor_img img{
    width: 202px;
    vertical-align: middle;
}
li.honor_shu .honor_img img{
    width: 138px;
}
.honor ul li p{
    height: 40px;
    line-height:40px;
    font-size: 18px;
    background-color: #f7f7f7;
    text-align: center;
    margin-top: 20px;

}
/* BANNER */
#banner {
    height: 580px; /*更换背景图需要注释的代码*/
    overflow: hidden;
}

#banner.ieBg {
    background: url(../images/index/ie-bg.jpg) no-repeat;
}

#banner > .container {
    margin-top: 210px;
    position: relative;
    z-index: 2;
    padding: 0 0 10px 150px;
}

#banner .slogan > .item {
    display: none;
    position: absolute;
    width: 1200px;
    height: 300px;
}

#banner .slogan > .item > span {
    display: block;
    overflow: hidden;
}

#banner .slogan > .item > .banner-dec {
    width: 500px;
    height: 420px;
    position: absolute;
    top: -126px;
    left: 53%;
}

#banner .slogan > .item > .banner-dec > img {
    width: 100%;
    height: 100%;
}

#banner .platform-name {
    max-width: 600px;
    height: 70px;
    line-height: 70px;
    font-size: 70px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

#banner .platform-slogon {
    font-size: 30px;
    color: #fff;
    padding-top: 40px;
    max-width: 612px;
    height: 150px;
    line-height: 50px;
}

#banner .platform-slogon.sub {
    font-size: 24px;
    width: 631px;
    height: 65px;
    line-height: 41px;
    position: relative;
    z-index: 1;
}

/* banner动态效果 */
#banner .index-banner-bg {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 2;
}

#banner .index-banner-bg canvas {
    width: 100%;
    height: 600px;
    display: inline-block;
    vertical-align: baseline;
    position: absolute;
    z-index: -1
}

#banner .index-banner-bg .canvaszz {
    width: 100%;
    height: 500px;
    position: absolute;
    z-index: 10;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4
}

/* 平台能力 */
#platform-ability {
    margin-top: 80px;
}

#platform-ability .ability-opts {
    margin-top: 52px;
}

#platform-ability .ability-opts > li {
    float: left;
    width: 200px;
    height: 350px;
    text-align: center;
    color: #fff;
    position: relative;
    background-size: cover;
}

#platform-ability .ability-opts > li > .up {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    width: 150px;
    height: 110px;

}

#platform-ability .ability-opts > li > .up > span {
    font-size: 24px;
    margin-bottom: 18px;
}

#platform-ability .ability-opts > li > .down {
    display: block;
}

#platform-ability .ability-opts > li > .down > p,
#platform-ability .ability-opts > li > .down > span {
    font-size: 16px;
    padding: 0 10px;
    display: block;
}

#platform-ability .ability-opts > li > .up > a {
    display: inline-block;
    width: 70px;
    height: 51px;
    background: url("../../lib/images/icon/home-common.png") no-repeat;
}

#platform-ability .ability-opts > li.copyright-register > .up > a {
    background-position: -91px -11px;
}

#platform-ability .ability-opts > li.digital-assets > .up > a {
    background-position: -153px -11px;
}

#platform-ability .ability-opts > li.creative-center > .up > a {
    background-position: -15px -11px;
}

#platform-ability .ability-opts > li.copyright-transaction > .up > a {
    background-position: -363px -10px;
}

#platform-ability .ability-opts > li.distribution-channel > .up > a {
    background-position: -363px -10px;
}

#platform-ability .ability-opts > li.open-platform > .up > a {
    background-position: -295px -10px;
}

#platform-ability .ability-opts > li > .up > i {
    display: block;
    width: 40px;
    height: 6px;
    background: #fff;
    border-radius: 3px;
    margin: 7px auto 15px;
}

#platform-ability .ability-opts > li > .down > .down-info {
    position: absolute;
    top: 150px;
    z-index: 1;
    height: 120px;
    line-height: 1.5;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
}

#platform-ability .ability-opts > li > img {
    object-fit: cover;
}

#platform-ability .ability-opts > li > img,
#platform-ability .ability-opts > li > .down > img {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

#platform-ability .ability-opts > li > .down {
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    line-height: 2;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#platform-ability .ability-opts > li > .down > img {
    border-radius: 6px;
}

#platform-ability .ability-opts > li:hover .down {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    transition: transform .5s ease-in-out, opacity .5s, -webkit-transform .5s ease-in-out;
}

#platform-ability .index-title-common {
    padding-top: 0;
}

/* 海量作品信任 */
#mass-works-trust {
    margin-top: 70px;
    padding-bottom: 50px;
}

#mass-works-trust .works-num {
    text-align: center;
    width: 700px;
    margin: 28px auto 0;
}

#mass-works-trust .works-num > li {
    float: left;
}

#mass-works-trust .works-num > li.digital {
    margin: 0 150px;
}

#mass-works-trust .works-num > li > p {
    font-size: 16px;
    color: #111;
    font-weight: bold;
    margin: 12px auto 6px;
}

#mass-works-trust .works-num .total-num {
    font-size: 36px;
    color: #333333;
}

#mass-works-trust .works-num .total-num > span {
    font-size: 40px;
    font-weight: 600;
}

#mass-works-trust .works-num .total-num > small {
    color: #f29e16;
    font-size: 34px;
}

#mass-works-trust .works-list {
    text-align: center;
}

#mass-works-trust .works-list > .hd.tab-nav {
    text-align: center;
    margin: 80px auto 0;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
}

#mass-works-trust .works-list > .hd.tab-nav > li {
    float: left;
    width: 220px;
    height: 60px;
    line-height: 60px;
}

#mass-works-trust .works-list > .bd.tab-content {
    margin-top: 50px;
}

#mass-works-trust .works-list > .hd.tab-nav a {
    display: block;
    font-size: 18px;
    border-radius: 10px;
    color: #f29e16;
}

#mass-works-trust .works-list > .hd.tab-nav a.active {
    background: #f29e16;
    color: #fff;
}

#mass-works-trust .works-list-items > li {
    float: left;
    width: 525px;
    height: 236px;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 30px 0 30px;
    margin: 20px 7px;
    position: relative;
}

#mass-works-trust .works-list-items > li > .item-img,
#mass-works-trust .works-list-items > li > .item-info {
    float: left;
}

#mass-works-trust .works-list-items > li > .item-img {
    margin-right: 20px;
}

#mass-works-trust .works-list-items > li > .item-info > .title {
    display: block;
    margin-right: 50px;
    text-align: left;
}

#mass-works-trust .works-list-items > li > .item-info > .title > a {
    font-size: 20px;
    color: #111;
}

#mass-works-trust .works-list-items > li > .item-info > .intro {
    margin: 30px 0 60px;
    height: 38px;
    text-align: left;
    overflow: hidden;
}

#mass-works-trust .works-list-items > li > .item-info > .score {
    position: absolute;
    top: 20px;
    right: 10px;
    text-align: center;
}

#mass-works-trust .works-list-items > li > .item-info > .score > span {
    display: block;
    font-size: 30px;
    color: #111;
    text-align: center;
}

#mass-works-trust .works-list-items > li > .item-info > .score > i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../images/index/index-icon.png") no-repeat;
}

#mass-works-trust .works-list-items > li > .item-info > .score > i.checked {
    background-position: -32px -98px;
}

#mass-works-trust .works-list-items > li > .item-info > .score > i.notchecked {
    background-position: -59px -98px;
}

#mass-works-trust .item-info .certificate > i {
    float: left;
    width: 30px;
    height: 27px;
    background: url("../images/icon/common.png") no-repeat;
    background-position: -137px -79px;
    position: relative;
    top: 8px;
    margin-right: 12px;
}

#mass-works-trust .item-info .certificate > span {
    display: block;
    text-align: left;
    line-height: 20px;
}

#mass-works-trust .copyright-reg-btn {
    padding-top: 50px;
}

/* 立即版权登记 */
#copyright-register-now > .container {
    min-width: 1099px;
    width: 1099px;
    height: 120px;
    line-height: 120px;
    background: url("../images/index/g-banner.png") no-repeat;
    text-align: center;
}

#copyright-register-now > .container > span {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

#copyright-register-now > a {
    display: block;
    width: 1099px;
    height: 120px;
    line-height: 120px;
    margin: 0 auto;
    font-size: 20px;
    color: #00A2FF;
    padding: 14px 40px;
    border-radius: 10px;
    vertical-align: top;
    font-weight: 600;
    cursor: pointer;
}

/* 内容分发渠道 */
#business-cooperation {
    position: relative;
}

#business-cooperation .cooperation-tel {
    /*position: absolute;*/
    /*left: 45%;*/
    /*bottom: 30px;*/
    font-size: 16px;
    padding: 50px 0 30px 0;
    text-align: center;
    clear: both;
    color: #111;
}

#scroll-container-cooperation {
    width: 1102px;
    height: 280px;
    overflow: hidden;
    white-space: nowrap;
    margin: 50px auto 0;
}

#scroll-container-cooperation a.cooperation-img {
    display: inline-block;
    width: 240px;
    height: 140px;
    margin: 0 10px;
    background-color: #ffffff;
    border: solid 1px #cc1414;

}

#scroll-container-cooperation a.cooperation-img > img {
    /*display: inline-block;*/
    width: 70%;
}

#scroll-begin, #scroll-end {
    /*display: inline;*/
    background-color: red;
}

/* 新闻动态 */
#news {
    margin : 30px auto 60px ;

}

#news h2.index-title-common {
    font-size: 36px;
    color: #333333;
}

#news .news-list {
    width: 1200px;
    margin: 40px auto 60px;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}

#news .news-list > .news-item {
    width: 528px;
    display: block;
    margin :35px 0 0 108px;
    cursor: pointer;
}
#news .news-list > .news-item:hover h3 a{
    color: #f29e16!important;
    font-weight:bold;
}
#news .news-list > .news-item:nth-child(2n+1){
    margin-left: 0;
}
.news-list-time{
    display: flex;
    justify-content:space-between;
    font-size: 12px;
    color: #bbbccd;
    margin-top: 15px;
}
#news .news-list > .news-item > h3 > a {
    color: #111;
    font-size: 20px;
    margin-bottom: 12px;
    display: inline-block
}

#news .news-list > .news-item > .intro,
#news .news-list > .news-item > .intro > a.show-more-btn {
    color: #aaa;
    font-size: 12px;
}

#news .news-list > .news-item > .intro > .singleLineOver {
    display: inline-block;
    width:98%;
    vertical-align: sub;
    font-size: 14px;
}

#news .more-news {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
}

#news .copyright-reg-btn > i {
    background-position: -111px -95px;
}

#news .show-more-btn > i {
    display: inline-block;
    width: 11px;
    height: 12px;
    background: url("../../lib/images/icon/home-common.png") no-repeat;
    background-position: -94px -181px;
    margin-left: 5px;
}

/* 区块链节点 */
#blockchain-node .empty {
    background-color: #fff;
}

#blockchain-node .node-container {
    height: 210px;
    margin: 40px 0 30px;
    overflow: hidden;
    position: relative;
}

#blockchain-node .node-container > .node-list > li > a {
    display: inline-block;
    width: 22%;
    height: 150px;
    margin: 0 1%;
    cursor: auto;
}

#blockchain-node .node-container > .node-list > li > a > img {
    width: 100%;
    height: 100%;
}

#blockchain-node .node-container > .node-list {
    position: absolute;
    left: -1200px;
    top: 0;
}

#blockchain-node .node-container > .node-list > li {
    float: left;
    width: 1200px;
    height: 210px;
}



  .union_title {
      text-align: center;
      font-size: 36px;
      line-height: 24px;
      color: #333;
      font-weight: bold;
}
.union{
    width: 100%;
    /*height: 698px;*/
    margin : 50px 0;
    /*background: url("../../lib/images/hx_bg.png")no-repeat;*/
    /*background-size: 100% 100%;*/
    /*overflow: hidden;*/
}
.union_list{
    width: 1200px;
    margin: 40px auto 0 auto;
    height: 360px;
}
.union_list li{
    width: 372px;
    height: 354px;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 1px
    rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    float: left;
    margin-left: 40px;
}
.union_list li:first-child{
    margin-left: 0;
}
/*.union_list li:hover{*/
/*    border-bottom: 3px solid #f29e16;*/
/*}*/
.union_img{
    width: 372px;
    height: 180px;
    box-shadow: 0px 0px 18px 1px
    rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}
.union_list li h6{
    font-size: 18px;
    text-align: center;
    color: #333333;
    margin: 30px auto 16px auto;
}
.union_list li p{
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    color: #919191;
}
/*.union_list li{*/
/*    width: 1140px;*/
/*    height: 64px;*/
/*    padding: 30px;*/
/*    box-shadow: 0px 0px 7px 0px*/
/*    rgba(90, 90, 90, 0.19);*/
/*    background-color: #fff;*/
/*    margin-top: 30px;*/
/*    cursor: pointer;*/
/*    !*box-shadow: 0px 0x 9px 0px rgba(55, 99, 170, 0.21);*!*/
/*}*/

/*.union_list li:hover img{*/
/*    margin-top: -15px;*/
/*    transition: 1s;*/
/*}*/
/*.union_list li h6{*/
/*    width: 100%;*/
/*    height: 25px;*/
/*    line-height: 25px;*/
/*    font-weight: bold;*/
/*    font-size: 18px;*/
/*    color: #333;*/
/*}*/
/*.union_list li h6 img{*/
/*    vertical-align: middle;*/
/*    margin-right: 10px;*/
/*}*/
/*.union_list li p{*/
/*    font-size: 16px;*/
/*    color: #666;*/
/*    line-height: 30px;*/
/*    margin-top: 20px;*/
/*}*/

.excellent_works{
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 40px 0;
    /*padding-top: 50px;*/
    background-color: #f2f2f2;
}
.works_title{
    text-align: center;
    font-size: 36px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
}
.works_list{
    width: 1200px;
    margin: 0 auto;
}
.works_list li{
    width: 279px;
    height: 357px;
    background-color: #fff;
    border-radius: 8px;
    margin:52px 0 0 27px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
.works_list li:first-child,.works_list li:nth-child(5){
    margin-left: 0;
}
.works_list li:hover{
    box-shadow: 0 0 24px 1px rgba(0,0,0,0.25);
}
.works_list li img{
    /*width: 280px;*/
    height: 195px;
    border-radius: 8px 8px 0px 0px;
}
.list_text{
    width: 90%;
    margin: 0 auto;
}
.list_text p{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #333;
    margin: 20px 0 14px 0;
}
.list_text span{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}



.login_box{
    display: none;
    width: 400px;
    height: 450px;
    background :rgba(0,0,0,0.2);
    border: solid 1px #333333;
    /*opacity: 0.16;*/
    margin-left: 39px;
    position: absolute;
    top: 100px;
    right: 100px;
    z-index: 1000;
}
.login_logo{
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #cccccc;
}
.login_logo img{
    width: 137px;
}
.login_logo p{
    margin: 20px 0;
}
.Login_success {
    display: none;
    text-align: center;
}
.Login_success h6{
    font-size: 22px;
    color: #333;
    margin: 40px 0 46px 0;
}
.Login_success img{
    width: 116px;
    height: 116px;
    border-radius: 100%;
}
.Login_success p{
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}
.exit_btn{
    width: 330px;
    height: 44px;
    color: #f29e16;
    border-radius: 6px;
    font-size: 18px;
    margin-top: 45px;
    border: 1px solid #f29e16;
}
.login_nav{
    width: 382px;
    height: 71px;
    margin: 0 auto;
    line-height: 71px ;
    text-align: center;
    /*margin:16px auto 0 auto;*/
    display: flex;
    border-bottom: 1px solid  #efefef;
}
.login_nav li{
    width: 191px;
    font-size: 22px;
    line-height: 71px;
    color: #333333;
    /*margin-left: 20px;*/
    cursor: pointer;
}
.login_nav li:first-child{
    margin-left: 0;
    border-right: 1px solid  #efefef;
}
.login_head{
    text-align: center;
    line-height: 71px;
    font-size: 22px;
    margin-top: 10px;
}
.login_active{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    border-bottom:1px solid #1a73ed;
}

.operation .login,.register{
    width: 330px;
    margin:10px auto 0 auto;
    display: none;
}
.operation>div:first-child{
    display: block;
}
.login li,.register li{
    width: 100%;
    margin-top: 24px;
    font-size: 0;
    height: 44px;
}
.login li:first-child,.register li:first-child{
    margin-top: 0;
}
.login li input,.register li input{
    width: 310px;
    height: 44px;
    font-size: 16px;
    padding-left: 20px;
    float: left;
    background-color: #f1f1f1;
    border: none;
    outline: none;
}
#code{
    width: 177px !important;
    height: 44px;
}
.code_btn{
    width: 113px;
    height: 44px;
    float: left;
    background-color: #f29e16;
    border-radius: 6px;
    font-size: 16px;
    line-height: 44px;
    color: #ffffff;
    border: none;
    margin-left: 16px;

}
.login_btn,.register_btn{
    width: 330px;
    height: 44px;
    background-color:  #f29e16;
    box-shadow: 0px 0px 5px 0px
    rgba(9, 61, 133, 0.09);
    border-radius: 6px;
    font-size: 18px;
    line-height: 44px;
    color: #ffffff;
    outline: none;
    border: none;
    margin-top: 0px;
}
.login li p{
    color: red;
}
.register_btn{
    margin-top: 38px;
}
.Core_function,.Core_list{
    width: 1200px;
    margin: 0 auto;
}


/*.swiper_box{*/
/*    width: 1200px;*/
/*    margin: 50px auto 0 auto;*/
/*}*/
/*.swiper_box .swiper-wrapper .swiper-slide{*/
/*    width: 298px!important;*/
/*    height: 90px;*/
/*    line-height: 90px;*/
/*    background-color: #ffffff;*/
/*    border: solid 1px #efefef;*/
/*    text-align: center;*/
/*}*/
/*.swiper_box .swiper-wrapper .swiper-slide span{*/
/*    width: 298px;*/
/*    height: 90px;*/
/*    line-height: 90px;*/
/*    display:table-cell;*/
/*    vertical-align: middle;*/
/*}*/
/*.swiper_box .swiper-wrapper .swiper-slide img{*/
/*    height: 70%;*/
/*    vertical-align: middle;*/
/*}*/

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);

    /* Center slide text vertically */
    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;
}
.swiper_box{
    width: 1200px;
    height: 194px;
    margin-top: 30px;
    position: relative;
    padding-bottom: 30px;
}
.swiper_box .swiper-slide{
    margin-bottom: 5px;
    width: 285px!important;
    height: 90px;
    line-height: 90px;
    margin-right: 13px;
    background-color: #ffffff;
    border: solid 1px #efefef;
}
.swiper_box .swiper-slide img{
    height: 55%;
    vertical-align: middle;
}
.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);

    /* Center slide text vertically */
    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;
}

 .index_banner{
     width: 100%;
     height: 560px;
     background: url("../images/index2/banner.png")no-repeat;
     background-size: 100%   100%;
     overflow: hidden;
 }
 .banner_text{
     width: 1200px;
     margin: 140px auto 0 auto;
 }
 .banner_text h3{
     font-size: 46px;
     color: #fff;
     font-weight: 500;
 }
.banner_text hr{
    width: 69px;
    height: 5px;
    background-color: #f1971c;
    margin: 25px 0;
    border: none;
}
.banner_text p{
    width: 460px;
    font-size: 16px;
    color: #ffffff;
    overflow: hidden;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.banner_text a{
    width: 168px;
    height: 40px;
    display: block;
    /*background-color: #ffffff;*/
    border-radius: 4px;
    font-size: 18px;
    color: #f09616;
    margin-top: 30px;
    margin-left: 34px;
    text-align: left;
}
.banner_text a img{
    width: 168px;
    border: none;
}
.capability{
    width: 100%;
    height: 158px;
    overflow: hidden;
    background-color: #F5F4FA;
}
.capability ul{
    width: 1200px;
    height: 119px;
    margin: 39px auto 0;
    display: flex;
    justify-content:space-between;
}
.capability ul li{
    width: 120px;
    cursor: pointer;
    height: 110px;
}
.slogan{
    width: 100%;
    height: 45px;
    line-height:45px;
    font-size: 16px;
    color: #333333;
    /*background-color: red; */
}
.slogan img{
    /*float: left;*/
    margin-right: 8px;
    vertical-align: middle;
}
.go_btn{
    width: 98px;
    height: 28px;
    line-height: 28px;
    display: block;
    font-size: 14px;
    margin: 16px auto 0 auto;
    background-color: #e0e0e0;
    border-radius: 4px;
    color: #999999;
}
.go_btn .icon_hover{
    display: none;
}
.go_btn img {
    vertical-align: middle;
    margin :0 8px 0 5px;
}
.capability ul li:hover a{
    background-color: #ee8e16;
    color: #fff;
}
.capability ul li:hover .go_btn .icon_hover{
    display: inline-block;
}
.capability ul li:hover .go_btn .icon_show{
    display: none;
}
.About_us{
    width: 100%;
    height: 310px;
    display: flex;
    background-color: #D6D3E2;
}
.About_us_text{
    width: 923px;
    margin: 39px 68px;
    font-size: 16px;
    line-height: 28px;
    color: #3D3D3D;
    font-weight: 400;
}
.About_us_text a{
    display: block;
    width: 133px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 4px;
    margin-top: 30px;
}
.About_us_text a img{
    margin-right: 5px;
    vertical-align: middle;
}
#side{
    display: none;
}
