.business {
    padding-bottom: 40px
}

.business .business_c .business_title {
    height: 147px
}

.business .business_c .business_content {
    width: 100%;
    position: relative;
    height: 215px
}

.business .business_c .business_content .business_box {
    position: absolute;
    width: 155px;
    height: 155px;
    transition: all .5s ease;
    border-radius: 100%
}

.business .business_c .business_content .business_box:hover {
    box-shadow: 15px 13px 20px #ccc
}

.business .business_c .business_content .business_box:hover:nth-child(2n-1) {
    top: 30px
}

.business .business_c .business_content .business_box:hover:nth-child(2n) {
    bottom: 30px
}

.business .business_c .business_content .business_box img {
    width: 100%;
    height: 100%
}

.business .business_c .business_content .business_box:nth-child(2n-1) {
    top: 0px
}

.business .business_c .business_content .business_box:nth-child(2n) {
    bottom: 0px
}

.business .business_c .business_content .business_box:nth-child(1) {
    left: 0px
}

.business .business_c .business_content .business_box:nth-child(2) {
    left: 177px
}

.business .business_c .business_content .business_box:nth-child(3) {
    left: 349px
}

.business .business_c .business_content .business_box:nth-child(4) {
    left: 526px
}

.business .business_c .business_content .business_box:nth-child(5) {
    right: 350px
}

.business .business_c .business_content .business_box:nth-child(6) {
    right: 175px
}

.business .business_c .business_content .business_box:nth-child(7) {
    right: 0px
}

.foodshow {
    overflow: hidden;
    padding-bottom: 115px
}

.foodshow .foodshow_c {
    height: auto
}

.foodshow .foodshow_c .foodshow_top {
    height: 125px
}

.foodshow .foodshow_c .foodshow_content .foodshow_more {
    height: 77px
}

#grid {
    width: 100%;
    flex-wrap: wrap;
    z-index: 50
}

#grid .card {
    background-color: #ccc;
    width: 290px;
    height: 175px;
    transition: all .5s ease;
    border-radius: 3px;
    z-index: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    border: 1.5px solid #ff9600;
    margin-bottom: 15px
}

#grid .card:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .4)
}

#grid .card .reflection {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    transition: all .1s ease;
    opacity: 0;
    mix-blend-mode: soft-light
}

#grid .card img {
    width: 100%;
 height: 196px;
    transition: all .3s ease
}

.public_more {
    height: 50px;
    width: 180px;
    background: #ff9600;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    transition: all .5s ease
}

.public_more:hover {
    transform: scale(1.2, 1.2);
    color: #fff
}

.aboutUs_pc {
    background: url(../images/aboutUs_pc_background.png);
    background-size: cover;
    background-position: center
}

.aboutUs_pc .aboutUs_pc_c {
    position: relative;
    height: auto;
    box-sizing: border-box;
    padding-top: 105px
}

.aboutUs_pc .aboutUs_pc_c .Digitalpulse {
    width: 100%;
    height: 180px;
    position: absolute;
    background: #666;
    top: -80px;
    box-shadow: 2px 2px 8px #ff9600
}

.aboutUs_pc .aboutUs_pc_c .Digitalpulse .Digitalpulse_box {
    height: 100%;
    width: 25%;
    box-sizing: border-box;
    padding: 40px 0px
}

.aboutUs_pc .aboutUs_pc_c .Digitalpulse .Digitalpulse_box .eawdnasgf span {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    line-height: 42px
}

.aboutUs_pc .aboutUs_pc_c .Digitalpulse .Digitalpulse_box>span {
    color: #fff;
    font-size: 18px;
    line-height: 14px
}

.aboutUs_pc .aboutUs_pc_c .Digitalpulse .Digitalpulse_box .Digitalpulse_box_b {
    width: 35px;
    border-bottom: 2px solid #fff
}

.aboutUs_pc .aboutUs_pc_c .Digitalpulse .Digitalpulse_box:nth-child(1) {
    background: #ff8a00
}

.aboutUs_pc .aboutUs_pc_c .Digitalpulse .Digitalpulse_box:nth-child(2) {
    background: #ff9600
}

.aboutUs_pc .aboutUs_pc_c .Digitalpulse .Digitalpulse_box:nth-child(3) {
    background: #ffa200
}

