@import url(common/iconfont.css);
/*common*/
html, body {
font-family: "Microsoft YaHei", Helvetica, "Pingfang SC", STHeiti, Verdana, Arial, Tahoma, sans-serif;
font-size: 1rem;
background-color: #ededed;
}
*{
margin: 0 auto;
padding: 0;
}
a, img, a:visited ,span {
text-decoration: none;
/* border:0px; */
display: block;
color:#000;
}
li{list-style:none;list-style-type:none;}
.display-none{
display:none;
}
button,input{
outline: none;
border: none;
}
button,.cursor-pointer{
cursor: pointer;
}
.message {
opacity: 0;
position: fixed;
top: 40%;
min-width: 200px;
padding: 10px;
left: 50%;
min-height: 60px;
margin-left: -100px;
z-index: 1000;
display: none;
padding: 20px;
text-align: center;
color: #fff;
background: #000000;
border-radius: 4px;
box-sizing: border-box;
transition: all 0.3s ease;
}
.messageShow {opacity: .78;z-index: 2000;}
/* 版心 1200 px, 版心内*/
.main{
overflow: hidden;
width:100%;
height:auto;
min-width:1200px;
}
.main-box{
width:1200px;
height:auto;
}
.width-full {
width:100%;
}
.clearboth {
clear: both;
}
.margin0 {
margin: 0;
}
.border0 {
border: 0;
}
.yihang {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.lianghang {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.triplexrow {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

.header,
.footer {
position: relative;
width: 100%;
margin: 0;
padding: 0;
}
.top {
background: #f4f4f4;
width: 100%;
height: auto;
min-width: 1200px;
line-height: 33px;
height: 33px;
font-size: 14px;
color: #585858;
}

/*style*/
.welcome {
float: left;
width: 434px;
height: 33px;
text-align: left;
}
.welcome a ,
.welcome span{
float: left;
color: #585858;
}
.consult {
float: left;
width: 410px;
text-align: left;
}
.consult .tab,
.user .tab {
float: left;
height: 33px;
color: #585858;
}
.user .tab {
float: right;
}
.consult .tab a,
.user .tab a {
color: #585858;
}
.user .tab a{
float: left;
}
.user .tab span {
max-width: 160px;
color: #585858;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
height: 30px;
}
.consult .tab.divide {
margin: 0 17px 0 18px;
}
.user {
float: right;
width: 356px;
text-align: left;
}
.user .tab.divide {
margin: 0 13px;
}
.icon-shouye,
.icon-exittuichu {
color: #7e7e7e;
}
.header {
width: 100%;
height: 143px;
background-color: #FFF;
}
.headleft {
float: left;
cursor: pointer;
width: 424px;
height: 143px;
}
.headleft img {
float: left;
width: 82px;
height: 82px;
margin: 30px 9px 0 19px;
}
.headleft .toptitle {
font-size: 27px;
font-weight: bold;
color: #28335d;
margin: 41px 0 11px 0;
}
.headleft .bottitle {
font-size: 14px;
font-weight: bold;
color: #19164e;
}
.headcenter {
float: left;
width: 540px;
height: 143px;
}
.headcenter .search {
position: relative;
width: 540px;
height: 48px;
margin-top: 44px;
}
.search input {
float: left;
width: 410px;
height: 100%;
font-size: 14px;
color: #858585;
padding-left: 58px;
box-sizing: border-box;
border: 2px solid #054cb4;
}
.search .icon-sousuo {
position: absolute;
left: 20px;
top: 10px;
color: #a6a6a6;
font-size: 27px;
}
.search button {
float: left;
width: 129px;
height: 100%;
background-color: #054cb4;
font-size: 18px;
color: #FFF;
}
.headright {
float: right;
width: 236px;
height: 143px;
}
.headright img {
float: right;
width: 80px;
height: 80px;
margin: 22px 3px 11px 0;
}
.headright .title {
float: right;
font-size: 14px;
color: #585858;
margin-right: 20px;
}
.nav {
width: 100%;
height: 51px;
line-height: 51px;
background-color: #0a50b5;
}
.first-box,
.nav-item {
float: left;
}
.first-box {
width: 205px;
height: 51px;
margin-right: 80px;
}
.first-box img {
float: left;
margin: 17px 26px 0 15px;
}
.first-box .title {
font-size: 18px;
color: #FFF;
}
.nav-box .nav-item {
height: 51px;
padding: 0 32px;
font-size: 15px;
}
.nav-box .nav-item:hover {
}
.nav-box .nav-item a {
color: #fffefe;
height: 30px;
padding-bottom: 9px;
border-bottom: 3px solid #0a50b5;
transition: all .3s;
}
.nav-box .nav-item a:hover {
border-bottom: 3px solid;
}
.nav-box .nav-item.active {
background-color: #007bed;
}
.nav-box .nav-item.active a:hover {
border: none;
}
.nav-box .nav-item.active a {
color: #fffefe;
border: none;
}
.footer {
width: 100%;
height: 371px;
background-color: #10568a;
}
.footertop {
width: 100%;
height: 196px;
border-bottom: 1px solid #bbb;
}
.footertop .left {
float: left;
width: 390px;
height: 196px;
}
.footertop .left img {
float: left;
width: 90px;
height: 90px;
margin: 46px 8px 0 15px;
}
.footertop .left .fot-toptitle {
float: left;
font-size: 28px;
color: #fff;
margin-top: 70px;
margin-left: 14px;
}
.footertop .left .fot-bottitle {
float: left;
font-size: 15px;
color: #fff;
margin-top: 11px;
}
.footertop .center {
float: left;
width: 700px;
height: 196px;

}
.footertop .center .pingtai ,
.footertop .center .gongying ,
.footertop .center .denglu {
float: left;
width: 141px;
height: 156px;
margin-top: 40px;

}
.footertop .center .gongying {
width: 160px;
}
.footertop .center .denglu {
width: 380px;
}
.footertop .center .pingtai a ,
.footertop .center .gongying a ,
.footertop .center .denglu a {
height: 16px;
margin-bottom: 18px;
font-size: 16px;
color: #FFFFFF;
}
.footertop .right {
float: right;
width: 110px;
height: 196px;

}
.footertop .right .foot-title {
float: right;
font-size: 16px;
color: #fff;
margin: 31px 7px 14px 0;
}
.footertop .right img {
float: right;
width: 91px;
height: 91px;
}
.footbot {
width: 100%;
height: 111px;
}
.footbox {
width: 100%;
height: 134px;
margin-top: 40px;
}
.footbox .f-top div {
float: left;
font-size: 14px;
height: 38px;
color: #FFF;
}
.footbox .f-top img {
float: left;
width: 17px;
height: 17px;
margin-right: 6px;
}
.footbox .f-top .banquan {
width: 589px;
}
.footbox .f-top .icpbeian {
width: 164px;
}
.footbox .f-top .jinggongwang {
width: 424px;
}
.f-bot .mianze {
float: left;
width: 850px;
color: #FFF;
font-size: 14px;
margin-top: 12px;
}
.f-bot .iconimg {
float: left;
width: 350px;
}
.f-bot .iconimg img {
float: left;
width: 102px;
height: 35px;
margin-right: 20px;
}
.f-bot .iconimg img:last-child {
margin: 0;
}
/*supfire*/
.box-height {
overflow: hidden;
width: 100%;
height: 50px;
}
/*supfire*/
/* banner-box */
.banner-box {
width: 100%;
height: 500px;
/* background-color: #011635; */
background: url(../img/banner.jpg) no-repeat center 0px ;
background-position: center 0px;
background-size: cover;
}
.reglogin {
float: right;
margin: 43px 0;
width: 373px;
height: 412px;
border: 1px solid #3d4c8c;
background-color: rgba(6,16,53,.7);
}
.login .title {
margin: 32px 0 20px;
text-align: center;
font-size: 16px;
color: #fff;
}
.logbut {
width: 100%;
height: 59px;
}
.logbut button {
width: 132px;
height: 41px;
line-height: 41px;
text-align: center;
font-size: 16px;
color: #fff;
background-color: #32adfa;
}
.logbut .left {
float: left;
margin-left: 45px;
}
.logbut .right {
float: right;
margin-right: 45px;
border: 1px solid #054cb4;
color: #054cb4;
background-color: #FFF;
}
.logbut .login{
width: 282px;
}
.fuwubut {
width: 282px;
height: 43px;
margin-left: 46px;
border-bottom: 1px solid #fff;
}
.fuwubut button{
float: left;
width: 141px;
height: 43px;
font-size: 16px;
color: #fff;
line-height: 43px;
text-align: center;
background-color: transparent;
}
.fuwubut button.active{
color: #32adfa;
font-weight: bold;
border-bottom: 2px solid #32adfa;
z-index: 99;
}
.frist-item {
float: left;
width: 180px;
height: 85px;
margin-top: 9px;
}
.frist-item a {
text-align: center;
margin-top: 4px;
color: #fff;
}
.sotrbox .topitem {
float: left;
margin-top: 37px;
}
.two-item {
float: left;
width: 174px;
height: 85px;
margin-top: 9px;
}
.two-item a {
text-align: center;
margin-top: 4px;
color: #fff;
}
.login .rescebter {
float: left;
text-align: center;
height: 30px;
line-height: 30px;
color: #fff;
font-size: 16px;
border-bottom: 1px solid #fff;
margin-left: 140px;
}
.equipdisplay {
width: 100%;
}
.equipdisplay .top-i{
float: left;
width: 100%;
}
.top-i .title {
float: left;
width: 140px;
font-size: 34px;
color: #333;
margin-top: 56px;
margin-bottom: 25px;
}
.top-i .title-item {
float: left;
width: 990px;
color: #575757;
font-size: 18px;
margin-top: 62px;
}
.top-i .title-item div {
float: left;
width: 92px;
text-align: center;
height: 36px;
line-height: 36px;
margin-left: 34px;
transition: all .3s;
cursor: pointer;
}
.top-i .title-item div:hover {
color: #054cb4;
border-bottom: 3px solid #054cb4;
}
.top-i .title-item div.active {
color: #054cb4;
border-bottom: 3px solid #054cb4;
}
.top-i .more {
float: right;
font-size: 18px;
color: #787878;
margin-top: 67px;
margin-right: 20px;
transition: all .1s;
}
.equipdisplay .bot {
float: left;
width: 100%;
height: 625px;
background-color: #fff;
}
.equipdisplay .bot .left {
float: left;
width: 310px;
margin: 17px 15px 0 16px;
}
.equipdisplay .bot .left img {
width: 310px;
height: 536px;
cursor: pointer;
}

.equipdisplay .bot .righttop {
float: left;
width: 859px;
padding-top: 17px;
}
.equipdisplay .bot .righttop .item{
float: left;
width: 270px;
height: 300px;
margin: 0px 15px 0 0;
}
.equipdisplay .bot .righttop .item img{
width: 270px;
height: 236px;
cursor: pointer;
}
.equipdisplay .bot .left a ,
.equipdisplay .bot .righttop .item a,
.equipdisplay .bot .rightbop .itemfirst a,
.equipdisplay .bot .rightbop .item a{
text-align: center;
font-size: 16px;
color: #474747;
height: 50px;
line-height: 64px;
transition: all .5s;
}

.equipdisplay .bot .left:hover a,
.equipdisplay .bot .righttop .item:hover a ,
.equipdisplay .bot .rightbop .itemfirst:hover a ,
.equipdisplay .bot .rightbop .item:hover a {
color: #FFF;
background-color: rgba(0,0,0,.85);
}


.equipdisplay .bot .rightbop {
float: left;
width: 859px;
}
.equipdisplay .bot .rightbop .itemfirst{
float: left;
width: 555px;
margin: 0px 15px 0 0;
}
.equipdisplay .bot .rightbop .item{
float: left;
width: 270px;
margin: 0px 15px 0 0;
}
.equipdisplay .bot .rightbop .itemfirst img{
width: 555px;
height: 236px;
}
.equipdisplay .bot .rightbop .item img{
width: 270px;
height: 236px;
}
.supplier {
width: 100%;
}
.supplier .top-i{
float: left;
width: 100%;
}
.supplier .top-i .title.gongying {
margin-top: 46px;
}
.top-i .septum {
float: left;
width: 8px;
height: 32px;
background-color: #0d75f0;
margin: 55px 12px 0 16px;
}

.supplier .bot{
float: left;
width: 100%;
}
.bot .bot-item {
float: left;
width: 589px;
height: 235px;
background-color: #FFF;
margin: 0 22px 20px 0;
transition: all .3s;
}
.bot .bot-item.margin0 {
margin: 0;
}
.bot .bot-item img {
float: left;
width: 200px;
margin: 18px;
height: 200px;
}
.bot-item .right .companyname {
float: left;
font-size: 20px;
width: 340px;
color: #151515;
height: 24px;
margin: 35px 0 20px 0;
}
.bot-item .right .equipnum ,
.bot-item .right .browsenum ,
.bot-item .right .synopsis ,
.bot-item .right .address ,
.bot-item .right .credit {
float: left;
width: 112px;
height: 26px;
font-size: 14px;
color: #818181;
}
.bot-item .right .synopsis {
width: 340px;
/*supfire*/
height: 40px;
line-height: 20px;
margin-bottom: 7px;
/*supfire*/
}
.bot-item .right .address {
width: 340px;
height: 34px;
}
.bot-item .right .credit {
width: 340px;
height: 34px;
font-size: 15px;
color: #888888;
}
.bot-item .qiugou .companyname.qiugou {
float: left;
font-size: 22px;
width: 100%;
color: #151515;
height: 24px;
margin: 35px 0 38px 0;
}
.bot-item .qiugou {
margin-left: 38px;
}
.bot-item .qiugou .synopsis.qiugou {
float: left;
width: 522px;
height: 38px;
font-size: 14px;
margin: 0;
color: #818181;
}
.bot-item .qiugou .credit.qiugou {
float: left;
width: 430px;
height: 16px;
font-size: 14px;
color: #818181;
margin: 38px 0 0 0;
}

.bot-item .qiugou .times {
float: left;
width: 83px;
line-height: 16px;
height: 16px;
font-size: 12px;
color: #818181;
margin-top: 38px;
}
.bot-item .qiugou .times .icon-aipinpaiyouhuishijian {
float: left;
color: #818181;
margin-top: 1px;
}
.bot-item .qiugou .times .time {
float: left;
color: #818181;
}
.supplier .bot-zhaungbei {
float: left;
width: 100%;
height: 412px;
background-color: #FFF;
}
.bot-zhaungbei .zhuangbei-item {
float: left;
width: 374px;
height: 361px;
border: 1px solid #cecece;
margin-top: 28px;
margin-left: 18px;
}
.zhuangbei-item .top-i {
float: left;
width: 338px;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #cecece;
margin-left: 19px;
}
.zhuangbei-item .top-i .titles {
float: left;
width: 300px;
color: #232323;
font-size: 16px;
}
.zhuangbei-item .top-i .mores {
float: right;
width: 38px;
color: #6e6e6e;
font-size: 12px;
transition: all .1s;
}
.zhuangbei-item .bot {
float: left;
width: 342px;
margin-top: 17px;
margin-left: 16px;
}
.zhuangbei-item .bot .img-width{
overflow: hidden;
float: left;
width: 342px;
height: 92px;
margin-bottom: 16px;
}
.zhuangbei-item .bot img{
width: 342px;
height: auto;
}
.zhuangbei-item .bot .title {
float: left;
width: 100%;
height: 16px;
margin-bottom: 20px;
}
.zhuangbei-item .bot .title .title-item{
float: left;
width: 250px;
color: #8c8c8c;
font-size: 14px;
padding-left: 2px;
box-sizing: border-box;
}
.zhuangbei-item .bot .title .time{
float: right;
text-align: right;
width: 90px;
color: #8c8c8c;
font-size: 12px;
padding-right: 2px;
box-sizing: border-box;
}
.top-i .fenge {
float: left;
width: 8px;
height: 32px;
background-color: #0d75f0;
margin: 55px 12px 0 16px;
}
.top-i .title-item.zhuanti {
width: 505px;
margin-top: 50px;
}
.top-i .title-item.zhuanti a {
float: left;
width: 65px;
text-align: center;
height: 36px;
line-height: 36px;
margin-left: 28px;
}
.supplier .bot-zhaungbei.zhuanti {
height: 240px;
margin-bottom: 50px;
}
.bot-zhaungbei.zhuanti .zhuanti-item {
float: left;
width: 279px;
margin: 21px 0 0 17px;
}
.bot-zhaungbei.zhuanti .zhuanti-item img {
width: 279px;
height: 176px;
}
.bot-zhaungbei.zhuanti .zhuanti-item .title.yihang {
text-align: center;
width: 279px;
font-size: 14px;
color: #454545;
margin-top: 8px;
}

.memberlogin {
float: left;
width: 835px;
height: 530px;
background-color: #FFF;
margin: 106px 0 163px 155px;
}
.memberlogin .title {
text-align: center;
font-size: 30px;
color: #054cb4;
margin: 46px 0 52px;
}
.memberlogin .username ,
.memberlogin .password ,
.memberlogin .checking {
/*supfire*/
width: 400px;
/*supfire*/
height: 44px;
line-height: 44px;
margin-bottom: 30px;
}
.memberlogin .username .left,
.memberlogin .password .left ,
.memberlogin .checking .left{
float: left;
/*supfire*/
width: 130px;
text-align: right;
margin-right: 10px;
/*supfire*/
font-size: 16px;
color: #738299;
}
.memberlogin .username input ,
.memberlogin .password input ,
.memberlogin .checking input {
float: left;
/*supfire*/
width: 253px;
/*supfire*/
height: 44px;
line-height: 44px;
padding-left: 8px;
box-sizing: border-box;

border-bottom: 1px solid #dddddd;
}
.memberlogin .checking {
position: relative;
}
.memberlogin .checking {
position: relative;
}
.memberlogin .checking img {
position: absolute;
right: 8px;
/*supfire*/
bottom: 0px;
/*supfire*/
border: 1px solid #e2e2e2;
width: 120px;
height: 40px;
}
.memberlogin .checking .yzcode {
    position: absolute;
    right: 0px;
    bottom: 4px;
    width: 120px;
    height: 40px;
    color: #333;
}
.memberlogin .forgetpass {
float: right;
font-size: 14px;
color: #738299;
margin-top: -16px;
margin-right: 243px;
}
.memberlogin .login {
width: 245px;
height: 43px;
line-height: 43px;
text-align: center;
font-size: 18px;
color: #fff;
background-color: #054cb4;
border-radius: 4px;
margin: 52px 0 0 325px;
}
.memberlogin .goregister {
margin-top: 21px;
text-align: center;
font-size: 12px;
color: #b0b1b4;
margin-left: 64px;
/*supfire*/
font-size: 15px;
color: #666;
/*supfire*/
}
.main-box .release {
float: right;
width: 140px;
height: 36px;
background-color: #3472cd;
color: #fff;
line-height: 36px;
text-align: center;
border-radius: 4px;
margin-top: 48px;
}
.main-box .main-left {
float: left;
width: 240px;
height: 430px;
background-color: #FFF;
margin-top: 12px;
margin-bottom: 29px;
}
.main-left .dt {
width: 240;
height: 70px;
background-color: #054cb4;
color: #fff;
font-weight: 400;
font-size: 20px;
}
.dt .dt-item {
cursor: pointer;
padding: 18px;
box-sizing: border-box;
}
.dt-item img {
float: left;
}
.dt-item .title {
float: left;
margin-left: 12px;
color: #fff;
text-decoration: none;
}
.dd .dd-item {
list-style: none;
width: 240px;
height: 59px;
line-height: 59px;
cursor: pointer;
font-size: 14px;
color: #000;
font-weight: bold;
background-color: #FFF;
border-bottom: 1px solid #f5f5f5;
transition: all .3s;
}


.dd .dd-item.active {
background-color: #f3f3f3;
outline: none;
}

.dd .dd-item:hover {
background-color: #f3f3f3;
}

.dd .dd-item:focus {
background-color: #f3f3f3;
outline: none;
}


.main-left {
float: left;
width: 240px;
height: 430px;
background-color: #FFF;
margin-top: 12px;
margin-bottom: 29px;
}


.dd-item .icon-fangkuai {
float: left;
font-size: 18px;
margin-right: 10px;
margin-left: 6px;
color: #e5e5e5;
}

.dd-item .title {
float: left;
font-size: 16px;
font-weight: 400;
text-decoration: none;
color: #333;
}

.dd-item .col {
color: #999;
}

.dd-item .icon-xiangyoujiantou {
float: right;
font-size: 17px;
color: #bfbfbf;
margin-right: 14px;
}
.main-right {
float: left;
width: 960px;
overflow: hidden;
margin: 0 0 30px 0;
}

.my-iframe {
min-height:600px;
margin-top: 12px;
margin-left: 20px;
}

.center-right {
float: left;
width: 940px;
height: 202px;
background-color: #FFF;
}
.revisehead {
float: left;
width: 125px;
height: 126px;
margin: 33px 33px 0 29px;
border-radius: 50%;
}
.center-box {
float: left;
width: 506px;
height: 138px;
/*supfire*/
/*border-right: 1px solid #cbcbcb;*/
/*supfire*/
margin-top: 36px;
}
.center-box .title {
float: left;
width: 340px;
height: auto;
margin-right: 10px;
font-size: 24px;
color: #333333;
}
.center-box img {
float: left;
width: 93px;
height: 28px;
margin-top: 3px;
}
.center-box .tips {
float: left;
color: #ff0000;
width: 110px;
height: 35px;
font-size: 21px;
margin-top: 3px;
}
.center-box .company {
width: 500px;
height: 38px;
font-size: 14px;
color: #999;
}
.center-box .loginaccount ,
.center-box .time {
width: 500px;
height: 24px;
font-size: 14px;
color: #999;
}
.center-right .right-box {
float: left;
width: 239px;
height: 138px;
margin-top: 36px;
/*supfire*/
border-left: 1px solid #cbcbcb;
/*supfire*/
}
.center-right .right-box .num {
float: left;
width: 100%;
height: 45px;
line-height: 45px;
margin: 0px 15px;
margin-bottom: 20px;
color: #999999;
font-size: 14px;
margin-top: 22px;
}
.center-right .right-box .num .number {
float: left;
text-align: center;
font-size: 30px;
height: 45px;
color: #054cb4;
margin-bottom: 29px;
margin-right: 22px;
font-weight: bold;
}
.center-right .right-box .allow {
text-align: center;
width: 88px;
float: left;
}
.center-right .right-box .allnum {
text-align: center;
font-size: 12px;
color: #999999;
margin-top: 16px;
}
.center-right.margin16 {
margin-bottom: 16px;
}
.center-right.zhuangbeiguanli {
height: 145px;
}
.center-right.zhuangbeiguanli button{
width: 130px;
height: 49px;
line-height: 49px;
text-align: center;
font-size: 22px;
color: #FFF;
background-color: #054cb4;
margin: 47px 0 0 37px;
}
.center-right.recequip {
height: auto;
}
.center-right.recequip .top-ifr{
width: 917px;
height: 50px;
line-height: 55px;
font-size: 22px;
color: #333;
border-bottom: 1px dashed #999999;
margin-left: 10px;
}
.center-right.recequip .top-ifr a{
float: left;
font-size: 22px;
color: #333;
}
.center-right.recequip .top-ifr .fenge{
float: left;
width: 6px;
height: 26px;
background-color: #054cb4;
margin: 15px 13px 0 0;
}
.center-right.recequip .bot{
float: left;
width: 100%;
margin-top: 28px;
}
.center-right.recequip .bot .item-ifr{
/*supfire*/
cursor: pointer;
/*supfire*/
float: left;
margin-top: 32px;
width: 270px;
margin: 0 21px;
}
.center-right.recequip .bot img{
width: 270px;
height: 236px;
}
.center-right.recequip .bot a{
width: 270px;
height: 64px;
line-height: 64px;
font-size: 16px;
color: #474747;
text-align: center;
}
.center-right.recequip .bot.qiye {
margin-top: 0px;
}
.center-right.recequip .bot.qiye span{
width: 100%;
height: 32px;
text-align: left;
font-size: 16px;
color: #666666;
margin-left: 43px;
line-height: 64px;
}
.center-right.recequip.bank {
height: 218px;
margin-bottom: 16px;
}
.center-right.user {
height: auto;
min-height: 600px;
}
.center-right.user .top-ifr {
width: 100%;
height: 50px;
line-height: 54px;
border-bottom: 1px solid #f7f9fa;
}
.center-right.user .top-ifr .fenge{
float: left;
width: 4px;
height: 20px;
background-color: #054cb4;
margin: 18px 9px 0 12px;
}
.center-right.user .top-ifr a {
font-size: 18px;
color: #333;
}
.center-right.user .bot{
float: left;
width: 568px;
margin-left: 93px;
margin-top: 40px;
}
.center-right.user .bot .huiyuan ,
.center-right.user .bot .xinyong ,
.center-right.user .bot .danwei ,
.center-right.user .bot .shouji {
float: left;
width: 100%;
height: 48px;
font-size: 16px;
color: #333;
}
.center-right.user .bot .hyleixing ,
.center-right.user .bot .hybianhao ,
.center-right.user .bot .region ,
.center-right.user .bot .jtdizhi ,
.center-right.user .bot .zcrname {
float: left;
width: 100%;
height: 44px;
line-height: 44px;
/* border-bottom: 1px solid #dddddd; */
margin-bottom: 16px;
}

.center-right.user .bot .region {
border: none;
}

.center-right.user .bot .hyleixing span,
.center-right.user .bot .hybianhao span ,
.center-right.user .bot .jtdizhi span ,
.center-right.user .bot .zcrname span {
float: left;
padding: 0 7px 0 4px;
}

.center-right.user .bot .hyleixing .title {
float: left;
font-size: 14px;
color: #666666;
}
.center-right.user .bot .hybianhao input ,
.center-right.user .bot .jtdizhi input ,
.center-right.user .bot .zcrname input {
font-size: 14px;
color: #666666;
height: 42px;
line-height: 42px;
}
.center-right.user .bot .hyleixing .icon-iconfontarrows ,
.center-right.user .bot .region .center .icon-iconfontarrows ,
.center-right.user .bot .region .right .icon-iconfontarrows{
float: right;
font-size: 24px;
color: #cfcfcf;
margin-right: 26px;
}
.center-right.user .bot .region .left {
float: left;
width: 88px;
}
.center-right.user .bot .region .left span{
float: left;
padding: 0 7px 0 4px;
}
.center-right.user .bot .region .left a,
.center-right.user .bot .region a {
float: left;
font-size: 14px;
color: #666666;
}
.min-user-img{
height:30px;
width: 80px;
}
.center-right.user .bot .region .center {
float: left;
width: 224px;
margin-right: 32px;
border-bottom: 1px solid #dddddd;
}
.center-right.user .bot .region .center a ,
.center-right.user .bot .region .right a{
margin-left: 15px;
}

.center-right.user .bot .region .right {
float: left;
width: 224px;
border-bottom: 1px solid #dddddd;
}

.yyzhizhao {
float: left;
width: 100%;
height: 33px;
margin-top: 20px;
}
.yyzhizhao span {
float: left;
padding: 0 7px 0 4px;
}
.yyzhizhao .title {
width: 100px;
float: left;
font-size: 14px;
color: #666666;
}
.yyzhizhao button {
float: left;
width: 70px;
height: 28px;
line-height: 28px;
text-align: center;
border: 1px solid #666666;
background-color: #FFF;
border-radius: 4px;
}
.yyzhizhao .yaoqiu {
float: left;
width: 333px;
margin-left: 10px;
line-height: 26px;
font-size: 12px;
color: #666666;
}
.center-right.user .bot .intro {
min-width: 568px;
max-width: 568px;
min-height: 99px;
max-height: 99px;
padding: 12px 17px;
outline: none;
margin-top: 16px;
margin-bottom: 43px;
}
.tijiaobut {
width: 227px;
height: 43px;
line-height: 43px;
text-align: center;
font-size: 18px;
background-color: #054cb4;
color: #FFF;
border-radius: 4px;
margin-bottom: 82px;
}

.center-right.user .bot.anquan{
float: left;
width: 568px;
margin-left: 86px;
margin-top: 59px;
}
.center-right.user .bot.anquan .button{
float: left;
width: 568px;
height: 50px;
border-bottom: 1px solid #ddd;
}
.center-right.user .bot.anquan .button button{
float: left;
width: 160px;
height: 50px;
font-size: 18px;
color: #333;
text-align: center;
line-height: 50px;
background-color: #fafafa;    
}
.center-right.user .bot.anquan .button button.active{
color: #fff;
background-color: #054cb4;    
}
.center-right.user .bot.anquan .phone span{
color: ;
margin: 0 4px;
}
.center-right.user .bot.anquan .phone{
float: left;
width: 100%;
height: 60px;
font-size: 14px;
color: #333;
line-height: 60px;
}
.center-right.user .bot.anquan .newpass ,
.center-right.user .bot.anquan .oknewpass ,
.center-right.user .bot.anquan .phoneyanz {
float: left;
width: 100%;
height: 45px;
background-color: #fafafa;
margin-bottom: 15px;
padding-left: 19px;
box-sizing: border-box;
}
.center-right.user .bot.anquan .newpass.two {
margin-top: 36px;
}
.center-right.user .bot.anquan .phoneyanz input {
float: left;
width: 80%;
height: 45px;
background-color: #fafafa;
margin-bottom: 15px;
}
.center-right.user .bot.anquan .phoneyanz a {
float: right;
text-align: right;
height: 45px;
line-height: 45px;
width: 20%-20px;
background-color: #fafafa;
color: #054cb4;
margin-right: 20px;
}
.center-right.user .bot.anquan .tijiaobut {
width: 195px;
height: 55px;
text-align: center;
line-height: 55px;
background-color: #054cb4;
font-size: 18px;
color: #FFF;
margin-top: 43px;
}
.center-right.user .bot.anquan .phoneyanzheng {
float: left;
width: 100%;
height: 74px;
font-size: 18px;
color: #333;
font-weight: bold;
padding-top: 54px;
box-sizing: border-box;
}
.bot .tijiaobut.fapiao {
margin-top: 40px;
}
.center-right.user .bot .jiaofei {
width: 547px;
height: 42px;
margin-bottom: 50px;
}
.center-right.user .bot .jiaofei input{
float: left;
width: 458px;
height: 42px;
border-bottom: 1px solid #dddddd;
padding-left: 19px;
box-sizing: border-box;
}
.center-right.user .bot .jiaofei button{
float: right;
width: 89px;
height: 42px;
background-color: #054cb4;
color: #FFF;
font-size: 16px;
font-weight: bold;
}
.center-right.user .top-ifr.border0 {
border: 0;
}
.voucherbox {
float: le;
width: 100%;
margin-top: 42px;
}
.voucherbox .item {
float: left;
width: 240px;
margin: 0 36px;
}
.voucherbox .item img {
float: left;
width: 240px;
height: 139px;
}
.voucherbox .item .time {
float: left;
width: 206px;
font-size: 14px;
color: #333;
margin-top: 28px;
}
.voucherbox .item .del {
float: right;
width: 34px;
font-size: 14px;
color: #054cb4;
margin-top: 28px;
margin-bottom: 20px;
}
.zbguanli-top {
float: left;
width: 100%;
height: 54px;
line-height: 54px;
font-size: 20px;
color: #333;
}
.zbguanli-top .fenge {
float: left;
width: 4px;
height: 20px;
background-color: #054cb4;
margin: 18px 9px 0 12px;
}
.zbguanli-top a {
float: left;
width: 160px;
}
.zbguanli-bot {
float: left;
margin-top: 36px;
margin-left: 12px;
}
.zbguanli-bot .button {
width: 898px;
height: 52px;
border-bottom: 1px dashed #999999;
margin-bottom: 13px;
margin-left: 0;
}
.zbguanli-bot .button button {
float: left;
height: 52px;
font-size: 14px;
color: #444;
padding: 0 24px;
background-color: #fff;
}
.zbguanli-bot .button .reviewed.active {
background-color: #054cb4;
color: #fff;
}
.zbguanli-box .item {
float: left;
width: 900px;
height: 173px;
border-bottom: 1px solid #ddd;
}
.zbguanli-box .item img {
float: left;
width: 165px;
height: 113px;
margin: 35px 22px 0 3px;
}
.zbguanli-box .item .title {
float: left;
width: 700px;
height: 22px;
font-size: 16px;
color: #444;
margin: 44px 0 11px 0;
}
.zbguanli-box .item .name {
float: left;
/*supfire*/
width: 620px;
/*supfire*/
height: 16px;
font-size: 14px;
color: #828282;
margin-bottom: 27px;
}
.zbguanli-box .item .icon-yuyuetoubiao {
float: left;
width: 30px;
height: 16px;
font-size: 18px;
color: #479ed5;   
}
.zbguanli-box .item .time {
float: left;
width: 679px;
height: 16px;
font-size: 14px;
color: #828282;
margin-bottom: 27px;
}
/*supfire*/
.zbguanli-box .item  .modify{
float: right;
width: 50px;
height: 25px;
line-height: 25px;
font-size: 14px;
text-align: center;
color: #fff;
background: #007bed;
margin-right: 30px;
border-radius: 5px;
cursor: pointer;
}
/*supfire*/
.qgguanli-bot .item .name{
width: 680px;
}
.qgguanli-bot .item {
float: left;
width: 900px;
height: auto;
}
.qgguanli-bot .item .title{
width: 600px;
}
.qgguanli-bot .item .time,.qgguanli-bot .item .icon-yuyuetoubiao {
float: right;
margin: 44px 0 11px 0;
}
.qgguanli-bot .item .time{
float: right;
width: 170px;
margin: 44px 0 11px 0;
}
/*supfire*/
.qgguanli-bot .item .modify{
width: 50px;
height: 25px;
line-height: 25px;
font-size: 14px;
text-align: center;
color: #fff;
background: #007bed;
margin-right: 30px;
border-radius: 5px;
cursor: pointer;
margin-top: 40px;
}
/*supfire*/
.center-right.user .bot .jtdizhi.title{
margin-bottom: 0px;
height: 20px;
line-height: 20px;
}
.center-right.user .bot .jtdizhi.user-title{
margin-top: 20px;
margin-bottom: 0px;
height: 20px;
line-height: 20px;
}
.qiugou-text {
float: left;
min-width: 568px;
max-width: 568px;
min-height: 116px;
/*max-height: 116px;*/
/*margin-top: 20px;*/
padding: 13px 19px;
box-sizing: border-box;
outline: none;
}

.zhuce-box {
width: 748px;
background-color: #FFF;
margin: 59px auto 173px;
padding: 26px 0 0 89px;
box-sizing: border-box;
overflow: hidden;
}
.zhuce-box .title {
float: left;
width: 570px;
height: 92px;
line-height: 92px;
text-align: center;
border-bottom: 1px solid #f5f5f5;
font-size: 30px;
/*supfire*/
font-size: 27px;
/*supfire*/
color: #333;
font-weight: bold;
margin-bottom: 40px;
}
/*supfire*/
.zhuce-box .title .subtitle {
font-size: 14px;
margin: 6px;
display: unset;
font-weight: normal;
color: #333;
}
/*supfire*/
.zhuce-box .zhuce-item {
float: left;
width: 570px;
height: 56px;

}
.zhuce-box .zhuce-item a {
float: left;
width: 285px;
height: 56px;
line-height: 56px;
text-align: center;
font-size: 20px;
color: #666;
border-bottom: 1px solid #cccccc;
}
.zhuce-box .zhuce-item a.active {
color: #054cb4;
height: 54px;
border-bottom: 3px solid #054cb4;
}
.zhuce-box .dwname {
float: left;
width: 568px;
height: 46px;
line-height: 46px;
/* border-bottom: 1px solid #ddd; */
margin-top: 20px;
}
.zhuce-box .dwname span{
float: left;
margin: 0 9px 0 8px;
color: #ff0000;
}
.zhuce-box .dwname .titles {
float: left;
width: 460px;
font-size: 14px;
color: #666666;
}
.zhuce-box .dwname .icon-iconfontarrows {
float: right;
font-size: 24px;
color: #cfcfcf;
margin-right: 26px;
}
.zhuce-box .dwname .phone {
float: left;
width: 460px;
height: 46px;
line-height: 46px;
font-size: 14px;
color: #666666;
}
.zhuce-box .dwname .yzcode {
float: right;
font-size: 14px;
color: #054cb4;
}
.zhuce-box .consent  {

width: 316px;
height: 43px;
line-height: 43px;
text-align: center;
border-radius: 4px;
color: #fff;
background-color: #054cb4;
margin-top: 154px;
margin-left: 129px;
margin-bottom: 18px;
}

.zhuce-box .checkbox  {
margin: 0 18px 80px 0;
}
.zhuce-box .checkbox label input{
float: left;
width: 20px;
height: 20px;
margin: 0 18px 0 130px;
}
.zhuce-box .checkbox label a {
font-size: 14px;
display: unset;
color: #999;
}
.dwname.border0{
border: 0;
}
.dwname .zhizhao {
width: 96px;
float: left;
font-size: 14px;
color: #666666;
}
.dwname.border0 button{ 
float: left;
width: 70px;
height: 28px;
line-height: 28px;
text-align: center;
border: 1px solid #666666;
background-color: #FFF;
border-radius: 4px;
margin-top: 10px;
}
.dwname.border0 .det{ 
float: left;
/*supfire*/
/*width: 340px;*/
/*supfire*/
margin-left: 10px;
line-height: 26px;
font-size: 12px;
color: #666666;
margin-top: 10px;
}
.zhuce-box .dwname.region {
border: 0;
}
.zhuce-box .dwname.region .left {
float: left;
width: 92px; 
}
.zhuce-box .dwname.region .left .adds,
.zhuce-box .dwname .zhizhao{
float: left;
font-size: 14px;
color: #666666;
margin: 0;
}

.zhuce-box .dwname.region .center {
float: left;
width: 222px;
margin-right: 32px;
border-bottom: 1px solid #dddddd;
}
.zhuce-box .dwname.region .center a ,
.zhuce-box .dwname.region .right a {
float: left;
font-size: 14px;
color: #666666;
margin-left: 8px;
}

.zhuce-box .dwname.region .center .icon-iconfontarrows ,
.zhuce-box .dwname.region .right .icon-iconfontarrows{
float: right;
font-size: 24px;
color: #cfcfcf;
margin-right: 26px;
}
.zhuce-box .dwname.region .right {
float: left;
width: 222px;
border-bottom: 1px solid #dddddd;
}
.forpass {
width: 835px;
height: 495px;
background-color: #FFF;
margin: 70px 0 137px 155px;
padding: 42px 0 0 192px;
box-sizing: border-box;
}
.forpass .title {
float: left;
margin-bottom: 48px;
}
.forpass .title img {
float: left;
width: 13px;
height: 16px;
margin: 4px 12px 0 182px;
}
.forpass .title a {
float: left;
font-size: 18px;
color: #738299;
}
.forpass .step {
float: left;
}
.forpass .step .frist ,
.forpass .step .two ,
.forpass .step .three{
float: left;
width: 25px;
height: 25px;
border-radius: 50%;
line-height: 25px;
text-align: center;
color: #FFFFFF;
background-color: #ccd2dc;
margin-bottom: 8px;
}
.forpass .step .frist {
margin-left: 11px;
}
.forpass .step .frist.active ,
.forpass .step .two.active ,
.forpass .step .three.active{
background-color: #054cb4;
}
.forpass .step .step-bar {
float: left;
width: 172px;
height: 3px;
border-radius: 4px;
background-color: #ccd2dc;
margin: 11px 7px 0 6px;
}
.forpass .step .step-bar.active {
background-color: #054cb4;
}
.forpass .step .frist-a ,
.forpass .step .two-a ,
.forpass .step .three-a {
float: left;
font-size: 12px;
color: #ccd2dc;
}
.forpass .step .frist-a.active ,
.forpass .step .two-a.active ,
.forpass .step .three-a.active{
color: #054cb4;
}
.forpass .step .two-a {
margin-left: 168px;
}
.forpass .step .three-a {
margin-left: 178px;
}
.forpass .code {
float: left;
height: 40px;
line-height: 40px;
margin-top: 62px;
}
.forpass .code .title {
float: left;
font-size: 16px;
color: #738299;
margin-left: 33px;
margin-right: 12px;
}
.forpass .code input {
float: left;
width: 276px;
height: 40px;
line-height: 40px;
border-bottom: 1px solid #ddd;
padding-left: 10px;
}
.forpass .next {
float: left;
width: 300px;
height: 55px;
font-size: 18px;
color: #DDDDDD;
background-color: #054cb4;
margin: 101px 0 0 91px;
}
.forpass .shehui {
float: left;
margin-top: 48px;
}
.forpass .shehui ,
.forpass .phone {
float: left;
color: #738299;
font-size: 16px;
margin-bottom: 12px;
}
.forpass .mescode {
float: left;
height: 40px;
line-height: 40px;
margin-top: 20px;
}
.forpass .mescode .right{
float: left;
width: 333px;
height: 40px;
line-height: 40px;
border-bottom: 1px solid #ddd;
}
.forpass .mescode .right input {
float: left;
width: 180px;
height: 40px;
line-height: 40px;
padding-left: 8px;
box-sizing: border-box;
}
.forpass .mescode .right button {
float: right;
width: 102px;
height: 27px;
border: 1px solid #054cb4;
border-radius: 4px;
font-size: 14px;
color: #054cb4;
background-color: #FFF;
margin-right: 11px;
margin-top: 7px;
}
.forpass .mescode .title {
float: left;
color: #738299;
width: 85px;
font-size: 16px;
} 
.forpass .next.dierbu {
margin-top: 35px;
}
.equipdisplay .top-box {
width: 100%;
height: 69px;
line-height: 69px;
background-color: #fff;
border-bottom: 1px dashed #999;
overflow: hidden;
}
.forpass .finish{
margin-left: 213px;
margin-top: 50px;
}
.forpass .newtitle{
margin-top: 30px;
margin-left: 185px;
}
.equipdisplay .top-box .fenge {
float: left;
width: 6px;
height: 26px;
background-color: #0d75f0;
margin: 24px 13px 0 16px;
}
.equipdisplay .top-box .title {
float: left;
font-size: 22px;
font-weight: bold;
color: #333;
margin-right: 10px;
}
.equipdisplay .top-box .item {
float: left;
font-size: 10px;
line-height: 80px;
color: #333;
}
.equipdisplay .bot .left.zbku {
position: relative;
}
/*.equipdisplay .bot .left.zbku a ,*/
.equipdisplay.zbku .bot .righttop .item.zbku a {
display: none;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 48px;
line-height: 48px;
text-align: center;
font-size: 16px;
color: #fff;
background-color: rgba(0,0,0,.4);
transition: all .5s;
}

.equipdisplay .bot .left.zbku img {
width: 310px;
height: 585px;
}
.equipdisplay.zbku {
margin-top: 26px;
overflow: hidden;
margin-bottom: 26px;
}

.equipdisplay.zbku .bot .righttop .item.zbku {
position: relative;
width: 556px;
}
.equipdisplay.zbku .bot .righttop .item.zbku.zbku-s {
position: relative;
width: 270px;
}

.equipdisplay.zbku .bot .righttop .item.zbku img {
width: 556px;
height: 288px;
}
.equipdisplay.zbku .bot .righttop .item.zbku.zbku-s img {
width: 270px;
height: 288px;
}

.equipdisplay.zbku .bot .righttop .item.zbku a,
.equipdisplay.zbku .bot .righttop .item.zbku.zbku-s a{
bottom: 12px;
}

.search-title {
float: left;
width: 841px;
height: 54px;
line-height: 54px;
border: 2px solid #054cb4;
margin: 45px 0 26px 171px;
background-color: #fff;
}
.search-title .zbfenlei {
float: left;
width: 124px;
height: 40px;
line-height: 40px;
padding-left: 23px;
box-sizing: border-box;
border-right: 1px solid #054cb4;
margin-top: 6px;
}
.search-title .zbfenlei a {
float: left;
color: #7f7f7f;
font-size: 14px;
}
.search-title .zbfenlei .icon-xiajiantou-copy {
float: left;
color: #7f7f7f;
font-size: 10px;
margin-left: 16px;
}
.search-title input {
float: left;
width: 580px;
height: 54px;
line-height: 54px;
padding-left: 24px;
box-sizing: border-box;
}
.search-title button {
float: right;
width: 124px;
height: 55px;
font-size: 20px;
line-height: 55px;
color: #fff;
background-color: #054CB4;
}
.hotword {
width: 100%;
height: 14px;
line-height: 14px;
margin-bottom: 53px;
overflow: hidden;
}
.hotword a {
float: left;
font-size: 12px;
color: #8f8f8f;
margin-right: 36px;
transition: all .1s;
}
.hotword a:hover {
color: #000000;
}

.hotword .title {
color: #054cb4;
margin: 0 20px 0 83px;
transition: all .3s;
}
.hotword .title:hover {
color: #054cb4;
}
.zbredu {
float: left;
width: 584px;
background-color: #fff;
margin-bottom: 27px;
}
.zbredu.float-r {
float: right;
}
.zbredu .top-zbredu {
float: left;
width: 536px;
height: 58px;
line-height: 58px;
border-bottom: 1px dashed #999999;
margin-left: 24px;
}
.zbredu .top-zbredu .fenge {
float: left;
width: 6px;
height: 26px;
background-color: #ff0000;
margin: 17px 11px 0 0;
}
.zbredu .top-zbredu .fenge.green {
background-color: #2bc900;
}
.zbredu .top-zbredu .title {
float: left;
font-size: 20px;
font-weight: bold;
color: #444;
}
.zbredu .bot {
float: left;
width: 100%;
margin-top: 23px;
}
.zbredu .bot .item {
float: left;
width: 270px;
height: 86px;
margin: 0 0 42px 22px;
}
.zbredu .bot .item img {
float: left;
width: 94px;
height: 86px;
}
.zbredu .bot .item .right {
float: left;
margin-left: 13px;
}
.zbredu .bot .item .right .title {
width: 163px;
font-size: 16px;
color: #474747;
margin-top: 21px;
transition: all .1s;
}
.zbredu .bot .item .right .name {
width: 163px;
font-size: 12px;
color: #878787;
margin-top: 12px;
}
.main-box .views {
width: 100%;
background-color: #fff;
padding-top: 15px;
margin-bottom: 117px;
}
.top-views {

width: 1152px;
height: 51px;
border-bottom: 1px dashed #999;
margin-left: 24px;
}
.top-views button{
float: left;
width: 120px;
height: 51px;
line-height: 51px;
font-size: 16px;
color: #444;
background-color: #fff;
}
.top-views button.active{
color: #fff;
background-color: #054cb4;
}
.top-views .bot {
float: left;
width: 1152px;
margin-left: 24px;
}
.views .bot .item{
width: 100%;
height: 147px;
border-bottom: 1px solid #ddd;
}
.views .bot .item img{
float: left;
width: 147px;
height: 101px;
margin: 31px 26px 15px;
}
.views .bot .item .title{
float: left;
width: 700px;
height: 20px;
font-size: 16px;
color: #444;
margin-top: 38px;
transition: all .1s;
}
.views .bot .item .comname{
float: right;
text-align: right;
width: 301px;
height: 26px;
font-size: 16px;
color: #0890df;
margin-top: 38px;
padding-right: 24px;
box-sizing: border-box;
}
.views .bot .item .brief ,
.views .bot .item .time {
float: left;
width: 700px;
height: 20px;
font-size: 14px;
color: #828282;
margin-top: 8px;
}
.views .bot .item .time {
margin-top: 24px;
}
.views .bot .item .browsenum {
float: right;
height: 16px;
margin-right: 24px;
margin-top: 22px;
}
.views .bot .item .browsenum img{
float: right;
width: 22px;
height: 16px;
margin: 0;
margin-top: 3px;
margin-right: 12px;
}
.views .bot .item .browsenum .title{
float: right;
font-size: 14px;
color: #828282;
width: auto;
height: auto;
margin-top: 0;
}
.search-category{
background: url(../img/select-down.png) no-repeat scroll right center transparent;
padding-right: 20px;
-webkit-appearance: none;
width: 88px;
border: 0;
outline: none;
background-size: 12px;
color: #666;
font-size: 15px;
padding: 5px;
}
/* 分页 */
/*#page{*/
/*    font-size: 18px;*/
/*    text-align: center;*/
/*    margin-top:130px;*/
/*    margin-bottom:90px;*/
/*}*/
/*#pagecontent{*/
/*    height:36px;*/
/*    text-align: center;*/
/*    display: inline-block;*/
/*    list-style: none;*/
/*    vertical-align: middle;*/
/*}*/
/*#pagecontent li{*/
/*    cursor:pointer;*/
/*    float: left;*/
/*    height: 36px;*/
/*    text-align: center;*/
/*    line-height:36px;*/
/*    width: 36px;*/
/*    margin: 9px;*/
/*    margin-top:-3px;*/
/*    background: #fff;*/
/*    color: #0099ff;*/
/*    border: 2px solid #0099ff;*/
/*}*/
/*#first,#last{*/
/*    cursor:pointer;*/
/*    width:36px;*/
/*    height:36px;*/
/*    border: 2px solid #0099ff;*/
/*    color: #fff;*/
/*    background-color: #0099ff;*/
/*    display: inline-block;*/
/*    text-align:center;*/
/*    line-height:36px;*/
/*}*/
/*#pagecontent .selected{*/
/*    cursor: default;*/
/*    color: #fff;*/
/*    background: #0099ff;*/
/*    border: 2px solid #0099ff;*/
/*}*/
.pages {
overflow: hidden;
width: 100%;
height: 30px;
padding: 65px 0 38px 400px;
}
.pages li {
cursor: pointer;
border: 1px solid #d6dbe3;
text-align: center;
width: 30px;
height: 28px;
line-height: 28px;
border-radius: 4px;
margin: 0 3px;
float: left;
font-size: 16px;
}
.pages li.selected {
color: #fff;
background-color: #054cb4;
}
.pages .pagestop ,
.pages .pagesbot {
margin: 0 18px;
}
.views .bot .item.border0 {
border: 0;
}
.equipdisplay.zbku.zbgongying {
float: left;
width: 984px;
}
.equipdisplay.zbku.zbgongying .top-box{
border: 0;
}
.bot-zbgongying .left {
float: left;
width: 984px;
height: auto;
background-color: #fff;
}
.bot-zbgongying .left .item{
float: left;
width: 934px;
height: 183px;
margin-left: 24px;
border-bottom: 1px solid #ddd;
margin-bottom: 5px;
}
.bot-zbgongying .left .item .dajiang{
float: left;
width: 134px;
height: 128px;
margin: 31px 26px 0 0;
}
.center-gy {
float: left;
width: 506px;
}
.center-gy .name {
float: left;
width: 100%;
font-size: 22px;
height: 29px;
color: #151515;
margin-top: 41px;
transition: all .1s;
}
.center-gy .addimg {
float: left;
width: 16px;
height: 16px;
margin: 29px 9px 0 4px;
}
.center-gy .add {
float: left;
width: 477px;
font-size: 14px;
color: #818181;
margin-top: 26px;
}
.center-gy .det {
float: left;
width: 100%;
font-size: 14px;
color: #818181;
margin-top: 8px;
}
.right-gy {
float: right;
width: 268px;
height: 29px;
margin-top: 42px;
}
.right-gy .zbshu ,
.right-gy .liulan {
float: left;
width: 20px;
height: 17px;
margin: 4px 9px 0 0;
}
.right-gy .liulan {
width: 19px;
height: 13px;
margin-top: 9px;
}
.right-gy a ,
.right-gy img 
{
float: left;
}

.zbshu-a ,
.liulan-a {
font-size: 14px;
line-height: 29px;
color: #818181;
}
.zbshu-a {
margin-right: 40px;
float: left;
}
.compage {
float: right;
width: 127px;
height: 40px;
line-height: 40px;
font-size: 16px;
color: #054cb4;
border-radius: 4px;
background-color: #fff;
border: 1px solid #054cb4;
box-sizing: border-box;
margin: 28px 42px 0 0;
transition: all .1s;
}
.equipdisplay.zbku.zbgongying .top-box .item-zbgongying {
float: left;
width: 934px;
margin-left: 24px;
height: 100%;
box-sizing: border-box;
border-bottom: 1px dashed #999;
}
.equipdisplay .top-box .fenge.zbgongying {
margin-left: 0;
}
.bot-zbgongying .left .item.border0 {
border: 0;
}
.right-item{
float: right;
width: 196px;
background-color: #FFF;
margin-top: 26px;
}
.right-item .top-sitem {
float: left;
width: 173px;
height: 54px;
line-height: 60px;
border-bottom: 1px solid #e2e2e2;
margin-left: 11px;
box-sizing: border-box;
}
.right-item .top-sitem button{
height: 54px;
line-height: 60px;
font-size: 18px;
color: #054cb4;
background-color: #fff;
border-bottom: 2px solid #054cb4;
}
.right-item .bot-sitem {
float: left;
width: 170px;
margin-top: 22px;
margin-left: 13px;
}
.right-item .bot-sitem .item{
float: left;
width: 100%;
text-align: center;
}
.right-item .bot-sitem .item img{
float: left;
width: 170px;
height: 150px;
}
.right-item .bot-sitem .item .title-sitem{
float: left;
width: 100%;
font-size: 14px;
color: #282828;
margin: 15px 0 28px 0;
transition: all .1s;
}
.bot-zbgongying .left .item .dajiang.huizhan {
width: 205px;
height: 151px;
margin: 26px 24px 0 0;
}
.bot-zbgongying .left .item.huizhan {
height: 199px;
margin-bottom: 5px;
}
.center-gy .name.huizhan {
font-size: 20px;
margin-top: 55px;
}
.center-gy .time {
float: left;
width: 175px;
font-size: 14px;
color: #818181;
margin-top: 9px;
}
.center-gy .shuliulan {
float: left;
width: 24px;
height: 15px;
margin-top: 10px;
margin-right: 5px;
}
.center-gy .num {
float: left;
width: 24px;
font-size: 14px;
color: #818181;
margin-top: 10px;
}
.center-gy .det.huizhan {
margin-top: 18px;
}
.newsmain {
background-color: #FFF;
width: 100%;
height: auto;
}
.nwes-title {

width: 100%;
font-size: 20px;
color: #000;
text-align: center;
padding-top: 72px;
box-sizing: border-box;
}
.newsitem {
float: left;
width: 100%;
text-align: center;
}
.newsitem .left {
float: left;
margin-left: 700px;
}
.newsitem .left div {
float: left;
margin-top: 25px;
font-size: 14px;
color: #878787;
margin-right: 30px;
}
.newsitem .right {
float: right;
margin-top: 22px;
}
.newsitem .right img{
float: left;
margin-right: 6px;
cursor: pointer;
}
.article {
font-size: 14px;
color: #515151;
line-height: 27px;
padding: 38px 0 44px 0;
}
.article img{
max-width: 100%;
}
.main-box.news {
width: 1153px;
}
.main-box.zhanhui .fenge {
float: left;
width: 6px;
height: 29px;
background-color: #054cb4;
margin: 31px  8px 28px 0;
}
.main-box.zhanhui .title {
float: left;
font-size: 24px;
font-weight: bold;
color: #000;
margin-top: 30px;
}
.newsitem .left.zhanhui {
margin: 0;
}
.newsitem .left.zhanhui a {
margin-top: 0;
}
.newsitem .right.zhanhui {
margin-top: -5px;
}
.arganizer {
font-size: 16px;
color: #414141;
padding-top: 48px;
}
.arganizer .name{
float: left;
color: #000;
font-weight: bold;
}
.article.zhanhui {
font-size: 16px;
line-height: 26px;
color: #414141;
padding: 18px 0 300px 0;
}
.bot-zbgongying .left .item.wantbuy {
height: 189px;
}
.bot-zbgongying .left .item .dajiang.wantbuy{
width: 235px;
height: 144px;
margin: 28px 29px 0 0;
}
.center-gy.wantbuy {
width: 600px;
}
.center-gy .name.wantbuy {
font-size: 20px;
color: #131313;
margin-top: 37px;
}
.center-gy .addimg.wantbuy {
float: left;
width: 19px;
height: 19px;
margin: 9px 10px 19px 0;
}
.center-gy .add.wantbuy {
width: 389px;
color: #6a6a6a;
margin-top: 8px;
}
.center-gy .det.wantbuy {
color: #6a6a6a;
line-height: 24px;
margin-top: 0px;
}
.compage.wantbuy {
width: 103px;
height: 33px;
line-height: 33px;
font-size: 14px;
border-radius: 4px;
background-color: #fff;
border: 1px solid #054cb4;
box-sizing: border-box;
margin: 76px 15px 0 0;
}
.item.wantbuy .buyname {
float: right;
width: 230px;
font-size: 14px;
color: #6a6a6a;
margin-top: 50px;
}
.equipdisplay .top-box.equip {

height: 73px;
line-height: 54px;
background-color: #fff;
border: 0;
overflow: hidden;
}
.equipdisplay .top-box.equip .fenge.equip {
margin: 15px 13px 0 16px;
}
.equipdisplay .bot.equip {
height: 367px;
}
.equipdisplay.zbku.equip {
margin-top: 23px;
margin-bottom: 0;
}
.equipleft {
float: left;
width: 395px;
margin: 0 33px 0 17px;
}
.equipleft .headimg{
float: left;
width: 395px;
height: 263px;
margin-bottom: 24px;
}
.equipleft .item {
float: left;
width: 100%;
height: 35px;

padding-left: 50px;
box-sizing: border-box;
}
.equipleft .item img{
float: left;
margin-right: 30px;
cursor: pointer;
}
.equipleft .item .itemleft ,
.equipleft .item .itemright {
float: left;
margin: 14px 0 0 0;
}
.equipleft .item .itemleft {
margin-right: 24px;
}
.equipcenter {
float: left;
width: 300px;
}
.equipcenter .title {
float: left;
font-size: 26px;
color: #313131;
margin-bottom: 30px;
transition: all .1s;
}
.equipcenter .item {
float: left;
width: 100%;
height: 21px;
line-height: 21px;
margin-right: 11px;
margin-bottom: 20px;
}
.equipcenter .item span {
font-size: 14px;
color: #5d5d5d;
}
.equipcenter .item img{
float: left;
margin-right: 11px;
}
.equipcenter .item .item-t{
float: left;
width: 70px;
}
.equipright {
float: right;
position: relative;
box-sizing: border-box;
width:328px;
height:270px;
padding:8px;
background-color: #FFFFFF;
border: 1px solid #f4f4f4;   
}
.equipright:before{
box-sizing: content-box;
width: 0px;
height: 0px;
position: absolute;
top: 59px;
right: 325px;
padding:0;
border-bottom:8px solid transparent;
border-top:8px solid transparent;
border-left:8px solid transparent;
border-right:8px solid #fff;
display: block;
content:'';
z-index: 12;
}
.equipright:after{
box-sizing: content-box;
width: 0px;
height: 0px;
position: absolute;
top: 58px;
right: 326px;
padding:0;
border-bottom:9px solid transparent;
border-top:9px solid transparent;
border-left:9px solid transparent;
border-right:9px solid #f4f4f4;
display: block;
content:'';
z-index:10
}
.equipright img {
/*float: left;*/
/*width: 306px;*/
height: 124px;
margin-bottom: 12px;
}
.equipright span {
float: left;
width: 100%;
height: 19px;
line-height: 19px;
font-size: 14px;
color: #5D5D5D;
margin-bottom: 6px;
}
.equipright .renzheng{
float: left;
width: 100%;
height: 24px;
line-height: 24px;
font-size: 14px;
color: #5D5D5D;
margin-top: 10px;
}
.equipright .renzheng span{
float: left;
width: 58px;
height: 24px;
line-height: 24px;
font-size: 14px;
color: #5D5D5D;

}
.equipright .renzheng img{
float: left;
width: 123px;
height: 24px;
}

.equipdisplay .top-box.zb-jianjie {
height: 60px;
}

.equipdisplay.zbku.zbgongying .top-box .item-zbgongying.zb-jianjie {
width: 928px;
margin-left: 16px;
height: 100%;
box-sizing: border-box;
border-bottom: 1px dashed #999;
}
.equipdisplay.zbku.zbgongying .top-box .item-zbgongying.zb-jianjie button {
float: left;
width: 101px;
height: 40px;
font-size: 16px;
color: #4c4c4c;
margin-top: 19px;
background-color: #FFF;
}
.equipdisplay.zbku.zbgongying .top-box .item-zbgongying.zb-jianjie button.active {
background-color: #054cb4;
color: #fff;
margin-top: 20px;
}
.left .zb-title {
float: left;
width: 949px;
font-size: 16px;
color: #6a6a6a;
margin: 35px 0 25px 22px;
}
.zb-zhuangbeiimg {
float: left;
width: 302px;
height: 303px;
margin: 0 0 34px 56px;
}
.left .jianjie {
float: left;
width: 100%;
margin-bottom: 65px;
}
.left .jianjie span {
float: left;
width: 892px;
font-size: 16px;
color: #6a6a6a;
margin-bottom: 16px;
margin-left: 45px;
}
.equipdisplay.zbku.zbgongying.zb-last {
margin: 0 0 214px 0;
}

.equipdisplay .top-box.zb-wantbuy {
width: 100%;
height: 57px;
line-height: 57px;
background-color: #fff;
}
.equipdisplay .top-box.zb-wantbuy .fenge {
margin: 16px 13px 0 0px;
}
.equipdisplay.zbku.zbgongying .top-box.zb-wantbuy .item-zbgongying {
margin-left: 16px;
border: 0;
}
.time-user {
float: left;
width: 100%;
height: 19px;
line-height: 19px;
padding-left: 16px;
box-sizing: border-box;
}
.time-user span ,
.time-user img {
float: left;
font-size: 14px;
color: #5d5d5d;
}
.time-user img {
margin-right: 8px;
}
.time-user span {
margin-right: 32px;
}
.zb-details {
margin-top: 27px;
float: left;
}
.item-qiugou {
float: left;
width: 100%;
height: 21px;
line-height: 21px;
margin-right: 11px;
margin-bottom: 10px;
margin-left: 17px;
}
.item-qiugou img {
float: left;
width: 18px;
height: 20px;
margin-right: 11px;
}
.item-qiugou .item-i {
float: left;
width: 89px;
}
.item-qiugou span {
font-size: 14px;
color: #5d5d5d;
}
.cenbox .buletitle {
width: 984px;
font-size: 16px;
color: #054cb4;
padding-left: 16px;
box-sizing: border-box;
margin: 19px 0 4px 0;
}
.cenbox .centest {
width: 984px;
font-size: 14px;
color: #5d5d5d;
line-height: 24px;
padding-left: 16px;
box-sizing: border-box;
}
/*supfire*/
.cenbox .centest span{
border: none;
display: unset;
}
/*supfire*/
.cenbox {
padding-top: 30px;
margin-bottom: 30px;
}
.bot-zbgongying .left .pre {
font-size: 16px;
width: 968px;
margin: 23px 0 35px 16px;
font-weight: bold;
color: #054cb4;
}
.equipdisplay.zbku.zbgongying.wantbuydet {
margin-top: 0;
margin-bottom: 10px;
}
.equipdisplay.zbku.zbgongying.botton-b {
margin-bottom: 10px;
}
.item-qiugou .item-i.last {
float: left;
width: 71px;
}
.left .meg {
float: left;
margin: 28px 0 18px 0;
}
.main-box .main-left.pingtai {
float: left;
width: 204px;
height: auto;
background-color: #FFF;
margin-top: 33px;
margin-bottom: 29px;
}
.dd .dd-item.pingtai {
list-style: none;
width: 204px;
height: 52px;
line-height: 52px;
cursor: pointer;
font-size: 14px;
font-weight: 400;
color: #444;
text-decoration: none;
padding-left: 36px;
box-sizing: border-box;
background-color: #FFF;
border-bottom: 1px solid #f5f5f5;
}
.dd .dd-item.pingtai.active {
background-color: #007bed ;
color: #fff;
}
.dd .dd-item0.pingtai {
list-style: none;
width: 204px;
height: 52px;
line-height: 52px;
font-size: 14px;
font-weight: 400;
text-decoration: none;
padding-left: 36px;
box-sizing: border-box;
background-color: #054cb4 ;
color: #fff;
}
.dd .dd-item.pingtai.last {
border: 0;
}
.icon-youjiantou {
color: #aaaaaa;
float: right;
padding-right: 20px;
box-sizing: border-box;
}
.dd .dd-item.active {
background-color: #f3f3f3;
outline: none;
}
.main-right.pingtai {
width: 996px;
}
.my-iframe.pingtai {
margin-top: 7px;
margin-left: 20px;
}
.center-right.user .top-ifr.pingtai {
width: 100%;
height: 66px;
line-height: 66px;
border-bottom: 1px dashed #999;
}
.center-right.pingtai {
margin-top: 26px;
overflow: hidden;
margin-bottom: 26px;
width: 975px;
height: auto;
}
.center-right.user.pingtai .top-ifr.pingtai .fenge {
width: 6px;
height: 26px;
margin: 21px 13px 0 15px;
}
.center-right.user.pingtai .top-ifr.pingtai a {
font-size: 22px;
font-weight: bold;
}
.center-test {
font-size: 15px;
color: #333;
padding: 40px 22px 50px 15px;
line-height: 30px;
}
.center-test img {
max-width: 100%;
height: auto;
}
.bot-img {
float: left;
margin-left: 15px;
padding-bottom: 26px;
}
.mission {
float: left;
width: 258px;
height: 138px;
background-color: #5ca9b9;
padding: 13px 0 0 20px;
box-sizing: border-box;
margin: 0 0 6px 0;

}
.mission .title {
font-size: 16px;
height: 30px;
color: #fff;
}
.mission .item {
height: 19px;
line-height: 19px;
}
.mission .item a{
float: left;
width: 216px;
font-size: 12px;
color: #fff;
}
.mission .item img{
float: left;
margin: 5px 7px 0 0;
}
.chinapro {
float: left;
width: 624px;
height: 104px;
background-color: #c3a26c;
padding: 29px 31px 27px 31px;
box-sizing: border-box;
}
.chinapro a {
font-size: 19px;
color: #fff;
}
.left .leftimg {
float: left;
width: 258px;
height: 254px;
}
.bot-img .left  {
float: left;
width: 258px;
margin-right: 5px;
}
.bot-img .right {
float: left;
width: 624px;
}
.gy-banner {
width: 100%;
height: 199px;
}
.gy-banner img {
width: 100%;
height: 100%;
}
.gys-left {
float: left;
width: 335px;
background-color: #fff;
margin-top: 54px;
margin-bottom: 40px;
}
.gys-left .top-gys {
width: 100%;
height: 72px;
line-height: 72px;
font-size: 24px;
color: #fff;
text-align: center;
background-color: #054cb4;
}
.gys-left .wuxing {
float: left;
width: 100%;
height: 50px;
}
.wuxing .ago ,
.wuxing .after {
float: left;
width: 52px;
height: 1px;
background-color: #d40001;
margin-top: 26px;
}
.wuxing img {
float: left;
width: 18px;
height: 17px;
margin-top: 16px;
margin-right: 6px;
}
.wuxing .ago {
margin-left: 45px;
margin-right: 9px;
}
.wuxing .after {
margin-left: 3px;
}
.gys-left .title {
text-align: center;
font-size: 18px;
color: #212529;
height: 60px;
font-weight: bold;
}
.assem {
float: left;
width: 310px;
margin-left: 25px;
margin-bottom: 10px;
}
.assem .item {
float: left;
width: 100%;
height: auto;
line-height: 28px;
margin-bottom: 12px;
}
.assem .item img{
float: left;
width: 26px;
height: 28px;
margin-right: 17px;
} 
.assem .item span {
float: left;
font-size: 16px;
color: #252525;
}
.assem .item .assemtitle {
width: 74px;
float: left;
}
.gys-left .supplierpro {
float: left;
width: 285px;
font-size: 16px;
color: #252525;
line-height: 28px;
margin-left: 25px;
/*supfire*/
overflow: hidden;
text-overflow: ellipsis;
/*supfire*/
}
.yingyezhizhao {
float: left;
width: 156px;
height: 218px;
margin: 36px 0 26px 86px;
}
.gys-right {
float: right;
width: 842px;
background-color: #fff;
margin-top: 54px;
margin-bottom: 35px;
}
.gys-right .top-box {
float: left;
width: 790px;
height: 71px;
line-height: 71px;
border-bottom: 1px dashed #999;
margin-left: 27px;
}
.gys-right .top-box .fenge{
float: left;
width: 6px;
height: 26px;
background-color: #054cb4;
margin: 24px 13px 0 2px;
}
.item-zhuangbei .title {
float: left;
font-size: 22px;
color: #333333;
font-weight: bold;
}
.item-zhuangbei img {
float: right;
cursor: pointer;
background-color: #b0aead;
width: 22px;
height: 22px;
margin-top: 27px;
margin-left: 24px;
}
.item-zhuangbei img.active{
background-color: #054cb4;
}
.bot-box {
float: left;
width: 100%;
width: 95%;
min-height: 500px;
overflow: hidden;
margin: 25px 26px 0 27px;
}
.bot-box .item {
float: left;
width: 250px;
margin-right: 16px;
}
.bot-box .item img {
float: left;
width: 252px;
height: 220px;
}
.bot-box .item .title {
float: left;
width: 252px;
height: 60px;
line-height: 60px;
text-align: center;
font-size: 16px;
color: #474747;
transition: all .1s;
}
/*supfire*/
.gys-left .seedetails {
float: right;
width: 100px;
height: 30px;
line-height: 40px;
text-align: center;
margin-right: 20px;
margin-bottom: 20px;
font-size: 16px;
color: #054cb4;
/*border: 1px solid #054cb4;*/
background-color: #fff;
border-radius: 4px;
transition: all .1s;
}
/*supfire*/
/*  */
.gys-right .bot-box.row-box {
padding: 0;
box-sizing: border-box;

}
.gys-right .bot-box.row-box .item{
float: left;
width: 791px;
height: 189px;
border-bottom: 1px solid #d0d0d0;
margin-left: 25px;
}
.gys-right .bot-box.row-box .item .kance{
float: left;
width: 235px;
height: 144px;
margin-top: 25px;
margin-left: 1px;
margin-right: 29px;
}
.gys-right .bot-box.row-box .item .title {
float: left;
width: 394px;
font-size: 16px;
height: 82px;
text-align: left;
line-height: 94px;
color: #131313;
transition: all .1s;
}
.gys-right .bot-box .canshu, .gys-right .bot-box .row-rel, .gys-right .bot-box .seedetails{
display:none;
}
.gys-right .bot-box.row-box .item .canshu {
float: left;
overflow:hidden;
width: 394px;
height: 54px;
font-size: 14px;
color: #131313;
}
.gys-right .bot-box.row-box .item .row-rel {
float: left;
width: 394px;
height: 19px;
line-height: 19px;
}
.gys-right .bot-box.row-box .item .row-rel {
float: left;
font-size: 14px;
color: #6a6a6a;
}
.gys-right .bot-box.row-box .item .row-rel img{
float: left;
width: 19px;
height: 19px;
margin-right: 14px;
}
.gys-right .bot-box.row-box .item .seedetails {
width: 103px;
height: 40px;
line-height: 40px;
text-align: center;
margin-top: 68px;
font-size: 16px;
color: #054cb4;
border: 1px solid #054cb4;
background-color: #fff;
border-radius: 4px;
transition: all .1s;
}

.zhuce-box .dwname .titles.ser {
width: auto;
}
.dwname.region .center select ,
.dwname.region .right select{
background: url(../img/select-down.png) no-repeat scroll right center transparent;
padding-right: 20px;
-webkit-appearance: none;
width: 195px;
border: 0;
outline: none;
}
.zhuce-box .dwname select {
background: url(../img/select-down.png) no-repeat scroll right center transparent;
padding-right: 20px;
-webkit-appearance: none;
width: 444px;
border: 0;
outline: none;
color: #666;
}

.bot .bot-item:hover {
/* box-shadow: 0 0 15px 0 rgba(0,0,0,.2);  四周阴影*/
box-shadow: 0 15px 15px -10px rgba(0,0,0,.15);  
}
.top-i .more:hover {
color: #000000;
}
.zhuangbei-item .bot .title .title-item {
transition: all .1s;
}
.zhuangbei-item .bot .title .title-item:hover {
color: #000000;
}
.daohang-box {
float: left;
display: none;
z-index: 99;
width: 205px;
background-color: #fff;
}
.daohang-box .item {
float: left;
width: 100%;
height: 51px;
line-height: 51px;
padding-left: 36px;
box-sizing: border-box;
border-bottom: 1px solid #eee;
}
.daohang-box .item:last-child {
border: 0;
}
.daohang-box .item a {
float: left;
font-size: 14px;
color: #444;
}
.daohang-box .item i {
float: right;
color: #444;
}
.first-box {
transition: all .3s;
}
.first-box:hover {
background-color: #007bed;
}
.first-box:hover .daohang-box{
position: relative;
display: block;
box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
z-index: 99;
}
.daohang-box .item {
transition: all .3s;
}
.daohang-box .item:hover {
background-color: #007bed;
}
.daohang-box .item a ,
.daohang-box .item i {
transition: all .3s;
}
.daohang-box .item:hover a ,
.daohang-box .item:hover i {
color: #fff;
}

.hyleixing select {
background: url(../img/select-down.png) no-repeat scroll right center transparent;
padding-right: 20px;
-webkit-appearance: none;
width: 457px;
height: 43px;
border: 0;
outline: none;
color: #666;
}
.region .center select, 
.region .right select {
background: url(../img/select-down.png) no-repeat scroll right center transparent;
padding-right: 20px;
-webkit-appearance: none;
width: 210px;
padding-left: 10px;
border: 0;
outline: none;
}
.zhuangbei-item .top-i .mores:hover {
color: #000;
}
.footertop .center .pingtai a, 
.footertop .center .gongying a, 
.footertop .center .denglu a {
transition: all .1s;
}
.footertop .center .pingtai a:hover, 
.footertop .center .gongying a:hover, 
.footertop .center .denglu a:hover {
color: #b9b9b9;
}

.center-right.user .bot.anquan .phone span{
float: left;
}

.equipdisplay.zbku .bot .righttop .item.zbku:hover a ,
.equipdisplay .bot .left.zbku:hover a{
display: block;
}
.views .bot .item .title:hover {
color: #054CB4;
}
.zbredu .bot .item .right .title:hover {
color: #054CB4;
}
.center-gy .name:hover {
color: #054CB4;
}
.compage:hover {
color: #007BED;
border: 1px solid #007BED;
}
.right-item .bot-sitem .item .title-sitem:hover {
color: #007BED;
}
.bot-box .item .title:hover ,
.gys-right .bot-box.row-box .item .title:hover {
color: #054CB4;
}
.gys-right .bot-box.row-box .item .seedetails:hover {
color: #007BED;
border: 1px solid #007BED;
}
.equipcenter .title:hover {
color: #054CB4;
}
.gy-banner {
position: relative;
}
.gy-banner .title {
position: absolute;
left: 50%;
top: 50%;
width: 100%;
text-align: center;
transform: translate(-50%,-50%);
color: #fff;
opacity: .7;
font-weight: 700;
font-size: 60px;
}
.suozaidiqu ,
.zhizhaoitem ,
.gongsilogo {
font-size: 14px;
color: #666;
}
.suozaidiqu.si {
width: 58px;
}

.center-right.user .bot .hybianhao .si-input ,
.center-right.user .bot .jtdizhi .si-input ,
.center-right.user .bot .hyleixing .hyleixing-sel{
float: left;
width: 480px;
padding-left: 10px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
.center-right.user .bot .zcrname .wu-input {
float: left;
width: 468px;
padding-left: 10px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
.center-right.user .bot .jtdizhi .er-input {
float: left;
width: 510px;
padding-left: 10px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
.center-right.user .bot .jtdizhi .san-input {
float: left;
width: 496px;
padding-left: 10px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
.center-right.user .bot .jtdizhi .liu-input {
float: left;
width: 454px;
padding-left: 10px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
.zhuce-box .dwname .hyleixing-sel {
float: left;
width: 474px;
padding-left: 10px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;

}
.zhuce-box .dwname .san-input ,
.zhuce-box .dwname .si-input ,
.zhuce-box .dwname .wu-input ,
.zhuce-box .dwname .liu-input ,
.zhuce-box .dwname .qi-input {
float: left;
width: 474px;
height: 46px;
padding-left: 10px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
.zhuce-box .dwname .suozaidiqu.san ,
.zhuce-box .dwname .suozaidiqu.si ,
.zhuce-box .dwname .suozaidiqu.wu ,
.zhuce-box .dwname .suozaidiqu.liu ,
.zhuce-box .dwname .suozaidiqu.qi {
font-size: 14px;
color: #666;
margin: 0 7px 0 4px;
}
.zhuce-box .dwname .wu-input{
width: 462px;
}
.zhuce-box .dwname .liu-input{
width: 448px;
}
.zhuce-box .dwname .san-input{
width: 490px;
}
.zhuce-box .dwname .qi-input{
width: 400px;
}

.yanz-input {
float: left;
width: 490px;
border-bottom: 1px solid #ddd;
}
.yanz-input input {
padding-left: 10px;
}
.zhuce-box .dwname .suozaidiqu.shi {
font-size: 14px;
color: #666;
margin: 0 7px 0 4px;
}
.zhuce-box .dwname .hyleixing-sel.shi {
width: 308px;
}

#nav-toggle{
display:none;
}
.nav-list {
display: none;
}
.leftarea {
    float: left;
    width: 984px;
}

/*当屏幕小于768p像素时*/
@media screen and (max-width: 768px) {
    .leftarea {
        float: left;
        width: 100%;
    }
.headleft .toptitle {
float: left;
font-size: 0.38rem;
font-weight: bold;
color: #fff;
margin: 0.21rem 0 0.11rem 0;
}
.headleft {
float: left;
width: 4rem;
height: 1rem;
}

.main-box {
width: 100%;
height: auto;
}
.headleft img {
float: left;
width: 0.8rem;
height: 0.8rem;
margin: 0.1rem 0.09rem 0 0.19rem;
}
.nav-cell.active, .nav-cell:hover {
color: #fff;
background: #406ed0;
letter-spacing: 2px;
}
.first-box:hover {
background-color: transparent;
}

.nav ,
.top-i .septum ,
.headleft .bottitle ,
.headright {
display: none;
}
.banner-box {
width: 100%;
height: 4rem;
background: url(../img/banner.jpg) no-repeat center 0px;
background-position: center 0px;
background-size: cover;
margin-top: 1.93rem;
background-position: -0.5rem;
}
.top {
position: fixed;
top: 0;
z-index: 99;
background: #f4f4f4;
width: 100%;
line-height: 0.93rem;
height: 0.93rem;
font-size: 0.24rem;
color: #585858;
}
.welcome {
display: none;
}

.reglogin {
float: right;
margin: 0.2rem 0.2rem;
width: 95%;
height: 3rem;
border: 0;
background-color: transparent;
}
.fuwubut ,
.study_kc ,
.frist-item ,
.sotrbox ,
.consult {
display: none;
}
.search-box .study_kc{
display: block;
}
.logbut {
width: 100%;
height: 1.6rem;
margin-top: 2.64rem;
}
.logbut button {
width: 45%;
height: 0.6rem;
line-height: 0.6px;
text-align: center;
font-size: 0.3rem;
color: #fff;
background-color: #32adfa;
}
.logbut .left {
float: left;
margin: 0;
margin-left: 0.15rem;
}
.logbut .right {
float: right;
margin: 0;
border: 0.01rem solid #054cb4;
color: #054cb4;
background-color: #FFF;
margin-right: 0.15rem;
}
.logbut .login {
    width: 6.83rem;
}
.headcenter {
position: fixed;
top: -0.35rem;
left: 2%;
width: 96%;
height: 1.43rem;
}
.headcenter .search {
position: relative;
width: 100%;
height: 0.73rem;
margin-top: 0.5rem;
}
.search input {
float: left;
width: 100%;
height: 90%;
font-size: 0.28rem;
color: #858585;
padding-left: 0.15rem;
box-sizing: border-box;
border-radius: 0.2rem;
border: none;
background-color: #dbd9d8;
padding-left: 0.8rem;
}
.search .icon-sousuo {
display: block;
font-size: 0.34rem;
}
.search button {
display: none;
}
.nav-box {
position: fixed;
margin-top: 1.93rem;
margin-left: 0px;
z-index: 99;
width: 100%;
height:auto;
}
.nav-box .nav-item {
float: left;
text-align: center;
font-size: 0.32rem;
margin-top: 0px;
margin-left: 0px;
width: 100%;
height: 0.7rem;
line-height: 0.7rem;
border-top: 0.01rem solid #444;
padding: 0;
background-color: #000;
}
.nav-box .nav-item.last {
border-bottom: 0.01rem solid #444;
}
.nav-box .nav-item a:hover {
border: 0;
}
.nav-box .nav-item:hover {
background-color: #007bed;
}

.nav-box .nav-item a {
padding: 0;
border: 0;
}
.top-i .title-item div {
float: left;
width: 33%;
text-align: center;
height: 0.5rem;
line-height: 0.5rem;
margin-left: 0;
}
.nav .main-box{
width: 100%;
height: auto;
background-color: #000;
}





.login .title {
margin: 0rem 0;
text-align: center;
/* display: none; */
font-size: 0.28rem;
color: #fff;
}

.top-i .title {
text-align: center;
width: 100%;
font-size: 0.44rem;
color: #333;
margin-top: 0.56rem;
margin-bottom: 0.25rem;
}
.top-i .title-item {

width: 100%;
color: #575757;
font-size: 0.34rem;
margin-top: 0;
}
.top-i .title-item div.active {
color: #054cb4;
border: 0;
}

.top-i .title-item div:hover {
color: #054cb4;
border: 0;
}
.top-i .more {
float: right;
font-size: 0.34rem;
color: #787878;
margin-top: 0;
margin-right: 0.2rem;
margin-bottom: 0.2rem;
}
.equipdisplay .bot {
width: 100%;
height: auto;
background-color: #fff;
padding-bottom: 0.5rem;
box-sizing: border-box;
}

.equipdisplay .bot .left {
float: left;
width: 45%;
margin: 0.17rem 0.15rem 0 0.17rem;
}
.equipdisplay .bot .left.zbku {
float: left;
width: 95%;
margin: 0.17rem 0.15rem 0 0.17rem;
}




.equipdisplay .bot .left img {
width: 100%;
height: 6.3rem;
}
.equipdisplay .bot .righttop {
float: right;
width: 45%;
padding: 0;
margin-right: 0.17rem;
margin-top: 0.17rem;
}
.equipdisplay .bot .righttop.zbku {
float: left;
width: 100%;
padding: 0;
margin-top: 0.17rem;
margin-left: 2%;
}

.equipdisplay .bot .righttop .item {
float: left;
width: 100%;
height: auto;
margin: 0 0.15rem 0.15rem 0;
}
.equipdisplay .bot .righttop.zbku .item {
float: left;
width: 47%;
height: auto;
margin: 0 0.15rem 0.15rem 0;
}


.equipdisplay .bot .righttop .item img {
width: 100%;
height: 2rem;
}
.equipdisplay .bot .rightbop {
float: left;
width: 100%;
}
.equipdisplay .bot .rightbop .itemfirst {
ffloat: left;
width: 45%;
margin: 0;
margin-left: 0.17rem;
margin-right: 0.21rem;
}
.equipdisplay .bot .rightbop .itemfirst img {
width: 100%;
height: 2.36rem;
}
.equipdisplay .bot .rightbop .item {
float: left;
width: 45%;
margin: 0;
margin-left: 0.17rem;
margin-bottom: 0.17rem;
margin-right: 0.2rem;
}
.equipdisplay .bot .rightbop .item img {
width: 100%;
height: 2.36rem;
}
.bot .bot-item {
width: 97%;
height: 3.35rem;
background-color: #FFF;
margin: 0 0.1rem 0.2rem 0.1rem;
}
.bot .bot-item img {
float: left;
width: 40%;
margin: 0.15rem;
height: 3rem;
background-color: pink;
}
.bot .bot-item .right {
float: left;
width: 55%;
height: 100%;

}
.bot-item .right .companyname {
float: left;
font-size: 0.28rem;
width: 100%;
height: auto;
color: #151515;
margin: 0.2rem 0 0.1rem 0.1rem;
}
.bot-item .right .equipnum, .bot-item .right .browsenum, .bot-item .right .synopsis, .bot-item .right .address, .bot-item .right .credit {
float: left;
width: 100%;
height: auto;
font-size: 0.25rem;
color: #818181;
margin-left: 0.12rem;
}
.bot .bot-item.margin0 {
width: 97%;
height: 3.35rem;
background-color: #FFF;
margin: 0 0.1rem 0.2rem 0.1rem;
}
.bot-item .qiugou .companyname.qiugou {
float: left;
font-size: 0.32rem;
width: 98%;
color: #151515;
height: 0.36rem;
margin: 0.25rem 0 0.2rem 0;
}

.bot-item .qiugou .synopsis.qiugou {
float: left;
width: 98%;
height: auto;
font-size: 0.28rem;
margin: 0;
color: #818181;
}
.bot-item .qiugou .credit.qiugou {
float: left;
width: 98%;

font-size: 0.24rem;
color: #818181;
margin: 0.1rem 0 0 0;
}
.bot-item .qiugou .times {
float: left;
width: 100%;
font-size: 0.28rem;
color: #818181;
margin-top: 0.3rem;
}
.supplier .bot-zhaungbei {
float: left;
width: 100%;
height: auto;
background-color: #FFF;
overflow: hidden;
}
.bot-zhaungbei .zhuangbei-item {
float: left;
width: 86%;
height: auto;
border: 0.01rem solid #cecece;
margin-top: 0.28rem;
margin-left: 0.5rem;
margin-bottom: 0.2rem;
}
.zhuangbei-item .top-i {
float: left;
width: 90%;
height: 0.7rem;
line-height: 0.7rem;
border-bottom: 0.01rem solid #cecece;
margin-left: 0.3rem;
}
.zhuangbei-item .top-i .titles {
float: left;
width: 4.5rem;
color: #232323;
font-size: 0.28rem;
}
.zhuangbei-item .top-i .mores {
float: right;
width: 0.89rem;
color: #6e6e6e;
font-size: 0.28rem;
}
.zhuangbei-item .bot .img-width {
overflow: hidden;
float: left;
width: 5.82rem;
height: 1.57rem;
margin-bottom: 0.16rem;
}
.zhuangbei-item .bot .title {
float: left;
width: 100%;
height: auto;
margin-bottom: 0.2rem;
}
.zhuangbei-item .bot .title .title-item {
float: left;
width: 73%;
color: #8c8c8c;
font-size: 0.26rem;
padding-left: 0.02rem;
box-sizing: border-box;
}
.zhuangbei-item .bot {
float: left;
width: 90%;
margin-top: 0.17rem;
margin-left: 0.29rem;
}
.zhuangbei-item .bot img {
width: 100%;
height: auto;
}
.bot-item .qiugou .times .icon-aipinpaiyouhuishijian {
float: left;
color: #818181;
margin-top: 0;
font-size: 0.28rem;
}
.zhuangbei-item .bot .title .time {
float: right;
text-align: right;
width: 27%;
color: #8c8c8c;
font-size: 0.2rem;
padding-right: 0.05rem;
box-sizing: border-box;
}
.bot-zhaungbei.zhuanti .zhuanti-item {
float: left;
width: 50%;
height: auto;
margin: 0;
}
.bot-zhaungbei.zhuanti .zhuanti-item img {
width: 97.1%;
margin-left: 0.1rem;
height: 2.3rem;
}
.bot-zhaungbei.zhuanti .title-item {
float: left;
width: 100%;
line-height: 0.6rem;
height: 0.6rem;
text-align: center;
font-size: 0.26rem;
}
.supplier .bot-zhaungbei.zhuanti {
height: auto;
padding: 0.3rem 0;
box-sizing: border-box;
}
.login .rescebter {
display: none;
}
.footer {
width: 100%;
height: 6rem;
background-color: #10568a;
}
.footertop {
position: relative;
width: 100%;
height: 2.4rem;
border-bottom: 0.01rem solid #bbb;
}
.footertop .left {
float: left;
width: 24%;
height: 2.4rem;
}
.footertop .left img {
float: left;
width: 1rem;
height: 1rem;
margin: 0.5rem 0.15rem 0 0.15rem;
}
.footertop .left .fot-toptitle {
display: none;
}
.footertop .left .fot-bottitle {
display: none;
}
.footertop .center {
float: left;
width: 76%;
height: 2.4rem;
}
.footertop .center .pingtai, .footertop .center .gongying, .footertop .center .denglu {

float: left;
width: 33%;
height: 100%;
margin-top: 0.2rem;
}
.footertop .center .denglu {
width: 33%;
}
.footertop .center .pingtai a, .footertop .center .gongying a, .footertop .center .denglu a {
height: auto;
margin-bottom: 0.1rem;
font-size: 0.24rem;
color: #FFFFFF;
}

.footertop .center .denglu .log-phone {
position: absolute;
left: 1.8rem;
top: 1.9rem;
}

.footbot {
float: left;
width: 70%;
height: 1.2rem;
padding-left: 0.3rem;
box-sizing: border-box;
}
.footbox .f-top .jinggongwang {
width: 100%;
margin: 0.3rem 0;
}
.footbox {
width: 100%;
height: 100%;
margin-top: 0;
}
.footbox .f-top .banquan {
width: 100%;
}
.footertop .right .foot-title {
float: left;
text-align: center;
width: 100%;
font-size: 0.24rem;
color: #fff;
margin: 0.31rem 0.07rem 0.14rem 0;
}
.footertop .right img {
float: none;
width: 90%;
height: 70%;
}


.footbox .f-top div {
float: left;
font-size: 0.24rem;
height: auto;
line-height: 0.4rem;
color: #FFF;
margin-top: 0.2rem;
}
.footbox .f-top .icpbeian,
.f-bot .iconimg ,
.footbox .f-top img {
display: none;
}
.f-bot .mianze {
float: left;
width: 100%;
color: #FFF;
font-size: 0.24rem;
margin-top: 0.12rem;
}
.footertop .right {
float: right;
width: 27%;
height: auto;
padding-right: 0.1rem;
box-sizing: border-box;
}
.equipdisplay .bot .left a, .equipdisplay .bot .righttop .item a, .equipdisplay .bot .rightbop .itemfirst a, .equipdisplay .bot .rightbop .item a {
text-align: center;
font-size: 0.22rem;
color: #474747;
height: 0.78rem;
line-height: 0.78rem;
}
.equipdisplay .bot .left a {
margin-top: -0.78rem;
}
.equipdisplay .bot .rightbop .itemfirst a, .equipdisplay .bot .rightbop .item a
{
margin-top: -0.78rem;
}

.equipdisplay .bot .righttop .item a {
text-align: center;
font-size: 0.22rem;
color: #474747;
overflow: hidden;
width: 98%;
height: 0.58rem;
line-height: 0.58rem;
margin-top: -0.58rem;
}
.first-box {
position: fixed;
width: 100%;
height:auto;
z-index: 99;
top: 6rem;
border-top: 0.01rem solid #444;
}
.daohang-box {
display: block;
z-index: 99;
width: 100%;
background-color: #272727;

}
.first-box .title {
display: block;
text-align: center;
height: 0.9rem;
font-size: 0.32rem;
line-height: 0.95rem;
background-color: #000;
border-top: 0.01rem solid #444;

}
.first-box img {
display: none;
}
.daohang-box .item {
float: left;
text-align: center;
font-size: 0.32rem;
margin-top: 0px;
margin-left: 0px;
width: 100%;
height: 0.7rem;
line-height: 0.7rem;
border-bottom: 0;
border-top: 0.01rem solid #444;
padding: 0;
}
.daohang-box .item:hover {
background-color: #007BED;
}
.daohang-box .item a {
width: 100%;
text-align: center;
font-size: 0.3rem;
color: #fff;
}
.memberlogin {
float: left;
width: 100%;
height: auto;
background-color: #FFF;
margin: 0;
margin-top: 2.04rem;
}
.memberlogin .title {
width: 100%;
text-align: center;
font-size: 0.52rem;
color: #054cb4;
margin: 0.46rem 0 0.52rem;
}
.memberlogin .username, .memberlogin .password, .memberlogin .checking {

width: 100%;
height: 0.6rem;
line-height: 0.6rem;
margin-bottom: 0.4rem;
padding-left: 0.5rem;
box-sizing: border-box;
}
.memberlogin .username .left, .memberlogin .password .left, .memberlogin .checking .left {
float: left;
width: 30%;
font-size: 0.24rem;
color: #738299;
}
.memberlogin .username input, .memberlogin .password input, .memberlogin .checking input {
float: left;
width: 60%;
height: 0.6rem;
line-height: 0.6rem;
padding-left: 0;
font-size: 0.24rem;
box-sizing: border-box;
border-bottom: 0.01rem solid #dddddd;
}
.memberlogin .checking img {
position: absolute;
right: 0.62rem;
bottom: 0.08rem;
border: 0.01rem solid #e2e2e2;
width: 1.5rem;
height: 0.5rem;
}
.memberlogin .forgetpass {
float: right;
font-size: 0.24rem;
color: #738299;
margin-top: -0.3rem;
margin-right: 0.5rem;
}
.memberlogin .login {
width: 86%;
height: 0.7rem;
line-height: 0.7rem;
text-align: center;
font-size: 0.28rem;
color: #fff;
background-color: #054cb4;
border-radius: 0.04rem;
margin: 0;
margin-left: 7%;
}
.memberlogin .goregister {
width: 100%;
margin-top: 0.32rem;
text-align: center;
font-size: 0.24rem;
color: #b0b1b4;
margin-left: 0;
margin-bottom: 0.6rem;
}
.main-box .release {
float: right;
width: 33%;
font-size: 0.25rem;
height: 0.45rem;
background-color: #3472cd;
color: #fff;
line-height: 0.45rem;
text-align: center;
border-radius: 0.04rem;
margin-top: 0.3rem;
margin-right: 0;
}
.main-box .main-left {
float: left;
width: 100%;
height: auto;
margin-top: 1.93rem;
margin-bottom: 0;
}
.main-left .dt {
width: 100%;
height: 0.7rem;
line-height: 0.7rem;
background-color: #054cb4;
color: #fff;
font-weight: 400;
font-size: 0.3rem;
}
.main-left .dd {
width: 100%;
height: auto;
margin-bottom: 0.3rem;
}
.dt .dt-item {
text-align: center;
padding: 0;
box-sizing: border-box;
}
.dt-item img {
display: none;
}
.dt-item .title {
float: none;
margin-left: 0;
color: #fff;
text-decoration: none;
}

.dd .dd-item {
list-style: none;
width: 100%;
height: 0.6rem;
line-height: 0.6rem;
font-size: 0.28rem;
color: #000;
font-weight: bold;
background-color: #FFF;
border-bottom: 0.01rem solid #f5f5f5;
transition: all .3s;
}
.dd-item .title {
float: left;
font-size: 0.28rem;
font-weight: 400;
text-decoration: none;
color: #333;
}
.main-right {
float: left;
width: 100%;
overflow: hidden;
margin: 0 0 0.30rem 0;
}
.center-right {
float: left;
width: 100%;
height: auto;
background-color: #FFF;
}
.my-iframe {
width: 100%;
min-height: 8rem;
margin-top: 0;
margin-left: 0;
}
.center-right.margin16 {
margin-bottom: 0.01rem;
}
.revisehead {
float: left;
width: 0.68rem;
height: 0.68rem;
margin: 0.1rem;
border-radius: 50%;
}
.center-box {
float: left;
width: 63%;
height: auto;
/*border-right: 0.01rem solid #cbcbcb;*/
margin-top: 0;
}
.center-box .title {
float: left;
width: 100%;
height: auto;
margin-top: 0;
font-size: 0.28rem;
color: #333333;
margin-top: 0.1rem;
}
.center-box img {
float: left;
width: 1.2rem;
height: 0.34rem;
margin-top: 0.05rem;
}
.center-box .company {
float: left;
width: 100%;
height: 0.5rem;
line-height: 0.56rem;
margin-bottom: 0.05rem;
font-size: 0.28rem;
color: #999;
}
.center-box .loginaccount,
.center-box .time {
float: left;
width: 100%;
height: 0.5rem;
line-height: 0.5rem;
font-size: 0.24rem;
color: #999;
}
.center-right .right-box {
float: left;
width: 22%;
height: 2.24rem;
margin-top: 0;
}
.center-right .right-box .num {
float: left;
width: 100%;
text-align: center;
height: 1rem;
line-height: 0.5rem;
margin: 0;
color: #999999;
font-size: 0.23rem;
}
.center-right .right-box .num .number {
float: left;
text-align: right;
font-size: 0.3rem;
height: auto;
color: #054cb4;
margin-bottom: 0;
margin-left: 0.5rem;
margin-right: 0;
font-weight: bold;
}
.center-right .right-box .allow {
float: left;
text-align: center;
width: 100%;
}
.center-right .right-box .allnum {
width: 98%;
float: left;
text-align: center;
font-size: 0.2rem;
color: #999999;
margin-top: 0.1rem;
}
.center-right.zhuangbeiguanli {
height: 0rem;
}
.center-right.zhuangbeiguanli button {
width: 45%;
height: 0.8rem;
line-height: 0.8rem;
text-align: center;
font-size: 0.28rem;
color: #FFF;
background-color: #054cb4;
margin: 0;
margin-top: 0.1rem;
margin-left: 0.2rem;
}
.center-right.recequip {
height: auto;
}
.center-right.recequip .top-ifr {
width: 100%;
height: 0.75rem;
line-height: 0.75rem;
font-size: 0.28rem;
color: #333;
border-bottom: 0.01rem dashed #999999;
padding-left: 0.1rem;
margin: 0;
box-sizing: border-box;
}
.center-right.recequip .bot {
float: left;
width: 100%;
margin-top: 0.1rem;
}
.center-right.recequip .bot .item-ifr {
float: left;
width: 50%;
margin: 0;
padding: 0 0.1rem;
box-sizing: border-box;

}
.center-right.recequip .bot img {
width: 100%;
height: 3rem;
}
.center-right.recequip .bot a {
width: 100%;
height: 0.8rem;
line-height: 0.8rem;
font-size: 0.28rem;
color: #474747;
text-align: center;
}
.center-right.recequip.bank {
height: auto;
margin-bottom: .2rem;
}
.center-right.recequip .bot.qiye span {
width: 100%;
height: 0.6rem;
text-align: left;
font-size: 0.28rem;
margin: 0;
color: #666666;
padding-left: 0.2rem;
line-height: 0.5rem;
box-sizing: border-box;
}
.center-right.user .top-ifr {
display: none;
width: 100%;
height: 0.75rem;
line-height: 0.75rem;
border-bottom: 0.01rem solid #f7f9fa;
}
.center-right.user .top-ifr.border0 {
 display: block;
}
.center-right.recequip .top-ifr .fenge {
float: left;
width: 0.1rem;
height: 0.42rem;
background-color: #054cb4;
margin: 0.19rem 0.2rem 0 0;
}
.center-right.user .top-ifr .fenge {
float: left;
width: 0.1rem;
height: 0.42rem;
background-color: #054cb4;
margin: 0.19rem 0.2rem 0 0.1rem;
}

.center-right.user .top-ifr span{
font-size: 0.28rem;
padding-top: 0.1rem;
box-sizing: border-box;
}
.center-right.user .bot {
    display: none;
float: left;
width: 100%;
margin: 0;
height: auto;
padding: 0.1rem;
box-sizing: border-box;
}
.center-right.user .bot .huiyuan, .center-right.user .bot .xinyong, .center-right.user .bot .danwei, .center-right.user .bot .shouji {
float: left;
width: 100%;
height: 0.6rem;
font-size: 0.28rem;
color: #333;
}
.top-i .title-item.zhuanti {
width: 100%;
margin-top: 0.7rem;
}
.center-right.recequip .top-ifr a {
float: left;
font-size: 0.32rem;
color: #333;
padding-top: 0.05rem;
box-sizing: border-box;
}

.center-right.user .bot .hyleixing, .center-right.user .bot .hybianhao, .center-right.user .bot .region, .center-right.user .bot .jtdizhi, .center-right.user .bot .zcrname {
float: left;
width: 100%;
height: 0.75rem;
line-height: 0.75rem;
margin-bottom: 0;
font-size: 0.28rem;
}
.center-right.user .bot .hybianhao .si-input, .center-right.user .bot .jtdizhi .si-input, .center-right.user .bot .hyleixing .hyleixing-sel {
float: left;
width: 70%;
height: 100%;
padding-left: 0.15rem;
box-sizing: border-box;
border-bottom: 0.01rem solid #ddd;
}
.center-right.user .bot .hyleixing span, .center-right.user .bot .hybianhao span, .center-right.user .bot .jtdizhi span, .center-right.user .bot .zcrname span {
float: left;
width: 1.5%;
height: 100%;
font-size: 0.28rem;
padding: 0 0.07rem 0 0.04rem;
}
.hyleixing select {
background: url(../img/select-down.png) no-repeat scroll right center transparent;
padding-right: 1.1rem;
-webkit-appearance: none;
width: 100%;
height: 100%;
border: 0;
outline: none;
color: #666;
}
.center-right.user .bot .hyleixing .suozaidiqu, .center-right.user .bot .hybianhao .suozaidiqu, .center-right.user .bot .jtdizhi .suozaidiqu, .center-right.user .bot .zcrname .suozaidiqu {
width: 25.5%;
}

.box-height {
overflow: hidden;
width: 100%;
height: 0.5rem;
}
.center-right.user .bot .region .left {
float: left;
width: 28%;
}
.center-right.user .bot .region .left span {
float: left;
width: 5.55%;
font-size: 0.28rem;
padding: 0 0.07rem 0 0.04rem;
box-sizing: border-box;
}
.center-right.user .bot .region .left .suozaidiqu {
float: left;
width: 94.45%;
font-size: 0.28rem;
padding: 0 0.07rem 0 0.04rem;
}
.center-right.user .bot .region .center ,
.center-right.user .bot .region .right {
float: left;
width: 30%;
height: 100%;
margin-right: 0;
box-sizing: border-box;
border-bottom: 0.01rem solid #dddddd;
margin-right: 9%;
margin-left: 2%;

}
.center-right.user .bot .region .right {
margin: 0;
}
.center-right.user .bot .zcrname .wu-input {
float: left;
width: 70%;
height: 100%;
padding-left: 0.15rem;
box-sizing: border-box;
border-bottom: 0.01rem solid #ddd;
}
.center-right.user .bot .intro {
min-width: 100%;
max-width: 100%;
min-height: 5rem;
max-height: 5rem;
padding: 0.8rem 1.1rem;
box-sizing: border-box;
outline: none;
margin-top: 1rem;
margin-bottom: 3rem;
}
.tijiaobut {
float: left;
width: 96%;
height: 0.75rem;
text-align: center;
line-height: 0.75rem;
background-color: #054cb4;
font-size: 0.28rem;
color: #FFF;
margin-top: 1rem;
border-radius: 0.1rem;
margin: 1rem 2% 1rem;
}

.region .center select, .region .right select {
background: url(../img/select-down.png) no-repeat scroll right center transparent;
padding-right: 0.2rem;
-webkit-appearance: none;
width: 100%;
padding-left: 0.1rem;
border: 0;
outline: none;
}
.center-right.user .top-ifr a {
font-size: 0.32rem;
color: #333;
padding-top: 0.05rem;
box-sizing: border-box;
}
.center-right.user .bot.anquan {
float: left;
width: 100%;
height: 1rem;
padding: 0.1rem;
margin: 0px;
box-sizing: border-box;
}
.center-right.user .bot.anquan .button {
float: left;
width: 100%;
height: 0.75rem;
border-bottom: 0.01rem solid #ddd;
}
.center-right.user .bot.anquan .button button {
float: left;
width: 50%;
height: 0.75rem;
font-size: 0.28rem;
color: #333;
text-align: center;
line-height: 0.75rem;
background-color: #fafafa;

}
.center-right.user .bot.anquan .phone {
float: left;
width: 100%;
height: 0.75rem;
font-size: 0.28rem;
color: #333;
line-height: 0.75rem;
}
.center-right.user .bot.anquan .phoneyanz a {
float: right;
text-align: right;
height: 3rem;
line-height: 3rem;
width: 30%;
background-color: #fafafa;
color: #054cb4;
margin-right: 1.2rem;
}
.center-right.user .bot.anquan .newpass, .center-right.user .bot.anquan .oknewpass, .center-right.user .bot.anquan .phoneyanz {
float: left;
width: 100%;
height: 0.75rem;
background-color: #fafafa;
margin-bottom: 0.18rem;
padding-left: 0.1rem;
box-sizing: border-box;
font-size: 0.28rem;
}
.center-right.user .bot.anquan .phoneyanz input {
float: left;
width: 80%;
height: 0.75rem;
background-color: #fafafa;
margin-bottom: 0.1rem;
font-size: 0.28rem;
}
.center-right.user .bot.anquan .phoneyanz a {
float: right;
text-align: right;
height: 0.75rem;
line-height: 0.75rem;
width: auto;
background-color: #FFFFFF;
color: #054cb4;
margin-right: .2rem;
}
.center-right.user .bot.anquan .tijiaobut {
float: left;
width: 96%;
height: 0.75rem;
text-align: center;
line-height: 0.75rem;0
background-color: #054cb4;
font-size: 0.28rem;
color: #FFF;
margin-top: 1rem;
border-radius: 0.1rem;
margin: 1rem 2% 1rem;
}
.center-right.user .bot .jtdizhi .er-input {
float: left;
width: 70%;
height: 100%;
padding-left: 0.15rem;
box-sizing: border-box;
border-bottom: 0.01rem solid #ddd;

}
.center-right.user .bot .jiaofei {
width: 100%;
height: 3rem;
margin-bottom: 3.5rem;
}
.center-right.user .bot .jiaofei input {
float: left;
width: 77%;
height: 3rem;
border-bottom: 0.01rem solid #dddddd;
padding-left: 1rem;
box-sizing: border-box;
}
.center-right.user .bot .jiaofei button {
    display: none;
float: left;
width: 23%;
height: .5rem;
background-color: #054cb4;
color: #FFF;
font-size: 0.28rem;
font-weight: bold;
}
.voucherbox .item {
float: left;
width: 50%;
padding: 0 0.1rem;
margin: 0;
margin-bottom: 0.4rem;
box-sizing: border-box;
}
.voucherbox .item img {
float: left;
width: 100%;
height: 2rem;
}
.voucherbox .item .time {
float: left;
width: 88%;
font-size: 0.2rem;
color: #333;
margin-top: 0.3rem;
}
.voucherbox .item .del {
float: right;
width: auto;
font-size: 0.2rem;
color: #054cb4;
margin: 0;
margin-top: 0.3rem;
}
.voucherbox {
float: left;
width: 100%;
margin-top: .3rem;
}
.center-right.user .bot .jtdizhi .liu-input {
float: left;
width: 70%;
padding-left: 0.7rem;
box-sizing: border-box;
border-bottom: 0.01rem solid #ddd;
}
.qiugou-text {
float: left;
min-width: 100%;
max-width: 100%;
min-height: 8rem;
max-height: 8rem;
margin: 0;
padding: 0.1rem;
box-sizing: border-box;
outline: none;
margin-top: 0.2rem;
}
.center-right.user .bot .jtdizhi .san-input {
float: left;
width: 70%;
height: 2.6rem;
padding-left: 0.7rem;
box-sizing: border-box;
border-bottom: 0.01rem solid #ddd;
}
.yyzhizhao span {
float: left;
width: 1.5%;
font-size: 0.28rem;
padding: 0;
}
.yyzhizhao .zhizhaoitem, .yyzhizhao .gongsilogo {
float: left;
width: 28%;
font-size: 0.28rem;
padding: 0;
}
.yyzhizhao .title {
float: left;
width: 27.5%;
font-size: 0.28rem;
color: #666666;
}
.yyzhizhao button {
float: left;
width: 1.2rem;
height: 0.6rem;
line-height: 0.6rem;
text-align: center;
border: 0.01rem solid #666666;
background-color: #FFF;
border-radius: 0.1rem;
margin-right: 0.1rem;
font-size: 0.24rem;
}
.yyzhizhao .yaoqiu {
float: left;
width: 48%;
margin: 0;
padding-left: 0.7rem;
line-height: 1rem;
font-size: 0.8rem;
color: #666666;
}
.yyzhizhao .zhizhaoitem ,
.yyzhizhao .gongsilogo {
float: left;
width: 28%;
font-size: 1rem;
padding: 0;
}
.zbguanli-top {
float: left;
width: 100%;
height: .38rem;
line-height: .38rem;
font-size: .22rem;
color: #333;
}

.zbguanli-bot {
float: left;
width: 100%;
margin: 0;
padding: .1rem;
box-sizing: border-box;
}
.zbguanli-bot .button {
width: 100%;
height: .329rem;
border-bottom: 0.01rem dashed #999999;
margin-bottom: 0.05rem;
margin-left: 0;
}
.zbguanli-bot .button button {
float: left;
width: 33.3%;
height: 100%;
font-size: 0.23rem;
color: #444;
padding: 0;
background-color: #fff;
}
.zbguanli-box .item {
float: left;
width: 100%;
height: auto;
border-bottom: 0.01rem solid #ddd;
}
.zbguanli-box .item img {
float: left;
width: 2.2rem;
height: 1rem;
margin: 0.07rem;
}
.zbguanli-box .item .title {
float: left;
width: 65%;
height: auto;
font-size: .22rem;
color: #444;
margin: 0.06rem 0 0 0.03rem;
}
.zbguanli-box .item .name {
float: left;
width: 65%;
height: auto;
font-size: 0.22rem;
color: #828282;
margin: 0.02rem 0 0 0.03rem;
}
.zbguanli-box .item .icon-yuyuetoubiao {
display: none;
}
.zbguanli-box .item .time {
float: left;
width: 65%;
height: auto;
font-size: 0.22rem;
color: #828282;
margin: 0.02rem 0 0 0.03rem;
}

.header{
position:fixed;
top: 0.93rem;
background:#000;
width:100%;
height: 1rem;
min-width:100%;
opacity:1;
filter:alpha(opacity=1);/* IE 4-9 */
z-index: 99;
}
.main {
overflow: hidden;
width: 100%;
height: auto;
min-width: 0;
}

.header a{
color:#fff;
}
.header.active{
height: 100%;
opacity:1;
filter:alpha(opacity=100);
}
.nav {
width:100%;
height: 0.65rem;
line-height: 0.65rem;
background-color: #0a50b5;
}
.logo-box{
width:2.8rem;
height:0.90rem;
}
.logo {
margin-top:0.16rem;
margin-left:0.25rem;
width:2.20rem;
height:0.70rem;
background:url(/attachment/202004/1587276641180497409.png) no-repeat;
background-size:100% auto;
}
#nav-toggle{
display:block;
float: right;
}
.nav-cell {
float: left;
font-size: 0.32rem;
margin-top: 0px;
margin-left: 0px;
width:100%;
height:0.80rem;
line-height:0.80rem;
border-top:1px solid #444;
}
.nav-cell.active{
border-bottom:0 solid #ccc;
}
#nav-toggle {
margin: 0.20rem;
width:0.60rem;
height:0.60rem;
margin-top: 0.2rem;
}
#nav-toggle-one, #nav-toggle-two, #nav-toggle-three {
background: #fff;
width: 0.60rem;
height: 0.03rem;
margin-top: 0.10rem;
border-radius: 0.05rem;
transition: 400ms;
transform: rotate(0deg);
}
#nav-toggle-one {
margin-top: 0.15rem;
}
#nav-toggle-two {
}
#nav-toggle-three {
}
#nav-toggle.active #nav-toggle-one {
transform: rotate(45deg) translateX(0.10rem) translateY(0.09rem);
}
#nav-toggle.active #nav-toggle-two {
background-color: rgba(255, 255, 255, 0);
transform: translateY(0px);
width: 0.1rem;
}
#nav-toggle.active #nav-toggle-three {
transform: rotate(-45deg) translateX(0.09rem) translateY(-0.10rem)
}
.header-padding{
padding-top:1rem;
}
.nav-list a {
text-align: center;
}
/* swiper 轮播 */
.swiper-pc{
display:none;
}
.swiper-m{
display:block;
}
.pagination-m {
position: absolute;
text-align: center;
width:100%;
bottom:0.2rem;
}
.swiper-pagination-switch {
border-radius:0.08rem;
margin-right:0.05rem;
margin: 0 0.08rem;
width:0.20rem;
height:0.03rem;
}
.swiper-active-switch {
height:0.06rem;
width: 0.36rem;
}
.swiper-dynamic-links a {
padding: 0.05rem;
border-radius: 0.03rem;
margin: 0.05rem;
font-size: 0.12rem;
}
.swiper-title{
margin-top: 1.20rem;
letter-spacing: 0.03rem;
width: 100%;
font-size: 0.36rem;
}
.swiper-txt{
margin-top:0.20rem;
width: 73%;
line-height:0.35rem;
font-size: 0.18rem;
}
.zhuce-box {
width: 100%;
background-color: #FFF;
margin: 0;
margin-top: 1.94rem;
padding: 0;
box-sizing: border-box;
overflow: hidden;
}
.zhuce-box .title {
float: left;
width: 100%;
height: 1.42rem;
line-height: 1.42rem;
text-align: center;
border-bottom: 0.01rem solid #f5f5f5;
font-size: 0.4rem;
color: #333;
font-weight: bold;
margin-bottom: 0.4rem;
}
.zhuce-box .zhuce-item {
float: left;
width: 100%;
height: 0.9rem;
}
.zhuce-box .zhuce-item a {
float: left;
width: 50%;
height: 0.9rem;
line-height: 0.9rem;
text-align: center;
font-size: 0.3rem;
color: #666;
border-bottom: 0.01rem solid #cccccc;
}
.zhuce-box .zhuce-item a.active {
color: #054cb4;
height: 0.9rem;
border-bottom: 0.03rem solid #054cb4;
}
.zhuce-box .dwname {
float: left;
width: 100%;
height: 0.63rem;
line-height: 0.63rem;
/* border-bottom: 1px solid #ddd; */
margin-top: 0.2rem;
}
.zhuce-box .dwname span {
float: left;
margin: 0;
color: #ff0000;
font-size: 0.4rem;
padding-left: 0.2rem;
box-sizing: border-box;
}
.zhuce-box .dwname .san-input, .zhuce-box .dwname .si-input, .zhuce-box .dwname .wu-input, .zhuce-box .dwname .liu-input, .zhuce-box .dwname .qi-input {
float: left;
width: 65%;
font-size: 0.25rem;
height: 0.63rem;
padding-left: 0.10rem;
box-sizing: border-box;
border-bottom: 0.01rem solid #ddd;
}
.zhuce-box .dwname .suozaidiqu.san, .zhuce-box .dwname .suozaidiqu.si, .zhuce-box .dwname .suozaidiqu.wu, .zhuce-box .dwname .suozaidiqu.liu, .zhuce-box .dwname .suozaidiqu.qi {
font-size: 0.25rem;
width: 28%;
color: #666;
margin: 0 0.07rem 0 0.04rem;
}
.zhuce-box .dwname .hyleixing-sel {
float: left;
width: 65%;
height: 0.63rem;
line-height: 0.63rem;
padding-left: 0.10rem;
box-sizing: border-box;
border-bottom: 0.01rem solid #ddd;
}
.zhuce-box .dwname select {
float: left;
background: url(../img/select-down.png) no-repeat scroll right center transparent;
padding-right: 0.2rem;
font-size: 0.25rem;
-webkit-appearance: none;
width: 100%;
height: 0.63rem;
line-height: 0.63rem;
border: 0;
outline: none;
color: #666;
}
.zhuce-box .dwname .zhizhao {
font-size: 0.25rem;
width: 28%;
color: #666;
margin: 0 0.07rem 0 0.04rem;
}
.dwname.border0 button {
float: left;
width: 1.4rem;
height: 0.5rem;
font-size: 0.26rem;
line-height: 0.28rem;
text-align: center;
border: 0.01px solid #666666;
background-color: #FFF;
border-radius: 0.08rem;
margin-top: 0.1rem;
}
.dwname.border0 .det {
float: left;
width: 32%;
margin-left: 0;
line-height: 0.28rem;
font-size: 0.16rem;
color: #666666;
margin-top: 0.1rem;
}
.min-user-img {
float: left;
height: 0.49rem;
width: 1rem;
margin-top: 0.05rem;
}
.zhuce-box .dwname.region .left {
float: left;
width: 34%;
}
.zhuce-box .dwname.region .left .adds {
font-size: 0.25rem;
width: 70%;
color: #666;
margin: 0 0.07rem 0 0.04rem;
}
.zhuce-box .dwname.region .center {
float: left;
width: 30%;
margin-right: 0.42rem;
border-bottom: 0.01rem solid #dddddd;
}
.zhuce-box .dwname.region .right {
float: left;
width: 30%;
margin-right: 0;
border-bottom: 0.01rem solid #dddddd;
}

