/*浮动框*/
#fod{
    position: fixed;
    top:45%;
    z-index: 1000;
    right: 20px;
    width: 50px;
}
#fod>li{
    width: 50px;
    height: 51px;
    margin-bottom: 10px;
}
#fod>li>a{
    display: block;
    width: 50px;
    height: 51px;
    border-radius: 50%;
}
#fod>li>span{
    position: absolute;
    width: 0;
    top: 5px;
    left: 0px;
    padding: 10px 0;
    background: rgba(98,98,98,0.6);
    color: #fffefe;
    transition: all .5s linear;
    overflow: hidden;
    white-space: nowrap;
}
#fod>li:nth-child(1){
    background: url("../images/11.png") top center no-repeat;
}
#fod>li:nth-child(2){
    background: url("../images/12.png") top center no-repeat;
}
#fod>li:nth-child(3){
    background: url("../images/13.png") top center no-repeat;
    position: relative;
}
#fod>li:nth-child(3):hover span{
    width: 130px;
    padding: 10px;
    left: -140px;
}
/*#fod>li:nth-child(4){*/
    /*background: url("../images/14.png") top center no-repeat;*/
/*}*/
#fod>li:nth-child(4){
    background: url("../images/15.png") top center no-repeat;
}

/*#nb_nodeboard{*/
    /*display: none;*/
    /*top:40%!important;*/
    /*left: 40%!important;*/
    /*height: 500px;*/
    /*z-index: 1000!important;*/
/*}*/
#nb_icon_wrap{
    width: 50px!important;
    height: 51px!important;
    border-radius: 50%!important;
    overflow: hidden!important;
    opacity: 0;
    margin: 0!important;
    position: fixed;
    top:45%!important;
    right: 20px!important;
}
/*顶部*/
#head-box{
    min-width: 1000px;
    width: 100%;
    background: #eeeeee;
    height: 36px;
}
#head{
    width: 1000px;
    margin: 0 auto;
}
#head span{
    font-size: 14px;
    line-height: 36px;
    color:#909090;
}
#head span a{
    font-size: 14px;
    line-height: 36px;
    color:#909090!important;
    text-decoration: none;
}
#head span:last-child{
    float: right;
}
#head span i{
    font-style: normal;
    color:#ff1e00;
}
/*头部*/
body{
    padding-top: 86px!important;
}
header{
    width: 100%;
    height: 86px;
    background: #fff;
    position: fixed;
    z-index: 100000;
    top:0;
    left: auto;
}
#header{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
#header img{
    display: inline-block;
    vertical-align: middle;
}
#meau{
    display: inline-block;
    list-style: none;
    width: 624px;
    vertical-align: middle;
    margin-left: 26px;
    font-size: 0;
}
#meau:after{
    content: "";
    display: block;
    clear: both;
}
#meau>li{
    float: left;
    width: 104px;
    box-sizing: border-box;
    height: 96px;
    position: relative;
    z-index: 100;

}
#meau>li>a{
    display: inline-block;
    width: 100%;
    height: 86px;
    line-height: 86px;
    text-align: center;
    color: #626262;
    font-size: 16px;
    text-decoration:none;
}
#meau>li>a.acct{
    padding-top:20px;
    line-height: 26px;
    color:#039dff;
    box-sizing: border-box;
}
.head-btn{
    display: inline-block;
    background: #0187ed;
    color:#fff;
    width: 95px;
    height: 37px;
    margin-left: 30px;
    outline: none;
    border: none;
    border-radius: 6px;
    text-align: center;
    line-height: 37px;
}
.head-btn:hover{
    color: #fff;
    opacity: 1.1;
}
.rexian{
    font-size: 18px;
    color:#323232;
    margin-left: 30px;
}
.rexian>i{
    display: inline-block;
    width: 28px;
    height: 32px;
    background: url("../service/images/rexian.png") top center no-repeat;
    vertical-align: middle;
}
.xial{
    position: absolute;
    width: 0;
    overflow: hidden;
    background: rgba(255,255,255,0.9);
    border-radius: 6px;
    padding: 10px 0;
    top:116px;
    opacity: 0;
    left: -10%;
    transition: opacity .5s ease,top .5s ease!important;
    /*-moz-transition: all .5s linear; !* Firefox 4 *!*/
    /*-webkit-transition: all .5s linear; !* Safari 和 Chrome *!*/
    /*-o-transition: all .5s linear;*/
}
.xial:after{
    display: block;
    content: "";
    clear: both;
}
#meau>li:hover .xial{
    opacity: 1;
    top:96px;
    width: 130%;
}
.xial>li>a{
    display: block;
    color: #7f7f7f;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
}
.xial>li>a:hover{
    color:#0187ed;
}

