/* Move down content because we have a fixed navbar that is 50px tall */
*{font-family: "Microsoft YaHei"}
/* Sticky footer styles
-------------------------------------------------- */
html { position: relative;min-height: 100%;}
body {
	padding-top: 90px;
	/* Margin bottom by footer height */
  	margin-bottom: 455px;
}
.no-padding{padding: 0 0 0 0;}
.no-padding-left{padding-left:0;}
/********头部***********/
.navbar-inverse{background: #fff;}
.navbar-inverse {
    border-color: #0527af;
    box-shadow: 0 0 5px rgba(5,39,175,.5);
}
/***logo部分**/
.navbar-brand{
    height: 90px;
    width: 305px;
    background: url(../images/logo.png) 15px center no-repeat;
}
/***右侧导航**/
.nav{margin-top: 24px;}
.nav li a{
	font-size: 16px;
	color: #444;
	padding: 10px 20px;
	transition:all 1s;
	-moz-transition:all 1s; /* Firefox 4 */
	-webkit-transition:all 1s; /* Safari 和 Chrome */
	-o-transition:all 1s; /* Opera */
}
.nav li a:focus, 
.nav li a:hover {
    text-decoration: none;
    background-color: #f8f9fc;
    color: #0527af;
}
.nav-pills li.active a, 
.nav-pills li.active a:focus, 
.nav-pills li.active a:hover{background-color: #0527af;}

/********banner图***********/
.jumbotron{
	height: 550px;
	background: url(../images/banner.jpg) center center no-repeat;
}

/********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{
	padding-top: 10px;
	padding-bottom: 25px;
	transition:all 1s;
	-moz-transition:all 1s; /* Firefox 4 */
	-webkit-transition:all 1s; /* Safari 和 Chrome */
	-o-transition:all 1s; /* Opera */
}
/****下方横条动效****/
.service:after{
    content: "";
    width: 0;
    height: 2px;
    background: #0527af;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.service:hover:after{
    width: 100%;
}
.service:focus,
.service:hover{
	background: #f8f9fc;
	box-shadow: 0 0 5px rgba(5,39,175,.8)
}
.small-title{font-size: 22px;}
.service .small-title:before{
	content:"";
	display: inline-block;
	width: 35px;
	height: 35px;
	vertical-align: text-top;
    margin-right: 8px;
}
.service-zx:before{background: url(../images/icon.png) left -41px no-repeat;}
.service-kf:before{background: url(../images/icon.png) -35px -41px no-repeat;}
.service-px:before{background: url(../images/icon.png) -70px -41px no-repeat;}
.service-yw:before{background: url(../images/icon.png) -105px -41px no-repeat;}
.detail{
	height: 170px;
	line-height: 24px;
	color: #777;
}
.arrow-enter{
	width: 31px;
	height: 31px;
	background: url(../images/icon.png) -155px -41px no-repeat;
	margin-right: 10px;
}
.arrow-enter:focus,
.arrow-enter:hover{background: url(../images/icon.png) -186px -41px no-repeat;}

/********banner图中间小的***********/
.banner-small{
	height:260px;
	margin-top:45px;
	background: url(../images/banner1.jpg) center center no-repeat;
}

.title2-text{background: url(../images/icon.png) -155px top no-repeat;}

/******解决方案******/
.solution{
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	border-right:1px solid #eee;
}
.solution.border-bottom{border-bottom:1px solid #eee;}
.solution:focus,
.solution:hover{
	background: #f8f9fc;
	box-shadow: 0 0 5px rgba(5,39,175,.8);
}
.solution .number{
	width: 30px;
	height: 54px;
	display: block;
	position: absolute;
	right: 0;
	top: 15px;
}
.solution .number.one{background: url(../images/icon.png) left -76px no-repeat;}
.solution .number.two{background: url(../images/icon.png) -30px -76px no-repeat;}
.solution .number.three{background: url(../images/icon.png) -60px -76px no-repeat;}
.solution .number.four{background: url(../images/icon.png) -90px -76px no-repeat;}
.solution .number.five{background: url(../images/icon.png) -120px -76px no-repeat;}
.solution .number.six{background: url(../images/icon.png) -150px -76px no-repeat;}
.solution .number.seven{background: url(../images/icon.png) -180px -76px no-repeat;}
.solution .number.eight{background: url(../images/icon.png) -210px -76px no-repeat;}

.solution .small-title:after{
	content:"";
	display:block;
	width: 70px;
	height: 3px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.part1-title:after{background: #ffb300;}
.part2-title:after{background: #ff8100;}
.part3-title:after{background: #ff3600;}
.part4-title:after{background: #c44897;}
.part5-title:after{background: #3a04b0;}
.part6-title:after{background: #0198c3;}
.part7-title:after{background: #05af29;}
.part8-title:after{background: #8daf05;}
.solution .detail{height: 120px;}

.row.fengxi{height: 40px;}

/******返回顶部********/
.right-btn-index{
    position: fixed;
    left: 50%;;
    bottom: 130px;
    margin-left:605px;
    width: 40px;
    height: 123px;
    z-index: 99999;
}
.right-btn-index a{
	width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 1px;
    opacity: .7;
}
.btn-weixin{background:url(../images/icon.png) -155px -130px no-repeat #ff8100;}
.btn-tel{background: url(../images/icon.png) -195px -130px no-repeat #ff8100;}
.btn-top{background: url(../images/icon.png) -235px -130px no-repeat #ff8100;}
.right-btn-index a:hover{opacity: 1;}
/******底部********/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height:455px;
  background-color: #00092b;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.footer .container {
  padding-right: 15px;
  padding-left: 15px;
}
.footer-title{
	overflow: hidden;
	zoom: 1;
    height: 45px;
}
.footer-title span{
	font-size: 18px;
	color: #4d536b;
	padding-bottom: 8px;
	border-bottom: 1px solid #4d536b; 
}
.footer-menu-list{
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #8c8f98;
}
.footer-menu-list:hover,
.footer-menu-list:focus{color: #fff;}
/*****二维码****/
.code-title{
	font-size: 16px;
	color: #4d536b;
	margin-top: 55px;
}
.code-text{
	font-size: 14px;
	color: #4d536b;
	line-height: 22px;
    margin-top: 5px;
}
/******电话-地址-邮箱********/
.tel-mail-position{
	border-top:1px solid #313544;
	margin-top: 15px;
	padding-top: 15px;
}
.tel-mail-position .media{padding-left:10px;}
.tel-mail-position .media-left{opacity: .4;}
.tel-mail-position .media-body{
	color: #666b7f;
	font-size: 12px;
}
.tel-mail-position .media-body p{margin-bottom: 3px;}
/******版权*******/
.copy-right{
	position: absolute;
	
	left: 0;
	width:100%;
	background: #000720;
	text-align: center;
	color: #4f535d;
	font-size: 14px;
	
	margin:0;
}


/*********************************************
内页服务
*************************************************/
/****内页整体背景颜色*****/
.page-wrap{background: #f4f5f7;}
.img-box{text-align: center;}
.text-title{
    border-left: 4px solid #0527af;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #0527af;
}
.text-title span{
    padding: 5px 10px;
    font-size: 13px;
    font-weight: normal;
    color: #c5cade;
}
.detail-title{
	text-indent:14px;
	font-size: 16px;
	margin: 15px 0 5px 0;
}
/********banner图中间小的***********/
.banner-service{
	height:230px;
	margin-bottom: 20px;
	background: url(../images/banner-service.jpg) center center no-repeat;
}

.pages-sidenav{
	margin-top: 0;
	background: #fff;
}
.pages-sidenav li a{
	height: 40px;
	padding-left: 5px;
	padding-right: 10px;
	margin: 10px 0;
	color: #00092b;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari 和 Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.pages-sidenav li a .left-icon{
	float: left;
	width: 30px;
	height: 20px;
	display: inline-block;
	background: url(../images/icon.png) left -140px no-repeat;
}
.pages-sidenav li a .right-icon{
	float: right;
	width: 30px;
	height: 20px;
	display: inline-block;
	background: url(../images/icon.png) -60px -140px no-repeat;
	opacity: 0;
}
.pages-sidenav li.active a,
.pages-sidenav li a:focus{color:#ff8100;}
.pages-sidenav li.active a .left-icon,
.pages-sidenav li a:focus .left-icon{background: url(../images/icon.png) -30px -140px no-repeat;}
.pages-sidenav li.active a .right-icon,
.pages-sidenav li a:focus .right-icon{opacity: 1;}
.pages-sidenav li:hover a{color:#ff8100;background: #fff;}
.pages-sidenav li:hover a .left-icon{background: url(../images/icon.png) -30px -140px no-repeat;}

.pages-content-right{
	background: #fff;
	padding-top: 20px;
	padding-bottom: 100px;
	margin-bottom: 20px;
}
.page-wrap p.detail{
	text-indent: 2em;
	line-height: 34px;
	color: #666;
	font-size: 14px;
	height: auto;
}
.page-wrap .detail-ul{
	line-height: 34px;
	color: #666;
	font-size: 14px;
	height: auto;
	padding-left: 48px;
    list-style-position: outside;
}


/*********************************************
产品中心
*************************************************/
.banner-product{
	height:230px;
	margin-bottom: 20px;
	background: url(../images/banner-product.jpg) center center no-repeat;
}
.product-content{padding-bottom: 30px;}
.product-content ul{
	list-style: none;
    padding: 0;
}
.product-list{
	padding:10px 10px 5px 10px;
	border-bottom: 1px dashed #999;
}
.product-list:last-child{border-bottom:none;}
.product-list:hover{background: #f8f9fc;}
.product-list h4{
	position:relative;
	font-size: 16px;
	color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}
.product-list h4 .btn-detail{
    float: right;
    margin-right: 5px;
    font-size: 14px;
    color: #0527af;
    font-weight: normal;
}
.product-list p{color: #999;position:relative;}


/*********************************************
加入我们
*************************************************/
.banner-join{
	height:230px;
	margin-bottom: 20px;
	background: url(../images/banner-join.jpg) center center no-repeat;
}
.pages-join .nav{margin: 0 0 10px 0;}
.pages-join .nav li a{
	font-size: 14px;
    padding: 5px 20px 6px 20px;
    color: #999;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
}
.pages-join .nav li.active a{
    color: #fff;
    background: #0527af;
    border: 1px solid #0527af;
}
.pages-join .nav li:hover a{    
	background-color: #f8f9fc;
    color: #0527af;
    border: 1px solid #0527af;
}
.recruit-box{
	padding-left: 35px;
	padding-top: 7px;
}
.recruit-box h4{
	font-weight: bold;
	margin-bottom: 17px;
}
.recruit-box p{color: #666;}
.recruit-box .lastP{margin-bottom: 5px;}
.recruit-box p .bold{font-weight: bold;}
.recruit-box .blank-space{
    padding-left: 75px;
    line-height: 30px;
}