body {
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    height: 100%;
    overflow: auto;
    margin: 0;
}

#inputCopy {
    width: 10px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -10;
}

a {
    text-decoration: none;
    color: black;
}

.business-title-all a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
ol,
ul {
    list-style: none;
}

body,
p,
h1,
h2 {
    margin: 0;
}

#box {
    width: 100%;
}

/*语言*/
.phone{
    position: relative;
}
.phone .languageBox{
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
}

.phone .languageBox .language{
    text-align: center;
    margin-right: 16px;
    cursor: pointer;
}
.phone .languageBox .languageImg{
    width: 30px;
    /*height: 25px;*/
    margin: 0 auto;
}
.phone .languageBox .languageName{
    position: relative;
    top: -2px;
    color: #555;
    margin-right: 2px;
}
.phone .languageBox .selectLng{
    display: none;
    position: absolute;
    top: 55px;
    left: 40%;
    transform: translateX(-50%) ;
    z-index: 99;
    border-radius: 3px;
}
.phone .languageBox .selectLngList{
    width: 140px;
    background: #fff;
    border: 1px solid  #e1e1e1;
    border-radius: 4px;
    padding: 8px;
    
}
.phone .languageBox .triangle {
   margin: 0 auto;
   width: 0;
   height: 0;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   border-bottom: 10px solid #e1e1e1;
   background-color: white;
}
.phone  .languageBox:hover .selectLng{
   display: block;
}
.phone .languageBox .pullDown{
   width: 18px;
   height: 18px;

}
.phone .languageBox .pullDownBox{
    display: flex;
    
}
.phone .languageBox .language_list_item{
    cursor: pointer;
    text-align: center;
    padding: 3px 0;
    /*border-bottom: 1px solid #3b7ab3;*/
    color: #fff;
    font-size: 12px;
}
.phone .languageBox .language_list_item a{
    display: flex;
    align-items: center;
    color: #333;
    padding-left: 14px;
    font-size: 14px;
}
.phone .languageBox .language_list_item:hover a{
   color:#C90000
}
.language_list_item img{
     width: 30px;
     height: auto;
    margin-right: 6px;
}
/*移动端语言*/
.mobileLanguage{
    cursor: pointer;
    display: none;
    color: #ffffff;
    width: 100%;
    height: 35px;
    background: #C90000;
    /*display: flex;*/
    align-items: center;
    justify-content: end;
  
}
.mobile_languageImg{
    width: 20px;
    /*height: 20px;*/
    margin-right: 4px;
    
}
.mobile_currentLanguage{

      margin-right: 5%;
}
.mobilePullDown{
    width: 20px;
    height: 20px;
    margin-right: 6%;
}
.mobile_language_list{
    display: none;
}
.mobile_language_item{
    /*text-align: center;*/
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    padding: 12px 4%;
 
}
.mobile_language_item img{
    width: 30px;
    margin-right: 6px;
}
.mobile_language_item a{
      color: #777;
      display: flex;
      align-items: center;
   
}
.mobile_language_item:hover{
    border-bottom: 3px #C90000 solid;
}


.swiper,
.swipers {
    /*user-select: none;*/
    position: relative;
    cursor: pointer;
}
.swiper a{
    width: 100%;
}
.swiper a,
.swipers a {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 1s linear;
}
.City_content :nth-child(n+32){
    display: none;
}
.swiper a.default,
.swipers a.defaults {
    opacity: 1;
}

.swiper a img,
.swipers a img {
    width: 100%;
    height: 560px;
}

.prev,
.next,
.prevs,
.nexts {
    /* background-image: url(./img/icons.png); */
    background-repeat: no-repeat;
    display: inline-block;
    width: 41px;
    height: 69px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swiper .prev,
.swipers .prevs {
    left: 10px;
    background-position: -85px 0;
}

.swiper .prev:hover,
.swipers .prevs:hover {
    background-position: 0 0;
    left: 10px;
}

.swiper .next,
.swipers .nexts {
    right: 10px;
    background-position: -126px 0;
}

.swiper .next:hover,
.swipers .nexts:hover {
    background-position: -43px 0;
}

.swiper .pages,
.swipers .pagess {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper .pages i,
.swipers .pagess i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #fff;
    margin-left: 5px;
}

.swiper .pages i:hover,
.swiper .pages i.default,
.swipers .pagess i:hover,
.swipers .pagess i.defaults {
    background-color: #C90000;
    border: 1px solid #fff;
}

#GoogleSiteMap,
#BaiduSiteMap,
#HomeIndex a {
    color: #DCDCDC;
}

#GoogleSiteMap {
    margin-left: 20px;
}

.crumbs {
    overflow: hidden;
    margin-left: 16.5%;
    color: #707070;
    font-size: 14px;
    line-height: 60px;
}

.crumbs a {
    color: #707070;
    font-size: 14px;
}

.crumbs ul li {
    float: left;
    list-style-type: none;
}

.Email {
    display: flex;
    justify-content: space-between;
    align-items: middle;
    overflow: hidden;
}

#Email1 {
    font-size: 16px;
    color: #555;
    line-height: 25px;
    margin-left: 5px;
}

#businessID img {
    /*max-width: 280px;*/
    width: 90%;;
    min-height: 180px;
    /*object-fit: cover;*/
}

/*.case{*/
/*   min-width: 100% !important;*/
/*   max-height: 100% !important;*/
/*}*/
.case_title{
    font-size: 35px;
    text-align: center;
}
.case_item  img{
     /*height: 208px*/
}

/*.business_item img {*/
/*    width: 280px;*/
/*    height: 180px*/
/*}*/


.ShowWeChat {
    width: 80%;
    height: 240px;
    z-index: 99;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
    text-align: center;
    display: none;
}

.ShowWeChat img {
    width: 80%;
}

