.quotes-content {
  min-width: 1200px;
}
.quotes-content .quites-data {
  height: 630px;
  margin: 0 auto;
  background: url(../img/index/data.png) no-repeat top center;
}
.quotes-content .m-bg {
  background: #f8f9fe;
}
.quotes-content .m-box {
  width: 1200px;
  margin: 0 auto;
  padding: 23px 0 60px;
}
.quotes-content .m-box h1 {
  text-align: center;
  font-size: 30px;
  color: #323d47;
  line-height: 118px;
}
.quotes-content .item-box {
  margin: 0 -12px;
}
.quotes-content .item {
  float: left;
  width: 282px;
  padding: 0 25px;
  box-sizing: border-box;
  margin: 0 12px;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  height: 350px;
}
.quotes-content .item:hover {
  box-shadow: 0 0 30px #0093dd;
}
.quotes-content .item-img {
  width: 100%;
  height: 130px;
  text-align: center;
  line-height: 130px;
}
.quotes-content .item-img img {
  display: inline-block;
  vertical-align: middle;
}
.quotes-content .item-title {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.quotes-content .item-text {
  padding: 0 10px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.mobile-title {
  margin-bottom: 30px;
}
.quotes-content .title-text-box span {
  color: #999;
  font-size: 30px;
}
.quotes-content .title-text-box span em {
  font-weight: bold;
  color: #ff9601;
}
.quotes-content .title-text {
  font-size: 30px;
  line-height: 80px;
  text-align: center;
}
.quotes-content .title-color {
  font-weight: bold;
  color: #d68e31;
}
.quotes-content .title-weight {
  font-weight: bold;
}
.quotes-content .text-decs {
  width: 175px;
  text-align: center;
  background: #ffcd01;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  font-size: 20px;
  color: #242426;
  font-family: arial;
}
.quotes-content .qrcode {
  margin-top: 8px;
  float: right;
  width: 130px;
  height: 130px;
}
.quotes-content .qrcode img,
.mobile-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.mobile-img {
  height: 495px;
  margin: 0 -6px;
}
.bottom-btn {
  display: block;
  min-width: 1200px;
  height: 232px;
  margin: 0 auto;
  background: url(../images/quotes/bottom_btn.jpg) no-repeat top center;
}



.banner_contain a.banner{
  display: block;
  width:100%;
  height:428px;
  background:url("../img/index/hqxt.png") no-repeat center;
}