.product-ind-right-top{
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 20px;
    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: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.product-top li{
    float: left;
    margin-right: 20px;
}
.product-top li a{
    font-size: 16px;
    padding: 5px 30px;
    background: #2e83ab;
    color: #fff;
}
.product-top li a:hover{
    background: #fff;
    color: #2e83ab;
}
.product-img{
    width: 100%;
    margin: auto;
}
.product-listt{
    width: 100%;
    margin-top: 30px;
}
.product-list{

    display: block;
    line-height: 50px;
    text-align: left;
}
.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: 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: 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: #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;
}
/*推荐新闻结束*/
/*内页新闻*/
.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: #1a5bab;
    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: 740px;
    float: left;
    margin-left: 30px;
}
.n-news li a h3{
    line-height: 40px;
    font-size: 20px;
}
.n-news li a:hover h3{
    color: #2e83ab;
    -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: 890px;
    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: 760px;
    float: right;
}
.cpjsxq .txt-box h2{
    line-height: 100px;
}
.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: #229a49;
}
.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;

}
/*产品中心内页开始*/
.ny-right{
    width: 880px;
    float: right;
}
.ny-right-main{
    width: 100%;
    margin: auto;
}
.ban-right{
    width: 370px;
    float: right;
}
.ban-right h1{
    font-size: 24px;
    line-height: 50px;
    border-bottom: 1px dotted #dedede;
    margin-bottom: 60px;
    padding-bottom: 20px;
}
.ban-right p{
    line-height: 30px;
    font-size: 15px;
}
.ban-right p span{
    font-size: 24px;
    font-weight: bold;
    color: #25a745;
}
.ban-right img{
    margin-top: 20px;
}
/*产品图片加缩略图*/
.ban{ width:500px; height:500px; position:relative; overflow:hidden;
    float: left;
}
.ban2{ width:500px; height:400px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:500px; height:500px;}
.prev{ float:left; cursor:pointer;}
.num{ height:82px;overflow:hidden; width:430px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:500px;}
.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;}

/* 0000000000*/
.info_title {
    clear: both;
    margin: 20px auto;
    width: 100%;
    height: 60px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.info_title span {
    display: block;
    height: 60px;
    box-sizing: border-box;
    border-top: 5px solid #25a745;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    font-size: 16px;
    color: #415065;
    width: 160px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 2px;
}
.qyln{
    width: 100%;
    margin: auto;
}
.qyln li{
    width: 25%;
    text-align: center;
    float: left;

}
.qyln li p{
    width: 60%;
    line-height: 20px;
}
.qyln li p:nth-child(1){
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.hxys{
    width: 100%;
    margin: auto;
}
.hxys li{
    width: 31%;
    margin: 20px 1%;
    text-align: center;
    float: left;
    line-height: 30px;

}
.hxys li p{
    width: 90%;
    line-height: 20px;
}
.hxys li p:nth-child(1){
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #25a745;
}