*{
	margin:0;
	padding:0;
}
img{
	max-width:100%;
	height:auto;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
body{
	font-size:14px;
	line-height:1.7em;
	background:#FFFFFF;
	color:#505050;
	font-family: "Microsoft YaHei","Hiragino Sans GB","黑体",Arial,sans-serif;
}
small{
	font-size:14px;
}
h1,h2,h3,h4,h5,h6{
	margin:10px 0;
	font-size:16px;
	color:#337AB7;
}
.page-header{
	color:#337AB7;
}

a {
    color: #636363;
    text-decoration: none;
}
a:hover, a:focus {
    color: #F66200;
    text-decoration: none;
}

/*登录*/
#denglulashenkuang{
	background:#FFF;
	padding-top:20px;
	padding-bottom:15px;
}
#shangxialadong{
	overflow:hidden;
	height:0;
}


/*抽奖*/
/*#home{
	background:#260755 url(../../../img/Special/nianmo/banner.png) center center no-repeat;
	height:903px;
}*/

#home{
	background:#260755 url(../../../img/Special/nianmo/banner.png) bottom center no-repeat;
	height:820px;
}

#zhuanpan{
	float:right;
	margin-top:217px;
}
/*奖盘*/
#yuan{
	width:506px;
	height:504px;
	position:relative;
	background:url(../../../img/Special/nianmo/yuan.png) center center no-repeat;
}
/*指针*/
#start{
	position:absolute;
	cursor:pointer;
	top:155px;
	left:165px;
	height:182px;
}
@media (max-width:1200px){
	#home{
		background:#260755 url(../../../img/Special/nianmo/banner.png) center center no-repeat;
		height:703px;
	}
	#zhuanpan{
		float:right;
		margin-top:150px;
	}
	/*奖盘*/
	#yuan{
		width:406px;
		height:404px;
		position:relative;
		background:url(../../../img/Special/nianmo/yuan.png) center center no-repeat;
		background-size:406px 404px;
		-moz-background-size:406px 404px;
		-moz-background-size:406px 404px;
		-o-background-size:406px 404px;
	}
	/*指针*/
	#start img{
		width:152px;
	}
	#start{
		height:152px;
		position:absolute;
		cursor:pointer;
		top:120px;
		left:130px;
	}
}

@media (max-width:767px){
	#home{
		background:#260755 url(../../../img/Special/nianmo/smallbg.png) center center no-repeat;
		height:403px;
	}
	#zhuanpan{
		float:none;
		margin-top:20px;
	}
	/*奖盘*/
	#yuan{
		width:306px;
		height:304px;
		margin:0 auto;
		position:relative;
		background:url(../../../img/Special/nianmo/yuan.png) center center no-repeat;
		background-size:306px 304px;
		-moz-background-size:306px 304px;
		-moz-background-size:306px 304px;
		-o-background-size:306px 304px;
	}
	/*指针*/
	#start img{
		width:130px;
	}
	#start{
		height:130px;
		position:absolute;
		cursor:pointer;
		top:80px;
		left:89px;
	}
}



#anniu{
	margin-top:20px;
}
.button-highlight{
	font-weight:bold;
	font-size:16px;
	border-radius:5px;
}

/*导航*/
.navbar-brand img{
	width:150px;
}
@media (max-width:767px){
	.navbar-brand img{
		width:120px;
	}
}

/*荣誉*/
#mingyu{
	background:#56C4FF;
	padding:30px 0;
}
#mingyu span{
	display:inline-block;
	width:181px;
	height:39px;
	background:#FFA300;
	border-radius:5px;
	margin-top:15px;
	color:#FFF;
	font-size:16px;
	line-height:39px;
}
@media (max-width:1200px){
	#mingyu span{
		width:150px;
	}
}
@media (max-width:992px){
	#mingyu .col-md-3{
		padding-bottom:20px;
	}
}

/*项目列表*/
/*ajax搜索部分，项目列表*/

#item .button{
	padding:0 20px;
}
#item .dfasdf{
	text-align:center;
}
@media (max-width:768px){
	#item .button{
		padding:0 10px;
		font-size:12px;
	}
	#item .dfasdf{
		text-align:center;
	}
}

#item{
	padding-top:0px;
	padding-bottom:30px;
}

#item img{
	width:100%;
	height:auto;
}
#item .row .col-sm-4{
	margin-top:15px;
}
/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	width:100%;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity:1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/*成功案例*/
#anlis{
	background:#FCC000;
	padding-top:30px;
	padding-bottom:30px;
}
#anlis a{
	color:#212221;
}
#anlis a:hover{
	color:#000;
}
#anlis .xxx{
	width:420px;
	margin-left:20px;
}
#anlis .topics{
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #FFF;
	padding:10px 0;
}
#anlis p{
	font-size:16px;
	color:#000;
}
@media (max-width:1200px){
	#anlis .xxx{
		width:310px;
		margin-left:20px;
	}
}
@media (max-width:992px){
	#anlis .xxx{
		width:570px;
		margin-left:20px;
	}
}
@media (max-width:768px){
	#anlis .xxx{
		width:auto;
		margin-left:0px;
	}
}


/*通用大标题*/
.topic{
	color:#FD9F01;
	font-size:40px;
	font-weight:bold;
	text-align:center;
}
.topbar_footer{
	text-align:center;
	padding:10px;
	width:720px;
	margin:0 auto;
	padding-bottom:40px;
	color:#000;
	font-size:16px;
}
@media (max-width:800px){
	.topic{
		color:#FD9F01;
		font-size:30px;
		font-weight:bold;
		text-align:center;
	}
	.topbar_footer{
		text-align:center;
		padding:10px;
		width:auto;
		margin:0 auto;
		padding-bottom:40px;
		color:#000;
		font-size:16px;
	}
}

