@font-face
{
font-family: SourceHanSans;
src: url('SourceHanSansCN-Normal.otf'),
     url('SourceHanSansCN-Normal.otf'); /* IE9+ */
}

@font-face
{
font-family: SourceHanSans;
src: url('SourceHanSansCN-Bold.otf'),
     url('SourceHanSansCN-Bold.otf'); /* IE9+ */
font-weight: bold;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

img {
    border: 0;
}

input {
    outline: none;
}

body {
	font-family:"Source Han Sans CN"; 
    min-height: 100%;
    width: 100%;
    position: absolute;
}

a {
    text-decoration: none !important;
    color: inherit;
}

/* a:hover {
    text-decoration: underline !important;
} */

.clear {
    clear: both;
}

ul li {
    list-style: none;
}

#header_top{
    width: 100%;
    height: 70px;
    background: #ffffff;
    position: fixed;
    z-index: 1000;
    box-sizing: content-box;
    box-shadow: 0 10px 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 15px rgba(0,0,0,.1);
}

@media (min-width: 1299px){
    .header{
        width: 1200px;
    }
}

.header{
    margin: auto;
}

.logo{
    float: left;
    margin-top: 10px;
}

.nav-box{
    float: right;
}

.header-btn{
    float: right;
    font-size: 16px;
}

.header-btn>a{
    float: left;
}

.search-btn{
    display: inline-block;
    width: 17px;
    height: 18px;
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    margin-top: 26px;
}

.language-btn{
    line-height: 70px;
    margin-left: 30px;
    color: #333333;
}

.nav-box{
    margin-right: 45px;
}

.nav-li{
    float: left;
    height: 70px;
    padding: 0 25px;
    color: #333333;
    font-size: 18px;
    cursor: pointer;
}

.nav-li>a{
    line-height: 70px;
    position: relative;
}

.nav-li:hover>a{
    color: #89C227;
}

.nav-li.active{
    color: #89C227;
}

/* .nav-li:hover>a>span::before{
    content: '';
    width: 0;
    height: 0;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent #e6e6e6;
    margin: 40px auto;
    position: absolute;
    bottom: -68px;
    left: 50%;
    transform: translateX(-50%);
} */

/* .nav-li:hover>a>span::after{
    content: '';
    width: 0;
    height: 0;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent #ffffff;
    margin: 40px auto;
    position: absolute;
    bottom: -68px;
    left: 50%;
    transform: translateX(-50%);
} */

.nav-li:hover .dropdown-box{
    display: block;
}

.dropdown-box{
    display: none;
    position: absolute;
    width: 100%;
    height: 89px;
    left: 0;
    top: 70px;
    border-top: 1px solid #e6e6e6;
    text-align: center;
    padding-top: 21px;
    background: #ffffff;
    box-sizing: content-box;
}

.dropdown-ul{
    display: inline-block;
}

.dropdown-li{
    float: left;
    width: 99px;
    height: 68px;
    margin: 0 20px;
    text-align: center;
}

.dropdown-li>a{
    display: block;
}

.dropdown-li span{
    display: block;
    line-height: 1;
    color: #666666;
    font-size: 14px;
}

.dropdown-li img{
    margin-bottom: 13px;
}

.nav-select{
    display: none;
}

.dropdown-li:hover .nav-select{
    display: inline-block;
}

.dropdown-li:hover .nav-default{
    display: none;
}

.dropdown-li:hover span{
    color: #89C227;
}

#jq_szct{
    margin-top: 70px;
}

.swiper-wrapper{
    height: 100%!important;
}
.swiper-slide{
    height: 100%!important;
}

.swiper-slide>img{
    width: 100%;
    height: 540px;
}

.swiper-slide2>img{
    width: 100%;
    height: 420px;
}

.swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 24px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 4px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-pagination-switch{
    height: 10px;
    width: 10px;
    opacity: 0.6;
    background: #FFFFFF;
    filter:alpha(opacity=60);
}
.swiper-active-switch {
    background: #fff;
    opacity: 1;
    filter:alpha(opacity=100);
    border-radius: 5px;
    height: 10px;
    width: 20px;
}

