
.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
p {
    margin: 10px 0 10px;
}
.col-md-12{
	padding-left: 0;
	padding-right: 0;
}
.mapwidth p{
    text-align: left;
}
@media only screen and (min-width: 280px) and (max-width: 450px) {
	
    .foot-a{color: #fff;padding: 0 6px;}
    .foot-p{color: #fff;overflow-x: scroll;white-space: nowrap;}
    .foot-ul{text-align: left;list-style: none;line-height: 30px;font-size: 16px;color: #666666;padding-left: 0;}
    .foot-left img{display: block;text-align: left;}
    .col-md-3,.col-md-9 {padding-left: 0;padding-right: 0;}
    .default span {display: block;margin-top: -20px;margin-bottom: 80px;color: #71b0f7;margin-left: 15px;text-align: center}
	.img-size{width: 100%;}
	.main-img{width: 100%;height: 150px;}
	.mapwidth p iframe{
	    width: 100%;
	}
	.indent img{
        display: block;
        margin: 0 auto;
        width: 100%;
    }
}
@media only screen and (min-width: 450px) and (max-width: 3000px) {
	
    .foot-a{color: #fff;padding: 0 15px;}
    .foot-p{color: #fff;}
    .foot-ul{text-align: left;list-style: none;line-height: 30px;font-size: 16px;color: #666666;}
    .foot-left img{display: block;text-align: left;}
    .default span {display: block;margin-top: -62px;margin-bottom: 100px;font-size: 1.5em;color: #71b0f7;text-align: center}
	.img-size{width: 700px;}
    .main-img{width: 100%;}
    iframe{
	   margin: 20px 0;
	   width: 100%;
	}
	.indent img{
        display: block;
        margin: 0 auto;
    }
}
.foot-bg{
	background: url(../picture/beijing6.jpg);
    height: 220px;
}
.foot-a:hover{
	color: #fff;
}
.foot-left{
	padding-top: 20px;
}
.foot-left p{
	color: #666666;
	text-align: left;
	margin-bottom: 0;
}
.foot-left span{
	display: block;
	font-size: 24px;
	color: #d51619;
	text-align: left;
}
.foot-right{
	padding-top: 20px;
}
.lt-w{
	float: left;
	border-bottom: 2px solid #e60000;
	margin: 0;
}
.location {
    height: 51px;
    line-height: 48px;
    padding: 0 10px;
    background: #fff;
    color: #999999;
    font-size: 1.5rem;
    border-bottom: none;
    position: relative;
    margin-top: 10px;
    border-bottom: #dedede solid 1px;
    overflow-x: auto;
}
.p1 {
    margin: 0;
    text-overflow: ellipsis;
    /*overflow: hidden;*/
    white-space: nowrap;
    text-align: left;
}
.ico_home {
    margin-top: -6px;
}
.location a {
    margin: 0 6px;
    color: #333;
}
.tab-content>.tab-pane {
    /*display: none;*/
    line-height: 36px;
    color: #4a4949;
    font-size: 14px;
}
.indent{
    padding: 10px 0px 20px 0px;
    line-height: 36px;
    color: #4a4949;
    font-size: 16px;
    text-align: left;
}
.detailPic{
   text-align: center; 
}

h2, .h2 {
    font-size: 22px;
}
/*底部固定-解决pc,平板,移动端无论内容多或少始终保持在页面最底部*/
*{margin: 0; padding: 0;}
html,body{height: 100%;}
#container{display: flex; flex-direction: column; height: 100%;}
.main{flex: 1 0 auto;}
.bg{background:orange;height:200px;}
.footer{background: #ac0606; flex: 0 0 auto;}