/*通用*/
p,span,a,h1,h2,h3,h4,h5,h6{font-family: 微软雅黑;}
.row{margin: 0px;}
.header {background: #22282d;padding: 10px 0px;}
.nav{margin-left: 180px;}
@media (max-width: 768px) {
	.header {padding: 0px;}
	.nav{margin-left: 0px;}
}
@media screen and (min-width:768px) and (max-width:996px) {
    /* CSS 代码 */
    .nav{margin-left: 0px;}
    .phone-main{display: none;}
}
@media screen and (min-width:996px) and (max-width:1197px) {
    /* CSS 代码 */
    .nav{margin-left: 100px;}
}
.bgimg{opacity:0.5;
	filter:alpha(opacity=40);}
.navbar-brand{padding: 10px 0px;}
.navbar-brand img{height: 38px;width: 150px;margin-top: -4px;margin-left: 15px;}
.navbar-default{border-color: #22282D}
.container{position: relative;}
.nav li{margin: 0px 10px;}
.navbar-default .navbar-nav>li>a{color: #fff;font-size: 16px;}
/*.navbar-nav .active{border-bottom: 1px solid #ef4f19;}*/
.navbar-default .navbar-nav>li.active{background: none !important;}
.navbar-default .navbar-nav>li.active>a{color: #EF4F19;background: none;}
.navbar-default .navbar-nav>li>a:hover{color: #EF4F19 !important;background: none !important;transition:color 0.2s ease}
/*.navbar-default .navbar-nav>li:hover{border-bottom: 1px solid #ef4f19;!important;}*/
.phone-main{position: absolute;right: 120px;top: 13px;}
.phone_number{color: #fff;}
.phone_image{height: 20px;width: 20px;}
.foot-main{border-top: 1px solid #ccc;z-index: 9;display: none;position: fixed;height: 41px;line-height: 40px;bottom: -1px;width: 100%;background: #F1F1F1;text-align: center;}
.main{padding-top: 51px;position: relative;}
@media (max-width: 768px){
	.phone-main,.game-main{display: none;}
	.foot-main{display: block;}
	.main{padding-bottom: 40px !important;}
}
.footer-content{background: #32383d;}
.foot-content{padding: 50px 0px 30px 0px}
.index-row{margin: 0px;}
.copyright{text-align: center;color: #a9a9a9;margin-top: 10px;}
.foot-top{margin: 10px 0px 10px 0px;}
.foot-top span{font-size: 18px;font-weight: 700;color: #a9a9a9;}
.foot-matter p{font-size: 12px;margin: 0px;color: #8d9095;}
.foot-matter p i{color: #fff;}
.game-main{
	position: absolute;
	right: 10px;
	top: 6px;
}