.wechatId {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wechatId span {
    width: 50px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    border: 1px solid #999;
    font-size: 12px;
    margin-left: 20px;
}

.BackToWechat {
    width: 80px;
    height: 20px;
    margin: 0 auto;
    line-height: 20px;
    border-radius: 5px;
    border: 1px solid #999;
    font-size: 12px;
    margin-top: 20px;
}

/* 限制字符长度 */
.news_content a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 新闻动态时间文字分开 */
.flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
    border-bottom: 1px dashed #f9cccc;
    align-items: center;
}

.disNew {
    min-height: 300px;
    width: 60%;
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: space-between;
}
.newRight{
    position: relative;
    flex: 1;
    
}
.newRedBg{
    position: absolute;
    z-index: 88;
    right: 40px;
    top: 40px;
    width: 60%;
    height: 400px;
    background:radial-gradient(#b32020, transparent);
}
.newRight img{
    z-index: 99;
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
}

.flex:nth-child(n+17) {
    display: none;
}

.info {
    overflow: hidden;
}

.info p:nth-child(2) {
    margin-left: 10px;
}


.address {
    display: flex;
}

#site {
    margin: 0;
}

.content {
    position: relative;
    width: 1400px;
    /*min-width: 90%;*/
    /*max-width: 90%;*/
    margin: 0 auto;
}
.City_content_box{
    /*width: 90%;*/
    /*   min-width: 90%;*/
    /*  max-width: 90%;*/
}
.new_content_box{
    /*  min-width: 90%;*/
    /*max-width: 90%;*/
}


input {
    outline: none
}

textarea {
    width: 100%;
    resize: none;
    outline: none;
    border-radius: 5px;
    padding-left: 10px;
    border: 1px solid #fff;
    background-color: #292d32;
    padding-top: 5px;
    color: #DEDEDE;
    font-size: 12px;

}

.message {
    width: 40%;
}

.message h2 {
    margin-bottom: 27px;
    font-size: 22.5px;
}

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

.input_button {
    width: 80px;
    height: 30px;
    margin-top: 30px;
    margin-left: 42%;
    border: 1px solid #888;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.input_button:hover {
    background-color: #C90000;
    color: #fff;
    border: 1px silid #C90000;
}

.input_row input {
    width: 45%;
    height: 30px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    padding-left: 10px;
    border: 1px solid #fff;
    background-color: #292d32;
    color: #DEDEDE;
    font-size: 12px;
}

.input_text {
    margin-top: 20px;
    display: flex;
    align-items: start;
}

input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

    -webkit-appearance: none;

}

input[type="number"] {

    -moz-appearance: textfield;

}

.head {
    /*width: 100%;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: end;
}

.businessContent,
.case-Content,
.NewContent,
.contactContent {
    width: 100%;
    overflow: hidden;
}

/* 表单 */


/* 右侧悬浮窗客服 */
.service {
    animation-delay: 1s;
    width: 17px;
    padding: 10px 10px;
    text-align: center;
    position: fixed;
    right: 0;
    top: 40%;
    font-size: 20px;
    color: #fff;
    background-color: #C90000;
    z-index: 888;
    font-weight: bold;
    border-radius: 7px 0 0 7px;
    cursor: pointer;
}

.service:hover ~.service_window {
    visibility: visible;
    opacity: 1;
}

.service_mobile:hover ~.service_window {
    visibility: hidden;
    opacity: 0;
}
.service img {
    width: 25px;
    height: 25px;
    margin-top: 5px;
    margin-left: -3px;
}
.service_mobile{
    display: none;
    animation-delay: 1s;
}

.service_window {
    visibility: hidden;
    opacity: 0;
    transition: .8s;
    position: fixed;
    right: 47px;
    top: 36%;
    background-color: #fff;
    z-index: 99999999;
    border: 7px solid #C90000;
    padding: 5px 5px;
}

.service_title {
    color: #818181;
    font-size: 12px;
}

.service_info {
    font-size: 18px;
    margin: 5px 0;
    color: #C90000;
}

.service_img {
    text-align: center;
    margin-top: 10px;
}

.service_text {
    font-size: 12px;
    color: #818181;
    text-align: center;
    margin-top: 5px;
}

/* 右侧悬浮窗客服 */
/* 底部手机端 */
.footer_phone {
    display: none;

}

.phone {
     display: flex; 
    align-items: center;
}
.phone .offer{
    margin-left: 16px;
    width: 130px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background-color: #C90000;
    cursor: pointer;
}

.phone p {
    /* margin-left: 15px; */
    font-size: 16px;
    color: #555;
    line-height: 25px;
}

.fold {
    display: none;
}


#fold-bottom {
    display: none;
}

.keyword,
.City_info {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    text-align: center;
}

nav {
    width: 100%;
    height: 55px;
    background-color: #000;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav div {
    width: 16.6%;

}

.nav a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
}

.nav div:hover {
    background-color: #C90000;
}
/*子导航*/
.nav :nth-child(3):hover #businessClass{
    display: block;
}

.nav .active {
    background-color: #C90000;
}

.swiper {
    width: 100%;
}

.pc {
    height: 560px;
    overflow: hidden;
}


.iphone {
    display: none;
}

.business {
    margin-top: 77px;
    text-align: center !important;
}
.business{
    height: 750px;
    /*background:green;*/
    position: relative;
}

.title {
    word-break: break-all;
    width: 70%;
    margin: 0 auto;
    margin-top: 13px;
    font-size: 17px;
    color: #555;
}

/* 控制案例展示显示个数 */
#caseID {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#caseID :nth-child(n + 5) {
    display: none;
}

.bus_con1 a {
    display: block;
    width: 24%;
    margin-left: 1%;
}

