body {
    background-color: #f8f8f8;
}

.top_img {
    display: block;
    width: 100%;
    height: auto;
}

.top_title {
    position: absolute;
    top: 120px;
    left: 120px;
    color: #fff;
}

.top_title h1 {
    line-height: 60px;
    font-size: 48px;
}

.top_title p {
    font-size: 24px;
    line-height: 30px;
}

.nav-list {
    min-height: 79px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
}

.nav-list a.show {
    position: relative;
    color: #d59400;
}

.nav-list a {
    padding: 0;
}

.nav-list .show::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 10%;
    width: 80%;
    border-bottom: 2px solid #d59400;
}

/* 集团介绍 */

.group-history {
    line-height: 30px;
}

.swiper-container {
    height: 290px;
    width: 100%;
}

.swiper-container img {
    height: 290px;
    width: auto;
}
.showpower{
    font-size: 0;
    margin-top: 100px;
    
}
.showpower img{
    display: inline-block;
    width: 25%;
}
@media (max-width: 768px) {
    .top_title {
        top: 80px;
        left: 30px;
    }
    .showpower img{
        width: 100%; 
    }
    .top_title h1 {
        line-height: 30px;
        font-size: 28px;
    }
    .top_title p {
        font-size: 14px;
        line-height: 20px;
    }
}

/* 新闻中心 */

.news-warpper {
    padding-top: 20px;
    color: #999;
    font-size: 10px;
}
.news-warpper:hover h5 {
    color: #d59400;
}
.news-warpper img {
    display: block;
    width: 100%;
    height: auto;
}

.news-warpper h5 {
    margin-top: 20px;
    color: #666;
    line-height: 24px;
    font-size: 14px;
}

.news-warpper p {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 14px;
    height: 27px;
}

.Line {
    height: 0;
    border-bottom: 1px solid #eee;
}

.getmore {
    margin: 40px auto;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #eee;
    background-color: #fff;
}

.getmore:hover {
    color: #fff;
    border: 1px solid #d59400;
    background-color: #d59400;
}

/* 集团产业 */

.groupindustry a:hover h5 {
    color: #d59400;
}

.groupindustry h5 {
    line-height: 40px;
    color: #666;
    font-size: 18px;
}

.groupindustry p {
    color: #999;
    line-height: 20px;
    font-size: 14px;
    height: 40px;
}

.groupindustry .time {
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.groupindustry .more {
    margin: 0 auto;
    width: 60px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #d59400;
}

.groupindustry .more:hover {
    color: red;
}

.groupindustry .row {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

@media (max-width: 768px) {
    .groupindustry .link {
        display: none;
    }
    .groupindustry .row h5 {
        font-size: 16px;
        line-height: 20px;
    }
}

/* 社会招聘 */

.humanresources {
    margin-top: 40px;
}

.table thead {
    font-size: 14px;
}

.table tbody tr td {
    line-height: 30px;
    font-size: 12px;
}

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

.table tbody a {
    width: 70px;
    height: 30px;
    text-align: center;
    color: #fff;
    background-color: #2495e4;
}

.table tbody a:hover {
    background-color: #d59400;
}

@media (max-width: 768px) {
    .humanresources {
        margin-top: 80px;
    }
}

/* 招聘详情页 */

.recruitmentdetails {
    margin-top: 40px;
    background-color: #fff;
    padding: 20px;
    font-size: 16px;
}

.recruitmentdetails h4 {
    line-height: 50px;
    font-size: 30px;
}

.recruitmentdetails .time {
    line-height: 20px;
    font-size: 14px;
    color: #999;
}

.recruitmentdetails .row {
    margin: 30px 0;
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
    background-color: #f4f4f4;
}

.recruitmentdetails .row span {
    color: #666;
}

.recruitmentdetails .infodetails,
.recruitmentdetails p {
    line-height: 24px;
    color: #333;
    font-size: 16px;
}

.recruitmentdetails .infodetails {
    margin-top: 30px;
    line-height: 30px;
}

@media (max-width: 768px) {
    .recruitmentdetails {
        margin-top: 80px;
    }
}

/* 联系我们 */
.top_title_right {
    position: absolute;
    top: 120px;
    right: 120px;
    color: #fff;
}

.top_title_right h1 {
    line-height: 60px;
    font-size: 48px;
}

.top_title_right p {
    font-size: 24px;
    line-height: 30px;
}
.contactus h1{
    margin: 30px 0 10px;
    font-size: 18px;

}

.contactus .icons-info{
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.contactus .icons-info img{
    width: 33px;
    height: 33px;
}
.contactus .address div:first-child{
    color: #333;
    font-size: 16px;
}
.contactus .address div:last-child{
    color: #999;
    font-size: 12px;
    line-height: 20px;
}
@media (max-width: 768px) {
    .top_title_right {
        top: 80px;
        left: 30px;
    }
    .top_title_right h1 {
        line-height: 30px;
        font-size: 28px;
    }
    .top_title_right p {
        font-size: 14px;
        line-height: 20px;
    }
}
/* 招商 */
.cooperation{
    padding-top: 40px;
}
.cooperation h2,.cooperation .fuliinfo{
    text-align: center;
    color: #333;
}
.cooperation h2{
    font-size: 30px;
    font-weight: 900;
}
.cooperation .Line_2{
    margin: 20px auto;
    width: 60px;
    height:3px;
    background-color: #838383;
}
.cooperation .fuliinfo{
   font-size: 16px;
   line-height: 24px;
}
.cooperation>img,.cooperation .hezuo img{
    display: block;
    width: 100%;
}
.cooperation .hezuo{
    padding: 30px;
}
.cooperation .hezuo div,.cooperation .liucheng div{
    margin-bottom: 20px;
}
.cooperation .liucheng{
    margin-bottom: 30px;
}
.cooperation .liucheng img{
    margin: 0 auto;
    display: block;
    height: 270px;
    width: auto;
}

.nws_about{padding:8px;padding-top: 30px;min-height:500px;}
.nws_about img{max-width: 100%;height:auto;}
.pages{margin:0px auto;width:100%;text-align: center;}

.nws_news_h2{line-height:30px;text-align: center;font-weight:bold;}
.nws_news_p{text-align: center;line-height:50px;font-size:14px;color:#999;}