
@charset "utf-8";

/*公用的页头和右侧列表*/


/*2016-12-2*/


/*css reset*/

body {
    font-size: 12px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
    color: #666;
    margin: 0px;
    padding: 0px;
    border: none;
}

div,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol {
    margin: 0px;
    padding: 0px;
    border: none;
    list-style: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #666;
}

input,
textarea {
    outline: none;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}

input.disabled {
    background-color: #f4f4f4;
}

input::-ms-clear {
    display: none;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clear {
    clear: both;
}


/*整体布局*/

#main {
    width: 100%;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    color: #fff;
    /*background-color: #2A3542;*/
    background: url("../img/bg_title.png");
    z-index: 1000;
}

.logo {
    width: 470px;
    height: 54px;
    float: left;
    margin-left: 30px;
    margin-top: 10px;
}


/*右侧导航*/


/*列表图标*/

.nav>a {
    display: block;
    width: 36px;
    height: 16px;
    position: absolute;
    right:0px;
    z-index:5000;
    background:url(../img/icon_pullout.png) no-repeat 0 0 ;
}
.nav>a:hover {
	cursor:pointer;
}
.nav>a.show {
	background:url(../img/icon_pullout.png) no-repeat 0 -18px;
}


.nav-list li>i {
    background-image: url('../img/icons.png');
}

.nav-list li.list1>i {
    background-position: -10px -10px;
}

.nav-list li.active.list1>i {
    background-position: -36px -10px;
}

.nav-list li.list2>i {
    background-position: -10px -36px;
}

.nav-list li.active.list2>i {
    background-position: -36px -36px;
}

.nav-list li.list3>i {
    background-position: -10px -62px;
}

.nav-list li.active.list3>i {
    background-position: -36px -62px;
}

.nav-list li.list4>i {
    background-position: -10px -88px;
}

.nav-list li.active.list4>i {
    background-position: -36px -88px;
}

.nav-list li.list5>i {
    background-position: -10px -114px;
}

.nav-list li.active.list5>i {
    background-position: -36px -114px;
}

.nav-list li.list6>i {
    background-position: -10px -140px;
}

.nav-list li.active.list6>i {
    background-position: -36px -140px;
}

.nav-list li.list7>i {
    background-position: -10px -166px;
}

.nav-list li.active.list7>i {
    background-position: -36px -166px;
}

.nav-list li.list8>i {
    background-position: -10px -192px;
}

