@charset "utf-8";
/* CSS Document */

@import url(body.css);

.company-jianjie{width:305px; height:210px; overflow:hidden; float:left}
.company-jianjie .content{height:180px; border-right:1px solid #ccc; padding:0 5px 0 0; overflow:hidden}
.company-jianjie .content p{ text-indent:2em;color:#666; line-height:25px;}


.company_news{width:385px; height:210px; overflow:hidden; float:left; display:inline}
.company_news .new_list{height:180px;border-right:1px solid #ccc; overflow:hidden;padding:0 8px}
.company_news .new_list li{width:365px;height:26px; float:left}
.company_news .new_list li .sp_title{display:block;float:left;height:26px;line-height:26px}
.company_news .new_list li .sp_nimg{display:block;float:left; padding-top:8px; padding-left:5px}
.company_news .new_list li .sp_time{display:block;width:70px; _width:85px;float:right;color:#666; height:26px;line-height:26px;}

.qiyegonggao{float:right; width:270px;height:210px}
.qiyegonggao p{line-height:25px;color:#666;text-indent:2em}

.procomm .ullist{ position:relative;height:160px;}
.procomm .ullist li{ display:block;width:165px; height:160px; float:left; margin:0 15px}
.procomm .ullist .sp-pic{ display:block;width:145px;float:left;height:130px;}
.procomm .ullist .sp-pic img{width:105px;height:130px;}
.procomm .ullist .sp-title{ display:block;height:30px;text-align:center;line-height:30px;}
/*start flash bolck*/
.flashad{width:980px; height:370px; margin:10px auto 0; background:#999}


/*滚动成功案例*/
.rollBox {

}
.rollBox .Cont {
	WIDTH:945px; OVERFLOW: hidden; margin:0 auto;
}
.rollBox .ScrCont {
	WIDTH: 1342177.27px
}
.rollBox #List1 {
	FLOAT: left
}
.rollBox #List2 {
	FLOAT: left
}
.ullist a.img1{ display:block;width:13px;height:117px; background:url(../images/index/scoolbtn.jpg) no-repeat -13px 0px}
.ullist a.img2{ display:block;width:13px;height:117px; background:url(../images/index/scoolbtn.jpg) no-repeat 0px 0px}

/*渐变轮换图片*/
.slider {
POSITION: relative; WIDTH:100%; height:auto; OVERFLOW: hidden; z-index:1
}
.conbox {
	POSITION: absolute
}
.switcher {
	Z-INDEX: 99; POSITION: absolute; BOTTOM: 10px; FLOAT: right; RIGHT: 10px
}
.switcher A {
	BORDER-BOTTOM: #d00000 1px solid; TEXT-ALIGN: center; BORDER-LEFT: #d00000 1px solid; LINE-HEIGHT:14px; MARGIN: 4px; WIDTH:14px; FONT-FAMILY: arial; BACKGROUND: #fff; FLOAT: left; HEIGHT:14px; COLOR: #d00000; BORDER-TOP: #d00000 1px solid; CURSOR: pointer; BORDER-RIGHT: #d00000 1px solid
}
.switcher A.cur {
	BORDER-BOTTOM: #d00000 1px solid; BORDER-LEFT: #d00000 1px solid; LINE-HEIGHT:14px; MARGIN:4px; WIDTH:14px; BACKGROUND: #ff0000; HEIGHT:14px; COLOR: #fff; BORDER-TOP: #d00000 1px solid; FONT-WEIGHT: 800; BORDER-RIGHT: #d00000 1px solid
}
.switcher A:hover {
	BORDER-BOTTOM: #d00000 1px solid; BORDER-LEFT: #d00000 1px solid; LINE-HEIGHT:14px; MARGIN:4px; WIDTH:14px; BACKGROUND: #ff0000; HEIGHT:14px; COLOR: #fff; BORDER-TOP: #d00000 1px solid; FONT-WEIGHT: 800; BORDER-RIGHT: #d00000 1px solid
}


        .outer{
            position:relative;
          width:980px;
          height:370px;
            margin:0 auto;
        }
   
        .img img{
            width:980px;
            height:370px;
            position:absolute;
            top:0px;
            left:0px;
        }
        .num{
            position:absolute;
            bottom:10px;
            font-size:0px;
            width:100%;
            text-align:center;
        }
        .num li{
            width:20px;
            height:20px;
            background-color:gray;
            border-radius:60%;
            text-align:center;
            line-height:20px;
            display:inline-block;
            font-size:10px;
            margin:3px;
            cursor:pointer;
 
 
        }
        .button{
            width:20px;
            height:60px;
            line-height:60px;
            text-align:center;
            background-color:gray;
            opacity:0.6;
            position:absolute;
            top:50%;
            margin-top:-30px;
            font-size:20px;
            font-weight:bolder;
            display:none;
            cursor:pointer;
        }
        .btn_right{
            position:absolute;
            right:0px;
        }
        .outer:hover .button{
            display:block;
        }
        .outer .num li.current{
            background-color:red;
        } 