.mobanbus_about {
    width: 1200px;
    margin: 0 auto
}

.mobanbus_list {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
}

.mobanbus_indexbox {
    width: 90%;
    margin: 0 auto
}

/* bannar */
.bannar_swiper-container {
    width: 100%!important;
    height: 600px!important;
    position: relative;
}
.swiper-slide {
    background-position: center!important;
    background-size: cover!important;
    cursor: pointer;
}
.bannar_swiper-button-next{
    right: 35px!important;
}
.bannar_swiper-button-prev{
    left: 35px!important;
}

/* 品牌友情链接 */
.link_swiper{
    width: 1130px;
    height: 80px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 80px;
}
.link_swiper .swiper-wrapper{

}
.link_swiper .swiper-wrapper li{
    text-align: center;
    height: 80px;
    width: 213px;
    /* margin: 0 15px; */
    background: #fff;
    display: flex;
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.link_swiper .swiper-wrapper li img{
    height: 80px;
    width: 213px;
}
.link_pagination{
    bottom: 36px!important;
}
.swiper-pagination-bullet{
    background:#ffffff!important;
    opacity: .99!important
}
.swiper-pagination-bullet-active{
    background: #F56B6B!important;
}

/* ok */
.bus_indexbanner {
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 40px rgba(128,128,128,0.25);
    position: relative;
    margin-top: -40px;
    z-index: 1;
}
.bus_indexbanner ul li {
    width: 31.33333%;
    padding: 1%;
    border-left: 1px solid rgba(146,146,146,0.22);
    margin-left: -1px;
    float: left
}
.bus_indexbanner .service_inner{
    display: block;
    display: flex;
    justify-content: space-evenly;
}
.bus_indexbanner .service_inner .service_img {
    width: 110px;
    height: auto;
}
.bus_indexbanner .service_inner .service_img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.bus_indexbanner .service_inner .service_info {
    /* width: calc(88% - 106px); */
    height: 110px;
    /* margin-left: 4%; */
    margin-top: 0px;
    transition: all 0.6s ease 0s;
}
.bus_indexbanner li:hover .service_info {
    margin-left: 2%;
}
.bus_indexbanner p.titles {
    padding-top: 10px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #404040;
    text-align: left;
    font-weight: 600;
}
.bus_indexbanner p.description {
    overflow: hidden;
    color: #b1b1b1;
    font-size: 14px;
    transition: all 0.6s ease 0s;
    line-height: 20px;
    height: 40px;
}
.bus_indexbanner li:hover p.description {
    color: #888;
}
a.bus_more {
    display: block;
    text-align: center;
    margin: 40px 40%;
    font-size: 13px;
    border: #b9b9b9 1px solid;
    color: #b9b9b9;
    width: 20%;
    height: 50px;
    line-height: 50px;
    transition: all 0.5s cubic-bezier(0.215,0.61,0.355,1) 0s;
}
a.bus_more:hover {
    border: #333 1px solid;
    color: #333
}
.bus_floor {
    width: 100%;
    position: relative;
}

.bus_holderbg {
    width: 100%;
}

.bus_holderbgbox {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0
}

.bus_headbox {
    width: 100%;
}

.bus_headbox .header {
    width: 300px;
    float: left
}

.bus_headbox .header p.titles {
    width: 300px;
    font-size: 26px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #444;
}

.bus_headbox .header p.subtitle {
    width: 300px;
    color: #8F8F8F;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    height: 28px;
}

.bus_headbox .bus_category {
    height: 50px;
    line-height: 50px;
    float: right
}

.bus_headbox .bus_category a {
    color: #8e8e8e;
    padding: 10px 20px;
    margin-right: 10px;
    border: #b9b9b9 1px solid;
}

.bus_headbox .bus_category a:hover {
    color: #333;
    border: #333 1px solid;
}

.bus_headbox .header2 {
    width: 100%;
    text-align: center;
}

.bus_headbox .header2 p.titles {
    font-size: 26px;
    line-height: 39px;
    color: #ffffff;
}

.bus_headbox .header2 p.subtitle {
    font-size: 18px;
    color: #d3d3d3;
    line-height: 32px;
}

.bus_cp {
    width: 100%;
    margin-top: 30px;
}
.bus_cp ul{
    margin: 0 -0.5%;
}

.bus_cp .projectitem {
    width: 24%;
    height: auto;
    margin: 0 0.5%;
    margin-bottom: 20px;
    float: left;
    transition: all 0.5s;
    position: relative;
}

.bus_cp .projectitem:hover {
    box-shadow: 0 6px 40px rgba(128,128,128,0.25);
}

.bus_cp .projectitem .project_img {
    width: 100%;
    /* height: 280px; */
    overflow: hidden;
}

.bus_cp .projectitem .project_img img {
    width: 100%;
    height: auto;
    transition: all 0.6s cubic-bezier(0.215,0.61,0.355,1) 0s;
}

.bus_cp .projectitem:hover .project_img img {
    transform: scale(1.06);
    -moz-transform: scale(1.06,1.06);
    -webkit-transform: scale(1.06,1.06);
    -o-transform: scale(1.06,1.06);
}

.bus_cp .projectitem .project_info {
    position: inherit;
    height: 55px;
}

.bus_cp .projectitem .project_info div {
    position: inherit;
    padding: 10px 0;
    margin: 0px;
}

.bus_cp .projectitem p.subtitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0px;
    color: #999;
    text-align: left;
    padding: 0;
    transition: all 0.6s cubic-bezier(0.215,0.61,0.355,1) 0s;
}

