/************ Layout ************/

html,
body {
    height: 100%;
}

body {
    /*overflow-x: hidden;*/
}

.nav-container {
    width: 1190px !important;
}

#container {
    position: relative;
    min-width: 1190px;
    min-height: 100%;
}

header {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100%;
    background-color: #09b06f;
}

header .header-container {
    position: relative;
    width: 1190px;
    height: 48px;
    margin: 0 auto;
    z-index: 99;
}

.header-left .download-APP {
    position: relative;
    height: 48px;
    width: 154px;
}

header .header-right {
    position: absolute;
    top: 0;
    right: 0;
}

.slip {
    height: 48px;
}

.header-left span {
    float: left;
}

.header-left i {
    line-height: 48px;
    color: #fff;
    cursor: pointer;
    font-style: normal;
    padding-right: 4px;
    font-size: 14px;
    margin-left: 20px;
    display: inline-block;
}

.header-left i.qh {
    font-size: 12px;
    margin-left: 0px;
}

.header-left .download-APP .slip .recover {
    height: 13px;
    width: 10px;
    position: absolute;
    top: 18px;
    display: inline-block;
}

.header-left .download-APP .slip-off {
    position: absolute;
    padding: 10px;
    background: #fff;
    left: 173px;
    box-shadow: 0 0 3px #999;
    display: none;
}

.header-left .download-APP .slip-off img {
    width: 90px;
    height: 90px;
}

.city-up {
    position: absolute;
    top: 44px;
    left: 26px;
    width: 12px;
    height: 16px;
    z-index: 9;
    background: url(../img2/index_new/sanjiao.png) repeat-x;
}

.city-ul {
    position: absolute;
    top: 50px;
    left: 0px;
    background: #fff;
    width: 310px;
    height: 294px;
    color: #333;
    border-radius: 5px;
    z-index: 9;

}

.city-ul ul {
    float: left;
    width: 310px;
    height: 294px;
    margin-left: 15px;
    margin-top: 13px;

}

