.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: #1a5bab;
    color: #fff;
}
/*主要内容---------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li {
    list-style: none;
}
.nav {
    height: 70px;
    display: flex;
}
.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: 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: 360px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    border: solid 1px #e5e5e5;
}
.content1 .right1 ul li .hd {
    flex: 2;
    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: #1a5bab;
    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;
}
/*推荐新闻结束*/
/*内页新闻*/
.news-ind{
    width: 100%;
}
.content-news{
    width: 100%;

    padding-top: 10px;
}
.content-news .content-news-txts{
    width: 100%;
    height: auto;

}
.content-news .content-news-txts li{
    border-bottom: 1px dashed #d9d9d9;
    padding: 10px 0;
}
.content-news .content-news-txts li .content-news-txt{
    display: block;
    width: 1000px;
}
.content-news-img{
    width: 160px;
    height: 160px;
    float: left;
}
.content-news-img img{
    width: 160px;
    height: 160px;
}
.content-news-txt{
    width: 715px;
    float: right;
    display: block;
}
.content-news-txt h3:hover{
    color: #01b0f1;
}
/*22222*/
.content-news-img1{
    width:286px;
    height: 210px;
    float: right;
}
.content-news-img1 img{
    width: 286px;
    height: 210px;
}
.content-news-txt1{
    width: 800px;
    float: left;
    display: block;
    color: #666;
    line-height: 30px;
}
.content-news-txt1 h3:hover{
    color: #01b0f1;
}
/*22222*/
.content-news h3 {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
.content-news-txt p{
    font-size: 15px;
    color: #666;
    line-height: 20px;
    word-wrap: break-word;
    word-break: normal;
}
.content-news-txt span{
    font-size: 14px;
    color: #666;
    line-height: 50px;
}
.ahr{
    border-top:7px solid #eee;
    margin-top: 30px;
    padding-top: 30px;

}
/*产品详情开始*/
.content-xq{
    width: 100%;
    float: right;
    margin-top: 10px;
}
.content-xq .img-xq{
    width:100%;
    height: auto;
}
.img-xq img{
    width: 500px;
    margin-left: 200px;
}
/*产品详情结束*/
.content3 {
    width: 960px;
    height: auto;
    margin: auto;
    float: right;
}
.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: 49%;
    height: 400px;
    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;
}