.aboutUs_pc .aboutUs_pc_c .Digitalpulse .Digitalpulse_box:nth-child(4) {
    background: #ffae00
}

.aboutUs_pc .aboutUs_pc_c .aboutUs_content {
    width: 100%
}

.aboutUs_pc .aboutUs_pc_c .aboutUs_content .aboutUs_title {
    padding: 15px
}

.aboutUs_pc .aboutUs_pc_c .aboutUs_content .aboutUs_title span:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
    color: #ff9600
}

.aboutUs_pc .aboutUs_pc_c .aboutUs_content .aboutUs_title span:nth-child(2) {
    font-size: 26px;
    color: #fff
}

.aboutUs_pc .aboutUs_pc_c .aboutUs_content .aboutUs_text {
    color: #fff;
    font-size: 20px;
    line-height: 40px
}

.aboutUs_pc .aboutUs_pc_c .aboutUs_content .aboutUs_more {
    height: 115px;
    width: 100%
}

.advantage_title {
    height: 275px
}

.advantage_content {
    width: 100%;
    padding-bottom: 75px
}

.advantage_content .advantage_t {
    width: 100%;
    align-items: flex-start
}

.advantage_content .advantage_t .advantage_t_l {
    width: 645px;
    height: 415px;
    position: relative
}

.advantage_content .advantage_t .advantage_t_l .advantage_t_l_mask1 {
    position: absolute;
    width: 435px;
    height: 315px;
    z-index: 20;
    bottom: 55px;
    left: 0px;
    transition: all .5s ease;
    cursor: pointer
}

.advantage_content .advantage_t .advantage_t_l .advantage_t_l_mask1 img {
    width: 100%;
    height: 100%
}

.advantage_content .advantage_t .advantage_t_l .advantage_t_l_mask1:hover {
    transform: scale(1.1, 1.1);
    z-index: 23
}

.advantage_content .advantage_t .advantage_t_l .advantage_t_l_mask2 {
    position: absolute;
    width: 300px;
    height: 230px;
    z-index: 21;
    bottom: 20px;
    right: 0px;
    transition: all .5s ease;
    cursor: pointer
}

.advantage_content .advantage_t .advantage_t_l .advantage_t_l_mask2 img {
    width: 100%;
    height: 100%
}

.advantage_content .advantage_t .advantage_t_l .advantage_t_l_mask2:hover {
    transform: scale(1.2, 1.2);
    z-index: 23
}

.advantage_content .advantage_t .advantage_t_l .advantage_t_border {
    position: absolute;
    width: 460px;
    height: 402px;
    bottom: 0px;
    left: 72px;
    z-index: 19;
    box-sizing: border-box;
    border: 6px solid #ddd
}

.advantage_content .advantage_t .advantage_t_r {
    width: 525px;
    height: 325px
}

.advantage_content .advantage_b {
    width: 100%;
    position: relative;
    height: 565px
}

.advantage_content .advantage_b .advantage_b_l {
    position: absolute;
    width: 845px;
    height: 505px;
    bottom: 0px;
    left: 45px;
    z-index: 10;
    align-items: flex-start
}

.advantage_content .advantage_b .advantage_b_r {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9
}

.advantage_t_r_box {
    width: 100%;
    height: auto;
    align-items: flex-start
}

.advantage_t_r_box .advantage_t_r_icon {
    background: url(../images/advantage_t_r_icon.png);
    background-size: cover;
    background-position: center;
    height: 75px;
    width: 50px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    letter-spacing: -3px
}

.advantage_t_r_box .advantage_t_r_text {
    width: 450px
}

.advantage_t_r_box .advantage_t_r_text span {
    display: block
}

.advantage_t_r_box .advantage_t_r_text span:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 8px
}

.advantage_t_r_box .advantage_t_r_text span:nth-child(2) {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 30px
}

.advertising1 {
    height: 282px;
    overflow: hidden
}

.advertising1 .advertising1_l {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
    justify-content: flex-end
}

.advertising1 .advertising1_l img {
    height: 100%;
    width: auto
}

.advertising1 .advertising1_r {
    float: right;
    width: 50%;
    height: 100%;
    overflow: hidden;
    justify-content: flex-start
}

.advertising1 .advertising1_r img {
    height: 100%;
    width: auto
}

.scope {
    padding-bottom: 95px
}

.scope .scope_top {
    height: 195px;
    width: 100%
}

