/* 首页轮播图*/

body {

	background:#fff;

}

#index_screen {

	width:100%;

	_height:800px;
	height:630px;

	overflow:hidden;

	position:relative;

	_margin-top:76px;

}

#index_screen ul {

	position:absolute;

	height:100%;

	left:0px;

	/*

	-webkit-transition:0.5s left;

	-moz-transition:0.5s left;

	-o-transition:0.5s left;

	-ms-transition:0.5s left;

	transition:0.5s left;

	*/

}

#index_screen > span {

	position: absolute;

	top: 50%;

	margin-top: -27px;

	z-index: 70;

	display: block;

	width: 40px;

	height: 54px;

	background: url(../img/screen_tab.png) no-repeat 0 0;

	overflow: hidden;

	cursor: pointer;

	opacity:0.6;

	-webkit-transition:0.3s opacity;

	-moz-transition:0.3s opacity;

	-o-transition:0.3s opacity;

	transition:0.3s opacity;

}

#index_screen > span:hover {

	opacity:1;

}

#index_screen > .screen_left {

	left:5%;

}

#index_screen > .screen_right {

	right:5%;

	background-position:-40px 0;

}

#index_screen .screen_list {

	float:left;

	height:100%;

}

/*

#index_screen .screen_list:nth-child(1) {

	background:url(../img/index1.jpg) 50% 0 no-repeat;

}

#index_screen .screen_list:nth-child(2) {

	background:url(../img/index2.jpg) 50% 0 no-repeat;

}

#index_screen .screen_list:nth-child(3) {

	background:url(../img/index3.jpg) 50% 0 no-repeat;

}

#index_screen .screen_list:nth-child(4) {

	background:url(../img/index1.jpg) 50% 0 no-repeat;

}

#index_screen .screen_list:nth-child(5) {

	background:url(../img/index2.jpg) 50% 0 no-repeat;

}

*/

#index_screen .bottom_tab {

	position:absolute;

	bottom:0px;

	height:60px;

	width:100%;

	background:rgba(0,0,0,0.2);

	z-index:2;

}

#index_screen .bottom_tab li {

	float:left;

	height:100%;

	text-align:center;

	width:15%;

	background:rgba(0,0,0,0.38);

	line-height:60px;

	color:#fff;

	box-shadow: 0 0 8px  #AEE7F9;

	cursor:pointer;

	border:1px solid rgba(0, 0, 0, 0);

	-webkit-transition:0.4s border;

	-moz-transition:0.4s border;

	-o-transition:0.4s border;

	transition:0.4s border;

	color:white; 

	text-shadow: 0px -1px 0px #C8BABA;

	font-size:15px;

}

#index_screen .bottom_tab li.swiper-pagination-bullet-active, #index_screen .bottom_tab li.active {

	border: 1px solid #aee7f9;

}

#index_screen .bottom_tab li:hover {

	border: 1px solid #aee7f9;

}

#index_screen .bottom_tab li:nth-child(1) {

	margin-left:12.5%;

}

#index_screen .bottom_tab .swiper-pagination-bullet {

	opacity:1;

	border-radius: 0;

}

/*公司简介*/

#company {

	margin-bottom:100px;

}

#company article {

	width:960px;

	margin:100px auto 60px auto;

}

#company article h1 {

	width:420px;

	margin:0 auto 30px;

	padding-right: 70px;

	font-size: 35px;

	line-height: 1;

	font-weight: 200;

	letter-spacing: 4px;

}

#company small {

	display: block;

	letter-spacing: 4px;

	text-transform: uppercase;

	font-weight: 600;

	font-size: 16px;

	line-height: 1.25;

	margin-bottom: 14px;

	margin-left: 5px;

	color: #ff288c;

	font: 14px/1.5 arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;

}

#company article .profile {

	width: 420px;

	padding-right: 70px;

	margin:0 auto;

}

#company article .profile p {

	font-size: 16px;

	line-height: 2.1;

	font-weight: 200;

	letter-spacing: 2px;

}

#company .company_screen {

	width:960px;

	height:600px;

	margin:0 auto;

	position:relative;

}

#company .company_screen ul {

	position:absolute;

	z-index:1;

	width:3000px;

	height:600px;

	left:0px;

	/*

	-webkit-transition:0.4s left;

	-moz-transition:0.4s left;

	-o-transition:0.4s left;

	transition:0.4s left;

	*/

}

#company .img_box {

	float:left;

	width:990px;

}

#company .img_box li {

	display: inline-block;

}

#company .img_box img {

	display:block;

	border: 5px solid #fff;

}

#company .tab_prev, #company .tab_next {

	position:absolute;

	z-index:2;

	height:128px;

	width:64px;

	border-radius: 4px;

	top:50%;

	margin-top:-64px;

	opacity:0;

	-webkit-transition:0.4s opacity;

	-moz-transition:0.4s opacity;

	-o-transition:0.4s opacity;

	transition:0.4s opacity;

}

#company .tab_prev {

	left:30px;

	background:#fafafa url(../img/com_prev.png) no-repeat center center;

}

#company .tab_next {

	right:0px;

	background:#fafafa url(../img/com_next.png) no-repeat center center;

}

#company .swiper-pagination {

	bottom:-50px;

}

