/*通用*/
*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
li {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  font-family: '微软雅黑', PingFang SC, sans-serif;
  color: #000;
  background: #FFF;
  font-size: 14px;
}
a {
  text-decoration: none;
  color: #000;
  display: block;
}
a:focus,
a:hover {
  /*color: #2d8eff;*/
  text-decoration: none;
}
ul,
li,
ol {
  list-style: none;
}
.clear {
  clear: both;
}
.webkit-one {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.webkit-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.webkit-three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.webkit-four {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.flex {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* placeholder棰滆壊  */
  color: #C5CAD2;
}
input,
textarea {
  color: #353535;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
/*弹窗*/
.weui-mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.weui-dialog {
  position: fixed;
  z-index: 5000;
  width: 35%;
  max-width: 300px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.weui-dialog__bd:first-child {
  padding: 30px;
  color: #353535;
}
.weui-dialog__bd {
  padding: 0 1.6em 0.8em;
  min-height: 40px;
  font-size: 15px;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-all;
  color: #808080;
}
.weui-dialog__ft {
  position: relative;
  line-height: 48px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.weui-dialog__btn_primary {
  color: #09BB07;
}
.weui-dialog__btn_primary:hover {
  color: #09BB07;
}
.weui-dialog__btn {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #09BB07;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
.weui-dialog__ft:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D5D5D6;
  color: #D5D5D6;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.weui-dialog__btn_default {
  color: #353535;
}
.weui-dialog__btn_default:hover {
  color: #353535;
}
/*主体*/
.main {
  width: 1240px;
  margin: 0 auto;
}

/*页尾*/
.footer {
  background: #F34336;
  margin-top:40px;
}
.footer .main {
  background: url(../../images/home_footer_bg.png) no-repeat left top;
  background-size: 360px 212px;
}
.footer .top {
  justify-content: space-between;
  padding: 48px 0 18px;
}
.footer .top .img {
  width: 242px;
  height: 71px;
  margin-top: 6px;
}
.footer .top ul {
  width: 864px;
}
.footer .top li {
  float: left;
  margin-left: 20px;
}
.footer .top li.ewm {
  text-align: center;
  margin-left: 10px;
}
.footer .top li.ewmleft {
  margin-left: 27px;
}
.footer .top li div {
  font-size: 16px;
  color: #FFF;
  margin-bottom: 16px;
}
.footer .top li p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 22px;
}
.footer .top li img {
  width: 60px;
  height: 60px;
}
.footer .top li span {
  font-size: 14px;
  line-height: 22px;
  display: block;
  text-align: center;
  color: #FFF;
}
.footer .top li.ewm span {
  font-size: 12px;
}
.footer .bottom {
  height: 40px;
  line-height: 40px;
  position: relative;
}
.footer .bottom:before {
  content: '';
  position: absolute;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  width: 1280px;
  left: -20px;
  top: 0;
}
.footer .bottom li {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 40px;
}
.footer .bottom li:first-child {
  color: #FFF;
}
.footer .bottom li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .bottom .sydw_img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.page1600 {
  /*主体*/
  /*页尾*/
}
.page1600 .main {
  width: 1500px;
}
.page1600 .footer .top ul {
  width: 900px;
}
.page1600 .footer .bottom:before {
  width: 1612px;
  left: -20px;
  top: 0;
}
.page1600 .footer .top ul {
  width: 994px;
}
.page1600 .footer .top li.ewm {
  margin-left: 20px;
}
.page1600 .footer .top li img {
  width: 85px;
  height: 85px;
}
.footer .mob_open {
  display: none;
}
@media screen and (max-width: 414px) {
  * {
    outline: none;
  }
  a:active {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
  }
  .main {
    width: 100%;
  }
 .footer{
    margin-top:20px;
  }
  .footer .top {
    padding: 15px 15px 15px;
    display: block;
  }
  .footer .top .img {
    margin-top: 0;
    width: 180px;
    height: auto;
  }
  .footer .top ul {
    display: block;
    width: 100%;
    position: relative;
  }
  .footer .top ul li {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
  .footer .top li div {
    margin-bottom: 10px;
  }
  .footer .bottom {
    padding: 7px 15px;
    height: auto;
    line-height: 23px;
  }
  .footer .bottom:before {
    width: 100%;
    left: 0;
    top: -10px;
  }
  .footer .bottom ul {
    display: block;
  }
  .footer .bottom ul li {
    margin-right: 20px;
  }
  .footer .main {
    background-size: 300px 177px;
    background: url(../images/home_footer_bg.png) no-repeat center bottom;
  }
  .footer .top li.ewm {
    width: 22%;
    display: inline-block;
  }
  .footer .top li.ewmleft {
    margin-left: 0;
  }
  .footer .bottom .sydw_img {
    top: -76px;
    height: auto;
    width: 50px;
  }
  .footer .top {
    position: relative;
  }
  .footer .mob_open {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 999;
    margin-left: -28px;
    color: #FFF;
  }
  .footer .top ul {
    display: none;
  }

}