.city-ul ul li {
    float: left;
    width: 64px;
    height: 26px;
    border-radius: 5px;
    background: #f3f3f3;
    text-align: center;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.city-ul ul li a {
    float: left;
    width: 64px;
    height: 26px;
    border-radius: 5px;
    background: #f3f3f3;
    text-align: center;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.city-ul ul li a:hover {
    float: left;
    width: 64px;
    height: 26px;
    border-radius: 5px;
    background: #0ab070;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.nav-li {
    position: absolute;
    width: 700px;
    height: auto;
    top: 7px;
    left: 158px;
}

.nav-li ul {
    width: 700px;
}

.nav-li ul li {
    position: relative;
    float: left;
    width: auto;
    margin-right: 56px;
}

.nav-li ul li a {
    float: left;
    line-height: 30px;
    font-size: 16px;
    width: auto;
}

.nav-li ul li a.act {
    float: left;
    font-size: 16px;
    width: auto;
    border-bottom: 2px solid #fff
}

.content {
    background-image: linear-gradient(#d5ffe4,#f4fff9 10%, #f7fffa);
}

header .header-left a,
header .header-right a,
header .header-left span,
header .header-right span {
    line-height: 48px;
    color: #fff;
    font-size: 14px;
}

.logins-but {
    border-radius: 30px;
    padding: 3px 10px;
    border: 1px solid #fff
}

.rotate-x {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.rotate-y {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

header .header-right span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    text-align: center;
}

header .header-right .dropdown-wrap {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

header .header-right .dropdown-wrap:hover .dropdown {
    display: block;
}

header .header-right .dropdown-wrap .dropdown {
    display: none;
    position: absolute;
    top: 34px;
    right: 0;
    width: 70px;
    background-color: #333;
}

header .header-right .dropdown-wrap .dropdown li {
    height: auto;
    line-height: 34px;
}

header .header-right .dropdown-wrap .dropdown li a {
    display: block;
    width: 100%;
    text-align: center;
}

header .header-right .dropdown-wrap .dropdown li a:hover {
    color: #fff;
    background-color: #ff9933;
    transition: background-color 0.3s;
    /* Firefox 4 */
    -moz-transition: background-color 0.3s;
    /* Safari & Chrome */
    -webkit-transition: background-color 0.3s;
    /* Opera */
    -o-transition: background-color 0.3s;
}


/* Navigation */

nav {
    width: 100%;
    min-width: 1px;
    height: 73px;
}

nav .nav-container-outer {
    position: relative;
    width: 100%;
    height: 70px;
    /* nav border-bottom + background height */
    padding-bottom: 3px;
    /* 8px */
    /*background: url(../img2/common/nav-bg.png) repeat-x left bottom;*/
    box-shadow: 0 0px 10px #999;
    background-color: #fff;
}

/*nav .nav-container-outer.nav-fixed {
    position: fixed;
    top: 0;
    z-index: 98;
    opacity: 0.8;
}

nav .nav-container-outer.nav-fixed:hover {
    opacity: 1;
}*/

nav .nav-container {
    position: relative;
    width: 1190px;
    height: 100%;
    margin: 0 auto;
}

nav .logo {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 350px;
    height: 100%;
    line-height: 100%;
    background: url(../img2/common/nav-logo.png) no-repeat left center;
}

nav .logo a {
    display: block;
    width: 158px;
    height: 100%;
}

nav .nav {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 100%;
    position: relative;
}

nav .nav li {
    float: left;
    padding: 0 10px;
    margin-right: 25px;
    border-bottom: 3px solid #fff;
}

nav .nav li .up-arrow {
    position: absolute;
    top: 30px;
    left: 55px;
    width: 8px;
    height: 8px;
    background: url(../img2/icon/icon-carat-1-s.png) no-repeat center;
}

nav .nav li a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 100%;
    line-height: 70px;
    font-size: 18px;
    color: #999;
}

nav .nav li.active {
    border-bottom: 3px solid #3ba354;
}

nav .nav li.active a {
    color: #666;
}

nav .placeholder {
    width: 100%;
    height: 78px;
}

#content {
    width: 100%;
    /* For footer */
    padding-bottom: 300px;
}

#content .content-loading {
    width: 100%;
    padding: 150px 0;
    background: url(../img2/common/loading.gif) no-repeat center;
}

#content .content-container {
    display: none;
    margin: 0 auto;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: grey;
}

footer article.hot_links {
    display: block;
    height: 130px;
    background-color: #f1f1f1;
}

footer article.hot_links div {
    width: 1190px;
    padding-top: 25px;
    margin: 0 auto;
}

footer article.hot_links div p {
    margin-bottom: 20px;
}

footer article.hot_links div a {
    float: left;
    padding: 0 20px 10px 0;
    white-space: nowrap;
}

footer .footer-container .copyright-wrap {
    padding: 10px 0;
    background-color: #3ba354;
}

footer .footer-container .copyright {
    width: 1190px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

footer .footer-container .copyright p {
    height: 30px;
    line-height: 30px;
}

footer .footer-container .copyright a {
    color: #fff;
}

footer .footer-container .nav-wrap {
    border-top: 1px solid #ccc;
    background-color: #f1f1f1;
}

footer .footer-container .nav-wrap .nav {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0;
}

footer .footer-container .nav-wrap .nav .nav-col {
    float: left;
    height: 115px;
    border-right: 1px dotted #999;
}

footer .footer-container .nav-wrap .nav .abolish {
    border: 0;
}

footer .footer-container .nav-wrap .nav .hotline {
    width: 130px;
    padding-right: 20px;
}

footer .footer-container .nav-wrap .nav .hotline img {
    display: block;
    margin: 0 auto;
}

footer .footer-container .nav-wrap .nav .hotline .text_middle,
footer .footer-container .nav-wrap .nav .hotline .text_bottom {
    display: block;
    padding-top: 10px;
    text-align: center;
    color: #999;
}

footer .footer-container .nav-wrap .nav .hotline .text_middle {
    font-size: 18px;
    font-weight: bold;
}

footer .footer-container .nav-wrap .nav .hotline .text_bottom {
    font-size: 16px;
}

footer .footer-container .nav-wrap .nav .links {
    position: relative;
    padding: 0 35px;
}

footer .footer-container .nav-wrap .nav .links h3 {
    color: #666;
    font-weight: bold;
    font-size: 14px;
}

footer .footer-container .nav-wrap .nav .APP {
    padding: 0 20px;
}

footer .footer-container .nav-wrap .nav .APP h3 {
    text-align: center;
    margin-bottom: 6px;
}

footer .footer-container .nav-wrap .nav .APP img {
    width: 90px;
    height: 90px;
}

footer .footer-container .nav-wrap .nav ul {
    position: absolute;
    bottom: 0;
}

footer .footer-container .nav-wrap .nav ul li {
    padding-top: 6px;
}

footer .footer-container .nav-wrap .nav li a {
    color: #999;
}

footer .footer-container .nav-wrap .weibo {
    position: relative;
    width: 74px;
    height: 100%;
    margin: 0 20px;
    background: url(../img2/common/footer-weibo.jpg) no-repeat top center;
}

footer .footer-container .nav-wrap .weibo .button {
    position: absolute;
    left: 6px;
    bottom: 0;
}

footer .footer-container .nav-wrap .QRcode {
    padding-left: 20px;
    border: 0 !important;
}

#float_toolbar {
    position: fixed;
    bottom: 260px;
    right: 20px;
    z-index: 100;
}

#float_toolbar .gotop,
#float_toolbar .QRcode,
#float_toolbar .share {
    display: block;
    width: 58px;
    height: 58px;
    text-align: center;
    color: #c4c4c4;
    background-color: #fff;
}

