
/*公共样式*/
*{
    padding:0;
    margin:0;
    list-style: none;
}
p,ul,h2,h3{
    margin: 0;
}
textarea{
    resize: none;
}
body{
    font-family: "Microsoft Yahei", Verdana, Simsun, "Segoe UI Web Light", "Segoe UI Light", "Segoe UI Web Regular", "Segoe UI", "Segoe UI Symbol", "Helvetica Neue", Arial;
    line-height: 24px;
    overflow-x: auto ;
    min-width: 1200px;
}
a{
    color: #898989;
}
a:hover{
    text-decoration: underline;
}
em{
    font-style: normal;
}
.inline-block{
    display: inline-block;
}
.relative{
    position: relative;
}
.container{
    width: 1100px!important;
    height: 100%;
}
.form-control{
    height: 42px;
}
.thumbnail{
    border: none;
}
.warnInfo{
    background: #2a71e7;
    border-radius: 50%;
    padding: 2px 9px;
    color: #fff;
}
.bg-ebeae8{
    background: #ebeae8;
}
/* tab*/
.map-nav span{
    display: inline-block;
    font-size: 18px;
    color: #999;
    padding: 20px 40px;
    cursor: pointer;
}
.map-nav span:hover{
    color: #2a71e7;
}
.map-nav span.cur{
    color: #2a71e7;
    border-bottom: 2px solid #2a71e7;
}

.nav-tab{
    position: relative;
    top: -60px;
}
.nav-tab span{
    display: inline-block;
    width: 33%;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.6);
    height: 60px;
    line-height: 60px;
}
.nav-tab span.cur{
    background: rgba(42,113,231,.5);
}
.form-tit{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #393939;
    border-bottom: 3px solid #2a71e7;
    padding-bottom: 18px;
}
.absolute-right{
    position: absolute;
    right: 0;
    top: 0;
}
/*btn*/
.btn-blue{
    background: #2a71e7;
    color: #fff;
}
.btn-blue-bd{
    border: 1px solid #2a71e7;
    color: #2a71e7;
    background: #fff;
}
.btn-blue-bd:hover{
    color: #fff;
    background: #2a71e7;
}
/*color*/
.f-C2a71e7{
    color: #2a71e7;
}
.f-C393939{
    color: #393939;
}
.f-C595959{
    color: #595959;
}
.f-C595959{
    color: #393939;
}
.f-C999999{
    color: #999;
}
/*font-size*/
.f14{
    font-size: 14px;
    line-height: 28px;
}
.f12{
    font-size:12px;
    line-height: 24px;
}
.f16{
    font-size: 16px!important;
    line-height: 32px;
}
.f18{
      font-size: 18px!important;
}
.f24{
    font-size: 24px!important;
}
.pd0{
    padding:0!important;
}
.pdL0{
    padding-left:0!important;
}
.pdLR0{
    padding-left:0;
    padding-right:0;
}
.pd15{
    padding: 15px;
}
.pdL15{
    padding: 0 0 0 15px;
}
.pdLR15{
    padding-left: 15px;
    padding-right: 15px;
}
.pdTB15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.mgT8{
    margin-top: 8px;
}
.mgB8{
    margin-bottom: 8px;
}
.mgB20{
    margin-bottom: 20px;
}
.mgT40{
    margin-top: 40px;
}
.mgTB40{
    margin-top: 40px;
    margin-bottom: 40px;
}
.mgTB10{
    margin-top: 10px;
    margin-bottom: 10px;
}
.mgTB15{
    margin-top: 15px;
    margin-bottom: 15px;
}
.mg15{
    margin: 15px;
}
.bdT{
    border-top: 1px solid #d9d9d9;
}
.tc{
    text-align: center;
}
.indent{
    text-indent: 3rem;
}
/*溢出省略*/
.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*点赞*/
.good{
    display: block;
    margin: 10px auto;
    width: 88px;
    height: 88px;
    background: url("imgs/article-detail_good.png") no-repeat center center;
}
.good:hover{
    background: url("imgs/article-detail_hover.png") no-repeat center center;;
}
.bg-info{
    border: 1px solid #b0cbf6;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.contact-info{
    padding: 40px 20px;
}
.contact-info .tit{
    padding: 5px 40px;
    font-size: 18px;
    border-radius: 0 0 15px 15px;
    background: #2a71e7;
    color: #fff;
    position: relative;
    top: -35px;
}
/*tab栏样式*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #2cc12c;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-top: 3px solid #2cc12c;
    margin-left: -1px;
    margin-top: -1px;

}
.nav-tabs>li>a{
    padding: 10px 40px;
    font-size: 22px;
    border-radius: 0;
}
.nav-tabs{
    background: #f2f2f2;
}
.nav>li>a:focus, .nav>li>a:hover{
    border-color: transparent;
    background: #f2f2f2;
}
/*分页*/
.pagination>li>a, .pagination>li>span{
    color: #999;
    margin-left: 5px;
    border-radius: 4px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #fff;
    background-color: #2a71e7;
}

