* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}


.top {
    width: 100%;
    height:35px;
    line-height: 35px;
    font-size: 13px;
    background-color: #067900;
}

.top ul {
    position: absolute;
    right: 300px;
}

.top ul li {
    display: inline-block;
    padding: 0 15px;
}

.top ul li a {
    color: #fff;
}

.logo{
    display: flex;
    width: 100%;
    height: 142px;
}

.logo img{
    width: 100%;
    height: 142px;
}

.serach {
    position: absolute;
    top: 50px;
right: 315px;
    width: 180px;
    height: 40px;
}

.div {
    width: 100%;
}

.nav {
    width: 100%;
    height: 50px;
    background-color: #6cb12c;
}

.nav-list {
    height: 100%;
    width: 1280px;
    margin: 0 auto;
}

.nav-list ul li{
    float: left;
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.nav-list ul li a {
    color: #fff;
}

.center-img {
    height: 425px;
    display: inline-block;
    overflow-y: hidden;
}

.center-img ul {
   display: flex;
}

.center-img ul li  img {
    width: 100vw;
    height: 425px;
}

.footer-hr {
    width: 100%;
    height: 1.5px;
    background-color: #067900;
}

.footer {
    position: relative;
    width: 100%;
    height: 230px;
}

.footer img {
    width: 100%;
    height: 225px;  
}

.links {
    position: absolute;
    top: 20px;
    left: 150px;
}

.title h3 {
    padding-left: 60px;
    color: #fff;
}

.title .links-hr {
    width: 50px;
    height: 3px;
    margin-left: 60px;
    margin-top: 3px;
    background-color: #fff;
}

.links-list {
    margin-top: 10px;
    margin-left: 70px;
    width: 300px;
}

.list {
    width: 300px;
    height: 30px;
    margin-bottom: 20px;
}

select {
    width: 290px;
    height: 30px;
    border-radius: 5px;
}

option {
    overflow: hidden;
}

.contact {
    position: absolute;
    top: 25px;
    right: 120px;
    font-size: 16px;
}


.contact p {
font-family: "楷体","楷体_GB2312";
    color: #fff;
    margin-bottom: 15px;
}