/*业务范围分类*/
.busClass{
    position: absolute;
    top: 0;
    left: 30%;
    margin-top: 30px;
    text-align: center;
    /*height: 40px;*/
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    line-height: 40px;
    justify-content: center
    ;
    
    
}
.busClassItem:hover{
    background: #C90000;
    color:#fff;
}
.busClassItem:hover a{
    color:#fff;
}
.busClassItem{
    margin-bottom: 10px;
    min-width:100px;
    padding: 0 13px;
    margin-right: 8px;
    border-radius: 30px;
    border: 1px solid #C90000;;
    color: #C90000;
    cursor: pointer;
    /*border-bottom: 1px solid #e5e5e5;*/
}
.busClass .busClassItem:nth-child(n+6){
    display: none;
}

.busClassItem a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #C90000;
}
.busClassPhone{
    display: none;
}

/* 控制业务范围显示个数 */
.business_content :nth-child(n + 9),
.case_content :nth-child(n+9) {
    display: none;
}

.business_content,
.case_content {
    margin-top: 30px;
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.business_content a,
.case_content a {
    display: block;
    /*width:280px ;*/
    width: 24%;
    margin-left: 1%;
}

.case_content a{
     /*box-shadow: 0px 0px 4px 2px #efefef;*/
}
.case_content a:hover .case_item_title{
        background: #C90000;
        color: #fff;
     /*box-shadow: 2px 2px 8px 2px #dedede;*/
}


.business_item div,
.case_item div {
    margin: 24px 0px;
    font-size: 16px;
    color: #555;
}
.case_item .case_item_title {
    width:280px;
    margin: 0 auto;
    /*height: 50px;*/
    line-height: 1;
    position: relative;
    top: -5px;
    display:flex;
    align-items:center;
    padding:15px 0;
    justify-content:center;

}
.business_item div{
    margin: 5px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2; /* 控制显示的行数 */
    
}

.business_item img,
.case_item img {
    width: 100%;
    max-width: 280px;
    /*object-fit: cover;*/
}

.business_button,
.about_button {
    /*width: 130px;*/
    height: 40px;
    margin: 0 auto;
    margin-top: 49px;
    line-height: 40px;
    /*background-color: #C90000;*/
    display: flex;
    justify-content: center;
}

.business_button a,
.about_button a {
    color: #fff;
    display: block;
    text-align: center;
     width: 130px;
     background-color: #C90000;
}

.about {
    
    box-sizing: border-box;

    margin-top: 76px;
    
    padding: 50px 0 73px 0;
    
    text-align: center;
    background: url('../image/back.webp') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
   
}
.advantage{
    background: #fff;
    padding: 0;
}
.about .content{
    /*margin-top: 64px;*/
    flex: 1;
    text-align: left;
    padding: 10px 50px 20px;
    box-sizing: border-box;
    max-height: 450px;
    
}
.about .advantage_conent{
    max-height: none;
}
.about .advantage_text{
    height: auto;
    max-height: none;
}
.about .content{
    padding-right:0;
}
.advantage .content{
    padding-left: 0;
    padding-right:50px;
    max-height: none;
}
.offer2{
    background-color: #C90000 !important;
    color: #fff !important;
}
.aboutImg{
    /*width: 50%;*/
    width: 650px;
    height: 400px;
   
    overflow: hidden;
}
.aboutImg video{
    /*object-fit: cover;*/
    max-height: 500px;
    width: 100%;
    height: 100%;
}
.about_button{
    width: auto;
    /*background: #fff;*/
    justify-content: flex-start;
}
/*.about_button a{*/
/*     width: 130px;*/
/*     background-color: #C90000;*/
/*}*/
.offer{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;;
    position: relative;
    margin-left: 16px;
    width: 130px;
    height: 40px;
    text-align: center;
    color: #C90000;
    line-height: 40px;
    border: 1px solid #C90000 ;
    background-color: #fff;
    cursor: pointer;
}
.offer span{
    display: inline-block;
    margin-left: 10px;
}
.offer img{
    width: 26px;
    position:relative;
    top: 1px;
}
.offer .imgW{
    display: none;
}
.offer:hover{
    background-color:#C90000 ;
    color: #fff;
}
.offer:hover img{
    display: none;
}
.offer2:hover img{
    display: block;
}
.offer:hover .imgW{
    display: block;
}

.aboutImg img{
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
    /*object-fit: cover;*/
      /*min-height: 800px;*/
}
.about_content_wrap{
    box-sizing: border-box;
    padding:0 1%;
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}



.white {
    
    color: #fff;
    /*color: #22445;*/
}
.advantage .white {
    color: #353535;
    font-size: 35px;
}

.about_text {
    display: flex;
    flex-wrap: wrap;
    /*margin-top: 51px;*/
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    text-align: left;
    height: auto;
    max-height: 300px;
    overflow: hidden;
    font-size: 16px;
    min-height: 200px;
    
}
.advantage .about_text{
    color: #333;
    line-height: 2.3;
}
.about_button
{
     margin-left:0;
     display: flex;
     
}

.GreyBackground {
    background-color: #FBEDED;
    text-align: center;
    /*margin-top: 71px;*/
    padding: 30px 0 64px 0;
}

.news_content {
    display: flex;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.case_button,
.new_button
{
    display: flex;
    justify-content: center;
}
.new_button,
.new_button .offer
{
    /*margin-bottom: 60px;*/
    /*background: #f3f3f3;*/
}

.new_button .offer:hover{
    background: #C90000;
}
/* .news_con div {
    flex: 1;
    text-align: left;
} */

.news_content a {
    font-size: 16px;
    color: #555;
    display: block;
    line-height: 42px;
}

.flex a {
    width: 80%;
    text-align: left;
}

.flex div {
    width: 20%;
    font-size: 16px;
    color: #555;
    text-align: right;
}

.news_item {
    flex: 0 0 33.3333%;
    font-size: 17px;
    color: #555;
    margin-top: 29px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    text-align: center;
}

.blogroll_title,
.City_title {
    margin-top: 41px;
    padding: 14px 0;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
}

.blogroll_content,
.City_content {
    display: flex;
    align-items: center;
    margin-top: 13px;
    flex-wrap: wrap;
}

.blogroll_item {
    flex: 0 0 10%;
    line-height: 40px;
    font-size: 16px;
}

#blogroll .blogroll_item {
    width: 10%;
}

.foot {
    background-color: #292d32;
    color: #fff;
    padding: 63px 0 49px 0;
    box-sizing: border-box;
}

.foot_content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 1400px;
    /*min-width: 90%;*/
    /*max-height: 90%;*/
}

