.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;
}
@media only screen and (min-width: 280px) and (max-width: 450px) {
	.foot-bg{background: #1a1d22;text-align: left;}
	.foot-bg ul{padding-left: 0;list-style: none;display: flow-root;margin: 10px 0;}
	.foot-bg ul li{float: left;}
	.foot-bg ul li a{color: #a6abb8;padding: 0 10px;border-right: 1px solid #a6abb8;}
	.foot-bottom{color: #797c85;margin: 5px 0;line-height: 24px;}
	.title1 {
	    background: url(../picture/tle-bg.gif)round;
	    position: relative;
	    height: 40px;
	    font-size: 14px;
	    line-height: 30px;
	    border-bottom: 1px solid #ddd;
	    margin-bottom: 10px;
	}
	.indent-line{
		font-size: 16px;
	    text-align: left;
	    border-bottom: 1px dashed #dadada;
	}
	.main-left{margin: 15px 0;}
	.indent img{
	    width: 100%;
	    display: block;
	    margin: 0 auto !important;
	}
}
@media only screen and (min-width: 450px) and (max-width: 3000px) {
	.foot-bg{background: #1a1d22;height: 230px;text-align: left;}
	.foot-bg ul{padding-left: 0;list-style: none;display: flow-root;margin: 20px 0;}
	.foot-bg ul li{float: left;}
	.foot-bg ul li a{color: #a6abb8;padding: 0 15px;border-right: 1px solid #a6abb8;}
	.foot-bottom{color: #797c85;margin: 5px 0;width: 68%;line-height: 26px;}
	.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 {
	    background: url(../picture/tle-bg.gif)round;
	    position: relative;
	    height: 40px;
	    font-size: 14px;
	    line-height: 30px;
	    border-bottom: 1px solid #ddd;
	    margin-bottom: 10px;
	}
	.indent-line{
		font-size: 16px;
	    text-align: left;
	    border-bottom: 1px dashed #dadada;
	    padding: 0 10px;
	}
	.indent img{
	    width: auto;
	    display: block;
	    margin: 0 auto !important;
	}
	
}
body{background: #f5f5f5;}
h3{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
}
h3 span{
	margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #a5a5a5;
}
.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;
    text-align: left;
}
.t2{
	color: #fff;
    font-weight: normal;
    margin-left: 8px;
    font-size: 20px;
}
.whatis-tab:hover{
	color: #e60000;
}
.active1{
    color: #e60000 !important;
}
.active1 a{
    color: #e60000 !important;
}
.whatis-tab{
    line-height: 25px;
    padding: 8px 15px;
    font-size: 1.8rem;
    color: #444;
    text-align: left;
    background: url(../picture/sprites.png) no-repeat 0 -124px;
    width: 100%;
    display: flow-root;
}
.nav-tabs{
    display: flow-root;
    list-style: none;
}
.nav-tabs>li{
    display: flow-root;
    width: 100%;
}
.whatis-link:hover{
	text-decoration: none;
}
.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;}
