/*选项卡选中前*/
.nav-tabs>li{
    float: none;
    line-height: 25px;
    font-size: 1.8rem;
    color: #444;
    background: #ededed;
    margin-bottom: 4px;
}
.nav-tabs>li>a{
    color: #333;
    padding: 15px;
    border: 0;
    border-radius: 0;
}
/*选项卡选中后*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: #333;
    color: #fff;
    border: 0;
}
.nav-tabs>li>a:hover{
    background-color: transparent;
}



.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;
}
.col-md-3{
	margin: 30px 0;
}
.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: 30px 0;
}
@media only screen and (min-width: 280px) and (max-width: 450px) {
    .list-left {float: left;width: 20%;border-right: 1px solid #a0a0a0;padding: 35px 0px;}
    .list-right{float: left;width: 80%;padding: 15px;color: #333;}
    .foot-bg{background: #ebebeb;border-top: 3px solid #dddddd;padding-bottom:70px;}
	.col-md-3,.col-md-9 {padding-left: 0;padding-right: 0;}
	.logo-img {float:left;margin-left:5px;margin-right: 5px;}
	.title1-h3{font-size: 22px;color: #fff;margin: 5px;}
	.page-a {
        color: #525252;
        background: #f8f8f8;
        border: 1px #ddd solid;
        padding: 10px 5px;
        margin: 0 5px;
    }
    .page-a:hover {
        color: #fff;
        background: #333;
        border: 1px #ddd solid;
        padding: 10px 5px;
        margin: 0 5px;
        text-decoration: none;
    }
    .page-span a{
        color: #525252;
        background: #fff;
        border: 1px #ddd solid;
        padding: 10px;
        margin: 0 5px;
    }
    .page-span a:hover{
        color: #fff;
        background: #333;
        border: 1px #ddd solid;
        padding: 10px;
        margin: 0 5px;
        text-decoration: none;
    }
    /*移动端底部选项卡*/
    .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;
    }
    .foot-margin{
    	/*text-align: left;*/
    	margin: 15px 0;
    }
}
@media only screen and (min-width: 450px) and (max-width: 3000px) {
	.list-left{float: left;width: 15%;border-right: 1px solid #a0a0a0;padding: 35px 24px;}
	.list-right{float: left;width: 85%;padding: 15px;color: #333;}
	.foot-bg{background: #ebebeb;border-top: 3px solid #dddddd;margin-top: 42px;}
	.main-right {padding-left: 0px;padding-right: 0;}
    .main-left {padding-left: 0;padding-right: 50px;} 
    .logo-img {float:left;margin-left:5px;margin-right: 5px;}
    .title1-h3{font-size: 22px;color: #fff;}
    .page-a {
        color: #525252;
        background: #f8f8f8;
        border: 1px #ddd solid;
        padding: 14px 16px;
        margin: 0 5px;
    }
    .page-a:hover {
        color: #fff;
        background: #333;
        border: 1px #ddd solid;
        padding: 14px 16px;
        margin: 0 5px;
        text-decoration: none;
    }
    .page-span a{
        color: #525252;
        background: #fff;
        border: 1px #ddd solid;
        padding: 14px 16px;
        margin: 0 5px;
    }
    .page-span a:hover{
        color: #fff;
        background: #333;
        border: 1px #ddd solid;
        padding: 14px 16px;
        margin: 0 5px;
        text-decoration: none;
    }
    .foot-margin{
    	text-align: left;
    	margin: 15px 0;
    }
}
.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;
}
/*未选中样式*/
.whatis-tab{
	/*height: 53px;*/
    line-height: 25px;
    padding: 15px;
    font-size: 1.8rem;
    color: #444;
    background: #ededed;
    border-top: 3px solid #333;
    margin-bottom: 4px;
}
.title1 {
	background: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 53px;
    font-size: 2rem;
    color: #fff;
    float: none;
    border-bottom: 1px solid #b4b4b4;
    /*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;
	padding-left: 8px;
    padding-right: 8px;
    text-align: left;
}
.t2{
	color: #fff;
    font-weight: normal;
    margin-left: 8px;
    font-size: 20px;
}
.whatis-tab:hover{
	background: #333; 
	color: #fff;
}
.active1{
	background: #333; 
	color: #fff;
}
.whatis-link:hover{
	text-decoration: none;
}
.list-left span {
	display: block;
    height: 38px;
    line-height: 38px;
    font-size: 35px;
    text-align: center;
}
.list-left em{
	display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
}
.list-right p{
	font-size: 20px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-right span{
	font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
    color: #888;
}
.list-margin{
	height: 145px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
}
.list-margin:hover{
	border: 2px solid #333;
}
.page {
    text-align: center;
    line-height: 50px;
    padding-top: 20px;
}
.page-num-current{
    background: #333 !important;
    color: #fff !important;
}
.page-a:first-child {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.page-a:last-child{
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}
/*底部固定-解决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;}