
.tab-content>.tab-pane {
    line-height: 36px;
    color: #4a4949;
}
h1{
	float: left;
	color: #319703;
	font-size: 32px;
	margin-top: 14px;
}

@media only screen and (min-width: 280px) and (max-width: 450px) {
	.col-md-8{padding-left: 10px;padding-right: 10px;}
	.foot-right{text-align: center;}
	.col-md-3,.col-md-9 {padding-left: 0;padding-right: 0;}
	.iframe-foot {
	    width: 100%;
	    height: -webkit-fill-available;
	    position: absolute;
	    border: 0;
	    margin-top: -20px;
	}
	.indent img{
	    width: 100%;
	    display: block;
	    margin: 0 auto !important;
	}
}
@media only screen and (min-width: 450px) and (max-width: 3000px) {
	.container{padding-left: 0;padding-right: 0;}
	.foot-center{padding-left: 0;margin-left: 20px;}
	.foot-right{text-align: right;margin-top: 25px;}
	.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;
	}
	.main-right {padding-left: 0px;padding-right: 0;border: 1px solid #ddd;margin: 20px 0;}
    .main-left {padding-left: 0;padding-right: 50px;}
    .iframe-foot{
		width: 100%;
		height: 280px;
		position: absolute;
		border: 0;
	}
	.indent img{
	    width: auto;
	    display: block;
	    margin: 0 auto !important;
	}
}
/*二级菜单样式*/ 
.navbar-collapse ul li ul { position:absolute; display:none;padding-left: 0;padding-right: 0;width: 100%;}
.navbar-collapse ul li ul li {float:none;display:flow-root;width: 100%;height: 45px;line-height:45px;background: #fff;list-style: none;text-align: center;border-top: 1px dashed #eee;}
.navbar-collapse ul li ul li a {color: #333;line-height: unset;}
.navbar-collapse ul li ul li:hover {color: #319703;}
.navbar-collapse ul li:hover {border-bottom: .2em solid #319803;}
/*二级菜单样式 end*/
.foot-h3 {
	margin: .833em 0;
    padding-bottom: .833em;
    border-bottom: 1px solid #9d9d9d;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    text-align: left;
}
.foot-li {
	float: left;
	text-align: left;
    width: 50%;
    margin: 5px 0 5px;       
    color: #9d9d9d;    
    list-style-type: none;
}
.foot-li2 {
	text-align: left;
    margin: 5px 0 5px;
    list-style-type: none;
    color: #9d9d9d;           
}
.col-md-4{padding-left: 0;padding-right: 0;}
.code-text{
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}
.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;
}
.indent-line{
	font-size: 16px;
    text-align: left;
    border-bottom: 1px dashed #dadada;
    /*padding-left: 10px;
    padding-right: 10px;*/
}
.t2{
	color: #fff;
    font-weight: normal;
    margin-left: 8px;
    font-size: 20px;
}
.whatis-tab:hover{
	color: #fff;
    background: #319803;
}
.whatis-tab:hover a{
	color: #fff;
}
.whatis-tab a{
    color: #333;
}
.active1{
	color: #fff !important;
    background: #319803;
}
.active1 a{
    color: #fff;
}
.whatis-link:hover{
	text-decoration: none;
}
/*未选中样式*/
.whatis-tab{
    line-height: 25px;
    font-size: 1.8rem;
    color: #444;
    border: 1px solid #ddd;
    text-align: center;
    list-style: none;
    width: 100%;
}
.nav-tabs{
    display: flow-root;
}
.nav-tabs>li>a{
    border: 0;
    display: flow-root;
    padding: 15px;
}
.title1 {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 53px;
    font-size: 2rem;
    float: none;
    border-bottom: 1px solid #b4b4b4;
    /*margin-bottom: 15px;*/
}
.title1 h3{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.title-p{
	font-size: 18px;
	font-weight: bold;
	/*padding-left: 8px;
	padding-right: 8px;*/
	margin: 15px 0;
}
.section-foot{
	background: #303030;
}
/*底部固定-解决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;}