
.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
h2, .h2 {
    font-size: 22px;
}
p {
    margin: 10px 0 10px;
}
.col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
.mapwidth p{
    text-align: left;
    text-indent: unset !important;
}
@media only screen and (min-width: 280px) and (max-width: 450px) {
    .default span {display: block;margin-top: -20px;margin-bottom: 80px;color: #71b0f7;margin-left: 15px;text-align: center}
	.img-size{width: 100%;}
	.main-img{width: 100%;height: 150px;}
	.mapwidth p iframe{
	    width: 100%;
	}
	/*移动端底部选项卡*/
    .mobile-bottom{
        display: flex;
        position: fixed;
        bottom: 0;
        background: #024585;
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 14px;
    }
    .mobile-tab{
        flex: 1;
        padding: 10px;
        border-left: 1px solid #003466;
        border-right: 1px solid #125ea7;
    }
    .mobile-bottom img{
        display: block;
        margin: 5px auto;
        width: 20px;
        height: 20px;
    }
    .mobile-bottom a{
        color: #fff;
        text-decoration: none;
    }
    .indent img{
        display: block;
        margin: 0 auto;
        width: 100% !important;
    }
    .foot-margin{
    	/*text-align: left;*/
    	margin: 15px 0;
    }
    .foot-bg{
    	background: #ebebeb;
    	border-top: 3px solid #dddddd;
    	padding-bottom: 70px;
    }
}
@media only screen and (min-width: 450px) and (max-width: 3000px) {
    .default span {display: block;margin-top: -62px;margin-bottom: 100px;font-size: 1.5em;color: #71b0f7;text-align: center;}
	.img-size{width: 700px;}
    .main-img{width: 100%;}
    iframe{
	   margin: 20px 0;
	   width: 100%;
	}
	.indent img{
        display: block;
        margin: 0 auto;
    }
    .foot-margin{
    	text-align: left;
    	margin: 15px 0;
    }
    .foot-bg{
    	background: #ebebeb;
    	border-top: 3px solid #dddddd;
    }
}
.logo-title {
    text-align: left;
}

.foot-a{
	color: #333;
	padding: 0 10px;
	font-size: 16px;
}
.foot-p{
	font-size: 16px;
    color: #666666;
    margin-bottom: 9px;
}
.foot-part2{
	padding-left: 66px;
    background: url(../picture/footer_icon01.png) no-repeat left center;
}
.foot-span{
	display: block;
    font-size: 27px;
    color: #666666;
}
.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{
    padding: 10px 0px 20px 0px;
    line-height: 36px;
    color: #4a4949;
    font-size: 16px;
    text-align: left;
}
.detailPic{
   text-align: center; 
}
/*底部固定-解决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;}