/*选项卡选中前*/
.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: #333;
    padding: 15px;
    border: 0;
}
/*选项卡选中后*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border-right: 4px solid #850007 !important;
    background-color: transparent;
    border: 0;
}
.nav-tabs>li>a:hover{
    background-color: transparent;
}


.tab-content>.tab-pane {
    /*display: none;*/
    line-height: 36px;
    color: #4a4949;
    /*font-size: 14px;*/
}
.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.home .whatis-link {
    display: block;
    padding: 10px 20px;
}
h2, .h2 {
    font-size: 22px;
}
p {
    margin: 10px 0 10px;
}
.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;
}
.col-md-12{
	padding-left: 0;
	padding-right: 0;
}
@media only screen and (min-width: 280px) and (max-width: 450px) {
	.col-md-3,.col-md-9 {padding-left: 0;padding-right: 0;}
	.foot-ul{float: right;}
	.indent p img{
        width: 100%;
        display: block;
    }
}
@media only screen and (min-width: 450px) and (max-width: 3000px) {
	.main-right {padding-left: 0px;padding-right: 0;}
    .main-left {padding-left: 0;padding-right: 50px;}
    .foot-ul{float: right;margin-top: 30px;margin-bottom: 30px;}
    .indent p img{
        width: auto;
        display: block;
        margin: 0 auto !important;
    }
}

.foot-h3{
	margin: .833em 0;
    padding-bottom: .833em;
    border-bottom: 1px solid #9d9d9d;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    text-align: left;
}
.foot-li{
	text-align: left;
    margin: 30px 0 30px;       
    color: #fff;    
    list-style-type: none;
}
.foot-li2{
	text-align: left;
    margin: 5px 0 5px;
    list-style-type: none;
    color: #9d9d9d;           
}
.footer_f {
    height: 40px;
    line-height: 40px;
    background: #313131;
    text-align: center;
}
.title1 {
	background: #850007;
    height: 60px;
    line-height: 60px;
    font-size: 2rem;
    color: #fff;
    float: none;
    border-bottom: 1px solid #b4b4b4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/*未选中样式*/
.whatis-tab{
	/*height: 53px;*/
    line-height: 25px;
    padding: 15px;
    font-size: 1.8rem;
    color: #444;
    background: #fff;
    border: 1px solid #dadada;
}
.whatis-tab:hover{
	border-right: 4px solid #850007;
}
.active1{
	border-right: 4px solid #850007;
}
.home .whatis-link {
    display: block;
    padding: 10px 20px;
}
p {
    margin: 10px 0 10px;
}
.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;
}

/*底部固定-解决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;}