@charset "utf-8";


/*内页菜单*/
.dropmenu{min-height: 45px; margin-bottom: 20px; position: relative; z-index: 3;margin-top: 70px;}
.dropmenu .label{padding: 0 20px; height: 45px; line-height: 45px; background: #222224; color: #fff; font-size: 15px;}
.dropmenu .label .iconfont{float: right; font-size: 16px; margin-top: 15px;}
.dropmenu .label .iconfont:before{content: "\e60e";}
.dropmenu ul{width: 100%; height: 0; overflow-y: auto; position: absolute;}
.dropmenu ul li{width: 100%; border-bottom: 1px solid #2f2e35;}
.dropmenu ul li a{display: block; height: 40px; line-height: 40px; padding: 0 50px; color: #bbb; background: rgba(17,17,17,.9); font-size: 13px;}
.dropmenu ul li.active a {background: #000; color: #fff;}
.dropmenu.open .label .iconfont{transform: rotate(180deg);}


/*新闻---列表式*/
.news_item{border-bottom: 1px solid rgba(0,0,0,0.05); padding: 20px 15px;}
.news_item:first-child{padding-top: 10px;}
.news_item:last-child{border-width: 0;}
/* .news_pic{margin-bottom: 10px; overflow: hidden; max-height: 140px;} */
.news_pic{margin-bottom: 10px; overflow: hidden; }
.news_pic img{display: block; width: 100%;}
.news_name{height: 20px; line-height: 20px; font-size: 16px; color: #565656; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.news_date{height: 24px; margin-bottom: 4px; margin-top: 8px;}
.news_date p{height: 24px; line-height: 24px; font-size: 16px; float: left; font-family: "HELVETICANEUELTPRO-THEX", Arial;}
.news_date .md{color: #8a8a8a;}
.news_date .year{color: #bdbdbd; margin-left: 10px;}
.news_desc{max-height: 44px; line-height: 22px; font-size: 13px; color: #6a6a6a; overflow: hidden; margin-top: 4px;}

/*产品列表*/
.productlistd ul li {width:50%;float: left;}
.productlistd .item {padding:10px;}
.productlistd ul li h3 {text-align: center;}
.product_details_body img {width: 100%;}

.jshgimg{display: none !important;}
.pageList .active span{background-color: #ED1C24!important;border-color: #ED1C24!important;}
.pageList{padding-bottom: 20px;}
.details_body .table1{overflow-x: scroll;}