.dwname.region .center select, .dwname.region .right select {
background: url(../img/select-down.png) no-repeat scroll right center transparent;
padding-right: 0;
font-size: 0.25rem;
-webkit-appearance: none;
width: 100%;
border: 0;
outline: none;
}
.yanz-input {
float: left;
width: 65%;
font-size: 0.25rem;
height: 0.63rem;
padding-left: 0.10rem;
box-sizing: border-box;
border-bottom: 0.01rem solid #ddd;
}
.yanz-input input {
padding-left: 0;
font-size: 0.25rem;
}
.zhuce-box .consent {
width: 96%;
height: 0.8rem;
font-size: 0.3rem;
line-height: 0.8rem;
text-align: center;
border-radius: 0.08rem;
color: #fff;
background-color: #054cb4;
margin: 0;
margin-left: 2%;
}
.zhuce-box .checkbox {
margin: 0;
}
.zhuce-box .dwname .yzcode {
float: right;
font-size: 0.25rem;
color: #054cb4;
}
.zhuce-box .checkbox label input {
float: left;
width: 0.4rem;
height: 0.4rem;
margin: 0.2rem;
}
.zhuce-box .checkbox label a {
float: left;
display: unset;
font-size: 0.28rem;
color: #999;
margin-top: 0.2rem;
}
.zhuce-box .dwname .suozaidiqu.shi {
font-size: 0.24rem;
width: 56%;
color: #666;
margin: 0 0.07rem 0 0.04rem;
}
.zhuce-box .dwname .hyleixing-sel.shi {
width: 37%;
}
.zbguanli-top .fenge {
display: none;
float: left;
width: 0.04rem;
height: .164rem;
background-color: #054cb4;
margin: .18rem .9rem 0 .12rem;
}
.forpass {
width: 100%;
height: auto;
background-color: #FFF;
margin: .195rem 0 0 0;
padding: 0;
box-sizing: border-box;
}
.forpass .title {
float: left;
width: 100%;
margin: 0;
margin-top: 0.4rem;
margin-bottom: 0.4rem;
}
.forpass .title img {
float: left;
width: 0.25rem;
height: 0.3rem;
margin: 0.04rem 0.12rem 0 40%;
}
.forpass .title a {
float: left;
font-size: 0.3rem;
color: #738299;
}
.forpass .step {
float: left;
width: 100%;
}
.forpass .step .frist, .forpass .step .two, .forpass .step .three {
float: left;
width: 0.4rem;
height: 0.4rem;
font-size: 0.3rem;
border-radius: 50%;
line-height: 0.4rem;
text-align: center;
color: #FFFFFF;
background-color: #ccd2dc;
margin-bottom: 0.12rem;
}
.forpass .step .step-bar {
float: left;
width: 2.75rem;
height: 0.05rem;
border-radius: 0.08rem;
background-color: #ccd2dc;
margin: 0.14rem 0.1rem 0 0.09rem;
}
.forpass .step .frist-a, .forpass .step .two-a, .forpass .step .three-a {
float: left;
font-size: 0.2rem;
color: #ccd2dc;
}
.forpass .step .two-a ,
.forpass .step .three-a {
margin-left: 0;
}
.forpass .step .two-a  {
margin: 0 36%;
}
.forpass .shehui, .forpass .phone {
float: left;
width: 100%;
text-align: left;
padding-left: 20%;
color: #738299;
font-size: 0.26rem;
margin-bottom: 12px;
}
.forpass .mescode {
float: left;
width: 100%;
height: 0.6rem;
line-height: 0.6rem;
margin-top: 0;
margin-bottom: 0.2rem;
}
.forpass .mescode .title {
float: left;
color: #738299;
width: 2.8rem;
font-size: 0.26rem;
margin: 0;
padding-left: 20%;
box-sizing: border-box;
}
.forpass .mescode .right {
float: left;
width: 50%;
height: 0.6rem;
line-height: 0.6rem;
border-bottom: 0.01rem solid #ddd;
}
.forpass .mescode .right input {
float: left;
width: 58%;
height: 0.6rem;
line-height: 0.6rem;
padding-left: 0.2rem;
box-sizing: border-box;
}
.forpass .mescode .right button {
float: right;
width: 33%;
height: 0.4rem;
border: 0.01rem solid #054cb4;
border-radius: 0.06rem;
font-size: 0.2rem;
color: #054cb4;
background-color: #FFF;
margin-right: 0.1rem;
margin-top: 0.1rem;
}
.forpass .next {
float: left;
width: 96%;
height: 0.6rem;
font-size: 0.24rem;
color: #DDDDDD;
background-color: #054cb4;
margin: 0;
margin: 0.5rem 0 0.4rem 0;
margin-left: 2%;
}
.forpass .finish {
text-align: center;
margin: 0;
margin-left: 44%;
margin-top: 0.4rem;
}
.forpass .newtitle {
width: 100%;
text-align: center;
margin: 0.35rem auto ;
font-size: 0.3rem;
}
.forpass .code {
float: left;
width: 100%;
height: 0.5rem;
line-height: 0.5rem;
margin-top: 0.6rem;
margin-bottom: 0.3rem;
}
.forpass .code .title {
float: left;
width: 3.2rem;
height: 0.5rem;
font-size: 0.24rem;
color: #738299;
margin: 0;
padding-left: 20%;
box-sizing: border-box;
}
.forpass .code input {
float: left;
width: 3rem;
height: 0.5rem;
line-height: 0.5rem;
border-bottom: 0.01rem solid #ddd;
padding-left: 0.1rem;
}
.equipdisplay .bot .left.zbku img {
width: 100%;
float: left;
height: 8.3rem;
}
.equipdisplay.zbku {
margin-top: 1.93rem;
overflow: hidden;
margin-bottom: 0.26rem;
}
.equipdisplay.zbku.margin {
margin-top: 0;
}
.equipdisplay .bot .rightbop .item.bottom {
margin: 0;
}
.equipdisplay .top-box {
width: 100%;
height: 1rem;
line-height: 1.3rem;
background-color: #fff;
border-bottom: 0.01rem dashed #999;
padding-left: 0.2rem;
box-sizing: border-box;
overflow: hidden;
}
.equipdisplay .top-box .item ,
.equipdisplay .top-box .fenge {
display: none;
}
.equipdisplay.zbku .bot .righttop .item.zbku {
position: relative;

width: 100%;
height: auto;
margin: 0 0.15rem 0.15rem 0;
}
.equipdisplay.zbku .bot .righttop .item.zbku img {
width: 100%;
height: 4.15rem;
}
.equipdisplay.zbku .bot .righttop .item.zbku a {
display: none;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 0.6rem;
line-height: 0.6rem;
text-align: center;
font-size: 0.2rem;
color: #fff;
background-color: rgba(0,0,0,.4);
transition: all .5s;
}
.equipdisplay.zbku .bot .righttop .item.zbku.zbku-s {
position: relative;
width: 100%;
height: 2rem;
}
.equipdisplay.zbku .bot .righttop .item.zbku.zbku-s img {
width: 100%;
height: 2rem;
}
.search-title {
float: left;
width: 98%;
height: 0.6rem;
line-height: 0.6rem;
border: 0.02rem solid #cfd3da;
margin: 2.1rem 1% 0;
background-color: #f7f7f7;
}
.search-title .zbfenlei {
float: left;
width: 27%;
height: 0.6rem;
line-height: 0.6rem;
padding-left: 0.2rem;
box-sizing: border-box;
border-right: 0.01rem solid #cfd3da;
margin-top: 0.01rem;
}
.search-title input {
float: left;
width: 70%;
font-size: 0.32rem;
height: 0.6rem;
line-height: 0.6rem;
padding-left: 0.2rem;
box-sizing: border-box;
background-color: #f7f7f7;
}
.search-title .zbfenlei a {
float: left;
color: #7f7f7f;
font-size: 0.32rem;
}
.search-title button {
display: none;
}
.hotword {
width: 100%;
height: auto;
line-height: 0.4rem;
margin-bottom: 0.6rem;
overflow: hidden;
}
.hotword .title {
color: #054cb4;
font-size: 0.3rem;
margin: 0.1rem 0 0 0.2rem ;
}
.hotword a {
float: left;
font-size: 0.3rem;
color: #8f8f8f;
margin-right: 0.2rem;
margin-top: 0.1rem;
margin-left: 0.2rem;
}