.box-wrap .tit{
    font-size: 16px;
    color: #393939;
    margin-bottom: 20px;
}
/*覆盖bootstrap-table*/
.fixed-table-container thead th{
    height: 58px;
    line-height: 58px;
    background: #f4f4f4;
    text-align: center;
}
.fixed-table-container thead th,
.fixed-table-container tbody td{
    border-left: 0!important;
    color: #797979;
}
/*新闻列表*/
.news{
    color: #a7a7a7;
}
.news .col-md-6{
    margin-bottom: 50px;
    height: 242px;
}
.news .ellipsis{
    width: 60%;
    display: inline-block;
    padding-left: 5px;
}
.news li{
    height: 49px;
    border-bottom: 1px dashed #a7a7a7;
    line-height: 49px;
}
.news li a:hover{
    color: #2a71e7;
    text-decoration: none;
}
.pageDiv>ul{
    display: inline-block;
}
.has-error{
    margin-bottom: 0;
}
.has-error .form-control{
    margin-bottom: 0!important;
}
.bootstrap-table div.pagination{
	width: 100%;
	text-align: center;
}

/*小三角*/
/*上*/
.triangleUp{
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #595959 transparent;
}
/*下*/
.triangleDown{
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    border-color:  #595959 transparent transparent transparent;
}
/*大图片居中*/
.pic-center{
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}
/*圆形*/
.circle{
    border-radius: 50%;
}

