.header{
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.logo{
    width: 100%;
}
.Img_nav{
    width: 0.45rem;
    height: 0.38rem;
    position: absolute;
    top: 10px;
    right: 0.25rem;
}
/* banner */
.swiper-container{
    width: 100%;
}
.swiper-container img{
    width: 100%;
}
  /*导航 */
.nav{
    padding: 0rem 0.2rem 0.3rem 0.2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.itemBlock{
    border-right: 1px solid #eee;
    box-sizing: border-box;
  /* width: 1.5rem;*/
    width: 33.33%;
    height: 1.44rem;
    text-align: center;
    font-size: 0.28rem;
}
.itemBlock:nth-child(3){
    border: none !important; 
}
.itemBlock:nth-child(4){
    border-top: 1px solid #eee; 
}
.itemBlock:nth-child(5){
    border-top: 1px solid #eee;  
}
.itemBlock:nth-child(6){
    border-top: 1px solid #eee; 
    border-right: none;
}
.itemBlock img{
    margin-top: 12px;
    height: 0.6rem;
}
.indexbo{
    width: auto;
    display: flex;
    width:38%
}
/* 产品 */
.cpBody{
    padding: 0.38rem 0.2rem 0rem 0.2rem;
}
.cpBodyBtnList {
    display: flex;
    justify-content: space-between;
}
.cpBodyBtnList div{
    width: 1.4rem;
    height: 0.6rem;
    border-radius:5px;
    background: #bbbbbb;
    color: #fff; 
    text-align: center;
    line-height:0.6rem;
    font-size: 0.32rem; 
}

.cpBodyBtnList-news{
    display: inline-block;
    width: 100%;
}

.cpBodyBtnList-news div{
    float: left;
    width: 49%;
    height: 0.6rem;
    border-radius:5px;
    background: #bbbbbb;
    color: #fff; 
    text-align: center;
    line-height:0.6rem;
    font-size: 0.28rem; 
    margin-top: 2%;
}
.cpBodyBtnList-news div:nth-of-type(even){
    float: right;
}
.BtnListActive{
    background: #0d41bb !important;
}
.cpBodyItem{
    width: 100%;
    overflow-y: scroll;
    display: flex;
    margin-top: 0.2rem;
}
.cpBodyItem::-webkit-scrollbar {display:none}
.cpBodyItem::-moz-scrollbar {display:none}
.cpBodyItem::-ms-scrollbar {display:none}
.ItemBlock{
    margin-right: 0.01rem;
   /* width: 2.38rem;
    height: 1.74rem;*/
    box-sizing: border-box;
    border: 2px solid #eee;
}
.ItemBlock img{
    width: 100%;
	height:100%;
}
/* 解决方案 */
.jjBody{
    padding: 0.2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jjItem{
    width: 50%;
    height: 3.1rem;
    border-radius: 5px;
    position: relative;
}
.jjItem img{
    width: 100%;
}
.jjItem_text{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    line-height: 3.45rem;
    color: #fff;
    font-size: 0.28rem;
    font-weight: bold;
}
/* 服务 */
.fuwuBdoy{
    overflow: hidden;
    background: #fff;
    padding: 0.2rem;
    position: relative;
    height: 160px;
}
/* 新闻 */
.newsBody{
    padding: 0.2rem;
}
.newsBody  dl{width:100%;background:#fff;margin:.426625rem 0;border-radius:.1333125rem}
.newsBody  dd{background:#e6f1fd;background-size:100%;border-radius:.1333125rem;box-shadow:0 .0266875rem .2133125rem #dfe4e8;position:relative}
.newsBody  dd a{font-size:.3733125rem;line-height:1.1998125rem;display:block;padding:0 .32rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.newsBody  dt{font-size:.2933125rem;color:#626870;line-height:.48rem;background:url(../images/mrot-bg.png) center no-repeat;background-size:100%;padding:.2666875rem .32rem .2133125rem .32rem;margin-top:-.04rem;border-radius:0 0 .1333125rem .1333125rem;box-shadow:0 -.0266875rem .2133125rem #dfe4e8;overflow:hidden}
.newsBody  dt .date{background:url(../images/mdate-tb.png) left .042125rem no-repeat;background-size:.3466875rem;padding-left:.48rem;float:left;margin-top:.0266875rem}
.newsBody  dt .news-lx{border:1px solid #c7d9ed;border-radius:50px;float:right;margin-right:.32rem;padding:0 .24rem}
.newsItem{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.25rem;
}
.newsContent{
    width: 3.85rem;
    margin-top: -0.08rem;
    font-size: 0.25rem;
    border-bottom: 1px dashed #b3b3b5;  
    padding-bottom:0.08rem;
}
.newsContent p{
    height: 0.75rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newsDate{
    color: #575757;
    font-size: 0.35rem;
    font-weight: bold;
}
.newsYaer{
    color: #b2b2b2;
    font-size: 0.30rem;
    margin-left: 5px;
}
.chakangengduo{
    width: 2.27rem;
    height: 0.62rem;
    background: #0b42b9;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 0.62rem;
    font-size: 0.30rem;
    cursor: pointer;
}
/* 伙伴 */
.huoban{
    margin-top: 0.3rem;
}
/* footer导航 */
.footerNav{
    box-sizing:border-box;
    width:100%;
    background:#fff;
    position:fixed;
    bottom:-1px;
    left:0rem;
    z-index:10;
    margin-top: 0.3rem;
    height: 1rem;
    border-top:1px solid #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: -4px -2px 5px #f6f6f6;
}
.footerItem{
    text-align: center;
    font-size: 0.20rem;
    color: #3e3e3e;
}
.footerItem img{
    height: 0.47rem;
}
/* topNav */
/*
body,html{
    width: 99%;
    height: 100%;
		margin:0 auto;
}
*/
.TopBody{
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0.7rem;
    left: 0rem;
    right: 0rem;
    bottom:0rem;
    z-index: 15;
    padding:0.3rem 1.0rem;
    box-sizing: border-box;
    display: none;
}
.box_itemBlockList{
    display: flex;
    /*justify-content: space-between;*/
    justify-content:flex-start;
    align-items: center;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #d2d2d2;
}
.item_leftBox{
    display: flex;
    font-size: 0.35rem;
    color: #41403e;
    align-items: center;    
}
.item_leftBoxText {
    margin-top: 0.1rem;
}
.rightImg{
    width: 0.4rem;
    height: 0.4rem;
    margin-top: 0.2rem;
}
.item_leftBox img{
    widows: 0.5rem;
    height:0.5rem;
    margin-right: 0.2rem;
    vertical-align: center;
}
/* -------- */
.box_itemBlock_footer{
    display: none;
}
.box_itemBlock_footer ul{
    display: flex;
    justify-content: flex-start;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    margin-top: 0.25rem;
}
.box_itemBlock_footer ul li{
    width: 1.4rem;
    margin-bottom: 0.2rem;
}
.box_itemBlock_ac ul li{
    width: 100%;
    margin-bottom: 0.2rem;
}
.box_itemBlock_footer ul li a{
    font-size: 0.25rem;
}
/***品牌轮播图 *****/
.swiper-container2 {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -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;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;

    transform: scale(0.18) !important;
    -ms-transform: scale(0.18) !important;
    -moz-transform: scale(0.18) !important;
    -webkit-transform: scale(0.18) !important;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(0.4) !important;
    -moz-transform: scale(0.4) !important;
    -webkit-transform: scale(0.4) !important;
    -ms-transform: scale(0.4) !important;
}