@charset "utf-8";
/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 500px;
    background: #000;
    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: 500px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 500px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(../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;*
    display: inline;zoom:1;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
}
.fullSlide .hd ul .on {
    background: #ff0000;
    border: 1px solid #ff0000;
    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(../images/left.png) no-repeat left;
}

.fullSlide .next {
    right: 3%;
    background: url(../images/right.png) no-repeat right;
}
.fullSlide .prevStop {
    display: none;
}
.fullSlide:hover .prev,.fullSlide:hover .next{
    filter: alpha(opacity=100);
    opacity: 1;
}

.itit{
    text-align: center;
}
.itit .itit_t1{
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.itit .itit_t1:before{
    content: "";
    position: absolute;
    height: 2px;
    background: #005ebe;
    width: 50px;
    bottom: 0;
    left: 48%;
}
.itit .itit_t2{
    color: #666;
    text-transform: capitalize;
}

.jt_more{
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

/*about*/
.iabout{
    width: auto;
    margin-top: 50px;
}
.iabout_poar{
    position: relative;
}
.iabout_img{
    width: 588px;
}
.iabout_img img{
    display: block;
    width: 588px;
    height: 527px;
}
.iabout_wz{
    width: 650px;
    position: absolute;
    right: 0;
    margin-top: 20px;
}
.iabout_wz dl{
    text-align: right;
    margin-bottom: 50px;
}
.iabout_wz dl dt{
    font-size: 36px;
    text-transform: uppercase;
}
.iabout_wz dl dd{
    font-size: 24px;
    clear: both;
}
.iabout_wz dl i{
    height: 2px;
    background: #005ebe;
    width: 100px;
    display: block;
    float: right;
    margin: 15px 0;
}
.iabout_wz_p{
    border: 2px solid #005ebe;
    padding: 20px 30px 20px 50px;
    height: auto;
    overflow: hidden;
    color: #666666;
    line-height: 35px;
    font-size: 16px;
    width: 566px;
}
.iabout_wz_p p{
    color: #666666;
    line-height: 30px;
    font-size: 16px;
}


/*产品展示*/
.ipro{
    background: #f7f7f7;
    padding: 40px 0;
    margin-top: 50px;
}
.ipro .jt_more{
    margin:0 auto;
}
.picMarquee-left{overflow:hidden;position:relative;margin-top: 30px;}
.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("../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{margin-bottom:30px;}
.picMarquee-left .bd .picList{ overflow:hidden; zoom:1; }
.picMarquee-left .bd .picList li{margin:0 14px;float:left;_display:inline;overflow:hidden;position: relative;background: #fff;border: 1px solid #eee;padding: 10px 10px 15px;}
.picMarquee-left .bd .picList li .index_pro{text-align:center;overflow:hidden;height: 250px;width: 250px;}
.picMarquee-left .bd .picList li .index_pro img{
    width:250px;
    height: 250px;
    display:block;
    transition:all .3s;
    -moz-transition:all .3s;/* Firefox 4 */
    -webkit-transition:all .3s;/* Safari å’Œ Chrome */
    -o-transition:all .3s;/* Opera */
    transform: scale(1,1);
    -ms-transform: scale(1,1);/* IE 9 */
    -webkit-transform: scale(1,1);/* Safari å’Œ Chrome */
    -o-transform: scale(1,1);/* Opera */
    -moz-transform: scale(1,1);/* Firefox */
}
.picMarquee-left .bd .picList li:hover .index_pro 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 */ 
}
.picMarquee-left .bd .picList li:hover{
    border:1px solid #005ebe;
}
.picMarquee-left .bd .picList li .title{ line-height:24px;   }
.picMarquee-left .bd .picList li .pri_block{height:40px;line-height:40px; }
.picMarquee-left .bd .picList li dl{
    width: 240px;
}
.picMarquee-left .bd .picList li dl dt{
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.picMarquee-left .bd .picList li dl dd{
    color: #666;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}

/*首页应用场景*/
.index_cj{
    /* background: #fff; */
    /* padding: 30px 0 1px; */
}
.index_cj .bd{
    margin-top: 30px;
}
.index_cj .bd .picList{}
.index_cj .bd .picList li{
    float: left;
    width: 260px;
    margin-bottom: 20px;
    margin-right: 20px;
    background: #fff;border: 1px solid #eee;
    padding: 10px 10px 15px;
}
.index_cj .bd .picList .index_pro{text-align:center;overflow:hidden;height: 250px;width: 250px;}
.index_cj .bd .picList .index_pro img{
    width:250px;
    height: 250px;
    display:block;
    transition:all .3s;
    -moz-transition:all .3s;/* Firefox 4 */
    -webkit-transition:all .3s;/* Safari å’Œ Chrome */
    -o-transition:all .3s;/* Opera */
    transform: scale(1,1);
    -ms-transform: scale(1,1);/* IE 9 */
    -webkit-transform: scale(1,1);/* Safari å’Œ Chrome */
    -o-transform: scale(1,1);/* Opera */
    -moz-transform: scale(1,1);/* Firefox */
}
.index_cj .bd .picList li:hover .index_pro 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 */ 
}
.index_cj .bd .picList li:hover{
    border:1px solid #005ebe;
}
.index_cj .bd .picList li img{
    display: block;
    width: 270px;
    height: 170px;
}
.index_cj .bd .picList li dl{
    width: 260px;
    margin-top: 10px;
}
.index_cj .bd .picList li dl dt{
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.index_cj .bd .picList li dl dd{
    color: #666;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    display: none;
}


/*成功案例*/
.iapp{
    margin-top: 50px;
}
.iapp_list{
    margin-top: 30px;
}
.iapp_list ul{}
.iapp_list ul li{
    float: left;
    width: 285px;
    margin-right: 20px;
}
.iapp_list ul li img{
    display: block;
    width: 285px;
    height: 285px;
    /* float: left; */
}
.iapp_list ul li dl{
    width: 245px;
    padding: 25px 20px;
    text-align: center;
}
.iapp_list ul li dl dt{
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-weight: bold;
}
.iapp_list ul li dl dd{
    line-height: 25px;
    height: 120px;
    overflow: hidden;
    color: #666;
    margin-bottom: 5px;
    text-align: left;
}
.iapp_list ul li dl a{
    color: #999;
    font-size: 12px;
}
.iapp_list ul li dl a:hover{
    color: #005ebe;
}
.iapp_list ul li img:hover{
    opacity: 0.9;
}
.iap_lr img{
    float: right!important;
}
.iap_lr dl{
    float: left;!important;
}


/*标题*/
.itit{
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}
.itit .itit-yw{
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
}
.itit .itit-zw{
    font-size: 24px;
}
.itit .itit-zw span{
    color: #005ebe;
}
/*服务项目*/
.iproject{
    margin-top: 50px;
}
.iproject ul li{
    width: 216px;
    float: left;
    margin-left: 30px;
}
.iproject ul li:first-child{
    margin-left:0;
}
.iproject ul li img{
    display: block;
    margin: auto;
}
.iproject ul li h3{
    text-align: center;
    margin: 15px 0 10px;
    font-size: 16px;
}
.iproject ul li p{
    color: #666;
    line-height: 25px;
}
.iproject ul li .zixun{
    height: 30px;
    margin-top: 20px;
}
.iproject ul li .zixuna a{
    width:100%!important;;
    margin:0!important;
}
.iproject ul li .zixun span,.iproject ul li .zixun a{
    display: block;
    float: left;
    color: #fff;
    background: #7bca31;
    width: 90px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.iproject ul li .zixun a{
    margin-left: 15px;
}
.iproject ul li .zixun a:hover{
    background:#1f4a34;
}


/*场地展示*/
.isite{
    margin-top: 30px;
    background: #f7f7f7;
    padding: 40px 0;
}
.isite-list{
   position:relative;
}
.isite-list .prev,.isite-list .next{
    display:block;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    font-size: 37px;
    bottom: 50%;
    height: 80px;
    line-height: 75px;
    width: 30px;
    color: #fff;
    background: #999999;
    z-index: 99;
    margin-bottom: -40px;
}
.isite-list .prev:hover,.isite-list .next:hover{
    color: #fff;
    background: #005ebe;
}
.isite-list .prev{
    left: -5px;
}
.isite-list .next{
    right: -5px;
}
.isite-list .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.isite-list .bd ul li{
    width: 205px;
    float:left;
    _display:inline;
    overflow:hidden;
    margin: 0 10px;
    position: relative;
}
.isite-list .bd ul li .bigimg{
    overflow: hidden;
    border: 1px solid #eee;
}
.isite-list .bd ul li img{
    width:205px;
    display: block;
    transition:all .3s;
    -moz-transition:all .3s;    /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari å’Œ Chrome */
    -o-transition:all .3s;  /* Opera */
    transform: scale(1,1);
    -ms-transform: scale(1,1);  /* IE 9 */
    -webkit-transform: scale(1,1);  /* Safari å’Œ Chrome */
    -o-transform: scale(1,1);   /* Opera */
    -moz-transform: scale(1,1); /* Firefox */
    height: 290px;
}
.isite-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 */
}
.isite-list .bd ul li p{
    text-align:center;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    background: #fff;
    padding: 10px 5px;
}
.isite-list .tempWrap{
    display: block;
    margin:auto;
}