

/********banner图***********/
.jumbotron{
	height: 520px;
	background: url(../images/banner2.jpg) center center no-repeat;
	padding: 0;
    margin-bottom: 0;
}

/********title修饰*********/
.title-index{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.title-text{
	width: 155px;
	height: 40px;
	background: url(../images/icon.png) left top no-repeat;
	display: inline-block;
	margin-bottom:15px;
}
.title-index p{
	padding-top: 15px;
	font-size: 17px;
	color: #888;
	background: url(../images/title-bg.png) center top no-repeat;
}

/*******服务项目******/
.service-content{
    background: #f5f5f5;
    height: 200px;
    padding-top: 25px;
}
.service{
	text-align: center;
    padding: 0 7px;
	transition:all 1s;
	-moz-transition:all 1s; /* Firefox 4 */
	-webkit-transition:all 1s; /* Safari 和 Chrome */
	-o-transition:all 1s; /* Opera */
}

/****下方横条动效****/
.service a:after{
    content: "";
    width: 0;
    height: 2px;
    background: #0527af;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.service a:hover:after{
    width: 100%;
}
.service a:focus,
.service a:hover{
	/*background: #f8f9fc;*/
	box-shadow: 0 0 5px rgba(5,39,175,.8)
}
.item-list{
    font-size: 16px;
    color: #737880;
    padding-top: 22px;
    height: 150px;
    background: #fff;
    display: block;
    position: relative;
    cursor: default;
}
.service .item-list:before{
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    margin: 10px auto;
}
.service-yf:before{background: url(../images/yanfa.png) center center no-repeat;background-size: 50px;}
.service-app:before{background: url(../images/phone.png) center center no-repeat;background-size: 50px;}
.service-wx:before{background: url(../images/weixin.png) center center no-repeat;background-size: 50px;}
.service-cj:before{background: url(../images/chengjie.png) center center no-repeat;background-size: 50px;}
.service-jc:before{background: url(../images/jicheng.png) center center no-repeat;background-size: 50px;}
.service-zx:before{background: url(../images/zixun.png) center center no-repeat;background-size: 50px;}


/********企业简介***********/
.introduction-content{
	height: 560px;
	background: url(../images/introduction_bg.png) center bottom no-repeat;
}
.index-title{
	margin-top: 60px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 26px;
	color: #0d3f88;
	background: url(../images/title_bg.png) center 31px no-repeat;
}
.index-title p{
	font-size: 20px;
	color: #c3cada;
}
.index-btn{
	padding: 9px 0;
    width: 120px;
    padding-left: 25px;
    text-align: left;
	color: #fff;
	background: url(../images/btn_jiantou.png) 85px center no-repeat;
	border:1px solid #fff;
	transition:all .5s;
	-moz-transition:all .5s; /* Firefox 4 */
	-webkit-transition:all .5s; /* Safari 和 Chrome */
	-o-transition:all .5s; /* Opera */
}
.index-btn:hover{
	background: url(../images/btn_jiantou.png) 92px center #e36211 no-repeat;
	border:1px solid #e36211;
}
.index-list-btn{
    padding: 9px 20px;
    color: #315c9a;
    background: #fff;
    border: none;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    border: 1px solid #315c9a;
}
.introduction-content .jianxi-linian {height: 91px;}
.index-list-btn:hover{
    background:#e36211;
    color: #fff;
    border-color:#e36211;
}
.introduction-text{
	color: #737880;
	line-height: 28px;
	padding: 15px 0 30px 0;
}
.introduction-linian .img-icon{
	height: 50px;
	width: 50px;
	background: #315c9a;
	display: inline-block;
	border-radius: 25px 0 25px 25px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	float: left;
	margin-right: 10px;
}
.introduction-linian .text{
	color: #315c9a;
	line-height: 22px;
    padding-top: 2px;
}


/********企业案例***********/
.case-content{height:645px;background: #f5f5f5}
/*tab分类*/
.pavilion-inner .tabs{
	overflow: hidden;
	text-align: center;
	color: #98a0b2;
}
.pavilion-inner .tabs a{
	font-size: 16px;
    color: #98a0b2;
    padding:0 15px;
}
.pavilion-inner .tabs a.on{font-weight: bold;color:#0d3f88}
/*tab内容*/
.tab-content-wrap{position:relative;margin-top:25px;height:420px}
.tab-content{position:absolute;top:65px;transition:all .5s linear;opacity:0;z-index:-1;height:0;width:100%}
.tab-content.show{height:auto;opacity:1;top:0;z-index:1;text-align: center;}
.tab-content .col-sm-3{padding:0 16px;}
.tab-content .col-sm-3 .tab-card{
	position:relative;
	text-align: center;
	padding:30px 20px 35px 20px;
	background:#fff;
	overflow:hidden;
	cursor:pointer;
	transition:.2s linear
}
.tab-content .col-sm-3 .tab-card:hover{box-shadow: 0 8px 16px 0 rgba(0,0,0,0.10);}
.tab-content .col-sm-3 .tab-card h3{
    margin-top:10px;
    font-size: 22px;
    color: #0d3f88;
    margin-bottom: 25px;
}
.tab-content .col-sm-3 .tab-card p{text-align: left;margin-left:5px;}
.tab-content .col-sm-3 .tab-card p.nandian{
	font-size: 16px;
	color: #98a0b2;
	background: url(../images/xiushi_icon.png) left center no-repeat;
    height: 30px;
    line-height: 32px;
    padding-left: 30px;
    text-align: left;
    margin-left:5px;
}
.tab-content .col-sm-3 .tab-card p.text{
	text-align: justify;
	color: #737880;
	line-height: 30px;
	margin-left:10px;
    margin-bottom: 0;
}
.tab-content-wrap .index-btn{
    margin-top:28px;
    color: #0d3f88;
    border-color: #0d3f88;
    width: 196px;
    background: url(../images/btn_jiantou_blue.png) 155px center no-repeat;
    padding: 10px 0;
    padding-left: 30px;
}
.tab-content-wrap .index-btn:hover{
	color: #fff;
	background: url(../images/btn_jiantou.png) 165px center #e36211 no-repeat;
	border-color:#e36211;
}

/****移动开发***/
.tab-content.mobile-content .col-sm-3 .tab-card{padding: 0;}
.tab-content.mobile-content .col-sm-3 .card-img-top{
    height: 180px;
    width: 100%;
    overflow: hidden;
}
.tab-content.mobile-content .col-sm-3 .card-img-top img{
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.tab-content.mobile-content .col-sm-3 .tab-card:hover .card-img-top img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.tab-content.mobile-content .card-body{padding:12px 20px 40px 20px;}
.tab-content.mobile-content .card-body .card-title{
    font-size: 22px;
    color: #333;
    margin-bottom: 25px;
    text-align: center;
}
.tab-content.mobile-content .card-body .card-text{
    text-align: left;
    color: #737880;
    line-height: 26px;
    margin-bottom: 20px;
    height: 54px;
    overflow: hidden;
    text-align:justify;
    text-justify:distribute-all-lines; 
}

/********发展历程***********/
.development-content{
	height: 635px;
	background: url(../images/development_bg.png) center bottom no-repeat;
}
.development-content .development-box{
	padding: 0;
    overflow: hidden;
    zoom: 1;
}
.development-content .development-box .development-items{
	float: left;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.development-content .development-box .development-items span.data{
    text-align: center;
    color: #737880;
    width:87px;
    height: 42px;
    display: block;
    background: url(../images/middle_time.png) center bottom no-repeat;
    font-size: 16px;
}
.development-content .development-box .development-items:first-child span.data{background: url(../images/start_time.png) center bottom no-repeat;}
.development-content .development-box .development-items:last-child span.data{background: url(../images/end_time.png) center bottom no-repeat;}
.development-content .development-box .development-items:last-child span.data,
.development-content .development-box .development-items:first-child span.data{width:71px;}
.development-content .development-box .development-items p.text{
    text-align: center;
    color: #737880;
    width: 87px;
    font-size: 16px;
    letter-spacing:4px;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
    padding-top: 14px;
    padding-top: 10px\0;
    padding-left:33px;
    padding-left: 27px\0;
    padding-right: 22px;
}
.development-content .development-box .development-items:last-child p.text,
.development-content .development-box .development-items:first-child p.text{width:71px;padding-left: 24px;padding-left: 26px\0;}
.development-content .development-box .development-items:hover span.data{color: #e36211;background: url(../images/middle_time_on.png) center bottom no-repeat;}
.development-content .development-box .development-items:hover p.text{color: #e36211;}
.development-content .development-box .development-items:first-child:hover span.data{background: url(../images/start_time_on.png) center bottom no-repeat;}
.development-content .development-box .development-items:last-child:hover span.data{background: url(../images/end_time_on.png) center bottom no-repeat;}


/*********合作伙伴**********/
.partner-content {background: #f5f5f5;text-align: center;padding-bottom: 40px;}
.partner-content .partner-box{overflow:hidden;zoom:1;padding: 0;}
.partner-content .partner-box .partner-items{
    width: 183px;
    height: 95px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    text-align: center;
}
.partner-content .partner-box .partner-items:nth-last-child(6n+1){margin-right:0;}