.zbredu {
float: left;
width: 100%;
background-color: #fff;
margin-bottom: 0.2rem;
}
.zbredu .top-zbredu {
float: left;
width: 100%;
height: 1rem;
line-height: 1rem;
border-bottom: 0.01rem dashed #999999;
margin-left: 0.2rem;
}
.zbredu .top-zbredu .fenge {
display: none;
}
.zbredu .top-zbredu .title {
float: left;
font-size: 0.3rem;
font-weight: bold;
color: #444;
}
.zbredu .bot .item {
float: left;
width: 100%;
height: auto;
margin: 0 0 0.42rem 0.22rem;
}
.zbredu .bot .item img {
float: left;
width: 1.8rem;
height: 1.8rem;
}
.zbredu .bot .item .right {
float: left;
text-align: left;
width: 70%;
margin-left: 0.13rem;
}
.zbredu .bot .item .right .title {
width: 100%;
font-size: 0.34rem;
color: #474747;
margin-top: 0.2rem;
transition: all .1s;
}
.zbredu .bot .item .right .name {
width: 100%;
font-size: 0.28rem;
color: #878787;
margin-top: 0.12rem;
}
.top-views {
width: 100%;
height: 0.8rem;
border-bottom: 0.01rem dashed #999;
margin-left: 0;
}
.top-views button {
float: left;
width: 50%;
height: 0.8rem;
line-height: 0.8rem;
font-size: 0.28rem;
color: #444;
background-color: #fff;
}
.views .bot .item {
width: 100%;
height: 2.5rem;
border-bottom: 0.01px solid #ddd;
}
.views .bot .item img {
float: left;
width: 1.9rem;
height: 1.4rem;
margin: 0;
margin-left: 0.1rem;
margin-top: 0.5rem;
}
.views .bot .item .title {
float: left;
width: 70%;
height: auto;
font-size: 0.28rem;
color: #444;
margin-top: 0.39rem;
padding-left: 0.15rem;
box-sizing: border-box;
}
.views .bot .item .comname {
float: right;
text-align: right;
width: 70%;
height: auto;
font-size: 0.24rem;
color: #0890df;
margin-top: 0.1rem;
padding-right: 0.2rem;
box-sizing: border-box;
}
.views .bot .item .brief, .views .bot .item .time {
float: left;
width: 70%;
height: auto;
font-size: 0.24rem;
color: #828282;
padding-left: 0.2rem;
box-sizing: border-box;
margin-top: 0.08rem;
}
.views .bot .item .browsenum {
float: right;
height: auto;
margin-right: 0.2rem;
margin-top: 0.1rem;
}
.equipdisplay.zbku.zbgongying {
float: left;
width: 100%;
}
.equipdisplay.zbku.zbgongying .top-box .item-zbgongying {
float: left;
width: 100%;
margin-left: 0;
height: 100%;
box-sizing: border-box;
border-bottom: 0.01rem dashed #999;
}
.bot-zbgongying .left .item {
float: left;
width: 100%;
height: 2.5rem;
margin-left: 0;
border-bottom: 0.01rem solid #ddd;
margin-bottom: 0;
}
.bot-zbgongying .left .item .dajiang {
float: left;
width: 1.6rem;
height: 1.6rem;
margin: 0.44rem 0 0 0.1rem;
}
.center-gy {
float: left;
width: 62%;
padding-left: 0.15rem;
box-sizing: border-box;
}
.equipdisplay .top-box .title {
float: left;
font-size: 0.3rem;
font-weight: bold;
color: #333;
margin-right: 10px;
}
.center-gy .name {
float: left;
width: 100%;
font-size: 0.32rem;
height: auto;
color: #151515;
margin-top: 0.26rem;
}
.center-gy .addimg {
float: left;
width: 0.2rem;
height: 0.2rem;
margin: 0.35rem 0.09rem 0 0.04rem;
}
.center-gy .add {
float: left;
width: 90%;
font-size: 0.24rem;
color: #818181;
margin-top: 0.29rem;
}
.center-gy .det {
float: left;
width: 6.8rem;
font-size: 0.24rem;
color: #818181;
margin-top: 0.08rem;
}
.right-item {
float: right;
width: 100%;
background-color: #FFF;
margin-top: 0.2rem;
}
.right-item .top-sitem {
float: left;
width: 100%;
height: 1.21rem;
line-height: 1rem;
border-bottom: 0.01rem solid #e2e2e2;
margin-left: 0.1rem;
box-sizing: border-box;
}
.right-item .top-sitem button {
height: auto;
line-height: 0;
font-size: 0.32rem;
color: #054cb4;
background-color: #fff;
border-bottom: 0;
}
.right-item .bot-sitem {
float: left;
width: 100%;
margin: 0;
}
.right-item .bot-sitem .item {
float: left;
width: 50%;
text-align: center;
margin-top: 0.2rem;
}
.right-item .bot-sitem .item img {
float: left;
width: 3rem;
height: 2.4rem;
margin-left: 10%;
}
.right-item .bot-sitem .item .title-sitem {
float: left;
width: 100%;
font-size: 0.28rem;
color: #282828;
margin: 0.15rem auto 0.28rem;
}
.right-gy {
float: left;
width: 51%;
height: 0.4rem;
padding-left: 0.15rem;
margin-top: 0;
}
.right-gy .zbshu, .right-gy .liulan {
display: none;
float: left;
width: 0.32rem;
height: 0.29rem;
margin: 0.04rem 0.09rem 0 0;
}
.zbshu-a, .liulan-a {
float: left;
width: 1.8rem;
font-size: 0.24rem;
line-height: 0.4rem;
color: #818181;
margin-right: 0;
}
.bot-zbgongying .left .item .dajiang.huizhan {
width: 2.6rem;
height: 2.1rem;
margin: 0.7rem 0 0 0.1rem;
}
.center-gy .name.huizhan {
font-size: 0.32rem;
margin-top: 0.59rem;
}
.center-gy .time {
float: left;
width: 3rem;
font-size: 0.24rem;
color: #818181;
margin-top: 0.15rem;
}
.center-gy .shuliulan {
float: left;
width: 0.4rem;
height: 0.26rem;
margin-top: 0.2rem;
margin-right: 0.1rem;
}
.center-gy .num {
float: left;
width: auto;
font-size: 0.24rem;
color: #818181;
margin-top: 0.15rem;
}
.nwes-title {
width: 100%;
font-size: 0.32rem;
color: #000;
text-align: center;
padding-top: 0.2rem;
margin-top: 1.9rem;
box-sizing: border-box;
}
.main-box.news {
width: 100%;
}
.newsitem .left {
float: left;
margin-left: 0;
text-align: center;
}
.newsitem .left div {
float: left;
margin-top: 0.2rem;
font-size: 0.24rem;
color: #878787;
margin-right: 0.4rem;
margin-left: 0.2rem;
}
.article {
width: 96%;
text-align: left;
font-size: 0.28rem;
color: #515151;
line-height: 0.5rem;
padding: 38px 0 44px 0;
}
.bot-zbgongying .left {
float: left;
width: 100%;
height: auto;
background-color: #fff;

}
.bot-zbgongying .left.gongying {
margin-top: 0.93rem;
}
.bot-zbgongying .left .item.wantbuy {
height: 3rem;
}
.bot-zbgongying .left .item .dajiang.wantbuy {
width: 2.1rem;
height: 1.4rem;
margin: 0.5rem 0 0 0.15rem;
}
.center-gy.wantbuy {
width: 68%;
}
.center-gy .name.wantbuy {
font-size: 0.28rem;
color: #131313;
margin-top: 0.2rem;
margin-bottom: 0.1rem;
}
.center-gy .addimg.wantbuy {
float: left;
width: 0.3rem;
height: 0.3rem;
margin: 0;
margin-right: 0.1rem;
}
.center-gy .add.wantbuy {
width: 90%;
color: #6a6a6a;
margin-top: 0;
}
.center-gy .det.wantbuy {
color: #6a6a6a;
line-height: 0.33rem;
margin-top: 0.1rem;
}
.item.wantbuy .buyname {
float: left;
width: 75%;
font-size: 0.24rem;
color: #6a6a6a;
margin-left: 0.2rem;
margin-top: 0.2rem;
}
.compage {
float: right;
width: 21%;
height: 0.4rem;
line-height: 0.4rem;
font-size: 0.24rem;
border-radius: 0.08rem;
background-color: #fff;
border: 0.01rem solid #054cb4;
box-sizing: border-box;
margin: 0.3rem 0.15rem 0 0;
}
.compage.wantbuy {
float: right;
width: 19%;
height: 0.4rem;
line-height: 0.4rem;
font-size: 0.24rem;
border-radius: 0.08rem;
background-color: #fff;
border: 0.01rem solid #054cb4;
box-sizing: border-box;
margin: 0.2rem 0.2rem 0 0;
}
.equipdisplay.zbku.equip {
margin-top: 1.93rem;
margin-bottom: 0.2rem;
}
.equipdisplay .top-box.equip {
width: 100%;
height: 0.9rem;
line-height: 0.9rem;
background-color: #fff;
border: 0;
overflow: hidden;
}
.equipdisplay .bot.equip {
height: auto;
}
.equipleft {
float: left;
width: 98%;
margin: 0;
padding: 0.1rem 0 0 0.15rem;
box-sizing: border-box;
}
.equipleft .headimg {
float: left;
width: 100%;
height: 2.2rem;
margin-bottom: 0;
}
.equipleft .item {
display: none;
}
.equipcenter {
float: left;
width: 67%;
padding-left: 0.1rem;
box-sizing: border-box;
}
.equipcenter .title {
float: left;
width: 100%;
font-size: 0.32rem;
color: #313131;
margin-bottom: 0.1rem;
}
.equipcenter .item {
float: left;
width: 100%;
height: 0.4rem;
line-height: 0.4rem;
margin-right: 0;
margin-bottom: 0.1rem;
}
.equipcenter .item img {
float: left;
width: 0.34rem;
height: 0.34rem;
margin-right: 0.16rem;
}
.equipcenter .item .item-t {
float: left;
width: 1.16rem;
font-size: 0.24rem;
color: #5d5d5d;
}
.equipcenter .item span {
font-size: 0.24rem;
color: #5d5d5d;
}
.equipright {
display: none;
}
.equipdisplay.zbku.zbgongying {
float: left;
width: 100%;
overflow: hidden;
margin: 0;
}
.equipdisplay .top-box.zb-jianjie {
height: 1.2rem;
margin: 0;
padding: 0 0.2rem;
box-sizing: border-box;
}
.equipdisplay.zbku.zbgongying .top-box .item-zbgongying.zb-jianjie {
width: 100%;
margin-left: 0;
height: 1.2rem;
box-sizing: border-box;
border-bottom: 1px dashed #999;
}
.equipdisplay.zbku.zbgongying .top-box .item-zbgongying.zb-jianjie button {
float: left;
width: 50%;
height: 0.86rem;
line-height: 100%;
font-size: 0.28rem;
color: #4c4c4c;
margin-top: 0.32rem;
background-color: #FFF;
}
.equipdisplay.zbku.zbgongying .top-box .item-zbgongying.zb-jianjie button.active {
background-color: #054cb4;
color: #fff;
margin-top: 0.32rem;
}
.left .zb-title {
float: left;
width: 100%;
font-size: 0.28rem;
color: #6a6a6a;
margin: 0;
padding: 0.15rem;
box-sizing: border-box;
}
.zb-zhuangbeiimg {
float: left;
width: 80%;
height: 5rem;
margin: 0.7rem;
}
.left .jianjie span {
float: left;
width: 92%;
font-size: 0.28rem;
color: #6a6a6a;
margin: 0 0 0.1rem 0.58rem;
}
.equipdisplay.zbku.zbgongying.botton-b {
margin-top: 1.93rem;
margin-bottom: 0.1rem;
}
.equipdisplay .top-box.zb-wantbuy {
width: 100%;
height: 0.9rem;
line-height: 0.9rem;
background-color: #fff;
}
.equipdisplay.zbku.zbgongying .top-box.zb-wantbuy .item-zbgongying {
margin-left: 0;
border: 0;
}
.time-user {
float: left;
width: 100%;
height: 0.34rem;
line-height: 0.34rem;
padding-left: 0.2rem;
box-sizing: border-box;
}
.zb-details {
width: 100%;
margin-top: 0.3rem;
float: left;
}
.item-qiugou {
float: left;
width: 100%;
height: 0.34rem;
line-height: 0.34rem;
margin: 0 0.15rem 0.11rem 0.21rem;
}