.scope .scope_content {
    width: 100%;
    height: auto
}

.scope .scope_content .scope_c_top {
    width: 100%;
    height: 527px
}

.scope .scope_content .scope_c_top .scope_c_top_maskbox {
    height: 100%;
    width: 50%
}

.scope .scope_content .scope_c_top .scope_c_top_maskbox img {
    width: 100%;
    height: 100%
}

.scope .qualification {
    width: 100%
}

.scope .qualification .qualification_c {
    width: 1355px;
    margin: 0 auto;
    height: 200px;
    position: relative
}

.scope .qualification .qualification_c .qualification_lunb {
    height: 100%
}

.scope .qualification .qualification_c .qualification_lunb .swiper-slide {
    height: 100%;
    box-sizing: border-box;
    border: 3px solid #ff9600
}

.scope .qualification .qualification_c .qualification_lunb .swiper-slide img {
    width: 100%;
    height: 100%
}

.scope .qualification .qualification_c .enadf.swiper-button-next {
    height: 105px;
    width: 55px;
    background: #ff9600;
    outline: none;
    top: 35%
}

.scope .qualification .qualification_c .enadf.swiper-button-next:after {
    color: #fff
}

.scope .qualification .qualification_c .enadf.swiper-button-prev {
    height: 105px;
    width: 55px;
    background: #ff9600;
    outline: none;
    top: 35%
}

.scope .qualification .qualification_c .enadf.swiper-button-prev:after {
    color: #fff
}

.Cooperation_case {
    padding-bottom: 50px;
    background: url(../images/Cooperation_case_background.png);
    background-size: cover;
    background-position: center
}

.Cooperation_case .Cooperation_case_c .Cooperation_case_title {
    height: 170px;
    width: 100%
}

#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

#certify .swiper-slide {
    width: 520px;
    background: #fff
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
    height: 300px
}

#certify .swiper-slide p {
    line-height: 55px;
    padding-top: 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin: 0;
    background: #ff9600
}

#certify .swiper-button-prev {
    left: -30px;
    background: #fff;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    outline: none
}

#certify .swiper-button-prev:after {
    color: #ff9600
}

#certify .swiper-button-next {
    right: -30px;
    background: #fff;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    outline: none
}

#certify .swiper-button-next:after {
    color: #ff9600
}

.demeanour {
    padding-bottom: 55px
}

.demeanour .demeanour_c .demeanour_title {
    width: 100%;
    height: 165px
}

.demeanour .demeanour_c .demeanour_content {
    width: 100%;
    margin-bottom: 35px
}

.demeanour .demeanour_c .demeanour_content .demeanour_box {
    width: 290px;
    box-sizing: border-box;
    border: 3px solid #ffad00
}

.demeanour .demeanour_c .demeanour_content .demeanour_box .demeanour_mask {
    width: 100%;
    height: 190px;
    overflow: hidden
}

.demeanour .demeanour_c .demeanour_content .demeanour_box .demeanour_mask img {
    width: 100%;
    transition: all 1s ease;
    height: 100%;
}

.demeanour .demeanour_c .demeanour_content .demeanour_box .demeanour_text {
    height: 40px;
    width: 100%;
    background: #ffad00;
    font-size: 22px;
    color: #fff
}

.demeanour .demeanour_c .demeanour_content .demeanour_box:hover .demeanour_mask img {
    transform: scale(1.3, 1.3)
}

.news_pc {
    background: #f9f9f9;
    padding-bottom: 55px
}

.news_pc .news_pc_c {
    height: auto
}

.news_pc .news_pc_c .news_pc_title {
    height: 145px
}

.news_pc .news_pc_c .news_content {
    width: 100%;
    align-items: flex-start;
}

.news_pc .news_pc_c .news_content .news_content_l {
    width: 520px
}

.news_pc .news_pc_c .news_content .news_content_l .news_l_mask {
    width: 100%;
    height: 355px;
    overflow: hidden;
    margin-bottom: 10px
}

.news_pc .news_pc_c .news_content .news_content_l .news_l_mask img {
    width: 100%;
    height: 100%;
    transition: all .5s ease
}

.news_pc .news_pc_c .news_content .news_content_l .news_l_text {
    width: 100%;
    height: 80px
}

