/*--------------------服务介绍---------------------*/

/*服务介绍*/

.company {
  min-height: 600px;
  width: 1000px;
  border: 1px solid #eee;
  display: inline-block;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 0 40px 40px;
}

.company .banner {
  width: 940px;
  height: 330px;
  position: relative;
  margin-bottom: 36px;
}

.company .banner img {
  max-width: 940px;
  max-height: 330px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.company h1 {
  padding: 60px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.company .introduce div {
  margin-bottom: 30px;
}

.company .introduce div div.wxtext{
  width: 150px;
  height: 200px;
  float: left;
}
.company .introduce div div.payment{
  height: 170px;
}
.company .introduce div div.wxtext img{
  width: 130px;
  height: 130px;
}
.company .introduce div div.wxtext .wximg img{
  margin-top: 10px;
  margin-left: 30px;
  width: 65px;
  height: 23px;
}
.company .introduce div div.zfbtext img{
  width: 130px;
  height: 130px;
}
.company .introduce div div.zfbtext .zfbimg img{
  margin-top: 10px;
  margin-left: 30px;
  width: 65px;
  height: 23px;
}


.company div h2 {
  font-size: 16px;
  margin-bottom: 14px;
  font-weight: normal;
}

.company div h3 {
  color: #3C6DAD;
  font-size: 14px;
  margin-bottom: 12px;
}

.company .introduce p {
  margin-bottom: 4px;
  color: #666;
}

.company .introduce div p span {
  margin-right: 40px;
}

.company .introduce a {
  color: #3C6DAD;
}

.company i.title {
  display: inline-block;
  width: 8px;
  height: 18px;
  background: url(../images/slicing/X2.png) no-repeat -49px -9px;
  vertical-align: middle;
  margin-right: 8px;
}

.company .bank p {
  margin-bottom: 10px;
}
.company .payment div{
  margin-bottom:0;
}
.company .payment .img{
  display: inline-block;
  width:120px;
  height:120px;
  position: relative;
  vertical-align: top;
}

.company .payment .img img{
  max-width:120px;
  max-height:120px;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
}
.company .payment .account{
  display: inline-block;
  vertical-align: top;
  padding:32px 0;
}

.company .payment .account p{
  margin-top:10px;
}
.company .payment .account img{
  margin-right:15px;
}