/**reset s*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

fieldset, img {
    border: none;
}

img {
    display: block;
    border: 0;
}

address, caption, cite, code, dfn, var, em, i, sub, sup {
    font-style: normal;
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    outline: none;
}

select, input {
    vertical-align: middle;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    color: #666;
    font-family: "microsoft yahei";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .15s ease 0s;
    -ms-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
}

a:visited,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #1b3d80;
}

html, body {
    height: 100%;
}

/*reset e*/
.fl {
    float: left;
}

.rt {
    float: right;
}

.mr0 {
    margin-right: 0 !important;
}

.slimScrollBar {
    display: none !important;
}

#menu {
    position: fixed;
    top: .15rem;
    left: 50%;
    z-index: 3;
    width: 11rem;
    margin-left: -5.5rem;
}

#menu li {
    float: left;
    line-height: .7rem;
}

#menu li a {
    color: #221815;
    font-size: .2rem;
}

#menu li.active a {
    color: #005163;
    font-weight: 700;
}

#menu li a span {
    margin-left: .2rem;
    float: left;
}

#menu .fir-logo img {
    width: 1.96rem;
    height: .7rem;
}

.page-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-image: url(../img/bg2.jpg);
    height: 100%;
}

.page-cnt{
	height: 7.9rem;
    position: absolute;
    top: 1rem;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, .95);
}

.page-cnt .inner{
	padding:0 2.4rem;
	height: 7.9rem;
	
}

.page-cnt .article{}

.page-cnt .article .title{
	padding:.2rem 0;
	font-size:.28rem;
	color:#005d73;
	text-align:center;
}

.page-cnt .article .cnt{}

.page-cnt .article .cnt img{
	max-width:100%;
	display:block;
	margin:.1rem auto;
}

.page-cnt .article .cnt p{
    font-size: .16rem;
    line-height: 2;
    text-align: justify;
    text-indent: 2em;
    color: #231815;
    margin-bottom: .1rem;
}

.page-cnt .brandStatesList{
	width:11rem;
	margin-left:auto;
	margin-right:auto;
	margin-top:.3rem;
}

.page-cnt .brandStatesList li{
	padding:.2rem 0;
	border-bottom:1px solid #ddd;
}

.page-cnt .brandStatesList li a{
	display:block;
	overflow:hidden;
	background:url(../img/ico-1.png) no-repeat .15rem center;
	background-size:.15rem .15rem;
	padding-left:.4rem;
}

.page-cnt .brandStatesList li .tl{
	float:left;
	overflow:hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
    width:9rem;
    color: #221815;
    font-size: .2rem;
}

.page-cnt .brandStatesList li a:hover .tl{
	color:#1b3d80;
}

.page-cnt .brandStatesList li .date{
	float:right;
	color: #ccc;
    font-size: .2rem;
}

.page-cnt .inner .page-page{
	font-size: .2rem;
	text-align:center;
}

.page-page td span {
    font-size: .2rem!important;
    border-right: 1px solid #D2D2D2!important;
    margin: 0 0.03rem;
}

.page-page td a {
    font-size: .2rem!important;
    border-right: 0;
    margin: 0 0.03rem;
}

.page-page td a:hover{
	color:#fff;
	transition:none;
}

.page-page td span:hover {
    background-color: #2392df;
    color: white;
    border-color: #2392df!important;
}

.page-page td span:hover a{
	color:#fff;
}

.page-page td .page-dq{
	background-color: #2392df;
	border-color: #2392df!important;
}