#float_toolbar .gotop .iconfont,
#float_toolbar .QRcode .iconfont,
#float_toolbar .share .iconfont {
    line-height: 58px;
    font-size: 26px;
}

#float_toolbar .gotop {
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    border: 1px solid #ddd;
    background: url(../img/10_03.jpg) no-repeat center center #fff;
}

#float_toolbar .gotop.active {
    opacity: 1;
    visibility: visible;
}

#float_toolbar .gotop:hover {
    color: #ff9933;
}

#float_toolbar .QRcode {
    position: relative;
    margin-top: -1px;
    border: 1px solid #ddd;
    background: url(../img/1e_07.jpg) no-repeat center center #fff;
}

#float_toolbar .QRcode .QRcode-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: -162px;
}

#float_toolbar .QRcode .QRcode-content img {
    margin-right: 20px;
    border: 1px solid #ddd;
}

#float_toolbar .QRcode .QRcode-content .QRcode-content-arrow {
    position: absolute;
    right: 14px;
    bottom: 8px;
    width: 7px;
    height: 13px;
    background: url(../img2/common/right-arrow.png) no-repeat center;
}

#float_toolbar .QRcode:hover .QRcode-content {
    opacity: 1;
    visibility: visible;
}

#float_toolbar .share {
    position: relative;
    margin-top: -1px;
    border: 1px solid #ddd;
}

#float_toolbar .share .share-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: -140px;
}

#float_toolbar .share:hover .share-content {
    opacity: 1;
    visibility: visible;
}

#float_toolbar .share .share-content .share-content-inner {
    width: 108px;
    margin-right: 20px;
    padding: 10px 5px;
    border: 1px solid #ddd;
    background-color: #fff;
}

#float_toolbar .share .share-content .share-content-arrow {
    position: absolute;
    right: 14px;
    bottom: 8px;
    width: 7px;
    height: 13px;
    background: url(../img2/common/right-arrow.png) no-repeat center;
}

#float_toolbar .share .share-content .title {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

#float_toolbar .share .share-content .share-qzone {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: left;
    text-indent: 25px;
    color: #333;
    background: url(../img2/common/share-qzone.png) no-repeat left center;
}

#float_toolbar .share .share-content .share-qq {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: left;
    text-indent: 25px;
    color: #333;
    background: url(../img2/common/share-qq.png) no-repeat left center;
}

#float_toolbar .share .share-content .share-weibo {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: left;
    text-indent: 25px;
    color: #333;
    background: url(../img2/common/share-weibo.png) no-repeat left center;
    cursor: pointer;
}

#float_toolbar .share .share-content .share-qzone:hover,
#float_toolbar .share .share-content .share-qq:hover,
#float_toolbar .share .share-content .share-weibo:hover {
    color: #ff9933;
}

/* Related links */

article.related_links {
    display: block;
    padding: 20px 0;
    background-color: #f1f1f1;
}

article.related_links .wrap {
    width: 1190px;
    margin: 0 auto;
}

article.related_links .breadcrumb,
article.related_links .row {
    height: 30px;
    line-height: 30px;
}

article.related_links .breadcrumb span,
article.related_links .breadcrumb a,
article.related_links .row span,
article.related_links .row a {
    color: #999;
}

article.related_links .breadcrumb a:hover,
article.related_links .row a:hover {
    color: #ff9933;
}

article.related_links .breadcrumb span {
    float: left;
    margin-right: 10px;
    font-weight: bold;
}

article.related_links .breadcrumb a {
    float: left;
    margin-right: 10px;
}

article.related_links .row span {
    float: left;
    margin-right: 10px;
}

