
.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
p {
    margin: 10px 0 10px;
}
.nav-tabs{
    display: flow-root;
    width: 100%;
    list-style: none;   
}
.nav-tabs li{
    width: 100%;
}
.nav-tabs li a{
    color: #333;
    display: flow-root;
}
.active1 a{
    color: #ff5601 !important;
}
.art-con{
    list-style: none;
    text-align: left;
    line-height: 30px;
    margin: 10px;
}
h2{
    font-size: 22px;
}
@media only screen and (min-width: 280px) and (max-width: 450px) {
	.link{padding: 20px 10px;color: #ff5601;}
	.foot-bg{background: #3376c1;}
	.next-line{display: block;}
	.foot-box{padding: 10px 0;}
	.title1 {
	    padding-top: 10px;
	    padding-bottom: 10px;
	    line-height: 53px;
	    font-size: 2rem;
	    float: none;
	    border-bottom: 1px solid #b4b4b4;
	    background: #3376c1;
	    margin-top: 15px;
	}
	.title1 h3{
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		margin: 6px;
	}
	.indent{
    	font-size: 16px;
    	text-indent: 2em;
        text-align: left;
        padding: 5px 0;
    }
    .indent img{
         width: 100%;
        margin: 0 auto !important;
        display: block;
    }
}
@media only screen and (min-width: 450px) and (max-width: 3000px) {
	.link{padding: 20px 0;color: #ff5601;}
	.foot-bg{height: 195px;background: #3376c1;}
	.foot-box{font: 16px/1.5 '宋体',Arial,sans-serif;padding: 20px 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;
	}
	.main-right {padding-left: 0px;padding-right: 0;border: 1px solid #ddd;margin: 20px 0;}
    .main-left {padding-left: 0;padding-right: 50px;margin-top: 20px;}
    .title1 {
	    padding-top: 10px;
	    padding-bottom: 10px;
	    line-height: 53px;
	    font-size: 2rem;
	    float: none;
	    border-bottom: 1px solid #b4b4b4;
	    background: #3376c1;
	}
	.title1 h3{
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		margin: 0;
	}
	.indent{
    	font-size: 16px;
    	text-indent: 2em;
        text-align: left;
        padding: 10px 20px;
    }
    .indent img{
         width: auto;
        margin: 0 auto !important;
        display: block;
    }
}
.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-line{
	font-size: 16px;
	text-indent: 2em;
    text-align: left;
    border-bottom: 1px dashed #dadada;
    padding: 0 10px;
}
.t2{
	color: #fff;
    font-weight: normal;
    margin-left: 8px;
    font-size: 20px;
}
.whatis-tab:hover{
	background: #ececec;
	color: #ff5601;
}
.active1{
	background: #ececec;
    color: #ff5601 !important;
}
.whatis-link:hover{
	text-decoration: none;
}
/*未选中样式*/
.whatis-tab{
    line-height: 25px;
    padding: 15px;
    font-size: 1.8rem;
    color: #444;
    border: 1px solid #ddd;
    text-align: center;
}
.title-p{
	font-size: 18px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	margin: 15px 0;
	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;}