.foot_leftBox {
    font-size: 15px;
    color: #DCDCDC;
    max-width: 30%;
}

.foot_leftBox h2 {
    margin-bottom: 27px;
}
.foot_leftBox .address span{
    width: 100px;
}

.foot_leftBox div {
  
    margin-top: 12px;
    word-break: break-all
}

.foot_rightBox {
    text-align: center;
    margin-top: 55px;
}

.foot_rightBox div {
    margin-top: 0;
}

#icp a,
#file a,
#other a {
    color: #dcdcdc;
}

.technology {
    text-align: center;
    margin-top: 85px;
}

.technology a {
    color: #dcdcdc;
}

.phone_technology {
    display: none;
}

.foot_img {
    margin-right: 8px;
}

.BackToTop {
    position: fixed;
    right: 2%;
    bottom: 3%;
}

/* 关于我们 */
.abouts,
.New,
.businessPage,
.casePage,
.contactUS {
    width: 1400px;
    /*min-width: 90%;*/
    /*max-width: 90%;*/
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

    margin-bottom: 10px !important;
}
.contactUS{
     margin-bottom: 200px !important;
}
.abouts,.businessPage{
    margin-bottom: 10px !important;
}

.abouts_leftBox,
.business_leftBox,
.case_leftBox,
.New_leftBox,
.contact_leftBox {
    width: 17%;
}

.abouts_leftBox h3,
.business_leftBox h3,
.case_leftBox h3,
.New_leftBox h3,
.contact_leftBox h3 {
 background-color: #C90000;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
    padding: 8px;
    height: auto;
    line-height: 1.2;
    min-height: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center
    ;
}

.abouts_leftBox div,
.business_leftBox div,
.case_leftBox div,
.New_leftBox div,
.contact_leftBox div {
    height: 50px;
    background-color: #C90000;
    border: 1px solid #C90000;
    color: #fff;
    line-height: 50px;
    text-align: center;
}
.business_leftBox div {
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    color: #333;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    line-height: 1;
    /*padding: 13px;*/
    /*line-height: 1.2;*/
}
.businessdetail_leftBox div{
    padding: 13px;
    line-height: 1.2;
    background: #C90000;
    color: #fff;
    border: 1px solid #C90000;
}
.business_leftBox div a{
    width: 100%;
    display: block;
    padding: 13px ;
    line-height: 1.2;
}
.classBtn:hover  a{
    background: #C90000 !important;
    border: 1px solid #C90000 !important;
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}
.abouts_rightBox,
.business_rightBox,
.case_rightBox,
.New_rightBox,
.contact_rightBox {
    width: 79%;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
}


.abouts_rightBox h2,
.business_rightBox h2,
.case_rightBox h2,
.New_rightBox h2,
.contact_rightBox h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 17px;
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.aboutsText,
.contactText,
.NewText,
.businessText,
.caseText{
    display: none;
}

.abouts_rightBox p,
.business_rightBox p,
.case_rightBox p,
.New_rightBox p,
.contact_rightBox p {
    /*font-size: 15px;*/
    font-weight: 400;
    color: #555;
}

