.w {
  font-family: "微软雅黑";
}
.s {
  font-family: "宋体";
}
.o {
  -moz-transition: 0.5s;
  -ms-transition: 0.5;
  -webkit-transition: 0.5s;
  opacity: 0.8;
}
.p {
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 1;
}
.q {
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 1;
}
.q:hover {
  -moz-transition: 0.5s;
  -ms-transition: 0.5;
  -webkit-transition: 0.5s;
  opacity: 0.8;
}
body {
  background-color: #f5f5f5;
}
.index .el-header {
  position: relative;
  z-index: 100;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px, rgba(0, 0, 0, 0.04) 0px 0px 6px;
  min-height: 70px;
  position: fixed;
  top: 0px;
  background-color: #fff;
}
.index .el-header .header-center {
  width: 1200px;
  margin: 0 auto;
}
.index .el-header .header-center .logo {
  width: 146px;
  height: 77px;
  float: left;
}
.index .el-header .header-center .logo img {
  width: 87%;
  height: 73%;
  margin-top: 5%;
}
.index .el-header .header-center .nav {
  font-size: 15px;
  font-family: "微软雅黑";
  float: right;
  line-height: 70px;
}
.index .el-header .header-center .nav a {
  margin-left: 30px;
}
.index .banner {
  margin-top: 70px;
}
.index .exBox {
  width: 1200px;
  color: #262626;
  position: relative;
  height: 80px;
  border-radius: 5px;
  line-height: 70px;
  margin: 0 auto;
  font-size: 16px;
}
.index .exBox p {
  width: 25%;
  float: left;
  text-align: center;
}
.index .exBox p a {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  color: #262626;
  border-top: solid 3px #1dcacb;
}
.index .exBox p a:hover {
  background: #389dfb;
  border-top: solid 3px #1dcacb;
  color: #fff;
}
.index .exBox p .cur {
  background: #389dfb;
  border-top: solid 3px #1dcacb;
  color: #fff;
}
.index .goodList {
  width: 1200px;
  margin: 0 auto;
}
.index .goodList ul .wx {
  width: 585px;
}
.index .goodList ul .wx a .img {
  height: 196px;
}
.index .goodList ul .wx a .goodBox .goodText {
  height: 83px;
}
.index .goodList ul li {
  width: 380px;
  height: 160px;
  border-radius: 8px;
  background-color: #fff;
  float: left;
  margin-right: 30px;
  position: relative;
  top: 0px;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 1;
}
.index .goodList ul li:hover {
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 1;
  top: -10px;
  position: relative;
}
.index .goodList ul li a {
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 1;
  display: block;
}
.index .goodList ul li a:hover {
  color: #262626;
}
.index .goodList ul li a .img {
  width: 100%;
  height: 175px;
  background-color: #fe926b;
  border-radius: 8px 8px 0px 0px;
}
.index .goodList ul li a .goodBox {
  padding: 20px;
}
.index .goodList ul li a .goodBox .goodTitle {
  margin: 15px 0 25px 0;
  font-size: 18px;
}
.index .goodList ul li a .goodBox .goodText {
  font-size: 14px;
  color: #989baf;
  line-height: 29px;
  height: 100px;
  border-bottom: solid 1px #c9cef1;
}
.index .goodList ul li a .goodBox .btn {
  width: 150px;
  height: 40px;
  border-radius: 28px;
  background-color: #f77b35;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 26px;
}
.index .new {
  background-color: #fff;
}
.index .new ul {
  width: 1200px;
  margin: 0 auto;
  margin-top: 25px;
}
.index .new ul li {
  width: 540px;
  float: left;
  font-size: 14px;
  margin-bottom: 75px;
  position: relative;
}
.index .new ul li a .l-content {
  line-height: 25px;
}
.index .new ul li a .l-content .l-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.index .new ul li a .l-content .l-zy {
  color: #989898;
}
.index .new ul li a .l-time {
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.font26 {
  font-size: 26px;
}
.title {
  text-align: center;
  padding: 35px 0px;
}
.title .color {
  color: #f77b35;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 15px;
}
.title p {
  font-size: 15px;
}
.el-footer {
  min-height: 200px;
  background-color: #262626;
  color: #9b9b9b;
}
.el-footer .footer {
  width: 1200px;
  margin: 0 auto;
}
.el-footer .footer .footer-left {
  color: #9b9b9b;
  margin-top: 40px;
  width: 600px;
  float: left;
}
.el-footer .footer .footer-left a {
  color: #9b9b9b;
  margin-right: 10px;
  margin-left: 10px;
}
.el-footer .footer .footer-right {
  width: 400px;
  float: right;
  margin-top: 40px;
}
.el-footer .footer .footer-right p {
  line-height: 25px;
  text-align: right;
}
.el-footer .footerText {
  width: 100%;
  height: 40px;
  line-height: 58px;
  text-align: center;
  margin-top: 30px;
  border-top: solid 1px #383838;
}
.icon-top {
  width: 10px;
  height: 10px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(-135deg);
  display: inline-block;
}
.page-up {
  background-color: #409eff;
  position: fixed;
  right: 50px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
  z-index: 100;
  text-align: center;
}
.page-up .el-icon-caret-top {
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
}
.page-up p {
  display: none;
  text-align: center;
  color: #fff;
}
.page-up:hover {
  opacity: 1;
}
.banenrGame {
  background-color: #3a8ee6;
  width: 100%;
  height: 230px;
}
.wxGame {
  width: 1200px;
  margin: 0 auto;
}
.wxGame ul li a {
  width: 280px;
  height: 500px;
  border-radius: 8px;
  background-color: #fff;
  float: left;
  margin-right: 30px;
  position: relative;
  display: block;
}
.wxGame ul li a .wxlist {
  width: 100%;
  height: 100%;
}
.wxGame ul li a .mask {
  position: absolute;
  top: 0px;
  border-radius: 3px;
  left: 0px;
  width: 280px;
  height: 500px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 500px;
}
.wxGame ul li a .mask img {
  width: 50%;
  height: 28%;
}
.banenrBody {
  background-color: #3a8ee6;
  width: 100%;
  height: 160px;
  padding-top: 70px;
}
.banenrBody .bannerCenter {
  width: 1200px;
  margin: 0 auto;
  font-family: '微软雅黑';
  color: #fff;
}
.banenrBody .textLeft {
  width: 500px;
  float: left;
  font-size: 30px;
}
.banenrBody .textRight {
  float: right;
}
.banenrBody .ling {
  font-weight: 100;
  margin-top: 34px;
  margin-bottom: 7px;
}
.banenrBody .lins {
  font-weight: 100;
  margin-top: 42px;
  margin-bottom: 7px;
  font-size: 24px;
}
.contentBody {
  margin-top: -30px;
  width: 1200px;
  background-color: #fff;
  border-radius: 5px;
  min-height: 700px;
  margin: 0 auto;
  margin-top: -45px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px, rgba(0, 0, 0, 0.04) 0px 0px 6px;
  line-height: 65px;
}
.contentBody .contentTile {
  width: 100%;
  height: 65px;
  text-align: center ;
  border-bottom: solid 1px #ebebeb;
  font-size: 16px;
}
.contentBody .textBody {
  padding: 20px;
  line-height: 26px;
  font-size: 14px;
}
.list {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  min-height: 600px;
}
.list ul li {
  float: left;
  margin-right: 13px;
  width: 290px;
}
.list ul li a {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px, rgba(0, 0, 0, 0.04) 0px 0px 6px;
  height: 295px;
  display: block;
}
.list ul li a .s-img {
  height: 235px;
}
.list ul li a .l-title {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  font-size: 14px;
}
.list ul .boNo {
  margin-right: 0px;
}
.el-carousel__container {
  min-height: 550px;
}
