body{font-family:"微软雅黑"; font-size: 14px; margin:0 auto; padding:0px; color: #2b2b2b;}
html,p,ul,ol,li,input,form,h1,h2,h3,h4,h5,dl,dt,dd,img{margin:0px;padding:0px;border:0; cursor: default;}
img{vertical-align: middle;border:none;margin:0px;padding:0px;}
ul,li,dt{list-style-type:none;}
a{text-decoration:none; color:#333;cursor: pointer;}
a:hover{text-decoration:none;}

.clearfix {
    /* 触发 haslayout */
    zoom: 1;
}
.one-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.three-text {
    text-overflow: ellipsis;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.left {
    float: left;
}

.right {
    float: right;
}
.banners {
    background:  no-repeat center center;
    background-size:100% 100%;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height: 600px;
    position: relative;
}
.logo{
    position: absolute;
    top:30px;
    margin-left:50%;
    left:-590px;
}
.logo img{
    cursor: pointer;
}
.memo{
    width: 936px;
    height: 155px;
    color: #167028;
    position: absolute;
    background:  no-repeat center center;
    top: 300px;
    margin-left: 50%;
    left: -466px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 900;
    font-family: '宋体';
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.memo span{
    position: absolute;
    font-size: 20px;
    left: 20px;
    top:10px;
}
.memo span:before {
    position: absolute;
    z-index: 1;
    bottom: -5px;
    left: 20px;
    margin-left: -20px;
    display: inline-block;
    height: 4px;
    width: 70px;
    color: #167028;
    background: #167028;
    content: "";
    transform-origin: left;
    transition: all 0.5s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.memo p{
    width: 800px;
	padding-top: 10px;
    display: inline-block;
    padding-left: 110px;
}

.navs {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    top:520px;
}

.navs ul {
    width: 1200px;
    margin: 0 auto;
}

.navs ul li {
    width: 400px;
    position: relative;
    color: #fff;
    float: left;
}
.navs ul li a{
    color: #fff;
}

.navs ul li.active{
	 background:  no-repeat center 6px;
}

.main {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.content {
    width: 1200px;
    padding-bottom: 40px;
    margin: 0 auto;
    background: #ffffff;
}

 .section {
    padding: 20px;
}

.section:hover {
    background-color: #e6f3f0;
}

.section img {
    height:170px;
    width: 265px;
    cursor: pointer;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
}

.describe {
    width: 860px;
}

.describe p {
    font: 18px/30px "微软雅黑";
    padding-top: 6px;
    width:100%;
}

 .describe a {
    font: bold 24px/40px "微软雅黑";
    color:#167028;
    width:100%;
    display: block;
}

.describe a:hover {
    font-weight: bold;
    color: #036f3d;
}

 .describe p span {
    margin-right: 20px;
    color: #919191;
    width:100%;
}

 .describe p.zw {
    color: #666666;
    font: 18px/30px "微软雅黑";
}