.news_pc .news_pc_c .news_content .news_content_l .news_l_text .news_l_y {
    width: 75px;
    height: 100%;
    background: #ffad00;
    box-sizing: border-box;
    padding: 12px 0px
}

.news_pc .news_pc_c .news_content .news_content_l .news_l_text .news_l_y span {
    color: #fff;
    display: block
}

.news_pc .news_pc_c .news_content .news_content_l .news_l_text .news_l_y span:nth-child(1) {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    transition: all .5s ease
}

.news_pc .news_pc_c .news_content .news_content_l .news_l_text .news_l_y span:nth-child(2) {
    font-size: 14px;
    line-height: 14px
}

.news_pc .news_pc_c .news_content .news_content_l .news_l_text .news_l_r {
    width: 430px;
    height: 80%;
    align-items: flex-start
}

.news_pc .news_pc_c .news_content .news_content_l .news_l_text .news_l_r span {
    color: #000
}

.news_pc .news_pc_c .news_content .news_content_l .news_l_text .news_l_r span:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    width: 100%;
}

.news_pc .news_pc_c .news_content .news_content_l .news_l_text .news_l_r span:nth-child(2) {
    font-size: 14px;
    line-height: 20px
}

.news_pc .news_pc_c .news_content .news_content_l:hover .news_l_mask img {
    transform: scale(1.2, 1.2)
}

.news_pc .news_pc_c .news_content .news_content_l:hover .news_l_text .news_l_r span:nth-child(1) {
    color: #ffa200
}

.news_pc .news_pc_c .news_content .news_content_r {
    height: auto;
    width: 645px
}

.news_pc .news_pc_c .news_content .news_content_r .news_content_r_box {
    height: 100px;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px
}

.news_pc .news_pc_c .news_content .news_content_r .news_content_r_box .news_content_r_box_l {
    height: 100%;
    width: 130px;
    overflow: hidden
}

.news_pc .news_pc_c .news_content .news_content_r .news_content_r_box .news_content_r_box_l img {
    width: 100%;
    height: 100%;
    transition: all .5s ease
}

.news_pc .news_pc_c .news_content .news_content_r .news_content_r_box .news_content_r_box_r {
    width: 500px
}

.news_pc .news_pc_c .news_content .news_content_r .news_content_r_box .news_content_r_box_r .news_content_r_box_title {
    width: 100%;
    margin-bottom: 6px
}

.news_pc .news_pc_c .news_content .news_content_r .news_content_r_box .news_content_r_box_r .news_content_r_box_title>span {
    color: #000
}

.news_pc .news_pc_c .news_content .news_content_r .news_content_r_box .news_content_r_box_r .news_content_r_box_title>span:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    width: 400px;
    transition: all .5s ease
}

.news_pc .news_pc_c .news_content .news_content_r .news_content_r_box .news_content_r_box_r .news_content_r_box_title>span:nth-child(2) {
    font-size: 14px
}

.news_pc .news_pc_c .news_content .news_content_r .news_content_r_box .news_content_r_box_r span {
    font-size: 14px;
    color: #000
}

.news_pc .news_pc_c .news_content .news_content_r .news_content_r_box:hover .news_content_r_box_l img {
    transform: scale(1.2, 1.2)
}

.news_pc .news_pc_c .news_content .news_content_r .news_content_r_box:hover .news_content_r_box_r .news_content_r_box_title>span:nth-child(1) {
    color: #ffa200
}

.news_pc .news_pc_c .news_content .news_content_r .news_content_r_box:last-child {
    margin-bottom: 0px;
    border: none
}

.news_pc .news_more {
    margin-top: 40px
}

.cooperation {
    padding-bottom: 70px
}

.cooperation .cooperation_c {
    height: auto
}

.cooperation .cooperation_c .cooperation_title {
    height: 235px
}

.aboutUs_sp {
    width: 100%;
    height: 290px;
    position: relative;
    margin-top: 30px;
    cursor: pointer;
}

.aboutUs_sp_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.aboutUs_sp_mask > img {
    width: 100%;
    height: 100%;
}
.aboutUs_sp_btn {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    z-index: 3;
    top: 0;
    left: 0;
}
.aboutUs_sp_btn >i {
    font-size: 80px;
    color: #ff9600;
    transition: all 0.5s ease;
}
.aboutUs_sp_btn:hover > i {
    font-size: 100px;
    transform: rotate(360deg);
}