/* 业务范围 */
.businessList,
.caseContent {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.businessList a,
.caseContent a {
    width: 24%;
    display: block;
    margin-top: 20px;
    margin-left: 1%;
}

.businessList_item,
.caseContent_item {
    text-align: center;
}

.businessList_item img,
.caseContent_item img {
    width: 220px;
    height: 170px;
    /*object-fit: cover;*/
}

.businessList_item div,
.caseContent_item div {
    margin-top:18px;
    font-size: 16px;
    color: #555;
}

.caseContent img {
    width: 220px;
    height: 170px
}

.paging {
    margin-top: 55px;
}

.paging table {
    margin: 0 auto;
}

.paging button {
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 14px;
    color: #333;
}

.paging button:hover {
    background-color: #C90000;
    color: #fff;
    border: 1px solid #C90000;
}

.paging input {
    background-color: #fff;
    border: none;
    color: #333;
}

.page-font td {
    padding: 0 5px;
}

/* 业务详情 */
.switch {
    margin-top: 79px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.switch div {
    width: 49%;
    font-size: 15px;
    color: #333;
}

/* 新闻动态 */
.abouts_leftBox .new,
.business_leftBox .new,
.case_leftBox .new,
.New_leftBox .new,
.contact_leftBox .new {
    border: 1px solid #c0c0c0;
    background-color: #fff;
    color: #333;
}

.new_list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 14px;
}

.new_list_left {
    font-size: 16px;
    color: #555;
    line-height: 42px;
}

.new_list_right {
    font-size: 15px;
    color: #AEADAD;
    line-height: 42px
}

/* 切换篇幅 */
.getUp span {
    cursor: pointer;
}

.getNext {
    text-align: right;
}

.getNext span {
    cursor: pointer;
}

.indent_one {
    text-indent: 2em;
}


ul li {
    list-style: none;
    float: left;
}
.about_text :first-child{
        /*display: contents;*/
}
/*右侧弹窗*/
.popBoxMin{
    display: none;
    width: 17px;
    padding: 10px 10px;
    text-align: center;
    position: fixed;
    right: 0;
    top: 60%;
    font-size: 20px;
    color: #fff;
    background-color: #C90000;
    z-index: 999;
    font-weight: bold;
    border-radius: 7px 0 0 7px;
    cursor: pointer;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}
.popBoxMin img{
    width: 22px;
}
.popBox{
    display: none;
    position: fixed;
    bottom: 40px;
    right: 0;
    width: 480px;
    height: 250px;
    z-index: 999;
    border-radius: 6px;
    box-shadow: 0 0 10px 1px #FF6A6A;
    background: #fff;
    overflow: hidden;
}
.popTitle{
     padding: 8px 16px;
     background: #C90000;
     color: #fff;
     display:flex;
     padding-right: 8px;
}
.popTitleInfo{
    flex:1;
    margin-right: 25px;
}
.popClose img{
    width: 22px;
    cursor:pointer ;
}
.popCont{
    padding: 20px 16px;
}
.popUs input{
    width: 95%;
    padding: 5px;
    height: 30px;
    background-color: #F5F7FB;
    color: #666;
    border: none;
    font-size: 14px;
    font-family: 'Microsoft YaHei', 'Arial', sans-serif;
 
}
.popCont textarea{
    width: 95%;
    background: #F3F4F7; 
    padding: 5px;
    margin-top: 16px;
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft YaHei', 'Arial', sans-serif;
}
.popBtnBox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.popBtn{
    color: #fff;
    display: block;
    text-align: center;
    padding: 8px;
    background-color: #C90000;
    width: 100px;
    box-sizing: border-box;
    margin: 0 auto;
    cursor: pointer;
} 
.popBtn a{
    color: #fff;
}
#popCall{
    display: none;
}
@media (min-width:768px) and (max-width:1400px) {
    
    .newRedBg{
        height: 350px;
    }
    .about_text  {
         margin-top: 0;
         max-height: 250px;
       
    }
    .about .content{
           padding-left: 20px;
    }
    .advantage .white,
    .about_titleBoxInit h2,
    .about_titleBoxInit h2,
    .case_title{
         font-size: 28px !important;
    }
    .sonBusiness .business{
        height: 750px;
    }

    .business{
        height: 550px;
    }
    .title{
        font-size: 16px;
    }
    .business_bg{
        display: none;
    }
    #businessID img {
        min-height: 140px;
    }
    .busClass .busClassItem:nth-child(n+5){
        display: none;
    }
    .business_redbg{
        width: 28% !important;
        padding-right: 5% !important;
    }
    .business_redbg h2{
        font-size: 28px !important;
    }
    .busClassItem{
        padding: 0;
    }
    .about_titleBox{
        width: 90% !important;
        margin:  0 auto;
    }
    .content,
    .about_content_wrap
    {
       width: 90%; 
    }
    .about .aboutImg{
        width: 50%;
        height: auto;
        max-height: 450px;
    }
    .about .advantageImg{
        height: 400px;
    }
    .business_content a{
        /*width: 30%;*/
    }
    .case_item .case_item_title {
        width: 100%;
    }
    .business_item div, .case_item div {
    margin: 20px 0px;
    font-size: 16px;
    color: #555;
    }
    .business_item div{
         margin: 5px 0px;
    }
    .abouts, .New, .businessPage, .casePage, .contactUS {
        width: 90%;
    }
   
}
@media (min-width:768px) and (max-width:1200px) {
        .newRedBg {
        height: 300px!important;
    }
        .sonBusiness .business {
        height: 550px;
    }
}
@media screen and (max-width:768px) {
    .popCont {
        padding: 5px 16px;
    }
    .popCont textarea {
        margin-top:5px;
    }
    .popBox{
       bottom: -5px;
       width: 100%;
       height: 220px;
       left: 0;
       right: 0;
       top: inherit;
    }
    .popBoxMin{
        top: 50%;
    }
    #popCall{
    display: block;
    }
     .sonNews .news::after{
        content: '';
        display: block !important;
        width: 35px;
        border: 1px solid #C90000;
        margin: 10px auto;
     }
    .sonBusiness .business_content{
        width: 90% !important;
        position: relative !important;
        top: -19px;
        left: 5%;
    
    }
    .pinkBg {
        margin-bottom: -10px;
    }
    .case_item .case_item_title {
        width: 100%;
    }
    .about{
        margin-top: 140px;
        padding-bottom: 0;
        max-height: 820px;
    }
    .advantage{
        margin-top: 77px;
        max-height: none;
    }
    .sonAdvantage .advantage {
         margin-top: 77px !important;
         padding: 0 !important;
     }
    .about_content_wrap{
        margin-top: 0 !important;
        position:relative ;
        top: -110px;
    }
    .advantage_content_wrap{
        position: static;
    }
    .business_button a,
    .about_button a,
    .offer {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        box-sizing:border-box;
    }
    .business_redbg h2,
    .advantage .white,
    .about_titleBoxInit h2,
    .case_title,
    .news{
        font-size: 22px !important;
    }
    .newRight{
        display: none;
    }
    .business_redbg .title {
        max-height: 108px !important;
    }
    .business_bg{
        display: none;
    }
    .business{
        height: auto;
    }
    .business_redbg{
        width: 100% !important;
        padding-right: 5%;
        padding-bottom: 20%;
        position: static !important;
    }
    .business_content{
        width: 100% !important;
        position: static!important;
        margin-top: 0!important;
    }
    .business_content a{
        width: 48% !important;
        margin-top: 0!important;
        padding-top: 0!important;

    }
    .business_button{
        margin: 12px 0 !important;
        display: flex !important;
        align-items: center; 
        justify-content: flex-start;

    }
    .business_button .offer{
        margin-left: 16px !important;
        margin-top: 0!important;
    }
    .mobileLanguage{
            display: flex;
        }
    .title{
        width: 90%;
        font-size: 16px;
    }
    .about_titleBox{
        width: 90% !important;
        margin:  0 auto;
    }

    .about .aboutImg{
        width: 100%;
        height: auto;
        max-height: 300px;
        min-height: 200px;
      }
    .aboutImg img {
        object-fit:contain;
    }

    .content,
    .about_content_wrap
    {
       width: 90%; 
    }
    .service_mobile{
        display: block;
    }
    .service_web{
         display: none;
    }
   .advantage_content_wrap{
         flex-direction:  column-reverse;
         margin-top: 30px!important;
    }
    .busClass{
        width: 100%;
        position: static;
        line-height: 30px;
    }
