.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: 15px;
    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: #d52326;
    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: 960px;
    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: 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: #d52326;
    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: 20px;
}
.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;
}
.content2 .right2 ul {
    flex-wrap: wrap;
    justify-content: space-between;
}
.content2 .right2 ul li {
    width: 32%;
    margin-left: 1%;
    float: left;
    height: 322px;
    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;
    overflow: hidden;
    padding: 17px 0;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-left: 15px;
}
.content2 .right2 ul li .td > div:nth-child(2) {
    height: 50px;
    border-top: solid 1px #f4f4f4;
    display: flex;
    margin-top: 20px;
}
.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: #d52326;
    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: 49%;
    height: 500px;
    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;
}
.content {
    width: 100%;
    float: right;
    height: auto;
    margin: auto;
}
.content .right {
    flex: 1;
    height:auto;
    margin-top: 40px;
}
.content .right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content .right ul li {
    width: 30%;
    height: 360px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    border: solid 1px #e5e5e5;
}
.content .right ul li .hd {
    flex: 2;
    background: #e5e5e5;
    position: relative;
    overflow: hidden;
}
.content .right ul li .hd img {
    width: 100%;
    position: absolute;
}
.content .right ul li .td {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.content .right ul li .td > div:nth-child(1) {
    flex: 1;
    padding: 18px 0 0 18px;
    border-top: solid 1px #f4f4f4;
}
.content .right ul li .td > div:nth-child(1) h3 {
    font-weight: normal;
    color: #666666;
    font-size: 16px;
}
.content .right ul li .td > div:nth-child(2) {
    height: 50px;
    border-top: solid 1px #f4f4f4;
    display: flex;
}
.content .right ul li .td > div:nth-child(2) > span {
    flex: 1;
    line-height: 50px;
    padding-left: 15px;
    font-size: 14px;
    color: #666666;
}
.content .right ul li .td > div:nth-child(2) > div {
    display: flex;
    align-items: center;
}
.content .right ul li .td > div:nth-child(2) > div button {
    height: 28px;
    width: 60px;
    outline: none;
    border: none;
    margin-right: 15px;
    font-size: 12px;
}
.content.right ul li .td > div:nth-child(2) > div .gray-btn {
    background: #333333;
    color: #fff;
    border: solid 1px #333333;
}
.content .right ul li .td > div:nth-child(2) > div .gray-btn:hover {
    background: #000000;
    border: solid 1px #000000;
}
.content .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;
}
.content .right ul li .td > div:nth-child(2) > div .white-btn:hover {
    border:none;
    background: #f15b24;
    color: #fff;
}
.content .right ul > li:hover {
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
}
.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;
}

/*产品缩略开始*/
.ban{ width:600px; height:700px; position:relative; overflow:hidden;margin:40px auto 0 auto;float: left}
.ban2{ width:600px; height:600px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:600px; height:500px;}
.prev{ float:left; cursor:pointer;}
.num{ height:82px;overflow:hidden; width:480px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:600px;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:80px; height:80px; margin-right:5px; padding:1px;}
.num ul li.on{ border:1px solid red; padding:0;}
.prev_btn1{ width:16px; text-align:center; height:18px; margin-top:40px; margin-right:20px; cursor:pointer; float:left;}
.next_btn1{  width:16px; text-align:center; height:18px; margin-top:40px;cursor:pointer;float:right;}
.prev1{ position:absolute; top:220px; left:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.next1{ position:absolute; top:220px; right:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.mhc{ background:#000; width:100%;opacity:0.5;-moz-opacity:0.5;filter:alpha(Opacity=50); position:absolute; left:0; top:0; display:none;}
.pop_up{ width:500px; height:500px; padding:10px; background:#fff; position:fixed; -position:absolute; left:50%; top:50%; margin-left:-255px; margin-top:-255px; display:none; z-index:99;}
.pop_up_xx{ width:40px; height:40px; position:absolute; top:-40px; right:0; cursor:pointer;}
.pop_up2{ width:500px; height:500px; position:relative; overflow:hidden;}
.pop_up2{ width:500px; height:500px; position:relative; overflow:hidden; float:left;}
.pop_up2 ul{ position:absolute; left:0; top:0;}
.pop_up2 ul li{ width:500px; height:500px; float:left;}

.pto-xq{
    width: 600px;
    float: right;
    margin-top:58px;
}
.pto-xq h3{
    margin-bottom: 20px;
}
.pto-xq p{
    font-size: 15px;
    line-height: 30px;
    color: #000;
}
/*百度地图开始*/