/*主体*/
div.img{
    height: 180px;
    width: 100%;
}
.cc-box {
    display: block;
    width: 1000px;
    height: 230px;
    margin: 15px auto 0;
    background: #fff;
    cursor: pointer;
}
.cc-box>div{
    float: left;
}
div.cc-left{
    box-sizing: border-box;
    width: 370px;
    height: 100%;
    padding: 10px;
}
div.cc-right{
    box-sizing: border-box;
    width: 630px;
    height: 100%;
    padding: 20px;
}
div.cc-right span:first-child{
    font-size: 20px;
}
div.cc-right span:nth-child(2){
    font-size: 16px;
    margin: 16px 0;
}
div.cc-right span{
display: block;
}
div.cc-right p{
    font-size: 14px;
    color: #646464;
    line-height: 24px;
}
/*详情页面*/
div#hover-box{
    width: 1000px;
    margin: 0 auto;
}
div#hover-box:after{
    content: "";
    display: block;
    clear: both;
}
div#hover-list{
    width: 190px;
    margin-top:20px;
    background: #fff;
    display: none;
    vertical-align: top;
    position: relative;
}
div#hover-list>span{
    font-size: 16px;
    line-height: 36px;
    color:#3b9cff;
    display: block;
    width: 100%;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
}
img#over{
    position: absolute;
    width: 202px;
    top:30px;
    left:-6px;
    z-index: 0;
}
div#hover-list>ul{
    position: relative;
    z-index: 100;
}
div#hover-list>ul>li{
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}
div#hover-list>ul>li:hover{
    color:#3d9cff;
    cursor: pointer;
}
div#hover-list>ul>li.action{
    color:#fff;
}
div.show-box{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    display: block;
    /*float: right;*/
    box-sizing: border-box;
}
div.show-box span{
    font-size: 28px;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
div.show-box img{
    display: block;
    margin: 30px auto 40px;
    width: 70%;
}
div.show-box b{
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin-top: 30px;
}
b.nobold{
    font-weight: normal;
}
div.show-box p{
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    color: #333;
}
/*底部*/
#bottom{
    width: 100%;
    min-width: 1000px;
    background: url('../images/footbg.png') top center no-repeat;
    height: 180px;
}
div.foot{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}
div.foot>div{
    box-sizing: border-box;
    float: left;
}
div.foot-lf{
    width: 300px;
    height: 100%;
    padding: 26px 10px;
    text-align: center;
}
div.foot-lf>div{
    float: left;
    width: 135px;
    box-sizing: border-box;
}
div.foot-lf img{
    margin-bottom: 8px;
    width: 78%;
}
div.foot-lf span{
    display: block;
    font-size: 14px;
    color: #fff;
}
div.foot-md{
    width: 450px;
    height: 100%;
    position: relative;
}
div.foot-md>div{
    width: 1px;
    height: 108px;
    position: absolute;
    background: -webkit-linear-gradient(top,black,#7d7d7d 50%,black 120%);
    background: -moz-linear-gradient(top,black,#7d7d7d 50%,black 120%);
    background: -o-linear-gradient(top,black,#7d7d7d 50%,black 120%);
    background: -ms-linear-gradient(top,black,#7d7d7d 50%,black 120%);
}
div.ri{
    top:36px;
    right:0px;
}
div.le{
    top:36px;
    left:0px;
}
#bot{
    margin-top: 36px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    padding: 0 20px;
}

#bot li{
    margin: 12px;
}
#bot li img{
    margin: 0 10px;
    width: 24px;
    vertical-align: middle;
}
#bot li span{
    color: #fff;
    font-size: 14px;
}
div.foot-ri{
    width: 250px;
    height: 100%;
    padding:58px 0 0 20px;
}
div.foot-ri img{
    vertical-align: top;
    width: 24%;
}
div.foot-ri span{
    display: inline-block;
    color:#fff;
    width: 154px;
    font-size: 14px;
    line-height: 24px;
}
div.foot-ri i{
    font-style: normal;
    color:#fff605;
    font-size: 18px;
}
div.foot-bt{
    width: 100%;
    min-width: 1000px;
    background: #2e2e2e;
    height: 28px;
    text-align: center;
}
div.foot-bt span{
    color:#909090;
    font-size: 12px;
    line-height: 28px;
}
   /*底部新*/
      /*商桥*/
.sqsy{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none!important;
}
#shiy{
    height: 241px;
    border-top: 1px solid transparent;
    background: url("../service/images/bj－under.png") top center no-repeat;
}
#shiy>span{
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 76px;
}
#shiy>div>a{
    display: block;
    width: 180px;
    height: 50px;
    border: 1px solid #fff;
    margin: 0 auto;
    line-height: 50px;
    color:#fff;
}
#shiy>div>a:hover{
    color:#ddd;
}
#footer{
    background: #313131;
    min-height: 300px;
}
#footer ul{
    list-style: none;
    display: inline-block;
    width: 166px;
    height: 100%;
    padding: 20px 0 0 30px;
    vertical-align: top;
}
#footer ul>li>a{
    color: #c1c0c0;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
}
/*#solution-bot>li{*/
   /*height: 20px;*/
/*}*/
/*#solution-bot>li:first-child{*/
    /*color: #fefefe;*/
    /*font-size: 18px;*/
    /*line-height: 40px;*/
    /*margin: 0 0 10px;*/
    /*height: 40px;*/
/*}*/
#footer ul>li>a:hover{
    color: #fff;
}
#footer ul>li:first-child{
    color: #fefefe;
    font-size: 18px;
    line-height: 40px;
    margin: 0 0 10px;
}
#lixigs{
    width:400px!important;
}
#lixigs img{
    width: 25px;
    height: 25px;
    margin-right: 16px;
}
#lixigs>li{
    font-size: 14px;
    color: #fff;
    margin: 17px 0;
}
#right-foot{
    width: 220px;
    display: inline-block;
    height: 100%;
    padding: 30px  0 0 28px;
}
#right-foot>img{
    vertical-align: top;
    margin-top: 2px;
    margin-right: 10px;
}
#right-foot>span{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
#right-foot>span>i{
    display: inline-block;
    color: #fff605;
    font-style: normal;
    margin-top: 10px;
    font-size: 18px;
}
#right-foot>div{
    margin-top: 30px;
}
#right-foot>div>div{
    display: inline-block;
    width: 80px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
#right-foot>div>div:first-child{
    margin-right: 15px;
}
#right-foot>div>div>img{
    width: 100%;
    margin-bottom: 12px;
}
