﻿/***************************************************************************************
*index.html
*CSS
*2016-02-21
*LuChangli
***************************************************************************************/
.banner {
	clear: both;
	z-index: 3;
	/*position: absolute!important;*/ /*FF IE7*/
	/*position: absolute;*/ /*IE6*/
	/*_top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 : /*IE6*/
	/*document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);*/ /* www.codefans.net IE5 IE5.5*/
	width: 96%;
	margin: 20px auto;
	position: relative;
}
.slider {
	position: relative;
	width: 96%;
	height: 550px;
	overflow: hidden;
}
	
.slides {
	height: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		 -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}	
.slide {
	height: 100%;
	float: left;
	clear: none;
	list-style:none;
}
.slider-arrows {
}
.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -20px;			
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 2em;
	background-color: #333;
	background-color: rgba(50,50,50,.3);
	border-radius: 50%;
}
.slider-arrow--right {
	bottom: 50%;
	right: 30px;
}
.slider-arrow--left {
	bottom: 50%;
	left: 30px;
}
.slider-nav {
	position: absolute;
	bottom: 30px;
}
.slider-nav__item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: #fff;
	border-radius:12px;
}
.slider-nav__item:hover {
	background: #ccc;
}
.slider-nav__item--current {
	background: #ccc;
}
.box {
	width: 100%; 
	height: 100%;
	line-height: 5;
	text-align: center;
	font-size: 5em;
	color: #fff;
	text-transform: capitalize;
	vertical-align:middle; 
}   
/*
	Asion的样式	
	i : index
	s : solution
	p : product
	t : title
	c : content

*/
.i-s-p {
	width: 100%;
	height: auto;
	display: inherit;
	margin: 0px;
	padding: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.i-s-p-c {
	width: 1094px;
	height: 350px;	
	margin-left: auto;
	margin-right: auto;
    clear:both;
}
.i-b {
    border: 1px solid #DDDDDD;
}
.i-s-l {
    width: 656px;
    height: 350px;
    float: left;
    border: 1px solid #DDD;
}
.i-s-r {
    width: 400px;
    height: 350px;
    float: right;
    border: 1px solid #DDD;
    background: #F7F7F7;
}
.i-s-p-c-t {
	border-bottom: 1px solid #DDDDDD;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 600;
	color: #33a3dc;
}
.index-news {
    margin: 0px;
    padding: 0px;
}
.index-news li {
    padding-left:10px;
    height:40px;
    line-height:40px;
    font-size:14px;
    color:#369;
}
.t-width1094 {
    width:1094px;
}
.t-width637 {
    width:637px;
}
.t-width380 {
    width: 380px;
}
.i-s-p-item {
	width: 218px;
	border-right: 1px solid #DDDDDD;
	float: left;
	height: 305px;
	position: relative;
}
.i-s-p-item img,.i-s-p-item a{
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 97;
}
.description {
	width: 218px;
	height: auto;
	background: rgba(0,102,153,0.85);
	*background-color: #FC3;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 98;
}
.descriptionContent {
	width: 218px;
	height: 305px;
	float: left;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 305px;
}
.descriptionContent a {
	padding: 5px 15px;
	color: #E0E0E0;
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	-ms-transition: 1s all;
}
.descriptionContent a:hover {
	border: 1px solid #33a3dc;
	color: #E0E0E0;
	background-color: #33a3dc;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	-ms-transition: 1s all;
}
.last-r-b-none {
	border-right: 0px;
}
#news ul {
    margin:0px;
    padding:0px;
}
#news li {
    line-height:40px; 
    height:40px;
    line-height:50px;
    clear:both;   
    display:block;
    border-bottom:1px dotted #EEE;
}
#news li a {
    float:left;
    line-height:40px;
    font-size:16px;
    padding-left:20px;
}
#news li a:hover {
    color:#369;
}