/**
* equipmentEncyclopedia css start 
*/
.E-centerTitle,.E-datectTitle,.E-hotTitle,.E-newTitle {
	height: 40px;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}
.titlediscr {
	font-size: 18px;
	font-weight:500;
}
.E-centerContant {
	background: #f8f8f8;
}
.E-centerContant .E-item {
	height:90px;
	margin-top: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
.E-centerContant .img-wrapper {
	width:30%;
	height:80px;
	margin:5px 0;
	float:left;
	background:#fff;
}
.E-centerContant .img-wrapper img {
	max-width: 100%;
    max-height: 100%;
}
.E-centerContant .a-wrapper {
	width:70%;
	height:80px;
	margin:5px 0;
	float:left;
	line-height: 80px;
    padding-left: 20px;
}
.maxindustry {
	display: block;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #010101;
}
.minindustry {
	display: inline-block;
    font-size: 16px;
    padding: 5px;
    text-decoration: none;
    color: #010101;
}
.E-hotWrapper,.E-datectWrapper {
	margin-top:40px;
}
@media (min-width: 1200px){
	.E-hotContant .col-lg-2 {
	   width:20%;
    }
}
.E-hotContant .E-item {
	height:380px;
	margin-top: 20px;
	margin-bottom: 10px;
	border:1px solid #efefef;
}
.E-hotContant .E-item .maxindustry {
	cursor: pointer;
}
.E-hotContant .img-wrapper {
	height:180px;
	background:#fff7fa;
	text-align: center;
}
.E-hotContant .img-wrapper img{
	max-width: 100%;
    max-height: 100%;
}
.E-hotContant .E-title {
	height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    color: #010101;
}
.E-hotContant .E-title span {
	border-bottom: 6px solid #fff7fa;
}
.E-hotContant .E-desc {
	height:100px;
	padding: 10px 10px;
    text-indent: 2em;
}
.E-hotContant .E-more {
	height:50px;
	line-height: 50px;
    text-align: center;
}
.E-hotContant .E-more span {
	border-top: 1px solid #ddd;
    padding: 10px 40px;
}
.E-newWrapper {
	margin-top:40px;
}
.E-newContant {
	background: url(../images/EEnewgapbg.png) no-repeat;
	padding: 40px 20px 0px 20px;
}
.E-newContant .E-item {
	height:300px;
	position: relative;
	padding: 0px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}
.border-box {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}
.E-newContant .item-img-wrapper {
	width:100%;
	height:100%;
	background:#fff;
}
.E-newContant .item-img-wrapper .img-wrapper{
	height: 249px;
    text-align: center;
    display: table;
    width: 100%;
}
.E-newContant .item-img-wrapper .img-wrapper .floatbox {
	height: 249px;
    display: table-cell;
    vertical-align: middle;
}
.E-newContant .item-img-wrapper .img-wrapper .floatbox img {
	max-width: 100%;
    max-height: 100%;
    height:70%;
}
.E-newContant .E-infoBtn,.E-infoBackBtn {
	display: inline-block;
    color: #e05048;
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 20px;
    cursor: pointer;
}
.E-infoBtn .E-btnText {
	font-size: 14px;
    font-weight: 700;
    vertical-align: top;
    padding-left: 4px;
    margin-top: 2px;
    display: inline-block;
}
.E-newContant .item-img-wrapper .E-title {
	height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.E-newContant .item-text-wrapper {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #f8f8f8;
    display: none; 
    padding: 0px 40px;
}
.E-newContant .item-text-wrapper .E-title {
	height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin-top:20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.E-newContant .item-text-wrapper .E-desc {
	padding: 0 20px;
	height:159px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.E-newContant .item-text-wrapper .E-more {
	padding-left:20px;
	height:50px;
	line-height: 50px;
    text-align: left;
}
.EEsortgap {
	position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
}
.EEsortgap div {
	left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.EEsortgap div img {
	width: 100%;
    height: auto;
}
.surfaceMountSystem {
	margin-top:20px;
}
.sheetMetalForming {
	margin-top:40px;
}
.industryTitle {
	height:50px;
	wodth:100%;
}
.industryName {
	display: inline-block;
    font-size: 22px;
    font-weight: 700;
}
.industryList {
	display: inline-block;
	margin-left: 30px;
}
.industryList li {
	display: inline-block;
	margin-right: 20px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 700;
}
.industryList li:hover {
	background: #e05048;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}
.industryMore{
    display: inline-block;
    float: right;
    padding: 5px 10px;
    cursor: pointer;
}
.industryContant .E-item {
	height:310px;
	margin-top: 20px;
    margin-bottom: 10px;
    border: 1px solid #efefef;
    position: relative;
}
.industryContant .img-wrapper {
	height:180px;
	text-align: center;
    display: table;
    width: 100%;
}
.industryContant .img-wrapper .floatbox {
	height: 180px;
    display: table-cell;
    vertical-align: middle;
}
.industryContant .img-wrapper .floatbox img {
	max-height:100%;
	max-width:100%;
}
.industryContant .E-title {
	height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 15px;
}
.industryContant .E-title img {
	margin-right:8px;
	margin-bottom: 10px;
}
.industryContant .showdetail {
	width: 60px;
    border: 1px solid #e05048;
    display: inline-block;
    text-align: center;
    height: 24px;
    position: absolute;
    bottom: 30px;
    left: 35%;
    color: #e05048;
    font-weight: 700;
}
@media (min-width: 1200px){
	.industryContant .col-lg-2 {
	   width:20%;
    }
}
.dealerWrapper {
	height:480px;
	margin-bottom:20px;
}
.dealerTitle {
	height: 40px;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}
.dealerContent span {
	display: inline-block;
    text-align: left;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.dealerContent .dealerHead {
	height:50px;
	border-bottom:1px solid #eee;
	line-height:50px;
	background:#f8f8f8;
	font-size:16px;
	font-weight:700;
}
.dealerContent .dealerli {
	height:32px;
	border-bottom:1px solid #eee;
	line-height:32px;
}
.dealerContent .dealerName {
	width: 20%;
    padding-left: 30px;
}
.dealerContent .dealerArea {
	width: 20%;
}
.dealerContent .dealerAddr {
	width: 30%;
}
.dealerContent .dealerDel {
	width: 20%;
}
.dealerContent .dealerBrand {
	width: 10%;
}
.hotInfoTitle {
	height:50px;
	line-height:50px;
	font-size:22px;
	font-weight:700;
}
.hotInfoTitle .hotInfoMore {
	font-size:14px;
	font-weight:500;
	float:right;
}
.hotInfoWrapper .firstInfoContent {
	height:300px;
	min-height:300px;
	padding-top:20px;
}
.hotInfoWrapper .firstInfoContent .firsthotInfo-img {
	height:100%;
}
.hotInfoWrapper .firstInfoContent .firsthotInfo-img img {
	max-width:100%;
	max-height:100%;
}
.hotInfoWrapper .firsthotInfoTitle {
	height:50px;
	line-height:50px;
	font-size:16px;
	font-weight:700;
}
.hotInfoWrapper .infoli {
	line-height:35px;
}
.hotInfoWrapper .infoli i {
	float: left;
	padding-top: 10px;
}
.hotInfoWrapper .infoli .InfoTitle {
	display: inline-block;
    width: 75%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.hotInfoWrapper .infoli .InfoTime {
	width: 20%;
    float: right;
    display: inline-block;
}
.E-datectContant .E-item {
	height: 180px;
	text-align: center;
    display: table;
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
}
.E-datectContant .E-itemContant {
	border:1px solid #efefef;
	position: relative;
}
.E-datectContant .bottom-text {
	height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    line-height: 40px;
    background: #232424;
    opacity: 0.7;
    border-radius: 4px;
    color:#fff;
    font-size: 20px;
}
.E-datectContant .E-item img{
	max-height:180px;
}