.product-listt{
    width: 100%;
    margin-top: 30px;
}
.product-list{

    display: block;
    line-height: 50px;
    text-align: left;
    margin-top: 30px;
}
.classify-tit{
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.classify-tit h3{
    float: left;
    font-size: 16px;
    margin-bottom: 20px;
}
.classify-tit h3 a{
    line-height: 40px;
    background: #eee;
    color: #666;
    display: block;
    width: 140px;
    text-align: center;
    padding: 5px 0;
    margin-right: 15px;
}
.classify-tit h3 a:hover{
    background: #1e8b45;
    color: #fff;
}
/*主要内容---------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li {
    list-style: none;
}
.nav {
    height: 55px;
    display: flex;
    padding: 10px 0;
}
.nav .log {
    width: 251px;
    align-self: center;
    text-align: center;
    color: #fdfdfd;
    font-size: 22px;
    padding-left: 10px;
}
.nav .nav-item {
    flex: 1;
    display: flex;
    color: #fdfdfd;
    padding-left: 30px;
}
.nav .nav-item li {
    align-self: center;
    padding: 0 15px;
    font-size: 14px;
}
.nav .info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 180px;
    color: #fdfdfd;
    padding-right: 30px;
}
.nav .info li {
    padding: 0 15px;
    font-size: 14px;
}
.des {
    height: 190px;
    background: #f2f2f2;
    overflow: hidden;
    position: relative;
}
.des img {
    position: absolute;
    width: 100%;
}
.content1 {
    width: 1020px;
    float: right;
    height: auto;
    margin: auto;
}
.content1 .right1 {
    flex: 1;
    height:auto;
    margin-top: 40px;
}
.content1 .right1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content1 .right1 ul li {
    width: 30%;
    height: 380px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    border: solid 1px #e5e5e5;
}
.content1 .right1 ul li .hd {
    flex: 4;
   /* background: #e5e5e5;*/
    position: relative;
    overflow: hidden;

}
.content1 .right1 ul li .hd img {
  /*  width: 100%;
    position: absolute;*/
}
.content1 .right1 ul li .td {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.content1 .right1 ul li .td > div:nth-child(1) {
    flex: 1;
    padding: 18px 0 0 18px;
    border-top: solid 1px #f4f4f4;
}
.content1 .right1 ul li .td > div:nth-child(1) h3 {
    font-weight: normal;
    color: #666666;
    font-size: 16px;
}
.content1 .right1 ul li .td > div:nth-child(2) {
    height: 50px;
    border-top: solid 1px #f4f4f4;
    display: flex;
}
.content1 .right1 ul li .td > div:nth-child(2) > span {
    flex: 1;
    line-height: 50px;
    padding-left: 15px;
    font-size: 14px;
    color: #666666;
}
.content1 .right1 ul li .td > div:nth-child(2) > div {
    display: flex;
    align-items: center;
}
.content1 .right1 ul li .td > div:nth-child(2) > div button {
    height: 28px;
    width: 60px;
    outline: none;
    border: none;
    margin-right: 15px;
    font-size: 12px;
}
.content1.right1 ul li .td > div:nth-child(2) > div .gray-btn {
    background: #333333;
    color: #fff;
    border: solid 1px #333333;
}
.content1 .right1 ul li .td > div:nth-child(2) > div .gray-btn:hover {
    background: #000000;
    border: solid 1px #000000;
}
.content1 .right1 ul li .td > div:nth-child(2) > div .white-btn {
    border: solid 1px #e5e5e5;
    background: #ffffff;
    display: block;
    line-height: 30px;
    width: 80px;
    text-align: center;
    margin-right: 20px;
    color: #666;
}
.content1 .right1 ul li .td > div:nth-child(2) > div .white-btn:hover {
    border:none;
    background: #1e8b45;
    color: #fff;
}
.content1 .right1 ul > li:hover {
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
}
/*下一页开始*/
.pagination{
    width: 1200px;
    margin: auto;
}
.pagination li{
    display: inline-block;
    border: 1px solid #999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    margin-left: 5px;

}
.pagination li a{
    display: block;
    color: #999;
    width: 40px;
    height: 40px;
}
.pagination li:hover{
    display: inline-block;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    margin-left: 5px;
    background-color:#000 ;

}
.pagination li:hover a{
    color: #fff;
}
/*下一页结束*/
.weizhi{
    float: right;
    color: #666;
    font-size: 14px;
    font-weight: 200;
    margin-top: 30px;
}
.weizhi a{
    color: #666;
    font-weight: 200;
}
/*推荐新闻开始*/
.tuijiannew{
    width: 1200px;
    margin: auto;
    padding-bottom: 50px;
}
.tuijiannew li{
    width: 550px;
    margin-right: 50px;
    float: left;
    border-bottom: 1px dashed #999;
    font-size: 16px;
    text-align: left;

}
.tuijiannew li a{
    display: block;
    padding: 20px 0;
    color: #666;
}
.tuijiannew li a span{
    float: right;
}
/*推荐新闻结束*/
/*内页新闻*/
.content2 {
    width: 100%;
    height: auto;
    margin: auto;
}
.content2 .right2 {
    flex: 1;
    height:auto;
    margin-top: 40px;
}
.content2 .right2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content2 .right2 ul li {
    width: 32%;
    height: 240px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    border: solid 1px #e5e5e5;
}
.content2 .right2 ul li .hd {
    flex: 2;
    background: #e5e5e5;
    position: relative;
    overflow: hidden;
}
.content2 .right2 ul li .hd img {
    width: 100%;
    position: absolute;
}
.content2 .right2 ul li .td {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.content2 .right2 ul li .td > div:nth-child(1) {
    flex: 1;
    padding: 18px 0 0 18px;
    border-top: solid 1px #f4f4f4;
}
.content2 .right2 ul li .td > div:nth-child(1) h3 {
    font-weight: normal;
    color: #666666;
    font-size: 16px;
}
.content2 .right2 ul li .td > div:nth-child(2) {
    height: 50px;
    border-top: solid 1px #f4f4f4;
    display: flex;
}
.content2 .right2 ul li .td > div:nth-child(2) > span {
    flex: 1;
    line-height: 50px;
    padding-left: 15px;
    font-size: 14px;
    color: #666666;
}
.content2 .right2 ul li .td > div:nth-child(2) > div {
    display: flex;
    align-items: center;
}
.content2 .right2 ul li .td > div:nth-child(2) > div button {
    height: 28px;
    width: 60px;
    outline: none;
    border: none;
    margin-right: 15px;
    font-size: 12px;
}
.content2.right2 ul li .td > div:nth-child(2) > div .gray-btn {
    background: #333333;
    color: #fff;
    border: solid 1px #333333;
}
.content2 .right2 ul li .td > div:nth-child(2) > div .gray-btn:hover {
    background: #000000;
    border: solid 1px #000000;
}
.content2 .right2 ul li .td > div:nth-child(2) > div .white-btn {
    border: solid 1px #e5e5e5;
    background: #ffffff;
    display: block;
    line-height: 30px;
    width: 80px;
    text-align: center;
    margin-right: 20px;
    color: #666;
}
.content2 .right2 ul li .td > div:nth-child(2) > div .white-btn:hover {
    border:none;
    background: #1e8b45;
    color: #fff;
}
.content2 .right2 ul > li:hover {
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
}
.ahr{
    border-top:7px solid #eee;
    margin-top: 30px;
    padding-top: 30px;

}
.product-int-x {
    width: 100%;
    margin: auto;
    margin-top: 30px;
}
.nyjs{
    width: 100%;
}
.nyjs h2{
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
}
.showpage {
    width: 100%;
    height: 60px;
    margin: auto;
    border-top: 1px solid #e5e5e5;
    margin-top: 60px;
    text-align: left;
}
.showpage span {
    font-size: 14px;
    color: #333333;
    line-height: 80px;
}
.xyp {
    padding-left: 300px;
}
.showpage span a {
    color: #777777;
}
.nyjs P{
    line-height: 30px;
    color: #666;
    font-size: 15px;
}
.cpjs{
    width: 1020px;
    float: left;
    margin-left: 40px;
}
.cpjsxq{
    width: 100%;
    margin: auto;
    margin-top: 40px;
}
.cpjsxq .img-box{
    width: 500px;
    height: 460px;
    float: left;
}
.cpjsxq .img-box span{
    width: 500px;
    height: 460px;
    overflow: hidden;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.cpjsxq .img-box img{

    max-width: 500px;
    height: 460px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.cpjsxq .txt-box{
    width: 460px;
    float: right;
    line-height: 24px;
}
.cpjsxq .txt-box h2{
   margin-bottom: 20px;
}
.cpjsxq .txt-box p{
    font-size: 15px;
    color: #666;
}
.cpjsxq .txt-box .dianhua{
    display: block;
    margin-top: 30px;
    font-size: 16px;
    border-top: 1px solid #e8e8e8;
    padding-top: 30px;
    width: 100%;
    margin-left: 0;
}
.cpjsxq .txt-box .dianhua b{
    font-size: 30px;
    color: #1e8b45;
}

.content3 {
    width: 100%;
    float: right;
    height: auto;
    margin: auto;
}
.content3 .right {
    flex: 1;
    height:auto;
}
.content3 .right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content3 .right ul li {
    width: 30%;
    height: 380px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    border: solid 1px #e5e5e5;
}
.content3 .right ul li .hd {
   /* flex: 4;*/
    background: #e5e5e5;
    width: 390px;
    height: 270px;
    position: relative;
    overflow: hidden;
}
.content3 .right ul li .hd img {
    width: 100%;
    position: absolute;
    height: 270px;
}
.content3 .right ul li .td {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.content3 .right ul li .td > div:nth-child(1) {
    flex: 1;
    padding: 18px 0 0 18px;
    border-top: solid 1px #f4f4f4;
}
.content3 .right ul li .td > div:nth-child(1) h3 {
    font-weight: normal;
    color: #666666;
    font-size: 16px;
}
.content3 .right ul li .td > div:nth-child(2) {
    height: 50px;
    border-top: solid 1px #f4f4f4;
    display: flex;
}
.content3 .right ul li .td > div:nth-child(2) > span {
    flex: 1;
    line-height: 50px;
    padding-left: 15px;
    font-size: 14px;
    color: #666666;
}
.content3 .right ul li .td > div:nth-child(2) > div {
    display: flex;
    align-items: center;
}
.content3 .right ul li .td > div:nth-child(2) > div button {
    height: 28px;
    width: 60px;
    outline: none;
    border: none;
    margin-right: 15px;
    font-size: 12px;
}
.content3.right ul li .td > div:nth-child(2) > div .gray-btn {
    background: #333333;
    color: #fff;
    border: solid 1px #333333;
}
.content3 .right ul li .td > div:nth-child(2) > div .gray-btn:hover {
    background: #000000;
    border: solid 1px #000000;
}
.content3 .right ul li .td > div:nth-child(2) > div .white-btn {
    border: solid 1px #e5e5e5;
    background: #ffffff;
    display: block;
    line-height: 30px;
    width: 80px;
    text-align: center;
    margin-right: 20px;
    color: #666;
}
.content3 .right ul li .td > div:nth-child(2) > div .white-btn:hover {
    border:none;
    background: #1e8b45;
    color: #fff;
}
.content3 .right ul > li:hover {
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
}
/*新闻中心开始*/
.n-news{
    width: 100%;
    margin: auto;
}
.n-news li{
    width: 100%;
    margin-top: 10px;
}
.n-news li img{
    float: left;
    width: 120px;
    height: 120px;
    border: 1px solid #1e8b45;
}
.n-news li a{
    display: block;
    width: 1080px;
    float: left;
    margin-left: 30px;
}
.n-news li a h3{
     line-height: 40px;
     font-size: 20px;
 }
.n-news li a:hover h3{
color: #1e8b45;
}
.n-news li a p{
    font-size: 15px;
    color: #666;
    line-height: 20px;
    margin-top: 5px;
}
.n-news li a span{
    display: block;
    width: 100%;
    color: #999;
}