.nav-list li.active.list8>i {
    background-position: -36px -192px;
}
.nav-list li.list9>i {
    background-position: -10px -220px;
}
.nav-list li.active.list9>i {
    background-position: -36px -220px;
}
.nav-list li.listfx>i {
    background-position: -10px -244px;
}
.nav-list li.active.listfx>i {
    background-position: -36px -244px;
}
.nav-list li.list10>i {
   background-image: url(../img/icon_print_n.png) !important;
}
.nav-list li.active.list10>i {
    background-image: url(../img/icon_print_h.png) !important;
}
.nav-list li.list11>i {
    background-position: -10px -270px;
}
.nav-list li.active.list11>i {
    background-position: -36px -270px;
}
.nav-list li.list12>i {
    background-position: -10px -296px;
}
.nav-list li.active.list12>i {
    background-position: -36px -296px;
}
/*企业黄页*/
.nav-list li.list13>i {
    background-position: -10px -322px;
}
.nav-list li.active.list13>i {
    background-position: -36px -322px;
}
.nav-list li.list14>i {
    background-position: -10px -348px;
}
.nav-list li.active.list14>i{
    background-position: -36px -348px;
}
.nav-list li.list15>i {
    background-position: -10px -374px;
}
.nav-list li.active.list15>i{
    background-position: -36px -374px;
}
.nav-list li.list16>i {
    background-position: -10px -478px;
}
.nav-list li.active.list16>i{
    background-position: -36px -478px;
}
div.footer {
    min-width:934px;
}
@media screen and (min-width: 1241px) {
    /*导航响应*/
    /*导航响应全款*/
     .nav {
        position: fixed;
        top: 80px;
        left: 0;
        bottom:0;
        width: 220px;
        color: #fff;
        z-index: 1000;
    }
    /*导航上部公司信息*/
    .nav-top {
        text-align: center;
        vertical-align: middle;
        color: #fff;
    }
    .firm {
        width: 170px;
        height: 120px;
        padding: 0 25px;
        background-color: #448aca;
    }
    .firm>h2 {
        padding-top: 18px;
        font-size: 16px;
        line-height: 24px;
        height: 72px;
        overflow: hidden;
    }
    .firm>p {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }
    .firm>p>a {
        float: left;
        width: 85px;
        line-height: 30px;
        color: #2a3542;
    }
    .firm>p>a:hover {
        color: #fff;
    }
    .firm-info {
        height: auto;
        padding: 0 25px;
        background-color: #415266;
    }
    .firm-info>h4 {
        font-weight: normal;
        text-align: left;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        color: #fff;
        border-bottom: 1px solid #448aca;
    }
    .firm-info>h4.last {
        border-bottom: none;
    }
    .firm-info>h4>span.right {
        float: right;
        color: #eb6877;
    }
    .firm-info>h4>span.left {
        float: left;
        width: 120px;
        height: 32px;
        overflow: hidden;
    }
    /*.firm-info>h4>span.right.sbGreen {*/
        /*color: #b3d465;*/
    /*}*/
    div.nav-list {
        /*height: 1000px;*/
        height: calc(100% - 186px); /*186px为左侧头部高度*/
        overflow-y: auto;
        background-color: #e1f2fa;
    }
    .nav-list li {
        font-size: 16px;
        color: #448aca;
        height: 40px;
        line-height: 40px;
        text-align: left;
        padding-left: 25px;
        border-bottom: 1px solid #cde6f2;
    }
    .nav-list li.active {
        color: #fff;
        background-color: #448aca;
    }
    .nav-list li:hover {
        cursor: pointer;
    }
    .nav-list li>i {
        float: left;
        margin-top: 12px;
        margin-right: 10px;
        height: 16px;
        width: 16px;
    }
    .nav-list li>span.right {
        padding-left: 30px;
        font-weight: bold;
        color: #ff0000;
        font-size: 14px;
    }
    /*内容响应*/
    #content {
        margin-left: 240px;
        margin-top: 80px;
        padding-top: 60px;
    }
    div.path {
        left: 240px;
    }
    div.fixed-group {
        left: 240px;
    }
    /*r点击最小化时*/
    body.nav-mini div.nav {
        position: fixed;
        top: 80px;
        left: 0;
        bottom: 0;
        width: 80px;
        color: #fff;
        z-index: 1000;
        background-color: #2A3542;
        ;
    }
    body.nav-mini div.firm {
        width: 60px;
        padding: 17px 10px 0 10px;
        height: 103px;
        background-color: #448aca;
    }
     body.nav-mini div.firm>h2 {
        padding-top:0;
        font-size: 12px;
        height: 36px;
        line-height: 18px;
        margin-bottom: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    body.nav-mini  div.firm>p>a {
        display: block;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #333;
        width:60px;
        text-align:center;
    }
    body.nav-mini div.firm>p>a:hover {
        color: #fff;
    }
    body.nav-mini div.firm-info {
        display: none;
    }
    body.nav-mini div.nav-list {
        /*height: 1000px;*/
        background-color: #e1f2fa;
        padding-top: 10px;
    }
    body.nav-mini .nav-list li {
        font-size: 16px;
        color: #448aca;
        height: 50px;
        line-height: 50px;
        text-align: left;
        padding-left: 25px;
        border-bottom: 1px solid #cde6f2;
    }
    body.nav-mini .nav-list li.active {
        color: #fff;
        background-color: #448aca;
    }
    body.nav-mini .nav-list li:hover {
        cursor: pointer;
    }
    body.nav-mini .nav-list li>i {
        float: left;
        margin-top: 17px;
        margin-right: 10px;
        height: 16px;
        width: 16px;
    }
    body.nav-mini .nav-list li>span {
        display: none;
    }
    body.nav-mini div.nav-list {
        height: calc(100% - 120px);
        overflow-y: auto;
        background-color: transparent;
    }
    body.nav-mini div.nav-list li {
        padding-left: 32px;
        border-bottom: none;
    }
    /*内容响应*/
    body.nav-mini #content {
        margin-left: 90px;
        margin-top: 80px;
        padding-top: 60px;
    }
    body.nav-mini div.path {
        left: 90px;
    }
    body.nav-mini div.fixed-group {
        left: 90px;
    }
    /*>1240大屏右侧*/
    /*提示*/
    div.tips {
        padding: 10px;
        width: 160px;
        height: 70px;
        color: #ff8c05;
        position: fixed;
        top: 140px;
        left: 1160px;
        border:1px solid #ff8c05;
        overflow: hidden;
    }
    div.tips2 {
        padding: 10px;
        width: 160px;
        height: 50px;
        color: #ff8c05;
        position: fixed;
        top: 140px;
        left: 1160px;
        border:1px solid #ff8c05;
        overflow: hidden;
    }
      body.nav-mini  div.tips {
        left: 1020px;
     }
    div.tips>p {
        line-height: 18px;
    }
    div.tips.date {
        top: 250px;
    }
    div.tips.date2 {
        top: 220px;
    }
    div.tips.date>p {
        line-height: 18px;
    }
    /*按钮样式*/
    div.fixed-btn {
        position: fixed;
        bottom: 30px;
        left: 1160px;
        font-size: 16px;
    }
     body.nav-mini  div.fixed-btn{
        left:1020px;
    }
    div.fixed-btn>div {
        cursor: pointer;
        color: #448aca;
        width: 104px;
        height: 44px;
        line-height: 40px;
        background: url("../img/btn_1.png") no-repeat;
        margin-bottom: 10px;
        text-align: center;
    }
    div.fixed-btn>div.submit {
        background: url("../img/btn_2.png") no-repeat;
        color: #fff;
    }
    div.fixed-btn>div.active {
        background: url("../img/btn_click_n.png") no-repeat;
    }
    div.fixed-btn>div.submit.active {
        background: url("../img/btn_click_b.png") no-repeat;
    }
}


