﻿/*轮播*/
#full-screen-slider {
	width:100%;
	height: 360px;
	float:left;
	position:relative;
}
/*修改首页高度*/
.index{
	height: 360px;
}
.index ul{
	height: 360px;
}
#slides {
	display:block;
	width:100%;
	height:360px;
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}
#slides li {
	display:block;
	width:100%;
	height:100%;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
}
#slides li a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
#pagination {
	display:block;
	list-style:none;
	position:absolute;
	left:50%;
	width:90px;
	margin-left:-45px;
	bottom:40px;
	z-index:999;
	margin:0;
}
#pagination li {
	display:block;
	list-style:none;
	width:30px;
	float:left;
	text-align: center;
	 }
#pagination li a{
	display:inline-block;
	width:14px;
	height: 14px;
	border:1px solid #fff;
	border-radius: 50%;
	text-indent:-9999px;
	background: transparent;
}
#pagination li.current a{
	background:#fff;
}

/*===========导航==================*/
.nav {
	width:1200px;
	height:54px;
	line-height:54px;
	text-align:center;
	position:relative;
	font-weight:bold;
	z-index:1000;
	margin:0 auto;
}
ul.nav-main {
	width:75%;
	float: right;
	height:100%;
	list-style-type:none;
}

/*导航条设置*/
ul.nav-main>li a{
	width:100px;
	height:100%;
	display:block;
	float:left;
	color:#222;
	cursor:pointer;
	font-size: 16px;
}
ul.nav-main>li:hover a{
	display:block;
	background:#243f80;
	color:#fff;
}
/*隐藏盒子设置*/
	div.hidden-box {
	width:100px;
	float:right;
	position:absolute;
	display:none;
	background:#243f80;
	top:54px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.hidden-box>ul {
	list-style-type:none;
	color:#fff;
	cursor:pointer;
	padding-top:12px;
	padding-bottom:15px
}
.hidden-box>ul li a{
	display: block;
	line-height:40px;
	height:40px;
	color: #fff;
}
.hidden-box>ul li a:hover{
	color: #00B9FF;
	text-decoration: none;
}
/*隐藏盒子位置设置*/
#box-1{
	left:400px
}
#box-2{
	left:500px
}
#box-3{
	left:600px
}
#box-4{
	left:700px
}
#box-5{
	left:800px
}
#box-6{
	left:900px
}
#box-7{
	left:1000px
}
#box-8{
	left:1100px
}
#box-9{
	left:1200px
}
#box-10{
	left:1300px
}
#box-11{
	left:1400px
}
/*----------------认识集团css--------------------*/
.home_ad {
	width:1170px;
	margin:40px auto 0 auto;
	position: relative;
}
.home_ad .picScroll-left {
	width:1170px;
	margin: 0 auto;
}
.home_ad .picScroll-left .ad_title {
	height:52px;
	width:1300px;
	position:absolute;
	top:50%;
	left: 50%;
	margin-left: -650px;
	margin-top: -30px;
}
.home_ad .picScroll-left .ad_title .hd a {
	cursor:pointer;
	width:52px;
	height:52px;
	display:block;
	position:absolute;
}
.home_ad .picScroll-left .ad_title .hd a.next {
	background:url("../images/rbtn.png") no-repeat;
	right:0px;
}
.home_ad .picScroll-left .ad_title .hd a.prev {
	background:url("../images/lbtn.png") no-repeat;
	left:0px;
}

.home_ad .picScroll-left .bd .picList li {
	float:left;
	display:inline;
	padding:8px;
	position:relative;
}
.home_ad .picScroll-left .bd {
	padding:0 5px;
}
.home_ad .picScroll-left .bd ul {
	overflow:hidden;
	zoom:1;
}
.home_ad .picScroll-left .bd ul li {
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
.home_ad .picScroll-left .bd ul li {
	text-align:center;
}
.home_ad .picScroll-left .bd ul li img {
	width:370px;
	height:230px;
	display:block;
}
.home_ad .picScroll-left .bd ul li a:hover img {
	border-color:#999;
}
.home_ad .picScroll-left .bd ul li .title {
	line-height:24px;
}
/*---文字----*/
.txddiv{
  width:350px;
  height:150px;
  padding: 0 10px;
  text-align: left;
  background:rgba(0,0,0,0.3);
}
.txddiv h2{
	font-size: 18px;
	line-height:50px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.txddiv p{
	line-height: 30px;
	max-height:200px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.txddiv *{
	color: #fff;
}
