/*选项卡选中前*/
.nav-tabs>li{
    float: none;
    line-height: 25px;
    font-size: 1.8rem;
    color: #fff;
    background: #7c7c7c;
    border-left: 1px solid #d8cbcb;
    border-right: 1px solid #d8cbcb;
    border-bottom: 1px solid #d8cbcb;
    margin-top: 10px;
    text-align: left;
    border-radius: 5px;
}
.nav-tabs>li>a{
    color: #fff;
    padding: 15px;
    border: 0;
}
/*选项卡选中后*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: transparent;
    border: 0;
}
.nav-tabs>li>a:hover{
    background-color: transparent;
}

.tab-icon{
    float: right;
}


.tab-content>.tab-pane {
    /*display: none;*/
    line-height: 36px;
    color: #4a4949;
    /*font-size: 14px;*/
}
.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.home .whatis-link {
    display: block;
    padding: 10px 20px;
}
.whatis-link:hover{
	text-decoration: none;
}
.foot-style{
	text-align: right;
	background: #a00501;
	color: #fff;
}
.foot-a{
	color: #fff;
}
.gray-background{
	padding-top: 20px;
}
.container2{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	text-align: left;
	height: 300px;
}
p {
    margin: 10px 0 10px;
}
.foot-backcolor{
	background: #3a3d42;
}
.col-md-5{
	padding-left: 0;
	padding-right: 0;
}
.col-md-12{
	padding-left: 0;
	padding-right: 0;
}
.col-md-3{
	margin: 20px 0 30px;
}
.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;
    margin: 20px 0 30px;
}
@media only screen and (min-width: 280px) and (max-width: 450px) {
	.col-md-3,.col-md-9 {padding-left: 0;padding-right: 0;}
    .title1 {
	    background: #bf0000;	
	    font-size: 2.2rem;
	    color: #fff;
	    border-top-left-radius: 6px;
	    border-top-right-radius: 6px;
	    padding: 15px 0;
	}
	.main-pic{margin-top: 122px;}
	.foot {
        color: #cccdd1;
    }
    .foot2{
    	text-align: center;
    }
    .foot2 img {
        width: 150px;
        display: inline-block;
    }
    .indent p img{
        width: 100%;
        display: block;
    }
}
@media only screen and (min-width: 450px) and (max-width: 3000px) {
	.main-right {padding-left: 0px;padding-right: 0;}
    .main-left {padding-left: 0;padding-right: 50px;}
    .title1 {
	    background: #bf0000;	
	    font-size: 2.2rem;
	    color: #fff;
	    border-top-left-radius: 6px;
	    border-top-right-radius: 6px;
	    padding: 20px 0;
	}
	.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 p img{
        width: auto;
        display: block;
        margin: 0 auto !important;
    }
}
.tel {
    color: #4d4b4b;
    font-size: 1em;
}
.tel strong {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #b90f10;
}

.page-scroll:hover{
	background: #b90f10;
}
.nav_service {
    padding: 30px 0;
    text-align: left;
}
h2, .h2 {
    font-size: 22px;
}
/*未选中样式*/
.whatis-tab{
	/*height: 53px;*/
    line-height: 25px;
    padding: 15px;
    font-size: 1.8rem;
    color: #fff;
    background: #7c7c7c;
    border-left: 1px solid #d8cbcb;
    border-right: 1px solid #d8cbcb;
    border-bottom: 1px solid #d8cbcb;
    margin-top: 10px;
    text-align:left;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.whatis-tab:hover{
	color: #771616;
}
.active1{
	color: #771616;
}
.indent{
	font-size: 16px;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
}
.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-content>.tab-pane {
    line-height: 36px;
    color: #4a4949;
    font-size: 14px;
}
.p1{
	margin: 0;
	text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.foot ul {
    padding: 5px 0 30px;
    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;}