.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .right_gg {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 145px;
  height: 192px;
  z-index: 999;
}
#app .right_gg .right_gg-item {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 5.025px;
  background: #ffc063;
  text-align: center;
  font-size: 15.975px;
  color: #000;
  line-height: 50.025px;
  border-radius: 4px;
  cursor: pointer;
}
#app .right_gg .right_gg-item > img {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
#app .right_gg .right_gg-item > .jinqun {
  display: none;
}
#app .right_gg .social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 60px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}
#app .right_gg .social-share {
  position: absolute;
  top: 0;
  left: -120px;
  width: 110px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
#app .right_gg .social-share .item {
  display: flex;
  justify-content: flex-start;
}
#app .right_gg .share-component {
  display: none;
}
#app .right_gg .share-btn:hover .share-component {
  display: block;
}
#app .right_gg .social-share .icon-wechat .wechat-qrcode {
  top: 40px !important;
}
#app .right_gg .social-share .icon-wechat .wechat-qrcode:after {
  bottom: initial;
  top: -10px;
}
#app .right_gg .social-share .social-share-icon:hover span {
  color: #000 !important;
}
#app .right_gg .line_we_box {
  position: relative;
}
#app .right_gg .line_we_box .line_we {
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: -145px;
  border-radius: 10px;
  color: #000;
  display: none;
}
#app .right_gg .line_we_box .line_we img {
  width: 20px;
}
#app .right_gg .line_we_box .line_we span {
  display: inline-block;
}
#app .right_gg .line_we_box:hover .line_we {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
#app .right_gg .jinqun_qr {
  position: relative;
}
#app .right_gg .jinqun_qr .mask {
  display: none;
  width: 200px;
  height: 200px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: -200px;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
}
#app .right_gg .jinqun_qr .mask img {
  width: 100%;
  height: 100%;
}
#app .right_gg .jinqun_qr:hover .mask {
  display: block;
}
#app .right_gg .jinqun_qr .jinqun {
  display: none;
}
#app .right_gg .jinqun_qr:hover .jinqun {
  position: absolute;
  left: -100px;
  display: inline-block;
}
#app .header {
  width: 100%;
  height: 85px;
  box-sizing: border-box;
  background-color: #131313;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
#app .header .centerBox {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
#app .header ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#app .header ul li {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  color: #ffe3be;
}
#app .header ul li a {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
#app .header ul li .btn {
  display: inline-block;
  background-color: #ff9c00;
  font-size: 22px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
#app .header ul li .btn img {
  margin-right: 5px;
}
#app .header ul .bar {
  height: 100%;
  width: 85px;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  color: #d5d5d5;
}
#app .header ul .bar:hover {
  font-weight: 600;
}
#app .header ul .topBar {
  background-color: #f9cd96;
  color: #17171a;
}
#app .huoban {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
  background-color: #f7f7f7;
}
#app .huoban .content {
  text-align: center;
}
#app .banner {
  display: block;
  width: 100%;
  height: 694px;
  box-sizing: border-box;
  background: url('../images/banner.png?v=445t34534') no-repeat center top;
  background-size: cover;
}
#app .banner .centerBox {
  position: relative;
  height: 100%;
}
#app .banner .centerBox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
}
#app .banner .centerBox ul li {
  width: 253px;
  height: 264px;
  box-sizing: border-box;
  background: url('../images/tongqi/default.png') no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fce2ab;
  font-size: 23px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
