body{
	background-color:rgba(249,249,249,1);
}
#caseItem{
	color: #2589eb;
}
.outer-wrapper{
	width:100%;
	background:rgba(249,249,249,1);
}
.outer-wrapper ul{
	list-style:none;
	margin:0;
	padding:0;
}
.outer-wrapper ul li{
	float:left;
}
.case-wrapper{
	width:1200px;
	height:auto;
	margin:0px auto 0;
}
.case-wrapper .case-title{
	padding-top:10px;
	width:100%;
	height:40px;
	line-height:30px;
}
.case-normal-text{
	color:#666666;
}
.c-text{
	color:#2589eb;
}
.case-title .case-search-wrapper{
	display:inline-block;
	position: relative;
}
.case-title .case-search-wrapper .case-kw-ipt{
	width:400px;
	height:40px;
	color:#333;
	padding: 6px 30px 6px 10px;
	border: 2px solid #2589eb;
}

.case-title .case-search-wrapper .case-kw-ipt::-moz-placeholder {
	color: #cccccc;
}
.case-title .case-search-wrapper .case-kw-ipt::-ms-input-placeholder {
	color: #cccccc;
}
.case-title .case-search-wrapper .case-kw-ipt::-webkit-input-placeholder {
	color: #cccccc;
}
.case-title .case-search-wrapper .case-search-btn{
	width:88px;
	height:40px;
	padding:5px 0;
	text-align:center;
	background-color:#2589eb;
	color:#fff;
	border:1px solid #2589eb;
}
.case-title .case-search-wrapper .clear-icon {
	position: absolute;
	top: 35%;
	right: 96px;
	font-size: 12px;
	color: #bbbbbb;
	cursor: pointer;
	display: none;
}
.case-title .case-search-wrapper .clear-icon:hover {
	color: #999999;
}
.case-wrapper .case-condition-wrapper{
	width:100%;
	border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.case-con-filter{
	min-height:40px;
	clear:both;
}
.case-con-filter .con-filter-title{
	text-align:center;
	height:40px;
	width:100px;
	float:left;
	line-height:40px;
}
.case-con-filter .con-filter-content{
	width:997px;
	float:left;
	height:40px;
}
.con-filter-content .con-filter-ul{
	height:40px;
}
.con-filter-ul .con-filter-li{
	margin:5px 10px 4px 0;
    display: inline;
    height: 26px;
    font-size: 12px;
}
.con-filter-li .con-filter-item{
	width: auto;
    height: 26px;
    border: 1px solid #ebebeb;
    cursor: pointer;
    color: #2489eb;
    border-radius: 30px;
    display: inline-block;
}
.con-filter-li .con-filter-item:hover{
	color:#2589eb;
	border:1px solid #2589eb;
}
.con-filter-li .con-filter-item:hover .item-title{
	color:#2589eb;
}
.con-filter-item .item-title{
	height: 26px;
    width: auto;
    padding: 0 10px;
    cursor: pointer;
    color: #666666;
    font-size: 12px;
    max-width: 200px;
    line-height: 26px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    float:left;
}
.con-filter-item .item-title .title-name{
	color: #666666;
}
.con-filter-item .item-close{
    display: inline-block;
    padding: 5px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    width: 25px;
	height: 100%;
	float:left;
    position: relative;
}
.con-filter-li .con-filter-item:hover .item-close{
	background-color:#2589eb;
	color:#fff;
}
.con-filter-li .con-filter-item:hover .i-close{
	background-color:#2589eb;
	background-image: url(/page/pc/images/result/con-close-white.png);
}
.con-filter-item .item-close .i-close{
	width: 14px;
    height: 14px;
    position: absolute;
    top: 29%;
    left: 29%;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    background-image: url(/page/pc/images/result/con-close-grey.png);
    background-repeat: no-repeat;
}

.case-conditon-wrapper{
	border: 1px solid #ebebeb;
    height: auto;
    margin-top: 10px;
    width: 100%;
    clear:both;
}
.case-condition-wrapper .condition-item{
	width: auto;
    height: auto;
    background-color: #f3f3f3;
    clear:both;
}
.case-condition-wrapper .condition-item .condition-item-wrap{
	border-bottom: 1px solid #ebebeb;
    position: relative;
}
.condition-item-wrap .title{
	text-align: center;
    height: 100%;
    float: left;
    width: 100px;
    padding: 15px 10px;
}
.condition-item-wrap .industry-title{
	padding-top:18px;
	cursor:pointer;
}
.condition-item-wrap .condition-content{
	overflow: hidden;
    background-color: #fff;
}
.condition-item-wrap .condition-ext{
	position: absolute;
    top: 6px;
    right: 10px;
    width: 80px;
    height: auto;
    line-height: 22px;
    overflow: hidden;
    zoom: 1;
}
.condition-ext .ext{
	display: inline-block;
    padding: 0 5px;
    border: 1px solid #ebebeb;
    float:right;
}
.condition-ext .ext-text{
	color:#666666;
	text-decoration:none;
}
.condition-item-wrap .industry-content-bottom{
	padding-bottom:5px;
}
.condition-content .industry-title{
	color:#ff9900;
	text-align:center;
	padding:25px 10px;
	float:left;
}
.condition-content .normal-title{
	color:#ff9900;
	text-align:center;
	float:left;
	padding:12px 10px;
	cursor:pointer;
}
.condition-content .con-list .selected-text{
	color:#ff9900;
}
.condition-content .con-list{
	float:left;
	width:970px;
}
.condition-content .con-list{
	margin-left:10px;
}
.con-list .ul-handbook{
	height:35px;
}
.condition-content .s-normal li{
	color:#2589eb;
	margin:15px 25px 0 0;
	cursor:pointer;
	font-size:12px;
}
.condition-content .s-normal li.triangle{
	position:relative;
}
.condition-content .s-normal li.triangle:after {
	content: url("/page/pc/images/case/triangle.png");
	position: absolute;
	display:block;
	top:30%;
	left:-10px;
	z-index:10;
}
.condition-content .s-normal li a{
	color:#2589eb;
}
.condition-content .con-list .s-supplier{
	height:45px;
	margin:5px 0;
	overflow:hidden;
	width:100%;
}
.condition-content .con-list .s-normal{
	height:40px;
	overflow:hidden;
	padding-right:5px;
}
.condition-content .con-list .s-fixed{
	height:170px;
	overflow:auto;
	padding-bottom:10px;
}
.s-supplier>li:hover{
    border: 1px solid #2489eb;
    text-decoration:underline;
}
.s-supplier>li{
 	position: relative;
 	margin:0 !important;
 	float: left;
    display: inline;
    width: 108px;
    height: 45px;
    background: #FFF;
    text-align: center;
    cursor: pointer;
}
.s-supplier > li.current:AFTER{
 	content: ""; 
  color: white;
  position: absolute;
  bottom: 0px;
  right: 0px;
   background: url("/page/pc/images/icon/detail/m-selected-icon.png") no-repeat; 
   background-size: 100%;
  width: 15px;
  height: 15px;
 }
.s-supplier > li .supplier-text{
 	line-height: 42px;
 	padding-top: 0;
 }
 .s-supplier li span {
    border: 1px solid #DDD;
    display: inline-block;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
 .s-supplier li a{
	 color:#2589eb;
 }
 .class-img-div{
 	position: absolute;
  width: 102px;
  height: 41px;
  display: inline-block;
  color: #2489eb;
  background: white;
     left: 2px;
     top: 1px;
  text-align: center;
  line-height: 41px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: none;
 }
.case-type-wrapper{
	width:100%;
	height:30px;
	padding:5px 0;
	margin-top:20px;
	background-color:#f3f3f3;
}
.case-type-line{
	display:inline-block;
	float:left;
	width:4px;
	background-color:#2589eb;
	height:20px;
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
}
.case-type-wrapper .case-order-ul{
	float:left;
}
.case-type-wrapper .case-order-ul .split-line{
	width:2px;
	display:inline-block;
	height:20px;
	background-color:#cccccc;
}
.case-type-wrapper .case-order-ul li{
	padding:0 10px;
	cursor:pointer;
}
.case-type-wrapper .case-order-ul li.active{
	color:#2589eb;
	font-weight:bold;
}
.case-type-bread-crumb-wrapper{
	position:relative;
	width:100%;
	height:auto;
}
.case-type-bread-crumb{
	border:1px solid #E4E4E4;
	height:34px;
	width:100%;
	clear:both;
	margin-top:10px;
	background-color:#fff;
	padding:5px 0 0 20px;
	color:#fff;
}
.case-type-bread-crumb:after{
	content: url("/page/pc/images/case/triangle.png");
	position: absolute;
	left:230px;
	top:-21px;
	z-index:10;
	width:0;
	height:0;

}
.case-type-bread-crumb ul{
	list-style:none;
	margin:0;
	padding:0;
}
.case-type-bread-crumb ul li{
	margin-right:30px;
}
.case-type-bread-crumb ul li a{
	color:#666666;
}
.case-type-bread-crumb ul li a.active{
	color:#2589eb;
}
.case-list{
	/* display:flex; */
    min-height: 100px;
    /* -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    clear:both;
}
.case-list .case-no-result{
	text-align:center;
	width:100%;
	height:350px;
	padding-top:80px;
}
.case-list .case-no-result img{
	width:150px;
	height:150px;
}
.case-list .case-no-result .sorry-text{
	margin-left:40px;
}
.case-list .case-item{
	position: relative;
    width: 387px;
    height: 181px;
    border-radius: 8px;
    background-color: #fff;
	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 5px #ddd;
    /* -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; */
    float:left;
    margin-top:20px;
    cursor:pointer;
    box-sizing: border-box;
}
.case-list .item-center{
	margin-left:18px;
	margin-right:18px;
}
.case-list .case-inner-item{
	width:100%;
	height:100%;
	padding: 10px;
}
.case-list .case-item:hover{
	border:1px solid #2589eb;
}

.case-list .case-item .case-img{
	width:100px;
	height:160px;
	float:left;
    box-shadow:0 0 10px #E4E4E4;
}
.case-list .case-item .case-img img{
	cursor: pointer;  
	transition: all 0.6s; 
}
.case-list .case-item .case-img img:hover{
	/* transform: scale(1.1);  */
}
.case-list .case-item:hover .case-img{
	transform: scale(1.1);
}
.case-list .case-item .case-text{
	padding-left:10px;
	float:left;
	overflow:hidden;
	width:260px;
	height:180px;
	position:relative;
}
.case-list .case-item .case-text .test-standard-title{

}
.case-list .case-item .case-text .test-standard-text{
	line-height:20px;
	color:#333333;
	font-weight: bold;
	font-size:12px;
	margin-top: 0;
	margin-bottom: 5px;
}
.case-list .case-item .case-text .test-standard-normal-text{
	margin-top:20px;
}
.case-list .case-item .case-text .test-standard-text .test-name-text{
	color:#2589eb;
	font-weight: bold;
 }
.case-list .case-item .case-text .test-standard-text span{
	color:#999999;
	font-weight: normal;
}

.page-clear{
	padding-top:15px;
	clear:both;
}
.case-item .case-collect{
	width:20px;
	height:20px;
	position:absolute;
	background-image: url(/page/pc/images/case/collect-grey.png);
    background-repeat: no-repeat;
    top:25%;
    right:3%;
    z-index:2;
}
.case-item .case-collect.active{
	background-image: url(/page/pc/images/case/collect-red.png);
}
.case-item .case-collect:hover{
	background-image: url(/page/pc/images/case/collect-red.png);
}
.case-text p{
	margin:0 0 10px;
}
.case-text .case-text-title{
	font-size:16px;
	color:#333333;
	overflow:hidden;
	text-overflow: ellipsis;
	font-weight:bold;
	height:40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin:5px 0 11px;
}
.case-text .case-supplier{
	font-size:14px;
	color:#2589eb;
	font-weight:bold;
	margin:10px 0 5px;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.case-text .case-relative-products{
	color:#666666;
	font-size:12px;
	margin:0 0 5px 0;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.case-text .case-relative-products .r-prd-name{
	color:#2589eb;
}
.case-text .case-time-view{
	color:#999999;
	font-size:10px;
	margin:0 0 3px;
}
.case-text .case-desc{
	font-size: 12px;
    color: #666666;
    height: 40px;
    line-height: 20px;
    width: 251px;
    display:inline;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.case-text .case-time,.case-view{
	position:relative;
	display:inline-block;
	width:14px;
	height:12px;
}
.case-text .i-clock{
	width: 14px;
    height: 11px;
    position: absolute;
    top: 14%;
    left: 0;
    background-image: url(/page/pc/images/case/time.png);
    background-repeat: no-repeat;
}
.case-text .i-views{
	width: 14px;
    height: 11px;
    position: absolute;
    top: 26%;
    left: 0;
    background-image: url(/page/pc/images/case/view.png);
    background-repeat: no-repeat;
}
.case-detail-wrapper{
	height:auto;
	width:1200px;
	margin:10px auto;
}
.case-detail-wrapper .case-detail-inner-wrapper{
	border:1px solid #eeeeee;
	height:auto;
	clear:both;
	margin-top:20px;
}
.case-detail-inner-wrapper .case-supplier-generic{
	padding-left:20px;
	margin-top:20px;
	font-weight:bold;
}
.case-detail-wrapper .case-detail-header {
	background-color: #EEF6FE;
	height: 125px;
}

.case-detail-wrapper .case-detail-title{
	width:100%;
	height:60px;
	padding:20px 0 0;
	font-weight:bold;
	font-size:25px;
	text-align:center;
	
}
.case-detail-wrapper .case-detail-content{
	height:auto;
	width:100%;
	padding:25px 15px 15px 15px;
}
.case-detail-wrapper .case-detail-tool{
	height:60px;
	padding:20px 10px 10px 10px;
}

.case-detail-wrapper .case-detail-relative-products{
	height:auto;
	width:100%;
	clear:both;
}
.case-detail-wrapper .case-detail-relative-products .line{
	height:16px;
	display:inline-block;
	border-left:3px solid #2589eb;
}
.case-detail-wrapper .case-detail-relative-products .line-text{
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	padding-left:15px;
}
.case-detail-wrapper .case-detail-relative-products .product-list{
	height:auto;
	width:100%;
	padding:10px 0 20px 20px;
}
.case-detail-wrapper .case-detail-relative-products .product-list .relative-item{
	display:inline-block;
	background-color:#f3f3f3;
	padding:10px;
	text-align:center;
	margin-right:20px;
	border-radius:3px;
	margin-bottom:10px;
}
.case-detail-wrapper .case-detail-relative-products .product-list ul{
	list-style: none;
	margin:0;
	padding:0;
	float:left;
	margin-right:80px;
}
.case-detail-wrapper .case-detail-relative-products .product-list ul li{
	padding:5px 0;
}
.case-detail-collect{
	display:inline-block;
	cursor:pointer;
	position:relative;
}
.case-detail-collect .i-collect{
	position:absolute;
	width:20px;
	height:20px;
	left:0;
	top:1px;
	background-image: url(/page/pc/images/case/collect-grey.png);
    background-repeat: no-repeat;
}
.case-detail-collect .i-collect.active{
	background-image: url(/page/pc/images/case/collect-red.png);
}
.case-detail-collect:hover .i-collect{
	background-image: url(/page/pc/images/case/collect-red.png);
}
.case-detail-collect .collect-text{
	margin-left:25px;
	display:inline-block;
	color:#666666;
	font-size:16px;
}
.case-detail-collect{
	display:inline-block;
	cursor:pointer;
	position:relative;
	margin-left:12px;
}
.case-detail-collect-title{
	padding:5px 0;
	height:40px;
}
.case-collect-type-wrapper{
	margin-top:0;
}
.case-detail-collect .i-download{
	position:absolute;
	width:20px;
	height:20px;
	left:0;
	top:1px;
	background-image: url(/page/pc/images/case/download.png);
    background-repeat: no-repeat;
    background-size:100% 100%;
}

/* 厂家、类别首字母筛选样式 */
.first-letter-ul {
	height: 28px !important;
	display: none;
	float: left;
	margin: 12px 0 0 0 !important;
	width: 100%;
	overflow: hidden !important;
	zoom: 1;
	position: relative;
}

.first-letter-ul .first-letter-li {
	margin: 0 7px 0 0 !important;
	padding: 2px 7px 2px 7px !important;
	height: auto;
	cursor: pointer;
	color: #333 !important;
	border: 1px solid transparent;
}

.first-letter-ul .first-letter-selected {
	color: #2589eb !important;
	border: 1px solid #2589eb;
}

.collect-tips-area {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -130px;
	margin-top: -25px;
	background: #000;
	height: 50px;
	width: 260px;
	border-radius: 10px;
	display: none;
}

.collect-tips-text {
	color: #fff;
	line-height: 50px;
	text-align: center;
	display: block;
	width: 260px;
}

.collect-tips-text a {
	color: #FF7800;
}

.solution-panel{
	position:absolute;
	background-color:#fff;
	top:27%;
	left:50%;
	margin-left:-600px;
	width:1200px;
	height:auto;
	color:#fff;
	border:1px solid #ebebeb;
	z-index:4;
	display:none;
	box-shadow:0 -2px 3px -1px #E4E4E4;
	clear:both;
	padding-bottom:20px
}
.solution-panel .sub-solution{
	height:120px;
	background-color:#fff;
}
.sub-solution .item-wrapper{
	width:900px;
	margin:0 auto;
}
.sub-solution .item-wrapper .item-list{
	text-align:left;
	margin:18px 0 0 0;
	padding:0;
}
.sub-solution .item-wrapper .item-list li{
	margin-right:140px;
	text-align:center;
	list-style:none;
	display:inline-block;
	cursor:pointer;
}
.sub-solution .item-wrapper .item-list li:nth-child(3n){
	margin-right:0;
}
.sub-solution .item-wrapper .item-list li dl{
	width:180px;
    height:120px;
	position:relative;
	margin:0;
	padding:0;
	display:block;
}
.sub-solution .item-wrapper .item-list li:hover dd{
	background-color:rgba(6, 110, 170, .5);
}
.sub-solution .item-wrapper .item-list li dl dt{
	display:block;
}
.sub-solution .item-wrapper .item-list li dl dt img{
	width:180px;
    height:120px;
	display:inline-block;
	border:none;
}
.sub-solution .item-wrapper .item-list li dl dd{
	width:180px;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,.2);
	height:100%;
	overflow:hidden;
	border-radius:10px;
	display:block;
}
.sub-solution .item-wrapper .item-list dl dd div{

}
.sub-solution .item-wrapper .item-list .icon-pic{
	height:46px;
	margin-top:30px;
}
.sub-solution .item-wrapper .item-list .icon-text{
	line-height:34px;
}
.sub-solution .item-wrapper .item-list .icon-pic img {

}
.solution-panel .solution-marker-image{
	float: left;
	position: relative;
	left: 50%;
}
.image-marker-panel{
	margin-top: 20px;
	position: relative;
	left: -50%;
}

.solution-image-marker-point{
	position:absolute;
	background-color:#fff;
	width:12px;
	height:12px;
	border-radius:30px;
	z-index:4;
	border:2px solid #2589eb;
}
.solution-image-marker-textbox{
	position:absolute;
	width:auto;
	padding:5px 10px;
	color:#fff;
	background: -webkit-linear-gradient(left, #7CBBEF , #AEBFE5);
	background: -o-linear-gradient(right, #7CBBEF , #AEBFE5);
	background: -moz-linear-gradient(right, #7CBBEF , #AEBFE5);
	background: linear-gradient(to right, #7CBBEF , #AEBFE5);
	cursor:pointer;
	z-index:4;
	border:1px solid #2589eb;
	border-radius:4px;
}
.solution-image-marker-textbox a{
	color:#fff;
	text-decoration:none;
}
.solution-image-marker-textbox:hover {
	border:1px solid #2589eb;
	background:#EEF6FE;
}
.solution-image-marker-textbox:hover a {
	color:#2589eb;
}

/* 案例详情 */
.un-login{
	overflow:hidden;position: relative;
}
.un-login-tips{
	position: absolute;
	bottom: 0px;left: 0px;
	width: 98%;
	height: 400px;
	background-color: #fff;background:linear-gradient(180deg,rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 100%);margin: 0 1%;
}
#floatArrow{
	width: 100%;height: 60px;text-align: center;line-height: 60px;
}
#floatArrow img{
	width: 28px;
	height: 26px;
	animation: float 1.5s infinite;
	-webkit-animation: float 1.5s infinite; /* Safari 和 Chrome */
	cursor: pointer;
}
.un-login-tips-content{
	width:100%;height:60px;background:rgba(240,246,253,1);box-shadow:0px 4px 6px 0px rgba(221,221,221,0.5);line-height: 60px;text-align: center;
}
.un-login-tips-content a{
	color: #2589eb;cursor: pointer;
}

@keyframes float {
  0% {
    transform: translateY(-3px);
  }

  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
