@media (min-device-width:760px){
	.wrap {
	  background-color: #f0f0f0;
	}
	.content > .business_wrap {
	  margin: 50px 0;
	}
	.p_banner {
		background-position: top center !important;
		background-repeat: no-repeat !important;
		height: 500px
	}
	.content > .business_wrap > ul {
	  list-style: none;
	}
	.content > .business_wrap > ul > li {
	  width: 285px;
	  height: 400px;
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
	  text-align: center;
	  position: relative;
	  float: left;
	  margin-right: 20px;
	  transition: all 0.5s;
	  cursor: pointer;
	}
	.content > .business_wrap > ul > li > div {
	  position: absolute;
	  bottom: 0;
	  top: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  width: 100%;
	  text-align: center;
	  height: 150px;
	}
	.content > .business_wrap > ul > li > div > img {
	  width: 45px;
	  height: 65px;
	  transition: all 0.5s;
	}
	.content > .business_wrap > ul > li > div > p {
	  color: rgba(255, 255, 255, 0.8);
	  font-size: 17px;
	  margin-top: 10px;
	  letter-spacing: 1px;
	  transition: all 0.5s;
	}
	.content > .business_wrap > ul > li > div > .white_line {
	  background-color: rgba(255, 255, 255, 0.8);
	  width: 15px;
	  height: 2px;
	  margin: 20px auto;
	}
	.content > .business_wrap > ul > li:hover {
	  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	  transform: translateY(-5px);
	}
	.content > .business_wrap > ul > li:hover p {
	  font-size: 25px;
	}
	.content > .business_wrap > ul > li:hover img {
	  transform: scale(1.5);
	}
	.content > .business_wrap > ul > li:last-child {
	  margin-right: 0;
	}
	.content > .service_wrap {
	  background-color: #fff;
	}
	.content > .service_wrap ul {
	  list-style: none;
	}
	.content > .service_wrap ul > li {
	  background-color: #f0f0f0;
	  width: 550px;
	  border-radius: 3px;
	  padding: 10px;
	  margin-right: 20px;
	  float: left;
	  margin-bottom: 10px;
	  transition: all 0.5s;
	  cursor: pointer;
	}
	.content > .service_wrap ul > li > div {
	  float: right;
	  width: 480px;
	  padding-left: 20px;
	  border-left: 1px solid #e0e0e0;
	}
	.content > .service_wrap ul > li:hover {
	  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
	  transform: translateY(-2px);
	}
	.content > .service_wrap ul > li:nth-child(2n) {
	  margin-right: 0;
	}
	.content > .liucheng_wrap {
	  background-color: #fff;
	}
	.content > .liucheng_wrap ul {
	  list-style: none;
	}
	.content > .liucheng_wrap ul > li {
	  float: left;
	}
	.content > .liucheng_wrap ul > li i {
	  font-style: normal;
	}
	.content > .liucheng_wrap ul > li:nth-child(2n-1) {
	  width: 213px;
	  font-size: 15px;
	  text-align: center;
	  border: 1px solid #e0e0e0;
	  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	  transition: all 0.5s;
	  cursor: pointer;
	}
	.content > .liucheng_wrap ul > li:nth-child(2n-1) > p {
	  padding: 10px 0;
	}
	.content > .liucheng_wrap ul > li:nth-child(2n-1) > p > i {
	  margin-left: 15px;
	  display: inline-block;
	}
	.content > .liucheng_wrap ul > li:nth-child(2n-1) > p > img {
	  width: 50px;
	  height: 50px;
	}
	.content > .liucheng_wrap ul > li:nth-child(2n-1) > .liucheng_title {
	  background-color: #415286;
	  color: #fff;
	}
	.content > .liucheng_wrap ul > li:nth-child(2n-1):hover {
	  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5);
	  transform: translateY(-2px);
	}
	.content > .liucheng_wrap ul > li:nth-child(2n) {
	  width: 100px;
	  position: relative;
	}
	.content > .liucheng_wrap ul > li:nth-child(2n) > i {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  font-size: 40px;
	  height: 60px;
	  width: 40px;
	  color: #999;
	}
	.zixun {
	  position: absolute;
	  bottom: 50px;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  padding: 0px 20px;
	  border-radius: 3px;
	  background-color: rgba(45, 65, 154, 0.9);
	  color: rgba(255, 255, 255, 0.9);
	  font-size: 15px;
	  display: block;
	  width: 140px;
	  height: 35px;
	  line-height: 35px;
	  border: none;
	  letter-spacing: 2px;
	  cursor: pointer;
	}
}
@media (max-device-width:600px){
	.wrap {
	  background-color: #f0f0f0;
	}
	.content > .business_wrap {
	  margin: 50px 0;
	}
	.content > .business_wrap > ul {
	  list-style: none;
	  padding:0 15px;
	}
	.content > .business_wrap > ul > li {
	  /* width: 285px; */
	  width:100%;
	  height: 200px;
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
	  text-align: center;
	  position: relative;
	  margin-bottom:15px;
	}
	.content > .business_wrap > ul > li > div {
	  position: absolute;
	  bottom: 0;
	  top: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  width: 100%;
	  text-align: center;
	  height: 150px;
	}
	.content > .business_wrap > ul > li > div > img {
	  width: 45px;
	  height: 65px;
	  transition: all 0.5s;
	}
	.content > .business_wrap > ul > li > div > p {
	  color: rgba(255, 255, 255, 0.8);
	  font-size: 17px;
	  margin-top: 10px;
	  letter-spacing: 1px;
	  transition: all 0.5s;
	}
	.content > .business_wrap > ul > li > div > .white_line {
	  background-color: rgba(255, 255, 255, 0.8);
	  width: 15px;
	  height: 2px;
	  margin: 20px auto;
	}
	.content > .business_wrap > ul > li:hover {
	  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	  transform: translateY(-5px);
	}
	
	.content > .business_wrap > ul > li:last-child {
	  margin-right: 0;
	}
	.content > .service_wrap {
	  background-color: #fff;
	}
	.content > .service_wrap ul {
	  list-style: none;
	}
	.content > .service_wrap ul > li {
	  background-color: #f0f0f0;
	  width: 100%;
	  border-radius: 3px;
	  padding: 10px 0;
	  float: left;
	  margin-bottom: 10px;
	 
	  cursor: pointer;
	  display:flex;
	  align-items: center;
	}
	.content > .service_wrap ul > li > div {
	  float: right;
	  width: 100%;
	  padding-left: 10px;
	  margin-left:10px;
	  border-left: 1px solid #e0e0e0;
	}
	.content > .service_wrap ul > li:hover {
	  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
	  transform: translateY(-2px);
	}
	.content > .service_wrap ul > li:nth-child(2n) {
	  margin-right: 0;
	}
	.content > .liucheng_wrap {
	  background-color: #fff;
	}
	.content > .liucheng_wrap ul {
	  list-style: none;
	}
	.content > .liucheng_wrap ul > li {
	  float: left;
	}
	.content > .liucheng_wrap ul > li i {
	  font-style: normal;
	}
	.content > .liucheng_wrap ul > li:nth-child(2n-1) {
	  width: 100%;
	  font-size: 15px;
	  text-align: center;
	  border: 1px solid #e0e0e0;
	  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	  margin-bottom:20px;
	}
	.content > .liucheng_wrap ul > li:nth-child(2n-1) > p {
	  padding: 10px 0;
	}
	.content > .liucheng_wrap ul > li:nth-child(2n-1) > p > i {
	  margin-left: 15px;
	  display: inline-block;
	}
	.content > .liucheng_wrap ul > li:nth-child(2n-1) > p > img {
	  width: 50px;
	  height: 50px;
	}
	.content > .liucheng_wrap ul > li:nth-child(2n-1) > .liucheng_title {
	  background-color: #415286;
	  color: #fff;
	}
	.content > .liucheng_wrap ul > li:nth-child(2n) {
	  width: 100px;
	  position: relative;
	  display:none;
	}
	.content > .liucheng_wrap ul > li:nth-child(2n) > i {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  font-size: 40px;
	  height: 60px;
	  width: 40px;
	  color: #999;
	}
	.zixun {
	  position: absolute;
	  bottom: 50px;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  padding: 0px 20px;
	  border-radius: 3px;
	  background-color: rgba(45, 65, 154, 0.9);
	  color: rgba(255, 255, 255, 0.9);
	  font-size: 15px;
	  display: block;
	  width: 140px;
	  height: 35px;
	  line-height: 35px;
	  border: none;
	  letter-spacing: 2px;
	  cursor: pointer;
	}
}


