body {
	background: #f2f2f2;
}




/*====操作路径====*/
.handle-wrap {
	width: 100%;
	height: 40px;
	background: #f2f2f2;
}
.handle {
	width: 1200px;
	margin: 0 auto;
	line-height: 40px;
	color: #333;
}
.handle-item {
	padding:0  5px 10px;
	font-size: 14px;
}
.handle-item a {
	color: #333;
}
.handle-item:hover a {
	color: #165DA5;
}


/*=========产品主内容区=========*/
.procontent-wrap {
	width: 100%;
	height: auto;
	background: #f2f2f2;
	margin-bottom: 40px;
}
.pro-content {
	width: 1200px;
	min-height: 500px;
	background: #fff;
	margin: 0 auto;
	padding: 40px;
}
/*===产品主信息===*/
.product-main {
	width: 100%;
	height: 394px;
}
.product-main .main-left {
	width: 700px;
	height: 100%;
	/*background-color: cyan;*/
	float: left;
	overflow: hidden;
}
.product-main .main-left img {
	width: 100%;
	height: 100%;
	transition: all 0.5s ease; 
}
.product-main .main-left:hover img{
	transform: scale(1.1);
}
.product-main .main-right {
	width: 380px;
	height: 100%;
	float: right;
	/*background-color: pink;*/
}
.product-main .main-right  .product-name {
	height: 40px;
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	border-bottom: 1px solid #165DA5;
	color: #333;
}
.product-main .main-right  .property {
	font-size: 16px;
	line-height: 30px;
	height: 168px;
	margin-top: 20px;
}


.product-main .main-right  .property .font-blue {
	color: #206aa9;
}
/*====详情切换====*/
.tab-box {
	width: 100%;
	height: 48px;
	margin-top: 40px;
}
.detail-tab {
	width: 1120px;
	height: 48px;
	background-color: #F2F2F2;
	border-bottom: 1px solid #165DA5;
}
.detail-tab .tab-item {
	float: left;
	font-size: 22px;
	line-height: 47px;
	padding: 0 34px;
	cursor: pointer;
}
.detail-tab .tab-item:nth-of-type(1) {
	background-color: #165DA5;
	color: #fff;
}
/*.tab-box .detail-tab .tab-item:hover {
	background-color: #165DA5 !important;
	color: #fff !important;
}*/

/*固定定位 tab*/
.fixed-tab {
	position: fixed;
	top: 90px;
	left: 50%;
	margin-left: -564px;
	z-index: 9;
}


/*表格边框*/
/*td,th{ border:1px solid #DDD; }*/

.detail-item {
	width: 100%;
	height: auto;
	padding-top: 17px;
}
.detail-title {
	font-size: 22px;
	color: #333;
	height: 68px;
	line-height: 68px;
	font-weight: 900;
}
.detail-title img {
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.detail-cont {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height:30px;
	overflow: hidden;
}

.detail-conts {
	min-width: 1220px;
	height: auto;
	font-size: 16px;
	line-height:30px;
	overflow: hidden;
}

/*.detail-cont {*/
	/*!*width: 100%;*!*/
	/*min-width: 1220px;*/
	/*!*min-height: 146px;*!*/
	/*height: 100%;*/
	/*font-size: 16px;*/
	/*line-height:30px;*/
	/*!*	text-indent: 2em;*!*/
	/*overflow: hidden;*/
	/*!*background-color: pink;*!*/
/*}*/

/*案例展示 图*/
.cases-item {
	width: 540px;
	height: 146px;
	float: left;
	margin-top: 30px;
	margin-right: 40px;
}
.cases-item:nth-of-type(1),.cases-item:nth-of-type(2) {margin-top: 0px;}
.cases-item:nth-child(even)  {margin-right: 0;}

.cases-item .cases-item-img {
	width: 260px;
	height: 146px;
	margin-right: 20px;
	overflow: hidden;
	float: left;
}
.cases-item .cases-item-img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s ease; 
}
.cases-item .cases-item-img:hover img {
	transform: scale(1.1);
}
.cases-item .cases-item-info {
	width: 260px;
	float: left;
}
.cases-item .cases-item-info .cases-item-title {
	width: 100%;
	font-size: 18px;
	line-height: 45px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.cases-item-title a {
	color: #333;
}
.cases-item-title a:hover {
	color: #165DA5;
}
.cases-item .cases-item-info .cases-item-text {
	font-size: 14px;
	line-height:22px;
	color: #666;
}


/*系类产品 图*/
.catena-item {
	width: 265px;
	height: 250px;
	float: left;
	margin-right: 20px;
}
.catena-item:nth-child(4) {
	margin-right: 0;
}

.catena-img {
	width: 265px;
	height: 199px;
	border: 1px solid #F0F0F0;
	padding: 6px;
	overflow: hidden;
}
.catena-img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s ease; 
}
.catena-img:hover img {
	transform: scale(1.1);
}

.catena-name {
	text-align: center;
	line-height: 51px;
	font-size: 18px;
}





/*====热门推荐====*/
.recommend {
	width: 100%;
	height: 380px;
	margin-top:34px;
	padding-top: 50px;
	border-top: 1px solid #999; 
}
.recommend .hot-title {
	width: 120px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	background-color: #165DA5;
	color: #fff;
	text-align: center;
}
.recommend-cont {
	width: 100%;
	margin-top: 40px;
	height: 250px;
}