.bus_cp .projectitem:hover .project_info p.subtitle {
    margin-left: 16px;
}

.bus_cp .projectitem .project_info p.titles {
    margin-top: 0px;
    font-size: 18px;
    transition: all 0.6s cubic-bezier(0.215,0.61,0.355,1) 0s;
    color: #666;
    padding: 0;
    line-height: 28px;
}

.bus_cp .projectitem:hover .project_info p.titles {
    margin-left: 16px;
}

.bus_cp .projectitem a .project_info:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,.2);
    opacity: 0;
    background: url(arrowicon.png) no-repeat -40px -146px;
    transition: all 0.6s cubic-bezier(0.215,0.61,0.355,1) 0s;
}

.bus_cp .projectitem:hover a .project_info:after {
    opacity: 1;
    right: 20px;
}

.bus_contact {
    width: 100%;
    height: 140px;
    position: relative;
    margin: 80px 0;
    display: flex;
    justify-content: space-between;
}
.bus_contact .bus_contact-title{
    
    text-align: center;
    font-weight: 200;
    width: 27%;
    display: flex;
    flex-direction: column;
    
}
.bus_contact .bus_contact-title .bus_contact-title-inner {
    font-size: 28px;
    color: #3F3F3F;
    margin-bottom: 10px;
}
.bus_contact .bus_contact-title i {
    width: 28px;
    height: 28px;
    margin: 0 5px;
    display: inline-block;
    background: url(sosoicon.png) no-repeat
}

.bus_contact .bus_contact-title i.busweibo {
    background-position: -109px 0
}

.bus_contact .bus_contact-title i.busqq {
    background-position: -145px 0
}
.bus_contact .bus_contact-info{
    display: flex;
    justify-content: space-around;
    width: 72%;
}
.bus_contact .bus_contact-info p{
    line-height: 35px;
    font-size: 16px;
    padding:0 15px;
    border-left: 3px solid #eee;
    height: 70px;
}
/* .bus_contact .bus_contact-info p:first-of-type{
    border: none;
} */
.bus_contact .bus_contact-info p span{
    display: block;
    font-size: 18px;
}



.bus_xm {
    width: 1100px;
    margin: 0 auto;
}

