/*选项卡选中前*/
.nav-tabs>li{
    float: none;
    line-height: 25px;
    font-size: 1.8rem;
    color: #333333;
    background: #fff;
    border: 1px solid #d8cbcb;
}
.nav-tabs>li>a{
    color: #888;
    padding: 15px;
    border: 0;
    border-radius: 0;
}
/*选项卡选中后*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: #d1c3c3;
    color: #a90e0a;
    border: 0;
}
.nav-tabs>li>a:hover{
    background-color: transparent;
}


.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
h2{
	font-size: 22px;
}
p {
    margin: 10px 0 10px;
}
.col-md-12{
	padding-left: 0;
	padding-right: 0;
}
.col-md-3{
	margin: 30px 0;
}
.col-md-9 {
    border: #dedede solid 1px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    margin: 30px 0;
}
@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;}
    .title1-h3{font-size: 22px;color: #fff;margin: 5px;}
    .indent p img{width: 100%;display: block;}
}
@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;}
    .main-right {padding-left: 0px;padding-right: 0;}
    .main-left {padding-left: 0;padding-right: 50px;}
    .title1-h3{font-size: 22px;color: #fff;}
}
.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;
}
/*未选中样式*/
.whatis-tab{
	/*height: 53px;*/
    line-height: 25px;
    padding: 15px;
    font-size: 1.8rem;
    color: #444;
    background: #ededed;
    margin-top: 4px;
}
.title1 {
	background: #d1c3c3;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 53px;
    font-size: 2rem;
    color: #fff;
    float: none;
    border-bottom: 1px solid #b4b4b4;
    /*margin-bottom: 15px;*/
}
.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{
	font-size: 16px;
	padding-left: 8px;
    padding-right: 8px;
    text-align: left;
}
.t2{
	color: #fff;
    font-weight: normal;
    margin-left: 8px;
    font-size: 20px;
}
.whatis-tab:hover{
	background: #d1c3c3; 
	color: #fff;
}
.active1{
	background: #d1c3c3; 
	color: #fff;
}
.whatis-link:hover{
	text-decoration: none;
}
/*底部固定-解决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;}