body{
	background-color: #151515;
}
.pr{
	position: relative;
}
/*轮播*/
.sy_box,.zj_box{
	padding: 0 10px;
}
.sy_p{
	font-size: 16px;
	color: #ffffff;
}
.sy_p h3{
	text-align: center;
	margin: 10px 0;
}
.sy_p p{
	text-indent: 2em;
}

.sy_p_d{
	margin-top: 10px !important;
	color: #2c2c2c;

}



/*专家团队*/
.zj_box{
	background-color: #ffffff;
	overflow: hidden;
}
.zj_tit{ 
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
}
.zj_tit p{
	font-size: 14px !important;
}
.zj_win{
	margin-top: 40px;
}
.zj_win li{
	width: 50%;
	float: left;
	text-align: center;
	margin-top: 20px;
}
.zj_win li div {
	width: 80%;
}
.zj_win li div img{
	width: 100%;
}
.zj_win li div span{
	font-size: 16px;
	font-weight: bold;
	margin:10px 0 5px 0;
}
.zj_win li div span,.zj_win li div p{
	display: block;
	text-align: left !important;
}
.djjz{
	width: 100%;
	height: 50px;
	color: #989898;
	line-height: 50px;
	text-align: center;
}



/*发展历史*/
.fzls_box{
	padding: 0 10px;
	background-color: #151515;
}
.fzls_tit{
	text-align: center;
}
.fzls_tit h3{
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

.fzls_tit img{
	margin-top: 20px;
	width: 70%;
}
.fzls_win{
	position: relative;
}
.fzls_sx{
	position: absolute;
    left: 50%;
    top: 0;
    width: 8px;
    margin-left: 0px;
    border-left: 1px solid #ffffff;
    height: 100%;
}
	/*-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius:30px;*/
.fzls_win td{
	width: 33.33%;
}
.fzls_win p{
	color: #ffffff;
}
.fzls_win .fzls_time span{
	margin: 0 auto;
	display: block;
	padding-top: 20px;
	width: 60px;
	height: 60px;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius:30px;
    background-color: #ffffff;
    text-align: center;
}

.fzls_win td div>img{
	 width: 100%;
	padding-top: 20%;
}
.jt_r{
	position: absolute;
	height: 28px;
	top: 50%;
	left: 0;
	margin-left: -21px;
	margin-top: -14px;
}
.jt_l{
	position: absolute;
	height: 28px;
	top: 50%;
	right: 0;
	margin-right: -21px;
	margin-top: -14px;
}
.jt_r img,.jt_l img{
	height: 100%;
}




/*产品展示*/
.cpzs_img img{
	width: 100%;
}
.cpzs_txt{
	overflow: hidden;
	padding: 20px 10px 0 10px;
	background-color: #FFFFFF;
}

.cpzs_txt li>h3{
	margin-top: 10px;
	height: 24px;
	line-height: 25px;
	font-size: 18px;
	color: #000000 !important;
}
.cpzs_txt li>h3 img{
	margin-right: 10px;
}
.cpzs_txt li>p{
	margin-top: 10px;
	text-indent: 2em;
	font-size: 16px;
	color: #919191;
	line-height: 30px;
}

.cpzs_txt_b li>h3{
	color: #ffffff !important;
}
.cpzs_txt_b li>p{
	color: #ffffff;
}



/*联系我们*/
.lxwm_box{
	background-color: #defcfe;
	padding-bottom: 20px;
}
.lxwm_box>img{
	width: 100%;
}

.lxwm_txt{
	margin-top: 20px;
}
.lxwm_txt span{
	display:table;
	line-height: 27px;
	margin: 10px 0;
}
.lxwm_txt span img{
	width: 24px;
	margin-right: 5px;
}


.fhdb{
	position: fixed;
	width: 50px;
	height: 50px;
	right: 0px;
	bottom: 40px;
	margin-right: -50px;
	
	
	transition: margin-right 1s;
	-moz-transition: margin-right 1s;	/* Firefox 4 */
	-webkit-transition: margin-right 1s;	/* Safari 和 Chrome */
	-o-transition: margin-right 1s;	/* Opera */
}
.fhdb img{
	width: 100%;
}
.fhdb_show{
	margin-right: 0px;
}







.zj_box,.fzls_box,.cpzs_box,.lxwm_box{
	opacity: 0;
	transition: opacity 1s;
	-moz-transition: opacity 1s;	/* Firefox 4 */
	-webkit-transition: opacity 1s;	/* Safari 和 Chrome */
	-o-transition: opacity 1s;	/* Opera */
}


.box_show{
	opacity: 1;
}
