.service{
        width:80%;
		margin-left:auto; margin-right:auto; overflow:hidden;
		margin-top:30px;
	  }
	  .service_title{
	    font-size:22px;
		color:#024FA1;;
		font-weight:bold;
	  }
	  .service_content{
	    font-size:15px;
		color:#333333;
		line-height:30px;
		margin-top:10px;
		word-break: break-all;
	  }
	  
	  .service_view_title{
  	    font-size: 22px;
	    color: #333333;
	    font-weight: bold;
  	    width:96%;
	  	max-width:1100px;
	  	margin:0 auto;
        margin-top:20px;
	  }
	  .service_view_content{
		  font-size:15px;
		  color:#333333;
		  line-height:30px;
	  	  width:96%;
	  	  max-width:1100px;
	  	  margin:0 auto;
	  	  margin-top:20px; 
		  word-break: break-all;
	  }
	  .service_view_content img{
	      width:100%;
	  }
@media screen and (min-width:1100px){
    .service_banner{
	   padding-top:85px;
	}
    .index_product{
		width:1100px;
		margin:0 auto;
   }
   .index_product dl{
        width:326px;
		height:410px;
		float:left;
		webkit-box-shadow: 0px 2px 2px 2px #cccccc;
		-moz-box-shadow: 0px 2px 2px 2px #cccccc;
		box-shadow: 0px 2px 2px 2px #cccccc;
		background-color:#ffffff;
		margin-right:60px;
		margin-top:60px;
   }
   
   .index_product dl:nth-child(3n){
      margin-right:0px;
   }
   
   .index_product dl dt{
       width:326px;
	   height:220px;
	   overflow:hidden;
   }
   .index_product dl dt img{
      display:block;
   }
   .index_product_title{
       text-align:center;
	   font-size:18px;
	   font-weight:bold;
	   color:#333333;
	   margin-top:10px;
   }
   .index_product_summary{
      width:310px;
	  margin:0 auto;
      font-size:15px;
	  line-height:30px;
	  color:#333333;
	  margin-top:10px;
   }
   
   
   .col-sm-6 {
        position: relative;
   }
   
   
   /*Ч��*/
   
   .ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	overflow:hidden;
}
   
   
   .ih-item.square.effect4 {
		overflow: hidden;
		position: relative;
		width: 326px;
		height: 226px;
		
	}

.ih-item.square.effect4 .img img {
		width:326px;
		height:220px;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
		overflow: hidden;
		display: block;
	}
    .ih-item.square.effect4:hover img{
	    -webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
    }

	.ih-item.square.effect4 .info {
        width:326px;
		height:220px;
		background: rgba(26, 74, 114, 0.4);
		-webkit-transform: translateY(-100%);
	    -moz-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	    -o-transform: translateY(-100%);
	    transform: translateY(-100%);
		-webkit-transition: all 0.35s ease-in-out;
	    -moz-transition: all 0.35s ease-in-out;
	    transition: all 0.35s ease-in-out;
    }

	.ih-item.square.effect4 .info p {
        display:block;
	    width:140px;
		height:40px;
		font-size:16px;
		line-height:40px;
		margin:0 auto;
		position:relative;
		top:100px;
		text-align:left;
		text-indent:0.5em;
		border:1px solid #ffffff;
		border-radius:6px;
		background: url(../images/beijing.png) no-repeat right 10px center;
		color:#ffffff;
	    -webkit-transition: all 0.35s ease-in-out 0.35s;
		-ms-transition: all 0.35s ease-in-out 0.35s;
	    -moz-transition: all 0.35s ease-in-out 0.35s;
	    transition: all 0.35s ease-in-out 0.35s;
	    -o-transform: all 0.35s ease-in-out 0.35s;
}
	.ih-item.square.effect4:hover .info {
		width: 326px;
		visibility: visible;
		-webkit-transform: translateY(0%);
	    -moz-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	    -o-transform: translateY(0%);
	    transform: translateY(0%);
	}

	.ih-item.square.effect4:hover .info p{
		opacity: 1;
	}
    .ih-item.square.effect4 .info p:hover{
	   
	   background:url(../images/beijing2.png) no-repeat right 10px center;
	   background-color:#ffffff;
	   color:#000000;
	   transition: background 0.3s ease-out;
	   -moz-transition: background 0.3s ease-out;
	   -webkit-transition: background 0.3s ease-out;
	   -o-transition: background 0.3s ease-out;
	  
	}
   
   /*Ч��*/
}
@media (min-width:960px) and (max-width:2100px){ 
    .service{	   
		margin:0 auto;
		margin-top:20px;
	}
    .index_product{
		width:100%;
		margin:0 auto;
   }
   .index_about_content{
     width:960px;
   }
   .index_product dl{
        width:310px;
		height:410px;
		float:left;
		webkit-box-shadow: 0px 2px 2px 2px #cccccc;
		-moz-box-shadow: 0px 2px 2px 2px #cccccc;
		box-shadow: 0px 2px 2px 2px #cccccc;
		background-color:#ffffff;
		margin-left:8px;
		margin-top:10px;
   }
   
   .index_product dl:nth-child(3n){
      margin-right:0px;
   }
   
   .index_product dl dt{
       width:310px;
	   height:220px;
	   overflow:hidden;
   }
   .index_product dl dt img{
      display:block;
   }
   .index_product_title{
       text-align:center;
	   font-size:18px;
	   font-weight:bold;
	   color:#333333;
	   margin-top:10px;
   }
   .index_product_summary{
      width:280px;
	  margin:0 auto;
      font-size:15px;
	  line-height:30px;
	  color:#333333;
	  margin-top:10px;
   }
   
   
   .col-sm-6 {
        position: relative;
   }
   
   
   /*Ч��*/
   
   .ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	overflow:hidden;
	display:none;
}
}
@media screen and (max-width:2100px){
    .service{
		margin:0 auto;
		margin-top:20px;
	}
    .index_product{
		width:100%;
		margin:0 auto;
   }
   
   .index_product dl{
        width:310px;
		height:410px;
		webkit-box-shadow: 0px 2px 2px 2px #cccccc;
		-moz-box-shadow: 0px 2px 2px 2px #cccccc;
		box-shadow: 0px 2px 2px 2px #cccccc;
		background-color:#ffffff;
		margin-left:8px;
		margin-top:10px;
		clear:both;
		margin:30px auto;
   }
   
   
   .index_product dl dt{
       width:310px;
	   height:220px;
	   overflow:hidden;
   }
   .index_product dl dt img{
      display:block;
   }
   .index_product_title{
       text-align:center;
	   font-size:18px;
	   font-weight:bold;
	   color:#333333;
	   margin-top:10px;
   }
   .index_product_summary{
      width:280px;
	  margin:0 auto;
      font-size:15px;
	  line-height:30px;
	  color:#333333;
	  margin-top:10px;
   }
   .col-sm-6 {
        position: relative;
   }
   .info{
    display:none;
   }
   
}