@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font:12px/180% Tahoma, Arial, Helvetica, sans-serif;background:url('../img/main_bg.jpg') no-repeat top center}


/* services-list */
.services-list{
	margin:20px auto 0 auto;
}
.services-list li{
	list-style:none;
	margin-bottom:-1px;
  border: 2px solid #e1e1e1;
  
}
/* .services-list li:hover .product_PRO_p1{
    color: #f6b856;
} */
.services-list h2{
	cursor:pointer;
	position:relative;
}
.services-list h2 a{
	background-color:#ffffff;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)); /* Saf4+, Chrome */
	background-image:-webkit-linear-gradient(top, #ffffff, #ffffff); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:-moz-linear-gradient(top, #ebebeb, #ffffff); /* FF3.6 */
	background-image:-ms-linear-gradient(top, #ebebeb, #ffffff); /* IE10 */
	background-image:-o-linear-gradient(top, #ebebeb, #ffffff); /* Opera 11.10+ */
	background-image:linear-gradient(top, #ebebeb, #ffffff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#ffffff'); /* IE6-IE9 */
	
	border-color:#fff;
	border-style:solid;
	border-width:1px 1px 0 1px;
	
	color:#10b0e6;
	display:flex;
	line-height:66px;
	padding-left:20px;
	position:relative;
	text-decoration:none;
	/* width:578px; */
	z-index:300;
  justify-content: space-between;
}

.services-list h2 span.active{background-position:0 -50px; }

.service-content{
	background:#fff;
	border-color:#fff;
	border-style:solid;
	border-width:0 1px 1px 1px;
	color:#939393;
	line-height:16px;
	overflow:hidden;
	/* width:598px; */
}
.service-info-text{
	float:left;
	margin-left:200px;
	text-align:justify;
	max-width: 50%;
  margin-bottom: 170px;
}
.service-info-image{
	float:right;
  margin-left: 100px;
}
/* 我写的 */
.product_PRO_p1{
  font-size: 36px;
  color: black;
  font-weight: 600;
  font-family: 微软雅黑;
}
.product_PRO_p2{
  font-size: 18px;
  color: black;
  line-height: 20px;
  font-family:AkzidenzGrotesk-Bold;
}
.product_PRO_p3{
  font-size: 17px;
  color: black;
  line-height: 40px;
  margin-bottom: 75px;
  font-family: 微软雅黑;
}
.services-list h2 a{
  margin-top: 64px;
  margin-left: 186px;
  margin-right: 186px;
  margin-bottom: 64px;
}
.btn_PRO1{
   padding: 17px 50px;
   background: #f6b856;
   border: 0;
   margin-right: 20px;
   font-size: 18px;
   color: white;
}
.btn_PRO2{
  padding: 17px 50px;
  background: #707070;
  border: 0;
  margin-right: 20px;
  font-size: 18px;
  color: white;
}
.PRO_qing{
  display: flex;
}
.a_fu_img{
  width: 70%;
}
.footer .top{
  margin-top: 232px;
}





@media (max-width:992px){
  .services-list h2 a{
    margin-left: 10px;
    margin-right: 10px;
  }
  .service-info-text{
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 70px
  }
  .PRO_qing{
    display: block;
  }
  .chanpin_zhongxin{
    display: flex;
  }
  .btn_PRO1,.btn_PRO2 {
     padding: 10px 20px;
     font-size: 16px;
  }
  .service-info-image{
    margin-left: 15px;
    margin-right: 15px;
  }
  .product_PRO_p1{
    font-size: 22px;
  }
}