.cenbox .buletitle {
width: 100%;
font-size: 0.28rem;
color: #054cb4;
padding-left: 0.22rem;
box-sizing: border-box;
margin: 0.24rem 0 0.08rem 0;
}
.cenbox .centest {
width: 100%;
font-size: 0.28rem;
color: #5d5d5d;
line-height: 0.39rem;
padding-left: 16px;
box-sizing: border-box;
}
.left .meg {
float: left;
margin: 0.38rem 0 0.24rem 0;
}
.item-qiugou span {
font-size: 0.28rem;
color: #5d5d5d;
}
.main-box .main-left.pingtai {
float: left;
width: 100%;
height: auto;
background-color: #FFF;
margin-top: 1.93rem;
margin-bottom: 0.35rem;
}
.dd .dd-item.pingtai {
list-style: none;
width: 100%;
height: 0.6rem;
line-height: 0.6rem;
font-size: 0.28rem;
color: #000;
font-weight: 400;
background-color: #FFF;
border-bottom: 0.01rem solid #f5f5f5;

text-decoration: none;

}
.main-right.pingtai {
width: 100%;
}
.my-iframe.pingtai {
margin: 0;
}
.center-right.pingtai {
margin-top: 0.3rem;
overflow: hidden;
margin-bottom: 0.3rem;
width: 100%;
height: auto;
}
.center-right.user .top-ifr.pingtai {
width: 100%;
height: 3rem;
line-height: 3rem;
border-bottom: 0.01rem dashed #999;
}
.center-right.user.pingtai .top-ifr.pingtai .fenge {
display: none;
}
.center-right.user.pingtai .top-ifr.pingtai a {
font-size: 1.1rem;
font-weight: bold;
padding-left: 0.4rem;
box-sizing: border-box;
}
.bot-img {
float: left;
width: 100%;
margin: 0;
padding-bottom: 0;
}
.bot-img .left ,
.bot-img .right {
float: left;
width: 100%;
margin-right: 0;
}
.mission {
float: left;
width: 100%;
height: 8.2rem;
background-color: #5ca9b9;
padding: 0.8rem;
box-sizing: border-box;
margin: 0;
}
.left .leftimg {
float: left;
width: 100%;
height: 16rem;
}
.chinapro {
float: left;
width: 100%;
height: auto;
background-color: #c3a26c;
padding: 1.5rem;
box-sizing: border-box;
}
.chinapro a {
width: 100%;
font-size: 1.4rem;
color: #fff;
}
.bot-img .left, .bot-img .right .rightimg{
width: 100%;
height: auto;
}
.gy-banner img {
display: none;
}
.gy-banner {
width: 100%;
height: 1.8rem;
background: url(../img/banner-item.png) no-repeat;
margin-top: 1.93rem;
}

