@charset "utf-8";
.fullSlide{
    width: 100%;
    position: relative;
    height: 610px;
    margin: 0 auto;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul {
    width: 100%!important;
}
.fullSlide .bd li {
    width: 100%!important;
    height: 610px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 610px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    background: url(http://mengjiwj.test.dginfo.com/t/m/mengjiwj/pc/images/touming.png) repeat-x;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}
.fullSlide .hd ul {
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom:1;
    width: 15px;
    height: 15px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 10px;
    background: #ccc;
    border-radius: 50%;
}
.fullSlide .hd ul .on {
    background: #58da56;
    opacity: 1;
}
.fullSlide .prev,  .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.fullSlide .prev {
    left: 3%;
    background: url(http://mengjiwj.test.dginfo.com/t/m/mengjiwj/pc/images/left.png) no-repeat left;
}

.fullSlide .next {
    right: 3%;
    background: url(http://mengjiwj.test.dginfo.com/t/m/mengjiwj/pc/images/right.png) no-repeat right;
}
.fullSlide .prevStop {
    display: none;
}
.fullSlide:hover .prev,.fullSlide:hover .next{
    filter: alpha(opacity=100);
    opacity: 1;
}


/*标题*/
.itit{
    margin-bottom: 30px;
}
.itit-ta .itit-bk .itit-bk-yw{
    background: #f9f9f9;
}
.itit-ta .itit-bk .itit-bk-zw{
    background: #f8f8f8;
}
.itit-tb .itit-bk .itit-bk-yw{
    background: #ececec;
}
.itit-tb .itit-bk .itit-bk-zw{
    background: #ececec;
}
.itit-bk{
    background: url(../images/itit-xian.png) center center no-repeat;
    height: 80px;
}
.itit-bk .itit-bk-yw{
    color: #ababab;
    font-size: 32px;
    display: table;
    background: #fff;
    margin: auto;
    padding: 0 10px;
    line-height: 40px;
    text-transform: uppercase;
}
.itit-bk .itit-bk-yw span{
    color: #0935c6;
    font-weight: bold;
}
.itit-bk .itit-bk-zw{
    font-size: 22px;
    text-align: center;
    display: table;
    margin: auto;
    background: #fff;
    padding: 0 20px;
    line-height: 40px;
}
.itit-brief{
    text-align: center;
    color: #999;
    font-size: 16px;
    margin-top: 5px;
}
.itit-brief span{
    color: #0935c6;
}


/*优势*/
.ialliance{
    margin-top:60px;   
}
.ialliance-list{
    background: url(../images/iys-bj.png) center center no-repeat;
    height: 350px;
    position: relative;
}
.ialliance-list dl{
    width: 290px;
    position: absolute;
}
.ialliance-list dl dt{
    color: #0935c6;
    font-weight: bold;
    font-size: 18px;
}
.ialliance-list dl dd{
    line-height: 25px;
    margin-top: 10px;
}
.ialliance-list dl.iala{
    text-align: right;
}
.ialliance-list dl.ialb{
    right: 0px;
    top: 10px;
}
.ialliance-list dl.ialc{
    bottom: 20px;
    left: 90px;
    text-align: right;
}
.ialliance-list dl.iald{
    right: 90px;
    bottom: 20px;
}

/*产品*/
.ipro{
    background: url(../images/ipro-bj.jpg) center top no-repeat;
    padding-top: 60px;
    margin-top:50px;
    height: 530px;
}
.ipro-list{
   position:relative;
}
.ipro-list .prev,.ipro-list .next{
    display:block;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    color: #0935c6;
    font-size: 35px;
    bottom: -50px;
    border: 1px solid #0935c6;
    height: 37px;
    line-height: 32px;
    width: 80px;
}
.ipro-list .prev:hover,.ipro-list .next:hover{
    color: #007cc3;
}
.ipro-list .prev{
    left: 519px;
    border-right: 0;
}
.ipro-list .next{
    right: 519px;
    border-left: 0;
}
.ipro-list .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.ipro-list .bd ul li{
    width: 280px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
    margin: 0 9px;
    position: relative;
    border: 1px solid rgba(88, 218, 86, 0);
}
.ipro-list .bd ul li img{
    width:280px;
    height: 280px;
    display: block;
}
.ipro-list .bd ul li:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.ipro-list .bd .tempWrap{
    display: block;
    margin:auto;
}
.ipro-list .bd ul li p{
    bottom: 0;
    text-align: center;
    width: 100%;
    line-height: 35px;
    font-size: 16px;
}
.ipro-list .bd ul li:hover{
    border:1px solid #58da56;
}
.ipro-list .bd ul li:hover p{
    background:#58da56;
    color:#fff;
}



/*盟基伙伴*/
.icustomize{
    margin-top:70px;
}
.picMarquee-left{overflow:hidden;position:relative;padding-top: 20px;}
.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;cursor:pointer; background:url("http://mengjiwj.test.dginfo.com/t/m/mengjiwj/pc/images/arrow.png") no-repeat;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd .tempWrap{margin:auto;display: block;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 9px; float:left; _display:inline; overflow:hidden; text-align:center; position: relative;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:275px; height: 118px; display:block; padding:2px; border:1px solid #ccc; }
.picMarquee-left .bd ul li:hover .pic img{border:1px solid #58da56;}
.picMarquee-left .bd ul li:hover{color:#58da56;}
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#dd2015;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }
.picMarquee-left .bd ul li .pri_block{height:40px;line-height:40px; }



/*关于我们*/
.iabout{
    background: url(../images/iabout-bj.jpg) center top no-repeat;
    padding: 50px 0;
    height: 340px;
    margin-top:50px;
}
.iabout-brief{
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    width: 800px;
    margin: auto;
    text-indent: 2em;
    color: #666;
}
.iabout-brief a{
    color: #0935c6;
    display: block;
}
.iabout-brief a:hover{
    color: #58da56;
}
.iabout-a{
    padding-top: 10px;
    display: table;
    margin: 30px auto 0;
}
.iabout-a a{
    background: #58da56;
    color: #fff;
    padding: 8px 20px;
    margin: 0 15px;
}


/*新闻资讯*/
.inews{
    margin-top:70px;
}
.inews-pal ul li{
    float: left;
    margin-left: 45px;
    width: 370px;
}
.inews-pal ul li:first-child{
    margin-left:0;
}
.inews-pal ul li img{
    width: 370px;
    height: 250px;
}
.inews-pal ul li dl{
    margin-top: 10px;
    padding: 0 5px;
}
.inews-pal ul li dl dt{
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    line-height: 28px;
}
.inews-pal ul li dl span{
    display: block;
    color: #a1a1a1;
    background: url(../images/ft_2.png) left no-repeat;
    padding-left: 20px;
}
.inews-pal ul li dl dd{
    color: #666;
    line-height: 25px;
    overflow: hidden;
}
.inews-pal ul li:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}