github.com/jincm/wesharechain@v0.0.0-20210122032815-1537409ce26a/web/r/cms/www/default/css/main.css (about)

     1  *{margin:0; padding:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box;}
     2  html, body{height:100%; font-size:14px; font-family:"Microsoft Yahei", "微软雅黑"}/*, SourceHanSans-Normal,-apple-system,Helvetica Neue,PingFang SC,Source Han Sans SC,Noto Sans CJK SC,Source Han Sans CN,Source Han Sans TC,"Microsoft Yahei",sans-serif,Verdana, Arial, Helvetica;*/
     3  a, a:hover, a:active, a:visited,a:focus{color:#444; text-decoration:none;}
     4  img{border:none; vertical-align:top;}
     5  input, select, textarea{outline:0; resize:none;}/*vertical-align:top;*/
     6  ol, ul, li{list-style:none;}
     7  p{word-wrap:break-word;}
     8  
     9  .wrap{position:relative; width:1180px; margin:0 auto;}
    10  .pointer{cursor:pointer;}
    11  .fl{float:left; display:inline;}
    12  .fr{float:right; display:inline;}
    13  .clearfix{zoom:1;}
    14  .clearfix:after{clear:both; display:block; content:'';}
    15  .phcolor{color:#aaa;}
    16  .bg-f6f6f6{background:#F6F6F6;}
    17  .ellipsis{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
    18  .b-index *, .b-bass *, .bm-case *, .b-contact *, .b-milestone *, .b-job *, .b-company *, .b-newslist *, .header *, .footer *{font-weight: 200;}
    19  area{cursor:pointer;}
    20  a{transition:all 0.5s}
    21  .btn{display:block; height:40px; line-height:38px; text-align:center; border:1px solid #fff; cursor:pointer;}
    22  /* 字体图标 */
    23  .icon2{background:url(../images/sprites_v7.png);}
    24  
    25  /*** 头部 ***/
    26  .header{position:absolute; z-index:99; width:100%; height:60px; background:transparent;}
    27  .header .wrap{width:1180px;}
    28  .header .logo{display:inline-block; width:144px; margin-top:11px; background-position:0px 0px;}
    29  .header .nav-group{float:right; height:60px;}
    30  .header .nav-group .nav-list{position:relative; float:left; margin:0px 0px 0px 65px;}
    31  .header .nav-group .nav-list .bumo-code-review{width: 124px; margin-top: 6px;}
    32  .header .nav-list .nav-a{display:block; padding:0px 4px; color:#fff; line-height:58px; font-size:16px; text-align:center; border-bottom:2px solid transparent;}
    33  .header .nav-list .nav-a:hover{color:#f0fbfb; border-bottom-color:transparent;}
    34  .header .nav-list.active .nav-a{color:#f0fbfb; border-bottom-color:#f0fbfb;}
    35  
    36  .header.fixed{position:fixed; top:0px; z-index:99; background:#fff; box-shadow:0 4px 8px rgba(0,0,0,.1);}
    37  .header.fixed .nav-list .nav-a{color:#444;}
    38  .header.fixed .nav-list .nav-a:hover{color:#589181; border-color:transparent;}
    39  .header.fixed .nav-list.active .nav-a{color:#589181; border-color:#589181;}
    40  .header-index.fixed{-webkit-transition:background .3s ease; -moz-transition:background .3s ease; -ms-transition:background .3s ease; -o-transition:background .3s ease; transition:background .3s ease;}
    41  
    42  .header .nav-group .sub-nav{position:absolute; top:60px; left:-25px; z-index:2; display:none; width:130px; background:#fff; border-radius:0px 0px 2px 2px; box-shadow:0 1px 3px rgba(66, 82, 74, 0.2);}
    43  .header .nav-group .sub-nav li{height:40px; line-height:40px; text-align:center; border-bottom:1px solid #f5f5f5;}
    44  .header .nav-group .sub-nav li:last-child{border-bottom:0px;}
    45  .header .nav-group .sub-nav li a{display:block; height:40px; line-height:40px; text-align:center; font-size:14px; color:#444;}
    46  .header .nav-group .sub-nav li a:hover{color:#589181;}
    47  .header .nav-list:hover .sub-nav{display:block;}
    48  
    49  /* 首页 - 轮播图 */
    50  .swiper-container{width:100%; height:600px;}
    51  .swiper-container .swiper-wrapper{height:600px;}
    52  .swiper-container .swiper-slide{width:100%; height:600px;}
    53  .swiper-container .slide-wrap{position:relative; width:100%; height:600px;}
    54  .swiper-container .slide-wrap .txt .tit{margin-bottom: 23px; color: #fff; font-size: 48px; font-weight: 500;}
    55  .swiper-container .slide-wrap .txt .slogan{margin-bottom: 79px; color: #fff; font-size: 20px;}
    56  .swiper-container .slide-wrap .txt .btn{width: 120px; height: 40px; font-size: 18px; color: #fff;}
    57  .swiper-container .slide-wrap .txt .btn:hover{color:#589181; border:1px solid #fff; background:#fff;}
    58   
    59  .swiper-container .slide-bubi{
    60  	background:-webkit-linear-gradient(top, #010425, #004242);
    61  	background:-moz-linear-gradient(top, #010425, #004242);
    62  	background:-ms-linear-gradient(top, #010425, #004242);
    63  	background:-o-linear-gradient(top, #010425, #004242);
    64  	background:linear-gradient(top, #010425, #004242);
    65  	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#010425, endColorstr=#004242);
    66  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#010425, endColorstr=#004242)";
    67  }
    68  .swiper-container .slide-bubi img.bg{position: absolute; top:100px; left: 50%; z-index:1; width: 1104px; margin-left: -552px;}
    69  
    70  .swiper-container .slide-bumeng{
    71  	background:-webkit-linear-gradient(top, #004543, #00b17d);
    72  	background:-moz-linear-gradient(top, #004543, #00b17d);
    73  	background:-ms-linear-gradient(top, #004543, #00b17d);
    74  	background:-o-linear-gradient(top, #004543, #00b17d);
    75  	background:linear-gradient(top, #004543, #00b17d);
    76  	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#004543, endColorstr=#00b27c);
    77  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#004543, endColorstr=#00b27c)";
    78  }
    79  .swiper-container .slide-bumeng .img{width:489px; margin-top: 100px;}
    80  .swiper-container .slide-bumeng .txt{width: 540px; margin-top: 200px;}
    81  
    82  .swiper-container .slide-bubix{
    83  	background:-webkit-linear-gradient(top, #000424, #044341);
    84  	background:-moz-linear-gradient(top, #000424, #044341);
    85  	background:-ms-linear-gradient(top, #000424, #044341);
    86  	background:-o-linear-gradient(top, #000424, #044341);
    87  	background:linear-gradient(top, #000424, #044341);
    88  	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000424, endColorstr=#044341);
    89  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#000424, endColorstr=#044341)";
    90  }
    91  .swiper-container .slide-bubix .img{width:525px; margin-top:120px; margin-right:100px;}
    92  .swiper-container .slide-bubix .txt{width: 450px; margin-top: 200px; margin-left:100px;}
    93  
    94  .swiper-container .slide-bunuo{ 
    95  	background:-webkit-linear-gradient(top, #04272a, #259c82);
    96  	background:-moz-linear-gradient(top, #04272a, #259c82);
    97  	background:-ms-linear-gradient(top, #04272a, #259c82);
    98  	background:-o-linear-gradient(top, #04272a, #259c82);
    99  	background:linear-gradient(top, #04272a, #259c82);
   100  	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#042829, endColorstr=#249b82);
   101  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#042829, endColorstr=#249b82)";
   102  }
   103  .swiper-container .slide-bunuo .img{width: 417px; margin-top:110px; margin-right: 50px;}
   104  .swiper-container .slide-bunuo .txt{width: 600px; margin-top: 200px; margin-left: 50px;}
   105  
   106  .swiper-container .slide-bumo{ 
   107  	background:-webkit-linear-gradient(top, #04272a, #259c82);
   108  	background:-moz-linear-gradient(top, #04272a, #259c82);
   109  	background:-ms-linear-gradient(top, #04272a, #259c82);
   110  	background:-o-linear-gradient(top, #04272a, #259c82);
   111  	background:linear-gradient(top, #04272a, #259c82);
   112  	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#042829, endColorstr=#249b82);
   113  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#042829, endColorstr=#249b82)";
   114  }
   115  .swiper-container .slide-bumo .img{width: 1176px; height:400px; margin-top:110px;}
   116  .swiper-container .slide-bumo .txt{position: absolute; bottom: 35px;}
   117  
   118  .swiper-container .slide-bumo-graduation-competition{
   119  	background:-webkit-linear-gradient(left, #2b1e66, #183781);
   120  	background:-moz-linear-gradient(left, #2b1e66, #183781);
   121  	background:-ms-linear-gradient(left, #2b1e66, #183781);
   122  	background:-o-linear-gradient(left, #2b1e66, #183781);
   123  	background:linear-gradient(left, #2b1e66, #183781);
   124  	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#042829, endColorstr=#249b82);
   125  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#042829, endColorstr=#249b82)";
   126  }
   127  .swiper-container .slide-bumo-graduation-competition .img{width: 1180px; height:400px; margin-top:110px;}
   128  .swiper-container .slide-bumo-graduation-competition .txt{position: absolute; bottom: 60px; left: 50px;}
   129  /* .swiper-container .slide-bumo-graduation-competition .txt .btn{color: #fff24e; background: transparent; border: 1px solid #fff24e;}
   130  .swiper-container .slide-bumo-graduation-competition .txt .btn:hover {color: #412b85; background: #f9d864; border: 1px solid #f9d864;} */
   131  
   132  /* pagination */
   133  .swiper-container .swiper-pagination {position: absolute; z-index: 20; bottom: 33px; width: 100%; text-align: center; }
   134  .swiper-container .swiper-pagination-bullet {position:relative; display: inline-block; width: 60px; height: 2px; border-radius: 8px; background: #80d8be; margin: 0 5px; cursor: pointer; border-radius: 0px;}
   135  .swiper-container .swiper-pagination-bullet:before {content: ''; position: absolute; top: -4px; width: 100%; height: 4px; left: 0px;}
   136  .swiper-container .swiper-pagination-bullet:after {content: ''; position: absolute; top: 2px; width: 100%; height: 4px; left: 0px;}
   137  .swiper-container .swiper-pagination-bullet-active {background: #fff; }
   138  
   139  /* 首页 - WeShare链网络 */
   140  .bubix{position:relative; height:560px; background: #fff;}
   141  .bubix .wrap{padding:0px 30px;}
   142  .bubix .wrap img{width:540px; margin-top:26px;}
   143  .bubix .tit2{margin-bottom:50px; padding-top:50px; text-align:center; color:#000;font-size:30px; font-weight:500;}
   144  .bubix .txt{width:500px;}
   145  .bubix .txt .info{margin-bottom:5px; color: #589181; font-size: 18px; line-height: 30px;}
   146  .bubix .txt .feature-group{overflow:hidden;}
   147  .bubix .txt .feature-item{margin:10px 0px;}
   148  .bubix .txt .feature-item h3{color:#000; line-height: 30px; font-weight: 500;}
   149  .bubix .txt .feature-item span{color: #939393; line-height: 14px;}
   150  .bubix .btn{width: 100px; height: 36px; margin-top:30px; color: #589181; font-size: 16px; line-height: 34px; border: 1px solid #589181; border-radius: 0px;}
   151  .bubix .btn:hover{color: #fff; background: #589181; transition:all 0.3s;}
   152  
   153  /* 首页 - bass */
   154  /* .bass{height:619px; padding-top:80px; background: #fff;}
   155  .bass .wrap{padding:0px 30px;}
   156  .bass .wrap img{width:421px; margin-top:26px;}
   157  .bass .txt{width:480px; height:500px;}
   158  .bass .txt .info{margin-bottom:26px; color: #589181; font-size: 20px; line-height: 35px;}
   159  .bass .txt ul{overflow:hidden;}
   160  .bass .txt li{width:240px; margin:15px 0px;}
   161  .bass .txt .i-yes{float: left; width: 25px; height: 25px; margin-right:10px; background-position: -479px 1px;}
   162  .bass .btn{width: 150px; height: 36px; margin-top:30px; color: #589181; font-size: 16px; line-height: 34px; border: 1px solid #589181; border-radius: 0px;}
   163  .bass .btn:hover{color: #fff; background: #589181; transition:all 0.3s;} */
   164  
   165  /* 首页 - 行业应用 */
   166  .scene-wrap{width:100%; margin-top:20px; background: #373D41;}
   167  .scene-wrap .scene-group{width:100%; margin:0 auto;}
   168  @media screen and (min-width: 1440px) {
   169  	.scene-wrap .scene-group{width:1440px;}
   170  }
   171  .scene-group .scene-item{position:relative; width:20%; transition: margin-top 0.5s;}
   172  .scene-group .scene-item img{width:100%;}
   173  .scene-group .scene-item .mask{position: absolute; top:0px; width:100%; height:100%; background: #589181; opacity: 0; filter:alpha(opacity=0);}
   174  .scene-group .scene-item .cnt{position: absolute; top:0px; width:100%; height: 100%; color:#fff;}
   175  .scene-group .scene-item .cnt img.i{position: absolute; top:18%; left: 50%; width:80px; height: 82px; margin-left: -39px; opacity:0.7; filter:alpha(opacity=70);}
   176  .scene-group .scene-item .cnt .line{position:absolute; top:50%; left:50%; width:100px; height:1px; margin-left:-50px; background:#b6b6b6;}
   177  .scene-group .scene-item .cnt h3{position: absolute; top: 67%; width: 100%; font-size:24px; text-align:center; opacity:0.7; filter:alpha(opacity=70);}
   178  .scene-group .scene-item .cnt p{position: absolute; top:50%; width: 100%; padding:0px 15px; opacity:0; filter:alpha(opacity=0); line-height:25px;}
   179  .scene-group .scene-item .cnt a.btn{position: absolute; top:80%; left:50%; width: 100px; height: 36px; margin-left:-50px; line-height: 34px; color: #fff; opacity:0; filter:alpha(opacity=0);}
   180  .scene-group .scene-item .cnt a.btn:hover{background:#fff; color:#589181; border-color:#fff;}
   181  .scene-group .scene-item.active{margin-top:-20px;}
   182  .scene-group .scene-item.active .mask{opacity: 1; filter:alpha(opacity=100);}
   183  .scene-group .scene-item.active .cnt img.i{top:6%; opacity:1; filter:alpha(opacity=100);}
   184  .scene-group .scene-item.active .cnt .line{opacity:0; filter:alpha(opacity=0);}
   185  .scene-group .scene-item.active .cnt h3{top:33%; opacity:1; filter:alpha(opacity=100);}
   186  .scene-group .scene-item.active .cnt p{opacity:1; filter:alpha(opacity=100);}
   187  .scene-group .scene-item.active .cnt a{opacity:1; filter:alpha(opacity=100);}
   188  
   189  /*** 首页-我们的优势 ***/
   190  .advantage{position:relative; z-index:-1; min-height:600px; padding-bottom:1px; background:#f0f8f7;}
   191  .advantage .tit2{margin-bottom:50px; padding-top:50px; text-align:center; color:#000;font-size:30px; font-weight:400;}
   192  .advantage .btn{width:160px; height:36px; margin:50px auto 50px; color:#589181; font-size: 16px; line-height:34px; border: 1px solid #589181; border-radius:0px;}
   193  .advantage .btn:hover{color: #fff; background: #589181; transition:all 0.3s;}
   194  .advantage .avt-group{height:387px; padding-left: 11px;}
   195  .advantage .avt-group .avt-item{width:386px; height:194px; padding:40px 35px; text-align:left; border:1px solid transparent;}
   196  .advantage .avt-group .avt-item .cnt{margin-left:138px;}
   197  .advantage .avt-group .avt-item h3{position:relative; margin:15px auto 10px; font-size:18px; color:#000; font-weight:400;}
   198  .advantage .avt-group .avt-item p{font-size:14px; color:#333; line-height:25px;}
   199  .advantage .avt-group .avt-item .i-adv1{width: 80px; height: 80px; margin-top: 15px;}
   200  .advantage .avt-group .avt-item .i-adv2{width: 80px; height: 80px; margin-top: 15px;}
   201  .advantage .avt-group .avt-item .i-adv3{width: 80px; height: 80px; margin-top: 15px;}
   202  .advantage .avt-group .avt-item .i-adv4{width: 80px; height: 80px; margin-top: 15px;}
   203  .advantage .avt-group .avt-item .i-adv5{width: 80px; height: 80px; margin-top: 15px;}
   204  .advantage .avt-group .avt-item .i-adv6{width: 80px; height: 80px; margin-top: 15px;}
   205  .advantage .avt-group .avt-item.active{background:#fff; border:1px solid #d8dbdb; box-shadow:0px 0px 12px #b6dcd9;}
   206  .advantage .avt-group .avt-item.active .i-adv1{background-position: -553px -223px;}
   207  .advantage .avt-group .avt-item.active .i-adv2{background-position: -652px -223px;}
   208  .advantage .avt-group .avt-item.active .i-adv3{background-position: -744px -226px;}
   209  .advantage .avt-group .avt-item.active .i-adv4{background-position: -845px -223px;}
   210  .advantage .avt-group .avt-item.active .i-adv5{background-position: -941px -226px;}
   211  .advantage .avt-group .avt-item.active .i-adv6{background-position: -1052px -223px;}
   212  
   213  /*** 首页-更多应用场景 ***/
   214  .solutions{position:relative; z-index:-1; width:100%; height:770px; overflow:hidden; background:#fff;}
   215  .solutions .tit2{margin-bottom:50px; padding-top:50px; text-align:center; color:#000;font-size:30px; font-weight:400;}
   216  .solutions .circle{position:absolute; left:50%; top:115px; z-index:-1; width:944px; height:600px; margin:0px 0px 0px -472px;}
   217  .solutions .circle4{position:absolute; left:50%; top:50%; width:1057px; height:339px; margin:-169.5px 0px 0px -528.5px; border:1px dashed #5bc09e; border-radius:50%;}
   218  .solutions .circle4 .i-slogo{position:absolute; top:50%; left:50%; width:401px; height:274px; margin:-137px 0px 0px -200px; background-position:0px -505px;}
   219  .solutions .bubi{position: absolute; top: 50%; left: 50%; width: 244px; margin: -137px 0px 0px -122px;}
   220  .solutions .circle4 .i-icon{display:block; width:78px; height:78px; /*background:#5bc09e url(../images/sprites_v7.png);*/ border-radius:50%;}
   221  .solutions .circle4 .gycs{position:absolute; top:-40px; left:250px;}
   222  .solutions .circle4 .dzfp{position:absolute; top:-10px; left:720px;}
   223  .solutions .circle4 .wlwgx{position:absolute; top: 120px; left: -20px;}
   224  .solutions .circle4 .lhzx{position:absolute; top: 170px; left:980px;}
   225  .solutions .circle4 .yljl{position:absolute; top:261px; left:210px;}
   226  .solutions .circle4 .sjaq{position:absolute; top:310px; left:600px;}
   227  .solutions .circle4 .i-gycs{background-position:-501px -333px;}
   228  .solutions .circle4 .box .small{position: absolute; top: -15px; left: -15px; z-index: -1; width:109px; height:109px; border-radius:50%; background:#c2f6e4; transform: scale(0.5);}
   229  .solutions .circle4 .box .big{position: absolute; top: -35px; left: -35px; z-index: -2; width:148px; height:148px; border-radius:50%; background:#edfdf8; transform: scale(0.5);}
   230  .solutions .circle4 .i-dzfp{background-position:-614px -333px;}
   231  .solutions .circle4 .i-wlwgx{background-position:-727px -333px;}
   232  .solutions .circle4 .i-lhzx{background-position:-840px -333px;}
   233  .solutions .circle4 .i-yljl{background-position:-953px -333px;}
   234  .solutions .circle4 .i-sjaq{background-position:-1066px -333px;}
   235  .solutions .circle4 p{font-size: 18px; color: #6c6c6c;}
   236  .solutions .circle4 .gycs p{margin-top: -105px; margin-left: -75px;}
   237  .solutions .circle4 .dzfp p{margin-top: -119px; margin-left: 64px;}
   238  .solutions .circle4 .wlwgx p{margin-top: 2px; margin-left: -49px;}
   239  .solutions .circle4 .lhzx p{width:100px; margin-top: 5px; margin-left: 49px;}
   240  .solutions .circle4 .yljl p{margin-top:5px; text-align:center;}
   241  .solutions .circle4 .sjaq p{margin-top:-6px; margin-left:81px;}
   242  
   243  .gycs{position:absolute; top:-60px; left:250px;}
   244  .small{position: absolute; top: -15px; left: -15px; z-index: -1; width:118px; height:118px; border-radius:50%; background:#c2f6e4; transform: scale(0.5);}
   245  .big{position: absolute; top: -35px; left: -35px; z-index: -2; width:157px; height:157px; border-radius:50%; background:#edfdf8; transform: scale(0.5);}
   246  
   247  @keyframes myfirst{
   248  	0% {transform: scale(0.5);}
   249  	90% {transform: scale(1);}
   250  	100% {transform: scale(0.5);}
   251  }
   252  @keyframes myfirst2{
   253  	0% {transform: scale(0.7);}
   254  	90% {transform: scale(1);}
   255  	100% {transform: scale(0.5);}
   256  }
   257  .solutions .circle4 .active .small{animation:myfirst2 3s ease forwards;}
   258  .solutions .circle4 .active .big{animation:myfirst 3s ease forwards;}
   259  
   260  .solutions .i-sdata{position:absolute; top:28px; left:331px; width:89px; height:89px; background-position:-100px -190px;}
   261  .solutions .i-swelfare{position:absolute; top:187px; left:409px; width:89px; height:89px; background-position:-201px -190px;}
   262  .solutions .i-svote{position:absolute; top:341px; left:339px; width:89px; height:89px; background-position:-201px -290px;}
   263  .solutions .i-credit{position:absolute; top:336px; left:139px; width:89px; height:89px; background-position:-100px -290px;}
   264  .solutions .i-publicity{position:absolute; top:192px; left:58px; width:89px; height:89px; background-position:0px -291px;}
   265  .solutions .i-medical{position:absolute; top:45px; left:142px; width:89px; height:89px; background-position:0px -190px;}
   266  /* 点缀的圆 */
   267  .solutions .circle .adorns{position:absolute; z-index:-1; border-radius:50%;}
   268  .solutions .circle .adorns.left1{top: 392px; left: -50px; width: 20px; height: 20px; background: #9ff5d8;}
   269  .solutions .circle .adorns.left2{top: 535px; left: 324px; width: 26px; height: 26px; background: #a4a7db;}
   270  .solutions .circle .adorns.left3{top: 217px; left: 61px; width: 35px; height: 35px; background: #7175c6;}
   271  .solutions .circle .adorns.left4{top: 258px; left: 200px; width: 14px; height: 14px; background: #8c97cb;}
   272  .solutions .circle .adorns.right1{top: 75px; left: 633px; width: 34px; height: 34px; background: #addfce;}
   273  .solutions .circle .adorns.right2{top: 150px; left: 957px; width: 21px; height: 21px; background: #7175c6;}
   274  .solutions .circle .adorns.right3{top: 439px; left: 740px; z-index: 1; width: 27px; height: 27px; background: #8b8ed0;}
   275  
   276  /* 首页 - 合作伙伴 */
   277  .partner{position:relative; z-index:-1; width:100%; padding-bottom:30px;; overflow:hidden; background:#f0f8f7;}
   278  .partner .tit2{margin-bottom:50px; padding-top:50px; text-align:center; color:#000;font-size:30px; font-weight:400;}
   279  
   280  /* 首页 - 企业资讯 */
   281  .news{position:relative; z-index:-1; width:100%; margin-bottom:50px; overflow:hidden; background:#fff;}
   282  .news .tit2{margin-bottom:50px; padding-top:50px; text-align:center; color:#000;font-size:30px; font-weight:400;}
   283  .news .news-group{overflow: hidden;}
   284  .news .news-group .news-item{position:relative; width:376px; height:201px;}
   285  .news .news-group .news-item:nth-child(2){margin:0px 25px;}
   286  .news .news-group .news-item img{width:100%; height:100%;}
   287  .news .news-group .news-item p{position:absolute; bottom:0px; width:100%; height:50px; padding:0px 15px; line-height: 50px; font-size: 16px; text-align:center; color:#fff; background:rgba(88, 145, 129, 0.9);}
   288  
   289  /* 首页 - 连接商业价值,融合价值创新 */
   290  .footer-banner{height:100px; background:#589181;}
   291  .footer-banner img{display:block; margin-left: -113px;}
   292  .footer-banner .particles-js{width:1180px; height:100px;}
   293  .footer-banner h2{position: absolute; top: 50%; left: 50%; margin-left: -156px; margin-top: -15px; font-size: 24px; color: #fff;}
   294  
   295  /* 首页 - 合作伙伴 */
   296  .partner-group{width:1200px; margin-top:-10px; overflow:hidden;}
   297  .partner-group .partner-item{position:relative; width:180px; height:71px; margin:0px 20px 20px 0px; text-align:center; cursor:pointer; background: #fff;}
   298  
   299  .partner-group .partner-item .company{position:absolute; top: 23px; width: 100%; font-size: 18px; color: #fff; font-weight: 500; opacity:0;}
   300  .partner-group .partner-item img{margin-top:-4px;}
   301  .partner-group .partner-item.hikingjm img{width:160px; margin-top:0px;}
   302  .partner-group .partner-item.crcb img, .partner-group .partner-item.cfca img, .partner-group .partner-item.cpcn img,
   303  .partner-group .partner-item.huaan img{width:160px; margin-top:0px;}
   304  .partner-group .partner-item.gyb img{width:160px; margin-top:0px;}
   305  .partner-group .partner-item.bsb img{width:160px; margin-top:0px;}
   306  .partner-group .partner-item.azure img{width:160px; margin-top:0px;}
   307  .partner-group .partner-item.active{background:#589181;}
   308  .partner-group .partner-item.active:after{content:''; position: absolute; top:0px; left:0px;}
   309  .partner-group .partner-item.active img{opacity:0; filter:alpha(opacity=0);}
   310  .partner-group .partner-item.active .company{opacity:1; filter:alpha(opacity=100);}
   311  /*.partner-group .partner-item.bumeng img{width: 195px; margin-top: 9px;}
   312  .partner-group .partner-item.aliyun img{width: 170px; margin-top: 12px;}
   313  .partner-group .partner-item.jgl img{width: 150px; margin-top: 6px;}
   314  .partner-group .partner-item.digichain img{margin-top: 2px;}
   315  .partner-group .partner-item.wuchain img{width: 130px; margin-top: 2px;}
   316  .partner-group .partner-item.picc img{width: 230px; margin-top: 4px;}*/
   317  
   318  /*** 应用案例 ***/
   319  .bm-case .banner-head{position:relative; height:430px; margin-top:60px; background:#00b67e;}
   320  .bm-case .banner-head .txt, .bm-case .banner-head .img-wrap{width:50%; height:430px;}
   321  .bm-case .banner-head .txt{padding-left:45px;}
   322  .bm-case .banner-head .txt .tit{margin-top: 128px; color:#fff; font-size:44px; font-weight:400;}
   323  .bm-case .banner-head .txt .cnt{margin-top:30px; color:#fff; font-size:20px; line-height:36px;}
   324  .bm-case.case-finance .banner-head{background:#019eeb;}
   325  .case-share-bond .banner-head{background:#03bea6;}
   326  .case-supply-chain .banner-head{background:#5c39cd;}
   327  .case-publicity .banner-head{background:#fe6e17;}
   328  
   329  .bm-case.case-asset .banner-head img{width:545px; margin-top:40px;}
   330  .bm-case.case-asset .case-solution .img-wrap{width:681px; height:446px;}
   331  .bm-case.case-finance .banner-head img{width:545px; margin-top:60px;}
   332  .bm-case.case-finance .case-solution .img-wrap{width:737px; height:424px;}
   333  .bm-case.case-share-bond .banner-head img{width:545px; margin-top:40px;}
   334  .bm-case.case-share-bond .case-solution .img-wrap{width:704px; height:422px;}
   335  .bm-case.case-supply-chain .banner-head img{width:545px; margin-top:50px;}
   336  .bm-case.case-supply-chain .case-solution .img-wrap{width:682px; height:393px;}
   337  .bm-case.case-publicity .banner-head img{width:545px; margin-top:65px;}
   338  .bm-case.case-publicity .case-solution .img-wrap{width:713px; height:409px;}
   339  
   340  /* 解决方案-行业痛点 */
   341  .bm-case .case-solution{padding-bottom:50px; background:#fff;}
   342  .bm-case .case-solution .wrap{color:#444; overflow:hidden;}
   343  .bm-case .case-solution .wrap .tit2{margin-bottom:50px; padding-top:50px; color:#000; font-size:36px; font-weight: 400; text-align:center;}
   344  .bm-case .case-solution .img-wrap{position:relative; width:800px;}
   345  .bm-case .case-solution .img-wrap img{position:absolute; width:100%;}
   346  .bm-case .case-solution .img-wrap .img2{z-index:15;}
   347  .bm-case .case-solution .wrap .intro{position:relative; width:306px; padding:20px; color:#333; font-size:14px; line-height:31px; font-weight:200; text-align:left; text-indent: 2em;}
   348  .bm-case .case-solution .wrap .intro .cnt{display:none;}
   349  .bm-case .case-solution .wrap .intro .cnt.active{display:block;}
   350  .bm-case .case-solution .wrap .intro:before{content:''; position:absolute; top:0px; right:0px; width:60px; height:60px; border:1px solid #589181; border-left: 0px; border-bottom: 0px;}
   351  .bm-case .case-solution .wrap .intro:after{content:''; position:absolute; bottom:0px; left:0px; width:60px; height:60px; border:1px solid #589181; border-right: 0px; border-top: 0px;}
   352  .bm-case .feature{padding:70px 0px 50px; background:#f0f8f7;}
   353  .bm-case .feature .feature-group{height:300px;}
   354  .bm-case .feature-group .feature-item{position:relative; width:373px; height:300px; padding:75px 25px 0px 25px; border:1px solid #d8dbdb; background:#fff;}
   355  .bm-case .feature-group .feature-item .feature-icon{position: absolute; top: -20px; right: 10px; width: 180px;}
   356  .bm-case .feature-group .feature-item .i-issuer{}
   357  .bm-case .feature-group .feature-item .i-channel{}
   358  .bm-case .feature-group .feature-item .i-user{}
   359  .bm-case .feature-group .feature-item.center{margin:0px 30px;}
   360  .bm-case .feature-group .feature-item h3{margin-bottom:25px; color:#000; font-size: 24px;}
   361  .bm-case .feature-group .feature-item p{color:#333; font-size: 14px; line-height:25px;}
   362  
   363  .bm-case .app{position:relative; padding-bottom:50px;}
   364  .bm-case .app .wrap{overflow:hidden;}
   365  .bm-case .app .tit2{margin-bottom:50px; padding-top:50px; color:#000; font-size:36px; font-weight: 400; text-align:center;}
   366  .bm-case .app .fl{width:50%;}
   367  .bm-case .app .fl img{width: 523px;}
   368  .bm-case .app .fl p.slogan{margin-bottom:30px;}
   369  .bm-case .app .fl p{color:#333; font-size:14px; line-height:25px;}
   370  .bm-case .app .fl .btn{width:180px; height: 38px; margin:40px 0px 0px; color: #589181; font-size: 16px; border: 1px solid #589181; line-height: 36px;}
   371  .bm-case .app .fl .btn:hover{color: #fff; background: #589181; transition:all 0.3s;}
   372  
   373  /* 白皮书 */
   374  .pdf{width:100%; height:100%; overflow:hidden;}
   375  .pdf .pdf-object{width:100%; height:100%;}
   376  .pdf .pdf-object-object{width:100%; height:100%;}
   377  
   378  /*** 关于框架 banner ***/
   379  .b-about{position:relative; padding-top:60px; background: #f0f8f7;}
   380  .b-about .banner{position:relative; z-index:2; height:320px; background:#989aa3 url(../images/banner-fvedidfj478.png) no-repeat center;}
   381  .b-about .banner .txt{position:absolute; left:50%; top:122px; width:500px; margin-left:-250px; text-align:center;}
   382  .b-about .banner .tit1{color: #fff; font-size: 36px; font-weight: 300;}
   383  .b-about .banner .en{color:#e8fdfa; font-size:16px;}
   384  
   385  .b-company .banner{background:#113a50 url(../images/banner_about.png) no-repeat center;}
   386  .b-contact .banner{background:#889ea6 url(../images/banner_concat.png) no-repeat center;}
   387  .b-job .banner{background:#acafb1 url(../images/banner_job.png) no-repeat center;}
   388  .b-milestone .banner{background:#9e9d9e url(../images/banner_milestone.png) no-repeat center;}
   389  
   390  /*** 关于框架 二级菜单 ***/
   391  .b-about .subnav{position: absolute; bottom: -30px; left: 50%; width:1180px; height:60px; margin-left: -590px; background:#fff; box-shadow: 1px 1px 3px #bbb;}
   392  .b-about .subnav .tab{width:1030px; height:60px; margin:0 auto; padding:5px 0px;}
   393  .b-about .subnav .tab-item{position: relative; float:left; width:206px; line-height:50px; color:#444; font-size:16px; text-align:center;}
   394  .b-about .subnav .tab-item::after{content:''; position:absolute; top:16px; right:0px; width:1px; height:18px; background:#b7b7b7;}
   395  .b-about .subnav .tab-item.last::after{width:0px;}
   396  .b-about .subnav .tab-item.active a{color:#589181; font-weight:500;}
   397  .b-about .subnav .tab-item a{color:#000; font-size:18px;}
   398  .b-about .subnav .tab-item a:hover{color:#589181;}
   399  .b-about .content{position:relative;}
   400  
   401  /*** 关于框架 内容区 ***/
   402  .b-about .contain{position:relative; padding: 51px 0px 50px; overflow:hidden;}
   403  .b-about .contain .tit1{margin:45px auto 40px; color:#000; font-size:30px; font-weight:400; text-align:center;}
   404  
   405  /*** 企业资讯 列表 ***/
   406  .b-newslist .news-group .news-item{max-height:350px; margin-bottom: 20px; overflow: hidden; background:#fff; border: 1px solid #fff;}
   407  .b-newslist .news-group .news-item:hover{border:1px solid #dcdcdc; box-shadow:0px 0px 10px #d2e2de;}
   408  .b-newslist .news-group .news-item .fl{width:50%; padding: 20px 0px 20px 20px;}
   409  .b-newslist .news-group .news-item a{height:350px;}
   410  .b-newslist .news-group .news-item img{width: 100%; max-height: 310px;}
   411  .b-newslist .news-group .news-item .txt{height:100%; padding:42px 48px;}
   412  .b-newslist .news-group .news-item .txt .tit2{margin-bottom: 22px; font-size: 20px; color:#000; font-weight:500;}
   413  .b-newslist .news-group .news-item .txt .time{margin-bottom: 29px; color:#939393;}
   414  .b-newslist .news-group .news-item .txt .summary{color: #939393; line-height: 25px; }
   415  .b-newslist .page-group{width: 102px; margin:0px auto 0px; padding-top:20px; text-align: center; overflow:hidden;}
   416  .b-newslist .page-group .page-item{width:40px; height:40px; border:1px solid #b7b7b7; color:#b7b7b7; font-size:24px; text-align:center; line-height:38px; cursor:pointer;}
   417  .b-newslist .page-group .page-item.left{margin-right:22px;}
   418  .b-newslist .page{padding-top:20px; color:#999; text-align:center; font-size:16px;}
   419  .b-newslist .page a{color:#999;}
   420  .b-newslist .page a:hover{color:#589181;}
   421  .b-newslist .page a[disabled]:hover, .b-newslist .page a:disabled {color: #999; cursor: default;}
   422  
   423  
   424  /*** 企业资讯 内容 ***/
   425  .b-news .banner .txt{top:135px;}
   426  .b-news .content .wrap{width:1060px;}
   427  .b-news .wrap .return{display:block; padding:18px 0px; color:#589181; font-weight: 200;}
   428  .b-news .wrap .return .position{color:#589181;}
   429  .b-news .contain{margin:0 auto 30px; padding:52px 40px 50px; border:1px solid #d6d6d6; background: #fff;}
   430  .b-news .contain .tit1{margin:0px auto 15px; color:#333; font-size:30px; font-weight:400; text-align:left;}
   431  .b-news .contain .meta{margin-bottom:24px; color:#999; font-weight: 200;}
   432  .b-news .contain .meta .time{margin-right: 45px;}
   433  .b-news .contain .cnt p img{max-width:100%}
   434  .b-news .relation-group{margin-bottom: 30px;}
   435  .b-news .relation-group .relation-item{color:#939393; font-size:16px; line-height:32px; font-weight: 200;}
   436  .b-news .relation-group .relation-item a{color:#939393;}
   437  .b-news .relation-group .relation-item a:hover{color:#589181;}
   438  
   439  /*** 招聘需求 ***/
   440  .b-job .job{width:1180px; overflow:hidden;}
   441  .b-job .job .job-item{position:relative; height:120px; margin-bottom:20px; padding:25px 40px; background: #fff; border:1px solid #dcdcdc; overflow:hidden;}
   442  .b-job .job .job-item.active{height:auto;}
   443  /*.b-job .job .job-item:hover{border-color:#fff; box-shadow:2px 10px 30px #e8e8e8;}*/
   444  .b-job .job-item .icon-jia{position:absolute; top:27px; right:30px; width:33px; height:28px; background-position:-230px 0px;}
   445  /*.b-job .job-item:hover .icon-jia{background-position:-273px 0px; cursor:pointer;}*/
   446  .b-job .job-item .tit2{color:#333; font-size:20px; margin-bottom:12px; font-weight:400;}
   447  .b-job .job-item .intro{margin-bottom:12px; color:#999; font-size:16px; line-height:32px;}
   448  .b-job .job-item .duty-hack dt{margin-top:17px;}
   449  .b-job .job-item dt{margin:5px 0px 5px; color:#000; font-size:14px;}
   450  .b-job .job-item dd{color:#939393; font-size:14px; line-height:32px;}
   451  .b-job .job-item .ellipsis{position:absolute; left:0; bottom:0px; width:100%; height:20px; background:#fff; letter-spacing:4px;}
   452  .b-job .job-item .view-more{position: absolute; top: 52px; right: 40px; width:31px; cursor:pointer; transition:all 0.5s;}
   453  .b-job .job-item .view-more.active{transform:rotate(-180deg); -ms-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -webkit-transform:rotate(-180deg); -o-transform:rotate(-180deg);}
   454  .b-job .job-item .demand{margin-bottom:35px;}
   455  .b-job .job-item .email{margin-top: 35px; font-size: 14px; color: #939393;}  
   456  .b-job .job-item.last{margin-bottom:0px;}
   457  .b-job .bg1{position:absolute; top:-51px; right: -191px; width:615px;}
   458  .b-job .bg2{position:absolute; bottom:-114px; left:0px; width:740px;}
   459      
   460  
   461  /*** 联系我们 ***/.sprites-contact{background:url(../images/sprites-contact.png);}
   462  /*.b-contact .contain{margin-bottom:45px;}*/
   463  .b-contact .map{position:relative; height:750px; border:1px solid #d5dcde; background:#fcf9f2;}
   464  .b-contact .map .address{position:absolute; z-index:9; background:rgba(0, 0, 0, 0.57); width: 460px; height:748px; padding: 73px 70px;}
   465  .b-contact .map .address .address-item{position:relative; clear: both; width: 320px; height:69px; margin-bottom: 20px; background: #599282; opacity: 1; filter:alpha(opacity=100); padding: 22px; overflow:hidden;}
   466  .b-contact .map .address .address-item .s-icon{position: absolute; top: 29px; right: 20px; width: 16px; height: 11px; background-position: -26px 0px; cursor:pointer;}
   467  .b-contact .map .address .address-item.active{height:160px;}
   468  .b-contact .map .address .address-item.active .s-icon{position: absolute; width: 16px; height: 11px; right: 20px; top: 29px; background-position:0px 0px;}
   469  .b-contact .map .address .address-item h2{font-size:19px; margin-bottom:24px; color:#fff; font-weight:400;}
   470  .b-contact .map .address .address-item p{font-size:14px; color:#fff; line-height: 25px;}
   471  .b-contact .map .address .address-item p span{display: inline-block; margin-top: -25px; padding-left:71px;}
   472  .b-contact .map .iframe{position:absolute; top:0px; left:0px; opacity:0; filter:alpha(opacity=0);}
   473  .b-contact .map .iframe.active{z-index:5; opacity:1; filter:alpha(opacity=100);}
   474  
   475  /*** 关于我们 ***/
   476  .b-company .contain{}
   477  .b-company .bg{position: absolute; top: 0px; left: 50%; width: 1500px; margin-left: -750px;}
   478  .b-company .contain .txt{width:100%; margin: 0 auto; padding:35px 30px 16px;  border: 1px solid #d8dbdb;  background: #fff;}
   479  .b-company .contain .txt .tit2{padding: 0px 0px 21px; text-align: center; font-weight: 400; font-size: 14px;}
   480  .b-company .contain .txt p{margin-bottom:19px; font-size: 14px; color: #666; line-height: 26px; text-indent: 2em;}
   481  
   482  .b-milestone{background:#fff;}
   483  .b-milestone .contain{padding-top: 87px;}
   484  .b-milestone .contain .txt{position:relative; height:1142px;}
   485  .b-milestone .contain .milestone{position:absolute; right:70px; z-index:1px; width:800px;}
   486  .b-milestone .contain .bg{position:absolute; top: -82px;  left: -157px; z-index:0; width:1500px;}
   487  .b-milestone .contain .icon{position: absolute;}
   488  .b-milestone .contain .icon1{top: 413px; right: 32px; width: 75px;}
   489  .b-milestone .contain .icon2{top: 65px; left: 159px; width: 74px;}
   490  .b-milestone .contain .icon3{top: 733px; left: 94px; width: 92px;}
   491  .b-milestone .contain .icon4{top: 782px; left: 734px; width: 65px;}
   492  .b-milestone .contain .icon5{top: 959px; left: 400px; width: 38px;}
   493  .b-milestone .contain .more{position: absolute; bottom: 0px; width: 100%; text-align: center;}
   494  .b-milestone .contain .more .more-item{display: inline-block; width: 9px; height: 9px; background: #589181; border-radius: 50%;}
   495  .b-milestone .contain .year-group{position: absolute;}
   496  .b-milestone .contain .year-item span{font-size: 30px; font-family: consolas;}
   497  .b-milestone .contain .year-item p{margin-left: 80px; margin-bottom:15px; padding-top:11px; color:#666; font-size:16px; line-height:30px;}
   498  .b-milestone .year2012{top: 7px; right: 115px; width: 600px;}
   499  .b-milestone .year2014{top: 182px; right: 66px; width: 600px;}
   500  .b-milestone .year2015{top: 343px; left: 172px; width: 540px;}
   501  .b-milestone .year2016{top: 611px; right: 17px; width: 635px;}
   502  .b-milestone .year2017{top: 880px; right: -33px; width: 475px;}
   503  
   504  /*** 公司简介 ***/
   505  .b-intro .content{width:100%; margin-top:40px;}
   506  .b-intro .content .txt{float:left; padding:44px; width:700px; height:313px; color:#fff; background:#3aa595;}
   507  .b-intro .content .txt .tit2{margin-bottom:25px; font-size:20px;}
   508  .b-intro .content .txt .cnt{margin-bottom:25px; line-height:25px;}
   509  .b-intro .content .img{float:right; width:280px; height:313px;}
   510  
   511  /* 产品服务 - 产品服务 */
   512  .b-bass .banner{padding:50px 0px 50px;}
   513  .b-bass .banner .tit2{padding:0px 0px 50px; font-size:30px; color:#000; text-align:center; font-weight:400;}
   514  .b-bass .banner-head{width:100%; height:430px; margin-top:60px;
   515  	background:-webkit-linear-gradient(top, #000224, #004543);
   516  	background:-moz-linear-gradient(top, #000224, #004543);
   517  	background:-ms-linear-gradient(top, #000224, #004543);
   518  	background:-o-linear-gradient(top, #000224, #004543);
   519  	background:linear-gradient(top, #000224, #004543);
   520  	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000224, endColorstr=#004543);
   521  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#000224, endColorstr=#004543)";}
   522  .b-bass .banner-head .img-wrap{width:50%; height:430px;}
   523  .b-bass .banner-head .img-wrap img{width:490px; margin: 50px 0px 0px 60px;}
   524  .b-bass .banner-head .txt{width:50%; height:430px;}
   525  .b-bass .banner-head .txt{padding-left:150px;}
   526  .b-bass .banner-head .txt .tit{margin-top: 128px; color:#fff; font-size:44px; font-weight:400;}
   527  .b-bass .banner-head .txt .cnt{margin-top:30px; color:#fff; font-size:20px; line-height:36px;}
   528  
   529  /** 产品服务 **/
   530  .b-bass .server-group{width:100%; height:369px;; padding:0px 2px;}
   531  .b-bass .server-group .server-item{display:inline-block; width:192px; height:369px; padding:54px 30px; border:1px solid #fff; vertical-align:top;}
   532  .b-bass .server-group .server-item:hover{border:1px solid #dcdcdc; box-shadow:0px 0px 10px #d2e2de;}
   533  .b-bass .server-group .server-item img{display:block; width:58px; height:52px; margin:0 auto 70px;}
   534  .b-bass .server-group .server-item .tit3{margin-bottom:20px; font-size:18px; color:#000; text-align:center; font-weight:400;}
   535  .b-bass .server-group .server-item .txt{font-size:14px; color:#939393; line-height:23px;}
   536  /** 健康监控 **/
   537  .b-bass .banner.monitor{background:#f0f8f7;}
   538  .b-bass .banner.monitor .wrap{overflow:hidden;}
   539  .b-bass .banner.monitor .img-wrap{width:50%;}
   540  .b-bass .banner.monitor .img-wrap img{width:500px;}
   541  .b-bass .banner.monitor .txt{width:500px; margin-left:90px;}
   542  .b-bass .banner.monitor .txt-item{position:relative; /*padding-left: 32px;*/}
   543  /*.b-bass .banner.monitor .txt-item img{position:absolute; left: 0px; top: 5px; width: 20px;}*/
   544  .b-bass .banner.monitor .txt-item .tit3{margin-bottom:8px; font-size:18px; color:#000; font-weight:400;}
   545  .b-bass .banner.monitor .txt-item .intro{margin-bottom:28px; color:#939393; line-height:25px;}
   546  /** 数据分析 **/
   547  .b-bass .banner.data-analy .tit3{margin-bottom:80px; font-size:18px; color:#000; text-align:center; font-weight:400;}
   548  .b-bass .banner.data-analy .img{display:block; width:457px; margin:0 auto;}
   549  .b-bass .banner.data-analy .label1{position:absolute; top: 105px; left: 130px;}
   550  .b-bass .banner.data-analy .label2{position:absolute; top: 96px; left: 670px;}
   551  .b-bass .banner.data-analy .label3{position:absolute; top: 394px; left: 235px;}
   552  /** 浏览器 **/
   553  .b-bass .banner.browser{background:#f0f8f7;}
   554  .b-bass .banner.browser .wrap{overflow:hidden;}
   555  .b-bass .banner.browser .img-wrap{width:50%; text-align: right;}
   556  .b-bass .banner.browser .img-wrap img{width:500px; height:340px;}
   557  .b-bass .banner.browser .txt{width:50%;}
   558  .b-bass .banner.browser .txt .tit3{margin-bottom:12px; padding-right: 140px; color:#000; font-size:18px; line-height:33px; font-weight:400;}
   559  .b-bass .banner.browser .txt .txt-item{position:relative; /*padding-left: 32px;*/ color:#939393; line-height:36px;}
   560  /*.b-bass .banner.browser .txt .txt-item img{position: absolute; left: 0px; top: 10px; width: 20px;}*/
   561  /** 电子合同 **/
   562  .b-bass .contract{padding-bottom:0px;}
   563  .b-bass .contract img{display:block; width:677px; margin:65px auto 0px;}
   564  .b-bass .contract .banner-bg{position:relative; height:90px; margin-top:-90px; color:#fff; background:#589181; font-size:24px; font-weight:200; text-align:center; line-height:90px;}
   565  .b-bass .contract .banner-bg .particles-js{height:90px;}
   566  .b-bass .contract .banner-bg .tit{position: relative; margin-top: -90px;}
   567  .b-bass .contract .label{position:absolute;}
   568  .b-bass .contract .label .tit3{margin-bottom:7px; color:#000; font-size:18px; font-weight:400;}
   569  .b-bass .contract .label .intro{color:#939393; line-height:25px;}
   570  .b-bass .contract .label1{top: 120px; left: 60px; text-align: right;}
   571  .b-bass .contract .label2{top: 216px; left: -12px; text-align: right;}
   572  .b-bass .contract .label3{top: -65px; left: 451px;}
   573  .b-bass .contract .label4{top: 117px; left: 942px;}
   574  .b-bass .contract .label5{top: 216px; left: 942px;}
   575  /** 常见问题 **/
   576  .b-bass .banner.question{padding:40px 0px 50px; background:#f4faf9;}
   577  .b-bass .banner.question .wrap{padding:0px 12px;}
   578  .b-bass .banner.question .tit2{padding:0px 0px 20px;}
   579  .b-bass .banner.question .q-item{width:1000px; min-height:100px; margin:0 auto; margin-bottom:20px; padding:12px 34px; background:#fff; border:1px solid #fff; font-size:18px; color:#939393;}
   580  .b-bass .banner.question .q-item div{line-height:36px;}
   581  .b-bass .banner.question .q-item .q{color:#000; font-size:16px; font-weight:400;}
   582  .b-bass .banner.question .q-item .a{position: relative; padding-left: 40px; font-size:14px; line-height: 30px;}
   583  .b-bass .banner.question .q-item .a .lighthigh{position: absolute; left: 0px; top: -2px;}
   584  .b-bass .banner.question .q-item:hover{border:1px solid #dcdcdc; box-shadow:0px 0px 10px #d2e2de;}
   585  .b-bass .banner.question .q-item .lighthigh{color:#589181; font-size:20px; font-weight:400;}
   586  .b-bass .banner.question .q-item.last{margin-bottom:0px;}
   587  
   588  /* 产品服务 - 区块链网络 */
   589  .b-blockchain .banner{padding:50px 0px 50px;}
   590  .b-blockchain .banner .tit2{padding:0px 0px 50px; font-size:30px; color:#000; text-align:center; font-weight:400;}
   591  .b-blockchain .banner-head{
   592  	width:100%; height:430px; margin-top:60px;
   593  	background:-webkit-linear-gradient(top, #04282a, #259a80);
   594  	background:-moz-linear-gradient(top, #04282a, #259a80);
   595  	background:-ms-linear-gradient(top, #04282a, #259a80);
   596  	background:-o-linear-gradient(top, #04282a, #259a80);
   597  	background:linear-gradient(top, #04282a, #259a80);
   598  	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#04282a, endColorstr=#259a80);
   599  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#000224, endColorstr=#004543)";
   600  }
   601  .b-blockchain .banner-head .img-wrap{width:50%; height:430px;}
   602  .b-blockchain .banner-head .img-wrap img{width:490px; margin: 33px 0px 0px 100px;}
   603  .b-blockchain .banner-head .txt{width:50%; height:430px;}
   604  .b-blockchain .banner-head .txt{padding-left:100px;}
   605  .b-blockchain .banner-head .txt .tit{margin-top: 128px; color:#fff; font-size:44px; font-weight:400;}
   606  .b-blockchain .banner-head .txt .cnt{margin-top:30px; color:#fff; font-size:20px; line-height:36px;}
   607  
   608  .b-blockchain .intro {position: relative; height: 360px; line-height:28px; font-size: 16px;}
   609  .b-blockchain .intro .wrap{width: 960px;}
   610  .b-blockchain .intro .bc-net{position: absolute; z-index: -1; bottom:0px; width: 100%;}
   611  
   612  .b-blockchain .contract{height: 480px; background: #f0f8f7;}
   613  .b-blockchain .contract .wrap{overflow: hidden;}
   614  .b-blockchain .contract .img{width: 596px; margin: 0px;}
   615  .b-blockchain .contract .txt{width: 509px; padding-top: 50px;}
   616  .b-blockchain .contract .tit3{margin-bottom: 7px; color: #000; font-size: 18px; font-weight: 500; line-height: 32px;}
   617  .b-blockchain .contract .cnt{color: #939393; font-size: 14px; line-height: 28px;}
   618  
   619  .b-blockchain .consensus{height: 512px;}
   620  .b-blockchain .consensus .wrap{padding: 0px 55px; overflow: hidden;}
   621  .b-blockchain .consensus .img-wrap{padding-right: 100px;}
   622  .b-blockchain .consensus .img{width: 596px; margin: 0px;}
   623  .b-blockchain .consensus .txt{width: 509px; padding-top: 30px;}
   624  .b-blockchain .consensus .tit3{margin-bottom: 7px; color: #000; font-size: 18px; font-weight: 500; line-height: 32px;}
   625  .b-blockchain .consensus .cnt{color: #939393; font-size: 14px; line-height: 28px;}
   626  
   627  .b-blockchain .security{height: 430px; background: #f0f8f7;}
   628  .b-blockchain .security .wrap{padding: 0px 55px; overflow: hidden;}
   629  .b-blockchain .security .img{width:400px;}
   630  .b-blockchain .security .txt{width: 509px; padding-top: 17px;}
   631  .b-blockchain .security .tit3{margin-bottom: 7px; color: #000; font-size: 18px; font-weight: 500; line-height: 32px;}
   632  .b-blockchain .security .cnt{color: #939393; font-size: 14px; line-height: 28px;}
   633  
   634  .b-blockchain .cross-chain{height: 550px;}
   635  .b-blockchain .cross-chain .wrap{padding: 0px 55px; overflow: hidden;}
   636  .b-blockchain .cross-chain .img{width:434px;}
   637  .b-blockchain .cross-chain .txt{width: 509px; padding-top: 90px;}
   638  .b-blockchain .cross-chain .tit3{margin-bottom: 7px; color: #000; font-size: 18px; font-weight: 500; line-height: 32px;}
   639  .b-blockchain .cross-chain .cnt{color: #939393; font-size: 14px; line-height: 28px;}
   640  
   641  .b-blockchain .github{
   642  	height: 250px;
   643  	background:-webkit-linear-gradient(left, #1ab386, #55d58d);
   644  	background:-moz-linear-gradient(left, #1ab386, #55d58d);
   645  	background:-ms-linear-gradient(left, #1ab386, #55d58d);
   646  	background:-o-linear-gradient(left, #1ab386, #55d58d);
   647  	background:linear-gradient(left, #1ab386, #55d58d);
   648  	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#1ab386, endColorstr=#55d58d);
   649  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#1ab386, endColorstr=#55d58d)";}
   650  .b-blockchain .github .wrap{height: 250px; overflow:hidden;}
   651  .b-blockchain .github .img{position: absolute; z-index: 0;}
   652  .b-blockchain .github .study-blockchain{position:relative; padding: 80px 0px 20px; color:#fff; font-size: 30px; text-align: center; font-weight: 500;}
   653  .b-blockchain .github .link{position:relative; display: block; width: 100px; height: 36px; margin:0 auto; color:#fff; text-align: center; line-height: 34px; border: 1px solid #fff;}
   654  .b-blockchain .github .link:hover{background:#fff; color:#589181; border-color:#fff;}
   655  
   656  
   657  /*** 尾部 ***/
   658  .footer{position:relative; min-height:260px; background:#3a3a3a;}
   659  .footer .wrap{padding-top:45px; overflow:hidden;}
   660  .footer .wrap .logo{overflow:hidden;}
   661  .footer .wrap .i-bubi{width: 142px; height:35px; margin-right:130px; background-position:-1041px 0px;}
   662  .footer .link-group{width:790px; height:200px; margin-bottom: 38px; padding-top: 17px; margin-left: 235px;}
   663  .footer .link-group .link-item{width: 197px;}
   664  .footer .link-group .link-item h3{margin-bottom:15px; color:#bab9b9; font-size:16px;}
   665  .footer .link-group .link-item h3 a{display: block;  margin-top: -5px; font-size:16px;}
   666  .footer .link-group .link-item a, .footer .link-group .link-item span{color:#bab9b9; font-size:14px; line-height:30px;}
   667  .footer .link-group .link-item a:hover{color:#589181;}
   668  .footer .link-group .link-item span.active{color:#fff;}
   669  .footer .qrcode{width:132px; margin-top:20px; float:right;}
   670  .footer .qrcode .pic{width:132px; height:132px;}
   671  .footer .qrcode .txt{ margin-top:10px; color:#fff; font-size:12px;}
   672  .footer .copyright{clear:both; height:80px; margin-top:20px; line-height:80px; color:#777; text-align:center; border-top:1px solid #515151;}
   673  
   674  
   675  
   676  /* 手机适配 - 首页 */
   677  .wap{width:980px;}
   678  .wap .wrap{width:980px;}
   679  .wap .header .wrap{padding:0px 30px;}
   680  .wap .header .nav-group .nav-list{margin-left:25px;}
   681  .wap .swiper-container .slide-bubi{overflow:hidden;}
   682  .wap .swiper-container .slide-bumeng .txt {width: 390px; margin-top: 150px;}
   683  .wap .swiper-container .slide-bubix .txt {width: 290px; margin-top: 200px; margin-left: 60px;}
   684  .wap .swiper-container .slide-bubix .img {width: 525px; margin-top: 120px; margin-right: 60px;}
   685  .wap .swiper-container .slide-bunuo .txt {width: 420px; margin-top: 200px; margin-left: 60px;}
   686  .wap .swiper-container .slide-bunuo .img {width: 417px; margin-top: 110px; margin-right: 50px;}
   687  .wap .swiper-container .slide-bumo .img {width: 900px; margin-top: 130px; margin-left: 40px;}
   688  .wap .swiper-container .slide-bumo .txt {bottom: 50px; left: 45px;}
   689  .wap .swiper-container .slide-bumo-graduation-competition .img {width: 900px; margin-top: 125px; margin-left: 40px;}
   690  .wap .swiper-container .slide-bumo-graduation-competition .txt {bottom: 60px; left: 80px;}
   691  .wap .scene-group .scene-item .cnt a.btn {top: 83%;}
   692  .wap .scene-group .scene-item .cnt p{font-size:13px; line-height:20px;}
   693  .wap .scene-group .scene-item.active .cnt h3{top:36%;}
   694  .wap .scene-group .scene-item .cnt .line {top: 57%;}
   695  .wap .bubix .wrap img{width: 420px;margin-top: 45px;}
   696  .wap .bubix .txt{width: 460px;}
   697  .wap .bass .txt{width:400px;}
   698  .wap .bass .txt li{width:50%;}
   699  .wap .advantage .avt-group .avt-item{width:50%;}
   700  .wap .advantage .avt-group{height:auto;padding-right: 11px;}
   701  .wap .solutions .circle{transform: scale(0.8);}
   702  .wap .news .news-group{padding:0px 62px;}
   703  .wap .news .news-group .news-item:last-child{display:none;}
   704  .wap .news .news-group .news-item:nth-child(2){float:right; margin:0px 15px;}
   705  .wap .news .news-group .news-item{margin:0px 15px;}
   706  .wap .partner-group{width: 980px; padding-left: 60px;}
   707  .wap .partner-group .partner-item{width:200px;}
   708  .wap .footer-banner{overflow:hidden;}
   709  
   710  /* 手机适配 - 应用场景 */
   711  .wap.bm-case .banner-head .wrap{padding:0px 15px;}
   712  .wap.bm-case .banner-head .fl{width: 50%;}
   713  .wap.bm-case .banner-head .txt{margin-top: -15px; padding: 0px 0px 0px 100px;}
   714  .wap.bm-case .img{transform: scale(0.7); margin-left: -80px;}
   715  .wap.bm-case .case-solution .wrap .img-wrap{margin-left: -18px; margin-top: -24px; transform: scale(0.9);}
   716  .wap.bm-case .case-solution .wrap .intro{float:right; width: 265px; margin-right: 25px; margin-top:0px; margin-left:0px;}
   717  .wap.bm-case.case-publicity .case-solution .wrap .intro{width: 255px;}
   718  .wap.bm-case.case-share-bond .case-solution .wrap .intro{width: 265px; margin-right: 25px;}
   719  .wap.bm-case.case-finance .case-solution .wrap .intro{width: 235px;}
   720  .wap.bm-case .feature-group{padding:0px 25px;}
   721  .wap.bm-case .feature-group .feature-item{width:290px;}
   722  .wap.bm-case .feature-group .feature-item.center{margin:0px 30px;}
   723  .wap .app .cnt .txt{width: 50%; padding: 0px 25px;}
   724  .wap .app .cnt .img{margin-left:0px; transform: scale(0.8);}
   725  
   726  /* 手机适配 - 贵阳我们 */
   727  .wap.b-about .contain .tit1,
   728  .wap.b-company .contain .txt p{width:101%;}
   729  .wap.b-about .content{overflow:hidden;}
   730  .wap.b-news .content{padding:0px 30px 0px;}
   731  .wap.b-news .banner{margin:0px -30px;}
   732  .wap.b-news .wrap{width:100%;}
   733  .wap.b-news .footer .wrap{width:800px;}
   734  .wap.b-news .wrap .return{height:52px;}
   735  .wap.b-news .contain .meta{height:23px;}
   736  .wap.b-news .contain .cnt{width:101%;}
   737  .wap.b-news .relation-group .relation-item{font-size:12px;}
   738  .wap.b-job .contain .wrap{width:100%;}
   739  .wap.b-job .job{width:100%;}
   740  .wap.b-job .contain{padding:51px 25px 50px;}
   741  .wap.b-job .job-item .tit2{height:30px;}
   742  .wap.b-job .job-item .email{height:52px;}
   743  .wap.b-job .job-item .intro1{height:30px;}
   744  .wap.b-job .job-item .intro2{height:196px;}
   745  .wap.b-job .job-item .intro3{height:30px;}
   746  
   747  /** 发展历程 **/
   748  .wap.b-milestone .contain .icon1{right: 205px;}
   749  .wap.b-milestone .contain .icon2{left:75px;}
   750  .wap.b-milestone .contain .icon3 {top: 846px;}
   751  .wap.b-milestone .contain .icon4 {left: 465px;}
   752  .wap.b-milestone .contain .icon5 {top: 1009px; left: 235px;}
   753  .wap.b-milestone .year2015 {top: 312px; left: 56px; width: 369px;}
   754  
   755  .wap.b-company .contain {padding: 56px 25px 50px;}
   756  .wap.b-company .contain .wrap{width:100%;}
   757  .wap.b-newslist .news-group .news-item .txt .tit2{margin-bottom: 15px;}
   758  .wap.b-newslist .news-group .news-item .txt .time{margin-bottom: 20px;}
   759  .wap.b-newslist .contain {padding: 56px 25px 50px;}
   760  .wap.b-newslist .contain .wrap{width:100%;}
   761  
   762  /* 手机适配 - 产品服务 */
   763  .wap.b-bass .question .q-item{width:100%;}
   764  .wap.b-bass .server-group .server-item{width: 317px;}
   765  .wap.b-bass .banner.monitor .txt{width:50%; margin-left:0px; padding-right: 15px;}
   766  .wap.b-bass .banner.data-analy .tit3{padding:0px 15px;}
   767  .wap.b-bass .banner.browser .txt{padding-left:65px;}
   768  .wap.b-bass .banner.browser .txt .tit3{padding-right:0px;}
   769  .wap.b-bass .banner.question .wrap{padding:0px 25px;}
   770  .wap.b-bass .banner.data-analy .label1{top: 158px; left: 28px;}
   771  .wap.b-bass .banner.data-analy .label2{top: 147px; left: 574px;}
   772  .wap.b-bass .banner.data-analy .label3{top: 449px; left: 134px;}
   773  .wap.b-bass .banner.contract img{width: 500px; height:301px;}
   774  .wap.b-bass .banner.contract .label1{top: 54px; left: 49px;}
   775  .wap.b-bass .banner.contract .label2{top: 120px; left: 31px; width: 198px; text-align: right;}
   776  .wap.b-bass .banner.contract .label3{width:370px;}
   777  .wap.b-bass .banner.contract .label4{top: 38px; left: 758px; width: 195px;}
   778  .wap.b-bass .banner.contract .label5{top: 126px; left: 761px; width: 165px;}
   779  .wap.b-bass .banner .tit2 {height:80px;}
   780  .wap.b-bass .banner.data-analy .tit3{height: 73px; padding: 0px 240px;}
   781  .wap.b-bass .banner.question .q-item .q{height:58px;}
   782  .wap.b-bass .server-group{height: 750px; padding-left:10px;}
   783  
   784  /** 手机适配 - 区块链网络**/
   785  .wap.b-blockchain .wrap{width:100%;}
   786  .wap.b-blockchain .banner-head .txt{padding: 30px 25px 0px 150px;}
   787  .wap.b-blockchain .intro .wrap{padding: 0px 100px;}
   788  .wap.b-blockchain .contract .img{width: 510px; margin-left: 20px;}
   789  .wap.b-blockchain .contract .txt{width: 385px; padding: 0px 15px 0px 0px;}
   790  .wap.b-blockchain .consensus .wrap{padding: 0px 50px;}
   791  .wap.b-blockchain .consensus .img-wrap {padding-right: 0px;}
   792  .wap.b-blockchain .security .txt {width: 405px; padding-top: 0px;}
   793  .wap.b-blockchain .cross-chain .wrap {padding: 0px 35px;}
   794  .wap.b-blockchain .cross-chain .txt { width: 460px; padding-top: 45px;}
   795  .wap.b-blockchain .cross-chain img { width: 400px;}
   796  
   797  /** 手机适配 - 尾部 **/
   798  .wap .footer .wrap{width:800px;}
   799  .wap .footer .link-group .link-item{width:150px;}
   800  .wap .footer .link-group{width:650px; margin-left:0px;}