.gy-banner .title {
width: 100%;
height: 1rem;
line-height: 1rem;
text-align: center;
color: #fff;
opacity: .7;
font-weight: 700;
font-size: 0.46rem;
}
.gys-left {
float: left;
width: 100%;
background-color: #fff;
margin-top: 0rem;
margin-bottom: 0.3rem;
}
.gys-left .wuxing {
display: none;
}
.gys-left .top-gys {
width: 100%;
height: 0.9rem;
line-height: 0.9rem;
font-size: 0.34rem;
color: #fff;
text-align: center;
background-color: #054cb4;
}
.gys-left .title {
text-align: center;
font-size: 0.28rem;
color: #212529;
height: 0.8rem;
line-height: 0.8rem;
font-weight: bold;
}
.assem {
float: left;
width: 100%;
margin-left: 0;
margin-bottom: 0.2rem;
padding-left: 0.6rem;
padding-top: 0.2rem;
box-sizing: border-box;
}
.assem .item {
float: left;
font-size: 0.3rem;
margin-bottom: 0.2rem;
width: 100%;
height: 0.46rem;
line-height: 0.46rem;
}
.assem .item img {
float: left;
width: 0.38rem;
height: 0.36rem;
margin-right: 17px;
}
.assem .item span {
float: left;
font-size: 0.3rem;
color: #252525;
}
.gys-left .supplierpro,.gys-right .supplierpro  {
float: left;
width: 100%;
font-size: 0.28rem;
color: #252525;
line-height: 0.4rem;
margin-left: 0;
margin-bottom: 30px;
padding: 0 0.3rem;
box-sizing: border-box;
}
.yingyezhizhao {
float: left;
width: 3.5rem;
height: 4.6rem;
margin: 0.4rem 26.7% 0.4rem;
}