/*新闻资讯*/
.sdfhsdf li{
	padding:5px 0;
	border-bottom:1px dashed #CCC;
}













.modal-backdropss {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index:1040;
    opacity:0;
}

.dengji{
	background:#FFF;
	border:3px solid #FF3C48;
	padding:10px;
	margin-top:20px;
}
.dengji pre{
	background:#FFF;
	border:0;
	font-size:14px;
	padding:0;
	padding-top:5px;
}


#myModal .modal-body .btn{
	background:#FF7200;
	border:0;
	color:#FFF;
}

#tishikuang .modal-header{
	border-bottom:0px;
}
#tishikuang .jianglidengji{
	color:#505050;
	font-size:16px;
}
#tishikuang .jianglidengji{
	color:#505050;
	font-size:16px;
}
#tishikuang .fudai p{
	color:#FF7200;
	margin-bottom:5px;
}

#jilu .btn{
	background:#FF3C48;
	color:#FFF;
	border:0;
}
#collapseExample .well{
	background:#FFF;
	border:0;
	border-radius:0;
	margin-bottom:0;
}
#collapseExample .well li{
	border-bottom:1px dashed #CCC;
	font-size:12px;
}
#collapseExample .ziji{
	color:#FF3C48;
}
.yogaoa{
	border:0;
	background:0;
	padding:0;
	font-weight:bold;
	color:#FF3C48;
	font-size:14px;
	padding-top:10px;
}
#tishikuang .modal-content{
	border-radius:0;
	width:427px;
	height:342px;
	background:#FEFEFE url(../../../img/Special/nianmo/beijing.png) center center no-repeat;

}
#tishikuang .modal-dialog{
	width:427px;
	height:342px;
}

@media (max-width:767px){
	#collapseExample{
		width:300px;right:0px;
	}
	#tishikuang .modal-content{
		border-radius:0;
		width:auto;
		height:auto;
		background:#FEFEFE url(../../../img/Special/nianmo/beijing.png) center center no-repeat;

	}
	#tishikuang .modal-dialog{
		width:auto;
		height:auto;
	}
}

#dasdfasd{
	background:#FEFEFE url(../../../img/Special/nianmo/beijing.png) center center no-repeat;
}

#mingdan li{
	border-bottom:1px dashed #ccc;
	padding:5px 0;
}

.navbar-collapse li{
	cursor:pointer;
}




#fgadfsadf img{
	height:100px;
	cursor:pointer;
}
#fgadfsadf li{
	margin-right:26px;
}
@media (max-width:1200px){
	#fgadfsadf img{
		height:90px;
	}
	#fgadfsadf li{
		margin-right:10px;
	}
}
@media (max-width:992px){
	#fgadfsadf img{
		height:70px;
	}
	#fgadfsadf li{
		margin-right:0px;
	}
}
@media (max-width:767px){
	#fgadfsadf img{
		height:50px;
	}
}

#dfasdfsdas img{
	height:100px;
	cursor:pointer;
}
#dfasdfsdas li{
	margin-right:40px;
}
@media (max-width:1200px){
	#dfasdfsdas img{
		height:90px;
	}
	#dfasdfsdas li{
		margin-right:20px;
	}
}
@media (max-width:992px){
	#dfasdfsdas img{
		height:70px;
	}
	#dfasdfsdas li{
		margin-right:0px;
	}
}
@media (max-width:767px){
	#dfasdfsdas img{
		height:50px;
	}
}

#fgwerge img{

	cursor:pointer;
}

@media (max-width:1200px){
	#fgwerge img{
		height:70px;
	}
	#fgwerge li{
	}
}
@media (max-width:767px){
	#fgwerge img{
		height:50px;
	}
}

#asrdfger img{
	cursor:pointer;
}
#asrdfger li{
	margin-right:25px;
}
@media (max-width:1200px){
	#asrdfger img{
		height:70px;
	}
	#asrdfger li{
	margin-right:10px;
	}
}
@media (max-width:767px){
	#asrdfger img{
		height:50px;
	}
}

@media (max-width:992px){
	#fgadfsadf img{
		margin-right:0px;
		height:75px;
	}
	#dfasdfsdas img{
		height:80px;
		margin-right:0px;
	}
	#fgwerge img{
		height:55px;
	}
	#asrdfger img{
		height:55px;
		margin-right:0px;
	}
}
@media (max-width:676px){
	#afsdfgarfgaer ul{
		display:inline;
	}
}

#afsdfgarfgaer li{
	background:#000;
}
#afsdfgarfgaer img:hover{
	opacity: 0.5;
	background:#000;
}





.nav > li > a{
	font-size:18px;
	color:#000;
	padding:30px 15px;
}
.navbar-brand{
	padding-top:18px;
}
@media (max-width:992px){
	.nav > li > a{
		font-size:15px;
		color:#000;
		padding:15px;
	}
	.navbar-brand{
		padding-top:3px;
	}
}
@media (max-width:767px){
	.nav > li > a{
		font-size:15px;
		color:#000;
		padding:15px;
	}
	.navbar-brand{
		padding-top:8px;
	}
}
.navbar-inverse .navbar-nav > li > a{
	color:#000;
}


#news .well{
	height:260px;
}
@media (max-width:1200px){
	#news .well{
		height:350px;
	}
}
@media (max-width:992px){
	#news .well{
		height:150px;
	}
}

#footer{
  font-size:14px;
}