* {
	margin: 0;
	padding: 0;
	/*color: #333;*/
	font-size: 14px;
	box-sizing: content-box;
	list-style: none;
}

a,a:hover{
	text-decoration: none;
}
input {
	outline: none;
	border: none;
}
/*轮播图*/

#banner-wrap {
	position: relative;
	width:100%;
	min-width: 1000px;
	margin:0 auto;
	overflow: hidden;
}
.banner-wrap img {
	width: 100%;
}
.banner-wrap .carousel-indicators {
	position: absolute;
	width: 45px;
	top:auto;
	bottom: 20px;
	left: 50%;
	right:50%;
}
.item.active {
	width: 100%!important;
	height: auto!important;
}
.item.next  img{
	height: auto!important;
}
.carousel-control.banner-arrow.left {
	height: 100%;
	border-radius: 0;
	border: none;
	left: 0;
	top: 0;
	margin: 0;
	opacity: 0;
	transition:opacity 1s;
}
.carousel-control.banner-arrow.right {
	height: 100%;
	border-radius: 0;
	border: none;
	right: 0;
	top: 0;
	margin: 0;
	opacity: 0;
	transition:opacity 1s;
}
.banner-wrap:hover .carousel-control.banner-arrow.right,.banner-wrap:hover .carousel-control.banner-arrow.left{
	opacity: 0.5;
}
/*#banner-inner {
	position: relative;
	left:0;
	top:0;
	width: 1000%;}
#banner-inner img{
	float: left;
	width:100%!important;
}
.paganation {
	position: absolute;
	bottom:10px;
	left:0;
	width:100%;
	text-align: center;
}
.paganation span {
	display: inline-block;
	width:10px;
	height: 10px;
	border-radius: 50%;
	background-color: #7C9CA8;
	cursor: pointer;
}
.paganation span.active {
	background-color: #FFF;
}*/
/*我们的服务*/
.our-server {
	margin: 20px auto 0;
	width: 1200px;
}
.our-server li {
	position: relative;
	margin: 20px 0;
	float: left;
	margin-left: 128px;
	width: 314px;
	height: 230px;
}
.our-server li img {
	width: 100%;
	height: 100%;
}
.our-server .nth-3n {
	margin-left: 0;
}
li.on .item{
	background-color:  rgba(225,49,49,0.6);
}
li.on .detail{
	display:block;
}
.our-server .item {
	position: absolute;
	bottom: 0;
	width: 100%;
	/*background-color: rgba(225,49,49,0.6);*/
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: white;
	font-size: 24px;
	left:0;
}
.our-server .detail {
	display: none;
	position: absolute;
	width: 406px;
	bottom: -50px;
	padding: 0 15px;
	background-color: rgba(225,49,49,0.6);
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: white;
	z-index: 100;
	font-size: 16px;
}
.detail a {
	color: white;
}
/*明星服务方*/
.star-server {
	margin-top: 40px;
	width: 1200px;
	margin: 0 auto;
	margin-top: 26px;
}
.star-server ul {
	margin-top: 30px;
}
.star-server li {
    margin-right: 46px;
    width: 203px;
    height: 367px;
    float: left;
    text-align: center;
}
.star-server li .star_title{
	transition:all .5s;
}
.star-server li:hover .star_title{
	transform: translateY(-4px) scale(1.2);
}
.star_title{
	line-height: 74px;
	font-size: 20px;
	width: 160px;
	margin:0 auto;
}
.star_content{
	font-size: 14px;
    margin: 0 auto;
    text-align: left;
    text-indent: 2em;
	height:102px;
	overflow:hidden;
}
/*创新应用*/
.apply {
	margin-top: 60px;
	padding-top: 30px;
	width: 100%;
	background-color: #F4F4F4;
}
.apply ul {
	padding-top: 20px;
	width: 1200px;
	margin: 0 auto;
	height:284px;
}
.apply ul li {
	margin-right: 116px;
	width: 212px;
	text-align: center;
	float: left;
}
.apply li a {
	display: block;
	margin: 20px 0 46px;
	color: #7A7A7A;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 1.4em;
	font-weight: 500;
	color:#333;
}

/*资质简介*/
.intro {
	margin-top: 40px;
	margin: 0 auto;
	background: url(../../images/front/index_server.jpg) no-repeat center center;
}
.intro ul {
	margin-top: 30px;
}
.intro li {
	margin-right: 92px;
	width: 228px;
	height: 168px;
	float: left;
	/*background-color: cyan;*/
	line-height: 168px;
	text-align: center;
}
.intro li img {
	vertical-align: middle;
}
/*友情链接*/
.friendly-link {
	margin: 56px auto 0;
	width: 1000px;
	padding: 15px 0;
	color: #7A7A7A;
}
.friendly-link a {
	color: #7A7A7A;
	margin:0 6px;
}