/*1024-1240小屏样式*/

@media screen and (max-width: 1240px) and (min-width:1024px) {
    /*导航响应*/
    .nav {
        position: fixed;
        top: 80px;
        left: 0;
        bottom:0;
        width: 220px;
        color: #fff;
        z-index: 1000;
    }
    /*导航上部公司信息*/
    .nav-top {
        text-align: center;
        vertical-align: middle;
        color: #fff;
    }
    .firm {
        width: 170px;
        height: 120px;
        padding: 0 25px;
        background-color: #448aca;
    }
    .firm>h2 {
        padding-top: 18px;
        font-size: 16px;
        line-height: 24px;
        height: 72px;
        overflow: hidden;
    }
    .firm>p {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }
    .firm>p>a {
        float: left;
        width: 85px;
        line-height: 30px;
        color: #2a3542;
    }
    .firm>p>a:hover {
        color: #fff;
    }
    .firm-info {
        height: auto;
        padding: 0 25px;
        background-color: #415266;
    }
    .firm-info>h4 {
        font-weight: normal;
        text-align: left;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        color: #fff;
        border-bottom: 1px solid #448aca;
    }
    .firm-info>h4.last {
        border-bottom: none;
    }
    .firm-info>h4>span.right {
        float: right;
        color: #eb6877;
    }
    .firm-info>h4>span.left {
        float: left;
        width: 120px;
        height: 32px;
        overflow: hidden;
    }
    .firm-info>h4>span.right.submit {
        color: #b3d465;
    }
    div.nav-list {
        /*height: 1000px;*/
        height: calc(100% - 186px);
        overflow-y: auto;
        background-color: #e1f2fa;
    }
    .nav-list li {
        font-size: 16px;
        color: #448aca;
        height: 40px;
        line-height: 40px;
        text-align: left;
        padding-left: 25px;
        border-bottom: 1px solid #cde6f2;
    }
    .nav-list li.active {
        color: #fff;
        background-color: #448aca;
    }
    .nav-list li:hover {
        cursor: pointer;
    }
    .nav-list li>i {
        float: left;
        margin-top: 12px;
        margin-right: 10px;
        height: 16px;
        width: 16px;
    }
    .nav-list li>span.right {
        padding-left: 30px;
        font-weight: bold;
        color: #ff0000;
        font-size: 14px;
    }
    /*内容响应*/
    #content {
        margin-left: 240px;
        margin-top: 80px;
        padding-top: 60px;
    }
    div.path {
        left: 240px;
    }
    div.fixed-group {
        left: 240px;
    }
    /*1024-1240按钮变小*/
    body.nav-mini div.nav {
        position: fixed;
        top: 80px;
        left: 0;
        bottom:0;
        width: 80px;
        color: #fff;
        z-index: 1000;
        background-color: #2A3542;
      
    }
    body.nav-mini div.firm {
        width: 60px;
        padding: 17px 10px 0 10px;
        height: 103px;
        background-color: #448aca;
    }
     body.nav-mini div.firm>h2 {
        padding-top:0;
        font-size: 12px;
        height: 36px;
        line-height: 18px;
        margin-bottom: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    body.nav-mini  div.firm>p>a {
        display: block;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #333;
        width:60px;
        text-align:center;
    }
   body.nav-mini  div.firm>p>a:hover {
        color: #fff;
    }
   body.nav-mini  div.firm-info {
        display: none;
    }
    body.nav-mini div.nav-list {
        /*height: 1000px;*/
        background-color: #e1f2fa;
        padding-top: 10px;
    }
    body.nav-mini .nav-list li {
        font-size: 16px;
        color: #448aca;
        height: 50px;
        line-height: 50px;
        text-align: left;
        padding-left: 25px;
        border-bottom: 1px solid #cde6f2;
    }
   body.nav-mini  .nav-list li.active {
        color: #fff;
        background-color: #448aca;
    }
   body.nav-mini  .nav-list li:hover {
        cursor: pointer;
    }
   body.nav-mini  .nav-list li>i {
        float: left;
        margin-top: 12px;
        margin-right: 10px;
        height: 16px;
        width: 16px;
    }
   body.nav-mini  .nav-list li>span {
        display: none;
    }
   body.nav-mini  div.nav-list {
       height: calc(100% - 120px);
       overflow-y: auto;
        background-color: transparent;
    }
    body.nav-mini div.nav-list li {
        padding-left: 32px;
        border-bottom: none;
    }
    /*内容响应*/
    body.nav-mini #content {
        margin-left: 90px;
        margin-top: 80px;
        padding-top: 60px;
    }
   body.nav-mini  div.path {
        left: 90px;
    }
    body.nav-mini div.fixed-group {
        left: 90px;
    }
    body.nav-mini div.fixed_top {
       left: 90px;
    }
    /*1024-1240屏下面*/
    /*提示*/
    div.option {
        max-height: 118px;
        width: 900px;
        border: 1px solid transparent;
        overflow: hidden;
    }
    div.tips-group {
        float: left;
        width: 525px;
        max-height: 108px;
        padding-top: 10px;
        overflow: hidden;
    }
    div.tips {
        color: #ff8c05;
        position: static;
        width: 525px;
        max-height: 63px;
        line-height: 24px;
        overflow: hidden;
    }
    div.tips.date {
        max-height: 24px;
        overflow: hidden;
    }
    div.tips>p {
        display: inline-block;
        line-height: 18px;
    }
    div.option div.fixed-btn {
        position: static;
        float: right;
        width: 375px;
        margin-top: 20px;
    }
    div.option div.fixed-btn>div {
        float: left;
        margin-left: 21px;
    }
    div.fixed-btn>div {
        cursor: pointer;
        color: #448aca;
        width: 104px;
        height: 44px;
        line-height: 40px;
        background: url("../img/btn_1.png") no-repeat;
        margin-bottom: 10px;
        text-align: center;
    }
    div.fixed-btn>div.submit {
        background: url("../img/btn_2.png") no-repeat;
        color: #fff;
    }
    div.fixed-btn>div.active {
        background: url("../img/btn_click_n.png") no-repeat;
    }
    div.fixed-btn>div.submit.active {
        background: url("../img/btn_click_b.png") no-repeat;
    }
}

