/* 初始化样式 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
img,
p,
div {
  padding: 0;
  margin: 0;
  font-size: 0.24rem;
}

html,
body {
  position: relative;
  width: 100%;
  background-color: #ededed;
  font-family: "MicrosoftYaHei";
  overflow-x: hidden;
}

html body a {
  text-decoration: none;
  color: #999;
}

ul,
li {
  list-style: none;
}

img {
  border: 0;
}

button,
input {
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}

.colorRed {
  background-color: #f33030;
  color: #fff;
}

.hidden {
  display: none;
}

.hide {
  visibility: hidden;
}

#loading,
#aBatch-loading,
#loading-three,
#loading-two,
#loading-one,
#loading-four,
#loading-fives,
#ajax_news,
#ajax_one {
  display: none;
  text-align: center;
  margin: 10px 0px;
}

/* 联系我们样式开始 */
.contact-us {
  width: 100%;
  margin: 0.2rem 0 1.2rem;
  background: #fff;
  padding: 0.2rem 0.18rem;
  box-sizing: border-box;
}

.contact-us>ul {
  display: flex;
  justify-content: center;
}

.contact-us>ul>li {
  width: 2.42rem;
  text-align: center;
  font-size: 0.22rem;
  color: #999999;
  padding: 0.1rem;
  box-sizing: border-box;
  /* background: rebeccapurple; */
}

/* .contact-us>ul>li:first-of-type {
  width: 3.1rem;
  justify-self: left;
} */

.contact-us>ul>li>div {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.12rem;
  border: solid 0.02rem #dddddd;
  /* border: solid 0.02rem red; */
  text-align: center;
  line-height: 1.5rem;
  margin: 0 auto 0.2rem;
  box-sizing: border-box;
  padding: 0.05rem;
}

.contact-us>ul>li>div>img {
  width: 100%;
}

.contact-us>ul>li>div>i {
  font-size: 0.66rem;
}

.contact-us>.copyright {
  width: 3.8rem;
  font-size: 0.22rem;
  color: #999999;
  margin: 0.17rem auto 0;
  text-align: center;
}

/* 联系我们样式结束 */
/* 主菜单样式开始 */
.mainMenu {
  width: 100%;
  height: 1rem;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 100;
  box-sizing: border-box;
  padding: 0.1rem 0.42rem;
  z-index: 1;
}

.mainMenu>ul {
  display: flex;
  justify-content: space-between;
}

.mainMenu>ul>li {
  text-align: center;
  font-size: 0.38rem;
}

.mainMenu>ul>li>a {
  display: block;
}

.mainMenu>ul>li>a>i {
  font-size: 0.4rem;
}

.mainMenu>ul>li>a>p {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 0rem;
  color: #333333;
}

.mainMenu>ul>li>.select {
  color: #e00b0b;
  font-size: 0.4rem;
}

/* 主菜单样式结束 */

/* 回到顶部样式开始 */
.go-top {
  width: 0.8rem;
  height: 0.8rem;
  position: fixed;
  bottom: 3.35rem;
  right: 0.26rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.09rem 0rem #dcdcdc;
  border-radius: 50%;
  text-align: center;
  line-height: 0.8rem;
  display: none;
  z-index: 11;
}

.go-top>i {
  font-size: 0.8rem;
  color: #999999;
}

/* 回到顶部样式结束 */

.rMain{
  margin-top: 0px !important;
}