@charset "gb2312";
/* CSS Document */
body {font-size: 18px;}
ul {font-size: 0;}
ul li {font-size: 1rem;}
a {color: inherit;}
.justify {
  text-align: justify;
  text-justify:inter-ideograph;
  font-size: 0;
}
.justify::after {
  display: inline-block;
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  vertical-align: top;
}
.p {
  padding-bottom: 20px;
  line-height: 2em;
}
.banner a {
  display: block;
  height: 695px;
  background: url("../images/banner.jpg") no-repeat center;
}
/**/
.lead {
  text-align: center;
  font-size: 0;
}
.lead li {
  display: inline-block;
  width: 180px;
  height: 80px;
  padding: 50px 0;
  margin: 70px 40px;
  border: 10px solid;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 2em;
  transition: all 0.35s;
}
.lead li strong {
  font-size: 28px;
}
.lead li:nth-child(1) {
  background: #44b2f7;
  border-color: #44b2f7;
}
.lead li:nth-child(2) {
  background: #27d3c9;
  border-color: #27d3c9;
}
.lead li:nth-child(3) {
  background: #ffb049;
  border-color: #ffb049;
}
.lead li:nth-child(4) {
  background: #fb4b64;
  border-color: #fb4b64;
}
.lead li:hover {
  background: #fff;
  color: #333;
}
.lead li:hover:nth-child(1) strong {color: #44b2f7;}
.lead li:hover:nth-child(2) strong {color: #27d3c9;}
.lead li:hover:nth-child(3) strong {color: #ffb049;}
.lead li:hover:nth-child(4) strong {color: #fb4b64;}
.lead-txt {
  padding-bottom: 30px;
  border-bottom: 2px solid #a7a7a7;
}
.lead-txt strong {
  display: block;
  font-size: 32px;
  padding-bottom: 20px;
}
/*标题*/
.title-main {
  padding: 30px 0;
  text-align: center;
  overflow: hidden;
  font-size: 46px;
  color: #dd3737;
  font-weight: bold;
}
/*邮寄动态*/
.yjdt {
  width: 920px;
  margin: auto;
  text-align: center;
  font-size: 0;
}
.yjbox .bd {
  border-bottom: 1px solid #dd3737;
}
.yj-list tr {
  border-top: 1px solid #dd3737;
  border-bottom: 1px solid #dd3737;
  line-height: 40px;
}
.yj-list li {
  /*border-bottom: 1px solid #dd3737;*/
  line-height: 40px;
}
.yj-list span {
  display: inline-block;
  width: 20%;
  font-size: 1rem;
}
.yj-list th {
  width: 20%;
  color: #dd3737;
  font-size: 1rem;
}
/*邮寄流程*/
.bgColor1 {
  background: #e7fcfa;
  margin: 30px auto;
  overflow: hidden;
}
.yjlc {
  text-align: center;
  font-size: 16px;
}
.yjform {
  padding: 30px 0;
}
.bm-input {
  width: 500px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #c9c9c9;
  margin: 0 auto 20px;
  padding: 0 10px;
  border-radius: 10px;
  text-align: left;
}
.bm-input input, .bm-input select {
  width: 350px;
  background: #e7fcfa;
}
.bm-input select {text-align: center;}
.bm-submit {
  display: block;
  width: 522px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 20px;
  border-radius: 10px;
  text-align: center;
  background: #ff0000;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.zylist {
  font-size: 0;
  margin-bottom: 20px;
  padding-left: 130px;
}
.bg1 {
  background: url("../images/bg1.jpg") no-repeat left center;
}
.bg2 {
  background: url("../images/bg2.jpg") no-repeat left center;
}
.zylist li {
  display: inline-block;
  width: 356px;
  height: 231px;
  overflow: hidden;
  position: relative;
}
.zylist li p {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(0,0,0, .7);
  color: #fff;
  vertical-align: bottom;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.zylist li p strong {font-size: 26px;}
.yj-a {
  display: block;
  width: 550px;
  height: 60px;
  line-height: 60px;
  background: #f79831;
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin: 20px auto;
  border-radius: 50px;
}
/*问题引导*/
.wenti {
  height: 548px;
  background: url("../images/hbo.png") no-repeat bottom right;
}
.wenti .title-main {
  margin-right: 100px;
  padding-top: 80px;
}
.wenti-list {
  width: 460px;
  padding: 20px 0;
  float: left;
  margin-left: 200px;
}
.wenti li {
  height: 30px;
  line-height: 30px;
  padding: 10px 20px;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
}
.wenti li a {
  display: inline-block;
  width: 100px;
  margin-right: 20px;
  background: #c9253d;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  float: right;
}