@media screen and (max-width: 1024px) {
    /*导航响应*/
    .nav {
        position: fixed;
        top: 80px;
        left: 0;
        bottom: 0;
        width: 220px;
        color: #fff;
        z-index: 1000;
    }
    /*导航上部公司信息*/
    .nav-top {
        text-align: center;
        vertical-align: middle;
        color: #fff;
    }
    .firm {
        width: 170px;
        height: 120px;
        padding: 0 25px;
        background-color: #448aca;
    }
    .firm>h2 {
        padding-top: 18px;
        font-size: 16px;
        line-height: 24px;
        height: 72px;
        overflow: hidden;
    }
    .firm>p {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }
    .firm>p>a {
        float: left;
        width: 85px;
        line-height: 30px;
        color: #2a3542;
    }
    .firm>p>a:hover {
        color: #fff;
    }
    .firm-info {
        height: auto;
        padding: 0 25px;
        background-color: #415266;
    }
    .firm-info>h4 {
        font-weight: normal;
        text-align: left;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        color: #fff;
        border-bottom: 1px solid #448aca;
    }
    .firm-info>h4.last {
        border-bottom: none;
    }
    .firm-info>h4>span.right {
        float: right;
        color: #eb6877;
    }
    .firm-info>h4>span.left {
        float: left;
        width: 120px;
        height: 32px;
        overflow: hidden;
    }
    .firm-info>h4>span.right.submit {
        color: #b3d465;
    }
    div.nav-list {
        /*height: 300px;*/
        height: calc(100% - 186px);
        overflow-y: auto;
        background-color: #e1f2fa;
        overflow:scroll;
    }
    .nav-list li {
        font-size: 16px;
        color: #448aca;
        height: 40px;
        line-height: 40px;
        text-align: left;
        padding-left: 25px;
        border-bottom: 1px solid #cde6f2;
    }
    .nav-list li.active {
        color: #fff;
        background-color: #448aca;
    }
    .nav-list li:hover {
        cursor: pointer;
    }
    .nav-list li>i {
        float: left;
        margin-top: 12px;
        margin-right: 10px;
        height: 16px;
        width: 16px;
    }
    .nav-list li>span.right {
        padding-left: 30px;
        font-weight: bold;
        color: #ff0000;
        font-size: 14px;
    }
    /*内容响应*/
    #content {
        margin-left: 240px;
        margin-top: 80px;
        padding-top: 60px;
    }
    div.path {
        left: 240px;
    }
    div.fixed-group {
        left: 240px;
    }
    /*1024-1240按钮变小*/
    body.nav-mini div.nav {
        position: fixed;
        top: 80px;
        left: 0;
        bottom:0;
        width: 80px;
        color: #fff;
        z-index: 1000;
        background-color: #2A3542;
      
    }
    body.nav-mini div.firm {
        width: 60px;
        padding: 17px 10px 0 10px;
        height: 103px;
        background-color: #448aca;
    }
     body.nav-mini div.firm>h2 {
        padding-top:0;
        font-size: 12px;
        height: 36px;
        line-height: 18px;
        margin-bottom: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    body.nav-mini  div.firm>p>a {
        display: block;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #333;
        width:60px;
        text-align:center;
    }
   body.nav-mini  div.firm>p>a:hover {
        color: #fff;
    }
   body.nav-mini  div.firm-info {
        display: none;
    }
    body.nav-mini div.nav-list {
        /*height: 1000px;*/
        height: calc(100% - 120px);
        overflow-y: auto;
        background-color: #e1f2fa;
        padding-top: 10px;
    }
    body.nav-mini .nav-list li {
        font-size: 16px;
        color: #448aca;
        height: 50px;
        line-height: 50px;
        text-align: left;
        padding-left: 25px;
        border-bottom: 1px solid #cde6f2;
    }
   body.nav-mini  .nav-list li.active {
        color: #fff;
        background-color: #448aca;
    }
   body.nav-mini  .nav-list li:hover {
        cursor: pointer;
    }
   body.nav-mini  .nav-list li>i {
        float: left;
        margin-top: 17px;
        margin-right: 10px;
        height: 16px;
        width: 16px;
    }
   body.nav-mini  .nav-list li>span {
        display: none;
    }
   body.nav-mini  div.nav-list {
        background-color: transparent;
    }
    body.nav-mini div.nav-list li {
        padding-left: 32px;
        border-bottom: none;
    }
    /*内容响应*/
    body.nav-mini #content {
        margin-left: 90px;
        margin-top: 80px;
        padding-top: 60px;
    }
   body.nav-mini  div.path {
        left: 90px;
    }
    body.nav-mini div.fixed-group {
        left: 90px;
    }
    body.nav-mini div.fixed_top {
       left: 90px;
    }
    /*1024-1240屏下面*/
    /*提示*/
    div.option {
        max-height: 118px;
        width: 900px;
        border: 1px solid transparent;
        overflow: hidden;
    }
    div.tips-group {
        float: left;
        width: 525px;
        max-height: 108px;
        padding-top: 10px;
        overflow: hidden;
    }
    div.tips {
        color: #ff8c05;
        position: static;
        width: 525px;
        max-height: 63px;
        line-height: 24px;
        overflow: hidden;
    }
    div.tips.date {
        max-height: 24px;
        overflow: hidden;
    }
    div.tips>p {
        display: inline-block;
        line-height: 18px;
    }
    div.option div.fixed-btn {
        position: static;
        float: right;
        width: 375px;
        margin-top: 20px;
    }
    div.option div.fixed-btn>div {
        float: left;
        margin-left: 21px;
    }
    div.fixed-btn>div {
        cursor: pointer;
        color: #448aca;
        width: 104px;
        height: 44px;
        line-height: 40px;
        background: url("../img/btn_1.png") no-repeat;
        margin-bottom: 10px;
        text-align: center;
    }
    div.fixed-btn>div.submit {
        background: url("../img/btn_2.png") no-repeat;
        color: #fff;
    }
    div.fixed-btn>div.active {
        background: url("../img/btn_click_n.png") no-repeat;
    }
    div.fixed-btn>div.submit.active {
        background: url("../img/btn_click_b.png") no-repeat;
    }
}

