.banner{
	width:100%;
	height:449px;
	float:left;
	margin-top:-8px;
	z-index:10;
	position:relative;
}
.banner .flexslider {
	/*margin: 0px auto 20px;*/
	position: relative;
	width: 100%;
	height:449px;
	float:left;
	overflow: hidden;
	/*zoom: 1;*/
}
.banner .slider{
	width:100%;
	height:100%;
	float:left;
	position:absolute;
	overflow: hidden;
	z-index:10;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
	float:left;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../img/images/ad_ctr.png)/*tpa=http://www.tjjingte.com/img/images/ad_ctr.png*/ no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;    /*去掉此不透明*/
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flexslider .slides a img {
	width: 100%;
	height:449px;
	display: block;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: url(../img/images/dot.png)/*tpa=http://www.tjjingte.com/img/images/dot.png*/ no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}


.index{
	width:100%;
	height:290px;
	float:left;
	background-color:#F2F2F2;
	background-size:100% 100%;
}
.index .index_main{
	width:1200px;
	height:100%;
	margin:0 auto;
}

.index_main #index_img{
	width:382px;
	height:212px;
	float:left;
	margin-top:50px;
	margin-bottom:19px;
}
.index_main .index_service{
	width:815px;
	height:100%;
	float:right;
}
.index_service .index_service_title{
	width:100%;
	height:36px;
	float:left;
	margin-top:36px;
	margin-bottom:26px;
}
.index_service_title img{
	width:422px;
	height:100%;
	float:right;
	margin-right:195px;
}
.index_service >ul{
	width:100%;
	height:162px;
	float:left;
}
.index_service >ul li{
	width:148px;
	height:160px;
	float:left;
	border:1px solid #E7E7E7;
	margin-left:12px;
	background-color:white;
}
.index_service >ul li a{
	width:100%;
	height:100%;
	float:left;
}
.index_service >ul li a #servicel_title_l{
	width:100%;
	height:31px;
	float:left;
	margin-top:19px;
}
#servicel_title_l img{
	width:35px;
	height:31px;
	float:left;
	margin-left:56px;
}
.index_service >ul li a #servicel_title_t{
	width:100%;
	height:52px;
	float:left;
	line-height:52px;
	overflow:hidden;
	color:#000000;
	font-size:16px;
	text-align:center;
}
.index_service >ul li a #servicel_title_e{
	width:100%;
	height:auto;
	float:left;
	line-height:15px;
	overflow:hidden;
	color:#808080;
	font-size:12px;
	text-align:center;
}
