a, h1, h2, h3, h4, h5, h6, p, ul, li, div, span, b, i, em, img, body, html {
  margin: 0;
  padding: 0; }

ul, li {
  list-style: none; }

img {
  border: 0; }

a {
  text-decoration: none; }

html, body {
  font-family: "Microsoft YaHei"; }
/** {*/
  /*-webkit-touch-callout:none;*/
  /*-webkit-user-select:none;*/
  /*-khtml-user-select:none;*/
  /*-moz-user-select:none;*/
  /*-ms-user-select:none;*/
  /*user-select:none;*/
/*}*/
.main {
  background: rgba(0, 0, 0, 0.2); }

.main .head-nav {
  overflow: hidden;
  float: right; }

.main .head-nav li {
  float: left;
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  cursor: pointer; }
  .main .head-nav li.active {
    color: #f23c41; }
.main .head-nav li a.active{
  color: #f23c41;
}
.main .head-nav li a{
  color: #fff;
}
.main .head-nav li:hover {
  color: #f23c41; }

.main p {
  color: #fff;
  line-height: 30px;
  font-size: 15px; }
.main .banner {
  width: 100%;
  background: rgba(0, 0, 0, 0.1) url("./../imgs/banner-new-home.png") no-repeat center center;
  height: 300px;
  padding-top: 20px; }
  .main .banner h2 {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    padding-bottom: 20px; }
  .main .banner p {
    color: #fff;
    width: 70%;
    margin: 0 auto;
    line-height: 30px;
    font-size: 22px; }
.main .cons {
  padding: 50px 0; }
  .main .cons h2 {
    color: #fff; }
  .main .cons .left {
    float: left;
    width: 50%;
    padding-top: 50px; }
  .main .cons .right img {
    width: 100%; }
.main .cons-bottom {
  padding-top: 20px; }
.home-single{
  width: 100%;
  padding-bottom: 30px;
}
.home-single-box{
  width: 1200px;
  margin: 40px auto;
  overflow: hidden;
}
.home-single-item {
  width: 46%;
  background: #eee;
  padding: 20px 20px 5px;
  float: left;
  border-radius: 8px;
}
.home-single-item ul li {
  line-height: 38px;
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-single-item ul li a{
  color: #333;
  text-decoration: none;
}
.home-single-item ul li a:hover{
  color: #0468FF;
}
.home-single-item.home-single-right{
  float: right;
}
#searchform{
  padding-top: 8px;
}
#searchform .searchInput{
  height: 34px;
  font-size: 14px;
  width: 200px;
  text-indent: 10px;
  border-radius: 4px 0 0 4px;
  outline: none;
  border: 0;
  float: left;
  color: #000;
}
#searchform .input-btn{
  height: 34px;
  background: #fff;
  color: #000;
  line-height: 34px;
  font-size: 14px;
  float: left;
  outline: none;
  border: 0;
  padding: 0 5px;
  border-radius: 0 4px 4px 0;
}
#searchform .input-btn:hover{
  color: #555;
}
.footer {
  width: 100%;
  height: 80px;
  margin: 30px auto 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding-top: 5px;padding-bottom: 125px; }
  .footer p {
    line-height: 20px; }
    .footer p.foot-copy a {
      color: #999; font-size: 12px;}
  .footer span {
    margin: 0 30px;
    color: #fff;
    font-size: 14px; }
.cons-p span a{
  color: #fff;
}
.fixed-foot{
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 5px ;
}
.fixed-l{
  color: #333;
  padding-left: 140px;
  float: left;
  text-align: center;
}
.fixed-l p{
  font-size: 20px;
  font-weight: bold;
}
.fixed-r{
  float: right;
  color: #333;
  width: 180px;
  height: 56px;
  border-radius: 40px;
  background: #f5c111;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  margin-right: 140px;
  font-weight: bold;
  overflow: hidden;
}
.fixed-box{
  display: none;
}
#wechat-open{
  position: fixed;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  left: 0;
  padding-top: 20px;
  padding-left: 30%;
  z-index: 100000;
}

/*# sourceMappingURL=main.css.map */

@media all and (max-width: 320px ) {
  body, html{
    font-size: 13.65px;
  }
}
/*iphone5*/
@media all and (min-width:321px ) and (max-width:375px) {
  body, html{
    font-size: 16px;
  }
}
/*安卓的带虚拟导航的屏幕*/
@media all and (min-width:376px ) and (max-width:414px) {
  body, html{
    font-size: 17.6px;
  }
}
/*安卓的主流屏幕*/
@media all and (min-width:415px ) and (max-width:580px) {
  body, html{
    font-size: 18.5px;
  }
}
/*iphone6*/
@media all and (min-width:581px ) and (max-width:604px) {
  body, html{
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .main{
    padding-top: 65px;
  }
  .main .banner{
    height: auto;
  }
  .main .banner h2{
    font-size: 2.5rem;
    padding-bottom: 1rem;
  }
  .main .banner p{
    font-size: 1.5rem;
    line-height: 2rem;
    width: 85%;
    padding-bottom: 1rem;
  }
  .main .cons .left{
    width: 100%;
    padding-top: 2rem;
  }
  .main .cons{
    padding: 2rem 0;
  }
  .main .cons .left img{
    width: 100%;
    margin-bottom: 1rem;
  }
  #searchform{
    width: 96%;
    margin: 0 auto;
  }
  #searchform .searchInput{
    width: 88%;
  }
  .footer{
    padding-bottom: 115px;
  }
  .footer span{
    margin: 0 1rem;
  }
  .fixed-foot{
    padding: 10px 0 5px;
  }
  .fixed-l{
    padding-left: 1.25rem;
  }
  .fixed-r{
    margin-right: 1.25rem;
    margin-top: 5px;
  }
  .home-single-box{
    width: 95%;
    margin: 20px auto;
  }
  .home-single-item{
    width: 100%;
    padding: 10px 10px 5px;
  }
  .home-single-item.home-single-right{
    margin-top: 20px;
  }
  .fixed-box{
    display: block;
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 99999;
    width: 50px;
  }
  .fixed-box span{
    width: 50px;
    font-size: 1.3rem;
    padding: 8px;
    display: block;
    border-radius: 100%;
    text-align: center;
    line-height: 18px;
    height: 50px;
    background: rgba(0,0,0,.6);
    margin: 20px 0;
  }
  .fixed-box span.join-span{
    background: #fe9742;
    color: #800ce6;
    -webkit-animation-name: scaleDraw; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite;  /*动画播放的次数*/
    -webkit-animation-duration: 5s; /*动画所花费的时间*/
  }
  @keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0%{
      transform: scale(1);  /*开始为原始大小*/
    }
    25%{
      transform: scale(1.1); /*放大1.1倍*/
    }
    50%{
      transform: scale(1);
    }
    75%{
      transform: scale(1.1);
    }
  }
}