﻿* {margin:0;padding:0;list-style-type:none;}
html{font-size:14px;}
ul,li {margin:0px;padding:0px;list-style-type:none;text-decoration:none;}
a:active,a:link,a:visited {text-decoration:none;color:#333;}
em{font-style: normal;}
.clear {clear:both;}
.fl{float:left}
.fr{float:right}
.pointer{cursor:pointer;}
.clearfix:after{
    content: '';
    clear: both;
    display: table;
}
.ellipsis {
    white-space: nowrap;     /* 文本不换行 */
    overflow: hidden;        /* 内容超出部分隐藏 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.textColor{color:#76C21B !important;}
/*header start*/
.topbar {font-size:12px;color:#333;height:41px;border-bottom:#eeeeee solid 1px;line-height:41px;background:#f4f4f4;}
.topbar a {color:#333;text-decoration:none;}
.container {width:1200px;margin:0 auto;}
.container:before,.container:after {display:table;content:" ";}
.bar2 {display:inline-block;float:left;color:#999;}
.bar {display:inline-block;float:right;}
.bar_item {padding:0 10px;border-right:#eaeaea solid 2px;}
.bar_item:last-child {border:none;}
.hidden-xs {height:100px;}
.header-title {text-transform:lowercase;word-spacing:-10px;margin:20px 0 10px 0;font-size:3.2em;color:#fff;float:left;height: 60px;}
.header-title a{height: 60px;line-height:60px;font-size:24px;animation: blink 1s infinite;transition: all 0.3s ease;}
.hidden-xs .topsad {float:right;margin-top:30px;}
.hidden-xs .topsad a {display:block;text-align:center;color:#fff;font-size: 16px;line-height: 25px;background-image: -webkit-linear-gradient(0deg, #76C21B, #A7DA42);padding: 12px 30px;box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);border-radius: 30px;}
/*nav start*/
.navbar-mind {color:#fff;height:50px;background-image: -webkit-linear-gradient(0deg, #76C21B, #A7DA42);}
.navbar-mind .nav {font-size:14px;}
.navbar-nav {float:left;margin:0;}
.navbar-nav > li {float:left;}
.nav > li {position:relative;display:block;text-align:center;}
.navbar-mind .nav a:hover,.navbar-mind .nav li.active a,.navbar-mind .nav a:focus {background: #76C21B;color: #fff;}
.navbar-nav > li > a {padding-top:15px;padding-bottom:15px;line-height:30px;position:relative;display:block;padding:10px 30px;color:#fff;    font-size: 16px;}
/*nav end*/
/*header end*/

/*首页 start*/
.banner {width:100%;height:550px;overflow: hidden;}
.banner .banner-title{
    position: absolute;
    z-index: 9;
    left: 40%;
    top: 36%;
    font-size: 60px;
    animation: blink 2s infinite;
    transition: all 0.3s ease;
}
@keyframes blink {
    0% { background: linear-gradient(to bottom right, #0e8e51, #82ee42,#38a554);-webkit-background-clip: text; color: transparent;}
    50% {background: linear-gradient(to bottom right, #82ee42, #38a554,#0e8e51,#82ee42);-webkit-background-clip: text; color: transparent;}
    100% {background: linear-gradient(to bottom right, #0e8e51, #82ee42,#38a554);-webkit-background-clip: text; color: transparent;}
}
/*信息分类 start*/
.parent_box {
    width: 226px;
    height: 400px;
    left: 18.5%;
    top: 194px;
    position: absolute;
    line-height: 26px;
    z-index: 2147483647;
    color: #fff;
    text-align: left;
    padding-top: 4px;
}
.ul_one {
    height: 400px;
    display: block;
    background: rgba(0,0,0,0.5);
    text-align: left;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    line-height: 26px;
    color: #fff;
}
.u-navitem {
    padding-bottom: 16px;
    padding-top: 6px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.u-navitem>h4 {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 1.1;
    color: inherit;
}
#nav .u-navitem a {
    color: #ffffff;
    margin-left: 0;
}
.u-navitem>h4>a {
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
}
/*信息分类 end*/
/*热门推荐 start*/
.business{
    margin:20px 0;
}
.in-m h2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: -webkit-linear-gradient(0deg, #76C21B, #A7DA42);
    padding: 20px;
}
.list-txt{
    border: 10px double #76C21B;
    border-radius: 10px;
    background: #fff;
}
.business ul>li {
    width: 32%;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    padding: 8px 0 8px 5px;
    transition: transform 0.3s ease;
    border-bottom: 2px dotted #76C21B;
    margin-left: 10px;
}
.business ul>li:hover{
    transform: scale(1.05);
    border-bottom: 2px dotted #82ee42;
}
.business ul>li:hover a{
    color: #76C21B;
}
.business ul>li a{
        color: #333;
    position: relative;
    padding-left: 8px;
}
.business ul>li a:before{
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #0e8e51;
    border-left-color: #38a554;
}
.business ul>li a:hover:before{
    border-top-color: #38a554;
    border-left-color: #0e8e51;
}
.business ul>li p{
    font-size:16px;
    color:#aaa;
}
/*热门推荐 end*/

/*楼层 start*/
.floor {width:100%;}
.head-txt {
    color: #76C21B;
    font-size: 24px;
    margin: 50px auto;
    width: 160px;
    line-height: 35px;
    text-align: center;
    border: 10px #76C21B double;
    letter-spacing: 5px;
    font-weight: bold;
    padding: 10px 15px;
}
.im-b {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.im-b .im-item {
    float: left;
    width: 290px;
    border: 5px double #76C21B;
    background-color: #fff;
    margin: 0 0 10px 10px;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    position: relative;
}
.im-b .im-item .img:before {
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #0e8e51;
    border-right-color: #38a554;
}
.im-b .im-item .img:after {
    z-index: 999;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left-color: #38a554;
    border-bottom-color: #0e8e51;
}
.im-b .im-item img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    vertical-align: top;
    transition: transform 0.3s ease;
}
.im-b .im-item .title {
    padding: 12px 20px;
    line-height: 28px;
    height: 28px;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(90deg, #0e8e51, #38a554,#82ee42);
}
.house-desc {
    color: #999;
    line-height: 20px;
    margin-bottom: 5px;
}
.im-b .im-item:hover .img:before{
    left: 0;
    border-right-color:none;
    border-left-color: #38a554;
}
.im-b .im-item:hover img{
    transform: scale(1.05);
}
/*楼层 end*/
/*底部 start*/
.footer {font-size:14px;padding: 50px 30px;background-color: rgb(21, 20, 20); color:#fff;}
.footer p{text-align: center;line-height:40px;}
.footer a{padding:5px 20px;color:#fff;}
/*底部 end*/
/*首页 end*/

/*列表 start*/
.sitemap {
    padding-left: 16px;
    height: 48px;
    line-height: 48px;
    color: #999;
    font-size: 14px;
}
.g-tit2 {
    line-height: 47px;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 18px;
    animation: blink 1s infinite;
    transition: all 0.3s ease;
}
.sl-list3 li {
    padding: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f6f6f6;
    margin: 10px 0;
    transition: all 0.3s ease;
}
.sl-list3 li:hover {
    box-shadow: 0 0 5px #76C21B;
}
.sl-list3 .pic {
    position: relative;
    float: left;
    display: block;
    width: 194px;
}
.sl-list3 .pic img {
    display: block;
    width: 194px;
    height: 154px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.sl-list3 .txt {
    float: left;
    font-size: 16px;
    color: #666;
    margin-left: 220px;
    padding: 18px 0;
}
.sl-list3 .txt .r {
    float: right;
    font-size: 14px;
    color: #aaa;
    padding-top: 50px;
    text-align: right;
    margin-right: 30px;
}
.sl-list3 .txt .r .pri {
    font-size: 16px;
    font-weight: 700;
    color: #76C21B;
    margin-bottom: 2px;
}
.sl-list3 .txt .r .pri em {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.sl-list3 .txt .title {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
    width: 520px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
}
.sl-list3 .txt .p1 {
    margin-bottom: 10px;
}
.sl-list3 .txt .xiaoqu {
    display: inline-block;
    vertical-align: 0;
    border-radius: 2px;
    font-size: 12px;
    padding: 5px 20px;
    color: #fff;
    background-image: -webkit-linear-gradient(0deg, #76C21B, #A7DA42);
    margin-right: 14px;
}
.sl-list3 .txt .p2 {
    margin-bottom: 12px;
    color: #aaa;
    font-size: 12px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}
.sl-list3 .con .tag_0 {
    color: #666;
    border: 1px solid #76C21B59;
    background-color: #fff;
    font-size: 12px;
    padding: 2px 10px;
}
.head_vps {min-width:1200px;overflow:hidden;}
.pagebar {float:right;margin:10px 0 0 0;width:740px;padding:0;clear:both;margin:10px 0 20px 0;}
.pagebar ul {float:right;}
.pagebar ul li {font-size:14px;float:left;margin:0 3px 0 0;font-family:Verdana,Geneva,sans-serif;}
.pagebar ul li a {border:#eee solid 1px;padding:8px 12px 9px 11px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.pagebar ul li.active a{color:#fff;background-image: -webkit-linear-gradient(0deg, #76C21B, #A7DA42);border-color:#76C21B;}
#page ul .ohave {padding:8px 12px 9px 11px;color:#ff6600;}
/*列表 end*/

/*详情 start*/
.details_topbox{
    padding: 30px 30px 30px 30px;
    border-radius: 5px;
    background:#f4f4f4;
}
.details_topboxleft{
    width: 730px;
}
.details_top_operation_sq{
    margin-top:10px;
    background: #ec770e;
    color:#fff;
    border-radius: 18px;
    width:80px;
    padding:5px 10px;
    text-align:center;
}
.details_topboxleft p{
    margin-top:20px;
    font-size:12px;
    color:#aaa;
}
.details_left {
    width: 880px;
    float: left;
}
.details_left_box {
    width: 820px;
    padding: 30px 30px 30px 30px;
    border-radius: 5px;
    float: left;
    margin-top: 15px;
    height:auto;
    background: #f4f4f4;
}
.job_details_tit {
    width: 100%;
    padding: 0 0 30px 0;
    position: relative;
    float: left;
}
.job_details_tit_s {
    font-size: 18px;
    font-weight: bold;
    color: #444746;
}
.job_details_tit_line {
    width: 20px;
    height: 2px;
    background: #3d9af6;
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 15px;
}
.job_details_touch_tel {
    padding: 10px 0;
    color: #666666;
    border-top: 1px solid #fff;
}
.job_details_touch_add {
    padding: 10px 0 0 0;
    color: #666666;
}
.job_details_touch_tel_n {
    font-size: 20px;
    color: #fb0a0a;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-right: 20px;
}
.tishi {
    margin-top: 13px;
    width: 550px;
    height: 35px;
    background-color: brown;
    color: azure;
    line-height: 35px;
    border-radius: 10px;
    text-align: center;
}
.job_details_left_box {
    width: 820px;
    background: #f4f4f4;
    padding: 30px 30px 30px 30px;
    border-radius: 5px;
    float: left;
    margin: 15px 0;
}
.job_details_tit {
    width: 100%;
    padding: 0 0 30px 0;
    position: relative;
    float: left;
}
.job_details_describe {
    width: 100%;
    float: left;
    color: #444746;
    line-height: 36px;
}
.job_details_right {
    width: 305px;
    float: right;
}
.Compply_right_qy {
    width: 285px;
    padding: 10px;
    background: #f4f4f4;
    float: left;
    border-radius: 5px;
}
.Compply_right_name {
    width: 100%;
    line-height: 23px;
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
}
.Compply_right_js {
    width: 100%;
    float: left;
    padding: 0px 0px 10px 0px;
    overflow: hidden;
}
.Compply_right_js ul {
    width: 320px;
}
.Compply_right_js ul li {
    width: 160px;
    float: left;
    color: #737373;
    margin-top: 18px;
}
.Compply_right_span_c {
    display: block;
    padding-left: 30px;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
    position: relative;
    font-size: 12px;
}
/*详情 end*/
/*登录 start*/
.loginbfb {background:url(../image/loginBg.png)  left center no-repeat;min-height:600px;}
.loginbfb .loginright {float:right;width:340px;margin:40px 0 0 0;text-align:left;background: #f4f4f4;}
.loginbfb .loginright .cap {float:left;padding:15px 25px;width:290px;text-align:center;font-size:20px;z-index:2;color: #fff;background-image: -webkit-linear-gradient(0deg, #76C21B, #A7DA42);}
.loginbfb .loginright #motts {float:left;height:20px;margin:15px 25px 0 25px;padding-left:20px;width:290px;color:#76C21B;}
.loginbfb .loginright #ts {float:left;height:20px;margin:15px 25px 0 25px;padding-left:20px;width:290px;color:#76C21B;}
.loginbfb .loginright .u1 {float:left;width:290px;margin:10px 25px 0 25px;}
.loginbfb .loginright .u1 .l1 {width:290px;height:55px;}
.loginbfb .loginright .u1 .l1 i {position:relative;right:88%;line-height:42px;}
.loginbfb .loginright .u1 .l1 .inp {float:left;width:274px;border:#CCCCCC solid 1px;height:42px;padding:0px 0 0 40px;font-size:14px;}
.loginbfb .loginright .u1 .l2 {width:290px;padding:0 0 20px 0;text-align:center;color:#999;}
.loginbfb .loginright .u1 .l2 input {float:left;width:275px;height:45px;color:#fff;border:0;font-size:16px;cursor:pointer;background-image: -webkit-linear-gradient(0deg, #76C21B, #A7DA42);}
.loginbfb .loginright .d1 {float:left;width:290px;height:50px;text-align:right;margin:10px 25px 0;}
.loginbfb .loginright .d1 a {color:#76C21B;}
/*登录 end*/
.mt10 {margin-top:10px}

/*文章页 start*/

.underline-title{text-align:center;margin:20px 0;}
.about-all{
    min-height:550px;
    line-height:30px;
    font-size:14px;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin-bottom: 30px;
}
/*文章页 end*/

/*个人中心 start*/
.uphoto{
    float:left;
}
.uInfo{
    float:left;
    margin:20px 40px;
}
/*个人中心 end*/

/*信息详情 start*/
.info-warp {
    padding: 24px;
    background-color: #f4f4f4;
    display: flex;
}
.info-warp-image {
    width: 500px;
    height: 380px;
    margin-right: 24px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}
.info-warp-image-item {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
}
.info-warp-title {
    font-size: 18px;
    color: #333;
}
.info-warp-label {
    margin-top: 12px;
    display: inline-block;
    color: #fff;
    padding: 6px 24px;
    font-size: 13px;
    border-radius: 24px;
    background-image: -webkit-linear-gradient(0deg, #76C21B, #A7DA42);
}
.info-warp-tips {
    color: #333;
    margin-top: 25px;
    font-size: 14px;
    width: 50%;
    float: left;
}
.contact{
    display: inline-block;
    color: #fff;
    padding: 15px 60px;
    font-size: 18px;
    border-radius: 24px;
    background-image: -webkit-linear-gradient(0deg, #76C21B, #A7DA42);
    margin-top: 30px;
    margin-left: 22%;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.hideText{
    font-size:18px;
    letter-spacing: 3px;
    font-family: impact;
}
.info-row {
    display: flex;
    margin-top: 24px;
    margin-bottom: 30px;
}
.info-col-4 {
    width: 30%;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 0 30px 0 0;
}
.tu-card {
    padding: 24px;
    background-color: #f4f4f4;
    border-radius: 6px;
}
.tu-card-tite {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
}
.tu-card-item {
    display: block;
    line-height: 34px;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 20px;
}
.tu-card-item .tu-card-item-img{
   width: 35%; 
}
.tu-card-item .tu-card-item-info{
    width: 60%;
    font-size:14px;
    margin-left:10px;
}
.tu-card-item-info span:first-child{
    font-size:14px;
    display: block;
    line-height: 1;
    white-space: nowrap; /* 让文本不换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 添加省略号 */
}
.tu-card-item-info span:last-child{
    font-size: 12px;
    color: #666;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}
.tu-card-item:hover img {
    transform: scale(1.05); /* 图片放大1.1倍 */
    transition: transform 0.3s; /* 添加过渡效果 */
}

.info-col-8 {
    width: 70%;
    flex-shrink: 0;
    box-sizing: border-box;
    padding-right: 15px;
    background-color: #f4f4f4;
}
.card-box {
    padding: 30px;
    border-radius: 6px;
}
.card-box-title {
    color: #76C21B;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 2px solid #76C21B;
    padding: 0 0 15px;
}
.card-box-content {
    font-size: 14px;
    line-height: 30px;
}
.card-box-content-box {
    width: 400px;
    height: 400px;
    overflow: hidden;
}
.card-box-content img {
    max-width: 100%;
}

.card-box-content-img {
    width: 400px;
    height: 460px;
    margin-top: 10px;
    object-fit: cover;
}
/*信息详情 end*/

/*index-publish start*/
.index-publish{
    padding: 80px 0;
    text-align: center;
    background: url('../image/cat-bg.png') no-repeat;
}
.index-publish h2{
    font-size: 48px;
    color: #fff;
    margin-bottom: 30px;
    animation: blinkfb 1s infinite;
    transition: all 0.3s ease;
}
@keyframes blinkfb {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
.index-publish p a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 20px 30px;
    background: #010f2e;
    border-radius: 30px;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    letter-spacing: 4px;
}
/*index-publish end*/

/*bg start*/
.bg img{
    
}
.bg img:first-child{
    position: absolute;
    top: 800;
    right: 0;
    z-index: -1;
}
.bg img:nth-child(2){
    position: absolute;
    top: 1600;
    left: 0;
    z-index: -1;
}
.bg img:nth-child(3){
    position: absolute;
    top: 2400;
    right: 0;
    z-index: -1;
}
/*bg end*/

/*returnTop start*/
.returnTop{
    position: fixed;
    bottom: 100px;
    right: 20px;
    height: 50px;
    width: 50px;
    font-size: 30px;
    color: #76C21B;
    text-align: center;
    display: block;
    background: #f8f8f8;
    border-radius: 50%;
}   
.returnTop i{
    display: inline-block;
    line-height: 50px;
}
.returnTop:hover{
    background: linear-gradient(to right, #76C21B, #A7DA42);
    color: #fff !important;
}
/*returnTop end*/

/* message start*/
.cover{
    position: fixed;
    top: 0;
    background: rgb(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
.message{
    display: none;
    width: 420px;
    height: 161px;
    padding: 10px;
    background-image: -webkit-linear-gradient(0deg, #76C21B, #A7DA42);
    border-radius: 5px;
    position: fixed;
    top: 40%;
    left: 35%;
    z-index: 2;
}
.message .messageboxback{
    width: 420px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #FFF;
    z-index: 1000;
}
.message .messageboxback .messageboxclosebutton{
    text-align: left;
    display: inline-block;
    background: rgb(255, 255, 255);
    width: 398px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid rgb(217, 217, 217);
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-family: "microsoft yahei";
    margin: 0px 10px;
}
.message .messageboxback .messageboxclosebutton .close{
    float:right;
}
.message .messageboxback .messageboxclosebutton .close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.message .messageboxback .ul {
    margin: 20px;
}
.message .messageboxback .number {
    padding-left: 20px;
    height: 70px;
    border-bottom: 1px #eeeeee solid;
}
.message .messageboxback .number .fa{
    display: block;
    color: #76C21B;
    font-size: 26px;
    border: 1px solid #76C21B;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    float: left;
}
.messageboxmain{
    float: right;
    width: 310px;
}
.messageboxmain .num{
    color: #76C21B;
    font-size: 18px;
}
.messageboxmain span:last-child{
    font-size: 12px;
}
/* message end*/

/*loading start*/
.loading {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 20% auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*loading end*/