article.related_links .row a {
    float: left;
    width: 90px;
    max-width: 90px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.drop-down {
    color: #333;
}

/***** Common *****/


/* transition */

.float_toolbar .gotop,
#float_toolbar .gotop:hover,
.float_toolbar .QRcode img {
    transition: all 0.3s;
    /* Firefox 4 */
    -moz-transition: all 0.3s;
    /* Safari & Chrome */
    -webkit-transition: all 0.3s;
    /* Opera */
    -o-transition: all 0.3s;
}


/* color */

header .header-left a:hover,
header .header-right a:hover,
nav .nav li a:hover,
footer .footer-container .copyright a:hover,
footer .footer-container .nav-wrap .nav li a:hover,
footer article.hot_links div a:hover {
    color: #ff9933;
}

nav .nav .post-management a:hover,
nav .nav .resume-management a:hover {
    color: #999;
    cursor: default;
}

footer article.hot_links div p,
footer article.hot_links div a {
    color: #999;
}

nav .nav .postList a:hover,
nav .nav .resumeList a:hover {
    color: #369550;
    cursor: pointer;

}

nav .nav-container .nav .post-management, nav .nav-container .nav .resume-management {
    position: relative;
    border: 0;
    height: 73px;
}

.postList, .resumeList, .merchants-list {
    position: absolute;
    background: #fff;
    top: 73px;
    left: -10px;
    z-index: 100;
    box-shadow: 0 3px 5px #aaa;
}

nav .nav .postList li, nav .nav .resumeList li {
    float: none;
    text-align: center;
    width: 90px;
    margin-right: 0;
    border: 1px solid #fff;
    height: 30px;
}

nav .nav .postList li:hover, nav .nav .resumeList li:hover {
    border: 1px solid #369550;
}

nav .nav .postList li a, nav .nav .resumeList li a {
    display: block;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    width: 90px;
    color: #999;
}

nav .nav .post-management .up-arrow, nav .nav .resume-management .up-arrow {
    left: 88px;
}

nav .nav .merchants-list {
    left: -16px;
}

nav .nav .merchants-list li {
    float: none;
    text-align: center;
    width: 70px;
    margin-right: 0;
    border: 1px solid #fff;
    cursor: pointer;
    height: 30px;
}

nav .nav .merchants-list li:hover {
    border: 1px solid #3ba354;
}

nav .nav .merchants-list li a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

nav .nav .merchants-list li a:hover {
    color: #3ba354;
}

/*首页顶部增加广告*/
.index {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 70px;
}

.advertise {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

/*新增样式 2019.2.18*/
.click-look {
    position: fixed;
    bottom: 20%;
    left: 40%;
    width: 377px;
    height: 193px;
    background: url(../img2/fdsj.gif) no-repeat;
    z-index: 10;
}

.login-cl {
    float: left;
    width: 150px;
    height: 120px;
    margin-left: 110px;
    margin-top: 60px;
    cursor: pointer;
}

.close-cl {
    float: right;
    width: 40px;
    height: 30px;
    cursor: pointer;
}

.content-containers {
    padding-top: 56px !important;
}

.header-top {
    float: left;
    width: 100%;
    height: auto;
}

.header-top .logo {
    float: left;
    width: 174px;
    height: 44px;
}

.header-top .logo a, .header-top .logo a image {
    float: left;
    width: 174px;
    height: 44px;
}

.header-top .search {
    float: left;
    width: 666px;
    height: 44px;
    border: 2px solid #09b06f;
    background: #fff;
    border-radius: 30px;
    margin-top: -4px;
    margin-left: 30px;
}

.header-top .search .search-text {
    float: left;
    width: 520px;
    height: 44px;
    line-height: 44px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin-left: 40px;
    font-size: 14px;
    background: none !important;
}

.search-button {
    position: relative;
    float: right;
    width: 90px;
    height: 44px;
    line-height: 44px;
    background: #09b06f;
    border-radius: 0px 20px 20px 0px;
    text-align: center;
    color: #fff;
    text-indent: 16px;
    font-size: 16px;
}

.search-button img {
    position: absolute;
    top: 15px;
    left: 15px;
}


.wxh {
    position: relative;
    float: right;
    width: 150px;
    height: 44px;
    margin-top: 0px;
    margin-left: 0px;
}

.ewm-img {
    display: none;
    position: absolute;
    top: 35px;
    left: -10px;
    width: 160px;
    height: 189px;
    z-index: 999;
}

.ewm-img img {
    width: 160px !important;
    height: 189px !important;
}

.wxh img {
    float: left;
    width: 32px;
    height: 32px;
    margin-top: 0px;
    margin-left: 0px;
}

.wxh .wxh-title {
    float: right;
    width: 110px;
    height: 16px;
    line-height: 16px;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 12px;
    color: #666
}

.wxh .wxh-title1 {
    float: right;
    width: 110px;
    height: 16px;
    line-height: 16px;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 12px;
    color: #999;
}

.nav-news {
    float: left;
    width: 100%;
    height: auto;
}

.nav-news {
    position: relative;
    float: left;
    width: 100%;
    height: 410px;
    margin-top: 40px;
}

.nav-news .nav-ul {
    position: relative;
    float: left;
    width: 238px;
    height: 410px;
    cursor: pointer;
    z-index: 9;
}

.nav-news .nav-ul ul {
    float: left;
    width: 238px;
    height: 410px;
    background: rgba(79, 90, 102, .6);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
}

.nav-news .nav-ul ul li {
    float: left;
    width: 186px;
    height: auto;
    padding: 28px 27px 0px 25px;
    /*border-bottom: 1px dotted #fff;*/
}

.li-line {
    float: left;
    width: 185px;
    height: 0px;
    border-bottom: 1px dotted #fff;
}

.nav-news .nav-ul ul li.last {

    border-bottom: 0px dotted #fff !important;
}


.nav-news .nav-ul ul li img {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.nav-news .nav-ul ul li .nav-title {
    float: left;
    width: 140px;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    font-size: 20px;
    color: #fff;
}

.nav-news .nav-ul ul li .nav-title img {
    float: right;
    width: 4px;
    height: 6px;
    margin-top: 12px;
}

.nav-news .nav-ul ul li .nav-title1 {
    float: left;
    width: 140px;
    height: 14px;
    line-height: 14px;
    margin-left: 15px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 29px;
}

.nav-news .nav-ul ul li.active {
    background: #333;
    background: rgba(79, 90, 102, .5);
}

.scrolling-ul {
    position: absolute;
    top: 0px;
    left: 238px;
    width: 700px;
    height: 410px;
    z-index: 9;
    background: #fff;
    filter: alpha(opacity:90);
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
}


.nav-news .scrolling {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 938px;
    height: 410px;
}

.nav-news .scrolling .whole {
    float: left;
    width: 938px;
    height: 410px;
}

.nav-news .scrolling .scrolling-left {
    float: left;
    width: 238px;
    height: 410px;
    background-image: linear-gradient(#2b568a, #2b856e);
}

.nav-news .scrolling .scrolling-right {
    float: left;
    width: 700px;
    height: 410px;
}

.nav-news .scrolling .scrolling-right a{
    float: left;
    width: 700px;
    height: 410px;
}

.scrolling-ul-li {
    float: left;
    width: 700px;
    height: auto;
}

.tops {
    margin-top: 13px;
}

.topss {
    margin-top: 30px;
}

.no-line {
    border-bottom: 0px dotted #ddd !important;
}

.scrolling-ul-li .scrolling-ul-li-title {
    float: left;
    width: 124px;
    height: auto;
    font-size: 15px;
    color: #333;
    text-indent: 20px;
    font-weight: 600;
}

.scrolling-ul-li ul {
    float: left;
    width: 530px;
    height: auto;
    padding-bottom: 6px;
    border-bottom: 1px dotted #ddd;
}

.scrolling-ul-li ul li {
    float: left;
    width: 142px;
    height: auto;
    line-height: 14px;
    margin-bottom: 8px;
}

.scrolling-ul-li ul li.end {
    float: left;
    width: 100px;
    height: auto;
    line-height: 14px;
    margin-bottom: 8px;
}


.scrolling-ul-li ul li a {
    float: left;
    width: auto;
    height: auto;
    line-height: 14px;
    color: #333;
    font-size: 14px;
}

.scrolling-ul-li ul li a:hover {
    float: left;
    width: auto;
    height: auto;
    line-height: 14px;
    color: #09b06f;
    font-size: 14px;
}

.nav-news .scrolling img {
    float: left;
    width: 700px;
    height: 410px;
}


.nav-news .login-new {
    float: right;
    width: 262px;
    height: 410px;
    background: #fff;
}

.nav-news .ewm-login {
    float: left;
    width: 262px;
    height: 56px;

}

.nav-news .ewm-login img {
    float: left;
    width: 56px;
    height: 56px;
}

.nav-news .ewm-login a {
    float: right;
    width: 100px;
    height: 56px;
    line-height: 56px;
    color: #09b06f;
    font-size: 14px;
}

.w-1200 {
    width: 1200px;
    margin: 0 auto;
}

.nav-news .logins {
    float: left;
    width: 222px;
    height: auto;
    margin-left: 20px;
    margin-top: 35px;
}

.nav-news .logins .logins-title {
    float: left;
    width: auto;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    padding-bottom: 6px;
    border-bottom: 3px solid #09b06f;
    margin-bottom: 5px;
}

.logins-input {
    float: left;
    width: 220px;
    height: 38px;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.logins-input .selector {
    float: left;
    width: 69px;
    height: 34px;
    margin-top: 2px;
    background: url(../img2/index_new/country.png) no-repeat center;
}

.logins-input .selector .selector-tel {
    float: left;
    width: 68px;
    height: 26px;
    margin-top: 4px;
    line-height: 26px;
    border-right: 1px solid #ddd;
    text-indent: 12px;
}

.logins-input .logins-input-container {
    float: left;
    width: 140px;
    height: 34px;
    margin-top: 2px;
}

.logins-input .logins-input-container input {
    float: left;
    width: 140px;
    height: 34px;
    line-height: 34px;
    border: 0px solid #fff;
    text-indent: 12px;
}

.logins-input .yzm {
    float: left;
    width: 89px;
    height: 34px;
    margin-top: 2px;
    border-right: 1px solid #ddd;
}

.logins-input .yzm input {
    float: left;
    width: 89px;
    height: 34px;
    line-height: 34px;
    border: 0px solid #fff;
    text-indent: 12px;
}

.logins-input .yzm-but {
    float: left;
    width: 130px;
    height: 34px;
    line-height: 34px;
    margin-top: 2px;
    color: #09b06f;
    text-align: center;
}

.logins .submit-but {
    float: left;
    width: 220px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #09b06f;
    border-radius: 5px;
    margin-top: 15px;
}

.zppp-accept {
    float: left;
    width: 220px;
    height: 36px;
    line-height: 36px;
    color: #999;
    margin-top: 10px;
}

.zppp-accept input[type='checkbox'] {
    margin-top: 10px;
    float: left;
/*    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    border: 1px solid #e2e4ee;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    margin-right: 6px;
    height: 16px;
    width: 16px;
    line-height: 16px;
}

.zppp-accept a {
    color: #09b06f;
}

.lines {
    float: left;
    width: 100%;
    height: 44px;
}

.companys-recruit {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: -20px;
}

.companys-recruit .companys-recruit-title {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #333;
    background-image: linear-gradient(#d5ffe4, #f7fffa);
    margin-bottom: 10px;
}

.companys-recruit .companys-recruit-ul, .companys-recruit .companys-recruit-ul ul {
    float: left;
    width: 105%;
    height: auto;
}

.companys-recruit .companys-recruit-ul ul li {
    float: left;
    width: 590px;
    height: 190px;
    margin-right: 20px;
    margin-bottom: 20px;
}


.companys-recruit .companys-recruit-ul ul li a {
    float: left;
    width: 590px;
    height: 190px;
    cursor: pointer;
}

.filter_company {
    height: auto;
    margin-bottom: 0px !important;
    width: 1250px;
}

.filter_company ul li {
    float: left;
    width: 232px !important;
    height: auto !important;
    margin: 0px 10px 20px 0px !important;
}

.filter_company ul li a {
    float: left;
    width: 106px !important;
    height: auto !important;
}

.filter_company ul li img {
    width: 232px;
    height: 52px;
    display: block;
    float: left;
}

.companys-recruit .filter_jobs, .companys-recruit .filter_jobs ul {
    float: left;
    width: 1220px;
    height: auto;
}

.companys-recruit .filter_jobs ul li {
    position: relative;
    float: left;
    width: 196px;
    height: 44px;
    padding: 20px;
    background: #fff;
    margin-top: 5px;
    margin-right: 5px;
}


.companys-recruit .filter_jobs ul li a {
    float: left;
    width: 196px;
    height: 22px;
    line-height: 22px;
}

.companys-recruit .filter_jobs ul li a p {
    float: left;
    width: 196px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #333;
	white-space: nowrap; /* 保证文本在一行内显示 */
	overflow: hidden; /* 超出容器部分隐藏 */
	text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
}

.companys-recruit .filter_jobs ul li a label {
    float: left;
    width: 196px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    color: #666;
	white-space: nowrap; /* 保证文本在一行内显示 */
	overflow: hidden; /* 超出容器部分隐藏 */
	text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
}

.companys-recruit .filter_jobs ul li img {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 39px;
    height: 19px;
}

.companys-recruit .filter_jobs ul li img.news {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 31px;
    height: 15px;
}

.companys-recruit1 {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.companys-recruit1-ul {
    float: left;
    width: 100%;
    height: auto;
    margin-top: -10px;
    background: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
}

.companys-recruit1-ul ul {
    float: left;
    width: 110%;
    height: auto;
}

.companys-recruit1-ul ul li {
    float: left;
    width: 600px;
    height: auto;
    line-height: 14px;
    margin-bottom: 2px;
}

.companys-recruit1-ul ul li a {
    float: left;
    width: 600px;
    height: auto;
    line-height: 14px;
    margin-bottom: 22px;
    font-size: 14px;
    color: #333;
}

.companys-recruit1-ul ul li a span.dian {
    float: left;
    width: 10px;
    height: 10px;
    background: #bdbdbd;
    border-radius: 10px;
    margin-top: 2px;
    margin-left: 25px;
    margin-right: 10px;
}

.companys-recruit1-ul ul li a span.companys-recruit1-ul-text {
    float: left;
    width: 435px;
    height: auto;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.companys-recruit1-ul ul li a span.day {
    float: right;
    width: 95px;
    height: auto;
    line-height: 14px;
    color: #999;
}

.companys-recruit1-ul-head {
    float: left;
    width: 1000px;
    height: 32px;
    margin-left: 10px;
    margin-bottom: 30px;
}

.companys-recruit1-ul-head .companys-recruit1-ul-head-li {
    float: left;
    width: 108px;
    height: 32px;
    line-height: 32px;
    margin-left: 15px;

}

.companys-recruit1-ul-head .companys-recruit1-ul-head-li a {
    float: left;
    width: 108px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    text-align: center;
    background: #e9eaeb;
    border-radius: 30px;

}


.companys-recruit1-ul-head .companys-recruit1-ul-head-li a.act {
    float: left;
    width: 108px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    background: #09b06f;
    text-align: center;

}

.gerennan {
    float: left;
    width: 214px;
    height: auto;
    margin-left: 20px;
    margin-top: 36px;
}

.gerennan .gerennan-img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.gerennan p {
    float: right;
    width: 145px;
    height: auto;
    line-height: 14px;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gerennan .gerennan-li {
    float: left;
    width: 212px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #09b06f;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    border-radius: 50px;
}

.gerennan .gerennan-li a {
    float: left;
    width: 212px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #333;
    text-indent: 12px;
}

.gerennan .gerennan-li img {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 14px;
    margin-left: 30px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 20px !important;
    background: #fff !important;
    border-radius: 5px !important;
}

.swiper-container-horizontal > .swiper-pagination {
    left: 120px !important;
}

.tncode{
    margin:0px !important;
    border: 0px solid #ccc !important;
    border-radius: 0px !important;
    width: 100% !important;
    height: 38px !important;
    cursor: pointer;
    opacity: 1;
    line-height: 38px !important;
}

.yzm-but a{
    cursor: pointer;
    background: none !important;
    box-shadow: rgb(0 0 0) 0px 0px 0px !important;
}



/*搜索页面样式*/

#content .content-top{
    padding: 47px 0 42px;
    position: relative;
    background: rgb(244,247,249) !important;
}

#content .content-top .logo {
    float: left;
    width: 174px;
    height: 44px;
}

#content .content-top .logo a, #content .content-top .logo a image {
    float: left;
    width: 174px;
    height: 44px;
}

#content .content-top .searchnew {
    float: left;
    width: auto;
    height: 44px;
    border: 2px solid #09b06f;
    background: #fff;
    border-radius: 30px;
    margin-left: 30px;
}

#content .content-top .select_box{
    border-radius: 30px 0px 0px 30px !important;
}



.searchnew div ul {
    left: 15px !important;
    top: 43px;
}

.searchnew div p {
    text-indent: 15px !important;
}
    

.keywords{
    width: 425px !important;
    height: 28px !important;
    line-height: 28px !important;
    margin-top: 8px !important;
    border-right: 1px solid #ddd !important;
}

.filter_buttons{
    position: relative;
    float: right;
    width: 90px;
    height: 44px;
    line-height: 44px;
    background: #09b06f;
    border-radius: 0px 20px 20px 0px;
    text-align: center;
    color: #fff;
    text-indent: 16px;
    font-size: 16px;
    border: 0px;
}

.filter_buttons img {
    position: absolute;
    top: 15px;
    left: 15px;
}

.header-select{
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f4f6f9;
}

.header-select ul {
    float: left;
    width: 1000px;
    height: 50px;
    line-height: 50px;
    margin-left: 30px;
}

.header-select ul li{
    float: left;
    width: auto;
    height: 50px;
    line-height: 50px;
    margin-right: 70px;
    position: relative;
}

.header-select ul li .header-select-ul{
    display: none;
    position: absolute;
    top: 50px;
    left: -20px;
    float: left;
    z-index: 999;
    min-width: 120px;
    height: auto;
    background: #fff;
    box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.2);
}

.header-select ul li .header-select-ul ul.header-select-uls{
    float: left;
    width: 100%;
    height: auto;
    margin-left: 0px;
}

.header-select ul li .header-select-ul ul.header-select-uls li{
    float: left;
    width: 100%;
    height: 34px;
    line-height: 34px;
    margin-right: 0px;
    border-bottom: 0px solid #eee !important;
}

.header-select ul li .header-select-ul ul.header-select-uls li a{
    float: left;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: none !important;
    padding:0px !important;
}

.active{
    color: #369550 !important;
}

.header-select ul li .header-select-ul ul.header-select-uls li a:hover{
    float: left;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #f5f5f5 !important;
}

.remove-select{
    float: right;
    width: 120px;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
    color: #999;
    font-size: 14px;
    text-align: right;
    cursor: pointer;
}

.header-select ul li a{
    float: left;
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 14px;
    padding-right: 20px;
    background: url(../img2/index_new/jiantou1.png) no-repeat right center !important;
}

.header-select ul li a:hover{
    float: left;
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #09b06f;
    font-size: 14px;
    padding-right: 20px;
    background: url(../img2/index_new/jiantou2.png) no-repeat right center !important;
}

.content-lists{
    float: left;
    width: 100%;
    height: auto;
    margin:10px 0px;
}

.content-lists-left{
    float: left;
    width: 940px;
    height: auto;
}

.content-lists-left .content-lists-left-li{
    float: left;
    width: 878px;
    height: 80px;
    padding: 20px 30px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
}

.content-lists-left .content-lists-left-li .content-lists-left-li-title{
    float: left;
    width: 838px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #369550;
}

.content-lists-left .content-lists-left-li .content-lists-left-li-title a{
    float: left;
    width: 838px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #369550;
}

.content-lists-left .content-lists-left-li .content-lists-left-li-salary{
    float: left;
    width: 350px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #ff9933;
    margin-top: 10px;
}

.content-lists-left .content-lists-left-li .content-lists-left-li-company{
    float: left;
    width: 265px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.content-lists-left .content-lists-left-li .content-lists-left-li-company a{
    float: left;
    width: 265px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-lists-left .content-lists-left-li .content-lists-left-li-imgs{
    float: right;
    width: 58px;
    height: 58px;
    border: 1px solid #ddd;
    margin-right: 110px;
}

.content-lists-left .content-lists-left-li .content-lists-left-li-imgs img{
    max-width: 58px;
    max-height: 58px;
}

.content-lists-left .content-lists-left-li .content-lists-left-li-education{
    float: left;
    width: 350px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.content-lists-left .content-lists-left-li .content-lists-left-li-scale{
    float: left;
    width: 265px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.content-lists-left .content-lists-left-li .content-lists-left-li-but{
    float: right;
    width: 92px;
    height: auto;
    margin-top: 5px;
}

.content-lists-left .content-lists-left-li .content-lists-left-li-but .content-lists-left-li-day{
    float: right;
    width: 92px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.content-lists-left .content-lists-left-li .content-lists-left-li-but .content-lists-left-li-apply{
    float: right;
    width: 92px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    background: #3ba354;
    margin-top: 5px;
    cursor: pointer;
}

.content-lists-right{
    float: right;
    width: 232px;
    height: auto;
}

.content-lists-right ul{
    float: right;
    width: 232px;
    height: auto;
}

.content-lists-right ul li{
    float: right;
    width: 232px;
    height: 52px;
    margin-bottom: 15px;
}

.content-lists-right ul li a, .content-lists-right ul li a img{
    float: right;
    width: 232px;
    height: 52px;
}

.hot-searchs{
    float: left;
    width: 100%;
    height: auto;
    background: rgb(241,241,241);
    padding: 30px 0px;
}

.hot-searchs-p{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
}

.hot-searchs-p a{
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-searchs-p span{
    float: left;
    width: auto;
    height: 30px;
    line-height: 30px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
}

.custom-pager{
    float: left;
}