@charset "utf-8";
/* CSS Document Author:Roy Jam*/

nav {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 9999;
}

nav ul {
  display: block;
  height: 78px;
}

nav ul li {
  float: left;
  margin: 0 20px;
  line-height: 78px;
  font-size: 14px;
}

.navbox .box {
  width: 960px;
  margin: 0 auto;
}

.navfix .box {
  width: 960px;
  margin: 0 auto;
}

.navfix {
  background-color: #fff;
  box-shadow: 0px 0px 8px #888;
}

.logo {
  height: 50px;
  width: 50px;
  margin-top: 15px;
  background-image: url(../images/logo.jpg);
  background-size: 50px;
}

/* .navfix .logo{background-image:url(../images/192.png); background-size:50px;} */
.logo a {
  width: 50px;
  height: 50px;
  display: block;
}

.navbox ul li a:hover {
  color: #f2d1ae
}

.navbox ul li.current {
  border-bottom: 2px solid #fff
}

.navbox ul li.current a,
.navbox ul li a {
  color: #fff
}

.navfix ul li a:hover {
  color: #565656
}

.navfix ul li.current {
  border-bottom: 2px solid #353535
}

.navfix ul li.current a,
.navfix ul li a {
  color: #353535
}



.cover {
  background-image: url(../images/cover.jpg);
  background-size: 100%;
  position: relative;
}

.cover .box {
  margin: 0 auto;
  width: 680px;
  padding-top: 180px;
}

.cover .box img {
  width: 110px;
}

.cover hgroup {
  margin-left: 2rem;
}

.cover hgroup h1 {
  font-weight: lighter;
  color: #fff;
  font-size: 34px;
}

.cover hgroup h2 {
  font-weight: lighter;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  padding-left: 5px;
}

section.intro {
  padding-top: 50px;
  text-align: center;
}

section img {
  display: block;
}

section img.g {
  width: 57%;
  display: block;
  margin: 20px auto 0;
}

.gray {
  background-color: #f5f5f5
}

section.intro p {
  font-size: 20px;
  color: #525252;
  line-height: 38px;
  font-weight: lighter;
}

section.intro p.g {
  font-size: 16px;
  color: #525252;
  line-height: 38px;
  font-weight: lighter;
}

.intro article {
  display: none;
}

.intro h2 {
  color: #585858;
  font-size: 60px;
  font-weight: normal;
}

footer {
  background: #474747;
  height: 250px;
}

footer .f_con {
  width: 960px;
  margin: 0 auto;
}

footer .word {
  padding: 70px 0 0 20px;
  float: left;
}

footer .word p {
  line-height: 40px;
  color: #fff;
  font-size: 12px;
}

footer .qrcode {
  float: right;
  padding-top: 20px;
}

.aboutbanner {
  background-image: url(../images/about.jpg);
  height: 420px;
}

.busbanner {
  background: url(../images/bus.jpg);
  height: 420px;
}

.rulebanner {
  background: url(../images/rule.jpg);
  height: 420px;
}

.subpage {
  width: 960px;
  margin: 0 auto
}

article.subpage {
  color: #585858;
  padding-bottom: 40px;
}

article.subpage h2 {
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 5px;
}

article.subpage p,
article.subpage address {
  font-size: 14px;
  line-height: 35px;
}

.m-list {
  border-bottom: 1px dotted #b6b6b6;
  height: 50px;
  line-height: 50px !important;
}

.flex {
  display: flex;
}

.tt1 {
  color: #000;
  font-weight: bold;
  padding-right: 20px;
}

.bannerbox {
  text-align: center;
  background: #ffead8;
}

.bannerbox img {
  width: 90%;
}

.flex2 {
  display: flex;
  align-items: center;
  margin-top: 50px;
  justify-content: center;
}

.flex2 .yuan {
  background: #fff;
  border-radius: 100px;
  padding: .20px;
  width: 200px;
  height: 200px;
}

.flex2 .title {
  font-size: 28px;
  font-weight: bold;
  color: #000;
}

.yuan .iconfont {
  font-size: 120px;
  line-height: 200px;
  color: #000;
}

.ysbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: #6f6f6f;
  margin: 0 80px;
}

.ysbox div {
  margin: 5px 0;
}

.flex3 {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.telbox {
  text-align: center;
}

.telbox div {
  line-height: 60px;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  margin-top: 30px;
  background: #fff;
}

.telbox .iconfont {
  font-size: 30px;
}

.intro2 {
  width: 30%;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.intro2 .title2 {
  font-size: 30px;
  text-align: left;
}

.intro2 .con2 {
  color: #8C8C8C;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
}

.flex4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.flex4 div {
  margin: 0 50px;
}

.flex4 img {
  width: 140px;
}

section.intro3 {
  padding-top: 50px;
  text-align: center;
}

section.intro3 p {
  font-size: 20px;
  color: #525252;
  line-height: 38px;
  font-weight: lighter;
}

section.intro3 p.g {
  font-size: 16px;
  color: #525252;
  line-height: 38px;
  font-weight: lighter;
}

.intro3 article {
  display: none;
}

.intro3 h2 {
  color: #585858;
  font-size: 60px;
  font-weight: normal;
}

.subpage p {
  padding: 12px 0;
}

.subpage h3 {
  font-weight: normal;
  padding: 10px 0;
}

.conbox {
  /* width: 96%; */
  margin: 0 auto 20px;
  border-radius: 6px;
  border: 1px solid #DDDDDD;
  background: #F7F7F7;
  padding: 20px;
}

.conbox img {
  display: block;
  margin: 0 auto;
  width: 50%;
}