#app .banner .centerBox ul li:hover {
  background: url('../images/tongqi/active.png') no-repeat center;
}
#app .titleCC {
  text-align: center;
  margin-bottom: 40px;
}
#app .titleCC .cn {
  font-size: 48px;
  font-weight: 600;
  color: #000;
  padding-bottom: 30px;
  position: relative;
}
#app .titleCC .cn::after {
  content: '';
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #379f41;
}
#app .titleCC .en {
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
}
#app .noline .cn::after {
  display: none;
}
#app .titleCC_w .cn,
#app .titleCC_w .en {
  color: #fff;
}
#app .titleCC_w .cn::after {
  background-color: #fff;
}
#app .bgBox {
  width: 100%;
  box-sizing: border-box;
  background: url('../images/bgbox1.png') no-repeat center bottom;
}
#app .gailan {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 98px;
}
#app .gailan ul {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, 280px);
  grid-gap: 28px;
}
#app .gailan ul li {
  height: 150px;
  transition: all 0.5s;
  background-image: linear-gradient(to top, #4ca0ff, #d9f2dc);
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-top: 28px;
  padding-left: 25px;
  padding-right: 50px;
  cursor: default;
}
#app .gailan ul li .top {
  display: flex;
  align-items: center;
}
#app .gailan ul li .top > div {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #0b8b18;
  margin-right: 18px;
}
#app .gailan ul li .top > div svg {
  margin-right: 5px;
}
#app .gailan ul li .line {
  width: 40px;
  height: 2px;
  background-color: #67b94a;
  margin-top: 10px;
  margin-bottom: 10px;
}
#app .gailan ul li .desc {
  font-size: 24px;
  color: #000;
  line-height: 30px;
}
#app .gailan ul li:hover {
  background-image: linear-gradient(to top, #0b8b18, #76bb28);
}
#app .gailan ul li:hover .top div {
  color: #fff;
}
#app .gailan ul li:hover path {
  fill: #fff;
  font-weight: 600;
}
#app .gailan ul li:hover .line {
  background-color: #fff;
}
#app .gailan ul li:hover .desc {
  color: #fff;
  font-weight: 600;
}
#app .gifsBox {
  width: 100%;
  padding-bottom: 85px;
}
#app .gifsBox .canhui {
  display: flex;
  justify-content: center;
}
#app .gifsBox a {
  display: inline-block;
  background-color: #fd514d;
  font-size: 30px;
  border-radius: 500px;
  padding: 5px 30px;
  color: #fff;
}
#app .jieshao {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 85px;
}
#app .jieshao .content {
  width: 100%;
  box-sizing: border-box;
  background-size: contain;
}
#app .jieshao .content ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  background-size: 100% 100%;
}
#app .jieshao .content ul li {
  font-size: 16px;
}
#app .jieshao .content ul li p {
  line-height: 30px;
  color: #000;
  font-size: 18px;
  text-align: justify;
  text-indent: 2em;
  margin-bottom: 10px;
}
#app .jieshao .content ul li img {
  padding-left: 20px;
}
#app .yicheng {
  width: 100%;
  background: url('../images/yichengBG.png') no-repeat center top / cover;
  box-sizing: border-box;
  padding: 70px 0;
}
#app .yicheng table {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
  border-collapse: collapse;
}
#app .yicheng table th {
  font-size: 22px;
  color: #fff;
  padding: 10px 0;
}
#app .yicheng table th:last-child {
  text-align: left;
  padding-left: 45px;
}
#app .yicheng table .tabheader {
  background-image: linear-gradient(to right, #33a445, #0053b0);
}
#app .yicheng table th {
  border: 1px solid #0b8b18;
}
#app .yicheng table th:first-child {
  border-right: none;
}
#app .yicheng table th:last-child {
  border-left: none;
}
#app .yicheng table td {
  border: 1px solid #0b8b18;
}
#app .yicheng table tr td {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  text-align: left;
  padding-left: 45px;
}
#app .yicheng table tr td:first-child {
  text-align: center;
  padding: 10px 0;
}
#app .renqun {
  width: 100%;
  box-sizing: border-box;
  padding: 70px 0;
}
#app .renqun .content {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
#app .renqun .content .text {
  flex: 1;
}
#app .renqun .content .text p {
  font-size: 18px;
  color: #000;
  padding-left: 60px;
  position: relative;
  margin-bottom: 20px;
  text-align: justify;
  padding-right: 35px;
}
#app .renqun .content .text p i {
  display: inline-block;
  width: 50px;
  height: 30px;
  box-sizing: border-box;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  background-image: linear-gradient(to bottom, #75ba27, #0d8c19);
}
#app .renqun .content .img {
  width: 410px;
  box-sizing: border-box;
  height: 300px;
}
.aboutUs {
  width: 100%;
  box-sizing: border-box;
  padding: 70px 0;
  background-color: #000;
}
.aboutUs .content {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  text-align: justify;
  text-indent: 2em;
}
.aboutUs .content a {
  color: #0072ff;
}
