
.container {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
p {
    margin: 10px 0 10px;
}
h2{
    font-size: 22px;
}
iframe{
    width: 100%;
}

@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;}
	.default span {display: block;margin-top: -20px;margin-bottom: 80px;color: #71b0f7;margin-left: 15px;text-align: center;}
    .img-size{width: 100%;}
    .indent img{display: block;margin: 0 auto;width: 100%;}
}
@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;}
    .default span {display: block;margin-top: -62px;margin-bottom: 100px;font-size: 1.5em;color: #71b0f7;text-align: center;}
    .img-size{width: 700px;}
    .indent img{display: block;margin: 0 auto;}
}
.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;
    padding: 20px 8px;
    line-height: 36px;
}
.indent-line{
	font-size: 16px;
    text-align: left;
    border-bottom: 1px dashed #dadada;
    padding: 0 10px;
}
.t2{
	color: #fff;
    font-weight: normal;
    margin-left: 8px;
    font-size: 20px;
}
/*底部固定-解决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;}