/*
* 自定义样式
* @Author: iceStone
* @Date:   2017-3-10
* @Name: wangwentao
*/
/**
 * Bootstrap扩展样式
 */
/*公用样式*/
html,body,h1,h2,h3,h4,h5,h6,span,p,div,ul,li {
	font-family:微软雅黑;
}
p{
	color: #999;
}
/*导航样式*/
#navigation .navbar {
	background:rgba(255, 255, 255, 0.952941);
	border-radius: 0;
	border-bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
	padding-bottom: 8px;
}

#navigation .navbar-toggle{
	margin-top: 20px;
	background-color: #333;
}

#navigation .navbar-brand h1{
	padding: 0;
	margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
	color: #999;
}

#navigation .navbar-nav.navbar-right {
	margin-top:28px
}

#navigation .navbar-nav.navbar-right li a {
	color: #43484E;
	font-size: 14px;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 15px;
}
#navigation .navbar-inverse .navbar-nav  .active  a,
#navigation .navbar-inverse .navbar-nav  .active  a:focus,
#navigation .navbar-nav.navbar-right li a:hover {
	color: #fff;
	background-color: #005AC0;
}
.scroll{
	margin-top: -6px;
}
/*背景图*/
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-repeat:repeat;
	opacity:0.2;
}

#home{
	padding: 0;
	overflow: hidden;
	position:relative
}

#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators {
	bottom:15px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #fff !important;

}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}

#main-carousel .carousel-caption > div{
	vertical-align: middle;
	display: table-cell;
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-size: 55px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: none;
	text-transform: uppercase;
}

#main-carousel .carousel-inner h2 span{
	color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.carousel-right {
	right:65px
}
.carousel-left {
	left:65px
}
#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}
.bg {
	background-color: #e4effb;
	text-align: center;
	height: 100%;

}
.bg .text-center{
	margin-top: 190px;
	padding-bottom: 120px;
}
/*背景媒体查询*/
/*@media (max-width: 768px){*/
	/*.bg {*/
		/*margin-top:40px;*/
	/*}*/
/*}*/
/*云计算*/
#cloud-computing{
	padding-bottom: 30px;
}
#cloud-computing{
	background-color:#F4F9F9;
}
#cloud-computing .cloud{
	margin-top: 30px;
}
#cloud-computing h2{
	margin-bottom: 30px;
}

#cloud-computing p{
	font-size:18px ;
	color: #999;
	line-height: 34px;
}
#cloud-computing .content{
	margin-top: 30px;
}
#cloud-computing .left{
	margin-bottom: 10px;
}
#cloud-computing h4{
	color: #0059c5;
	line-height: 25px;
}
#cloud-computing span{
	line-height: 25px;
	color: #999;
}
/*产品中心*/
#product {
	padding-bottom:30px;
	padding-top:30px
}
#product .cloud{
	margin-bottom: 35px;
}
.single-product {
	margin-bottom: 30px;
	background-color:#F7F7F7;
	padding:25px;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-box-shadow: 0 2px 0 0 #ddd;
	box-shadow: 0 2px 0 0 #ddd;
	height: 462px;
}

.single-product:hover {
	background-color:#43484E;
	color:#fff
}

.single-product:hover.single-product h2 {
	color:#fff
}

.single-product:hover.single-product .btn-primary {
	background-color:#005AC0;
	color:#fff;
	border-color:#fff;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.single-product img{
	width:100%;
	margin-bottom:20px
}

.single-product h2 {
	color:#43484E;
	font-size:24px;
}

.single-product h2{
	margin:0;
	margin-bottom:15px;
}
.single-product p{
	color: #999;
}
.single-product ul {
	padding:0;
	overflow:hidden;
	color: #999;
}

.single-product ul li {
	border-right: 2px solid #999999;
	float: left;
	line-height: 10px;
	list-style: none;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #999;
}

.single-product ul li:last-child {
	border:none;
}

.blog-content {
	margin-bottom: 25px;
	margin-top: 0;
}

.single-product .btn-primary {
	text-transform: uppercase;
	border: 1px solid #005AC0;
	color: #686868;
	background-color: rgba(255, 255, 255, 0);
	border-color: #005AC0;
}

.single-product:hover.single-product .btn-primary:hover{
	background-color:#005AC0;
	color:#fff;
}

#product-detail .modal-body {
	padding:30px;
}

#product-detail .modal-body img {
	width:100%
}

#product-detail .close {
	margin-right: -15px;
	margin-top: -25px;
}
#product .img{
	margin-top: 0px;
}
a.btn.btn-primary.platform {
	margin-top: -20px;
}
/*解决方案*/
#solution{
	background-color: #F8F9FA;
	padding-bottom: 60px;
}
#solution .cloud{
	margin-top: 30px;
}
#solution h2.text-center{
	margin-bottom: 30px;
	padding-top: 15px;
}
#solution p{
	font-size:18px ;
	color: #999;
	line-height: 34px;
}
#solution .text-center{
	margin: 0 auto;
}
#solution p.p{
	font-size: 14px;
}
#solution .solution{
	margin-top: 40px;
}

#solution button{
	margin-bottom: 25px;

}
#solution .solution-tab{
	background-color: #ffffff;
	border:  1px dashed #2a6496;
}
#solution .tab{
	margin-top: 20px;
	height: 199px;
	padding-bottom: 10px;
	float: left;

}
#solution .tab h4.text{
	margin-left: 39px;
}
#solution .text-left{
	list-style:none;
}
#solution .text-left li{
	line-height: 10px;
	color: #999999;
}


/*经典客户*/
#customer{
	background-color: #ffffff;
	padding-bottom: 30px;
}
#customer .text-center{
	padding-top: 30px;
	padding-bottom: 20px;
}

@media (min-width: 992px) {
	#customer .img{
		margin-left: 80px;
	}
}
@media (min-width: 992px) {
	#customer .container .images {
		width: 24%;
		margin-left: -14px;
	}
}
#customer .footer{
	margin-bottom: 40px;
}
/*基本能力架构*/
button.btn.ability {
	background-color: #0059c5;
	color: #fff;
	border-radius: 0px;
}
/*关于众时*/
#zhongshi {
	background-color:#f6f6f6;
	padding:25px 0;
	color:#43484E;
	font-size:16px;
	position:relative;
	margin-top:1px;
}

#zhongshi p {
	margin: 0
}

#zhongshi a {
	color:#fc7700
}
#zhongshi div.about{
	background-color: #fff;
}
#zhongshi div.shi{
	margin-top: 30px;
}
#zhongshi div.about img{
	margin-top: 14px;
}
#zhongshi div.about .indent{
	text-indent: 2em;
	color: #999999;
}
p.indent {
	line-height: 38px;
}
#zhongshi div.imgage{
	background-color: #FFF;
}
#zhongshi div.row-about{
	background-color: #fff;
	margin-top: 20px;
	padding-bottom: 20px;
}
ul li{
	list-style:none;
	margin-top:20px;
	font-size: 14px;
}
img.img-responsive{
	margin-top: 20px;
}
.row-about h4{
	padding-top: 10px;
	color: #999;
}
.row-about ul {
	margin-left: -39px;
	color: #999;
}
/*底部*/
#footer {
	background-color:#363839;
	padding:25px 0;
	color:#fff;
	font-size:14px;
	position:relative;
	margin-top:1px;
}
/*弹框轮播*/
.number .active{
	background-color: #005AC0 !important;

}
.number li{
	border:1px solid #000000 !important;

}