.bus_xm ul li {
    width: 30.333%;
    height: 470px;
    float: left;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 6px 40px rgba(128,128,128,0.25);
    margin: 50px 1.5% 50px 1.5%;
}
.bus_xm ul li .bus_xmbox{
    position: relative;
}
.bus_xm ul li .bus_xmbox .bus_xmpic {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.bus_xm ul li .bus_xmbox img {
    width: 100%;
    height: auto;
    transition: all 0.6s cubic-bezier(0.215,0.61,0.355,1) 0s;
}
.bus_xm ul li .bus_xmbox .bus_xminfo_qr {
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 230px;
    background-color: #ffffff;
    display: flex;
    justify-content:space-around;
    align-items: center;
}
.bus_xm ul li .bus_xmbox:hover .bus_xminfo_qr{
    opacity: 98%;
}
.bus_xm ul li .bus_xmbox .bus_xminfo_qr .item_qr{
    width: 140px;
    display: flex;
    flex-direction: column;
}
.bus_xm ul li .bus_xmbox .bus_xminfo_qr .item_qr img{
    display: block;
    width: 140px;
    height: 140px;
}
.bus_xm ul li .bus_xmbox .bus_xminfo_qr .item_qr span{
    line-height: 28px;
    font-size: 14px;
    text-align: center;
}
.bus_xm ul li .bus_xmbox .bus_xminfo {
    width: 90%;
    height: 230px;
    margin: 15px 5%;
}

.bus_xm ul li .bus_xmbox .bus_xminfo h3 {
    font-size: 20px;
    text-align: center;
    color: #444;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bus_xm ul li .bus_xmbox .bus_xminfo span {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #8F8F8F;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bus_xm ul li .bus_xmbox .bus_xminfo p {
    height: 75px;
    overflow: hidden;
    /* text-indent: 2em; */
    font-size: 14px;
    color: #848484;
    line-height: 25px;

    font-size: 16px;
    text-align: center;
}
.bus_xm ul li .bus_xmbox .bus_xminfo a,
.bus_xm ul li .bus_xmbox .bus_xminfo .qr_more {
    display: inline-block;
    text-align: center;
    margin: 20px 25%;
    font-size: 13px;
    border: #b9b9b9 1px solid;
    color: #b9b9b9;
    width: 50%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.215,0.61,0.355,1) 0s;
}
.bus_xm ul li .bus_xmbox .bus_xminfo .qr_more:hover  {

}

.bus_xm ul li:hover .bus_xmbox .bus_xminfo a {
    border: #333 1px solid;
    background: #333;
    color: #fff
}

.bus_xm ul li:hover .bus_xmbox img {
    transform: scale(1.06);
    -moz-transform: scale(1.06,1.06);
    -webkit-transform: scale(1.06,1.06);
    -o-transform: scale(1.06,1.06);
}

.bus_about {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}

.bus_about p {
    color: #a4a4a4;
    max-width: 1199px;
    margin: 0 auto;
    line-height: 40px;
    text-align: left;
    text-indent: 2em;
    font-size:17px;
}

.bus_fz {
    width: 100%;
    margin: 50px 0
}

.bus_fz ul {
    width: 1000px;
    margin: 0 auto;
}

.bus_fz ul li {
    width: 100%;
    float: left
}

.bus_fz ul li.bus_fza .bus_fzbd {
    width: 499px;
    position: relative;
    border-left: 1px solid #ddd;
    margin-left: 500px;
    float: left;
}

.bus_fz ul li.bus_fza .bus_fzdata {
    font-size: 38px;
    position: absolute;
    left: -260px;
    text-align: right;
    display: block;
    width: 220px;
    line-height: 60px;
    height: 60px;
    color: #5a5a5a;
    padding: 10px 20px;
    transition: all 0.6s
}

.bus_fz ul li.bus_fza .bus_fzdata::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -6px;
    width: 8px;
    height: 8px;
    background: #c4c4c4;
    border-radius: 11px;
    border: 3px solid #fff;
}

.bus_fz ul li.bus_fza h3 {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #444;
    padding: 20px 0 0 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.6s
}

.bus_fz ul li.bus_fza p.bus_fzinfo {
    display: block;
    position: relative;
    font-size: 20px;
    color: #6e6e6e;
    line-height: 36px;
    /* height: 50px; */
    padding: 10px 0 0 40px;
    margin-bottom: 50px;
    overflow: hidden;
    transition: all 0.6s
}

/* .bus_fz ul li.bus_fza .bus_fzbd:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,.2);
    opacity: 0;
    background: url(arrowicon.png) no-repeat -40px -146px;
    transition: all 0.6s cubic-bezier(0.215,0.61,0.355,1) 0s;
} */