.firm-info>h4>span.right.sbGreen {
    color: #b3d465!important;
}

/*右侧的经济普查样式*/
.gx-econo-con-inset{
	position:fixed;
	top:50%;
	margin-top:-252px;
	right:10px;
	z-index:10000;
}
.gx-econo-close{
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-7px;
	opacity:.8;
}
.gx-econo-close:hover{
	opacity:1;
    cursor: pointer;
}
.carry-cf:after{
    display: block;
    content: "";
    clear: both;
}
.carry-fl{
    float: left;
}
.carry-fr{
    float: right;
}


/*右侧蓝条部分开始*/
#content {
    position: relative;
}
.path{
    position:fixed;
    top:80px;
    height: 60px;
    width:100%;
    z-index: 1000;
    margin-bottom: 20px;
    background-color: #fff;
}
.path>ul{
    background-color: #e1f2fa;
    padding-left:20px;
    height: 40px;
    line-height:40px;
}
.path>ul>li {
    float:left;
}
.path>ul>li.active>a {
    color:#448aca;
}
.path>div {
    background-color: #fff;
    height: 20px;
    padding-left: 20px;
    line-height: 20px;
    color:#ff0000;
    font-size: 12px;
    overflow:hidden;
}
/*右侧蓝条部分结束*/
/*方块按钮样式开始*/
.btn-style{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding:0 15px;
    box-sizing: border-box;
    font-size: 16px;
    color:#fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    cursor: pointer;
}
.btn-blue{
    background-color: #0080ff;
}
.btn-blue-2{
    background-color: #428bcb;
}
.btn-red{
    background-color: #ff6034;
}
.btn-orange{
    background-color: #ff9000;
}
/*方块按钮样式结束*/
.carry_ellipsis{ /* 单行省略*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}