* {
  margin: 0;
  padding: 0;
}
html {
  line-height: initial;
}
ul,
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
.clear {
  clear: both;
}
@font-face {
  font-family: 'siyuan';
  src: url('../fonts/sourcehansanscn-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'zhanku';
  src: url(../fonts/zhanku.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  overflow-x: hidden;
  font-family: "siyuan";
}
.header .logo {
  width: 100%;
 text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.header a {
  position: absolute;
  right: 4%;
  top: 30%;
  z-index: 3;
}
.header a .newtitle1 {
  display: block;
  width: 1.8rem;
  height: 0.53333333rem;
}
.nav {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  z-index: 99;
}
.nav li:first-of-type {
  width: 15%;
  text-align: center;
}
.nav li {
  float: left;
  width: 17%;
  padding: 0.33333333rem 0;
  text-align: center;
}
.nav li a {
  color: #ffffff;
  font-size: 0.34666667rem;
}
.nav2 {
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 99;
  top: 2.53333333rem;
}
.nav2 li {
  float: left;
  text-align: center;
  padding: 0.06666667rem 0;
}
.nav2 li a {
  color: #000000;
  font-size: 0.32rem;
  display: block;
  border-right: 1px solid #6b6b6b;
}
.nav2 li:last-of-type a {
  border-right: none;
}
.footer {
  width: 100%;
  background-color: #313131;
  padding: 0.26666667rem 0;
  margin-bottom: 1.33333333rem;
}
.footer .p1 {
  width: 100%;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.04rem;
}
.footer .p1 img {
  width: 0.42666667rem;
  height: 0.37333333rem;
  display: inline-block;
  margin: 0 0.13333333rem;
}
.footer .p1 span {
  font-size: 0.4rem;
  display: inline-block;
  font-family: "zhanku";
}
.footer .p2 {
  width: 100%;
  text-align: center;
  margin-top: 0.13333333rem;
}
.footer .p2 a {
  color: #ffffff;
  font-family: "zhanku";
  font-size: 0.32rem;
}
.gongju100 {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  max-width: 100%;
}
.gongju100 ul {
  background: -webkit-linear-gradient(#ff736a, #ff504c);
  background: -o-linear-gradient(#ff736a, #ff504c);
  background: -moz-linear-gradient(#ff736a, #ff504c);
  background: -mos-linear-gradient(#ff736a, #ff504c);
  background: linear-gradient(#ff736a, #ff504c);
}
.gongju100 ul li {
  float: left;
  width: 33.1%;
  padding: 0.4rem 0;
  text-align: center;
  border-right: 0.02666667rem solid #ffffff;
}
.gongju100 ul li img {
  width: 0.48rem;
  height: 0.48rem;
  vertical-align: middle;
}
.gongju100 ul li span {
  color: #ffffff;
  font-size: 0.34666667rem;
  letter-spacing: 0.04rem;
}
.gongju100 ul li:last-of-type {
  border-right: none;
}