.szct-max{
    position: relative;
}

.szct-content{
    width: 1200px;
    margin: 50px auto 0;
}


.szct-rightBox{
width:120px;
padding:10px;
box-shadow:0px 0px 5px rgb(0,0,0,0.5);
position: fixed;
right: 5px;
bottom: 100px;
background: #fff;
}

.szct-rightBox li{
text-align:center;
}


.szct-rightBox li p{
margin-top:-8px;
margin-bottom:15px;
}

.szct-rightBox li img{

width:100%;
}


.content-title{
    text-align: center;
}

.title{
    display: inline-block;
    font-size: 28px;
    color: #080808;
    position: relative;
}

.title::before{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: -32px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #E6E6E6;
}

.title::after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: -32px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #E6E6E6;
}

.before-span{
    position: absolute;
    top: 50%;
    left: -100%;
    width: 80px;
    height: 1px;
    background: #E6E6E6;
}

.after-span{
    position: absolute;
    top: 50%;
    right: -100%;
    width: 80px;
    height: 1px;
    background: #E6E6E6;
}

.sub-title{
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.group-div{
    margin-top: 40px;
    position: relative;
}

.group-div .last-btn{
    cursor: pointer;
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    background-image: url('../img/left.png');
}

.group-div .next-btn{
    cursor: pointer;
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    background-image: url('../img/right.png');
}

.plate-list{
    float: left;
    width: 283px;
    height: 348px;
    position: relative;
    margin-left: 21px;
}

.plate-list:first-child{
    margin-left: 0px;
}

.plate-base{
    position: absolute;
    top: 242px;
    left: 0;
    /* border-color: #161616;
    border: 1px solid;
    border-radius: 8px;
    border-top: 0; */
}

.plate-icon{
    position: absolute;
    top: 199px;
    left: 50%;
    margin-left: -50px;
}

.plate-jpg{
    width: 100%;
}

.plate-title{
    position: absolute;
    bottom: 33px;
    width: 100%;
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.plate-sub-title{
    position: absolute;
    bottom: 10px;
    width: 100%;
    font-size: 12px;
    color: #999999;
}

.tab-btn{
    text-align: center;
}

.tab-a{
    display: inline-block;
    width: 120px;
    font-size: 18px;
    color: #999999;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    line-height: 44px;
    margin-left: 30px;
}

.tab-a:hover{
    color: #89C227;
    border: 1px solid #89C227;
}

.tab-a.select{
    color: #89C227;
    border: 1px solid #89C227;
}

.tab-a:first-child{
    margin-left: 0;
}

.news-box{
    overflow: hidden;
    margin-top: 30px;
}

.dynamic-view{
    float: left;
    width: 590px;
    position: relative;
    margin-right: 40px;
}

.horn{
    position: absolute;
    left: 20px;
    top: 0;
    width: 56px;
    height: 43px;
    background-image: url('../img/index/dy-base.png');
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    padding-top: 5px;
}

.dynamic-img{
    width: 590px;
    height: 328px;
    border-radius: 6px;
}

.dynamic-title{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0;
}

.dynamic-txt{
    margin-top: 14px;
    display: block;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left;
}

.news-list{
    width: 570px;
    float: left;
}

.news-li{
    overflow: hidden;
    padding: 22.5px 0;
    border-top:1px dashed #E6E6E6;
}

.news-li:first-child{
    padding-top: 0;
    border-top: 0;
}

.news-time{
    float: left;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    width: 78px;
    height: 78px;
    margin-right: 22px;
    text-align: center;
}

.news-time>span{
    display: block;
}

.news-day{
    font-family: ArialMT;
    font-size: 32px;
    color: #999999;
    letter-spacing: 0;
    margin-top: 10px;
}

.news-date{
    font-family: ArialMT;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
}

.news-content{
    text-align: left;
    float: left;
    width: 468px;
}

.news-title{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 28px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

.news-txt{
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px;
}

.more-btn{
    margin: 30px auto 0;
    display: block;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    width: 120px;
    height: 42px;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    line-height: 42px;
    text-align: center;
}



.more-icon{
    display: inline-block;
    height: 14px;
    width: 15px;
    background-image: url('../img/more.png');
}

.introduce-div{
    width: 570px;
    text-align: left;
    float: left;
    margin-top: 20px;
    text-indent: 32px;
}

.introduce-txt{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 28px;
}

.introduce-txt2{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 28px;
}

.introduce-ul{
    overflow: hidden;
    margin-top: 30px;
    margin-left: 15px;
}

.introduce-li{
    float: left;
    margin-right: 96px;
    width: 116px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
}

.introduce-li img{
    margin-bottom: 16px;
    margin-left: -32px;
}

.introduce-li:first-child{
    margin-left: 0;
}

.introduce-li:last-child{
    margin-right: 0;
}

.introduce-bigImg{
    float: right;
    width: 500px;
    height: 433px;
}

.part-div{
    float: right;
}

.part-div .introduce-ul{
    margin-top: 40px;
    margin-left: 0;
    padding: 0 20px;
}

.part-div .introduce-li{
    width: 147px;
    margin-right: 44px;
}

.part-div .introduce-li:last-child{
    margin-right: 0;
}
.part-bigImg{
    float: left;
    width: 590px;
    height: 328px;
    border-radius: 6px;
}

.introduce-base{
    margin-top: -90px;
    height: 110px;
    background-image: url('../img/index/dy.jpg');
    background-position: center;
}

.party-list{
    overflow: hidden;
    margin-top: 30px;
}

.party-list>li{
    width: 386px;
    float: left;
    margin-left: 20px;
}

.party-list>li>a{
    display: block;
}

.party-list>li:first-child{
    margin-left: 0;
}

.party-img{
    width: 100%;
    height: 220px;
    border-radius: 6px;
}

.party-content{
    padding: 15px 20px;
    border: 1px solid #E6E6E6;
    border-top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: left;
    margin-top: -4px;
    height: 115px;
    box-sizing: content-box;
}

.party-title{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.party-time{
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    margin: 10px 0;
    overflow: hidden;
}

.time-icon{
    float: left;
    margin-right: 11px;
    width: 16px;
    height: 16px;
    background-image: url('../img/time.png');
}

.party-date{
    float: left;
    line-height: 16px;
}

.party-txt{
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px;
}

.szct-contact{
    height: 456px;
    padding-top: 50px;
    position: relative;
}

.contact-base{
    width: 100%;
    height: 506px;
    background-image: url('../img/index/image_conection.jpg');
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-box{
    margin-top: 40px;
}

.contact-list{
    width: 480px;
    margin-left: 80px;
    float: left;
    text-align: left;
}

.company-name{
    margin-top: 55px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
}

.contact-mode{
    overflow: hidden;
}

.mode-icon{
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 6px;
}

.address-icon{
    background-image: url('../img/index/map.png')
}

.code-icon{
    background-image: url('../img/index/youbian.png')
}

.phone-icon{
    background-image: url('../img/index/tell.png')
}

.mail-icon{
    background-image: url('../img/index/email.png')
}

.mode-txt{
    margin-left: 6px;
    float: left;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 32px;
}

.address-img{
    float: right;
    margin-right: 80px;
    width: 560px;
    height: 290px;
}
/* 以上首页样式 */

/* 走进城投 */

.banner-img{
    height: 420px;
    width: 100%;
}

.crumb-top{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    border-bottom: 1px solid #EBEBEB;
}

.crumb-tab{
    float: left;
    line-height: 60px;
}

.crumb-li:first-child{
    margin-left: 0;
}

.crumb-li{
    cursor: pointer;
    float: left;
    margin-right: 50px;
    font-size: 18px;
    color: #666666;
}

.crumb-li>a:hover, .crumb-li.select{
    color: #89C227;
}

.crumb-div{
    float: right;
    position: relative;
    padding-left: 30px;
}

.crumb-div::before{
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 20px;
    height: 20px;
    background-image: url('../img/home_small.png');
}

.crumb-item{
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-top: 20px;
}

.crumb-item>a::after{
    content: '>';
    color: #999999;
    margin: 0 5px;
}

.crumb-item:hover, .crumb-item.active{
    color: #2A2A2A;
}

.chairman-img{
    float: left;
    width: 360px;
    height: 446px;
    position: relative;
}

.chairman-img>img{
    position: relative;
    width: 100%;
}

.chairman-img::before{
    content: '';
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 85px;
    height: 89px;
    border: 1px solid #89C227;
}

.chairman-txt{
    float: left;
    width: 800px;
    margin-left: 40px;
    text-align: left;
    text-indent: 40px;
    line-height: 28px;
    position: relative;
}

.chairman-txt>p{
    margin-bottom: 4px;
    font-size: 16px;
    color: #151515;
}

.chairman-txt .sign{
    position: absolute;
    bottom: -60px;
    right: 0;
    font-size: 14px;
    color: #2A2A2A;
}

.chairman-txt .chairman-name{
    font-size: 18px;
    color: #151515;
}

.introduction-title{
    font-size: 24px;
    color: #333333;
    margin-bottom: 35px;
    text-align: center;
}

.introduction p{
    text-align: left;
    text-indent: 30px;
    letter-spacing: 0;
    font-size: 16px;
    color: #333333;
}

.introduction img{
    margin-bottom: 10px;
}

.culture div{
    text-align: left;
    font-size: 16px;
    color: #333333;
    line-height: 38px;
}

/* 联系我们 */
.contact-information{
    text-align: left
}

.contact-information>p{
    font-size: 18px;
    color: #333333;
}

.region{
    margin-top: 45px;
}

.region-title{
    font-size: 18px;
    color: #89C227;
    padding-left: 14px;
    position: relative;
    line-height: 18px;
}
.region-title::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 18px;
    background: #89C227;
    border-radius: 2px;
}

.information-list{
    overflow: hidden;
    margin-top: 36px;
}

.information-list>li{
    width: 600px;
    float: left;
    color: #333333;
    font-size: 16px;
    margin-bottom: 25px;
}

.information-list>li>div{
    float: left;
}

.info-name{
    width: 350px;
    color: #333333;
    position: relative;
}

.info-name>a{
    color: #333333;
}

.info-name:hover a{
    color: #89C227;
}

.info-number{
    width: 130px;
}


.drive-li{
    float: left;
    width: 384px;
    height: 264px;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    margin: 0 7px 26px;
}
.drive-li:hover{
    border: 1px solid #E6E6E6;
    box-shadow: 1px 1px 12px 0 #D5D8D2;
    transform: translateY(-10px);
}

.drive-li img{
    width: 100%;
    height: 220px;
}

.drive-li p{
    line-height: 44px;
    margin-top: -4px;
}

/* 新闻中心 */
.news-center-li{
    overflow: hidden;
    margin-bottom: 30px;
}
.news-center-img{
    float: left;
    width: 264px;
    height: 176px;
    border-radius: 6px;
}

.news-center-main{
    float: left;
    width: 782px;
    margin-left: 30px;
    text-align: left;
    padding-top: 45px;
}

.news-center-title{
    font-size: 20px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-center-txt{
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 16px;
}

.news-center-date{
    float: right;
    width: 65px;
    margin-top: 45px;
}

.news-center-date .news-date{
    display: block;
    margin-top: 16px;
}

.arrow-icon{
    margin-top: 13px;
    display: block;
    height: 12px;
    background-image: url('../img/arrow.png');
    background-repeat: no-repeat;
    background-position: center;
}

.news-center-li:hover .arrow-icon{
    background-image: url('../img/arrow_select.png');
}

.news-center-li:hover .news-center-title{
    color: #89C227;
}

.news-detail>h3{
    font-size: 22px;
    color: #333333;
    text-align: center;
}
.news-detail .detail-date{
    font-size: 14px;
    color: #999999;
    margin: 20px auto 40px;
    text-align: center
}

/* 加入城投 */
#table th{
    text-align: center;
    background: #F5F5F5;
}

.table-striped>tbody>tr:nth-of-type(odd){
    background: #ffffff;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

#table .glyphicon-plus:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url('../img/arrow_bottom.png');
    background-size: 100%;
}

#table .glyphicon-minus:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url('../img/arrow_top.png');
    background-size: 100%;
}

.fixed-table-pagination .pagination-detail{
    display: none;
}

.pull-right{
    float: none !important;
}

.recruit-detail{
    text-align: left;
    padding: 20px 20px 64px;
}

.re-txt{
    padding-left: 30px;
    padding-top: 20px;
    line-height: 24px;
}

.re-icon{
    display: inline-block;
    height: 24px;
    width: 300px;
    position: relative;
    padding-left: 30px;
    line-height: 24px;
    margin-bottom: 20px;
}

.re-icon::before{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
}

.re-add::before{
    content: '';
    background-image: url("../img/join/map_24.png");
    background-repeat: no-repeat;
}

.re-sala::before{
    content: '';
    background-image: url("../img/join/monney_24.png");
    background-repeat: no-repeat;
}

.re-num::before{
    content: '';
    background-image: url("../img/join/zhaopin_24.png");
    background-repeat: no-repeat;
}

.re-phone::before{
    content: '';
    background-image: url("../img/join/phone_24.png");
    background-repeat: no-repeat;
}

.re-mail::before{
    content: '';
    background-image: url("../img/join/email_24.png");
    background-repeat: no-repeat;
}

.re-address::before{
    content: '';
    background-image: url("../img/join/mapdetail_24.png");
    background-repeat: no-repeat;
}

.join-btn{
    padding-left: 38px;
    position: absolute;
    right: 20px;
    width: 148px;
    height: 44px;
    background: #89C227;
    border-radius: 4px;
    border: 0;
    font-size: 16px;
    color: #FFFFFF;
}

.join-btn>i{
    position: absolute;
    left: 22px;
    width: 24px;
    height: 22px;
    background-image: url('../img/join/feiji.png');
}

.add-dialog, .right-dialog, .error-dialog{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
    display: none;
}

.dialog-mock{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #000000;
}

.close-btn, .right-btn, .error-btn{
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 14px;
    height: 14px;
    background-image: url('../img/delete.png');
    cursor: pointer;
}

.dialog-form{
    position: absolute;
    width: 520px;
    top: 50%;
    left: 50%;
    margin-left: -260px;
    margin-top: -300px;
    background: #ffffff;
    border-radius: 8px;
    padding: 60px 0;
}

.error-dialog .dialog-form{
    margin-top: -210px;
}

.right-dialog .dialog-form{
    margin-top: -150px;
}

.right-dialog .dialog-title, .error-dialog .dialog-title{
    margin-bottom: 0;
    font-size: 22px;
    color: #666666;
}

.dialog-title{
    font-size: 20px;
    color: #262626;
    line-height: 26px;
    margin-bottom: 58px;
}

.dialog-title>span{
    color: #F57C31;
}

.dialog-p{
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    margin-top: 12px;
}

.form-label{
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    margin-right: 10px;
}

.form-div{
    display: inline-block;
    width: 340px;
}

.form-div .input-txt{
    width: 100%;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    height: 44px;
    line-height: 44px;
    text-indent: 14px;
}

.form-div .input-txt:focus{
    border: 1px solid #89C227;
}

.form-div .input-radio{
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.radio-inline{
    width: 160px;
}

input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 16px;
    height: 16px;
    margin-right: .4em;
    border-radius: 50%;
    border: 1px solid #89C227;
    text-indent: .15em;
    line-height: 1; 
    cursor: pointer;
}

input[type="radio"]:checked + label::before {
    background-color: #89C227;
    background-clip: content-box;
    padding: 4px;
}

.label-upload{
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    width: 340px;
    height: 44px;
    line-height: 44px;
    color: #89C227;
    text-align: left;
    text-indent: 20px;
    cursor: pointer;
    position: relative;
}

.label-upload input[type="file"]{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
}

.help-block{
	text-align: left;
    text-indent: 115px;
}

.upload-tips{
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left;
    text-indent: 20px;
}

.kv-upload-progress{
	position: absolute;
    width: 100%;
    bottom: -100%;
}

.toolbar-label{
    float: left;
    font-size: 16px;
}

.toolbar-input{
    height: 36px;
    float: left;
    margin-left: 10px;
    margin-right: 30px;
    width: 300px;
    padding-left: 10px;
    border-radius: 4px;
    border: 1px solid #dddddd;
}

.toolbar-search{
    background: #89C227;
    border-radius: 4px;
    height: 36px;
    width: 100px;
    font-size: 16px;
    color: #FFFFFF;
    border: 0;
}
.upload-file-name{
	position: absolute;
    bottom: -150%;
    left: 0;
    width: 100%;
	border: 0;
	background: none;
}


.confirm, .again{
    background: #89C227;
    border-radius: 4px;
    height: 44px;
    width: 148px;
    font-size: 16px;
    color: #FFFFFF;
    /* line-height: 44px; */
    border: 0;
    margin-top: 120px;
}

.error-dialog .again{
    margin-top: 30px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    border-color: #89C227;
    background-color: #89C227;
}

.pagination>li>a, .pagination>li>span{
    color: #666666;
}

.concept-title{
    font-size: 24px;
    color: #333333;
    margin-bottom: 34px;
    text-align: center;
}

.concept-txt{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
    text-indent: 30px;
    margin-bottom: 20px;
}

.concept-div{
    overflow: hidden;
    margin-bottom: 20px;
}

.concept-div>div{
    float: left;
}

.concept-float{
    width: 590px;
    text-align: left;
}

.concept-sub-title{
    margin-top: 40px;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 700;
}

.concept-sub-txt{
    margin-top: 30px;
    font-size: 16px;
    color: #2A2A2A;
    letter-spacing: 0;
    line-height: 28px;
}

.concept-mid{
    width: 20px;
    height: 1px;
}

.concept-float img{
    width: 100%;
}

.training .party-list>li{
    margin: 0 7px 30px;
}

.building .party-img{
    width: 240px;
    height: 160px;
    float: left;
}

.building .party-list>li{
    width: 600px;
    margin-left: 0;
    margin-bottom: 35px;
}

.building .party-content{
    float: left;
    border: 0;
    width: 295px;
    padding: 5px 20px;
}

.building .party-list>li:hover .party-title{
    color: #89C227;
}

.building .party-title{
    font-size: 20px;
    color: #333333;
}

.building .party-time{
    margin-top: 40px;
}

.building .party-txt{
    margin-top: 20px;
}

/* 404样式 */
.error-page{
    padding-top: 130px;
}

.error-p1{
    font-size: 24px;
    color: #89C227;
    margin-top: 30px;
}

.error-p2{
    font-size: 16px;
    color: #999999;
    margin-top: 10px;
}

.error-back{
    background: #89C227;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    width: 120px;
    height: 44px;
    line-height: 44px;
    display: block;
    margin: 30px auto 0;
}

/* 底部样式 */
#jq_footer{
    margin-top: 50px;
}

.top-footer{
    width: 100%;
    background: #F7F7F7;
}

.footer{
    margin: auto;
    padding: 30px 0;
    width: 1200px;
    overflow: hidden;
}

.footer>li{
    float: left;
    min-width: 200px;
}

.footer>li>a{
    font-size: 16px;
    color: #333333;
    line-height: 40px;
}

.footer>li{
    font-size: 16px;
    color: #333333;
}

.footer .footer-list>li>a{
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}

.bottom-footer{
    width: 100%;
    background: #EBEBEB;
    font-size: 14px;
    color: #999999;
    line-height: 50px;
    text-align: center;
}

.anchorBL{
    display: none;
}

.back-top{
    display: none;
}

.back-top>a{
    position: fixed;
    bottom: 262px;
    right: 200px;
    width: 70px;
    height: 70px;
    background: url(/style/img/zhiding_default.png);
}

.back-top>a:hover{
    background: url(/style/img/zhiding_hover.png);
}

.drive-view, .recruit-view, .training, .error-page, .news-view, .building{
    text-align: center;
}

.detail-txt{
    text-align: initial
}

.industry-title{
    font-size: 22px;
    padding-left: 40px;
    line-height: 32px;
}

.plate-des, .plate-url{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ind-des{
    background-image: url('/style/img/jianjie_32.png');
    background-repeat: no-repeat;
}

.ind-url{
    background-image: url('/style/img/jiagou_32.png');
    background-repeat: no-repeat;
}

.plate-des{
    text-indent: 40px;
}

.plate-url-list{
    overflow: hidden;
    padding-left: 40px;
}

.plate-url-list>li{
    float: left;
    width: 375px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 10px;
}

.plate-url-list>li a{
    color: #333333;
}

.plate-url-list>li a::before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #666;
    left: 3px;
    top: 50%;
    margin-top: -2px;
    border-radius: 2px;
}

.plate-url-list>li:hover a{
    color: #89C227;
}

.plate-url-list>li:hover a::before{
    background-color: #89C227;
}

/* 特色党建 */
.party-url{
    margin-top: 50px;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.party-url .icon-arrow{
    display: inline-block;
    width: 79px;
    height: 24px;
}

.icon-arrow.on{
    background: url('/style/img/partyInfomation/on.png')no-repeat;
    transform: translateY(-10px);
}

.icon-arrow.down{
    background: url('/style/img/partyInfomation/down.png')no-repeat;
    transform: translateY(10px);
}

.party-sub-title{
    height:37px;
    font-size:22px;
    font-weight:500;
    color:rgba(243,6,6,1);
    line-height:32px;
    text-align: center;
    margin-bottom: 29px;
}

.import-sub-div{
    margin-top: 40px;
}

.import-sub-title{
    height:32px;
    font-size:16px;
    font-weight:600;
    color:rgba(66,66,66,1);
    line-height:22px;
}

.import-sub-list{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 30px;
}

.sub-li-one{
    width: 366px;
    height: 115px;
    background: url('/style/img/partyInfomation/bg.png')no-repeat;
    position: relative;
    padding-right: 20px;
}

.sub-li-one>img{
    position: absolute;
    left: 22px;
    top: 27px;
}

.sub-li-one .import-one-title{
    margin-top: 25px;
    margin-left: 89px;
    font-size:16px;
    color:rgba(66,66,66,1);
}

.sub-li-one .import-one-text{
    margin-top: 5px;
    margin-left: 89px;
    font-size:14px;
    color:rgba(102,102,102,1);
}

.sub-li-two{
    width: 262px;
    height: 326px;
}

.sub-li-two>img{
    display: block;
    margin: 20px auto 25px;
}

.sub-li-two .import-two-title{
    text-align: center;
    font-size:16px;
    font-weight:500;
    color:rgba(66,66,66,1);
}

.sub-li-two .import-two-text{
    font-size:14px;
    color:rgba(102,102,102,1);
    line-height:26px;
    padding: 20px;
}

.bench-sub-div{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    padding: 0 30px;
    margin-bottom: 30px;
}

.bench-sub{
    width: 170px;
}

.bench-sub.up{
    transform: translateY(-57px)
}

.bench-sub .bench-title{
    margin-top: 22px;
    margin-bottom: 7px;
    font-size:16px;
    font-weight:bold;
}

.bench-sub .bench-text{
    font-size:16px;
    color:rgba(102,102,102,1);
    line-height:24px;
}

.promot-sub-div{
    margin-top: 50px;
    padding: 0 30px;
    position: relative;
    height: 530px;
}

.promot-sub-div .promot-sub{
    width: 293px;
    position: absolute;
}

.promot-sub .promot-title{
    font-size:16px;
    font-weight:600;
    color:rgba(66,66,66,1);
    line-height:22px;
    margin-bottom: 15px;
}

.promot-sub .promot-text{
    font-size:14px;
    color:rgba(66,66,66,1);
    line-height:28px;
}

.promot-sub .promot-text>p{
    position: relative;
    padding-left: 18px;
}

.promot-sub .promot-text>p::before{
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width:6px;
    height:6px;
    background:rgba(153,153,153,1);
    border-radius: 3px;
}

.promot-img{
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
}

.promot-img .promot-icon{
    position: absolute;
}