/*屏幕大于等于1200像素时导航栏样式*/
@media screen and (min-width: 1300px) {
    .big-screen-nav-cont{
    	width:90%;
    }
}
@media screen and (max-width: 1300px) {
    .big-screen-nav-cont{
    	width:98%;
    }
}
.navbar{
	border:none;
}
.big-screen-nav{
	font-family:"microsoft yahei";
	font-size:16px;
	overflow:hidden;
	width:100%;
	height:120px;
	background:#2B2B2B;
}
.big-screen-nav-cont{
	height:100%;
	margin:0 auto;
}
.big-screen-leftNav{
	float:left;
	height:100%;
}
.big-screen-leftNav ul{
	height:100%;
	overflow:hidden;
	margin-bottom:0px;
}
.big-screen-leftNav ul li{
	float:left;
	text-align:center;
	width:80px;
	height:100%;
	line-height:120px;
	margin-right:21px;
}
.big-screen-leftNav ul .logo{
	width:260px;
	background:url(../recimages/header_logo.png) no-repeat center;
	margin-right:40px;
}
.big-screen-leftNav ul li a{
	color:#BBBBBB;
}
.big-screen-nav ul li a:link{
	text-decoration:none;
}
.big-screen-nav ul li a:visited{
	text-decoration:none;
}
.big-screen-nav ul li a:active{
	text-decoration:none;
}
.big-screen-nav ul li a:hover{
	color:#B50D13;
	text-decoration:none;
}
.big-screen-leftNav ul li .active{
	color:#B50D13;
}
.big-screen-rightNav{
	float:right;
	height:100%;
	width:170px;
}
.big-screen-rightNav ul{
	overflow:hidden;
	height:100%;
	margin-bottom:0px;
}
.big-screen-rightNav ul li{
	overflow:hidden;
	margin-top:39px;
	float:left;
	font-size:14px;
	text-align:center;
	width:80px;
	height:40px;
	line-height:40px;
}
.big-screen-rightNav ul .nav-login{
	margin-right:10px;
}
.big-screen-rightNav ul li a{
	display:inline-block;
	color:#FFF;
	width:100%;
	height:100%;
	border:1px solid #FFF;
	border-radius:20px;
}
.big-screen-rightNav ul .nav-login a{
	color:#B50D13;
	border-color:#B50D13;
}
.big-screen-rightNav ul li a:hover{
	color:#B50D13;
	border-color:#B50D13;
}
/*屏幕小于1200像素时导航栏样式*/
.navbar-toggle {
    border: 1px solid #2B2B2B;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #2B2B2B;
}
.navbar-default .navbar-toggle{
	border-color: #2B2B2B;
}
.navbar-custom{
	font-family:"microsoft yahei";
	background:#2B2B2B;
	margin-bottom:0px;
}
.navbar-logo-custom{
	width:130px;
	background:url(../recimages/header_logo.png) no-repeat center;
	background-size:100%;
	margin-left:15px !important;
	margin-right:20px !important;
}
.navbar-nav-custom{
	margin-top:0px;
	margin-bottom:0px;
}
.navbar-nav-custom .active a{
	background-color:#2B2B2B !important;
	color:#B50D13 !important;
}
.navbar-custom .navbar-coll-custom{
	border-color:#2B2B2B;	
}
.navbar-nav-custom li a:link{
	text-decoration:none !important;
}
.navbar-nav-custom li a:visited{
	text-decoration:none !important;
}
.navbar-nav-custom li a:active{
	text-decoration:none !important;
}
.navbar-nav-custom li a:hover{
	color:#B50D13 !important;
	text-decoration:none !important;
}
/*首页banner大屏幕部分样式*/
.banner{
	overflow:hidden;
	width:100%;
	position:relative;
}
.banner img{
	width:100%;
	height:100%;
}
.hidden-custom{
	position:absolute;
	top:40%;
	left:7%;
}
.hidden-custom h1{
	font-size:38px;
	color:#101010;
	margin-bottom:20px;
}
.hidden-custom p{
	font-size:24px;
	color:#6C6A6A;
}
/*其他页面banner样式*/
.other-cont{
	width:100%;
	position:relative;
	height:400px;
	background:url(../recimages/banner2.jpg) no-repeat center;
	background-size:100% 100%;
}
.sucase-cont{
	width:100%;
	position:relative;
	height:400px;
	background:url(../recimages/banner3.jpg) no-repeat center;
	background-size:100% 100%;
}
.datasec-cont{
	width:100%;
	position:relative;
	height:400px;
	background:url(../recimages/banner4.jpg) no-repeat center;
	background-size:100% 100%;
}
.Incenter-cont{
	width:100%;
	position:relative;
	height:400px;
	background:url(../recimages/banner5.jpg) no-repeat center;
	background-size:100% 100%;
}
.about-us{
	width:100%;
	position:relative;
	height:400px;
	background:url(../recimages/banner6.jpg) no-repeat center;
	background-size:100% 100%;
}
.skill-textDes{
	width:54%;
	height:80px;
	text-align:center;
	line-height:80px;
	background:#B50D13;
	font-size:30px;
	color:#FFF;
	font-family:"microsoft yahei";
	position:absolute;
	top:55%;
	left:0px;
}
.sucas-textDes{
	width:200px;
	height:240px;
	text-align:center;
	line-height:240px;
	background:#B50D13;
	font-size:30px;
	color:#FFF;
	font-family:"microsoft yahei";
	position:absolute;
	bottom:0px;
	left:10%;
	margin:0px;
}
.datasec-textDes{
	width:200px;
	height:240px;
	text-align:center;
	line-height:240px;
	background:#B50D13;
	font-size:30px;
	color:#FFF;
	font-family:"microsoft yahei";
	position:absolute;
	top:0px;
	left:10%;
	margin:0px;
}
.Incenter-textDes{
	width:300px;
	height:120px;
	text-align:center;
	line-height:120px;
	background:#B50D13;
	font-size:30px;
	color:#FFF;
	font-family:"microsoft yahei";
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
}
.skill-navbar,.sucase-navbar{
	height:80px;
	position:absolute;
	bottom:-40px;
	left:0px;
	right:0px;
	margin:auto;
	text-align:center;
}
.skill-navbar div{
	display:inline-block;
	cursor:pointer;
	display:inline-block;
	width:80px;
	height:80px;
	overflow:hidden;
}
.sucase-navbar div{
	display:inline-block;
	cursor:pointer;
	display:inline-block;
	width:80px;
	height:80px;
	overflow:hidden;
}
.skill-navbar .navbar-btn1{
	background:url(../recimages/skill_check_icon1.png) no-repeat center;
	background-size:100% 100%;
}
.skill-navbar .navbar-btn2{
	margin:0 40px;
	background:url(../recimages/skill_icon2.png) no-repeat center;
	background-size:100% 100%;
}
.skill-navbar .navbar-btn3{
	background:url(../recimages/skill_icon3.png) no-repeat center;
	background-size:100% 100%;
}
.sucase-navbar .navbar-btn1{
	background:url(../recimages/case_check_icon3.png) no-repeat center;
	background-size:100% 100%;
}
.sucase-navbar .navbar-btn2{
	margin:0 40px;
	background:url(../recimages/case_icon1.png) no-repeat center;
	background-size:100% 100%;
}
.sucase-navbar .navbar-btn3{
	background:url(../recimages/case_icon2.png) no-repeat center;
	background-size:100% 100%;
}
/*手机屏样式*/
.visible-custom{
	width:100%;
	background:#B50D13;
	overflow:hidden;
}
.visible-custom h1{
	width:90%;
	font-size:18px;
	color:#FFF;
	margin:0 auto;
	margin-top:15px;
}
.visible-custom p{
	width:90%;
	font-size:12px;
	margin:0 auto;
	color:#FFF;
	margin-top:10px;
	margin-bottom:15px;
}
/*底部样式*/
.food{
	width:100%;
	background:#2B2B2B;
	font-family:"microsoft yahei";
	font-size:14px;
	color:#BBBBBB;
	overflow:hidden;
}
.food-logo{
	margin-top:60px;
	width:260px;
	height:58px;
	margin-bottom:10px;
}
@media (min-width: 768px) {
	.food-logo-txt{
		text-align:center;
	}
	.food-logo-txt i{
		margin-left:-10%;
	}
	.food-logo{
		margin-top:60px;
		width:auto;
		height:58px;
		margin-bottom:10px;
	}
}
.contact-us{
	margin-top:70px;
}
.contact-us h1{
	margin-top:0px;
	font-size:18px;
	color:#FFF;
	margin-bottom:28px;
}
.contact-us div{
	height:30px;
	line-height:30px;
}
.wx-commissioner{
	margin-top:110px;
	text-align:center;
}
.wx-code{
	margin-bottom:10px;
}
.food-navbar{
	width:100%;
	height:70px;
	text-align:center;
	margin-top:35px;
}
.food-address{
	margin-bottom:10px;
}
/*手机和平板样式*/
@media (max-width: 768px) {
	.navbar-custom .navbar-nav-custom a{
		font-size:16px;
		color:#666;
		font-family:"microsoft yahei";
		background:#DDDDDD !important;
		border-bottom:1px solid #999;
	}
	.other-cont{
		width:100%;
		position:relative;
		background:url(../recimages/phone_banner2.jpg) no-repeat center;
		background-size:100% 100%;
		height:200px;
	}
	.sucase-cont{
		width:100%;
		position:relative;
		background:url(../recimages/phone_banner3.jpg) no-repeat center;
		background-size:100% 100%;
		height:200px;
	}
	.datasec-cont{
		width:100%;
		position:relative;
		background:url(../recimages/phone_banner4.jpg) no-repeat center;
		background-size:100% 100%;
		height:200px;
	}
	.Incenter-cont{
		width:100%;
		position:relative;
		background:url(../recimages/phone_banner5.jpg) no-repeat center;
		background-size:100% 100%;
		height:200px;
	}
	.about-us{
		width:100%;
		position:relative;
		background:url(../recimages/phone_banner6.jpg) no-repeat center;
		background-size:100% 100%;
		height:200px;
	}
	.skill-navbar div{
		width:60px;
		height:60px;
		overflow:hidden;
	}
	.sucase-navbar div{
		width:60px;
		height:60px;
	}
	.skill-navbar, .sucase-navbar {
	    height: 60px;
	    bottom: -30px;
	}
	.food-logo {
	    margin-top: 40px;
	    width: 150px;
	    height: 30px;
	    margin-bottom:0px;
	}
	.food-logo img{
		width:100%;
		height:100%;
	}
	.contact-us {
	    margin-top: 40px;
	}
	.contact-us h1 {
	    margin-top: 0px;
	    font-size: 16px;
	    margin-bottom: 14px;
	}
	.wx-commissioner {
	    margin-top: 40px;
	}
	.wx-code img{
		width:100px;
		height:100px;
	}
}