/*最下面*/
.product,.proDetail{
	padding: 54px 0 0 0;
}
.product ul,.pdList ul li{
	width: 110%;
	overflow: hidden;
}
.product ul li,.pdList ul li{
	width: 369px;
	height: 350px;
	margin-bottom: 60px;
	position: relative;
	margin-right: 34px;
	float: left;
}
.pdList ul li:nth-child(4n){
	margin-right: 0;
}
.product ul li div.img,.pdList ul div.img{
	position: relative;
}
.product ul li div.img img,.pdList ul div.img img{
	width: 100%;
	border-bottom: 5px solid #cccccc;
}

.product ul li div.img .sign,.pdList ul li div.img .sign{
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	background: url(/assets/img/pro_sign.png) no-repeat center;
	margin: -25px 0 0 -25px;
	transform: scale(0);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.product ul li div.img .bg,.pdList ul li div.img .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);	
}
.product ul li  .round,.pdList ul li .round{
	display: inline-block;
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #b3b3b3;
	transform: scale(0);
	-o-tranform: scale(0);
	-webkit-transform: scale(0);	
	 -moz-transform: scale(0);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.product ul li h3,.product ul li p{padding-left: 30px;margin-top: 12px;}
.pdList ul li h3,.pdList ul li p{padding-left: 20px;margin-top: 6px;}
.product ul li h3,.pdList ul li h3{
	font-weight: normal;
	font-size: 18px;
	color: #444444;
}
.product ul li p,.pdList ul li p{
	font-size: 14px;
	font-family: arial;
	color: #999999;
}

.product ul li:hover,.pdList ul li:hover{
  -webkit-box-shadow: 5px 0px 30px rgba(4,0,0,0.1);  
  -moz-box-shadow: 5px 0px 30px rgba(4,0,0,0.1);  
  box-shadow: 5px 0px 30px rgba(4,0,0,0.1);  
}
.product ul li:hover div.img img,.pdList ul li:hover div.img img{
	border-color: #00c0ff;
}
.product ul li:hover div.img .sign,.pdList ul li:hover div.img .sign{
	width: 50px;
	height: 50px;
}
.product ul li:hover div.img .sign,.product ul li:hover .round,.pdList ul li:hover div.img .sign,.pdList ul li:hover .round{
	transform: scale(1);
	width: 
}
.product ul li:hover div.img .bg,.pdList ul li:hover div.img .bg{
	background: rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); 
}
.product ul li:hover .round,.pdList ul li:hover .round{
 -webkit-box-shadow: 4px 0px 15px rgba(4,0,0,0.1);  
  -moz-box-shadow: 4px 0px 15px rgba(4,0,0,0.1);  
  box-shadow: 4px 0px 15px rgba(4,0,0,0.1); 
}
.page{
	text-align: center;
	margin-bottom: 50px;
}
.page a{
	margin: 0px 10px;
	height: 34px;
	padding: 0 12px;
	display: inline-block;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #999;
	border:1px solid #ddd;
	font-family: "Arial";
	transition:all 0.3s;
}
.page a:hover{
	background: #305dc3;
	color: #fff;
}
.page a.active{
	background: #305dc3;
	color: #fff;
}

/*产品详情*/
.pdTop{
	position: relative;
}
.pdTop .pdJj{
	width: 560px;	
	font-size: 14px;
	margin-right: 30px;
}
.pdJj h1{
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 35px;
}
.pdJj span{
	display: block;
	font-family: arial;
	color: #999999;
	line-height: 40px;
	font-size: 14px;
}
.pdJj p{
	color: #666666;
	line-height: 28px;
	text-indent: 2em;
}
.pdJj p:last-child{
}
.pdTop .pdlink{
	clear: both;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 37px;
}
.pdTop .pdlink a{
	display: block;
	float: left;
	width: 115px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #999999;
	background: #e9e9e9;
	margin-right: 35px;
}
.pdTop .pdlink a:hover{
	background: #305dc3;
	color:#fff;
}


.pdInfo_sort ul{
	background: #f5f5f5;
	height: 50px;
	width: 100%;
	margin: 20px 0 40px 0;
}
.pdInfo_sort ul li{
	width: 188px;
	height: 100%;
	line-height: 50px;
	float: left;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: #cbcbcb;
}
.pdInfo_sort ul li.hover,.pdInfo_sort ul li:hover{
	background: #305dc3;
}
.pdInfo p{
	color: #666666;
	line-height: 28px;
	text-indent: 0em;
}
.pdInfo span{
	padding-left:24px ;
}
.pdInfo p img{
	margin: 10px 0;
}




.pdList ul{
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #e4e4e4;
	width: 110%;
}
.pdList ul li{
	width: 274px;
	height: 260px;
}
.pdList ul div.img img{
	height: 192px;
}
.pdList ul li p{font-size: 12px;}
.pdList ul li h3{font-size: 15px;}
.pdList ul li .round{
	width: 25px;
	height: 25px;
	line-height: 25px;
	bottom: 25px;
}


