.product-ind-right-top{
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #229a49;
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 0 20px;
}
.product-ind-right-top h2{
    display: block;
    width: 50%;
    text-align: left;
    float: left;
}
.product-ind-right-top p{
    float: right;
    width: 40%;
}
.product-top{
    width: 100%;
    margin-top: 50px;
}
.product-top h2{
    padding-bottom: 30px;
}
.product-top>div a{
    display: block;
    float: left;
    font-size: 16px;
    margin: 0px 20px 20px 20px;
    background: #eee;
    text-align: center;
    padding: 20px 50px;
}
.product-top>div a:nth-child(1){
    margin-left: 0;
}
.product-top>div a:hover{
    background: #c50000;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.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: #c50000;
    color: #fff;
}
/*主要内容---------------------------------------------------------------------*/
.des {
    height: 190px;
    background: #f2f2f2;
    overflow: hidden;
    position: relative;
}
.des img {
    position: absolute;
    width: 100%;
}
.content1 {
    width: 100%;
    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: #c50000;
    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: #c50000;
    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;

}
.content3 {
    width: 100%;
    height: auto;
    margin: auto;
}
.content3 .right3 {
    flex: 1;
    height:auto;
    margin-top: 40px;
}
.content3 .right3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content3 .right3 ul li {
    width: 60%;
    height: 600px;
    display: flex;
    flex-direction: column;
    border: solid 1px #e5e5e5;
    margin: auto;
}
.content3 .right3 ul li .hd {
    flex: 2;
    background: #e5e5e5;
    position: relative;
    overflow: hidden;
}
.content3 .right3 ul li .hd img {
    width: 100%;
    position: absolute;
}
.product-int-x {
    width: 100%;
    margin: auto;
    margin-top: 30px;
}
.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;
}
/*新闻中心开始*/
.product-ind-right-news{
    width: 100%;
    background: #fff;
}
.n-news{
    width: 100%;
    margin: auto;
}
.n-news li{
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px!important;
}
.n-news li img{
    float: left;
    width: 120px;
    height: 100px;
}
.n-news li a{
    display: block;
    width: 100%;
    float: left;
}
.n-news li a h3{
    line-height: 40px;
    font-size: 20px;
}
.n-news li a:hover h3{
    color: #c50000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.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;}
/*产品详情开始*/
.cpjs{
    width: 100%;
    float: right;
margin: auto;
}
.cpjsxq{
    width: 100%;
    margin: auto;
}
.cpjsxq .img-box{
    width: 420px;
    float: left;
    overflow: hidden;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.cpjsxq .img-box img{
    width: 400px;
    min-height: 340px;
    max-height: 400px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.cpjsxq .txt-box{
    width: 420px;
    float: right;
}
.cpjsxq .txt-box h2{
    line-height: 100px;
    font-weight: bold;
}
.cpjsxq .txt-box p{
    font-size: 15px;
    color: #666;
}
.cpjsxq .txt-box span{
    display: block;
    margin-top: 30px;
    font-size: 16px;
    border-top: 1px solid #e8e8e8;
    padding-top: 30px;
}
.cpjsxq .txt-box span b{
    font-size: 30px;
    color: #c50000;
}


.cpjsxq .img-box2{
    width: 600px;
    float: left;
    overflow: hidden;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.cpjsxq .img-box2 img{
    max-width: 600px;
    max-height: 400px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}


.nyjs .nyjs-tit{
    margin-top: 30px;
    border-bottom: 3px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 10px;
    }
.nyjs .nyjs-tit span{
    color: #000;
    background: #eee;
    font-size: 16px;
    padding: 5px 10px;

}
.jsxq{
    width: 100%;
    margin-top: 30px;
}
.jsxq h3{
    font-weight: bold;
    line-height: 40px;
}
.jsxq h3 span{
    color: #c50000;
}
.jsxq p{
    margin-top: 30px;
}