/*背景定位*/
.bg-position{
    width: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.clearfix{
    clear: both;
    overflow: hidden;
}
/*表单错误提示位置*/
.bv-form .help-block{
    padding-left: 0;
}
/*在线咨询*/
.online-wrap{
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 83px;
    height: 85px;
    border: 1px solid #2cc12c;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5em;
    transition: all 1s;
    cursor: pointer;
}
.online-wrap:hover{
    width: 243px;
}
.online-wrap>div{
    width: 243px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
}
.online-wrap>div>div:first-child{
    float: left;
    height: 83px;
    width: 158px;
    padding: 5px 10px;
    background: #fff;
}
.online-wrap>div>div:last-child{
    float: right;
    width: 83px;
    height: 83px;
    background: #2cc12c;
    color: #fff;
    padding: 7px 10px 10px ;
}
.online-wrap i{
    position: relative;
    top:2px;
}
.online-wrap .icons{
    background-position: -120px -25px;
}
.online-wrap .icons-online{
    width: 38px;
    height: 44px;
    background-position: -60px -27px;
}

/*定位居中*/
.absolute-center{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*上传文件*/
.btn-add-file{
    width: 114px;
    height: 110px;
    border: 1px dashed #a8dfa8;
    background: #f7fdf7;
    line-height: 35px;
    color: #a8dfa8;
}
.btn-add-file i{
    display: block;
    font-size: 24px;
    padding-top: 20px;
}
.btn-add-file:hover *{
    color: #2cc12c;
}
/*删除*/
.del:hover{
    color: red;
    text-decoration: none;
}
/*border title*/
.bdTit{
    border-bottom: 1px solid #ccc;
}
.bdTit>strong{
    border-bottom: 3px solid #ccc;
    position: relative;
    bottom: 3px;
}
.f30{
    font-size: 30px;
}
.f-cff9520{
    color: #ff9520;
}
.bold{
    font-weight: bold;
}
.btn-radius{
    position: relative;
    background: #ff7529;
    padding: 10px 90px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
}
.btn-radius:after{
    border-radius: 50%;
    content: 'GO';
    padding: 7px 4px;
    background: #fff;
    color: #ff7529;
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 12px;
}
.btn-radius:hover{
    color: #fff;
}
/*进度条  选中*/
.progress-wrap .item{
    width: 32%;
    display: inline-block;
    text-align: center;
    position:relative;
}
.progress-wrap .item strong{
    padding: 10px 0 30px;
    display: block;
}
.progress-wrap .item .progress{
    border-radius: 20px;
}
.progress-wrap .item.cur .progress-bar{
    width: 100%;
    background: #2cc12c;
}
.progress-wrap .item.cur strong{
    color: #2cc12c;
}
.progress-wrap .item:first-child .progress{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.progress-wrap .item:last-child .progress{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.progress-wrap .item:nth-of-type(2) .progress{
    border-radius: 0;
}
.progress-wrap .item span{
    position: absolute;
    right: 0;
    top: 25px;
    border: 1px solid #2cc12c;
    border-radius: 20px;
    padding: 0 16px;
    line-height: 20px;
    transform: translateX(50%);
    color: #2cc12c;
}
.triangle-border:before,
.triangle-border:after{
    position:absolute;
    content:" ";
    width:0;
    height:0;
    top:100%;
    left:50%;
    pointer-events:none;
}
.triangle-border:before{
    border-bottom:7px solid transparent;
    border-top:7px solid #2cc12c;
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    transform: translateX(-50%);
}
.triangle-border:after{
    border-bottom:6px solid transparent;
    border-top:6px solid #fff;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    transform: translateX(-50%);
}
.progress-wrap .item.red span{
    color: red;
    border: 1px solid red;
}
.progress-wrap .item.red span:before{
    border-top:7px solid red;
}
.progress-wrap .item.gray span{
    color: #dfdfdf;
    border: 1px solid #dfdfdf;
}
.progress-wrap .item.gray span:before{
    border-top:7px solid #dfdfdf;
}

/*渐变线 - 绿色*/
.line{
    background:linear-gradient(to left,#e3f7e3,#95e095,#e3f7e3);
    height:1px;
    margin-top: 10px;
}
.line .line-center{
    position: relative;
    left: 50%;
    transform: translate(-50%,-100%);
}
.bg-b886f1{
    background: #b886f1;
}
.bg-b886f1:after,
.bg-green:after,
.bg-pink:after,
.bg-54c9ff:after,
.bg-54c9ff:after{
    color: #b886f1;
    padding: 6px 9px;
    top: 4px;
}
.bg-green{
    background: #2cc12c;
}
.bg-green:after{
    color: #2cc12c;
}
.bg-pink{
    background: #ff83af;
}
.bg-pink:after{
    color: #ff83af;
}
.bg-54c9ff{
    background: #54c9ff;
}
.bg-54c9ff:after{
    color: #54c9ff;
}
.bg-5ccdb7{
    background: #5ccdb7;
}
.bg-54c9ff:after{
    color: #5ccdb7;
}
.btn-radius a{
    color: #fff;
}
.btn-radius a:hover{
    color: #fff;
}
/*红色表格*/
.table-red td{
    text-align: center;
    vertical-align: middle!important;
    color: #727171;
    padding: 20px!important;
    border: 2px solid #fff!important;
}
.table-red tr:nth-child(odd){
    background: #efefef;
}
.table-red tr:nth-child(even){
    background: #f2e0e0;
}
.table-red th{
    background: #910000;
    color: #fff;
    text-align: center;
}

/*
.hdIcon{
    font-size: 30px;
    color: #fff;
    display: block;
    height: 60px;
    width: 60px;
    text-align: center;
    cursor: pointer;
    padding-top: 15px;
}
.hdIcon .iconfont {
    font-size: 24px;
}
.hdIcon em {
    line-height: 24px;
    font-size: 12px;
}
.hdIcon:hover,.hdIcon.active {
    background: rgba(0,0,0,.2);
}*/