.gys-right {
float: right;
width: 100%;
background-color: #fff;
margin-top: 0.4rem;
margin-bottom: 0.4rem;
}
.gys-right .top-box {
float: left;
width: 100%;
height: 1rem;
line-height: 1rem;
border-bottom: 0.01rem dashed #999;
margin-left: 0;
padding-left: 0.2rem;
box-sizing: border-box;
}
.gys-right .top-box .fenge {
display: none;
}
.item-zhuangbei img {
float: right;
cursor: pointer;
background-color: #b0aead;
width: 0.4rem;
height: 0.4rem;
margin-top: 0.32rem;
margin-left: 0;
margin-right: 0.4rem;
}
.item-zhuangbei .title {
float: left;
font-size: 0.32rem;
color: #333333;
font-weight: bold;
margin-left: 0.3rem;
}
.bot-box {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.bot-box .item {
float: left;
width: 46%;
margin-right: 2%;
margin-top: 0.2rem;
margin-left: 2%;
}
.bot-box .item img {
float: left;
width: 100%;
height: 2.8rem;
margin: 0;
}
.bot-box .item .title {
float: left;
width: 100%;
height: 0.9rem;
line-height: 0.9rem;
text-align: center;
font-size: 0.28rem;
color: #474747;
transition: all .1s;
}
.gys-right .bot-box.row-box .item {
float: left;
width: 100%;
height: 2.5rem;
border-bottom: 0.01rem solid #d0d0d0;
margin: 0;
}
.gys-right .bot-box.row-box .item .kance {
float: left;
width: 30%;
height: 1.8rem;
margin: 0.34rem 0.1rem;
}
.gys-right .bot-box.row-box .item .title {
float: left;
width: 67%;
font-size: 0.28rem;
height: 0.8rem;
text-align: left;
line-height: 1rem;
color: #131313;

}
.gys-right .bot-box.row-box .item .canshu {
float: left;
width: 67%;
height: auto;
height: 0.6rem;
font-size: 0.24rem;
color: #131313;
margin-bottom: 0.3rem;
}
.gys-right .bot-box.row-box .item .row-rel img {
display: none;
}
.gys-right .bot-box.row-box .item .row-rel {
float: left;
width: 46%;
height: 0.4rem;
line-height: 0.4rem;
}
.gys-right .bot-box.row-box .item .seedetails {
width: 1.2rem;
float: right;
height: 0.45rem;
line-height: 0.45rem;
text-align: center;
margin-top: 0;
font-size: 0.24rem;
color: #054cb4;
border: 0.01rem solid #054cb4;
background-color: #fff;
border-radius: 0.08rem;
margin-right: 0.2rem;

}
.equipdisplay.zbku.zbgongying.zb-last {
margin: 0;
}
.item-qiugou .item-i {
float: left;
width: 1.6rem;
}
.assem .item .assemtitle {
width: 1.4rem;
float: left;
}
.gys-right .bot-box.row-box .item .row-rel {
float: left;
font-size: 0.24rem;
color: #6a6a6a;
}
.center-test {
font-size: 1rem;
color: #333;
padding: 0.4rem 0.3rem 0.5rem 0.6rem;
line-height: 1.8rem;
}
.mission .item a {
float: left;
width: 80%;
font-size: 0.9rem;
color: #fff;
}
.iconfont.icon-fabu{
font-size: 0.26rem;
}
.time-user span {
margin-right: 0.4rem;
font-size: 0.26rem;
}
.time-user img {
width: 0.26rem;
height: 0.26rem;
}
.item-qiugou .item-i.last {
float: left;
width: 1.3rem;
}
.bot-zbgongying .left .pre {
font-size: 0.3rem;
width: 100%;
margin: 0;
padding: 0.23rem 0 0.35rem 0.16rem;
font-weight: bold;
color: #054cb4;
}
.item-qiugou img {
float: left;
width: 0.3rem;
height: 0.29rem;
margin-right: 0.1rem;
}
.search-category {
background: url(../img/select-down.png) no-repeat scroll right center transparent;
padding-right: 0.2rem;
-webkit-appearance: none;
width: 80%;
border: 0;
outline: none;
background-size: 0.24rem;
float: left;
color: #666;
padding-top: 0.1rem;
font-size: .22rem;
}
.pages {
overflow: hidden;
width: 100%;
height: 1rem;
padding: 0 4%;
}
.left .jianjie span p img {
width: 100%;
}
.dd .dd-item0.pingtai {
padding-left: 36px;
box-sizing: border-box;
background-color: #054cb4;
color: #fff;
list-style: none;
width: 100%;
height: 0.6rem;
line-height: 0.6rem;
font-size: 0.28rem;
font-weight: 400;
border-bottom: 0.01rem solid #f5f5f5;
text-decoration: none;
}
.bot-zbgongying .left .item.huizhan {
height: 3rem;
margin-bottom: 0.1rem;
}
.supprofile {
float: left;
width: 100%;
font-size: 0.28rem;
color: #252525;
line-height: 0.4rem;
margin-left: 0;
padding: 0 0.3rem;
box-sizing: border-box;
}
.message {
position: fixed;
transform: translateX(-50%);
top: 45%;
left: 50%;
display: none;
min-width: 3rem;
min-height: 1rem;
margin-left: 0rem;
z-index: 1000;
text-align: center;
font-size: 0.3rem;
color: #fff;
background: #000000;
border-radius: 0.08rem;
box-sizing: border-box;
opacity: 0;
transition: all .3s ease;
padding: 0.3rem;
}
.messageShow {
opacity: .78;
z-index: 2000;
}
.equipdisplay .bot .left.zbku a {
margin-top: 0;
}
.zbguanli-top a,.qgguanli-bot .item .modify,.zbguanli-box .item .modify,.center-right.zhuangbeiguanli button,.main-box .release{
display:none;
}

}

