  /*    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;*/

  /*业务层左边内容*/
  .box-left {
  	float: left;
  	display: inline-block;
  	color: #1619c7;
  	width: 100%;
  	margin-top: 50px;
  }

  /*动画效果*/
  .box-left li:hover {
  	transform: translateX(20px);
  	-webkit-transform: translateX(20px);
  	-moz-transform: translateX(20px);
  	-o-transform: translateX(20px);
  	-ms-transform: translateX(20px);
  }

  .box-left li a {
  	color: #fff;
  	text-decoration: none;
  }

  .box-right {
  	float: right;
  	display: inline-block;
  	width: 70%;
  	margin-top: 40px;
  }

  .box-right .box-right-top {
  	padding-bottom: 40px;
  }

  .box-right .box-right-top ul {
  	list-style: none;
  	border-bottom: 2px solid #1619c7;
  	padding-left: 0px;
  	padding-bottom: 10px;
  }

  .box-right .box-right-top ul li {
  	display: inline-block;
  	color: #555;
  	font-size: 16px;
  	text-align: left;
  }

  .box-right .box-right-mid {
  	width: 100%;
  	padding: 40px;
  	border-radius: 10px;
  	background-color: #fff;
  	-webkit-box-shadow: 0 0 10px rgba(204, 204, 204, .5);
  	-moz-box-shadow: 0 0 10px rgba(204, 204, 204, .5);
  	box-shadow: 0 0 10px rgba(204, 204, 204, .5);
  }

  .box-right .box-right-mid .box-text {
  	float: right;
  	display: inline-block;
  	width: 30%;
  }

  /*右侧文本段落样式*/
  .box-right .box-right-mid h4 {
  	color: #ff9900;
  }

  .box-right .box-right-mid ul {
  	margin: 0px 10px;
  	padding: 0px 10px;
  }

  /*微信二维码*/
  .box-right .box-weixin p {
  	text-align: center;
  }

  .box-right .box-weixin .wixin-abs {
  	display: inline-block;
  	float: left;
  	width: 300px;
  }

  .box-right .box-weixin .wixin-abs span {
  	display: block;
  	width: 160px;
  	height: 160px;
  	background-image: url("../img/weixin-abs.png");
  	background-repeat: no-repeat;
  	background-size: cover;
  	margin: 0 auto;
  }

  .box-right .box-weixin .wixin-fa {
  	display: inline-block;
  	float: left;
  	width: 300px;
  }

  .box-right .box-weixin .wixin-fa span {
  	display: block;
  	width: 160px;
  	height: 160px;
  	background-image: url("../img/weixin-fa.png");
  	background-repeat: no-repeat;
  	background-size: cover;
  	margin: 0 auto;
  }

  .box-right .box-weixin .wixin-info {
  	position: relative;
  	display: inline-block;
  	float: left;
  	width: 300px;
  	padding-top: 40px;
  }

  .box-right .box-weixin .wixin-info a {
  	text-decoration: none;
  	display: block;
  	text-align: center;
  	line-height: 30px;
  	width: 200px;
  	height: 36px;
  	margin: 20px auto;
  	border-radius: 10px;
  	-webkit-transition: all .2s ease-in;
  	transition: all .2s ease-in;
  	border: 1px #fff solid;
  	border-color: rgba(255, 153, 0, 1);
  	color: rgba(255, 153, 0, 1);
  }

  .box-right .box-weixin .wixin-info a:hover {
  	-webkit-box-shadow: 0 0 20px rgba(255, 153, 0, .3);
  	-moz-box-shadow: 0 0 20px rgba(255, 153, 0, .3);
  	box-shadow: 0 0 20px rgba(255, 153, 0, .3);
  }

  .box-right .box-weixin .wixin-info p {
  	text-align: left;
  	padding-left: 40px;
  }

  .box-right .box-right-mid .box-contact {
  	display: inline-block;
  	float: left;
  	padding-right: 40px;
  }

  .box-right .box-right-mid .box-contact span {
  	display: block;
  	width: 160px;
  	height: 160px;
  	background-image: url("../img/weixin-sgwl.png");
  	background-repeat: no-repeat;
  	background-size: cover;
  	margin: 0 auto;
  }