.app {
    width: 100%;
    height: auto;
    background: #ffffff;
}

.hd {
    width: 100%;
    height: auto;
    position: relative;
}


.main {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

.m1-top {
    width: 100%;
    margin-top: 70px;
}

.m2-top {
    width: 100%;
}

.m1-c {
    width: 100%;
    min-height: 300px;
}

.m2 ul li .a-img {
    width: 240px;
    height: 240px;
    margin: 0 auto;
    margin-top: 50px;
}

.m2 ul li .a-img img {
    width: 100%;
}

.m2 ul {
    display: block;
    margin-bottom: 50px;
    width: 100%;
    height: auto;
    min-height: 300px;
}

.m2 ul li {
    width: 33.3333%;
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 400px;
}

.m2 ul li .title a {
    display: block;
    color: #009933;
    font-size: 20px;
    line-height: 20px;
    padding-top: 20px;
    text-decoration: none;
    font-family: '微软雅黑';
    font-weight: 600;
}

.m2 ul li .ftitle a {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.m2 ul li a:hover {
    text-decoration: none;
}

.nj-li {
    position: absolute;
    top: 54px;
    right: 0;
}

.m3 {
    width: 100%;
}

.m3 .m3-img {
    width: 100%;
}

.m3 ul {
    padding: 60px;
    min-height: 200px;
}

.m3 ul li,
.m3 ul li a {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}

.m3 ul li:hover a,
.m3 ul li:hover p,
.m3 ul li:hover span {
    color: #02ac6e;
}

.m3 ul li:hover a {
    text-decoration: none;
}

.m3 ul li .a-img {
    margin-top: 13px;
    vertical-align: top;
    line-height: 20px;
    margin-right: 10px;
}

.ft {
    height: 170px;
}

.footer {
    width: 1000px;
    margin: 0 auto;
    margin-top: 12px;
    padding-top: 15px;
}

.footer-nav {
    height: 32px;
    text-align: center;
}

.footer-nav a {
    padding-left: 36px;
    padding-right: 36px;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: bold;
    color: #fff;
    line-height: 32px;
}

.footer-line {
    border-right: 3px solid #fff;
}

.footer-con {
    margin-top: 8px;
    padding-top: 20px;
    position: relative;
    border-top: 3px solid #02ac6e;
}

.footer-con p {
    line-height: 24px;
    text-align: center;
    padding-left: 125px;
}

.footer-con p span {
    color: #F00;
    font-weight: bold;
}

.foot-nj {
    width: 95px;
    height: 38px;
    position: absolute;
    top: 42px;
    left: 55px;
}

.foot-dzjg {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 17px;
    right: 68px;
}

.wzjc {
    position: absolute;
    top: 28px;
    left: 180px;
}

.footer-con p,
.footer-con a,
.footer-con span {
    font-size: 12px;
    color: #333333;
}

.footer-nav {
    height: 32px;
    background: #02ac6e;
    text-align: center;
}

.footer-nav a {
    padding-left: 36px;
    padding-right: 36px;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: bold;
    color: #fff;
    line-height: 32px;
}

.content {
    width: 100%;
    min-height: 520px;
}

.content .c-title {
    text-align: center;
    margin-top: 40px;
}

.content .c-title .p1 {
    color: #666666;
    font-size: 22px;
    line-height: 30px;
}

.content .c-title .p2 {
    color: #02ac6e;
    font-size: 26px;
    line-height: 30px;
    margin-top: 15px;
    font-family: '微软雅黑';
}

.content .c-title .p3 {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
}

.c-con {
    width: 1000px;
    margin: 0 auto;
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.pages {
    width: 100%;
    text-align: center;
    background: #cccccc;
    margin-top: 10px;
    display: block;
}

a {
    font-size: 12px;
    text-decoration: none;
}



.hd img {
    width: 100%;
   
}

.hd a img {
    position: absolute;
    right: 10%;
    top: 30%;
    width: 300px !important;
    z-index: 99;
    pointer-events:none;
    cursor:default;
}
.c-con a img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
   
}
.c-con a{
    pointer-events:none;
    cursor:default;
    display: block;
    width: 100%;
}