* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
.clear {
  clear: both;
}
body {
  overflow-x: hidden;
}
@font-face {
  font-family: 'siyuan';
  src: url(/public/font/SourceHanSansCN-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "siyuan";
  overflow-x: hidden;
  letter-spacing: 1px;
}
.header-top {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #b9b9b9;
  line-height: 40px;
}
.header-top a {
  color: #b9b9b9;
  margin-right: 24px;
}
.header-top .span1 {
  float: left;
}
.header-top .span2 {
  float: right;
}
.header-top img {
  float: right;
}
.banner-fixed {
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}
.w100-header {
  width: 100%;
  height: 98px;
  background: url(/public/imange/bj.jpg);
  background: rgba(0, 0, 0, 0.5);
  background-size: 100% 100%;
  position: absolute;
  top: 39px;
  z-index: 99;
  background-position: center;
}
.w100-header .header {
  width: 1200px;
  margin: 0 auto;
  font-size: 17px;
  padding-top: 33px;
}
.w100-header .header ul {
  float: right;
  position: relative;
  top: 9px;
}
.w100-header .header ul li {
  width: 108px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-left: 1px solid white;
  border-right: 1px solid white;
  float: left;
  font-weight: bold;
}
.w100-header .header ul li a {
  color: white;
}
.w100-header .header ul :nth-child(1) {
  border-left: none;
}
.w100-header .header ul :nth-child(9) {
  border-right: none;
}
.w100-header .header ul :hover a {
  color: #c91c49;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-slide img {
  width: 100%;
  height: auto;
}
.banner .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}
.banner .swiper-pagination-bullet {
  background: white;
}
.banner .my-bullet-active {
  background: #c00000;
  opacity: 1;
}
.from {
  width: 100%;
  height: 537px;
  background: url(/public/imange/footer.png);
  background-position: center;
  background-size: cover;
  padding-top: 65px;
  margin-top: 40px;
  box-sizing: border-box;
}
.from .frombox {
  width: 1200px;
  margin: 0 auto;
}
.from .frombox .imgbox {
  float: left;
  position: relative;
  top: 25px;
}
.from .frombox .biaodan {
  float: left;
  width: 464px;
  height: 409px;
  margin-left: 137px;
}
.from .frombox .biaodan .biao {
  font-size: 30px;
  color: #222222;
  margin-bottom: 8px;
  text-align: center;
  font-weight: bold;
}
.from .frombox .biaodan .fubiao {
  font-size: 24px;
  color: #595757;
  text-align: center;
  display: block;
  letter-spacing: 5px;
}
.from .frombox .biaodan i {
  display: block;
  margin: 0 auto;
  width: 56px;
  height: 3px;
  background: #595757;
  margin-top: 13px;
  margin-bottom: 15px;
}
.from .frombox .biaodan .tixing {
  text-align: center;
  font-size: 20px;
  color: #c5000b;
  margin-bottom: 48px;
  letter-spacing: 5px;
  font-weight: bold;
}
.from .frombox .biaodan .margin {
  margin-bottom: 23px;
}
.from .frombox .biaodan label {
  color: #231815;
  font-size: 16px;
}
.from .frombox .biaodan .inputbox {
  padding-left: 63px;
  font-weight: bold;
  width: 480px;
  font-size: 16px;
}
.from .frombox .biaodan .inputbox input[type='text'] {
  width: 208px;
  height: 33px;
  background: none;
  outline: none;
  border: 1px solid #231815;
  padding-left: 15px;
  box-sizing: border-box;
}
.from .frombox .biaodan .inputbox .yzm-input {
  width: 85px !important;
  height: 33px !important;
}
.from .frombox .biaodan .inputbox .yzm {
  vertical-align: middle;
  height: 35px;
  width: auto;
}
.from .frombox .biaodan .inputbox input[type='radio'] {
  margin-right: 3px;
  background: red;
}
.from .frombox .biaodan .inputbox input[type='submit'] {
  width: 202px;
  height: 46px;
  background: #c5000b;
  font-size: 20px;
  color: white;
  border: none;
  outline: none;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 46px;
  display: block;
}
.footer {
  width: 100%;
  height: 354px;
  background: #373737;
}
.footer .footer-w1200 {
  width: 1200px;
  margin: 0 auto;
  height: 281px;
  background: url(/public/imange/footer.jpg);
  padding-top: 96px;
  box-sizing: border-box;
}
.footer .footer-w1200 .footer-left {
  width: 341px;
  height: 170px;
  float: left;
}
.footer .footer-w1200 .footer-left ul li {
  float: left;
  width: 96px;
  margin-right: 10px;
}
.footer .footer-w1200 .footer-left ul li p {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 2px;
}
.footer .footer-w1200 .footer-left ul li span {
  font-size: 13px;
  margin-bottom: 8px;
  display: block;
  color: #cccccc;
}
.footer .footer-w1200 .footer-right {
  width: 624px;
  height: 155px;
  border-left: 1px solid #a9a9a9;
  border-right: 1px solid #a9a9a9;
  padding-left: 19px;
  box-sizing: border-box;
  float: left;
  position: relative;
  left: -24px;
}
.footer .footer-w1200 .footer-right p {
  font-size: 15px;
  color: white;
  margin-bottom: 20px;
}
.footer .footer-w1200 .footer-right p img {
  vertical-align: middle;
}
.footer .footer-w1200 .footer-right div img {
  vertical-align: top;
}
.footer .footer-w1200 .footer-right div p {
  width: 564px;
  display: inline-block;
}
.footer .xt {
  width: 100%;
  height: 1px;
  background: #5d5d5d;
  margin-bottom: 15px;
}
.footer .footer-bottom {
  text-align: center;
  font-size: 12px;
  color: #cccccc;
}
.footer .footer-bottom p {
  margin-bottom: 9px;
}
.zixun .banner-fixed {
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}
.zixun .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 57px;
}
.zixun .content .content-left {
  width: 845px;
  float: left;
  padding-bottom: 50px;
}
.zixun .content .content-left .bigimg {
  width: 845px;
  height: 545px;
  position: relative;
}
.zixun .content .content-left .bigimg img {
  width: 100%;
  height: 100%;
}
.zixun .content .content-left .bigimg div {
  position: absolute;
  width: 100%;
  height: 45px;
  line-height: 45px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zixun .content .content-left .news {
  width: 100%;
  height: 220px;
  border-bottom: 1px solid #959595;
  margin-top: 35px;
}
.zixun .content .content-left .news .smallimg {
  width: 289px;
  height: 181px;
  float: left;
}
.zixun .content .content-left .news .smallimg img {
  width: 100%;
  height: 100%;
}
.zixun .content .content-left .news .text {
  width: 402px;
  height: 181px;
  float: left;
  margin-left: 25px;
  border-right: 1px solid #959595;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding-top: 20px;
}
.zixun .content .content-left .news .text p {
  width: 350px;
  font-size: 18px;
  color: #222222;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zixun .content .content-left .news .text span {
  display: block;
  width: 388px;
  height: 123px;
  letter-spacing: 1px;
  line-height: 25px;
  font-size: 14px;
  color: #666666;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.zixun .content .content-left .news .time {
  width: 109px;
  height: 194px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  float: right;
  padding-top: 27px;
}
.zixun .content .content-left .news .time img {
  cursor: pointer;
}
.zixun .content .content-left .news .time p {
  font-size: 24px;
  color: #999999;
  font-weight: bold;
}
.zixun .content .content-left .news .time span {
  font-size: 16px;
  color: #999999;
  display: block;
  margin-bottom: 40px;
}
.zixun .content .content-left .news .time .img2 {
  display: none;
}
.zixun .content .content-left .page {
  width: auto;
  margin-top: 54px;
}
.zixun .content .content-left .page li {
  display: inline-block;
  padding: 9px 23px;
  border: 1px solid #dcdcdc;
  margin-right: 9px;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
.zixun .content .content-left .page .active {
  background: #c5000b;
  color: white;
}
.zixun .content .content-left .page :hover {
  background: #c5000b;
  color: white;
}
.zixun .content .content-right {
  width: 300px;
  float: right;
}
.zixun .content .content-right .topimg {
  width: 100%;
  height: 222px;
}
.zixun .content .content-right .topimg img {
  width: 100%;
  height: 100%;
}
.zixun .content .content-right .item {
  width: 100%;
  margin-bottom: 20px;
}
.zixun .content .content-right .item .biao {
  margin: 14px 0;
}
.zixun .content .content-right .scrool {
  width: 100%;
  height: 900px;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}
.zixun .content .content-right .scrool ul {
  width: 100%;
  height: 900px;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.zixun .content .content-right .scrool li {
  width: 284px;
  height: 296px;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 9px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid #959595;
}
.zixun .content .content-right .scrool li .div {
  display: inline-block;
  width: 218px;
}
.zixun .content .content-right .scrool li p {
  font-size: 18px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 17px;
  text-align: justify;
  letter-spacing: 0;
  line-height: 25px;
}
.zixun .content .content-right .scrool li p img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.zixun .content .content-right .scrool li p span {
  font-size: 16px;
  font-weight: 400;
}
.zixun .content .content-right .scrool li .active {
  display: block;
  margin: 0 auto;
  margin-top: 27px;
}
.zixun .content .content-right a img {
  cursor: pointer;
}
.zixun .content .content-right .problem {
  width: 100%;
  height: 407px;
  border: 1px solid #999999;
  margin-top: 12px;
}
.zixun .content .content-right .problem p {
  width: 260px;
  margin: 15px auto;
  cursor: pointer;
}
.zixun .content .content-right .problem p img {
  vertical-align: middle;
  top: -1px;
  position: relative;
  margin-right: 5px;
}
.zixun .content .content-right .problem p .img2 {
  display: none;
}
.zixun .content .content-right .problem p span {
  font-size: 15px;
  color: #666666;
}
.zixun .content .content-right .problem :hover {
  color: #c5000b;
}
.details .banner-fixed {
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}
.details .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 57px;
}
.details .content .content-left {
  width: 809px;
  padding-top: 57px;
  background: #f4f4f4;
  margin-bottom: 80px;
  float: left;
  padding-bottom: 50px;
  padding-left: 33px;
  padding-right: 33px;
}
.details .content .content-left .biaoti {
  font-size: 24px;
  color: #222222;
  margin-bottom: 50px;
}
.details .content .content-left .information {
  font-size: 16px;
  color: #666666;
  padding-bottom: 20px;
  border-bottom: 1px solid #3333;
}
.details .content .content-left .information div {
  margin-right: 35px;
  display: inline-block;
}
.details .content .content-left .information div img {
  vertical-align: text-top;
  margin-right: 16px;
}
.details .content .content-left .content {
  width: 100%;
  overflow: hidden;
  padding-bottom: 28px;
  border-bottom: 1px solid #3333;
  margin-bottom: 34px;
}
.details .content .content-left .space p {
  font-size: 16px;
  margin-bottom: 19px;
}
.details .content .content-left .space p span {
  margin-left: 5px;
}
.details .content .content-left .space p :hover {
  color: #c5000b;
}
.details .content .content-right {
  width: 300px;
  float: right;
  margin-bottom: 80px;
}
.details .content .content-right .topimg {
  width: 100%;
  height: 222px;
}
.details .content .content-right .topimg img {
  width: 100%;
  height: 100%;
}
.details .content .content-right .item {
  width: 100%;
  margin-bottom: 20px;
}
.details .content .content-right .item .biao {
  margin: 14px 0;
}
.details .content .content-right .scrool {
  width: 100%;
  height: 900px;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}
.details .content .content-right .scrool ul {
  width: 100%;
  height: 900px;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.details .content .content-right .scrool li {
  width: 284px;
  height: 296px;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 9px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid #959595;
}
.details .content .content-right .scrool li .div {
  display: inline-block;
  width: 218px;
}
.details .content .content-right .scrool li p {
  font-size: 18px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 17px;
  text-align: justify;
  letter-spacing: 0;
  line-height: 25px;
}
.details .content .content-right .scrool li p img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.details .content .content-right .scrool li p span {
  font-size: 16px;
  font-weight: 400;
}
.details .content .content-right .scrool li .active {
  display: block;
  margin: 0 auto;
  margin-top: 27px;
}
.details .content .content-right a img {
  cursor: pointer;
}
.details .content .content-right .problem {
  width: 100%;
  height: 407px;
  border: 1px solid #999999;
  margin-top: 12px;
}
.details .content .content-right .problem p {
  width: 260px;
  margin: 15px auto;
  cursor: pointer;
}
.details .content .content-right .problem p img {
  vertical-align: middle;
  top: -1px;
  position: relative;
  margin-right: 5px;
}
.details .content .content-right .problem p .img2 {
  display: none;
}
.details .content .content-right .problem p span {
  font-size: 15px;
  color: #666666;
}
.details .content .content-right .problem :hover {
  color: #c5000b;
}
.details .content .content-right .biaodan {
  width: 100%;
  margin-top: 20px;
  color: #2b2b2b;
}
.details .content .content-right .biaodan img {
  margin-bottom: 13px;
}
.details .content .content-right .biaodan form {
  width: 300px;
  height: 260px;
  padding-top: 29px;
  padding-left: 18px;
  box-sizing: border-box;
  border: 1px solid #999999;
}
.details .content .content-right .biaodan label {
  font-size: 18px;
  margin-right: 15px;
}
.details .content .content-right .biaodan label span {
  margin-right: 10px;
}
.details .content .content-right .biaodan input[type="text"] {
  width: 191px;
  height: 24px;
  margin-bottom: 19px;
  background: #e8e8e8;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding-left: 15px;
}
.details .content .content-right .biaodan input[type="submit"] {
  width: 140px;
  height: 38px;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 17px;
  background: #c5000b;
  margin: 0 auto;
  display: block;
  letter-spacing: 2px;
  margin-top: 20px;
  cursor: pointer;
}
.star .starbox {
  width: 1100px;
  height: 939px;
  background: url(/public/cate/picture/zxc.png);
  margin: 0 auto;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  margin-top: 79px;
  margin-bottom: 79px;
}
.star .starbox .buttons {
  width: 368px;
  height: 49px;
  line-height: 49px;
  background: #222222;
  color: white;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  bottom: 276px;
  left: 191px;
}
.star .starbox .buttons a {
  color: white;
}
.star .starbox .buttons .btn-left {
  width: 180px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  background: #c5000b;
}
.star .starbox .buttons .btn-right {
  width: 180px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
}
.star .starbox .wenben {
  width: 894px;
  height: 238px;
  font-size: 18px;
  color: #222222;
  position: absolute;
  bottom: -13px;
  text-align: justify;
  line-height: 33px;
  left: 136px;
}
.star .starbox1 {
  width: 1100px;
  height: 766px;
  background: url(/public/cate/picture/lld.png);
  margin: 0 auto;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  margin-top: 79px;
  margin-bottom: 79px;
}
.star .starbox1 .buttons {
  width: 368px;
  height: 49px;
  line-height: 49px;
  background: #222222;
  color: white;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  bottom: 21px;
  left: 236px;
}
.star .starbox1 .buttons a {
  color: white;
}
.star .starbox1 .buttons .btn-left {
  width: 180px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  background: #c5000b;
}
.star .starbox1 .buttons .btn-right {
  width: 180px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
}
.star .starbox1 .wenben {
  width: 596px;
  height: 238px;
  font-size: 18px;
  color: #222222;
  position: absolute;
  bottom: 54px;
  text-align: justify;
  line-height: 33px;
  left: 85px;
}
.star .starbox2 {
  width: 1070px;
  height: 766px;
  background: url(/public/cate/picture/zrb.png);
  margin: 0 auto;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  margin-top: 79px;
  margin-bottom: 79px;
  left: 26px;
}
.star .starbox2 .buttons {
  width: 336px;
  height: 49px;
  line-height: 49px;
  background: #222222;
  color: white;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 415px;
  left: 722px;
}
.star .starbox2 .buttons a {
  color: white;
}
.star .starbox2 .buttons .btn-left {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  background: #c5000b;
}
.star .starbox2 .buttons .btn-right {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
}
.star .starbox2 .wenben {
  font-size: 17px;
  color: #222222;
  position: relative;
  top: 21px;
  letter-spacing: 0;
  left: 17px;
}
.star .starbox2 .wenben p {
  margin-bottom: 16px;
}
.star .starbox2 .wenben .p1 {
  position: absolute;
  left: 361px;
  top: 131px;
}
.star .starbox2 .wenben .p2 {
  position: absolute;
  left: 360px;
  top: 166px;
}
.star .starbox2 .wenben .p3 {
  position: absolute;
  left: 358px;
  top: 203px;
}
.star .starbox2 .wenben .p4 {
  position: absolute;
  left: 359px;
  top: 238px;
}
.star .starbox2 .wenben .p5 {
  position: absolute;
  left: 562px;
  top: 275px;
}
.star .starbox2 .wenben .p6 {
  position: absolute;
  left: 717px;
  top: 311px;
}
.star .starbox2 .wenben .p7 {
  position: absolute;
  left: 747px;
  top: 348px;
}
.star .starbox3 {
  width: 1103px;
  height: 633px;
  background: url(/public/cate/picture/wms.png);
  margin: 0 auto;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  margin-top: 78px;
  margin-bottom: 79px;
  left: 44px;
}
.star .starbox3 .buttons {
  width: 336px;
  height: 49px;
  line-height: 49px;
  background: #222222;
  color: white;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 522px;
  left: 370px;
}
.star .starbox3 .buttons a {
  color: white;
}
.star .starbox3 .buttons .btn-left {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  background: #c5000b;
}
.star .starbox3 .buttons .btn-right {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
}
.star .starbox3 .wenben {
  font-size: 17px;
  color: #222222;
  position: relative;
  top: 96px;
  letter-spacing: 0;
  left: -32px;
}
.star .starbox3 .wenben p {
  margin-bottom: 16px;
}
.star .starbox3 .wenben .p1 {
  position: absolute;
  left: 361px;
  top: 131px;
}
.star .starbox3 .wenben .p2 {
  position: absolute;
  left: 360px;
  top: 166px;
}
.star .starbox3 .wenben .p3 {
  position: absolute;
  left: 358px;
  top: 203px;
}
.star .starbox3 .wenben .p4 {
  position: absolute;
  left: 359px;
  top: 238px;
}
.star .starbox3 .wenben .p5 {
  position: absolute;
  left: 358px;
  top: 275px;
}
.star .starbox3 .wenben .p6 {
  position: absolute;
  left: 357px;
  top: 311px;
}
.star .starbox3 .wenben .p7 {
  position: absolute;
  left: 360px;
  top: 348px;
}
.star .starbox4 {
  width: 1103px;
  height: 653px;
  background: url(/public/cate/picture/dsc.png);
  margin: 0 auto;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  margin-top: 78px;
  margin-bottom: 79px;
  left: 44px;
}
.star .starbox4 .buttons {
  width: 336px;
  height: 49px;
  line-height: 49px;
  background: #222222;
  color: white;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 573px;
  left: 71px;
}
.star .starbox4 .buttons a {
  color: white;
}
.star .starbox4 .buttons .btn-left {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  background: #c5000b;
}
.star .starbox4 .buttons .btn-right {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
}
.star .starbox4 .wenben {
  width: 418px;
  left: 71px;
  top: 193px;
  line-height: 36px;
  letter-spacing: 1px;
  position: relative;
}
.star .starbox4 .wenben p {
  margin-bottom: 16px;
}
.star .starbox4 .wenben .p1 {
  position: absolute;
  left: 361px;
  top: 131px;
}
.star .starbox4 .wenben .p2 {
  position: absolute;
  left: 360px;
  top: 166px;
}
.star .starbox4 .wenben .p3 {
  position: absolute;
  left: 358px;
  top: 203px;
}
.star .starbox4 .wenben .p4 {
  position: absolute;
  left: 359px;
  top: 238px;
}
.star .starbox4 .wenben .p5 {
  position: absolute;
  left: 358px;
  top: 275px;
}
.star .starbox4 .wenben .p6 {
  position: absolute;
  left: 357px;
  top: 311px;
}
.star .starbox4 .wenben .p7 {
  position: absolute;
  left: 360px;
  top: 348px;
}
.star .starbox4 .wenben .p8 {
  position: absolute;
  left: 360px;
  top: 368px;
}
.star .starbox4 .wenben .p9 {
  position: absolute;
  left: 360px;
  top: 388px;
}
.star .starbox4 .wenben .p10 {
  position: absolute;
  left: 360px;
  top: 400px;
}
.star .starbox4 .wenben .p11 {
  position: absolute;
  left: 360px;
  top: 420px;
}
.star .starbox5 {
  width: 1163px;
  height: 825px;
  background: url(/public/cate/picture/gsm.png);
  margin: 0 auto;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  margin-top: 78px;
  margin-bottom: 79px;
  left: 74px;
}
.star .starbox5 .buttons {
  width: 336px;
  height: 49px;
  line-height: 49px;
  background: #222222;
  color: white;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 540px;
  left: 519px;
}
.star .starbox5 .buttons a {
  color: white;
}
.star .starbox5 .buttons .btn-left {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  background: #c5000b;
}
.star .starbox5 .buttons .btn-right {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
}
.star .starbox5 .wenben {
  width: 558px;
  left: 524px;
  top: 594px;
  line-height: 36px;
  letter-spacing: 1px;
  position: relative;
}
.star .starbox5 .wenben p {
  margin-bottom: 16px;
}
.star .starbox5 .wenben .p1 {
  position: absolute;
  left: 361px;
  top: 131px;
}
.star .starbox5 .wenben .p2 {
  position: absolute;
  left: 360px;
  top: 166px;
}
.star .starbox5 .wenben .p3 {
  position: absolute;
  left: 358px;
  top: 203px;
}
.star .starbox5 .wenben .p4 {
  position: absolute;
  left: 359px;
  top: 238px;
}
.star .starbox5 .wenben .p5 {
  position: absolute;
  left: 358px;
  top: 275px;
}
.star .starbox5 .wenben .p6 {
  position: absolute;
  left: 357px;
  top: 311px;
}
.star .starbox5 .wenben .p7 {
  position: absolute;
  left: 360px;
  top: 348px;
}
.star .starbox5 .wenben .p8 {
  position: absolute;
  left: 360px;
  top: 368px;
}
.star .starbox5 .wenben .p9 {
  position: absolute;
  left: 360px;
  top: 388px;
}
.star .starbox5 .wenben .p10 {
  position: absolute;
  left: 360px;
  top: 400px;
}
.star .starbox5 .wenben .p11 {
  position: absolute;
  left: 360px;
  top: 420px;
}
.star .starbox6 {
  width: 1163px;
  height: 709px;
  background: url(/public/cate/picture/zx.png);
  margin: 0 auto;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  margin-top: 78px;
  margin-bottom: 79px;
  left: 19px;
}
.star .starbox6 .buttons {
  width: 336px;
  height: 49px;
  line-height: 49px;
  background: #222222;
  color: white;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 528px;
  left: 474px;
}
.star .starbox6 .buttons a {
  color: white;
}
.star .starbox6 .buttons .btn-left {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  background: #c5000b;
}
.star .starbox6 .buttons .btn-right {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
}
.star .starbox6 .wenben {
  width: 519px;
  left: 363px;
  top: 260px;
  line-height: 36px;
  letter-spacing: 1px;
  position: relative;
}
.star .starbox6 .wenben .p1 {
  position: absolute;
  left: 361px;
  top: 131px;
}
.star .starbox6 .wenben .p2 {
  position: absolute;
  left: 360px;
  top: 166px;
}
.star .starbox6 .wenben .p3 {
  position: absolute;
  left: 358px;
  top: 203px;
}
.star .starbox6 .wenben .p4 {
  position: absolute;
  left: 359px;
  top: 238px;
}
.star .starbox6 .wenben .p5 {
  position: absolute;
  left: 358px;
  top: 275px;
}
.star .starbox6 .wenben .p6 {
  position: absolute;
  left: 357px;
  top: 311px;
}
.star .starbox6 .wenben .p7 {
  position: absolute;
  left: 360px;
  top: 348px;
}
.star .starbox6 .wenben .p8 {
  position: absolute;
  left: 360px;
  top: 368px;
}
.star .starbox6 .wenben .p9 {
  position: absolute;
  left: 360px;
  top: 388px;
}
.star .starbox6 .wenben .p10 {
  position: absolute;
  left: 360px;
  top: 400px;
}
.star .starbox6 .wenben .p11 {
  position: absolute;
  left: 360px;
  top: 420px;
}
.star .starbox7 {
  width: 1176px;
  height: 650px;
  background: url(/public/cate/picture/lan.png);
  margin: 0 auto;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  margin-top: 78px;
  margin-bottom: 79px;
  left: 80px;
}
.star .starbox7 .buttons {
  width: 336px;
  height: 49px;
  line-height: 49px;
  background: #222222;
  color: white;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 515px;
  left: 474px;
}
.star .starbox7 .buttons a {
  color: white;
}
.star .starbox7 .buttons .btn-left {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  background: #c5000b;
}
.star .starbox7 .buttons .btn-right {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
}
.star .starbox7 .wenben {
  width: 341px;
  left: 469px;
  top: 187px;
  line-height: 36px;
  letter-spacing: 1px;
  position: relative;
  text-align: justify;
}
.star .starbox7 .wenben .p1 {
  position: absolute;
  left: 361px;
  top: 131px;
}
.star .starbox7 .wenben .p2 {
  position: absolute;
  left: 360px;
  top: 166px;
}
.star .starbox7 .wenben .p3 {
  position: absolute;
  left: 358px;
  top: 203px;
}
.star .starbox7 .wenben .p4 {
  position: absolute;
  left: 359px;
  top: 238px;
}
.star .starbox7 .wenben .p5 {
  position: absolute;
  left: 358px;
  top: 275px;
}
.star .starbox7 .wenben .p6 {
  position: absolute;
  left: 357px;
  top: 311px;
}
.star .starbox7 .wenben .p7 {
  position: absolute;
  left: 360px;
  top: 348px;
}
.star .starbox7 .wenben .p8 {
  position: absolute;
  left: 360px;
  top: 368px;
}
.star .starbox7 .wenben .p9 {
  position: absolute;
  left: 360px;
  top: 388px;
}
.star .starbox7 .wenben .p10 {
  position: absolute;
  left: 360px;
  top: 400px;
}
.star .starbox7 .wenben .p11 {
  position: absolute;
  left: 360px;
  top: 420px;
}
.star .starbox8 {
  width: 1113px;
  height: 753px;
  background: url(/public/cate/picture/sxt.png);
  margin: 0 auto;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  margin-top: 78px;
  margin-bottom: 79px;
  left: 52px;
}
.star .starbox8 .buttons {
  width: 336px;
  height: 49px;
  line-height: 49px;
  background: #222222;
  color: white;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 338px;
  left: 52px;
}
.star .starbox8 .buttons a {
  color: white;
}
.star .starbox8 .buttons .btn-left {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  background: #c5000b;
}
.star .starbox8 .buttons .btn-right {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
}
.star .starbox8 .wenben {
  width: 661px;
  left: 51px;
  top: 116px;
  line-height: 36px;
  letter-spacing: 1px;
  position: relative;
  text-align: justify;
}
.star .starbox8 .wenben .p1 {
  position: absolute;
  left: 361px;
  top: 131px;
}
.star .starbox8 .wenben .p2 {
  position: absolute;
  left: 360px;
  top: 166px;
}
.star .starbox8 .wenben .p3 {
  position: absolute;
  left: 358px;
  top: 203px;
}
.star .starbox8 .wenben .p4 {
  position: absolute;
  left: 359px;
  top: 238px;
}
.star .starbox8 .wenben .p5 {
  position: absolute;
  left: 358px;
  top: 275px;
}
.star .starbox8 .wenben .p6 {
  position: absolute;
  left: 357px;
  top: 311px;
}
.star .starbox8 .wenben .p7 {
  position: absolute;
  left: 360px;
  top: 348px;
}
.star .starbox8 .wenben .p8 {
  position: absolute;
  left: 360px;
  top: 368px;
}
.star .starbox8 .wenben .p9 {
  position: absolute;
  left: 360px;
  top: 388px;
}
.star .starbox8 .wenben .p10 {
  position: absolute;
  left: 360px;
  top: 400px;
}
.star .starbox8 .wenben .p11 {
  position: absolute;
  left: 360px;
  top: 420px;
}
.star .starbox9 {
  width: 1181px;
  height: 742px;
  background: url(/public/cate/picture/my.png);
  margin: 0 auto;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  margin-top: 78px;
  margin-bottom: 79px;
  left: 86px;
}
.star .starbox9 .buttons {
  width: 336px;
  height: 49px;
  line-height: 49px;
  background: #222222;
  color: white;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 670px;
  left: 745px;
}
.star .starbox9 .buttons a {
  color: white;
}
.star .starbox9 .buttons .btn-left {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  background: #c5000b;
}
.star .starbox9 .buttons .btn-right {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
}
.star .starbox9 .wenben {
  width: 631px;
  left: 450px;
  top: 470px;
  line-height: 36px;
  letter-spacing: 1px;
  position: relative;
  text-align: justify;
}
.star .starbox9 .wenben .p1 {
  position: absolute;
  left: 361px;
  top: 131px;
}
.star .starbox9 .wenben .p2 {
  position: absolute;
  left: 360px;
  top: 166px;
}
.star .starbox9 .wenben .p3 {
  position: absolute;
  left: 358px;
  top: 203px;
}
.star .starbox9 .wenben .p4 {
  position: absolute;
  left: 359px;
  top: 238px;
}
.star .starbox9 .wenben .p5 {
  position: absolute;
  left: 358px;
  top: 275px;
}
.star .starbox9 .wenben .p6 {
  position: absolute;
  left: 357px;
  top: 311px;
}
.star .starbox9 .wenben .p7 {
  position: absolute;
  left: 360px;
  top: 348px;
}
.star .starbox9 .wenben .p8 {
  position: absolute;
  left: 360px;
  top: 368px;
}
.star .starbox9 .wenben .p9 {
  position: absolute;
  left: 360px;
  top: 388px;
}
.star .starbox9 .wenben .p10 {
  position: absolute;
  left: 360px;
  top: 400px;
}
.star .starbox9 .wenben .p11 {
  position: absolute;
  left: 360px;
  top: 420px;
}
.star .starbox10 {
  width: 1195px;
  height: 709px;
  background: url(/public/cate/picture/fyf.png);
  margin: 0 auto;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  margin-top: 78px;
  margin-bottom: 79px;
  left: 16px;
}
.star .starbox10 .buttons {
  width: 336px;
  height: 49px;
  line-height: 49px;
  background: #222222;
  color: white;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 540px;
  left: 381px;
}
.star .starbox10 .buttons a {
  color: white;
}
.star .starbox10 .buttons .btn-left {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  background: #c5000b;
}
.star .starbox10 .buttons .btn-right {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
}
.star .starbox10 .wenben {
  width: 516px;
  left: 378px;
  top: 162px;
  line-height: 36px;
  letter-spacing: 1px;
  position: relative;
}
.star .starbox10 .wenben p {
  margin-bottom: 10px;
}
.star .starbox10 .wenben .p1 {
  position: absolute;
  left: 361px;
  top: 131px;
}
.star .starbox10 .wenben .p2 {
  position: absolute;
  left: 360px;
  top: 166px;
}
.star .starbox10 .wenben .p3 {
  position: absolute;
  left: 358px;
  top: 203px;
}
.star .starbox10 .wenben .p4 {
  position: absolute;
  left: 359px;
  top: 238px;
}
.star .starbox10 .wenben .p5 {
  position: absolute;
  left: 358px;
  top: 275px;
}
.star .starbox10 .wenben .p6 {
  position: absolute;
  left: 357px;
  top: 311px;
}
.star .starbox10 .wenben .p7 {
  position: absolute;
  left: 360px;
  top: 348px;
}
.star .starbox10 .wenben .p8 {
  position: absolute;
  left: 360px;
  top: 368px;
}
.star .starbox10 .wenben .p9 {
  position: absolute;
  left: 360px;
  top: 388px;
}
.star .starbox10 .wenben .p10 {
  position: absolute;
  left: 360px;
  top: 400px;
}
.star .starbox10 .wenben .p11 {
  position: absolute;
  left: 360px;
  top: 420px;
}
.star .starbox11 {
  width: 1130px;
  height: 653px;
  background: url(/public/cate/picture/zt.png);
  margin: 0 auto;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  margin-top: 78px;
  margin-bottom: 79px;
  left: 51px;
}
.star .starbox11 .buttons {
  width: 336px;
  height: 49px;
  line-height: 49px;
  background: #222222;
  color: white;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 498px;
  left: 689px;
}
.star .starbox11 .wenben {
  width: 418px;
  left: 670px;
  top: 193px;
  line-height: 36px;
  letter-spacing: 1px;
  position: relative;
  text-align: justify;
}
.star .starbox11 .wenben p {
  margin-bottom: 16px;
}
.star .starbox11 .wenben .p1 {
  position: absolute;
  left: 361px;
  top: 131px;
}
.star .starbox11 .wenben .p2 {
  position: absolute;
  left: 360px;
  top: 166px;
}
.star .starbox11 .wenben .p3 {
  position: absolute;
  left: 358px;
  top: 203px;
}
.star .starbox11 .wenben .p4 {
  position: absolute;
  left: 359px;
  top: 238px;
}
.star .starbox11 .wenben .p5 {
  position: absolute;
  left: 358px;
  top: 275px;
}
.star .starbox11 .wenben .p6 {
  position: absolute;
  left: 357px;
  top: 311px;
}
.star .starbox11 .wenben .p7 {
  position: absolute;
  left: 360px;
  top: 348px;
}
.star .starbox11 .wenben .p8 {
  position: absolute;
  left: 360px;
  top: 368px;
}
.star .starbox11 .wenben .p9 {
  position: absolute;
  left: 360px;
  top: 388px;
}
.star .starbox11 .wenben .p10 {
  position: absolute;
  left: 360px;
  top: 400px;
}
.star .starbox11 .wenben .p11 {
  position: absolute;
  left: 360px;
  top: 420px;
}
.star .starbox11 a {
  color: white;
}
.star .starbox11 .btn-left {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  background: #c5000b;
}
.star .starbox11 .btn-right {
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
}
.star .wenben {
  font-size: 17px !important;
}
.star .buttons:hover {
  cursor: pointer;
}
