/* page index - style */
.body_box{
    width: 1000px;
    overflow: visible;
}
.body_box .header {
	width: 1000px;
	height: 66px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	position: relative;
	z-index: 3;
}
.body_box .warp{
    width: 940px;
    overflow: hidden;
    position: relative;
    margin: 44px auto 0;
    z-index: 2;
}
.body_box .header .header_logo{
    margin: 0;
    padding: 0;
}
.body_box .header .header_logo a{
	display: block;
	width: 294px;
	height: 65px;
	background: url("public-icon.png") no-repeat 0 0;
	_background: url("public-icon.gif") no-repeat 0 0;
}
.body_box .header .header_logo a img{
		display: none;
}
.body_box .header .header_nav{
    padding: 0;
}
.body_box .footer{
    width: 100%;
    overflow: hidden;
    margin: 0;
    display: none;
    height: 30px;
    line-height: 30px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.body_box .footer p {
    text-align: center;
    width: 100%;
    border: none;
    padding: 0;
}
/* card - style */
.card_box{
    width: 682px;
    height: 284px;
    overflow: hidden;
    clear: both;
}
.cardBtn_warpper{
    width: 290px;
    height: 284px;
    position: relative;
}
.cardBtn_warpper div{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.cardBtn_warpper .c_w__experience{
    top: 0;
    left: 97px;
}
.cardBtn_warpper .c_w__product{
    top: 0;
    left: 194px;
}
.cardBtn_warpper .c_w__about{
    top: 97px;
    left: 0;
}
.cardBtn_warpper .c_w__logo{
    top: 97px;
    left: 194px;
    display: block;
}
.cardBtn_warpper .c_w__join{
    top: 194px;
    left: 0;
}
.cardBtn_warpper .c_w__dianshang{
    top: 194px;
    left: 97px;
}
.cardBtn_warpper .c_w__follow{
    top: 194px;
    left: 194px;
}
.cardBtn_warpper div a{
    color: white;
    width: 90px;
    height: 90px;
    display: block;
    text-align: center;
    line-height: 90px;
    font-size: 16px;
    background-color: #0E76BD;
}
.cardBtn_warpper div a:hover{
    background-color: #01AEF0;
}
.cardBtn_warpper .c_w_theme  .icon_new{
    position: absolute;
    right: 0;
    top: 0;
}
.cardBtn_warpper .c_w__logo em{
    background: url("card-logo.png") no-repeat 0 0;
    width: 90px;
    height: 90px;
    display: block;
}
.cardBtn_warpper .c_w__logo a:hover em{
    background-position: 0 -90px;
}
.close_cardBtn div{
    display: none;
}
.close_cardBtn .c_w__logo{
    display: block;
    top: 97px;
    left: 97px;
}
.cardShow_warpper{
    overflow: hidden;
}
.cardShow_warpper img{
    width: 392px;
    height: 284px;
}
/*news - style*/
.news_box{
    width: 720px;
    height: 30px;
    overflow: hidden;
    clear: both;
    position: relative;
    line-height: 30px;
    margin: 20px 0;
}
.news_box ul{
    position: absolute;
    width: 300px;
    left: 0;
    top: 0;
}
.news_box ul li{
    height: 30px;
}
.news_box a{
    color: white;
    font-size: 12px;
    font-weight: bold;
}
.prevNext_box{
    width: 100%;
    height: 56px;
    overflow: hidden;
    clear: both;
    line-height: 30px;
}
.prevNext_box div,.prevNext_box div em{
    width: 56px;
    height: 56px;
    overflow: hidden;
    display: block;
    cursor: pointer;
}
.prev_body_bg em{
    background: url("prev-but.png") no-repeat 0 0;
    _background: url("prev-but.gif") no-repeat 0 0;
}
.next_body_bg em{
    background: url("next-but.png") no-repeat 0 0;
		_background: url("prev-but.gif") no-repeat 0 0;
}
/*bgImgSlide - style*/
.bgImgSlide{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bgImgSlide div{
    position: absolute;
    top: 0;
    left: 0;
}
