@charset "UTF-8";
/*html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}*/

@font-face {
    font-family: dincond-medium-webfont;
    src: url('../fonts/dincond-medium-webfont.eot');
    src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff2') format('woff2'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg')
}

body {
    overflow-x: hidden;
    font-size: 12px;
    color: #757575;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

a {
    outline: none;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

html {
    zoom: 1;
}

html * {
    outline: 0;
    zoom: 1;
}

html button::-moz-focus-inner {
    border-color: transparent !important;
}

/*设置margin和padding为0*/
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;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, a img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var，i {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

em, i {
    font-style: normal;
}

input[type="submit"], input[type="reset"], input[type="button"], input[type=date], button, select, input[type=text] {
    /*去掉苹果的默认UI来渲染按钮 、解决部分手机浏览器对border：none无效办法*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
    tap-highlight-color: transparent !important;
}

a, input[type=text], select, input[type=password], textarea {
    /*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
    tap-highlight-color: transparent !important;
}

input::-webkit-input-placeholder {
    color: #aaa;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    clear: both;
    line-height: 0;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.warpper {
    margin: 0 auto;
    width: 1200px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt45 {
    margin-top: 45px;
}

.logo {
    margin-top: 8px;
}

.nav {
}

.nav ul li {
    border-top: solid 4px #fff;
    width: 90px;
    height: 90px;
    background: #fff;
    float: left;
    padding-top: 40px;
    text-align: center;
}

.nav ul li a {
    display: block;
}

.nav ul li a strong {
    font-size: 18px;
    color: #282828;
    display: block;
    padding-top: 10px;
    font-weight: normal;
}

.nav ul li:hover,.nav ul li.active {
    border-top: solid 4px #7fbf26;
    background: #f0f0f0 url('../images/nav-li.jpg') right bottom no-repeat;
}

.nav ul li:hover a strong,.nav ul li.active a strong{
    color: #00a73b;
    font-weight: bold;
}
.nav-list{
    display: none;
    position: absolute;
    top: 134px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 46px;
    background: rgba(0,0,0,0.4);
    text-align: center;
}
.nav-list dl{
    display: inline-block;
}
.nav-list dl dt{
    float: left;
    margin: 0 15px;
}
.nav-list dl dt a{
    display: block;
    font-size: 14px;
    line-height: 46px;
    color: #ffffff;
}
.nav-list dl dt a:hover{
    color: #0dc34d;
}
.btnsearch {
    width: 67px;
    height: 59px;
    margin-top: 38px;
    position: relative;
    border-left: 1px #c3c3c3 solid;
}
.btnsearch .searchbtn{
    display: block;
    width: 67px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size: 14px;
    color: #313131;
}
.search{
    display: none;
    position: absolute;
    right: 0;
    top: 96px;
    z-index: 9999;
    background: #e5e5e5;
    width: 255px;
    height: 46px;
}
.search input{
    float: left;
    width: 205px;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #008b3d;
    border: none;
    background: transparent;
}
.search button{
    float: right;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #008b3d;
    color: #ffffff;
    font-size: 14px;
    border: none;
}

.banner {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
    top: -0px;
    margin-top: 0px;
}

.banner img {
    width: 100%;
    display: block;
}

.banner {
    position: relative;
    z-index: 66;
}

.banner .slides li img {
    /* width:100%; height:700px; */
    display: block;
}

.banner, .banner .slides, .banner .slides li {
    width: 100%;
    height: 500px;
}

.nbanner, .nbanner .slides, .nbanner .slides li {
    width: 100%;
    height: 370px;
}

.nb-txt{
    width: 1200px;
    height: 370px;
    margin: 0 auto;
    position: relative;
}
.nb-txt h6{
    position: absolute;
    top: 180px;
    left: 0;
    font-size: 30px;
    font-weight: normal;
}

.banner .slides li {
    background-position: center top;
    background-repeat: no-repeat;
}

.flexslider {
    position: relative;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides a {
    display: block;
    height: 100%;
}

.slides ul li, .slides ul li a {
    float: left;
    display: block;
}

.flex-control-nav {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding-left: 0;
}

.flex-control-nav li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 0px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.flex-control-nav .flex-active {
    background: #019D3C;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -45px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.flexslider:hover .flex-prev {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*banner end*/

.about {
    float: left;
    width: 390px;
    height: 239px;
    background: #eee;
    overflow: hidden;
}

.about .con {
    padding: 20px;
}

.amore {
    margin-top: 20px;
}

.business {

}

.business ul {
}

.business ul li {
    float: left;
    width: 160px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-left: 2px;
}

.business ul li a, .business ul li img {
    display: block;
}

.business ul li span.bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.business ul li strong {
    width: 20px;
    height: 95px;
    display: flex;
    margin-top: 10px;
    margin-left: 70px;
    font-size: 18px;
    line-height: 20px;
    align-items: center;
    justify-content: center; /*display:block;*/
    font-weight: normal;
}

.business ul li span.bg i {
    width: 75px;
    height: 75px;
    display: inline-block;
    background: url(../images/wsearch.png) no-repeat center;
    display: none;
}

.business ul li span.bg em {
    width: 100px;
    height: 33px;
    line-height: 33px;
    background: #fff;
    text-align: center;
    font-style: normal;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    border-radius: 20px;
    display: none;
}

.business ul li:hover span.bg {
    background: url(../images/gbg.png) repeat;
}

.business ul li:hover span.bg strong {
    color: #fff;
}

.business ul li:hover span.bg i {
    display: inline-block;
}

.business ul li:hover span.bg em {
    display: block;
}

.ititle {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-bottom: 15px;
}

.ititle strong {
    font-size: 20px;
    color: #000;
    float: left;
    font-weight: bold;
    padding-left: 30px;
}

.ititle ul {
    display: inline-block;
    float: left;
}

.ititle ul li {
    display: inline-block;
    float: left;
}

.ititle ul li a {
    font-size: 16px;
    color: #313131;
    padding: 0 15px;
}

.ititle ul li.cur a {
    color: #008b3d;
}

.ititle span {
    float: right;
    display: inline-block;
    width: 24px;
    height: 40px;
}

.ititle span a {
    display: block;
    background: url(../images/more.jpg) no-repeat center;
    font-size: 0;
}

.news {
    width: 785px;
}

.djcon {
    width: 384px;
}

.news .ititle {
    background: url(../images/it01.jpg) no-repeat left 12px;
}

.djcon .ititle {
    background: url(../images/it02.jpg) no-repeat left 12px;
}

.brand .ititle {
    background: url(../images/it01.jpg) no-repeat left 12px;
}

.news .con, .djcon .con {
    float: left;
    width: 100%;
}

/*新闻中心*/
.news dl {
}

.news dl dt {
    float: left;
    width: 373px;
}

.news dl dt {
}

.news dl dt img {
    display: block;
}

.news dl dt strong {
    display: block;
    font-size: 14px;
    color: #008b3d;
    line-height: 30px;
    padding-top: 10px;
}

.news dl dt p {
    line-height: 24px;
    margin-top: 15px;
    height: 48px;
    overflow: hidden;
}

.news dl dt span {
    display: block;
    margin-top: 15px;
    color: #313131;
    font-weight: bold;
    background: url(../images/arr.jpg) no-repeat right center;
}

.news dl dd {
    float: right;
    width: 398px;
}

.news dl dd ul li {
    float: left;
    width: 398px;
    height: 60px;
    line-height: 60px;
    border-bottom: dashed 1px #bababa;
    overflow: hidden;
}
.news dl dd ul li:first-child{
    border-top: dashed 1px #bababa;
}

.news dl dd ul li a {
    float: left;
    padding-left: 10px;
    font-size: 14px;
    width: 270px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
}

.news dl dd ul li span {
    float: right;
    padding-right: 10px;
    font-size: 14px;
}

.news dl dd ul li:hover {
    background: #0f9248;
    border-bottom: solid 1px #0f9248;
}

.news dl dd ul li:hover a, .news dl dd ul li:hover span {
    color: #fff;
}

/*党的建设*/
.djcon .con dl dt {
}

.djcon .con dl dd {
    border-top: dashed 1px #bababa;
    margin-top: 10px;
}

.djcon .con dl dd ul {
    display: block;
    padding: 5px 0;
}

.djcon .con dl dd ul li {
    height: 30px;
    line-height: 30px;
}

.djcon .con dl dd ul li a {
    float: left;
    padding-left: 10px;
    font-size: 14px;
    width: 270px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
}

.djcon .con dl dd ul li span {
    float: right;
    padding-right: 10px;
    font-size: 14px;
}

.djcon .con dl dd ul li a:hover {
    color: #2c2c2c;
}

/*旗下品牌*/

.brand {
    position: relative;
    overflow: hidden;
}

.brand ul {
    margin-right: -18px;
    margin-top: -20px;
}

.brand ul li {
    float: left;
    width: 185px;
    height: 185px;
    margin-right: 18px;
    margin-top: 0px;
    background: #eaeaed;
}

.brand ul li a {
    display: block;
}

.brand ul li a:hover {
    background: #0d9745;
}

.brand .con {
    float: left;
    width: 1200px;
    height: 185px;
    overflow: hidden;
}

.brand ul li img:nth-child(1) {
    display: block;
}

.brand ul li img:nth-child(2) {
    display: none;
}

.brand ul li a:hover {
    background: #0d9745;
}

.brand ul li:hover img:nth-child(1) {
    display: none;
}

.brand ul li:hover img:nth-child(2) {
    display: block;
}

/*企业文化*/
.culture {
    position: relative;
    width: 592px;
    height: 267px;
}

.culture dl {
    position: absolute;
    left: 20px;
    top: 28px;
    width: 592px;
    height: 267px;
}

.culture dl dt {
    font-size: 20px;
    color: #fff;
    background: url(../images/cit.png) no-repeat left 3px;
    padding-left: 40px;
    padding-bottom: 25px;
    display: block;
    font-weight: bold;
}

.culture dl dd {
}

.culture dl dd ul {
    width: 356px;
    padding-left: 5px;
}

.culture dl dd ul li {
    float: left;
    width: 178px;
    height: 72px;
    overflow: hidden;
}

.culture dl dd ul li a, .culture dl dd ul li img {
    display: block;
}

.culture dl dd ul li img {
    transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
}

.culture dl dd ul li:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/*人才招聘*/
.join {
    position: relative;
    width: 592px;
    height: 267px;
    overflow: hidden;
}

.join dl {
    position: absolute;
    left: 20px;
    top: 28px;
    width: 592px;
    height: 267px;
}

.join dl dt {
    font-size: 20px;
    color: #fff;
    background: url(../images/jtbg.png) no-repeat left 3px;
    padding-left: 40px;
    padding-bottom: 25px;
    display: block;
    font-weight: bold;
}

.join dl dd {
    padding-top: 35px;
    padding-left: 5px;
}

.join > img {
    transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
}

.join:hover > img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.fbg{
    padding-top: 30px;
}

.fnav {
    width: 865px;
}

.fnav dl {
}

.fnav dl dt {
    font-size: 16px;
    color: #0d0125;
}

.fnav dl dt em {
    font-style: normal;
    color: #008b3d; /*font-size:16px;*/
    font-weight: bold;
    text-transform: uppercase;
}

.fnav dl dt span {
    padding-left: 5px;
}

.fnav dl dd {
    padding-top: 20px;
}

.fnav dl dd > ul {
}

.fnav dl dd > ul > li {
    float: left;
    min-width: 70px;
    display: inline-block;
    height: 235px;
    margin-right: 20px;
}

.fnav dl dd > ul > li > ul > li {
    height: 30px;
}

.fnav dl dd > ul > li > ul > li:first-child a {
    color: #313131;
}

.fnav dl dd ul li ul li a {
    font-size: 14px;
    color: #999;
}

.fcon {
    width: 330px;
}

.fcon dl {
}

.fcon dl dt {
    font-size: 26px;
    color: #0d0125;
}

.fcon dl dt em {
    font-size: 22px;
    text-transform: uppercase;
    color: #008b3d;
    padding-right: 10px;
}

.flink {
    margin-top: 20px;
    width: 214px;
    height: 37px;
    line-height: 37px;
    background: url(../images/down.jpg) #008b3d no-repeat 185px center;
    color: #fff;
    position: relative;
}

.flink span {
    display: inline-block;
    padding-left: 15px;
    font-size: 14px;
}

.flink ul {
    position: absolute;
    left: 0;
    bottom: 37px;
    width: 214px;
    z-index: 99;
    background: #008b3d;
    display: none;
}

.flink ul li {
}

.flink ul li a {
    display: block;
    padding: 0 15px;
    font-size: 14px;
}

.fcop {
    padding-top: 30px;
}

.fcop p {
    line-height: 30px;
    font-size: 14px;
    padding-left: 30px;
}

.fcop p:nth-child(1) {
    background: url(../images/cc01.jpg) no-repeat left center;
}

.fcop p:nth-child(2) {
    background: url(../images/cc02.jpg) no-repeat left center;
}

.fcop p:nth-child(3) {
    background: url(../images/cc03.jpg) no-repeat left center;
}

.fline {
    border-top: solid 1px #e6e6e6;
    padding-top: 5px;
    line-height: 45px;
    margin-top: 20px;
}

.copyright {
    color: #000033;
    font-size: 14px;
}

.copyright span {
    text-transform: uppercase;
    color: #747474;
    padding-left: 10px;
}

/* sub section -------------------------------------------------------------------------------------------*/

.sub-section{
    border-bottom: 1px #eaeaea solid;
}
.second-nav{
    height: 100px;
    border-bottom: 1px #e1e1e1 solid;
}
.second-nav .snav-title{
    float: left;
    line-height: 94px;
    height: 94px;
    background: url("../images/snav-title.jpg") left center no-repeat;
    padding-left: 20px;
    font-size: 30px;
    font-weight: normal;
    color: #313131;
}
.second-nav .snav-title span{
    font-size: 14px;
    color: #868686;
    text-transform: uppercase;
    margin-left: 10px;
}
.second-nav .snav-list{
    float: right;
}
.second-nav .snav-list ul li{
    float: left;
    height: 96px;
    margin-left: 50px;
}
.snav-list ul li a{
    display: inline-block;
    font-size: 16px;
    line-height: 96px;
    color: #313131;
}
.snav-list ul li.active a{
    font-weight: bold;
    border-bottom: 4px #00a73c solid;
}

.sub-section .content{
    min-height: 300px;
    padding: 30px 0;
    font-size: 16px;
    line-height: 32px;
    color: #595959;
}

.sub-title{
    /*height: 56px;*/
    margin-bottom: 20px;
}
.sub-title h2{
    float: left;
    font-size: 30px;
    color: #333;
}
.sub-title h2:after{
    display: block;
    content: '';
    width: 28px;
    height: 1px;
    background: #999999;
    margin-top: 22px;
}
.sub-title .now-site{
    float: right;
    font-size: 12px;
    color: #7e7e7e;
    padding-left: 20px;
    background: url("../images/now-site.png") left center no-repeat;
    margin-top: 25px;
}

.profile-list{
    margin: 30px 0;
}
.profile-list ul li{
    float: left;
    width: 20%;
    text-align: center;
    cursor: pointer;
}
.profile-list ul li p{
    line-height: 20px;
    font-size: 14px;
    color: #333333;
}
.profile-list ul li:hover p{
    font-weight: bold;
    color: #00812d;
}
.profile-list .num{
    display: inline-block;
    width: 149px;
    height: 149px;
    margin-bottom: 15px;
    position: relative;
}
.profile-list .num h6{
    font-family: dincond-medium-webfont;
    font-size: 46px;
    font-weight: bold;
    width: 119px;
    height: 119px;
    line-height: 119px;
    border: 15px #00812d solid;
    border-radius: 50%;
    background: #00812d;
    color: #ffffff;
}
.profile-list ul li:hover .num h6{
    background: #ffffff;
    color: #00812d;
}
.industry{
    display: none;
    position: absolute;
    top: -112px;
    left: 0;
    z-index: 9;
    width: 100%;
    background: url("../images/sj.png") center bottom no-repeat;
}
.industry dl{
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    background: #008b3d;
    padding: 15px 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.industry dl dt{
    float: left;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    margin: 0 5px;
}

.leader-list{}
.leader-list ul li{
    height: 75px;
    line-height: 75px;
    border-bottom: 1px #acacac dashed;
    padding-left: 10px;
    background: url("../images/ll-style01.png") left center no-repeat;
}
.leader-list ul li p{
    display: inline-block;
    color: #282828;
    font-size: 24px;
}
.leader-list ul li span{
    float: right;
    font-size: 18px;
    color: #7e7e7e;
}


.h-page,.e-page{
    text-align: center;
    margin-top: 30px;
}
.h-page>dl,.e-page>dl{
    display: inline-block;
}
.h-page>dl>dt,.e-page>dl>dt{
    float: left;
    width: 15px;
    height: 15px;
    background: #999999;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
}
.h-page>dl>dt.active,.e-page>dl>dt.active{
    background: #08a73c;
}


.yearbox {
    width: 1200px;
    min-height: 700px;
    position: relative;
    margin-top: 60px;
    overflow: hidden;
}
.years {
    width: 1200px;
    min-height: 700px;
    position: relative;
}
.years>ul {
    position: absolute;
    left: 0;
    top: 0;
}
.years>ul>li {
    width: 1200px;
}
.years .years-info{
    width: 1200px;
    height: 508px;
    overflow: hidden;
    margin: 40px auto 0;
    position: relative;
}
.years-info dl{
    position: absolute;
    left: 0;
    top: 0;
}
.years-info dl dt{
    float: left;
    width: 269px;
    height: 240px;
    margin-right: 40px;
    margin-bottom: 28px;
}
.years-info dl dt:nth-child(4n){
    margin-right: 0;
}
.years-info dl dt .photo{
    width: 269px;
    height: 197px;
    padding: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.years-info dl dt .photo .shade{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 270px;
    height: 197px;
    background: url("../images/photo-box.png") center top no-repeat;
}
.years-info dl dt .photo img{
    display: block;
    width: 232px;
    height: 159px;
}
.years-info dl dt p{
    width: 267px;
    margin-left: 2px;
    height: 44px;
    line-height: 44px;
    border: 1px #e3e3e3 solid;
    text-align: center;
    margin-top: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #313131;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.years-list {
    width: 755px;
    position: relative;
    background: url("../images/line01.png") center no-repeat;
    margin: 0 auto 6px;
}
.years-list .btn2{
    position: absolute;
    top: 16px;
    width: 43px;
    height: 46px;
    z-index: 9999;
    cursor: pointer;
    background-size: 43px 46px!important;
}
.yearbox .prev_btn2 {
    left: 0;
    background: url("../images/d-left01.png") left top no-repeat;
}
.yearbox .next_btn2 {
    right: 0;
    background: url("../images/d-right01.png") left top no-repeat;
}
.years-num {
    height: 80px;
    overflow: hidden;
    width: 650px;
    position: relative;
    margin: 0 auto;
}
.years-num ul {
    position: absolute;
    left: 0;
    top: 0;
}
.years-num ul li{
    float: left;
    width: 130px;
    height: 60px;
}

.year-value{
    text-align: center;
    width: 60px;
    height: 50px;
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    margin: 0 auto;
    background: url("../images/r01.png") center 33px no-repeat;
    cursor: pointer;
}
.years-num ul li.on .year-value{
    padding-top: 0;
    color: #00a73c;
    font-size: 26px;
    font-weight: bold;
    background: url("../images/r02.png") center 28px no-repeat;
}
.years-num ul li.on .year-value{
}


.history{
    float: left;
    width: 1002px;
}
.history ul li{
    float: left;
    width: 233px;
    height: 46px;
    border: 1px #d9d9d9 solid;
    background: #ececec;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
}
.history ul li:nth-child(4n){
    margin-right: 0;
}
.history ul li a{
    display: inline-block;
    width: 233px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #313131;
}
.history ul li.active{
    background: #00812d;
    border: 1px #00812d solid;
}
.history ul li.active a{
    color: #ffffff;
}

.history-list{
    padding-left: 9px;
}
.history-list ul{
    display: block;
    background: url("../images/hlline01.png") left top repeat-y;
}
.history-list ul li{
    margin-left: -9px;
    margin-bottom: 20px;
}
.history-list .h-years{
    padding-left: 50px;
    background: url("../images/hl-style01.png") left center no-repeat;
}
.history-list .h-years h6{
    width: 181px;
    height: 43px;
    line-height: 43px;
    border: 4px #e8e8e8 solid;
    background: #6ab82c;
    border-radius: 43px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}
.history-list .months{
    padding-left: 50px;
    margin: 10px 0;
}
.history-list .months h6{
    float: left;
    width: 95px;
    text-align: center;
    font-size: 14px;
    color: #999999;
}
.history-list .months p{
    float: right;
    width: 1040px;
}

.company-news{}
.company-news ul li{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px #acacac dashed;
    padding-left: 12px;
    background: url("../images/ll-style01.png") left center no-repeat;
}
.company-news ul li p{
    display: inline-block;
    color: #282828;
    font-size: 16px;
    width: 780px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.company-news ul li span{
    float: right;
    font-size: 14px;
    color: #8f8f8f;
    margin-right: 12px;
}
.company-news ul li:hover{
    background: #008b3d;
}
.company-news ul li:hover *{
     color: #ffffff;
 }

/*------- page -------*/
.m-page{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}
.m-page a{
    display: inline-block;
    padding: 0 12px;
    margin: 0 4px;
    line-height: 35px;
    border: 1px #cccccc solid;
    color: #999999;
    font-size: 14px;
}
.m-page a.z-crt{
    color: #FFFFFF;
    background: #6ab82c;
    border: 1px #6ab82c solid;
}
.m-page a.pageprv,.m-page a.pagenxt{
    color: #6ab82c;
    background: #ffffff;
}
.m-page a.pageprv:hover,.m-page a.pagenxt:hover{
    background: #6ab82c ;
    border: 1px #6ab82c solid;
    color: #ffffff;
}
/*------- page end -------*/
.important{
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px #b4b4b4 dashed;
}
.important ul li{
    float: left;
    width: 369px;
    margin-left: 46px;
    line-height: 20px;
}
.important ul li:first-child{
    margin-left: 0;
}
.important ul li img{
    display: block;
    width: 100%;
    height: 174px;
    border: 5px #cfcfcf solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.important ul li h6{
    display: inline-block;
    color: #282828;
    font-size: 14px;
    width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 9px;
}
.important ul li span{
    float: right;
    font-size: 12px;
    color: #282828;
    font-weight: bold;
}
.important ul li p{
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #777777;
}
.important ul li:hover h6{ color: #00812d; font-weight: bold;}
.important ul li:hover img{ border: 5px #7fbe25 solid; }


.important-news{}
.important-news ul li{
    height: 78px;
    padding: 15px 10px;
    line-height: 22px;
}
.important-news ul li h6{
    display: inline-block;
    color: #282828;
    font-size: 16px;
    font-weight: bold;
    width: 780px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 6px;
}
.important-news ul li span{
    float: right;
    font-size: 14px;
    color: #8f8f8f;
}
.important-news ul li p{
    font-size: 12px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #8f8f8f;
}
.important-news ul li:hover{
    background: #008b3d;
}
.important-news ul li:hover *{
    color: #ffffff;
}


.main-business{}
.mb-list{
    margin-bottom: 15px;
}
.mb-list ul li{
    float: left;
    width: 125px;
    height: 107px;
    margin-left: 9px;
    position: relative;
}
.mb-list ul li:first-child{
    margin-left: 0;
}
.mb-list ul li .shade{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 125px;
    height: 107px;
    background: url("../images/shade-bg01.png") center no-repeat;
}
.mb-list ul li .shade h6{
    text-align: center;
    line-height: 107px;
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
}
.mb-list ul li .hide-details{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 125px;
    height: 107px;
    background: url("../images/shade-bg02.png") center no-repeat;
}
.mb-list ul li .hide-details h6{
    padding-top: 68px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
}
.mb-list ul li:nth-child(1) .hide-details h6{
    background: url("../images/bicon01.png") center 18px no-repeat;
}
.mb-list ul li:nth-child(2) .hide-details h6{
    background: url("../images/bicon02.png") center top no-repeat;
}
.mb-list ul li:nth-child(3) .hide-details h6{
    background: url("../images/bicon03.png") center top no-repeat;
}
.mb-list ul li:nth-child(4) .hide-details h6{
    background: url("../images/bicon04.png") center top no-repeat;
}
.mb-list ul li:nth-child(5) .hide-details h6{
    background: url("../images/bicon05.png") center top no-repeat;
}
.mb-list ul li:nth-child(6) .hide-details h6{
    background: url("../images/bicon06.png") center top no-repeat;
}
.mb-list ul li:nth-child(7) .hide-details h6{
    background: url("../images/bicon07.png") center top no-repeat;
}
.mb-list ul li:nth-child(8) .hide-details h6{
    background: url("../images/bicon08.png") center top no-repeat;
}
.mb-list ul li:nth-child(9) .hide-details h6{
    background: url("../images/bicon09.png") center top no-repeat;
}
.mb-list ul li.active .hide-details,.mb-list ul li:hover .hide-details{
    display: block;
}

.bus-article{}
.bus-title{
    margin-bottom: 30px;
    border-bottom: 1px #dddddd solid;
    text-align: center;
    color: #313131;
}
.bus-title h6{
    position: relative;
    top: 16px;
    display: inline-block;
    background: #ffffff;
    padding: 0 20px;
    font-size: 22px;
    color: #282828;
}

.system{
    width: 1057px;
    height: 712px;
    position: relative;
    background: url("../images/system-bg.jpg") center 132px no-repeat;
    margin: 0 auto;
}
.system ul li{
    position: absolute;
    width: 280px;
    height: 131px;
    overflow: hidden;
    z-index: 3;
}
.system ul li .s-title{
    float: left;
    width: 80px;
    height: 131px;
    overflow: hidden;
    background: url("../images/st-bg.jpg") left top no-repeat;
    font-size: 24px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.system ul li .s-img{
    float: left;
    width: 200px;
    height: 131px;
    position: relative;
}
.system ul li .s-img .shade{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 200px;
    height: 131px;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system ul li .s-img .shade .idea-list{
    float: left;
    width: 135px;
    height: 111px;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding-left: 5px;
}
.system ul li .s-img .shade .more{
    float: right;
    width: 34px;
    height: 71px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 18px;
    font-size: 14px;
    margin-top: 20px;
}

.system ul li:nth-child(1){
    left: 385px;
    top: 0;
}
.system ul li:nth-child(2){
    right: 43px;
    top: 141px;
}
.system ul li:nth-child(3){
    right: 0;
    top: 360px;
}
.system ul li:nth-child(4){
    right: 146px;
    bottom: 0;
}
.system ul li:nth-child(5){
    left: 145px;
    bottom: 0;
}
.system ul li:nth-child(6){
    left: 0;
    top: 360px;
}
.system ul li:nth-child(7){
    left: 43px;
    top: 141px;
}
.system ul li:hover .s-img .shade{
    display: block;
}
.system-info{
    display: none;
}

.party{}
.party-block{
    margin-top: 20px;
}
.party-block .pb-title{
    height: 20px;
    line-height: 20px;
    padding-bottom: 15px;
    border-bottom: 1px #d5d5d5 solid;
}
.party-block .pb-title h6{
    float: left;
    border-left: 4px #fe0000 solid;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #313131;
}
.party-block .pb-title .more{
    float: right;
    font-size: 12px;
    color: #8f8f8f;
}
.party-list{
    padding: 10px 0;
}
.party-list ul li{
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #dadada dashed;
}
.party-list ul li p{
    display: inline-block;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 780px;
    color: #767676;
}
.party-list ul li span{
    float: right;
    font-size: 12px;
    color: #767676;
}
.party-list ul li:hover{
    background: #00812d;
    border-bottom: 1px transparent dashed;
}
.party-list ul li:hover *{
    color: #ffffff;
}

.brand-detail{
    height: 777px;
    background: url("../images/brand-bg.jpg") center top no-repeat;
}
.map{
    width: 1200px;
    height: 474px;
    border: 1px #00812d solid;
}
.contact-list{
    background: #efefef;
    line-height: 70px;
    height: 70px;
    margin-top: 20px;
    padding: 0 20px;
}
.contact-list ul li{
    float: left;
    font-size: 18px;
    color: #313131;
    margin-left: 35px;
    padding-left: 45px;
}
.contact-list ul li:first-child{
    margin-left: 0;
}
.contact-list ul li.icon01{ background: url("../images/cu01.png") left center no-repeat;}
.contact-list ul li.icon02{ background: url("../images/cu02.png") left center no-repeat;}
.contact-list ul li.icon03{ background: url("../images/cu03.png") left center no-repeat;}
.contact-list ul li.icon04{ background: url("../images/cu04.png") left center no-repeat;}

.recruit{}
.recruit ul{
    display: inline-block;
    margin-top: 10px;
}
.recruit ul li{
    font-size: 18px;
    color: #313131;
    margin-bottom: 10px;
}
.recruit ul li em{
    display: inline-block;
    font-size: 20px;
    color: #008b3d;
    font-family: dincond-medium-webfont;
    margin-right: 10px;
    text-transform: uppercase;
}

/* 在线招聘 */
.recruit-table{}
.recruit-table .r-kinds{
    height: 50px;
    background: #009944;
}
.recruit-table .r-kinds ul li{
    float: left;
    text-align: center;
    line-height: 50px;
}
.recruit-table .r-kinds ul li h6{
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    padding-left: 32px;
    font-weight: bold;
}
.recruit-table .r-kinds ul li h6.c01{ background: url("../images/or01.png") 8px center no-repeat;}
.recruit-table .r-kinds ul li h6.c02{ background: url("../images/or02.png") left center no-repeat;}
.recruit-table .r-kinds ul li h6.c03{ background: url("../images/or03.png") 3px center no-repeat;}
.recruit-table .r-kinds ul li h6.c04{ background: url("../images/or04.png") left center no-repeat;}
.recruit-table .r-kinds ul li h6.c05{ background: url("../images/or05.png") left center no-repeat;}
.recruit-table .w1{ width: 278px;}
.recruit-table .w2{ width: 236px;}
.recruit-table .w3{ width: 237px;}
.recruit-table .w4{ width: 211px;}
.recruit-table .w5{ width: 237px;}

.r-list{
    height: 50px;
    line-height: 50px;
    background: #f4f4f4;
    margin-top: 10px;
}
.r-list ul li{
    float: left;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.r-list ul li.w6{
    padding-top: 13px;
    height: 47px;
}
.r-list ul li .look{
    display: inline-block;
}
.r-list:hover{
    background: #6ab82c;
}
.r-list:hover *{
    color: #ffffff;
}

.rform-title{
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.rform-title h6{
    font-size: 24px;
    color: #313131;
}


.recruit-form{}
.recruit-form input{
    height: 35px;
    line-height: 35px;
    border: none;
    margin: 0 3px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    color: #454545;
}
.recruit-form input:focus{
    border: 1px #00a73c solid;
}
.recruit-form h2{
    background: #f0f0f0;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}
.notes{
    border: 1px #f0f0f0 solid;
    font-size: 14px;
    color: #282828;
    line-height: 50px;
}
.notes p{
    text-align: center;
}
.notes p span{
    display: inline-block;
    margin: 0 70px;
}
.signature{
    border: 1px #f0f0f0 solid;
    font-size: 14px;
    color: #282828;
    line-height: 50px;
    margin-top: 27px;
}
.signature h3{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.signature .sign{
    padding-right: 20px;
    text-align: right;
    margin-top: 20px;
}
.signature .sign-input{ width: 80px; text-align: center; }
.signature .sign-day{ width: 50px; text-align: center; }
.signature .salary{
    border-top: 1px #f0f0f0 solid;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.signature .salary h6{
    font-weight: bold;
    line-height: 40px;
}
.signature .salary input[type=radio]{
    width: 12px;
    height: 12px;
}
.basic-info{
    margin-top: 16px;
    border: 1px #f0f0f0 solid;
    font-size: 14px;
    color: #282828;
    line-height: 50px;
}
.basic-info .basic-list{
    float: left;
    width: 1019px;
}
.basic-info .basic-list ul li{
    height: 54px;
    line-height: 54px;
    border-bottom: 1px #f0f0f0 solid;
    padding-left: 25px;
}
.basic-list ul li span{
    display: inline-block;
    width: 327px;
}

/* 图片上传 */
.basic-info .upImg{
    float: right;
    width: 179px;
    height: 220px;
    background: url("../images/up-bg.png") center top no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.basic-info .upImg input{
    width: 100%;
    height: 100%;
    line-height: 100%;
    border: none;
}
.basic-info .upImg input#p-upload{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.basic-info .upImg input#file{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.basic-info .upImg img#p-img{
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 0;
    width: auto;
    max-width: 150px;
    height: 200px;
}
.basic-info .upImg img#p-img[src=""]{
    opacity: 0;
}
/* 图片上传 end */

.basic-list2{}
.basic-list2 ul li{
    height: 54px;
    line-height: 54px;
    border-bottom: 1px #f0f0f0 solid;
    padding-left: 25px;
}
.basic-list2 .ckb{
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
}
.basic-list2 ul li em{
    display: inline-block;
    margin-right: 20px;
}
.basic-list2 ul li.relation{
    line-height: 28px;
    padding: 10px 0 10px 25px;
}
.basic-list2 ul li.relation span{
    float: left;
}
.basic-list2 ul li.relation textarea{
    float: left;
    width: 967px;
    height: 52px;
    line-height: 26px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #454545;
    border-radius: 5px;
    resize: none;
    border: none;
}
.basic-list2 ul li.evaluate{
    height: 160px;
}
.basic-list2 ul li.evaluate span{
    line-height: 40px;
}
.basic-list2 ul li.evaluate textarea{
    width: 1151px;
    height: 105px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    resize: none;
    font-size: 14px;
    color: #454545;
    border: none;
}

.work-exp{
    margin-top: 20px;
}
.work-table{
    border: 1px #f0f0f0 solid;
    border-bottom: none;
}
.work-table ul li{
    line-height: 53px;
    border-bottom: 1px #f0f0f0 solid;
}
.work-table dl dt{
    float: left;
    text-align: center;
    font-size: 14px;
    color: #313131;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px #f0f0f0 solid;
}
.work-table dl dt:first-child{
    border-left: none;
}
.work-table dl dt input{
    width: 100%;
    height: 53px;
    line-height: 53px;
    margin: 0;
    border-radius: 0;
}

.form-submit{
    text-align: center;
    margin-top: 50px;
}
.form-submit ul{
    display: inline-block;
}
.form-submit ul li{
    float: left;
    margin: 0 30px;
}
.form-submit ul li .reset-btn,.form-submit ul li .sub-btn{
    width: 159px;
    height: 52px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.form-submit ul li input.reset-btn{
    background: #3a3a3a;
}
.form-submit ul li input.sub-btn{
    background: #008b3d;
}



/******************************/
.profile{ min-height: 300px;}

.flogo img{ height: 35px;}


.mb-list_l{
    margin-bottom: 15px;
}
.mb-list_l ul li{
    float: left;
    width: 125px;
    height: 107px;
    margin-left: 9px;
    position: relative;
}
.mb-list_l ul li:first-child{
    margin-left: 0;
}
.mb-list_l ul li .shade{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 125px;
    height: 107px;
    background: url("../images/shade-bg01.png") center no-repeat;
}
.mb-list_l ul li .shade h6{
    text-align: center;
    line-height: 107px;
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
}
.mb-list_l ul li .hide-details{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 125px;
    height: 107px;
    background: url("../images/shade-bg02.png") center no-repeat;
}
.mb-list_l ul li .hide-details h6{
    padding-top: 68px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
}
.mb-list_l ul li:nth-child(1) .hide-details h6{
    background: url("../images/bicon01.png") center 18px no-repeat;
}
.mb-list_l ul li:nth-child(2) .hide-details h6{
    background: url("../images/bicon02.png") center top no-repeat;
}
.mb-list_l ul li:nth-child(3) .hide-details h6{
    background: url("../images/bicon03.png") center top no-repeat;
}
.mb-list_l ul li:nth-child(4) .hide-details h6{
    background: url("../images/bicon04.png") center top no-repeat;
}
.mb-list_l ul li:nth-child(5) .hide-details h6{
    background: url("../images/bicon05.png") center top no-repeat;
}
.mb-list_l ul li:nth-child(6) .hide-details h6{
    background: url("../images/bicon06.png") center top no-repeat;
}
.mb-list_l ul li:nth-child(7) .hide-details h6{
    background: url("../images/bicon07.png") center top no-repeat;
}
.mb-list_l ul li:nth-child(8) .hide-details h6{
    background: url("../images/bicon08.png") center top no-repeat;
}
.mb-list_l ul li:nth-child(9) .hide-details h6{
    background: url("../images/bicon09.png") center top no-repeat;
}
.mb-list_l ul li.active .hide-details,.mb-list_l ul li:hover .hide-details{
    display: block;
}


.fixed_fd{
    display: none; position:fixed; top:0; left:0; z-index:99999;
}
.fixed_fd .fix_bg{
    position:absolute; top:0; left:0; width:100%; height:100%; z-index:-1; background:#000; opacity:0.5;
}
.fixed_fd .fixed_cont{
    position:absolute; width:1120px; height:337px; z-index:999; background: #ffffff url("../images/fixed-bg.jpg") center top no-repeat;
}
.modalTitle{
    display: block; height: 100px; line-height: 100px; color: #333;
    position: relative;
    border-bottom: 1px #d6d6d6 solid;
    text-align: center;
}
.modalTitle h6{
    font-weight: bold; font-size: 20px;
}
.modalTitle .close{
    display: block;  width: 38px; height: 38px; background: url("../images/close-btn.png") left top no-repeat;
    position: absolute; right: -15px; top: -10px;
}
.modal-detail{
    font-size: 16px;
    line-height: 24px;
    color: #454545;
}

.container2 {
    width: 1140px;
    height: auto;
    padding: 5px;
    margin: 10px auto;
    float: left;
}

.container2 .div_scroll {
    width: 1111px;
    height: 200px;
    overflow: auto;
    float: left;
}

.container2 .scroll_container {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.container2 .scroll_absolute {
    position: absolute;
}

.container2 .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: green;
    margin: 0;
    padding: 0;
}

.container2 .scroll_track {
    position: relative;
    background-color: #eeeeee;
}

.container2 .scroll_drag {
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: #c6c6c6;
}

.container2 .scroll_arrow {
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    background-color: #eeeeee;
}

.container2 .scroll_vertical_bar .scroll_arrow {
    height: 16px;
}


.brand-list{
    margin-bottom: 30px;
}
.brand-title{
    border-bottom: 1px #cccccc dashed;
    height: 15px;
    margin-bottom: 40px;
}
.brand-title h6{
    display: inline-block;
    border-left: 5px #03813a solid;
    padding-left: 10px;
    padding-right: 10px;
    background: #ffffff;
    font-size: 22px;
	line-height: 28px;
}

.bdetail{}
.bdetail ul li{
    float: left;
    width: 293px;
    height: 48px;
    margin-right: 6px;
    border: 1px #dfdfdf solid;
    background: #f9f9f9;
    margin-bottom: 6px;
    color: #666666;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    line-height: 24px;
}
.bdetail ul li:nth-child(4n){
    margin-right: 0;
}
.bdetail ul li:hover{
    border: 1px #057e3e solid;
    background: #057e3e;
    color: #ffffff;
}