.busClassPhone{
    display: block;
}

.busClassItem{
    min-width: 50px;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px;
}

    .City_info {
        display: none;
    }

    .pc_technology {
        display: none;
    }

    .phone_technology {
        display: block;
    }

    .technology {
        margin: 0 auto;
        margin-top: 40px;
    }

    .aboutCon img {
        width: 100%;
    }

    .getUp span,
    .getNext span {
        display: inline-block;
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 14px;
    }

    .crumbs {
        margin-left: 0;
        display: none;
    }

    .content {
        min-width: 90%;
        max-width: 90%;
    }

    .logo img {
        width: 140px;
        height: 55px;
    }

    .footer_phone {
        width: 100%;
        height: 60px;
        box-sizing: border-box;
        position: fixed;
        left: 0;
        bottom: 0px;
        display: block;
        display: flex;
        justify-content: space-around;
        background-color: #C90000;
        text-align: center;
        padding: 5px 0;
        color: #fff;
    }

    .footer_phone a {
        color: #fff;
    }

    .footer_phone img {
        width: 25px;
        height: 25px;
    }

    /* 底部表单 */
    .message {
        width: 100%;
        margin-top: 20px;
    }

    .input_button {
        margin: 20px auto;
    }

    /* 右侧悬浮窗 */
    .service div{
        /*display: none;*/
    }
    .service{
       /*top:60%;*/
       /*display: none;*/
    }

    .phone {
        display: none;
    }


    nav {
        display: none;
    }

    #fold-bottom {
        width: 100%;
        border-top: 1px solid #ccc;
        padding: 0;
        margin-bottom: 10px;
        box-sizing: border-box;
        display: none;
    }

    #fold-bottom a {
        width: 100%;
        display: block;
        font-size: 16px;
        color: #777;
        padding: 25px 4%;
    }

    #fold-bottom a:hover {
        border-bottom: 3px #C90000 solid;
    }

    .fold {
                position: relative;
        top: 4px;
        display: block;
    }

    .fold img {
        width: 24%;
    }

    .iphone {
        display: block;
        height: 540px;
    }

    .swipers .pagess {
        position: absolute;
        left: 50%;
        bottom: 2px;
        transform: translate(-50%, -50%);

    }

    .swipers a img {
        width: 100%;
        height: 540px;
    }

    .pc {
        display: none;
    }

    .business{
        margin-top: 50px!important;
    }
    .case{
        margin-top: 0;
    }

    .case_content {
        flex-wrap: wrap;
        margin-top: 30px!important;
    }

    .business_content a,
    .case_content a {
        width: 48%;
        margin-top: 10px;
    }

    .business_item div,
    .case_item div {
        margin: 8px 0;
    }

    .GreyBackground {
        /*margin-top: 50px;*/
        padding: 28px 0 29px 0;
    }

    .news_content {
        margin-top: 30px;
    }


    .business_button,
    .about_button {
        display: flex-wrap;
        /*margin-top: 20px;*/
    }

    .about {
        /*padding-top: 39px;*/
    }

    .about_text {
        height: auto;
        min-height: auto;
        max-height: 400px;
        margin-top: 30px;
        font-size: 16px;
        display: block;
    }

    .about_text p:first-of-type {
        display: inline;
    }

    .aboutImg{
        width:100%;
    }
    .about .about_content {
        width:100%;
        max-width: none;
        /*min-width:90%;*/
        /*max-width: 100%;*/
        padding: 0;
        padding-bottom: 20px;
      
    }
    .about .content{
          max-height: none !important;
    }
    .about_button{
        justify-content: center;
        margin-top: 20px;
    }

    .news_item {
        width: 100%;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 10px;
    }

    .blogroll_title,
    .City_title {
        display: none;
    }

    .blogroll_content,
    .City_content {
        display: none;
    }

    .foot {
        text-align: center;
        min-height: 1000px !important;
    }

    .foot_content {
        flex-wrap: wrap;
    }

    .foot_leftBox {
        width: 100%;
        text-align: left;
        max-width: 100%;
    }

    .foot_rightBox {
        width: 100%;
        margin-top: 20px;
    }

    .BackToTop {
        display: none;
    }

    /* 关于我们 */
    .abouts_leftBox,
    .business_leftBox,
    .case_leftBox,
    .New_leftBox,
    .contact_leftBox {
        display: none;
    }

    .abouts_rightBox,
    .business_rightBox,
    .case_rightBox,
    .New_rightBox,
    .contact_rightBox {
        width: 100%;
        margin-top: 34px;
    }


    .abouts_rightBox h2,
    .aboutsText,
    .contactText,
    .NewText,
    .businessText,
    .caseText,
    .business_rightBox h2,
    .case_rightBox h2,
    .New_rightBox h2,
    .contact_rightBox h2 {
        display: block;
        font-size: 24px;
        border: none;
        line-height: 1.2;
        
    }
    
    .abouts_rightBox h2,
    .business_rightBox h2,
    .case_rightBox h2,
    .New_rightBox h2,
    .contact_rightBox h2 {
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .aboutsText,
    .contactText,
    .businessText,
    .NewText,
    .caseText {
        margin-top: 10px;
        font-size: 17px;
        color: #7E7E7E;
    }

    .abouts_rightBox p,
    .business_rightBox p,
    .case_rightBox p,
    .New_rightBox p,
    .contact_rightBox p {
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: left;
    }

    .abouts_rightBox p img,
    .business_rightBox p img,
    .case_rightBox p img,
    .New_rightBox p img,
    .contact_rightBox p img {
        /* text-align: center; */
        width: 100% !important;
    }

    .abouts,
    .New,
    .businessPage,
    .casePage,
    .contactUS {
        width: 90%;
        margin: 0 auto;
        min-width: 0;
        text-align: center;
    }

    /* 业务范围 */

    .businessList_item,
    .caseContent_item {
        width: 98%
    }

    .businessList_item div,
    .caseContent_item div {
        width: 100%;
    }

    .businessList_item img,
    .caseContent_item img {
        width: 100%;
    }

    .businessList a,
    .caseContent a {
        width: 50%;
        display: flex;
        justify-content: space-between;
        margin: 20px 0;
    }

    .caseContent img {
        width: 100%;
        height: 170px
    }

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

    .page-font td {
        padding: 0;
        font-size: 14px;
    }

    /* 新闻动态 */
    .new_list {
        width: 98%;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .new_list_left {
        width: 100%;
    }

    .new_list_right {
        display: none;
    }

    .abouts,
    .New,
    .businessPage,
    .casePage {
        flex-wrap: wrap;
    }

    .newAside {
        width: 100%;
        display: block;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .newAside h3 {
        display: none;
    }

    .newAside div {
        width: 33%;
        padding: 0;
        border: 1px solid #C90000;
    }

    .news_content div {
        width: 46%;
        flex: auto;
        text-align: right;
    }
    .disNew{
        min-height: auto;
    }


    #businessID img {
        width: 100%;
        min-height: 120px
    }

    .business_item,
    .case_item {
        width: 100%;
    }

    #caseID img {
        width: 100%;
        min-height: 120px
    }

    #caseID a {
        width: 48%
    }

    #caseID {
        display: flex;
        justify-content: space-between;
    }

    .business_item img,
    .case_item img {
        width: 100%;
        /*height: 180px*/
    }

    .news_content .flex {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
    }

    .news_content a {
        max-width: 220px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .sonBusiness .business-title {
        /*text-align: center !important;*/
        margin-left: 0 !important;
     }
    .sonBusiness .title {
        width: 80%;
        /*text-align: center !important;*/
        margin: 0  auto!important;
        margin-top: 10px !important;
     }
     .sonBusiness .business{
         margin-top: 50px;
     }
     .sonAdvantage .advantage_content{
         max-height: none;
     }
 
     .sonNews .newTiele {
                  margin: 0  auto!important;
        margin-top: 10px !important;
      }
      .sonNews .GreyBackground{
          margin-top: 60px;
          padding-top: 1px !important;
      }
     .sonNews .content {
         display: block !important;
     }
     .sonNews h2, .sonNews .title {
        text-align: center !important;
    }
    .sonNews .news_content {
      width: 100%!important;
    }
     .sonNews .new_button {
             position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .sonNews .GreyBackground {
        padding-bottom: 100px;
    }
    .sonNews{
        position: relative;
    }
    .sonNews .disNew {
        margin-top: 20px;
    }

}

/*立即报价*/
#myformWrap{
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 999;
    display: none;
}
#myformWrap .myform{
    box-sizing: border-box;
    padding: 20px;
    padding-top: 35px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 80px 13px rgba(141, 153, 204, .1);
    border: 1px solid #ecf1f6;
    height: 400px;
    width: 340px;
    background: #fff;
    /*position: fixed;*/
    /*top: -1000px;*/
    /*left: calc(50% - 170px);*/
    z-index: 1000;
    border: 1px solid #dadada;
    transition: all .2s;
}
#myformWrap .close{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #333;
    border: 1px solid #fff;
    cursor: pointer;

}
#myformWrap textarea {
    color: #606266;
    width: 100%;
    resize: none;
    outline: none;
    border-radius: 5px;
    padding-left: 10px;
     background-color: #F5F7FB; 
    padding-top: 5px;
    font-size: 12px;
}
#myformWrap .input_row{
    margin-bottom: 10px;
}
#myformWrap .input_button {
    width: 220px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 24px;
    font-size: 14px;
    cursor: pointer;
    background-color: #C90000;
    color: #fff;
    margin: 40px auto;
    border: none;
}
#myformWrap .input_row input{
    width: 100%;
    height: 40px;
    color: #606266;
    background-color: #F5F7FB; 
    
}
    
