/* 重置样式 */

section,
body,
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
a,
ul,
li,
dt,
dd,
dl,
ol,
header,
nav,
footer {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

input {
    border: none;
    outline: none;
    background-color: transparent;
}


/* 通用样式 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.abouts {
    margin: 0 15px;
}

.logo {
    width: 56%;
    margin-left: 3%;
}

.abox {
    margin-top: 10px;
    background: #f4f4f4;
    padding-bottom: 30px;
}

.box1 {
    padding: 20px 10px;
}

.abt {
    color: #474443;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 20px;
    background: url(../images/line1.png) no-repeat left bottom;
}

.abt span {
    display: block;
    color: #666666;
    font-size: 18px;
    margin-top: 6px;
}

.box1 a {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 37%;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
    border-bottom: 2px solid #4ea65a;
    background: #505050;
}

.acon {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px;
}

.aimg img {
    display: block;
    width: 100%;
}

.pmore a {
    margin: 0 15px;
    font-size: 14px;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
    border-bottom: 2px solid #4ea65a;
    background: #505050;
}

.box2 {
    padding: 15px;
}

.sul {
    border-bottom: 15px solid #f1f1f1;
}

.sul li {
    margin-bottom: 20px;
}

.sul li a {
    display: block;
    width: 100%;
}

.sul li .img {
    width: 56%;
}

.sul li:nth-child(2n) .img {
    float: right;
}

.sul li .img img {
    width: 100%;
    display: block;
}

.sul li .det {
    width: 40%;
    margin-left: 4%;
}

.sul li:nth-child(2n) .det {
    margin-left: 0;
}

.sul li h3 {
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
    background: url(../images/line2.png) no-repeat left bottom;
    padding-bottom: 10px;
}

.det span {
    display: block;
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}

.sul li .pmore {
    margin-top: 15px;
    width: 100px;
    font-size: 14px;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    border-bottom: 2px solid #4ea65a;
    background: #505050;
}

.news_list1 li a.img {
    display: block;
    position: relative;
}

.news_list1 li a.img img {
    display: block;
    width: 100%;
}

.news_list1 li span {
    width: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: 2px solid #4ea65a;
    background: #505050;
}

.nbox {
    background: #f4f4f4;
    padding: 10px;
}

.nbox h3 a {
    display: block;
    color: #333333;
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
}

.nbox .summy {
    color: #666666;
    font-size: 13px;
    line-height: 21px;
}

.footbg {
    position: fixed;
    z-index: 110;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 8px;
    background: #0a2d46;
}

.footer {
    max-width: 640px;
    margin: 0 auto;
    display: -webkit-box;
}

.footer a {
    -webkit-box-flex: 1;
    display: -webkit-box;
    color: #fff;
    padding: 10px 0;
}

.footer a:last-child {
    border: none;
}

.footer span {
    display: block;
    margin: 0 auto;
    text-align: right;
    font: 500 16px "Arial";
    color: #fff;
    padding: 31px 0 0;
}

.footer span.span1 {
    background: url(../images/a11.png) center top no-repeat;
}

.footer span.span2 {
    background: url(../images/a22.png) center top no-repeat;
}

.footer span.span3 {
    background: url(../images/a33.png) center top no-repeat;
}

.footer span.span4 {
    background: url(../images/a44.png) center top no-repeat;
}

.footer span.span5 {
    background: url(../images/a55.png) center top no-repeat;
}