.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.foot-style{
	text-align: right;
	background: #a00501;
	color: #fff;
}
.foot-a{
	color: #fff;
}
.gray-background{
	padding-top: 20px;
}
p {
    margin: 10px 0 10px;
}
.foot-backcolor{
	background: #3a3d42;
}
.detailPic{
   text-align: center; 
}
.mapwidth p{
    text-align: left;
}
@media only screen and (min-width: 280px) and (max-width: 450px) {
	.default span {
	    display: block;
	    margin-top: -20px;
	    margin-bottom: 80px;
	    /*font-size: 13px;*/
	    color: #71b0f7;
	    margin-left: 15px;
	    text-align: center
	}
	.img-size{width: 100%;}
	.navbar-default {height: 124px;background-color: #fff;border-color: transparent;background: #f6f6f6;position: relative;border-bottom: #006ada solid 2px;}
    .main-pic{margin-top: 122px;}
    .mapwidth p iframe{
	    width: 100%;
	}
	.foot {
        color: #cccdd1;
    }
    .foot2{
    	text-align: center;
    }
    .foot2 img {
        width: 150px;
        display: inline-block;
    }
    .indent img{
        display: block;
        margin: 0 auto;
        width: 100%;
    }
}
@media only screen and (min-width: 450px) and (max-width: 3000px) {
	.default span {
	    display: block;
	    margin-top: -46px;
	    margin-bottom: 100px;
	    font-size: 1.5em;
	    color: #71b0f7;
	    text-align: center
	}
	.img-size{width: 700px;}
	.top {padding-top: 10px;padding-bottom: 20px;background: #f6f6f6;}
	.navbar-default {margin-bottom: 0;background-color: #fff;border-color: transparent;background: #f6f6f6;position: relative;}
	.navbar-nav>li {float: left;margin: 0 15px;}
	iframe{
	   margin: 20px 0;
	   width: 100%;
	}
	.foot {
        margin: 30px 0 40px;
        color: #cccdd1;
    }
    .foot2{
    	margin: 30px 0 40px;
    	text-align: center;
    }
    .foot2 img {
        width: 150px;
        margin: 15px 0;
        display: inline-block;
    }
    .indent img{
        display: block;
        margin: 0 auto;
    }
}
.tel {
    color: #4d4b4b;
    font-size: 1em;
}
.tel strong {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #b90f10;
}
.nav_service {
    padding: 30px 0;
    text-align: left;
}
.indent {
    padding: 10px 0px 20px 0px;
    line-height: 36px;
    color: #4a4949;
    font-size: 16px;
    text-align: left;
}
.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;
}
.ico_home {
    margin-top: -6px;
}
.location a {
    margin: 0 6px;
    color: #333;
}
.tab-pane1 {
    /*display: none;*/
    line-height: 36px;
    color: #4a4949;
    font-size: 14px;
}
.tab-content{
	float: none;
	padding-left: 0;
	padding-right: 0;
}
h2, .h2 {
    text-align: center;
    font-size: 22px;
}
.p1{
	margin: 0;
	text-overflow: ellipsis;
    /*overflow: hidden;*/
    white-space: nowrap;
    text-align: left;
}
.foot ul {
    list-style: none;
}
.foot ul li {
    list-style: none;
}
.foot hr {
    border-top: #cccdd1 dotted 1px;
}
h1, .h1 {
    font-size: 20px;
    font-weight: 700;
}
.foot a {
    color: #fff;
    text-decoration: none;
}
.foot_contact{
	padding-top: 10px;
    padding-bottom: 20px;
}
.foot2 a {
    color: #fff;
    text-decoration: none;
}
.col-md-5{
	padding-left: 0;
	padding-right: 0;
}
/*底部固定-解决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;}