.advantage .up {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.advantage .up .left {
    width: 50%;
}

.advantage .up .right {
    display: flex;
    background: url(../images/advantage_gongsi_bg.png) no-repeat;
    width: 50%;
    background-size: 100%;
    padding-top: 127px;
}

.advantage .up .right li {
    width: 23%;
    height: 250px;
    cursor: pointer;
}

.advantage .up .right li:not(:last-child) {
    margin-right: 11px;
    box-shadow: 12px 0 15px #DADADA;
}

.advantage .up .right li:last-child {
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

.advantage .up .right li h1.bg1 {
    background: #fdd000;
}

.advantage .up .right li h1.bg2 {
    background: #AC2390;
}

.advantage .up .right li h1.bg3 {
    background: #534491;
}

.advantage .up .right li h1.bg4 {
    background: #0096A6;
}

.advantage .up .right li h1 {
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: white;
    font-size: 50px;
    font-weight: bold;
}

.advantage .up .right li .info h5 {
    text-align: center;
    margin-bottom: 10px;
}

.advantage .up .right li .info {
    font-size: 12px;
    padding: 12px;
}

.advantage .up .right li img {
    display: none;
    width: 138px;
    height: 250px;
}

.advantage .up .right li:hover h1, .advantage .up .right li:hover .info {
    display: none;
}

.advantage .up .right li:hover img {
    display: block;
}

.advantage .below {
    display: flex;
    justify-content: space-between;
}

.advantage .below li {
    width: 25%;
    margin: 15px;
    box-sizing: border-box;
    position: relative;
}

.advantage .below li .text {
    position: relative;
}

.advantage .below li img {
    width: 100%;
    height: 500px;
}

.advantage .below li .text span {
    font-size: 25px;
}

.advantage .below li .text p {
    color: #959595;
    margin-top: 5px;
}

.advantage .below li:nth-child(odd) .text {
    margin-top: 30px;
}

.advantage .below li:nth-child(even) .text {
    margin-bottom: 30px;
}

.advantage .below li .text:after {
    display: inline-block;
    content: '';
    background: url(../images/advantage_arrows.png) no-repeat;
    width: 26px;
    height: 9px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
}

.advantage .below li .content {
    display: none;
    height: 500px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 100px 15px;
    box-sizing: border-box;
}

.advantage .below li:hover .content {
    display: block;
    position: absolute;
}

.v2-advantage {
    margin-bottom: 50px;
}

.v2-advantage .video_box {
    display: flex;
}

.v2-advantage .video_box .left {
    width: 80%;
    position: relative;
}

.v2-advantage .video_box .left video {
    position: absolute;
    top: -20px;
}

.v2-advantage ul img {
    width: 380px;
    height: 220px;
    border-radius: 10px;
}

.v2-advantage ul li {
    cursor: pointer;
    position: relative;
}

.v2-advantage .video_box .right ul li:last-child {
    margin-top: 15px;
}

.v2-advantage ul p {
    text-align: center;
    color: rgba(80, 80, 80, 1);
    font-weight: bold;
    font-size: 18px;
    position: relative;
}

.v2-advantage ul p:after {
    display: inline-block;
    content: '';
    position: absolute;
    background: rgba(253, 208, 0, 1);
    height: 1px;
    width: 70%;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.v2-advantage ul li .content-wrap {
    display: none;
    width: 100%;
    height: 220px;
    background: rgba(153, 153, 153, 0.83);
    color: white;
    padding:20px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
}

.v2-advantage ul li:hover .content-wrap {
    display: block;
    position: absolute;
    top: 0;
}

.v2-advantage ul li:hover .content-wrap .content {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    margin-top: 6px;
}

.v2-advantage .below {
    display: flex;
    flex-wrap: wrap;
}

.v2-advantage .below li {
    margin-top: 30px;
}

.v2-advantage .below li:not(:nth-child(3n)) {
    margin-right: 30px;
}

.qiye_gushi_gather {
    padding: 50px 0;
}

.qiye_gushi_gather .classify {
    display: flex;
    justify-content: center;
}

.qiye_gushi_gather .classify li {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
}

.qiye_gushi_gather .classify li.active {
    background: #fdd000;
}

.qiye_gushi_gather .classify li:nth-child(1) {
    border: 1px solid #fdd000;
    border-right: none;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}

.qiye_gushi_gather .classify li:nth-child(2) {
    border: 1px solid #fdd000;
    border-left: none;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}

.qiye_gushi_gather .wrap .gushi {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    background: white;
    box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.qiye_gushi_gather .wrap .gushi .wrap-left {
    width: 55%;
}

.qiye_gushi_gather .wrap .gushi .wrap-left .learn—more {
    background: #fdd000;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}


.qiye_gushi_gather .wrap .gushi .wrap-left .learn—more a {
    float: right;
    background: #fdd000;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
}

.qiye_gushi_gather .wrap .gushi .wrap-right {
    width: 43%;
    box-shadow: 0 0 20px #dddddd;
}

.qiye_gushi_gather .wrap .gushi .wrap-right .cjwt {
    background: #fdd000;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.qiye_gushi_gather .wrap .gushi .wrap-right .cjwt a {
    font-size: 12px;
    border: 1px solid white;
    float: right;
    padding: 5px;
}

.qiye_gushi_gather .wrap .gushi .wrap-right ul {
    background: white;
    padding: 15px 25px 0;
    box-sizing: border-box;
}

.qiye_gushi_gather .wrap .gushi .wrap-right ul li {
    margin-bottom: 30px;
}

.qiye_gushi_gather .wrap .gushi .wrap-right ul li .wen {
    font-size: 20px;
    margin-bottom: 10px;
}

.qiye_gushi_gather .wrap .gushi .wrap-right ul li .wen .wenhao {
    display: inline-block;
    background: #EC5E68;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}

.qiye_gushi_gather .wrap .gushi .wrap-right ul li .wen .wenhao img {
    height: 15px;
}

.qiye_gushi_gather .wrap .gushi .wrap-right ul li .da {
    color: #5B5B5B;
}

.qiye_gushi_gather .wrap .gushi .wrap-right ul li .da .daan {
    display: inline-block;
    background: #34C5D3;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}

.qiye_gushi_gather .wrap .qiye {
    display: flex;
    justify-content: space-between;
    background: white;
    box-shadow: 0 0 20px #dddddd;
    padding: 20px;
    margin-top: 30px;
    box-sizing: border-box;
}

.qiye_gushi_gather .wrap .qiye .img {
    width: 49%;
}

.qiye_gushi_gather .wrap .qiye .img h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.qiye_gushi_gather .wrap .qiye .img img {
    width: 100%;
}

.qiye_gushi_gather .wrap .qiye .text {
    width: 49%;
    color: #333232;
    position: relative;
}

.qiye_gushi_gather .wrap .qiye .text .content {
    text-indent: 2em;
    margin-bottom: 10px;
}

.qiye_gushi_gather .wrap .qiye .text .map_code {
    width: 100%;
    height: 250px;
}

.qiye_gushi_gather .wrap .qiye .text .learn—more {
    font-size: 12px;
    border-radius: 3px;
    background: #fdd000;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.news #news-banner {
    box-shadow: 20px 20px 20px #edb500;
    border-radius: 15px;
}

.news #news-banner .item {
    border-radius: 15px;
}

.news .list {
    margin-top: 50px;
}

.news .list li {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #e8c005;
    transition: 0.5s;
}

.news .list li .left {
    text-align: center;
    font-size: 25px;
    width: 100px;
    padding: 20px 0 10px;
    background: url(../images/leaf.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}

.news .list li .left p {
    font-size: 14px;
}

.news .list li .right {
    width: 90%;
}

.news .list li .right .title {
    display: inline-block;
    font-size: 20px;
    color: #333232;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.news .list li .right .desc {
    color: #333232;
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .list li:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px #edb500;
}

.news .look-more {
    display: inline-block;
    text-align: center;
    margin-top: 50px;
    width: 200px;
    border-radius: 50px;
    background: #fdd000;
    padding: 10px 0;
    color: #333232;
    border: 1px solid #e3bb00;
    box-shadow: 0 15px 15px #edb500;
}

.cooperation-process img{
    max-width: 100%;
}