ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.example {
	width: 100%;
	height: 280px;
	font-size: 1em;
	margin: 20px auto;
	}
			
.carousel-item{color: #555;font-family:  Arial Black}
.j-tab-con{height:280px;overflow:hidden;}
.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ft-carousel ul{width:70%; }
.ft-carousel li{width:100%;}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: auto;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: auto;
}

.ft-carousel .carousel-item img {
	
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(../images/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(../images/next.png) no-repeat;
}





.tab {
	position: relative;
	width: 90%;
	overflow: hidden;
	margin: 0 auto 20px auto;
	font-family: Arial;
}

.tab-nav {
	height: auto;
	overflow: hidden;
	padding-left: 8%;
}
.tab-nav span{
	font-family: -webkit-pictograph;
	display: none;
	}

.tab-nav a {
	display: block;
	float: left;
	width: 160px;
	height: 80px;
	line-height: 30px;
	text-align: left;
	text-decoration: none;
	color: #3c3c3c;
	font-size: 1.5em;
}

.tab-nav a.current {
	color: #3c3c3c;
	font-family:"微软雅黑";
	text-transform: uppercase;
}
.tab-nav a.current span{ display:inline; font-size: 0.625em}

.tab-con {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.tab-con-item {
	display: none;
	width: 100%;
	color: #fff;
}


.ft-left{width: 85%;margin:  auto; font-family: "verdana"; overflow: hidden; background: url(../images/news-line.jpg) center repeat-y;}
.ft-left1{width: 43%;float: left;overflow: hidden;}
.ft-left1 .date{
    margin-bottom: 5%;
	font-size: 0.938em;
}
.ft-left1 .title{
    color:  #d41833;
    font-size:  1em;
    margin-bottom: 5%;
    height: 1.5em;
    overflow:  hidden;
}
.ft-left1 .text{
    font-size: 0.875em;
    color:  #818181;
    line-height: 2em;
    height: auto;
    margin-bottom: 10px;
    overflow:  hidden;
}

.ft-left1 .arrow{width:100%; height: 50px; float: left;}
.ft-leftline{width: 13%;float: left;overflow: hidden;height: 100%;}



/*<950*/
@media screen and (max-width:950px) 
{
	.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 35px;
	height: 30px;
	margin-top: -25px;
	cursor: pointer;
}
	.ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(../images/prev.png) no-repeat;
		background-size: cover;
}
	.ft-carousel .carousel-next-btn  {
	right: 0;
	background: url(../images/next.png) no-repeat;
		background-size: cover;
}
	
	.ft-left1{width: 100%;}
	
.ft-left{background: none;}
	.example {
	height: 260px;
	}
.j-tab-con{height:260px;overflow:hidden;}
}


