* {
    margin: 0;
    padding: 0;
    outline: none;
}

li {
    list-style: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #999;
}

html {
    font-size: 625%;
}

body, button, input, select, textarea {
    font-size: 14px;
    font-weight: normal;
    font-family: 微软雅黑;
    color: #222;
}

.clear:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}

[type='button'] {
    cursor: pointer;
}

@font-face {
    font-family: 'iconfont';
    src: url('../iconfont/iconfont.eot');
    src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../iconfont/iconfont.woff') format('woff'),
        url('../iconfont/iconfont.ttf') format('truetype'),
        url('../iconfont/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color: #8c8c8c;
}

/*新增*/
.newsh2 {
    font-size: 24px;
    margin: 10px 0 20px 0;
}

.newsh4 {
    font-size: 18px;
    margin: 10px 0;
}

.newsdiv {
    margin-top: 100px;
}

.newsdiv1 {
    width: 30%;
    float: left;
    margin-left: 20%;
}

.newsdiv2 {
    width: 30%;
    float: left;
}

.newsdiv3 {
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-top: 50px;
    margin-bottom: 100px;
}

.newsdiv3 h3 {
    color: #4AB344;
    font-size: 20px;
}

.newsdiv3 hr {
    border: 1px solid #dcdcdc;
    margin: 10px 0;
}

.newsdiv3 p {
    line-height: 40px;
    font-size: 18px;
    color: #696969;
}

.listdiv1 {
    width: 30%;
    margin-left: 2%;
    margin-top: 20px;
    border: 1px solid #dcdcdc;
    float: left;
}

.listdiv1 img {
    width: 90%;
    height: 190px;
    text-align: center;
    padding: 5px;
}

.listdiv1 h4 {
    padding: 5px 10px;
    font-size: 16px;
    color: #696969;
}

.listdiv1 button {
    width: 50%;
    margin-left: 20%;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 32px;
    background-color: #4AB344;
    color: white;
    border: none;

}

.inforput {
    width: 40%;
    border: 1px solid #dcdcdc;
    height: 40px;
    padding-left: 10px;
    margin-top: 20px;
    float: left;
    margin-left: 5%;
}

.infortext {
    width: 86%;
    margin: 20px 0;
    margin-left: 5%;
    border: 1px solid #dcdcdc;
    padding-left: 10px;

}

.inforbut {
    width: 150px;
    margin-left: 5%;
    height: 40px;
    background-color: #5FAD01;
    border: none;
    color: white;

}

.inforput1 {
    width: 30%;
    border: 1px solid #dcdcdc;
    height: 40px;
    padding-left: 10px;
    margin-top: 20px;
    float: left;
    margin-left: 5%;
}

.inforput2 {
    width: 10%;
    border: 1px solid #dcdcdc;
    height: 41px;
    padding-left: 10px;
    margin-top: 20px;
    float: left;
}