.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
p {
    margin: 10px 0 10px;
}
.list-ul li{
	background: url(../picture/sprites.png) no-repeat 0 -122px;
	display: flow-root;
	padding-left: 15px;
	border-bottom: 1px dotted #d9d9d9;
	margin: 10px 0;
}
.list-ul li:hover a{
	color: #117dd8;
}
.list-ul li a{
	color: #333;
}
@media only screen and (min-width: 280px) and (max-width: 450px) {
	.foot-bg{background: #1a1d22;text-align: left;}
	.foot-bg ul{padding-left: 0;list-style: none;display: flow-root;margin: 10px 0;}
	.foot-bg ul li{float: left;}
	.foot-bg ul li a{color: #a6abb8;padding: 0 10px;border-right: 1px solid #a6abb8;}
	.foot-bottom{color: #797c85;margin: 5px 0;line-height: 24px;}
	.title1 {
	    background: url(../picture/tle-bg.gif)round;
	    position: relative;
	    height: 40px;
	    font-size: 14px;
	    line-height: 30px;
	    border-bottom: 1px solid #ddd;
	    margin-bottom: 10px;
	}
	.indent-line{
		font-size: 16px;
	    text-align: left;
	    border-bottom: 1px dashed #dadada;
	}
	.main-left{margin: 15px 0;}
	.list-ul{list-style: none;text-align: left;line-height: 45px;}
	.list-ul li a span{
		display: block;
		float: left;
		font-size: 16px;
		width: 72%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.list-ul li a dd{
		display: block;
		float: left;
		font-size: 14px;
		width: 28%;
		color: #999;
		padding: 13px 0;
	}
	.page-a {
        color: #525252;
        background: #f8f8f8;
        border: 1px #ddd solid;
        padding: 10px;
        margin: 0 5px;
    }
    .page-span a {
        color: #525252;
        background: #f8f8f8;
        border: 1px #ddd solid;
        padding: 10px;
        margin: 0 5px;
    }
    .page-a:hover {
        color: #fff;
        background: #ff8000;
        border: 1px #ddd solid;
        padding: 10px;
        margin: 0 5px;
        text-decoration: none;
    }
    .page-span a:hover {
        color: #fff;
        background: #ff8000;
        border: 1px #ddd solid;
        padding: 10px;
        margin: 0 5px;
        text-decoration: none;
    }
}
@media only screen and (min-width: 450px) and (max-width: 3000px) {
	.foot-bg{background: #1a1d22;height: 230px;text-align: left;}
	.foot-bg ul{padding-left: 0;list-style: none;display: flow-root;margin: 20px 0;}
	.foot-bg ul li{float: left;}
	.foot-bg ul li a{color: #a6abb8;padding: 0 15px;border-right: 1px solid #a6abb8;}
	.foot-bottom{color: #797c85;margin: 5px 0;width: 68%;line-height: 26px;}
	.main-right {padding-left: 0px;padding-right: 0;border: 1px solid #ddd;margin: 20px 0;}
    .main-left {padding-left: 0;padding-right: 50px;margin-top: 20px;}
	.title1 {
	    background: url(../picture/tle-bg.gif)round;
	    position: relative;
	    height: 40px;
	    font-size: 14px;
	    line-height: 30px;
	    border-bottom: 1px solid #ddd;
	    margin-bottom: 10px;
	}
	.indent-line{
		font-size: 16px;
	    text-align: left;
	    border-bottom: 1px dashed #dadada;
	    padding: 0 10px;
	}
	.list-ul{
		list-style: none;
	    text-align: left;
	    padding: 10px 15px;
	    line-height: 45px;
	}
	.list-ul li a span{
		display: block;
		float: left;
		font-size: 16px;
		width: 90%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.list-ul li a dd{
		display: block;
		float: left;
		font-size: 16px;
		width: 10%;
		color: #999;
		padding: 10px 0;
	}
	.page-a {
        color: #525252;
        background: #f8f8f8;
        border: 1px #ddd solid;
        padding: 14px 16px;
        margin: 0 5px;
    }
    .page-span a {
        color: #525252;
        background: #f8f8f8;
        border: 1px #ddd solid;
        padding: 14px 16px;
        margin: 0 5px;
    }
    .page-a:hover {
        color: #fff;
        background: #ff8000;
        border: 1px #ddd solid;
        padding: 14px 16px;
        margin: 0 5px;
        text-decoration: none;
    }
    .page-span a:hover {
        color: #fff;
        background: #ff8000;
        border: 1px #ddd solid;
        padding: 14px 16px;
        margin: 0 5px;
        text-decoration: none;
    }
}
body{background: #f5f5f5;}
h3{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
}
h3 span{
	margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #a5a5a5;
}
.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;*/
}
.t2{
	color: #fff;
    font-weight: normal;
    margin-left: 8px;
    font-size: 20px;
}
.whatis-tab:hover{
	color: #e60000;
}
.active1{
    color: #e60000 !important;
}
.active1 a{
    color: #e60000 !important;
}
.whatis-tab{
    line-height: 25px;
    padding: 8px 15px;
    font-size: 1.8rem;
    color: #444;
    text-align: left;
    background: url(../picture/sprites.png) no-repeat 0 -124px;
    width: 100%;
    display: flow-root;
}
.nav-tabs{
    display: flow-root;
    list-style: none;
}
.nav-tabs>li{
    display: flow-root;
    width: 100%;
}
.whatis-link:hover{
	text-decoration: none;
}
.title-p{
	font-size: 18px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	margin: 15px 0;
	text-align: left;
}
.page {
    text-align: center;
    padding: 30px 0;
    line-height: 50px;
}
.page-num-current{
    background: #ff8000 !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;}