/*业务分类*/
#businessClass{
    width: 16.6%;
    position: absolute;
    top: 55px;
    background: #C90000;
    z-index: 99;
    left: 33.38%;
    background: #000;
    /*padding: 8px 0;*/
    box-sizing: border-box;
      display: none;
    max-height: 500px;
    overflow: auto;
    overflow-x: none;
}
#businessClass .businessClassItem{
    /*height: 50px;*/
    /*line-height: 50px;*/
    color: #fff;
    width: 100%;
    /*margin-bottom: 5px;*/
    text-align: center;
    box-sizing: border-box;
  
    
}
#businessClass .businessClassItem a{
    /*height: 50px;*/
    /*line-height: 50px;*/
    line-height: 1;
    height: auto;
    box-sizing: border-box;
    padding: 18px 5px;
}

#businessClass::-webkit-scrollbar {
  width: 6px; /* 滚动条宽度 */
}
 
/* 自定义滚动条轨道 */
#businessClass::-webkit-scrollbar-track {
  background: rgba(255,255,255,.3); /* 轨道颜色 */
  
}
 
/* 自定义滚动条的滑块（thumb） */
#businessClass::-webkit-scrollbar-thumb {
  background: #888; /* 滑块颜色 */
  border-radius: 8px;
}
 
/* 当hover或active状态时，自定义滑块的颜色 */
#businessClass::-webkit-scrollbar-thumb:hover {
  background: #C90000;
}
/*子页面的产品模块*/
.sonBusiness{
    /*background: #f6f6f6;*/
    /*padding: 30px 0;*/
}
.sonBusiness #businessID img{
    min-height: auto !important;
}
.sonBusiness .business.-title{
    text-align: center;
    /*margin-left: 2%;*/
}
.sonBusiness .title{
    text-align: center;
     /*margin-left: 2%;*/
}
.sonBusiness .business_content a{
    margin-bottom: 8px;
    /*box-shadow: 0px 0px 4px 2px #efefef;*/
    transition: all .3s;
}

