body, td, th {
    font-size: 12px;
    color: #666;
}

body {
    margin: 0;
    background: url(../img/top_bg.jpg) 0 0 repeat-x;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.bg1 {
    background: url(../img/index_11.jpg) 0 0 repeat-y;
    padding: 0 20px 0 20px;
    color: #666;
}

.bg2 {
    background: url(../img/bg1.jpg) 0 0 no-repeat;
    padding: 0 0 0 30px;
}

.bg2 a {
    color: #333;
    text-decoration: none;
}

.bg2 a:hover {
    color: #C00;
    text-decoration: underline;
}

.bg3 {
    padding: 5px 5px 0 10px;
    line-height: 25px;
}

.bg3 a {
    color: #039;
    text-decoration: underline;
}

.bg3 a:hover {
    color: #C00;
    text-decoration: underline;
}

.bg4 {
    background: url(../img/bg2.jpg) 0 0 repeat-y;
}

.bg5 {
    background: url(../img/index_18.jpg) 0 0 no-repeat;
    padding: 0 10px 0 20px;
}

.bg5 span {
    color: #FE4002
}

.bg5 a {
    color: #666;
    text-decoration: none;
}

.bg5 a:hover {
    color: #C00;
    text-decoration: underline;
}

.bg6 {
    background: url(../img/index_19.jpg) 0 0 no-repeat;
    padding: 0 0 0 20px;
    line-height: 21px;
}

.bg6 strong {
    color: #AE0300;
}

.end {
    background: #15346E;
    line-height: 22px;
    color: #DCDCDC;
}

.end a {
    color: #DCDCDC;
    text-decoration: none;
}

.end a:hover {
    color: #fff;
    text-decoration: underline;
}

.company {
    font-size: 16px;
    line-height: 28px;
    padding: 10px;
}


.news {
    background: url(../img/dian.jpg) 5px 8px no-repeat;
    padding-left: 15px;
}

.news a {
    color: #333;
    text-decoration: none;
}

.news a:hover {
    color: #C00;
    text-decoration: underline;
}

.envir td img {
    border: 1px solid #333;
}

.contact {
    font-size: 18px;
    line-height: 40px;
    padding: 0 0 0 40px;
}

.contact strong {
    font-size: 24px;
    line-height: 60px;
    color: #039;
}


.pro2 {
    padding-top: 10px;
}

.pro2 div {
    float: left;
    width: 382px;
    height: 286px;
    text-align: center;
    line-height: 25px;
}

.pro2 div img {
    width: 347px;
    height: 239px;
    border: none;
}

.pro2 div a {
    color: #666;
    text-decoration: none;
}

.pro2 div a:hover {
    color: #C00;
    text-decoration: none;
}

/*CSS manu style pagination*/

.manu {
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    MARGIN: 3px;
    PADDING-TOP: 3px;
    TEXT-ALIGN: center;
}

.manu A {
    BORDER-RIGHT: #eee 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #eee 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 2px;
    MARGIN: 2px;
    BORDER-LEFT: #eee 1px solid;
    COLOR: #036cb4;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #eee 1px solid;
    TEXT-DECORATION: none
}

.manu A:hover {
    BORDER-RIGHT: #036cb4 1px solid;
    BORDER-TOP: #036cb4 1px solid;
    BORDER-LEFT: #036cb4 1px solid;
    COLOR: #fff;
    BORDER-BOTTOM: #036cb4 1px solid;
    background: #036cb4;
    text-decoration: none;
}

.manu A:active {
    BORDER-RIGHT: #036cb4 1px solid;
    BORDER-TOP: #036cb4 1px solid;
    BORDER-LEFT: #036cb4 1px solid;
    COLOR: #fff;
    BORDER-BOTTOM: #036cb4 1px solid;
    background: #036cb4;
    text-decoration: none;
}

.manu .current {
    BORDER-RIGHT: #036cb4 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #036cb4 1px solid;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 2px;
    MARGIN: 2px;
    BORDER-LEFT: #036cb4 1px solid;
    COLOR: #fff;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #036cb4 1px solid;
    BACKGROUND-COLOR: #036cb4
}

.manu .disabled {
    BORDER-RIGHT: #eee 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #eee 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 2px;
    MARGIN: 2px;
    BORDER-LEFT: #eee 1px solid;
    COLOR: #ddd;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #eee 1px solid
}

.jlzc {
    font-size: 16px;
    line-height: 28px;
    padding: 0 10px 10px 10px;
    font-weight: 600;
    color: #900;
}

.fr-view{
    font-size: 16px;
}

.fr-view p{
    text-align: left;
}

/*分页*/
.page{
    padding-bottom: 20px;
}
.pagination {
    list-style: none;
    margin: 0;
    padding: 40px 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li {
    margin: 0 5px;
    font-size: 16px;
}

.pagination li.more{
    width: 24px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination li.more::before{
    line-height: 1;
    content: '...'
}

.pagination li span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 12px;
    border-radius: 4px;
    min-width: 40px;
    line-height: 1;
}

.pagination li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 12px;
    border-radius: 4px;
    background-color: #f4f4f5;
    color: #666;
    min-width: 40px;
    line-height: 1;
    text-decoration: none;
}

.pagination li a:hover {
    text-decoration: none;
    color: #4BB1D7;
    background-color: #E4F6F4;
}

.pagination li.disabled span {
    background-color: #f4f4f5;
    color: #c0c4cc;
    cursor: not-allowed;
}

.pagination li.active span {
    background-color: #4BB1D7;
    color: #FFF;
    cursor: default;
}

.pics-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.pics-list ul li {
    width: 33.33%;
    padding: 2em 1em 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pics-list ul li .item {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #333333;
    font-size: 15px;
}
.pics-list ul li .item .img {
    padding-bottom: 75%;
    position: relative;
}

.pics-list ul li .item .img .img-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pics-list ul li .item .img .img-block img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.pics-list ul li .item .title {
    line-height: 2rem;
    text-align: center;
}