/**
 * style.less
 * 层叠样式表
 */
@media (min-width: 1530px) {
  .container {
    width: 1500px;
  }
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot?t=1481266234445');
  src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff?t=1481266234445') format('woff'), /* chrome, firefox */ url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
  
  /* IE9*/
  /* iOS 4.1- */
}
@font-face {
  font-family: 'RalewayBold';
  src: url('../fonts/RalewayBold.eot');
  src: url('../fonts/RalewayBold.eot') format('embedded-opentype'), url('../fonts/RalewayBold.woff2') format('woff2'), url('../fonts/RalewayBold.woff') format('woff'), url('../fonts/RalewayBold.ttf') format('truetype'), url('../fonts/RalewayBold.svg#RalewayBold') format('svg');
}
@font-face {
  font-family: 'raleway';
  src: url('../fonts/raleway.eot');
  src: url('../fonts/raleway.eot') format('embedded-opentype'), url('../fonts/raleway.woff2') format('woff2'), url('../fonts/raleway.woff') format('woff'), url('../fonts/raleway.ttf') format('truetype'), url('../fonts/raleway.svg#raleway') format('svg');
}
@font-face {
  font-family: 'RalewayExtraBold';
  src: url('../fonts/RalewayExtraBold.eot');
  src: url('../fonts/RalewayExtraBold.eot') format('embedded-opentype'), url('../fonts/RalewayExtraBold.woff2') format('woff2'), url('../fonts/RalewayExtraBold.woff') format('woff'), url('../fonts/RalewayExtraBold.ttf') format('truetype'), url('../fonts/RalewayExtraBold.svg#RalewayExtraBold') format('svg');
}
body {
  font-family: 'Microsoft Yahei', Arial, '宋体', 'PingFang SC';
  overflow-x: hidden;
  color: #858484;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:visited,
a:link {
  text-decoration: none;
  color: inherit;
}
.img-box {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
  opacity: 0;
  border: 0;
}
.header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #eee;
  background-color: #eee;
}
@media (max-width: 991px) {
  .header {
    height: 75px;
  }
}
.header .language-phone {
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 60px;
  display: none;
  color: #fff;
  color: #68b82d;
}
@media (max-width: 991px) {
  .header .language-phone {
    display: block;
  }
}
.header .logo {
  float: left;
  height: 100%;
}
@media (max-width: 991px) {
  .header .logo {
    display: none;
  }
}
.header .logo img {
  width: 100%;
}
@media (max-width: 420px) {
  .header .logo {
    padding-top: 8px;
  }
  .header .logo img {
    width: 80%;
  }
}
.header .phone-logo {
  float: left;
  height: 100%;
  display: none;
}
@media (max-width: 991px) {
  .header .phone-logo {
    display: block;
  }
}
.header .phone-logo img {
  max-width: 100%;
}
.header .nav {
  float: right;
}
@media (max-width: 991px) {
  .header .nav {
    display: none;
  }
}
.header .nav > .item {
  line-height: 42px;
  float: left;
  padding: 19px 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #434343;
}
@media (max-width: 991px) {
  .header .nav > .item {
    line-height: 40px;
  }
}
.header .nav > .item:hover > a {
  color: #fff;
  background-color: #68b82d;
}
.header .nav > .item:hover .level-2 {
  height: auto;
  color: #666;
}
.header .nav > .item:hover .bg {
  opacity: 1;
}
.header .nav > .item a {
  display: block;
  padding: 0 24px;
}
@media (max-width: 1440px) {
  .header .nav > .item a {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .header .nav > .item a {
    padding: 0 20px;
  }
}
.header .nav .level-2 {
  line-height: 3.57142857;
  position: absolute;
  z-index: 9;
  top: 80px;
  display: none;
  min-width: 220px;
  padding: 0;
  margin-left:-50px;
  border-radius: 1px;
  background-color: #eee;
  box-shadow: 0 6px 20px 4px rgba(0, 0, 0, 0.3);
}
.header .nav .level-2 li {
  line-height: 50px;
  overflow: hidden;
  padding: 0 24px;
  list-style: none;
  border-top: 1px solid #e5e5e5;
  position: relative;
}
.header .nav .level-2 li:last-child {
  border-bottom: none;
}
.header .nav .level-2 li:hover {
  background-color: #68b82d;
}
.header .nav .level-2 li:hover a {
  transform: translateX(6px);
  color: #fff;
}
.header .nav .level-2 li:hover::after {
  color: #fff;
}
.header .nav .level-2 li::after {
  font-family: 'iconfont';
  font-size: 20px;
  float: right;
  content: '\e605';
  position: absolute;
  right: 15px;
  top: 0;
}
.header .nav .level-2 li a {
  display: block;
  padding: 0;
  -webkit-transition: transform .6s ease;
  -moz-transition: transform .6s ease;
  -ms-transition: transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  color: #707070;
}
.header .nav .level-2 li a::after {
  display: none;
}
.header .toggle {
  position: absolute;
  top: 14px;
  right: 12px;
  display: none;
  width: 46px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .header .toggle {
    display: block;
  }
}
.header .toggle .icon,
.header .toggle .icon::before,
.header .toggle .icon::after {
  position: absolute;
  width: 46px;
  height: 3px;
  transition-duration: .5s;
  border-radius: 2px;
  background: #68b82d;
}
.header .toggle .icon {
  width: 33px;
  top: 18.75px;
  left: 9px;
}
.header .toggle .icon::before,
.header .toggle .icon::after {
  left: -13px;
  content: '';
  background: inherit;
}
.header .toggle .icon::before {
  top: -9px;
}
.header .toggle .icon::after {
  top: 9px;
}
.header.nav-open .toggle .icon {
  width: 0;
}
.header.nav-open .toggle .icon::before {
  transform: translateY(9px) rotate(45deg);
}
.header.nav-open .toggle .icon::after {
  transform: translateY(-9px) rotate(-45deg);
}
.screen {
  position: relative;
}
.navigation {
  line-height: 48px;
  position: fixed;
  z-index: 99;
  top: 75px;
  right: -60%;
  overflow-y: scroll;
  width: 60%;
  height: 100%;
  border: 1px solid #eee;
  background-color: #fff;
}
.navigation .level-1 > li.more::after,
.navigation .level-3 > li::after,
.navigation .level-3 > li::before {
  position: absolute;
  top: 24px;
  right: 15px;
  width: 18px;
  height: 18px;
  content: '';
  background: url(../images/menu.png) no-repeat;
  background-size: cover;
}
.navigation .level-1 {
  padding: 0;
}
.navigation .level-1 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  color: inherit;
}
.navigation .level-1 li {
  position: relative;
}
.navigation .level-1 > li {
  border-bottom: 1px solid #eeeeee;
  list-style: none;
}
.navigation .level-1 > li > a {
  padding: 6px 2em 6px 1em;
}
.navigation .level-1 > li > a::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  content: '';
  border: 1px solid #dcdcdc;
  border-radius: 50%;
}
.navigation .level-1 > li::after {
  background-position: -54px 0;
}
.navigation .level-1 > li.active::after,
.navigation .level-1 > li:hover::after {
  background-position: -144px 0;
}
.navigation .level-1 > li.more::after {
  background-position: -18px 0;
}
.navigation .level-1 > li.more:hover::after {
  background-position: -108px 0;
}
.navigation .level-1 > li.more.active::after {
  background-position: -126px 0;
}
.navigation .level-1 > li.active > a,
.navigation .level-1 > li:hover > a {
  background-color: rgba(0, 0, 0, 0.05);
}
.navigation .level-1 > li.active > a::before,
.navigation .level-1 > li:hover > a::before {
  border: 1px solid #68b82d;
  background-color: #68b82d;
}
.navigation .level-2 {
  display: none;
  padding: 0;
}
.navigation .level-2 a {
  padding: 0 2em 0 3em;
}
.navigation .level-2 li:last-child {
  border-bottom: none;
}
.navigation .level-2 > li {
  font-size: 13px;
  border-bottom: 1px dotted #eee;
  list-style: none;
}
.navigation .level-2 > li::before {
  right: auto;
  left: 1.5em;
  background-position: 0 0;
}
.navigation .level-2 > li::after {
  background-position: -48px 0;
}
.navigation .level-2 > li.more.active::after {
  background-position: -84px 0;
}
.navigation .level-2 > li.more::after {
  background-position: -12px 0;
}
.navigation .level-2 > li:hover {
  color: #68b82d;
}
.navigation .level-3 {
  line-height: 40px;
  display: none;
  padding: 0;
}
.navigation .level-3 a {
  font-size: .8em;
  padding-left: 4em;
}
.navigation .level-3 > li::before {
  right: auto;
  left: 2em;
  background-position: 0 0;
}
.navigation .level-3 > li::after {
  background-position: -48px 0;
}
.navigation .level-3 > li.more.active::after {
  background-position: -84px 0;
}
.navigation .level-3 > li.more::after {
  background-position: -12px 0;
}
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .banner {
    margin-top: 75px;
    display: none;
  }
}
.banner img {
  display: block;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner .owl-theme {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
}
@media (max-width: 991px) {
  .banner .owl-theme {
    width: 140%;
    max-width: 140%;
    margin-left: -20%;
  }
}
@media (max-width: 767px) {
  .banner .owl-theme {
    width: 200%;
    max-width: 200%;
    margin-left: -50%;
  }
}
.banner .owl-theme .owl-controls {
  margin: 0;
}
.banner .owl-theme .owl-controls .owl-pagination {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  width: 100%;
  max-width: 1500px;
  margin: auto;
  text-align: right;
}
@media (max-width: 1500px) {
  .banner .owl-theme .owl-controls .owl-pagination {
    max-width: 1200px;
  }
}
@media (max-width: 1199px) {
  .banner .owl-theme .owl-controls .owl-pagination {
    max-width: 970px;
  }
}
@media (max-width: 991px) {
  .banner .owl-theme .owl-controls .owl-pagination {
    text-align: center;
  }
}
.banner .owl-theme .owl-controls .owl-pagination .owl-page span {
  padding: 0 2px;
  opacity: 1;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background: none;
}
.banner .owl-theme .owl-controls .owl-pagination .owl-page span::before {
  content: '0';
}
.banner .owl-theme .owl-controls .owl-pagination .owl-page.active span {
  color: #68b82d;
  border-bottom: 1px solid #68b82d;
}
.banner .owl-theme .owl-controls .owl-buttons {
  display: none;
}
.banner .owl-theme .owl-controls .owl-buttons .owl-prev,
.banner .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  z-index: 999;
  top: 40%;
  opacity: 1;
  border-radius: 0;
  background: none;
}
.banner .owl-theme .owl-controls .owl-buttons .owl-prev::after,
.banner .owl-theme .owl-controls .owl-buttons .owl-next::after {
  font-family: 'iconfont';
  font-size: 24px;
  line-height: 60px;
  display: block;
  width: 60px;
  height: 60px;
  content: '\e608';
  background-color: rgba(0, 0, 0, 0.8);
}
.banner .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 5%;
}
.banner .owl-theme .owl-controls .owl-buttons .owl-prev:hover::after {
  background-color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 1199px) {
  .banner .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 10%;
  }
}
.banner .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 5%;
}
.banner .owl-theme .owl-controls .owl-buttons .owl-next::after {
  content: '\e609';
}
.banner .owl-theme .owl-controls .owl-buttons .owl-next:hover::after {
  background-color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 1199px) {
  .banner .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 10%;
  }
}
.phone-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 80px;
  display: none;
}
@media (max-width: 991px) {
  .phone-banner {
    margin-top: 75px;
    display: block;
  }
}
.phone-banner img {
  display: block;
  width: 100%;
}
.phone-banner .owl-theme .owl-controls {
  margin: 0;
}
.phone-banner .owl-theme .owl-controls .owl-pagination {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  width: 100%;
  max-width: 1500px;
  margin: auto;
  text-align: right;
}
@media (max-width: 1500px) {
  .phone-banner .owl-theme .owl-controls .owl-pagination {
    max-width: 1200px;
  }
}
@media (max-width: 1199px) {
  .phone-banner .owl-theme .owl-controls .owl-pagination {
    max-width: 970px;
  }
}
@media (max-width: 991px) {
  .phone-banner .owl-theme .owl-controls .owl-pagination {
    text-align: center;
  }
}
.phone-banner .owl-theme .owl-controls .owl-pagination .owl-page span {
  padding: 0 2px;
  opacity: 1;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background: none;
}
.phone-banner .owl-theme .owl-controls .owl-pagination .owl-page span::before {
  content: '0';
}
.phone-banner .owl-theme .owl-controls .owl-pagination .owl-page.active span {
  color: #68b82d;
  border-bottom: 1px solid #68b82d;
}
.phone-banner .owl-theme .owl-controls .owl-buttons {
  display: none;
}
.phone-banner .owl-theme .owl-controls .owl-buttons .owl-prev,
.phone-banner .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  z-index: 999;
  top: 40%;
  opacity: 1;
  border-radius: 0;
  background: none;
}
.phone-banner .owl-theme .owl-controls .owl-buttons .owl-prev::after,
.phone-banner .owl-theme .owl-controls .owl-buttons .owl-next::after {
  font-family: 'iconfont';
  font-size: 24px;
  line-height: 60px;
  display: block;
  width: 60px;
  height: 60px;
  content: '\e608';
  background-color: rgba(0, 0, 0, 0.8);
}
.phone-banner .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 5%;
}
.phone-banner .owl-theme .owl-controls .owl-buttons .owl-prev:hover::after {
  background-color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 1199px) {
  .phone-banner .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 10%;
  }
}
.phone-banner .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 5%;
}
.phone-banner .owl-theme .owl-controls .owl-buttons .owl-next::after {
  content: '\e609';
}
.phone-banner .owl-theme .owl-controls .owl-buttons .owl-next:hover::after {
  background-color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 1199px) {
  .phone-banner .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 10%;
  }
}
.title {
  color: #434343;
}
.title h2 {
  font-family: 'RalewayBold';
  font-size: 24px;
}
.title p {
  font-size: 20px;
  margin: 0;
  line-height: 1;
}
@media (max-width: 991px) {
  .title {
    text-align: center;
  }
}
.box-about {
  position: relative;
  margin-top: 80px;
  padding-top: 80px;
}
@media (max-width: 991px) {
  .box-about {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
  }
}
.box-about .about {
  padding: 90px 90px 70px 90px;
  background-color: #eee;
}
.box-about .about::before {
  position: absolute;
  top: -160px;
  display: block;
  width: 1px;
  height: 186px;
  content: '';
  background-color: #68b82d;
}
@media (min-width: 992px) {
  .box-about .about {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
  }
}
@media (max-width: 991px) {
  .box-about .about {
    padding: 0 15px;
    background: none;
  }
  .box-about .about::before {
    display: none;
  }
}
.box-about .about .text {
  width: 58%;
}
@media (max-width: 991px) {
  .box-about .about .text {
    width: 100%;
  }
}
.box-about .about .text .note {
  padding: 30px 0;
}
.box-about .about .text p {
  line-height: 2;
  margin: 0;
}
.box-about .about .text a.more {
  font-family: 'raleway';
  line-height: 42px;
  display: inline-block;
  height: 42px;
  padding: 0 36px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #68b82d;
  background-color: #fff;
  font-weight: bold;
}
.box-about .about .text a.more::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 20px;
  float: right;
  margin-left: 16px;
  margin-top: 10px;
  background: url(../images/jiantou.png) no-repeat;
  background-position: -30px 0;
}
.box-about .about .text a.more:hover {
  color: #fff;
  background-color: #68b82d;
}
.box-about .about .text a.more:hover::after {
  -webkit-animation: fadeInLeft 1s 0s ease both;
  -moz-animation: fadeInLeft 1s 0s ease both;
  animation: fadeInLeft 1s 0s ease both;
  background-position: 0 0;
}
@media (max-width: 991px) {
  .box-about .about .text a.more {
    display: block;
    max-width: 360px;
    padding: 0 110px;
    margin: 0 auto;
    color: #fff;
    background-color: #68b82d;
  }
  .box-about .about .text a.more::after {
    background-position: 0 0;
  }
}
@media (max-width: 480px) {
  .box-about .about .text a.more {
    padding: 0 80px;
  }
}
@media (max-width: 320px) {
  .box-about .about .text a.more {
    padding: 0 50px;
  }
}
.box-about .about .pic {
  width: 35%;
  margin-top: -160px;
  margin-left: 7%;
}
.box-about .about .pic img {
  max-width: 100%;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.box-about .about .pic .phone {
  display: none;
}
@media (max-width: 991px) {
  .box-about .about .pic {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }
  .box-about .about .pic .pc {
    display: none;
  }
  .box-about .about .pic .phone {
    display: block;
  }
}
.box-about .about:hover .pic img {
  transform: translateY(-6px);
}
.box-business {
  margin-top: 90px;
}
@media (max-width: 991px) {
  .box-business {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .box-business .container {
    padding: 0;
    margin: 0;
  }
}
.box-business .info {
  margin: 0;
  padding: 0 20px;
}
.box-business .info .list {
  overflow: hidden;
  padding-top: 80px;
  list-style: none;
}
@media (max-width: 991px) {
  .box-business .info .list {
    padding-top: 60px;
  }
}
.box-business .info .list .text {
  float: left;
  width: 47%;
}
@media (max-width: 991px) {
  .box-business .info .list .text {
    width: 100%;
    float: none;
  }
}
.box-business .info .list .text h4 {
  font-size: 16px;
  color: #434343;
  margin-bottom: 18px;
}
.box-business .info .list .text p {
  line-height: 2;
}
.box-business .info .list .pic {
  position: relative;
  float: right;
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 991px) {
  .box-business .info .list .pic {
    width: 100%;
    float: none;
    margin-top: 40px;
    padding-left: 20px;
  }
}
.box-business .info .list .pic .img-box {
  padding-bottom: 52.17391304%;
}
.box-business .info .list .pic .num {
  font-family: 'RalewayExtraBold';
  font-size: 100px;
  line-height: 1;
  position: absolute;
  z-index: 9;
  top: 0;
  left: -60px;
  color: rgba(133, 132, 132, 0.15);
}
@media (max-width: 991px) {
  .box-business .info .list .pic .num {
    display: none;
  }
}
.box-business .info .list .pic::after {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 22px;
  height: 60%;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  background-color: #68b82d;
}
.box-business .info .list .pic::before {
  position: absolute;
  top: -80px;
  right: 90px;
  display: block;
  width: 1px;
  height: 186px;
  content: '';
  z-index: 10;
  background-color: #68b82d;
}
@media (max-width: 991px) {
  .box-business .info .list .pic::before {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 22px;
    height: 60%;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    background-color: #68b82d;
  }
}
.box-business .info .list a.more {
  font-family: 'raleway';
  line-height: 42px;
  display: inline-block;
  height: 42px;
  padding: 0 36px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #68b82d;
  margin-top: 40px;
  background-color: #eeeeee;
}
.box-business .info .list a.more::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 20px;
  float: right;
  margin-left: 16px;
  margin-top: 10px;
  background: url(../images/jiantou.png) no-repeat;
  background-position: -30px 0;
}
.box-business .info .list a.more:hover {
  color: #fff;
  background-color: #68b82d;
}
.box-business .info .list a.more:hover::after {
  -webkit-animation: fadeInLeft 1s 0s ease both;
  -moz-animation: fadeInLeft 1s 0s ease both;
  animation: fadeInLeft 1s 0s ease both;
  background-position: 0 0;
}
@media (max-width: 991px) {
  .box-business .info .list a.more {
    display: none;
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #68b82d;
  }
  .box-business .info .list a.more::after {
    background-position: -210px 8px;
  }
}
.box-business .info li:nth-child(2n) .text {
  float: right;
}
.box-business .info li:nth-child(2n) .pic {
  float: left;
  padding-right: 0;
  padding-left: 22px;
}
@media (max-width: 991px) {
  .box-business .info li:nth-child(2n) .pic {
    padding-right: 20px;
  }
}
.box-business .info li:nth-child(2n) .pic .num {
  right: -60px;
  text-align: right;
}
@media (min-width: 992px) {
  .box-business .info li:nth-child(2n) .pic::after {
    left: 0;
  }
}
.box-business .info li:nth-child(2n) .pic::before {
  left: 90px;
}
@media (max-width: 991px) {
  .box-business .info li:nth-child(2n) .pic::before {
    left: 0;
  }
}
.box-business .sort {
  overflow-y: hidden;
  margin: 50px 0 0 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.box-business .sort ul {
  padding: 0;
  width: 80%;
  float: left;
}
@media (max-width: 991px) {
  .box-business .sort ul {
    display: none;
  }
}
.box-business .sort ul li {
  list-style: none;
  padding: 0 50px;
  line-height: 2.14285714;
  color: #434343;
  display: inline-block;
}
.box-business .sort ul li:hover {
  color: #68b82d;
}
.box-business .sort ul li:first-child {
  padding-left: 0;
}
.box-business .sort ul li:last-child {
  padding-right: 0;
}
.box-business .sort a.more {
  width: 20%;
  float: right;
  text-align: right;
  color: #434343;
  font-weight: bold;
  font-family: 'raleway';
}
.box-business .sort a.more::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 20px;
  float: right;
  margin-left: 16px;
  background: url(../images/jiantou.png) no-repeat;
  background-position: -60px 0;
}
@media (min-width: 992px) {
  .box-business .sort a.more:hover {
    color: #68b82d;
  }
  .box-business .sort a.more:hover::after {
    background-position: -30px 0;
  }
}
@media (max-width: 991px) {
  .box-business .sort a.more {
    width: auto;
    padding: 0 120px;
    background-color: #eeeeee;
    height: 64px;
    line-height: 64px;
    max-width: 360px;
    display: block;
    float: none;
    margin: 0 auto;
    text-align: left;
    color: #68b82d;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .box-business .sort a.more::after {
    background-position: -30px 0;
    margin-top: 22px;
  }
}
@media (max-width: 480px) {
  .box-business .sort a.more {
    padding: 0 70px;
    max-width: 280px;
  }
}
.box-customer {
  margin-top: 90px;
  padding: 0 70px;
}
@media (max-width: 991px) {
  .box-customer {
    padding: 0;
    margin-top: 50px;
  }
}
.box-customer .owl-theme {
  padding: 0 40px;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .box-customer .owl-theme {
    padding: 0;
    margin-top: 60px;
  }
}
.box-customer .item {
  margin: 0 40px;
}
.box-customer .item .img-box {
  padding-bottom: 86.66666667%;
}
@media (max-width: 991px) {
  .box-customer .item {
    margin: 0 10px;
  }
}
.box-customer .owl-controls1 .owl-buttons {
  display: none;
}
.box-customer .owl-controls {
  margin: 0;
}
.box-customer .owl-controls .owl-dots {
  display: none;
  width: 100%;
  bottom: 22px;
}
.box-customer .owl-controls .owl-dots .owl-dot span {
  background: #000;
  border-radius: 100px;
  width: 12px;
  height: 12px;
}
.box-customer .owl-controls .owl-dots .owl-dot.active span {
  background-color: #68b82d;
}
.box-customer .owl-controls .owl-nav {
  margin-top: 40px;
  z-index: 10;
}
@media (max-width: 991px) {
  .box-customer .owl-controls .owl-nav {
    display: none;
  }
}
.box-customer .owl-controls .owl-nav .owl-prev,
.box-customer .owl-controls .owl-nav .owl-next {
  opacity: 1;
  border-radius: 0;
  z-index: 9;
  width: 70px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  background: none;
  font-size: 14px;
  font-family: Arial;
  position: absolute;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.box-customer .owl-controls .owl-nav .owl-prev::after,
.box-customer .owl-controls .owl-nav .owl-next::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url(../images/jiantou.png) no-repeat;
}
.box-customer .owl-controls .owl-nav .owl-prev:hover,
.box-customer .owl-controls .owl-nav .owl-next:hover {
  background: none;
}
.box-customer .owl-controls .owl-nav .owl-prev {
  left: 0;
  top: 40%;
}
.box-customer .owl-controls .owl-nav .owl-prev::after {
  background-position: -90px 0;
}
.box-customer .owl-controls .owl-nav .owl-prev:hover::after {
  background-position: -150px 0;
}
.box-customer .owl-controls .owl-nav .owl-next {
  right: 0;
  top: 40%;
}
.box-customer .owl-controls .owl-nav .owl-next::after {
  background-position: -120px 0;
}
.box-customer .owl-controls .owl-nav .owl-next:hover::after {
  background-position: -180px 0;
}
.footer .foot {
  padding: 100px 0;
  background: url(../images/footerbg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 90px;
}
@media (max-width: 991px) {
  .footer .foot {
    padding: 60px 0;
    margin-top: 40px ;
  }
}
.footer .foot::before {
  position: absolute;
  top: -70px;
  left: 14%;
  display: block;
  width: 1px;
  height: 150px;
  content: '';
  z-index: 10;
  background-color: #68b82d;
}
@media (max-width: 991px) {
  .footer .foot::before {
    display: none;
  }
}
.footer .foot img {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .footer .foot .foot-logo {
    display: none;
  }
}
.footer .foot .phonefoot-logo {
  display: none;
}
@media (max-width: 991px) {
  .footer .foot .phonefoot-logo {
    display: block;
  }
}
.footer .foot .text {
  float: left;
  padding-top: 14px;
}
.footer .foot p {
  display: inline-block;
  color: #fff;
  margin-right: 70px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer .foot p {
    display: block;
    line-height: 2;
  }
}
.footer .foot .link {
  display: inline-block;
  float: right;
}
@media (max-width: 991px) {
  .footer .foot .link {
    display: block;
    float: left;
    margin-top: 30px;
  }
}
.footer .foot a.wechat::before,
.footer .foot a.weibo::before {
  content: '';
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url(../images/icon.png) no-repeat;
  background-size: cover;
}
.footer .foot a.wechat {
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.footer .foot a.wechat::before {
  background-position: -44px 0;
}
.footer .foot a.wechat:hover::before {
  background-position: -176px 0;
}
.footer .foot a.wechat img {
  position: absolute;
  right: 54px;
  top: -60px;
  width: 120px;
  height: 120px;
  opacity: 0;
  transition: all .6s ease;
}
@media (max-width: 991px) {
  .footer .foot a.wechat img {
    top: -160px;
    left: 0;
  }
}
.footer .foot a.wechat:hover img {
  opacity: 1;
}
.footer .foot a.weibo:hover::before {
  background-position: -132px 0;
}
.footer .copyright {
  background-color: #242424;
  padding: 16px 0;
  color: #fff;
}
.footer .copyright p {
  line-height: 2;
  margin: 0;
}
@media (max-width: 991px) {
  .footer .copyright {
    text-align: center;
  }
}
.box-location {
  padding: 100px 0 26px;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .box-location {
    border-bottom: none;
    padding-top: 160px;
  }
}
@media (max-width: 480px) {
  .box-location {
    padding-top: 130px;
  }
}
.box-location .container {
  max-width: 1180px;
}
.box-location .title-in {
  float: left;
  color: #434343;
}
.box-location .title-in h2 {
  font-family: 'RalewayBold';
  font-size: 30px;
}
.box-location .title-in p {
  font-size: 24px;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .box-location .title-in {
    text-align: center;
    float: none;
  }
  .box-location .title-in h2 {
    font-size: 26px;
  }
  .box-location .title-in p {
    line-height: 1.4;
    font-size: 20px;
  }
}
.box-location .location {
  float: right;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .box-location .location {
    display: none;
  }
}
.box-location .location a {
  color: #636363;
}
.box-location .location a:hover {
  color: #68b82d;
}
.box-location .location a::after {
  content: '-->';
  margin: 0 2px;
  color: #636363;
}
.box-location .location a:last-child::after {
  display: none;
}
.case-location {
  padding: 180px 0 26px;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .case-location {
    border-bottom: none;
    padding-top: 160px;
  }
}
.case-location .container {
  max-width: 1180px;
}
.case-location .title-in {
  float: left;
  color: #434343;
}
.case-location .title-in p {
  font-size: 24px;
  margin: 0;
  line-height: 1;
}
@media (max-width: 991px) {
  .case-location .title-in {
    text-align: center;
    float: none;
  }
  .case-location .title-in p {
    line-height: 1.4;
    font-size: 20px;
  }
}
.case-location .location {
  float: right;
  margin-top: 6px;
}
@media (max-width: 991px) {
  .case-location .location {
    display: none;
  }
}
.case-location .location a {
  color: #636363;
}
.case-location .location a:hover {
  color: #68b82d;
}
.case-location .location a::after {
  content: '-->';
  margin: 0 2px;
  color: #636363;
}
.case-location .location a:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .banner-in {
    display: none;
  }
}
.wrap {
  padding: 50px 0 120px;
}
.wrap .container {
  max-width: 1180px;
}
.wrap-about .text p {
  font-size: 15px;
  line-height: 2;
  color: #636363;
  margin: 0;
}
.wrap-about .text img {
  max-width: 100%;
}
/**
 * page
 */
.page {
  overflow: hidden;
  text-align: center;
  clear: both;
  margin-top: 80px;
}
.page a {
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 16px;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  color: #a0a0a0;
  border: 1px solid #bfbfbf;
  font-family: 'ITCAvantGardeStdBk';
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
.page a.active,
.page a:hover {
  color: #fff;
  background-color: #68b82d;
  border-color: #68b82d;
}
.wrap-case {
  padding-top: 0;
}
.wrap-case .list {
  margin-top: 58px;
}
.wrap-case .list .img-box {
  padding-bottom: 65.20547945%;
}
.wrap-case .list .img-box img {
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
}
.wrap-case .list h3 {
  font-size: 16px;
  color: #434343;
  border-bottom: 1px solid #e5e5e5;
  line-height: 46px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  margin-top: 10px;
}
.wrap-case .list h3::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #68b82d;
  position: relative;
  bottom: -1px;
  z-index: 9;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.wrap-case .list p {
  color: #636363;
  line-height: 1.42857143;
  margin: 0;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrap-case .list:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.wrap-case .list:hover h3::after {
  width: 100%;
}
.wrap-case .text {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .wrap-case .text {
    margin-top: 20px;
  }
}
.wrap-case .text p {
  line-height: 2;
  color: #636363;
  margin: 0;
}
.wrap-case .text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wrap-news {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .wrap-news .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.wrap-news ul {
  padding: 0;
  margin: 0;
}
.wrap-news ul li {
  padding: 30px 20px 20px 20px;
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  box-shadow: 0 0 16px 0px rgba(255, 255, 255, 0.14);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 991px) {
  .wrap-news ul li {
    padding: 40px 20px;
  }
}
.wrap-news ul li .pic {
  width: 22%;
  float: left;
  overflow: hidden;
}
.wrap-news ul li .pic .img-box {
  padding-bottom: 62.5%;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
}
@media (max-width: 1199px) {
  .wrap-news ul li .pic {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .wrap-news ul li .pic {
    display: none;
  }
}
.wrap-news ul li .note {
  width: 78%;
  float: left;
  padding: 10px 10% 0 36px;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-news ul li .note {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .wrap-news ul li .note {
    width: 100%;
    padding: 0 15px;
  }
}
.wrap-news ul li .note span {
  font-size: 24px;
  color: #535353;
  font-family: Arial;
  display: block;
}
@media (max-width: 991px) {
  .wrap-news ul li .note span {
    transform: translateY(30px);
    font-size: 16px;
  }
}
.wrap-news ul li .note h3 {
  font-size: 18px;
  color: #434343;
  margin: 10px 0;
  line-height: 1.33333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .wrap-news ul li .note h3 {
    transform: translateY(-40px);
  }
}
.wrap-news ul li .note a {
  display: block;
}
.wrap-news ul li .note p {
  color: #636363;
  line-height: 1.71428571;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .wrap-news ul li .note p {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.wrap-news ul li .note a.more {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 40px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #434343;
  background-color: #fff;
}
@media (max-width: 991px) {
  .wrap-news ul li .note a.more {
    display: none;
  }
}
.wrap-news ul li .note a.more::after {
  font-family: "iconfont";
  content: '\e77b';
  font-size: 26px;
}
.wrap-news ul li:hover {
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.14);
  background-color: #faf9f9;
}
@media (max-width: 991px) {
  .wrap-news ul li:hover {
    background-color: #eeeeee;
    box-shadow: none;
  }
}
.wrap-news ul li:hover .pic .img-box {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.wrap-news ul li:hover .note span,
.wrap-news ul li:hover .note h3 {
  color: #68b82d;
}
.wrap-news ul li:hover .note a.more {
  background-color: #68b82d;
  color: #fff;
}
.wrap-news-show .text p {
  line-height: 2;
  color: #636363;
  margin: 0;
}
.wrap-news-show .text img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .wrap-business {
    padding-top: 0;
  }
}
.wrap-business ul {
  padding: 0;
  margin: 0;
}
.wrap-business ul li {
  list-style: none;
  overflow: hidden;
  background-color: #eeeeee;
}
@media (max-width: 991px) {
  .wrap-business ul li {
    background-color: #fff;
    margin-top: 30px;
  }
}
.wrap-business ul li .pic {
  width: 50%;
  float: left;
}
.wrap-business ul li .pic .img-box {
  padding-bottom: 52.63157895%;
}
@media (max-width: 991px) {
  .wrap-business ul li .pic {
    width: 100%;
    float: none;
  }
}
.wrap-business ul li .text {
  width: 50%;
  padding: 50px;
  float: left;
}
@media (max-width: 1199px) {
  .wrap-business ul li .text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .wrap-business ul li .text {
    width: 100%;
    float: none;
    padding: 30px 0;
  }
}
.wrap-business ul li .text h3 {
  font-size: 16px;
  margin: 0 0 14px 0;
  color: #434343;
}
.wrap-business ul li .text .note {
  height: 90px;
  overflow: hidden;
}
.wrap-business ul li .text p {
  margin: 0;
  line-height: 2;
  color: #858484;
}
.wrap-business ul li .text a.more {
  font-family: 'raleway';
  line-height: 42px;
  display: inline-block;
  height: 42px;
  padding: 0 36px;
  margin-top: 24px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #68b82d;
  background-color: #fff;
  font-weight: bold;
}
@media (max-width: 991px) {
  .wrap-business ul li .text a.more {
    display: none;
  }
}
.wrap-business ul li .text a.more::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 20px;
  float: right;
  margin-left: 16px;
  margin-top: 10px;
  background: url(../images/jiantou.png) no-repeat;
  background-position: -30px 0;
}
.wrap-business ul li .text a.more:hover {
  color: #fff;
  background-color: #68b82d;
}
.wrap-business ul li .text a.more:hover::after {
  -webkit-animation: fadeInLeft 1s 0s ease both;
  -moz-animation: fadeInLeft 1s 0s ease both;
  animation: fadeInLeft 1s 0s ease both;
  background-position: 0 0;
}
.wrap-business ul li:nth-child(2n) .pic {
  float: right;
}
.wrap-business ul li:nth-child(2n) .text {
  float: left;
  text-align: right;
}
@media (max-width: 991px) {
  .wrap-business ul li:nth-child(2n) .text {
    text-align: left;
  }
}
.fancybox-inner {
  max-width: 630px;
}
.fancybox-inner img {
  max-width: 100%;
}
.fancybox-inner::-webkit-scrollbar {
  width: 8px;
  position: absolute;
  right: 0;
  display: none;
}
.fancybox-inner::-webkit-scrollbar-track {
  background-color: #434343;
}
.fancybox-inner::-webkit-scrollbar-thumb {
  background-color: #68b82d;
}
.fancybox-inner .text h3 {
  font-size: 18px;
  color: #434343;
  margin-top: 30px;
  display: inline-block;
  font-family: 'RalewayBold';
}
.fancybox-inner .text span {
  color: #68b82d;
}
.fancybox-inner .text p {
  line-height: 2;
  color: #434343;
  margin: 0;
}
.fancybox-inner .f-close {
  cursor: pointer;
  text-align: center;
  margin-top: 60px;
  display: block;
  position: relative;
  z-index: 9999;
}
.fancybox-inner .f-close::before,
.fancybox-inner .f-close::after {
  content: '';
  display: inline-block;
  width: 40%;
  height: 1px;
  margin-top: 20px;
  background-color: #eeeeee;
}
@media (max-width: 991px) {
  .fancybox-inner .f-close::before,
  .fancybox-inner .f-close::after {
    display: none;
  }
}
.fancybox-inner .f-close::before {
  float: left;
}
.fancybox-inner .f-close::after {
  float: right;
}
.fancybox-skin {
  padding: 70px!important;
}
@media (max-width: 991px) {
  .fancybox-skin {
    padding: 40px!important;
  }
}
.fancybox-nav {
  width: 10px;
  height: 100%;
  z-index: 9;
}
.fancybox-close {
  display: none;
}
.wrap-team {
  padding-top: 0;
}
.wrap-team .iframe {
  display: none;
}
.wrap-team .list {
  margin-top: 50px;
}
.wrap-team .list:hover .pic .img-box {
  opacity: .5;
}
.wrap-team .list:hover .mask {
  opacity: 1;
  -webkit-animation: fadeInUp .6s 0s ease both;
  -moz-animation: fadeInUp .6s 0s ease both;
  animation: fadeInUp .6s 0s ease both;
}
.wrap-team .pic {
  position: relative;
}
.wrap-team .pic .img-box {
  padding-bottom: 111.11111111%;
}
.wrap-team .pic .mask {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: auto;
  background-color: #fbfbfb;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 9;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
@media (max-width: 991px) {
  .wrap-team .pic .mask {
    display: none;
  }
}
.wrap-team .pic .mask::after {
  content: '';
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  margin-top: 8px;
  background: url(../images/icon.png) no-repeat;
  background-position: -512px 0;
}
.wrap-team .note {
  text-align: center;
}
.wrap-team .note h3 {
  font-size: 18px;
  color: #434343;
  font-family: 'RalewayBold';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.wrap-team .note span {
  color: #68b82d;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.wrap-team .note p {
  margin: 0;
  line-height: 2;
  color: #636363;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrap-contact .text {
  text-align: center;
}
@media (max-width: 991px) {
  .wrap-contact .text {
    text-align: left;
  }
}
.wrap-contact .text h2 {
  font-size: 24px;
  margin: 0 0 60px 0;
}
.wrap-contact .text img {
  padding: 0 40px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .wrap-contact .text img {
    display: none;
  }
}
.wrap-contact .text span {
  margin: 20px 60px;
  font-size: 16px;
  color: #636363;
  display: inline-block;
}
@media (max-width: 991px) {
  .wrap-contact .text span {
    margin: 20px 0;
    display: block;
  }
  .wrap-contact .text span::before {
    display: inline-block;
    font-family: "iconfont";
    content: '\e601';
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-color: #68b82d;
    border-radius: 50%;
    margin-right: 10px;
  }
  .wrap-contact .text span:nth-child(2)::before {
    content: '\e62c';
    font-size: 20px;
  }
  .wrap-contact .text span:nth-child(3)::before {
    content: '\e646';
    font-size: 20px;
  }
}
.wrap-contact .info {
  overflow: hidden;
  margin-top: 50px;
}
.wrap-contact .info img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .wrap-contact .info img {
    display: none;
  }
}
.wrap-contact .info p {
  display: inline-block;
  text-align: right;
  float: right;
  font-size: 18px;
  color: #636363;
  line-height: 24px;
  margin-top: 14px;
}
.wrap-contact .info p::before {
  font-family: "iconfont";
  content: '\e60d';
  color: #68b82d;
  font-size: 34px;
  float: left;
}
@media (max-width: 991px) {
  .wrap-contact .info p {
    font-size: 14px;
    float: none;
  }
}
.wrap-job ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.wrap-job li {
  width: 49.5%;
  position: relative;
  display: inline-block;
  list-style: none;
  color: #636363;
  margin-bottom: 80px;
  vertical-align: top;
}
.wrap-job li .job-icon {
  position: absolute;
  right: 0;
  top: -16px;
  cursor: pointer;
}
.wrap-job li .job-icon::after {
  content: '';
  display: block;
  width: 64px;
  height: 64px;
  background: url(../images/icon.png) no-repeat;
  background-position: -576px 0;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
}
.wrap-job li.active .job-icon::after {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wrap-job li h3 {
  font-size: 16px;
  margin: 0 0 20px 0;
}
.wrap-job li p {
  line-height: 2;
  margin: 0;
}
.wrap-job li:nth-child(2n+1) {
  border-right: 1px solid #eee;
  padding-right: 80px;
}
.wrap-job li:nth-child(2n+1) .job-icon {
  right: 80px;
}
.wrap-job li:nth-child(2n) {
  padding-left: 80px;
}
@media (max-width: 991px) {
  .wrap-job li {
    width: 100%;
  }
  .wrap-job li:nth-child(2n+1) {
    padding: 0;
    border: none;
  }
  .wrap-job li:nth-child(2n+1) .job-icon {
    right: -15px;
  }
  .wrap-job li:nth-child(2n) {
    padding: 0;
  }
  .wrap-job li:nth-child(2n) .job-icon {
    right: -15px;
  }
}
.wrap-job .down {
  display: none;
  margin-top: 34px;
}
.wrap-job .page {
  margin-top: 0;
}
.BMap_noprint::before {
  content: '\e60d';
  font-family: "iconfont";
  color: #68b82d;
  font-size: 36px;
  float: left;
  position: absolute;
  left: -10px;
  top: -20px;
}
.BMapLabel {
  border: none!important;
  background: none!important;
  font-weight: bold!important;
  top: -30px !important;
}

    @media(min-width: 992px){
    .bottom{
        width: 300px;
        margin: -10px 0 0 525px;
        margin-top: -23px;

    }
        
}