.sonBusiness .business_content a:hover{

    box-shadow: 2px 2px 8px 2px #dedede;
}
.sonBusiness .business_content img:hover{ 
    width: 100%;
}
.sonBusiness .business_content :nth-child(n +9){
    display: block;
}
.sonBusiness .business_content :nth-child(n + 13){
    display: none;
}
/*子页面新闻模块*/
.sonNews{
    margin-top: 70px;
   
}
.sonNews .GreyBackground{
     padding-top: 90px;
}
.sonNews .disNew{
    display: block;
    width:100%
}
.sonNews .flex{
    /*display: block;*/
    width:100%
}
.sonNews .newTiele {
      margin-left:  0;
      margin-top: 13px;
  }
 .sonNews .newTitleBox{
     flex: 1;
      margin-left: 2%;
  }
  .sonNews .news::after{
      display: none;
  }
.sonNews .content{
    position: static;
    display: flex;
    justify-content: space-between;
}
.sonNews .news_content{
    width: 60%;
    margin-top: 0;
}
.sonNews  h2,
.sonNews .title
{
    text-align: left ;
}
.sonNews .news_content a:hover
{
   color: #C90000;
}
.sonAdvantage .advantage {
         margin-top: 100px;
         padding: 0 !important;
     }
.scaleImg{
    overflow: hidden;
    max-width: 280px;
    margin: 0 auto;
}  
/*.scaleImg img{*/
/*    transition: all .2s;*/
/*}*/
/*.scaleImg:hover img{*/
/*    transform: scale(1.2);*/
/*}*/
.businessList_item .scaleImg,
.caseContent_item .scaleImg{
    max-width:220px;
}
.classBtnPhone{
    height: auto;
    width: auto;
    border-radius: none;
    line-height: 1;
    border: none;
    padding: 0;
}
.classBtnPhone a{
    padding: 13px;
    /*min-height: 50px;*/
    /*line-height:1;*/
    border-radius: 30px;
    border: 1px solid #C90000;
    color: #C90000;
    width: auto;
    height: auto;
    
}
.about_titleBoxInit{
    width: 100%;
    margin-bottom: 10px;
}
.about_titleBoxInit .title{
    width: 100%;
    color: #CCCCCC;
}
.about_titleBoxInit h2{
    width: 100%;
    font-size: 35px;
}
.sonNews .new_button{
    justify-content: flex-start;
} 
.blogroll_item a:hover{
    color: #C90000;
}
.menu_btn{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:80px;
    padding: 10px 8px;
    box-sizing: border-box;
    color: #fff;
    background: #C90000;
    border-radius: 4px;
}
.menu_btn img{ 
  
    height: 27px !important;
    width: 23px;
}
.menu_text{
    font-size: 18px;
    
}
.business_redbg{
    width: 32%;
    background: #C90000;
    box-sizing: border-box;
    padding: 8% 5%;
    padding-right: 8%;
    position: absolute;
    top: 0;
    left: 0;
}
.business_redbg  h2,
.business_redbg  .title{
    color: #fff;
    text-align: left;
    width: 100%;
}
.business_redbg  h2{
    font-size: 35px;
}
.business_button{
    display: block;
}
.business_button a{
    background: #fff;
    color: #C90000;
}
.business_button .offer{
    margin-left: 0;
    margin-top: 5px;
}
.business_content{
    width: 75%;
    box-sizing: border-box;
    background:#fff;
    position: absolute;
    right: 0;
    top:9%;
}
.business_content a{
    width: 25%;
    padding:3% 0 0;
    box-sizing: border-box;
    /*border:2px solid #f8f8f8;*/
    margin-left: 0;
}
.business_bg{
    font-size: 120px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #E9E9E9;
    position: absolute;
    bottom: 0;
}

.business_content a:hover{
    background:radial-gradient(#b32020,transparent);
    color: #fff;
}
.news{
    font-size: 35px;
    margin-top: 77px;
    text-align: center;
}
.news::after,
.about_titleBox .white::after,
.case_title::after
{
    content: '';
    display: block;
    width: 35px;
    border: 1px solid #C90000;
    margin: 10px auto;
}
.newTiele{
    text-align: center;
}
.pinkBg{
    margin-top: 40px;
    position: relative;
    bottom: -5px;
    width: 100%;
}
.pinkBg img{
    width: 100%;
}
.flex a:hover{
    color: #C90000;
}
.flex a:hover ~div{
    color: #C90000;
}
.business_redbg .title{
    max-height: 200px;
    overflow: hidden;
}
.case_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper .prev,.swiper .prev:hover,.swipers .prevs,.swiper .prevs:hover{
    background: url(/upload/admin/banner_arrow.png) no-repeat left top;
    position: absolute;
    left: 10px !important;
    top: 55%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
    background-position: 0px 0px !important;
}
.next,.swipers .next:hover,.nexts,.swiper .nexts:hover{
    background: url(/upload/admin/banner_arrow.png) no-repeat left bottom;
    position: absolute;
    right: 10px !important;
    top: 55%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
    outline: none;
    background-position: 0px -70px !important;
}