.bus_fz ul li.bus_fza:hover .bus_fzbd:after {
    opacity: 1;
    right: 20px;
}

.bus_fz ul li.bus_fza:hover .bus_fzdata {
    padding: 10px 30px 10px 10px;
}

.bus_fz ul li.bus_fza:hover .bus_fzinfo,.bus_fz ul li.bus_fza:hover h3 {
    padding-left: 50px;
}

.bus_fz ul li.bus_fzb .bus_fzbd {
    width: 499px;
    position: relative;
    border-right: 1px solid #ddd;
    margin-right: 500px;
    float: left;
}

.bus_fz ul li.bus_fzb .bus_fzdata {
    font-size: 38px;
    position: absolute;
    right: -260px;
    text-align: left;
    display: block;
    width: 220px;
    line-height: 60px;
    height: 60px;
    color: #5a5a5a;
    padding: 10px 20px;
    transition: all 0.6s
}

.bus_fz ul li.bus_fzb .bus_fzdata::after {
    content: '';
    position: absolute;
    top: 0px;
    left: -6px;
    width: 8px;
    height: 8px;
    background: #c4c4c4;
    border-radius: 11px;
    border: 3px solid #fff;
}

.bus_fz ul li.bus_fzb h3 {
    text-align: right;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #444;
    padding: 20px 40px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.6s
}

.bus_fz ul li.bus_fzb p.bus_fzinfo {
    text-align: right;
    display: block;
    font-size: 20px;
    color: #6e6e6e;
    line-height: 36px;
    /* height: 50px; */
    padding: 10px 40px 0 0;
    margin-bottom: 50px;
    overflow: hidden;
    transition: all 0.6s
}

/* .bus_fz ul li.bus_fzb .bus_fzbd:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,.2);
    opacity: 0;
    background: url(arrowicon.png) no-repeat -40px -146px;
    transition: all 0.6s cubic-bezier(0.215,0.61,0.355,1) 0s;
} */

.bus_fz ul li.bus_fzb:hover .bus_fzbd:after {
    opacity: 1;
    left: 20px;
}

.bus_fz ul li.bus_fzb:hover .bus_fzdata {
    padding: 10px 10px 10px 30px;
}

.bus_fz ul li.bus_fzb:hover .bus_fzinfo,.bus_fz ul li.bus_fzb:hover h3 {
    padding-right: 50px;
}


.bus_dtnews {
    width: 100%;
    padding-top: 30px;
    /* padding: 30px 0; */
}

.bus_dtnews .bus_news {
    width: 23%;
    margin: 0px 1% 30px 1%;
    float: left;
    transition: all 0.6s
}
.bus_dtnews .bus_news:hover {
    box-shadow: 0 6px 40px rgba(128,128,128,0.25);
}

.bus_dtnews .bus_news a {
    display: block;
    position: relative;
    height: 105px;
    overflow: hidden;
}


.bus_dtnews .bus_news .bus_news_pic {
    padding-right: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 105px;
}

.bus_dtnews .bus_news .bus_news_pic img {
    width: 140px;
    height: 105px;
}
.bus_dtnews .bus_news .bus_news_info{
    margin-left: 155px;
    width: calc(85% - 150px);
    transition: all 0.5s;
    height: 105px;
    overflow: hidden;
}

.bus_dtnews .bus_news .bus_news_info .bus_news_tt {
    height: 40px;
    line-height: 20px;
    font-weight: 400;
    overflow: hidden;
    margin-bottom: 8px;
}
.bus_dtnews .bus_news .bus_news_info .bus_news_p{
    font-size: 12px;
    overflow: hidden;
    line-height: 18px;
}

.bus_dtnews .bus_news:hover .bus_news_info {
    padding-left: 20px;
}

.bus_dtnews .bus_news .bus_news_info:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,.2);
    opacity: 0;
    background: url(arrowicon.png) no-repeat -40px -146px;
    transition: all 0.6s cubic-bezier(0.215,0.61,0.355,1) 0s;
}