#gray{width:100%;height:100%;
	background:rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
	position:fixed;top:0px;z-index:999;display: none;}
.choice-list #close{
	display: block;
	position: absolute;
	right: -65px;
	top: 0;
	z-index: 9999;
	background: url(/assets/img/popup_close.jpg) no-repeat center center;
	width: 65px;
	height: 60px;
}
.product ul.proAll li {
 	width: 274px;
 	height: 260px;
}
.product ul.proAll li h3{
	font-size:15px;
}
.product ul.proAll li p{
	font-size: 12px;
	margin-top: 0
}
.product ul.proAll li .round{
	bottom: 15px;
	right: 20px;
}

.popup{
	width:1147px; 
	height:auto;
	position:fixed;
	z-index:1000;
	left: 50%;
	margin-left: -573px;
	top: 200px;
	display: none;
}
.popup .ppbg{
	padding: 70px 60px;
	background: #FFFFFF;
	width: 960px;
	font-size: 14px;	
}
.popup #close{
	background: url(/assets/img/popup_close.jpg) no-repeat center center;
	width: 65px;
	height: 60px;
}
.outvideo {
  display: none;
  position: fixed;
  z-index: 5;
  background-color: rgba(0,0,0,0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.outvideo .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font: 30px/40px Arial;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.outvideo .video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 900px;
  height: 600px;
  margin: -300px 0 0 -450px;
  background-color: #000;
}
.shipin .btn{
	 position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
}
.shipin .btn .sign {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  background: url(/assets/img/bg_btn02.png) no-repeat center;
  cursor: pointer;
  margin: -40px 0 0 -40px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.shipin .btn .sign:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.pdInfo p{
	font-size: 14px;
	line-height: 26px;
}
.pdTop{
	padding-bottom: 20px;
}
/*应用价值*/
.solutionDetailMod3 {
    margin-bottom: 4px;
}
.detailSolutionItem.lr {
    padding-left: 311px;
}
.detailSolutionItem.rl {
    padding-right: 311px;
}
.detailSolutionItem {
    position: relative;
    overflow: hidden;
    min-height: 170px;
}
.detailSolutionItem.lr .pic {
    left: 0;
}
.detailSolutionItem.rl .pic {
    right: 0;
}
.detailSolutionItem .pic {
    position: absolute;
    top: 5px;
}
.detailSolutionItem .pic img {
    max-width: 100%;
    border-radius: 5px;
}
.detailSolutionItem .text{
}

.detailSolutionItem h2{
  margin: 1px 0 15px;
  font-size:18px;
  font-family:  "Hiragino Sans GB", \5FAE\8F6F\96C5\9ED1;
  color:#009DD9;
  font-weight: 500;
  letter-spacing: 1.1px;
}

.detailSolutionItem p{
  margin: 0;
  font-size:14px;
  color:#777d82;
  letter-spacing: 0.6px;
  line-height: 24px;
  padding-bottom:15px;
}
.solutionDetailMod3 hr {
    margin: 38px 0;
}
.line-point {
    margin: 0;
    width: 100%;
    height: 0;
    border-width: 1px 0 0;
    border-style: dashed;
    border-color: #dde5ec;
}
/*客户案例*/
  .clientQuoteOuter{
    margin-bottom: -13px;
    overflow: hidden;
    position: relative;
  }
  .clientQuote {
    margin: 36px -45px 6px;
    overflow: hidden;
}
.quoteItem {
    float: left;
    margin: 0 45px 40px;
    width: 300px;
}
.quoteItem blockquote {
    position: relative;
    margin: 0 0 0 5px;
    padding: 11px 14px 11px 24px;
    background-color: #f3f7fa;
    border: 1px solid #dff0ff;
    border-radius: 2px;
    font-size: 12px;
    line-height: 20px;
    color: #313132;
    letter-spacing: 0.6px;
}
.quoteItem blockquote span {
    display: block;
    height: 60px;
    overflow: hidden;
	padding:0px !important;
}
.quoteItem .icon {
    position: absolute;
    left: 37px;
    bottom: -20px;
    width: 20px;
    height: 20px;
    background: url(../image/arrow-quote.png) no-repeat;
}
.quoteName {
    margin-top: 30px;
    padding-left: 18px;
    height: 53px;
    line-height: 66px;
    font-size: 14px;
    font-family: "Hiragino Sans GB", \5FAE\8F6F\96C5\9ED1;
    color: #009DD9;
    letter-spacing: 0.7px;
    float: left;
}
.quoteText {
	margin-top: 40px;
	float: right;
	width: 220px;
    height: 40px;
    font-size: 14px;
    font-family: "Hiragino Sans GB", \5FAE\8F6F\96C5\9ED1;
    color: #009DD9;
    letter-spacing: 0.7px;
}
.quoteText a{
}

.quoteName img {
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -14px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    border: 1px solid #EEE;
    border-radius: 50%;
}