@charset "utf-8";
/* CSS Document */

.w1000 {
    width: 1000px;
}
.mt30 {
    margin-top: 30px;
}
/*header*/
.header {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.header_tit {
    width: 100%;
    height: auto;
    background: #F7F7F7;
    border-bottom: 1px solid #DFDFDF;
    overflow: hidden;
}
.header_tit_left {
    font-size: 12px;
    color: #000;
    line-height: 29px;
    max-width: 500px;
    overflow: hidden;
}
.header_tit_right {
    max-width: 500px;
    overflow: hidden;
    line-height: 29px;
}
.header_tit_right a {
    margin: 0 15px;
}
.header_tit_right a:hover {
    text-decoration: underline;
}
.header_center {
    padding: 20px 0;
}
.header_center .logo {
    width: 545px;
    overflow: hidden;
}
.header_center .header_phone {
    width: 200px;
    height: 22px;
    background: url(../images/header_phone.png) no-repeat left center;
    color: #009933;
    font-size: 20px;
    text-align: right;
    padding-top: 18px;
    overflow: hidden;
}
/*nav*/
.nav {
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
    background: #04AF45;
}
.nav ul li {
    width: 125px;
    height: 50px;
    line-height: 50px;
    /*overflow: hidden;*/
    float: left;
    position: relative;
}
.nav ul li a {
    width: 122px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    float: left;
}
.nav ul li a:hover, .nav ul li:hover a,.nav ul li.active a {
    background: #009933;
}
.nav ul li span {
    float: left;
    overflow: hidden;
    width: 3px;
    color: #fff;
}
.nav ul li ul.sub {
    width: 122px;
    text-align: center;
    display: none;
    background: #009933;
    height: auto;
    position: absolute;
    z-index: 999;
    top: 50px;
    left: 3px;
    overflow: hidden;
}
.nav ul li ul.sub li {
    height: 40px;
    line-height: 40px;
}
.nav ul li ul.sub li a {
    color: #fff;
    background: #009933;
    height: 40px;
    line-height: 40px;
}
.nav ul li ul.sub li a:hover {
    background: #04AF45;
}
/*banner*/

.banner {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.banner_jz {
    left: 50%;
    position: absolute;
    margin-left: -960px;
}
.bannerbuycom {
    width: 100%;
    height: 450px;
    margin: auto;
    position: relative;
}
/*数字按钮样式*/

.bannerbuycom .num {
    overflow: hidden;
    height: 10px;
    position: absolute;
    bottom: 12px;
    /*left: 15px;*/
    zoom: 1;
    z-index: 3
}
.bannerbuycom .num li {
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    font-weight: 400;
    font-family: "微软雅黑", Arial;
    color: #FFFFFF;
    background: #fff;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    font-size: 0;
}
.bannerbuycom .num li.on {
    background: #04AF45;
}
/*当前项*/


/*上一个  下一个*/


.bannerbuycom .prev, .bannerbuycom .next {
    display: none;
    width: 36px;
    height: 80px;
    position: absolute;
    top: 115px;
}
.bannerbuycom .prev {
    background: url(../images/banner_prve.png) no-repeat;
    left: 0;
}
.bannerbuycom .next {
    background: url(../images/banner_next.png) no-repeat;
    right: 0;
    background-position: right
}
.pos {
    position: relative;
    height: 100px;
    margin-top: -400px;
}
/*footer*/
.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #F7F7F7;
    margin-top: 40px;
}
.footer_links {
    width: 100%;
    /*height: auto;*/
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #DFDFDF;
}
.footer_links p {
    background: url(../images/foot_links_ico.png) no-repeat left center;
    line-height: 40px;
    float: left;
    padding: 0 10px 0 35px;
    color: #009933;
    font-size: 14px;
}
.footer_links a {
    line-height: 44px;
    color: #666666;
    font-size: 12px;
    margin-right: 15px;
}
.footer_links a:hover {
    color: #04AF45;
}
.footer_con {
    margin-top: 30px;
    padding-bottom: 40px;
}
.footer_con_left {
}
.footer_con_left dl {
    width: 110px;
    float: left;
    text-align: center;
}
.footer_con_left dl dt a {
    font-size: 12px;
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
}
.footer_con_left dl dd a {
    line-height: 20px;
    font-size: 12px;
    color: #999999;
}
.footer_con_left dl dd a:hover {
    text-decoration: underline;
}
.footer_con_right {
    border-left: 1px solid #E8E8E8;
    padding-left: 40px;
}
.footer_con_r_tit {
}
.footer_con_r_tit h1 {
    color: #009933;
    font-size: 14px;
    line-height: 30px;
}
.footer_con_r_tit p {
    color: #666666;
    font-size: 12px;
    line-height: 24px;
}
.footer_ewm {
    margin: 25px 15px 0 35px;
}
.footer_ewm div {
    width: 110px;
    overflow: hidden;
    margin: 0 5px;
    float: left;
}
.footer_ewm div img {
    width: 110px;
    height: 110px;
}
.footer_ewm div p {
    font-size: 12px;
    color: #04b045;
    line-height: 24px;
    text-align: center;
}
.foot {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #019934;
}
.foot p {
    line-height: 40px;
    float: left;
    color: #fff;
    font-size: 12px;
}
.foot p a {
    color: #fff;
    font-size: 12px;
}
.foot p a:hover {
    text-decoration: underline;
}
.foot p.fr {
    float: right;
}
/*main*/
.main {
    height: auto;
    overflow: hidden;
}
/*left*/
.left {
    width: 225px;
    overflow: hidden;
}
.lefttop {
    color: #ecd574;
    overflow: hidden;
    padding-bottom: 20px;
    border: 2px solid #04AF45;
}
.left .prolisttitle {
    font-size: 18px;
    line-height: 22px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background-color: #04AF45;
    color: #fff;
}
.prolist {
    padding: 15px 15px 0;
}
.prolist li {
    line-height: 42px;
}
.prolist li a {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
}
.prolist li a:hover, .prolist li a.hover {
    color: #04AF45;
    text-decoration: none;
}
.left .leftcontact {
    border: 1px solid #dcdcdc;
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
    font-family: "微软雅黑";
    margin-top: 20px;
}
.left .leftcontact .more {
    float: right;
    padding-right: 10px;
}
.left .leftcontact .more a:hover {
    color: #04AF45;
}
.left .leftcontact h3 {
    color: #32b16c;
    font-size: 18px;
    font-weight: normal;
}
.contactmain {
    overflow: hidden;
    padding-top: 10px;
}
.contactmain p {
    line-height: 24px;
}
.contactmain p b {
    font-weight: bold;
    margin-right: 5px;
}
/*right*/
.right {
    overflow: hidden;
    width: 750px;
    height: auto;
}
.righttitle {
    border-bottom: 1px solid #dcdcdc;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: #333;
}
.site {
    float: right;
}
.site a:hover {
    color: #04AF45;
    text-decoration: underline;
}
.righttitle h3 {
    float: left;
    font-size: 18px;
    color: #32b16c;
    font-weight: normal;
}
.right_con {
    overflow: hidden;
    min-height: 150px;
    padding: 20px 10px;
    color: #555;
}
.right_con p {
    font-size: 14px;
    line-height: 24px;
}
.right_con img {
    max-width: 700px;
}

